Trace number 4441904

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 Default 2024-07-07? (TO) 3600.23 3602.1

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/www.ps.uni-sb.de/~walser/
benchmarks/ppp-problems/normalized-ppp:1-9,16-19.opb
MD5SUMd2d0eb539d1ad3b17959abe287928b07
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.516163
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4626
Total number of constraints30747
Number of constraints which are clauses29724
Number of constraints which are cardinality constraints (but not clauses)945
Number of constraints which are nor clauses,nor cardinality constraints78
Minimum length of a constraint3
Maximum length of a constraint29
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 101
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.12	--- Begin Solver configuration ---
0.13/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.12	Learn all clauses as in MiniSAT
0.13/0.12	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	No reason simplification
0.13/0.12	Glucose 2.1 dynamic restart strategy
0.13/0.12	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.12	timeout=2147483s
0.13/0.12	DB Simplification allowed=false
0.13/0.12	Listener: none
0.13/0.12	--- End Solver configuration ---
0.13/0.12	c Pseudo Boolean Optimization by upper bound
0.13/0.12	c --- Begin Solver configuration ---
0.13/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	c No reason simplification
0.13/0.12	c Glucose 2.1 dynamic restart strategy
0.13/0.12	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.12	c timeout=2147483s
0.13/0.12	c DB Simplification allowed=false
0.13/0.12	c Listener: none
0.13/0.12	c --- End Solver configuration ---
0.13/0.12	c solving HOME/instance-4441904-1721293783.opb
0.13/0.12	c reading problem ... 
0.13/0.12	c  no objective function found
0.52/0.39	c ... done. Wall clock time 0.258s.
0.52/0.39	c declared #vars     4626
0.52/0.39	c #constraints  30921
0.52/0.39	c constraints type 
0.52/0.39	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 945
0.52/0.39	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 78
0.52/0.39	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 29898
0.52/0.39	c 30921 constraints processed.
1.27/0.77	c cleaning 2494 clauses out of 5001 with flag 21439/5001
2.06/1.14	c cleaning 4246 clauses out of 8506 with flag 61495/11000
2.62/1.53	c cleaning 5629 clauses out of 11261 with flag 118951/18001
3.51/2.20	c cleaning 6798 clauses out of 13632 with flag 182000/26001
4.27/2.96	c cleaning 7915 clauses out of 15834 with flag 246772/35001
5.46/4.10	c cleaning 8959 clauses out of 17919 with flag 303781/45001
6.57/5.19	c cleaning 9976 clauses out of 19959 with flag 365822/56000
7.75/6.32	c cleaning 10989 clauses out of 21984 with flag 443779/68001
9.36/7.91	c cleaning 11994 clauses out of 23994 with flag 515828/81000
11.06/9.61	c cleaning 13000 clauses out of 26002 with flag 594439/95002
13.06/11.67	c cleaning 13990 clauses out of 28000 with flag 689215/110000
15.55/14.20	c cleaning 15000 clauses out of 30012 with flag 797409/126002
18.20/16.71	c cleaning 16004 clauses out of 32010 with flag 911362/143000
20.30/18.83	c cleaning 17001 clauses out of 34010 with flag 1031431/161004
22.80/21.34	c cleaning 17994 clauses out of 36006 with flag 1167353/180001
25.50/24.09	c cleaning 19005 clauses out of 38012 with flag 1295919/200001
28.41/26.91	c cleaning 19996 clauses out of 40006 with flag 1445838/221000
31.58/30.16	c cleaning 20997 clauses out of 42010 with flag 1607809/243000
35.14/33.74	c cleaning 21990 clauses out of 44013 with flag 1781121/266000
39.31/37.99	c cleaning 23006 clauses out of 46023 with flag 1968433/290000
43.67/42.32	c cleaning 24005 clauses out of 48018 with flag 2148987/315001
47.54/46.20	c cleaning 25003 clauses out of 50013 with flag 2329453/341001
52.20/50.97	c cleaning 25998 clauses out of 52009 with flag 2521874/368000
57.07/55.83	c cleaning 27002 clauses out of 54011 with flag 2732949/396000
62.13/60.93	c cleaning 28004 clauses out of 56010 with flag 2954385/425001
68.09/66.96	c cleaning 28997 clauses out of 58005 with flag 3172343/455000
73.67/72.58	c cleaning 29998 clauses out of 60008 with flag 3400296/486000
78.37/77.22	c cleaning 30998 clauses out of 62010 with flag 3614267/518000
83.09/81.99	c cleaning 32001 clauses out of 64014 with flag 3839152/551002
88.89/87.78	c cleaning 32998 clauses out of 66011 with flag 4070290/585000
93.98/92.84	c cleaning 33999 clauses out of 68013 with flag 4323494/620000
99.57/98.40	c cleaning 35002 clauses out of 70015 with flag 4569598/656001
104.78/103.66	c cleaning 35996 clauses out of 72013 with flag 4813532/693001
112.27/111.16	c cleaning 37001 clauses out of 74016 with flag 5063760/731000
118.26/117.15	c cleaning 38002 clauses out of 76015 with flag 5313364/770000
125.43/124.37	c cleaning 39002 clauses out of 78014 with flag 5593281/810001
133.56/132.44	c cleaning 39997 clauses out of 80011 with flag 5894110/851000
141.54/140.48	c cleaning 41001 clauses out of 82014 with flag 6174409/893000
149.62/148.56	c cleaning 41996 clauses out of 84014 with flag 6455439/936001
157.05/156.08	c cleaning 43000 clauses out of 86018 with flag 6755846/980001
165.91/164.98	c cleaning 44004 clauses out of 88017 with flag 7058427/1025000
174.73/173.88	c cleaning 45001 clauses out of 90013 with flag 7381027/1071000
183.94/183.04	c cleaning 46004 clauses out of 92012 with flag 7720182/1118000
191.22/190.38	c cleaning 46998 clauses out of 94010 with flag 8048285/1166002
200.85/199.98	c cleaning 47998 clauses out of 96011 with flag 8373679/1215001
209.05/208.13	c cleaning 48995 clauses out of 98013 with flag 8724831/1265001
217.94/217.04	c cleaning 49995 clauses out of 100017 with flag 9063145/1316000
229.61/228.71	c cleaning 50986 clauses out of 102022 with flag 9443294/1368000
239.82/239.08	c cleaning 51997 clauses out of 104036 with flag 9835501/1421000
249.73/249.04	c cleaning 53001 clauses out of 106039 with flag 10235685/1475000
262.48/261.86	c cleaning 54009 clauses out of 108039 with flag 10633549/1530001
274.35/273.70	c cleaning 54986 clauses out of 110029 with flag 11057244/1586000
286.13/285.17	c cleaning 56015 clauses out of 112043 with flag 11440847/1643000
298.50/297.59	c cleaning 57002 clauses out of 114030 with flag 11858270/1701002
311.38/310.40	c cleaning 58007 clauses out of 116026 with flag 12314299/1760000
326.88/325.92	c cleaning 59001 clauses out of 118019 with flag 12809097/1820000
342.25/341.30	c cleaning 59998 clauses out of 120019 with flag 13313184/1881001
356.41/355.43	c cleaning 61003 clauses out of 122022 with flag 13809875/1943002
371.38/370.40	c cleaning 62001 clauses out of 124017 with flag 14305111/2006000
387.24/386.27	c cleaning 62995 clauses out of 126016 with flag 14775452/2070000
406.70/405.75	c cleaning 63991 clauses out of 128021 with flag 15264989/2135000
428.37/427.49	c cleaning 65000 clauses out of 130030 with flag 15757041/2201000
446.01/445.02	c cleaning 66001 clauses out of 132031 with flag 16264650/2268001
462.38/461.49	c cleaning 66994 clauses out of 134030 with flag 16773266/2336001
481.54/480.68	c cleaning 68008 clauses out of 136035 with flag 17291206/2405000
505.30/504.43	c cleaning 69001 clauses out of 138028 with flag 17770633/2475001
528.23/527.31	c cleaning 70001 clauses out of 140028 with flag 18290502/2546002
555.78/554.93	c cleaning 71004 clauses out of 142025 with flag 18849508/2618000
585.82/585.06	c cleaning 72004 clauses out of 144023 with flag 19415316/2691002
606.50/605.67	c cleaning 73004 clauses out of 146018 with flag 19968851/2765001
628.75/627.94	c cleaning 73998 clauses out of 148013 with flag 20557335/2840000
651.51/650.77	c cleaning 75003 clauses out of 150017 with flag 21138746/2916002
675.44/674.23	c cleaning 76004 clauses out of 152012 with flag 21738775/2993000
699.50/698.37	c cleaning 76997 clauses out of 154009 with flag 22326921/3071001
722.66/721.55	c cleaning 78004 clauses out of 156014 with flag 22933016/3150003
749.02/747.97	c cleaning 78999 clauses out of 158009 with flag 23539523/3230002
776.07/775.04	c cleaning 79993 clauses out of 160009 with flag 24155008/3311001
806.30/805.34	c cleaning 81000 clauses out of 162017 with flag 24813386/3393002
835.84/834.95	c cleaning 82003 clauses out of 164016 with flag 25437069/3476001
865.36/864.41	c cleaning 83001 clauses out of 166013 with flag 26073261/3560001
897.81/896.98	c cleaning 83998 clauses out of 168014 with flag 26734801/3645003
922.97/922.15	c cleaning 84994 clauses out of 170014 with flag 27420540/3731001
952.22/951.45	c cleaning 85997 clauses out of 172021 with flag 28131396/3818002
978.70/977.87	c cleaning 86997 clauses out of 174022 with flag 28827424/3906000
1015.73/1014.90	c cleaning 88002 clauses out of 176026 with flag 29520309/3995001
1046.05/1045.38	c cleaning 89004 clauses out of 178023 with flag 30179378/4085000
1074.60/1073.97	c cleaning 89996 clauses out of 180019 with flag 30853551/4176000
1104.38/1103.60	c cleaning 91007 clauses out of 182023 with flag 31523778/4268000
1135.62/1134.98	c cleaning 91993 clauses out of 184018 with flag 32258163/4361002
1165.37/1164.73	c cleaning 92995 clauses out of 186026 with flag 32965907/4455003
1201.40/1200.85	c cleaning 94010 clauses out of 188029 with flag 33716514/4550001
1236.86/1236.23	c cleaning 95006 clauses out of 190021 with flag 34381925/4646003
1278.58/1278.02	c cleaning 96000 clauses out of 192013 with flag 35075549/4743001
1314.78/1313.86	c cleaning 96995 clauses out of 194012 with flag 35792521/4841000
1351.71/1350.80	c cleaning 97996 clauses out of 196018 with flag 36565634/4940001
1388.44/1387.55	c cleaning 98995 clauses out of 198021 with flag 37298934/5040000
1429.36/1428.57	c cleaning 100009 clauses out of 200027 with flag 38014042/5141001
1474.93/1474.01	c cleaning 100992 clauses out of 202018 with flag 38762193/5243001
1516.84/1516.31	c cleaning 102000 clauses out of 204025 with flag 39521794/5346000
1564.72/1564.37	c cleaning 103006 clauses out of 206027 with flag 40286059/5450002
1605.44/1605.16	c cleaning 103999 clauses out of 208019 with flag 41057694/5555000
1642.58/1642.30	c cleaning 105008 clauses out of 210021 with flag 41815927/5661001
1677.06/1676.93	c cleaning 105999 clauses out of 212012 with flag 42548499/5768000
1723.29/1723.49	c cleaning 106999 clauses out of 214019 with flag 43390160/5876006
1770.40/1770.58	c cleaning 107988 clauses out of 216014 with flag 44219678/5985000
1814.80/1815.09	c cleaning 109005 clauses out of 218026 with flag 45074484/6095000
1855.22/1855.49	c cleaning 110006 clauses out of 220022 with flag 45900680/6206001
1907.72/1908.06	c cleaning 111004 clauses out of 222015 with flag 46748193/6318000
1963.54/1963.51	c cleaning 111999 clauses out of 224011 with flag 47531630/6431000
2011.75/2011.80	c cleaning 112997 clauses out of 226012 with flag 48251005/6545000
2062.23/2062.35	c cleaning 113988 clauses out of 228015 with flag 49064046/6660000
2117.94/2118.13	c cleaning 115005 clauses out of 230029 with flag 49867507/6776002
2167.57/2167.76	c cleaning 116003 clauses out of 232022 with flag 50655213/6893000
2228.56/2228.86	c cleaning 117006 clauses out of 234022 with flag 51488299/7011003
2286.28/2286.67	c cleaning 117998 clauses out of 236014 with flag 52263591/7130001
2339.80/2340.18	c cleaning 118995 clauses out of 238017 with flag 53078396/7250002
2397.91/2398.30	c cleaning 119999 clauses out of 240021 with flag 53952164/7371001
2455.69/2456.28	c cleaning 120999 clauses out of 242021 with flag 54754660/7493000
2510.90/2511.51	c cleaning 121983 clauses out of 244022 with flag 55634301/7616000
2559.42/2560.16	c cleaning 123010 clauses out of 246042 with flag 56461874/7740003
2617.37/2618.12	c cleaning 124007 clauses out of 248030 with flag 57368132/7865001
2680.64/2681.50	c cleaning 125005 clauses out of 250022 with flag 58296442/7991000
2743.11/2744.16	c cleaning 125999 clauses out of 252017 with flag 59247196/8118000
2806.15/2807.25	c cleaning 127000 clauses out of 254018 with flag 60267821/8246000
2881.81/2883.09	c cleaning 127988 clauses out of 256019 with flag 61262414/8375001
2946.54/2947.75	c cleaning 129012 clauses out of 258032 with flag 62232043/8505002
3012.42/3013.78	c cleaning 130002 clauses out of 260018 with flag 63211396/8636000
3077.66/3078.70	c cleaning 130998 clauses out of 262017 with flag 64210018/8768001
3154.44/3155.83	c cleaning 131997 clauses out of 264018 with flag 65241771/8901000
3227.88/3229.47	c cleaning 133002 clauses out of 266021 with flag 66216663/9035000
3309.43/3311.19	c cleaning 134004 clauses out of 268021 with flag 67181413/9170002
3379.54/3381.21	c cleaning 134999 clauses out of 270016 with flag 68121519/9306001
3442.04/3443.90	c cleaning 136001 clauses out of 272016 with flag 69090508/9443000
3511.85/3513.67	c cleaning 136995 clauses out of 274015 with flag 70043172/9581000
3586.30/3588.29	c cleaning 138002 clauses out of 276020 with flag 71003243/9720000
3600.08/3602.02	c starts		: 411
3600.08/3602.02	c conflicts		: 9763312
3600.08/3602.02	c decisions		: 10901702
3600.08/3602.02	c propagations		: 319268631
3600.08/3602.02	c inspects		: 32723592005
3600.08/3602.02	c shortcuts		: 0
3600.08/3602.02	c learnt literals	: 0
3600.08/3602.02	c learnt binary clauses	: 0
3600.08/3602.02	c learnt ternary clauses	: 0
3600.08/3602.02	c learnt constraints	: 9763312
3600.08/3602.02	c ignored constraints	: 0
3600.08/3602.02	c root simplifications	: 0
3600.08/3602.02	c removed literals (reason simplification)	: 0
3600.08/3602.02	c reason swapping (by a shorter reason)	: 0
3600.08/3602.02	c Calls to reduceDB	: 135
3600.08/3602.02	c Number of update (reduction) of LBD	: 3042727
3600.08/3602.02	c Imported unit clauses	: 0
3600.08/3602.02	c No decision after first conflict	: false
3600.08/3602.02	c number of reductions to clauses (during analyze)	: 0
3600.08/3602.02	c number of learned constraints concerned by reduction	: 0
3600.08/3602.02	c number of learning phase by resolution	: 0
3600.08/3602.02	c number of learning phase by cutting planes	: 0
3600.08/3602.02	c number of rounding to 1 operations	: 0
3600.08/3602.02	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3602.02	c number of reductions of the coefficients by power 2 	: 0
3600.08/3602.02	c number of right shift for reduction by power 2 	: 0
3600.08/3602.02	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3602.02	c number of ending skipping 	: 0
3600.08/3602.02	c number of internal skipping 	: 0
3600.08/3602.02	c number of derivation steps 	: 0
3600.08/3602.02	c number of skipped derivation steps 	: 0
3600.08/3602.02	c number of remaining unassigned 	: 0
3600.08/3602.03	c number of remaining assigned 	: 0
3600.08/3602.03	c number of falsified literals weakened from reason	: 0
3600.08/3602.03	c number of falsified literals weakened from conflict	: 0
3600.08/3602.03	c time for arithmetic operations	: 0
3600.08/3602.03	c minimum degree of deleted constraints	: null
3600.08/3602.03	c maximum degree of deleted constraints	: null
3600.08/3602.03	c number of deleted constraints	: 0
3600.08/3602.03	c speed (assignments/second)	: 88645.42179014708
3600.08/3602.03	c non guided choices	: 14854
3600.08/3602.03	c timeout
3600.08/3602.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 181330
3600.08/3602.08	s UNKNOWN
3600.08/3602.08	c Total wall clock time (in seconds): 3601.96

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4441904-1721293783/watcher-4441904-1721293783 -o /tmp/evaluation-result-4441904-1721293783/solver-4441904-1721293783 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721293761-975546 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4441904-1721293783.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=976534, runsolver pid=976531

