Trace number 4543133

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j CP VeriPB 2025-06-06? (TO) 3600.17 3470.8

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/domset/
larger/domset_large_shuffle/normalized-domset-hexgrid_03_084.shuf-1.opb
MD5SUMe7c556b1908613934f20d4f7eb665474
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.207353
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables252
Total number of constraints253
Number of constraints which are clauses252
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint4
Maximum length of a constraint252
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 51
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 303
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.14	c Pseudo Boolean Optimization by upper bound
0.13/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.14	c  - never skip resolution steps
0.13/0.14	c  - Auto-division on coefficients is disabled
0.13/0.14	c  - No postprocessing
0.13/0.14	c  - Conflict is considered as is when resolving
0.13/0.14	c  - Use constraints as they come during conflict analysis
0.13/0.14	c  - Weaken first using unassigned literals
0.13/0.14	c  - Bump strategy: ALWAYS_ONE
0.13/0.14	c  - Bumper: EFFECTIVE
0.13/0.14	c --- Begin Solver configuration ---
0.13/0.14	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.13/0.14	c Learn all clauses as in MiniSAT
0.13/0.14	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.14	c No reason simplification
0.13/0.14	c Dynamic restart strategy considering the size of the coefficients
0.13/0.14	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.13/0.14	c timeout=2147483s
0.13/0.14	c DB Simplification allowed=false
0.13/0.14	c Listener: none
0.13/0.14	c --- End Solver configuration ---
0.13/0.14	c solving HOME/instance-4543133-1753224149.opb
0.13/0.14	c reading problem ... 
0.13/0.15	c using VERIPB proof format
0.13/0.15	c  no objective function found
0.13/0.18	c ... done. Wall clock time 0.034s.
0.13/0.18	c declared #vars     252
0.13/0.18	c #constraints  253
0.13/0.18	c constraints type 
0.13/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.13/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 252
0.13/0.18	c 253 constraints processed.
54.15/47.65	c cleaning 2501 clauses out of 5001 with flag 0/5001
3600.00/3470.71	c starts		: 36
3600.00/3470.73	c conflicts		: 7328
3600.00/3470.73	c decisions		: 22470
3600.00/3470.73	c propagations		: 252108
3600.00/3470.73	c inspects		: 19252187
3600.00/3470.73	c shortcuts		: 0
3600.00/3470.73	c learnt literals	: 0
3600.00/3470.73	c learnt binary clauses	: 0
3600.00/3470.73	c learnt ternary clauses	: 0
3600.00/3470.73	c learnt constraints	: 7327
3600.00/3470.73	c ignored constraints	: 0
3600.00/3470.73	c root simplifications	: 0
3600.00/3470.73	c removed literals (reason simplification)	: 0
3600.00/3470.73	c reason swapping (by a shorter reason)	: 0
3600.00/3470.73	c Calls to reduceDB	: 1
3600.00/3470.73	c Number of update (reduction) of LBD	: 10750
3600.00/3470.73	c Imported unit clauses	: 0
3600.00/3470.73	c No decision after first conflict	: false
3600.00/3470.73	c number of reductions to clauses (during analyze)	: 0
3600.00/3470.73	c number of learned constraints concerned by reduction	: 0
3600.00/3470.74	c number of learning phase by resolution	: 0
3600.00/3470.74	c number of learning phase by cutting planes	: 0
3600.00/3470.74	c number of rounding to 1 operations	: 0
3600.00/3470.74	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3470.74	c number of reductions of the coefficients by power 2 	: 0
3600.00/3470.74	c number of right shift for reduction by power 2 	: 0
3600.00/3470.74	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3470.74	c number of ending skipping 	: 0
3600.00/3470.74	c number of internal skipping 	: 0
3600.00/3470.74	c number of derivation steps 	: 17615
3600.00/3470.74	c number of skipped derivation steps 	: 0
3600.00/3470.74	c number of remaining unassigned 	: 93487
3600.00/3470.74	c number of remaining assigned 	: 284785
3600.00/3470.74	c number of falsified literals weakened from reason	: 0
3600.00/3470.74	c number of falsified literals weakened from conflict	: 0
3600.00/3470.74	c time for arithmetic operations	: 2334125003015
3600.00/3470.76	c minimum degree of deleted constraints	: 62
3600.00/3470.76	c maximum degree of deleted constraints	: 379084263716812743939193513747864636344229679517898326861496808296507606849382713725030702621121252271222712835385590839589177232659245005314365840957341837825047966852368688865587651610708116061162140568186913553704288018305889361680339375111422852433897474030221328861623194223399211066658686806015420646913579439952715804478677764228702755280020307927517461610590305643651657287013768096438132530344379162569814291834622201898763091859419740321485537778222685939910595586469982382091165863293910704893280578066920699349456828343024756300783868307177454195443302437163438958661139809254232783147866064107443786810126524709542458437805048005084292205555365313899310966088039849953872667248162433337174184523549288234159543947895879763424465176186867054717606522724027453409883841014245893439955435660174414218743259713799743800899515789747433319044587876473415819308372633436915164302693736253481566999043049204287654978858983125138133305127916422149709998635292166405592904348496955270420353244557394538823914118981034620852552917981098118880370947231985847151522537087196530288804162641794682552710980729718493069998825446411929064732326633960431988450688209918733076298291777296929974460881101295114647412711689483865278341604774793295908428415140690715304198188725194696876277127412360258832007644158013840316558997215186820599504300963967481565415326679592794182665703565451841206623540944251047386181845532265082998640811261066172873816122709450254586802276168088116284173138954567356272271200513903731894857676884695749740931119469008381610289948486770497896999142448378592382237965770880685064834357062439024141204587780314578085593972391221857009889547717312744461158600766700871847466567439712329335437091851232127711052205291207734381254961713384087706620381378732401207805450398580472619460134223772329412671527749842780327286903199320469794640144764360677125780086409353480340813680354130177545241089023407319480999323106521557112814739778972345378728331715480520336366765204091386398531135546478144471901454331229192414904752694919591452225773960965925225638268022283565517530027018435952758999187554768755021601828821326934419589563671905327360164815450982348617447553086143642721410411722972519944653625504886061103411249249320371940579729370165326671773501376423830487206199273800099215168344359571750633589706211138672294864413166472397197292500962887976986409686388660372530087640854990876183396706708664900461735366279681326650924281331333216392868692702884178814954669599066605803050022597344307944823979295266626074888546842605024628904960408010873925378634062028561320820798758570438296168048695089960542064138853313630776682544972257667746852664409563592415609718315070966306135327239425353259154040525434803729994935948763280906075361282585155286515271786410519221814004647717424406541486476689797469715334365841606610758464995964546227527280138411140188100857962353078330472018574864230079048626936691883902748078664517767309392187097375099799146046778034251847902410831260356069902607001136326059007279827442610926918489351719060512322537094391635800149746393732409390000081885141698718318764927209162643603198679091481567434513539343836165087509259438825669649009547717750532804219177310795826049257402476291817771483078803755030034018435745789691112667739106130315653652748036326984037480591675055804089315477958101902533645393393190840943739950094737107350672995925733562600277034180166900033291601946686803234862892396907474392225945351371868894986513646278699517850954678968397490815619039449370939683392960869402779770119608322704617497223654837540161666750149765413761851447184435192621004331099741210691411996545256003282586826699715588771885130443323994295772104877424357162917483525342868412910893985353368888154631895500744229498033041514423204933499374746884582981415719053394624793973378192813164410018406047750089716070978172584579897118722186398697215038195954289688922107068157744992130807481587124362816899027668587399868580807899653817138920195664120428102895851562326916550001587791111926916215887612119092061924706178672535810369483090091466821232074968380077815809142914258460546503378449158935358286838080241050322169193633284551496469818432987605901101284970388439807025438379344550123303256881723396074800194483787688888475148813493262943646632123547984425226639843269062796896802055271001934699690717204729601825818599079600661604174460649018001611486136836313477215062973054051709579041053707482890205359552806379496347738704899101484291423656891166387720415636873774460787610768154180351177582742463906561011932902540448838113406713928695956953239658712503268526018460091822592461374408604593037943821773957917595363900467422177221043713442294653509867807198892991451454521136145443676444562358106530908028309855416345237207169370275370991536789478518821917539478320151247639637427558779502134376486138550099645474349413390974854823769785887772760271152076884090549527380803848898152739546818298752992414455432125737141076107352470109717469890444699141276627487440324077479939304763878581156476418854771695655198271267711657441084714708244640048777081330771398798021223569913019721204179656671574540632229060304379662754086271922888952703269262687436877072669467040955440951011460313287077439924629103185375325706164893603922727506529999603839134066829441348796574008278736557060648391096054266415893965041734747167418155940554753904657972283309511257924330182297521851060552219087329665598723163825084687139465435633655532805537277446701081329811482642896008082057027915772417286330772464325189466983941418581756107200462619270665316559199923827839001882318299910512368851781367337713057138537810468214048406351464520434169374211199564528270148983906194767581031971319855436647096816196412641117137007705772583947878666792825131008167299285296987945374474980307983686136062113512057246617762657969036550554054355876406936179768893203177566056572127567609078852476603579541627958969211588742849557311563164765752631793674237455500359018725647479970609579649361134024823402035024492126925218925750012424901785993170683712510774694860017688671495936799162071858134583753792209966565160666117969129239602952443227994123811261437687583167757591303085527876837696582912272909798372206182254935249616485130656684832340338614235734994128635709225302402898091232983939731844800086298304095484150191493064101039614159296209244465904453864858769172954967681890280657059617636788956833507539428584233430142371122703788226761746181792891025569728501572179343333729408473654963271795477178738686069120541819468428740587948415446834509574271143491009222654268008852996767024119386199588980795140004759932083820572918406099375697898753602757878628616914131705554592456955877163026129185567728835500096225098212851197380238596904292608732461834944825480180457240208253875178570155554314559665403081214145396665993505708537278357306663987618708455425968584356922035555211465668477103286431810637164598490790051606242930863489794134593551301952908106192037904887569445335090487230557153033402298368150391236371933595267575081045418845803648603200813633027616276593956547953501536144458015380401593144582882010997246369303377154896933137856578246485953800657333154674679362273208133390257814733473639777444742574198008567184239272806705587673987592007726634762167186127683196620161569218265291043343474251241635805538515066574496426534995869301927084859795221089619059029474254621372249602050319739108248088200477994676549617628986449318681978041327834385309575784215651191637639724609753537554983472611209476594826969720872166320236910563754359377123633609724938992889881405605276978640693407028731364311096133421603329358730540251811710054802319600913213135710547375099413630106498888768757688536437849468305607205507419102851530289067302136391883184953561526771601399360313465296534496076427402777605447137056679846920821418155852643340463449695526632878434834605117052902728671841955071348969206018297081975706876824480319098458046196380314542503025632620801016751074595020386362483025845382193272499772981900063472073566723038639347598286332516918779885002989448793512525287346405266443164641165134033255132805362385894397162313192961610495056911028046738181817519328885459337589885926827167525938377149632746544669305942801033470539774282444445654247978900588719116389285743196213012137921839743756897474412850241107359455384084842483429964897108028886520945876167371007779970120037446466161088715067873685632625557506870359252700293379075423568801138625376027947047944187169234799967831208777222458292843526379045237822958560880509945416087700124970877260797681761982489584356878643854683278790736498626104214528111807901205825538821056524561726454533904060047155756106125212094745129070032679549588410319248535271955843091304565302566296279330078046132205528451807334635257034819533472140372876725206765776167699280106365851632560764346258683432104008636936270319883098277465470070879584834217928225489602760127728906935289112119372666264601748550014159095634729097661521855582474998874783001332066189251858057864755915732602590827537852878696827936253491625381377072450170610365527687169344446229189928274275903219646460506845430323142565489279868328073864631185398477925695241426599126992307602272568225504652100580259178583354645337257903966590517270978288743468551893105981826718531404411438799225437230463740756321070143823855400348814994061798147212665810124308081455604492996680796550083681867863297678328590530481863342363402719102173052396953419758126238638213509358119940922901033787929981661668086001617916631868309898121166296681804011249193548953767862137619031333421307813772879480453617027783716499581548498132284387576490866006496835648142618012891322005346249749153053502555505031419198240140892777886920820952014595846906909031655079929100609930925914761867885982931390916488352728579712975739196854807061620398639839337158907431911196588351308444169136477176505088798993300755043676709231257328495825332820710953963241694124540151258401165021447747067470782538498651530350885418429965284336351629267089658070027567598855617214016614967400837604079641739443034580829321419508809383262699126622765008038515642910736102708076840058477317748709847016780049307328041649856689853496227694585378980777554229760275156454619508561162707283387101851210546256602626592876801341907606850802993008509514467904651684549759839397478103393489279806856122236071885478848552633696911508260702254924226825518898704101068758048010215783292601036851069704220359730486538607356693709796625882397660692755049112209899961107036999804516751821351894699942815616316620850758582436519418980918249739327278191823332261005957804899010896500171161840421375429377969699716517402471738845336685593845912563331964969010047817065482358748239469287479045345481923456972159747353077664393093012375245601184690597620913680396852942643396940185518397612272997982670814782727467437626164321282263678656525441071420641125374897870537014008696496706366771966814914191484537436958713099182533107193931757313136642862507951858633375478944201905156372959912320405375403412257684190573420220479465610469574450129620378513370956025939516458920368958846138598145956505187059105861066474343025475525934714555117696451312195359157050981527149815109565750600031192487187495582762837277411726404801279691062453314349791541320574120690716366623283651842570694992077600614011368422310702324367072841357273139464411967392498524017953929894524300213347536030842589614858195925801114496910734984329566614385503844169357269899481934563319290168553477142850554788696595466696395740198054515727212499716114153391348368077532253181830392624907488039919072861904236549731112955005591393628071458252359099926140775697033627325203846599592773324788600598614990112992758787600484465786632120651204876191786912120877830284369938400704784346538912817538382058824951339024925477277679891954942496313350517293780324801817986189336708503710246617962785693408791380229764022913999554949001229617767442363063583492179979775829749885586671533186824324610028903083222042610027769927483573426110004604281885831039497873556083755811842639381342264854781182461789322130323108532982144686924959129642686098097158320493511120071512251492274476931676100319573646336635591125147488376739978775623991060492295835791390938402492283191449684329811193287367591623771571741451472494181096501402063269873654102587709173263556887122114090101505169288957168188700476733299526101646546620036469051462211325150861825487711083643818173695081770337465592459757745182282345754123591913065134499915585181566117359497861201660420258853922239949716750150256818112440192667769792408206193336299034993684495095463452985429327938942188127096848121577410750156995831060588770366594288582634084597074281124300379522106669719877949069818360160379116617122755781363740937085106432319618608384382662977629589253953596465776765754500716439419124796376160313222310735768955077680378288209473975845676271147047516848748435282756636920555942942647425088246558569447777412125308860287054937879358555756711678583602739582879484987187808936470801401077150850649974979305279211377695059503105512274931519326601107462523486946310742300117485587178663679850748359330830229772928560056461677680810368004387041612406571087394632174155706258845464851662962594853473424507511960578793723864916890453789875794157479178734337324204721426618125686889406407458013581492724690068323854215669157284028463364058211850742270691903764191170117631965852207883267331772007691164014754792821046204390405335344243813394282024129103473150129135519312713124624593514003907226903699591013231283852883160266790622164650024455262594995975387049047572042553669251236534059302452044943286292236208807539992479215193942235197252099511996128878597251382409878386829559356867310023874733575295625955738796303431813698035593260310512173318038569322928405257552614980515298340698465315422033750137620372261724558951438414070834631265892652778145827667077821017143055230817330577096905537277969229536163761046448367083890893062495593088820512718808094978253535491968342774971594583467925564235738211562888066545317201465375011913131175231290925552701355749420169902841782339835993437382156720304864250497335939549082730622168478858316532060054122636644965064535637292125436591137846362803378459306478518723037662605078391346832490908078217957089879764226326880431848288814758179672301280512512732604165488634028712297380582608328270628142028583211277323748920392009661153612526805475926074499425239976758146681988207821850922906815536362958576454215504780863702308609924744724757580881594218648379829505294190750588954382871535253377130224128595647435051606501682961966299383233715939169302853237525906864983816131397041814565850383457886017087504781925182331016568277036052782116701353619215863273260931067004861339467514599313975773087587866497153690894022158018778789287967364064760831739333386013372734702880742874345629825297751713732158458104909167074779785221924601172774142916604511123238468311217088979081104567955746856855102634231271235836554342423646561961742455820932630699962669193662352223270438355754587027672536247246085692897030378026997167316980636378349190658557291773524718749439875789147069372518722590453933796032641268698417670036434550293422262859601195419156751073392876495359480178669732932106115777305703396761622473592341182619256621108212661701497059331606034166271379013140311431552015069761673127510963038790278352361153681320708061159782914016549672727293705108257801545195886699803685985754809449872367780720118205990843661294944970435956449519510545428617941010770052860602133041557975834151349645786835528282119987592811219763415821027195233159801852167119722184882408647045762052766346589194505064092635051184931299896517070040226082478498369014315308977799879726047457158321606622261043307972034790970166512764794371855378562733635742836322322696067282093916481818903269881305580244006747249568852074193958065266645985173793634882829550559175691975969332231050217579114976444715346601201396419633879824486821400263790239354291436780963560396649714579684536147945612332289072224812906879145073536692063608726602742736282766560295077808245494489681709443612064
3600.00/3470.76	c number of deleted constraints	: 2501
3600.00/3470.76	c speed (assignments/second)	: 72.64154422781694
3600.00/3470.76	c non guided choices	: 121
3600.00/3470.77	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 101
3600.00/3470.77	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 4725
3600.00/3470.77	s UNKNOWN
3600.00/3470.77	c Total wall clock time (in seconds): 3470.628

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4543133-1753224149/watcher-4543133-1753224149 -o /tmp/evaluation-result-4543133-1753224149/solver-4543133-1753224149 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1753223901-173948 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4543133-1753224149 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4543133-1753224149.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=174276, runsolver pid=174273

