Trace number 4507127

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 CP VeriPB 2025-06-06? (TO) 3600.19 3597.69

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K196.opb
MD5SUM8df9702f370312ff59707c84e3b82f3b
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 benchmark28.0327
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables23324
Total number of constraints23718
Number of constraints which are clauses23522
Number of constraints which are cardinality constraints (but not clauses)196
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint196
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 197
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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-4507127-1751185168.opb
0.12/0.16	c reading problem ... 
0.12/0.16	c using VERIPB proof format
0.12/0.16	c  no objective function found
2.80/1.56	c ... done. Wall clock time 1.39s.
2.80/1.56	c declared #vars     23324
2.80/1.56	c #constraints  23718
2.80/1.56	c constraints type 
2.80/1.56	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2535
2.80/1.56	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 196
2.80/1.56	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 20985
2.80/1.56	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
2.80/1.56	c 23718 constraints processed.
158.61/151.82	c cleaning 2461 clauses out of 5000 with flag 0/5000
503.93/504.18	c cleaning 3999 clauses out of 8539 with flag 0/11000
1197.24/1199.61	c cleaning 5307 clauses out of 11540 with flag 0/18000
2298.99/2298.03	c cleaning 6491 clauses out of 14233 with flag 0/26000
3342.55/3339.89	c cleaning 7596 clauses out of 16742 with flag 0/35000
3600.06/3597.61	c starts		: 22
3600.06/3597.63	c timeout
3600.06/3597.63	c conflicts		: 39327
3600.06/3597.63	c decisions		: 534981
3600.06/3597.63	c propagations		: 58496854
3600.06/3597.63	c inspects		: 248736266
3600.06/3597.63	c shortcuts		: 0
3600.06/3597.63	c learnt literals	: 0
3600.06/3597.63	c learnt binary clauses	: 0
3600.06/3597.63	c learnt ternary clauses	: 130
3600.06/3597.63	c learnt constraints	: 39326
3600.06/3597.63	c ignored constraints	: 0
3600.06/3597.63	c root simplifications	: 0
3600.06/3597.63	c removed literals (reason simplification)	: 0
3600.06/3597.63	c reason swapping (by a shorter reason)	: 0
3600.06/3597.63	c Calls to reduceDB	: 5
3600.06/3597.63	c Number of update (reduction) of LBD	: 100033
3600.06/3597.63	c Imported unit clauses	: 0
3600.06/3597.63	c No decision after first conflict	: false
3600.06/3597.63	c number of reductions to clauses (during analyze)	: 0
3600.06/3597.63	c number of learned constraints concerned by reduction	: 0
3600.06/3597.63	c number of learning phase by resolution	: 0
3600.06/3597.63	c number of learning phase by cutting planes	: 0
3600.06/3597.63	c number of rounding to 1 operations	: 0
3600.06/3597.63	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3597.63	c number of reductions of the coefficients by power 2 	: 0
3600.06/3597.63	c number of right shift for reduction by power 2 	: 0
3600.06/3597.63	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3597.63	c number of ending skipping 	: 0
3600.06/3597.63	c number of internal skipping 	: 0
3600.06/3597.64	c number of derivation steps 	: 2170999
3600.06/3597.64	c number of skipped derivation steps 	: 0
3600.06/3597.64	c number of remaining unassigned 	: 459835
3600.06/3597.64	c number of remaining assigned 	: 78468195
3600.06/3597.64	c number of falsified literals weakened from reason	: 0
3600.06/3597.64	c number of falsified literals weakened from conflict	: 0
3600.06/3597.64	c time for arithmetic operations	: 93847413616
3600.06/3597.64	c minimum degree of deleted constraints	: 1
3600.06/3597.64	c maximum degree of deleted constraints	: 10947679378843895498628633964616198684224407544401982593163864393344264064990551384807103596824996446776320954495881676872075375158730944366156994467239568665574139792216719613710287694736911883716755683441229870587732918789342441491295377086808573413870269264113672844865696987232257348554166923184411524758673464201186524997114771565974215632101028858123803136418209974378955977124551632839997544916732437185124527140685126400947794826182665665070853320753481556303516280625466269823867204076131725765755778462764904314906182927979555166799032059955853735068472422769460402349102326455450618190642930775606864762508353291765266759253066028753626885747946382645574156551666934964493207262526343664620774676795631099546358226350636792228811754727709634987469736384457525738409942957833253716998219098842599951935390564908063198539358787659244097680798638258146845503432486350452308380608130054995140628073284291787093474874711462181471512099605279901142433266468274223520489293385588928818714615505162324639701148198456289965810954006908241240975120625122172246987526660800316671901672314674516625234797622621872081499251560482707114119016081998928399067246169442386003894592821857184348916952732691856916472900931775599883219308797507834596382924653304192832459879054024010427327493153551038092032686094539058573085328678957527130321507614074228922189256360038616953828493968568841041577645751550904292880381700573436943161926223978389011379524363181358320825206663174848709561425414730282137953577363885749768609904588916239570940432852431507281618432928284695888144181870666677977994402253001771695699641925905883460685404800395452350958432312189537469796127120650354746837393331967967006780671235861394440758530112644901920005550344546353002815846340857352585929353194022366405520539690629284323283779670396638656948137576675941871608717128296568372844700884705474103593473835844269722813181168984320827702134619614682046209438532723159357632287092362460299631357750852926349482882670789895861078277709190189405689668414507087664238405675481756560179576412347707194700914167899832585580762767525125340697582270136480661689005775432160892046600661639155008003053873424227175076877523555662078795922393964232060278208534697071583533099573177262518188645617455054448606535214909829591359361803617217507727544901596590722527664540029392031844653890760200373847359882752005316496592856474964515136551333368846443883667057596092627336196850133079614190603892063942874798309178924258981263893378928526385961329735625565042795488323750978712728605825586306794239299779412072342571311231974148341173979070725818062147478101579748165341966045402525415803582048970346896398583201111771858307558225538837561027734929528103395253453244443066916879682540814249602165213790842335697696755882593482575895778732042965318224140218173112318770042382520561989533236108917282714373287587344018815547709893249180063036668327227224223941777424052062387752361164896533041004843339297263907933706699368017522773784339085775052079630382560205310379213069219778227182595030995784590901126040817627667564704605357356578171036544481824598456798441020385903714325728662022145763731429647034188735343236126240052716457208430085839269124719075933405379530721406669258130702465078770466945970731814654273169812134869065842113549841266004147518917194241170141005481691369014280965720990385248078037481178400665625100862120866943256149522366524006708308699471170069760878109979422384318439800056504410748656976937619434262905749583205670140744468379092837436817839332260237233661128612452351244465335856887050530854931290711922647448354481521908682583685090728773783905205738372703553237584950476574872495882462940880199228702490638954808994514730840971064483649017116617662097741543007124266998802378200379548309988151855624081764713502709671351460370593606490559414012037601867643815335732272964081348464837724241541840130487186404554733322922923922634696164791576698474578212446858991110479697996223296791930906508836082664567538466228493837067841384446360439419824519158186833693250608615427212517207556907516915567988728039374361073931410491352493254942010458178347950412658991769090487409368580116608496424037482048533913240286846917314808452542562783370085824793094144621538977272492992127722358010132838956886367772489400777302467562626745081992452084934446182657111852235182447766151656696231415690431458629389210455678069581605558911548183717625789540229151772947302663693440607405218934293992915616020539039297092702455124443218166241224212059983856089513639571582810508814682040977913712632993621922937751915516572189785862892267270077580173137750476160577763624743146167269937403272645004084781855823680862734923793128465728573848676942072043707354452653441186849998137799372607541785545343067657994266526632180806505200769563905421023728470030611668629037852465151710676329211633014028661757583097138640583538133834811451804780259898224496678259141989468993210121409391049051333526840596274358041195332145294869696166662046766355033473367506338604929728507574379593485401072226463226505810143417469978357761413230298922154424506393895683968307574075371097801675147201807020810233225723782108952354571126631365002749575405925152092300918079044973067075524987126577168250719057753500383111989962372456637979520149799679466270837604862505989142817233125976100074559021897437312760040330687324689720945490220034885418627822502323182271001328971728529240746591733999490332518260105722161197688862805494161409377699956040132691890914178055490067738103611377643674456956729301362783220008237249919805548417483578637172894949436020573368052571690569640360336030599801329212616965074667647424925624124923372953346433078793984847242413954615264740506573922998902357123281869272859051562561169556195844559998462064654089113065497050093417319258777707072256626932441598568109178537009743258254394869512883630907559692510871107350538821546672687680755439396493684001374080122204039170719981027267649626654820130026576188169413586731113549715450879610098269764044128739904442141404979036382171227414162940548371616537817461340132693902454436331977247189990648092589200667994961842949633681910647514020989243930052430583022216680904192827506040737972001572309948246404033427715324399118827553483918695871427504139513317863681230236245162349503835458002446823861496910457060766677924150727204602961506568128122482729133240564843225190773198150008961357927799020116708618814127921514029219281990528699174342513411560000825540631507537685990499477653074009725389911019658988167898784276405889883112157670448767033460676427420626522982408849206677099276550624507150650864991983179026515418952824393970741072102215842382256902872357404068431915334719965329490922288877493498507609943370399501647251985801671249434649832252619427335966015599960028536847462863292612806811694875010943110792499705509636826809189382284938960189462859278794110055822227108560504887567034231141718937342531679699766196902823327760845464303252900072686873785934637403795516650434229853468141531825265743759211004351308021222435432843291797035176312469934649433032015713850490208856564771664106428681966539595995792106628932222194035799863243114533817820705438288373764846116517487266021018802426016672650347442463977288692415525309209129195734012359819523738589208434547318486965193633560895964305402581685822526680192982324002989226641120603223292352874557611041747248420489086689935839828833697589185879397758112956601979426867641876250110791414795205401943192223306075469149985173204693589179263511166279322977214942695016250709844065285360921630048091594993175143030106032182560039877936566930839147251943916461632927263834729682907619122271949717203987485144915645640263380165318781039620914154687230150866075290396711304092295121449390467110668468575483302728720800041818919873347598966968965804712632246962442332178664651615160131782047645054644613611089441546954341286524826520723734733207336477065825693046768485660530300740282246722472603487363393953540246676588386864431906386236208928867868347798592767093859472274145551622250340379505318643473486809785582059360231602912327680076041429941403806622563873974319117514309136531394989443752187422267198379451915322712727894769169800156254883546307657279524672916353508871096674252564042924089720542882774022118745357986843769697436282507324877466491050184656824986574499554650197220092175124059386005233358596854086706916406347274373362647354481798934304570019887325925840198270766545695016399734106415626691404816621830092874402692258683848625027919777456593130866195902926251573126431346899194283297602621817407083596858592930612642009833895486251307466791903939192411308879113394581844876539093616204169268083940170800979932104889205147705753686025751780190043051471539967897356661436419975457958502265724065723596428311460995644454149113373889907627218868333595679688317373129664361634980654973567773004701306567733671397089539998390478875147724496311318395543608971859982209888921146208314319431701901160315714228391162074184751140148797587879068677683048517017355493136821063879854275481584331327222573518664855084582449743418532444034293498904966586095570934156385851101352009018416982940423444097121095068628784950602746480833339457250571187259000808564049729822882079636897718692952277425468839126409679797797659061465608353712045703031221200509244766736970717539784095194282458926730452959103654442862498494784313972955730054974455403080898939310549172247885552609448077678772696771181023555934627313269366407408487577365701117899195400999175496609318958324324836363138864759873518600965192247494511401525444391772008548233110163566522518422044834758682331045628862203814157999651889771756909318173070567006946012892065616865027721787975291669508535922418163633291708275034889300687559877707497651398599695918272512593155207227607768284459832973023806733368729757258383412239124655409904180568186335744321385537927699318295322814968802486366519818623293289552178022516988194621937777715372886579675462290478368208956205637678051570710278943562352120020150316216165334301255414118656167848167594530206520653259131267181430295497538706362995551692731006704060991488781390952100955100714822707561830982195561755344953737471155560334309940649615026779244724223907171715685431122815601046246208716906755710253781237161804576311743457266279628769585806712548707032994159831342230223463660130091428731316783213073093337226442316638322033803213478901867182148816597106883204411379873322064375793432884616224246654017234218138651318622988858661284808539261020802162133825267832109021097238709244380183518309127386499290580411323884717333448713383500027415856158798024603879915431628892466601013677717447572518190842743355134499547104907966654808910283448610812025178381787881533500076707930301138714140071025057370157341413626922033285898853837944959285439844566852716566508869117875903099602779538468508121008201817448964557819813493554063422015635273442172988594820529230710394936788969049928506419041481088678717782510677814209184780110481391617083978564567043760203649400948011891577636395129771653977647974234850648292757052034624486461312940889743022031467966573942420805475445328594771047723801420289442287837292162930818530669283226863845633317902452279838566317787315536133520272939869304589867833121100126094392596784912956137220437135937970204435149002411103994676594372589209867740220147849560952137459588164346736943391126582794721428032576025931676770516141268840109249699213973884790632078305819365257894106280800723052436195048316032145387050251064651668182736890110682789313222061535036662785810347134131783225398956507727414150602144511248785609111808178877015712401937460503114429107610716467025876646457807178616459868223327442385752783999419489724170694525402485494678017594786280527713777841298938457330029916327850698901566282284598364152391738431046891991118511569770484701068282775324846335315611159246808158429796264053841724721674853761875449857616236874987699893745657325567576477879510703542390307928762224990508650785070651039047602128376243688964440128603621118503524137494755202097046408222828344859832447557042037118635470828835937200776396907948813683645947061502003686350365930529201895071125693052097136217961381937720760485871498603054252431632204233929600730883501967147701340913769223097285443731832651437755908060757993399161917674635792662790401464022341100212486696003892891258608441700183991530771731258928386787403175249605278169769594170870040878685773159700240042235388931098269329936553796031207646173551722218266954114171165645511641261649686188853767521876226072972844083216411670866840894503423048996022745535311682710895171495682636250823948460185890681355858834492751624490553447191071320852523180516876707648355999282259335808151123139144062055618572661348808311016042305989006656681256201551406945103316483884042363336928132724993878695640069161746034559612312100666101926957680292643632200186723649000831483325866363757206536822793999174636897401241600
3600.06/3597.64	c number of deleted constraints	: 25854
3600.06/3597.64	c speed (assignments/second)	: 16266.884126282303
3600.06/3597.64	c non guided choices	: 16064
3600.06/3597.65	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1216
3600.06/3597.65	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 5939
3600.06/3597.65	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 6317
3600.06/3597.66	s UNKNOWN
3600.06/3597.66	c Total wall clock time (in seconds): 3597.496

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=25977, runsolver pid=25972

