Trace number 4521362

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2025-06-06SAT (TO)-150 3600.29 3602.63

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/maxcut/maxcut_opt_complete_5-partite_inlv/
normalized-maxcut_opt_complete_5-partite_inlv_nvert_25.opb
MD5SUM152d32cf0a83f0185b516cc3fd8d397d
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-150
Best CPU time to get the best result obtained on this benchmark1.5126
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables300
Total number of constraints9200
Number of constraints which are clauses9200
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 250
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 250
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 250
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.09/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.09/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.19	c See www.sat4j.org for details.
0.09/0.21	c version PB25.v20250606
0.26/0.24	c java.runtime.name	OpenJDK Runtime Environment
0.26/0.24	c java.vm.name		OpenJDK 64-Bit Server VM
0.26/0.24	c java.vm.version	22.0.1+8-16
0.26/0.24	c java.vm.vendor	Oracle Corporation
0.26/0.24	c sun.arch.data.model	64
0.26/0.24	c java.version		22.0.1
0.26/0.24	c os.name		Linux
0.26/0.24	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.26/0.24	c os.arch		amd64
0.26/0.25	c Free memory 		2104792832
0.26/0.25	c Max memory 		16282288128
0.26/0.25	c Total memory 		2113929216
0.26/0.26	c Number of processors 	2
0.42/0.37	c Pseudo Boolean Optimization by upper bound
0.42/0.37	c --- Begin Solver configuration ---
0.42/0.37	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.42/0.37	c Learn all clauses as in MiniSAT
0.42/0.37	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.42/0.37	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.42/0.37	c Expensive reason simplification
0.42/0.37	c Glucose 2.1 dynamic restart strategy
0.42/0.37	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.42/0.37	c timeout=2147483s
0.42/0.37	c DB Simplification allowed=false
0.42/0.37	c Listener: none
0.42/0.37	c --- End Solver configuration ---
0.42/0.38	c solving HOME/instance-4521362-1751584695.opb
0.42/0.38	c reading problem ... 
0.42/0.38	c  objective function found
0.95/0.67	c ... done. Wall clock time 0.281s.
0.95/0.67	c declared #vars     300
0.95/0.67	c #constraints  9200
0.95/0.67	c constraints type 
0.95/0.67	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 9200
0.95/0.67	c 9200 constraints processed.
1.12/0.70	c objective function length is 250 literals
1.12/0.73	c SATISFIABLE
1.12/0.73	c OPTIMIZING...
1.12/0.73	c Got one! Elapsed wall clock time (in seconds):0.352
1.12/0.73	o -134
1.12/0.75	c Got one! Elapsed wall clock time (in seconds):0.375
1.12/0.75	o -142
1.32/0.81	c Got one! Elapsed wall clock time (in seconds):0.431
1.32/0.81	o -144
1.51/0.99	c Got one! Elapsed wall clock time (in seconds):0.618
1.51/0.99	o -146
2.70/1.56	c Got one! Elapsed wall clock time (in seconds):1.185
2.70/1.56	o -148
3.69/2.04	c cleaning 3074 clauses out of 6156 with flag 6160/6156
4.57/2.67	c cleaning 4536 clauses out of 9081 with flag 18178/12155
5.38/3.30	c cleaning 5772 clauses out of 11545 with flag 32250/19155
6.29/4.08	c cleaning 6887 clauses out of 13773 with flag 48273/27155
7.43/4.90	c cleaning 7942 clauses out of 15886 with flag 66294/36155
8.43/5.90	c cleaning 8972 clauses out of 17944 with flag 86325/46155
9.58/7.01	c cleaning 9986 clauses out of 19973 with flag 108341/57156
10.98/8.37	c cleaning 10992 clauses out of 21985 with flag 132350/69154
12.59/9.90	c cleaning 11991 clauses out of 23994 with flag 158420/82155
14.08/11.41	c cleaning 13000 clauses out of 26002 with flag 186482/96154
15.81/13.14	c cleaning 13998 clauses out of 28003 with flag 216717/111155
18.03/15.00	c cleaning 14999 clauses out of 30004 with flag 248870/127154
20.40/17.22	c cleaning 15999 clauses out of 32006 with flag 283099/144155
22.86/19.61	c cleaning 16998 clauses out of 34007 with flag 319222/162155
25.95/22.72	c cleaning 18001 clauses out of 36008 with flag 357241/181154
28.74/25.50	c cleaning 19003 clauses out of 38008 with flag 397439/201155
31.94/28.77	c cleaning 20000 clauses out of 40005 with flag 439763/222155
35.92/32.72	c cleaning 21002 clauses out of 42004 with flag 484314/244154
38.42/35.30	c Got one! Elapsed wall clock time (in seconds):34.915
38.42/35.30	o -150
39.27/36.04	c cleaning 21070 clauses out of 42148 with flag 10228/265300
40.15/37.00	c cleaning 13537 clauses out of 27078 with flag 22519/271300
41.05/37.86	c cleaning 10263 clauses out of 20540 with flag 36642/278299
41.94/38.76	c cleaning 9135 clauses out of 18277 with flag 53019/286299
42.84/39.70	c cleaning 9065 clauses out of 18142 with flag 71387/295299
43.95/40.79	c cleaning 9534 clauses out of 19078 with flag 91859/305300
45.15/41.90	c cleaning 10271 clauses out of 20544 with flag 114491/316300
46.87/43.45	c cleaning 11133 clauses out of 22273 with flag 139495/328300
48.37/44.90	c cleaning 12066 clauses out of 24140 with flag 165958/341300
50.36/46.73	c cleaning 13033 clauses out of 26073 with flag 194834/355299
52.35/48.70	c cleaning 14019 clauses out of 28041 with flag 225605/370300
55.05/51.46	c cleaning 15003 clauses out of 30022 with flag 258739/386300
58.24/54.69	c cleaning 16009 clauses out of 32019 with flag 294234/403300
61.24/57.64	c cleaning 16999 clauses out of 34009 with flag 331861/421299
64.64/61.06	c cleaning 18004 clauses out of 36011 with flag 371953/440300
68.25/64.42	c cleaning 19003 clauses out of 38007 with flag 413620/460300
70.95/67.19	c cleaning 20001 clauses out of 40003 with flag 457049/481299
75.02/71.25	c cleaning 20998 clauses out of 42003 with flag 502441/503300
79.30/75.59	c cleaning 21997 clauses out of 44004 with flag 551070/526299
84.60/80.88	c cleaning 23003 clauses out of 46007 with flag 602125/550299
89.38/85.67	c cleaning 24001 clauses out of 48005 with flag 654035/575300
96.16/92.50	c cleaning 24996 clauses out of 50003 with flag 707864/601299
101.77/98.09	c cleaning 26001 clauses out of 52007 with flag 764486/628299
109.44/105.77	c cleaning 27002 clauses out of 54007 with flag 823883/656300
116.75/113.10	c cleaning 27999 clauses out of 56004 with flag 885984/685299
121.43/117.76	c cleaning 29002 clauses out of 58006 with flag 948761/715300
129.02/125.40	c cleaning 29999 clauses out of 60003 with flag 1015135/746299
139.89/136.20	c cleaning 30998 clauses out of 62005 with flag 1083241/778300
149.87/146.21	c cleaning 31997 clauses out of 64006 with flag 1154419/811299
159.35/155.77	c cleaning 32998 clauses out of 66010 with flag 1227388/845300
171.32/167.76	c cleaning 34004 clauses out of 68011 with flag 1303002/880299
183.00/179.43	c cleaning 34998 clauses out of 70007 with flag 1382303/916299
193.28/189.78	c cleaning 35999 clauses out of 72009 with flag 1463278/953299
207.67/204.12	c cleaning 36997 clauses out of 74011 with flag 1547931/991300
220.04/216.57	c cleaning 38007 clauses out of 76013 with flag 1635536/1030299
232.52/229.06	c cleaning 38997 clauses out of 78007 with flag 1722056/1070300
247.27/243.86	c cleaning 39998 clauses out of 80009 with flag 1810134/1111299
267.92/264.59	c cleaning 41002 clauses out of 82012 with flag 1900794/1153300
285.68/282.32	c cleaning 42000 clauses out of 84010 with flag 1993386/1196300
306.92/303.65	c cleaning 43005 clauses out of 86011 with flag 2088777/1240301
327.57/324.30	c cleaning 43998 clauses out of 88004 with flag 2188040/1285299
349.82/346.63	c cleaning 44998 clauses out of 90007 with flag 2288048/1331300
374.51/371.32	c cleaning 46002 clauses out of 92009 with flag 2395044/1378300
404.45/401.39	c cleaning 47001 clauses out of 94007 with flag 2504623/1426300
432.27/429.21	c cleaning 48001 clauses out of 96006 with flag 2616343/1475300
460.17/457.13	c cleaning 49000 clauses out of 98005 with flag 2731181/1525300
488.69/485.77	c cleaning 49996 clauses out of 100005 with flag 2851112/1576300
525.23/522.30	c cleaning 50999 clauses out of 102010 with flag 2967062/1628301
566.18/563.34	c cleaning 52002 clauses out of 104009 with flag 3086046/1681299
609.29/606.52	c cleaning 52997 clauses out of 106008 with flag 3208281/1735300
645.91/643.23	c cleaning 54002 clauses out of 108011 with flag 3328935/1790300
687.62/685.01	c cleaning 54998 clauses out of 110009 with flag 3455207/1846300
722.73/720.21	c cleaning 55999 clauses out of 112012 with flag 3583849/1903301
775.98/773.69	c cleaning 57000 clauses out of 114011 with flag 3718455/1961299
818.08/815.86	c cleaning 58002 clauses out of 116011 with flag 3854660/2020299
865.37/863.24	c cleaning 58998 clauses out of 118009 with flag 3992868/2080299
916.55/914.55	c cleaning 60001 clauses out of 120012 with flag 4131439/2141300
973.82/971.90	c cleaning 61001 clauses out of 122010 with flag 4273866/2203299
1035.27/1033.54	c cleaning 62000 clauses out of 124010 with flag 4418729/2266300
1091.53/1089.96	c cleaning 63002 clauses out of 126009 with flag 4567560/2330299
1147.42/1145.96	c cleaning 64003 clauses out of 128007 with flag 4718356/2395299
1207.37/1206.02	c cleaning 64997 clauses out of 130005 with flag 4873020/2461300
1275.99/1274.85	c cleaning 66002 clauses out of 132008 with flag 5035422/2528300
1345.21/1344.26	c cleaning 66994 clauses out of 134005 with flag 5196473/2596299
1419.72/1418.93	c cleaning 68000 clauses out of 136012 with flag 5359533/2665300
1492.29/1491.64	c cleaning 69004 clauses out of 138011 with flag 5526326/2735299
1568.84/1568.35	c cleaning 69997 clauses out of 140007 with flag 5701188/2806299
1628.29/1627.97	c cleaning 71003 clauses out of 142012 with flag 5875807/2878301
1709.83/1709.60	c cleaning 71999 clauses out of 144007 with flag 6052251/2951299
1792.13/1792.18	c cleaning 72999 clauses out of 146009 with flag 6236380/3025300
1872.55/1872.74	c cleaning 73999 clauses out of 148009 with flag 6424524/3100299
1979.51/1979.97	c cleaning 74999 clauses out of 150010 with flag 6610734/3176299
2073.38/2074.03	c cleaning 76001 clauses out of 152011 with flag 6798358/3253299
2159.07/2159.95	c cleaning 77005 clauses out of 154011 with flag 6987964/3331300
2270.38/2271.53	c cleaning 77998 clauses out of 156007 with flag 7183361/3410301
2372.82/2374.23	c cleaning 78995 clauses out of 158008 with flag 7386216/3490300
2477.25/2478.88	c cleaning 80001 clauses out of 160012 with flag 7596478/3571299
2602.63/2604.50	c cleaning 81002 clauses out of 162012 with flag 7806002/3653300
2754.15/2756.39	c cleaning 81999 clauses out of 164009 with flag 8042045/3736299
2894.35/2896.88	c cleaning 83003 clauses out of 166010 with flag 8282551/3820299
3019.72/3022.50	c cleaning 83998 clauses out of 168008 with flag 8511999/3905300
3155.37/3158.51	c cleaning 85002 clauses out of 170010 with flag 8749343/3991300
3295.01/3297.36	c cleaning 85996 clauses out of 172008 with flag 8982966/4078300
3440.40/3442.53	c cleaning 87000 clauses out of 174012 with flag 9228666/4166300
3600.03/3602.52	c starts		: 9030
3600.03/3602.53	c conflicts		: 4246934
3600.03/3602.53	c decisions		: 4405629
3600.03/3602.53	c propagations		: 198292722
3600.03/3602.53	c inspects		: 39513949000
3600.03/3602.53	c shortcuts		: 0
3600.03/3602.53	c learnt literals	: 0
3600.03/3602.53	c learnt binary clauses	: 2
3600.03/3602.53	c learnt ternary clauses	: 32
3600.03/3602.53	c learnt constraints	: 4246934
3600.03/3602.53	c ignored constraints	: 0
3600.03/3602.53	c root simplifications	: 0
3600.03/3602.53	c removed literals (reason simplification)	: 181316971
3600.03/3602.53	c reason swapping (by a shorter reason)	: 0
3600.03/3602.53	c Calls to reduceDB	: 102
3600.03/3602.53	c Number of update (reduction) of LBD	: 69378
3600.03/3602.53	c Imported unit clauses	: 0
3600.03/3602.53	c No decision after first conflict	: false
3600.03/3602.53	c number of reductions to clauses (during analyze)	: 0
3600.03/3602.53	c number of learned constraints concerned by reduction	: 0
3600.03/3602.53	c number of learning phase by resolution	: 0
3600.03/3602.53	c number of learning phase by cutting planes	: 0
3600.03/3602.53	c number of rounding to 1 operations	: 0
3600.03/3602.53	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3602.53	c number of reductions of the coefficients by power 2 	: 0
3600.03/3602.53	c number of right shift for reduction by power 2 	: 0
3600.03/3602.53	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3602.54	c number of ending skipping 	: 0
3600.03/3602.54	c number of internal skipping 	: 0
3600.03/3602.54	c number of derivation steps 	: 0
3600.03/3602.54	c number of skipped derivation steps 	: 0
3600.03/3602.54	c number of remaining unassigned 	: 0
3600.03/3602.54	c number of remaining assigned 	: 0
3600.03/3602.54	c number of falsified literals weakened from reason	: 0
3600.03/3602.54	c number of falsified literals weakened from conflict	: 0
3600.03/3602.54	c time for arithmetic operations	: 0
3600.03/3602.54	c minimum degree of deleted constraints	: null
3600.03/3602.54	c maximum degree of deleted constraints	: null
3600.03/3602.54	c number of deleted constraints	: 0
3600.03/3602.55	c speed (assignments/second)	: 55053.2192322973
3600.03/3602.55	c non guided choices	: 8
3600.24/3602.61	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 167644
3600.24/3602.61	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 2
3600.24/3602.61	s SATISFIABLE
3600.24/3602.61	c Found 6 solution(s)
3600.24/3602.62	v -x1 -x2 x3 x4 -x5 -x6 -x7 x8 x9 -x10 x11 -x12 x13 x14 -x15 x16 -x17 x18 x19 -x20 x21 -x22 x23 x24 -x25 x26 x27 -x28 -x29 -x30 x31 x32 -x33 x34 -x35 x36 x37 -x38 x39 -x40 x41 x42 -x43 x44 -x45 x46 x47 x48 x49 -x50 -x51 -x52 x53 x54 -x55 x56 -x57 x58 x59 -x60 x61 -x62 x63 x64 -x65 x66 -x67 x68 x69 -x70 x71 x72 x73 -x74 -x75 x76 -x77 x78 -x79 -x80 x81 -x82 x83 -x84 -x85 x86 -x87 x88 -x89 -x90 x91 x92 x93 -x94 -x95 x96 -x97 x98 -x99 -x100 x101 -x102 x103 -x104 -x105 x106 -x107 x108 -x109 -x110 -x111 -x112 x113 x114 -x115 x116 -x117 x118 x119 -x120 x121 -x122 x123 x124 -x125 x126 -x127 x128 x129 -x130 x131 x132 -x133 x134 -x135 x136 x137 -x138 x139 -x140 x141 x142 -x143 x144 -x145 x146 x147 x148 x149 -x150 x151 -x152 x153 x154 -x155 x156 -x157 x158 x159 -x160 x161 -x162 x163 x164 -x165 x166 -x167 x168 -x169 -x170 x171 -x172 x173 -x174 -x175 x176 -x177 x178 -x179 -x180 x181 -x182 x183 -x184 -x185 x186 -x187 x188 -x189 -x190 x191 -x192 x193 -x194 -x195 x196 -x197 x198 x199 -x200 x201 -x202 x203 x204 -x205 x206 -x207 x208 x209 x210 -x211 -x212 x213 -x214 x215 -x216 -x217 x218 -x219 x220 -x221 -x222 x223 x224 -x225 x226 -x227 x228 x229 -x230 x231 -x232 x233 x234 -x235 x236 -x237 x238 -x239 -x240 x241 -x242 x243 -x244 -x245 x246 -x247 x248 -x249 -x250 x251 -x252 x253 -x254 -x255 x256 -x257 x258 x259 -x260 x261 -x262 x263 x264 x265 -x266 -x267 x268 -x269 x270 -x271 -x272 x273 x274 -x275 x276 -x277 x278 x279 -x280 x281 -x282 x283 -x284 -x285 x286 -x287 x288 -x289 -x290 x291 -x292 x293 x294 x295 -x296 -x297 x298 x299 -x300 
3600.24/3602.62	c objective function=-150
3600.24/3602.62	c Total wall clock time (in seconds): 3602.242

