Trace number 4507703

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 3301.69

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/sroussel/
ShortestPathBA/normalized-BeauxArts_K69.opb
MD5SUM7a41f646f8fb7a1c0e5845075c21504b
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 benchmark8.08757
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3795
Total number of constraints3935
Number of constraints which are clauses3866
Number of constraints which are cardinality constraints (but not clauses)69
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint69
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 70
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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.08	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.13/0.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	c  - never skip resolution steps
0.13/0.16	c  - Auto-division on coefficients is disabled
0.13/0.16	c  - No postprocessing
0.13/0.16	c  - Conflict is considered as is when resolving
0.13/0.16	c  - Use constraints as they come during conflict analysis
0.13/0.16	c  - Weaken first using unassigned literals
0.13/0.16	c  - Bump strategy: ALWAYS_ONE
0.13/0.16	c  - Bumper: EFFECTIVE
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	c No reason simplification
0.13/0.16	c Dynamic restart strategy considering the size of the coefficients
0.13/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4507703-1751191063.opb
0.13/0.16	c reading problem ... 
0.13/0.16	c using VERIPB proof format
0.13/0.16	c  no objective function found
0.52/0.36	c ... done. Wall clock time 0.205s.
0.52/0.36	c declared #vars     3795
0.52/0.36	c #constraints  3935
0.52/0.36	c constraints type 
0.52/0.36	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 680
0.52/0.36	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 69
0.52/0.36	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3184
0.52/0.36	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.52/0.36	c 3935 constraints processed.
139.64/130.33	c cleaning 2487 clauses out of 5000 with flag 0/5000
3600.06/3301.61	c starts		: 25
3600.06/3301.62	c conflicts		: 9175
3600.06/3301.62	c decisions		: 34437
3600.06/3301.62	c propagations		: 2157223
3600.06/3301.62	c inspects		: 45271981
3600.06/3301.62	c shortcuts		: 0
3600.06/3301.62	c learnt literals	: 0
3600.06/3301.62	c learnt binary clauses	: 0
3600.06/3301.62	c learnt ternary clauses	: 0
3600.06/3301.62	c learnt constraints	: 9174
3600.06/3301.62	c ignored constraints	: 0
3600.06/3301.62	c root simplifications	: 0
3600.06/3301.62	c removed literals (reason simplification)	: 0
3600.06/3301.62	c reason swapping (by a shorter reason)	: 0
3600.06/3301.62	c Calls to reduceDB	: 1
3600.06/3301.62	c Number of update (reduction) of LBD	: 16834
3600.06/3301.62	c Imported unit clauses	: 0
3600.06/3301.62	c No decision after first conflict	: false
3600.06/3301.62	c number of reductions to clauses (during analyze)	: 0
3600.06/3301.62	c number of learned constraints concerned by reduction	: 0
3600.06/3301.62	c number of learning phase by resolution	: 0
3600.06/3301.62	c number of learning phase by cutting planes	: 0
3600.06/3301.62	c number of rounding to 1 operations	: 0
3600.06/3301.62	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3301.62	c number of reductions of the coefficients by power 2 	: 0
3600.06/3301.62	c number of right shift for reduction by power 2 	: 0
3600.06/3301.62	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3301.62	c number of ending skipping 	: 0
3600.06/3301.62	c number of internal skipping 	: 0
3600.06/3301.62	c number of derivation steps 	: 392914
3600.06/3301.62	c number of skipped derivation steps 	: 0
3600.06/3301.62	c number of remaining unassigned 	: 133955
3600.06/3301.62	c number of remaining assigned 	: 15898218
3600.06/3301.62	c number of falsified literals weakened from reason	: 0
3600.06/3301.62	c number of falsified literals weakened from conflict	: 0
3600.06/3301.62	c time for arithmetic operations	: 1496624485744
3600.06/3301.62	c minimum degree of deleted constraints	: 15
3600.06/3301.63	c maximum degree of deleted constraints	: 2932664707505614735264119899430537800257129156152609608823284062625851563276464785498005295015989017897415916594469163044531448045768162944178847750901854067810065512551335666442939121248617464669477391656027390992280796996102161844193835352815237457648539093669988855797460876470333816269585723958731240468101458907381009850825622474213022237718896949877835557567575461397881002847142425736857184122694735705478845479117459134793763074047115894636522346407837551968553422186148610203484647144319287314063355006035664513408728943752268547110867715020607505288048678843518294006741507760325285745055755554772730145110136246912544472597005723664108604480597359696011826905968423875078876195482972148553303084360373404623922917569928621805856985164348679924222624074843828501961820320734799477937136289409613422891370804363413972134307638077680592561660384813656231259585915170180846164355186708765863898040563058238433843390275790587451082659470188406244531156518890870889963621705762280415884638657885249214400058467680444351815177997641413699478816969173329216466008754995105378904959244137502082344079352661180641486819849690202428789002402447382266491363129474397189374337352686672062348100211550718429425892475809767792810699162091285548967715737231502049653175510941668060238726051089478833941342172733094967389332063994817323024931209272646504008527698831871762871218577192365914403781089246085533007418604916872425660271867527896565341724528191940617861477918714066681620398647771300441414184873250492834965456064616807465948912850484679298809194053572373303989791037837687831309189759523360969480402647032318331931979595656878246961744219293569653991868957064002400486397984680464586251953729021111803301849521603782033362677356181592608799267617001805660961792061099883665111225043375452760049100541975106450782230796403751500294575723994853086025259718229551647596977222388875461047501028207516425100847491166377106071575752928587540692918544180948245491563747099077127831890448944730392742593974269781939986826434097921511712102151189547743508820996459931627346754967952115023818022164247727151996076623850247616643717732592675155398095112492110632895957499016394826367129073019962678391419786578586529995012095306221100129072883228735080018160979228634872319505738912153468973624051783168277625442006306417100812484657743246828038748684838609060157253757597647612971730082080348982686670050379755142009098522643224559207994303043696537282991113631901954302627079146138687523457136594542439128064818313844496829594686265321026143950242568912692695179784634774519712009435430901395969071701107880060602316930925482043272810716608830737927355457560919121315291566543157873065860101363680159087690562667382097702678544100380423734067405214655189574989783459202617074091822694681807471466387063947516003177961711627665434751868643516989444354875699199598213389684211707926329205320779824383156405722939348109020669052555698770901132330537266505185272730147715961763215515950890840735915347121581983682100824687067911597626194956838716445936183884738357865190367278410994688596308797293426955216159378150973387326467562133109278700559956327924725825046715112890310488679202827560067169850570117238522461407520443695292011344533390019579270637115088026769284651069892872137333973777025720963494648903318896704917862935518656361063544763879401075617660977168457986306076536932590449467139024123386213267968684168758622025119582202642503824660750845824255327055076222305068050477902618990518369291503205353079475949012974129463615194975596071921928076413563554948160580617166274828319599629154267691780043490274026974653733029056644550944518672417599382801824073884322304748720613297457509217034369343811221814102475495733994625992605170659888809460750990472607723196620154240132144325055823700730442232300590918051736842946295388732307139210854285989088282964867429998782666646788248830006355388026572095547722940114191810719036936173342731808241350356107681157472815521751916196754922234596708643414693348818241142460564168195402390558201384879162691279769626114634623587085059666942654327656911102965842977019093085383684884297646393106558959832397273964524119969851132247136090440585093601888438311868311849281133001560337959673246471987904629954902669397688532519266877647673606749719959107014154105825133514580222100638950630726914154467464424694348243680059978784319321079970235478628100365993926535968630285243896489025671925813532892336958762651625919425839992935214851072301873514247748510564579146181522421412963120994840536953680386443191707758677034692954270007481654841061035437584099488384267730654265046159895554215761507799061669371299314320961582162361107849382546268718715915808112695340818033087722409384367530474946680163507109745617769376315821183616962279231046463559814941476838154030577935274685300356626615228808718525885431065180117259232596261766982305559190290614716592058422610504753050995556911975560713963089160622142696660519500238386982885162815476035599625892070580165813611055134693886198829813584616592270812868134208807504692282889000346776760206594341553994897696756586847378267282090743134156479048426215462924657409282792390029449110528789064738998516808784709895677749716224926050273945463250666017558745790290244484472331621480855150905357195448262849876969293422063925768140619617466658309918842923195486560131403926288223476030149321099277090297779723246509542397909798187545585842488172264437120032829605939497270070877594557319354460055929075977123713631131957502795282315227759703365100539774390783054337203473880842351584855283131385392623256513672851155355877057183895556539679414181044620300425978256239149913081709206170998450500407243657270851072559293030270088956817912243308267620280493459472532111145945932420397529136243663111688681375246603342223463142026624013248240613042703327007062440271353059190762008153222307107415360439798961866188880749474331882070743786272599075678598449160414219811778328330521114445618552958738069607297284457505406189926415895896600612773750522199030377372953040680611013658031215221893979299216340335558996686091426328892175679317479440601905237384415513909753333841886164504094806628114132070415893215561132617110543199143606412575439540555010576904436710074790967986993717417842590077276445347450905563262336094370863520608861766422238496969697707011205170567943628191258816898994453312817511726246786485914689671675071437147367492465278479788086234214556939378028312029096064963485276266546043604794901850941208393434249683612485962612390904514681060281986249457775987923874313508896909525035368999014029806900795634687581663071098146558755551163199068493143860640777597904386063067664279489883213915817335699081390776346141839831837596132229107871537539753734883005754870544458694064707036189741637247177378335214469213953677780995514086340068841498167676885798168377190026262699098183592652501285179060122835450412024197906262860463362223671875283755159583468541243743186461473360664176512767655611565076999137840973720022795679501823797769289631928240047010101205579222067056834023967167224122326599826948316812758632824811135750389069414451161575449697460482989813488243985379044286850671222632656031861197666484130970817545485731389774512223095705684271647360773324141948873277772890649313544883945983764824235061825393175652559577058675972670589291493727039481362136599159032635983274610235182219749857705816609149763282224486379430718602263920898587866457763132352261254766722486938308252378414723621573055151879060980140259386346246004608396230116417991703820511355955805323556784337885080002893018642575076721773353905446888786231407093584905005806609009235826849834193513773217242867922343645844202019087155975579398082546269624825315013815743650438133822777995125703916451845234676673002092205720660878877793128426125842716990848785272674504442219800199802436608986306056696201702971723463872421455902162004325544337389766907189560800654613250529100979468198304330947060919754933698252712718153036298920586416555302044537725904704768907290092871970963481994800240336509003294308211999195138480696070866933942812877778705526529811799332985381567269689930312769284963173562941504926871582281473551944244339938449039919948069249140567043682914085470470366303434548795104541165933639502024083113807839492590153612436079304645332066956486171574103200836984118273783449281741720812206702975877259972377275775768250442852967114502952957194193298805024680301433510813400556721025954566248715097478502393832861227323683458669043387453868681883534697301616129241763800198625495816718726293489074002266294950546285533862344568541330252362615942062004658732086601486919480841942664256244547680252258224799465462205335370621403654057880899118567368901125627686012292432279318383442599605051703146666706404379797097167921706794600201016911914526787720524771575185832179407252531345334242461498552989821414630174204371049414842817305377663397961107756010220698958648747907103069204420473037811064859115594846488957799047434107832768698395314143082991484442583501669708992256455068240651162205781893262605781155418075272910528090709834827663652351159295781574958674953445832221922539838796368286609128393278061095652161687822947145291496246061199550881216255544914128489497160653068967937688111691529271135195510327432361966757635876172309901976165862036059729752316294438602171597473921651446125159512460129526967574160188731457519514189088185865591477434343647895351271135587004041457330471376749899117277115736833212307381410412244940468670089708838222666657180462940256153797883589025008745831693003912390253421844003283164471670399508291236739099652318404482471763238226147310609850253672664827739275915885311958577741534684481813514406938092557769636091558980185341034203420482655802125181770727904750198024813571624574236334799482513356814467375399586932438061546364658335375087224220361159588163672038755177446037870348634333644845671063981028762803526772727260187949722804588365328520463649716566567618627106959637103488076602502884450253457622398043691455788408661927969966012508801452558634019861419786670813495872284711003784864798824552483102458324215900517816129684192869852891337515980028567797600425714839483189446075074485159032619400569844442786606502199548499690129950073551013952272473534661317555046713415801612722532288882346900479428181355827443257612364123075307411123063305803366086470441520121308128604682276015746341224897335792516728588972337950971031823823436324747795849787249724254816580932357390245430113658354825417071821485963548401733705702747730852795750874344930641286324849048209868850429592537419057729320009826953645424209058428968403132972644182229166489912459106114068011882475343161734677800211145987681929997473127873293208768475252198013078134339672605526819582322273735446989272084486473422980613111159038544994610156905327749969077267199621885988708940188217778366409713274286534781354747693108623716086240258675904963017516405140153433082535013473620662126022438003752052946954823139833630827988720983391071137162357224529457950130527520083745358801966931710063428894759894253759280971087294626471144845246481202004047775563530328343736112468859737645525415489030642553083989887079052444637275380007423220951878941002491300889977911386930858821823406281626122852532713168385594914187334127718840903363593824083090858448302301117449884224678058502263997266756722926433334228706925276075296542738833241898883882530891309415016817267455356122551832564168352421569065061408555798865179830729164694753788244448582225905486001092003843980696226231131918803700802985517824632147199577690865567445278400015198327179892842885341180753762638230816562864328346179057004511557493056827782722338612095234889547805393385370055561025200480237388594443306351461696172722244474397975332783134285899137355730580745803516481032609839009588847093231647583957649440006877471549772773619212947180952746040912547702136102583148605275139619381927195227064311222203197859122599001155864702965300620574416760010381086464945021388404561771555307332185633367039395447728677577024130680607088880828656997023539147745206049136760489807436084099385555713777585472180750313791866884338479903468639857463940909459410163616909669292612883496605752020974386662657851710840274740363128453517384772893700872060050302325853978292621772014826322131444922313470826051989185420183624065942611190910176916060256858464378183834791232466198354273711999088169199741187210515287781286077555703533524527159291567720691071715573866064738088562097048784519868983235799576576527998247168014353585790014404222252067870267403045261058965825550934346475765682944165867970185813010263359435468353567351721805404572106145688544867647848462990203077220492180313359992096635065197101320183056220156639687578570787024512523902642608430399787066712035259795643847119623717619576489463973940502774120818519162640134261589620919063611564204371253158682096577078917142295378139071792044339258224367074514263911379013609785043496323089357264079407687037076313957089904754223919622751087255556633796683857922511346826918830271972520739417022674454800777449394476017932303367315353748587361445246021731465661825933387392851952896513725760602386268308585633956535082794248880927957374666206427345176557311605322331651551913229144594241676462585956083125646527114636608776237332959508211798661321930165003330158929313218832445772650201186221211867200067826558950091724549684157035389170002104176475556330519600286099496506850855538945290013028071736315896204553888594131524587012677509553444312536999883253229835778564712029582990501924554283826438655368498562536164782195720484987579831958756240966556574920186030202316049778015242364917412833170800601953026700874175075675773926325917935212797036408449415367982749556542618404293458027708414428086247476859908439534374418628082010533458716222779624461805105073612182556383725026533765303721992328968352621798021352369315129336903712101106195629586048878487307215312772104085078566690065969129910606355105619759822278072071621810250881355925562266216311648591435479120040914060697312335611329578123170682712686092357680968691783412109116627262232539915892516880660224085507589327965990377103166513994895856373832679245549025665429069358918068551155997053406837825351688412424509179386158293241324254453781863212539939432081136615827344124828870830944868820654545041002084266130420382865720872187942650525588696194806409722366853695265607326792595051254555857414839710471392000750893352210766924607050475119195493453139041235214191313724894930478076648379180227556040778581515975861804163700752999054921495016926926947896187847580961538594767684759916805697765302225866213909432738211752777417275835166788954986988988186639763871863732998595958996758801174893267522301941002142333018053603869829183954743572027804599586078210997598464216363086574491451456424053426046090545984138821393386191154540159764854752277919211648585664367910298880
3600.06/3301.63	c number of deleted constraints	: 2487
3600.06/3301.65	c speed (assignments/second)	: 653.4556262559621
3600.06/3301.65	c non guided choices	: 59
3600.06/3301.66	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 74
3600.06/3301.66	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 793
3600.06/3301.66	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 5820
3600.06/3301.66	s UNKNOWN
3600.06/3301.66	c Total wall clock time (in seconds): 3301.503

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100061 s]*
/proc/loadavg: 4.26 4.30 4.25 7/339 24787
/proc/meminfo: memFree=110336592/131249988 swapFree=33010684/33010684
[pid=24769] ppid=24766 vsize=18930384 memory=57808 CPUtime=0.13 cores=5,7
/proc/24769/stat : 24769 (java) S 24766 24769 23911 0 -1 4194304 6575 0 0 0 12 1 0 0 20 0 18 0 34783821 19384713216 14452 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
/proc/24769/statm: 4732596 14452 5370 1 0 547619 0
[pid=24769/tid=24771] ppid=24766 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=5,7
/proc/24769/task/24771/stat : 24771 (java) R 24766 24769 23911 0 -1 4194368 5075 0 0 0 7 1 0 0 20 0 18 0 34783822 19384713216 14452 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
[pid=24769/tid=24780] ppid=24766 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/24769/task/24780/stat : 24780 (Finalizer) S 24766 24769 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34783824 19384713216 14452 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
[pid=24769/tid=24787] ppid=24766 vsize=18930384 memory=55186957824150 CPUtime=0 cores=5,7
/proc/24769/task/24787/stat : 24787 (Common-Cleaner) S 24766 24769 23911 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 34783825 19384713216 14452 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57808 KiB

