Trace number 4542043

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.39 3293.46

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/wallace_spec/normalized-28wallace_spec_greater_tvars.opb
MD5SUM20f5dc2e187fea802b1fd8b2eb35ac07
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 benchmark3.41364
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3571
Total number of constraints1850
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)56
Number of constraints which are nor clauses,nor cardinality constraints1794
Minimum length of a constraint1
Maximum length of a constraint840
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 36028797018963968
Number of bits of the biggest number in a constraint 56
Biggest sum of numbers in a constraint 144115188075855871
Number of bits of the biggest sum of numbers57
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.11	c See www.sat4j.org for details.
0.12/0.12	c version PB25.v20250606
0.12/0.13	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.13	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.13	c java.vm.version	22.0.1+8-16
0.12/0.13	c java.vm.vendor	Oracle Corporation
0.12/0.13	c sun.arch.data.model	64
0.12/0.13	c java.version		22.0.1
0.12/0.13	c os.name		Linux
0.12/0.13	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.13	c os.arch		amd64
0.12/0.14	c Free memory 		2104792832
0.12/0.14	c Max memory 		16282288128
0.12/0.14	c Total memory 		2113929216
0.12/0.14	c Number of processors 	2
0.12/0.19	c Pseudo Boolean Optimization by upper bound
0.12/0.19	c --- Begin Solver configuration ---
0.12/0.19	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.19	c Learn all clauses as in MiniSAT
0.12/0.19	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.19	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.19	c Expensive reason simplification
0.12/0.19	c Glucose 2.1 dynamic restart strategy
0.12/0.19	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.19	c timeout=2147483s
0.12/0.19	c DB Simplification allowed=false
0.12/0.19	c Listener: none
0.12/0.19	c --- End Solver configuration ---
0.12/0.19	c solving HOME/instance-4542043-1753214229.opb
0.12/0.19	c reading problem ... 
0.12/0.19	c using VERIPB proof format
0.12/0.20	c  no objective function found
0.69/0.42	c ... done. Wall clock time 0.221s.
0.69/0.42	c declared #vars     3571
0.69/0.42	c #constraints  3699
0.69/0.42	c constraints type 
0.69/0.42	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1818
0.69/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1761
0.69/0.42	c org.sat4j.specs.Constr$1 => 56
0.69/0.42	c org.sat4j.pb.constraints.pb.UnitClausePB => 56
0.69/0.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 8
0.69/0.42	c 3699 constraints processed.
5.38/2.86	c cleaning 2497 clauses out of 5000 with flag 10000/5000
7.29/4.40	c cleaning 4249 clauses out of 8503 with flag 22000/11000
10.66/7.38	c cleaning 5622 clauses out of 11254 with flag 36000/18000
13.44/9.93	c cleaning 6810 clauses out of 13632 with flag 52000/26000
15.82/12.16	c cleaning 7905 clauses out of 15822 with flag 70000/35000
18.45/14.69	c cleaning 8950 clauses out of 17917 with flag 90000/45000
21.79/17.68	c cleaning 9977 clauses out of 19967 with flag 112000/56000
24.76/20.53	c cleaning 10990 clauses out of 21990 with flag 136000/68000
29.35/24.79	c cleaning 11992 clauses out of 24000 with flag 162000/81000
33.42/28.56	c cleaning 12996 clauses out of 26008 with flag 190000/95000
37.97/32.67	c cleaning 13997 clauses out of 28012 with flag 220000/110000
43.00/37.24	c cleaning 15000 clauses out of 30015 with flag 252000/126000
47.54/41.42	c cleaning 16000 clauses out of 32015 with flag 286000/143000
53.05/46.58	c cleaning 16999 clauses out of 34015 with flag 322000/161000
58.61/51.65	c cleaning 17999 clauses out of 36016 with flag 360000/180000
65.81/58.40	c cleaning 19003 clauses out of 38017 with flag 400000/200000
71.87/64.01	c cleaning 19997 clauses out of 40014 with flag 442000/221000
79.29/70.95	c cleaning 20999 clauses out of 42017 with flag 486000/243000
85.81/77.08	c cleaning 22003 clauses out of 44018 with flag 532000/266000
92.32/83.12	c cleaning 23000 clauses out of 46015 with flag 580000/290000
99.91/90.04	c cleaning 23998 clauses out of 48015 with flag 630000/315000
107.25/96.88	c cleaning 25003 clauses out of 50017 with flag 682000/341000
116.30/105.17	c cleaning 25999 clauses out of 52014 with flag 736000/368000
125.30/113.59	c cleaning 27001 clauses out of 54015 with flag 792000/396000
137.47/124.82	c cleaning 27998 clauses out of 56014 with flag 850000/425000
146.47/133.13	c cleaning 28998 clauses out of 58016 with flag 910000/455000
155.87/141.73	c cleaning 29999 clauses out of 60018 with flag 972000/486000
165.34/150.49	c cleaning 30998 clauses out of 62019 with flag 1036000/518000
178.15/162.43	c cleaning 32004 clauses out of 64021 with flag 1102000/551000
188.49/171.81	c cleaning 33000 clauses out of 66017 with flag 1170000/585000
199.95/182.42	c cleaning 33999 clauses out of 68017 with flag 1240000/620000
211.02/192.59	c cleaning 35005 clauses out of 70018 with flag 1312000/656000
223.54/204.21	c cleaning 36000 clauses out of 72013 with flag 1386000/693000
238.44/218.10	c cleaning 36996 clauses out of 74013 with flag 1462000/731000
252.32/230.87	c cleaning 37996 clauses out of 76017 with flag 1540000/770000
264.88/242.39	c cleaning 39004 clauses out of 78021 with flag 1620000/810000
277.83/254.22	c cleaning 39998 clauses out of 80017 with flag 1702000/851000
290.46/265.87	c cleaning 41003 clauses out of 82019 with flag 1786000/893000
304.02/278.43	c cleaning 42002 clauses out of 84016 with flag 1872000/936000
318.01/291.11	c cleaning 42998 clauses out of 86014 with flag 1960000/980000
332.48/304.39	c cleaning 43996 clauses out of 88016 with flag 2050000/1025000
349.89/320.51	c cleaning 45001 clauses out of 90020 with flag 2142000/1071000
365.92/335.35	c cleaning 46002 clauses out of 92019 with flag 2236000/1118000
383.11/351.26	c cleaning 47000 clauses out of 94017 with flag 2332000/1166000
399.39/366.12	c cleaning 48002 clauses out of 96017 with flag 2430000/1215000
419.20/383.92	c cleaning 48998 clauses out of 98015 with flag 2530000/1265000
438.92/402.33	c cleaning 50003 clauses out of 100017 with flag 2632000/1316000
457.76/419.41	c cleaning 50996 clauses out of 102014 with flag 2736000/1368000
478.58/438.83	c cleaning 51998 clauses out of 104018 with flag 2842000/1421000
495.09/454.05	c cleaning 53001 clauses out of 106020 with flag 2950000/1475000
513.71/471.44	c cleaning 54001 clauses out of 108019 with flag 3060000/1530000
532.92/489.18	c cleaning 55001 clauses out of 110018 with flag 3172000/1586000
554.45/509.08	c cleaning 55999 clauses out of 112017 with flag 3286000/1643000
577.65/530.59	c cleaning 56999 clauses out of 114018 with flag 3402000/1701000
600.19/550.31	c cleaning 58001 clauses out of 116019 with flag 3520000/1760000
622.29/570.85	c cleaning 58999 clauses out of 118018 with flag 3640000/1820000
641.28/588.19	c cleaning 59999 clauses out of 120019 with flag 3762000/1881000
662.16/607.43	c cleaning 60998 clauses out of 122020 with flag 3886000/1943000
684.82/628.39	c cleaning 61998 clauses out of 124022 with flag 4012000/2006000
709.43/651.22	c cleaning 62999 clauses out of 126024 with flag 4140000/2070000
729.51/669.67	c cleaning 64004 clauses out of 128025 with flag 4270000/2135000
752.74/691.02	c cleaning 65002 clauses out of 130021 with flag 4402000/2201000
775.97/712.42	c cleaning 66001 clauses out of 132019 with flag 4536000/2268000
802.71/737.14	c cleaning 67002 clauses out of 134018 with flag 4672000/2336000
830.59/762.88	c cleaning 68000 clauses out of 136016 with flag 4810000/2405000
857.53/787.63	c cleaning 68996 clauses out of 138016 with flag 4950000/2475000
887.76/815.76	c cleaning 70000 clauses out of 140020 with flag 5092000/2546000
917.71/841.50	c cleaning 70999 clauses out of 142020 with flag 5236000/2618000
941.34/863.13	c cleaning 72000 clauses out of 144021 with flag 5382000/2691000
968.67/888.39	c cleaning 73003 clauses out of 146021 with flag 5530000/2765000
993.29/910.74	c cleaning 73999 clauses out of 148018 with flag 5680000/2840000
1018.30/933.82	c cleaning 74999 clauses out of 150019 with flag 5832000/2916000
1045.16/958.43	c cleaning 75998 clauses out of 152020 with flag 5986000/2993000
1074.08/985.12	c cleaning 77000 clauses out of 154022 with flag 6142000/3071000
1101.88/1010.65	c cleaning 78005 clauses out of 156022 with flag 6300000/3150000
1130.77/1037.15	c cleaning 79001 clauses out of 158017 with flag 6460000/3230000
1162.20/1066.21	c cleaning 79999 clauses out of 160016 with flag 6622000/3311000
1194.94/1096.64	c cleaning 80997 clauses out of 162017 with flag 6786000/3393000
1225.77/1123.69	c cleaning 82003 clauses out of 164020 with flag 6952000/3476000
1256.88/1152.23	c cleaning 83001 clauses out of 166017 with flag 7120000/3560000
1287.39/1180.54	c cleaning 83996 clauses out of 168016 with flag 7290000/3645000
1321.95/1212.45	c cleaning 84998 clauses out of 170020 with flag 7462000/3731000
1353.57/1241.62	c cleaning 86004 clauses out of 172022 with flag 7636000/3818000
1386.71/1272.25	c cleaning 86997 clauses out of 174018 with flag 7812000/3906000
1421.09/1304.04	c cleaning 87997 clauses out of 176021 with flag 7990000/3995000
1454.79/1335.10	c cleaning 89002 clauses out of 178024 with flag 8170000/4085000
1489.34/1367.13	c cleaning 90000 clauses out of 180022 with flag 8352000/4176000
1523.35/1397.70	c cleaning 91001 clauses out of 182022 with flag 8536000/4268000
1561.26/1432.81	c cleaning 92003 clauses out of 184021 with flag 8722000/4361000
1598.77/1467.52	c cleaning 92997 clauses out of 186018 with flag 8910000/4455000
1630.74/1496.72	c cleaning 94000 clauses out of 188021 with flag 9100000/4550000
1668.78/1531.76	c cleaning 95001 clauses out of 190021 with flag 9292000/4646000
1703.21/1563.30	c cleaning 95999 clauses out of 192020 with flag 9486000/4743000
1737.59/1594.90	c cleaning 97000 clauses out of 194021 with flag 9682000/4841000
1775.71/1630.12	c cleaning 98002 clauses out of 196021 with flag 9880000/4940000
1814.82/1663.89	c cleaning 99000 clauses out of 198019 with flag 10080000/5040000
1854.70/1700.47	c cleaning 100001 clauses out of 200019 with flag 10282000/5141000
1892.45/1735.15	c cleaning 101003 clauses out of 202018 with flag 10486000/5243000
1932.31/1771.83	c cleaning 101999 clauses out of 204015 with flag 10692000/5346000
1975.74/1812.02	c cleaning 103000 clauses out of 206016 with flag 10900000/5450000
2012.84/1845.82	c cleaning 103998 clauses out of 208016 with flag 11110000/5555000
2050.82/1880.73	c cleaning 105000 clauses out of 210018 with flag 11322000/5661000
2089.63/1913.51	c cleaning 106003 clauses out of 212018 with flag 11536000/5768000
2131.38/1951.96	c cleaning 106999 clauses out of 214015 with flag 11752000/5876000
2175.18/1992.41	c cleaning 107996 clauses out of 216016 with flag 11970000/5985000
2221.77/2035.46	c cleaning 109002 clauses out of 218020 with flag 12190000/6095000
2264.10/2074.46	c cleaning 109998 clauses out of 220018 with flag 12412000/6206000
2307.83/2114.78	c cleaning 111000 clauses out of 222020 with flag 12636000/6318000
2347.38/2151.00	c cleaning 112003 clauses out of 224020 with flag 12862000/6431000
2390.74/2188.81	c cleaning 112996 clauses out of 226017 with flag 13090000/6545000
2432.75/2227.69	c cleaning 113999 clauses out of 228021 with flag 13320000/6660000
2475.98/2267.43	c cleaning 115001 clauses out of 230022 with flag 13552000/6776000
2519.72/2307.83	c cleaning 116000 clauses out of 232021 with flag 13786000/6893000
2559.57/2344.36	c cleaning 116997 clauses out of 234021 with flag 14022000/7011000
2605.84/2387.17	c cleaning 118001 clauses out of 236024 with flag 14260000/7130000
2666.30/2440.15	c cleaning 119003 clauses out of 238023 with flag 14500000/7250000
2714.88/2485.08	c cleaning 119998 clauses out of 240020 with flag 14742000/7371000
2762.87/2529.17	c cleaning 121001 clauses out of 242022 with flag 14986000/7493000
2806.14/2568.75	c cleaning 122003 clauses out of 244021 with flag 15232000/7616000
2850.88/2609.96	c cleaning 122999 clauses out of 246018 with flag 15480000/7740000
2898.28/2653.70	c cleaning 124002 clauses out of 248019 with flag 15730000/7865000
2943.94/2693.20	c cleaning 124994 clauses out of 250017 with flag 15982000/7991000
2993.51/2739.16	c cleaning 125996 clauses out of 252023 with flag 16236000/8118000
3039.90/2781.77	c cleaning 127000 clauses out of 254027 with flag 16492000/8246000
3093.66/2831.68	c cleaning 127999 clauses out of 256027 with flag 16750000/8375000
3139.73/2873.89	c cleaning 129005 clauses out of 258028 with flag 17010000/8505000
3190.63/2920.65	c cleaning 130003 clauses out of 260023 with flag 17272000/8636000
3240.73/2965.61	c cleaning 131003 clauses out of 262020 with flag 17536000/8768000
3292.89/3013.70	c cleaning 131999 clauses out of 264017 with flag 17802000/8901000
3343.02/3059.81	c cleaning 132996 clauses out of 266018 with flag 18070000/9035000
3393.34/3106.16	c cleaning 134000 clauses out of 268022 with flag 18340000/9170000
3448.25/3156.87	c cleaning 134997 clauses out of 270022 with flag 18612000/9306000
3502.41/3203.66	c cleaning 136004 clauses out of 272025 with flag 18886000/9443000
3551.23/3248.46	c cleaning 137002 clauses out of 274021 with flag 19162000/9581000
3600.04/3293.22	c timeout
3600.04/3293.23	c starts		: 1
3600.04/3293.23	c conflicts		: 9707264
3600.04/3293.23	c decisions		: 9708085
3600.04/3293.23	c propagations		: 339302210
3600.04/3293.23	c inspects		: 1094408225
3600.04/3293.23	c shortcuts		: 0
3600.04/3293.23	c learnt literals	: 0
3600.04/3293.23	c learnt binary clauses	: 0
3600.04/3293.23	c learnt ternary clauses	: 0
3600.04/3293.24	c learnt constraints	: 9707264
3600.04/3293.24	c ignored constraints	: 0
3600.04/3293.24	c root simplifications	: 0
3600.04/3293.24	c removed literals (reason simplification)	: 26681374
3600.04/3293.24	c reason swapping (by a shorter reason)	: 0
3600.04/3293.24	c Calls to reduceDB	: 134
3600.04/3293.24	c Number of update (reduction) of LBD	: 0
3600.04/3293.24	c Imported unit clauses	: 0
3600.04/3293.24	c No decision after first conflict	: false
3600.04/3293.24	c number of reductions to clauses (during analyze)	: 0
3600.04/3293.24	c number of learned constraints concerned by reduction	: 0
3600.04/3293.24	c number of learning phase by resolution	: 0
3600.04/3293.24	c number of learning phase by cutting planes	: 0
3600.04/3293.24	c number of rounding to 1 operations	: 0
3600.04/3293.24	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3293.24	c number of reductions of the coefficients by power 2 	: 0
3600.04/3293.24	c number of right shift for reduction by power 2 	: 0
3600.04/3293.24	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3293.24	c number of ending skipping 	: 0
3600.04/3293.24	c number of internal skipping 	: 0
3600.04/3293.24	c number of derivation steps 	: 0
3600.04/3293.24	c number of skipped derivation steps 	: 0
3600.04/3293.24	c number of remaining unassigned 	: 0
3600.04/3293.24	c number of remaining assigned 	: 0
3600.04/3293.24	c number of falsified literals weakened from reason	: 0
3600.04/3293.24	c number of falsified literals weakened from conflict	: 0
3600.04/3293.24	c time for arithmetic operations	: 0
3600.04/3293.24	c minimum degree of deleted constraints	: null
3600.04/3293.24	c maximum degree of deleted constraints	: null
3600.04/3293.24	c number of deleted constraints	: 0
3600.04/3293.24	c speed (assignments/second)	: 103043.4863153189
3600.04/3293.24	c non guided choices	: 831
3600.24/3293.31	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 263283
3600.24/3293.31	s UNKNOWN
3600.24/3293.31	c Total wall clock time (in seconds): 3293.117

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542043-1753214229/watcher-4542043-1753214229 -o /tmp/evaluation-result-4542043-1753214229/solver-4542043-1753214229 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1753210643-160085 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4542043-1753214229 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4542043-1753214229.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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
solver pid=160534, runsolver pid=160531
Current StackSize limit: 8192 KiB


