Skip to content
Snippets Groups Projects
example_arrival_t0.SABjson 3.20 KiB
{
    "description": "user1",
    "date": "2022-10-27 14:22:15.027304",
    "nb_res": 4,
    "version": 1,
    "sessions": [
        {
            "id": 1,
            "first_submit_time": 0,
            "preceding_sessions": [],
            "thinking_time_after_preceding_session": [],
            "nb_jobs": 1,
            "jobs": [
                {
                    "id": 1,
                    "profile": "2400.0",
                    "res": 4,
                    "subtime": 0,
                    "walltime": 2592000.0
                }
            ]
        },
        {
            "id": 2,
            "first_submit_time": 3000.0,
            "preceding_sessions": [
                1
            ],
            "thinking_time_after_preceding_session": [
                600.0
            ],
            "nb_jobs": 1,
            "jobs": [
                {
                    "id": 2,
                    "profile": "9600.0",
                    "res": 4,
                    "subtime": 0.0,
                    "walltime": 2592000.0
                }
            ]
        },
        {
            "id": 3,
            "first_submit_time": 7800.0,
            "preceding_sessions": [
                1
            ],
            "thinking_time_after_preceding_session": [
                5400.0
            ],
            "nb_jobs": 1,
            "jobs": [
                {
                    "id": 3,
                    "profile": "10800.0",
                    "res": 4,
                    "subtime": 0.0,
                    "walltime": 2592000.0
                }
            ]
        },
        {
            "id": 4,
            "first_submit_time": 16200.0,
            "preceding_sessions": [
                2
            ],
            "thinking_time_after_preceding_session": [
                3600.0
            ],
            "nb_jobs": 1,
            "jobs": [
                {
                    "id": 4,
                    "profile": "3600.0",
                    "res": 4,
                    "subtime": 0.0,
                    "walltime": 2592000.0
                }
            ]
        },
        {
            "id": 5,
            "first_submit_time": 24000.0,
            "preceding_sessions": [
                3,
                4
            ],
            "thinking_time_after_preceding_session": [
                5400.0,
                4200.0
            ],
            "nb_jobs": 1,
            "jobs": [
                {
                    "id": 5,
                    "profile": "5400.0",
                    "res": 4,
                    "subtime": 0.0,
                    "walltime": 2592000.0
                }
            ]
        },
        {
            "id": 6,
            "first_submit_time": 24600.0,
            "preceding_sessions": [
                3,
                4
            ],
            "thinking_time_after_preceding_session": [
                6000.0,
                4800.0
            ],
            "nb_jobs": 1,
            "jobs": [
                {
                    "id": 6,
                    "profile": "4200.0",
                    "res": 4,
                    "subtime": 0.0,
                    "walltime": 2592000.0
                }
            ]
        }
    ]
}