Trace number 4497061

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-06OPT cert.24890 790.763 779.659

General information on the benchmark

NamePB24/normalized-PB07/OPT-LIN/submittedPB07/
aksoy/trarea_ac/normalized-fir02_trarea_ac.opb
MD5SUMfcd18fcc34c15065587272921fbfa877
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 benchmark24890
Best CPU time to get the best result obtained on this benchmark0.025757
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables644
Total number of constraints1034
Number of constraints which are clauses1034
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 constraint1
Maximum length of a constraint31
Number of terms in the objective function 353
Biggest coefficient in the objective function 2034
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 561307
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 2034
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 561307
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.10/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.19	c See www.sat4j.org for details.
0.10/0.20	c version PB25.v20250606
0.27/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.27/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.27/0.23	c java.vm.version	22.0.1+8-16
0.27/0.23	c java.vm.vendor	Oracle Corporation
0.27/0.23	c sun.arch.data.model	64
0.27/0.23	c java.version		22.0.1
0.27/0.23	c os.name		Linux
0.27/0.23	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.27/0.23	c os.arch		amd64
0.27/0.24	c Free memory 		2104792832
0.27/0.24	c Max memory 		16282288128
0.27/0.24	c Total memory 		2113929216
0.27/0.25	c Number of processors 	2
0.62/0.44	c Pseudo Boolean Optimization by upper bound
0.62/0.44	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.62/0.44	c  - never skip resolution steps
0.62/0.44	c  - Auto-division on coefficients is disabled
0.62/0.44	c  - No postprocessing
0.62/0.44	c  - Conflict is considered as is when resolving
0.62/0.44	c  - Use constraints as they come during conflict analysis
0.62/0.44	c  - Weaken first using unassigned literals
0.62/0.44	c  - Bump strategy: ALWAYS_ONE
0.62/0.44	c  - Bumper: EFFECTIVE
0.62/0.44	c --- Begin Solver configuration ---
0.62/0.44	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.62/0.44	c Learn all clauses as in MiniSAT
0.62/0.44	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.62/0.44	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.62/0.44	c No reason simplification
0.62/0.44	c Dynamic restart strategy considering the size of the coefficients
0.62/0.44	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.62/0.44	c timeout=2147483s
0.62/0.44	c DB Simplification allowed=false
0.62/0.44	c Listener: none
0.62/0.44	c --- End Solver configuration ---
0.62/0.44	c solving HOME/instance-4497061-1751398222.opb
0.62/0.44	c reading problem ... 
0.65/4.50	c using VERIPB proof format
0.65/4.50	c  objective function found
0.84/4.68	c ... done. Wall clock time 4.235s.
0.84/4.68	c declared #vars     644
0.84/4.69	c #constraints  1034
0.84/4.69	c constraints type 
0.84/4.69	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 738
0.84/4.69	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 292
0.84/4.69	c org.sat4j.pb.constraints.pb.UnitClausePB => 4
0.84/4.69	c 1034 constraints processed.
1.03/4.72	c objective function length is 353 literals
1.03/4.75	c SATISFIABLE
1.03/4.75	c OPTIMIZING...
1.03/4.75	c Got one! Elapsed wall clock time (in seconds):4.314
1.03/4.76	o 30671
1.23/4.88	c Got one! Elapsed wall clock time (in seconds):4.442
1.23/4.88	o 29427
1.63/5.06	c Got one! Elapsed wall clock time (in seconds):4.619
1.63/5.06	o 28267
1.63/5.08	c Got one! Elapsed wall clock time (in seconds):4.638
1.63/5.08	o 28241
6.72/7.65	c Got one! Elapsed wall clock time (in seconds):7.214
6.72/7.65	o 27711
7.31/7.91	c Got one! Elapsed wall clock time (in seconds):7.47
7.31/7.91	o 27108
7.31/7.93	c Got one! Elapsed wall clock time (in seconds):7.494
7.31/7.93	o 26700
7.31/7.95	c Got one! Elapsed wall clock time (in seconds):7.506
7.31/7.95	o 26674
8.70/8.60	c Got one! Elapsed wall clock time (in seconds):8.164
8.70/8.60	o 26662
72.58/66.55	c Got one! Elapsed wall clock time (in seconds):66.112
72.58/66.55	o 26518
73.88/67.82	c Got one! Elapsed wall clock time (in seconds):67.376
73.88/67.82	o 26430
283.89/274.60	c Got one! Elapsed wall clock time (in seconds):274.156
283.89/274.60	o 26172
284.00/274.67	c Got one! Elapsed wall clock time (in seconds):274.226
284.00/274.67	o 26076
284.10/274.77	c Got one! Elapsed wall clock time (in seconds):274.331
284.10/274.77	o 24890
415.74/405.83	c cleaning 3302 clauses out of 6612 with flag 0/6612
790.60/779.58	c starts		: 40
790.60/779.59	c conflicts		: 7961
790.60/779.59	c decisions		: 28187
790.60/779.59	c propagations		: 1354024
790.60/779.59	c inspects		: 28912130
790.60/779.59	c shortcuts		: 0
790.60/779.59	c learnt literals	: 0
790.60/779.59	c learnt binary clauses	: 0
790.60/779.59	c learnt ternary clauses	: 0
790.60/779.59	c learnt constraints	: 7960
790.60/779.59	c ignored constraints	: 0
790.60/779.59	c root simplifications	: 0
790.60/779.59	c removed literals (reason simplification)	: 0
790.60/779.59	c reason swapping (by a shorter reason)	: 0
790.60/779.59	c Calls to reduceDB	: 1
790.60/779.59	c Number of update (reduction) of LBD	: 16668
790.60/779.59	c Imported unit clauses	: 0
790.60/779.59	c No decision after first conflict	: false
790.60/779.59	c number of reductions to clauses (during analyze)	: 0
790.60/779.59	c number of learned constraints concerned by reduction	: 0
790.60/779.59	c number of learning phase by resolution	: 0
790.60/779.59	c number of learning phase by cutting planes	: 0
790.60/779.59	c number of rounding to 1 operations	: 0
790.60/779.59	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
790.60/779.59	c number of reductions of the coefficients by power 2 	: 0
790.60/779.59	c number of right shift for reduction by power 2 	: 0
790.60/779.59	c number of reductions of the coefficients by GCD over coefficients 	: 0
790.60/779.59	c number of ending skipping 	: 0
790.60/779.59	c number of internal skipping 	: 0
790.60/779.59	c number of derivation steps 	: 205773
790.60/779.59	c number of skipped derivation steps 	: 0
790.60/779.59	c number of remaining unassigned 	: 483914
790.60/779.59	c number of remaining assigned 	: 5505412
790.60/779.59	c number of falsified literals weakened from reason	: 0
790.60/779.59	c number of falsified literals weakened from conflict	: 0
790.60/779.59	c time for arithmetic operations	: 358192717384
790.60/779.59	c minimum degree of deleted constraints	: 433659
790.60/779.59	c maximum degree of deleted constraints	: 33542586532947181102580678516474720246939138166891090698730153338345967266281397284117247745474150793505774896918949383874365689976265232197565507161419860800994510236002119589068608811511496269443743209565141968666912820304680102600318934998950180041029058581781472770835431817741682808017161732760607737960574055814439174263643237616795659521314613127960943975204214448692041795600097819104127974069094997841472533866571324821065304725305822659808729656626206343129816121675571192198795109816120111739452627575321947103246566573457417483458619157631754688243382751353298226066188411842514816896219076506500971224278231654864239170878840360258278306856929559940047945198840590924124739777408444773207186568384018030273135586513261274023107732605672563187785852814831421488001956733859357325445497626684384200394675209517437041048374613912422629429356674862001884303230381543800305500771186962329875985155891508930820322377328675059224319929199759418661897646273760358095698416382158190052619354147146254510753010500864082972883879658289111709838451109727975381750239385609373622751136415990863106862330016160669211468397019792364445194828338614892610520190718801544284217242776937664828872594157888903808744061431221202800051993118142202518545052984215662584542623289213265532012815829350490753293567800721892900548073745691034656904453797687881218170155543425453034720010742898225171093680496215280549163365057709957697331380313387974754331860778984756377575001094046049889743770621961363366478277623118992591067466411590257869294801306801828009880327986107397970672582436603282804016186842435545684654357847098271208380129755262719404515252917808524978627521872126096264573895603765333630521178147097861186332794890929198230573641515695418793350582676245563837775978134209348945656919251079861076413215898736199311239338828633104830838825428173077981370098042517156717922984288259085453480420668478059187170063555035220992728527306351666487477473574713547826342354890429877309282333927616631726229784819791242085462683789525402678258352290818664529853849291730997428207473016332915721388469861855220895038295758119198358405280990678991761999433965988385392869980243058646209626602030239609523794362882014678766019960847765566961804506023580089476711635894394502072309857387696868069042456249298394244881198300174019169240625444758460365635262538900295331773664152921701517753008081965561076124221266311682736330083457066123058243807534564335695948473113767789132870338429568265462444240969666874050856136523472401387327256264425237565240780940973099507725576539465439051636194606953184492924867731968889682570850602422301044377018494645749635423802506748744232526126932309590917454848942017834663927576090960016115450998953257375986542251602342335227380487786454860382770306920374775530411107875873101001685524386901339500384743557781793159736637550799605339386418812005825116993625097720260484797899564095407379833619711244220444224903343956208831971166130871696437710749566125199735611295738031366299586078435917303636127389867428008737030722020044886798813442453092038318997473009318359231073400197855356774446688870349470400317774720806469439812314652933536144813901735259576175230017238208696314775212690273952904985576132669772404915736802421777230337509712634896119162105490995213853133476718628996887085208264295702508475957159929265697905426350881552841165218751193257062753935759809462975234328655492688388017045962812582124395556797607286046877403480289962773958179952332310078033421711782565985055365939714243512520363353190538567461881335429532130102649367970873245104899187978756129778813758827345778476881748153869529562327164206196609326913600706753220214844658049566544022612707126122678164678256232926017559281549351615593260130351293243626755060298195032078339092098278588808222728507814764672645450791786105386250907514999900036132580186993719429493339870454718345202438920156990795496840072305985288657263544787468319039801107320194043140046050661151986732844339623356897480824734389819361753951701703394979726320029470117183802718551750207876304574735899565981829866859714386771682837071203992802686703123715111043574454878105411014238280826114974066152031910591400646506749058836996100918895036235537174906484045528810325412038018258304311349741597141730279663892778836290923718425512266962125934655839486806590577103140523993739634593678685478313038805086185319131170472286449484380716288581467117741460422602464106712864354747862417365101236844049749616313639334228837888674762137974630326176340160235515815782778103984784425013130798630137526743512419199645059140109430865502481283110640528654396162479780009649286704722864420701569560016805114040269660649123727004137665778557590533270972737433602418044071767122892770831226965286461941363207812007889458762149606510020707772174792097339022446280640119153154459781936048445099211121257607616556375737602557373241256208126416471600365786976911047403872811600973260254887215005641841238277218028385876598089362962798098705199626230756545189327908364028110074511864900314885752759138310041355122512427870057479645509558735097424543052808569071231205941309937520788270708439146710347734436862857813823771083676784355629864031575476511202644925426955987987583038577738596625342760104155585161859210713504596529021912855495067560750804482765998820831443358458786848709274803823391538756682351481365221244330964110862074676053064143677411070913924703220886998410313710008039528810102332726829452182066858254893626987019062623561415657347964743479135214663070305772388489885433909164164959012775306029667264032205152150870034584636508329896801747262345527144815315728378765035593714653712021513142007125153541466184983005867434672059202047252537613400333737735191103180006039596722447265167966924938951044656167893766293785134518589072503464775356477414118423935105190416903072723622029204936320561913907471254325440895726703396472017696940482616512371969417764307104380628795787393866975667903551674507899109601545588755444791346821919162943115497088024197168188933973072378814112741724915260738198913050228332017029927604131762242332816863752420426081499380098904349272459121516966562677235333755826923736160571007617567160858055309093351113221275546485478471726730707194067525947837537409969750272896495008103233063782479734000188591337193917116009476764126285598483996073039241998648586640558149155221788887033448074302357607494917051568142977184016834980664186579866231307780725696713380882475790391553978733571782645781296221483981351021693954289457065360951135593982473312120648674139277363860540535001286636782750455537042571435252389616523260712772426052324729381184150229811760575515717282896189711064576744734973066401277220391175000654006678372571522874176294932999349676727916720542514583521095350277772210352623880497261693895556364366611913766437683262452010465775049646288074372623901281857511517398997865975221640533289396662142892805062377932035592425669733604312884822459138947627157016477757688991983912174820299873938752384672459021766677225518955315011268421494375696861579746310404563073712522780085545892479711904599446837763008586553804227107281817487123603993765119281914916015489078829167654483613204758414899728529335816494809914246739675700576526181316837573389795534945766612385235191237444200795009330210763144330723030460806444685726275830082427784252694697998412430309340437111230057755104434123784003444193732269044044139442856509365003060193418507358347738054214198538212269262603059233942428391159747340577865190796268360609039888502666640006367052456863646058773837769400563100581655584125545566933524524440637707602892548434814902179634026101934811771670818260031570047005148404682546514630457634001612812225879896929104812341137528285628022759442515480782076696166979737176434349161518144933496405560756464143220736666451978619629869154366080106716462973604168985143054857323880192377470186166059858347875654904627132691597656715117937449940165110933757737141399728290346039565920465156152356818641997292517661779793494154195502160708249390593913472395109529906191535610735984137542422280493845100586093392405970948446457480967515352055018181401808924251344354877968377048546590030637529434204081068842737861921749348132843074596229662625779251602630868481806290115356600372003770373435429603030039460894019766533671329799617269678837622165561840703553885919022432809317159143106952165380156731551041692270309544012923940668135352992232431938355111330136415621465312303352588258665944267965911486362914736768983135663686488380312652389855152023494068297923961090296083155184612334179246977733864318442999427682286182909741561774219898868201292358683202220634178390438423326491588491728728291185202787897072152710365708443864108973769751175975461546861054190335161219261216818745497894343353595702012557178935230018257824641786065872363821560703456337506869272630271941581789853939238384523225462316697202546110305339205741613140576466741992064538416412013819736549996346423726324127360607033267335633991622742228779303274080882370362536940483094949262205498140747924228341768249025506176502421617757170573160373040218387064279801255016024844284837530691379759105677288531424313951029404258844654854705060912857435618266372417103269280703826000505456566537925225353767719074293806709260630317022816034163102042521128363271688470850872533179954401355487350366727991727299082904851062464007293439723556420516300568435937912476972890813268152846693752026632027936235729060591812334007701954255413127506174241716957631948563262642328161785178677356577969476119837862458803845594842472112142614236046675411567052003721128156870451194036519493746593453116637887129734473345085022214745223718046478781836403161959345677355848002935809032364501713662456430224472209125437804839015787811151995010481687815111127104359953497563749414533304581573667384253046205315822218675781606628896053077544400439452749536025582309279829978942269023822677077234244780154624661962655787444934027315497999824334334370305942661428484499817254203648232382341092412624680553549349459661129651438735203186715555265470544334926479574115145504299183997448632501649330366036028623341273120309699714743041915354446720191192268072932359253062689266520489858994189346065649316291270417454868012795458127447664682027961124116194224580579053082433969698316888976678145509134830920406968999224178169661747149745682359245999660727600801806549779707406912872536844066490738129536278992511939343070376439923605575676683911686854135444827373225940111433560461830151040851129390360720240910105984156646509036915258531489093421480542326138372829734540249897295898465328364068664299383061779051789676273441315457869579706437555952972669463788564242870362880458499717136679032352999189452909068313655289132988755269665190643013244560529320570523555246160320822423904060692568792893467776133349187271455160681453672711437798718572294626437352967559782375421034731680622962344141285929232073299138231888989654437110807727121848646568321389318914100761114425775628453266484873399536445768712588443957631618361068765603923396632840198441990064891074919357579781060483707451021122987952313132713830234404910096842657211568358658679878752783605708177119443511525717598222882087137049475323949465130995580674150266123556903160697028272117513921105428570882175317323245395279562965601061735653349281024555161898841742391518969000152213882607261369223996027852325600027943987718581446175822244183630452052049601357013713732802141217738137059874318981356263455601378435874514507635807743773673624501806925693033356700212818404725040480124506397601603373888314580859158257896910797750957114347755714313797442743179967726380029864485801307655243855707766189390935330128708379966288708412955860548241267643435859945405266655037422570318480386353143090512327536787195161688739104979324916959935603066844248820818325218582321901608385926554734388963750403666011292967690576399355597990709769071348796141843736356932215864866878345406648158466397227750073944498403200649191222872438916762864502686388762930114057038612315404415437815517987173276152264529810779567288287148340557402605704646710681718244298937049925471642876137429830388564483232495358905426794015904762359982176122203663546801867885308161316569935677163349439422368879684407809495300282584085397432501302585389878675881597349939777491044492480664906702434828202839651990892368931771860313491223421837590466985742214967517730004031435987647209569140104141345745179311305212506135891758940815985787183484502512149570224621261653201271550331459258392221560453671745996397862086134675864356116694909043336572275242417607191582528372398566804621236058707026313936500404562310129547376547941536753507627583210117378026067566183999895099535985753346876377454031472620736933433156298570118785156843270046605305019957781242674855533502070918993383692737836300986536503849908863931952511653929132715336399665436675765148014661554616072140777802421582535832320001119672113314607454421501751434452037204284866336693599385683151262172865576711405736194743423157968257834860804153590656063372062970287854371059202444090699228920243379400194258969042732307680939955988748622221359065169852093114916722844223420388729925756814074784260277405995079397177315800091508552494865770774654527519070478595346512974823043619683738291727673008970044348844094096722858714374578268254757783849563496589572458187305954092490157032945729809534503917661705477053835225661842490912475741716802323015247214354510206064554978051452644401855769023917680284968387367488579668827456492726852226163318761739964140583009089815632661866163626913267816584413697419791131100424137705590471591341527691399339437572151714143386394413875906487094655940349547968315134153196280932579679258339441568996124128835434131346772482016384712052215342983564568706432226603646428409716533148986319937808629354351197181904069042672038743891973755437854101717341592139319728930657273162465741306269933834853271196607442474384829102983307844334052539136358297811566844836515200074717174643792405709748130320925524033834489313356209909687567860139748143152100387777802826631510428039271806664599667485407855667230079945184536610007568055084311884785432667597650123228886736563598939869058572378508871778181216811761282236883186131748955932366232003926292030525076198254668569755568578788576001830470870879323569046000922773878152813985949037966095758853007737363101116405704958729100549762520542307829164670678130293680639882369747526129722518852111799121519531439963380446071537799699669850520817147699550403634256184649895946102199008001215233711408885329015527930444737252471018887920812183418790826173509136891716268836706751859398615005881977522334550274304380061126098038406690527458957596521546462828530158917225488028240609834683758592795846887193468423917476689784803057041646481964691028539327933392264081112257815852288677827838788592101133864164944033108692443932336283799454407973928772507394980460300616992030028217481195818093718123289780868580721925601079830228859637797843478611706636511726121856526845599582895464689106772139583118742982589577766913181345121798350762366999658250501109942264648339457517488376446457890666353997859071604486366040561571152097539223522220481413096319426070833212209875156622858113500904985996143001420760210648722424267086748637427487250555281592818416776161459616032016439938243225249704846316816326368465531261156800739675296854527775632826304811760425877584674199217439485101862217068015774705806577408355650627804352993979810170051901981665731775443646308723619939444361898176500457128939905042275680374888805613415136967412959173163833319460295164077228236449101178866728060996703008632347204233173717036771589088386304859326196873464257873131951594338366123391876533072927706068103797702548052127929287919556337397372231276713008171549467451841269101412332890226492939055593040142578816230055223887853550762786528913064583474151845550485246739268505524893817279621699715374890765114465068837143642044662545059885023675292412500812929753304821062473095310997021142250807354220727561070168739082450424459462639057032896804107772204302115780722279855211605483671869400870389566310094802251491278406132813095248666251484837773022978413075155879238883183987831496330663471816450484363769748706744779298437565039908539407466681646917390805602567495695623997703110773981353427555279243531503176481116899646950350558262893896797577867417566948517350327668060922689636352870433959278474025245153020518202074648821793076395154579291052345342495582927944538571146890939540418708487271363018170702147573021789894089333154302886946540981096734502050368341556951753387661898670929923518181946435985679254051903273489314226214020018962534604061015716695476405677992658689674616002386933307359918578623811845109277644390345683606173445620048614776091685871017949871227013039744551216292302020812582880618183934156598219848684278804433747032276434508669173414297645527043925402053899957599657159237733095525035455925714230337036152857309384901732548196758450313566636633367229698859238559035020381362160354819187226759680000
790.60/779.59	c number of deleted constraints	: 3302
790.60/779.59	c speed (assignments/second)	: 1747.4614507028439
790.60/779.59	c non guided choices	: 0
790.60/779.59	s OPTIMUM FOUND
790.60/779.59	c Found 14 solution(s)
790.60/779.59	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 -x507 -x508 -x509 -x510 x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 x568 x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 x594 -x595 -x596 -x597 -x598 -x599 x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 x612 -x613 -x614 -x615 x616 x617 -x618 -x619 -x620 -x621 -x622 -x623 x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 x640 x641 x642 x643 -x644 
790.71/779.61	c objective function=24890
790.71/779.61	c Total wall clock time (in seconds): 779.173