[startup+0.206201 s]*
/proc/loadavg: 4.26 4.30 4.25 7/339 24787
/proc/meminfo: memFree=110328224/131249988 swapFree=33010684/33010684
[pid=24769] ppid=24766 vsize=18930384 memory=66564 CPUtime=0.32 cores=5,7
/proc/24769/stat : 24769 (java) S 24766 24769 23911 0 -1 4194304 7156 0 0 0 30 2 0 0 20 0 18 0 34783821 19384713216 16641 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
/proc/24769/statm: 4732596 16641 5434 1 0 548016 0
[pid=24769/tid=24771] ppid=24766 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=5,7
/proc/24769/task/24771/stat : 24771 (java) R 24766 24769 23911 0 -1 4194368 5371 0 0 0 16 1 0 0 20 0 18 0 34783822 19384713216 16641 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
[pid=24769/tid=24780] ppid=24766 vsize=18930384 memory=17146 CPUtime=0 cores=5,7
/proc/24769/task/24780/stat : 24780 (Finalizer) S 24766 24769 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34783824 19384713216 16641 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
[pid=24769/tid=24787] ppid=24766 vsize=18930384 memory=54087446168546 CPUtime=0 cores=5,7
/proc/24769/task/24787/stat : 24787 (Common-Cleaner) S 24766 24769 23911 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 34783825 19384713216 16641 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 66564 KiB

