Trace number 4514058

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.17 3604.7

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
rand6reg/normalized-rand6reg-v071-n1.opb
MD5SUM6929a7343695a3957aad0265eef3dd9c
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.031444
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables213
Total number of constraints71
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)71
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.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	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.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4514058-1751222874.opb
0.12/0.13	c reading problem ... 
0.12/0.13	c  no objective function found
0.12/0.15	c ... done. Wall clock time 0.016s.
0.12/0.15	c declared #vars     213
0.12/0.15	c #constraints  142
0.12/0.15	c constraints type 
0.12/0.15	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 71
0.12/0.15	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 71
0.12/0.15	c 142 constraints processed.
1.08/0.63	c cleaning 2491 clauses out of 5001 with flag 40812/5001
1.72/1.08	c cleaning 4250 clauses out of 8509 with flag 106090/11000
2.40/1.69	c cleaning 5627 clauses out of 11260 with flag 202528/18001
3.21/2.47	c cleaning 6810 clauses out of 13632 with flag 321445/26000
4.20/3.49	c cleaning 7906 clauses out of 15824 with flag 443015/35002
5.50/4.76	c cleaning 8953 clauses out of 17919 with flag 585234/45003
6.83/6.06	c cleaning 9977 clauses out of 19965 with flag 736212/56002
8.41/7.67	c cleaning 10987 clauses out of 21986 with flag 900797/68000
10.29/9.59	c cleaning 11986 clauses out of 23999 with flag 1082571/81000
12.48/11.78	c cleaning 13000 clauses out of 26014 with flag 1232697/95001
14.78/14.09	c cleaning 13990 clauses out of 28013 with flag 1431799/110000
17.17/16.45	c cleaning 15006 clauses out of 30023 with flag 1644643/126000
20.10/19.34	c cleaning 15997 clauses out of 32017 with flag 1886503/143000
23.48/22.74	c cleaning 17001 clauses out of 34020 with flag 2136163/161000
27.15/26.35	c cleaning 18004 clauses out of 36022 with flag 2410984/180003
30.74/29.94	c cleaning 19000 clauses out of 38015 with flag 2729252/200000
34.74/33.97	c cleaning 19992 clauses out of 40015 with flag 3037290/221000
39.43/38.61	c cleaning 20996 clauses out of 42023 with flag 3353549/243000
43.72/42.90	c cleaning 22002 clauses out of 44028 with flag 3679212/266001
49.21/48.47	c cleaning 23006 clauses out of 46025 with flag 4035132/290000
55.00/54.22	c cleaning 24001 clauses out of 48019 with flag 4402317/315000
61.59/60.88	c cleaning 25006 clauses out of 50018 with flag 4784494/341000
67.48/66.77	c cleaning 25999 clauses out of 52014 with flag 5136660/368002
73.37/72.65	c cleaning 26999 clauses out of 54013 with flag 5495442/396000
79.68/78.93	c cleaning 27996 clauses out of 56016 with flag 5861312/425002
86.68/85.97	c cleaning 28999 clauses out of 58018 with flag 6236062/455000
93.77/93.05	c cleaning 29998 clauses out of 60020 with flag 6597718/486001
101.55/100.80	c cleaning 30998 clauses out of 62021 with flag 6978300/518000
109.77/109.02	c cleaning 32000 clauses out of 64023 with flag 7408806/551000
118.25/117.58	c cleaning 32996 clauses out of 66023 with flag 7862087/585000
126.94/126.29	c cleaning 33998 clauses out of 68027 with flag 8324656/620000
136.12/135.41	c cleaning 35008 clauses out of 70029 with flag 8793603/656000
146.53/145.85	c cleaning 35998 clauses out of 72021 with flag 9189081/693000
158.30/157.67	c cleaning 37001 clauses out of 74023 with flag 9742518/731000
169.88/169.22	c cleaning 38003 clauses out of 76022 with flag 10260514/770000
180.86/180.29	c cleaning 38994 clauses out of 78019 with flag 10785212/810000
191.78/191.16	c cleaning 39999 clauses out of 80025 with flag 11296967/851000
202.55/201.90	c cleaning 41005 clauses out of 82027 with flag 11838835/893001
214.23/213.60	c cleaning 41989 clauses out of 84021 with flag 12371318/936000
226.46/225.86	c cleaning 43007 clauses out of 86032 with flag 12929281/980000
239.82/239.29	c cleaning 44005 clauses out of 88026 with flag 13481500/1025001
251.80/251.21	c cleaning 45001 clauses out of 90020 with flag 14043112/1071000
265.87/265.34	c cleaning 45994 clauses out of 92019 with flag 14600855/1118000
280.88/280.32	c cleaning 46996 clauses out of 94026 with flag 15162935/1166001
295.05/294.58	c cleaning 48004 clauses out of 96029 with flag 15814625/1215000
308.97/308.40	c cleaning 49010 clauses out of 98028 with flag 16457459/1265003
323.84/323.37	c cleaning 49999 clauses out of 100015 with flag 17083441/1316000
338.72/338.26	c cleaning 50997 clauses out of 102016 with flag 17676724/1368000
354.83/354.34	c cleaning 51997 clauses out of 104019 with flag 18331441/1421000
372.89/372.45	c cleaning 52997 clauses out of 106022 with flag 19027991/1475000
389.86/389.46	c cleaning 54004 clauses out of 108025 with flag 19698099/1530000
405.18/404.79	c cleaning 54996 clauses out of 110022 with flag 20325624/1586001
420.94/420.56	c cleaning 56000 clauses out of 112026 with flag 20970783/1643001
437.42/437.06	c cleaning 56999 clauses out of 114025 with flag 21639122/1701000
453.62/453.23	c cleaning 58006 clauses out of 116028 with flag 22346760/1760002
473.19/472.83	c cleaning 59000 clauses out of 118020 with flag 23061056/1820000
495.88/495.50	c cleaning 59998 clauses out of 120020 with flag 23821318/1881000
517.84/517.53	c cleaning 60999 clauses out of 122022 with flag 24592522/1943000
538.45/538.19	c cleaning 62001 clauses out of 124023 with flag 25345317/2006000
559.01/558.78	c cleaning 63000 clauses out of 126022 with flag 26096157/2070000
578.87/578.64	c cleaning 64004 clauses out of 128023 with flag 26849812/2135001
606.75/606.52	c cleaning 65001 clauses out of 130018 with flag 27656129/2201000
629.71/629.54	c cleaning 65994 clauses out of 132017 with flag 28445156/2268000
654.95/654.89	c cleaning 66996 clauses out of 134023 with flag 29243052/2336000
682.21/682.18	c cleaning 68001 clauses out of 136028 with flag 30083163/2405001
707.82/707.72	c cleaning 69002 clauses out of 138026 with flag 30918920/2475000
734.47/734.44	c cleaning 70005 clauses out of 140026 with flag 31765201/2546002
766.60/766.67	c cleaning 70999 clauses out of 142020 with flag 32665618/2618001
802.33/802.44	c cleaning 71996 clauses out of 144021 with flag 33601935/2691001
838.50/838.69	c cleaning 73001 clauses out of 146025 with flag 34580934/2765001
874.32/874.58	c cleaning 73999 clauses out of 148023 with flag 35538292/2840000
908.23/908.55	c cleaning 74998 clauses out of 150025 with flag 36469114/2916001
944.95/945.30	c cleaning 76001 clauses out of 152027 with flag 37470460/2993001
982.92/983.35	c cleaning 77005 clauses out of 154026 with flag 38457125/3071001
1017.24/1017.73	c cleaning 77999 clauses out of 156022 with flag 39423659/3150002
1052.46/1053.02	c cleaning 78998 clauses out of 158023 with flag 40417553/3230002
1084.49/1085.14	c cleaning 79998 clauses out of 160023 with flag 41421572/3311000
1119.69/1120.37	c cleaning 81006 clauses out of 162025 with flag 42445020/3393000
1159.82/1160.53	c cleaning 82000 clauses out of 164020 with flag 43456645/3476001
1196.84/1197.61	c cleaning 83001 clauses out of 166020 with flag 44512807/3560001
1232.56/1233.49	c cleaning 83997 clauses out of 168021 with flag 45541859/3645003
1267.69/1268.66	c cleaning 85002 clauses out of 170022 with flag 46537418/3731001
1308.97/1309.74	c cleaning 85996 clauses out of 172019 with flag 47563849/3818000
1345.51/1346.30	c cleaning 86988 clauses out of 174024 with flag 48614048/3906001
1386.03/1386.96	c cleaning 88011 clauses out of 176036 with flag 49641706/3995001
1432.84/1433.88	c cleaning 89002 clauses out of 178024 with flag 50623312/4085000
1481.30/1482.36	c cleaning 89995 clauses out of 180022 with flag 51675116/4176000
1530.71/1531.88	c cleaning 91003 clauses out of 182029 with flag 52764987/4268002
1571.83/1573.09	c cleaning 92000 clauses out of 184025 with flag 53860353/4361001
1621.74/1623.01	c cleaning 92997 clauses out of 186025 with flag 55043272/4455001
1702.53/1703.93	c cleaning 93999 clauses out of 188027 with flag 56262073/4550000
1754.63/1756.17	c cleaning 95008 clauses out of 190030 with flag 57388148/4646002
1804.82/1806.49	c cleaning 96001 clauses out of 192022 with flag 58573175/4743002
1869.78/1871.50	c cleaning 96996 clauses out of 194020 with flag 59736705/4841001
1932.64/1934.57	c cleaning 98002 clauses out of 196026 with flag 60992777/4940003
1989.91/1991.86	c cleaning 99003 clauses out of 198024 with flag 62245117/5040003
2041.71/2043.71	c cleaning 100002 clauses out of 200019 with flag 63392907/5141001
2096.10/2098.22	c cleaning 100999 clauses out of 202018 with flag 64538311/5243002
2154.09/2156.23	c cleaning 101977 clauses out of 204017 with flag 65657899/5346000
2211.49/2213.77	c cleaning 103012 clauses out of 206043 with flag 66844772/5450003
2286.77/2289.02	c cleaning 103998 clauses out of 208030 with flag 68000473/5555002
2359.32/2361.72	c cleaning 105001 clauses out of 210031 with flag 69002503/5661001
2435.58/2438.12	c cleaning 106001 clauses out of 212029 with flag 70052887/5768000
2509.63/2512.35	c cleaning 106995 clauses out of 214028 with flag 71113761/5876000
2588.68/2591.59	c cleaning 108006 clauses out of 216033 with flag 72189007/5985000
2672.37/2675.36	c cleaning 109005 clauses out of 218029 with flag 73294184/6095002
2752.32/2755.41	c cleaning 109997 clauses out of 220024 with flag 74404973/6206002
2826.47/2829.70	c cleaning 111002 clauses out of 222026 with flag 75539808/6318001
2898.23/2901.66	c cleaning 111998 clauses out of 224023 with flag 76666036/6431000
2979.17/2982.71	c cleaning 112998 clauses out of 226025 with flag 77754560/6545000
3061.51/3065.12	c cleaning 114002 clauses out of 228027 with flag 78906062/6660000
3148.14/3151.98	c cleaning 115003 clauses out of 230026 with flag 80069797/6776001
3228.10/3232.03	c cleaning 115990 clauses out of 232022 with flag 81291023/6893000
3316.93/3321.03	c cleaning 116998 clauses out of 234032 with flag 82543996/7011000
3395.67/3399.95	c cleaning 117999 clauses out of 236034 with flag 83809037/7130000
3479.90/3484.31	c cleaning 118996 clauses out of 238035 with flag 85061405/7250000
3564.80/3569.33	c cleaning 120010 clauses out of 240039 with flag 86311630/7371000
3600.03/3604.61	c starts		: 131
3600.03/3604.61	c timeout
3600.03/3604.62	c conflicts		: 7432658
3600.03/3604.62	c decisions		: 8205038
3600.03/3604.62	c propagations		: 174381305
3600.03/3604.62	c inspects		: 40715638708
3600.03/3604.62	c shortcuts		: 0
3600.03/3604.62	c learnt literals	: 0
3600.03/3604.62	c learnt binary clauses	: 0
3600.03/3604.62	c learnt ternary clauses	: 0
3600.03/3604.62	c learnt constraints	: 7432658
3600.03/3604.62	c ignored constraints	: 0
3600.03/3604.62	c root simplifications	: 0
3600.03/3604.62	c removed literals (reason simplification)	: 121740618
3600.03/3604.62	c reason swapping (by a shorter reason)	: 0
3600.03/3604.62	c Calls to reduceDB	: 117
3600.03/3604.62	c Number of update (reduction) of LBD	: 2601499
3600.03/3604.62	c Imported unit clauses	: 0
3600.03/3604.62	c No decision after first conflict	: false
3600.03/3604.62	c number of reductions to clauses (during analyze)	: 0
3600.03/3604.62	c number of learned constraints concerned by reduction	: 0
3600.03/3604.62	c number of learning phase by resolution	: 0
3600.03/3604.62	c number of learning phase by cutting planes	: 0
3600.03/3604.62	c number of rounding to 1 operations	: 0
3600.03/3604.62	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3604.62	c number of reductions of the coefficients by power 2 	: 0
3600.03/3604.62	c number of right shift for reduction by power 2 	: 0
3600.03/3604.62	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3604.62	c number of ending skipping 	: 0
3600.03/3604.62	c number of internal skipping 	: 0
3600.03/3604.62	c number of derivation steps 	: 0
3600.03/3604.62	c number of skipped derivation steps 	: 0
3600.03/3604.62	c number of remaining unassigned 	: 0
3600.03/3604.62	c number of remaining assigned 	: 0
3600.03/3604.62	c number of falsified literals weakened from reason	: 0
3600.03/3604.62	c number of falsified literals weakened from conflict	: 0
3600.03/3604.62	c time for arithmetic operations	: 0
3600.03/3604.62	c minimum degree of deleted constraints	: null
3600.03/3604.62	c maximum degree of deleted constraints	: null
3600.03/3604.62	c number of deleted constraints	: 0
3600.03/3604.62	c speed (assignments/second)	: 48379.14030705737
3600.03/3604.62	c non guided choices	: 64
3600.03/3604.68	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 181687
3600.03/3604.68	s UNKNOWN
3600.03/3604.68	c Total wall clock time (in seconds): 3604.551

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4514058-1751222874/watcher-4514058-1751222874 -o /tmp/evaluation-result-4514058-1751222874/solver-4514058-1751222874 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751219267-28442 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4514058-1751222874.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.10006 s]*
/proc/loadavg: 4.28 4.16 4.10 5/337 29153
/proc/meminfo: memFree=123407396/131249996 swapFree=33010684/33010684
[pid=29135] ppid=29132 vsize=18930384 memory=57696 CPUtime=0.12 cores=5,7
/proc/29135/stat : 29135 (java) S 29132 29135 28429 0 -1 4194304 6578 0 0 0 11 1 0 0 20 0 18 0 37965155 19384713216 14424 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
/proc/29135/statm: 4732596 14424 5338 1 0 547622 0
[pid=29135/tid=29137] ppid=29132 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=5,7
/proc/29135/task/29137/stat : 29137 (java) R 29132 29135 28429 0 -1 4194368 5077 0 0 0 7 1 0 0 20 0 18 0 37965156 19384713216 14424 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
[pid=29135/tid=29146] ppid=29132 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/29135/task/29146/stat : 29146 (Finalizer) S 29132 29135 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 37965158 19384713216 14424 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
[pid=29135/tid=29153] ppid=29132 vsize=18930384 memory=60684515966010 CPUtime=0 cores=5,7
/proc/29135/task/29153/stat : 29153 (Common-Cleaner) S 29132 29135 28429 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 37965159 19384713216 14424 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57696 KiB