Verifier Data

OK	24890

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Tue Jul  1 21:47:01 CEST 2025
extraparms=
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED BOUNDS 24890 <= obj <= 24890
Verification succeeded.
-- cakepb --
s VERIFIED BOUNDS 24890 <= obj <= 24890
--summary--
ALL OK

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=54396, runsolver pid=54380

[startup+0.101616 s]*
/proc/loadavg: 0.77 1.82 3.00 14/318 54465
/proc/meminfo: memFree=129776856/131382112 swapFree=33010684/33010684
[pid=54396] ppid=54380 vsize=18930384 memory=46644 CPUtime=0.1 cores=5,7
/proc/54396/stat : 54396 (java) S 54380 54396 54327 0 -1 4194304 5526 0 0 0 7 3 0 0 20 0 18 0 55501880 19384713216 11661 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
/proc/54396/statm: 4732596 11661 5126 1 0 546753 0
[pid=54396/tid=54407] ppid=54380 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/54396/task/54407/stat : 54407 (java) D 54380 54396 54327 0 -1 4194368 4612 0 0 0 5 2 0 0 20 0 18 0 55501883 19384713216 11661 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
[pid=54396/tid=54454] ppid=54380 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/54396/task/54454/stat : 54454 (Finalizer) S 54380 54396 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 55501888 19384713216 11661 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
[pid=54396/tid=54464] ppid=54380 vsize=18930384 memory=57394571004297 CPUtime=0 cores=5,7
/proc/54396/task/54464/stat : 54464 (Common-Cleaner) S 54380 54396 54327 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 55501889 19384713216 11661 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 46644 KiB