Verifier Data

OK	-150

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (62703 MiB free)
  memory of node 1: 64507 MiB (63043 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4521362-1751584695/watcher-4521362-1751584695 -o /tmp/evaluation-result-4521362-1751584695/solver-4521362-1751584695 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751584695-83034 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4521362-1751584695.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
Starting watchdog thread
solver pid=83079, runsolver pid=83071
Current StackSize limit: 8192 KiB


[startup+0.100074 s]*
/proc/loadavg: 2.36 3.79 4.05 11/304 83146
/proc/meminfo: memFree=128720800/131382112 swapFree=33009904/33010684
[pid=83079] ppid=83071 vsize=18930344 memory=45592 CPUtime=0.09 cores=0,2
/proc/83079/stat : 83079 (java) S 83071 83079 83023 0 -1 4194304 5443 0 24 0 5 4 0 0 20 0 18 0 74148408 19384672256 11398 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
/proc/83079/statm: 4732586 11398 4920 1 0 546706 0
[pid=83079/tid=83089] ppid=83071 vsize=18930344 memory=4026532124 CPUtime=0.06 cores=0,2
/proc/83079/task/83089/stat : 83089 (java) R 83071 83079 83023 0 -1 4194368 4556 0 23 0 3 3 0 0 20 0 18 0 74148412 19384672256 11398 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
[pid=83079/tid=83120] ppid=83071 vsize=18930344 memory=1593 CPUtime=0 cores=0,2
/proc/83079/task/83120/stat : 83120 (Finalizer) S 83071 83079 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 74148417 19384672256 11398 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
[pid=83079/tid=83145] ppid=83071 vsize=18930344 memory=60693105869820 CPUtime=0 cores=0,2
/proc/83079/task/83145/stat : 83145 (Common-Cleaner) S 83071 83079 83023 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 74148418 19384672256 11398 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930344 KiB
Current children cumulated memory: 45592 KiB

[startup+0.214696 s]*
/proc/loadavg: 2.36 3.79 4.05 9/319 83161
/proc/meminfo: memFree=128690596/131382112 swapFree=33009904/33010684
[pid=83079] ppid=83071 vsize=18930384 memory=51724 CPUtime=0.26 cores=0,2
/proc/83079/stat : 83079 (java) S 83071 83079 83023 0 -1 4194304 6123 0 24 0 21 5 0 0 20 0 18 0 74148408 19384713216 12931 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
/proc/83079/statm: 4732596 12931 5336 1 0 547231 0
[pid=83079/tid=83089] ppid=83071 vsize=18930384 memory=4026794268 CPUtime=0.16 cores=0,2
/proc/83079/task/83089/stat : 83089 (java) R 83071 83079 83023 0 -1 4194368 4960 0 23 0 13 3 0 0 20 0 18 0 74148412 19384713216 12931 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
[pid=83079/tid=83120] ppid=83071 vsize=18930384 memory=1593 CPUtime=0 cores=0,2
/proc/83079/task/83120/stat : 83120 (Finalizer) S 83071 83079 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 74148417 19384713216 12931 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
[pid=83079/tid=83145] ppid=83071 vsize=18930384 memory=60693105869820 CPUtime=0 cores=0,2
/proc/83079/task/83145/stat : 83145 (Common-Cleaner) S 83071 83079 83023 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 74148418 19384713216 12931 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51724 KiB

[startup+0.314452 s]*
/proc/loadavg: 2.36 3.79 4.05 7/319 83161
/proc/meminfo: memFree=128665928/131382112 swapFree=33009904/33010684
[pid=83079] ppid=83071 vsize=18930384 memory=58096 CPUtime=0.42 cores=0,2
/proc/83079/stat : 83079 (java) S 83071 83079 83023 0 -1 4194304 6657 0 24 0 36 6 0 0 20 0 18 0 74148408 19384713216 14524 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
/proc/83079/statm: 4732596 14524 5336 1 0 547682 0
[pid=83079/tid=83089] ppid=83071 vsize=18930384 memory=-6000919502704503143 CPUtime=0.26 cores=0,2
/proc/83079/task/83089/stat : 83089 (java) R 83071 83079 83023 0 -1 4194368 5132 0 23 0 22 4 0 0 20 0 18 0 74148412 19384713216 14524 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
[pid=83079/tid=83120] ppid=83071 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/83079/task/83120/stat : 83120 (Finalizer) S 83071 83079 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 74148417 19384713216 14524 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
[pid=83079/tid=83145] ppid=83071 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/83079/task/83145/stat : 83145 (Common-Cleaner) S 83071 83079 83023 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 74148418 19384713216 14524 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58096 KiB

[startup+0.700342 s]
/proc/loadavg: 2.36 3.79 4.05 14/319 83161
/proc/meminfo: memFree=128656728/131382112 swapFree=33009904/33010684
[pid=83079] ppid=83071 vsize=18930384 memory=87044 CPUtime=1.12 cores=0,2
/proc/83079/stat : 83079 (java) S 83071 83079 83023 0 -1 4194304 8610 0 24 0 103 9 0 0 20 0 18 0 74148408 19384713216 21761 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
/proc/83079/statm: 4732596 21761 5464 1 0 549004 0
[pid=83079/tid=83089] ppid=83071 vsize=18930384 memory=18688 CPUtime=0.58 cores=0,2
/proc/83079/task/83089/stat : 83089 (java) R 83071 83079 83023 0 -1 4194368 5352 0 23 0 53 5 0 0 20 0 18 0 74148412 19384713216 21761 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
[pid=83079/tid=83120] ppid=83071 vsize=18930384 memory=11264 CPUtime=0 cores=0,2
/proc/83079/task/83120/stat : 83120 (Finalizer) S 83071 83079 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 74148417 19384713216 21761 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
[pid=83079/tid=83145] ppid=83071 vsize=18930384 memory=3200 CPUtime=0 cores=0,2
/proc/83079/task/83145/stat : 83145 (Common-Cleaner) S 83071 83079 83023 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 74148418 19384713216 21761 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 87044 KiB

[startup+1.5003 s]
/proc/loadavg: 2.36 3.79 4.05 9/322 83164
/proc/meminfo: memFree=128495240/131382112 swapFree=33009904/33010684
[pid=83079] ppid=83071 vsize=18996948 memory=97212 CPUtime=2.7 cores=0,2
/proc/83079/stat : 83079 (java) S 83071 83079 83023 0 -1 4194304 14547 0 24 0 259 11 0 0 20 0 19 0 74148408 19452874752 24303 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
/proc/83079/statm: 4749237 24303 5464 1 0 551082 0
[pid=83079/tid=83089] ppid=83071 vsize=18996948 memory=3200 CPUtime=1.28 cores=0,2
/proc/83079/task/83089/stat : 83089 (java) R 83071 83079 83023 0 -1 4194368 5534 0 23 0 123 5 0 0 20 0 19 0 74148412 19452874752 24303 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
[pid=83079/tid=83120] ppid=83071 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/83079/task/83120/stat : 83120 (Finalizer) S 83071 83079 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 74148417 19452874752 24303 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
[pid=83079/tid=83145] ppid=83071 vsize=18996948 memory=11264 CPUtime=0 cores=0,2
/proc/83079/task/83145/stat : 83145 (Common-Cleaner) S 83071 83079 83023 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 74148418 19452874752 24303 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
[pid=83079/tid=83163] ppid=83071 vsize=18996948 memory=14720 CPUtime=0 cores=0,2
/proc/83079/task/83163/stat : 83163 (Timer-0) S 83071 83079 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 74148480 19452874752 24303 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
Current children cumulated CPU time: 2.7 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 97212 KiB

[startup+3.10748 s]
/proc/loadavg: 2.36 3.79 4.05 5/325 83167
/proc/meminfo: memFree=128134564/131382112 swapFree=33009904/33010684
[pid=83079] ppid=83071 vsize=18996948 memory=110788 CPUtime=5.19 cores=0,2
/proc/83079/stat : 83079 (java) S 83071 83079 83023 0 -1 4194304 18096 0 24 0 507 12 0 0 20 0 19 0 74148408 19452874752 27697 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
/proc/83079/statm: 4749237 27697 5464 1 0 552293 0
[pid=83079/tid=83089] ppid=83071 vsize=18996948 memory=14720 CPUtime=2.86 cores=0,2
/proc/83079/task/83089/stat : 83089 (java) R 83071 83079 83023 0 -1 4194368 6758 0 23 0 281 5 0 0 20 0 19 0 74148412 19452874752 27697 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
[pid=83079/tid=83120] ppid=83071 vsize=18996948 memory=11264 CPUtime=0 cores=0,2
/proc/83079/task/83120/stat : 83120 (Finalizer) S 83071 83079 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 74148417 19452874752 27697 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
[pid=83079/tid=83145] ppid=83071 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/83079/task/83145/stat : 83145 (Common-Cleaner) S 83071 83079 83023 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 74148418 19452874752 27697 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
[pid=83079/tid=83163] ppid=83071 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/83079/task/83163/stat : 83163 (Timer-0) S 83071 83079 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 74148480 19452874752 27697 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
Current children cumulated CPU time: 5.19 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 110788 KiB

[startup+6.30045 s]
/proc/loadavg: 2.65 3.82 4.07 5/325 83167
/proc/meminfo: memFree=127755716/131382112 swapFree=33009904/33010684
[pid=83079] ppid=83071 vsize=18996948 memory=120240 CPUtime=8.83 cores=0,2
/proc/83079/stat : 83079 (java) S 83071 83079 83023 0 -1 4194304 19066 0 24 0 870 13 0 0 20 0 19 0 74148408 19452874752 30060 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
/proc/83079/statm: 4749237 30060 5464 1 0 552294 0
[pid=83079/tid=83089] ppid=83071 vsize=18996948 memory=0 CPUtime=6.05 cores=0,2
/proc/83079/task/83089/stat : 83089 (java) R 83071 83079 83023 0 -1 4194368 7224 0 23 0 599 6 0 0 20 0 19 0 74148412 19452874752 30060 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
[pid=83079/tid=83120] ppid=83071 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/83079/task/83120/stat : 83120 (Finalizer) S 83071 83079 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 74148417 19452874752 30060 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
[pid=83079/tid=83145] ppid=83071 vsize=18996948 memory=11264 CPUtime=0 cores=0,2
/proc/83079/task/83145/stat : 83145 (Common-Cleaner) S 83071 83079 83023 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 74148418 19452874752 30060 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
[pid=83079/tid=83163] ppid=83071 vsize=18996948 memory=281081047880608 CPUtime=0 cores=0,2
/proc/83079/task/83163/stat : 83163 (Timer-0) S 83071 83079 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 74148480 19452874752 30060 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
Current children cumulated CPU time: 8.83 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 120240 KiB

[startup+12.7004 s]
/proc/loadavg: 2.76 3.83 4.06 7/325 83167
/proc/meminfo: memFree=126885516/131382112 swapFree=33009904/33010684
[pid=83079] ppid=83071 vsize=18996948 memory=150448 CPUtime=15.39 cores=0,2
/proc/83079/stat : 83079 (java) S 83071 83079 83023 0 -1 4194304 23663 0 24 0 1526 13 0 0 20 0 19 0 74148408 19452874752 37612 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
/proc/83079/statm: 4749237 37612 5464 1 0 552294 0
[pid=83079/tid=83089] ppid=83071 vsize=18996948 memory=0 CPUtime=12.43 cores=0,2
/proc/83079/task/83089/stat : 83089 (java) R 83071 83079 83023 0 -1 4194368 8063 0 23 0 1237 6 0 0 20 0 19 0 74148412 19452874752 37612 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
[pid=83079/tid=83120] ppid=83071 vsize=18996948 memory=14720 CPUtime=0 cores=0,2
/proc/83079/task/83120/stat : 83120 (Finalizer) S 83071 83079 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 74148417 19452874752 37612 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
[pid=83079/tid=83145] ppid=83071 vsize=18996948 memory=146352 CPUtime=0 cores=0,2
/proc/83079/task/83145/stat : 83145 (Common-Cleaner) S 83071 83079 83023 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 74148418 19452874752 37612 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
[pid=83079/tid=83163] ppid=83071 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/83079/task/83163/stat : 83163 (Timer-0) S 83071 83079 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 74148480 19452874752 37612 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
Current children cumulated CPU time: 15.39 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 150448 KiB

[startup+25.5005 s]
/proc/loadavg: 3.03 3.84 4.06 6/326 83168
/proc/meminfo: memFree=124471600/131382112 swapFree=33009904/33010684
[pid=83079] ppid=83071 vsize=19063512 memory=174160 CPUtime=28.74 cores=0,2
/proc/83079/stat : 83079 (java) S 83071 83079 83023 0 -1 4194304 28477 0 24 0 2858 16 0 0 20 0 20 0 74148408 19521036288 43540 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
/proc/83079/statm: 4765878 43540 5496 1 0 552583 0
[pid=83079/tid=83089] ppid=83071 vsize=19063512 memory=174160 CPUtime=25.14 cores=0,2
/proc/83079/task/83089/stat : 83089 (java) R 83071 83079 83023 0 -1 4194368 8581 0 23 0 2508 6 0 0 20 0 20 0 74148412 19521036288 43540 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
[pid=83079/tid=83120] ppid=83071 vsize=19063512 memory=108736 CPUtime=0 cores=0,2
/proc/83079/task/83120/stat : 83120 (Finalizer) S 83071 83079 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74148417 19521036288 43540 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
[pid=83079/tid=83145] ppid=83071 vsize=19063512 memory=174160 CPUtime=0 cores=0,2
/proc/83079/task/83145/stat : 83145 (Common-Cleaner) S 83071 83079 83023 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 74148418 19521036288 43540 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
[pid=83079/tid=83163] ppid=83071 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/83079/task/83163/stat : 83163 (Timer-0) S 83071 83079 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74148480 19521036288 43540 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
Current children cumulated CPU time: 28.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 174160 KiB

[startup+51.1134 s]
/proc/loadavg: 3.49 3.88 4.07 6/327 83234
/proc/meminfo: memFree=117404632/131382112 swapFree=33009904/33010684
[pid=83079] ppid=83071 vsize=19063512 memory=181124 CPUtime=54.76 cores=0,2
/proc/83079/stat : 83079 (java) S 83071 83079 83023 0 -1 4194304 30569 0 24 0 5457 19 0 0 20 0 20 0 74148408 19521036288 45281 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
/proc/83079/statm: 4765878 45281 5496 1 0 552583 0
[pid=83079/tid=83089] ppid=83071 vsize=19063512 memory=183252 CPUtime=50.68 cores=0,2
/proc/83079/task/83089/stat : 83089 (java) R 83071 83079 83023 0 -1 4194368 8902 0 23 0 5061 7 0 0 20 0 20 0 74148412 19521036288 45281 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
[pid=83079/tid=83120] ppid=83071 vsize=19063512 memory=181124 CPUtime=0 cores=0,2
/proc/83079/task/83120/stat : 83120 (Finalizer) S 83071 83079 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74148417 19521036288 45281 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
[pid=83079/tid=83145] ppid=83071 vsize=19063512 memory=181112 CPUtime=0 cores=0,2
/proc/83079/task/83145/stat : 83145 (Common-Cleaner) S 83071 83079 83023 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 74148418 19521036288 45281 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
[pid=83079/tid=83163] ppid=83071 vsize=19063512 memory=27162 CPUtime=0 cores=0,2

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

[startup+3282.3 s]
/proc/loadavg: 4.73 4.75 4.76 6/326 83526
/proc/meminfo: memFree=100595080/131382112 swapFree=33009904/33010684
[pid=83079] ppid=83071 vsize=19063512 memory=1139500 CPUtime=3279.33 cores=0,2
/proc/83079/stat : 83079 (java) S 83071 83079 83023 0 -1 4194304 48931 0 24 0 327710 223 0 0 20 0 20 0 74148408 19521036288 284875 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
/proc/83079/statm: 4765878 284875 5528 1 0 552669 0
[pid=83079/tid=83089] ppid=83071 vsize=19063512 memory=14720 CPUtime=3269.36 cores=0,2
/proc/83079/task/83089/stat : 83089 (java) R 83071 83079 83023 0 -1 4194368 18787 0 23 0 326928 8 0 0 20 0 20 0 74148412 19521036288 284875 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
[pid=83079/tid=83120] ppid=83071 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/83079/task/83120/stat : 83120 (Finalizer) S 83071 83079 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74148417 19521036288 284875 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
[pid=83079/tid=83145] ppid=83071 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/83079/task/83145/stat : 83145 (Common-Cleaner) S 83071 83079 83023 0 -1 4194368 797 0 0 0 0 0 0 0 20 0 20 0 74148418 19521036288 284875 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
[pid=83079/tid=83163] ppid=83071 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/83079/task/83163/stat : 83163 (Timer-0) S 83071 83079 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74148480 19521036288 284875 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
Current children cumulated CPU time: 3279.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1139500 KiB

[startup+3342.3 s]
/proc/loadavg: 4.77 4.76 4.76 8/326 83528
/proc/meminfo: memFree=98956756/131382112 swapFree=33009904/33010684
[pid=83079] ppid=83071 vsize=19063512 memory=1144620 CPUtime=3339.93 cores=0,2
/proc/83079/stat : 83079 (java) S 83071 83079 83023 0 -1 4194304 51994 0 24 0 333766 227 0 0 20 0 20 0 74148408 19521036288 286155 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
/proc/83079/statm: 4765878 286155 5528 1 0 553725 0
[pid=83079/tid=83089] ppid=83071 vsize=19063512 memory=1144620 CPUtime=3329.2 cores=0,2
/proc/83079/task/83089/stat : 83089 (java) R 83071 83079 83023 0 -1 4194368 18827 0 23 0 332912 8 0 0 20 0 20 0 74148412 19521036288 286155 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
[pid=83079/tid=83120] ppid=83071 vsize=19063512 memory=3456 CPUtime=0 cores=0,2
/proc/83079/task/83120/stat : 83120 (Finalizer) S 83071 83079 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74148417 19521036288 286155 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
[pid=83079/tid=83145] ppid=83071 vsize=19063512 memory=1144620 CPUtime=0 cores=0,2
/proc/83079/task/83145/stat : 83145 (Common-Cleaner) S 83071 83079 83023 0 -1 4194368 797 0 0 0 0 0 0 0 20 0 20 0 74148418 19521036288 286155 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
[pid=83079/tid=83163] ppid=83071 vsize=19063512 memory=1144620 CPUtime=0 cores=0,2
/proc/83079/task/83163/stat : 83163 (Timer-0) S 83071 83079 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74148480 19521036288 286155 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
Current children cumulated CPU time: 3339.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1144620 KiB

[startup+3402.3 s]
/proc/loadavg: 4.74 4.74 4.75 6/326 83530
/proc/meminfo: memFree=98227076/131382112 swapFree=33009904/33010684
[pid=83079] ppid=83071 vsize=19063512 memory=1144620 CPUtime=3399.78 cores=0,2
/proc/83079/stat : 83079 (java) S 83071 83079 83023 0 -1 4194304 52094 0 24 0 339748 230 0 0 20 0 20 0 74148408 19521036288 286155 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
/proc/83079/statm: 4765878 286155 5528 1 0 553725 0
[pid=83079/tid=83089] ppid=83071 vsize=19063512 memory=1144620 CPUtime=3389.01 cores=0,2
/proc/83079/task/83089/stat : 83089 (java) R 83071 83079 83023 0 -1 4194368 18922 0 23 0 338893 8 0 0 20 0 20 0 74148412 19521036288 286155 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
[pid=83079/tid=83120] ppid=83071 vsize=19063512 memory=3456 CPUtime=0 cores=0,2
/proc/83079/task/83120/stat : 83120 (Finalizer) S 83071 83079 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74148417 19521036288 286155 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
[pid=83079/tid=83145] ppid=83071 vsize=19063512 memory=1144620 CPUtime=0 cores=0,2
/proc/83079/task/83145/stat : 83145 (Common-Cleaner) S 83071 83079 83023 0 -1 4194368 797 0 0 0 0 0 0 0 20 0 20 0 74148418 19521036288 286155 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
[pid=83079/tid=83163] ppid=83071 vsize=19063512 memory=1144620 CPUtime=0 cores=0,2
/proc/83079/task/83163/stat : 83163 (Timer-0) S 83071 83079 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74148480 19521036288 286155 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
Current children cumulated CPU time: 3399.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1144620 KiB

[startup+3462.3 s]
/proc/loadavg: 4.73 4.74 4.75 5/326 83535
/proc/meminfo: memFree=98021140/131382112 swapFree=33009904/33010684
[pid=83079] ppid=83071 vsize=19063512 memory=1144684 CPUtime=3460.15 cores=0,2
/proc/83079/stat : 83079 (java) S 83071 83079 83023 0 -1 4194304 54608 0 24 0 345782 233 0 0 20 0 20 0 74148408 19521036288 286171 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
/proc/83079/statm: 4765878 286171 5528 1 0 554433 0
[pid=83079/tid=83089] ppid=83071 vsize=19063512 memory=1144620 CPUtime=3448.82 cores=0,2
/proc/83079/task/83089/stat : 83089 (java) R 83071 83079 83023 0 -1 4194368 19253 0 23 0 344874 8 0 0 20 0 20 0 74148412 19521036288 286171 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
[pid=83079/tid=83120] ppid=83071 vsize=19063512 memory=3456 CPUtime=0 cores=0,2
/proc/83079/task/83120/stat : 83120 (Finalizer) S 83071 83079 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74148417 19521036288 286171 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
[pid=83079/tid=83145] ppid=83071 vsize=19063512 memory=1144684 CPUtime=0 cores=0,2
/proc/83079/task/83145/stat : 83145 (Common-Cleaner) S 83071 83079 83023 0 -1 4194368 797 0 0 0 0 0 0 0 20 0 20 0 74148418 19521036288 286171 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
[pid=83079/tid=83163] ppid=83071 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/83079/task/83163/stat : 83163 (Timer-0) S 83071 83079 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74148480 19521036288 286171 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
Current children cumulated CPU time: 3460.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1144684 KiB

[startup+3522.3 s]
/proc/loadavg: 4.55 4.70 4.73 6/326 83537
/proc/meminfo: memFree=96284144/131382112 swapFree=33009904/33010684
[pid=83079] ppid=83071 vsize=19063512 memory=1144684 CPUtime=3520 cores=0,2
/proc/83079/stat : 83079 (java) S 83071 83079 83023 0 -1 4194304 55055 0 24 0 351764 236 0 0 20 0 20 0 74148408 19521036288 286171 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
/proc/83079/statm: 4765878 286171 5528 1 0 554433 0
[pid=83079/tid=83089] ppid=83071 vsize=19063512 memory=1144684 CPUtime=3508.62 cores=0,2
/proc/83079/task/83089/stat : 83089 (java) R 83071 83079 83023 0 -1 4194368 19577 0 23 0 350854 8 0 0 20 0 20 0 74148412 19521036288 286171 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
[pid=83079/tid=83120] ppid=83071 vsize=19063512 memory=1144684 CPUtime=0 cores=0,2
/proc/83079/task/83120/stat : 83120 (Finalizer) S 83071 83079 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74148417 19521036288 286171 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
[pid=83079/tid=83145] ppid=83071 vsize=19063512 memory=1144684 CPUtime=0 cores=0,2
/proc/83079/task/83145/stat : 83145 (Common-Cleaner) S 83071 83079 83023 0 -1 4194368 910 0 0 0 0 0 0 0 20 0 20 0 74148418 19521036288 286171 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
[pid=83079/tid=83163] ppid=83071 vsize=19063512 memory=-6000919502738057575 CPUtime=0 cores=0,2
/proc/83079/task/83163/stat : 83163 (Timer-0) S 83071 83079 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74148480 19521036288 286171 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
Current children cumulated CPU time: 3520 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1144684 KiB

[startup+3582.3 s]
/proc/loadavg: 4.84 4.75 4.75 8/324 83604
/proc/meminfo: memFree=100781288/131382112 swapFree=33009904/33010684
[pid=83079] ppid=83071 vsize=19063512 memory=1144684 CPUtime=3579.89 cores=0,2
/proc/83079/stat : 83079 (java) S 83071 83079 83023 0 -1 4194304 55638 0 24 0 357749 240 0 0 20 0 20 0 74148408 19521036288 286171 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
/proc/83079/statm: 4765878 286171 5528 1 0 554433 0
[pid=83079/tid=83089] ppid=83071 vsize=19063512 memory=18688 CPUtime=3568.42 cores=0,2
/proc/83079/task/83089/stat : 83089 (java) R 83071 83079 83023 0 -1 4194368 19881 0 23 0 356834 8 0 0 20 0 20 0 74148412 19521036288 286171 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
[pid=83079/tid=83120] ppid=83071 vsize=19063512 memory=23532 CPUtime=0 cores=0,2
/proc/83079/task/83120/stat : 83120 (Finalizer) S 83071 83079 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74148417 19521036288 286171 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
[pid=83079/tid=83145] ppid=83071 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/83079/task/83145/stat : 83145 (Common-Cleaner) S 83071 83079 83023 0 -1 4194368 1009 0 0 0 0 0 0 0 20 0 20 0 74148418 19521036288 286171 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
[pid=83079/tid=83163] ppid=83071 vsize=19063512 memory=1144684 CPUtime=0 cores=0,2
/proc/83079/task/83163/stat : 83163 (Timer-0) S 83071 83079 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74148480 19521036288 286171 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
Current children cumulated CPU time: 3579.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1144684 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3602.5 s]
/proc/loadavg: 4.75 4.74 4.74 5/326 83606
/proc/meminfo: memFree=98278560/131382112 swapFree=33009904/33010684
[pid=83079] ppid=83071 vsize=19063512 memory=1144684 CPUtime=3600.03 cores=0,2
/proc/83079/stat : 83079 (java) S 83071 83079 83023 0 -1 4194304 55642 0 24 0 359762 241 0 0 20 0 20 0 74148408 19521036288 286171 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
/proc/83079/statm: 4765878 286171 5528 1 0 554433 0
[pid=83079/tid=83089] ppid=83071 vsize=19063512 memory=1056852 CPUtime=3588.55 cores=0,2
/proc/83079/task/83089/stat : 83089 (java) R 83071 83079 83023 0 -1 4194368 19882 0 23 0 358847 8 0 0 20 0 20 0 74148412 19521036288 286171 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
[pid=83079/tid=83120] ppid=83071 vsize=19063512 memory=1056852 CPUtime=0 cores=0,2
/proc/83079/task/83120/stat : 83120 (Finalizer) S 83071 83079 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74148417 19521036288 286171 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
[pid=83079/tid=83145] ppid=83071 vsize=19063512 memory=1139500 CPUtime=0 cores=0,2
/proc/83079/task/83145/stat : 83145 (Common-Cleaner) S 83071 83079 83023 0 -1 4194368 1009 0 0 0 0 0 0 0 20 0 20 0 74148418 19521036288 286171 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
[pid=83079/tid=83163] ppid=83071 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/83079/task/83163/stat : 83163 (Timer-0) S 83071 83079 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74148480 19521036288 286171 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1144684 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.85 s, system=2.43094 s

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