[startup+0.305974 s]*
/proc/loadavg: 4.26 4.30 4.25 6/339 24787
/proc/meminfo: memFree=110295456/131249988 swapFree=33010684/33010684
[pid=24769] ppid=24766 vsize=18930384 memory=101404 CPUtime=0.52 cores=5,7
/proc/24769/stat : 24769 (java) S 24766 24769 23911 0 -1 4194304 8629 0 0 0 48 4 0 0 20 0 18 0 34783821 19384713216 25351 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
/proc/24769/statm: 4732596 25351 5434 1 0 549014 0
[pid=24769/tid=24771] ppid=24766 vsize=18930384 memory=-6000919481279539309 CPUtime=0.26 cores=5,7
/proc/24769/task/24771/stat : 24771 (java) R 24766 24769 23911 0 -1 4194368 5396 0 0 0 24 2 0 0 20 0 18 0 34783822 19384713216 25351 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
[pid=24769/tid=24780] ppid=24766 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/24769/task/24780/stat : 24780 (Finalizer) S 24766 24769 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34783824 19384713216 25351 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
[pid=24769/tid=24787] ppid=24766 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/24769/task/24787/stat : 24787 (Common-Cleaner) S 24766 24769 23911 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 34783825 19384713216 25351 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 101404 KiB

