Trace number 4509723

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 CP VeriPB 2025-06-06? (TO) 3600.17 3604.71

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-regular-n30-d4-i1.cnf.gz-plain.pb.metafix.opb
MD5SUM70456d73d2f29031b06a5b292ce0fc7b
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 benchmark57.2992
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables121
Total number of constraints252
Number of constraints which are clauses252
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: EFFECTIVE
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Dynamic restart strategy considering the size of the coefficients
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4509723-1751191187.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c using VERIPB proof format
0.13/0.15	c  no objective function found
0.13/0.17	c ... done. Wall clock time 0.026s.
0.13/0.17	c declared #vars     121
0.13/0.17	c #constraints  252
0.13/0.17	c constraints type 
0.13/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 252
0.13/0.17	c 252 constraints processed.
1.68/0.92	c cleaning 2496 clauses out of 5000 with flag 0/5000
2.87/1.51	c cleaning 4247 clauses out of 8505 with flag 0/11001
4.01/2.14	c cleaning 5620 clauses out of 11257 with flag 0/18000
4.82/2.81	c cleaning 6818 clauses out of 13639 with flag 0/26002
5.69/3.63	c cleaning 7907 clauses out of 15821 with flag 0/35002
6.77/4.62	c cleaning 8953 clauses out of 17913 with flag 0/45001
8.03/5.82	c cleaning 9972 clauses out of 19960 with flag 0/56001
9.23/7.06	c cleaning 10991 clauses out of 21987 with flag 0/68000
10.62/8.43	c cleaning 11994 clauses out of 23997 with flag 0/81001
12.14/9.98	c cleaning 12992 clauses out of 26002 with flag 0/95000
13.92/11.60	c cleaning 13998 clauses out of 28010 with flag 0/110000
15.84/13.51	c cleaning 15002 clauses out of 30012 with flag 0/126000
17.98/15.60	c cleaning 15996 clauses out of 32011 with flag 0/143001
20.18/17.88	c cleaning 17003 clauses out of 34014 with flag 0/161000
22.68/20.36	c cleaning 18004 clauses out of 36013 with flag 0/180002
25.29/22.95	c cleaning 18999 clauses out of 38007 with flag 0/200000
28.08/25.74	c cleaning 19999 clauses out of 40011 with flag 0/221003
30.97/28.65	c cleaning 21002 clauses out of 42009 with flag 0/243000
34.07/31.77	c cleaning 21995 clauses out of 44007 with flag 0/266000
37.64/35.33	c cleaning 23003 clauses out of 46012 with flag 0/290000
41.22/38.91	c cleaning 23998 clauses out of 48010 with flag 0/315001
44.82/42.50	c cleaning 25000 clauses out of 50013 with flag 0/341002
48.53/46.23	c cleaning 26002 clauses out of 52012 with flag 0/368001
52.81/50.51	c cleaning 26999 clauses out of 54010 with flag 0/396001
57.50/55.26	c cleaning 27998 clauses out of 56012 with flag 0/425002
62.41/60.12	c cleaning 28996 clauses out of 58012 with flag 0/455000
67.20/64.96	c cleaning 30004 clauses out of 60016 with flag 0/486000
72.27/70.06	c cleaning 30998 clauses out of 62014 with flag 0/518002
77.56/75.33	c cleaning 32000 clauses out of 64016 with flag 0/551002
83.25/81.09	c cleaning 33002 clauses out of 66017 with flag 0/585003
89.53/87.36	c cleaning 34000 clauses out of 68012 with flag 0/620000
96.42/94.20	c cleaning 35000 clauses out of 70013 with flag 0/656001
103.50/101.38	c cleaning 36001 clauses out of 72013 with flag 0/693001
110.90/108.70	c cleaning 36998 clauses out of 74011 with flag 0/731000
118.19/116.02	c cleaning 37997 clauses out of 76013 with flag 0/770000
126.38/124.25	c cleaning 39002 clauses out of 78019 with flag 0/810003
134.65/132.51	c cleaning 39996 clauses out of 80014 with flag 0/851000
143.15/141.05	c cleaning 41000 clauses out of 82018 with flag 0/893000
152.04/149.91	c cleaning 42000 clauses out of 84019 with flag 0/936001
161.91/159.80	c cleaning 42997 clauses out of 86019 with flag 0/980001
171.81/169.72	c cleaning 44004 clauses out of 88023 with flag 0/1025002
182.11/180.04	c cleaning 45004 clauses out of 90019 with flag 0/1071002
192.58/190.55	c cleaning 45996 clauses out of 92014 with flag 0/1118001
203.97/201.99	c cleaning 47003 clauses out of 94017 with flag 0/1166000
215.57/213.56	c cleaning 48000 clauses out of 96015 with flag 0/1215001
227.27/225.26	c cleaning 48997 clauses out of 98014 with flag 0/1265000
239.07/237.08	c cleaning 50005 clauses out of 100019 with flag 0/1316002
251.40/249.32	c cleaning 51000 clauses out of 102013 with flag 0/1368001
263.60/261.56	c cleaning 51996 clauses out of 104013 with flag 0/1421001
276.31/274.20	c cleaning 53002 clauses out of 106017 with flag 0/1475001
289.42/287.38	c cleaning 53998 clauses out of 108014 with flag 0/1530000
302.95/300.86	c cleaning 54998 clauses out of 110016 with flag 0/1586000
317.75/315.69	c cleaning 55999 clauses out of 112018 with flag 0/1643000
332.27/330.18	c cleaning 57002 clauses out of 114023 with flag 0/1701004
348.26/346.11	c cleaning 57999 clauses out of 116017 with flag 0/1760000
364.75/362.62	c cleaning 59000 clauses out of 118018 with flag 0/1820000
380.26/378.10	c cleaning 60004 clauses out of 120022 with flag 0/1881004
396.37/394.20	c cleaning 61001 clauses out of 122014 with flag 0/1943000
414.77/412.60	c cleaning 61996 clauses out of 124014 with flag 0/2006001
431.78/429.66	c cleaning 62999 clauses out of 126017 with flag 0/2070000
450.80/448.60	c cleaning 64003 clauses out of 128018 with flag 0/2135000
468.71/466.51	c cleaning 65003 clauses out of 130019 with flag 0/2201004
487.13/484.90	c cleaning 65998 clauses out of 132013 with flag 0/2268001
508.98/506.83	c cleaning 66996 clauses out of 134014 with flag 0/2336000
529.60/527.43	c cleaning 68003 clauses out of 136019 with flag 0/2405001
551.24/549.01	c cleaning 68999 clauses out of 138017 with flag 0/2475002
572.37/570.12	c cleaning 70001 clauses out of 140019 with flag 0/2546003
594.55/592.31	c cleaning 70997 clauses out of 142015 with flag 0/2618000
615.46/613.27	c cleaning 72003 clauses out of 144021 with flag 0/2691003
638.77/636.55	c cleaning 73001 clauses out of 146018 with flag 0/2765003
662.34/660.18	c cleaning 74000 clauses out of 148016 with flag 0/2840002
684.83/682.64	c cleaning 74999 clauses out of 150016 with flag 0/2916002
706.54/704.31	c cleaning 76001 clauses out of 152016 with flag 0/2993001
728.90/726.78	c cleaning 76995 clauses out of 154014 with flag 0/3071000
755.29/753.14	c cleaning 78001 clauses out of 156019 with flag 0/3150000
782.27/780.10	c cleaning 78999 clauses out of 158018 with flag 0/3230000
808.41/806.30	c cleaning 79999 clauses out of 160019 with flag 0/3311000
835.14/833.00	c cleaning 81000 clauses out of 162020 with flag 0/3393000
862.99/860.99	c cleaning 82002 clauses out of 164024 with flag 0/3476004
889.84/887.87	c cleaning 82999 clauses out of 166020 with flag 0/3560002
916.21/914.25	c cleaning 84000 clauses out of 168020 with flag 0/3645001
944.67/942.72	c cleaning 85008 clauses out of 170019 with flag 0/3731000
974.80/972.91	c cleaning 85996 clauses out of 172011 with flag 0/3818000
1005.56/1003.71	c cleaning 86999 clauses out of 174016 with flag 0/3906001
1038.33/1036.59	c cleaning 87996 clauses out of 176017 with flag 0/3995001
1070.83/1069.04	c cleaning 88999 clauses out of 178021 with flag 0/4085001
1105.59/1103.88	c cleaning 90005 clauses out of 180022 with flag 0/4176001
1140.19/1138.48	c cleaning 90996 clauses out of 182016 with flag 0/4268000
1177.08/1175.37	c cleaning 92005 clauses out of 184020 with flag 0/4361000
1216.74/1215.04	c cleaning 92998 clauses out of 186016 with flag 0/4455001
1254.13/1252.45	c cleaning 94002 clauses out of 188018 with flag 0/4550001
1293.46/1291.84	c cleaning 94998 clauses out of 190016 with flag 0/4646001
1332.80/1331.27	c cleaning 96000 clauses out of 192017 with flag 0/4743000
1368.09/1366.57	c cleaning 97000 clauses out of 194019 with flag 0/4841002
1406.41/1404.95	c cleaning 98004 clauses out of 196017 with flag 0/4940000
1442.76/1441.34	c cleaning 98999 clauses out of 198013 with flag 0/5040000
1478.52/1477.06	c cleaning 99996 clauses out of 200014 with flag 0/5141000
1518.81/1517.33	c cleaning 101004 clauses out of 202019 with flag 0/5243001
1560.34/1558.93	c cleaning 102003 clauses out of 204015 with flag 0/5346001
1600.20/1598.89	c cleaning 102997 clauses out of 206012 with flag 0/5450001
1636.42/1635.19	c cleaning 104000 clauses out of 208014 with flag 0/5555000
1675.77/1675.21	c cleaning 104996 clauses out of 210014 with flag 0/5661000
1715.62/1716.62	c cleaning 105999 clauses out of 212018 with flag 0/5768000
1752.40/1753.53	c cleaning 107003 clauses out of 214020 with flag 0/5876001
1790.11/1791.36	c cleaning 107999 clauses out of 216017 with flag 0/5985001
1833.03/1834.35	c cleaning 108996 clauses out of 218017 with flag 0/6095000
1878.76/1880.17	c cleaning 110002 clauses out of 220021 with flag 0/6206000
1920.74/1922.16	c cleaning 111005 clauses out of 222019 with flag 0/6318000
1967.00/1968.43	c cleaning 112001 clauses out of 224014 with flag 0/6431000
2014.58/2016.06	c cleaning 112998 clauses out of 226014 with flag 0/6545001
2060.14/2061.63	c cleaning 114003 clauses out of 228015 with flag 0/6660000
2112.90/2114.45	c cleaning 114998 clauses out of 230013 with flag 0/6776001
2165.91/2167.52	c cleaning 115995 clauses out of 232014 with flag 0/6893000
2216.56/2218.20	c cleaning 117001 clauses out of 234019 with flag 0/7011000
2263.98/2265.76	c cleaning 118001 clauses out of 236018 with flag 0/7130000
2312.14/2313.95	c cleaning 119002 clauses out of 238018 with flag 0/7250001
2360.55/2362.48	c cleaning 120001 clauses out of 240016 with flag 0/7371001
2407.98/2409.93	c cleaning 121003 clauses out of 242014 with flag 0/7493000
2449.60/2451.62	c cleaning 122000 clauses out of 244011 with flag 0/7616000
2489.31/2491.32	c cleaning 122997 clauses out of 246011 with flag 0/7740000
2537.94/2540.00	c cleaning 123998 clauses out of 248014 with flag 0/7865000
2582.73/2584.83	c cleaning 124996 clauses out of 250017 with flag 0/7991001
2627.07/2629.24	c cleaning 126004 clauses out of 252020 with flag 0/8118000
2679.21/2681.42	c cleaning 126999 clauses out of 254017 with flag 0/8246001
2729.57/2731.87	c cleaning 128002 clauses out of 256017 with flag 0/8375000
2776.73/2779.03	c cleaning 128999 clauses out of 258015 with flag 0/8505000
2828.54/2830.83	c cleaning 130000 clauses out of 260017 with flag 0/8636001
2881.71/2884.01	c cleaning 130993 clauses out of 262016 with flag 0/8768000
2933.44/2935.80	c cleaning 132002 clauses out of 264023 with flag 0/8901000
2988.65/2991.10	c cleaning 133001 clauses out of 266022 with flag 0/9035001
3047.77/3050.36	c cleaning 133998 clauses out of 268020 with flag 0/9170000
3098.69/3102.39	c cleaning 135003 clauses out of 270022 with flag 0/9306000
3152.94/3156.60	c cleaning 136004 clauses out of 272022 with flag 0/9443003
3207.26/3211.07	c cleaning 136996 clauses out of 274016 with flag 0/9581001
3260.46/3264.33	c cleaning 138000 clauses out of 276021 with flag 0/9720002
3317.70/3321.62	c cleaning 139002 clauses out of 278019 with flag 0/9860000
3371.50/3375.59	c cleaning 139997 clauses out of 280018 with flag 0/10001001
3434.79/3439.00	c cleaning 141000 clauses out of 282021 with flag 0/10143001
3489.02/3493.44	c cleaning 142003 clauses out of 284021 with flag 0/10286001
3540.25/3544.71	c cleaning 142998 clauses out of 286017 with flag 0/10430000
3597.65/3602.23	c cleaning 143995 clauses out of 288019 with flag 0/10575000
3600.04/3604.61	c starts		: 1
3600.04/3604.61	c timeout
3600.04/3604.61	c conflicts		: 10586114
3600.04/3604.61	c decisions		: 11682935
3600.04/3604.61	c propagations		: 228493259
3600.04/3604.62	c inspects		: 49723389110
3600.04/3604.62	c shortcuts		: 0
3600.04/3604.62	c learnt literals	: 0
3600.04/3604.62	c learnt binary clauses	: 0
3600.04/3604.62	c learnt ternary clauses	: 0
3600.04/3604.62	c learnt constraints	: 10586113
3600.04/3604.62	c ignored constraints	: 0
3600.04/3604.62	c root simplifications	: 0
3600.04/3604.62	c removed literals (reason simplification)	: 0
3600.04/3604.62	c reason swapping (by a shorter reason)	: 0
3600.04/3604.62	c Calls to reduceDB	: 141
3600.04/3604.62	c Number of update (reduction) of LBD	: 13315187
3600.04/3604.62	c Imported unit clauses	: 0
3600.04/3604.62	c No decision after first conflict	: false
3600.04/3604.62	c number of reductions to clauses (during analyze)	: 0
3600.04/3604.62	c number of learned constraints concerned by reduction	: 0
3600.04/3604.62	c number of learning phase by resolution	: 0
3600.04/3604.62	c number of learning phase by cutting planes	: 0
3600.04/3604.62	c number of rounding to 1 operations	: 0
3600.04/3604.62	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3604.62	c number of reductions of the coefficients by power 2 	: 0
3600.04/3604.62	c number of right shift for reduction by power 2 	: 0
3600.04/3604.62	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3604.62	c number of ending skipping 	: 0
3600.04/3604.62	c number of internal skipping 	: 0
3600.04/3604.62	c number of derivation steps 	: 123827668
3600.04/3604.62	c number of skipped derivation steps 	: 0
3600.04/3604.62	c number of remaining unassigned 	: 0
3600.04/3604.62	c number of remaining assigned 	: 0
3600.04/3604.62	c number of falsified literals weakened from reason	: 0
3600.04/3604.62	c number of falsified literals weakened from conflict	: 0
3600.04/3604.62	c time for arithmetic operations	: 0
3600.04/3604.62	c minimum degree of deleted constraints	: 1
3600.04/3604.62	c maximum degree of deleted constraints	: 1
3600.04/3604.62	c number of deleted constraints	: 10430976
3600.04/3604.63	c speed (assignments/second)	: 63392.04294029014
3600.04/3604.63	c non guided choices	: 23
3600.04/3604.68	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 155137
3600.04/3604.68	s UNKNOWN
3600.04/3604.68	c Total wall clock time (in seconds): 3604.536

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4509723-1751191187/watcher-4509723-1751191187 -o /tmp/evaluation-result-4509723-1751191187/solver-4509723-1751191187 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751183987-23921 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4509723-1751191187 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4509723-1751191187.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=24977, runsolver pid=24974
Current StackSize limit: 8192 KiB


