Trace number 4487719

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j CP VeriPB 2025-06-06SAT (TO)5702 3600.39 3239.96

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/
synthesis-ptl-cmos-circuits/normalized-9symml.opb
MD5SUM30811ed4729c90bd058f0c8aab264377
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 benchmark4517
Best CPU time to get the best result obtained on this benchmark0.125111
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables651
Total number of constraints1658
Number of constraints which are clauses1656
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint1
Maximum length of a constraint42
Number of terms in the objective function 651
Biggest coefficient in the objective function 61
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 28138
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 61
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 28138
Number of bits of the biggest sum of numbers15
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.10	c Number of processors 	2
0.12/0.16	c Pseudo Boolean Optimization by upper bound
0.12/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.16	c  - never skip resolution steps
0.12/0.16	c  - Auto-division on coefficients is disabled
0.12/0.16	c  - No postprocessing
0.12/0.16	c  - Conflict is considered as is when resolving
0.12/0.16	c  - Use constraints as they come during conflict analysis
0.12/0.16	c  - Weaken first using unassigned literals
0.12/0.16	c  - Bump strategy: ALWAYS_ONE
0.12/0.16	c  - Bumper: EFFECTIVE
0.12/0.16	c --- Begin Solver configuration ---
0.12/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.12/0.16	c Learn all clauses as in MiniSAT
0.12/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.16	c No reason simplification
0.12/0.16	c Dynamic restart strategy considering the size of the coefficients
0.12/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.12/0.16	c timeout=2147483s
0.12/0.16	c DB Simplification allowed=false
0.12/0.16	c Listener: none
0.12/0.16	c --- End Solver configuration ---
0.12/0.16	c solving HOME/instance-4487719-1751337296.opb
0.12/0.16	c reading problem ... 
0.12/0.20	c using VERIPB proof format
0.12/0.20	c  objective function found
0.24/0.30	c ... done. Wall clock time 0.142s.
0.24/0.30	c declared #vars     651
0.24/0.30	c #constraints  1658
0.24/0.30	c constraints type 
0.24/0.30	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 501
0.24/0.30	c org.sat4j.specs.Constr$1 => 65
0.24/0.30	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1078
0.24/0.30	c org.sat4j.pb.constraints.pb.UnitClausePB => 14
0.24/0.30	c 1658 constraints processed.
0.42/0.31	c objective function length is 651 literals
0.42/0.35	c SATISFIABLE
0.42/0.35	c OPTIMIZING...
0.42/0.35	c Got one! Elapsed wall clock time (in seconds):0.186
0.42/0.35	o 6151
0.42/0.36	c Got one! Elapsed wall clock time (in seconds):0.198
0.42/0.36	o 6080
0.42/0.36	c Got one! Elapsed wall clock time (in seconds):0.204
0.42/0.36	o 6056
0.42/0.40	c Got one! Elapsed wall clock time (in seconds):0.236
0.42/0.40	o 6033
0.62/0.45	c Got one! Elapsed wall clock time (in seconds):0.287
0.62/0.45	o 6010
0.62/0.49	c Got one! Elapsed wall clock time (in seconds):0.327
0.62/0.49	o 5987
1.19/0.79	c Got one! Elapsed wall clock time (in seconds):0.634
1.19/0.79	o 5972
1.39/0.81	c Got one! Elapsed wall clock time (in seconds):0.645
1.39/0.81	o 5962
2.97/1.64	c Got one! Elapsed wall clock time (in seconds):1.479
2.97/1.64	o 5955
3.97/2.11	c Got one! Elapsed wall clock time (in seconds):1.953
3.97/2.11	o 5939
28.91/25.02	c Got one! Elapsed wall clock time (in seconds):24.855
28.91/25.02	o 5932
30.66/26.62	c Got one! Elapsed wall clock time (in seconds):26.456
30.66/26.62	o 5928
31.42/27.20	c Got one! Elapsed wall clock time (in seconds):27.044
31.42/27.20	o 5904
31.82/27.68	c Got one! Elapsed wall clock time (in seconds):27.516
31.82/27.68	o 5895
31.92/27.77	c Got one! Elapsed wall clock time (in seconds):27.613
31.92/27.77	o 5890
32.03/27.81	c Got one! Elapsed wall clock time (in seconds):27.655
32.03/27.81	o 5872
33.02/28.82	c Got one! Elapsed wall clock time (in seconds):28.657
33.02/28.82	o 5840
34.34/30.12	c Got one! Elapsed wall clock time (in seconds):29.964
34.34/30.12	o 5808
35.64/31.44	c Got one! Elapsed wall clock time (in seconds):31.283
35.64/31.44	o 5785
36.14/31.95	c Got one! Elapsed wall clock time (in seconds):31.791
36.14/31.95	o 5776
41.95/37.64	c Got one! Elapsed wall clock time (in seconds):37.478
41.95/37.64	o 5764
42.16/37.84	c Got one! Elapsed wall clock time (in seconds):37.676
42.16/37.84	o 5750
42.36/38.06	c Got one! Elapsed wall clock time (in seconds):37.896
42.36/38.06	o 5744
131.16/123.77	c cleaning 3629 clauses out of 7258 with flag 0/7261
141.14/133.60	c Got one! Elapsed wall clock time (in seconds):133.444
141.14/133.60	o 5740
147.07/139.57	c Got one! Elapsed wall clock time (in seconds):139.412
147.07/139.57	o 5714
147.27/139.79	c Got one! Elapsed wall clock time (in seconds):139.63
147.27/139.79	o 5712
147.47/139.98	c Got one! Elapsed wall clock time (in seconds):139.82
147.47/139.98	o 5710
149.47/141.99	c Got one! Elapsed wall clock time (in seconds):141.826
149.47/141.99	o 5708
302.91/294.42	c Got one! Elapsed wall clock time (in seconds):294.257
302.91/294.42	o 5702
451.90/442.69	c cleaning 4825 clauses out of 9650 with flag 0/13282
3600.09/3239.85	c starts		: 64
3600.09/3239.88	c conflicts		: 18666
3600.09/3239.88	c decisions		: 57215
3600.09/3239.88	c propagations		: 1238679
3600.09/3239.88	c inspects		: 84419642
3600.09/3239.88	c shortcuts		: 0
3600.09/3239.88	c learnt literals	: 3
3600.09/3239.88	c learnt binary clauses	: 4
3600.09/3239.88	c learnt ternary clauses	: 6
3600.09/3239.88	c learnt constraints	: 18662
3600.09/3239.89	c ignored constraints	: 0
3600.09/3239.89	c root simplifications	: 0
3600.09/3239.89	c removed literals (reason simplification)	: 0
3600.09/3239.89	c reason swapping (by a shorter reason)	: 0
3600.09/3239.89	c Calls to reduceDB	: 2
3600.09/3239.89	c Number of update (reduction) of LBD	: 30612
3600.09/3239.89	c Imported unit clauses	: 0
3600.09/3239.89	c No decision after first conflict	: false
3600.09/3239.89	c number of reductions to clauses (during analyze)	: 0
3600.09/3239.89	c number of learned constraints concerned by reduction	: 0
3600.09/3239.89	c number of learning phase by resolution	: 0
3600.09/3239.89	c number of learning phase by cutting planes	: 0
3600.09/3239.89	c number of rounding to 1 operations	: 0
3600.09/3239.89	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3239.89	c number of reductions of the coefficients by power 2 	: 0
3600.09/3239.89	c number of right shift for reduction by power 2 	: 0
3600.09/3239.89	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3239.89	c number of ending skipping 	: 0
3600.09/3239.89	c number of internal skipping 	: 0
3600.09/3239.89	c number of derivation steps 	: 86261
3600.09/3239.89	c number of skipped derivation steps 	: 0
3600.09/3239.89	c number of remaining unassigned 	: 364921
3600.09/3239.89	c number of remaining assigned 	: 5924750
3600.09/3239.89	c number of falsified literals weakened from reason	: 0
3600.09/3239.89	c number of falsified literals weakened from conflict	: 0
3600.09/3239.89	c time for arithmetic operations	: 1840561825409
3600.09/3239.89	c minimum degree of deleted constraints	: 12206
3600.09/3239.89	c maximum degree of deleted constraints	: 9213079012818616501824790528668958963360836349429810210930694501236917309692008471268687063904769775795510018838838659194198895945832099553861030674157666397904098532074113006535990479436933896389038715362217559865504978273735479634581505615557397425053363353853101145899965107778704687036207855191408715891183307384302664704308511869440762567460086990643748601010595662059225944595091671156499116327669890220868236207201640197613483534529672776379298353510394524441681891061711743496971781784853021026476009345053439459910289029614326110515358942871276682185138956916977718422913931996345414926204568896800523694878509693080922621194301074145988110353590704190697069474966445950771022283426783280988796137281877435355281300696999281316595312656793952607260491321710519874155247450830540678323827587562438337800653785893477379656557514542052967369898437318296511194564475696110657052374825703113386634577928723772767094355792058056160252092588265972390566521370156230011733048804664979991979899267626284748480628935073635584009873515994691756011549725178613233957656944873176480817079125609293154577445817867202743802499912343428633217160920955552123488654525771386759162578661834355196821052024175281500194983164598809364443394797865989575657925301153141578572413465445731004849794522626090672390348378358695467051106395989989933726337170249583705096907181454140419962017630494116960987590754691298037429948245762724889343864002608947156939534799153536417620408601057968785928870900118386063834473383896527055928020510177366743383254649772576333241960228636105011909123848686560549322811732995420328060862333249238772827899849403500218796739345428155040934953727350309773880080264722154518154305884106584804989486169889404572720221715884709602670172250528574540688749148786123276617615335199241823870165938310546530123133162955897270484915063349457030420467248081542483745053694921599760965497366723066074509805371461080993201062386950492625135520355091268467905932473451668742420359824482326983742465730391723785160672565274463122389040805166989044672267851560817246640632633844157970527274704189741699979576882261898404353784310507019936657115540010161118040199136082994934411109500481036098835810248096898628237517605277658552801759190815681614079570690850270764617077285718066317492159677193365579909866335564732858756938486341429232664185853310488547457357245659158475971642254689088648437504150276314888934704278750840823363543180855786298291396365795194843039743710471249517839325007937305613641063333194157968665028794104154575254503658012470284942173147911919172117848989466474479819581677846325768221874435679624286460847553660279317501104938812164875835575421608232103478496741393208015193183000666795071678972179754937482331756257311323002443217620478029163003602993988101634925741516154759238556299626614898271238656332481799697974435482186483433561409638131454083674298086788576555376225513551461762826759013735499750793990608029999383496411871631134108992767255942336995911140508454124820628610691661771361422804868084562858012594901676236960582360288415433272896689097867471386043661034449729530748888828719639383426000921738944651290947607128975764953559321256052722166939804793846526132448794704013118943314634815929761044471646830206822035636873676927904623181777501881634956002884126146460991291396174208671376585675649594728134610637656446176647251929130138259942200340685316451080065701838760814876561824630585842911327813652845436500207658163152317161992781420617521072910889823210645031268669099609730407882116198701844850602427690840153106050319525736779662901539443166488176375309129420368591540550928292218738534198059576405705436900820527219151514746948533104630832154167653908903545958948326810712854571883331611871652827170999189987213166607588190827290544294521255090346128483148646835771700870746975909004332233679604120869872724804656394212311546054050397353461187538825585619703389378109361091561212328560640554041325180785731423473742852585403267591962982634603059130085919675003202211246554759769667474430341658107805634262915496073640936498642946845804612812279839284147463381236911989358650411124490404810937854394556725173604806273647974972729636591528676457212881921677439706058519188867806154354717836853557476353704279662922940956112113186274703403864721068231349211300700930342546108946364147533699867312665248191036253327327861088645563098313334929967857789468680813715220128867325325291265544696838854089471116912043399453815796546651304567719291017459688014061045545291018475252764622784401257084531523091621134424175720042504719902035645764408485142654291149679826070390105490762201495437596306948686546840377804886578095096232251923355806627581567865632751215387906473971294230825610031653547807300659579631296430706642797995407173493337682745775729869999356900191743806591022007158154434404202951229111380668869185558864169240999907904913408531540533710587438446386651595506927881493247022541260314538341536137705353221963354406520477995448977200459917835590597854071450272809481928066016174234917418634365251371841760218595077185205006266651400148823690645879077845289452541511749548423768682689436716462875318098248386477325769547886924725880659070542598873682452923488337233287923298317607683057655573994228579094256364926674255155806729013096515080939494264017336153698184007683007471013974509456347517602018319399369869296706340107644965613040486117781097768288829263707988940190017767236455986479593202959804719354008505390824375071454862666026154908024656994682012158266768571216071088452165382261949476530380938463368910489222285778327419897071033081382469607169891569816705024827681924106748650559957827296374034666272327300084316796507256524126206768111080086149506753952535927170269020234883344093367872445968451806349941943227796195478010214642323569032628685103552314429242158461877943449238111148228807775921319757705809278374400160094806311554575235669926295945313759116591454885228762513188189156619191018684840570187538660774745369452421799656406780818006443651550785147592912945476863996102147380096444034466449518120880379356770622233307108907781757435703884421424084696225594079045507590711248323899869673675089278768114047843418093775288807995571964292448684518263999115361643072656851843576185611511834017499422445617538703000010405007837407182718837806924402771020967097599739689997439510859745456265485545059160657362554389849020489871193846687925125514461503433384361791473390931690875763919045864480009058447460371915135548739055004892479821982147042971853709774099110589901085572653398193156802003221986033021865945420074329282984335716587838253220102707798679444126082223844697005576871677594925338003499654427014042677814060080111866587519792957518418760462139228941097491554119534616464284522967478016392305266575175169885104621145731738736935518067842525109655082780604048008253771427913629586998828353810125506031487620149153992819415812215077238806551259462039419629657662181197798154990636154339908081843152501831919144688632364731868334469406303663595092501031936024298584403789744302795097416321576824645338869759790462852186322043129777224944652472823144481029411561543447472319591918906561927880285693284854993602502191069991944093670306235347895771572554799469772141727570516687638662564430247121433461580204343423457555433212154651902917543382638449518946749083566308090407667846763730019049664415772518690368185081033526216094864312029330826432325618832432613869634733014381494045307701011243267951938495717894922501294500157747051555157087369596025693512359950660324682554211429253213433725647629180129994872555414268519433424538935963553717631474903380847837547854854023450540662879991661830202683477302630131665236986524472413849415740913400065548518802098235391669664527902391367400608583304923439978063828553005127180853575704718970752161222336908565867669062831946782887879396272358592998473080188990547192633768173282522647305640392158615607833021553507605124274585837426153719281552724606297770071975373422557255627769101451176317851179588209415855776481481504176930948199083981916828372269070073521869798444745678292832448861618050357579609186887497277547360229135083558548819054883801748793304884105433211061936049656690796540743927587803752475534173846590576282630068941553853147779611977813916999618215754136755067457515739857890677902998156370425063779812554081443092959983695191814281099752459494744871243889539667007606051078379903264575151171732431635933287438620827253146324142475022930482087131193329922615540497629425040497460608957419064712249417257231203245189342341439021603809243668783973228660263223278036938525555519402495528958346657612050066528090243389735270602203953704207592905428873359198450832628494044430541726456059958362298942998951479101835224337575478528132652891048357871077932915711146300340015368898627826133896371510270069855101305279061075722359713282273727630289130767311144009245264831147569491631074168563211513705675864249171301490910168276559279883406908445637532762156159151941804823362076812832080668798459950172620525386040863883899374024691108725893489780775243325410088282649737992438791210723016132777929837316087988328384382043539218886300433795984703759292196697218091882087057070320648704017610345003901461415270995538092253109001936499643241223364667326075260680948035315596786590478867589405362756895088528944185063473995028816980069552501026953339176441084318325443562364697922087284869777209333624427714691195270511201183583960931480214388679222157786928113465895700169832625436694842787032685311674365560584670694107332940464713619240832083428152397992189543499240295844511778151602734367564795452501794404660629789294395090855636200278557576721582559762473152826074328304659502275961802858229843225032943251504987383497595734462357859827695606368345589077941883968824668365700870478655988395128728976661982169787516760745066174656809523504875110754070744895740099499032032160010969333287980952206109292429864084671005828375039680003928829366452176410844565154489696762803407624531205099304522069720141046233754734737584897162367747356267321547756210708125201303933440681497291475875560940158524679074079751897967569619625818111706161423630139411029163335688390802889338833634093410927171090753169318945101483737594114280098777323931949869757301860700215923711400777024530628065793511938062574870907546528809445460517739098925623946078073780949493493100080553058378738032368715939513814479238982697468019306522875233266105373873603479415321769800776612088512475696132769917380499951351228197579609168479710395752858373967222198120799411399902768472591297371457850454638710759423409534475510457647553719228012411268055788361293161608906107071636011925333417333327166862528624494496365925352620696685090172145624667618158947051969923966165015998366172115923323932350738226386283352535394914169198080542519355423491580192747876481627356134152880697222573021092276796256476159226019476901453160320237746011854111829664035914376935402308662119422844749081008317463676108597512683310751777765172659887589395504164864831049744196585363879516294671174042666243229799365852952901856522912528549666364042620519889443886476846411652043512901247177539867703599709247476847724780316400533587344086929060070365266493260388665028092643815273150832809374980419035265904812060102047288933338442547488130820334886074283168770063475666986651132451291910312020658558545634820500882920165563217325071380301220712272205158838572521287898033024714139356226109939877008784113445376795930152665944634703958948802834332006076963502310052052087577547778407686413454144353878374803479158529988140804816065747627191876081677730909508539831011104993045122148859683122868370922723663846863045861416783667299691719513552666170080536626595649918781218029089177783226406316138976322606434595811338114202043468206625297160029154055376897517208432302162839083179403879377107639873744927503657511700380820787997737796062154987021370586939365225205620960263620202170827065009147916843049724839317408408120319428099337490199699640124418959920005797767955015135852979200152543477545680729444204440529350184694487309305854896400821475007232027753055564280778388733335050751949674866529009499315100836374969596860506761741038964265211067138645991264316010111748892682033088060585449310476494447165540576266487240154806420092002830231570577079297832782090109399064886854782095634771817463313624107364429210579468216139097644196140577929613852803860750635235576029442149352138207528345421780638465116527560655825749942363412444813966259614263999933655874516102637994229967779005084731684970690915858137592027570349090452299132939112648116632159304255221836842324082772457359875555164436931378337078205926135677338815696232961892331766788609428830944706364275585705688419697952108405791078788817562872342791507966531564643926114456765559893644182958924186010162367369597793638986368221845542644185498342028669048565849637036070060431551934098076685821547631421074019409070862376638053220097093139263451310873473473407949595872027871927425080773376240947594828621975712184076166200550807306740855456153201116508655838735826329753346668746840781986378488436896716234436011049976034713304132718973646598089288678304629426247166442969557560455447302065896614614148574613254572607194280243865953004294902761694018046224810221096073285215957970354306047431100671979724180796344260619363323391430495750855237080447608744759890929555371335320158297416017024346661600276741317353311734357868216680983823101594493116282724446780660685073837507290108380606784803540409684920618110188002420567561458210553147431392242016110407768864065238294136189767670427116722559842755816327030684608079561678701379619504036026836601678584043252148134696872630781752014422603284165543032850615789478592351736126148815841976628968652209123523689262638867535908638939639381352481410658096535739861063345527577958357941738505149430311917369027599475461862581344914675360272554897467495011475454252818151817579062828118982620918982169746738415141783284207523783466497060453162244349322906185921670737473163762040704793248441361876323166647375012691596090881818621783337466548748790316371946164865213788200637642947799427390672208520325199319796420188983547749255612822518964141655444718024904770844769123047595450787184142954790389253400606027562567966279527324221440283994432225234701426126956499857370660794840463798839988490757374272041186221685282007713088436215887474997441802399711742789971869487111961796886963762297584853203437294118030769039184903041570863721363780047427169364622572211295832566191171916341251967380983239768734513239279276116723053241841926533066362993612180171331232405372079890112763127017351103982643444516946627669648678909960144987063223419043021189170393964255199906493144131345678855244588108258499690100699681642001741087500331776315337520058394243954396258883021944322512205401728260731350004473086214713820742301375990573913010482597841788544761196915954595482073161676609526686667683357260645138267026122204250139583892409021431339333309038691395366304561320342935524560284652727582900462311594728695810542242574209111803117045169848605536146608116888188945097904615733406525970366486431119268599752060107697824920153696558548351726778279891946071227353082712162384403008540231262591477956803632336813355680398277157519812083572743150575757577183439054249797757313957095389477302825709110348942206171106579502157800665045790430672951048912364633890971536685190325667808264432142324315759206609056577834873783832801821790530731696275967972528254849452349611483396341726841408398597985724512193356460891605707765014717131192135187704390051249249326396308121145107988437044920839948299779708561667359963416160411590790664139385426812841145931080404367855136881084435674924757334100889542794622424373727532248066802196474136576150222431941431437435996724287786730335797411041042572380490680598016294131362981322184499068114775183916983742249884309339013362106426387465326777375891763309804723097305406518628965577078547959623572822651182247088599553860781872601121231689283570228815622670352433811540065068400506799871394194572164068466090817915005344006203141008980532871208221672726601221503958881576248111301055955132894955480867411242903657984341351769207574434980651916867008726509538245803854778510734766844082722883140056364643382231160063196738059051012187778406758862326237448695876411267352651725663869147976166628529768454894903382056379955288196628481989200539920221766072650198114050443874245847203755447954132092665160552542705536772061307954448596496056619717962310344602197146869860258914116075808044380803646489289970632055222767110763797523068811987643030562367111255807803643278472124175916855436360764135250061675214446148013591408371514859015826266487173654044477023013191165550999372386010985741401798470523397156204580742514851210621905491805816572587688577539093139334163444979763942617120940555353132232943112531838749491934950060751578860838153328290608544618233653436108705661120070839117881379989180168294930255190921446445233683036678388238276587603086814760400502990703673089625824649664061531294436937991553461005658415371561894929842062270361249379780327811621120119496243781445628208454847866387202054974428638218360017115270926512050219065147866016061559773686315592545791175523029019284079262426402918259772175121836688681466332284119854326539597458233183973035365436561932935954474712044575575951506279758670415471646515364076714133404852683704843106578025961575457366786925128930520623952055069634441034783974271908521888625992780565355169646994451283610454994457536824589765251331731467107976218979575974141483600378987630582794772377252634969703842199811562099415280283281894936918182882779817173926205648080337502554447239143899095466787439691377985654470644878403389618498111043185722536029650270360712808683315506982558571099902031836931707937641036021224888981159840184229626781465574508979304770096245537545401333105536734347236238625710000811794245549478167022697196844255084100300328468987169136765974908217700864797105096935851971387095002367670898511661991923172237449976765932348406781951738063965738193368184638774512523847073545500962174211642666047920101245459002790997012448420998335250031360168772391802207807452396492678704497968167064359176714059011232092935791079447535279665185082633745972631954052700096691260245551211832492191245368095238172420470944359607483538204987095972865261911742627162877676676480035732054240133683477489832040156531678409310163475076976893160463702450359903632386965637344643545327918054677406916232333943223812826766329758080371101836870000698238363874761325175628055298566019054294706042686759534927259895583976061351122304222196907492303710994588973181437605762787732510601350566114341488238496469064986711025894090836655507893858339636359748649138492325348956691126557948461324050282519413746007610352917060357624600097057918439169115035622843927238102214075109072779286606869052959005572377870085364886191108672737159082698889744110984001376643043494349249481321334181216187516725767109412653167391653059972608979986021631747314962038155042588320705172172965648469635109094151868285904525789758685720515058601091415542529247237889881888761261343666681561715894411724564790059005913532206357198415371808702458765693052733849537297661739270741245826492814154368335887613176012011990780807708092383573424881878909995556167545142616115692723792489698797131338950772674842590423369256671680479796652421100397893476826202083137760693332398926750688591871132628246306374343944021039209094965162310917768008670989719344261034886742828914145172138916815581621146442049423057290664939952145044022970953949825812478525545344407915556423834110994098894424037440196660482397396425676341443520774709212931360046182176399412467061983803477693853332997608555770358900338284829178409479647527609623422412045381969513638900614730203268072157198797421227805972418969534828906311479818573402017105195430906657141487531981748900151815825810650701582355646014654782371528700369492881444179247230815210266591705469293169621067837012563089998962669607030640580221778753224829541542357795897215831184526503648480000
3600.09/3239.90	c number of deleted constraints	: 8454
3600.09/3239.90	c speed (assignments/second)	: 382.3594326031843
3600.09/3239.90	c non guided choices	: 2
3600.29/3239.93	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 65
3600.29/3239.93	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 4
3600.29/3239.93	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 10139
3600.29/3239.93	s SATISFIABLE
3600.29/3239.93	c Found 29 solution(s)
3600.29/3239.93	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 x645 x646 x647 -x648 -x649 x650 x651 
3600.29/3239.93	c objective function=5702
3600.29/3239.93	c Total wall clock time (in seconds): 3239.77

