Trace number 4517867

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
Sat4j Resolution VeriPB 2025-06-06OPT cert.12 146.586 141.634

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/
normalized-clique-coloring-max-clique-n=14-t=2.opb
MD5SUM0eb4af5d9d6a7991e65a6bdba739f56a
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark0.372509
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables329
Total number of constraints16786
Number of constraints which are clauses16772
Number of constraints which are cardinality constraints (but not clauses)14
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint15
Number of terms in the objective function 14
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 14
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 16
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.13	c See www.sat4j.org for details.
0.12/0.14	c version PB25.v20250606
0.12/0.16	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.16	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.16	c java.vm.version	22.0.1+8-16
0.12/0.16	c java.vm.vendor	Oracle Corporation
0.12/0.16	c sun.arch.data.model	64
0.12/0.16	c java.version		22.0.1
0.12/0.16	c os.name		Linux
0.12/0.16	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.16	c os.arch		amd64
0.12/0.16	c Free memory 		2104792832
0.12/0.16	c Max memory 		16282288128
0.12/0.16	c Total memory 		2113929216
0.12/0.17	c Number of processors 	2
0.32/0.23	c Pseudo Boolean Optimization by upper bound
0.32/0.23	c --- Begin Solver configuration ---
0.32/0.23	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.32/0.23	c Learn all clauses as in MiniSAT
0.32/0.23	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.32/0.23	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.32/0.23	c Expensive reason simplification
0.32/0.23	c Glucose 2.1 dynamic restart strategy
0.32/0.23	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.32/0.23	c timeout=2147483s
0.32/0.23	c DB Simplification allowed=false
0.32/0.23	c Listener: none
0.32/0.23	c --- End Solver configuration ---
0.32/0.23	c solving HOME/instance-4517867-1751539400.opb
0.32/0.23	c reading problem ... 
0.32/0.25	c using VERIPB proof format
0.32/0.25	c  objective function found
0.86/0.61	c ... done. Wall clock time 0.367s.
0.86/0.61	c declared #vars     329
0.86/0.61	c #constraints  16786
0.86/0.61	c constraints type 
0.86/0.61	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 14
0.86/0.61	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 14
0.86/0.61	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16758
0.86/0.61	c 16786 constraints processed.
1.02/0.62	c objective function length is 14 literals
1.58/0.92	c SATISFIABLE
1.58/0.92	c OPTIMIZING...
1.58/0.92	c Got one! Elapsed wall clock time (in seconds):0.687
1.58/0.92	o 12
2.56/1.40	c cleaning 2904 clauses out of 5807 with flag 21651/5807
3.56/1.90	c cleaning 4421 clauses out of 8903 with flag 81124/11807
4.35/2.32	c cleaning 5662 clauses out of 11482 with flag 216557/18807
5.15/2.73	c cleaning 6906 clauses out of 13820 with flag 393515/26807
5.95/3.18	c cleaning 7929 clauses out of 15915 with flag 472394/35808
6.92/3.64	c cleaning 8993 clauses out of 17986 with flag 726964/45808
7.79/4.18	c cleaning 9999 clauses out of 19998 with flag 880102/56813
8.52/4.65	c cleaning 10944 clauses out of 21993 with flag 939057/68807
9.12/5.22	c cleaning 11986 clauses out of 24049 with flag 1228149/81807
9.64/5.79	c cleaning 12968 clauses out of 26063 with flag 1437067/95807
10.44/6.52	c cleaning 14047 clauses out of 28095 with flag 1727099/110807
11.13/7.32	c cleaning 15017 clauses out of 30047 with flag 2097292/126807
12.84/8.15	c cleaning 16001 clauses out of 32030 with flag 2220476/143807
13.81/9.07	c cleaning 16961 clauses out of 34029 with flag 2420762/161807
14.90/10.02	c cleaning 18025 clauses out of 36068 with flag 2739309/180807
15.84/10.94	c cleaning 18954 clauses out of 38043 with flag 2988784/200807
16.75/11.88	c cleaning 19972 clauses out of 40090 with flag 3239173/221808
17.95/13.10	c cleaning 21042 clauses out of 42117 with flag 3629570/243807
19.06/14.11	c cleaning 21990 clauses out of 44074 with flag 4104086/266807
20.23/15.28	c cleaning 22988 clauses out of 46084 with flag 4579799/290807
21.60/16.51	c cleaning 24020 clauses out of 48099 with flag 5073097/315811
22.90/17.83	c cleaning 25024 clauses out of 50075 with flag 5492180/341807
24.50/19.43	c cleaning 26012 clauses out of 52051 with flag 5908521/368807
26.42/20.95	c cleaning 27012 clauses out of 54041 with flag 6531610/396810
28.02/22.59	c cleaning 27928 clauses out of 56026 with flag 6947003/425807
29.63/24.18	c cleaning 29033 clauses out of 58099 with flag 7386542/455808
31.14/25.69	c cleaning 30025 clauses out of 60064 with flag 7934231/486807
32.64/27.17	c cleaning 31017 clauses out of 62037 with flag 8519112/518807
34.43/28.98	c cleaning 31988 clauses out of 64019 with flag 9024920/551807
36.43/30.93	c cleaning 33008 clauses out of 66031 with flag 9576744/585808
38.55/33.04	c cleaning 33976 clauses out of 68021 with flag 10152673/620807
40.66/35.21	c cleaning 35001 clauses out of 70044 with flag 10797764/656807
42.77/37.35	c cleaning 36008 clauses out of 72042 with flag 11503617/693807
45.06/39.62	c cleaning 36964 clauses out of 74033 with flag 12213053/731807
47.26/41.80	c cleaning 38034 clauses out of 76068 with flag 12878271/770807
49.65/44.22	c cleaning 38991 clauses out of 78033 with flag 13518857/810808
52.05/46.65	c cleaning 40012 clauses out of 80040 with flag 14331621/851807
54.56/49.13	c cleaning 41006 clauses out of 82027 with flag 14988140/893807
57.03/51.60	c cleaning 41987 clauses out of 84019 with flag 15790044/936807
59.63/54.27	c cleaning 42916 clauses out of 86030 with flag 16629407/980807
62.44/57.03	c cleaning 44005 clauses out of 88113 with flag 17419712/1025808
65.21/59.82	c cleaning 45038 clauses out of 90106 with flag 18239332/1071807
67.91/62.56	c cleaning 46018 clauses out of 92066 with flag 19116983/1118807
70.64/65.46	c cleaning 47013 clauses out of 94048 with flag 19937980/1166809
73.44/68.28	c cleaning 47996 clauses out of 96031 with flag 20788720/1215807
76.43/71.24	c cleaning 48968 clauses out of 98033 with flag 21649106/1265807
79.53/74.35	c cleaning 49940 clauses out of 100063 with flag 22468001/1316807
82.62/77.46	c cleaning 51001 clauses out of 102121 with flag 23296447/1368807
85.91/80.73	c cleaning 52049 clauses out of 104119 with flag 24241573/1421808
89.10/83.91	c cleaning 53023 clauses out of 106066 with flag 25165075/1475807
92.40/87.22	c cleaning 54020 clauses out of 108040 with flag 26095969/1530807
95.98/90.83	c cleaning 54986 clauses out of 110017 with flag 26983790/1586807
99.38/94.27	c cleaning 55972 clauses out of 112028 with flag 27914842/1643807
102.73/97.65	c cleaning 56973 clauses out of 114052 with flag 28837711/1701807
106.42/101.31	c cleaning 57974 clauses out of 116077 with flag 29774214/1760808
109.92/104.88	c cleaning 58989 clauses out of 118098 with flag 30701294/1820807
113.61/108.52	c cleaning 60052 clauses out of 120107 with flag 31690170/1881809
117.30/112.20	c cleaning 60991 clauses out of 122048 with flag 32627296/1943807
120.89/115.83	c cleaning 62005 clauses out of 124052 with flag 33559246/2006807
124.68/119.61	c cleaning 63006 clauses out of 126041 with flag 34462395/2070807
128.57/123.58	c cleaning 63994 clauses out of 128031 with flag 35347409/2135809
132.43/127.47	c cleaning 64968 clauses out of 130026 with flag 36205901/2201807
136.52/131.57	c cleaning 66023 clauses out of 132048 with flag 36970768/2268808
140.72/135.78	c cleaning 66991 clauses out of 134010 with flag 37688630/2336808
145.30/140.34	c cleaning 67995 clauses out of 135999 with flag 38247356/2405808
146.50/141.56	c starts		: 7968
146.50/141.56	c conflicts		: 2428042
146.50/141.56	c decisions		: 19754908
146.50/141.56	c propagations		: 113881317
146.50/141.56	c inspects		: 1857765745
146.50/141.56	c shortcuts		: 0
146.50/141.56	c learnt literals	: 165
146.50/141.56	c learnt binary clauses	: 3456
146.50/141.56	c learnt ternary clauses	: 485611
146.50/141.56	c learnt constraints	: 2427876
146.50/141.56	c ignored constraints	: 0
146.50/141.56	c root simplifications	: 0
146.50/141.56	c removed literals (reason simplification)	: 9734672
146.50/141.56	c reason swapping (by a shorter reason)	: 0
146.50/141.56	c Calls to reduceDB	: 65
146.50/141.56	c Number of update (reduction) of LBD	: 1579106
146.50/141.56	c Imported unit clauses	: 0
146.50/141.56	c No decision after first conflict	: false
146.50/141.56	c number of reductions to clauses (during analyze)	: 0
146.50/141.56	c number of learned constraints concerned by reduction	: 0
146.50/141.56	c number of learning phase by resolution	: 0
146.50/141.56	c number of learning phase by cutting planes	: 0
146.50/141.56	c number of rounding to 1 operations	: 0
146.50/141.56	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
146.50/141.56	c number of reductions of the coefficients by power 2 	: 0
146.50/141.56	c number of right shift for reduction by power 2 	: 0
146.50/141.56	c number of reductions of the coefficients by GCD over coefficients 	: 0
146.50/141.56	c number of ending skipping 	: 0
146.50/141.56	c number of internal skipping 	: 0
146.50/141.56	c number of derivation steps 	: 0
146.50/141.56	c number of skipped derivation steps 	: 0
146.50/141.57	c number of remaining unassigned 	: 0
146.50/141.57	c number of remaining assigned 	: 0
146.50/141.57	c number of falsified literals weakened from reason	: 0
146.50/141.57	c number of falsified literals weakened from conflict	: 0
146.50/141.57	c time for arithmetic operations	: 0
146.50/141.57	c minimum degree of deleted constraints	: null
146.50/141.57	c maximum degree of deleted constraints	: null
146.50/141.57	c number of deleted constraints	: 0
146.50/141.57	c speed (assignments/second)	: 808041.4162557207
146.50/141.57	c non guided choices	: 383
146.50/141.57	s OPTIMUM FOUND
146.50/141.57	c Found 1 solution(s)
146.50/141.57	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 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 x303 -x304 x305 x306 -x307 x308 -x309 x310 -x311 -x312 x313 -x314 x315 x316 -x317 -x318 x319 -x320 x321 -x322 x323 x324 -x325 x326 -x327 -x328 x329 
146.50/141.57	c objective function=12
146.50/141.57	c Total wall clock time (in seconds): 141.333