[startup+0.100063 s]*
/proc/loadavg: 4.54 4.69 4.37 7/303 160552
/proc/meminfo: memFree=30761892/131382112 swapFree=33009904/33010684
[pid=160534] ppid=160531 vsize=18930384 memory=49120 CPUtime=0.12 cores=4,6
/proc/160534/stat : 160534 (java) S 160531 160534 160073 0 -1 4194304 5955 0 0 0 10 2 0 0 20 0 18 0 237101833 19384713216 12280 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
/proc/160534/statm: 4732596 12280 5334 1 0 547121 0
[pid=160534/tid=160536] ppid=160531 vsize=18930384 memory=4026532124 CPUtime=0.06 cores=4,6
/proc/160534/task/160536/stat : 160536 (java) R 160531 160534 160073 0 -1 4194368 4850 0 0 0 5 1 0 0 20 0 18 0 237101835 19384713216 12280 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
[pid=160534/tid=160545] ppid=160531 vsize=18930384 memory=1593 CPUtime=0 cores=4,6
/proc/160534/task/160545/stat : 160545 (Finalizer) S 160531 160534 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237101838 19384713216 12280 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
[pid=160534/tid=160552] ppid=160531 vsize=18930384 memory=60693105869820 CPUtime=0 cores=4,6
/proc/160534/task/160552/stat : 160552 (Common-Cleaner) S 160531 160534 160073 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 237101838 19384713216 12280 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49120 KiB