[startup+0.100059 s]*
/proc/loadavg: 4.11 2.91 2.63 6/339 174294
/proc/meminfo: memFree=119570188/131249996 swapFree=33005016/33010684
[pid=174276] ppid=174273 vsize=18930384 memory=57896 CPUtime=0.13 cores=5,7
/proc/174276/stat : 174276 (java) S 174273 174276 173935 0 -1 4194304 6614 0 0 0 11 2 0 0 20 0 18 0 238094450 19384713216 14474 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
/proc/174276/statm: 4732596 14474 5350 1 0 547642 0
[pid=174276/tid=174278] ppid=174273 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=5,7
/proc/174276/task/174278/stat : 174278 (java) R 174273 174276 173935 0 -1 4194368 5112 0 0 0 7 1 0 0 20 0 18 0 238094451 19384713216 14474 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
[pid=174276/tid=174287] ppid=174273 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/174276/task/174287/stat : 174287 (Finalizer) S 174273 174276 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238094453 19384713216 14474 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
[pid=174276/tid=174294] ppid=174273 vsize=18930384 memory=59585004335790 CPUtime=0 cores=5,7
/proc/174276/task/174294/stat : 174294 (Common-Cleaner) S 174273 174276 173935 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238094453 19384713216 14474 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57896 KiB