Verifier Data

OK	12

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Thu Jul  3 13:33:32 CEST 2025
extraparms=
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED BOUNDS 12 <= obj <= 12
Verification succeeded.
-- cakepb --
s VERIFIED BOUNDS 12 <= obj <= 12
--summary--
ALL OK

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4517867-1751539400/watcher-4517867-1751539400 -o /tmp/evaluation-result-4517867-1751539400/solver-4517867-1751539400 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751535003-81001 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4517867-1751539400 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4517867-1751539400.opb 

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 FSIZE limit: 102400000 KiB
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
Current StackSize limit: 8192 KiB

solver pid=82039, runsolver pid=82036

[startup+0.100068 s]*
/proc/loadavg: 4.28 4.18 4.13 5/332 82057
/proc/meminfo: memFree=118890340/131382116 swapFree=33010684/33010684
[pid=82039] ppid=82036 vsize=18930384 memory=48656 CPUtime=0.12 cores=0,2
/proc/82039/stat : 82039 (java) S 82036 82039 80991 0 -1 4194304 5851 0 0 0 10 2 0 0 20 0 18 0 69619681 19384713216 12164 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
/proc/82039/statm: 4732596 12164 5308 1 0 547037 0
[pid=82039/tid=82041] ppid=82036 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/82039/task/82041/stat : 82041 (java) R 82036 82039 80991 0 -1 4194368 4734 0 0 0 6 1 0 0 20 0 18 0 69619683 19384713216 12164 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
[pid=82039/tid=82050] ppid=82036 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/82039/task/82050/stat : 82050 (Finalizer) S 82036 82039 80991 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 69619686 19384713216 12164 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
[pid=82039/tid=82057] ppid=82036 vsize=18930384 memory=59593594265959 CPUtime=0 cores=0,2
/proc/82039/task/82057/stat : 82057 (Common-Cleaner) S 82036 82039 80991 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 69619687 19384713216 12164 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48656 KiB

