Trace number 4509063

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 CP VeriPB 2025-06-06SAT (TO)4 3600.21 3630.48

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/minlplib2-pb-0.1.0/
opb/normalized-edgecross14-019.lin.opb
MD5SUMfd898dd3347352c45e90b01c742e4b19
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 benchmark4
Best CPU time to get the best result obtained on this benchmark0.037084
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables328
Total number of constraints1747
Number of constraints which are clauses1601
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints145
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 231
Biggest coefficient in the objective function 49
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 519
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 49
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 519
Number of bits of the biggest sum of numbers10
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.12/0.10	c Number of processors 	2
0.12/0.16	c Pseudo Boolean Optimization by upper bound
0.12/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.16	c  - never skip resolution steps
0.12/0.16	c  - Auto-division on coefficients is disabled
0.12/0.16	c  - No postprocessing
0.12/0.16	c  - Conflict is considered as is when resolving
0.12/0.16	c  - Use constraints as they come during conflict analysis
0.12/0.16	c  - Weaken first using unassigned literals
0.12/0.16	c  - Bump strategy: ALWAYS_ONE
0.12/0.16	c  - Bumper: EFFECTIVE
0.12/0.16	c --- Begin Solver configuration ---
0.12/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.12/0.16	c Learn all clauses as in MiniSAT
0.12/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.16	c No reason simplification
0.12/0.16	c Dynamic restart strategy considering the size of the coefficients
0.12/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.12/0.16	c timeout=2147483s
0.12/0.16	c DB Simplification allowed=false
0.12/0.16	c Listener: none
0.12/0.16	c --- End Solver configuration ---
0.12/0.16	c solving HOME/instance-4509063-1751524038.opb
0.12/0.16	c reading problem ... 
0.12/0.16	c using VERIPB proof format
0.12/0.16	c  objective function found
0.31/0.25	c ... done. Wall clock time 0.082s.
0.31/0.25	c declared #vars     328
0.31/0.25	c #constraints  1748
0.31/0.25	c constraints type 
0.31/0.25	c org.sat4j.specs.Constr$1 => 1
0.31/0.25	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 145
0.31/0.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1601
0.31/0.25	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.31/0.25	c 1748 constraints processed.
0.31/0.26	c objective function length is 231 literals
0.31/0.27	c SATISFIABLE
0.31/0.27	c OPTIMIZING...
0.31/0.27	c Got one! Elapsed wall clock time (in seconds):0.107
0.31/0.27	o 46
0.50/0.35	c Got one! Elapsed wall clock time (in seconds):0.188
0.50/0.35	o 43
0.50/0.35	c Got one! Elapsed wall clock time (in seconds):0.193
0.50/0.35	o 35
0.50/0.39	c Got one! Elapsed wall clock time (in seconds):0.232
0.50/0.39	o 34
0.69/0.42	c Got one! Elapsed wall clock time (in seconds):0.259
0.69/0.42	o 33
0.69/0.44	c Got one! Elapsed wall clock time (in seconds):0.283
0.69/0.44	o 32
0.69/0.46	c Got one! Elapsed wall clock time (in seconds):0.294
0.69/0.46	o 30
0.69/0.47	c Got one! Elapsed wall clock time (in seconds):0.304
0.69/0.47	o 26
1.46/0.86	c Got one! Elapsed wall clock time (in seconds):0.695
1.46/0.86	o 23
3.04/1.66	c Got one! Elapsed wall clock time (in seconds):1.498
3.04/1.66	o 22
3.24/1.73	c Got one! Elapsed wall clock time (in seconds):1.568
3.24/1.73	o 21
3.24/1.77	c Got one! Elapsed wall clock time (in seconds):1.608
3.24/1.77	o 20
3.43/1.80	c Got one! Elapsed wall clock time (in seconds):1.64
3.43/1.80	o 19
3.43/1.82	c Got one! Elapsed wall clock time (in seconds):1.663
3.43/1.82	o 18
7.57/3.98	c Got one! Elapsed wall clock time (in seconds):3.815
7.57/3.98	o 17
13.29/8.46	c Got one! Elapsed wall clock time (in seconds):8.3
13.29/8.46	o 16
17.44/12.49	c Got one! Elapsed wall clock time (in seconds):12.333
17.44/12.49	o 15
42.86/37.36	c Got one! Elapsed wall clock time (in seconds):37.199
42.86/37.36	o 14
43.96/38.44	c Got one! Elapsed wall clock time (in seconds):38.282
43.96/38.44	o 13
51.38/45.81	c Got one! Elapsed wall clock time (in seconds):45.65
51.38/45.81	o 12
52.12/46.56	c Got one! Elapsed wall clock time (in seconds):46.395
52.12/46.56	o 11
52.21/46.68	c Got one! Elapsed wall clock time (in seconds):46.524
52.21/46.68	o 10
53.90/48.39	c Got one! Elapsed wall clock time (in seconds):48.233
53.90/48.39	o 9
55.41/49.89	c Got one! Elapsed wall clock time (in seconds):49.725
55.41/49.89	o 8
55.90/50.30	c Got one! Elapsed wall clock time (in seconds):50.141
55.90/50.30	o 7
59.60/54.10	c Got one! Elapsed wall clock time (in seconds):53.935
59.60/54.10	o 6
232.11/225.07	c cleaning 4016 clauses out of 8040 with flag 0/8040
577.26/581.19	c cleaning 5012 clauses out of 10024 with flag 0/14040
661.88/665.73	c Got one! Elapsed wall clock time (in seconds):665.571
661.88/665.73	o 5
979.30/984.73	c cleaning 5363 clauses out of 10737 with flag 0/19765
1453.10/1460.31	c cleaning 5680 clauses out of 11374 with flag 0/25765
2065.95/2078.12	c cleaning 6337 clauses out of 12694 with flag 0/32765
2899.80/2916.43	c Got one! Elapsed wall clock time (in seconds):2916.265
2899.80/2916.43	o 4
3600.05/3630.42	c starts		: 64
3600.05/3630.43	c conflicts		: 44888
3600.05/3630.43	c decisions		: 53639
3600.05/3630.43	c propagations		: 793785
3600.05/3630.43	c inspects		: 869001083
3600.05/3630.43	c shortcuts		: 0
3600.05/3630.43	c learnt literals	: 0
3600.05/3630.43	c learnt binary clauses	: 0
3600.05/3630.43	c learnt ternary clauses	: 40
3600.05/3630.43	c learnt constraints	: 44888
3600.05/3630.43	c ignored constraints	: 0
3600.05/3630.43	c root simplifications	: 0
3600.05/3630.43	c removed literals (reason simplification)	: 0
3600.05/3630.43	c reason swapping (by a shorter reason)	: 0
3600.05/3630.43	c Calls to reduceDB	: 5
3600.05/3630.43	c Number of update (reduction) of LBD	: 47022
3600.05/3630.43	c Imported unit clauses	: 0
3600.05/3630.43	c No decision after first conflict	: false
3600.05/3630.43	c number of reductions to clauses (during analyze)	: 0
3600.05/3630.43	c number of learned constraints concerned by reduction	: 0
3600.05/3630.43	c number of learning phase by resolution	: 0
3600.05/3630.43	c number of learning phase by cutting planes	: 0
3600.05/3630.43	c number of rounding to 1 operations	: 0
3600.05/3630.43	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3630.43	c number of reductions of the coefficients by power 2 	: 0
3600.05/3630.44	c number of right shift for reduction by power 2 	: 0
3600.05/3630.44	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3630.44	c number of ending skipping 	: 0
3600.05/3630.44	c number of internal skipping 	: 0
3600.05/3630.44	c number of derivation steps 	: 368203
3600.05/3630.44	c number of skipped derivation steps 	: 0
3600.05/3630.44	c number of remaining unassigned 	: 1170487
3600.05/3630.44	c number of remaining assigned 	: 10413695
3600.05/3630.44	c number of falsified literals weakened from reason	: 0
3600.05/3630.44	c number of falsified literals weakened from conflict	: 0
3600.05/3630.44	c time for arithmetic operations	: 26185701886
3600.05/3630.44	c minimum degree of deleted constraints	: 1
3600.05/3630.44	c maximum degree of deleted constraints	: 3685514896073494762320746331005181257216410315260604252666274329494950351347136061052995213680964721710975634363850316004486548157440080344117229366064494774715540031624236634577780614725062971237669342173494516361789136717497151615458448278103215943442027241131292049823044082359607720346901676994400498033774037953339792169008626574524789713458910748376525453982104374530737437707397413890012751167030756315061262606044059334286680565101266175590866213308205596150658256489702094592184260463089668342084748271864519570971994515713851645038800118789446356232593252064530922470580230181028160765715066435463299672640971909670079569336810019435564584275830414904985174074150187966792912847619931627865200918041126433047952045253795442565967269538070644874802415934033652422050823846638374587898902461684322285514501797003649349443614261735636700452872370128926212824107182386540078277691447782972947120317382530966955701934549525678968912086451180141032122290313543542544915263431112699692910577472816642892919312736906476863462202170730960292572083279833495236620289772212375170526572850197182972782589936719910018122542869085550596800903537840228712118337673606339526244603134107072955371850589787702707236666262842877948323640293339527286161645024075780213787492314619707418295675619726368193871789430124968583684965752998521181373651026681965132633838523085944135258007689878575138495158474043327137455329614381451501717731304061109390443871981542951885085977174133583410928649253202431964512311194319233371034390401601367585556561365517884043666782226215225529863367517541058534590299592874516774060373779058774084217820032730471138913838380786226814764310866362328252866149319570136194508085742293210428290189457090598348358700815860393302366948999066608038421942638241196071941635573993835521674035925399374506072376066267846569255276765323079808928381790232165567657101412680134991473754754981330528356946560763624483230060066796991598986167013757032499009493419285513016746845222444198654504642892211443092826508204837091768673109441809797839424759649587405812204116433748844758326850930959159100312911532527319700722395362158552886075747859124543203240621350939663706069828534274618156895018462288604328758632396285153629315579714466992930463685996928489377915668655136356214147522072101928868438128326078007502634810056264028218669677579288313735773607685169413329928360993082418444125930665577724056459961045391243352570926427424851873343538394533850269192799582320544273603918626608223867420593553804857841396991808606480819953964671786264273613509965287043926259119732799238596467995242289948004832282029768134100254038090046478951600499849608624998303336088210480392292853913480252503079862347565079399192804800857622743297986154511129962405847517223586401138001117064476110550749709193890602436290026517941792815459818007707337668719918315561724588320952670677784757217601268695263369981118130090304821063082141077344227196886748106876036006696707359841720215840380092741378321826705876133596945773949577938473068364659299988660178113489198090927020458644550317792985097673253206778379246970019987791134957129705037137726877186579243190445865027082776438973416235357492142312699761662600453634348005505581208186324185890605607745342344303459726355823156852020953015686058442823163657970502422260911236768228177580943843891962548182318716880724169470579677814893965272715375312114339400403553581273157072689914319550843028786753593350132007142464638749956280205389365950632302050445549842102557640882999003852004529329206389963752672500323392642065741373982849377152241472960160194273597611637082842632266758022769618969896933312129547814698341369606651303993208275582017525805580590326311715825528454656246770811774323098377534377988934792026514729340016123776554027396378278402721481039212935863760625076738788267373444634046656841522638702130746249006993404216732347837945430564520255247152357950043327352116244766829091038732312486507858149423343960427744300239751264287166129629422875318499502608493231985688201299567908888952548309637857570382710196674836187176184662804364910697848167726390894116880830070825178064985286629752324949456831546020795587500805671165974989116974389671366510983622223214493196654378405783191488055014404341088307000537828896788945686775773307654642440671618590305446255090403265217879472174134077784276137430700608586358152373065563393657265268092684003349015646545718670844547833730119328769398656277528182058823867095681955795645423400368866670087218977865113722324798713736607911128814202700005645157258634257759700205178552947409303271260455893265774563085297755336340510694120117474325485817390104850898477721803685294754562638300167017587970158142944391023850835325983241226265753391540718961407043793635886837330617051699130198433048251689699066899360545660283572497614635561498839195209293912141676427603487552443093603265554721003977048899874567195891804823187156891318032122055140083098204729625435426940243212065548487465794990386856759123643723004555731617149114132491950871241064877103608550798396711303899528878989543232239078228227193186745025879304701915102085313782388038931312132092906138384607333966333932319119987871986888339261984936749810812192526073507123601649467685044510163247304960150812355854842768129093214859334716997614675991909935039736723785372158064251199776148409842157696051543546280423027002738132347788811391024548087837318897589803264239889355522211134600509737458891906994651505017364279571480734414451362793368768970255755913305168669119218400000
3600.05/3630.44	c number of deleted constraints	: 26408
3600.05/3630.44	c speed (assignments/second)	: 218.66283140936892
3600.05/3630.44	c non guided choices	: 716
3600.05/3630.46	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 73
3600.05/3630.46	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 18407
3600.05/3630.46	s SATISFIABLE
3600.05/3630.46	c Found 28 solution(s)
3600.05/3630.46	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 x317 -x318 -x319 -x320 -x321 -x322 x323 x324 -x325 -x326 -x327 -x328 
3600.05/3630.47	c objective function=4
3600.05/3630.47	c Total wall clock time (in seconds): 3630.305

