Trace number 4506875

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.23 3619.6

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K176.opb
MD5SUM98be46c5d9a37fa78efcf3182d546400
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 benchmark56.3156
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20944
Total number of constraints21298
Number of constraints which are clauses21122
Number of constraints which are cardinality constraints (but not clauses)176
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint176
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 177
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.11/0.10	c Free memory 		2104792832
0.11/0.10	c Max memory 		16282288128
0.11/0.10	c Total memory 		2113929216
0.11/0.10	c Number of processors 	2
0.11/0.16	c Pseudo Boolean Optimization by upper bound
0.11/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.16	c  - never skip resolution steps
0.11/0.16	c  - Auto-division on coefficients is disabled
0.11/0.16	c  - No postprocessing
0.11/0.16	c  - Conflict is considered as is when resolving
0.11/0.16	c  - Use constraints as they come during conflict analysis
0.11/0.16	c  - Weaken first using unassigned literals
0.11/0.16	c  - Bump strategy: ALWAYS_ONE
0.11/0.16	c  - Bumper: EFFECTIVE
0.11/0.16	c --- Begin Solver configuration ---
0.11/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.11/0.16	c Learn all clauses as in MiniSAT
0.11/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.16	c No reason simplification
0.11/0.16	c Dynamic restart strategy considering the size of the coefficients
0.11/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.11/0.16	c timeout=2147483s
0.11/0.16	c DB Simplification allowed=false
0.11/0.16	c Listener: none
0.11/0.16	c --- End Solver configuration ---
0.11/0.16	c solving HOME/instance-4506875-1751183987.opb
0.11/0.16	c reading problem ... 
0.11/0.16	c using VERIPB proof format
0.11/0.16	c  no objective function found
2.61/1.45	c ... done. Wall clock time 1.279s.
2.61/1.45	c declared #vars     20944
2.61/1.45	c #constraints  21298
2.61/1.45	c constraints type 
2.61/1.45	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2275
2.61/1.45	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 176
2.61/1.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 18845
2.61/1.45	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
2.61/1.45	c 21298 constraints processed.
82.27/73.99	c cleaning 2284 clauses out of 5000 with flag 0/5000
329.98/320.17	c cleaning 4286 clauses out of 8717 with flag 0/11001
875.95/893.85	c cleaning 5651 clauses out of 11430 with flag 0/18000
2043.75/2080.08	c cleaning 6766 clauses out of 13779 with flag 0/26000
3600.07/3619.51	c starts		: 25
3600.07/3619.52	c conflicts		: 30360
3600.07/3619.52	c decisions		: 373945
3600.07/3619.52	c propagations		: 41112561
3600.07/3619.52	c inspects		: 161209230
3600.07/3619.52	c shortcuts		: 0
3600.07/3619.52	c learnt literals	: 0
3600.07/3619.53	c learnt binary clauses	: 0
3600.07/3619.53	c learnt ternary clauses	: 109
3600.07/3619.53	c learnt constraints	: 30359
3600.07/3619.53	c ignored constraints	: 0
3600.07/3619.53	c root simplifications	: 0
3600.07/3619.53	c removed literals (reason simplification)	: 0
3600.07/3619.53	c reason swapping (by a shorter reason)	: 0
3600.07/3619.53	c Calls to reduceDB	: 4
3600.07/3619.53	c Number of update (reduction) of LBD	: 70926
3600.07/3619.53	c Imported unit clauses	: 0
3600.07/3619.53	c No decision after first conflict	: false
3600.07/3619.53	c number of reductions to clauses (during analyze)	: 0
3600.07/3619.53	c number of learned constraints concerned by reduction	: 0
3600.07/3619.53	c number of learning phase by resolution	: 0
3600.07/3619.53	c number of learning phase by cutting planes	: 0
3600.07/3619.53	c number of rounding to 1 operations	: 0
3600.07/3619.53	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3619.53	c number of reductions of the coefficients by power 2 	: 0
3600.07/3619.53	c number of right shift for reduction by power 2 	: 0
3600.07/3619.53	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3619.53	c number of ending skipping 	: 0
3600.07/3619.53	c number of internal skipping 	: 0
3600.07/3619.53	c number of derivation steps 	: 1687996
3600.07/3619.53	c number of skipped derivation steps 	: 0
3600.07/3619.53	c number of remaining unassigned 	: 375834
3600.07/3619.53	c number of remaining assigned 	: 61673634
3600.07/3619.53	c number of falsified literals weakened from reason	: 0
3600.07/3619.53	c number of falsified literals weakened from conflict	: 0
3600.07/3619.53	c time for arithmetic operations	: 666996617137
3600.07/3619.53	c minimum degree of deleted constraints	: 1
3600.07/3619.54	c maximum degree of deleted constraints	: 5552882532338226124600784873706996591733643996729065411534347613109003502221204719530168792472903648664049780816716324385983695060057687153988972775686586817306903134197170374010636263257966075335794812262882889607201629016276739824162938455106796380152733380832587953308181541120472483190402446775297740633634357739382954214574173253757164418870470547837460343379878179750082651731104488504183902910234617006026511870911910447956646273243997353890429354885089759935660158416948927115248721755077280432546569039190221293064280114498779396981373008940092908343142992547235776640361876570077261845819720064491280631621691946603279094339404757026709332192092532820802756130750331492245057599327148376694197249235865921265077235471200564633513088005512861616259931304487263405969877529160551645205695464923062512601540847789279761398573065994480448330848553758169059472231444573890576231594826867112015852795766018500588465915737174711064374921292516765808412118614393067035058591477107192456729687222719123281444536855306494198952387504658381154932373769960567496135672146370125222874321028491299841181033380745974504763130720410321923830742882498923258415518268441764883190507016288509998346451387687149921864041000827363245852796334122145588786701029710531877872484391026733293401036989897799512657240601965641478901339322907755920775921718546083141622917984358024764469227170199002987605209262766154597508108920211812031915762251470106041467082607010430269767921075595101862136272900749975547398379214632941148837731826075680221883087222180579531168493096167367551899216372186824221162509116765460060604409077301326827821641085626333470433258439079295941048993203475158061317089443609162484310661877632786366792282915143397546539392585486711532098680762545127594504693925985087829510730172129485949695673919942345901215998271621579549292350739743509278750936459058071769174784679537358491168621656424000270789920236518544688812829479667355171309718711155626705467314352975641067845115904800365249182824867475844500482898011740037947257734184602922471850181456947195875547670122820396973738272725968596460180404027100756635987917870790314379214450016573628084175643977155338050901792938008851670520351644211668232421010417847018661640499838057639637172788694795365724644871121902497909046085331835895525957898382917640956734801955995103128145503663631339361516646902359359405837950186475728157090778976291721814041675725629175652977950338698509762183661169143845223490535983477132919017641505588076477491351016224434751238529937117271328906884781469318144025991754964829683399575421881675792354919502260721322948390020313390913951407796549879354412938909961035487489594052875941392391493720637925980715827397931217439229841938202234244574591972186905046406936275347844710905632052513475471082762901212912366833873361134107123180593669811322535187288567896337487230377873132279600925665477042131342906391493791363256758690384489654306122314459374660213764790565307194938222535696482514193726275666061735610436740560062068068099220737444240647429089132714965378273033292714566701107187977549446193947791768613523783902205581872539223684986612253237106287314917270284313561556725072982623654402747436931861773896079398349457320616396682549753295891363432835629736629899907672997904284290863020236208972317403525579389749984401711658014554862942752382714221983403270156218369851312507073281726270039755684919145830676944283946763294815072852940774938536054162053257034682293801772498875323914096984323773458736605044792608970711535783514216200524946862501710408897828810184748404332243711054897408603224516168236715138653731309279919926165165532217767336831211405813511595017839536592527574299524149552261782967507080023596810405198671833501013136394934267843695733886544264587335003623925198847533741024043495751927445907616004754489203376814776805270211687430332200036280217121600269993892464905780993602543536201411537295496269056497513152320423704154046933605555840414280710655438001502020019836482543140364639918119531156283589694977686013586689453197326071247316862863374766680225062882239693932717409358224963127507296128089737461665054666600272903614741627991268139148331954043834960274543559837025335320826340772855037938470437845515797996910413241427983380943300132040670911526247150874572776949795763078482300173704084104424998832889563251099647746935530588329191043476287076885821392161312875732424586787572749797518182961337405376559524135561058205387072177229497944222178119796729657551476518580277049303579151112020940545245351270045014784690021858977521018897754207823861380119991166291045430540537233582965550345319543730892615533843507842339270513657757419410757939436038251324860939456556540250607981714074750485955109903153693762152857110000648431264395416848011164706814107638856741079263647929239506041130135062040461786593200618072907081927483455273516978895486162928774055422238244907428351218100978466792241014915573751926635635941811211537311478358504840758690454628246205738453568626563525336500490239960474761206480124189211790531256933171691245152966040270897900738406621984457426498731250621763765751749481939645472704593416808111531720393685259764799748762190270981511084211913427313574549023981675160550197788300773895096663158067652692192849808252423656545557044322372690944926288788851884553148852826789174272933294782798136384055373921885776018767628238514684972377750518347527728846547523180221549800220205139326827620435952859080560892277952136310812766961573190506520023897634033605249040881843929116121401892754581924393913159418860473787765557944419396725014725131385733501383618243011319819018136507073878200018845917834930188849979159844838152260783721366786977485674451168085137324340583691679931992852576799010922828220448875838633677330226453168577916344281204820329884696972135636904557226755746421633830000498236069865163005861382435596667574183256179742430061872105741071075245366075452877340086650401640610075942911354403034485722020482332124899138737378173259185490113574917983387092327738288177395369974328698733488875600082965508349033209848427341970866311822139465316118349406847759355187588952668187646182483645725177421414798606470969500820775401469883562542072217490551335876108726948236662041299966624926323903566894444078644681032573425895028917186257958845749364603463672270571053711061181518345359031482282562781487295069640533360581094459981921821463029163681252607670050790630796575482262018210423044431233170440135382306507133495345356597871254524983934700259701763131493426190948478988312917793755276650086086292535410820336231263265358988382911952952679703187283111799864711951464266257380451273808290104064528232725869225603282848663727021047147522993197584155466083310183339245417341934519083825129097839115267061908944106555154882550998857364040255831218058940563245883426397098605477678016451356967029235602952189616423723709715622836163736088826402444677870476639656610042493507561608356018967092680548128524804741904427782795167156650532349806039614703274008917100577197594991703352048767492639006068526484769680983703722603851496722443068532854153806320539684509008246781338121107105336637675845059251898672773231143965380391525491133413730134578310538213519086658255502766376130432345259590495570109980827603556812332159741553929756763161872253098825704023316034351322272367013018739666877160294749268740686041297674990212882363226493703352416250720189983828301733830277582313091375296080164854513156494744690933002599732280569098990796375206560596121861984433001486476679726399024289440193766171777761074599201429245572860051794243708006821458178314452016033270966685995172249418863014303121983029807970664673766151868301956933256756958932818570977618011498590117676354619203907639697536444477972297877986305603635247053334333084260358481033404870574189968045040752901133749526329463113916921164327558090960130783141291432137636513747396915185920651691952100842221888405104733378777345791720035231649911373387672334227284670449307391430103491411476355933309032804370138102630955682520785162174529322616767403265900431592942391904449162588813051658324146303945490055592742054946500504398774439435195830628974805012609809113924295977957404968016921534319027397633788617441566059873923232332617754358472036060737939772605928954906018881350252353902203005812660776472897557000874338608173171098681752685234527607482613517907388935193049439333517754374110759582762367348628586499318825218004478109446469409766132768334221346434226559307063131283040048162459451783134897953862751021208712091654823560047009491827857651413023878874078844379948340293785398440220271695081882843654963803168465783196143445520277255713681218987869639380647093503802363239517206412541176405025780041314401491697955449614341859028537561529165754530694934199715862993336432137369889600113051214614879551094818208283501531221596799579354882312133166410630226314791938995653250724937023118020006926826480210573121845118771037894192712827618347859160219011986264168037375133543271712530182708155536883348532754243334543891461697673812185966352780168766970797043054196193494143888885678388818560518782843852815434165597055488804808354011915838899702120778195542389719132136541865128619296559530740890829385209776682482808061721094816065098267653861479778445956416653380272143126118022290316459622371895257382653702893036833079872964756584515672266861201466733380395362205438189335255345510440139601724560932376748549364763638515144619494050338730921280461998473567445735367236854922926675092568615825966924708924838640267615610518858857797106937272235682366124221902074907828110751674978237726310865877169271726581236218639693377423603212171164176869947943555560566148310106723393123402587486229716505676065467581021139702656614973200886511211269514603378884248562047505186470965919353443085150236864937056187092611822806857934620591014215582756474526872079172312438664767039539434478621710875969771947164292071452519719486708205055364568689015494374914293198266276166285009902634253800092353766014901122112386119594920152236423477434988343193106833078859129201453702927739783862912869411757209275540682465659153823510889308344579854551485038381034721157376462418305532670913819632070007014987850842743243492585625962918352256117477369872202740478557462546796870206689816964017007324959678135686516444631339538601420407008765400285476946188758574333633380647109632011982154196421404890884734291777894669531323860628590600440232978717944687491367419469294727290605148341839263559561273639282383985859948346466310916093421213776358500970149816404299553751811948020455074075440221600958941385340891824726579436076534959034684861644589209714603982403583507732524966887523484296881315428834833464408236498663516018657381115581148888402863042702895150795919421543532584922109088938493879149744226915373943315471246843615570177771788151681678669067524639679196200851945879241666427650634504345029823827868193727026952380746298359089317164088431938270878286678414155361491337726266961700184864388840886476059654834556876373700827347344490030759480474882892095687716762491140201217786832738569817229189441964837311715814422435307835138576961186122620224138041951934999631455512850986689796781396284008259949389717190307889159045594532037034288080407296729660391265254349993685679468754279466467786294731606510531924737143359225586962368920194459230603169636848101416465204190393985573230231875554791982410301554101455169972113044737999819738232184221263777189106098453214752887651320939611907986960379108608733708908739538684944328000686851320958231536714693729613694790897828074837532406964916629504819761202873673076974974207149082690001531446404362242868812370241023080658415871136954968793241514156626773983353612681563207493218949337419898644093240649479797758835366405478250159940527143031458534089837460354414459107397167798073028465955279443527930582187353116330900783478286581063817225662529329469043275374244815341597125357012901179127136247359796727716971920102592137035933005096547128676913581574798197498258807518485263676290232623789294098282343945453895698855921582991028445500478118673349120673140189551093646054767613492424550062815744435451698873303535382477969230235671036037385926446405197798908921591407238075813165271630490050900384140160695032575368758091394767390232397075822805060119305997105187433004473245359285348634912305644987867340925950913392380719529702957732102473531517984863658556795871751825861580845308927335567394587096601397056862256833259760956758368819048603896970276199366165947966678683518687446767455186645467547434715346217572169576398954631573879873790808131316543844270321986675291843097849803973140322328369074932637740641573241648470876529297790793121868633921619536550087567518172931220847622216275884722041243454486808906512469724445432535021856945475323459282195709071335382828946644007784029906146057585023318765666197154152813789954552328098784489549157302935730974705817047445817895868362283884360598186724684212661699968488687160073396872821932109078432289603971344430197520822424753145756405945049470533282828972837011139040198020048108759524493158594067198081434624543321931649161317233793555054293812954868236641501957127634441832257488987111838216845505047200072802554531884044275427289625196407034105332609157242254544062375265409894886341721235482954573584138793514058104610766651516925455609927056815302736794381425905717237582610205982489500209216833140870229887550087585630916516635768293208513983203204171932905902211841090241824727166998144203362679880870471117030165793789842206354604742008790898759973491765143525572839328448445362131677205729513031967761375661952738336999385647910965266413969874574229125397909163646050637299048828019368880055096932414856827804838295187628492187906561431482935953485139937159613536751961881800971568138559308196994232264861402896632343953498368367131216570138676402537286671800401174904460468399897920065759726262664250089033755951765178917432117416863441956198872059969998553665098306788001687639615076920438255552299451021080954493310164307463730990658224131709835298210173874972028051249459917647065648721340060590339065779873561431850218995762117301274831194851645330116048229238784955447157973096107651053850176342712839232017888254997430178691270282480520077962491723354256621507987197816729361323754881926282746819858977334557679231768585648482049945950994246082126754651521961217230734283894685511944010219574601576300351550682245867971641972459642729305220491539532959900597608291642047820179635067264787973049040591322058891996886529307608387276401352595908887986000000
3600.07/3619.55	c number of deleted constraints	: 18987
3600.07/3619.55	c speed (assignments/second)	: 11363.056474548726
3600.07/3619.55	c non guided choices	: 3604
3600.07/3619.56	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 901
3600.07/3619.56	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 4394
3600.07/3619.56	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 6077
3600.07/3619.56	s UNKNOWN
3600.07/3619.57	c Total wall clock time (in seconds): 3619.404

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100059 s]*
/proc/loadavg: 1.00 2.28 3.32 6/332 24048
/proc/meminfo: memFree=129626672/131249988 swapFree=33010684/33010684
[pid=23971] ppid=23962 vsize=18930384 memory=53320 CPUtime=0.11 cores=0,2
/proc/23971/stat : 23971 (java) S 23962 23971 23911 0 -1 4194304 6463 0 0 0 9 2 0 0 20 0 18 0 34076239 19384713216 13330 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
/proc/23971/statm: 4732596 13330 5360 1 0 547551 0
[pid=23971/tid=23987] ppid=23962 vsize=18930384 memory=4026532124 CPUtime=0.06 cores=0,2
/proc/23971/task/23987/stat : 23987 (java) R 23962 23971 23911 0 -1 4194368 4991 0 0 0 5 1 0 0 20 0 18 0 34076242 19384713216 13330 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
[pid=23971/tid=24019] ppid=23962 vsize=18930384 memory=17146 CPUtime=0 cores=0,2
/proc/23971/task/24019/stat : 24019 (Finalizer) S 23962 23971 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34076244 19384713216 13330 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
[pid=23971/tid=24028] ppid=23962 vsize=18930384 memory=54087446168546 CPUtime=0 cores=0,2
/proc/23971/task/24028/stat : 24028 (Common-Cleaner) S 23962 23971 23911 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 34076244 19384713216 13330 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53320 KiB