[startup+0.205716 s]*
/proc/loadavg: 4.11 2.91 2.63 6/340 174295
/proc/meminfo: memFree=119561584/131249996 swapFree=33005016/33010684
[pid=174276] ppid=174273 vsize=18996948 memory=64604 CPUtime=0.33 cores=5,7
/proc/174276/stat : 174276 (java) S 174273 174276 173935 0 -1 4194304 7207 0 0 0 30 3 0 0 20 0 19 0 238094450 19452874752 16151 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
/proc/174276/statm: 4749237 16151 5414 1 0 548327 0
[pid=174276/tid=174278] ppid=174273 vsize=18996948 memory=4026990876 CPUtime=0.18 cores=5,7
/proc/174276/task/174278/stat : 174278 (java) R 174273 174276 173935 0 -1 4194368 5424 0 0 0 17 1 0 0 20 0 19 0 238094451 19452874752 16151 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
[pid=174276/tid=174287] ppid=174273 vsize=18996948 memory=16912 CPUtime=0 cores=5,7
/proc/174276/task/174287/stat : 174287 (Finalizer) S 174273 174276 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238094453 19452874752 16151 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
[pid=174276/tid=174294] ppid=174273 vsize=18996948 memory=58485492679654 CPUtime=0 cores=5,7
/proc/174276/task/174294/stat : 174294 (Common-Cleaner) S 174273 174276 173935 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 238094453 19452874752 16151 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
[pid=174276/tid=174295] ppid=174273 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/174276/task/174295/stat : 174295 (Timer-0) S 174273 174276 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 238094469 19452874752 16151 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 64604 KiB