[startup+0.216802 s]*
/proc/loadavg: 0.77 1.82 3.00 11/318 54465
/proc/meminfo: memFree=129777116/131382112 swapFree=33010684/33010684
[pid=54396] ppid=54380 vsize=18930384 memory=51904 CPUtime=0.27 cores=5,7
/proc/54396/stat : 54396 (java) S 54380 54396 54327 0 -1 4194304 6139 0 0 0 23 4 0 0 20 0 18 0 55501880 19384713216 12976 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
/proc/54396/statm: 4732596 12976 5350 1 0 547261 0
[pid=54396/tid=54407] ppid=54380 vsize=18930384 memory=4026663196 CPUtime=0.17 cores=5,7
/proc/54396/task/54407/stat : 54407 (java) R 54380 54396 54327 0 -1 4194368 4981 0 0 0 15 2 0 0 20 0 18 0 55501883 19384713216 12976 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
[pid=54396/tid=54454] ppid=54380 vsize=18930384 memory=1707 CPUtime=0 cores=5,7
/proc/54396/task/54454/stat : 54454 (Finalizer) S 54380 54396 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 55501888 19384713216 12976 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
[pid=54396/tid=54464] ppid=54380 vsize=18930384 memory=56295059358712 CPUtime=0 cores=5,7
/proc/54396/task/54464/stat : 54464 (Common-Cleaner) S 54380 54396 54327 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 55501889 19384713216 12976 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51904 KiB

