Trace number 4543172

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j CP VeriPB 2025-06-06? (TO) 3600.27 3473.31

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/domset/
larger/domset_large_shuffle/normalized-domset-hexgrid_05_110.shuf-2.opb
MD5SUM73c63b112a71eb267c42688444d17031
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.10623
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables550
Total number of constraints551
Number of constraints which are clauses550
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 constraint550
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 137
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 687
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.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.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.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: EFFECTIVE
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Dynamic restart strategy considering the size of the coefficients
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4543172-1753224490.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c using VERIPB proof format
0.13/0.15	c  no objective function found
0.32/0.21	c ... done. Wall clock time 0.061s.
0.32/0.21	c declared #vars     550
0.32/0.21	c #constraints  551
0.32/0.21	c constraints type 
0.32/0.21	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.32/0.21	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 550
0.32/0.21	c 551 constraints processed.
39.87/33.97	c cleaning 2501 clauses out of 5001 with flag 0/5001
186.36/179.15	c cleaning 4244 clauses out of 8499 with flag 0/11000
1438.45/1432.67	c cleaning 5623 clauses out of 11255 with flag 0/18000
2280.36/2272.19	c cleaning 6791 clauses out of 13632 with flag 0/26000
3600.06/3473.21	c starts		: 63
3600.06/3473.22	c conflicts		: 32645
3600.06/3473.23	c decisions		: 92105
3600.06/3473.23	c propagations		: 1683592
3600.06/3473.23	c inspects		: 338328754
3600.06/3473.23	c shortcuts		: 0
3600.06/3473.23	c learnt literals	: 0
3600.06/3473.23	c learnt binary clauses	: 0
3600.06/3473.23	c learnt ternary clauses	: 0
3600.06/3473.23	c learnt constraints	: 32644
3600.06/3473.23	c ignored constraints	: 0
3600.06/3473.23	c root simplifications	: 0
3600.06/3473.23	c removed literals (reason simplification)	: 0
3600.06/3473.23	c reason swapping (by a shorter reason)	: 0
3600.06/3473.23	c Calls to reduceDB	: 4
3600.06/3473.23	c Number of update (reduction) of LBD	: 45088
3600.06/3473.23	c Imported unit clauses	: 0
3600.06/3473.23	c No decision after first conflict	: false
3600.06/3473.23	c number of reductions to clauses (during analyze)	: 0
3600.06/3473.23	c number of learned constraints concerned by reduction	: 0
3600.06/3473.24	c number of learning phase by resolution	: 0
3600.06/3473.24	c number of learning phase by cutting planes	: 0
3600.06/3473.24	c number of rounding to 1 operations	: 0
3600.06/3473.24	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3473.24	c number of reductions of the coefficients by power 2 	: 0
3600.06/3473.24	c number of right shift for reduction by power 2 	: 0
3600.06/3473.24	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3473.24	c number of ending skipping 	: 0
3600.06/3473.24	c number of internal skipping 	: 0
3600.06/3473.24	c number of derivation steps 	: 104259
3600.06/3473.24	c number of skipped derivation steps 	: 0
3600.06/3473.24	c number of remaining unassigned 	: 815174
3600.06/3473.24	c number of remaining assigned 	: 3117739
3600.06/3473.24	c number of falsified literals weakened from reason	: 0
3600.06/3473.24	c number of falsified literals weakened from conflict	: 0
3600.06/3473.24	c time for arithmetic operations	: 344692691089
3600.06/3473.24	c minimum degree of deleted constraints	: 103
3600.06/3473.26	c maximum degree of deleted constraints	: 906005953402227735221149153695482055652661382568730385162174597538684171142123019189691952202810058835787229617415758257685337827989353289084277842536877888912371889284987332481367278546584105778068145780311758928217659994227036603652149266570718314902060679142203589501394132878400992234460783332441566419337357795356946253070339374427181054378886761534523969810163443216560195007458886661270066601683957390804622162814190487739721831033693063438649526437026486910303430383104535670241809770131006741810357920575834097625260120216146660151700253923687782420088666652704552022868706773407898599613392610167654271647864436252603451380099128145286342417361532422009690868385159605904737540444389423538732135987856418476032596303481593643441237169930462487596808120843316307539820378418572249481181696554327347810467892717048772749190054333573561794040716194271326684068405876269311325122043705968569819934960489677473267505463437700095033150733578692275463447991156411437587776707386006056056279398272680414092971718682217918687864436155115638122582731366008823055033413867952737107030845895751334570642046517119005457742459150438606286097628022320415196512901456692912549752526089939693231439621449629685287562235180349976115848317534463400726788013084886605737279213131379896740397889262141953736168192374145345041208903131323514628241831437653932861519557754422622454094073671284461090157037563680073830251668661955418915294006901213181280254760383205590067162909605448684103885989184747703489476166804642339501788204704902704548126237341520905049852102723931044614254464726945348799921745715539969039580534460639463338314572386365791875911225791174966785414748259767744970748169925495287913244158273511377751450842462441859749009403894409759347009161765704490716518127099914083193236698073009499180516935853616709585308877681994829551241391180753740705275110647584869060056281211257478550331684840832125255024078206277583912554186006599734970003550272045168042127037571725475156501608056573086713674419078475896661244472657188581576221928905450314161224618815533565074727534670204597234110144669847599300942634606461922954496324405737757520040932621566529948721228099200256086229494453584296269216773438276188511973127697144278710787658765788878526354336909554595657302883500377577686183929928916848420512324979569021561293457071962880246608635854178882557704247686287603391525080256431119036872705324952528614138933788680921688096262273446450157457769985265868193704731622896210039283956403182992772788931475152020140514427054070415777826520607178958899185339170365723133515675540274855288647059744856111595739602940051721092131704779047158439246359789666529007435626919001058311880170733985699055114191266893901416146173807488507388448015185121067401642941152911874283754509345094807764036426934663006779054083059378149529231648514519453249893004217115591214040216192196885978725177621638348852555733340302954893454116726340353550955356300959627461815859447317926998626082249900319121490681314553956343080319671167295850040480664081385351590419727599200744293755300599172470037003694540575625282917626366365339988173435342886294919198112782347575804711831495570560340692395009600455363693567397625762263642707223391292948649467761588949392498613026103802950007733374529757815213671200023762654286951884559460048643346663053044778357443231074941528919937493664383805548543020876135106740194297696894228189060614987184500644939748986331765752427608045048311571767469348720175890646976714944824345921284987941544752268237290599784374671224687138847245664795317032322422654228743528852790550678393378552520509067761087297066776943257007136060405014409595433434623393279335626429453383492837275596740931869922257217927858003444127689637522334359102624842523002160123804047899720561189929575168334405478808359288806619572204185106679248204398979059644928486437056716369438781396929396742526273739012673683414005430031312522629161684904195073916445779616118494017926409590220540074101892433075296181125386428393917035203448063853372640153276725076611311745500039126501377285016250955165244600646388399826293121552566448899750604683381209601997714163883748635896974515110458279976830917145729050611296419594338728203673672220755928738987995337272123167448602927338670393653338722296941587275609729474235556791526975263272187129921268764310822263209737460639001251127098739641082257110102947369894692798558406129776480902216321186837497245686137833509299146623570621460755785699214092738314584090495279197541665449355511513155614593591747527956737690999253326277711329124556013558893231854358725308579602785099522062775444434886866533759178338250884483768869994151848968830644178743904293433301120605021749745447689486802384410166541064881786727876278466950745640258745447776756694356929305363392166511976740856878851919648110641690737966305157954207360752972994572457777727899529034643360129594102262591901045839264902895165138980492508834983248616844946843809021395899164615048709589030401231358059495446145177830215489291320945619756391267435108095364871363541938005758497176320387037593263841237106897971585656514451131910841947880848934785932833321032594353265329252584632704654678769605353217269442664277119566109444287606005331380268884834939550649717272595027771326822810898805746479640799430680198098201133270833887528931684058990157456467646368182454610550749749283226535821734038014811749868007083639886092109790136912658336708287428324325406748054916419016409728996683663598494066948662476970006754244741211618294505890126279223578168737359381365283764269198129768265106830333842066312819628804589868425598909520279806788573025635653288674076903568134532389524632016748753569889808326547826952422345075128974920019036279076441041959184353376415185786503488871104994422545605495673520596332393645405925973848691520390808766474466511855100775588369926468555678216483504189342542632685540578431866773744114276343567453062269167546066761203563042262437799592957456453563662712543461670330374133707430402851161056730517727617604893712020638111351803384728867065678409068343519798331073081063784094586383030607568663902749332299754258316734567091343094659219797841748263767592582950875610181356864036141171180735556252233397811630678360724100154873220472718069672189330476582737008287516348217517478864209110144149368538724811422999405393957495173844085748483170145234953620248543125926508698113262056489138415405287442306937734091290253221210893571747572326891992222155416125431733974898985818301040205187394791531903076345816355428677829921993048842213469948198262448882930270300591297835402607232201026442931633431669343114689661328573190909231397635925821366523739549234592255837153760590829072286525677234945110651880074254477940541129890821122491646071023375435198009513098768997853997566993495501581350497088325599067574349214015891458653144385517394110989437712695807490780315240015564565767757905652291603034428436205769970367593292515108127527526244666201177364283145941816565397286058525784374262853400897605066172819042386460694692084901395312239663861319313908855371292548832475122916777407241253751889176247711444899741828911843155345811222776906282071891044756965689756908013454208313425094117794277637077942485491244342714451824418036362248234056292653335371781066120299130191488182484709608458398124583155948760521918101376705454035578133120745810107663544263849399346428285543371780034429357429201273986502136124302066443047275139077009724800765844378262402812137640784682512736943818830295236938608766787739120647395319629340754959760459251244809807450474687898176999312396847179967669105245997729088521516872773491087036536559533162488223661246855574082114994434351940674701969171782588356700385165831180573513101362036840920243976806082870480903386558264882152104248759711314787324127350781215732679187200922506359662560714917230006915483571315008677757006765295194658406601414736905031747599492160483152968039891253142361840035105882071075323594065263909414943551547456406432819449391703313969095012439841795930288983213353480378091888130127533703837803946066995028231208738746580654658301121323612523550642826384927854350169512867751232379660832940843301053603219635683982654817331923300518801313455897087274654826062636760514201018767175542076110782724865480461043832787833704262174321997416739745894012875946934912394871379496627467711536280368950202042467431126264682853500898729130471998509810280517055695697757793254318782336422069267347300427773979456265248470012723250238004586865161039172488202845945012289888502993205616306933528340964743282864954643551441654364409165171002982863712247129996257728486462781755027363929937404168993553313958976684574996438758702922766919879894797474314247157479182842131406441512231904001407586317573713417273270602209762316534772644656343078236991110049136430300551249150064438680317663923798994364773810744649391050949273662046330493678214112383835173483249677301266414913590691241065818066997952090760055262687373261307654750827063245823054561586952952960194304279883585436443282161840855015638460618941987236055539880691844378244594814489733712467315812742530815939942763181582366830445085295741278364345685250796756065767354019435599640840732431790823319330716947779568115830497680547904353458625447965548688076638641567939151740506911161647389819844560480946132164366045841553611638047505891837240443829540623980289936222221293085661327320481812928662097642440672934251171802774172342014721932425304484797810999307710334395052630537243610936003042329872165406024485487817441684661767716077102462738235389821883247612592936103259610148286610729106650877134606299462632577341541329457867491580423603276134576357383452487027402317269553385243884094632545221604022075252344199903545484231711621079857357336839792335101587321478224780885468825828345354974115487071843173791597505170533846805339325042829854459150788992186296200924434482500341061655552162851428429924554661582518496081308894361956916293427069839918402129474507405801506201412878541044998419103050800993032570090405446344927662769937039003047363027445370645683302291930503811727997638220353207266530771152162147261751823158756421365013614784742516290730080244961617530232611986659576529356678762197142819669826121205157044881858419185934131477760691872042688976504983956891617235253332433623530238160089607792682926566050496245720727759684107753749787741521802731647360470160356546720538652351155846518150008456761520398286225282695980359397249906785518041848790369014041726345372380839623858532959347353827464158926326427017471994291954308172276583090795820116451724422336814144405478914846232148504733638186606674630977053582891645545711048016084619932521001616145985107052961802799522571505687962631295300708340679975994261862548978371166164403856821971023114625484038041513507823492478741928101142683505578656095066736567881204141426204177519884926800483532819847542153528871718162953113045708084822154439976927889940426610971693826666726320695385639624459301086491346070364965839260795432442577660010227408710975469995029713693562379566743450119149683386183266005548579471287383161311233059209538719368956311730182406018257146494506645437984957803760582438018468458955687224722503639936664669699399121704881872606439721854063950046461760467693359896315795790601679998328570673921047049834327631134096683918003625741310984130657076272569596983370378519369245815589740458944062909601878804655012373395384617957720148283239224692665719208543119939072292873758065636863856909829344038337807906057305753062971153678113757518533905430945108178919953490536879849905457457422030423266199317664558540587378343555597791777732121676242478037022236325485412697447144950107932078997197954481098975245847003275511932284101991249393956088247066271989303081555068633213829359743346990338741948076878233097752613275464802640847959959508088008296173319500184969752209036312223648996570607928277640211622910427624472624741359824383558145649472666027606689230429167428627299358885172983065363788715940283098188697530990749326600971471167968325962983649913076922817045942722096449750318473309098058269496507289132333362989622452355075976963218553347643936191354126630880520139401076654246719162535671803691627694104541450910569720984482017274893326169923347637247633208758214412490869416555707509938635091723686990492637616985710519923616706518627386049097580670963413271288865369474073949328065887252000384977590517151670657437454280109091618786376122637650527069705818736080103282012054201971624684404587613629154806555795314023764374098829454505051517516725321702144821720808225901955162026226983405965861127619870736617693814255591708486114377229300905591656542945265984618620425679536512939371009858373676863941124830186964768507586742072408184896445555076765606048379487781379117746273262306435142449085110761635503789838582107727991921808626399237034878792781251890208113449743598544909871727401547247385218662553142282827943103450565629630663304269914359044081260285307539617762231434899386080056588529702608400132318038895957552744369691184312046352686538619298291729489665647742594992922718835564464215990569171338347706755539464444477275556706845302344396555797934739633215347712109412470742568850314658289985288024266900953693808985632417579994677114889507969580370519248432877309545183308453981659246913301738894804116512763402438072015197986048989851394208423726459659706268867325976704974850224861771951185469068097662342888272807548864883766191772751082462639518190386989503543976716101622346726166240430144133590886218333930069322622726803788671686293468901221167459758459480866944478397628146920828093635930653254084142907017585810366196025740226498487786518971210669927575120202824079446516469854627165560172145167275888989379218982422624255037578868242331655381077721284980747898909557245937238304819503156241240053119958748632371682719485687314441153948377110606924705177176053938196952714082229929483310829828437811660248845179452316654482710896976098482180331735567318025107929670799401996605708885950572890158377374624441112813460896258207627999149558981435339525920959004435416507618919140668470070652752828833918402341467020230058676935734396738989913483834541102586132266875809347828681184558778304196046374407728201178932236655880217721369762544925175845186000196775722322844947602510452395940983249073881542083620738788248414090370933112468882457031293713047961597043362282063584542292818835839228802158276740682402872583851330399618056931952948061493799861977829704613541255986837991857775511884508302357154856209459527180353655590427093632327209297308401373568362408948344605491199663999784005364484583318352237222846135232049490832971009012316988514334520201681548347285759940608643025298819323826426282390152751619679540908958888378010085783682554934510389865036250163893109375226131607530066110037115051157344447127012088801951788627253980489370745249692046848680272015368817691615740021221662098673973191284533756026583816715714019519126404490639396705360976061487916683059219858460432958310642986578756278752782129159570739338711809705628884720119001582012490265634363693820877001442862931245111510465666477754467242278907370452151554835256130731252881360774325834727417803731549915470227379962368319348598329944688457881418764132292517222904013426465841687307638540241411385713280585239610943716393468169611775033728185768898254398235429761929396814736191993242397243616523434045879261399748255869702904647996957765033938456534323015795866713568890776161768735522973273197252952235005465491687870516379971990923282643287056261205691162429627252128105972097278418888536639406682742055679051950705985875312124329584923693220505512223137043639300043749814162419469016516594810771785362447069377859300466087151632450437920727683196151938350565911967515230848120347901290887371890010870632635430779049088295119003687720693010615010301514023944309935174386210940252099411590748295103659502485143762441136909660412686149226376326195893001136018996212713173163039877648784763894404617563191504572928395333415704855635217407100860572489049882405671481025001793236019935665126248632335497990858312192634081130219640354594411896450011414056671669076391482380309390578286755355814783541719494264261906824286282126419975076506534941245211858431441574969056289793907835400893497416685467564799279061864198126357351584977223327594738849059235471944110375126396767120512494102268074811604739354350143467075839076059727021869089357203165226494762302294250859925177075378970173142149338109407057912270846004762572778131040103727547600274960309114190456533972980741678528384130269173278196004416971335510400000
3600.06/3473.26	c number of deleted constraints	: 19159
3600.06/3473.26	c speed (assignments/second)	: 484.7613022968685
3600.06/3473.26	c non guided choices	: 251
3600.06/3473.27	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 145
3600.06/3473.28	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 13340
3600.06/3473.29	s UNKNOWN
3600.06/3473.29	c Total wall clock time (in seconds): 3473.133

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 (30121 MiB free)
  memory of node 1: 64465 MiB (21055 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=158992, runsolver pid=158989

[startup+0.100062 s]*
/proc/loadavg: 4.19 4.21 4.23 5/338 159010
/proc/meminfo: memFree=52375064/131249988 swapFree=33010160/33010684
[pid=158992] ppid=158989 vsize=18930384 memory=59524 CPUtime=0.13 cores=4,6
/proc/158992/stat : 158992 (java) S 158989 158992 158535 0 -1 4194304 6503 0 0 0 10 3 0 0 20 0 18 0 238126593 19384713216 14881 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
/proc/158992/statm: 4732596 14881 5353 1 0 547620 0
[pid=158992/tid=158994] ppid=158989 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=4,6
/proc/158992/task/158994/stat : 158994 (java) R 158989 158992 158535 0 -1 4194368 5080 0 0 0 6 2 0 0 20 0 18 0 238126594 19384713216 14881 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
[pid=158992/tid=159003] ppid=158989 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/158992/task/159003/stat : 159003 (Finalizer) S 158989 158992 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238126596 19384713216 14881 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
[pid=158992/tid=159010] ppid=158989 vsize=18930384 memory=55186957824150 CPUtime=0 cores=4,6
/proc/158992/task/159010/stat : 159010 (Common-Cleaner) S 158989 158992 158535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238126597 19384713216 14881 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59524 KiB

[startup+0.205651 s]*
/proc/loadavg: 4.19 4.21 4.23 7/338 159010
/proc/meminfo: memFree=52365108/131249988 swapFree=33010160/33010684
[pid=158992] ppid=158989 vsize=18930384 memory=67736 CPUtime=0.32 cores=4,6
/proc/158992/stat : 158992 (java) S 158989 158992 158535 0 -1 4194304 6926 0 0 0 29 3 0 0 20 0 18 0 238126593 19384713216 16934 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
/proc/158992/statm: 4732596 16934 5449 1 0 547995 0
[pid=158992/tid=158994] ppid=158989 vsize=18930384 memory=4026990876 CPUtime=0.17 cores=4,6
/proc/158992/task/158994/stat : 158994 (java) R 158989 158992 158535 0 -1 4194368 5395 0 0 0 15 2 0 0 20 0 18 0 238126594 19384713216 16934 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
[pid=158992/tid=159003] ppid=158989 vsize=18930384 memory=17146 CPUtime=0 cores=4,6
/proc/158992/task/159003/stat : 159003 (Finalizer) S 158989 158992 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238126596 19384713216 16934 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
[pid=158992/tid=159010] ppid=158989 vsize=18930384 memory=54087446168546 CPUtime=0 cores=4,6
/proc/158992/task/159010/stat : 159010 (Common-Cleaner) S 158989 158992 158535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238126597 19384713216 16934 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 67736 KiB

[startup+0.305608 s]*
/proc/loadavg: 4.33 4.24 4.24 7/339 159011
/proc/meminfo: memFree=52354900/131249988 swapFree=33010160/33010684
[pid=158992] ppid=158989 vsize=18996948 memory=76248 CPUtime=0.5 cores=4,6
/proc/158992/stat : 158992 (java) S 158989 158992 158535 0 -1 4194304 7591 0 0 0 47 3 0 0 20 0 19 0 238126593 19452874752 19062 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
/proc/158992/statm: 4749237 19062 5449 1 0 548849 0
[pid=158992/tid=158994] ppid=158989 vsize=18996948 memory=-8526828553388204732 CPUtime=0.26 cores=4,6
/proc/158992/task/158994/stat : 158994 (java) R 158989 158992 158535 0 -1 4194368 5446 0 0 0 24 2 0 0 20 0 19 0 238126594 19452874752 19062 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
[pid=158992/tid=159003] ppid=158989 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/158992/task/159003/stat : 159003 (Finalizer) S 158989 158992 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238126596 19452874752 19062 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
[pid=158992/tid=159010] ppid=158989 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/158992/task/159010/stat : 159010 (Common-Cleaner) S 158989 158992 158535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 238126597 19452874752 19062 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
[pid=158992/tid=159011] ppid=158989 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/158992/task/159011/stat : 159011 (Timer-0) S 158989 158992 158535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 238126615 19452874752 19062 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 76248 KiB

[startup+0.700249 s]
/proc/loadavg: 4.33 4.24 4.24 7/339 159011
/proc/meminfo: memFree=52317408/131249988 swapFree=33010160/33010684
[pid=158992] ppid=158989 vsize=18996948 memory=134536 CPUtime=1.27 cores=4,6
/proc/158992/stat : 158992 (java) S 158989 158992 158535 0 -1 4194304 9855 0 0 0 122 5 0 0 20 0 19 0 238126593 19452874752 33634 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
/proc/158992/statm: 4749237 33634 5449 1 0 550557 0
[pid=158992/tid=158994] ppid=158989 vsize=18996948 memory=27264 CPUtime=0.63 cores=4,6
/proc/158992/task/158994/stat : 158994 (java) R 158989 158992 158535 0 -1 4194368 5504 0 0 0 60 3 0 0 20 0 19 0 238126594 19452874752 33634 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
[pid=158992/tid=159003] ppid=158989 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/158992/task/159003/stat : 159003 (Finalizer) S 158989 158992 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238126596 19452874752 33634 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
[pid=158992/tid=159010] ppid=158989 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/158992/task/159010/stat : 159010 (Common-Cleaner) S 158989 158992 158535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 238126597 19452874752 33634 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
[pid=158992/tid=159011] ppid=158989 vsize=18996948 memory=4760 CPUtime=0 cores=4,6
/proc/158992/task/159011/stat : 159011 (Timer-0) S 158989 158992 158535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 238126615 19452874752 33634 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 134536 KiB

[startup+1.50026 s]
/proc/loadavg: 4.33 4.24 4.24 6/340 159012
/proc/meminfo: memFree=52260948/131249988 swapFree=33010160/33010684
[pid=158992] ppid=158989 vsize=19063512 memory=178440 CPUtime=2.85 cores=4,6
/proc/158992/stat : 158992 (java) S 158989 158992 158535 0 -1 4194304 16935 0 0 0 278 7 0 0 20 0 20 0 238126593 19521036288 44610 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
/proc/158992/statm: 4765878 44610 5481 1 0 552362 0
[pid=158992/tid=158994] ppid=158989 vsize=19063512 memory=10752 CPUtime=1.38 cores=4,6
/proc/158992/task/158994/stat : 158994 (java) R 158989 158992 158535 0 -1 4194368 5931 0 0 0 134 4 0 0 20 0 20 0 238126594 19521036288 44610 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
[pid=158992/tid=159003] ppid=158989 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/158992/task/159003/stat : 159003 (Finalizer) S 158989 158992 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238126596 19521036288 44610 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
[pid=158992/tid=159010] ppid=158989 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/158992/task/159010/stat : 159010 (Common-Cleaner) S 158989 158992 158535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238126597 19521036288 44610 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
[pid=158992/tid=159011] ppid=158989 vsize=19063512 memory=4760 CPUtime=0 cores=4,6
/proc/158992/task/159011/stat : 159011 (Timer-0) S 158989 158992 158535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238126615 19521036288 44610 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 178440 KiB

[startup+3.10548 s]
/proc/loadavg: 4.33 4.24 4.24 5/340 159012
/proc/meminfo: memFree=52010612/131249988 swapFree=33010160/33010684
[pid=158992] ppid=158989 vsize=19063512 memory=454384 CPUtime=5.43 cores=4,6
/proc/158992/stat : 158992 (java) S 158989 158992 158535 0 -1 4194304 18975 0 0 0 530 13 0 0 20 0 20 0 238126593 19521036288 113596 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
/proc/158992/statm: 4765878 113596 5481 1 0 658880 0
[pid=158992/tid=158994] ppid=158989 vsize=19063512 memory=10752 CPUtime=2.93 cores=4,6
/proc/158992/task/158994/stat : 158994 (java) R 158989 158992 158535 0 -1 4194368 6484 0 0 0 284 9 0 0 20 0 20 0 238126594 19521036288 113596 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
[pid=158992/tid=159003] ppid=158989 vsize=19063512 memory=-8526828553388204732 CPUtime=0 cores=4,6
/proc/158992/task/159003/stat : 159003 (Finalizer) S 158989 158992 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238126596 19521036288 113596 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
[pid=158992/tid=159010] ppid=158989 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/158992/task/159010/stat : 159010 (Common-Cleaner) S 158989 158992 158535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238126597 19521036288 113596 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
[pid=158992/tid=159011] ppid=158989 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/158992/task/159011/stat : 159011 (Timer-0) S 158989 158992 158535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238126615 19521036288 113596 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
Current children cumulated CPU time: 5.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 454384 KiB

[startup+6.30026 s]
/proc/loadavg: 4.31 4.23 4.24 7/340 159012
/proc/meminfo: memFree=51686596/131249988 swapFree=33010160/33010684
[pid=158992] ppid=158989 vsize=19063512 memory=756164 CPUtime=9.37 cores=4,6
/proc/158992/stat : 158992 (java) S 158989 158992 158535 0 -1 4194304 24773 0 0 0 917 20 0 0 20 0 20 0 238126593 19521036288 189041 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
/proc/158992/statm: 4765878 189041 5481 1 0 662015 0
[pid=158992/tid=158994] ppid=158989 vsize=19063512 memory=0 CPUtime=6.06 cores=4,6
/proc/158992/task/158994/stat : 158994 (java) R 158989 158992 158535 0 -1 4194368 6910 0 0 0 593 13 0 0 20 0 20 0 238126594 19521036288 189041 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
[pid=158992/tid=159003] ppid=158989 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/158992/task/159003/stat : 159003 (Finalizer) S 158989 158992 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238126596 19521036288 189041 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
[pid=158992/tid=159010] ppid=158989 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/158992/task/159010/stat : 159010 (Common-Cleaner) S 158989 158992 158535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238126597 19521036288 189041 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
[pid=158992/tid=159011] ppid=158989 vsize=19063512 memory=178440 CPUtime=0 cores=4,6
/proc/158992/task/159011/stat : 159011 (Timer-0) S 158989 158992 158535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238126615 19521036288 189041 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
Current children cumulated CPU time: 9.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 756164 KiB

[startup+12.7002 s]
/proc/loadavg: 4.36 4.25 4.24 6/340 159012
/proc/meminfo: memFree=50714156/131249988 swapFree=33010160/33010684
[pid=158992] ppid=158989 vsize=19063512 memory=1627808 CPUtime=18.25 cores=4,6
/proc/158992/stat : 158992 (java) S 158989 158992 158535 0 -1 4194304 37046 0 0 0 1787 38 0 0 20 0 20 0 238126593 19521036288 406952 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
/proc/158992/statm: 4765878 406952 5481 1 0 664076 0
[pid=158992/tid=158994] ppid=158989 vsize=19063512 memory=178440 CPUtime=12.39 cores=4,6
/proc/158992/task/158994/stat : 158994 (java) R 158989 158992 158535 0 -1 4194368 8938 0 0 0 1211 28 0 0 20 0 20 0 238126594 19521036288 406952 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
[pid=158992/tid=159003] ppid=158989 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/158992/task/159003/stat : 159003 (Finalizer) S 158989 158992 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238126596 19521036288 406952 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
[pid=158992/tid=159010] ppid=158989 vsize=19063512 memory=1625628 CPUtime=0 cores=4,6
/proc/158992/task/159010/stat : 159010 (Common-Cleaner) S 158989 158992 158535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238126597 19521036288 406952 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
[pid=158992/tid=159011] ppid=158989 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/158992/task/159011/stat : 159011 (Timer-0) S 158989 158992 158535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238126615 19521036288 406952 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
Current children cumulated CPU time: 18.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1627808 KiB

[startup+25.5003 s]
/proc/loadavg: 4.39 4.25 4.25 5/339 159215
/proc/meminfo: memFree=65870948/131249988 swapFree=33010160/33010684
[pid=158992] ppid=158989 vsize=19063512 memory=1666608 CPUtime=31.11 cores=4,6
/proc/158992/stat : 158992 (java) S 158989 158992 158535 0 -1 4194304 39329 0 0 0 3070 41 0 0 20 0 20 0 238126593 19521036288 416652 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
/proc/158992/statm: 4765878 416652 5481 1 0 664078 0
[pid=158992/tid=158994] ppid=158989 vsize=19063512 memory=10752 CPUtime=25.04 cores=4,6
/proc/158992/task/158994/stat : 158994 (java) R 158989 158992 158535 0 -1 4194368 10117 0 0 0 2473 31 0 0 20 0 20 0 238126594 19521036288 416652 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
[pid=158992/tid=159003] ppid=158989 vsize=19063512 memory=1625628 CPUtime=0 cores=4,6
/proc/158992/task/159003/stat : 159003 (Finalizer) S 158989 158992 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238126596 19521036288 416652 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
[pid=158992/tid=159010] ppid=158989 vsize=19063512 memory=1666608 CPUtime=0 cores=4,6
/proc/158992/task/159010/stat : 159010 (Common-Cleaner) S 158989 158992 158535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238126597 19521036288 416652 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
[pid=158992/tid=159011] ppid=158989 vsize=19063512 memory=5276 CPUtime=0 cores=4,6
/proc/158992/task/159011/stat : 159011 (Timer-0) S 158989 158992 158535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238126615 19521036288 416652 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
Current children cumulated CPU time: 31.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1666608 KiB

[startup+51.1056 s]
/proc/loadavg: 4.55 4.30 4.26 6/339 159351
/proc/meminfo: memFree=70264092/131249988 swapFree=33010160/33010684
[pid=158992] ppid=158989 vsize=19063512 memory=1684676 CPUtime=57.45 cores=4,6
/proc/158992/stat : 158992 (java) S 158989 158992 158535 0 -1 4194304 47204 0 0 0 5699 46 0 0 20 0 20 0 238126593 19521036288 421169 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
/proc/158992/statm: 4765878 421169 5481 1 0 664175 0
[pid=158992/tid=158994] ppid=158989 vsize=19063512 memory=14588 CPUtime=50.43 cores=4,6

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

/proc/158992/task/159003/stat : 159003 (Finalizer) S 158989 158992 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238126596 19521036288 1680120 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
[pid=158992/tid=159010] ppid=158989 vsize=19063512 memory=27264 CPUtime=0 cores=4,6
/proc/158992/task/159010/stat : 159010 (Common-Cleaner) S 158989 158992 158535 0 -1 4194368 1381 0 0 0 0 0 0 0 20 0 20 0 238126597 19521036288 1680120 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
[pid=158992/tid=159011] ppid=158989 vsize=19063512 memory=5276 CPUtime=0 cores=4,6
/proc/158992/task/159011/stat : 159011 (Timer-0) S 158989 158992 158535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238126615 19521036288 1680120 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
Current children cumulated CPU time: 3177.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6720480 KiB

[startup+3162.3 s]
/proc/loadavg: 4.28 4.36 4.30 5/339 159779
/proc/meminfo: memFree=69409436/131249988 swapFree=33010160/33010684
[pid=158992] ppid=158989 vsize=19063512 memory=6720480 CPUtime=3241.03 cores=4,6
/proc/158992/stat : 158992 (java) S 158989 158992 158535 0 -1 4194304 154225 0 0 0 323735 368 0 0 20 0 20 0 238126593 19521036288 1680120 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
/proc/158992/statm: 4765878 1680120 5513 1 0 1693697 0
[pid=158992/tid=158994] ppid=158989 vsize=19063512 memory=6718372 CPUtime=3134.29 cores=4,6
/proc/158992/task/158994/stat : 158994 (java) R 158989 158992 158535 0 -1 4194368 59634 0 0 0 313265 164 0 0 20 0 20 0 238126594 19521036288 1680120 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
[pid=158992/tid=159003] ppid=158989 vsize=19063512 memory=27264 CPUtime=0 cores=4,6
/proc/158992/task/159003/stat : 159003 (Finalizer) S 158989 158992 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238126596 19521036288 1680120 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
[pid=158992/tid=159010] ppid=158989 vsize=19063512 memory=14588 CPUtime=0 cores=4,6
/proc/158992/task/159010/stat : 159010 (Common-Cleaner) S 158989 158992 158535 0 -1 4194368 1418 0 0 0 0 0 0 0 20 0 20 0 238126597 19521036288 1680120 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
[pid=158992/tid=159011] ppid=158989 vsize=19063512 memory=6720480 CPUtime=0 cores=4,6
/proc/158992/task/159011/stat : 159011 (Timer-0) S 158989 158992 158535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238126615 19521036288 1680120 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
Current children cumulated CPU time: 3241.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6720480 KiB

[startup+3222.3 s]
/proc/loadavg: 4.15 4.30 4.29 5/339 159784
/proc/meminfo: memFree=69409200/131249988 swapFree=33010160/33010684
[pid=158992] ppid=158989 vsize=19063512 memory=6720480 CPUtime=3302.44 cores=4,6
/proc/158992/stat : 158992 (java) S 158989 158992 158535 0 -1 4194304 155932 0 0 0 329873 371 0 0 20 0 20 0 238126593 19521036288 1680120 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
/proc/158992/statm: 4765878 1680120 5513 1 0 1693697 0
[pid=158992/tid=158994] ppid=158989 vsize=19063512 memory=6718372 CPUtime=3194.12 cores=4,6
/proc/158992/task/158994/stat : 158994 (java) R 158989 158992 158535 0 -1 4194368 59654 0 0 0 319248 164 0 0 20 0 20 0 238126594 19521036288 1680120 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
[pid=158992/tid=159003] ppid=158989 vsize=19063512 memory=14588 CPUtime=0 cores=4,6
/proc/158992/task/159003/stat : 159003 (Finalizer) S 158989 158992 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238126596 19521036288 1680120 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
[pid=158992/tid=159010] ppid=158989 vsize=19063512 memory=6720480 CPUtime=0 cores=4,6
/proc/158992/task/159010/stat : 159010 (Common-Cleaner) S 158989 158992 158535 0 -1 4194368 1419 0 0 0 0 0 0 0 20 0 20 0 238126597 19521036288 1680120 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
[pid=158992/tid=159011] ppid=158989 vsize=19063512 memory=14588 CPUtime=0 cores=4,6
/proc/158992/task/159011/stat : 159011 (Timer-0) S 158989 158992 158535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238126615 19521036288 1680120 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
Current children cumulated CPU time: 3302.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6720480 KiB

[startup+3282.3 s]
/proc/loadavg: 4.41 4.35 4.30 5/339 159790
/proc/meminfo: memFree=69398460/131249988 swapFree=33010160/33010684
[pid=158992] ppid=158989 vsize=19063512 memory=6720480 CPUtime=3373.16 cores=4,6
/proc/158992/stat : 158992 (java) S 158989 158992 158535 0 -1 4194304 158729 0 0 0 336928 388 0 0 20 0 20 0 238126593 19521036288 1680120 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
/proc/158992/statm: 4765878 1680120 5513 1 0 1693697 0
[pid=158992/tid=158994] ppid=158989 vsize=19063512 memory=-8526828553388204732 CPUtime=3252.94 cores=4,6
/proc/158992/task/158994/stat : 158994 (java) R 158989 158992 158535 0 -1 4194368 61821 0 0 0 325128 166 0 0 20 0 20 0 238126594 19521036288 1680120 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
[pid=158992/tid=159003] ppid=158989 vsize=19063512 memory=6720480 CPUtime=0 cores=4,6
/proc/158992/task/159003/stat : 159003 (Finalizer) S 158989 158992 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238126596 19521036288 1680120 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
[pid=158992/tid=159010] ppid=158989 vsize=19063512 memory=14588 CPUtime=0 cores=4,6
/proc/158992/task/159010/stat : 159010 (Common-Cleaner) S 158989 158992 158535 0 -1 4194368 1456 0 0 0 0 0 0 0 20 0 20 0 238126597 19521036288 1680120 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
[pid=158992/tid=159011] ppid=158989 vsize=19063512 memory=6720480 CPUtime=0 cores=4,6
/proc/158992/task/159011/stat : 159011 (Timer-0) S 158989 158992 158535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238126615 19521036288 1680120 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
Current children cumulated CPU time: 3373.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6720480 KiB

[startup+3342.3 s]
/proc/loadavg: 4.72 4.46 4.34 5/339 159792
/proc/meminfo: memFree=68907592/131249988 swapFree=33010160/33010684
[pid=158992] ppid=158989 vsize=19063512 memory=7197088 CPUtime=3443.56 cores=4,6
/proc/158992/stat : 158992 (java) S 158989 158992 158535 0 -1 4194304 163298 0 0 0 343944 412 0 0 20 0 20 0 238126593 19521036288 1799272 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
/proc/158992/statm: 4765878 1799272 5513 1 0 1814834 0
[pid=158992/tid=158994] ppid=158989 vsize=19063512 memory=14588 CPUtime=3311.77 cores=4,6
/proc/158992/task/158994/stat : 158994 (java) R 158989 158992 158535 0 -1 4194368 64757 0 0 0 330999 178 0 0 20 0 20 0 238126594 19521036288 1799272 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
[pid=158992/tid=159003] ppid=158989 vsize=19063512 memory=6745504 CPUtime=0 cores=4,6
/proc/158992/task/159003/stat : 159003 (Finalizer) S 158989 158992 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238126596 19521036288 1799272 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
[pid=158992/tid=159010] ppid=158989 vsize=19063512 memory=6720480 CPUtime=0 cores=4,6
/proc/158992/task/159010/stat : 159010 (Common-Cleaner) S 158989 158992 158535 0 -1 4194368 1494 0 0 0 0 0 0 0 20 0 20 0 238126597 19521036288 1799272 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
[pid=158992/tid=159011] ppid=158989 vsize=19063512 memory=2724 CPUtime=0 cores=4,6
/proc/158992/task/159011/stat : 159011 (Timer-0) S 158989 158992 158535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238126615 19521036288 1799272 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
Current children cumulated CPU time: 3443.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7197088 KiB

[startup+3402.3 s]
/proc/loadavg: 4.26 4.37 4.32 5/317 160041
/proc/meminfo: memFree=75895604/131249988 swapFree=33010160/33010684
[pid=158992] ppid=158989 vsize=19063512 memory=7204184 CPUtime=3511.25 cores=4,6
/proc/158992/stat : 158992 (java) S 158989 158992 158535 0 -1 4194304 168077 0 0 0 350699 426 0 0 20 0 20 0 238126593 19521036288 1801046 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
/proc/158992/statm: 4765878 1801046 5513 1 0 1814851 0
[pid=158992/tid=158994] ppid=158989 vsize=19063512 memory=14588 CPUtime=3371.27 cores=4,6
/proc/158992/task/158994/stat : 158994 (java) R 158989 158992 158535 0 -1 4194368 66807 0 0 0 336948 179 0 0 20 0 20 0 238126594 19521036288 1801046 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
[pid=158992/tid=159003] ppid=158989 vsize=19063512 memory=6745504 CPUtime=0 cores=4,6
/proc/158992/task/159003/stat : 159003 (Finalizer) S 158989 158992 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238126596 19521036288 1801046 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
[pid=158992/tid=159010] ppid=158989 vsize=19063512 memory=6745504 CPUtime=0 cores=4,6
/proc/158992/task/159010/stat : 159010 (Common-Cleaner) S 158989 158992 158535 0 -1 4194368 1495 0 0 0 0 0 0 0 20 0 20 0 238126597 19521036288 1801046 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
[pid=158992/tid=159011] ppid=158989 vsize=19063512 memory=7204184 CPUtime=0 cores=4,6
/proc/158992/task/159011/stat : 159011 (Timer-0) S 158989 158992 158535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238126615 19521036288 1801046 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
Current children cumulated CPU time: 3511.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7204184 KiB

[startup+3462.3 s]
/proc/loadavg: 4.35 4.39 4.33 5/342 160074
/proc/meminfo: memFree=72617692/131249988 swapFree=33010160/33010684
[pid=158992] ppid=158989 vsize=19063512 memory=7204184 CPUtime=3584.87 cores=4,6
/proc/158992/stat : 158992 (java) S 158989 158992 158535 0 -1 4194304 168725 0 0 0 358041 446 0 0 20 0 20 0 238126593 19521036288 1801046 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
/proc/158992/statm: 4765878 1801046 5513 1 0 1814851 0
[pid=158992/tid=158994] ppid=158989 vsize=19063512 memory=14588 CPUtime=3430.38 cores=4,6
/proc/158992/task/158994/stat : 158994 (java) R 158989 158992 158535 0 -1 4194368 66833 0 0 0 342858 180 0 0 20 0 20 0 238126594 19521036288 1801046 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
[pid=158992/tid=159003] ppid=158989 vsize=19063512 memory=6745504 CPUtime=0 cores=4,6
/proc/158992/task/159003/stat : 159003 (Finalizer) S 158989 158992 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238126596 19521036288 1801046 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
[pid=158992/tid=159010] ppid=158989 vsize=19063512 memory=6745504 CPUtime=0 cores=4,6
/proc/158992/task/159010/stat : 159010 (Common-Cleaner) S 158989 158992 158535 0 -1 4194368 1531 0 0 0 0 0 0 0 20 0 20 0 238126597 19521036288 1801046 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
[pid=158992/tid=159011] ppid=158989 vsize=19063512 memory=7204184 CPUtime=0 cores=4,6
/proc/158992/task/159011/stat : 159011 (Timer-0) S 158989 158992 158535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238126615 19521036288 1801046 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
Current children cumulated CPU time: 3584.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7204184 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3473.2 s]
/proc/loadavg: 4.30 4.38 4.33 5/342 160074
/proc/meminfo: memFree=72605832/131249988 swapFree=33010160/33010684
[pid=158992] ppid=158989 vsize=19063512 memory=7204184 CPUtime=3600.06 cores=4,6
/proc/158992/stat : 158992 (java) S 158989 158992 158535 0 -1 4194304 169397 0 0 0 359554 452 0 0 20 0 20 0 238126593 19521036288 1801046 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
/proc/158992/statm: 4765878 1801046 5513 1 0 1814851 0
[pid=158992/tid=158994] ppid=158989 vsize=19063512 memory=-8526828553388204732 CPUtime=3441.09 cores=4,6
/proc/158992/task/158994/stat : 158994 (java) R 158989 158992 158535 0 -1 4194368 66836 0 0 0 343929 180 0 0 20 0 20 0 238126594 19521036288 1801046 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
[pid=158992/tid=159003] ppid=158989 vsize=19063512 memory=27264 CPUtime=0 cores=4,6
/proc/158992/task/159003/stat : 159003 (Finalizer) S 158989 158992 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238126596 19521036288 1801046 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
[pid=158992/tid=159010] ppid=158989 vsize=19063512 memory=9216 CPUtime=0 cores=4,6
/proc/158992/task/159010/stat : 159010 (Common-Cleaner) S 158989 158992 158535 0 -1 4194368 1531 0 0 0 0 0 0 0 20 0 20 0 238126597 19521036288 1801046 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
[pid=158992/tid=159011] ppid=158989 vsize=19063512 memory=28544 CPUtime=0 cores=4,6
/proc/158992/task/159011/stat : 159011 (Timer-0) S 158989 158992 158535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238126615 19521036288 1801046 18446744073709551615 94844859805696 94844859809392 140731626934208 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94844859817208 94844859818000 94844884033536 140731626936657 140731626936804 140731626936804 140731626942408 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7204184 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.72 s, system=4.54944 s

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

