Trace number 4513157

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.22 3549.12

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size128-round23-3.opb
MD5SUM9ddf61ddf9175117d21c5f59d371263b
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 benchmark2684.38
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9504
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)416
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
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.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.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.13/0.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	c  - never skip resolution steps
0.13/0.16	c  - Auto-division on coefficients is disabled
0.13/0.16	c  - No postprocessing
0.13/0.16	c  - Conflict is considered as is when resolving
0.13/0.16	c  - Use constraints as they come during conflict analysis
0.13/0.16	c  - Weaken first using unassigned literals
0.13/0.16	c  - Bump strategy: ALWAYS_ONE
0.13/0.16	c  - Bumper: EFFECTIVE
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	c No reason simplification
0.13/0.16	c Dynamic restart strategy considering the size of the coefficients
0.13/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4513157-1751214364.opb
0.13/0.16	c reading problem ... 
0.13/0.17	c using VERIPB proof format
0.13/0.17	c  no objective function found
0.69/0.43	c ... done. Wall clock time 0.263s.
0.69/0.43	c declared #vars     4288
0.69/0.43	c #constraints  10816
0.69/0.43	c constraints type 
0.69/0.43	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
0.69/0.43	c org.sat4j.specs.Constr$1 => 904
0.69/0.43	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1792
0.69/0.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7488
0.69/0.43	c org.sat4j.pb.constraints.pb.UnitClausePB => 504
0.69/0.43	c 10816 constraints processed.
25.44/20.77	c cleaning 2490 clauses out of 5001 with flag 0/5001
316.62/312.48	c cleaning 4217 clauses out of 8510 with flag 0/11000
881.88/874.11	c cleaning 5595 clauses out of 11293 with flag 0/18000
1616.21/1585.83	c cleaning 6826 clauses out of 13698 with flag 0/26000
3600.04/3549.02	c starts		: 46
3600.04/3549.04	c conflicts		: 34598
3600.04/3549.04	c decisions		: 88024
3600.04/3549.04	c propagations		: 3842065
3600.04/3549.04	c inspects		: 272291048
3600.04/3549.04	c shortcuts		: 0
3600.04/3549.04	c learnt literals	: 0
3600.04/3549.04	c learnt binary clauses	: 0
3600.04/3549.04	c learnt ternary clauses	: 0
3600.04/3549.04	c learnt constraints	: 34597
3600.04/3549.04	c ignored constraints	: 0
3600.04/3549.04	c root simplifications	: 0
3600.04/3549.04	c removed literals (reason simplification)	: 0
3600.04/3549.04	c reason swapping (by a shorter reason)	: 0
3600.04/3549.04	c Calls to reduceDB	: 4
3600.04/3549.04	c Number of update (reduction) of LBD	: 40140
3600.04/3549.04	c Imported unit clauses	: 0
3600.04/3549.05	c No decision after first conflict	: false
3600.04/3549.05	c number of reductions to clauses (during analyze)	: 0
3600.04/3549.05	c number of learned constraints concerned by reduction	: 0
3600.04/3549.05	c number of learning phase by resolution	: 0
3600.04/3549.05	c number of learning phase by cutting planes	: 0
3600.04/3549.05	c number of rounding to 1 operations	: 0
3600.04/3549.05	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3549.05	c number of reductions of the coefficients by power 2 	: 0
3600.04/3549.05	c number of right shift for reduction by power 2 	: 0
3600.04/3549.05	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3549.05	c number of ending skipping 	: 0
3600.04/3549.05	c number of internal skipping 	: 0
3600.04/3549.05	c number of derivation steps 	: 1108243
3600.04/3549.05	c number of skipped derivation steps 	: 0
3600.04/3549.05	c number of remaining unassigned 	: 222909
3600.04/3549.05	c number of remaining assigned 	: 56291399
3600.04/3549.05	c number of falsified literals weakened from reason	: 0
3600.04/3549.05	c number of falsified literals weakened from conflict	: 0
3600.04/3549.05	c time for arithmetic operations	: 139410800931
3600.04/3549.06	c minimum degree of deleted constraints	: 7
3600.04/3549.06	c maximum degree of deleted constraints	: 1355844375403258989920885088286712016604851199420142497541461141364440824334945388377837628521055245927357669654960170390108483048935055004000397922173894873188753444319461867231224166132333709241603512938814889001020643711506547341497565959414174588366839668330998530971065925181361806930892032756615892383410541032083189228896968689231592196020700526113455604411405618981101341687989112512227156668437769103823446188283988092777874342907475852712112420178918632716002441572597961728896457623678397566269694169299002580686511336143051199315459788657042939684848948870825877585533042995357069234000863811079992173024776723145354920317953620569259902704066805921191660668820188807498141910927822993730942361122516427848671654123053104003322621132888528443945256139220425078764024429741457380485728564461113323255092295012397293768983442462547033128936804218685198765584128592662646894157666310116118880095255699960079911327015542732881951644779163258892549893217417554613661719265289534366455960198623095116008400798496682797532867232396453723100164277168607788096209693282564707937073229678823931938123002932034471138658020690958695173565248633447399680386404911025088617280878229723574000609000057633396513240265657120144787313675785560198303430480983708317394791520545704497292207182846128565196766810515637460820874804694682896043001558109600825548996284085723816486184556524333488724894342294458999152824096839218980058966457956913862267965226514751644760534880957955040440177092990244326526300471929123570713729060685823355899038229511689399360424642302651942172575833648125704722285269256364964562786415083997000066308248243925420863809158007367656950868632323085513329158803210818303585835985086537231422015411413260196717931811282993251731514457059179655821853916654111532818611660822629206671721853060580015958924286889217107093045217563833257925238053728673655904621745822496767817384693230521458984412051123252879485977941280228556222212562655678911352535053053058248366575930576543835274910950004870471492027654274534644950639798720242331797464757432112223021269899635858933618044384077126686015612838967908282806537476778640597994370249767111102316265197998108957228303848216405269474310901892807897542419588437597325303846398591843449271940325110815395159991270327668051570749618399074703689645692461432259613456736556637287179268335577161364693230104462877571491582771906634766593525669257594591879724901039382701746452610292435318538936684421776279209145990077603070397114361215918008962095625796071412823250431100257097291414526978644521430049400632457896197056548481108087943130240609070890616055312069879973155717330882070970774850614741735591089830793924612399086153743706543635104611154089030090972866332372733768449082517358690461747208379587614524434565303929462878496740376842971528573066711918339235239032584130350606332757329105954858683254830967885006733766488756391132556264492984112022778345498102145881514281245665716537364777483845546548315936974339630551149748744391662307711414696662504204412794497085204924571873509233750057417707757744433605620114928674171593669887904207800695176514458364598453552204782541546998812939317778460997891476501712108189556181312738042574375052760573302754060946045652037204992770707055303994610842474854870580739676268675007763584491284199856325643271125972776100715980484490429863882712572324995700539352436437015157888155866334492095383698744807018323327603389173040440265472615353118969336048476617991306239978103099305284842191101041653796476299627324240682626772595012826196483035299845694478815029140310555700488159631730777900033398419709016348294875289793861239972977298499496842137540013262561336837096381156797014992803309466193014776899703606232486013838845153172368309249286578709249201713811931269705425984360998445865100803688422947434519176955689007993113289148744817551555593186991570375720581180461799771531921281399512769830183606629325000793920277339118301629607259306217570636130213316420580438775943629827848110250660464893451827090094828272579749521915692257176720089345063652241772061321345376882419603720749121819804603973974358011378701123770393128732759629514617521362777477462429570584396264439679792619062714828912067038774423328236520125750266404008937882957969495997963360679080349390577379856037023441266377605098291735867462235340561097858517444218679864205825215486232160878101475225161664257463298394599476523773079500480814805677581917655040170294618313970548391469199765965789612612693523687812944819134444785877786727170302318145109512147544551863647872588636703668657657365694934176520581463878210260027878187199370478074224084825407990266928272348073895421153922720453254665807939222386706339106378510763799384999707369109974871335345731791012307937966700405307460076930312377398135039007538486573569273731904442514444103163400139152031369261770142482974790265438294662235859069872758484903050175992880647103115997675281690166851052983496015929461459429714957552532567607882742694046563775333838977913819074320478596443032134604279397736234687593761624402152879987042275193832968398354880476025829230347636338494825270613324440139947851957657073266709552573970267752156031963239175045628990888036614349037852961571016426579059582017824280824070668683582077418085370305972269926148911762611341523481561791385022627749544078003039723174336736000086188721230347578717294960394676630824356250518320511188533842568825462878706487221652389969998128717411044301012341343459035178603329341552956415879885112968740153256097093699223211679528367695905337799067544881275951446081215820600093570178360496175419320105659318450814245835027350808829178269702357602722665463424585260566259752126463154267600220750168944636357588179342978164239109455847521456841141201021640591956565754474708757840793140056239501047557731511287282664214238038341426417368945085797887680968369909280020428783113977363475449852281101088495907201580718625493067136133207830706903747116476526776312033677067818952107282213183489820382254178045007502155631249921595563555384612081019541145896183765121802781953155364770542664991091077884340071383665058865329057092889728061039171482340844709853235461871420659693345583391943731931712262289726843532308014628080672872830141926880612933117426039350187516694008422243840833568798650697953518927179363948800957259219832913808086997723127496228666234166099397001953190016044230900944239519155349754397019608091576288768278300058746330962354263546173299503924814869756797530413494184073064231040741573883664531903026687512723224871841563907886690113004368198229593140878285131343146220938014379112623330354364828876266134767366113705896943017398255843173476647283070448252742437769514078416829103935390127068067407013257653797190309399202185633344407562698264006999701382625796111952826699021530634809151706163093889995998293691985313301050645687978777013768075040244964229704571265252228747199877172010895459017747039192185600928734230886748909315468053836268056956254303070521723761695305449127450495120512719671683316242196007577960074379932459725028729471859923753623893118885396470805186527225094204745338976942842081147450755229544157158009985439570936160221176180755200259263105212940403669908978859656192186974020849914071803201278190823603371103179538595118915521111111902819762225524535286299453212906242078171237766926822215411180012722642630535834990578989011503076579329615025095876735470072231624931436298844259339564797020097216733599531119972134618789367029287109601040139847664192770670878701479126082232141031855035031427133048266642787277365510544543073021901533858297640868543851493550225391339347131296627236611948590862443243459436119112233848314717727140338846268164076166067832726802961431366706736743892466601157501880582825020829603122813429247743589782589975004764305601007252119722836508242162458027201563723054154544835418459792633167394351851151295697192725270897801076883308846075839735319152373035787656459109446800181435161871224728862953745543007502753343677567318426859253727440391304915057228402884492958461310412774172006657252801833981240977719861783213955147443346334819219089659277467465183493623133999218006376962385250437721708246069065070940979027182959487379352226671376491523690330495043264567871413746761130290305593504681029560542310850522877300773237617895339597888689507603955940017990708368940224418885855910491051297126750356939018312106032821890912138502156319791506148882662628853574709632022950226386583321690307345283473772067156919425280224024587658622336936980209592215422962970394566458615740630236109630809070939744795420434127336242817995262950411107536439193488327767055576604963389600883427636221808478567981993151408236496425826752817491764918861839015298431355476722740315672725849414054773301477758879305165475055451529242291899245995503572822321409823079050453847272477800937696857495621605096874295331571039721411660863807517010823588545287263706496282072483100673562233772199332859966937573604027469336207607129310472110655555634355296769814545899891102658271811590973782931633489772542396685572686885586352721436898218915721707871377303752493480274341210033367403696129354110363607705743602249447679609453958241313100706483491241826514069573367052564099401315482788900307568727593359219011682952389211219712356429633247162481552813098975065590497241607925088316193759606853772603344355859382062043638410369544187801331283925422753048602469821230606955618900311742197578005864891980647880148279477575784437415162537925488683468515766246243160108999752436758616810989818152797362285725903236468550886262429002733307453479492583382379762692098397444620513538367319642064885517766020268556048723027652446348001888342641265261419638069117893133358635721192346196823880552255939004714917006741706525423097503677323683454637778494659462030588889484856529904205462886606894547733796763068865515718869105007857976129636734653302693169742661885220520829189742839328945706307887698616752344100623407854444008286660091317332022305577837263849539039027727022201304663206833395790460548693147224361842826168276143833622365326438557229942206705007597165701701945830469839386859898319916575034705293008571892970992517989630759254472842037836426223661747044170697824117628372622793678810413902597846712125366486615932142525166818058490141787609304536105030187470656096925817945864354462843220793453459920386438786465498300366560790696033239448562750116796001769143018314922703309938655717362842063595663292197213807072297971936682138346719113027938062000439509558895535465858416945350735270340818094840916233056568612170914658878264066601822177961676961258056024797824878746574067035252376523607541476949746261055261273513915435750076744726306199307910518130575638494302762183692568465626108472382228785569105983696831988914892472795863906387907703282076335789913753180036799778622809629090709398193981846777049606744815489566667686417978883630573281974060154613625218883325077379059284691791440893340680142768722023016779310763864483279096691073104717990502114980851128575371309335559270874406153280472567061259440147490452273454351018010315501577267375644415284328546213435743612328287179422076209332625194126431539495403970715517354334905976678547838866109246028802627455268191846443514667718472317738273345851342293834476415740019842182310043035971123676415600777222137775863814658024152236649800102637650019368677472340309044682082587935672025284361787013769751416274006517115216113886360898796159943592343980814857403032211927844588296253463721057867547789362742981896419732215527623616239235489383125867771472998238539962801613610978259955800003790169230450597625071920248851955586114067927836553000248463300191043329708095903225528986108746163297867951228805674479240658897813381349166357191005172288735018755272782810728986264390006263829279487729559361743942432687334222422143985535431378404196603465140508886762324504817523943926120869304177736500075378124287045378454256122731132950733748686849144875910148177658195123916364501479273838066055343164107099343847127329870583320639257470704515949931821649967243523441860391506401977820299268492102078875535050556774527378130389578429784070701618606751802463060250832691522977114886545361399864508175715797781711059660920328766006081617759056408578555132161669036618509436800512253392958564733962191428725641002792052512685226449841049933891729341497910156364709039572054391626631828414905717502073193385693140205787719742690267781064913788745442450207482617715357462910471003253072386384517587905605782859246157207499717988074434840254533138343116054168949543130669317874172109953757652900667038336608681559485911490979993175778078402805838129825873467818703415207759355684360213208924992089687562134234982609662034292503850255118838967727737993663153251995138884978690005357869173480894607173822831673137696321982936376629370512007884547198676928180748549846367945726078590797391000419457425868413793280736003820910459220640721623283986022758284931995302519907609657898298677998699722342792654282712576212309376290705519149060186056540120041408883965078207233367749369477303906402729376207142174802249790577408050756853965214556907417305381795609200968630557434388056591665956551244718461003562893886312470199809887767713364605040700354921316173970815313574961816384788467978864727335903721528362978799548647638172326397217299407880908963381913225799845701264042279038611095309110648554678665652563404410759272819816192613455039958007685052801204924635362162105130826234447877592634361764578437955900168316714207513494720958852029573007146505718235208620182808534485726605590557256279779363583240703590225493519322453470833855849873912532114523403448817115767731781164841466888864407389161224902113298108368326335991804866228668536654934231200851074100986318127369451129473009473654733224501329821846956378948445521956088657976650765344216516890011266656926738574805870995218657945101908920358406811749930232913828062094293985835498497822461525166527605089095916402756249384099884244327529940096808895153030974658966726718566279969364730626575122681690248387652561020036008054054401650007636186623151929458157522894993075175200691159451280381851052587216245199707756857903430874969480313763971225952325337476905853386972526786684727349785963303073974960480676412898306370408043849893883504192640152295087239598038706819423066741783838314165378374917627200077526389244150957854350157483036239985550504107747326219378743724820640090926525069309951173766291748266596077611550522810200577489187670200766016642829629448604084566804695767705509353191001717325900491541137883815390344633869665434065233145668009935495678057014334043999341697486956148545920866180821375598928065585100786085985803352840339358363843418162044322276615642390414999575499851651037540934703024027779792797055934530768249239021802043586256909114425292936434183882653949845188984063099115262131063570587552343352572390608218869837419926246417453386181869583720856803950533450995735751746213614368113330762419241063407000828734880042783592236327482599249613251182973206410055211984153029494970034456271464701358812036768973682116988600761701549131223334704851796632384441250164711909242130058397022290637301861505675545712373525527556552756370637981755912641271574550967982999588444691831232075660933601853603385887627742112823738990284393145583257228221430478180486244786085950817536921464941918511022474706352125629140211199410261604623336586455992232774300175594946331787862500966774462083772048009668424785872227262040263147229886025756764468584643724680759705967129522267846704792985668223853124634879780340815246601934884962250474161891326257157963719509381351834914139609809093747586160853912304848554969929589392354033782317207869938270487628295538560992070420149135144019891389888290967835719149351589479072840480371120353703694427656297305964232825693770658500223236046478128510879028025735907529181975532695761397742470991885490516755649325496008029716070641296251031587829923357943335229984696560241597323779188706300337696288634247804610317843423220269706798208769511018861541506306281599496384711430735511788642921646800936649651015309479633209112198269566642860745442509712976143658324558288902562472879070655195450834034265855430371068495188926766963358273109887077586143613468334686049688884655006620562207006173620926788107047320647937075698260434156403538405329322920597858605055653530242371090246261100802223625654343606042987860745812884890295439890453947039002874197335611552482916923843521986545707255389713671063235205048253593613013691624825388365532469951935649589897733531659653141729903905141290449382738578128454720284376888796187924621118817852012828870504189275438760287318310283673375335916201434173535197831594269850483505836180256309505597652952120036980771726340124054264012397106641280761815496266323775198080345821090279716606516696788189254351732091683383051365406863441892135024064403199361921058454489448941416893529182259194856406558083704612523958738335596038289356046641899197333666649374628830222206669893131517843040249530374923295622336435591112509809199607976043133627422134152606197912844470213725742495928031068409272396422346352541900655080243550428341010889718399507279446383057295119452241780109343578335036059427794793013480948149855981653094044888126698233252941654086312904357022946506850026299870138330855650565215538348419152390964560839980687764434703914325954573302799451035860147577735167826602427830457432955171498061145930572664738793108775503174987545607903827790628556864598581296862543387143120893676522754686799717147996230722637608809460396521310795262229613505755196566719830405941800057292658057536827624133092094119892113726554911410196180669983589972190896908161253846005824079758033470367344685454336955025406975394493544317147835695086117404043857122146259553022843293717452972035423401104520995618518220011779842706223075349778656579985606837628209027618505692708535960403287755717956375819154365271933417651990945345188324226298957517877615457004358939078975444512622137492262682219579125117958217170682796243060875278182107672956637978506045729963950098188541532883385294088719904453122967202925
3600.04/3549.06	c number of deleted constraints	: 19128
3600.04/3549.06	c speed (assignments/second)	: 1082.6920985103513
3600.04/3549.06	c non guided choices	: 243
3600.04/3549.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 30
3600.04/3549.08	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 15439
3600.04/3549.08	s UNKNOWN
3600.04/3549.08	c Total wall clock time (in seconds): 3548.917

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
Current StackSize limit: 8192 KiB