[startup+0.214269 s]*
/proc/loadavg: 4.28 4.18 4.13 6/332 82057
/proc/meminfo: memFree=118879188/131382116 swapFree=33010684/33010684
[pid=82039] ppid=82036 vsize=18930384 memory=58648 CPUtime=0.32 cores=0,2
/proc/82039/stat : 82039 (java) S 82036 82039 80991 0 -1 4194304 6713 0 0 0 29 3 0 0 20 0 18 0 69619681 19384713216 14662 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
/proc/82039/statm: 4732596 14662 5436 1 0 547729 0
[pid=82039/tid=82041] ppid=82036 vsize=18930384 memory=4026794268 CPUtime=0.19 cores=0,2
/proc/82039/task/82041/stat : 82041 (java) R 82036 82039 80991 0 -1 4194368 5213 0 0 0 17 2 0 0 20 0 18 0 69619683 19384713216 14662 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
[pid=82039/tid=82050] ppid=82036 vsize=18930384 memory=1641 CPUtime=0 cores=0,2
/proc/82039/task/82050/stat : 82050 (Finalizer) S 82036 82039 80991 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 69619686 19384713216 14662 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
[pid=82039/tid=82057] ppid=82036 vsize=18930384 memory=58494082614266 CPUtime=0 cores=0,2
/proc/82039/task/82057/stat : 82057 (Common-Cleaner) S 82036 82039 80991 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 69619687 19384713216 14662 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58648 KiB

[startup+0.327896 s]*
/proc/loadavg: 4.28 4.18 4.13 7/332 82057
/proc/meminfo: memFree=118873076/131382116 swapFree=33010684/33010684
[pid=82039] ppid=82036 vsize=18930384 memory=63532 CPUtime=0.53 cores=0,2
/proc/82039/stat : 82039 (java) S 82036 82039 80991 0 -1 4194304 6892 0 0 0 50 3 0 0 20 0 18 0 69619681 19384713216 15883 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
/proc/82039/statm: 4732596 15883 5436 1 0 547839 0
[pid=82039/tid=82041] ppid=82036 vsize=18930384 memory=-6000919481330330215 CPUtime=0.3 cores=0,2
/proc/82039/task/82041/stat : 82041 (java) R 82036 82039 80991 0 -1 4194368 5298 0 0 0 28 2 0 0 20 0 18 0 69619683 19384713216 15883 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
[pid=82039/tid=82050] ppid=82036 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/82039/task/82050/stat : 82050 (Finalizer) S 82036 82039 80991 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 69619686 19384713216 15883 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
[pid=82039/tid=82057] ppid=82036 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/82039/task/82057/stat : 82057 (Common-Cleaner) S 82036 82039 80991 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 69619687 19384713216 15883 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 63532 KiB

[startup+0.700357 s]
/proc/loadavg: 4.28 4.18 4.13 6/332 82057
/proc/meminfo: memFree=118844468/131382116 swapFree=33010684/33010684
[pid=82039] ppid=82036 vsize=18996948 memory=108436 CPUtime=1.18 cores=0,2
/proc/82039/stat : 82039 (java) S 82036 82039 80991 0 -1 4194304 8831 0 0 0 112 6 0 0 20 0 19 0 69619681 19452874752 27109 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
/proc/82039/statm: 4749237 27109 5468 1 0 549448 0
[pid=82039/tid=82041] ppid=82036 vsize=18996948 memory=18432 CPUtime=0.63 cores=0,2
/proc/82039/task/82041/stat : 82041 (java) R 82036 82039 80991 0 -1 4194368 5443 0 0 0 60 3 0 0 20 0 19 0 69619683 19452874752 27109 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
[pid=82039/tid=82050] ppid=82036 vsize=18996948 memory=11136 CPUtime=0 cores=0,2
/proc/82039/task/82050/stat : 82050 (Finalizer) S 82036 82039 80991 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 69619686 19452874752 27109 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
[pid=82039/tid=82057] ppid=82036 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/82039/task/82057/stat : 82057 (Common-Cleaner) S 82036 82039 80991 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 69619687 19452874752 27109 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 108436 KiB