[startup+0.700336 s]
/proc/loadavg: 4.26 4.30 4.25 6/341 24789
/proc/meminfo: memFree=110231624/131249988 swapFree=33010684/33010684
[pid=24769] ppid=24766 vsize=19063512 memory=173480 CPUtime=1.28 cores=5,7
/proc/24769/stat : 24769 (java) S 24766 24769 23911 0 -1 4194304 15062 0 0 0 122 6 0 0 20 0 20 0 34783821 19521036288 43370 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
/proc/24769/statm: 4765878 43370 5498 1 0 554074 0
[pid=24769/tid=24771] ppid=24766 vsize=19063512 memory=17408 CPUtime=0.63 cores=5,7
/proc/24769/task/24771/stat : 24771 (java) R 24766 24769 23911 0 -1 4194368 5529 0 0 0 60 3 0 0 20 0 20 0 34783822 19521036288 43370 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
[pid=24769/tid=24780] ppid=24766 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/24769/task/24780/stat : 24780 (Finalizer) S 24766 24769 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34783824 19521036288 43370 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
[pid=24769/tid=24787] ppid=24766 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/24769/task/24787/stat : 24787 (Common-Cleaner) S 24766 24769 23911 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 34783825 19521036288 43370 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
[pid=24769/tid=24789] ppid=24766 vsize=19063512 memory=4760 CPUtime=0 cores=5,7
/proc/24769/task/24789/stat : 24789 (Timer-0) S 24766 24769 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34783859 19521036288 43370 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 173480 KiB

[startup+1.50025 s]
/proc/loadavg: 4.26 4.30 4.25 6/341 24789
/proc/meminfo: memFree=110223844/131249988 swapFree=33010684/33010684
[pid=24769] ppid=24766 vsize=19063512 memory=176680 CPUtime=2.86 cores=5,7
/proc/24769/stat : 24769 (java) S 24766 24769 23911 0 -1 4194304 22104 0 0 0 279 7 0 0 20 0 20 0 34783821 19521036288 44170 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
/proc/24769/statm: 4765878 44170 5498 1 0 554464 0
[pid=24769/tid=24771] ppid=24766 vsize=19063512 memory=0 CPUtime=1.37 cores=5,7
/proc/24769/task/24771/stat : 24771 (java) R 24766 24769 23911 0 -1 4194368 6167 0 0 0 134 3 0 0 20 0 20 0 34783822 19521036288 44170 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
[pid=24769/tid=24780] ppid=24766 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/24769/task/24780/stat : 24780 (Finalizer) S 24766 24769 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34783824 19521036288 44170 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
[pid=24769/tid=24787] ppid=24766 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/24769/task/24787/stat : 24787 (Common-Cleaner) S 24766 24769 23911 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 34783825 19521036288 44170 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
[pid=24769/tid=24789] ppid=24766 vsize=19063512 memory=4760 CPUtime=0 cores=5,7
/proc/24769/task/24789/stat : 24789 (Timer-0) S 24766 24769 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34783859 19521036288 44170 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 176680 KiB

