Trace number 4443362

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 2024 2024-07-07SAT 3435.96 3459.58

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/prestwich/armies/normalized-army10.14ls.opb
MD5SUM531481e7cf3d0451843bb4aa5119dd25
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.033592
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables316
Total number of constraints476
Number of constraints which are clauses274
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint2
Maximum length of a constraint100
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 14
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 114
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.10	c version CUSTOM.v20240707
0.09/0.11	c java.runtime.name	OpenJDK Runtime Environment
0.09/0.11	c java.vm.name		OpenJDK 64-Bit Server VM
0.09/0.11	c java.vm.version	22.0.1+8-16
0.09/0.11	c java.vm.vendor	Oracle Corporation
0.09/0.11	c sun.arch.data.model	64
0.09/0.11	c java.version		22.0.1
0.09/0.11	c os.name		Linux
0.09/0.11	c os.version		4.18.0-301.1.el8.x86_64
0.09/0.11	c os.arch		amd64
0.09/0.11	c Free memory 		2104792832
0.09/0.11	c Max memory 		16282288128
0.09/0.11	c Total memory 		2113929216
0.09/0.12	c Number of processors 	2
0.09/0.15	--- Begin Solver configuration ---
0.09/0.15	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.09/0.15	Learn all clauses as in MiniSAT
0.09/0.15	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.15	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.15	Expensive reason simplification
0.09/0.15	Glucose 2.1 dynamic restart strategy
0.09/0.15	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.09/0.15	timeout=2147483s
0.09/0.15	DB Simplification allowed=false
0.09/0.15	Listener: none
0.09/0.15	--- End Solver configuration ---
0.09/0.15	c Pseudo Boolean Optimization by upper bound
0.09/0.15	c --- Begin Solver configuration ---
0.09/0.15	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.09/0.15	c Learn all clauses as in MiniSAT
0.09/0.15	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.15	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.15	c Expensive reason simplification
0.09/0.15	c Glucose 2.1 dynamic restart strategy
0.09/0.15	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.09/0.15	c timeout=2147483s
0.09/0.15	c DB Simplification allowed=false
0.09/0.15	c Listener: none
0.09/0.15	c --- End Solver configuration ---
0.09/0.15	c solving HOME/instance-4443362-1721817187.opb
0.09/0.15	c reading problem ... 
0.09/0.16	c using VERIPB proof format
0.09/0.16	c  no objective function found
0.09/0.19	c ... done. Wall clock time 0.037s.
0.09/0.19	c declared #vars     316
0.09/0.19	c #constraints  476
0.09/0.19	c constraints type 
0.09/0.19	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 166
0.09/0.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.09/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 200
0.09/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 108
0.09/0.19	c 476 constraints processed.
1.62/1.00	c cleaning 2498 clauses out of 5002 with flag 17548/5002
3.20/1.74	c cleaning 4249 clauses out of 8502 with flag 39947/11000
4.84/2.62	c cleaning 5627 clauses out of 11256 with flag 62128/18003
5.67/3.41	c cleaning 6810 clauses out of 13627 with flag 90836/26001
6.78/4.42	c cleaning 7909 clauses out of 15817 with flag 122214/35001
7.89/5.59	c cleaning 8952 clauses out of 17908 with flag 152979/45001
9.55/7.11	c cleaning 9975 clauses out of 19955 with flag 189716/56000
11.35/8.93	c cleaning 10985 clauses out of 21980 with flag 233447/68000
13.03/10.63	c cleaning 11995 clauses out of 23996 with flag 279109/81001
14.87/12.50	c cleaning 12994 clauses out of 26002 with flag 322378/95002
16.97/14.65	c cleaning 14002 clauses out of 28006 with flag 377145/110000
19.41/17.03	c cleaning 14998 clauses out of 30004 with flag 426911/126000
22.53/20.13	c cleaning 15992 clauses out of 32006 with flag 477236/143000
26.20/23.75	c cleaning 17004 clauses out of 34016 with flag 530823/161002
29.59/27.13	c cleaning 17992 clauses out of 36010 with flag 595141/180000
33.10/30.63	c cleaning 19006 clauses out of 38018 with flag 651885/200000
37.18/34.72	c cleaning 20002 clauses out of 40014 with flag 709735/221002
42.19/39.71	c cleaning 21001 clauses out of 42010 with flag 771125/243000
47.41/45.30	c cleaning 21999 clauses out of 44009 with flag 843105/266000
52.91/50.84	c cleaning 22998 clauses out of 46010 with flag 930051/290000
58.12/56.10	c cleaning 23990 clauses out of 48012 with flag 1014417/315000
65.71/63.69	c cleaning 24996 clauses out of 50023 with flag 1104787/341001
72.89/70.80	c cleaning 26000 clauses out of 52026 with flag 1189760/368000
81.19/79.27	c cleaning 26997 clauses out of 54026 with flag 1284652/396000
89.27/87.40	c cleaning 27996 clauses out of 56032 with flag 1386556/425003
97.63/95.68	c cleaning 29006 clauses out of 58034 with flag 1484884/455001
106.64/104.69	c cleaning 30003 clauses out of 60027 with flag 1592520/486000
116.35/114.30	c cleaning 31003 clauses out of 62026 with flag 1702942/518002
124.73/122.73	c cleaning 32002 clauses out of 64024 with flag 1815637/551003
134.14/132.18	c cleaning 33003 clauses out of 66019 with flag 1938868/585000
143.85/141.90	c cleaning 33995 clauses out of 68016 with flag 2059995/620000
156.04/154.17	c cleaning 35002 clauses out of 70024 with flag 2183512/656003
169.93/168.12	c cleaning 35998 clauses out of 72019 with flag 2312257/693000
184.02/182.21	c cleaning 37005 clauses out of 74021 with flag 2432766/731000
195.72/193.98	c cleaning 38000 clauses out of 76016 with flag 2544764/770000
208.00/206.39	c cleaning 38999 clauses out of 78017 with flag 2655420/810001
221.22/219.56	c cleaning 40004 clauses out of 80020 with flag 2765981/851003
234.85/233.27	c cleaning 41002 clauses out of 82014 with flag 2882703/893001
249.90/248.29	c cleaning 41996 clauses out of 84012 with flag 2997546/936001
265.02/263.38	c cleaning 43002 clauses out of 86015 with flag 3121758/980000
283.08/281.30	c cleaning 43999 clauses out of 88014 with flag 3251170/1025001
300.16/298.54	c cleaning 45004 clauses out of 90018 with flag 3380574/1071004
318.28/316.63	c cleaning 45998 clauses out of 92010 with flag 3519277/1118000
337.68/336.01	c cleaning 47001 clauses out of 94012 with flag 3660275/1166000
356.47/354.84	c cleaning 47998 clauses out of 96011 with flag 3802732/1215000
377.98/376.32	c cleaning 49002 clauses out of 98014 with flag 3948801/1265001
401.27/399.87	c cleaning 49998 clauses out of 100011 with flag 4101898/1316000
422.27/420.86	c cleaning 51003 clauses out of 102014 with flag 4251570/1368001
444.39/442.95	c cleaning 51991 clauses out of 104011 with flag 4417821/1421001
468.52/467.02	c cleaning 53005 clauses out of 106021 with flag 4588607/1475002
497.30/497.96	c cleaning 53984 clauses out of 108014 with flag 4769602/1530000
537.69/539.46	c cleaning 54996 clauses out of 110030 with flag 5000764/1586000
576.83/578.86	c cleaning 56008 clauses out of 112034 with flag 5217863/1643000
622.44/629.04	c cleaning 56999 clauses out of 114028 with flag 5433772/1701002
663.98/671.03	c cleaning 57999 clauses out of 116027 with flag 5651228/1760000
702.59/709.97	c cleaning 59003 clauses out of 118031 with flag 5881815/1820003
757.54/767.84	c cleaning 60003 clauses out of 120025 with flag 6108989/1881000
809.38/819.77	c cleaning 60997 clauses out of 122023 with flag 6348805/1943001
859.19/870.08	c cleaning 61997 clauses out of 124026 with flag 6589161/2006001
913.42/924.50	c cleaning 63002 clauses out of 126028 with flag 6836171/2070000
964.91/976.13	c cleaning 63996 clauses out of 128028 with flag 7076734/2135002
1023.94/1036.17	c cleaning 64998 clauses out of 130030 with flag 7315490/2201000
1086.13/1098.53	c cleaning 66000 clauses out of 132032 with flag 7576971/2268000
1149.53/1162.05	c cleaning 66991 clauses out of 134032 with flag 7836703/2336000
1206.41/1219.02	c cleaning 68007 clauses out of 136041 with flag 8107901/2405000
1274.53/1287.06	c cleaning 69009 clauses out of 138037 with flag 8386382/2475003
1342.13/1354.77	c cleaning 70001 clauses out of 140026 with flag 8638998/2546001
1399.11/1411.70	c cleaning 70986 clauses out of 142024 with flag 8900109/2618000
1474.91/1487.75	c cleaning 72012 clauses out of 144039 with flag 9186698/2691001
1536.41/1549.70	c cleaning 73002 clauses out of 146026 with flag 9451669/2765000
1611.60/1625.17	c cleaning 74004 clauses out of 148025 with flag 9724983/2840001
1687.94/1702.06	c cleaning 74991 clauses out of 150020 with flag 10010333/2916000
1750.41/1764.96	c cleaning 76007 clauses out of 152029 with flag 10316922/2993000
1830.03/1844.65	c cleaning 76999 clauses out of 154022 with flag 10631059/3071000
1908.62/1923.47	c cleaning 78007 clauses out of 156027 with flag 10929837/3150004
2014.15/2029.48	c cleaning 78992 clauses out of 158018 with flag 11242598/3230002
2126.08/2143.68	c cleaning 80001 clauses out of 160024 with flag 11546334/3311000
2217.28/2235.12	c cleaning 81007 clauses out of 162024 with flag 11847175/3393001
2304.42/2324.60	c cleaning 81997 clauses out of 164016 with flag 12175379/3476000
2408.32/2428.86	c cleaning 82990 clauses out of 166021 with flag 12499777/3560002
2481.13/2501.74	c cleaning 84004 clauses out of 168029 with flag 12775964/3645000
2546.87/2567.47	c cleaning 85003 clauses out of 170025 with flag 13041565/3731000
2611.63/2632.60	c cleaning 86003 clauses out of 172024 with flag 13303148/3818002
2676.44/2697.41	c cleaning 87004 clauses out of 174019 with flag 13572879/3906000
2743.29/2764.31	c cleaning 87997 clauses out of 176015 with flag 13844098/3995000
2858.11/2879.74	c cleaning 88984 clauses out of 178019 with flag 14187791/4085001
2966.50/2988.67	c cleaning 90012 clauses out of 180036 with flag 14524036/4176002
3034.28/3056.92	c cleaning 91008 clauses out of 182025 with flag 14804814/4268003
3095.10/3117.77	c cleaning 92001 clauses out of 184015 with flag 15088754/4361001
3154.53/3177.24	c cleaning 93001 clauses out of 186014 with flag 15384567/4455001
3215.87/3238.97	c cleaning 93999 clauses out of 188012 with flag 15692871/4550000
3278.28/3301.61	c cleaning 95002 clauses out of 190015 with flag 15996991/4646002
3332.35/3355.98	c cleaning 95998 clauses out of 192013 with flag 16315308/4743002
3409.98/3433.65	c cleaning 97000 clauses out of 194013 with flag 16647495/4841000
3435.77/3459.46	c SATISFIABLE
3435.77/3459.49	c starts		: 6531
3435.77/3459.49	c conflicts		: 4905521
3435.77/3459.49	c decisions		: 9118368
3435.77/3459.49	c propagations		: 157580238
3435.77/3459.49	c inspects		: 27024312615
3435.77/3459.49	c shortcuts		: 0
3435.87/3459.50	c learnt literals	: 0
3435.87/3459.50	c learnt binary clauses	: 0
3435.87/3459.50	c learnt ternary clauses	: 3
3435.87/3459.50	c learnt constraints	: 4905521
3435.87/3459.50	c ignored constraints	: 0
3435.87/3459.50	c root simplifications	: 0
3435.87/3459.50	c removed literals (reason simplification)	: 14359852
3435.87/3459.50	c reason swapping (by a shorter reason)	: 0
3435.87/3459.50	c Calls to reduceDB	: 94
3435.87/3459.50	c Number of update (reduction) of LBD	: 1405104
3435.87/3459.50	c Imported unit clauses	: 0
3435.87/3459.50	c No decision after first conflict	: false
3435.87/3459.50	c number of reductions to clauses (during analyze)	: 0
3435.87/3459.50	c number of learned constraints concerned by reduction	: 0
3435.87/3459.50	c number of learning phase by resolution	: 0
3435.87/3459.50	c number of learning phase by cutting planes	: 0
3435.87/3459.50	c number of rounding to 1 operations	: 0
3435.87/3459.50	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3435.87/3459.50	c number of reductions of the coefficients by power 2 	: 0
3435.87/3459.50	c number of right shift for reduction by power 2 	: 0
3435.87/3459.50	c number of reductions of the coefficients by GCD over coefficients 	: 0
3435.87/3459.50	c number of ending skipping 	: 0
3435.87/3459.50	c number of internal skipping 	: 0
3435.87/3459.50	c number of derivation steps 	: 0
3435.87/3459.50	c number of skipped derivation steps 	: 0
3435.87/3459.50	c number of remaining unassigned 	: 0
3435.87/3459.50	c number of remaining assigned 	: 0
3435.87/3459.50	c number of falsified literals weakened from reason	: 0
3435.87/3459.50	c number of falsified literals weakened from conflict	: 0
3435.87/3459.50	c time for arithmetic operations	: 0
3435.87/3459.50	c minimum degree of deleted constraints	: null
3435.87/3459.50	c maximum degree of deleted constraints	: null
3435.87/3459.50	c number of deleted constraints	: 0
3435.87/3459.50	c speed (assignments/second)	: 45552.624070585356
3435.87/3459.50	c non guided choices	: 44
3435.87/3459.55	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 161534
3435.87/3459.55	s SATISFIABLE
3435.87/3459.55	c Found 1 solution(s)
3435.87/3459.55	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 -x301 -x302 -x303 -x304 -x305 x306 -x307 x308 -x309 x310 -x311 x312 x313 -x314 -x315 x316 
3435.87/3459.55	c Total wall clock time (in seconds): 3459.401

