Trace number 4502162

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.19 3604.5

General information on the benchmark

NamePB24/normalized-PB10/DEC-LIN/oliveras/
j120/normalized-j12011_3-sat.opb
MD5SUMf7b2b496c30aa17fcbe59599d08153aa
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables49368
Total number of constraints158090
Number of constraints which are clauses157278
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints812
Minimum length of a constraint1
Maximum length of a constraint93
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 18
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 546
Number of bits of the biggest sum of numbers10
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-4502162-1751161096.opb
0.12/0.13	c reading problem ... 
0.12/0.13	c  no objective function found
1.27/0.78	c ... done. Wall clock time 0.648s.
1.27/0.78	c declared #vars     49368
1.27/0.78	c #constraints  158090
1.27/0.78	c constraints type 
1.27/0.78	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 122997
1.27/0.78	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 812
1.27/0.78	c org.sat4j.specs.Constr$1 => 9475
1.27/0.78	c org.sat4j.pb.constraints.pb.UnitClausePB => 3307
1.27/0.78	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 21499
1.27/0.78	c 158090 constraints processed.
4.16/2.48	c cleaning 2493 clauses out of 5000 with flag 20011/5000
5.72/3.87	c cleaning 4237 clauses out of 8507 with flag 52936/11000
7.57/5.58	c cleaning 5617 clauses out of 11270 with flag 89562/18001
9.86/7.61	c cleaning 6813 clauses out of 13652 with flag 131992/26000
12.26/9.87	c cleaning 7921 clauses out of 15841 with flag 183255/35002
14.76/12.29	c cleaning 8953 clauses out of 17918 with flag 239352/45001
17.95/15.42	c cleaning 9960 clauses out of 19966 with flag 306376/56003
21.30/18.79	c cleaning 10988 clauses out of 22003 with flag 366401/68000
24.49/22.00	c cleaning 12003 clauses out of 24019 with flag 441708/81004
27.79/25.25	c cleaning 13005 clauses out of 26012 with flag 528770/95000
31.99/29.44	c cleaning 14000 clauses out of 28008 with flag 622655/110001
36.48/33.98	c cleaning 14979 clauses out of 30007 with flag 719089/126000
41.30/38.73	c cleaning 15988 clauses out of 32028 with flag 820268/143000
46.01/43.41	c cleaning 17014 clauses out of 34040 with flag 930321/161000
51.40/48.85	c cleaning 17997 clauses out of 36029 with flag 1053042/180003
56.59/54.06	c cleaning 18998 clauses out of 38031 with flag 1182622/200002
62.97/60.42	c cleaning 20002 clauses out of 40032 with flag 1310158/221001
69.36/66.86	c cleaning 21004 clauses out of 42029 with flag 1437124/243000
76.24/73.76	c cleaning 22007 clauses out of 44025 with flag 1568474/266000
83.67/81.14	c cleaning 22992 clauses out of 46018 with flag 1705839/290000
91.45/88.94	c cleaning 23989 clauses out of 48027 with flag 1846016/315001
99.23/96.71	c cleaning 25006 clauses out of 50037 with flag 2000904/341000
107.52/105.07	c cleaning 26015 clauses out of 52032 with flag 2155189/368001
116.20/113.70	c cleaning 26985 clauses out of 54016 with flag 2319879/396000
124.78/122.37	c cleaning 27998 clauses out of 56031 with flag 2466693/425000
134.37/131.93	c cleaning 29000 clauses out of 58035 with flag 2625594/455002
144.45/142.10	c cleaning 30000 clauses out of 60033 with flag 2849178/486000
154.35/151.99	c cleaning 31001 clauses out of 62033 with flag 3022694/518000
164.14/161.76	c cleaning 32010 clauses out of 64032 with flag 3213690/551000
174.71/172.32	c cleaning 32994 clauses out of 66024 with flag 3442863/585002
186.52/184.14	c cleaning 33997 clauses out of 68027 with flag 3643962/620000
198.29/195.94	c cleaning 34995 clauses out of 70030 with flag 3838017/656000
209.66/207.37	c cleaning 36007 clauses out of 72036 with flag 4071643/693001
221.28/218.93	c cleaning 36999 clauses out of 74028 with flag 4302552/731000
232.95/230.62	c cleaning 37993 clauses out of 76029 with flag 4523240/770000
245.43/243.17	c cleaning 39008 clauses out of 78036 with flag 4742076/810000
258.11/255.83	c cleaning 39993 clauses out of 80028 with flag 4983712/851000
272.97/270.79	c cleaning 40999 clauses out of 82035 with flag 5191007/893000
287.29/285.06	c cleaning 42011 clauses out of 84038 with flag 5429871/936002
302.16/299.96	c cleaning 42994 clauses out of 86027 with flag 5672250/980002
317.73/315.57	c cleaning 43993 clauses out of 88030 with flag 5905827/1025000
334.20/332.01	c cleaning 45018 clauses out of 90037 with flag 6152569/1071001
349.87/347.72	c cleaning 45985 clauses out of 92018 with flag 6395486/1118000
366.97/364.89	c cleaning 46995 clauses out of 94033 with flag 6662493/1166000
383.85/381.70	c cleaning 47998 clauses out of 96038 with flag 6904239/1215001
400.81/398.72	c cleaning 49003 clauses out of 98039 with flag 7155570/1265000
417.78/415.75	c cleaning 49991 clauses out of 100036 with flag 7390140/1316000
434.99/432.91	c cleaning 50996 clauses out of 102044 with flag 7645786/1368000
453.36/451.35	c cleaning 52002 clauses out of 104049 with flag 7910115/1421001
472.52/470.58	c cleaning 53008 clauses out of 106046 with flag 8168399/1475000
490.67/488.77	c cleaning 53999 clauses out of 108038 with flag 8437733/1530000
509.47/507.60	c cleaning 54998 clauses out of 110040 with flag 8709472/1586001
529.72/527.86	c cleaning 56007 clauses out of 112042 with flag 8967705/1643001
550.68/548.86	c cleaning 56962 clauses out of 114033 with flag 9253255/1701000
572.84/571.03	c cleaning 57897 clauses out of 116073 with flag 9572819/1760002
594.61/592.89	c cleaning 59039 clauses out of 118174 with flag 9839399/1820000
616.56/614.81	c cleaning 59959 clauses out of 120135 with flag 10121895/1881000
639.41/637.75	c cleaning 60781 clauses out of 122176 with flag 10402633/1943000
662.30/660.70	c cleaning 61805 clauses out of 124395 with flag 10695444/2006000
686.47/684.89	c cleaning 62805 clauses out of 126590 with flag 11016175/2070000
711.11/709.51	c cleaning 63941 clauses out of 128785 with flag 11301690/2135000
736.06/734.59	c cleaning 64893 clauses out of 130844 with flag 11583214/2201000
760.44/758.90	c cleaning 65834 clauses out of 132952 with flag 11894477/2268001
785.97/784.50	c cleaning 66787 clauses out of 135119 with flag 12184651/2336002
811.51/810.16	c cleaning 67892 clauses out of 137330 with flag 12476208/2405000
838.35/837.02	c cleaning 68809 clauses out of 139439 with flag 12837185/2475001
864.78/863.57	c cleaning 69857 clauses out of 141630 with flag 13184571/2546001
892.28/891.02	c cleaning 70702 clauses out of 143772 with flag 13494730/2618000
921.10/919.90	c cleaning 71892 clauses out of 146070 with flag 13799183/2691000
948.83/947.75	c cleaning 72720 clauses out of 148178 with flag 14125012/2765000
976.56/975.59	c cleaning 73786 clauses out of 150460 with flag 14470159/2840002
1007.19/1006.22	c cleaning 74779 clauses out of 152675 with flag 14810607/2916003
1037.37/1036.42	c cleaning 75912 clauses out of 154893 with flag 15163948/2993000
1067.20/1066.38	c cleaning 76812 clauses out of 156981 with flag 15502583/3071000
1097.43/1096.64	c cleaning 77801 clauses out of 159169 with flag 15880140/3150000
1130.34/1129.66	c cleaning 78759 clauses out of 161368 with flag 16211947/3230000
1164.16/1163.51	c cleaning 79740 clauses out of 163611 with flag 16554565/3311002
1197.43/1196.85	c cleaning 80582 clauses out of 165869 with flag 16918676/3393000
1230.25/1229.78	c cleaning 81641 clauses out of 168288 with flag 17302746/3476001
1263.17/1262.78	c cleaning 82526 clauses out of 170649 with flag 17653392/3560003
1297.97/1297.65	c cleaning 83635 clauses out of 173120 with flag 18026853/3645000
1334.58/1334.39	c cleaning 84559 clauses out of 175485 with flag 18412681/3731000
1372.59/1372.43	c cleaning 85691 clauses out of 177926 with flag 18824562/3818000
1410.89/1410.86	c cleaning 86852 clauses out of 180236 with flag 19215886/3906001
1448.56/1448.58	c cleaning 87774 clauses out of 182383 with flag 19588236/3995000
1486.38/1486.40	c cleaning 88740 clauses out of 184609 with flag 19965692/4085000
1524.29/1524.43	c cleaning 89539 clauses out of 186870 with flag 20368890/4176001
1563.02/1563.23	c cleaning 90633 clauses out of 189329 with flag 20759509/4268000
1602.84/1603.14	c cleaning 91649 clauses out of 191696 with flag 21162810/4361000
1644.54/1644.96	c cleaning 92723 clauses out of 194047 with flag 21582502/4455000
1685.51/1685.92	c cleaning 93589 clauses out of 196325 with flag 22008034/4550001
1725.03/1725.54	c cleaning 94624 clauses out of 198735 with flag 22460552/4646000
1766.13/1766.77	c cleaning 95480 clauses out of 201111 with flag 22872692/4743000
1808.75/1809.47	c cleaning 96545 clauses out of 203630 with flag 23286117/4841000
1853.36/1854.17	c cleaning 97555 clauses out of 206086 with flag 23698032/4940001
1898.46/1899.33	c cleaning 98602 clauses out of 208530 with flag 24116309/5040000
1942.96/1943.94	c cleaning 99447 clauses out of 210929 with flag 24538346/5141001
1989.56/1990.56	c cleaning 100682 clauses out of 213484 with flag 24974002/5243003
2036.26/2037.35	c cleaning 101628 clauses out of 215799 with flag 25392751/5346000
2087.25/2088.46	c cleaning 102618 clauses out of 218171 with flag 25829923/5450000
2137.94/2139.29	c cleaning 103671 clauses out of 220554 with flag 26267655/5555001
2189.33/2190.77	c cleaning 104636 clauses out of 222884 with flag 26695345/5661002
2238.94/2240.42	c cleaning 105619 clauses out of 225246 with flag 27158707/5768000
2291.93/2293.58	c cleaning 106625 clauses out of 227627 with flag 27631281/5876000
2342.48/2344.12	c cleaning 107623 clauses out of 230003 with flag 28102478/5985001
2394.07/2395.81	c cleaning 108579 clauses out of 232379 with flag 28572759/6095000
2447.26/2449.16	c cleaning 109614 clauses out of 234800 with flag 29031296/6206000
2500.23/2502.27	c cleaning 110473 clauses out of 237188 with flag 29501954/6318002
2554.60/2556.74	c cleaning 111534 clauses out of 239713 with flag 29974082/6431001
2610.35/2612.63	c cleaning 112614 clauses out of 242178 with flag 30461540/6545000
2666.22/2668.60	c cleaning 113466 clauses out of 244564 with flag 30947448/6660000
2723.47/2725.95	c cleaning 114449 clauses out of 247099 with flag 31438210/6776001
2782.14/2784.74	c cleaning 115372 clauses out of 249649 with flag 31931379/6893000
2838.81/2841.59	c cleaning 116478 clauses out of 252278 with flag 32438973/7011001
2898.99/2901.87	c cleaning 117573 clauses out of 254799 with flag 32925723/7130000
2961.16/2964.13	c cleaning 118614 clauses out of 257226 with flag 33437272/7250000
3022.62/3025.72	c cleaning 119471 clauses out of 259613 with flag 33923057/7371001
3083.99/3087.20	c cleaning 120488 clauses out of 262142 with flag 34421556/7493001
3149.75/3153.17	c cleaning 121398 clauses out of 264653 with flag 34922762/7616000
3214.51/3218.06	c cleaning 122360 clauses out of 267257 with flag 35446259/7740002
3281.56/3285.12	c cleaning 123437 clauses out of 269898 with flag 35946075/7865003
3346.10/3349.80	c cleaning 124473 clauses out of 272458 with flag 36459906/7991000
3413.63/3417.52	c cleaning 125461 clauses out of 274986 with flag 36955998/8118001
3478.27/3482.33	c cleaning 126399 clauses out of 277526 with flag 37475630/8246002
3546.29/3550.57	c cleaning 127339 clauses out of 280126 with flag 37997104/8375001
3600.05/3604.41	c timeout
3600.05/3604.42	c starts		: 30841
3600.05/3604.42	c conflicts		: 8478753
3600.05/3604.42	c decisions		: 14121992
3600.05/3604.42	c propagations		: 8280531700
3600.05/3604.42	c inspects		: 37197425130
3600.05/3604.42	c shortcuts		: 0
3600.05/3604.42	c learnt literals	: 12
3600.05/3604.42	c learnt binary clauses	: 377
3600.05/3604.42	c learnt ternary clauses	: 10347
3600.05/3604.42	c learnt constraints	: 8478741
3600.05/3604.42	c ignored constraints	: 0
3600.05/3604.42	c root simplifications	: 0
3600.05/3604.42	c removed literals (reason simplification)	: 120080637
3600.05/3604.42	c reason swapping (by a shorter reason)	: 0
3600.05/3604.42	c Calls to reduceDB	: 125
3600.05/3604.42	c Number of update (reduction) of LBD	: 3070167
3600.05/3604.42	c Imported unit clauses	: 0
3600.05/3604.42	c No decision after first conflict	: false
3600.05/3604.42	c number of reductions to clauses (during analyze)	: 0
3600.05/3604.42	c number of learned constraints concerned by reduction	: 0
3600.05/3604.42	c number of learning phase by resolution	: 0
3600.05/3604.42	c number of learning phase by cutting planes	: 0
3600.05/3604.42	c number of rounding to 1 operations	: 0
3600.05/3604.42	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3604.42	c number of reductions of the coefficients by power 2 	: 0
3600.05/3604.42	c number of right shift for reduction by power 2 	: 0
3600.05/3604.42	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3604.42	c number of ending skipping 	: 0
3600.05/3604.42	c number of internal skipping 	: 0
3600.05/3604.42	c number of derivation steps 	: 0
3600.05/3604.43	c number of skipped derivation steps 	: 0
3600.05/3604.43	c number of remaining unassigned 	: 0
3600.05/3604.43	c number of remaining assigned 	: 0
3600.05/3604.43	c number of falsified literals weakened from reason	: 0
3600.05/3604.43	c number of falsified literals weakened from conflict	: 0
3600.05/3604.43	c time for arithmetic operations	: 0
3600.05/3604.43	c minimum degree of deleted constraints	: null
3600.05/3604.43	c maximum degree of deleted constraints	: null
3600.05/3604.43	c number of deleted constraints	: 0
3600.05/3604.43	c speed (assignments/second)	: 2297840.917478953
3600.05/3604.43	c non guided choices	: 24021
3600.05/3604.49	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 256162
3600.05/3604.49	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 377
3600.05/3604.49	s UNKNOWN
3600.05/3604.49	c Total wall clock time (in seconds): 3604.357

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4502162-1751161096/watcher-4502162-1751161096 -o /tmp/evaluation-result-4502162-1751161096/solver-4502162-1751161096 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751157346-19471 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4502162-1751161096.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=21296, runsolver pid=21293