[startup+0.100062 s]*
/proc/loadavg: 4.27 4.30 4.26 8/341 24995
/proc/meminfo: memFree=121876280/131249988 swapFree=33010684/33010684
[pid=24977] ppid=24974 vsize=18930384 memory=58032 CPUtime=0.13 cores=0,2
/proc/24977/stat : 24977 (java) S 24974 24977 23911 0 -1 4194304 6615 0 0 0 11 2 0 0 20 0 18 0 34796302 19384713216 14508 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
/proc/24977/statm: 4732596 14508 5368 1 0 547677 0
[pid=24977/tid=24979] ppid=24974 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=0,2
/proc/24977/task/24979/stat : 24979 (java) R 24974 24977 23911 0 -1 4194368 5113 0 0 0 7 1 0 0 20 0 18 0 34796303 19384713216 14508 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
[pid=24977/tid=24988] ppid=24974 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/24977/task/24988/stat : 24988 (Finalizer) S 24974 24977 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34796305 19384713216 14508 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
[pid=24977/tid=24995] ppid=24974 vsize=18930384 memory=55186957824150 CPUtime=0 cores=0,2
/proc/24977/task/24995/stat : 24995 (Common-Cleaner) S 24974 24977 23911 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 34796305 19384713216 14508 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58032 KiB