Verifier Data

OK	4

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: 63708 MiB (56519 MiB free)
  memory of node 1: 64465 MiB (60837 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4509063-1751524038/watcher-4509063-1751524038 -o /tmp/evaluation-result-4509063-1751524038/solver-4509063-1751524038 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751516401-68557 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4509063-1751524038 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4509063-1751524038.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.10006 s]*
/proc/loadavg: 4.21 4.18 4.18 6/344 70188
/proc/meminfo: memFree=120142016/131250000 swapFree=33007332/33010684
[pid=70170] ppid=70167 vsize=18930384 memory=55640 CPUtime=0.12 cores=5,7
/proc/70170/stat : 70170 (java) S 70167 70170 68544 0 -1 4194304 6520 0 0 0 10 2 0 0 20 0 18 0 68081265 19384713216 13910 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
/proc/70170/statm: 4732596 13910 5368 1 0 547587 0
[pid=70170/tid=70172] ppid=70167 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/70170/task/70172/stat : 70172 (java) R 70167 70170 68544 0 -1 4194368 5040 0 0 0 6 1 0 0 20 0 18 0 68081266 19384713216 13910 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
[pid=70170/tid=70181] ppid=70167 vsize=18930384 memory=241407623509 CPUtime=0 cores=5,7
/proc/70170/task/70181/stat : 70181 (Finalizer) S 70167 70170 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 68081269 19384713216 13910 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
[pid=70170/tid=70188] ppid=70167 vsize=18930384 memory=60684515934839 CPUtime=0 cores=5,7
/proc/70170/task/70188/stat : 70188 (Common-Cleaner) S 70167 70170 68544 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 68081269 19384713216 13910 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55640 KiB