Verifier Data

OK	5702

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (58617 MiB free)
  memory of node 1: 64465 MiB (61448 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=47042, runsolver pid=47039

[startup+0.100058 s]*
/proc/loadavg: 4.31 4.20 4.12 5/342 47060
/proc/meminfo: memFree=122932876/131249996 swapFree=33010684/33010684
[pid=47042] ppid=47039 vsize=18930384 memory=55532 CPUtime=0.12 cores=1,3
/proc/47042/stat : 47042 (java) S 47039 47042 45955 0 -1 4194304 6528 0 0 0 11 1 0 0 20 0 18 0 49408231 19384713216 13883 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
/proc/47042/statm: 4732596 13883 5329 1 0 547612 0
[pid=47042/tid=47044] ppid=47039 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=1,3
/proc/47042/task/47044/stat : 47044 (java) R 47039 47042 45955 0 -1 4194368 5041 0 0 0 7 1 0 0 20 0 18 0 49408232 19384713216 13883 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
[pid=47042/tid=47053] ppid=47039 vsize=18930384 memory=241407623509 CPUtime=0 cores=1,3
/proc/47042/task/47053/stat : 47053 (Finalizer) S 47039 47042 45955 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 49408234 19384713216 13883 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
[pid=47042/tid=47060] ppid=47039 vsize=18930384 memory=61784027576291 CPUtime=0 cores=1,3
/proc/47042/task/47060/stat : 47060 (Common-Cleaner) S 47039 47042 45955 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 49408235 19384713216 13883 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55532 KiB

[startup+0.205947 s]*
/proc/loadavg: 4.31 4.20 4.12 4/342 47060
/proc/meminfo: memFree=122932876/131249996 swapFree=33010684/33010684
[pid=47042] ppid=47039 vsize=18930384 memory=61784 CPUtime=0.24 cores=1,3
/proc/47042/stat : 47042 (java) S 47039 47042 45955 0 -1 4194304 6984 0 0 0 22 2 0 0 20 0 18 0 49408231 19384713216 15446 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
/proc/47042/statm: 4732596 15446 5425 1 0 547929 0
[pid=47042/tid=47044] ppid=47039 vsize=18930384 memory=4026663196 CPUtime=0.14 cores=1,3
/proc/47042/task/47044/stat : 47044 (java) R 47039 47042 45955 0 -1 4194368 5334 0 0 0 13 1 0 0 20 0 18 0 49408232 19384713216 15446 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
[pid=47042/tid=47053] ppid=47039 vsize=18930384 memory=13937 CPUtime=0 cores=1,3
/proc/47042/task/47053/stat : 47053 (Finalizer) S 47039 47042 45955 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 49408234 19384713216 15446 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
[pid=47042/tid=47060] ppid=47039 vsize=18930384 memory=60684515935208 CPUtime=0 cores=1,3
/proc/47042/task/47060/stat : 47060 (Common-Cleaner) S 47039 47042 45955 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 49408235 19384713216 15446 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61784 KiB

[startup+0.305841 s]*
/proc/loadavg: 4.31 4.20 4.12 6/342 47060
/proc/meminfo: memFree=122924684/131249996 swapFree=33010684/33010684
[pid=47042] ppid=47039 vsize=18930384 memory=77392 CPUtime=0.42 cores=1,3
/proc/47042/stat : 47042 (java) S 47039 47042 45955 0 -1 4194304 7307 0 0 0 40 2 0 0 20 0 18 0 49408231 19384713216 19348 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
/proc/47042/statm: 4732596 19348 5425 1 0 548106 0
[pid=47042/tid=47044] ppid=47039 vsize=18930384 memory=-6000919468445427051 CPUtime=0.24 cores=1,3
/proc/47042/task/47044/stat : 47044 (java) R 47039 47042 45955 0 -1 4194368 5466 0 0 0 23 1 0 0 20 0 18 0 49408232 19384713216 19348 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
[pid=47042/tid=47053] ppid=47039 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/47042/task/47053/stat : 47053 (Finalizer) S 47039 47042 45955 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 49408234 19384713216 19348 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
[pid=47042/tid=47060] ppid=47039 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/47042/task/47060/stat : 47060 (Common-Cleaner) S 47039 47042 45955 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 49408235 19384713216 19348 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 77392 KiB

[startup+0.700231 s]
/proc/loadavg: 4.31 4.20 4.12 6/343 47061
/proc/meminfo: memFree=122912244/131249996 swapFree=33010684/33010684
[pid=47042] ppid=47039 vsize=18996948 memory=114648 CPUtime=1.19 cores=1,3
/proc/47042/stat : 47042 (java) S 47039 47042 45955 0 -1 4194304 10468 0 0 0 115 4 0 0 20 0 19 0 49408231 19452874752 28662 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
/proc/47042/statm: 4749237 28662 5457 1 0 550230 0
[pid=47042/tid=47044] ppid=47039 vsize=18996948 memory=17664 CPUtime=0.59 cores=1,3
/proc/47042/task/47044/stat : 47044 (java) R 47039 47042 45955 0 -1 4194368 5647 0 0 0 57 2 0 0 20 0 19 0 49408232 19452874752 28662 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
[pid=47042/tid=47053] ppid=47039 vsize=18996948 memory=11136 CPUtime=0 cores=1,3
/proc/47042/task/47053/stat : 47053 (Finalizer) S 47039 47042 45955 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 49408234 19452874752 28662 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
[pid=47042/tid=47060] ppid=47039 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/47042/task/47060/stat : 47060 (Common-Cleaner) S 47039 47042 45955 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 49408235 19452874752 28662 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
[pid=47042/tid=47061] ppid=47039 vsize=18996948 memory=4496 CPUtime=0 cores=1,3
/proc/47042/task/47061/stat : 47061 (Timer-0) S 47039 47042 45955 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 49408264 19452874752 28662 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 114648 KiB

[startup+1.50023 s]
/proc/loadavg: 4.31 4.20 4.12 6/343 47061
/proc/meminfo: memFree=122849420/131249996 swapFree=33010684/33010684
[pid=47042] ppid=47039 vsize=19063512 memory=180956 CPUtime=2.77 cores=1,3
/proc/47042/stat : 47042 (java) S 47039 47042 45955 0 -1 4194304 23074 0 0 0 269 8 0 0 20 0 20 0 49408231 19521036288 45239 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
/proc/47042/statm: 4765878 45239 5489 1 0 554664 0
[pid=47042/tid=47044] ppid=47039 vsize=19063512 memory=0 CPUtime=1.35 cores=1,3
/proc/47042/task/47044/stat : 47044 (java) R 47039 47042 45955 0 -1 4194368 6243 0 0 0 132 3 0 0 20 0 20 0 49408232 19521036288 45239 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
[pid=47042/tid=47053] ppid=47039 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/47042/task/47053/stat : 47053 (Finalizer) S 47039 47042 45955 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49408234 19521036288 45239 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
[pid=47042/tid=47060] ppid=47039 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/47042/task/47060/stat : 47060 (Common-Cleaner) S 47039 47042 45955 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 49408235 19521036288 45239 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
[pid=47042/tid=47061] ppid=47039 vsize=19063512 memory=4496 CPUtime=0 cores=1,3
/proc/47042/task/47061/stat : 47061 (Timer-0) S 47039 47042 45955 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49408264 19521036288 45239 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
Current children cumulated CPU time: 2.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 180956 KiB

[startup+3.10572 s]
/proc/loadavg: 4.36 4.21 4.13 5/344 47062
/proc/meminfo: memFree=122775208/131249996 swapFree=33010684/33010684
[pid=47042] ppid=47039 vsize=19063512 memory=227936 CPUtime=5.81 cores=1,3
/proc/47042/stat : 47042 (java) S 47039 47042 45955 0 -1 4194304 27170 0 0 0 572 9 0 0 20 0 20 0 49408231 19521036288 56984 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
/proc/47042/statm: 4765878 56984 5489 1 0 555279 0
[pid=47042/tid=47044] ppid=47039 vsize=19063512 memory=11136 CPUtime=2.89 cores=1,3
/proc/47042/task/47044/stat : 47044 (java) R 47039 47042 45955 0 -1 4194368 7008 0 0 0 285 4 0 0 20 0 20 0 49408232 19521036288 56984 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
[pid=47042/tid=47053] ppid=47039 vsize=19063512 memory=-6000919468445427051 CPUtime=0 cores=1,3
/proc/47042/task/47053/stat : 47053 (Finalizer) S 47039 47042 45955 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49408234 19521036288 56984 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
[pid=47042/tid=47060] ppid=47039 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/47042/task/47060/stat : 47060 (Common-Cleaner) S 47039 47042 45955 0 -1 4194368 40 0 0 0 0 0 0 0 20 0 20 0 49408235 19521036288 56984 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
[pid=47042/tid=47061] ppid=47039 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/47042/task/47061/stat : 47061 (Timer-0) S 47039 47042 45955 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49408264 19521036288 56984 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
Current children cumulated CPU time: 5.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 227936 KiB

[startup+6.30024 s]
/proc/loadavg: 4.36 4.21 4.13 5/344 47062
/proc/meminfo: memFree=122491092/131249996 swapFree=33010684/33010684
[pid=47042] ppid=47039 vsize=19063512 memory=500544 CPUtime=9.4 cores=1,3
/proc/47042/stat : 47042 (java) S 47039 47042 45955 0 -1 4194304 27740 0 0 0 924 16 0 0 20 0 20 0 49408231 19521036288 125136 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
/proc/47042/statm: 4765878 125136 5489 1 0 661800 0
[pid=47042/tid=47044] ppid=47039 vsize=19063512 memory=0 CPUtime=5.98 cores=1,3
/proc/47042/task/47044/stat : 47044 (java) R 47039 47042 45955 0 -1 4194368 7130 0 0 0 589 9 0 0 20 0 20 0 49408232 19521036288 125136 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
[pid=47042/tid=47053] ppid=47039 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/47042/task/47053/stat : 47053 (Finalizer) S 47039 47042 45955 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49408234 19521036288 125136 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
[pid=47042/tid=47060] ppid=47039 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/47042/task/47060/stat : 47060 (Common-Cleaner) S 47039 47042 45955 0 -1 4194368 40 0 0 0 0 0 0 0 20 0 20 0 49408235 19521036288 125136 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
[pid=47042/tid=47061] ppid=47039 vsize=19063512 memory=185600 CPUtime=0 cores=1,3
/proc/47042/task/47061/stat : 47061 (Timer-0) S 47039 47042 45955 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49408264 19521036288 125136 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
Current children cumulated CPU time: 9.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 500544 KiB

[startup+12.7002 s]
/proc/loadavg: 4.39 4.22 4.13 5/344 47062
/proc/meminfo: memFree=122321272/131249996 swapFree=33010684/33010684
[pid=47042] ppid=47039 vsize=19063512 memory=659488 CPUtime=16.24 cores=1,3
/proc/47042/stat : 47042 (java) S 47039 47042 45955 0 -1 4194304 35097 0 0 0 1603 21 0 0 20 0 20 0 49408231 19521036288 164872 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
/proc/47042/statm: 4765878 164872 5489 1 0 661816 0
[pid=47042/tid=47044] ppid=47039 vsize=19063512 memory=185600 CPUtime=12.31 cores=1,3
/proc/47042/task/47044/stat : 47044 (java) R 47039 47042 45955 0 -1 4194368 8434 0 0 0 1220 11 0 0 20 0 20 0 49408232 19521036288 164872 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
[pid=47042/tid=47053] ppid=47039 vsize=19063512 memory=653200 CPUtime=0 cores=1,3
/proc/47042/task/47053/stat : 47053 (Finalizer) S 47039 47042 45955 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49408234 19521036288 164872 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
[pid=47042/tid=47060] ppid=47039 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/47042/task/47060/stat : 47060 (Common-Cleaner) S 47039 47042 45955 0 -1 4194368 40 0 0 0 0 0 0 0 20 0 20 0 49408235 19521036288 164872 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
[pid=47042/tid=47061] ppid=47039 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/47042/task/47061/stat : 47061 (Timer-0) S 47039 47042 45955 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49408264 19521036288 164872 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
Current children cumulated CPU time: 16.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 659488 KiB

[startup+25.5002 s]
/proc/loadavg: 4.33 4.21 4.13 5/344 47062
/proc/meminfo: memFree=121216632/131249996 swapFree=33010684/33010684
[pid=47042] ppid=47039 vsize=19063512 memory=1730980 CPUtime=29.42 cores=1,3
/proc/47042/stat : 47042 (java) S 47039 47042 45955 0 -1 4194304 40060 0 0 0 2898 44 0 0 20 0 20 0 49408231 19521036288 432745 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
/proc/47042/statm: 4765878 432745 5489 1 0 661855 0
[pid=47042/tid=47044] ppid=47039 vsize=19063512 memory=-6000919468445427051 CPUtime=24.93 cores=1,3
/proc/47042/task/47044/stat : 47044 (java) R 47039 47042 45955 0 -1 4194368 11172 0 0 0 2462 31 0 0 20 0 20 0 49408232 19521036288 432745 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
[pid=47042/tid=47053] ppid=47039 vsize=19063512 memory=1661084 CPUtime=0 cores=1,3
/proc/47042/task/47053/stat : 47053 (Finalizer) S 47039 47042 45955 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49408234 19521036288 432745 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
[pid=47042/tid=47060] ppid=47039 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/47042/task/47060/stat : 47060 (Common-Cleaner) S 47039 47042 45955 0 -1 4194368 40 0 0 0 0 0 0 0 20 0 20 0 49408235 19521036288 432745 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
[pid=47042/tid=47061] ppid=47039 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/47042/task/47061/stat : 47061 (Timer-0) S 47039 47042 45955 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49408264 19521036288 432745 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
Current children cumulated CPU time: 29.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1730980 KiB

[startup+51.1058 s]
/proc/loadavg: 4.35 4.23 4.13 5/343 47063
/proc/meminfo: memFree=121110976/131249996 swapFree=33010684/33010684
[pid=47042] ppid=47039 vsize=19063512 memory=1753312 CPUtime=55.57 cores=1,3
/proc/47042/stat : 47042 (java) S 47039 47042 45955 0 -1 4194304 45361 0 0 0 5510 47 0 0 20 0 20 0 49408231 19521036288 438328 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
/proc/47042/statm: 4765878 438328 5489 1 0 661914 0
[pid=47042/tid=47044] ppid=47039 vsize=19063512 memory=1736840 CPUtime=50.33 cores=1,3
/proc/47042/task/47044/stat : 47044 (java) R 47039 47042 45955 0 -1 4194368 13765 0 0 0 5000 33 0 0 20 0 20 0 49408232 19521036288 438328 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
[pid=47042/tid=47053] ppid=47039 vsize=19063512 memory=14572 CPUtime=0 cores=1,3

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

[startup+2922.3 s]
/proc/loadavg: 4.24 4.28 4.31 5/344 47233
/proc/meminfo: memFree=108216632/131249996 swapFree=33010684/33010684
[pid=47042] ppid=47039 vsize=19063512 memory=6648152 CPUtime=3218.9 cores=1,3
/proc/47042/stat : 47042 (java) S 47039 47042 45955 0 -1 4194304 219091 0 0 0 321352 538 0 0 20 0 20 0 49408231 19521036288 1662038 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
/proc/47042/statm: 4765878 1662038 5489 1 0 1679437 0
[pid=47042/tid=47044] ppid=47039 vsize=19063512 memory=6648152 CPUtime=2889.72 cores=1,3
/proc/47042/task/47044/stat : 47044 (java) R 47039 47042 45955 0 -1 4194368 68820 0 0 0 288824 148 0 0 20 0 20 0 49408232 19521036288 1662038 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
[pid=47042/tid=47053] ppid=47039 vsize=19063512 memory=17664 CPUtime=0 cores=1,3
/proc/47042/task/47053/stat : 47053 (Finalizer) S 47039 47042 45955 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49408234 19521036288 1662038 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
[pid=47042/tid=47060] ppid=47039 vsize=19063512 memory=17664 CPUtime=0 cores=1,3
/proc/47042/task/47060/stat : 47060 (Common-Cleaner) S 47039 47042 45955 0 -1 4194368 1200 0 0 0 0 0 0 0 20 0 20 0 49408235 19521036288 1662038 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
[pid=47042/tid=47061] ppid=47039 vsize=19063512 memory=6648152 CPUtime=0 cores=1,3
/proc/47042/task/47061/stat : 47061 (Timer-0) S 47039 47042 45955 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49408264 19521036288 1662038 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
Current children cumulated CPU time: 3218.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6648152 KiB

[startup+2982.3 s]
/proc/loadavg: 4.62 4.36 4.33 7/345 47303
/proc/meminfo: memFree=114577944/131249996 swapFree=33010684/33010684
[pid=47042] ppid=47039 vsize=19063512 memory=6714856 CPUtime=3282.93 cores=1,3
/proc/47042/stat : 47042 (java) S 47039 47042 45955 0 -1 4194304 221419 0 0 0 327747 546 0 0 20 0 20 0 49408231 19521036288 1678714 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
/proc/47042/statm: 4765878 1678714 5489 1 0 1696141 0
[pid=47042/tid=47044] ppid=47039 vsize=19063512 memory=6648152 CPUtime=2949.48 cores=1,3
/proc/47042/task/47044/stat : 47044 (java) R 47039 47042 45955 0 -1 4194368 69537 0 0 0 294798 150 0 0 20 0 20 0 49408232 19521036288 1678714 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
[pid=47042/tid=47053] ppid=47039 vsize=19063512 memory=2273 CPUtime=0 cores=1,3
/proc/47042/task/47053/stat : 47053 (Finalizer) S 47039 47042 45955 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49408234 19521036288 1678714 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
[pid=47042/tid=47060] ppid=47039 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/47042/task/47060/stat : 47060 (Common-Cleaner) S 47039 47042 45955 0 -1 4194368 1206 0 0 0 0 0 0 0 20 0 20 0 49408235 19521036288 1678714 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
[pid=47042/tid=47061] ppid=47039 vsize=19063512 memory=6648152 CPUtime=0 cores=1,3
/proc/47042/task/47061/stat : 47061 (Timer-0) S 47039 47042 45955 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49408264 19521036288 1678714 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
Current children cumulated CPU time: 3282.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6714856 KiB

[startup+3042.3 s]
/proc/loadavg: 4.64 4.41 4.35 5/344 47306
/proc/meminfo: memFree=113367744/131249996 swapFree=33010684/33010684
[pid=47042] ppid=47039 vsize=19063512 memory=6756628 CPUtime=3350.25 cores=1,3
/proc/47042/stat : 47042 (java) S 47039 47042 45955 0 -1 4194304 226599 0 0 0 334469 556 0 0 20 0 20 0 49408231 19521036288 1689157 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
/proc/47042/statm: 4765878 1689157 5489 1 0 1706585 0
[pid=47042/tid=47044] ppid=47039 vsize=19063512 memory=4496 CPUtime=3008.77 cores=1,3
/proc/47042/task/47044/stat : 47044 (java) R 47039 47042 45955 0 -1 4194368 71387 0 0 0 300726 151 0 0 20 0 20 0 49408232 19521036288 1689157 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
[pid=47042/tid=47053] ppid=47039 vsize=19063512 memory=14572 CPUtime=0 cores=1,3
/proc/47042/task/47053/stat : 47053 (Finalizer) S 47039 47042 45955 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49408234 19521036288 1689157 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
[pid=47042/tid=47060] ppid=47039 vsize=19063512 memory=6731664 CPUtime=0 cores=1,3
/proc/47042/task/47060/stat : 47060 (Common-Cleaner) S 47039 47042 45955 0 -1 4194368 1207 0 0 0 0 0 0 0 20 0 20 0 49408235 19521036288 1689157 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
[pid=47042/tid=47061] ppid=47039 vsize=19063512 memory=6756628 CPUtime=0 cores=1,3
/proc/47042/task/47061/stat : 47061 (Timer-0) S 47039 47042 45955 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49408264 19521036288 1689157 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
Current children cumulated CPU time: 3350.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6756628 KiB

[startup+3102.3 s]
/proc/loadavg: 4.58 4.43 4.36 6/344 47309
/proc/meminfo: memFree=113203896/131249996 swapFree=33010684/33010684
[pid=47042] ppid=47039 vsize=19063512 memory=6840084 CPUtime=3422.89 cores=1,3
/proc/47042/stat : 47042 (java) S 47039 47042 45955 0 -1 4194304 230959 0 0 0 341714 575 0 0 20 0 20 0 49408231 19521036288 1710021 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
/proc/47042/statm: 4765878 1710021 5489 1 0 1727470 0
[pid=47042/tid=47044] ppid=47039 vsize=19063512 memory=6773324 CPUtime=3068.02 cores=1,3
/proc/47042/task/47044/stat : 47044 (java) R 47039 47042 45955 0 -1 4194368 73326 0 0 0 306649 153 0 0 20 0 20 0 49408232 19521036288 1710021 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
[pid=47042/tid=47053] ppid=47039 vsize=19063512 memory=17664 CPUtime=0 cores=1,3
/proc/47042/task/47053/stat : 47053 (Finalizer) S 47039 47042 45955 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49408234 19521036288 1710021 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
[pid=47042/tid=47060] ppid=47039 vsize=19063512 memory=6756628 CPUtime=0 cores=1,3
/proc/47042/task/47060/stat : 47060 (Common-Cleaner) S 47039 47042 45955 0 -1 4194368 1243 0 0 0 0 0 0 0 20 0 20 0 49408235 19521036288 1710021 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
[pid=47042/tid=47061] ppid=47039 vsize=19063512 memory=14572 CPUtime=0 cores=1,3
/proc/47042/task/47061/stat : 47061 (Timer-0) S 47039 47042 45955 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49408264 19521036288 1710021 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
Current children cumulated CPU time: 3422.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6840084 KiB

[startup+3162.3 s]
/proc/loadavg: 4.64 4.47 4.38 6/343 47377
/proc/meminfo: memFree=117357916/131249996 swapFree=33010684/33010684
[pid=47042] ppid=47039 vsize=19063512 memory=7165416 CPUtime=3500.54 cores=1,3
/proc/47042/stat : 47042 (java) S 47039 47042 45955 0 -1 4194304 235335 0 0 0 349451 603 0 0 20 0 20 0 49408231 19521036288 1791354 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
/proc/47042/statm: 4765878 1791354 5489 1 0 1808947 0
[pid=47042/tid=47044] ppid=47039 vsize=19063512 memory=6773324 CPUtime=3126.82 cores=1,3
/proc/47042/task/47044/stat : 47044 (java) R 47039 47042 45955 0 -1 4194368 74227 0 0 0 312521 161 0 0 20 0 20 0 49408232 19521036288 1791354 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
[pid=47042/tid=47053] ppid=47039 vsize=19063512 memory=6840084 CPUtime=0 cores=1,3
/proc/47042/task/47053/stat : 47053 (Finalizer) S 47039 47042 45955 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49408234 19521036288 1791354 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
[pid=47042/tid=47060] ppid=47039 vsize=19063512 memory=7081876 CPUtime=0 cores=1,3
/proc/47042/task/47060/stat : 47060 (Common-Cleaner) S 47039 47042 45955 0 -1 4194368 1278 0 0 0 0 0 0 0 20 0 20 0 49408235 19521036288 1791354 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
[pid=47042/tid=47061] ppid=47039 vsize=19063512 memory=7165416 CPUtime=0 cores=1,3
/proc/47042/task/47061/stat : 47061 (Timer-0) S 47039 47042 45955 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49408264 19521036288 1791354 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
Current children cumulated CPU time: 3500.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7165416 KiB

[startup+3222.3 s]
/proc/loadavg: 4.58 4.49 4.39 5/343 47445
/proc/meminfo: memFree=117717780/131249996 swapFree=33010684/33010684
[pid=47042] ppid=47039 vsize=19063512 memory=7357096 CPUtime=3577.62 cores=1,3
/proc/47042/stat : 47042 (java) S 47039 47042 45955 0 -1 4194304 242147 0 0 0 357134 628 0 0 20 0 20 0 49408231 19521036288 1839274 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
/proc/47042/statm: 4765878 1839274 5489 1 0 1856979 0
[pid=47042/tid=47044] ppid=47039 vsize=19063512 memory=6773324 CPUtime=3186.09 cores=1,3
/proc/47042/task/47044/stat : 47044 (java) R 47039 47042 45955 0 -1 4194368 75797 0 0 0 318444 165 0 0 20 0 20 0 49408232 19521036288 1839274 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
[pid=47042/tid=47053] ppid=47039 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/47042/task/47053/stat : 47053 (Finalizer) S 47039 47042 45955 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49408234 19521036288 1839274 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
[pid=47042/tid=47060] ppid=47039 vsize=19063512 memory=7215388 CPUtime=0 cores=1,3
/proc/47042/task/47060/stat : 47060 (Common-Cleaner) S 47039 47042 45955 0 -1 4194368 1300 0 0 0 0 0 0 0 20 0 20 0 49408235 19521036288 1839274 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
[pid=47042/tid=47061] ppid=47039 vsize=19063512 memory=7232028 CPUtime=0 cores=1,3
/proc/47042/task/47061/stat : 47061 (Timer-0) S 47039 47042 45955 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49408264 19521036288 1839274 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
Current children cumulated CPU time: 3577.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7357096 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3239.8 s]
/proc/loadavg: 4.49 4.47 4.38 5/343 47446
/proc/meminfo: memFree=117532828/131249996 swapFree=33010684/33010684
[pid=47042] ppid=47039 vsize=19063512 memory=7507344 CPUtime=3600.09 cores=1,3
/proc/47042/stat : 47042 (java) S 47039 47042 45955 0 -1 4194304 244103 0 0 0 359371 638 0 0 20 0 20 0 49408231 19521036288 1876836 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
/proc/47042/statm: 4765878 1876836 5489 1 0 1894582 0
[pid=47042/tid=47044] ppid=47039 vsize=19063512 memory=-6000919468445427051 CPUtime=3203.08 cores=1,3
/proc/47042/task/47044/stat : 47044 (java) R 47039 47042 45955 0 -1 4194368 76789 0 0 0 320139 169 0 0 20 0 20 0 49408232 19521036288 1876836 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
[pid=47042/tid=47053] ppid=47039 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/47042/task/47053/stat : 47053 (Finalizer) S 47039 47042 45955 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49408234 19521036288 1876836 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
[pid=47042/tid=47060] ppid=47039 vsize=19063512 memory=12544 CPUtime=0 cores=1,3
/proc/47042/task/47060/stat : 47060 (Common-Cleaner) S 47039 47042 45955 0 -1 4194368 1300 0 0 0 0 0 0 0 20 0 20 0 49408235 19521036288 1876836 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
[pid=47042/tid=47061] ppid=47039 vsize=19063512 memory=2708 CPUtime=0 cores=1,3
/proc/47042/task/47061/stat : 47061 (Timer-0) S 47039 47042 45955 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49408264 19521036288 1876836 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7507344 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.98 s, system=6.40747 s

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