[startup+0.100365 s]*
/proc/loadavg: 3.10 1.61 1.34 6/332 976552
/proc/meminfo: memFree=126911640/131524600 swapFree=131071996/131071996
[pid=976534] ppid=976531 vsize=18975048 memory=63032 CPUtime=0.13 cores=5,7
/proc/976534/stat : 976534 (java) S 976531 976534 975533 0 -1 1077936128 7209 0 0 0 11 2 0 0 20 0 18 0 181540100 19430449152 15758 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
/proc/976534/statm: 4743762 15758 5628 1 0 549334 0
[pid=976534/tid=976536] ppid=976531 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/976534/task/976536/stat : 976536 (java) R 976531 976534 975533 0 -1 1078198336 5740 0 0 0 7 1 0 0 20 0 18 0 181540100 19430449152 15758 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
[pid=976534/tid=976545] ppid=976531 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/976534/task/976545/stat : 976545 (Finalizer) S 976531 976534 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 181540103 19430449152 15758 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
[pid=976534/tid=976552] ppid=976531 vsize=18975048 memory=15824395507619580 CPUtime=0 cores=5,7
/proc/976534/task/976552/stat : 976552 (Common-Cleaner) S 976531 976534 975533 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 181540103 19430449152 15758 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63032 KiB

[startup+0.205883 s]*
/proc/loadavg: 3.10 1.61 1.34 7/332 976552
/proc/meminfo: memFree=126877896/131524600 swapFree=131071996/131071996
[pid=976534] ppid=976531 vsize=18975048 memory=97212 CPUtime=0.33 cores=5,7
/proc/976534/stat : 976534 (java) S 976531 976534 975533 0 -1 1077936128 8173 0 0 0 30 3 0 0 20 0 18 0 181540100 19430449152 24303 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
/proc/976534/statm: 4743762 24303 5822 1 0 549927 0
[pid=976534/tid=976536] ppid=976531 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=5,7
/proc/976534/task/976536/stat : 976536 (java) R 976531 976534 975533 0 -1 4194368 5940 0 0 0 16 2 0 0 20 0 18 0 181540100 19430449152 24303 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
[pid=976534/tid=976545] ppid=976531 vsize=18975048 memory=15975 CPUtime=0 cores=5,7
/proc/976534/task/976545/stat : 976545 (Finalizer) S 976531 976534 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 181540103 19430449152 24369 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
[pid=976534/tid=976552] ppid=976531 vsize=18975048 memory=14698495600756458 CPUtime=0 cores=5,7
/proc/976534/task/976552/stat : 976552 (Common-Cleaner) S 976531 976534 975533 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 181540103 19430449152 24369 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 97212 KiB