[startup+0.205919 s]*
/proc/loadavg: 4.21 4.18 4.18 7/344 70188
/proc/meminfo: memFree=120133556/131250000 swapFree=33007332/33010684
[pid=70170] ppid=70167 vsize=18930384 memory=64320 CPUtime=0.31 cores=5,7
/proc/70170/stat : 70170 (java) S 70167 70170 68544 0 -1 4194304 7111 0 0 0 29 2 0 0 20 0 18 0 68081265 19384713216 16080 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
/proc/70170/statm: 4732596 16080 5432 1 0 547991 0
[pid=70170/tid=70172] ppid=70167 vsize=18930384 memory=4026728732 CPUtime=0.17 cores=5,7
/proc/70170/task/70172/stat : 70172 (java) R 70167 70170 68544 0 -1 4194368 5390 0 0 0 16 1 0 0 20 0 18 0 68081266 19384713216 16080 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
[pid=70170/tid=70181] ppid=70167 vsize=18930384 memory=15987 CPUtime=0 cores=5,7
/proc/70170/task/70181/stat : 70181 (Finalizer) S 70167 70170 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 68081269 19384713216 16080 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
[pid=70170/tid=70188] ppid=70167 vsize=18930384 memory=59585004307431 CPUtime=0 cores=5,7
/proc/70170/task/70188/stat : 70188 (Common-Cleaner) S 70167 70170 68544 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 68081269 19384713216 16080 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64320 KiB

