Trace number 4507235

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.21 3591.21

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K177.opb
MD5SUM4b187363ec0683eba575f162bd763393
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 benchmark211.425
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21063
Total number of constraints21419
Number of constraints which are clauses21242
Number of constraints which are cardinality constraints (but not clauses)177
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint177
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 178
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.15	c Pseudo Boolean Optimization by upper bound
0.12/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.15	c  - never skip resolution steps
0.12/0.15	c  - Auto-division on coefficients is disabled
0.12/0.15	c  - No postprocessing
0.12/0.15	c  - Conflict is considered as is when resolving
0.12/0.15	c  - Use constraints as they come during conflict analysis
0.12/0.15	c  - Weaken first using unassigned literals
0.12/0.15	c  - Bump strategy: ALWAYS_ONE
0.12/0.15	c  - Bumper: EFFECTIVE
0.12/0.15	c --- Begin Solver configuration ---
0.12/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.12/0.15	c Learn all clauses as in MiniSAT
0.12/0.15	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.15	c No reason simplification
0.12/0.15	c Dynamic restart strategy considering the size of the coefficients
0.12/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.12/0.15	c timeout=2147483s
0.12/0.15	c DB Simplification allowed=false
0.12/0.15	c Listener: none
0.12/0.15	c --- End Solver configuration ---
0.12/0.15	c solving HOME/instance-4507235-1751185168.opb
0.12/0.15	c reading problem ... 
0.12/0.15	c using VERIPB proof format
0.12/0.15	c  no objective function found
2.60/1.45	c ... done. Wall clock time 1.292s.
2.60/1.45	c declared #vars     21063
2.60/1.45	c #constraints  21419
2.60/1.45	c constraints type 
2.60/1.45	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2288
2.60/1.45	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 177
2.60/1.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 18952
2.60/1.45	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
2.60/1.45	c 21419 constraints processed.
346.76/346.29	c cleaning 2369 clauses out of 5000 with flag 0/5000
594.03/593.13	c cleaning 4174 clauses out of 8631 with flag 0/11000
1215.20/1216.22	c cleaning 5549 clauses out of 11458 with flag 0/18001
1804.82/1803.51	c cleaning 6486 clauses out of 13908 with flag 0/26000
3600.03/3591.12	c starts		: 39
3600.03/3591.13	c conflicts		: 32630
3600.03/3591.13	c decisions		: 421888
3600.03/3591.13	c propagations		: 41855836
3600.03/3591.13	c inspects		: 188096114
3600.03/3591.13	c shortcuts		: 0
3600.03/3591.13	c learnt literals	: 0
3600.03/3591.13	c learnt binary clauses	: 0
3600.03/3591.13	c learnt ternary clauses	: 105
3600.03/3591.13	c learnt constraints	: 32629
3600.03/3591.13	c ignored constraints	: 0
3600.03/3591.13	c root simplifications	: 0
3600.03/3591.13	c removed literals (reason simplification)	: 0
3600.03/3591.13	c reason swapping (by a shorter reason)	: 0
3600.03/3591.13	c Calls to reduceDB	: 4
3600.03/3591.13	c Number of update (reduction) of LBD	: 76294
3600.03/3591.13	c Imported unit clauses	: 0
3600.03/3591.13	c No decision after first conflict	: false
3600.03/3591.13	c number of reductions to clauses (during analyze)	: 0
3600.03/3591.13	c number of learned constraints concerned by reduction	: 0
3600.03/3591.13	c number of learning phase by resolution	: 0
3600.03/3591.13	c number of learning phase by cutting planes	: 0
3600.03/3591.13	c number of rounding to 1 operations	: 0
3600.03/3591.13	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3591.13	c number of reductions of the coefficients by power 2 	: 0
3600.03/3591.13	c number of right shift for reduction by power 2 	: 0
3600.03/3591.13	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3591.13	c number of ending skipping 	: 0
3600.03/3591.13	c number of internal skipping 	: 0
3600.03/3591.13	c number of derivation steps 	: 1835176
3600.03/3591.13	c number of skipped derivation steps 	: 0
3600.03/3591.13	c number of remaining unassigned 	: 386079
3600.03/3591.13	c number of remaining assigned 	: 64504217
3600.03/3591.13	c number of falsified literals weakened from reason	: 0
3600.03/3591.13	c number of falsified literals weakened from conflict	: 0
3600.03/3591.13	c time for arithmetic operations	: 462689472086
3600.03/3591.15	c minimum degree of deleted constraints	: 1
3600.03/3591.15	c maximum degree of deleted constraints	: 4323258548364450044447947786428219768633596733978004924338287253750671134422855045218030745575390738514387023981546204815816391388867395763938667205956904299305691120795266341155490300464441254658158532680884754953730871178323214247006744887749390907714195548850108918911183390010303368265099819742948091787864288036300079337761422568945871812249287954305723832984935755127699506514174980677210884217813702629953837618402828291757380460401253417803147998183412356483039245658002176860449755712237480103039028657118686779675312434759764311459293758715919073085470025069571724878028046349435730882471479227873566723599479228018601065920873556995083771042783191793085442598059448224025710617708009384369924539780128485633782837792111766562249599042221376275597654127151887086038401180122621735812699333589596488977044645624682739218463167894051559886063229965467242161074166281891488936967902197611537692775135116979271552331535164766485852029589757548159939277440577993020439424038256307551244498941919496422663860532247809143468537606622888084748731039578876668789888458929848659026553876890358013334439740677443130857227164244689708857660769239701452326016872264833149072384722396162125082201619220595181372496226679653289350468152167250832979053660776554634406266938839680037254858372311701348748514191429852355796202120019336211574443971389326798845645231225988816719401291335256983058987918954679191086672095541137525321439255831625237561200699819971319306889521660558943118899336862188166764127181755370421961921606703838134808817491335274788174701155264482719633896366109274557445179335285691176564251011184087164253512854162739531156873299318345822845851581329546134037661300088139911431742454639082972411672683552294202261148763536054432453683508954390762465598037620871087518462691944782255543219830033515505404257639469730403111107030305761585201074937193972940064375498463364609014329549895342937832373469758699761403290868449720747362929802751098877391994124353838138250340654883419293661647686829372262923825267028623928549559408691496889578864048982021967148132514063928343047137641092407066931462456208366137939108877841149064975565369258865201994983111720762859434404349474915061114356850769824951019252398109229132515872402357722503320535678401626982891490305569228705117490546207842697199473951431482046659771126600961674072513540758907082519322591465102718983761196130330698112958117499746774152260345559269754076052376863231793447345114902349914054900141017615087854220656166296236602385211248007406541547311792925800101458425563152737363246109310816056077601422700680431929989900362194159743909202738006619362652758489787682949703681627396708767919404379345305168290667317192358001679510129185996255544164669255173384114567849190515306329754250183822478473895516326958076827784847565839430319575971428747021052534956276407494712401323983936707225913365288373916102795186684504994153295227388135316293763382756142380381021412541272447046180461867939971140816362644762933997418562990278381233408849544933056405556243641739103848720335415455634685621674715536655676360499390170140563935604865563411005364206021510871396213235933867321910413872803973785016549506132079749546414544390227357717491864724174148174199228088018714199204372908603348850370705746786644076968929545809944098727214148788872334826217636818664032913076440461330450189144552655074569207882487933779597299886163411181488760283011288769607494303376054575055306458028068550777332750007170598487854409810148792114546949968395558111933596668133025933552241315017449789763821194890395610726805719500217601527179544995387107524378883520054159000197158669472621875978855812309208002534206604568201834348966827419862077324632435992372523232062538739088477577157601318406340831790636253908558339296574709865177307344372673273608854201765910038650991778461097033227953820418123470134103413622405323059361604293983156785303275671430204665732759686244708847606035047188041394743931465512366679969874581672635141068449967796019071870946419148823078881027855500546134379169871115555406461675385671867561098003020650192124688143719492547157826464305350547162441089941943181211678261200770623873478396408667965583835475727613743576426953846957588054647993151571078552959624214841099945342750355077110026606323077843985213545311047123905384786562008421152706376404908732259051114185813762542538689241535183563175206835271257109980825774587096293382115639490258713309458293012903436567371002375422482474910634533953286115826890802410415683699222966240680770371029721431661150674563302066913478103603586421875313685985285985833998667614393680192188187001202533576474317413590008448466105844489061485986020660166403533082786144681540355843108784190966830409879406118075227325024219001657609373471162775915605520359673795326468465046700336228224879755467476376318271487008970754048832561650965071990454129876971720878775939596574567087745584278282471128727987184875456556547914141510869796721297539769124432626947680529806418142797932757334309875047205401161242942436803005018388783355739084797293179813633184817963279811875550192931429441396751158293542350864981079199680805196453692977010366025462085057492951332374591006172759513985723403224824895744852650479420627025813031011465734841939148983647240492603852318873851070436397712319070576299069574910335781429642233144002737067477880107711337251017871680100137324722088359155684718468426615900836246742080050405550265148211501632754807878473204258176417689546047397420263437949336129502114056645954691946541361872839275944108499654927534674756915185834119786814909524576220539859584648275041497837010580106493979420020700136775204450304581368604651873304555682181392086360045037341351289925538718748026626664246848148105438866644191035056242939695413813487501389571965434827606343430226503420139678328091633928411338032678878856413903132234097429796250819925535147991009044682249660177898611154617641928070890464332436942163293259976578807117863089643803609840141953467304423389295774400745464883839523943249576256669920214910461145399625175480829800385098164295632216192806367251208543336991190258417763951207002887267997496855905155424668375142916197884947584546690055930238040103688255960268871260593332494974440927738309871887545371430060886312718980540311182051997537987777511871592815674381590475748148103225988511490967415064052618660828942482160953944953139793859570148766711689905675789437017978707088722380038553267616813832598578111221903725099595750391966474526128894972258244893283753790418318147962644853254571330479336432978309346355300936130356694740966121216193338232167228383060675510173331901423723145260115505228914201929247402335533342659132833011664246902922255938535792769136890670640177925101589992683517763600682174594370146735927701823896616117592319449399261824197321048499751075902096744646052781418200927938077178629580876451951170989419632489887717432250198966799375647410143795838376570251302492990971621721895420890371968600883533656343254135684474769386036247387108460781756041441151842835710842760041195991505474207410191367635437783171355589800983395178458906960280468504075881717010118039411305592659513183071668054474223076684130527522157425301360743657374793173341103752812705027845363682513939611347750761219013910051389183764308244069300726705652665236146877508920075033336907346682144090206010744841705294507126126095524283403777248774428027494386295712170690001504194427048883492524718929906793614566612042535008000093062784888134273090577294849741456580624669451438253448877909588960367442839957613953565796526073849728980283250296695135373699819614334055952272533872532646476991087276642126503967189242153926847849931990010166516661836409379621435291781523375449509580663940196987882093403064728610200263194653810169652934125526959415224876928355647172149988319463085363881641102745112756545932663604151519882912669077876195432930328295061856615241693246742682534250708707814487057824480604926809600324577459882992080057820591750937327697058649396256694085611442509617871337773177992978247141633878441373018069027108231418364466500585519856855437388382189125313709977404178223565853870121104303454389340078564598790932568590160880486278415830480673189550924857905053371710291632796121754859275603863749388261458372496560846200386067176192278651053311551594301470069372735472644130510004142657696769320628412329985626449987078880532427820289724469716351697430365966689875062884446036905693740645236234929951778259730825537854774651099241154623219070950150376550838348500768165155335118969825810723379064587375626899676877843274690523076240031233794083677359888770842699935619089123925178671580573435677242410910677981130647376067326983081859335416389532045454410253536665002061925034570557384288185977994865972048198229522252502190817474671068242823711735895324652868246100370871327606058213487763429959974610698555853838159226358657088718055479466307372012077835724751147334774013538667644370927459187004160138382013306761352383456258501776082253478151207868993091111373836784066773348000935242803423026186247660724605077936347508893116249787078725435827271730786741776153367202692829454830799406595455117437866810856113930978234162099931581542349873852101933169340757754974407117379698474842364214790662006056964785522814655480166085670984047745057980858312956236825737783352182054241003397712936332812465331850446573529905890599666133315014658355638933585436486837552010407516893543655003362162615746774185243123911799323981218004681446681664682872926196052830869587785076734064472908886338604512045740656012614026478837865328943275776914794850698363243708314686512891362990516093093567204025049561845329787215924976113059797211347119878221572456456329226198091444329212926078374321295677853796367785242502385245022072940823309374164722458147435370475927486880041862197171327978459731368805188848034993208500462072777043398672604666817915217830898044202625869994992152126952122208483624346548515536080151013054165838591424493702808188848571623378040336716745997464589258950666890958725111188944914180066022859961819185766772797191834142593410676943321387618481113079511043562851997781476837649470963692818841579218111676263057181577098402399171196801103777828197221342972437247045590335058775471176096105179749071454328964552677515981841244817127376209402078121729507299710703354873267437195694131259993711213649111967208639698440547547831215458045496238368468107885634124466402041611721392771351966596117620461497413232512982829080652137003144704286086464397140351233490614264782165538329822416283065494567366362018592816410747157936032442099778607464796030683665694732221479485913200927477158366494859431678063927144042557333978011660146936992069408844235937673306131872765684959813423838639056902795550111303016896354538804470951548936977447858015023002362878448713092063182818650729182706898017664416360776341747575911565060512821581342238610486090066109583747450905259217361533644746962285938874843016530829657650866992366926100015827155780597977276963021026413211977967650360453929049159984075953842334561482337756608885441852489412630631545135282912027047365431371094838447334362215092790243917041736504240020458397148383787841912335559818692978182292422829851576626604984692383187181251508761781787770645423249944368000878236832640304901516404665933075972478952477357404722968851081826011832473276716438520555349921090679174539568956640134833479346536471380228480852074637742222265062966513940037646748754218269591139533156063287833638034161402305596151700741163221297552130124511554524819114376340230347426845529509992583923209294217883559622549908555952764225661017834519122489656025214048864931864395859342743280601271934788034950929463351859833000875225960267705561082449513784632036165426395973723601928530830771018720476634170520308021649953375838447634043333297522872250190794918203679815386288269311244858137814600218855116272080700782192556342349679036846170679682605258774182618840937118397253473750243259733857636824383139001818625833814568467647862630645168229093346538761785156804009628767469110331115882667435240218558989251795649252478374766520693911307808827451846492205009390548562027974378460036207242424955533556976093094504433559107564170699240729489884896967972306497572331676307389437084560711537502233969223953451820498115709573144103655408076088425449683316110370352562478513713169582575824417322529240483410485206514655128076631667215339336170152807614747712814021740232704346791602309338593756819377808618016154604952773942605602927898059539714316364658841791976219280895704349496690199111614678613559184321776841005362765166036103515115791729822221041226594293925469245792778051503390402219346059426970011396564550394299250700671458592560267176916290438804183608436093710310970425762337806355289314508352551514195839255385737184
3600.03/3591.15	c number of deleted constraints	: 18578
3600.03/3591.15	c speed (assignments/second)	: 11660.007599537788
3600.03/3591.15	c non guided choices	: 7566
3600.03/3591.17	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1046
3600.03/3591.17	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 4942
3600.03/3591.17	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 8063
3600.03/3591.18	s UNKNOWN
3600.03/3591.18	c Total wall clock time (in seconds): 3591.027

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4507235-1751185168/watcher-4507235-1751185168 -o /tmp/evaluation-result-4507235-1751185168/solver-4507235-1751185168 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751181466-25474 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4507235-1751185168 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4507235-1751185168.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
Starting watchdog thread
solver pid=26046, runsolver pid=26040
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 4.13 4.12 4.09 8/334 26080
/proc/meminfo: memFree=129666344/131249996 swapFree=33010684/33010684
[pid=26046] ppid=26040 vsize=18930384 memory=59456 CPUtime=0.12 cores=5,7
/proc/26046/stat : 26046 (java) S 26040 26046 25461 0 -1 4194304 6494 0 0 0 10 2 0 0 20 0 18 0 34194485 19384713216 14864 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
/proc/26046/statm: 4732596 14864 5333 1 0 547620 0
[pid=26046/tid=26054] ppid=26040 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/26046/task/26054/stat : 26054 (java) S 26040 26046 25461 0 -1 4194368 5076 0 0 0 6 1 0 0 20 0 18 0 34194486 19384713216 14864 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
[pid=26046/tid=26073] ppid=26040 vsize=18930384 memory=241407623509 CPUtime=0 cores=5,7
/proc/26046/task/26073/stat : 26073 (Finalizer) S 26040 26046 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34194488 19384713216 14864 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
[pid=26046/tid=26080] ppid=26040 vsize=18930384 memory=59585004307076 CPUtime=0 cores=5,7
/proc/26046/task/26080/stat : 26080 (Common-Cleaner) S 26040 26046 25461 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 34194489 19384713216 14864 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59456 KiB