[startup+0.305668 s]*
/proc/loadavg: 4.11 2.91 2.63 6/340 174295
/proc/meminfo: memFree=119556480/131249996 swapFree=33005016/33010684
[pid=174276] ppid=174273 vsize=18996948 memory=75964 CPUtime=0.52 cores=5,7
/proc/174276/stat : 174276 (java) S 174273 174276 173935 0 -1 4194304 7465 0 0 0 49 3 0 0 20 0 19 0 238094450 19452874752 18991 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
/proc/174276/statm: 4749237 18991 5414 1 0 548474 0
[pid=174276/tid=174278] ppid=174273 vsize=18996948 memory=-8959463306320192188 CPUtime=0.26 cores=5,7
/proc/174276/task/174278/stat : 174278 (java) R 174273 174276 173935 0 -1 4194368 5473 0 0 0 25 1 0 0 20 0 19 0 238094451 19452874752 18991 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
[pid=174276/tid=174287] ppid=174273 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/174276/task/174287/stat : 174287 (Finalizer) S 174273 174276 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238094453 19452874752 18991 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
[pid=174276/tid=174294] ppid=174273 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/174276/task/174294/stat : 174294 (Common-Cleaner) S 174273 174276 173935 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 238094453 19452874752 18991 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
[pid=174276/tid=174295] ppid=174273 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/174276/task/174295/stat : 174295 (Timer-0) S 174273 174276 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 238094469 19452874752 18991 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 75964 KiB

[startup+0.700237 s]
/proc/loadavg: 4.11 2.91 2.63 7/340 174295
/proc/meminfo: memFree=119511404/131249996 swapFree=33005016/33010684
[pid=174276] ppid=174273 vsize=18996948 memory=154600 CPUtime=1.28 cores=5,7
/proc/174276/stat : 174276 (java) S 174273 174276 173935 0 -1 4194304 14032 0 0 0 122 6 0 0 20 0 19 0 238094450 19452874752 38650 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
/proc/174276/statm: 4749237 38650 5414 1 0 552092 0
[pid=174276/tid=174278] ppid=174273 vsize=18996948 memory=23168 CPUtime=0.61 cores=5,7
/proc/174276/task/174278/stat : 174278 (java) R 174273 174276 173935 0 -1 4194368 5507 0 0 0 58 3 0 0 20 0 19 0 238094451 19452874752 38650 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
[pid=174276/tid=174287] ppid=174273 vsize=18996948 memory=10624 CPUtime=0 cores=5,7
/proc/174276/task/174287/stat : 174287 (Finalizer) S 174273 174276 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238094453 19452874752 38650 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
[pid=174276/tid=174294] ppid=174273 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/174276/task/174294/stat : 174294 (Common-Cleaner) S 174273 174276 173935 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 238094453 19452874752 38650 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
[pid=174276/tid=174295] ppid=174273 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/174276/task/174295/stat : 174295 (Timer-0) S 174273 174276 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 238094469 19452874752 38650 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 154600 KiB