[startup+0.207685 s]*
/proc/loadavg: 4.54 4.69 4.37 6/305 160558
/proc/meminfo: memFree=30756788/131382112 swapFree=33009904/33010684
[pid=160534] ppid=160531 vsize=18930384 memory=58928 CPUtime=0.31 cores=4,6
/proc/160534/stat : 160534 (java) S 160531 160534 160073 0 -1 4194304 6792 0 0 0 28 3 0 0 20 0 18 0 237101833 19384713216 14732 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
/proc/160534/statm: 4732596 14732 5430 1 0 547837 0
[pid=160534/tid=160536] ppid=160531 vsize=18930384 memory=3472328300254199928 CPUtime=0.16 cores=4,6
/proc/160534/task/160536/stat : 160536 (java) R 160531 160534 160073 0 -1 4194368 5272 0 0 0 14 2 0 0 20 0 18 0 237101835 19384713216 14732 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
[pid=160534/tid=160545] ppid=160531 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/160534/task/160545/stat : 160545 (Finalizer) S 160531 160534 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237101838 19384713216 14732 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
[pid=160534/tid=160552] ppid=160531 vsize=18930384 memory=61792617516369 CPUtime=0 cores=4,6
/proc/160534/task/160552/stat : 160552 (Common-Cleaner) S 160531 160534 160073 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 237101838 19384713216 14732 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58928 KiB