[startup+0.205668 s]*
/proc/loadavg: 4.13 4.12 4.09 10/335 26081
/proc/meminfo: memFree=129525936/131249996 swapFree=33010684/33010684
[pid=26046] ppid=26040 vsize=18930384 memory=71768 CPUtime=0.32 cores=5,7
/proc/26046/stat : 26046 (java) S 26040 26046 25461 0 -1 4194304 6906 0 0 0 30 2 0 0 20 0 18 0 34194485 19384713216 17942 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
/proc/26046/statm: 4732596 17942 5429 1 0 547959 0
[pid=26046/tid=26054] ppid=26040 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=5,7
/proc/26046/task/26054/stat : 26054 (java) R 26040 26046 25461 0 -1 4194368 5385 0 0 0 16 1 0 0 20 0 18 0 34194486 19384713216 17942 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
[pid=26046/tid=26073] ppid=26040 vsize=18930384 memory=15140 CPUtime=0 cores=5,7
/proc/26046/task/26073/stat : 26073 (Finalizer) S 26040 26046 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34194488 19384713216 17942 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
[pid=26046/tid=26080] ppid=26040 vsize=18930384 memory=58485492679654 CPUtime=0 cores=5,7
/proc/26046/task/26080/stat : 26080 (Common-Cleaner) S 26040 26046 25461 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 34194489 19384713216 17942 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 71768 KiB

