Trace number 4429920

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 Cutting Planes 2024 2024-07-12OPT24890 711.645 703.49

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.017497
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.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.15/0.14	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.15/0.14	 - never skip resolution steps
0.15/0.14	 - Auto-division on coefficients is disabled
0.15/0.14	 - No postprocessing
0.15/0.14	 - Conflict is considered as is when resolving
0.15/0.14	 - Use constraints as they come during conflict analysis
0.15/0.14	 - Weaken first using unassigned literals
0.15/0.14	 - Bump strategy: ALWAYS_ONE
0.15/0.14	 - Bumper: EFFECTIVE
0.15/0.14	--- Begin Solver configuration ---
0.15/0.14	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.15/0.14	Learn all clauses as in MiniSAT
0.15/0.14	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.15/0.14	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.15/0.14	No reason simplification
0.15/0.14	Dynamic restart strategy considering the size of the coefficients
0.15/0.14	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.15/0.14	timeout=2147483s
0.15/0.14	DB Simplification allowed=false
0.15/0.14	Listener: none
0.15/0.14	--- End Solver configuration ---
0.15/0.14	c Pseudo Boolean Optimization by upper bound
0.15/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.15/0.14	c  - never skip resolution steps
0.15/0.14	c  - Auto-division on coefficients is disabled
0.15/0.14	c  - No postprocessing
0.15/0.14	c  - Conflict is considered as is when resolving
0.15/0.14	c  - Use constraints as they come during conflict analysis
0.15/0.14	c  - Weaken first using unassigned literals
0.15/0.14	c  - Bump strategy: ALWAYS_ONE
0.15/0.14	c  - Bumper: EFFECTIVE
0.15/0.14	c --- Begin Solver configuration ---
0.15/0.14	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.15/0.14	c Learn all clauses as in MiniSAT
0.15/0.14	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.15/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.15/0.14	c No reason simplification
0.15/0.14	c Dynamic restart strategy considering the size of the coefficients
0.15/0.14	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.15/0.14	c timeout=2147483s
0.15/0.14	c DB Simplification allowed=false
0.15/0.14	c Listener: none
0.15/0.14	c --- End Solver configuration ---
0.15/0.14	c solving HOME/instance-4429920-1721112163.opb
0.15/0.14	c reading problem ... 
0.15/0.15	c  objective function found
0.15/0.20	c ... done. Wall clock time 0.048s.
0.15/0.20	c declared #vars     644
0.15/0.20	c #constraints  1034
0.15/0.20	c constraints type 
0.15/0.20	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 738
0.15/0.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 292
0.15/0.20	c org.sat4j.pb.constraints.pb.UnitClausePB => 4
0.15/0.20	c 1034 constraints processed.
0.15/0.20	c objective function length is 353 literals
0.35/0.21	c SATISFIABLE
0.35/0.21	c OPTIMIZING...
0.35/0.21	c Got one! Elapsed wall clock time (in seconds):0.067
0.35/0.21	o 30671
0.35/0.26	c Got one! Elapsed wall clock time (in seconds):0.118
0.35/0.26	o 29427
0.53/0.32	c Got one! Elapsed wall clock time (in seconds):0.178
0.53/0.32	o 28267
0.53/0.33	c Got one! Elapsed wall clock time (in seconds):0.185
0.53/0.33	o 28241
4.07/2.19	c Got one! Elapsed wall clock time (in seconds):2.049
4.07/2.19	o 27711
4.66/2.44	c Got one! Elapsed wall clock time (in seconds):2.292
4.66/2.44	o 27108
4.66/2.46	c Got one! Elapsed wall clock time (in seconds):2.316
4.66/2.46	o 26700
4.66/2.47	c Got one! Elapsed wall clock time (in seconds):2.33
4.66/2.48	o 26674
5.80/3.06	c Got one! Elapsed wall clock time (in seconds):2.916
5.80/3.06	o 26662
55.86/50.31	c Got one! Elapsed wall clock time (in seconds):50.168
55.86/50.31	o 26518
56.36/50.84	c Got one! Elapsed wall clock time (in seconds):50.701
56.36/50.84	o 26430
231.01/224.25	c Got one! Elapsed wall clock time (in seconds):224.112
231.01/224.26	o 26172
231.12/224.32	c Got one! Elapsed wall clock time (in seconds):224.178
231.12/224.32	o 26076
231.22/224.42	c Got one! Elapsed wall clock time (in seconds):224.278
231.22/224.42	o 24890
354.08/346.73	c cleaning 3302 clauses out of 6612 with flag 0/6612
711.53/703.43	c starts		: 40
711.53/703.44	c conflicts		: 7961
711.53/703.44	c decisions		: 28187
711.53/703.44	c propagations		: 1354024
711.53/703.44	c inspects		: 28912130
711.53/703.44	c shortcuts		: 0
711.53/703.44	c learnt literals	: 0
711.53/703.44	c learnt binary clauses	: 0
711.53/703.44	c learnt ternary clauses	: 0
711.53/703.44	c learnt constraints	: 7960
711.53/703.44	c ignored constraints	: 0
711.53/703.44	c root simplifications	: 0
711.53/703.44	c removed literals (reason simplification)	: 0
711.53/703.44	c reason swapping (by a shorter reason)	: 0
711.53/703.44	c Calls to reduceDB	: 1
711.53/703.44	c Number of update (reduction) of LBD	: 16668
711.53/703.44	c Imported unit clauses	: 0
711.53/703.44	c No decision after first conflict	: false
711.53/703.44	c number of reductions to clauses (during analyze)	: 0
711.53/703.44	c number of learned constraints concerned by reduction	: 0
711.53/703.44	c number of learning phase by resolution	: 0
711.53/703.44	c number of learning phase by cutting planes	: 0
711.53/703.44	c number of rounding to 1 operations	: 0
711.53/703.44	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
711.53/703.44	c number of reductions of the coefficients by power 2 	: 0
711.53/703.44	c number of right shift for reduction by power 2 	: 0
711.53/703.44	c number of reductions of the coefficients by GCD over coefficients 	: 0
711.53/703.44	c number of ending skipping 	: 0
711.53/703.44	c number of internal skipping 	: 0
711.53/703.44	c number of derivation steps 	: 205773
711.53/703.44	c number of skipped derivation steps 	: 0
711.53/703.44	c number of remaining unassigned 	: 483914
711.53/703.44	c number of remaining assigned 	: 5505412
711.53/703.44	c number of falsified literals weakened from reason	: 0
711.53/703.44	c number of falsified literals weakened from conflict	: 0
711.53/703.44	c time for arithmetic operations	: 337557917893
711.53/703.44	c minimum degree of deleted constraints	: 433659
711.53/703.45	c maximum degree of deleted constraints	: 33542586532947181102580678516474720246939138166891090698730153338345967266281397284117247745474150793505774896918949383874365689976265232197565507161419860800994510236002119589068608811511496269443743209565141968666912820304680102600318934998950180041029058581781472770835431817741682808017161732760607737960574055814439174263643237616795659521314613127960943975204214448692041795600097819104127974069094997841472533866571324821065304725305822659808729656626206343129816121675571192198795109816120111739452627575321947103246566573457417483458619157631754688243382751353298226066188411842514816896219076506500971224278231654864239170878840360258278306856929559940047945198840590924124739777408444773207186568384018030273135586513261274023107732605672563187785852814831421488001956733859357325445497626684384200394675209517437041048374613912422629429356674862001884303230381543800305500771186962329875985155891508930820322377328675059224319929199759418661897646273760358095698416382158190052619354147146254510753010500864082972883879658289111709838451109727975381750239385609373622751136415990863106862330016160669211468397019792364445194828338614892610520190718801544284217242776937664828872594157888903808744061431221202800051993118142202518545052984215662584542623289213265532012815829350490753293567800721892900548073745691034656904453797687881218170155543425453034720010742898225171093680496215280549163365057709957697331380313387974754331860778984756377575001094046049889743770621961363366478277623118992591067466411590257869294801306801828009880327986107397970672582436603282804016186842435545684654357847098271208380129755262719404515252917808524978627521872126096264573895603765333630521178147097861186332794890929198230573641515695418793350582676245563837775978134209348945656919251079861076413215898736199311239338828633104830838825428173077981370098042517156717922984288259085453480420668478059187170063555035220992728527306351666487477473574713547826342354890429877309282333927616631726229784819791242085462683789525402678258352290818664529853849291730997428207473016332915721388469861855220895038295758119198358405280990678991761999433965988385392869980243058646209626602030239609523794362882014678766019960847765566961804506023580089476711635894394502072309857387696868069042456249298394244881198300174019169240625444758460365635262538900295331773664152921701517753008081965561076124221266311682736330083457066123058243807534564335695948473113767789132870338429568265462444240969666874050856136523472401387327256264425237565240780940973099507725576539465439051636194606953184492924867731968889682570850602422301044377018494645749635423802506748744232526126932309590917454848942017834663927576090960016115450998953257375986542251602342335227380487786454860382770306920374775530411107875873101001685524386901339500384743557781793159736637550799605339386418812005825116993625097720260484797899564095407379833619711244220444224903343956208831971166130871696437710749566125199735611295738031366299586078435917303636127389867428008737030722020044886798813442453092038318997473009318359231073400197855356774446688870349470400317774720806469439812314652933536144813901735259576175230017238208696314775212690273952904985576132669772404915736802421777230337509712634896119162105490995213853133476718628996887085208264295702508475957159929265697905426350881552841165218751193257062753935759809462975234328655492688388017045962812582124395556797607286046877403480289962773958179952332310078033421711782565985055365939714243512520363353190538567461881335429532130102649367970873245104899187978756129778813758827345778476881748153869529562327164206196609326913600706753220214844658049566544022612707126122678164678256232926017559281549351615593260130351293243626755060298195032078339092098278588808222728507814764672645450791786105386250907514999900036132580186993719429493339870454718345202438920156990795496840072305985288657263544787468319039801107320194043140046050661151986732844339623356897480824734389819361753951701703394979726320029470117183802718551750207876304574735899565981829866859714386771682837071203992802686703123715111043574454878105411014238280826114974066152031910591400646506749058836996100918895036235537174906484045528810325412038018258304311349741597141730279663892778836290923718425512266962125934655839486806590577103140523993739634593678685478313038805086185319131170472286449484380716288581467117741460422602464106712864354747862417365101236844049749616313639334228837888674762137974630326176340160235515815782778103984784425013130798630137526743512419199645059140109430865502481283110640528654396162479780009649286704722864420701569560016805114040269660649123727004137665778557590533270972737433602418044071767122892770831226965286461941363207812007889458762149606510020707772174792097339022446280640119153154459781936048445099211121257607616556375737602557373241256208126416471600365786976911047403872811600973260254887215005641841238277218028385876598089362962798098705199626230756545189327908364028110074511864900314885752759138310041355122512427870057479645509558735097424543052808569071231205941309937520788270708439146710347734436862857813823771083676784355629864031575476511202644925426955987987583038577738596625342760104155585161859210713504596529021912855495067560750804482765998820831443358458786848709274803823391538756682351481365221244330964110862074676053064143677411070913924703220886998410313710008039528810102332726829452182066858254893626987019062623561415657347964743479135214663070305772388489885433909164164959012775306029667264032205152150870034584636508329896801747262345527144815315728378765035593714653712021513142007125153541466184983005867434672059202047252537613400333737735191103180006039596722447265167966924938951044656167893766293785134518589072503464775356477414118423935105190416903072723622029204936320561913907471254325440895726703396472017696940482616512371969417764307104380628795787393866975667903551674507899109601545588755444791346821919162943115497088024197168188933973072378814112741724915260738198913050228332017029927604131762242332816863752420426081499380098904349272459121516966562677235333755826923736160571007617567160858055309093351113221275546485478471726730707194067525947837537409969750272896495008103233063782479734000188591337193917116009476764126285598483996073039241998648586640558149155221788887033448074302357607494917051568142977184016834980664186579866231307780725696713380882475790391553978733571782645781296221483981351021693954289457065360951135593982473312120648674139277363860540535001286636782750455537042571435252389616523260712772426052324729381184150229811760575515717282896189711064576744734973066401277220391175000654006678372571522874176294932999349676727916720542514583521095350277772210352623880497261693895556364366611913766437683262452010465775049646288074372623901281857511517398997865975221640533289396662142892805062377932035592425669733604312884822459138947627157016477757688991983912174820299873938752384672459021766677225518955315011268421494375696861579746310404563073712522780085545892479711904599446837763008586553804227107281817487123603993765119281914916015489078829167654483613204758414899728529335816494809914246739675700576526181316837573389795534945766612385235191237444200795009330210763144330723030460806444685726275830082427784252694697998412430309340437111230057755104434123784003444193732269044044139442856509365003060193418507358347738054214198538212269262603059233942428391159747340577865190796268360609039888502666640006367052456863646058773837769400563100581655584125545566933524524440637707602892548434814902179634026101934811771670818260031570047005148404682546514630457634001612812225879896929104812341137528285628022759442515480782076696166979737176434349161518144933496405560756464143220736666451978619629869154366080106716462973604168985143054857323880192377470186166059858347875654904627132691597656715117937449940165110933757737141399728290346039565920465156152356818641997292517661779793494154195502160708249390593913472395109529906191535610735984137542422280493845100586093392405970948446457480967515352055018181401808924251344354877968377048546590030637529434204081068842737861921749348132843074596229662625779251602630868481806290115356600372003770373435429603030039460894019766533671329799617269678837622165561840703553885919022432809317159143106952165380156731551041692270309544012923940668135352992232431938355111330136415621465312303352588258665944267965911486362914736768983135663686488380312652389855152023494068297923961090296083155184612334179246977733864318442999427682286182909741561774219898868201292358683202220634178390438423326491588491728728291185202787897072152710365708443864108973769751175975461546861054190335161219261216818745497894343353595702012557178935230018257824641786065872363821560703456337506869272630271941581789853939238384523225462316697202546110305339205741613140576466741992064538416412013819736549996346423726324127360607033267335633991622742228779303274080882370362536940483094949262205498140747924228341768249025506176502421617757170573160373040218387064279801255016024844284837530691379759105677288531424313951029404258844654854705060912857435618266372417103269280703826000505456566537925225353767719074293806709260630317022816034163102042521128363271688470850872533179954401355487350366727991727299082904851062464007293439723556420516300568435937912476972890813268152846693752026632027936235729060591812334007701954255413127506174241716957631948563262642328161785178677356577969476119837862458803845594842472112142614236046675411567052003721128156870451194036519493746593453116637887129734473345085022214745223718046478781836403161959345677355848002935809032364501713662456430224472209125437804839015787811151995010481687815111127104359953497563749414533304581573667384253046205315822218675781606628896053077544400439452749536025582309279829978942269023822677077234244780154624661962655787444934027315497999824334334370305942661428484499817254203648232382341092412624680553549349459661129651438735203186715555265470544334926479574115145504299183997448632501649330366036028623341273120309699714743041915354446720191192268072932359253062689266520489858994189346065649316291270417454868012795458127447664682027961124116194224580579053082433969698316888976678145509134830920406968999224178169661747149745682359245999660727600801806549779707406912872536844066490738129536278992511939343070376439923605575676683911686854135444827373225940111433560461830151040851129390360720240910105984156646509036915258531489093421480542326138372829734540249897295898465328364068664299383061779051789676273441315457869579706437555952972669463788564242870362880458499717136679032352999189452909068313655289132988755269665190643013244560529320570523555246160320822423904060692568792893467776133349187271455160681453672711437798718572294626437352967559782375421034731680622962344141285929232073299138231888989654437110807727121848646568321389318914100761114425775628453266484873399536445768712588443957631618361068765603923396632840198441990064891074919357579781060483707451021122987952313132713830234404910096842657211568358658679878752783605708177119443511525717598222882087137049475323949465130995580674150266123556903160697028272117513921105428570882175317323245395279562965601061735653349281024555161898841742391518969000152213882607261369223996027852325600027943987718581446175822244183630452052049601357013713732802141217738137059874318981356263455601378435874514507635807743773673624501806925693033356700212818404725040480124506397601603373888314580859158257896910797750957114347755714313797442743179967726380029864485801307655243855707766189390935330128708379966288708412955860548241267643435859945405266655037422570318480386353143090512327536787195161688739104979324916959935603066844248820818325218582321901608385926554734388963750403666011292967690576399355597990709769071348796141843736356932215864866878345406648158466397227750073944498403200649191222872438916762864502686388762930114057038612315404415437815517987173276152264529810779567288287148340557402605704646710681718244298937049925471642876137429830388564483232495358905426794015904762359982176122203663546801867885308161316569935677163349439422368879684407809495300282584085397432501302585389878675881597349939777491044492480664906702434828202839651990892368931771860313491223421837590466985742214967517730004031435987647209569140104141345745179311305212506135891758940815985787183484502512149570224621261653201271550331459258392221560453671745996397862086134675864356116694909043336572275242417607191582528372398566804621236058707026313936500404562310129547376547941536753507627583210117378026067566183999895099535985753346876377454031472620736933433156298570118785156843270046605305019957781242674855533502070918993383692737836300986536503849908863931952511653929132715336399665436675765148014661554616072140777802421582535832320001119672113314607454421501751434452037204284866336693599385683151262172865576711405736194743423157968257834860804153590656063372062970287854371059202444090699228920243379400194258969042732307680939955988748622221359065169852093114916722844223420388729925756814074784260277405995079397177315800091508552494865770774654527519070478595346512974823043619683738291727673008970044348844094096722858714374578268254757783849563496589572458187305954092490157032945729809534503917661705477053835225661842490912475741716802323015247214354510206064554978051452644401855769023917680284968387367488579668827456492726852226163318761739964140583009089815632661866163626913267816584413697419791131100424137705590471591341527691399339437572151714143386394413875906487094655940349547968315134153196280932579679258339441568996124128835434131346772482016384712052215342983564568706432226603646428409716533148986319937808629354351197181904069042672038743891973755437854101717341592139319728930657273162465741306269933834853271196607442474384829102983307844334052539136358297811566844836515200074717174643792405709748130320925524033834489313356209909687567860139748143152100387777802826631510428039271806664599667485407855667230079945184536610007568055084311884785432667597650123228886736563598939869058572378508871778181216811761282236883186131748955932366232003926292030525076198254668569755568578788576001830470870879323569046000922773878152813985949037966095758853007737363101116405704958729100549762520542307829164670678130293680639882369747526129722518852111799121519531439963380446071537799699669850520817147699550403634256184649895946102199008001215233711408885329015527930444737252471018887920812183418790826173509136891716268836706751859398615005881977522334550274304380061126098038406690527458957596521546462828530158917225488028240609834683758592795846887193468423917476689784803057041646481964691028539327933392264081112257815852288677827838788592101133864164944033108692443932336283799454407973928772507394980460300616992030028217481195818093718123289780868580721925601079830228859637797843478611706636511726121856526845599582895464689106772139583118742982589577766913181345121798350762366999658250501109942264648339457517488376446457890666353997859071604486366040561571152097539223522220481413096319426070833212209875156622858113500904985996143001420760210648722424267086748637427487250555281592818416776161459616032016439938243225249704846316816326368465531261156800739675296854527775632826304811760425877584674199217439485101862217068015774705806577408355650627804352993979810170051901981665731775443646308723619939444361898176500457128939905042275680374888805613415136967412959173163833319460295164077228236449101178866728060996703008632347204233173717036771589088386304859326196873464257873131951594338366123391876533072927706068103797702548052127929287919556337397372231276713008171549467451841269101412332890226492939055593040142578816230055223887853550762786528913064583474151845550485246739268505524893817279621699715374890765114465068837143642044662545059885023675292412500812929753304821062473095310997021142250807354220727561070168739082450424459462639057032896804107772204302115780722279855211605483671869400870389566310094802251491278406132813095248666251484837773022978413075155879238883183987831496330663471816450484363769748706744779298437565039908539407466681646917390805602567495695623997703110773981353427555279243531503176481116899646950350558262893896797577867417566948517350327668060922689636352870433959278474025245153020518202074648821793076395154579291052345342495582927944538571146890939540418708487271363018170702147573021789894089333154302886946540981096734502050368341556951753387661898670929923518181946435985679254051903273489314226214020018962534604061015716695476405677992658689674616002386933307359918578623811845109277644390345683606173445620048614776091685871017949871227013039744551216292302020812582880618183934156598219848684278804433747032276434508669173414297645527043925402053899957599657159237733095525035455925714230337036152857309384901732548196758450313566636633367229698859238559035020381362160354819187226759680000
711.53/703.45	c number of deleted constraints	: 3302
711.53/703.46	c speed (assignments/second)	: 1925.3862079949035
711.53/703.46	c non guided choices	: 0
711.53/703.46	s OPTIMUM FOUND
711.53/703.46	c Found 14 solution(s)
711.53/703.46	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 
711.53/703.46	c objective function=24890
711.53/703.46	c Total wall clock time (in seconds): 703.317

