Trace number 4518555

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 CP VeriPB 2025-06-06SAT (TO)19 3600.49 3670.1

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/evencolouring/
unit/normalized-evencolouring_opt_unit_random6regular_nvert_091.opb
MD5SUM437a1f61bbea3946ff7c4a330e95a1bf
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 benchmark1
Best CPU time to get the best result obtained on this benchmark0.047881
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables364
Total number of constraints91
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)91
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint7
Maximum length of a constraint7
Number of terms in the objective function 91
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 91
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 91
Number of bits of the biggest sum of numbers7
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.11/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.16	c See www.sat4j.org for details.
0.11/0.17	c version PB25.v20250606
0.11/0.19	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.19	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.19	c java.vm.version	22.0.1+8-16
0.11/0.19	c java.vm.vendor	Oracle Corporation
0.11/0.19	c sun.arch.data.model	64
0.11/0.19	c java.version		22.0.1
0.11/0.19	c os.name		Linux
0.11/0.19	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.19	c os.arch		amd64
0.11/0.20	c Free memory 		2104792832
0.11/0.20	c Max memory 		16282288128
0.11/0.20	c Total memory 		2113929216
0.27/0.22	c Number of processors 	2
0.44/0.37	c Pseudo Boolean Optimization by upper bound
0.44/0.37	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.44/0.37	c  - never skip resolution steps
0.44/0.37	c  - Auto-division on coefficients is disabled
0.44/0.37	c  - No postprocessing
0.44/0.37	c  - Conflict is considered as is when resolving
0.44/0.37	c  - Use constraints as they come during conflict analysis
0.44/0.37	c  - Weaken first using unassigned literals
0.44/0.37	c  - Bump strategy: ALWAYS_ONE
0.44/0.37	c  - Bumper: EFFECTIVE
0.44/0.37	c --- Begin Solver configuration ---
0.44/0.37	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.44/0.37	c Learn all clauses as in MiniSAT
0.44/0.37	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.44/0.37	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.44/0.37	c No reason simplification
0.44/0.37	c Dynamic restart strategy considering the size of the coefficients
0.44/0.37	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.44/0.37	c timeout=2147483s
0.44/0.37	c DB Simplification allowed=false
0.44/0.37	c Listener: none
0.44/0.37	c --- End Solver configuration ---
0.44/0.37	c solving HOME/instance-4518555-1751551360.opb
0.44/0.37	c reading problem ... 
0.44/0.37	c using VERIPB proof format
0.44/0.38	c  objective function found
0.62/0.45	c ... done. Wall clock time 0.07s.
0.62/0.45	c declared #vars     364
0.62/0.45	c #constraints  182
0.62/0.45	c constraints type 
0.62/0.45	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 182
0.62/0.45	c 182 constraints processed.
0.62/0.47	c objective function length is 91 literals
0.98/0.69	c SATISFIABLE
0.98/0.69	c OPTIMIZING...
0.98/0.69	c Got one! Elapsed wall clock time (in seconds):0.317
0.98/0.69	o 57
1.35/0.80	c Got one! Elapsed wall clock time (in seconds):0.434
1.35/0.80	o 55
1.55/0.94	c Got one! Elapsed wall clock time (in seconds):0.566
1.55/0.94	o 53
9.59/5.23	c Got one! Elapsed wall clock time (in seconds):4.855
9.59/5.23	o 51
12.06/6.89	c Got one! Elapsed wall clock time (in seconds):6.516
12.06/6.89	o 49
12.36/7.08	c Got one! Elapsed wall clock time (in seconds):6.708
12.36/7.08	o 47
12.55/7.19	c Got one! Elapsed wall clock time (in seconds):6.821
12.55/7.19	o 45
13.55/7.88	c Got one! Elapsed wall clock time (in seconds):7.512
13.55/7.88	o 29
19.48/13.19	c cleaning 3863 clauses out of 7729 with flag 0/7729
32.05/25.03	c cleaning 4927 clauses out of 9862 with flag 0/13725
37.93/30.75	c Got one! Elapsed wall clock time (in seconds):30.38
37.93/30.75	o 27
41.76/36.93	c cleaning 5297 clauses out of 10605 with flag 0/19395
42.71/37.51	c Got one! Elapsed wall clock time (in seconds):37.144
42.71/37.51	o 25
53.23/47.95	c cleaning 5417 clauses out of 10861 with flag 0/24948
66.30/60.54	c cleaning 5718 clauses out of 11453 with flag 0/30957
79.59/73.77	c cleaning 6362 clauses out of 12734 with flag 0/37956
93.56/87.28	c cleaning 7174 clauses out of 14360 with flag 0/45944
108.64/101.92	c cleaning 8085 clauses out of 16188 with flag 0/54946
128.48/121.43	c cleaning 9039 clauses out of 18101 with flag 0/64944
150.45/159.41	c cleaning 10016 clauses out of 20063 with flag 0/75945
171.33/179.71	c cleaning 11018 clauses out of 22050 with flag 0/87948
196.52/204.43	c cleaning 12001 clauses out of 24028 with flag 0/100944
224.42/231.71	c cleaning 13004 clauses out of 26029 with flag 0/114946
250.34/259.79	c cleaning 14004 clauses out of 28027 with flag 0/129948
278.67/287.31	c cleaning 14993 clauses out of 30024 with flag 0/145949
308.92/317.15	c cleaning 16008 clauses out of 32030 with flag 0/162948
344.34/352.77	c cleaning 17007 clauses out of 34019 with flag 0/180945
392.06/412.62	c cleaning 18003 clauses out of 36013 with flag 0/199946
437.36/458.22	c cleaning 18991 clauses out of 38008 with flag 0/219944
479.13/499.18	c cleaning 20001 clauses out of 40021 with flag 0/240948
516.04/537.09	c Got one! Elapsed wall clock time (in seconds):536.724
516.04/537.09	o 23
529.86/550.41	c Got one! Elapsed wall clock time (in seconds):550.043
529.86/550.41	o 21
533.47/554.05	c cleaning 21371 clauses out of 42742 with flag 0/263670
545.83/566.33	c cleaning 13685 clauses out of 27371 with flag 0/269670
561.92/582.05	c cleaning 10342 clauses out of 20687 with flag 0/276671
576.81/596.62	c cleaning 9168 clauses out of 18344 with flag 0/284670
599.56/619.01	c cleaning 9085 clauses out of 18178 with flag 0/293672
628.17/646.83	c cleaning 9538 clauses out of 19093 with flag 0/303672
659.19/677.01	c cleaning 10269 clauses out of 20554 with flag 0/314671
695.67/713.22	c cleaning 11132 clauses out of 22286 with flag 0/326672
735.66/753.00	c cleaning 12067 clauses out of 24152 with flag 0/339670
762.76/786.59	c Got one! Elapsed wall clock time (in seconds):786.223
762.76/786.59	o 19
779.16/802.78	c cleaning 12395 clauses out of 24789 with flag 0/352374
799.50/822.03	c cleaning 9188 clauses out of 18394 with flag 0/358374
813.90/836.41	c cleaning 8098 clauses out of 16206 with flag 0/365374
830.46/852.75	c cleaning 8054 clauses out of 16114 with flag 0/373380
850.15/872.46	c cleaning 8511 clauses out of 17054 with flag 0/382374
874.97/904.86	c cleaning 9262 clauses out of 18544 with flag 0/392375
899.50/928.96	c cleaning 10117 clauses out of 20281 with flag 0/403374
925.87/954.88	c cleaning 11074 clauses out of 22164 with flag 0/415374
958.46/986.89	c cleaning 12027 clauses out of 24090 with flag 0/428374
997.82/1030.26	c cleaning 13032 clauses out of 26064 with flag 0/442375
1038.05/1070.25	c cleaning 14009 clauses out of 28034 with flag 0/457377
1080.55/1112.29	c cleaning 15012 clauses out of 30031 with flag 0/473383
1131.02/1162.33	c cleaning 15989 clauses out of 32010 with flag 0/490374
1187.38/1218.25	c cleaning 16991 clauses out of 34021 with flag 0/508374
1248.85/1281.44	c cleaning 18014 clauses out of 36035 with flag 0/527379
1324.40/1361.75	c cleaning 19014 clauses out of 38027 with flag 0/547385
1382.87/1419.77	c cleaning 19990 clauses out of 40002 with flag 0/568374
1442.13/1497.43	c cleaning 20989 clauses out of 42012 with flag 0/590374
1508.40/1563.15	c cleaning 22005 clauses out of 44043 with flag 0/613394
1584.74/1638.39	c cleaning 23002 clauses out of 46030 with flag 0/637386
1667.78/1725.21	c cleaning 24009 clauses out of 48018 with flag 0/662376
1752.57/1808.39	c cleaning 25004 clauses out of 50009 with flag 0/688376
1855.49/1915.92	c cleaning 25994 clauses out of 52003 with flag 0/715374
1954.47/2013.50	c cleaning 26997 clauses out of 54018 with flag 0/743383
2057.24/2119.89	c cleaning 28001 clauses out of 56012 with flag 0/772374
2179.10/2240.54	c cleaning 28997 clauses out of 58015 with flag 0/802378
2312.57/2374.12	c cleaning 29985 clauses out of 60021 with flag 0/833381
2459.59/2519.88	c cleaning 31022 clauses out of 62043 with flag 0/865388
2612.45/2671.40	c cleaning 32003 clauses out of 64008 with flag 0/898375
2778.22/2840.52	c cleaning 32972 clauses out of 66005 with flag 0/932375
2954.31/3014.88	c cleaning 34006 clauses out of 68041 with flag 0/967383
3150.45/3221.90	c cleaning 35002 clauses out of 70028 with flag 0/1003376
3359.10/3428.12	c cleaning 36003 clauses out of 72032 with flag 0/1040382
3575.30/3645.37	c cleaning 37003 clauses out of 74034 with flag 0/1078387
3600.02/3669.83	c starts		: 44
3600.02/3669.84	c conflicts		: 1083435
3600.02/3669.85	c decisions		: 1597052
3600.02/3669.85	c propagations		: 12526806
3600.02/3669.85	c inspects		: 1548706067
3600.02/3669.85	c shortcuts		: 0
3600.02/3669.85	c learnt literals	: 0
3600.02/3669.85	c learnt binary clauses	: 0
3600.02/3669.85	c learnt ternary clauses	: 0
3600.02/3669.85	c learnt constraints	: 1083434
3600.02/3669.86	c ignored constraints	: 0
3600.02/3669.87	c root simplifications	: 0
3600.02/3669.87	c removed literals (reason simplification)	: 0
3600.02/3669.87	c reason swapping (by a shorter reason)	: 0
3600.02/3669.87	c Calls to reduceDB	: 63
3600.02/3669.87	c Number of update (reduction) of LBD	: 686302
3600.02/3669.87	c Imported unit clauses	: 0
3600.02/3669.87	c No decision after first conflict	: false
3600.02/3669.87	c number of reductions to clauses (during analyze)	: 0
3600.02/3669.87	c number of learned constraints concerned by reduction	: 0
3600.02/3669.87	c number of learning phase by resolution	: 0
3600.02/3669.87	c number of learning phase by cutting planes	: 0
3600.02/3669.87	c number of rounding to 1 operations	: 0
3600.02/3669.87	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3669.88	c number of reductions of the coefficients by power 2 	: 0
3600.02/3669.88	c number of right shift for reduction by power 2 	: 0
3600.02/3669.88	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3669.88	c number of ending skipping 	: 0
3600.02/3669.88	c number of internal skipping 	: 0
3600.02/3669.88	c number of derivation steps 	: 10944707
3600.02/3669.88	c number of skipped derivation steps 	: 0
3600.02/3669.88	c number of remaining unassigned 	: 546918
3600.02/3669.88	c number of remaining assigned 	: 1113084459
3600.02/3669.88	c number of falsified literals weakened from reason	: 0
3600.02/3669.88	c number of falsified literals weakened from conflict	: 0
3600.02/3669.88	c time for arithmetic operations	: 29415947926
3600.02/3669.89	c minimum degree of deleted constraints	: 1
3600.02/3669.89	c maximum degree of deleted constraints	: 81857571424685261317605685742686080
3600.02/3669.89	c number of deleted constraints	: 1041356
3600.02/3669.89	c speed (assignments/second)	: 3413.85117918268
3600.02/3669.89	c non guided choices	: 763
3600.23/3669.99	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 12
3600.23/3669.99	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 33
3600.23/3669.99	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 42033
3600.23/3669.99	s SATISFIABLE
3600.23/3669.99	c Found 13 solution(s)
3600.43/3670.01	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 
3600.43/3670.01	c objective function=19
3600.43/3670.01	c Total wall clock time (in seconds): 3669.644