[startup+1.50025 s]
/proc/loadavg: 4.11 2.91 2.63 6/341 174296
/proc/meminfo: memFree=119453748/131249996 swapFree=33005016/33010684
[pid=174276] ppid=174273 vsize=19063512 memory=192936 CPUtime=2.87 cores=5,7
/proc/174276/stat : 174276 (java) S 174273 174276 173935 0 -1 4194304 26883 0 0 0 279 8 0 0 20 0 20 0 238094450 19521036288 48234 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
/proc/174276/statm: 4765878 48234 5446 1 0 556591 0
[pid=174276/tid=174278] ppid=174273 vsize=19063512 memory=0 CPUtime=1.34 cores=5,7
/proc/174276/task/174278/stat : 174278 (java) R 174273 174276 173935 0 -1 4194368 5931 0 0 0 131 3 0 0 20 0 20 0 238094451 19521036288 48234 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
[pid=174276/tid=174287] ppid=174273 vsize=19063512 memory=10624 CPUtime=0 cores=5,7
/proc/174276/task/174287/stat : 174287 (Finalizer) S 174273 174276 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238094453 19521036288 48234 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
[pid=174276/tid=174294] ppid=174273 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/174276/task/174294/stat : 174294 (Common-Cleaner) S 174273 174276 173935 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238094453 19521036288 48234 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
[pid=174276/tid=174295] ppid=174273 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/174276/task/174295/stat : 174295 (Timer-0) S 174273 174276 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238094469 19521036288 48234 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
Current children cumulated CPU time: 2.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 192936 KiB

[startup+3.10559 s]
/proc/loadavg: 4.18 2.94 2.64 5/341 174296
/proc/meminfo: memFree=119101644/131249996 swapFree=33005016/33010684
[pid=174276] ppid=174273 vsize=19063512 memory=533304 CPUtime=5.97 cores=5,7
/proc/174276/stat : 174276 (java) S 174273 174276 173935 0 -1 4194304 30401 0 0 0 581 16 0 0 20 0 20 0 238094450 19521036288 133326 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
/proc/174276/statm: 4765878 133326 5478 1 0 758029 0
[pid=174276/tid=174278] ppid=174273 vsize=19063512 memory=10624 CPUtime=2.87 cores=5,7
/proc/174276/task/174278/stat : 174278 (java) R 174273 174276 173935 0 -1 4194368 6654 0 0 0 278 9 0 0 20 0 20 0 238094451 19521036288 133326 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
[pid=174276/tid=174287] ppid=174273 vsize=19063512 memory=-8959463306320192188 CPUtime=0 cores=5,7
/proc/174276/task/174287/stat : 174287 (Finalizer) S 174273 174276 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238094453 19521036288 133326 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
[pid=174276/tid=174294] ppid=174273 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/174276/task/174294/stat : 174294 (Common-Cleaner) S 174273 174276 173935 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238094453 19521036288 133326 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
[pid=174276/tid=174295] ppid=174273 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/174276/task/174295/stat : 174295 (Timer-0) S 174273 174276 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238094469 19521036288 133326 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
Current children cumulated CPU time: 5.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 533304 KiB

[startup+6.30021 s]
/proc/loadavg: 4.18 2.94 2.64 5/341 174297
/proc/meminfo: memFree=118793792/131249996 swapFree=33005016/33010684
[pid=174276] ppid=174273 vsize=19063512 memory=786364 CPUtime=10.53 cores=5,7
/proc/174276/stat : 174276 (java) S 174273 174276 173935 0 -1 4194304 31136 0 0 0 1029 24 0 0 20 0 20 0 238094450 19521036288 196591 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
/proc/174276/statm: 4765878 196591 5478 1 0 758247 0
[pid=174276/tid=174278] ppid=174273 vsize=19063512 memory=0 CPUtime=5.98 cores=5,7
/proc/174276/task/174278/stat : 174278 (java) R 174273 174276 173935 0 -1 4194368 6795 0 0 0 584 14 0 0 20 0 20 0 238094451 19521036288 196591 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
[pid=174276/tid=174287] ppid=174273 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/174276/task/174287/stat : 174287 (Finalizer) S 174273 174276 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238094453 19521036288 196591 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
[pid=174276/tid=174294] ppid=174273 vsize=19063512 memory=10624 CPUtime=0 cores=5,7
/proc/174276/task/174294/stat : 174294 (Common-Cleaner) S 174273 174276 173935 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238094453 19521036288 196591 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
[pid=174276/tid=174295] ppid=174273 vsize=19063512 memory=193192 CPUtime=0 cores=5,7
/proc/174276/task/174295/stat : 174295 (Timer-0) S 174273 174276 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238094469 19521036288 196591 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
Current children cumulated CPU time: 10.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 786364 KiB

[startup+12.7002 s]
/proc/loadavg: 4.15 2.98 2.66 5/341 174297
/proc/meminfo: memFree=118343756/131249996 swapFree=33005016/33010684
[pid=174276] ppid=174273 vsize=19063512 memory=1407424 CPUtime=17.43 cores=5,7
/proc/174276/stat : 174276 (java) S 174273 174276 173935 0 -1 4194304 32494 0 0 0 1706 37 0 0 20 0 20 0 238094450 19521036288 351856 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
/proc/174276/statm: 4765878 351856 5478 1 0 758267 0
[pid=174276/tid=174278] ppid=174273 vsize=19063512 memory=193192 CPUtime=12.27 cores=5,7
/proc/174276/task/174278/stat : 174278 (java) R 174273 174276 173935 0 -1 4194368 7889 0 0 0 1202 25 0 0 20 0 20 0 238094451 19521036288 351856 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
[pid=174276/tid=174287] ppid=174273 vsize=19063512 memory=1186240 CPUtime=0 cores=5,7
/proc/174276/task/174287/stat : 174287 (Finalizer) S 174273 174276 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238094453 19521036288 351856 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
[pid=174276/tid=174294] ppid=174273 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/174276/task/174294/stat : 174294 (Common-Cleaner) S 174273 174276 173935 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238094453 19521036288 351856 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
[pid=174276/tid=174295] ppid=174273 vsize=19063512 memory=10624 CPUtime=0 cores=5,7
/proc/174276/task/174295/stat : 174295 (Timer-0) S 174273 174276 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238094469 19521036288 351856 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
Current children cumulated CPU time: 17.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1407424 KiB