[startup+3.10584 s]
/proc/loadavg: 4.40 4.33 4.26 6/341 24789
/proc/meminfo: memFree=110081616/131249988 swapFree=33010684/33010684
[pid=24769] ppid=24766 vsize=19063512 memory=320628 CPUtime=6.02 cores=5,7
/proc/24769/stat : 24769 (java) S 24766 24769 23911 0 -1 4194304 26849 0 0 0 591 11 0 0 20 0 20 0 34783821 19521036288 80157 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
/proc/24769/statm: 4765878 80157 5498 1 0 555413 0
[pid=24769/tid=24771] ppid=24766 vsize=19063512 memory=10752 CPUtime=2.92 cores=5,7
/proc/24769/task/24771/stat : 24771 (java) R 24766 24769 23911 0 -1 4194368 7088 0 0 0 286 6 0 0 20 0 20 0 34783822 19521036288 80157 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
[pid=24769/tid=24780] ppid=24766 vsize=19063512 memory=-6000919481279539309 CPUtime=0 cores=5,7
/proc/24769/task/24780/stat : 24780 (Finalizer) S 24766 24769 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34783824 19521036288 80157 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
[pid=24769/tid=24787] ppid=24766 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/24769/task/24787/stat : 24787 (Common-Cleaner) S 24766 24769 23911 0 -1 4194368 35 0 0 0 0 0 0 0 20 0 20 0 34783825 19521036288 80157 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
[pid=24769/tid=24789] ppid=24766 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/24769/task/24789/stat : 24789 (Timer-0) S 24766 24769 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34783859 19521036288 80157 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
Current children cumulated CPU time: 6.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 320628 KiB

[startup+6.30022 s]
/proc/loadavg: 4.40 4.33 4.26 5/341 24789
/proc/meminfo: memFree=110041052/131249988 swapFree=33010684/33010684
[pid=24769] ppid=24766 vsize=19063512 memory=360948 CPUtime=11.83 cores=5,7
/proc/24769/stat : 24769 (java) S 24766 24769 23911 0 -1 4194304 27892 0 0 0 1170 13 0 0 20 0 20 0 34783821 19521036288 90237 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
/proc/24769/statm: 4765878 90237 5498 1 0 556024 0
[pid=24769/tid=24771] ppid=24766 vsize=19063512 memory=0 CPUtime=6.07 cores=5,7
/proc/24769/task/24771/stat : 24771 (java) R 24766 24769 23911 0 -1 4194368 7131 0 0 0 600 7 0 0 20 0 20 0 34783822 19521036288 90237 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
[pid=24769/tid=24780] ppid=24766 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/24769/task/24780/stat : 24780 (Finalizer) S 24766 24769 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34783824 19521036288 90237 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
[pid=24769/tid=24787] ppid=24766 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/24769/task/24787/stat : 24787 (Common-Cleaner) S 24766 24769 23911 0 -1 4194368 35 0 0 0 0 0 0 0 20 0 20 0 34783825 19521036288 90237 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
[pid=24769/tid=24789] ppid=24766 vsize=19063512 memory=197216 CPUtime=0 cores=5,7
/proc/24769/task/24789/stat : 24789 (Timer-0) S 24766 24769 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34783859 19521036288 90237 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
Current children cumulated CPU time: 11.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 360948 KiB

[startup+12.7002 s]
/proc/loadavg: 4.34 4.32 4.26 5/341 24789
/proc/meminfo: memFree=109766936/131249988 swapFree=33010684/33010684
[pid=24769] ppid=24766 vsize=19063512 memory=637888 CPUtime=18.73 cores=5,7
/proc/24769/stat : 24769 (java) S 24766 24769 23911 0 -1 4194304 32133 0 0 0 1852 21 0 0 20 0 20 0 34783821 19521036288 159472 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
/proc/24769/statm: 4765878 159472 5530 1 0 556041 0
[pid=24769/tid=24771] ppid=24766 vsize=19063512 memory=197216 CPUtime=12.37 cores=5,7
/proc/24769/task/24771/stat : 24771 (java) R 24766 24769 23911 0 -1 4194368 8431 0 0 0 1224 13 0 0 20 0 20 0 34783822 19521036288 159472 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
[pid=24769/tid=24780] ppid=24766 vsize=19063512 memory=631704 CPUtime=0 cores=5,7
/proc/24769/task/24780/stat : 24780 (Finalizer) S 24766 24769 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34783824 19521036288 159472 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
[pid=24769/tid=24787] ppid=24766 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/24769/task/24787/stat : 24787 (Common-Cleaner) S 24766 24769 23911 0 -1 4194368 35 0 0 0 0 0 0 0 20 0 20 0 34783825 19521036288 159472 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
[pid=24769/tid=24789] ppid=24766 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/24769/task/24789/stat : 24789 (Timer-0) S 24766 24769 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34783859 19521036288 159472 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
Current children cumulated CPU time: 18.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 637888 KiB

[startup+25.5002 s]
/proc/loadavg: 4.29 4.31 4.26 5/341 24789
/proc/meminfo: memFree=109250668/131249988 swapFree=33010684/33010684
[pid=24769] ppid=24766 vsize=19063512 memory=1146004 CPUtime=31.82 cores=5,7
/proc/24769/stat : 24769 (java) S 24766 24769 23911 0 -1 4194304 40787 0 0 0 3150 32 0 0 20 0 20 0 34783821 19521036288 286501 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
/proc/24769/statm: 4765878 286501 5530 1 0 556073 0
[pid=24769/tid=24771] ppid=24766 vsize=19063512 memory=-6000919481279539309 CPUtime=25.06 cores=5,7
/proc/24769/task/24771/stat : 24771 (java) R 24766 24769 23911 0 -1 4194368 10309 0 0 0 2484 22 0 0 20 0 20 0 34783822 19521036288 286501 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
[pid=24769/tid=24780] ppid=24766 vsize=19063512 memory=762956 CPUtime=0 cores=5,7
/proc/24769/task/24780/stat : 24780 (Finalizer) S 24766 24769 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34783824 19521036288 286501 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
[pid=24769/tid=24787] ppid=24766 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/24769/task/24787/stat : 24787 (Common-Cleaner) S 24766 24769 23911 0 -1 4194368 35 0 0 0 0 0 0 0 20 0 20 0 34783825 19521036288 286501 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
[pid=24769/tid=24789] ppid=24766 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/24769/task/24789/stat : 24789 (Timer-0) S 24766 24769 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34783859 19521036288 286501 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
Current children cumulated CPU time: 31.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1146004 KiB