[startup+0.205543 s]*
/proc/loadavg: 1.00 2.28 3.32 13/332 24048
/proc/meminfo: memFree=129603044/131249988 swapFree=33010684/33010684
[pid=23971] ppid=23962 vsize=18930384 memory=68276 CPUtime=0.3 cores=0,2
/proc/23971/stat : 23971 (java) S 23962 23971 23911 0 -1 4194304 7081 0 0 0 27 3 0 0 20 0 18 0 34076239 19384713216 17069 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
/proc/23971/statm: 4732596 17069 5424 1 0 547957 0
[pid=23971/tid=23987] ppid=23962 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=0,2
/proc/23971/task/23987/stat : 23987 (java) R 23962 23971 23911 0 -1 4194368 5374 0 0 0 15 1 0 0 20 0 18 0 34076242 19384713216 17069 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
[pid=23971/tid=24019] ppid=23962 vsize=18930384 memory=17146 CPUtime=0 cores=0,2
/proc/23971/task/24019/stat : 24019 (Finalizer) S 23962 23971 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34076244 19384713216 17069 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
[pid=23971/tid=24028] ppid=23962 vsize=18930384 memory=54087446168546 CPUtime=0 cores=0,2
/proc/23971/task/24028/stat : 24028 (Common-Cleaner) S 23962 23971 23911 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 34076244 19384713216 17069 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 68276 KiB