[startup+0.100059 s]*
/proc/loadavg: 4.13 4.12 4.09 4/277 26016
/proc/meminfo: memFree=129803304/131249996 swapFree=33010684/33010684
[pid=25977] ppid=25972 vsize=18930384 memory=55360 CPUtime=0.12 cores=0,2
/proc/25977/stat : 25977 (java) S 25972 25977 25461 0 -1 4194304 6525 0 0 0 10 2 0 0 20 0 18 0 34194468 19384713216 13840 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
/proc/25977/statm: 4732596 13840 5318 1 0 547604 0
[pid=25977/tid=25982] ppid=25972 vsize=18930384 memory=4026532124 CPUtime=0.07 cores=0,2
/proc/25977/task/25982/stat : 25982 (java) R 25972 25977 25461 0 -1 4194368 5043 0 0 0 6 1 0 0 20 0 18 0 34194470 19384713216 13840 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
[pid=25977/tid=25996] ppid=25972 vsize=18930384 memory=15140 CPUtime=0 cores=0,2
/proc/25977/task/25996/stat : 25996 (Finalizer) S 25972 25977 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34194473 19384713216 13840 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
[pid=25977/tid=26004] ppid=25972 vsize=18930384 memory=58485492679654 CPUtime=0 cores=0,2
/proc/25977/task/26004/stat : 26004 (Common-Cleaner) S 25972 25977 25461 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 34194473 19384713216 13840 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55360 KiB