[startup+0.313174 s]*
/proc/loadavg: 0.77 1.82 3.00 13/318 54465
/proc/meminfo: memFree=129763096/131382112 swapFree=33010684/33010684
[pid=54396] ppid=54380 vsize=18930384 memory=58272 CPUtime=0.44 cores=5,7
/proc/54396/stat : 54396 (java) S 54380 54396 54327 0 -1 4194304 6677 0 0 0 39 5 0 0 20 0 18 0 55501880 19384713216 14568 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
/proc/54396/statm: 4732596 14568 5350 1 0 547709 0
[pid=54396/tid=54407] ppid=54380 vsize=18930384 memory=-6000919507016050794 CPUtime=0.27 cores=5,7
/proc/54396/task/54407/stat : 54407 (java) R 54380 54396 54327 0 -1 4194368 5177 0 0 0 25 2 0 0 20 0 18 0 55501883 19384713216 14568 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
[pid=54396/tid=54454] ppid=54380 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/54396/task/54454/stat : 54454 (Finalizer) S 54380 54396 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 55501888 19384713216 14568 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
[pid=54396/tid=54464] ppid=54380 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/54396/task/54464/stat : 54464 (Common-Cleaner) S 54380 54396 54327 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 55501889 19384713216 14568 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58272 KiB

[startup+0.700353 s]
/proc/loadavg: 0.77 1.82 3.00 3/319 54466
/proc/meminfo: memFree=129749604/131382112 swapFree=33010684/33010684
[pid=54396] ppid=54380 vsize=18930384 memory=61784 CPUtime=0.65 cores=5,7
/proc/54396/stat : 54396 (java) S 54380 54396 54327 0 -1 4194304 6976 0 0 0 60 5 0 0 20 0 18 0 55501880 19384713216 15446 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
/proc/54396/statm: 4732596 15446 5446 1 0 547891 0
[pid=54396/tid=54407] ppid=54380 vsize=18930384 memory=17792 CPUtime=0.36 cores=5,7
/proc/54396/task/54407/stat : 54407 (java) D 54380 54396 54327 0 -1 4456512 5341 0 0 0 34 2 0 0 20 0 18 0 55501883 19384713216 15446 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
[pid=54396/tid=54454] ppid=54380 vsize=18930384 memory=10752 CPUtime=0 cores=5,7
/proc/54396/task/54454/stat : 54454 (Finalizer) S 54380 54396 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 55501888 19384713216 15446 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
[pid=54396/tid=54464] ppid=54380 vsize=18930384 memory=3200 CPUtime=0 cores=5,7
/proc/54396/task/54464/stat : 54464 (Common-Cleaner) S 54380 54396 54327 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 55501889 19384713216 15446 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61784 KiB

