Trace number 4514850

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2025-06-06? (TO) 3600.26 3473.54

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2003/normalized-disctom.0.u.opb
MD5SUMf04c7bc93f027c2b63d00aa04181a654
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 benchmark0.290507
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10000
Total number of constraints400
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)400
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint10000
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 5001
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 15001
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4514850-1751228397.opb
0.12/0.13	c reading problem ... 
0.12/0.14	c  no objective function found
0.31/0.28	c ... done. Wall clock time 0.145s.
0.31/0.28	c declared #vars     10000
0.31/0.28	c #constraints  799
0.31/0.28	c constraints type 
0.31/0.28	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 785
0.31/0.28	c org.sat4j.specs.Constr$1 => 5
0.31/0.28	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
0.31/0.28	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4
0.31/0.28	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.31/0.28	c 799 constraints processed.
3.71/2.98	c cleaning 2494 clauses out of 5000 with flag 19363/5000
6.97/5.96	c cleaning 4242 clauses out of 8506 with flag 45789/11000
10.47/9.48	c cleaning 5622 clauses out of 11265 with flag 72755/18001
15.01/13.91	c cleaning 6811 clauses out of 13642 with flag 110223/26000
20.28/19.14	c cleaning 7908 clauses out of 15835 with flag 155976/35004
25.62/24.47	c cleaning 8953 clauses out of 17923 with flag 199857/45000
31.72/30.40	c cleaning 9968 clauses out of 19970 with flag 252281/56000
38.52/37.13	c cleaning 10986 clauses out of 22002 with flag 304009/68000
46.16/44.78	c cleaning 11993 clauses out of 24016 with flag 367698/81000
54.71/53.27	c cleaning 12997 clauses out of 26024 with flag 433898/95001
64.03/62.45	c cleaning 14000 clauses out of 28026 with flag 508008/110000
74.53/72.83	c cleaning 15007 clauses out of 30027 with flag 587707/126001
83.91/81.99	c cleaning 15998 clauses out of 32023 with flag 671737/143004
93.92/91.84	c cleaning 16992 clauses out of 34021 with flag 754903/161000
105.15/103.08	c cleaning 17994 clauses out of 36029 with flag 850433/180000
117.56/115.45	c cleaning 19006 clauses out of 38036 with flag 957918/200001
130.34/128.16	c cleaning 19995 clauses out of 40030 with flag 1069081/221001
144.88/142.54	c cleaning 21005 clauses out of 42038 with flag 1184543/243004
161.51/159.11	c cleaning 21999 clauses out of 44033 with flag 1296156/266004
180.59/177.81	c cleaning 22992 clauses out of 46031 with flag 1419310/290001
201.53/198.86	c cleaning 24003 clauses out of 48038 with flag 1560940/315000
221.31/218.55	c cleaning 25001 clauses out of 50036 with flag 1690244/341001
243.96/240.92	c cleaning 26000 clauses out of 52035 with flag 1834412/368001
266.35/263.29	c cleaning 27004 clauses out of 54036 with flag 1986918/396002
289.24/286.02	c cleaning 27998 clauses out of 56030 with flag 2149851/425000
312.51/308.79	c cleaning 28999 clauses out of 58032 with flag 2321611/455000
336.90/333.19	c cleaning 29994 clauses out of 60033 with flag 2484678/486000
364.07/360.04	c cleaning 31003 clauses out of 62042 with flag 2668869/518003
393.28/389.11	c cleaning 31997 clauses out of 64036 with flag 2854557/551000
423.36/419.13	c cleaning 33004 clauses out of 66039 with flag 3060107/585000
451.43/447.08	c cleaning 34004 clauses out of 68036 with flag 3266203/620001
481.66/477.20	c cleaning 34999 clauses out of 70031 with flag 3479766/656000
513.26/508.70	c cleaning 35999 clauses out of 72035 with flag 3699802/693003
546.12/541.28	c cleaning 36999 clauses out of 74033 with flag 3924722/731000
584.46/579.33	c cleaning 37999 clauses out of 76035 with flag 4165012/770001
622.55/617.35	c cleaning 38992 clauses out of 78036 with flag 4424720/810001
661.51/656.25	c cleaning 40001 clauses out of 80043 with flag 4684017/851000
703.02/697.52	c cleaning 41002 clauses out of 82044 with flag 4949774/893002
746.43/740.71	c cleaning 42006 clauses out of 84041 with flag 5221529/936001
786.60/780.83	c cleaning 42998 clauses out of 86035 with flag 5488664/980001
829.67/823.78	c cleaning 44003 clauses out of 88037 with flag 5765024/1025001
873.00/866.66	c cleaning 44998 clauses out of 90035 with flag 6047204/1071002
921.55/914.95	c cleaning 46000 clauses out of 92038 with flag 6350644/1118003
972.41/965.75	c cleaning 47003 clauses out of 94037 with flag 6662100/1166002
1026.55/1019.75	c cleaning 47997 clauses out of 96032 with flag 6951585/1215000
1056.55/1049.04	c cleaning 49011 clauses out of 98037 with flag 7177046/1265002
1071.46/1063.27	c cleaning 50001 clauses out of 100024 with flag 7320411/1316000
1087.93/1078.22	c cleaning 51005 clauses out of 102023 with flag 7467050/1368000
1103.53/1093.12	c cleaning 52000 clauses out of 104018 with flag 7616425/1421000
1119.31/1108.23	c cleaning 53010 clauses out of 106019 with flag 7769475/1475001
1135.41/1123.65	c cleaning 54005 clauses out of 108009 with flag 7924738/1530001
1152.79/1139.10	c cleaning 55002 clauses out of 110007 with flag 8082919/1586004
1169.31/1155.06	c cleaning 55999 clauses out of 112002 with flag 8244250/1643001
1185.88/1171.09	c cleaning 56996 clauses out of 114003 with flag 8407596/1701001
1203.29/1187.63	c cleaning 57993 clauses out of 116007 with flag 8573856/1760001
1220.86/1204.56	c cleaning 59000 clauses out of 118015 with flag 8742312/1820002
1238.34/1221.31	c cleaning 60003 clauses out of 120013 with flag 8914689/1881000
1257.43/1239.13	c cleaning 60998 clauses out of 122010 with flag 9090874/1943000
1275.11/1256.35	c cleaning 62002 clauses out of 124014 with flag 9269109/2006002
1293.98/1274.58	c cleaning 62997 clauses out of 126010 with flag 9449583/2070000
1312.89/1292.79	c cleaning 64002 clauses out of 128015 with flag 9632453/2135002
1332.34/1311.49	c cleaning 64996 clauses out of 130011 with flag 9818552/2201000
1351.83/1330.18	c cleaning 66004 clauses out of 132015 with flag 10007639/2268000
1371.89/1349.36	c cleaning 66995 clauses out of 134012 with flag 10199530/2336001
1392.96/1368.53	c cleaning 68001 clauses out of 136019 with flag 10394798/2405003
1412.99/1387.93	c cleaning 69001 clauses out of 138016 with flag 10592722/2475001
1434.07/1408.09	c cleaning 69993 clauses out of 140014 with flag 10793721/2546000
1455.04/1428.23	c cleaning 71010 clauses out of 142023 with flag 10997640/2618002
1476.06/1448.54	c cleaning 72002 clauses out of 144012 with flag 11205602/2691001
1496.87/1468.72	c cleaning 72990 clauses out of 146010 with flag 11416931/2765001
1517.76/1489.10	c cleaning 74004 clauses out of 148019 with flag 11629606/2840000
1540.19/1510.54	c cleaning 74997 clauses out of 150017 with flag 11846678/2916002
1561.79/1531.46	c cleaning 76009 clauses out of 152018 with flag 12068388/2993000
1584.60/1553.19	c cleaning 76994 clauses out of 154009 with flag 12292461/3071000
1608.52/1575.28	c cleaning 78000 clauses out of 156016 with flag 12521150/3150001
1631.17/1596.97	c cleaning 79003 clauses out of 158016 with flag 12753540/3230001
1653.90/1618.73	c cleaning 79999 clauses out of 160012 with flag 12988644/3311000
1677.34/1641.25	c cleaning 81002 clauses out of 162015 with flag 13227909/3393002
1700.79/1663.76	c cleaning 81994 clauses out of 164012 with flag 13470089/3476001
1723.96/1686.02	c cleaning 83000 clauses out of 166017 with flag 13718722/3560000
1747.55/1708.76	c cleaning 83995 clauses out of 168017 with flag 13968052/3645000
1771.93/1732.25	c cleaning 85005 clauses out of 170025 with flag 14220219/3731003
1795.95/1755.45	c cleaning 86000 clauses out of 172021 with flag 14478108/3818004
1821.24/1779.13	c cleaning 86993 clauses out of 174019 with flag 14737323/3906002
1845.95/1803.11	c cleaning 87998 clauses out of 176024 with flag 15001261/3995000
1870.59/1826.62	c cleaning 88996 clauses out of 178026 with flag 15277315/4085000
1895.15/1850.28	c cleaning 90003 clauses out of 180030 with flag 15550024/4176000
1920.00/1874.23	c cleaning 91008 clauses out of 182027 with flag 15827898/4268000
1945.06/1898.58	c cleaning 92003 clauses out of 184019 with flag 16103790/4361000
1970.12/1922.95	c cleaning 92993 clauses out of 186018 with flag 16387072/4455002
1996.11/1947.81	c cleaning 93997 clauses out of 188024 with flag 16676668/4550001
2021.76/1972.68	c cleaning 95006 clauses out of 190026 with flag 16966343/4646000
2047.48/1997.60	c cleaning 96001 clauses out of 192020 with flag 17268491/4743000
2074.27/2022.79	c cleaning 97004 clauses out of 194019 with flag 17569331/4841000
2100.41/2048.07	c cleaning 98000 clauses out of 196015 with flag 17875487/4940000
2127.14/2073.51	c cleaning 99000 clauses out of 198016 with flag 18191944/5040001
2154.56/2099.90	c cleaning 100000 clauses out of 200015 with flag 18501503/5141000
2182.41/2126.54	c cleaning 101003 clauses out of 202015 with flag 18819468/5243000
2209.33/2152.58	c cleaning 102004 clauses out of 204012 with flag 19147769/5346000
2237.63/2179.55	c cleaning 102992 clauses out of 206009 with flag 19471946/5450001
2267.70/2206.69	c cleaning 104004 clauses out of 208016 with flag 19805464/5555000
2295.91/2233.68	c cleaning 105002 clauses out of 210014 with flag 20141954/5661002
2323.86/2260.77	c cleaning 105992 clauses out of 212011 with flag 20478335/5768001
2352.20/2287.91	c cleaning 107004 clauses out of 214019 with flag 20828454/5876001
2381.62/2316.03	c cleaning 108001 clauses out of 216017 with flag 21178557/5985003
2410.41/2343.90	c cleaning 108990 clauses out of 218014 with flag 21527255/6095001
2439.46/2371.86	c cleaning 110004 clauses out of 220024 with flag 21884648/6206001
2470.70/2399.97	c cleaning 110997 clauses out of 222019 with flag 22264827/6318000
2500.98/2428.35	c cleaning 112001 clauses out of 224022 with flag 22630050/6431000
2530.70/2456.90	c cleaning 112993 clauses out of 226021 with flag 23002641/6545000
2561.35/2486.32	c cleaning 114001 clauses out of 228028 with flag 23375316/6660000
2591.85/2515.50	c cleaning 115000 clauses out of 230028 with flag 23752561/6776001
2623.23/2545.52	c cleaning 116003 clauses out of 232027 with flag 24152943/6893000
2655.55/2575.92	c cleaning 117003 clauses out of 234024 with flag 24531436/7011000
2689.60/2606.13	c cleaning 118001 clauses out of 236022 with flag 24916260/7130001
2720.50/2635.91	c cleaning 118999 clauses out of 238025 with flag 25310847/7250005
2752.26/2666.51	c cleaning 120008 clauses out of 240021 with flag 25702091/7371000
2783.92/2697.09	c cleaning 120997 clauses out of 242013 with flag 26127209/7493000
2816.22/2728.11	c cleaning 121997 clauses out of 244016 with flag 26534954/7616000
2848.77/2759.53	c cleaning 123001 clauses out of 246020 with flag 26938804/7740001
2882.36/2791.38	c cleaning 123999 clauses out of 248018 with flag 27346367/7865000
2916.00/2823.30	c cleaning 125006 clauses out of 250019 with flag 27767919/7991000
2949.70/2855.50	c cleaning 125998 clauses out of 252016 with flag 28196124/8118003
2983.41/2887.84	c cleaning 126998 clauses out of 254015 with flag 28613416/8246000
3017.46/2920.59	c cleaning 128000 clauses out of 256017 with flag 29039293/8375000
3051.73/2953.50	c cleaning 128999 clauses out of 258018 with flag 29471212/8505001
3086.86/2986.60	c cleaning 130009 clauses out of 260018 with flag 29905158/8636000
3121.90/3020.05	c cleaning 130982 clauses out of 262009 with flag 30350482/8768000
3159.52/3056.29	c cleaning 132009 clauses out of 264028 with flag 30848630/8901001
3194.32/3089.76	c cleaning 132993 clauses out of 266018 with flag 31295461/9035000
3230.53/3124.28	c cleaning 133995 clauses out of 268026 with flag 31772954/9170001
3270.68/3159.48	c cleaning 135008 clauses out of 270032 with flag 32221949/9306002
3306.32/3193.86	c cleaning 136009 clauses out of 272022 with flag 32674851/9443000
3342.59/3228.48	c cleaning 137003 clauses out of 274013 with flag 33147674/9581000
3379.26/3263.72	c cleaning 138000 clauses out of 276010 with flag 33610694/9720000
3416.56/3299.30	c cleaning 139001 clauses out of 278015 with flag 34079613/9860005
3455.12/3334.55	c cleaning 139984 clauses out of 280013 with flag 34557848/10001004
3492.55/3370.23	c cleaning 140991 clauses out of 282026 with flag 35042731/10143001
3529.24/3405.55	c cleaning 142000 clauses out of 284035 with flag 35532681/10286001
3567.24/3441.87	c cleaning 143002 clauses out of 286034 with flag 36021236/10430000
3600.08/3473.41	c timeout
3600.08/3473.42	c starts		: 116431
3600.08/3473.42	c conflicts		: 10555493
3600.08/3473.42	c decisions		: 646642557
3600.08/3473.42	c propagations		: 1960020705
3600.08/3473.42	c inspects		: 4163149521
3600.08/3473.42	c shortcuts		: 0
3600.08/3473.42	c learnt literals	: 0
3600.08/3473.42	c learnt binary clauses	: 0
3600.08/3473.42	c learnt ternary clauses	: 0
3600.08/3473.42	c learnt constraints	: 10555493
3600.08/3473.42	c ignored constraints	: 0
3600.08/3473.42	c root simplifications	: 0
3600.08/3473.42	c removed literals (reason simplification)	: 43497729
3600.08/3473.42	c reason swapping (by a shorter reason)	: 0
3600.08/3473.43	c Calls to reduceDB	: 140
3600.08/3473.43	c Number of update (reduction) of LBD	: 2803484
3600.08/3473.43	c Imported unit clauses	: 0
3600.08/3473.43	c No decision after first conflict	: false
3600.08/3473.43	c number of reductions to clauses (during analyze)	: 0
3600.08/3473.43	c number of learned constraints concerned by reduction	: 0
3600.08/3473.43	c number of learning phase by resolution	: 0
3600.08/3473.43	c number of learning phase by cutting planes	: 0
3600.08/3473.43	c number of rounding to 1 operations	: 0
3600.08/3473.43	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3473.43	c number of reductions of the coefficients by power 2 	: 0
3600.08/3473.43	c number of right shift for reduction by power 2 	: 0
3600.08/3473.43	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3473.43	c number of ending skipping 	: 0
3600.08/3473.43	c number of internal skipping 	: 0
3600.08/3473.43	c number of derivation steps 	: 0
3600.08/3473.43	c number of skipped derivation steps 	: 0
3600.08/3473.43	c number of remaining unassigned 	: 0
3600.08/3473.43	c number of remaining assigned 	: 0
3600.08/3473.43	c number of falsified literals weakened from reason	: 0
3600.08/3473.43	c number of falsified literals weakened from conflict	: 0
3600.08/3473.43	c time for arithmetic operations	: 0
3600.08/3473.43	c minimum degree of deleted constraints	: null
3600.08/3473.43	c maximum degree of deleted constraints	: null
3600.08/3473.43	c number of deleted constraints	: 0
3600.08/3473.43	c speed (assignments/second)	: 564335.9851085976
3600.08/3473.43	c non guided choices	: 1231128
3600.08/3473.49	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 268525
3600.08/3473.49	s UNKNOWN
3600.08/3473.49	c Total wall clock time (in seconds): 3473.358

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (62864 MiB free)
  memory of node 1: 64507 MiB (61751 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4514850-1751228397/watcher-4514850-1751228397 -o /tmp/evaluation-result-4514850-1751228397/solver-4514850-1751228397 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751219267-28439 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4514850-1751228397.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 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
Current StackSize limit: 8192 KiB

solver pid=30530, runsolver pid=30527

[startup+0.10006 s]*
/proc/loadavg: 4.12 4.11 4.09 5/337 30548
/proc/meminfo: memFree=127572348/131249996 swapFree=33010684/33010684
[pid=30530] ppid=30527 vsize=18930384 memory=57696 CPUtime=0.12 cores=0,2
/proc/30530/stat : 30530 (java) S 30527 30530 28429 0 -1 4194304 6571 0 0 0 10 2 0 0 20 0 18 0 38517423 19384713216 14424 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
/proc/30530/statm: 4732596 14424 5321 1 0 547603 0
[pid=30530/tid=30532] ppid=30527 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/30530/task/30532/stat : 30532 (java) R 30527 30530 28429 0 -1 4194368 5065 0 0 0 6 1 0 0 20 0 18 0 38517424 19384713216 14424 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
[pid=30530/tid=30541] ppid=30527 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/30530/task/30541/stat : 30541 (Finalizer) S 30527 30530 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38517427 19384713216 14424 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
[pid=30530/tid=30548] ppid=30527 vsize=18930384 memory=60684515966010 CPUtime=0 cores=0,2
/proc/30530/task/30548/stat : 30548 (Common-Cleaner) S 30527 30530 28429 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38517427 19384713216 14424 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57696 KiB

[startup+0.20577 s]*
/proc/loadavg: 4.12 4.11 4.09 6/337 30548
/proc/meminfo: memFree=127558296/131249996 swapFree=33010684/33010684
[pid=30530] ppid=30527 vsize=18930384 memory=74008 CPUtime=0.31 cores=0,2
/proc/30530/stat : 30530 (java) S 30527 30530 28429 0 -1 4194304 6983 0 0 0 29 2 0 0 20 0 18 0 38517423 19384713216 18502 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
/proc/30530/statm: 4732596 18502 5417 1 0 547883 0
[pid=30530/tid=30532] ppid=30527 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=0,2
/proc/30530/task/30532/stat : 30532 (java) R 30527 30530 28429 0 -1 4194368 5265 0 0 0 16 1 0 0 20 0 18 0 38517424 19384713216 18502 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
[pid=30530/tid=30541] ppid=30527 vsize=18930384 memory=16880 CPUtime=0 cores=0,2
/proc/30530/task/30541/stat : 30541 (Finalizer) S 30527 30530 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38517427 19384713216 18502 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
[pid=30530/tid=30548] ppid=30527 vsize=18930384 memory=59585004307431 CPUtime=0 cores=0,2
/proc/30530/task/30548/stat : 30548 (Common-Cleaner) S 30527 30530 28429 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38517427 19384713216 18502 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 74008 KiB

[startup+0.305735 s]*
/proc/loadavg: 4.12 4.11 4.09 7/338 30549
/proc/meminfo: memFree=127477512/131249996 swapFree=33010684/33010684
[pid=30530] ppid=30527 vsize=18996948 memory=154248 CPUtime=0.51 cores=0,2
/proc/30530/stat : 30530 (java) S 30527 30530 28429 0 -1 4194304 9235 0 0 0 47 4 0 0 20 0 19 0 38517423 19452874752 38562 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
/proc/30530/statm: 4749237 38562 5417 1 0 549729 0
[pid=30530/tid=30532] ppid=30527 vsize=18996948 memory=-6000919477051812972 CPUtime=0.27 cores=0,2
/proc/30530/task/30532/stat : 30532 (java) R 30527 30530 28429 0 -1 4194368 5378 0 0 0 24 3 0 0 20 0 19 0 38517424 19452874752 38562 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
[pid=30530/tid=30541] ppid=30527 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/30530/task/30541/stat : 30541 (Finalizer) S 30527 30530 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38517427 19452874752 38562 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
[pid=30530/tid=30548] ppid=30527 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/30530/task/30548/stat : 30548 (Common-Cleaner) S 30527 30530 28429 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 38517427 19452874752 38562 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
[pid=30530/tid=30549] ppid=30527 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/30530/task/30549/stat : 30549 (Timer-0) S 30527 30530 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38517452 19452874752 38562 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 154248 KiB

[startup+0.700229 s]
/proc/loadavg: 4.12 4.11 4.09 7/339 30550
/proc/meminfo: memFree=127470896/131249996 swapFree=33010684/33010684
[pid=30530] ppid=30527 vsize=19063512 memory=161992 CPUtime=1.26 cores=0,2
/proc/30530/stat : 30530 (java) S 30527 30530 28429 0 -1 4194304 11650 0 0 0 122 4 0 0 20 0 20 0 38517423 19521036288 40498 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
/proc/30530/statm: 4765878 40498 5449 1 0 550650 0
[pid=30530/tid=30532] ppid=30527 vsize=19063512 memory=17408 CPUtime=0.62 cores=0,2
/proc/30530/task/30532/stat : 30532 (java) R 30527 30530 28429 0 -1 4194368 5384 0 0 0 59 3 0 0 20 0 20 0 38517424 19521036288 40498 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
[pid=30530/tid=30541] ppid=30527 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/30530/task/30541/stat : 30541 (Finalizer) S 30527 30530 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38517427 19521036288 40498 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
[pid=30530/tid=30548] ppid=30527 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/30530/task/30548/stat : 30548 (Common-Cleaner) S 30527 30530 28429 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38517427 19521036288 40498 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
[pid=30530/tid=30549] ppid=30527 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/30530/task/30549/stat : 30549 (Timer-0) S 30527 30530 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38517452 19521036288 40498 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 161992 KiB

[startup+1.50021 s]
/proc/loadavg: 4.12 4.11 4.09 5/339 30550
/proc/meminfo: memFree=127468140/131249996 swapFree=33010684/33010684
[pid=30530] ppid=30527 vsize=19063512 memory=162120 CPUtime=2.29 cores=0,2
/proc/30530/stat : 30530 (java) S 30527 30530 28429 0 -1 4194304 12490 0 0 0 225 4 0 0 20 0 20 0 38517423 19521036288 40530 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
/proc/30530/statm: 4765878 40530 5449 1 0 550651 0
[pid=30530/tid=30532] ppid=30527 vsize=19063512 memory=10752 CPUtime=1.41 cores=0,2
/proc/30530/task/30532/stat : 30532 (java) R 30527 30530 28429 0 -1 4194368 5479 0 0 0 138 3 0 0 20 0 20 0 38517424 19521036288 40530 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
[pid=30530/tid=30541] ppid=30527 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/30530/task/30541/stat : 30541 (Finalizer) S 30527 30530 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38517427 19521036288 40530 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
[pid=30530/tid=30548] ppid=30527 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/30530/task/30548/stat : 30548 (Common-Cleaner) S 30527 30530 28429 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38517427 19521036288 40530 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
[pid=30530/tid=30549] ppid=30527 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/30530/task/30549/stat : 30549 (Timer-0) S 30527 30530 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38517452 19521036288 40530 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
Current children cumulated CPU time: 2.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 162120 KiB

[startup+3.1056 s]
/proc/loadavg: 4.11 4.11 4.09 6/339 30550
/proc/meminfo: memFree=127468140/131249996 swapFree=33010684/33010684
[pid=30530] ppid=30527 vsize=19063512 memory=163924 CPUtime=4.02 cores=0,2
/proc/30530/stat : 30530 (java) S 30527 30530 28429 0 -1 4194304 17017 0 0 0 397 5 0 0 20 0 20 0 38517423 19521036288 40981 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
/proc/30530/statm: 4765878 40981 5449 1 0 551042 0
[pid=30530/tid=30532] ppid=30527 vsize=19063512 memory=10752 CPUtime=3.01 cores=0,2
/proc/30530/task/30532/stat : 30532 (java) R 30527 30530 28429 0 -1 4194368 6933 0 0 0 298 3 0 0 20 0 20 0 38517424 19521036288 40981 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
[pid=30530/tid=30541] ppid=30527 vsize=19063512 memory=-6000919477051812972 CPUtime=0 cores=0,2
/proc/30530/task/30541/stat : 30541 (Finalizer) S 30527 30530 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38517427 19521036288 40981 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
[pid=30530/tid=30548] ppid=30527 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/30530/task/30548/stat : 30548 (Common-Cleaner) S 30527 30530 28429 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38517427 19521036288 40981 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
[pid=30530/tid=30549] ppid=30527 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/30530/task/30549/stat : 30549 (Timer-0) S 30527 30530 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38517452 19521036288 40981 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
Current children cumulated CPU time: 4.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 163924 KiB

[startup+6.30023 s]
/proc/loadavg: 4.11 4.11 4.09 5/339 30550
/proc/meminfo: memFree=127414656/131249996 swapFree=33010684/33010684
[pid=30530] ppid=30527 vsize=19063512 memory=215424 CPUtime=7.38 cores=0,2
/proc/30530/stat : 30530 (java) S 30527 30530 28429 0 -1 4194304 22065 0 0 0 731 7 0 0 20 0 20 0 38517423 19521036288 53856 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
/proc/30530/statm: 4765878 53856 5449 1 0 551049 0
[pid=30530/tid=30532] ppid=30527 vsize=19063512 memory=0 CPUtime=6.13 cores=0,2
/proc/30530/task/30532/stat : 30532 (java) R 30527 30530 28429 0 -1 4194368 7633 0 0 0 610 3 0 0 20 0 20 0 38517424 19521036288 53856 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
[pid=30530/tid=30541] ppid=30527 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/30530/task/30541/stat : 30541 (Finalizer) S 30527 30530 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38517427 19521036288 53856 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
[pid=30530/tid=30548] ppid=30527 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/30530/task/30548/stat : 30548 (Common-Cleaner) S 30527 30530 28429 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 38517427 19521036288 53856 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
[pid=30530/tid=30549] ppid=30527 vsize=19063512 memory=162120 CPUtime=0 cores=0,2
/proc/30530/task/30549/stat : 30549 (Timer-0) S 30527 30530 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38517452 19521036288 53856 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
Current children cumulated CPU time: 7.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 215424 KiB

[startup+12.7002 s]
/proc/loadavg: 4.10 4.10 4.09 5/339 30550
/proc/meminfo: memFree=127361164/131249996 swapFree=33010684/33010684
[pid=30530] ppid=30527 vsize=19063512 memory=273108 CPUtime=13.81 cores=0,2
/proc/30530/stat : 30530 (java) S 30527 30530 28429 0 -1 4194304 22169 0 0 0 1373 8 0 0 20 0 20 0 38517423 19521036288 68277 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
/proc/30530/statm: 4765878 68277 5481 1 0 551049 0
[pid=30530/tid=30532] ppid=30527 vsize=19063512 memory=162120 CPUtime=12.46 cores=0,2
/proc/30530/task/30532/stat : 30532 (java) R 30527 30530 28429 0 -1 4194368 7655 0 0 0 1243 3 0 0 20 0 20 0 38517424 19521036288 68277 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
[pid=30530/tid=30541] ppid=30527 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/30530/task/30541/stat : 30541 (Finalizer) S 30527 30530 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38517427 19521036288 68277 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
[pid=30530/tid=30548] ppid=30527 vsize=19063512 memory=272980 CPUtime=0 cores=0,2
/proc/30530/task/30548/stat : 30548 (Common-Cleaner) S 30527 30530 28429 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 38517427 19521036288 68277 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
[pid=30530/tid=30549] ppid=30527 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/30530/task/30549/stat : 30549 (Timer-0) S 30527 30530 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38517452 19521036288 68277 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
Current children cumulated CPU time: 13.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 273108 KiB

[startup+25.5003 s]
/proc/loadavg: 4.08 4.10 4.09 5/339 30551
/proc/meminfo: memFree=127183028/131249996 swapFree=33010684/33010684
[pid=30530] ppid=30527 vsize=19063512 memory=489716 CPUtime=26.82 cores=0,2
/proc/30530/stat : 30530 (java) S 30527 30530 28429 0 -1 4194304 27860 0 0 0 2670 12 0 0 20 0 20 0 38517423 19521036288 122429 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
/proc/30530/statm: 4765878 122429 5481 1 0 551187 0
[pid=30530/tid=30532] ppid=30527 vsize=19063512 memory=10752 CPUtime=25.02 cores=0,2
/proc/30530/task/30532/stat : 30532 (java) R 30527 30530 28429 0 -1 4194368 8975 0 0 0 2499 3 0 0 20 0 20 0 38517424 19521036288 122429 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
[pid=30530/tid=30541] ppid=30527 vsize=19063512 memory=272980 CPUtime=0 cores=0,2
/proc/30530/task/30541/stat : 30541 (Finalizer) S 30527 30530 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38517427 19521036288 122429 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
[pid=30530/tid=30548] ppid=30527 vsize=19063512 memory=4380 CPUtime=0 cores=0,2
/proc/30530/task/30548/stat : 30548 (Common-Cleaner) S 30527 30530 28429 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 38517427 19521036288 122429 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
[pid=30530/tid=30549] ppid=30527 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/30530/task/30549/stat : 30549 (Timer-0) S 30527 30530 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38517452 19521036288 122429 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
Current children cumulated CPU time: 26.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 489716 KiB

[startup+51.1057 s]
/proc/loadavg: 4.13 4.11 4.09 5/339 30551
/proc/meminfo: memFree=126776524/131249996 swapFree=33010684/33010684
[pid=30530] ppid=30527 vsize=19063512 memory=786896 CPUtime=52.63 cores=0,2
/proc/30530/stat : 30530 (java) S 30527 30530 28429 0 -1 4194304 28386 0 0 0 5245 18 0 0 20 0 20 0 38517423 19521036288 196724 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
/proc/30530/statm: 4765878 196724 5481 1 0 551187 0
[pid=30530/tid=30532] ppid=30527 vsize=19063512 memory=786896 CPUtime=50.28 cores=0,2
/proc/30530/task/30532/stat : 30532 (java) R 30527 30530 28429 0 -1 4194368 9013 0 0 0 5025 3 0 0 20 0 20 0 38517424 19521036288 196724 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0

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

/proc/30530/task/30541/stat : 30541 (Finalizer) S 30527 30530 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38517427 19521036288 3688230 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
[pid=30530/tid=30548] ppid=30527 vsize=19063512 memory=14752920 CPUtime=0 cores=0,2
/proc/30530/task/30548/stat : 30548 (Common-Cleaner) S 30527 30530 28429 0 -1 4194368 1722 0 0 0 0 0 0 0 20 0 20 0 38517427 19521036288 3688230 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
[pid=30530/tid=30549] ppid=30527 vsize=19063512 memory=14752920 CPUtime=0 cores=0,2
/proc/30530/task/30549/stat : 30549 (Timer-0) S 30527 30530 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38517452 19521036288 3688230 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
Current children cumulated CPU time: 3207.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14752920 KiB

[startup+3162.3 s]
/proc/loadavg: 3.22 3.15 3.30 4/314 30815
/proc/meminfo: memFree=111687388/131249996 swapFree=33010684/33010684
[pid=30530] ppid=30527 vsize=19063512 memory=14753816 CPUtime=3273.57 cores=0,2
/proc/30530/stat : 30530 (java) S 30527 30530 28429 0 -1 4194304 282509 0 0 0 326956 401 0 0 20 0 20 0 38517423 19521036288 3688454 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
/proc/30530/statm: 4765878 3688454 5481 1 0 4085473 0
[pid=30530/tid=30532] ppid=30527 vsize=19063512 memory=14752920 CPUtime=3054.57 cores=0,2
/proc/30530/task/30532/stat : 30532 (java) R 30527 30530 28429 0 -1 4194368 150121 0 0 0 305344 113 0 0 20 0 20 0 38517424 19521036288 3688454 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
[pid=30530/tid=30541] ppid=30527 vsize=19063512 memory=14752920 CPUtime=0 cores=0,2
/proc/30530/task/30541/stat : 30541 (Finalizer) S 30527 30530 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38517427 19521036288 3688454 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
[pid=30530/tid=30548] ppid=30527 vsize=19063512 memory=14752920 CPUtime=0 cores=0,2
/proc/30530/task/30548/stat : 30548 (Common-Cleaner) S 30527 30530 28429 0 -1 4194368 1765 0 0 0 0 0 0 0 20 0 20 0 38517427 19521036288 3688454 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
[pid=30530/tid=30549] ppid=30527 vsize=19063512 memory=14753816 CPUtime=0 cores=0,2
/proc/30530/task/30549/stat : 30549 (Timer-0) S 30527 30530 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38517452 19521036288 3688454 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
Current children cumulated CPU time: 3273.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14753816 KiB

[startup+3222.3 s]
/proc/loadavg: 3.14 3.14 3.28 4/312 30817
/proc/meminfo: memFree=111687504/131249996 swapFree=33010684/33010684
[pid=30530] ppid=30527 vsize=19063512 memory=14753816 CPUtime=3335.96 cores=0,2
/proc/30530/stat : 30530 (java) S 30527 30530 28429 0 -1 4194304 288980 0 0 0 333192 404 0 0 20 0 20 0 38517423 19521036288 3688454 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
/proc/30530/statm: 4765878 3688454 5481 1 0 4085473 0
[pid=30530/tid=30532] ppid=30527 vsize=19063512 memory=14752920 CPUtime=3111.77 cores=0,2
/proc/30530/task/30532/stat : 30532 (java) R 30527 30530 28429 0 -1 4194368 154850 0 0 0 311063 114 0 0 20 0 20 0 38517424 19521036288 3688454 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
[pid=30530/tid=30541] ppid=30527 vsize=19063512 memory=14753816 CPUtime=0 cores=0,2
/proc/30530/task/30541/stat : 30541 (Finalizer) S 30527 30530 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38517427 19521036288 3688454 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
[pid=30530/tid=30548] ppid=30527 vsize=19063512 memory=14753816 CPUtime=0 cores=0,2
/proc/30530/task/30548/stat : 30548 (Common-Cleaner) S 30527 30530 28429 0 -1 4194368 1766 0 0 0 0 0 0 0 20 0 20 0 38517427 19521036288 3688454 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
[pid=30530/tid=30549] ppid=30527 vsize=19063512 memory=14384 CPUtime=0 cores=0,2
/proc/30530/task/30549/stat : 30549 (Timer-0) S 30527 30530 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38517452 19521036288 3688454 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
Current children cumulated CPU time: 3335.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14753816 KiB

[startup+3282.3 s]
/proc/loadavg: 3.10 3.13 3.26 4/312 30819
/proc/meminfo: memFree=111687640/131249996 swapFree=33010684/33010684
[pid=30530] ppid=30527 vsize=19063512 memory=14753816 CPUtime=3398.51 cores=0,2
/proc/30530/stat : 30530 (java) S 30527 30530 28429 0 -1 4194304 293190 0 0 0 339445 406 0 0 20 0 20 0 38517423 19521036288 3688454 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
/proc/30530/statm: 4765878 3688454 5481 1 0 4085484 0
[pid=30530/tid=30532] ppid=30527 vsize=19063512 memory=14753816 CPUtime=3168.86 cores=0,2
/proc/30530/task/30532/stat : 30532 (java) R 30527 30530 28429 0 -1 4194368 158159 0 0 0 316771 115 0 0 20 0 20 0 38517424 19521036288 3688454 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
[pid=30530/tid=30541] ppid=30527 vsize=19063512 memory=14384 CPUtime=0 cores=0,2
/proc/30530/task/30541/stat : 30541 (Finalizer) S 30527 30530 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38517427 19521036288 3688454 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
[pid=30530/tid=30548] ppid=30527 vsize=19063512 memory=17408 CPUtime=0 cores=0,2
/proc/30530/task/30548/stat : 30548 (Common-Cleaner) S 30527 30530 28429 0 -1 4194368 1804 0 0 0 0 0 0 0 20 0 20 0 38517427 19521036288 3688454 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
[pid=30530/tid=30549] ppid=30527 vsize=19063512 memory=10240 CPUtime=0 cores=0,2
/proc/30530/task/30549/stat : 30549 (Timer-0) S 30527 30530 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38517452 19521036288 3688454 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
Current children cumulated CPU time: 3398.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14753816 KiB

[startup+3342.3 s]
/proc/loadavg: 2.77 3.04 3.23 3/288 30855
/proc/meminfo: memFree=113167396/131249996 swapFree=33010684/33010684
[pid=30530] ppid=30527 vsize=19063512 memory=14753816 CPUtime=3463.07 cores=0,2
/proc/30530/stat : 30530 (java) S 30527 30530 28429 0 -1 4194304 302989 0 0 0 345896 411 0 0 20 0 20 0 38517423 19521036288 3688454 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
/proc/30530/statm: 4765878 3688454 5481 1 0 4085484 0
[pid=30530/tid=30532] ppid=30527 vsize=19063512 memory=14753816 CPUtime=3225.89 cores=0,2
/proc/30530/task/30532/stat : 30532 (java) R 30527 30530 28429 0 -1 4194368 164291 0 0 0 322472 117 0 0 20 0 20 0 38517424 19521036288 3688454 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
[pid=30530/tid=30541] ppid=30527 vsize=19063512 memory=14753816 CPUtime=0 cores=0,2
/proc/30530/task/30541/stat : 30541 (Finalizer) S 30527 30530 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38517427 19521036288 3688454 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
[pid=30530/tid=30548] ppid=30527 vsize=19063512 memory=14753816 CPUtime=0 cores=0,2
/proc/30530/task/30548/stat : 30548 (Common-Cleaner) S 30527 30530 28429 0 -1 4194368 1835 0 0 0 0 0 0 0 20 0 20 0 38517427 19521036288 3688454 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
[pid=30530/tid=30549] ppid=30527 vsize=19063512 memory=14384 CPUtime=0 cores=0,2
/proc/30530/task/30549/stat : 30549 (Timer-0) S 30527 30530 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38517452 19521036288 3688454 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
Current children cumulated CPU time: 3463.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14753816 KiB

[startup+3402.3 s]
/proc/loadavg: 2.33 2.86 3.15 3/288 30857
/proc/meminfo: memFree=113167492/131249996 swapFree=33010684/33010684
[pid=30530] ppid=30527 vsize=19063512 memory=14753816 CPUtime=3526.04 cores=0,2
/proc/30530/stat : 30530 (java) S 30527 30530 28429 0 -1 4194304 308000 0 0 0 352190 414 0 0 20 0 20 0 38517423 19521036288 3688454 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
/proc/30530/statm: 4765878 3688454 5481 1 0 4085484 0
[pid=30530/tid=30532] ppid=30527 vsize=19063512 memory=14753816 CPUtime=3282.58 cores=0,2
/proc/30530/task/30532/stat : 30532 (java) R 30527 30530 28429 0 -1 4194368 167696 0 0 0 328140 118 0 0 20 0 20 0 38517424 19521036288 3688454 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
[pid=30530/tid=30541] ppid=30527 vsize=19063512 memory=14753816 CPUtime=0 cores=0,2
/proc/30530/task/30541/stat : 30541 (Finalizer) S 30527 30530 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38517427 19521036288 3688454 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
[pid=30530/tid=30548] ppid=30527 vsize=19063512 memory=14753816 CPUtime=0 cores=0,2
/proc/30530/task/30548/stat : 30548 (Common-Cleaner) S 30527 30530 28429 0 -1 4194368 1876 0 0 0 0 0 0 0 20 0 20 0 38517427 19521036288 3688454 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
[pid=30530/tid=30549] ppid=30527 vsize=19063512 memory=-6000919477051812972 CPUtime=0 cores=0,2
/proc/30530/task/30549/stat : 30549 (Timer-0) S 30527 30530 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38517452 19521036288 3688454 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
Current children cumulated CPU time: 3526.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14753816 KiB

[startup+3462.3 s]
/proc/loadavg: 2.16 2.72 3.08 3/289 30860
/proc/meminfo: memFree=113167972/131249996 swapFree=33010684/33010684
[pid=30530] ppid=30527 vsize=19063512 memory=14753816 CPUtime=3588.46 cores=0,2
/proc/30530/stat : 30530 (java) S 30527 30530 28429 0 -1 4194304 312327 0 0 0 358428 418 0 0 20 0 20 0 38517423 19521036288 3688454 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
/proc/30530/statm: 4765878 3688454 5481 1 0 4085484 0
[pid=30530/tid=30532] ppid=30527 vsize=19063512 memory=14753816 CPUtime=3339.67 cores=0,2
/proc/30530/task/30532/stat : 30532 (java) R 30527 30530 28429 0 -1 4194368 170400 0 0 0 333847 120 0 0 20 0 20 0 38517424 19521036288 3688454 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
[pid=30530/tid=30541] ppid=30527 vsize=19063512 memory=14753816 CPUtime=0 cores=0,2
/proc/30530/task/30541/stat : 30541 (Finalizer) S 30527 30530 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38517427 19521036288 3688454 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
[pid=30530/tid=30548] ppid=30527 vsize=19063512 memory=14753816 CPUtime=0 cores=0,2
/proc/30530/task/30548/stat : 30548 (Common-Cleaner) S 30527 30530 28429 0 -1 4194368 1920 0 0 0 0 0 0 0 20 0 20 0 38517427 19521036288 3688454 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
[pid=30530/tid=30549] ppid=30527 vsize=19063512 memory=14753816 CPUtime=0 cores=0,2
/proc/30530/task/30549/stat : 30549 (Timer-0) S 30527 30530 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38517452 19521036288 3688454 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
Current children cumulated CPU time: 3588.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14753816 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3473.4 s]
/proc/loadavg: 2.21 2.71 3.07 3/289 30860
/proc/meminfo: memFree=113167972/131249996 swapFree=33010684/33010684
[pid=30530] ppid=30527 vsize=19063512 memory=14753816 CPUtime=3600.08 cores=0,2
/proc/30530/stat : 30530 (java) S 30527 30530 28429 0 -1 4194304 314164 0 0 0 359589 419 0 0 20 0 20 0 38517423 19521036288 3688454 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
/proc/30530/statm: 4765878 3688454 5481 1 0 4085484 0
[pid=30530/tid=30532] ppid=30527 vsize=19063512 memory=245635481903 CPUtime=3350.19 cores=0,2
/proc/30530/task/30532/stat : 30532 (java) R 30527 30530 28429 0 -1 4194368 171306 0 0 0 334899 120 0 0 20 0 20 0 38517424 19521036288 3688454 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
[pid=30530/tid=30541] ppid=30527 vsize=19063512 memory=61805452067567 CPUtime=0 cores=0,2
/proc/30530/task/30541/stat : 30541 (Finalizer) S 30527 30530 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38517427 19521036288 3688454 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
[pid=30530/tid=30548] ppid=30527 vsize=19063512 memory=3904682690938667040 CPUtime=0 cores=0,2
/proc/30530/task/30548/stat : 30548 (Common-Cleaner) S 30527 30530 28429 0 -1 4194368 1920 0 0 0 0 0 0 0 20 0 20 0 38517427 19521036288 3688454 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
[pid=30530/tid=30549] ppid=30527 vsize=19063512 memory=4380 CPUtime=0 cores=0,2
/proc/30530/task/30549/stat : 30549 (Timer-0) S 30527 30530 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38517452 19521036288 3688454 18446744073709551615 94290631536640 94290631540336 140735727526656 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94290631548152 94290631548944 94290655178752 140735727532417 140735727532518 140735727532518 140735727538120 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14753816 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.03 s, system=4.23173 s

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