[startup+0.208055 s]*
/proc/loadavg: 4.27 4.30 4.26 8/342 24996
/proc/meminfo: memFree=121869412/131249988 swapFree=33010684/33010684
[pid=24977] ppid=24974 vsize=18996948 memory=64684 CPUtime=0.33 cores=0,2
/proc/24977/stat : 24977 (java) S 24974 24977 23911 0 -1 4194304 7218 0 0 0 31 2 0 0 20 0 19 0 34796302 19452874752 16171 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
/proc/24977/statm: 4749237 16171 5432 1 0 548332 0
[pid=24977/tid=24979] ppid=24974 vsize=18996948 memory=4026597660 CPUtime=0.19 cores=0,2
/proc/24977/task/24979/stat : 24979 (java) R 24974 24977 23911 0 -1 4194368 5443 0 0 0 17 2 0 0 20 0 19 0 34796303 19452874752 16171 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
[pid=24977/tid=24988] ppid=24974 vsize=18996948 memory=17146 CPUtime=0 cores=0,2
/proc/24977/task/24988/stat : 24988 (Finalizer) S 24974 24977 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 34796305 19452874752 16171 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
[pid=24977/tid=24995] ppid=24974 vsize=18996948 memory=54087446168546 CPUtime=0 cores=0,2
/proc/24977/task/24995/stat : 24995 (Common-Cleaner) S 24974 24977 23911 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 34796305 19452874752 16171 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
[pid=24977/tid=24996] ppid=24974 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/24977/task/24996/stat : 24996 (Timer-0) S 24974 24977 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 34796320 19452874752 16171 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 64684 KiB