[startup+1.50036 s]
/proc/loadavg: 0.77 1.82 3.00 3/319 54466
/proc/meminfo: memFree=129749604/131382112 swapFree=33010684/33010684
[pid=54396] ppid=54380 vsize=18930384 memory=61784 CPUtime=0.65 cores=5,7
/proc/54396/stat : 54396 (java) S 54380 54396 54327 0 -1 4194304 6976 0 0 0 60 5 0 0 20 0 18 0 55501880 19384713216 15446 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
/proc/54396/statm: 4732596 15446 5446 1 0 547891 0
[pid=54396/tid=54407] ppid=54380 vsize=18930384 memory=3200 CPUtime=0.36 cores=5,7
/proc/54396/task/54407/stat : 54407 (java) D 54380 54396 54327 0 -1 4456512 5341 0 0 0 34 2 0 0 20 0 18 0 55501883 19384713216 15446 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
[pid=54396/tid=54454] ppid=54380 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/54396/task/54454/stat : 54454 (Finalizer) S 54380 54396 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 55501888 19384713216 15446 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
[pid=54396/tid=54464] ppid=54380 vsize=18930384 memory=10752 CPUtime=0 cores=5,7
/proc/54396/task/54464/stat : 54464 (Common-Cleaner) S 54380 54396 54327 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 55501889 19384713216 15446 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61784 KiB

[startup+3.1128 s]
/proc/loadavg: 1.03 1.86 3.01 4/319 54467
/proc/meminfo: memFree=129750088/131382112 swapFree=33010684/33010684
[pid=54396] ppid=54380 vsize=18930384 memory=61784 CPUtime=0.65 cores=5,7
/proc/54396/stat : 54396 (java) S 54380 54396 54327 0 -1 4194304 6976 0 0 0 60 5 0 0 20 0 18 0 55501880 19384713216 15446 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
/proc/54396/statm: 4732596 15446 5446 1 0 547891 0
[pid=54396/tid=54407] ppid=54380 vsize=18930384 memory=10752 CPUtime=0.36 cores=5,7
/proc/54396/task/54407/stat : 54407 (java) D 54380 54396 54327 0 -1 4456512 5341 0 0 0 34 2 0 0 20 0 18 0 55501883 19384713216 15446 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
[pid=54396/tid=54454] ppid=54380 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/54396/task/54454/stat : 54454 (Finalizer) S 54380 54396 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 55501888 19384713216 15446 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
[pid=54396/tid=54464] ppid=54380 vsize=18930384 memory=5632 CPUtime=0 cores=5,7
/proc/54396/task/54464/stat : 54464 (Common-Cleaner) S 54380 54396 54327 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 55501889 19384713216 15446 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61784 KiB
heavy processes:

[startup+6.30029 s]
/proc/loadavg: 1.03 1.86 3.01 9/302 54482
/proc/meminfo: memFree=129481256/131382112 swapFree=33010684/33010684
[pid=54396] ppid=54380 vsize=19063512 memory=173156 CPUtime=4.17 cores=5,7
/proc/54396/stat : 54396 (java) S 54380 54396 54327 0 -1 4194304 18228 0 0 0 402 15 0 0 20 0 20 0 55501880 19521036288 43289 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
/proc/54396/statm: 4765878 43289 5510 1 0 552616 0
[pid=54396/tid=54407] ppid=54380 vsize=19063512 memory=14848 CPUtime=1.9 cores=5,7
/proc/54396/task/54407/stat : 54407 (java) R 54380 54396 54327 0 -1 4194368 6455 0 0 0 182 8 0 0 20 0 20 0 55501883 19521036288 43289 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
[pid=54396/tid=54454] ppid=54380 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/54396/task/54454/stat : 54454 (Finalizer) S 54380 54396 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55501888 19521036288 43289 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
[pid=54396/tid=54464] ppid=54380 vsize=19063512 memory=-6000919507016050794 CPUtime=0 cores=5,7
/proc/54396/task/54464/stat : 54464 (Common-Cleaner) S 54380 54396 54327 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 55501889 19521036288 43289 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
[pid=54396/tid=54469] ppid=54380 vsize=19063512 memory=17792 CPUtime=0 cores=5,7
/proc/54396/task/54469/stat : 54469 (Timer-0) S 54380 54396 54327 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55502354 19521036288 43289 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
Current children cumulated CPU time: 4.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 173156 KiB
heavy processes:

[startup+12.7003 s]
/proc/loadavg: 1.51 1.94 3.03 6/327 54541
/proc/meminfo: memFree=126766264/131382112 swapFree=33010684/33010684
[pid=54396] ppid=54380 vsize=19063512 memory=1639876 CPUtime=14.39 cores=5,7
/proc/54396/stat : 54396 (java) S 54380 54396 54327 0 -1 4194304 28061 0 0 0 1390 49 0 0 20 0 20 0 55501880 19521036288 409969 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
/proc/54396/statm: 4765878 409969 5510 1 0 663126 0
[pid=54396/tid=54407] ppid=54380 vsize=19063512 memory=1639876 CPUtime=8.08 cores=5,7
/proc/54396/task/54407/stat : 54407 (java) R 54380 54396 54327 0 -1 4194368 8294 0 0 0 771 37 0 0 20 0 20 0 55501883 19521036288 409969 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
[pid=54396/tid=54454] ppid=54380 vsize=19063512 memory=1252752 CPUtime=0 cores=5,7
/proc/54396/task/54454/stat : 54454 (Finalizer) S 54380 54396 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55501888 19521036288 409969 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
[pid=54396/tid=54464] ppid=54380 vsize=19063512 memory=265480 CPUtime=0 cores=5,7
/proc/54396/task/54464/stat : 54464 (Common-Cleaner) S 54380 54396 54327 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 55501889 19521036288 409969 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
[pid=54396/tid=54469] ppid=54380 vsize=19063512 memory=230676 CPUtime=0 cores=5,7
/proc/54396/task/54469/stat : 54469 (Timer-0) S 54380 54396 54327 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55502354 19521036288 409969 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
Current children cumulated CPU time: 14.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1639876 KiB

