Trace number 4514166

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2025-06-06? (TO) 3600.15 3605.1

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
rand6reg/normalized-rand6reg-v061-n3.opb
MD5SUMee80f54d8195eff99f8f8fb25e2ddb99
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.011278
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables183
Total number of constraints61
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)61
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.14	c Pseudo Boolean Optimization by upper bound
0.13/0.14	c --- Begin Solver configuration ---
0.13/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.14	c Learn all clauses as in MiniSAT
0.13/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.14	c Expensive reason simplification
0.13/0.14	c Glucose 2.1 dynamic restart strategy
0.13/0.14	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.14	c timeout=2147483s
0.13/0.14	c DB Simplification allowed=false
0.13/0.14	c Listener: none
0.13/0.14	c --- End Solver configuration ---
0.13/0.14	c solving HOME/instance-4514166-1751224691.opb
0.13/0.14	c reading problem ... 
0.13/0.14	c  no objective function found
0.13/0.16	c ... done. Wall clock time 0.015s.
0.13/0.16	c declared #vars     183
0.13/0.16	c #constraints  122
0.13/0.16	c constraints type 
0.13/0.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 61
0.13/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 61
0.13/0.16	c 122 constraints processed.
0.89/0.53	c cleaning 2499 clauses out of 5000 with flag 37699/5000
1.52/0.96	c cleaning 4246 clauses out of 8502 with flag 86452/11001
2.21/1.56	c cleaning 5625 clauses out of 11256 with flag 157724/18001
3.12/2.41	c cleaning 6813 clauses out of 13632 with flag 244230/26002
3.84/3.16	c cleaning 7900 clauses out of 15818 with flag 335744/35001
4.84/4.16	c cleaning 8951 clauses out of 17917 with flag 436145/45000
6.19/5.46	c cleaning 9977 clauses out of 19968 with flag 561572/56002
7.69/6.90	c cleaning 10985 clauses out of 21990 with flag 697262/68001
9.28/8.54	c cleaning 11994 clauses out of 24008 with flag 849814/81004
11.19/10.47	c cleaning 12992 clauses out of 26010 with flag 1026576/95000
13.39/12.61	c cleaning 13994 clauses out of 28020 with flag 1200691/110002
15.88/15.16	c cleaning 15006 clauses out of 30024 with flag 1381856/126000
18.72/17.94	c cleaning 15994 clauses out of 32018 with flag 1591150/143000
21.84/21.05	c cleaning 16998 clauses out of 34025 with flag 1821082/161001
24.93/24.14	c cleaning 18000 clauses out of 36027 with flag 2053823/180001
28.32/27.56	c cleaning 19005 clauses out of 38027 with flag 2289603/200001
32.01/31.27	c cleaning 19999 clauses out of 40021 with flag 2525445/221000
35.81/35.04	c cleaning 21003 clauses out of 42023 with flag 2776888/243001
39.92/39.14	c cleaning 22005 clauses out of 44021 with flag 3052673/266002
44.11/43.34	c cleaning 22998 clauses out of 46016 with flag 3345138/290002
48.81/48.09	c cleaning 24001 clauses out of 48016 with flag 3658855/315000
54.90/54.14	c cleaning 24999 clauses out of 50015 with flag 3974059/341000
60.29/59.54	c cleaning 26006 clauses out of 52017 with flag 4302218/368001
64.89/64.16	c cleaning 27002 clauses out of 54011 with flag 4609984/396001
69.35/68.49	c cleaning 27994 clauses out of 56008 with flag 4908069/425000
74.84/73.97	c cleaning 28995 clauses out of 58014 with flag 5193987/455000
80.73/79.88	c cleaning 29997 clauses out of 60019 with flag 5494822/486000
87.14/86.25	c cleaning 30999 clauses out of 62022 with flag 5791758/518000
93.23/92.33	c cleaning 32003 clauses out of 64023 with flag 6111863/551000
99.92/99.09	c cleaning 33001 clauses out of 66022 with flag 6431262/585002
107.79/106.91	c cleaning 33999 clauses out of 68019 with flag 6783185/620000
115.88/115.05	c cleaning 34997 clauses out of 70020 with flag 7148191/656000
124.10/123.21	c cleaning 36010 clauses out of 72027 with flag 7532784/693004
133.28/132.40	c cleaning 36998 clauses out of 74013 with flag 7949635/731000
142.26/141.41	c cleaning 38002 clauses out of 76016 with flag 8379207/770001
152.34/151.55	c cleaning 39004 clauses out of 78013 with flag 8775930/810000
162.36/161.57	c cleaning 39997 clauses out of 80009 with flag 9154765/851000
173.34/172.50	c cleaning 40996 clauses out of 82013 with flag 9585873/893001
184.32/183.54	c cleaning 42003 clauses out of 84017 with flag 10020161/936001
196.39/195.64	c cleaning 42998 clauses out of 86014 with flag 10494504/980001
210.12/209.34	c cleaning 44003 clauses out of 88017 with flag 10991158/1025002
223.09/222.32	c cleaning 44999 clauses out of 90012 with flag 11494124/1071000
240.06/239.30	c cleaning 45998 clauses out of 92013 with flag 12016680/1118000
256.73/256.03	c cleaning 46998 clauses out of 94016 with flag 12559797/1166001
273.98/273.30	c cleaning 48003 clauses out of 96019 with flag 13128356/1215002
290.66/290.05	c cleaning 49000 clauses out of 98016 with flag 13729985/1265002
308.72/308.16	c cleaning 49997 clauses out of 100016 with flag 14340669/1316002
327.53/326.91	c cleaning 50999 clauses out of 102017 with flag 14980841/1368000
344.69/344.15	c cleaning 51999 clauses out of 104020 with flag 15620691/1421002
364.15/363.64	c cleaning 52996 clauses out of 106020 with flag 16275867/1475001
381.81/381.31	c cleaning 53998 clauses out of 108023 with flag 16888628/1530000
401.10/400.67	c cleaning 55006 clauses out of 110026 with flag 17535030/1586001
419.26/418.84	c cleaning 56004 clauses out of 112019 with flag 18150120/1643000
438.96/438.34	c cleaning 57000 clauses out of 114015 with flag 18727633/1701000
458.32/457.74	c cleaning 58002 clauses out of 116015 with flag 19304135/1760000
478.18/477.63	c cleaning 58997 clauses out of 118013 with flag 19903463/1820000
497.69/497.15	c cleaning 60000 clauses out of 120016 with flag 20500985/1881000
517.94/517.48	c cleaning 60999 clauses out of 122016 with flag 21089850/1943000
539.79/539.30	c cleaning 62003 clauses out of 124018 with flag 21727316/2006001
561.50/561.07	c cleaning 62999 clauses out of 126015 with flag 22381532/2070001
586.15/585.71	c cleaning 64001 clauses out of 128015 with flag 23057648/2135000
612.89/612.59	c cleaning 64997 clauses out of 130018 with flag 23781146/2201004
640.56/640.22	c cleaning 66002 clauses out of 132018 with flag 24498863/2268001
673.99/673.76	c cleaning 67001 clauses out of 134016 with flag 25265526/2336001
701.29/701.04	c cleaning 67997 clauses out of 136014 with flag 25976624/2405000
727.53/727.31	c cleaning 68998 clauses out of 138019 with flag 26744941/2475002
756.48/756.33	c cleaning 69998 clauses out of 140019 with flag 27551077/2546000
791.74/791.64	c cleaning 71001 clauses out of 142021 with flag 28344338/2618000
825.97/825.97	c cleaning 71996 clauses out of 144020 with flag 29136755/2691000
863.58/863.66	c cleaning 73011 clauses out of 146027 with flag 29945616/2765003
899.50/899.60	c cleaning 73998 clauses out of 148013 with flag 30732455/2840000
933.69/933.87	c cleaning 75001 clauses out of 150015 with flag 31533517/2916000
966.41/966.64	c cleaning 75996 clauses out of 152014 with flag 32334127/2993000
1002.75/1003.10	c cleaning 76995 clauses out of 154018 with flag 33152076/3071000
1042.45/1042.87	c cleaning 77998 clauses out of 156024 with flag 34017880/3150001
1080.63/1081.10	c cleaning 79000 clauses out of 158025 with flag 34879065/3230000
1115.25/1115.78	c cleaning 80004 clauses out of 160025 with flag 35715802/3311000
1154.67/1155.27	c cleaning 80999 clauses out of 162022 with flag 36613324/3393001
1195.28/1195.94	c cleaning 82004 clauses out of 164024 with flag 37536217/3476002
1233.39/1234.08	c cleaning 82995 clauses out of 166019 with flag 38452208/3560001
1281.27/1282.08	c cleaning 84002 clauses out of 168023 with flag 39326401/3645000
1327.26/1328.19	c cleaning 85000 clauses out of 170021 with flag 40212877/3731000
1376.43/1377.49	c cleaning 86002 clauses out of 172021 with flag 41135537/3818000
1422.58/1423.61	c cleaning 87002 clauses out of 174021 with flag 42091436/3906002
1472.86/1474.00	c cleaning 88001 clauses out of 176019 with flag 43046218/3995002
1524.73/1526.04	c cleaning 89001 clauses out of 178018 with flag 44030643/4085002
1578.60/1580.03	c cleaning 90000 clauses out of 180016 with flag 45019831/4176001
1627.37/1628.92	c cleaning 91001 clauses out of 182016 with flag 46024245/4268001
1680.66/1682.02	c cleaning 92000 clauses out of 184017 with flag 47086218/4361003
1736.64/1738.17	c cleaning 92996 clauses out of 186014 with flag 48176595/4455000
1786.83/1788.42	c cleaning 94005 clauses out of 188019 with flag 49264826/4550001
1844.20/1845.98	c cleaning 94997 clauses out of 190014 with flag 50396428/4646001
1906.08/1907.99	c cleaning 95992 clauses out of 192016 with flag 51497067/4743000
1963.42/1965.37	c cleaning 97001 clauses out of 194024 with flag 52612580/4841000
2027.19/2029.22	c cleaning 98002 clauses out of 196023 with flag 53802481/4940000
2099.04/2101.20	c cleaning 99000 clauses out of 198021 with flag 54958956/5040000
2165.01/2167.36	c cleaning 99995 clauses out of 200022 with flag 56143765/5141001
2229.37/2231.86	c cleaning 101011 clauses out of 202028 with flag 57332870/5243002
2294.63/2297.26	c cleaning 102000 clauses out of 204015 with flag 58499527/5346000
2364.49/2367.28	c cleaning 102998 clauses out of 206016 with flag 59673197/5450001
2427.36/2430.25	c cleaning 104001 clauses out of 208020 with flag 60837642/5555003
2497.22/2500.26	c cleaning 104996 clauses out of 210017 with flag 62055495/5661001
2562.46/2565.58	c cleaning 105999 clauses out of 212021 with flag 63323000/5768001
2633.19/2636.46	c cleaning 106995 clauses out of 214021 with flag 64589348/5876000
2707.80/2711.20	c cleaning 108005 clauses out of 216026 with flag 65889742/5985000
2783.22/2786.80	c cleaning 109001 clauses out of 218022 with flag 67187893/6095001
2843.18/2846.98	c cleaning 110005 clauses out of 220020 with flag 68477075/6206000
2906.34/2910.16	c cleaning 111002 clauses out of 222015 with flag 69580016/6318000
2971.70/2975.66	c cleaning 112000 clauses out of 224014 with flag 70810973/6431001
3043.15/3047.20	c cleaning 113000 clauses out of 226013 with flag 71961806/6545000
3128.78/3133.05	c cleaning 114004 clauses out of 228015 with flag 73141720/6660002
3204.85/3209.14	c cleaning 114997 clauses out of 230010 with flag 74351027/6776001
3264.92/3269.30	c cleaning 116003 clauses out of 232014 with flag 75570119/6893002
3326.19/3330.78	c cleaning 116999 clauses out of 234011 with flag 76816610/7011002
3388.95/3393.68	c cleaning 117994 clauses out of 236010 with flag 78079112/7130000
3455.51/3460.33	c cleaning 118997 clauses out of 238017 with flag 79387225/7250001
3521.48/3526.39	c cleaning 120002 clauses out of 240020 with flag 80695595/7371001
3589.44/3594.42	c cleaning 120997 clauses out of 242017 with flag 82061340/7493000
3600.01/3605.01	c starts		: 2769
3600.01/3605.02	c conflicts		: 7519332
3600.01/3605.02	c decisions		: 8322208
3600.01/3605.02	c propagations		: 150972340
3600.01/3605.02	c inspects		: 43596843850
3600.01/3605.02	c shortcuts		: 0
3600.01/3605.02	c learnt literals	: 0
3600.01/3605.02	c learnt binary clauses	: 0
3600.01/3605.02	c learnt ternary clauses	: 0
3600.01/3605.02	c learnt constraints	: 7519332
3600.01/3605.02	c ignored constraints	: 0
3600.01/3605.02	c root simplifications	: 0
3600.01/3605.02	c removed literals (reason simplification)	: 127144949
3600.01/3605.02	c reason swapping (by a shorter reason)	: 0
3600.01/3605.02	c Calls to reduceDB	: 118
3600.01/3605.02	c Number of update (reduction) of LBD	: 2257851
3600.01/3605.02	c Imported unit clauses	: 0
3600.01/3605.02	c No decision after first conflict	: false
3600.01/3605.02	c number of reductions to clauses (during analyze)	: 0
3600.01/3605.02	c number of learned constraints concerned by reduction	: 0
3600.01/3605.02	c number of learning phase by resolution	: 0
3600.01/3605.03	c number of learning phase by cutting planes	: 0
3600.01/3605.03	c number of rounding to 1 operations	: 0
3600.01/3605.03	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3605.03	c number of reductions of the coefficients by power 2 	: 0
3600.01/3605.03	c number of right shift for reduction by power 2 	: 0
3600.01/3605.03	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3605.03	c number of ending skipping 	: 0
3600.01/3605.03	c number of internal skipping 	: 0
3600.01/3605.03	c number of derivation steps 	: 0
3600.01/3605.03	c number of skipped derivation steps 	: 0
3600.01/3605.03	c number of remaining unassigned 	: 0
3600.01/3605.03	c number of remaining assigned 	: 0
3600.01/3605.03	c number of falsified literals weakened from reason	: 0
3600.01/3605.03	c number of falsified literals weakened from conflict	: 0
3600.01/3605.03	c time for arithmetic operations	: 0
3600.01/3605.03	c minimum degree of deleted constraints	: null
3600.01/3605.03	c maximum degree of deleted constraints	: null
3600.01/3605.03	c number of deleted constraints	: 0
3600.01/3605.03	c timeout
3600.01/3605.03	c speed (assignments/second)	: 41880.095015882674
3600.01/3605.03	c non guided choices	: 67
3600.01/3605.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 147352
3600.01/3605.08	s UNKNOWN
3600.01/3605.09	c Total wall clock time (in seconds): 3604.947

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (62077 MiB free)
  memory of node 1: 64507 MiB (61477 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4514166-1751224691/watcher-4514166-1751224691 -o /tmp/evaluation-result-4514166-1751224691/solver-4514166-1751224691 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751219267-28440 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4514166-1751224691.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 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=29435, runsolver pid=29432

[startup+0.100061 s]*
/proc/loadavg: 4.11 4.09 4.09 5/337 29453
/proc/meminfo: memFree=126497792/131249996 swapFree=33010684/33010684
[pid=29435] ppid=29432 vsize=18930384 memory=61460 CPUtime=0.13 cores=4,6
/proc/29435/stat : 29435 (java) S 29432 29435 28429 0 -1 4194304 6476 0 0 0 11 2 0 0 20 0 18 0 38146890 19384713216 14834 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
/proc/29435/statm: 4732596 15365 5338 1 0 547604 0
[pid=29435/tid=29437] ppid=29432 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/29435/task/29437/stat : 29437 (java) R 29432 29435 28429 0 -1 4194368 5055 0 0 0 6 1 0 0 20 0 18 0 38146891 19384713216 15365 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
[pid=29435/tid=29446] ppid=29432 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/29435/task/29446/stat : 29446 (Finalizer) S 29432 29435 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38146893 19384713216 15365 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
[pid=29435/tid=29453] ppid=29432 vsize=18930384 memory=60684515966010 CPUtime=0 cores=4,6
/proc/29435/task/29453/stat : 29453 (Common-Cleaner) S 29432 29435 28429 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38146894 19384713216 15365 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61460 KiB

[startup+0.205757 s]*
/proc/loadavg: 4.11 4.09 4.09 7/338 29454
/proc/meminfo: memFree=126496532/131249996 swapFree=33010684/33010684
[pid=29435] ppid=29432 vsize=18997932 memory=67452 CPUtime=0.31 cores=4,6
/proc/29435/stat : 29435 (java) S 29432 29435 28429 0 -1 4194304 8011 0 0 0 29 2 0 0 20 0 19 0 38146890 19453882368 16863 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
/proc/29435/statm: 4749483 16863 5434 1 0 548990 0
[pid=29435/tid=29437] ppid=29432 vsize=18997932 memory=4026597660 CPUtime=0.16 cores=4,6
/proc/29435/task/29437/stat : 29437 (java) R 29432 29435 28429 0 -1 4194368 5302 0 0 0 15 1 0 0 20 0 19 0 38146891 19453882368 16863 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
[pid=29435/tid=29446] ppid=29432 vsize=18997932 memory=16880 CPUtime=0 cores=4,6
/proc/29435/task/29446/stat : 29446 (Finalizer) S 29432 29435 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38146893 19453882368 16863 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
[pid=29435/tid=29453] ppid=29432 vsize=18997932 memory=59585004307431 CPUtime=0 cores=4,6
/proc/29435/task/29453/stat : 29453 (Common-Cleaner) S 29432 29435 28429 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 38146894 19453882368 16863 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
[pid=29435/tid=29454] ppid=29432 vsize=18997932 memory=0 CPUtime=0 cores=4,6
/proc/29435/task/29454/stat : 29454 (Timer-0) S 29432 29435 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38146906 19453882368 16863 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18997932 KiB
Current children cumulated memory: 67452 KiB

[startup+0.305725 s]*
/proc/loadavg: 4.11 4.09 4.09 6/338 29454
/proc/meminfo: memFree=126494768/131249996 swapFree=33010684/33010684
[pid=29435] ppid=29432 vsize=18996948 memory=68588 CPUtime=0.5 cores=4,6
/proc/29435/stat : 29435 (java) S 29432 29435 28429 0 -1 4194304 8496 0 0 0 48 2 0 0 20 0 19 0 38146890 19452874752 17147 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
/proc/29435/statm: 4749237 17147 5434 1 0 548984 0
[pid=29435/tid=29437] ppid=29432 vsize=18996948 memory=-6000919498509935469 CPUtime=0.25 cores=4,6
/proc/29435/task/29437/stat : 29437 (java) R 29432 29435 28429 0 -1 4194368 5304 0 0 0 24 1 0 0 20 0 19 0 38146891 19452874752 17147 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
[pid=29435/tid=29446] ppid=29432 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/29435/task/29446/stat : 29446 (Finalizer) S 29432 29435 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38146893 19452874752 17147 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
[pid=29435/tid=29453] ppid=29432 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/29435/task/29453/stat : 29453 (Common-Cleaner) S 29432 29435 28429 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 38146894 19452874752 17147 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
[pid=29435/tid=29454] ppid=29432 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/29435/task/29454/stat : 29454 (Timer-0) S 29432 29435 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38146906 19452874752 17147 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 68588 KiB

[startup+0.700243 s]
/proc/loadavg: 4.11 4.09 4.09 8/338 29454
/proc/meminfo: memFree=126483364/131249996 swapFree=33010684/33010684
[pid=29435] ppid=29432 vsize=18996948 memory=83364 CPUtime=1.26 cores=4,6
/proc/29435/stat : 29435 (java) S 29432 29435 28429 0 -1 4194304 11413 0 0 0 123 3 0 0 20 0 19 0 38146890 19452874752 20841 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
/proc/29435/statm: 4749237 20841 5434 1 0 551085 0
[pid=29435/tid=29437] ppid=29432 vsize=18996948 memory=17408 CPUtime=0.61 cores=4,6
/proc/29435/task/29437/stat : 29437 (java) R 29432 29435 28429 0 -1 4194368 5350 0 0 0 60 1 0 0 20 0 19 0 38146891 19452874752 20841 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
[pid=29435/tid=29446] ppid=29432 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/29435/task/29446/stat : 29446 (Finalizer) S 29432 29435 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38146893 19452874752 20841 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
[pid=29435/tid=29453] ppid=29432 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/29435/task/29453/stat : 29453 (Common-Cleaner) S 29432 29435 28429 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 38146894 19452874752 20841 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
[pid=29435/tid=29454] ppid=29432 vsize=18996948 memory=4764 CPUtime=0 cores=4,6
/proc/29435/task/29454/stat : 29454 (Timer-0) S 29432 29435 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38146906 19452874752 20841 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 83364 KiB

[startup+1.50024 s]
/proc/loadavg: 4.11 4.09 4.09 6/338 29454
/proc/meminfo: memFree=126476504/131249996 swapFree=33010684/33010684
[pid=29435] ppid=29432 vsize=18996948 memory=87592 CPUtime=2.21 cores=4,6
/proc/29435/stat : 29435 (java) S 29432 29435 28429 0 -1 4194304 11529 0 0 0 218 3 0 0 20 0 19 0 38146890 19452874752 21898 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
/proc/29435/statm: 4749237 21898 5434 1 0 551100 0
[pid=29435/tid=29437] ppid=29432 vsize=18996948 memory=0 CPUtime=1.41 cores=4,6
/proc/29435/task/29437/stat : 29437 (java) R 29432 29435 28429 0 -1 4194368 5427 0 0 0 140 1 0 0 20 0 19 0 38146891 19452874752 21898 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
[pid=29435/tid=29446] ppid=29432 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/29435/task/29446/stat : 29446 (Finalizer) S 29432 29435 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38146893 19452874752 21898 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
[pid=29435/tid=29453] ppid=29432 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/29435/task/29453/stat : 29453 (Common-Cleaner) S 29432 29435 28429 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 38146894 19452874752 21898 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
[pid=29435/tid=29454] ppid=29432 vsize=18996948 memory=4764 CPUtime=0 cores=4,6
/proc/29435/task/29454/stat : 29454 (Timer-0) S 29432 29435 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38146906 19452874752 21898 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
Current children cumulated CPU time: 2.21 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 87592 KiB

[startup+3.10555 s]
/proc/loadavg: 4.10 4.09 4.09 5/338 29454
/proc/meminfo: memFree=126464252/131249996 swapFree=33010684/33010684
[pid=29435] ppid=29432 vsize=18996948 memory=97960 CPUtime=3.84 cores=4,6
/proc/29435/stat : 29435 (java) S 29432 29435 28429 0 -1 4194304 13159 0 0 0 380 4 0 0 20 0 19 0 38146890 19452874752 24490 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
/proc/29435/statm: 4749237 24490 5434 1 0 551102 0
[pid=29435/tid=29437] ppid=29432 vsize=18996948 memory=10752 CPUtime=3.01 cores=4,6
/proc/29435/task/29437/stat : 29437 (java) R 29432 29435 28429 0 -1 4194368 5926 0 0 0 300 1 0 0 20 0 19 0 38146891 19452874752 24490 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
[pid=29435/tid=29446] ppid=29432 vsize=18996948 memory=-6000919498509935469 CPUtime=0 cores=4,6
/proc/29435/task/29446/stat : 29446 (Finalizer) S 29432 29435 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38146893 19452874752 24490 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
[pid=29435/tid=29453] ppid=29432 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/29435/task/29453/stat : 29453 (Common-Cleaner) S 29432 29435 28429 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 38146894 19452874752 24490 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
[pid=29435/tid=29454] ppid=29432 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/29435/task/29454/stat : 29454 (Timer-0) S 29432 29435 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38146906 19452874752 24490 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
Current children cumulated CPU time: 3.84 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 97960 KiB

[startup+6.30022 s]
/proc/loadavg: 4.10 4.09 4.09 5/338 29454
/proc/meminfo: memFree=126406944/131249996 swapFree=33010684/33010684
[pid=29435] ppid=29432 vsize=18996948 memory=109796 CPUtime=7.09 cores=4,6
/proc/29435/stat : 29435 (java) S 29432 29435 28429 0 -1 4194304 16837 0 0 0 705 4 0 0 20 0 19 0 38146890 19452874752 27449 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
/proc/29435/statm: 4749237 27449 5434 1 0 551102 0
[pid=29435/tid=29437] ppid=29432 vsize=18996948 memory=0 CPUtime=6.21 cores=4,6
/proc/29435/task/29437/stat : 29437 (java) R 29432 29435 28429 0 -1 4194368 6558 0 0 0 619 2 0 0 20 0 19 0 38146891 19452874752 27449 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
[pid=29435/tid=29446] ppid=29432 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/29435/task/29446/stat : 29446 (Finalizer) S 29432 29435 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38146893 19452874752 27449 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
[pid=29435/tid=29453] ppid=29432 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/29435/task/29453/stat : 29453 (Common-Cleaner) S 29432 29435 28429 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 38146894 19452874752 27449 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
[pid=29435/tid=29454] ppid=29432 vsize=18996948 memory=89640 CPUtime=0 cores=4,6
/proc/29435/task/29454/stat : 29454 (Timer-0) S 29432 29435 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38146906 19452874752 27449 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
Current children cumulated CPU time: 7.09 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 109796 KiB

[startup+12.7002 s]
/proc/loadavg: 4.10 4.09 4.09 5/338 29454
/proc/meminfo: memFree=126382376/131249996 swapFree=33010684/33010684
[pid=29435] ppid=29432 vsize=18996948 memory=136420 CPUtime=13.49 cores=4,6
/proc/29435/stat : 29435 (java) S 29432 29435 28429 0 -1 4194304 18405 0 0 0 1344 5 0 0 20 0 19 0 38146890 19452874752 34105 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
/proc/29435/statm: 4749237 34105 5434 1 0 551118 0
[pid=29435/tid=29437] ppid=29432 vsize=18996948 memory=89640 CPUtime=12.58 cores=4,6
/proc/29435/task/29437/stat : 29437 (java) R 29432 29435 28429 0 -1 4194368 7653 0 0 0 1256 2 0 0 20 0 19 0 38146891 19452874752 34105 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
[pid=29435/tid=29446] ppid=29432 vsize=18996948 memory=132324 CPUtime=0 cores=4,6
/proc/29435/task/29446/stat : 29446 (Finalizer) S 29432 29435 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38146893 19452874752 34105 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
[pid=29435/tid=29453] ppid=29432 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/29435/task/29453/stat : 29453 (Common-Cleaner) S 29432 29435 28429 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 38146894 19452874752 34105 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
[pid=29435/tid=29454] ppid=29432 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/29435/task/29454/stat : 29454 (Timer-0) S 29432 29435 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38146906 19452874752 34105 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
Current children cumulated CPU time: 13.49 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 136420 KiB

[startup+25.5002 s]
/proc/loadavg: 4.07 4.08 4.09 5/339 29455
/proc/meminfo: memFree=126333240/131249996 swapFree=33010684/33010684
[pid=29435] ppid=29432 vsize=19063512 memory=180096 CPUtime=26.32 cores=4,6
/proc/29435/stat : 29435 (java) S 29432 29435 28429 0 -1 4194304 20144 0 0 0 2626 6 0 0 20 0 20 0 38146890 19521036288 45024 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
/proc/29435/statm: 4765878 45024 5498 1 0 551407 0
[pid=29435/tid=29437] ppid=29432 vsize=19063512 memory=132324 CPUtime=25.34 cores=4,6
/proc/29435/task/29437/stat : 29437 (java) R 29432 29435 28429 0 -1 4194368 7734 0 0 0 2531 3 0 0 20 0 20 0 38146891 19521036288 45024 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
[pid=29435/tid=29446] ppid=29432 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/29435/task/29446/stat : 29446 (Finalizer) S 29432 29435 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38146893 19521036288 45024 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
[pid=29435/tid=29453] ppid=29432 vsize=19063512 memory=160996 CPUtime=0 cores=4,6
/proc/29435/task/29453/stat : 29453 (Common-Cleaner) S 29432 29435 28429 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 38146894 19521036288 45024 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
[pid=29435/tid=29454] ppid=29432 vsize=19063512 memory=17408 CPUtime=0 cores=4,6
/proc/29435/task/29454/stat : 29454 (Timer-0) S 29432 29435 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38146906 19521036288 45024 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
Current children cumulated CPU time: 26.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 180096 KiB

[startup+51.1056 s]
/proc/loadavg: 4.12 4.09 4.09 5/339 29456
/proc/meminfo: memFree=126210360/131249996 swapFree=33010684/33010684
[pid=29435] ppid=29432 vsize=19063512 memory=184292 CPUtime=51.91 cores=4,6
/proc/29435/stat : 29435 (java) S 29432 29435 28429 0 -1 4194304 21659 0 0 0 5184 7 0 0 20 0 20 0 38146890 19521036288 46073 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
/proc/29435/statm: 4765878 46073 5498 1 0 551407 0
[pid=29435/tid=29437] ppid=29432 vsize=19063512 memory=180096 CPUtime=50.88 cores=4,6

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

/proc/meminfo: memFree=123617896/131249996 swapFree=33010684/33010684
[pid=29435] ppid=29432 vsize=19063512 memory=1610404 CPUtime=3218.02 cores=4,6
/proc/29435/stat : 29435 (java) S 29432 29435 28429 0 -1 4194304 60344 0 0 0 321716 86 0 0 20 0 20 0 38146890 19521036288 402601 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
/proc/29435/statm: 4765878 402601 5530 1 0 553903 0
[pid=29435/tid=29437] ppid=29432 vsize=19063512 memory=1602048 CPUtime=3212.82 cores=4,6
/proc/29435/task/29437/stat : 29437 (java) R 29432 29435 28429 0 -1 4194368 22961 0 0 0 321274 8 0 0 20 0 20 0 38146891 19521036288 402601 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
[pid=29435/tid=29446] ppid=29432 vsize=19063512 memory=1602048 CPUtime=0 cores=4,6
/proc/29435/task/29446/stat : 29446 (Finalizer) S 29432 29435 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38146893 19521036288 402601 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
[pid=29435/tid=29453] ppid=29432 vsize=19063512 memory=1602048 CPUtime=0 cores=4,6
/proc/29435/task/29453/stat : 29453 (Common-Cleaner) S 29432 29435 28429 0 -1 4194368 1233 0 0 0 0 0 0 0 20 0 20 0 38146894 19521036288 402601 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
[pid=29435/tid=29454] ppid=29432 vsize=19063512 memory=1610404 CPUtime=0 cores=4,6
/proc/29435/task/29454/stat : 29454 (Timer-0) S 29432 29435 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38146906 19521036288 402601 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
Current children cumulated CPU time: 3218.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1610404 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.12 4.11 5/340 29751
/proc/meminfo: memFree=123543504/131249996 swapFree=33010684/33010684
[pid=29435] ppid=29432 vsize=19063512 memory=1610404 CPUtime=3277.89 cores=4,6
/proc/29435/stat : 29435 (java) S 29432 29435 28429 0 -1 4194304 60896 0 0 0 327703 86 0 0 20 0 20 0 38146890 19521036288 402601 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
/proc/29435/statm: 4765878 402601 5530 1 0 553903 0
[pid=29435/tid=29437] ppid=29432 vsize=19063512 memory=1602048 CPUtime=3272.67 cores=4,6
/proc/29435/task/29437/stat : 29437 (java) R 29432 29435 28429 0 -1 4194368 23436 0 0 0 327259 8 0 0 20 0 20 0 38146891 19521036288 402601 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
[pid=29435/tid=29446] ppid=29432 vsize=19063512 memory=14384 CPUtime=0 cores=4,6
/proc/29435/task/29446/stat : 29446 (Finalizer) S 29432 29435 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38146893 19521036288 402601 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
[pid=29435/tid=29453] ppid=29432 vsize=19063512 memory=1610404 CPUtime=0 cores=4,6
/proc/29435/task/29453/stat : 29453 (Common-Cleaner) S 29432 29435 28429 0 -1 4194368 1233 0 0 0 0 0 0 0 20 0 20 0 38146894 19521036288 402601 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
[pid=29435/tid=29454] ppid=29432 vsize=19063512 memory=1610404 CPUtime=0 cores=4,6
/proc/29435/task/29454/stat : 29454 (Timer-0) S 29432 29435 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38146906 19521036288 402601 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
Current children cumulated CPU time: 3277.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1610404 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.11 4.11 5/339 29753
/proc/meminfo: memFree=123466620/131249996 swapFree=33010684/33010684
[pid=29435] ppid=29432 vsize=19063512 memory=1610404 CPUtime=3337.76 cores=4,6
/proc/29435/stat : 29435 (java) S 29432 29435 28429 0 -1 4194304 61897 0 0 0 333689 87 0 0 20 0 20 0 38146890 19521036288 402601 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
/proc/29435/statm: 4765878 402601 5530 1 0 553906 0
[pid=29435/tid=29437] ppid=29432 vsize=19063512 memory=1610404 CPUtime=3332.54 cores=4,6
/proc/29435/task/29437/stat : 29437 (java) R 29432 29435 28429 0 -1 4194368 24181 0 0 0 333245 9 0 0 20 0 20 0 38146891 19521036288 402601 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
[pid=29435/tid=29446] ppid=29432 vsize=19063512 memory=1610404 CPUtime=0 cores=4,6
/proc/29435/task/29446/stat : 29446 (Finalizer) S 29432 29435 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38146893 19521036288 402601 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
[pid=29435/tid=29453] ppid=29432 vsize=19063512 memory=1610404 CPUtime=0 cores=4,6
/proc/29435/task/29453/stat : 29453 (Common-Cleaner) S 29432 29435 28429 0 -1 4194368 1357 0 0 0 0 0 0 0 20 0 20 0 38146894 19521036288 402601 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
[pid=29435/tid=29454] ppid=29432 vsize=19063512 memory=7582728746945256980 CPUtime=0 cores=4,6
/proc/29435/task/29454/stat : 29454 (Timer-0) S 29432 29435 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38146906 19521036288 402601 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
Current children cumulated CPU time: 3337.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1610404 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.10 4.10 5/338 29755
/proc/meminfo: memFree=123393032/131249996 swapFree=33010684/33010684
[pid=29435] ppid=29432 vsize=19063512 memory=1610404 CPUtime=3397.64 cores=4,6
/proc/29435/stat : 29435 (java) S 29432 29435 28429 0 -1 4194304 62310 0 0 0 339676 88 0 0 20 0 20 0 38146890 19521036288 402601 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
/proc/29435/statm: 4765878 402601 5530 1 0 553908 0
[pid=29435/tid=29437] ppid=29432 vsize=19063512 memory=2760 CPUtime=3392.39 cores=4,6
/proc/29435/task/29437/stat : 29437 (java) R 29432 29435 28429 0 -1 4194368 24460 0 0 0 339230 9 0 0 20 0 20 0 38146891 19521036288 402601 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
[pid=29435/tid=29446] ppid=29432 vsize=19063512 memory=1610404 CPUtime=0 cores=4,6
/proc/29435/task/29446/stat : 29446 (Finalizer) S 29432 29435 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38146893 19521036288 402601 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
[pid=29435/tid=29453] ppid=29432 vsize=19063512 memory=17408 CPUtime=0 cores=4,6
/proc/29435/task/29453/stat : 29453 (Common-Cleaner) S 29432 29435 28429 0 -1 4194368 1481 0 0 0 0 0 0 0 20 0 20 0 38146894 19521036288 402601 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
[pid=29435/tid=29454] ppid=29432 vsize=19063512 memory=-6000919498509935469 CPUtime=0 cores=4,6
/proc/29435/task/29454/stat : 29454 (Timer-0) S 29432 29435 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38146906 19521036288 402601 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
Current children cumulated CPU time: 3397.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1610404 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/338 29823
/proc/meminfo: memFree=125219916/131249996 swapFree=33010684/33010684
[pid=29435] ppid=29432 vsize=19063512 memory=1610404 CPUtime=3457.51 cores=4,6
/proc/29435/stat : 29435 (java) S 29432 29435 28429 0 -1 4194304 62467 0 0 0 345662 89 0 0 20 0 20 0 38146890 19521036288 402601 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
/proc/29435/statm: 4765878 402601 5530 1 0 553909 0
[pid=29435/tid=29437] ppid=29432 vsize=19063512 memory=1610404 CPUtime=3452.24 cores=4,6
/proc/29435/task/29437/stat : 29437 (java) R 29432 29435 28429 0 -1 4194368 24612 0 0 0 345215 9 0 0 20 0 20 0 38146891 19521036288 402601 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
[pid=29435/tid=29446] ppid=29432 vsize=19063512 memory=1610404 CPUtime=0 cores=4,6
/proc/29435/task/29446/stat : 29446 (Finalizer) S 29432 29435 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38146893 19521036288 402601 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
[pid=29435/tid=29453] ppid=29432 vsize=19063512 memory=1610404 CPUtime=0 cores=4,6
/proc/29435/task/29453/stat : 29453 (Common-Cleaner) S 29432 29435 28429 0 -1 4194368 1481 0 0 0 0 0 0 0 20 0 20 0 38146894 19521036288 402601 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
[pid=29435/tid=29454] ppid=29432 vsize=19063512 memory=17408 CPUtime=0 cores=4,6
/proc/29435/task/29454/stat : 29454 (Timer-0) S 29432 29435 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38146906 19521036288 402601 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
Current children cumulated CPU time: 3457.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1610404 KiB

[startup+3522.3 s]
/proc/loadavg: 4.06 4.09 4.09 5/338 29825
/proc/meminfo: memFree=125190724/131249996 swapFree=33010684/33010684
[pid=29435] ppid=29432 vsize=19063512 memory=1610404 CPUtime=3517.49 cores=4,6
/proc/29435/stat : 29435 (java) S 29432 29435 28429 0 -1 4194304 64076 0 0 0 351659 90 0 0 20 0 20 0 38146890 19521036288 402601 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
/proc/29435/statm: 4765878 402601 5530 1 0 553913 0
[pid=29435/tid=29437] ppid=29432 vsize=19063512 memory=3328 CPUtime=3511.98 cores=4,6
/proc/29435/task/29437/stat : 29437 (java) R 29432 29435 28429 0 -1 4194368 25121 0 0 0 351189 9 0 0 20 0 20 0 38146891 19521036288 402601 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
[pid=29435/tid=29446] ppid=29432 vsize=19063512 memory=1610404 CPUtime=0 cores=4,6
/proc/29435/task/29446/stat : 29446 (Finalizer) S 29432 29435 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38146893 19521036288 402601 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
[pid=29435/tid=29453] ppid=29432 vsize=19063512 memory=1610404 CPUtime=0 cores=4,6
/proc/29435/task/29453/stat : 29453 (Common-Cleaner) S 29432 29435 28429 0 -1 4194368 1481 0 0 0 0 0 0 0 20 0 20 0 38146894 19521036288 402601 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
[pid=29435/tid=29454] ppid=29432 vsize=19063512 memory=1610404 CPUtime=0 cores=4,6
/proc/29435/task/29454/stat : 29454 (Timer-0) S 29432 29435 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38146906 19521036288 402601 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
Current children cumulated CPU time: 3517.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1610404 KiB

[startup+3582.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/339 29828
/proc/meminfo: memFree=125117736/131249996 swapFree=33010684/33010684
[pid=29435] ppid=29432 vsize=19063512 memory=1610404 CPUtime=3577.36 cores=4,6
/proc/29435/stat : 29435 (java) S 29432 29435 28429 0 -1 4194304 64765 0 0 0 357645 91 0 0 20 0 20 0 38146890 19521036288 402601 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
/proc/29435/statm: 4765878 402601 5530 1 0 553913 0
[pid=29435/tid=29437] ppid=29432 vsize=19063512 memory=1610404 CPUtime=3571.83 cores=4,6
/proc/29435/task/29437/stat : 29437 (java) R 29432 29435 28429 0 -1 4194368 25700 0 0 0 357174 9 0 0 20 0 20 0 38146891 19521036288 402601 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
[pid=29435/tid=29446] ppid=29432 vsize=19063512 memory=1610404 CPUtime=0 cores=4,6
/proc/29435/task/29446/stat : 29446 (Finalizer) S 29432 29435 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38146893 19521036288 402601 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
[pid=29435/tid=29453] ppid=29432 vsize=19063512 memory=1610404 CPUtime=0 cores=4,6
/proc/29435/task/29453/stat : 29453 (Common-Cleaner) S 29432 29435 28429 0 -1 4194368 1519 0 0 0 0 0 0 0 20 0 20 0 38146894 19521036288 402601 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
[pid=29435/tid=29454] ppid=29432 vsize=19063512 memory=14384 CPUtime=0 cores=4,6
/proc/29435/task/29454/stat : 29454 (Timer-0) S 29432 29435 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38146906 19521036288 402601 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
Current children cumulated CPU time: 3577.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1610404 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3605 s]*
/proc/loadavg: 4.19 4.11 4.10 5/339 29830
/proc/meminfo: memFree=125085508/131249996 swapFree=33010684/33010684
[pid=29435] ppid=29432 vsize=19063512 memory=1610404 CPUtime=3600.01 cores=4,6
/proc/29435/stat : 29435 (java) S 29432 29435 28429 0 -1 4194304 65038 0 0 0 359909 92 0 0 20 0 20 0 38146890 19521036288 402601 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
/proc/29435/statm: 4765878 402601 5530 1 0 553913 0
[pid=29435/tid=29437] ppid=29432 vsize=19063512 memory=-6000919468344304493 CPUtime=3594.47 cores=4,6
/proc/29435/task/29437/stat : 29437 (java) R 29432 29435 28429 0 -1 4194368 25967 0 0 0 359438 9 0 0 20 0 20 0 38146891 19521036288 402601 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
[pid=29435/tid=29446] ppid=29432 vsize=19063512 memory=4283659486130499233 CPUtime=0 cores=4,6
/proc/29435/task/29446/stat : 29446 (Finalizer) S 29432 29435 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38146893 19521036288 402601 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
[pid=29435/tid=29453] ppid=29432 vsize=19063512 memory=6896 CPUtime=0 cores=4,6
/proc/29435/task/29453/stat : 29453 (Common-Cleaner) S 29432 29435 28429 0 -1 4194368 1519 0 0 0 0 0 0 0 20 0 20 0 38146894 19521036288 402601 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
[pid=29435/tid=29454] ppid=29432 vsize=19063512 memory=1610404 CPUtime=0 cores=4,6
/proc/29435/task/29454/stat : 29454 (Timer-0) S 29432 29435 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38146906 19521036288 402601 18446744073709551615 94273108082688 94273108086384 140721560966240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94273108094200 94273108094992 94273113276416 140721560967553 140721560967654 140721560967654 140721560973256 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1610404 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.22 s, system=0.934338 s

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

Child status: 143

Real time (s): 3605.1
CPU time (s): 3600.15
CPU user time (s): 3599.22
CPU system time (s): 0.934338
CPU usage (%): 99.8628
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 1610404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.22
system time used= 0.934338
maximum resident set size= 1611172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67440
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 103683
involuntary context switches= 2707


# summary of solver processes directly reported to runsolver:
#   pid: 29435
#   total CPU time (s): 3600.15
#   total CPU user time (s): 3599.22
#   total CPU system time (s): 0.934338

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.43155 second user time and 18.2234 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-06-29 21:18:11
IDJOB=4514166
IDBENCH=162607
IDSOLVER=3363
FILE ID=nodeC022/4514166-1751224691
RUNJOBID= nodeC022-1751219267-28440
SLURM_JOB_ID= 9587670
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/rand6reg/normalized-rand6reg-v061-n3.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4514166-1751224691/watcher-4514166-1751224691 -o /tmp/evaluation-result-4514166-1751224691/solver-4514166-1751224691 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751219267-28440 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4514166-1751224691.opb

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

MD5SUM BENCH= ee80f54d8195eff99f8f8fb25e2ddb99
RANDOM SEED=1178565963

nodeC022 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.714
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.688
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.945
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.44
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.630
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.554
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.716
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.704
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.44
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		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        126519844 kB
MemAvailable:   127177460 kB
Buffers:            3280 kB
Cached:          1462132 kB
SwapCached:            0 kB
Active:          2925396 kB
Inactive:        1213772 kB
Active(anon):    2691816 kB
Inactive(anon):        0 kB
Active(file):     233580 kB
Inactive(file):  1213772 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               704 kB
Writeback:             0 kB
AnonPages:       2676860 kB
Mapped:           122240 kB
Shmem:             18060 kB
KReclaimable:      98608 kB
Slab:             185688 kB
SReclaimable:      98608 kB
SUnreclaim:        87080 kB
KernelStack:        5168 kB
PageTables:         8872 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7039796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151432 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2478080 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC022 at 2025-06-29 22:18:16