Trace number 4506839

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.22 3645.7

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K188.opb
MD5SUM416ae2bcad94d751017f8086501bbe46
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark28.0032
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables22372
Total number of constraints22750
Number of constraints which are clauses22562
Number of constraints which are cardinality constraints (but not clauses)188
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint188
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 189
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.10	c Number of processors 	2
0.12/0.16	c Pseudo Boolean Optimization by upper bound
0.12/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.16	c  - never skip resolution steps
0.12/0.16	c  - Auto-division on coefficients is disabled
0.12/0.16	c  - No postprocessing
0.12/0.16	c  - Conflict is considered as is when resolving
0.12/0.16	c  - Use constraints as they come during conflict analysis
0.12/0.16	c  - Weaken first using unassigned literals
0.12/0.16	c  - Bump strategy: ALWAYS_ONE
0.12/0.16	c  - Bumper: EFFECTIVE
0.12/0.16	c --- Begin Solver configuration ---
0.12/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.12/0.16	c Learn all clauses as in MiniSAT
0.12/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.16	c No reason simplification
0.12/0.16	c Dynamic restart strategy considering the size of the coefficients
0.12/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.12/0.16	c timeout=2147483s
0.12/0.16	c DB Simplification allowed=false
0.12/0.16	c Listener: none
0.12/0.16	c --- End Solver configuration ---
0.12/0.16	c solving HOME/instance-4506839-1751183987.opb
0.12/0.16	c reading problem ... 
0.12/0.16	c using VERIPB proof format
0.12/0.16	c  no objective function found
2.77/1.50	c ... done. Wall clock time 1.333s.
2.77/1.50	c declared #vars     22372
2.77/1.50	c #constraints  22750
2.77/1.50	c constraints type 
2.77/1.50	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2431
2.77/1.50	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 188
2.77/1.50	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 20129
2.77/1.50	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
2.77/1.50	c 22750 constraints processed.
89.94/82.95	c cleaning 2372 clauses out of 5003 with flag 0/5003
356.15/354.57	c cleaning 4144 clauses out of 8631 with flag 0/11003
968.81/1013.89	c cleaning 5399 clauses out of 11487 with flag 0/18003
2022.32/2071.51	c cleaning 6642 clauses out of 14085 with flag 0/26000
3600.03/3645.61	c starts		: 15
3600.03/3645.62	c conflicts		: 34933
3600.03/3645.62	c decisions		: 447523
3600.03/3645.62	c propagations		: 49789632
3600.03/3645.62	c inspects		: 216282670
3600.03/3645.62	c shortcuts		: 0
3600.03/3645.62	c learnt literals	: 0
3600.03/3645.62	c learnt binary clauses	: 0
3600.03/3645.62	c learnt ternary clauses	: 126
3600.03/3645.62	c learnt constraints	: 34932
3600.03/3645.62	c ignored constraints	: 0
3600.03/3645.62	c root simplifications	: 0
3600.03/3645.62	c removed literals (reason simplification)	: 0
3600.03/3645.62	c reason swapping (by a shorter reason)	: 0
3600.03/3645.62	c Calls to reduceDB	: 4
3600.03/3645.62	c Number of update (reduction) of LBD	: 80815
3600.03/3645.62	c Imported unit clauses	: 0
3600.03/3645.62	c No decision after first conflict	: false
3600.03/3645.62	c number of reductions to clauses (during analyze)	: 0
3600.03/3645.62	c number of learned constraints concerned by reduction	: 0
3600.03/3645.63	c number of learning phase by resolution	: 0
3600.03/3645.63	c number of learning phase by cutting planes	: 0
3600.03/3645.63	c number of rounding to 1 operations	: 0
3600.03/3645.63	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3645.63	c number of reductions of the coefficients by power 2 	: 0
3600.03/3645.63	c number of right shift for reduction by power 2 	: 0
3600.03/3645.63	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3645.63	c number of ending skipping 	: 0
3600.03/3645.63	c number of internal skipping 	: 0
3600.03/3645.63	c number of derivation steps 	: 2056005
3600.03/3645.63	c number of skipped derivation steps 	: 0
3600.03/3645.63	c number of remaining unassigned 	: 471676
3600.03/3645.63	c number of remaining assigned 	: 68406076
3600.03/3645.63	c number of falsified literals weakened from reason	: 0
3600.03/3645.63	c number of falsified literals weakened from conflict	: 0
3600.03/3645.63	c time for arithmetic operations	: 178291978473
3600.03/3645.64	c minimum degree of deleted constraints	: 1
3600.03/3645.65	c maximum degree of deleted constraints	: 612065247330027230618612271505852016023671290087091350592273835622454107345447332793720272857442069458384207706587482631890771890628722896509665872233780003231075880208022217000835189109745017612797568623771271385890672204437013872496903778169649932668822721262566890321023102019011330031901478906145912102238530822438955510185197451177962001439037323456854881727245960526341368261071657854356347114592956665013241673406853219255561809839992123601110240228631207191662004020720480565153483825950243337735816242615855748477378687688612347788277733775914101991298684988808331843123010657084505124404894292289399271319824490608983798171172096910919154388514966016637895432405019975994944900809099014154269616715511854582752324838909360740811485670562306973184177584860335989580187278872417432748119076103353516888443160579655421446623607341401219746979746641883941995046986506408778185646080834128126880117837745190477913174585650331846517470587948375977240265475577160293721684474482465074391357939691119084049558593132284696011902644636144278191517788849197040550998626775048478587302764864879141218285396565710796958913287237533510975713262120129943018415891947822154144732425735068263524725196999049637257457313398251282127718806206341429041106261711698904499317422758079298087505206233073165309315007239844678981442041350439758489502552400238759944680588969256158702698772528722095824420838547549589357669669549711248441863837275794695122683717371455806416370509089315844277824670784956086932839750406616396525276753038262152201697159169043635678959198309301623220484365449481821144110627874840465654047895714109354025355812464728656430249161400956670571607843495706546003229488103052850079340316442726861163443846746698628461092104318197105487828065692923767050884786820070084752330531748029416107765703466317735270010040842334700535832569984854532480709828868177297271659421037181872393599841158448033182065444259933823061701084667702405526468908874602181284633484377689972890885561915230826281702832435353599443902187668525780727347772655360609246138936957463997674675993211103732581653780521215249327836731926823339845054780762038031759658486492159727232616631804150098906710005042529867226626322705918894395721411221199719612087594568087483576276456109138962078655757206999460217176702307240313098855800002548977733838569528122510295279454248866711335305793206680049461786306301925106656493124797379112170629411490206039019511398996884551297683210019246510008157130672687146338319581653254686181719405853232946135557295122212485621025526374567771011656961647632976741392401470713962695762101322564827626838811961962743033009627666849530819867258391777498432934877453059277631638586875127890191531384085136228031520512934463953479361467644873138263346295712192637891447691325805445683524898014142650495888149439596287121867436076032924656167362925905562080439372268187680192719284228786062170659830912410190319303719033997151626906519274910784343429167214287986108839156488846630699285007484452527687906572031550804615758916837252895346352427556909855589274033381656996907476814216468772258705922205851655339792464748365845875918104859131157118813891624308624592241458114117747657853189544195344042076981111811279816454942733722285656634878461802056578865280032250972574108692626559474042645705820753601069530726962423592227536686253706587718568086408169944233230894110349400464160426137543494863753960899982803554585376058040206949625756720285684237312119413091489720806549274009760413951389920562235101875586712683645178402589460261536957062345390212951777967577233703506187841501475643483659888926943135116697405541308578126422020919359208860207000066141452869414810128008346367542606362313142097315567176030389775109453039484210025064153523454576170641620894748968234388417959942105773184027495994984805212224415605331923471053992612147918381459641590268867653223438503518506424055501682373955881254668358335806591460525739110481843616684327549086427507739615543737313164243732098848581108435312557271401052937921564008605388409199448617052177026166442009948763950658903338910080537845183360612464326238924621893222961070788229524270828690601643025782528454340900022381523219329831225458358181952225457177762350155714406932925155091445380641592530928411480089898484499267112251677817715971120794660953466223631153365464091631422403891990132790836692820337332969106937462090799024939773903693825362090071509145042373590867261107808033365031329688863609532965590792645433083868722766296229807596001626044882271104289529484232468406100114153261846080287492594018360288790913091145972461031795302780523595808127399580897784025956972074958166020672347319791819461902952705659806200459634352491043663240478219096817018280382026241234859786002883103333854703930009857776347278168464238558080019772306423424613495750643679337257047790038215588475834569990274571158768131238904793186190161669966497798761857610359255453466637839833790746934324451902039971964036658387045461152190140747154006121065270821516901685382385221521600870742511425531774165129317120304264961091032632151333972871864679515815422014068284391724028124887977291101419249953133203295813951204125358157757995150200262540273922759303882808855080988480703295921036365650081002603499919105929280837744061798428597692434593083352332596200652836311167049566079517611746160870557803380795007414200512054111672732046169888339933680735450525279916692832716356909801867586324991619057052963376928351508667554501810553459003435490798806539892194730678487062308100014248549515624293719533202987464886716130924939730366367833663678977591664728969390847985622044129849461317727030275648928369164311542631616460787797601654242933511769605008781089706892088293249009417049591364787513342612637710326583875392487288863858722056952398482839327093767696304136890511565598976074192116382226436558532654972452296635793027340579113430311745726855687162450805553463413420860583485321101350421147605741618550036416883858175603682912586063995042977960018093461961893643678822563481051253975739861261670306199420290536393411976718571430062809673646522867930147199346077190487432112213094142697909318444510877371624853608693741428336373550817690018892461114985684697458543269512020211595244450555167505512699759904064366979945694899591471938766371703265688281101242362916370865572756793092535491516531011915515369774956368443915775390094471193716589577998773664751429698969558886800549369179179175032233356126075890800317584480327833777500480950267982642055765846031923083903557218457537981741124971794895634935435307441036689877098113382852478322465737345578814753794156455049859211203011646501299893111666070753024025267669286751794501610886932723453916613496435568034011946515459293171520731798072813519634844247782274410489547353510646871647080312751846879043979128911254780921251141873855636462114835645289504996798230484329484021554564817231651895770907718946944712855158314759482236472958283510131820310748612312602556990197829667879640114562062069402511045591954112643957103232022778426942360438329900827452687962051483423146256377230600635845136786718333462826631588950999841476356563231591696770375958165088396348645970523813162670550386298471167906902362963018840437245541930826954222225746118196258574805722752890913529301617195249076077615703510341388008271792765779695703389297413775442230711810912849206708959567363313418738998310771345447481388012738513062415954075125791221378315672991581326149082319967799568149229091657125328892802728778329375439750065785673599460305244715141625506476885737647994665886237169258514965252109407525095898056247354134274756813465777661292606642295295048123527668735495148316015701194886343004675581099434950718870284233645763110498235979058284334883816283794594288093712962861144101086059884110995135326360280627101448423340381065845472306960101145553566609330259704407626377248678363530286941573308990981195370893790086457131835706366495434335456262476409281610165828349454871369018728732252186037099787713762804898978425115939928110914171171739304793798489713531139729623736907078023130330039048584603743354355176699915856503499347276467546277507228554979151726317573012965618668025058083462432726307714626336037573573986011164350357202525088438908961341436970287697078436185868005666194096792581514499197368500016934345214741118623582153977156933685005450898438745480968124182110594821423865260054604763634782396528289307092885488744293600060391993580608510168281142151105581580672077193684626542597012986433464995575245889658935333564999703946492345291283255344763762427539130786132825381178430838995792348010639514334541599546857464363288037419322901261842632391827808537624639435709216323187910767099365710274012863925932307577807385538812350957081153907368327272058783788115321500285088850295306732200244980787293094437186177691661797792925739951392781958788428955639417252766404323016610049567652114689488847832442946282247954267350124714279995888866207060125336135260603725311679128032669885158751776890015504536535515209646135388576463848404402559755205958457197431297005062490678755863814428434780534177066136554244934365901952170955656705249081433564248596216644585684605283395314847334838196310268438395809697943989277553448706083344889333286236864074441068472007193001744061416444802945222181085716666015504095209696451680985035079290591265150586402074763558013770859700606024408462253287448188971676852999662579472299023155992379123313187239949031004132044680343323141237611087350420822018534238176380856945054235340121796762896244141715330887815365827895072915060430852971445687059589813291917516788766887718428108977397317523108779050139277249923346120289887035576267614940454190107525518863253086504994638880782422712706039956136192040136080066343514327393459189678877407515352467741489624954453124685720213939305060870773739906245852800761172300678724877349619849157290400482729311394775696983090575698829387362452914744989477506389673614131134227378162450970694728339407840535872630180572575751835802021318219868284764906913997494461324787073392584348814172549358942081862694959797606735467176682950092225283107509980092027880197414738760331321786523654212379012836427893245641751009828534637687789972057357802183770623503225077271749033857234229796147459354089430149927076134268674636507619872120414872731760583393704071920213856509163188121910323361901777834983352375731368836486855797942875283051837314967077315925104407217183085086226571078411098195172880346514729243678226975614031780679214591237605746809033621531802422506769772377868522637865539294949315414590233817680645002402230883951549245700212472809826687097842018184971382987117006643501182490479159929106100285464021046934379282278784300224068875244024576116161224013821535086025813517622237377435118071445087922642557038500834592847363043582213867927036035303492455250413212746216881608866332114074436598974773100024480169464121151476826464651383204839571348117093114793120841295176212227692207907175337710352681934028651693644864902652874488669568057750267947394326517548819342148860254766185554120816313040828430392773304347878249937657729731347686640389250247919330559270398242223527530023830584734901959963907857390599358539945812201434294025659614934513880835928840192667066491682938367081451551261174973452684609676109877648807897565944594832526267649691933300796867787927982957061732473395598735282267837460398294244383747645112517164513081745851037829055658002221893952214618921969313262652111456971098890502990455639650702955022899144493163797890721569529629138565315877568926857811701849438821525669516063645295612693063693275355599849053401051545071200423452545088241125313105009398789128808700362435154002510425719991280384193854816368121361827656689625406835329740373811754769286022293185486774067526179856305751314240568731362129504221567921723898166117434697360522405289976249357234568069490558993298451518209137353626929000043821094765542108558723425187781560314291112713309421302332820421788710460
3600.03/3645.65	c number of deleted constraints	: 18557
3600.03/3645.66	c speed (assignments/second)	: 13662.926873575967
3600.03/3645.66	c non guided choices	: 4579
3600.03/3645.67	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1157
3600.03/3645.67	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 5181
3600.03/3645.67	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 10037
3600.03/3645.68	s UNKNOWN
3600.03/3645.68	c Total wall clock time (in seconds): 3645.517

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 (62905 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-4506839-1751183987/watcher-4506839-1751183987 -o /tmp/evaluation-result-4506839-1751183987/solver-4506839-1751183987 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751183987-23923 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4506839-1751183987 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4506839-1751183987.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
Current StackSize limit: 8192 KiB

solver pid=23985, runsolver pid=23964

[startup+0.100059 s]*
/proc/loadavg: 1.00 2.28 3.32 10/332 24048
/proc/meminfo: memFree=129620232/131249988 swapFree=33010684/33010684
[pid=23985] ppid=23964 vsize=18930384 memory=55532 CPUtime=0.12 cores=1,3
/proc/23985/stat : 23985 (java) S 23964 23985 23911 0 -1 4194304 6523 0 0 0 10 2 0 0 20 0 18 0 34076241 19384713216 13883 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
/proc/23985/statm: 4732596 13883 5336 1 0 547596 0
[pid=23985/tid=24011] ppid=23964 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/23985/task/24011/stat : 24011 (java) R 23964 23985 23911 0 -1 4194368 5049 0 0 0 6 1 0 0 20 0 18 0 34076243 19384713216 13883 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
[pid=23985/tid=24041] ppid=23964 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/23985/task/24041/stat : 24041 (Finalizer) S 23964 23985 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34076245 19384713216 13883 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
[pid=23985/tid=24048] ppid=23964 vsize=18930384 memory=55186957824150 CPUtime=0 cores=1,3
/proc/23985/task/24048/stat : 24048 (Common-Cleaner) S 23964 23985 23911 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34076246 19384713216 13883 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55532 KiB

[startup+0.205739 s]*
/proc/loadavg: 1.00 2.28 3.32 13/332 24048
/proc/meminfo: memFree=129585148/131249988 swapFree=33010684/33010684
[pid=23985] ppid=23964 vsize=18930384 memory=68564 CPUtime=0.31 cores=1,3
/proc/23985/stat : 23985 (java) S 23964 23985 23911 0 -1 4194304 7101 0 0 0 28 3 0 0 20 0 18 0 34076241 19384713216 17141 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
/proc/23985/statm: 4732596 17141 5464 1 0 547966 0
[pid=23985/tid=24011] ppid=23964 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=1,3
/proc/23985/task/24011/stat : 24011 (java) R 23964 23985 23911 0 -1 4194368 5397 0 0 0 15 2 0 0 20 0 18 0 34076243 19384713216 17141 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
[pid=23985/tid=24041] ppid=23964 vsize=18930384 memory=17146 CPUtime=0 cores=1,3
/proc/23985/task/24041/stat : 24041 (Finalizer) S 23964 23985 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34076245 19384713216 17141 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
[pid=23985/tid=24048] ppid=23964 vsize=18930384 memory=54087446168546 CPUtime=0 cores=1,3
/proc/23985/task/24048/stat : 24048 (Common-Cleaner) S 23964 23985 23911 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34076246 19384713216 17141 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 68564 KiB

[startup+0.305694 s]*
/proc/loadavg: 1.00 2.28 3.32 14/336 24052
/proc/meminfo: memFree=129237748/131249988 swapFree=33010684/33010684
[pid=23985] ppid=23964 vsize=18996948 memory=159184 CPUtime=0.5 cores=1,3
/proc/23985/stat : 23985 (java) S 23964 23985 23911 0 -1 4194304 8752 0 0 0 45 5 0 0 20 0 19 0 34076241 19452874752 39796 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
/proc/23985/statm: 4749237 39796 5464 1 0 549304 0
[pid=23985/tid=24011] ppid=23964 vsize=18996948 memory=-6000919489869343085 CPUtime=0.26 cores=1,3
/proc/23985/task/24011/stat : 24011 (java) R 23964 23985 23911 0 -1 4194368 5440 0 0 0 22 4 0 0 20 0 19 0 34076243 19452874752 39796 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
[pid=23985/tid=24041] ppid=23964 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/23985/task/24041/stat : 24041 (Finalizer) S 23964 23985 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 34076245 19452874752 39796 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
[pid=23985/tid=24048] ppid=23964 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/23985/task/24048/stat : 24048 (Common-Cleaner) S 23964 23985 23911 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 34076246 19452874752 39796 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 159184 KiB

[startup+0.700232 s]
/proc/loadavg: 1.00 2.28 3.32 9/336 24052
/proc/meminfo: memFree=128689984/131249988 swapFree=33010684/33010684
[pid=23985] ppid=23964 vsize=18996948 memory=870192 CPUtime=1.2 cores=1,3
/proc/23985/stat : 23985 (java) S 23964 23985 23911 0 -1 4194304 14051 0 0 0 100 20 0 0 20 0 19 0 34076241 19452874752 217548 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
/proc/23985/statm: 4749237 217548 5464 1 0 1078588 0
[pid=23985/tid=24011] ppid=23964 vsize=18996948 memory=17408 CPUtime=0.58 cores=1,3
/proc/23985/task/24011/stat : 24011 (java) R 23964 23985 23911 0 -1 4194368 5784 0 0 0 41 17 0 0 20 0 19 0 34076243 19452874752 217548 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
[pid=23985/tid=24041] ppid=23964 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/23985/task/24041/stat : 24041 (Finalizer) S 23964 23985 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 34076245 19452874752 217548 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
[pid=23985/tid=24048] ppid=23964 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/23985/task/24048/stat : 24048 (Common-Cleaner) S 23964 23985 23911 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 34076246 19452874752 217548 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 870192 KiB

[startup+1.50045 s]
/proc/loadavg: 1.56 2.37 3.34 9/336 24052
/proc/meminfo: memFree=122297480/131249988 swapFree=33010684/33010684
[pid=23985] ppid=23964 vsize=18996948 memory=2567896 CPUtime=2.77 cores=1,3
/proc/23985/stat : 23985 (java) S 23964 23985 23911 0 -1 4194304 23562 0 0 0 223 54 0 0 20 0 19 0 34076241 19452874752 641974 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
/proc/23985/statm: 4749237 641974 5464 1 0 1081855 0
[pid=23985/tid=24011] ppid=23964 vsize=18996948 memory=3328 CPUtime=1.35 cores=1,3
/proc/23985/task/24011/stat : 24011 (java) R 23964 23985 23911 0 -1 4194368 6622 0 0 0 86 49 0 0 20 0 19 0 34076243 19452874752 641974 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
[pid=23985/tid=24041] ppid=23964 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/23985/task/24041/stat : 24041 (Finalizer) S 23964 23985 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 34076245 19452874752 641974 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
[pid=23985/tid=24048] ppid=23964 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/23985/task/24048/stat : 24048 (Common-Cleaner) S 23964 23985 23911 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 34076246 19452874752 641974 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
Current children cumulated CPU time: 2.77 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2567896 KiB

[startup+3.10553 s]
/proc/loadavg: 1.56 2.37 3.34 9/340 24056
/proc/meminfo: memFree=119229044/131249988 swapFree=33010684/33010684
[pid=23985] ppid=23964 vsize=19063512 memory=2570328 CPUtime=5.97 cores=1,3
/proc/23985/stat : 23985 (java) S 23964 23985 23911 0 -1 4194304 24171 0 0 0 541 56 0 0 20 0 20 0 34076241 19521036288 642582 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
/proc/23985/statm: 4765878 642582 5464 1 0 1082313 0
[pid=23985/tid=24011] ppid=23964 vsize=19063512 memory=10752 CPUtime=2.8 cores=1,3
/proc/23985/task/24011/stat : 24011 (java) R 23964 23985 23911 0 -1 4194368 6689 0 0 0 231 49 0 0 20 0 20 0 34076243 19521036288 642582 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
[pid=23985/tid=24041] ppid=23964 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/23985/task/24041/stat : 24041 (Finalizer) S 23964 23985 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34076245 19521036288 642582 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
[pid=23985/tid=24048] ppid=23964 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/23985/task/24048/stat : 24048 (Common-Cleaner) S 23964 23985 23911 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34076246 19521036288 642582 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
[pid=23985/tid=24056] ppid=23964 vsize=19063512 memory=4380 CPUtime=0 cores=1,3
/proc/23985/task/24056/stat : 24056 (Timer-0) S 23964 23985 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34076393 19521036288 642582 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
Current children cumulated CPU time: 5.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2570328 KiB

[startup+6.30021 s]
/proc/loadavg: 1.84 2.42 3.35 7/341 24058
/proc/meminfo: memFree=118856336/131249988 swapFree=33010684/33010684
[pid=23985] ppid=23964 vsize=19063512 memory=2572120 CPUtime=11.46 cores=1,3
/proc/23985/stat : 23985 (java) S 23964 23985 23911 0 -1 4194304 24962 0 0 0 1089 57 0 0 20 0 20 0 34076241 19521036288 643030 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
/proc/23985/statm: 4765878 643030 5496 1 0 1082371 0
[pid=23985/tid=24011] ppid=23964 vsize=19063512 memory=0 CPUtime=5.94 cores=1,3
/proc/23985/task/24011/stat : 24011 (java) R 23964 23985 23911 0 -1 4194368 7052 0 0 0 545 49 0 0 20 0 20 0 34076243 19521036288 643030 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
[pid=23985/tid=24041] ppid=23964 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/23985/task/24041/stat : 24041 (Finalizer) S 23964 23985 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34076245 19521036288 643030 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
[pid=23985/tid=24048] ppid=23964 vsize=19063512 memory=-6000919489869343085 CPUtime=0 cores=1,3
/proc/23985/task/24048/stat : 24048 (Common-Cleaner) S 23964 23985 23911 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34076246 19521036288 643030 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
[pid=23985/tid=24056] ppid=23964 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/23985/task/24056/stat : 24056 (Timer-0) S 23964 23985 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34076393 19521036288 643030 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
Current children cumulated CPU time: 11.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2572120 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=23985] ppid=23964 vsize=19063512 memory=2588824 CPUtime=17.98 cores=1,3
/proc/23985/stat : 23985 (java) S 23964 23985 23911 0 -1 4194304 28032 0 0 0 1740 58 0 0 20 0 20 0 34076241 19521036288 647206 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
/proc/23985/statm: 4765878 647206 5496 1 0 1082389 0
[pid=23985/tid=24011] ppid=23964 vsize=19063512 memory=2588824 CPUtime=12.28 cores=1,3
/proc/23985/task/24011/stat : 24011 (java) R 23964 23985 23911 0 -1 4194368 8568 0 0 0 1178 50 0 0 20 0 20 0 34076243 19521036288 647206 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
[pid=23985/tid=24041] ppid=23964 vsize=19063512 memory=2588824 CPUtime=0 cores=1,3
/proc/23985/task/24041/stat : 24041 (Finalizer) S 23964 23985 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34076245 19521036288 647206 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
[pid=23985/tid=24048] ppid=23964 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/23985/task/24048/stat : 24048 (Common-Cleaner) S 23964 23985 23911 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34076246 19521036288 647206 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
[pid=23985/tid=24056] ppid=23964 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/23985/task/24056/stat : 24056 (Timer-0) S 23964 23985 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34076393 19521036288 647206 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
Current children cumulated CPU time: 17.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2588824 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=23985] ppid=23964 vsize=19063512 memory=2590580 CPUtime=32.13 cores=1,3
/proc/23985/stat : 23985 (java) S 23964 23985 23911 0 -1 4194304 37080 0 0 0 3154 59 0 0 20 0 20 0 34076241 19521036288 647645 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
/proc/23985/statm: 4765878 647645 5496 1 0 1082664 0
[pid=23985/tid=24011] ppid=23964 vsize=19063512 memory=2590452 CPUtime=25.05 cores=1,3
/proc/23985/task/24011/stat : 24011 (java) R 23964 23985 23911 0 -1 4194368 10005 0 0 0 2454 51 0 0 20 0 20 0 34076243 19521036288 647645 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
[pid=23985/tid=24041] ppid=23964 vsize=19063512 memory=2590452 CPUtime=0 cores=1,3
/proc/23985/task/24041/stat : 24041 (Finalizer) S 23964 23985 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34076245 19521036288 647645 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
[pid=23985/tid=24048] ppid=23964 vsize=19063512 memory=2590324 CPUtime=0 cores=1,3
/proc/23985/task/24048/stat : 24048 (Common-Cleaner) S 23964 23985 23911 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34076246 19521036288 647645 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
[pid=23985/tid=24056] ppid=23964 vsize=19063512 memory=2572120 CPUtime=0 cores=1,3
/proc/23985/task/24056/stat : 24056 (Timer-0) S 23964 23985 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34076393 19521036288 647645 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
Current children cumulated CPU time: 32.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2590580 KiB

