Trace number 4521315

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j CP VeriPB 2025-06-06OPT cert.-96 1148.83 1173.74

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/maxcut/maxcut_opt_complete_5-partite_inlv/
normalized-maxcut_opt_complete_5-partite_inlv_nvert_20.opb
MD5SUM7c245184962545f40aa9ab488f8b682b
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-96
Best CPU time to get the best result obtained on this benchmark0.771542
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables190
Total number of constraints4560
Number of constraints which are clauses4560
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 160
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 160
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 160
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

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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.10	c Free memory 		2104792832
0.00/0.10	c Max memory 		16282288128
0.00/0.10	c Total memory 		2113929216
0.00/0.10	c Number of processors 	2
0.11/0.16	c Pseudo Boolean Optimization by upper bound
0.11/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.16	c  - never skip resolution steps
0.11/0.16	c  - Auto-division on coefficients is disabled
0.11/0.16	c  - No postprocessing
0.11/0.16	c  - Conflict is considered as is when resolving
0.11/0.16	c  - Use constraints as they come during conflict analysis
0.11/0.16	c  - Weaken first using unassigned literals
0.11/0.16	c  - Bump strategy: ALWAYS_ONE
0.11/0.16	c  - Bumper: EFFECTIVE
0.11/0.16	c --- Begin Solver configuration ---
0.11/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.11/0.16	c Learn all clauses as in MiniSAT
0.11/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.16	c No reason simplification
0.11/0.16	c Dynamic restart strategy considering the size of the coefficients
0.11/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.11/0.16	c timeout=2147483s
0.11/0.16	c DB Simplification allowed=false
0.11/0.16	c Listener: none
0.11/0.16	c --- End Solver configuration ---
0.11/0.16	c solving HOME/instance-4521315-1751586197.opb
0.11/0.16	c reading problem ... 
0.22/4.71	c using VERIPB proof format
0.22/4.71	c  objective function found
0.39/4.80	c ... done. Wall clock time 4.639s.
0.39/4.80	c declared #vars     190
0.39/4.80	c #constraints  4560
0.39/4.80	c constraints type 
0.39/4.81	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4560
0.39/4.81	c 4560 constraints processed.
0.39/4.82	c objective function length is 160 literals
0.39/4.84	c SATISFIABLE
0.39/4.84	c OPTIMIZING...
0.39/4.84	c Got one! Elapsed wall clock time (in seconds):4.679
0.39/4.84	o -78
0.39/4.86	c Got one! Elapsed wall clock time (in seconds):4.701
0.39/4.86	o -82
0.59/4.91	c Got one! Elapsed wall clock time (in seconds):4.747
0.59/4.91	o -84
0.59/4.93	c Got one! Elapsed wall clock time (in seconds):4.766
0.59/4.93	o -86
0.59/4.94	c Got one! Elapsed wall clock time (in seconds):4.779
0.59/4.94	o -88
0.59/4.97	c Got one! Elapsed wall clock time (in seconds):4.81
0.59/4.97	o -90
0.79/5.04	c Got one! Elapsed wall clock time (in seconds):4.881
0.79/5.04	o -94
4.34/6.88	c Got one! Elapsed wall clock time (in seconds):6.714
4.34/6.88	o -96
30.32/30.28	c cleaning 2995 clauses out of 5992 with flag 0/5992
81.38/80.61	c cleaning 4496 clauses out of 8996 with flag 0/11991
155.38/169.82	c cleaning 5751 clauses out of 11501 with flag 0/18992
267.87/281.76	c cleaning 6875 clauses out of 13750 with flag 0/26992
409.75/423.04	c cleaning 7937 clauses out of 15875 with flag 0/35992
598.51/617.44	c cleaning 8965 clauses out of 17938 with flag 0/45992
817.02/837.00	c cleaning 9986 clauses out of 19972 with flag 0/56991
1110.56/1135.86	c cleaning 10990 clauses out of 21986 with flag 0/68991
1148.77/1173.71	c starts		: 70
1148.77/1173.71	c conflicts		: 69913
1148.77/1173.71	c decisions		: 70687
1148.77/1173.71	c propagations		: 2114892
1148.77/1173.71	c inspects		: 1081479428
1148.77/1173.71	c shortcuts		: 0
1148.77/1173.71	c learnt literals	: 0
1148.77/1173.71	c learnt binary clauses	: 0
1148.77/1173.71	c learnt ternary clauses	: 0
1148.77/1173.71	c learnt constraints	: 69912
1148.77/1173.71	c ignored constraints	: 0
1148.77/1173.71	c root simplifications	: 0
1148.77/1173.71	c removed literals (reason simplification)	: 0
1148.77/1173.71	c reason swapping (by a shorter reason)	: 0
1148.77/1173.71	c Calls to reduceDB	: 8
1148.77/1173.71	c Number of update (reduction) of LBD	: 51276
1148.77/1173.71	c Imported unit clauses	: 0
1148.77/1173.71	c No decision after first conflict	: false
1148.77/1173.71	c number of reductions to clauses (during analyze)	: 0
1148.77/1173.71	c number of learned constraints concerned by reduction	: 0
1148.77/1173.71	c number of learning phase by resolution	: 0
1148.77/1173.72	c number of learning phase by cutting planes	: 0
1148.77/1173.72	c number of rounding to 1 operations	: 0
1148.77/1173.72	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1148.77/1173.72	c number of reductions of the coefficients by power 2 	: 0
1148.77/1173.72	c number of right shift for reduction by power 2 	: 0
1148.77/1173.72	c number of reductions of the coefficients by GCD over coefficients 	: 0
1148.77/1173.72	c number of ending skipping 	: 0
1148.77/1173.72	c number of internal skipping 	: 0
1148.77/1173.72	c number of derivation steps 	: 1305754
1148.77/1173.72	c number of skipped derivation steps 	: 0
1148.77/1173.72	c number of remaining unassigned 	: 758913
1148.77/1173.72	c number of remaining assigned 	: 11987473
1148.77/1173.72	c number of falsified literals weakened from reason	: 0
1148.77/1173.72	c number of falsified literals weakened from conflict	: 0
1148.77/1173.72	c time for arithmetic operations	: 63030288513
1148.77/1173.72	c minimum degree of deleted constraints	: 50
1148.77/1173.72	c maximum degree of deleted constraints	: 738531013694472615784292762593467225989210578682178981290725788551980715589434917159974371406405730108297790442104863447459363479002731585484794582228103376734175545056780928008150657090111163746105208654554154852638465523867657465714083170048659958728978136591945993177371210695774351169909131095165881960740822308751694352830527890680510454677738544003941133821578564726598145919884280575919210202584575630785416597224724418036541715241345009170278964213197011717908847432794513024653389784749276212505040845043795116795151976115896896508511447302308574348239022561261304013175393723846408102188076616685714488959242758254084477486862563762782624178139333884864534911495425074566442434213505637681003941345578637666532715894505708984588273899566243118634695704131439305411187936841651878115111318109461060192482936824513548945108518145325808776282738427479965228257661762551545281019625122823809437192540140529972550098293463857619131151571490389275054413970465754551011914905485681568543858617668180887639478584735460430455892285738746773834247045150421816896101787825288741120566525483997321010662759029551418700586133363629774056649383734493482624759853027536492483894197334395729300255706760447482488842673393189859604362405691589155032251966589043501253414444201011448601186145946188597860724634563280344775573125496779579975225996400646826372148780698695558875096512313649274655917788505790297598431724089121591026792991931425900783235197538774689298528626994519392531194770919192756451920574499549299945852842426101708327577214895008263421402006664277644820075934397821537239278976872797629803000404972201419116624913224039128765250686827904958800658653603180043117029858777459832487476743825086926630444902877461999219678023784877883914579459405177334308155709158958277261136481051471965554862078510653223113357236981936695451157442472586820923646353774125308051781240040556751625634114019934735884710866642592826369742768375160979613263445553830739577557653660516761368648607057386793143901142952759098893057199446071828429900370944890069139319215947284368054676907991400632573669054750382600894077807765780160763713786729440746808979547732868402349409316352311719571829309789067976844494339709459985392718882709331440168346452652857035098508320527968578133369032165015334649066121491963459954095458827288645102047064024548000821312164189695097045949016661162998106885674646079659859935597116822829529132933030494131195446886510401405909299567859053198468774401671489138373718803334259195196391270641961558856693089262669965795278494927907052355491877519311534403136028343752835467709618667027212980326532650798665724706662392553051141760865814988186723359676644373621959765987772409711815817691980008663433741040164824260673423316255071336817255742470810843495093656556472112591697758461735160090116286733067639945542769628484850994571051549543429627830895914806671581702005812600440665489560979907135398221781880546720947433733628252720474888722636473680149430284212612727276004029416799385966615996651000094631563628115964639049314056207638990262099358968023624110043094471457469021639475005729830501228768888143828657626566065521585998453494161450151244266494777407162652298888753150219251797158766466454833754926215248325166087436667590812344684003125961699424750466747264532249664024906519472244964023471001019417905489470000826062513719880633107255575498495808138817951447987378728313647023422446536640629246630554242353021315664392584004612223091099457626698805314745441439896992773299093140011129607396018170346730083692973808476346592021650883192347040328246788965897932231002548305001065601031121523439432152961308089655190304266868098770913479509899582375208066133305643454438415521987448891091769350249919743538261125212439456025797690419478808366337544340290037463801440049669366634392085223947829884485159457067150264773786563266826950963494734678710520684174760493769718916390175943764519526291315388106380500795135105536402409307116061997990145841085325393710862378729472382420178256112989344373802373556809004849246508900415923426310119766103906038768492766982589456428673075060041036849402745449243359683737169071804000256884482548908781215380473817455038632464805556753669267765591301298671281689863336928262155460958494809878595279089538015445703796776096124404092146701208309682765684076099088630087644728410222558932037213177781148924157609002163377322727452493115763733843227072432123362798338625625314112634084801320187824017358100148922578251289816667729500021579933152854028522081962796510788203256416846286782223414311744807480623732071685608981061760238418725412687795197174926807358030146800048720640556241590462784544181737114567784677289152914492201519863738909707173664782187457802081849675049918484059331283101008560554893090461539313771920788096622991460839806371485545305398676966457312630688204187242023804395486021057689728196132428437216369773192731360440707114279962225374393213053799323089542174701049756860445826834736013519380042532161255789978595555989689014046974289607696406557217690967456209672145097810721764298937222733402590901462877345698021036476905430433561735177884847651498000085792295151008366950024478887296951477430606273272476806140156335845351216764786281931906875359218339079945609829027555896465395638580328602046746867127315963650620857600895217232163855350343041431984515163343113428271429223090186637287100093476296905725712749776179824067464636053978075942044312755434797914527095006387024001571797542280346027469921644198717197955708150181094077019550055216888153886811498888717954307157708409517149525639341824528027963392823725711748500916646181589164003215982251830024477248099202320209665349351529885214921416183609077125653444396571620032515084596119078367972652290537989830230268154027056130617695881229475352920413076759279438552057219388811589747496657024824117824811027981329411555183571439064353960465534643347938343174195483087329898243023838515643901081655517509034419249961393637560689334835220214263238123704007152022779845138531975632679179240740224050702605575432638858164130741673760850550416971835470150039191080155104432719457603064970119408601311161374373578937672050344022836181351180501696673991262196520586206981899398470289824979880482591093952060676543544129128111797708250069088149261848237132411261398337355724272093428303995753212245601388040611320832404032029156244442266776770349712795502092858535276074998095836931045961540904793442470640269709168584972074779644981098187566641707075051476670896305004075194911889527631776849139780646651460934299163942321224938701799965088937356896196583045872336969843944418941577850717486161688109871502120804706352724993218634107827699327501639785416139011250996428976109837129574457673294315198089340859894290038032619417766261650147761498266772539088385544477894797684944104421154823532093962931690210107624020709254260327777939478658804016068950472164790625318918570289688238707688082922484298834398110401213463349694280000246427932241246138571456198706802869463805632152654103211099746549458813103737679071332606119106630894099575808870180101070565097401612023037031025918229225368403722709247769872171158198243414441419162355932779157029373555229795500640716649952253528474876832356469470244104499292374663586387943522000075557677798183885145029780553256248790241498943864095832516282059627711973076186657629248770432933885227099988196841719805156506433646913583369676137576510006360009697200046987959219785742245779861225813116267567904114454969965033694641075002531705622265315603346946518762225077854894413642965325807690470180725508280767952341539878604729955461784333434358458000189232255614471698741332858036704175754303095815911950347854104362869177379361143761357106473152237489797745900647637216357950402728911794643554305420287200821766634116237382264390389937206734485454046772677639185289481171198972416598225531515930151570864225414296830053633378316558872875161114978402701574705999443957613843328257831106183229244284487706098969864264604626247977292814892226233542502899276664549081104593909045918915908699168269115570009600262018793868626702480154894470425148855722349188897556518172702483577667427367579872824822710346588674164431003452231735771291579370934813803016744606162957941668497143457971854840458611273276812147731901656413040800730127943299431776916995518776871397686467336350411156014173719958796002310865155866720204363043086055175821536009805876000755613895741785381908133599724312193200389963775630759849163176282838037576865823535023457966464471168921853796176634471042398882770524720728505566928331872460800000
1148.77/1173.72	c number of deleted constraints	: 57995
1148.77/1173.72	c speed (assignments/second)	: 1809.3273663831196
1148.77/1173.72	c non guided choices	: 0
1148.77/1173.72	s OPTIMUM FOUND
1148.77/1173.72	c Found 8 solution(s)
1148.77/1173.72	v x1 -x2 -x3 x4 -x5 x6 -x7 -x8 x9 x10 x11 -x12 -x13 x14 -x15 x16 -x17 -x18 x19 x20 x21 -x22 x23 -x24 x25 x26 -x27 -x28 -x29 x30 x31 -x32 x33 -x34 x35 x36 -x37 -x38 x39 -x40 x41 -x42 -x43 x44 x45 x46 -x47 -x48 x49 -x50 x51 -x52 -x53 x54 x55 -x56 x57 -x58 -x59 x60 x61 x62 -x63 -x64 x65 -x66 x67 -x68 -x69 x70 x71 -x72 x73 x74 -x75 -x76 -x77 x78 x79 -x80 x81 -x82 x83 x84 -x85 x86 -x87 -x88 x89 x90 x91 -x92 -x93 x94 -x95 x96 -x97 -x98 x99 x100 x101 -x102 -x103 -x104 x105 x106 -x107 x108 -x109 x110 x111 -x112 -x113 x114 x115 x116 -x117 -x118 x119 -x120 x121 -x122 -x123 x124 x125 x126 x127 -x128 -x129 x130 -x131 x132 -x133 -x134 x135 -x136 -x137 x138 x139 -x140 x141 -x142 x143 x144 -x145 -x146 x147 x148 -x149 x150 -x151 x152 x153 -x154 x155 x156 -x157 x158 -x159 x160 x161 -x162 -x163 x164 -x165 x166 -x167 -x168 x169 x170 -x171 x172 -x173 -x174 x175 x176 -x177 x178 x179 -x180 x181 -x182 -x183 x184 x185 x186 -x187 -x188 x189 x190 
1148.77/1173.72	c objective function=-96
1148.77/1173.72	c Total wall clock time (in seconds): 1173.557

