Trace number 4511631

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.27 3589.33

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/
SUMINEQ/normalized-sumineqArity4pyramidP0032.opb
MD5SUM9e743b73005ae5dda097ea629c596ce7
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.012247
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2244
Total number of constraints562
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)34
Number of constraints which are nor clauses,nor cardinality constraints528
Minimum length of a constraint4
Maximum length of a constraint12
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 16
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.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.09	c Number of processors 	2
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: EFFECTIVE
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Dynamic restart strategy considering the size of the coefficients
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4511631-1751206102.opb
0.13/0.15	c reading problem ... 
0.13/0.16	c using VERIPB proof format
0.13/0.16	c  no objective function found
0.32/0.23	c ... done. Wall clock time 0.078s.
0.32/0.24	c declared #vars     2244
0.32/0.24	c #constraints  562
0.32/0.24	c constraints type 
0.32/0.24	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 562
0.32/0.24	c 562 constraints processed.
4.04/2.10	c cleaning 2477 clauses out of 5000 with flag 0/5000
8.57/5.25	c cleaning 4245 clauses out of 8523 with flag 0/11000
12.52/9.02	c cleaning 5634 clauses out of 11281 with flag 0/18003
16.46/12.93	c cleaning 6807 clauses out of 13645 with flag 0/26001
22.84/18.80	c cleaning 7881 clauses out of 15837 with flag 0/35000
29.76/25.65	c cleaning 8964 clauses out of 17958 with flag 0/45002
125.65/121.28	c cleaning 9978 clauses out of 19994 with flag 0/56002
180.35/175.69	c cleaning 10993 clauses out of 22014 with flag 0/68000
212.53/207.47	c cleaning 11987 clauses out of 24021 with flag 0/81000
313.98/308.34	c cleaning 12999 clauses out of 26034 with flag 0/95000
346.87/340.93	c cleaning 14008 clauses out of 28039 with flag 0/110004
1320.59/1314.72	c cleaning 15003 clauses out of 30031 with flag 0/126004
1346.68/1340.39	c cleaning 15999 clauses out of 32024 with flag 0/143000
1395.93/1389.41	c cleaning 16994 clauses out of 34026 with flag 0/161001
1505.81/1499.26	c cleaning 17999 clauses out of 36032 with flag 0/180001
1572.09/1565.38	c cleaning 18999 clauses out of 38032 with flag 0/200000
1801.03/1794.37	c cleaning 19998 clauses out of 40034 with flag 0/221001
1852.73/1845.49	c cleaning 21006 clauses out of 42035 with flag 0/243000
2107.30/2099.10	c cleaning 21998 clauses out of 44029 with flag 0/266000
2188.82/2178.30	c cleaning 22992 clauses out of 46031 with flag 0/290000
2354.64/2342.99	c cleaning 24001 clauses out of 48040 with flag 0/315001
2386.11/2373.51	c cleaning 25008 clauses out of 50038 with flag 0/341000
2658.15/2642.34	c cleaning 26002 clauses out of 52033 with flag 0/368003
3600.03/3589.21	c starts		: 14
3600.03/3589.22	c conflicts		: 391193
3600.03/3589.22	c decisions		: 841568
3600.03/3589.22	c propagations		: 2761374
3600.03/3589.22	c inspects		: 1471148598
3600.03/3589.22	c shortcuts		: 0
3600.03/3589.22	c learnt literals	: 0
3600.03/3589.23	c learnt binary clauses	: 0
3600.03/3589.23	c learnt ternary clauses	: 0
3600.03/3589.23	c learnt constraints	: 391193
3600.03/3589.23	c ignored constraints	: 0
3600.03/3589.23	c root simplifications	: 0
3600.03/3589.23	c removed literals (reason simplification)	: 0
3600.03/3589.23	c reason swapping (by a shorter reason)	: 0
3600.03/3589.23	c Calls to reduceDB	: 23
3600.03/3589.23	c Number of update (reduction) of LBD	: 305928
3600.03/3589.23	c Imported unit clauses	: 0
3600.03/3589.23	c No decision after first conflict	: false
3600.03/3589.23	c number of reductions to clauses (during analyze)	: 0
3600.03/3589.23	c number of learned constraints concerned by reduction	: 0
3600.03/3589.23	c number of learning phase by resolution	: 0
3600.03/3589.23	c number of learning phase by cutting planes	: 0
3600.03/3589.23	c number of rounding to 1 operations	: 0
3600.03/3589.23	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3589.23	c number of reductions of the coefficients by power 2 	: 0
3600.03/3589.23	c number of right shift for reduction by power 2 	: 0
3600.03/3589.23	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3589.23	c number of ending skipping 	: 0
3600.03/3589.23	c number of internal skipping 	: 0
3600.03/3589.23	c number of derivation steps 	: 1475158
3600.03/3589.23	c number of skipped derivation steps 	: 0
3600.03/3589.23	c number of remaining unassigned 	: 1944691
3600.03/3589.23	c number of remaining assigned 	: 59169246
3600.03/3589.23	c number of falsified literals weakened from reason	: 0
3600.03/3589.23	c number of falsified literals weakened from conflict	: 0
3600.03/3589.24	c time for arithmetic operations	: 54511214735
3600.03/3589.25	c minimum degree of deleted constraints	: 1
3600.03/3589.25	c maximum degree of deleted constraints	: 1508781025572677327481264419735945684144596327626523635200780182752541539465956977387846760439129061555572959338830188937221865488158996422128328467404468590768474093720998428183572134904792263832262089588545194086400956816946684093612632864503344606304286090600740429026588216948190331138323107815771544483774043671506274056897693098225777407954046758560228636476162614631022321316024086682089883528081219062629602944422570865353071658215197006487766171328987679213811769477123490542750946008584150521835438129284996372750577912757426942399081654046227396082732727375683465714486975410403629225784087679316924827760813198216120021347425479135133138816686733114302557979015265234945485051286848872591014130759886053840678613345953389820576020609082585737072199724779344694601683880528446971263261033871880402853349330756138423154144833923234070005963474918577016949616333682245295459869269512400550383767385879658726742917950053551201261839293816364833787247925357539487388219593328593248471269700845152392832364664833363398754186811801840111961461251965960707353511575037277590803883177139984891912281837361025003493468219940489906745308372936452291914043432735374306919655892247207309851257512934726625269261267441688507383723515874738179820709172605583547203040816081906880286610394089028206836988421517889440779326052493675912886087421234237977896703732200230552603997178558249953273807626000239397117180319891238587409081879881719186469798970019302519147426753883297026348908796670860856133419929660277773781963277812382214267555451082427740813067587640784847631978129902522441645595496575762277661064887976749791220660742577133495881813471370333263999347997264822671366488773149965094795180287128024693774837962248371821566801743429280586224002572667059961408612787433792520405108089948369811768830962931521229851824102471575659528230407731653852845682604279996806305266212004705865666250462480410916926216605595553813806839813170789725951887449392492091905785465059618278303821334853140055669913032735040668105779986018371323397761475556294730903576669650748541404102467279227995375701932577763180115352618420286674856083373998420934368913179936620041661066402672601854746852854022197885600507232024755418105965889644450824768660619415247778789638196076073893985344442578038843736000488722075536681827561607673763090335024522836993106606980432924794111093192447048734410435832181376378361209518710951875634837691053736241546565121502910024674440019184531764692535145499341655618427553632181764959264149102956709671019706985218217787911146418111624908650065164996531592809010109227224958644255217913384307212551758047543201557935139553823349492233190666928652723032518940164421405488158866505608204475756882372642786240861107868999369091514096842975177938140195766001642390231701838540922422784521768716544205061167396125579044146229674077200984318609543251436453177313953169888968878275327313665191620789896434758197721675060284450302436758309237130382669515753853187940198085663860995474978074410832612040194558305159458177489809072028740035043625988026298373292586509404822574683653072448875526922264652574654138668508965930670356286197036056736654818507232961817564148902386654578758976581808354169612778431363149073586369593519720910071934794567885476353929950365613864859082085109402962851532460778196957259232238151813890953901994895571920334142079119759856993258292947225908480762522085362829189549612093890033882087582999314457562789691522035030531039116835213744172383415592276970093975402467475294221721908095818603912377799013255630723099224206716946225118121831993966877163465076162104819327587890321029182605006868188838136424048036111884530629098180850453959813183385660639087515210452938351277319467834771146752157545061142465374253404133484237098997882416711384804801298849269738557579656679012027005084113999548036765401536056435182632569207247849531649880401956615638583154673888163012046780335881963231520682538307078421103183765213658356161568119956297132142083931190238739743875438548728925042870660994208532799498417405797701853212273102055964274030406469458335306021643351440971264252576902187839342155275251721252510181518765852140287022577218457614995438209389571363177009748304813231995673787567330574336908426760176777607615101880244205385190884292766284225481434538248447813064013593667843844374266779803709252833158182503019438000268502966110402669232650280249055579583026318420290723984817705217827004431214242661225305666782630454585521335242045330449418780936350433915679064492378572243224983518430201859098222213700616467889520804032050913925437935551059824488976762201158397439546145444505387810163492413934666189832865213314080542077448851261130148082987356170170015019656391757826751447405721135253001522695282218061087090340064134990280414511954209398901804015806867203929706745287843640092325929481279750980200965286708428464969344446539861764586256170981340486613530884591362176131409338592171419813854686980559002865416386378629251549670851326355234469316712598297636005366455874129899151929684271636173942927252825716779941110968800669123566696672755102290288610961699133343352065431898785019563082229454085183652789762541982676721496346962621388191783586080501417641559279279819961183202795597580524345623005165626642652165729005287029589823648914239642136476049478136365522524348168391732072791211719289117608842088863934678045197317249101829863298693272631340817247789413680216449970170896422561768369206423124221325966765346465079259713984109847765038320689515913528463554653211190931723410324732255078536278120575257389330222475618061371568530626324381068686155626889520645175044518762980056940004197166300156854992265618908737684920895243473911945943667717933774382940528896544469426965876839139065474445868615211994800614141056805179479342179443473309777967834672557261606028958536485543116816794171204993927167438917216201936029185394843152875382503602602985446149616664940057496319836241635897664207475075833205961403632825392247264578475836343347561974122296482708804011087423929846702523755185446027613740577031731567534968850908209586459966760766608015957775693087700521806857748722727984480318737285196177214083105445312518604038107602779890272764778081192764200436970779829399705964180581979604657092068540625464978477273350961036211155178647880717244677196899639540895374121872384849715599013014751953131930601496914220532693911015921511717771839362225496284141461950183499497056103775434437712939696980080498813851950935024821466894363323462646897492543778186690186640956299824745496208380268342766242292162172184949797025433878481208298520648117369635932450526151729329990181216059727042415575948056092209465282953638188276510056330484977363415282973798227182347530397244640660599954300248451731740691636630413438762064314453313407279343224461898573353328589102610205774368999972557287276489154643450885869560645675171694760114387566696212083066076491529747120314843118021214257667377619750874757346188402296774775799322429982425531691540271737180001314361024216918490118916467580457732223614373653963255540448879073213222486424244086129952124699569445906812733219149349372271698103982086771502451315019787473194968749004478172105462983880169641017467495257120749735785224858208182714671194517262986694626200519761556519922452842644644011200272689182291228434875775026330947068344528348935968251400063064160367749685239261186955273411306956435102031112626930962168706572933043320567618483452625823281876375828389589738561252177940767027263648822536654114217703021459545204736150841846947948815412646077977872978279598129995524031064880094787161513947958767857302817172492133899899995390265624737692612563022225755251716269485616647615924380314589876236079800927675792375054342457051695797967006101478126492225130839338008286208303382769098234324880395084299305497431011372240336198825093507599312002881980910096192002942513735327217094918307427020776361839593232333875209658828126376301881197145833474043128448583551367940215753026023337175042879157872847617562289084335859467128533643242472304592001545415705099089936057640315144777970907992476888841151290609879365565141922043356393353691354715175362520483344156795585495285794711615334954223798772424230834878008451286729818131674807314059690234000345532564001210742848977261377048537490080333219857901362946622599686045843946189561922345020575100715237292015066780720867001787200977167151564613093079308096417477139045812413421714307494764659214042491084553020990637965692076825488973754004357940652566960163653314080695098289110210055855224327972461408488165317553664699148502351671981536841581541159744346651632193744626209022827872961480174043072779825753614937791820928234481539375864843780622260934319510981762871803859595883724081030308072905699720476482383701417891291340607911510665320362128391230021417803571688103187843193237359939660316730691758914634372263108016964279596014652433964063728905632835053449889941869415484865242382195521980593822765673214487718011952915942468258343546273386807097942957723339252146484074129762611789918825973060960431498297141067048657341615257502094873710081337101152433623063710412641877839527065819553997620909704865362851121281765414568518681697819344065856978236703766778279015777955954827861615432088933522575843257639573897105162798379479303706323519842096444817791429659312308823871436870885355308376056571695031757401189168544131662234447173121036648135458054778788586360681364013428175891537229657011476447102143459916700323163218107873192743064251678516543858439046736549863108159954360313463066383659225328554169293589553776465474594980051994369840351286027180902809630546505646579258352700435743646681548416141976625791926969226968659910130937964869651634819011071248712876531212815654991444865949414473495896722957285086134241694609633731207943655400232887521977331602988452489252181600605215725938883965046877717670697368565551331947703578900877759547928635325540560963491959587050577694131012614049581796724630147055606963758376053699655551309904589453467079520544645409824234995988660734019128582956267029325305167553343361836174303349038335606230338502038324310542609670942386045133325769929398080688635521445709092074542524586874919633276658233522878140992549652192360473699887228027443736264088833573578476791907889502703012884455202023559104879681664819490575607550481753033467985239862224230353143456967511555737122456997938910082808644493501664586387040680909324344589006163726563034290548620475939308350489169424547826878872223457257077510130905014551102725487191044894743620136726824477128948049984988157912790281009158561406788865857368249245611179195108596303152355048191425662838576936319877994889747852310109370666735698393041600562816324368212801570793509015244459936814160833944888323519759731688801182892521829626680048531373609869475503028960629995754156637534518702214394374057706673562536056867453024025620194602552140686685430702192005385189692700281792144593798655803306278354849701842983377281910146206763093664923802398205764890318268077118651484551562841588838017488285610883977035639568924878632485782782255362560709710247490007100126288326681043792122297546783604084683968732382542868350326199634120225510730525623640663794743532879864428392218331571466939596632502744498163405476760088547375412144512053735097074390600756780515303878010645252251523317945342304933115627919218305010169505534713212861222877244738876779070377842783486406875993895399528195636530480018995639289808232472365016856899084762997748667088306450945524625952919970005055999659889720148367413884426320
3600.03/3589.25	c number of deleted constraints	: 341972
3600.03/3589.25	c speed (assignments/second)	: 769.3960599217335
3600.03/3589.25	c non guided choices	: 4272
3600.23/3589.31	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 58
3600.23/3589.31	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 49163
3600.23/3589.31	s UNKNOWN
3600.23/3589.31	c Total wall clock time (in seconds): 3589.157

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (56794 MiB free)
  memory of node 1: 64507 MiB (59999 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100038 s]*