[startup+0.205806 s]*
/proc/loadavg: 4.13 4.12 4.09 10/334 26080
/proc/meminfo: memFree=129713112/131249996 swapFree=33010684/33010684
[pid=25977] ppid=25972 vsize=18930384 memory=66292 CPUtime=0.31 cores=0,2
/proc/25977/stat : 25977 (java) S 25972 25977 25461 0 -1 4194304 7093 0 0 0 28 3 0 0 20 0 18 0 34194468 19384713216 16573 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
/proc/25977/statm: 4732596 16573 5414 1 0 547957 0
[pid=25977/tid=25982] ppid=25972 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=0,2
/proc/25977/task/25982/stat : 25982 (java) R 25972 25977 25461 0 -1 4194368 5372 0 0 0 14 2 0 0 20 0 18 0 34194470 19384713216 16573 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
[pid=25977/tid=25996] ppid=25972 vsize=18930384 memory=15140 CPUtime=0 cores=0,2
/proc/25977/task/25996/stat : 25996 (Finalizer) S 25972 25977 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34194473 19384713216 16573 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
[pid=25977/tid=26004] ppid=25972 vsize=18930384 memory=58485492679654 CPUtime=0 cores=0,2
/proc/25977/task/26004/stat : 26004 (Common-Cleaner) S 25972 25977 25461 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 34194473 19384713216 16573 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 66292 KiB

