Trace number 4507379

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.15 3545.69

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/sroussel/
ShortestPathTate/normalized-TateBritain_K98.opb
MD5SUM5359c0df8e4997707ebdbb5ef15bc818
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.62353
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6664
Total number of constraints6862
Number of constraints which are clauses6764
Number of constraints which are cardinality constraints (but not clauses)98
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint98
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 99
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.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.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.16	c Pseudo Boolean Optimization by upper bound
0.12/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.16	c  - never skip resolution steps
0.12/0.16	c  - Auto-division on coefficients is disabled
0.12/0.16	c  - No postprocessing
0.12/0.16	c  - Conflict is considered as is when resolving
0.12/0.16	c  - Use constraints as they come during conflict analysis
0.12/0.16	c  - Weaken first using unassigned literals
0.12/0.16	c  - Bump strategy: ALWAYS_ONE
0.12/0.16	c  - Bumper: EFFECTIVE
0.12/0.16	c --- Begin Solver configuration ---
0.12/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.12/0.16	c Learn all clauses as in MiniSAT
0.12/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.16	c No reason simplification
0.12/0.16	c Dynamic restart strategy considering the size of the coefficients
0.12/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.12/0.16	c timeout=2147483s
0.12/0.16	c DB Simplification allowed=false
0.12/0.16	c Listener: none
0.12/0.16	c --- End Solver configuration ---
0.12/0.16	c solving HOME/instance-4507379-1751187629.opb
0.12/0.16	c reading problem ... 
0.12/0.16	c using VERIPB proof format
0.12/0.16	c  no objective function found
0.69/0.42	c ... done. Wall clock time 0.252s.
0.69/0.42	c declared #vars     6664
0.69/0.42	c #constraints  6862
0.69/0.42	c constraints type 
0.69/0.42	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1261
0.69/0.42	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 98
0.69/0.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5501
0.69/0.42	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.69/0.42	c 6862 constraints processed.
90.08/85.04	c cleaning 2500 clauses out of 5000 with flag 0/5000
717.05/706.56	c cleaning 4236 clauses out of 8500 with flag 0/11000
3600.00/3545.61	c starts		: 21
3600.00/3545.62	c conflicts		: 16525
3600.00/3545.62	c decisions		: 90911
3600.00/3545.62	c propagations		: 5575063
3600.00/3545.62	c inspects		: 73808072
3600.00/3545.62	c shortcuts		: 0
3600.00/3545.62	c learnt literals	: 0
3600.00/3545.62	c learnt binary clauses	: 0
3600.00/3545.62	c learnt ternary clauses	: 0
3600.00/3545.62	c learnt constraints	: 16524
3600.00/3545.62	c ignored constraints	: 0
3600.00/3545.62	c root simplifications	: 0
3600.00/3545.62	c removed literals (reason simplification)	: 0
3600.00/3545.62	c reason swapping (by a shorter reason)	: 0
3600.00/3545.62	c Calls to reduceDB	: 2
3600.00/3545.62	c Number of update (reduction) of LBD	: 30386
3600.00/3545.62	c Imported unit clauses	: 0
3600.00/3545.62	c No decision after first conflict	: false
3600.00/3545.63	c number of reductions to clauses (during analyze)	: 0
3600.00/3545.63	c number of learned constraints concerned by reduction	: 0
3600.00/3545.63	c number of learning phase by resolution	: 0
3600.00/3545.63	c number of learning phase by cutting planes	: 0
3600.00/3545.63	c number of rounding to 1 operations	: 0
3600.00/3545.63	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3545.63	c number of reductions of the coefficients by power 2 	: 0
3600.00/3545.63	c number of right shift for reduction by power 2 	: 0
3600.00/3545.63	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3545.63	c number of ending skipping 	: 0
3600.00/3545.63	c number of internal skipping 	: 0
3600.00/3545.63	c number of derivation steps 	: 787108
3600.00/3545.63	c number of skipped derivation steps 	: 0
3600.00/3545.63	c number of remaining unassigned 	: 229586
3600.00/3545.63	c number of remaining assigned 	: 34344519
3600.00/3545.63	c number of falsified literals weakened from reason	: 0
3600.00/3545.63	c number of falsified literals weakened from conflict	: 0
3600.00/3545.63	c time for arithmetic operations	: 1693321171254
3600.00/3545.64	c minimum degree of deleted constraints	: 1
3600.00/3545.65	c maximum degree of deleted constraints	: 596741496404092718149739194075807610685103898675467415268777623271446845044384498853111888882474203560898185643918223870437808607455973088998146529057290496229964987020739594799710743482777678122028255986654637796411931420451088475070597287080029645603053276426041707811816539465813726971422444340733916555958791015975684188435848589772092441626918060951822676243465617199164475249569405039649533520427260799684148427892969630816642907155044254875745687603842556129517767261314896317802256353992041770271762245515801466908186059790185284396728200658257532052291768330385839532124383519077879864168331169398749404497832398185654348771616336479500452819703181967227751947809264388151011710583466258602723155703837515255330379224634404627670692030479040170761299973161313747439823967209500515055797981595562230052247554111928946415676043133508687743029786526339395542487562446625248102271178886550549628460949857654726845925524617025861794179739365318178036192330423730421854016449960213131601937911065045815353668394767122637208574676273253658593977723944544914547223097160891002853187436771096004689412062895423352681716068402081732155342435816838019550386417135100043202813014307352293443648769249479703333583564721597051997108585014753219625285311027758101372371980521239918959694242828202529948338132525891508859497918541102707642817692798795017511374233931850029067830459861694344008986183581762169978262393027984003981171821249489616562004229710695083541595085578370749904316968403524660384234925906017865821377772708528025712104128555979287764638092338188683758436746427003466603432836071096521907868474531847736019264518097142583412887240713741751399409167479003487519160496356350819425620681336260095247136603080926900793300908193978703012622806002471158793351601387617373779292010832730005158365987632073545086270306313634769652355673715873334088799816771487534946639563247738234413396448740743404026043368565929993269579446360375197511079063987305366206401618557393209846736033071776560918202341271034409039052107950255560728643854129978760883531513023172424785822776776728902952127337391135966647215721383225969568142624616770250198356253283769220804657445684821388678697148338223823230951719328442732717688986755651983662807971116689181533501506745167885578894478701476718643831734237970716875910602274360696621336014297141785864093972041379128277053229257933504654427927505864800389708264064926870590139755902294319195499554998308903972391850915680178105247903652098502777650870513071336522644845832962348368714780282555259296041488454684531954269266173097929869612666255380921552215158566960168533748543179013624599153518487910283316651012178968963849708080191355565150022483495289875813284463185154595495692719533112624598560638626498462266965232202404656248440818640905403793254925567290790269274309625578391149002163775410530616078764541500213136596759227311005511291670819039931512348128865111303310095162281683248015816356354709650007075621093310358030338376433177934796728320355233329284812893518611339718986880372335253574803409556217901930717267462111729389173269486530570453529292830269946661130453268484188388969044771393106343667575134918936158386023119596800762669949674294608534371142720860473807300910781546049775719475038665340743273963046338571617576968261386169668130870676545498464260469171975133093820197772597918430090654066169314319142575991199307281774280889378689597464094328106944070371579476351212173787014163181414097922768383538836337829581311887128571551301924524086672985836973095920557378662027521357435283893034871104303147182574263160348892787818489230699912897612479708227075136271512602118031286004414351671074406185092368102994924025299565698505292097391561378080611764110482535559007284591585135842199079030804004757804866524309495243641142309600186088665318891427482949062301335889920210774399524203876926617404633036062586622434845931009732986313836857224614884475879539652518244339038452368658984463197232487345412597652920004516503998640072286162763622282657594263462614501433453481893917753310039382318196188442835768286233027526300298734852623717478590053859156463141257260268563344659213062793346937746411272182182307866096075851262048096083565154337697519140857850796141100406076510854767062103717414357397809260026491932778728191124580227849262505751400138491804773070423567999565800062800614310287086672269734912708626887621490340377971113967608603358974335871949046229745991120604754899320192440291036465263925968161694569321301372264433557409899222615326754616019775419727677817811742809294183604772681698795036033149646355709437049758910952073211263730277751522126545810489297574858383293036353399124741963622685711016268642572371071044942417640782718685255831552042872051645931449589979127693827939334516660956334180627994402730266541332947249707307321392744861189773145901228705191034928300343121759437711814375776973998473959501818308866520339666831051042763257998155624962116976355802265357803552875807972098812737680752850598443466148785434207776586892561191583630400446150645794875504707888972091349139500132168029980006784641308808707781593489053707268141502035615997099616293411655256583031289719883568588068675528601561278920208362429631993809635829431343159451694641529766910548979200082325192701757984081298081887464658732775726618693300563271084345918933407342678340050328689642921067819118401856899314877890129311725751236785929013189646419014645480394568677734599244779536417998355743580103424901785222058932685033635763842869912953936738413791754858230752604336903433980513736817415702765398721210400377114364056385183638535682748643089524903947810794848359857883116094277780313911571036401409619257141161501941821067331639744473346202602523059434539484003664750084104421821572283407327397431456283456997099893608247525551579308858133766066199666172002454209532046307336466357047584146148350475244503595342112667589064172756392396041714280275444750754432023780979747918576583137387096123485440107834309879072003659406783793131495533172118402812812588828325617529960467556157884472573600747276016602655057110705718531563097083697217379105310078270857346595935703884335370171072729464314509085139305726524477611799290229617351586525146001280565228333524168680732950487432136995295159551199488156133756642576197542844911139133830670707118004580956239042098880904402461742153654855809485716901087141234654522023603993388615451444996753021965207505484626230965284921434021727463583996570875805233385242913049936900037722692831870788906978607952477338970488385947199550671005448486429890690008540681825883554375721162289930317047520514846848738299420372350218395956245809749355505790252575667756799439202542106921621932065368712576352228914692298373510610199857694299453814863639153615672356424296344941650908721380420245173317794539596533682977207572399305307961937212285863945749596494526877472949459942202072903119242244715435602189290452894759800444630305480864037353858912355727419158730325174987705226607507045100151056564308361040867739544755948627795980087556544057112487702327857038961050641730224269688104749333130122134763159468204305556476084440333164801359195527750502776445848038011335737253995707957190717868002784529740156384427349908656857576671562076961109463608993483914196526239032485881725054252958107532780920878647433741396221397724493234077954738523499029617882570011079678232819081595451290602005356460706253850443070382125094456129851109335985578702658060350849676032169301761836737779791320019815820522624955884821424249812410782002965395359682681431578521508259871094592113120612116969128604268464467948729503161742772934817149396113239078310403879533081177512048556373555666135883305240373340299299522052018769605368045619095287804395013119255219545030527518384391734345234967798187784981396674632459587914533816630310845766507305154641535979857238279049141091852300537707044278443891360013395952977654813507337641145675747212521145206254861718512985499339398656161668568964451601541642447116037853107673696069769757100429583263932468746942440471470296664020745228350421378262751596558476476779283940425233363260266036828890171617515440548613777384032072988686651742843049362158746070164346516271443328541103809674569653486085947093634422598273926362833263776588451062877094361100533627462908130464853037584936707956004266796788142892236568788489056695548240179275697554473228763231915114299022343987122623554216266412036120971245575410551783101278254832591449470465072059104769117971678205149315391139075825862537641956989328373496629735395775799054658891419445312179865585112290927939875757795226740025861538016192606553128896987065956304605692692372919097495877272503440996126504556650761740047727302841323310851174635898557510546519033784111398746653358090718635853399253071509455571454326557218606901354422451780793411801736783493307621314957695095513498207665905033808300601062820273801323048808891714058366036972677774901156337265999346064051424892651257513818671263170243644374999526345796511889117944134924485448340852894482604640506510719713555612789057351153395861887190458770052540918014357482721340479095247053135736077062671604545784100563923230902885243504934484116289270991744057869439597216445003732365499952228035362512831228972104038522182854941582420112687246292212310790666022702240510829389410883549525013179232881412899013730124581723677059304794670451637065605010999282478183724203047143494970405555517642781928661183572192765113158072874539663493953711554915099362869015002859291062036749043390671968850467061163733339728298645412067341451728536631832932478118801910781919479746959367454349207790693623195137848131758110256455368871173002085537167079389488418167336312710748835906799564032765604463724372411143710555878458028231958494981730434228874374759173554393428175218863080994350094705840698723157141803713762192093603566141617308711803490897239814653347793198249341330591991982630539954068791309491572798891164918057042054775365112796375997519136142448904315277118610499628151379727003251072823644337398514953216032337466223733001168086567398564552079594779070083800847282746596029665828405239925211373557429092906628219199861837646494987613364693061510202753421795359403444083962671036782553315472460740492083826888136671403925232815355744780514069970766195754027748875751754416299468734525378716260309719570969082842131381617240536268230124405981723010190841286526559542191300887844348905411104483467446422483687212060009980418154846944589185125549781406283327783186410568582553074243318811188811562200638230398731615668411663190244321489191150358318735953341474504431597687315752782709069808791392661304563813911806910080049817384151942237012290701719209999454995285924517780328715434214330391766499182050873651585534849037475098364603524805885363154847342324695511053873316733018503518928016595298872689386420984102862163420039396042991080639263208974654353178211907339113245698740477165936938436560616664622191712658222066474316154100709774533238918524328639786943565864228109977149324175295204144066199875459435093797731325675644704389861460524274018489159371709278182395252087700590026556037165975380362921754163472290462031441896287164813858016248091734160619574255244119717936507083640124229160973133582349159047684740235264124467433877765326606955020846494790650592785137392743398892157571908916369857845936203963244993763645949388193273931052361287766163621566689948010464039521658009240552263344549767920317401139420813184167315402849559087134665649632529025795407501483949402533753659898061471894528270845982887024895184698821104672236477922960772982608514695435506671220550944016244077952398515871465060297916659088646649102413396412303435834026545911054369243594816385188855050961243769148469214304551738336090679149815865060647741480836326284317906091186083855184477861062493097235944212030997179028038931383586921059029923281484576162788269535067485144108271447892197347933166607593446261156449152719022421675523445612667252291550967868147409546711812643949423288571994724249019581016040833633197375906411882844600706513286471751361457193118752875872938316503680053317315613240113396393817311735677453578329836778577662504106319316008146774417813953913620218830816754460494315441679601050389435727703369828587240602700060312887702802256841784549490711902937749763104287424003280207241673009012722637175663770284281399721561567747545663219272023188227927650513938465277182349873644314893184152322617851673032404002795989750774030817855686761286442863337253571648651168318343966572979204393870943039119280977797467465926342575092465957680853775325257817694727966595802001868646582629790653603904231158572610993523984801706097286669909872358496909390945928387547364474986137360443984888537145422497592750344105263277831293634792227392646691323628208425320005249001970531928044264311347865235952511308420901486004727390293293299886244266794564152688669184499977072288058244591428154844853092621368074059037677306065679363274073531494748831467539731324888900317592642332287273115491954875809075684652426992033656396411412996626387849601656856702919718226258681632939736230529020802887317487081668121370245473515112512859818653785504069889281671995682316836835551658642786931515706546164198782844740884540116612326361644563776347638163239899425006775579497554709837574026666098102639634531561929455893821417602701990084854906885057972417482039667385463532402105034964316222525124719674948862919655991753989904598243620007106952165261498056546074865039245259947224009400769199610543534317205909704540954202260031812402070492427709420296436859230093817804767204238899518009621833631458108128953499050747141790996486227857895493455522427935066676972168479258894749159849319264548165700879148982101109467024460639347189915650441189292469103361316463037956346867641468928555115487262963974627848035951340063271432643401807410939198234647957625259009446084254453794583435516814702001715341743093280163153328417655942061032641413977733585255763287618149972151981728316050269127316971339242713128698906501527586354539350965474443165806399505635131324385251994202293992205534146523220899980432454117387631128849220854319340774238679542682104923901822295239310918150026923182484614658184740618038075531050019216742096179373257529183418997608705131765070765331317839649907738641687030390571210087331714726401664723062556526088516203123972621335390217878037159737471734614998120781720737509853606974788610577788747464989592513665114264143854101329769843717946748366360328113142843361269621492997337444728615404877245923387643405805132131493510545377907032357279363373326991016209693036134038269378742773065538637800523669689121032197369227319661684673439601578033049881240398765763678561603683885910084602440148398807944753810934738836583460633718897042312922419908349698989134065646350966879895858270594689877190985187765771465082787288396435047919405700471191761264780760977415010189437600668494336137687145185128525846508050811623478661395670316318455912083448433321578678684858771742220945421762402747381986190869025577842487991766165564836566094442602957524543291111357372149658620518192676337490677663562087539934279834368669978559410718955484893396944188937341035450312315392753404548415175755284073631658485524834895690298914184067570104913581497337637301000592846889486266153436400323121492370926038540880339995600096782680864266818771500671793656980882512904060652170805202444486061703536632556372154878696511821218544226822421046781875748182664264643252660963894322493383221954272254612437261116565191304560087625050498413238126418306720736748579794803617599346502878492431370226221611642472803403258342153726947181115901865353185784458493114189046603652416624808702373130188468235554451268306690171679786174531746300544589783805047668115915744898093151926347087183110519720387432671113347771469161514014044443002639452223514062930236725995022435430256812500895018718323339548919613969538361188966151030330909699007629875146571150937877580691122419682275117147629301676794558681333176216895344542436162554041880120517362392190512554908569769660626722907463198324777382099438182158912852059411129392198438412745986332670333315559835380969244763897924369445028747523279113821749511957635793450765189100622962486221184384952412296962635363251785545857093814052005066640235784523546820647970081813647002342461852947977212339353504613345405447561593212374204665199347068845134496980384564195046890567827838776931334493248210566947025545056913605758272286173971035052037749452089515302110464562891684767828866010465726412538924866292205821683039220059691041170797097826551505968750000
3600.00/3545.65	c number of deleted constraints	: 6736
3600.00/3545.65	c speed (assignments/second)	: 1572.5572538355154
3600.00/3545.65	c non guided choices	: 270
3600.00/3545.66	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 177
3600.00/3545.66	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1566
3600.00/3545.66	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 8045
3600.00/3545.66	s UNKNOWN
3600.00/3545.66	c Total wall clock time (in seconds): 3545.505

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (57171 MiB free)
  memory of node 1: 64465 MiB (58022 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=21004, runsolver pid=21000
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 4.22 4.13 4.05 6/339 21044
/proc/meminfo: memFree=117896400/131249996 swapFree=33010684/33010684
[pid=21004] ppid=21000 vsize=18930384 memory=57760 CPUtime=0.12 cores=0,2
/proc/21004/stat : 21004 (java) S 21000 21004 20557 0 -1 4194304 6568 0 0 0 10 2 0 0 20 0 18 0 34440735 19384713216 14440 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
/proc/21004/statm: 4732596 14440 5348 1 0 547620 0
[pid=21004/tid=21007] ppid=21000 vsize=18930384 memory=4026532124 CPUtime=0.07 cores=0,2
/proc/21004/task/21007/stat : 21007 (java) R 21000 21004 20557 0 -1 4194368 5066 0 0 0 6 1 0 0 20 0 18 0 34440737 19384713216 14440 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
[pid=21004/tid=21021] ppid=21000 vsize=18930384 memory=16099 CPUtime=0 cores=0,2
/proc/21004/task/21021/stat : 21021 (Finalizer) S 21000 21004 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34440739 19384713216 14440 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
[pid=21004/tid=21031] ppid=21000 vsize=18930384 memory=57385981051877 CPUtime=0 cores=0,2
/proc/21004/task/21031/stat : 21031 (Common-Cleaner) S 21000 21004 20557 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 34440739 19384713216 14440 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57760 KiB

[startup+0.205969 s]*
/proc/loadavg: 4.22 4.13 4.05 9/339 21044
/proc/meminfo: memFree=117874976/131249996 swapFree=33010684/33010684
[pid=21004] ppid=21000 vsize=18930384 memory=66496 CPUtime=0.32 cores=0,2
/proc/21004/stat : 21004 (java) S 21000 21004 20557 0 -1 4194304 7150 0 0 0 29 3 0 0 20 0 18 0 34440735 19384713216 16624 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
/proc/21004/statm: 4732596 16624 5412 1 0 548016 0
[pid=21004/tid=21007] ppid=21000 vsize=18930384 memory=4026597660 CPUtime=0.18 cores=0,2
/proc/21004/task/21007/stat : 21007 (java) R 21000 21004 20557 0 -1 4194368 5366 0 0 0 16 2 0 0 20 0 18 0 34440737 19384713216 16624 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
[pid=21004/tid=21021] ppid=21000 vsize=18930384 memory=16099 CPUtime=0 cores=0,2
/proc/21004/task/21021/stat : 21021 (Finalizer) S 21000 21004 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34440739 19384713216 16624 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
[pid=21004/tid=21031] ppid=21000 vsize=18930384 memory=57385981051877 CPUtime=0 cores=0,2
/proc/21004/task/21031/stat : 21031 (Common-Cleaner) S 21000 21004 20557 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 34440739 19384713216 16624 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 66496 KiB

[startup+0.306388 s]*
/proc/loadavg: 4.22 4.13 4.05 8/340 21045
/proc/meminfo: memFree=117717880/131249996 swapFree=33010684/33010684
[pid=21004] ppid=21000 vsize=18996948 memory=156488 CPUtime=0.5 cores=0,2
/proc/21004/stat : 21004 (java) S 21000 21004 20557 0 -1 4194304 8555 0 0 0 45 5 0 0 20 0 19 0 34440735 19452874752 39122 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
/proc/21004/statm: 4749237 39122 5476 1 0 549112 0
[pid=21004/tid=21007] ppid=21000 vsize=18996948 memory=-6000919481380662125 CPUtime=0.25 cores=0,2
/proc/21004/task/21007/stat : 21007 (java) R 21000 21004 20557 0 -1 4194368 5418 0 0 0 22 3 0 0 20 0 19 0 34440737 19452874752 39122 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
[pid=21004/tid=21021] ppid=21000 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/21004/task/21021/stat : 21021 (Finalizer) S 21000 21004 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 34440739 19452874752 39122 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
[pid=21004/tid=21031] ppid=21000 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/21004/task/21031/stat : 21031 (Common-Cleaner) S 21000 21004 20557 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 34440739 19452874752 39122 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 156488 KiB

[startup+0.700245 s]
/proc/loadavg: 4.22 4.13 4.05 9/343 21048
/proc/meminfo: memFree=117624284/131249996 swapFree=33010684/33010684
[pid=21004] ppid=21000 vsize=19063512 memory=192472 CPUtime=1.27 cores=0,2
/proc/21004/stat : 21004 (java) S 21000 21004 20557 0 -1 4194304 10403 0 0 0 120 7 0 0 20 0 20 0 34440735 19521036288 48118 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
/proc/21004/statm: 4765878 48118 5476 1 0 550458 0
[pid=21004/tid=21007] ppid=21000 vsize=19063512 memory=17408 CPUtime=0.57 cores=0,2
/proc/21004/task/21007/stat : 21007 (java) R 21000 21004 20557 0 -1 4194368 5508 0 0 0 53 4 0 0 20 0 20 0 34440737 19521036288 48118 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
[pid=21004/tid=21021] ppid=21000 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/21004/task/21021/stat : 21021 (Finalizer) S 21000 21004 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34440739 19521036288 48118 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
[pid=21004/tid=21031] ppid=21000 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/21004/task/21031/stat : 21031 (Common-Cleaner) S 21000 21004 20557 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 34440739 19521036288 48118 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
[pid=21004/tid=21047] ppid=21000 vsize=19063512 memory=4752 CPUtime=0 cores=0,2
/proc/21004/task/21047/stat : 21047 (Timer-0) S 21000 21004 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34440778 19521036288 48118 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 192472 KiB

[startup+1.50025 s]
/proc/loadavg: 4.22 4.13 4.05 7/343 21048
/proc/meminfo: memFree=117516436/131249996 swapFree=33010684/33010684
[pid=21004] ppid=21000 vsize=19063512 memory=295412 CPUtime=2.85 cores=0,2
/proc/21004/stat : 21004 (java) S 21000 21004 20557 0 -1 4194304 21673 0 0 0 274 11 0 0 20 0 20 0 34440735 19521036288 73853 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
/proc/21004/statm: 4765878 73853 5476 1 0 553418 0
[pid=21004/tid=21007] ppid=21000 vsize=19063512 memory=10880 CPUtime=1.31 cores=0,2
/proc/21004/task/21007/stat : 21007 (java) R 21000 21004 20557 0 -1 4194368 6365 0 0 0 124 7 0 0 20 0 20 0 34440737 19521036288 73853 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
[pid=21004/tid=21021] ppid=21000 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/21004/task/21021/stat : 21021 (Finalizer) S 21000 21004 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34440739 19521036288 73853 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
[pid=21004/tid=21031] ppid=21000 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/21004/task/21031/stat : 21031 (Common-Cleaner) S 21000 21004 20557 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 34440739 19521036288 73853 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
[pid=21004/tid=21047] ppid=21000 vsize=19063512 memory=4752 CPUtime=0 cores=0,2
/proc/21004/task/21047/stat : 21047 (Timer-0) S 21000 21004 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34440778 19521036288 73853 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 295412 KiB

[startup+3.10573 s]
/proc/loadavg: 4.37 4.16 4.06 6/343 21048
/proc/meminfo: memFree=116883712/131249996 swapFree=33010684/33010684
[pid=21004] ppid=21000 vsize=19063512 memory=525704 CPUtime=5.97 cores=0,2
/proc/21004/stat : 21004 (java) S 21000 21004 20557 0 -1 4194304 27026 0 0 0 581 16 0 0 20 0 20 0 34440735 19521036288 131426 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
/proc/21004/statm: 4765878 131426 5508 1 0 555457 0
[pid=21004/tid=21007] ppid=21000 vsize=19063512 memory=-6000919507150465901 CPUtime=2.87 cores=0,2
/proc/21004/task/21007/stat : 21007 (java) R 21000 21004 20557 0 -1 4194368 7432 0 0 0 276 11 0 0 20 0 20 0 34440737 19521036288 131426 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
[pid=21004/tid=21021] ppid=21000 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/21004/task/21021/stat : 21021 (Finalizer) S 21000 21004 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34440739 19521036288 131426 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
[pid=21004/tid=21031] ppid=21000 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/21004/task/21031/stat : 21031 (Common-Cleaner) S 21000 21004 20557 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 34440739 19521036288 131426 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
[pid=21004/tid=21047] ppid=21000 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/21004/task/21047/stat : 21047 (Timer-0) S 21000 21004 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34440778 19521036288 131426 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
Current children cumulated CPU time: 5.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 525704 KiB

[startup+6.30022 s]
/proc/loadavg: 4.37 4.16 4.06 5/343 21048
/proc/meminfo: memFree=115819320/131249996 swapFree=33010684/33010684
[pid=21004] ppid=21000 vsize=19063512 memory=1073664 CPUtime=10.4 cores=0,2
/proc/21004/stat : 21004 (java) S 21000 21004 20557 0 -1 4194304 28888 0 0 0 1012 28 0 0 20 0 20 0 34440735 19521036288 268416 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
/proc/21004/statm: 4765878 268416 5508 1 0 555496 0
[pid=21004/tid=21007] ppid=21000 vsize=19063512 memory=10880 CPUtime=6.03 cores=0,2
/proc/21004/task/21007/stat : 21007 (java) R 21000 21004 20557 0 -1 4194368 7965 0 0 0 582 21 0 0 20 0 20 0 34440737 19521036288 268416 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
[pid=21004/tid=21021] ppid=21000 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/21004/task/21021/stat : 21021 (Finalizer) S 21000 21004 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34440739 19521036288 268416 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
[pid=21004/tid=21031] ppid=21000 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/21004/task/21031/stat : 21031 (Common-Cleaner) S 21000 21004 20557 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 34440739 19521036288 268416 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
[pid=21004/tid=21047] ppid=21000 vsize=19063512 memory=301600 CPUtime=0 cores=0,2
/proc/21004/task/21047/stat : 21047 (Timer-0) S 21000 21004 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34440778 19521036288 268416 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
Current children cumulated CPU time: 10.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1073664 KiB

[startup+12.7003 s]
/proc/loadavg: 4.39 4.17 4.06 5/343 21048
/proc/meminfo: memFree=115576100/131249996 swapFree=33010684/33010684
[pid=21004] ppid=21000 vsize=19063512 memory=1096452 CPUtime=17.02 cores=0,2
/proc/21004/stat : 21004 (java) S 21000 21004 20557 0 -1 4194304 29047 0 0 0 1673 29 0 0 20 0 20 0 34440735 19521036288 274113 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
/proc/21004/statm: 4765878 274113 5508 1 0 555512 0
[pid=21004/tid=21007] ppid=21000 vsize=19063512 memory=301600 CPUtime=12.37 cores=0,2
/proc/21004/task/21007/stat : 21007 (java) S 21000 21004 20557 0 -1 4194368 7984 0 0 0 1215 22 0 0 20 0 20 0 34440737 19521036288 274113 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
[pid=21004/tid=21021] ppid=21000 vsize=19063512 memory=1096324 CPUtime=0 cores=0,2
/proc/21004/task/21021/stat : 21021 (Finalizer) S 21000 21004 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34440739 19521036288 274113 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
[pid=21004/tid=21031] ppid=21000 vsize=19063512 memory=17408 CPUtime=0 cores=0,2
/proc/21004/task/21031/stat : 21031 (Common-Cleaner) S 21000 21004 20557 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 34440739 19521036288 274113 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
[pid=21004/tid=21047] ppid=21000 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/21004/task/21047/stat : 21047 (Timer-0) S 21000 21004 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34440778 19521036288 274113 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
Current children cumulated CPU time: 17.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1096452 KiB

[startup+25.5002 s]
/proc/loadavg: 4.41 4.18 4.07 5/343 21115
/proc/meminfo: memFree=120544592/131249996 swapFree=33010684/33010684
[pid=21004] ppid=21000 vsize=19063512 memory=1119176 CPUtime=29.94 cores=0,2
/proc/21004/stat : 21004 (java) S 21000 21004 20557 0 -1 4194304 33651 0 0 0 2962 32 0 0 20 0 20 0 34440735 19521036288 279794 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
/proc/21004/statm: 4765878 279794 5508 1 0 555544 0
[pid=21004/tid=21007] ppid=21000 vsize=19063512 memory=1096324 CPUtime=25.09 cores=0,2
/proc/21004/task/21007/stat : 21007 (java) R 21000 21004 20557 0 -1 4194368 9917 0 0 0 2486 23 0 0 20 0 20 0 34440737 19521036288 279794 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
[pid=21004/tid=21021] ppid=21000 vsize=19063512 memory=17408 CPUtime=0 cores=0,2
/proc/21004/task/21021/stat : 21021 (Finalizer) S 21000 21004 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34440739 19521036288 279794 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
[pid=21004/tid=21031] ppid=21000 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/21004/task/21031/stat : 21031 (Common-Cleaner) S 21000 21004 20557 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 34440739 19521036288 279794 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
[pid=21004/tid=21047] ppid=21000 vsize=19063512 memory=1119176 CPUtime=0 cores=0,2
/proc/21004/task/21047/stat : 21047 (Timer-0) S 21000 21004 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34440778 19521036288 279794 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
Current children cumulated CPU time: 29.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1119176 KiB

[startup+51.1058 s]
/proc/loadavg: 4.49 4.22 4.08 5/344 21195
/proc/meminfo: memFree=124049968/131249996 swapFree=33010684/33010684
[pid=21004] ppid=21000 vsize=19063512 memory=1447020 CPUtime=55.82 cores=0,2
/proc/21004/stat : 21004 (java) S 21000 21004 20557 0 -1 4194304 40449 0 0 0 5535 47 0 0 20 0 20 0 34440735 19521036288 361755 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
/proc/21004/statm: 4765878 361755 5508 1 0 555560 0
[pid=21004/tid=21007] ppid=21000 vsize=19063512 memory=1447020 CPUtime=50.43 cores=0,2
/proc/21004/task/21007/stat : 21007 (java) R 21000 21004 20557 0 -1 4194368 12712 0 0 0 5010 33 0 0 20 0 20 0 34440737 19521036288 361755 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
[pid=21004/tid=21021] ppid=21000 vsize=19063512 memory=1920 CPUtime=0 cores=0,2
/proc/21004/task/21021/stat : 21021 (Finalizer) S 21000 21004 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34440739 19521036288 361755 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0

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

/proc/meminfo: memFree=103418772/131249996 swapFree=33010684/33010684
[pid=21004] ppid=21000 vsize=19063512 memory=5866504 CPUtime=3196.87 cores=0,2
/proc/21004/stat : 21004 (java) S 21000 21004 20557 0 -1 4194304 234529 0 0 0 319346 341 0 0 20 0 20 0 34440735 19521036288 1466626 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
/proc/21004/statm: 4765878 1466626 5508 1 0 1483789 0
[pid=21004/tid=21007] ppid=21000 vsize=19063512 memory=14156 CPUtime=3130.13 cores=0,2
/proc/21004/task/21007/stat : 21007 (java) R 21000 21004 20557 0 -1 4194368 92324 0 0 0 312837 176 0 0 20 0 20 0 34440737 19521036288 1466626 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
[pid=21004/tid=21021] ppid=21000 vsize=19063512 memory=5866504 CPUtime=0 cores=0,2
/proc/21004/task/21021/stat : 21021 (Finalizer) S 21000 21004 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34440739 19521036288 1466626 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
[pid=21004/tid=21031] ppid=21000 vsize=19063512 memory=14156 CPUtime=0 cores=0,2
/proc/21004/task/21031/stat : 21031 (Common-Cleaner) S 21000 21004 20557 0 -1 4194368 2157 0 0 0 0 0 0 0 20 0 20 0 34440739 19521036288 1466626 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
[pid=21004/tid=21047] ppid=21000 vsize=19063512 memory=17536 CPUtime=0 cores=0,2
/proc/21004/task/21047/stat : 21047 (Timer-0) S 21000 21004 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34440778 19521036288 1466626 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
Current children cumulated CPU time: 3196.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5866504 KiB

[startup+3222.3 s]
/proc/loadavg: 4.48 4.35 4.26 5/339 21371
/proc/meminfo: memFree=103418432/131249996 swapFree=33010684/33010684
[pid=21004] ppid=21000 vsize=19063512 memory=5866504 CPUtime=3259.2 cores=0,2
/proc/21004/stat : 21004 (java) S 21000 21004 20557 0 -1 4194304 239858 0 0 0 325575 345 0 0 20 0 20 0 34440735 19521036288 1466626 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
/proc/21004/statm: 4765878 1466626 5508 1 0 1483789 0
[pid=21004/tid=21007] ppid=21000 vsize=19063512 memory=14156 CPUtime=3189.77 cores=0,2
/proc/21004/task/21007/stat : 21007 (java) R 21000 21004 20557 0 -1 4194368 93849 0 0 0 318800 177 0 0 20 0 20 0 34440737 19521036288 1466626 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
[pid=21004/tid=21021] ppid=21000 vsize=19063512 memory=5866504 CPUtime=0 cores=0,2
/proc/21004/task/21021/stat : 21021 (Finalizer) S 21000 21004 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34440739 19521036288 1466626 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
[pid=21004/tid=21031] ppid=21000 vsize=19063512 memory=5866504 CPUtime=0 cores=0,2
/proc/21004/task/21031/stat : 21031 (Common-Cleaner) S 21000 21004 20557 0 -1 4194368 2199 0 0 0 0 0 0 0 20 0 20 0 34440739 19521036288 1466626 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
[pid=21004/tid=21047] ppid=21000 vsize=19063512 memory=17536 CPUtime=0 cores=0,2
/proc/21004/task/21047/stat : 21047 (Timer-0) S 21000 21004 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34440778 19521036288 1466626 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
Current children cumulated CPU time: 3259.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5866504 KiB

[startup+3282.3 s]
/proc/loadavg: 4.38 4.34 4.27 6/339 21374
/proc/meminfo: memFree=103418328/131249996 swapFree=33010684/33010684
[pid=21004] ppid=21000 vsize=19063512 memory=5866504 CPUtime=3320.15 cores=0,2
/proc/21004/stat : 21004 (java) S 21000 21004 20557 0 -1 4194304 242249 0 0 0 331666 349 0 0 20 0 20 0 34440735 19521036288 1466626 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
/proc/21004/statm: 4765878 1466626 5508 1 0 1483789 0
[pid=21004/tid=21007] ppid=21000 vsize=19063512 memory=5866504 CPUtime=3249.11 cores=0,2
/proc/21004/task/21007/stat : 21007 (java) R 21000 21004 20557 0 -1 4194368 95091 0 0 0 324734 177 0 0 20 0 20 0 34440737 19521036288 1466626 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
[pid=21004/tid=21021] ppid=21000 vsize=19063512 memory=5866504 CPUtime=0 cores=0,2
/proc/21004/task/21021/stat : 21021 (Finalizer) S 21000 21004 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34440739 19521036288 1466626 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
[pid=21004/tid=21031] ppid=21000 vsize=19063512 memory=5866504 CPUtime=0 cores=0,2
/proc/21004/task/21031/stat : 21031 (Common-Cleaner) S 21000 21004 20557 0 -1 4194368 2199 0 0 0 0 0 0 0 20 0 20 0 34440739 19521036288 1466626 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
[pid=21004/tid=21047] ppid=21000 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/21004/task/21047/stat : 21047 (Timer-0) S 21000 21004 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34440778 19521036288 1466626 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
Current children cumulated CPU time: 3320.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5866504 KiB

[startup+3342.3 s]
/proc/loadavg: 4.78 4.49 4.32 5/340 21377
/proc/meminfo: memFree=103416504/131249996 swapFree=33010684/33010684
[pid=21004] ppid=21000 vsize=19063512 memory=5866504 CPUtime=3383.56 cores=0,2
/proc/21004/stat : 21004 (java) S 21000 21004 20557 0 -1 4194304 247501 0 0 0 338002 354 0 0 20 0 20 0 34440735 19521036288 1466626 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
/proc/21004/statm: 4765878 1466626 5508 1 0 1483789 0
[pid=21004/tid=21007] ppid=21000 vsize=19063512 memory=1792 CPUtime=3308.17 cores=0,2
/proc/21004/task/21007/stat : 21007 (java) R 21000 21004 20557 0 -1 4194368 97123 0 0 0 330639 178 0 0 20 0 20 0 34440737 19521036288 1466626 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
[pid=21004/tid=21021] ppid=21000 vsize=19063512 memory=5135368 CPUtime=0 cores=0,2
/proc/21004/task/21021/stat : 21021 (Finalizer) S 21000 21004 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34440739 19521036288 1466626 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
[pid=21004/tid=21031] ppid=21000 vsize=19063512 memory=46464 CPUtime=0 cores=0,2
/proc/21004/task/21031/stat : 21031 (Common-Cleaner) S 21000 21004 20557 0 -1 4194368 2241 0 0 0 0 0 0 0 20 0 20 0 34440739 19521036288 1466626 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
[pid=21004/tid=21047] ppid=21000 vsize=19063512 memory=5866504 CPUtime=0 cores=0,2
/proc/21004/task/21047/stat : 21047 (Timer-0) S 21000 21004 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34440778 19521036288 1466626 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
Current children cumulated CPU time: 3383.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5866504 KiB

[startup+3402.3 s]
/proc/loadavg: 4.44 4.44 4.32 5/341 21382
/proc/meminfo: memFree=103411960/131249996 swapFree=33010684/33010684
[pid=21004] ppid=21000 vsize=19063512 memory=5866504 CPUtime=3444.94 cores=0,2
/proc/21004/stat : 21004 (java) S 21000 21004 20557 0 -1 4194304 250177 0 0 0 344137 357 0 0 20 0 20 0 34440735 19521036288 1466626 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
/proc/21004/statm: 4765878 1466626 5508 1 0 1483790 0
[pid=21004/tid=21007] ppid=21000 vsize=19063512 memory=5866504 CPUtime=3367.97 cores=0,2
/proc/21004/task/21007/stat : 21007 (java) R 21000 21004 20557 0 -1 4194368 98491 0 0 0 336619 178 0 0 20 0 20 0 34440737 19521036288 1466626 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
[pid=21004/tid=21021] ppid=21000 vsize=19063512 memory=-6000919507150465901 CPUtime=0 cores=0,2
/proc/21004/task/21021/stat : 21021 (Finalizer) S 21000 21004 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34440739 19521036288 1466626 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
[pid=21004/tid=21031] ppid=21000 vsize=19063512 memory=5866504 CPUtime=0 cores=0,2
/proc/21004/task/21031/stat : 21031 (Common-Cleaner) S 21000 21004 20557 0 -1 4194368 2268 0 0 0 0 0 0 0 20 0 20 0 34440739 19521036288 1466626 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
[pid=21004/tid=21047] ppid=21000 vsize=19063512 memory=5866504 CPUtime=0 cores=0,2
/proc/21004/task/21047/stat : 21047 (Timer-0) S 21000 21004 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34440778 19521036288 1466626 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
Current children cumulated CPU time: 3444.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5866504 KiB

[startup+3462.3 s]
/proc/loadavg: 4.30 4.41 4.31 5/342 21389
/proc/meminfo: memFree=103393076/131249996 swapFree=33010684/33010684
[pid=21004] ppid=21000 vsize=19063512 memory=5866504 CPUtime=3510.03 cores=0,2
/proc/21004/stat : 21004 (java) S 21000 21004 20557 0 -1 4194304 252793 0 0 0 350638 365 0 0 20 0 20 0 34440735 19521036288 1466626 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
/proc/21004/statm: 4765878 1466626 5508 1 0 1483790 0
[pid=21004/tid=21007] ppid=21000 vsize=19063512 memory=14156 CPUtime=3426.67 cores=0,2
/proc/21004/task/21007/stat : 21007 (java) R 21000 21004 20557 0 -1 4194368 99787 0 0 0 342488 179 0 0 20 0 20 0 34440737 19521036288 1466626 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
[pid=21004/tid=21021] ppid=21000 vsize=19063512 memory=5866504 CPUtime=0 cores=0,2
/proc/21004/task/21021/stat : 21021 (Finalizer) S 21000 21004 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34440739 19521036288 1466626 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
[pid=21004/tid=21031] ppid=21000 vsize=19063512 memory=14156 CPUtime=0 cores=0,2
/proc/21004/task/21031/stat : 21031 (Common-Cleaner) S 21000 21004 20557 0 -1 4194368 2268 0 0 0 0 0 0 0 20 0 20 0 34440739 19521036288 1466626 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
[pid=21004/tid=21047] ppid=21000 vsize=19063512 memory=14156 CPUtime=0 cores=0,2
/proc/21004/task/21047/stat : 21047 (Timer-0) S 21000 21004 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34440778 19521036288 1466626 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
Current children cumulated CPU time: 3510.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5866504 KiB

[startup+3522.3 s]
/proc/loadavg: 4.27 4.39 4.31 5/342 21457
/proc/meminfo: memFree=108719640/131249996 swapFree=33010684/33010684
[pid=21004] ppid=21000 vsize=19063512 memory=5866504 CPUtime=3575.28 cores=0,2
/proc/21004/stat : 21004 (java) S 21000 21004 20557 0 -1 4194304 257077 0 0 0 357153 375 0 0 20 0 20 0 34440735 19521036288 1466626 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
/proc/21004/statm: 4765878 1466626 5508 1 0 1483791 0
[pid=21004/tid=21007] ppid=21000 vsize=19063512 memory=5866504 CPUtime=3486.26 cores=0,2
/proc/21004/task/21007/stat : 21007 (java) R 21000 21004 20557 0 -1 4194368 101820 0 0 0 348444 182 0 0 20 0 20 0 34440737 19521036288 1466626 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
[pid=21004/tid=21021] ppid=21000 vsize=19063512 memory=5866504 CPUtime=0 cores=0,2
/proc/21004/task/21021/stat : 21021 (Finalizer) S 21000 21004 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34440739 19521036288 1466626 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
[pid=21004/tid=21031] ppid=21000 vsize=19063512 memory=14156 CPUtime=0 cores=0,2
/proc/21004/task/21031/stat : 21031 (Common-Cleaner) S 21000 21004 20557 0 -1 4194368 2295 0 0 0 0 0 0 0 20 0 20 0 34440739 19521036288 1466626 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
[pid=21004/tid=21047] ppid=21000 vsize=19063512 memory=5866504 CPUtime=0 cores=0,2
/proc/21004/task/21047/stat : 21047 (Timer-0) S 21000 21004 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34440778 19521036288 1466626 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
Current children cumulated CPU time: 3575.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5866504 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3545.6 s]
/proc/loadavg: 4.24 4.37 4.31 5/342 21458
/proc/meminfo: memFree=108665964/131249996 swapFree=33010684/33010684
[pid=21004] ppid=21000 vsize=19063512 memory=5866504 CPUtime=3600 cores=0,2
/proc/21004/stat : 21004 (java) S 21000 21004 20557 0 -1 4194304 259405 0 0 0 359624 376 0 0 20 0 20 0 34440735 19521036288 1466626 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
/proc/21004/statm: 4765878 1466626 5508 1 0 1483791 0
[pid=21004/tid=21007] ppid=21000 vsize=19063512 memory=5866504 CPUtime=3509.46 cores=0,2
/proc/21004/task/21007/stat : 21007 (java) R 21000 21004 20557 0 -1 4194368 102935 0 0 0 350764 182 0 0 20 0 20 0 34440737 19521036288 1466626 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
[pid=21004/tid=21021] ppid=21000 vsize=19063512 memory=5866504 CPUtime=0 cores=0,2
/proc/21004/task/21021/stat : 21021 (Finalizer) S 21000 21004 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34440739 19521036288 1466626 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
[pid=21004/tid=21031] ppid=21000 vsize=19063512 memory=17536 CPUtime=0 cores=0,2
/proc/21004/task/21031/stat : 21031 (Common-Cleaner) S 21000 21004 20557 0 -1 4194368 2295 0 0 0 0 0 0 0 20 0 20 0 34440739 19521036288 1466626 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
[pid=21004/tid=21047] ppid=21000 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/21004/task/21047/stat : 21047 (Timer-0) S 21000 21004 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34440778 19521036288 1466626 18446744073709551615 94885556793344 94885556797040 140734097839216 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94885556804856 94885556805648 94885582725120 140734097844525 140734097844710 140734097844710 140734097850312 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5866504 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.37 s, system=3.78715 s

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