[startup+3602.6 s]
/proc/loadavg: 4.75 4.74 4.74 5/326 83606
/proc/meminfo: memFree=98278560/131382112 swapFree=33009904/33010684
[pid=83079] ppid=83071 vsize=19263204 memory=1145836 CPUtime=3600.24 cores=0,2
/proc/83079/stat : 83079 (java) S 83071 83079 83023 0 -1 4194304 57934 0 24 0 359782 242 0 0 20 0 21 0 74148408 19725520896 286459 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
/proc/83079/statm: 4815801 286459 5560 1 0 555368 0
[pid=83079/tid=83089] ppid=83071 vsize=19263204 memory=16494924 CPUtime=3588.63 cores=0,2
/proc/83079/task/83089/stat : 83089 (java) R 83071 83079 83023 0 -1 4194368 19977 0 23 0 358855 8 0 0 20 0 21 0 74148412 19725520896 286459 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
[pid=83079/tid=83120] ppid=83071 vsize=19263204 memory=-6000919502738057575 CPUtime=0 cores=0,2
/proc/83079/task/83120/stat : 83120 (Finalizer) S 83071 83079 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 74148417 19725520896 286459 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
[pid=83079/tid=83145] ppid=83071 vsize=19263204 memory=6656 CPUtime=0 cores=0,2
/proc/83079/task/83145/stat : 83145 (Common-Cleaner) S 83071 83079 83023 0 -1 4194368 1009 0 0 0 0 0 0 0 20 0 21 0 74148418 19725520896 286459 18446744073709551615 94368961998848 94368962002544 140726924586032 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94368962010360 94368962011152 94368978317312 140726924593537 140726924593638 140726924593638 140726924599240 0
Current children cumulated CPU time: 3600.24 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 1145836 KiB