[startup+51.1059 s]
/proc/loadavg: 4.40 4.33 4.27 5/340 24789
/proc/meminfo: memFree=108948100/131249988 swapFree=33010684/33010684
[pid=24769] ppid=24766 vsize=19063512 memory=1437300 CPUtime=57.96 cores=5,7
/proc/24769/stat : 24769 (java) S 24766 24769 23911 0 -1 4194304 47895 0 0 0 5755 41 0 0 20 0 20 0 34783821 19521036288 359325 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
/proc/24769/statm: 4765878 359325 5530 1 0 556138 0
[pid=24769/tid=24771] ppid=24766 vsize=19063512 memory=1437300 CPUtime=50.37 cores=5,7
/proc/24769/task/24771/stat : 24771 (java) R 24766 24769 23911 0 -1 4194368 12121 0 0 0 5013 24 0 0 20 0 20 0 34783822 19521036288 359325 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
[pid=24769/tid=24780] ppid=24766 vsize=19063512 memory=14848 CPUtime=0 cores=5,7

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

/proc/meminfo: memFree=111877012/131249988 swapFree=33010684/33010684
[pid=24769] ppid=24766 vsize=19063512 memory=5885912 CPUtime=3164.2 cores=5,7
/proc/24769/stat : 24769 (java) S 24766 24769 23911 0 -1 4194304 204509 0 0 0 315949 471 0 0 20 0 20 0 34783821 19521036288 1471478 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
/proc/24769/statm: 4765878 1471478 5530 1 0 1486417 0
[pid=24769/tid=24771] ppid=24766 vsize=19063512 memory=5885912 CPUtime=2886.52 cores=5,7
/proc/24769/task/24771/stat : 24771 (java) R 24766 24769 23911 0 -1 4194368 65675 0 0 0 288528 124 0 0 20 0 20 0 34783822 19521036288 1471478 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
[pid=24769/tid=24780] ppid=24766 vsize=19063512 memory=5885912 CPUtime=0 cores=5,7
/proc/24769/task/24780/stat : 24780 (Finalizer) S 24766 24769 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34783824 19521036288 1471478 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
[pid=24769/tid=24787] ppid=24766 vsize=19063512 memory=5885912 CPUtime=0 cores=5,7
/proc/24769/task/24787/stat : 24787 (Common-Cleaner) S 24766 24769 23911 0 -1 4194368 1306 0 0 0 0 0 0 0 20 0 20 0 34783825 19521036288 1471478 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
[pid=24769/tid=24789] ppid=24766 vsize=19063512 memory=5885912 CPUtime=0 cores=5,7
/proc/24769/task/24789/stat : 24789 (Timer-0) S 24766 24769 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34783859 19521036288 1471478 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
Current children cumulated CPU time: 3164.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5885912 KiB

[startup+2982.3 s]
/proc/loadavg: 4.55 4.39 4.30 5/343 25222
/proc/meminfo: memFree=111805024/131249988 swapFree=33010684/33010684
[pid=24769] ppid=24766 vsize=19063512 memory=5887968 CPUtime=3232.69 cores=5,7
/proc/24769/stat : 24769 (java) S 24766 24769 23911 0 -1 4194304 208193 0 0 0 322787 482 0 0 20 0 20 0 34783821 19521036288 1471992 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
/proc/24769/statm: 4765878 1471992 5530 1 0 1486417 0
[pid=24769/tid=24771] ppid=24766 vsize=19063512 memory=5885912 CPUtime=2946.02 cores=5,7
/proc/24769/task/24771/stat : 24771 (java) R 24766 24769 23911 0 -1 4194368 67527 0 0 0 294477 125 0 0 20 0 20 0 34783822 19521036288 1471992 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
[pid=24769/tid=24780] ppid=24766 vsize=19063512 memory=5885912 CPUtime=0 cores=5,7
/proc/24769/task/24780/stat : 24780 (Finalizer) S 24766 24769 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34783824 19521036288 1471992 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
[pid=24769/tid=24787] ppid=24766 vsize=19063512 memory=5885912 CPUtime=0 cores=5,7
/proc/24769/task/24787/stat : 24787 (Common-Cleaner) S 24766 24769 23911 0 -1 4194368 1321 0 0 0 0 0 0 0 20 0 20 0 34783825 19521036288 1471992 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
[pid=24769/tid=24789] ppid=24766 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/24769/task/24789/stat : 24789 (Timer-0) S 24766 24769 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34783859 19521036288 1471992 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
Current children cumulated CPU time: 3232.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5887968 KiB

[startup+3042.3 s]
/proc/loadavg: 4.66 4.44 4.32 5/343 25224
/proc/meminfo: memFree=111723148/131249988 swapFree=33010684/33010684
[pid=24769] ppid=24766 vsize=19063512 memory=5887968 CPUtime=3305.6 cores=5,7
/proc/24769/stat : 24769 (java) S 24766 24769 23911 0 -1 4194304 212997 0 0 0 330061 499 0 0 20 0 20 0 34783821 19521036288 1471992 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
/proc/24769/statm: 4765878 1471992 5530 1 0 1486417 0
[pid=24769/tid=24771] ppid=24766 vsize=19063512 memory=5887968 CPUtime=3005.34 cores=5,7
/proc/24769/task/24771/stat : 24771 (java) R 24766 24769 23911 0 -1 4194368 68916 0 0 0 300409 125 0 0 20 0 20 0 34783822 19521036288 1471992 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
[pid=24769/tid=24780] ppid=24766 vsize=19063512 memory=5887968 CPUtime=0 cores=5,7
/proc/24769/task/24780/stat : 24780 (Finalizer) S 24766 24769 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34783824 19521036288 1471992 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
[pid=24769/tid=24787] ppid=24766 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/24769/task/24787/stat : 24787 (Common-Cleaner) S 24766 24769 23911 0 -1 4194368 1321 0 0 0 0 0 0 0 20 0 20 0 34783825 19521036288 1471992 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
[pid=24769/tid=24789] ppid=24766 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/24769/task/24789/stat : 24789 (Timer-0) S 24766 24769 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34783859 19521036288 1471992 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
Current children cumulated CPU time: 3305.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5887968 KiB