[startup+0.100059 s]*
/proc/loadavg: 4.22 4.21 4.17 5/338 21314
/proc/meminfo: memFree=123623416/131249996 swapFree=33010684/33010684
[pid=21296] ppid=21293 vsize=18930384 memory=57676 CPUtime=0.12 cores=4,6
/proc/21296/stat : 21296 (java) S 21293 21296 19460 0 -1 4194304 6583 0 0 0 10 2 0 0 20 0 18 0 31787409 19384713216 14419 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
/proc/21296/statm: 4732596 14419 5336 1 0 547622 0
[pid=21296/tid=21298] ppid=21293 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=4,6
/proc/21296/task/21298/stat : 21298 (java) R 21293 21296 19460 0 -1 4194368 5078 0 0 0 7 1 0 0 20 0 18 0 31787410 19384713216 14419 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
[pid=21296/tid=21307] ppid=21293 vsize=18930384 memory=224227754321 CPUtime=0 cores=4,6
/proc/21296/task/21307/stat : 21307 (Finalizer) S 21293 21296 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31787412 19384713216 14419 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
[pid=21296/tid=21314] ppid=21293 vsize=18930384 memory=58485492707711 CPUtime=0 cores=4,6
/proc/21296/task/21314/stat : 21314 (Common-Cleaner) S 21293 21296 19460 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 31787412 19384713216 14419 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57676 KiB