[startup+25.5005 s]
/proc/loadavg: 2.28 2.09 3.06 6/327 54541
/proc/meminfo: memFree=123473228/131382112 swapFree=33010684/33010684
[pid=54396] ppid=54380 vsize=19063512 memory=1667988 CPUtime=29.88 cores=5,7
/proc/54396/stat : 54396 (java) S 54380 54396 54327 0 -1 4194304 43634 0 0 0 2933 55 0 0 20 0 20 0 55501880 19521036288 416997 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
/proc/54396/statm: 4765878 416997 5510 1 0 665388 0
[pid=54396/tid=54407] ppid=54380 vsize=19063512 memory=1639876 CPUtime=20.53 cores=5,7
/proc/54396/task/54407/stat : 54407 (java) R 54380 54396 54327 0 -1 4194368 10613 0 0 0 2014 39 0 0 20 0 20 0 55501883 19521036288 416997 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
[pid=54396/tid=54454] ppid=54380 vsize=19063512 memory=-6000919507016050794 CPUtime=0 cores=5,7
/proc/54396/task/54454/stat : 54454 (Finalizer) S 54380 54396 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55501888 19521036288 416997 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
[pid=54396/tid=54464] ppid=54380 vsize=19063512 memory=1667988 CPUtime=0 cores=5,7
/proc/54396/task/54464/stat : 54464 (Common-Cleaner) S 54380 54396 54327 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 55501889 19521036288 416997 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
[pid=54396/tid=54469] ppid=54380 vsize=19063512 memory=1654584 CPUtime=0 cores=5,7
/proc/54396/task/54469/stat : 54469 (Timer-0) S 54380 54396 54327 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55502354 19521036288 416997 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
Current children cumulated CPU time: 29.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1667988 KiB

[startup+51.1097 s]
/proc/loadavg: 3.20 2.33 3.11 6/328 54542
/proc/meminfo: memFree=121553552/131382112 swapFree=33010684/33010684
[pid=54396] ppid=54380 vsize=19063512 memory=2169264 CPUtime=56.72 cores=5,7
/proc/54396/stat : 54396 (java) S 54380 54396 54327 0 -1 4194304 50549 0 0 0 5600 72 0 0 20 0 20 0 55501880 19521036288 542316 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
/proc/54396/statm: 4765878 542316 5510 1 0 792847 0
[pid=54396/tid=54407] ppid=54380 vsize=19063512 memory=1920 CPUtime=45.49 cores=5,7
/proc/54396/task/54407/stat : 54407 (java) R 54380 54396 54327 0 -1 4194368 13284 0 0 0 4495 54 0 0 20 0 20 0 55501883 19521036288 542316 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
[pid=54396/tid=54454] ppid=54380 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/54396/task/54454/stat : 54454 (Finalizer) S 54380 54396 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55501888 19521036288 542316 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
[pid=54396/tid=54464] ppid=54380 vsize=19063512 memory=129 CPUtime=0 cores=5,7
/proc/54396/task/54464/stat : 54464 (Common-Cleaner) S 54380 54396 54327 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 55501889 19521036288 542316 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
[pid=54396/tid=54469] ppid=54380 vsize=19063512 memory=-7449418282528177089 CPUtime=0 cores=5,7

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

/proc/54396/task/54469/stat : 54469 (Timer-0) S 54380 54396 54327 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55502354 19521036288 1024577 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
Current children cumulated CPU time: 653.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4098308 KiB

[startup+702.3 s]
/proc/loadavg: 4.23 3.99 3.69 6/331 54577
/proc/meminfo: memFree=111449920/131382112 swapFree=33010684/33010684
[pid=54396] ppid=54380 vsize=19063512 memory=4102436 CPUtime=713.28 cores=5,7
/proc/54396/stat : 54396 (java) S 54380 54396 54327 0 -1 4194304 88264 0 0 0 71124 204 0 0 20 0 20 0 55501880 19521036288 1025609 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
/proc/54396/statm: 4765878 1025609 5510 1 0 1054236 0
[pid=54396/tid=54407] ppid=54380 vsize=19063512 memory=4077820 CPUtime=684.43 cores=5,7
/proc/54396/task/54407/stat : 54407 (java) R 54380 54396 54327 0 -1 4194368 34086 0 0 0 68332 111 0 0 20 0 20 0 55501883 19521036288 1025609 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
[pid=54396/tid=54454] ppid=54380 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/54396/task/54454/stat : 54454 (Finalizer) S 54380 54396 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55501888 19521036288 1025609 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
[pid=54396/tid=54464] ppid=54380 vsize=19063512 memory=4102436 CPUtime=0 cores=5,7
/proc/54396/task/54464/stat : 54464 (Common-Cleaner) S 54380 54396 54327 0 -1 4194368 422 0 0 0 0 0 0 0 20 0 20 0 55501889 19521036288 1025609 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
[pid=54396/tid=54469] ppid=54380 vsize=19063512 memory=4102436 CPUtime=0 cores=5,7
/proc/54396/task/54469/stat : 54469 (Timer-0) S 54380 54396 54327 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55502354 19521036288 1025609 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
Current children cumulated CPU time: 713.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4102436 KiB

[startup+762.3 s]
/proc/loadavg: 4.14 4.01 3.72 6/330 54579
/proc/meminfo: memFree=110694876/131382112 swapFree=33010684/33010684
[pid=54396] ppid=54380 vsize=19063512 memory=4102436 CPUtime=773.4 cores=5,7
/proc/54396/stat : 54396 (java) S 54380 54396 54327 0 -1 4194304 88452 0 0 0 77129 211 0 0 20 0 20 0 55501880 19521036288 1025609 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
/proc/54396/statm: 4765878 1025609 5510 1 0 1054236 0
[pid=54396/tid=54407] ppid=54380 vsize=19063512 memory=4102436 CPUtime=743.69 cores=5,7
/proc/54396/task/54407/stat : 54407 (java) R 54380 54396 54327 0 -1 4194368 34114 0 0 0 74256 113 0 0 20 0 20 0 55501883 19521036288 1025609 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
[pid=54396/tid=54454] ppid=54380 vsize=19063512 memory=4102436 CPUtime=0 cores=5,7
/proc/54396/task/54454/stat : 54454 (Finalizer) S 54380 54396 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55501888 19521036288 1025609 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
[pid=54396/tid=54464] ppid=54380 vsize=19063512 memory=4102436 CPUtime=0 cores=5,7
/proc/54396/task/54464/stat : 54464 (Common-Cleaner) S 54380 54396 54327 0 -1 4194368 452 0 0 0 0 0 0 0 20 0 20 0 55501889 19521036288 1025609 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
[pid=54396/tid=54469] ppid=54380 vsize=19063512 memory=4352 CPUtime=0 cores=5,7
/proc/54396/task/54469/stat : 54469 (Timer-0) S 54380 54396 54327 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55502354 19521036288 1025609 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
Current children cumulated CPU time: 773.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4102436 KiB

[startup+779.659 s]
# the end of solver process 54396 was just reported to runsolver
# Child status: 30

