Trace number 4514598

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2025-06-06? (TO) 3600.19 3606.79

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/quimper/
SyncCodes/d_n_k/normalized-6_6_33.opb
MD5SUMe4b196fa2cd155289a58b617d5417cd9
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark82.9041
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1560
Total number of constraints7454
Number of constraints which are clauses7449
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint39
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 72
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4514598-1751228303.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  no objective function found
0.32/0.25	c ... done. Wall clock time 0.116s.
0.32/0.25	c declared #vars     1560
0.32/0.25	c #constraints  7458
0.32/0.26	c constraints type 
0.32/0.26	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3002
0.32/0.26	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
0.32/0.26	c org.sat4j.specs.Constr$1 => 4
0.32/0.26	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4446
0.32/0.26	c org.sat4j.pb.constraints.pb.UnitClausePB => 3
0.32/0.26	c 7458 constraints processed.
1.27/0.77	c cleaning 2497 clauses out of 5001 with flag 16556/5001
1.82/1.18	c cleaning 4252 clauses out of 8503 with flag 40549/11000
2.60/1.73	c cleaning 5626 clauses out of 11253 with flag 69678/18002
3.21/2.33	c cleaning 6811 clauses out of 13626 with flag 104810/26001
3.91/3.03	c cleaning 7900 clauses out of 15814 with flag 146662/35000
4.71/3.85	c cleaning 8958 clauses out of 17915 with flag 199779/45001
5.66/4.79	c cleaning 9976 clauses out of 19959 with flag 254856/56003
6.76/5.84	c cleaning 10985 clauses out of 21981 with flag 318842/68001
7.96/7.02	c cleaning 11998 clauses out of 23996 with flag 382681/81001
9.19/8.25	c cleaning 12995 clauses out of 25997 with flag 446755/95000
10.70/9.61	c cleaning 13993 clauses out of 28002 with flag 512912/110000
12.38/11.21	c cleaning 15003 clauses out of 30011 with flag 583661/126002
13.81/12.60	c cleaning 15995 clauses out of 32006 with flag 664311/143000
15.33/14.18	c cleaning 17001 clauses out of 34011 with flag 752488/161000
17.02/15.81	c cleaning 18005 clauses out of 36011 with flag 848154/180001
18.82/17.60	c cleaning 18999 clauses out of 38006 with flag 948888/200001
20.61/19.44	c cleaning 19998 clauses out of 40006 with flag 1053269/221000
22.70/21.57	c cleaning 21003 clauses out of 42010 with flag 1171342/243002
25.11/24.00	c cleaning 21997 clauses out of 44005 with flag 1316294/266000
27.60/26.44	c cleaning 23003 clauses out of 46008 with flag 1459817/290000
30.30/29.18	c cleaning 24004 clauses out of 48007 with flag 1616894/315002
33.09/31.90	c cleaning 24996 clauses out of 50002 with flag 1770242/341001
35.79/34.64	c cleaning 26000 clauses out of 52006 with flag 1916156/368001
38.68/37.51	c cleaning 27003 clauses out of 54009 with flag 2062191/396004
41.97/40.86	c cleaning 27996 clauses out of 56002 with flag 2214408/425000
45.56/44.45	c cleaning 29002 clauses out of 58010 with flag 2379684/455004
48.96/47.89	c cleaning 29999 clauses out of 60005 with flag 2535366/486001
52.74/51.62	c cleaning 30999 clauses out of 62005 with flag 2701848/518000
56.53/55.46	c cleaning 31997 clauses out of 64006 with flag 2872080/551000
60.72/59.66	c cleaning 32997 clauses out of 66009 with flag 3070956/585000
65.32/64.27	c cleaning 34000 clauses out of 68012 with flag 3273037/620000
70.22/69.18	c cleaning 35001 clauses out of 70012 with flag 3472128/656000
75.00/73.98	c cleaning 36001 clauses out of 72013 with flag 3675913/693002
80.48/79.47	c cleaning 37001 clauses out of 74011 with flag 3895484/731001
85.87/84.88	c cleaning 37996 clauses out of 76009 with flag 4126455/770000
91.55/90.56	c cleaning 39001 clauses out of 78013 with flag 4366361/810000
97.23/96.20	c cleaning 40002 clauses out of 80016 with flag 4602616/851004
103.02/102.02	c cleaning 40998 clauses out of 82010 with flag 4828607/893000
109.11/108.10	c cleaning 42000 clauses out of 84012 with flag 5067221/936000
115.41/114.45	c cleaning 42996 clauses out of 86012 with flag 5296319/980000
122.80/121.89	c cleaning 44001 clauses out of 88016 with flag 5558367/1025000
130.38/129.47	c cleaning 45002 clauses out of 90016 with flag 5832078/1071001
138.76/137.88	c cleaning 46002 clauses out of 92013 with flag 6138044/1118000
147.34/146.40	c cleaning 46998 clauses out of 94011 with flag 6444818/1166000
155.62/154.76	c cleaning 47996 clauses out of 96013 with flag 6712303/1215000
164.60/163.74	c cleaning 48999 clauses out of 98017 with flag 6992106/1265000
174.03/173.18	c cleaning 50001 clauses out of 100019 with flag 7300712/1316001
182.79/181.95	c cleaning 51002 clauses out of 102018 with flag 7606942/1368001
191.67/190.88	c cleaning 52002 clauses out of 104016 with flag 7909654/1421001
201.15/200.33	c cleaning 52998 clauses out of 106014 with flag 8205119/1475001
211.63/210.81	c cleaning 54006 clauses out of 108016 with flag 8538185/1530001
222.30/221.58	c cleaning 54999 clauses out of 110009 with flag 8869387/1586000
233.79/233.05	c cleaning 55996 clauses out of 112011 with flag 9208016/1643001
245.70/244.92	c cleaning 56999 clauses out of 114018 with flag 9558104/1701004
258.17/257.45	c cleaning 58002 clauses out of 116018 with flag 9868023/1760003
271.75/271.04	c cleaning 58997 clauses out of 118015 with flag 10199646/1820002
285.41/284.78	c cleaning 60000 clauses out of 120016 with flag 10586226/1881000
299.89/299.20	c cleaning 60995 clauses out of 122016 with flag 10982691/1943000
313.76/313.15	c cleaning 62005 clauses out of 124021 with flag 11371893/2006000
327.67/327.01	c cleaning 63003 clauses out of 126017 with flag 11728211/2070001
342.67/342.08	c cleaning 63999 clauses out of 128014 with flag 12154063/2135001
357.14/356.58	c cleaning 65001 clauses out of 130015 with flag 12539708/2201001
371.50/370.96	c cleaning 66001 clauses out of 132015 with flag 12936159/2268002
387.58/387.00	c cleaning 67004 clauses out of 134013 with flag 13339002/2336001
404.38/403.82	c cleaning 67999 clauses out of 136009 with flag 13759760/2405001
423.24/422.72	c cleaning 69003 clauses out of 138009 with flag 14218002/2475000
439.99/439.54	c cleaning 69995 clauses out of 140006 with flag 14638758/2546000
459.54/459.17	c cleaning 70996 clauses out of 142012 with flag 15132169/2618001
478.00/477.61	c cleaning 72000 clauses out of 144015 with flag 15628379/2691000
495.49/495.18	c cleaning 73000 clauses out of 146015 with flag 16084582/2765000
516.03/515.79	c cleaning 74003 clauses out of 148015 with flag 16570139/2840000
535.87/535.60	c cleaning 74997 clauses out of 150012 with flag 17064928/2916000
557.53/557.31	c cleaning 75999 clauses out of 152015 with flag 17598405/2993000
582.06/581.90	c cleaning 77000 clauses out of 154016 with flag 18143948/3071000
604.72/604.67	c cleaning 77999 clauses out of 156018 with flag 18664210/3150002
628.77/628.76	c cleaning 79003 clauses out of 158018 with flag 19146140/3230001
651.62/651.68	c cleaning 80002 clauses out of 160017 with flag 19631213/3311003
677.97/678.07	c cleaning 80999 clauses out of 162012 with flag 20150852/3393000
701.76/701.81	c cleaning 81998 clauses out of 164013 with flag 20713506/3476000
729.51/729.62	c cleaning 83000 clauses out of 166015 with flag 21311508/3560000
756.45/756.62	c cleaning 84005 clauses out of 168016 with flag 21942165/3645001
784.19/784.41	c cleaning 85000 clauses out of 170011 with flag 22553779/3731001
818.23/818.53	c cleaning 86001 clauses out of 172010 with flag 23237059/3818000
848.86/849.20	c cleaning 86995 clauses out of 174009 with flag 23865630/3906000
877.30/877.76	c cleaning 87996 clauses out of 176015 with flag 24517378/3995001
909.23/909.78	c cleaning 88997 clauses out of 178018 with flag 25204021/4085000
941.80/942.31	c cleaning 90003 clauses out of 180021 with flag 25867265/4176000
971.92/972.56	c cleaning 91000 clauses out of 182021 with flag 26512067/4268003
1009.13/1009.81	c cleaning 91998 clauses out of 184018 with flag 27233551/4361000
1040.76/1041.55	c cleaning 93002 clauses out of 186021 with flag 27883612/4455001
1076.20/1077.02	c cleaning 93998 clauses out of 188018 with flag 28594682/4550000
1109.12/1110.10	c cleaning 95001 clauses out of 190021 with flag 29259496/4646001
1141.24/1142.29	c cleaning 96002 clauses out of 192021 with flag 29854973/4743002
1173.96/1175.04	c cleaning 97001 clauses out of 194018 with flag 30559941/4841001
1208.16/1209.33	c cleaning 97998 clauses out of 196017 with flag 31239608/4940001
1240.42/1241.65	c cleaning 99003 clauses out of 198020 with flag 31915733/5040002
1269.94/1271.28	c cleaning 99999 clauses out of 200017 with flag 32582129/5141002
1303.85/1305.26	c cleaning 100999 clauses out of 202016 with flag 33308244/5243000
1338.67/1340.17	c cleaning 102001 clauses out of 204018 with flag 34025841/5346001
1373.37/1374.96	c cleaning 102997 clauses out of 206016 with flag 34721346/5450000
1409.96/1411.56	c cleaning 104005 clauses out of 208021 with flag 35474035/5555002
1450.36/1452.06	c cleaning 104997 clauses out of 210015 with flag 36301797/5661001
1493.15/1495.00	c cleaning 105999 clauses out of 212018 with flag 37157637/5768001
1533.24/1535.13	c cleaning 107003 clauses out of 214019 with flag 37986932/5876001
1570.94/1572.99	c cleaning 107994 clauses out of 216015 with flag 38753434/5985000
1612.29/1614.30	c cleaning 109002 clauses out of 218021 with flag 39532716/6095000
1653.38/1655.55	c cleaning 110002 clauses out of 220020 with flag 40345886/6206001
1692.49/1694.79	c cleaning 111003 clauses out of 222018 with flag 41136516/6318001
1736.88/1739.24	c cleaning 112001 clauses out of 224014 with flag 41951338/6431000
1785.85/1788.32	c cleaning 112997 clauses out of 226018 with flag 42838954/6545005
1831.58/1834.10	c cleaning 113996 clauses out of 228018 with flag 43720414/6660002
1879.56/1882.27	c cleaning 114998 clauses out of 230020 with flag 44574239/6776000
1930.13/1932.96	c cleaning 116000 clauses out of 232022 with flag 45474541/6893000
1980.70/1983.66	c cleaning 117003 clauses out of 234022 with flag 46406099/7011000
2040.15/2043.27	c cleaning 118003 clauses out of 236019 with flag 47445297/7130000
2094.81/2098.07	c cleaning 119000 clauses out of 238016 with flag 48457555/7250000
2150.71/2154.00	c cleaning 120001 clauses out of 240017 with flag 49478819/7371001
2203.57/2207.09	c cleaning 121000 clauses out of 242017 with flag 50376105/7493002
2258.72/2262.31	c cleaning 121995 clauses out of 244015 with flag 51328810/7616000
2309.79/2313.53	c cleaning 123004 clauses out of 246021 with flag 52125264/7740001
2362.26/2366.12	c cleaning 123994 clauses out of 248016 with flag 53025180/7865000
2418.61/2422.66	c cleaning 125003 clauses out of 250023 with flag 53916658/7991001
2474.37/2478.51	c cleaning 126002 clauses out of 252019 with flag 54849723/8118000
2529.74/2534.07	c cleaning 126998 clauses out of 254017 with flag 55780078/8246000
2591.37/2595.82	c cleaning 128004 clauses out of 256019 with flag 56749946/8375000
2648.72/2653.32	c cleaning 129002 clauses out of 258015 with flag 57642838/8505000
2706.07/2710.86	c cleaning 129999 clauses out of 260013 with flag 58643994/8636000
2765.94/2770.72	c cleaning 130998 clauses out of 262014 with flag 59689477/8768000
2836.29/2841.22	c cleaning 131997 clauses out of 264017 with flag 60839498/8901001
2906.55/2911.69	c cleaning 133003 clauses out of 266021 with flag 61979240/9035002
2975.22/2980.41	c cleaning 134002 clauses out of 268017 with flag 63138607/9170001
3048.97/3054.33	c cleaning 135001 clauses out of 270015 with flag 64284388/9306001
3117.13/3122.60	c cleaning 135995 clauses out of 272014 with flag 65390556/9443001
3182.46/3188.18	c cleaning 136998 clauses out of 274018 with flag 66467483/9581000
3249.35/3255.14	c cleaning 138003 clauses out of 276021 with flag 67571951/9720001
3322.96/3328.98	c cleaning 139002 clauses out of 278017 with flag 68743396/9860000
3388.99/3395.15	c cleaning 140002 clauses out of 280015 with flag 69845137/10001000
3463.98/3470.30	c cleaning 141001 clauses out of 282016 with flag 70906352/10143003
3543.18/3549.74	c cleaning 141997 clauses out of 284012 with flag 71978746/10286000
3600.05/3606.71	c starts		: 255
3600.05/3606.71	c timeout
3600.05/3606.72	c conflicts		: 10407439
3600.05/3606.72	c decisions		: 11678499
3600.05/3606.72	c propagations		: 1059693023
3600.05/3606.72	c inspects		: 47973666805
3600.05/3606.72	c shortcuts		: 0
3600.05/3606.72	c learnt literals	: 0
3600.05/3606.72	c learnt binary clauses	: 0
3600.05/3606.72	c learnt ternary clauses	: 9
3600.05/3606.72	c learnt constraints	: 10407439
3600.05/3606.72	c ignored constraints	: 0
3600.05/3606.72	c root simplifications	: 0
3600.05/3606.72	c removed literals (reason simplification)	: 100788070
3600.05/3606.72	c reason swapping (by a shorter reason)	: 0
3600.05/3606.72	c Calls to reduceDB	: 139
3600.05/3606.72	c Number of update (reduction) of LBD	: 1741281
3600.05/3606.72	c Imported unit clauses	: 0
3600.05/3606.72	c No decision after first conflict	: false
3600.05/3606.72	c number of reductions to clauses (during analyze)	: 0
3600.05/3606.72	c number of learned constraints concerned by reduction	: 0
3600.05/3606.72	c number of learning phase by resolution	: 0
3600.05/3606.72	c number of learning phase by cutting planes	: 0
3600.05/3606.72	c number of rounding to 1 operations	: 0
3600.05/3606.72	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3606.72	c number of reductions of the coefficients by power 2 	: 0
3600.05/3606.72	c number of right shift for reduction by power 2 	: 0
3600.05/3606.72	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3606.72	c number of ending skipping 	: 0
3600.05/3606.72	c number of internal skipping 	: 0
3600.05/3606.72	c number of derivation steps 	: 0
3600.05/3606.72	c number of skipped derivation steps 	: 0
3600.05/3606.72	c number of remaining unassigned 	: 0
3600.05/3606.72	c number of remaining assigned 	: 0
3600.05/3606.72	c number of falsified literals weakened from reason	: 0
3600.05/3606.72	c number of falsified literals weakened from conflict	: 0
3600.05/3606.72	c time for arithmetic operations	: 0
3600.05/3606.72	c minimum degree of deleted constraints	: null
3600.05/3606.72	c maximum degree of deleted constraints	: null
3600.05/3606.72	c number of deleted constraints	: 0
3600.05/3606.72	c speed (assignments/second)	: 293832.0709682464
3600.05/3606.72	c non guided choices	: 153
3600.05/3606.77	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 263454
3600.05/3606.78	s UNKNOWN
3600.05/3606.78	c Total wall clock time (in seconds): 3606.646

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4514598-1751228303/watcher-4514598-1751228303 -o /tmp/evaluation-result-4514598-1751228303/solver-4514598-1751228303 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751219267-28440 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4514598-1751228303.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=30072, runsolver pid=30069