Verifier Data

OK	24890

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: 63968 MiB (55234 MiB free)
  memory of node 1: 64473 MiB (61746 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4429920-1721112163/watcher-4429920-1721112163 -o /tmp/evaluation-result-4429920-1721112163/solver-4429920-1721112163 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1721105028-838365 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4429920-1721112163.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing FSIZE limit: 104857600 KiB
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 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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=842682, runsolver pid=842679
Current StackSize limit: 8192 KiB


[startup+0.103901 s]*
/proc/loadavg: 4.35 4.27 4.20 6/330 842700
/proc/meminfo: memFree=119744784/131524600 swapFree=131071996/131071996
[pid=842682] ppid=842679 vsize=18975048 memory=64912 CPUtime=0.15 cores=5,7
/proc/842682/stat : 842682 (java) S 842679 842682 838352 0 -1 1077936128 7119 0 0 0 13 2 0 0 20 0 18 0 163379772 19430449152 16228 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
/proc/842682/statm: 4743762 16228 5675 1 0 549380 0
[pid=842682/tid=842684] ppid=842679 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=5,7
/proc/842682/task/842684/stat : 842684 (java) R 842679 842682 838352 0 -1 4194368 5694 0 0 0 8 1 0 0 20 0 18 0 163379772 19430449152 16228 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
[pid=842682/tid=842693] ppid=842679 vsize=18975048 memory=228556276070 CPUtime=0 cores=5,7
/proc/842682/task/842693/stat : 842693 (Finalizer) S 842679 842682 838352 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 163379774 19430449152 16228 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
[pid=842682/tid=842700] ppid=842679 vsize=18975048 memory=16102567654487328 CPUtime=0 cores=5,7
/proc/842682/task/842700/stat : 842700 (Common-Cleaner) S 842679 842682 838352 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 163379775 19430449152 16228 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64912 KiB

[startup+0.210438 s]*
/proc/loadavg: 4.35 4.27 4.20 7/331 842701
/proc/meminfo: memFree=119731828/131524600 swapFree=131071996/131071996
[pid=842682] ppid=842679 vsize=19041612 memory=78360 CPUtime=0.35 cores=5,7
/proc/842682/stat : 842682 (java) S 842679 842682 838352 0 -1 1077936128 7793 0 0 0 33 2 0 0 20 0 19 0 163379772 19498610688 19590 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
/proc/842682/statm: 4760403 19590 5869 1 0 550092 0
[pid=842682/tid=842684] ppid=842679 vsize=19041612 memory=4782652875487838339 CPUtime=0.19 cores=5,7
/proc/842682/task/842684/stat : 842684 (java) R 842679 842682 838352 0 -1 4194368 6062 0 0 0 18 1 0 0 20 0 19 0 163379772 19498610688 19590 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
[pid=842682/tid=842693] ppid=842679 vsize=19041612 memory=1623 CPUtime=0 cores=5,7
/proc/842682/task/842693/stat : 842693 (Finalizer) S 842679 842682 838352 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 163379774 19498610688 19590 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
[pid=842682/tid=842700] ppid=842679 vsize=19041612 memory=14695192770905705 CPUtime=0 cores=5,7
/proc/842682/task/842700/stat : 842700 (Common-Cleaner) S 842679 842682 838352 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 163379775 19498610688 19590 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
[pid=842682/tid=842701] ppid=842679 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/842682/task/842701/stat : 842701 (java) R 842679 842682 838352 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 19 0 163379793 19498610688 19590 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 78360 KiB

[startup+0.305753 s]*
/proc/loadavg: 4.35 4.27 4.20 7/331 842701
/proc/meminfo: memFree=119723836/131524600 swapFree=131071996/131071996
[pid=842682] ppid=842679 vsize=19041612 memory=85888 CPUtime=0.53 cores=5,7
/proc/842682/stat : 842682 (java) S 842679 842682 838352 0 -1 1077936128 8342 0 0 0 51 2 0 0 20 0 19 0 163379772 19498610688 21472 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
/proc/842682/statm: 4760403 21472 5869 1 0 550338 0
[pid=842682/tid=842684] ppid=842679 vsize=19041612 memory=-8527113352685920956 CPUtime=0.29 cores=5,7
/proc/842682/task/842684/stat : 842684 (java) R 842679 842682 838352 0 -1 4194368 6098 0 0 0 27 2 0 0 20 0 19 0 163379772 19498610688 21472 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
[pid=842682/tid=842693] ppid=842679 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/842682/task/842693/stat : 842693 (Finalizer) S 842679 842682 838352 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 163379774 19498610688 21472 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
[pid=842682/tid=842700] ppid=842679 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/842682/task/842700/stat : 842700 (Common-Cleaner) S 842679 842682 838352 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 163379775 19498610688 21472 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
[pid=842682/tid=842701] ppid=842679 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/842682/task/842701/stat : 842701 (Timer-0) S 842679 842682 838352 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 163379793 19498610688 21472 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 85888 KiB

[startup+0.700222 s]
/proc/loadavg: 4.35 4.27 4.20 7/331 842701
/proc/meminfo: memFree=119691768/131524600 swapFree=131071996/131071996
[pid=842682] ppid=842679 vsize=19041612 memory=146676 CPUtime=1.29 cores=5,7
/proc/842682/stat : 842682 (java) S 842679 842682 838352 0 -1 1077936128 15834 0 0 0 125 4 0 0 20 0 19 0 163379772 19498610688 36669 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
/proc/842682/statm: 4760403 36669 5869 1 0 554448 0
[pid=842682/tid=842684] ppid=842679 vsize=19041612 memory=41492 CPUtime=0.66 cores=5,7
/proc/842682/task/842684/stat : 842684 (java) R 842679 842682 838352 0 -1 4194368 6154 0 0 0 64 2 0 0 20 0 19 0 163379772 19498610688 36669 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
[pid=842682/tid=842693] ppid=842679 vsize=19041612 memory=12292 CPUtime=0 cores=5,7
/proc/842682/task/842693/stat : 842693 (Finalizer) S 842679 842682 838352 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 163379774 19498610688 36669 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
[pid=842682/tid=842700] ppid=842679 vsize=19041612 memory=2236 CPUtime=0 cores=5,7
/proc/842682/task/842700/stat : 842700 (Common-Cleaner) S 842679 842682 838352 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 163379775 19498610688 36669 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
[pid=842682/tid=842701] ppid=842679 vsize=19041612 memory=5484 CPUtime=0 cores=5,7
/proc/842682/task/842701/stat : 842701 (Timer-0) S 842679 842682 838352 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 163379793 19498610688 36669 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 146676 KiB

[startup+1.50462 s]
/proc/loadavg: 4.35 4.27 4.20 6/332 842702
/proc/meminfo: memFree=119625288/131524600 swapFree=131071996/131071996
[pid=842682] ppid=842679 vsize=19108176 memory=186896 CPUtime=2.87 cores=5,7
/proc/842682/stat : 842682 (java) S 842679 842682 838352 0 -1 1077936128 22305 0 0 0 282 5 0 0 20 0 20 0 163379772 19566772224 46724 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
/proc/842682/statm: 4777044 46724 5869 1 0 555035 0
[pid=842682/tid=842684] ppid=842679 vsize=19108176 memory=12292 CPUtime=1.43 cores=5,7
/proc/842682/task/842684/stat : 842684 (java) S 842679 842682 838352 0 -1 1077936192 6437 0 0 0 140 3 0 0 20 0 20 0 163379772 19566772224 46724 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
[pid=842682/tid=842693] ppid=842679 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/842682/task/842693/stat : 842693 (Finalizer) S 842679 842682 838352 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163379774 19566772224 46724 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
[pid=842682/tid=842700] ppid=842679 vsize=19108176 memory=2236 CPUtime=0 cores=5,7
/proc/842682/task/842700/stat : 842700 (Common-Cleaner) S 842679 842682 838352 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 163379775 19566772224 46724 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
[pid=842682/tid=842701] ppid=842679 vsize=19108176 memory=5484 CPUtime=0 cores=5,7
/proc/842682/task/842701/stat : 842701 (Timer-0) S 842679 842682 838352 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 163379793 19566772224 46724 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
Current children cumulated CPU time: 2.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 186896 KiB

[startup+3.11197 s]
/proc/loadavg: 4.35 4.27 4.20 5/332 842702
/proc/meminfo: memFree=119445912/131524600 swapFree=131071996/131071996
[pid=842682] ppid=842679 vsize=19108176 memory=369560 CPUtime=5.98 cores=5,7
/proc/842682/stat : 842682 (java) S 842679 842682 838352 0 -1 1077936128 29755 0 0 0 588 10 0 0 20 0 20 0 163379772 19566772224 92390 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
/proc/842682/statm: 4777044 92390 5885 1 0 558485 0
[pid=842682/tid=842684] ppid=842679 vsize=19108176 memory=0 CPUtime=2.97 cores=5,7
/proc/842682/task/842684/stat : 842684 (java) R 842679 842682 838352 0 -1 4194368 7339 0 0 0 292 5 0 0 20 0 20 0 163379772 19566772224 92390 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
[pid=842682/tid=842693] ppid=842679 vsize=19108176 memory=-8527113352685920956 CPUtime=0 cores=5,7
/proc/842682/task/842693/stat : 842693 (Finalizer) S 842679 842682 838352 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163379774 19566772224 92390 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
[pid=842682/tid=842700] ppid=842679 vsize=19108176 memory=12292 CPUtime=0 cores=5,7
/proc/842682/task/842700/stat : 842700 (Common-Cleaner) S 842679 842682 838352 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 163379775 19566772224 92390 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
[pid=842682/tid=842701] ppid=842679 vsize=19108176 memory=2236 CPUtime=0 cores=5,7
/proc/842682/task/842701/stat : 842701 (Timer-0) S 842679 842682 838352 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 163379793 19566772224 92390 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
Current children cumulated CPU time: 5.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 369560 KiB

[startup+6.30025 s]
/proc/loadavg: 4.32 4.26 4.20 5/332 842704
/proc/meminfo: memFree=118690156/131524600 swapFree=131071996/131071996
[pid=842682] ppid=842679 vsize=19108176 memory=1238388 CPUtime=10.2 cores=5,7
/proc/842682/stat : 842682 (java) S 842679 842682 838352 0 -1 1077936128 30420 0 0 0 993 27 0 0 20 0 20 0 163379772 19566772224 309597 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
/proc/842682/statm: 4777044 309597 5885 1 0 558502 0
[pid=842682/tid=842684] ppid=842679 vsize=19108176 memory=12292 CPUtime=6.14 cores=5,7
/proc/842682/task/842684/stat : 842684 (java) R 842679 842682 838352 0 -1 4194368 7879 0 0 0 592 22 0 0 20 0 20 0 163379772 19566772224 309597 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
[pid=842682/tid=842693] ppid=842679 vsize=19108176 memory=2236 CPUtime=0 cores=5,7
/proc/842682/task/842693/stat : 842693 (Finalizer) S 842679 842682 838352 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163379774 19566772224 309597 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
[pid=842682/tid=842700] ppid=842679 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/842682/task/842700/stat : 842700 (Common-Cleaner) S 842679 842682 838352 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 163379775 19566772224 309597 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
[pid=842682/tid=842701] ppid=842679 vsize=19108176 memory=186988 CPUtime=0 cores=5,7
/proc/842682/task/842701/stat : 842701 (Timer-0) S 842679 842682 838352 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 163379793 19566772224 309597 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
Current children cumulated CPU time: 10.2 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1238388 KiB

[startup+12.7003 s]
/proc/loadavg: 4.30 4.26 4.19 5/332 842704
/proc/meminfo: memFree=118401100/131524600 swapFree=131071996/131071996
[pid=842682] ppid=842679 vsize=19108176 memory=1379288 CPUtime=17.45 cores=5,7
/proc/842682/stat : 842682 (java) S 842679 842682 838352 0 -1 1077936128 44580 0 0 0 1712 33 0 0 20 0 20 0 163379772 19566772224 344822 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
/proc/842682/statm: 4777044 344822 5885 1 0 560903 0
[pid=842682/tid=842684] ppid=842679 vsize=19108176 memory=186988 CPUtime=12.46 cores=5,7
/proc/842682/task/842684/stat : 842684 (java) R 842679 842682 838352 0 -1 4194368 8805 0 0 0 1221 25 0 0 20 0 20 0 163379772 19566772224 344822 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
[pid=842682/tid=842693] ppid=842679 vsize=19108176 memory=1371088 CPUtime=0 cores=5,7
/proc/842682/task/842693/stat : 842693 (Finalizer) S 842679 842682 838352 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163379774 19566772224 344822 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
[pid=842682/tid=842700] ppid=842679 vsize=19108176 memory=1361388 CPUtime=0 cores=5,7
/proc/842682/task/842700/stat : 842700 (Common-Cleaner) S 842679 842682 838352 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 163379775 19566772224 344822 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
[pid=842682/tid=842701] ppid=842679 vsize=19108176 memory=12064 CPUtime=0 cores=5,7
/proc/842682/task/842701/stat : 842701 (Timer-0) S 842679 842682 838352 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 163379793 19566772224 344822 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
Current children cumulated CPU time: 17.45 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1379288 KiB

[startup+25.5003 s]
/proc/loadavg: 4.30 4.26 4.20 5/332 842775
/proc/meminfo: memFree=120395424/131524600 swapFree=131071996/131071996
[pid=842682] ppid=842679 vsize=19108176 memory=1390052 CPUtime=30.72 cores=5,7
/proc/842682/stat : 842682 (java) S 842679 842682 838352 0 -1 1077936128 49007 0 0 0 3038 34 0 0 20 0 20 0 163379772 19566772224 347513 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
/proc/842682/statm: 4777044 347513 5885 1 0 560903 0
[pid=842682/tid=842684] ppid=842679 vsize=19108176 memory=1361388 CPUtime=25.05 cores=5,7
/proc/842682/task/842684/stat : 842684 (java) R 842679 842682 838352 0 -1 4194368 10025 0 0 0 2480 25 0 0 20 0 20 0 163379772 19566772224 347513 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
[pid=842682/tid=842693] ppid=842679 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/842682/task/842693/stat : 842693 (Finalizer) S 842679 842682 838352 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163379774 19566772224 347513 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
[pid=842682/tid=842700] ppid=842679 vsize=19108176 memory=-8527113352685920956 CPUtime=0 cores=5,7
/proc/842682/task/842700/stat : 842700 (Common-Cleaner) S 842679 842682 838352 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 163379775 19566772224 347513 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
[pid=842682/tid=842701] ppid=842679 vsize=19108176 memory=41492 CPUtime=0 cores=5,7
/proc/842682/task/842701/stat : 842701 (Timer-0) S 842679 842682 838352 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 163379793 19566772224 347513 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
Current children cumulated CPU time: 30.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1390052 KiB

[startup+51.1062 s]
/proc/loadavg: 4.32 4.27 4.20 5/332 842846
/proc/meminfo: memFree=121535120/131524600 swapFree=131071996/131071996
[pid=842682] ppid=842679 vsize=19108176 memory=1462200 CPUtime=56.7 cores=5,7
/proc/842682/stat : 842682 (java) S 842679 842682 838352 0 -1 1077936128 56920 0 0 0 5632 38 0 0 20 0 20 0 163379772 19566772224 365550 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
/proc/842682/statm: 4777044 365550 5884 1 0 560903 0

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

/proc/842682/task/842701/stat : 842701 (Timer-0) S 842679 842682 838352 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 163379793 19566772224 898924 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
Current children cumulated CPU time: 409.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3595696 KiB

[startup+462.3 s]
/proc/loadavg: 4.16 4.28 4.23 5/330 842919
/proc/meminfo: memFree=116564388/131524600 swapFree=131071996/131071996
[pid=842682] ppid=842679 vsize=19108176 memory=3595984 CPUtime=470.05 cores=5,7
/proc/842682/stat : 842682 (java) S 842679 842682 838352 0 -1 1077936128 118624 0 0 0 46903 102 0 0 20 0 20 0 163379772 19566772224 898996 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
/proc/842682/statm: 4777044 898996 5884 1 0 928611 0
[pid=842682/tid=842684] ppid=842679 vsize=19108176 memory=3595960 CPUtime=454.53 cores=5,7
/proc/842682/task/842684/stat : 842684 (java) R 842679 842682 838352 0 -1 4194368 30223 0 0 0 45397 56 0 0 20 0 20 0 163379772 19566772224 898996 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
[pid=842682/tid=842693] ppid=842679 vsize=19108176 memory=3595984 CPUtime=0 cores=5,7
/proc/842682/task/842693/stat : 842693 (Finalizer) S 842679 842682 838352 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163379774 19566772224 898996 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
[pid=842682/tid=842700] ppid=842679 vsize=19108176 memory=12064 CPUtime=0 cores=5,7
/proc/842682/task/842700/stat : 842700 (Common-Cleaner) S 842679 842682 838352 0 -1 1077936192 315 0 0 0 0 0 0 0 20 0 20 0 163379775 19566772224 898996 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
[pid=842682/tid=842701] ppid=842679 vsize=19108176 memory=41492 CPUtime=0 cores=5,7
/proc/842682/task/842701/stat : 842701 (Timer-0) S 842679 842682 838352 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 163379793 19566772224 898996 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
Current children cumulated CPU time: 470.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3595984 KiB

[startup+522.3 s]
/proc/loadavg: 4.26 4.30 4.24 5/332 842934
/proc/meminfo: memFree=116372968/131524600 swapFree=131071996/131071996
[pid=842682] ppid=842679 vsize=19108176 memory=3599680 CPUtime=530.3 cores=5,7
/proc/842682/stat : 842682 (java) S 842679 842682 838352 0 -1 1077936128 127183 0 0 0 52925 105 0 0 20 0 20 0 163379772 19566772224 899920 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
/proc/842682/statm: 4777044 899920 5884 1 0 928644 0
[pid=842682/tid=842684] ppid=842679 vsize=19108176 memory=41492 CPUtime=513.94 cores=5,7
/proc/842682/task/842684/stat : 842684 (java) R 842679 842682 838352 0 -1 4194368 33061 0 0 0 51338 56 0 0 20 0 20 0 163379772 19566772224 899920 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
[pid=842682/tid=842693] ppid=842679 vsize=19108176 memory=3599680 CPUtime=0 cores=5,7
/proc/842682/task/842693/stat : 842693 (Finalizer) S 842679 842682 838352 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163379774 19566772224 899920 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
[pid=842682/tid=842700] ppid=842679 vsize=19108176 memory=-8527113352685920956 CPUtime=0 cores=5,7
/proc/842682/task/842700/stat : 842700 (Common-Cleaner) S 842679 842682 838352 0 -1 1077936192 358 0 0 0 0 0 0 0 20 0 20 0 163379775 19566772224 899920 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
[pid=842682/tid=842701] ppid=842679 vsize=19108176 memory=2680 CPUtime=0 cores=5,7
/proc/842682/task/842701/stat : 842701 (Timer-0) S 842679 842682 838352 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 163379793 19566772224 899920 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
Current children cumulated CPU time: 530.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3599680 KiB

[startup+582.3 s]
/proc/loadavg: 4.17 4.27 4.24 6/332 842944
/proc/meminfo: memFree=115776148/131524600 swapFree=131071996/131071996
[pid=842682] ppid=842679 vsize=19108176 memory=3599700 CPUtime=590.33 cores=5,7
/proc/842682/stat : 842682 (java) S 842679 842682 838352 0 -1 1077936128 131335 0 0 0 58926 107 0 0 20 0 20 0 163379772 19566772224 899925 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
/proc/842682/statm: 4777044 899925 5884 1 0 928644 0
[pid=842682/tid=842684] ppid=842679 vsize=19108176 memory=41492 CPUtime=573.41 cores=5,7
/proc/842682/task/842684/stat : 842684 (java) R 842679 842682 838352 0 -1 4194368 34686 0 0 0 57285 56 0 0 20 0 20 0 163379772 19566772224 899925 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
[pid=842682/tid=842693] ppid=842679 vsize=19108176 memory=3599680 CPUtime=0 cores=5,7
/proc/842682/task/842693/stat : 842693 (Finalizer) S 842679 842682 838352 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163379774 19566772224 899925 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
[pid=842682/tid=842700] ppid=842679 vsize=19108176 memory=12292 CPUtime=0 cores=5,7
/proc/842682/task/842700/stat : 842700 (Common-Cleaner) S 842679 842682 838352 0 -1 1077936192 427 0 0 0 0 0 0 0 20 0 20 0 163379775 19566772224 899925 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
[pid=842682/tid=842701] ppid=842679 vsize=19108176 memory=3599700 CPUtime=0 cores=5,7
/proc/842682/task/842701/stat : 842701 (Timer-0) S 842679 842682 838352 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 163379793 19566772224 899925 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
Current children cumulated CPU time: 590.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3599700 KiB

[startup+642.3 s]
/proc/loadavg: 4.17 4.25 4.23 5/332 842954
/proc/meminfo: memFree=115758424/131524600 swapFree=131071996/131071996
[pid=842682] ppid=842679 vsize=19108176 memory=3599796 CPUtime=650.38 cores=5,7
/proc/842682/stat : 842682 (java) S 842679 842682 838352 0 -1 1077936128 136041 0 0 0 64928 110 0 0 20 0 20 0 163379772 19566772224 899949 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
/proc/842682/statm: 4777044 899949 5884 1 0 928644 0
[pid=842682/tid=842684] ppid=842679 vsize=19108176 memory=3599680 CPUtime=632.86 cores=5,7
/proc/842682/task/842684/stat : 842684 (java) R 842679 842682 838352 0 -1 4194368 36525 0 0 0 63230 56 0 0 20 0 20 0 163379772 19566772224 899949 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
[pid=842682/tid=842693] ppid=842679 vsize=19108176 memory=12292 CPUtime=0 cores=5,7
/proc/842682/task/842693/stat : 842693 (Finalizer) S 842679 842682 838352 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163379774 19566772224 899949 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
[pid=842682/tid=842700] ppid=842679 vsize=19108176 memory=-8527113352685920956 CPUtime=0 cores=5,7
/proc/842682/task/842700/stat : 842700 (Common-Cleaner) S 842679 842682 838352 0 -1 1077936192 499 0 0 0 0 0 0 0 20 0 20 0 163379775 19566772224 899949 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
[pid=842682/tid=842701] ppid=842679 vsize=19108176 memory=3599796 CPUtime=0 cores=5,7
/proc/842682/task/842701/stat : 842701 (Timer-0) S 842679 842682 838352 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 163379793 19566772224 899949 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
Current children cumulated CPU time: 650.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3599796 KiB

[startup+702.3 s]
/proc/loadavg: 4.15 4.23 4.22 5/332 842967
/proc/meminfo: memFree=115709776/131524600 swapFree=131071996/131071996
[pid=842682] ppid=842679 vsize=19108176 memory=3599816 CPUtime=710.43 cores=5,7
/proc/842682/stat : 842682 (java) S 842679 842682 838352 0 -1 1077936128 140321 0 0 0 70931 112 0 0 20 0 20 0 163379772 19566772224 899954 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
/proc/842682/statm: 4777044 899954 5884 1 0 928644 0
[pid=842682/tid=842684] ppid=842679 vsize=19108176 memory=3599680 CPUtime=692.28 cores=5,7
/proc/842682/task/842684/stat : 842684 (java) R 842679 842682 838352 0 -1 4194368 39088 0 0 0 69171 57 0 0 20 0 20 0 163379772 19566772224 899954 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
[pid=842682/tid=842693] ppid=842679 vsize=19108176 memory=3599796 CPUtime=0 cores=5,7
/proc/842682/task/842693/stat : 842693 (Finalizer) S 842679 842682 838352 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163379774 19566772224 899954 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
[pid=842682/tid=842700] ppid=842679 vsize=19108176 memory=3599796 CPUtime=0 cores=5,7
/proc/842682/task/842700/stat : 842700 (Common-Cleaner) S 842679 842682 838352 0 -1 1077936192 571 0 0 0 0 0 0 0 20 0 20 0 163379775 19566772224 899954 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
[pid=842682/tid=842701] ppid=842679 vsize=19108176 memory=13664 CPUtime=0 cores=5,7
/proc/842682/task/842701/stat : 842701 (Timer-0) S 842679 842682 838352 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 163379793 19566772224 899954 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
Current children cumulated CPU time: 710.43 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3599816 KiB

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

# cumulated CPU time of all completed processes:  user=710.502 s, system=1.14318 s

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

[startup+702.4 s]
/proc/loadavg: 4.15 4.23 4.22 5/332 842967
/proc/meminfo: memFree=115709776/131524600 swapFree=131071996/131071996
[pid=842682] ppid=842679 vsize=19108176 memory=3599816 CPUtime=710.53 cores=5,7
/proc/842682/stat : 842682 (java) S 842679 842682 838352 0 -1 1077936128 140321 0 0 0 70941 112 0 0 20 0 20 0 163379772 19566772224 899954 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
/proc/842682/statm: 4777044 899954 5884 1 0 928644 0
[pid=842682/tid=842684] ppid=842679 vsize=19108176 memory=-8527113352685920956 CPUtime=692.38 cores=5,7
/proc/842682/task/842684/stat : 842684 (java) R 842679 842682 838352 0 -1 4194368 39088 0 0 0 69181 57 0 0 20 0 20 0 163379772 19566772224 899954 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
[pid=842682/tid=842693] ppid=842679 vsize=19108176 memory=16224 CPUtime=0 cores=5,7
/proc/842682/task/842693/stat : 842693 (Finalizer) S 842679 842682 838352 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163379774 19566772224 899954 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
[pid=842682/tid=842700] ppid=842679 vsize=19108176 memory=2236 CPUtime=0 cores=5,7
/proc/842682/task/842700/stat : 842700 (Common-Cleaner) S 842679 842682 838352 0 -1 1077936192 571 0 0 0 0 0 0 0 20 0 20 0 163379775 19566772224 899954 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
[pid=842682/tid=842701] ppid=842679 vsize=19108176 memory=5484 CPUtime=0 cores=5,7
/proc/842682/task/842701/stat : 842701 (Timer-0) S 842679 842682 838352 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 163379793 19566772224 899954 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
Current children cumulated CPU time: 710.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3599816 KiB

[startup+703.2 s]
/proc/loadavg: 4.15 4.23 4.22 5/332 842967
/proc/meminfo: memFree=115709776/131524600 swapFree=131071996/131071996
[pid=842682] ppid=842679 vsize=19108176 memory=3599816 CPUtime=711.33 cores=5,7
/proc/842682/stat : 842682 (java) S 842679 842682 838352 0 -1 1077936128 140497 0 0 0 71021 112 0 0 20 0 20 0 163379772 19566772224 899954 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
/proc/842682/statm: 4777044 899954 5884 1 0 928644 0
[pid=842682/tid=842684] ppid=842679 vsize=19108176 memory=-8527113352685920956 CPUtime=693.18 cores=5,7
/proc/842682/task/842684/stat : 842684 (java) R 842679 842682 838352 0 -1 4194368 39179 0 0 0 69261 57 0 0 20 0 20 0 163379772 19566772224 899954 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
[pid=842682/tid=842693] ppid=842679 vsize=19108176 memory=41492 CPUtime=0 cores=5,7
/proc/842682/task/842693/stat : 842693 (Finalizer) S 842679 842682 838352 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163379774 19566772224 899954 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
[pid=842682/tid=842700] ppid=842679 vsize=19108176 memory=12292 CPUtime=0 cores=5,7
/proc/842682/task/842700/stat : 842700 (Common-Cleaner) S 842679 842682 838352 0 -1 1077936192 571 0 0 0 0 0 0 0 20 0 20 0 163379775 19566772224 899954 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
[pid=842682/tid=842701] ppid=842679 vsize=19108176 memory=5436 CPUtime=0 cores=5,7
/proc/842682/task/842701/stat : 842701 (Timer-0) S 842679 842682 838352 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 163379793 19566772224 899954 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
Current children cumulated CPU time: 711.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3599816 KiB

[startup+703.4 s]
/proc/loadavg: 4.15 4.23 4.22 5/332 842967
/proc/meminfo: memFree=115709776/131524600 swapFree=131071996/131071996
[pid=842682] ppid=842679 vsize=19108176 memory=3599816 CPUtime=711.53 cores=5,7
/proc/842682/stat : 842682 (java) S 842679 842682 838352 0 -1 1077936128 140497 0 0 0 71041 112 0 0 20 0 20 0 163379772 19566772224 899954 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
/proc/842682/statm: 4777044 899954 5884 1 0 928644 0
[pid=842682/tid=842684] ppid=842679 vsize=19108176 memory=2236 CPUtime=693.38 cores=5,7
/proc/842682/task/842684/stat : 842684 (java) R 842679 842682 838352 0 -1 4194368 39179 0 0 0 69281 57 0 0 20 0 20 0 163379772 19566772224 899954 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
[pid=842682/tid=842693] ppid=842679 vsize=19108176 memory=5484 CPUtime=0 cores=5,7
/proc/842682/task/842693/stat : 842693 (Finalizer) S 842679 842682 838352 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163379774 19566772224 899954 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
[pid=842682/tid=842700] ppid=842679 vsize=19108176 memory=1888 CPUtime=0 cores=5,7
/proc/842682/task/842700/stat : 842700 (Common-Cleaner) S 842679 842682 838352 0 -1 1077936192 571 0 0 0 0 0 0 0 20 0 20 0 163379775 19566772224 899954 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
[pid=842682/tid=842701] ppid=842679 vsize=19108176 memory=1976 CPUtime=0 cores=5,7
/proc/842682/task/842701/stat : 842701 (Timer-0) S 842679 842682 838352 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 163379793 19566772224 899954 134679101440 94470587367424 94470587371120 140729389070400 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94470587378936 94470587379728 94470600097792 140729389073397 140729389073505 140729389073505 140729389080520 0
Current children cumulated CPU time: 711.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3599816 KiB

Child status: 30

Real time (s): 703.49
CPU time (s): 711.645
CPU user time (s): 710.502
CPU system time (s): 1.14318
CPU usage (%): 101.159
Max. virtual memory (cumulated for all children) (KiB): 19110912
Max. memory (cumulated for all children) (KiB): 3599816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 710.502
system time used= 1.14318
maximum resident set size= 3601504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144519
page faults= 0
swaps= 0
block input operations= 0
block output operations= 800
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34940
involuntary context switches= 1605


# summary of solver processes directly reported to runsolver:
#   pid: 842682
#   total CPU time (s): 711.645
#   total CPU user time (s): 710.502
#   total CPU system time (s): 1.14318

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.94311 second user time and 3.06152 second system time

The end

Launcher Data

Begin job on nodeC020 at 2024-07-16 08:42:56
IDJOB=4429920
IDBENCH=148152
IDSOLVER=3052
FILE ID=nodeC020/4429920-1721112163
RUNJOBID= nodeC020-1721105028-838365
SLURM_JOB_ID= 7505630
Free space on /tmp= 890076 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB07/OPT-LIN/submittedPB07/aksoy/trarea_ac/normalized-fir02_trarea_ac.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4429920-1721112163/watcher-4429920-1721112163 -o /tmp/evaluation-result-4429920-1721112163/solver-4429920-1721112163 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1721105028-838365 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4429920-1721112163.opb

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

MD5SUM BENCH= fcd18fcc34c15065587272921fbfa877
RANDOM SEED=190361505

nodeC020.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3661.805
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.05
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3632.607
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.034
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.05
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3674.735
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3661.993
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.05
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3653.003
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.221
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.05
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3646.096
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        119789116 kB
MemAvailable:   121351532 kB
Buffers:          412280 kB
Cached:          1974052 kB
SwapCached:            0 kB
Active:           647360 kB
Inactive:       10451156 kB
Active(anon):       1592 kB
Inactive(anon):  8747980 kB
Active(file):     645768 kB
Inactive(file):  1703176 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               808 kB
Writeback:             0 kB
AnonPages:       8710844 kB
Mapped:           124196 kB
Shmem:             37720 kB
KReclaimable:     106588 kB
Slab:             214436 kB
SReclaimable:     106588 kB
SUnreclaim:       107848 kB
KernelStack:        5004 kB
PageTables:        27480 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   10142836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            60064 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8519680 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      189140 kB
DirectMap2M:    15312896 kB
DirectMap1G:    120586240 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC020 at 2024-07-16 08:54:39