[startup+0.30579 s]*
/proc/loadavg: 4.21 4.18 4.18 7/345 70189
/proc/meminfo: memFree=120125364/131250000 swapFree=33007332/33010684
[pid=70170] ppid=70167 vsize=18996948 memory=76308 CPUtime=0.5 cores=5,7
/proc/70170/stat : 70170 (java) S 70167 70170 68544 0 -1 4194304 7480 0 0 0 47 3 0 0 20 0 19 0 68081265 19452874752 19077 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
/proc/70170/statm: 4749237 19077 5496 1 0 548458 0
[pid=70170/tid=70172] ppid=70167 vsize=18996948 memory=-6000919476984966248 CPUtime=0.27 cores=5,7
/proc/70170/task/70172/stat : 70172 (java) R 70167 70170 68544 0 -1 4194368 5548 0 0 0 25 2 0 0 20 0 19 0 68081266 19452874752 19077 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
[pid=70170/tid=70181] ppid=70167 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/70170/task/70181/stat : 70181 (Finalizer) S 70167 70170 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 68081269 19452874752 19077 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
[pid=70170/tid=70188] ppid=70167 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/70170/task/70188/stat : 70188 (Common-Cleaner) S 70167 70170 68544 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 68081269 19452874752 19077 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
[pid=70170/tid=70189] ppid=70167 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/70170/task/70189/stat : 70189 (Timer-0) S 70167 70170 68544 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 68081292 19452874752 19077 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 76308 KiB

[startup+0.700239 s]
/proc/loadavg: 4.21 4.18 4.18 6/345 70189
/proc/meminfo: memFree=120094804/131250000 swapFree=33007332/33010684
[pid=70170] ppid=70167 vsize=18996948 memory=138316 CPUtime=1.26 cores=5,7
/proc/70170/stat : 70170 (java) S 70167 70170 68544 0 -1 4194304 14665 0 0 0 121 5 0 0 20 0 19 0 68081265 19452874752 34579 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
/proc/70170/statm: 4749237 34579 5496 1 0 552530 0
[pid=70170/tid=70172] ppid=70167 vsize=18996948 memory=18688 CPUtime=0.66 cores=5,7
/proc/70170/task/70172/stat : 70172 (java) R 70167 70170 68544 0 -1 4194368 5708 0 0 0 63 3 0 0 20 0 19 0 68081266 19452874752 34579 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
[pid=70170/tid=70181] ppid=70167 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/70170/task/70181/stat : 70181 (Finalizer) S 70167 70170 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 68081269 19452874752 34579 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
[pid=70170/tid=70188] ppid=70167 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/70170/task/70188/stat : 70188 (Common-Cleaner) S 70167 70170 68544 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 68081269 19452874752 34579 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
[pid=70170/tid=70189] ppid=70167 vsize=18996948 memory=4760 CPUtime=0 cores=5,7
/proc/70170/task/70189/stat : 70189 (Timer-0) S 70167 70170 68544 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 68081292 19452874752 34579 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 138316 KiB

[startup+1.50024 s]
/proc/loadavg: 4.21 4.18 4.18 6/346 70190
/proc/meminfo: memFree=120033680/131250000 swapFree=33007332/33010684
[pid=70170] ppid=70167 vsize=19063512 memory=173500 CPUtime=2.84 cores=5,7
/proc/70170/stat : 70170 (java) S 70167 70170 68544 0 -1 4194304 20902 0 0 0 277 7 0 0 20 0 20 0 68081265 19521036288 43375 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
/proc/70170/statm: 4765878 43375 5528 1 0 553139 0
[pid=70170/tid=70172] ppid=70167 vsize=19063512 memory=10752 CPUtime=1.41 cores=5,7
/proc/70170/task/70172/stat : 70172 (java) R 70167 70170 68544 0 -1 4194368 6212 0 0 0 138 3 0 0 20 0 20 0 68081266 19521036288 43375 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
[pid=70170/tid=70181] ppid=70167 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/70170/task/70181/stat : 70181 (Finalizer) S 70167 70170 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68081269 19521036288 43375 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
[pid=70170/tid=70188] ppid=70167 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/70170/task/70188/stat : 70188 (Common-Cleaner) S 70167 70170 68544 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 68081269 19521036288 43375 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
[pid=70170/tid=70189] ppid=70167 vsize=19063512 memory=4760 CPUtime=0 cores=5,7
/proc/70170/task/70189/stat : 70189 (Timer-0) S 70167 70170 68544 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68081292 19521036288 43375 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 173500 KiB

[startup+3.10574 s]
/proc/loadavg: 4.21 4.18 4.18 6/346 70190
/proc/meminfo: memFree=119933052/131250000 swapFree=33007332/33010684
[pid=70170] ppid=70167 vsize=19063512 memory=317444 CPUtime=6 cores=5,7
/proc/70170/stat : 70170 (java) S 70167 70170 68544 0 -1 4194304 27211 0 0 0 588 12 0 0 20 0 20 0 68081265 19521036288 79361 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
/proc/70170/statm: 4765878 79361 5528 1 0 555745 0
[pid=70170/tid=70172] ppid=70167 vsize=19063512 memory=10752 CPUtime=2.98 cores=5,7
/proc/70170/task/70172/stat : 70172 (java) R 70167 70170 68544 0 -1 4194368 7036 0 0 0 292 6 0 0 20 0 20 0 68081266 19521036288 79361 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
[pid=70170/tid=70181] ppid=70167 vsize=19063512 memory=-6000919476984966248 CPUtime=0 cores=5,7
/proc/70170/task/70181/stat : 70181 (Finalizer) S 70167 70170 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68081269 19521036288 79361 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
[pid=70170/tid=70188] ppid=70167 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/70170/task/70188/stat : 70188 (Common-Cleaner) S 70167 70170 68544 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 68081269 19521036288 79361 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
[pid=70170/tid=70189] ppid=70167 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/70170/task/70189/stat : 70189 (Timer-0) S 70167 70170 68544 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68081292 19521036288 79361 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
Current children cumulated CPU time: 6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 317444 KiB