[startup+0.206052 s]*
/proc/loadavg: 4.28 4.16 4.10 6/338 29154
/proc/meminfo: memFree=123405128/131249996 swapFree=33010684/33010684
[pid=29135] ppid=29132 vsize=18996948 memory=64568 CPUtime=0.31 cores=5,7
/proc/29135/stat : 29135 (java) S 29132 29135 28429 0 -1 4194304 8329 0 0 0 29 2 0 0 20 0 19 0 37965155 19452874752 16142 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
/proc/29135/statm: 4749237 16142 5434 1 0 548843 0
[pid=29135/tid=29137] ppid=29132 vsize=18996948 memory=4026597660 CPUtime=0.17 cores=5,7
/proc/29135/task/29137/stat : 29137 (java) R 29132 29135 28429 0 -1 4194368 5292 0 0 0 16 1 0 0 20 0 19 0 37965156 19452874752 16142 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
[pid=29135/tid=29146] ppid=29132 vsize=18996948 memory=16880 CPUtime=0 cores=5,7
/proc/29135/task/29146/stat : 29146 (Finalizer) S 29132 29135 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37965158 19452874752 16142 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
[pid=29135/tid=29153] ppid=29132 vsize=18996948 memory=59585004307431 CPUtime=0 cores=5,7
/proc/29135/task/29153/stat : 29153 (Common-Cleaner) S 29132 29135 28429 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 37965159 19452874752 16142 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
[pid=29135/tid=29154] ppid=29132 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/29135/task/29154/stat : 29154 (Timer-0) S 29132 29135 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37965170 19452874752 16142 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 64568 KiB