[startup+3239.9 s]
/proc/loadavg: 4.49 4.47 4.38 5/343 47446
/proc/meminfo: memFree=117532828/131249996 swapFree=33010684/33010684
[pid=47042] ppid=47039 vsize=19263204 memory=7507984 CPUtime=3600.29 cores=1,3
/proc/47042/stat : 47042 (java) S 47039 47042 45955 0 -1 4194304 246759 0 0 0 359391 638 0 0 20 0 21 0 49408231 19725520896 1876996 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
/proc/47042/statm: 4815801 1876996 5521 1 0 1895469 0
[pid=47042/tid=47044] ppid=47039 vsize=19263204 memory=6773324 CPUtime=3203.18 cores=1,3
/proc/47042/task/47044/stat : 47044 (java) R 47039 47042 45955 0 -1 4194368 76791 0 0 0 320149 169 0 0 20 0 21 0 49408232 19725520896 1876996 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
[pid=47042/tid=47053] ppid=47039 vsize=19263204 memory=7232028 CPUtime=0 cores=1,3
/proc/47042/task/47053/stat : 47053 (Finalizer) S 47039 47042 45955 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 49408234 19725520896 1876996 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
[pid=47042/tid=47060] ppid=47039 vsize=19263204 memory=7465652 CPUtime=0 cores=1,3
/proc/47042/task/47060/stat : 47060 (Common-Cleaner) S 47039 47042 45955 0 -1 4194368 1300 0 0 0 0 0 0 0 20 0 21 0 49408235 19725520896 1876996 18446744073709551615 94515279990784 94515279994480 140731943840112 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94515280002296 94515280003088 94515284017152 140731943848237 140731943848422 140731943848422 140731943854024 0
Current children cumulated CPU time: 3600.29 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 7507984 KiB