[startup+0.100062 s]*
/proc/loadavg: 4.17 4.11 4.10 5/337 30090
/proc/meminfo: memFree=126644852/131249996 swapFree=33010684/33010684
[pid=30072] ppid=30069 vsize=18930384 memory=57788 CPUtime=0.13 cores=4,6
/proc/30072/stat : 30072 (java) S 30069 30072 28429 0 -1 4194304 6562 0 0 0 12 1 0 0 20 0 18 0 38508026 19384713216 14447 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
/proc/30072/statm: 4732596 14447 5339 1 0 547609 0
[pid=30072/tid=30074] ppid=30069 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/30072/task/30074/stat : 30074 (java) R 30069 30072 28429 0 -1 4194368 5059 0 0 0 7 0 0 0 20 0 18 0 38508027 19384713216 14447 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
[pid=30072/tid=30083] ppid=30069 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/30072/task/30083/stat : 30083 (Finalizer) S 30069 30072 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38508029 19384713216 14447 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
[pid=30072/tid=30090] ppid=30069 vsize=18930384 memory=60684515966010 CPUtime=0 cores=4,6
/proc/30072/task/30090/stat : 30090 (Common-Cleaner) S 30069 30072 28429 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 38508030 19384713216 14447 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57788 KiB

[startup+0.205735 s]*
/proc/loadavg: 4.17 4.11 4.10 6/337 30090
/proc/meminfo: memFree=126639244/131249996 swapFree=33010684/33010684
[pid=30072] ppid=30069 vsize=18930384 memory=68216 CPUtime=0.32 cores=4,6
/proc/30072/stat : 30072 (java) S 30069 30072 28429 0 -1 4194304 7043 0 0 0 30 2 0 0 20 0 18 0 38508026 19384713216 17054 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
/proc/30072/statm: 4732596 17054 5435 1 0 547909 0
[pid=30072/tid=30074] ppid=30069 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=4,6
/proc/30072/task/30074/stat : 30074 (java) R 30069 30072 28429 0 -1 4194368 5275 0 0 0 16 1 0 0 20 0 18 0 38508027 19384713216 17054 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
[pid=30072/tid=30083] ppid=30069 vsize=18930384 memory=16880 CPUtime=0 cores=4,6
/proc/30072/task/30083/stat : 30083 (Finalizer) S 30069 30072 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38508029 19384713216 17054 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
[pid=30072/tid=30090] ppid=30069 vsize=18930384 memory=59585004307431 CPUtime=0 cores=4,6
/proc/30072/task/30090/stat : 30090 (Common-Cleaner) S 30069 30072 28429 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 38508030 19384713216 17054 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 68216 KiB

