Trace number 4514599

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 VeriPB 2025-06-06? (TO) 3600.19 3607.22

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/quimper/
SyncCodes/d_n_k/normalized-6_6_33.opb
MD5SUMe4b196fa2cd155289a58b617d5417cd9
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark82.9041
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1560
Total number of constraints7454
Number of constraints which are clauses7449
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint39
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 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 72
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/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.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4514599-1751227614.opb
0.13/0.13	c reading problem ... 
0.13/0.14	c using VERIPB proof format
0.13/0.14	c  no objective function found
0.32/0.25	c ... done. Wall clock time 0.113s.
0.32/0.25	c declared #vars     1560
0.32/0.25	c #constraints  7458
0.32/0.25	c constraints type 
0.32/0.25	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3002
0.32/0.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
0.32/0.25	c org.sat4j.specs.Constr$1 => 4
0.32/0.26	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4446
0.32/0.26	c org.sat4j.pb.constraints.pb.UnitClausePB => 3
0.32/0.26	c 7458 constraints processed.
1.87/1.05	c cleaning 2497 clauses out of 5001 with flag 16556/5001
2.86/1.54	c cleaning 4252 clauses out of 8503 with flag 40549/11000
3.85/2.13	c cleaning 5626 clauses out of 11253 with flag 69678/18002
4.48/2.76	c cleaning 6811 clauses out of 13626 with flag 104810/26001
5.67/3.53	c cleaning 7900 clauses out of 15814 with flag 146662/35000
6.55/4.37	c cleaning 8958 clauses out of 17915 with flag 199779/45001
7.62/5.35	c cleaning 9976 clauses out of 19959 with flag 254856/56003
8.72/6.42	c cleaning 10985 clauses out of 21981 with flag 318842/68001
9.93/7.64	c cleaning 11998 clauses out of 23996 with flag 382681/81001
11.60/8.97	c cleaning 12995 clauses out of 25997 with flag 446755/95000
13.24/10.44	c cleaning 13993 clauses out of 28002 with flag 512912/110000
15.05/12.15	c cleaning 15003 clauses out of 30011 with flag 583661/126002
16.47/13.56	c cleaning 15995 clauses out of 32006 with flag 664311/143000
18.10/15.17	c cleaning 17001 clauses out of 34011 with flag 752488/161000
19.79/16.86	c cleaning 18005 clauses out of 36011 with flag 848154/180001
21.69/18.73	c cleaning 18999 clauses out of 38006 with flag 948888/200001
23.58/20.65	c cleaning 19998 clauses out of 40006 with flag 1053269/221000
25.77/22.87	c cleaning 21003 clauses out of 42010 with flag 1171342/243002
28.27/25.38	c cleaning 21997 clauses out of 44005 with flag 1316294/266000
30.97/28.03	c cleaning 23003 clauses out of 46008 with flag 1459817/290000
33.96/31.01	c cleaning 24004 clauses out of 48007 with flag 1616894/315002
36.90/34.02	c cleaning 24996 clauses out of 50002 with flag 1770242/341001
39.79/36.98	c cleaning 26000 clauses out of 52006 with flag 1916156/368001
42.91/40.06	c cleaning 27003 clauses out of 54009 with flag 2062191/396004
46.39/43.58	c cleaning 27996 clauses out of 56002 with flag 2214408/425000
50.18/47.37	c cleaning 29002 clauses out of 58010 with flag 2379684/455004
53.77/50.91	c cleaning 29999 clauses out of 60005 with flag 2535366/486001
57.66/54.86	c cleaning 30999 clauses out of 62005 with flag 2701848/518000
61.74/58.91	c cleaning 31997 clauses out of 64006 with flag 2872080/551000
66.19/63.42	c cleaning 32997 clauses out of 66009 with flag 3070956/585000
70.78/68.04	c cleaning 34000 clauses out of 68012 with flag 3273037/620000
75.37/72.68	c cleaning 35001 clauses out of 70012 with flag 3472128/656000
80.15/77.43	c cleaning 36001 clauses out of 72013 with flag 3675913/693002
85.84/83.16	c cleaning 37001 clauses out of 74011 with flag 3895484/731001
91.52/88.81	c cleaning 37996 clauses out of 76009 with flag 4126455/770000
97.38/94.76	c cleaning 39001 clauses out of 78013 with flag 4366361/810000
103.28/100.63	c cleaning 40002 clauses out of 80016 with flag 4602616/851004
109.36/106.78	c cleaning 40998 clauses out of 82010 with flag 4828607/893000
115.85/113.22	c cleaning 42000 clauses out of 84012 with flag 5067221/936000
122.23/119.61	c cleaning 42996 clauses out of 86012 with flag 5296319/980000
129.59/127.02	c cleaning 44001 clauses out of 88016 with flag 5558367/1025000
137.06/134.53	c cleaning 45002 clauses out of 90016 with flag 5832078/1071001
145.25/142.76	c cleaning 46002 clauses out of 92013 with flag 6138044/1118000
153.63/151.12	c cleaning 46998 clauses out of 94011 with flag 6444818/1166000
161.98/159.57	c cleaning 47996 clauses out of 96013 with flag 6712303/1215000
170.77/168.33	c cleaning 48999 clauses out of 98017 with flag 6992106/1265000
180.06/177.68	c cleaning 50001 clauses out of 100019 with flag 7300712/1316001
188.92/186.54	c cleaning 51002 clauses out of 102018 with flag 7606942/1368001
197.70/195.30	c cleaning 52002 clauses out of 104016 with flag 7909654/1421001
207.08/204.70	c cleaning 52998 clauses out of 106014 with flag 8205119/1475001
217.24/214.96	c cleaning 54006 clauses out of 108016 with flag 8538185/1530001
227.51/225.29	c cleaning 54999 clauses out of 110009 with flag 8869387/1586000
238.58/236.35	c cleaning 55996 clauses out of 112011 with flag 9208016/1643001
249.53/247.34	c cleaning 56999 clauses out of 114018 with flag 9558104/1701004
260.71/258.51	c cleaning 58002 clauses out of 116018 with flag 9868023/1760003
272.79/270.64	c cleaning 58997 clauses out of 118015 with flag 10199646/1820002
285.43/283.33	c cleaning 60000 clauses out of 120016 with flag 10586226/1881000
298.50/296.44	c cleaning 60995 clauses out of 122016 with flag 10982691/1943000
311.18/309.16	c cleaning 62005 clauses out of 124021 with flag 11371893/2006000
324.05/322.01	c cleaning 63003 clauses out of 126017 with flag 11728211/2070001
338.04/336.10	c cleaning 63999 clauses out of 128014 with flag 12154063/2135001
351.48/349.55	c cleaning 65001 clauses out of 130015 with flag 12539708/2201001
364.87/362.98	c cleaning 66001 clauses out of 132015 with flag 12936159/2268002
379.72/377.84	c cleaning 67004 clauses out of 134013 with flag 13339002/2336001
395.28/393.48	c cleaning 67999 clauses out of 136009 with flag 13759760/2405001
412.75/410.90	c cleaning 69003 clauses out of 138009 with flag 14218002/2475000
428.42/426.68	c cleaning 69995 clauses out of 140006 with flag 14638758/2546000
446.56/445.55	c cleaning 70996 clauses out of 142012 with flag 15132169/2618001
463.61/462.63	c cleaning 72000 clauses out of 144015 with flag 15628379/2691000
480.58/479.62	c cleaning 73000 clauses out of 146015 with flag 16084582/2765000
500.12/499.22	c cleaning 74003 clauses out of 148015 with flag 16570139/2840000
519.18/518.36	c cleaning 74997 clauses out of 150012 with flag 17064928/2916000
540.13/539.37	c cleaning 75999 clauses out of 152015 with flag 17598405/2993000
563.25/562.59	c cleaning 77000 clauses out of 154016 with flag 18143948/3071000
584.71/584.09	c cleaning 77999 clauses out of 156018 with flag 18664210/3150002
607.66/607.07	c cleaning 79003 clauses out of 158018 with flag 19146140/3230001
629.68/629.11	c cleaning 80002 clauses out of 160017 with flag 19631213/3311003
654.30/653.84	c cleaning 80999 clauses out of 162012 with flag 20150852/3393000
676.76/676.32	c cleaning 81998 clauses out of 164013 with flag 20713506/3476000
703.30/702.99	c cleaning 83000 clauses out of 166015 with flag 21311508/3560000
729.14/728.80	c cleaning 84005 clauses out of 168016 with flag 21942165/3645001
755.68/755.45	c cleaning 85000 clauses out of 170011 with flag 22553779/3731001
787.99/787.89	c cleaning 86001 clauses out of 172010 with flag 23237059/3818000
817.52/817.47	c cleaning 86995 clauses out of 174009 with flag 23865630/3906000
844.55/844.54	c cleaning 87996 clauses out of 176015 with flag 24517378/3995001
874.56/874.65	c cleaning 88997 clauses out of 178018 with flag 25204021/4085000
905.29/905.42	c cleaning 90003 clauses out of 180021 with flag 25867265/4176000
934.30/934.53	c cleaning 91000 clauses out of 182021 with flag 26512067/4268003
968.95/969.27	c cleaning 91998 clauses out of 184018 with flag 27233551/4361000
999.16/999.53	c cleaning 93002 clauses out of 186021 with flag 27883612/4455001
1032.77/1033.26	c cleaning 93998 clauses out of 188018 with flag 28594682/4550000
1064.50/1065.05	c cleaning 95001 clauses out of 190021 with flag 29259496/4646001
1096.11/1096.77	c cleaning 96002 clauses out of 192021 with flag 29854973/4743002
1131.22/1131.93	c cleaning 97001 clauses out of 194018 with flag 30559941/4841001
1168.41/1169.29	c cleaning 97998 clauses out of 196017 with flag 31239608/4940001
1204.16/1205.06	c cleaning 99003 clauses out of 198020 with flag 31915733/5040002
1236.77/1237.74	c cleaning 99999 clauses out of 200017 with flag 32582129/5141002
1273.97/1275.06	c cleaning 100999 clauses out of 202016 with flag 33308244/5243000
1313.10/1314.22	c cleaning 102001 clauses out of 204018 with flag 34025841/5346001
1352.59/1353.81	c cleaning 102997 clauses out of 206016 with flag 34721346/5450000
1393.53/1394.89	c cleaning 104005 clauses out of 208021 with flag 35474035/5555002
1438.90/1440.38	c cleaning 104997 clauses out of 210015 with flag 36301797/5661001
1484.94/1486.49	c cleaning 105999 clauses out of 212018 with flag 37157637/5768001
1527.44/1529.09	c cleaning 107003 clauses out of 214019 with flag 37986932/5876001
1568.59/1570.25	c cleaning 107994 clauses out of 216015 with flag 38753434/5985000
1612.97/1614.77	c cleaning 109002 clauses out of 218021 with flag 39532716/6095000
1657.81/1659.75	c cleaning 110002 clauses out of 220020 with flag 40345886/6206001
1699.68/1701.79	c cleaning 111003 clauses out of 222018 with flag 41136516/6318001
1747.39/1749.50	c cleaning 112001 clauses out of 224014 with flag 41951338/6431000
1800.75/1803.01	c cleaning 112997 clauses out of 226018 with flag 42838954/6545005
1850.05/1852.45	c cleaning 113996 clauses out of 228018 with flag 43720414/6660002
1902.52/1905.00	c cleaning 114998 clauses out of 230020 with flag 44574239/6776000
1957.47/1960.60	c cleaning 116000 clauses out of 232022 with flag 45474541/6893000
2013.23/2016.56	c cleaning 117003 clauses out of 234022 with flag 46406099/7011000
2077.91/2081.36	c cleaning 118003 clauses out of 236019 with flag 47445297/7130000
2137.45/2141.04	c cleaning 119000 clauses out of 238016 with flag 48457555/7250000
2198.62/2202.37	c cleaning 120001 clauses out of 240017 with flag 49478819/7371001
2256.77/2260.64	c cleaning 121000 clauses out of 242017 with flag 50376105/7493002
2317.17/2321.13	c cleaning 121995 clauses out of 244015 with flag 51328810/7616000
2373.22/2377.21	c cleaning 123004 clauses out of 246021 with flag 52125264/7740001
2430.98/2435.11	c cleaning 123994 clauses out of 248016 with flag 53025180/7865000
2492.30/2496.52	c cleaning 125003 clauses out of 250023 with flag 53916658/7991001
2553.05/2557.46	c cleaning 126002 clauses out of 252019 with flag 54849723/8118000
2613.17/2617.61	c cleaning 126998 clauses out of 254017 with flag 55780078/8246000
2680.89/2685.53	c cleaning 128004 clauses out of 256019 with flag 56749946/8375000
2743.13/2748.11	c cleaning 129002 clauses out of 258015 with flag 57642838/8505000
2805.50/2810.64	c cleaning 129999 clauses out of 260013 with flag 58643994/8636000
2870.82/2876.17	c cleaning 130998 clauses out of 262014 with flag 59689477/8768000
2947.78/2953.24	c cleaning 131997 clauses out of 264017 with flag 60839498/8901001
3025.26/3030.92	c cleaning 133003 clauses out of 266021 with flag 61979240/9035002
3100.31/3106.12	c cleaning 134002 clauses out of 268017 with flag 63138607/9170001
3180.55/3186.59	c cleaning 135001 clauses out of 270015 with flag 64284388/9306001
3253.82/3260.02	c cleaning 135995 clauses out of 272014 with flag 65390556/9443001
3325.07/3331.46	c cleaning 136998 clauses out of 274018 with flag 66467483/9581000
3397.28/3403.87	c cleaning 138003 clauses out of 276021 with flag 67571951/9720001
3477.85/3484.63	c cleaning 139002 clauses out of 278017 with flag 68743396/9860000
3550.10/3557.04	c cleaning 140002 clauses out of 280015 with flag 69845137/10001000
3600.04/3607.12	c starts		: 243
3600.04/3607.12	c conflicts		: 10103181
3600.04/3607.12	c decisions		: 11337588
3600.04/3607.12	c propagations		: 1029458837
3600.04/3607.12	c inspects		: 45892313197
3600.04/3607.12	c shortcuts		: 0
3600.04/3607.12	c learnt literals	: 0
3600.04/3607.12	c learnt binary clauses	: 0
3600.04/3607.12	c learnt ternary clauses	: 9
3600.04/3607.12	c learnt constraints	: 10103181
3600.04/3607.12	c ignored constraints	: 0
3600.04/3607.12	c root simplifications	: 0
3600.04/3607.12	c removed literals (reason simplification)	: 97887741
3600.04/3607.12	c reason swapping (by a shorter reason)	: 0
3600.04/3607.12	c Calls to reduceDB	: 137
3600.04/3607.12	c Number of update (reduction) of LBD	: 1691938
3600.04/3607.13	c timeout
3600.04/3607.13	c Imported unit clauses	: 0
3600.04/3607.13	c No decision after first conflict	: false
3600.04/3607.13	c number of reductions to clauses (during analyze)	: 0
3600.04/3607.13	c number of learned constraints concerned by reduction	: 0
3600.04/3607.13	c number of learning phase by resolution	: 0
3600.04/3607.13	c number of learning phase by cutting planes	: 0
3600.04/3607.13	c number of rounding to 1 operations	: 0
3600.04/3607.13	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3607.13	c number of reductions of the coefficients by power 2 	: 0
3600.04/3607.13	c number of right shift for reduction by power 2 	: 0
3600.04/3607.13	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3607.13	c number of ending skipping 	: 0
3600.04/3607.13	c number of internal skipping 	: 0
3600.04/3607.13	c number of derivation steps 	: 0
3600.04/3607.13	c number of skipped derivation steps 	: 0
3600.04/3607.13	c number of remaining unassigned 	: 0
3600.04/3607.13	c number of remaining assigned 	: 0
3600.04/3607.13	c number of falsified literals weakened from reason	: 0
3600.04/3607.13	c number of falsified literals weakened from conflict	: 0
3600.04/3607.13	c time for arithmetic operations	: 0
3600.04/3607.13	c minimum degree of deleted constraints	: null
3600.04/3607.13	c maximum degree of deleted constraints	: null
3600.04/3607.13	c number of deleted constraints	: 0
3600.04/3607.13	c speed (assignments/second)	: 285416.1980931384
3600.04/3607.13	c non guided choices	: 153
3600.04/3607.19	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 242194
3600.04/3607.19	s UNKNOWN
3600.04/3607.19	c Total wall clock time (in seconds): 3607.059

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: 63708 MiB (58945 MiB free)
  memory of node 1: 64465 MiB (60804 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4514599-1751227614/watcher-4514599-1751227614 -o /tmp/evaluation-result-4514599-1751227614/solver-4514599-1751227614 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751218367-30659 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4514599-1751227614 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4514599-1751227614.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=32412, runsolver pid=32409

[startup+0.10006 s]*
/proc/loadavg: 4.35 4.19 4.12 6/341 32430
/proc/meminfo: memFree=122596924/131250000 swapFree=33010684/33010684
[pid=32412] ppid=32409 vsize=18930384 memory=57664 CPUtime=0.13 cores=1,3
/proc/32412/stat : 32412 (java) S 32409 32412 30647 0 -1 4194304 6566 0 0 0 11 2 0 0 20 0 18 0 38440054 19384713216 14416 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
/proc/32412/statm: 4732596 14416 5334 1 0 547619 0
[pid=32412/tid=32414] ppid=32409 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=1,3
/proc/32412/task/32414/stat : 32414 (java) R 32409 32412 30647 0 -1 4194368 5066 0 0 0 7 1 0 0 20 0 18 0 38440056 19384713216 14416 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
[pid=32412/tid=32423] ppid=32409 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/32412/task/32423/stat : 32423 (Finalizer) S 32409 32412 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38440058 19384713216 14416 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
[pid=32412/tid=32430] ppid=32409 vsize=18930384 memory=59585004333716 CPUtime=0 cores=1,3
/proc/32412/task/32430/stat : 32430 (Common-Cleaner) S 32409 32412 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 38440058 19384713216 14416 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57664 KiB

[startup+0.205871 s]*
/proc/loadavg: 4.35 4.19 4.12 7/341 32430
/proc/meminfo: memFree=122594908/131250000 swapFree=33010684/33010684
[pid=32412] ppid=32409 vsize=18930384 memory=65908 CPUtime=0.32 cores=1,3
/proc/32412/stat : 32412 (java) S 32409 32412 30647 0 -1 4194304 7004 0 0 0 30 2 0 0 20 0 18 0 38440054 19384713216 16477 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
/proc/32412/statm: 4732596 16477 5430 1 0 547885 0
[pid=32412/tid=32414] ppid=32409 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=1,3
/proc/32412/task/32414/stat : 32414 (java) R 32409 32412 30647 0 -1 4194368 5290 0 0 0 16 1 0 0 20 0 18 0 38440056 19384713216 16477 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
[pid=32412/tid=32423] ppid=32409 vsize=18930384 memory=2569 CPUtime=0 cores=1,3
/proc/32412/task/32423/stat : 32423 (Finalizer) S 32409 32412 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38440058 19384713216 16477 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
[pid=32412/tid=32430] ppid=32409 vsize=18930384 memory=58485492679654 CPUtime=0 cores=1,3
/proc/32412/task/32430/stat : 32430 (Common-Cleaner) S 32409 32412 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 38440058 19384713216 16477 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 65908 KiB

[startup+0.305743 s]*
/proc/loadavg: 4.35 4.19 4.12 7/342 32431
/proc/meminfo: memFree=122579500/131250000 swapFree=33010684/33010684
[pid=32412] ppid=32409 vsize=18996948 memory=83804 CPUtime=0.51 cores=1,3
/proc/32412/stat : 32412 (java) S 32409 32412 30647 0 -1 4194304 8850 0 0 0 48 3 0 0 20 0 19 0 38440054 19452874752 20951 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
/proc/32412/statm: 4749237 20951 5430 1 0 549466 0
[pid=32412/tid=32414] ppid=32409 vsize=18996948 memory=-6000919468495497836 CPUtime=0.24 cores=1,3
/proc/32412/task/32414/stat : 32414 (java) R 32409 32412 30647 0 -1 4194368 5355 0 0 0 22 2 0 0 20 0 19 0 38440056 19452874752 20951 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
[pid=32412/tid=32423] ppid=32409 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/32412/task/32423/stat : 32423 (Finalizer) S 32409 32412 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38440058 19452874752 20951 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
[pid=32412/tid=32430] ppid=32409 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/32412/task/32430/stat : 32430 (Common-Cleaner) S 32409 32412 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 38440058 19452874752 20951 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
[pid=32412/tid=32431] ppid=32409 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/32412/task/32431/stat : 32431 (Timer-0) S 32409 32412 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38440081 19452874752 20951 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 83804 KiB

[startup+0.700233 s]
/proc/loadavg: 4.35 4.19 4.12 6/342 32431
/proc/meminfo: memFree=122570552/131250000 swapFree=33010684/33010684
[pid=32412] ppid=32409 vsize=18999008 memory=120596 CPUtime=1.27 cores=1,3
/proc/32412/stat : 32412 (java) S 32409 32412 30647 0 -1 4194304 12282 0 0 0 122 5 0 0 20 0 19 0 38440054 19454984192 30149 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
/proc/32412/statm: 4749752 30149 5430 1 0 551958 0
[pid=32412/tid=32414] ppid=32409 vsize=18999008 memory=17536 CPUtime=0.56 cores=1,3
/proc/32412/task/32414/stat : 32414 (java) R 32409 32412 30647 0 -1 4194368 5375 0 0 0 53 3 0 0 20 0 19 0 38440056 19454984192 30149 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
[pid=32412/tid=32423] ppid=32409 vsize=18999008 memory=10752 CPUtime=0 cores=1,3
/proc/32412/task/32423/stat : 32423 (Finalizer) S 32409 32412 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38440058 19454984192 30149 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
[pid=32412/tid=32430] ppid=32409 vsize=18999008 memory=3328 CPUtime=0 cores=1,3
/proc/32412/task/32430/stat : 32430 (Common-Cleaner) S 32409 32412 30647 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 38440058 19454984192 30149 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
[pid=32412/tid=32431] ppid=32409 vsize=18999008 memory=4764 CPUtime=0 cores=1,3
/proc/32412/task/32431/stat : 32431 (Timer-0) S 32409 32412 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38440081 19454984192 30149 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18999008 KiB
Current children cumulated memory: 120596 KiB

[startup+1.50024 s]
/proc/loadavg: 4.35 4.19 4.12 6/342 32431
/proc/meminfo: memFree=122497524/131250000 swapFree=33010684/33010684
[pid=32412] ppid=32409 vsize=19063512 memory=172964 CPUtime=2.86 cores=1,3
/proc/32412/stat : 32412 (java) S 32409 32412 30647 0 -1 4194304 20225 0 0 0 278 8 0 0 20 0 20 0 38440054 19521036288 43241 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
/proc/32412/statm: 4765878 43241 5462 1 0 553102 0
[pid=32412/tid=32414] ppid=32409 vsize=19063512 memory=10752 CPUtime=1.34 cores=1,3
/proc/32412/task/32414/stat : 32414 (java) R 32409 32412 30647 0 -1 4194368 5679 0 0 0 129 5 0 0 20 0 20 0 38440056 19521036288 43241 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
[pid=32412/tid=32423] ppid=32409 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/32412/task/32423/stat : 32423 (Finalizer) S 32409 32412 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38440058 19521036288 43241 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
[pid=32412/tid=32430] ppid=32409 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/32412/task/32430/stat : 32430 (Common-Cleaner) S 32409 32412 30647 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 38440058 19521036288 43241 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
[pid=32412/tid=32431] ppid=32409 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/32412/task/32431/stat : 32431 (Timer-0) S 32409 32412 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38440081 19521036288 43241 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 172964 KiB

[startup+3.10596 s]
/proc/loadavg: 4.41 4.20 4.12 6/343 32432
/proc/meminfo: memFree=122482348/131250000 swapFree=33010684/33010684
[pid=32412] ppid=32409 vsize=19063512 memory=173476 CPUtime=5.12 cores=1,3
/proc/32412/stat : 32412 (java) S 32409 32412 30647 0 -1 4194304 22177 0 0 0 502 10 0 0 20 0 20 0 38440054 19521036288 43369 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
/proc/32412/statm: 4765878 43369 5462 1 0 553119 0
[pid=32412/tid=32414] ppid=32409 vsize=19063512 memory=10752 CPUtime=2.92 cores=1,3
/proc/32412/task/32414/stat : 32414 (java) R 32409 32412 30647 0 -1 4194368 6136 0 0 0 286 6 0 0 20 0 20 0 38440056 19521036288 43369 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
[pid=32412/tid=32423] ppid=32409 vsize=19063512 memory=-6000919468495497836 CPUtime=0 cores=1,3
/proc/32412/task/32423/stat : 32423 (Finalizer) S 32409 32412 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38440058 19521036288 43369 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
[pid=32412/tid=32430] ppid=32409 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/32412/task/32430/stat : 32430 (Common-Cleaner) S 32409 32412 30647 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 38440058 19521036288 43369 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
[pid=32412/tid=32431] ppid=32409 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/32412/task/32431/stat : 32431 (Timer-0) S 32409 32412 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38440081 19521036288 43369 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
Current children cumulated CPU time: 5.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 173476 KiB

[startup+6.30021 s]
/proc/loadavg: 4.41 4.20 4.12 5/343 32432
/proc/meminfo: memFree=122403228/131250000 swapFree=33010684/33010684
[pid=32412] ppid=32409 vsize=19063512 memory=214036 CPUtime=8.62 cores=1,3
/proc/32412/stat : 32412 (java) S 32409 32412 30647 0 -1 4194304 23797 0 0 0 851 11 0 0 20 0 20 0 38440054 19521036288 53509 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
/proc/32412/statm: 4765878 53509 5462 1 0 553120 0
[pid=32412/tid=32414] ppid=32409 vsize=19063512 memory=0 CPUtime=6.08 cores=1,3
/proc/32412/task/32414/stat : 32414 (java) R 32409 32412 30647 0 -1 4194368 6718 0 0 0 601 7 0 0 20 0 20 0 38440056 19521036288 53509 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
[pid=32412/tid=32423] ppid=32409 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/32412/task/32423/stat : 32423 (Finalizer) S 32409 32412 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38440058 19521036288 53509 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
[pid=32412/tid=32430] ppid=32409 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/32412/task/32430/stat : 32430 (Common-Cleaner) S 32409 32412 30647 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 38440058 19521036288 53509 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
[pid=32412/tid=32431] ppid=32409 vsize=19063512 memory=172964 CPUtime=0 cores=1,3
/proc/32412/task/32431/stat : 32431 (Timer-0) S 32409 32412 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38440081 19521036288 53509 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
Current children cumulated CPU time: 8.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 214036 KiB

[startup+12.7002 s]
/proc/loadavg: 4.34 4.20 4.12 5/343 32432
/proc/meminfo: memFree=122044868/131250000 swapFree=33010684/33010684
[pid=32412] ppid=32409 vsize=19063512 memory=532560 CPUtime=15.68 cores=1,3
/proc/32412/stat : 32412 (java) S 32409 32412 30647 0 -1 4194304 33012 0 0 0 1546 22 0 0 20 0 20 0 38440054 19521036288 133140 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
/proc/32412/statm: 4765878 133140 5494 1 0 553443 0
[pid=32412/tid=32414] ppid=32409 vsize=19063512 memory=172964 CPUtime=12.46 cores=1,3
/proc/32412/task/32414/stat : 32414 (java) R 32409 32412 30647 0 -1 4194368 8207 0 0 0 1230 16 0 0 20 0 20 0 38440056 19521036288 133140 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
[pid=32412/tid=32423] ppid=32409 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/32412/task/32423/stat : 32423 (Finalizer) S 32409 32412 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38440058 19521036288 133140 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
[pid=32412/tid=32430] ppid=32409 vsize=19063512 memory=509828 CPUtime=0 cores=1,3
/proc/32412/task/32430/stat : 32430 (Common-Cleaner) S 32409 32412 30647 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 38440058 19521036288 133140 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
[pid=32412/tid=32431] ppid=32409 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/32412/task/32431/stat : 32431 (Timer-0) S 32409 32412 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38440081 19521036288 133140 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
Current children cumulated CPU time: 15.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 532560 KiB

[startup+25.5002 s]
/proc/loadavg: 4.44 4.22 4.13 5/343 32432
/proc/meminfo: memFree=121806996/131250000 swapFree=33010684/33010684
[pid=32412] ppid=32409 vsize=19063512 memory=741492 CPUtime=28.47 cores=1,3
/proc/32412/stat : 32412 (java) S 32409 32412 30647 0 -1 4194304 35548 0 0 0 2818 29 0 0 20 0 20 0 38440054 19521036288 185373 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
/proc/32412/statm: 4765878 185373 5494 1 0 553443 0
[pid=32412/tid=32414] ppid=32409 vsize=19063512 memory=10752 CPUtime=25.2 cores=1,3
/proc/32412/task/32414/stat : 32414 (java) R 32409 32412 30647 0 -1 4194368 9204 0 0 0 2497 23 0 0 20 0 20 0 38440056 19521036288 185373 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
[pid=32412/tid=32423] ppid=32409 vsize=19063512 memory=509828 CPUtime=0 cores=1,3
/proc/32412/task/32423/stat : 32423 (Finalizer) S 32409 32412 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38440058 19521036288 185373 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
[pid=32412/tid=32430] ppid=32409 vsize=19063512 memory=4252 CPUtime=0 cores=1,3
/proc/32412/task/32430/stat : 32430 (Common-Cleaner) S 32409 32412 30647 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 38440058 19521036288 185373 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
[pid=32412/tid=32431] ppid=32409 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/32412/task/32431/stat : 32431 (Timer-0) S 32409 32412 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38440081 19521036288 185373 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
Current children cumulated CPU time: 28.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 741492 KiB

[startup+51.1057 s]
/proc/loadavg: 4.29 4.20 4.12 5/343 32433
/proc/meminfo: memFree=121589252/131250000 swapFree=33010684/33010684
[pid=32412] ppid=32409 vsize=19063512 memory=802940 CPUtime=53.97 cores=1,3
/proc/32412/stat : 32412 (java) S 32409 32412 30647 0 -1 4194304 35702 0 0 0 5362 35 0 0 20 0 20 0 38440054 19521036288 200735 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
/proc/32412/statm: 4765878 200735 5494 1 0 553443 0
[pid=32412/tid=32414] ppid=32409 vsize=19063512 memory=802940 CPUtime=50.67 cores=1,3
/proc/32412/task/32414/stat : 32414 (java) R 32409 32412 30647 0 -1 4194368 9307 0 0 0 5039 28 0 0 20 0 20 0 38440056 19521036288 200735 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0

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

/proc/32412/task/32423/stat : 32423 (Finalizer) S 32409 32412 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38440058 19521036288 413892 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
[pid=32412/tid=32430] ppid=32409 vsize=19063512 memory=1655568 CPUtime=0 cores=1,3
/proc/32412/task/32430/stat : 32430 (Common-Cleaner) S 32409 32412 30647 0 -1 4194368 1674 0 0 0 0 0 0 0 20 0 20 0 38440058 19521036288 413892 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
[pid=32412/tid=32431] ppid=32409 vsize=19063512 memory=1655568 CPUtime=0 cores=1,3
/proc/32412/task/32431/stat : 32431 (Timer-0) S 32409 32412 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38440081 19521036288 413892 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
Current children cumulated CPU time: 3216.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1655568 KiB

[startup+3282.3 s]
/proc/loadavg: 3.11 3.17 3.32 4/321 33113
/proc/meminfo: memFree=75827144/131250000 swapFree=33010684/33010684
[pid=32412] ppid=32409 vsize=19063512 memory=1655568 CPUtime=3276.07 cores=1,3
/proc/32412/stat : 32412 (java) S 32409 32412 30647 0 -1 4194304 85417 0 0 0 327239 368 0 0 20 0 20 0 38440054 19521036288 413892 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
/proc/32412/statm: 4765878 413892 5494 1 0 553447 0
[pid=32412/tid=32414] ppid=32409 vsize=19063512 memory=1655568 CPUtime=3268.52 cores=1,3
/proc/32412/task/32414/stat : 32414 (java) R 32409 32412 30647 0 -1 4194368 35943 0 0 0 326557 295 0 0 20 0 20 0 38440056 19521036288 413892 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
[pid=32412/tid=32423] ppid=32409 vsize=19063512 memory=1655568 CPUtime=0 cores=1,3
/proc/32412/task/32423/stat : 32423 (Finalizer) S 32409 32412 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38440058 19521036288 413892 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
[pid=32412/tid=32430] ppid=32409 vsize=19063512 memory=1920 CPUtime=0 cores=1,3
/proc/32412/task/32430/stat : 32430 (Common-Cleaner) S 32409 32412 30647 0 -1 4194368 1787 0 0 0 0 0 0 0 20 0 20 0 38440058 19521036288 413892 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
[pid=32412/tid=32431] ppid=32409 vsize=19063512 memory=2736 CPUtime=0 cores=1,3
/proc/32412/task/32431/stat : 32431 (Timer-0) S 32409 32412 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38440081 19521036288 413892 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
Current children cumulated CPU time: 3276.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1655568 KiB

[startup+3342.3 s]
/proc/loadavg: 3.22 3.19 3.32 4/321 33116
/proc/meminfo: memFree=74850892/131250000 swapFree=33010684/33010684
[pid=32412] ppid=32409 vsize=19063512 memory=1682204 CPUtime=3335.94 cores=1,3
/proc/32412/stat : 32412 (java) S 32409 32412 30647 0 -1 4194304 87344 0 0 0 333221 373 0 0 20 0 20 0 38440054 19521036288 420551 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
/proc/32412/statm: 4765878 420551 5494 1 0 553447 0
[pid=32412/tid=32414] ppid=32409 vsize=19063512 memory=1682204 CPUtime=3328.26 cores=1,3
/proc/32412/task/32414/stat : 32414 (java) R 32409 32412 30647 0 -1 4194368 36568 0 0 0 332527 299 0 0 20 0 20 0 38440056 19521036288 420551 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
[pid=32412/tid=32423] ppid=32409 vsize=19063512 memory=-6000919468495497836 CPUtime=0 cores=1,3
/proc/32412/task/32423/stat : 32423 (Finalizer) S 32409 32412 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38440058 19521036288 420551 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
[pid=32412/tid=32430] ppid=32409 vsize=19063512 memory=1682204 CPUtime=0 cores=1,3
/proc/32412/task/32430/stat : 32430 (Common-Cleaner) S 32409 32412 30647 0 -1 4194368 1880 0 0 0 0 0 0 0 20 0 20 0 38440058 19521036288 420551 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
[pid=32412/tid=32431] ppid=32409 vsize=19063512 memory=21612 CPUtime=0 cores=1,3
/proc/32412/task/32431/stat : 32431 (Timer-0) S 32409 32412 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38440081 19521036288 420551 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
Current children cumulated CPU time: 3335.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1682204 KiB

[startup+3402.3 s]
/proc/loadavg: 3.17 3.18 3.31 5/320 33118
/proc/meminfo: memFree=73888552/131250000 swapFree=33010684/33010684
[pid=32412] ppid=32409 vsize=19063512 memory=1682204 CPUtime=3395.78 cores=1,3
/proc/32412/stat : 32412 (java) S 32409 32412 30647 0 -1 4194304 88310 0 0 0 339200 378 0 0 20 0 20 0 38440054 19521036288 420551 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
/proc/32412/statm: 4765878 420551 5494 1 0 553447 0
[pid=32412/tid=32414] ppid=32409 vsize=19063512 memory=1682204 CPUtime=3388.08 cores=1,3
/proc/32412/task/32414/stat : 32414 (java) R 32409 32412 30647 0 -1 4194368 37382 0 0 0 338506 302 0 0 20 0 20 0 38440056 19521036288 420551 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
[pid=32412/tid=32423] ppid=32409 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/32412/task/32423/stat : 32423 (Finalizer) S 32409 32412 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38440058 19521036288 420551 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
[pid=32412/tid=32430] ppid=32409 vsize=19063512 memory=17536 CPUtime=0 cores=1,3
/proc/32412/task/32430/stat : 32430 (Common-Cleaner) S 32409 32412 30647 0 -1 4194368 1880 0 0 0 0 0 0 0 20 0 20 0 38440058 19521036288 420551 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
[pid=32412/tid=32431] ppid=32409 vsize=19063512 memory=1682204 CPUtime=0 cores=1,3
/proc/32412/task/32431/stat : 32431 (Timer-0) S 32409 32412 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38440081 19521036288 420551 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
Current children cumulated CPU time: 3395.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1682204 KiB

[startup+3462.3 s]
/proc/loadavg: 2.74 3.07 3.26 3/294 33153
/proc/meminfo: memFree=76450788/131250000 swapFree=33010684/33010684
[pid=32412] ppid=32409 vsize=19063512 memory=1682204 CPUtime=3455.62 cores=1,3
/proc/32412/stat : 32412 (java) S 32409 32412 30647 0 -1 4194304 89534 0 0 0 345178 384 0 0 20 0 20 0 38440054 19521036288 420551 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
/proc/32412/statm: 4765878 420551 5494 1 0 553447 0
[pid=32412/tid=32414] ppid=32409 vsize=19063512 memory=1682204 CPUtime=3447.83 cores=1,3
/proc/32412/task/32414/stat : 32414 (java) R 32409 32412 30647 0 -1 4194368 37674 0 0 0 344477 306 0 0 20 0 20 0 38440056 19521036288 420551 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
[pid=32412/tid=32423] ppid=32409 vsize=19063512 memory=1682204 CPUtime=0 cores=1,3
/proc/32412/task/32423/stat : 32423 (Finalizer) S 32409 32412 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38440058 19521036288 420551 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
[pid=32412/tid=32430] ppid=32409 vsize=19063512 memory=1682204 CPUtime=0 cores=1,3
/proc/32412/task/32430/stat : 32430 (Common-Cleaner) S 32409 32412 30647 0 -1 4194368 1943 0 0 0 0 0 0 0 20 0 20 0 38440058 19521036288 420551 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
[pid=32412/tid=32431] ppid=32409 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/32412/task/32431/stat : 32431 (Timer-0) S 32409 32412 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38440081 19521036288 420551 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
Current children cumulated CPU time: 3455.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1682204 KiB

[startup+3522.3 s]
/proc/loadavg: 2.33 2.89 3.18 3/295 33156
/proc/meminfo: memFree=75526420/131250000 swapFree=33010684/33010684
[pid=32412] ppid=32409 vsize=19063512 memory=1682204 CPUtime=3515.44 cores=1,3
/proc/32412/stat : 32412 (java) S 32409 32412 30647 0 -1 4194304 89977 0 0 0 351156 388 0 0 20 0 20 0 38440054 19521036288 420551 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
/proc/32412/statm: 4765878 420551 5494 1 0 553467 0
[pid=32412/tid=32414] ppid=32409 vsize=19063512 memory=1682204 CPUtime=3507.64 cores=1,3
/proc/32412/task/32414/stat : 32414 (java) R 32409 32412 30647 0 -1 4194368 37866 0 0 0 350455 309 0 0 20 0 20 0 38440056 19521036288 420551 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
[pid=32412/tid=32423] ppid=32409 vsize=19063512 memory=1682204 CPUtime=0 cores=1,3
/proc/32412/task/32423/stat : 32423 (Finalizer) S 32409 32412 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38440058 19521036288 420551 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
[pid=32412/tid=32430] ppid=32409 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/32412/task/32430/stat : 32430 (Common-Cleaner) S 32409 32412 30647 0 -1 4194368 1943 0 0 0 0 0 0 0 20 0 20 0 38440058 19521036288 420551 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
[pid=32412/tid=32431] ppid=32409 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/32412/task/32431/stat : 32431 (Timer-0) S 32409 32412 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38440081 19521036288 420551 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
Current children cumulated CPU time: 3515.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1682204 KiB

[startup+3582.3 s]
/proc/loadavg: 2.27 2.77 3.12 3/297 33160
/proc/meminfo: memFree=74636604/131250000 swapFree=33010684/33010684
[pid=32412] ppid=32409 vsize=19063512 memory=1682204 CPUtime=3575.31 cores=1,3
/proc/32412/stat : 32412 (java) S 32409 32412 30647 0 -1 4194304 90111 0 0 0 357137 394 0 0 20 0 20 0 38440054 19521036288 420551 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
/proc/32412/statm: 4765878 420551 5494 1 0 553467 0
[pid=32412/tid=32414] ppid=32409 vsize=19063512 memory=1682204 CPUtime=3567.38 cores=1,3
/proc/32412/task/32414/stat : 32414 (java) R 32409 32412 30647 0 -1 4194368 37956 0 0 0 356425 313 0 0 20 0 20 0 38440056 19521036288 420551 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
[pid=32412/tid=32423] ppid=32409 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/32412/task/32423/stat : 32423 (Finalizer) S 32409 32412 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38440058 19521036288 420551 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
[pid=32412/tid=32430] ppid=32409 vsize=19063512 memory=1682204 CPUtime=0 cores=1,3
/proc/32412/task/32430/stat : 32430 (Common-Cleaner) S 32409 32412 30647 0 -1 4194368 1943 0 0 0 0 0 0 0 20 0 20 0 38440058 19521036288 420551 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
[pid=32412/tid=32431] ppid=32409 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/32412/task/32431/stat : 32431 (Timer-0) S 32409 32412 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38440081 19521036288 420551 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
Current children cumulated CPU time: 3575.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1682204 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3607.11 s]
/proc/loadavg: 2.23 2.72 3.10 3/299 33166
/proc/meminfo: memFree=74286008/131250000 swapFree=33010684/33010684
[pid=32412] ppid=32409 vsize=19063512 memory=1682204 CPUtime=3600.04 cores=1,3
/proc/32412/stat : 32412 (java) S 32409 32412 30647 0 -1 4194304 90153 0 0 0 359609 395 0 0 20 0 20 0 38440054 19521036288 420551 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
/proc/32412/statm: 4765878 420551 5494 1 0 553467 0
[pid=32412/tid=32414] ppid=32409 vsize=19063512 memory=1682204 CPUtime=3592.1 cores=1,3
/proc/32412/task/32414/stat : 32414 (java) R 32409 32412 30647 0 -1 4194368 37989 0 0 0 358896 314 0 0 20 0 20 0 38440056 19521036288 420551 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
[pid=32412/tid=32423] ppid=32409 vsize=19063512 memory=1682204 CPUtime=0 cores=1,3
/proc/32412/task/32423/stat : 32423 (Finalizer) S 32409 32412 30647 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38440058 19521036288 420551 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
[pid=32412/tid=32430] ppid=32409 vsize=19063512 memory=1682204 CPUtime=0 cores=1,3
/proc/32412/task/32430/stat : 32430 (Common-Cleaner) S 32409 32412 30647 0 -1 4194368 1943 0 0 0 0 0 0 0 20 0 20 0 38440058 19521036288 420551 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
[pid=32412/tid=32431] ppid=32409 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/32412/task/32431/stat : 32431 (Timer-0) S 32409 32412 30647 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38440081 19521036288 420551 18446744073709551615 94167623421952 94167623425648 140733418134832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94167623433464 94167623434256 94167637495808 140733418137904 140733418138086 140733418138086 140733418143688 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1682204 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.22 s, system=3.96943 s

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