/proc/loadavg: 4.42 4.23 3.61 6/344 33667
/proc/meminfo: memFree=119585580/131249996 swapFree=33010684/33010684
[pid=33649] ppid=33646 vsize=18930384 memory=57712 CPUtime=0.13 cores=5,7
/proc/33649/stat : 33649 (java) S 33646 33649 32508 0 -1 4194304 6560 0 0 0 11 2 0 0 20 0 18 0 36288063 19384713216 14428 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
/proc/33649/statm: 4732596 14428 5336 1 0 547604 0
[pid=33649/tid=33651] ppid=33646 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/33649/task/33651/stat : 33651 (java) R 33646 33649 32508 0 -1 4194368 5062 0 0 0 6 1 0 0 20 0 18 0 36288065 19384713216 14428 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
[pid=33649/tid=33660] ppid=33646 vsize=18930384 memory=237112656212 CPUtime=0 cores=5,7
/proc/33649/task/33660/stat : 33660 (Finalizer) S 33646 33649 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36288067 19384713216 14428 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
[pid=33649/tid=33667] ppid=33646 vsize=18930384 memory=58485492706614 CPUtime=0 cores=5,7
/proc/33649/task/33667/stat : 33667 (Common-Cleaner) S 33646 33649 32508 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 36288067 19384713216 14428 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57712 KiB