[startup+0.305883 s]*
/proc/loadavg: 3.10 1.61 1.34 6/332 976552
/proc/meminfo: memFree=126839776/131524600 swapFree=131071996/131071996
[pid=976534] ppid=976531 vsize=18975048 memory=134916 CPUtime=0.52 cores=5,7
/proc/976534/stat : 976534 (java) S 976531 976534 975533 0 -1 1077936128 9177 0 0 0 49 3 0 0 20 0 18 0 181540100 19430449152 33729 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
/proc/976534/statm: 4743762 33729 5822 1 0 550580 0
[pid=976534/tid=976536] ppid=976531 vsize=18975048 memory=-9104701087177548476 CPUtime=0.27 cores=5,7
/proc/976534/task/976536/stat : 976536 (java) R 976531 976534 975533 0 -1 4194368 5957 0 0 0 25 2 0 0 20 0 18 0 181540100 19430449152 33729 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
[pid=976534/tid=976545] ppid=976531 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/976534/task/976545/stat : 976545 (Finalizer) S 976531 976534 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 181540103 19430449152 33729 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
[pid=976534/tid=976552] ppid=976531 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/976534/task/976552/stat : 976552 (Common-Cleaner) S 976531 976534 975533 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 181540103 19430449152 33729 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 134916 KiB