[startup+0.31 s]*
/proc/loadavg: 1.00 2.28 3.32 13/335 24051
/proc/meminfo: memFree=129255644/131249988 swapFree=33010684/33010684
[pid=23971] ppid=23962 vsize=18996948 memory=159296 CPUtime=0.49 cores=0,2
/proc/23971/stat : 23971 (java) S 23962 23971 23911 0 -1 4194304 8764 0 0 0 44 5 0 0 20 0 19 0 34076239 19452874752 39824 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
/proc/23971/statm: 4749237 39824 5456 1 0 549312 0
[pid=23971/tid=23987] ppid=23962 vsize=18996948 memory=-6000919489869343085 CPUtime=0.23 cores=0,2
/proc/23971/task/23987/stat : 23987 (java) R 23962 23971 23911 0 -1 4194368 5417 0 0 0 20 3 0 0 20 0 19 0 34076242 19452874752 39824 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
[pid=23971/tid=24019] ppid=23962 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/23971/task/24019/stat : 24019 (Finalizer) S 23962 23971 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 34076244 19452874752 39824 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
[pid=23971/tid=24028] ppid=23962 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/23971/task/24028/stat : 24028 (Common-Cleaner) S 23962 23971 23911 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 34076244 19452874752 39824 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 159296 KiB

