Trace number 4449815

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 Partial RoundingSAT 2024 2024-07-12SAT (TO)2 3600.41 3555.39

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/
normalized-clique-coloring-max-clique-n=13-t=11.opb
MD5SUM9b5c30834c5e817deb28aeb7d8484ce1
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark3558
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables403
Total number of constraints13065
Number of constraints which are clauses13052
Number of constraints which are cardinality constraints (but not clauses)13
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint14
Number of terms in the objective function 13
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 13
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 15
Number of bits of the biggest sum of numbers4
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
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		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.13/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: ASSIGNED
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Armin Biere (Picosat) restarts strategy
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.15	Listener: none
0.13/0.15	--- End Solver configuration ---
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  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
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: ASSIGNED
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@59690aa4 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 Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
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-4449815-1721488513.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  objective function found
0.52/0.33	c ... done. Wall clock time 0.18s.
0.52/0.33	c declared #vars     403
0.52/0.34	c #constraints  13065
0.52/0.34	c constraints type 
0.52/0.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 13
0.52/0.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 13052
0.52/0.34	c 13065 constraints processed.
0.52/0.35	c objective function length is 13 literals
0.72/0.45	c SATISFIABLE
0.72/0.45	c OPTIMIZING...
0.72/0.45	c Got one! Elapsed wall clock time (in seconds):0.291
0.72/0.45	o 13
0.91/0.56	c Got one! Elapsed wall clock time (in seconds):0.409
0.91/0.56	o 12
1.09/0.62	c Got one! Elapsed wall clock time (in seconds):0.473
1.09/0.62	o 11
1.47/0.85	c Got one! Elapsed wall clock time (in seconds):0.7
1.47/0.85	o 10
2.08/1.14	c Got one! Elapsed wall clock time (in seconds):0.992
2.08/1.14	o 9
2.26/1.29	c Got one! Elapsed wall clock time (in seconds):1.146
2.26/1.29	o 8
2.66/1.43	c Got one! Elapsed wall clock time (in seconds):1.281
2.66/1.43	o 7
3.07/1.65	c Got one! Elapsed wall clock time (in seconds):1.505
3.07/1.65	o 6
5.64/2.93	c cleaning 2442 clauses out of 6312 with flag 0/6312
7.19/4.26	c cleaning 1978 clauses out of 9871 with flag 0/12313
8.30/5.26	c Got one! Elapsed wall clock time (in seconds):5.112
8.30/5.26	o 5
9.50/6.43	c Got one! Elapsed wall clock time (in seconds):6.279
9.50/6.43	o 4
9.80/6.77	c cleaning 2536 clauses out of 19546 with flag 0/23966
11.41/8.22	c cleaning 2257 clauses out of 23006 with flag 0/29962
13.47/10.06	c cleaning 3120 clauses out of 27749 with flag 0/36962
15.83/12.30	c cleaning 2885 clauses out of 32629 with flag 0/44962
17.65/14.10	c cleaning 1691 clauses out of 38744 with flag 0/53962
21.27/17.80	c cleaning 4247 clauses out of 47055 with flag 0/63964
24.52/20.93	c cleaning 1830 clauses out of 53809 with flag 0/74965
26.44/22.86	c Got one! Elapsed wall clock time (in seconds):22.716
26.44/22.86	o 3
29.67/26.10	c cleaning 3943 clauses out of 64657 with flag 0/87643
32.30/28.66	c cleaning 3121 clauses out of 66713 with flag 0/93642
34.20/30.56	c cleaning 0 clauses out of 70596 with flag 0/100646
34.83/31.11	c Got one! Elapsed wall clock time (in seconds):30.961
34.83/31.11	o 2
39.21/35.58	c cleaning 956 clauses out of 76410 with flag 0/106460
48.81/45.11	c cleaning 0 clauses out of 81454 with flag 0/112460
52.51/48.87	c cleaning 2420 clauses out of 88454 with flag 0/119460
55.06/51.38	c cleaning 2466 clauses out of 94035 with flag 0/127461
62.09/58.25	c cleaning 3848 clauses out of 100567 with flag 0/136459
66.44/62.56	c cleaning 2111 clauses out of 106720 with flag 0/146460
70.84/66.80	c cleaning 3269 clauses out of 115609 with flag 0/157460
78.30/74.15	c cleaning 7488 clauses out of 124339 with flag 0/169459
85.03/80.74	c cleaning 6226 clauses out of 129851 with flag 0/182459
92.63/88.28	c cleaning 3578 clauses out of 137626 with flag 0/196460
100.12/95.73	c cleaning 728 clauses out of 149047 with flag 0/211459
111.27/106.56	c cleaning 9641 clauses out of 164320 with flag 0/227460
116.63/111.88	c cleaning 1828 clauses out of 171678 with flag 0/244459
125.10/120.28	c cleaning 1185 clauses out of 187854 with flag 0/262463
137.36/132.35	c cleaning 3808 clauses out of 205665 with flag 0/281459
146.93/141.83	c cleaning 2462 clauses out of 221858 with flag 0/301460
162.64/157.21	c cleaning 10872 clauses out of 240395 with flag 0/322459
168.41/162.93	c cleaning 134 clauses out of 251528 with flag 0/344464
336.33/329.31	c cleaning 16444 clauses out of 274389 with flag 0/367459
503.05/494.81	c cleaning 17110 clauses out of 281945 with flag 0/391459
527.09/518.52	c cleaning 9978 clauses out of 289836 with flag 0/416460
610.11/601.12	c cleaning 10576 clauses out of 305857 with flag 0/442459
649.46/640.28	c cleaning 4436 clauses out of 322282 with flag 0/469460
688.59/678.87	c cleaning 11658 clauses out of 345845 with flag 0/497459
728.80/718.36	c cleaning 13719 clauses out of 363187 with flag 0/526459
763.71/753.26	c cleaning 416 clauses out of 379468 with flag 0/556459
835.62/825.28	c cleaning 118 clauses out of 410055 with flag 0/587462
875.06/864.25	c cleaning 9430 clauses out of 441934 with flag 0/619459
964.08/952.12	c cleaning 12803 clauses out of 465506 with flag 0/652461
1025.80/1013.19	c cleaning 2849 clauses out of 486701 with flag 0/686459
1278.83/1264.27	c cleaning 22590 clauses out of 518852 with flag 0/721459
1363.33/1348.89	c cleaning 0 clauses out of 532263 with flag 0/757460
1483.59/1468.70	c cleaning 7519 clauses out of 569265 with flag 0/794462
1906.02/1889.12	c cleaning 26757 clauses out of 599743 with flag 0/832459
2352.49/2332.23	c cleaning 27019 clauses out of 611986 with flag 0/871459
2503.41/2482.01	c cleaning 16268 clauses out of 624967 with flag 0/911459
2597.69/2575.74	c cleaning 13167 clauses out of 649699 with flag 0/952459
2661.71/2639.38	c cleaning 10727 clauses out of 678533 with flag 0/994460
2791.79/2769.41	c cleaning 166 clauses out of 710805 with flag 0/1037459
2872.28/2849.96	c cleaning 153 clauses out of 754640 with flag 0/1081460
2971.70/2948.09	c cleaning 0 clauses out of 799487 with flag 0/1126460
3274.73/3231.06	c cleaning 27029 clauses out of 845486 with flag 0/1172459
3483.94/3438.93	c cleaning 3343 clauses out of 865458 with flag 0/1219460
3600.06/3555.21	c starts		: 202
3600.06/3555.23	c conflicts		: 1241645
3600.06/3555.23	c decisions		: 1656278
3600.06/3555.23	c propagations		: 20182470
3600.06/3555.23	c inspects		: 11277285618
3600.06/3555.23	c shortcuts		: 0
3600.06/3555.23	c learnt literals	: 0
3600.06/3555.23	c learnt binary clauses	: 0
3600.06/3555.23	c learnt ternary clauses	: 12
3600.06/3555.23	c learnt constraints	: 1241645
3600.06/3555.23	c ignored constraints	: 0
3600.06/3555.23	c root simplifications	: 0
3600.06/3555.23	c removed literals (reason simplification)	: 0
3600.06/3555.23	c reason swapping (by a shorter reason)	: 0
3600.06/3555.23	c Calls to reduceDB	: 55
3600.06/3555.23	c Number of update (reduction) of LBD	: 24687
3600.06/3555.23	c Imported unit clauses	: 0
3600.06/3555.23	c No decision after first conflict	: false
3600.06/3555.23	c number of reductions to clauses (during analyze)	: 0
3600.06/3555.23	c number of learned constraints concerned by reduction	: 0
3600.06/3555.23	c number of learning phase by resolution	: 0
3600.06/3555.23	c number of learning phase by cutting planes	: 0
3600.06/3555.23	c number of rounding to 1 operations	: 1835404
3600.06/3555.23	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3555.23	c number of reductions of the coefficients by power 2 	: 0
3600.06/3555.23	c number of right shift for reduction by power 2 	: 0
3600.06/3555.23	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3555.23	c number of ending skipping 	: 0
3600.06/3555.23	c number of internal skipping 	: 0
3600.06/3555.23	c number of derivation steps 	: 14516902
3600.06/3555.23	c number of skipped derivation steps 	: 0
3600.06/3555.23	c number of remaining unassigned 	: 2949
3600.06/3555.23	c number of remaining assigned 	: 71130058
3600.06/3555.23	c number of falsified literals weakened from reason	: 0
3600.06/3555.23	c number of falsified literals weakened from conflict	: 0
3600.06/3555.23	c time for arithmetic operations	: 9918245221
3600.06/3555.24	c minimum degree of deleted constraints	: 4
3600.06/3555.24	c maximum degree of deleted constraints	: 441678
3600.06/3555.24	c number of deleted constraints	: 357345
3600.06/3555.25	c speed (assignments/second)	: 5677.376034278378
3600.06/3555.25	c non guided choices	: 3945
3600.25/3555.36	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 850622
3600.25/3555.36	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 4238
3600.25/3555.36	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 29440
3600.25/3555.36	s SATISFIABLE
3600.25/3555.36	c Found 12 solution(s)
3600.25/3555.36	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 -x330 -x331 -x332 -x333 x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 x357 -x358 -x359 -x360 -x361 -x362 x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 x371 -x372 -x373 -x374 x375 -x376 -x377 -x378 x379 -x380 x381 -x382 -x383 -x384 -x385 -x386 -x387 x388 -x389 -x390 -x391 -x392 x393 -x394 -x395 -x396 x397 x398 -x399 -x400 x401 -x402 x403 
3600.25/3555.37	c objective function=2
3600.25/3555.37	c Total wall clock time (in seconds): 3555.218

