Files
2025-02-BondingArtifact/.specstory/history/2025-11-04_07-52Z-renting-a-gpu-on-vast-ai-for-sheepit.md

6120 lines
202 KiB
Markdown
Raw Normal View History

2025-11-04 18:10:25 -07:00
<!-- Generated by SpecStory, Markdown v2.0.0 -->
<!-- cursor Session 12ea7cd9-1223-4d6e-8ac5-cbd7c2944633 (2025-11-04 07:52Z) -->
# Renting a GPU on vast.ai for SheepIt (2025-11-04 07:52Z)
_**User (2025-11-04 07:52Z)**_
how would I go about renting a GPU on vast.ai for sheepit?
---
_**Agent (model default, mode Agent)**_
---
Searching for current information on renting GPUs on vast.ai for SheepIt.
---
<tool-use data-tool-type="search" data-tool-name="web_search">
<details>
<summary>Tool use: **web_search** • Searched web `vast.ai rent GPU SheepIt render farm setup guide`**1** results</summary>
| Title | URL | Chunk |
|-------|-----|-------|
| Web Search Results | | To rent a GPU on Vast.ai for use with SheepIt, follow these steps:<br/><br/>1. **Create an Account and Add Credit**:<br/> - Sign up on [Vast.ai](https://vast.ai/) and verify your email address.<br/> - Navigate to the **Billing** section to add credit. The minimum deposit is $5, payable via credit card, Coinbase, or Crypto.com. ([docs.vast.ai](https://docs.vast.ai/quickstart?utm_source=openai))<br/><br/>2. **Set Up Access Credentials**:<br/> - **For SSH Access**:<br/> - Generate an SSH key pair on your local machine.<br/> - Upload the public key to Vast.ai by going to the **Keys** section in your account. ([docs.vast.ai](https://docs.vast.ai/quickstart?utm_source=openai))<br/> - **For Jupyter Access**:<br/> - Download and install the provided TLS certificate from Vast.ai to ensure secure browser access.<br/><br/>3. **Choose a Suitable GPU Instance**:<br/> - Visit the **Search** page on Vast.ai to browse available GPU instances.<br/> - Use filters to select instances based on GPU type, VRAM, CPU, RAM, and price that meet SheepIt's requirements.<br/> - Pay attention to the **Machine Tiers**:<br/> - **Unverified**: New machines not yet tested by Vast.ai.<br/> - **Verified**: Machines that have passed internal tests.<br/> - **Datacenter**: Verified machines located in certified datacenters, recommended for production use. ([docs.vast.ai](https://docs.vast.ai/documentation/instances/choosing/find-and-rent?utm_source=openai))<br/><br/>4. **Select a Docker Template**:<br/> - In the **Templates** section, choose a Docker image that aligns with SheepIt's software requirements.<br/> - If a suitable template isn't available, you can create a custom one.<br/><br/>5. **Rent the Instance**:<br/> - After selecting the desired GPU and template, click the **Rent** button.<br/> - Specify the required disk size (note that this cannot be changed later).<br/> - Confirm the rental to launch the instance.<br/><br/>6. **Connect to the Instance**:<br/> - Once the instance is running, connect via SSH or Jupyter, depending on your setup.<br/> - Install and configure SheepIt on the instance as per its documentation.<br/><br/>7. **Manage the Instance**:<br/> - To pause GPU billing while retaining data, use the **Stop** option (storage charges will still apply).<br/> - To terminate the instance and stop all charges, use the **Delete** option. ([docs.vast.ai](https://docs.vast.ai/quickstart?utm_source=openai))<br/><br/>By following these steps, you can effectively rent a GPU on Vast.ai and set it up for use with SheepIt. |
</details>
</tool-use>
---
<tool-use data-tool-type="generic" data-tool-name="list_dir">
<details>
<summary>Tool use: **list_directory** • Listed directory undefined • **0** results</summary>
No results found
</details>
</tool-use>
---
---
## Steps to rent a GPU on vast.ai for SheepIt
### 1. **Account setup**
- Sign up at [vast.ai](https://vast.ai/) and verify your email
- Add credit ($5 minimum) via credit card, Coinbase, or Crypto.com
### 2. **SSH access setup**
- Generate an SSH key pair on your local machine
- Upload your public key in the Keys section of your vast.ai account
### 3. **Choose a GPU instance**
- Go to the Search page
- Filter by:
- GPU type (e.g., RTX 3090, RTX 4090, A100)
- VRAM (SheepIt needs enough for your scenes)
- CPU/RAM (adequate for Blender)
- Price
- Prefer Verified or Datacenter tiers for reliability
### 4. **Select or create a Docker template**
- Check Templates for a Blender/SheepIt image
- If none fit, create a custom template with:
- Linux base image
- Blender installed
- SheepIt render client dependencies
### 5. **Rent the instance**
- Click Rent on your chosen instance
- Set disk size (cant be changed later; allocate enough for Blender files)
- Confirm the rental
### 6. **Install SheepIt client**
- SSH into the instance
- Install the SheepIt client following their docs
- Configure it with your SheepIt credentials
### 7. **Manage the instance**
- Stop: pauses GPU billing, keeps data (storage still charged)
- Delete: terminates instance and stops all charges
### Tips
- Start with a smaller instance to test costs
- Monitor usage in the vast.ai dashboard
- Use Datacenter instances for longer renders
- Consider preemptible instances for lower cost (may be interrupted)
Want help automating this setup or creating a script to automate SheepIt client installation on rented instances?
---
_**User (2025-11-04 07:52Z)**_
What should I put in these fields?
---
_**Agent (model default, mode Agent)**_
---
For vast.ai setup for SheepIt:
## Container Size
- Recommended: 3050 GB (minimum)
- If rendering larger projects: 80100 GB
- Current 162.02 GB is more than needed unless you're storing many large assets
- Adjust based on:
- Blender installation (~500MB2GB)
- SheepIt client (~100MB)
- Temporary render files (varies by scene)
- Downloaded blend files from SheepIt queue
## Docker Template
- Current: "NVIDIA CUDA" — fine for GPU rendering
- Image: `vastai/base` or similar CUDA base image
- You'll install Blender and the SheepIt client after connecting
## Add Volume (optional)
- Not required for basic SheepIt operation
- Use if you want:
- Persistent storage across instance restarts
- Pre-loaded Blender files or assets
- Saved render outputs
## Recommended setup
1. Container Size: 4050 GB (start smaller; you can increase later)
2. Template: Keep "NVIDIA CUDA" (or search for a Blender template if available)
3. Volume: Skip for now (you can add later if needed)
After connecting via SSH, you'll:
- Install Blender
- Install the SheepIt client
- Configure it with your SheepIt credentials
Start with 4050 GB; you can always recreate with more space if needed. Want a script to automate Blender + SheepIt setup after connection?
---
_**User (2025-11-04 07:52Z)**_
how do I get a cli or gui interface up?
---
_**Agent (model default, mode Agent)**_
---
Connecting to your vast.ai instance:
- SSH (CLI)
- Use an SSH client (PowerShell/Windows Terminal on Windows).
- Get the connection details from your vast.ai instance page.
- The command looks like:
---
<tool-use data-tool-type="search" data-tool-name="codebase_search">
<details>
<summary>Tool use: **codebase_search** • Searched codebase "vast.ai SSH connection command format" • **1** results</summary>
| File | Lines |
|------|-------|
| `misc/numberofbibgas.txt` | L19 |
</details>
</tool-use>
---
---
## Getting a CLI or GUI Interface on vast.ai
### Method 1: SSH (CLI) — recommended
1. Get connection details:
- In your vast.ai dashboard, open your running instance
- Copy the SSH command (or note the IP, port, username)
2. Connect via PowerShell:
```powershell
ssh -p <port> root@<ip_address>
```
Or use the full command shown on your instance page, which may include an SSH key path.
3. First-time connection:
- Accept the host key fingerprint if prompted
- Youll be dropped into a Linux shell
### Method 2: Jupyter (GUI) — if available
1. Check if your template supports Jupyter:
- Look for "Jupyter" in the template tags
- If available, youll see a Jupyter button on the instance page
2. Access:
- Click the "Jupyter" button/link
- Or download the TLS certificate from vast.ai and use the provided URL
- Open in a browser (may require installing the certificate)
3. Use:
- Terminal: File → New → Terminal
- Notebooks: Create new notebooks for Python/Blender scripting
### Quick check
On your vast.ai instance page, look for:
- SSH command/button
- Jupyter button/link
- Connection info section
If you see an SSH command, use that in PowerShell. If you see a Jupyter link, open it in your browser.
If you share what you see on the instance page, I can point to the exact button or command to use.
---
_**User (2025-11-04 07:52Z)**_
can I gui?
---
_**Agent (model default, mode Agent)**_
---
Yes, you can access a GUI. Here are your options:
## GUI options
### 1. Jupyter (best for general use)
- Click "Launch Application" under Jupyter
- Opens a web-based GUI in your browser
- Use it for:
- File browser
- Terminal access
- Notebooks
### 2. Jupyter Terminal
- Click "Launch Application" under Jupyter Terminal
- Web-based terminal (GUI shell)
### 3. Instance Portal
- Shows "Currently Active"
- Click "Advanced Connection Options" for more access methods
## Quick start
1. Click "Launch Application" under Jupyter
2. It opens in your browser
3. Use the file browser to navigate
4. Open a terminal from Jupyter: File → New → Terminal (or use Jupyter Terminal)
## For SheepIt setup
- Use Jupyter Terminal or the terminal in Jupyter to:
- Install Blender
- Install the SheepIt client
- Configure and run SheepIt
Click "Launch Application" under Jupyter to start. If you need help with the SheepIt setup steps after connecting, let me know.
---
_**User (2025-11-04 07:52Z)**_
how to install sheepit with cli? blender will be downloaded when ran.
---
_**Agent (model default, mode Agent)**_
---
Checking for existing SheepIt installation scripts or configs, then providing CLI installation steps:
---
<tool-use data-tool-type="search" data-tool-name="codebase_search">
<details>
<summary>Tool use: **codebase_search** • Searched codebase "SheepIt install script configuration" • **12** results</summary>
| File | Lines |
|------|-------|
| `.gitignore` | L134 |
| `misc/checklist.txt` | L52 |
| `.cursorindexingignore` | L3 |
| `misc/numberofbibgas.txt` | L19 |
| `misc/numberofbibgas_002.txt` | L22 |
| `assets/Objects/gems/tx/BlackOnyx/Designer/BlackOnyx.sbs` | L3573-3642 |
| `misc/filenames.bat` | L1 |
| `assets/Objects/gems/tx/BlackOnyx/Designer/BlackOnyx.sbs` | L73 |
| `misc/metadata.bat` | L23 |
| `misc/epicideas.txt` | L4 |
| `.gitattributes` | L47 |
| `.gitattributes` | L45-49 |
</details>
</tool-use>
---
<tool-use data-tool-type="grep" data-tool-name="grep">
<details>
<summary>Tool use: **grep** • Grep for "sheepit|SheepIt|SHEEPIT" • 0 matches</summary>
Output mode: content
_No matches found_
</details>
</tool-use>
---
---
CLI installation steps for SheepIt:
## Install SheepIt via CLI
Run these commands in your terminal (Jupyter Terminal or SSH):
### 1. **Install Java** (Required for SheepIt)
```bash
# Update package list
sudo apt-get update
# Install Java (OpenJDK)
sudo apt-get install -y openjdk-17-jre-headless
# Verify installation
java -version
```
### 2. **Download SheepIt Client**
```bash
# Create a directory for SheepIt
mkdir -p ~/sheepit
cd ~/sheepit
# Download the latest SheepIt client
wget https://www.sheepit-renderfarm.com/media/applet/client-latest.php -O sheepit-client.jar
```
### 3. **Run SheepIt Client**
```bash
# Basic run (will prompt for username/password)
java -jar sheepit-client.jar -login YOUR_USERNAME -password YOUR_PASSWORD
# Or with GPU priority (recommended for GPU instances)
java -jar sheepit-client.jar -login YOUR_USERNAME -password YOUR_PASSWORD -priority 100
# Background run (runs in background, logs to file)
nohup java -jar sheepit-client.jar -login YOUR_USERNAME -password YOUR_PASSWORD -priority 100 > sheepit.log 2>&1 &
```
### 4. **Optional: Advanced Options**
```bash
# Specify GPU usage
java -jar sheepit-client.jar -login YOUR_USERNAME -password YOUR_PASSWORD -priority 100 -gpu
# Set max memory (adjust as needed)
java -jar sheepit-client.jar -login YOUR_USERNAME -password YOUR_PASSWORD -priority 100 -gpu -memory 8000
# View all options
java -jar sheepit-client.jar -help
```
### 5. **Monitor Running Client**
```bash
# Check if it's running
ps aux | grep sheepit
# View logs (if running in background)
tail -f ~/sheepit/sheepit.log
```
### Quick one-liner (if you have credentials ready):
```bash
sudo apt-get update && sudo apt-get install -y openjdk-17-jre-headless && mkdir -p ~/sheepit && cd ~/sheepit && wget https://www.sheepit-renderfarm.com/media/applet/client-latest.php -O sheepit-client.jar && java -jar sheepit-client.jar -login YOUR_USERNAME -password YOUR_PASSWORD -priority 100 -gpu
```
Note: Replace `YOUR_USERNAME` and `YOUR_PASSWORD` with your SheepIt credentials. The client will download Blender automatically when it receives render jobs.
Want help creating a script to automate this or configure specific settings?
---
_**User (2025-11-04 07:52Z)**_
it's not jdk 17, it's 21. can I do this? https://hub.docker.com/r/sheepitrenderfarm/client
---
_**Agent (model default, mode Agent)**_
---
Yes, you can use the official SheepIt Docker image: [`sheepitrenderfarm/client`](https://hub.docker.com/r/sheepitrenderfarm/client). This is easier than manual installation.
## Using the SheepIt Docker Image on vast.ai
### Option 1: Set as Docker Template (Before Renting)
1. On the vast.ai instance creation page, find the Docker template section
2. Click "Change Template" or edit the template
3. Set the image to: `sheepitrenderfarm/client`
4. Or use the full path: `docker.io/sheepitrenderfarm/client`
### Option 2: Run Container on Existing Instance
If you already have an instance running, SSH/Jupyter Terminal and run:
```bash
# Pull and run the SheepIt Docker image
docker run -d \
--name sheepit \
--gpus all \
-e LOGIN=YOUR_USERNAME \
-e PASSWORD=YOUR_PASSWORD \
-e PRIORITY=100 \
sheepitrenderfarm/client
```
### Option 3: Custom Template with Environment Variables
You can set environment variables when configuring the template:
```bash
# Environment variables you can set:
LOGIN=your_username
PASSWORD=your_password
PRIORITY=100 # 0-100, higher = more priority
GPU=true # Enable GPU rendering
MEMORY=8000 # Max memory in MB
```
### Full Command with All Options:
```bash
docker run -d \
--name sheepit \
--gpus all \
-e LOGIN=YOUR_USERNAME \
-e PASSWORD=YOUR_PASSWORD \
-e PRIORITY=100 \
-e GPU=true \
-e MEMORY=8000 \
sheepitrenderfarm/client
```
### Check if Running:
```bash
# Check container status
docker ps
# View logs
docker logs sheepit
# Follow logs in real-time
docker logs -f sheepit
```
### Stop/Remove:
```bash
# Stop
docker stop sheepit
# Remove
docker rm sheepit
```
Note: The Docker image includes JDK 21, Blender, and the SheepIt client, so you dont need to install anything manually.
Recommendation: Use Option 1 by setting `sheepitrenderfarm/client` as your Docker template when creating the instance, with environment variables set for your credentials. This automates setup.
---
_**User (2025-11-04 07:52Z)**_
next?
(main) root@C.27552127:/workspace$ wget https://www.sheepit-renderfarm.com/media/applet/client-latest.php -O sheepit-client.jar
--2025-11-04 08:21:13-- https://www.sheepit-renderfarm.com/media/applet/client-latest.php
Resolving www.sheepit-renderfarm.com (www.sheepit-renderfarm.com)... 198.18.0.104
Connecting to www.sheepit-renderfarm.com (www.sheepit-renderfarm.com)|198.18.0.104|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/zip]
Saving to: sheepit-client.jar
sheepit-client.jar [ <=> ] 10.38M 1.74MB/s in 8.1s
2025-11-04 08:21:25 (1.28 MB/s) - sheepit-client.jar saved [10884964]
(main) root@C.27552127:/workspace$
---
_**Agent (model default, mode Agent)**_
---
Checking if Java 21 is installed, then running the client:
---
<tool-use data-tool-type="bash" data-tool-name="run_terminal_cmd">
<details><summary>Tool use: **command** • Run command: java -version</summary>
```bash
java -version
```
```
openjdk version &quot;21.0.8&quot; 2025-07-15 LTS
OpenJDK Runtime Environment Microsoft-11933218 (build 21.0.8+9-LTS)
OpenJDK 64-Bit Server VM Microsoft-11933218 (build 21.0.8+9-LTS, mixed mode, sharing)
```
</details>
</tool-use>
---
---
Java 21 is installed. Running the SheepIt client with your credentials:
---
Cancelled
---
_**User (2025-11-04 07:52Z)**_
don't run it on my local pc silly. java isn't installed on the instance. how to install jdk21?
---
_**Agent (model default, mode Agent)**_
---
Install JDK 21 on your Linux instance with these commands:
## Install JDK 21 on the Instance
Run these commands in your **vast.ai terminal** (Jupyter Terminal or SSH):
```bash
# Update package list
sudo apt-get update
# Install OpenJDK 21
sudo apt-get install -y openjdk-21-jre-headless
# Verify installation
java -version
```
**Or if you need the full JDK (not just JRE):**
```bash
sudo apt-get update
sudo apt-get install -y openjdk-21-jdk
java -version
```
Then run SheepIt:
```bash
cd /workspace
java -jar sheepit-client.jar -login YOUR_USERNAME -password YOUR_PASSWORD -priority 100 -gpu
```
**To run in the background** (so it keeps running after you disconnect):
```bash
cd /workspace
nohup java -jar sheepit-client.jar -login YOUR_USERNAME -password YOUR_PASSWORD -priority 100 -gpu > sheepit.log 2>&1 &
```
**Check if it's running:**
```bash
ps aux | grep sheepit
```
**View logs:**
```bash
tail -f /workspace/sheepit.log
```
Replace `YOUR_USERNAME` and `YOUR_PASSWORD` with your actual SheepIt credentials.
---
_**User (2025-11-04 07:52Z)**_
java -jar sheepit-client.jar -login RaincloudTheDragon -password HmTNTrbF*zC5E7H -priority 100 -gpu
Option "-gpu" takes an operand
Usage:
--disable-large-downloads : Disable download of larger projects
to preserve internet traffic
(default: false)
--headless : Mark your client manually as headless
to block Eevee projects (default:
true)
--log-stdout : Display full log (default: false)
--no-gpu : Don't detect GPUs (default: false)
--no-systray : Don't use SysTray (default: false)
--show-gpu : Print available GPU devices and exit
--verbose : Log DEBUG (default: false)
--version : Display application version
-cache-dir /tmp/cache : Cache/Working directory. Caution,
everything in it not related to the
render-farm will be removed
-compute-method CPU : CPU: only use cpu, GPU: only use gpu,
CPU_GPU: can use cpu and gpu (not at
the same time) if -gpu is not use it
will not use the gpu
-config VAL : Specify the configuration file
-cores 3 : Number of cores/threads to use for
the render. The minimum is two cores
unless your system only has one
(default: -1)
-extras VAL : Extras data push on the
authentication request
-gpu OPTIX_0 : Name of the GPU used for the render,
for example OPTIX_0 for Nvidia cards.
-hostname VAL : Set a custom hostname name (name
change will be lost when client is
closed)
-incompatible-process VAL : Specify a process to stop the current
render job and pause while the said
process is running. For example, if
we take Firefox the formatting is
firefox.exe on Windows and firefox on
Linux.
-logdir VAL : Specify the log directory
-login LOGIN : User's login (default: RaincloudTheDra
gon)
-memory VAL : Maximum memory allow to be used by
renderer, number with unit (800M, 2G,
...)
-password PASSWORD : User's password or public key
(accessible under the Keys tab of the
profile page) (default:
HmTNTrbF*zC5E7H)
-priority N : Set render process priority (19
lowest to -19 highest) (default: 100)
-proxy http://login:password@host:port : URL of the proxy
-rendertime N : Maximum time allow for each frame (in
minutes) (default: -1)
-request-time 2:00-8:30,17:00-23:00 : H1:M1-H2:M2,H3:M3-H4:M4 Use the 24h
format. For example to request job
between 2am-8.30am and 5pm-11pm you
should do -request-time
2:00-8:30,17:00-23:00 Caution, it's
the requesting job time to get a
project, not the working time
-server URL : Render-farm server, default
https://client.sheepit-renderfarm.com
(default: https://client.sheepit-rende
rfarm.com)
-shared-zip VAL : Shared directory for downloaded
binaries and scenes. Useful when
running two or more clients in the
same computer/network to download
once and render many times.
IMPORTANT: This option and value must
be identical in ALL clients sharing
the directory.
-shutdown DATETIME or +N : Specify when the client will close
and the host computer will shut down
in a proper way. The time argument
can have two different formats: an
absolute date and time in the format
yyyy-mm-ddThh:mm:ss (24h format) or a
relative time in the format +m where
m is the number of minutes from now.
-shutdown-mode MODE : Indicates if the shutdown process
waits for the upload queue to finish
(wait) or interrupt all the pending
tasks immediately (hard). The default
shutdown mode is wait.
-theme VAL : Specify the theme to use for the
graphical client, default 'light',
available 'light', 'dark'
-title VAL : Custom title for the GUI Client
(default: SheepIt Render Farm)
-ui VAL : Specify the user interface to use,
default 'swing', available 'oneLine',
'text', 'swing' (graphical)
Example: java com.sheepit.client.main.Worker
---
_**Agent (model default, mode Agent)**_
---
The `-gpu` option requires a GPU identifier. Find available GPUs first:
## Find Your GPU Identifier
```bash
java -jar sheepit-client.jar --show-gpu
```
This prints available GPU devices. For NVIDIA GPUs (e.g., RTX 5090), it will likely be something like `OPTIX_0` or `CUDA_0`.
## Run with the Correct GPU Identifier
Once you have the GPU name, run:
```bash
java -jar sheepit-client.jar -login RaincloudTheDragon -password HmTNTrbF*zC5E7H -priority 100 -gpu OPTIX_0
```
Replace `OPTIX_0` with the actual GPU identifier from `--show-gpu`.
## Alternative: Use compute-method
If you want it to automatically use GPU when available:
```bash
java -jar sheepit-client.jar -login RaincloudTheDragon -password HmTNTrbF*zC5E7H -priority 100 -compute-method GPU
```
Or allow both CPU and GPU:
```bash
java -jar sheepit-client.jar -login RaincloudTheDragon -password HmTNTrbF*zC5E7H -priority 100 -compute-method CPU_GPU
```
## Run in Background
To run in the background:
```bash
nohup java -jar sheepit-client.jar -login RaincloudTheDragon -password HmTNTrbF*zC5E7H -priority 100 -compute-method GPU > sheepit.log 2>&1 &
```
Run `--show-gpu` first to see what GPU identifiers are available, then use that value with `-gpu`.
---
_**User (2025-11-04 07:52Z)**_
why
java -jar sheepit-client.jar -login RaincloudTheDragon -password HmTNTrbF*zC5E7H -priority 100 -gpu OPTIX_0 -ui text
Nov 04 08:52:14 Starting
Nov 04 08:52:17 Session downloads: 0MB @ 0.0MB/s / Uploads: 0MB @ 0.0MB/s
Nov 04 08:52:18 Requesting Job
Nov 04 08:52:19 Frames remaining: 44312
Nov 04 08:52:19 Points earned: 0
Nov 04 08:52:19 Rendering project "Can Blender be launched?"
Nov 04 08:52:19 Reusing cached
Nov 04 08:52:19 Extracting renderer
Nov 04 08:52:26 Extracting project
Nov 04 08:52:26 Rendering
Nov 04 08:52:26 Compute method: GPU
Nov 04 08:52:26 Preparing project 0% [> ] Nov 04 08:52:26 Rendering
Nov 04 08:52:26 Compute method:
ERROR: Nov 04 08:52:26 Failed to launch renderer. Please check if you have all the necessary libraries installed and if you have enough free space in your working directory.
Nov 04 08:52:27 Session downloads: 0MB @ 0.0MB/s / Uploads: 0MB @ 0.0MB/s
ERROR: Nov 04 08:52:27 Failed to launch renderer. Please check if you have all the necessary libraries installed and if you have enough free space in your working directory. The error happened during the test frame render. Restart the client and try again.
---
_**Agent (model default, mode Agent)**_
---
The renderer launch failed, likely due to missing NVIDIA drivers or CUDA libraries. Diagnosing and fixing:
---
<tool-use data-tool-type="search" data-tool-name="codebase_search">
<details>
<summary>Tool use: **codebase_search** • Searched codebase "NVIDIA CUDA driver installation Linux GPU instance" • **8** results</summary>
| File | Lines |
|------|-------|
| `.gitignore` | L134 |
| `.gitattributes` | L47 |
| `misc/numberofbibgas.txt` | L19 |
| `.gitattributes` | L45-49 |
| `misc/filenames.bat` | L1 |
| `misc/metadata.bat` | L23 |
| `misc/epicideas.txt` | L4 |
| `.cursorindexingignore` | L3 |
</details>
</tool-use>
---
---
The renderer launch failed. Likely missing NVIDIA drivers or system libraries. Troubleshooting steps:
## 1. Check if NVIDIA drivers are accessible:
```bash
nvidia-smi
```
If this works, drivers are installed. If not, that's likely the issue.
## 2. Check if GPU is detected:
```bash
lspci | grep -i nvidia
```
## 3. Install missing system libraries (Blender dependencies):
```bash
sudo apt-get update
sudo apt-get install -y \
libgl1-mesa-glx \
libglib2.0-0 \
libxrender1 \
libfontconfig1 \
libxext6 \
libx11-6 \
libxi6 \
libxfixes3 \
libglu1-mesa \
libegl1-mesa \
libxkbcommon-x11-0 \
libgtk-3-0 \
libxss1 \
libgconf-2-4
```
## 4. Check disk space:
```bash
df -h
```
Make sure `/workspace` or your cache directory has enough space.
## 5. If using vast.ai Docker template:
The NVIDIA CUDA template should include drivers. If you're running outside Docker, ensure NVIDIA drivers are installed.
## 6. Try with verbose logging:
```bash
java -jar sheepit-client.jar -login RaincloudTheDragon -password HmTNTrbF*zC5E7H -priority 100 -gpu OPTIX_0 -ui text --verbose --log-stdout
```
This shows more detailed error messages.
Run `nvidia-smi` first to confirm GPU access, then share the output. If it fails, you may need to use a Docker template that includes NVIDIA drivers.
---
_**User (2025-11-04 07:52Z)**_
root@C.27552620:/workspace$ nvidia-smi
Tue Nov 4 08:53:02 2025
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 570.181 Driver Version: 570.181 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 GeForce RTX 5090 On | 00000000:C1:00.0 Off | N/A |
| 0% 32C P8 14W / 575W | 2MiB / 32607MiB | 0% Default |
| | | N/A |
+-----------------------------------------+------------------------+----------------------+
+-----------------------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=========================================================================================|
| No running processes found |
+-----------------------------------------------------------------------------------------+
(main) root@C.27552620:/workspace$
---
_**Agent (model default, mode Agent)**_
---
GPU drivers are installed. The issue is likely missing system libraries required by Blender. Install them:
## Install Required System Libraries
```bash
sudo apt-get update
sudo apt-get install -y \
libgl1-mesa-glx \
libglib2.0-0 \
libxrender1 \
libfontconfig1 \
libxext6 \
libx11-6 \
libxi6 \
libxfixes3 \
libglu1-mesa \
libegl1-mesa \
libxkbcommon-x11-0 \
libgtk-3-0 \
libxss1 \
libgconf-2-4 \
libasound2 \
libxrandr2 \
libxcomposite1 \
libxcursor1 \
libxdamage1 \
libxinerama1 \
libxrender1 \
libxtst6 \
libxss1 \
libgconf-2-4 \
libnss3 \
libxrandr2 \
libasound2 \
libpangocairo-1.0-0 \
libatk1.0-0 \
libcairo-gobject2 \
libgtk-3-0 \
libgdk-pixbuf2.0-0 \
libxcomposite1 \
libxcursor1 \
libxdamage1 \
libxinerama1 \
libxtst6
```
## Check Disk Space
```bash
df -h /workspace
```
## Try Running SheepIt Again
After installing the libraries, try again:
```bash
java -jar sheepit-client.jar -login RaincloudTheDragon -password HmTNTrbF*zC5E7H -priority 100 -gpu OPTIX_0 -ui text
```
## If Still Failing, Try with Verbose Logging
```bash
java -jar sheepit-client.jar -login RaincloudTheDragon -password HmTNTrbF*zC5E7H -priority 100 -gpu OPTIX_0 -ui text --verbose --log-stdout
```
This should show more details about what's failing. Run the library installation command first, then try SheepIt again.
---
_**User (2025-11-04 07:52Z)**_
but it downloads blender on its own. it shouldn't be that.
---
_**Agent (model default, mode Agent)**_
---
Blender downloads automatically, but the downloaded Blender binary still needs system libraries to run. Check the verbose logs to see what's failing:
## Check Verbose Logs First
```bash
java -jar sheepit-client.jar -login RaincloudTheDragon -password HmTNTrbF*zC5E7H -priority 100 -gpu OPTIX_0 -ui text --verbose --log-stdout
```
This shows the exact error.
## Other Potential Issues:
### 1. **Try CPU mode first** (to isolate if it's GPU-specific):
```bash
java -jar sheepit-client.jar -login RaincloudTheDragon -password HmTNTrbF*zC5E7H -priority 100 -compute-method CPU -ui text --verbose --log-stdout
```
### 2. **Check cache directory permissions**:
```bash
ls -la /workspace
df -h /workspace
```
### 3. **Check if it's a CUDA/OPTIX library issue**:
Even though `nvidia-smi` works, Blender might need specific CUDA libraries. Check:
```bash
ldconfig -p | grep -i cuda
ldconfig -p | grep -i optix
```
### 4. **Clear cache and retry**:
```bash
rm -rf /workspace/.sheepit
java -jar sheepit-client.jar -login RaincloudTheDragon -password HmTNTrbF*zC5E7H -priority 100 -gpu OPTIX_0 -ui text --verbose --log-stdout
```
Run the verbose command first and share the error output; that will show what's failing.
---
_**User (2025-11-04 07:52Z)**_
main) root@C.27552620:/workspace$ sudo apt-get update
sudo apt-get install -y \
libgl1-mesa-glx \
libglib2.0-0 \
libxrender1 \
libfontconfig1 \
libxext6 \
libx11-6 \
libxi6 \
libxfixes3 \
libglu1-mesa \
libegl1-mesa \
libxkbcommon-x11-0 \
libgtk-3-0 \
libxss1 \
libgconf-2-4 \
libasound2 \
libxrandr2 \
libxcomposite1 \
libxcursor1 \
libxdamage1 \
libxinerama1 \
libxrender1 \
libxtst6 \
libxss1 \
libgconf-2-4 \
libnss3 \
libxrandr2 \
libasound2 \
libpangocairo-1.0-0 \
libatk1.0-0 \
libcairo-gobject2 \
libgtk-3-0 \
libgdk-pixbuf2.0-0 \
libxcomposite1 \
libxcursor1 \
libxdamage1 \
libxinerama1 \
libxtst6
Hit:1 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64 InRelease
Hit:2 http://archive.ubuntu.com/ubuntu noble InRelease
Hit:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease
Hit:4 http://security.ubuntu.com/ubuntu noble-security InRelease
Hit:5 http://archive.ubuntu.com/ubuntu noble-backports InRelease
Reading package lists... Done
W: https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'libglib2.0-0t64' instead of 'libglib2.0-0'
Note, selecting 'libgtk-3-0t64' instead of 'libgtk-3-0'
Note, selecting 'libatk1.0-0t64' instead of 'libatk1.0-0'
Note, selecting 'libgtk-3-0t64' instead of 'libgtk-3-0'
Package libasound2 is a virtual package provided by:
libasound2t64 1.2.11-1ubuntu0.1 (= 1.2.11-1ubuntu0.1)
liboss4-salsa-asound2 4.2-build2020-1ubuntu3
You should explicitly select one to install.
Package libgl1-mesa-glx is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'libgl1-mesa-glx' has no installation candidate
E: Unable to locate package libegl1-mesa
E: Unable to locate package libgconf-2-4
E: Package 'libasound2' has no installation candidate
E: Unable to locate package libgconf-2-4
E: Package 'libasound2' has no installation candidate
(main) root@C.27552620:/workspace$ java -jar sheepit-client.jar -login RaincloudTheDragon -password HmTNTrbF*zC5E7H -gpu OPTIX_0 -ui text
Nov 04 08:55:15 Starting
Nov 04 08:55:18 Session downloads: 0MB @ 0.0MB/s / Uploads: 0MB @ 0.0MB/s
Nov 04 08:55:20 Requesting Job
Nov 04 08:55:20 Frames remaining: 44257
Nov 04 08:55:20 Points earned: 0
Nov 04 08:55:20 Rendering project "Can Blender be launched?"
Nov 04 08:55:20 Reusing cached
Nov 04 08:55:20 Extracting renderer
Nov 04 08:55:28 Extracting project
Nov 04 08:55:28 Rendering
Nov 04 08:55:28 Compute method: GPU
Nov 04 08:55:28 Preparing project 0% [> ] Nov 04 08:55:28 Rendering
Nov 04 08:55:28 Compute method:
ERROR: Nov 04 08:55:28 Failed to launch renderer. Please check if you have all the necessary libraries installed and if you have enough free space in your working directory.
Nov 04 08:55:29 Session downloads: 0MB @ 0.0MB/s / Uploads: 0MB @ 0.0MB/s
ERROR: Nov 04 08:55:29 Failed to launch renderer. Please check if you have all the necessary libraries installed and if you have enough free space in your working directory. The error happened during the test frame render. Restart the client and try again.
---
_**Agent (model default, mode Agent)**_
---
Ubuntu 24.04 uses different package names. Install the correct packages, then check verbose logs:
## Install Correct Packages for Ubuntu 24.04:
```bash
sudo apt-get install -y \
libgl1-mesa-glx \
libglib2.0-0t64 \
libxrender1 \
libfontconfig1 \
libxext6 \
libx11-6 \
libxi6 \
libxfixes3 \
libglu1-mesa \
libegl1 \
libxkbcommon-x11-0 \
libgtk-3-0t64 \
libxss1 \
libasound2t64 \
libxrandr2 \
libxcomposite1 \
libxcursor1 \
libxdamage1 \
libxinerama1 \
libxtst6 \
libnss3 \
libpangocairo-1.0-0 \
libatk1.0-0t64 \
libcairo-gobject2 \
libgdk-pixbuf-2.0-0
```
## Then Check Verbose Logs to See Exact Error:
```bash
java -jar sheepit-client.jar -login RaincloudTheDragon -password HmTNTrbF*zC5E7H -gpu OPTIX_0 -ui text --verbose --log-stdout
```
This shows detailed error messages. Look for lines like:
- "Failed to load library"
- "lib*.so not found"
- Any specific library errors
Run the verbose command and share the output so we can see what's failing.
---
_**User (2025-11-04 07:52Z)**_
ain) root@C.27552620:/workspace$ sudo apt-get install -y \
libgl1-mesa-glx \
libglib2.0-0t64 \
libxrender1 \
libfontconfig1 \
libxext6 \
libx11-6 \
libxi6 \
libxfixes3 \
libglu1-mesa \
libegl1 \
libxkbcommon-x11-0 \
libgtk-3-0t64 \
libxss1 \
libasound2t64 \
libxrandr2 \
libxcomposite1 \
libxcursor1 \
libxdamage1 \
libxinerama1 \
libxtst6 \
libnss3 \
libpangocairo-1.0-0 \
libatk1.0-0t64 \
libcairo-gobject2 \
libgdk-pixbuf-2.0-0
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package libgl1-mesa-glx is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'libgl1-mesa-glx' has no installation candidate
(main) root@C.27552620:/workspace$
---
_**Agent (model default, mode Agent)**_
---
Ubuntu 24.04 removed `libgl1-mesa-glx`. Install the correct packages:
## Install Correct Packages (without libgl1-mesa-glx):
```bash
sudo apt-get install -y \
libgl1 \
libglib2.0-0t64 \
libxrender1 \
libfontconfig1 \
libxext6 \
libx11-6 \
libxi6 \
libxfixes3 \
libglu1-mesa \
libegl1 \
libxkbcommon-x11-0 \
libgtk-3-0t64 \
libxss1 \
libasound2t64 \
libxrandr2 \
libxcomposite1 \
libxcursor1 \
libxdamage1 \
libxinerama1 \
libxtst6 \
libnss3 \
libpangocairo-1.0-0 \
libatk1.0-0t64 \
libcairo-gobject2 \
libgdk-pixbuf-2.0-0
```
## Then Run Verbose to See the Actual Error:
```bash
java -jar sheepit-client.jar -login RaincloudTheDragon -password HmTNTrbF*zC5E7H -gpu OPTIX_0 -ui text --verbose --log-stdout
```
The verbose output will show the exact missing library or error. Install the packages above, then run the verbose command and share the output so we can pinpoint what's failing.
---
_**User (2025-11-04 07:52Z)**_
why
-0t64 libgtk-3-bin libgtk-3-common libopengl0 librsvg2-common libxcb-xkb1 libxcomposite1 libxdamage1 libxinerama1 libxkbcommon-x11-0 libxtst6
session-migration ubuntu-mono
0 upgraded, 32 newly installed, 0 to remove and 52 not upgraded.
Need to get 7838 kB of archives.
After this operation, 59.8 MB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 dbus-user-session amd64 1.14.10-4ubuntu4.1 [9968 B]
Get:2 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gtk-update-icon-cache amd64 3.24.41-4ubuntu1.3 [51.9 kB]
Get:3 http://archive.ubuntu.com/ubuntu noble/main amd64 hicolor-icon-theme all 0.17-2 [9976 B]
Get:4 http://archive.ubuntu.com/ubuntu noble/main amd64 humanity-icon-theme all 0.6.16 [1282 kB]
Get:5 http://archive.ubuntu.com/ubuntu noble/main amd64 ubuntu-mono all 24.04-0ubuntu1 [151 kB]
Get:6 http://archive.ubuntu.com/ubuntu noble/main amd64 adwaita-icon-theme all 46.0-1 [723 kB]
Get:7 http://archive.ubuntu.com/ubuntu noble/main amd64 at-spi2-common all 2.52.0-1build1 [8674 B]
Get:8 http://archive.ubuntu.com/ubuntu noble/main amd64 libatspi2.0-0t64 amd64 2.52.0-1build1 [80.5 kB]
Get:9 http://archive.ubuntu.com/ubuntu noble/main amd64 libxtst6 amd64 2:1.2.3-1.1build1 [12.6 kB]
Get:10 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libdconf1 amd64 0.40.0-4ubuntu0.1 [39.6 kB]
Get:11 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 dconf-service amd64 0.40.0-4ubuntu0.1 [27.6 kB]
Get:12 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 dconf-gsettings-backend amd64 0.40.0-4ubuntu0.1 [22.1 kB]
Get:13 http://archive.ubuntu.com/ubuntu noble/main amd64 session-migration amd64 0.3.9build1 [9034 B]
Get:14 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gsettings-desktop-schemas all 46.1-0ubuntu1 [35.6 kB]
Get:15 http://archive.ubuntu.com/ubuntu noble/main amd64 at-spi2-core amd64 2.52.0-1build1 [56.6 kB]
Get:16 http://archive.ubuntu.com/ubuntu noble/main amd64 libatk1.0-0t64 amd64 2.52.0-1build1 [55.3 kB]
Get:17 http://archive.ubuntu.com/ubuntu noble/main amd64 libatk-bridge2.0-0t64 amd64 2.52.0-1build1 [66.0 kB]
Get:18 http://archive.ubuntu.com/ubuntu noble/main amd64 libcolord2 amd64 1.4.7-1build2 [149 kB]
Get:19 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libegl-mesa0 amd64 25.0.7-0ubuntu0.24.04.2 [124 kB]
Get:20 http://archive.ubuntu.com/ubuntu noble/main amd64 libepoxy0 amd64 1.5.10-1build1 [220 kB]
Get:21 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcomposite1 amd64 1:0.4.5-1build3 [6320 B]
Get:22 http://archive.ubuntu.com/ubuntu noble/main amd64 libxdamage1 amd64 1:1.1.6-1build1 [6150 B]
Get:23 http://archive.ubuntu.com/ubuntu noble/main amd64 libxinerama1 amd64 2:1.1.4-3build1 [6396 B]
Get:24 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libgtk-3-common all 3.24.41-4ubuntu1.3 [1426 kB]
Get:25 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libgtk-3-0t64 amd64 3.24.41-4ubuntu1.3 [2913 kB]
Get:26 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libgtk-3-bin amd64 3.24.41-4ubuntu1.3 [73.9 kB]
Get:27 http://archive.ubuntu.com/ubuntu noble/main amd64 librsvg2-common amd64 2.58.0+dfsg-1build1 [11.8 kB]
Get:28 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb-xkb1 amd64 1.15-1ubuntu2 [32.3 kB]
Get:29 http://archive.ubuntu.com/ubuntu noble/main amd64 libxkbcommon-x11-0 amd64 1.6.0-1build1 [14.5 kB]
Get:30 http://archive.ubuntu.com/ubuntu noble/main amd64 libegl1 amd64 1.7.0-1build1 [28.7 kB]
Get:31 http://archive.ubuntu.com/ubuntu noble/main amd64 libopengl0 amd64 1.7.0-1build1 [32.8 kB]
Get:32 http://archive.ubuntu.com/ubuntu noble/main amd64 libglu1-mesa amd64 9.0.2-1.1build1 [152 kB]
Fetched 7838 kB in 8s (930 kB/s)
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package dbus-user-session.
(Reading database ... 41227 files and directories currently installed.)
Preparing to unpack .../00-dbus-user-session_1.14.10-4ubuntu4.1_amd64.deb ...
Unpacking dbus-user-session (1.14.10-4ubuntu4.1) ...
Selecting previously unselected package gtk-update-icon-cache.
Preparing to unpack .../01-gtk-update-icon-cache_3.24.41-4ubuntu1.3_amd64.deb ...
Unpacking gtk-update-icon-cache (3.24.41-4ubuntu1.3) ...
Selecting previously unselected package hicolor-icon-theme.
Preparing to unpack .../02-hicolor-icon-theme_0.17-2_all.deb ...
Unpacking hicolor-icon-theme (0.17-2) ...
Selecting previously unselected package humanity-icon-theme.
Preparing to unpack .../03-humanity-icon-theme_0.6.16_all.deb ...
Unpacking humanity-icon-theme (0.6.16) ...
Selecting previously unselected package ubuntu-mono.
Preparing to unpack .../04-ubuntu-mono_24.04-0ubuntu1_all.deb ...
Unpacking ubuntu-mono (24.04-0ubuntu1) ...
Selecting previously unselected package adwaita-icon-theme.
Preparing to unpack .../05-adwaita-icon-theme_46.0-1_all.deb ...
Unpacking adwaita-icon-theme (46.0-1) ...
Selecting previously unselected package at-spi2-common.
Preparing to unpack .../06-at-spi2-common_2.52.0-1build1_all.deb ...
Unpacking at-spi2-common (2.52.0-1build1) ...
Selecting previously unselected package libatspi2.0-0t64:amd64.
Preparing to unpack .../07-libatspi2.0-0t64_2.52.0-1build1_amd64.deb ...
Unpacking libatspi2.0-0t64:amd64 (2.52.0-1build1) ...
Selecting previously unselected package libxtst6:amd64.
Preparing to unpack .../08-libxtst6_2%3a1.2.3-1.1build1_amd64.deb ...
Unpacking libxtst6:amd64 (2:1.2.3-1.1build1) ...
Selecting previously unselected package libdconf1:amd64.
Preparing to unpack .../09-libdconf1_0.40.0-4ubuntu0.1_amd64.deb ...
Unpacking libdconf1:amd64 (0.40.0-4ubuntu0.1) ...
Selecting previously unselected package dconf-service.
Preparing to unpack .../10-dconf-service_0.40.0-4ubuntu0.1_amd64.deb ...
Unpacking dconf-service (0.40.0-4ubuntu0.1) ...
Selecting previously unselected package dconf-gsettings-backend:amd64.
Preparing to unpack .../11-dconf-gsettings-backend_0.40.0-4ubuntu0.1_amd64.deb ...
Unpacking dconf-gsettings-backend:amd64 (0.40.0-4ubuntu0.1) ...
Selecting previously unselected package session-migration.
Preparing to unpack .../12-session-migration_0.3.9build1_amd64.deb ...
Unpacking session-migration (0.3.9build1) ...
Selecting previously unselected package gsettings-desktop-schemas.
Preparing to unpack .../13-gsettings-desktop-schemas_46.1-0ubuntu1_all.deb ...
Unpacking gsettings-desktop-schemas (46.1-0ubuntu1) ...
Selecting previously unselected package at-spi2-core.
Preparing to unpack .../14-at-spi2-core_2.52.0-1build1_amd64.deb ...
Unpacking at-spi2-core (2.52.0-1build1) ...
Selecting previously unselected package libatk1.0-0t64:amd64.
Preparing to unpack .../15-libatk1.0-0t64_2.52.0-1build1_amd64.deb ...
Unpacking libatk1.0-0t64:amd64 (2.52.0-1build1) ...
Selecting previously unselected package libatk-bridge2.0-0t64:amd64.
Preparing to unpack .../16-libatk-bridge2.0-0t64_2.52.0-1build1_amd64.deb ...
Unpacking libatk-bridge2.0-0t64:amd64 (2.52.0-1build1) ...
Selecting previously unselected package libcolord2:amd64.
Preparing to unpack .../17-libcolord2_1.4.7-1build2_amd64.deb ...
Unpacking libcolord2:amd64 (1.4.7-1build2) ...
Selecting previously unselected package libegl-mesa0:amd64.
Preparing to unpack .../18-libegl-mesa0_25.0.7-0ubuntu0.24.04.2_amd64.deb ...
Unpacking libegl-mesa0:amd64 (25.0.7-0ubuntu0.24.04.2) ...
Selecting previously unselected package libepoxy0:amd64.
Preparing to unpack .../19-libepoxy0_1.5.10-1build1_amd64.deb ...
Unpacking libepoxy0:amd64 (1.5.10-1build1) ...
Selecting previously unselected package libxcomposite1:amd64.
Preparing to unpack .../20-libxcomposite1_1%3a0.4.5-1build3_amd64.deb ...
Unpacking libxcomposite1:amd64 (1:0.4.5-1build3) ...
Selecting previously unselected package libxdamage1:amd64.
Preparing to unpack .../21-libxdamage1_1%3a1.1.6-1build1_amd64.deb ...
Unpacking libxdamage1:amd64 (1:1.1.6-1build1) ...
Selecting previously unselected package libxinerama1:amd64.
Preparing to unpack .../22-libxinerama1_2%3a1.1.4-3build1_amd64.deb ...
Unpacking libxinerama1:amd64 (2:1.1.4-3build1) ...
Selecting previously unselected package libgtk-3-common.
Preparing to unpack .../23-libgtk-3-common_3.24.41-4ubuntu1.3_all.deb ...
Unpacking libgtk-3-common (3.24.41-4ubuntu1.3) ...
Selecting previously unselected package libgtk-3-0t64:amd64.
Preparing to unpack .../24-libgtk-3-0t64_3.24.41-4ubuntu1.3_amd64.deb ...
Unpacking libgtk-3-0t64:amd64 (3.24.41-4ubuntu1.3) ...
Selecting previously unselected package libgtk-3-bin.
Preparing to unpack .../25-libgtk-3-bin_3.24.41-4ubuntu1.3_amd64.deb ...
Unpacking libgtk-3-bin (3.24.41-4ubuntu1.3) ...
Selecting previously unselected package librsvg2-common:amd64.
Preparing to unpack .../26-librsvg2-common_2.58.0+dfsg-1build1_amd64.deb ...
Unpacking librsvg2-common:amd64 (2.58.0+dfsg-1build1) ...
Selecting previously unselected package libxcb-xkb1:amd64.
Preparing to unpack .../27-libxcb-xkb1_1.15-1ubuntu2_amd64.deb ...
Unpacking libxcb-xkb1:amd64 (1.15-1ubuntu2) ...
Selecting previously unselected package libxkbcommon-x11-0:amd64.
Preparing to unpack .../28-libxkbcommon-x11-0_1.6.0-1build1_amd64.deb ...
Unpacking libxkbcommon-x11-0:amd64 (1.6.0-1build1) ...
Selecting previously unselected package libegl1:amd64.
Preparing to unpack .../29-libegl1_1.7.0-1build1_amd64.deb ...
Unpacking libegl1:amd64 (1.7.0-1build1) ...
Selecting previously unselected package libopengl0:amd64.
Preparing to unpack .../30-libopengl0_1.7.0-1build1_amd64.deb ...
Unpacking libopengl0:amd64 (1.7.0-1build1) ...
Selecting previously unselected package libglu1-mesa:amd64.
Preparing to unpack .../31-libglu1-mesa_9.0.2-1.1build1_amd64.deb ...
Unpacking libglu1-mesa:amd64 (9.0.2-1.1build1) ...
Setting up gtk-update-icon-cache (3.24.41-4ubuntu1.3) ...
Setting up session-migration (0.3.9build1) ...
Created symlink /etc/systemd/user/graphical-session-pre.target.wants/session-migration.service → /usr/lib/systemd/user/session-migration.service.
Setting up libxdamage1:amd64 (1:1.1.6-1build1) ...
Setting up hicolor-icon-theme (0.17-2) ...
Setting up libxtst6:amd64 (2:1.2.3-1.1build1) ...
Setting up libcolord2:amd64 (1.4.7-1build2) ...
Setting up libopengl0:amd64 (1.7.0-1build1) ...
Setting up libxcb-xkb1:amd64 (1.15-1ubuntu2) ...
Setting up libdconf1:amd64 (0.40.0-4ubuntu0.1) ...
Setting up dbus-user-session (1.14.10-4ubuntu4.1) ...
Setting up libegl-mesa0:amd64 (25.0.7-0ubuntu0.24.04.2) ...
Setting up libepoxy0:amd64 (1.5.10-1build1) ...
Setting up libatspi2.0-0t64:amd64 (2.52.0-1build1) ...
Setting up libxinerama1:amd64 (2:1.1.4-3build1) ...
Setting up libxkbcommon-x11-0:amd64 (1.6.0-1build1) ...
Setting up librsvg2-common:amd64 (2.58.0+dfsg-1build1) ...
Setting up at-spi2-common (2.52.0-1build1) ...
Setting up libegl1:amd64 (1.7.0-1build1) ...
Setting up libglu1-mesa:amd64 (9.0.2-1.1build1) ...
Setting up libxcomposite1:amd64 (1:0.4.5-1build3) ...
Setting up libatk1.0-0t64:amd64 (2.52.0-1build1) ...
Setting up dconf-service (0.40.0-4ubuntu0.1) ...
Setting up libatk-bridge2.0-0t64:amd64 (2.52.0-1build1) ...
Setting up dconf-gsettings-backend:amd64 (0.40.0-4ubuntu0.1) ...
Setting up libgtk-3-common (3.24.41-4ubuntu1.3) ...
Setting up gsettings-desktop-schemas (46.1-0ubuntu1) ...
Setting up adwaita-icon-theme (46.0-1) ...
update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode
Setting up humanity-icon-theme (0.6.16) ...
Setting up ubuntu-mono (24.04-0ubuntu1) ...
Processing triggers for man-db (2.12.0-4build2) ...
Processing triggers for libglib2.0-0t64:amd64 (2.80.0-6ubuntu3.4) ...
Setting up libgtk-3-0t64:amd64 (3.24.41-4ubuntu1.3) ...
Setting up at-spi2-core (2.52.0-1build1) ...
Processing triggers for libgdk-pixbuf-2.0-0:amd64 (2.42.10+dfsg-3ubuntu3.2) ...
Processing triggers for libc-bin (2.39-0ubuntu8.6) ...
Setting up libgtk-3-bin (3.24.41-4ubuntu1.3) ...
(main) root@C.27552620:/workspace$ java -jar sheepit-client.jar -login RaincloudTheDragon -password HmTNTrbF*zC5E7H -gpu OPTIX_0 -ui text
Nov 04 08:56:49 Starting
Nov 04 08:56:52 Session downloads: 0MB @ 0.0MB/s / Uploads: 0MB @ 0.0MB/s
Nov 04 08:56:54 Requesting Job
Nov 04 08:56:54 Frames remaining: 43904
Nov 04 08:56:54 Points earned: 0
Nov 04 08:56:54 Rendering project "Can Blender be launched?"
Nov 04 08:56:54 Reusing cached
Nov 04 08:56:54 Extracting renderer
Nov 04 08:57:01 Extracting project
Nov 04 08:57:02 Rendering
Nov 04 08:57:02 Compute method: GPU
Nov 04 08:57:02 Preparing project 0% [> ] Nov 04 08:57:02 Rendering
Nov 04 08:57:02 Compute method:
ERROR: Nov 04 08:57:02 Failed to launch renderer. Please check if you have all the necessary libraries installed and if you have enough free space in your working directory.
Nov 04 08:57:03 Session downloads: 0MB @ 0.0MB/s / Uploads: 0MB @ 0.0MB/s
ERROR: Nov 04 08:57:03 Failed to launch renderer. Please check if you have all the necessary libraries installed and if you have enough free space in your working directory. The error happened during the test frame render. Restart the client and try again.
---
_**Agent (model default, mode Agent)**_
---
Libraries are installed. Run with verbose logging to see the exact error:
```bash
java -jar sheepit-client.jar -login RaincloudTheDragon -password HmTNTrbF*zC5E7H -gpu OPTIX_0 -ui text --verbose --log-stdout
```
This will show detailed error messages. Look for:
- Missing library errors (e.g., "lib*.so not found")
- Blender launch errors
- GPU initialization errors
- Any stack traces
Share the verbose output so we can pinpoint the issue.
---
_**User (2025-11-04 07:52Z)**_
oot@C.27552620:/workspace$ java -jar sheepit-client.jar -login RaincloudTheDragon -password HmTNTrbF*zC5E7H -gpu OPTIX_0 -ui text
Nov 04 08:56:49 Starting
Nov 04 08:56:52 Session downloads: 0MB @ 0.0MB/s / Uploads: 0MB @ 0.0MB/s
Nov 04 08:56:54 Requesting Job
Nov 04 08:56:54 Frames remaining: 43904
Nov 04 08:56:54 Points earned: 0
Nov 04 08:56:54 Rendering project "Can Blender be launched?"
Nov 04 08:56:54 Reusing cached
Nov 04 08:56:54 Extracting renderer
Nov 04 08:57:01 Extracting project
Nov 04 08:57:02 Rendering
Nov 04 08:57:02 Compute method: GPU
Nov 04 08:57:02 Preparing project 0% [> ] Nov 04 08:57:02 Rendering
Nov 04 08:57:02 Compute method:
ERROR: Nov 04 08:57:02 Failed to launch renderer. Please check if you have all the necessary libraries installed and if you have enough free space in your working directory.
Nov 04 08:57:03 Session downloads: 0MB @ 0.0MB/s / Uploads: 0MB @ 0.0MB/s
ERROR: Nov 04 08:57:03 Failed to launch renderer. Please check if you have all the necessary libraries installed and if you have enough free space in your working directory. The error happened during the test frame render. Restart the client and try again.
quit
Nov 04 08:57:26 Disconnecting from SheepIt server
java -jar sheepit-client.jar -login RaincloudTheDragon -password HmTNTrbF*zC5E7H -gpu OPTIX_0 -ui text --verbose --log-stdout(main) root@C.27552620:/workspace$ java -jar sheepit-client.jar -login RaincloudTheDragon -password HmTNTrbF*zC5E7H -gpu OPTIX_0 -ui text --verbose --log-stdout
04-11 08:57:30 (debug) client version 7.25209.0
04-11 08:57:30 (debug) GUI Starting
Nov 04 08:57:30 Starting
04-11 08:57:31 (debug) Server::getConfiguration url https://client.sheepit-renderfarm.com/server/config.php
04-11 08:57:31 (debug) Server::HTTPRequest url(https://client.sheepit-renderfarm.com/server/config.php)
04-11 08:57:32 (info) OS: linux 24.04.3 lts (noble numbat) build 6.8.0-79-generic amd64
04-11 08:57:32 (info) CFG: version: 7.25209.0
CFG: configFilePath: null
CFG: logDir: /root/.config/sheepit
CFG: workingDirectory: /tmp/farm_8904451538644946110
CFG: sharedDownloadsDirectory: null
CFG: woolCacheDirectory: /tmp/sheepit_wool_cache
CFG: userHasSpecifiedACacheDir: false
CFG: login: RaincloudTheDragon
CFG: proxy: null
CFG: maxUploadingJob: 3
CFG: nbCores: -1
CFG: maxAllowedMemory: -1
CFG: maxRenderTime: -1
CFG: priority: 19
CFG: computeMethod: GPU
CFG: GPUDevice: GPUDevice [type=OPTIX, model='NVIDIA GeForce RTX 5090', memory=33679867904, id=CUDA_NVIDIA GeForce RTX 5090_0000:c1:00_OptiX, driverVersion=570.181, computeCapability=12.0]
CFG: detectGPUs: true
CFG: printLog: true
CFG: debugLog: true
CFG: requestTime: null
CFG: shutdownTime: -1
CFG: shutdownMode: soft
CFG: extras:
CFG: autoSignIn: false
CFG: useSysTray: false
CFG: headless: true
CFG: UIType: text
CFG: hostname: c2ccd993d46b
CFG: theme: light
CFG: incompatibleProcess: null
CFG: disableLargeDownloads: false
04-11 08:57:32 (info) FSHealth: FilesystemHealthCheck started
04-11 08:57:32 (debug) Sending error to server (type: OK)
04-11 08:57:32 (debug) Server::HTTPSendFile(https://client.sheepit-renderfarm.com/server/error.php?type=0,/tmp/farm_11626711313986509293.txt)
Nov 04 08:57:33 Session downloads: 0MB @ 0.0MB/s / Uploads: 0MB @ 0.0MB/s
04-11 08:57:33 (debug) File uploaded at 0.0MB/s, uploaded 2306 bytes
04-11 08:57:34 (debug) GUI Requesting Job
Nov 04 08:57:34 Requesting Job
04-11 08:57:34 (debug) Server::requestJob
04-11 08:57:34 (debug) Server::HTTPRequest url(https://client.sheepit-renderfarm.com/server/request_job.php?computemethod=2&network_dl=0&network_up=22607&cpu_cores=31&ram_max=979132998&rendertime_max=-1&gpu_model=NVIDIA%20GeForce%20RTX%205090&gpu_ram=33679867904&gpu_type=OPTIX&gpu_cuda_compute_capability=12.0&gpu_driver_version=570.181)
Nov 04 08:57:35 Frames remaining: 43744
Nov 04 08:57:35 Points earned: 0
04-11 08:57:35 (debug) Got work to do id: 1 frame: 0340
Nov 04 08:57:35 Rendering project "Can Blender be launched?"
04-11 08:57:35 (debug) GUI Reusing cached
Nov 04 08:57:35 Reusing cached
04-11 08:57:35 (debug) GUI Reusing cached
04-11 08:57:35 (debug) GUI Reusing cached
04-11 08:57:35 (debug) GUI Reusing cached
04-11 08:57:35 (debug) GUI Reusing cached
04-11 08:57:35 (debug) GUI Reusing cached
04-11 08:57:35 (debug) GUI Reusing cached
04-11 08:57:35 (debug) GUI Reusing cached
04-11 08:57:35 (debug) GUI Reusing cached
04-11 08:57:35 (debug) GUI Reusing cached
04-11 08:57:35 (debug) GUI Reusing cached
04-11 08:57:35 (debug) GUI Reusing cached
04-11 08:57:35 (debug) GUI Reusing cached
04-11 08:57:35 (debug) GUI Reusing cached
04-11 08:57:35 (debug) GUI Reusing cached
04-11 08:57:35 (debug) GUI Reusing cached
04-11 08:57:35 (debug) GUI Extracting renderer
Nov 04 08:57:35 Extracting renderer
04-11 08:57:35 (debug) Client::prepareWorkingDirectory Extracting renderer into /tmp/farm_8904451538644946110/3b00297f03f8bf584aa59bbc5fda1e95
04-11 08:57:42 (debug) GUI Extracting project
Nov 04 08:57:42 Extracting project
04-11 08:57:42 (debug) Client::prepareWorkingDirectory Extracting project into /tmp/farm_8904451538644946110/1
04-11 08:57:43 (debug) Unzipping 1 chunks of "Can Blender be launched?" took 0s
04-11 08:57:43 (debug) GUI Rendering
Nov 04 08:57:43 Rendering
Nov 04 08:57:43 Compute method: GPU
04-11 08:57:43 (info) Job::getColorConfig Using default color configuration
04-11 08:57:43 (debug) [/tmp/farm_8904451538644946110/3b00297f03f8bf584aa59bbc5fda1e95/rend.exe, --debug-exit-on-error, --factory-startup, --disable-autoexec, -noaudio, -b, -P, /tmp/farm_8904451538644946110/pre_load_script_13429467217106318803.py, /tmp/farm_8904451538644946110/1/compute-method.blend, -P, /tmp/farm_8904451538644946110/post_load_script_18200098841596958553.py, --engine, CYCLES, -o, /tmp/farm_8904451538644946110/1_, -x, 1, -f, 0340]
04-11 08:57:43 (debug) renderer output
Nov 04 08:57:43 Preparing project 0% [> ] 04-11 08:57:43 (debug) /tmp/farm_8904451538644946110/3b00297f03f8bf584aa59bbc5fda1e95/rend.exe: error while loading shared libraries: libSM.so.6: cannot open shared object file: No such file or directory
04-11 08:57:43 (debug) render times:
Scene prep: -1s
Rendering: 0s
Post: -1s
Total: 0s
Rendering/Total: NaN
04-11 08:57:43 (debug) end of rendering
04-11 08:57:43 (debug) RenderProcess::Process killed
04-11 08:57:43 (debug) FSHealth: FilesystemHealthCheck started
04-11 08:57:43 (error) Job::render no picture file found (after finished render (filename_without_extension 1_0340)
04-11 08:57:43 (debug) FSHealth: FilesystemHealthCheck started
04-11 08:57:43 (error) Job::render renderer returned 127 and took 0s, some libraries may be missing
Nov 04 08:57:43 Rendering
Nov 04 08:57:43 Compute method:
04-11 08:57:43 (error) Client::work problem with runRenderer (ret RENDERER_MISSING_LIBRARIES)
ERROR: Nov 04 08:57:43 Failed to launch renderer. Please check if you have all the necessary libraries installed and if you have enough free space in your working directory.
04-11 08:57:43 (error) Error Failed to launch renderer. Please check if you have all the necessary libraries installed and if you have enough free space in your working directory.
04-11 08:57:43 (debug) Sending error to server (type: RENDERER_MISSING_LIBRARIES)
04-11 08:57:43 (debug) Server::HTTPSendFile(https://client.sheepit-renderfarm.com/server/error.php?type=15&frame=0340&job=1&render_time=0&memoryused=0,/tmp/farm_17158111046453922576.txt)
Nov 04 08:57:44 Session downloads: 0MB @ 0.0MB/s / Uploads: 0MB @ 0.0MB/s
04-11 08:57:44 (debug) File uploaded at 0.0MB/s, uploaded 3924 bytes
ERROR: Nov 04 08:57:44 Failed to launch renderer. Please check if you have all the necessary libraries installed and if you have enough free space in your working directory. The error happened during the test frame render. Restart the client and try again.
04-11 08:57:44 (error) Error Failed to launch renderer. Please check if you have all the necessary libraries installed and if you have enough free space in your working directory. The error happened during the test frame render. Restart the client and try again.
---
_**Agent (model default, mode Agent)**_
---
The error shows:
```
libSM.so.6: cannot open shared object file: No such file or directory
```
Blender needs `libSM.so.6`. Install it:
## Install Missing Library:
```bash
sudo apt-get install -y libsm6 libice6 libx11-xcb1 libxcb-xinerama0 libxcb-keysyms1 libxcb-randr0 libxcb-render0 libxcb-shape0 libxcb-sync1 libxcb-util1 libxcb-xfixes0 libxcb-xkb1 libxkbcommon-x11-0 libxkbcommon0 libxkbcommon-x11-0 libxkbcommon0
```
Or install just the missing one:
```bash
sudo apt-get install -y libsm6 libice6
```
## Then Try Again:
```bash
java -jar sheepit-client.jar -login RaincloudTheDragon -password HmTNTrbF*zC5E7H -gpu OPTIX_0 -ui text
```
The verbose output helped identify the missing library. Install `libsm6` and `libice6` (often needed together), then run SheepIt again.
---
_**User (2025-11-04 07:52Z)**_
database ... 54156 files and directories currently installed.)
Preparing to unpack .../libice6_2%3a1.0.10-1build3_amd64.deb ...
Unpacking libice6:amd64 (2:1.0.10-1build3) ...
Selecting previously unselected package libsm6:amd64.
Preparing to unpack .../libsm6_2%3a1.2.3-1build3_amd64.deb ...
Unpacking libsm6:amd64 (2:1.2.3-1build3) ...
Selecting previously unselected package libxcb-xinerama0:amd64.
Preparing to unpack .../libxcb-xinerama0_1.15-1ubuntu2_amd64.deb ...
Unpacking libxcb-xinerama0:amd64 (1.15-1ubuntu2) ...
Selecting previously unselected package libxcb-keysyms1:amd64.
Preparing to unpack .../libxcb-keysyms1_0.4.0-1build4_amd64.deb ...
Unpacking libxcb-keysyms1:amd64 (0.4.0-1build4) ...
Selecting previously unselected package libxcb-util1:amd64.
Preparing to unpack .../libxcb-util1_0.4.0-1build3_amd64.deb ...
Unpacking libxcb-util1:amd64 (0.4.0-1build3) ...
Setting up libice6:amd64 (2:1.0.10-1build3) ...
Setting up libxcb-keysyms1:amd64 (0.4.0-1build4) ...
Setting up libxcb-util1:amd64 (0.4.0-1build3) ...
Setting up libxcb-xinerama0:amd64 (1.15-1ubuntu2) ...
Setting up libsm6:amd64 (2:1.2.3-1build3) ...
Processing triggers for libc-bin (2.39-0ubuntu8.6) ...
(main) root@C.27552620:/workspace$ java -jar sheepit-client.jar -login RaincloudTheDragon -password HmTNTrbF*zC5E7H -gpu OPTIX_0 -ui text --verbose --log-stdout
04-11 08:58:41 (debug) client version 7.25209.0
04-11 08:58:42 (debug) GUI Starting
Nov 04 08:58:42 Starting
04-11 08:58:42 (debug) Server::getConfiguration url https://client.sheepit-renderfarm.com/server/config.php
04-11 08:58:42 (debug) Server::HTTPRequest url(https://client.sheepit-renderfarm.com/server/config.php)
04-11 08:58:45 (info) OS: linux 24.04.3 lts (noble numbat) build 6.8.0-79-generic amd64
04-11 08:58:45 (info) CFG: version: 7.25209.0
CFG: configFilePath: null
CFG: logDir: /root/.config/sheepit
CFG: workingDirectory: /tmp/farm_7470552667051070153
CFG: sharedDownloadsDirectory: null
CFG: woolCacheDirectory: /tmp/sheepit_wool_cache
CFG: userHasSpecifiedACacheDir: false
CFG: login: RaincloudTheDragon
CFG: proxy: null
CFG: maxUploadingJob: 3
CFG: nbCores: -1
CFG: maxAllowedMemory: -1
CFG: maxRenderTime: -1
CFG: priority: 19
CFG: computeMethod: GPU
CFG: GPUDevice: GPUDevice [type=OPTIX, model='NVIDIA GeForce RTX 5090', memory=33679867904, id=CUDA_NVIDIA GeForce RTX 5090_0000:c1:00_OptiX, driverVersion=570.181, computeCapability=12.0]
CFG: detectGPUs: true
CFG: printLog: true
CFG: debugLog: true
CFG: requestTime: null
CFG: shutdownTime: -1
CFG: shutdownMode: soft
CFG: extras:
CFG: autoSignIn: false
CFG: useSysTray: false
CFG: headless: true
CFG: UIType: text
CFG: hostname: c2ccd993d46b
CFG: theme: light
CFG: incompatibleProcess: null
CFG: disableLargeDownloads: false
04-11 08:58:45 (info) FSHealth: FilesystemHealthCheck started
04-11 08:58:45 (debug) Sending error to server (type: OK)
04-11 08:58:45 (debug) Server::HTTPSendFile(https://client.sheepit-renderfarm.com/server/error.php?type=0,/tmp/farm_15099551076232495992.txt)
Nov 04 08:58:45 Session downloads: 0MB @ 0.0MB/s / Uploads: 0MB @ 0.0MB/s
04-11 08:58:45 (debug) File uploaded at 0.0MB/s, uploaded 2306 bytes
04-11 08:58:46 (debug) GUI Requesting Job
Nov 04 08:58:46 Requesting Job
04-11 08:58:46 (debug) Server::requestJob
04-11 08:58:46 (debug) Server::HTTPRequest url(https://client.sheepit-renderfarm.com/server/request_job.php?computemethod=2&network_dl=0&network_up=22173&cpu_cores=31&ram_max=979402954&rendertime_max=-1&gpu_model=NVIDIA%20GeForce%20RTX%205090&gpu_ram=33679867904&gpu_type=OPTIX&gpu_cuda_compute_capability=12.0&gpu_driver_version=570.181)
Nov 04 08:58:47 Frames remaining: 43479
Nov 04 08:58:47 Points earned: 0
04-11 08:58:47 (debug) Got work to do id: 1 frame: 0340
Nov 04 08:58:47 Rendering project "Can Blender be launched?"
04-11 08:58:47 (debug) GUI Reusing cached
Nov 04 08:58:47 Reusing cached
04-11 08:58:47 (debug) GUI Reusing cached
04-11 08:58:47 (debug) GUI Reusing cached
04-11 08:58:47 (debug) GUI Reusing cached
04-11 08:58:47 (debug) GUI Reusing cached
04-11 08:58:47 (debug) GUI Reusing cached
04-11 08:58:47 (debug) GUI Reusing cached
04-11 08:58:47 (debug) GUI Reusing cached
04-11 08:58:47 (debug) GUI Reusing cached
04-11 08:58:47 (debug) GUI Reusing cached
04-11 08:58:47 (debug) GUI Reusing cached
04-11 08:58:47 (debug) GUI Reusing cached
04-11 08:58:47 (debug) GUI Reusing cached
04-11 08:58:47 (debug) GUI Reusing cached
04-11 08:58:47 (debug) GUI Reusing cached
04-11 08:58:47 (debug) GUI Reusing cached
04-11 08:58:47 (debug) GUI Extracting renderer
Nov 04 08:58:47 Extracting renderer
04-11 08:58:47 (debug) Client::prepareWorkingDirectory Extracting renderer into /tmp/farm_7470552667051070153/3b00297f03f8bf584aa59bbc5fda1e95
04-11 08:58:54 (debug) GUI Extracting project
Nov 04 08:58:54 Extracting project
04-11 08:58:54 (debug) Client::prepareWorkingDirectory Extracting project into /tmp/farm_7470552667051070153/1
04-11 08:58:55 (debug) Unzipping 1 chunks of "Can Blender be launched?" took 0s
04-11 08:58:55 (debug) GUI Rendering
Nov 04 08:58:55 Rendering
Nov 04 08:58:55 Compute method: GPU
04-11 08:58:55 (info) Job::getColorConfig Using default color configuration
04-11 08:58:55 (debug) [/tmp/farm_7470552667051070153/3b00297f03f8bf584aa59bbc5fda1e95/rend.exe, --debug-exit-on-error, --factory-startup, --disable-autoexec, -noaudio, -b, -P, /tmp/farm_7470552667051070153/pre_load_script_11709051317419836345.py, /tmp/farm_7470552667051070153/1/compute-method.blend, -P, /tmp/farm_7470552667051070153/post_load_script_4861815345345467145.py, --engine, CYCLES, -o, /tmp/farm_7470552667051070153/1_, -x, 1, -f, 0340]
04-11 08:58:55 (debug) renderer output
Nov 04 08:58:55 Preparing project 0% [> ] 04-11 08:58:56 (debug) PRE_LOAD_SCRIPT_hide_viewport
04-11 08:58:56 (debug) All File Output Nodes muted.
04-11 08:58:56 (debug) POST_LOAD_SCRIPT_loaded
04-11 08:58:56 (debug) Blender 4.3.1 (hash 33d812126174 built 2024-12-10 09:50:28)
04-11 08:58:56 (debug) Read blend: "/tmp/farm_7470552667051070153/1/compute-method.blend"
04-11 08:58:56 (debug) Fra:340 Mem:10.96M (Peak 11.41M) | Time:00:00.24 | Mem:0.00M, Peak:0.00M | Testing_Scene, RenderLayer | Synchronizing object | Plane
04-11 08:58:56 (debug) Fra:340 Mem:10.96M (Peak 11.41M) | Time:00:00.24 | Mem:0.00M, Peak:0.00M | Testing_Scene, RenderLayer | Synchronizing object | Cube
04-11 08:58:56 (debug) Fra:340 Mem:10.96M (Peak 11.41M) | Time:00:00.24 | Mem:0.00M, Peak:0.00M | Testing_Scene, RenderLayer | Initializing
04-11 08:58:56 (debug) Fra:340 Mem:10.67M (Peak 11.41M) | Time:00:00.24 | Mem:0.00M, Peak:0.00M | Testing_Scene, RenderLayer | Waiting for render to start
04-11 08:58:56 (debug) Fra:340 Mem:10.68M (Peak 11.41M) | Time:00:00.24 | Mem:0.00M, Peak:0.00M | Testing_Scene, RenderLayer | Loading render kernels (may take a few minutes the first time)
---
_**Agent (model default, mode Agent)**_
---
It's working. Blender launched successfully and is loading render kernels. The output shows:
- Blender 4.3.1 started
- Blend file loaded
- Objects synchronized
- Render initialized
- Loading render kernels (this is normal — GPU kernels compile on the first run and can take a few minutes)
## What to expect next:
1. Kernel compilation: The first run compiles OptiX kernels for your RTX 5090, which can take 515 minutes.
2. After compilation: Rendering should start automatically.
3. Subsequent renders: Later frames will start faster since kernels are cached.
## To run in background (optional):
If you want to keep it running after disconnecting:
```bash
nohup java -jar sheepit-client.jar -login RaincloudTheDragon -password HmTNTrbF*zC5E7H -gpu OPTIX_0 -ui text > sheepit.log 2>&1 &
```
## Monitor progress:
```bash
# View logs
tail -f sheepit.log
# Or check if running
ps aux | grep sheepit
```
SheepIt is now rendering on your RTX 5090. The kernel compilation is a one-time setup per Blender version.
---
_**User (2025-11-04 07:52Z)**_
irectory.
04-11 08:57:43 (debug) Sending error to server (type: RENDERER_MISSING_LIBRARIES)
04-11 08:57:43 (debug) Server::HTTPSendFile(https://client.sheepit-renderfarm.com/server/error.php?type=15&frame=0340&job=1&render_time=0&memoryused=0,/tmp/farm_17158111046453922576.txt)
Nov 04 08:57:44 Session downloads: 0MB @ 0.0MB/s / Uploads: 0MB @ 0.0MB/s
04-11 08:57:44 (debug) File uploaded at 0.0MB/s, uploaded 3924 bytes
ERROR: Nov 04 08:57:44 Failed to launch renderer. Please check if you have all the necessary libraries installed and if you have enough free space in your working directory. The error happened during the test frame render. Restart the client and try again.
04-11 08:57:44 (error) Error Failed to launch renderer. Please check if you have all the necessary libraries installed and if you have enough free space in your working directory. The error happened during the test frame render. Restart the client and try again.
quit
04-11 08:58:05 (debug) GUI Disconnecting from SheepIt server
Nov 04 08:58:05 Disconnecting from SheepIt server
04-11 08:58:05 (debug) Server::HTTPRequest url(https://client.sheepit-renderfarm.com/user/logout)
sudo apt-get install -y libsm6 libice6 libx11-xcb1 libxcb-xinerama0 libxcb-keysyms1 libxcb-randr0 libxcb-render0 libxcb-shape0 libxcb-sync1 libxcb-util1 libxcb-xfixes0 libxcb-xkb1 libxkbcommon-x11-0 libxkbcommon0 libxkbcommon-x11-0 libxkbcommon0
(main) root@C.27552620:/workspace$ sudo apt-get install -y libsm6 libice6 libx11-xcb1 libxcb-xinerama0 libxcb-keysyms1 libxcb-randr0 libxcb-render0 libxcb-shape0 libxcb-sync1 libxcb-util1 libxcb-xfixes0 libxcb-xkb1 libxkbcommon-x11-0 libxkbcommon0 libxkbcommon-x11-0 libxkbcommon0
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
libx11-xcb1 is already the newest version (2:1.8.7-1build1).
libx11-xcb1 set to manually installed.
libxcb-randr0 is already the newest version (1.15-1ubuntu2).
libxcb-randr0 set to manually installed.
libxcb-render0 is already the newest version (1.15-1ubuntu2).
libxcb-render0 set to manually installed.
libxcb-shape0 is already the newest version (1.15-1ubuntu2).
libxcb-shape0 set to manually installed.
libxcb-sync1 is already the newest version (1.15-1ubuntu2).
libxcb-sync1 set to manually installed.
libxcb-xfixes0 is already the newest version (1.15-1ubuntu2).
libxcb-xfixes0 set to manually installed.
libxcb-xkb1 is already the newest version (1.15-1ubuntu2).
libxcb-xkb1 set to manually installed.
libxkbcommon-x11-0 is already the newest version (1.6.0-1build1).
libxkbcommon0 is already the newest version (1.6.0-1build1).
libxkbcommon0 set to manually installed.
The following NEW packages will be installed:
libice6 libsm6 libxcb-keysyms1 libxcb-util1 libxcb-xinerama0
0 upgraded, 5 newly installed, 0 to remove and 52 not upgraded.
Need to get 81.1 kB of archives.
After this operation, 289 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu noble/main amd64 libice6 amd64 2:1.0.10-1build3 [41.4 kB]
Get:2 http://archive.ubuntu.com/ubuntu noble/main amd64 libsm6 amd64 2:1.2.3-1build3 [15.7 kB]
Get:3 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb-xinerama0 amd64 1.15-1ubuntu2 [5410 B]
Get:4 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb-keysyms1 amd64 0.4.0-1build4 [7956 B]
Get:5 http://archive.ubuntu.com/ubuntu noble/main amd64 libxcb-util1 amd64 0.4.0-1build3 [10.7 kB]
Fetched 81.1 kB in 27s (2967 B/s)
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package libice6:amd64.
(Reading database ... 54156 files and directories currently installed.)
Preparing to unpack .../libice6_2%3a1.0.10-1build3_amd64.deb ...
Unpacking libice6:amd64 (2:1.0.10-1build3) ...
Selecting previously unselected package libsm6:amd64.
Preparing to unpack .../libsm6_2%3a1.2.3-1build3_amd64.deb ...
Unpacking libsm6:amd64 (2:1.2.3-1build3) ...
Selecting previously unselected package libxcb-xinerama0:amd64.
Preparing to unpack .../libxcb-xinerama0_1.15-1ubuntu2_amd64.deb ...
Unpacking libxcb-xinerama0:amd64 (1.15-1ubuntu2) ...
Selecting previously unselected package libxcb-keysyms1:amd64.
Preparing to unpack .../libxcb-keysyms1_0.4.0-1build4_amd64.deb ...
Unpacking libxcb-keysyms1:amd64 (0.4.0-1build4) ...
Selecting previously unselected package libxcb-util1:amd64.
Preparing to unpack .../libxcb-util1_0.4.0-1build3_amd64.deb ...
Unpacking libxcb-util1:amd64 (0.4.0-1build3) ...
Setting up libice6:amd64 (2:1.0.10-1build3) ...
Setting up libxcb-keysyms1:amd64 (0.4.0-1build4) ...
Setting up libxcb-util1:amd64 (0.4.0-1build3) ...
Setting up libxcb-xinerama0:amd64 (1.15-1ubuntu2) ...
Setting up libsm6:amd64 (2:1.2.3-1build3) ...
Processing triggers for libc-bin (2.39-0ubuntu8.6) ...
(main) root@C.27552620:/workspace$ java -jar sheepit-client.jar -login RaincloudTheDragon -password HmTNTrbF*zC5E7H -gpu OPTIX_0 -ui text --verbose --log-stdout
04-11 08:58:41 (debug) client version 7.25209.0
04-11 08:58:42 (debug) GUI Starting
Nov 04 08:58:42 Starting
04-11 08:58:42 (debug) Server::getConfiguration url https://client.sheepit-renderfarm.com/server/config.php
04-11 08:58:42 (debug) Server::HTTPRequest url(https://client.sheepit-renderfarm.com/server/config.php)
04-11 08:58:45 (info) OS: linux 24.04.3 lts (noble numbat) build 6.8.0-79-generic amd64
04-11 08:58:45 (info) CFG: version: 7.25209.0
CFG: configFilePath: null
CFG: logDir: /root/.config/sheepit
CFG: workingDirectory: /tmp/farm_7470552667051070153
CFG: sharedDownloadsDirectory: null
CFG: woolCacheDirectory: /tmp/sheepit_wool_cache
CFG: userHasSpecifiedACacheDir: false
CFG: login: RaincloudTheDragon
CFG: proxy: null
CFG: maxUploadingJob: 3
CFG: nbCores: -1
CFG: maxAllowedMemory: -1
CFG: maxRenderTime: -1
CFG: priority: 19
CFG: computeMethod: GPU
CFG: GPUDevice: GPUDevice [type=OPTIX, model='NVIDIA GeForce RTX 5090', memory=33679867904, id=CUDA_NVIDIA GeForce RTX 5090_0000:c1:00_OptiX, driverVersion=570.181, computeCapability=12.0]
CFG: detectGPUs: true
CFG: printLog: true
CFG: debugLog: true
CFG: requestTime: null
CFG: shutdownTime: -1
CFG: shutdownMode: soft
CFG: extras:
CFG: autoSignIn: false
CFG: useSysTray: false
CFG: headless: true
CFG: UIType: text
CFG: hostname: c2ccd993d46b
CFG: theme: light
CFG: incompatibleProcess: null
CFG: disableLargeDownloads: false
04-11 08:58:45 (info) FSHealth: FilesystemHealthCheck started
04-11 08:58:45 (debug) Sending error to server (type: OK)
04-11 08:58:45 (debug) Server::HTTPSendFile(https://client.sheepit-renderfarm.com/server/error.php?type=0,/tmp/farm_15099551076232495992.txt)
Nov 04 08:58:45 Session downloads: 0MB @ 0.0MB/s / Uploads: 0MB @ 0.0MB/s
04-11 08:58:45 (debug) File uploaded at 0.0MB/s, uploaded 2306 bytes
04-11 08:58:46 (debug) GUI Requesting Job
Nov 04 08:58:46 Requesting Job
04-11 08:58:46 (debug) Server::requestJob
04-11 08:58:46 (debug) Server::HTTPRequest url(https://client.sheepit-renderfarm.com/server/request_job.php?computemethod=2&network_dl=0&network_up=22173&cpu_cores=31&ram_max=979402954&rendertime_max=-1&gpu_model=NVIDIA%20GeForce%20RTX%205090&gpu_ram=33679867904&gpu_type=OPTIX&gpu_cuda_compute_capability=12.0&gpu_driver_version=570.181)
Nov 04 08:58:47 Frames remaining: 43479
Nov 04 08:58:47 Points earned: 0
04-11 08:58:47 (debug) Got work to do id: 1 frame: 0340
Nov 04 08:58:47 Rendering project "Can Blender be launched?"
04-11 08:58:47 (debug) GUI Reusing cached
Nov 04 08:58:47 Reusing cached
04-11 08:58:47 (debug) GUI Reusing cached
04-11 08:58:47 (debug) GUI Reusing cached
04-11 08:58:47 (debug) GUI Reusing cached
04-11 08:58:47 (debug) GUI Reusing cached
04-11 08:58:47 (debug) GUI Reusing cached
04-11 08:58:47 (debug) GUI Reusing cached
04-11 08:58:47 (debug) GUI Reusing cached
04-11 08:58:47 (debug) GUI Reusing cached
04-11 08:58:47 (debug) GUI Reusing cached
04-11 08:58:47 (debug) GUI Reusing cached
04-11 08:58:47 (debug) GUI Reusing cached
04-11 08:58:47 (debug) GUI Reusing cached
04-11 08:58:47 (debug) GUI Reusing cached
04-11 08:58:47 (debug) GUI Reusing cached
04-11 08:58:47 (debug) GUI Reusing cached
04-11 08:58:47 (debug) GUI Extracting renderer
Nov 04 08:58:47 Extracting renderer
04-11 08:58:47 (debug) Client::prepareWorkingDirectory Extracting renderer into /tmp/farm_7470552667051070153/3b00297f03f8bf584aa59bbc5fda1e95
04-11 08:58:54 (debug) GUI Extracting project
Nov 04 08:58:54 Extracting project
04-11 08:58:54 (debug) Client::prepareWorkingDirectory Extracting project into /tmp/farm_7470552667051070153/1
04-11 08:58:55 (debug) Unzipping 1 chunks of "Can Blender be launched?" took 0s
04-11 08:58:55 (debug) GUI Rendering
Nov 04 08:58:55 Rendering
Nov 04 08:58:55 Compute method: GPU
04-11 08:58:55 (info) Job::getColorConfig Using default color configuration
04-11 08:58:55 (debug) [/tmp/farm_7470552667051070153/3b00297f03f8bf584aa59bbc5fda1e95/rend.exe, --debug-exit-on-error, --factory-startup, --disable-autoexec, -noaudio, -b, -P, /tmp/farm_7470552667051070153/pre_load_script_11709051317419836345.py, /tmp/farm_7470552667051070153/1/compute-method.blend, -P, /tmp/farm_7470552667051070153/post_load_script_4861815345345467145.py, --engine, CYCLES, -o, /tmp/farm_7470552667051070153/1_, -x, 1, -f, 0340]
04-11 08:58:55 (debug) renderer output
Nov 04 08:58:55 Preparing project 0% [> ] 04-11 08:58:56 (debug) PRE_LOAD_SCRIPT_hide_viewport
04-11 08:58:56 (debug) All File Output Nodes muted.
04-11 08:58:56 (debug) POST_LOAD_SCRIPT_loaded
04-11 08:58:56 (debug) Blender 4.3.1 (hash 33d812126174 built 2024-12-10 09:50:28)
04-11 08:58:56 (debug) Read blend: "/tmp/farm_7470552667051070153/1/compute-method.blend"
04-11 08:58:56 (debug) Fra:340 Mem:10.96M (Peak 11.41M) | Time:00:00.24 | Mem:0.00M, Peak:0.00M | Testing_Scene, RenderLayer | Synchronizing object | Plane
04-11 08:58:56 (debug) Fra:340 Mem:10.96M (Peak 11.41M) | Time:00:00.24 | Mem:0.00M, Peak:0.00M | Testing_Scene, RenderLayer | Synchronizing object | Cube
04-11 08:58:56 (debug) Fra:340 Mem:10.96M (Peak 11.41M) | Time:00:00.24 | Mem:0.00M, Peak:0.00M | Testing_Scene, RenderLayer | Initializing
04-11 08:58:56 (debug) Fra:340 Mem:10.67M (Peak 11.41M) | Time:00:00.24 | Mem:0.00M, Peak:0.00M | Testing_Scene, RenderLayer | Waiting for render to start
04-11 08:58:56 (debug) Fra:340 Mem:10.68M (Peak 11.41M) | Time:00:00.24 | Mem:0.00M, Peak:0.00M | Testing_Scene, RenderLayer | Loading render kernels (may take a few minutes the first time)
^Cquit
04-11 09:04:20 (debug) GUI Stopping
Nov 04 09:04:20 Stopping
04-11 09:04:20 (debug) render times:
Scene prep: -1s
Rendering: 324s
Post: -1s
Total: 325s
Rendering/Total: 99.692
04-11 09:04:20 (debug) end of rendering
04-11 09:04:20 (debug) RenderProcess::Process killed
04-11 09:04:20 (debug) RenderProcess::Process killed
04-11 09:04:20 (debug) Job::render been asked to end render
Nov 04 09:04:20 Rendering
Nov 04 09:04:20 Compute method:
04-11 09:04:20 (error) Client::work problem with runRenderer (ret RENDERER_KILLED)
ERROR: Nov 04 09:04:20 Render canceled because either you stopped it from the website or the server did automatically (usually for a render taking too long).
04-11 09:04:20 (error) Error Render canceled because either you stopped it from the website or the server did automatically (usually for a render taking too long).
04-11 09:04:20 (debug) Error sending is disabled, do not send log
ERROR: Nov 04 09:04:20 Render canceled because either you stopped it from the website or the server did automatically (usually for a render taking too long). The error happened during the test frame render. Restart the client and try again.
04-11 09:04:20 (error) Error Render canceled because either you stopped it from the website or the server did automatically (usually for a render taking too long). The error happened during the test frame render. Restart the client and try again.
04-11 09:04:21 (debug) GUI Disconnecting from SheepIt server
Nov 04 09:04:21 Disconnecting from SheepIt server
04-11 09:04:21 (debug) Server::HTTPRequest url(https://client.sheepit-renderfarm.com/user/logout)
(main) root@C.27552620:/workspace$
---
_**Agent (model default, mode Agent)**_
---
Rendering started and was interrupted. The logs show:
- Blender launched successfully
- Kernels loaded (about 5 minutes)
- Rendering started (324 seconds before interruption)
## Let it run
Kernel compilation and the first render can take time. Run it again without interrupting:
```bash
java -jar sheepit-client.jar -login RaincloudTheDragon -password HmTNTrbF*zC5E7H -gpu OPTIX_0 -ui text
```
## Run in background (recommended)
This keeps it running after you disconnect:
```bash
nohup java -jar sheepit-client.jar -login RaincloudTheDragon -password HmTNTrbF*zC5E7H -gpu OPTIX_0 -ui text > sheepit.log 2>&1 &
```
## Monitor progress
```bash
# Watch logs in real-time
tail -f sheepit.log
# Or check if it's running
ps aux | grep sheepit
# Check GPU usage
nvidia-smi
```
## What to expect
- First frame: 515 minutes (kernel compilation + first render)
- Subsequent frames: faster (kernels cached)
- Normal operation: runs continuously, fetching and rendering jobs automatically
Everything is working. Let it run without interruption to complete frames.
---
_**User (2025-11-04 07:52Z)**_
it's taking an obscene amount of time to start up.
/workspace$ java -jar sheepit-client.jar -login RaincloudTheDragon -password HmTNTrbF*zC5E7H -gpu OPTIX_0 -ui text
Nov 04 09:04:55 Starting
Nov 04 09:04:58 Session downloads: 0MB @ 0.0MB/s / Uploads: 0MB @ 0.0MB/s
Nov 04 09:04:59 Requesting Job
Nov 04 09:05:00 Frames remaining: 42748
Nov 04 09:05:00 Points earned: 0
Nov 04 09:05:00 Rendering project "Can Blender be launched?"
Nov 04 09:05:00 Reusing cached
Nov 04 09:05:00 Extracting renderer
Nov 04 09:05:07 Extracting project
Nov 04 09:05:07 Rendering
Nov 04 09:05:07 Compute method: GPU
Nov 04 09:05:07 Preparing project 0% [> ] quit
Nov 04 09:06:48 Stopping
Nov 04 09:06:48 Rendering
Nov 04 09:06:48 Compute method:
ERROR: Nov 04 09:06:48 Render canceled because either you stopped it from the website or the server did automatically (usually for a render taking too long).
ERROR: Nov 04 09:06:48 Render canceled because either you stopped it from the website or the server did automatically (usually for a render taking too long). The error happened during the test frame render. Restart the client and try again.
Nov 04 09:06:49 Disconnecting from SheepIt server
(main) root@C.27552620:/workspace$
---
_**Agent (model default, mode Agent)**_
---
The first-time kernel compilation can take 515 minutes. Use verbose logging to see what's happening:
## Use Verbose Logging to See What's Happening:
```bash
java -jar sheepit-client.jar -login RaincloudTheDragon -password HmTNTrbF*zC5E7H -gpu OPTIX_0 -ui text --verbose --log-stdout
```
This shows progress during kernel compilation.
## Or Run in Background:
Let it run in the background so you can disconnect:
```bash
nohup java -jar sheepit-client.jar -login RaincloudTheDragon -password HmTNTrbF*zC5E7H -gpu OPTIX_0 -ui text --verbose --log-stdout > sheepit.log 2>&1 &
```
Then monitor:
```bash
# Watch what's happening
tail -f sheepit.log
# Check GPU usage (should show activity during kernel compilation)
watch -n 1 nvidia-smi
```
## Why It's Slow:
1. First-time kernel compilation: OptiX kernels compile on first use and can take 515 minutes
2. Test frame: The first frame validates everything
3. Subsequent frames: Faster after kernels are cached
## Check if it's Actually Working:
```bash
# While it's running, check GPU activity
nvidia-smi
# You should see GPU utilization > 0% during kernel compilation
```
The verbose logging will show the Blender output and kernel compilation progress. Let it run for 1015 minutes the first time without interrupting.
---
_**User (2025-11-04 07:52Z)**_
there's no way in hell it takes that long for the test frame. it's broken.
---
_**Agent (model default, mode Agent)**_
---
That's too long for a test frame. Debugging:
## 1. Check if Blender runs directly
```bash
# Check if the extracted Blender can run
cd /tmp
find . -name "rend.exe" -type f 2>/dev/null | head -1 | xargs ls -la
# Try running Blender directly to see errors
cd /tmp
find . -name "rend.exe" -type f 2>/dev/null | head -1 | xargs file
```
## 2. Check system resources
```bash
# Check disk space
df -h /tmp
# Check if there are any stuck processes
ps aux | grep -E "blender|rend|sheepit"
# Check GPU state
nvidia-smi
```
## 3. Try CPU mode first (to isolate GPU issue)
```bash
java -jar sheepit-client.jar -login RaincloudTheDragon -password HmTNTrbF*zC5E7H -compute-method CPU -ui text --verbose --log-stdout
```
If CPU works quickly, it's GPU-specific.
## 4. Clear cache and retry
```bash
# Clear SheepIt cache
rm -rf /tmp/sheepit_wool_cache
rm -rf /tmp/farm_*
# Try again
java -jar sheepit-client.jar -login RaincloudTheDragon -password HmTNTrbF*zC5E7H -gpu OPTIX_0 -ui text --verbose --log-stdout
```
## 5. Check for missing CUDA/OptiX libraries
```bash
# Check if CUDA libraries are accessible
ldconfig -p | grep -i cuda | head -5
ldconfig -p | grep -i optix | head -5
# Check LD_LIBRARY_PATH
echo $LD_LIBRARY_PATH
```
Run the CPU mode test first. If CPU works quickly, it's likely a GPU/OptiX initialization issue. Share the verbose output from the CPU test.
---
_**User (2025-11-04 07:52Z)**_
I don't think we can get any more info, given that I waited like 5 minutes and it didn't advance past loading render kernels.
: Custom title for the GUI Client
(default: SheepIt Render Farm)
-ui VAL : Specify the user interface to use,
default 'swing', available 'oneLine',
'text', 'swing' (graphical) (default:
text)
Example: java com.sheepit.client.main.Worker
(main) root@C.27552620:/workspace$ java -jar sheepit-client.jar -login RaincloudTheDragon -password HmTNTrbF*zC5E7H -gpu OPTIX_0 -ui text --verbose --log-stdout -prior
ity 100
04-11 09:09:06 (debug) client version 7.25209.0
04-11 09:09:07 (debug) GUI Starting
Nov 04 09:09:07 Starting
04-11 09:09:07 (debug) Server::getConfiguration url https://client.sheepit-renderfarm.com/server/config.php
04-11 09:09:07 (debug) Server::HTTPRequest url(https://client.sheepit-renderfarm.com/server/config.php)
04-11 09:09:09 (info) OS: linux 24.04.3 lts (noble numbat) build 6.8.0-79-generic amd64
04-11 09:09:09 (info) CFG: version: 7.25209.0
CFG: configFilePath: null
CFG: logDir: /root/.config/sheepit
CFG: workingDirectory: /tmp/farm_17401114619136235563
CFG: sharedDownloadsDirectory: null
CFG: woolCacheDirectory: /tmp/sheepit_wool_cache
CFG: userHasSpecifiedACacheDir: false
CFG: login: RaincloudTheDragon
CFG: proxy: null
CFG: maxUploadingJob: 3
CFG: nbCores: -1
CFG: maxAllowedMemory: -1
CFG: maxRenderTime: -1
CFG: priority: 19
CFG: computeMethod: GPU
CFG: GPUDevice: GPUDevice [type=OPTIX, model='NVIDIA GeForce RTX 5090', memory=33679867904, id=CUDA_NVIDIA GeForce RTX 5090_0000:c1:00_OptiX, driverVersion=570.181, computeCapability=12.0]
CFG: detectGPUs: true
CFG: printLog: true
CFG: debugLog: true
CFG: requestTime: null
CFG: shutdownTime: -1
CFG: shutdownMode: soft
CFG: extras:
CFG: autoSignIn: false
CFG: useSysTray: false
CFG: headless: true
CFG: UIType: text
CFG: hostname: c2ccd993d46b
CFG: theme: light
CFG: incompatibleProcess: null
CFG: disableLargeDownloads: false
04-11 09:09:09 (info) FSHealth: FilesystemHealthCheck started
04-11 09:09:09 (debug) Sending error to server (type: OK)
04-11 09:09:09 (debug) Server::HTTPSendFile(https://client.sheepit-renderfarm.com/server/error.php?type=0,/tmp/farm_5530686873188427456.txt)
Nov 04 09:09:10 Session downloads: 0MB @ 0.0MB/s / Uploads: 0MB @ 0.0MB/s
04-11 09:09:10 (debug) File uploaded at 0.0MB/s, uploaded 2307 bytes
04-11 09:09:11 (debug) GUI Requesting Job
Nov 04 09:09:11 Requesting Job
04-11 09:09:11 (debug) Server::requestJob
04-11 09:09:11 (debug) Server::HTTPRequest url(https://client.sheepit-renderfarm.com/server/request_job.php?computemethod=2&network_dl=0&network_up=4225&cpu_cores=31&ram_max=979600618&rendertime_max=-1&gpu_model=NVIDIA%20GeForce%20RTX%205090&gpu_ram=33679867904&gpu_type=OPTIX&gpu_cuda_compute_capability=12.0&gpu_driver_version=570.181)
Nov 04 09:09:12 Frames remaining: 44096
Nov 04 09:09:12 Points earned: 0
04-11 09:09:12 (debug) Got work to do id: 1 frame: 0340
Nov 04 09:09:12 Rendering project "Can Blender be launched?"
04-11 09:09:12 (debug) GUI Reusing cached
Nov 04 09:09:12 Reusing cached
04-11 09:09:12 (debug) GUI Reusing cached
04-11 09:09:12 (debug) GUI Reusing cached
04-11 09:09:12 (debug) GUI Reusing cached
04-11 09:09:12 (debug) GUI Reusing cached
04-11 09:09:12 (debug) GUI Reusing cached
04-11 09:09:12 (debug) GUI Reusing cached
04-11 09:09:12 (debug) GUI Reusing cached
04-11 09:09:12 (debug) GUI Reusing cached
04-11 09:09:12 (debug) GUI Reusing cached
04-11 09:09:12 (debug) GUI Reusing cached
04-11 09:09:12 (debug) GUI Reusing cached
04-11 09:09:12 (debug) GUI Reusing cached
04-11 09:09:12 (debug) GUI Reusing cached
04-11 09:09:12 (debug) GUI Reusing cached
04-11 09:09:12 (debug) GUI Reusing cached
04-11 09:09:12 (debug) GUI Extracting renderer
Nov 04 09:09:12 Extracting renderer
04-11 09:09:12 (debug) Client::prepareWorkingDirectory Extracting renderer into /tmp/farm_17401114619136235563/3b00297f03f8bf584aa59bbc5fda1e95
04-11 09:09:19 (debug) GUI Extracting project
Nov 04 09:09:19 Extracting project
04-11 09:09:19 (debug) Client::prepareWorkingDirectory Extracting project into /tmp/farm_17401114619136235563/1
04-11 09:09:20 (debug) Unzipping 1 chunks of "Can Blender be launched?" took 0s
04-11 09:09:20 (debug) GUI Rendering
Nov 04 09:09:20 Rendering
Nov 04 09:09:20 Compute method: GPU
04-11 09:09:20 (info) Job::getColorConfig Using default color configuration
04-11 09:09:20 (debug) [/tmp/farm_17401114619136235563/3b00297f03f8bf584aa59bbc5fda1e95/rend.exe, --debug-exit-on-error, --factory-startup, --disable-autoexec, -noaudio, -b, -P, /tmp/farm_17401114619136235563/pre_load_script_8920372186857259328.py, /tmp/farm_17401114619136235563/1/compute-method.blend, -P, /tmp/farm_17401114619136235563/post_load_script_7409446078237111441.py, --engine, CYCLES, -o, /tmp/farm_17401114619136235563/1_, -x, 1, -f, 0340]
04-11 09:09:20 (debug) renderer output
Nov 04 09:09:20 Preparing project 0% [> ] 04-11 09:09:21 (debug) PRE_LOAD_SCRIPT_hide_viewport
04-11 09:09:21 (debug) All File Output Nodes muted.
04-11 09:09:21 (debug) POST_LOAD_SCRIPT_loaded
04-11 09:09:21 (debug) Blender 4.3.1 (hash 33d812126174 built 2024-12-10 09:50:28)
04-11 09:09:21 (debug) Read blend: "/tmp/farm_17401114619136235563/1/compute-method.blend"
04-11 09:09:21 (debug) Fra:340 Mem:10.96M (Peak 11.41M) | Time:00:00.21 | Mem:0.00M, Peak:0.00M | Testing_Scene, RenderLayer | Synchronizing object | Plane
04-11 09:09:21 (debug) Fra:340 Mem:10.96M (Peak 11.41M) | Time:00:00.21 | Mem:0.00M, Peak:0.00M | Testing_Scene, RenderLayer | Synchronizing object | Cube
04-11 09:09:21 (debug) Fra:340 Mem:10.96M (Peak 11.41M) | Time:00:00.21 | Mem:0.00M, Peak:0.00M | Testing_Scene, RenderLayer | Initializing
04-11 09:09:21 (debug) Fra:340 Mem:10.67M (Peak 11.41M) | Time:00:00.21 | Mem:0.00M, Peak:0.00M | Testing_Scene, RenderLayer | Waiting for render to start
04-11 09:09:21 (debug) Fra:340 Mem:10.68M (Peak 11.41M) | Time:00:00.21 | Mem:0.00M, Peak:0.00M | Testing_Scene, RenderLayer | Loading render kernels (may take a few minutes the first time)
---
_**Agent (model default, mode Agent)**_
---
Stuck at "Loading render kernels" indicates an OptiX initialization issue. Try these checks:
## 1. Check if GPU is actually working during kernel load:
```bash
# In another terminal, check GPU activity
watch -n 1 nvidia-smi
# If GPU utilization stays at 0%, kernels aren't compiling
```
## 2. Try CUDA mode instead of OptiX:
OptiX might be failing silently. Try CUDA directly:
```bash
java -jar sheepit-client.jar -login RaincloudTheDragon -password HmTNTrbF*zC5E7H -gpu CUDA_0 -ui text --verbose --log-stdout -priority 100
```
First check what GPU identifiers are available:
```bash
java -jar sheepit-client.jar --show-gpu
```
## 3. Check system logs for errors:
```bash
# Check for GPU/driver errors
dmesg | tail -20
# Check for any library errors
journalctl -n 50 | grep -i error
```
## 4. Check if OptiX libraries exist:
```bash
# Check for OptiX libraries
find /usr -name "*optix*" 2>/dev/null
ldconfig -p | grep -i optix
```
## 5. Try CPU mode to confirm it's GPU-specific:
```bash
java -jar sheepit-client.jar -login RaincloudTheDragon -password HmTNTrbF*zC5E7H -compute-method CPU -ui text --verbose --log-stdout
```
The RTX 5090 is very new (compute capability 12.0); the Blender version SheepIt uses may not fully support OptiX on it yet. CUDA mode might work better. Start with checking `--show-gpu` and trying CUDA mode.
---
_**User (2025-11-04 07:52Z)**_
(main) root@C.27552620:/workspace$ java -jar sheepit-client.jar -login RaincloudTheDragon -password HmTNTrbF*zC5E7H -gpu CUDA_0 -ui text --verbose --log-stdout -priority 100
ERROR: The entered GPU_ID is invalid. The GPU_ID should look like 'OPTIX_#. Please use the proper GPU_ID from the GPU list below
GPU_ID : OPTIX_0
Long ID : CUDA_NVIDIA GeForce RTX 5090_0000:c1:00_OptiX
Model : NVIDIA GeForce RTX 5090
Memory, MB: 32119
(main) root@C.27552620:/workspace$
---
_**Agent (model default, mode Agent)**_
---
Only `OPTIX_0` is available. OptiX kernel compilation appears to be hanging. Try these:
## 1. Check GPU activity during the hang:
In another terminal while it's stuck:
```bash
# Watch GPU activity
watch -n 1 nvidia-smi
# If GPU utilization stays at 0%, kernels aren't compiling (hanging)
```
## 2. Try CPU mode to confirm it's OptiX-specific:
```bash
java -jar sheepit-client.jar -login RaincloudTheDragon -password HmTNTrbF*zC5E7H -compute-method CPU -ui text --verbose --log-stdout -priority 100
```
If CPU works quickly, it's an OptiX/RTX 5090 compatibility issue.
## 3. Check for OptiX installation issues:
```bash
# Check if OptiX libraries are present
find /usr -name "*optix*" 2>/dev/null
ldconfig -p | grep -i optix
# Check NVIDIA driver version compatibility
nvidia-smi --query-gpu=driver_version --format=csv
```
## 4. Potential issue: RTX 5090 + OptiX
The RTX 5090 (compute capability 12.0) is very new. The Blender version SheepIt uses may not fully support OptiX on it yet, causing the hang.
## 5. Try `-compute-method GPU` instead of `-gpu OPTIX_0`:
```bash
java -jar sheepit-client.jar -login RaincloudTheDragon -password HmTNTrbF*zC5E7H -compute-method GPU -ui text --verbose --log-stdout -priority 100
```
This lets Blender choose the GPU backend automatically.
Try CPU mode first to confirm it's OptiX-specific, then try `-compute-method GPU`.
---
_**User (2025-11-04 07:52Z)**_
java -jar sheepit-client.jar -login RaincloudTheDragon -password HmTNTrbF*zC5E7H -compute-method GPU -ui text --verbose --log-stdout -priority 100
ERROR: The compute method is set to use GPU only, but not GPU has been specified. Please add a GPU (via -gpu parameter)
---
_**Agent (model default, mode Agent)**_
---
`-compute-method GPU` requires `-gpu`. Since OptiX is hanging, test CPU mode first:
## 1. Test CPU Mode (to confirm setup works):
```bash
java -jar sheepit-client.jar -login RaincloudTheDragon -password HmTNTrbF*zC5E7H -compute-method CPU -ui text --verbose --log-stdout -priority 100
```
If CPU works quickly, it's an OptiX-specific issue.
## 2. Check if OptiX libraries are missing:
```bash
# Check for OptiX libraries
find /usr -name "*optix*" 2>/dev/null
ldconfig -p | grep -i optix
# Check what Blender is trying to load
strace -e trace=openat java -jar sheepit-client.jar -login RaincloudTheDragon -password HmTNTrbF*zC5E7H -gpu OPTIX_0 -ui text --verbose --log-stdout -priority 100 2>&1 | grep -i optix | head -20
```
## 3. Install OptiX libraries (if missing):
OptiX might not be installed. Check if you need to install it:
```bash
# Check NVIDIA driver packages
dpkg -l | grep nvidia
# OptiX is usually bundled with CUDA toolkit, check if CUDA is properly installed
nvcc --version
```
## 4. Try waiting longer (one-time kernel compilation):
OptiX kernels compile on first use and can take 10-15 minutes on a new GPU. You can try running it in the background and monitoring:
```bash
nohup java -jar sheepit-client.jar -login RaincloudTheDragon -password HmTNTrbF*zC5E7H -gpu OPTIX_0 -ui text --verbose --log-stdout -priority 100 > sheepit.log 2>&1 &
# Monitor GPU activity
watch -n 5 nvidia-smi
# Check logs
tail -f sheepit.log
```
Run the CPU test first. If CPU works, the issue is OptiX compatibility with the RTX 5090, and you may need to wait for the first kernel compilation or report this to SheepIt.
---
_**User (2025-11-04 07:52Z)**_
04-11 09:11:48 (debug) GUI Downloading Project 88 %
04-11 09:11:48 (debug) GUI Downloading Project 88 %
04-11 09:11:48 (debug) GUI Downloading Project 88 %
04-11 09:11:48 (debug) GUI Downloading Project 88 %
04-11 09:11:48 (debug) GUI Downloading Project 88 %
04-11 09:11:48 (debug) GUI Downloading Project 88 %
04-11 09:11:48 (debug) GUI Downloading Project 88 %
04-11 09:11:48 (debug) GUI Downloading Project 88 %
04-11 09:11:48 (debug) GUI Downloading Project 88 %
04-11 09:11:48 (debug) GUI Downloading Project 88 %
04-11 09:11:48 (debug) GUI Downloading Project 88 %
04-11 09:11:48 (debug) GUI Downloading Project 88 %
04-11 09:11:48 (debug) GUI Downloading Project 88 %
04-11 09:11:48 (debug) GUI Downloading Project 88 %
04-11 09:11:48 (debug) GUI Downloading Project 88 %
04-11 09:11:48 (debug) GUI Downloading Project 88 %
04-11 09:11:48 (debug) GUI Downloading Project 88 %
04-11 09:11:48 (debug) GUI Downloading Project 88 %
04-11 09:11:48 (debug) GUI Downloading Project 88 %
04-11 09:11:48 (debug) GUI Downloading Project 88 %
04-11 09:11:48 (debug) GUI Downloading Project 88 %
04-11 09:11:48 (debug) GUI Downloading Project 88 %
04-11 09:11:48 (debug) GUI Downloading Project 88 %
04-11 09:11:48 (debug) GUI Downloading Project 88 %
04-11 09:11:48 (debug) GUI Downloading Project 88 %
04-11 09:11:48 (debug) GUI Downloading Project 88 %
04-11 09:11:48 (debug) GUI Downloading Project 88 %
04-11 09:11:48 (debug) GUI Downloading Project 88 %
04-11 09:11:48 (debug) GUI Downloading Project 88 %
04-11 09:11:48 (debug) GUI Downloading Project 88 %
04-11 09:11:48 (debug) GUI Downloading Project 88 %
04-11 09:11:48 (debug) GUI Downloading Project 89 %
Nov 04 09:11:48 Downloading Project 89 %
04-11 09:11:48 (debug) GUI Downloading Project 89 %
04-11 09:11:48 (debug) GUI Downloading Project 89 %
04-11 09:11:48 (debug) GUI Downloading Project 89 %
04-11 09:11:48 (debug) GUI Downloading Project 89 %
04-11 09:11:48 (debug) GUI Downloading Project 89 %
04-11 09:11:48 (debug) GUI Downloading Project 89 %
04-11 09:11:48 (debug) GUI Downloading Project 89 %
04-11 09:11:48 (debug) GUI Downloading Project 89 %
04-11 09:11:48 (debug) GUI Downloading Project 89 %
04-11 09:11:48 (debug) GUI Downloading Project 89 %
04-11 09:11:48 (debug) GUI Downloading Project 89 %
04-11 09:11:48 (debug) GUI Downloading Project 89 %
04-11 09:11:48 (debug) GUI Downloading Project 89 %
04-11 09:11:48 (debug) GUI Downloading Project 89 %
04-11 09:11:48 (debug) GUI Downloading Project 89 %
04-11 09:11:48 (debug) GUI Downloading Project 89 %
04-11 09:11:48 (debug) GUI Downloading Project 89 %
04-11 09:11:48 (debug) GUI Downloading Project 89 %
04-11 09:11:48 (debug) GUI Downloading Project 89 %
04-11 09:11:48 (debug) GUI Downloading Project 89 %
04-11 09:11:48 (debug) GUI Downloading Project 89 %
04-11 09:11:48 (debug) GUI Downloading Project 89 %
04-11 09:11:48 (debug) GUI Downloading Project 89 %
04-11 09:11:48 (debug) GUI Downloading Project 89 %
04-11 09:11:48 (debug) GUI Downloading Project 89 %
04-11 09:11:48 (debug) GUI Downloading Project 89 %
04-11 09:11:48 (debug) GUI Downloading Project 89 %
04-11 09:11:48 (debug) GUI Downloading Project 89 %
04-11 09:11:48 (debug) GUI Downloading Project 89 %
04-11 09:11:48 (debug) GUI Downloading Project 89 %
04-11 09:11:48 (debug) GUI Downloading Project 89 %
04-11 09:11:48 (debug) GUI Downloading Project 89 %
04-11 09:11:48 (debug) GUI Downloading Project 89 %
04-11 09:11:48 (debug) GUI Downloading Project 89 %
04-11 09:11:48 (debug) GUI Downloading Project 89 %
04-11 09:11:48 (debug) GUI Downloading Project 89 %
04-11 09:11:48 (debug) GUI Downloading Project 89 %
04-11 09:11:48 (debug) GUI Downloading Project 89 %
04-11 09:11:48 (debug) GUI Downloading Project 89 %
04-11 09:11:48 (debug) GUI Downloading Project 89 %
04-11 09:11:48 (debug) GUI Downloading Project 89 %
04-11 09:11:48 (debug) GUI Downloading Project 89 %
04-11 09:11:48 (debug) GUI Downloading Project 89 %
04-11 09:11:48 (debug) GUI Downloading Project 89 %
04-11 09:11:48 (debug) GUI Downloading Project 89 %
04-11 09:11:48 (debug) GUI Downloading Project 89 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
Nov 04 09:11:48 Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 90 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
Nov 04 09:11:48 Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 91 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
Nov 04 09:11:48 Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 92 %
04-11 09:11:48 (debug) GUI Downloading Project 93 %
Nov 04 09:11:48 Downloading Project 93 %
04-11 09:11:48 (debug) GUI Downloading Project 93 %
04-11 09:11:48 (debug) GUI Downloading Project 93 %
04-11 09:11:48 (debug) GUI Downloading Project 93 %
04-11 09:11:48 (debug) GUI Downloading Project 93 %
04-11 09:11:48 (debug) GUI Downloading Project 93 %
04-11 09:11:48 (debug) GUI Downloading Project 93 %
04-11 09:11:48 (debug) GUI Downloading Project 93 %
04-11 09:11:48 (debug) GUI Downloading Project 93 %
04-11 09:11:48 (debug) GUI Downloading Project 93 %
04-11 09:11:48 (debug) GUI Downloading Project 93 %
04-11 09:11:48 (debug) GUI Downloading Project 93 %
04-11 09:11:48 (debug) GUI Downloading Project 93 %
04-11 09:11:48 (debug) GUI Downloading Project 93 %
04-11 09:11:48 (debug) GUI Downloading Project 93 %
04-11 09:11:48 (debug) GUI Downloading Project 93 %
04-11 09:11:48 (debug) GUI Downloading Project 93 %
04-11 09:11:48 (debug) GUI Downloading Project 93 %
04-11 09:11:48 (debug) GUI Downloading Project 93 %
04-11 09:11:48 (debug) GUI Downloading Project 93 %
04-11 09:11:48 (debug) GUI Downloading Project 93 %
04-11 09:11:48 (debug) GUI Downloading Project 93 %
04-11 09:11:48 (debug) GUI Downloading Project 93 %
04-11 09:11:48 (debug) GUI Downloading Project 93 %
04-11 09:11:48 (debug) GUI Downloading Project 93 %
04-11 09:11:48 (debug) GUI Downloading Project 93 %
04-11 09:11:48 (debug) GUI Downloading Project 93 %
04-11 09:11:48 (debug) GUI Downloading Project 93 %
04-11 09:11:48 (debug) GUI Downloading Project 93 %
04-11 09:11:48 (debug) GUI Downloading Project 93 %
04-11 09:11:48 (debug) GUI Downloading Project 93 %
04-11 09:11:48 (debug) GUI Downloading Project 93 %
04-11 09:11:48 (debug) GUI Downloading Project 93 %
04-11 09:11:48 (debug) GUI Downloading Project 93 %
04-11 09:11:48 (debug) GUI Downloading Project 93 %
04-11 09:11:48 (debug) GUI Downloading Project 93 %
04-11 09:11:48 (debug) GUI Downloading Project 93 %
04-11 09:11:48 (debug) GUI Downloading Project 93 %
04-11 09:11:48 (debug) GUI Downloading Project 93 %
04-11 09:11:48 (debug) GUI Downloading Project 93 %
04-11 09:11:48 (debug) GUI Downloading Project 93 %
04-11 09:11:48 (debug) GUI Downloading Project 93 %
04-11 09:11:48 (debug) GUI Downloading Project 93 %
04-11 09:11:48 (debug) GUI Downloading Project 93 %
04-11 09:11:48 (debug) GUI Downloading Project 93 %
04-11 09:11:48 (debug) GUI Downloading Project 93 %
04-11 09:11:48 (debug) GUI Downloading Project 93 %
04-11 09:11:48 (debug) GUI Downloading Project 93 %
04-11 09:11:48 (debug) GUI Downloading Project 94 %
Nov 04 09:11:48 Downloading Project 94 %
04-11 09:11:48 (debug) GUI Downloading Project 94 %
04-11 09:11:48 (debug) GUI Downloading Project 94 %
04-11 09:11:48 (debug) GUI Downloading Project 94 %
04-11 09:11:48 (debug) GUI Downloading Project 94 %
04-11 09:11:48 (debug) GUI Downloading Project 94 %
04-11 09:11:48 (debug) GUI Downloading Project 94 %
04-11 09:11:48 (debug) GUI Downloading Project 94 %
04-11 09:11:48 (debug) GUI Downloading Project 94 %
04-11 09:11:48 (debug) GUI Downloading Project 94 %
04-11 09:11:48 (debug) GUI Downloading Project 94 %
04-11 09:11:48 (debug) GUI Downloading Project 94 %
04-11 09:11:48 (debug) GUI Downloading Project 94 %
04-11 09:11:48 (debug) GUI Downloading Project 94 %
04-11 09:11:48 (debug) GUI Downloading Project 94 %
04-11 09:11:48 (debug) GUI Downloading Project 94 %
04-11 09:11:48 (debug) GUI Downloading Project 94 %
04-11 09:11:48 (debug) GUI Downloading Project 94 %
04-11 09:11:48 (debug) GUI Downloading Project 94 %
04-11 09:11:48 (debug) GUI Downloading Project 94 %
04-11 09:11:48 (debug) GUI Downloading Project 94 %
04-11 09:11:48 (debug) GUI Downloading Project 94 %
04-11 09:11:48 (debug) GUI Downloading Project 94 %
04-11 09:11:48 (debug) GUI Downloading Project 94 %
04-11 09:11:48 (debug) GUI Downloading Project 94 %
04-11 09:11:48 (debug) GUI Downloading Project 94 %
04-11 09:11:48 (debug) GUI Downloading Project 94 %
04-11 09:11:48 (debug) GUI Downloading Project 94 %
04-11 09:11:48 (debug) GUI Downloading Project 94 %
04-11 09:11:48 (debug) GUI Downloading Project 94 %
04-11 09:11:48 (debug) GUI Downloading Project 94 %
04-11 09:11:48 (debug) GUI Downloading Project 94 %
04-11 09:11:48 (debug) GUI Downloading Project 94 %
04-11 09:11:48 (debug) GUI Downloading Project 94 %
04-11 09:11:48 (debug) GUI Downloading Project 94 %
04-11 09:11:48 (debug) GUI Downloading Project 94 %
04-11 09:11:48 (debug) GUI Downloading Project 94 %
04-11 09:11:48 (debug) GUI Downloading Project 94 %
04-11 09:11:48 (debug) GUI Downloading Project 94 %
04-11 09:11:48 (debug) GUI Downloading Project 94 %
04-11 09:11:48 (debug) GUI Downloading Project 94 %
04-11 09:11:48 (debug) GUI Downloading Project 94 %
04-11 09:11:48 (debug) GUI Downloading Project 94 %
04-11 09:11:48 (debug) GUI Downloading Project 94 %
04-11 09:11:48 (debug) GUI Downloading Project 94 %
04-11 09:11:48 (debug) GUI Downloading Project 94 %
04-11 09:11:48 (debug) GUI Downloading Project 94 %
04-11 09:11:48 (debug) GUI Downloading Project 94 %
04-11 09:11:48 (debug) GUI Downloading Project 94 %
04-11 09:11:48 (debug) GUI Downloading Project 94 %
04-11 09:11:48 (debug) GUI Downloading Project 94 %
04-11 09:11:48 (debug) GUI Downloading Project 94 %
04-11 09:11:48 (debug) GUI Downloading Project 94 %
04-11 09:11:48 (debug) GUI Downloading Project 94 %
04-11 09:11:48 (debug) GUI Downloading Project 94 %
04-11 09:11:48 (debug) GUI Downloading Project 94 %
04-11 09:11:48 (debug) GUI Downloading Project 94 %
04-11 09:11:48 (debug) GUI Downloading Project 94 %
04-11 09:11:48 (debug) GUI Downloading Project 94 %
04-11 09:11:48 (debug) GUI Downloading Project 95 %
Nov 04 09:11:48 Downloading Project 95 %
04-11 09:11:48 (debug) GUI Downloading Project 95 %
04-11 09:11:48 (debug) GUI Downloading Project 95 %
04-11 09:11:48 (debug) GUI Downloading Project 95 %
04-11 09:11:48 (debug) GUI Downloading Project 95 %
04-11 09:11:48 (debug) GUI Downloading Project 95 %
04-11 09:11:48 (debug) GUI Downloading Project 95 %
04-11 09:11:48 (debug) GUI Downloading Project 95 %
04-11 09:11:48 (debug) GUI Downloading Project 95 %
04-11 09:11:48 (debug) GUI Downloading Project 95 %
04-11 09:11:48 (debug) GUI Downloading Project 95 %
04-11 09:11:48 (debug) GUI Downloading Project 95 %
04-11 09:11:48 (debug) GUI Downloading Project 95 %
04-11 09:11:48 (debug) GUI Downloading Project 95 %
04-11 09:11:48 (debug) GUI Downloading Project 95 %
04-11 09:11:48 (debug) GUI Downloading Project 95 %
04-11 09:11:48 (debug) GUI Downloading Project 95 %
04-11 09:11:48 (debug) GUI Downloading Project 95 %
04-11 09:11:48 (debug) GUI Downloading Project 95 %
04-11 09:11:48 (debug) GUI Downloading Project 95 %
04-11 09:11:48 (debug) GUI Downloading Project 95 %
04-11 09:11:48 (debug) GUI Downloading Project 95 %
04-11 09:11:48 (debug) GUI Downloading Project 95 %
04-11 09:11:48 (debug) GUI Downloading Project 95 %
04-11 09:11:48 (debug) GUI Downloading Project 95 %
04-11 09:11:48 (debug) GUI Downloading Project 95 %
04-11 09:11:48 (debug) GUI Downloading Project 95 %
04-11 09:11:48 (debug) GUI Downloading Project 95 %
04-11 09:11:48 (debug) GUI Downloading Project 95 %
04-11 09:11:48 (debug) GUI Downloading Project 95 %
04-11 09:11:48 (debug) GUI Downloading Project 95 %
04-11 09:11:48 (debug) GUI Downloading Project 95 %
04-11 09:11:48 (debug) GUI Downloading Project 95 %
04-11 09:11:48 (debug) GUI Downloading Project 95 %
04-11 09:11:48 (debug) GUI Downloading Project 95 %
04-11 09:11:48 (debug) GUI Downloading Project 95 %
04-11 09:11:48 (debug) GUI Downloading Project 95 %
04-11 09:11:48 (debug) GUI Downloading Project 95 %
04-11 09:11:48 (debug) GUI Downloading Project 95 %
04-11 09:11:48 (debug) GUI Downloading Project 95 %
04-11 09:11:48 (debug) GUI Downloading Project 95 %
04-11 09:11:48 (debug) GUI Downloading Project 95 %
04-11 09:11:48 (debug) GUI Downloading Project 95 %
04-11 09:11:48 (debug) GUI Downloading Project 95 %
04-11 09:11:48 (debug) GUI Downloading Project 95 %
04-11 09:11:48 (debug) GUI Downloading Project 95 %
04-11 09:11:48 (debug) GUI Downloading Project 95 %
04-11 09:11:48 (debug) GUI Downloading Project 95 %
04-11 09:11:48 (debug) GUI Downloading Project 95 %
04-11 09:11:48 (debug) GUI Downloading Project 95 %
04-11 09:11:48 (debug) GUI Downloading Project 95 %
04-11 09:11:48 (debug) GUI Downloading Project 95 %
04-11 09:11:48 (debug) GUI Downloading Project 95 %
04-11 09:11:48 (debug) GUI Downloading Project 95 %
04-11 09:11:48 (debug) GUI Downloading Project 95 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
Nov 04 09:11:48 Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 96 %
04-11 09:11:48 (debug) GUI Downloading Project 97 %
Nov 04 09:11:48 Downloading Project 97 %
04-11 09:11:48 (debug) GUI Downloading Project 97 %
04-11 09:11:48 (debug) GUI Downloading Project 97 %
04-11 09:11:48 (debug) GUI Downloading Project 97 %
04-11 09:11:48 (debug) GUI Downloading Project 97 %
04-11 09:11:48 (debug) GUI Downloading Project 97 %
04-11 09:11:48 (debug) GUI Downloading Project 97 %
04-11 09:11:48 (debug) GUI Downloading Project 97 %
04-11 09:11:48 (debug) GUI Downloading Project 97 %
04-11 09:11:48 (debug) GUI Downloading Project 97 %
04-11 09:11:48 (debug) GUI Downloading Project 97 %
04-11 09:11:48 (debug) GUI Downloading Project 97 %
04-11 09:11:48 (debug) GUI Downloading Project 97 %
04-11 09:11:48 (debug) GUI Downloading Project 97 %
04-11 09:11:48 (debug) GUI Downloading Project 97 %
04-11 09:11:48 (debug) GUI Downloading Project 97 %
04-11 09:11:48 (debug) GUI Downloading Project 97 %
04-11 09:11:48 (debug) GUI Downloading Project 97 %
04-11 09:11:48 (debug) GUI Downloading Project 97 %
04-11 09:11:48 (debug) GUI Downloading Project 97 %
04-11 09:11:48 (debug) GUI Downloading Project 97 %
04-11 09:11:48 (debug) GUI Downloading Project 97 %
04-11 09:11:48 (debug) GUI Downloading Project 97 %
04-11 09:11:48 (debug) GUI Downloading Project 97 %
04-11 09:11:48 (debug) GUI Downloading Project 97 %
04-11 09:11:48 (debug) GUI Downloading Project 97 %
04-11 09:11:48 (debug) GUI Downloading Project 97 %
04-11 09:11:48 (debug) GUI Downloading Project 97 %
04-11 09:11:48 (debug) GUI Downloading Project 97 %
04-11 09:11:48 (debug) GUI Downloading Project 97 %
04-11 09:11:48 (debug) GUI Downloading Project 97 %
04-11 09:11:48 (debug) GUI Downloading Project 97 %
04-11 09:11:48 (debug) GUI Downloading Project 97 %
04-11 09:11:48 (debug) GUI Downloading Project 97 %
04-11 09:11:48 (debug) GUI Downloading Project 97 %
04-11 09:11:48 (debug) GUI Downloading Project 97 %
04-11 09:11:48 (debug) GUI Downloading Project 97 %
04-11 09:11:48 (debug) GUI Downloading Project 97 %
04-11 09:11:48 (debug) GUI Downloading Project 97 %
04-11 09:11:48 (debug) GUI Downloading Project 97 %
04-11 09:11:48 (debug) GUI Downloading Project 97 %
04-11 09:11:48 (debug) GUI Downloading Project 97 %
04-11 09:11:48 (debug) GUI Downloading Project 97 %
04-11 09:11:48 (debug) GUI Downloading Project 97 %
04-11 09:11:48 (debug) GUI Downloading Project 97 %
04-11 09:11:48 (debug) GUI Downloading Project 97 %
04-11 09:11:48 (debug) GUI Downloading Project 97 %
04-11 09:11:48 (debug) GUI Downloading Project 98 %
Nov 04 09:11:48 Downloading Project 98 %
04-11 09:11:48 (debug) GUI Downloading Project 98 %
04-11 09:11:48 (debug) GUI Downloading Project 98 %
04-11 09:11:48 (debug) GUI Downloading Project 98 %
04-11 09:11:48 (debug) GUI Downloading Project 98 %
04-11 09:11:48 (debug) GUI Downloading Project 98 %
04-11 09:11:48 (debug) GUI Downloading Project 98 %
04-11 09:11:48 (debug) GUI Downloading Project 98 %
04-11 09:11:48 (debug) GUI Downloading Project 98 %
04-11 09:11:48 (debug) GUI Downloading Project 98 %
04-11 09:11:48 (debug) GUI Downloading Project 98 %
04-11 09:11:48 (debug) GUI Downloading Project 98 %
04-11 09:11:48 (debug) GUI Downloading Project 98 %
04-11 09:11:48 (debug) GUI Downloading Project 98 %
04-11 09:11:48 (debug) GUI Downloading Project 98 %
04-11 09:11:48 (debug) GUI Downloading Project 98 %
04-11 09:11:48 (debug) GUI Downloading Project 98 %
04-11 09:11:48 (debug) GUI Downloading Project 98 %
04-11 09:11:48 (debug) GUI Downloading Project 98 %
04-11 09:11:48 (debug) GUI Downloading Project 98 %
04-11 09:11:48 (debug) GUI Downloading Project 98 %
04-11 09:11:48 (debug) GUI Downloading Project 98 %
04-11 09:11:48 (debug) GUI Downloading Project 98 %
04-11 09:11:48 (debug) GUI Downloading Project 98 %
04-11 09:11:48 (debug) GUI Downloading Project 98 %
04-11 09:11:48 (debug) GUI Downloading Project 98 %
04-11 09:11:48 (debug) GUI Downloading Project 98 %
04-11 09:11:48 (debug) GUI Downloading Project 98 %
04-11 09:11:48 (debug) GUI Downloading Project 98 %
04-11 09:11:48 (debug) GUI Downloading Project 98 %
04-11 09:11:48 (debug) GUI Downloading Project 98 %
04-11 09:11:48 (debug) GUI Downloading Project 98 %
04-11 09:11:48 (debug) GUI Downloading Project 98 %
04-11 09:11:48 (debug) GUI Downloading Project 98 %
04-11 09:11:48 (debug) GUI Downloading Project 98 %
04-11 09:11:48 (debug) GUI Downloading Project 98 %
04-11 09:11:48 (debug) GUI Downloading Project 98 %
04-11 09:11:48 (debug) GUI Downloading Project 98 %
04-11 09:11:48 (debug) GUI Downloading Project 98 %
04-11 09:11:48 (debug) GUI Downloading Project 98 %
04-11 09:11:48 (debug) GUI Downloading Project 98 %
04-11 09:11:48 (debug) GUI Downloading Project 98 %
04-11 09:11:48 (debug) GUI Downloading Project 98 %
04-11 09:11:48 (debug) GUI Downloading Project 98 %
04-11 09:11:48 (debug) GUI Downloading Project 98 %
04-11 09:11:48 (debug) GUI Downloading Project 98 %
04-11 09:11:48 (debug) GUI Downloading Project 98 %
04-11 09:11:48 (debug) GUI Downloading Project 99 %
Nov 04 09:11:48 Downloading Project 99 %
04-11 09:11:48 (debug) GUI Downloading Project 99 %
04-11 09:11:48 (debug) GUI Downloading Project 99 %
04-11 09:11:48 (debug) GUI Downloading Project 99 %
04-11 09:11:48 (debug) GUI Downloading Project 99 %
04-11 09:11:48 (debug) GUI Downloading Project 99 %
04-11 09:11:48 (debug) GUI Downloading Project 99 %
04-11 09:11:48 (debug) GUI Downloading Project 99 %
04-11 09:11:48 (debug) GUI Downloading Project 99 %
04-11 09:11:48 (debug) GUI Downloading Project 99 %
04-11 09:11:48 (debug) GUI Downloading Project 99 %
04-11 09:11:48 (debug) GUI Downloading Project 99 %
04-11 09:11:48 (debug) GUI Downloading Project 99 %
04-11 09:11:48 (debug) GUI Downloading Project 99 %
04-11 09:11:48 (debug) GUI Downloading Project 99 %
04-11 09:11:48 (debug) GUI Downloading Project 99 %
04-11 09:11:48 (debug) GUI Downloading Project 99 %
04-11 09:11:48 (debug) GUI Downloading Project 99 %
04-11 09:11:48 (debug) GUI Downloading Project 99 %
04-11 09:11:48 (debug) GUI Downloading Project 99 %
04-11 09:11:48 (debug) GUI Downloading Project 99 %
04-11 09:11:48 (debug) GUI Downloading Project 99 %
04-11 09:11:48 (debug) GUI Downloading Project 99 %
04-11 09:11:48 (debug) GUI Downloading Project 99 %
04-11 09:11:48 (debug) GUI Downloading Project 99 %
04-11 09:11:48 (debug) GUI Downloading Project 99 %
04-11 09:11:48 (debug) GUI Downloading Project 99 %
04-11 09:11:48 (debug) GUI Downloading Project 99 %
04-11 09:11:48 (debug) GUI Downloading Project 99 %
04-11 09:11:48 (debug) GUI Downloading Project 99 %
04-11 09:11:48 (debug) GUI Downloading Project 99 %
04-11 09:11:48 (debug) GUI Downloading Project 99 %
04-11 09:11:48 (debug) GUI Downloading Project 99 %
04-11 09:11:48 (debug) GUI Downloading Project 99 %
04-11 09:11:48 (debug) GUI Downloading Project 99 %
04-11 09:11:48 (debug) GUI Downloading Project 99 %
04-11 09:11:48 (debug) GUI Downloading Project 99 %
04-11 09:11:48 (debug) GUI Downloading Project 99 %
04-11 09:11:48 (debug) GUI Downloading Project 99 %
04-11 09:11:48 (debug) GUI Downloading Project 99 %
04-11 09:11:48 (debug) GUI Downloading Project 99 %
04-11 09:11:48 (debug) GUI Downloading Project 99 %
04-11 09:11:48 (debug) GUI Downloading Project 99 %
04-11 09:11:48 (debug) GUI Downloading Project 99 %
04-11 09:11:48 (debug) GUI Downloading Project 99 %
04-11 09:11:48 (debug) GUI Downloading Project 99 %
04-11 09:11:48 (debug) GUI Downloading Project 99 %
04-11 09:11:48 (debug) GUI Downloading Project 99 %
04-11 09:11:48 (debug) GUI Downloading Project 100 %
Nov 04 09:11:48 Downloading Project 100 %
04-11 09:11:48 (debug) GUI Downloading Project 100 %
04-11 09:11:48 (debug) GUI Downloading Project 100 %
04-11 09:11:48 (debug) GUI Downloading Project 100 %
04-11 09:11:48 (debug) GUI Downloading Project 100 %
04-11 09:11:48 (debug) GUI Downloading Project 100 %
04-11 09:11:48 (debug) GUI Downloading Project 100 %
04-11 09:11:48 (debug) GUI Downloading Project 100 %
04-11 09:11:48 (debug) GUI Downloading Project 100 %
04-11 09:11:48 (debug) GUI Downloading Project 100 %
04-11 09:11:48 (debug) GUI Downloading Project 100 %
04-11 09:11:48 (debug) GUI Downloading Project 100 %
04-11 09:11:48 (debug) GUI Downloading Project 100 %
04-11 09:11:48 (debug) GUI Downloading Project 100 %
04-11 09:11:48 (debug) GUI Downloading Project 100 %
04-11 09:11:48 (debug) GUI Downloading Project 100 %
04-11 09:11:48 (debug) GUI Downloading Project 100 %
04-11 09:11:48 (debug) GUI Downloading Project 100 %
04-11 09:11:48 (debug) GUI Downloading Project 100 %
04-11 09:11:48 (debug) GUI Downloading Project 100 %
04-11 09:11:48 (debug) GUI Downloading Project 100 %
04-11 09:11:48 (debug) GUI Downloading Project 100 %
04-11 09:11:48 (debug) GUI Downloading Project 100 %
04-11 09:11:48 (debug) GUI Downloading Project 100 %
04-11 09:11:48 (debug) GUI Downloading Project 100 %
04-11 09:11:48 (debug) GUI Downloading Project 100 %
Nov 04 09:11:48 Session downloads: 37MB @ 47.6MB/s / Uploads: 0MB @ 0.1MB/s
04-11 09:11:48 (debug) File downloaded at 47.6MB/s, written 38770726 bytes
04-11 09:11:48 (debug) GUI Extracting project
Nov 04 09:11:48 Extracting project
04-11 09:11:48 (debug) Client::prepareWorkingDirectory Extracting project into /tmp/farm_4096874781214832978/2
04-11 09:11:48 (debug) Unzipping 1 chunks of "Check computer strength." took 0s
04-11 09:11:48 (debug) GUI Rendering
Nov 04 09:11:48 Rendering
Nov 04 09:11:48 Compute method: CPU
04-11 09:11:48 (info) Job::getColorConfig Using default color configuration
04-11 09:11:48 (debug) [/tmp/farm_4096874781214832978/3b00297f03f8bf584aa59bbc5fda1e95/rend.exe, --debug-exit-on-error, --factory-startup, --debug-cycles, --disable-autoexec, -noaudio, -b, -P, /tmp/farm_4096874781214832978/pre_load_script_12252470563551272919.py, /tmp/farm_4096874781214832978/2/power-detection.blend, -P, /tmp/farm_4096874781214832978/post_load_script_4172955709662363462.py, --engine, CYCLES, -o, /tmp/farm_4096874781214832978/2_, -x, 1, -f, 0340]
04-11 09:11:48 (debug) renderer output
Nov 04 09:11:48 Preparing project 0% [> ] 04-11 09:11:49 (debug) Blender 4.3.1 (hash 33d812126174 built 2024-12-10 09:50:28)
04-11 09:11:49 (debug) Read blend: "/tmp/farm_4096874781214832978/2/power-detection.blend"
04-11 09:11:49 (debug) Info: Read library: '/tmp/farm_4096874781214832978/2/assets/lamps/lamps.blend', '//assets/lamps/lamps.blend', parent '<direct>'
04-11 09:11:49 (debug) Info: Read library: '/tmp/farm_4096874781214832978/2/assets/chairs/chairs.blend', '//assets/chairs/chairs.blend', parent '<direct>'
04-11 09:11:49 (debug) Info: Read library: '/tmp/farm_4096874781214832978/2/assets/coatStand/coatStand.blend', '//assets/coatStand/coatStand.blend', parent '<direct>'
04-11 09:11:49 (debug) Info: Read library: '/tmp/farm_4096874781214832978/2/assets/desks/desks.blend', '//assets/desks/desks.blend', parent '<direct>'
04-11 09:11:49 (debug) Info: Read library: '/tmp/farm_4096874781214832978/2/assets/dustBin/dustBin.blend', '//assets/dustBin/dustBin.blend', parent '<direct>'
04-11 09:11:49 (debug) Info: Read library: '/tmp/farm_4096874781214832978/2/assets/radiator/radiator.blend', '//assets/radiator/radiator.blend', parent '<direct>'
04-11 09:11:49 (debug) Info: Read library: '/tmp/farm_4096874781214832978/2/assets/suitcase/suitcase.blend', '//assets/suitcase/suitcase.blend', parent '<direct>'
04-11 09:11:49 (debug) Info: Read library: '/tmp/farm_4096874781214832978/2/assets/wallClock/wallClock.blend', '//assets/wallClock/wallClock.blend', parent '<direct>'
04-11 09:11:49 (debug) Info: Read library: '/tmp/farm_4096874781214832978/2/assets/wastes/wastes.blend', '//assets/wastes/wastes.blend', parent '<direct>'
04-11 09:11:49 (debug) Info: Read library: '/tmp/farm_4096874781214832978/2/assets/books/books.blend', '//assets/books/books.blend', parent '<direct>'
04-11 09:11:49 (debug) Info: Read library: '/tmp/farm_4096874781214832978/2/assets/officeSupplies/officeSupplies.blend', '//assets/officeSupplies/officeSupplies.blend', parent '<direct>'
04-11 09:11:49 (debug) Warning: Unable to open '/tmp/farm_4096874781214832978/2/assets/officeSupplies/officeSupplies.blend': No such file or directory
04-11 09:11:49 (debug) Info: Cannot find lib '/tmp/farm_4096874781214832978/2/assets/officeSupplies/officeSupplies.blend'
04-11 09:11:49 (debug) Info: LIB: Collection: 'largeBox' missing from '/tmp/farm_4096874781214832978/2/assets/officeSupplies/officeSupplies.blend', parent '<direct>'
04-11 09:11:49 (debug) Info: LIB: Collection: 'pencil' missing from '/tmp/farm_4096874781214832978/2/assets/officeSupplies/officeSupplies.blend', parent '<direct>'
04-11 09:11:49 (debug) Info: LIB: Collection: 'plasticGoldPen' missing from '/tmp/farm_4096874781214832978/2/assets/officeSupplies/officeSupplies.blend', parent '<direct>'
04-11 09:11:49 (debug) Info: LIB: Collection: 'rotring' missing from '/tmp/farm_4096874781214832978/2/assets/officeSupplies/officeSupplies.blend', parent '<direct>'
04-11 09:11:49 (debug) PRE_LOAD_SCRIPT_hide_viewport
04-11 09:11:49 (debug) Warning: 1 libraries and 4 linked data-blocks are missing (including 0 ObjectData and 0 Proxies), please check the Info and Outliner editors for details
04-11 09:11:49 (debug) All File Output Nodes muted.
04-11 09:11:49 (debug) POST_LOAD_SCRIPT_loaded
04-11 09:11:49 (debug) I1104 09:11:49.098731 7054 device.cpp:36] CUEW initialization succeeded
04-11 09:11:49 (debug) I1104 09:11:49.098827 7054 device.cpp:38] Found precompiled kernels
04-11 09:11:49 (debug) I1104 09:11:49.311326 7054 device.cpp:200] Device has compute preemption or is not used for display.
04-11 09:11:49 (debug) I1104 09:11:49.311372 7054 device.cpp:203] Added device "NVIDIA GeForce RTX 5090" with id "CUDA_NVIDIA GeForce RTX 5090_0000:c1:00".
04-11 09:11:49 (debug) I1104 09:11:49.314692 7054 device.cpp:63] HIPEW initialization failed: Error opening HIP dynamic library
04-11 09:11:49 (debug) I1104 09:11:49.462594 7054 device_impl.cpp:63] Using AVX2 CPU kernels.
04-11 09:11:49 (debug) I1104 09:11:49.463825 7054 device_impl.cpp:63] Using AVX2 CPU kernels.
04-11 09:11:49 (debug) Fra:340 Mem:89.63M (Peak 96.35M) | Time:00:00.15 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | zapBook
04-11 09:11:49 (debug) Fra:340 Mem:89.88M (Peak 96.35M) | Time:00:00.15 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | pages
04-11 09:11:49 (debug) Fra:340 Mem:89.96M (Peak 96.35M) | Time:00:00.15 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Box013
04-11 09:11:49 (debug) Fra:340 Mem:89.99M (Peak 96.35M) | Time:00:00.15 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Plane007.003
04-11 09:11:49 (debug) Fra:340 Mem:90.07M (Peak 96.35M) | Time:00:00.15 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Box013.001
04-11 09:11:49 (debug) Fra:340 Mem:90.10M (Peak 96.35M) | Time:00:00.15 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Plane007.004
04-11 09:11:49 (debug) Fra:340 Mem:90.18M (Peak 96.35M) | Time:00:00.15 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | door_window
04-11 09:11:49 (debug) Fra:340 Mem:90.21M (Peak 96.35M) | Time:00:00.15 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Box309.002
04-11 09:11:49 (debug) Fra:340 Mem:90.22M (Peak 96.35M) | Time:00:00.15 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cube.026
04-11 09:11:49 (debug) Fra:340 Mem:90.33M (Peak 96.35M) | Time:00:00.15 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Line291.005
04-11 09:11:49 (debug) Fra:340 Mem:90.33M (Peak 96.35M) | Time:00:00.15 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | wallSwitch
04-11 09:11:49 (debug) Fra:340 Mem:90.35M (Peak 96.35M) | Time:00:00.15 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | drawing.002
04-11 09:11:49 (debug) Fra:340 Mem:90.53M (Peak 96.35M) | Time:00:00.15 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | drawing.005
04-11 09:11:49 (debug) Fra:340 Mem:90.65M (Peak 96.35M) | Time:00:00.15 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | drawing
04-11 09:11:49 (debug) Fra:340 Mem:90.70M (Peak 96.35M) | Time:00:00.15 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Circle.004
04-11 09:11:49 (debug) Fra:340 Mem:92.43M (Peak 96.35M) | Time:00:00.22 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cube.025
04-11 09:11:49 (debug) Fra:340 Mem:92.95M (Peak 96.35M) | Time:00:00.22 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cube.026
04-11 09:11:49 (debug) Fra:340 Mem:93.12M (Peak 96.35M) | Time:00:00.22 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cube.027
04-11 09:11:49 (debug) Fra:340 Mem:93.56M (Peak 96.35M) | Time:00:00.22 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cube.028
04-11 09:11:49 (debug) Fra:340 Mem:93.85M (Peak 96.35M) | Time:00:00.22 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | coat 1
04-11 09:11:49 (debug) Fra:340 Mem:93.86M (Peak 96.35M) | Time:00:00.22 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | ChamferBo1
04-11 09:11:49 (debug) Fra:340 Mem:95.57M (Peak 96.35M) | Time:00:00.22 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | ChamferBox
04-11 09:11:49 (debug) Fra:340 Mem:95.59M (Peak 96.35M) | Time:00:00.22 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | ChamferCy1
04-11 09:11:49 (debug) Fra:340 Mem:95.61M (Peak 96.35M) | Time:00:00.22 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cube.029
04-11 09:11:49 (debug) Fra:340 Mem:95.64M (Peak 96.35M) | Time:00:00.22 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cube.030
04-11 09:11:49 (debug) Fra:340 Mem:95.66M (Peak 96.35M) | Time:00:00.22 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cube.031
04-11 09:11:49 (debug) Fra:340 Mem:95.76M (Peak 96.35M) | Time:00:00.23 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | kofr03_kof.001
04-11 09:11:49 (debug) Fra:340 Mem:95.89M (Peak 96.35M) | Time:00:00.23 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | KOFR_TEXT
04-11 09:11:49 (debug) Fra:340 Mem:100.94M (Peak 100.94M) | Time:00:00.23 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | kolesa01_k
04-11 09:11:49 (debug) Fra:340 Mem:100.94M (Peak 100.94M) | Time:00:00.23 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | kolesa01_k.001
04-11 09:11:49 (debug) Fra:340 Mem:101.02M (Peak 101.02M) | Time:00:00.23 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | kolesa01_k.002
04-11 09:11:49 (debug) Fra:340 Mem:101.02M (Peak 101.02M) | Time:00:00.23 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | kolesa01_k.004
04-11 09:11:49 (debug) Fra:340 Mem:101.02M (Peak 101.02M) | Time:00:00.23 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | kolesa01_k.006
04-11 09:11:49 (debug) Fra:340 Mem:101.02M (Peak 101.02M) | Time:00:00.23 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Line13
04-11 09:11:49 (debug) Fra:340 Mem:101.03M (Peak 101.03M) | Time:00:00.23 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Line14
04-11 09:11:49 (debug) Fra:340 Mem:101.04M (Peak 101.04M) | Time:00:00.23 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Line15
04-11 09:11:49 (debug) Fra:340 Mem:101.05M (Peak 101.05M) | Time:00:00.23 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Line16.001
04-11 09:11:49 (debug) Fra:340 Mem:101.07M (Peak 101.07M) | Time:00:00.23 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Line18
04-11 09:11:49 (debug) Fra:340 Mem:101.12M (Peak 101.12M) | Time:00:00.23 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Loft01
04-11 09:11:49 (debug) Fra:340 Mem:101.25M (Peak 101.25M) | Time:00:00.23 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Loft02
04-11 09:11:49 (debug) Fra:340 Mem:101.37M (Peak 101.37M) | Time:00:00.23 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Plane.011
04-11 09:11:49 (debug) Fra:340 Mem:105.55M (Peak 105.55M) | Time:00:00.31 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Plane.012
04-11 09:11:49 (debug) Fra:340 Mem:107.32M (Peak 107.32M) | Time:00:00.32 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Plane.013
04-11 09:11:49 (debug) Fra:340 Mem:107.32M (Peak 107.32M) | Time:00:00.32 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Plane.014
04-11 09:11:49 (debug) Fra:340 Mem:107.38M (Peak 107.38M) | Time:00:00.32 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Plane.017
04-11 09:11:49 (debug) Fra:340 Mem:107.44M (Peak 107.44M) | Time:00:00.32 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder
04-11 09:11:49 (debug) Fra:340 Mem:107.51M (Peak 107.51M) | Time:00:00.32 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder.056
04-11 09:11:49 (debug) Fra:340 Mem:108.40M (Peak 108.40M) | Time:00:00.32 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder.057
04-11 09:11:49 (debug) Fra:340 Mem:112.13M (Peak 112.13M) | Time:00:00.32 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Paper
04-11 09:11:49 (debug) Fra:340 Mem:114.74M (Peak 114.74M) | Time:00:00.33 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | clock_wood
04-11 09:11:49 (debug) Fra:340 Mem:118.04M (Peak 118.04M) | Time:00:00.33 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | background
04-11 09:11:49 (debug) Fra:340 Mem:118.06M (Peak 118.06M) | Time:00:00.33 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Axe
04-11 09:11:49 (debug) Fra:340 Mem:118.09M (Peak 118.09M) | Time:00:00.33 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | glass
04-11 09:11:49 (debug) Fra:340 Mem:118.32M (Peak 118.32M) | Time:00:00.33 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | bigHand
04-11 09:11:49 (debug) Fra:340 Mem:118.35M (Peak 118.35M) | Time:00:00.33 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | smallHand
04-11 09:11:49 (debug) Fra:340 Mem:118.39M (Peak 118.39M) | Time:00:00.33 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | number
04-11 09:11:49 (debug) Fra:340 Mem:115.46M (Peak 118.39M) | Time:00:00.34 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | woodBaseboard
04-11 09:11:49 (debug) Fra:340 Mem:115.47M (Peak 118.39M) | Time:00:00.34 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | lettersPlank
04-11 09:11:49 (debug) Fra:340 Mem:115.49M (Peak 118.39M) | Time:00:00.34 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | blackboardLamp
04-11 09:11:49 (debug) Fra:340 Mem:115.51M (Peak 118.39M) | Time:00:00.34 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | woodBase
04-11 09:11:49 (debug) Fra:340 Mem:115.54M (Peak 118.39M) | Time:00:00.34 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | plank
04-11 09:11:49 (debug) Fra:340 Mem:115.60M (Peak 118.39M) | Time:00:00.34 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | alphabet
04-11 09:11:49 (debug) Fra:340 Mem:115.61M (Peak 118.39M) | Time:00:00.34 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | ChamferBox01
04-11 09:11:49 (debug) Fra:340 Mem:116.41M (Peak 118.39M) | Time:00:00.34 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | ChamferBox01.001
04-11 09:11:49 (debug) Fra:340 Mem:116.34M (Peak 118.39M) | Time:00:00.34 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Line03
04-11 09:11:49 (debug) Fra:340 Mem:116.50M (Peak 118.39M) | Time:00:00.34 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Line04
04-11 09:11:49 (debug) Fra:340 Mem:116.51M (Peak 118.39M) | Time:00:00.34 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | ChamferBox065.001
04-11 09:11:49 (debug) Fra:340 Mem:116.54M (Peak 118.39M) | Time:00:00.34 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | focus
04-11 09:11:49 (debug) Fra:340 Mem:123.39M (Peak 124.41M) | Time:00:00.43 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Box25.001
04-11 09:11:49 (debug) Fra:340 Mem:123.43M (Peak 124.41M) | Time:00:00.43 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cube.025
04-11 09:11:49 (debug) Fra:340 Mem:123.51M (Peak 124.41M) | Time:00:00.43 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cube.024
04-11 09:11:49 (debug) Fra:340 Mem:123.59M (Peak 124.41M) | Time:00:00.43 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | hallWindow
04-11 09:11:49 (debug) Fra:340 Mem:120.60M (Peak 124.41M) | Time:00:00.43 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | woodWindow.002
04-11 09:11:49 (debug) Fra:340 Mem:120.58M (Peak 124.41M) | Time:00:00.43 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | woodWindow.004
04-11 09:11:49 (debug) Fra:340 Mem:121.25M (Peak 124.41M) | Time:00:00.43 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | woodWindow.006
04-11 09:11:49 (debug) Fra:340 Mem:121.40M (Peak 124.41M) | Time:00:00.43 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | wall.005
04-11 09:11:49 (debug) Fra:340 Mem:121.62M (Peak 124.41M) | Time:00:00.43 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | wall.006
04-11 09:11:49 (debug) Fra:340 Mem:122.72M (Peak 124.41M) | Time:00:00.43 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | wall.008
04-11 09:11:49 (debug) Fra:340 Mem:122.94M (Peak 124.41M) | Time:00:00.43 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | ceiling_pipeHang
04-11 09:11:49 (debug) Fra:340 Mem:123.41M (Peak 124.41M) | Time:00:00.43 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | ceilingAirVent.005
04-11 09:11:49 (debug) Fra:340 Mem:124.21M (Peak 124.41M) | Time:00:00.43 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | worldMap
04-11 09:11:49 (debug) Fra:340 Mem:124.37M (Peak 124.52M) | Time:00:00.43 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | sol
04-11 09:11:49 (debug) Fra:340 Mem:124.57M (Peak 124.57M) | Time:00:00.43 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | wall.012
04-11 09:11:49 (debug) Fra:340 Mem:124.88M (Peak 124.90M) | Time:00:00.43 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | wall.009
04-11 09:11:49 (debug) Fra:340 Mem:125.16M (Peak 125.16M) | Time:00:00.43 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | blackBoard_upPart
04-11 09:11:49 (debug) Fra:340 Mem:125.20M (Peak 125.25M) | Time:00:00.43 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | corkboard
04-11 09:11:49 (debug) Fra:340 Mem:125.20M (Peak 125.25M) | Time:00:00.43 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | drawing.010
04-11 09:11:49 (debug) Fra:340 Mem:125.69M (Peak 125.66M) | Time:00:00.43 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | drawing.011
04-11 09:11:49 (debug) Fra:340 Mem:125.84M (Peak 125.85M) | Time:00:00.43 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | drawing.012
04-11 09:11:49 (debug) Fra:340 Mem:125.80M (Peak 125.85M) | Time:00:00.43 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | drawing.013
04-11 09:11:49 (debug) Fra:340 Mem:125.91M (Peak 125.91M) | Time:00:00.43 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | drawing.015
04-11 09:11:49 (debug) Fra:340 Mem:126.09M (Peak 126.07M) | Time:00:00.43 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | drawing.016
04-11 09:11:49 (debug) Fra:340 Mem:126.09M (Peak 126.09M) | Time:00:00.43 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | paperClip.002
04-11 09:11:49 (debug) Fra:340 Mem:126.13M (Peak 126.12M) | Time:00:00.43 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | thumbtack.002
04-11 09:11:49 (debug) Fra:340 Mem:126.31M (Peak 126.34M) | Time:00:00.43 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | beams
04-11 09:11:49 (debug) Fra:340 Mem:127.11M (Peak 127.12M) | Time:00:00.43 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | ChamferCyl006.008
04-11 09:11:49 (debug) Fra:340 Mem:128.63M (Peak 128.75M) | Time:00:00.43 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | ChamferCyl006.009
04-11 09:11:49 (debug) Fra:340 Mem:128.93M (Peak 128.93M) | Time:00:00.43 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | ChamferCyl006.010
04-11 09:11:49 (debug) Fra:340 Mem:129.19M (Peak 129.19M) | Time:00:00.43 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | ChamferCyl006.011
04-11 09:11:49 (debug) Fra:340 Mem:128.82M (Peak 129.19M) | Time:00:00.43 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Line263.002
04-11 09:11:49 (debug) Fra:340 Mem:128.97M (Peak 129.19M) | Time:00:00.43 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Line264.002
04-11 09:11:49 (debug) Fra:340 Mem:128.93M (Peak 129.19M) | Time:00:00.43 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Line265.002
04-11 09:11:49 (debug) Fra:340 Mem:129.21M (Peak 129.24M) | Time:00:00.43 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Plane.016
04-11 09:11:49 (debug) Fra:340 Mem:127.81M (Peak 131.00M) | Time:00:00.43 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Plane.018
04-11 09:11:49 (debug) Fra:340 Mem:127.53M (Peak 131.00M) | Time:00:00.43 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Rectangl16.002
04-11 09:11:49 (debug) Fra:340 Mem:127.60M (Peak 131.00M) | Time:00:00.43 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Box280.002
04-11 09:11:49 (debug) Fra:340 Mem:127.75M (Peak 131.00M) | Time:00:00.44 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Box295.002
04-11 09:11:49 (debug) Fra:340 Mem:127.75M (Peak 131.00M) | Time:00:00.44 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Box296.002
04-11 09:11:49 (debug) Fra:340 Mem:127.75M (Peak 131.00M) | Time:00:00.44 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Box297.002
04-11 09:11:49 (debug) Fra:340 Mem:127.98M (Peak 131.00M) | Time:00:00.44 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Box298.002
04-11 09:11:49 (debug) Fra:340 Mem:127.98M (Peak 131.00M) | Time:00:00.44 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Box299.002
04-11 09:11:49 (debug) Fra:340 Mem:127.98M (Peak 131.00M) | Time:00:00.44 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cube.024
04-11 09:11:49 (debug) Fra:340 Mem:128.00M (Peak 131.00M) | Time:00:00.44 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cube.033
04-11 09:11:49 (debug) Fra:340 Mem:128.02M (Peak 131.00M) | Time:00:00.44 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder813.000
04-11 09:11:49 (debug) Fra:340 Mem:128.13M (Peak 131.00M) | Time:00:00.44 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder813.001
04-11 09:11:49 (debug) Fra:340 Mem:128.41M (Peak 131.00M) | Time:00:00.51 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder813.003
04-11 09:11:49 (debug) Fra:340 Mem:128.73M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Line121.002
04-11 09:11:49 (debug) Fra:340 Mem:128.75M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Line122.002
04-11 09:11:49 (debug) Fra:340 Mem:128.77M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Line136.002
04-11 09:11:49 (debug) Fra:340 Mem:128.79M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Line137.002
04-11 09:11:49 (debug) Fra:340 Mem:128.82M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Plane.003
04-11 09:11:49 (debug) Fra:340 Mem:129.04M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Plane.004
04-11 09:11:49 (debug) Fra:340 Mem:129.30M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Sphere123.003
04-11 09:11:49 (debug) Fra:340 Mem:129.32M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder.055
04-11 09:11:49 (debug) Fra:340 Mem:129.33M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | venitianBlind.001
04-11 09:11:49 (debug) Fra:340 Mem:129.33M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cube.019
04-11 09:11:49 (debug) Fra:340 Mem:129.33M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder.054
04-11 09:11:49 (debug) Fra:340 Mem:129.33M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder.053
04-11 09:11:49 (debug) Fra:340 Mem:129.33M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder.052
04-11 09:11:49 (debug) Fra:340 Mem:129.34M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder.051
04-11 09:11:49 (debug) Fra:340 Mem:129.34M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder.050
04-11 09:11:49 (debug) Fra:340 Mem:129.34M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder.049
04-11 09:11:49 (debug) Fra:340 Mem:129.34M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder.048
04-11 09:11:49 (debug) Fra:340 Mem:129.34M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder.047
04-11 09:11:49 (debug) Fra:340 Mem:129.34M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder.046
04-11 09:11:49 (debug) Fra:340 Mem:129.34M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder.045
04-11 09:11:49 (debug) Fra:340 Mem:129.34M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder.044
04-11 09:11:49 (debug) Fra:340 Mem:129.35M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder.043
04-11 09:11:49 (debug) Fra:340 Mem:129.35M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder.042
04-11 09:11:49 (debug) Fra:340 Mem:129.35M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder.041
04-11 09:11:49 (debug) Fra:340 Mem:129.36M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder.040
04-11 09:11:49 (debug) Fra:340 Mem:129.36M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder.039
04-11 09:11:49 (debug) Fra:340 Mem:129.36M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder.038
04-11 09:11:49 (debug) Fra:340 Mem:129.36M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder.037
04-11 09:11:49 (debug) Fra:340 Mem:129.36M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder.036
04-11 09:11:49 (debug) Fra:340 Mem:129.37M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder.035
04-11 09:11:49 (debug) Fra:340 Mem:129.37M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder.034
04-11 09:11:49 (debug) Fra:340 Mem:129.37M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder.033
04-11 09:11:49 (debug) Fra:340 Mem:129.37M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder.032
04-11 09:11:49 (debug) Fra:340 Mem:129.37M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder.031
04-11 09:11:49 (debug) Fra:340 Mem:129.37M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder.030
04-11 09:11:49 (debug) Fra:340 Mem:129.37M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder.029
04-11 09:11:49 (debug) Fra:340 Mem:129.37M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder.028
04-11 09:11:49 (debug) Fra:340 Mem:129.38M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder.027
04-11 09:11:49 (debug) Fra:340 Mem:129.39M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder.026
04-11 09:11:49 (debug) Fra:340 Mem:129.39M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder.025
04-11 09:11:49 (debug) Fra:340 Mem:129.39M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder.024
04-11 09:11:49 (debug) Fra:340 Mem:129.39M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder.023
04-11 09:11:49 (debug) Fra:340 Mem:129.39M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder.022
04-11 09:11:49 (debug) Fra:340 Mem:129.39M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder.021
04-11 09:11:49 (debug) Fra:340 Mem:129.39M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder.020
04-11 09:11:49 (debug) Fra:340 Mem:129.39M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder.019
04-11 09:11:49 (debug) Fra:340 Mem:129.40M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder.018
04-11 09:11:49 (debug) Fra:340 Mem:129.40M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder.017
04-11 09:11:49 (debug) Fra:340 Mem:129.40M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder.016
04-11 09:11:49 (debug) Fra:340 Mem:129.40M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder.015
04-11 09:11:49 (debug) Fra:340 Mem:129.40M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder.014
04-11 09:11:49 (debug) Fra:340 Mem:129.41M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder.007
04-11 09:11:49 (debug) Fra:340 Mem:129.41M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder.013
04-11 09:11:49 (debug) Fra:340 Mem:129.41M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder.012
04-11 09:11:49 (debug) Fra:340 Mem:129.42M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder.011
04-11 09:11:49 (debug) Fra:340 Mem:129.42M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder.010
04-11 09:11:49 (debug) Fra:340 Mem:129.42M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder.009
04-11 09:11:49 (debug) Fra:340 Mem:129.42M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder.008
04-11 09:11:49 (debug) Fra:340 Mem:129.42M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cube.020
04-11 09:11:49 (debug) Fra:340 Mem:129.42M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cube.002
04-11 09:11:49 (debug) Fra:340 Mem:129.53M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder.006
04-11 09:11:49 (debug) Fra:340 Mem:130.17M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder.002
04-11 09:11:49 (debug) Fra:340 Mem:130.27M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder.000
04-11 09:11:49 (debug) Fra:340 Mem:130.34M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder.001
04-11 09:11:49 (debug) Fra:340 Mem:130.37M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder.003
04-11 09:11:49 (debug) Fra:340 Mem:130.39M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder.004
04-11 09:11:49 (debug) Fra:340 Mem:130.38M (Peak 131.00M) | Time:00:00.52 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder.005
04-11 09:11:49 (debug) Fra:340 Mem:130.39M (Peak 131.00M) | Time:00:00.53 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cube.021
04-11 09:11:49 (debug) Fra:340 Mem:130.53M (Peak 131.00M) | Time:00:00.53 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | windows
04-11 09:11:49 (debug) Fra:340 Mem:130.53M (Peak 131.00M) | Time:00:00.53 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Circle.003
04-11 09:11:49 (debug) Fra:340 Mem:130.57M (Peak 131.00M) | Time:00:00.53 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Circle.002
04-11 09:11:49 (debug) Fra:340 Mem:130.58M (Peak 131.00M) | Time:00:00.53 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | BezierCurve.001
04-11 09:11:49 (debug) Fra:340 Mem:130.59M (Peak 131.00M) | Time:00:00.53 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Circle.006
04-11 09:11:49 (debug) Fra:340 Mem:131.50M (Peak 131.61M) | Time:00:00.53 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder932.000
04-11 09:11:49 (debug) Fra:340 Mem:131.51M (Peak 131.61M) | Time:00:00.53 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder935.000
04-11 09:11:49 (debug) Fra:340 Mem:131.51M (Peak 131.61M) | Time:00:00.53 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder938.000
04-11 09:11:49 (debug) Fra:340 Mem:131.55M (Peak 131.61M) | Time:00:00.53 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder939.000
04-11 09:11:49 (debug) Fra:340 Mem:131.55M (Peak 131.61M) | Time:00:00.53 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Synchronizing object | Cylinder941.000
04-11 09:11:49 (debug) Fra:340 Mem:131.60M (Peak 131.61M) | Time:00:00.53 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Initializing
04-11 09:11:49 (debug) I1104 09:11:49.860913 7054 sync.cpp:297] Total time spent synchronizing data: 0.396476
04-11 09:11:49 (debug) Fra:340 Mem:109.06M (Peak 131.61M) | Time:00:00.54 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Updating Images | Loading ceiling_AO.png
04-11 09:11:49 (debug) Fra:340 Mem:109.06M (Peak 131.61M) | Time:00:00.54 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Updating Images | Loading base_paintedPlasterWall.jpg
04-11 09:11:49 (debug) Fra:340 Mem:109.06M (Peak 131.61M) | Time:00:00.54 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Updating Images | Loading childDrawing_06.jpg
04-11 09:11:49 (debug) Fra:340 Mem:109.06M (Peak 131.61M) | Time:00:00.54 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Updating Images | Loading blackBoard.png
04-11 09:11:49 (debug) Fra:340 Mem:109.06M (Peak 131.61M) | Time:00:00.54 | Mem:0.00M, Peak:0.00M | _mainScene, interior | Updating Images | Loading europeMap.png
04-11 09:11:49 (debug) I1104 09:11:49.946120 7531 colorspace.cpp:145] Colorspace sRGB is sRGB
04-11 09:11:50 (debug) I1104 09:11:50.045890 7348 colorspace.cpp:140] Colorspace Non-Color is no-op
04-11 09:11:50 (debug) Fra:340 Mem:246.94M (Peak 372.08M) | Time:00:00.76 | Mem:161.83M, Peak:161.83M | _mainScene, interior | Waiting for render to start
04-11 09:11:50 (debug) I1104 09:11:50.094592 7570 film.cpp:598] Effective scene passes:
04-11 09:11:50 (debug) I1104 09:11:50.094625 7570 film.cpp:600] - type: combined, name: "Combined", mode: NOISY, is_written: True
04-11 09:11:50 (debug) I1104 09:11:50.094648 7570 film.cpp:600] - type: emission, name: "Emit", mode: NOISY, is_written: True
04-11 09:11:50 (debug) I1104 09:11:50.094655 7570 film.cpp:600] - type: ao, name: "AO", mode: NOISY, is_written: True
04-11 09:11:50 (debug) I1104 09:11:50.094662 7570 film.cpp:600] - type: diffuse_direct, name: "DiffDir", mode: NOISY, is_written: True
04-11 09:11:50 (debug) I1104 09:11:50.094671 7570 film.cpp:600] - type: diffuse_indirect, name: "DiffInd", mode: NOISY, is_written: True
04-11 09:11:50 (debug) I1104 09:11:50.094676 7570 film.cpp:600] - type: glossy_direct, name: "GlossDir", mode: NOISY, is_written: True
04-11 09:11:50 (debug) I1104 09:11:50.094683 7570 film.cpp:600] - type: glossy_indirect, name: "GlossInd", mode: NOISY, is_written: True
04-11 09:11:50 (debug) I1104 09:11:50.094689 7570 film.cpp:600] - type: transmission_direct, name: "TransDir", mode: NOISY, is_written: True
04-11 09:11:50 (debug) I1104 09:11:50.094695 7570 film.cpp:600] - type: transmission_indirect, name: "TransInd", mode: NOISY, is_written: True
04-11 09:11:50 (debug) I1104 09:11:50.094702 7570 film.cpp:600] - type: normal, name: "Normal", mode: NOISY, is_written: True
04-11 09:11:50 (debug) I1104 09:11:50.094708 7570 film.cpp:600] - type: diffuse_color, name: "DiffCol", mode: NOISY, is_written: True
04-11 09:11:50 (debug) I1104 09:11:50.094714 7570 film.cpp:600] - type: glossy_color, name: "GlossCol", mode: NOISY, is_written: True
04-11 09:11:50 (debug) I1104 09:11:50.094722 7570 film.cpp:600] - type: transmission_color, name: "TransCol", mode: NOISY, is_written: True
04-11 09:11:50 (debug) I1104 09:11:50.094727 7570 film.cpp:600] - type: depth, name: "Depth", mode: NOISY, is_written: True
04-11 09:11:50 (debug) I1104 09:11:50.094733 7570 film.cpp:600] - type: object_id, name: "IndexOB", mode: NOISY, is_written: True
04-11 09:11:50 (debug) Fra:340 Mem:246.94M (Peak 372.08M) | Time:00:00.77 | Mem:161.83M, Peak:161.83M | _mainScene, interior | Loading render kernels (may take a few minutes the first time)
04-11 09:11:50 (debug) I1104 09:11:50.095117 7570 scene.cpp:589] Requested features:
04-11 09:11:50 (debug) I1104 09:11:50.095125 7570 scene.cpp:590] Use BSDF True
04-11 09:11:50 (debug) I1104 09:11:50.095131 7570 scene.cpp:591] Use Emission True
04-11 09:11:50 (debug) I1104 09:11:50.095136 7570 scene.cpp:593] Use Volume False
04-11 09:11:50 (debug) I1104 09:11:50.095142 7570 scene.cpp:594] Use Bump True
04-11 09:11:50 (debug) I1104 09:11:50.095148 7570 scene.cpp:595] Use Voronoi False
04-11 09:11:50 (debug) I1104 09:11:50.095153 7570 scene.cpp:597] Use Shader Raytrace False
04-11 09:11:50 (debug) I1104 09:11:50.095160 7570 scene.cpp:599] Use MNEE False
04-11 09:11:50 (debug) I1104 09:11:50.095165 7570 scene.cpp:600] Use Transparent True
04-11 09:11:50 (debug) I1104 09:11:50.095170 7570 scene.cpp:602] Use Denoising False
04-11 09:11:50 (debug) I1104 09:11:50.095175 7570 scene.cpp:603] Use Path Tracing True
04-11 09:11:50 (debug) I1104 09:11:50.095181 7570 scene.cpp:605] Use Hair False
04-11 09:11:50 (debug) I1104 09:11:50.095186 7570 scene.cpp:606] Use Pointclouds False
04-11 09:11:50 (debug) I1104 09:11:50.095192 7570 scene.cpp:608] Use Object Motion False
04-11 09:11:50 (debug) I1104 09:11:50.095197 7570 scene.cpp:610] Use Baking False
04-11 09:11:50 (debug) I1104 09:11:50.095203 7570 scene.cpp:611] Use Subsurface False
04-11 09:11:50 (debug) I1104 09:11:50.095208 7570 scene.cpp:612] Use Volume False
04-11 09:11:50 (debug) I1104 09:11:50.095213 7570 scene.cpp:613] Use Patch Evaluation False
04-11 09:11:50 (debug) I1104 09:11:50.095219 7570 scene.cpp:615] Use Shadow Catcher False
04-11 09:11:50 (debug) Fra:340 Mem:246.94M (Peak 372.08M) | Time:00:00.77 | Mem:161.83M, Peak:161.83M | _mainScene, interior | Updating Scene
04-11 09:11:50 (debug) Fra:340 Mem:246.94M (Peak 372.08M) | Time:00:00.77 | Mem:161.83M, Peak:161.83M | _mainScene, interior | Updating Shaders
04-11 09:11:50 (debug) I1104 09:11:50.095263 7570 svm.cpp:69] Total 83 shaders.
04-11 09:11:50 (debug) I1104 09:11:50.098873 7570 svm.cpp:145] Shader manager updated 83 shaders in 0.00361896 seconds.
04-11 09:11:50 (debug) Fra:340 Mem:247.31M (Peak 372.08M) | Time:00:00.77 | Mem:162.10M, Peak:162.10M | _mainScene, interior | Updating Procedurals
04-11 09:11:50 (debug) Fra:340 Mem:247.31M (Peak 372.08M) | Time:00:00.77 | Mem:162.10M, Peak:162.10M | _mainScene, interior | Updating Background
04-11 09:11:50 (debug) Fra:340 Mem:247.31M (Peak 372.08M) | Time:00:00.77 | Mem:162.10M, Peak:162.10M | _mainScene, interior | Updating Camera
04-11 09:11:50 (debug) Fra:340 Mem:247.31M (Peak 372.08M) | Time:00:00.77 | Mem:162.10M, Peak:162.10M | _mainScene, interior | Updating Meshes Flags
04-11 09:11:50 (debug) Fra:340 Mem:247.31M (Peak 372.08M) | Time:00:00.77 | Mem:162.10M, Peak:162.10M | _mainScene, interior | Updating Objects
04-11 09:11:50 (debug) I1104 09:11:50.099149 7570 object.cpp:781] Total 843 objects.
04-11 09:11:50 (debug) Fra:340 Mem:247.31M (Peak 372.08M) | Time:00:00.77 | Mem:162.10M, Peak:162.10M | _mainScene, interior | Updating Objects | Copying Transformations to device
04-11 09:11:50 (debug) Fra:340 Mem:247.51M (Peak 372.08M) | Time:00:00.77 | Mem:162.29M, Peak:162.29M | _mainScene, interior | Updating Objects | Applying Static Transformations
04-11 09:11:50 (debug) Fra:340 Mem:247.51M (Peak 372.08M) | Time:00:00.77 | Mem:162.29M, Peak:162.29M | _mainScene, interior | Updating Particle Systems
04-11 09:11:50 (debug) I1104 09:11:50.101645 7570 particles.cpp:106] Total 0 particle systems.
04-11 09:11:50 (debug) Fra:340 Mem:247.51M (Peak 372.08M) | Time:00:00.77 | Mem:162.29M, Peak:162.29M | _mainScene, interior | Updating Particle Systems | Copying Particles to device
04-11 09:11:50 (debug) Fra:340 Mem:247.51M (Peak 372.08M) | Time:00:00.77 | Mem:162.29M, Peak:162.29M | _mainScene, interior | Updating Meshes
04-11 09:11:50 (debug) I1104 09:11:50.101708 7570 geometry.cpp:719] Total 249 meshes.
04-11 09:11:50 (debug) Fra:340 Mem:254.74M (Peak 372.08M) | Time:00:00.80 | Mem:162.29M, Peak:162.29M | _mainScene, interior | Updating Mesh | Computing attributes
04-11 09:11:50 (debug) Fra:340 Mem:264.67M (Peak 372.08M) | Time:00:00.80 | Mem:162.31M, Peak:162.31M | _mainScene, interior | Updating Mesh | Copying Attributes to device
04-11 09:11:50 (debug) Fra:340 Mem:264.59M (Peak 372.08M) | Time:00:00.80 | Mem:172.15M, Peak:172.15M | _mainScene, interior | Updating Geometry BVH Cylinder941.000 59/59 | Building BVH
04-11 09:11:50 (debug) Fra:340 Mem:264.59M (Peak 372.08M) | Time:00:00.80 | Mem:172.15M, Peak:172.15M | _mainScene, interior | Updating Geometry BVH Plane.009 2/59 | Building BVH
04-11 09:11:50 (debug) Fra:340 Mem:264.59M (Peak 372.08M) | Time:00:00.80 | Mem:172.15M, Peak:172.15M | _mainScene, interior | Updating Geometry BVH Circle.003 7/59 | Building BVH
04-11 09:11:50 (debug) Fra:340 Mem:264.59M (Peak 372.08M) | Time:00:00.80 | Mem:172.17M, Peak:172.17M | _mainScene, interior | Updating Geometry BVH Cylinder.005 8/59 | Building BVH
04-11 09:11:50 (debug) Fra:340 Mem:264.59M (Peak 372.08M) | Time:00:00.80 | Mem:172.17M, Peak:172.17M | _mainScene, interior | Updating Geometry BVH kolesa01_k.001 10/59 | Building BVH
04-11 09:11:50 (debug) Fra:340 Mem:264.59M (Peak 372.08M) | Time:00:00.80 | Mem:172.18M, Peak:172.18M | _mainScene, interior | Updating Geometry BVH Line18_Lin 11/59 | Building BVH
04-11 09:11:50 (debug) Fra:340 Mem:264.59M (Peak 372.08M) | Time:00:00.80 | Mem:172.18M, Peak:172.18M | _mainScene, interior | Updating Geometry BVH Line03 13/59 | Building BVH
04-11 09:11:50 (debug) Fra:340 Mem:264.59M (Peak 372.08M) | Time:00:00.80 | Mem:172.20M, Peak:172.20M | _mainScene, interior | Updating Geometry BVH Line06 18/59 | Building BVH
04-11 09:11:50 (debug) Fra:340 Mem:264.60M (Peak 372.08M) | Time:00:00.80 | Mem:172.20M, Peak:172.20M | _mainScene, interior | Updating Geometry BVH ChamferCyl006.010 22/59 | Building BVH
04-11 09:11:50 (debug) Fra:340 Mem:264.60M (Peak 372.08M) | Time:00:00.80 | Mem:172.20M, Peak:172.20M | _mainScene, interior | Updating Geometry BVH Box298.002 34/59 | Building BVH
04-11 09:11:50 (debug) Fra:340 Mem:264.60M (Peak 372.08M) | Time:00:00.80 | Mem:172.20M, Peak:172.20M | _mainScene, interior | Updating Geometry BVH Plane.005 46/59 | Building BVH
04-11 09:11:50 (debug) Fra:340 Mem:264.60M (Peak 372.08M) | Time:00:00.80 | Mem:172.20M, Peak:172.20M | _mainScene, interior | Updating Geometry BVH Mesh 51/59 | Building BVH
04-11 09:11:50 (debug) Fra:340 Mem:264.60M (Peak 372.08M) | Time:00:00.80 | Mem:172.21M, Peak:172.21M | _mainScene, interior | Updating Geometry BVH Circle.010 54/59 | Building BVH
04-11 09:11:50 (debug) Fra:340 Mem:264.60M (Peak 372.08M) | Time:00:00.82 | Mem:177.94M, Peak:178.65M | _mainScene, interior | Updating Scene BVH | Building
04-11 09:11:50 (debug) I1104 09:11:50.145970 7570 geometry_bvh.cpp:127] Using EMBREE layout.
04-11 09:11:50 (debug) Fra:340 Mem:264.60M (Peak 372.08M) | Time:00:00.82 | Mem:177.94M, Peak:178.65M | _mainScene, interior | Updating Scene BVH | Building BVH
04-11 09:11:50 (debug) Fra:340 Mem:264.60M (Peak 372.08M) | Time:00:00.93 | Mem:203.89M, Peak:215.63M | _mainScene, interior | Updating Scene BVH | Copying BVH to device
04-11 09:11:50 (debug) Fra:340 Mem:264.60M (Peak 372.08M) | Time:00:00.93 | Mem:203.89M, Peak:215.63M | _mainScene, interior | Updating Mesh | Computing normals
04-11 09:11:50 (debug) Fra:340 Mem:282.01M (Peak 372.08M) | Time:00:00.94 | Mem:203.89M, Peak:215.63M | _mainScene, interior | Updating Mesh | Copying Mesh to device
04-11 09:11:50 (debug) Fra:340 Mem:282.01M (Peak 372.08M) | Time:00:00.94 | Mem:221.30M, Peak:221.30M | _mainScene, interior | Updating Objects Flags
04-11 09:11:50 (debug) Fra:340 Mem:282.01M (Peak 372.08M) | Time:00:00.94 | Mem:221.31M, Peak:221.31M | _mainScene, interior | Updating Primitive Offsets
04-11 09:11:50 (debug) Fra:340 Mem:282.01M (Peak 372.08M) | Time:00:00.94 | Mem:221.31M, Peak:221.31M | _mainScene, interior | Updating Images
04-11 09:11:50 (debug) Fra:340 Mem:282.01M (Peak 372.08M) | Time:00:00.94 | Mem:221.31M, Peak:221.31M | _mainScene, interior | Updating Images | Loading crinkledPaper.png
04-11 09:11:50 (debug) Fra:340 Mem:282.01M (Peak 372.08M) | Time:00:00.94 | Mem:221.31M, Peak:221.31M | _mainScene, interior | Updating Images | Loading base_bluredMetal.png
04-11 09:11:50 (debug) Fra:340 Mem:282.01M (Peak 372.08M) | Time:00:00.94 | Mem:221.31M, Peak:221.31M | _mainScene, interior | Updating Images | Loading wallClock.png
04-11 09:11:50 (debug) Fra:340 Mem:286.01M (Peak 372.08M) | Time:00:00.94 | Mem:221.31M, Peak:221.31M | _mainScene, interior | Updating Images | Loading crinkledPaper_03.png
04-11 09:11:50 (debug) Fra:340 Mem:338.90M (Peak 372.08M) | Time:00:00.98 | Mem:278.19M, Peak:278.19M | _mainScene, interior | Updating Camera Volume
04-11 09:11:50 (debug) Fra:340 Mem:338.90M (Peak 372.08M) | Time:00:00.98 | Mem:278.19M, Peak:278.19M | _mainScene, interior | Updating Lookup Tables
04-11 09:11:50 (debug) I1104 09:11:50.313655 7570 tables.cpp:39] Total 9 lookup tables.
04-11 09:11:50 (debug) Fra:340 Mem:338.90M (Peak 372.08M) | Time:00:00.98 | Mem:278.27M, Peak:278.27M | _mainScene, interior | Updating Lights
04-11 09:11:50 (debug) I1104 09:11:50.313696 7570 light.cpp:1424] Total 10 lights.
04-11 09:11:50 (debug) I1104 09:11:50.313712 7570 light.cpp:1404] Number of lights sent to the device: 10
04-11 09:11:50 (debug) Fra:340 Mem:338.90M (Peak 372.08M) | Time:00:00.98 | Mem:278.28M, Peak:278.28M | _mainScene, interior | Updating Lights | Computing distribution
04-11 09:11:50 (debug) I1104 09:11:50.314163 7570 light.cpp:339] Use light distribution with 80658 emitters.
04-11 09:11:50 (debug) Fra:340 Mem:340.13M (Peak 372.08M) | Time:00:00.99 | Mem:279.51M, Peak:279.51M | _mainScene, interior | Updating Integrator
04-11 09:11:50 (debug) Fra:340 Mem:372.13M (Peak 372.13M) | Time:00:01.02 | Mem:311.51M, Peak:311.51M | _mainScene, interior | Updating Film
04-11 09:11:50 (debug) Fra:340 Mem:372.14M (Peak 372.14M) | Time:00:01.02 | Mem:311.43M, Peak:311.51M | _mainScene, interior | Updating Lookup Tables
04-11 09:11:50 (debug) I1104 09:11:50.346833 7570 tables.cpp:39] Total 10 lookup tables.
04-11 09:11:50 (debug) Fra:340 Mem:372.14M (Peak 372.14M) | Time:00:01.02 | Mem:311.51M, Peak:311.51M | _mainScene, interior | Updating Baking
04-11 09:11:50 (debug) Fra:340 Mem:372.14M (Peak 372.14M) | Time:00:01.02 | Mem:311.51M, Peak:311.51M | _mainScene, interior | Updating Device | Writing constant memory
04-11 09:11:50 (debug) I1104 09:11:50.346889 7570 scene.cpp:354] System memory statistics after full device sync:
04-11 09:11:50 (debug) Usage: 328,869,608 (313.63M)
04-11 09:11:50 (debug) Peak: 328,958,696 (313.72M)
04-11 09:11:50 (debug) Fra:340 Mem:372.15M (Peak 372.15M) | Time:00:01.02 | Mem:311.51M, Peak:311.51M | _mainScene, interior | Sample 0/16777216
Nov 04 09:11:50 Rendering 0% [> ] 04-11 09:11:50 (debug) I1104 09:11:50.753413 7570 path_trace.cpp:415] Rendered 1 samples in 0.395343 seconds (0.395343 seconds per sample), occupancy: 1
04-11 09:11:50 (debug) Fra:340 Mem:456.05M (Peak 456.05M) | Time:00:01.42 | Remaining:00:59.59 | Mem:394.58M, Peak:394.58M | _mainScene, interior | Sample 1/16777216
04-11 09:12:08 (debug) I1104 09:12:08.151973 7570 path_trace.cpp:415] Rendered 6
---
_**Agent (model default, mode Agent)**_
---
CPU mode is working. The logs show:
- Blender loaded successfully
- Scene synchronized
- Rendering started with CPU
- Samples being rendered: "Rendered 1 samples" and "Rendered 6 samples"
## Summary
CPU mode works. The hang is specific to OptiX/GPU mode during kernel compilation.
## Options
### 1. Use CPU mode (works now)
Slower than GPU, but functional:
```bash
java -jar sheepit-client.jar -login RaincloudTheDragon -password HmTNTrbF*zC5E7H -compute-method CPU -ui text --verbose --log-stdout -priority 100
```
### 2. Report OptiX issue to SheepIt
The RTX 5090 (compute capability 12.0) is very new. The Blender version SheepIt uses may not fully support OptiX on it yet. Report this to SheepIt support/forums.
### 3. Try waiting longer for OptiX (one-time compilation)
OptiX kernels can take 1020 minutes on first compile. If you want to try GPU:
```bash
# Run in background and wait
nohup java -jar sheepit-client.jar -login RaincloudTheDragon -password HmTNTrbF*zC5E7H -gpu OPTIX_0 -ui text --verbose --log-stdout -priority 100 > sheepit.log 2>&1 &
# Monitor GPU activity
watch -n 5 nvidia-smi
```
For now, CPU mode works. GPU/OptiX may require waiting for SheepIt to update Blender or OptiX support for the RTX 5090.
---
_**User (2025-11-04 07:52Z)**_
why do you think I'm renting a 5090?
---
_**Agent (model default, mode Agent)**_
---
We should get GPU rendering working. The OptiX hang is blocking that. Investigating ways to force CUDA or bypass OptiX:
---
<tool-use data-tool-type="search" data-tool-name="codebase_search">
<details>
<summary>Tool use: **codebase_search** • Searched codebase "Blender CUDA OptiX environment variable disable OptiX force CUDA" • **9** results</summary>
| File | Lines |
|------|-------|
| `.gitignore` | L134 |
| `assets/Objects/gems/tx/BlackOnyx/Designer/BlackOnyx.sbs` | L3573-3642 |
| `.gitattributes` | L47 |
| `.cursorindexingignore` | L3 |
| `misc/checklist.txt` | L52 |
| `misc/numberofbibgas_002.txt` | L22 |
| `assets/Objects/gems/tx/BlackOnyx/Designer/BlackOnyx.sbs` | L3288-3346 |
| `misc/numberofbibgas.txt` | L19 |
| `assets/Objects/gems/tx/BlackOnyx/Designer/BlackOnyx.sbs` | L3101-3160 |
</details>
</tool-use>
---
<tool-use data-tool-type="search" data-tool-name="web_search">
<details>
<summary>Tool use: **web_search** • Searched web `Blender disable OptiX force CUDA environment variable CYCLES_CUDA_EXTRA_CFLAGS`**1** results</summary>
| Title | URL | Chunk |
|-------|-----|-------|
| Web Search Results | | I understand your frustration with the performance issues you're experiencing while using the NVIDIA RTX 5090 GPU. The RTX 5090 is a relatively new release, and there have been reports of compatibility challenges with various software applications.<br/><br/>For instance, users have encountered issues with the RTX 5090 not being detected by `nvidia-smi` on Ubuntu Server 24.04, leading to errors such as "No devices were found." ([forums.developer.nvidia.com](https://forums.developer.nvidia.com/t/nvidia-rtx-5090-not-detected-by-nvidia-smi-on-ubuntu-server-24-04/327409?utm_source=openai)) Additionally, some have reported that the RTX 5090 is not working with PyTorch and Stable Diffusion due to unsupported compute capabilities. ([forums.developer.nvidia.com](https://forums.developer.nvidia.com/t/rtx-5090-not-working-with-pytorch-and-stable-diffusion-sm-120-unsupported/338015?utm_source=openai))<br/><br/>These challenges are often due to the need for updated drivers and software support to accommodate the new hardware. It's advisable to ensure that you have the latest NVIDIA drivers installed and to check for any software updates that might address these compatibility issues.<br/><br/>If you continue to experience problems, consider reaching out to the support communities of the specific software you're using, as they may have more detailed guidance or workarounds tailored to the RTX 5090. |
</details>
</tool-use>
---
---
Focusing on getting GPU rendering working. OptiX is hanging, likely due to RTX 5090 compute capability 12.0 being very new. Trying to force CUDA instead of OptiX.
## Try forcing CUDA instead of OptiX:
Blender can use CUDA directly. Try setting environment variables before running SheepIt:
```bash
# Disable OptiX and force CUDA
export CYCLES_CUDA_EXTRA_CFLAGS=""
export CYCLES_OPTIX_EXTRA_CFLAGS=""
export CYCLES_DEVICE="CUDA"
# Then run SheepIt with GPU
java -jar sheepit-client.jar -login RaincloudTheDragon -password HmTNTrbF*zC5E7H -gpu OPTIX_0 -ui text --verbose --log-stdout -priority 100
```
## Or try waiting longer (OptiX kernel compilation):
The first-time OptiX kernel compilation on RTX 5090 may take 1520 minutes. Run it in the background and monitor GPU activity:
```bash
# Run in background
nohup java -jar sheepit-client.jar -login RaincloudTheDragon -password HmTNTrbF*zC5E7H -gpu OPTIX_0 -ui text --verbose --log-stdout -priority 100 > sheepit.log 2>&1 &
# Monitor GPU - should show activity if kernels are compiling
watch -n 5 nvidia-smi
# Check logs
tail -f sheepit.log
```
## Report to SheepIt:
This is a known RTX 5090 compatibility issue. Report it to SheepIt support/forums with:
- RTX 5090 (compute capability 12.0)
- OptiX kernel compilation hanging
- Driver version 570.181
- Blender 4.3.1 from SheepIt
Try the environment variables first, then wait it out if that doesn't work. If GPU activity shows in `nvidia-smi` during the hang, kernels are compiling and it should finish.
---
_**User (2025-11-04 07:52Z)**_
Can I load it with more CPU cores...? maybe that will help the render kernel load
---
_**Agent (model default, mode Agent)**_
---
Yes. More CPU cores can speed up kernel compilation. SheepIt supports setting CPU cores with `-cores`. Try:
## Use More CPU Cores:
```bash
# Set cores to 31 (or whatever your CPU has)
java -jar sheepit-client.jar -login RaincloudTheDragon -password HmTNTrbF*zC5E7H -gpu OPTIX_0 -ui text --verbose --log-stdout -priority 100 -cores 31
```
Or set it to all available cores:
```bash
# Check how many cores you have
nproc
# Then use that number (or slightly less, like 30 for 31 cores)
java -jar sheepit-client.jar -login RaincloudTheDragon -password HmTNTrbF*zC5E7H -gpu OPTIX_0 -ui text --verbose --log-stdout -priority 100 -cores 30
```
## Run in Background and Monitor:
```bash
# Run with more cores in background
nohup java -jar sheepit-client.jar -login RaincloudTheDragon -password HmTNTrbF*zC5E7H -gpu OPTIX_0 -ui text --verbose --log-stdout -priority 100 -cores 31 > sheepit.log 2>&1 &
# Monitor GPU activity (should show compilation work)
watch -n 2 nvidia-smi
# Check logs
tail -f sheepit.log
```
More CPU cores can help with:
- Parallel kernel compilation
- Data preparation
- Scene synchronization
This may speed up the OptiX kernel compilation. Try it and monitor GPU activity—if you see GPU utilization during the "Loading render kernels" phase, compilation is progressing.
---
_**User (2025-11-04 07:52Z)**_
---
_**Agent (model default, mode Agent)**_
---
You have 32 cores allocated. Use all 32 for kernel compilation:
## Use All 32 CPU Cores:
```bash
java -jar sheepit-client.jar -login RaincloudTheDragon -password HmTNTrbF*zC5E7H -gpu OPTIX_0 -ui text --verbose --log-stdout -priority 100 -cores 32
```
## Run in Background to Monitor:
```bash
# Run with all 32 cores in background
nohup java -jar sheepit-client.jar -login RaincloudTheDragon -password HmTNTrbF*zC5E7H -gpu OPTIX_0 -ui text --verbose --log-stdout -priority 100 -cores 32 > sheepit.log 2>&1 &
# Monitor GPU activity - should show compilation work
watch -n 2 nvidia-smi
# Check logs in real-time
tail -f sheepit.log
```
Using all 32 cores may speed up the OptiX kernel compilation. Monitor GPU activity in `nvidia-smi`—if you see GPU utilization during "Loading render kernels", compilation is progressing. The first compile can take 1020 minutes on an RTX 5090, but with 32 cores it should be faster.
If it still hangs, you can interrupt and we can investigate further.
---
_**User (2025-11-04 07:52Z)**_
this should take seconds. on any reasonable system it takes seconds.
---
_**Agent (model default, mode Agent)**_
---
Agreed—this should take seconds. Checking what's happening during the hang:
## Check if OptiX is Actually Installed/Working:
```bash
# Check if OptiX libraries exist
find /usr -name "*optix*" 2>/dev/null
ldconfig -p | grep -i optix
# Check OptiX version compatibility
nvcc --version
```
## See What's Actually Happening During the Hang:
```bash
# Run SheepIt and when it hangs at "Loading render kernels", check what processes are running
ps aux | grep -E "blender|rend|optix|nvidia"
# Check if there are any stuck processes
strace -p $(pgrep -f "rend.exe") 2>&1 | head -50
```
## Try to See Blender's Actual Error:
The hang might be a silent failure. Try running Blender directly to see errors:
```bash
# Find the extracted Blender
cd /tmp
find . -name "rend.exe" -type f 2>/dev/null | head -1
# Try running it directly with OptiX disabled to see if CUDA works
# (This will help us see if OptiX is the problem)
```
## Report to SheepIt Immediately:
This is a bug. Report it:
- RTX 5090 (compute capability 12.0)
- OptiX kernel compilation hangs indefinitely
- Blender 4.3.1 from SheepIt
- Driver 570.181
The RTX 5090 is very new; Blender 4.3.1 may not fully support it via OptiX. This needs a fix from SheepIt/Blender.
Run the diagnostics above to gather details for the report.
---
_**User (2025-11-04 07:52Z)**_
# Check if OptiX libraries exist
find /usr -name "*optix*" 2>/dev/null
ldconfig -p | grep -i optix
# Check OptiX version compatibility
nvcc --version
/usr/lib/x86_64-linux-gnu/libnvoptix.so.570.181
/usr/lib/x86_64-linux-gnu/libnvoptix.so.1
libnvoptix.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvoptix.so.1
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2025 NVIDIA Corporation
Built on Fri_Feb_21_20:23:50_PST_2025
Cuda compilation tools, release 12.8, V12.8.93
Build cuda_12.8.r12.8/compiler.35583870_0
(main) root@C.27552620:/workspace$
---
_**Agent (model default, mode Agent)**_
---
OptiX libraries are installed. The hang is likely during OptiX kernel compilation for RTX 5090. Try forcing CUDA instead of OptiX:
## Try Forcing CUDA Instead of OptiX:
Blender detected CUDA earlier. Try setting environment variables to force CUDA rendering:
```bash
# Set environment variables to disable OptiX and use CUDA
export CYCLES_DEVICE="CUDA"
export CYCLES_CUDA_EXTRA_CFLAGS=""
# Then run SheepIt - but we need to trick it into using CUDA
# Check if there's a CUDA device ID available
java -jar sheepit-client.jar --show-gpu
```
## Check What's Actually Happening During the Hang:
When it hangs, check what processes are running:
```bash
# In another terminal while SheepIt is running and hung:
ps aux | grep -E "blender|rend|optix|nvidia"
strace -p $(pgrep -f rend.exe) 2>&1 | tail -20
```
## Try Running Blender Directly to Test:
```bash
# Find the extracted Blender
cd /tmp
BLENDER_PATH=$(find . -name "rend.exe" -type f 2>/dev/null | head -1)
echo $BLENDER_PATH
# Try running it directly to see if OptiX works standalone
# (This won't work perfectly since SheepIt sets up the scene, but might show errors)
```
## The Real Issue:
Blender 4.3.1 likely doesn't fully support OptiX on RTX 5090 (compute capability 12.0). Since CUDA was detected earlier, see if SheepIt can use CUDA directly instead of OptiX.
Check `--show-gpu` output again—does it show any CUDA device IDs, or only OPTIX_0? If it's only OptiX, that's the blocker and SheepIt needs to update their Blender version or add CUDA device support.
---
_**User (2025-11-04 07:52Z)**_
Wow, I should have just waited. This thing is fast af!
---
_**Agent (model default, mode Agent)**_
---
The OptiX kernel compilation finished, and GPU rendering is working. The RTX 5090 is fast.
## To Keep It Running:
Since it's working, run it in the background so it keeps going after you disconnect:
```bash
# Run in background
nohup java -jar sheepit-client.jar -login RaincloudTheDragon -password HmTNTrbF*zC5E7H -gpu OPTIX_0 -ui text --verbose --log-stdout -priority 100 -cores 32 > sheepit.log 2>&1 &
```
## Monitor Progress:
```bash
# Check if running
ps aux | grep sheepit
# View logs
tail -f sheepit.log
# Check GPU utilization
nvidia-smi
```
The first-time kernel compilation on RTX 5090 took longer than expected, but subsequent renders should be faster since the kernels are cached. Enjoy the speed.
---
_**User (2025-11-04 07:52Z)**_
can we expidite this process for future or parallel use?
---
_**Agent (model default, mode Agent)**_
---
Setting up persistent kernel caching to avoid recompiling on new instances:
## 1. Find Where Kernels Are Cached:
```bash
# Blender kernels are typically cached here
find ~/.cache -name "*cycles*" -o -name "*optix*" 2>/dev/null
find /tmp -name "*cycles*" -o -name "*optix*" 2>/dev/null
ls -la ~/.cache/blender/
```
## 2. Use Vast.ai Volume for Persistent Cache:
Set up a persistent volume in vast.ai to store the compiled kernels:
1. In your vast.ai instance, go to "Add volume"
2. Create a volume (e.g., 10GB)
3. Mount it and copy the kernel cache there
```bash
# After creating volume, mount it and copy cache
# First find where kernels are cached, then:
mkdir -p /mnt/volume/sheepit_cache
cp -r ~/.cache/blender /mnt/volume/sheepit_cache/
# Or wherever the kernels are cached
```
## 3. Copy Cache Manually Between Instances:
Create a script to save/restore the cache:
```bash
# Save cache script
cat > save_kernels.sh << 'EOF'
#!/bin/bash
CACHE_DIR="/tmp/sheepit_kernel_cache"
BLENDER_CACHE="$HOME/.cache/blender"
mkdir -p "$CACHE_DIR"
cp -r "$BLENDER_CACHE" "$CACHE_DIR/" 2>/dev/null
tar -czf kernel_cache.tar.gz -C "$CACHE_DIR" .
echo "Kernels saved to kernel_cache.tar.gz"
EOF
chmod +x save_kernels.sh
```
## 4. Quick Solution - Use Shared Cache Directory:
Configure SheepIt to use a shared cache directory that persists:
```bash
# Use a volume or shared directory for cache
java -jar sheepit-client.jar -login RaincloudTheDragon -password HmTNTrbF*zC5E7H -gpu OPTIX_0 -ui text -priority 100 -cores 32 -cache-dir /mnt/volume/sheepit_cache
```
First, find where the kernels are cached. Run:
```bash
find ~/.cache -type d -name "*blender*" 2>/dev/null
find /tmp -type d -name "*cycles*" -o -name "*optix*" 2>/dev/null
ls -la ~/.cache/
```
Share the output and we can set up a persistent cache.
---