[startup+0.305931 s]*
/proc/loadavg: 4.28 4.16 4.10 6/338 29154
/proc/meminfo: memFree=123404376/131249996 swapFree=33010684/33010684
[pid=29135] ppid=29132 vsize=18996948 memory=68112 CPUtime=0.5 cores=5,7
/proc/29135/stat : 29135 (java) S 29132 29135 28429 0 -1 4194304 9652 0 0 0 48 2 0 0 20 0 19 0 37965155 19452874752 17028 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
/proc/29135/statm: 4749237 17028 5434 1 0 549734 0
[pid=29135/tid=29137] ppid=29132 vsize=18996948 memory=-6000919498510132077 CPUtime=0.25 cores=5,7
/proc/29135/task/29137/stat : 29137 (java) R 29132 29135 28429 0 -1 4194368 5301 0 0 0 24 1 0 0 20 0 19 0 37965156 19452874752 17028 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
[pid=29135/tid=29146] ppid=29132 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/29135/task/29146/stat : 29146 (Finalizer) S 29132 29135 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37965158 19452874752 17028 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
[pid=29135/tid=29153] ppid=29132 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/29135/task/29153/stat : 29153 (Common-Cleaner) S 29132 29135 28429 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 37965159 19452874752 17028 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
[pid=29135/tid=29154] ppid=29132 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/29135/task/29154/stat : 29154 (Timer-0) S 29132 29135 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37965170 19452874752 17028 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 68112 KiB