[startup+0.307636 s]*
/proc/loadavg: 4.54 4.69 4.37 7/305 160561
/proc/meminfo: memFree=30750676/131382112 swapFree=33009904/33010684
[pid=160534] ppid=160531 vsize=18930384 memory=63596 CPUtime=0.5 cores=4,6
/proc/160534/stat : 160534 (java) S 160531 160534 160073 0 -1 4194304 6914 0 0 0 47 3 0 0 20 0 18 0 237101833 19384713216 15899 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
/proc/160534/statm: 4732596 15899 5430 1 0 547899 0
[pid=160534/tid=160536] ppid=160531 vsize=18930384 memory=-7811595407672369531 CPUtime=0.25 cores=4,6
/proc/160534/task/160536/stat : 160536 (java) R 160531 160534 160073 0 -1 4194368 5332 0 0 0 23 2 0 0 20 0 18 0 237101835 19384713216 15899 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
[pid=160534/tid=160545] ppid=160531 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/160534/task/160545/stat : 160545 (Finalizer) S 160531 160534 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237101838 19384713216 15899 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
[pid=160534/tid=160552] ppid=160531 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/160534/task/160552/stat : 160552 (Common-Cleaner) S 160531 160534 160073 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 237101838 19384713216 15899 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 63596 KiB

[startup+0.700215 s]
/proc/loadavg: 4.54 4.69 4.37 6/303 160571
/proc/meminfo: memFree=30955016/131382112 swapFree=33009904/33010684
[pid=160534] ppid=160531 vsize=18996948 memory=99476 CPUtime=1.24 cores=4,6
/proc/160534/stat : 160534 (java) S 160531 160534 160073 0 -1 4194304 10156 0 0 0 119 5 0 0 20 0 19 0 237101833 19452874752 24869 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
/proc/160534/statm: 4749237 24869 5462 1 0 550173 0
[pid=160534/tid=160536] ppid=160531 vsize=18996948 memory=27136 CPUtime=0.5 cores=4,6
/proc/160534/task/160536/stat : 160536 (java) R 160531 160534 160073 0 -1 4194368 5438 0 0 0 48 2 0 0 20 0 19 0 237101835 19452874752 24869 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
[pid=160534/tid=160545] ppid=160531 vsize=18996948 memory=11264 CPUtime=0 cores=4,6
/proc/160534/task/160545/stat : 160545 (Finalizer) S 160531 160534 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237101838 19452874752 24869 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
[pid=160534/tid=160552] ppid=160531 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/160534/task/160552/stat : 160552 (Common-Cleaner) S 160531 160534 160073 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 237101838 19452874752 24869 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
[pid=160534/tid=160568] ppid=160531 vsize=18996948 memory=4892 CPUtime=0 cores=4,6
/proc/160534/task/160568/stat : 160568 (Timer-0) S 160531 160534 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 237101876 19452874752 24869 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 99476 KiB