[startup+25.5002 s]
/proc/loadavg: 4.13 3.01 2.67 5/341 174297
/proc/meminfo: memFree=117500460/131249996 swapFree=33005016/33010684
[pid=174276] ppid=174273 vsize=19063512 memory=1886764 CPUtime=31.09 cores=5,7
/proc/174276/stat : 174276 (java) S 174273 174276 173935 0 -1 4194304 49833 0 0 0 3060 49 0 0 20 0 20 0 238094450 19521036288 471691 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
/proc/174276/statm: 4765878 471691 5478 1 0 759983 0
[pid=174276/tid=174278] ppid=174273 vsize=19063512 memory=1186240 CPUtime=24.87 cores=5,7
/proc/174276/task/174278/stat : 174278 (java) R 174273 174276 173935 0 -1 4194368 10400 0 0 0 2455 32 0 0 20 0 20 0 238094451 19521036288 471691 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
[pid=174276/tid=174287] ppid=174273 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/174276/task/174287/stat : 174287 (Finalizer) S 174273 174276 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238094453 19521036288 471691 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
[pid=174276/tid=174294] ppid=174273 vsize=19063512 memory=1870516 CPUtime=0 cores=5,7
/proc/174276/task/174294/stat : 174294 (Common-Cleaner) S 174273 174276 173935 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238094453 19521036288 471691 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
[pid=174276/tid=174295] ppid=174273 vsize=19063512 memory=23168 CPUtime=0 cores=5,7
/proc/174276/task/174295/stat : 174295 (Timer-0) S 174273 174276 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238094469 19521036288 471691 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
Current children cumulated CPU time: 31.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1886764 KiB

[startup+51.1056 s]
/proc/loadavg: 4.16 3.11 2.72 5/341 174297
/proc/meminfo: memFree=116566668/131249996 swapFree=33005016/33010684
[pid=174276] ppid=174273 vsize=19063512 memory=2547964 CPUtime=57.73 cores=5,7
/proc/174276/stat : 174276 (java) S 174273 174276 173935 0 -1 4194304 63580 0 0 0 5708 65 0 0 20 0 20 0 238094450 19521036288 636991 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0

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

/proc/meminfo: memFree=106712584/131249996 swapFree=33005016/33010684
[pid=174276] ppid=174273 vsize=19063512 memory=5611532 CPUtime=3286.51 cores=5,7
/proc/174276/stat : 174276 (java) S 174273 174276 173935 0 -1 4194304 233769 0 0 0 328206 445 0 0 20 0 20 0 238094450 19521036288 1402883 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
/proc/174276/statm: 4765878 1402883 5478 1 0 1416200 0
[pid=174276/tid=174278] ppid=174273 vsize=19063512 memory=14464 CPUtime=3130.72 cores=5,7
/proc/174276/task/174278/stat : 174278 (java) R 174273 174276 173935 0 -1 4194368 61198 0 0 0 312963 109 0 0 20 0 20 0 238094451 19521036288 1402883 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
[pid=174276/tid=174287] ppid=174273 vsize=19063512 memory=5611532 CPUtime=0 cores=5,7
/proc/174276/task/174287/stat : 174287 (Finalizer) S 174273 174276 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238094453 19521036288 1402883 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
[pid=174276/tid=174294] ppid=174273 vsize=19063512 memory=14464 CPUtime=0 cores=5,7
/proc/174276/task/174294/stat : 174294 (Common-Cleaner) S 174273 174276 173935 0 -1 4194368 1291 0 0 0 0 0 0 0 20 0 20 0 238094453 19521036288 1402883 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
[pid=174276/tid=174295] ppid=174273 vsize=19063512 memory=14464 CPUtime=0 cores=5,7
/proc/174276/task/174295/stat : 174295 (Timer-0) S 174273 174276 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238094469 19521036288 1402883 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
Current children cumulated CPU time: 3286.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5611532 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.21 4.17 5/343 174556
/proc/meminfo: memFree=106686324/131249996 swapFree=33005016/33010684
[pid=174276] ppid=174273 vsize=19063512 memory=5611532 CPUtime=3347.51 cores=5,7
/proc/174276/stat : 174276 (java) S 174273 174276 173935 0 -1 4194304 237596 0 0 0 334303 448 0 0 20 0 20 0 238094450 19521036288 1402883 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
/proc/174276/statm: 4765878 1402883 5478 1 0 1416200 0
[pid=174276/tid=174278] ppid=174273 vsize=19063512 memory=14464 CPUtime=3190.5 cores=5,7
/proc/174276/task/174278/stat : 174278 (java) R 174273 174276 173935 0 -1 4194368 62810 0 0 0 318941 109 0 0 20 0 20 0 238094451 19521036288 1402883 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
[pid=174276/tid=174287] ppid=174273 vsize=19063512 memory=5611532 CPUtime=0 cores=5,7
/proc/174276/task/174287/stat : 174287 (Finalizer) S 174273 174276 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238094453 19521036288 1402883 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
[pid=174276/tid=174294] ppid=174273 vsize=19063512 memory=5611532 CPUtime=0 cores=5,7
/proc/174276/task/174294/stat : 174294 (Common-Cleaner) S 174273 174276 173935 0 -1 4194368 1291 0 0 0 0 0 0 0 20 0 20 0 238094453 19521036288 1402883 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
[pid=174276/tid=174295] ppid=174273 vsize=19063512 memory=5611532 CPUtime=0 cores=5,7
/proc/174276/task/174295/stat : 174295 (Timer-0) S 174273 174276 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238094469 19521036288 1402883 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
Current children cumulated CPU time: 3347.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5611532 KiB

[startup+3282.3 s]
/proc/loadavg: 4.18 4.21 4.18 6/343 174695
/proc/meminfo: memFree=110115356/131249996 swapFree=33005016/33010684
[pid=174276] ppid=174273 vsize=19063512 memory=5611532 CPUtime=3408.38 cores=5,7
/proc/174276/stat : 174276 (java) S 174273 174276 173935 0 -1 4194304 238812 0 0 0 340386 452 0 0 20 0 20 0 238094450 19521036288 1402883 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
/proc/174276/statm: 4765878 1402883 5478 1 0 1416200 0
[pid=174276/tid=174278] ppid=174273 vsize=19063512 memory=14464 CPUtime=3250.35 cores=5,7
/proc/174276/task/174278/stat : 174278 (java) R 174273 174276 173935 0 -1 4194368 62825 0 0 0 324925 110 0 0 20 0 20 0 238094451 19521036288 1402883 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
[pid=174276/tid=174287] ppid=174273 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/174276/task/174287/stat : 174287 (Finalizer) S 174273 174276 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238094453 19521036288 1402883 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
[pid=174276/tid=174294] ppid=174273 vsize=19063512 memory=5611532 CPUtime=0 cores=5,7
/proc/174276/task/174294/stat : 174294 (Common-Cleaner) S 174273 174276 173935 0 -1 4194368 1334 0 0 0 0 0 0 0 20 0 20 0 238094453 19521036288 1402883 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
[pid=174276/tid=174295] ppid=174273 vsize=19063512 memory=5611532 CPUtime=0 cores=5,7
/proc/174276/task/174295/stat : 174295 (Timer-0) S 174273 174276 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238094469 19521036288 1402883 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
Current children cumulated CPU time: 3408.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5611532 KiB