[startup+0.700247 s]
/proc/loadavg: 1.00 2.28 3.32 10/336 24052
/proc/meminfo: memFree=128843992/131249988 swapFree=33010684/33010684
[pid=23971] ppid=23962 vsize=18996948 memory=853532 CPUtime=1.23 cores=0,2
/proc/23971/stat : 23971 (java) S 23962 23971 23911 0 -1 4194304 16198 0 0 0 103 20 0 0 20 0 19 0 34076239 19452874752 213383 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
/proc/23971/statm: 4749237 213383 5456 1 0 552862 0
[pid=23971/tid=23987] ppid=23962 vsize=18996948 memory=17408 CPUtime=0.57 cores=0,2
/proc/23971/task/23987/stat : 23987 (java) R 23962 23971 23911 0 -1 4194368 5753 0 0 0 41 16 0 0 20 0 19 0 34076242 19452874752 213383 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
[pid=23971/tid=24019] ppid=23962 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/23971/task/24019/stat : 24019 (Finalizer) S 23962 23971 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 34076244 19452874752 213383 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
[pid=23971/tid=24028] ppid=23962 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/23971/task/24028/stat : 24028 (Common-Cleaner) S 23962 23971 23911 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 34076244 19452874752 213383 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 853532 KiB

[startup+1.50023 s]
/proc/loadavg: 1.56 2.37 3.34 9/336 24052
/proc/meminfo: memFree=122514568/131249988 swapFree=33010684/33010684
[pid=23971] ppid=23962 vsize=19063512 memory=3149768 CPUtime=2.8 cores=0,2
/proc/23971/stat : 23971 (java) S 23962 23971 23911 0 -1 4194304 23630 0 0 0 213 67 0 0 20 0 20 0 34076239 19521036288 787442 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
/proc/23971/statm: 4765878 787442 5456 1 0 1082171 0
[pid=23971/tid=23987] ppid=23962 vsize=19063512 memory=3328 CPUtime=1.32 cores=0,2
/proc/23971/task/23987/stat : 23987 (java) R 23962 23971 23911 0 -1 4194368 6920 0 0 0 71 61 0 0 20 0 20 0 34076242 19521036288 787442 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
[pid=23971/tid=24019] ppid=23962 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/23971/task/24019/stat : 24019 (Finalizer) S 23962 23971 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34076244 19521036288 787442 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
[pid=23971/tid=24028] ppid=23962 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/23971/task/24028/stat : 24028 (Common-Cleaner) S 23962 23971 23911 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 34076244 19521036288 787442 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
Current children cumulated CPU time: 2.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3149768 KiB