[startup+0.305922 s]*
/proc/loadavg: 4.13 4.12 4.09 9/337 26083
/proc/meminfo: memFree=129251696/131249996 swapFree=33010684/33010684
[pid=26046] ppid=26040 vsize=18930384 memory=107488 CPUtime=0.51 cores=5,7
/proc/26046/stat : 26046 (java) S 26040 26046 25461 0 -1 4194304 8768 0 0 0 48 3 0 0 20 0 18 0 34194485 19384713216 26872 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
/proc/26046/statm: 4732596 26872 5429 1 0 549285 0
[pid=26046/tid=26054] ppid=26040 vsize=18930384 memory=-6000919507083355757 CPUtime=0.28 cores=5,7
/proc/26046/task/26054/stat : 26054 (java) R 26040 26046 25461 0 -1 4194368 5401 0 0 0 26 2 0 0 20 0 18 0 34194486 19384713216 26872 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
[pid=26046/tid=26073] ppid=26040 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/26046/task/26073/stat : 26073 (Finalizer) S 26040 26046 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34194488 19384713216 26872 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
[pid=26046/tid=26080] ppid=26040 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/26046/task/26080/stat : 26080 (Common-Cleaner) S 26040 26046 25461 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 34194489 19384713216 26872 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 107488 KiB