[startup+3342.3 s]
/proc/loadavg: 4.21 4.22 4.18 5/343 175175
/proc/meminfo: memFree=114050252/131249996 swapFree=33005016/33010684
[pid=174276] ppid=174273 vsize=19063512 memory=5611532 CPUtime=3469.4 cores=5,7
/proc/174276/stat : 174276 (java) S 174273 174276 173935 0 -1 4194304 242578 0 0 0 346485 455 0 0 20 0 20 0 238094450 19521036288 1402883 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
/proc/174276/statm: 4765878 1402883 5478 1 0 1416200 0
[pid=174276/tid=174278] ppid=174273 vsize=19063512 memory=14464 CPUtime=3310.17 cores=5,7
/proc/174276/task/174278/stat : 174278 (java) R 174273 174276 173935 0 -1 4194368 64450 0 0 0 330907 110 0 0 20 0 20 0 238094451 19521036288 1402883 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
[pid=174276/tid=174287] ppid=174273 vsize=19063512 memory=5611532 CPUtime=0 cores=5,7
/proc/174276/task/174287/stat : 174287 (Finalizer) S 174273 174276 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238094453 19521036288 1402883 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
[pid=174276/tid=174294] ppid=174273 vsize=19063512 memory=3396 CPUtime=0 cores=5,7
/proc/174276/task/174294/stat : 174294 (Common-Cleaner) S 174273 174276 173935 0 -1 4194368 1334 0 0 0 0 0 0 0 20 0 20 0 238094453 19521036288 1402883 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
[pid=174276/tid=174295] ppid=174273 vsize=19063512 memory=5611532 CPUtime=0 cores=5,7
/proc/174276/task/174295/stat : 174295 (Timer-0) S 174273 174276 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238094469 19521036288 1402883 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
Current children cumulated CPU time: 3469.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5611532 KiB

[startup+3402.3 s]
/proc/loadavg: 4.27 4.22 4.19 5/342 175177
/proc/meminfo: memFree=113647540/131249996 swapFree=33005016/33010684
[pid=174276] ppid=174273 vsize=19063512 memory=5611532 CPUtime=3530.26 cores=5,7
/proc/174276/stat : 174276 (java) S 174273 174276 173935 0 -1 4194304 244416 0 0 0 352569 457 0 0 20 0 20 0 238094450 19521036288 1402883 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
/proc/174276/statm: 4765878 1402883 5478 1 0 1416200 0
[pid=174276/tid=174278] ppid=174273 vsize=19063512 memory=14464 CPUtime=3370.01 cores=5,7
/proc/174276/task/174278/stat : 174278 (java) R 174273 174276 173935 0 -1 4194368 64654 0 0 0 336891 110 0 0 20 0 20 0 238094451 19521036288 1402883 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
[pid=174276/tid=174287] ppid=174273 vsize=19063512 memory=5611532 CPUtime=0 cores=5,7
/proc/174276/task/174287/stat : 174287 (Finalizer) S 174273 174276 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238094453 19521036288 1402883 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
[pid=174276/tid=174294] ppid=174273 vsize=19063512 memory=14464 CPUtime=0 cores=5,7
/proc/174276/task/174294/stat : 174294 (Common-Cleaner) S 174273 174276 173935 0 -1 4194368 1377 0 0 0 0 0 0 0 20 0 20 0 238094453 19521036288 1402883 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
[pid=174276/tid=174295] ppid=174273 vsize=19063512 memory=23168 CPUtime=0 cores=5,7
/proc/174276/task/174295/stat : 174295 (Timer-0) S 174273 174276 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238094469 19521036288 1402883 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
Current children cumulated CPU time: 3530.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5611532 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.20 4.18 5/342 175179
/proc/meminfo: memFree=113242924/131249996 swapFree=33005016/33010684
[pid=174276] ppid=174273 vsize=19063512 memory=5611532 CPUtime=3591.28 cores=5,7
/proc/174276/stat : 174276 (java) S 174273 174276 173935 0 -1 4194304 247301 0 0 0 358666 462 0 0 20 0 20 0 238094450 19521036288 1402883 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
/proc/174276/statm: 4765878 1402883 5478 1 0 1416200 0
[pid=174276/tid=174278] ppid=174273 vsize=19063512 memory=14464 CPUtime=3429.82 cores=5,7
/proc/174276/task/174278/stat : 174278 (java) R 174273 174276 173935 0 -1 4194368 66033 0 0 0 342872 110 0 0 20 0 20 0 238094451 19521036288 1402883 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
[pid=174276/tid=174287] ppid=174273 vsize=19063512 memory=23168 CPUtime=0 cores=5,7
/proc/174276/task/174287/stat : 174287 (Finalizer) S 174273 174276 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238094453 19521036288 1402883 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
[pid=174276/tid=174294] ppid=174273 vsize=19063512 memory=-8959463306320192188 CPUtime=0 cores=5,7
/proc/174276/task/174294/stat : 174294 (Common-Cleaner) S 174273 174276 173935 0 -1 4194368 1378 0 0 0 0 0 0 0 20 0 20 0 238094453 19521036288 1402883 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
[pid=174276/tid=174295] ppid=174273 vsize=19063512 memory=5611532 CPUtime=0 cores=5,7
/proc/174276/task/174295/stat : 174295 (Timer-0) S 174273 174276 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238094469 19521036288 1402883 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
Current children cumulated CPU time: 3591.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5611532 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3470.7 s]
/proc/loadavg: 4.13 4.19 4.18 5/342 175179
/proc/meminfo: memFree=113113880/131249996 swapFree=33005016/33010684
[pid=174276] ppid=174273 vsize=19063512 memory=5611532 CPUtime=3600 cores=5,7
/proc/174276/stat : 174276 (java) S 174273 174276 173935 0 -1 4194304 247331 0 0 0 359537 463 0 0 20 0 20 0 238094450 19521036288 1402883 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
/proc/174276/statm: 4765878 1402883 5478 1 0 1416200 0
[pid=174276/tid=174278] ppid=174273 vsize=19063512 memory=14464 CPUtime=3438.19 cores=5,7
/proc/174276/task/174278/stat : 174278 (java) R 174273 174276 173935 0 -1 4194368 66034 0 0 0 343709 110 0 0 20 0 20 0 238094451 19521036288 1402883 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
[pid=174276/tid=174287] ppid=174273 vsize=19063512 memory=23168 CPUtime=0 cores=5,7
/proc/174276/task/174287/stat : 174287 (Finalizer) S 174273 174276 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238094453 19521036288 1402883 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
[pid=174276/tid=174294] ppid=174273 vsize=19063512 memory=14464 CPUtime=0 cores=5,7
/proc/174276/task/174294/stat : 174294 (Common-Cleaner) S 174273 174276 173935 0 -1 4194368 1406 0 0 0 0 0 0 0 20 0 20 0 238094453 19521036288 1402883 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
[pid=174276/tid=174295] ppid=174273 vsize=19063512 memory=3396 CPUtime=0 cores=5,7
/proc/174276/task/174295/stat : 174295 (Timer-0) S 174273 174276 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238094469 19521036288 1402883 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5611532 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.52 s, system=4.65657 s

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