Verifier Data

OK	19

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4518555-1751551360/watcher-4518555-1751551360 -o /tmp/evaluation-result-4518555-1751551360/solver-4518555-1751551360 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751547728-82133 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4518555-1751551360 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4518555-1751551360.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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=82848, runsolver pid=82845

[startup+0.100062 s]*
/proc/loadavg: 4.45 4.25 4.24 6/332 82866
/proc/meminfo: memFree=102140688/131382112 swapFree=33010160/33010684
[pid=82848] ppid=82845 vsize=18930384 memory=48296 CPUtime=0.11 cores=4,6
/proc/82848/stat : 82848 (java) S 82845 82848 82122 0 -1 4194304 5742 0 0 0 8 3 0 0 20 0 18 0 70815818 19384713216 12074 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
/proc/82848/statm: 4732596 12074 5331 1 0 546955 0
[pid=82848/tid=82850] ppid=82845 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/82848/task/82850/stat : 82850 (java) S 82845 82848 82122 0 -1 4194368 4644 0 0 0 5 2 0 0 20 0 18 0 70815820 19384713216 12074 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
[pid=82848/tid=82859] ppid=82845 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/82848/task/82859/stat : 82859 (Finalizer) S 82845 82848 82122 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 70815824 19384713216 12074 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
[pid=82848/tid=82866] ppid=82845 vsize=18930384 memory=59593594258114 CPUtime=0 cores=4,6
/proc/82848/task/82866/stat : 82866 (Common-Cleaner) S 82845 82848 82122 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 70815825 19384713216 12074 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48296 KiB