solver pid=34848, runsolver pid=34845

[startup+0.100016 s]*
/proc/loadavg: 4.25 4.17 4.12 6/339 34866
/proc/meminfo: memFree=119543560/131249996 swapFree=33010684/33010684
[pid=34848] ppid=34845 vsize=18930384 memory=57668 CPUtime=0.13 cores=1,3
/proc/34848/stat : 34848 (java) S 34845 34848 32508 0 -1 4194304 6556 0 0 0 11 2 0 0 20 0 18 0 37114302 19384713216 14417 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
/proc/34848/statm: 4732596 14417 5339 1 0 547612 0
[pid=34848/tid=34850] ppid=34845 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=1,3
/proc/34848/task/34850/stat : 34850 (java) R 34845 34848 32508 0 -1 4194368 5055 0 0 0 7 1 0 0 20 0 18 0 37114304 19384713216 14417 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
[pid=34848/tid=34859] ppid=34845 vsize=18930384 memory=237112656212 CPUtime=0 cores=1,3
/proc/34848/task/34859/stat : 34859 (Finalizer) S 34845 34848 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 37114306 19384713216 14417 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
[pid=34848/tid=34866] ppid=34845 vsize=18930384 memory=58485492706614 CPUtime=0 cores=1,3
/proc/34848/task/34866/stat : 34866 (Common-Cleaner) S 34845 34848 32508 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 37114306 19384713216 14417 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57668 KiB

