Trace number 4521637

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j CP VeriPB 2025-06-06SAT (TO)264 3600.28 3393.01

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/vertex_cover/
vertexcover_opt_grid_oddrowevencolsquare/normalized-vertexcover_opt_grid_oddrowevencolsquare_dim_022.opb
MD5SUM8e50416028301376aa06deda864f0965
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark264
Best CPU time to get the best result obtained on this benchmark0.021602
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables506
Total number of constraints1012
Number of constraints which are clauses1012
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 506
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 506
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 506
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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.12/0.15	c Pseudo Boolean Optimization by upper bound
0.12/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.15	c  - never skip resolution steps
0.12/0.15	c  - Auto-division on coefficients is disabled
0.12/0.15	c  - No postprocessing
0.12/0.15	c  - Conflict is considered as is when resolving
0.12/0.15	c  - Use constraints as they come during conflict analysis
0.12/0.15	c  - Weaken first using unassigned literals
0.12/0.15	c  - Bump strategy: ALWAYS_ONE
0.12/0.15	c  - Bumper: EFFECTIVE
0.12/0.15	c --- Begin Solver configuration ---
0.12/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.12/0.15	c Learn all clauses as in MiniSAT
0.12/0.15	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.15	c No reason simplification
0.12/0.15	c Dynamic restart strategy considering the size of the coefficients
0.12/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.12/0.15	c timeout=2147483s
0.12/0.15	c DB Simplification allowed=false
0.12/0.15	c Listener: none
0.12/0.15	c --- End Solver configuration ---
0.12/0.15	c solving HOME/instance-4521637-1751589803.opb
0.12/0.15	c reading problem ... 
0.12/0.16	c using VERIPB proof format
0.12/0.17	c  objective function found
0.31/0.22	c ... done. Wall clock time 0.069s.
0.31/0.22	c declared #vars     506
0.31/0.22	c #constraints  1012
0.31/0.22	c constraints type 
0.31/0.23	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1012
0.31/0.23	c 1012 constraints processed.
0.31/0.23	c objective function length is 506 literals
0.31/0.25	c SATISFIABLE
0.31/0.25	c OPTIMIZING...
0.31/0.25	c Got one! Elapsed wall clock time (in seconds):0.093
0.31/0.25	o 264
29.37/23.46	c cleaning 2497 clauses out of 5001 with flag 0/5001
150.76/142.76	c cleaning 4254 clauses out of 8508 with flag 0/11005
3600.09/3392.91	c starts		: 33
3600.09/3392.94	c conflicts		: 17266
3600.09/3392.94	c decisions		: 26023
3600.09/3392.94	c propagations		: 591607
3600.09/3392.94	c inspects		: 68795731
3600.09/3392.94	c shortcuts		: 0
3600.09/3392.94	c learnt literals	: 0
3600.09/3392.94	c learnt binary clauses	: 0
3600.09/3392.95	c learnt ternary clauses	: 0
3600.09/3392.95	c learnt constraints	: 17265
3600.09/3392.95	c ignored constraints	: 0
3600.09/3392.95	c root simplifications	: 0
3600.09/3392.95	c removed literals (reason simplification)	: 0
3600.09/3392.95	c reason swapping (by a shorter reason)	: 0
3600.09/3392.95	c Calls to reduceDB	: 2
3600.09/3392.95	c Number of update (reduction) of LBD	: 28140
3600.09/3392.95	c Imported unit clauses	: 0
3600.09/3392.95	c No decision after first conflict	: false
3600.09/3392.95	c number of reductions to clauses (during analyze)	: 0
3600.09/3392.95	c number of learned constraints concerned by reduction	: 0
3600.09/3392.95	c number of learning phase by resolution	: 0
3600.09/3392.95	c number of learning phase by cutting planes	: 0
3600.09/3392.95	c number of rounding to 1 operations	: 0
3600.09/3392.95	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3392.95	c number of reductions of the coefficients by power 2 	: 0
3600.09/3392.95	c number of right shift for reduction by power 2 	: 0
3600.09/3392.95	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3392.95	c number of ending skipping 	: 0
3600.09/3392.95	c number of internal skipping 	: 0
3600.09/3392.95	c number of derivation steps 	: 151096
3600.09/3392.95	c number of skipped derivation steps 	: 0
3600.09/3392.95	c number of remaining unassigned 	: 477766
3600.09/3392.95	c number of remaining assigned 	: 7985688
3600.09/3392.95	c number of falsified literals weakened from reason	: 0
3600.09/3392.95	c number of falsified literals weakened from conflict	: 0
3600.09/3392.95	c time for arithmetic operations	: 2208283952383
3600.09/3392.95	c minimum degree of deleted constraints	: 153
3600.09/3392.95	c maximum degree of deleted constraints	: 5931437078592096555608026503986794996896768170277008616936440249196733559522338011698438086145202736151822868010552098925689134456127696880462654999102785328871890363760794075444096580923187392823891864972917681011825644166948410139124466217412542437473743719991853353267843801612575869021981472570760742194609105793514921298828316064936529521980754888053919835619521672819552123724640385557760675634940894749871047186059503330374700065450926749579222706298425650282133393174225918378573194741820605579897313991280010541463036933632663460976566349636986623491740180143021781676377808067292869960656898644736688281703312250171732943056648255896845612968810144625189193591007466159749305750567602445680071665603331577127895730823640730337149024112901098732211839002513050179169512369669753408917769516502497328301146559210875031363718672519508324285059381666536542820289061859766964466776919952995624321102100687786073794098448518669733973395290071058560661215547328014007807336520773060166005106382551959573773729272519583376531124500373760113546657908303949543960672984980496297784240285877866375726060966911921253123866212177870253743619880698547727576824181717615285483560918021665144905094060449432751118106502750861746176307455952879459648909378626074760305780704277816947633135417784640505902852632306535897238373169301669674407046202940701093382298411409925459900278853447740468197816737994049686535609784246170711578436591168902881959298535130676346018862383610465939822986373894041078714441017754021713438832966194749538964804876630232137094253242542633554141547120881806467478656903257097929959679958533749749258404725935522581586480957823427020885499173618023322675273033063006721278525207640406616407884066851418932684579939156227075953239269005615582900037125838067175250624233496331648035218637111918594159824268479657636952716348957224921547548809989002535508043064787611937380587765212094403770878614448760111768794330273793933960561394156050134435113448639145914318484263916571813615607332710031143072169011153665139038167144847953776745191572076909398279112642919931671574632931403856407199557176954724142325378890435121143264132272678277483463160394610784187636586768362963887132516177136191111121027808870808219160744759928801386031149527017927732090163566987698791568896856786139703800651359222960507267689123781520944825245414574606865197980310479948966874805125381528140108505895666572756446499420998605587797986199854958847290522173813705319833141246791213850779189198165465049529641913785552481527691710268501820331744577766041440382038628679611839746436301653689285281861656923763835272546736922803529889678728119631468196851033648356341694303306029759478206873493180839011534066999468964721937635259113848284225697919316824608307124870860543006655112950867971666749045518057070445548782666285320244726752208061525729757250011661300446962884165607256278131170190945817963505670784729876337872756037904905763665137393441709104827696276280119134820131021777866626902110347777694734508194005320713183825603432315971282680434015757052812314018321857359549948034677283192296206682533819863618158462048740485105793964718251379870381752163851891566897058914230475178987409337294003207643639664981580409178363014579314488759624569872385667852920823910394805888585587090603841030355660382238112733537024412538810530292195461083805786428773322847999852600446948548193203581662563624929624733462141447982568376344762053122192911022475427377790120837294066594790034615224431917453080990970974834064476045405425411590415871122600269278669078320144850306038440875346253813038808469986980641526737809704716722180213237220390811516376749438810869152955443144990350153342985261153139173665074239998203417186734469358614399909064197174971618724938787636228373567921289716382253200649288531687283157082468795430096756159266709284760196745662631323338782082436283596227483300220509192706264632031837892956193897812235703325381264686976803954229928849711627609678844528241329772057130693273695047563035063437352329609444287858385299558983133703874582176634598016103534891006893630800934743697632963110195020158426850656146341074535999247555936550196904983531658906481575323277098281131496284245090403006156700581268375472396423914556075831942892178178856142307421920328485093161512721818732042553026994804665084914011004464600908115293826566514956251410332106684680858825575267036007110057846162740392109803295666795806040290395854373266119097239831928187134652400193253455040742874492480737556849055885401414837411652429991102723483690162103179745030675581367688702459637811340735475827528233776070543911180806353839805957055019622888150874590868847091717484999175496015540637142782690718525181079213892866175098645130873695822786544720067446661461655472585051410236380021791553014031546480224022224881897418313372740045834107066876721831446429728353487720176333481741693428673581738286321216187405354237528905831690283417512589979397257238944122975659555131112284497439589000971206183447519478469098086875981835352081902719767503856820667141350055822161492794247235183267833506466348673637617658650248969267227095530030306295147589569875107407538106150716436214124910802340906248765073929905602725790736293645908852646631576377168800613917131608731219756181849285842985348619987516213244310938679495212747643458355731430823860330508545538682889706572055200423281530182985626736923186433915981159343559841138246357847625534568297069582899808303468901433252918775498571048760939414437303655233071734792899541852859001061412662645057966508586838346653294929530376888559368692603105816100145155836922198141475562184539427660785633856669731182710267583681170369172590503652367447222219955324125939651859951788283858941519194274701224803665811403134224545714451504344008828283475327526328562735607066467173769864202621724036527094371531740633097678325286164603653695145563199513388433725028075677981447706085148374463938006211896965743427154234697831816140966770878640383590601868822583310523380660110056899065701895589074477966344542110093734003279025096969259721280651928882193020412645822138865760267911175528294194940103312354842118824071874954852073124007929437410288395712657876912310895844862802886977280198794049841293259578562810054231351133591808877921795069340634464745016980930494268661794038648713526413326941268963464797144276713109374038665550266333625747816497741451936101519918637461504712438797761800227943107142668100312461844278037739528952624386018791692578552623909566561501816072216569325647259903367080985176075555352103822217630359790653598929218387720376105072655307877259401814570148724167997217912147865015313191690729156595301623932907881503584385966116419383485344300947004018577886927408333495538496655167442697561967884225462860355382646342307571547417737631058498692224695483348693335574588933227506054298829195468348609675103189849072420796213204327864794423113473705109045761239352104478041106557701005310521554249203989287084239068156229961976039176177387804650128248409137914873673678695987545872320909840367059679480504975538134464023903321627050218182126664928850410488692296146428504801897888098192115935926920640125771687801887326248969628725966125137881279840950782368281695792888895941651128172823874865152566932730159134012863544985478944839420443838757942597050248418277513114344278545836803153587541994731698917779990325893276095957745611662543127842573526380507298518374624492645040570852980241839535775562065518918655600069161099926327496448535773411027566426651961202571450139997857105741595683794033143186588557090991803202029660388064659502659499844250657005230970075944878996704437678832814279789540380129772223193214296463894267668301878199737582324576966635790419301279306793648279028118340231625404844391014328495256783881530032351161070084797180889814819465164921331543740305356653138657455915800765399880232457832806789589150355165025960317189279547970013563669914897581740818790504540292013777501589006875915714203291795650739716929528029673355638516595406392911254448223763281950526810813451540471332210094122107499820862465099481060188753654941212048889209681559923285149001682725866838373380199835848643301589425847667941933751896684021637928264343385263620806151576916008913882809734589008447837119744344996587118006975734158753529135287661430769234223620948498323102373659188804223414670471803154701081929626555085502800449341195497192660126894923990085723364660978047226347453011526461977901308963144928982130752199068945990290951214086848761028939641992736479019809495771012479375510821151374954980038088300880044063019332071894476874130732672946631591327454977143837220297204345367532738842841816640197371288478987580998671674173452847752560287040871142339649489487974757623286789461365773917531354424109581105420888306384328595564030042860858927023736995049812024821324347237912132721101180298884638388957134609954630084045684015722648865359927916260102090057362358492761371896195948608731385473749056373283834451384876095755034351850967254786667712531858595535213992811934453094473675067682427188205035675510103587576463537134710671621153681072611057788029422979326587241642098362904082270829229243675121233572734044301980135776868953384086091411075183620919995922843424241389714634100484620827481013184693649611065922186736923807169006253011836092649477898864216338591855794092737913943528999223977330638843418121583194940843462692926894077239817308631279796782283330844203298287395437089420862920802365740988724281641144627067771518484288532305412798347899712694721716592428184443440314249297017920262123039783485499239201803554091165094530697278652800817668561305329598367663129335545267943933007328742944885189888630030277646184113654455138925100796404271479577484826897907587248777407472568863997243854518812867908722697553804405257753305213290923866825197185491137938701777715073292156419570729816682554987983920114292188753344848442058081691484893619874985596195053587003332765671945330148888152387080802068861713265980129638294478589501229552880439037748812421111234465610207779297064335331325813790376494795001678051620830027443630337150599489144978465311604157174644793266142322289396646451931546338589302023090251042493730038990096469979756889483928833019405228324100985395030072061583616366742202157672271549584925908974321962886409422233933051060018401721039319475394409636026958647945101018163307516362333141481114666154288090216193617303520236207399351969348966293745086251378462912124210900857274182525835409821838062582943503219491477954692071858656967286447211168126094392184222506969630275069334844976545225384021877083040048978695764091533600027302293828715219922276282058826069332440408564783530309390877157884185175268447504116683052494625655661110653103769666034307791750167402987882597464485021703342912130595703695796998827546879516466889541938801246850840075889198967817197700486400816563026502011571521424766645362424403010251456600924897222330857247477211454843910396002982132023379907401735053804344438450508650795593159867976392134721940201491268657426490244700349848622781983388274236806883274670196192050975491463771613003771563732260228827060026894600809818881809911655357777309067724966009478453961848785031281196307675994436444753564541534417508710067168789511455896025686683495011616557266434050235702790593278223888949784716135444752027393538967645414947337932464887697913009651776295100460100443819942643675844922562456481701298883358498101597433863239481092560626051602625697577892245511212491438063258903273795134311402913087127713501920691768678210735408834030281381539232090160679498531136843620938114982202439026840199499530174271625864312524621852813314565909131760024552221240384245486907482923280986985662536533507403234111521048245182131989932572941176586023896200702945484822857371547025452004399260797883185014874877554544272337538013807405033356316037004375813033493497464166937834270177754755944752529982464496194967110514082788109099869947221537908224743726657444272929479222107599311798905099157824353483421302749968159364832015444716354523097373997706593582227113555004375707229798820950221839904454697627510257323739882864925033557226547766416305207253064399305015067194649906440700458440518280749635329776801756016276040662084809794566473304536332539033692249575633861462455171296301997427257766099099728004158020265880487507408142799822422933960332128426733658496606473772144754256497470900526293405399955365927532949014069980310305822413935782951480936932585737924831140197175186976064383646211438070254161314294680509306305072897897780725435372414343657824584336653074287567113341475905176103736439918279585589020510038961809572061543633077670451388828305464896240950335404220551893347669597812624154657981891448926121218891157558749888526222388306059511286094930908938601457995061242219849074328633194889930357713883042835689169434677971785771627187257392642309269505534948820742083226088045100652483934046408868716756568719015350839548937573793828831064278249724889316032394408788583925008313300844981465722346995564621118991060721517726197378748816905255671345119979726263786395778813557466186213316269794275561359155813627712707460927059186895506189655374498754162514736429847760103617329301898249245988123351576179945284230338598066157930349102259784723393765491180428605936213885086875722160216159612247158011742389132616497117791427735066343848710109759526388662358305612156681245481639581886561937514308870246415468422375535218862845922133332805622008815267844657975896310349961617296990411774817922160249928189151563443376666885968025510437222794118064140263734256667010832179848317578026991602821672578792409677944567488979089237205766425485613766467992435603835015680706076426697180059090755465779159297369639341389816095635326085597784795910366328841252169057923834144875924252220585445725662456324553125567446064793928771609521148131761280002181798491344543127244873729328197324612668062625461356129408172525764667693335336246845681179370070525212905545565761002888675011653774302590501226480964944259301218265641393724070205671268875470692109304654850683256179590022288216713563780098533839191426524828239249213836305636036361831894089531541340444800524384257693695784513612225778295735932392876765482895906959877727246277130798268561350923167485194589841060006085871145025054643476873245597541414158100155442132458881939231986502464937633042535086319389158769888108113709419439522322168250611918031109559475467009761815163070168672188357205234516895464866098482381283032057388804056755942746897407035345310844017083375962711601409011519314845234298374302477611960977497177342992676965553898251668482081816775650841043444229902226294287974332051549840920150749366418078040057376850046990063301527092587701950810247191031087892804584377118711960364970482961332757248717655352703411731469912100915023080127546803664170747115311904932785453733146787287887751605108959262397880278793927257265374032986746052321757782442188386026125702152456144936292257429339895851715277798195370632215479808040781713836689867202990486894397876373270451857177007141693952921325282191309325259093287227406458631796210569647065195259522947486798278433402518463888263841555901957373148468980359333779908266785994052414754694720552240594843361654250997666009233530766769229709495975676765615143013954051724280325508329505030931113350919400381230378077014985340638196227155646082902274409115053876640401868700244844149749436967779885909443322879254835706340238167060418345504900876883130974542512121490547230629207587533548757847065240960244979066341937118469085539801285883353249870575735568662555024691622097912254504345496746397842854155991058443587804897694902418290717896200348790560754896969353720458373713123447300380510337803857298198778737578611613740249456163193115364810077037659283212825749109592821389659195680854618348306582773849055219871656781398321079859524152001900467017282978897137522318771727798288411102747889217908020192229520262930110940939394169844373190312124616112581722397475128650648865853879418264296046157792103936000000
3600.09/3392.95	c number of deleted constraints	: 6751
3600.09/3392.96	c speed (assignments/second)	: 174.37588995938648
3600.09/3392.96	c non guided choices	: 0
3600.09/3392.98	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 149
3600.09/3392.98	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 10365
3600.09/3392.98	s SATISFIABLE
3600.09/3392.98	c Found 1 solution(s)
3600.09/3392.98	v -x1 x2 x3 -x4 x5 -x6 x7 -x8 x9 -x10 x11 -x12 x13 -x14 x15 -x16 x17 -x18 x19 -x20 x21 -x22 x23 x24 x25 -x26 x27 -x28 x29 -x30 x31 -x32 x33 -x34 x35 -x36 x37 -x38 x39 -x40 x41 -x42 x43 -x44 x45 -x46 x47 -x48 x49 -x50 x51 -x52 x53 -x54 x55 -x56 x57 -x58 x59 -x60 x61 -x62 x63 -x64 x65 -x66 x67 -x68 x69 x70 x71 -x72 x73 -x74 x75 -x76 x77 -x78 x79 -x80 x81 -x82 x83 -x84 x85 -x86 x87 -x88 x89 -x90 x91 -x92 x93 -x94 x95 -x96 x97 -x98 x99 -x100 x101 -x102 x103 -x104 x105 -x106 x107 -x108 x109 -x110 x111 -x112 x113 -x114 x115 x116 x117 -x118 x119 -x120 x121 -x122 x123 -x124 x125 -x126 x127 -x128 x129 -x130 x131 -x132 x133 -x134 x135 -x136 x137 -x138 x139 -x140 x141 -x142 x143 -x144 x145 -x146 x147 -x148 x149 -x150 x151 -x152 x153 -x154 x155 -x156 x157 -x158 x159 -x160 x161 x162 x163 -x164 x165 -x166 x167 -x168 x169 -x170 x171 -x172 x173 -x174 x175 -x176 x177 -x178 x179 -x180 x181 -x182 x183 -x184 x185 -x186 x187 -x188 x189 -x190 x191 -x192 x193 -x194 x195 -x196 x197 -x198 x199 -x200 x201 -x202 x203 -x204 x205 -x206 x207 x208 x209 -x210 x211 -x212 x213 -x214 x215 -x216 x217 -x218 x219 -x220 x221 -x222 x223 -x224 x225 -x226 x227 -x228 x229 -x230 x231 -x232 x233 -x234 x235 -x236 x237 -x238 x239 -x240 x241 -x242 x243 -x244 x245 -x246 x247 -x248 x249 -x250 x251 -x252 x253 x254 x255 -x256 x257 -x258 x259 -x260 x261 -x262 x263 -x264 x265 -x266 x267 -x268 x269 -x270 x271 -x272 x273 -x274 x275 -x276 x277 -x278 x279 -x280 x281 -x282 x283 -x284 x285 -x286 x287 -x288 x289 -x290 x291 -x292 x293 -x294 x295 -x296 x297 -x298 x299 x300 x301 -x302 x303 -x304 x305 -x306 x307 -x308 x309 -x310 x311 -x312 x313 -x314 x315 -x316 x317 -x318 x319 -x320 x321 -x322 x323 -x324 x325 -x326 x327 -x328 x329 -x330 x331 -x332 x333 -x334 x335 -x336 x337 -x338 x339 -x340 x341 -x342 x343 -x344 x345 x346 x347 -x348 x349 -x350 x351 -x352 x353 -x354 x355 -x356 x357 -x358 x359 -x360 x361 -x362 x363 -x364 x365 -x366 x367 -x368 x369 -x370 x371 -x372 x373 -x374 x375 -x376 x377 -x378 x379 -x380 x381 -x382 x383 -x384 x385 -x386 x387 -x388 x389 -x390 x391 x392 x393 -x394 x395 -x396 x397 -x398 x399 -x400 x401 -x402 x403 -x404 x405 -x406 x407 -x408 x409 -x410 x411 -x412 x413 -x414 x415 -x416 x417 -x418 x419 -x420 x421 -x422 x423 -x424 x425 -x426 x427 -x428 x429 -x430 x431 -x432 x433 -x434 x435 -x436 x437 x438 x439 -x440 x441 -x442 x443 -x444 x445 -x446 x447 -x448 x449 -x450 x451 -x452 x453 -x454 x455 -x456 x457 -x458 x459 -x460 x461 -x462 x463 -x464 x465 -x466 x467 -x468 x469 -x470 x471 -x472 x473 -x474 x475 -x476 x477 -x478 x479 -x480 x481 -x482 x483 x484 x485 -x486 x487 -x488 x489 -x490 x491 -x492 x493 -x494 x495 -x496 x497 -x498 x499 -x500 x501 -x502 x503 -x504 x505 -x506 
3600.09/3392.98	c objective function=264
3600.09/3392.98	c Total wall clock time (in seconds): 3392.824