[startup+3.10564 s]
/proc/loadavg: 1.56 2.37 3.34 9/340 24056
/proc/meminfo: memFree=119237236/131249988 swapFree=33010684/33010684
[pid=23971] ppid=23962 vsize=19063512 memory=3383296 CPUtime=5.99 cores=0,2
/proc/23971/stat : 23971 (java) S 23962 23971 23911 0 -1 4194304 24248 0 0 0 528 71 0 0 20 0 20 0 34076239 19521036288 845824 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
/proc/23971/statm: 4765878 845824 5456 1 0 1082302 0
[pid=23971/tid=23987] ppid=23962 vsize=19063512 memory=10752 CPUtime=2.8 cores=0,2
/proc/23971/task/23987/stat : 23987 (java) R 23962 23971 23911 0 -1 4194368 7064 0 0 0 216 64 0 0 20 0 20 0 34076242 19521036288 845824 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
[pid=23971/tid=24019] ppid=23962 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/23971/task/24019/stat : 24019 (Finalizer) S 23962 23971 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34076244 19521036288 845824 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
[pid=23971/tid=24028] ppid=23962 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/23971/task/24028/stat : 24028 (Common-Cleaner) S 23962 23971 23911 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 34076244 19521036288 845824 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
[pid=23971/tid=24055] ppid=23962 vsize=19063512 memory=4380 CPUtime=0 cores=0,2
/proc/23971/task/24055/stat : 24055 (Timer-0) S 23962 23971 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34076385 19521036288 845824 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
Current children cumulated CPU time: 5.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3383296 KiB

[startup+6.30022 s]
/proc/loadavg: 1.84 2.42 3.35 7/341 24058
/proc/meminfo: memFree=118856336/131249988 swapFree=33010684/33010684
[pid=23971] ppid=23962 vsize=19063512 memory=3386556 CPUtime=11.19 cores=0,2
/proc/23971/stat : 23971 (java) S 23962 23971 23911 0 -1 4194304 24614 0 0 0 1047 72 0 0 20 0 20 0 34076239 19521036288 846639 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
/proc/23971/statm: 4765878 846639 5488 1 0 1082321 0
[pid=23971/tid=23987] ppid=23962 vsize=19063512 memory=0 CPUtime=5.96 cores=0,2
/proc/23971/task/23987/stat : 23987 (java) R 23962 23971 23911 0 -1 4194368 7151 0 0 0 531 65 0 0 20 0 20 0 34076242 19521036288 846639 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
[pid=23971/tid=24019] ppid=23962 vsize=19063512 memory=-6000919498459277677 CPUtime=0 cores=0,2
/proc/23971/task/24019/stat : 24019 (Finalizer) S 23962 23971 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34076244 19521036288 846639 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
[pid=23971/tid=24028] ppid=23962 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/23971/task/24028/stat : 24028 (Common-Cleaner) S 23962 23971 23911 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 34076244 19521036288 846639 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
[pid=23971/tid=24055] ppid=23962 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/23971/task/24055/stat : 24055 (Timer-0) S 23962 23971 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34076385 19521036288 846639 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
Current children cumulated CPU time: 11.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3386556 KiB

[startup+12.7002 s]
/proc/loadavg: 2.01 2.44 3.36 6/341 24058
/proc/meminfo: memFree=118822296/131249988 swapFree=33010684/33010684
[pid=23971] ppid=23962 vsize=19063512 memory=3388476 CPUtime=18.77 cores=0,2
/proc/23971/stat : 23971 (java) S 23962 23971 23911 0 -1 4194304 25433 0 0 0 1804 73 0 0 20 0 20 0 34076239 19521036288 847119 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
/proc/23971/statm: 4765878 847119 5488 1 0 1082683 0
[pid=23971/tid=23987] ppid=23962 vsize=19063512 memory=3387068 CPUtime=12.33 cores=0,2
/proc/23971/task/23987/stat : 23987 (java) R 23962 23971 23911 0 -1 4194368 7583 0 0 0 1167 66 0 0 20 0 20 0 34076242 19521036288 847119 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
[pid=23971/tid=24019] ppid=23962 vsize=19063512 memory=3386556 CPUtime=0 cores=0,2
/proc/23971/task/24019/stat : 24019 (Finalizer) S 23962 23971 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34076244 19521036288 847119 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
[pid=23971/tid=24028] ppid=23962 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/23971/task/24028/stat : 24028 (Common-Cleaner) S 23962 23971 23911 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 34076244 19521036288 847119 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
[pid=23971/tid=24055] ppid=23962 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/23971/task/24055/stat : 24055 (Timer-0) S 23962 23971 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34076385 19521036288 847119 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
Current children cumulated CPU time: 18.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3388476 KiB

[startup+25.5002 s]
/proc/loadavg: 2.32 2.49 3.37 5/341 24058
/proc/meminfo: memFree=118706388/131249988 swapFree=33010684/33010684
[pid=23971] ppid=23962 vsize=19063512 memory=3393132 CPUtime=32.47 cores=0,2
/proc/23971/stat : 23971 (java) S 23962 23971 23911 0 -1 4194304 36497 0 0 0 3171 76 0 0 20 0 20 0 34076239 19521036288 848283 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
/proc/23971/statm: 4765878 848283 5488 1 0 1082813 0
[pid=23971/tid=23987] ppid=23962 vsize=19063512 memory=3388604 CPUtime=25.06 cores=0,2
/proc/23971/task/23987/stat : 23987 (java) R 23962 23971 23911 0 -1 4194368 10106 0 0 0 2439 67 0 0 20 0 20 0 34076242 19521036288 848283 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
[pid=23971/tid=24019] ppid=23962 vsize=19063512 memory=3393132 CPUtime=0 cores=0,2
/proc/23971/task/24019/stat : 24019 (Finalizer) S 23962 23971 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34076244 19521036288 848283 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
[pid=23971/tid=24028] ppid=23962 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/23971/task/24028/stat : 24028 (Common-Cleaner) S 23962 23971 23911 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 34076244 19521036288 848283 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
[pid=23971/tid=24055] ppid=23962 vsize=19063512 memory=17408 CPUtime=0 cores=0,2
/proc/23971/task/24055/stat : 24055 (Timer-0) S 23962 23971 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34076385 19521036288 848283 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
Current children cumulated CPU time: 32.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3393132 KiB