[startup+51.1053 s]
/proc/loadavg: 3.11 2.67 3.40 6/341 24060
/proc/meminfo: memFree=118449132/131249988 swapFree=33010684/33010684
[pid=23985] ppid=23964 vsize=19063512 memory=2695392 CPUtime=57.88 cores=1,3
/proc/23985/stat : 23985 (java) S 23964 23985 23911 0 -1 4194304 46705 0 0 0 5724 64 0 0 20 0 20 0 34076241 19521036288 673848 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
/proc/23985/statm: 4765878 673848 5496 1 0 1082697 0
[pid=23985/tid=24011] ppid=23964 vsize=19063512 memory=2590580 CPUtime=50.42 cores=1,3
/proc/23985/task/24011/stat : 24011 (java) R 23964 23985 23911 0 -1 4194368 13127 0 0 0 4990 52 0 0 20 0 20 0 34076243 19521036288 673848 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
[pid=23985/tid=24041] ppid=23964 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/23985/task/24041/stat : 24041 (Finalizer) S 23964 23985 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34076245 19521036288 673848 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
[pid=23985/tid=24048] ppid=23964 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/23985/task/24048/stat : 24048 (Common-Cleaner) S 23964 23985 23911 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34076246 19521036288 673848 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
[pid=23985/tid=24056] ppid=23964 vsize=19063512 memory=279901140032656 CPUtime=0 cores=1,3

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