[startup+0.700263 s]
/proc/loadavg: 4.13 4.12 4.09 8/338 26084
/proc/meminfo: memFree=127807012/131249996 swapFree=33010684/33010684
[pid=26046] ppid=26040 vsize=18996948 memory=860636 CPUtime=1.23 cores=5,7
/proc/26046/stat : 26046 (java) S 26040 26046 25461 0 -1 4194304 13853 0 0 0 104 19 0 0 20 0 19 0 34194485 19452874752 215159 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
/proc/26046/statm: 4749237 215159 5461 1 0 1078532 0
[pid=26046/tid=26054] ppid=26040 vsize=18996948 memory=17536 CPUtime=0.61 cores=5,7
/proc/26046/task/26054/stat : 26054 (java) R 26040 26046 25461 0 -1 4194368 5762 0 0 0 45 16 0 0 20 0 19 0 34194486 19452874752 215159 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
[pid=26046/tid=26073] ppid=26040 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/26046/task/26073/stat : 26073 (Finalizer) S 26040 26046 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 34194488 19452874752 215159 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
[pid=26046/tid=26080] ppid=26040 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/26046/task/26080/stat : 26080 (Common-Cleaner) S 26040 26046 25461 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 34194489 19452874752 215159 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 860636 KiB

[startup+1.50025 s]
/proc/loadavg: 4.13 4.12 4.09 8/338 26084
/proc/meminfo: memFree=121352244/131249996 swapFree=33010684/33010684
[pid=26046] ppid=26040 vsize=19063512 memory=2568436 CPUtime=2.8 cores=5,7
/proc/26046/stat : 26046 (java) S 26040 26046 25461 0 -1 4194304 23534 0 0 0 226 54 0 0 20 0 20 0 34194485 19521036288 642109 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
/proc/26046/statm: 4765878 642109 5461 1 0 1082221 0
[pid=26046/tid=26054] ppid=26040 vsize=19063512 memory=3200 CPUtime=1.36 cores=5,7
/proc/26046/task/26054/stat : 26054 (java) R 26040 26046 25461 0 -1 4194368 6647 0 0 0 87 49 0 0 20 0 20 0 34194486 19521036288 642109 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
[pid=26046/tid=26073] ppid=26040 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/26046/task/26073/stat : 26073 (Finalizer) S 26040 26046 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34194488 19521036288 642109 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
[pid=26046/tid=26080] ppid=26040 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/26046/task/26080/stat : 26080 (Common-Cleaner) S 26040 26046 25461 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 34194489 19521036288 642109 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
Current children cumulated CPU time: 2.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2568436 KiB