[startup+0.305699 s]*
/proc/loadavg: 4.13 4.12 4.09 12/335 26081
/proc/meminfo: memFree=129585044/131249996 swapFree=33010684/33010684
[pid=25977] ppid=25972 vsize=18996948 memory=161484 CPUtime=0.49 cores=0,2
/proc/25977/stat : 25977 (java) S 25972 25977 25461 0 -1 4194304 8771 0 0 0 45 4 0 0 20 0 19 0 34194468 19452874752 40371 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
/proc/25977/statm: 4749237 40371 5478 1 0 549313 0
[pid=25977/tid=25982] ppid=25972 vsize=18996948 memory=-6000919507083355757 CPUtime=0.23 cores=0,2
/proc/25977/task/25982/stat : 25982 (java) S 25972 25977 25461 0 -1 4194368 5417 0 0 0 20 3 0 0 20 0 19 0 34194470 19452874752 40371 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
[pid=25977/tid=25996] ppid=25972 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/25977/task/25996/stat : 25996 (Finalizer) S 25972 25977 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 34194473 19452874752 40371 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
[pid=25977/tid=26004] ppid=25972 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/25977/task/26004/stat : 26004 (Common-Cleaner) S 25972 25977 25461 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 34194473 19452874752 40371 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 161484 KiB

[startup+0.700231 s]
/proc/loadavg: 4.13 4.12 4.09 9/337 26083
/proc/meminfo: memFree=129124720/131249996 swapFree=33010684/33010684
[pid=25977] ppid=25972 vsize=18996948 memory=1015952 CPUtime=1.24 cores=0,2
/proc/25977/stat : 25977 (java) S 25972 25977 25461 0 -1 4194304 15235 0 0 0 102 22 0 0 20 0 19 0 34194468 19452874752 253988 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
/proc/25977/statm: 4749237 253988 5478 1 0 1078601 0
[pid=25977/tid=25982] ppid=25972 vsize=18996948 memory=17536 CPUtime=0.57 cores=0,2
/proc/25977/task/25982/stat : 25982 (java) R 25972 25977 25461 0 -1 4194368 5831 0 0 0 37 20 0 0 20 0 19 0 34194470 19452874752 253988 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
[pid=25977/tid=25996] ppid=25972 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/25977/task/25996/stat : 25996 (Finalizer) S 25972 25977 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 34194473 19452874752 253988 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
[pid=25977/tid=26004] ppid=25972 vsize=18996948 memory=5632 CPUtime=0 cores=0,2
/proc/25977/task/26004/stat : 26004 (Common-Cleaner) S 25972 25977 25461 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 34194473 19452874752 253988 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1015952 KiB

[startup+1.50025 s]
/proc/loadavg: 4.13 4.12 4.09 9/338 26084
/proc/meminfo: memFree=123377804/131249996 swapFree=33010684/33010684
[pid=25977] ppid=25972 vsize=18996948 memory=2569068 CPUtime=2.8 cores=0,2
/proc/25977/stat : 25977 (java) S 25972 25977 25461 0 -1 4194304 23751 0 0 0 227 53 0 0 20 0 19 0 34194468 19452874752 642267 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
/proc/25977/statm: 4749237 642267 5478 1 0 1081867 0
[pid=25977/tid=25982] ppid=25972 vsize=18996948 memory=5632 CPUtime=1.34 cores=0,2
/proc/25977/task/25982/stat : 25982 (java) R 25972 25977 25461 0 -1 4194368 6621 0 0 0 85 49 0 0 20 0 19 0 34194470 19452874752 642267 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
[pid=25977/tid=25996] ppid=25972 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/25977/task/25996/stat : 25996 (Finalizer) S 25972 25977 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 34194473 19452874752 642267 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
[pid=25977/tid=26004] ppid=25972 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/25977/task/26004/stat : 26004 (Common-Cleaner) S 25972 25977 25461 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 34194473 19452874752 642267 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
Current children cumulated CPU time: 2.8 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2569068 KiB

[startup+3.10566 s]
/proc/loadavg: 4.13 4.12 4.09 9/342 26088
/proc/meminfo: memFree=119631460/131249996 swapFree=33010684/33010684
[pid=25977] ppid=25972 vsize=19063512 memory=2572268 CPUtime=5.97 cores=0,2
/proc/25977/stat : 25977 (java) S 25972 25977 25461 0 -1 4194304 24607 0 0 0 543 54 0 0 20 0 20 0 34194468 19521036288 643067 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
/proc/25977/statm: 4765878 643067 5478 1 0 1082358 0
[pid=25977/tid=25982] ppid=25972 vsize=19063512 memory=10752 CPUtime=2.81 cores=0,2
/proc/25977/task/25982/stat : 25982 (java) R 25972 25977 25461 0 -1 4194368 6726 0 0 0 231 50 0 0 20 0 20 0 34194470 19521036288 643067 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
[pid=25977/tid=25996] ppid=25972 vsize=19063512 memory=2570476 CPUtime=0 cores=0,2
/proc/25977/task/25996/stat : 25996 (Finalizer) S 25972 25977 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34194473 19521036288 643067 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
[pid=25977/tid=26004] ppid=25972 vsize=19063512 memory=-6000919498442499949 CPUtime=0 cores=0,2
/proc/25977/task/26004/stat : 26004 (Common-Cleaner) S 25972 25977 25461 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 34194473 19521036288 643067 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
[pid=25977/tid=26085] ppid=25972 vsize=19063512 memory=1792 CPUtime=0 cores=0,2
/proc/25977/task/26085/stat : 26085 (Timer-0) S 25972 25977 25461 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34194626 19521036288 643067 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
Current children cumulated CPU time: 5.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2572268 KiB