[startup+0.700236 s]
/proc/loadavg: 4.28 4.16 4.10 6/338 29154
/proc/meminfo: memFree=123400032/131249996 swapFree=33010684/33010684
[pid=29135] ppid=29132 vsize=18996948 memory=80552 CPUtime=1.26 cores=5,7
/proc/29135/stat : 29135 (java) S 29132 29135 28429 0 -1 4194304 11848 0 0 0 123 3 0 0 20 0 19 0 37965155 19452874752 20138 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
/proc/29135/statm: 4749237 20138 5434 1 0 551141 0
[pid=29135/tid=29137] ppid=29132 vsize=18996948 memory=17408 CPUtime=0.61 cores=5,7
/proc/29135/task/29137/stat : 29137 (java) R 29132 29135 28429 0 -1 4194368 5340 0 0 0 60 1 0 0 20 0 19 0 37965156 19452874752 20138 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
[pid=29135/tid=29146] ppid=29132 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/29135/task/29146/stat : 29146 (Finalizer) S 29132 29135 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37965158 19452874752 20138 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
[pid=29135/tid=29153] ppid=29132 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/29135/task/29153/stat : 29153 (Common-Cleaner) S 29132 29135 28429 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 37965159 19452874752 20138 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
[pid=29135/tid=29154] ppid=29132 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/29135/task/29154/stat : 29154 (Timer-0) S 29132 29135 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37965170 19452874752 20138 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 80552 KiB

[startup+1.50019 s]
/proc/loadavg: 4.28 4.16 4.10 5/338 29154
/proc/meminfo: memFree=123394424/131249996 swapFree=33010684/33010684
[pid=29135] ppid=29132 vsize=18996948 memory=87736 CPUtime=2.3 cores=5,7
/proc/29135/stat : 29135 (java) S 29132 29135 28429 0 -1 4194304 15272 0 0 0 226 4 0 0 20 0 19 0 37965155 19452874752 21934 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
/proc/29135/statm: 4749237 21934 5434 1 0 551375 0
[pid=29135/tid=29137] ppid=29132 vsize=18996948 memory=0 CPUtime=1.41 cores=5,7
/proc/29135/task/29137/stat : 29137 (java) R 29132 29135 28429 0 -1 4194368 5432 0 0 0 139 2 0 0 20 0 19 0 37965156 19452874752 21934 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
[pid=29135/tid=29146] ppid=29132 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/29135/task/29146/stat : 29146 (Finalizer) S 29132 29135 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37965158 19452874752 21934 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
[pid=29135/tid=29153] ppid=29132 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/29135/task/29153/stat : 29153 (Common-Cleaner) S 29132 29135 28429 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 37965159 19452874752 21934 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
[pid=29135/tid=29154] ppid=29132 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/29135/task/29154/stat : 29154 (Timer-0) S 29132 29135 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37965170 19452874752 21934 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
Current children cumulated CPU time: 2.3 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 87736 KiB