# cumulated CPU time of all completed processes:  user=788.591 s, system=2.17203 s

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

[startup+768 s]*
/proc/loadavg: 4.12 4.01 3.72 6/330 54579
/proc/meminfo: memFree=110670724/131382112 swapFree=33010684/33010684
[pid=54396] ppid=54380 vsize=19063512 memory=4102436 CPUtime=779.11 cores=5,7
/proc/54396/stat : 54396 (java) S 54380 54396 54327 0 -1 4194304 88463 0 0 0 77699 212 0 0 20 0 20 0 55501880 19521036288 1025609 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
/proc/54396/statm: 4765878 1025609 5510 1 0 1054236 0
[pid=54396/tid=54407] ppid=54380 vsize=19063512 memory=-6000919472773621866 CPUtime=749.3 cores=5,7
/proc/54396/task/54407/stat : 54407 (java) R 54380 54396 54327 0 -1 4194368 34114 0 0 0 74816 114 0 0 20 0 20 0 55501883 19521036288 1025609 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
[pid=54396/tid=54454] ppid=54380 vsize=19063512 memory=4643097546716769946 CPUtime=0 cores=5,7
/proc/54396/task/54454/stat : 54454 (Finalizer) S 54380 54396 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55501888 19521036288 1025609 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
[pid=54396/tid=54464] ppid=54380 vsize=19063512 memory=17524 CPUtime=0 cores=5,7
/proc/54396/task/54464/stat : 54464 (Common-Cleaner) S 54380 54396 54327 0 -1 4194368 452 0 0 0 0 0 0 0 20 0 20 0 55501889 19521036288 1025609 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
[pid=54396/tid=54469] ppid=54380 vsize=19063512 memory=9344 CPUtime=0 cores=5,7
/proc/54396/task/54469/stat : 54469 (Timer-0) S 54380 54396 54327 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55502354 19521036288 1025609 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
Current children cumulated CPU time: 779.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4102436 KiB

[startup+774.4 s]
/proc/loadavg: 4.11 4.01 3.72 6/330 54579
/proc/meminfo: memFree=110658084/131382112 swapFree=33010684/33010684
[pid=54396] ppid=54380 vsize=19063512 memory=4102436 CPUtime=785.5 cores=5,7
/proc/54396/stat : 54396 (java) S 54380 54396 54327 0 -1 4194304 88611 0 0 0 78337 213 0 0 20 0 20 0 55501880 19521036288 1025609 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
/proc/54396/statm: 4765878 1025609 5510 1 0 1054236 0
[pid=54396/tid=54407] ppid=54380 vsize=19063512 memory=4102436 CPUtime=755.59 cores=5,7
/proc/54396/task/54407/stat : 54407 (java) R 54380 54396 54327 0 -1 4194368 34241 0 0 0 75445 114 0 0 20 0 20 0 55501883 19521036288 1025609 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
[pid=54396/tid=54454] ppid=54380 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/54396/task/54454/stat : 54454 (Finalizer) S 54380 54396 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55501888 19521036288 1025609 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
[pid=54396/tid=54464] ppid=54380 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/54396/task/54464/stat : 54464 (Common-Cleaner) S 54380 54396 54327 0 -1 4194368 452 0 0 0 0 0 0 0 20 0 20 0 55501889 19521036288 1025609 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
[pid=54396/tid=54469] ppid=54380 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/54396/task/54469/stat : 54469 (Timer-0) S 54380 54396 54327 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55502354 19521036288 1025609 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
Current children cumulated CPU time: 785.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4102436 KiB

[startup+777.6 s]
/proc/loadavg: 4.11 4.01 3.72 6/330 54579
/proc/meminfo: memFree=110641956/131382112 swapFree=33010684/33010684
[pid=54396] ppid=54380 vsize=19063512 memory=4102436 CPUtime=788.7 cores=5,7
/proc/54396/stat : 54396 (java) S 54380 54396 54327 0 -1 4194304 88739 0 0 0 78657 213 0 0 20 0 20 0 55501880 19521036288 1025609 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
/proc/54396/statm: 4765878 1025609 5510 1 0 1054236 0
[pid=54396/tid=54407] ppid=54380 vsize=19063512 memory=1920 CPUtime=758.74 cores=5,7
/proc/54396/task/54407/stat : 54407 (java) R 54380 54396 54327 0 -1 4194368 34364 0 0 0 75760 114 0 0 20 0 20 0 55501883 19521036288 1025609 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
[pid=54396/tid=54454] ppid=54380 vsize=19063512 memory=4102436 CPUtime=0 cores=5,7
/proc/54396/task/54454/stat : 54454 (Finalizer) S 54380 54396 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55501888 19521036288 1025609 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
[pid=54396/tid=54464] ppid=54380 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/54396/task/54464/stat : 54464 (Common-Cleaner) S 54380 54396 54327 0 -1 4194368 452 0 0 0 0 0 0 0 20 0 20 0 55501889 19521036288 1025609 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
[pid=54396/tid=54469] ppid=54380 vsize=19063512 memory=4102436 CPUtime=0 cores=5,7
/proc/54396/task/54469/stat : 54469 (Timer-0) S 54380 54396 54327 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55502354 19521036288 1025609 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
Current children cumulated CPU time: 788.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4102436 KiB

[startup+778.4 s]
/proc/loadavg: 4.10 4.01 3.72 6/330 54579
/proc/meminfo: memFree=110664372/131382112 swapFree=33010684/33010684
[pid=54396] ppid=54380 vsize=19063512 memory=4102436 CPUtime=789.49 cores=5,7
/proc/54396/stat : 54396 (java) S 54380 54396 54327 0 -1 4194304 88740 0 0 0 78735 214 0 0 20 0 20 0 55501880 19521036288 1025609 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
/proc/54396/statm: 4765878 1025609 5510 1 0 1054236 0
[pid=54396/tid=54407] ppid=54380 vsize=19063512 memory=2764 CPUtime=759.54 cores=5,7
/proc/54396/task/54407/stat : 54407 (java) R 54380 54396 54327 0 -1 4194368 34365 0 0 0 75839 115 0 0 20 0 20 0 55501883 19521036288 1025609 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
[pid=54396/tid=54454] ppid=54380 vsize=19063512 memory=-6000919507016050794 CPUtime=0 cores=5,7
/proc/54396/task/54454/stat : 54454 (Finalizer) S 54380 54396 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55501888 19521036288 1025609 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
[pid=54396/tid=54464] ppid=54380 vsize=19063512 memory=6640 CPUtime=0 cores=5,7
/proc/54396/task/54464/stat : 54464 (Common-Cleaner) S 54380 54396 54327 0 -1 4194368 452 0 0 0 0 0 0 0 20 0 20 0 55501889 19521036288 1025609 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
[pid=54396/tid=54469] ppid=54380 vsize=19063512 memory=-6000919507016050794 CPUtime=0 cores=5,7
/proc/54396/task/54469/stat : 54469 (Timer-0) S 54380 54396 54327 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55502354 19521036288 1025609 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
Current children cumulated CPU time: 789.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4102436 KiB