[startup+0.704209 s]
/proc/loadavg: 3.10 1.61 1.34 7/334 976554
/proc/meminfo: memFree=126802556/131524600 swapFree=131071996/131071996
[pid=976534] ppid=976531 vsize=19108176 memory=174088 CPUtime=1.27 cores=5,7
/proc/976534/stat : 976534 (java) S 976531 976534 975533 0 -1 1077936128 12074 0 0 0 122 5 0 0 20 0 20 0 181540100 19566772224 43522 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
/proc/976534/statm: 4777044 43522 5854 1 0 553088 0
[pid=976534/tid=976536] ppid=976531 vsize=19108176 memory=5472 CPUtime=0.64 cores=5,7
/proc/976534/task/976536/stat : 976536 (java) R 976531 976534 975533 0 -1 4194368 6005 0 0 0 61 3 0 0 20 0 20 0 181540100 19566772224 43522 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
[pid=976534/tid=976545] ppid=976531 vsize=19108176 memory=13196 CPUtime=0 cores=5,7
/proc/976534/task/976545/stat : 976545 (Finalizer) S 976531 976534 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181540103 19566772224 43522 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
[pid=976534/tid=976552] ppid=976531 vsize=19108176 memory=164 CPUtime=0 cores=5,7
/proc/976534/task/976552/stat : 976552 (Common-Cleaner) S 976531 976534 975533 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 181540103 19566772224 43522 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
[pid=976534/tid=976554] ppid=976531 vsize=19108176 memory=117636 CPUtime=0 cores=5,7
/proc/976534/task/976554/stat : 976554 (Timer-0) S 976531 976534 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181540139 19566772224 43522 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 174088 KiB

[startup+1.50028 s]
/proc/loadavg: 3.10 1.61 1.34 6/334 976554
/proc/meminfo: memFree=126791776/131524600 swapFree=131071996/131071996
[pid=976534] ppid=976531 vsize=19108176 memory=181412 CPUtime=2.62 cores=5,7
/proc/976534/stat : 976534 (java) S 976531 976534 975533 0 -1 1077936128 18227 0 0 0 257 5 0 0 20 0 20 0 181540100 19566772224 45353 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
/proc/976534/statm: 4777044 45353 5854 1 0 554728 0
[pid=976534/tid=976536] ppid=976531 vsize=19108176 memory=13196 CPUtime=1.43 cores=5,7
/proc/976534/task/976536/stat : 976536 (java) R 976531 976534 975533 0 -1 4194368 6523 0 0 0 140 3 0 0 20 0 20 0 181540100 19566772224 45353 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
[pid=976534/tid=976545] ppid=976531 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/976534/task/976545/stat : 976545 (Finalizer) S 976531 976534 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181540103 19566772224 45353 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
[pid=976534/tid=976552] ppid=976531 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/976534/task/976552/stat : 976552 (Common-Cleaner) S 976531 976534 975533 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 181540103 19566772224 45353 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
[pid=976534/tid=976554] ppid=976531 vsize=19108176 memory=280866702140688 CPUtime=0 cores=5,7
/proc/976534/task/976554/stat : 976554 (Timer-0) S 976531 976534 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181540139 19566772224 45353 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
Current children cumulated CPU time: 2.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 181412 KiB