[startup+3.10583 s]
/proc/loadavg: 4.28 4.16 4.10 5/338 29154
/proc/meminfo: memFree=123382144/131249996 swapFree=33010684/33010684
[pid=29135] ppid=29132 vsize=18996948 memory=98104 CPUtime=3.91 cores=5,7
/proc/29135/stat : 29135 (java) S 29132 29135 28429 0 -1 4194304 16066 0 0 0 386 5 0 0 20 0 19 0 37965155 19452874752 24526 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
/proc/29135/statm: 4749237 24526 5434 1 0 551377 0
[pid=29135/tid=29137] ppid=29132 vsize=18996948 memory=10752 CPUtime=2.99 cores=5,7
/proc/29135/task/29137/stat : 29137 (java) R 29132 29135 28429 0 -1 4194368 5922 0 0 0 297 2 0 0 20 0 19 0 37965156 19452874752 24526 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
[pid=29135/tid=29146] ppid=29132 vsize=18996948 memory=-6000919498510132077 CPUtime=0 cores=5,7
/proc/29135/task/29146/stat : 29146 (Finalizer) S 29132 29135 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37965158 19452874752 24526 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
[pid=29135/tid=29153] ppid=29132 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/29135/task/29153/stat : 29153 (Common-Cleaner) S 29132 29135 28429 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 37965159 19452874752 24526 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
[pid=29135/tid=29154] ppid=29132 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/29135/task/29154/stat : 29154 (Timer-0) S 29132 29135 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37965170 19452874752 24526 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
Current children cumulated CPU time: 3.91 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 98104 KiB

[startup+6.30024 s]
/proc/loadavg: 4.25 4.15 4.10 5/338 29154
/proc/meminfo: memFree=123369944/131249996 swapFree=33010684/33010684
[pid=29135] ppid=29132 vsize=18996948 memory=114512 CPUtime=7.13 cores=5,7
/proc/29135/stat : 29135 (java) S 29132 29135 28429 0 -1 4194304 19197 0 0 0 707 6 0 0 20 0 19 0 37965155 19452874752 28628 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
/proc/29135/statm: 4749237 28628 5434 1 0 551377 0
[pid=29135/tid=29137] ppid=29132 vsize=18996948 memory=0 CPUtime=6.17 cores=5,7
/proc/29135/task/29137/stat : 29137 (java) R 29132 29135 28429 0 -1 4194368 6526 0 0 0 614 3 0 0 20 0 19 0 37965156 19452874752 28628 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
[pid=29135/tid=29146] ppid=29132 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/29135/task/29146/stat : 29146 (Finalizer) S 29132 29135 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37965158 19452874752 28628 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
[pid=29135/tid=29153] ppid=29132 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/29135/task/29153/stat : 29153 (Common-Cleaner) S 29132 29135 28429 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 37965159 19452874752 28628 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
[pid=29135/tid=29154] ppid=29132 vsize=18996948 memory=87736 CPUtime=0 cores=5,7
/proc/29135/task/29154/stat : 29154 (Timer-0) S 29132 29135 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37965170 19452874752 28628 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
Current children cumulated CPU time: 7.13 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 114512 KiB

[startup+12.7002 s]
/proc/loadavg: 4.23 4.15 4.10 5/338 29155
/proc/meminfo: memFree=123349560/131249996 swapFree=33010684/33010684
[pid=29135] ppid=29132 vsize=18996948 memory=141236 CPUtime=13.48 cores=5,7
/proc/29135/stat : 29135 (java) S 29132 29135 28429 0 -1 4194304 20550 0 0 0 1342 6 0 0 20 0 19 0 37965155 19452874752 35309 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
/proc/29135/statm: 4749237 35309 5434 1 0 551377 0
[pid=29135/tid=29137] ppid=29132 vsize=18996948 memory=87736 CPUtime=12.52 cores=5,7
/proc/29135/task/29137/stat : 29137 (java) R 29132 29135 28429 0 -1 4194368 7045 0 0 0 1249 3 0 0 20 0 19 0 37965156 19452874752 35309 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
[pid=29135/tid=29146] ppid=29132 vsize=18996948 memory=137140 CPUtime=0 cores=5,7
/proc/29135/task/29146/stat : 29146 (Finalizer) S 29132 29135 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37965158 19452874752 35309 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
[pid=29135/tid=29153] ppid=29132 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/29135/task/29153/stat : 29153 (Common-Cleaner) S 29132 29135 28429 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 37965159 19452874752 35309 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
[pid=29135/tid=29154] ppid=29132 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/29135/task/29154/stat : 29154 (Timer-0) S 29132 29135 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37965170 19452874752 35309 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
Current children cumulated CPU time: 13.48 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 141236 KiB

[startup+25.5002 s]
/proc/loadavg: 4.18 4.14 4.10 5/339 29156
/proc/meminfo: memFree=123304268/131249996 swapFree=33010684/33010684
[pid=29135] ppid=29132 vsize=19063512 memory=178724 CPUtime=26.36 cores=5,7
/proc/29135/stat : 29135 (java) S 29132 29135 28429 0 -1 4194304 24546 0 0 0 2628 8 0 0 20 0 20 0 37965155 19521036288 44681 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
/proc/29135/statm: 4765878 44681 5498 1 0 551666 0
[pid=29135/tid=29137] ppid=29132 vsize=19063512 memory=137140 CPUtime=25.2 cores=5,7
/proc/29135/task/29137/stat : 29137 (java) R 29132 29135 28429 0 -1 4194368 8104 0 0 0 2517 3 0 0 20 0 20 0 37965156 19521036288 44681 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
[pid=29135/tid=29146] ppid=29132 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/29135/task/29146/stat : 29146 (Finalizer) S 29132 29135 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37965158 19521036288 44681 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
[pid=29135/tid=29153] ppid=29132 vsize=19063512 memory=178724 CPUtime=0 cores=5,7
/proc/29135/task/29153/stat : 29153 (Common-Cleaner) S 29132 29135 28429 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 37965159 19521036288 44681 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
[pid=29135/tid=29154] ppid=29132 vsize=19063512 memory=17408 CPUtime=0 cores=5,7
/proc/29135/task/29154/stat : 29154 (Timer-0) S 29132 29135 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37965170 19521036288 44681 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
Current children cumulated CPU time: 26.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 178724 KiB