[startup+3102.3 s]
/proc/loadavg: 4.52 4.44 4.33 5/343 25226
/proc/meminfo: memFree=111648980/131249988 swapFree=33010684/33010684
[pid=24769] ppid=24766 vsize=19063512 memory=5887968 CPUtime=3379.05 cores=5,7
/proc/24769/stat : 24769 (java) S 24766 24769 23911 0 -1 4194304 217730 0 0 0 337391 514 0 0 20 0 20 0 34783821 19521036288 1471992 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
/proc/24769/statm: 4765878 1471992 5530 1 0 1486417 0
[pid=24769/tid=24771] ppid=24766 vsize=19063512 memory=14848 CPUtime=3064.48 cores=5,7
/proc/24769/task/24771/stat : 24771 (java) R 24766 24769 23911 0 -1 4194368 70561 0 0 0 306322 126 0 0 20 0 20 0 34783822 19521036288 1471992 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
[pid=24769/tid=24780] ppid=24766 vsize=19063512 memory=5887968 CPUtime=0 cores=5,7
/proc/24769/task/24780/stat : 24780 (Finalizer) S 24766 24769 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34783824 19521036288 1471992 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
[pid=24769/tid=24787] ppid=24766 vsize=19063512 memory=5887968 CPUtime=0 cores=5,7
/proc/24769/task/24787/stat : 24787 (Common-Cleaner) S 24766 24769 23911 0 -1 4194368 1365 0 0 0 0 0 0 0 20 0 20 0 34783825 19521036288 1471992 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
[pid=24769/tid=24789] ppid=24766 vsize=19063512 memory=17408 CPUtime=0 cores=5,7
/proc/24769/task/24789/stat : 24789 (Timer-0) S 24766 24769 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34783859 19521036288 1471992 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
Current children cumulated CPU time: 3379.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5887968 KiB

[startup+3162.3 s]
/proc/loadavg: 4.34 4.40 4.32 5/343 25228
/proc/meminfo: memFree=111164180/131249988 swapFree=33010684/33010684
[pid=24769] ppid=24766 vsize=19063512 memory=6304928 CPUtime=3450.51 cores=5,7
/proc/24769/stat : 24769 (java) S 24766 24769 23911 0 -1 4194304 218576 0 0 0 344515 536 0 0 20 0 20 0 34783821 19521036288 1576232 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
/proc/24769/statm: 4765878 1576232 5530 1 0 1590862 0
[pid=24769/tid=24771] ppid=24766 vsize=19063512 memory=5887968 CPUtime=3123.52 cores=5,7
/proc/24769/task/24771/stat : 24771 (java) R 24766 24769 23911 0 -1 4194368 70827 0 0 0 312218 134 0 0 20 0 20 0 34783822 19521036288 1576232 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
[pid=24769/tid=24780] ppid=24766 vsize=19063512 memory=5887968 CPUtime=0 cores=5,7
/proc/24769/task/24780/stat : 24780 (Finalizer) S 24766 24769 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34783824 19521036288 1576232 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
[pid=24769/tid=24787] ppid=24766 vsize=19063512 memory=6304928 CPUtime=0 cores=5,7
/proc/24769/task/24787/stat : 24787 (Common-Cleaner) S 24766 24769 23911 0 -1 4194368 1405 0 0 0 0 0 0 0 20 0 20 0 34783825 19521036288 1576232 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
[pid=24769/tid=24789] ppid=24766 vsize=19063512 memory=6304928 CPUtime=0 cores=5,7
/proc/24769/task/24789/stat : 24789 (Timer-0) S 24766 24769 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34783859 19521036288 1576232 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
Current children cumulated CPU time: 3450.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6304928 KiB

[startup+3222.3 s]
/proc/loadavg: 4.50 4.42 4.33 5/342 25230
/proc/meminfo: memFree=111075892/131249988 swapFree=33010684/33010684
[pid=24769] ppid=24766 vsize=19063512 memory=6304928 CPUtime=3520.3 cores=5,7
/proc/24769/stat : 24769 (java) S 24766 24769 23911 0 -1 4194304 218859 0 0 0 351481 549 0 0 20 0 20 0 34783821 19521036288 1576232 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
/proc/24769/statm: 4765878 1576232 5530 1 0 1590862 0
[pid=24769/tid=24771] ppid=24766 vsize=19063512 memory=5887968 CPUtime=3182.59 cores=5,7
/proc/24769/task/24771/stat : 24771 (java) R 24766 24769 23911 0 -1 4194368 70924 0 0 0 318125 134 0 0 20 0 20 0 34783822 19521036288 1576232 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
[pid=24769/tid=24780] ppid=24766 vsize=19063512 memory=5887968 CPUtime=0 cores=5,7
/proc/24769/task/24780/stat : 24780 (Finalizer) S 24766 24769 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34783824 19521036288 1576232 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
[pid=24769/tid=24787] ppid=24766 vsize=19063512 memory=1792 CPUtime=0 cores=5,7
/proc/24769/task/24787/stat : 24787 (Common-Cleaner) S 24766 24769 23911 0 -1 4194368 1409 0 0 0 0 0 0 0 20 0 20 0 34783825 19521036288 1576232 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
[pid=24769/tid=24789] ppid=24766 vsize=19063512 memory=6304928 CPUtime=0 cores=5,7
/proc/24769/task/24789/stat : 24789 (Timer-0) S 24766 24769 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34783859 19521036288 1576232 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
Current children cumulated CPU time: 3520.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6304928 KiB