[startup+0.205636 s]*
/proc/loadavg: 4.22 4.21 4.17 7/338 21314
/proc/meminfo: memFree=123621660/131249996 swapFree=33010684/33010684
[pid=21296] ppid=21293 vsize=18930384 memory=68028 CPUtime=0.31 cores=4,6
/proc/21296/stat : 21296 (java) S 21293 21296 19460 0 -1 4194304 7011 0 0 0 29 2 0 0 20 0 18 0 31787409 19384713216 17007 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
/proc/21296/statm: 4732596 17007 5432 1 0 547888 0
[pid=21296/tid=21298] ppid=21293 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=4,6
/proc/21296/task/21298/stat : 21298 (java) R 21293 21296 19460 0 -1 4194368 5256 0 0 0 16 1 0 0 20 0 18 0 31787410 19384713216 17007 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
[pid=21296/tid=21307] ppid=21293 vsize=18930384 memory=16195 CPUtime=0 cores=4,6
/proc/21296/task/21307/stat : 21307 (Finalizer) S 21293 21296 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31787412 19384713216 17007 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
[pid=21296/tid=21314] ppid=21293 vsize=18930384 memory=57385981051877 CPUtime=0 cores=4,6
/proc/21296/task/21314/stat : 21314 (Common-Cleaner) S 21293 21296 19460 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 31787412 19384713216 17007 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 68028 KiB