Verifier Data

OK	2

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: 63931 MiB (59562 MiB free)
  memory of node 1: 64510 MiB (55115 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449815-1721488513/watcher-4449815-1721488513 -o /tmp/evaluation-result-4449815-1721488513/solver-4449815-1721488513 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1721481341-1084279 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4449815-1721488513.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.101967 s]*
/proc/loadavg: 4.19 4.22 4.17 6/329 1089877
/proc/meminfo: memFree=117285656/131524600 swapFree=131071996/131071996
[pid=1089859] ppid=1089856 vsize=18975048 memory=65288 CPUtime=0.13 cores=4,6
/proc/1089859/stat : 1089859 (java) S 1089856 1089859 1084268 0 -1 1077936128 7240 0 0 0 12 1 0 0 20 0 18 0 201019622 19430449152 16322 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
/proc/1089859/statm: 4743762 16322 5666 1 0 549341 0
[pid=1089859/tid=1089861] ppid=1089856 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/1089859/task/1089861/stat : 1089861 (java) D 1089856 1089859 1084268 0 -1 4194368 5758 0 0 0 7 1 0 0 20 0 18 0 201019623 19430449152 16322 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
[pid=1089859/tid=1089870] ppid=1089856 vsize=18975048 memory=237146210664 CPUtime=0 cores=4,6
/proc/1089859/task/1089870/stat : 1089870 (Finalizer) S 1089856 1089859 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 201019625 19430449152 16322 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
[pid=1089859/tid=1089877] ppid=1089856 vsize=18975048 memory=15252645166212516 CPUtime=0 cores=4,6
/proc/1089859/task/1089877/stat : 1089877 (Common-Cleaner) S 1089856 1089859 1084268 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 201019626 19430449152 16322 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65288 KiB