[startup+6.3002 s]
/proc/loadavg: 4.28 4.19 4.18 5/346 70190
/proc/meminfo: memFree=119803220/131250000 swapFree=33007332/33010684
[pid=70170] ppid=70167 vsize=19063512 memory=452068 CPUtime=11.07 cores=5,7
/proc/70170/stat : 70170 (java) S 70167 70170 68544 0 -1 4194304 32683 0 0 0 1091 16 0 0 20 0 20 0 68081265 19521036288 113017 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
/proc/70170/statm: 4765878 113017 5528 1 0 557358 0
[pid=70170/tid=70172] ppid=70167 vsize=19063512 memory=0 CPUtime=6.12 cores=5,7
/proc/70170/task/70172/stat : 70172 (java) R 70167 70170 68544 0 -1 4194368 7251 0 0 0 603 9 0 0 20 0 20 0 68081266 19521036288 113017 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
[pid=70170/tid=70181] ppid=70167 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/70170/task/70181/stat : 70181 (Finalizer) S 70167 70170 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68081269 19521036288 113017 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
[pid=70170/tid=70188] ppid=70167 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/70170/task/70188/stat : 70188 (Common-Cleaner) S 70167 70170 68544 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 68081269 19521036288 113017 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
[pid=70170/tid=70189] ppid=70167 vsize=19063512 memory=173628 CPUtime=0 cores=5,7
/proc/70170/task/70189/stat : 70189 (Timer-0) S 70167 70170 68544 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68081292 19521036288 113017 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
Current children cumulated CPU time: 11.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 452068 KiB

[startup+12.7002 s]
/proc/loadavg: 4.33 4.20 4.19 5/346 70190
/proc/meminfo: memFree=119125796/131250000 swapFree=33007332/33010684
[pid=70170] ppid=70167 vsize=19063512 memory=1190828 CPUtime=17.75 cores=5,7
/proc/70170/stat : 70170 (java) S 70167 70170 68544 0 -1 4194304 39337 0 0 0 1744 31 0 0 20 0 20 0 68081265 19521036288 297707 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
/proc/70170/statm: 4765878 297707 5528 1 0 557374 0
[pid=70170/tid=70172] ppid=70167 vsize=19063512 memory=173628 CPUtime=12.48 cores=5,7
/proc/70170/task/70172/stat : 70172 (java) R 70167 70170 68544 0 -1 4194368 9436 0 0 0 1226 22 0 0 20 0 20 0 68081266 19521036288 297707 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
[pid=70170/tid=70181] ppid=70167 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/70170/task/70181/stat : 70181 (Finalizer) S 70167 70170 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68081269 19521036288 297707 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
[pid=70170/tid=70188] ppid=70167 vsize=19063512 memory=1049440 CPUtime=0 cores=5,7
/proc/70170/task/70188/stat : 70188 (Common-Cleaner) S 70167 70170 68544 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 68081269 19521036288 297707 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
[pid=70170/tid=70189] ppid=70167 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/70170/task/70189/stat : 70189 (Timer-0) S 70167 70170 68544 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68081292 19521036288 297707 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
Current children cumulated CPU time: 17.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1190828 KiB

[startup+25.5003 s]
/proc/loadavg: 4.33 4.21 4.19 5/344 70190
/proc/meminfo: memFree=119052604/131250000 swapFree=33007332/33010684
[pid=70170] ppid=70167 vsize=19063512 memory=1197252 CPUtime=31.06 cores=5,7
/proc/70170/stat : 70170 (java) S 70167 70170 68544 0 -1 4194304 47443 0 0 0 3074 32 0 0 20 0 20 0 68081265 19521036288 299313 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
/proc/70170/statm: 4765878 299313 5528 1 0 557407 0
[pid=70170/tid=70172] ppid=70167 vsize=19063512 memory=10752 CPUtime=25.18 cores=5,7
/proc/70170/task/70172/stat : 70172 (java) R 70167 70170 68544 0 -1 4194368 10675 0 0 0 2495 23 0 0 20 0 20 0 68081266 19521036288 299313 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
[pid=70170/tid=70181] ppid=70167 vsize=19063512 memory=1049440 CPUtime=0 cores=5,7
/proc/70170/task/70181/stat : 70181 (Finalizer) S 70167 70170 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68081269 19521036288 299313 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
[pid=70170/tid=70188] ppid=70167 vsize=19063512 memory=5148 CPUtime=0 cores=5,7
/proc/70170/task/70188/stat : 70188 (Common-Cleaner) S 70167 70170 68544 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 68081269 19521036288 299313 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
[pid=70170/tid=70189] ppid=70167 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/70170/task/70189/stat : 70189 (Timer-0) S 70167 70170 68544 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68081292 19521036288 299313 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
Current children cumulated CPU time: 31.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1197252 KiB