[startup+0.305495 s]*
/proc/loadavg: 4.22 4.21 4.17 6/338 21314
/proc/meminfo: memFree=123580764/131249996 swapFree=33010684/33010684
[pid=21296] ppid=21293 vsize=18930384 memory=111060 CPUtime=0.51 cores=4,6
/proc/21296/stat : 21296 (java) S 21293 21296 19460 0 -1 4194304 8492 0 0 0 47 4 0 0 20 0 18 0 31787409 19384713216 27765 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
/proc/21296/statm: 4732596 27765 5432 1 0 548885 0
[pid=21296/tid=21298] ppid=21293 vsize=18930384 memory=-6000919494114437997 CPUtime=0.26 cores=4,6
/proc/21296/task/21298/stat : 21298 (java) R 21293 21296 19460 0 -1 4194368 5291 0 0 0 24 2 0 0 20 0 18 0 31787410 19384713216 27765 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
[pid=21296/tid=21307] ppid=21293 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/21296/task/21307/stat : 21307 (Finalizer) S 21293 21296 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31787412 19384713216 27765 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
[pid=21296/tid=21314] ppid=21293 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/21296/task/21314/stat : 21314 (Common-Cleaner) S 21293 21296 19460 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 31787412 19384713216 27765 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 111060 KiB

[startup+0.700221 s]
/proc/loadavg: 4.22 4.21 4.17 7/339 21315
/proc/meminfo: memFree=123523548/131249996 swapFree=33010684/33010684
[pid=21296] ppid=21293 vsize=18996948 memory=181072 CPUtime=1.27 cores=4,6
/proc/21296/stat : 21296 (java) S 21293 21296 19460 0 -1 4194304 11147 0 0 0 121 6 0 0 20 0 19 0 31787409 19452874752 45268 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
/proc/21296/statm: 4749237 45268 5432 1 0 551067 0
[pid=21296/tid=21298] ppid=21293 vsize=18996948 memory=17280 CPUtime=0.59 cores=4,6
/proc/21296/task/21298/stat : 21298 (java) S 21293 21296 19460 0 -1 4194368 5333 0 0 0 56 3 0 0 20 0 19 0 31787410 19452874752 45268 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
[pid=21296/tid=21307] ppid=21293 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/21296/task/21307/stat : 21307 (Finalizer) S 21293 21296 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31787412 19452874752 45268 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
[pid=21296/tid=21314] ppid=21293 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/21296/task/21314/stat : 21314 (Common-Cleaner) S 21293 21296 19460 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 31787412 19452874752 45268 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 181072 KiB

[startup+1.50024 s]
/proc/loadavg: 4.22 4.21 4.17 6/340 21316
/proc/meminfo: memFree=123502000/131249996 swapFree=33010684/33010684
[pid=21296] ppid=21293 vsize=19063512 memory=196432 CPUtime=2.85 cores=4,6
/proc/21296/stat : 21296 (java) S 21293 21296 19460 0 -1 4194304 16389 0 0 0 279 6 0 0 20 0 20 0 31787409 19521036288 49108 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
/proc/21296/statm: 4765878 49108 5464 1 0 554435 0
[pid=21296/tid=21298] ppid=21293 vsize=19063512 memory=3328 CPUtime=1.36 cores=4,6
/proc/21296/task/21298/stat : 21298 (java) R 21293 21296 19460 0 -1 4194368 5382 0 0 0 133 3 0 0 20 0 20 0 31787410 19521036288 49108 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
[pid=21296/tid=21307] ppid=21293 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/21296/task/21307/stat : 21307 (Finalizer) S 21293 21296 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31787412 19521036288 49108 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
[pid=21296/tid=21314] ppid=21293 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/21296/task/21314/stat : 21314 (Common-Cleaner) S 21293 21296 19460 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 31787412 19521036288 49108 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
[pid=21296/tid=21316] ppid=21293 vsize=19063512 memory=14824 CPUtime=0 cores=4,6
/proc/21296/task/21316/stat : 21316 (Timer-0) S 21293 21296 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31787490 19521036288 49108 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 196432 KiB