[startup+0.206222 s]*
/proc/loadavg: 4.19 4.22 4.17 7/329 1089877
/proc/meminfo: memFree=117276908/131524600 swapFree=131071996/131071996
[pid=1089859] ppid=1089856 vsize=18975048 memory=74352 CPUtime=0.34 cores=4,6
/proc/1089859/stat : 1089859 (java) S 1089856 1089859 1084268 0 -1 1077936128 7812 0 0 0 32 2 0 0 20 0 18 0 201019622 19430449152 18588 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
/proc/1089859/statm: 4743762 18588 5857 1 0 549725 0
[pid=1089859/tid=1089861] ppid=1089856 vsize=18975048 memory=6876556183782621315 CPUtime=0.18 cores=4,6
/proc/1089859/task/1089861/stat : 1089861 (java) R 1089856 1089859 1084268 0 -1 4194368 6034 0 0 0 17 1 0 0 20 0 18 0 201019623 19430449152 18588 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
[pid=1089859/tid=1089870] ppid=1089856 vsize=18975048 memory=15948 CPUtime=0 cores=4,6
/proc/1089859/task/1089870/stat : 1089870 (Finalizer) S 1089856 1089859 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 201019625 19430449152 18588 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
[pid=1089859/tid=1089877] ppid=1089856 vsize=18975048 memory=14408220236056116 CPUtime=0 cores=4,6
/proc/1089859/task/1089877/stat : 1089877 (Common-Cleaner) S 1089856 1089859 1084268 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 201019626 19430449152 18588 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 74352 KiB

[startup+0.306225 s]*
/proc/loadavg: 4.19 4.22 4.17 8/329 1089877
/proc/meminfo: memFree=117217160/131524600 swapFree=131071996/131071996
[pid=1089859] ppid=1089856 vsize=18975048 memory=133760 CPUtime=0.52 cores=4,6
/proc/1089859/stat : 1089859 (java) S 1089856 1089859 1084268 0 -1 1077936128 9370 0 0 0 49 3 0 0 20 0 18 0 201019622 19430449152 33440 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
/proc/1089859/statm: 4743762 33440 5857 1 0 550747 0
[pid=1089859/tid=1089861] ppid=1089856 vsize=18975048 memory=-7162515039915566687 CPUtime=0.26 cores=4,6
/proc/1089859/task/1089861/stat : 1089861 (java) R 1089856 1089859 1084268 0 -1 1077936192 6062 0 0 0 24 2 0 0 20 0 18 0 201019623 19430449152 33440 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
[pid=1089859/tid=1089870] ppid=1089856 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/1089859/task/1089870/stat : 1089870 (Finalizer) S 1089856 1089859 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 201019625 19430449152 33440 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
[pid=1089859/tid=1089877] ppid=1089856 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/1089859/task/1089877/stat : 1089877 (Common-Cleaner) S 1089856 1089859 1084268 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 201019626 19430449152 33440 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 133760 KiB

[startup+0.701222 s]
/proc/loadavg: 4.19 4.22 4.17 8/331 1089879
/proc/meminfo: memFree=117181260/131524600 swapFree=131071996/131071996
[pid=1089859] ppid=1089856 vsize=19108176 memory=171888 CPUtime=1.28 cores=4,6
/proc/1089859/stat : 1089859 (java) S 1089856 1089859 1084268 0 -1 1077936128 11726 0 0 0 124 4 0 0 20 0 20 0 201019622 19566772224 42972 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
/proc/1089859/statm: 4777044 42972 5894 1 0 552794 0
[pid=1089859/tid=1089861] ppid=1089856 vsize=19108176 memory=5428 CPUtime=0.57 cores=4,6
/proc/1089859/task/1089861/stat : 1089861 (java) R 1089856 1089859 1084268 0 -1 4194368 6215 0 0 0 54 3 0 0 20 0 20 0 201019623 19566772224 42972 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
[pid=1089859/tid=1089870] ppid=1089856 vsize=19108176 memory=13120 CPUtime=0 cores=4,6
/proc/1089859/task/1089870/stat : 1089870 (Finalizer) S 1089856 1089859 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 201019625 19566772224 42972 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
[pid=1089859/tid=1089877] ppid=1089856 vsize=19108176 memory=164 CPUtime=0 cores=4,6
/proc/1089859/task/1089877/stat : 1089877 (Common-Cleaner) S 1089856 1089859 1084268 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 201019626 19566772224 42972 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
[pid=1089859/tid=1089878] ppid=1089856 vsize=19108176 memory=117636 CPUtime=0 cores=4,6
/proc/1089859/task/1089878/stat : 1089878 (Timer-0) S 1089856 1089859 1084268 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201019657 19566772224 42972 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 171888 KiB

