Trace number 4516109

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-06UNSAT cert. 1712.67 1688.11

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
vertex-cover/vc-large-v4/normalized-grid8_60.opb
MD5SUMfd6b1ecb07027f6f8fc295ea289e4759
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.014089
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables480
Total number of constraints961
Number of constraints which are clauses960
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint480
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 239
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 719
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.22	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.07/0.22	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.22	c See www.sat4j.org for details.
0.07/0.22	c version PB25.v20250606
0.07/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.07/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.07/0.23	c java.vm.version	22.0.1+8-16
0.07/0.23	c java.vm.vendor	Oracle Corporation
0.07/0.23	c sun.arch.data.model	64
0.07/0.23	c java.version		22.0.1
0.07/0.23	c os.name		Linux
0.07/0.23	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.07/0.23	c os.arch		amd64
0.07/0.23	c Free memory 		2104792832
0.07/0.23	c Max memory 		16282288128
0.07/0.23	c Total memory 		2113929216
0.07/0.24	c Number of processors 	2
0.07/0.30	c Pseudo Boolean Optimization by upper bound
0.07/0.30	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.30	c  - never skip resolution steps
0.07/0.30	c  - Auto-division on coefficients is disabled
0.07/0.30	c  - No postprocessing
0.07/0.30	c  - Conflict is considered as is when resolving
0.07/0.30	c  - Use constraints as they come during conflict analysis
0.07/0.30	c  - Weaken first using unassigned literals
0.07/0.30	c  - Bump strategy: ALWAYS_ONE
0.07/0.30	c  - Bumper: EFFECTIVE
0.07/0.30	c --- Begin Solver configuration ---
0.07/0.30	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.07/0.30	c Learn all clauses as in MiniSAT
0.07/0.30	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.30	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.30	c No reason simplification
0.07/0.30	c Dynamic restart strategy considering the size of the coefficients
0.07/0.30	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.07/0.30	c timeout=2147483s
0.07/0.30	c DB Simplification allowed=false
0.07/0.30	c Listener: none
0.07/0.30	c --- End Solver configuration ---
0.07/0.30	c solving HOME/instance-4516109-1751242072.opb
0.07/0.30	c reading problem ... 
0.07/0.30	c using VERIPB proof format
0.07/0.31	c  no objective function found
0.24/0.36	c ... done. Wall clock time 0.054s.
0.24/0.36	c declared #vars     480
0.24/0.36	c #constraints  961
0.24/0.36	c constraints type 
0.24/0.36	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 960
0.24/0.36	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.24/0.36	c 961 constraints processed.
18.63/14.22	c cleaning 2501 clauses out of 5002 with flag 0/5002
47.78/42.88	c cleaning 4250 clauses out of 8499 with flag 0/11000
93.22/87.18	c cleaning 5624 clauses out of 11249 with flag 0/18000
149.84/143.03	c cleaning 6808 clauses out of 13625 with flag 0/26000
217.95/210.16	c cleaning 7906 clauses out of 15822 with flag 0/35005
302.07/293.46	c cleaning 8945 clauses out of 17915 with flag 0/45004
482.06/469.62	c cleaning 9966 clauses out of 19972 with flag 0/56006
630.38/616.40	c cleaning 10997 clauses out of 22016 with flag 0/68016
782.83/767.93	c cleaning 11985 clauses out of 24003 with flag 0/81000
969.43/952.14	c cleaning 12985 clauses out of 26019 with flag 0/95001
1224.15/1204.71	c cleaning 14015 clauses out of 28033 with flag 0/110000
1485.43/1463.40	c cleaning 15003 clauses out of 30018 with flag 0/126000
1664.99/1641.14	c cleaning 15987 clauses out of 32019 with flag 0/143004
1712.55/1688.04	c starts		: 35
1712.55/1688.05	c conflicts		: 146698
1712.55/1688.05	c decisions		: 192623
1712.55/1688.05	c propagations		: 6156050
1712.55/1688.05	c inspects		: 1026758893
1712.55/1688.05	c shortcuts		: 0
1712.55/1688.05	c learnt literals	: 0
1712.55/1688.05	c learnt binary clauses	: 0
1712.55/1688.05	c learnt ternary clauses	: 0
1712.55/1688.05	c learnt constraints	: 146697
1712.55/1688.05	c ignored constraints	: 0
1712.55/1688.05	c root simplifications	: 0
1712.55/1688.05	c removed literals (reason simplification)	: 0
1712.55/1688.05	c reason swapping (by a shorter reason)	: 0
1712.55/1688.05	c Calls to reduceDB	: 13
1712.55/1688.05	c Number of update (reduction) of LBD	: 146179
1712.55/1688.05	c Imported unit clauses	: 0
1712.55/1688.05	c No decision after first conflict	: false
1712.55/1688.05	c number of reductions to clauses (during analyze)	: 0
1712.55/1688.05	c number of learned constraints concerned by reduction	: 0
1712.55/1688.05	c number of learning phase by resolution	: 0
1712.55/1688.05	c number of learning phase by cutting planes	: 0
1712.55/1688.05	c number of rounding to 1 operations	: 0
1712.55/1688.05	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1712.55/1688.05	c number of reductions of the coefficients by power 2 	: 0
1712.55/1688.05	c number of right shift for reduction by power 2 	: 0
1712.55/1688.06	c number of reductions of the coefficients by GCD over coefficients 	: 0
1712.55/1688.06	c number of ending skipping 	: 0
1712.55/1688.06	c number of internal skipping 	: 0
1712.55/1688.06	c number of derivation steps 	: 1871371
1712.55/1688.06	c number of skipped derivation steps 	: 0
1712.55/1688.06	c number of remaining unassigned 	: 5510539
1712.55/1688.06	c number of remaining assigned 	: 93740234
1712.55/1688.06	c number of falsified literals weakened from reason	: 0
1712.55/1688.06	c number of falsified literals weakened from conflict	: 0
1712.55/1688.06	c time for arithmetic operations	: 211969223004
1712.55/1688.06	c minimum degree of deleted constraints	: 22
1712.55/1688.06	c maximum degree of deleted constraints	: 44926860075067611588290532544498844315021091598357216583537350411850351677505106637669925283639244579991461543329420961870758091005652260874845672137009650950235830677410390920930890904689466099889689058907496290969094584779108932242473110549187795222680785286346466000327656513671612114322359085778206419684908732825849582942364515443442241905015005062974705220453881016834261341493168752486076860009673424993861122957517499703843950184997683296897756359908495683962823924755825276718122528972716998757669544084455544133490363416184709752749461097605163675415305411395653486468393167724311530893483173077656720748973350761523923783728312808494319628250969513276224340028689200298373008849831250950048429294364162880434569107729725537138706696054962991458889794194078022866024891618450924535505394816172298974583142792026074339399102678803828628264780412618611015671230764579813485164832970863541902792568643893124311474633281406212950462126141984384499333015453312434271140435436095471333051620854397880620717996942612572490320428889320760184629904776589964976338886344962983121481960569073958847087338373485544689605782022747592545395292763951887702583003800751758193358831469683499547681466905618428545799351401186192614561446183416126359986789495299340105207085336578094539634034332896199765625945849033833197825262482558990810381490040865519678146653150262426462381773453248024375208170714140235424268058481390627444366260853534297100983809770329194243229635504832679152569892494551857370948209996853854356056262542447893355093809355058528900610637736891903150526349107916256647489157361779887161081402763592354167373572805567483012094461293332823685879597935769629287244924720890612451190041754268521984570796399640416152323299908676581304510297807306405331986979698456337007688528350148216139530950360489698096547772554450430832029106785758200935526132632104797212513640091204831428727595790971447753086155023159413359895527507584428877254471752945862757919785010906327628610763553912773264767389645635400198111849327218069352646857043623627470900373341968676235795530786776099689480602821258688205086877119164072079659744360482441072982948828936166355021298807575979004389014783334460719169002218766945072043085829475531068523821763801605667377838414705933203095032021566873952101445828269572409580965301930177722631766499764662661928463705279895617484010720934069542253161995527825921678418300058184076826832320577133464324751210449760168024630615172457881051327755606316876328140071721807438815566619335824467810223276861320720074364574577992988842780064086678280293599821256395529108728812319587699941139414500870852884543220966611728300053933613675271656345318025332042845567236773153904262839577067776294575894713447407580552888116776146224193669179718839949146037556312877477783412991729066084502865294792421835548915438592557482011268227129422290754555511560865344908766930312223184838552720745088537585374722474386807296018401451033388024126831797070838561621663082611841844517756342820266376944276311888914117430893478211060329274689361468523305783180886080267937987863564038107877956800152965596798054512128321885125943529610107113463454263266342336691876663316876237843742983648128260022629725596667823150054318103080575665938872667357185886685905707382475679234201598029119009710952725147277660479618535554685973997686791225521024100798826252359023201389201552189158310330442645346121682948770665903708855375087663446500065421047298407253434252528786979256622389591817909171395998428126631406904853100859697950390409699933443610261513253305135375751313344522014633666146087304793509719884764869521146808154043035037700690090471706787788654227285159372435098692396338245860527522348182294586643184447808171598016806851068978245935936950372670708806960062811918173724429612238626007328486102760189015207065571139521775866633270442952888665991440696821034884467076610069349884716004077626228143976159316991680551278375771444512170559121988491567446810377899991188447569308989178323482235408895036300389708969099128920626425849936268190800960597168900075248709086914336161529808741304549440327150028988643532320988457355831101270119070465115142001189866132745629541472664865562147966148999015002404046420619210542747552579898499524964514889218417005824593733484766042030658437956242505252708790649768092403315366817840557362657342689557564763985936313406531661379493301268673870039704353208163748712852146026497790699130033411861158698872960646940185089436366735521066709888112685782170462810246780870325899234948950336750758603190227362056610308882264387372285528442990231128929667664005762316328472006806101944019927311014929126813471544373507806281140097514530360398456074436918378282554764466852527296355326356641607436584064820546653328521030546770988633236936134977868487399838668525001258498071113435381250514045346770660270171051451124241581933744844102202198416647361245068176563185946021193023110514490957671047624442448307786662137577916383055035869816456840011261747368273108192107181719062637416184928252705937996740643609796021871605478761249756977598550287094089191288284443355238560955998157948628081120179504270456181332129332339812871858250213253068247351146985268061424386504203773405520882158062333498704708345570533753636099470730249674078414332795308619191634239237994376721775706227841041929451213049479153564876550180668736262625902871568317002387667421680947031996046268162466351031183374327760772900298473964167337996338311919613823237807794451368181980100972759874854921780404321059726486427328483569903045696570831379896056684539334358161583038866340306412373228921282927181310360009780697795304544416330029808876132824359704053530119689027067516146084791523417963659907143070085255464445177176035579425033975997694253154961228962708481107984951410669476399852609831845027305492609669032397222082705269660609534675731156923765915292603155267605494712468498272605454074527499444882644406923721259562247539670470253677495027149306470677086144988975416744541385674520697092941145131983206631978917379114337945030462404475231394086826351513526694905686355351599885400962359847488977064011925460721705073650647193228096210927416758522927054923022762738075804622782813204300436211233296289073624303496951901665300660112142741608190828956366316021475559136139274018512455790893026256835935953512160669351868424892098687313222305120915517843262685315864698672727719348027981159609418241757194970002965552219797381587892607876830187521927544748523545290889572130523926814103899824805743932219473946755548357274948759400476113944832432239991726119173552700127501647659773895153413433160299698226364617563406509291255550622602802982000084223572257288839244232909642435820510799805413335256575625657663944859664360798965513803235940676176187669702815862185436293552650667780449859444852160185191769155055636641012197734176762820019381349542690505493917135709654036945472884208535574453234712338134684674957915051959873876892806260722261691513643953939884227456623807754371760989270479432719106398132475130608732194563652122439598641120404325835992087807303646786113070974477691897151715065220728897157215710498976089252310108623829464342358320896901464150431194548233922019235785395124878692044799933182797158377567219415030163365487356360114927267045875711248340291596854453717234485199862174687515110449937928407840149901133133255141713500331305018812882169008578208743375815555705359250845781885263645135747094152959331382032443045002262311503558144225220662839382979792562410103478328095123911245687799606815097326242108878614798477344577923830249162470484156403623502336739474342006703571527747800059429367606807843549594840673694663633152800052056392942142418794530391545485992684856905032735274007955644668496430782335272741774251859307997039265432649167658921673968983069482119868573739232599510087305963387386352100948020675167209770676026811562523834054111232641097134325517463427283188169845418419038904414342370581088034847189142376329991172588334968890514174258478510443494182572821017243473870210228688263833241685881390313962279248940762777684236290497685817970973753146905535691901325968882999002440256623028153731067926229763475584052759343110334744598733253731031375908347525273466731151234233949928406982502707346367697849960737400538665926957808395052336367132191267266674503398214494526794541955880945747963970544919072286188774096262207438819392876771358112235578391691565356702757877480020153044694296370339315147615964511643431768026106127513594688849614420930587997266558090254882750733148840275076521570911349137916995149201353048450221042133611839345458466316951521689572307785650930558508062642126127278586616305028073476776163846368069871466093984617260932244079905996777232068068350000592068125993727637669220976306999142025790852609417486948232049118279902164368573951859615254409008539263848703676920086868812935578768263529912284056138497510534618265750413624707903690398218009723509282271146791009181594796504545972838540812206709526215556381373410144539646587707420942967169694436009006715694884558929575498195137628009994204894255737409102132730998004364817494834958004789925814723906783674926771227104323453179800521680674231429736467200447427306778222835745977128133614418754696513029734650463002268265667476510331015588349849788970891922353776693160955676392847222205191174395195864008592758874620432969970293014589313530930307008130033447159822830114644667973678092254732265666897961672698316386425247037501911588221551729582299926988377088143202405794817153959767021454312888853436921357762400969410527631780206234976003433622219642990499609388423872875165153707411196330722316804944808929582218003522832085840626935341046900295173701118585117632686788843590885652522987965359470498750998660782063286668099071648870277508066330753731313819595951234273950411907509044806104779211042093590416951598731365507741039725517087795523956953540274195287743014332406689662558748009103129890680316070720026199990798328838781284140523138923841407836489359356001842334707475462123150612006085303133323821459431646978088136625064813030566641476569891926861365709747009182811031203484766403570570420413786833943711611583989052848396786183303048138287256929503493826142554436768195937192246526661203405374409923410211555219988608148613665156209634876332336787276987971715952700033634761166995284354978277067976686018630319400745833778650534024376729726166882998862452973052980400043871043677050487969575848876243932819247262635806628898155455510996804759367886595183701446477800
1712.55/1688.06	c number of deleted constraints	: 126972
1712.55/1688.06	c speed (assignments/second)	: 3647.5951605171767
1712.55/1688.06	c non guided choices	: 231
1712.55/1688.08	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 700
1712.55/1688.08	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 19025
1712.55/1688.08	s UNSATISFIABLE
1712.55/1688.08	c Total wall clock time (in seconds): 1687.781

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Wed Jul  2 19:26:51 CEST 2025
extraparms=
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED UNSATISFIABLE
Verification succeeded.
-- cakepb --
s VERIFIED UNSATISFIABLE
--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: 63708 MiB (61614 MiB free)
  memory of node 1: 64465 MiB (62788 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4516109-1751242072/watcher-4516109-1751242072 -o /tmp/evaluation-result-4516109-1751242072/solver-4516109-1751242072 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751242072-43093 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4516109-1751242072 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4516109-1751242072.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=43145, runsolver pid=43132
Current StackSize limit: 8192 KiB


[startup+0.100068 s]*
/proc/loadavg: 0.89 1.36 2.89 1/293 43176
/proc/meminfo: memFree=127372784/131249992 swapFree=33010684/33010684
[pid=43145] ppid=43132 vsize=18130736 memory=24452 CPUtime=0.01 cores=5,7
/proc/43145/stat : 43145 (java) S 43132 43145 43080 0 -1 4194304 2668 0 159 0 0 1 0 0 20 0 7 0 39885990 18565873664 6113 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 0 0 16784588 0 0 0 17 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
/proc/43145/statm: 4532684 6113 3200 1 0 540973 0
[pid=43145/tid=43154] ppid=43132 vsize=18130736 memory=4026532124 CPUtime=0 cores=5,7
/proc/43145/task/43154/stat : 43154 (java) D 43132 43145 43080 0 -1 4194368 2072 0 159 0 0 0 0 0 20 0 7 0 39885994 18565873664 6113 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16784588 1 0 0 -1 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 18130736 KiB
Current children cumulated memory: 24452 KiB

[startup+0.206195 s]*
/proc/loadavg: 0.89 1.36 2.89 8/337 43220
/proc/meminfo: memFree=127310128/131249992 swapFree=33010684/33010684
[pid=43145] ppid=43132 vsize=18930384 memory=48744 CPUtime=0.07 cores=5,7
/proc/43145/stat : 43145 (java) S 43132 43145 43080 0 -1 4194304 5803 0 364 0 5 2 0 0 20 0 18 0 39885990 19384713216 12186 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
/proc/43145/statm: 4732596 12186 5200 1 0 547162 0
[pid=43145/tid=43154] ppid=43132 vsize=18930384 memory=3472328300254200092 CPUtime=0.04 cores=5,7
/proc/43145/task/43154/stat : 43154 (java) R 43132 43145 43080 0 -1 4194368 4624 0 320 0 3 1 0 0 20 0 18 0 39885994 19384713216 12186 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
[pid=43145/tid=43191] ppid=43132 vsize=18930384 memory=17913 CPUtime=0 cores=5,7
/proc/43145/task/43191/stat : 43191 (Finalizer) S 43132 43145 43080 0 -1 4194368 24 0 1 0 0 0 0 0 20 0 18 0 39886006 19384713216 12186 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
[pid=43145/tid=43217] ppid=43132 vsize=18930384 memory=56286469424100 CPUtime=0 cores=5,7
/proc/43145/task/43217/stat : 43217 (Common-Cleaner) S 43132 43145 43080 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 39886007 19384713216 12186 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48744 KiB

[startup+0.306123 s]*
/proc/loadavg: 0.89 1.36 2.89 11/337 43220
/proc/meminfo: memFree=127266928/131249992 swapFree=33010684/33010684
[pid=43145] ppid=43132 vsize=18930384 memory=61704 CPUtime=0.24 cores=5,7
/proc/43145/stat : 43145 (java) S 43132 43145 43080 0 -1 4194304 6827 0 368 0 21 3 0 0 20 0 18 0 39885990 19384713216 15426 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
/proc/43145/statm: 4732596 15426 5392 1 0 547924 0
[pid=43145/tid=43154] ppid=43132 vsize=18930384 memory=-6000919494215166315 CPUtime=0.14 cores=5,7
/proc/43145/task/43154/stat : 43154 (java) R 43132 43145 43080 0 -1 4194368 5154 0 322 0 12 2 0 0 20 0 18 0 39885994 19384713216 15426 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
[pid=43145/tid=43191] ppid=43132 vsize=18930384 memory=-4421386500509558883 CPUtime=0 cores=5,7
/proc/43145/task/43191/stat : 43191 (Finalizer) S 43132 43145 43080 0 -1 4194368 24 0 1 0 0 0 0 0 20 0 18 0 39886006 19384713216 15426 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
[pid=43145/tid=43217] ppid=43132 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/43145/task/43217/stat : 43217 (Common-Cleaner) S 43132 43145 43080 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 39886007 19384713216 15426 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61704 KiB

[startup+0.700238 s]
/proc/loadavg: 0.89 1.36 2.89 7/319 43234
/proc/meminfo: memFree=127197680/131249992 swapFree=33010684/33010684
[pid=43145] ppid=43132 vsize=18996948 memory=115404 CPUtime=1 cores=5,7
/proc/43145/stat : 43145 (java) S 43132 43145 43080 0 -1 4194304 10057 0 368 0 95 5 0 0 20 0 19 0 39885990 19452874752 28851 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
/proc/43145/statm: 4749237 28851 5392 1 0 550528 0
[pid=43145/tid=43154] ppid=43132 vsize=18996948 memory=17408 CPUtime=0.47 cores=5,7
/proc/43145/task/43154/stat : 43154 (java) R 43132 43145 43080 0 -1 4194368 5293 0 322 0 44 3 0 0 20 0 19 0 39885994 19452874752 28851 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
[pid=43145/tid=43191] ppid=43132 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/43145/task/43191/stat : 43191 (Finalizer) S 43132 43145 43080 0 -1 4194368 24 0 1 0 0 0 0 0 20 0 19 0 39886006 19452874752 28851 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
[pid=43145/tid=43217] ppid=43132 vsize=18996948 memory=5632 CPUtime=0 cores=5,7
/proc/43145/task/43217/stat : 43217 (Common-Cleaner) S 43132 43145 43080 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 39886007 19452874752 28851 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
[pid=43145/tid=43225] ppid=43132 vsize=18996948 memory=4252 CPUtime=0 cores=5,7
/proc/43145/task/43225/stat : 43225 (Timer-0) S 43132 43145 43080 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39886027 19452874752 28851 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 115404 KiB

[startup+1.50024 s]
/proc/loadavg: 0.89 1.36 2.89 8/320 43235
/proc/meminfo: memFree=126977748/131249992 swapFree=33010684/33010684
[pid=43145] ppid=43132 vsize=19063512 memory=191000 CPUtime=2.59 cores=5,7
/proc/43145/stat : 43145 (java) S 43132 43145 43080 0 -1 4194304 26629 0 373 0 249 10 0 0 20 0 20 0 39885990 19521036288 47750 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
/proc/43145/statm: 4765878 47750 5424 1 0 557380 0
[pid=43145/tid=43154] ppid=43132 vsize=19063512 memory=0 CPUtime=1.2 cores=5,7
/proc/43145/task/43154/stat : 43154 (java) R 43132 43145 43080 0 -1 4194368 5676 0 322 0 116 4 0 0 20 0 20 0 39885994 19521036288 47750 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
[pid=43145/tid=43191] ppid=43132 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/43145/task/43191/stat : 43191 (Finalizer) S 43132 43145 43080 0 -1 4194368 24 0 1 0 0 0 0 0 20 0 20 0 39886006 19521036288 47750 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
[pid=43145/tid=43217] ppid=43132 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/43145/task/43217/stat : 43217 (Common-Cleaner) S 43132 43145 43080 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 39886007 19521036288 47750 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
[pid=43145/tid=43225] ppid=43132 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/43145/task/43225/stat : 43225 (Timer-0) S 43132 43145 43080 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39886027 19521036288 47750 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
Current children cumulated CPU time: 2.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 191000 KiB

[startup+3.10612 s]
/proc/loadavg: 0.89 1.36 2.89 9/345 43294
/proc/meminfo: memFree=125988928/131249992 swapFree=33010684/33010684
[pid=43145] ppid=43132 vsize=19063512 memory=695740 CPUtime=5.76 cores=5,7
/proc/43145/stat : 43145 (java) S 43132 43145 43080 0 -1 4194304 32427 0 374 0 556 20 0 0 20 0 20 0 39885990 19521036288 173935 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
/proc/43145/statm: 4765878 173935 5424 1 0 559706 0
[pid=43145/tid=43154] ppid=43132 vsize=19063512 memory=10752 CPUtime=2.76 cores=5,7
/proc/43145/task/43154/stat : 43154 (java) R 43132 43145 43080 0 -1 4194368 6687 0 322 0 263 13 0 0 20 0 20 0 39885994 19521036288 173935 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
[pid=43145/tid=43191] ppid=43132 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/43145/task/43191/stat : 43191 (Finalizer) S 43132 43145 43080 0 -1 4194368 24 0 1 0 0 0 0 0 20 0 20 0 39886006 19521036288 173935 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
[pid=43145/tid=43217] ppid=43132 vsize=19063512 memory=-6000919498510133611 CPUtime=0 cores=5,7
/proc/43145/task/43217/stat : 43217 (Common-Cleaner) S 43132 43145 43080 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 39886007 19521036288 173935 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
[pid=43145/tid=43225] ppid=43132 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/43145/task/43225/stat : 43225 (Timer-0) S 43132 43145 43080 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39886027 19521036288 173935 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
Current children cumulated CPU time: 5.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 695740 KiB

[startup+6.30021 s]
/proc/loadavg: 1.22 1.42 2.90 6/345 43294
/proc/meminfo: memFree=123981348/131249992 swapFree=33010684/33010684
[pid=43145] ppid=43132 vsize=19063512 memory=1331692 CPUtime=9.89 cores=5,7
/proc/43145/stat : 43145 (java) S 43132 43145 43080 0 -1 4194304 33278 0 374 0 956 33 0 0 20 0 20 0 39885990 19521036288 332923 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
/proc/43145/statm: 4765878 332923 5424 1 0 559709 0
[pid=43145/tid=43154] ppid=43132 vsize=19063512 memory=0 CPUtime=5.91 cores=5,7
/proc/43145/task/43154/stat : 43154 (java) R 43132 43145 43080 0 -1 4194368 7233 0 322 0 565 26 0 0 20 0 20 0 39885994 19521036288 332923 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
[pid=43145/tid=43191] ppid=43132 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/43145/task/43191/stat : 43191 (Finalizer) S 43132 43145 43080 0 -1 4194368 24 0 1 0 0 0 0 0 20 0 20 0 39886006 19521036288 332923 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
[pid=43145/tid=43217] ppid=43132 vsize=19063512 memory=8514701219781572766 CPUtime=0 cores=5,7
/proc/43145/task/43217/stat : 43217 (Common-Cleaner) S 43132 43145 43080 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 39886007 19521036288 332923 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
[pid=43145/tid=43225] ppid=43132 vsize=19063512 memory=1056616 CPUtime=0 cores=5,7
/proc/43145/task/43225/stat : 43225 (Timer-0) S 43132 43145 43080 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39886027 19521036288 332923 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
Current children cumulated CPU time: 9.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1331692 KiB

[startup+12.7002 s]
/proc/loadavg: 1.45 1.46 2.91 5/345 43294
/proc/meminfo: memFree=122225140/131249992 swapFree=33010684/33010684
[pid=43145] ppid=43132 vsize=19063512 memory=1340092 CPUtime=16.86 cores=5,7
/proc/43145/stat : 43145 (java) S 43132 43145 43080 0 -1 4194304 36676 0 374 0 1651 35 0 0 20 0 20 0 39885990 19521036288 335023 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
/proc/43145/statm: 4765878 335023 5424 1 0 559709 0
[pid=43145/tid=43154] ppid=43132 vsize=19063512 memory=1340092 CPUtime=12.22 cores=5,7
/proc/43145/task/43154/stat : 43154 (java) R 43132 43145 43080 0 -1 4194368 7831 0 322 0 1195 27 0 0 20 0 20 0 39885994 19521036288 335023 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
[pid=43145/tid=43191] ppid=43132 vsize=19063512 memory=-6000919498510133611 CPUtime=0 cores=5,7
/proc/43145/task/43191/stat : 43191 (Finalizer) S 43132 43145 43080 0 -1 4194368 24 0 1 0 0 0 0 0 20 0 20 0 39886006 19521036288 335023 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
[pid=43145/tid=43217] ppid=43132 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/43145/task/43217/stat : 43217 (Common-Cleaner) S 43132 43145 43080 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 39886007 19521036288 335023 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
[pid=43145/tid=43225] ppid=43132 vsize=19063512 memory=7665528309885396330 CPUtime=0 cores=5,7
/proc/43145/task/43225/stat : 43225 (Timer-0) S 43132 43145 43080 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39886027 19521036288 335023 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
Current children cumulated CPU time: 16.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1340092 KiB

[startup+25.5002 s]
/proc/loadavg: 2.09 1.60 2.93 5/345 43295
/proc/meminfo: memFree=121275904/131249992 swapFree=33010684/33010684
[pid=43145] ppid=43132 vsize=19063512 memory=1357308 CPUtime=30.45 cores=5,7
/proc/43145/stat : 43145 (java) S 43132 43145 43080 0 -1 4194304 50575 0 374 0 3005 40 0 0 20 0 20 0 39885990 19521036288 339327 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
/proc/43145/statm: 4765878 339327 5456 1 0 559806 0
[pid=43145/tid=43154] ppid=43132 vsize=19063512 memory=1340092 CPUtime=24.84 cores=5,7
/proc/43145/task/43154/stat : 43154 (java) R 43132 43145 43080 0 -1 4194368 11563 0 322 0 2454 30 0 0 20 0 20 0 39885994 19521036288 339327 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
[pid=43145/tid=43191] ppid=43132 vsize=19063512 memory=1354860 CPUtime=0 cores=5,7
/proc/43145/task/43191/stat : 43191 (Finalizer) S 43132 43145 43080 0 -1 4194368 24 0 1 0 0 0 0 0 20 0 20 0 39886006 19521036288 339327 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
[pid=43145/tid=43217] ppid=43132 vsize=19063512 memory=14692 CPUtime=0 cores=5,7
/proc/43145/task/43217/stat : 43217 (Common-Cleaner) S 43132 43145 43080 0 -1 4194368 40 0 0 0 0 0 0 0 20 0 20 0 39886007 19521036288 339327 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
[pid=43145/tid=43225] ppid=43132 vsize=19063512 memory=14692 CPUtime=0 cores=5,7
/proc/43145/task/43225/stat : 43225 (Timer-0) S 43132 43145 43080 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39886027 19521036288 339327 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
Current children cumulated CPU time: 30.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1357308 KiB

[startup+51.1061 s]
/proc/loadavg: 2.74 1.79 2.96 5/345 43296
/proc/meminfo: memFree=120935004/131249992 swapFree=33010684/33010684
[pid=43145] ppid=43132 vsize=19063512 memory=1402640 CPUtime=56.26 cores=5,7
/proc/43145/stat : 43145 (java) S 43132 43145 43080 0 -1 4194304 57566 0 374 0 5578 48 0 0 20 0 20 0 39885990 19521036288 350660 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
/proc/43145/statm: 4765878 350660 5456 1 0 559806 0
[pid=43145/tid=43154] ppid=43132 vsize=19063512 memory=1392360 CPUtime=49.79 cores=5,7
/proc/43145/task/43154/stat : 43154 (java) R 43132 43145 43080 0 -1 4194368 13468 0 322 0 4943 36 0 0 20 0 20 0 39885994 19521036288 350660 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
[pid=43145/tid=43191] ppid=43132 vsize=19063512 memory=1398536 CPUtime=0 cores=5,7
/proc/43145/task/43191/stat : 43191 (Finalizer) S 43132 43145 43080 0 -1 4194368 24 0 1 0 0 0 0 0 20 0 20 0 39886006 19521036288 350660 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
[pid=43145/tid=43217] ppid=43132 vsize=19063512 memory=14692 CPUtime=0 cores=5,7
/proc/43145/task/43217/stat : 43217 (Common-Cleaner) S 43132 43145 43080 0 -1 4194368 40 0 0 0 0 0 0 0 20 0 20 0 39886007 19521036288 350660 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
[pid=43145/tid=43225] ppid=43132 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/43145/task/43225/stat : 43225 (Timer-0) S 43132 43145 43080 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39886027 19521036288 350660 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0

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

/proc/43145/task/43225/stat : 43225 (Timer-0) S 43132 43145 43080 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39886027 19521036288 781551 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
Current children cumulated CPU time: 1625.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3126204 KiB

[startup+1662.3 s]
/proc/loadavg: 4.14 4.11 3.98 5/342 43377
/proc/meminfo: memFree=112885572/131249992 swapFree=33010684/33010684
[pid=43145] ppid=43132 vsize=19063512 memory=3126204 CPUtime=1686.51 cores=5,7
/proc/43145/stat : 43145 (java) S 43132 43145 43080 0 -1 4194304 135664 0 374 0 168349 302 0 0 20 0 20 0 39885990 19521036288 781551 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
/proc/43145/statm: 4765878 781551 5456 1 0 796333 0
[pid=43145/tid=43154] ppid=43132 vsize=19063512 memory=10752 CPUtime=1630.84 cores=5,7
/proc/43145/task/43154/stat : 43154 (java) R 43132 43145 43080 0 -1 4194368 40288 0 322 0 162860 224 0 0 20 0 20 0 39885994 19521036288 781551 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
[pid=43145/tid=43191] ppid=43132 vsize=19063512 memory=3126204 CPUtime=0 cores=5,7
/proc/43145/task/43191/stat : 43191 (Finalizer) S 43132 43145 43080 0 -1 4194368 24 0 1 0 0 0 0 0 20 0 20 0 39886006 19521036288 781551 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
[pid=43145/tid=43217] ppid=43132 vsize=19063512 memory=3126204 CPUtime=0 cores=5,7
/proc/43145/task/43217/stat : 43217 (Common-Cleaner) S 43132 43145 43080 0 -1 4194368 948 0 0 0 0 0 0 0 20 0 20 0 39886007 19521036288 781551 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
[pid=43145/tid=43225] ppid=43132 vsize=19063512 memory=14692 CPUtime=0 cores=5,7
/proc/43145/task/43225/stat : 43225 (Timer-0) S 43132 43145 43080 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39886027 19521036288 781551 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
Current children cumulated CPU time: 1686.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3126204 KiB

[startup+1688.11 s]
# the end of solver process 43145 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=1709.59 s, system=3.08558 s

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

[startup+1664 s]*
/proc/loadavg: 4.14 4.11 3.98 5/342 43377
/proc/meminfo: memFree=112885392/131249992 swapFree=33010684/33010684
[pid=43145] ppid=43132 vsize=19063512 memory=3126204 CPUtime=1688.26 cores=5,7
/proc/43145/stat : 43145 (java) S 43132 43145 43080 0 -1 4194304 135799 0 374 0 168524 302 0 0 20 0 20 0 39885990 19521036288 781551 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
/proc/43145/statm: 4765878 781551 5456 1 0 796333 0
[pid=43145/tid=43154] ppid=43132 vsize=19063512 memory=-6000919498510133611 CPUtime=1632.48 cores=5,7
/proc/43145/task/43154/stat : 43154 (java) R 43132 43145 43080 0 -1 4194368 40418 0 322 0 163024 224 0 0 20 0 20 0 39885994 19521036288 781551 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
[pid=43145/tid=43191] ppid=43132 vsize=19063512 memory=4570475898918825628 CPUtime=0 cores=5,7
/proc/43145/task/43191/stat : 43191 (Finalizer) S 43132 43145 43080 0 -1 4194368 24 0 1 0 0 0 0 0 20 0 20 0 39886006 19521036288 781551 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
[pid=43145/tid=43217] ppid=43132 vsize=19063512 memory=14692 CPUtime=0 cores=5,7
/proc/43145/task/43217/stat : 43217 (Common-Cleaner) S 43132 43145 43080 0 -1 4194368 948 0 0 0 0 0 0 0 20 0 20 0 39886007 19521036288 781551 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
[pid=43145/tid=43225] ppid=43132 vsize=19063512 memory=46208 CPUtime=0 cores=5,7
/proc/43145/task/43225/stat : 43225 (Timer-0) S 43132 43145 43080 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39886027 19521036288 781551 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
Current children cumulated CPU time: 1688.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3126204 KiB

[startup+1676.8 s]
/proc/loadavg: 4.11 4.10 3.98 5/342 43377
/proc/meminfo: memFree=112868900/131249992 swapFree=33010684/33010684
[pid=43145] ppid=43132 vsize=19063512 memory=3126204 CPUtime=1701.23 cores=5,7
/proc/43145/stat : 43145 (java) S 43132 43145 43080 0 -1 4194304 136074 0 374 0 169818 305 0 0 20 0 20 0 39885990 19521036288 781551 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
/proc/43145/statm: 4765878 781551 5456 1 0 796333 0
[pid=43145/tid=43154] ppid=43132 vsize=19063512 memory=10752 CPUtime=1645.01 cores=5,7
/proc/43145/task/43154/stat : 43154 (java) R 43132 43145 43080 0 -1 4194368 40653 0 322 0 164275 226 0 0 20 0 20 0 39885994 19521036288 781551 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
[pid=43145/tid=43191] ppid=43132 vsize=19063512 memory=1792 CPUtime=0 cores=5,7
/proc/43145/task/43191/stat : 43191 (Finalizer) S 43132 43145 43080 0 -1 4194368 24 0 1 0 0 0 0 0 20 0 20 0 39886006 19521036288 781551 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
[pid=43145/tid=43217] ppid=43132 vsize=19063512 memory=3126204 CPUtime=0 cores=5,7
/proc/43145/task/43217/stat : 43217 (Common-Cleaner) S 43132 43145 43080 0 -1 4194368 948 0 0 0 0 0 0 0 20 0 20 0 39886007 19521036288 781551 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
[pid=43145/tid=43225] ppid=43132 vsize=19063512 memory=14692 CPUtime=0 cores=5,7
/proc/43145/task/43225/stat : 43225 (Timer-0) S 43132 43145 43080 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39886027 19521036288 781551 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
Current children cumulated CPU time: 1701.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3126204 KiB

[startup+1683.2 s]
/proc/loadavg: 4.10 4.10 3.98 5/342 43378
/proc/meminfo: memFree=112858676/131249992 swapFree=33010684/33010684
[pid=43145] ppid=43132 vsize=19063512 memory=3126204 CPUtime=1707.71 cores=5,7
/proc/43145/stat : 43145 (java) S 43132 43145 43080 0 -1 4194304 136275 0 374 0 170466 305 0 0 20 0 20 0 39885990 19521036288 781551 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
/proc/43145/statm: 4765878 781551 5456 1 0 796333 0
[pid=43145/tid=43154] ppid=43132 vsize=19063512 memory=2607008 CPUtime=1651.29 cores=5,7
/proc/43145/task/43154/stat : 43154 (java) R 43132 43145 43080 0 -1 4194368 40836 0 322 0 164903 226 0 0 20 0 20 0 39885994 19521036288 781551 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
[pid=43145/tid=43191] ppid=43132 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/43145/task/43191/stat : 43191 (Finalizer) S 43132 43145 43080 0 -1 4194368 24 0 1 0 0 0 0 0 20 0 20 0 39886006 19521036288 781551 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
[pid=43145/tid=43217] ppid=43132 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/43145/task/43217/stat : 43217 (Common-Cleaner) S 43132 43145 43080 0 -1 4194368 948 0 0 0 0 0 0 0 20 0 20 0 39886007 19521036288 781551 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
[pid=43145/tid=43225] ppid=43132 vsize=19063512 memory=-6000919498510133611 CPUtime=0 cores=5,7
/proc/43145/task/43225/stat : 43225 (Timer-0) S 43132 43145 43080 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39886027 19521036288 781551 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
Current children cumulated CPU time: 1707.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3126204 KiB

[startup+1686.4 s]
/proc/loadavg: 4.09 4.10 3.98 5/343 43384
/proc/meminfo: memFree=112842124/131249992 swapFree=33010684/33010684
[pid=43145] ppid=43132 vsize=19063512 memory=3126204 CPUtime=1710.95 cores=5,7
/proc/43145/stat : 43145 (java) S 43132 43145 43080 0 -1 4194304 136350 0 374 0 170789 306 0 0 20 0 20 0 39885990 19521036288 781551 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
/proc/43145/statm: 4765878 781551 5456 1 0 796333 0
[pid=43145/tid=43154] ppid=43132 vsize=19063512 memory=14692 CPUtime=1654.44 cores=5,7
/proc/43145/task/43154/stat : 43154 (java) R 43132 43145 43080 0 -1 4194368 40903 0 322 0 165217 227 0 0 20 0 20 0 39885994 19521036288 781551 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
[pid=43145/tid=43191] ppid=43132 vsize=19063512 memory=3126204 CPUtime=0 cores=5,7
/proc/43145/task/43191/stat : 43191 (Finalizer) S 43132 43145 43080 0 -1 4194368 24 0 1 0 0 0 0 0 20 0 20 0 39886006 19521036288 781551 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
[pid=43145/tid=43217] ppid=43132 vsize=19063512 memory=17408 CPUtime=0 cores=5,7
/proc/43145/task/43217/stat : 43217 (Common-Cleaner) S 43132 43145 43080 0 -1 4194368 948 0 0 0 0 0 0 0 20 0 20 0 39886007 19521036288 781551 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
[pid=43145/tid=43225] ppid=43132 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/43145/task/43225/stat : 43225 (Timer-0) S 43132 43145 43080 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39886027 19521036288 781551 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
Current children cumulated CPU time: 1710.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3126204 KiB

[startup+1687.2 s]
/proc/loadavg: 4.09 4.10 3.98 5/343 43384
/proc/meminfo: memFree=112842124/131249992 swapFree=33010684/33010684
[pid=43145] ppid=43132 vsize=19063512 memory=3126204 CPUtime=1711.75 cores=5,7
/proc/43145/stat : 43145 (java) S 43132 43145 43080 0 -1 4194304 136350 0 374 0 170869 306 0 0 20 0 20 0 39885990 19521036288 781551 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
/proc/43145/statm: 4765878 781551 5456 1 0 796333 0
[pid=43145/tid=43154] ppid=43132 vsize=19063512 memory=3204748 CPUtime=1655.23 cores=5,7
/proc/43145/task/43154/stat : 43154 (java) R 43132 43145 43080 0 -1 4194368 40903 0 322 0 165296 227 0 0 20 0 20 0 39885994 19521036288 781551 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
[pid=43145/tid=43191] ppid=43132 vsize=19063512 memory=17408 CPUtime=0 cores=5,7
/proc/43145/task/43191/stat : 43191 (Finalizer) S 43132 43145 43080 0 -1 4194368 24 0 1 0 0 0 0 0 20 0 20 0 39886006 19521036288 781551 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
[pid=43145/tid=43217] ppid=43132 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/43145/task/43217/stat : 43217 (Common-Cleaner) S 43132 43145 43080 0 -1 4194368 948 0 0 0 0 0 0 0 20 0 20 0 39886007 19521036288 781551 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
[pid=43145/tid=43225] ppid=43132 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/43145/task/43225/stat : 43225 (Timer-0) S 43132 43145 43080 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39886027 19521036288 781551 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
Current children cumulated CPU time: 1711.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3126204 KiB

[startup+1687.6 s]
/proc/loadavg: 4.09 4.10 3.98 5/343 43384
/proc/meminfo: memFree=112842124/131249992 swapFree=33010684/33010684
[pid=43145] ppid=43132 vsize=19063512 memory=3126204 CPUtime=1712.15 cores=5,7
/proc/43145/stat : 43145 (java) S 43132 43145 43080 0 -1 4194304 136718 0 374 0 170909 306 0 0 20 0 20 0 39885990 19521036288 781551 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
/proc/43145/statm: 4765878 781551 5456 1 0 796333 0
[pid=43145/tid=43154] ppid=43132 vsize=19063512 memory=-6000919498510133611 CPUtime=1655.63 cores=5,7
/proc/43145/task/43154/stat : 43154 (java) R 43132 43145 43080 0 -1 4194368 41214 0 322 0 165336 227 0 0 20 0 20 0 39885994 19521036288 781551 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
[pid=43145/tid=43191] ppid=43132 vsize=19063512 memory=4352 CPUtime=0 cores=5,7
/proc/43145/task/43191/stat : 43191 (Finalizer) S 43132 43145 43080 0 -1 4194368 24 0 1 0 0 0 0 0 20 0 20 0 39886006 19521036288 781551 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
[pid=43145/tid=43217] ppid=43132 vsize=19063512 memory=1792 CPUtime=0 cores=5,7
/proc/43145/task/43217/stat : 43217 (Common-Cleaner) S 43132 43145 43080 0 -1 4194368 948 0 0 0 0 0 0 0 20 0 20 0 39886007 19521036288 781551 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
[pid=43145/tid=43225] ppid=43132 vsize=19063512 memory=1920 CPUtime=0 cores=5,7
/proc/43145/task/43225/stat : 43225 (Timer-0) S 43132 43145 43080 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39886027 19521036288 781551 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
Current children cumulated CPU time: 1712.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3126204 KiB

[startup+1688 s]*
/proc/loadavg: 4.09 4.10 3.98 5/343 43384
/proc/meminfo: memFree=112842124/131249992 swapFree=33010684/33010684
[pid=43145] ppid=43132 vsize=19063512 memory=3126204 CPUtime=1712.55 cores=5,7
/proc/43145/stat : 43145 (java) S 43132 43145 43080 0 -1 4194304 136750 0 374 0 170949 306 0 0 20 0 20 0 39885990 19521036288 781551 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
/proc/43145/statm: 4765878 781551 5456 1 0 796333 0
[pid=43145/tid=43154] ppid=43132 vsize=19063512 memory=-6000919502737926507 CPUtime=1656.04 cores=5,7
/proc/43145/task/43154/stat : 43154 (java) R 43132 43145 43080 0 -1 4194368 41246 0 322 0 165377 227 0 0 20 0 20 0 39885994 19521036288 781551 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
[pid=43145/tid=43191] ppid=43132 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=5,7
/proc/43145/task/43191/stat : 43191 (Finalizer) S 43132 43145 43080 0 -1 4194368 24 0 1 0 0 0 0 0 20 0 20 0 39886006 19521036288 781551 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
[pid=43145/tid=43217] ppid=43132 vsize=19063512 memory=2944 CPUtime=0 cores=5,7
/proc/43145/task/43217/stat : 43217 (Common-Cleaner) S 43132 43145 43080 0 -1 4194368 948 0 0 0 0 0 0 0 20 0 20 0 39886007 19521036288 781551 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
[pid=43145/tid=43225] ppid=43132 vsize=19063512 memory=6912 CPUtime=0 cores=5,7
/proc/43145/task/43225/stat : 43225 (Timer-0) S 43132 43145 43080 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39886027 19521036288 781551 18446744073709551615 94229275463680 94229275467376 140722732900032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94229275475192 94229275475984 94229286080512 140722732906797 140722732906982 140722732906982 140722732912584 0
Current children cumulated CPU time: 1712.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3126204 KiB

Child status: 20

Real time (s): 1688.11
CPU time (s): 1712.67
CPU user time (s): 1709.59
CPU system time (s): 3.08558
CPU usage (%): 101.455
Max. virtual memory (cumulated for all children) (KiB): 19069320
Max. memory (cumulated for all children) (KiB): 3126204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1709.59
system time used= 3.08558
maximum resident set size= 3127100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139824
page faults= 374
swaps= 0
block input operations= 9592
block output operations= 1769616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 78548
involuntary context switches= 8770


# summary of solver processes directly reported to runsolver:
#   pid: 43145
#   total CPU time (s): 1712.67
#   total CPU user time (s): 1709.59
#   total CPU system time (s): 3.08558

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.67977 second user time and 8.66877 second system time

The end

Launcher Data

Begin job on nodeC025 at 2025-06-30 02:07:52
IDJOB=4516109
IDBENCH=169590
IDSOLVER=3362
FILE ID=nodeC025/4516109-1751242072
RUNJOBID= nodeC025-1751242072-43093
SLURM_JOB_ID= 9587734
Free space on /tmp= 433064 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/vertex-cover/vc-large-v4/normalized-grid8_60.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4516109-1751242072/watcher-4516109-1751242072 -o /tmp/evaluation-result-4516109-1751242072/solver-4516109-1751242072 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751242072-43093 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4516109-1751242072 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4516109-1751242072.opb

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

MD5SUM BENCH= fd6b1ecb07027f6f8fc295ea289e4759
RANDOM SEED=253857093

nodeC025 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.937
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.67
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		: 2144.038
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.67
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.963
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.67
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.863
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.67
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.990
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.67
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.828
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.67
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.867
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.67
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.289
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        127388992 kB
MemAvailable:   129741540 kB
Buffers:            3280 kB
Cached:          3152832 kB
SwapCached:            0 kB
Active:           375360 kB
Inactive:        2848612 kB
Active(anon):      85948 kB
Inactive(anon):        0 kB
Active(file):     289412 kB
Inactive(file):  2848612 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2272 kB
Writeback:             0 kB
AnonPages:         71132 kB
Mapped:           102776 kB
Shmem:             18084 kB
KReclaimable:     107528 kB
Slab:             194660 kB
SReclaimable:     107528 kB
SUnreclaim:        87132 kB
KernelStack:        4056 kB
PageTables:         2432 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     332364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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:      207572 kB
DirectMap2M:     9000960 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC025 at 2025-06-30 02:36:01