Trace number 4526613

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 NameAnswerCPU timeWall clock time
Sat4j CP 2025-06-06MSAT (TO) 3600.22 3575.28

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/coloring/
normalized-myciel5g-5_wcsp.wbo
MD5SUM3494b890a231ad778a05b94b9d7caa9e
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark14.0031
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables235
Total number of constraints1227
Number of soft constraints1180
Number of constraints which are clauses1180
Number of constraints which are cardinality constraints (but not clauses)47
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint5
Top cost 237
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 1180
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: ANY
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Armin Biere (Picosat) restarts strategy
0.13/0.15	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4526613-1751634728.wbo
0.13/0.15	c reading problem ... 
0.32/0.22	c ... done. Wall clock time 0.067s.
0.32/0.22	c declared #vars     235
0.32/0.22	c internal #vars     1415
0.32/0.22	c #constraints  1275
0.32/0.22	c constraints type 
0.32/0.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 48
0.32/0.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1227
0.32/0.22	c 1275 constraints processed.
0.32/0.23	c objective function length is 1180 literals
0.50/0.34	c SATISFIABLE
0.50/0.34	c OPTIMIZING...
0.50/0.34	c Got one! Elapsed wall clock time (in seconds):0.184
0.50/0.34	o 236
0.50/0.39	c Got one! Elapsed wall clock time (in seconds):0.24
0.50/0.39	o 235
0.88/0.51	c Got one! Elapsed wall clock time (in seconds):0.361
0.88/0.51	o 234
1.08/0.65	c Got one! Elapsed wall clock time (in seconds):0.495
1.08/0.65	o 233
1.46/0.88	c Got one! Elapsed wall clock time (in seconds):0.732
1.46/0.88	o 232
2.25/1.25	c Got one! Elapsed wall clock time (in seconds):1.096
2.25/1.25	o 231
2.65/1.40	c Got one! Elapsed wall clock time (in seconds):1.251
2.65/1.40	o 230
3.03/1.61	c Got one! Elapsed wall clock time (in seconds):1.46
3.03/1.61	o 229
3.75/2.01	c Got one! Elapsed wall clock time (in seconds):1.858
3.75/2.01	o 228
4.34/2.49	c Got one! Elapsed wall clock time (in seconds):2.34
4.34/2.49	o 227
4.86/2.80	c Got one! Elapsed wall clock time (in seconds):2.648
4.86/2.80	o 226
5.24/3.13	c Got one! Elapsed wall clock time (in seconds):2.982
5.24/3.13	o 225
5.66/3.58	c Got one! Elapsed wall clock time (in seconds):3.43
5.66/3.58	o 224
6.45/4.24	c Got one! Elapsed wall clock time (in seconds):4.089
6.45/4.24	o 223
8.17/5.95	c Got one! Elapsed wall clock time (in seconds):5.796
8.17/5.95	o 222
9.17/6.90	c Got one! Elapsed wall clock time (in seconds):6.744
9.17/6.90	o 221
10.21/7.96	c Got one! Elapsed wall clock time (in seconds):7.806
10.21/7.96	o 220
11.82/9.55	c Got one! Elapsed wall clock time (in seconds):9.398
11.82/9.55	o 219
13.46/11.14	c Got one! Elapsed wall clock time (in seconds):10.983
13.46/11.14	o 218
15.76/13.49	c Got one! Elapsed wall clock time (in seconds):13.339
15.76/13.49	o 217
18.50/16.18	c cleaning 2499 clauses out of 5001
19.31/16.83	c Got one! Elapsed wall clock time (in seconds):16.677
19.31/16.83	o 216
20.01/17.50	c Got one! Elapsed wall clock time (in seconds):17.344
20.01/17.50	o 215
20.81/18.30	c Got one! Elapsed wall clock time (in seconds):18.15
20.81/18.30	o 214
22.05/19.59	c Got one! Elapsed wall clock time (in seconds):19.439
22.05/19.59	o 213
23.86/21.39	c Got one! Elapsed wall clock time (in seconds):21.236
23.86/21.39	o 212
26.61/24.01	c Got one! Elapsed wall clock time (in seconds):23.859
26.61/24.01	o 211
31.22/28.53	c Got one! Elapsed wall clock time (in seconds):28.375
31.22/28.53	o 210
40.81/38.00	c Got one! Elapsed wall clock time (in seconds):37.847
40.81/38.00	o 209
42.33/39.47	c Got one! Elapsed wall clock time (in seconds):39.314
42.33/39.47	o 208
44.49/41.51	c Got one! Elapsed wall clock time (in seconds):41.358
44.49/41.51	o 207
47.48/44.45	c Got one! Elapsed wall clock time (in seconds):44.292
47.48/44.45	o 206
52.00/48.80	c Got one! Elapsed wall clock time (in seconds):48.648
52.00/48.80	o 205
58.78/55.49	c Got one! Elapsed wall clock time (in seconds):55.341
58.78/55.49	o 204
70.32/66.79	c Got one! Elapsed wall clock time (in seconds):66.639
70.32/66.79	o 203
77.99/74.24	c cleaning 4251 clauses out of 8503
84.47/80.50	c Got one! Elapsed wall clock time (in seconds):80.344
84.47/80.50	o 202
106.83/102.56	c Got one! Elapsed wall clock time (in seconds):102.404
106.83/102.56	o 201
110.00/105.66	c Got one! Elapsed wall clock time (in seconds):105.508
110.00/105.66	o 200
114.52/110.06	c Got one! Elapsed wall clock time (in seconds):109.91
114.52/110.06	o 199
120.17/115.69	c Got one! Elapsed wall clock time (in seconds):115.54
120.17/115.69	o 198
128.06/123.44	c Got one! Elapsed wall clock time (in seconds):123.284
128.06/123.44	o 197
137.61/132.86	c Got one! Elapsed wall clock time (in seconds):132.71
137.61/132.86	o 196
151.07/146.04	c Got one! Elapsed wall clock time (in seconds):145.89
151.07/146.04	o 195
178.92/173.51	c Got one! Elapsed wall clock time (in seconds):173.353
178.92/173.51	o 194
220.62/214.77	c cleaning 5618 clauses out of 11251
227.29/221.35	c Got one! Elapsed wall clock time (in seconds):221.198
227.29/221.35	o 193
306.71/300.07	c Got one! Elapsed wall clock time (in seconds):299.922
306.71/300.08	o 192
312.75/306.06	c Got one! Elapsed wall clock time (in seconds):305.908
312.75/306.06	o 191
320.61/313.88	c Got one! Elapsed wall clock time (in seconds):313.725
320.61/313.88	o 190
330.66/323.81	c Got one! Elapsed wall clock time (in seconds):323.656
330.66/323.81	o 189
343.56/336.65	c Got one! Elapsed wall clock time (in seconds):336.5
343.56/336.65	o 188
363.35/356.35	c Got one! Elapsed wall clock time (in seconds):356.195
363.35/356.35	o 187
389.72/382.66	c Got one! Elapsed wall clock time (in seconds):382.512
389.72/382.67	o 186
430.77/423.55	c Got one! Elapsed wall clock time (in seconds):423.396
430.77/423.55	o 185
491.53/484.05	c Got one! Elapsed wall clock time (in seconds):483.895
491.53/484.05	o 184
507.07/499.58	c cleaning 6816 clauses out of 13633
591.71/583.73	c Got one! Elapsed wall clock time (in seconds):583.579
591.71/583.73	o 183
762.48/753.71	c Got one! Elapsed wall clock time (in seconds):753.559
762.48/753.71	o 182
778.70/769.82	c Got one! Elapsed wall clock time (in seconds):769.665
778.70/769.82	o 181
796.55/787.58	c Got one! Elapsed wall clock time (in seconds):787.427
796.55/787.58	o 180
812.74/803.62	c Got one! Elapsed wall clock time (in seconds):803.466
812.74/803.62	o 179
833.75/824.59	c Got one! Elapsed wall clock time (in seconds):824.436
833.75/824.59	o 178
869.84/860.56	c Got one! Elapsed wall clock time (in seconds):860.405
869.84/860.56	o 177
916.27/906.83	c Got one! Elapsed wall clock time (in seconds):906.677
916.27/906.83	o 176
956.61/947.03	c cleaning 7904 clauses out of 15818
982.40/972.71	c Got one! Elapsed wall clock time (in seconds):972.562
982.40/972.72	o 175
1080.79/1070.88	c Got one! Elapsed wall clock time (in seconds):1070.731
1080.79/1070.88	o 174
1222.96/1212.68	c Got one! Elapsed wall clock time (in seconds):1212.528
1222.96/1212.68	o 173
1455.33/1444.44	c Got one! Elapsed wall clock time (in seconds):1444.287
1455.33/1444.44	o 172
1565.69/1554.32	c cleaning 8953 clauses out of 17912
1823.76/1811.22	c Got one! Elapsed wall clock time (in seconds):1811.068
1823.76/1811.22	o 171
1843.45/1830.63	c Got one! Elapsed wall clock time (in seconds):1830.482
1843.45/1830.64	o 170
1866.09/1853.08	c Got one! Elapsed wall clock time (in seconds):1852.925
1866.09/1853.08	o 169
1892.89/1879.53	c Got one! Elapsed wall clock time (in seconds):1879.377
1892.89/1879.53	o 168
1930.54/1916.97	c Got one! Elapsed wall clock time (in seconds):1916.822
1930.54/1916.97	o 167
1989.93/1975.82	c Got one! Elapsed wall clock time (in seconds):1975.668
1989.93/1975.82	o 166
2047.90/2033.52	c Got one! Elapsed wall clock time (in seconds):2033.372
2047.90/2033.52	o 165
2141.18/2126.13	c Got one! Elapsed wall clock time (in seconds):2125.98
2141.18/2126.13	o 164
2293.50/2277.82	c Got one! Elapsed wall clock time (in seconds):2277.665
2293.50/2277.82	o 163
2450.81/2434.62	c cleaning 9978 clauses out of 19960
2508.00/2491.64	c Got one! Elapsed wall clock time (in seconds):2491.486
2508.00/2491.64	o 162
2869.84/2851.86	c Got one! Elapsed wall clock time (in seconds):2851.705
2869.84/2851.86	o 161
3391.20/3369.35	c Got one! Elapsed wall clock time (in seconds):3369.196
3391.20/3369.35	o 160
3546.66/3524.08	c cleaning 10985 clauses out of 21981
3600.06/3575.22	c starts		: 155
3600.06/3575.24	c conflicts		: 68600
3600.06/3575.24	c decisions		: 194636
3600.06/3575.24	c propagations		: 3163646
3600.06/3575.24	c inspects		: 5140238611
3600.06/3575.24	c shortcuts		: 0
3600.06/3575.24	c learnt literals	: 0
3600.06/3575.24	c learnt binary clauses	: 0
3600.06/3575.24	c learnt ternary clauses	: 0
3600.06/3575.24	c learnt constraints	: 68600
3600.06/3575.24	c ignored constraints	: 0
3600.06/3575.24	c root simplifications	: 0
3600.06/3575.24	c removed literals (reason simplification)	: 0
3600.06/3575.24	c reason swapping (by a shorter reason)	: 0
3600.06/3575.24	c Calls to reduceDB	: 8
3600.06/3575.24	c Number of update (reduction) of LBD	: 0
3600.06/3575.24	c Imported unit clauses	: 0
3600.06/3575.24	c No decision after first conflict	: false
3600.06/3575.24	c number of reductions to clauses (during analyze)	: 0
3600.06/3575.24	c number of learned constraints concerned by reduction	: 0
3600.06/3575.24	c number of learning phase by resolution	: 0
3600.06/3575.24	c number of learning phase by cutting planes	: 0
3600.06/3575.24	c number of rounding to 1 operations	: 0
3600.06/3575.24	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3575.24	c number of reductions of the coefficients by power 2 	: 0
3600.06/3575.24	c number of right shift for reduction by power 2 	: 0
3600.06/3575.24	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3575.24	c number of ending skipping 	: 0
3600.06/3575.24	c number of internal skipping 	: 0
3600.06/3575.24	c number of derivation steps 	: 1238722
3600.06/3575.24	c number of skipped derivation steps 	: 0
3600.06/3575.24	c number of remaining unassigned 	: 619
3600.06/3575.24	c number of remaining assigned 	: 11054145
3600.06/3575.24	c number of falsified literals weakened from reason	: 0
3600.06/3575.24	c number of falsified literals weakened from conflict	: 0
3600.06/3575.24	c time for arithmetic operations	: 228611896
3600.06/3575.25	c minimum degree of deleted constraints	: null
3600.06/3575.25	c maximum degree of deleted constraints	: null
3600.06/3575.25	c number of deleted constraints	: 0
3600.06/3575.25	c speed (assignments/second)	: 884.9347063850261
3600.06/3575.25	c non guided choices	: 4478
3600.06/3575.26	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 982
3600.06/3575.26	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 10560
3600.06/3575.26	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 54
3600.06/3575.26	s SATISFIABLE
3600.06/3575.26	c Found 77 solution(s)
3600.06/3575.27	v -x1 -x2 x3 -x4 -x5 -x6 x7 -x8 -x9 -x10 -x11 -x12 x13 -x14 -x15 -x16 -x17 -x18 x19 -x20 x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 x30 -x31 x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 x40 -x41 -x42 -x43 -x44 x45 -x46 x47 -x48 -x49 -x50 -x51 -x52 x53 -x54 -x55 -x56 -x57 -x58 -x59 x60 -x61 x62 -x63 -x64 -x65 -x66 -x67 x68 -x69 -x70 -x71 -x72 x73 -x74 -x75 x76 -x77 -x78 -x79 -x80 x81 -x82 -x83 -x84 -x85 -x86 x87 -x88 -x89 -x90 -x91 -x92 x93 -x94 -x95 -x96 -x97 x98 -x99 -x100 x101 -x102 -x103 -x104 -x105 x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 x115 -x116 -x117 -x118 x119 -x120 -x121 x122 -x123 -x124 -x125 -x126 x127 -x128 -x129 -x130 -x131 -x132 -x133 x134 -x135 -x136 x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 x145 -x146 x147 -x148 -x149 -x150 -x151 -x152 -x153 x154 -x155 -x156 x157 -x158 -x159 -x160 -x161 x162 -x163 -x164 -x165 -x166 -x167 -x168 x169 -x170 x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 x179 -x180 x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 x189 -x190 x191 -x192 -x193 -x194 -x195 -x196 x197 -x198 -x199 -x200 -x201 x202 -x203 -x204 -x205 -x206 x207 -x208 -x209 -x210 -x211 -x212 -x213 x214 -x215 -x216 x217 -x218 -x219 -x220 -x221 -x222 x223 -x224 -x225 -x226 x227 -x228 -x229 -x230 -x231 -x232 x233 -x234 -x235 
3600.06/3575.27	c objective function=160
3600.06/3575.27	c Total wall clock time (in seconds): 3575.114