[startup+3607.21 s]*
/proc/loadavg: 2.37 2.74 3.10 3/281 33169
/proc/meminfo: memFree=75906504/131250000 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3607.22
CPU time (s): 3600.19
CPU user time (s): 3596.22
CPU system time (s): 3.96943
CPU usage (%): 99.8051
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 1682204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.22
system time used= 3.96943
maximum resident set size= 1683356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93058
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2851920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 104362
involuntary context switches= 6701


# summary of solver processes directly reported to runsolver:
#   pid: 32412
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3596.22
#   total CPU system time (s): 3.96943

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.47778 second user time and 17.3371 second system time

The end

Launcher Data

Begin job on nodeC026 at 2025-06-29 22:06:54
IDJOB=4514599
IDBENCH=162772
IDSOLVER=3364
FILE ID=nodeC026/4514599-1751227614
RUNJOBID= nodeC026-1751218367-30659
SLURM_JOB_ID= 9587668
Free space on /tmp= 433052 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/d_n_k/normalized-6_6_33.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4514599-1751227614/watcher-4514599-1751227614 -o /tmp/evaluation-result-4514599-1751227614/solver-4514599-1751227614 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751218367-30659 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4514599-1751227614 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4514599-1751227614.opb

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

MD5SUM BENCH= e4b196fa2cd155289a58b617d5417cd9
RANDOM SEED=1178471342

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        122623336 kB
MemAvailable:   125549692 kB
Buffers:            3280 kB
Cached:          3725140 kB
SwapCached:            0 kB
Active:          4538068 kB
Inactive:        3468044 kB
Active(anon):    4295588 kB
Inactive(anon):        0 kB
Active(file):     242480 kB
Inactive(file):  3468044 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             37036 kB
Writeback:             0 kB
AnonPages:       4280712 kB
Mapped:           123040 kB
Shmem:             18080 kB
KReclaimable:     110144 kB
Slab:             199416 kB
SReclaimable:     110144 kB
SUnreclaim:        89272 kB
KernelStack:        5280 kB
PageTables:        12016 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    7055980 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151528 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4081664 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:      187092 kB
DirectMap2M:     9021440 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC026 at 2025-06-29 23:07:02