[startup+1.50028 s]
/proc/loadavg: 4.28 4.18 4.13 6/333 82058
/proc/meminfo: memFree=118793844/131382116 swapFree=33010684/33010684
[pid=82039] ppid=82036 vsize=19063512 memory=179440 CPUtime=2.76 cores=0,2
/proc/82039/stat : 82039 (java) S 82036 82039 80991 0 -1 4194304 21952 0 0 0 266 10 0 0 20 0 20 0 69619681 19521036288 44860 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
/proc/82039/statm: 4765878 44860 5532 1 0 554242 0
[pid=82039/tid=82041] ppid=82036 vsize=19063512 memory=3328 CPUtime=1.39 cores=0,2
/proc/82039/task/82041/stat : 82041 (java) R 82036 82039 80991 0 -1 4194368 6500 0 0 0 134 5 0 0 20 0 20 0 69619683 19521036288 44860 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
[pid=82039/tid=82050] ppid=82036 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/82039/task/82050/stat : 82050 (Finalizer) S 82036 82039 80991 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69619686 19521036288 44860 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
[pid=82039/tid=82057] ppid=82036 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/82039/task/82057/stat : 82057 (Common-Cleaner) S 82036 82039 80991 0 -1 4194368 30 0 0 0 0 0 0 0 20 0 20 0 69619687 19521036288 44860 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
[pid=82039/tid=82058] ppid=82036 vsize=19063512 memory=14336 CPUtime=0 cores=0,2
/proc/82039/task/82058/stat : 82058 (Timer-0) S 82036 82039 80991 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69619744 19521036288 44860 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
Current children cumulated CPU time: 2.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 179440 KiB

[startup+3.1061 s]
/proc/loadavg: 4.34 4.20 4.14 6/334 82059
/proc/meminfo: memFree=118739708/131382116 swapFree=33010684/33010684
[pid=82039] ppid=82036 vsize=19063512 memory=182128 CPUtime=5.95 cores=0,2
/proc/82039/stat : 82039 (java) S 82036 82039 80991 0 -1 4194304 24575 0 0 0 584 11 0 0 20 0 20 0 69619681 19521036288 45532 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
/proc/82039/statm: 4765878 45532 5532 1 0 554732 0
[pid=82039/tid=82041] ppid=82036 vsize=19063512 memory=14336 CPUtime=2.97 cores=0,2
/proc/82039/task/82041/stat : 82041 (java) R 82036 82039 80991 0 -1 4194368 7012 0 0 0 291 6 0 0 20 0 20 0 69619683 19521036288 45532 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
[pid=82039/tid=82050] ppid=82036 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/82039/task/82050/stat : 82050 (Finalizer) S 82036 82039 80991 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69619686 19521036288 45532 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
[pid=82039/tid=82057] ppid=82036 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/82039/task/82057/stat : 82057 (Common-Cleaner) S 82036 82039 80991 0 -1 4194368 30 0 0 0 0 0 0 0 20 0 20 0 69619687 19521036288 45532 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
[pid=82039/tid=82058] ppid=82036 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/82039/task/82058/stat : 82058 (Timer-0) S 82036 82039 80991 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69619744 19521036288 45532 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
Current children cumulated CPU time: 5.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 182128 KiB

[startup+6.30039 s]
/proc/loadavg: 4.34 4.20 4.14 5/334 82059
/proc/meminfo: memFree=118569016/131382116 swapFree=33010684/33010684
[pid=82039] ppid=82036 vsize=19063512 memory=351172 CPUtime=10.24 cores=0,2
/proc/82039/stat : 82039 (java) S 82036 82039 80991 0 -1 4194304 25053 0 0 0 1009 15 0 0 20 0 20 0 69619681 19521036288 87793 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
/proc/82039/statm: 4765878 87793 5532 1 0 554750 0
[pid=82039/tid=82041] ppid=82036 vsize=19063512 memory=0 CPUtime=6.12 cores=0,2
/proc/82039/task/82041/stat : 82041 (java) R 82036 82039 80991 0 -1 4194368 7243 0 0 0 603 9 0 0 20 0 20 0 69619683 19521036288 87793 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
[pid=82039/tid=82050] ppid=82036 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/82039/task/82050/stat : 82050 (Finalizer) S 82036 82039 80991 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69619686 19521036288 87793 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
[pid=82039/tid=82057] ppid=82036 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/82039/task/82057/stat : 82057 (Common-Cleaner) S 82036 82039 80991 0 -1 4194368 30 0 0 0 0 0 0 0 20 0 20 0 69619687 19521036288 87793 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
[pid=82039/tid=82058] ppid=82036 vsize=19063512 memory=179440 CPUtime=0 cores=0,2
/proc/82039/task/82058/stat : 82058 (Timer-0) S 82036 82039 80991 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69619744 19521036288 87793 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
Current children cumulated CPU time: 10.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 351172 KiB

