Trace number 4497015

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)26291 3600.24 3578.57

General information on the benchmark

NamePB24/normalized-PB07/OPT-LIN/submittedPB07/
aksoy/trarea_ac/normalized-fir03_trarea_ac.opb
MD5SUM941241e1c409728c60fc0eaa98d1a86b
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 benchmark23978
Best CPU time to get the best result obtained on this benchmark0.048792
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1343
Total number of constraints2405
Number of constraints which are clauses2405
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint55
Number of terms in the objective function 690
Biggest coefficient in the objective function 2072
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 1098481
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 2072
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 1098481
Number of bits of the biggest sum of numbers21
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.09/0.20	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.09/0.20	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.20	c See www.sat4j.org for details.
0.09/0.22	c version PB25.v20250606
0.25/0.25	c java.runtime.name	OpenJDK Runtime Environment
0.25/0.25	c java.vm.name		OpenJDK 64-Bit Server VM
0.25/0.25	c java.vm.version	22.0.1+8-16
0.25/0.25	c java.vm.vendor	Oracle Corporation
0.25/0.25	c sun.arch.data.model	64
0.25/0.25	c java.version		22.0.1
0.25/0.25	c os.name		Linux
0.25/0.25	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.25/0.25	c os.arch		amd64
0.25/0.26	c Free memory 		2104792832
0.25/0.26	c Max memory 		16282288128
0.25/0.26	c Total memory 		2113929216
0.25/0.27	c Number of processors 	2
0.59/0.45	c Pseudo Boolean Optimization by upper bound
0.59/0.45	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.59/0.45	c  - never skip resolution steps
0.59/0.45	c  - Auto-division on coefficients is disabled
0.59/0.45	c  - No postprocessing
0.59/0.45	c  - Conflict is considered as is when resolving
0.59/0.45	c  - Use constraints as they come during conflict analysis
0.59/0.45	c  - Weaken first using unassigned literals
0.59/0.45	c  - Bump strategy: ALWAYS_ONE
0.59/0.45	c  - Bumper: EFFECTIVE
0.59/0.45	c --- Begin Solver configuration ---
0.59/0.45	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.59/0.45	c Learn all clauses as in MiniSAT
0.59/0.45	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.59/0.45	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.59/0.45	c No reason simplification
0.59/0.45	c Dynamic restart strategy considering the size of the coefficients
0.59/0.45	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.59/0.45	c timeout=2147483s
0.59/0.45	c DB Simplification allowed=false
0.59/0.45	c Listener: none
0.59/0.45	c --- End Solver configuration ---
0.59/0.45	c solving HOME/instance-4497015-1751398222.opb
0.59/0.45	c reading problem ... 
0.65/4.51	c using VERIPB proof format
0.65/4.52	c  objective function found
1.01/4.76	c ... done. Wall clock time 4.293s.
1.01/4.76	c declared #vars     1343
1.01/4.76	c #constraints  2405
1.01/4.76	c constraints type 
1.01/4.76	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1753
1.01/4.76	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 649
1.01/4.76	c org.sat4j.pb.constraints.pb.UnitClausePB => 3
1.01/4.76	c 2405 constraints processed.
1.01/4.79	c objective function length is 690 literals
1.20/4.86	c SATISFIABLE
1.20/4.86	c OPTIMIZING...
1.20/4.86	c Got one! Elapsed wall clock time (in seconds):4.411
1.20/4.87	o 34935
1.39/4.95	c Got one! Elapsed wall clock time (in seconds):4.497
1.39/4.95	o 33633
1.60/5.05	c Got one! Elapsed wall clock time (in seconds):4.601
1.60/5.05	o 32389
1.96/5.22	c Got one! Elapsed wall clock time (in seconds):4.771
1.96/5.22	o 31145
2.35/5.46	c Got one! Elapsed wall clock time (in seconds):5.008
2.35/5.46	o 29901
2.95/5.75	c Got one! Elapsed wall clock time (in seconds):5.3
2.95/5.75	o 28657
12.23/11.05	c Got one! Elapsed wall clock time (in seconds):10.598
12.23/11.05	o 28554
29.41/27.72	c Got one! Elapsed wall clock time (in seconds):27.265
29.41/27.72	o 28201
32.65/30.88	c Got one! Elapsed wall clock time (in seconds):30.428
32.65/30.88	o 28131
62.10/59.02	c Got one! Elapsed wall clock time (in seconds):58.567
62.10/59.02	o 28097
115.59/112.10	c Got one! Elapsed wall clock time (in seconds):111.651
115.59/112.10	o 27979
131.11/127.47	c Got one! Elapsed wall clock time (in seconds):127.016
131.11/127.47	o 27830
164.21/159.53	c Got one! Elapsed wall clock time (in seconds):159.08
164.21/159.53	o 26972
254.81/248.52	c Got one! Elapsed wall clock time (in seconds):248.062
254.81/248.52	o 26781
452.44/443.22	c cleaning 4174 clauses out of 8393 with flag 0/8393
1050.65/1035.12	c cleaning 5085 clauses out of 10219 with flag 0/14393
1234.74/1217.78	c Got one! Elapsed wall clock time (in seconds):1217.325
1234.74/1217.78	o 26291
1635.97/1614.51	c cleaning 5324 clauses out of 10671 with flag 0/19930
2906.75/2879.96	c cleaning 5673 clauses out of 11346 with flag 0/25929
3600.01/3578.43	c starts		: 41
3600.01/3578.43	c conflicts		: 28547
3600.01/3578.43	c decisions		: 116472
3600.01/3578.43	c propagations		: 9760554
3600.01/3578.44	c inspects		: 191682466
3600.01/3578.44	c shortcuts		: 0
3600.01/3578.44	c learnt literals	: 0
3600.01/3578.44	c learnt binary clauses	: 0
3600.01/3578.44	c learnt ternary clauses	: 0
3600.01/3578.44	c learnt constraints	: 28546
3600.01/3578.44	c ignored constraints	: 0
3600.01/3578.44	c root simplifications	: 0
3600.01/3578.44	c removed literals (reason simplification)	: 0
3600.01/3578.44	c reason swapping (by a shorter reason)	: 0
3600.01/3578.44	c Calls to reduceDB	: 4
3600.01/3578.44	c Number of update (reduction) of LBD	: 72982
3600.01/3578.44	c Imported unit clauses	: 0
3600.01/3578.44	c No decision after first conflict	: false
3600.01/3578.44	c number of reductions to clauses (during analyze)	: 0
3600.01/3578.44	c number of learned constraints concerned by reduction	: 0
3600.01/3578.44	c number of learning phase by resolution	: 0
3600.01/3578.44	c number of learning phase by cutting planes	: 0
3600.01/3578.44	c number of rounding to 1 operations	: 0
3600.01/3578.44	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3578.44	c number of reductions of the coefficients by power 2 	: 0
3600.01/3578.44	c number of right shift for reduction by power 2 	: 0
3600.01/3578.44	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3578.44	c number of ending skipping 	: 0
3600.01/3578.44	c number of internal skipping 	: 0
3600.01/3578.44	c number of derivation steps 	: 1112473
3600.01/3578.44	c number of skipped derivation steps 	: 0
3600.01/3578.44	c number of remaining unassigned 	: 2521738
3600.01/3578.44	c number of remaining assigned 	: 38767997
3600.01/3578.44	c number of falsified literals weakened from reason	: 0
3600.01/3578.44	c number of falsified literals weakened from conflict	: 0
3600.01/3578.44	c time for arithmetic operations	: 780215348512
3600.01/3578.44	c minimum degree of deleted constraints	: 1
3600.01/3578.46	c maximum degree of deleted constraints	: 352632901908950899339332393396106372981627688969010053151891359615107704464057075351208796326864074569334415708430523275350407695696337171066569815245435707402667644157812460663754802004402867367894388947344633018800690015665303161307387884408776618784781107077492403256940961580546632144133639450935960134805803595679334975905585592882693927537391523726992683049074241903138889713249386997925258862104362068620537207742445821269618882882881891985284720923101834646493188859367404364755578854679645704357778933158470377151031788769331463376475390261757964296102598542318318771647612563583355136748801868919911827926003406175089755915787284151158508007182962019385048469899810953601097936134196355892152395382817964310578882500563948582166814734387754482420577927645526337868711681147112925201565537434122487522594364116075697744425461194212019581669420746679886596709472126240926229885637901876057524763538365908205383444004752589939709452815225390545133672292346592309664256507525067195093586400630927397222881986720484807825201255032292565884397202577574861019985240205111144314137094129413953572978047137999313034780944500582679205803111728587835616013923444248910476529799268215576053445065749070143741972247123102940553988322373266663527301677299032107615407769875388957275217690221787897003835915789185477035231405605691034290869456879013920532069313433008374077614381648573343038222123194858148421918407413838426060270053680144317468563596811767440184182055479063217290774222922334170825413952190190526409416636295280837215645877028818727813382031754929616010341141493683236579744079905787020575225557469423867489426541228771876818538303195046777014121783792726983856716324725859165889304549421475548985481106940807693068428773666346463217323203252125054317471984478006293691150438143533601511664206027529253365137194933899664103789267008182257471434133233454992153889437485030189445869658291109105066556770112178925194970904828016799447767668403202532400769591392894558596165875752105196801206812591810308679378890426777192513388441396048057850440422528894388409800550579730619117465039947626258927916911895363779766855632946051587438742613056732063820045047419925744210273256279339417462756812307981218829253957762734078067884074198650316465886167472233016201792284030514707610096722102612651109157107521258128350697887020141172671283682540416451199795342689730570118084824689795674730520623330997522583890764853642132457921608962097528246216304932923819327075127543471563802153459214578391342569136517739290747935081524627011068023791074735087855359993834984294433733461944762935539197626749477086588503072862991716786882225395780604707209531759462998170107032563868573508665119443899898991814151966579618352815518703307813367251520358948575580915152624362478561614600615820098425312277352778583162753331507667639216893026297954568392390047138048877358046562424538328376802931180387912218587314416921615671015849830417478538451686082016285753863096808004573252857662725708732701724171571933759115614028214462138789907196596269653253408487665766491938479197252721993858224418864364698752582939583455199694430851796890907121232370145488599791306824318559412488536223430880422948253293383089080800150653281432729131539110030760045384416854490950386873115866271769360276092877140523396859173240967683575358819798434742880597253556636746568863086469340948606040129545650383786269057493401724279865491786983191302803643766685038145976794224349429250566910777281596601314800835340068903568748585753009175493449740234479590943083060911928496116978655049010120874145528113693644747705312067386440226312080684432612571928997985215990785237996439168850813238370709440392359333612515263421744334270566473333365769263125279104680008916473479206451373530814283440192579368280882644167693384003114501454266517622722311712252274656113909380536032919889727208261819764336270025822033258123845406870340539532483263605955895108579008583641905298680343315870012150129660839164044985339316340986872341462966763488393628582849036988920534213888967668139315445333822048127443148230954428639437235012666406836765373324369385023917110882684960580171125687115670662503557084767949580429388832022240871794584184370014566591446008968973251348539320737062228008841042126834259440867436315461722093607192552463398840858610382281627230903384897640670628134863749167646740456569028443470168333118803873445265410650467948607181965725681202492102326935117638294483420811586095594928337550314375724206305817245336257077153980155862259234943598936239951816705017840015265159672621221243405174243071253598708785076833082336404002994336556635988785834173862337522539151256952697888491601389269359700100214146215634826300464335724575659551256061105048385359368532436185672280631225967087487237121788352643675657129560357031073011037648559486077941281757191848112805943934464821371677268126281895635829785635533512345267992510126780501970417875185092701757016689459880121633112090288601844116692954035093372860781696042210014171126107414169084576714752753328999004516929223504356931195915134050681712396386344714889379695662887351051023715480190663821916435509548088278188605345872150848071775773354184150858655635469809168389309422989387775113175958046700987023396654684521133685332354571197555015322951885243270889891687983648541678328395566584275739919991655266892578795578591548599979333824967379920007673306800861538586990477094633451340018504260422649551652258668381569706749209792587177940637582891246774835552377490626454642822273283876590618791421571428957281646112948087643976255679266390436663400434318809978269345657586841594334922017460101136683027234342703740196932687979325120029100853183307303826581307559500152799642892601959017852680039324751562272659484262774044968192065092330347023760764116173764853073122958883373810579657713132276026718075403051101688160752846137804823031770896900226700958570827704956484201676609076570099894441664426197746995021151692039930981008793910126277496224719367701618977167334026342115415224744992326920963019396004465110507958319550605677097132841360029151219387114061788678494782126426131099132022664135294922782979230846032162588289310592638817592496198228772055161190636947774993751304147593651522274774408672094260264320760369550968241898675635058087936674387140855774851046257956999797785911065387381055210386066003334462197144151112746632474787871318328494432957869522683827229222697509417238990691975011104831936256746300990192223074184199448538800801533437488156283242952351609537283114634936662473056141679461291284356084634669703452581762643420576404273486795696750472454626644323624586904941251205489332086482425317465881047875990519741357726527441762191369831918555675726324868603122990447771635001379060608937080745728231754744048479286723208479952884277445723301343427052831652380722419146120296040719364822818285892697798366071573194342995916268299138641043049685362374215109508151187059338992655073195297856436042682354785567369143597012802484036753369664675339641852735872137222376596814335424773196705003186036743341268973303415503593239535131284891793346673664799817083234319243812175520187151936794822410391333761983532255293977822351281667631467854274630532184725134953750654474095095290150348070445273008578356576089997928560295428558944277380480008445634185732570442137378581358581673136478899056944232570277744307073635914206877467753727578152767189752313535536502705734152460183049003033399795715387528839248283314430461753197996114982716096642013845026773728120503445176830487518947272001485406714135603388445635811583820483412260413513994231814365533463544791691206831599398446233714428664597354966484828709966191423571790370018061226043354177826520448959028541539487821888095089223016142569939724977268826606390319154087466653298099678026756645689997584800473839792784644048648828274414275712103303902180711716843698472285909714398735521118829804490665899677666178935225453163164643493811809911408511925241662416229028873958913804354958852048854954458261749689532895069793481810448789490091027837793835365557077329749345088904578442176548208678124634207878358349508778482891885524854943924539008801203180695430785051036673587360617367328905417476344454969146596921667392386576955548138996303139142392063120602142898426649839576818939147442580607640739556771555446738459863527185651854971799079665264412233743782426283210160792146389615126891295499976250354223753783466819658380597035715047355411070481019635588460402392939894149178272095221081786897129265465867393960252605906554805124800322956536763117080953006910854742414953197250879326161829421853409049252080561134185913019757579743189896497697340834123243772022770939675354422742717089251937695069292051524484055900264906774945512863815763358368673423775209103077639007553095571328928590078603924600962266993467514830299974206377976879789164855144835017559263694885712275582040743784429494933273467798967412309331714196027529235012275106648980311673756027462858707740163959696369582722095301819648813954390699779638369004292451799133889610141902069606059864106148969550894079564516853686929672133244476439272766211657961320863666459951006586854705860882639968412735800797958017708506684307265065324544037429455143879233628861011461783750673251233046249846196700482373271367351619484646391551925638637221869761572712398801022402296792249591714007605767550609669844220421216141574625765423148185693744590691955512818296748721249761995045091229281389707325155876148540843202310137814670065340209981097264047188321779312724970499620982991087179278306319647892256382772047976977505891351923533212103645457996184016494753797172106336713798239356939431298975068846980737040717586080650084829769842309421489887338660816318577269869306933754517342422432079255103778648497855166920588347736373537058856938514715814804270377911855042845163813838647602620155113807536526693142508737395555136405163497566632909752046369275093765151366846770790011398803172173948889351179749604303147915433620286694041700536960029663358848647881547595055893534852778439195917573623939374812617093359958315273754145804093737516004351946637996111963604901606289570033154792187807579200444179378741448450641707092340680642416777886869263046549583208505420622292721169616387075358666912458711293461054453685586754734169887561285991103265703373051603301736931958157035751642640597472259341286079725823572909576363457252778031626600160579129150988415676284529167317590203456896521475489298072779928550158412081630706874602822679683480672850833909572038964782130181997534153373907451206687014454127540931346703668937185045210304602675280125075925828691523726784708532247542422717051148120302018532433889912227079343928820655032837536224389909634215876851558577035455132127015057198103901841385512247674095650250685373110914605761098775763320156844428052703717075422260204674124879044815770181894374900602215883431690001959494949167249042341534902128759082407223427056471085044440829622856488855426808940153994316785510133191191383964007775116138427651791445334222850143901211434628286841440887480281065838974873247658908920879297667766254248900141271124495501018861077644752147128297988417984862784729114151129694781248020246072057134484422827710331608030666936513619865900330948051226036788570229507226057971748906014855224245783309433542171084754946398247475712901458650195089471181642857609821029556586281354907482228667050037682721571311108771664180057236680701559098714921735483546584422005879737905072540509906839280608307885201126105323798911444611547486952363979826046569505848294037642947522902006958502568093446017621796262217857515688622067998713368409236305366405727097367633312719615949175342838441125950503756044363485239399412712403327263049551488577782808400977686896576131068664037350670256420286885562891961155574488654295617091530458848513823817179430037386685436366682814620836254730906932685981012886659388809442674274068051119532603971691896298326820142193166875972635746600657697105471176567603094786460185767073319149096294936332709241603570080911102321428913492387321372955631973450691929389110250664259533484973097114222717672850184123688996464476029427100439182337142349892667108981029447321996817773912940827801899610937591277042517020400869426786661713684618570709953423533144600871687417353028254964390696892772107531362352396153682969818620365930627650857125596100216235858137158080738167609786988023744549277996871945871683949057909193852667594711166338203832381393533177617288567889334151793933542710311888464844728619734883492899725757176197612568577832139744652249750862924410815327503149069789562299922169952852273089748091683591590406268227213787890596260661905587892406080903306231746802375658594274853983899549785969075998431251065761699746078005996507165793754274255427363745253840110429055613298892050247443223093689128830311028283606510137439961590471025811193949640941742186910739766962184633306337077677772293224098935065829835526404201702371163571663497651374620898960587354353488729385557322413896700135681898529878250345589286901275579629569058892966967979396184804743293327366514068114252414539511909752576146686282004293549219672592146173238937188595219692053957166914573133771583883848434866037949007269048722387061540318753645787497101931697741347764197859227464633936946537586915479879413801517209144467382474971245854291298381562811933428750718153891162657071246719507247861077540423875490790901064026838540057696018330361183507882254169999980777871974574151191527707911149141880416060939709819191521474886877457403121905519838452382163272372218274266433443333207737014860085296883695337876846330775499540514442034121774702018960604311131399843693873169053976045836069407972391853722066562693708388133147092352717510725158455014223650657554408512238049693442068365481342025545943317796540836937785778419537713363062633546744221666263959324375647667942861996499495824823799973563235628774860685181575457844458838918665523270273019826929875082125187378191178658642114044830557275446173797674685290507783809873119807071939958064832961124380983312283027466002142694375853623791460396801229703710761166120688075065042862375930784961689831619728147540781491303382113504705746792482426580494062535357813095454229244550933891810691425500795352199843272170474700877822099909851274890432147883722731519492263611977566762073097292847575993964431363116972236964876030812578756294036884407217931203852636294865085270076849179722207236985569797699519080231055322707077125533415707545706237834769943479012720141082842631244681947872509579266202023120649239061237964855807120280691114971670775800092016891262345190542695059361013110787929821727977561544926222487545537822059532259200864184422072549673465713861919790494184651545735621198840775022501473830084179022320571237887795763887112800744903134654176443549548285062702227993522711023648915336883428127647479720341874700417869344714295478947765921279651004499040997373458344714289498679260178001592116828255960635434605007056558594340777487802742285880311525172136124323172441841767504620001031072621898481070786061159606584778727156712580473356821392122870111344910556054842606055884949107345336639360259837398101303781879329852510828187457068558144067158534816642238901322910968690762168047074093724796283876566569223890082140414269990161143181866836017409565971809052275531456006176452280248021295303635634157711334511685872424922133236991611035150054466977204073537063133462322651880507083399135248414445501255189120258830613929610524920594878342097028531923600355604373312450281475421044926259556944499116526982857570092430414732204546780077437512152495246708247060019255089829223798026756920788683907944254486206955862586532895633376230820726116305606976769749259584752987988917047769064714998847765678823677826851074323539218729638132858057350693240026746938010335223453652150734439697353690586469195467289581968023759707088361421153513277158909440693978966908844524815858146852718351587199958110758688853715066319885965422274855789444901800337554148129417676650283935677277235402756212349389369786119849999061953256252700626901348846234210403257086624483519373064987158979106670178234919171656235943985853675002713475727716840946448747108554496045518381125109552820133994335301664162336713445128406984049924972064826018024568238684175066275424957554921855641410664488734138462112988705712564177787661180947539149433426404869197173084216992352375576031453915655298726983686682780144160210451882058485516493941738024364972269457795120342131957188245437292773994402738575052481832931868971648202967086670734549239608481715510020306331491040468623996701607765569478123895106456145927815871891601087860206156825401588730417604673371232128457029210124883964372118521951060206070596301601131681049458005964372606419042649245238953286983866863982274002122547023046929261913234928541934231223979868795305951590293530287274291744109118355475996944689712024061047913865423875460677951440707592721936621014251721004836546434721392035323714389852545906911128956909467330771711623601835869122200209651331871875705738145566476549146192767253451292906076426689216608102379627558737119803020019993556314450598113499249977312954006276250068130979259717177358084922237251048406360773816883797965093865202564771832264502168063449107255850739714601129546673751059236358515904146491820533937252493825587693052138796921205253432555363609108664201769741610336854859920174448273385543573866508525357427458985956790010501094122169265171401679123194148455790048623061388759267151008830684692853718771846305995503105350953580092239667486775242022611466483352620176891641232767681484517942311920303809434265054699294015859152949736528471195208411056019382066572740763400700485971112889273453971319528156622420890582655986882825188285796881410695579968809008568158788791532127979392199554076257268684649769016566789825754031437235819341322783928192019219662415483439368776609896715252337929281522160907714792818353110978982920572719111185369784787656930606760556825076503669251403912040631623874484429613958832083185831385898787718789317352846565875255755026953292968866411471897694406731013709100499555170216029365584372148197108301202720302643737634802202415129834054661483625489206483392762548197014032163427812851374391885810381709677582521926085780955089870728633730801570385140299118494514776262802099145193482630179973711207187631300405155164189711619281507289982858154803465313421758589390818774137447297939819446323555653963440542921441984714045610737774578069572622079504122872157006404012822060431638285647563118406044058525392677037452323460006625224260191862180393168979140281081718702961820393869581167124352645172601861555032310612822587180540923381107661086097487103562086368238140204440737505942173173207356903340782960630437012479502419382353172172406473923571130736092852037932509747467786510860497448010236318039341464324456494581239911427694723335883335649833742411531737699713504799889335540668508313525692811682291352542439827115285553860980233453377347359179986588370033779890052351945793171415787543608469783117451296755906096576362980594286580088023309760323111769178536862120364242563193144503632392461330715743523499078361305424176618485460709788652394646130343311085375616116775889212888794988213393794369685260519418180875404613940109760472893538428899462484835587834692153452014449070556448595210692099567283134965567239119587752083686083766801854606626264068382765448278131510577598355156524516725670988942754845123694518339319013727105754398296842013681708425236373950587925542080857391346854062232288309804769570107505115259649196095066658097209557216790611533524704259605394778716150683220607110661737122228424133306478365637426131557717418410930913380802621824353766656884859829859990970667328986369644440832120846914676950892929859249598013640418051175518482345584862065473334917721042759784298554478758489742882287202331431140455495952011213627497991851030518398216451306889407167488616520608199613779531139877149750675233048632400262033997051154076916280379777062278798075005214571789829429281946983096756345062781011066669947078946041058475161785393021244578354668753903831997491981719858016566964071359062137351296578752333138551074935250156876550351882342850854510432518502653975986724141021279862416329035359535167654051118501764502039602351567038954489646831676865459182679458939786186893885080461350203506173891390694150251787974336807040905352234238751096689517390173649310642544469035600627459002220918761581057777981471807219834211329345249026611410856201192112826247131716046508518522299613459687233985691884644283748321699406551592553690772219848876002447344224949782538877161073727358936116692306038828795495424785117570955968770390986681689560579768076021577092261686739359100141682126234035653694180853119089073810450881112817059495852920953893041040539071156047631883899554871416181545328860854034746349610935399731759034615553906313973726195640183078440113447610321168968812605602157644767330200902879914438427291792895684344394915320608375977517952075219973785192700727450518419006585959720661735900506025608225150814942440612259591218314139792906954427638850718198521193179382478601779496081446254320765975989508022235602631485092255768221145093793042310341737686140458792352151898489332756281273954367025744611723409896413222320507249052216040913226579217605033009173145717909226014047765238371515686714741479405193956738537837161542974140526019439841184967330036368033291598631635899437229134291161453002367902880687436657418418584591870398397127602306925391143989613608197198866141899305482341416899516862571802749543607934723870643159386845422899684740430781502436755286930838069399804345354493589147821790126002348770671016950384058341547332167249685016322408700579705422507293426534191586820411600035084079653078144243080033169370373232105394451826063735891924328306365656020856645426004836498274624142127943629869165984499053041883685315635989178269548766180417089224838502171886776443979734436026509372990365598497449834677111972292159892105888965297784319062063423198835529560036399701468438822200765102287359377939476973085703741876887221904916439227654624567403638761091339344925259970258876805752235064940047763941351880961096705192107614388481629547377504750450612701109415217944137686255924211538684735064975150060854552979329938126721106300993821232281886791619818659225229003484218415020724616402871651288598842112886741486636875778347572165583744784542374122718240941823150928642604623749585351484843454938419274721525989806349976116964723268438089372991365676374547128379764966459922825197902259935692021771147006944122413756186291717119156380774272786108715508480488003456558346396403312852648471345226834824359384398749548905156301056018413299684499259794186314985357295512455756804362963029033323138772137991279809346059379163726290185793408243366983952207711097375160720979772930741233050626610019167083565920577202059423416200460048324918891871602029897279015287582890699031872165830273327538362813968571608856931384528728873518814657555181501900598071500207141136215473858514933784772563524391335887781515008608268764642195889317724465257016785856267935189591990253059518394907119202019989910055854209990273364014190027006916021573651714842675901402405496741426010315277406232125993518486128561361500589514765252080134869775960063274630872270219758939413540304924511684931780880947949669566818407201025255266447545915564847322132643209327975455315779820528927636485326944607068117584374699240857322990300754314878176036397692749718216083596227897193477993414525024987789654181171094481631907467140757732891946668713475228594254718929711853651813065129178302804742602003094956191099403783959465057997321466174419530804349486116494345474003728845522788240490397429384679772942439281322642318210929136849496406270361076210364508783762960884535058993884224483169695563195868194615990949695798418427249992487665259160353651327660314998807160226415198899690254123410250125425322333773573711036941195994905477045040733191728350478338495116858938664201241332320372945984669633513278268045446725017286098194639635260137224100700853589147887742452299584392520132169464271433086853651371654347221367839927637925794166513166344420143106161962041155283057163349111007160603666100848919823257255890422286173619823778336846351314671689430110120838954743001402881340210818096127027468350789495314989555299679793697214270561423343761390067661776103370153552148593545728321611483355126351261358210306323493262407758257916791186285236798162006209236311653536673796838222640860839817286219985569269038992792260616398993862395499641068449916049099791205309691478240134129074198303528054977836645765922299708291538960578253251900583880759099171794609074587356897154586975711518647163472123864314856290995324329127421740239473740812241038135783782844744759996583796748107916880112095411186574697978537069694328522501713830794280507763301241905073366921036678248672229409967942769993170168921157416607579072291257352353428503624522037799652797834083938862684092596608775492936594677603959518307321050314360650467174866421529204803049102659087807667243094784527784303210548744026628444443720541763739488595573075281701256605025968116709833725459730914935948248663504116104468619793391226152572874192194734083069335106808543711180772862368797489058419095277154179092843765889315669155372769043840078184281184467957242563956593441532203053805520313113313724958722206160144121087818261295080732404161895666858005887740709991901094984718387873938966984895708549828777626756270289686029532681837608180579110391993477454230051831810333770068618496852055736253062100074243248631215041275897120312427451357654259259043154684014469116153142333547661680565994806662434996502503430177797124852402766606184703772909237692538083785675294187065094408329577469545058289360509722257941560786507123025905914184187885300932733963319209381283097560255980968983661792011366386324468776987487240923417103950823976466133794109763582864121659351533490074904495778081465292258436308240924416478852600599032101374421321672667230948460609325246241127718265585302136626164540929377796793940138514115255106935951542401855581796129094099887074849787942608707451116437743067871733147891627942052953206304550522774660635985025642908553839915594021677809421330700535756965281973335269637070988085741762305676636524808854224669627732214673011671945598424801487859742128969725759472052157949613495107525865329394562481735544946660660116261806894469767168836315942604123870096414738050417816100177305598051054975862594185843417535430512345538394248868917928217738300147635105162349497655522124065943019097314204851207309206658431638583662634778902393828963645099203702157578583937386985749874212020811407181013830781331278876525976657836306787044531363607088961832904823391921446818190464248803847540650641734232002942840203520671386481325418843737686714816783634281158351188389888639412151805298194373540432709216563445530911267399608818446186952387246019316876579432912911879081482782882445238221652824667278161324384952829614454165741161298939608972908250934093750047374374893937988632972420639631974569554343626343724917880753820203725516131531630493758087241032806853509840616158870903525483236136398717487117921934783048495462299374192093477929462903788311207371674877600736960931266818003011681499475312551768434581350521536356782068076276270330020540928623339043643567468165915797581371792793328831771037396641477796389160083329375893345464454509302262952201183714839962415299886887621641375026007164096475791336843039148632986460851250061120635432399370870713119520515103359547146810916637142667215181753412216636474048293408598432181455794672449133813278693402319711665232950980276112696995389171131375863488605807413047159788014345528040151225647320109797184596852576418707225951536144927754527930110146171955667866887522517674085602856051390718267858556873987463693331741911507969733607164205708567924600397971938935948914780326748479155458184488946663995754073443959413421190487872056405886052271424329278878025347827108617780383952527132991457554259242700089476963130432606827481785442898963107809067541751352562807347783097974670988128084372431956678899663873857671144587123885187227757108667258372191580905086568754680320448893679380553423728182979794027982281178545508541278486932797232668395186924275638749733082852565067783852585877029145126481317366799444528374775460922367022179386501988804619400996309587435757208852488241947635013010085685145068019672913632245227552585377493567311513055863621687121166692798988977955667523578925614248099460194890535634294257902890294796415442948155020641370621450620533654286654582037975839547133329790310459983172771989666172838714230391811935861215656901464240353031652283860717328196116184704806611127959209194545284644148363385651630494059379993072360143743780780086663854111703555299109993676399429831705701501928721459197263299083826248375339651648077661919131414076875430036043760252345384002163212949043365322738326496285428267398797813556210358553122399730590081636524515076500573507349442167975620584744159231048511737388930881413829174978335927462534272898705761431920155890757295940923229958673729592458203825114872983620636208772636879349344871447806159691366226958462118443969930720273248886320968141559336683274566513558798886364493781863455942925520354823624435038521082800737645196685369015138013779690665747460452483780892123865933373077388001176062385539201161014386915863228753546358761984958886823756113066904269628501205210973065613225789423696014890490358952922089360719305517554013511183097568447691925435353697111791844409215840921316630177103406433707896528985752092028470973251313803292808983878628152253117646785228302546295217220347542689811039319451637460413042971187088219372501744846786189447291323397205248412110230724814905958288723631126080943544813800489324093954879418851483993219613808989115042576025099222852392200223742450737568161071169847468401077748827431859545148528005312429617008160622682249088389679613802656269046134406898316834661805987175402225122850703836706373742664036693819490566268637215779848301670922869415039144865629735927515361271078068643121093805385839988171903635432991228808987029083026912276805179383644086623663949001753635643251121086884791933077621822828539580551302737064000991934358515040160535610374985583479998865343924229427256616386566758531383752041863707533465643550399789940556667432348050640734618756917852784893504749426272724853317972593088249647541064022547565631990408436798898483915532774374813511782393100358160920403391568376443921596485862242159569945773275036530159345847162634558212040241976236492261523991891231299007425998687373248428294567115643859009758400583345892500717621539142177820704780318314583565179902338578306269440462618288049267517726970498683864765562453014085261610985515157384642144707035433032168997823265562511625665073228187878375181348403036686388130066909729587085613293149454039894973085953516809806427790201014886047704910264330641404241970821070869828724890774297832047013963983489262281346081897971718295262725899270447023242497255181625394171102518128210619542474311798311799211996765126919284581614863945080308860507166862429550890915221192922949313250544396286006382274812483480582092162768441563917958971793815218439214261184747002784138273863222773154778051600676455804442168102526592013612068552487987757310786880903776907967808838900574204079650563122125739410042596962706414964829981448252231811945602172919280100037651082037190539846170751080726064301810653311526608436939356635738843272686212136418167031466403688884256817952675120598427605662264831019155007520371326298398076510482807711979591561644419329059526093765601482147506447468992950437911314075611513670906872863766215651356942586843642555004956507930456467466955042827039032594705462028433136944006192562101837809124585759525625700008889115661357310257499155258728815162109440811091164191947128953091917403658529106167884406799661352294739345002585909659180025536483241822826583546482544434655932663004207728465213672764649589119529561348125667413173386187721356506134239091836755437013161292415543971299955574584814856357552454011863438560236797402674838185534294585426297525181299583936713060721548920712564194943300737625193216357345420643072316354519441359126712444934238446807316867638517780055486026720416672468041771522098967147150255222928742286162764773147874854983035748110839979590661502597475112270099826907723924083735836791622103905002068912604043997908494140127748522699140175546648449013459334654183880974161172770809467986011938149750667996387146370366349435658025705681568999746276807702037254253187805851828503938474504953672627463237409654374920444136027253431312012048890302877957191997252411894472366815864044466646249544505708903807068618406092693480367856165914192234243202665619631115367283570123394494152061785398793613561236638842419617086829610093388052850422062207643000636550690611753825699266374195626305794279787528676346755093137039319521203393199728146161345171319120000
3600.01/3578.46	c number of deleted constraints	: 20256
3600.01/3578.46	c speed (assignments/second)	: 2731.272328492969
3600.01/3578.46	c non guided choices	: 0
3600.01/3578.48	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 10
3600.01/3578.49	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 8280
3600.01/3578.49	s SATISFIABLE
3600.01/3578.49	c Found 15 solution(s)
3600.01/3578.49	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 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 -x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 -x920 -x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 -x935 -x936 -x937 -x938 -x939 -x940 -x941 -x942 -x943 -x944 -x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 -x960 -x961 -x962 -x963 -x964 -x965 -x966 -x967 -x968 -x969 -x970 -x971 -x972 -x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 -x981 -x982 -x983 -x984 -x985 -x986 -x987 -x988 -x989 -x990 -x991 -x992 -x993 -x994 -x995 -x996 -x997 -x998 -x999 -x1000 -x1001 -x1002 -x1003 -x1004 -x1005 -x1006 -x1007 -x1008 -x1009 -x1010 -x1011 -x1012 -x1013 -x1014 -x1015 -x1016 -x1017 -x1018 -x1019 -x1020 -x1021 -x1022 -x1023 -x1024 -x1025 -x1026 -x1027 -x1028 -x1029 -x1030 -x1031 -x1032 -x1033 -x1034 -x1035 -x1036 -x1037 -x1038 -x1039 -x1040 -x1041 -x1042 -x1043 -x1044 -x1045 -x1046 -x1047 -x1048 -x1049 -x1050 -x1051 -x1052 -x1053 -x1054 -x1055 -x1056 -x1057 -x1058 -x1059 x1060 -x1061 -x1062 -x1063 -x1064 -x1065 -x1066 -x1067 -x1068 -x1069 -x1070 -x1071 -x1072 -x1073 -x1074 -x1075 -x1076 -x1077 -x1078 -x1079 -x1080 -x1081 -x1082 -x1083 -x1084 -x1085 -x1086 -x1087 -x1088 -x1089 -x1090 -x1091 -x1092 -x1093 -x1094 -x1095 -x1096 -x1097 -x1098 -x1099 -x1100 -x1101 -x1102 -x1103 -x1104 -x1105 -x1106 -x1107 -x1108 -x1109 -x1110 -x1111 -x1112 -x1113 x1114 -x1115 -x1116 -x1117 -x1118 -x1119 -x1120 -x1121 -x1122 -x1123 -x1124 -x1125 -x1126 -x1127 -x1128 -x1129 -x1130 -x1131 -x1132 -x1133 -x1134 -x1135 -x1136 -x1137 -x1138 -x1139 -x1140 -x1141 -x1142 -x1143 -x1144 -x1145 -x1146 -x1147 -x1148 -x1149 -x1150 -x1151 -x1152 -x1153 -x1154 -x1155 -x1156 -x1157 -x1158 -x1159 -x1160 -x1161 -x1162 -x1163 -x1164 -x1165 -x1166 -x1167 -x1168 -x1169 -x1170 -x1171 -x1172 -x1173 -x1174 -x1175 -x1176 -x1177 -x1178 -x1179 -x1180 -x1181 -x1182 -x1183 -x1184 -x1185 -x1186 -x1187 -x1188 -x1189 -x1190 -x1191 -x1192 -x1193 -x1194 -x1195 -x1196 -x1197 -x1198 -x1199 -x1200 -x1201 -x1202 -x1203 -x1204 -x1205 -x1206 -x1207 -x1208 -x1209 -x1210 -x1211 -x1212 -x1213 -x1214 -x1215 -x1216 -x1217 -x1218 -x1219 -x1220 -x1221 -x1222 -x1223 -x1224 -x1225 -x1226 -x1227 -x1228 -x1229 -x1230 -x1231 -x1232 -x1233 -x1234 -x1235 -x1236 -x1237 -x1238 -x1239 -x1240 -x1241 -x1242 -x1243 -x1244 -x1245 -x1246 -x1247 -x1248 -x1249 -x1250 -x1251 -x1252 -x1253 -x1254 -x1255 -x1256 -x1257 -x1258 -x1259 -x1260 -x1261 -x1262 -x1263 -x1264 -x1265 -x1266 -x1267 -x1268 -x1269 -x1270 -x1271 -x1272 -x1273 -x1274 -x1275 x1276 x1277 -x1278 -x1279 -x1280 -x1281 -x1282 -x1283 -x1284 -x1285 -x1286 -x1287 -x1288 -x1289 -x1290 -x1291 -x1292 -x1293 -x1294 -x1295 -x1296 -x1297 -x1298 -x1299 -x1300 -x1301 -x1302 -x1303 -x1304 -x1305 -x1306 -x1307 -x1308 -x1309 -x1310 -x1311 -x1312 -x1313 -x1314 -x1315 -x1316 -x1317 -x1318 x1319 -x1320 -x1321 -x1322 -x1323 -x1324 -x1325 -x1326 -x1327 -x1328 x1329 -x1330 -x1331 -x1332 -x1333 -x1334 x1335 -x1336 -x1337 -x1338 -x1339 -x1340 x1341 x1342 -x1343 
3600.01/3578.49	c objective function=26291
3600.01/3578.49	c Total wall clock time (in seconds): 3578.04