[startup+51.106 s]
/proc/loadavg: 4.18 4.15 4.10 5/339 29156
/proc/meminfo: memFree=123275108/131249996 swapFree=33010684/33010684
[pid=29135] ppid=29132 vsize=19063512 memory=187048 CPUtime=51.91 cores=5,7
/proc/29135/stat : 29135 (java) S 29132 29135 28429 0 -1 4194304 25859 0 0 0 5183 8 0 0 20 0 20 0 37965155 19521036288 46762 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
/proc/29135/statm: 4765878 46762 5498 1 0 551666 0
[pid=29135/tid=29137] ppid=29132 vsize=19063512 memory=178724 CPUtime=50.73 cores=5,7

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

/proc/meminfo: memFree=123047020/131249996 swapFree=33010684/33010684
[pid=29135] ppid=29132 vsize=19063512 memory=1490360 CPUtime=3218.4 cores=5,7
/proc/29135/stat : 29135 (java) S 29132 29135 28429 0 -1 4194304 57208 0 0 0 321725 115 0 0 20 0 20 0 37965155 19521036288 372590 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
/proc/29135/statm: 4765878 372590 5530 1 0 553928 0
[pid=29135/tid=29137] ppid=29132 vsize=19063512 memory=1486904 CPUtime=3212.91 cores=5,7
/proc/29135/task/29137/stat : 29137 (java) R 29132 29135 28429 0 -1 4194368 22622 0 0 0 321285 6 0 0 20 0 20 0 37965156 19521036288 372590 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
[pid=29135/tid=29146] ppid=29132 vsize=19063512 memory=4380 CPUtime=0 cores=5,7
/proc/29135/task/29146/stat : 29146 (Finalizer) S 29132 29135 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37965158 19521036288 372590 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
[pid=29135/tid=29153] ppid=29132 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/29135/task/29153/stat : 29153 (Common-Cleaner) S 29132 29135 28429 0 -1 4194368 977 0 0 0 0 0 0 0 20 0 20 0 37965159 19521036288 372590 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
[pid=29135/tid=29154] ppid=29132 vsize=19063512 memory=14384 CPUtime=0 cores=5,7
/proc/29135/task/29154/stat : 29154 (Timer-0) S 29132 29135 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37965170 19521036288 372590 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
Current children cumulated CPU time: 3218.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1490360 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.14 4.11 5/339 29522
/proc/meminfo: memFree=122985692/131249996 swapFree=33010684/33010684
[pid=29135] ppid=29132 vsize=19063512 memory=1490360 CPUtime=3278.29 cores=5,7
/proc/29135/stat : 29135 (java) S 29132 29135 28429 0 -1 4194304 57782 0 0 0 327712 117 0 0 20 0 20 0 37965155 19521036288 372590 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
/proc/29135/statm: 4765878 372590 5530 1 0 553928 0
[pid=29135/tid=29137] ppid=29132 vsize=19063512 memory=1490360 CPUtime=3272.77 cores=5,7
/proc/29135/task/29137/stat : 29137 (java) R 29132 29135 28429 0 -1 4194368 23166 0 0 0 327271 6 0 0 20 0 20 0 37965156 19521036288 372590 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
[pid=29135/tid=29146] ppid=29132 vsize=19063512 memory=1490360 CPUtime=0 cores=5,7
/proc/29135/task/29146/stat : 29146 (Finalizer) S 29132 29135 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37965158 19521036288 372590 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
[pid=29135/tid=29153] ppid=29132 vsize=19063512 memory=14384 CPUtime=0 cores=5,7
/proc/29135/task/29153/stat : 29153 (Common-Cleaner) S 29132 29135 28429 0 -1 4194368 977 0 0 0 0 0 0 0 20 0 20 0 37965159 19521036288 372590 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
[pid=29135/tid=29154] ppid=29132 vsize=19063512 memory=1490360 CPUtime=0 cores=5,7
/proc/29135/task/29154/stat : 29154 (Timer-0) S 29132 29135 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37965170 19521036288 372590 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
Current children cumulated CPU time: 3278.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1490360 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.13 4.10 5/339 29524
/proc/meminfo: memFree=122782852/131249996 swapFree=33010684/33010684
[pid=29135] ppid=29132 vsize=19063512 memory=1490360 CPUtime=3338.18 cores=5,7
/proc/29135/stat : 29135 (java) S 29132 29135 28429 0 -1 4194304 57952 0 0 0 333700 118 0 0 20 0 20 0 37965155 19521036288 372590 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
/proc/29135/statm: 4765878 372590 5530 1 0 553928 0
[pid=29135/tid=29137] ppid=29132 vsize=19063512 memory=1490360 CPUtime=3332.63 cores=5,7
/proc/29135/task/29137/stat : 29137 (java) R 29132 29135 28429 0 -1 4194368 23271 0 0 0 333257 6 0 0 20 0 20 0 37965156 19521036288 372590 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
[pid=29135/tid=29146] ppid=29132 vsize=19063512 memory=1490360 CPUtime=0 cores=5,7
/proc/29135/task/29146/stat : 29146 (Finalizer) S 29132 29135 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37965158 19521036288 372590 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
[pid=29135/tid=29153] ppid=29132 vsize=19063512 memory=1490360 CPUtime=0 cores=5,7
/proc/29135/task/29153/stat : 29153 (Common-Cleaner) S 29132 29135 28429 0 -1 4194368 1009 0 0 0 0 0 0 0 20 0 20 0 37965159 19521036288 372590 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
[pid=29135/tid=29154] ppid=29132 vsize=19063512 memory=1490360 CPUtime=0 cores=5,7
/proc/29135/task/29154/stat : 29154 (Timer-0) S 29132 29135 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37965170 19521036288 372590 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
Current children cumulated CPU time: 3338.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1490360 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.14 4.10 5/339 29526
/proc/meminfo: memFree=122782988/131249996 swapFree=33010684/33010684
[pid=29135] ppid=29132 vsize=19063512 memory=1490360 CPUtime=3398.06 cores=5,7
/proc/29135/stat : 29135 (java) S 29132 29135 28429 0 -1 4194304 58005 0 0 0 339687 119 0 0 20 0 20 0 37965155 19521036288 372590 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
/proc/29135/statm: 4765878 372590 5530 1 0 553928 0
[pid=29135/tid=29137] ppid=29132 vsize=19063512 memory=1490360 CPUtime=3392.49 cores=5,7
/proc/29135/task/29137/stat : 29137 (java) R 29132 29135 28429 0 -1 4194368 23318 0 0 0 339243 6 0 0 20 0 20 0 37965156 19521036288 372590 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
[pid=29135/tid=29146] ppid=29132 vsize=19063512 memory=17408 CPUtime=0 cores=5,7
/proc/29135/task/29146/stat : 29146 (Finalizer) S 29132 29135 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37965158 19521036288 372590 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
[pid=29135/tid=29153] ppid=29132 vsize=19063512 memory=1490360 CPUtime=0 cores=5,7
/proc/29135/task/29153/stat : 29153 (Common-Cleaner) S 29132 29135 28429 0 -1 4194368 1009 0 0 0 0 0 0 0 20 0 20 0 37965159 19521036288 372590 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
[pid=29135/tid=29154] ppid=29132 vsize=19063512 memory=1490360 CPUtime=0 cores=5,7
/proc/29135/task/29154/stat : 29154 (Timer-0) S 29132 29135 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37965170 19521036288 372590 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
Current children cumulated CPU time: 3398.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1490360 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.12 4.10 5/339 29528
/proc/meminfo: memFree=122644516/131249996 swapFree=33010684/33010684
[pid=29135] ppid=29132 vsize=19063512 memory=1490360 CPUtime=3457.95 cores=5,7
/proc/29135/stat : 29135 (java) S 29132 29135 28429 0 -1 4194304 58153 0 0 0 345674 121 0 0 20 0 20 0 37965155 19521036288 372590 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
/proc/29135/statm: 4765878 372590 5530 1 0 553928 0
[pid=29135/tid=29137] ppid=29132 vsize=19063512 memory=1490360 CPUtime=3452.35 cores=5,7
/proc/29135/task/29137/stat : 29137 (java) R 29132 29135 28429 0 -1 4194368 23461 0 0 0 345229 6 0 0 20 0 20 0 37965156 19521036288 372590 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
[pid=29135/tid=29146] ppid=29132 vsize=19063512 memory=1490360 CPUtime=0 cores=5,7
/proc/29135/task/29146/stat : 29146 (Finalizer) S 29132 29135 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37965158 19521036288 372590 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
[pid=29135/tid=29153] ppid=29132 vsize=19063512 memory=14384 CPUtime=0 cores=5,7
/proc/29135/task/29153/stat : 29153 (Common-Cleaner) S 29132 29135 28429 0 -1 4194368 1009 0 0 0 0 0 0 0 20 0 20 0 37965159 19521036288 372590 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
[pid=29135/tid=29154] ppid=29132 vsize=19063512 memory=14384 CPUtime=0 cores=5,7
/proc/29135/task/29154/stat : 29154 (Timer-0) S 29132 29135 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37965170 19521036288 372590 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
Current children cumulated CPU time: 3457.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1490360 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.13 4.10 5/339 29530
/proc/meminfo: memFree=122635972/131249996 swapFree=33010684/33010684
[pid=29135] ppid=29132 vsize=19063512 memory=1498676 CPUtime=3517.89 cores=5,7
/proc/29135/stat : 29135 (java) S 29132 29135 28429 0 -1 4194304 58753 0 0 0 351665 124 0 0 20 0 20 0 37965155 19521036288 374669 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
/proc/29135/statm: 4765878 374669 5530 1 0 553928 0
[pid=29135/tid=29137] ppid=29132 vsize=19063512 memory=1490360 CPUtime=3512.13 cores=5,7
/proc/29135/task/29137/stat : 29137 (java) R 29132 29135 28429 0 -1 4194368 23815 0 0 0 351207 6 0 0 20 0 20 0 37965156 19521036288 374669 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
[pid=29135/tid=29146] ppid=29132 vsize=19063512 memory=17408 CPUtime=0 cores=5,7
/proc/29135/task/29146/stat : 29146 (Finalizer) S 29132 29135 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37965158 19521036288 374669 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
[pid=29135/tid=29153] ppid=29132 vsize=19063512 memory=1498676 CPUtime=0 cores=5,7
/proc/29135/task/29153/stat : 29153 (Common-Cleaner) S 29132 29135 28429 0 -1 4194368 1009 0 0 0 0 0 0 0 20 0 20 0 37965159 19521036288 374669 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
[pid=29135/tid=29154] ppid=29132 vsize=19063512 memory=1498676 CPUtime=0 cores=5,7
/proc/29135/task/29154/stat : 29154 (Timer-0) S 29132 29135 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37965170 19521036288 374669 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
Current children cumulated CPU time: 3517.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1498676 KiB