[startup+3282.3 s]
/proc/loadavg: 4.29 4.37 4.32 5/344 25236
/proc/meminfo: memFree=111013976/131249988 swapFree=33010684/33010684
[pid=24769] ppid=24766 vsize=19063512 memory=6304928 CPUtime=3580.78 cores=5,7
/proc/24769/stat : 24769 (java) S 24766 24769 23911 0 -1 4194304 221029 0 0 0 357526 552 0 0 20 0 20 0 34783821 19521036288 1576232 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
/proc/24769/statm: 4765878 1576232 5530 1 0 1590862 0
[pid=24769/tid=24771] ppid=24766 vsize=19063512 memory=4760 CPUtime=3242.39 cores=5,7
/proc/24769/task/24771/stat : 24771 (java) R 24766 24769 23911 0 -1 4194368 72499 0 0 0 324104 135 0 0 20 0 20 0 34783822 19521036288 1576232 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
[pid=24769/tid=24780] ppid=24766 vsize=19063512 memory=6304928 CPUtime=0 cores=5,7
/proc/24769/task/24780/stat : 24780 (Finalizer) S 24766 24769 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34783824 19521036288 1576232 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
[pid=24769/tid=24787] ppid=24766 vsize=19063512 memory=6304928 CPUtime=0 cores=5,7
/proc/24769/task/24787/stat : 24787 (Common-Cleaner) S 24766 24769 23911 0 -1 4194368 1409 0 0 0 0 0 0 0 20 0 20 0 34783825 19521036288 1576232 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
[pid=24769/tid=24789] ppid=24766 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/24769/task/24789/stat : 24789 (Timer-0) S 24766 24769 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34783859 19521036288 1576232 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
Current children cumulated CPU time: 3580.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6304928 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3301.6 s]
/proc/loadavg: 4.21 4.35 4.31 5/344 25236
/proc/meminfo: memFree=110993060/131249988 swapFree=33010684/33010684
[pid=24769] ppid=24766 vsize=19063512 memory=6304928 CPUtime=3600.06 cores=5,7
/proc/24769/stat : 24769 (java) S 24766 24769 23911 0 -1 4194304 223770 0 0 0 359453 553 0 0 20 0 20 0 34783821 19521036288 1576232 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
/proc/24769/statm: 4765878 1576232 5530 1 0 1590862 0
[pid=24769/tid=24771] ppid=24766 vsize=19063512 memory=14848 CPUtime=3261.62 cores=5,7
/proc/24769/task/24771/stat : 24771 (java) R 24766 24769 23911 0 -1 4194368 74346 0 0 0 326027 135 0 0 20 0 20 0 34783822 19521036288 1576232 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
[pid=24769/tid=24780] ppid=24766 vsize=19063512 memory=-6000919481279539309 CPUtime=0 cores=5,7
/proc/24769/task/24780/stat : 24780 (Finalizer) S 24766 24769 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34783824 19521036288 1576232 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
[pid=24769/tid=24787] ppid=24766 vsize=19063512 memory=23476 CPUtime=0 cores=5,7
/proc/24769/task/24787/stat : 24787 (Common-Cleaner) S 24766 24769 23911 0 -1 4194368 1409 0 0 0 0 0 0 0 20 0 20 0 34783825 19521036288 1576232 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
[pid=24769/tid=24789] ppid=24766 vsize=19063512 memory=17272 CPUtime=0 cores=5,7
/proc/24769/task/24789/stat : 24789 (Timer-0) S 24766 24769 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34783859 19521036288 1576232 18446744073709551615 94526588207104 94526588210800 140725931000976 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94526588218616 94526588219408 94526593146880 140725931006253 140725931006438 140725931006438 140725931012040 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6304928 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.65 s, system=5.56027 s

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

Child status: 143

Real time (s): 3301.69
CPU time (s): 3600.21
CPU user time (s): 3594.65
CPU system time (s): 5.56027
CPU usage (%): 109.042
Max. virtual memory (cumulated for all children) (KiB): 19068532
Max. memory (cumulated for all children) (KiB): 6304928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.65
system time used= 5.56027
maximum resident set size= 6305696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 225985
page faults= 0
swaps= 0
block input operations= 0
block output operations= 706272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 205488
involuntary context switches= 29961


# summary of solver processes directly reported to runsolver:
#   pid: 24769
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3594.65
#   total CPU system time (s): 5.56027

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.03771 second user time and 16.6791 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-06-29 11:57:43
IDJOB=4507703
IDBENCH=158377
IDSOLVER=3362
FILE ID=nodeC020/4507703-1751191063
RUNJOBID= nodeC020-1751183987-23924
SLURM_JOB_ID= 9587573
Free space on /tmp= 433060 MiB

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

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

MD5SUM BENCH= 7a41f646f8fb7a1c0e5845075c21504b
RANDOM SEED=284374220

nodeC020 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.891
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.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        110359492 kB
MemAvailable:   111847968 kB
Buffers:            3280 kB
Cached:          2295580 kB
SwapCached:            0 kB
Active:         18287948 kB
Inactive:        1988280 kB
Active(anon):   17995424 kB
Inactive(anon):        0 kB
Active(file):     292524 kB
Inactive(file):  1988280 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               936 kB
Writeback:             0 kB
AnonPages:      17978568 kB
Mapped:           122700 kB
Shmem:             18056 kB
KReclaimable:      93824 kB
Slab:             179740 kB
SReclaimable:      93824 kB
SUnreclaim:        85916 kB
KernelStack:        5216 kB
PageTables:        38876 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:   18576736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151512 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  17586176 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC020 at 2025-06-29 12:52:44