[startup+3.10587 s]
/proc/loadavg: 4.13 4.12 4.09 9/342 26088
/proc/meminfo: memFree=119631200/131249996 swapFree=33010684/33010684
[pid=26046] ppid=26040 vsize=19063512 memory=2571508 CPUtime=5.97 cores=5,7
/proc/26046/stat : 26046 (java) S 26040 26046 25461 0 -1 4194304 24285 0 0 0 542 55 0 0 20 0 20 0 34194485 19521036288 642877 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
/proc/26046/statm: 4765878 642877 5461 1 0 1082768 0
[pid=26046/tid=26054] ppid=26040 vsize=19063512 memory=10752 CPUtime=2.87 cores=5,7
/proc/26046/task/26054/stat : 26054 (java) R 26040 26046 25461 0 -1 4194368 6682 0 0 0 238 49 0 0 20 0 20 0 34194486 19521036288 642877 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
[pid=26046/tid=26073] ppid=26040 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/26046/task/26073/stat : 26073 (Finalizer) S 26040 26046 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34194488 19521036288 642877 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
[pid=26046/tid=26080] ppid=26040 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/26046/task/26080/stat : 26080 (Common-Cleaner) S 26040 26046 25461 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 34194489 19521036288 642877 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
[pid=26046/tid=26087] ppid=26040 vsize=19063512 memory=4380 CPUtime=0 cores=5,7
/proc/26046/task/26087/stat : 26087 (Timer-0) S 26040 26046 25461 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34194631 19521036288 642877 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
Current children cumulated CPU time: 5.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2571508 KiB

[startup+6.3002 s]
/proc/loadavg: 4.44 4.18 4.11 7/342 26088
/proc/meminfo: memFree=119628684/131249996 swapFree=33010684/33010684
[pid=26046] ppid=26040 vsize=19063512 memory=2567336 CPUtime=10.56 cores=5,7
/proc/26046/stat : 26046 (java) S 26040 26046 25461 0 -1 4194304 24539 0 0 0 1000 56 0 0 20 0 20 0 34194485 19521036288 641834 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
/proc/26046/statm: 4765878 641834 5493 1 0 1082773 0
[pid=26046/tid=26054] ppid=26040 vsize=19063512 memory=10752 CPUtime=6.04 cores=5,7
/proc/26046/task/26054/stat : 26054 (java) R 26040 26046 25461 0 -1 4194368 6728 0 0 0 554 50 0 0 20 0 20 0 34194486 19521036288 641834 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
[pid=26046/tid=26073] ppid=26040 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/26046/task/26073/stat : 26073 (Finalizer) S 26040 26046 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34194488 19521036288 641834 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
[pid=26046/tid=26080] ppid=26040 vsize=19063512 memory=-6000919507083355757 CPUtime=0 cores=5,7
/proc/26046/task/26080/stat : 26080 (Common-Cleaner) S 26040 26046 25461 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 34194489 19521036288 641834 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
[pid=26046/tid=26087] ppid=26040 vsize=19063512 memory=164 CPUtime=0 cores=5,7
/proc/26046/task/26087/stat : 26087 (Timer-0) S 26040 26046 25461 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34194631 19521036288 641834 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
Current children cumulated CPU time: 10.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2567336 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=26046] ppid=26040 vsize=19063512 memory=2567336 CPUtime=17.02 cores=5,7
/proc/26046/stat : 26046 (java) S 26040 26046 25461 0 -1 4194304 25505 0 0 0 1646 56 0 0 20 0 20 0 34194485 19521036288 641834 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
/proc/26046/statm: 4765878 641834 5493 1 0 1082773 0
[pid=26046/tid=26054] ppid=26040 vsize=19063512 memory=2567336 CPUtime=12.42 cores=5,7
/proc/26046/task/26054/stat : 26054 (java) R 26040 26046 25461 0 -1 4194368 7642 0 0 0 1192 50 0 0 20 0 20 0 34194486 19521036288 641834 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
[pid=26046/tid=26073] ppid=26040 vsize=19063512 memory=2567336 CPUtime=0 cores=5,7
/proc/26046/task/26073/stat : 26073 (Finalizer) S 26040 26046 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34194488 19521036288 641834 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
[pid=26046/tid=26080] ppid=26040 vsize=19063512 memory=14592 CPUtime=0 cores=5,7
/proc/26046/task/26080/stat : 26080 (Common-Cleaner) S 26040 26046 25461 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 34194489 19521036288 641834 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
[pid=26046/tid=26087] ppid=26040 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/26046/task/26087/stat : 26087 (Timer-0) S 26040 26046 25461 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34194631 19521036288 641834 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
Current children cumulated CPU time: 17.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2567336 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=26046] ppid=26040 vsize=19063512 memory=2567464 CPUtime=29.97 cores=5,7
/proc/26046/stat : 26046 (java) S 26040 26046 25461 0 -1 4194304 29688 0 0 0 2940 57 0 0 20 0 20 0 34194485 19521036288 641866 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
/proc/26046/statm: 4765878 641866 5493 1 0 1082773 0
[pid=26046/tid=26054] ppid=26040 vsize=19063512 memory=2567336 CPUtime=25.18 cores=5,7
/proc/26046/task/26054/stat : 26054 (java) R 26040 26046 25461 0 -1 4194368 8805 0 0 0 2468 50 0 0 20 0 20 0 34194486 19521036288 641866 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
[pid=26046/tid=26073] ppid=26040 vsize=19063512 memory=2567464 CPUtime=0 cores=5,7
/proc/26046/task/26073/stat : 26073 (Finalizer) S 26040 26046 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34194488 19521036288 641866 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
[pid=26046/tid=26080] ppid=26040 vsize=19063512 memory=2567336 CPUtime=0 cores=5,7
/proc/26046/task/26080/stat : 26080 (Common-Cleaner) S 26040 26046 25461 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 34194489 19521036288 641866 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
[pid=26046/tid=26087] ppid=26040 vsize=19063512 memory=14592 CPUtime=0 cores=5,7
/proc/26046/task/26087/stat : 26087 (Timer-0) S 26040 26046 25461 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34194631 19521036288 641866 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
Current children cumulated CPU time: 29.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2567464 KiB