[startup+51.1057 s]
/proc/loadavg: 4.29 4.21 4.19 5/344 70191
/proc/meminfo: memFree=118845088/131250000 swapFree=33007332/33010684
[pid=70170] ppid=70167 vsize=19063512 memory=1363232 CPUtime=56.69 cores=5,7
/proc/70170/stat : 70170 (java) S 70167 70170 68544 0 -1 4194304 51805 0 0 0 5631 38 0 0 20 0 20 0 68081265 19521036288 340808 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
/proc/70170/statm: 4765878 340808 5528 1 0 557407 0
[pid=70170/tid=70172] ppid=70167 vsize=19063512 memory=14432 CPUtime=50.59 cores=5,7

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

/proc/meminfo: memFree=125974560/131250000 swapFree=33007332/33010684
[pid=70170] ppid=70167 vsize=19063512 memory=2183408 CPUtime=3203.38 cores=5,7
/proc/70170/stat : 70170 (java) S 70167 70170 68544 0 -1 4194304 150919 0 0 0 320155 183 0 0 20 0 20 0 68081265 19521036288 545852 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
/proc/70170/statm: 4765878 545852 5528 1 0 563339 0
[pid=70170/tid=70172] ppid=70167 vsize=19063512 memory=2142704 CPUtime=3174.85 cores=5,7
/proc/70170/task/70172/stat : 70172 (java) R 70167 70170 68544 0 -1 4194368 55015 0 0 0 317414 71 0 0 20 0 20 0 68081266 19521036288 545852 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
[pid=70170/tid=70181] ppid=70167 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/70170/task/70181/stat : 70181 (Finalizer) S 70167 70170 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68081269 19521036288 545852 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
[pid=70170/tid=70188] ppid=70167 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/70170/task/70188/stat : 70188 (Common-Cleaner) S 70167 70170 68544 0 -1 4194368 1657 0 0 0 0 0 0 0 20 0 20 0 68081269 19521036288 545852 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
[pid=70170/tid=70189] ppid=70167 vsize=19063512 memory=-6000919476984966248 CPUtime=0 cores=5,7
/proc/70170/task/70189/stat : 70189 (Timer-0) S 70167 70170 68544 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68081292 19521036288 545852 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
Current children cumulated CPU time: 3203.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2183408 KiB

[startup+3282.3 s]
/proc/loadavg: 1.31 2.73 3.59 2/266 70470
/proc/meminfo: memFree=125998836/131250000 swapFree=33007332/33010684
[pid=70170] ppid=70167 vsize=19063512 memory=2183408 CPUtime=3262.88 cores=5,7
/proc/70170/stat : 70170 (java) S 70167 70170 68544 0 -1 4194304 150961 0 0 0 326103 185 0 0 20 0 20 0 68081265 19521036288 545852 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
/proc/70170/statm: 4765878 545852 5528 1 0 563339 0
[pid=70170/tid=70172] ppid=70167 vsize=19063512 memory=2183408 CPUtime=3234.05 cores=5,7
/proc/70170/task/70172/stat : 70172 (java) R 70167 70170 68544 0 -1 4194368 55026 0 0 0 323333 72 0 0 20 0 20 0 68081266 19521036288 545852 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
[pid=70170/tid=70181] ppid=70167 vsize=19063512 memory=18688 CPUtime=0 cores=5,7
/proc/70170/task/70181/stat : 70181 (Finalizer) S 70167 70170 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68081269 19521036288 545852 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
[pid=70170/tid=70188] ppid=70167 vsize=19063512 memory=2183408 CPUtime=0 cores=5,7
/proc/70170/task/70188/stat : 70188 (Common-Cleaner) S 70167 70170 68544 0 -1 4194368 1658 0 0 0 0 0 0 0 20 0 20 0 68081269 19521036288 545852 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
[pid=70170/tid=70189] ppid=70167 vsize=19063512 memory=14432 CPUtime=0 cores=5,7
/proc/70170/task/70189/stat : 70189 (Timer-0) S 70167 70170 68544 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68081292 19521036288 545852 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
Current children cumulated CPU time: 3262.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2183408 KiB

[startup+3342.3 s]
/proc/loadavg: 1.17 2.43 3.43 2/265 70472
/proc/meminfo: memFree=126002108/131250000 swapFree=33007332/33010684
[pid=70170] ppid=70167 vsize=19063512 memory=2183408 CPUtime=3315.59 cores=5,7
/proc/70170/stat : 70170 (java) S 70167 70170 68544 0 -1 4194304 151665 0 0 0 331372 187 0 0 20 0 20 0 68081265 19521036288 545852 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
/proc/70170/statm: 4765878 545852 5528 1 0 563339 0
[pid=70170/tid=70172] ppid=70167 vsize=19063512 memory=2183408 CPUtime=3286.49 cores=5,7
/proc/70170/task/70172/stat : 70172 (java) R 70167 70170 68544 0 -1 4194368 55674 0 0 0 328577 72 0 0 20 0 20 0 68081266 19521036288 545852 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
[pid=70170/tid=70181] ppid=70167 vsize=19063512 memory=2183408 CPUtime=0 cores=5,7
/proc/70170/task/70181/stat : 70181 (Finalizer) S 70167 70170 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68081269 19521036288 545852 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
[pid=70170/tid=70188] ppid=70167 vsize=19063512 memory=2183408 CPUtime=0 cores=5,7
/proc/70170/task/70188/stat : 70188 (Common-Cleaner) S 70167 70170 68544 0 -1 4194368 1658 0 0 0 0 0 0 0 20 0 20 0 68081269 19521036288 545852 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
[pid=70170/tid=70189] ppid=70167 vsize=19063512 memory=18688 CPUtime=0 cores=5,7
/proc/70170/task/70189/stat : 70189 (Timer-0) S 70167 70170 68544 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68081292 19521036288 545852 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
Current children cumulated CPU time: 3315.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2183408 KiB