[startup+12.7004 s]
/proc/loadavg: 4.39 4.21 4.14 5/334 82059
/proc/meminfo: memFree=118415668/131382116 swapFree=33010684/33010684
[pid=82039] ppid=82036 vsize=19063512 memory=513340 CPUtime=17.64 cores=0,2
/proc/82039/stat : 82039 (java) S 82036 82039 80991 0 -1 4194304 30083 0 0 0 1743 21 0 0 20 0 20 0 69619681 19521036288 128335 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
/proc/82039/statm: 4765878 128335 5532 1 0 554750 0
[pid=82039/tid=82041] ppid=82036 vsize=19063512 memory=179440 CPUtime=12.38 cores=0,2
/proc/82039/task/82041/stat : 82041 (java) S 82036 82039 80991 0 -1 4194368 8377 0 0 0 1223 15 0 0 20 0 20 0 69619683 19521036288 128335 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
[pid=82039/tid=82050] ppid=82036 vsize=19063512 memory=421060 CPUtime=0 cores=0,2
/proc/82039/task/82050/stat : 82050 (Finalizer) S 82036 82039 80991 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69619686 19521036288 128335 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
[pid=82039/tid=82057] ppid=82036 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/82039/task/82057/stat : 82057 (Common-Cleaner) S 82036 82039 80991 0 -1 4194368 30 0 0 0 0 0 0 0 20 0 20 0 69619687 19521036288 128335 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
[pid=82039/tid=82058] ppid=82036 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/82039/task/82058/stat : 82058 (Timer-0) S 82036 82039 80991 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69619744 19521036288 128335 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
Current children cumulated CPU time: 17.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 513340 KiB

[startup+25.5004 s]
/proc/loadavg: 4.44 4.23 4.15 3/334 82060
/proc/meminfo: memFree=117450120/131382116 swapFree=33010684/33010684
[pid=82039] ppid=82036 vsize=19063512 memory=1316704 CPUtime=31.04 cores=0,2
/proc/82039/stat : 82039 (java) S 82036 82039 80991 0 -1 4194304 38352 0 0 0 3063 41 0 0 20 0 20 0 69619681 19521036288 329176 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
/proc/82039/statm: 4765878 329176 5532 1 0 554750 0
[pid=82039/tid=82041] ppid=82036 vsize=19063512 memory=0 CPUtime=25.11 cores=0,2
/proc/82039/task/82041/stat : 82041 (java) R 82036 82039 80991 0 -1 4194368 10241 0 0 0 2479 32 0 0 20 0 20 0 69619683 19521036288 329176 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
[pid=82039/tid=82050] ppid=82036 vsize=19063512 memory=14336 CPUtime=0 cores=0,2
/proc/82039/task/82050/stat : 82050 (Finalizer) S 82036 82039 80991 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69619686 19521036288 329176 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
[pid=82039/tid=82057] ppid=82036 vsize=19063512 memory=1226556 CPUtime=0 cores=0,2
/proc/82039/task/82057/stat : 82057 (Common-Cleaner) S 82036 82039 80991 0 -1 4194368 30 0 0 0 0 0 0 0 20 0 20 0 69619687 19521036288 329176 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
[pid=82039/tid=82058] ppid=82036 vsize=19063512 memory=876348 CPUtime=0 cores=0,2
/proc/82039/task/82058/stat : 82058 (Timer-0) S 82036 82039 80991 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69619744 19521036288 329176 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
Current children cumulated CPU time: 31.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1316704 KiB

[startup+51.1139 s]
/proc/loadavg: 4.37 4.23 4.15 5/334 82060
/proc/meminfo: memFree=117228968/131382116 swapFree=33010684/33010684
[pid=82039] ppid=82036 vsize=19063512 memory=1318880 CPUtime=56.55 cores=0,2
/proc/82039/stat : 82039 (java) S 82036 82039 80991 0 -1 4194304 41180 0 0 0 5607 48 0 0 20 0 20 0 69619681 19521036288 329720 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
/proc/82039/statm: 4765878 329720 5564 1 0 554750 0
[pid=82039/tid=82041] ppid=82036 vsize=19063512 memory=1316704 CPUtime=50.54 cores=0,2
/proc/82039/task/82041/stat : 82041 (java) R 82036 82039 80991 0 -1 4194368 11246 0 0 0 5016 38 0 0 20 0 20 0 69619683 19521036288 329720 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
[pid=82039/tid=82050] ppid=82036 vsize=19063512 memory=12544 CPUtime=0 cores=0,2
/proc/82039/task/82050/stat : 82050 (Finalizer) S 82036 82039 80991 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69619686 19521036288 329720 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
[pid=82039/tid=82057] ppid=82036 vsize=19063512 memory=2308 CPUtime=0 cores=0,2
/proc/82039/task/82057/stat : 82057 (Common-Cleaner) S 82036 82039 80991 0 -1 4194368 30 0 0 0 0 0 0 0 20 0 20 0 69619687 19521036288 329720 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0

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

[pid=82039] ppid=82036 vsize=19063512 memory=1333248 CPUtime=107.52 cores=0,2
/proc/82039/stat : 82039 (java) S 82036 82039 80991 0 -1 4194304 44424 0 0 0 10689 63 0 0 20 0 20 0 69619681 19521036288 333312 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
/proc/82039/statm: 4765878 333312 5564 1 0 554750 0
[pid=82039/tid=82041] ppid=82036 vsize=19063512 memory=2241 CPUtime=101.25 cores=0,2
/proc/82039/task/82041/stat : 82041 (java) R 82036 82039 80991 0 -1 4194368 12919 0 0 0 10075 50 0 0 20 0 20 0 69619683 19521036288 333312 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
[pid=82039/tid=82050] ppid=82036 vsize=19063512 memory=1316704 CPUtime=0 cores=0,2
/proc/82039/task/82050/stat : 82050 (Finalizer) S 82036 82039 80991 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69619686 19521036288 333312 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
[pid=82039/tid=82057] ppid=82036 vsize=19063512 memory=-6000919481330330215 CPUtime=0 cores=0,2
/proc/82039/task/82057/stat : 82057 (Common-Cleaner) S 82036 82039 80991 0 -1 4194368 90 0 0 0 0 0 0 0 20 0 20 0 69619687 19521036288 333312 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
[pid=82039/tid=82058] ppid=82036 vsize=19063512 memory=83 CPUtime=0 cores=0,2
/proc/82039/task/82058/stat : 82058 (Timer-0) S 82036 82039 80991 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69619744 19521036288 333312 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
Current children cumulated CPU time: 107.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1333248 KiB