[startup+3.10544 s]
/proc/loadavg: 4.22 4.21 4.17 5/340 21316
/proc/meminfo: memFree=123352800/131249996 swapFree=33010684/33010684
[pid=21296] ppid=21293 vsize=19063512 memory=197072 CPUtime=4.91 cores=4,6
/proc/21296/stat : 21296 (java) S 21293 21296 19460 0 -1 4194304 18671 0 0 0 484 7 0 0 20 0 20 0 31787409 19521036288 49268 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
/proc/21296/statm: 4765878 49268 5496 1 0 554480 0
[pid=21296/tid=21298] ppid=21293 vsize=19063512 memory=10752 CPUtime=2.96 cores=4,6
/proc/21296/task/21298/stat : 21298 (java) R 21293 21296 19460 0 -1 4194368 6264 0 0 0 293 3 0 0 20 0 20 0 31787410 19521036288 49268 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
[pid=21296/tid=21307] ppid=21293 vsize=19063512 memory=14824 CPUtime=0 cores=4,6
/proc/21296/task/21307/stat : 21307 (Finalizer) S 21293 21296 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31787412 19521036288 49268 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
[pid=21296/tid=21314] ppid=21293 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/21296/task/21314/stat : 21314 (Common-Cleaner) S 21293 21296 19460 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 31787412 19521036288 49268 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
[pid=21296/tid=21316] ppid=21293 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/21296/task/21316/stat : 21316 (Timer-0) S 21293 21296 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31787490 19521036288 49268 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
Current children cumulated CPU time: 4.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 197072 KiB

[startup+6.30018 s]
/proc/loadavg: 4.21 4.21 4.17 5/340 21316
/proc/meminfo: memFree=123309696/131249996 swapFree=33010684/33010684
[pid=21296] ppid=21293 vsize=19063512 memory=197472 CPUtime=8.56 cores=4,6
/proc/21296/stat : 21296 (java) S 21293 21296 19460 0 -1 4194304 26338 0 0 0 848 8 0 0 20 0 20 0 31787409 19521036288 49368 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
/proc/21296/statm: 4765878 49368 5496 1 0 554520 0
[pid=21296/tid=21298] ppid=21293 vsize=19063512 memory=0 CPUtime=6.14 cores=4,6
/proc/21296/task/21298/stat : 21298 (java) R 21293 21296 19460 0 -1 4194368 6756 0 0 0 611 3 0 0 20 0 20 0 31787410 19521036288 49368 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
[pid=21296/tid=21307] ppid=21293 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/21296/task/21307/stat : 21307 (Finalizer) S 21293 21296 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31787412 19521036288 49368 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
[pid=21296/tid=21314] ppid=21293 vsize=19063512 memory=140329600817745 CPUtime=0 cores=4,6
/proc/21296/task/21314/stat : 21314 (Common-Cleaner) S 21293 21296 19460 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 31787412 19521036288 49368 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
[pid=21296/tid=21316] ppid=21293 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/21296/task/21316/stat : 21316 (Timer-0) S 21293 21296 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31787490 19521036288 49368 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
Current children cumulated CPU time: 8.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 197472 KiB

[startup+12.7002 s]
/proc/loadavg: 4.19 4.20 4.17 5/340 21316
/proc/meminfo: memFree=123294356/131249996 swapFree=33010684/33010684
[pid=21296] ppid=21293 vsize=19063512 memory=190508 CPUtime=15.26 cores=4,6
/proc/21296/stat : 21296 (java) S 21293 21296 19460 0 -1 4194304 32045 0 0 0 1517 9 0 0 20 0 20 0 31787409 19521036288 47627 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
/proc/21296/statm: 4765878 47627 5496 1 0 555179 0
[pid=21296/tid=21298] ppid=21293 vsize=19063512 memory=140329600817745 CPUtime=12.53 cores=4,6
/proc/21296/task/21298/stat : 21298 (java) R 21293 21296 19460 0 -1 4194368 7459 0 0 0 1250 3 0 0 20 0 20 0 31787410 19521036288 47627 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
[pid=21296/tid=21307] ppid=21293 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/21296/task/21307/stat : 21307 (Finalizer) S 21293 21296 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31787412 19521036288 47627 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
[pid=21296/tid=21314] ppid=21293 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/21296/task/21314/stat : 21314 (Common-Cleaner) S 21293 21296 19460 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 31787412 19521036288 47627 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
[pid=21296/tid=21316] ppid=21293 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/21296/task/21316/stat : 21316 (Timer-0) S 21293 21296 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31787490 19521036288 47627 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
Current children cumulated CPU time: 15.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 190508 KiB

[startup+25.5002 s]
/proc/loadavg: 4.22 4.21 4.17 5/340 21316
/proc/meminfo: memFree=123306760/131249996 swapFree=33010684/33010684
[pid=21296] ppid=21293 vsize=19063512 memory=196968 CPUtime=28.1 cores=4,6
/proc/21296/stat : 21296 (java) S 21293 21296 19460 0 -1 4194304 34715 0 0 0 2800 10 0 0 20 0 20 0 31787409 19521036288 49242 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
/proc/21296/statm: 4765878 49242 5496 1 0 555219 0
[pid=21296/tid=21298] ppid=21293 vsize=19063512 memory=17280 CPUtime=25.26 cores=4,6
/proc/21296/task/21298/stat : 21298 (java) R 21293 21296 19460 0 -1 4194368 8141 0 0 0 2523 3 0 0 20 0 20 0 31787410 19521036288 49242 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
[pid=21296/tid=21307] ppid=21293 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/21296/task/21307/stat : 21307 (Finalizer) S 21293 21296 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31787412 19521036288 49242 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
[pid=21296/tid=21314] ppid=21293 vsize=19063512 memory=196968 CPUtime=0 cores=4,6
/proc/21296/task/21314/stat : 21314 (Common-Cleaner) S 21293 21296 19460 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 31787412 19521036288 49242 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
[pid=21296/tid=21316] ppid=21293 vsize=19063512 memory=196968 CPUtime=0 cores=4,6
/proc/21296/task/21316/stat : 21316 (Timer-0) S 21293 21296 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31787490 19521036288 49242 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
Current children cumulated CPU time: 28.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 196968 KiB