[startup+0.305713 s]*
/proc/loadavg: 4.17 4.11 4.10 6/338 30091
/proc/meminfo: memFree=126623176/131249996 swapFree=33010684/33010684
[pid=30072] ppid=30069 vsize=18996948 memory=83032 CPUtime=0.51 cores=4,6
/proc/30072/stat : 30072 (java) S 30069 30072 28429 0 -1 4194304 8635 0 0 0 49 2 0 0 20 0 19 0 38508026 19452874752 20758 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
/proc/30072/statm: 4749237 20758 5435 1 0 549249 0
[pid=30072/tid=30074] ppid=30069 vsize=18996948 memory=-6000919468395097196 CPUtime=0.23 cores=4,6
/proc/30072/task/30074/stat : 30074 (java) R 30069 30072 28429 0 -1 4194368 5316 0 0 0 22 1 0 0 20 0 19 0 38508027 19452874752 20758 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
[pid=30072/tid=30083] ppid=30069 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/30072/task/30083/stat : 30083 (Finalizer) S 30069 30072 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38508029 19452874752 20758 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
[pid=30072/tid=30090] ppid=30069 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/30072/task/30090/stat : 30090 (Common-Cleaner) S 30069 30072 28429 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 38508030 19452874752 20758 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
[pid=30072/tid=30091] ppid=30069 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/30072/task/30091/stat : 30091 (Timer-0) S 30069 30072 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38508053 19452874752 20758 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 83032 KiB