[startup+0.205814 s]*
/proc/loadavg: 4.25 4.17 4.12 7/339 34866
/proc/meminfo: memFree=119533604/131249996 swapFree=33010684/33010684
[pid=34848] ppid=34845 vsize=18930384 memory=72596 CPUtime=0.31 cores=1,3
/proc/34848/stat : 34848 (java) S 34845 34848 32508 0 -1 4194304 7112 0 0 0 29 2 0 0 20 0 18 0 37114302 19384713216 18149 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
/proc/34848/statm: 4732596 18149 5435 1 0 547979 0
[pid=34848/tid=34850] ppid=34845 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=1,3
/proc/34848/task/34850/stat : 34850 (java) R 34845 34848 32508 0 -1 4194368 5386 0 0 0 16 1 0 0 20 0 18 0 37114304 19384713216 18149 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
[pid=34848/tid=34859] ppid=34845 vsize=18930384 memory=18949 CPUtime=0 cores=1,3
/proc/34848/task/34859/stat : 34859 (Finalizer) S 34845 34848 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 37114306 19384713216 18149 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
[pid=34848/tid=34866] ppid=34845 vsize=18930384 memory=57385981051877 CPUtime=0 cores=1,3
/proc/34848/task/34866/stat : 34866 (Common-Cleaner) S 34845 34848 32508 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 37114306 19384713216 18149 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 72596 KiB