[startup+3.10601 s]
/proc/loadavg: 3.25 1.67 1.36 6/334 976554
/proc/meminfo: memFree=126788748/131524600 swapFree=131071996/131071996
[pid=976534] ppid=976531 vsize=19108176 memory=181632 CPUtime=4.56 cores=5,7
/proc/976534/stat : 976534 (java) S 976531 976534 975533 0 -1 1077936128 19511 0 0 0 451 5 0 0 20 0 20 0 181540100 19566772224 45408 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
/proc/976534/statm: 4777044 45408 5854 1 0 554731 0
[pid=976534/tid=976536] ppid=976531 vsize=19108176 memory=0 CPUtime=3.04 cores=5,7
/proc/976534/task/976536/stat : 976536 (java) R 976531 976534 975533 0 -1 4194368 6872 0 0 0 301 3 0 0 20 0 20 0 181540100 19566772224 45408 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
[pid=976534/tid=976545] ppid=976531 vsize=19108176 memory=13196 CPUtime=0 cores=5,7
/proc/976534/task/976545/stat : 976545 (Finalizer) S 976531 976534 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181540103 19566772224 45408 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
[pid=976534/tid=976552] ppid=976531 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/976534/task/976552/stat : 976552 (Common-Cleaner) S 976531 976534 975533 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 181540103 19566772224 45408 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
[pid=976534/tid=976554] ppid=976531 vsize=19108176 memory=11544 CPUtime=0 cores=5,7
/proc/976534/task/976554/stat : 976554 (Timer-0) S 976531 976534 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181540139 19566772224 45408 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
Current children cumulated CPU time: 4.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 181632 KiB

[startup+6.30027 s]
/proc/loadavg: 3.25 1.67 1.36 5/334 976554
/proc/meminfo: memFree=126771600/131524600 swapFree=131071996/131071996
[pid=976534] ppid=976531 vsize=19108176 memory=194636 CPUtime=7.75 cores=5,7
/proc/976534/stat : 976534 (java) S 976531 976534 975533 0 -1 1077936128 20624 0 0 0 769 6 0 0 20 0 20 0 181540100 19566772224 48659 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
/proc/976534/statm: 4777044 48659 5854 1 0 554731 0
[pid=976534/tid=976536] ppid=976531 vsize=19108176 memory=13196 CPUtime=6.19 cores=5,7
/proc/976534/task/976536/stat : 976536 (java) R 976531 976534 975533 0 -1 4194368 6905 0 0 0 616 3 0 0 20 0 20 0 181540100 19566772224 48659 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
[pid=976534/tid=976545] ppid=976531 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/976534/task/976545/stat : 976545 (Finalizer) S 976531 976534 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181540103 19566772224 48659 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
[pid=976534/tid=976552] ppid=976531 vsize=19108176 memory=181520 CPUtime=0 cores=5,7
/proc/976534/task/976552/stat : 976552 (Common-Cleaner) S 976531 976534 975533 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 181540103 19566772224 48659 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
[pid=976534/tid=976554] ppid=976531 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/976534/task/976554/stat : 976554 (Timer-0) S 976531 976534 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181540139 19566772224 48659 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
Current children cumulated CPU time: 7.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 194636 KiB

[startup+12.7003 s]
/proc/loadavg: 3.31 1.71 1.37 5/334 976556
/proc/meminfo: memFree=126758724/131524600 swapFree=131071996/131071996
[pid=976534] ppid=976531 vsize=19108176 memory=194772 CPUtime=14.15 cores=5,7
/proc/976534/stat : 976534 (java) S 976531 976534 975533 0 -1 1077936128 21487 0 0 0 1408 7 0 0 20 0 20 0 181540100 19566772224 48693 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
/proc/976534/statm: 4777044 48693 5861 1 0 554731 0
[pid=976534/tid=976536] ppid=976531 vsize=19108176 memory=0 CPUtime=12.58 cores=5,7
/proc/976534/task/976536/stat : 976536 (java) R 976531 976534 975533 0 -1 4194368 7440 0 0 0 1255 3 0 0 20 0 20 0 181540100 19566772224 48693 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
[pid=976534/tid=976545] ppid=976531 vsize=19108176 memory=-9104701087177548476 CPUtime=0 cores=5,7
/proc/976534/task/976545/stat : 976545 (Finalizer) S 976531 976534 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181540103 19566772224 48693 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
[pid=976534/tid=976552] ppid=976531 vsize=19108176 memory=2320 CPUtime=0 cores=5,7
/proc/976534/task/976552/stat : 976552 (Common-Cleaner) S 976531 976534 975533 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 181540103 19566772224 48693 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
[pid=976534/tid=976554] ppid=976531 vsize=19108176 memory=11544 CPUtime=0 cores=5,7
/proc/976534/task/976554/stat : 976554 (Timer-0) S 976531 976534 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181540139 19566772224 48693 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
Current children cumulated CPU time: 14.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 194772 KiB

[startup+25.5003 s]
/proc/loadavg: 3.46 1.82 1.41 5/336 976561
/proc/meminfo: memFree=126661684/131524600 swapFree=131071996/131071996
[pid=976534] ppid=976531 vsize=19108176 memory=242264 CPUtime=26.99 cores=5,7
/proc/976534/stat : 976534 (java) S 976531 976534 975533 0 -1 1077936128 26822 0 0 0 2691 8 0 0 20 0 20 0 181540100 19566772224 60566 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
/proc/976534/statm: 4777044 60566 5877 1 0 554731 0
[pid=976534/tid=976536] ppid=976531 vsize=19108176 memory=11544 CPUtime=25.27 cores=5,7
/proc/976534/task/976536/stat : 976536 (java) R 976531 976534 975533 0 -1 4194368 8334 0 0 0 2524 3 0 0 20 0 20 0 181540100 19566772224 60566 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
[pid=976534/tid=976545] ppid=976531 vsize=19108176 memory=11544 CPUtime=0 cores=5,7
/proc/976534/task/976545/stat : 976545 (Finalizer) S 976531 976534 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181540103 19566772224 60566 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
[pid=976534/tid=976552] ppid=976531 vsize=19108176 memory=194672 CPUtime=0 cores=5,7
/proc/976534/task/976552/stat : 976552 (Common-Cleaner) S 976531 976534 975533 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 181540103 19566772224 60566 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
[pid=976534/tid=976554] ppid=976531 vsize=19108176 memory=280866702087472 CPUtime=0 cores=5,7
/proc/976534/task/976554/stat : 976554 (Timer-0) S 976531 976534 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181540139 19566772224 60566 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
Current children cumulated CPU time: 26.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 242264 KiB