[startup+0.700246 s]
/proc/loadavg: 4.17 4.11 4.10 7/338 30091
/proc/meminfo: memFree=126571820/131249996 swapFree=33010684/33010684
[pid=30072] ppid=30069 vsize=18996948 memory=92916 CPUtime=1.27 cores=4,6
/proc/30072/stat : 30072 (java) S 30069 30072 28429 0 -1 4194304 10403 0 0 0 124 3 0 0 20 0 19 0 38508026 19452874752 23229 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
/proc/30072/statm: 4749237 23229 5467 1 0 550566 0
[pid=30072/tid=30074] ppid=30069 vsize=18996948 memory=17408 CPUtime=0.62 cores=4,6
/proc/30072/task/30074/stat : 30074 (java) R 30069 30072 28429 0 -1 4194368 5326 0 0 0 61 1 0 0 20 0 19 0 38508027 19452874752 23229 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
[pid=30072/tid=30083] ppid=30069 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/30072/task/30083/stat : 30083 (Finalizer) S 30069 30072 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38508029 19452874752 23229 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
[pid=30072/tid=30090] ppid=30069 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/30072/task/30090/stat : 30090 (Common-Cleaner) S 30069 30072 28429 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 38508030 19452874752 23229 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
[pid=30072/tid=30091] ppid=30069 vsize=18996948 memory=4764 CPUtime=0 cores=4,6
/proc/30072/task/30091/stat : 30091 (Timer-0) S 30069 30072 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38508053 19452874752 23229 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 92916 KiB

[startup+1.50024 s]
/proc/loadavg: 4.17 4.11 4.10 5/338 30091
/proc/meminfo: memFree=126536788/131249996 swapFree=33010684/33010684
[pid=30072] ppid=30069 vsize=18996948 memory=98924 CPUtime=2.4 cores=4,6
/proc/30072/stat : 30072 (java) S 30069 30072 28429 0 -1 4194304 14447 0 0 0 236 4 0 0 20 0 19 0 38508026 19452874752 24731 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
/proc/30072/statm: 4749237 24731 5467 1 0 550936 0
[pid=30072/tid=30074] ppid=30069 vsize=18996948 memory=10752 CPUtime=1.41 cores=4,6
/proc/30072/task/30074/stat : 30074 (java) R 30069 30072 28429 0 -1 4194368 5736 0 0 0 140 1 0 0 20 0 19 0 38508027 19452874752 24731 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
[pid=30072/tid=30083] ppid=30069 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/30072/task/30083/stat : 30083 (Finalizer) S 30069 30072 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38508029 19452874752 24731 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
[pid=30072/tid=30090] ppid=30069 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/30072/task/30090/stat : 30090 (Common-Cleaner) S 30069 30072 28429 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 38508030 19452874752 24731 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
[pid=30072/tid=30091] ppid=30069 vsize=18996948 memory=4764 CPUtime=0 cores=4,6
/proc/30072/task/30091/stat : 30091 (Timer-0) S 30069 30072 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38508053 19452874752 24731 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
Current children cumulated CPU time: 2.4 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 98924 KiB