Verifier Data

OK	-96

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Fri Jul  4 02:06:17 CEST 2025
extraparms=
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED BOUNDS -96 <= obj <= -96
Verification succeeded.
-- cakepb --
s VERIFIED BOUNDS ~96 <= obj <= ~96
--summary--
ALL OK

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 (62624 MiB free)
  memory of node 1: 64507 MiB (63824 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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
Linux 5.14.0-503.14.1.el9_5.x86_64
Current StackSize limit: 8192 KiB

solver pid=84202, runsolver pid=84196

[startup+0.100059 s]*
/proc/loadavg: 1.01 1.11 1.72 8/331 84284
/proc/meminfo: memFree=129413112/131250000 swapFree=33010416/33010684
[pid=84202] ppid=84196 vsize=18930384 memory=55372 CPUtime=0.11 cores=4,6
/proc/84202/stat : 84202 (java) S 84196 84202 84147 0 -1 4194304 6484 0 0 0 9 2 0 0 20 0 18 0 74299615 19384713216 13843 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
/proc/84202/statm: 4732596 13843 5336 1 0 547558 0
[pid=84202/tid=84209] ppid=84196 vsize=18930384 memory=4026532124 CPUtime=0.06 cores=4,6
/proc/84202/task/84209/stat : 84209 (java) R 84196 84202 84147 0 -1 4194368 5020 0 0 0 5 1 0 0 20 0 18 0 74299617 19384713216 13843 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
[pid=84202/tid=84233] ppid=84196 vsize=18930384 memory=18954 CPUtime=0 cores=4,6
/proc/84202/task/84233/stat : 84233 (Finalizer) S 84196 84202 84147 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 74299620 19384713216 13843 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
[pid=84202/tid=84246] ppid=84196 vsize=18930384 memory=60684515935208 CPUtime=0 cores=4,6
/proc/84202/task/84246/stat : 84246 (Common-Cleaner) S 84196 84202 84147 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 74299620 19384713216 13843 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55372 KiB

[startup+0.205749 s]*
/proc/loadavg: 1.01 1.11 1.72 1/331 84284
/proc/meminfo: memFree=129396112/131250000 swapFree=33010416/33010684
[pid=84202] ppid=84196 vsize=18930384 memory=61568 CPUtime=0.22 cores=4,6
/proc/84202/stat : 84202 (java) S 84196 84202 84147 0 -1 4194304 6967 0 0 0 20 2 0 0 20 0 18 0 74299615 19384713216 15392 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
/proc/84202/statm: 4732596 15392 5400 1 0 547889 0
[pid=84202/tid=84209] ppid=84196 vsize=18930384 memory=4026794268 CPUtime=0.12 cores=4,6
/proc/84202/task/84209/stat : 84209 (java) D 84196 84202 84147 0 -1 4456512 5330 0 0 0 11 1 0 0 20 0 18 0 74299617 19384713216 15392 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
[pid=84202/tid=84233] ppid=84196 vsize=18930384 memory=18954 CPUtime=0 cores=4,6
/proc/84202/task/84233/stat : 84233 (Finalizer) S 84196 84202 84147 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 74299620 19384713216 15392 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
[pid=84202/tid=84246] ppid=84196 vsize=18930384 memory=60684515935208 CPUtime=0 cores=4,6
/proc/84202/task/84246/stat : 84246 (Common-Cleaner) S 84196 84202 84147 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 74299620 19384713216 15392 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61568 KiB

[startup+0.305561 s]*
/proc/loadavg: 1.01 1.11 1.72 1/331 84284
/proc/meminfo: memFree=129396112/131250000 swapFree=33010416/33010684
[pid=84202] ppid=84196 vsize=18930384 memory=61568 CPUtime=0.22 cores=4,6
/proc/84202/stat : 84202 (java) S 84196 84202 84147 0 -1 4194304 6967 0 0 0 20 2 0 0 20 0 18 0 74299615 19384713216 15392 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
/proc/84202/statm: 4732596 15392 5400 1 0 547889 0
[pid=84202/tid=84209] ppid=84196 vsize=18930384 memory=-6000919472790595687 CPUtime=0.12 cores=4,6
/proc/84202/task/84209/stat : 84209 (java) D 84196 84202 84147 0 -1 4456512 5330 0 0 0 11 1 0 0 20 0 18 0 74299617 19384713216 15392 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
[pid=84202/tid=84233] ppid=84196 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/84202/task/84233/stat : 84233 (Finalizer) S 84196 84202 84147 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 74299620 19384713216 15392 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
[pid=84202/tid=84246] ppid=84196 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/84202/task/84246/stat : 84246 (Common-Cleaner) S 84196 84202 84147 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 74299620 19384713216 15392 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61568 KiB

[startup+0.700247 s]
/proc/loadavg: 1.01 1.11 1.72 1/331 84284
/proc/meminfo: memFree=129396112/131250000 swapFree=33010416/33010684
[pid=84202] ppid=84196 vsize=18930384 memory=61568 CPUtime=0.22 cores=4,6
/proc/84202/stat : 84202 (java) S 84196 84202 84147 0 -1 4194304 6967 0 0 0 20 2 0 0 20 0 18 0 74299615 19384713216 15392 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
/proc/84202/statm: 4732596 15392 5400 1 0 547889 0
[pid=84202/tid=84209] ppid=84196 vsize=18930384 memory=18816 CPUtime=0.12 cores=4,6
/proc/84202/task/84209/stat : 84209 (java) D 84196 84202 84147 0 -1 4456512 5330 0 0 0 11 1 0 0 20 0 18 0 74299617 19384713216 15392 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
[pid=84202/tid=84233] ppid=84196 vsize=18930384 memory=10880 CPUtime=0 cores=4,6
/proc/84202/task/84233/stat : 84233 (Finalizer) S 84196 84202 84147 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 74299620 19384713216 15392 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
[pid=84202/tid=84246] ppid=84196 vsize=18930384 memory=3328 CPUtime=0 cores=4,6
/proc/84202/task/84246/stat : 84246 (Common-Cleaner) S 84196 84202 84147 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 74299620 19384713216 15392 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61568 KiB

[startup+1.50023 s]
/proc/loadavg: 1.01 1.11 1.72 1/331 84284
/proc/meminfo: memFree=129396480/131250000 swapFree=33010416/33010684
[pid=84202] ppid=84196 vsize=18930384 memory=61568 CPUtime=0.22 cores=4,6
/proc/84202/stat : 84202 (java) S 84196 84202 84147 0 -1 4194304 6967 0 0 0 20 2 0 0 20 0 18 0 74299615 19384713216 15392 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
/proc/84202/statm: 4732596 15392 5400 1 0 547889 0
[pid=84202/tid=84209] ppid=84196 vsize=18930384 memory=3328 CPUtime=0.12 cores=4,6
/proc/84202/task/84209/stat : 84209 (java) D 84196 84202 84147 0 -1 4456512 5330 0 0 0 11 1 0 0 20 0 18 0 74299617 19384713216 15392 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
[pid=84202/tid=84233] ppid=84196 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/84202/task/84233/stat : 84233 (Finalizer) S 84196 84202 84147 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 74299620 19384713216 15392 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
[pid=84202/tid=84246] ppid=84196 vsize=18930384 memory=10880 CPUtime=0 cores=4,6
/proc/84202/task/84246/stat : 84246 (Common-Cleaner) S 84196 84202 84147 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 74299620 19384713216 15392 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61568 KiB

[startup+3.10485 s]
/proc/loadavg: 1.25 1.16 1.73 1/332 84285
/proc/meminfo: memFree=129396696/131250000 swapFree=33010416/33010684
[pid=84202] ppid=84196 vsize=18930384 memory=61568 CPUtime=0.22 cores=4,6
/proc/84202/stat : 84202 (java) S 84196 84202 84147 0 -1 4194304 6967 0 0 0 20 2 0 0 20 0 18 0 74299615 19384713216 15392 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
/proc/84202/statm: 4732596 15392 5400 1 0 547889 0
[pid=84202/tid=84209] ppid=84196 vsize=18930384 memory=10880 CPUtime=0.12 cores=4,6
/proc/84202/task/84209/stat : 84209 (java) D 84196 84202 84147 0 -1 4456512 5330 0 0 0 11 1 0 0 20 0 18 0 74299617 19384713216 15392 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
[pid=84202/tid=84233] ppid=84196 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/84202/task/84233/stat : 84233 (Finalizer) S 84196 84202 84147 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 74299620 19384713216 15392 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
[pid=84202/tid=84246] ppid=84196 vsize=18930384 memory=5760 CPUtime=0 cores=4,6
/proc/84202/task/84246/stat : 84246 (Common-Cleaner) S 84196 84202 84147 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 74299620 19384713216 15392 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61568 KiB
heavy processes:

[startup+6.30023 s]
/proc/loadavg: 1.25 1.16 1.73 9/339 84292
/proc/meminfo: memFree=126120944/131250000 swapFree=33010416/33010684
[pid=84202] ppid=84196 vsize=19063512 memory=238640 CPUtime=3.36 cores=4,6
/proc/84202/stat : 84202 (java) S 84196 84202 84147 0 -1 4194304 24598 0 0 0 327 9 0 0 20 0 20 0 74299615 19521036288 59660 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
/proc/84202/statm: 4765878 59660 5496 1 0 556029 0
[pid=84202/tid=84209] ppid=84196 vsize=19063512 memory=10880 CPUtime=1.52 cores=4,6
/proc/84202/task/84209/stat : 84209 (java) R 84196 84202 84147 0 -1 4194368 5998 0 0 0 148 4 0 0 20 0 20 0 74299617 19521036288 59660 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
[pid=84202/tid=84233] ppid=84196 vsize=19063512 memory=-6000919481229600871 CPUtime=0 cores=4,6
/proc/84202/task/84233/stat : 84233 (Finalizer) S 84196 84202 84147 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74299620 19521036288 59660 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
[pid=84202/tid=84246] ppid=84196 vsize=19063512 memory=222384 CPUtime=0 cores=4,6
/proc/84202/task/84246/stat : 84246 (Common-Cleaner) S 84196 84202 84147 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 74299620 19521036288 59660 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
[pid=84202/tid=84287] ppid=84196 vsize=19063512 memory=18816 CPUtime=0 cores=4,6
/proc/84202/task/84287/stat : 84287 (Timer-0) S 84196 84202 84147 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74300099 19521036288 59660 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
Current children cumulated CPU time: 3.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 238640 KiB
heavy processes:

[startup+12.7002 s]
/proc/loadavg: 1.63 1.24 1.75 6/340 84293
/proc/meminfo: memFree=123270388/131250000 swapFree=33010416/33010684
[pid=84202] ppid=84196 vsize=19063512 memory=1308956 CPUtime=12.37 cores=4,6
/proc/84202/stat : 84202 (java) S 84196 84202 84147 0 -1 4194304 29276 0 0 0 1205 32 0 0 20 0 20 0 74299615 19521036288 327239 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
/proc/84202/statm: 4765878 327239 5496 1 0 557069 0
[pid=84202/tid=84209] ppid=84196 vsize=19063512 memory=4714310728709467806 CPUtime=7.78 cores=4,6
/proc/84202/task/84209/stat : 84209 (java) R 84196 84202 84147 0 -1 4194368 7911 0 0 0 752 26 0 0 20 0 20 0 74299617 19521036288 327239 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
[pid=84202/tid=84233] ppid=84196 vsize=19063512 memory=456840 CPUtime=0 cores=4,6
/proc/84202/task/84233/stat : 84233 (Finalizer) S 84196 84202 84147 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74299620 19521036288 327239 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
[pid=84202/tid=84246] ppid=84196 vsize=19063512 memory=1308828 CPUtime=0 cores=4,6
/proc/84202/task/84246/stat : 84246 (Common-Cleaner) S 84196 84202 84147 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 74299620 19521036288 327239 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
[pid=84202/tid=84287] ppid=84196 vsize=19063512 memory=960648 CPUtime=0 cores=4,6
/proc/84202/task/84287/stat : 84287 (Timer-0) S 84196 84202 84147 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74300099 19521036288 327239 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
Current children cumulated CPU time: 12.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1308956 KiB

[startup+25.5002 s]
/proc/loadavg: 2.23 1.39 1.79 5/340 84294
/proc/meminfo: memFree=121997908/131250000 swapFree=33010416/33010684
[pid=84202] ppid=84196 vsize=19063512 memory=1770208 CPUtime=25.45 cores=4,6
/proc/84202/stat : 84202 (java) S 84196 84202 84147 0 -1 4194304 37994 0 0 0 2502 43 0 0 20 0 20 0 74299615 19521036288 442552 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
/proc/84202/statm: 4765878 442552 5496 1 0 663601 0
[pid=84202/tid=84209] ppid=84196 vsize=19063512 memory=1308828 CPUtime=20.36 cores=4,6
/proc/84202/task/84209/stat : 84209 (java) R 84196 84202 84147 0 -1 4194368 10222 0 0 0 2001 35 0 0 20 0 20 0 74299617 19521036288 442552 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
[pid=84202/tid=84233] ppid=84196 vsize=19063512 memory=456840 CPUtime=0 cores=4,6
/proc/84202/task/84233/stat : 84233 (Finalizer) S 84196 84202 84147 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74299620 19521036288 442552 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
[pid=84202/tid=84246] ppid=84196 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/84202/task/84246/stat : 84246 (Common-Cleaner) S 84196 84202 84147 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 74299620 19521036288 442552 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
[pid=84202/tid=84287] ppid=84196 vsize=19063512 memory=164 CPUtime=0 cores=4,6
/proc/84202/task/84287/stat : 84287 (Timer-0) S 84196 84202 84147 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74300099 19521036288 442552 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
Current children cumulated CPU time: 25.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1770208 KiB

[startup+51.1058 s]
/proc/loadavg: 2.84 1.60 1.85 5/341 84295
/proc/meminfo: memFree=121852844/131250000 swapFree=33010416/33010684
[pid=84202] ppid=84196 vsize=19063512 memory=1781200 CPUtime=51.63 cores=4,6
/proc/84202/stat : 84202 (java) S 84196 84202 84147 0 -1 4194304 48986 0 0 0 5116 47 0 0 20 0 20 0 74299615 19521036288 445300 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
/proc/84202/statm: 4765878 445300 5496 1 0 663675 0
[pid=84202/tid=84209] ppid=84196 vsize=19063512 memory=14720 CPUtime=45.59 cores=4,6
/proc/84202/task/84209/stat : 84209 (java) R 84196 84202 84147 0 -1 4194368 13052 0 0 0 4521 38 0 0 20 0 20 0 74299617 19521036288 445300 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
[pid=84202/tid=84233] ppid=84196 vsize=19063512 memory=1779048 CPUtime=0 cores=4,6
/proc/84202/task/84233/stat : 84233 (Finalizer) S 84196 84202 84147 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74299620 19521036288 445300 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
[pid=84202/tid=84246] ppid=84196 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/84202/task/84246/stat : 84246 (Common-Cleaner) S 84196 84202 84147 0 -1 4194368 37 0 0 0 0 0 0 0 20 0 20 0 74299620 19521036288 445300 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
[pid=84202/tid=84287] ppid=84196 vsize=19063512 memory=0 CPUtime=0 cores=4,6

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

[pid=84202] ppid=84196 vsize=19063512 memory=2576568 CPUtime=1100.93 cores=4,6
/proc/84202/stat : 84202 (java) S 84196 84202 84147 0 -1 4194304 101336 0 0 0 109927 166 0 0 20 0 20 0 74299615 19521036288 644142 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
/proc/84202/statm: 4765878 644142 5496 1 0 669110 0
[pid=84202/tid=84209] ppid=84196 vsize=19063512 memory=3328 CPUtime=1076.61 cores=4,6
/proc/84202/task/84209/stat : 84209 (java) R 84196 84202 84147 0 -1 4194368 31853 0 0 0 107565 96 0 0 20 0 20 0 74299617 19521036288 644142 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
[pid=84202/tid=84233] ppid=84196 vsize=19063512 memory=2337 CPUtime=0 cores=4,6
/proc/84202/task/84233/stat : 84233 (Finalizer) S 84196 84202 84147 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74299620 19521036288 644142 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
[pid=84202/tid=84246] ppid=84196 vsize=19063512 memory=2551988 CPUtime=0 cores=4,6
/proc/84202/task/84246/stat : 84246 (Common-Cleaner) S 84196 84202 84147 0 -1 4194368 686 0 0 0 0 0 0 0 20 0 20 0 74299620 19521036288 644142 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
[pid=84202/tid=84287] ppid=84196 vsize=19063512 memory=18816 CPUtime=0 cores=4,6
/proc/84202/task/84287/stat : 84287 (Timer-0) S 84196 84202 84147 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74300099 19521036288 644142 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
Current children cumulated CPU time: 1100.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2576568 KiB

[startup+1152 s]*
/proc/loadavg: 4.13 4.07 3.47 5/344 84367
/proc/meminfo: memFree=118225112/131250000 swapFree=33010416/33010684
[pid=84202] ppid=84196 vsize=19063512 memory=2576824 CPUtime=1126.88 cores=4,6
/proc/84202/stat : 84202 (java) S 84196 84202 84147 0 -1 4194304 102691 0 0 0 112519 169 0 0 20 0 20 0 74299615 19521036288 644206 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
/proc/84202/statm: 4765878 644206 5496 1 0 669126 0
[pid=84202/tid=84209] ppid=84196 vsize=19063512 memory=23368 CPUtime=1101.89 cores=4,6
/proc/84202/task/84209/stat : 84209 (java) R 84196 84202 84147 0 -1 4194368 32516 0 0 0 110091 98 0 0 20 0 20 0 74299617 19521036288 644206 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
[pid=84202/tid=84233] ppid=84196 vsize=19063512 memory=14328 CPUtime=0 cores=4,6
/proc/84202/task/84233/stat : 84233 (Finalizer) S 84196 84202 84147 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74299620 19521036288 644206 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
[pid=84202/tid=84246] ppid=84196 vsize=19063512 memory=-4421386504821172063 CPUtime=0 cores=4,6
/proc/84202/task/84246/stat : 84246 (Common-Cleaner) S 84196 84202 84147 0 -1 4194368 686 0 0 0 0 0 0 0 20 0 20 0 74299620 19521036288 644206 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
[pid=84202/tid=84287] ppid=84196 vsize=19063512 memory=2576568 CPUtime=0 cores=4,6
/proc/84202/task/84287/stat : 84287 (Timer-0) S 84196 84202 84147 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74300099 19521036288 644206 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
Current children cumulated CPU time: 1126.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2576824 KiB

[startup+1164.8 s]
/proc/loadavg: 4.24 4.10 3.49 5/344 84367
/proc/meminfo: memFree=118207316/131250000 swapFree=33010416/33010684
[pid=84202] ppid=84196 vsize=19063512 memory=2576824 CPUtime=1139.86 cores=4,6
/proc/84202/stat : 84202 (java) S 84196 84202 84147 0 -1 4194304 103550 0 0 0 113817 169 0 0 20 0 20 0 74299615 19521036288 644206 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
/proc/84202/statm: 4765878 644206 5496 1 0 669142 0
[pid=84202/tid=84209] ppid=84196 vsize=19063512 memory=139652271274097 CPUtime=1114.52 cores=4,6
/proc/84202/task/84209/stat : 84209 (java) R 84196 84202 84147 0 -1 4194368 33236 0 0 0 111354 98 0 0 20 0 20 0 74299617 19521036288 644206 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
[pid=84202/tid=84233] ppid=84196 vsize=19063512 memory=2576824 CPUtime=0 cores=4,6
/proc/84202/task/84233/stat : 84233 (Finalizer) S 84196 84202 84147 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74299620 19521036288 644206 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
[pid=84202/tid=84246] ppid=84196 vsize=19063512 memory=2576824 CPUtime=0 cores=4,6
/proc/84202/task/84246/stat : 84246 (Common-Cleaner) S 84196 84202 84147 0 -1 4194368 686 0 0 0 0 0 0 0 20 0 20 0 74299620 19521036288 644206 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
[pid=84202/tid=84287] ppid=84196 vsize=19063512 memory=2576824 CPUtime=0 cores=4,6
/proc/84202/task/84287/stat : 84287 (Timer-0) S 84196 84202 84147 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74300099 19521036288 644206 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
Current children cumulated CPU time: 1139.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2576824 KiB

[startup+1168 s]*
/proc/loadavg: 4.22 4.10 3.50 5/344 84367
/proc/meminfo: memFree=118207068/131250000 swapFree=33010416/33010684
[pid=84202] ppid=84196 vsize=19063512 memory=2576824 CPUtime=1143.07 cores=4,6
/proc/84202/stat : 84202 (java) S 84196 84202 84147 0 -1 4194304 103679 0 0 0 114137 170 0 0 20 0 20 0 74299615 19521036288 644206 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
/proc/84202/statm: 4765878 644206 5496 1 0 669142 0
[pid=84202/tid=84209] ppid=84196 vsize=19063512 memory=6784 CPUtime=1117.67 cores=4,6
/proc/84202/task/84209/stat : 84209 (java) R 84196 84202 84147 0 -1 4194368 33364 0 0 0 111668 99 0 0 20 0 20 0 74299617 19521036288 644206 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
[pid=84202/tid=84233] ppid=84196 vsize=19063512 memory=4788 CPUtime=0 cores=4,6
/proc/84202/task/84233/stat : 84233 (Finalizer) S 84196 84202 84147 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74299620 19521036288 644206 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
[pid=84202/tid=84246] ppid=84196 vsize=19063512 memory=-4421386504821172063 CPUtime=0 cores=4,6
/proc/84202/task/84246/stat : 84246 (Common-Cleaner) S 84196 84202 84147 0 -1 4194368 686 0 0 0 0 0 0 0 20 0 20 0 74299620 19521036288 644206 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
[pid=84202/tid=84287] ppid=84196 vsize=19063512 memory=8832 CPUtime=0 cores=4,6
/proc/84202/task/84287/stat : 84287 (Timer-0) S 84196 84202 84147 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74300099 19521036288 644206 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
Current children cumulated CPU time: 1143.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2576824 KiB

[startup+1171.2 s]
/proc/loadavg: 4.22 4.10 3.50 5/344 84367
/proc/meminfo: memFree=118218880/131250000 swapFree=33010416/33010684
[pid=84202] ppid=84196 vsize=19063512 memory=2576824 CPUtime=1146.27 cores=4,6
/proc/84202/stat : 84202 (java) S 84196 84202 84147 0 -1 4194304 103685 0 0 0 114456 171 0 0 20 0 20 0 74299615 19521036288 644206 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
/proc/84202/statm: 4765878 644206 5496 1 0 669142 0
[pid=84202/tid=84209] ppid=84196 vsize=19063512 memory=2576824 CPUtime=1120.82 cores=4,6
/proc/84202/task/84209/stat : 84209 (java) R 84196 84202 84147 0 -1 4194368 33366 0 0 0 111983 99 0 0 20 0 20 0 74299617 19521036288 644206 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
[pid=84202/tid=84233] ppid=84196 vsize=19063512 memory=4352 CPUtime=0 cores=4,6
/proc/84202/task/84233/stat : 84233 (Finalizer) S 84196 84202 84147 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74299620 19521036288 644206 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
[pid=84202/tid=84246] ppid=84196 vsize=19063512 memory=2576824 CPUtime=0 cores=4,6
/proc/84202/task/84246/stat : 84246 (Common-Cleaner) S 84196 84202 84147 0 -1 4194368 686 0 0 0 0 0 0 0 20 0 20 0 74299620 19521036288 644206 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
[pid=84202/tid=84287] ppid=84196 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/84202/task/84287/stat : 84287 (Timer-0) S 84196 84202 84147 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74300099 19521036288 644206 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
Current children cumulated CPU time: 1146.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2576824 KiB

[startup+1172.8 s]
/proc/loadavg: 4.22 4.10 3.50 5/344 84367
/proc/meminfo: memFree=118215856/131250000 swapFree=33010416/33010684
[pid=84202] ppid=84196 vsize=19063512 memory=2576824 CPUtime=1147.87 cores=4,6
/proc/84202/stat : 84202 (java) S 84196 84202 84147 0 -1 4194304 103749 0 0 0 114616 171 0 0 20 0 20 0 74299615 19521036288 644206 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
/proc/84202/statm: 4765878 644206 5496 1 0 669142 0
[pid=84202/tid=84209] ppid=84196 vsize=19063512 memory=-6000919481229600871 CPUtime=1122.38 cores=4,6
/proc/84202/task/84209/stat : 84209 (java) R 84196 84202 84147 0 -1 4194368 33398 0 0 0 112139 99 0 0 20 0 20 0 74299617 19521036288 644206 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
[pid=84202/tid=84233] ppid=84196 vsize=19063512 memory=4788 CPUtime=0 cores=4,6
/proc/84202/task/84233/stat : 84233 (Finalizer) S 84196 84202 84147 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74299620 19521036288 644206 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
[pid=84202/tid=84246] ppid=84196 vsize=19063512 memory=2576824 CPUtime=0 cores=4,6
/proc/84202/task/84246/stat : 84246 (Common-Cleaner) S 84196 84202 84147 0 -1 4194368 716 0 0 0 0 0 0 0 20 0 20 0 74299620 19521036288 644206 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
[pid=84202/tid=84287] ppid=84196 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/84202/task/84287/stat : 84287 (Timer-0) S 84196 84202 84147 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74300099 19521036288 644206 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
Current children cumulated CPU time: 1147.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2576824 KiB

[startup+1173.2 s]
/proc/loadavg: 4.28 4.11 3.51 5/344 84367
/proc/meminfo: memFree=118215856/131250000 swapFree=33010416/33010684
[pid=84202] ppid=84196 vsize=19063512 memory=2576824 CPUtime=1148.26 cores=4,6
/proc/84202/stat : 84202 (java) S 84196 84202 84147 0 -1 4194304 103749 0 0 0 114655 171 0 0 20 0 20 0 74299615 19521036288 644206 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
/proc/84202/statm: 4765878 644206 5496 1 0 669142 0
[pid=84202/tid=84209] ppid=84196 vsize=19063512 memory=4660 CPUtime=1122.78 cores=4,6
/proc/84202/task/84209/stat : 84209 (java) R 84196 84202 84147 0 -1 4194368 33398 0 0 0 112179 99 0 0 20 0 20 0 74299617 19521036288 644206 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
[pid=84202/tid=84233] ppid=84196 vsize=19063512 memory=6896 CPUtime=0 cores=4,6
/proc/84202/task/84233/stat : 84233 (Finalizer) S 84196 84202 84147 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74299620 19521036288 644206 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
[pid=84202/tid=84246] ppid=84196 vsize=19063512 memory=6900 CPUtime=0 cores=4,6
/proc/84202/task/84246/stat : 84246 (Common-Cleaner) S 84196 84202 84147 0 -1 4194368 716 0 0 0 0 0 0 0 20 0 20 0 74299620 19521036288 644206 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
[pid=84202/tid=84287] ppid=84196 vsize=19063512 memory=6896 CPUtime=0 cores=4,6
/proc/84202/task/84287/stat : 84287 (Timer-0) S 84196 84202 84147 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74300099 19521036288 644206 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
Current children cumulated CPU time: 1148.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2576824 KiB

[startup+1173.6 s]
/proc/loadavg: 4.28 4.11 3.51 5/344 84367
/proc/meminfo: memFree=118215856/131250000 swapFree=33010416/33010684
[pid=84202] ppid=84196 vsize=19063512 memory=2576824 CPUtime=1148.67 cores=4,6
/proc/84202/stat : 84202 (java) S 84196 84202 84147 0 -1 4194304 104556 0 0 0 114696 171 0 0 20 0 20 0 74299615 19521036288 644206 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
/proc/84202/statm: 4765878 644206 5496 1 0 669142 0
[pid=84202/tid=84209] ppid=84196 vsize=19063512 memory=18816 CPUtime=1123.19 cores=4,6
/proc/84202/task/84209/stat : 84209 (java) R 84196 84202 84147 0 -1 4194368 34153 0 0 0 112219 100 0 0 20 0 20 0 74299617 19521036288 644206 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
[pid=84202/tid=84233] ppid=84196 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/84202/task/84233/stat : 84233 (Finalizer) S 84196 84202 84147 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74299620 19521036288 644206 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
[pid=84202/tid=84246] ppid=84196 vsize=19063512 memory=5760 CPUtime=0 cores=4,6
/proc/84202/task/84246/stat : 84246 (Common-Cleaner) S 84196 84202 84147 0 -1 4194368 716 0 0 0 0 0 0 0 20 0 20 0 74299620 19521036288 644206 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
[pid=84202/tid=84287] ppid=84196 vsize=19063512 memory=-6000919481229600871 CPUtime=0 cores=4,6
/proc/84202/task/84287/stat : 84287 (Timer-0) S 84196 84202 84147 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74300099 19521036288 644206 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
Current children cumulated CPU time: 1148.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2576824 KiB

[startup+1173.7 s]
/proc/loadavg: 4.28 4.11 3.51 5/344 84367
/proc/meminfo: memFree=118215856/131250000 swapFree=33010416/33010684
[pid=84202] ppid=84196 vsize=19063512 memory=2576824 CPUtime=1148.77 cores=4,6
/proc/84202/stat : 84202 (java) S 84196 84202 84147 0 -1 4194304 104558 0 0 0 114706 171 0 0 20 0 20 0 74299615 19521036288 644206 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
/proc/84202/statm: 4765878 644206 5496 1 0 669142 0
[pid=84202/tid=84209] ppid=84196 vsize=19063512 memory=2576824 CPUtime=1123.29 cores=4,6
/proc/84202/task/84209/stat : 84209 (java) R 84196 84202 84147 0 -1 4194368 34153 0 0 0 112229 100 0 0 20 0 20 0 74299617 19521036288 644206 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
[pid=84202/tid=84233] ppid=84196 vsize=19063512 memory=2576824 CPUtime=0 cores=4,6
/proc/84202/task/84233/stat : 84233 (Finalizer) S 84196 84202 84147 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74299620 19521036288 644206 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
[pid=84202/tid=84246] ppid=84196 vsize=19063512 memory=2576824 CPUtime=0 cores=4,6
/proc/84202/task/84246/stat : 84246 (Common-Cleaner) S 84196 84202 84147 0 -1 4194368 716 0 0 0 0 0 0 0 20 0 20 0 74299620 19521036288 644206 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
[pid=84202/tid=84287] ppid=84196 vsize=19063512 memory=2576824 CPUtime=0 cores=4,6
/proc/84202/task/84287/stat : 84287 (Timer-0) S 84196 84202 84147 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74300099 19521036288 644206 18446744073709551615 94502370418688 94502370422384 140729333578816 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94502370430200 94502370430992 94502375546880 140729333586221 140729333586406 140729333586406 140729333592008 0
Current children cumulated CPU time: 1148.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2576824 KiB

Child status: 30

Real time (s): 1173.74
CPU time (s): 1148.83
CPU user time (s): 1147.09
CPU system time (s): 1.73342
CPU usage (%): 97.8773
Max. virtual memory (cumulated for all children) (KiB): 19066676
Max. memory (cumulated for all children) (KiB): 2576824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1147.09
system time used= 1.73342
maximum resident set size= 2577592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105654
page faults= 0
swaps= 0
block input operations= 0
block output operations= 472808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 53201
involuntary context switches= 6225


# summary of solver processes directly reported to runsolver:
#   pid: 84202
#   total CPU time (s): 1148.83
#   total CPU user time (s): 1147.09
#   total CPU system time (s): 1.73342

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.5311 second user time and 5.5822 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-04 01:43:17
IDJOB=4521315
IDBENCH=178256
IDSOLVER=3362
FILE ID=nodeC027/4521315-1751586197
RUNJOBID= nodeC027-1751586197-84158
SLURM_JOB_ID= 9598835
Free space on /tmp= 431184 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/maxcut/maxcut_opt_complete_5-partite_inlv/normalized-maxcut_opt_complete_5-partite_inlv_nvert_20.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4521315-1751586197/watcher-4521315-1751586197 -o /tmp/evaluation-result-4521315-1751586197/solver-4521315-1751586197 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751586197-84158 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4521315-1751586197 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4521315-1751586197.opb

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

MD5SUM BENCH= 7c245184962545f40aa9ab488f8b682b
RANDOM SEED=80509232

nodeC027 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.463
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.29
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		: 3600.546
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.29
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.762
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.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129483140 kB
MemAvailable:   129709016 kB
Buffers:            2488 kB
Cached:          1024528 kB
SwapCached:           12 kB
Active:           619180 kB
Inactive:         484008 kB
Active(anon):      91436 kB
Inactive(anon):     2792 kB
Active(file):     527744 kB
Inactive(file):   481216 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1992 kB
Writeback:             0 kB
AnonPages:         79044 kB
Mapped:           104108 kB
Shmem:             18056 kB
KReclaimable:     111912 kB
Slab:             201520 kB
SReclaimable:     111912 kB
SUnreclaim:        89608 kB
KernelStack:        4052 kB
PageTables:         2708 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     345712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 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:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431180 MiB
End job on nodeC027 at 2025-07-04 02:02:51