[startup+3473.3 s]*
/proc/loadavg: 4.30 4.38 4.33 5/324 160077
/proc/meminfo: memFree=77977736/131249988 swapFree=33010160/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3473.31
CPU time (s): 3600.27
CPU user time (s): 3595.72
CPU system time (s): 4.54944
CPU usage (%): 103.655
Max. virtual memory (cumulated for all children) (KiB): 19068800
Max. memory (cumulated for all children) (KiB): 7204184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.72
system time used= 4.54944
maximum resident set size= 7205080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 170766
page faults= 0
swaps= 0
block input operations= 0
block output operations= 299320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 141456
involuntary context switches= 31570


# summary of solver processes directly reported to runsolver:
#   pid: 158992
#   total CPU time (s): 3600.27
#   total CPU user time (s): 3595.72
#   total CPU system time (s): 4.54944

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.43387 second user time and 16.5163 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-07-23 00:48:10
IDJOB=4543172
IDBENCH=172169
IDSOLVER=3362
FILE ID=nodeC020/4543172-1753224490
RUNJOBID= nodeC020-1753220993-158546
SLURM_JOB_ID= 9687807
Free space on /tmp= 422588 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_05_110.shuf-2.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4543172-1753224490/watcher-4543172-1753224490 -o /tmp/evaluation-result-4543172-1753224490/solver-4543172-1753224490 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1753220993-158546 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4543172-1753224490 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4543172-1753224490.opb

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

MD5SUM BENCH= 73c63b112a71eb267c42688444d17031
RANDOM SEED=906691076

nodeC020 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.894
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.79
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.781
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.79
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		: 3598.309
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.79
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		: 3585.552
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.79
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.251
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.79
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.892
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.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        52404992 kB
MemAvailable:   100842824 kB
Buffers:            2128 kB
Cached:         49184680 kB
SwapCached:            4 kB
Active:         29743668 kB
Inactive:       48330328 kB
Active(anon):   28889036 kB
Inactive(anon):    24536 kB
Active(file):     854632 kB
Inactive(file): 48305792 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5880 kB
Writeback:             0 kB
AnonPages:      28887536 kB
Mapped:           128700 kB
Shmem:             26244 kB
KReclaimable:     233296 kB
Slab:             330052 kB
SReclaimable:     233296 kB
SUnreclaim:        96756 kB
KernelStack:        5164 kB
PageTables:        60312 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:   32515968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151480 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:  28452864 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:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 431940 MiB
End job on nodeC020 at 2025-07-23 01:46:04