[startup+779.2 s]
/proc/loadavg: 4.10 4.01 3.72 6/330 54579
/proc/meminfo: memFree=110661844/131382112 swapFree=33010684/33010684
[pid=54396] ppid=54380 vsize=19063512 memory=4102436 CPUtime=790.3 cores=5,7
/proc/54396/stat : 54396 (java) S 54380 54396 54327 0 -1 4194304 90011 0 0 0 78816 214 0 0 20 0 20 0 55501880 19521036288 1025609 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
/proc/54396/statm: 4765878 1025609 5510 1 0 1054236 0
[pid=54396/tid=54407] ppid=54380 vsize=19063512 memory=1920 CPUtime=760.33 cores=5,7
/proc/54396/task/54407/stat : 54407 (java) R 54380 54396 54327 0 -1 4194368 35552 0 0 0 75918 115 0 0 20 0 20 0 55501883 19521036288 1025609 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
[pid=54396/tid=54454] ppid=54380 vsize=19063512 memory=-6000919507016050794 CPUtime=0 cores=5,7
/proc/54396/task/54454/stat : 54454 (Finalizer) S 54380 54396 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55501888 19521036288 1025609 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
[pid=54396/tid=54464] ppid=54380 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/54396/task/54464/stat : 54464 (Common-Cleaner) S 54380 54396 54327 0 -1 4194368 452 0 0 0 0 0 0 0 20 0 20 0 55501889 19521036288 1025609 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
[pid=54396/tid=54469] ppid=54380 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/54396/task/54469/stat : 54469 (Timer-0) S 54380 54396 54327 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55502354 19521036288 1025609 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
Current children cumulated CPU time: 790.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4102436 KiB

[startup+779.6 s]
/proc/loadavg: 4.10 4.01 3.72 6/330 54579
/proc/meminfo: memFree=110661844/131382112 swapFree=33010684/33010684
[pid=54396] ppid=54380 vsize=19131104 memory=4102820 CPUtime=790.71 cores=5,7
/proc/54396/stat : 54396 (java) S 54380 54396 54327 0 -1 4194304 91839 0 0 0 78857 214 0 0 20 0 22 0 55501880 19590250496 1025705 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
/proc/54396/statm: 4782776 1025705 5510 1 0 1054857 0
[pid=54396/tid=54407] ppid=54380 vsize=19131104 memory=-6000919507016050794 CPUtime=760.71 cores=5,7
/proc/54396/task/54407/stat : 54407 (java) S 54380 54396 54327 0 -1 4194368 36496 0 0 0 75956 115 0 0 20 0 22 0 55501883 19590250496 1025705 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
[pid=54396/tid=54454] ppid=54380 vsize=19131104 memory=4764 CPUtime=0 cores=5,7
/proc/54396/task/54454/stat : 54454 (Finalizer) S 54380 54396 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 55501888 19590250496 1025705 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
[pid=54396/tid=54464] ppid=54380 vsize=19131104 memory=2764 CPUtime=0 cores=5,7
/proc/54396/task/54464/stat : 54464 (Common-Cleaner) S 54380 54396 54327 0 -1 4194368 452 0 0 0 0 0 0 0 20 0 22 0 55501889 19590250496 1025705 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
[pid=54396/tid=54469] ppid=54380 vsize=19131104 memory=19968 CPUtime=0 cores=5,7
/proc/54396/task/54469/stat : 54469 (Timer-0) S 54380 54396 54327 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 22 0 55502354 19590250496 1025705 18446744073709551615 93961411751936 93961411755632 140728813085856 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93961411763448 93961411764240 93961435156480 140728813091117 140728813091302 140728813091302 140728813096904 0
Current children cumulated CPU time: 790.71 s
Current children cumulated vsize: 19131104 KiB
Current children cumulated memory: 4102820 KiB

Child status: 30

Real time (s): 779.659
CPU time (s): 790.763
CPU user time (s): 788.591
CPU system time (s): 2.17203
CPU usage (%): 101.424
Max. virtual memory (cumulated for all children) (KiB): 19131104
Max. memory (cumulated for all children) (KiB): 4102820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 788.591
system time used= 2.17204
maximum resident set size= 4103076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91985
page faults= 0
swaps= 0
block input operations= 0
block output operations= 782792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36257
involuntary context switches= 5369


# summary of solver processes directly reported to runsolver:
#   pid: 54396
#   total CPU time (s): 790.763
#   total CPU user time (s): 788.591
#   total CPU system time (s): 2.17203

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.0219 second user time and 8.24708 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-07-01 21:30:22
IDJOB=4497061
IDBENCH=148152
IDSOLVER=3362
FILE ID=nodeC012/4497061-1751398222
RUNJOBID= nodeC012-1751398222-54340
SLURM_JOB_ID= 9598280
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB07/OPT-LIN/submittedPB07/aksoy/trarea_ac/normalized-fir02_trarea_ac.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4497061-1751398222/watcher-4497061-1751398222 -o /tmp/evaluation-result-4497061-1751398222/solver-4497061-1751398222 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751398222-54340 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4497061-1751398222 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4497061-1751398222.opb

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

MD5SUM BENCH= fcd18fcc34c15065587272921fbfa877
RANDOM SEED=239428219

nodeC012 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	: 0xb00001f
cpu MHz		: 1197.207
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.39
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	: 0xb00001f
cpu MHz		: 1197.134
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.39
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	: 0xb00001f
cpu MHz		: 1197.144
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.39
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	: 0xb00001f
cpu MHz		: 1197.135
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.39
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	: 0xb00001f
cpu MHz		: 1197.157
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.39
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	: 0xb00001f
cpu MHz		: 1197.319
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.39
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	: 0xb00001f
cpu MHz		: 1197.266
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.39
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	: 0xb00001f
cpu MHz		: 1197.150
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129839048 kB
MemAvailable:   129900552 kB
Buffers:            3280 kB
Cached:           869040 kB
SwapCached:            0 kB
Active:           379396 kB
Inactive:         557920 kB
Active(anon):      82956 kB
Inactive(anon):        0 kB
Active(file):     296440 kB
Inactive(file):   557920 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2600 kB
Writeback:             0 kB
AnonPages:         68052 kB
Mapped:           102296 kB
Shmem:             17960 kB
KReclaimable:      93160 kB
Slab:             176340 kB
SReclaimable:      93160 kB
SUnreclaim:        83180 kB
KernelStack:        3784 kB
PageTables:         2656 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     329728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149256 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC012 at 2025-07-01 21:43:22