[startup+6.30023 s]
/proc/loadavg: 4.44 4.18 4.11 8/342 26088
/proc/meminfo: memFree=119628680/131249996 swapFree=33010684/33010684
[pid=25977] ppid=25972 vsize=19063512 memory=2571156 CPUtime=11.43 cores=0,2
/proc/25977/stat : 25977 (java) S 25972 25977 25461 0 -1 4194304 26379 0 0 0 1088 55 0 0 20 0 20 0 34194468 19521036288 642789 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
/proc/25977/statm: 4765878 642789 5510 1 0 1082823 0
[pid=25977/tid=25982] ppid=25972 vsize=19063512 memory=10752 CPUtime=5.97 cores=0,2
/proc/25977/task/25982/stat : 25982 (java) R 25972 25977 25461 0 -1 4194368 7239 0 0 0 547 50 0 0 20 0 20 0 34194470 19521036288 642789 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
[pid=25977/tid=25996] ppid=25972 vsize=19063512 memory=14592 CPUtime=0 cores=0,2
/proc/25977/task/25996/stat : 25996 (Finalizer) S 25972 25977 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34194473 19521036288 642789 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
[pid=25977/tid=26004] ppid=25972 vsize=19063512 memory=6944656425122700657 CPUtime=0 cores=0,2
/proc/25977/task/26004/stat : 26004 (Common-Cleaner) S 25972 25977 25461 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 34194473 19521036288 642789 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
[pid=25977/tid=26085] ppid=25972 vsize=19063512 memory=2569836 CPUtime=0 cores=0,2
/proc/25977/task/26085/stat : 26085 (Timer-0) S 25972 25977 25461 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34194626 19521036288 642789 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
Current children cumulated CPU time: 11.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2571156 KiB

[startup+12.7002 s]
/proc/loadavg: 4.40 4.18 4.11 5/342 26088
/proc/meminfo: memFree=119585208/131249996 swapFree=33010684/33010684
[pid=25977] ppid=25972 vsize=19063512 memory=2580584 CPUtime=18.57 cores=0,2
/proc/25977/stat : 25977 (java) S 25972 25977 25461 0 -1 4194304 34539 0 0 0 1800 57 0 0 20 0 20 0 34194468 19521036288 645146 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
/proc/25977/statm: 4765878 645146 5510 1 0 1084076 0
[pid=25977/tid=25982] ppid=25972 vsize=19063512 memory=2569836 CPUtime=12.31 cores=0,2
/proc/25977/task/25982/stat : 25982 (java) R 25972 25977 25461 0 -1 4194368 8662 0 0 0 1180 51 0 0 20 0 20 0 34194470 19521036288 645146 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
[pid=25977/tid=25996] ppid=25972 vsize=19063512 memory=2590872 CPUtime=0 cores=0,2
/proc/25977/task/25996/stat : 25996 (Finalizer) S 25972 25977 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34194473 19521036288 645146 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
[pid=25977/tid=26004] ppid=25972 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/25977/task/26004/stat : 26004 (Common-Cleaner) S 25972 25977 25461 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 34194473 19521036288 645146 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
[pid=25977/tid=26085] ppid=25972 vsize=19063512 memory=14592 CPUtime=0 cores=0,2
/proc/25977/task/26085/stat : 26085 (Timer-0) S 25972 25977 25461 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34194626 19521036288 645146 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
Current children cumulated CPU time: 18.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2580584 KiB

[startup+25.5002 s]
/proc/loadavg: 4.38 4.19 4.11 5/342 26088
/proc/meminfo: memFree=119540724/131249996 swapFree=33010684/33010684
[pid=25977] ppid=25972 vsize=19063512 memory=2580840 CPUtime=31.85 cores=0,2
/proc/25977/stat : 25977 (java) S 25972 25977 25461 0 -1 4194304 39366 0 0 0 3126 59 0 0 20 0 20 0 34194468 19521036288 645210 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
/proc/25977/statm: 4765878 645210 5510 1 0 1084157 0
[pid=25977/tid=25982] ppid=25972 vsize=19063512 memory=-6000919498442499949 CPUtime=25.08 cores=0,2
/proc/25977/task/25982/stat : 25982 (java) R 25972 25977 25461 0 -1 4194368 10669 0 0 0 2456 52 0 0 20 0 20 0 34194470 19521036288 645210 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
[pid=25977/tid=25996] ppid=25972 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/25977/task/25996/stat : 25996 (Finalizer) S 25972 25977 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34194473 19521036288 645210 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
[pid=25977/tid=26004] ppid=25972 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/25977/task/26004/stat : 26004 (Common-Cleaner) S 25972 25977 25461 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 34194473 19521036288 645210 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
[pid=25977/tid=26085] ppid=25972 vsize=19063512 memory=140216253865270 CPUtime=0 cores=0,2
/proc/25977/task/26085/stat : 26085 (Timer-0) S 25972 25977 25461 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34194626 19521036288 645210 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
Current children cumulated CPU time: 31.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2580840 KiB

