Trace number 4505615

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
IPBHS-GUROBI-SYM 2025-06-09? (TO) 3600.1 3607.41

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_fibo_0null20mast_rapportOE1.0_TMAX180_K67_cod1.opb
MD5SUM80f0935d0a86591f889a9638d17fdf07
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-370567
Best CPU time to get the best result obtained on this benchmark7882.2
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40451
Total number of constraints40950
Number of constraints which are clauses40396
Number of constraints which are cardinality constraints (but not clauses)553
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint40128
Number of terms in the objective function 32076
Biggest coefficient in the objective function 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 94230312
Number of bits of the sum of numbers in the objective function 27
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 94230312
Number of bits of the biggest sum of numbers27
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.29	c initialize IPBHS solver
0.00/0.29	c IPBHS 0.0.0 beta (8d0f613-dirty, Jun  3 2025 11:30:33), compiled with satsolvers: , optimizers: , GreedyOptimizer, Gurobi 12.0.2, RoundingSat 2, , , pbsolvers: RoundingSat 2, BreakID 0.0.0
0.00/0.29	c optimizer = "gurobi"
0.00/0.29	c pbsolver = "roundingsat"
0.00/0.29	c use separate pbsolver for SIS
0.00/0.29	c load symmetries from file ""
0.00/0.29	c set time limit for symmetry computation to 100 seconds.
0.00/0.29	c set interchangeable summation variable limit to 3
0.00/0.29	c enable explicit+compact SCL
0.00/0.29	c set sym compact max subset size to 5
0.00/0.29	c set explicit symmetry matrix usage to 1
0.00/0.29	c sym budget explicit to 100
0.00/0.29	c sym budget explicit lits to 6000
0.00/0.29	c sym budget compact to 100
0.00/0.29	c sym budget compact lits to 6000
0.00/0.29	c sym budget common to 0
0.00/0.29	c sym budget common lits to 0
0.00/0.29	c set sym generation to 's'
0.00/0.29	c set abstraction set creation to 10 iterations without LB change
0.00/0.29	c set abstraction set inputs to 0
0.00/0.29	c set abstraction set cluster min size to 2
0.00/0.29	c set abstraction set cluster max size to 100000000
0.00/0.29	c set abstraction set cluster activation limit to 2
0.00/0.29	c enable abstraction set require equal cost
0.00/0.29	c set abstraction set assumptions to 0
0.00/0.29	c set abstraction set constraint type to 0
0.00/0.29	c set abstract core extraction strategy to b
0.00/0.29	c set core extraction strategy to 2
0.00/0.29	c set core extraction shuffles 10
0.00/0.29	c set cores per iteration to 5
0.00/0.29	c set optimizer bound usage strategy to 2
0.00/0.29	c set optimizer max non-optimal iterations to 1000
0.00/0.29	c set small core cardinality limit to 2
0.00/0.29	c set max coef in cores to 1000000000
0.00/0.29	c set core processing techniques to 4095
0.00/0.29	c set SIS iterations to 5
0.00/0.29	c set SIS budget abs to 1000
0.00/0.29	c set SIS budget rel to 0.05
0.51/1.02	c limit for coefficient in constraints and objective to 1000000000
0.51/1.02	c will solve HOME/instance-4505615-1751487178.opb
0.51/1.02	Searching graph automorphisms with time limit: 100
0.91/1.44	c [0.67] will start solving
426.68/428.05	c [1.78] solve iteration 1, LB=-94230312, UB=1
426.68/428.05	c [2.21] solve iteration 2, LB=-452536, UB=0
426.68/428.05	c [2.68] solve iteration 3, LB=-452536, UB=0
426.68/428.05	c [3.1] solve iteration 4, LB=-452536, UB=0
426.68/428.05	c [3.36] solve iteration 5, LB=-452536, UB=-41777
426.68/428.05	c [3.94] solve iteration 6, LB=-452536, UB=-45792
426.68/428.05	c [4.27] solve iteration 7, LB=-452536, UB=-55495
426.68/428.05	c [4.57] solve iteration 8, LB=-452536, UB=-55495
426.68/428.05	c [4.87] solve iteration 9, LB=-452536, UB=-55495
426.68/428.05	c [5.17] solve iteration 10, LB=-452536, UB=-55495
426.68/428.05	c [5.55] solve iteration 11, LB=-452536, UB=-56738
426.68/428.05	c [5.81] solve iteration 12, LB=-452536, UB=-56738
426.68/428.05	c [6.13] solve iteration 13, LB=-452536, UB=-56738
426.68/428.05	c [6.42] solve iteration 14, LB=-452536, UB=-56738
426.68/428.05	c [6.65] solve iteration 15, LB=-452536, UB=-56738
426.68/428.05	c [6.92] solve iteration 16, LB=-452536, UB=-56741
426.68/428.05	c [7.22] solve iteration 17, LB=-452536, UB=-56741
426.68/428.05	c [7.43] solve iteration 18, LB=-452536, UB=-56741
426.68/428.05	c [7.63] solve iteration 19, LB=-452536, UB=-66794
426.68/428.05	c [7.82] solve iteration 20, LB=-452536, UB=-66794
426.68/428.05	c [127.94] solve iteration 21, LB=-452536, UB=-67687
426.68/428.05	c [128.17] solve iteration 22, LB=-452536, UB=-67687
426.68/428.05	c [128.35] solve iteration 23, LB=-452536, UB=-76235
426.68/428.05	c [128.58] solve iteration 24, LB=-452536, UB=-76235
426.68/428.05	c [128.83] solve iteration 25, LB=-452536, UB=-76235
426.68/428.05	c [150.29] solve iteration 26, LB=-452536, UB=-78633
426.68/428.05	c [150.57] solve iteration 27, LB=-452536, UB=-78633
426.68/428.05	c [150.78] solve iteration 28, LB=-452536, UB=-78633
426.68/428.05	c [151.05] solve iteration 29, LB=-452536, UB=-78633
426.68/428.05	c [151.32] solve iteration 30, LB=-452536, UB=-78633
426.68/428.05	c [151.61] solve iteration 31, LB=-452536, UB=-78634
426.68/428.05	c [151.88] solve iteration 32, LB=-452536, UB=-78634
426.68/428.05	c [152.14] solve iteration 33, LB=-452536, UB=-78634
426.68/428.05	c [152.38] solve iteration 34, LB=-452536, UB=-78634
426.68/428.05	c [152.57] solve iteration 35, LB=-452536, UB=-89955
426.68/428.05	c [179.63] solve iteration 36, LB=-452536, UB=-89957
426.68/428.05	c [179.85] solve iteration 37, LB=-452536, UB=-89957
426.68/428.05	c [180.08] solve iteration 38, LB=-452536, UB=-89957
426.68/428.05	c [180.35] solve iteration 39, LB=-452536, UB=-89957
426.68/428.05	c [180.64] solve iteration 40, LB=-452536, UB=-89957
426.68/428.05	c [180.93] solve iteration 41, LB=-452536, UB=-89965
426.68/428.05	c [181.22] solve iteration 42, LB=-452536, UB=-89965
426.68/428.05	c [181.6] solve iteration 43, LB=-452536, UB=-89965
426.68/428.05	c [181.85] solve iteration 44, LB=-452536, UB=-89965
426.68/428.05	c [182.14] solve iteration 45, LB=-452536, UB=-89965
426.68/428.05	c [182.58] solve iteration 46, LB=-452536, UB=-89973
426.68/428.05	c [182.87] solve iteration 47, LB=-452536, UB=-89973
426.68/428.05	c [183.1] solve iteration 48, LB=-452536, UB=-89973
426.68/428.05	c [183.39] solve iteration 49, LB=-452536, UB=-89973
426.68/428.05	c [183.68] solve iteration 50, LB=-452536, UB=-89973
426.68/428.05	c [297.6] solve iteration 51, LB=-452536, UB=-92180
426.68/428.05	c [297.81] solve iteration 52, LB=-452536, UB=-92180
426.68/428.05	c [298.69] solve iteration 53, LB=-452536, UB=-92180
426.68/428.05	c [298.98] solve iteration 54, LB=-452536, UB=-92180
426.68/428.05	c [299.24] solve iteration 55, LB=-452536, UB=-92180
426.68/428.05	c [299.6] solve iteration 56, LB=-452536, UB=-92181
426.68/428.05	c [299.92] solve iteration 57, LB=-452536, UB=-92181
426.68/428.05	c [300.25] solve iteration 58, LB=-452536, UB=-92181
426.68/428.05	c [300.51] solve iteration 59, LB=-452536, UB=-92181
426.68/428.05	c [301.06] solve iteration 60, LB=-452536, UB=-92181
426.68/428.05	c [301.57] solve iteration 61, LB=-452536, UB=-92182
426.68/428.05	c [301.91] solve iteration 62, LB=-452536, UB=-92182
426.68/428.05	c [302.14] solve iteration 63, LB=-452536, UB=-96084
426.68/428.05	c [302.48] solve iteration 64, LB=-452536, UB=-107021
426.68/428.05	c [302.74] solve iteration 65, LB=-452536, UB=-107021
426.68/428.05	c [305.98] solve iteration 66, LB=-452536, UB=-114074
426.68/428.05	c [306.34] solve iteration 67, LB=-452536, UB=-114074
426.68/428.05	c [306.63] solve iteration 68, LB=-452536, UB=-114074
426.68/428.05	c [306.93] solve iteration 69, LB=-452536, UB=-114074
426.68/428.05	c [307.28] solve iteration 70, LB=-452536, UB=-114074
426.68/428.05	c [309.91] solve iteration 71, LB=-452536, UB=-114086
426.68/428.05	c [310.15] solve iteration 72, LB=-452536, UB=-114086
426.68/428.05	c [310.38] solve iteration 73, LB=-452536, UB=-114086
426.68/428.05	c [310.71] solve iteration 74, LB=-452536, UB=-114086
426.68/428.05	c [310.99] solve iteration 75, LB=-452536, UB=-114086
426.68/428.05	c [335] solve iteration 76, LB=-452536, UB=-114175
426.68/428.05	c [379.49] solve iteration 77, LB=-452536, UB=-114175
426.68/428.05	c [410.89] solve iteration 78, LB=-452536, UB=-114175
426.68/428.05	c [425.02] solve itera

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (62751 MiB free)
  memory of node 1: 64507 MiB (63909 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4505615-1751487178/watcher-4505615-1751487178 -o /tmp/evaluation-result-4505615-1751487178/solver-4505615-1751487178 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751487178-74115 --watchdog 3760 ./ipbhs_gurobi --sym-cores-compact HOME/instance-4505615-1751487178.opb --max-coef 1000000000 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=74164, runsolver pid=74155
Current StackSize limit: 8192 KiB


[startup+0.100055 s]*
/proc/loadavg: 0.54 0.97 1.64 2/268 74173
/proc/meminfo: memFree=129688740/131250000 swapFree=33008100/33010684
[pid=74164] ppid=74155 vsize=50444 memory=384 CPUtime=0 cores=4,6
/proc/74164/stat : 74164 (ipbhs_gurobi) D 74155 74164 74104 0 -1 4194304 74 0 3 0 0 0 0 0 20 0 1 0 64398223 51654656 96 18446744073709551615 94315900542976 94315903168029 140735025463152 0 0 0 0 0 0 1 0 0 17 4 0 0 0 0 0 94315903786904 94315903819866 94315931951104 140735025465739 140735025465863 140735025465863 140735025471465 0
/proc/74164/statm: 12611 96 96 641 0 210 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 50444 KiB
Current children cumulated memory: 384 KiB

[startup+0.204502 s]*
/proc/loadavg: 0.54 0.97 1.64 2/268 74173
/proc/meminfo: memFree=129688284/131250000 swapFree=33008100/33010684
[pid=74164] ppid=74155 vsize=61524 memory=2048 CPUtime=0 cores=4,6
/proc/74164/stat : 74164 (ipbhs_gurobi) D 74155 74164 74104 0 -1 4194304 179 0 12 0 0 0 0 0 20 0 1 0 64398223 63000576 512 18446744073709551615 94315900542976 94315903168029 140735025463152 0 0 0 0 0 0 1 0 0 17 6 0 0 0 0 0 94315903786904 94315903819866 94315931951104 140735025465739 140735025465863 140735025465863 140735025471465 0
/proc/74164/statm: 15381 512 480 641 0 249 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 61524 KiB
Current children cumulated memory: 2048 KiB

[startup+0.304415 s]*
/proc/loadavg: 0.54 0.97 1.64 6/268 74173
/proc/meminfo: memFree=129628044/131250000 swapFree=33008100/33010684
[pid=74164] ppid=74155 vsize=74344 memory=10664 CPUtime=0.01 cores=4,6
/proc/74164/stat : 74164 (ipbhs_gurobi) R 74155 74164 74104 0 -1 4194304 1583 0 30 0 1 0 0 0 20 0 1 0 64398223 76128256 2666 18446744073709551615 94315900542976 94315903168029 140735025463152 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94315903786904 94315903819866 94315931951104 140735025465739 140735025465863 140735025465863 140735025471465 0
/proc/74164/statm: 18586 2666 1536 641 0 3343 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 74344 KiB
Current children cumulated memory: 10664 KiB

[startup+0.700189 s]
/proc/loadavg: 0.54 0.97 1.64 6/268 74173
/proc/meminfo: memFree=128651896/131250000 swapFree=33008100/33010684
[pid=74164] ppid=74155 vsize=120944 memory=62092 CPUtime=0.27 cores=4,6
/proc/74164/stat : 74164 (ipbhs_gurobi) D 74155 74164 74104 0 -1 4194304 12361 0 41 0 21 6 0 0 20 0 1 0 64398223 123846656 15523 18446744073709551615 94315900542976 94315903168029 140735025463152 0 0 0 0 0 0 1 0 0 17 4 0 0 0 0 0 94315903786904 94315903819866 94315931951104 140735025465739 140735025465863 140735025465863 140735025471465 0
/proc/74164/statm: 30236 15523 1888 641 0 14993 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 120944 KiB
Current children cumulated memory: 62092 KiB

[startup+1.50014 s]
/proc/loadavg: 0.54 0.97 1.64 6/272 74177
/proc/meminfo: memFree=128318572/131250000 swapFree=33008100/33010684
[pid=74164] ppid=74155 vsize=208676 memory=134324 CPUtime=1.01 cores=4,6
/proc/74164/stat : 74164 (ipbhs_gurobi) R 74155 74164 74104 0 -1 4194304 30722 0 47 0 93 8 0 0 20 0 2 0 64398223 213684224 33581 18446744073709551615 94315900542976 94315903168029 140735025463152 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94315903786904 94315903819866 94315931951104 140735025465739 140735025465863 140735025465863 140735025471465 0
/proc/74164/statm: 52169 33581 2240 641 0 34652 0
[pid=74164/tid=74175] ppid=74155 vsize=208676 memory=0 CPUtime=0 cores=4,6
/proc/74164/task/74175/stat : 74175 (ipbhs_gurobi) S 74155 74164 74104 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 64398298 213684224 33581 18446744073709551615 94315900542976 94315903168029 140735025463152 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94315903786904 94315903819866 94315931951104 140735025465739 140735025465863 140735025465863 140735025471465 0
Current children cumulated CPU time: 1.01 s
Current children cumulated vsize: 208676 KiB
Current children cumulated memory: 134324 KiB

[startup+3.10441 s]
/proc/loadavg: 0.82 1.02 1.65 7/272 74177
/proc/meminfo: memFree=128027304/131250000 swapFree=33008100/33010684
[pid=74164] ppid=74155 vsize=208676 memory=139188 CPUtime=2.6 cores=4,6
/proc/74164/stat : 74164 (ipbhs_gurobi) R 74155 74164 74104 0 -1 4194304 48215 0 61 0 249 11 0 0 20 0 2 0 64398223 213684224 34797 18446744073709551615 94315900542976 94315903168029 140735025463152 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94315903786904 94315903819866 94315931951104 140735025465739 140735025465863 140735025465863 140735025471465 0
/proc/74164/statm: 52169 34797 3456 641 0 34652 0
[pid=74164/tid=74175] ppid=74155 vsize=208676 memory=81480 CPUtime=0 cores=4,6
/proc/74164/task/74175/stat : 74175 (ipbhs_gurobi) S 74155 74164 74104 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 2 0 64398298 213684224 34797 18446744073709551615 94315900542976 94315903168029 140735025463152 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94315903786904 94315903819866 94315931951104 140735025465739 140735025465863 140735025465863 140735025471465 0
Current children cumulated CPU time: 2.6 s
Current children cumulated vsize: 208676 KiB
Current children cumulated memory: 139188 KiB

[startup+6.30012 s]
/proc/loadavg: 0.82 1.02 1.65 6/272 74177
/proc/meminfo: memFree=128041548/131250000 swapFree=33008100/33010684
[pid=74164] ppid=74155 vsize=208676 memory=140212 CPUtime=5.79 cores=4,6
/proc/74164/stat : 74164 (ipbhs_gurobi) R 74155 74164 74104 0 -1 4194304 66315 0 61 0 563 16 0 0 20 0 2 0 64398223 213684224 35053 18446744073709551615 94315900542976 94315903168029 140735025463152 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94315903786904 94315903819866 94315931951104 140735025465739 140735025465863 140735025465863 140735025471465 0
/proc/74164/statm: 52169 35053 3456 641 0 34652 0
[pid=74164/tid=74175] ppid=74155 vsize=208676 memory=14720 CPUtime=0 cores=4,6
/proc/74164/task/74175/stat : 74175 (ipbhs_gurobi) S 74155 74164 74104 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 2 0 64398298 213684224 35053 18446744073709551615 94315900542976 94315903168029 140735025463152 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94315903786904 94315903819866 94315931951104 140735025465739 140735025465863 140735025465863 140735025471465 0
Current children cumulated CPU time: 5.79 s
Current children cumulated vsize: 208676 KiB
Current children cumulated memory: 140212 KiB

[startup+12.7001 s]
/proc/loadavg: 1.39 1.14 1.68 6/272 74177
/proc/meminfo: memFree=128008100/131250000 swapFree=33008100/33010684
[pid=74164] ppid=74155 vsize=217552 memory=148840 CPUtime=12.18 cores=4,6
/proc/74164/stat : 74164 (ipbhs_gurobi) R 74155 74164 74104 0 -1 4194304 86418 0 61 0 1195 23 0 0 20 0 2 0 64398223 222773248 37210 18446744073709551615 94315900542976 94315903168029 140735025463152 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94315903786904 94315903819866 94315931951104 140735025465739 140735025465863 140735025465863 140735025471465 0
/proc/74164/statm: 54388 37210 3456 641 0 36871 0
[pid=74164/tid=74175] ppid=74155 vsize=217552 memory=148840 CPUtime=0 cores=4,6
/proc/74164/task/74175/stat : 74175 (ipbhs_gurobi) S 74155 74164 74104 0 -1 4194368 11 0 0 0 0 0 0 0 20 0 2 0 64398298 222773248 37210 18446744073709551615 94315900542976 94315903168029 140735025463152 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94315903786904 94315903819866 94315931951104 140735025465739 140735025465863 140735025465863 140735025471465 0
Current children cumulated CPU time: 12.18 s
Current children cumulated vsize: 217552 KiB
Current children cumulated memory: 148840 KiB

[startup+25.5001 s]
/proc/loadavg: 1.79 1.23 1.71 6/272 74177
/proc/meminfo: memFree=128026016/131250000 swapFree=33008100/33010684
[pid=74164] ppid=74155 vsize=236408 memory=159324 CPUtime=24.96 cores=4,6
/proc/74164/stat : 74164 (ipbhs_gurobi) R 74155 74164 74104 0 -1 4194304 88802 0 61 0 2470 26 0 0 20 0 2 0 64398223 242081792 39831 18446744073709551615 94315900542976 94315903168029 140735025463152 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94315903786904 94315903819866 94315931951104 140735025465739 140735025465863 140735025465863 140735025471465 0
/proc/74164/statm: 59102 39831 3456 641 0 41585 0
[pid=74164/tid=74175] ppid=74155 vsize=236408 memory=159324 CPUtime=0 cores=4,6
/proc/74164/task/74175/stat : 74175 (ipbhs_gurobi) S 74155 74164 74104 0 -1 4194368 12 0 0 0 0 0 0 0 20 0 2 0 64398298 242081792 39831 18446744073709551615 94315900542976 94315903168029 140735025463152 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94315903786904 94315903819866 94315931951104 140735025465739 140735025465863 140735025465863 140735025471465 0
Current children cumulated CPU time: 24.96 s
Current children cumulated vsize: 236408 KiB
Current children cumulated memory: 159324 KiB

[startup+51.1045 s]
/proc/loadavg: 2.55 1.45 1.77 7/272 74177
/proc/meminfo: memFree=128031004/131250000 swapFree=33008100/33010684
[pid=74164] ppid=74155 vsize=255376 memory=177924 CPUtime=50.53 cores=4,6
/proc/74164/stat : 74164 (ipbhs_gurobi) R 74155 74164 74104 0 -1 4194304 89468 0 61 0 5025 28 0 0 20 0 2 0 64398223 261505024 44481 18446744073709551615 94315900542976 94315903168029 140735025463152 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94315903786904 94315903819866 94315931951104 140735025465739 140735025465863 140735025465863 140735025471465 0
/proc/74164/statm: 63844 44481 3456 641 0 46327 0
[pid=74164/tid=74175] ppid=74155 vsize=255376 memory=14720 CPUtime=0 cores=4,6
/proc/74164/task/74175/stat : 74175 (ipbhs_gurobi) S 74155 74164 74104 0 -1 4194368 12 0 0 0 0 0 0 0 20 0 2 0 64398298 261505024 44481 18446744073709551615 94315900542976 94315903168029 140735025463152 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94315903786904 94315903819866 94315931951104 140735025465739 140735025465863 140735025465863 140735025471465 0
Current children cumulated CPU time: 50.53 s
Current children cumulated vsize: 255376 KiB
Current children cumulated memory: 177924 KiB

[startup+102.3 s]
/proc/loadavg: 3.54 1.92 1.91 6/272 74179
/proc/meminfo: memFree=127825644/131250000 swapFree=33008100/33010684
[pid=74164] ppid=74155 vsize=286196 memory=212740 CPUtime=101.64 cores=4,6
/proc/74164/stat : 74164 (ipbhs_gurobi) R 74155 74164 74104 0 -1 4194304 91108 0 61 0 10134 30 0 0 20 0 2 0 64398223 293064704 53185 18446744073709551615 94315900542976 94315903168029 140735025463152 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94315903786904 94315903819866 94315931951104 140735025465739 140735025465863 140735025465863 140735025471465 0
/proc/74164/statm: 71549 53185 3456 641 0 54032 0
[pid=74164/tid=74175] ppid=74155 vsize=286196 memory=208644 CPUtime=0.01 cores=4,6
/proc/74164/task/74175/stat : 74175 (ipbhs_gurobi) S 74155 74164 74104 0 -1 4194368 15 0 0 0 0 1 0 0 20 0 2 0 64398298 293064704 53185 18446744073709551615 94315900542976 94315903168029 140735025463152 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94315903786904 94315903819866 94315931951104 140735025465739 140735025465863 140735025465863 140735025471465 0
Current children cumulated CPU time: 101.64 s
Current children cumulated vsize: 286196 KiB
Current children cumulated memory: 212740 KiB

[startup+162.3 s]
/proc/loadavg: 3.89 2.31 2.05 6/271 74181
/proc/meminfo: memFree=127493484/131250000 swapFree=33008100/33010684
[pid=74164] ppid=74155 vsize=340100 memory=264924 CPUtime=161.54 cores=4,6
/proc/74164/stat : 74164 (ipbhs_gurobi) R 74155 74164 74104 0 -1 4194304 139985 0 61 0 16101 53 0 0 20 0 2 0 64398223 348262400 66231 18446744073709551615 94315900542976 94315903168029 140735025463152 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94315903786904 94315903819866 94315931951104 140735025465739 140735025465863 140735025465863 140735025471465 0
/proc/74164/statm: 85025 66231 3456 641 0 67508 0
[pid=74164/tid=74175] ppid=74155 vsize=340100 memory=224184 CPUtime=0.01 cores=4,6
/proc/74164/task/74175/stat : 74175 (ipbhs_gurobi) S 74155 74164 74104 0 -1 4194368 22 0 0 0 0 1 0 0 20 0 2 0 64398298 348262400 66231 18446744073709551615 94315900542976 94315903168029 140735025463152 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94315903786904 94315903819866 94315931951104 140735025465739 140735025465863 140735025465863 140735025471465 0
Current children cumulated CPU time: 161.54 s
Current children cumulated vsize: 340100 KiB
Current children cumulated memory: 264924 KiB

[startup+222.3 s]
/proc/loadavg: 4.01 2.64 2.18 6/269 74187
/proc/meminfo: memFree=127112964/131250000 swapFree=33008100/33010684
[pid=74164] ppid=74155 vsize=425348 memory=325984 CPUtime=221.41 cores=4,6
/proc/74164/stat : 74164 (ipbhs_gurobi) R 74155 74164 74104 0 -1 4194304 199697 0 61 0 22055 86 0 0 20 0 2 0 64398223 435556352 81496 18446744073709551615 94315900542976 94315903168029 140735025463152 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94315903786904 94315903819866 94315931951104 140735025465739 140735025465863 140735025465863 140735025471465 0
/proc/74164/statm: 106337 81496 3456 641 0 88820 0
[pid=74164/tid=74175] ppid=74155 vsize=425348 memory=321888 CPUtime=0.03 cores=4,6
/proc/74164/task/74175/stat : 74175 (ipbhs_gurobi) S 74155 74164 74104 0 -1 4194368 28 0 0 0 1 2 0 0 20 0 2 0 64398298 435556352 81496 18446744073709551615 94315900542976 94315903168029 140735025463152 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94315903786904 94315903819866 94315931951104 140735025465739 140735025465863 140735025465863 140735025471465 0
Current children cumulated CPU time: 221.41 s
Current children cumulated vsize: 425348 KiB
Current children cumulated memory: 325984 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 2.92 2.31 6/269 74189
/proc/meminfo: memFree=126775652/131250000 swapFree=33008100/33010684
[pid=74164] ppid=74155 vsize=557608 memory=384072 CPUtime=281.29 cores=4,6
/proc/74164/stat : 74164 (ipbhs_gurobi) R 74155 74164 74104 0 -1 4194304 201981 0 61 0 28033 96 0 0 20 0 2 0 64398223 570990592 96018 18446744073709551615 94315900542976 94315903168029 140735025463152 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94315903786904 94315903819866 94315931951104 140735025465739 140735025465863 140735025465863 140735025471465 0
/proc/74164/statm: 139402 96018 3456 641 0 121885 0
[pid=74164/tid=74175] ppid=74155 vsize=557608 memory=365640 CPUtime=0.04 cores=4,6
/proc/74164/task/74175/stat : 74175 (ipbhs_gurobi) S 74155 74164 74104 0 -1 4194368 28 0 0 0 1 3 0 0 20 0 2 0 64398298 570990592 96018 18446744073709551615 94315900542976 94315903168029 140735025463152 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94315903786904 94315903819866 94315931951104 140735025465739 140735025465863 140735025465863 140735025471465 0
Current children cumulated CPU time: 281.29 s
Current children cumulated vsize: 557608 KiB
Current children cumulated memory: 384072 KiB

[startup+342.3 s]
/proc/loadavg: 4.09 3.13 2.42 6/267 74191
/proc/meminfo: memFree=126442076/131250000 swapFree=33008100/33010684
[pid=74164] ppid=74155 vsize=639984 memory=471348 CPUtime=341.16 cores=4,6
/proc/74164/stat : 74164 (ipbhs_gurobi) R 74155 74164 74104 0 -1 4194304 307144 0 61 0 33993 123 0 0 20 0 2 0 64398223 655343616 117837 18446744073709551615 94315900542976 94315903168029 140735025463152 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94315903786904 94315903819866 94315931951104 140735025465739 140735025465863 140735025465863 140735025471465 0
/proc/74164/statm: 159996 117837 3456 641 0 142479 0

################
# More data... #
################

/proc/meminfo: memFree=122306020/131250000 swapFree=33008100/33010684
[pid=74164] ppid=74155 vsize=2515700 memory=2196744 CPUtime=2976.15 cores=4,6
/proc/74164/stat : 74164 (ipbhs_gurobi) R 74155 74164 74104 0 -1 4194304 1748979 0 61 0 297172 443 0 0 20 0 2 0 64398223 2576076800 549186 18446744073709551615 94315900542976 94315903168029 140735025463152 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94315903786904 94315903819866 94315931951104 140735025465739 140735025465863 140735025465863 140735025471465 0
/proc/74164/statm: 628925 549186 3520 641 0 611408 0
[pid=74164/tid=74175] ppid=74155 vsize=2515700 memory=14720 CPUtime=0.9 cores=4,6
/proc/74164/task/74175/stat : 74175 (ipbhs_gurobi) S 74155 74164 74104 0 -1 4194368 93 0 0 0 28 62 0 0 20 0 2 0 64398298 2576076800 549186 18446744073709551615 94315900542976 94315903168029 140735025463152 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94315903786904 94315903819866 94315931951104 140735025465739 140735025465863 140735025465863 140735025471465 0
Current children cumulated CPU time: 2976.15 s
Current children cumulated vsize: 2515700 KiB
Current children cumulated memory: 2196744 KiB

[startup+3042.3 s]
/proc/loadavg: 4.14 4.12 4.03 6/267 74329
/proc/meminfo: memFree=122263588/131250000 swapFree=33008100/33010684
[pid=74164] ppid=74155 vsize=2518780 memory=2199476 CPUtime=3036.04 cores=4,6
/proc/74164/stat : 74164 (ipbhs_gurobi) R 74155 74164 74104 0 -1 4194304 1765772 0 61 0 303157 447 0 0 20 0 2 0 64398223 2579230720 549869 18446744073709551615 94315900542976 94315903168029 140735025463152 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94315903786904 94315903819866 94315931951104 140735025465739 140735025465863 140735025465863 140735025471465 0
/proc/74164/statm: 629695 549869 3520 641 0 612178 0
[pid=74164/tid=74175] ppid=74155 vsize=2518780 memory=2196748 CPUtime=0.93 cores=4,6
/proc/74164/task/74175/stat : 74175 (ipbhs_gurobi) S 74155 74164 74104 0 -1 4194368 97 0 0 0 29 64 0 0 20 0 2 0 64398298 2579230720 549869 18446744073709551615 94315900542976 94315903168029 140735025463152 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94315903786904 94315903819866 94315931951104 140735025465739 140735025465863 140735025465863 140735025471465 0
Current children cumulated CPU time: 3036.04 s
Current children cumulated vsize: 2518780 KiB
Current children cumulated memory: 2199476 KiB

[startup+3102.3 s]
/proc/loadavg: 4.10 4.11 4.03 6/267 74331
/proc/meminfo: memFree=122220376/131250000 swapFree=33008100/33010684
[pid=74164] ppid=74155 vsize=2518780 memory=2207676 CPUtime=3095.93 cores=4,6
/proc/74164/stat : 74164 (ipbhs_gurobi) R 74155 74164 74104 0 -1 4194304 1771327 0 61 0 309142 451 0 0 20 0 2 0 64398223 2579230720 551919 18446744073709551615 94315900542976 94315903168029 140735025463152 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94315903786904 94315903819866 94315931951104 140735025465739 140735025465863 140735025465863 140735025471465 0
/proc/74164/statm: 629695 551919 3520 641 0 612178 0
[pid=74164/tid=74175] ppid=74155 vsize=2518780 memory=14720 CPUtime=0.96 cores=4,6
/proc/74164/task/74175/stat : 74175 (ipbhs_gurobi) S 74155 74164 74104 0 -1 4194368 100 0 0 0 30 66 0 0 20 0 2 0 64398298 2579230720 551919 18446744073709551615 94315900542976 94315903168029 140735025463152 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94315903786904 94315903819866 94315931951104 140735025465739 140735025465863 140735025465863 140735025471465 0
Current children cumulated CPU time: 3095.93 s
Current children cumulated vsize: 2518780 KiB
Current children cumulated memory: 2207676 KiB

[startup+3162.3 s]
/proc/loadavg: 4.15 4.12 4.04 6/267 74333
/proc/meminfo: memFree=122175224/131250000 swapFree=33008100/33010684
[pid=74164] ppid=74155 vsize=2519376 memory=2208344 CPUtime=3155.81 cores=4,6
/proc/74164/stat : 74164 (ipbhs_gurobi) R 74155 74164 74104 0 -1 4194304 1791554 0 61 0 315125 456 0 0 20 0 2 0 64398223 2579841024 552086 18446744073709551615 94315900542976 94315903168029 140735025463152 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94315903786904 94315903819866 94315931951104 140735025465739 140735025465863 140735025465863 140735025471465 0
/proc/74164/statm: 629844 552086 3520 641 0 612327 0
[pid=74164/tid=74175] ppid=74155 vsize=2519376 memory=14720 CPUtime=0.98 cores=4,6
/proc/74164/task/74175/stat : 74175 (ipbhs_gurobi) S 74155 74164 74104 0 -1 4194368 103 0 0 0 31 67 0 0 20 0 2 0 64398298 2579841024 552086 18446744073709551615 94315900542976 94315903168029 140735025463152 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94315903786904 94315903819866 94315931951104 140735025465739 140735025465863 140735025465863 140735025471465 0
Current children cumulated CPU time: 3155.81 s
Current children cumulated vsize: 2519376 KiB
Current children cumulated memory: 2208344 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.11 4.04 6/268 74340
/proc/meminfo: memFree=122151904/131250000 swapFree=33008100/33010684
[pid=74164] ppid=74155 vsize=2519656 memory=2208544 CPUtime=3215.7 cores=4,6
/proc/74164/stat : 74164 (ipbhs_gurobi) R 74155 74164 74104 0 -1 4194304 1802050 0 61 0 321110 460 0 0 20 0 2 0 64398223 2580127744 552136 18446744073709551615 94315900542976 94315903168029 140735025463152 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94315903786904 94315903819866 94315931951104 140735025465739 140735025465863 140735025465863 140735025471465 0
/proc/74164/statm: 629914 552136 3520 641 0 612397 0
[pid=74164/tid=74175] ppid=74155 vsize=2519656 memory=2208544 CPUtime=1.01 cores=4,6
/proc/74164/task/74175/stat : 74175 (ipbhs_gurobi) S 74155 74164 74104 0 -1 4194368 106 0 0 0 32 69 0 0 20 0 2 0 64398298 2580127744 552136 18446744073709551615 94315900542976 94315903168029 140735025463152 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94315903786904 94315903819866 94315931951104 140735025465739 140735025465863 140735025465863 140735025471465 0
Current children cumulated CPU time: 3215.7 s
Current children cumulated vsize: 2519656 KiB
Current children cumulated memory: 2208544 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.11 4.04 6/268 74342
/proc/meminfo: memFree=122060660/131250000 swapFree=33008100/33010684
[pid=74164] ppid=74155 vsize=2520416 memory=2209428 CPUtime=3275.59 cores=4,6
/proc/74164/stat : 74164 (ipbhs_gurobi) R 74155 74164 74104 0 -1 4194304 1812962 0 61 0 327095 464 0 0 20 0 2 0 64398223 2580905984 552357 18446744073709551615 94315900542976 94315903168029 140735025463152 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94315903786904 94315903819866 94315931951104 140735025465739 140735025465863 140735025465863 140735025471465 0
/proc/74164/statm: 630104 552357 3520 641 0 612587 0
[pid=74164/tid=74175] ppid=74155 vsize=2520416 memory=2209428 CPUtime=1.03 cores=4,6
/proc/74164/task/74175/stat : 74175 (ipbhs_gurobi) S 74155 74164 74104 0 -1 4194368 108 0 0 0 32 71 0 0 20 0 2 0 64398298 2580905984 552357 18446744073709551615 94315900542976 94315903168029 140735025463152 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94315903786904 94315903819866 94315931951104 140735025465739 140735025465863 140735025465863 140735025471465 0
Current children cumulated CPU time: 3275.59 s
Current children cumulated vsize: 2520416 KiB
Current children cumulated memory: 2209428 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.11 4.04 6/267 74344
/proc/meminfo: memFree=121954836/131250000 swapFree=33008100/33010684
[pid=74164] ppid=74155 vsize=2521620 memory=2210632 CPUtime=3335.47 cores=4,6
/proc/74164/stat : 74164 (ipbhs_gurobi) R 74155 74164 74104 0 -1 4194304 1822938 0 61 0 333078 469 0 0 20 0 2 0 64398223 2582138880 552658 18446744073709551615 94315900542976 94315903168029 140735025463152 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94315903786904 94315903819866 94315931951104 140735025465739 140735025465863 140735025465863 140735025471465 0
/proc/74164/statm: 630405 552658 3520 641 0 612888 0
[pid=74164/tid=74175] ppid=74155 vsize=2521620 memory=2210632 CPUtime=1.06 cores=4,6
/proc/74164/task/74175/stat : 74175 (ipbhs_gurobi) S 74155 74164 74104 0 -1 4194368 111 0 0 0 33 73 0 0 20 0 2 0 64398298 2582138880 552658 18446744073709551615 94315900542976 94315903168029 140735025463152 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94315903786904 94315903819866 94315931951104 140735025465739 140735025465863 140735025465863 140735025471465 0
Current children cumulated CPU time: 3335.47 s
Current children cumulated vsize: 2521620 KiB
Current children cumulated memory: 2210632 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.11 4.04 6/267 74346
/proc/meminfo: memFree=121946596/131250000 swapFree=33008100/33010684
[pid=74164] ppid=74155 vsize=2520800 memory=2209804 CPUtime=3395.36 cores=4,6
/proc/74164/stat : 74164 (ipbhs_gurobi) R 74155 74164 74104 0 -1 4194304 1835967 0 61 0 339063 473 0 0 20 0 2 0 64398223 2581299200 552451 18446744073709551615 94315900542976 94315903168029 140735025463152 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94315903786904 94315903819866 94315931951104 140735025465739 140735025465863 140735025465863 140735025471465 0
/proc/74164/statm: 630200 552451 3520 641 0 612683 0
[pid=74164/tid=74175] ppid=74155 vsize=2520800 memory=14720 CPUtime=1.09 cores=4,6
/proc/74164/task/74175/stat : 74175 (ipbhs_gurobi) S 74155 74164 74104 0 -1 4194368 115 0 0 0 34 75 0 0 20 0 2 0 64398298 2581299200 552451 18446744073709551615 94315900542976 94315903168029 140735025463152 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94315903786904 94315903819866 94315931951104 140735025465739 140735025465863 140735025465863 140735025471465 0
Current children cumulated CPU time: 3395.36 s
Current children cumulated vsize: 2520800 KiB
Current children cumulated memory: 2209804 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.10 4.04 6/267 74350
/proc/meminfo: memFree=121931416/131250000 swapFree=33008100/33010684
[pid=74164] ppid=74155 vsize=2521868 memory=2210792 CPUtime=3455.25 cores=4,6
/proc/74164/stat : 74164 (ipbhs_gurobi) R 74155 74164 74104 0 -1 4194304 1846685 0 61 0 345048 477 0 0 20 0 2 0 64398223 2582392832 552698 18446744073709551615 94315900542976 94315903168029 140735025463152 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94315903786904 94315903819866 94315931951104 140735025465739 140735025465863 140735025465863 140735025471465 0
/proc/74164/statm: 630467 552698 3520 641 0 612950 0
[pid=74164/tid=74175] ppid=74155 vsize=2521868 memory=2210792 CPUtime=1.13 cores=4,6
/proc/74164/task/74175/stat : 74175 (ipbhs_gurobi) S 74155 74164 74104 0 -1 4194368 117 0 0 0 35 78 0 0 20 0 2 0 64398298 2582392832 552698 18446744073709551615 94315900542976 94315903168029 140735025463152 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94315903786904 94315903819866 94315931951104 140735025465739 140735025465863 140735025465863 140735025471465 0
Current children cumulated CPU time: 3455.25 s
Current children cumulated vsize: 2521868 KiB
Current children cumulated memory: 2210792 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.11 4.05 6/267 74352
/proc/meminfo: memFree=121939804/131250000 swapFree=33008100/33010684
[pid=74164] ppid=74155 vsize=2522884 memory=2211596 CPUtime=3515.14 cores=4,6
/proc/74164/stat : 74164 (ipbhs_gurobi) R 74155 74164 74104 0 -1 4194304 1865318 0 61 0 351033 481 0 0 20 0 2 0 64398223 2583433216 552899 18446744073709551615 94315900542976 94315903168029 140735025463152 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94315903786904 94315903819866 94315931951104 140735025465739 140735025465863 140735025465863 140735025471465 0
/proc/74164/statm: 630721 552899 3520 641 0 613204 0
[pid=74164/tid=74175] ppid=74155 vsize=2522884 memory=2211032 CPUtime=1.15 cores=4,6
/proc/74164/task/74175/stat : 74175 (ipbhs_gurobi) S 74155 74164 74104 0 -1 4194368 119 0 0 0 36 79 0 0 20 0 2 0 64398298 2583433216 552899 18446744073709551615 94315900542976 94315903168029 140735025463152 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94315903786904 94315903819866 94315931951104 140735025465739 140735025465863 140735025465863 140735025471465 0
Current children cumulated CPU time: 3515.14 s
Current children cumulated vsize: 2522884 KiB
Current children cumulated memory: 2211596 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.10 4.05 6/268 74355
/proc/meminfo: memFree=121933484/131250000 swapFree=33008100/33010684
[pid=74164] ppid=74155 vsize=2523328 memory=2212328 CPUtime=3575.02 cores=4,6
/proc/74164/stat : 74164 (ipbhs_gurobi) R 74155 74164 74104 0 -1 4194304 1876180 0 61 0 357017 485 0 0 20 0 2 0 64398223 2583887872 553082 18446744073709551615 94315900542976 94315903168029 140735025463152 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94315903786904 94315903819866 94315931951104 140735025465739 140735025465863 140735025465863 140735025471465 0
/proc/74164/statm: 630832 553082 3520 641 0 613315 0
[pid=74164/tid=74175] ppid=74155 vsize=2523328 memory=14720 CPUtime=1.19 cores=4,6
/proc/74164/task/74175/stat : 74175 (ipbhs_gurobi) S 74155 74164 74104 0 -1 4194368 122 0 0 0 37 82 0 0 20 0 2 0 64398298 2583887872 553082 18446744073709551615 94315900542976 94315903168029 140735025463152 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94315903786904 94315903819866 94315931951104 140735025465739 140735025465863 140735025465863 140735025471465 0
Current children cumulated CPU time: 3575.02 s
Current children cumulated vsize: 2523328 KiB
Current children cumulated memory: 2212328 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3607.4 s]
/proc/loadavg: 4.12 4.11 4.05 6/268 74356
/proc/meminfo: memFree=121927924/131250000 swapFree=33008100/33010684
[pid=74164] ppid=74155 vsize=2523328 memory=2212328 CPUtime=3600.08 cores=4,6
/proc/74164/stat : 74164 (ipbhs_gurobi) R 74155 74164 74104 0 -1 4194304 1877051 0 61 0 359522 486 0 0 20 0 2 0 64398223 2583887872 553082 18446744073709551615 94315900542976 94315903168029 140735025463152 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94315903786904 94315903819866 94315931951104 140735025465739 140735025465863 140735025465863 140735025471465 0
/proc/74164/statm: 630832 553082 3520 641 0 613315 0
[pid=74164/tid=74175] ppid=74155 vsize=2523328 memory=6944652177228980320 CPUtime=1.19 cores=4,6
/proc/74164/task/74175/stat : 74175 (ipbhs_gurobi) S 74155 74164 74104 0 -1 4194368 123 0 0 0 37 82 0 0 20 0 2 0 64398298 2583887872 553082 18446744073709551615 94315900542976 94315903168029 140735025463152 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94315903786904 94315903819866 94315931951104 140735025465739 140735025465863 140735025465863 140735025471465 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 2523328 KiB
Current children cumulated memory: 2212328 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3607.41 s]
# the end of solver process 74164 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=3595.23 s, system=4.87405 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3607.41
CPU time (s): 3600.1
CPU user time (s): 3595.23
CPU system time (s): 4.87405
CPU usage (%): 99.7974
Max. virtual memory (cumulated for all children) (KiB): 2536428
Max. memory (cumulated for all children) (KiB): 2218804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.23
system time used= 4.87405
maximum resident set size= 2229204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1877051
page faults= 61
swaps= 0
block input operations= 5560
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 358964
involuntary context switches= 2379