[startup+1.51022 s]
/proc/loadavg: 4.26 4.23 4.18 6/331 1089879
/proc/meminfo: memFree=117081176/131524600 swapFree=131071996/131071996
[pid=1089859] ppid=1089856 vsize=19108176 memory=675224 CPUtime=2.89 cores=4,6
/proc/1089859/stat : 1089859 (java) S 1089856 1089859 1084268 0 -1 1077936128 23060 0 0 0 274 15 0 0 20 0 20 0 201019622 19566772224 168806 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
/proc/1089859/statm: 4777044 168806 5910 1 0 557013 0
[pid=1089859/tid=1089861] ppid=1089856 vsize=19108176 memory=13120 CPUtime=1.34 cores=4,6
/proc/1089859/task/1089861/stat : 1089861 (java) R 1089856 1089859 1084268 0 -1 4194368 6837 0 0 0 122 12 0 0 20 0 20 0 201019623 19566772224 168806 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
[pid=1089859/tid=1089870] ppid=1089856 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1089859/task/1089870/stat : 1089870 (Finalizer) S 1089856 1089859 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 201019625 19566772224 168806 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
[pid=1089859/tid=1089877] ppid=1089856 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1089859/task/1089877/stat : 1089877 (Common-Cleaner) S 1089856 1089859 1084268 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 201019626 19566772224 168806 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
[pid=1089859/tid=1089878] ppid=1089856 vsize=19108176 memory=281281971791120 CPUtime=0 cores=4,6
/proc/1089859/task/1089878/stat : 1089878 (Timer-0) S 1089856 1089859 1084268 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201019657 19566772224 168806 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
Current children cumulated CPU time: 2.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 675224 KiB

[startup+3.10622 s]
/proc/loadavg: 4.26 4.23 4.18 6/331 1089880
/proc/meminfo: memFree=116017476/131524600 swapFree=131071996/131071996
[pid=1089859] ppid=1089856 vsize=19108176 memory=1331316 CPUtime=6.01 cores=4,6
/proc/1089859/stat : 1089859 (java) S 1089856 1089859 1084268 0 -1 1077936128 29318 0 0 0 574 27 0 0 20 0 20 0 201019622 19566772224 332829 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
/proc/1089859/statm: 4777044 332829 5926 1 0 557464 0
[pid=1089859/tid=1089861] ppid=1089856 vsize=19108176 memory=0 CPUtime=2.88 cores=4,6
/proc/1089859/task/1089861/stat : 1089861 (java) R 1089856 1089859 1084268 0 -1 4194368 8591 0 0 0 265 23 0 0 20 0 20 0 201019623 19566772224 332829 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
[pid=1089859/tid=1089870] ppid=1089856 vsize=19108176 memory=13120 CPUtime=0 cores=4,6
/proc/1089859/task/1089870/stat : 1089870 (Finalizer) S 1089856 1089859 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 201019625 19566772224 332829 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
[pid=1089859/tid=1089877] ppid=1089856 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1089859/task/1089877/stat : 1089877 (Common-Cleaner) S 1089856 1089859 1084268 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 201019626 19566772224 332829 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
[pid=1089859/tid=1089878] ppid=1089856 vsize=19108176 memory=11400 CPUtime=0 cores=4,6
/proc/1089859/task/1089878/stat : 1089878 (Timer-0) S 1089856 1089859 1084268 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201019657 19566772224 332829 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
Current children cumulated CPU time: 6.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1331316 KiB

[startup+6.30027 s]
/proc/loadavg: 4.23 4.23 4.18 5/331 1089880
/proc/meminfo: memFree=115997776/131524600 swapFree=131071996/131071996
[pid=1089859] ppid=1089856 vsize=19108176 memory=1319576 CPUtime=9.4 cores=4,6
/proc/1089859/stat : 1089859 (java) S 1089856 1089859 1084268 0 -1 1077936128 29595 0 0 0 913 27 0 0 20 0 20 0 201019622 19566772224 329894 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
/proc/1089859/statm: 4777044 329894 5926 1 0 557472 0
[pid=1089859/tid=1089861] ppid=1089856 vsize=19108176 memory=13120 CPUtime=6.03 cores=4,6
/proc/1089859/task/1089861/stat : 1089861 (java) R 1089856 1089859 1084268 0 -1 4194368 8643 0 0 0 580 23 0 0 20 0 20 0 201019623 19566772224 329894 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
[pid=1089859/tid=1089870] ppid=1089856 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1089859/task/1089870/stat : 1089870 (Finalizer) S 1089856 1089859 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 201019625 19566772224 329894 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
[pid=1089859/tid=1089877] ppid=1089856 vsize=19108176 memory=794012 CPUtime=0 cores=4,6
/proc/1089859/task/1089877/stat : 1089877 (Common-Cleaner) S 1089856 1089859 1084268 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 20 0 201019626 19566772224 329894 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
[pid=1089859/tid=1089878] ppid=1089856 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1089859/task/1089878/stat : 1089878 (Timer-0) S 1089856 1089859 1084268 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201019657 19566772224 329894 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
Current children cumulated CPU time: 9.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1319576 KiB