Verifier Data

OK	264

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 (57601 MiB free)
  memory of node 1: 64507 MiB (62380 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=84729, runsolver pid=84726

[startup+0.100058 s]*
/proc/loadavg: 4.32 4.35 4.25 5/339 84747
/proc/meminfo: memFree=122849908/131250000 swapFree=33010416/33010684
[pid=84729] ppid=84726 vsize=18930384 memory=57760 CPUtime=0.12 cores=5,7
/proc/84729/stat : 84729 (java) S 84726 84729 84147 0 -1 4194304 6561 0 0 0 10 2 0 0 20 0 18 0 74660175 19384713216 14440 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
/proc/84729/statm: 4732596 14440 5339 1 0 547620 0
[pid=84729/tid=84731] ppid=84726 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/84729/task/84731/stat : 84731 (java) R 84726 84729 84147 0 -1 4194368 5069 0 0 0 6 1 0 0 20 0 18 0 74660176 19384713216 14440 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
[pid=84729/tid=84740] ppid=84726 vsize=18930384 memory=241407623509 CPUtime=0 cores=5,7
/proc/84729/task/84740/stat : 84740 (Finalizer) S 84726 84729 84147 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 74660179 19384713216 14440 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
[pid=84729/tid=84747] ppid=84726 vsize=18930384 memory=61784027586760 CPUtime=0 cores=5,7
/proc/84729/task/84747/stat : 84747 (Common-Cleaner) S 84726 84729 84147 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 74660179 19384713216 14440 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57760 KiB

[startup+0.205791 s]*
/proc/loadavg: 4.32 4.35 4.25 7/339 84747
/proc/meminfo: memFree=122845812/131250000 swapFree=33010416/33010684
[pid=84729] ppid=84726 vsize=18930384 memory=64368 CPUtime=0.31 cores=5,7
/proc/84729/stat : 84729 (java) S 84726 84729 84147 0 -1 4194304 7083 0 0 0 28 3 0 0 20 0 18 0 74660175 19384713216 16092 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
/proc/84729/statm: 4732596 16092 5467 1 0 547955 0
[pid=84729/tid=84731] ppid=84726 vsize=18930384 memory=4026794268 CPUtime=0.17 cores=5,7
/proc/84729/task/84731/stat : 84731 (java) R 84726 84729 84147 0 -1 4194368 5376 0 0 0 16 1 0 0 20 0 18 0 74660176 19384713216 16092 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
[pid=84729/tid=84740] ppid=84726 vsize=18930384 memory=18954 CPUtime=0 cores=5,7
/proc/84729/task/84740/stat : 84740 (Finalizer) S 84726 84729 84147 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 74660179 19384713216 16618 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
[pid=84729/tid=84747] ppid=84726 vsize=18930384 memory=60684515935208 CPUtime=0 cores=5,7
/proc/84729/task/84747/stat : 84747 (Common-Cleaner) S 84726 84729 84147 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 74660179 19384713216 16618 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64368 KiB

[startup+0.305717 s]*
/proc/loadavg: 4.32 4.35 4.25 6/340 84748
/proc/meminfo: memFree=122837620/131250000 swapFree=33010416/33010684
[pid=84729] ppid=84726 vsize=18996948 memory=74024 CPUtime=0.5 cores=5,7
/proc/84729/stat : 84729 (java) S 84726 84729 84147 0 -1 4194304 7412 0 0 0 47 3 0 0 20 0 19 0 74660175 19452874752 18506 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
/proc/84729/statm: 4749237 18506 5499 1 0 548435 0
[pid=84729/tid=84731] ppid=84726 vsize=18996948 memory=-6000919481346648167 CPUtime=0.26 cores=5,7
/proc/84729/task/84731/stat : 84731 (java) R 84726 84729 84147 0 -1 4194368 5521 0 0 0 25 1 0 0 20 0 19 0 74660176 19452874752 18506 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
[pid=84729/tid=84740] ppid=84726 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/84729/task/84740/stat : 84740 (Finalizer) S 84726 84729 84147 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 74660179 19452874752 18506 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
[pid=84729/tid=84747] ppid=84726 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/84729/task/84747/stat : 84747 (Common-Cleaner) S 84726 84729 84147 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 74660179 19452874752 18506 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
[pid=84729/tid=84748] ppid=84726 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/84729/task/84748/stat : 84748 (Timer-0) S 84726 84729 84147 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 74660200 19452874752 18506 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 74024 KiB

[startup+0.700185 s]
/proc/loadavg: 4.32 4.35 4.25 6/340 84748
/proc/meminfo: memFree=122805232/131250000 swapFree=33010416/33010684
[pid=84729] ppid=84726 vsize=18996948 memory=136712 CPUtime=1.26 cores=5,7
/proc/84729/stat : 84729 (java) S 84726 84729 84147 0 -1 4194304 10337 0 0 0 121 5 0 0 20 0 19 0 74660175 19452874752 34178 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
/proc/84729/statm: 4749237 34178 5499 1 0 550590 0
[pid=84729/tid=84731] ppid=84726 vsize=18996948 memory=18816 CPUtime=0.64 cores=5,7
/proc/84729/task/84731/stat : 84731 (java) R 84726 84729 84147 0 -1 4194368 5574 0 0 0 61 3 0 0 20 0 19 0 74660176 19452874752 34178 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
[pid=84729/tid=84740] ppid=84726 vsize=18996948 memory=10880 CPUtime=0 cores=5,7
/proc/84729/task/84740/stat : 84740 (Finalizer) S 84726 84729 84147 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 74660179 19452874752 34178 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
[pid=84729/tid=84747] ppid=84726 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/84729/task/84747/stat : 84747 (Common-Cleaner) S 84726 84729 84147 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 74660179 19452874752 34178 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
[pid=84729/tid=84748] ppid=84726 vsize=18996948 memory=4760 CPUtime=0 cores=5,7
/proc/84729/task/84748/stat : 84748 (Timer-0) S 84726 84729 84147 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 74660200 19452874752 34178 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 136712 KiB

[startup+1.50019 s]
/proc/loadavg: 4.32 4.35 4.25 6/341 84749
/proc/meminfo: memFree=122740580/131250000 swapFree=33010416/33010684
[pid=84729] ppid=84726 vsize=19063512 memory=182808 CPUtime=2.84 cores=5,7
/proc/84729/stat : 84729 (java) S 84726 84729 84147 0 -1 4194304 19606 0 0 0 276 8 0 0 20 0 20 0 74660175 19521036288 45702 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
/proc/84729/statm: 4765878 45702 5531 1 0 553389 0
[pid=84729/tid=84731] ppid=84726 vsize=19063512 memory=10880 CPUtime=1.39 cores=5,7
/proc/84729/task/84731/stat : 84731 (java) R 84726 84729 84147 0 -1 4194368 5985 0 0 0 135 4 0 0 20 0 20 0 74660176 19521036288 45702 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
[pid=84729/tid=84740] ppid=84726 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/84729/task/84740/stat : 84740 (Finalizer) S 84726 84729 84147 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74660179 19521036288 45702 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
[pid=84729/tid=84747] ppid=84726 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/84729/task/84747/stat : 84747 (Common-Cleaner) S 84726 84729 84147 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 74660179 19521036288 45702 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
[pid=84729/tid=84748] ppid=84726 vsize=19063512 memory=4760 CPUtime=0 cores=5,7
/proc/84729/task/84748/stat : 84748 (Timer-0) S 84726 84729 84147 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74660200 19521036288 45702 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 182808 KiB

[startup+3.10562 s]
/proc/loadavg: 4.37 4.36 4.26 6/341 84749
/proc/meminfo: memFree=122575740/131250000 swapFree=33010416/33010684
[pid=84729] ppid=84726 vsize=19063512 memory=365948 CPUtime=6.01 cores=5,7
/proc/84729/stat : 84729 (java) S 84726 84729 84147 0 -1 4194304 24637 0 0 0 588 13 0 0 20 0 20 0 74660175 19521036288 91487 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
/proc/84729/statm: 4765878 91487 5531 1 0 661732 0
[pid=84729/tid=84731] ppid=84726 vsize=19063512 memory=10880 CPUtime=2.9 cores=5,7
/proc/84729/task/84731/stat : 84731 (java) R 84726 84729 84147 0 -1 4194368 6639 0 0 0 283 7 0 0 20 0 20 0 74660176 19521036288 91487 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
[pid=84729/tid=84740] ppid=84726 vsize=19063512 memory=-6000919481346648167 CPUtime=0 cores=5,7
/proc/84729/task/84740/stat : 84740 (Finalizer) S 84726 84729 84147 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74660179 19521036288 91487 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
[pid=84729/tid=84747] ppid=84726 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/84729/task/84747/stat : 84747 (Common-Cleaner) S 84726 84729 84147 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 74660179 19521036288 91487 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
[pid=84729/tid=84748] ppid=84726 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/84729/task/84748/stat : 84748 (Timer-0) S 84726 84729 84147 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74660200 19521036288 91487 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
Current children cumulated CPU time: 6.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 365948 KiB

[startup+6.30018 s]
/proc/loadavg: 4.37 4.36 4.26 5/341 84749
/proc/meminfo: memFree=122139864/131250000 swapFree=33010416/33010684
[pid=84729] ppid=84726 vsize=19063512 memory=843796 CPUtime=10.1 cores=5,7
/proc/84729/stat : 84729 (java) S 84726 84729 84147 0 -1 4194304 25228 0 0 0 987 23 0 0 20 0 20 0 74660175 19521036288 210949 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
/proc/84729/statm: 4765878 210949 5531 1 0 661747 0
[pid=84729/tid=84731] ppid=84726 vsize=19063512 memory=0 CPUtime=6.01 cores=5,7
/proc/84729/task/84731/stat : 84731 (java) R 84726 84729 84147 0 -1 4194368 6906 0 0 0 586 15 0 0 20 0 20 0 74660176 19521036288 210949 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
[pid=84729/tid=84740] ppid=84726 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/84729/task/84740/stat : 84740 (Finalizer) S 84726 84729 84147 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74660179 19521036288 210949 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
[pid=84729/tid=84747] ppid=84726 vsize=19063512 memory=10880 CPUtime=0 cores=5,7
/proc/84729/task/84747/stat : 84747 (Common-Cleaner) S 84726 84729 84147 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 74660179 19521036288 210949 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
[pid=84729/tid=84748] ppid=84726 vsize=19063512 memory=182808 CPUtime=0 cores=5,7
/proc/84729/task/84748/stat : 84748 (Timer-0) S 84726 84729 84147 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74660200 19521036288 210949 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
Current children cumulated CPU time: 10.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 843796 KiB

[startup+12.7002 s]
/proc/loadavg: 4.34 4.35 4.26 6/341 84749
/proc/meminfo: memFree=121812960/131250000 swapFree=33010416/33010684
[pid=84729] ppid=84726 vsize=19063512 memory=1116044 CPUtime=16.99 cores=5,7
/proc/84729/stat : 84729 (java) S 84726 84729 84147 0 -1 4194304 27240 0 0 0 1669 30 0 0 20 0 20 0 74660175 19521036288 279011 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
/proc/84729/statm: 4765878 279011 5531 1 0 661765 0
[pid=84729/tid=84731] ppid=84726 vsize=19063512 memory=182808 CPUtime=12.33 cores=5,7
/proc/84729/task/84731/stat : 84731 (java) R 84726 84729 84147 0 -1 4194368 8458 0 0 0 1212 21 0 0 20 0 20 0 74660176 19521036288 279011 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
[pid=84729/tid=84740] ppid=84726 vsize=19063512 memory=10880 CPUtime=0 cores=5,7
/proc/84729/task/84740/stat : 84740 (Finalizer) S 84726 84729 84147 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74660179 19521036288 279011 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
[pid=84729/tid=84747] ppid=84726 vsize=19063512 memory=1048460 CPUtime=0 cores=5,7
/proc/84729/task/84747/stat : 84747 (Common-Cleaner) S 84726 84729 84147 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 74660179 19521036288 279011 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
[pid=84729/tid=84748] ppid=84726 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/84729/task/84748/stat : 84748 (Timer-0) S 84726 84729 84147 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74660200 19521036288 279011 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
Current children cumulated CPU time: 16.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1116044 KiB

[startup+25.5002 s]
/proc/loadavg: 4.35 4.35 4.26 5/341 84749
/proc/meminfo: memFree=121074600/131250000 swapFree=33010416/33010684
[pid=84729] ppid=84726 vsize=19063512 memory=1680572 CPUtime=32 cores=5,7
/proc/84729/stat : 84729 (java) S 84726 84729 84147 0 -1 4194304 53780 0 0 0 3154 46 0 0 20 0 20 0 74660175 19521036288 420143 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
/proc/84729/statm: 4765878 420143 5531 1 0 667263 0
[pid=84729/tid=84731] ppid=84726 vsize=19063512 memory=10880 CPUtime=24.74 cores=5,7
/proc/84729/task/84731/stat : 84731 (java) R 84726 84729 84147 0 -1 4194368 11988 0 0 0 2447 27 0 0 20 0 20 0 74660176 19521036288 420143 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
[pid=84729/tid=84740] ppid=84726 vsize=19063512 memory=1048460 CPUtime=0 cores=5,7
/proc/84729/task/84740/stat : 84740 (Finalizer) S 84726 84729 84147 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74660179 19521036288 420143 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
[pid=84729/tid=84747] ppid=84726 vsize=19063512 memory=5148 CPUtime=0 cores=5,7
/proc/84729/task/84747/stat : 84747 (Common-Cleaner) S 84726 84729 84147 0 -1 4194368 36 0 0 0 0 0 0 0 20 0 20 0 74660179 19521036288 420143 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
[pid=84729/tid=84748] ppid=84726 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/84729/task/84748/stat : 84748 (Timer-0) S 84726 84729 84147 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74660200 19521036288 420143 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
Current children cumulated CPU time: 32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1680572 KiB

[startup+51.1058 s]
/proc/loadavg: 4.38 4.36 4.26 5/341 84750
/proc/meminfo: memFree=120877904/131250000 swapFree=33010416/33010684
[pid=84729] ppid=84726 vsize=19063512 memory=1791392 CPUtime=58.06 cores=5,7
/proc/84729/stat : 84729 (java) S 84726 84729 84147 0 -1 4194304 56587 0 0 0 5753 53 0 0 20 0 20 0 74660175 19521036288 447848 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
/proc/84729/statm: 4765878 447848 5531 1 0 667296 0
[pid=84729/tid=84731] ppid=84726 vsize=19063512 memory=14720 CPUtime=49.83 cores=5,7
/proc/84729/task/84731/stat : 84731 (java) R 84726 84729 84147 0 -1 4194368 13184 0 0 0 4953 30 0 0 20 0 20 0 74660176 19521036288 447848 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0

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

/proc/84729/task/84740/stat : 84740 (Finalizer) S 84726 84729 84147 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74660179 19521036288 1472816 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
[pid=84729/tid=84747] ppid=84726 vsize=19063512 memory=5891264 CPUtime=0 cores=5,7
/proc/84729/task/84747/stat : 84747 (Common-Cleaner) S 84726 84729 84147 0 -1 4194368 727 0 0 0 0 0 0 0 20 0 20 0 74660179 19521036288 1472816 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
[pid=84729/tid=84748] ppid=84726 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/84729/task/84748/stat : 84748 (Timer-0) S 84726 84729 84147 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74660200 19521036288 1472816 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
Current children cumulated CPU time: 3144.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5891264 KiB

[startup+3042.3 s]
/proc/loadavg: 4.37 4.44 4.44 5/341 84980
/proc/meminfo: memFree=106252660/131250000 swapFree=33010416/33010684
[pid=84729] ppid=84726 vsize=19063512 memory=5957996 CPUtime=3210.53 cores=5,7
/proc/84729/stat : 84729 (java) S 84726 84729 84147 0 -1 4194304 211324 0 0 0 320483 570 0 0 20 0 20 0 74660175 19521036288 1489499 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
/proc/84729/statm: 4765878 1489499 5595 1 0 1507337 0
[pid=84729/tid=84731] ppid=84726 vsize=19063512 memory=5891264 CPUtime=2965.45 cores=5,7
/proc/84729/task/84731/stat : 84731 (java) R 84726 84729 84147 0 -1 4194368 69392 0 0 0 296406 139 0 0 20 0 20 0 74660176 19521036288 1489499 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
[pid=84729/tid=84740] ppid=84726 vsize=19063512 memory=18816 CPUtime=0 cores=5,7
/proc/84729/task/84740/stat : 84740 (Finalizer) S 84726 84729 84147 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74660179 19521036288 1489499 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
[pid=84729/tid=84747] ppid=84726 vsize=19063512 memory=10880 CPUtime=0 cores=5,7
/proc/84729/task/84747/stat : 84747 (Common-Cleaner) S 84726 84729 84147 0 -1 4194368 743 0 0 0 0 0 0 0 20 0 20 0 74660179 19521036288 1489499 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
[pid=84729/tid=84748] ppid=84726 vsize=19063512 memory=5949660 CPUtime=0 cores=5,7
/proc/84729/task/84748/stat : 84748 (Timer-0) S 84726 84729 84147 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74660200 19521036288 1489499 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
Current children cumulated CPU time: 3210.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5957996 KiB

[startup+3102.3 s]
/proc/loadavg: 4.23 4.39 4.42 6/341 84982
/proc/meminfo: memFree=106092732/131250000 swapFree=33010416/33010684
[pid=84729] ppid=84726 vsize=19063512 memory=5957996 CPUtime=3272.35 cores=5,7
/proc/84729/stat : 84729 (java) S 84726 84729 84147 0 -1 4194304 211791 0 0 0 326659 576 0 0 20 0 20 0 74660175 19521036288 1489499 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
/proc/84729/statm: 4765878 1489499 5595 1 0 1507340 0
[pid=84729/tid=84731] ppid=84726 vsize=19063512 memory=18816 CPUtime=3025.19 cores=5,7
/proc/84729/task/84731/stat : 84731 (java) R 84726 84729 84147 0 -1 4194368 69402 0 0 0 302380 139 0 0 20 0 20 0 74660176 19521036288 1489499 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
[pid=84729/tid=84740] ppid=84726 vsize=19063512 memory=5148 CPUtime=0 cores=5,7
/proc/84729/task/84740/stat : 84740 (Finalizer) S 84726 84729 84147 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74660179 19521036288 1489499 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
[pid=84729/tid=84747] ppid=84726 vsize=19063512 memory=18816 CPUtime=0 cores=5,7
/proc/84729/task/84747/stat : 84747 (Common-Cleaner) S 84726 84729 84147 0 -1 4194368 744 0 0 0 0 0 0 0 20 0 20 0 74660179 19521036288 1489499 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
[pid=84729/tid=84748] ppid=84726 vsize=19063512 memory=5957996 CPUtime=0 cores=5,7
/proc/84729/task/84748/stat : 84748 (Timer-0) S 84726 84729 84147 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74660200 19521036288 1489499 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
Current children cumulated CPU time: 3272.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5957996 KiB

[startup+3162.3 s]
/proc/loadavg: 4.33 4.38 4.42 5/339 84984
/proc/meminfo: memFree=106066480/131250000 swapFree=33010416/33010684
[pid=84729] ppid=84726 vsize=19063512 memory=5991288 CPUtime=3339.52 cores=5,7
/proc/84729/stat : 84729 (java) S 84726 84729 84147 0 -1 4194304 218396 0 0 0 333364 588 0 0 20 0 20 0 74660175 19521036288 1497822 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
/proc/84729/statm: 4765878 1497822 5595 1 0 1515692 0
[pid=84729/tid=84731] ppid=84726 vsize=19063512 memory=5991288 CPUtime=3084.75 cores=5,7
/proc/84729/task/84731/stat : 84731 (java) R 84726 84729 84147 0 -1 4194368 72169 0 0 0 308334 141 0 0 20 0 20 0 74660176 19521036288 1497822 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
[pid=84729/tid=84740] ppid=84726 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/84729/task/84740/stat : 84740 (Finalizer) S 84726 84729 84147 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74660179 19521036288 1497822 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
[pid=84729/tid=84747] ppid=84726 vsize=19063512 memory=5991288 CPUtime=0 cores=5,7
/proc/84729/task/84747/stat : 84747 (Common-Cleaner) S 84726 84729 84147 0 -1 4194368 783 0 0 0 0 0 0 0 20 0 20 0 74660179 19521036288 1497822 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
[pid=84729/tid=84748] ppid=84726 vsize=19063512 memory=5148 CPUtime=0 cores=5,7
/proc/84729/task/84748/stat : 84748 (Timer-0) S 84726 84729 84147 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74660200 19521036288 1497822 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
Current children cumulated CPU time: 3339.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5991288 KiB

[startup+3222.3 s]
/proc/loadavg: 4.24 4.35 4.40 5/339 84986
/proc/meminfo: memFree=106004072/131250000 swapFree=33010416/33010684
[pid=84729] ppid=84726 vsize=19063512 memory=6058060 CPUtime=3409.59 cores=5,7
/proc/84729/stat : 84729 (java) S 84726 84729 84147 0 -1 4194304 225529 0 0 0 340352 607 0 0 20 0 20 0 74660175 19521036288 1514515 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
/proc/84729/statm: 4765878 1514515 5595 1 0 1532403 0
[pid=84729/tid=84731] ppid=84726 vsize=19063512 memory=14720 CPUtime=3144.09 cores=5,7
/proc/84729/task/84731/stat : 84731 (java) R 84726 84729 84147 0 -1 4194368 74105 0 0 0 314267 142 0 0 20 0 20 0 74660176 19521036288 1514515 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
[pid=84729/tid=84740] ppid=84726 vsize=19063512 memory=5957996 CPUtime=0 cores=5,7
/proc/84729/task/84740/stat : 84740 (Finalizer) S 84726 84729 84147 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74660179 19521036288 1514515 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
[pid=84729/tid=84747] ppid=84726 vsize=19063512 memory=6033068 CPUtime=0 cores=5,7
/proc/84729/task/84747/stat : 84747 (Common-Cleaner) S 84726 84729 84147 0 -1 4194368 783 0 0 0 0 0 0 0 20 0 20 0 74660179 19521036288 1514515 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
[pid=84729/tid=84748] ppid=84726 vsize=19063512 memory=6041404 CPUtime=0 cores=5,7
/proc/84729/task/84748/stat : 84748 (Timer-0) S 84726 84729 84147 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74660200 19521036288 1514515 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
Current children cumulated CPU time: 3409.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6058060 KiB

[startup+3282.3 s]
/proc/loadavg: 4.41 4.37 4.40 6/341 85056
/proc/meminfo: memFree=115834800/131250000 swapFree=33010416/33010684
[pid=84729] ppid=84726 vsize=19063512 memory=6199800 CPUtime=3480.7 cores=5,7
/proc/84729/stat : 84729 (java) S 84726 84729 84147 0 -1 4194304 227892 0 0 0 347440 630 0 0 20 0 20 0 74660175 19521036288 1549950 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
/proc/84729/statm: 4765878 1549950 5595 1 0 1567918 0
[pid=84729/tid=84731] ppid=84726 vsize=19063512 memory=6199800 CPUtime=3203.37 cores=5,7
/proc/84729/task/84731/stat : 84731 (java) R 84726 84729 84147 0 -1 4194368 74417 0 0 0 320191 146 0 0 20 0 20 0 74660176 19521036288 1549950 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
[pid=84729/tid=84740] ppid=84726 vsize=19063512 memory=6183124 CPUtime=0 cores=5,7
/proc/84729/task/84740/stat : 84740 (Finalizer) S 84726 84729 84147 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74660179 19521036288 1549950 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
[pid=84729/tid=84747] ppid=84726 vsize=19063512 memory=6116396 CPUtime=0 cores=5,7
/proc/84729/task/84747/stat : 84747 (Common-Cleaner) S 84726 84729 84147 0 -1 4194368 810 0 0 0 0 0 0 0 20 0 20 0 74660179 19521036288 1549950 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
[pid=84729/tid=84748] ppid=84726 vsize=19063512 memory=6199800 CPUtime=0 cores=5,7
/proc/84729/task/84748/stat : 84748 (Timer-0) S 84726 84729 84147 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74660200 19521036288 1549950 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
Current children cumulated CPU time: 3480.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6199800 KiB

[startup+3342.3 s]
/proc/loadavg: 4.30 4.34 4.39 5/341 85058
/proc/meminfo: memFree=115065496/131250000 swapFree=33010416/33010684
[pid=84729] ppid=84726 vsize=19063512 memory=6283252 CPUtime=3545.11 cores=5,7
/proc/84729/stat : 84729 (java) S 84726 84729 84147 0 -1 4194304 234650 0 0 0 353867 644 0 0 20 0 20 0 74660175 19521036288 1570813 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
/proc/84729/statm: 4765878 1570813 5595 1 0 1588801 0
[pid=84729/tid=84731] ppid=84726 vsize=19063512 memory=6283252 CPUtime=3262.87 cores=5,7
/proc/84729/task/84731/stat : 84731 (java) R 84726 84729 84147 0 -1 4194368 77128 0 0 0 326137 150 0 0 20 0 20 0 74660176 19521036288 1570813 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
[pid=84729/tid=84740] ppid=84726 vsize=19063512 memory=6199800 CPUtime=0 cores=5,7
/proc/84729/task/84740/stat : 84740 (Finalizer) S 84726 84729 84147 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74660179 19521036288 1570813 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
[pid=84729/tid=84747] ppid=84726 vsize=19063512 memory=6283252 CPUtime=0 cores=5,7
/proc/84729/task/84747/stat : 84747 (Common-Cleaner) S 84726 84729 84147 0 -1 4194368 883 0 0 0 0 0 0 0 20 0 20 0 74660179 19521036288 1570813 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
[pid=84729/tid=84748] ppid=84726 vsize=19063512 memory=6241508 CPUtime=0 cores=5,7
/proc/84729/task/84748/stat : 84748 (Timer-0) S 84726 84729 84147 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74660200 19521036288 1570813 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
Current children cumulated CPU time: 3545.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6283252 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3392.9 s]
/proc/loadavg: 4.25 4.32 4.38 5/341 85060
/proc/meminfo: memFree=114930540/131250000 swapFree=33010416/33010684
[pid=84729] ppid=84726 vsize=19063512 memory=6308248 CPUtime=3600.09 cores=5,7
/proc/84729/stat : 84729 (java) S 84726 84729 84147 0 -1 4194304 236288 0 0 0 359356 653 0 0 20 0 20 0 74660175 19521036288 1577062 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
/proc/84729/statm: 4765878 1577062 5595 1 0 1595074 0
[pid=84729/tid=84731] ppid=84726 vsize=19063512 memory=12672 CPUtime=3313.05 cores=5,7
/proc/84729/task/84731/stat : 84731 (java) R 84726 84729 84147 0 -1 4194368 77192 0 0 0 331154 151 0 0 20 0 20 0 74660176 19521036288 1577062 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
[pid=84729/tid=84740] ppid=84726 vsize=19063512 memory=6308248 CPUtime=0 cores=5,7
/proc/84729/task/84740/stat : 84740 (Finalizer) S 84726 84729 84147 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74660179 19521036288 1577062 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
[pid=84729/tid=84747] ppid=84726 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/84729/task/84747/stat : 84747 (Common-Cleaner) S 84726 84729 84147 0 -1 4194368 885 0 0 0 0 0 0 0 20 0 20 0 74660179 19521036288 1577062 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
[pid=84729/tid=84748] ppid=84726 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/84729/task/84748/stat : 84748 (Timer-0) S 84726 84729 84147 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74660200 19521036288 1577062 18446744073709551615 94621819666432 94621819670128 140728587073920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94621819677944 94621819678736 94621840973824 140728587082029 140728587082214 140728587082214 140728587087816 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6308248 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.72 s, system=6.55796 s

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

