Trace number 4450531

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 Cutting Planes 2024 2024-07-12? (TO) 3600.23 3583.79

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size128-round23-2.opb
MD5SUM47ea31a7c9031906789706eba8e52740
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9504
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)416
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
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		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Use constraints as they come during conflict analysis
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: EFFECTIVE
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Dynamic restart strategy considering the size of the coefficients
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Use constraints as they come during conflict analysis
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: EFFECTIVE
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Dynamic restart strategy considering the size of the coefficients
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4450531-1721421026.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  no objective function found
0.71/0.42	c ... done. Wall clock time 0.269s.
0.71/0.42	c declared #vars     4288
0.71/0.43	c #constraints  10816
0.71/0.43	c constraints type 
0.71/0.43	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
0.71/0.43	c org.sat4j.specs.Constr$1 => 904
0.71/0.43	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1792
0.71/0.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7488
0.71/0.43	c org.sat4j.pb.constraints.pb.UnitClausePB => 504
0.71/0.43	c 10816 constraints processed.
29.25/25.32	c cleaning 2431 clauses out of 5000 with flag 0/5000
539.80/535.45	c cleaning 4265 clauses out of 8569 with flag 0/11000
2298.51/2292.51	c cleaning 5587 clauses out of 11305 with flag 0/18001
3600.07/3583.72	c starts		: 38
3600.07/3583.72	c conflicts		: 24304
3600.07/3583.72	c decisions		: 72836
3600.07/3583.72	c propagations		: 2809472
3600.07/3583.72	c inspects		: 180443798
3600.07/3583.72	c shortcuts		: 0
3600.07/3583.72	c learnt literals	: 0
3600.07/3583.72	c learnt binary clauses	: 0
3600.07/3583.72	c learnt ternary clauses	: 0
3600.07/3583.72	c learnt constraints	: 24304
3600.07/3583.72	c ignored constraints	: 0
3600.07/3583.72	c root simplifications	: 0
3600.07/3583.72	c removed literals (reason simplification)	: 0
3600.07/3583.72	c reason swapping (by a shorter reason)	: 0
3600.07/3583.72	c Calls to reduceDB	: 3
3600.07/3583.72	c Number of update (reduction) of LBD	: 29459
3600.07/3583.72	c Imported unit clauses	: 0
3600.07/3583.72	c No decision after first conflict	: false
3600.07/3583.72	c number of reductions to clauses (during analyze)	: 0
3600.07/3583.72	c number of learned constraints concerned by reduction	: 0
3600.07/3583.72	c number of learning phase by resolution	: 0
3600.07/3583.72	c number of learning phase by cutting planes	: 0
3600.07/3583.72	c number of rounding to 1 operations	: 0
3600.07/3583.72	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3583.72	c number of reductions of the coefficients by power 2 	: 0
3600.07/3583.72	c number of right shift for reduction by power 2 	: 0
3600.07/3583.72	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3583.72	c number of ending skipping 	: 0
3600.07/3583.72	c number of internal skipping 	: 0
3600.07/3583.72	c number of derivation steps 	: 780229
3600.07/3583.72	c number of skipped derivation steps 	: 0
3600.07/3583.72	c number of remaining unassigned 	: 145079
3600.07/3583.72	c number of remaining assigned 	: 32412890
3600.07/3583.72	c number of falsified literals weakened from reason	: 0
3600.07/3583.72	c number of falsified literals weakened from conflict	: 0
3600.07/3583.72	c time for arithmetic operations	: 57295738066
3600.07/3583.72	c minimum degree of deleted constraints	: 5
3600.07/3583.74	c maximum degree of deleted constraints	: 33201209114458177979673231182281096256163853713804606476917945469091426694507492532125143895606117566334757730453689091889502336979990942595959881401845791262899067489470193604640608432983282925596252710097784295817158419267519868842884549202107979821700284019107371548957100581781876583069207024981050340798795688730340638899000390059673264828897264368602981472606817186920582291352806469767603951218729030833076870838184251877888447895203964126497133983452130579159188170023342282480111833275183205370241381737130473280323686262762409532158055781727769335253325046680778524678533896665858085080688138853740880125684725751113582712802803389452579301930466723886408350795440820976175536774763866932709310000798322551101656069672736960027586531240539632913563180163771125249250709111216812990445019049150625747261672946505938862761643563319783522792723738457879296473534755067415640279350488239106428057964576311913317183424354187022448566958532987163226581486837629223842995164379144777622838573322120798474792747577692952596414828431239953863914188642012399097894586358142089435387965755555230499276530653938824123454699198686069937734140018267781621094338172269015902350895596018811309452440659228415107240600308097073742509402513922397897120636033920637210479111585954594911166705272488237851598740567833563218945831694296243096685947368398226229454491069664503729257215007288387947692928508065933738315017052379610380502608780338388956628358271798043691725039695623221891200252286400218195368320593063055090013722445773153332288367291246249211560197399967762350254226996907444834219605539155800407431269631380718753323070853161339699382516829973919681125489589679420391132967060432135618570053398166229653670562617319122881537983911562630947575380439338772680138631276352096853104793057894037993559910949961361057837457938540621855088507819635560272509178748077714593701913851050550348258007666051939540154170877768479649236482957676993605708005414024155154755455039235133330153593515079492119269632847692724608762803896742950648144169433083018197019942865973147575084269394542393124116116168388218742565236171975629674029265200424547232049945359007583033889040432408077274322230047417980404581467058401134539775163146837174472918472031049897107828111878294628199038979041666384800971140753187758135428218072508175237794021067659305139224088292740645225972134444400381855240823412044177215210013448546591999640742332113798178972805742683346486922853149273196288950678701395155470319942283476847004519105220153075659466992028851744727751053178124555955724072963765346610962616675390273247520452541161666690725036111029897298797145413180125659463938594539262071422731638436579201358468870337512855817683293758204003009585084851158505958356079033729567360465613959948149179150693919288434596034034524687431132476178472864709927746601658342527464930745992267365826628321810654601674535426944708050764862491689851120414627658838908354116780454489977687782345285714451993653616481708959839503329055518586412024496267869358011788066678312951584574944230651704913964031731145375252280334268641062404580787338157051774697353182542227412660289703240272902291836274771911042592093074124812791245749997996896545295381767350153783962329091075757910490643313337060282068161079411198624340004921744460634760119456154111692914686262044831821305305099565948690421028814166089442024885622673580872225994487355317441756237798778548752013217801569609112330185810168069210603968342338220266816370905565236452537349682889585508888957834150107579732824295677247000578719305355039231766848044767158426826881639693347288882638832111804700774833914453148003716293377713744631763736508343012681047622178143391358695289376643996448180322189434489608275246273951777580662802869984281739314267038425033938333662485508125190326317075793670963279678055320094501402511543268948141143564106130184791463120936682026547505629939171489306970884861156266475832436741286089719303800914053565468559882194543700412472261655833826585551120287883166528230337074270024158394494024634410267253252822782560173368389021279414199482076679987019824462152952376570481605262721237120885734370578272170223360680129227615417316465128532808409562713455521094300557999833758176148734342474652667869787337271109272274270389528645392207027967461151830384380678720986970010843131693740250227127057491288316815397701731468214062326755722465202801862013276768877582391876942781390168213550870427055884588936573416873949699354624495405209166597592708508236301614990604862242030757992862739474173672462218402683541012785145787629248503959086243910062935261697850071124750689092854049404067678552780419278457545455844411385736070473633602983630660302532178766599088321673250525166698154739474701608787071267113894266780226426567785799382458656189778518601510465532738739228861952029280241282860263528428561290561020167501800592038735287765362222415064705396489036859398625244920476143594014776278089749008968295064706085638014686501169009209118291806848352124044240463108852839488323629832577118061664382977991218211310474872364273173037657043768497965361667166686484044413293515447406820102341242426221949083039028852486829562169208411291678096896455753674689459668212263423383692705998674573690425126655900452772455798687263334185862442575809678670903070998855949830492314209473287455317430183236508980835550679650760101113940452191097912191170868518913317544811921544772876779592728100246429906174839630299622782678040211807783963971072153962898868691699014355612624803137351305876687910827976449404754881281092098821198405538189927499806147718371613506579279319353943876662190965694097351754161146961601523315133689846719783337717454708831065798465819595511128625986133274784308808937793381347314305277571683111489566129790089304943425524466137354392428477800140601266408435250381294531723152126034956751599969234483547760150716959513739390045749512589042926925110178963565687900271284226758048301648403930751554353626219875973983406920262150083313649596131108808392306504044234121469675814298615166443710173926297084960814018881990110356366979622870201227517817710877973920607449594998412095353712143282495417828362085426078485900276916820279308220033891074431239670603862983373260275075106252298694975920935843325724707172592289188169061253965711346356120195035652388345808235798159881385896553101579048560988971393738674427220008797891833092865074973419581582856846685424395695844266841859877327467289170768313727425432444871142588043721996450680853176150781124719927198333313610090015038717284559858242785795914341641370018690218452109967763343800932199810894792618378563659454912446570900090433536057490059753443656575973969875656535446571904271874216763884417677287024728078825217177451400414946360955979243167436272909030799088781418355430448039962844415238342571055017128233320307652809518991848805894656689665435942651506956914153925606764220520401019966204069219588355711701494209384002696482392763681291765911315774936909008004576353073915882040705735531737705615256929268174694755101669348170826107446697557249899714440708771452643474079161901300687107222227031543016384320792686430699144787333447727501113002213067876211560620731185627128994342630540911935675210847337206680035736650081692131779401900451165577673289214444332704036436011521330287876369342031312994330810890023332657632455412565496063533678067871844464411417160978303809098190755474975937686799297581947019898260712864554981184879218591208616284845684800686500365170243826674991966956744420201637432096046427866702720991745384151908055411381007330606483407478233773468641938352051964740412552813199992353367996502097554504014543218580455911012569674283762240441155591034218186342866495406263217053440231403653665166471245334779330238608535740757962088604955268227642349498666932940900191067169395549997963362770834845941863478992936287466874439256634613476641992843644801974592721175362960518892024940710218647919257024493070894589768527164895303316685655752393600800040001277170415018531088307285799968766780201204982482217367299723683322429807596550972242170630618489954715166150808871109696402852886892759409073161031416073110921878971046645986300787943203528174578120346279322007890311031175909912350774342667168954013323500260262512097364486669497810434671485066942349363638669047214449242909378735296391730866862135011106058773413933557453946164238482982496904144925932145158728498913055725156024168839418407548041948382790232843479325845602516005315331398990324920485913820123629428478134400362581612184331075060683004741721168599465188465408848198878113184995786323917705619028530843750485117538778094359885637807103775813067402065970843895824743975540716578939267172912145285521283098393887303997363053587277731496052788828266873073633316866441293648046262625187194335138897239704478931589917985257565948883263108325545463640902454717494009846418724503538275926969842910827869887596564397803038853148463794609144608749097752446403815303009704977523726456305048450297663433720832050687993022716717771963272471304535170373970236745157646254836569676580192269254224651223781354203679693675115109110345209691200393275851024704866729840944524219311734799149562353727724416257399506941943507887050601284887451447848822194356642832500510259718761249802428135180613502874924172406598098180207480247619809913290155417798654899006094663055085915511033956321523778833895836916330914812623897179903645898788954599559878458792187136511679729231707975778547946925736832748149899223289816687377900387378874465217335563193721128860161530713595750901798352458383105067055987463907680628672499809005441030915593871826968220906926978669593661449639845842325025806914370068178255276312905389045963148450066377006748780642635346968427214454617704043999118519807547184197226880074866907215971631705290866225660852684711089094042159176793636910338754737551167741206628992437695425203669026549396686539649501856334954546742108090297140748426217978460956689688894871731281044992260912459306127339700678979918525650730827644864723721582371973655136747312131465284104988453886854774338035652906088267227893115423114421190165863278154041732549557338259923096851458847088917850747479619353071016242847770941180188356404319794698763268608589549723443183778722445916713103354289524486527462269835618044976222342552013925642688358571330999097169408267401107745250446431649050209929633582940728996116938190431495270280069099252976671118970627230212304981538078312699280691239976023708208056554364398044567837199568841158677630573165346649414845019528721723737401251367260577113606702410715266684323427684578300519694096050953214776174689984833300570515792275799282579903093750297096017152041515920681961533455666893173342211394691125539110924530710338204567969681594641459934418495510165837522272550763789525314631424703239765671332294704103674646465427515762351009370665697903203148061051136367405642603995978632052421468133829621724463485162380975356193512098277406225389468592542670326259774593449382506618083776996353260998961259991317154466818105161098544467818209730115399000341794735744363541266252274397279947651870945345814480065122445943790903159933370478742158477056957739222347025137603829139256387656452672692962876194780917928871245218070475934160505670065541180259827388808337405885051524601588078617930280084261759761777152439576772501022773373709715693864855300703448257544361747178673832094661611645459895540124232958624278723930864200590810110524889371801827977546061404072194547529764024554805662863757505170594429024922010767165470631428535038764390889080556127836187823218117032579592233565596982768860035125969940349736042842904377159223917559653556755638279972543668705583159068527571995590224651611757664385467056264099393337174967524888590223256515971808256071864217197421957756966338082749060146710655692342707581668097882659461339520759179598702093742954859040132812689104448733132178445353761505716814191421385904335509551563725227306416785234893630317098080486219171890764773769017844560923143154615811602259331577237530843738953839265546366941575496872642590537689193131002060391879454055587568858657427275772065311406111413881613281310640332488000408289121999230308382404135557843706221917471496476200353079801542929921820298110078294167948742072008797206822169474793724432883132602305846334992455225209389774909603117228099435587464851122056944473741296313038303079303198889805067823693938427482818798388477639342595720388924306518231885150852841325380295769275664922408648041879293742731835260571365656742484089718334359884907801689633825326783126548000776787101352299879250721761751550918656000
3600.07/3583.74	c number of deleted constraints	: 12283
3600.07/3583.76	c speed (assignments/second)	: 784.0438633431482
3600.07/3583.76	c non guided choices	: 245
3600.07/3583.76	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 27
3600.07/3583.76	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 11994
3600.07/3583.77	s UNKNOWN
3600.07/3583.77	c Total wall clock time (in seconds): 3583.621

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: 63968 MiB (58242 MiB free)
  memory of node 1: 64473 MiB (62682 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450531-1721421026/watcher-4450531-1721421026 -o /tmp/evaluation-result-4450531-1721421026/solver-4450531-1721421026 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721421037-1046943 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4450531-1721421026.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing FSIZE limit: 104857600 KiB
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 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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=1047128, runsolver pid=1047125
Current StackSize limit: 8192 KiB


[startup+0.100371 s]*
/proc/loadavg: 3.70 4.04 4.08 10/334 1047146
/proc/meminfo: memFree=123615060/131524600 swapFree=131071216/131071996
[pid=1047128] ppid=1047125 vsize=18975048 memory=64468 CPUtime=0.14 cores=5,7
/proc/1047128/stat : 1047128 (java) S 1047125 1047128 1046930 0 -1 1077936128 7130 0 0 0 12 2 0 0 20 0 18 0 194265017 19430449152 16117 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
/proc/1047128/statm: 4743762 16117 5595 1 0 549356 0
[pid=1047128/tid=1047130] ppid=1047125 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/1047128/task/1047130/stat : 1047130 (java) R 1047125 1047128 1046930 0 -1 1078198336 5715 0 0 0 7 1 0 0 20 0 18 0 194265017 19430449152 16117 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
[pid=1047128/tid=1047139] ppid=1047125 vsize=18975048 memory=228556276070 CPUtime=0 cores=5,7
/proc/1047128/task/1047139/stat : 1047139 (Finalizer) S 1047125 1047128 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 194265020 19430449152 16117 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
[pid=1047128/tid=1047146] ppid=1047125 vsize=18975048 memory=15819997462990744 CPUtime=0 cores=5,7
/proc/1047128/task/1047146/stat : 1047146 (Common-Cleaner) S 1047125 1047128 1046930 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 194265020 19430449152 16117 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64468 KiB

[startup+0.20689 s]*
/proc/loadavg: 3.70 4.04 4.08 12/334 1047146
/proc/meminfo: memFree=123437900/131524600 swapFree=131071216/131071996
[pid=1047128] ppid=1047125 vsize=18975048 memory=98660 CPUtime=0.34 cores=5,7
/proc/1047128/stat : 1047128 (java) S 1047125 1047128 1046930 0 -1 1077936128 7678 0 0 0 31 3 0 0 20 0 18 0 194265017 19430449152 24665 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
/proc/1047128/statm: 4743762 24665 5907 1 0 549714 0
[pid=1047128/tid=1047130] ppid=1047125 vsize=18975048 memory=6876556183782621315 CPUtime=0.19 cores=5,7
/proc/1047128/task/1047130/stat : 1047130 (java) R 1047125 1047128 1046930 0 -1 4194368 5983 0 0 0 17 2 0 0 20 0 18 0 194265017 19430449152 24665 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
[pid=1047128/tid=1047139] ppid=1047125 vsize=18975048 memory=1905144 CPUtime=0 cores=5,7
/proc/1047128/task/1047139/stat : 1047139 (Finalizer) S 1047125 1047128 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 194265020 19430449152 24665 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
[pid=1047128/tid=1047146] ppid=1047125 vsize=18975048 memory=15538522484377282 CPUtime=0 cores=5,7
/proc/1047128/task/1047146/stat : 1047146 (Common-Cleaner) S 1047125 1047128 1046930 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 194265020 19430449152 24665 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 98660 KiB

[startup+0.306073 s]*
/proc/loadavg: 3.70 4.04 4.08 11/335 1047147
/proc/meminfo: memFree=123203064/131524600 swapFree=131071216/131071996
[pid=1047128] ppid=1047125 vsize=19041612 memory=164764 CPUtime=0.51 cores=5,7
/proc/1047128/stat : 1047128 (java) S 1047125 1047128 1046930 0 -1 1077936128 9387 0 0 0 46 5 0 0 20 0 19 0 194265017 19498610688 41191 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
/proc/1047128/statm: 4760403 41191 5923 1 0 551083 0
[pid=1047128/tid=1047130] ppid=1047125 vsize=19041612 memory=-7307756127898331494 CPUtime=0.25 cores=5,7
/proc/1047128/task/1047130/stat : 1047130 (java) R 1047125 1047128 1046930 0 -1 4194368 6043 0 0 0 22 3 0 0 20 0 19 0 194265017 19498610688 41191 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
[pid=1047128/tid=1047139] ppid=1047125 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1047128/task/1047139/stat : 1047139 (Finalizer) S 1047125 1047128 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 194265020 19498610688 41191 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
[pid=1047128/tid=1047146] ppid=1047125 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1047128/task/1047146/stat : 1047146 (Common-Cleaner) S 1047125 1047128 1046930 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 194265020 19498610688 41191 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 164764 KiB

[startup+0.70026 s]
/proc/loadavg: 3.70 4.04 4.08 10/336 1047148
/proc/meminfo: memFree=122924232/131524600 swapFree=131071216/131071996
[pid=1047128] ppid=1047125 vsize=19108176 memory=239000 CPUtime=1.25 cores=5,7
/proc/1047128/stat : 1047128 (java) S 1047125 1047128 1046930 0 -1 1077936128 15163 0 0 0 118 7 0 0 20 0 20 0 194265017 19566772224 59750 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
/proc/1047128/statm: 4777044 59750 5923 1 0 554557 0
[pid=1047128/tid=1047130] ppid=1047125 vsize=19108176 memory=5628 CPUtime=0.56 cores=5,7
/proc/1047128/task/1047130/stat : 1047130 (java) R 1047125 1047128 1046930 0 -1 4194368 6149 0 0 0 52 4 0 0 20 0 20 0 194265017 19566772224 59750 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
[pid=1047128/tid=1047139] ppid=1047125 vsize=19108176 memory=13124 CPUtime=0 cores=5,7
/proc/1047128/task/1047139/stat : 1047139 (Finalizer) S 1047125 1047128 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194265020 19566772224 59750 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
[pid=1047128/tid=1047146] ppid=1047125 vsize=19108176 memory=280204337799848 CPUtime=0 cores=5,7
/proc/1047128/task/1047146/stat : 1047146 (Common-Cleaner) S 1047125 1047128 1046930 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194265020 19566772224 59750 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
[pid=1047128/tid=1047148] ppid=1047125 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1047128/task/1047148/stat : 1047148 (Timer-0) S 1047125 1047128 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194265060 19566772224 59750 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 239000 KiB

[startup+1.50489 s]
/proc/loadavg: 3.70 4.04 4.08 9/336 1047148
/proc/meminfo: memFree=122120476/131524600 swapFree=131071216/131071996
[pid=1047128] ppid=1047125 vsize=19108176 memory=415460 CPUtime=2.84 cores=5,7
/proc/1047128/stat : 1047128 (java) S 1047125 1047128 1046930 0 -1 1077936128 19940 0 0 0 272 12 0 0 20 0 20 0 194265017 19566772224 103865 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
/proc/1047128/statm: 4777044 103865 5923 1 0 557827 0
[pid=1047128/tid=1047130] ppid=1047125 vsize=19108176 memory=13124 CPUtime=1.32 cores=5,7
/proc/1047128/task/1047130/stat : 1047130 (java) R 1047125 1047128 1046930 0 -1 4194368 6267 0 0 0 125 7 0 0 20 0 20 0 194265017 19566772224 103865 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
[pid=1047128/tid=1047139] ppid=1047125 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1047128/task/1047139/stat : 1047139 (Finalizer) S 1047125 1047128 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194265020 19566772224 103865 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
[pid=1047128/tid=1047146] ppid=1047125 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1047128/task/1047146/stat : 1047146 (Common-Cleaner) S 1047125 1047128 1046930 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194265020 19566772224 103865 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
[pid=1047128/tid=1047148] ppid=1047125 vsize=19108176 memory=280204337653008 CPUtime=0 cores=5,7
/proc/1047128/task/1047148/stat : 1047148 (Timer-0) S 1047125 1047128 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194265060 19566772224 103865 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 415460 KiB

[startup+3.11089 s]
/proc/loadavg: 3.70 4.04 4.08 6/336 1047148
/proc/meminfo: memFree=119529260/131524600 swapFree=131071216/131071996
[pid=1047128] ppid=1047125 vsize=19108176 memory=568152 CPUtime=6.02 cores=5,7
/proc/1047128/stat : 1047128 (java) S 1047125 1047128 1046930 0 -1 1077936128 24669 0 0 0 587 15 0 0 20 0 20 0 194265017 19566772224 142038 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
/proc/1047128/statm: 4777044 142038 5923 1 0 557859 0
[pid=1047128/tid=1047130] ppid=1047125 vsize=19108176 memory=0 CPUtime=2.89 cores=5,7
/proc/1047128/task/1047130/stat : 1047130 (java) R 1047125 1047128 1046930 0 -1 4194368 6621 0 0 0 279 10 0 0 20 0 20 0 194265017 19566772224 142038 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
[pid=1047128/tid=1047139] ppid=1047125 vsize=19108176 memory=13124 CPUtime=0 cores=5,7
/proc/1047128/task/1047139/stat : 1047139 (Finalizer) S 1047125 1047128 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194265020 19566772224 142038 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
[pid=1047128/tid=1047146] ppid=1047125 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1047128/task/1047146/stat : 1047146 (Common-Cleaner) S 1047125 1047128 1046930 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194265020 19566772224 142038 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
[pid=1047128/tid=1047148] ppid=1047125 vsize=19108176 memory=14364 CPUtime=0 cores=5,7
/proc/1047128/task/1047148/stat : 1047148 (Timer-0) S 1047125 1047128 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194265060 19566772224 142038 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
Current children cumulated CPU time: 6.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 568152 KiB

[startup+6.30027 s]
/proc/loadavg: 3.72 4.04 4.08 5/334 1047148
/proc/meminfo: memFree=118448584/131524600 swapFree=131071216/131071996
[pid=1047128] ppid=1047125 vsize=19108176 memory=909672 CPUtime=9.77 cores=5,7
/proc/1047128/stat : 1047128 (java) S 1047125 1047128 1046930 0 -1 1077936128 28213 0 0 0 954 23 0 0 20 0 20 0 194265017 19566772224 227418 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
/proc/1047128/statm: 4777044 227418 5939 1 0 722864 0
[pid=1047128/tid=1047130] ppid=1047125 vsize=19108176 memory=13124 CPUtime=5.99 cores=5,7
/proc/1047128/task/1047130/stat : 1047130 (java) R 1047125 1047128 1046930 0 -1 4194368 7464 0 0 0 584 15 0 0 20 0 20 0 194265017 19566772224 227418 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
[pid=1047128/tid=1047139] ppid=1047125 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1047128/task/1047139/stat : 1047139 (Finalizer) S 1047125 1047128 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194265020 19566772224 227418 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
[pid=1047128/tid=1047146] ppid=1047125 vsize=19108176 memory=7100839861465945203 CPUtime=0 cores=5,7
/proc/1047128/task/1047146/stat : 1047146 (Common-Cleaner) S 1047125 1047128 1046930 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194265020 19566772224 227418 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
[pid=1047128/tid=1047148] ppid=1047125 vsize=19108176 memory=415460 CPUtime=0 cores=5,7
/proc/1047128/task/1047148/stat : 1047148 (Timer-0) S 1047125 1047128 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194265060 19566772224 227418 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
Current children cumulated CPU time: 9.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 909672 KiB

[startup+12.7003 s]
/proc/loadavg: 3.90 4.07 4.09 5/334 1047150
/proc/meminfo: memFree=117820868/131524600 swapFree=131071216/131071996
[pid=1047128] ppid=1047125 vsize=19108176 memory=1337860 CPUtime=16.54 cores=5,7
/proc/1047128/stat : 1047128 (java) S 1047125 1047128 1046930 0 -1 1077936128 30197 0 0 0 1623 31 0 0 20 0 20 0 194265017 19566772224 334465 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
/proc/1047128/statm: 4777044 334465 5939 1 0 722874 0
[pid=1047128/tid=1047130] ppid=1047125 vsize=19108176 memory=0 CPUtime=12.35 cores=5,7
/proc/1047128/task/1047130/stat : 1047130 (java) R 1047125 1047128 1046930 0 -1 4194368 7910 0 0 0 1212 23 0 0 20 0 20 0 194265017 19566772224 334465 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
[pid=1047128/tid=1047139] ppid=1047125 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1047128/task/1047139/stat : 1047139 (Finalizer) S 1047125 1047128 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194265020 19566772224 334465 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
[pid=1047128/tid=1047146] ppid=1047125 vsize=19108176 memory=1337860 CPUtime=0 cores=5,7
/proc/1047128/task/1047146/stat : 1047146 (Common-Cleaner) S 1047125 1047128 1046930 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194265020 19566772224 334465 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
[pid=1047128/tid=1047148] ppid=1047125 vsize=19108176 memory=13124 CPUtime=0 cores=5,7
/proc/1047128/task/1047148/stat : 1047148 (Timer-0) S 1047125 1047128 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194265060 19566772224 334465 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
Current children cumulated CPU time: 16.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1337860 KiB

[startup+25.5003 s]
/proc/loadavg: 4.07 4.10 4.10 6/334 1047218
/proc/meminfo: memFree=117349284/131524600 swapFree=131071216/131071996
[pid=1047128] ppid=1047125 vsize=19108176 memory=1784988 CPUtime=29.48 cores=5,7
/proc/1047128/stat : 1047128 (java) S 1047125 1047128 1046930 0 -1 1077936128 39700 0 0 0 2907 41 0 0 20 0 20 0 194265017 19566772224 446247 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
/proc/1047128/statm: 4777044 446247 5939 1 0 722928 0
[pid=1047128/tid=1047130] ppid=1047125 vsize=19108176 memory=1337860 CPUtime=25 cores=5,7
/proc/1047128/task/1047130/stat : 1047130 (java) R 1047125 1047128 1046930 0 -1 4194368 12280 0 0 0 2469 31 0 0 20 0 20 0 194265017 19566772224 446247 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
[pid=1047128/tid=1047139] ppid=1047125 vsize=19108176 memory=-7307756127898331494 CPUtime=0 cores=5,7
/proc/1047128/task/1047139/stat : 1047139 (Finalizer) S 1047125 1047128 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194265020 19566772224 446247 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
[pid=1047128/tid=1047146] ppid=1047125 vsize=19108176 memory=1784808 CPUtime=0 cores=5,7
/proc/1047128/task/1047146/stat : 1047146 (Common-Cleaner) S 1047125 1047128 1046930 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194265020 19566772224 446247 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
[pid=1047128/tid=1047148] ppid=1047125 vsize=19108176 memory=164 CPUtime=0 cores=5,7
/proc/1047128/task/1047148/stat : 1047148 (Timer-0) S 1047125 1047128 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194265060 19566772224 446247 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
Current children cumulated CPU time: 29.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1784988 KiB

[startup+51.1059 s]
/proc/loadavg: 4.04 4.09 4.09 5/334 1047223
/proc/meminfo: memFree=116576536/131524600 swapFree=131071216/131071996
[pid=1047128] ppid=1047125 vsize=19108176 memory=1875348 CPUtime=55.31 cores=5,7
/proc/1047128/stat : 1047128 (java) S 1047125 1047128 1046930 0 -1 1077936128 45083 0 0 0 5486 45 0 0 20 0 20 0 194265017 19566772224 468837 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
/proc/1047128/statm: 4777044 468837 5939 1 0 722928 0
[pid=1047128/tid=1047130] ppid=1047125 vsize=19108176 memory=14364 CPUtime=50.26 cores=5,7
/proc/1047128/task/1047130/stat : 1047130 (java) R 1047125 1047128 1046930 0 -1 4194368 14612 0 0 0 4995 31 0 0 20 0 20 0 194265017 19566772224 468837 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
[pid=1047128/tid=1047139] ppid=1047125 vsize=19108176 memory=13124 CPUtime=0 cores=5,7
/proc/1047128/task/1047139/stat : 1047139 (Finalizer) S 1047125 1047128 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194265020 19566772224 468837 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0

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

/proc/meminfo: memFree=109107740/131524600 swapFree=131071216/131071996
[pid=1047128] ppid=1047125 vsize=19108176 memory=3402844 CPUtime=3296.19 cores=5,7
/proc/1047128/stat : 1047128 (java) S 1047125 1047128 1046930 0 -1 1077936128 327490 0 0 0 329400 219 0 0 20 0 20 0 194265017 19566772224 850711 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
/proc/1047128/statm: 4777044 850711 5950 1 0 864409 0
[pid=1047128/tid=1047130] ppid=1047125 vsize=19108176 memory=3402844 CPUtime=3262.33 cores=5,7
/proc/1047128/task/1047130/stat : 1047130 (java) R 1047125 1047128 1046930 0 -1 4194368 123551 0 0 0 326172 61 0 0 20 0 20 0 194265017 19566772224 850711 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 24 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
[pid=1047128/tid=1047139] ppid=1047125 vsize=19108176 memory=3402844 CPUtime=0 cores=5,7
/proc/1047128/task/1047139/stat : 1047139 (Finalizer) S 1047125 1047128 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194265020 19566772224 850711 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
[pid=1047128/tid=1047146] ppid=1047125 vsize=19108176 memory=20776 CPUtime=0 cores=5,7
/proc/1047128/task/1047146/stat : 1047146 (Common-Cleaner) S 1047125 1047128 1046930 0 -1 1077936192 4241 0 0 0 0 0 0 0 20 0 20 0 194265020 19566772224 850711 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
[pid=1047128/tid=1047148] ppid=1047125 vsize=19108176 memory=14364 CPUtime=0 cores=5,7
/proc/1047128/task/1047148/stat : 1047148 (Timer-0) S 1047125 1047128 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194265060 19566772224 850711 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
Current children cumulated CPU time: 3296.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3402844 KiB

[startup+3342.3 s]
/proc/loadavg: 4.26 4.26 4.19 5/332 1048773
/proc/meminfo: memFree=109094584/131524600 swapFree=131071216/131071996
[pid=1047128] ppid=1047125 vsize=19108176 memory=3402844 CPUtime=3355.92 cores=5,7
/proc/1047128/stat : 1047128 (java) S 1047125 1047128 1046930 0 -1 1077936128 330262 0 0 0 335370 222 0 0 20 0 20 0 194265017 19566772224 850711 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
/proc/1047128/statm: 4777044 850711 5950 1 0 864409 0
[pid=1047128/tid=1047130] ppid=1047125 vsize=19108176 memory=3402844 CPUtime=3321.88 cores=5,7
/proc/1047128/task/1047130/stat : 1047130 (java) R 1047125 1047128 1046930 0 -1 4194368 124887 0 0 0 332127 61 0 0 20 0 20 0 194265017 19566772224 850711 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 24 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
[pid=1047128/tid=1047139] ppid=1047125 vsize=19108176 memory=3402844 CPUtime=0 cores=5,7
/proc/1047128/task/1047139/stat : 1047139 (Finalizer) S 1047125 1047128 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194265020 19566772224 850711 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
[pid=1047128/tid=1047146] ppid=1047125 vsize=19108176 memory=3402844 CPUtime=0 cores=5,7
/proc/1047128/task/1047146/stat : 1047146 (Common-Cleaner) S 1047125 1047128 1046930 0 -1 1077936192 4241 0 0 0 0 0 0 0 20 0 20 0 194265020 19566772224 850711 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
[pid=1047128/tid=1047148] ppid=1047125 vsize=19108176 memory=3402844 CPUtime=0 cores=5,7
/proc/1047128/task/1047148/stat : 1047148 (Timer-0) S 1047125 1047128 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194265060 19566772224 850711 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
Current children cumulated CPU time: 3355.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3402844 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.23 4.18 5/332 1048783
/proc/meminfo: memFree=109044292/131524600 swapFree=131071216/131071996
[pid=1047128] ppid=1047125 vsize=19108176 memory=3402852 CPUtime=3416.81 cores=5,7
/proc/1047128/stat : 1047128 (java) S 1047125 1047128 1046930 0 -1 1077936128 340857 0 0 0 341455 226 0 0 20 0 20 0 194265017 19566772224 850713 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
/proc/1047128/statm: 4777044 850713 5950 1 0 864410 0
[pid=1047128/tid=1047130] ppid=1047125 vsize=19108176 memory=3402844 CPUtime=3381.66 cores=5,7
/proc/1047128/task/1047130/stat : 1047130 (java) R 1047125 1047128 1046930 0 -1 4194368 127231 0 0 0 338104 62 0 0 20 0 20 0 194265017 19566772224 850713 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 24 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
[pid=1047128/tid=1047139] ppid=1047125 vsize=19108176 memory=2328 CPUtime=0 cores=5,7
/proc/1047128/task/1047139/stat : 1047139 (Finalizer) S 1047125 1047128 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194265020 19566772224 850713 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
[pid=1047128/tid=1047146] ppid=1047125 vsize=19108176 memory=14364 CPUtime=0 cores=5,7
/proc/1047128/task/1047146/stat : 1047146 (Common-Cleaner) S 1047125 1047128 1046930 0 -1 1077936192 4326 0 0 0 0 0 0 0 20 0 20 0 194265020 19566772224 850713 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
[pid=1047128/tid=1047148] ppid=1047125 vsize=19108176 memory=3402852 CPUtime=0 cores=5,7
/proc/1047128/task/1047148/stat : 1047148 (Timer-0) S 1047125 1047128 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194265060 19566772224 850713 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
Current children cumulated CPU time: 3416.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3402852 KiB

[startup+3462.3 s]
/proc/loadavg: 4.18 4.22 4.18 5/332 1048794
/proc/meminfo: memFree=108976988/131524600 swapFree=131071216/131071996
[pid=1047128] ppid=1047125 vsize=19108176 memory=3402852 CPUtime=3476.74 cores=5,7
/proc/1047128/stat : 1047128 (java) S 1047125 1047128 1046930 0 -1 1077936128 342899 0 0 0 347445 229 0 0 20 0 20 0 194265017 19566772224 850713 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
/proc/1047128/statm: 4777044 850713 5950 1 0 864410 0
[pid=1047128/tid=1047130] ppid=1047125 vsize=19108176 memory=3402844 CPUtime=3441.39 cores=5,7
/proc/1047128/task/1047130/stat : 1047130 (java) R 1047125 1047128 1046930 0 -1 4194368 128009 0 0 0 344077 62 0 0 20 0 20 0 194265017 19566772224 850713 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 24 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
[pid=1047128/tid=1047139] ppid=1047125 vsize=19108176 memory=50160 CPUtime=0 cores=5,7
/proc/1047128/task/1047139/stat : 1047139 (Finalizer) S 1047125 1047128 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194265020 19566772224 850713 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
[pid=1047128/tid=1047146] ppid=1047125 vsize=19108176 memory=3402852 CPUtime=0 cores=5,7
/proc/1047128/task/1047146/stat : 1047146 (Common-Cleaner) S 1047125 1047128 1046930 0 -1 1077936192 4329 0 0 0 0 0 0 0 20 0 20 0 194265020 19566772224 850713 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
[pid=1047128/tid=1047148] ppid=1047125 vsize=19108176 memory=19760 CPUtime=0 cores=5,7
/proc/1047128/task/1047148/stat : 1047148 (Timer-0) S 1047125 1047128 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194265060 19566772224 850713 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
Current children cumulated CPU time: 3476.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3402852 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.19 4.17 5/332 1048973
/proc/meminfo: memFree=108975284/131524600 swapFree=131071216/131071996
[pid=1047128] ppid=1047125 vsize=19108176 memory=3402856 CPUtime=3537.65 cores=5,7
/proc/1047128/stat : 1047128 (java) S 1047125 1047128 1046930 0 -1 1077936128 353951 0 0 0 353533 232 0 0 20 0 20 0 194265017 19566772224 850714 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
/proc/1047128/statm: 4777044 850714 5950 1 0 864410 0
[pid=1047128/tid=1047130] ppid=1047125 vsize=19108176 memory=3402856 CPUtime=3501.12 cores=5,7
/proc/1047128/task/1047130/stat : 1047130 (java) R 1047125 1047128 1046930 0 -1 4194368 130768 0 0 0 350049 63 0 0 20 0 20 0 194265017 19566772224 850714 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 27 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
[pid=1047128/tid=1047139] ppid=1047125 vsize=19108176 memory=14364 CPUtime=0 cores=5,7
/proc/1047128/task/1047139/stat : 1047139 (Finalizer) S 1047125 1047128 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194265020 19566772224 850714 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
[pid=1047128/tid=1047146] ppid=1047125 vsize=19108176 memory=3402856 CPUtime=0 cores=5,7
/proc/1047128/task/1047146/stat : 1047146 (Common-Cleaner) S 1047125 1047128 1046930 0 -1 1077936192 4440 0 0 0 0 0 0 0 20 0 20 0 194265020 19566772224 850714 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
[pid=1047128/tid=1047148] ppid=1047125 vsize=19108176 memory=3402856 CPUtime=0 cores=5,7
/proc/1047128/task/1047148/stat : 1047148 (Timer-0) S 1047125 1047128 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194265060 19566772224 850714 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
Current children cumulated CPU time: 3537.65 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3402856 KiB

[startup+3582.3 s]
/proc/loadavg: 4.25 4.20 4.18 7/333 1049120
/proc/meminfo: memFree=116168424/131524600 swapFree=131071216/131071996
[pid=1047128] ppid=1047125 vsize=19108176 memory=3402856 CPUtime=3598.67 cores=5,7
/proc/1047128/stat : 1047128 (java) S 1047125 1047128 1046930 0 -1 1077936128 366471 0 0 0 359631 236 0 0 20 0 20 0 194265017 19566772224 850714 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
/proc/1047128/statm: 4777044 850714 5950 1 0 864410 0
[pid=1047128/tid=1047130] ppid=1047125 vsize=19108176 memory=14364 CPUtime=3560.52 cores=5,7
/proc/1047128/task/1047130/stat : 1047130 (java) R 1047125 1047128 1046930 0 -1 4194368 133496 0 0 0 355989 63 0 0 20 0 20 0 194265017 19566772224 850714 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 27 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
[pid=1047128/tid=1047139] ppid=1047125 vsize=19108176 memory=14364 CPUtime=0 cores=5,7
/proc/1047128/task/1047139/stat : 1047139 (Finalizer) S 1047125 1047128 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194265020 19566772224 850714 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
[pid=1047128/tid=1047146] ppid=1047125 vsize=19108176 memory=3402856 CPUtime=0 cores=5,7
/proc/1047128/task/1047146/stat : 1047146 (Common-Cleaner) S 1047125 1047128 1046930 0 -1 1077936192 4553 0 0 0 0 0 0 0 20 0 20 0 194265020 19566772224 850714 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
[pid=1047128/tid=1047148] ppid=1047125 vsize=19108176 memory=-7307756127898331494 CPUtime=0 cores=5,7
/proc/1047128/task/1047148/stat : 1047148 (Timer-0) S 1047125 1047128 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194265060 19566772224 850714 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
Current children cumulated CPU time: 3598.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3402856 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3583.7 s]
/proc/loadavg: 4.25 4.20 4.18 7/333 1049120
/proc/meminfo: memFree=115901392/131524600 swapFree=131071216/131071996
[pid=1047128] ppid=1047125 vsize=19108176 memory=3402856 CPUtime=3600.07 cores=5,7
/proc/1047128/stat : 1047128 (java) S 1047125 1047128 1046930 0 -1 1077936128 366506 0 0 0 359771 236 0 0 20 0 20 0 194265017 19566772224 850714 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
/proc/1047128/statm: 4777044 850714 5950 1 0 864410 0
[pid=1047128/tid=1047130] ppid=1047125 vsize=19108176 memory=14364 CPUtime=3561.92 cores=5,7
/proc/1047128/task/1047130/stat : 1047130 (java) R 1047125 1047128 1046930 0 -1 4194368 133531 0 0 0 356129 63 0 0 20 0 20 0 194265017 19566772224 850714 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 27 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
[pid=1047128/tid=1047139] ppid=1047125 vsize=19108176 memory=14364 CPUtime=0 cores=5,7
/proc/1047128/task/1047139/stat : 1047139 (Finalizer) S 1047125 1047128 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194265020 19566772224 850714 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
[pid=1047128/tid=1047146] ppid=1047125 vsize=19108176 memory=3402856 CPUtime=0 cores=5,7
/proc/1047128/task/1047146/stat : 1047146 (Common-Cleaner) S 1047125 1047128 1046930 0 -1 1077936192 4553 0 0 0 0 0 0 0 20 0 20 0 194265020 19566772224 850714 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
[pid=1047128/tid=1047148] ppid=1047125 vsize=19108176 memory=50160 CPUtime=0 cores=5,7
/proc/1047128/task/1047148/stat : 1047148 (Timer-0) S 1047125 1047128 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194265060 19566772224 850714 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3402856 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.85 s, system=2.38264 s

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