[startup+0.305952 s]*
/proc/loadavg: 4.27 4.30 4.26 7/342 24996
/proc/meminfo: memFree=121849816/131249988 swapFree=33010684/33010684
[pid=24977] ppid=24974 vsize=18996948 memory=81368 CPUtime=0.52 cores=0,2
/proc/24977/stat : 24977 (java) S 24974 24977 23911 0 -1 4194304 9074 0 0 0 48 4 0 0 20 0 19 0 34796302 19452874752 20342 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
/proc/24977/statm: 4749237 20342 5432 1 0 549418 0
[pid=24977/tid=24979] ppid=24974 vsize=18996948 memory=-6000919489852565613 CPUtime=0.25 cores=0,2
/proc/24977/task/24979/stat : 24979 (java) R 24974 24977 23911 0 -1 4194368 5462 0 0 0 23 2 0 0 20 0 19 0 34796303 19452874752 20342 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
[pid=24977/tid=24988] ppid=24974 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/24977/task/24988/stat : 24988 (Finalizer) S 24974 24977 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 34796305 19452874752 20342 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
[pid=24977/tid=24995] ppid=24974 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/24977/task/24995/stat : 24995 (Common-Cleaner) S 24974 24977 23911 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 34796305 19452874752 20342 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
[pid=24977/tid=24996] ppid=24974 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/24977/task/24996/stat : 24996 (Timer-0) S 24974 24977 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 34796320 19452874752 20342 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 81368 KiB

[startup+0.700226 s]
/proc/loadavg: 4.27 4.30 4.26 7/342 24996
/proc/meminfo: memFree=121742884/131249988 swapFree=33010684/33010684
[pid=24977] ppid=24974 vsize=19063512 memory=167828 CPUtime=1.29 cores=0,2
/proc/24977/stat : 24977 (java) S 24974 24977 23911 0 -1 4194304 13298 0 0 0 122 7 0 0 20 0 20 0 34796302 19521036288 41957 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
/proc/24977/statm: 4765878 41957 5496 1 0 552485 0
[pid=24977/tid=24979] ppid=24974 vsize=19063512 memory=17408 CPUtime=0.58 cores=0,2
/proc/24977/task/24979/stat : 24979 (java) R 24974 24977 23911 0 -1 4194368 5498 0 0 0 54 4 0 0 20 0 20 0 34796303 19521036288 41957 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
[pid=24977/tid=24988] ppid=24974 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/24977/task/24988/stat : 24988 (Finalizer) S 24974 24977 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34796305 19521036288 41957 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
[pid=24977/tid=24995] ppid=24974 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/24977/task/24995/stat : 24995 (Common-Cleaner) S 24974 24977 23911 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 34796305 19521036288 41957 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
[pid=24977/tid=24996] ppid=24974 vsize=19063512 memory=4760 CPUtime=0 cores=0,2
/proc/24977/task/24996/stat : 24996 (Timer-0) S 24974 24977 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34796320 19521036288 41957 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 167828 KiB