[startup+3402.3 s]
/proc/loadavg: 1.13 2.18 3.28 2/265 70474
/proc/meminfo: memFree=125993636/131250000 swapFree=33007332/33010684
[pid=70170] ppid=70167 vsize=19063512 memory=2183408 CPUtime=3375.52 cores=5,7
/proc/70170/stat : 70170 (java) S 70167 70170 68544 0 -1 4194304 154103 0 0 0 337363 189 0 0 20 0 20 0 68081265 19521036288 545852 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
/proc/70170/statm: 4765878 545852 5528 1 0 563339 0
[pid=70170/tid=70172] ppid=70167 vsize=19063512 memory=2183408 CPUtime=3346.05 cores=5,7
/proc/70170/task/70172/stat : 70172 (java) R 70167 70170 68544 0 -1 4194368 57316 0 0 0 334532 73 0 0 20 0 20 0 68081266 19521036288 545852 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
[pid=70170/tid=70181] ppid=70167 vsize=19063512 memory=2183408 CPUtime=0 cores=5,7
/proc/70170/task/70181/stat : 70181 (Finalizer) S 70167 70170 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68081269 19521036288 545852 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
[pid=70170/tid=70188] ppid=70167 vsize=19063512 memory=2183408 CPUtime=0 cores=5,7
/proc/70170/task/70188/stat : 70188 (Common-Cleaner) S 70167 70170 68544 0 -1 4194368 1658 0 0 0 0 0 0 0 20 0 20 0 68081269 19521036288 545852 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
[pid=70170/tid=70189] ppid=70167 vsize=19063512 memory=14432 CPUtime=0 cores=5,7
/proc/70170/task/70189/stat : 70189 (Timer-0) S 70167 70170 68544 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68081292 19521036288 545852 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
Current children cumulated CPU time: 3375.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2183408 KiB

[startup+3462.3 s]
/proc/loadavg: 1.10 1.98 3.14 2/265 70477
/proc/meminfo: memFree=125993240/131250000 swapFree=33007332/33010684
[pid=70170] ppid=70167 vsize=19063512 memory=2183408 CPUtime=3435.49 cores=5,7
/proc/70170/stat : 70170 (java) S 70167 70170 68544 0 -1 4194304 155967 0 0 0 343358 191 0 0 20 0 20 0 68081265 19521036288 545852 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
/proc/70170/statm: 4765878 545852 5528 1 0 563339 0
[pid=70170/tid=70172] ppid=70167 vsize=19063512 memory=2183408 CPUtime=3405.73 cores=5,7
/proc/70170/task/70172/stat : 70172 (java) R 70167 70170 68544 0 -1 4194368 58526 0 0 0 340500 73 0 0 20 0 20 0 68081266 19521036288 545852 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
[pid=70170/tid=70181] ppid=70167 vsize=19063512 memory=18688 CPUtime=0 cores=5,7
/proc/70170/task/70181/stat : 70181 (Finalizer) S 70167 70170 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68081269 19521036288 545852 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
[pid=70170/tid=70188] ppid=70167 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/70170/task/70188/stat : 70188 (Common-Cleaner) S 70167 70170 68544 0 -1 4194368 1718 0 0 0 0 0 0 0 20 0 20 0 68081269 19521036288 545852 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
[pid=70170/tid=70189] ppid=70167 vsize=19063512 memory=2183408 CPUtime=0 cores=5,7
/proc/70170/task/70189/stat : 70189 (Timer-0) S 70167 70170 68544 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68081292 19521036288 545852 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
Current children cumulated CPU time: 3435.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2183408 KiB

[startup+3522.3 s]
/proc/loadavg: 1.08 1.81 3.01 2/265 70479
/proc/meminfo: memFree=125993160/131250000 swapFree=33007332/33010684
[pid=70170] ppid=70167 vsize=19063512 memory=2183408 CPUtime=3492.83 cores=5,7
/proc/70170/stat : 70170 (java) S 70167 70170 68544 0 -1 4194304 156060 0 0 0 349089 194 0 0 20 0 20 0 68081265 19521036288 545852 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
/proc/70170/statm: 4765878 545852 5528 1 0 563339 0
[pid=70170/tid=70172] ppid=70167 vsize=19063512 memory=3200 CPUtime=3462.75 cores=5,7
/proc/70170/task/70172/stat : 70172 (java) R 70167 70170 68544 0 -1 4194368 58551 0 0 0 346201 74 0 0 20 0 20 0 68081266 19521036288 545852 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
[pid=70170/tid=70181] ppid=70167 vsize=19063512 memory=2183408 CPUtime=0 cores=5,7
/proc/70170/task/70181/stat : 70181 (Finalizer) S 70167 70170 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68081269 19521036288 545852 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
[pid=70170/tid=70188] ppid=70167 vsize=19063512 memory=2183408 CPUtime=0 cores=5,7
/proc/70170/task/70188/stat : 70188 (Common-Cleaner) S 70167 70170 68544 0 -1 4194368 1747 0 0 0 0 0 0 0 20 0 20 0 68081269 19521036288 545852 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
[pid=70170/tid=70189] ppid=70167 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/70170/task/70189/stat : 70189 (Timer-0) S 70167 70170 68544 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68081292 19521036288 545852 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
Current children cumulated CPU time: 3492.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2183408 KiB