[startup+3583.7 s]
/proc/loadavg: 4.25 4.20 4.18 7/333 1049120
/proc/meminfo: memFree=115901392/131524600 swapFree=131071216/131071996
[pid=1047128] ppid=1047125 vsize=19108176 memory=3402856 CPUtime=3600.07 cores=5,7
/proc/1047128/stat : 1047128 (java) S 1047125 1047128 1046930 0 -1 1077936128 366506 0 0 0 359771 236 0 0 20 0 20 0 194265017 19566772224 850714 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
/proc/1047128/statm: 4777044 850714 5950 1 0 864410 0
[pid=1047128/tid=1047130] ppid=1047125 vsize=19108176 memory=14364 CPUtime=3561.92 cores=5,7
/proc/1047128/task/1047130/stat : 1047130 (java) R 1047125 1047128 1046930 0 -1 4194368 133531 0 0 0 356129 63 0 0 20 0 20 0 194265017 19566772224 850714 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 27 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
[pid=1047128/tid=1047139] ppid=1047125 vsize=19108176 memory=14364 CPUtime=0 cores=5,7
/proc/1047128/task/1047139/stat : 1047139 (Finalizer) S 1047125 1047128 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194265020 19566772224 850714 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
[pid=1047128/tid=1047146] ppid=1047125 vsize=19108176 memory=3402856 CPUtime=0 cores=5,7
/proc/1047128/task/1047146/stat : 1047146 (Common-Cleaner) S 1047125 1047128 1046930 0 -1 1077936192 4553 0 0 0 0 0 0 0 20 0 20 0 194265020 19566772224 850714 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
[pid=1047128/tid=1047148] ppid=1047125 vsize=19108176 memory=50160 CPUtime=0 cores=5,7
/proc/1047128/task/1047148/stat : 1047148 (Timer-0) S 1047125 1047128 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194265060 19566772224 850714 134679101440 94435899658240 94435899661936 140725925310480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94435899669752 94435899670544 94435918487552 140725925319667 140725925319775 140725925319775 140725925326792 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3402856 KiB