[startup+0.206039 s]*
/proc/loadavg: 4.42 4.23 3.61 6/344 33667
/proc/meminfo: memFree=119577788/131249996 swapFree=33010684/33010684
[pid=33649] ppid=33646 vsize=18930384 memory=68524 CPUtime=0.32 cores=5,7
/proc/33649/stat : 33649 (java) S 33646 33649 32508 0 -1 4194304 7119 0 0 0 30 2 0 0 20 0 18 0 36288063 19384713216 17131 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
/proc/33649/statm: 4732596 17131 5464 1 0 547962 0
[pid=33649/tid=33651] ppid=33646 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=5,7
/proc/33649/task/33651/stat : 33651 (java) R 33646 33649 32508 0 -1 4194368 5388 0 0 0 15 2 0 0 20 0 18 0 36288065 19384713216 17131 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
[pid=33649/tid=33660] ppid=33646 vsize=18930384 memory=18949 CPUtime=0 cores=5,7
/proc/33649/task/33660/stat : 33660 (Finalizer) S 33646 33649 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36288067 19384713216 17131 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
[pid=33649/tid=33667] ppid=33646 vsize=18930384 memory=57385981051877 CPUtime=0 cores=5,7
/proc/33649/task/33667/stat : 33667 (Common-Cleaner) S 33646 33649 32508 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 36288067 19384713216 17131 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 68524 KiB