/proc/meminfo: memFree=109515808/131249988 swapFree=33010684/33010684
[pid=23985] ppid=23964 vsize=19063512 memory=4284116 CPUtime=3236.04 cores=1,3
/proc/23985/stat : 23985 (java) S 23964 23985 23911 0 -1 4194304 215920 0 0 0 323346 258 0 0 20 0 20 0 34076241 19521036288 1071029 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
/proc/23985/statm: 4765878 1071029 5528 1 0 1087413 0
[pid=23985/tid=24011] ppid=23964 vsize=19063512 memory=4284116 CPUtime=3197.06 cores=1,3
/proc/23985/task/24011/stat : 24011 (java) R 23964 23985 23911 0 -1 4194368 95471 0 0 0 319579 127 0 0 20 0 20 0 34076243 19521036288 1071029 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
[pid=23985/tid=24041] ppid=23964 vsize=19063512 memory=4284116 CPUtime=0 cores=1,3
/proc/23985/task/24041/stat : 24041 (Finalizer) S 23964 23985 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34076245 19521036288 1071029 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
[pid=23985/tid=24048] ppid=23964 vsize=19063512 memory=4284116 CPUtime=0 cores=1,3
/proc/23985/task/24048/stat : 24048 (Common-Cleaner) S 23964 23985 23911 0 -1 4194368 2494 0 0 0 0 0 0 0 20 0 20 0 34076246 19521036288 1071029 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
[pid=23985/tid=24056] ppid=23964 vsize=19063512 memory=4284116 CPUtime=0 cores=1,3
/proc/23985/task/24056/stat : 24056 (Timer-0) S 23964 23985 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34076393 19521036288 1071029 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
Current children cumulated CPU time: 3236.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4284116 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=23985] ppid=23964 vsize=19063512 memory=4286280 CPUtime=3295.98 cores=1,3
/proc/23985/stat : 23985 (java) S 23964 23985 23911 0 -1 4194304 217587 0 0 0 329337 261 0 0 20 0 20 0 34076241 19521036288 1071570 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
/proc/23985/statm: 4765878 1071570 5528 1 0 1087413 0
[pid=23985/tid=24011] ppid=23964 vsize=19063512 memory=14848 CPUtime=3256.78 cores=1,3
/proc/23985/task/24011/stat : 24011 (java) R 23964 23985 23911 0 -1 4194368 96537 0 0 0 325551 127 0 0 20 0 20 0 34076243 19521036288 1071570 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
[pid=23985/tid=24041] ppid=23964 vsize=19063512 memory=4284116 CPUtime=0 cores=1,3
/proc/23985/task/24041/stat : 24041 (Finalizer) S 23964 23985 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34076245 19521036288 1071570 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
[pid=23985/tid=24048] ppid=23964 vsize=19063512 memory=628 CPUtime=0 cores=1,3
/proc/23985/task/24048/stat : 24048 (Common-Cleaner) S 23964 23985 23911 0 -1 4194368 2532 0 0 0 0 0 0 0 20 0 20 0 34076246 19521036288 1071570 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
[pid=23985/tid=24056] ppid=23964 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/23985/task/24056/stat : 24056 (Timer-0) S 23964 23985 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34076393 19521036288 1071570 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
Current children cumulated CPU time: 3295.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4286280 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=23985] ppid=23964 vsize=19063512 memory=4286280 CPUtime=3355.97 cores=1,3
/proc/23985/stat : 23985 (java) S 23964 23985 23911 0 -1 4194304 218902 0 0 0 335334 263 0 0 20 0 20 0 34076241 19521036288 1071570 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
/proc/23985/statm: 4765878 1071570 5528 1 0 1087413 0
[pid=23985/tid=24011] ppid=23964 vsize=19063512 memory=14848 CPUtime=3316.44 cores=1,3
/proc/23985/task/24011/stat : 24011 (java) R 23964 23985 23911 0 -1 4194368 97636 0 0 0 331516 128 0 0 20 0 20 0 34076243 19521036288 1071570 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
[pid=23985/tid=24041] ppid=23964 vsize=19063512 memory=4760 CPUtime=0 cores=1,3
/proc/23985/task/24041/stat : 24041 (Finalizer) S 23964 23985 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34076245 19521036288 1071570 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
[pid=23985/tid=24048] ppid=23964 vsize=19063512 memory=4286280 CPUtime=0 cores=1,3
/proc/23985/task/24048/stat : 24048 (Common-Cleaner) S 23964 23985 23911 0 -1 4194368 2533 0 0 0 0 0 0 0 20 0 20 0 34076246 19521036288 1071570 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
[pid=23985/tid=24056] ppid=23964 vsize=19063512 memory=4286280 CPUtime=0 cores=1,3
/proc/23985/task/24056/stat : 24056 (Timer-0) S 23964 23985 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34076393 19521036288 1071570 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
Current children cumulated CPU time: 3355.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4286280 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=23985] ppid=23964 vsize=19063512 memory=4286280 CPUtime=3415.9 cores=1,3
/proc/23985/stat : 23985 (java) S 23964 23985 23911 0 -1 4194304 221555 0 0 0 341326 264 0 0 20 0 20 0 34076241 19521036288 1071570 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
/proc/23985/statm: 4765878 1071570 5528 1 0 1087413 0
[pid=23985/tid=24011] ppid=23964 vsize=19063512 memory=14848 CPUtime=3376.18 cores=1,3
/proc/23985/task/24011/stat : 24011 (java) R 23964 23985 23911 0 -1 4194368 99526 0 0 0 337490 128 0 0 20 0 20 0 34076243 19521036288 1071570 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
[pid=23985/tid=24041] ppid=23964 vsize=19063512 memory=4286280 CPUtime=0 cores=1,3
/proc/23985/task/24041/stat : 24041 (Finalizer) S 23964 23985 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34076245 19521036288 1071570 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
[pid=23985/tid=24048] ppid=23964 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/23985/task/24048/stat : 24048 (Common-Cleaner) S 23964 23985 23911 0 -1 4194368 2578 0 0 0 0 0 0 0 20 0 20 0 34076246 19521036288 1071570 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
[pid=23985/tid=24056] ppid=23964 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/23985/task/24056/stat : 24056 (Timer-0) S 23964 23985 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34076393 19521036288 1071570 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
Current children cumulated CPU time: 3415.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4286280 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=23985] ppid=23964 vsize=19063512 memory=4288404 CPUtime=3476.01 cores=1,3
/proc/23985/stat : 23985 (java) S 23964 23985 23911 0 -1 4194304 223568 0 0 0 347334 267 0 0 20 0 20 0 34076241 19521036288 1072101 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
/proc/23985/statm: 4765878 1072101 5528 1 0 1087413 0
[pid=23985/tid=24011] ppid=23964 vsize=19063512 memory=0 CPUtime=3435.76 cores=1,3
/proc/23985/task/24011/stat : 24011 (java) R 23964 23985 23911 0 -1 4194368 100800 0 0 0 343447 129 0 0 20 0 20 0 34076243 19521036288 1072101 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
[pid=23985/tid=24041] ppid=23964 vsize=19063512 memory=6452091026067448891 CPUtime=0 cores=1,3
/proc/23985/task/24041/stat : 24041 (Finalizer) S 23964 23985 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34076245 19521036288 1072101 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
[pid=23985/tid=24048] ppid=23964 vsize=19063512 memory=4286280 CPUtime=0 cores=1,3
/proc/23985/task/24048/stat : 24048 (Common-Cleaner) S 23964 23985 23911 0 -1 4194368 2619 0 0 0 0 0 0 0 20 0 20 0 34076246 19521036288 1072101 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
[pid=23985/tid=24056] ppid=23964 vsize=19063512 memory=4286280 CPUtime=0 cores=1,3
/proc/23985/task/24056/stat : 24056 (Timer-0) S 23964 23985 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34076393 19521036288 1072101 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
Current children cumulated CPU time: 3476.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4288404 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=23985] ppid=23964 vsize=19063512 memory=4288404 CPUtime=3536.68 cores=1,3
/proc/23985/stat : 23985 (java) S 23964 23985 23911 0 -1 4194304 226085 0 0 0 353398 270 0 0 20 0 20 0 34076241 19521036288 1072101 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
/proc/23985/statm: 4765878 1072101 5528 1 0 1087445 0
[pid=23985/tid=24011] ppid=23964 vsize=19063512 memory=4288404 CPUtime=3494.73 cores=1,3
/proc/23985/task/24011/stat : 24011 (java) R 23964 23985 23911 0 -1 4194368 102120 0 0 0 349343 130 0 0 20 0 20 0 34076243 19521036288 1072101 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
[pid=23985/tid=24041] ppid=23964 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/23985/task/24041/stat : 24041 (Finalizer) S 23964 23985 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34076245 19521036288 1072101 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
[pid=23985/tid=24048] ppid=23964 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/23985/task/24048/stat : 24048 (Common-Cleaner) S 23964 23985 23911 0 -1 4194368 2619 0 0 0 0 0 0 0 20 0 20 0 34076246 19521036288 1072101 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
[pid=23985/tid=24056] ppid=23964 vsize=19063512 memory=1920 CPUtime=0 cores=1,3
/proc/23985/task/24056/stat : 24056 (Timer-0) S 23964 23985 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34076393 19521036288 1072101 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
Current children cumulated CPU time: 3536.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4288404 KiB