Verifier Data

OK	26291

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (63088 MiB free)
  memory of node 1: 64507 MiB (63742 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
solver pid=54384, runsolver pid=54378
Current StackSize limit: 8192 KiB


[startup+0.100077 s]*
/proc/loadavg: 0.77 1.82 3.00 10/314 54461
/proc/meminfo: memFree=129783192/131382112 swapFree=33010684/33010684
[pid=54384] ppid=54378 vsize=18930344 memory=45640 CPUtime=0.09 cores=0,2
/proc/54384/stat : 54384 (java) S 54378 54384 54327 0 -1 4194304 5445 0 0 0 6 3 0 0 20 0 18 0 55501878 19384672256 11410 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
/proc/54384/statm: 4732586 11410 4931 1 0 546700 0
[pid=54384/tid=54398] ppid=54378 vsize=18930344 memory=4026532124 CPUtime=0.06 cores=0,2
/proc/54384/task/54398/stat : 54398 (java) R 54378 54384 54327 0 -1 4194368 4564 0 0 0 4 2 0 0 20 0 18 0 55501881 19384672256 11410 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
[pid=54384/tid=54430] ppid=54378 vsize=18930344 memory=1707 CPUtime=0 cores=0,2
/proc/54384/task/54430/stat : 54430 (Finalizer) S 54378 54384 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 55501887 19384672256 11410 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
[pid=54384/tid=54455] ppid=54378 vsize=18930344 memory=56295059358712 CPUtime=0 cores=0,2
/proc/54384/task/54455/stat : 54455 (Common-Cleaner) S 54378 54384 54327 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 55501888 19384672256 11410 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930344 KiB
Current children cumulated memory: 45640 KiB

[startup+0.214389 s]*
/proc/loadavg: 0.77 1.82 3.00 11/318 54465
/proc/meminfo: memFree=129777116/131382112 swapFree=33010684/33010684
[pid=54384] ppid=54378 vsize=18930384 memory=51796 CPUtime=0.25 cores=0,2
/proc/54384/stat : 54384 (java) S 54378 54384 54327 0 -1 4194304 6108 0 0 0 21 4 0 0 20 0 18 0 55501878 19384713216 12949 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
/proc/54384/statm: 4732596 12949 5347 1 0 547227 0
[pid=54384/tid=54398] ppid=54378 vsize=18930384 memory=4026663196 CPUtime=0.15 cores=0,2
/proc/54384/task/54398/stat : 54398 (java) R 54378 54384 54327 0 -1 4194368 4958 0 0 0 13 2 0 0 20 0 18 0 55501881 19384713216 12949 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
[pid=54384/tid=54430] ppid=54378 vsize=18930384 memory=1707 CPUtime=0 cores=0,2
/proc/54384/task/54430/stat : 54430 (Finalizer) S 54378 54384 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 55501887 19384713216 12949 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
[pid=54384/tid=54455] ppid=54378 vsize=18930384 memory=56295059358712 CPUtime=0 cores=0,2
/proc/54384/task/54455/stat : 54455 (Common-Cleaner) S 54378 54384 54327 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 55501888 19384713216 12949 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51796 KiB

[startup+0.318836 s]*
/proc/loadavg: 0.77 1.82 3.00 10/318 54465
/proc/meminfo: memFree=129764104/131382112 swapFree=33010684/33010684
[pid=54384] ppid=54378 vsize=18930384 memory=58064 CPUtime=0.42 cores=0,2
/proc/54384/stat : 54384 (java) S 54378 54384 54327 0 -1 4194304 6660 0 0 0 38 4 0 0 20 0 18 0 55501878 19384713216 14516 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
/proc/54384/statm: 4732596 14516 5347 1 0 547691 0
[pid=54384/tid=54398] ppid=54378 vsize=18930384 memory=-6000919507016050794 CPUtime=0.26 cores=0,2
/proc/54384/task/54398/stat : 54398 (java) R 54378 54384 54327 0 -1 4194368 5145 0 0 0 23 3 0 0 20 0 18 0 55501881 19384713216 14516 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
[pid=54384/tid=54430] ppid=54378 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/54384/task/54430/stat : 54430 (Finalizer) S 54378 54384 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 55501887 19384713216 14516 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
[pid=54384/tid=54455] ppid=54378 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/54384/task/54455/stat : 54455 (Common-Cleaner) S 54378 54384 54327 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 55501888 19384713216 14516 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58064 KiB

[startup+0.700358 s]
/proc/loadavg: 0.77 1.82 3.00 1/318 54465
/proc/meminfo: memFree=129750080/131382112 swapFree=33010684/33010684
[pid=54384] ppid=54378 vsize=18930384 memory=61732 CPUtime=0.65 cores=0,2
/proc/54384/stat : 54384 (java) S 54378 54384 54327 0 -1 4194304 6979 0 0 0 60 5 0 0 20 0 18 0 55501878 19384713216 15433 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
/proc/54384/statm: 4732596 15433 5443 1 0 547897 0
[pid=54384/tid=54398] ppid=54378 vsize=18930384 memory=17792 CPUtime=0.36 cores=0,2
/proc/54384/task/54398/stat : 54398 (java) D 54378 54384 54327 0 -1 4456512 5345 0 0 0 33 3 0 0 20 0 18 0 55501881 19384713216 15433 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
[pid=54384/tid=54430] ppid=54378 vsize=18930384 memory=10752 CPUtime=0 cores=0,2
/proc/54384/task/54430/stat : 54430 (Finalizer) S 54378 54384 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 55501887 19384713216 15433 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
[pid=54384/tid=54455] ppid=54378 vsize=18930384 memory=3200 CPUtime=0 cores=0,2
/proc/54384/task/54455/stat : 54455 (Common-Cleaner) S 54378 54384 54327 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 55501888 19384713216 15433 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61732 KiB

[startup+1.50039 s]
/proc/loadavg: 0.77 1.82 3.00 1/319 54466
/proc/meminfo: memFree=129749604/131382112 swapFree=33010684/33010684
[pid=54384] ppid=54378 vsize=18930384 memory=61732 CPUtime=0.65 cores=0,2
/proc/54384/stat : 54384 (java) S 54378 54384 54327 0 -1 4194304 6979 0 0 0 60 5 0 0 20 0 18 0 55501878 19384713216 15433 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
/proc/54384/statm: 4732596 15433 5443 1 0 547897 0
[pid=54384/tid=54398] ppid=54378 vsize=18930384 memory=3200 CPUtime=0.36 cores=0,2
/proc/54384/task/54398/stat : 54398 (java) D 54378 54384 54327 0 -1 4456512 5345 0 0 0 33 3 0 0 20 0 18 0 55501881 19384713216 15433 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
[pid=54384/tid=54430] ppid=54378 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/54384/task/54430/stat : 54430 (Finalizer) S 54378 54384 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 55501887 19384713216 15433 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
[pid=54384/tid=54455] ppid=54378 vsize=18930384 memory=10752 CPUtime=0 cores=0,2
/proc/54384/task/54455/stat : 54455 (Common-Cleaner) S 54378 54384 54327 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 55501888 19384713216 15433 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61732 KiB

[startup+3.11261 s]
/proc/loadavg: 1.03 1.86 3.01 1/319 54467
/proc/meminfo: memFree=129750088/131382112 swapFree=33010684/33010684
[pid=54384] ppid=54378 vsize=18930384 memory=61732 CPUtime=0.65 cores=0,2
/proc/54384/stat : 54384 (java) S 54378 54384 54327 0 -1 4194304 6979 0 0 0 60 5 0 0 20 0 18 0 55501878 19384713216 15433 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
/proc/54384/statm: 4732596 15433 5443 1 0 547897 0
[pid=54384/tid=54398] ppid=54378 vsize=18930384 memory=10752 CPUtime=0.36 cores=0,2
/proc/54384/task/54398/stat : 54398 (java) D 54378 54384 54327 0 -1 4456512 5345 0 0 0 33 3 0 0 20 0 18 0 55501881 19384713216 15433 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
[pid=54384/tid=54430] ppid=54378 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/54384/task/54430/stat : 54430 (Finalizer) S 54378 54384 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 55501887 19384713216 15433 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
[pid=54384/tid=54455] ppid=54378 vsize=18930384 memory=5632 CPUtime=0 cores=0,2
/proc/54384/task/54455/stat : 54455 (Common-Cleaner) S 54378 54384 54327 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 55501888 19384713216 15433 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61732 KiB
heavy processes:

[startup+6.3003 s]
/proc/loadavg: 1.03 1.86 3.01 7/302 54482
/proc/meminfo: memFree=129481256/131382112 swapFree=33010684/33010684
[pid=54384] ppid=54378 vsize=19063512 memory=172496 CPUtime=4.13 cores=0,2
/proc/54384/stat : 54384 (java) S 54378 54384 54327 0 -1 4194304 17872 0 0 0 398 15 0 0 20 0 20 0 55501878 19521036288 43124 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
/proc/54384/statm: 4765878 43124 5539 1 0 552971 0
[pid=54384/tid=54398] ppid=54378 vsize=19063512 memory=10752 CPUtime=1.97 cores=0,2
/proc/54384/task/54398/stat : 54398 (java) R 54378 54384 54327 0 -1 4194368 6243 0 0 0 189 8 0 0 20 0 20 0 55501881 19521036288 43124 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
[pid=54384/tid=54430] ppid=54378 vsize=19063512 memory=-6000919472673089642 CPUtime=0 cores=0,2
/proc/54384/task/54430/stat : 54430 (Finalizer) S 54378 54384 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55501887 19521036288 43124 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
[pid=54384/tid=54455] ppid=54378 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/54384/task/54455/stat : 54455 (Common-Cleaner) S 54378 54384 54327 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 55501888 19521036288 43124 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
[pid=54384/tid=54471] ppid=54378 vsize=19063512 memory=4570758477702131359 CPUtime=0 cores=0,2
/proc/54384/task/54471/stat : 54471 (Timer-0) S 54378 54384 54327 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55502362 19521036288 43124 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
Current children cumulated CPU time: 4.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 172496 KiB
heavy processes:

[startup+12.7004 s]
/proc/loadavg: 1.51 1.94 3.03 7/327 54541
/proc/meminfo: memFree=126766264/131382112 swapFree=33010684/33010684
[pid=54384] ppid=54378 vsize=19063512 memory=778784 CPUtime=14.17 cores=0,2
/proc/54384/stat : 54384 (java) S 54378 54384 54327 0 -1 4194304 27779 0 0 0 1386 31 0 0 20 0 20 0 55501878 19521036288 194696 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
/proc/54384/statm: 4765878 194696 5539 1 0 690615 0
[pid=54384/tid=54398] ppid=54378 vsize=19063512 memory=-6000919468445231210 CPUtime=8.19 cores=0,2
/proc/54384/task/54398/stat : 54398 (java) R 54378 54384 54327 0 -1 4194368 7072 0 0 0 799 20 0 0 20 0 20 0 55501881 19521036288 194696 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
[pid=54384/tid=54430] ppid=54378 vsize=19063512 memory=172880 CPUtime=0 cores=0,2
/proc/54384/task/54430/stat : 54430 (Finalizer) S 54378 54384 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55501887 19521036288 194696 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
[pid=54384/tid=54455] ppid=54378 vsize=19063512 memory=635424 CPUtime=0 cores=0,2
/proc/54384/task/54455/stat : 54455 (Common-Cleaner) S 54378 54384 54327 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 55501888 19521036288 194696 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
[pid=54384/tid=54471] ppid=54378 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/54384/task/54471/stat : 54471 (Timer-0) S 54378 54384 54327 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55502362 19521036288 194696 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
Current children cumulated CPU time: 14.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 778784 KiB

[startup+25.5005 s]
/proc/loadavg: 2.28 2.09 3.06 5/327 54541
/proc/meminfo: memFree=123473228/131382112 swapFree=33010684/33010684
[pid=54384] ppid=54378 vsize=19063512 memory=1708036 CPUtime=27.22 cores=0,2
/proc/54384/stat : 54384 (java) S 54378 54384 54327 0 -1 4194304 33351 0 0 0 2669 53 0 0 20 0 20 0 55501878 19521036288 427009 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
/proc/54384/statm: 4765878 427009 5539 1 0 690622 0
[pid=54384/tid=54398] ppid=54378 vsize=19063512 memory=172880 CPUtime=20.66 cores=0,2
/proc/54384/task/54398/stat : 54398 (java) R 54378 54384 54327 0 -1 4194368 9096 0 0 0 2027 39 0 0 20 0 20 0 55501881 19521036288 427009 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
[pid=54384/tid=54430] ppid=54378 vsize=19063512 memory=1675240 CPUtime=0 cores=0,2
/proc/54384/task/54430/stat : 54430 (Finalizer) S 54378 54384 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55501887 19521036288 427009 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
[pid=54384/tid=54455] ppid=54378 vsize=19063512 memory=1675240 CPUtime=0 cores=0,2
/proc/54384/task/54455/stat : 54455 (Common-Cleaner) S 54378 54384 54327 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 55501888 19521036288 427009 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
[pid=54384/tid=54471] ppid=54378 vsize=19063512 memory=635424 CPUtime=0 cores=0,2
/proc/54384/task/54471/stat : 54471 (Timer-0) S 54378 54384 54327 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55502362 19521036288 427009 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
Current children cumulated CPU time: 27.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1708036 KiB

[startup+51.1133 s]
/proc/loadavg: 3.20 2.33 3.11 5/328 54542
/proc/meminfo: memFree=121553796/131382112 swapFree=33010684/33010684
[pid=54384] ppid=54378 vsize=19063512 memory=2233952 CPUtime=53.68 cores=0,2
/proc/54384/stat : 54384 (java) S 54378 54384 54327 0 -1 4194304 44211 0 0 0 5297 71 0 0 20 0 20 0 55501878 19521036288 558488 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
/proc/54384/statm: 4765878 558488 5539 1 0 824314 0
[pid=54384/tid=54398] ppid=54378 vsize=19063512 memory=2233952 CPUtime=45.84 cores=0,2
/proc/54384/task/54398/stat : 54398 (java) R 54378 54384 54327 0 -1 4194368 12134 0 0 0 4531 53 0 0 20 0 20 0 55501881 19521036288 558488 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
[pid=54384/tid=54430] ppid=54378 vsize=19063512 memory=2233824 CPUtime=0 cores=0,2
/proc/54384/task/54430/stat : 54430 (Finalizer) S 54378 54384 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55501887 19521036288 558488 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
[pid=54384/tid=54455] ppid=54378 vsize=19063512 memory=2233952 CPUtime=0 cores=0,2
/proc/54384/task/54455/stat : 54455 (Common-Cleaner) S 54378 54384 54327 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 55501888 19521036288 558488 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
[pid=54384/tid=54471] ppid=54378 vsize=19063512 memory=0 CPUtime=0 cores=0,2

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

[startup+3222.3 s]
/proc/loadavg: 4.51 4.57 4.47 5/331 54844
/proc/meminfo: memFree=104774364/131382112 swapFree=33010684/33010684
[pid=54384] ppid=54378 vsize=19063512 memory=5073368 CPUtime=3249.48 cores=0,2
/proc/54384/stat : 54384 (java) S 54378 54384 54327 0 -1 4194304 215565 0 0 0 324437 511 0 0 20 0 20 0 55501878 19521036288 1268342 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
/proc/54384/statm: 4765878 1268342 5539 1 0 1280189 0
[pid=54384/tid=54398] ppid=54378 vsize=19063512 memory=5071320 CPUtime=3154 cores=0,2
/proc/54384/task/54398/stat : 54398 (java) R 54378 54384 54327 0 -1 4194368 99534 0 0 0 315140 260 0 0 20 0 20 0 55501881 19521036288 1268342 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
[pid=54384/tid=54430] ppid=54378 vsize=19063512 memory=5073368 CPUtime=0 cores=0,2
/proc/54384/task/54430/stat : 54430 (Finalizer) S 54378 54384 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55501887 19521036288 1268342 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
[pid=54384/tid=54455] ppid=54378 vsize=19063512 memory=5073368 CPUtime=0 cores=0,2
/proc/54384/task/54455/stat : 54455 (Common-Cleaner) S 54378 54384 54327 0 -1 4194368 1704 0 0 0 0 0 0 0 20 0 20 0 55501888 19521036288 1268342 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
[pid=54384/tid=54471] ppid=54378 vsize=19063512 memory=5073368 CPUtime=0 cores=0,2
/proc/54384/task/54471/stat : 54471 (Timer-0) S 54378 54384 54327 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55502362 19521036288 1268342 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
Current children cumulated CPU time: 3249.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5073368 KiB

[startup+3282.3 s]
/proc/loadavg: 4.40 4.52 4.46 4/331 54846
/proc/meminfo: memFree=104590468/131382112 swapFree=33010684/33010684
[pid=54384] ppid=54378 vsize=19063512 memory=5075032 CPUtime=3309.29 cores=0,2
/proc/54384/stat : 54384 (java) S 54378 54384 54327 0 -1 4194304 216001 0 0 0 330411 518 0 0 20 0 20 0 55501878 19521036288 1268758 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
/proc/54384/statm: 4765878 1268758 5539 1 0 1280189 0
[pid=54384/tid=54398] ppid=54378 vsize=19063512 memory=5075032 CPUtime=3212.68 cores=0,2
/proc/54384/task/54398/stat : 54398 (java) D 54378 54384 54327 0 -1 4194368 99912 0 0 0 321005 263 0 0 20 0 20 0 55501881 19521036288 1268758 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
[pid=54384/tid=54430] ppid=54378 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/54384/task/54430/stat : 54430 (Finalizer) S 54378 54384 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55501887 19521036288 1268758 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
[pid=54384/tid=54455] ppid=54378 vsize=19063512 memory=5075032 CPUtime=0 cores=0,2
/proc/54384/task/54455/stat : 54455 (Common-Cleaner) S 54378 54384 54327 0 -1 4194368 1708 0 0 0 0 0 0 0 20 0 20 0 55501888 19521036288 1268758 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
[pid=54384/tid=54471] ppid=54378 vsize=19063512 memory=5075032 CPUtime=0 cores=0,2
/proc/54384/task/54471/stat : 54471 (Timer-0) S 54378 54384 54327 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55502362 19521036288 1268758 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
Current children cumulated CPU time: 3309.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5075032 KiB

[startup+3342.3 s]
/proc/loadavg: 4.24 4.46 4.44 6/331 54850
/proc/meminfo: memFree=104437236/131382112 swapFree=33010684/33010684
[pid=54384] ppid=54378 vsize=19063512 memory=5075032 CPUtime=3363.46 cores=0,2
/proc/54384/stat : 54384 (java) S 54378 54384 54327 0 -1 4194304 219032 0 0 0 335822 524 0 0 20 0 20 0 55501878 19521036288 1268758 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
/proc/54384/statm: 4765878 1268758 5539 1 0 1280189 0
[pid=54384/tid=54398] ppid=54378 vsize=19063512 memory=5075032 CPUtime=3265.81 cores=0,2
/proc/54384/task/54398/stat : 54398 (java) R 54378 54384 54327 0 -1 4194368 102466 0 0 0 326315 266 0 0 20 0 20 0 55501881 19521036288 1268758 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
[pid=54384/tid=54430] ppid=54378 vsize=19063512 memory=5075032 CPUtime=0 cores=0,2
/proc/54384/task/54430/stat : 54430 (Finalizer) S 54378 54384 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55501887 19521036288 1268758 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
[pid=54384/tid=54455] ppid=54378 vsize=19063512 memory=5075032 CPUtime=0 cores=0,2
/proc/54384/task/54455/stat : 54455 (Common-Cleaner) S 54378 54384 54327 0 -1 4194368 1708 0 0 0 0 0 0 0 20 0 20 0 55501888 19521036288 1268758 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
[pid=54384/tid=54471] ppid=54378 vsize=19063512 memory=2764 CPUtime=0 cores=0,2
/proc/54384/task/54471/stat : 54471 (Timer-0) S 54378 54384 54327 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55502362 19521036288 1268758 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
Current children cumulated CPU time: 3363.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5075032 KiB

[startup+3402.3 s]
/proc/loadavg: 4.32 4.43 4.43 6/331 54919
/proc/meminfo: memFree=109725324/131382112 swapFree=33010684/33010684
[pid=54384] ppid=54378 vsize=19063512 memory=5075032 CPUtime=3423.65 cores=0,2
/proc/54384/stat : 54384 (java) S 54378 54384 54327 0 -1 4194304 221940 0 0 0 341835 530 0 0 20 0 20 0 55501878 19521036288 1268758 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
/proc/54384/statm: 4765878 1268758 5539 1 0 1280189 0
[pid=54384/tid=54398] ppid=54378 vsize=19063512 memory=5075032 CPUtime=3324.56 cores=0,2
/proc/54384/task/54398/stat : 54398 (java) R 54378 54384 54327 0 -1 4194368 104960 0 0 0 332188 268 0 0 20 0 20 0 55501881 19521036288 1268758 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
[pid=54384/tid=54430] ppid=54378 vsize=19063512 memory=5075032 CPUtime=0 cores=0,2
/proc/54384/task/54430/stat : 54430 (Finalizer) S 54378 54384 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55501887 19521036288 1268758 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
[pid=54384/tid=54455] ppid=54378 vsize=19063512 memory=4252 CPUtime=0 cores=0,2
/proc/54384/task/54455/stat : 54455 (Common-Cleaner) S 54378 54384 54327 0 -1 4194368 1721 0 0 0 0 0 0 0 20 0 20 0 55501888 19521036288 1268758 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
[pid=54384/tid=54471] ppid=54378 vsize=19063512 memory=5075032 CPUtime=0 cores=0,2
/proc/54384/task/54471/stat : 54471 (Timer-0) S 54378 54384 54327 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55502362 19521036288 1268758 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
Current children cumulated CPU time: 3423.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5075032 KiB

[startup+3462.3 s]
/proc/loadavg: 4.24 4.38 4.42 5/330 54921
/proc/meminfo: memFree=109422824/131382112 swapFree=33010684/33010684
[pid=54384] ppid=54378 vsize=19063512 memory=5075032 CPUtime=3483.81 cores=0,2
/proc/54384/stat : 54384 (java) S 54378 54384 54327 0 -1 4194304 222474 0 0 0 347845 536 0 0 20 0 20 0 55501878 19521036288 1268758 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
/proc/54384/statm: 4765878 1268758 5539 1 0 1280189 0
[pid=54384/tid=54398] ppid=54378 vsize=19063512 memory=10752 CPUtime=3383.59 cores=0,2
/proc/54384/task/54398/stat : 54398 (java) R 54378 54384 54327 0 -1 4194368 105116 0 0 0 338089 270 0 0 20 0 20 0 55501881 19521036288 1268758 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
[pid=54384/tid=54430] ppid=54378 vsize=19063512 memory=5075032 CPUtime=0 cores=0,2
/proc/54384/task/54430/stat : 54430 (Finalizer) S 54378 54384 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55501887 19521036288 1268758 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
[pid=54384/tid=54455] ppid=54378 vsize=19063512 memory=5075032 CPUtime=0 cores=0,2
/proc/54384/task/54455/stat : 54455 (Common-Cleaner) S 54378 54384 54327 0 -1 4194368 1802 0 0 0 0 0 0 0 20 0 20 0 55501888 19521036288 1268758 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
[pid=54384/tid=54471] ppid=54378 vsize=19063512 memory=5075032 CPUtime=0 cores=0,2
/proc/54384/task/54471/stat : 54471 (Timer-0) S 54378 54384 54327 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55502362 19521036288 1268758 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
Current children cumulated CPU time: 3483.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5075032 KiB

[startup+3522.3 s]
/proc/loadavg: 4.16 4.33 4.39 6/329 54927
/proc/meminfo: memFree=109119596/131382112 swapFree=33010684/33010684
[pid=54384] ppid=54378 vsize=19063512 memory=5075032 CPUtime=3543.78 cores=0,2
/proc/54384/stat : 54384 (java) S 54378 54384 54327 0 -1 4194304 225998 0 0 0 353835 543 0 0 20 0 20 0 55501878 19521036288 1268758 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
/proc/54384/statm: 4765878 1268758 5539 1 0 1280189 0
[pid=54384/tid=54398] ppid=54378 vsize=19063512 memory=14848 CPUtime=3443.14 cores=0,2
/proc/54384/task/54398/stat : 54398 (java) R 54378 54384 54327 0 -1 4194368 108121 0 0 0 344042 272 0 0 20 0 20 0 55501881 19521036288 1268758 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
[pid=54384/tid=54430] ppid=54378 vsize=19063512 memory=5075032 CPUtime=0 cores=0,2
/proc/54384/task/54430/stat : 54430 (Finalizer) S 54378 54384 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55501887 19521036288 1268758 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
[pid=54384/tid=54455] ppid=54378 vsize=19063512 memory=5075032 CPUtime=0 cores=0,2
/proc/54384/task/54455/stat : 54455 (Common-Cleaner) S 54378 54384 54327 0 -1 4194368 1927 0 0 0 0 0 0 0 20 0 20 0 55501888 19521036288 1268758 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
[pid=54384/tid=54471] ppid=54378 vsize=19063512 memory=5075032 CPUtime=0 cores=0,2
/proc/54384/task/54471/stat : 54471 (Timer-0) S 54378 54384 54327 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55502362 19521036288 1268758 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
Current children cumulated CPU time: 3543.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5075032 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3578.4 s]
/proc/loadavg: 4.19 4.31 4.38 6/333 54934
/proc/meminfo: memFree=108827268/131382112 swapFree=33010684/33010684
[pid=54384] ppid=54378 vsize=19063512 memory=5075032 CPUtime=3600.01 cores=0,2
/proc/54384/stat : 54384 (java) S 54378 54384 54327 0 -1 4194304 228771 0 0 0 359453 548 0 0 20 0 20 0 55501878 19521036288 1268758 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
/proc/54384/statm: 4765878 1268758 5539 1 0 1280189 0
[pid=54384/tid=54398] ppid=54378 vsize=19063512 memory=5075032 CPUtime=3498.51 cores=0,2
/proc/54384/task/54398/stat : 54398 (java) R 54378 54384 54327 0 -1 4194368 110373 0 0 0 349575 276 0 0 20 0 20 0 55501881 19521036288 1268758 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
[pid=54384/tid=54430] ppid=54378 vsize=19063512 memory=2764 CPUtime=0 cores=0,2
/proc/54384/task/54430/stat : 54430 (Finalizer) S 54378 54384 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55501887 19521036288 1268758 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
[pid=54384/tid=54455] ppid=54378 vsize=19063512 memory=-6000919472673089642 CPUtime=0 cores=0,2
/proc/54384/task/54455/stat : 54455 (Common-Cleaner) S 54378 54384 54327 0 -1 4194368 1927 0 0 0 0 0 0 0 20 0 20 0 55501888 19521036288 1268758 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
[pid=54384/tid=54471] ppid=54378 vsize=19063512 memory=12416 CPUtime=0 cores=0,2
/proc/54384/task/54471/stat : 54471 (Timer-0) S 54378 54384 54327 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55502362 19521036288 1268758 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5075032 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.72 s, system=5.52259 s

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