[startup+0.30659 s]*
/proc/loadavg: 4.25 4.17 4.12 7/340 34867
/proc/meminfo: memFree=119447904/131249996 swapFree=33010684/33010684
[pid=34848] ppid=34845 vsize=18996948 memory=154292 CPUtime=0.51 cores=1,3
/proc/34848/stat : 34848 (java) S 34845 34848 32508 0 -1 4194304 8491 0 0 0 46 5 0 0 20 0 19 0 37114302 19452874752 38573 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
/proc/34848/statm: 4749237 38573 5499 1 0 549005 0
[pid=34848/tid=34850] ppid=34845 vsize=18996948 memory=-6000919485607995500 CPUtime=0.27 cores=1,3
/proc/34848/task/34850/stat : 34850 (java) R 34845 34848 32508 0 -1 4194368 5461 0 0 0 24 3 0 0 20 0 19 0 37114304 19452874752 38573 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
[pid=34848/tid=34859] ppid=34845 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/34848/task/34859/stat : 34859 (Finalizer) S 34845 34848 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37114306 19452874752 38573 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
[pid=34848/tid=34866] ppid=34845 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/34848/task/34866/stat : 34866 (Common-Cleaner) S 34845 34848 32508 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 37114306 19452874752 38573 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 154292 KiB

[startup+0.700234 s]
/proc/loadavg: 4.25 4.17 4.12 7/341 34868
/proc/meminfo: memFree=119396988/131249996 swapFree=33010684/33010684
[pid=34848] ppid=34845 vsize=19063512 memory=217944 CPUtime=1.26 cores=1,3
/proc/34848/stat : 34848 (java) S 34845 34848 32508 0 -1 4194304 11574 0 0 0 118 8 0 0 20 0 20 0 37114302 19521036288 54486 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
/proc/34848/statm: 4765878 54486 5499 1 0 551038 0
[pid=34848/tid=34850] ppid=34845 vsize=19063512 memory=17536 CPUtime=0.59 cores=1,3
/proc/34848/task/34850/stat : 34850 (java) R 34845 34848 32508 0 -1 4194368 5560 0 0 0 54 5 0 0 20 0 20 0 37114304 19521036288 54486 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
[pid=34848/tid=34859] ppid=34845 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/34848/task/34859/stat : 34859 (Finalizer) S 34845 34848 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37114306 19521036288 54486 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
[pid=34848/tid=34866] ppid=34845 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/34848/task/34866/stat : 34866 (Common-Cleaner) S 34845 34848 32508 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37114306 19521036288 54486 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
[pid=34848/tid=34868] ppid=34845 vsize=19063512 memory=4756 CPUtime=0 cores=1,3
/proc/34848/task/34868/stat : 34868 (Timer-0) S 34845 34848 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37114347 19521036288 54486 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 217944 KiB