[startup+1.50023 s]
/proc/loadavg: 4.27 4.30 4.26 7/343 24997
/proc/meminfo: memFree=121532668/131249988 swapFree=33010684/33010684
[pid=24977] ppid=24974 vsize=19063512 memory=210944 CPUtime=2.87 cores=0,2
/proc/24977/stat : 24977 (java) S 24974 24977 23911 0 -1 4194304 21538 0 0 0 278 9 0 0 20 0 20 0 34796302 19521036288 52736 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
/proc/24977/statm: 4765878 52736 5496 1 0 554512 0
[pid=24977/tid=24979] ppid=24974 vsize=19063512 memory=0 CPUtime=1.34 cores=0,2
/proc/24977/task/24979/stat : 24979 (java) R 24974 24977 23911 0 -1 4194368 5909 0 0 0 129 5 0 0 20 0 20 0 34796303 19521036288 52736 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
[pid=24977/tid=24988] ppid=24974 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/24977/task/24988/stat : 24988 (Finalizer) S 24974 24977 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34796305 19521036288 52736 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
[pid=24977/tid=24995] ppid=24974 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/24977/task/24995/stat : 24995 (Common-Cleaner) S 24974 24977 23911 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 34796305 19521036288 52736 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
[pid=24977/tid=24996] ppid=24974 vsize=19063512 memory=4760 CPUtime=0 cores=0,2
/proc/24977/task/24996/stat : 24996 (Timer-0) S 24974 24977 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34796320 19521036288 52736 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
Current children cumulated CPU time: 2.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 210944 KiB

[startup+3.10568 s]
/proc/loadavg: 4.41 4.33 4.27 5/343 24997
/proc/meminfo: memFree=120172332/131249988 swapFree=33010684/33010684
[pid=24977] ppid=24974 vsize=19063512 memory=596824 CPUtime=5.2 cores=0,2
/proc/24977/stat : 24977 (java) S 24974 24977 23911 0 -1 4194304 23912 0 0 0 502 18 0 0 20 0 20 0 34796302 19521036288 149206 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
/proc/24977/statm: 4765878 149206 5496 1 0 554514 0
[pid=24977/tid=24979] ppid=24974 vsize=19063512 memory=10752 CPUtime=2.93 cores=0,2
/proc/24977/task/24979/stat : 24979 (java) R 24974 24977 23911 0 -1 4194368 6632 0 0 0 279 14 0 0 20 0 20 0 34796303 19521036288 149206 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
[pid=24977/tid=24988] ppid=24974 vsize=19063512 memory=-6000919489852565613 CPUtime=0 cores=0,2
/proc/24977/task/24988/stat : 24988 (Finalizer) S 24974 24977 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34796305 19521036288 149206 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
[pid=24977/tid=24995] ppid=24974 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/24977/task/24995/stat : 24995 (Common-Cleaner) S 24974 24977 23911 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 34796305 19521036288 149206 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
[pid=24977/tid=24996] ppid=24974 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/24977/task/24996/stat : 24996 (Timer-0) S 24974 24977 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34796320 19521036288 149206 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
Current children cumulated CPU time: 5.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 596824 KiB

[startup+6.30022 s]
/proc/loadavg: 4.41 4.33 4.27 5/343 24997
/proc/meminfo: memFree=119442692/131249988 swapFree=33010684/33010684
[pid=24977] ppid=24974 vsize=19063512 memory=1303324 CPUtime=8.52 cores=0,2
/proc/24977/stat : 24977 (java) S 24974 24977 23911 0 -1 4194304 24621 0 0 0 821 31 0 0 20 0 20 0 34796302 19521036288 325831 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
/proc/24977/statm: 4765878 325831 5496 1 0 554514 0
[pid=24977/tid=24979] ppid=24974 vsize=19063512 memory=0 CPUtime=6.09 cores=0,2
/proc/24977/task/24979/stat : 24979 (java) R 24974 24977 23911 0 -1 4194368 7188 0 0 0 582 27 0 0 20 0 20 0 34796303 19521036288 325831 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
[pid=24977/tid=24988] ppid=24974 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/24977/task/24988/stat : 24988 (Finalizer) S 24974 24977 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34796305 19521036288 325831 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
[pid=24977/tid=24995] ppid=24974 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/24977/task/24995/stat : 24995 (Common-Cleaner) S 24974 24977 23911 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 34796305 19521036288 325831 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
[pid=24977/tid=24996] ppid=24974 vsize=19063512 memory=223416 CPUtime=0 cores=0,2
/proc/24977/task/24996/stat : 24996 (Timer-0) S 24974 24977 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34796320 19521036288 325831 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
Current children cumulated CPU time: 8.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1303324 KiB

[startup+12.7002 s]
/proc/loadavg: 4.26 4.30 4.26 4/319 25026
/proc/meminfo: memFree=124489844/131249988 swapFree=33010684/33010684
[pid=24977] ppid=24974 vsize=19063512 memory=1307548 CPUtime=15.01 cores=0,2
/proc/24977/stat : 24977 (java) S 24974 24977 23911 0 -1 4194304 28549 0 0 0 1467 34 0 0 20 0 20 0 34796302 19521036288 326887 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
/proc/24977/statm: 4765878 326887 5496 1 0 554514 0
[pid=24977/tid=24979] ppid=24974 vsize=19063512 memory=223416 CPUtime=12.46 cores=0,2
/proc/24977/task/24979/stat : 24979 (java) R 24974 24977 23911 0 -1 4194368 8566 0 0 0 1217 29 0 0 20 0 20 0 34796303 19521036288 326887 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
[pid=24977/tid=24988] ppid=24974 vsize=19063512 memory=1307548 CPUtime=0 cores=0,2
/proc/24977/task/24988/stat : 24988 (Finalizer) S 24974 24977 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34796305 19521036288 326887 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
[pid=24977/tid=24995] ppid=24974 vsize=19063512 memory=1307548 CPUtime=0 cores=0,2
/proc/24977/task/24995/stat : 24995 (Common-Cleaner) S 24974 24977 23911 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 34796305 19521036288 326887 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
[pid=24977/tid=24996] ppid=24974 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/24977/task/24996/stat : 24996 (Timer-0) S 24974 24977 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34796320 19521036288 326887 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
Current children cumulated CPU time: 15.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1307548 KiB