[startup+3.10552 s]
/proc/loadavg: 4.16 4.11 4.09 5/338 30091
/proc/meminfo: memFree=126528880/131249996 swapFree=33010684/33010684
[pid=30072] ppid=30069 vsize=18996948 memory=105068 CPUtime=4.01 cores=4,6
/proc/30072/stat : 30072 (java) S 30069 30072 28429 0 -1 4194304 14984 0 0 0 397 4 0 0 20 0 19 0 38508026 19452874752 26267 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
/proc/30072/statm: 4749237 26267 5467 1 0 550938 0
[pid=30072/tid=30074] ppid=30069 vsize=18996948 memory=10752 CPUtime=3.02 cores=4,6
/proc/30072/task/30074/stat : 30074 (java) R 30069 30072 28429 0 -1 4194368 5992 0 0 0 300 2 0 0 20 0 19 0 38508027 19452874752 26267 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
[pid=30072/tid=30083] ppid=30069 vsize=18996948 memory=-6000919468395097196 CPUtime=0 cores=4,6
/proc/30072/task/30083/stat : 30083 (Finalizer) S 30069 30072 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38508029 19452874752 26267 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
[pid=30072/tid=30090] ppid=30069 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/30072/task/30090/stat : 30090 (Common-Cleaner) S 30069 30072 28429 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 38508030 19452874752 26267 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
[pid=30072/tid=30091] ppid=30069 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/30072/task/30091/stat : 30091 (Timer-0) S 30069 30072 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38508053 19452874752 26267 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
Current children cumulated CPU time: 4.01 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 105068 KiB

[startup+6.3002 s]
/proc/loadavg: 4.16 4.11 4.09 5/338 30091
/proc/meminfo: memFree=126520948/131249996 swapFree=33010684/33010684
[pid=30072] ppid=30069 vsize=18996948 memory=111072 CPUtime=7.26 cores=4,6
/proc/30072/stat : 30072 (java) S 30069 30072 28429 0 -1 4194304 18696 0 0 0 722 4 0 0 20 0 19 0 38508026 19452874752 27768 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
/proc/30072/statm: 4749237 27768 5467 1 0 550940 0
[pid=30072/tid=30074] ppid=30069 vsize=18996948 memory=0 CPUtime=6.21 cores=4,6
/proc/30072/task/30074/stat : 30074 (java) R 30069 30072 28429 0 -1 4194368 6590 0 0 0 619 2 0 0 20 0 19 0 38508027 19452874752 27768 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
[pid=30072/tid=30083] ppid=30069 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/30072/task/30083/stat : 30083 (Finalizer) S 30069 30072 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38508029 19452874752 27768 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
[pid=30072/tid=30090] ppid=30069 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/30072/task/30090/stat : 30090 (Common-Cleaner) S 30069 30072 28429 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 38508030 19452874752 27768 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
[pid=30072/tid=30091] ppid=30069 vsize=18996948 memory=98924 CPUtime=0 cores=4,6
/proc/30072/task/30091/stat : 30091 (Timer-0) S 30069 30072 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38508053 19452874752 27768 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
Current children cumulated CPU time: 7.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 111072 KiB

[startup+12.7002 s]
/proc/loadavg: 4.13 4.11 4.09 5/338 30091
/proc/meminfo: memFree=126499216/131249996 swapFree=33010684/33010684
[pid=30072] ppid=30069 vsize=18996948 memory=133004 CPUtime=13.92 cores=4,6
/proc/30072/stat : 30072 (java) S 30069 30072 28429 0 -1 4194304 23735 0 0 0 1387 5 0 0 20 0 19 0 38508026 19452874752 33251 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
/proc/30072/statm: 4749237 33251 5499 1 0 551236 0
[pid=30072/tid=30074] ppid=30069 vsize=18996948 memory=98924 CPUtime=12.59 cores=4,6
/proc/30072/task/30074/stat : 30074 (java) R 30069 30072 28429 0 -1 4194368 7222 0 0 0 1257 2 0 0 20 0 19 0 38508027 19452874752 33251 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
[pid=30072/tid=30083] ppid=30069 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/30072/task/30083/stat : 30083 (Finalizer) S 30069 30072 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38508029 19452874752 33251 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
[pid=30072/tid=30090] ppid=30069 vsize=18996948 memory=130956 CPUtime=0 cores=4,6
/proc/30072/task/30090/stat : 30090 (Common-Cleaner) S 30069 30072 28429 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 38508030 19452874752 33251 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
[pid=30072/tid=30091] ppid=30069 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/30072/task/30091/stat : 30091 (Timer-0) S 30069 30072 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38508053 19452874752 33251 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
Current children cumulated CPU time: 13.92 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 133004 KiB

[startup+25.5002 s]
/proc/loadavg: 4.11 4.10 4.09 5/339 30092
/proc/meminfo: memFree=126459028/131249996 swapFree=33010684/33010684
[pid=30072] ppid=30069 vsize=19063512 memory=170248 CPUtime=26.71 cores=4,6
/proc/30072/stat : 30072 (java) S 30069 30072 28429 0 -1 4194304 25997 0 0 0 2664 7 0 0 20 0 20 0 38508026 19521036288 42562 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
/proc/30072/statm: 4765878 42562 5499 1 0 551525 0
[pid=30072/tid=30074] ppid=30069 vsize=19063512 memory=10752 CPUtime=25.35 cores=4,6
/proc/30072/task/30074/stat : 30074 (java) R 30069 30072 28429 0 -1 4194368 7956 0 0 0 2532 3 0 0 20 0 20 0 38508027 19521036288 42562 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
[pid=30072/tid=30083] ppid=30069 vsize=19063512 memory=130956 CPUtime=0 cores=4,6
/proc/30072/task/30083/stat : 30083 (Finalizer) S 30069 30072 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38508029 19521036288 42562 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
[pid=30072/tid=30090] ppid=30069 vsize=19063512 memory=4380 CPUtime=0 cores=4,6
/proc/30072/task/30090/stat : 30090 (Common-Cleaner) S 30069 30072 28429 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 38508030 19521036288 42562 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
[pid=30072/tid=30091] ppid=30069 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/30072/task/30091/stat : 30091 (Timer-0) S 30069 30072 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38508053 19521036288 42562 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
Current children cumulated CPU time: 26.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 170248 KiB