[startup+12.7003 s]
/proc/loadavg: 4.22 4.22 4.18 5/331 1089880
/proc/meminfo: memFree=115937796/131524600 swapFree=131071996/131071996
[pid=1089859] ppid=1089856 vsize=19108176 memory=1340500 CPUtime=16.23 cores=4,6
/proc/1089859/stat : 1089859 (java) S 1089856 1089859 1084268 0 -1 1077936128 30556 0 0 0 1595 28 0 0 20 0 20 0 201019622 19566772224 335125 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
/proc/1089859/statm: 4777044 335125 5942 1 0 557487 0
[pid=1089859/tid=1089861] ppid=1089856 vsize=19108176 memory=0 CPUtime=12.33 cores=4,6
/proc/1089859/task/1089861/stat : 1089861 (java) R 1089856 1089859 1084268 0 -1 4194368 9495 0 0 0 1210 23 0 0 20 0 20 0 201019623 19566772224 335125 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
[pid=1089859/tid=1089870] ppid=1089856 vsize=19108176 memory=-7162515039915566687 CPUtime=0 cores=4,6
/proc/1089859/task/1089870/stat : 1089870 (Finalizer) S 1089856 1089859 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 201019625 19566772224 335125 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
[pid=1089859/tid=1089877] ppid=1089856 vsize=19108176 memory=2228 CPUtime=0 cores=4,6
/proc/1089859/task/1089877/stat : 1089877 (Common-Cleaner) S 1089856 1089859 1084268 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 20 0 201019626 19566772224 335125 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
[pid=1089859/tid=1089878] ppid=1089856 vsize=19108176 memory=11400 CPUtime=0 cores=4,6
/proc/1089859/task/1089878/stat : 1089878 (Timer-0) S 1089856 1089859 1084268 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201019657 19566772224 335125 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
Current children cumulated CPU time: 16.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1340500 KiB

[startup+25.5003 s]
/proc/loadavg: 4.26 4.23 4.18 5/331 1089883
/proc/meminfo: memFree=115449696/131524600 swapFree=131071996/131071996
[pid=1089859] ppid=1089856 vsize=19108176 memory=1780012 CPUtime=29.17 cores=4,6
/proc/1089859/stat : 1089859 (java) S 1089856 1089859 1084268 0 -1 1077936128 37210 0 0 0 2879 38 0 0 20 0 20 0 201019622 19566772224 445003 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
/proc/1089859/statm: 4777044 445003 5942 1 0 668207 0
[pid=1089859/tid=1089861] ppid=1089856 vsize=19108176 memory=11400 CPUtime=24.93 cores=4,6
/proc/1089859/task/1089861/stat : 1089861 (java) R 1089856 1089859 1084268 0 -1 4194368 11762 0 0 0 2461 32 0 0 20 0 20 0 201019623 19566772224 445003 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
[pid=1089859/tid=1089870] ppid=1089856 vsize=19108176 memory=11400 CPUtime=0 cores=4,6
/proc/1089859/task/1089870/stat : 1089870 (Finalizer) S 1089856 1089859 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 201019625 19566772224 445003 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
[pid=1089859/tid=1089877] ppid=1089856 vsize=19108176 memory=1319576 CPUtime=0 cores=4,6
/proc/1089859/task/1089877/stat : 1089877 (Common-Cleaner) S 1089856 1089859 1084268 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 20 0 201019626 19566772224 445003 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
[pid=1089859/tid=1089878] ppid=1089856 vsize=19108176 memory=281281971737904 CPUtime=0 cores=4,6
/proc/1089859/task/1089878/stat : 1089878 (Timer-0) S 1089856 1089859 1084268 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201019657 19566772224 445003 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
Current children cumulated CPU time: 29.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1780012 KiB

[startup+51.1058 s]
/proc/loadavg: 4.15 4.21 4.17 5/331 1089887
/proc/meminfo: memFree=114729148/131524600 swapFree=131071996/131071996
[pid=1089859] ppid=1089856 vsize=19108176 memory=1782132 CPUtime=54.86 cores=4,6
/proc/1089859/stat : 1089859 (java) S 1089856 1089859 1084268 0 -1 1077936128 45475 0 0 0 5447 39 0 0 20 0 20 0 201019622 19566772224 445533 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
/proc/1089859/statm: 4777044 445533 5942 1 0 668207 0
[pid=1089859/tid=1089861] ppid=1089856 vsize=19108176 memory=1780064 CPUtime=50.27 cores=4,6
/proc/1089859/task/1089861/stat : 1089861 (java) R 1089856 1089859 1084268 0 -1 4194368 14741 0 0 0 4995 32 0 0 20 0 20 0 201019623 19566772224 445533 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
[pid=1089859/tid=1089870] ppid=1089856 vsize=19108176 memory=281281972487552 CPUtime=0 cores=4,6
/proc/1089859/task/1089870/stat : 1089870 (Finalizer) S 1089856 1089859 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 201019625 19566772224 445533 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0

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