[startup+0.209919 s]*
/proc/loadavg: 4.45 4.25 4.24 6/332 82866
/proc/meminfo: memFree=102139680/131382112 swapFree=33010160/33010684
[pid=82848] ppid=82845 vsize=18930384 memory=53396 CPUtime=0.27 cores=4,6
/proc/82848/stat : 82848 (java) S 82845 82848 82122 0 -1 4194304 6469 0 0 0 24 3 0 0 20 0 18 0 70815818 19384713216 13349 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
/proc/82848/statm: 4732596 13349 5363 1 0 547556 0
[pid=82848/tid=82850] ppid=82845 vsize=18930384 memory=4026728732 CPUtime=0.17 cores=4,6
/proc/82848/task/82850/stat : 82850 (java) R 82845 82848 82122 0 -1 4194368 4995 0 0 0 15 2 0 0 20 0 18 0 70815820 19384713216 13349 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
[pid=82848/tid=82859] ppid=82845 vsize=18930384 memory=16142 CPUtime=0 cores=4,6
/proc/82848/task/82859/stat : 82859 (Finalizer) S 82845 82848 82122 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 70815824 19384713216 13349 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
[pid=82848/tid=82866] ppid=82845 vsize=18930384 memory=58494082614266 CPUtime=0 cores=4,6
/proc/82848/task/82866/stat : 82866 (Common-Cleaner) S 82845 82848 82122 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 70815825 19384713216 13349 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53396 KiB

[startup+0.312205 s]*
/proc/loadavg: 4.45 4.25 4.24 7/332 82866
/proc/meminfo: memFree=102129600/131382112 swapFree=33010160/33010684
[pid=82848] ppid=82845 vsize=18930384 memory=59032 CPUtime=0.44 cores=4,6
/proc/82848/stat : 82848 (java) S 82845 82848 82122 0 -1 4194304 6812 0 0 0 40 4 0 0 20 0 18 0 70815818 19384713216 14758 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
/proc/82848/statm: 4732596 14758 5427 1 0 547817 0
[pid=82848/tid=82850] ppid=82845 vsize=18930384 memory=-6000919485607996007 CPUtime=0.26 cores=4,6
/proc/82848/task/82850/stat : 82850 (java) R 82845 82848 82122 0 -1 4194368 5228 0 0 0 23 3 0 0 20 0 18 0 70815820 19384713216 14758 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
[pid=82848/tid=82859] ppid=82845 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/82848/task/82859/stat : 82859 (Finalizer) S 82845 82848 82122 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 70815824 19384713216 14758 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
[pid=82848/tid=82866] ppid=82845 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/82848/task/82866/stat : 82866 (Common-Cleaner) S 82845 82848 82122 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 70815825 19384713216 14758 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59032 KiB