Child status: 143

Real time (s): 3545.69
CPU time (s): 3600.15
CPU user time (s): 3596.37
CPU system time (s): 3.78715
CPU usage (%): 101.536
Max. virtual memory (cumulated for all children) (KiB): 19068516
Max. memory (cumulated for all children) (KiB): 5866504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.37
system time used= 3.78715
maximum resident set size= 5867400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 260907
page faults= 0
swaps= 0
block input operations= 0
block output operations= 808040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 173434
involuntary context switches= 16992


# summary of solver processes directly reported to runsolver:
#   pid: 21004
#   total CPU time (s): 3600.15
#   total CPU user time (s): 3596.37
#   total CPU system time (s): 3.78715

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.51397 second user time and 17.6839 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-06-29 11:00:29
IDJOB=4507379
IDBENCH=158344
IDSOLVER=3362
FILE ID=nodeC023/4507379-1751187629
RUNJOBID= nodeC023-1751183987-20567
SLURM_JOB_ID= 9587574
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K98.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4507379-1751187629/watcher-4507379-1751187629 -o /tmp/evaluation-result-4507379-1751187629/solver-4507379-1751187629 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751183987-20567 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4507379-1751187629 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4507379-1751187629.opb

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

MD5SUM BENCH= 5359c0df8e4997707ebdbb5ef15bc818
RANDOM SEED=1489108808

nodeC023 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.866
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        117959296 kB
MemAvailable:   119305880 kB
Buffers:            3280 kB
Cached:          2155164 kB
SwapCached:            0 kB
Active:         10878424 kB
Inactive:        1850060 kB
Active(anon):   10588160 kB
Inactive(anon):        0 kB
Active(file):     290264 kB
Inactive(file):  1850060 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4700 kB
Writeback:             4 kB
AnonPages:      10573476 kB
Mapped:           122744 kB
Shmem:             18064 kB
KReclaimable:      91000 kB
Slab:             177984 kB
SReclaimable:      91000 kB
SUnreclaim:        86984 kB
KernelStack:        4884 kB
PageTables:        23884 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   11081576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151160 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10305536 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      197332 kB
DirectMap2M:     9011200 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC023 at 2025-06-29 11:59:35