[startup+1.50024 s]
/proc/loadavg: 4.58 4.69 4.37 6/304 160572
/proc/meminfo: memFree=34227104/131382112 swapFree=33009904/33010684
[pid=160534] ppid=160531 vsize=19063512 memory=189436 CPUtime=2.8 cores=4,6
/proc/160534/stat : 160534 (java) S 160531 160534 160073 0 -1 4194304 16667 0 0 0 271 9 0 0 20 0 20 0 237101833 19521036288 47359 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
/proc/160534/statm: 4765878 47359 5462 1 0 552327 0
[pid=160534/tid=160536] ppid=160531 vsize=19063512 memory=0 CPUtime=1.21 cores=4,6
/proc/160534/task/160536/stat : 160536 (java) R 160531 160534 160073 0 -1 4194368 5892 0 0 0 116 5 0 0 20 0 20 0 237101835 19521036288 47359 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
[pid=160534/tid=160545] ppid=160531 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/160534/task/160545/stat : 160545 (Finalizer) S 160531 160534 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237101838 19521036288 47359 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
[pid=160534/tid=160552] ppid=160531 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/160534/task/160552/stat : 160552 (Common-Cleaner) S 160531 160534 160073 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237101838 19521036288 47359 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
[pid=160534/tid=160568] ppid=160531 vsize=19063512 memory=4892 CPUtime=0 cores=4,6
/proc/160534/task/160568/stat : 160568 (Timer-0) S 160531 160534 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237101876 19521036288 47359 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
Current children cumulated CPU time: 2.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 189436 KiB

[startup+3.10552 s]
/proc/loadavg: 4.58 4.69 4.37 6/305 160621
/proc/meminfo: memFree=40048012/131382112 swapFree=33009904/33010684
[pid=160534] ppid=160531 vsize=19063512 memory=447172 CPUtime=5.88 cores=4,6
/proc/160534/stat : 160534 (java) S 160531 160534 160073 0 -1 4194304 21701 0 0 0 571 17 0 0 20 0 20 0 237101833 19521036288 111793 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
/proc/160534/statm: 4765878 111793 5462 1 0 979017 0
[pid=160534/tid=160536] ppid=160531 vsize=19063512 memory=11264 CPUtime=2.64 cores=4,6
/proc/160534/task/160536/stat : 160536 (java) R 160531 160534 160073 0 -1 4194368 7075 0 0 0 254 10 0 0 20 0 20 0 237101835 19521036288 111793 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
[pid=160534/tid=160545] ppid=160531 vsize=19063512 memory=-9104701112964653756 CPUtime=0 cores=4,6
/proc/160534/task/160545/stat : 160545 (Finalizer) S 160531 160534 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237101838 19521036288 111793 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
[pid=160534/tid=160552] ppid=160531 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/160534/task/160552/stat : 160552 (Common-Cleaner) S 160531 160534 160073 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 237101838 19521036288 111793 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
[pid=160534/tid=160568] ppid=160531 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/160534/task/160568/stat : 160568 (Timer-0) S 160531 160534 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237101876 19521036288 111793 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
Current children cumulated CPU time: 5.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 447172 KiB

[startup+6.30033 s]
/proc/loadavg: 4.69 4.71 4.38 6/328 160677
/proc/meminfo: memFree=44019140/131382112 swapFree=33009904/33010684
[pid=160534] ppid=160531 vsize=19063512 memory=1897100 CPUtime=9.57 cores=4,6
/proc/160534/stat : 160534 (java) S 160531 160534 160073 0 -1 4194304 23196 0 0 0 904 53 0 0 20 0 20 0 237101833 19521036288 474275 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
/proc/160534/statm: 4765878 474275 5462 1 0 1403071 0
[pid=160534/tid=160536] ppid=160531 vsize=19063512 memory=0 CPUtime=5.51 cores=4,6
/proc/160534/task/160536/stat : 160536 (java) R 160531 160534 160073 0 -1 4194368 7839 0 0 0 511 40 0 0 20 0 20 0 237101835 19521036288 474275 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
[pid=160534/tid=160545] ppid=160531 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/160534/task/160545/stat : 160545 (Finalizer) S 160531 160534 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237101838 19521036288 474275 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
[pid=160534/tid=160552] ppid=160531 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/160534/task/160552/stat : 160552 (Common-Cleaner) S 160531 160534 160073 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 237101838 19521036288 474275 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
[pid=160534/tid=160568] ppid=160531 vsize=19063512 memory=189564 CPUtime=0 cores=4,6
/proc/160534/task/160568/stat : 160568 (Timer-0) S 160531 160534 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237101876 19521036288 474275 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
Current children cumulated CPU time: 9.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1897100 KiB

[startup+12.7005 s]
/proc/loadavg: 4.71 4.72 4.38 5/328 160677
/proc/meminfo: memFree=41422136/131382112 swapFree=33009904/33010684
[pid=160534] ppid=160531 vsize=19063512 memory=3226924 CPUtime=16.41 cores=4,6
/proc/160534/stat : 160534 (java) S 160531 160534 160073 0 -1 4194304 25155 0 0 0 1549 92 0 0 20 0 20 0 237101833 19521036288 806731 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
/proc/160534/statm: 4765878 806731 5462 1 0 1852203 0
[pid=160534/tid=160536] ppid=160531 vsize=19063512 memory=189564 CPUtime=11.32 cores=4,6
/proc/160534/task/160536/stat : 160536 (java) R 160531 160534 160073 0 -1 4194368 8409 0 0 0 1062 70 0 0 20 0 20 0 237101835 19521036288 806731 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
[pid=160534/tid=160545] ppid=160531 vsize=19063512 memory=3155228 CPUtime=0 cores=4,6
/proc/160534/task/160545/stat : 160545 (Finalizer) S 160531 160534 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237101838 19521036288 806731 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
[pid=160534/tid=160552] ppid=160531 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/160534/task/160552/stat : 160552 (Common-Cleaner) S 160531 160534 160073 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 237101838 19521036288 806731 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
[pid=160534/tid=160568] ppid=160531 vsize=19063512 memory=1555932 CPUtime=0 cores=4,6
/proc/160534/task/160568/stat : 160568 (Timer-0) S 160531 160534 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237101876 19521036288 806731 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
Current children cumulated CPU time: 16.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3226924 KiB