[startup+3473.5 s]*
/proc/loadavg: 2.21 2.71 3.07 3/271 30863
/proc/meminfo: memFree=114693380/131249996 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): 3473.54
CPU time (s): 3600.26
CPU user time (s): 3596.03
CPU system time (s): 4.23173
CPU usage (%): 103.648
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 14753816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.03
system time used= 4.23173
maximum resident set size= 14754968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 316632
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 118796
involuntary context switches= 16517


# summary of solver processes directly reported to runsolver:
#   pid: 30530
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3596.03
#   total CPU system time (s): 4.23173

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.34469 second user time and 16.1994 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-06-29 22:19:57
IDJOB=4514850
IDBENCH=163961
IDSOLVER=3363
FILE ID=nodeC022/4514850-1751228397
RUNJOBID= nodeC022-1751219267-28439
SLURM_JOB_ID= 9587670
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2003/normalized-disctom.0.u.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4514850-1751228397/watcher-4514850-1751228397 -o /tmp/evaluation-result-4514850-1751228397/solver-4514850-1751228397 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751219267-28439 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4514850-1751228397.opb

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

MD5SUM BENCH= f04c7bc93f027c2b63d00aa04181a654
RANDOM SEED=320725013

nodeC022 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		: 3605.834
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.44
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.740
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.44
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.716
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.44
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		: 3604.223
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.44
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.719
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.44
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.738
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.44
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		: 3288.966
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.44
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		: 3584.480
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        127606560 kB
MemAvailable:   128267352 kB
Buffers:            3280 kB
Cached:          1465260 kB
SwapCached:            0 kB
Active:          1869820 kB
Inactive:        1216900 kB
Active(anon):    1636240 kB
Inactive(anon):        0 kB
Active(file):     233580 kB
Inactive(file):  1216900 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1076 kB
Writeback:            12 kB
AnonPages:       1621120 kB
Mapped:           122188 kB
Shmem:             18060 kB
KReclaimable:      98704 kB
Slab:             185928 kB
SReclaimable:      98704 kB
SUnreclaim:        87224 kB
KernelStack:        5200 kB
PageTables:         6904 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7045044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151416 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1445888 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC022 at 2025-06-29 23:17:50