[startup+3222.3 s]
/proc/loadavg: 4.72 4.62 4.46 6/333 1091741
/proc/meminfo: memFree=103727880/131524600 swapFree=131071996/131071996
[pid=1089859] ppid=1089856 vsize=19108176 memory=3658192 CPUtime=3264.23 cores=4,6
/proc/1089859/stat : 1089859 (java) S 1089856 1089859 1084268 0 -1 1077936128 321817 0 0 0 326181 242 0 0 20 0 20 0 201019622 19566772224 914548 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
/proc/1089859/statm: 4777044 914548 5957 1 0 929536 0
[pid=1089859/tid=1089861] ppid=1089856 vsize=19108176 memory=3658192 CPUtime=3173.83 cores=4,6
/proc/1089859/task/1089861/stat : 1089861 (java) R 1089856 1089859 1084268 0 -1 4194368 153536 0 0 0 317309 74 0 0 20 0 20 0 201019623 19566772224 914548 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 18 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
[pid=1089859/tid=1089870] ppid=1089856 vsize=19108176 memory=3658172 CPUtime=0 cores=4,6
/proc/1089859/task/1089870/stat : 1089870 (Finalizer) S 1089856 1089859 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 201019625 19566772224 914548 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
[pid=1089859/tid=1089877] ppid=1089856 vsize=19108176 memory=3658184 CPUtime=0 cores=4,6
/proc/1089859/task/1089877/stat : 1089877 (Common-Cleaner) S 1089856 1089859 1084268 0 -1 1077936192 4160 0 0 0 0 0 0 0 20 0 20 0 201019626 19566772224 914548 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
[pid=1089859/tid=1089878] ppid=1089856 vsize=19108176 memory=3658184 CPUtime=0 cores=4,6
/proc/1089859/task/1089878/stat : 1089878 (Timer-0) S 1089856 1089859 1084268 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201019657 19566772224 914548 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
Current children cumulated CPU time: 3264.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3658192 KiB

[startup+3282.3 s]
/proc/loadavg: 4.72 4.66 4.48 6/335 1091755
/proc/meminfo: memFree=103726048/131524600 swapFree=131071996/131071996
[pid=1089859] ppid=1089856 vsize=19108176 memory=3658304 CPUtime=3327.63 cores=4,6
/proc/1089859/stat : 1089859 (java) S 1089856 1089859 1084268 0 -1 1077936128 334713 0 0 0 332514 249 0 0 20 0 20 0 201019622 19566772224 914576 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
/proc/1089859/statm: 4777044 914576 5957 1 0 929562 0
[pid=1089859/tid=1089861] ppid=1089856 vsize=19108176 memory=3658300 CPUtime=3233.35 cores=4,6
/proc/1089859/task/1089861/stat : 1089861 (java) R 1089856 1089859 1084268 0 -1 4194368 157507 0 0 0 323261 74 0 0 20 0 20 0 201019623 19566772224 914576 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 18 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
[pid=1089859/tid=1089870] ppid=1089856 vsize=19108176 memory=3658292 CPUtime=0 cores=4,6
/proc/1089859/task/1089870/stat : 1089870 (Finalizer) S 1089856 1089859 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 201019625 19566772224 914576 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
[pid=1089859/tid=1089877] ppid=1089856 vsize=19108176 memory=3658200 CPUtime=0 cores=4,6
/proc/1089859/task/1089877/stat : 1089877 (Common-Cleaner) S 1089856 1089859 1084268 0 -1 1077936192 4177 0 0 0 0 0 0 0 20 0 20 0 201019626 19566772224 914576 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
[pid=1089859/tid=1089878] ppid=1089856 vsize=19108176 memory=3658192 CPUtime=0 cores=4,6
/proc/1089859/task/1089878/stat : 1089878 (Timer-0) S 1089856 1089859 1084268 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201019657 19566772224 914576 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
Current children cumulated CPU time: 3327.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3658304 KiB

[startup+3342.3 s]
/proc/loadavg: 4.61 4.63 4.48 7/334 1091766
/proc/meminfo: memFree=103725788/131524600 swapFree=131071996/131071996
[pid=1089859] ppid=1089856 vsize=19108176 memory=3658304 CPUtime=3387.49 cores=4,6
/proc/1089859/stat : 1089859 (java) S 1089856 1089859 1084268 0 -1 1077936128 335957 0 0 0 338498 251 0 0 20 0 20 0 201019622 19566772224 914576 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
/proc/1089859/statm: 4777044 914576 5957 1 0 929562 0
[pid=1089859/tid=1089861] ppid=1089856 vsize=19108176 memory=13120 CPUtime=3293.17 cores=4,6
/proc/1089859/task/1089861/stat : 1089861 (java) R 1089856 1089859 1084268 0 -1 4194368 158589 0 0 0 329243 74 0 0 20 0 20 0 201019623 19566772224 914576 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 18 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
[pid=1089859/tid=1089870] ppid=1089856 vsize=19108176 memory=11400 CPUtime=0 cores=4,6
/proc/1089859/task/1089870/stat : 1089870 (Finalizer) S 1089856 1089859 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 201019625 19566772224 914576 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
[pid=1089859/tid=1089877] ppid=1089856 vsize=19108176 memory=11400 CPUtime=0 cores=4,6
/proc/1089859/task/1089877/stat : 1089877 (Common-Cleaner) S 1089856 1089859 1084268 0 -1 1077936192 4178 0 0 0 0 0 0 0 20 0 20 0 201019626 19566772224 914576 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
[pid=1089859/tid=1089878] ppid=1089856 vsize=19108176 memory=164 CPUtime=0 cores=4,6
/proc/1089859/task/1089878/stat : 1089878 (Timer-0) S 1089856 1089859 1084268 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201019657 19566772224 914576 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
Current children cumulated CPU time: 3387.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3658304 KiB