Verifier Data

OK	18

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 (52629 MiB free)
  memory of node 1: 64507 MiB (41931 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4526613-1751634728/watcher-4526613-1751634728 -o /tmp/evaluation-result-4526613-1751634728/solver-4526613-1751634728 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1751627986-88342 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4526613-1751634728.wbo 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=89933, runsolver pid=89930
Current StackSize limit: 8192 KiB


[startup+0.100062 s]*
/proc/loadavg: 5.04 4.98 4.84 8/339 89951
/proc/meminfo: memFree=96804064/131249988 swapFree=33010160/33010684
[pid=89933] ppid=89930 vsize=18930384 memory=59428 CPUtime=0.13 cores=0,2
/proc/89933/stat : 89933 (java) S 89930 89933 88332 0 -1 4194304 6476 0 0 0 11 2 0 0 20 0 18 0 79151675 19384713216 14857 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
/proc/89933/statm: 4732596 14857 5328 1 0 547603 0
[pid=89933/tid=89935] ppid=89930 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/89933/task/89935/stat : 89935 (java) R 89930 89933 88332 0 -1 4194368 5066 0 0 0 6 1 0 0 20 0 18 0 79151676 19384713216 14857 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
[pid=89933/tid=89944] ppid=89930 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/89933/task/89944/stat : 89944 (Finalizer) S 89930 89933 88332 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 79151678 19384713216 14857 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
[pid=89933/tid=89951] ppid=89930 vsize=18930384 memory=55186957820777 CPUtime=0 cores=0,2
/proc/89933/task/89951/stat : 89951 (Common-Cleaner) S 89930 89933 88332 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 79151679 19384713216 14857 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59428 KiB

[startup+0.205807 s]*
/proc/loadavg: 5.04 4.98 4.84 9/339 89951
/proc/meminfo: memFree=96794172/131249988 swapFree=33010160/33010684
[pid=89933] ppid=89930 vsize=18930384 memory=65664 CPUtime=0.32 cores=0,2
/proc/89933/stat : 89933 (java) S 89930 89933 88332 0 -1 4194304 6898 0 0 0 30 2 0 0 20 0 18 0 79151675 19384713216 16416 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
/proc/89933/statm: 4732596 16416 5456 1 0 547957 0
[pid=89933/tid=89935] ppid=89930 vsize=18930384 memory=4026794268 CPUtime=0.18 cores=0,2
/proc/89933/task/89935/stat : 89935 (java) R 89930 89933 88332 0 -1 4194368 5385 0 0 0 16 2 0 0 20 0 18 0 79151676 19384713216 16416 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
[pid=89933/tid=89944] ppid=89930 vsize=18930384 memory=2697 CPUtime=0 cores=0,2
/proc/89933/task/89944/stat : 89944 (Finalizer) S 89930 89933 88332 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 79151678 19384713216 16416 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
[pid=89933/tid=89951] ppid=89930 vsize=18930384 memory=54087446168546 CPUtime=0 cores=0,2
/proc/89933/task/89951/stat : 89951 (Common-Cleaner) S 89930 89933 88332 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 79151679 19384713216 16416 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 65664 KiB

[startup+0.305828 s]*
/proc/loadavg: 5.04 4.98 4.84 8/340 89952
/proc/meminfo: memFree=96771364/131249988 swapFree=33010160/33010684
[pid=89933] ppid=89930 vsize=18996948 memory=72912 CPUtime=0.5 cores=0,2
/proc/89933/stat : 89933 (java) S 89930 89933 88332 0 -1 4194304 7168 0 0 0 47 3 0 0 20 0 19 0 79151675 19452874752 18228 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
/proc/89933/statm: 4749237 18228 5488 1 0 548445 0
[pid=89933/tid=89935] ppid=89930 vsize=18996948 memory=-6000919507099542375 CPUtime=0.25 cores=0,2
/proc/89933/task/89935/stat : 89935 (java) R 89930 89933 88332 0 -1 4194368 5527 0 0 0 23 2 0 0 20 0 19 0 79151676 19452874752 18228 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
[pid=89933/tid=89944] ppid=89930 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/89933/task/89944/stat : 89944 (Finalizer) S 89930 89933 88332 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 79151678 19452874752 18228 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
[pid=89933/tid=89951] ppid=89930 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/89933/task/89951/stat : 89951 (Common-Cleaner) S 89930 89933 88332 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 79151679 19452874752 18228 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
[pid=89933/tid=89952] ppid=89930 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/89933/task/89952/stat : 89952 (Timer-0) S 89930 89933 88332 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 79151700 19452874752 18228 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 72912 KiB

[startup+0.700236 s]
/proc/loadavg: 5.04 4.98 4.84 8/340 89952
/proc/meminfo: memFree=96718748/131249988 swapFree=33010160/33010684
[pid=89933] ppid=89930 vsize=19063512 memory=163096 CPUtime=1.26 cores=0,2
/proc/89933/stat : 89933 (java) S 89930 89933 88332 0 -1 4194304 11104 0 0 0 121 5 0 0 20 0 20 0 79151675 19521036288 40774 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
/proc/89933/statm: 4765878 40774 5520 1 0 550493 0
[pid=89933/tid=89935] ppid=89930 vsize=19063512 memory=18816 CPUtime=0.61 cores=0,2
/proc/89933/task/89935/stat : 89935 (java) R 89930 89933 88332 0 -1 4194368 5575 0 0 0 58 3 0 0 20 0 20 0 79151676 19521036288 40774 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
[pid=89933/tid=89944] ppid=89930 vsize=19063512 memory=10624 CPUtime=0 cores=0,2
/proc/89933/task/89944/stat : 89944 (Finalizer) S 89930 89933 88332 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79151678 19521036288 40774 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
[pid=89933/tid=89951] ppid=89930 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/89933/task/89951/stat : 89951 (Common-Cleaner) S 89930 89933 88332 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 79151679 19521036288 40774 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
[pid=89933/tid=89952] ppid=89930 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/89933/task/89952/stat : 89952 (Timer-0) S 89930 89933 88332 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79151700 19521036288 40774 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 163096 KiB

[startup+1.50021 s]
/proc/loadavg: 5.04 4.98 4.84 8/341 89953
/proc/meminfo: memFree=96666700/131249988 swapFree=33010160/33010684
[pid=89933] ppid=89930 vsize=19063512 memory=183244 CPUtime=2.85 cores=0,2
/proc/89933/stat : 89933 (java) S 89930 89933 88332 0 -1 4194304 19760 0 0 0 278 7 0 0 20 0 20 0 79151675 19521036288 45811 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
/proc/89933/statm: 4765878 45811 5520 1 0 552471 0
[pid=89933/tid=89935] ppid=89930 vsize=19063512 memory=10624 CPUtime=1.34 cores=0,2
/proc/89933/task/89935/stat : 89935 (java) R 89930 89933 88332 0 -1 4194368 6127 0 0 0 130 4 0 0 20 0 20 0 79151676 19521036288 45811 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
[pid=89933/tid=89944] ppid=89930 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/89933/task/89944/stat : 89944 (Finalizer) S 89930 89933 88332 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79151678 19521036288 45811 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
[pid=89933/tid=89951] ppid=89930 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/89933/task/89951/stat : 89951 (Common-Cleaner) S 89930 89933 88332 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 79151679 19521036288 45811 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
[pid=89933/tid=89952] ppid=89930 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/89933/task/89952/stat : 89952 (Timer-0) S 89930 89933 88332 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79151700 19521036288 45811 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 183244 KiB

[startup+3.10575 s]
/proc/loadavg: 5.12 5.00 4.85 7/341 89953
/proc/meminfo: memFree=96143088/131249988 swapFree=33010160/33010684
[pid=89933] ppid=89930 vsize=19063512 memory=689456 CPUtime=5.24 cores=0,2
/proc/89933/stat : 89933 (java) S 89930 89933 88332 0 -1 4194304 22271 0 0 0 506 18 0 0 20 0 20 0 79151675 19521036288 172364 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
/proc/89933/statm: 4765878 172364 5520 1 0 752994 0
[pid=89933/tid=89935] ppid=89930 vsize=19063512 memory=10624 CPUtime=2.87 cores=0,2
/proc/89933/task/89935/stat : 89935 (java) R 89930 89933 88332 0 -1 4194368 6848 0 0 0 274 13 0 0 20 0 20 0 79151676 19521036288 172364 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
[pid=89933/tid=89944] ppid=89930 vsize=19063512 memory=-6000919507099542375 CPUtime=0 cores=0,2
/proc/89933/task/89944/stat : 89944 (Finalizer) S 89930 89933 88332 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79151678 19521036288 172364 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
[pid=89933/tid=89951] ppid=89930 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/89933/task/89951/stat : 89951 (Common-Cleaner) S 89930 89933 88332 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 79151679 19521036288 172364 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
[pid=89933/tid=89952] ppid=89930 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/89933/task/89952/stat : 89952 (Timer-0) S 89930 89933 88332 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79151700 19521036288 172364 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
Current children cumulated CPU time: 5.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 689456 KiB

[startup+6.30022 s]
/proc/loadavg: 5.12 5.00 4.85 8/341 89953
/proc/meminfo: memFree=95692316/131249988 swapFree=33010160/33010684
[pid=89933] ppid=89930 vsize=19063512 memory=1137680 CPUtime=8.58 cores=0,2
/proc/89933/stat : 89933 (java) S 89930 89933 88332 0 -1 4194304 22874 0 0 0 832 26 0 0 20 0 20 0 79151675 19521036288 284420 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
/proc/89933/statm: 4765878 284420 5520 1 0 752998 0
[pid=89933/tid=89935] ppid=89930 vsize=19063512 memory=0 CPUtime=5.99 cores=0,2
/proc/89933/task/89935/stat : 89935 (java) R 89930 89933 88332 0 -1 4194368 7353 0 0 0 580 19 0 0 20 0 20 0 79151676 19521036288 284420 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
[pid=89933/tid=89944] ppid=89930 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/89933/task/89944/stat : 89944 (Finalizer) S 89930 89933 88332 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79151678 19521036288 284420 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
[pid=89933/tid=89951] ppid=89930 vsize=19063512 memory=10624 CPUtime=0 cores=0,2
/proc/89933/task/89951/stat : 89951 (Common-Cleaner) S 89930 89933 88332 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 79151679 19521036288 284420 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
[pid=89933/tid=89952] ppid=89930 vsize=19063512 memory=187424 CPUtime=0 cores=0,2
/proc/89933/task/89952/stat : 89952 (Timer-0) S 89930 89933 88332 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79151700 19521036288 284420 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
Current children cumulated CPU time: 8.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1137680 KiB

[startup+12.7002 s]
/proc/loadavg: 5.18 5.01 4.85 6/340 90019
/proc/meminfo: memFree=99571236/131249988 swapFree=33010160/33010684
[pid=89933] ppid=89930 vsize=19063512 memory=1813564 CPUtime=15.06 cores=0,2
/proc/89933/stat : 89933 (java) S 89930 89933 88332 0 -1 4194304 24555 0 0 0 1466 40 0 0 20 0 20 0 79151675 19521036288 453391 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
/proc/89933/statm: 4765878 453391 5520 1 0 753003 0
[pid=89933/tid=89935] ppid=89930 vsize=19063512 memory=187424 CPUtime=12.3 cores=0,2
/proc/89933/task/89935/stat : 89935 (java) R 89930 89933 88332 0 -1 4194368 8481 0 0 0 1198 32 0 0 20 0 20 0 79151676 19521036288 453391 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
[pid=89933/tid=89944] ppid=89930 vsize=19063512 memory=10624 CPUtime=0 cores=0,2
/proc/89933/task/89944/stat : 89944 (Finalizer) S 89930 89933 88332 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79151678 19521036288 453391 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
[pid=89933/tid=89951] ppid=89930 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/89933/task/89951/stat : 89951 (Common-Cleaner) S 89930 89933 88332 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 79151679 19521036288 453391 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
[pid=89933/tid=89952] ppid=89930 vsize=19063512 memory=-6000919507099542375 CPUtime=0 cores=0,2
/proc/89933/task/89952/stat : 89952 (Timer-0) S 89930 89933 88332 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79151700 19521036288 453391 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
Current children cumulated CPU time: 15.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1813564 KiB

[startup+25.5003 s]
/proc/loadavg: 5.00 4.98 4.84 5/341 90020
/proc/meminfo: memFree=97345232/131249988 swapFree=33010160/33010684
[pid=89933] ppid=89930 vsize=19063512 memory=1852276 CPUtime=28.16 cores=0,2
/proc/89933/stat : 89933 (java) S 89930 89933 88332 0 -1 4194304 31038 0 0 0 2775 41 0 0 20 0 20 0 79151675 19521036288 463069 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
/proc/89933/statm: 4765878 463069 5520 1 0 753099 0
[pid=89933/tid=89935] ppid=89930 vsize=19063512 memory=-6000919507099542375 CPUtime=24.83 cores=0,2
/proc/89933/task/89935/stat : 89935 (java) R 89930 89933 88332 0 -1 4194368 10982 0 0 0 2451 32 0 0 20 0 20 0 79151676 19521036288 463069 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
[pid=89933/tid=89944] ppid=89930 vsize=19063512 memory=1827928 CPUtime=0 cores=0,2
/proc/89933/task/89944/stat : 89944 (Finalizer) S 89930 89933 88332 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79151678 19521036288 463069 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
[pid=89933/tid=89951] ppid=89930 vsize=19063512 memory=1827928 CPUtime=0 cores=0,2
/proc/89933/task/89951/stat : 89951 (Common-Cleaner) S 89930 89933 88332 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 79151679 19521036288 463069 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
[pid=89933/tid=89952] ppid=89930 vsize=19063512 memory=-6000919507099542375 CPUtime=0 cores=0,2
/proc/89933/task/89952/stat : 89952 (Timer-0) S 89930 89933 88332 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79151700 19521036288 463069 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
Current children cumulated CPU time: 28.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1852276 KiB

[startup+51.1058 s]
/proc/loadavg: 4.94 4.96 4.84 5/340 90021
/proc/meminfo: memFree=97169992/131249988 swapFree=33010160/33010684
[pid=89933] ppid=89930 vsize=19063512 memory=1899628 CPUtime=54.33 cores=0,2
/proc/89933/stat : 89933 (java) S 89930 89933 88332 0 -1 4194304 37350 0 0 0 5389 44 0 0 20 0 20 0 79151675 19521036288 474907 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
/proc/89933/statm: 4765878 474907 5552 1 0 753099 0
[pid=89933/tid=89935] ppid=89930 vsize=19063512 memory=1885268 CPUtime=49.88 cores=0,2
/proc/89933/task/89935/stat : 89935 (java) R 89930 89933 88332 0 -1 4194368 13978 0 0 0 4955 33 0 0 20 0 20 0 79151676 19521036288 474907 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
[pid=89933/tid=89944] ppid=89930 vsize=19063512 memory=1827928 CPUtime=0 cores=0,2

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

/proc/meminfo: memFree=93647776/131249988 swapFree=33010160/33010684
[pid=89933] ppid=89930 vsize=19063512 memory=2915748 CPUtime=3181.07 cores=0,2
/proc/89933/stat : 89933 (java) S 89930 89933 88332 0 -1 4194304 122620 0 0 0 317947 160 0 0 20 0 20 0 79151675 19521036288 728937 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
/proc/89933/statm: 4765878 728937 5552 1 0 754065 0
[pid=89933/tid=89935] ppid=89930 vsize=19063512 memory=2915748 CPUtime=3130.95 cores=0,2
/proc/89933/task/89935/stat : 89935 (java) R 89930 89933 88332 0 -1 4194368 68750 0 0 0 313049 46 0 0 20 0 20 0 79151676 19521036288 728937 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
[pid=89933/tid=89944] ppid=89930 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=0,2
/proc/89933/task/89944/stat : 89944 (Finalizer) S 89930 89933 88332 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79151678 19521036288 728937 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
[pid=89933/tid=89951] ppid=89930 vsize=19063512 memory=2915748 CPUtime=0 cores=0,2
/proc/89933/task/89951/stat : 89951 (Common-Cleaner) S 89930 89933 88332 0 -1 4194368 1706 0 0 0 0 0 0 0 20 0 20 0 79151679 19521036288 728937 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
[pid=89933/tid=89952] ppid=89930 vsize=19063512 memory=2915748 CPUtime=0 cores=0,2
/proc/89933/task/89952/stat : 89952 (Timer-0) S 89930 89933 88332 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79151700 19521036288 728937 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
Current children cumulated CPU time: 3181.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2915748 KiB

[startup+3222.3 s]
/proc/loadavg: 4.32 4.30 4.27 5/341 90247
/proc/meminfo: memFree=93645104/131249988 swapFree=33010160/33010684
[pid=89933] ppid=89930 vsize=19063512 memory=2917844 CPUtime=3241.31 cores=0,2
/proc/89933/stat : 89933 (java) S 89930 89933 88332 0 -1 4194304 124022 0 0 0 323970 161 0 0 20 0 20 0 79151675 19521036288 729461 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
/proc/89933/statm: 4765878 729461 5552 1 0 754065 0
[pid=89933/tid=89935] ppid=89930 vsize=19063512 memory=2915748 CPUtime=3190.39 cores=0,2
/proc/89933/task/89935/stat : 89935 (java) R 89930 89933 88332 0 -1 4194368 69295 0 0 0 318993 46 0 0 20 0 20 0 79151676 19521036288 729461 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
[pid=89933/tid=89944] ppid=89930 vsize=19063512 memory=2915748 CPUtime=0 cores=0,2
/proc/89933/task/89944/stat : 89944 (Finalizer) S 89930 89933 88332 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79151678 19521036288 729461 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
[pid=89933/tid=89951] ppid=89930 vsize=19063512 memory=2915748 CPUtime=0 cores=0,2
/proc/89933/task/89951/stat : 89951 (Common-Cleaner) S 89930 89933 88332 0 -1 4194368 1747 0 0 0 0 0 0 0 20 0 20 0 79151679 19521036288 729461 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
[pid=89933/tid=89952] ppid=89930 vsize=19063512 memory=14444 CPUtime=0 cores=0,2
/proc/89933/task/89952/stat : 89952 (Timer-0) S 89930 89933 88332 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79151700 19521036288 729461 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
Current children cumulated CPU time: 3241.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2917844 KiB

[startup+3282.3 s]
/proc/loadavg: 4.30 4.29 4.27 5/342 90252
/proc/meminfo: memFree=93644824/131249988 swapFree=33010160/33010684
[pid=89933] ppid=89930 vsize=19063512 memory=2917844 CPUtime=3301.61 cores=0,2
/proc/89933/stat : 89933 (java) S 89930 89933 88332 0 -1 4194304 124111 0 0 0 329998 163 0 0 20 0 20 0 79151675 19521036288 729461 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
/proc/89933/statm: 4765878 729461 5552 1 0 754065 0
[pid=89933/tid=89935] ppid=89930 vsize=19063512 memory=2917844 CPUtime=3249.77 cores=0,2
/proc/89933/task/89935/stat : 89935 (java) R 89930 89933 88332 0 -1 4194368 69324 0 0 0 324931 46 0 0 20 0 20 0 79151676 19521036288 729461 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
[pid=89933/tid=89944] ppid=89930 vsize=19063512 memory=2917844 CPUtime=0 cores=0,2
/proc/89933/task/89944/stat : 89944 (Finalizer) S 89930 89933 88332 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79151678 19521036288 729461 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
[pid=89933/tid=89951] ppid=89930 vsize=19063512 memory=6452091030395969602 CPUtime=0 cores=0,2
/proc/89933/task/89951/stat : 89951 (Common-Cleaner) S 89930 89933 88332 0 -1 4194368 1748 0 0 0 0 0 0 0 20 0 20 0 79151679 19521036288 729461 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
[pid=89933/tid=89952] ppid=89930 vsize=19063512 memory=1792 CPUtime=0 cores=0,2
/proc/89933/task/89952/stat : 89952 (Timer-0) S 89930 89933 88332 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79151700 19521036288 729461 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
Current children cumulated CPU time: 3301.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2917844 KiB

[startup+3342.3 s]
/proc/loadavg: 4.38 4.31 4.28 5/343 90259
/proc/meminfo: memFree=93453592/131249988 swapFree=33010160/33010684
[pid=89933] ppid=89930 vsize=19063512 memory=2917844 CPUtime=3361.86 cores=0,2
/proc/89933/stat : 89933 (java) S 89930 89933 88332 0 -1 4194304 124998 0 0 0 336022 164 0 0 20 0 20 0 79151675 19521036288 729461 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
/proc/89933/statm: 4765878 729461 5552 1 0 754065 0
[pid=89933/tid=89935] ppid=89930 vsize=19063512 memory=4764 CPUtime=3309.14 cores=0,2
/proc/89933/task/89935/stat : 89935 (java) R 89930 89933 88332 0 -1 4194368 70182 0 0 0 330867 47 0 0 20 0 20 0 79151676 19521036288 729461 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
[pid=89933/tid=89944] ppid=89930 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/89933/task/89944/stat : 89944 (Finalizer) S 89930 89933 88332 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79151678 19521036288 729461 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
[pid=89933/tid=89951] ppid=89930 vsize=19063512 memory=2917844 CPUtime=0 cores=0,2
/proc/89933/task/89951/stat : 89951 (Common-Cleaner) S 89930 89933 88332 0 -1 4194368 1748 0 0 0 0 0 0 0 20 0 20 0 79151679 19521036288 729461 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
[pid=89933/tid=89952] ppid=89930 vsize=19063512 memory=2917844 CPUtime=0 cores=0,2
/proc/89933/task/89952/stat : 89952 (Timer-0) S 89930 89933 88332 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79151700 19521036288 729461 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
Current children cumulated CPU time: 3361.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2917844 KiB

[startup+3402.3 s]
/proc/loadavg: 4.29 4.30 4.27 5/343 90261
/proc/meminfo: memFree=93354896/131249988 swapFree=33010160/33010684
[pid=89933] ppid=89930 vsize=19063512 memory=2973388 CPUtime=3424.4 cores=0,2
/proc/89933/stat : 89933 (java) S 89930 89933 88332 0 -1 4194304 137094 0 0 0 342270 170 0 0 20 0 20 0 79151675 19521036288 743347 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
/proc/89933/statm: 4765878 743347 5552 1 0 755092 0
[pid=89933/tid=89935] ppid=89930 vsize=19063512 memory=4764 CPUtime=3368.41 cores=0,2
/proc/89933/task/89935/stat : 89935 (java) R 89930 89933 88332 0 -1 4194368 72577 0 0 0 336794 47 0 0 20 0 20 0 79151676 19521036288 743347 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
[pid=89933/tid=89944] ppid=89930 vsize=19063512 memory=2917844 CPUtime=0 cores=0,2
/proc/89933/task/89944/stat : 89944 (Finalizer) S 89930 89933 88332 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79151678 19521036288 743347 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
[pid=89933/tid=89951] ppid=89930 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/89933/task/89951/stat : 89951 (Common-Cleaner) S 89930 89933 88332 0 -1 4194368 1772 0 0 0 0 0 0 0 20 0 20 0 79151679 19521036288 743347 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
[pid=89933/tid=89952] ppid=89930 vsize=19063512 memory=2973388 CPUtime=0 cores=0,2
/proc/89933/task/89952/stat : 89952 (Timer-0) S 89930 89933 88332 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79151700 19521036288 743347 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
Current children cumulated CPU time: 3424.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2973388 KiB

[startup+3462.3 s]
/proc/loadavg: 3.67 4.13 4.22 4/318 90297
/proc/meminfo: memFree=97170012/131249988 swapFree=33010160/33010684
[pid=89933] ppid=89930 vsize=19063512 memory=2973388 CPUtime=3484.65 cores=0,2
/proc/89933/stat : 89933 (java) S 89930 89933 88332 0 -1 4194304 139464 0 0 0 348294 171 0 0 20 0 20 0 79151675 19521036288 743347 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
/proc/89933/statm: 4765878 743347 5552 1 0 755092 0
[pid=89933/tid=89935] ppid=89930 vsize=19063512 memory=4764 CPUtime=3427.88 cores=0,2
/proc/89933/task/89935/stat : 89935 (java) R 89930 89933 88332 0 -1 4194368 73967 0 0 0 342741 47 0 0 20 0 20 0 79151676 19521036288 743347 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
[pid=89933/tid=89944] ppid=89930 vsize=19063512 memory=2917844 CPUtime=0 cores=0,2
/proc/89933/task/89944/stat : 89944 (Finalizer) S 89930 89933 88332 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79151678 19521036288 743347 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
[pid=89933/tid=89951] ppid=89930 vsize=19063512 memory=2973388 CPUtime=0 cores=0,2
/proc/89933/task/89951/stat : 89951 (Common-Cleaner) S 89930 89933 88332 0 -1 4194368 1847 0 0 0 0 0 0 0 20 0 20 0 79151679 19521036288 743347 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
[pid=89933/tid=89952] ppid=89930 vsize=19063512 memory=2973388 CPUtime=0 cores=0,2
/proc/89933/task/89952/stat : 89952 (Timer-0) S 89930 89933 88332 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79151700 19521036288 743347 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
Current children cumulated CPU time: 3484.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2973388 KiB

[startup+3522.3 s]
/proc/loadavg: 3.28 3.94 4.14 4/317 90299
/proc/meminfo: memFree=97153928/131249988 swapFree=33010160/33010684
[pid=89933] ppid=89930 vsize=19063512 memory=2975180 CPUtime=3544.92 cores=0,2
/proc/89933/stat : 89933 (java) S 89930 89933 88332 0 -1 4194304 139943 0 0 0 354320 172 0 0 20 0 20 0 79151675 19521036288 743795 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
/proc/89933/statm: 4765878 743795 5552 1 0 755092 0
[pid=89933/tid=89935] ppid=89930 vsize=19063512 memory=2973388 CPUtime=3487.32 cores=0,2
/proc/89933/task/89935/stat : 89935 (java) R 89930 89933 88332 0 -1 4194368 74431 0 0 0 348685 47 0 0 20 0 20 0 79151676 19521036288 743795 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
[pid=89933/tid=89944] ppid=89930 vsize=19063512 memory=2973388 CPUtime=0 cores=0,2
/proc/89933/task/89944/stat : 89944 (Finalizer) S 89930 89933 88332 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79151678 19521036288 743795 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
[pid=89933/tid=89951] ppid=89930 vsize=19063512 memory=14444 CPUtime=0 cores=0,2
/proc/89933/task/89951/stat : 89951 (Common-Cleaner) S 89930 89933 88332 0 -1 4194368 1847 0 0 0 0 0 0 0 20 0 20 0 79151679 19521036288 743795 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
[pid=89933/tid=89952] ppid=89930 vsize=19063512 memory=2975180 CPUtime=0 cores=0,2
/proc/89933/task/89952/stat : 89952 (Timer-0) S 89930 89933 88332 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79151700 19521036288 743795 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
Current children cumulated CPU time: 3544.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2975180 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3575.2 s]
/proc/loadavg: 3.22 3.81 4.08 4/316 90301
/proc/meminfo: memFree=97141972/131249988 swapFree=33010160/33010684
[pid=89933] ppid=89930 vsize=19063512 memory=2979404 CPUtime=3600.06 cores=0,2
/proc/89933/stat : 89933 (java) S 89930 89933 88332 0 -1 4194304 144367 0 0 0 359830 176 0 0 20 0 20 0 79151675 19521036288 744851 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
/proc/89933/statm: 4765878 744851 5552 1 0 755092 0
[pid=89933/tid=89935] ppid=89930 vsize=19063512 memory=10624 CPUtime=3539.75 cores=0,2
/proc/89933/task/89935/stat : 89935 (java) R 89930 89933 88332 0 -1 4194368 76513 0 0 0 353928 47 0 0 20 0 20 0 79151676 19521036288 744851 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
[pid=89933/tid=89944] ppid=89930 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/89933/task/89944/stat : 89944 (Finalizer) S 89930 89933 88332 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79151678 19521036288 744851 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
[pid=89933/tid=89951] ppid=89930 vsize=19063512 memory=2764 CPUtime=0 cores=0,2
/proc/89933/task/89951/stat : 89951 (Common-Cleaner) S 89930 89933 88332 0 -1 4194368 1965 0 0 0 0 0 0 0 20 0 20 0 79151679 19521036288 744851 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
[pid=89933/tid=89952] ppid=89930 vsize=19063512 memory=2979404 CPUtime=0 cores=0,2
/proc/89933/task/89952/stat : 89952 (Timer-0) S 89930 89933 88332 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79151700 19521036288 744851 18446744073709551615 94769180196864 94769180200560 140722006976624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769180208376 94769180209168 94769211928576 140722006985084 140722006985188 140722006985188 140722006990792 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2979404 KiB

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