[startup+0.305986 s]*
/proc/loadavg: 4.42 4.23 3.61 7/345 33668
/proc/meminfo: memFree=119560396/131249996 swapFree=33010684/33010684
[pid=33649] ppid=33646 vsize=18996948 memory=86928 CPUtime=0.51 cores=5,7
/proc/33649/stat : 33649 (java) S 33646 33649 32508 0 -1 4194304 7661 0 0 0 48 3 0 0 20 0 19 0 36288063 19452874752 21732 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
/proc/33649/statm: 4749237 21732 5464 1 0 548591 0
[pid=33649/tid=33651] ppid=33646 vsize=18996948 memory=-6000919481313159532 CPUtime=0.26 cores=5,7
/proc/33649/task/33651/stat : 33651 (java) R 33646 33649 32508 0 -1 4194368 5464 0 0 0 24 2 0 0 20 0 19 0 36288065 19452874752 21732 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
[pid=33649/tid=33660] ppid=33646 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/33649/task/33660/stat : 33660 (Finalizer) S 33646 33649 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36288067 19452874752 21732 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
[pid=33649/tid=33667] ppid=33646 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/33649/task/33667/stat : 33667 (Common-Cleaner) S 33646 33649 32508 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 36288067 19452874752 21732 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
[pid=33649/tid=33668] ppid=33646 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/33649/task/33668/stat : 33668 (Timer-0) S 33646 33649 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 36288088 19452874752 21732 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 86928 KiB

[startup+0.700257 s]
/proc/loadavg: 4.42 4.23 3.61 6/345 33668
/proc/meminfo: memFree=119528448/131249996 swapFree=33010684/33010684
[pid=33649] ppid=33646 vsize=19063512 memory=162836 CPUtime=1.27 cores=5,7
/proc/33649/stat : 33649 (java) S 33646 33649 32508 0 -1 4194304 11306 0 0 0 121 6 0 0 20 0 20 0 36288063 19521036288 40709 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
/proc/33649/statm: 4765878 40709 5464 1 0 550661 0
[pid=33649/tid=33651] ppid=33646 vsize=19063512 memory=17536 CPUtime=0.54 cores=5,7
/proc/33649/task/33651/stat : 33651 (java) R 33646 33649 32508 0 -1 4194368 5512 0 0 0 50 4 0 0 20 0 20 0 36288065 19521036288 40709 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
[pid=33649/tid=33660] ppid=33646 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/33649/task/33660/stat : 33660 (Finalizer) S 33646 33649 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36288067 19521036288 40709 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
[pid=33649/tid=33667] ppid=33646 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/33649/task/33667/stat : 33667 (Common-Cleaner) S 33646 33649 32508 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36288067 19521036288 40709 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
[pid=33649/tid=33668] ppid=33646 vsize=19063512 memory=4756 CPUtime=0 cores=5,7
/proc/33649/task/33668/stat : 33668 (Timer-0) S 33646 33649 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36288088 19521036288 40709 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 162836 KiB

[startup+1.50025 s]
/proc/loadavg: 4.42 4.23 3.61 6/346 33669
/proc/meminfo: memFree=119462792/131249996 swapFree=33010684/33010684
[pid=33649] ppid=33646 vsize=19063512 memory=289184 CPUtime=2.85 cores=5,7
/proc/33649/stat : 33649 (java) S 33646 33649 32508 0 -1 4194304 22983 0 1 0 275 10 0 0 20 0 20 0 36288063 19521036288 72296 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
/proc/33649/statm: 4765878 72296 5464 1 0 553879 0
[pid=33649/tid=33651] ppid=33646 vsize=19063512 memory=10752 CPUtime=1.29 cores=5,7
/proc/33649/task/33651/stat : 33651 (java) R 33646 33649 32508 0 -1 4194368 5959 0 1 0 122 7 0 0 20 0 20 0 36288065 19521036288 72296 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
[pid=33649/tid=33660] ppid=33646 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/33649/task/33660/stat : 33660 (Finalizer) S 33646 33649 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36288067 19521036288 72296 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
[pid=33649/tid=33667] ppid=33646 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/33649/task/33667/stat : 33667 (Common-Cleaner) S 33646 33649 32508 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36288067 19521036288 72296 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
[pid=33649/tid=33668] ppid=33646 vsize=19063512 memory=4756 CPUtime=0 cores=5,7
/proc/33649/task/33668/stat : 33668 (Timer-0) S 33646 33649 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36288088 19521036288 72296 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 289184 KiB