[startup+51.1057 s]
/proc/loadavg: 4.32 4.19 4.12 5/342 26088
/proc/meminfo: memFree=119255288/131249996 swapFree=33010684/33010684
[pid=25977] ppid=25972 vsize=19063512 memory=2658944 CPUtime=57.66 cores=0,2
/proc/25977/stat : 25977 (java) S 25972 25977 25461 0 -1 4194304 51608 0 0 0 5702 64 0 0 20 0 20 0 34194468 19521036288 664736 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
/proc/25977/statm: 4765878 664736 5510 1 0 1084221 0
[pid=25977/tid=25982] ppid=25972 vsize=19063512 memory=2658944 CPUtime=50.5 cores=0,2
/proc/25977/task/25982/stat : 25982 (java) R 25972 25977 25461 0 -1 4194368 13631 0 0 0 4997 53 0 0 20 0 20 0 34194470 19521036288 664736 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
[pid=25977/tid=25996] ppid=25972 vsize=19063512 memory=2658816 CPUtime=0 cores=0,2
/proc/25977/task/25996/stat : 25996 (Finalizer) S 25972 25977 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34194473 19521036288 664736 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
[pid=25977/tid=26004] ppid=25972 vsize=19063512 memory=2658816 CPUtime=0 cores=0,2
/proc/25977/task/26004/stat : 26004 (Common-Cleaner) S 25972 25977 25461 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 34194473 19521036288 664736 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
[pid=25977/tid=26085] ppid=25972 vsize=19063512 memory=2658816 CPUtime=0 cores=0,2
/proc/25977/task/26085/stat : 26085 (Timer-0) S 25972 25977 25461 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34194626 19521036288 664736 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0

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

/proc/meminfo: memFree=111291256/131249996 swapFree=33010684/33010684
[pid=25977] ppid=25972 vsize=19063512 memory=4295036 CPUtime=3225.31 cores=0,2
/proc/25977/stat : 25977 (java) S 25972 25977 25461 0 -1 4194304 247132 0 0 0 322285 246 0 0 20 0 20 0 34194468 19521036288 1073759 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
/proc/25977/statm: 4765878 1073759 5542 1 0 1087912 0
[pid=25977/tid=25982] ppid=25972 vsize=19063512 memory=4295036 CPUtime=3189.13 cores=0,2
/proc/25977/task/25982/stat : 25982 (java) R 25972 25977 25461 0 -1 4194368 88188 0 0 0 318789 124 0 0 20 0 20 0 34194470 19521036288 1073759 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
[pid=25977/tid=25996] ppid=25972 vsize=19063512 memory=4295036 CPUtime=0 cores=0,2
/proc/25977/task/25996/stat : 25996 (Finalizer) S 25972 25977 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34194473 19521036288 1073759 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
[pid=25977/tid=26004] ppid=25972 vsize=19063512 memory=4295036 CPUtime=0 cores=0,2
/proc/25977/task/26004/stat : 26004 (Common-Cleaner) S 25972 25977 25461 0 -1 4194368 2198 0 0 0 0 0 0 0 20 0 20 0 34194473 19521036288 1073759 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
[pid=25977/tid=26085] ppid=25972 vsize=19063512 memory=4295036 CPUtime=0 cores=0,2
/proc/25977/task/26085/stat : 26085 (Timer-0) S 25972 25977 25461 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34194626 19521036288 1073759 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
Current children cumulated CPU time: 3225.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4295036 KiB

[startup+3282.3 s]
/proc/loadavg: 4.35 4.20 4.16 5/341 26276
/proc/meminfo: memFree=110744596/131249996 swapFree=33010684/33010684
[pid=25977] ppid=25972 vsize=19063512 memory=4295036 CPUtime=3285.22 cores=0,2
/proc/25977/stat : 25977 (java) S 25972 25977 25461 0 -1 4194304 248783 0 0 0 328273 249 0 0 20 0 20 0 34194468 19521036288 1073759 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
/proc/25977/statm: 4765878 1073759 5542 1 0 1087912 0
[pid=25977/tid=25982] ppid=25972 vsize=19063512 memory=4295036 CPUtime=3248.88 cores=0,2
/proc/25977/task/25982/stat : 25982 (java) R 25972 25977 25461 0 -1 4194368 89682 0 0 0 324763 125 0 0 20 0 20 0 34194470 19521036288 1073759 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
[pid=25977/tid=25996] ppid=25972 vsize=19063512 memory=17536 CPUtime=0 cores=0,2
/proc/25977/task/25996/stat : 25996 (Finalizer) S 25972 25977 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34194473 19521036288 1073759 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
[pid=25977/tid=26004] ppid=25972 vsize=19063512 memory=4295036 CPUtime=0 cores=0,2
/proc/25977/task/26004/stat : 26004 (Common-Cleaner) S 25972 25977 25461 0 -1 4194368 2198 0 0 0 0 0 0 0 20 0 20 0 34194473 19521036288 1073759 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
[pid=25977/tid=26085] ppid=25972 vsize=19063512 memory=4295036 CPUtime=0 cores=0,2
/proc/25977/task/26085/stat : 26085 (Timer-0) S 25972 25977 25461 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34194626 19521036288 1073759 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
Current children cumulated CPU time: 3285.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4295036 KiB

[startup+3342.3 s]
/proc/loadavg: 4.72 4.34 4.20 5/340 26278
/proc/meminfo: memFree=111723940/131249996 swapFree=33010684/33010684
[pid=25977] ppid=25972 vsize=19063512 memory=4295036 CPUtime=3345.05 cores=0,2
/proc/25977/stat : 25977 (java) S 25972 25977 25461 0 -1 4194304 251605 0 0 0 334254 251 0 0 20 0 20 0 34194468 19521036288 1073759 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
/proc/25977/statm: 4765878 1073759 5542 1 0 1087929 0
[pid=25977/tid=25982] ppid=25972 vsize=19063512 memory=17536 CPUtime=3308.54 cores=0,2
/proc/25977/task/25982/stat : 25982 (java) R 25972 25977 25461 0 -1 4194368 92030 0 0 0 330728 126 0 0 20 0 20 0 34194470 19521036288 1073759 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
[pid=25977/tid=25996] ppid=25972 vsize=19063512 memory=4529 CPUtime=0 cores=0,2
/proc/25977/task/25996/stat : 25996 (Finalizer) S 25972 25977 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34194473 19521036288 1073759 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
[pid=25977/tid=26004] ppid=25972 vsize=19063512 memory=4295036 CPUtime=0 cores=0,2
/proc/25977/task/26004/stat : 26004 (Common-Cleaner) S 25972 25977 25461 0 -1 4194368 2241 0 0 0 0 0 0 0 20 0 20 0 34194473 19521036288 1073759 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
[pid=25977/tid=26085] ppid=25972 vsize=19063512 memory=4295036 CPUtime=0 cores=0,2
/proc/25977/task/26085/stat : 26085 (Timer-0) S 25972 25977 25461 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34194626 19521036288 1073759 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
Current children cumulated CPU time: 3345.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4295036 KiB