[startup+51.1056 s]
/proc/loadavg: 3.11 2.67 3.40 6/341 24060
/proc/meminfo: memFree=118449132/131249988 swapFree=33010684/33010684
[pid=23971] ppid=23962 vsize=19063512 memory=3442620 CPUtime=58.4 cores=0,2
/proc/23971/stat : 23971 (java) S 23962 23971 23911 0 -1 4194304 47271 0 0 0 5759 81 0 0 20 0 20 0 34076239 19521036288 860655 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
/proc/23971/statm: 4765878 860655 5488 1 0 1082878 0
[pid=23971/tid=23987] ppid=23962 vsize=19063512 memory=3442492 CPUtime=50.5 cores=0,2
/proc/23971/task/23987/stat : 23987 (java) R 23962 23971 23911 0 -1 4194368 13731 0 0 0 4981 69 0 0 20 0 20 0 34076242 19521036288 860655 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
[pid=23971/tid=24019] ppid=23962 vsize=19063512 memory=3393132 CPUtime=0 cores=0,2
/proc/23971/task/24019/stat : 24019 (Finalizer) S 23962 23971 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34076244 19521036288 860655 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
[pid=23971/tid=24028] ppid=23962 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/23971/task/24028/stat : 24028 (Common-Cleaner) S 23962 23971 23911 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 34076244 19521036288 860655 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
[pid=23971/tid=24055] ppid=23962 vsize=19063512 memory=3393132 CPUtime=0 cores=0,2

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

/proc/meminfo: memFree=109515808/131249988 swapFree=33010684/33010684
[pid=23971] ppid=23962 vsize=19063512 memory=4378752 CPUtime=3256.45 cores=0,2
/proc/23971/stat : 23971 (java) S 23962 23971 23911 0 -1 4194304 200997 0 0 0 325342 303 0 0 20 0 20 0 34076239 19521036288 1094688 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
/proc/23971/statm: 4765878 1094688 5520 1 0 1109063 0
[pid=23971/tid=23987] ppid=23962 vsize=19063512 memory=4378752 CPUtime=3197.88 cores=0,2
/proc/23971/task/23987/stat : 23987 (java) R 23962 23971 23911 0 -1 4194368 81564 0 0 0 319626 162 0 0 20 0 20 0 34076242 19521036288 1094688 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
[pid=23971/tid=24019] ppid=23962 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/23971/task/24019/stat : 24019 (Finalizer) S 23962 23971 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34076244 19521036288 1094688 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
[pid=23971/tid=24028] ppid=23962 vsize=19063512 memory=4378752 CPUtime=0 cores=0,2
/proc/23971/task/24028/stat : 24028 (Common-Cleaner) S 23962 23971 23911 0 -1 4194368 2105 0 0 0 0 0 0 0 20 0 20 0 34076244 19521036288 1094688 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
[pid=23971/tid=24055] ppid=23962 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/23971/task/24055/stat : 24055 (Timer-0) S 23962 23971 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34076385 19521036288 1094688 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
Current children cumulated CPU time: 3256.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4378752 KiB

[startup+3342.3 s]
/proc/loadavg: 4.23 4.17 4.11 5/342 24237
/proc/meminfo: memFree=110135680/131249988 swapFree=33010684/33010684
[pid=23971] ppid=23962 vsize=19063512 memory=3736892 CPUtime=3317.29 cores=0,2
/proc/23971/stat : 23971 (java) S 23962 23971 23911 0 -1 4194304 203787 0 0 0 331422 307 0 0 20 0 20 0 34076239 19521036288 934223 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
/proc/23971/statm: 4765878 934223 5520 1 0 948287 0
[pid=23971/tid=23987] ppid=23962 vsize=19063512 memory=14848 CPUtime=3257.23 cores=0,2
/proc/23971/task/23987/stat : 23987 (java) R 23962 23971 23911 0 -1 4194368 81780 0 0 0 325561 162 0 0 20 0 20 0 34076242 19521036288 934223 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
[pid=23971/tid=24019] ppid=23962 vsize=19063512 memory=3736892 CPUtime=0 cores=0,2
/proc/23971/task/24019/stat : 24019 (Finalizer) S 23962 23971 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34076244 19521036288 934223 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
[pid=23971/tid=24028] ppid=23962 vsize=19063512 memory=3736892 CPUtime=0 cores=0,2
/proc/23971/task/24028/stat : 24028 (Common-Cleaner) S 23962 23971 23911 0 -1 4194368 2156 0 0 0 0 0 0 0 20 0 20 0 34076244 19521036288 934223 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
[pid=23971/tid=24055] ppid=23962 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/23971/task/24055/stat : 24055 (Timer-0) S 23962 23971 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34076385 19521036288 934223 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
Current children cumulated CPU time: 3317.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3736892 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.17 4.11 5/342 24240
/proc/meminfo: memFree=108541152/131249988 swapFree=33010684/33010684
[pid=23971] ppid=23962 vsize=19063512 memory=5895180 CPUtime=3380.23 cores=0,2
/proc/23971/stat : 23971 (java) S 23962 23971 23911 0 -1 4194304 206554 0 0 0 337670 353 0 0 20 0 20 0 34076239 19521036288 1473795 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
/proc/23971/statm: 4765878 1473795 5520 1 0 1495513 0
[pid=23971/tid=23987] ppid=23962 vsize=19063512 memory=3736892 CPUtime=3316.02 cores=0,2
/proc/23971/task/23987/stat : 23987 (java) R 23962 23971 23911 0 -1 4194368 83641 0 0 0 331399 203 0 0 20 0 20 0 34076242 19521036288 1473795 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
[pid=23971/tid=24019] ppid=23962 vsize=19063512 memory=3736892 CPUtime=0 cores=0,2
/proc/23971/task/24019/stat : 24019 (Finalizer) S 23962 23971 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34076244 19521036288 1473795 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
[pid=23971/tid=24028] ppid=23962 vsize=19063512 memory=3736892 CPUtime=0 cores=0,2
/proc/23971/task/24028/stat : 24028 (Common-Cleaner) S 23962 23971 23911 0 -1 4194368 2157 0 0 0 0 0 0 0 20 0 20 0 34076244 19521036288 1473795 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
[pid=23971/tid=24055] ppid=23962 vsize=19063512 memory=5895180 CPUtime=0 cores=0,2
/proc/23971/task/24055/stat : 24055 (Timer-0) S 23962 23971 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34076385 19521036288 1473795 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
Current children cumulated CPU time: 3380.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5895180 KiB