[startup+51.1059 s]
/proc/loadavg: 4.32 4.19 4.12 5/342 26088
/proc/meminfo: memFree=119255288/131249996 swapFree=33010684/33010684
[pid=26046] ppid=26040 vsize=19063512 memory=2586292 CPUtime=55.88 cores=5,7
/proc/26046/stat : 26046 (java) S 26040 26046 25461 0 -1 4194304 41125 0 0 0 5529 59 0 0 20 0 20 0 34194485 19521036288 646573 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
/proc/26046/statm: 4765878 646573 5493 1 0 1082791 0
[pid=26046/tid=26054] ppid=26040 vsize=19063512 memory=2567592 CPUtime=50.67 cores=5,7
/proc/26046/task/26054/stat : 26054 (java) R 26040 26046 25461 0 -1 4194368 12208 0 0 0 5017 50 0 0 20 0 20 0 34194486 19521036288 646573 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
[pid=26046/tid=26073] ppid=26040 vsize=19063512 memory=2567592 CPUtime=0 cores=5,7
/proc/26046/task/26073/stat : 26073 (Finalizer) S 26040 26046 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34194488 19521036288 646573 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
[pid=26046/tid=26080] ppid=26040 vsize=19063512 memory=2308 CPUtime=0 cores=5,7
/proc/26046/task/26080/stat : 26080 (Common-Cleaner) S 26040 26046 25461 0 -1 4194368 65 0 0 0 0 0 0 0 20 0 20 0 34194489 19521036288 646573 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
[pid=26046/tid=26087] ppid=26040 vsize=19063512 memory=14592 CPUtime=0 cores=5,7
/proc/26046/task/26087/stat : 26087 (Timer-0) S 26040 26046 25461 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34194631 19521036288 646573 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0

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