[startup+25.5002 s]
/proc/loadavg: 4.22 4.29 4.26 5/343 25064
/proc/meminfo: memFree=123658080/131249988 swapFree=33010684/33010684
[pid=24977] ppid=24974 vsize=19063512 memory=1311656 CPUtime=27.88 cores=0,2
/proc/24977/stat : 24977 (java) S 24974 24977 23911 0 -1 4194304 32732 0 0 0 2750 38 0 0 20 0 20 0 34796302 19521036288 327914 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
/proc/24977/statm: 4765878 327914 5496 1 0 554514 0
[pid=24977/tid=24979] ppid=24974 vsize=19063512 memory=1307548 CPUtime=25.21 cores=0,2
/proc/24977/task/24979/stat : 24979 (java) R 24974 24977 23911 0 -1 4194368 9813 0 0 0 2488 33 0 0 20 0 20 0 34796303 19521036288 327914 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
[pid=24977/tid=24988] ppid=24974 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/24977/task/24988/stat : 24988 (Finalizer) S 24974 24977 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34796305 19521036288 327914 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
[pid=24977/tid=24995] ppid=24974 vsize=19063512 memory=1311656 CPUtime=0 cores=0,2
/proc/24977/task/24995/stat : 24995 (Common-Cleaner) S 24974 24977 23911 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 34796305 19521036288 327914 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
[pid=24977/tid=24996] ppid=24974 vsize=19063512 memory=1311656 CPUtime=0 cores=0,2
/proc/24977/task/24996/stat : 24996 (Timer-0) S 24974 24977 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34796320 19521036288 327914 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
Current children cumulated CPU time: 27.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1311656 KiB

[startup+51.1058 s]
/proc/loadavg: 4.15 4.27 4.25 5/343 25064
/proc/meminfo: memFree=123487244/131249988 swapFree=33010684/33010684
[pid=24977] ppid=24974 vsize=19063512 memory=1313704 CPUtime=53.42 cores=0,2
/proc/24977/stat : 24977 (java) S 24974 24977 23911 0 -1 4194304 35242 0 0 0 5299 43 0 0 20 0 20 0 34796302 19521036288 328426 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0

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

/proc/24977/task/24988/stat : 24988 (Finalizer) S 24974 24977 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34796305 19521036288 533232 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
[pid=24977/tid=24995] ppid=24974 vsize=19063512 memory=2132928 CPUtime=0 cores=0,2
/proc/24977/task/24995/stat : 24995 (Common-Cleaner) S 24974 24977 23911 0 -1 4194368 1497 0 0 0 0 0 0 0 20 0 20 0 34796305 19521036288 533232 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
[pid=24977/tid=24996] ppid=24974 vsize=19063512 memory=1792 CPUtime=0 cores=0,2
/proc/24977/task/24996/stat : 24996 (Timer-0) S 24974 24977 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34796320 19521036288 533232 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
Current children cumulated CPU time: 3218.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2132928 KiB

[startup+3282.3 s]
/proc/loadavg: 3.28 3.98 4.18 4/318 25273
/proc/meminfo: memFree=117478940/131249988 swapFree=33010684/33010684
[pid=24977] ppid=24974 vsize=19063512 memory=2133056 CPUtime=3278.44 cores=0,2
/proc/24977/stat : 24977 (java) S 24974 24977 23911 0 -1 4194304 93255 0 0 0 327367 477 0 0 20 0 20 0 34796302 19521036288 533264 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
/proc/24977/statm: 4765878 533264 5528 1 0 554514 0
[pid=24977/tid=24979] ppid=24974 vsize=19063512 memory=-6000919489852565613 CPUtime=3256.32 cores=0,2
/proc/24977/task/24979/stat : 24979 (java) R 24974 24977 23911 0 -1 4194368 41949 0 0 0 325263 369 0 0 20 0 20 0 34796303 19521036288 533264 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
[pid=24977/tid=24988] ppid=24974 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/24977/task/24988/stat : 24988 (Finalizer) S 24974 24977 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34796305 19521036288 533264 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
[pid=24977/tid=24995] ppid=24974 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/24977/task/24995/stat : 24995 (Common-Cleaner) S 24974 24977 23911 0 -1 4194368 1555 0 0 0 0 0 0 0 20 0 20 0 34796305 19521036288 533264 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
[pid=24977/tid=24996] ppid=24974 vsize=19063512 memory=4380 CPUtime=0 cores=0,2
/proc/24977/task/24996/stat : 24996 (Timer-0) S 24974 24977 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34796320 19521036288 533264 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
Current children cumulated CPU time: 3278.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2133056 KiB

[startup+3342.3 s]
/proc/loadavg: 3.19 3.83 4.12 4/319 25278
/proc/meminfo: memFree=117420804/131249988 swapFree=33010684/33010684
[pid=24977] ppid=24974 vsize=19063512 memory=2133056 CPUtime=3338.34 cores=0,2
/proc/24977/stat : 24977 (java) S 24974 24977 23911 0 -1 4194304 93962 0 0 0 333349 485 0 0 20 0 20 0 34796302 19521036288 533264 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
/proc/24977/statm: 4765878 533264 5528 1 0 554514 0
[pid=24977/tid=24979] ppid=24974 vsize=19063512 memory=4760 CPUtime=3315.91 cores=0,2
/proc/24977/task/24979/stat : 24979 (java) R 24974 24977 23911 0 -1 4194368 42574 0 0 0 331215 376 0 0 20 0 20 0 34796303 19521036288 533264 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
[pid=24977/tid=24988] ppid=24974 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/24977/task/24988/stat : 24988 (Finalizer) S 24974 24977 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34796305 19521036288 533264 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
[pid=24977/tid=24995] ppid=24974 vsize=19063512 memory=17408 CPUtime=0 cores=0,2
/proc/24977/task/24995/stat : 24995 (Common-Cleaner) S 24974 24977 23911 0 -1 4194368 1555 0 0 0 0 0 0 0 20 0 20 0 34796305 19521036288 533264 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
[pid=24977/tid=24996] ppid=24974 vsize=19063512 memory=2133056 CPUtime=0 cores=0,2
/proc/24977/task/24996/stat : 24996 (Timer-0) S 24974 24977 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34796320 19521036288 533264 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
Current children cumulated CPU time: 3338.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2133056 KiB