[startup+1.50026 s]
/proc/loadavg: 4.25 4.17 4.12 6/341 34868
/proc/meminfo: memFree=119308020/131249996 swapFree=33010684/33010684
[pid=34848] ppid=34845 vsize=19063512 memory=438960 CPUtime=2.85 cores=1,3
/proc/34848/stat : 34848 (java) S 34845 34848 32508 0 -1 4194304 19024 0 0 0 271 14 0 0 20 0 20 0 37114302 19521036288 109740 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
/proc/34848/statm: 4765878 109740 5499 1 0 555534 0
[pid=34848/tid=34850] ppid=34845 vsize=19063512 memory=0 CPUtime=1.36 cores=1,3
/proc/34848/task/34850/stat : 34850 (java) R 34845 34848 32508 0 -1 4194368 5676 0 0 0 126 10 0 0 20 0 20 0 37114304 19521036288 109740 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
[pid=34848/tid=34859] ppid=34845 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/34848/task/34859/stat : 34859 (Finalizer) S 34845 34848 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37114306 19521036288 109740 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
[pid=34848/tid=34866] ppid=34845 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/34848/task/34866/stat : 34866 (Common-Cleaner) S 34845 34848 32508 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37114306 19521036288 109740 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
[pid=34848/tid=34868] ppid=34845 vsize=19063512 memory=4756 CPUtime=0 cores=1,3
/proc/34848/task/34868/stat : 34868 (Timer-0) S 34845 34848 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37114347 19521036288 109740 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 438960 KiB

[startup+3.10569 s]
/proc/loadavg: 4.39 4.20 4.13 6/341 34868
/proc/meminfo: memFree=119065736/131249996 swapFree=33010684/33010684
[pid=34848] ppid=34845 vsize=19063512 memory=543500 CPUtime=6.02 cores=1,3
/proc/34848/stat : 34848 (java) S 34845 34848 32508 0 -1 4194304 34370 0 0 0 585 17 0 0 20 0 20 0 37114302 19521036288 135875 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
/proc/34848/statm: 4765878 135875 5499 1 0 559975 0
[pid=34848/tid=34850] ppid=34845 vsize=19063512 memory=10752 CPUtime=2.92 cores=1,3
/proc/34848/task/34850/stat : 34850 (java) R 34845 34848 32508 0 -1 4194368 5831 0 0 0 280 12 0 0 20 0 20 0 37114304 19521036288 135875 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
[pid=34848/tid=34859] ppid=34845 vsize=19063512 memory=-6000919485607995500 CPUtime=0 cores=1,3
/proc/34848/task/34859/stat : 34859 (Finalizer) S 34845 34848 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37114306 19521036288 135875 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
[pid=34848/tid=34866] ppid=34845 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/34848/task/34866/stat : 34866 (Common-Cleaner) S 34845 34848 32508 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37114306 19521036288 135875 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
[pid=34848/tid=34868] ppid=34845 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/34848/task/34868/stat : 34868 (Timer-0) S 34845 34848 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37114347 19521036288 135875 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
Current children cumulated CPU time: 6.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 543500 KiB

[startup+6.30024 s]
/proc/loadavg: 4.39 4.20 4.13 5/341 34868
/proc/meminfo: memFree=118953256/131249996 swapFree=33010684/33010684
[pid=34848] ppid=34845 vsize=19063512 memory=647096 CPUtime=10.59 cores=1,3
/proc/34848/stat : 34848 (java) S 34845 34848 32508 0 -1 4194304 37985 0 0 0 1038 21 0 0 20 0 20 0 37114302 19521036288 161774 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
/proc/34848/statm: 4765878 161774 5499 1 0 559998 0
[pid=34848/tid=34850] ppid=34845 vsize=19063512 memory=0 CPUtime=6.01 cores=1,3
/proc/34848/task/34850/stat : 34850 (java) R 34845 34848 32508 0 -1 4194368 6957 0 0 0 587 14 0 0 20 0 20 0 37114304 19521036288 161774 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
[pid=34848/tid=34859] ppid=34845 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/34848/task/34859/stat : 34859 (Finalizer) S 34845 34848 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37114306 19521036288 161774 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
[pid=34848/tid=34866] ppid=34845 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/34848/task/34866/stat : 34866 (Common-Cleaner) S 34845 34848 32508 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37114306 19521036288 161774 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
[pid=34848/tid=34868] ppid=34845 vsize=19063512 memory=480352 CPUtime=0 cores=1,3
/proc/34848/task/34868/stat : 34868 (Timer-0) S 34845 34848 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37114347 19521036288 161774 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
Current children cumulated CPU time: 10.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 647096 KiB

[startup+12.7002 s]
/proc/loadavg: 4.33 4.20 4.12 5/342 34869
/proc/meminfo: memFree=118239696/131249996 swapFree=33010684/33010684
[pid=34848] ppid=34845 vsize=19063512 memory=1470608 CPUtime=17.31 cores=1,3
/proc/34848/stat : 34848 (java) S 34845 34848 32508 0 -1 4194304 39064 0 0 0 1695 36 0 0 20 0 20 0 37114302 19521036288 367652 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
/proc/34848/statm: 4765878 367652 5499 1 0 777247 0
[pid=34848/tid=34850] ppid=34845 vsize=19063512 memory=480352 CPUtime=12.32 cores=1,3
/proc/34848/task/34850/stat : 34850 (java) R 34845 34848 32508 0 -1 4194368 7392 0 0 0 1205 27 0 0 20 0 20 0 37114304 19521036288 367652 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
[pid=34848/tid=34859] ppid=34845 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/34848/task/34859/stat : 34859 (Finalizer) S 34845 34848 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37114306 19521036288 367652 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
[pid=34848/tid=34866] ppid=34845 vsize=19063512 memory=1296528 CPUtime=0 cores=1,3
/proc/34848/task/34866/stat : 34866 (Common-Cleaner) S 34845 34848 32508 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 37114306 19521036288 367652 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
[pid=34848/tid=34868] ppid=34845 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/34848/task/34868/stat : 34868 (Timer-0) S 34845 34848 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37114347 19521036288 367652 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
Current children cumulated CPU time: 17.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1470608 KiB