/proc/26046/task/26073/stat : 26073 (Finalizer) S 26040 26046 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34194488 19521036288 1282033 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
[pid=26046/tid=26080] ppid=26040 vsize=19063512 memory=5126072 CPUtime=0 cores=5,7
/proc/26046/task/26080/stat : 26080 (Common-Cleaner) S 26040 26046 25461 0 -1 4194368 2582 0 0 0 0 0 0 0 20 0 20 0 34194489 19521036288 1282033 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
[pid=26046/tid=26087] ppid=26040 vsize=19063512 memory=5128132 CPUtime=0 cores=5,7
/proc/26046/task/26087/stat : 26087 (Timer-0) S 26040 26046 25461 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34194631 19521036288 1282033 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
Current children cumulated CPU time: 3227.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5128132 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=26046] ppid=26040 vsize=19063512 memory=5130184 CPUtime=3288.33 cores=5,7
/proc/26046/stat : 26046 (java) S 26040 26046 25461 0 -1 4194304 191428 0 0 0 328545 288 0 0 20 0 20 0 34194485 19521036288 1282546 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
/proc/26046/statm: 4765878 1282546 5525 1 0 1300430 0
[pid=26046/tid=26054] ppid=26040 vsize=19063512 memory=14592 CPUtime=3244.71 cores=5,7
/proc/26046/task/26054/stat : 26054 (java) R 26040 26046 25461 0 -1 4194368 82853 0 0 0 324332 139 0 0 20 0 20 0 34194486 19521036288 1282546 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
[pid=26046/tid=26073] ppid=26040 vsize=19063512 memory=5130184 CPUtime=0 cores=5,7
/proc/26046/task/26073/stat : 26073 (Finalizer) S 26040 26046 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34194488 19521036288 1282546 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
[pid=26046/tid=26080] ppid=26040 vsize=19063512 memory=5058064 CPUtime=0 cores=5,7
/proc/26046/task/26080/stat : 26080 (Common-Cleaner) S 26040 26046 25461 0 -1 4194368 2638 0 0 0 0 0 0 0 20 0 20 0 34194489 19521036288 1282546 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
[pid=26046/tid=26087] ppid=26040 vsize=19063512 memory=5130184 CPUtime=0 cores=5,7
/proc/26046/task/26087/stat : 26087 (Timer-0) S 26040 26046 25461 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34194631 19521036288 1282546 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
Current children cumulated CPU time: 3288.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5130184 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=26046] ppid=26040 vsize=19063512 memory=5130184 CPUtime=3348.87 cores=5,7
/proc/26046/stat : 26046 (java) S 26040 26046 25461 0 -1 4194304 194007 0 0 0 334596 291 0 0 20 0 20 0 34194485 19521036288 1282546 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
/proc/26046/statm: 4765878 1282546 5525 1 0 1300430 0
[pid=26046/tid=26054] ppid=26040 vsize=19063512 memory=10752 CPUtime=3303.74 cores=5,7
/proc/26046/task/26054/stat : 26054 (java) R 26040 26046 25461 0 -1 4194368 83962 0 0 0 330235 139 0 0 20 0 20 0 34194486 19521036288 1282546 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
[pid=26046/tid=26073] ppid=26040 vsize=19063512 memory=5130184 CPUtime=0 cores=5,7
/proc/26046/task/26073/stat : 26073 (Finalizer) S 26040 26046 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34194488 19521036288 1282546 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
[pid=26046/tid=26080] ppid=26040 vsize=19063512 memory=-6000919507083355757 CPUtime=0 cores=5,7
/proc/26046/task/26080/stat : 26080 (Common-Cleaner) S 26040 26046 25461 0 -1 4194368 2639 0 0 0 0 0 0 0 20 0 20 0 34194489 19521036288 1282546 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
[pid=26046/tid=26087] ppid=26040 vsize=19063512 memory=5130184 CPUtime=0 cores=5,7
/proc/26046/task/26087/stat : 26087 (Timer-0) S 26040 26046 25461 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34194631 19521036288 1282546 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
Current children cumulated CPU time: 3348.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5130184 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=26046] ppid=26040 vsize=19063512 memory=5132440 CPUtime=3409.26 cores=5,7
/proc/26046/stat : 26046 (java) S 26040 26046 25461 0 -1 4194304 196238 0 0 0 340632 294 0 0 20 0 20 0 34194485 19521036288 1283110 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
/proc/26046/statm: 4765878 1283110 5525 1 0 1300430 0
[pid=26046/tid=26054] ppid=26040 vsize=19063512 memory=-6000919507083355757 CPUtime=3362.62 cores=5,7
/proc/26046/task/26054/stat : 26054 (java) R 26040 26046 25461 0 -1 4194368 84978 0 0 0 336122 140 0 0 20 0 20 0 34194486 19521036288 1283110 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
[pid=26046/tid=26073] ppid=26040 vsize=19063512 memory=5132440 CPUtime=0 cores=5,7
/proc/26046/task/26073/stat : 26073 (Finalizer) S 26040 26046 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34194488 19521036288 1283110 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
[pid=26046/tid=26080] ppid=26040 vsize=19063512 memory=5132440 CPUtime=0 cores=5,7
/proc/26046/task/26080/stat : 26080 (Common-Cleaner) S 26040 26046 25461 0 -1 4194368 2727 0 0 0 0 0 0 0 20 0 20 0 34194489 19521036288 1283110 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
[pid=26046/tid=26087] ppid=26040 vsize=19063512 memory=5132440 CPUtime=0 cores=5,7
/proc/26046/task/26087/stat : 26087 (Timer-0) S 26040 26046 25461 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34194631 19521036288 1283110 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
Current children cumulated CPU time: 3409.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5132440 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=26046] ppid=26040 vsize=19063512 memory=5132440 CPUtime=3469.62 cores=5,7
/proc/26046/stat : 26046 (java) S 26040 26046 25461 0 -1 4194304 198756 0 0 0 346663 299 0 0 20 0 20 0 34194485 19521036288 1283110 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
/proc/26046/statm: 4765878 1283110 5525 1 0 1300430 0
[pid=26046/tid=26054] ppid=26040 vsize=19063512 memory=-6000919507083355757 CPUtime=3421.71 cores=5,7
/proc/26046/task/26054/stat : 26054 (java) R 26040 26046 25461 0 -1 4194368 86843 0 0 0 342030 141 0 0 20 0 20 0 34194486 19521036288 1283110 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
[pid=26046/tid=26073] ppid=26040 vsize=19063512 memory=5132440 CPUtime=0 cores=5,7
/proc/26046/task/26073/stat : 26073 (Finalizer) S 26040 26046 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34194488 19521036288 1283110 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
[pid=26046/tid=26080] ppid=26040 vsize=19063512 memory=5132440 CPUtime=0 cores=5,7
/proc/26046/task/26080/stat : 26080 (Common-Cleaner) S 26040 26046 25461 0 -1 4194368 2807 0 0 0 0 0 0 0 20 0 20 0 34194489 19521036288 1283110 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
[pid=26046/tid=26087] ppid=26040 vsize=19063512 memory=5132440 CPUtime=0 cores=5,7
/proc/26046/task/26087/stat : 26087 (Timer-0) S 26040 26046 25461 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34194631 19521036288 1283110 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
Current children cumulated CPU time: 3469.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5132440 KiB

[startup+3522.3 s]
/proc/loadavg: 4.30 4.36 4.24 5/319 26304
/proc/meminfo: memFree=115475616/131249996 swapFree=33010684/33010684
[pid=26046] ppid=26040 vsize=19063512 memory=5132568 CPUtime=3529.82 cores=5,7
/proc/26046/stat : 26046 (java) S 26040 26046 25461 0 -1 4194304 202007 0 0 0 352678 304 0 0 20 0 20 0 34194485 19521036288 1283142 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
/proc/26046/statm: 4765878 1283142 5525 1 0 1300430 0
[pid=26046/tid=26054] ppid=26040 vsize=19063512 memory=5132440 CPUtime=3481.17 cores=5,7
/proc/26046/task/26054/stat : 26054 (java) R 26040 26046 25461 0 -1 4194368 88741 0 0 0 347972 145 0 0 20 0 20 0 34194486 19521036288 1283142 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
[pid=26046/tid=26073] ppid=26040 vsize=19063512 memory=5132440 CPUtime=0 cores=5,7
/proc/26046/task/26073/stat : 26073 (Finalizer) S 26040 26046 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34194488 19521036288 1283142 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
[pid=26046/tid=26080] ppid=26040 vsize=19063512 memory=4380 CPUtime=0 cores=5,7
/proc/26046/task/26080/stat : 26080 (Common-Cleaner) S 26040 26046 25461 0 -1 4194368 2934 0 0 0 0 0 0 0 20 0 20 0 34194489 19521036288 1283142 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
[pid=26046/tid=26087] ppid=26040 vsize=19063512 memory=5132568 CPUtime=0 cores=5,7
/proc/26046/task/26087/stat : 26087 (Timer-0) S 26040 26046 25461 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34194631 19521036288 1283142 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
Current children cumulated CPU time: 3529.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5132568 KiB