[startup+51.1055 s]
/proc/loadavg: 4.22 4.21 4.17 5/341 21318
/proc/meminfo: memFree=123097712/131249996 swapFree=33010684/33010684
[pid=21296] ppid=21293 vsize=19063512 memory=196968 CPUtime=53.7 cores=4,6
/proc/21296/stat : 21296 (java) S 21293 21296 19460 0 -1 4194304 36050 0 0 0 5360 10 0 0 20 0 20 0 31787409 19521036288 49242 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
/proc/21296/statm: 4765878 49242 5496 1 0 555219 0
[pid=21296/tid=21298] ppid=21293 vsize=19063512 memory=196968 CPUtime=50.8 cores=4,6
/proc/21296/task/21298/stat : 21298 (java) R 21293 21296 19460 0 -1 4194368 9199 0 0 0 5077 3 0 0 20 0 20 0 31787410 19521036288 49242 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
[pid=21296/tid=21307] ppid=21293 vsize=19063512 memory=190508 CPUtime=0 cores=4,6
/proc/21296/task/21307/stat : 21307 (Finalizer) S 21293 21296 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31787412 19521036288 49242 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
[pid=21296/tid=21314] ppid=21293 vsize=19063512 memory=140329600817745 CPUtime=0 cores=4,6
/proc/21296/task/21314/stat : 21314 (Common-Cleaner) S 21293 21296 19460 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 31787412 19521036288 49242 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
[pid=21296/tid=21316] ppid=21293 vsize=19063512 memory=164 CPUtime=0 cores=4,6

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

/proc/meminfo: memFree=123935912/131249996 swapFree=33010684/33010684
[pid=21296] ppid=21293 vsize=19063512 memory=1443116 CPUtime=3218.79 cores=4,6
/proc/21296/stat : 21296 (java) S 21293 21296 19460 0 -1 4194304 66075 0 0 0 321777 102 0 0 20 0 20 0 31787409 19521036288 360779 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
/proc/21296/statm: 4765878 360779 5496 1 0 555220 0
[pid=21296/tid=21298] ppid=21293 vsize=19063512 memory=1387820 CPUtime=3212.7 cores=4,6
/proc/21296/task/21298/stat : 21298 (java) R 21293 21296 19460 0 -1 4194368 24963 0 0 0 321260 10 0 0 20 0 20 0 31787410 19521036288 360779 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
[pid=21296/tid=21307] ppid=21293 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/21296/task/21307/stat : 21307 (Finalizer) S 21293 21296 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31787412 19521036288 360779 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
[pid=21296/tid=21314] ppid=21293 vsize=19063512 memory=1441068 CPUtime=0 cores=4,6
/proc/21296/task/21314/stat : 21314 (Common-Cleaner) S 21293 21296 19460 0 -1 4194368 1349 0 0 0 0 0 0 0 20 0 20 0 31787412 19521036288 360779 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
[pid=21296/tid=21316] ppid=21293 vsize=19063512 memory=1443116 CPUtime=0 cores=4,6
/proc/21296/task/21316/stat : 21316 (Timer-0) S 21293 21296 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31787490 19521036288 360779 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
Current children cumulated CPU time: 3218.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1443116 KiB

[startup+3282.3 s]
/proc/loadavg: 4.28 4.24 4.17 5/342 21764
/proc/meminfo: memFree=123656892/131249996 swapFree=33010684/33010684
[pid=21296] ppid=21293 vsize=19063512 memory=1594684 CPUtime=3278.76 cores=4,6
/proc/21296/stat : 21296 (java) S 21293 21296 19460 0 -1 4194304 67088 0 0 0 327769 107 0 0 20 0 20 0 31787409 19521036288 398671 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
/proc/21296/statm: 4765878 398671 5496 1 0 555221 0
[pid=21296/tid=21298] ppid=21293 vsize=19063512 memory=1594684 CPUtime=3272.47 cores=4,6
/proc/21296/task/21298/stat : 21298 (java) R 21293 21296 19460 0 -1 4194368 25311 0 0 0 327235 12 0 0 20 0 20 0 31787410 19521036288 398671 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
[pid=21296/tid=21307] ppid=21293 vsize=19063512 memory=1594684 CPUtime=0 cores=4,6
/proc/21296/task/21307/stat : 21307 (Finalizer) S 21293 21296 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31787412 19521036288 398671 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
[pid=21296/tid=21314] ppid=21293 vsize=19063512 memory=1594684 CPUtime=0 cores=4,6
/proc/21296/task/21314/stat : 21314 (Common-Cleaner) S 21293 21296 19460 0 -1 4194368 1349 0 0 0 0 0 0 0 20 0 20 0 31787412 19521036288 398671 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
[pid=21296/tid=21316] ppid=21293 vsize=19063512 memory=1594684 CPUtime=0 cores=4,6
/proc/21296/task/21316/stat : 21316 (Timer-0) S 21293 21296 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31787490 19521036288 398671 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
Current children cumulated CPU time: 3278.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1594684 KiB