[startup+128 s]*
/proc/loadavg: 4.17 4.20 4.15 5/335 82064
/proc/meminfo: memFree=116640888/131382116 swapFree=33010684/33010684
[pid=82039] ppid=82036 vsize=19063512 memory=1333248 CPUtime=133.04 cores=0,2
/proc/82039/stat : 82039 (java) S 82036 82039 80991 0 -1 4194304 46832 0 0 0 13234 70 0 0 20 0 20 0 69619681 19521036288 333312 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
/proc/82039/statm: 4765878 333312 5564 1 0 554750 0
[pid=82039/tid=82041] ppid=82036 vsize=19063512 memory=-6000919481330330215 CPUtime=126.68 cores=0,2
/proc/82039/task/82041/stat : 82041 (java) R 82036 82039 80991 0 -1 4194368 13586 0 0 0 12612 56 0 0 20 0 20 0 69619683 19521036288 333312 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
[pid=82039/tid=82050] ppid=82036 vsize=19063512 memory=-4050210904893735062 CPUtime=0 cores=0,2
/proc/82039/task/82050/stat : 82050 (Finalizer) S 82036 82039 80991 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69619686 19521036288 333312 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
[pid=82039/tid=82057] ppid=82036 vsize=19063512 memory=1792 CPUtime=0 cores=0,2
/proc/82039/task/82057/stat : 82057 (Common-Cleaner) S 82036 82039 80991 0 -1 4194368 134 0 0 0 0 0 0 0 20 0 20 0 69619687 19521036288 333312 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
[pid=82039/tid=82058] ppid=82036 vsize=19063512 memory=1920 CPUtime=0 cores=0,2
/proc/82039/task/82058/stat : 82058 (Timer-0) S 82036 82039 80991 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69619744 19521036288 333312 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
Current children cumulated CPU time: 133.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1333248 KiB

[startup+134.4 s]
/proc/loadavg: 4.16 4.20 4.15 5/335 82064
/proc/meminfo: memFree=116586932/131382116 swapFree=33010684/33010684
[pid=82039] ppid=82036 vsize=19063512 memory=1333248 CPUtime=139.41 cores=0,2
/proc/82039/stat : 82039 (java) S 82036 82039 80991 0 -1 4194304 46843 0 0 0 13870 71 0 0 20 0 20 0 69619681 19521036288 333312 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
/proc/82039/statm: 4765878 333312 5564 1 0 554750 0
[pid=82039/tid=82041] ppid=82036 vsize=19063512 memory=14336 CPUtime=132.96 cores=0,2
/proc/82039/task/82041/stat : 82041 (java) R 82036 82039 80991 0 -1 4194368 13588 0 0 0 13239 57 0 0 20 0 20 0 69619683 19521036288 333312 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
[pid=82039/tid=82050] ppid=82036 vsize=19063512 memory=1333248 CPUtime=0 cores=0,2
/proc/82039/task/82050/stat : 82050 (Finalizer) S 82036 82039 80991 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69619686 19521036288 333312 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
[pid=82039/tid=82057] ppid=82036 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/82039/task/82057/stat : 82057 (Common-Cleaner) S 82036 82039 80991 0 -1 4194368 134 0 0 0 0 0 0 0 20 0 20 0 69619687 19521036288 333312 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
[pid=82039/tid=82058] ppid=82036 vsize=19063512 memory=1333248 CPUtime=0 cores=0,2
/proc/82039/task/82058/stat : 82058 (Timer-0) S 82036 82039 80991 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69619744 19521036288 333312 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
Current children cumulated CPU time: 139.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1333248 KiB

[startup+137.6 s]
/proc/loadavg: 4.16 4.20 4.15 5/335 82065
/proc/meminfo: memFree=116542008/131382116 swapFree=33010684/33010684
[pid=82039] ppid=82036 vsize=19063512 memory=1333248 CPUtime=142.6 cores=0,2
/proc/82039/stat : 82039 (java) S 82036 82039 80991 0 -1 4194304 46859 0 0 0 14188 72 0 0 20 0 20 0 69619681 19521036288 333312 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
/proc/82039/statm: 4765878 333312 5564 1 0 554750 0
[pid=82039/tid=82041] ppid=82036 vsize=19063512 memory=1333248 CPUtime=136.15 cores=0,2
/proc/82039/task/82041/stat : 82041 (java) R 82036 82039 80991 0 -1 4194368 13595 0 0 0 13557 58 0 0 20 0 20 0 69619683 19521036288 333312 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
[pid=82039/tid=82050] ppid=82036 vsize=19063512 memory=1333248 CPUtime=0 cores=0,2
/proc/82039/task/82050/stat : 82050 (Finalizer) S 82036 82039 80991 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69619686 19521036288 333312 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
[pid=82039/tid=82057] ppid=82036 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/82039/task/82057/stat : 82057 (Common-Cleaner) S 82036 82039 80991 0 -1 4194368 134 0 0 0 0 0 0 0 20 0 20 0 69619687 19521036288 333312 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
[pid=82039/tid=82058] ppid=82036 vsize=19063512 memory=5276 CPUtime=0 cores=0,2
/proc/82039/task/82058/stat : 82058 (Timer-0) S 82036 82039 80991 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69619744 19521036288 333312 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
Current children cumulated CPU time: 142.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1333248 KiB