[startup+3642.3 s]
/proc/loadavg: 4.57 4.26 4.14 5/343 24451
/proc/meminfo: memFree=121325852/131249988 swapFree=33010684/33010684
[pid=23985] ppid=23964 vsize=19063512 memory=4288404 CPUtime=3596.74 cores=1,3
/proc/23985/stat : 23985 (java) S 23964 23985 23911 0 -1 4194304 229589 0 0 0 359401 273 0 0 20 0 20 0 34076241 19521036288 1072101 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
/proc/23985/statm: 4765878 1072101 5528 1 0 1087445 0
[pid=23985/tid=24011] ppid=23964 vsize=19063512 memory=4380 CPUtime=3554.22 cores=1,3
/proc/23985/task/24011/stat : 24011 (java) R 23964 23985 23911 0 -1 4194368 103774 0 0 0 355292 130 0 0 20 0 20 0 34076243 19521036288 1072101 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
[pid=23985/tid=24041] ppid=23964 vsize=19063512 memory=4288404 CPUtime=0 cores=1,3
/proc/23985/task/24041/stat : 24041 (Finalizer) S 23964 23985 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34076245 19521036288 1072101 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
[pid=23985/tid=24048] ppid=23964 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/23985/task/24048/stat : 24048 (Common-Cleaner) S 23964 23985 23911 0 -1 4194368 2707 0 0 0 0 0 0 0 20 0 20 0 34076246 19521036288 1072101 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
[pid=23985/tid=24056] ppid=23964 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/23985/task/24056/stat : 24056 (Timer-0) S 23964 23985 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34076393 19521036288 1072101 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
Current children cumulated CPU time: 3596.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4288404 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3645.6 s]
/proc/loadavg: 4.57 4.26 4.14 5/343 24451
/proc/meminfo: memFree=120933712/131249988 swapFree=33010684/33010684
[pid=23985] ppid=23964 vsize=19063512 memory=4288404 CPUtime=3600.03 cores=1,3
/proc/23985/stat : 23985 (java) S 23964 23985 23911 0 -1 4194304 229717 0 0 0 359730 273 0 0 20 0 20 0 34076241 19521036288 1072101 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
/proc/23985/statm: 4765878 1072101 5528 1 0 1087445 0
[pid=23985/tid=24011] ppid=23964 vsize=19063512 memory=1125956 CPUtime=3557.5 cores=1,3
/proc/23985/task/24011/stat : 24011 (java) R 23964 23985 23911 0 -1 4194368 103902 0 0 0 355620 130 0 0 20 0 20 0 34076243 19521036288 1072101 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
[pid=23985/tid=24041] ppid=23964 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/23985/task/24041/stat : 24041 (Finalizer) S 23964 23985 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34076245 19521036288 1072101 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
[pid=23985/tid=24048] ppid=23964 vsize=19063512 memory=4380 CPUtime=0 cores=1,3
/proc/23985/task/24048/stat : 24048 (Common-Cleaner) S 23964 23985 23911 0 -1 4194368 2707 0 0 0 0 0 0 0 20 0 20 0 34076246 19521036288 1072101 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
[pid=23985/tid=24056] ppid=23964 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/23985/task/24056/stat : 24056 (Timer-0) S 23964 23985 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34076393 19521036288 1072101 18446744073709551615 93908557455360 93908557459056 140721841550848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93908557466872 93908557467664 93908582993920 140721841555757 140721841555942 140721841555942 140721841561544 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4288404 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.47 s, system=2.74773 s

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

Child status: 143

Real time (s): 3645.7
CPU time (s): 3600.22
CPU user time (s): 3597.47
CPU system time (s): 2.74773
CPU usage (%): 98.7524
Max. virtual memory (cumulated for all children) (KiB): 19066036
Max. memory (cumulated for all children) (KiB): 4288404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.47
system time used= 2.74773
maximum resident set size= 4289556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 232557
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1508336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 129355
involuntary context switches= 12797


# summary of solver processes directly reported to runsolver:
#   pid: 23985
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3597.47
#   total CPU system time (s): 2.74773

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.66083 second user time and 17.5325 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= 416ae2bcad94d751017f8086501bbe46
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.946
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.892
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		: 3600.069
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		: 3603.178
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.950
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		: 3596.583
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		: 3599.902
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.810
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:   129751580 kB
Buffers:            3280 kB
Cached:           832360 kB
SwapCached:            0 kB
Active:           386072 kB
Inactive:         525076 kB
Active(anon):      93564 kB
Inactive(anon):        0 kB
Active(file):     292508 kB
Inactive(file):   525076 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7772 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:     342232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 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:33