[startup+0.700364 s]
/proc/loadavg: 4.45 4.25 4.24 7/333 82867
/proc/meminfo: memFree=102129600/131382112 swapFree=33010160/33010684
[pid=82848] ppid=82845 vsize=18996948 memory=76104 CPUtime=1.15 cores=4,6
/proc/82848/stat : 82848 (java) S 82845 82848 82122 0 -1 4194304 7468 0 0 0 110 5 0 0 20 0 19 0 70815818 19452874752 19026 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
/proc/82848/statm: 4749237 19026 5459 1 0 548465 0
[pid=82848/tid=82850] ppid=82845 vsize=18996948 memory=18304 CPUtime=0.59 cores=4,6
/proc/82848/task/82850/stat : 82850 (java) R 82845 82848 82122 0 -1 4194368 5541 0 0 0 56 3 0 0 20 0 19 0 70815820 19452874752 19026 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
[pid=82848/tid=82859] ppid=82845 vsize=18996948 memory=10624 CPUtime=0 cores=4,6
/proc/82848/task/82859/stat : 82859 (Finalizer) S 82845 82848 82122 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 70815824 19452874752 19026 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
[pid=82848/tid=82866] ppid=82845 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/82848/task/82866/stat : 82866 (Common-Cleaner) S 82845 82848 82122 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 70815825 19452874752 19026 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
[pid=82848/tid=82867] ppid=82845 vsize=18996948 memory=4764 CPUtime=0 cores=4,6
/proc/82848/task/82867/stat : 82867 (Timer-0) S 82845 82848 82122 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 70815867 19452874752 19026 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 76104 KiB

[startup+1.50026 s]
/proc/loadavg: 4.45 4.25 4.24 7/333 82867
/proc/meminfo: memFree=102074864/131382112 swapFree=33010160/33010684
[pid=82848] ppid=82845 vsize=19063512 memory=176704 CPUtime=2.72 cores=4,6
/proc/82848/stat : 82848 (java) S 82845 82848 82122 0 -1 4194304 20142 0 0 0 262 10 0 0 20 0 20 0 70815818 19521036288 44176 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
/proc/82848/statm: 4765878 44176 5491 1 0 554111 0
[pid=82848/tid=82850] ppid=82845 vsize=19063512 memory=0 CPUtime=1.33 cores=4,6
/proc/82848/task/82850/stat : 82850 (java) R 82845 82848 82122 0 -1 4194368 6241 0 0 0 128 5 0 0 20 0 20 0 70815820 19521036288 44176 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
[pid=82848/tid=82859] ppid=82845 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/82848/task/82859/stat : 82859 (Finalizer) S 82845 82848 82122 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70815824 19521036288 44176 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
[pid=82848/tid=82866] ppid=82845 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/82848/task/82866/stat : 82866 (Common-Cleaner) S 82845 82848 82122 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 70815825 19521036288 44176 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
[pid=82848/tid=82867] ppid=82845 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/82848/task/82867/stat : 82867 (Timer-0) S 82845 82848 82122 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70815867 19521036288 44176 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
Current children cumulated CPU time: 2.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 176704 KiB

[startup+3.10554 s]
/proc/loadavg: 4.45 4.25 4.24 7/334 82868
/proc/meminfo: memFree=100823052/131382112 swapFree=33010160/33010684
[pid=82848] ppid=82845 vsize=19063512 memory=512196 CPUtime=5.9 cores=4,6
/proc/82848/stat : 82848 (java) S 82845 82848 82122 0 -1 4194304 31382 0 0 0 570 20 0 0 20 0 20 0 70815818 19521036288 128049 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
/proc/82848/statm: 4765878 128049 5491 1 0 560497 0
[pid=82848/tid=82850] ppid=82845 vsize=19063512 memory=10624 CPUtime=2.9 cores=4,6
/proc/82848/task/82850/stat : 82850 (java) R 82845 82848 82122 0 -1 4194368 7025 0 0 0 277 13 0 0 20 0 20 0 70815820 19521036288 128049 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
[pid=82848/tid=82859] ppid=82845 vsize=19063512 memory=-6000919485607996007 CPUtime=0 cores=4,6
/proc/82848/task/82859/stat : 82859 (Finalizer) S 82845 82848 82122 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70815824 19521036288 128049 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
[pid=82848/tid=82866] ppid=82845 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/82848/task/82866/stat : 82866 (Common-Cleaner) S 82845 82848 82122 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 70815825 19521036288 128049 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
[pid=82848/tid=82867] ppid=82845 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/82848/task/82867/stat : 82867 (Timer-0) S 82845 82848 82122 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70815867 19521036288 128049 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
Current children cumulated CPU time: 5.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 512196 KiB

[startup+6.30027 s]
/proc/loadavg: 4.65 4.30 4.26 6/334 82868
/proc/meminfo: memFree=99324672/131382112 swapFree=33010160/33010684
[pid=82848] ppid=82845 vsize=19063512 memory=1329272 CPUtime=11.56 cores=4,6
/proc/82848/stat : 82848 (java) S 82845 82848 82122 0 -1 4194304 32380 0 0 0 1118 38 0 0 20 0 20 0 70815818 19521036288 332318 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
/proc/82848/statm: 4765878 332318 5491 1 0 560499 0
[pid=82848/tid=82850] ppid=82845 vsize=19063512 memory=0 CPUtime=6.05 cores=4,6
/proc/82848/task/82850/stat : 82850 (java) R 82845 82848 82122 0 -1 4194368 7633 0 0 0 576 29 0 0 20 0 20 0 70815820 19521036288 332318 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
[pid=82848/tid=82859] ppid=82845 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/82848/task/82859/stat : 82859 (Finalizer) S 82845 82848 82122 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70815824 19521036288 332318 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
[pid=82848/tid=82866] ppid=82845 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/82848/task/82866/stat : 82866 (Common-Cleaner) S 82845 82848 82122 0 -1 4194368 59 0 0 0 0 0 0 0 20 0 20 0 70815825 19521036288 332318 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
[pid=82848/tid=82867] ppid=82845 vsize=19063512 memory=176704 CPUtime=0 cores=4,6
/proc/82848/task/82867/stat : 82867 (Timer-0) S 82845 82848 82122 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70815867 19521036288 332318 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
Current children cumulated CPU time: 11.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1329272 KiB