[startup+139.2 s]
/proc/loadavg: 4.15 4.19 4.15 5/335 82065
/proc/meminfo: memFree=116542008/131382116 swapFree=33010684/33010684
[pid=82039] ppid=82036 vsize=19063512 memory=1333248 CPUtime=144.21 cores=0,2
/proc/82039/stat : 82039 (java) S 82036 82039 80991 0 -1 4194304 46859 0 0 0 14348 73 0 0 20 0 20 0 69619681 19521036288 333312 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
/proc/82039/statm: 4765878 333312 5564 1 0 554750 0
[pid=82039/tid=82041] ppid=82036 vsize=19063512 memory=14336 CPUtime=137.75 cores=0,2
/proc/82039/task/82041/stat : 82041 (java) R 82036 82039 80991 0 -1 4194368 13595 0 0 0 13717 58 0 0 20 0 20 0 69619683 19521036288 333312 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
[pid=82039/tid=82050] ppid=82036 vsize=19063512 memory=18432 CPUtime=0 cores=0,2
/proc/82039/task/82050/stat : 82050 (Finalizer) S 82036 82039 80991 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69619686 19521036288 333312 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
[pid=82039/tid=82057] ppid=82036 vsize=19063512 memory=1333248 CPUtime=0 cores=0,2
/proc/82039/task/82057/stat : 82057 (Common-Cleaner) S 82036 82039 80991 0 -1 4194368 134 0 0 0 0 0 0 0 20 0 20 0 69619687 19521036288 333312 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
[pid=82039/tid=82058] ppid=82036 vsize=19063512 memory=1673636 CPUtime=0 cores=0,2
/proc/82039/task/82058/stat : 82058 (Timer-0) S 82036 82039 80991 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69619744 19521036288 333312 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
Current children cumulated CPU time: 144.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1333248 KiB

[startup+140.8 s]
/proc/loadavg: 4.15 4.19 4.15 5/335 82065
/proc/meminfo: memFree=116534196/131382116 swapFree=33010684/33010684
[pid=82039] ppid=82036 vsize=19063512 memory=1333248 CPUtime=145.8 cores=0,2
/proc/82039/stat : 82039 (java) S 82036 82039 80991 0 -1 4194304 46859 0 0 0 14507 73 0 0 20 0 20 0 69619681 19521036288 333312 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
/proc/82039/statm: 4765878 333312 5564 1 0 554750 0
[pid=82039/tid=82041] ppid=82036 vsize=19063512 memory=5632 CPUtime=139.34 cores=0,2
/proc/82039/task/82041/stat : 82041 (java) R 82036 82039 80991 0 -1 4194368 13595 0 0 0 13876 58 0 0 20 0 20 0 69619683 19521036288 333312 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
[pid=82039/tid=82050] ppid=82036 vsize=19063512 memory=1333248 CPUtime=0 cores=0,2
/proc/82039/task/82050/stat : 82050 (Finalizer) S 82036 82039 80991 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69619686 19521036288 333312 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
[pid=82039/tid=82057] ppid=82036 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/82039/task/82057/stat : 82057 (Common-Cleaner) S 82036 82039 80991 0 -1 4194368 134 0 0 0 0 0 0 0 20 0 20 0 69619687 19521036288 333312 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
[pid=82039/tid=82058] ppid=82036 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/82039/task/82058/stat : 82058 (Timer-0) S 82036 82039 80991 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69619744 19521036288 333312 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
Current children cumulated CPU time: 145.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1333248 KiB

[startup+141.2 s]
/proc/loadavg: 4.15 4.19 4.15 5/335 82065
/proc/meminfo: memFree=116518068/131382116 swapFree=33010684/33010684
[pid=82039] ppid=82036 vsize=19063512 memory=1333248 CPUtime=146.2 cores=0,2
/proc/82039/stat : 82039 (java) S 82036 82039 80991 0 -1 4194304 46859 0 0 0 14547 73 0 0 20 0 20 0 69619681 19521036288 333312 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
/proc/82039/statm: 4765878 333312 5564 1 0 554750 0
[pid=82039/tid=82041] ppid=82036 vsize=19063512 memory=6784 CPUtime=139.74 cores=0,2
/proc/82039/task/82041/stat : 82041 (java) R 82036 82039 80991 0 -1 4194368 13595 0 0 0 13916 58 0 0 20 0 20 0 69619683 19521036288 333312 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
[pid=82039/tid=82050] ppid=82036 vsize=19063512 memory=5292 CPUtime=0 cores=0,2
/proc/82039/task/82050/stat : 82050 (Finalizer) S 82036 82039 80991 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69619686 19521036288 333312 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
[pid=82039/tid=82057] ppid=82036 vsize=19063512 memory=5300 CPUtime=0 cores=0,2
/proc/82039/task/82057/stat : 82057 (Common-Cleaner) S 82036 82039 80991 0 -1 4194368 134 0 0 0 0 0 0 0 20 0 20 0 69619687 19521036288 333312 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
[pid=82039/tid=82058] ppid=82036 vsize=19063512 memory=5088 CPUtime=0 cores=0,2
/proc/82039/task/82058/stat : 82058 (Timer-0) S 82036 82039 80991 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69619744 19521036288 333312 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
Current children cumulated CPU time: 146.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1333248 KiB