[startup+3402.3 s]
/proc/loadavg: 4.63 4.38 4.23 5/341 26281
/proc/meminfo: memFree=111756008/131249996 swapFree=33010684/33010684
[pid=25977] ppid=25972 vsize=19063512 memory=4295036 CPUtime=3404.41 cores=0,2
/proc/25977/stat : 25977 (java) S 25972 25977 25461 0 -1 4194304 252545 0 0 0 340187 254 0 0 20 0 20 0 34194468 19521036288 1073759 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
/proc/25977/statm: 4765878 1073759 5542 1 0 1087929 0
[pid=25977/tid=25982] ppid=25972 vsize=19063512 memory=4295036 CPUtime=3367.55 cores=0,2
/proc/25977/task/25982/stat : 25982 (java) R 25972 25977 25461 0 -1 4194368 92439 0 0 0 336628 127 0 0 20 0 20 0 34194470 19521036288 1073759 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
[pid=25977/tid=25996] ppid=25972 vsize=19063512 memory=14592 CPUtime=0 cores=0,2
/proc/25977/task/25996/stat : 25996 (Finalizer) S 25972 25977 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34194473 19521036288 1073759 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
[pid=25977/tid=26004] ppid=25972 vsize=19063512 memory=14592 CPUtime=0 cores=0,2
/proc/25977/task/26004/stat : 26004 (Common-Cleaner) S 25972 25977 25461 0 -1 4194368 2283 0 0 0 0 0 0 0 20 0 20 0 34194473 19521036288 1073759 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
[pid=25977/tid=26085] ppid=25972 vsize=19063512 memory=4295036 CPUtime=0 cores=0,2
/proc/25977/task/26085/stat : 26085 (Timer-0) S 25972 25977 25461 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34194626 19521036288 1073759 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
Current children cumulated CPU time: 3404.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4295036 KiB

[startup+3462.3 s]
/proc/loadavg: 4.47 4.39 4.24 5/341 26283
/proc/meminfo: memFree=109772452/131249996 swapFree=33010684/33010684
[pid=25977] ppid=25972 vsize=19063512 memory=4295036 CPUtime=3464.54 cores=0,2
/proc/25977/stat : 25977 (java) S 25972 25977 25461 0 -1 4194304 254026 0 0 0 346196 258 0 0 20 0 20 0 34194468 19521036288 1073759 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
/proc/25977/statm: 4765878 1073759 5542 1 0 1087929 0
[pid=25977/tid=25982] ppid=25972 vsize=19063512 memory=4295036 CPUtime=3427.08 cores=0,2
/proc/25977/task/25982/stat : 25982 (java) R 25972 25977 25461 0 -1 4194368 93465 0 0 0 342579 129 0 0 20 0 20 0 34194470 19521036288 1073759 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
[pid=25977/tid=25996] ppid=25972 vsize=19063512 memory=4295036 CPUtime=0 cores=0,2
/proc/25977/task/25996/stat : 25996 (Finalizer) S 25972 25977 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34194473 19521036288 1073759 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
[pid=25977/tid=26004] ppid=25972 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/25977/task/26004/stat : 26004 (Common-Cleaner) S 25972 25977 25461 0 -1 4194368 2283 0 0 0 0 0 0 0 20 0 20 0 34194473 19521036288 1073759 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
[pid=25977/tid=26085] ppid=25972 vsize=19063512 memory=4295036 CPUtime=0 cores=0,2
/proc/25977/task/26085/stat : 26085 (Timer-0) S 25972 25977 25461 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34194626 19521036288 1073759 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
Current children cumulated CPU time: 3464.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4295036 KiB

[startup+3522.3 s]
/proc/loadavg: 4.30 4.36 4.24 4/319 26299
/proc/meminfo: memFree=115476444/131249996 swapFree=33010684/33010684
[pid=25977] ppid=25972 vsize=19063512 memory=4295036 CPUtime=3524.62 cores=0,2
/proc/25977/stat : 25977 (java) S 25972 25977 25461 0 -1 4194304 256488 0 0 0 352200 262 0 0 20 0 20 0 34194468 19521036288 1073759 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
/proc/25977/statm: 4765878 1073759 5542 1 0 1087929 0
[pid=25977/tid=25982] ppid=25972 vsize=19063512 memory=4295036 CPUtime=3486.67 cores=0,2
/proc/25977/task/25982/stat : 25982 (java) R 25972 25977 25461 0 -1 4194368 95088 0 0 0 348536 131 0 0 20 0 20 0 34194470 19521036288 1073759 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
[pid=25977/tid=25996] ppid=25972 vsize=19063512 memory=4888 CPUtime=0 cores=0,2
/proc/25977/task/25996/stat : 25996 (Finalizer) S 25972 25977 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34194473 19521036288 1073759 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
[pid=25977/tid=26004] ppid=25972 vsize=19063512 memory=14592 CPUtime=0 cores=0,2
/proc/25977/task/26004/stat : 26004 (Common-Cleaner) S 25972 25977 25461 0 -1 4194368 2382 0 0 0 0 0 0 0 20 0 20 0 34194473 19521036288 1073759 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
[pid=25977/tid=26085] ppid=25972 vsize=19063512 memory=4295036 CPUtime=0 cores=0,2
/proc/25977/task/26085/stat : 26085 (Timer-0) S 25972 25977 25461 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34194626 19521036288 1073759 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
Current children cumulated CPU time: 3524.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4295036 KiB