[startup+3402.3 s]
/proc/loadavg: 3.43 3.77 4.07 4/320 25283
/proc/meminfo: memFree=117347288/131249988 swapFree=33010684/33010684
[pid=24977] ppid=24974 vsize=19063512 memory=2133056 CPUtime=3398.24 cores=0,2
/proc/24977/stat : 24977 (java) S 24974 24977 23911 0 -1 4194304 96115 0 0 0 339332 492 0 0 20 0 20 0 34796302 19521036288 533264 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
/proc/24977/statm: 4765878 533264 5528 1 0 554514 0
[pid=24977/tid=24979] ppid=24974 vsize=19063512 memory=14848 CPUtime=3375.51 cores=0,2
/proc/24977/task/24979/stat : 24979 (java) R 24974 24977 23911 0 -1 4194368 43748 0 0 0 337170 381 0 0 20 0 20 0 34796303 19521036288 533264 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
[pid=24977/tid=24988] ppid=24974 vsize=19063512 memory=17408 CPUtime=0 cores=0,2
/proc/24977/task/24988/stat : 24988 (Finalizer) S 24974 24977 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34796305 19521036288 533264 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
[pid=24977/tid=24995] ppid=24974 vsize=19063512 memory=2133056 CPUtime=0 cores=0,2
/proc/24977/task/24995/stat : 24995 (Common-Cleaner) S 24974 24977 23911 0 -1 4194368 1645 0 0 0 0 0 0 0 20 0 20 0 34796305 19521036288 533264 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
[pid=24977/tid=24996] ppid=24974 vsize=19063512 memory=2133056 CPUtime=0 cores=0,2
/proc/24977/task/24996/stat : 24996 (Timer-0) S 24974 24977 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34796320 19521036288 533264 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
Current children cumulated CPU time: 3398.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2133056 KiB

[startup+3462.3 s]
/proc/loadavg: 3.33 3.69 4.03 4/319 25285
/proc/meminfo: memFree=117285636/131249988 swapFree=33010684/33010684
[pid=24977] ppid=24974 vsize=19063512 memory=2133056 CPUtime=3458.16 cores=0,2
/proc/24977/stat : 24977 (java) S 24974 24977 23911 0 -1 4194304 98261 0 0 0 345314 502 0 0 20 0 20 0 34796302 19521036288 533264 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
/proc/24977/statm: 4765878 533264 5528 1 0 554514 0
[pid=24977/tid=24979] ppid=24974 vsize=19063512 memory=4380 CPUtime=3435.2 cores=0,2
/proc/24977/task/24979/stat : 24979 (java) R 24974 24977 23911 0 -1 4194368 44953 0 0 0 343131 389 0 0 20 0 20 0 34796303 19521036288 533264 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
[pid=24977/tid=24988] ppid=24974 vsize=19063512 memory=2133056 CPUtime=0 cores=0,2
/proc/24977/task/24988/stat : 24988 (Finalizer) S 24974 24977 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34796305 19521036288 533264 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
[pid=24977/tid=24995] ppid=24974 vsize=19063512 memory=2133056 CPUtime=0 cores=0,2
/proc/24977/task/24995/stat : 24995 (Common-Cleaner) S 24974 24977 23911 0 -1 4194368 1645 0 0 0 0 0 0 0 20 0 20 0 34796305 19521036288 533264 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
[pid=24977/tid=24996] ppid=24974 vsize=19063512 memory=2133056 CPUtime=0 cores=0,2
/proc/24977/task/24996/stat : 24996 (Timer-0) S 24974 24977 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34796320 19521036288 533264 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
Current children cumulated CPU time: 3458.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2133056 KiB

[startup+3522.3 s]
/proc/loadavg: 3.18 3.58 3.96 4/319 25287
/proc/meminfo: memFree=117204152/131249988 swapFree=33010684/33010684
[pid=24977] ppid=24974 vsize=19063512 memory=2133056 CPUtime=3517.88 cores=0,2
/proc/24977/stat : 24977 (java) S 24974 24977 23911 0 -1 4194304 98394 0 0 0 351278 510 0 0 20 0 20 0 34796302 19521036288 533264 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
/proc/24977/statm: 4765878 533264 5528 1 0 554514 0
[pid=24977/tid=24979] ppid=24974 vsize=19063512 memory=2133056 CPUtime=3494.67 cores=0,2
/proc/24977/task/24979/stat : 24979 (java) R 24974 24977 23911 0 -1 4194368 44963 0 0 0 349072 395 0 0 20 0 20 0 34796303 19521036288 533264 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
[pid=24977/tid=24988] ppid=24974 vsize=19063512 memory=2133056 CPUtime=0 cores=0,2
/proc/24977/task/24988/stat : 24988 (Finalizer) S 24974 24977 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34796305 19521036288 533264 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
[pid=24977/tid=24995] ppid=24974 vsize=19063512 memory=2133056 CPUtime=0 cores=0,2
/proc/24977/task/24995/stat : 24995 (Common-Cleaner) S 24974 24977 23911 0 -1 4194368 1705 0 0 0 0 0 0 0 20 0 20 0 34796305 19521036288 533264 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
[pid=24977/tid=24996] ppid=24974 vsize=19063512 memory=2133056 CPUtime=0 cores=0,2
/proc/24977/task/24996/stat : 24996 (Timer-0) S 24974 24977 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34796320 19521036288 533264 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
Current children cumulated CPU time: 3517.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2133056 KiB