[startup+3582.3 s]
/proc/loadavg: 4.18 4.14 4.10 5/339 29534
/proc/meminfo: memFree=122636156/131249996 swapFree=33010684/33010684
[pid=29135] ppid=29132 vsize=19063512 memory=1498676 CPUtime=3577.77 cores=5,7
/proc/29135/stat : 29135 (java) S 29132 29135 28429 0 -1 4194304 59190 0 0 0 357652 125 0 0 20 0 20 0 37965155 19521036288 374669 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
/proc/29135/statm: 4765878 374669 5530 1 0 553928 0
[pid=29135/tid=29137] ppid=29132 vsize=19063512 memory=1498676 CPUtime=3571.99 cores=5,7
/proc/29135/task/29137/stat : 29137 (java) R 29132 29135 28429 0 -1 4194368 24199 0 0 0 357193 6 0 0 20 0 20 0 37965156 19521036288 374669 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
[pid=29135/tid=29146] ppid=29132 vsize=19063512 memory=1498676 CPUtime=0 cores=5,7
/proc/29135/task/29146/stat : 29146 (Finalizer) S 29132 29135 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37965158 19521036288 374669 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
[pid=29135/tid=29153] ppid=29132 vsize=19063512 memory=1498676 CPUtime=0 cores=5,7
/proc/29135/task/29153/stat : 29153 (Common-Cleaner) S 29132 29135 28429 0 -1 4194368 1055 0 0 0 0 0 0 0 20 0 20 0 37965159 19521036288 374669 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
[pid=29135/tid=29154] ppid=29132 vsize=19063512 memory=1498676 CPUtime=0 cores=5,7
/proc/29135/task/29154/stat : 29154 (Timer-0) S 29132 29135 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37965170 19521036288 374669 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
Current children cumulated CPU time: 3577.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1498676 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604.6 s]
/proc/loadavg: 4.20 4.14 4.10 5/339 29534
/proc/meminfo: memFree=122636188/131249996 swapFree=33010684/33010684
[pid=29135] ppid=29132 vsize=19063512 memory=1498676 CPUtime=3600.03 cores=5,7
/proc/29135/stat : 29135 (java) S 29132 29135 28429 0 -1 4194304 59357 0 0 0 359878 125 0 0 20 0 20 0 37965155 19521036288 374669 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
/proc/29135/statm: 4765878 374669 5530 1 0 553928 0
[pid=29135/tid=29137] ppid=29132 vsize=19063512 memory=19712 CPUtime=3594.24 cores=5,7
/proc/29135/task/29137/stat : 29137 (java) R 29132 29135 28429 0 -1 4194368 24337 0 0 0 359418 6 0 0 20 0 20 0 37965156 19521036288 374669 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
[pid=29135/tid=29146] ppid=29132 vsize=19063512 memory=4352 CPUtime=0 cores=5,7
/proc/29135/task/29146/stat : 29146 (Finalizer) S 29132 29135 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37965158 19521036288 374669 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
[pid=29135/tid=29153] ppid=29132 vsize=19063512 memory=1792 CPUtime=0 cores=5,7
/proc/29135/task/29153/stat : 29153 (Common-Cleaner) S 29132 29135 28429 0 -1 4194368 1055 0 0 0 0 0 0 0 20 0 20 0 37965159 19521036288 374669 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
[pid=29135/tid=29154] ppid=29132 vsize=19063512 memory=1920 CPUtime=0 cores=5,7
/proc/29135/task/29154/stat : 29154 (Timer-0) S 29132 29135 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37965170 19521036288 374669 18446744073709551615 94057242644480 94057242648176 140732058691792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94057242655992 94057242656784 94057273827328 140732058696065 140732058696166 140732058696166 140732058701768 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1498676 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.9 s, system=1.27115 s

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