[startup+12.7176 s]
/proc/loadavg: 4.60 4.29 4.25 5/334 82868
/proc/meminfo: memFree=98165772/131382112 swapFree=33010160/33010684
[pid=82848] ppid=82845 vsize=19063512 memory=2010652 CPUtime=19.08 cores=4,6
/proc/82848/stat : 82848 (java) S 82845 82848 82122 0 -1 4194304 34028 0 0 0 1856 52 0 0 20 0 20 0 70815818 19521036288 502663 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
/proc/82848/statm: 4765878 502663 5491 1 0 1086893 0
[pid=82848/tid=82850] ppid=82845 vsize=19063512 memory=176704 CPUtime=12.11 cores=4,6
/proc/82848/task/82850/stat : 82850 (java) S 82845 82848 82122 0 -1 4194368 8302 0 0 0 1170 41 0 0 20 0 20 0 70815820 19521036288 502663 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
[pid=82848/tid=82859] ppid=82845 vsize=19063512 memory=14560 CPUtime=0 cores=4,6
/proc/82848/task/82859/stat : 82859 (Finalizer) S 82845 82848 82122 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70815824 19521036288 502663 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
[pid=82848/tid=82866] ppid=82845 vsize=19063512 memory=1705360 CPUtime=0 cores=4,6
/proc/82848/task/82866/stat : 82866 (Common-Cleaner) S 82845 82848 82122 0 -1 4194368 59 0 0 0 0 0 0 0 20 0 20 0 70815825 19521036288 502663 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
[pid=82848/tid=82867] ppid=82845 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/82848/task/82867/stat : 82867 (Timer-0) S 82845 82848 82122 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70815867 19521036288 502663 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
Current children cumulated CPU time: 19.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2010652 KiB

[startup+25.5005 s]
/proc/loadavg: 4.54 4.29 4.26 6/335 82869
/proc/meminfo: memFree=95531108/131382112 swapFree=33010160/33010684
[pid=82848] ppid=82845 vsize=19063512 memory=3979460 CPUtime=32.7 cores=4,6
/proc/82848/stat : 82848 (java) S 82845 82848 82122 0 -1 4194304 37232 0 0 0 3173 97 0 0 20 0 20 0 70815818 19521036288 994865 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
/proc/82848/statm: 4765878 994865 5491 1 0 1331327 0
[pid=82848/tid=82850] ppid=82845 vsize=19063512 memory=-6000919485607996007 CPUtime=24.33 cores=4,6
/proc/82848/task/82850/stat : 82850 (java) R 82845 82848 82122 0 -1 4194368 10374 0 0 0 2353 80 0 0 20 0 20 0 70815820 19521036288 994865 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
[pid=82848/tid=82859] ppid=82845 vsize=19063512 memory=18304 CPUtime=0 cores=4,6
/proc/82848/task/82859/stat : 82859 (Finalizer) S 82845 82848 82122 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70815824 19521036288 994865 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
[pid=82848/tid=82866] ppid=82845 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/82848/task/82866/stat : 82866 (Common-Cleaner) S 82845 82848 82122 0 -1 4194368 59 0 0 0 0 0 0 0 20 0 20 0 70815825 19521036288 994865 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
[pid=82848/tid=82867] ppid=82845 vsize=19063512 memory=14560 CPUtime=0 cores=4,6
/proc/82848/task/82867/stat : 82867 (Timer-0) S 82845 82848 82122 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70815867 19521036288 994865 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
Current children cumulated CPU time: 32.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3979460 KiB

[startup+51.1063 s]
/proc/loadavg: 4.73 4.35 4.28 6/334 82937
/proc/meminfo: memFree=103592956/131382112 swapFree=33010160/33010684
[pid=82848] ppid=82845 vsize=19063512 memory=4504128 CPUtime=56.8 cores=4,6
/proc/82848/stat : 82848 (java) S 82845 82848 82122 0 -1 4194304 46794 0 0 0 5565 115 0 0 20 0 20 0 70815818 19521036288 1126032 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
/proc/82848/statm: 4765878 1126032 5491 1 0 1331354 0
[pid=82848/tid=82850] ppid=82845 vsize=19063512 memory=4504128 CPUtime=46.7 cores=4,6
/proc/82848/task/82850/stat : 82850 (java) R 82845 82848 82122 0 -1 4194368 13337 0 0 0 4576 94 0 0 20 0 20 0 70815820 19521036288 1126032 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
[pid=82848/tid=82859] ppid=82845 vsize=19063512 memory=7594316133317968757 CPUtime=0 cores=4,6
/proc/82848/task/82859/stat : 82859 (Finalizer) S 82845 82848 82122 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70815824 19521036288 1126032 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0

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