# summary of solver processes directly reported to runsolver:
#   pid: 74164
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3595.23
#   total CPU system time (s): 4.87405

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.17213 second user time and 11.9993 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-07-02 22:12:58
IDJOB=4505615
IDBENCH=155767
IDSOLVER=3334
FILE ID=nodeC013/4505615-1751487178
RUNJOBID= nodeC013-1751487178-74115
SLURM_JOB_ID= 9598543
Free space on /tmp= 432692 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2025-06-09
BENCH NAME= PB24/normalized-PB12/OPT-LIN/sroussel/BA/normalized-BA_RDC4.dot_fibo_0null20mast_rapportOE1.0_TMAX180_K67_cod1.opb
COMMAND LINE= ./ipbhs_gurobi --sym-cores-compact BENCHNAME --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4505615-1751487178/watcher-4505615-1751487178 -o /tmp/evaluation-result-4505615-1751487178/solver-4505615-1751487178 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751487178-74115 --watchdog 3760  ./ipbhs_gurobi --sym-cores-compact HOME/instance-4505615-1751487178.opb --max-coef 1000000000

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2

MD5SUM BENCH= 80f0935d0a86591f889a9638d17fdf07
RANDOM SEED=1368529897

nodeC013 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.051
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.820
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.836
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.794
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3588.546
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.838
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129701144 kB
MemAvailable:   129806500 kB
Buffers:            1668 kB
Cached:           902812 kB
SwapCached:         2164 kB
Active:           320480 kB
Inactive:         651916 kB
Active(anon):      60952 kB
Inactive(anon):    18104 kB
Active(file):     259528 kB
Inactive(file):   633812 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008100 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            247240 kB
Writeback:             8 kB
AnonPages:         68852 kB
Mapped:            99360 kB
Shmem:             11112 kB
KReclaimable:     102112 kB
Slab:             191208 kB
SReclaimable:     102112 kB
SUnreclaim:        89096 kB
KernelStack:        4080 kB
PageTables:         2780 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     316408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432452 MiB
End job on nodeC013 at 2025-07-02 23:13:07