[startup+51.1059 s]
/proc/loadavg: 3.80 2.03 1.50 5/336 976566
/proc/meminfo: memFree=126410820/131524600 swapFree=131071996/131071996
[pid=976534] ppid=976531 vsize=19108176 memory=340672 CPUtime=52.4 cores=5,7
/proc/976534/stat : 976534 (java) S 976531 976534 975533 0 -1 1077936128 30449 0 0 0 5228 12 0 0 20 0 20 0 181540100 19566772224 85168 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
/proc/976534/statm: 4777044 85168 5877 1 0 554731 0
[pid=976534/tid=976536] ppid=976531 vsize=19108176 memory=340672 CPUtime=50.52 cores=5,7
/proc/976534/task/976536/stat : 976536 (java) R 976531 976534 975533 0 -1 4194368 10109 0 0 0 5048 4 0 0 20 0 20 0 181540100 19566772224 85168 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
[pid=976534/tid=976545] ppid=976531 vsize=19108176 memory=45052 CPUtime=0 cores=5,7
/proc/976534/task/976545/stat : 976545 (Finalizer) S 976531 976534 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181540103 19566772224 85168 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0

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

/proc/meminfo: memFree=103886976/131524600 swapFree=131071996/131071996
[pid=976534] ppid=976531 vsize=19108176 memory=2180448 CPUtime=3220.79 cores=5,7
/proc/976534/stat : 976534 (java) S 976531 976534 975533 0 -1 1077936128 162870 0 0 0 321910 169 0 0 20 0 20 0 181540100 19566772224 545112 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
/proc/976534/statm: 4777044 545112 5877 1 0 557874 0
[pid=976534/tid=976536] ppid=976531 vsize=19108176 memory=11544 CPUtime=3208.02 cores=5,7
/proc/976534/task/976536/stat : 976536 (java) R 976531 976534 975533 0 -1 4194368 67644 0 0 0 320786 16 0 0 20 0 20 0 181540100 19566772224 545112 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
[pid=976534/tid=976545] ppid=976531 vsize=19108176 memory=2180448 CPUtime=0 cores=5,7
/proc/976534/task/976545/stat : 976545 (Finalizer) S 976531 976534 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181540103 19566772224 545112 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
[pid=976534/tid=976552] ppid=976531 vsize=19108176 memory=2180448 CPUtime=0 cores=5,7
/proc/976534/task/976552/stat : 976552 (Common-Cleaner) S 976531 976534 975533 0 -1 1077936192 3917 0 0 0 0 0 0 0 20 0 20 0 181540103 19566772224 545112 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
[pid=976534/tid=976554] ppid=976531 vsize=19108176 memory=2180448 CPUtime=0 cores=5,7
/proc/976534/task/976554/stat : 976554 (Timer-0) S 976531 976534 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181540139 19566772224 545112 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
Current children cumulated CPU time: 3220.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2180448 KiB