/proc/meminfo: memFree=73002524/131382112 swapFree=33010160/33010684
[pid=82848] ppid=82845 vsize=19063512 memory=5273216 CPUtime=3272.71 cores=4,6
/proc/82848/stat : 82848 (java) S 82845 82848 82122 0 -1 4194304 204948 0 0 0 326311 960 0 0 20 0 20 0 70815818 19521036288 1318304 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
/proc/82848/statm: 4765878 1318304 5523 1 0 1332512 0
[pid=82848/tid=82850] ppid=82845 vsize=19063512 memory=22004 CPUtime=3127.94 cores=4,6
/proc/82848/task/82850/stat : 82850 (java) R 82845 82848 82122 0 -1 4194368 106151 0 0 0 312051 743 0 0 20 0 20 0 70815820 19521036288 1318304 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
[pid=82848/tid=82859] ppid=82845 vsize=19063512 memory=56 CPUtime=0 cores=4,6
/proc/82848/task/82859/stat : 82859 (Finalizer) S 82845 82848 82122 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70815824 19521036288 1318304 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
[pid=82848/tid=82866] ppid=82845 vsize=19063512 memory=5273216 CPUtime=0 cores=4,6
/proc/82848/task/82866/stat : 82866 (Common-Cleaner) S 82845 82848 82122 0 -1 4194368 2578 0 0 0 0 0 0 0 20 0 20 0 70815825 19521036288 1318304 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
[pid=82848/tid=82867] ppid=82845 vsize=19063512 memory=5273216 CPUtime=0 cores=4,6
/proc/82848/task/82867/stat : 82867 (Timer-0) S 82845 82848 82122 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70815867 19521036288 1318304 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
Current children cumulated CPU time: 3272.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5273216 KiB

[startup+3402.3 s]
/proc/loadavg: 4.48 4.37 4.32 5/333 83114
/proc/meminfo: memFree=72531060/131382112 swapFree=33010160/33010684
[pid=82848] ppid=82845 vsize=19063512 memory=5273216 CPUtime=3333.2 cores=4,6
/proc/82848/stat : 82848 (java) S 82845 82848 82122 0 -1 4194304 208111 0 0 0 332349 971 0 0 20 0 20 0 70815818 19521036288 1318304 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
/proc/82848/statm: 4765878 1318304 5523 1 0 1332525 0
[pid=82848/tid=82850] ppid=82845 vsize=19063512 memory=5273216 CPUtime=3186.46 cores=4,6
/proc/82848/task/82850/stat : 82850 (java) R 82845 82848 82122 0 -1 4194368 108344 0 0 0 317895 751 0 0 20 0 20 0 70815820 19521036288 1318304 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
[pid=82848/tid=82859] ppid=82845 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/82848/task/82859/stat : 82859 (Finalizer) S 82845 82848 82122 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70815824 19521036288 1318304 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
[pid=82848/tid=82866] ppid=82845 vsize=19063512 memory=18304 CPUtime=0 cores=4,6
/proc/82848/task/82866/stat : 82866 (Common-Cleaner) S 82845 82848 82122 0 -1 4194368 2637 0 0 0 0 0 0 0 20 0 20 0 70815825 19521036288 1318304 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
[pid=82848/tid=82867] ppid=82845 vsize=19063512 memory=14560 CPUtime=0 cores=4,6
/proc/82848/task/82867/stat : 82867 (Timer-0) S 82845 82848 82122 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70815867 19521036288 1318304 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
Current children cumulated CPU time: 3333.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5273216 KiB

[startup+3462.3 s]
/proc/loadavg: 4.44 4.36 4.32 5/332 83116
/proc/meminfo: memFree=71618568/131382112 swapFree=33010160/33010684
[pid=82848] ppid=82845 vsize=19063512 memory=5273344 CPUtime=3393.6 cores=4,6
/proc/82848/stat : 82848 (java) S 82845 82848 82122 0 -1 4194304 210802 0 0 0 338376 984 0 0 20 0 20 0 70815818 19521036288 1318336 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
/proc/82848/statm: 4765878 1318336 5523 1 0 1332545 0
[pid=82848/tid=82850] ppid=82845 vsize=19063512 memory=5273216 CPUtime=3245.16 cores=4,6
/proc/82848/task/82850/stat : 82850 (java) R 82845 82848 82122 0 -1 4194368 110026 0 0 0 323756 760 0 0 20 0 20 0 70815820 19521036288 1318336 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
[pid=82848/tid=82859] ppid=82845 vsize=19063512 memory=18304 CPUtime=0 cores=4,6
/proc/82848/task/82859/stat : 82859 (Finalizer) S 82845 82848 82122 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70815824 19521036288 1318336 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
[pid=82848/tid=82866] ppid=82845 vsize=19063512 memory=14560 CPUtime=0 cores=4,6
/proc/82848/task/82866/stat : 82866 (Common-Cleaner) S 82845 82848 82122 0 -1 4194368 2680 0 0 0 0 0 0 0 20 0 20 0 70815825 19521036288 1318336 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
[pid=82848/tid=82867] ppid=82845 vsize=19063512 memory=5273344 CPUtime=0 cores=4,6
/proc/82848/task/82867/stat : 82867 (Timer-0) S 82845 82848 82122 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70815867 19521036288 1318336 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
Current children cumulated CPU time: 3393.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5273344 KiB