[startup+51.1056 s]
/proc/loadavg: 4.13 4.11 4.09 5/339 30093
/proc/meminfo: memFree=126415240/131249996 swapFree=33010684/33010684
[pid=30072] ppid=30069 vsize=19063512 memory=170248 CPUtime=52.25 cores=4,6
/proc/30072/stat : 30072 (java) S 30069 30072 28429 0 -1 4194304 26050 0 0 0 5218 7 0 0 20 0 20 0 38508026 19521036288 42562 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
/proc/30072/statm: 4765878 42562 5499 1 0 551525 0
[pid=30072/tid=30074] ppid=30069 vsize=19063512 memory=170248 CPUtime=50.89 cores=4,6
/proc/30072/task/30074/stat : 30074 (java) R 30069 30072 28429 0 -1 4194368 8003 0 0 0 5086 3 0 0 20 0 20 0 38508027 19521036288 42562 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0

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

/proc/meminfo: memFree=111687148/131249996 swapFree=33010684/33010684
[pid=30072] ppid=30069 vsize=19063512 memory=1220348 CPUtime=3276.47 cores=4,6
/proc/30072/stat : 30072 (java) S 30069 30072 28429 0 -1 4194304 45049 0 0 0 327560 87 0 0 20 0 20 0 38508026 19521036288 305087 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
/proc/30072/statm: 4765878 305087 5499 1 0 551555 0
[pid=30072/tid=30074] ppid=30069 vsize=19063512 memory=1220348 CPUtime=3272.26 cores=4,6
/proc/30072/task/30074/stat : 30074 (java) R 30069 30072 28429 0 -1 4194368 15929 0 0 0 327218 8 0 0 20 0 20 0 38508027 19521036288 305087 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
[pid=30072/tid=30083] ppid=30069 vsize=19063512 memory=1170364 CPUtime=0 cores=4,6
/proc/30072/task/30083/stat : 30083 (Finalizer) S 30069 30072 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38508029 19521036288 305087 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
[pid=30072/tid=30090] ppid=30069 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/30072/task/30090/stat : 30090 (Common-Cleaner) S 30069 30072 28429 0 -1 4194368 537 0 0 0 0 0 0 0 20 0 20 0 38508030 19521036288 305087 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
[pid=30072/tid=30091] ppid=30069 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/30072/task/30091/stat : 30091 (Timer-0) S 30069 30072 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38508053 19521036288 305087 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
Current children cumulated CPU time: 3276.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1220348 KiB

[startup+3342.3 s]
/proc/loadavg: 3.09 3.13 3.27 4/312 30817
/proc/meminfo: memFree=111687528/131249996 swapFree=33010684/33010684
[pid=30072] ppid=30069 vsize=19063512 memory=1220348 CPUtime=3336.32 cores=4,6
/proc/30072/stat : 30072 (java) S 30069 30072 28429 0 -1 4194304 45452 0 0 0 333544 88 0 0 20 0 20 0 38508026 19521036288 305087 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
/proc/30072/statm: 4765878 305087 5499 1 0 551555 0
[pid=30072/tid=30074] ppid=30069 vsize=19063512 memory=1220348 CPUtime=3332.09 cores=4,6
/proc/30072/task/30074/stat : 30074 (java) R 30069 30072 28429 0 -1 4194368 16300 0 0 0 333201 8 0 0 20 0 20 0 38508027 19521036288 305087 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
[pid=30072/tid=30083] ppid=30069 vsize=19063512 memory=1220348 CPUtime=0 cores=4,6
/proc/30072/task/30083/stat : 30083 (Finalizer) S 30069 30072 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38508029 19521036288 305087 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
[pid=30072/tid=30090] ppid=30069 vsize=19063512 memory=1220348 CPUtime=0 cores=4,6
/proc/30072/task/30090/stat : 30090 (Common-Cleaner) S 30069 30072 28429 0 -1 4194368 537 0 0 0 0 0 0 0 20 0 20 0 38508030 19521036288 305087 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
[pid=30072/tid=30091] ppid=30069 vsize=19063512 memory=17408 CPUtime=0 cores=4,6
/proc/30072/task/30091/stat : 30091 (Timer-0) S 30069 30072 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38508053 19521036288 305087 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
Current children cumulated CPU time: 3336.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1220348 KiB

[startup+3402.3 s]
/proc/loadavg: 3.06 3.12 3.26 4/312 30819
/proc/meminfo: memFree=111687916/131249996 swapFree=33010684/33010684
[pid=30072] ppid=30069 vsize=19063512 memory=1220348 CPUtime=3396.16 cores=4,6
/proc/30072/stat : 30072 (java) S 30069 30072 28429 0 -1 4194304 45509 0 0 0 339527 89 0 0 20 0 20 0 38508026 19521036288 305087 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
/proc/30072/statm: 4765878 305087 5499 1 0 551555 0
[pid=30072/tid=30074] ppid=30069 vsize=19063512 memory=1220348 CPUtime=3391.91 cores=4,6
/proc/30072/task/30074/stat : 30074 (java) R 30069 30072 28429 0 -1 4194368 16339 0 0 0 339183 8 0 0 20 0 20 0 38508027 19521036288 305087 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
[pid=30072/tid=30083] ppid=30069 vsize=19063512 memory=1220348 CPUtime=0 cores=4,6
/proc/30072/task/30083/stat : 30083 (Finalizer) S 30069 30072 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38508029 19521036288 305087 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
[pid=30072/tid=30090] ppid=30069 vsize=19063512 memory=-6000919468395097196 CPUtime=0 cores=4,6
/proc/30072/task/30090/stat : 30090 (Common-Cleaner) S 30069 30072 28429 0 -1 4194368 546 0 0 0 0 0 0 0 20 0 20 0 38508030 19521036288 305087 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
[pid=30072/tid=30091] ppid=30069 vsize=19063512 memory=1220348 CPUtime=0 cores=4,6
/proc/30072/task/30091/stat : 30091 (Timer-0) S 30069 30072 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38508053 19521036288 305087 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
Current children cumulated CPU time: 3396.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1220348 KiB