[startup+3402.3 s]
/proc/loadavg: 3.88 4.42 4.41 4/308 1091809
/proc/meminfo: memFree=107639628/131524600 swapFree=131071996/131071996
[pid=1089859] ppid=1089856 vsize=19108176 memory=3658308 CPUtime=3447.43 cores=4,6
/proc/1089859/stat : 1089859 (java) S 1089856 1089859 1084268 0 -1 1077936128 339664 0 0 0 344490 253 0 0 20 0 20 0 201019622 19566772224 914577 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
/proc/1089859/statm: 4777044 914577 5957 1 0 929562 0
[pid=1089859/tid=1089861] ppid=1089856 vsize=19108176 memory=13120 CPUtime=3352.91 cores=4,6
/proc/1089859/task/1089861/stat : 1089861 (java) R 1089856 1089859 1084268 0 -1 4194368 160497 0 0 0 335216 75 0 0 20 0 20 0 201019623 19566772224 914577 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 18 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
[pid=1089859/tid=1089870] ppid=1089856 vsize=19108176 memory=3658304 CPUtime=0 cores=4,6
/proc/1089859/task/1089870/stat : 1089870 (Finalizer) S 1089856 1089859 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 201019625 19566772224 914577 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
[pid=1089859/tid=1089877] ppid=1089856 vsize=19108176 memory=48544 CPUtime=0 cores=4,6
/proc/1089859/task/1089877/stat : 1089877 (Common-Cleaner) S 1089856 1089859 1084268 0 -1 1077936192 4322 0 0 0 0 0 0 0 20 0 20 0 201019626 19566772224 914577 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
[pid=1089859/tid=1089878] ppid=1089856 vsize=19108176 memory=3658308 CPUtime=0 cores=4,6
/proc/1089859/task/1089878/stat : 1089878 (Timer-0) S 1089856 1089859 1084268 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201019657 19566772224 914577 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
Current children cumulated CPU time: 3447.43 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3658308 KiB

[startup+3462.3 s]
/proc/loadavg: 3.65 4.25 4.35 4/308 1091821
/proc/meminfo: memFree=107636488/131524600 swapFree=131071996/131071996
[pid=1089859] ppid=1089856 vsize=19108176 memory=3658308 CPUtime=3507.28 cores=4,6
/proc/1089859/stat : 1089859 (java) S 1089856 1089859 1084268 0 -1 1077936128 342048 0 0 0 350473 255 0 0 20 0 20 0 201019622 19566772224 914577 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
/proc/1089859/statm: 4777044 914577 5957 1 0 929562 0
[pid=1089859/tid=1089861] ppid=1089856 vsize=19108176 memory=13120 CPUtime=3412.73 cores=4,6
/proc/1089859/task/1089861/stat : 1089861 (java) R 1089856 1089859 1084268 0 -1 4194368 162704 0 0 0 341198 75 0 0 20 0 20 0 201019623 19566772224 914577 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 18 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
[pid=1089859/tid=1089870] ppid=1089856 vsize=19108176 memory=48544 CPUtime=0 cores=4,6
/proc/1089859/task/1089870/stat : 1089870 (Finalizer) S 1089856 1089859 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 201019625 19566772224 914577 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
[pid=1089859/tid=1089877] ppid=1089856 vsize=19108176 memory=21604 CPUtime=0 cores=4,6
/proc/1089859/task/1089877/stat : 1089877 (Common-Cleaner) S 1089856 1089859 1084268 0 -1 1077936192 4324 0 0 0 0 0 0 0 20 0 20 0 201019626 19566772224 914577 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
[pid=1089859/tid=1089878] ppid=1089856 vsize=19108176 memory=1848 CPUtime=0 cores=4,6
/proc/1089859/task/1089878/stat : 1089878 (Timer-0) S 1089856 1089859 1084268 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201019657 19566772224 914577 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
Current children cumulated CPU time: 3507.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3658308 KiB

[startup+3522.3 s]
/proc/loadavg: 3.49 4.10 4.29 3/282 1091865
/proc/meminfo: memFree=111787784/131524600 swapFree=131071996/131071996
[pid=1089859] ppid=1089856 vsize=19108176 memory=3658308 CPUtime=3567.23 cores=4,6
/proc/1089859/stat : 1089859 (java) S 1089856 1089859 1084268 0 -1 1077936128 344902 0 0 0 356466 257 0 0 20 0 20 0 201019622 19566772224 914577 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
/proc/1089859/statm: 4777044 914577 5957 1 0 929562 0
[pid=1089859/tid=1089861] ppid=1089856 vsize=19108176 memory=3658308 CPUtime=3472.49 cores=4,6
/proc/1089859/task/1089861/stat : 1089861 (java) R 1089856 1089859 1084268 0 -1 4194368 164093 0 0 0 347174 75 0 0 20 0 20 0 201019623 19566772224 914577 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 18 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
[pid=1089859/tid=1089870] ppid=1089856 vsize=19108176 memory=13120 CPUtime=0 cores=4,6
/proc/1089859/task/1089870/stat : 1089870 (Finalizer) S 1089856 1089859 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 201019625 19566772224 914577 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
[pid=1089859/tid=1089877] ppid=1089856 vsize=19108176 memory=3658308 CPUtime=0 cores=4,6
/proc/1089859/task/1089877/stat : 1089877 (Common-Cleaner) S 1089856 1089859 1084268 0 -1 1077936192 4401 0 0 0 0 0 0 0 20 0 20 0 201019626 19566772224 914577 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
[pid=1089859/tid=1089878] ppid=1089856 vsize=19108176 memory=48544 CPUtime=0 cores=4,6
/proc/1089859/task/1089878/stat : 1089878 (Timer-0) S 1089856 1089859 1084268 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201019657 19566772224 914577 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
Current children cumulated CPU time: 3567.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3658308 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3555.2 s]
/proc/loadavg: 3.17 3.96 4.24 4/282 1091872
/proc/meminfo: memFree=111787396/131524600 swapFree=131071996/131071996
[pid=1089859] ppid=1089856 vsize=19108176 memory=3658308 CPUtime=3600.06 cores=4,6
/proc/1089859/stat : 1089859 (java) S 1089856 1089859 1084268 0 -1 1077936128 346300 0 0 0 359747 259 0 0 20 0 20 0 201019622 19566772224 914577 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
/proc/1089859/statm: 4777044 914577 5957 1 0 929562 0
[pid=1089859/tid=1089861] ppid=1089856 vsize=19108176 memory=3658308 CPUtime=3505.29 cores=4,6
/proc/1089859/task/1089861/stat : 1089861 (java) R 1089856 1089859 1084268 0 -1 4194368 165220 0 0 0 350454 75 0 0 20 0 20 0 201019623 19566772224 914577 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 18 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
[pid=1089859/tid=1089870] ppid=1089856 vsize=19108176 memory=32340 CPUtime=0 cores=4,6
/proc/1089859/task/1089870/stat : 1089870 (Finalizer) S 1089856 1089859 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 201019625 19566772224 914577 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
[pid=1089859/tid=1089877] ppid=1089856 vsize=19108176 memory=1848 CPUtime=0 cores=4,6
/proc/1089859/task/1089877/stat : 1089877 (Common-Cleaner) S 1089856 1089859 1084268 0 -1 1077936192 4550 0 0 0 0 0 0 0 20 0 20 0 201019626 19566772224 914577 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
[pid=1089859/tid=1089878] ppid=1089856 vsize=19108176 memory=26340 CPUtime=0 cores=4,6
/proc/1089859/task/1089878/stat : 1089878 (Timer-0) S 1089856 1089859 1084268 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201019657 19566772224 914577 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3658308 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.8 s, system=2.60922 s

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