[startup+3578.5 s]
/proc/loadavg: 4.19 4.31 4.38 6/333 54934
/proc/meminfo: memFree=108827268/131382112 swapFree=33010684/33010684
[pid=54384] ppid=54378 vsize=19263204 memory=5075800 CPUtime=3600.2 cores=0,2
/proc/54384/stat : 54384 (java) S 54378 54384 54327 0 -1 4194304 231130 0 0 0 359471 549 0 0 20 0 17 0 55501878 19725520896 1268950 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
/proc/54384/statm: 4815801 1268950 5539 1 0 1281108 0
[pid=54384/tid=54398] ppid=54378 vsize=19263204 memory=5075032 CPUtime=3498.57 cores=0,2
/proc/54384/task/54398/stat : 54398 (java) S 54378 54384 54327 0 -1 4194368 110499 0 0 0 349581 276 0 0 20 0 17 0 55501881 19725520896 1268950 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
[pid=54384/tid=54430] ppid=54378 vsize=19263204 memory=5075032 CPUtime=0 cores=0,2
/proc/54384/task/54430/stat : 54430 (Finalizer) S 54378 54384 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 17 0 55501887 19725520896 1268950 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
[pid=54384/tid=54455] ppid=54378 vsize=19263204 memory=0 CPUtime=0 cores=0,2
/proc/54384/task/54455/stat : 54455 (Common-Cleaner) S 54378 54384 54327 0 -1 4194368 1927 0 0 0 0 0 0 0 20 0 17 0 55501888 19725520896 1268950 18446744073709551615 94146828427264 94146828430960 140731078032192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94146828438776 94146828439568 94146835230720 140731078035757 140731078035942 140731078035942 140731078041544 0
Current children cumulated CPU time: 3600.2 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 5075800 KiB