[startup+3582.3 s]
/proc/loadavg: 4.22 4.33 4.24 6/341 26354
/proc/meminfo: memFree=113748836/131249996 swapFree=33010684/33010684
[pid=26046] ppid=26040 vsize=19063512 memory=5132568 CPUtime=3590.14 cores=5,7
/proc/26046/stat : 26046 (java) S 26040 26046 25461 0 -1 4194304 203749 0 0 0 358705 309 0 0 20 0 20 0 34194485 19521036288 1283142 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
/proc/26046/statm: 4765878 1283142 5525 1 0 1300430 0
[pid=26046/tid=26054] ppid=26040 vsize=19063512 memory=14592 CPUtime=3540.39 cores=5,7
/proc/26046/task/26054/stat : 26054 (java) R 26040 26046 25461 0 -1 4194368 89576 0 0 0 353892 147 0 0 20 0 20 0 34194486 19521036288 1283142 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
[pid=26046/tid=26073] ppid=26040 vsize=19063512 memory=5132568 CPUtime=0 cores=5,7
/proc/26046/task/26073/stat : 26073 (Finalizer) S 26040 26046 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34194488 19521036288 1283142 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
[pid=26046/tid=26080] ppid=26040 vsize=19063512 memory=-6000919507099936365 CPUtime=0 cores=5,7
/proc/26046/task/26080/stat : 26080 (Common-Cleaner) S 26040 26046 25461 0 -1 4194368 2934 0 0 0 0 0 0 0 20 0 20 0 34194489 19521036288 1283142 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
[pid=26046/tid=26087] ppid=26040 vsize=19063512 memory=14592 CPUtime=0 cores=5,7
/proc/26046/task/26087/stat : 26087 (Timer-0) S 26040 26046 25461 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34194631 19521036288 1283142 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
Current children cumulated CPU time: 3590.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5132568 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3591.11 s]
/proc/loadavg: 4.42 4.37 4.25 5/341 26422
/proc/meminfo: memFree=115742904/131249996 swapFree=33010684/33010684
[pid=26046] ppid=26040 vsize=19063512 memory=5134676 CPUtime=3600.03 cores=5,7
/proc/26046/stat : 26046 (java) S 26040 26046 25461 0 -1 4194304 205927 0 0 0 359693 310 0 0 20 0 20 0 34194485 19521036288 1283669 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
/proc/26046/statm: 4765878 1283669 5525 1 0 1300436 0
[pid=26046/tid=26054] ppid=26040 vsize=19063512 memory=14592 CPUtime=3549 cores=5,7
/proc/26046/task/26054/stat : 26054 (java) R 26040 26046 25461 0 -1 4194368 89657 0 0 0 354753 147 0 0 20 0 20 0 34194486 19521036288 1283669 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
[pid=26046/tid=26073] ppid=26040 vsize=19063512 memory=5200 CPUtime=0 cores=5,7
/proc/26046/task/26073/stat : 26073 (Finalizer) S 26040 26046 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34194488 19521036288 1283669 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
[pid=26046/tid=26080] ppid=26040 vsize=19063512 memory=2760 CPUtime=0 cores=5,7
/proc/26046/task/26080/stat : 26080 (Common-Cleaner) S 26040 26046 25461 0 -1 4194368 2992 0 0 0 0 0 0 0 20 0 20 0 34194489 19521036288 1283669 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
[pid=26046/tid=26087] ppid=26040 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/26046/task/26087/stat : 26087 (Timer-0) S 26040 26046 25461 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34194631 19521036288 1283669 18446744073709551615 94188794740736 94188794744432 140734582361088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94188794752248 94188794753040 94188811018240 140734582364461 140734582364646 140734582364646 140734582370248 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5134676 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.08 s, system=3.13125 s

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

[startup+3591.2 s]*
/proc/loadavg: 4.42 4.37 4.25 5/324 26426
/proc/meminfo: memFree=120835664/131249996 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3591.21
CPU time (s): 3600.21
CPU user time (s): 3597.08
CPU system time (s): 3.13125
CPU usage (%): 100.25
Max. virtual memory (cumulated for all children) (KiB): 19069184
Max. memory (cumulated for all children) (KiB): 5134676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.08
system time used= 3.13125
maximum resident set size= 5135700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 207332
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1323080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 136709
involuntary context switches= 27212


# summary of solver processes directly reported to runsolver:
#   pid: 26046
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3597.08
#   total CPU system time (s): 3.13125

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.33959 second user time and 17.1024 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-06-29 10:19:28
IDJOB=4507235
IDBENCH=158331
IDSOLVER=3362
FILE ID=nodeC021/4507235-1751185168
RUNJOBID= nodeC021-1751181466-25474
SLURM_JOB_ID= 9587555
Free space on /tmp= 433056 MiB

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

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

MD5SUM BENCH= 4b187363ec0683eba575f162bd763393
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.775
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		: 3600.239
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.779
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		: 3600.031
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		: 3599.949
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		: 3599.769
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.695
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		: 3601.187
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:        129803304 kB
MemAvailable:   129743432 kB
Buffers:            3280 kB
Cached:           748788 kB
SwapCached:            0 kB
Active:           373176 kB
Inactive:         491716 kB
Active(anon):     130600 kB
Inactive(anon):        0 kB
Active(file):     242576 kB
Inactive(file):   491716 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              8956 kB
Writeback:             0 kB
AnonPages:        114804 kB
Mapped:           121732 kB
Shmem:             18060 kB
KReclaimable:      89752 kB
Slab:             175752 kB
SReclaimable:      89752 kB
SUnreclaim:        86000 kB
KernelStack:        4452 kB
PageTables:         3288 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    2582844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150760 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:     34816 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:19