[startup+3462.3 s]
/proc/loadavg: 4.22 4.18 4.11 5/342 24242
/proc/meminfo: memFree=108056308/131249988 swapFree=33010684/33010684
[pid=23971] ppid=23962 vsize=19063512 memory=5895180 CPUtime=3440.59 cores=0,2
/proc/23971/stat : 23971 (java) S 23962 23971 23911 0 -1 4194304 209484 0 0 0 343702 357 0 0 20 0 20 0 34076239 19521036288 1473795 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
/proc/23971/statm: 4765878 1473795 5520 1 0 1495513 0
[pid=23971/tid=23987] ppid=23962 vsize=19063512 memory=5895180 CPUtime=3375.09 cores=0,2
/proc/23971/task/23987/stat : 23987 (java) R 23962 23971 23911 0 -1 4194368 85328 0 0 0 337306 203 0 0 20 0 20 0 34076242 19521036288 1473795 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
[pid=23971/tid=24019] ppid=23962 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/23971/task/24019/stat : 24019 (Finalizer) S 23962 23971 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34076244 19521036288 1473795 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
[pid=23971/tid=24028] ppid=23962 vsize=19063512 memory=5895180 CPUtime=0 cores=0,2
/proc/23971/task/24028/stat : 24028 (Common-Cleaner) S 23962 23971 23911 0 -1 4194368 2245 0 0 0 0 0 0 0 20 0 20 0 34076244 19521036288 1473795 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
[pid=23971/tid=24055] ppid=23962 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/23971/task/24055/stat : 24055 (Timer-0) S 23962 23971 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34076385 19521036288 1473795 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
Current children cumulated CPU time: 3440.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5895180 KiB

[startup+3522.3 s]
/proc/loadavg: 4.18 4.18 4.11 5/343 24246
/proc/meminfo: memFree=108036308/131249988 swapFree=33010684/33010684
[pid=23971] ppid=23962 vsize=19063512 memory=5895180 CPUtime=3500.91 cores=0,2
/proc/23971/stat : 23971 (java) S 23962 23971 23911 0 -1 4194304 211184 0 0 0 349731 360 0 0 20 0 20 0 34076239 19521036288 1473795 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
/proc/23971/statm: 4765878 1473795 5520 1 0 1495513 0
[pid=23971/tid=23987] ppid=23962 vsize=19063512 memory=5895180 CPUtime=3434.36 cores=0,2
/proc/23971/task/23987/stat : 23987 (java) R 23962 23971 23911 0 -1 4194368 86777 0 0 0 343233 203 0 0 20 0 20 0 34076242 19521036288 1473795 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
[pid=23971/tid=24019] ppid=23962 vsize=19063512 memory=4111372 CPUtime=0 cores=0,2
/proc/23971/task/24019/stat : 24019 (Finalizer) S 23962 23971 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34076244 19521036288 1473795 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
[pid=23971/tid=24028] ppid=23962 vsize=19063512 memory=5895180 CPUtime=0 cores=0,2
/proc/23971/task/24028/stat : 24028 (Common-Cleaner) S 23962 23971 23911 0 -1 4194368 2248 0 0 0 0 0 0 0 20 0 20 0 34076244 19521036288 1473795 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
[pid=23971/tid=24055] ppid=23962 vsize=19063512 memory=5895180 CPUtime=0 cores=0,2
/proc/23971/task/24055/stat : 24055 (Timer-0) S 23962 23971 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34076385 19521036288 1473795 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
Current children cumulated CPU time: 3500.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5895180 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.16 4.11 5/343 24248
/proc/meminfo: memFree=109693108/131249988 swapFree=33010684/33010684
[pid=23971] ppid=23962 vsize=19063512 memory=4720072 CPUtime=3562.13 cores=0,2
/proc/23971/stat : 23971 (java) S 23962 23971 23911 0 -1 4194304 218992 0 0 0 355848 365 0 0 20 0 20 0 34076239 19521036288 1180018 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
/proc/23971/statm: 4765878 1180018 5520 1 0 1192756 0
[pid=23971/tid=23987] ppid=23962 vsize=19063512 memory=5895180 CPUtime=3493.17 cores=0,2
/proc/23971/task/23987/stat : 23987 (java) R 23962 23971 23911 0 -1 4194368 89693 0 0 0 349114 203 0 0 20 0 20 0 34076242 19521036288 1180018 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
[pid=23971/tid=24019] ppid=23962 vsize=19063512 memory=1792 CPUtime=0 cores=0,2
/proc/23971/task/24019/stat : 24019 (Finalizer) S 23962 23971 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34076244 19521036288 1180018 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
[pid=23971/tid=24028] ppid=23962 vsize=19063512 memory=5895180 CPUtime=0 cores=0,2
/proc/23971/task/24028/stat : 24028 (Common-Cleaner) S 23962 23971 23911 0 -1 4194368 2324 0 0 0 0 0 0 0 20 0 20 0 34076244 19521036288 1180018 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
[pid=23971/tid=24055] ppid=23962 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/23971/task/24055/stat : 24055 (Timer-0) S 23962 23971 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34076385 19521036288 1180018 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
Current children cumulated CPU time: 3562.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4720072 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3619.5 s]
/proc/loadavg: 4.11 4.16 4.10 6/342 24315
/proc/meminfo: memFree=114008956/131249988 swapFree=33010684/33010684
[pid=23971] ppid=23962 vsize=19063512 memory=4720072 CPUtime=3600.07 cores=0,2
/proc/23971/stat : 23971 (java) S 23962 23971 23911 0 -1 4194304 221049 0 0 0 359639 368 0 0 20 0 20 0 34076239 19521036288 1180018 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
/proc/23971/statm: 4765878 1180018 5520 1 0 1192763 0
[pid=23971/tid=23987] ppid=23962 vsize=19063512 memory=14848 CPUtime=3529.7 cores=0,2
/proc/23971/task/23987/stat : 23987 (java) R 23962 23971 23911 0 -1 4194368 89739 0 0 0 352767 203 0 0 20 0 20 0 34076242 19521036288 1180018 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
[pid=23971/tid=24019] ppid=23962 vsize=19063512 memory=4720072 CPUtime=0 cores=0,2
/proc/23971/task/24019/stat : 24019 (Finalizer) S 23962 23971 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34076244 19521036288 1180018 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
[pid=23971/tid=24028] ppid=23962 vsize=19063512 memory=4720072 CPUtime=0 cores=0,2
/proc/23971/task/24028/stat : 24028 (Common-Cleaner) S 23962 23971 23911 0 -1 4194368 2324 0 0 0 0 0 0 0 20 0 20 0 34076244 19521036288 1180018 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
[pid=23971/tid=24055] ppid=23962 vsize=19063512 memory=4720072 CPUtime=0 cores=0,2
/proc/23971/task/24055/stat : 24055 (Timer-0) S 23962 23971 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34076385 19521036288 1180018 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4720072 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.53 s, system=3.70427 s

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