[startup+3582.3 s]
/proc/loadavg: 4.22 4.33 4.24 5/341 26354
/proc/meminfo: memFree=113748836/131249996 swapFree=33010684/33010684
[pid=25977] ppid=25972 vsize=19063512 memory=4295036 CPUtime=3584.7 cores=0,2
/proc/25977/stat : 25977 (java) S 25972 25977 25461 0 -1 4194304 257834 0 0 0 358205 265 0 0 20 0 20 0 34194468 19521036288 1073759 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
/proc/25977/statm: 4765878 1073759 5542 1 0 1087929 0
[pid=25977/tid=25982] ppid=25972 vsize=19063512 memory=4295036 CPUtime=3546.28 cores=0,2
/proc/25977/task/25982/stat : 25982 (java) R 25972 25977 25461 0 -1 4194368 95947 0 0 0 354495 133 0 0 20 0 20 0 34194470 19521036288 1073759 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
[pid=25977/tid=25996] ppid=25972 vsize=19063512 memory=14592 CPUtime=0 cores=0,2
/proc/25977/task/25996/stat : 25996 (Finalizer) S 25972 25977 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34194473 19521036288 1073759 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
[pid=25977/tid=26004] ppid=25972 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/25977/task/26004/stat : 26004 (Common-Cleaner) S 25972 25977 25461 0 -1 4194368 2485 0 0 0 0 0 0 0 20 0 20 0 34194473 19521036288 1073759 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
[pid=25977/tid=26085] ppid=25972 vsize=19063512 memory=12416 CPUtime=0 cores=0,2
/proc/25977/task/26085/stat : 26085 (Timer-0) S 25972 25977 25461 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34194626 19521036288 1073759 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
Current children cumulated CPU time: 3584.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4295036 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3597.6 s]
/proc/loadavg: 4.47 4.38 4.26 6/343 26491
/proc/meminfo: memFree=120627480/131249996 swapFree=33010684/33010684
[pid=25977] ppid=25972 vsize=19063512 memory=4295036 CPUtime=3600.06 cores=0,2
/proc/25977/stat : 25977 (java) S 25972 25977 25461 0 -1 4194304 257879 0 0 0 359737 269 0 0 20 0 20 0 34194468 19521036288 1073759 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
/proc/25977/statm: 4765878 1073759 5542 1 0 1087929 0
[pid=25977/tid=25982] ppid=25972 vsize=19063512 memory=5632 CPUtime=3561.39 cores=0,2
/proc/25977/task/25982/stat : 25982 (java) R 25972 25977 25461 0 -1 4194368 95950 0 0 0 356003 136 0 0 20 0 20 0 34194470 19521036288 1073759 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
[pid=25977/tid=25996] ppid=25972 vsize=19063512 memory=4380 CPUtime=0 cores=0,2
/proc/25977/task/25996/stat : 25996 (Finalizer) S 25972 25977 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34194473 19521036288 1073759 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
[pid=25977/tid=26004] ppid=25972 vsize=19063512 memory=4295036 CPUtime=0 cores=0,2
/proc/25977/task/26004/stat : 26004 (Common-Cleaner) S 25972 25977 25461 0 -1 4194368 2486 0 0 0 0 0 0 0 20 0 20 0 34194473 19521036288 1073759 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
[pid=25977/tid=26085] ppid=25972 vsize=19063512 memory=17536 CPUtime=0 cores=0,2
/proc/25977/task/26085/stat : 26085 (Timer-0) S 25972 25977 25461 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34194626 19521036288 1073759 18446744073709551615 94695356346368 94695356350064 140727592351504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94695356357880 94695356358672 94695361486848 140727592360237 140727592360422 140727592360422 140727592366024 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4295036 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.48 s, system=2.71014 s

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

Child status: 143

Real time (s): 3597.69
CPU time (s): 3600.19
CPU user time (s): 3597.48
CPU system time (s): 2.71014
CPU usage (%): 100.069
Max. virtual memory (cumulated for all children) (KiB): 19066364
Max. memory (cumulated for all children) (KiB): 4295036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.48
system time used= 2.71014
maximum resident set size= 4296060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 260432
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1446360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 120300
involuntary context switches= 9586


# summary of solver processes directly reported to runsolver:
#   pid: 25977
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3597.48
#   total CPU system time (s): 2.71014

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.56324 second user time and 17.4045 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-06-29 10:19:28
IDJOB=4507127
IDBENCH=158326
IDSOLVER=3362
FILE ID=nodeC021/4507127-1751185168
RUNJOBID= nodeC021-1751181466-25471
SLURM_JOB_ID= 9587555
Free space on /tmp= 433028 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K196.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4507127-1751185168/watcher-4507127-1751185168 -o /tmp/evaluation-result-4507127-1751185168/solver-4507127-1751185168 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751181466-25471 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4507127-1751185168 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4507127-1751185168.opb

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

MD5SUM BENCH= 8df9702f370312ff59707c84e3b82f3b
RANDOM SEED=709067839

nodeC021 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.950
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.56
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		: 3119.700
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.697
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.56
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		: 3523.022
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.56
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		: 3600.002
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.56
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		: 1346.809
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.905
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.56
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		: 1235.616
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129857364 kB
MemAvailable:   129827136 kB
Buffers:            3280 kB
Cached:           778596 kB
SwapCached:            0 kB
Active:           336724 kB
Inactive:         521200 kB
Active(anon):      94148 kB
Inactive(anon):        0 kB
Active(file):     242576 kB
Inactive(file):   521200 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2148 kB
Writeback:             0 kB
AnonPages:         78808 kB
Mapped:           102992 kB
Shmem:             18060 kB
KReclaimable:      90072 kB
Slab:             176244 kB
SReclaimable:      90072 kB
SUnreclaim:        86172 kB
KernelStack:        4156 kB
PageTables:         3044 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     340420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150456 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC021 at 2025-06-29 11:19:26