[startup+3.10588 s]
/proc/loadavg: 4.63 4.28 3.63 6/346 33669
/proc/meminfo: memFree=118763936/131249996 swapFree=33010684/33010684
[pid=33649] ppid=33646 vsize=19063512 memory=869136 CPUtime=5.98 cores=5,7
/proc/33649/stat : 33649 (java) S 33646 33649 32508 0 -1 4194304 27823 0 1 0 575 23 0 0 20 0 20 0 36288063 19521036288 217284 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
/proc/33649/statm: 4765878 217284 5464 1 0 554849 0
[pid=33649/tid=33651] ppid=33646 vsize=19063512 memory=10752 CPUtime=2.83 cores=5,7
/proc/33649/task/33651/stat : 33651 (java) R 33646 33649 32508 0 -1 4194368 7554 0 1 0 265 18 0 0 20 0 20 0 36288065 19521036288 217284 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
[pid=33649/tid=33660] ppid=33646 vsize=19063512 memory=-6000919481313159532 CPUtime=0 cores=5,7
/proc/33649/task/33660/stat : 33660 (Finalizer) S 33646 33649 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36288067 19521036288 217284 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
[pid=33649/tid=33667] ppid=33646 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/33649/task/33667/stat : 33667 (Common-Cleaner) S 33646 33649 32508 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 36288067 19521036288 217284 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
[pid=33649/tid=33668] ppid=33646 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/33649/task/33668/stat : 33668 (Timer-0) S 33646 33649 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36288088 19521036288 217284 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
Current children cumulated CPU time: 5.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 869136 KiB

[startup+6.30022 s]
/proc/loadavg: 4.63 4.28 3.63 5/347 33671
/proc/meminfo: memFree=118282964/131249996 swapFree=33010684/33010684
[pid=33649] ppid=33646 vsize=19063512 memory=1327140 CPUtime=9.76 cores=5,7
/proc/33649/stat : 33649 (java) S 33646 33649 32508 0 -1 4194304 30217 0 1 0 941 35 0 0 20 0 20 0 36288063 19521036288 331785 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
/proc/33649/statm: 4765878 331785 5464 1 0 556141 0
[pid=33649/tid=33651] ppid=33646 vsize=19063512 memory=0 CPUtime=5.96 cores=5,7
/proc/33649/task/33651/stat : 33651 (java) R 33646 33649 32508 0 -1 4194368 8282 0 1 0 568 28 0 0 20 0 20 0 36288065 19521036288 331785 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
[pid=33649/tid=33660] ppid=33646 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/33649/task/33660/stat : 33660 (Finalizer) S 33646 33649 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36288067 19521036288 331785 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
[pid=33649/tid=33667] ppid=33646 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/33649/task/33667/stat : 33667 (Common-Cleaner) S 33646 33649 32508 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 36288067 19521036288 331785 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
[pid=33649/tid=33668] ppid=33646 vsize=19063512 memory=353476 CPUtime=0 cores=5,7
/proc/33649/task/33668/stat : 33668 (Timer-0) S 33646 33649 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36288088 19521036288 331785 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
Current children cumulated CPU time: 9.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1327140 KiB

[startup+12.7002 s]
/proc/loadavg: 4.58 4.28 3.63 5/347 33671
/proc/meminfo: memFree=117819000/131249996 swapFree=33010684/33010684
[pid=33649] ppid=33646 vsize=19063512 memory=1763404 CPUtime=16.26 cores=5,7
/proc/33649/stat : 33649 (java) S 33646 33649 32508 0 -1 4194304 31391 0 1 0 1580 46 0 0 20 0 20 0 36288063 19521036288 440851 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
/proc/33649/statm: 4765878 440851 5464 1 0 662700 0
[pid=33649/tid=33651] ppid=33646 vsize=19063512 memory=353476 CPUtime=12.22 cores=5,7
/proc/33649/task/33651/stat : 33651 (java) R 33646 33649 32508 0 -1 4194368 9117 0 1 0 1184 38 0 0 20 0 20 0 36288065 19521036288 440851 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
[pid=33649/tid=33660] ppid=33646 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/33649/task/33660/stat : 33660 (Finalizer) S 33646 33649 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36288067 19521036288 440851 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
[pid=33649/tid=33667] ppid=33646 vsize=19063512 memory=1763276 CPUtime=0 cores=5,7
/proc/33649/task/33667/stat : 33667 (Common-Cleaner) S 33646 33649 32508 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 36288067 19521036288 440851 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
[pid=33649/tid=33668] ppid=33646 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/33649/task/33668/stat : 33668 (Timer-0) S 33646 33649 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36288088 19521036288 440851 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
Current children cumulated CPU time: 16.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1763404 KiB

[startup+25.5003 s]
/proc/loadavg: 4.45 4.26 3.64 5/347 33671
/proc/meminfo: memFree=117740096/131249996 swapFree=33010684/33010684
[pid=33649] ppid=33646 vsize=19063512 memory=1771096 CPUtime=29.66 cores=5,7
/proc/33649/stat : 33649 (java) S 33646 33649 32508 0 -1 4194304 40768 0 1 0 2914 52 0 0 20 0 20 0 36288063 19521036288 442774 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
/proc/33649/statm: 4765878 442774 5464 1 0 662716 0
[pid=33649/tid=33651] ppid=33646 vsize=19063512 memory=10752 CPUtime=24.76 cores=5,7
/proc/33649/task/33651/stat : 33651 (java) R 33646 33649 32508 0 -1 4194368 10904 0 1 0 2433 43 0 0 20 0 20 0 36288065 19521036288 442774 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
[pid=33649/tid=33660] ppid=33646 vsize=19063512 memory=1763276 CPUtime=0 cores=5,7
/proc/33649/task/33660/stat : 33660 (Finalizer) S 33646 33649 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36288067 19521036288 442774 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
[pid=33649/tid=33667] ppid=33646 vsize=19063512 memory=4380 CPUtime=0 cores=5,7
/proc/33649/task/33667/stat : 33667 (Common-Cleaner) S 33646 33649 32508 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 36288067 19521036288 442774 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
[pid=33649/tid=33668] ppid=33646 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/33649/task/33668/stat : 33668 (Timer-0) S 33646 33649 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36288088 19521036288 442774 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
Current children cumulated CPU time: 29.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1771096 KiB

