Trace number 4502970

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
roundingsat-ls+pbsuma 63f22ad? (TO) 3602.05 3613.82

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/
kullmann/normalized-mul_8_14_shg.opb
MD5SUMc0e25a71d8726d42148f3e780c01ff44
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark56
Best CPU time to get the best result obtained on this benchmark3584.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14300
Total number of constraints65280
Number of constraints which are clauses65280
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint60
Maximum length of a constraint93
Number of terms in the objective function 14300
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 14300
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 14300
Number of bits of the biggest sum of numbers14
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.01	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.01	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.01	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.01	c │      (c) 2025 Markus Anders                                    │
0.00/0.01	c └────────────────────────────────────────────────────────────────┘
0.00/0.01	c parse 'HOME/instance-4502970-1751444458.opb'
0.48/0.57	c 	read 46.98MB  (559.81ms)
0.48/0.57	c	 [cnf: #variables 14300 #clauses 65281 #duplicates 0 #arr 5126108]
0.48/0.57	c 
0.48/0.57	c make graph and approximate orbits
0.77/0.85	c	 [group: #orbits ~= 312] (279.46ms)
0.77/0.85	c 
0.77/0.85	c detect special group actions
0.77/0.85	c 	probe for Johnson action (limit=64)
1.08/1.14	c 	probe for row-column symmetry (limit=64, splits=16.78M)
1.27/1.35	c 	probe for row symmetry (limit=64, splits=16.78M)
4.46/4.54	c 	 (3688.09ms)
4.46/4.54	c 
4.46/4.54	c detect symmetries on remainder
4.46/4.54	c 	[graph: #vertices 108181 #edges 10309416]
4.46/4.55	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
5.66/5.76	c 	 [group: #symmetries 2.56*10^2 #generators 8] (1219.71ms)
5.66/5.76	c 
5.66/5.76	c optimize generators (opt_passes=64, conjugate_limit=256)
5.66/5.76	c 	(0.04ms)
5.66/5.76	c 
5.66/5.76	c finalize break order and special generators
5.66/5.76	c 
5.66/5.76	c add generic predicates (break_depth=20)
5.66/5.76	c 	added predicates for 8 generators (4.05ms)
5.66/5.76	c 
5.66/5.76	c generation finished
5.66/5.76	c 	[sbp: #constraints 464 #add_vars 152]
5.66/5.76	c 
5.66/5.76	c write result to 'HOME/instance-4502970-1751444458.opb.pre'
5.75/5.86	c 	wrote 47.06MB (99.08ms)
5.75/5.86	c ------------------------------------------------------------------
5.75/5.86	c                3688.09ms 63.00% detect_special
5.75/5.86	c                1219.71ms 20.84% detect_generic
5.75/5.86	c                 559.81ms  9.56% parse
5.75/5.86	c                 279.46ms  4.77% approx_orbits
5.75/5.86	c                  99.08ms  1.69% output
5.75/5.86	c                   4.05ms  0.07% break_generic
5.75/5.86	c                   2.12ms  0.04% other
5.75/5.86	c                   1.34ms  0.02% finalize_order
5.75/5.86	c                   0.04ms  0.00% optimize_gens
5.75/5.86	c         ───────────────────────────────────────────────
5.75/5.86	c                5853.70ms   100% total
5.75/5.86	c ------------------------------------------------------------------
5.75/5.89	c RoundingSat 2
5.75/5.89	c branch pb25
5.75/5.89	c commit 63f22ad
7.53/7.64	c #variables 14452 #constraints 65744
7.53/7.64	c objective is ce32 
25.17/25.35	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
25.17/25.35	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
25.17/25.35	c bounds 256 >= 0 @ 19.1897
43.40/43.69	c bounds 255 >= 0 @ 37.2033
43.50/43.72	c bounds 255 >= 1 @ 37.2213
43.50/43.73	c bounds 255 >= 2 @ 37.2248
43.50/43.73	c bounds 255 >= 3 @ 37.2269
43.50/43.74	c bounds 255 >= 4 @ 37.2309
43.50/43.76	c bounds 255 >= 5 @ 37.2417
43.50/43.77	c bounds 255 >= 6 @ 37.2486
43.50/43.78	c bounds 255 >= 7 @ 37.2526
43.50/43.79	c bounds 255 >= 8 @ 37.257
43.60/43.80	c bounds 255 >= 9 @ 37.2611
43.60/43.81	c bounds 255 >= 10 @ 37.2673
43.60/43.82	c bounds 255 >= 11 @ 37.2713
43.60/43.83	c bounds 255 >= 12 @ 37.2772
43.60/43.84	c bounds 255 >= 13 @ 37.281
43.60/43.85	c bounds 255 >= 14 @ 37.2888
43.60/43.86	c bounds 255 >= 15 @ 37.2971
43.60/43.87	c bounds 255 >= 16 @ 37.3022
43.60/43.89	c bounds 255 >= 17 @ 37.31
43.70/43.91	c bounds 255 >= 18 @ 37.33
43.70/43.95	c bounds 254 >= 18 @ 37.3555
43.70/44.00	c bounds 253 >= 18 @ 37.3956
43.81/44.02	c bounds 253 >= 19 @ 37.4111
43.81/44.03	c bounds 253 >= 20 @ 37.4164
43.81/44.04	c bounds 253 >= 21 @ 37.4219
43.81/44.06	c bounds 253 >= 22 @ 37.4261
43.81/44.07	c bounds 253 >= 23 @ 37.436
43.81/44.09	c bounds 253 >= 24 @ 37.4412
43.90/44.12	c bounds 252 >= 24 @ 37.4684
43.90/44.14	c bounds 252 >= 25 @ 37.4824
43.90/44.16	c bounds 252 >= 26 @ 37.4916
43.99/44.20	c bounds 251 >= 26 @ 37.5172
43.99/44.22	c bounds 251 >= 27 @ 37.5363
43.99/44.26	c bounds 250 >= 27 @ 37.5604
44.10/44.33	c bounds 250 >= 28 @ 37.6142
44.10/44.36	c bounds 249 >= 28 @ 37.641
44.10/44.39	c bounds 248 >= 28 @ 37.6529
44.19/44.41	c bounds 247 >= 28 @ 37.6632
44.19/44.44	c bounds 246 >= 28 @ 37.6776
45.09/45.39	c bounds 246 >= 29 @ 38.5758
45.19/45.44	c bounds 245 >= 29 @ 38.6173
45.19/45.48	c bounds 244 >= 29 @ 38.6446
45.29/45.52	c bounds 243 >= 29 @ 38.6758
45.29/45.58	c bounds 242 >= 29 @ 38.7229
45.39/45.64	c bounds 241 >= 29 @ 38.7741
45.39/45.68	c #Conflicts:       1000 | #Constraints:      66974
45.39/45.68	c bounds 240 >= 29 @ 38.8024
45.49/45.72	c bounds 239 >= 29 @ 38.8346
45.49/45.75	c bounds 238 >= 29 @ 38.8578
45.49/45.78	c bounds 237 >= 29 @ 38.8831
45.59/45.82	c bounds 236 >= 29 @ 38.9161
45.59/45.87	c bounds 235 >= 29 @ 38.9584
45.69/45.91	c bounds 234 >= 29 @ 38.9876
45.69/45.95	c bounds 233 >= 29 @ 39.0222
45.69/45.98	c bounds 232 >= 29 @ 39.0452
45.79/46.01	c bounds 231 >= 29 @ 39.0627
45.79/46.04	c bounds 230 >= 29 @ 39.0838
45.79/46.10	c bounds 229 >= 29 @ 39.1326
45.89/46.14	c bounds 228 >= 29 @ 39.1594
45.89/46.17	c bounds 227 >= 29 @ 39.1919
45.99/46.21	c bounds 226 >= 29 @ 39.2173
45.99/46.23	c bounds 225 >= 29 @ 39.2397
45.99/46.27	c bounds 224 >= 29 @ 39.2684
46.09/46.32	c bounds 223 >= 29 @ 39.3122
46.09/46.37	c bounds 222 >= 29 @ 39.3541
46.19/46.41	c bounds 221 >= 29 @ 39.3842
46.19/46.46	c bounds 220 >= 29 @ 39.4288
46.29/46.53	c bounds 219 >= 29 @ 39.4967
46.39/46.60	c bounds 218 >= 29 @ 39.5535
46.39/46.63	c bounds 217 >= 29 @ 39.5838
46.69/47.00	c bounds 216 >= 29 @ 39.9182
46.79/47.07	c bounds 215 >= 29 @ 39.9766
46.79/47.10	c bounds 214 >= 29 @ 40.0008
46.89/47.15	c bounds 213 >= 29 @ 40.0489
46.99/47.20	c bounds 212 >= 29 @ 40.0996
46.99/47.25	c bounds 211 >= 29 @ 40.1389
47.18/47.42	c bounds 210 >= 29 @ 40.3075
47.18/47.49	c bounds 209 >= 29 @ 40.3714
47.29/47.52	c bounds 208 >= 29 @ 40.3856
47.29/47.56	c bounds 207 >= 29 @ 40.4177
47.29/47.58	c bounds 206 >= 29 @ 40.4355
47.38/47.60	c bounds 205 >= 29 @ 40.4543
47.38/47.64	c bounds 204 >= 29 @ 40.4877
47.38/47.68	c bounds 203 >= 29 @ 40.522
47.48/47.77	c bounds 202 >= 29 @ 40.6112
48.58/48.82	c bounds 202 >= 30 @ 41.6178
48.58/48.86	c bounds 201 >= 30 @ 41.6496
48.58/48.89	c bounds 200 >= 30 @ 41.6645
48.68/48.91	c bounds 199 >= 30 @ 41.6848
48.68/48.94	c bounds 198 >= 30 @ 41.7057
48.68/48.97	c bounds 197 >= 30 @ 41.7212
48.68/48.99	c bounds 196 >= 30 @ 41.7376
48.78/49.05	c bounds 195 >= 30 @ 41.7905
48.88/49.13	c bounds 194 >= 30 @ 41.8608
48.88/49.17	c bounds 193 >= 30 @ 41.8949
48.98/49.22	c bounds 192 >= 30 @ 41.9378
49.07/49.31	c bounds 191 >= 30 @ 42.0128
49.07/49.38	c bounds 190 >= 30 @ 42.062
49.27/49.51	c bounds 189 >= 30 @ 42.1655
49.38/49.60	c bounds 188 >= 30 @ 42.2504
49.58/49.80	c bounds 187 >= 30 @ 42.4376
49.67/49.98	c bounds 186 >= 30 @ 42.6003
49.78/50.03	c bounds 185 >= 30 @ 42.6434
49.78/50.08	c bounds 184 >= 30 @ 42.6869
49.88/50.19	c bounds 183 >= 30 @ 42.7868
49.97/50.25	c bounds 182 >= 30 @ 42.8472
59.14/59.50	c #Conflicts:       2000 | #Constraints:      68057
59.14/59.50	c INPROCESSING
59.14/59.50	c GARBAGE COLLECT
59.14/59.50	c bounds 181 >= 30 @ 52.0188
59.84/60.15	c bounds 180 >= 30 @ 52.6626
59.93/60.24	c bounds 179 >= 30 @ 52.7381
60.04/60.35	c bounds 178 >= 30 @ 52.8435
60.04/60.39	c bounds 177 >= 30 @ 52.8742
60.14/60.45	c bounds 176 >= 30 @ 52.9289
79.46/79.88	c #Conflicts:       3000 | #Constraints:      67940
79.46/79.88	c bounds 176 >= 31 @ 72.189
79.56/79.96	c bounds 175 >= 31 @ 72.26
79.77/80.17	c bounds 174 >= 31 @ 72.4578
79.86/80.27	c bounds 173 >= 31 @ 72.5495
80.07/80.46	c bounds 172 >= 31 @ 72.7261
80.36/80.74	c bounds 171 >= 31 @ 72.9962
80.46/80.81	c bounds 170 >= 31 @ 73.0547
80.46/80.88	c bounds 169 >= 31 @ 73.123
80.56/80.95	c bounds 168 >= 31 @ 73.1723
80.56/81.00	c bounds 167 >= 31 @ 73.2153
80.66/81.08	c bounds 166 >= 31 @ 73.2872
80.77/81.12	c bounds 165 >= 31 @ 73.3222
80.77/81.19	c bounds 164 >= 31 @ 73.3806
80.96/81.32	c bounds 163 >= 31 @ 73.4947
81.16/81.56	c bounds 162 >= 31 @ 73.7186
81.26/81.66	c bounds 161 >= 31 @ 73.7924
82.76/83.14	c bounds 160 >= 31 @ 75.1918
85.04/85.49	c #Conflicts:       4000 | #Constraints:      68983
85.04/85.49	c INPROCESSING
85.04/85.49	c GARBAGE COLLECT
85.04/85.49	c bounds 159 >= 31 @ 77.413

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: 63708 MiB (42704 MiB free)
  memory of node 1: 64465 MiB (53644 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4502970-1751444458/watcher-4502970-1751444458 -o /tmp/evaluation-result-4502970-1751444458/solver-4502970-1751444458 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751440844-62656 --watchdog 3760 run-opt-ls.sh HOME/instance-4502970-1751444458.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing FSIZE limit: 104857600 KiB
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
Starting watchdog thread
solver pid=63152, runsolver pid=63149
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 4.10 4.16 4.09 5/270 63154
/proc/meminfo: memFree=98636360/131249996 swapFree=33010160/33010684
[pid=63152] ppid=63149 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/63152/stat : 63152 (run-opt-ls.sh) S 63149 63152 62643 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 60124429 4292608 768 18446744073709551615 94917866999808 94917867894341 140737212642480 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94917868133392 94917868181136 94917890719744 140737212647783 140737212647909 140737212647909 140737212653511 0
/proc/63152/statm: 1048 768 704 219 0 110 0
[pid=63154] ppid=63152 vsize=42980 memory=32492 CPUtime=0.08 cores=5,7
/proc/63154/stat : 63154 (pbsuma) R 63152 63152 62643 0 -1 4194304 6990 0 0 0 7 1 0 0 20 0 1 0 60124430 44011520 8123 18446744073709551615 4210688 4653049 140727737303936 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 17387520 140727737309539 140727737309746 140727737309746 140727737315311 0
/proc/63154/statm: 10745 8123 960 108 0 8153 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 47172 KiB
Current children cumulated memory: 35564 KiB

[startup+0.205785 s]*
/proc/loadavg: 4.10 4.16 4.09 5/270 63154
/proc/meminfo: memFree=98615632/131249996 swapFree=33010160/33010684
[pid=63152] ppid=63149 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/63152/stat : 63152 (run-opt-ls.sh) S 63149 63152 62643 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 60124429 4292608 768 18446744073709551615 94917866999808 94917867894341 140737212642480 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94917868133392 94917868181136 94917890719744 140737212647783 140737212647909 140737212647909 140737212653511 0
/proc/63152/statm: 1048 768 704 219 0 110 0
[pid=63154] ppid=63152 vsize=67480 memory=55260 CPUtime=0.19 cores=5,7
/proc/63154/stat : 63154 (pbsuma) R 63152 63152 62643 0 -1 4194304 12031 0 0 0 17 2 0 0 20 0 1 0 60124430 69099520 13815 18446744073709551615 4210688 4653049 140727737303936 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 17387520 140727737309539 140727737309746 140727737309746 140727737315311 0
/proc/63154/statm: 16870 13815 960 108 0 14278 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 71672 KiB
Current children cumulated memory: 58332 KiB

[startup+0.305675 s]*
/proc/loadavg: 4.10 4.16 4.09 5/270 63154
/proc/meminfo: memFree=98595660/131249996 swapFree=33010160/33010684
[pid=63152] ppid=63149 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/63152/stat : 63152 (run-opt-ls.sh) S 63149 63152 62643 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 60124429 4292608 768 18446744073709551615 94917866999808 94917867894341 140737212642480 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94917868133392 94917868181136 94917890719744 140737212647783 140737212647909 140737212647909 140737212653511 0
/proc/63152/statm: 1048 768 704 219 0 110 0
[pid=63154] ppid=63152 vsize=90652 memory=79916 CPUtime=0.28 cores=5,7
/proc/63154/stat : 63154 (pbsuma) R 63152 63152 62643 0 -1 4194304 16387 0 0 0 25 3 0 0 20 0 1 0 60124430 92827648 19979 18446744073709551615 4210688 4653049 140727737303936 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 17387520 140727737309539 140727737309746 140727737309746 140727737315311 0
/proc/63154/statm: 22663 19979 960 108 0 20071 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 94844 KiB
Current children cumulated memory: 82988 KiB

[startup+0.700204 s]
/proc/loadavg: 4.10 4.16 4.09 5/270 63154
/proc/meminfo: memFree=98563840/131249996 swapFree=33010160/33010684
[pid=63152] ppid=63149 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/63152/stat : 63152 (run-opt-ls.sh) S 63149 63152 62643 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 60124429 4292608 768 18446744073709551615 94917866999808 94917867894341 140737212642480 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94917868133392 94917868181136 94917890719744 140737212647783 140737212647909 140737212647909 140737212653511 0
/proc/63152/statm: 1048 768 704 219 0 110 0
[pid=63154] ppid=63152 vsize=204556 memory=182156 CPUtime=0.67 cores=5,7
/proc/63154/stat : 63154 (pbsuma) R 63152 63152 62643 0 -1 4194304 28878 0 0 0 58 9 0 0 20 0 1 0 60124430 209465344 45539 18446744073709551615 4210688 4653049 140727737303936 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 17387520 140727737309539 140727737309746 140727737309746 140727737315311 0
/proc/63154/statm: 51139 45539 960 108 0 48547 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 208748 KiB
Current children cumulated memory: 185228 KiB

[startup+1.50016 s]
/proc/loadavg: 4.10 4.16 4.09 5/269 63154
/proc/meminfo: memFree=98445948/131249996 swapFree=33010160/33010684
[pid=63152] ppid=63149 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/63152/stat : 63152 (run-opt-ls.sh) S 63149 63152 62643 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 60124429 4292608 768 18446744073709551615 94917866999808 94917867894341 140737212642480 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94917868133392 94917868181136 94917890719744 140737212647783 140737212647909 140737212647909 140737212653511 0
/proc/63152/statm: 1048 768 704 219 0 110 0
[pid=63154] ppid=63152 vsize=221400 memory=195916 CPUtime=1.47 cores=5,7
/proc/63154/stat : 63154 (pbsuma) R 63152 63152 62643 0 -1 4194304 32672 0 0 0 137 10 0 0 20 0 1 0 60124430 226713600 48979 18446744073709551615 4210688 4653049 140727737303936 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 17387520 140727737309539 140727737309746 140727737309746 140727737315311 0
/proc/63154/statm: 55350 48979 992 108 0 52758 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 225592 KiB
Current children cumulated memory: 198988 KiB

[startup+3.10581 s]
/proc/loadavg: 4.25 4.19 4.10 4/268 63162
/proc/meminfo: memFree=100764764/131249996 swapFree=33010160/33010684
[pid=63152] ppid=63149 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/63152/stat : 63152 (run-opt-ls.sh) S 63149 63152 62643 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 60124429 4292608 768 18446744073709551615 94917866999808 94917867894341 140737212642480 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94917868133392 94917868181136 94917890719744 140737212647783 140737212647909 140737212647909 140737212653511 0
/proc/63152/statm: 1048 768 704 219 0 110 0
[pid=63154] ppid=63152 vsize=221400 memory=195916 CPUtime=3.07 cores=5,7
/proc/63154/stat : 63154 (pbsuma) R 63152 63152 62643 0 -1 4194304 32690 0 0 0 297 10 0 0 20 0 1 0 60124430 226713600 48979 18446744073709551615 4210688 4653049 140727737303936 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 17387520 140727737309539 140727737309746 140727737309746 140727737315311 0
/proc/63154/statm: 55350 48979 992 108 0 52758 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 225592 KiB
Current children cumulated memory: 198988 KiB

[startup+6.30018 s]
/proc/loadavg: 4.25 4.19 4.10 5/270 63201
/proc/meminfo: memFree=100802580/131249996 swapFree=33010160/33010684
[pid=63152] ppid=63149 vsize=4192 memory=3072 CPUtime=5.84 cores=5,7
/proc/63152/stat : 63152 (run-opt-ls.sh) S 63149 63152 62643 0 -1 4194304 239 40049 0 0 0 0 569 15 20 0 1 0 60124429 4292608 768 18446744073709551615 94917866999808 94917867894341 140737212642480 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94917868133392 94917868181136 94917890719744 140737212647783 140737212647909 140737212647909 140737212653511 0
/proc/63152/statm: 1048 768 704 219 0 110 0
[pid=63201] ppid=63152 vsize=98816 memory=55216 CPUtime=0.39 cores=5,7
/proc/63201/stat : 63201 (roundingsat) R 63152 63152 62643 0 -1 4194304 10957 0 0 0 36 3 0 0 20 0 1 0 60125017 101187584 13804 18446744073709551615 4227072 8923433 140735775655232 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36974592 140735775664454 140735775664680 140735775664680 140735775670250 0
/proc/63201/statm: 24704 13804 2016 1147 0 12131 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 103008 KiB
Current children cumulated memory: 58288 KiB

[startup+12.7002 s]
/proc/loadavg: 4.21 4.18 4.10 5/270 63202
/proc/meminfo: memFree=100354096/131249996 swapFree=33010160/33010684
[pid=63152] ppid=63149 vsize=4192 memory=3072 CPUtime=5.84 cores=5,7
/proc/63152/stat : 63152 (run-opt-ls.sh) S 63149 63152 62643 0 -1 4194304 239 40049 0 0 0 0 569 15 20 0 1 0 60124429 4292608 768 18446744073709551615 94917866999808 94917867894341 140737212642480 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94917868133392 94917868181136 94917890719744 140737212647783 140737212647909 140737212647909 140737212653511 0
/proc/63152/statm: 1048 768 704 219 0 110 0
[pid=63201] ppid=63152 vsize=453860 memory=369712 CPUtime=6.77 cores=5,7
/proc/63201/stat : 63201 (roundingsat) R 63152 63152 62643 0 -1 4194304 81656 0 0 0 658 19 0 0 20 0 1 0 60125017 464752640 92428 18446744073709551615 4227072 8923433 140735775655232 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36974592 140735775664454 140735775664680 140735775664680 140735775670250 0
/proc/63201/statm: 113465 92428 2336 1147 0 100892 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 458052 KiB
Current children cumulated memory: 372784 KiB

[startup+25.5002 s]
/proc/loadavg: 4.18 4.18 4.09 5/270 63248
/proc/meminfo: memFree=101522600/131249996 swapFree=33010160/33010684
[pid=63152] ppid=63149 vsize=4192 memory=3072 CPUtime=5.84 cores=5,7
/proc/63152/stat : 63152 (run-opt-ls.sh) S 63149 63152 62643 0 -1 4194304 239 40049 0 0 0 0 569 15 20 0 1 0 60124429 4292608 768 18446744073709551615 94917866999808 94917867894341 140737212642480 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94917868133392 94917868181136 94917890719744 140737212647783 140737212647909 140737212647909 140737212653511 0
/proc/63152/statm: 1048 768 704 219 0 110 0
[pid=63201] ppid=63152 vsize=592372 memory=480496 CPUtime=19.53 cores=5,7
/proc/63201/stat : 63201 (roundingsat) R 63152 63152 62643 0 -1 4194304 86993 0 0 0 1926 27 0 0 20 0 1 0 60125017 606588928 120124 18446744073709551615 4227072 8923433 140735775655232 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36974592 140735775664454 140735775664680 140735775664680 140735775670250 0
/proc/63201/statm: 148093 120124 2336 1147 0 135520 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 596564 KiB
Current children cumulated memory: 483568 KiB

[startup+51.1058 s]
/proc/loadavg: 4.20 4.18 4.10 5/270 63250
/proc/meminfo: memFree=100555936/131249996 swapFree=33010160/33010684
[pid=63152] ppid=63149 vsize=4192 memory=3072 CPUtime=5.84 cores=5,7
/proc/63152/stat : 63152 (run-opt-ls.sh) S 63149 63152 62643 0 -1 4194304 239 40049 0 0 0 0 569 15 20 0 1 0 60124429 4292608 768 18446744073709551615 94917866999808 94917867894341 140737212642480 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94917868133392 94917868181136 94917890719744 140737212647783 140737212647909 140737212647909 140737212653511 0
/proc/63152/statm: 1048 768 704 219 0 110 0
[pid=63201] ppid=63152 vsize=949232 memory=862852 CPUtime=45.04 cores=5,7
/proc/63201/stat : 63201 (roundingsat) R 63152 63152 62643 0 -1 4194304 141053 0 0 0 4368 136 0 0 20 0 1 0 60125017 972013568 215713 18446744073709551615 4227072 8923433 140735775655232 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36974592 140735775664454 140735775664680 140735775664680 140735775670250 0
/proc/63201/statm: 237308 215713 2432 1147 0 224735 0
Current children cumulated CPU time: 50.88 s
Current children cumulated vsize: 953424 KiB
Current children cumulated memory: 865924 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 4.14 4.09 5/271 63300
/proc/meminfo: memFree=112031092/131249996 swapFree=33010160/33010684
[pid=63152] ppid=63149 vsize=4192 memory=3072 CPUtime=5.84 cores=5,7
/proc/63152/stat : 63152 (run-opt-ls.sh) S 63149 63152 62643 0 -1 4194304 239 40049 0 0 0 0 569 15 20 0 1 0 60124429 4292608 768 18446744073709551615 94917866999808 94917867894341 140737212642480 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94917868133392 94917868181136 94917890719744 140737212647783 140737212647909 140737212647909 140737212653511 0
/proc/63152/statm: 1048 768 704 219 0 110 0
[pid=63201] ppid=63152 vsize=1245540 memory=1118000 CPUtime=96.04 cores=5,7
/proc/63201/stat : 63201 (roundingsat) R 63152 63152 62643 0 -1 4194304 190019 0 0 0 9403 201 0 0 20 0 1 0 60125017 1275432960 279500 18446744073709551615 4227072 8923433 140735775655232 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36974592 140735775664454 140735775664680 140735775664680 140735775670250 0
/proc/63201/statm: 311385 279500 2464 1147 0 298812 0
Current children cumulated CPU time: 101.88 s
Current children cumulated vsize: 1249732 KiB
Current children cumulated memory: 1121072 KiB

[startup+162.3 s]
/proc/loadavg: 4.07 4.13 4.09 5/270 63306
/proc/meminfo: memFree=110906736/131249996 swapFree=33010160/33010684
[pid=63152] ppid=63149 vsize=4192 memory=3072 CPUtime=5.84 cores=5,7
/proc/63152/stat : 63152 (run-opt-ls.sh) S 63149 63152 62643 0 -1 4194304 239 40049 0 0 0 0 569 15 20 0 1 0 60124429 4292608 768 18446744073709551615 94917866999808 94917867894341 140737212642480 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94917868133392 94917868181136 94917890719744 140737212647783 140737212647909 140737212647909 140737212653511 0
/proc/63152/statm: 1048 768 704 219 0 110 0
[pid=63201] ppid=63152 vsize=1425960 memory=1288732 CPUtime=155.83 cores=5,7
/proc/63201/stat : 63201 (roundingsat) R 63152 63152 62643 0 -1 4194304 195859 0 0 0 15375 208 0 0 20 0 1 0 60125017 1460183040 322183 18446744073709551615 4227072 8923433 140735775655232 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36974592 140735775664454 140735775664680 140735775664680 140735775670250 0
/proc/63201/statm: 356490 322183 2464 1147 0 343917 0
Current children cumulated CPU time: 161.67 s
Current children cumulated vsize: 1430152 KiB
Current children cumulated memory: 1291804 KiB

[startup+222.3 s]
/proc/loadavg: 4.17 4.15 4.09 5/270 63308
/proc/meminfo: memFree=110605452/131249996 swapFree=33010160/33010684
[pid=63152] ppid=63149 vsize=4192 memory=3072 CPUtime=5.84 cores=5,7
/proc/63152/stat : 63152 (run-opt-ls.sh) S 63149 63152 62643 0 -1 4194304 239 40049 0 0 0 0 569 15 20 0 1 0 60124429 4292608 768 18446744073709551615 94917866999808 94917867894341 140737212642480 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94917868133392 94917868181136 94917890719744 140737212647783 140737212647909 140737212647909 140737212653511 0
/proc/63152/statm: 1048 768 704 219 0 110 0
[pid=63201] ppid=63152 vsize=1588944 memory=1389636 CPUtime=215.65 cores=5,7
/proc/63201/stat : 63201 (roundingsat) R 63152 63152 62643 0 -1 4194304 201282 0 0 0 21347 218 0 0 20 0 1 0 60125017 1627078656 347409 18446744073709551615 4227072 8923433 140735775655232 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36974592 140735775664454 140735775664680 140735775664680 140735775670250 0
/proc/63201/statm: 397236 347409 2464 1147 0 384663 0
Current children cumulated CPU time: 221.49 s

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

/proc/63152/stat : 63152 (run-opt-ls.sh) S 63149 63152 62643 0 -1 4194304 239 40049 0 0 0 0 569 15 20 0 1 0 60124429 4292608 768 18446744073709551615 94917866999808 94917867894341 140737212642480 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94917868133392 94917868181136 94917890719744 140737212647783 140737212647909 140737212647909 140737212653511 0
/proc/63152/statm: 1048 768 704 219 0 110 0
[pid=63201] ppid=63152 vsize=2798832 memory=2526412 CPUtime=3205.94 cores=5,7
/proc/63201/stat : 63201 (roundingsat) R 63152 63152 62643 0 -1 4194304 277574 0 0 0 320265 329 0 0 20 0 1 0 60125017 2866003968 631603 18446744073709551615 4227072 8923433 140735775655232 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36974592 140735775664454 140735775664680 140735775664680 140735775670250 0
/proc/63201/statm: 699708 631603 2464 1147 0 687135 0
Current children cumulated CPU time: 3211.78 s
Current children cumulated vsize: 2803024 KiB
Current children cumulated memory: 2529484 KiB

[startup+3282.3 s]
/proc/loadavg: 4.23 4.18 4.12 5/269 63524
/proc/meminfo: memFree=106268684/131249996 swapFree=33010160/33010684
[pid=63152] ppid=63149 vsize=4192 memory=3072 CPUtime=5.84 cores=5,7
/proc/63152/stat : 63152 (run-opt-ls.sh) S 63149 63152 62643 0 -1 4194304 239 40049 0 0 0 0 569 15 20 0 1 0 60124429 4292608 768 18446744073709551615 94917866999808 94917867894341 140737212642480 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94917868133392 94917868181136 94917890719744 140737212647783 140737212647909 140737212647909 140737212653511 0
/proc/63152/statm: 1048 768 704 219 0 110 0
[pid=63201] ppid=63152 vsize=2798832 memory=2526412 CPUtime=3265.75 cores=5,7
/proc/63201/stat : 63201 (roundingsat) R 63152 63152 62643 0 -1 4194304 277590 0 0 0 326246 329 0 0 20 0 1 0 60125017 2866003968 631603 18446744073709551615 4227072 8923433 140735775655232 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36974592 140735775664454 140735775664680 140735775664680 140735775670250 0
/proc/63201/statm: 699708 631603 2464 1147 0 687135 0
Current children cumulated CPU time: 3271.59 s
Current children cumulated vsize: 2803024 KiB
Current children cumulated memory: 2529484 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.16 4.11 5/269 63527
/proc/meminfo: memFree=106186188/131249996 swapFree=33010160/33010684
[pid=63152] ppid=63149 vsize=4192 memory=3072 CPUtime=5.84 cores=5,7
/proc/63152/stat : 63152 (run-opt-ls.sh) S 63149 63152 62643 0 -1 4194304 239 40049 0 0 0 0 569 15 20 0 1 0 60124429 4292608 768 18446744073709551615 94917866999808 94917867894341 140737212642480 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94917868133392 94917868181136 94917890719744 140737212647783 140737212647909 140737212647909 140737212653511 0
/proc/63152/statm: 1048 768 704 219 0 110 0
[pid=63201] ppid=63152 vsize=2900708 memory=2570476 CPUtime=3325.55 cores=5,7
/proc/63201/stat : 63201 (roundingsat) R 63152 63152 62643 0 -1 4194304 279900 0 0 0 332220 335 0 0 20 0 1 0 60125017 2970324992 642619 18446744073709551615 4227072 8923433 140735775655232 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36974592 140735775664454 140735775664680 140735775664680 140735775670250 0
/proc/63201/statm: 725177 642619 2464 1147 0 712604 0
Current children cumulated CPU time: 3331.39 s
Current children cumulated vsize: 2904900 KiB
Current children cumulated memory: 2573548 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.15 4.11 5/269 63529
/proc/meminfo: memFree=106081072/131249996 swapFree=33010160/33010684
[pid=63152] ppid=63149 vsize=4192 memory=3072 CPUtime=5.84 cores=5,7
/proc/63152/stat : 63152 (run-opt-ls.sh) S 63149 63152 62643 0 -1 4194304 239 40049 0 0 0 0 569 15 20 0 1 0 60124429 4292608 768 18446744073709551615 94917866999808 94917867894341 140737212642480 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94917868133392 94917868181136 94917890719744 140737212647783 140737212647909 140737212647909 140737212653511 0
/proc/63152/statm: 1048 768 704 219 0 110 0
[pid=63201] ppid=63152 vsize=2919896 memory=2607172 CPUtime=3385.36 cores=5,7
/proc/63201/stat : 63201 (roundingsat) R 63152 63152 62643 0 -1 4194304 282995 0 0 0 338199 337 0 0 20 0 1 0 60125017 2989973504 651793 18446744073709551615 4227072 8923433 140735775655232 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36974592 140735775664454 140735775664680 140735775664680 140735775670250 0
/proc/63201/statm: 729974 651793 2464 1147 0 717401 0
Current children cumulated CPU time: 3391.2 s
Current children cumulated vsize: 2924088 KiB
Current children cumulated memory: 2610244 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.14 4.10 5/268 63531
/proc/meminfo: memFree=106074884/131249996 swapFree=33010160/33010684
[pid=63152] ppid=63149 vsize=4192 memory=3072 CPUtime=5.84 cores=5,7
/proc/63152/stat : 63152 (run-opt-ls.sh) S 63149 63152 62643 0 -1 4194304 239 40049 0 0 0 0 569 15 20 0 1 0 60124429 4292608 768 18446744073709551615 94917866999808 94917867894341 140737212642480 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94917868133392 94917868181136 94917890719744 140737212647783 140737212647909 140737212647909 140737212653511 0
/proc/63152/statm: 1048 768 704 219 0 110 0
[pid=63201] ppid=63152 vsize=2919896 memory=2607172 CPUtime=3445.16 cores=5,7
/proc/63201/stat : 63201 (roundingsat) R 63152 63152 62643 0 -1 4194304 283152 0 0 0 344179 337 0 0 20 0 1 0 60125017 2989973504 651793 18446744073709551615 4227072 8923433 140735775655232 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36974592 140735775664454 140735775664680 140735775664680 140735775670250 0
/proc/63201/statm: 729974 651793 2464 1147 0 717401 0
Current children cumulated CPU time: 3451 s
Current children cumulated vsize: 2924088 KiB
Current children cumulated memory: 2610244 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.12 4.09 5/269 63534
/proc/meminfo: memFree=106076268/131249996 swapFree=33010160/33010684
[pid=63152] ppid=63149 vsize=4192 memory=3072 CPUtime=5.84 cores=5,7
/proc/63152/stat : 63152 (run-opt-ls.sh) S 63149 63152 62643 0 -1 4194304 239 40049 0 0 0 0 569 15 20 0 1 0 60124429 4292608 768 18446744073709551615 94917866999808 94917867894341 140737212642480 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94917868133392 94917868181136 94917890719744 140737212647783 140737212647909 140737212647909 140737212653511 0
/proc/63152/statm: 1048 768 704 219 0 110 0
[pid=63201] ppid=63152 vsize=2919896 memory=2607172 CPUtime=3504.98 cores=5,7
/proc/63201/stat : 63201 (roundingsat) R 63152 63152 62643 0 -1 4194304 283152 0 0 0 350161 337 0 0 20 0 1 0 60125017 2989973504 651793 18446744073709551615 4227072 8923433 140735775655232 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36974592 140735775664454 140735775664680 140735775664680 140735775670250 0
/proc/63201/statm: 729974 651793 2464 1147 0 717401 0
Current children cumulated CPU time: 3510.82 s
Current children cumulated vsize: 2924088 KiB
Current children cumulated memory: 2610244 KiB

[startup+3582.3 s]
/proc/loadavg: 4.06 4.11 4.09 5/274 63549
/proc/meminfo: memFree=105997536/131249996 swapFree=33010160/33010684
[pid=63152] ppid=63149 vsize=4192 memory=3072 CPUtime=5.84 cores=5,7
/proc/63152/stat : 63152 (run-opt-ls.sh) S 63149 63152 62643 0 -1 4194304 239 40049 0 0 0 0 569 15 20 0 1 0 60124429 4292608 768 18446744073709551615 94917866999808 94917867894341 140737212642480 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94917868133392 94917868181136 94917890719744 140737212647783 140737212647909 140737212647909 140737212653511 0
/proc/63152/statm: 1048 768 704 219 0 110 0
[pid=63201] ppid=63152 vsize=2932504 memory=2654644 CPUtime=3564.76 cores=5,7
/proc/63201/stat : 63201 (roundingsat) R 63152 63152 62643 0 -1 4194304 286583 0 0 0 356135 341 0 0 20 0 1 0 60125017 3002884096 663661 18446744073709551615 4227072 8923433 140735775655232 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36974592 140735775664454 140735775664680 140735775664680 140735775670250 0
/proc/63201/statm: 733126 663661 2464 1147 0 720553 0
Current children cumulated CPU time: 3570.6 s
Current children cumulated vsize: 2936696 KiB
Current children cumulated memory: 2657716 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.8 s]
/proc/loadavg: 4.04 4.10 4.09 5/271 63554
/proc/meminfo: memFree=105848308/131249996 swapFree=33010160/33010684
[pid=63152] ppid=63149 vsize=4192 memory=3072 CPUtime=5.84 cores=5,7
/proc/63152/stat : 63152 (run-opt-ls.sh) S 63149 63152 62643 0 -1 4194304 239 40049 0 0 0 0 569 15 20 0 1 0 60124429 4292608 768 18446744073709551615 94917866999808 94917867894341 140737212642480 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94917868133392 94917868181136 94917890719744 140737212647783 140737212647909 140737212647909 140737212653511 0
/proc/63152/statm: 1048 768 704 219 0 110 0
[pid=63201] ppid=63152 vsize=2933172 memory=2655412 CPUtime=3594.17 cores=5,7
/proc/63201/stat : 63201 (roundingsat) R 63152 63152 62643 0 -1 4194304 286925 0 0 0 359076 341 0 0 20 0 1 0 60125017 3003568128 663853 18446744073709551615 4227072 8923433 140735775655232 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36974592 140735775664454 140735775664680 140735775664680 140735775670250 0
/proc/63201/statm: 733293 663853 2464 1147 0 720720 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 2937364 KiB
Current children cumulated memory: 2658484 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=5.69459 s, system=0.159303 s
Sleeping 2 seconds

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+3613.82 s]
# the end of solver process 63201 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=3598.45 s, system=3.59689 s
# this solver process was not waited by its parent and was adopted by runsolver

Solver just ended.
Dumping a history of the last processes samples

[startup+3612.8 s]
/proc/loadavg: 4.12 4.12 4.09 5/270 63554
/proc/meminfo: memFree=105840496/131249996 swapFree=33010160/33010684
[pid=63201] ppid=63149 vsize=2933172 memory=2655412 CPUtime=3595.16 cores=5,7
/proc/63201/stat : 63201 (roundingsat) R 63149 63152 62643 0 -1 4194304 286925 0 0 0 359175 341 0 0 20 0 1 0 60125017 3003568128 663853 18446744073709551615 4227072 8923433 140735775655232 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36974592 140735775664454 140735775664680 140735775664680 140735775670250 0
/proc/63201/statm: 733293 663853 2464 1147 0 720720 0
Current cumulated CPU time of completed processes: 5.85389 s
Current children cumulated CPU time: 3595.16 s
Current children cumulated vsize: 2933172 KiB
Current children cumulated memory: 2655412 KiB

[startup+3613.6 s]
/proc/loadavg: 4.12 4.12 4.09 5/270 63554
/proc/meminfo: memFree=105836652/131249996 swapFree=33010160/33010684
[pid=63201] ppid=63149 vsize=2933172 memory=2655412 CPUtime=3595.96 cores=5,7
/proc/63201/stat : 63201 (roundingsat) R 63149 63152 62643 0 -1 4194304 286925 0 0 0 359255 341 0 0 20 0 1 0 60125017 3003568128 663853 18446744073709551615 4227072 8923433 140735775655232 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36974592 140735775664454 140735775664680 140735775664680 140735775670250 0
/proc/63201/statm: 733293 663853 2464 1147 0 720720 0
Current cumulated CPU time of completed processes: 5.85389 s
Current children cumulated CPU time: 3595.96 s
Current children cumulated vsize: 2933172 KiB
Current children cumulated memory: 2655412 KiB

[startup+3613.8 s]
/proc/loadavg: 4.12 4.12 4.09 5/270 63554
/proc/meminfo: memFree=105836652/131249996 swapFree=33010160/33010684
[pid=63201] ppid=63149 vsize=2933172 memory=2655412 CPUtime=3596.16 cores=5,7
/proc/63201/stat : 63201 (roundingsat) R 63149 63152 62643 0 -1 4194304 286925 0 0 0 359275 341 0 0 20 0 1 0 60125017 3003568128 663853 18446744073709551615 4227072 8923433 140735775655232 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 36974592 140735775664454 140735775664680 140735775664680 140735775670250 0
/proc/63201/statm: 733293 663853 2464 1147 0 720720 0
Current cumulated CPU time of completed processes: 5.85389 s
Current children cumulated CPU time: 3596.16 s
Current children cumulated vsize: 2933172 KiB
Current children cumulated memory: 2655412 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3613.82
CPU time (s): 3602.05
CPU user time (s): 3598.45
CPU system time (s): 3.59689
CPU usage (%): 99.6742
Max. virtual memory (cumulated for all children) (KiB): 2937364
Max. memory (cumulated for all children) (KiB): 2658484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.45
system time used= 3.59689
maximum resident set size= 2672632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 327213
page faults= 0
swaps= 0
block input operations= 0
block output operations= 91920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 265
involuntary context switches= 19102


# summary of solver processes directly reported to runsolver:
#   pid: 63152,63201
#   total CPU time (s): 3602.05
#   total CPU user time (s): 3598.45
#   total CPU system time (s): 3.59689

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.03444 second user time and 17.4293 second system time

The end

Launcher Data

Begin job on nodeC032 at 2025-07-02 10:20:58
IDJOB=4502970
IDBENCH=155402
IDSOLVER=3355
FILE ID=nodeC032/4502970-1751444458
RUNJOBID= nodeC032-1751440844-62656
SLURM_JOB_ID= 9598402
Free space on /tmp= 429736 MiB

SOLVER NAME= roundingsat-ls+pbsuma 63f22ad
BENCH NAME= PB24/normalized-PB11/OPT-LIN/kullmann/normalized-mul_8_14_shg.opb
COMMAND LINE= run-opt-ls.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4502970-1751444458/watcher-4502970-1751444458 -o /tmp/evaluation-result-4502970-1751444458/solver-4502970-1751444458 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751440844-62656 --watchdog 3760  run-opt-ls.sh HOME/instance-4502970-1751444458.opb

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

MD5SUM BENCH= c0e25a71d8726d42148f3e780c01ff44
RANDOM SEED=1257090477

nodeC032 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		: 3599.820
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.69
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		: 3599.846
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.69
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.615
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.69
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		: 3578.681
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.69
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.842
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.69
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		: 3600.126
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.69
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.326
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.69
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.839
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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        98661624 kB
MemAvailable:   114626272 kB
Buffers:            2728 kB
Cached:         16644752 kB
SwapCached:           20 kB
Active:         15359688 kB
Inactive:       16277584 kB
Active(anon):   15004572 kB
Inactive(anon):     3268 kB
Active(file):     355116 kB
Inactive(file): 16274316 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             53040 kB
Writeback:             0 kB
AnonPages:      14989480 kB
Mapped:           116824 kB
Shmem:             18048 kB
KReclaimable:     348908 kB
Slab:             441968 kB
SReclaimable:     348908 kB
SUnreclaim:        93060 kB
KernelStack:        4352 kB
PageTables:        33400 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   17263292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150664 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8650752 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430852 MiB
End job on nodeC032 at 2025-07-02 11:21:12