[startup+25.5005 s]
/proc/loadavg: 4.60 4.69 4.38 7/328 160677
/proc/meminfo: memFree=36208844/131382112 swapFree=33009904/33010684
[pid=160534] ppid=160531 vsize=19063512 memory=6363708 CPUtime=30.17 cores=4,6
/proc/160534/stat : 160534 (java) S 160531 160534 160073 0 -1 4194304 27559 0 0 0 2846 171 0 0 20 0 20 0 237101833 19521036288 1590927 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
/proc/160534/statm: 4765878 1590927 5494 1 0 2395314 0
[pid=160534/tid=160536] ppid=160531 vsize=19063512 memory=0 CPUtime=23.08 cores=4,6
/proc/160534/task/160536/stat : 160536 (java) R 160531 160534 160073 0 -1 4194368 9678 0 0 0 2171 137 0 0 20 0 20 0 237101835 19521036288 1590927 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
[pid=160534/tid=160545] ppid=160531 vsize=19063512 memory=5760560 CPUtime=0 cores=4,6
/proc/160534/task/160545/stat : 160545 (Finalizer) S 160531 160534 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237101838 19521036288 1590927 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
[pid=160534/tid=160552] ppid=160531 vsize=19063512 memory=189564 CPUtime=0 cores=4,6
/proc/160534/task/160552/stat : 160552 (Common-Cleaner) S 160531 160534 160073 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 237101838 19521036288 1590927 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
[pid=160534/tid=160568] ppid=160531 vsize=19063512 memory=1897100 CPUtime=0 cores=4,6
/proc/160534/task/160568/stat : 160568 (Timer-0) S 160531 160534 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237101876 19521036288 1590927 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
Current children cumulated CPU time: 30.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6363708 KiB

[startup+51.1139 s]
/proc/loadavg: 4.48 4.66 4.37 5/328 160678
/proc/meminfo: memFree=29377116/131382112 swapFree=33009904/33010684
[pid=160534] ppid=160531 vsize=19063512 memory=9872176 CPUtime=58.12 cores=4,6
/proc/160534/stat : 160534 (java) S 160531 160534 160073 0 -1 4194304 30563 0 0 0 5532 280 0 0 20 0 20 0 237101833 19521036288 2468044 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
/proc/160534/statm: 4765878 2468044 5494 1 0 3044974 0
[pid=160534/tid=160536] ppid=160531 vsize=19063512 memory=9681712 CPUtime=46.07 cores=4,6
/proc/160534/task/160536/stat : 160536 (java) R 160531 160534 160073 0 -1 4194368 10991 0 0 0 4381 226 0 0 20 0 20 0 237101835 19521036288 2468044 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
[pid=160534/tid=160545] ppid=160531 vsize=19063512 memory=-9104701112964653756 CPUtime=0 cores=4,6
/proc/160534/task/160545/stat : 160545 (Finalizer) S 160531 160534 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237101838 19521036288 2468044 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0

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

/proc/160534/task/160545/stat : 160545 (Finalizer) S 160531 160534 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237101838 19521036288 4067906 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
[pid=160534/tid=160552] ppid=160531 vsize=19063512 memory=16271624 CPUtime=0 cores=4,6
/proc/160534/task/160552/stat : 160552 (Common-Cleaner) S 160531 160534 160073 0 -1 4194368 2830 0 0 0 0 0 0 0 20 0 20 0 237101838 19521036288 4067906 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
[pid=160534/tid=160568] ppid=160531 vsize=19063512 memory=-9104701112964653756 CPUtime=0 cores=4,6
/proc/160534/task/160568/stat : 160568 (Timer-0) S 160531 160534 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237101876 19521036288 4067906 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
Current children cumulated CPU time: 3192.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16271624 KiB

[startup+2982.3 s]
/proc/loadavg: 4.97 4.60 4.48 6/330 160842
/proc/meminfo: memFree=1701948/131382112 swapFree=33009904/33010684
[pid=160534] ppid=160531 vsize=19063512 memory=16272008 CPUtime=3258.98 cores=4,6
/proc/160534/stat : 160534 (java) S 160531 160534 160073 0 -1 4194304 5074875 0 0 0 320803 5095 0 0 20 0 20 0 237101833 19521036288 4068002 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
/proc/160534/statm: 4765878 4068002 5494 1 0 4082091 0
[pid=160534/tid=160536] ppid=160531 vsize=19063512 memory=16271624 CPUtime=2640.26 cores=4,6
/proc/160534/task/160536/stat : 160536 (java) R 160531 160534 160073 0 -1 4194368 4428572 0 0 0 259318 4708 0 0 20 0 20 0 237101835 19521036288 4068002 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
[pid=160534/tid=160545] ppid=160531 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/160534/task/160545/stat : 160545 (Finalizer) S 160531 160534 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237101838 19521036288 4068002 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
[pid=160534/tid=160552] ppid=160531 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/160534/task/160552/stat : 160552 (Common-Cleaner) S 160531 160534 160073 0 -1 4194368 2858 0 0 0 0 0 0 0 20 0 20 0 237101838 19521036288 4068002 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
[pid=160534/tid=160568] ppid=160531 vsize=19063512 memory=16272008 CPUtime=0 cores=4,6
/proc/160534/task/160568/stat : 160568 (Timer-0) S 160531 160534 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237101876 19521036288 4068002 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
Current children cumulated CPU time: 3258.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16272008 KiB

[startup+3042.3 s]
/proc/loadavg: 4.57 4.55 4.47 5/330 160844
/proc/meminfo: memFree=1625976/131382112 swapFree=33009904/33010684
[pid=160534] ppid=160531 vsize=19063512 memory=16272008 CPUtime=3324 cores=4,6
/proc/160534/stat : 160534 (java) S 160531 160534 160073 0 -1 4194304 5170948 0 0 0 327213 5187 0 0 20 0 20 0 237101833 19521036288 4068002 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
/proc/160534/statm: 4765878 4068002 5494 1 0 4082091 0
[pid=160534/tid=160536] ppid=160531 vsize=19063512 memory=16272008 CPUtime=2693.86 cores=4,6
/proc/160534/task/160536/stat : 160536 (java) R 160531 160534 160073 0 -1 4194368 4518408 0 0 0 264591 4795 0 0 20 0 20 0 237101835 19521036288 4068002 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
[pid=160534/tid=160545] ppid=160531 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/160534/task/160545/stat : 160545 (Finalizer) S 160531 160534 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237101838 19521036288 4068002 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
[pid=160534/tid=160552] ppid=160531 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/160534/task/160552/stat : 160552 (Common-Cleaner) S 160531 160534 160073 0 -1 4194368 2954 0 0 0 0 0 0 0 20 0 20 0 237101838 19521036288 4068002 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
[pid=160534/tid=160568] ppid=160531 vsize=19063512 memory=5276 CPUtime=0 cores=4,6
/proc/160534/task/160568/stat : 160568 (Timer-0) S 160531 160534 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237101876 19521036288 4068002 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
Current children cumulated CPU time: 3324 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16272008 KiB