[startup+3462.3 s]
/proc/loadavg: 2.50 2.95 3.19 3/288 30855
/proc/meminfo: memFree=113167396/131249996 swapFree=33010684/33010684
[pid=30072] ppid=30069 vsize=19063512 memory=1220348 CPUtime=3456 cores=4,6
/proc/30072/stat : 30072 (java) S 30069 30072 28429 0 -1 4194304 45541 0 0 0 345510 90 0 0 20 0 20 0 38508026 19521036288 305087 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
/proc/30072/statm: 4765878 305087 5499 1 0 551555 0
[pid=30072/tid=30074] ppid=30069 vsize=19063512 memory=1220348 CPUtime=3451.73 cores=4,6
/proc/30072/task/30074/stat : 30074 (java) R 30069 30072 28429 0 -1 4194368 16366 0 0 0 345165 8 0 0 20 0 20 0 38508027 19521036288 305087 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
[pid=30072/tid=30083] ppid=30069 vsize=19063512 memory=1220348 CPUtime=0 cores=4,6
/proc/30072/task/30083/stat : 30083 (Finalizer) S 30069 30072 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38508029 19521036288 305087 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
[pid=30072/tid=30090] ppid=30069 vsize=19063512 memory=14384 CPUtime=0 cores=4,6
/proc/30072/task/30090/stat : 30090 (Common-Cleaner) S 30069 30072 28429 0 -1 4194368 546 0 0 0 0 0 0 0 20 0 20 0 38508030 19521036288 305087 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
[pid=30072/tid=30091] ppid=30069 vsize=19063512 memory=1220348 CPUtime=0 cores=4,6
/proc/30072/task/30091/stat : 30091 (Timer-0) S 30069 30072 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38508053 19521036288 305087 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
Current children cumulated CPU time: 3456 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1220348 KiB

[startup+3522.3 s]
/proc/loadavg: 2.29 2.81 3.12 3/288 30857
/proc/meminfo: memFree=113167744/131249996 swapFree=33010684/33010684
[pid=30072] ppid=30069 vsize=19063512 memory=1220348 CPUtime=3515.84 cores=4,6
/proc/30072/stat : 30072 (java) S 30069 30072 28429 0 -1 4194304 45750 0 0 0 351493 91 0 0 20 0 20 0 38508026 19521036288 305087 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
/proc/30072/statm: 4765878 305087 5499 1 0 551555 0
[pid=30072/tid=30074] ppid=30069 vsize=19063512 memory=1220348 CPUtime=3511.55 cores=4,6
/proc/30072/task/30074/stat : 30074 (java) R 30069 30072 28429 0 -1 4194368 16570 0 0 0 351147 8 0 0 20 0 20 0 38508027 19521036288 305087 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
[pid=30072/tid=30083] ppid=30069 vsize=19063512 memory=1220348 CPUtime=0 cores=4,6
/proc/30072/task/30083/stat : 30083 (Finalizer) S 30069 30072 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38508029 19521036288 305087 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
[pid=30072/tid=30090] ppid=30069 vsize=19063512 memory=1220348 CPUtime=0 cores=4,6
/proc/30072/task/30090/stat : 30090 (Common-Cleaner) S 30069 30072 28429 0 -1 4194368 546 0 0 0 0 0 0 0 20 0 20 0 38508030 19521036288 305087 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
[pid=30072/tid=30091] ppid=30069 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/30072/task/30091/stat : 30091 (Timer-0) S 30069 30072 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38508053 19521036288 305087 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
Current children cumulated CPU time: 3515.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1220348 KiB