[startup+3470.7 s]
/proc/loadavg: 4.13 4.19 4.18 5/342 175179
/proc/meminfo: memFree=113113880/131249996 swapFree=33005016/33010684
[pid=174276] ppid=174273 vsize=19063512 memory=5611532 CPUtime=3600 cores=5,7
/proc/174276/stat : 174276 (java) S 174273 174276 173935 0 -1 4194304 247331 0 0 0 359537 463 0 0 20 0 20 0 238094450 19521036288 1402883 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
/proc/174276/statm: 4765878 1402883 5478 1 0 1416200 0
[pid=174276/tid=174278] ppid=174273 vsize=19063512 memory=14464 CPUtime=3438.19 cores=5,7
/proc/174276/task/174278/stat : 174278 (java) R 174273 174276 173935 0 -1 4194368 66034 0 0 0 343709 110 0 0 20 0 20 0 238094451 19521036288 1402883 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
[pid=174276/tid=174287] ppid=174273 vsize=19063512 memory=23168 CPUtime=0 cores=5,7
/proc/174276/task/174287/stat : 174287 (Finalizer) S 174273 174276 173935 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238094453 19521036288 1402883 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
[pid=174276/tid=174294] ppid=174273 vsize=19063512 memory=14464 CPUtime=0 cores=5,7
/proc/174276/task/174294/stat : 174294 (Common-Cleaner) S 174273 174276 173935 0 -1 4194368 1406 0 0 0 0 0 0 0 20 0 20 0 238094453 19521036288 1402883 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
[pid=174276/tid=174295] ppid=174273 vsize=19063512 memory=3396 CPUtime=0 cores=5,7
/proc/174276/task/174295/stat : 174295 (Timer-0) S 174273 174276 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238094469 19521036288 1402883 18446744073709551615 94822042292224 94822042295920 140726104390032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94822042303736 94822042304528 94822048612352 140726104394065 140726104394212 140726104394212 140726104399816 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5611532 KiB

Child status: 143

Real time (s): 3470.8
CPU time (s): 3600.17
CPU user time (s): 3595.52
CPU system time (s): 4.65657
CPU usage (%): 103.727
Max. virtual memory (cumulated for all children) (KiB): 19066316
Max. memory (cumulated for all children) (KiB): 5611532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.52
system time used= 4.65657
maximum resident set size= 5612428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 249091
page faults= 0
swaps= 0
block input operations= 0
block output operations= 302952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 234589
involuntary context switches= 25097


# summary of solver processes directly reported to runsolver:
#   pid: 174276
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3595.52
#   total CPU system time (s): 4.65657

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.96693 second user time and 15.643 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-07-23 00:42:29
IDJOB=4543133
IDBENCH=172050
IDSOLVER=3362
FILE ID=nodeC030/4543133-1753224149
RUNJOBID= nodeC030-1753223901-173948
SLURM_JOB_ID= 9687830
Free space on /tmp= 432328 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/domset/larger/domset_large_shuffle/normalized-domset-hexgrid_03_084.shuf-1.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4543133-1753224149/watcher-4543133-1753224149 -o /tmp/evaluation-result-4543133-1753224149/solver-4543133-1753224149 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1753223901-173948 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4543133-1753224149 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4543133-1753224149.opb

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

MD5SUM BENCH= e7c556b1908613934f20d4f7eb665474
RANDOM SEED=819378282

nodeC030 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		: 3600.322
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	: 7000.62
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.319
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	: 7000.62
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		: 3605.191
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	: 7000.62
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		: 3567.799
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	: 7000.62
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.328
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	: 7000.62
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		: 3600.223
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	: 7000.62
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		: 3600.922
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	: 7000.62
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		: 3600.321
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	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        119594436 kB
MemAvailable:   120298424 kB
Buffers:              16 kB
Cached:          1470172 kB
SwapCached:          232 kB
Active:         10160472 kB
Inactive:         798880 kB
Active(anon):    9473084 kB
Inactive(anon):    37900 kB
Active(file):     687388 kB
Inactive(file):   760980 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005016 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             39148 kB
Writeback:             0 kB
AnonPages:       9492148 kB
Mapped:           123828 kB
Shmem:             21756 kB
KReclaimable:     189320 kB
Slab:             284576 kB
SReclaimable:     189320 kB
SUnreclaim:        95256 kB
KernelStack:        5200 kB
PageTables:        22164 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   15255508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9250816 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:      189140 kB
DirectMap2M:     9019392 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432364 MiB
End job on nodeC030 at 2025-07-23 01:40:20