[startup+51.106 s]
/proc/loadavg: 4.53 4.29 3.66 5/347 33671
/proc/meminfo: memFree=117634012/131249996 swapFree=33010684/33010684
[pid=33649] ppid=33646 vsize=19063512 memory=1775280 CPUtime=55.31 cores=5,7
/proc/33649/stat : 33649 (java) S 33646 33649 32508 0 -1 4194304 43928 0 1 0 5475 56 0 0 20 0 20 0 36288063 19521036288 443820 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
/proc/33649/statm: 4765878 443820 5464 1 0 662716 0
[pid=33649/tid=33651] ppid=33646 vsize=19063512 memory=1775280 CPUtime=50.08 cores=5,7
/proc/33649/task/33651/stat : 33651 (java) R 33646 33649 32508 0 -1 4194368 13204 0 1 0 4963 45 0 0 20 0 20 0 36288065 19521036288 443820 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0

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

[startup+3282.3 s]
/proc/loadavg: 4.14 4.15 4.14 5/343 34123
/proc/meminfo: memFree=105235344/131249996 swapFree=33010684/33010684
[pid=33649] ppid=33646 vsize=19063512 memory=4140956 CPUtime=3293.29 cores=5,7
/proc/33649/stat : 33649 (java) S 33646 33649 32508 0 -1 4194304 145994 0 1 0 328954 375 0 0 20 0 20 0 36288063 19521036288 1035239 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
/proc/33649/statm: 4765878 1035239 5528 1 0 1058297 0
[pid=33649/tid=33651] ppid=33646 vsize=19063512 memory=4140956 CPUtime=3245.85 cores=5,7
/proc/33649/task/33651/stat : 33651 (java) R 33646 33649 32508 0 -1 4194368 57873 0 1 0 324363 222 0 0 20 0 20 0 36288065 19521036288 1035239 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
[pid=33649/tid=33660] ppid=33646 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/33649/task/33660/stat : 33660 (Finalizer) S 33646 33649 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36288067 19521036288 1035239 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
[pid=33649/tid=33667] ppid=33646 vsize=19063512 memory=4380 CPUtime=0 cores=5,7
/proc/33649/task/33667/stat : 33667 (Common-Cleaner) S 33646 33649 32508 0 -1 4194368 1541 0 0 0 0 0 0 0 20 0 20 0 36288067 19521036288 1035239 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
[pid=33649/tid=33668] ppid=33646 vsize=19063512 memory=4140956 CPUtime=0 cores=5,7
/proc/33649/task/33668/stat : 33668 (Timer-0) S 33646 33649 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36288088 19521036288 1035239 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
Current children cumulated CPU time: 3293.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4140956 KiB

[startup+3342.3 s]
/proc/loadavg: 4.19 4.15 4.14 5/344 34126
/proc/meminfo: memFree=105183280/131249996 swapFree=33010684/33010684
[pid=33649] ppid=33646 vsize=19063512 memory=4140956 CPUtime=3353.24 cores=5,7
/proc/33649/stat : 33649 (java) S 33646 33649 32508 0 -1 4194304 148570 0 1 0 334947 377 0 0 20 0 20 0 36288063 19521036288 1035239 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
/proc/33649/statm: 4765878 1035239 5528 1 0 1058297 0
[pid=33649/tid=33651] ppid=33646 vsize=19063512 memory=14848 CPUtime=3305.56 cores=5,7
/proc/33649/task/33651/stat : 33651 (java) R 33646 33649 32508 0 -1 4194368 59613 0 1 0 330333 223 0 0 20 0 20 0 36288065 19521036288 1035239 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
[pid=33649/tid=33660] ppid=33646 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/33649/task/33660/stat : 33660 (Finalizer) S 33646 33649 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36288067 19521036288 1035239 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
[pid=33649/tid=33667] ppid=33646 vsize=19063512 memory=4140956 CPUtime=0 cores=5,7
/proc/33649/task/33667/stat : 33667 (Common-Cleaner) S 33646 33649 32508 0 -1 4194368 1571 0 0 0 0 0 0 0 20 0 20 0 36288067 19521036288 1035239 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
[pid=33649/tid=33668] ppid=33646 vsize=19063512 memory=17536 CPUtime=0 cores=5,7
/proc/33649/task/33668/stat : 33668 (Timer-0) S 33646 33649 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36288088 19521036288 1035239 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
Current children cumulated CPU time: 3353.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4140956 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.14 4.14 5/344 34128
/proc/meminfo: memFree=105191464/131249996 swapFree=33010684/33010684
[pid=33649] ppid=33646 vsize=19063512 memory=4140956 CPUtime=3413.23 cores=5,7
/proc/33649/stat : 33649 (java) S 33646 33649 32508 0 -1 4194304 148796 0 1 0 340944 379 0 0 20 0 20 0 36288063 19521036288 1035239 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
/proc/33649/statm: 4765878 1035239 5528 1 0 1058297 0
[pid=33649/tid=33651] ppid=33646 vsize=19063512 memory=4140956 CPUtime=3365.3 cores=5,7
/proc/33649/task/33651/stat : 33651 (java) R 33646 33649 32508 0 -1 4194368 59761 0 1 0 336307 223 0 0 20 0 20 0 36288065 19521036288 1035239 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
[pid=33649/tid=33660] ppid=33646 vsize=19063512 memory=17536 CPUtime=0 cores=5,7
/proc/33649/task/33660/stat : 33660 (Finalizer) S 33646 33649 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36288067 19521036288 1035239 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
[pid=33649/tid=33667] ppid=33646 vsize=19063512 memory=4140956 CPUtime=0 cores=5,7
/proc/33649/task/33667/stat : 33667 (Common-Cleaner) S 33646 33649 32508 0 -1 4194368 1593 0 0 0 0 0 0 0 20 0 20 0 36288067 19521036288 1035239 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
[pid=33649/tid=33668] ppid=33646 vsize=19063512 memory=4140956 CPUtime=0 cores=5,7
/proc/33649/task/33668/stat : 33668 (Timer-0) S 33646 33649 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36288088 19521036288 1035239 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
Current children cumulated CPU time: 3413.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4140956 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.14 4.14 5/344 34135
/proc/meminfo: memFree=105129180/131249996 swapFree=33010684/33010684
[pid=33649] ppid=33646 vsize=19063512 memory=4140956 CPUtime=3473.19 cores=5,7
/proc/33649/stat : 33649 (java) S 33646 33649 32508 0 -1 4194304 151486 0 1 0 346938 381 0 0 20 0 20 0 36288063 19521036288 1035239 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
/proc/33649/statm: 4765878 1035239 5528 1 0 1058297 0
[pid=33649/tid=33651] ppid=33646 vsize=19063512 memory=4140956 CPUtime=3425 cores=5,7
/proc/33649/task/33651/stat : 33651 (java) R 33646 33649 32508 0 -1 4194368 61581 0 1 0 342276 224 0 0 20 0 20 0 36288065 19521036288 1035239 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
[pid=33649/tid=33660] ppid=33646 vsize=19063512 memory=4140956 CPUtime=0 cores=5,7
/proc/33649/task/33660/stat : 33660 (Finalizer) S 33646 33649 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36288067 19521036288 1035239 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
[pid=33649/tid=33667] ppid=33646 vsize=19063512 memory=1792 CPUtime=0 cores=5,7
/proc/33649/task/33667/stat : 33667 (Common-Cleaner) S 33646 33649 32508 0 -1 4194368 1593 0 0 0 0 0 0 0 20 0 20 0 36288067 19521036288 1035239 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
[pid=33649/tid=33668] ppid=33646 vsize=19063512 memory=4140956 CPUtime=0 cores=5,7
/proc/33649/task/33668/stat : 33668 (Timer-0) S 33646 33649 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36288088 19521036288 1035239 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
Current children cumulated CPU time: 3473.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4140956 KiB