[startup+3582.3 s]
/proc/loadavg: 1.14 1.69 2.89 2/265 70485
/proc/meminfo: memFree=125990528/131250000 swapFree=33007332/33010684
[pid=70170] ppid=70167 vsize=19063512 memory=2183408 CPUtime=3552.49 cores=5,7
/proc/70170/stat : 70170 (java) S 70167 70170 68544 0 -1 4194304 156887 0 0 0 355053 196 0 0 20 0 20 0 68081265 19521036288 545852 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
/proc/70170/statm: 4765878 545852 5528 1 0 563339 0
[pid=70170/tid=70172] ppid=70167 vsize=19063512 memory=5148 CPUtime=3522.09 cores=5,7
/proc/70170/task/70172/stat : 70172 (java) R 70167 70170 68544 0 -1 4194368 59313 0 0 0 352134 75 0 0 20 0 20 0 68081266 19521036288 545852 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
[pid=70170/tid=70181] ppid=70167 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/70170/task/70181/stat : 70181 (Finalizer) S 70167 70170 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68081269 19521036288 545852 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
[pid=70170/tid=70188] ppid=70167 vsize=19063512 memory=1792 CPUtime=0 cores=5,7
/proc/70170/task/70188/stat : 70188 (Common-Cleaner) S 70167 70170 68544 0 -1 4194368 1747 0 0 0 0 0 0 0 20 0 20 0 68081269 19521036288 545852 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
[pid=70170/tid=70189] ppid=70167 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/70170/task/70189/stat : 70189 (Timer-0) S 70167 70170 68544 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68081292 19521036288 545852 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
Current children cumulated CPU time: 3552.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2183408 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3630.4 s]
/proc/loadavg: 1.12 1.60 2.79 2/264 70487
/proc/meminfo: memFree=125990692/131250000 swapFree=33007332/33010684
[pid=70170] ppid=70167 vsize=19063512 memory=2183408 CPUtime=3600.05 cores=5,7
/proc/70170/stat : 70170 (java) S 70167 70170 68544 0 -1 4194304 158605 0 0 0 359808 197 0 0 20 0 20 0 68081265 19521036288 545852 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
/proc/70170/statm: 4765878 545852 5528 1 0 563339 0
[pid=70170/tid=70172] ppid=70167 vsize=19063512 memory=18688 CPUtime=3569.43 cores=5,7
/proc/70170/task/70172/stat : 70172 (java) R 70167 70170 68544 0 -1 4194368 60399 0 0 0 356868 75 0 0 20 0 20 0 68081266 19521036288 545852 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
[pid=70170/tid=70181] ppid=70167 vsize=19063512 memory=2183408 CPUtime=0 cores=5,7
/proc/70170/task/70181/stat : 70181 (Finalizer) S 70167 70170 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68081269 19521036288 545852 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
[pid=70170/tid=70188] ppid=70167 vsize=19063512 memory=19968 CPUtime=0 cores=5,7
/proc/70170/task/70188/stat : 70188 (Common-Cleaner) S 70167 70170 68544 0 -1 4194368 1829 0 0 0 0 0 0 0 20 0 20 0 68081269 19521036288 545852 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
[pid=70170/tid=70189] ppid=70167 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/70170/task/70189/stat : 70189 (Timer-0) S 70167 70170 68544 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68081292 19521036288 545852 18446744073709551615 94394626973696 94394626977392 140720468326464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94394626985208 94394626986000 94394627686400 140720468334893 140720468335078 140720468335078 140720468340680 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2183408 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.22 s, system=1.98557 s

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

Child status: 143

Real time (s): 3630.48
CPU time (s): 3600.21
CPU user time (s): 3598.22
CPU system time (s): 1.98557
CPU usage (%): 99.1661
Max. virtual memory (cumulated for all children) (KiB): 19069480
Max. memory (cumulated for all children) (KiB): 2183408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.22
system time used= 1.98557
maximum resident set size= 2184432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 161042
page faults= 0
swaps= 0
block input operations= 0
block output operations= 271768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 128854
involuntary context switches= 12808


# summary of solver processes directly reported to runsolver:
#   pid: 70170
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3598.22
#   total CPU system time (s): 1.98557

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.65209 second user time and 16.0486 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-07-03 08:27:18
IDJOB=4509063
IDBENCH=158583
IDSOLVER=3362
FILE ID=nodeC019/4509063-1751524038
RUNJOBID= nodeC019-1751516401-68557
SLURM_JOB_ID= 9598628
Free space on /tmp= 431636 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/minlplib2-pb-0.1.0/opb/normalized-edgecross14-019.lin.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4509063-1751524038/watcher-4509063-1751524038 -o /tmp/evaluation-result-4509063-1751524038/solver-4509063-1751524038 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751516401-68557 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4509063-1751524038 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4509063-1751524038.opb

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

MD5SUM BENCH= fd898dd3347352c45e90b01c742e4b19
RANDOM SEED=1204297518

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        120173376 kB
MemAvailable:   122107604 kB
Buffers:             904 kB
Cached:          2737124 kB
SwapCached:          440 kB
Active:          7783660 kB
Inactive:        2591472 kB
Active(anon):    7624600 kB
Inactive(anon):    27736 kB
Active(file):     159060 kB
Inactive(file):  2563736 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33007332 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             11972 kB
Writeback:            80 kB
AnonPages:       7639260 kB
Mapped:           123856 kB
Shmem:             15192 kB
KReclaimable:     101344 kB
Slab:             191268 kB
SReclaimable:     101344 kB
SUnreclaim:        89924 kB
KernelStack:        5280 kB
PageTables:        18656 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   10126504 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151528 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7378944 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:      176852 kB
DirectMap2M:     9031680 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431644 MiB
End job on nodeC019 at 2025-07-03 09:27:48