[startup+3393.01 s]*
/proc/loadavg: 4.25 4.32 4.38 5/323 85063
/proc/meminfo: memFree=121198264/131250000 swapFree=33010416/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): 3393.01
CPU time (s): 3600.28
CPU user time (s): 3593.72
CPU system time (s): 6.55796
CPU usage (%): 106.109
Max. virtual memory (cumulated for all children) (KiB): 19069176
Max. memory (cumulated for all children) (KiB): 6308248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.72
system time used= 6.55796
maximum resident set size= 6309016
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 237919
page faults= 0
swaps= 0
block input operations= 0
block output operations= 688824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 207090
involuntary context switches= 30454


# summary of solver processes directly reported to runsolver:
#   pid: 84729
#   total CPU time (s): 3600.28
#   total CPU user time (s): 3593.72
#   total CPU system time (s): 6.55796

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.04075 second user time and 15.0355 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-04 02:43:23
IDJOB=4521637
IDBENCH=178397
IDSOLVER=3362
FILE ID=nodeC027/4521637-1751589803
RUNJOBID= nodeC027-1751586197-84160
SLURM_JOB_ID= 9598835
Free space on /tmp= 431180 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/vertex_cover/vertexcover_opt_grid_oddrowevencolsquare/normalized-vertexcover_opt_grid_oddrowevencolsquare_dim_022.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4521637-1751589803/watcher-4521637-1751589803 -o /tmp/evaluation-result-4521637-1751589803/solver-4521637-1751589803 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751586197-84160 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4521637-1751589803 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4521637-1751589803.opb

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

MD5SUM BENCH= 8e50416028301376aa06deda864f0965
RANDOM SEED=820526962

nodeC027 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.639
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.29
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.410
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.29
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		: 3603.001
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.29
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		: 3604.024
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.29
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.643
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.29
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		: 3604.011
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.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        122861640 kB
MemAvailable:   123575684 kB
Buffers:            2488 kB
Cached:          1512588 kB
SwapCached:           12 kB
Active:          6809160 kB
Inactive:         972004 kB
Active(anon):    6281396 kB
Inactive(anon):     2792 kB
Active(file):     527764 kB
Inactive(file):   969212 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1632 kB
Writeback:            32 kB
AnonPages:       6269200 kB
Mapped:           124368 kB
Shmem:             18056 kB
KReclaimable:     112216 kB
Slab:             202160 kB
SReclaimable:     112216 kB
SUnreclaim:        89944 kB
KernelStack:        5168 kB
PageTables:        15836 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    8495024 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151432 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6012928 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:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431180 MiB
End job on nodeC027 at 2025-07-04 03:39:56