Child status: 143

Real time (s): 3583.79
CPU time (s): 3600.23
CPU user time (s): 3597.85
CPU system time (s): 2.38264
CPU usage (%): 100.459
Max. virtual memory (cumulated for all children) (KiB): 19113704
Max. memory (cumulated for all children) (KiB): 3402856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.85
system time used= 2.38264
maximum resident set size= 3404396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 370192
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 120982
involuntary context switches= 4547


# summary of solver processes directly reported to runsolver:
#   pid: 1047128
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3597.85
#   total CPU system time (s): 2.38264

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.67315 second user time and 18.3097 second system time

The end

Launcher Data

Begin job on nodeC018 at 2024-07-19 22:30:38
IDJOB=4450531
IDBENCH=162158
IDSOLVER=3052
FILE ID=nodeC018/4450531-1721421026
RUNJOBID= nodeC018-1721421037-1046943
SLURM_JOB_ID= 7545491
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size128-round23-2.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450531-1721421026/watcher-4450531-1721421026 -o /tmp/evaluation-result-4450531-1721421026/solver-4450531-1721421026 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721421037-1046943 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4450531-1721421026.opb

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

MD5SUM BENCH= 47ea31a7c9031906789706eba8e52740
RANDOM SEED=363746982

nodeC018.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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.754
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.52
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		: 3660.926
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.30
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.754
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.52
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		: 3660.876
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.30
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.754
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.52
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.783
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.754
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.52
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.778
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        123850392 kB
MemAvailable:   127978144 kB
Buffers:          538204 kB
Cached:          4389996 kB
SwapCached:          148 kB
Active:          1104204 kB
Inactive:        5909764 kB
Active(anon):       1552 kB
Inactive(anon):  2129996 kB
Active(file):    1102652 kB
Inactive(file):  3779768 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071216 kB
Dirty:              5560 kB
Writeback:            44 kB
AnonPages:       2085652 kB
Mapped:           129144 kB
Shmem:             45784 kB
KReclaimable:     170308 kB
Slab:             274032 kB
SReclaimable:     170308 kB
SUnreclaim:       103724 kB
KernelStack:        5088 kB
PageTables:        14164 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    9315684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            37568 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1626112 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      283348 kB
DirectMap2M:    28850176 kB
DirectMap1G:    106954752 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC018 at 2024-07-19 23:30:22