[startup+3522.3 s]
/proc/loadavg: 4.18 4.15 4.14 5/343 34139
/proc/meminfo: memFree=105071968/131249996 swapFree=33010684/33010684
[pid=33649] ppid=33646 vsize=19063512 memory=4140956 CPUtime=3533.19 cores=5,7
/proc/33649/stat : 33649 (java) S 33646 33649 32508 0 -1 4194304 154204 0 1 0 352935 384 0 0 20 0 20 0 36288063 19521036288 1035239 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
/proc/33649/statm: 4765878 1035239 5528 1 0 1058297 0
[pid=33649/tid=33651] ppid=33646 vsize=19063512 memory=4140956 CPUtime=3484.75 cores=5,7
/proc/33649/task/33651/stat : 33651 (java) R 33646 33649 32508 0 -1 4194368 63376 0 1 0 348251 224 0 0 20 0 20 0 36288065 19521036288 1035239 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
[pid=33649/tid=33660] ppid=33646 vsize=19063512 memory=4140956 CPUtime=0 cores=5,7
/proc/33649/task/33660/stat : 33660 (Finalizer) S 33646 33649 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36288067 19521036288 1035239 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
[pid=33649/tid=33667] ppid=33646 vsize=19063512 memory=4756 CPUtime=0 cores=5,7
/proc/33649/task/33667/stat : 33667 (Common-Cleaner) S 33646 33649 32508 0 -1 4194368 1611 0 0 0 0 0 0 0 20 0 20 0 36288067 19521036288 1035239 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
[pid=33649/tid=33668] ppid=33646 vsize=19063512 memory=4140956 CPUtime=0 cores=5,7
/proc/33649/task/33668/stat : 33668 (Timer-0) S 33646 33649 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36288088 19521036288 1035239 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
Current children cumulated CPU time: 3533.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4140956 KiB

[startup+3582.3 s]
/proc/loadavg: 4.23 4.16 4.14 5/343 34141
/proc/meminfo: memFree=105010736/131249996 swapFree=33010684/33010684
[pid=33649] ppid=33646 vsize=19063512 memory=4140956 CPUtime=3593.14 cores=5,7
/proc/33649/stat : 33649 (java) S 33646 33649 32508 0 -1 4194304 154406 0 1 0 358928 386 0 0 20 0 20 0 36288063 19521036288 1035239 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
/proc/33649/statm: 4765878 1035239 5528 1 0 1058297 0
[pid=33649/tid=33651] ppid=33646 vsize=19063512 memory=5632 CPUtime=3544.46 cores=5,7
/proc/33649/task/33651/stat : 33651 (java) R 33646 33649 32508 0 -1 4194368 63469 0 1 0 354222 224 0 0 20 0 20 0 36288065 19521036288 1035239 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
[pid=33649/tid=33660] ppid=33646 vsize=19063512 memory=4140956 CPUtime=0 cores=5,7
/proc/33649/task/33660/stat : 33660 (Finalizer) S 33646 33649 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36288067 19521036288 1035239 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
[pid=33649/tid=33667] ppid=33646 vsize=19063512 memory=4140956 CPUtime=0 cores=5,7
/proc/33649/task/33667/stat : 33667 (Common-Cleaner) S 33646 33649 32508 0 -1 4194368 1632 0 0 0 0 0 0 0 20 0 20 0 36288067 19521036288 1035239 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
[pid=33649/tid=33668] ppid=33646 vsize=19063512 memory=4140956 CPUtime=0 cores=5,7
/proc/33649/task/33668/stat : 33668 (Timer-0) S 33646 33649 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36288088 19521036288 1035239 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
Current children cumulated CPU time: 3593.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4140956 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3589.2 s]
/proc/loadavg: 4.20 4.16 4.14 5/343 34141
/proc/meminfo: memFree=105010820/131249996 swapFree=33010684/33010684
[pid=33649] ppid=33646 vsize=19063512 memory=4140956 CPUtime=3600.03 cores=5,7
/proc/33649/stat : 33649 (java) S 33646 33649 32508 0 -1 4194304 154411 0 1 0 359617 386 0 0 20 0 20 0 36288063 19521036288 1035239 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
/proc/33649/statm: 4765878 1035239 5528 1 0 1058297 0
[pid=33649/tid=33651] ppid=33646 vsize=19063512 memory=2764 CPUtime=3551.35 cores=5,7
/proc/33649/task/33651/stat : 33651 (java) R 33646 33649 32508 0 -1 4194368 63471 0 1 0 354911 224 0 0 20 0 20 0 36288065 19521036288 1035239 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
[pid=33649/tid=33660] ppid=33646 vsize=19063512 memory=21952 CPUtime=0 cores=5,7
/proc/33649/task/33660/stat : 33660 (Finalizer) S 33646 33649 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36288067 19521036288 1035239 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
[pid=33649/tid=33667] ppid=33646 vsize=19063512 memory=4352 CPUtime=0 cores=5,7
/proc/33649/task/33667/stat : 33667 (Common-Cleaner) S 33646 33649 32508 0 -1 4194368 1632 0 0 0 0 0 0 0 20 0 20 0 36288067 19521036288 1035239 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
[pid=33649/tid=33668] ppid=33646 vsize=19063512 memory=1792 CPUtime=0 cores=5,7
/proc/33649/task/33668/stat : 33668 (Timer-0) S 33646 33649 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36288088 19521036288 1035239 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4140956 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.4 s, system=3.87851 s

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