Child status: 143

Real time (s): 3578.57
CPU time (s): 3600.24
CPU user time (s): 3594.72
CPU system time (s): 5.52259
CPU usage (%): 100.606
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 5075800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.72
system time used= 5.52259
maximum resident set size= 5075928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 231156
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5250224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 145478
involuntary context switches= 15976


# summary of solver processes directly reported to runsolver:
#   pid: 54384
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3594.72
#   total CPU system time (s): 5.52259

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.2643 second user time and 39.5118 second system time

The end

Launcher Data

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

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

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

MD5SUM BENCH= 941241e1c409728c60fc0eaa98d1a86b
RANDOM SEED=239428219

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129839048 kB
MemAvailable:   129899904 kB
Buffers:            3280 kB
Cached:           868392 kB
SwapCached:            0 kB
Active:           380368 kB
Inactive:         557272 kB
Active(anon):      83928 kB
Inactive(anon):        0 kB
Active(file):     296440 kB
Inactive(file):   557272 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1952 kB
Writeback:             0 kB
AnonPages:         69024 kB
Mapped:           102296 kB
Shmem:             17960 kB
KReclaimable:      93160 kB
Slab:             176340 kB
SReclaimable:      93160 kB
SUnreclaim:        83180 kB
KernelStack:        3784 kB
PageTables:         2656 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     332264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149272 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433048 MiB
End job on nodeC012 at 2025-07-01 22:30:01