Verifier Data

OK	0

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: 63968 MiB (61126 MiB free)
  memory of node 1: 64473 MiB (60642 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4443362-1721817187/watcher-4443362-1721817187 -o /tmp/evaluation-result-4443362-1721817187/solver-4443362-1721817187 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1721817187-185314 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4443362-1721817187 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4443362-1721817187.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=185372, runsolver pid=185363

[startup+0.101471 s]*
/proc/loadavg: 0.14 0.11 0.18 12/331 185448
/proc/meminfo: memFree=124548520/131524600 swapFree=131071472/131071996
[pid=185372] ppid=185363 vsize=18975048 memory=59196 CPUtime=0.09 cores=4,6
/proc/185372/stat : 185372 (java) S 185363 185372 185303 0 -1 1077936128 6838 0 15 0 7 2 0 0 20 0 18 0 18247779 19430449152 14799 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
/proc/185372/statm: 4743762 14799 5618 1 0 548970 0
[pid=185372/tid=185379] ppid=185363 vsize=18975048 memory=4026531971 CPUtime=0.05 cores=4,6
/proc/185372/task/185379/stat : 185379 (java) R 185363 185372 185303 0 -1 4194368 5673 0 14 0 4 1 0 0 20 0 18 0 18247779 19430449152 14799 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
[pid=185372/tid=185410] ppid=185363 vsize=18975048 memory=1015694 CPUtime=0 cores=4,6
/proc/185372/task/185410/stat : 185410 (Finalizer) S 185363 185372 185303 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18247784 19430449152 14799 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
[pid=185372/tid=185419] ppid=185363 vsize=18975048 memory=14690799019361963 CPUtime=0 cores=4,6
/proc/185372/task/185419/stat : 185419 (Common-Cleaner) S 185363 185372 185303 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18247785 19430449152 14799 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 59196 KiB

[startup+0.213961 s]*
/proc/loadavg: 0.14 0.11 0.18 13/332 185449
/proc/meminfo: memFree=124501108/131524600 swapFree=131071472/131071996
[pid=185372] ppid=185363 vsize=19041612 memory=71392 CPUtime=0.29 cores=4,6
/proc/185372/stat : 185372 (java) S 185363 185372 185303 0 -1 1077936128 7780 0 15 0 26 3 0 0 20 0 19 0 18247779 19498610688 17848 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
/proc/185372/statm: 4760403 17848 5757 1 0 549966 0
[pid=185372/tid=185379] ppid=185363 vsize=19041612 memory=4782652875487838339 CPUtime=0.16 cores=4,6
/proc/185372/task/185379/stat : 185379 (java) R 185363 185372 185303 0 -1 4194368 6074 0 14 0 15 1 0 0 20 0 19 0 18247779 19498610688 17848 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
[pid=185372/tid=185410] ppid=185363 vsize=19041612 memory=1015694 CPUtime=0 cores=4,6
/proc/185372/task/185410/stat : 185410 (Finalizer) S 185363 185372 185303 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18247784 19498610688 17848 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
[pid=185372/tid=185419] ppid=185363 vsize=19041612 memory=14690799019361963 CPUtime=0 cores=4,6
/proc/185372/task/185419/stat : 185419 (Common-Cleaner) S 185363 185372 185303 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 18247785 19498610688 17848 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
[pid=185372/tid=185449] ppid=185363 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/185372/task/185449/stat : 185449 (Timer-0) S 185363 185372 185303 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 18247799 19498610688 17848 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 71392 KiB

[startup+0.305964 s]*
/proc/loadavg: 0.14 0.11 0.18 13/335 185452
/proc/meminfo: memFree=124455176/131524600 swapFree=131071472/131071996
[pid=185372] ppid=185363 vsize=19041612 memory=86008 CPUtime=0.47 cores=4,6
/proc/185372/stat : 185372 (java) S 185363 185372 185303 0 -1 1077936128 8471 0 15 0 44 3 0 0 20 0 19 0 18247779 19498610688 21502 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
/proc/185372/statm: 4760403 21502 5758 1 0 550420 0
[pid=185372/tid=185379] ppid=185363 vsize=19041612 memory=-8526835163292541628 CPUtime=0.25 cores=4,6
/proc/185372/task/185379/stat : 185379 (java) R 185363 185372 185303 0 -1 4194368 6098 0 14 0 24 1 0 0 20 0 19 0 18247779 19498610688 21502 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
[pid=185372/tid=185410] ppid=185363 vsize=19041612 memory=1471342741762965849 CPUtime=0 cores=4,6
/proc/185372/task/185410/stat : 185410 (Finalizer) S 185363 185372 185303 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18247784 19498610688 21502 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
[pid=185372/tid=185419] ppid=185363 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/185372/task/185419/stat : 185419 (Common-Cleaner) S 185363 185372 185303 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 18247785 19498610688 21502 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
[pid=185372/tid=185449] ppid=185363 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/185372/task/185449/stat : 185449 (Timer-0) S 185363 185372 185303 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 18247799 19498610688 21502 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 86008 KiB

[startup+0.70898 s]
/proc/loadavg: 0.14 0.11 0.18 14/335 185452
/proc/meminfo: memFree=124261564/131524600 swapFree=131071472/131071996
[pid=185372] ppid=185363 vsize=19108176 memory=165240 CPUtime=1.23 cores=4,6
/proc/185372/stat : 185372 (java) S 185363 185372 185303 0 -1 1077936128 12232 0 15 0 117 6 0 0 20 0 20 0 18247779 19566772224 41310 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
/proc/185372/statm: 4777044 41310 5764 1 0 551372 0
[pid=185372/tid=185379] ppid=185363 vsize=19108176 memory=69332 CPUtime=0.62 cores=4,6
/proc/185372/task/185379/stat : 185379 (java) R 185363 185372 185303 0 -1 4194368 6148 0 14 0 58 4 0 0 20 0 20 0 18247779 19566772224 41310 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
[pid=185372/tid=185410] ppid=185363 vsize=19108176 memory=12404 CPUtime=0 cores=4,6
/proc/185372/task/185410/stat : 185410 (Finalizer) S 185363 185372 185303 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18247784 19566772224 41310 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
[pid=185372/tid=185419] ppid=185363 vsize=19108176 memory=2308 CPUtime=0 cores=4,6
/proc/185372/task/185419/stat : 185419 (Common-Cleaner) S 185363 185372 185303 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18247785 19566772224 41310 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
[pid=185372/tid=185449] ppid=185363 vsize=19108176 memory=1932 CPUtime=0 cores=4,6
/proc/185372/task/185449/stat : 185449 (Timer-0) S 185363 185372 185303 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18247799 19566772224 41310 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 165240 KiB

[startup+1.50096 s]
/proc/loadavg: 0.14 0.11 0.18 8/317 185471
/proc/meminfo: memFree=124212172/131524600 swapFree=131071472/131071996
[pid=185372] ppid=185363 vsize=19108176 memory=181952 CPUtime=2.79 cores=4,6
/proc/185372/stat : 185372 (java) S 185363 185372 185303 0 -1 1077936128 20026 0 15 0 271 8 0 0 20 0 20 0 18247779 19566772224 45488 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
/proc/185372/statm: 4777044 45488 5795 1 0 554272 0
[pid=185372/tid=185379] ppid=185363 vsize=19108176 memory=12404 CPUtime=1.38 cores=4,6
/proc/185372/task/185379/stat : 185379 (java) R 185363 185372 185303 0 -1 4194368 6501 0 14 0 133 5 0 0 20 0 20 0 18247779 19566772224 45488 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
[pid=185372/tid=185410] ppid=185363 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/185372/task/185410/stat : 185410 (Finalizer) S 185363 185372 185303 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18247784 19566772224 45488 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
[pid=185372/tid=185419] ppid=185363 vsize=19108176 memory=2308 CPUtime=0 cores=4,6
/proc/185372/task/185419/stat : 185419 (Common-Cleaner) S 185363 185372 185303 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18247785 19566772224 45488 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
[pid=185372/tid=185449] ppid=185363 vsize=19108176 memory=1932 CPUtime=0 cores=4,6
/proc/185372/task/185449/stat : 185449 (Timer-0) S 185363 185372 185303 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18247799 19566772224 45488 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 181952 KiB

[startup+3.10698 s]
/proc/loadavg: 0.14 0.11 0.18 8/338 185521
/proc/meminfo: memFree=123178552/131524600 swapFree=131071472/131071996
[pid=185372] ppid=185363 vsize=19108176 memory=316104 CPUtime=5.37 cores=4,6
/proc/185372/stat : 185372 (java) S 185363 185372 185303 0 -1 1077936128 25188 0 15 0 523 14 0 0 20 0 20 0 18247779 19566772224 79026 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
/proc/185372/statm: 4777044 79026 5815 1 0 554835 0
[pid=185372/tid=185379] ppid=185363 vsize=19108176 memory=0 CPUtime=2.95 cores=4,6
/proc/185372/task/185379/stat : 185379 (java) R 185363 185372 185303 0 -1 4194368 7151 0 14 0 287 8 0 0 20 0 20 0 18247779 19566772224 79026 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
[pid=185372/tid=185410] ppid=185363 vsize=19108176 memory=-8959743677473530556 CPUtime=0 cores=4,6
/proc/185372/task/185410/stat : 185410 (Finalizer) S 185363 185372 185303 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18247784 19566772224 79026 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
[pid=185372/tid=185419] ppid=185363 vsize=19108176 memory=12404 CPUtime=0 cores=4,6
/proc/185372/task/185419/stat : 185419 (Common-Cleaner) S 185363 185372 185303 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18247785 19566772224 79026 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
[pid=185372/tid=185449] ppid=185363 vsize=19108176 memory=2308 CPUtime=0 cores=4,6
/proc/185372/task/185449/stat : 185449 (Timer-0) S 185363 185372 185303 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18247799 19566772224 79026 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
Current children cumulated CPU time: 5.37 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 316104 KiB

[startup+6.30098 s]
/proc/loadavg: 0.45 0.17 0.20 5/338 185521
/proc/meminfo: memFree=120892920/131524600 swapFree=131071472/131071996
[pid=185372] ppid=185363 vsize=19108176 memory=655072 CPUtime=8.67 cores=4,6
/proc/185372/stat : 185372 (java) S 185363 185372 185303 0 -1 1077936128 25669 0 15 0 843 24 0 0 20 0 20 0 18247779 19566772224 163768 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
/proc/185372/statm: 4777044 163768 5815 1 0 554839 0
[pid=185372/tid=185379] ppid=185363 vsize=19108176 memory=2308 CPUtime=6.1 cores=4,6
/proc/185372/task/185379/stat : 185379 (java) R 185363 185372 185303 0 -1 4194368 7569 0 14 0 592 18 0 0 20 0 20 0 18247779 19566772224 163768 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
[pid=185372/tid=185410] ppid=185363 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/185372/task/185410/stat : 185410 (Finalizer) S 185363 185372 185303 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18247784 19566772224 163768 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
[pid=185372/tid=185419] ppid=185363 vsize=19108176 memory=12404 CPUtime=0 cores=4,6
/proc/185372/task/185419/stat : 185419 (Common-Cleaner) S 185363 185372 185303 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18247785 19566772224 163768 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
[pid=185372/tid=185449] ppid=185363 vsize=19108176 memory=11360 CPUtime=0 cores=4,6
/proc/185372/task/185449/stat : 185449 (Timer-0) S 185363 185372 185303 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18247799 19566772224 163768 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
Current children cumulated CPU time: 8.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 655072 KiB

[startup+12.7003 s]
/proc/loadavg: 0.82 0.25 0.23 5/319 185542
/proc/meminfo: memFree=121049204/131524600 swapFree=131071472/131071996
[pid=185372] ppid=185363 vsize=19108176 memory=1060800 CPUtime=15.08 cores=4,6
/proc/185372/stat : 185372 (java) S 185363 185372 185303 0 -1 1077936128 29540 0 15 0 1470 38 0 0 20 0 20 0 18247779 19566772224 265200 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
/proc/185372/statm: 4777044 265200 5815 1 0 554855 0
[pid=185372/tid=185379] ppid=185363 vsize=19108176 memory=12404 CPUtime=12.38 cores=4,6
/proc/185372/task/185379/stat : 185379 (java) R 185363 185372 185303 0 -1 4194368 8913 0 14 0 1207 31 0 0 20 0 20 0 18247779 19566772224 265200 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 7 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
[pid=185372/tid=185410] ppid=185363 vsize=19108176 memory=743256 CPUtime=0 cores=4,6
/proc/185372/task/185410/stat : 185410 (Finalizer) S 185363 185372 185303 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18247784 19566772224 265200 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
[pid=185372/tid=185419] ppid=185363 vsize=19108176 memory=4224 CPUtime=0 cores=4,6
/proc/185372/task/185419/stat : 185419 (Common-Cleaner) S 185363 185372 185303 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18247785 19566772224 265200 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
[pid=185372/tid=185449] ppid=185363 vsize=19108176 memory=280176554738848 CPUtime=0 cores=4,6
/proc/185372/task/185449/stat : 185449 (Timer-0) S 185363 185372 185303 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18247799 19566772224 265200 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
Current children cumulated CPU time: 15.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1060800 KiB

[startup+25.5003 s]
/proc/loadavg: 1.45 0.42 0.28 5/340 185661
/proc/meminfo: memFree=118657216/131524600 swapFree=131071472/131071996
[pid=185372] ppid=185363 vsize=19108176 memory=1284140 CPUtime=27.99 cores=4,6
/proc/185372/stat : 185372 (java) S 185363 185372 185303 0 -1 1077936128 35878 0 15 0 2747 52 0 0 20 0 20 0 18247779 19566772224 321035 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
/proc/185372/statm: 4777044 321035 5815 1 0 554855 0
[pid=185372/tid=185379] ppid=185363 vsize=19108176 memory=11360 CPUtime=25.11 cores=4,6
/proc/185372/task/185379/stat : 185379 (java) R 185363 185372 185303 0 -1 4194368 10493 0 14 0 2467 44 0 0 20 0 20 0 18247779 19566772224 321035 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 7 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
[pid=185372/tid=185410] ppid=185363 vsize=19108176 memory=1277960 CPUtime=0 cores=4,6
/proc/185372/task/185410/stat : 185410 (Finalizer) S 185363 185372 185303 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18247784 19566772224 321035 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
[pid=185372/tid=185419] ppid=185363 vsize=19108176 memory=11360 CPUtime=0 cores=4,6
/proc/185372/task/185419/stat : 185419 (Common-Cleaner) S 185363 185372 185303 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18247785 19566772224 321035 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
[pid=185372/tid=185449] ppid=185363 vsize=19108176 memory=1284124 CPUtime=0 cores=4,6
/proc/185372/task/185449/stat : 185449 (Timer-0) S 185363 185372 185303 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18247799 19566772224 321035 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
Current children cumulated CPU time: 27.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1284140 KiB

[startup+51.106 s]
/proc/loadavg: 2.45 0.74 0.39 5/338 185665
/proc/meminfo: memFree=117086476/131524600 swapFree=131071472/131071996
[pid=185372] ppid=185363 vsize=19108176 memory=1341488 CPUtime=53.21 cores=4,6
/proc/185372/stat : 185372 (java) S 185363 185372 185303 0 -1 1077936128 41585 0 15 0 5253 68 0 0 20 0 20 0 18247779 19566772224 335372 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
/proc/185372/statm: 4777044 335372 5815 1 0 554855 0

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

/proc/loadavg: 4.11 4.13 4.07 5/337 187481
/proc/meminfo: memFree=94020232/131524600 swapFree=131071472/131071996
[pid=185372] ppid=185363 vsize=19108176 memory=2178624 CPUtime=3406.78 cores=4,6
/proc/185372/stat : 185372 (java) S 185363 185372 185303 0 -1 1077936128 215305 0 15 0 339849 829 0 0 20 0 20 0 18247779 19566772224 544656 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
/proc/185372/statm: 4777044 544656 5831 1 0 556725 0
[pid=185372/tid=185379] ppid=185363 vsize=19108176 memory=2175156 CPUtime=3385.22 cores=4,6
/proc/185372/task/185379/stat : 185379 (java) R 185363 185372 185303 0 -1 4194368 90010 0 14 0 337827 695 0 0 20 0 20 0 18247779 19566772224 544656 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 2386 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
[pid=185372/tid=185410] ppid=185363 vsize=19108176 memory=2175156 CPUtime=0 cores=4,6
/proc/185372/task/185410/stat : 185410 (Finalizer) S 185363 185372 185303 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18247784 19566772224 544656 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
[pid=185372/tid=185419] ppid=185363 vsize=19108176 memory=12404 CPUtime=0 cores=4,6
/proc/185372/task/185419/stat : 185419 (Common-Cleaner) S 185363 185372 185303 0 -1 1077936192 3535 0 0 0 0 0 0 0 20 0 20 0 18247785 19566772224 544656 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
[pid=185372/tid=185449] ppid=185363 vsize=19108176 memory=2178624 CPUtime=0 cores=4,6
/proc/185372/task/185449/stat : 185449 (Timer-0) S 185363 185372 185303 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18247799 19566772224 544656 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
Current children cumulated CPU time: 3406.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2178624 KiB

[startup+3443.2 s]
/proc/loadavg: 4.17 4.14 4.07 5/337 187483
/proc/meminfo: memFree=93944272/131524600 swapFree=131071472/131071996
[pid=185372] ppid=185363 vsize=19108176 memory=2178624 CPUtime=3419.61 cores=4,6
/proc/185372/stat : 185372 (java) S 185363 185372 185303 0 -1 1077936128 215483 0 15 0 341127 834 0 0 20 0 20 0 18247779 19566772224 544656 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
/proc/185372/statm: 4777044 544656 5831 1 0 556725 0
[pid=185372/tid=185379] ppid=185363 vsize=19108176 memory=16076 CPUtime=3397.94 cores=4,6
/proc/185372/task/185379/stat : 185379 (java) R 185363 185372 185303 0 -1 4194368 90166 0 14 0 339095 699 0 0 20 0 20 0 18247779 19566772224 544656 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 2386 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
[pid=185372/tid=185410] ppid=185363 vsize=19108176 memory=5616 CPUtime=0 cores=4,6
/proc/185372/task/185410/stat : 185410 (Finalizer) S 185363 185372 185303 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18247784 19566772224 544656 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
[pid=185372/tid=185419] ppid=185363 vsize=19108176 memory=69332 CPUtime=0 cores=4,6
/proc/185372/task/185419/stat : 185419 (Common-Cleaner) S 185363 185372 185303 0 -1 1077936192 3535 0 0 0 0 0 0 0 20 0 20 0 18247785 19566772224 544656 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
[pid=185372/tid=185449] ppid=185363 vsize=19108176 memory=11360 CPUtime=0 cores=4,6
/proc/185372/task/185449/stat : 185449 (Timer-0) S 185363 185372 185303 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18247799 19566772224 544656 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
Current children cumulated CPU time: 3419.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2178624 KiB

[startup+3449.6 s]
/proc/loadavg: 4.23 4.16 4.08 6/337 187484
/proc/meminfo: memFree=93912764/131524600 swapFree=131071472/131071996
[pid=185372] ppid=185363 vsize=19108176 memory=2178624 CPUtime=3426 cores=4,6
/proc/185372/stat : 185372 (java) S 185363 185372 185303 0 -1 1077936128 215518 0 15 0 341765 835 0 0 20 0 20 0 18247779 19566772224 544656 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
/proc/185372/statm: 4777044 544656 5831 1 0 556725 0
[pid=185372/tid=185379] ppid=185363 vsize=19108176 memory=2178624 CPUtime=3404.33 cores=4,6
/proc/185372/task/185379/stat : 185379 (java) R 185363 185372 185303 0 -1 4194368 90199 0 14 0 339733 700 0 0 20 0 20 0 18247779 19566772224 544656 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 2386 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
[pid=185372/tid=185410] ppid=185363 vsize=19108176 memory=2178624 CPUtime=0 cores=4,6
/proc/185372/task/185410/stat : 185410 (Finalizer) S 185363 185372 185303 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18247784 19566772224 544656 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
[pid=185372/tid=185419] ppid=185363 vsize=19108176 memory=11360 CPUtime=0 cores=4,6
/proc/185372/task/185419/stat : 185419 (Common-Cleaner) S 185363 185372 185303 0 -1 1077936192 3535 0 0 0 0 0 0 0 20 0 20 0 18247785 19566772224 544656 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
[pid=185372/tid=185449] ppid=185363 vsize=19108176 memory=11360 CPUtime=0 cores=4,6
/proc/185372/task/185449/stat : 185449 (Timer-0) S 185363 185372 185303 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18247799 19566772224 544656 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
Current children cumulated CPU time: 3426 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2178624 KiB

[startup+3456 s]*
/proc/loadavg: 4.20 4.15 4.08 7/338 187542
/proc/meminfo: memFree=93880984/131524600 swapFree=131071472/131071996
[pid=185372] ppid=185363 vsize=19108176 memory=2178624 CPUtime=3432.38 cores=4,6
/proc/185372/stat : 185372 (java) S 185363 185372 185303 0 -1 1077936128 215643 0 15 0 342401 837 0 0 20 0 20 0 18247779 19566772224 544656 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
/proc/185372/statm: 4777044 544656 5831 1 0 556725 0
[pid=185372/tid=185379] ppid=185363 vsize=19108176 memory=-9031796873464947388 CPUtime=3410.58 cores=4,6
/proc/185372/task/185379/stat : 185379 (java) R 185363 185372 185303 0 -1 4194368 90266 0 14 0 340356 702 0 0 20 0 20 0 18247779 19566772224 544656 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 2392 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
[pid=185372/tid=185410] ppid=185363 vsize=19108176 memory=-7232357306177052284 CPUtime=0 cores=4,6
/proc/185372/task/185410/stat : 185410 (Finalizer) S 185363 185372 185303 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18247784 19566772224 544656 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
[pid=185372/tid=185419] ppid=185363 vsize=19108176 memory=1608 CPUtime=0 cores=4,6
/proc/185372/task/185419/stat : 185419 (Common-Cleaner) S 185363 185372 185303 0 -1 1077936192 3535 0 0 0 0 0 0 0 20 0 20 0 18247785 19566772224 544656 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
[pid=185372/tid=185449] ppid=185363 vsize=19108176 memory=42968 CPUtime=0 cores=4,6
/proc/185372/task/185449/stat : 185449 (Timer-0) S 185363 185372 185303 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18247799 19566772224 544656 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
Current children cumulated CPU time: 3432.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2178624 KiB

[startup+3457.6 s]
/proc/loadavg: 4.20 4.15 4.08 5/339 187546
/proc/meminfo: memFree=93878380/131524600 swapFree=131071472/131071996
[pid=185372] ppid=185363 vsize=19108176 memory=2178624 CPUtime=3433.97 cores=4,6
/proc/185372/stat : 185372 (java) S 185363 185372 185303 0 -1 1077936128 215644 0 15 0 342560 837 0 0 20 0 20 0 18247779 19566772224 544656 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
/proc/185372/statm: 4777044 544656 5831 1 0 556725 0
[pid=185372/tid=185379] ppid=185363 vsize=19108176 memory=2178624 CPUtime=3412.17 cores=4,6
/proc/185372/task/185379/stat : 185379 (java) R 185363 185372 185303 0 -1 4194368 90266 0 14 0 340515 702 0 0 20 0 20 0 18247779 19566772224 544656 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 2392 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
[pid=185372/tid=185410] ppid=185363 vsize=19108176 memory=-8959743677473530556 CPUtime=0 cores=4,6
/proc/185372/task/185410/stat : 185410 (Finalizer) S 185363 185372 185303 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18247784 19566772224 544656 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
[pid=185372/tid=185419] ppid=185363 vsize=19108176 memory=31596 CPUtime=0 cores=4,6
/proc/185372/task/185419/stat : 185419 (Common-Cleaner) S 185363 185372 185303 0 -1 1077936192 3535 0 0 0 0 0 0 0 20 0 20 0 18247785 19566772224 544656 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
[pid=185372/tid=185449] ppid=185363 vsize=19108176 memory=11360 CPUtime=0 cores=4,6
/proc/185372/task/185449/stat : 185449 (Timer-0) S 185363 185372 185303 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18247799 19566772224 544656 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
Current children cumulated CPU time: 3433.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2178624 KiB

[startup+3458.4 s]
/proc/loadavg: 4.20 4.15 4.08 5/339 187546
/proc/meminfo: memFree=93874268/131524600 swapFree=131071472/131071996
[pid=185372] ppid=185363 vsize=19108176 memory=2178624 CPUtime=3434.77 cores=4,6
/proc/185372/stat : 185372 (java) S 185363 185372 185303 0 -1 1077936128 215645 0 15 0 342639 838 0 0 20 0 20 0 18247779 19566772224 544656 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
/proc/185372/statm: 4777044 544656 5831 1 0 556725 0
[pid=185372/tid=185379] ppid=185363 vsize=19108176 memory=-8959743677473530556 CPUtime=3412.96 cores=4,6
/proc/185372/task/185379/stat : 185379 (java) R 185363 185372 185303 0 -1 4194368 90267 0 14 0 340594 702 0 0 20 0 20 0 18247779 19566772224 544656 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 2392 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
[pid=185372/tid=185410] ppid=185363 vsize=19108176 memory=40024 CPUtime=0 cores=4,6
/proc/185372/task/185410/stat : 185410 (Finalizer) S 185363 185372 185303 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18247784 19566772224 544656 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
[pid=185372/tid=185419] ppid=185363 vsize=19108176 memory=11360 CPUtime=0 cores=4,6
/proc/185372/task/185419/stat : 185419 (Common-Cleaner) S 185363 185372 185303 0 -1 1077936192 3535 0 0 0 0 0 0 0 20 0 20 0 18247785 19566772224 544656 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
[pid=185372/tid=185449] ppid=185363 vsize=19108176 memory=69332 CPUtime=0 cores=4,6
/proc/185372/task/185449/stat : 185449 (Timer-0) S 185363 185372 185303 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18247799 19566772224 544656 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
Current children cumulated CPU time: 3434.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2178624 KiB

[startup+3459.2 s]
/proc/loadavg: 4.20 4.15 4.08 5/339 187546
/proc/meminfo: memFree=93869940/131524600 swapFree=131071472/131071996
[pid=185372] ppid=185363 vsize=19108176 memory=2178624 CPUtime=3435.57 cores=4,6
/proc/185372/stat : 185372 (java) S 185363 185372 185303 0 -1 1077936128 215645 0 15 0 342719 838 0 0 20 0 20 0 18247779 19566772224 544656 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
/proc/185372/statm: 4777044 544656 5831 1 0 556725 0
[pid=185372/tid=185379] ppid=185363 vsize=19108176 memory=11360 CPUtime=3413.77 cores=4,6
/proc/185372/task/185379/stat : 185379 (java) R 185363 185372 185303 0 -1 4194368 90267 0 14 0 340674 703 0 0 20 0 20 0 18247779 19566772224 544656 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 2392 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
[pid=185372/tid=185410] ppid=185363 vsize=19108176 memory=69332 CPUtime=0 cores=4,6
/proc/185372/task/185410/stat : 185410 (Finalizer) S 185363 185372 185303 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18247784 19566772224 544656 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
[pid=185372/tid=185419] ppid=185363 vsize=19108176 memory=5616 CPUtime=0 cores=4,6
/proc/185372/task/185419/stat : 185419 (Common-Cleaner) S 185363 185372 185303 0 -1 1077936192 3535 0 0 0 0 0 0 0 20 0 20 0 18247785 19566772224 544656 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
[pid=185372/tid=185449] ppid=185363 vsize=19108176 memory=16076 CPUtime=0 cores=4,6
/proc/185372/task/185449/stat : 185449 (Timer-0) S 185363 185372 185303 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18247799 19566772224 544656 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
Current children cumulated CPU time: 3435.57 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2178624 KiB

[startup+3459.4 s]
/proc/loadavg: 4.20 4.15 4.08 5/339 187546
/proc/meminfo: memFree=93869940/131524600 swapFree=131071472/131071996
[pid=185372] ppid=185363 vsize=19108176 memory=2178624 CPUtime=3435.77 cores=4,6
/proc/185372/stat : 185372 (java) S 185363 185372 185303 0 -1 1077936128 215645 0 15 0 342739 838 0 0 20 0 20 0 18247779 19566772224 544656 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
/proc/185372/statm: 4777044 544656 5831 1 0 556725 0
[pid=185372/tid=185379] ppid=185363 vsize=19108176 memory=2178624 CPUtime=3413.97 cores=4,6
/proc/185372/task/185379/stat : 185379 (java) R 185363 185372 185303 0 -1 4194368 90267 0 14 0 340694 703 0 0 20 0 20 0 18247779 19566772224 544656 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 2392 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
[pid=185372/tid=185410] ppid=185363 vsize=19108176 memory=1932 CPUtime=0 cores=4,6
/proc/185372/task/185410/stat : 185410 (Finalizer) S 185363 185372 185303 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18247784 19566772224 544656 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
[pid=185372/tid=185419] ppid=185363 vsize=19108176 memory=2178624 CPUtime=0 cores=4,6
/proc/185372/task/185419/stat : 185419 (Common-Cleaner) S 185363 185372 185303 0 -1 1077936192 3535 0 0 0 0 0 0 0 20 0 20 0 18247785 19566772224 544656 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
[pid=185372/tid=185449] ppid=185363 vsize=19108176 memory=-8959743677473530556 CPUtime=0 cores=4,6
/proc/185372/task/185449/stat : 185449 (Timer-0) S 185363 185372 185303 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18247799 19566772224 544656 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
Current children cumulated CPU time: 3435.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2178624 KiB

[startup+3459.5 s]
/proc/loadavg: 4.20 4.15 4.08 5/339 187546
/proc/meminfo: memFree=93869940/131524600 swapFree=131071472/131071996
[pid=185372] ppid=185363 vsize=19241304 memory=2179184 CPUtime=3435.87 cores=4,6
/proc/185372/stat : 185372 (java) S 185363 185372 185303 0 -1 1077936128 217945 0 15 0 342748 839 0 0 20 0 20 0 18247779 19703095296 544796 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
/proc/185372/statm: 4810326 544796 5830 1 0 557406 0
[pid=185372/tid=185379] ppid=185363 vsize=19241304 memory=2175156 CPUtime=3414.03 cores=4,6
/proc/185372/task/185379/stat : 185379 (java) S 185363 185372 185303 0 -1 1077936192 91970 0 14 0 340700 703 0 0 20 0 20 0 18247779 19703095296 544796 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 2396 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
[pid=185372/tid=185410] ppid=185363 vsize=19241304 memory=2175420 CPUtime=0 cores=4,6
/proc/185372/task/185410/stat : 185410 (Finalizer) S 185363 185372 185303 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18247784 19703095296 544796 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
[pid=185372/tid=185419] ppid=185363 vsize=19241304 memory=2178624 CPUtime=0 cores=4,6
/proc/185372/task/185419/stat : 185419 (Common-Cleaner) S 185363 185372 185303 0 -1 1077936192 3535 0 0 0 0 0 0 0 20 0 20 0 18247785 19703095296 544796 134679101440 94499776880640 94499776884336 140723328372080 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94499776892152 94499776892944 94499803701248 140723328377771 140723328377953 140723328377953 140723328384968 0
Current children cumulated CPU time: 3435.87 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 2179184 KiB

Child status: 10

Real time (s): 3459.58
CPU time (s): 3435.96
CPU user time (s): 3427.56
CPU system time (s): 8.39924
CPU usage (%): 99.3172
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 2179184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3427.56
system time used= 8.39924
maximum resident set size= 2180192
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 218303
page faults= 15
swaps= 0
block input operations= 3640
block output operations= 8005728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 107209
involuntary context switches= 11656


# summary of solver processes directly reported to runsolver:
#   pid: 185372
#   total CPU time (s): 3435.96
#   total CPU user time (s): 3427.56
#   total CPU system time (s): 8.39924

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.71551 second user time and 17.8238 second system time

The end

Launcher Data

Begin job on nodeC025 at 2024-07-24 12:33:07
IDJOB=4443362
IDBENCH=147871
IDSOLVER=3079
FILE ID=nodeC025/4443362-1721817187
RUNJOBID= nodeC025-1721817187-185314
SLURM_JOB_ID= 7816884
Free space on /tmp= 890032 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/prestwich/armies/normalized-army10.14ls.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4443362-1721817187/watcher-4443362-1721817187 -o /tmp/evaluation-result-4443362-1721817187/solver-4443362-1721817187 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1721817187-185314 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4443362-1721817187 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4443362-1721817187.opb

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

MD5SUM BENCH= 531481e7cf3d0451843bb4aa5119dd25
RANDOM SEED=688180842

nodeC025.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3368.649
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.51
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		: 3511.010
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.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	: 0xb00002a
cpu MHz		: 3475.115
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.51
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		: 3343.279
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.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	: 0xb00002a
cpu MHz		: 3305.674
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.51
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		: 3664.066
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.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	: 0xb00002a
cpu MHz		: 3621.037
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.51
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		: 3630.554
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        124706336 kB
MemAvailable:   129639592 kB
Buffers:          244016 kB
Cached:          5449300 kB
SwapCached:           20 kB
Active:          2476864 kB
Inactive:        3596888 kB
Active(anon):       1448 kB
Inactive(anon):   432940 kB
Active(file):    2475416 kB
Inactive(file):  3163948 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071472 kB
Dirty:              2384 kB
Writeback:             0 kB
AnonPages:        380140 kB
Mapped:           122408 kB
Shmem:             53908 kB
KReclaimable:     267428 kB
Slab:             392596 kB
SReclaimable:     267428 kB
SUnreclaim:       125168 kB
KernelStack:        3988 kB
PageTables:         9952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     711672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            18048 kB
HardwareCorrupted:     0 kB
AnonHugePages:    251904 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      377556 kB
DirectMap2M:    39241728 kB
DirectMap1G:    96468992 kB

Free space on /tmp at the end= 890028 MiB
End job on nodeC025 at 2024-07-24 13:30:47