[startup+3582.3 s]
/proc/loadavg: 1.94 2.63 3.04 2/264 30894
/proc/meminfo: memFree=127915224/131249996 swapFree=33010684/33010684
[pid=30072] ppid=30069 vsize=19063512 memory=1220348 CPUtime=3575.7 cores=4,6
/proc/30072/stat : 30072 (java) S 30069 30072 28429 0 -1 4194304 46047 0 0 0 357477 93 0 0 20 0 20 0 38508026 19521036288 305087 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
/proc/30072/statm: 4765878 305087 5499 1 0 551555 0
[pid=30072/tid=30074] ppid=30069 vsize=19063512 memory=1220348 CPUtime=3571.39 cores=4,6
/proc/30072/task/30074/stat : 30074 (java) R 30069 30072 28429 0 -1 4194368 16824 0 0 0 357131 8 0 0 20 0 20 0 38508027 19521036288 305087 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
[pid=30072/tid=30083] ppid=30069 vsize=19063512 memory=1220348 CPUtime=0 cores=4,6
/proc/30072/task/30083/stat : 30083 (Finalizer) S 30069 30072 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38508029 19521036288 305087 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
[pid=30072/tid=30090] ppid=30069 vsize=19063512 memory=1220348 CPUtime=0 cores=4,6
/proc/30072/task/30090/stat : 30090 (Common-Cleaner) S 30069 30072 28429 0 -1 4194368 582 0 0 0 0 0 0 0 20 0 20 0 38508030 19521036288 305087 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
[pid=30072/tid=30091] ppid=30069 vsize=19063512 memory=14384 CPUtime=0 cores=4,6
/proc/30072/task/30091/stat : 30091 (Timer-0) S 30069 30072 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38508053 19521036288 305087 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
Current children cumulated CPU time: 3575.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1220348 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3606.7 s]
/proc/loadavg: 1.70 2.51 2.99 2/264 30894
/proc/meminfo: memFree=127915224/131249996 swapFree=33010684/33010684
[pid=30072] ppid=30069 vsize=19063512 memory=1220348 CPUtime=3600.05 cores=4,6
/proc/30072/stat : 30072 (java) S 30069 30072 28429 0 -1 4194304 46239 0 0 0 359912 93 0 0 20 0 20 0 38508026 19521036288 305087 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
/proc/30072/statm: 4765878 305087 5499 1 0 551555 0
[pid=30072/tid=30074] ppid=30069 vsize=19063512 memory=1220348 CPUtime=3595.74 cores=4,6
/proc/30072/task/30074/stat : 30074 (java) R 30069 30072 28429 0 -1 4194368 17013 0 0 0 359566 8 0 0 20 0 20 0 38508027 19521036288 305087 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
[pid=30072/tid=30083] ppid=30069 vsize=19063512 memory=1220348 CPUtime=0 cores=4,6
/proc/30072/task/30083/stat : 30083 (Finalizer) S 30069 30072 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38508029 19521036288 305087 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
[pid=30072/tid=30090] ppid=30069 vsize=19063512 memory=-6000919468395097196 CPUtime=0 cores=4,6
/proc/30072/task/30090/stat : 30090 (Common-Cleaner) S 30069 30072 28429 0 -1 4194368 582 0 0 0 0 0 0 0 20 0 20 0 38508030 19521036288 305087 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
[pid=30072/tid=30091] ppid=30069 vsize=19063512 memory=17408 CPUtime=0 cores=4,6
/proc/30072/task/30091/stat : 30091 (Timer-0) S 30069 30072 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38508053 19521036288 305087 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1220348 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.24 s, system=0.944382 s

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

[startup+3606.7 s]
/proc/loadavg: 1.70 2.51 2.99 2/264 30894
/proc/meminfo: memFree=127915224/131249996 swapFree=33010684/33010684
[pid=30072] ppid=30069 vsize=19063512 memory=1220348 CPUtime=3600.05 cores=4,6
/proc/30072/stat : 30072 (java) S 30069 30072 28429 0 -1 4194304 46239 0 0 0 359912 93 0 0 20 0 20 0 38508026 19521036288 305087 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
/proc/30072/statm: 4765878 305087 5499 1 0 551555 0
[pid=30072/tid=30074] ppid=30069 vsize=19063512 memory=1220348 CPUtime=3595.74 cores=4,6
/proc/30072/task/30074/stat : 30074 (java) R 30069 30072 28429 0 -1 4194368 17013 0 0 0 359566 8 0 0 20 0 20 0 38508027 19521036288 305087 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
[pid=30072/tid=30083] ppid=30069 vsize=19063512 memory=1220348 CPUtime=0 cores=4,6
/proc/30072/task/30083/stat : 30083 (Finalizer) S 30069 30072 28429 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38508029 19521036288 305087 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
[pid=30072/tid=30090] ppid=30069 vsize=19063512 memory=-6000919468395097196 CPUtime=0 cores=4,6
/proc/30072/task/30090/stat : 30090 (Common-Cleaner) S 30069 30072 28429 0 -1 4194368 582 0 0 0 0 0 0 0 20 0 20 0 38508030 19521036288 305087 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
[pid=30072/tid=30091] ppid=30069 vsize=19063512 memory=17408 CPUtime=0 cores=4,6
/proc/30072/task/30091/stat : 30091 (Timer-0) S 30069 30072 28429 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38508053 19521036288 305087 18446744073709551615 94479752675328 94479752679024 140736103713248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94479752686840 94479752687632 94479761072128 140736103717249 140736103717350 140736103717350 140736103722952 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1220348 KiB

Child status: 143

Real time (s): 3606.79
CPU time (s): 3600.19
CPU user time (s): 3599.24
CPU system time (s): 0.944382
CPU usage (%): 99.8169
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 1220348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.24
system time used= 0.944382
maximum resident set size= 1221372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48631
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2800
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 103147
involuntary context switches= 2339


# summary of solver processes directly reported to runsolver:
#   pid: 30072
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3599.24
#   total CPU system time (s): 0.944382

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.84123 second user time and 16.0025 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-06-29 22:18:23
IDJOB=4514598
IDBENCH=162772
IDSOLVER=3363
FILE ID=nodeC022/4514598-1751228303
RUNJOBID= nodeC022-1751219267-28440
SLURM_JOB_ID= 9587670
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/d_n_k/normalized-6_6_33.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4514598-1751228303/watcher-4514598-1751228303 -o /tmp/evaluation-result-4514598-1751228303/solver-4514598-1751228303 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751219267-28440 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4514598-1751228303.opb

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

MD5SUM BENCH= e4b196fa2cd155289a58b617d5417cd9
RANDOM SEED=1006279646

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		: 3599.716
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.716
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		: 3598.197
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		: 3600.755
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		: 3598.755
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.736
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		: 3599.701
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		: 3599.564
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:        126673268 kB
MemAvailable:   127334352 kB
Buffers:            3280 kB
Cached:          1465600 kB
SwapCached:            0 kB
Active:          2791396 kB
Inactive:        1217240 kB
Active(anon):    2557816 kB
Inactive(anon):        0 kB
Active(file):     233580 kB
Inactive(file):  1217240 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1004 kB
Writeback:            36 kB
AnonPages:       2542896 kB
Mapped:           122256 kB
Shmem:             18060 kB
KReclaimable:      98604 kB
Slab:             185728 kB
SReclaimable:      98604 kB
SUnreclaim:        87124 kB
KernelStack:        5100 kB
PageTables:         8700 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7044324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2367488 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= 433064 MiB
End job on nodeC022 at 2025-06-29 23:18:30