[startup+3555.3 s]
/proc/loadavg: 3.17 3.96 4.24 4/282 1091872
/proc/meminfo: memFree=111787396/131524600 swapFree=131071996/131071996
[pid=1089859] ppid=1089856 vsize=19307868 memory=3659176 CPUtime=3600.25 cores=4,6
/proc/1089859/stat : 1089859 (java) S 1089856 1089859 1084268 0 -1 1077936128 350373 0 0 0 359766 259 0 0 20 0 21 0 201019622 19771256832 914794 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
/proc/1089859/statm: 4826967 914794 5956 1 0 930541 0
[pid=1089859/tid=1089861] ppid=1089856 vsize=19307868 memory=3658308 CPUtime=3505.38 cores=4,6
/proc/1089859/task/1089861/stat : 1089861 (java) R 1089856 1089859 1084268 0 -1 4194368 165549 0 0 0 350463 75 0 0 20 0 21 0 201019623 19771256832 914794 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 18 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
[pid=1089859/tid=1089870] ppid=1089856 vsize=19307868 memory=11400 CPUtime=0 cores=4,6
/proc/1089859/task/1089870/stat : 1089870 (Finalizer) S 1089856 1089859 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 201019625 19771256832 914794 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
[pid=1089859/tid=1089877] ppid=1089856 vsize=19307868 memory=3658308 CPUtime=0 cores=4,6
/proc/1089859/task/1089877/stat : 1089877 (Common-Cleaner) S 1089856 1089859 1084268 0 -1 1077936192 4550 0 0 0 0 0 0 0 20 0 21 0 201019626 19771256832 914794 134679101440 94453947166720 94453947170416 140728026891136 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94453947178232 94453947179024 94453973585920 140728026899438 140728026899551 140728026899551 140728026906568 0
Current children cumulated CPU time: 3600.25 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 3659176 KiB

Child status: 143

Real time (s): 3555.39
CPU time (s): 3600.41
CPU user time (s): 3597.8
CPU system time (s): 2.60922
CPU usage (%): 101.266
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 3659176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.8
system time used= 2.60922
maximum resident set size= 3660132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 351158
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 131129
involuntary context switches= 11176


# summary of solver processes directly reported to runsolver:
#   pid: 1089859
#   total CPU time (s): 3600.41
#   total CPU user time (s): 3597.8
#   total CPU system time (s): 2.60922

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.63709 second user time and 17.9759 second system time

The end

Launcher Data

Begin job on nodeC031 at 2024-07-20 17:15:26
IDJOB=4449815
IDBENCH=176148
IDSOLVER=3046
FILE ID=nodeC031/4449815-1721488513
RUNJOBID= nodeC031-1721481341-1084279
SLURM_JOB_ID= 7545758
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/normalized-clique-coloring-max-clique-n=13-t=11.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449815-1721488513/watcher-4449815-1721488513 -o /tmp/evaluation-result-4449815-1721488513/solver-4449815-1721488513 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1721481341-1084279 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4449815-1721488513.opb

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

MD5SUM BENCH= 9b5c30834c5e817deb28aeb7d8484ce1
RANDOM SEED=523236031

nodeC031.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3634.085
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.55
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		: 3679.655
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.11
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		: 3682.327
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.55
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.932
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.11
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		: 3664.172
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.55
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		: 3679.725
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.11
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		: 3640.791
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.785
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        117444652 kB
MemAvailable:   124401120 kB
Buffers:          553704 kB
Cached:          7163512 kB
SwapCached:            0 kB
Active:          1106684 kB
Inactive:       12156068 kB
Active(anon):       1560 kB
Inactive(anon):  5589880 kB
Active(file):    1105124 kB
Inactive(file):  6566188 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              3040 kB
Writeback:             0 kB
AnonPages:       5543392 kB
Mapped:           128792 kB
Shmem:             45912 kB
KReclaimable:     249608 kB
Slab:             382572 kB
SReclaimable:     249608 kB
SUnreclaim:       132964 kB
KernelStack:        5072 kB
PageTables:        21252 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    8544692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            74848 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5171200 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      260820 kB
DirectMap2M:    41455616 kB
DirectMap1G:    94371840 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC031 at 2024-07-20 18:14:42