[startup+3582.3 s]
/proc/loadavg: 3.14 3.49 3.91 3/294 25323
/proc/meminfo: memFree=123098592/131249988 swapFree=33010684/33010684
[pid=24977] ppid=24974 vsize=19063512 memory=2133056 CPUtime=3577.78 cores=0,2
/proc/24977/stat : 24977 (java) S 24974 24977 23911 0 -1 4194304 98820 0 0 0 357261 517 0 0 20 0 20 0 34796302 19521036288 533264 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
/proc/24977/statm: 4765878 533264 5528 1 0 554514 0
[pid=24977/tid=24979] ppid=24974 vsize=19063512 memory=4380 CPUtime=3554.32 cores=0,2
/proc/24977/task/24979/stat : 24979 (java) R 24974 24977 23911 0 -1 4194368 45345 0 0 0 355031 401 0 0 20 0 20 0 34796303 19521036288 533264 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
[pid=24977/tid=24988] ppid=24974 vsize=19063512 memory=2133056 CPUtime=0 cores=0,2
/proc/24977/task/24988/stat : 24988 (Finalizer) S 24974 24977 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34796305 19521036288 533264 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
[pid=24977/tid=24995] ppid=24974 vsize=19063512 memory=2133056 CPUtime=0 cores=0,2
/proc/24977/task/24995/stat : 24995 (Common-Cleaner) S 24974 24977 23911 0 -1 4194368 1705 0 0 0 0 0 0 0 20 0 20 0 34796305 19521036288 533264 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
[pid=24977/tid=24996] ppid=24974 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/24977/task/24996/stat : 24996 (Timer-0) S 24974 24977 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34796320 19521036288 533264 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
Current children cumulated CPU time: 3577.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2133056 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604.6 s]
/proc/loadavg: 2.75 3.37 3.86 3/294 25323
/proc/meminfo: memFree=123083036/131249988 swapFree=33010684/33010684
[pid=24977] ppid=24974 vsize=19063512 memory=2133056 CPUtime=3600.04 cores=0,2
/proc/24977/stat : 24977 (java) S 24974 24977 23911 0 -1 4194304 99205 0 0 0 359483 521 0 0 20 0 20 0 34796302 19521036288 533264 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
/proc/24977/statm: 4765878 533264 5528 1 0 554514 0
[pid=24977/tid=24979] ppid=24974 vsize=19063512 memory=245635481903 CPUtime=3576.44 cores=0,2
/proc/24977/task/24979/stat : 24979 (java) R 24974 24977 23911 0 -1 4194368 45685 0 0 0 357240 404 0 0 20 0 20 0 34796303 19521036288 533264 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
[pid=24977/tid=24988] ppid=24974 vsize=19063512 memory=54113165640434 CPUtime=0 cores=0,2
/proc/24977/task/24988/stat : 24988 (Finalizer) S 24974 24977 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34796305 19521036288 533264 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
[pid=24977/tid=24995] ppid=24974 vsize=19063512 memory=108646 CPUtime=0 cores=0,2
/proc/24977/task/24995/stat : 24995 (Common-Cleaner) S 24974 24977 23911 0 -1 4194368 1705 0 0 0 0 0 0 0 20 0 20 0 34796305 19521036288 533264 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
[pid=24977/tid=24996] ppid=24974 vsize=19063512 memory=46592 CPUtime=0 cores=0,2
/proc/24977/task/24996/stat : 24996 (Timer-0) S 24974 24977 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34796320 19521036288 533264 18446744073709551615 94868204740608 94868204744304 140727062289120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94868204752120 94868204752912 94868236709888 140727062296877 140727062297062 140727062297062 140727062302664 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2133056 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.95 s, system=5.22473 s

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

[startup+3604.7 s]*
/proc/loadavg: 2.75 3.37 3.86 3/276 25326
/proc/meminfo: memFree=125154784/131249988 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): 3604.71
CPU time (s): 3600.17
CPU user time (s): 3594.95
CPU system time (s): 5.22473
CPU usage (%): 99.8741
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2133056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.95
system time used= 5.22473
maximum resident set size= 2134208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 102407
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2659096
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 123113
involuntary context switches= 8957


# summary of solver processes directly reported to runsolver:
#   pid: 24977
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3594.95
#   total CPU system time (s): 5.22473

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.93176 second user time and 18.5079 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-06-29 11:59:47
IDJOB=4509723
IDBENCH=158790
IDSOLVER=3362
FILE ID=nodeC020/4509723-1751191187
RUNJOBID= nodeC020-1751183987-23921
SLURM_JOB_ID= 9587573
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-regular-n30-d4-i1.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4509723-1751191187/watcher-4509723-1751191187 -o /tmp/evaluation-result-4509723-1751191187/solver-4509723-1751191187 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751183987-23921 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4509723-1751191187 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4509723-1751191187.opb

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

MD5SUM BENCH= 70456d73d2f29031b06a5b292ce0fc7b
RANDOM SEED=848739711

nodeC020 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.941
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.79
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.891
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.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.044
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.79
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		: 3600.036
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.79
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.892
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.79
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.875
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.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.885
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.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.964
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.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        121920420 kB
MemAvailable:   122531792 kB
Buffers:            3280 kB
Cached:          1418512 kB
SwapCached:            0 kB
Active:          7636056 kB
Inactive:        1111152 kB
Active(anon):    7343532 kB
Inactive(anon):        0 kB
Active(file):     292524 kB
Inactive(file):  1111152 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1928 kB
Writeback:             0 kB
AnonPages:       7327704 kB
Mapped:           122772 kB
Shmem:             18056 kB
KReclaimable:      93872 kB
Slab:             179992 kB
SReclaimable:      93872 kB
SUnreclaim:        86120 kB
KernelStack:        5132 kB
PageTables:        17920 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:   10463228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151480 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7045120 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC020 at 2025-06-29 12:59:52