Child status: 143

Real time (s): 3602.63
CPU time (s): 3600.29
CPU user time (s): 3597.85
CPU system time (s): 2.43094
CPU usage (%): 99.9348
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 1151628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.86
system time used= 2.43094
maximum resident set size= 1152044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58230
page faults= 24
swaps= 0
block input operations= 0
block output operations= 3112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 105087
involuntary context switches= 10032


# summary of solver processes directly reported to runsolver:
#   pid: 83079
#   total CPU time (s): 3600.29
#   total CPU user time (s): 3597.85
#   total CPU system time (s): 2.43094

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 24.3336 second user time and 33.3796 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-07-04 01:18:15
IDJOB=4521362
IDBENCH=178262
IDSOLVER=3363
FILE ID=nodeC001/4521362-1751584695
RUNJOBID= nodeC001-1751584695-83034
SLURM_JOB_ID= 9598830
Free space on /tmp= 432508 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/maxcut/maxcut_opt_complete_5-partite_inlv/normalized-maxcut_opt_complete_5-partite_inlv_nvert_25.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4521362-1751584695/watcher-4521362-1751584695 -o /tmp/evaluation-result-4521362-1751584695/solver-4521362-1751584695 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751584695-83034 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4521362-1751584695.opb

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

MD5SUM BENCH= 152d32cf0a83f0185b516cc3fd8d397d
RANDOM SEED=536738844

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        128759648 kB
MemAvailable:   129897088 kB
Buffers:            1668 kB
Cached:          1922408 kB
SwapCached:          128 kB
Active:           306028 kB
Inactive:        1684716 kB
Active(anon):      56188 kB
Inactive(anon):    28256 kB
Active(file):     249840 kB
Inactive(file):  1656460 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3240 kB
Writeback:             0 kB
AnonPages:         69608 kB
Mapped:           102700 kB
Shmem:             17776 kB
KReclaimable:     141148 kB
Slab:             227492 kB
SReclaimable:     141148 kB
SUnreclaim:        86344 kB
KernelStack:        3732 kB
PageTables:         2700 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     340220 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149272 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432504 MiB
End job on nodeC001 at 2025-07-04 02:18:18