[startup+3102.3 s]
/proc/loadavg: 4.38 4.50 4.45 5/330 160846
/proc/meminfo: memFree=1688980/131382112 swapFree=33009904/33010684
[pid=160534] ppid=160531 vsize=19063512 memory=16272008 CPUtime=3389.31 cores=4,6
/proc/160534/stat : 160534 (java) S 160531 160534 160073 0 -1 4194304 5266966 0 0 0 333652 5279 0 0 20 0 20 0 237101833 19521036288 4068002 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
/proc/160534/statm: 4765878 4068002 5494 1 0 4082091 0
[pid=160534/tid=160536] ppid=160531 vsize=19063512 memory=16272008 CPUtime=2747.22 cores=4,6
/proc/160534/task/160536/stat : 160536 (java) S 160531 160534 160073 0 -1 4194368 4603680 0 0 0 269839 4883 0 0 20 0 20 0 237101835 19521036288 4068002 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
[pid=160534/tid=160545] ppid=160531 vsize=19063512 memory=16272008 CPUtime=0 cores=4,6
/proc/160534/task/160545/stat : 160545 (Finalizer) S 160531 160534 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237101838 19521036288 4068002 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
[pid=160534/tid=160552] ppid=160531 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/160534/task/160552/stat : 160552 (Common-Cleaner) S 160531 160534 160073 0 -1 4194368 3012 0 0 0 0 0 0 0 20 0 20 0 237101838 19521036288 4068002 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
[pid=160534/tid=160568] ppid=160531 vsize=19063512 memory=27136 CPUtime=0 cores=4,6
/proc/160534/task/160568/stat : 160568 (Timer-0) S 160531 160534 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237101876 19521036288 4068002 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
Current children cumulated CPU time: 3389.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16272008 KiB

[startup+3162.3 s]
/proc/loadavg: 4.29 4.45 4.44 5/330 160848
/proc/meminfo: memFree=1592364/131382112 swapFree=33009904/33010684
[pid=160534] ppid=160531 vsize=19063512 memory=16272008 CPUtime=3454.14 cores=4,6
/proc/160534/stat : 160534 (java) S 160531 160534 160073 0 -1 4194304 5362374 0 0 0 340049 5365 0 0 20 0 20 0 237101833 19521036288 4068002 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
/proc/160534/statm: 4765878 4068002 5494 1 0 4082091 0
[pid=160534/tid=160536] ppid=160531 vsize=19063512 memory=16272008 CPUtime=2800.4 cores=4,6
/proc/160534/task/160536/stat : 160536 (java) R 160531 160534 160073 0 -1 4194368 4691748 0 0 0 275076 4964 0 0 20 0 20 0 237101835 19521036288 4068002 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
[pid=160534/tid=160545] ppid=160531 vsize=19063512 memory=16272008 CPUtime=0 cores=4,6
/proc/160534/task/160545/stat : 160545 (Finalizer) S 160531 160534 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237101838 19521036288 4068002 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
[pid=160534/tid=160552] ppid=160531 vsize=19063512 memory=16272008 CPUtime=0 cores=4,6
/proc/160534/task/160552/stat : 160552 (Common-Cleaner) S 160531 160534 160073 0 -1 4194368 3070 0 0 0 0 0 0 0 20 0 20 0 237101838 19521036288 4068002 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
[pid=160534/tid=160568] ppid=160531 vsize=19063512 memory=-9104701112964653756 CPUtime=0 cores=4,6
/proc/160534/task/160568/stat : 160568 (Timer-0) S 160531 160534 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237101876 19521036288 4068002 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
Current children cumulated CPU time: 3454.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16272008 KiB

[startup+3222.3 s]
/proc/loadavg: 4.40 4.46 4.45 6/328 160850
/proc/meminfo: memFree=1740860/131382112 swapFree=33009904/33010684
[pid=160534] ppid=160531 vsize=19063512 memory=16272264 CPUtime=3522.95 cores=4,6
/proc/160534/stat : 160534 (java) S 160531 160534 160073 0 -1 4194304 5466747 0 0 0 346836 5459 0 0 20 0 20 0 237101833 19521036288 4068066 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
/proc/160534/statm: 4765878 4068066 5494 1 0 4082108 0
[pid=160534/tid=160536] ppid=160531 vsize=19063512 memory=16272264 CPUtime=2853.08 cores=4,6
/proc/160534/task/160536/stat : 160536 (java) R 160531 160534 160073 0 -1 4194368 4779748 0 0 0 280256 5052 0 0 20 0 20 0 237101835 19521036288 4068066 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
[pid=160534/tid=160545] ppid=160531 vsize=19063512 memory=16272008 CPUtime=0 cores=4,6
/proc/160534/task/160545/stat : 160545 (Finalizer) S 160531 160534 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237101838 19521036288 4068066 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
[pid=160534/tid=160552] ppid=160531 vsize=19063512 memory=16272264 CPUtime=0 cores=4,6
/proc/160534/task/160552/stat : 160552 (Common-Cleaner) S 160531 160534 160073 0 -1 4194368 3128 0 0 0 0 0 0 0 20 0 20 0 237101838 19521036288 4068066 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
[pid=160534/tid=160568] ppid=160531 vsize=19063512 memory=16272264 CPUtime=0 cores=4,6
/proc/160534/task/160568/stat : 160568 (Timer-0) S 160531 160534 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237101876 19521036288 4068066 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
Current children cumulated CPU time: 3522.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16272264 KiB