[startup+25.5003 s]
/proc/loadavg: 4.28 4.19 4.12 5/342 34869
/proc/meminfo: memFree=118022596/131249996 swapFree=33010684/33010684
[pid=34848] ppid=34845 vsize=19063512 memory=1581580 CPUtime=30.59 cores=1,3
/proc/34848/stat : 34848 (java) S 34845 34848 32508 0 -1 4194304 51459 0 0 0 3017 42 0 0 20 0 20 0 37114302 19521036288 395395 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
/proc/34848/statm: 4765878 395395 5499 1 0 777316 0
[pid=34848/tid=34850] ppid=34845 vsize=19063512 memory=-6000919485607995500 CPUtime=25.01 cores=1,3
/proc/34848/task/34850/stat : 34850 (java) R 34845 34848 32508 0 -1 4194368 10785 0 0 0 2470 31 0 0 20 0 20 0 37114304 19521036288 395395 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
[pid=34848/tid=34859] ppid=34845 vsize=19063512 memory=17536 CPUtime=0 cores=1,3
/proc/34848/task/34859/stat : 34859 (Finalizer) S 34845 34848 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37114306 19521036288 395395 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
[pid=34848/tid=34866] ppid=34845 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/34848/task/34866/stat : 34866 (Common-Cleaner) S 34845 34848 32508 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 37114306 19521036288 395395 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
[pid=34848/tid=34868] ppid=34845 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/34848/task/34868/stat : 34868 (Timer-0) S 34845 34848 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37114347 19521036288 395395 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
Current children cumulated CPU time: 30.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1581580 KiB

[startup+51.1058 s]
/proc/loadavg: 4.32 4.21 4.13 5/342 34870
/proc/meminfo: memFree=116979816/131249996 swapFree=33010684/33010684
[pid=34848] ppid=34845 vsize=19063512 memory=1970892 CPUtime=56.46 cores=1,3
/proc/34848/stat : 34848 (java) S 34845 34848 32508 0 -1 4194304 58290 0 0 0 5593 53 0 0 20 0 20 0 37114302 19521036288 492723 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
/proc/34848/statm: 4765878 492723 5499 1 0 777318 0
[pid=34848/tid=34850] ppid=34845 vsize=19063512 memory=1970892 CPUtime=50.3 cores=1,3
/proc/34848/task/34850/stat : 34850 (java) R 34845 34848 32508 0 -1 4194368 13542 0 0 0 4994 36 0 0 20 0 20 0 37114304 19521036288 492723 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
[pid=34848/tid=34859] ppid=34845 vsize=19063512 memory=1866364 CPUtime=0 cores=1,3
/proc/34848/task/34859/stat : 34859 (Finalizer) S 34845 34848 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37114306 19521036288 492723 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0

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

/proc/34848/task/34859/stat : 34859 (Finalizer) S 34845 34848 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37114306 19521036288 1702454 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
[pid=34848/tid=34866] ppid=34845 vsize=19063512 memory=3705768 CPUtime=0 cores=1,3
/proc/34848/task/34866/stat : 34866 (Common-Cleaner) S 34845 34848 32508 0 -1 4194368 1545 0 0 0 0 0 0 0 20 0 20 0 37114306 19521036288 1702454 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
[pid=34848/tid=34868] ppid=34845 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/34848/task/34868/stat : 34868 (Timer-0) S 34845 34848 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37114347 19521036288 1702454 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
Current children cumulated CPU time: 3213.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6809816 KiB

[startup+3222.3 s]
/proc/loadavg: 1.11 1.30 2.16 2/264 35152
/proc/meminfo: memFree=122503316/131249996 swapFree=33010684/33010684
[pid=34848] ppid=34845 vsize=19063512 memory=6809816 CPUtime=3273.39 cores=1,3
/proc/34848/stat : 34848 (java) S 34845 34848 32508 0 -1 4194304 210240 0 0 0 326985 354 0 0 20 0 20 0 37114302 19521036288 1702454 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
/proc/34848/statm: 4765878 1702454 5499 1 0 1727807 0
[pid=34848/tid=34850] ppid=34845 vsize=19063512 memory=3705768 CPUtime=3195.73 cores=1,3
/proc/34848/task/34850/stat : 34850 (java) R 34845 34848 32508 0 -1 4194368 82381 0 0 0 319391 182 0 0 20 0 20 0 37114304 19521036288 1702454 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
[pid=34848/tid=34859] ppid=34845 vsize=19063512 memory=3705768 CPUtime=0 cores=1,3
/proc/34848/task/34859/stat : 34859 (Finalizer) S 34845 34848 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37114306 19521036288 1702454 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
[pid=34848/tid=34866] ppid=34845 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/34848/task/34866/stat : 34866 (Common-Cleaner) S 34845 34848 32508 0 -1 4194368 1549 0 0 0 0 0 0 0 20 0 20 0 37114306 19521036288 1702454 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
[pid=34848/tid=34868] ppid=34845 vsize=19063512 memory=6809816 CPUtime=0 cores=1,3
/proc/34848/task/34868/stat : 34868 (Timer-0) S 34845 34848 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37114347 19521036288 1702454 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
Current children cumulated CPU time: 3273.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6809816 KiB

[startup+3282.3 s]
/proc/loadavg: 1.11 1.26 2.09 2/266 35156
/proc/meminfo: memFree=122494612/131249996 swapFree=33010684/33010684
[pid=34848] ppid=34845 vsize=19063512 memory=6809816 CPUtime=3333.27 cores=1,3
/proc/34848/stat : 34848 (java) S 34845 34848 32508 0 -1 4194304 211884 0 0 0 332972 355 0 0 20 0 20 0 37114302 19521036288 1702454 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
/proc/34848/statm: 4765878 1702454 5499 1 0 1727807 0
[pid=34848/tid=34850] ppid=34845 vsize=19063512 memory=6809816 CPUtime=3255.4 cores=1,3
/proc/34848/task/34850/stat : 34850 (java) R 34845 34848 32508 0 -1 4194368 83558 0 0 0 325358 182 0 0 20 0 20 0 37114304 19521036288 1702454 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
[pid=34848/tid=34859] ppid=34845 vsize=19063512 memory=6809816 CPUtime=0 cores=1,3
/proc/34848/task/34859/stat : 34859 (Finalizer) S 34845 34848 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37114306 19521036288 1702454 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
[pid=34848/tid=34866] ppid=34845 vsize=19063512 memory=4380 CPUtime=0 cores=1,3
/proc/34848/task/34866/stat : 34866 (Common-Cleaner) S 34845 34848 32508 0 -1 4194368 1551 0 0 0 0 0 0 0 20 0 20 0 37114306 19521036288 1702454 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
[pid=34848/tid=34868] ppid=34845 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/34848/task/34868/stat : 34868 (Timer-0) S 34845 34848 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37114347 19521036288 1702454 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
Current children cumulated CPU time: 3333.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6809816 KiB