Child status: 143

Real time (s): 3604.7
CPU time (s): 3600.17
CPU user time (s): 3598.9
CPU system time (s): 1.27115
CPU usage (%): 99.8742
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 1498676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.9
system time used= 1.27115
maximum resident set size= 1499572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61405
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 103699
involuntary context switches= 2344


# summary of solver processes directly reported to runsolver:
#   pid: 29135
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3598.9
#   total CPU system time (s): 1.27115

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.23295 second user time and 16.7099 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-06-29 20:47:54
IDJOB=4514058
IDBENCH=162599
IDSOLVER=3363
FILE ID=nodeC022/4514058-1751222874
RUNJOBID= nodeC022-1751219267-28442
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-v071-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4514058-1751222874/watcher-4514058-1751222874 -o /tmp/evaluation-result-4514058-1751222874/solver-4514058-1751222874 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751219267-28442 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4514058-1751222874.opb

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

MD5SUM BENCH= 6929a7343695a3957aad0265eef3dd9c
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.713
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.709
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		: 3596.437
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.862
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.706
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		: 3600.006
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		: 3600.822
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		: 3599.300
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:        123433324 kB
MemAvailable:   124090724 kB
Buffers:            3280 kB
Cached:          1461920 kB
SwapCached:            0 kB
Active:          6021512 kB
Inactive:        1213560 kB
Active(anon):    5787932 kB
Inactive(anon):        0 kB
Active(file):     233580 kB
Inactive(file):  1213560 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1100 kB
Writeback:            12 kB
AnonPages:       5772968 kB
Mapped:           122236 kB
Shmem:             18060 kB
KReclaimable:      98600 kB
Slab:             186112 kB
SReclaimable:      98600 kB
SUnreclaim:        87512 kB
KernelStack:        5200 kB
PageTables:        14984 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7063500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151432 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5539840 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= 433060 MiB
End job on nodeC022 at 2025-06-29 21:47:59