[startup+3342.3 s]
/proc/loadavg: 4.21 4.22 4.17 5/342 21766
/proc/meminfo: memFree=123581756/131249996 swapFree=33010684/33010684
[pid=21296] ppid=21293 vsize=19063512 memory=1594684 CPUtime=3338.62 cores=4,6
/proc/21296/stat : 21296 (java) S 21293 21296 19460 0 -1 4194304 67538 0 0 0 333753 109 0 0 20 0 20 0 31787409 19521036288 398671 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
/proc/21296/statm: 4765878 398671 5496 1 0 555221 0
[pid=21296/tid=21298] ppid=21293 vsize=19063512 memory=5760 CPUtime=3332.31 cores=4,6
/proc/21296/task/21298/stat : 21298 (java) R 21293 21296 19460 0 -1 4194368 25676 0 0 0 333218 13 0 0 20 0 20 0 31787410 19521036288 398671 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
[pid=21296/tid=21307] ppid=21293 vsize=19063512 memory=1594684 CPUtime=0 cores=4,6
/proc/21296/task/21307/stat : 21307 (Finalizer) S 21293 21296 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31787412 19521036288 398671 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
[pid=21296/tid=21314] ppid=21293 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/21296/task/21314/stat : 21314 (Common-Cleaner) S 21293 21296 19460 0 -1 4194368 1367 0 0 0 0 0 0 0 20 0 20 0 31787412 19521036288 398671 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
[pid=21296/tid=21316] ppid=21293 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/21296/task/21316/stat : 21316 (Timer-0) S 21293 21296 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31787490 19521036288 398671 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
Current children cumulated CPU time: 3338.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1594684 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.20 4.17 5/343 21769
/proc/meminfo: memFree=123506916/131249996 swapFree=33010684/33010684
[pid=21296] ppid=21293 vsize=19063512 memory=1594684 CPUtime=3398.47 cores=4,6
/proc/21296/stat : 21296 (java) S 21293 21296 19460 0 -1 4194304 68197 0 0 0 339736 111 0 0 20 0 20 0 31787409 19521036288 398671 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
/proc/21296/statm: 4765878 398671 5496 1 0 555221 0
[pid=21296/tid=21298] ppid=21293 vsize=19063512 memory=280659201816064 CPUtime=3392.14 cores=4,6
/proc/21296/task/21298/stat : 21298 (java) R 21293 21296 19460 0 -1 4194368 26255 0 0 0 339201 13 0 0 20 0 20 0 31787410 19521036288 398671 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
[pid=21296/tid=21307] ppid=21293 vsize=19063512 memory=1594684 CPUtime=0 cores=4,6
/proc/21296/task/21307/stat : 21307 (Finalizer) S 21293 21296 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31787412 19521036288 398671 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
[pid=21296/tid=21314] ppid=21293 vsize=19063512 memory=14824 CPUtime=0 cores=4,6
/proc/21296/task/21314/stat : 21314 (Common-Cleaner) S 21293 21296 19460 0 -1 4194368 1367 0 0 0 0 0 0 0 20 0 20 0 31787412 19521036288 398671 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
[pid=21296/tid=21316] ppid=21293 vsize=19063512 memory=1594684 CPUtime=0 cores=4,6
/proc/21296/task/21316/stat : 21316 (Timer-0) S 21293 21296 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31787490 19521036288 398671 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
Current children cumulated CPU time: 3398.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1594684 KiB

[startup+3462.3 s]
/proc/loadavg: 4.33 4.22 4.18 5/340 21905
/proc/meminfo: memFree=125409264/131249996 swapFree=33010684/33010684
[pid=21296] ppid=21293 vsize=19063512 memory=1594684 CPUtime=3458.31 cores=4,6
/proc/21296/stat : 21296 (java) S 21293 21296 19460 0 -1 4194304 68352 0 0 0 345719 112 0 0 20 0 20 0 31787409 19521036288 398671 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
/proc/21296/statm: 4765878 398671 5496 1 0 555221 0
[pid=21296/tid=21298] ppid=21293 vsize=19063512 memory=280659201816064 CPUtime=3451.96 cores=4,6
/proc/21296/task/21298/stat : 21298 (java) R 21293 21296 19460 0 -1 4194368 26366 0 0 0 345183 13 0 0 20 0 20 0 31787410 19521036288 398671 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
[pid=21296/tid=21307] ppid=21293 vsize=19063512 memory=14824 CPUtime=0 cores=4,6
/proc/21296/task/21307/stat : 21307 (Finalizer) S 21293 21296 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31787412 19521036288 398671 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
[pid=21296/tid=21314] ppid=21293 vsize=19063512 memory=1594684 CPUtime=0 cores=4,6
/proc/21296/task/21314/stat : 21314 (Common-Cleaner) S 21293 21296 19460 0 -1 4194368 1381 0 0 0 0 0 0 0 20 0 20 0 31787412 19521036288 398671 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
[pid=21296/tid=21316] ppid=21293 vsize=19063512 memory=1594684 CPUtime=0 cores=4,6
/proc/21296/task/21316/stat : 21316 (Timer-0) S 21293 21296 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31787490 19521036288 398671 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
Current children cumulated CPU time: 3458.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1594684 KiB

[startup+3522.3 s]
/proc/loadavg: 4.18 4.20 4.17 5/340 21907
/proc/meminfo: memFree=125175620/131249996 swapFree=33010684/33010684
[pid=21296] ppid=21293 vsize=19063512 memory=1594684 CPUtime=3518.16 cores=4,6
/proc/21296/stat : 21296 (java) S 21293 21296 19460 0 -1 4194304 68707 0 0 0 351703 113 0 0 20 0 20 0 31787409 19521036288 398671 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
/proc/21296/statm: 4765878 398671 5496 1 0 555221 0
[pid=21296/tid=21298] ppid=21293 vsize=19063512 memory=1594684 CPUtime=3511.79 cores=4,6
/proc/21296/task/21298/stat : 21298 (java) R 21293 21296 19460 0 -1 4194368 26702 0 0 0 351166 13 0 0 20 0 20 0 31787410 19521036288 398671 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
[pid=21296/tid=21307] ppid=21293 vsize=19063512 memory=1594684 CPUtime=0 cores=4,6
/proc/21296/task/21307/stat : 21307 (Finalizer) S 21293 21296 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31787412 19521036288 398671 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
[pid=21296/tid=21314] ppid=21293 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/21296/task/21314/stat : 21314 (Common-Cleaner) S 21293 21296 19460 0 -1 4194368 1381 0 0 0 0 0 0 0 20 0 20 0 31787412 19521036288 398671 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
[pid=21296/tid=21316] ppid=21293 vsize=19063512 memory=1594684 CPUtime=0 cores=4,6
/proc/21296/task/21316/stat : 21316 (Timer-0) S 21293 21296 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31787490 19521036288 398671 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
Current children cumulated CPU time: 3518.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1594684 KiB