Child status: 143

Real time (s): 3239.96
CPU time (s): 3600.39
CPU user time (s): 3593.98
CPU system time (s): 6.40747
CPU usage (%): 111.124
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 7507984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.98
system time used= 6.40747
maximum resident set size= 7508240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 247165
page faults= 0
swaps= 0
block input operations= 0
block output operations= 396464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 182371
involuntary context switches= 28987


# summary of solver processes directly reported to runsolver:
#   pid: 47042
#   total CPU time (s): 3600.39
#   total CPU user time (s): 3593.98
#   total CPU system time (s): 6.40747

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.62253 second user time and 16.811 second system time

The end

Launcher Data

Begin job on nodeC032 at 2025-07-01 04:34:56
IDJOB=4487719
IDBENCH=147219
IDSOLVER=3362
FILE ID=nodeC032/4487719-1751337296
RUNJOBID= nodeC032-1751336754-45967
SLURM_JOB_ID= 9594385
Free space on /tmp= 432068 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/synthesis-ptl-cmos-circuits/normalized-9symml.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4487719-1751337296/watcher-4487719-1751337296 -o /tmp/evaluation-result-4487719-1751337296/solver-4487719-1751337296 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751336754-45967 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4487719-1751337296 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4487719-1751337296.opb

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

MD5SUM BENCH= 30811ed4729c90bd058f0c8aab264377
RANDOM SEED=1887631727

nodeC032 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.846
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
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		: 3600.056
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
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		: 3599.744
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
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		: 3499.848
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.766
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.817
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.429
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
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		: 3601.842
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        122947904 kB
MemAvailable:   123393448 kB
Buffers:            3280 kB
Cached:          1252860 kB
SwapCached:            0 kB
Active:          6689256 kB
Inactive:         998900 kB
Active(anon):    6450124 kB
Inactive(anon):        0 kB
Active(file):     239132 kB
Inactive(file):   998900 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             14112 kB
Writeback:           304 kB
AnonPages:       6435116 kB
Mapped:           122988 kB
Shmem:             18068 kB
KReclaimable:      93500 kB
Slab:             182176 kB
SReclaimable:      93500 kB
SUnreclaim:        88676 kB
KernelStack:        5280 kB
PageTables:        16292 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7544256 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151512 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6193152 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432068 MiB
End job on nodeC032 at 2025-07-01 05:28:56