[startup+3522.3 s]
/proc/loadavg: 4.53 4.39 4.33 5/332 83129
/proc/meminfo: memFree=71002744/131382112 swapFree=33010160/33010684
[pid=82848] ppid=82845 vsize=19063512 memory=5273344 CPUtime=3453.51 cores=4,6
/proc/82848/stat : 82848 (java) S 82845 82848 82122 0 -1 4194304 211734 0 0 0 344355 996 0 0 20 0 20 0 70815818 19521036288 1318336 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
/proc/82848/statm: 4765878 1318336 5523 1 0 1332545 0
[pid=82848/tid=82850] ppid=82845 vsize=19063512 memory=5273344 CPUtime=3303.07 cores=4,6
/proc/82848/task/82850/stat : 82850 (java) R 82845 82848 82122 0 -1 4194368 110760 0 0 0 329538 769 0 0 20 0 20 0 70815820 19521036288 1318336 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
[pid=82848/tid=82859] ppid=82845 vsize=19063512 memory=5273344 CPUtime=0 cores=4,6
/proc/82848/task/82859/stat : 82859 (Finalizer) S 82845 82848 82122 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70815824 19521036288 1318336 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
[pid=82848/tid=82866] ppid=82845 vsize=19063512 memory=1920 CPUtime=0 cores=4,6
/proc/82848/task/82866/stat : 82866 (Common-Cleaner) S 82845 82848 82122 0 -1 4194368 2680 0 0 0 0 0 0 0 20 0 20 0 70815825 19521036288 1318336 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
[pid=82848/tid=82867] ppid=82845 vsize=19063512 memory=5273344 CPUtime=0 cores=4,6
/proc/82848/task/82867/stat : 82867 (Timer-0) S 82845 82848 82122 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70815867 19521036288 1318336 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
Current children cumulated CPU time: 3453.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5273344 KiB

[startup+3582.3 s]
/proc/loadavg: 4.46 4.40 4.34 1/332 83131
/proc/meminfo: memFree=70641744/131382112 swapFree=33010160/33010684
[pid=82848] ppid=82845 vsize=19063512 memory=5273344 CPUtime=3513.94 cores=4,6
/proc/82848/stat : 82848 (java) S 82845 82848 82122 0 -1 4194304 215104 0 0 0 350387 1007 0 0 20 0 20 0 70815818 19521036288 1318336 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
/proc/82848/statm: 4765878 1318336 5523 1 0 1332545 0
[pid=82848/tid=82850] ppid=82845 vsize=19063512 memory=14560 CPUtime=3361.13 cores=4,6
/proc/82848/task/82850/stat : 82850 (java) D 82845 82848 82122 0 -1 4194368 113158 0 0 0 335337 776 0 0 20 0 20 0 70815820 19521036288 1318336 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
[pid=82848/tid=82859] ppid=82845 vsize=19063512 memory=14560 CPUtime=0 cores=4,6
/proc/82848/task/82859/stat : 82859 (Finalizer) S 82845 82848 82122 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70815824 19521036288 1318336 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
[pid=82848/tid=82866] ppid=82845 vsize=19063512 memory=5273344 CPUtime=0 cores=4,6
/proc/82848/task/82866/stat : 82866 (Common-Cleaner) S 82845 82848 82122 0 -1 4194368 2770 0 0 0 0 0 0 0 20 0 20 0 70815825 19521036288 1318336 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
[pid=82848/tid=82867] ppid=82845 vsize=19063512 memory=-6000919485607996007 CPUtime=0 cores=4,6
/proc/82848/task/82867/stat : 82867 (Timer-0) S 82845 82848 82122 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70815867 19521036288 1318336 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
Current children cumulated CPU time: 3513.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5273344 KiB

[startup+3642.3 s]
/proc/loadavg: 4.34 4.37 4.33 6/332 83133
/proc/meminfo: memFree=70381764/131382112 swapFree=33010160/33010684
[pid=82848] ppid=82845 vsize=19063512 memory=5273344 CPUtime=3572.3 cores=4,6
/proc/82848/stat : 82848 (java) S 82845 82848 82122 0 -1 4194304 217815 0 0 0 356212 1018 0 0 20 0 20 0 70815818 19521036288 1318336 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
/proc/82848/statm: 4765878 1318336 5523 1 0 1332545 0
[pid=82848/tid=82850] ppid=82845 vsize=19063512 memory=5273344 CPUtime=3417.29 cores=4,6
/proc/82848/task/82850/stat : 82850 (java) R 82845 82848 82122 0 -1 4194368 115070 0 0 0 340945 784 0 0 20 0 20 0 70815820 19521036288 1318336 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
[pid=82848/tid=82859] ppid=82845 vsize=19063512 memory=5760 CPUtime=0 cores=4,6
/proc/82848/task/82859/stat : 82859 (Finalizer) S 82845 82848 82122 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70815824 19521036288 1318336 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
[pid=82848/tid=82866] ppid=82845 vsize=19063512 memory=5273344 CPUtime=0 cores=4,6
/proc/82848/task/82866/stat : 82866 (Common-Cleaner) S 82845 82848 82122 0 -1 4194368 2830 0 0 0 0 0 0 0 20 0 20 0 70815825 19521036288 1318336 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
[pid=82848/tid=82867] ppid=82845 vsize=19063512 memory=5273344 CPUtime=0 cores=4,6
/proc/82848/task/82867/stat : 82867 (Timer-0) S 82845 82848 82122 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70815867 19521036288 1318336 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
Current children cumulated CPU time: 3572.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5273344 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3669.8 s]
/proc/loadavg: 4.42 4.39 4.34 5/332 83270
/proc/meminfo: memFree=96134104/131382112 swapFree=33010160/33010684
[pid=82848] ppid=82845 vsize=19063512 memory=5273344 CPUtime=3600.02 cores=4,6
/proc/82848/stat : 82848 (java) S 82845 82848 82122 0 -1 4194304 217991 0 0 0 358977 1025 0 0 20 0 20 0 70815818 19521036288 1318336 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
/proc/82848/statm: 4765878 1318336 5523 1 0 1332545 0
[pid=82848/tid=82850] ppid=82845 vsize=19063512 memory=4764 CPUtime=3444.35 cores=4,6
/proc/82848/task/82850/stat : 82850 (java) R 82845 82848 82122 0 -1 4194368 115208 0 0 0 343646 789 0 0 20 0 20 0 70815820 19521036288 1318336 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
[pid=82848/tid=82859] ppid=82845 vsize=19063512 memory=2764 CPUtime=0 cores=4,6
/proc/82848/task/82859/stat : 82859 (Finalizer) S 82845 82848 82122 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70815824 19521036288 1318336 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
[pid=82848/tid=82866] ppid=82845 vsize=19063512 memory=22004 CPUtime=0 cores=4,6
/proc/82848/task/82866/stat : 82866 (Common-Cleaner) S 82845 82848 82122 0 -1 4194368 2830 0 0 0 0 0 0 0 20 0 20 0 70815825 19521036288 1318336 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
[pid=82848/tid=82867] ppid=82845 vsize=19063512 memory=5273344 CPUtime=0 cores=4,6
/proc/82848/task/82867/stat : 82867 (Timer-0) S 82845 82848 82122 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70815867 19521036288 1318336 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5273344 KiB

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

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