[startup+3342.3 s]
/proc/loadavg: 1.09 1.22 2.03 2/267 35163
/proc/meminfo: memFree=122495200/131249996 swapFree=33010684/33010684
[pid=34848] ppid=34845 vsize=19063512 memory=6809816 CPUtime=3393.25 cores=1,3
/proc/34848/stat : 34848 (java) S 34845 34848 32508 0 -1 4194304 216354 0 0 0 338966 359 0 0 20 0 20 0 37114302 19521036288 1702454 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
/proc/34848/statm: 4765878 1702454 5499 1 0 1727807 0
[pid=34848/tid=34850] ppid=34845 vsize=19063512 memory=6809816 CPUtime=3315.17 cores=1,3
/proc/34848/task/34850/stat : 34850 (java) R 34845 34848 32508 0 -1 4194368 86953 0 0 0 331334 183 0 0 20 0 20 0 37114304 19521036288 1702454 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
[pid=34848/tid=34859] ppid=34845 vsize=19063512 memory=6809816 CPUtime=0 cores=1,3
/proc/34848/task/34859/stat : 34859 (Finalizer) S 34845 34848 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37114306 19521036288 1702454 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
[pid=34848/tid=34866] ppid=34845 vsize=19063512 memory=6809816 CPUtime=0 cores=1,3
/proc/34848/task/34866/stat : 34866 (Common-Cleaner) S 34845 34848 32508 0 -1 4194368 1625 0 0 0 0 0 0 0 20 0 20 0 37114306 19521036288 1702454 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
[pid=34848/tid=34868] ppid=34845 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/34848/task/34868/stat : 34868 (Timer-0) S 34845 34848 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37114347 19521036288 1702454 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
Current children cumulated CPU time: 3393.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6809816 KiB

[startup+3402.3 s]
/proc/loadavg: 1.07 1.19 1.96 2/267 35166
/proc/meminfo: memFree=122487156/131249996 swapFree=33010684/33010684
[pid=34848] ppid=34845 vsize=19063512 memory=6809816 CPUtime=3453.26 cores=1,3
/proc/34848/stat : 34848 (java) S 34845 34848 32508 0 -1 4194304 220127 0 0 0 344964 362 0 0 20 0 20 0 37114302 19521036288 1702454 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
/proc/34848/statm: 4765878 1702454 5499 1 0 1727807 0
[pid=34848/tid=34850] ppid=34845 vsize=19063512 memory=6809816 CPUtime=3374.93 cores=1,3
/proc/34848/task/34850/stat : 34850 (java) R 34845 34848 32508 0 -1 4194368 89700 0 0 0 337309 184 0 0 20 0 20 0 37114304 19521036288 1702454 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
[pid=34848/tid=34859] ppid=34845 vsize=19063512 memory=6809816 CPUtime=0 cores=1,3
/proc/34848/task/34859/stat : 34859 (Finalizer) S 34845 34848 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37114306 19521036288 1702454 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
[pid=34848/tid=34866] ppid=34845 vsize=19063512 memory=6809816 CPUtime=0 cores=1,3
/proc/34848/task/34866/stat : 34866 (Common-Cleaner) S 34845 34848 32508 0 -1 4194368 1699 0 0 0 0 0 0 0 20 0 20 0 37114306 19521036288 1702454 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
[pid=34848/tid=34868] ppid=34845 vsize=19063512 memory=6809816 CPUtime=0 cores=1,3
/proc/34848/task/34868/stat : 34868 (Timer-0) S 34845 34848 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37114347 19521036288 1702454 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
Current children cumulated CPU time: 3453.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6809816 KiB

[startup+3462.3 s]
/proc/loadavg: 1.06 1.17 1.91 2/267 35168
/proc/meminfo: memFree=122512472/131249996 swapFree=33010684/33010684
[pid=34848] ppid=34845 vsize=19063512 memory=6809816 CPUtime=3513.28 cores=1,3
/proc/34848/stat : 34848 (java) S 34845 34848 32508 0 -1 4194304 223172 0 0 0 350963 365 0 0 20 0 20 0 37114302 19521036288 1702454 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
/proc/34848/statm: 4765878 1702454 5499 1 0 1727807 0
[pid=34848/tid=34850] ppid=34845 vsize=19063512 memory=6809816 CPUtime=3434.68 cores=1,3
/proc/34848/task/34850/stat : 34850 (java) R 34845 34848 32508 0 -1 4194368 92371 0 0 0 343283 185 0 0 20 0 20 0 37114304 19521036288 1702454 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
[pid=34848/tid=34859] ppid=34845 vsize=19063512 memory=17536 CPUtime=0 cores=1,3
/proc/34848/task/34859/stat : 34859 (Finalizer) S 34845 34848 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37114306 19521036288 1702454 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
[pid=34848/tid=34866] ppid=34845 vsize=19063512 memory=6809816 CPUtime=0 cores=1,3
/proc/34848/task/34866/stat : 34866 (Common-Cleaner) S 34845 34848 32508 0 -1 4194368 1822 0 0 0 0 0 0 0 20 0 20 0 37114306 19521036288 1702454 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
[pid=34848/tid=34868] ppid=34845 vsize=19063512 memory=6809816 CPUtime=0 cores=1,3
/proc/34848/task/34868/stat : 34868 (Timer-0) S 34845 34848 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37114347 19521036288 1702454 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
Current children cumulated CPU time: 3513.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6809816 KiB