[startup+3582.3 s]
/proc/loadavg: 4.39 4.24 4.19 5/340 21974
/proc/meminfo: memFree=123591920/131249996 swapFree=33010684/33010684
[pid=21296] ppid=21293 vsize=19063512 memory=1594684 CPUtime=3578 cores=4,6
/proc/21296/stat : 21296 (java) S 21293 21296 19460 0 -1 4194304 69468 0 0 0 357686 114 0 0 20 0 20 0 31787409 19521036288 398671 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
/proc/21296/statm: 4765878 398671 5496 1 0 555221 0
[pid=21296/tid=21298] ppid=21293 vsize=19063512 memory=17280 CPUtime=3571.62 cores=4,6
/proc/21296/task/21298/stat : 21298 (java) R 21293 21296 19460 0 -1 4194368 27358 0 0 0 357149 13 0 0 20 0 20 0 31787410 19521036288 398671 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
[pid=21296/tid=21307] ppid=21293 vsize=19063512 memory=1594684 CPUtime=0 cores=4,6
/proc/21296/task/21307/stat : 21307 (Finalizer) S 21293 21296 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31787412 19521036288 398671 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
[pid=21296/tid=21314] ppid=21293 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/21296/task/21314/stat : 21314 (Common-Cleaner) S 21293 21296 19460 0 -1 4194368 1395 0 0 0 0 0 0 0 20 0 20 0 31787412 19521036288 398671 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
[pid=21296/tid=21316] ppid=21293 vsize=19063512 memory=1594684 CPUtime=0 cores=4,6
/proc/21296/task/21316/stat : 21316 (Timer-0) S 21293 21296 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31787490 19521036288 398671 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
Current children cumulated CPU time: 3578 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1594684 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604.4 s]
/proc/loadavg: 4.35 4.24 4.19 5/340 21975
/proc/meminfo: memFree=123575632/131249996 swapFree=33010684/33010684
[pid=21296] ppid=21293 vsize=19063512 memory=1594684 CPUtime=3600.05 cores=4,6
/proc/21296/stat : 21296 (java) S 21293 21296 19460 0 -1 4194304 69704 0 0 0 359891 114 0 0 20 0 20 0 31787409 19521036288 398671 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
/proc/21296/statm: 4765878 398671 5496 1 0 555221 0
[pid=21296/tid=21298] ppid=21293 vsize=19063512 memory=-6000919494114437997 CPUtime=3593.66 cores=4,6
/proc/21296/task/21298/stat : 21298 (java) R 21293 21296 19460 0 -1 4194368 27592 0 0 0 359353 13 0 0 20 0 20 0 31787410 19521036288 398671 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
[pid=21296/tid=21307] ppid=21293 vsize=19063512 memory=5760 CPUtime=0 cores=4,6
/proc/21296/task/21307/stat : 21307 (Finalizer) S 21293 21296 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31787412 19521036288 398671 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
[pid=21296/tid=21314] ppid=21293 vsize=19063512 memory=1594684 CPUtime=0 cores=4,6
/proc/21296/task/21314/stat : 21314 (Common-Cleaner) S 21293 21296 19460 0 -1 4194368 1395 0 0 0 0 0 0 0 20 0 20 0 31787412 19521036288 398671 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
[pid=21296/tid=21316] ppid=21293 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/21296/task/21316/stat : 21316 (Timer-0) S 21293 21296 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31787490 19521036288 398671 18446744073709551615 94916918153216 94916918156912 140733777478960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94916918164728 94916918165520 94916935856128 140733777484161 140733777484262 140733777484262 140733777489864 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1594684 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.04 s, system=1.15425 s

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

Child status: 143

Real time (s): 3604.5
CPU time (s): 3600.19
CPU user time (s): 3599.04
CPU system time (s): 1.15425
CPU usage (%): 99.8805
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 1594684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.04
system time used= 1.15425
maximum resident set size= 1595704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72102
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 120509
involuntary context switches= 2640


# summary of solver processes directly reported to runsolver:
#   pid: 21296
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3599.04
#   total CPU system time (s): 1.15425

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.03322 second user time and 16.527 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-06-29 03:38:17
IDJOB=4502162
IDBENCH=154773
IDSOLVER=3363
FILE ID=nodeC017/4502162-1751161096
RUNJOBID= nodeC017-1751157346-19471
SLURM_JOB_ID= 9587483
Free space on /tmp= 432984 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB10/DEC-LIN/oliveras/j120/normalized-j12011_3-sat.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4502162-1751161096/watcher-4502162-1751161096 -o /tmp/evaluation-result-4502162-1751161096/solver-4502162-1751161096 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751157346-19471 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4502162-1751161096.opb

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

MD5SUM BENCH= f7b2b496c30aa17fcbe59599d08153aa
RANDOM SEED=774404888

nodeC017 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		: 3600.062
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	: 7000.12
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		: 3600.084
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	: 7000.12
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		: 3600.032
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	: 7000.12
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		: 3596.279
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	: 7000.12
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.782
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	: 7000.12
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.056
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	: 7000.12
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.101
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	: 7000.12
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		: 3600.075
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	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        123645844 kB
MemAvailable:   123374232 kB
Buffers:            3280 kB
Cached:           538948 kB
SwapCached:            0 kB
Active:          6670072 kB
Inactive:         285400 kB
Active(anon):    6431324 kB
Inactive(anon):        0 kB
Active(file):     238748 kB
Inactive(file):   285400 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5776 kB
Writeback:             0 kB
AnonPages:       6416376 kB
Mapped:           122508 kB
Shmem:             18080 kB
KReclaimable:      86556 kB
Slab:             170212 kB
SReclaimable:      86556 kB
SUnreclaim:        83656 kB
KernelStack:        5180 kB
PageTables:        16328 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   11894876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6139904 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432924 MiB
End job on nodeC017 at 2025-06-29 04:38:21