[startup+3282.3 s]
/proc/loadavg: 4.52 4.47 4.45 5/327 160852
/proc/meminfo: memFree=1683056/131382112 swapFree=33009904/33010684
[pid=160534] ppid=160531 vsize=19063512 memory=16272264 CPUtime=3588.13 cores=4,6
/proc/160534/stat : 160534 (java) S 160531 160534 160073 0 -1 4194304 5470655 0 0 0 353268 5545 0 0 20 0 20 0 237101833 19521036288 4068066 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
/proc/160534/statm: 4765878 4068066 5494 1 0 4082108 0
[pid=160534/tid=160536] ppid=160531 vsize=19063512 memory=16272264 CPUtime=2906.57 cores=4,6
/proc/160534/task/160536/stat : 160536 (java) R 160531 160534 160073 0 -1 4194368 4781963 0 0 0 285523 5134 0 0 20 0 20 0 237101835 19521036288 4068066 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
[pid=160534/tid=160545] ppid=160531 vsize=19063512 memory=16272264 CPUtime=0 cores=4,6
/proc/160534/task/160545/stat : 160545 (Finalizer) S 160531 160534 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237101838 19521036288 4068066 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
[pid=160534/tid=160552] ppid=160531 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/160534/task/160552/stat : 160552 (Common-Cleaner) S 160531 160534 160073 0 -1 4194368 3226 0 0 0 0 0 0 0 20 0 20 0 237101838 19521036288 4068066 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
[pid=160534/tid=160568] ppid=160531 vsize=19063512 memory=16272264 CPUtime=0 cores=4,6
/proc/160534/task/160568/stat : 160568 (Timer-0) S 160531 160534 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237101876 19521036288 4068066 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
Current children cumulated CPU time: 3588.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16272264 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3293.2 s]
/proc/loadavg: 4.60 4.49 4.46 5/327 160852
/proc/meminfo: memFree=1732180/131382112 swapFree=33009904/33010684
[pid=160534] ppid=160531 vsize=19063512 memory=16272264 CPUtime=3600.04 cores=4,6
/proc/160534/stat : 160534 (java) S 160531 160534 160073 0 -1 4194304 5563654 0 0 0 354437 5567 0 0 20 0 20 0 237101833 19521036288 4068066 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
/proc/160534/statm: 4765878 4068066 5494 1 0 4082108 0
[pid=160534/tid=160536] ppid=160531 vsize=19063512 memory=3072 CPUtime=2916.01 cores=4,6
/proc/160534/task/160536/stat : 160536 (java) R 160531 160534 160073 0 -1 4194368 4866085 0 0 0 286446 5155 0 0 20 0 20 0 237101835 19521036288 4068066 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
[pid=160534/tid=160545] ppid=160531 vsize=19063512 memory=6912 CPUtime=0 cores=4,6
/proc/160534/task/160545/stat : 160545 (Finalizer) S 160531 160534 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237101838 19521036288 4068066 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
[pid=160534/tid=160552] ppid=160531 vsize=19063512 memory=5300 CPUtime=0 cores=4,6
/proc/160534/task/160552/stat : 160552 (Common-Cleaner) S 160531 160534 160073 0 -1 4194368 3226 0 0 0 0 0 0 0 20 0 20 0 237101838 19521036288 4068066 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
[pid=160534/tid=160568] ppid=160531 vsize=19063512 memory=-9104701112964653756 CPUtime=0 cores=4,6
/proc/160534/task/160568/stat : 160568 (Timer-0) S 160531 160534 160073 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237101876 19521036288 4068066 18446744073709551615 93992714686464 93992714690160 140727649855200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93992714697976 93992714698768 93992730927104 140727649859924 140727649860068 140727649860068 140727649865672 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16272264 KiB

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

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

# cumulated CPU time of all completed processes:  user=3544.58 s, system=55.81 s

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

[startup+3293.4 s]*
/proc/loadavg: 4.60 4.49 4.46 5/309 160855
/proc/meminfo: memFree=17484252/131382112 swapFree=33009904/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): 3293.46
CPU time (s): 3600.39
CPU user time (s): 3544.58
CPU system time (s): 55.81
CPU usage (%): 109.319
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 16273032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3544.58
system time used= 55.81
maximum resident set size= 16273160
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5567169
page faults= 0
swaps= 0
block input operations= 0
block output operations= 101774232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 170821
involuntary context switches= 32043


# summary of solver processes directly reported to runsolver:
#   pid: 160534
#   total CPU time (s): 3600.39
#   total CPU user time (s): 3544.58
#   total CPU system time (s): 55.81

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.4524 second user time and 32.1188 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-07-22 21:57:09
IDJOB=4542043
IDBENCH=163735
IDSOLVER=3364
FILE ID=nodeC001/4542043-1753214229
RUNJOBID= nodeC001-1753210643-160085
SLURM_JOB_ID= 9687785
Free space on /tmp= 419036 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/equalities/wallace_spec/normalized-28wallace_spec_greater_tvars.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542043-1753214229/watcher-4542043-1753214229 -o /tmp/evaluation-result-4542043-1753214229/solver-4542043-1753214229 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1753210643-160085 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4542043-1753214229 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4542043-1753214229.opb

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

MD5SUM BENCH= 20f5dc2e187fea802b1fd8b2eb35ac07
RANDOM SEED=1251762740

nodeC001 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	: 0xb00001f
cpu MHz		: 3591.490
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 3592.483
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.350
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.104
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.166
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.327
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 2395.264
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.165
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        30793172 kB
MemAvailable:   123940696 kB
Buffers:            1668 kB
Cached:         91701088 kB
SwapCached:          136 kB
Active:          6712936 kB
Inactive:       90825676 kB
Active(anon):    5834288 kB
Inactive(anon):    27564 kB
Active(file):     878648 kB
Inactive(file): 90798112 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             88080 kB
Writeback:            12 kB
AnonPages:       5838876 kB
Mapped:           128044 kB
Shmem:             25972 kB
KReclaimable:    2531892 kB
Slab:            2663604 kB
SReclaimable:    2531892 kB
SUnreclaim:       131712 kB
KernelStack:        4640 kB
PageTables:        14832 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    8614640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149960 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5683200 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 362496 MiB
End job on nodeC001 at 2025-07-22 22:52:03