[startup+3522.3 s]
/proc/loadavg: 1.06 1.15 1.85 2/267 35170
/proc/meminfo: memFree=122512688/131249996 swapFree=33010684/33010684
[pid=34848] ppid=34845 vsize=19063512 memory=6809816 CPUtime=3573.31 cores=1,3
/proc/34848/stat : 34848 (java) S 34845 34848 32508 0 -1 4194304 228090 0 0 0 356964 367 0 0 20 0 20 0 37114302 19521036288 1702454 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
/proc/34848/statm: 4765878 1702454 5499 1 0 1727807 0
[pid=34848/tid=34850] ppid=34845 vsize=19063512 memory=6809816 CPUtime=3494.41 cores=1,3
/proc/34848/task/34850/stat : 34850 (java) R 34845 34848 32508 0 -1 4194368 95500 0 0 0 349255 186 0 0 20 0 20 0 37114304 19521036288 1702454 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
[pid=34848/tid=34859] ppid=34845 vsize=19063512 memory=6809816 CPUtime=0 cores=1,3
/proc/34848/task/34859/stat : 34859 (Finalizer) S 34845 34848 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37114306 19521036288 1702454 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
[pid=34848/tid=34866] ppid=34845 vsize=19063512 memory=6809816 CPUtime=0 cores=1,3
/proc/34848/task/34866/stat : 34866 (Common-Cleaner) S 34845 34848 32508 0 -1 4194368 1869 0 0 0 0 0 0 0 20 0 20 0 37114306 19521036288 1702454 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
[pid=34848/tid=34868] ppid=34845 vsize=19063512 memory=6809816 CPUtime=0 cores=1,3
/proc/34848/task/34868/stat : 34868 (Timer-0) S 34845 34848 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37114347 19521036288 1702454 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
Current children cumulated CPU time: 3573.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6809816 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3549 s]*
/proc/loadavg: 1.10 1.15 1.83 2/267 35174
/proc/meminfo: memFree=122511968/131249996 swapFree=33010684/33010684
[pid=34848] ppid=34845 vsize=19063512 memory=6809816 CPUtime=3600.04 cores=1,3
/proc/34848/stat : 34848 (java) S 34845 34848 32508 0 -1 4194304 228506 0 0 0 359636 368 0 0 20 0 20 0 37114302 19521036288 1702454 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
/proc/34848/statm: 4765878 1702454 5499 1 0 1727807 0
[pid=34848/tid=34850] ppid=34845 vsize=19063512 memory=-6000919485607995500 CPUtime=3520.99 cores=1,3
/proc/34848/task/34850/stat : 34850 (java) R 34845 34848 32508 0 -1 4194368 95804 0 0 0 351913 186 0 0 20 0 20 0 37114304 19521036288 1702454 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
[pid=34848/tid=34859] ppid=34845 vsize=19063512 memory=7294779845770255892 CPUtime=0 cores=1,3
/proc/34848/task/34859/stat : 34859 (Finalizer) S 34845 34848 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37114306 19521036288 1702454 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
[pid=34848/tid=34866] ppid=34845 vsize=19063512 memory=2744 CPUtime=0 cores=1,3
/proc/34848/task/34866/stat : 34866 (Common-Cleaner) S 34845 34848 32508 0 -1 4194368 1869 0 0 0 0 0 0 0 20 0 20 0 37114306 19521036288 1702454 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
[pid=34848/tid=34868] ppid=34845 vsize=19063512 memory=17316 CPUtime=0 cores=1,3
/proc/34848/task/34868/stat : 34868 (Timer-0) S 34845 34848 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37114347 19521036288 1702454 18446744073709551615 94436107554816 94436107558512 140731331991712 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94436107566328 94436107567120 94436136955904 140731332000045 140731332000230 140731332000230 140731332005832 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6809816 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.51 s, system=3.71161 s

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

[startup+3549.11 s]*
/proc/loadavg: 1.10 1.15 1.83 2/249 35177
/proc/meminfo: memFree=129296712/131249996 swapFree=33010684/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): 3549.12
CPU time (s): 3600.22
CPU user time (s): 3596.51
CPU system time (s): 3.71161
CPU usage (%): 101.44
Max. virtual memory (cumulated for all children) (KiB): 19069384
Max. memory (cumulated for all children) (KiB): 6809816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.51
system time used= 3.71161
maximum resident set size= 6810840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 230675
page faults= 0
swaps= 0
block input operations= 0
block output operations= 754592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 127942
involuntary context switches= 14492


# summary of solver processes directly reported to runsolver:
#   pid: 34848
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3596.51
#   total CPU system time (s): 3.71161

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.33407 second user time and 16.842 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-06-29 18:26:04
IDJOB=4513157
IDBENCH=162283
IDSOLVER=3362
FILE ID=nodeC024/4513157-1751214364
RUNJOBID= nodeC024-1751204986-32520
SLURM_JOB_ID= 9587622
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size128-round23-3.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513157-1751214364/watcher-4513157-1751214364 -o /tmp/evaluation-result-4513157-1751214364/solver-4513157-1751214364 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751204986-32520 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4513157-1751214364 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4513157-1751214364.opb

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

MD5SUM BENCH= 9ddf61ddf9175117d21c5f59d371263b
RANDOM SEED=490327801

nodeC024 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.649
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.36
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.676
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.36
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		: 3621.541
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.36
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		: 3600.868
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.36
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.679
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.36
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.677
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.36
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		: 3601.459
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.36
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		: 3597.743
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        119567452 kB
MemAvailable:   120171788 kB
Buffers:            3280 kB
Cached:          1411808 kB
SwapCached:            0 kB
Active:          9944904 kB
Inactive:        1157032 kB
Active(anon):    9705000 kB
Inactive(anon):        0 kB
Active(file):     239904 kB
Inactive(file):  1157032 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              9344 kB
Writeback:             8 kB
AnonPages:       9689320 kB
Mapped:           122496 kB
Shmem:             18064 kB
KReclaimable:      92876 kB
Slab:             179828 kB
SReclaimable:      92876 kB
SUnreclaim:        86952 kB
KernelStack:        5184 kB
PageTables:        22584 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   10293312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151528 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9349120 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:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC024 at 2025-06-29 19:25:13