[startup+3619.5 s]
/proc/loadavg: 4.11 4.16 4.10 6/342 24315
/proc/meminfo: memFree=114008956/131249988 swapFree=33010684/33010684
[pid=23971] ppid=23962 vsize=19063512 memory=4720072 CPUtime=3600.07 cores=0,2
/proc/23971/stat : 23971 (java) S 23962 23971 23911 0 -1 4194304 221049 0 0 0 359639 368 0 0 20 0 20 0 34076239 19521036288 1180018 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
/proc/23971/statm: 4765878 1180018 5520 1 0 1192763 0
[pid=23971/tid=23987] ppid=23962 vsize=19063512 memory=14848 CPUtime=3529.7 cores=0,2
/proc/23971/task/23987/stat : 23987 (java) R 23962 23971 23911 0 -1 4194368 89739 0 0 0 352767 203 0 0 20 0 20 0 34076242 19521036288 1180018 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
[pid=23971/tid=24019] ppid=23962 vsize=19063512 memory=4720072 CPUtime=0 cores=0,2
/proc/23971/task/24019/stat : 24019 (Finalizer) S 23962 23971 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34076244 19521036288 1180018 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
[pid=23971/tid=24028] ppid=23962 vsize=19063512 memory=4720072 CPUtime=0 cores=0,2
/proc/23971/task/24028/stat : 24028 (Common-Cleaner) S 23962 23971 23911 0 -1 4194368 2324 0 0 0 0 0 0 0 20 0 20 0 34076244 19521036288 1180018 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
[pid=23971/tid=24055] ppid=23962 vsize=19063512 memory=4720072 CPUtime=0 cores=0,2
/proc/23971/task/24055/stat : 24055 (Timer-0) S 23962 23971 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34076385 19521036288 1180018 18446744073709551615 94805881626624 94805881630320 140733116757104 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94805881638136 94805881638928 94805914222592 140733116762413 140733116762598 140733116762598 140733116768200 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4720072 KiB

Child status: 143

Real time (s): 3619.6
CPU time (s): 3600.23
CPU user time (s): 3596.53
CPU system time (s): 3.70427
CPU usage (%): 99.465
Max. virtual memory (cumulated for all children) (KiB): 19066244
Max. memory (cumulated for all children) (KiB): 5895180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.53
system time used= 3.70427
maximum resident set size= 5895180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 222564
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1366784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 155552
involuntary context switches= 12803


# summary of solver processes directly reported to runsolver:
#   pid: 23971
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3596.53
#   total CPU system time (s): 3.70427

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.97816 second user time and 16.6217 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-06-29 09:59:47
IDJOB=4506875
IDBENCH=158302
IDSOLVER=3362
FILE ID=nodeC020/4506875-1751183987
RUNJOBID= nodeC020-1751183987-23921
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/ShortestPathNG/normalized-NG_K176.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4506875-1751183987/watcher-4506875-1751183987 -o /tmp/evaluation-result-4506875-1751183987/solver-4506875-1751183987 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751183987-23921 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4506875-1751183987 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4506875-1751183987.opb

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

MD5SUM BENCH= 98be46c5d9a37fa78efcf3182d546400
RANDOM SEED=1355199410

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.882
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		: 3601.048
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.891
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		: 3600.102
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		: 3600.007
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		: 3600.028
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		: 3600.074
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.890
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:        129726404 kB
MemAvailable:   129750932 kB
Buffers:            3280 kB
Cached:           831712 kB
SwapCached:            0 kB
Active:           386072 kB
Inactive:         524428 kB
Active(anon):      93564 kB
Inactive(anon):        0 kB
Active(file):     292508 kB
Inactive(file):   524428 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7124 kB
Writeback:             4 kB
AnonPages:         78712 kB
Mapped:           102372 kB
Shmem:             18056 kB
KReclaimable:      93664 kB
Slab:             180240 kB
SReclaimable:      93664 kB
SUnreclaim:        86576 kB
KernelStack:        4096 kB
PageTables:         2872 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     340484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150360 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC020 at 2025-06-29 11:00:06