[startup+3575.28 s]
# the end of solver process 89933 was just reported to runsolver
# Child status: 143

# cumulated CPU time of all completed processes:  user=3598.44 s, system=1.7785 s

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

Child status: 143

Real time (s): 3575.28
CPU time (s): 3600.22
CPU user time (s): 3598.44
CPU system time (s): 1.7785
CPU usage (%): 100.697
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2979404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.44
system time used= 1.7785
maximum resident set size= 2980044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 146434
page faults= 0
swaps= 0
block input operations= 0
block output operations= 31840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 138048
involuntary context switches= 12972


# summary of solver processes directly reported to runsolver:
#   pid: 89933
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3598.44
#   total CPU system time (s): 1.7785

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.9292 second user time and 17.6191 second system time

The end

Launcher Data

Begin job on nodeC034 at 2025-07-04 15:12:08
IDJOB=4526613
IDBENCH=144126
IDSOLVER=3381
FILE ID=nodeC034/4526613-1751634728
RUNJOBID= nodeC034-1751627986-88342
SLURM_JOB_ID= 9598958
Free space on /tmp= 429944 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/coloring/normalized-myciel5g-5_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4526613-1751634728/watcher-4526613-1751634728 -o /tmp/evaluation-result-4526613-1751634728/solver-4526613-1751634728 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1751627986-88342 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4526613-1751634728.wbo

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

MD5SUM BENCH= 3494b890a231ad778a05b94b9d7caa9e
RANDOM SEED=1260414606

nodeC034 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.407
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.53
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.782
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.53
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.764
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.53
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.782
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.53
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.381
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.53
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		: 3599.759
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.53
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		: 3599.765
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.53
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		: 3494.633
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.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        96830876 kB
MemAvailable:   121347040 kB
Buffers:            2128 kB
Cached:         25253416 kB
SwapCached:           36 kB
Active:          8893924 kB
Inactive:       24778800 kB
Active(anon):    8431040 kB
Inactive(anon):     4208 kB
Active(file):     462884 kB
Inactive(file): 24774592 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2252 kB
Writeback:             0 kB
AnonPages:       8420208 kB
Mapped:           124336 kB
Shmem:             18068 kB
KReclaimable:     235452 kB
Slab:             330212 kB
SReclaimable:     235452 kB
SUnreclaim:        94760 kB
KernelStack:        5144 kB
PageTables:        20384 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:   10969744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8196096 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:      189140 kB
DirectMap2M:     7970816 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 429928 MiB
End job on nodeC034 at 2025-07-04 16:11:44