[startup+3282.3 s]
/proc/loadavg: 4.20 4.15 4.10 5/334 979324
/proc/meminfo: memFree=103886612/131524600 swapFree=131071996/131071996
[pid=976534] ppid=976531 vsize=19108176 memory=2180448 CPUtime=3280.68 cores=5,7
/proc/976534/stat : 976534 (java) S 976531 976534 975533 0 -1 1077936128 163934 0 0 0 327897 171 0 0 20 0 20 0 181540100 19566772224 545112 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
/proc/976534/statm: 4777044 545112 5877 1 0 557874 0
[pid=976534/tid=976536] ppid=976531 vsize=19108176 memory=45052 CPUtime=3267.87 cores=5,7
/proc/976534/task/976536/stat : 976536 (java) R 976531 976534 975533 0 -1 4194368 68515 0 0 0 326771 16 0 0 20 0 20 0 181540100 19566772224 545112 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
[pid=976534/tid=976545] ppid=976531 vsize=19108176 memory=2180448 CPUtime=0 cores=5,7
/proc/976534/task/976545/stat : 976545 (Finalizer) S 976531 976534 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181540103 19566772224 545112 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
[pid=976534/tid=976552] ppid=976531 vsize=19108176 memory=2180448 CPUtime=0 cores=5,7
/proc/976534/task/976552/stat : 976552 (Common-Cleaner) S 976531 976534 975533 0 -1 1077936192 4047 0 0 0 0 0 0 0 20 0 20 0 181540103 19566772224 545112 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
[pid=976534/tid=976554] ppid=976531 vsize=19108176 memory=2180448 CPUtime=0 cores=5,7
/proc/976534/task/976554/stat : 976554 (Timer-0) S 976531 976534 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181540139 19566772224 545112 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
Current children cumulated CPU time: 3280.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2180448 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.13 4.09 5/331 979334
/proc/meminfo: memFree=103882012/131524600 swapFree=131071996/131071996
[pid=976534] ppid=976531 vsize=19108176 memory=2180460 CPUtime=3340.71 cores=5,7
/proc/976534/stat : 976534 (java) S 976531 976534 975533 0 -1 1077936128 165919 0 0 0 333898 173 0 0 20 0 20 0 181540100 19566772224 545115 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
/proc/976534/statm: 4777044 545115 5877 1 0 557875 0
[pid=976534/tid=976536] ppid=976531 vsize=19108176 memory=45052 CPUtime=3327.58 cores=5,7
/proc/976534/task/976536/stat : 976536 (java) R 976531 976534 975533 0 -1 4194368 69535 0 0 0 332742 16 0 0 20 0 20 0 181540100 19566772224 545115 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
[pid=976534/tid=976545] ppid=976531 vsize=19108176 memory=2180460 CPUtime=0 cores=5,7
/proc/976534/task/976545/stat : 976545 (Finalizer) S 976531 976534 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181540103 19566772224 545115 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
[pid=976534/tid=976552] ppid=976531 vsize=19108176 memory=-9104701087177548476 CPUtime=0 cores=5,7
/proc/976534/task/976552/stat : 976552 (Common-Cleaner) S 976531 976534 975533 0 -1 1077936192 4130 0 0 0 0 0 0 0 20 0 20 0 181540103 19566772224 545115 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
[pid=976534/tid=976554] ppid=976531 vsize=19108176 memory=2180460 CPUtime=0 cores=5,7
/proc/976534/task/976554/stat : 976554 (Timer-0) S 976531 976534 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181540139 19566772224 545115 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
Current children cumulated CPU time: 3340.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2180460 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.12 4.09 5/331 979345
/proc/meminfo: memFree=103879636/131524600 swapFree=131071996/131071996
[pid=976534] ppid=976531 vsize=19108176 memory=2180460 CPUtime=3400.61 cores=5,7
/proc/976534/stat : 976534 (java) S 976531 976534 975533 0 -1 1077936128 166939 0 0 0 339886 175 0 0 20 0 20 0 181540100 19566772224 545115 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
/proc/976534/statm: 4777044 545115 5877 1 0 557875 0
[pid=976534/tid=976536] ppid=976531 vsize=19108176 memory=2180460 CPUtime=3387.45 cores=5,7
/proc/976534/task/976536/stat : 976536 (java) R 976531 976534 975533 0 -1 4194368 70491 0 0 0 338729 16 0 0 20 0 20 0 181540100 19566772224 545115 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
[pid=976534/tid=976545] ppid=976531 vsize=19108176 memory=45052 CPUtime=0 cores=5,7
/proc/976534/task/976545/stat : 976545 (Finalizer) S 976531 976534 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181540103 19566772224 545115 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
[pid=976534/tid=976552] ppid=976531 vsize=19108176 memory=11544 CPUtime=0 cores=5,7
/proc/976534/task/976552/stat : 976552 (Common-Cleaner) S 976531 976534 975533 0 -1 1077936192 4138 0 0 0 0 0 0 0 20 0 20 0 181540103 19566772224 545115 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
[pid=976534/tid=976554] ppid=976531 vsize=19108176 memory=2180460 CPUtime=0 cores=5,7
/proc/976534/task/976554/stat : 976554 (Timer-0) S 976531 976534 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181540139 19566772224 545115 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
Current children cumulated CPU time: 3400.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2180460 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.13 4.09 5/331 979357
/proc/meminfo: memFree=103838288/131524600 swapFree=131071996/131071996
[pid=976534] ppid=976531 vsize=19108176 memory=2180464 CPUtime=3460.51 cores=5,7
/proc/976534/stat : 976534 (java) S 976531 976534 975533 0 -1 1077936128 168243 0 0 0 345874 177 0 0 20 0 20 0 181540100 19566772224 545116 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
/proc/976534/statm: 4777044 545116 5877 1 0 557876 0
[pid=976534/tid=976536] ppid=976531 vsize=19108176 memory=11544 CPUtime=3447.31 cores=5,7
/proc/976534/task/976536/stat : 976536 (java) R 976531 976534 975533 0 -1 4194368 71512 0 0 0 344715 16 0 0 20 0 20 0 181540100 19566772224 545116 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
[pid=976534/tid=976545] ppid=976531 vsize=19108176 memory=2180460 CPUtime=0 cores=5,7
/proc/976534/task/976545/stat : 976545 (Finalizer) S 976531 976534 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181540103 19566772224 545116 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
[pid=976534/tid=976552] ppid=976531 vsize=19108176 memory=2180460 CPUtime=0 cores=5,7
/proc/976534/task/976552/stat : 976552 (Common-Cleaner) S 976531 976534 975533 0 -1 1077936192 4220 0 0 0 0 0 0 0 20 0 20 0 181540103 19566772224 545116 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
[pid=976534/tid=976554] ppid=976531 vsize=19108176 memory=2180464 CPUtime=0 cores=5,7
/proc/976534/task/976554/stat : 976554 (Timer-0) S 976531 976534 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181540139 19566772224 545116 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
Current children cumulated CPU time: 3460.51 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2180464 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.13 4.09 5/331 979367
/proc/meminfo: memFree=103540220/131524600 swapFree=131071996/131071996
[pid=976534] ppid=976531 vsize=19108176 memory=2180488 CPUtime=3520.53 cores=5,7
/proc/976534/stat : 976534 (java) S 976531 976534 975533 0 -1 1077936128 170170 0 0 0 351874 179 0 0 20 0 20 0 181540100 19566772224 545122 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
/proc/976534/statm: 4777044 545122 5877 1 0 557878 0
[pid=976534/tid=976536] ppid=976531 vsize=19108176 memory=11544 CPUtime=3507.02 cores=5,7
/proc/976534/task/976536/stat : 976536 (java) R 976531 976534 975533 0 -1 4194368 72480 0 0 0 350686 16 0 0 20 0 20 0 181540100 19566772224 545122 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
[pid=976534/tid=976545] ppid=976531 vsize=19108176 memory=2180464 CPUtime=0 cores=5,7
/proc/976534/task/976545/stat : 976545 (Finalizer) S 976531 976534 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181540103 19566772224 545122 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
[pid=976534/tid=976552] ppid=976531 vsize=19108176 memory=2180460 CPUtime=0 cores=5,7
/proc/976534/task/976552/stat : 976552 (Common-Cleaner) S 976531 976534 975533 0 -1 1077936192 4267 0 0 0 0 0 0 0 20 0 20 0 181540103 19566772224 545122 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
[pid=976534/tid=976554] ppid=976531 vsize=19108176 memory=11544 CPUtime=0 cores=5,7
/proc/976534/task/976554/stat : 976554 (Timer-0) S 976531 976534 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181540139 19566772224 545122 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
Current children cumulated CPU time: 3520.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2180488 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.14 4.09 5/331 979377
/proc/meminfo: memFree=102934540/131524600 swapFree=131071996/131071996
[pid=976534] ppid=976531 vsize=19108176 memory=2180488 CPUtime=3580.42 cores=5,7
/proc/976534/stat : 976534 (java) S 976531 976534 975533 0 -1 1077936128 171066 0 0 0 357861 181 0 0 20 0 20 0 181540100 19566772224 545122 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
/proc/976534/statm: 4777044 545122 5877 1 0 557878 0
[pid=976534/tid=976536] ppid=976531 vsize=19108176 memory=2180488 CPUtime=3566.87 cores=5,7
/proc/976534/task/976536/stat : 976536 (java) R 976531 976534 975533 0 -1 4194368 73232 0 0 0 356671 16 0 0 20 0 20 0 181540100 19566772224 545122 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
[pid=976534/tid=976545] ppid=976531 vsize=19108176 memory=2180488 CPUtime=0 cores=5,7
/proc/976534/task/976545/stat : 976545 (Finalizer) S 976531 976534 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181540103 19566772224 545122 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
[pid=976534/tid=976552] ppid=976531 vsize=19108176 memory=2180488 CPUtime=0 cores=5,7
/proc/976534/task/976552/stat : 976552 (Common-Cleaner) S 976531 976534 975533 0 -1 1077936192 4348 0 0 0 0 0 0 0 20 0 20 0 181540103 19566772224 545122 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
[pid=976534/tid=976554] ppid=976531 vsize=19108176 memory=90 CPUtime=0 cores=5,7
/proc/976534/task/976554/stat : 976554 (Timer-0) S 976531 976534 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181540139 19566772224 545122 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
Current children cumulated CPU time: 3580.42 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2180488 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3602 s]*
/proc/loadavg: 4.11 4.13 4.09 5/331 979380
/proc/meminfo: memFree=102505604/131524600 swapFree=131071996/131071996
[pid=976534] ppid=976531 vsize=19108176 memory=2180488 CPUtime=3600.08 cores=5,7
/proc/976534/stat : 976534 (java) S 976531 976534 975533 0 -1 1077936128 171530 0 0 0 359827 181 0 0 20 0 20 0 181540100 19566772224 545122 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
/proc/976534/statm: 4777044 545122 5877 1 0 557878 0
[pid=976534/tid=976536] ppid=976531 vsize=19108176 memory=-8599736069880324796 CPUtime=3586.53 cores=5,7
/proc/976534/task/976536/stat : 976536 (java) R 976531 976534 975533 0 -1 4194368 73690 0 0 0 358637 16 0 0 20 0 20 0 181540100 19566772224 545122 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
[pid=976534/tid=976545] ppid=976531 vsize=19108176 memory=-7088514796985279101 CPUtime=0 cores=5,7
/proc/976534/task/976545/stat : 976545 (Finalizer) S 976531 976534 975533 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181540103 19566772224 545122 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
[pid=976534/tid=976552] ppid=976531 vsize=19108176 memory=30348 CPUtime=0 cores=5,7
/proc/976534/task/976552/stat : 976552 (Common-Cleaner) S 976531 976534 975533 0 -1 1077936192 4348 0 0 0 0 0 0 0 20 0 20 0 181540103 19566772224 545122 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
[pid=976534/tid=976554] ppid=976531 vsize=19108176 memory=7540 CPUtime=0 cores=5,7
/proc/976534/task/976554/stat : 976554 (Timer-0) S 976531 976534 975533 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181540139 19566772224 545122 134679101440 94561600385024 94561600388720 140736100190176 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94561600396536 94561600397328 94561632571392 140736100197382 140736100197472 140736100197472 140736100204488 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2180488 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.39 s, system=1.83184 s

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