[startup+141.4 s]
/proc/loadavg: 4.15 4.19 4.15 5/335 82065
/proc/meminfo: memFree=116518068/131382116 swapFree=33010684/33010684
[pid=82039] ppid=82036 vsize=19063512 memory=1333248 CPUtime=146.4 cores=0,2
/proc/82039/stat : 82039 (java) S 82036 82039 80991 0 -1 4194304 46859 0 0 0 14567 73 0 0 20 0 20 0 69619681 19521036288 333312 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
/proc/82039/statm: 4765878 333312 5564 1 0 554750 0
[pid=82039/tid=82041] ppid=82036 vsize=19063512 memory=1333248 CPUtime=139.94 cores=0,2
/proc/82039/task/82041/stat : 82041 (java) R 82036 82039 80991 0 -1 4194368 13595 0 0 0 13936 58 0 0 20 0 20 0 69619683 19521036288 333312 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
[pid=82039/tid=82050] ppid=82036 vsize=19063512 memory=-6000919481330330215 CPUtime=0 cores=0,2
/proc/82039/task/82050/stat : 82050 (Finalizer) S 82036 82039 80991 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69619686 19521036288 333312 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
[pid=82039/tid=82057] ppid=82036 vsize=19063512 memory=4569630391656935068 CPUtime=0 cores=0,2
/proc/82039/task/82057/stat : 82057 (Common-Cleaner) S 82036 82039 80991 0 -1 4194368 134 0 0 0 0 0 0 0 20 0 20 0 69619687 19521036288 333312 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
[pid=82039/tid=82058] ppid=82036 vsize=19063512 memory=6756 CPUtime=0 cores=0,2
/proc/82039/task/82058/stat : 82058 (Timer-0) S 82036 82039 80991 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69619744 19521036288 333312 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
Current children cumulated CPU time: 146.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1333248 KiB

[startup+141.5 s]
/proc/loadavg: 4.15 4.19 4.15 5/335 82065
/proc/meminfo: memFree=116518068/131382116 swapFree=33010684/33010684
[pid=82039] ppid=82036 vsize=19063512 memory=1333248 CPUtime=146.5 cores=0,2
/proc/82039/stat : 82039 (java) S 82036 82039 80991 0 -1 4194304 47400 0 0 0 14577 73 0 0 20 0 20 0 69619681 19521036288 333312 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
/proc/82039/statm: 4765878 333312 5564 1 0 554750 0
[pid=82039/tid=82041] ppid=82036 vsize=19063512 memory=14336 CPUtime=140.04 cores=0,2
/proc/82039/task/82041/stat : 82041 (java) R 82036 82039 80991 0 -1 4194368 14047 0 0 0 13946 58 0 0 20 0 20 0 69619683 19521036288 333312 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
[pid=82039/tid=82050] ppid=82036 vsize=19063512 memory=1323000 CPUtime=0 cores=0,2
/proc/82039/task/82050/stat : 82050 (Finalizer) S 82036 82039 80991 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69619686 19521036288 333312 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
[pid=82039/tid=82057] ppid=82036 vsize=19063512 memory=14336 CPUtime=0 cores=0,2
/proc/82039/task/82057/stat : 82057 (Common-Cleaner) S 82036 82039 80991 0 -1 4194368 134 0 0 0 0 0 0 0 20 0 20 0 69619687 19521036288 333312 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
[pid=82039/tid=82058] ppid=82036 vsize=19063512 memory=18432 CPUtime=0 cores=0,2
/proc/82039/task/82058/stat : 82058 (Timer-0) S 82036 82039 80991 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69619744 19521036288 333312 18446744073709551615 94621463498752 94621463502448 140728616948224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94621463510264 94621463511056 94621491843072 140728616950064 140728616950246 140728616950246 140728616955848 0
Current children cumulated CPU time: 146.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1333248 KiB

Child status: 30

Real time (s): 141.634
CPU time (s): 146.586
CPU user time (s): 145.83
CPU system time (s): 0.755256
CPU usage (%): 103.496
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 1333248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 145.83
system time used= 0.755256
maximum resident set size= 1333760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49009
page faults= 0
swaps= 0
block input operations= 0
block output operations= 553432
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6953
involuntary context switches= 1635


# summary of solver processes directly reported to runsolver:
#   pid: 82039
#   total CPU time (s): 146.586
#   total CPU user time (s): 145.83
#   total CPU system time (s): 0.755256

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.804321 second user time and 1.61445 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-07-03 12:43:20
IDJOB=4517867
IDBENCH=176189
IDSOLVER=3364
FILE ID=nodeC011/4517867-1751539400
RUNJOBID= nodeC011-1751535003-81001
SLURM_JOB_ID= 9598684
Free space on /tmp= 430540 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/normalized-clique-coloring-max-clique-n=14-t=2.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4517867-1751539400/watcher-4517867-1751539400 -o /tmp/evaluation-result-4517867-1751539400/solver-4517867-1751539400 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751535003-81001 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4517867-1751539400 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4517867-1751539400.opb

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

MD5SUM BENCH= 0eb4af5d9d6a7991e65a6bdba739f56a
RANDOM SEED=415818255

nodeC011 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	: 0xb00001f
cpu MHz		: 1896.676
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 3492.108
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 1197.290
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 1197.592
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 3663.503
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 3591.863
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 1197.439
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 1197.743
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        118906260 kB
MemAvailable:   125154916 kB
Buffers:            3276 kB
Cached:          7044728 kB
SwapCached:            0 kB
Active:          5301076 kB
Inactive:        6605552 kB
Active(anon):    4874548 kB
Inactive(anon):     2104 kB
Active(file):     426528 kB
Inactive(file):  6603448 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             32224 kB
Writeback:           136 kB
AnonPages:       4860764 kB
Mapped:           123552 kB
Shmem:             17960 kB
KReclaimable:     116232 kB
Slab:             204020 kB
SReclaimable:     116232 kB
SUnreclaim:        87788 kB
KernelStack:        5104 kB
PageTables:        13208 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    7062400 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150456 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4653056 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:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430536 MiB
End job on nodeC011 at 2025-07-03 12:45:41