# cumulated CPU time of all completed processes:  user=3590.19 s, system=10.3056 s

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

[startup+3670 s]*
/proc/loadavg: 4.38 4.38 4.34 6/333 83273
/proc/meminfo: memFree=96115960/131382112 swapFree=33010160/33010684
[pid=82848] ppid=82845 vsize=19263204 memory=5274240 CPUtime=3600.43 cores=4,6
/proc/82848/stat : 82848 (java) S 82845 82848 82122 0 -1 4194304 220295 0 0 0 359017 1026 0 0 20 0 21 0 70815818 19725520896 1318560 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
/proc/82848/statm: 4815801 1318560 5555 1 0 1333480 0
[pid=82848/tid=82850] ppid=82845 vsize=19263204 memory=-6000919481313421671 CPUtime=3444.55 cores=4,6
/proc/82848/task/82850/stat : 82850 (java) R 82845 82848 82122 0 -1 4194368 115382 0 0 0 343666 789 0 0 20 0 21 0 70815820 19725520896 1318560 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
[pid=82848/tid=82859] ppid=82845 vsize=19263204 memory=0 CPUtime=0 cores=4,6
/proc/82848/task/82859/stat : 82859 (Finalizer) S 82845 82848 82122 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 70815824 19725520896 1318560 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
[pid=82848/tid=82866] ppid=82845 vsize=19263204 memory=0 CPUtime=0 cores=4,6
/proc/82848/task/82866/stat : 82866 (Common-Cleaner) S 82845 82848 82122 0 -1 4194368 2830 0 0 0 0 0 0 0 20 0 21 0 70815825 19725520896 1318560 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
[pid=82848/tid=83272] ppid=82845 vsize=19263204 memory=0 CPUtime=0.09 cores=4,6
/proc/82848/task/83272/stat : 83272 (Thread-0) R 82845 82848 82122 0 -1 4194368 311 0 0 0 9 0 0 0 20 0 21 0 71182800 19725520896 1318560 18446744073709551615 94020225073152 94020225076848 140735167929392 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94020225084664 94020225085456 94020230230016 140735167932717 140735167932902 140735167932902 140735167938504 0
Current children cumulated CPU time: 3600.43 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 5274240 KiB

Child status: 143

Real time (s): 3670.1
CPU time (s): 3600.49
CPU user time (s): 3590.19
CPU system time (s): 10.3056
CPU usage (%): 98.1033
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 5274240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.19
system time used= 10.3056
maximum resident set size= 5274368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 220623
page faults= 0
swaps= 0
block input operations= 0
block output operations= 9998896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 136903
involuntary context switches= 18285


# summary of solver processes directly reported to runsolver:
#   pid: 82848
#   total CPU time (s): 3600.49
#   total CPU user time (s): 3590.19
#   total CPU system time (s): 10.3056

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.0359 second user time and 35.3654 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-07-03 16:02:40
IDJOB=4518555
IDBENCH=177061
IDSOLVER=3362
FILE ID=nodeC009/4518555-1751551360
RUNJOBID= nodeC009-1751547728-82133
SLURM_JOB_ID= 9598723
Free space on /tmp= 431224 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/evencolouring/unit/normalized-evencolouring_opt_unit_random6regular_nvert_091.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4518555-1751551360/watcher-4518555-1751551360 -o /tmp/evaluation-result-4518555-1751551360/solver-4518555-1751551360 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751547728-82133 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4518555-1751551360 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4518555-1751551360.opb

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

MD5SUM BENCH= 437a1f61bbea3946ff7c4a330e95a1bf
RANDOM SEED=1837639557

nodeC009 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		: 3659.936
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	: 6983.85
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		: 2294.700
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	: 6983.85
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.533
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	: 6983.85
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.178
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	: 6983.85
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		: 1197.231
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	: 6983.85
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.703
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	: 6983.85
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		: 1795.949
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	: 6983.85
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.234
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	: 6983.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        102161092 kB
MemAvailable:   122270236 kB
Buffers:            2144 kB
Cached:         20859724 kB
SwapCached:           24 kB
Active:          8041420 kB
Inactive:       20498164 kB
Active(anon):    7690652 kB
Inactive(anon):     5056 kB
Active(file):     350768 kB
Inactive(file): 20493108 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             70608 kB
Writeback:            16 kB
AnonPages:       7679868 kB
Mapped:           123620 kB
Shmem:             17936 kB
KReclaimable:     209404 kB
Slab:             298120 kB
SReclaimable:     209404 kB
SUnreclaim:        88716 kB
KernelStack:        5040 kB
PageTables:        18804 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   10901504 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7393280 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:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431224 MiB
End job on nodeC009 at 2025-07-03 17:03:51