Child status: 143

Real time (s): 3602.1
CPU time (s): 3600.23
CPU user time (s): 3598.39
CPU system time (s): 1.83184
CPU usage (%): 99.948
Max. virtual memory (cumulated for all children) (KiB): 19109840
Max. memory (cumulated for all children) (KiB): 2180488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.39
system time used= 1.83184
maximum resident set size= 2182188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 174169
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 106098
involuntary context switches= 5621


# summary of solver processes directly reported to runsolver:
#   pid: 976534
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3598.39
#   total CPU system time (s): 1.83184

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.65495 second user time and 18.301 second system time

The end

Launcher Data

Begin job on nodeC017 at 2024-07-18 11:09:55
IDJOB=4441904
IDBENCH=147756
IDSOLVER=3058
FILE ID=nodeC017/4441904-1721293783
RUNJOBID= nodeC017-1721293761-975546
SLURM_JOB_ID= 7542595
Free space on /tmp= 890048 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/www.ps.uni-sb.de/~walser/benchmarks/ppp-problems/normalized-ppp:1-9,16-19.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4441904-1721293783/watcher-4441904-1721293783 -o /tmp/evaluation-result-4441904-1721293783/solver-4441904-1721293783 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721293761-975546 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4441904-1721293783.opb

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

MD5SUM BENCH= d2d0eb539d1ad3b17959abe287928b07
RANDOM SEED=416116427

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        126953532 kB
MemAvailable:   128812456 kB
Buffers:          498136 kB
Cached:          2186564 kB
SwapCached:            0 kB
Active:          1208432 kB
Inactive:        2727376 kB
Active(anon):       1560 kB
Inactive(anon):  1286936 kB
Active(file):    1206872 kB
Inactive(file):  1440440 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             33772 kB
Writeback:             0 kB
AnonPages:       1250812 kB
Mapped:           125880 kB
Shmem:             37720 kB
KReclaimable:     102520 kB
Slab:             214660 kB
SReclaimable:     102520 kB
SUnreclaim:       112140 kB
KernelStack:        5104 kB
PageTables:        12544 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   11433428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            66848 kB
HardwareCorrupted:     0 kB
AnonHugePages:    966656 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      279252 kB
DirectMap2M:    38291456 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC017 at 2024-07-18 12:09:57