[startup+3589.3 s]
/proc/loadavg: 4.20 4.16 4.14 5/343 34141
/proc/meminfo: memFree=105010820/131249996 swapFree=33010684/33010684
[pid=33649] ppid=33646 vsize=19263204 memory=4141852 CPUtime=3600.23 cores=5,7
/proc/33649/stat : 33649 (java) S 33646 33649 32508 0 -1 4194304 156877 0 1 0 359637 386 0 0 20 0 21 0 36288063 19725520896 1035463 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
/proc/33649/statm: 4815801 1035463 5560 1 0 1059248 0
[pid=33649/tid=33651] ppid=33646 vsize=19263204 memory=5632 CPUtime=3551.45 cores=5,7
/proc/33649/task/33651/stat : 33651 (java) R 33646 33649 32508 0 -1 4194368 63495 0 1 0 354921 224 0 0 20 0 21 0 36288065 19725520896 1035463 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
[pid=33649/tid=33660] ppid=33646 vsize=19263204 memory=4140956 CPUtime=0 cores=5,7
/proc/33649/task/33660/stat : 33660 (Finalizer) S 33646 33649 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 36288067 19725520896 1035463 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
[pid=33649/tid=33667] ppid=33646 vsize=19263204 memory=4140956 CPUtime=0 cores=5,7
/proc/33649/task/33667/stat : 33667 (Common-Cleaner) S 33646 33649 32508 0 -1 4194368 1632 0 0 0 0 0 0 0 20 0 21 0 36288067 19725520896 1035463 18446744073709551615 94008024731648 94008024735344 140721101085808 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94008024743160 94008024743952 94008041095168 140721101089069 140721101089254 140721101089254 140721101094856 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 4141852 KiB

Child status: 143

Real time (s): 3589.33
CPU time (s): 3600.27
CPU user time (s): 3596.4
CPU system time (s): 3.87851
CPU usage (%): 100.305
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 4171200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.4
system time used= 3.87851
maximum resident set size= 4173504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 157052
page faults= 1
swaps= 0
block input operations= 32
block output operations= 1423256
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 132128
involuntary context switches= 10164


# summary of solver processes directly reported to runsolver:
#   pid: 33649
#   total CPU time (s): 3600.27
#   total CPU user time (s): 3596.4
#   total CPU system time (s): 3.87851

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.69386 second user time and 17.9608 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-06-29 16:08:22
IDJOB=4511631
IDBENCH=160466
IDSOLVER=3362
FILE ID=nodeC024/4511631-1751206102
RUNJOBID= nodeC024-1751204986-32521
SLURM_JOB_ID= 9587622
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/SUMINEQ/normalized-sumineqArity4pyramidP0032.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4511631-1751206102/watcher-4511631-1751206102 -o /tmp/evaluation-result-4511631-1751206102/solver-4511631-1751206102 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751204986-32521 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4511631-1751206102 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4511631-1751206102.opb

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

MD5SUM BENCH= 9e743b73005ae5dda097ea629c596ce7
RANDOM SEED=907244413

nodeC024 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.695
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.36
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.676
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.36
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.898
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.36
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		: 3601.499
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.36
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.729
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.36
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.917
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.36
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		: 3607.894
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.36
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		: 3598.933
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        119597760 kB
MemAvailable:   120576728 kB
Buffers:            3280 kB
Cached:          1786256 kB
SwapCached:            0 kB
Active:          9519368 kB
Inactive:        1531508 kB
Active(anon):    9279464 kB
Inactive(anon):        0 kB
Active(file):     239904 kB
Inactive(file):  1531508 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             22756 kB
Writeback:             4 kB
AnonPages:       9264080 kB
Mapped:           122636 kB
Shmem:             18064 kB
KReclaimable:      93188 kB
Slab:             180916 kB
SReclaimable:      93188 kB
SUnreclaim:        87728 kB
KernelStack:        5280 kB
PageTables:        21804 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   10983024 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151576 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9017344 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:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432976 MiB
End job on nodeC024 at 2025-06-29 17:08:11