Trace number 4429922

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Cutting Planes 2024 2024-07-12SAT (TO)49920 3600.36 3288.78

General information on the benchmark

NamePB24/normalized-PB07/OPT-LIN/submittedPB07/
aksoy/trarea_ac/normalized-fir04_trarea_ac.opb
MD5SUM206b08b420dad9af66531a7207372127
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 benchmark41202
Best CPU time to get the best result obtained on this benchmark0.09333
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1945
Total number of constraints3355
Number of constraints which are clauses3355
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 1036
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 1671510
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 1671510
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.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.06	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.14/0.14	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.14	 - never skip resolution steps
0.14/0.14	 - Auto-division on coefficients is disabled
0.14/0.14	 - No postprocessing
0.14/0.14	 - Conflict is considered as is when resolving
0.14/0.14	 - Use constraints as they come during conflict analysis
0.14/0.14	 - Weaken first using unassigned literals
0.14/0.14	 - Bump strategy: ALWAYS_ONE
0.14/0.14	 - Bumper: EFFECTIVE
0.14/0.14	--- Begin Solver configuration ---
0.14/0.14	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.14	Learn all clauses as in MiniSAT
0.14/0.14	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.14	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.14	No reason simplification
0.14/0.14	Dynamic restart strategy considering the size of the coefficients
0.14/0.14	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.14	timeout=2147483s
0.14/0.14	DB Simplification allowed=false
0.14/0.14	Listener: none
0.14/0.14	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Use constraints as they come during conflict analysis
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: EFFECTIVE
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Dynamic restart strategy considering the size of the coefficients
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4429922-1721112192.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  objective function found
0.35/0.26	c ... done. Wall clock time 0.116s.
0.35/0.27	c declared #vars     1945
0.35/0.27	c #constraints  3355
0.35/0.27	c constraints type 
0.35/0.27	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2431
0.35/0.27	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 920
0.35/0.27	c org.sat4j.pb.constraints.pb.UnitClausePB => 4
0.35/0.27	c 3355 constraints processed.
0.35/0.28	c objective function length is 1036 literals
0.35/0.30	c SATISFIABLE
0.35/0.30	c OPTIMIZING...
0.35/0.30	c Got one! Elapsed wall clock time (in seconds):0.145
0.35/0.30	o 60200
0.53/0.34	c Got one! Elapsed wall clock time (in seconds):0.195
0.53/0.34	o 58956
0.91/0.57	c Got one! Elapsed wall clock time (in seconds):0.42
0.91/0.57	o 58898
0.91/0.59	c Got one! Elapsed wall clock time (in seconds):0.436
0.91/0.59	o 57654
1.28/0.76	c Got one! Elapsed wall clock time (in seconds):0.603
1.28/0.76	o 57596
1.68/0.91	c Got one! Elapsed wall clock time (in seconds):0.76
1.68/0.91	o 56352
2.08/1.14	c Got one! Elapsed wall clock time (in seconds):0.992
2.08/1.14	o 56294
2.08/1.19	c Got one! Elapsed wall clock time (in seconds):1.046
2.08/1.19	o 55050
2.46/1.35	c Got one! Elapsed wall clock time (in seconds):1.209
2.46/1.36	o 53902
2.66/1.43	c Got one! Elapsed wall clock time (in seconds):1.285
2.66/1.44	o 53742
21.99/17.50	c Got one! Elapsed wall clock time (in seconds):17.349
22.10/17.50	o 53480
22.41/17.90	c Got one! Elapsed wall clock time (in seconds):17.749
22.41/17.90	o 52614
22.51/17.94	c Got one! Elapsed wall clock time (in seconds):17.799
22.51/17.94	o 52440
24.73/20.01	c Got one! Elapsed wall clock time (in seconds):19.862
24.73/20.01	o 51196
27.27/22.56	c Got one! Elapsed wall clock time (in seconds):22.419
27.27/22.56	o 51164
28.60/23.89	c Got one! Elapsed wall clock time (in seconds):23.748
28.60/23.89	o 49920
441.68/431.19	c cleaning 2991 clauses out of 5981 with flag 0/5981
3600.01/3288.62	c starts		: 36
3600.01/3288.63	c conflicts		: 10962
3600.01/3288.63	c decisions		: 76786
3600.01/3288.63	c propagations		: 4205865
3600.01/3288.63	c inspects		: 48878621
3600.01/3288.63	c shortcuts		: 0
3600.01/3288.63	c learnt literals	: 0
3600.01/3288.63	c learnt binary clauses	: 0
3600.01/3288.63	c learnt ternary clauses	: 0
3600.01/3288.63	c learnt constraints	: 10962
3600.01/3288.63	c ignored constraints	: 0
3600.01/3288.63	c root simplifications	: 0
3600.01/3288.63	c removed literals (reason simplification)	: 0
3600.01/3288.63	c reason swapping (by a shorter reason)	: 0
3600.01/3288.63	c Calls to reduceDB	: 1
3600.01/3288.63	c Number of update (reduction) of LBD	: 24419
3600.01/3288.63	c Imported unit clauses	: 0
3600.01/3288.63	c No decision after first conflict	: false
3600.01/3288.63	c number of reductions to clauses (during analyze)	: 0
3600.01/3288.63	c number of learned constraints concerned by reduction	: 0
3600.01/3288.63	c number of learning phase by resolution	: 0
3600.01/3288.63	c number of learning phase by cutting planes	: 0
3600.01/3288.63	c number of rounding to 1 operations	: 0
3600.01/3288.63	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3288.63	c number of reductions of the coefficients by power 2 	: 0
3600.01/3288.63	c number of right shift for reduction by power 2 	: 0
3600.01/3288.63	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3288.63	c number of ending skipping 	: 0
3600.01/3288.63	c number of internal skipping 	: 0
3600.01/3288.63	c number of derivation steps 	: 308266
3600.01/3288.63	c number of skipped derivation steps 	: 0
3600.01/3288.63	c number of remaining unassigned 	: 1065890
3600.01/3288.63	c number of remaining assigned 	: 12345041
3600.01/3288.63	c number of falsified literals weakened from reason	: 0
3600.01/3288.63	c number of falsified literals weakened from conflict	: 0
3600.01/3288.63	c time for arithmetic operations	: 1512509673836
3600.01/3288.63	c minimum degree of deleted constraints	: 1040406
3600.01/3288.66	c maximum degree of deleted constraints	: 215049757780506595155792234055948238291894406942941240174312452693080095198574816874244554966104753482817043167603089769501111202777321916999305947424441871150636888686167452551692361887452022004457867866582627246533626063172385120498903274821284862484174570105524564860659307973838614624482296624027739832846714512308642498846306460436491153209175696141270156306070166060814680630837004886246212878783361328230001803262376482863968602846272362458228133407163794384719190674497241752054977828735848002289087208003955449925726854177739086619259744943527356471004873781184676443068772825205476934655817015775438264533117221432236456315147102205441504074226951193163147218043565471829339028101787021116267780411910261694379736984454326986699596124405917764047215202296356028514761401532535317736398811332550180136014761298883374103198230667333752679239401644170179746761550951810004320961906539791433892388371485544464173193612695237287319045528554909243523208177159103014362036310307263269918476850654294908054930983277717261882269907473879831297616992193639711010551537250088607885158176033598307870011579548136876970582605770325639442402645643939744179170739555835138220110506684107969862959452597627268115806145290822894017058632420190994122879914996869015382034060082584373404319716044856237313956046296177710188326909932858742313400796078625134650666937964931858234977313831841835548923274708853666410182584504829472143859984050883256933996013346002298584503677386717474796712488823000729967507694281017264534725530697679024415738471190368521006134202970837215516923121212438441378394946712686331849953329271580873523561382398735114342306247717091189520401056109246903814627804133002456951774553809843242869820444481438678589249671688634125277293075853633742478657314362883616861616537609370305952558007585283892469862623343952564197882674764435539122827649832930597723904143371863284983172571385661311999764170636873901002941792872508783975890824347115447118712550252911213716551505143484556971886038581809736368166879107621155667379046794978119163395344414592129563274444074366247217977196176135737994665313116823454439042647921613417898383068621502181812991578295813004503397969808033957366230003121786014413495140672716639248171493395727706290516644611808367012995802474193762295210888974394998076962967208427343465218755852355391462761286266026279766902657173352672881936176598771216303530057674295155472460603818244022361964501361483677467557259542485003882440045729423189631954102481960312484852831968632536498056451661413086049692852301936393264537012078310753616523456035176227630758349294676406204673082857735292794818757788285808277212828465660390806184414020245893618811538803098193789389212745585546375327878470781765231918516445443151875387195564407660022901648169423017294076037755977286739642758689358417975747148701220928071594321404508185871912391297875544705034333318461925537836783601128452169899209952200389791655793066925983665753370421129723896920766750630048610230063743882396981148451911943827670333759835247972465876858567372090937270060108741699986506975659236744049276695018505908435981749322418517273233026699497867667242610930662449494652279850593566552242442419132215104760177453701146500154136256110783612047700431390749049045302416196678533182040332664572687139264719577122748215062711405249026444057399666766307635252221230645215971550593553898051255249903127272627463224657569681247147393716773733647214171337351156305339084646470900867125911875991751980447318117794473367035697914964944705881014586152107801766495384785275237878241303061348238965120558963254358878056811413127091786731024730294417653126002913984935203286493374496049725798349791685525858188987699646007969116627677484433079985834190511056025451095476196914338787099858633073401991114058436369229182667951091504832421251066312157985863773276540199174895936970764355588687890033587578706208747479132496378361282203561912140225440582148946954188863299011596730975302915234038980963745120817897866138970234874185486184895810536924981763418131387815835977525104399881135659113413985292426295055073527868873818199954095008043113393140919872196207353302708067750064335766428493892297404978486758924493109112330142983943608322509862587439443587605225077766060931075395502264854044246779163726308093442092346006582549296851974812296073550017618882848615433080607493411184510316794803826680229163785385966373264476739100214911351855634991375291394281508111130779439734057474223941534505406687628096122232078474130714525711489536982532303391408204128303601882053376575240294015688153403090971527780922478837987433065184656657612867184331715311642021747768047520894420755942016189562997018947957265574565920722131306934751258758934212397853585039818441670936836118281837067524009234076835800389039900842901300900032473548714700539200302251452798828269709389751695499459041809033300249887782085590079021907392502903665585174418018735109178742487200622595691317655151758393539017435433819585243273716766346934552137435620657243035446731658295905321864820430901095915773844840699256578494539818411499665271415559843305150545555853209161894423349177806570906901531711206862532334748761473870853954576673807908895569281932883075782013454352222092669433663464906637834940741565683385379950173292451786648800488919661653185965853876758734245711746075169977553814084894607669591457074324486175568874348142546791715818051679295794854203471158190424279297426709214530888143886229271845795585337003607755267160315804326550416377185648460444881086473760958969338898867399947327628221627160087979924376992426977298163256998670283818055732607483783752638967194132809857237987580732100977788411235211841475803046244087782185907268900135924478407632466970868940031054641975551544542053574215182360416843895899272273804016941032414590494779269998485539162842110827829267150815761580979106488870175213085594180406596209798746466480284682349135475370637361664674448921221454395433374403856761299655934683898924288692033212752436554159466753485952492562632393587583318673619733673299836688109192946282981161453142565830016022820053367493097132613821805442370528326350551468706483359004722495076600540528133593798990405329557695513198400823144064787265890395181921275106256890254814073550634205634597369265073826278037387448564741293670667997963033902056909722631135738158574744373856945729661371227172309947457392621414142272380065504788244041195274658017824332755896248792882172994459175940955654038318349964571750169747338237892788244536032874709440721712785087765388996911784163754496406875720252203913125312257337829060754465987927824111779637085576971099611220472269324994892988892942066243054666320747490959418100021278371586381162724095273307143180066922385599873765508664795473489732603604884909792405488347363126752604612034282516394576061122450901301345892509470525543635903972074523698568701124609279027342200966571990658415773341733179127516267500111667870811179206789090157189888972427306133501806777327599331552791823834059611225062994039792250366751853898426489961678973027229227560832539729418703650709119393791552925039913264898479661162114228914654561980180867674800597857719817070936348649659071355176286195895603857459231766147452915077200080590848925221309530152654789278301347112416055368386278746658599036457808825857844815980269641538717791536761752872952738642958663059547530024922561085933236417050413798275465951888587255317501565035535767400033909643427701913174593588606308136777145135578984908975389057362313739512880804381899002049943544638603817652215500269434530231650051437177371653773910588764427876394177151375781110288830747970706989255784945831455107570347159575828954421275682568191030064374107093937826675809084135921926825682088517056231000704902326441214323693951881307074995933737955309390906242873669857619701536497596964566548182259147095058726205394211320470888021070566668103320801237364999366095787719838993100121730208481580110985195648824867342889016743418073979248428751583150865076319041603058546076261998660892248913256625202445354808176365399022631336057482539319767813991460170794769247406880196979575212414250004600760225974400281623694378627046926553275570291951696182727103131085924870861902065231063252268651616962870025514851156425711206934498064307341917003529042994723988261574061659974317192291519909034370189776740698469969698844914360407685080708535750616213245050136365313198552211973219751195407654384578337613202713026427502485386274100999353000547696692932706061099879958343614042931699976308969282682883358845941389282536716337897313222783140848613212811500645959962433387235521017527030056935416328081744681419909475389958670405385845978005450103065831556585372519755182587603443557656605646385136501991381340903651609556325636807274635058791892067357611602981634214703852659332303522198049457603135225829507579782552513523743750159691098696282301529820009728356388280066198247676964666034235962594766608355714119938775705387654812272137329238252191858480552376363935797872708804121499639749256046603059241303175818232275347146211750691615303207525490961363813861100358686017428246800540903220112110141435159275175634978648898545968888885045173059309029062572725154515957816000294581411060790343864683743462262504912943155416827604792711094777105701374638618794181170573929853427861879480609976393363501062437686555140479568857545918220142297505331371730505686003495404934592246000300143176923148817075844583432453666702255688235172064004329166681680566504395144899403419886453040777175053505490959267813405541380570097444387198415885348570349760709231909038284857712367876820511928219328485180834933214036222538334647061320392678347680796944952881516539558631316211713042317082270430832673797523137710320766131889927259733563672169093215515436832412774704683639012764668085497904157678000727741853841036094227957240722039896391089786558266691779152981213279683787874947510089526914708234018753977971044409267303155891128611922648337864900133366446090507250988678156531510170488505073621538013837656980922442036586810292847142971641122909467675615067738642917849073605347531206096118410569354857906654496099575194022605671369335520585044326676230609689466423279365860860263097066754939847477979232600833027639510193446358199113766173465228401583438143146760659672199217418390791520089548099983725991961387140273082540860995604239524551911733707060735081915745150407606332042211906034138578404352871099239264811099773970733535960571948888729538735359231501309341270517444678888219976698245772948918147223090284157299942527326673902519549110471669846850794933864553368728786955824428253272295069225893934117558032520598919407435536019686614776521357699497568075599780259371609171567603909554835153917464173785440996093263135600114325438239130133682632329671589467730329346816530958499501474158821275655542538785712853712378473706663750099309671600815172898439176824820319371378709544964876152909777382644698144920153000921915893119188721663897057070494411133761556276461460099716176012131600731924785477833270048524525317710017732755451827413089373811872490262019543334528166581126176698190769354627572211873590967668983816907454971369888868809272157169856841984713660932841258928770094605107466983960353530137099019558338229098841115324232550286406733117385651392444351116809488455718859187734837618205989198631497915065353743996147796609141255104307675783179564745651667219974049047386806379322729678108544228468381956852037107088520629722660572029240539824962673100785213928174910101478384940962770279577545414068585824792112582322987238664140433955423145108573392560434669410416010451619369173262045612510104055082307172632179414979706490139602252473254698874704492747789750798629061941518928212512285635079813034305766312069853835697365162026835223575940942806691293546443087483812140441262965289324996290047752034733741971642076965027565197454409943313270085336015457997871462452981298573696238679567677593818759529120718585532404568981684187791317650303146916249662989550303510447784854941671296609790619163009352600701998913668666825429070759751562012946710720284977546323779235619328277458555871271646459794404084929761441449888519120321333985558657843159428026779151998784427750655486198091396610289041370685751343463419957447367828235230626909032527956699372915200349210769742706639125662371512387768839784710572281136300593707500053829650046877377051842970007279260193126993801640932916892110141863078222763936160403936201538141473608618978885984665551582724672412419706715743781012567904966333232237845035813349149076167753710212267838657033378677967473105527192357734775036791454051013491228292500648983435549551814374478707538657548064857019587526020410360264096886025101301627371918044512568701197261667638063489056752438617565211400908131130020322206858444507401997329403859302640995823760857728624656467789436136425980133671613275776421658714919137183148230438030868957890878260060779838125759651291437212198298774265403393078276676677391475888110864562645280675106254384878450788025302087127077218396089852314950126941814693997045705630929479944848244058040225280415981253385031262872717536195808261825572011735131067062043026637974107011482318961128148867658033225508782697940183888878365306752771092656674363269718647815126102768564033387049413285464237349785369516721695328674482307940543640509798496813052980774675105491703382060593886755584954438402877432757977616136312983557995426054533422192085675932588832865046045882481460024559244458664170642493149567856888286027606410568861878220925619582511166269726560038831050361867135555297841319231258171914522749236929745111338897734390377159274290594153536138288988171752546686358636056885583616660169453387280191521168757153393302478150436361418353408123885720202802351947774456008057729497179751770704937908324409302229296786032751390505108956109158041140067901338049018554367420538911925587989005291455805515330974907240805029348444902287570276450374658662367981245401881060552019859077743550540532368533906739226485560092944584911189856546369226920047245686011367205936951338169691042012646968793238332000436059726250198296549606382031872510669971875403621393984739159211589822431212688287973405288778972066977565035629128861125699566912670680061861583812619594488841859665353541028591225215427862536666581755632699165111508370273786002786371001618752837294835958271597405280308570386423031575308192331401666718564660403426440159026773227815798136737883063874891729644558794471469095202019660525589819279416304287358220860863082523551560508436510504660259495466200193979750741424221940489837032433669427849848591957572143385997838338107938143705124450407868344466607543811849008495075169553956863227647735710804009404934861196715606754468949415653154801431640824029618049665411734740552399604195317731441179034973107837832547552798004445969210351349561359722495184692671561209706382055882664565541657154826462285943014853347827440995583904930688115006743185008153570391999677088413108089911056014907622910468600279277074558636239667614325961425510793384536502086841573395909135993411346118650242152007629510667860923836915230982877678166812934212305679960871371447689668388262972272085876471392653275625094292798586841107733944057635582431791862184960153555054068992832434191551956962219282682064124401982998291297515376399792556167293295739914101411200116963403824571475695464311485661329884544609264878410621727286509459851472428114634305082144910512669945587682492100141696603507426074328011095399557422622994902376842363697992017676855005867898936336347348216677776297774856868740882907988778446370900666604857391436634366316691198383406313911723813098544234813062037857586282173550171785863530020240057401630521799711605592748152014620450984641036983132720013086017308695832237617905192281198754687957071626126082257936912788825198748561438577396201452957090911807877041086383663227938067447546510166113808767029377795281794814656568079810725454340448452988515132298340182785534758484226730279398802084081998637469412614701563704892202653625786157486230599697251481721530555958661424538181861523689189697140449640819413269039589531349956333636103428335667671415184488124348262549699025006363948305755398456570668111600606993217230068752927742389473656882473644771488531426878433455762075866344058512262708067103880562390978117397129969488070329781781496885570773196564959142401057421685293408262028228062222332635301162411504151634703268657915754759657507557437768150053156241992060746147926442139993749616685434259511857275960709576970463268578827671642846137360187096991212579424930021695715369594798239914913546220238413865250068521153665148191274799710505878909913179804691156057990574842933961559028253787310262596005665205027949171172239563766241192161683217978475502176342759220052170660892399433437952530948416533059400935929513628253366765687648831922874135017027598412373335222187898721210649131944674995691297265568386874166114642906908114931725029330037553814324333130232182622091394926154661861870305966927949613472031872563645723537102036610255058620031103251200316392895620212973133071893694387921102818652708158379851990520520041552071420030526230366177012046801978215911408289880361119757326586592322079998074204893850792468736025821085261263305560351951845956828161474815179669477245003384181039192075883016298294654861184278710616187768367639444389695202438501313379747527092236517806977679772882181551403394515831362792413174130163884824335864155998222238120205421847620592526087632734935526835115750144635336503147948787392413252267608741069716195689829006554442353163565805754472867895275740305212092309848044966281414013679062887587000927049209576016158151733666349335012392350330035059123644954413952822837787815568844887355037789327075357988353475559855914961254843703813323222386112184804720769980430701972362397404105168715620818291839379304831835949285114190566109565305118313657261505121204908669418407292116297337096870736627433974267568184897168369740707246203936367015667515430700156883176250626609872325777579820261431269308363593217077036926088323442845968929921150110759998415575005581511893149879707506079501742975178217202368755779385068043147655602277697778631737241297353905366919262779508044500635221766261853604415113787324983566588863659283196612401911244231846055710495958179222210974253247893770346884532395625479663937850749330993460765777926239468106591746811298522119155314370758806226739304153535399885080252472536741406513589491987477829680656587651315806892803499004118833833112398953198043074592330286466114268956991932183625593198459162405843081386926199066353638976375983827302735818932450013953401333052003585619945850846896897659948193728670863181910203887702625470900508519284291610764873433588358810931439850280616771378836981459882558445833608736815593787798810565531801929265127437268377881470261635453296830779392001819697563666369976739072138068261698937621191011218718353531170947781648069910631504594088047132055682035755623251587068869189851234257034469238524075325033251549698052783227706961850159585037667183006035574005513762984027489294877769794341803855012023672192733897929042890432763514576535570337273266507105054281275254136320682228001106670261861956560750685841392372005330830818617062618639259296972269175252700113471114229571150695079257312301338079453325360849092158713946597320240722422794023631217189975202472413273796325252857768758643288492057561055809066397835132259112404522047285621925258765122576280456974176165077730707518491189245149999673026705787695894261707791534268830214223524211375469979145366720821608720036962997283939621136187220845810831304910671919911863754866623582408165871271147088456509271609176101253818588363403382361420069076373571844551841696061117081254076904924117125030737917949797740259014853286370734694439904118770164206327576949643155730811573913770183465550198276322918808686192407869359547739434582786809775103214021074342702608268841424124009576123819321453278921761728756694356916451534791945850458915125791487508724771584432789237791510310272924449243269080971498061431056876004566081160685235196540332766986715302243485811074959024779034713227658449368252248529011489694109325150239536172855287562810054490349631881570444968210141613224632994693934437846034590802690285763651179490699474628684296261743713990073593910081020241456406218135520493236158256993721239902807461768528464239118499722921402052691082906770094953320571686891708581518407781356890223318198676290801445661355703953394879708190795618011274799554421270996581399167356573524696849816421123016725931313765261503911567588970212773178981441433703056166694677910961296181237831326421710620219182701599137388966667905594318857132549165451237692508871947909539164652593375266571884261165076346195626016402780780307337831513318450071699555442784791958003180397138188617054491058970032320489554242917419309725154523517123376342095881517457454527671932787222970790654986955905990098402191251351584417839102793004796378927611855419562525733006836312330806903892635569452806497784452523571498825752759475632805662675082360134871792441594224196057565116607390187000957623516597514864997213425563348882076027989989031428781199587605272317604798707589902507973126011849515969482214151282010884396554142061505234631279902481830477047836406599074197656307934860631203751799266349119887934227333912887782461238530792540705180482835567155567065472496026350889250575349936914357005692186566214584304022062211773301696192756248311140474632373793304006612425150522426634786614733858463332335699443429579774147634850139879156542922934380840311846772542916157961514600008566540785367599841978637979161403234333886816463960105864649798289118320389293067414538637537722431112940083656074338436431070226310856054176632222643191268591277295585936925423627560252613089234988602582403559587193840900948514401792617096348521789998099199868816461372183668860682236138255637361417448891483448371766287810697879787593115495267410135231761853528708699312022864123420881673124322596832111426999964411290345020233528411561285082933942021082613472549049353762526844012261349637159612737556301124611878752727096259365228964714891851571126624833865671740948352270183762680304343508009883429916248115854486872358997065536087871513247170742525967468804983522986757738912701815889484602802976295621532916190976940847754076608993476669219901600072089204071139195556356740062909516909323924364388953501020532502196774321415489271809888337990029116818923595993849392117620618325686645177808411496474925785253518745981147954732775543940805566859658534932434858623079801769945716460880308169085291096918419403702074785173450346429828868372313734723278032412356914549796105719395144395759780225903853171280461311148255126945984631069146841344235588250530084665783896718838083967996456773875939969577356434539125848995682796778368353905372168772060513197237031121302467094605457344171611866710180388144403479992466212843075970634767885082992930572834558924362828402119556834076014560367607130642454067834704798199986766099528158061474391813713165874534869845436513925878238404833097762351194334469662943248868426683987250823731585865142882174717469754288891818483765129504419099167520004589020403995795161617642055658439352751942999457243551820621038373799061643374074792881491583976466043814781867154801141742081377855102948142762121867893148855003377663175433663891091982014575276484872793680589802808332041648917201011256648359430997705690615206693298084627425613019017870751342105306883147103277066437045637333798057330832645755624447236852116477297464095209184820537765931933961743607833507746203452366524621010981877097175306661060587795442027838970411269341696147084093244930680213706326213356589032708868145014191102588082134702400714354522970846560180799392781436497743846255714422086120144013668677291600793672765839555273237567992380582997005893976806485796153204807879388696538952539288546792337107023899912222313322516539522120434225751204281895008464516249520165887777171901277390749915874279824981678832377696824261318151411756475007745465756406748095574136070563254197819485025100264636826478691376741066027112645253026508299241787752217775127867950128540027250739375705893526995710198413679042508321530409491409233766314641764906182740455268245757722208115956803489242806965132161658497986376579159595997434680372115785519769991957778436318698910864760085599421638912741582769256414409586170010587360879250283986321852038417499084356347819367643149864231538222880026191275554579790701670614184135183438385854032896535320884698341083826363211861661747816698820369518216644122830354339912161244518108400345450313147604064185189789549445788635856993447641813832999068215469110506645220383906853658595659264994314497265241416800935406021381823472404975253048952794447993117682454006223315725815550408692826848114129127623340236558215961998297002989608260484702313024935458083974916804872385942646267047123178826390627375636000
3600.01/3288.68	c number of deleted constraints	: 2991
3600.01/3288.68	c speed (assignments/second)	: 1278.9996478532735
3600.01/3288.68	c non guided choices	: 0
3600.22/3288.75	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 3
3600.22/3288.75	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 7968
3600.22/3288.75	s SATISFIABLE
3600.22/3288.75	c Found 16 solution(s)
3600.22/3288.75	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 -x1344 -x1345 -x1346 -x1347 -x1348 -x1349 -x1350 -x1351 -x1352 -x1353 -x1354 -x1355 -x1356 -x1357 -x1358 -x1359 -x1360 -x1361 -x1362 -x1363 -x1364 -x1365 -x1366 -x1367 -x1368 -x1369 -x1370 -x1371 -x1372 -x1373 -x1374 -x1375 -x1376 -x1377 -x1378 -x1379 -x1380 -x1381 -x1382 -x1383 -x1384 -x1385 -x1386 -x1387 -x1388 -x1389 -x1390 -x1391 -x1392 x1393 -x1394 -x1395 -x1396 -x1397 -x1398 -x1399 -x1400 -x1401 -x1402 -x1403 -x1404 -x1405 -x1406 -x1407 -x1408 -x1409 -x1410 -x1411 -x1412 -x1413 -x1414 -x1415 -x1416 -x1417 -x1418 -x1419 -x1420 -x1421 -x1422 -x1423 -x1424 -x1425 -x1426 -x1427 -x1428 -x1429 -x1430 -x1431 -x1432 -x1433 -x1434 -x1435 -x1436 -x1437 -x1438 -x1439 -x1440 -x1441 -x1442 -x1443 -x1444 -x1445 -x1446 -x1447 -x1448 -x1449 -x1450 -x1451 -x1452 -x1453 -x1454 -x1455 -x1456 -x1457 -x1458 -x1459 -x1460 -x1461 -x1462 -x1463 -x1464 -x1465 -x1466 -x1467 -x1468 -x1469 -x1470 -x1471 -x1472 -x1473 -x1474 -x1475 -x1476 -x1477 -x1478 -x1479 x1480 -x1481 -x1482 -x1483 -x1484 -x1485 -x1486 -x1487 -x1488 -x1489 -x1490 -x1491 -x1492 -x1493 -x1494 -x1495 -x1496 -x1497 -x1498 -x1499 -x1500 -x1501 -x1502 -x1503 -x1504 -x1505 -x1506 -x1507 -x1508 -x1509 -x1510 -x1511 -x1512 -x1513 x1514 x1515 -x1516 -x1517 -x1518 -x1519 -x1520 -x1521 -x1522 -x1523 x1524 x1525 -x1526 -x1527 -x1528 -x1529 -x1530 -x1531 -x1532 -x1533 -x1534 -x1535 -x1536 -x1537 -x1538 -x1539 -x1540 -x1541 -x1542 -x1543 -x1544 -x1545 -x1546 -x1547 -x1548 -x1549 -x1550 -x1551 -x1552 -x1553 -x1554 -x1555 -x1556 -x1557 -x1558 -x1559 -x1560 -x1561 -x1562 -x1563 -x1564 -x1565 -x1566 -x1567 -x1568 -x1569 -x1570 -x1571 -x1572 -x1573 -x1574 -x1575 -x1576 -x1577 -x1578 -x1579 -x1580 -x1581 -x1582 -x1583 -x1584 -x1585 -x1586 -x1587 -x1588 -x1589 -x1590 -x1591 -x1592 -x1593 -x1594 -x1595 -x1596 -x1597 -x1598 -x1599 -x1600 -x1601 -x1602 -x1603 -x1604 -x1605 -x1606 -x1607 x1608 -x1609 -x1610 -x1611 -x1612 -x1613 -x1614 x1615 x1616 -x1617 -x1618 -x1619 -x1620 -x1621 -x1622 -x1623 -x1624 -x1625 -x1626 -x1627 -x1628 -x1629 -x1630 -x1631 -x1632 -x1633 -x1634 -x1635 -x1636 -x1637 -x1638 -x1639 -x1640 -x1641 -x1642 -x1643 -x1644 -x1645 -x1646 -x1647 -x1648 -x1649 -x1650 -x1651 -x1652 -x1653 -x1654 -x1655 -x1656 -x1657 -x1658 -x1659 -x1660 -x1661 -x1662 -x1663 -x1664 -x1665 -x1666 -x1667 -x1668 -x1669 -x1670 -x1671 -x1672 -x1673 x1674 -x1675 -x1676 -x1677 -x1678 -x1679 -x1680 -x1681 -x1682 -x1683 -x1684 -x1685 -x1686 x1687 -x1688 -x1689 -x1690 -x1691 -x1692 -x1693 -x1694 -x1695 -x1696 -x1697 -x1698 -x1699 -x1700 -x1701 -x1702 -x1703 -x1704 -x1705 -x1706 -x1707 -x1708 -x1709 -x1710 -x1711 x1712 -x1713 -x1714 -x1715 -x1716 -x1717 -x1718 -x1719 -x1720 -x1721 -x1722 -x1723 -x1724 -x1725 -x1726 x1727 -x1728 -x1729 -x1730 -x1731 -x1732 -x1733 -x1734 -x1735 -x1736 -x1737 -x1738 -x1739 -x1740 -x1741 -x1742 -x1743 -x1744 -x1745 -x1746 -x1747 -x1748 -x1749 -x1750 -x1751 -x1752 -x1753 -x1754 -x1755 -x1756 -x1757 -x1758 -x1759 -x1760 -x1761 -x1762 -x1763 -x1764 -x1765 -x1766 -x1767 -x1768 -x1769 -x1770 -x1771 -x1772 -x1773 -x1774 -x1775 -x1776 -x1777 -x1778 -x1779 -x1780 -x1781 -x1782 -x1783 -x1784 -x1785 -x1786 -x1787 -x1788 -x1789 -x1790 -x1791 x1792 -x1793 -x1794 -x1795 -x1796 -x1797 -x1798 -x1799 -x1800 -x1801 -x1802 -x1803 -x1804 -x1805 -x1806 -x1807 -x1808 -x1809 -x1810 -x1811 -x1812 -x1813 -x1814 -x1815 -x1816 -x1817 -x1818 -x1819 -x1820 -x1821 -x1822 -x1823 -x1824 -x1825 -x1826 -x1827 -x1828 -x1829 -x1830 -x1831 -x1832 -x1833 -x1834 -x1835 -x1836 -x1837 -x1838 -x1839 -x1840 -x1841 -x1842 -x1843 -x1844 x1845 -x1846 -x1847 -x1848 -x1849 -x1850 -x1851 -x1852 -x1853 -x1854 -x1855 -x1856 -x1857 -x1858 -x1859 -x1860 -x1861 -x1862 -x1863 -x1864 -x1865 -x1866 -x1867 -x1868 -x1869 -x1870 -x1871 -x1872 -x1873 -x1874 -x1875 -x1876 x1877 -x1878 -x1879 -x1880 -x1881 -x1882 -x1883 -x1884 x1885 x1886 x1887 x1888 -x1889 -x1890 -x1891 -x1892 -x1893 x1894 x1895 -x1896 -x1897 -x1898 -x1899 -x1900 x1901 -x1902 -x1903 -x1904 -x1905 -x1906 -x1907 -x1908 x1909 -x1910 -x1911 -x1912 -x1913 -x1914 -x1915 -x1916 -x1917 -x1918 -x1919 -x1920 -x1921 -x1922 x1923 -x1924 -x1925 -x1926 -x1927 -x1928 -x1929 -x1930 -x1931 -x1932 -x1933 -x1934 -x1935 -x1936 -x1937 x1938 -x1939 -x1940 x1941 x1942 x1943 x1944 -x1945 
3600.22/3288.75	c objective function=49920
3600.22/3288.75	c Total wall clock time (in seconds): 3288.606

Verifier Data

OK	49920

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (60912 MiB free)
  memory of node 1: 64473 MiB (60334 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=842823, runsolver pid=842820
Current StackSize limit: 8192 KiB


[startup+0.101345 s]*
/proc/loadavg: 4.27 4.26 4.19 6/330 842841
/proc/meminfo: memFree=124089984/131524600 swapFree=131071996/131071996
[pid=842823] ppid=842820 vsize=18975048 memory=63088 CPUtime=0.14 cores=4,6
/proc/842823/stat : 842823 (java) S 842820 842823 838352 0 -1 1077936128 7247 0 0 0 13 1 0 0 20 0 18 0 163382753 19430449152 15772 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
/proc/842823/statm: 4743762 15772 5621 1 0 549374 0
[pid=842823/tid=842825] ppid=842820 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/842823/task/842825/stat : 842825 (java) R 842820 842823 838352 0 -1 1077936192 5768 0 0 0 7 1 0 0 20 0 18 0 163382753 19430449152 15772 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
[pid=842823/tid=842834] ppid=842820 vsize=18975048 memory=228556276070 CPUtime=0 cores=4,6
/proc/842823/task/842834/stat : 842834 (Finalizer) S 842820 842823 838352 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 163382756 19430449152 15772 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
[pid=842823/tid=842841] ppid=842820 vsize=18975048 memory=16102567654487328 CPUtime=0 cores=4,6
/proc/842823/task/842841/stat : 842841 (Common-Cleaner) S 842820 842823 838352 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 163382756 19430449152 15772 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63088 KiB

[startup+0.205821 s]*
/proc/loadavg: 4.27 4.26 4.19 7/330 842841
/proc/meminfo: memFree=124050748/131524600 swapFree=131071996/131071996
[pid=842823] ppid=842820 vsize=18975048 memory=78144 CPUtime=0.35 cores=4,6
/proc/842823/stat : 842823 (java) S 842820 842823 838352 0 -1 1077936128 7781 0 0 0 33 2 0 0 20 0 18 0 163382753 19430449152 19536 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
/proc/842823/statm: 4743762 19536 5804 1 0 549698 0
[pid=842823/tid=842825] ppid=842820 vsize=18975048 memory=4782652875487838339 CPUtime=0.17 cores=4,6
/proc/842823/task/842825/stat : 842825 (java) R 842820 842823 838352 0 -1 4194368 6037 0 0 0 16 1 0 0 20 0 18 0 163382753 19430449152 19536 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
[pid=842823/tid=842834] ppid=842820 vsize=18975048 memory=1623 CPUtime=0 cores=4,6
/proc/842823/task/842834/stat : 842834 (Finalizer) S 842820 842823 838352 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 163382756 19430449152 19536 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
[pid=842823/tid=842841] ppid=842820 vsize=18975048 memory=14695192770905705 CPUtime=0 cores=4,6
/proc/842823/task/842841/stat : 842841 (Common-Cleaner) S 842820 842823 838352 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 163382756 19430449152 19536 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 78144 KiB

[startup+0.309993 s]*
/proc/loadavg: 4.27 4.26 4.19 7/331 842842
/proc/meminfo: memFree=123972356/131524600 swapFree=131071996/131071996
[pid=842823] ppid=842820 vsize=19041612 memory=132132 CPUtime=0.53 cores=4,6
/proc/842823/stat : 842823 (java) S 842820 842823 838352 0 -1 1077936128 9518 0 0 0 50 3 0 0 20 0 19 0 163382753 19498610688 33033 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
/proc/842823/statm: 4760403 33033 5874 1 0 551101 0
[pid=842823/tid=842825] ppid=842820 vsize=19041612 memory=-9177036874887570108 CPUtime=0.27 cores=4,6
/proc/842823/task/842825/stat : 842825 (java) R 842820 842823 838352 0 -1 4194368 6199 0 0 0 25 2 0 0 20 0 19 0 163382753 19498610688 33033 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
[pid=842823/tid=842834] ppid=842820 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/842823/task/842834/stat : 842834 (Finalizer) S 842820 842823 838352 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 163382756 19498610688 33033 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
[pid=842823/tid=842841] ppid=842820 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/842823/task/842841/stat : 842841 (Common-Cleaner) S 842820 842823 838352 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 163382756 19498610688 33033 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
[pid=842823/tid=842842] ppid=842820 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/842823/task/842842/stat : 842842 (Timer-0) S 842820 842823 838352 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 163382781 19498610688 33033 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 132132 KiB

[startup+0.700339 s]
/proc/loadavg: 4.27 4.26 4.19 7/331 842842
/proc/meminfo: memFree=123912996/131524600 swapFree=131071996/131071996
[pid=842823] ppid=842820 vsize=19041612 memory=171544 CPUtime=1.28 cores=4,6
/proc/842823/stat : 842823 (java) S 842820 842823 838352 0 -1 1077936128 13192 0 0 0 124 4 0 0 20 0 19 0 163382753 19498610688 42886 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
/proc/842823/statm: 4760403 42886 5874 1 0 553582 0
[pid=842823/tid=842825] ppid=842820 vsize=19041612 memory=12292 CPUtime=0.63 cores=4,6
/proc/842823/task/842825/stat : 842825 (java) S 842820 842823 838352 0 -1 1077936192 6219 0 0 0 61 2 0 0 20 0 19 0 163382753 19498610688 42886 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
[pid=842823/tid=842834] ppid=842820 vsize=19041612 memory=12292 CPUtime=0 cores=4,6
/proc/842823/task/842834/stat : 842834 (Finalizer) S 842820 842823 838352 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 163382756 19498610688 42886 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
[pid=842823/tid=842841] ppid=842820 vsize=19041612 memory=117636 CPUtime=0 cores=4,6
/proc/842823/task/842841/stat : 842841 (Common-Cleaner) S 842820 842823 838352 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 163382756 19498610688 42886 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
[pid=842823/tid=842842] ppid=842820 vsize=19041612 memory=5484 CPUtime=0 cores=4,6
/proc/842823/task/842842/stat : 842842 (Timer-0) S 842820 842823 838352 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 163382781 19498610688 42886 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 171544 KiB

[startup+1.50199 s]
/proc/loadavg: 4.27 4.26 4.19 6/332 842843
/proc/meminfo: memFree=123758868/131524600 swapFree=131071996/131071996
[pid=842823] ppid=842820 vsize=19108176 memory=183620 CPUtime=2.86 cores=4,6
/proc/842823/stat : 842823 (java) S 842820 842823 838352 0 -1 1077936128 21846 0 0 0 282 4 0 0 20 0 20 0 163382753 19566772224 45905 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
/proc/842823/statm: 4777044 45905 5874 1 0 555566 0
[pid=842823/tid=842825] ppid=842820 vsize=19108176 memory=12292 CPUtime=1.4 cores=4,6
/proc/842823/task/842825/stat : 842825 (java) R 842820 842823 838352 0 -1 4194368 6741 0 0 0 138 2 0 0 20 0 20 0 163382753 19566772224 45905 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
[pid=842823/tid=842834] ppid=842820 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/842823/task/842834/stat : 842834 (Finalizer) S 842820 842823 838352 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163382756 19566772224 45905 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
[pid=842823/tid=842841] ppid=842820 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/842823/task/842841/stat : 842841 (Common-Cleaner) S 842820 842823 838352 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 163382756 19566772224 45905 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
[pid=842823/tid=842842] ppid=842820 vsize=19108176 memory=65 CPUtime=0 cores=4,6
/proc/842823/task/842842/stat : 842842 (Timer-0) S 842820 842823 838352 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 163382781 19566772224 45905 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 183620 KiB

[startup+3.108 s]
/proc/loadavg: 4.27 4.26 4.19 7/332 842843
/proc/meminfo: memFree=123723764/131524600 swapFree=131071996/131071996
[pid=842823] ppid=842820 vsize=19108176 memory=211808 CPUtime=6.04 cores=4,6
/proc/842823/stat : 842823 (java) S 842820 842823 838352 0 -1 1077936128 29535 0 0 0 598 6 0 0 20 0 20 0 163382753 19566772224 52952 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
/proc/842823/statm: 4777044 52952 5874 1 0 557773 0
[pid=842823/tid=842825] ppid=842820 vsize=19108176 memory=0 CPUtime=2.94 cores=4,6
/proc/842823/task/842825/stat : 842825 (java) R 842820 842823 838352 0 -1 4194368 7127 0 0 0 291 3 0 0 20 0 20 0 163382753 19566772224 52952 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
[pid=842823/tid=842834] ppid=842820 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/842823/task/842834/stat : 842834 (Finalizer) S 842820 842823 838352 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163382756 19566772224 52952 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
[pid=842823/tid=842841] ppid=842820 vsize=19108176 memory=190792 CPUtime=0 cores=4,6
/proc/842823/task/842841/stat : 842841 (Common-Cleaner) S 842820 842823 838352 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 163382756 19566772224 52952 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
[pid=842823/tid=842842] ppid=842820 vsize=19108176 memory=12292 CPUtime=0 cores=4,6
/proc/842823/task/842842/stat : 842842 (Timer-0) S 842820 842823 838352 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 163382781 19566772224 52952 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
Current children cumulated CPU time: 6.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 211808 KiB

[startup+6.301 s]
/proc/loadavg: 4.41 4.29 4.20 5/332 842845
/proc/meminfo: memFree=123458276/131524600 swapFree=131071996/131071996
[pid=842823] ppid=842820 vsize=19108176 memory=314620 CPUtime=10.12 cores=4,6
/proc/842823/stat : 842823 (java) S 842820 842823 838352 0 -1 1077936128 29812 0 0 0 1004 8 0 0 20 0 20 0 163382753 19566772224 78655 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
/proc/842823/statm: 4777044 78655 5874 1 0 557773 0
[pid=842823/tid=842825] ppid=842820 vsize=19108176 memory=12292 CPUtime=6.05 cores=4,6
/proc/842823/task/842825/stat : 842825 (java) R 842820 842823 838352 0 -1 4194368 7234 0 0 0 601 4 0 0 20 0 20 0 163382753 19566772224 78655 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
[pid=842823/tid=842834] ppid=842820 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/842823/task/842834/stat : 842834 (Finalizer) S 842820 842823 838352 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163382756 19566772224 78655 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
[pid=842823/tid=842841] ppid=842820 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/842823/task/842841/stat : 842841 (Common-Cleaner) S 842820 842823 838352 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 163382756 19566772224 78655 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
[pid=842823/tid=842842] ppid=842820 vsize=19108176 memory=12064 CPUtime=0 cores=4,6
/proc/842823/task/842842/stat : 842842 (Timer-0) S 842820 842823 838352 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 163382781 19566772224 78655 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
Current children cumulated CPU time: 10.12 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 314620 KiB

[startup+12.701 s]
/proc/loadavg: 4.38 4.28 4.20 5/332 842845
/proc/meminfo: memFree=122150468/131524600 swapFree=131071996/131071996
[pid=842823] ppid=842820 vsize=19108176 memory=1365716 CPUtime=16.9 cores=4,6
/proc/842823/stat : 842823 (java) S 842820 842823 838352 0 -1 1077936128 34714 0 0 0 1660 30 0 0 20 0 20 0 163382753 19566772224 341429 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
/proc/842823/statm: 4777044 341429 5874 1 0 557789 0
[pid=842823/tid=842825] ppid=842820 vsize=19108176 memory=0 CPUtime=12.4 cores=4,6
/proc/842823/task/842825/stat : 842825 (java) S 842820 842823 838352 0 -1 1077936192 8733 0 0 0 1215 25 0 0 20 0 20 0 163382753 19566772224 341429 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
[pid=842823/tid=842834] ppid=842820 vsize=19108176 memory=1158788 CPUtime=0 cores=4,6
/proc/842823/task/842834/stat : 842834 (Finalizer) S 842820 842823 838352 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163382756 19566772224 341429 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
[pid=842823/tid=842841] ppid=842820 vsize=19108176 memory=12292 CPUtime=0 cores=4,6
/proc/842823/task/842841/stat : 842841 (Common-Cleaner) S 842820 842823 838352 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 163382756 19566772224 341429 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
[pid=842823/tid=842842] ppid=842820 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/842823/task/842842/stat : 842842 (Timer-0) S 842820 842823 838352 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 163382781 19566772224 341429 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
Current children cumulated CPU time: 16.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1365716 KiB

[startup+25.5003 s]
/proc/loadavg: 4.37 4.28 4.20 5/332 842848
/proc/meminfo: memFree=121493912/131524600 swapFree=131071996/131071996
[pid=842823] ppid=842820 vsize=19108176 memory=1797148 CPUtime=30.36 cores=4,6
/proc/842823/stat : 842823 (java) S 842820 842823 838352 0 -1 1077936128 44545 0 0 0 2995 41 0 0 20 0 20 0 163382753 19566772224 449287 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
/proc/842823/statm: 4777044 449287 5874 1 0 664314 0
[pid=842823/tid=842825] ppid=842820 vsize=19108176 memory=6944656592387989600 CPUtime=25.04 cores=4,6
/proc/842823/task/842825/stat : 842825 (java) R 842820 842823 838352 0 -1 4194368 12105 0 0 0 2470 34 0 0 20 0 20 0 163382753 19566772224 449287 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
[pid=842823/tid=842834] ppid=842820 vsize=19108176 memory=12064 CPUtime=0 cores=4,6
/proc/842823/task/842834/stat : 842834 (Finalizer) S 842820 842823 838352 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163382756 19566772224 449287 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
[pid=842823/tid=842841] ppid=842820 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/842823/task/842841/stat : 842841 (Common-Cleaner) S 842820 842823 838352 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 163382756 19566772224 449287 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
[pid=842823/tid=842842] ppid=842820 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/842823/task/842842/stat : 842842 (Timer-0) S 842820 842823 838352 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 163382781 19566772224 449287 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
Current children cumulated CPU time: 30.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1797148 KiB

[startup+51.1058 s]
/proc/loadavg: 4.33 4.28 4.20 5/332 842853
/proc/meminfo: memFree=120836324/131524600 swapFree=131071996/131071996
[pid=842823] ppid=842820 vsize=19108176 memory=1863516 CPUtime=57.8 cores=4,6
/proc/842823/stat : 842823 (java) S 842820 842823 838352 0 -1 1077936128 62987 0 0 0 5734 46 0 0 20 0 20 0 163382753 19566772224 465879 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
/proc/842823/statm: 4777044 465879 5874 1 0 669371 0
[pid=842823/tid=842825] ppid=842820 vsize=19108176 memory=1863516 CPUtime=50.27 cores=4,6
/proc/842823/task/842825/stat : 842825 (java) R 842820 842823 838352 0 -1 4194368 13774 0 0 0 4993 34 0 0 20 0 20 0 163382753 19566772224 465879 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0

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

[startup+2982.31 s]
/proc/loadavg: 4.64 4.62 4.47 6/336 844640
/proc/meminfo: memFree=105128336/131524600 swapFree=131071996/131071996
[pid=842823] ppid=842820 vsize=19108176 memory=8627336 CPUtime=3215.21 cores=4,6
/proc/842823/stat : 842823 (java) S 842820 842823 838352 0 -1 1077936128 527734 0 0 0 320966 555 0 0 20 0 20 0 163382753 19566772224 2156834 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
/proc/842823/statm: 4777044 2156834 5900 1 0 2172296 0
[pid=842823/tid=842825] ppid=842820 vsize=19108176 memory=8627304 CPUtime=2939.9 cores=4,6
/proc/842823/task/842825/stat : 842825 (java) R 842820 842823 838352 0 -1 4194368 113158 0 0 0 293828 162 0 0 20 0 20 0 163382753 19566772224 2156834 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 85 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
[pid=842823/tid=842834] ppid=842820 vsize=19108176 memory=16224 CPUtime=0 cores=4,6
/proc/842823/task/842834/stat : 842834 (Finalizer) S 842820 842823 838352 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163382756 19566772224 2156834 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
[pid=842823/tid=842841] ppid=842820 vsize=19108176 memory=8627304 CPUtime=0 cores=4,6
/proc/842823/task/842841/stat : 842841 (Common-Cleaner) S 842820 842823 838352 0 -1 1077936192 1959 0 0 0 0 0 0 0 20 0 20 0 163382756 19566772224 2156834 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
[pid=842823/tid=842842] ppid=842820 vsize=19108176 memory=8627304 CPUtime=0 cores=4,6
/proc/842823/task/842842/stat : 842842 (Timer-0) S 842820 842823 838352 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 163382781 19566772224 2156834 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
Current children cumulated CPU time: 3215.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8627336 KiB

[startup+3042.3 s]
/proc/loadavg: 4.52 4.58 4.47 6/335 844652
/proc/meminfo: memFree=105128016/131524600 swapFree=131071996/131071996
[pid=842823] ppid=842820 vsize=19108176 memory=8627336 CPUtime=3284.97 cores=4,6
/proc/842823/stat : 842823 (java) S 842820 842823 838352 0 -1 1077936128 529115 0 0 0 327930 567 0 0 20 0 20 0 163382753 19566772224 2156834 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
/proc/842823/statm: 4777044 2156834 5900 1 0 2172296 0
[pid=842823/tid=842825] ppid=842820 vsize=19108176 memory=12292 CPUtime=2999.35 cores=4,6
/proc/842823/task/842825/stat : 842825 (java) R 842820 842823 838352 0 -1 4194368 113409 0 0 0 299773 162 0 0 20 0 20 0 163382753 19566772224 2156834 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 88 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
[pid=842823/tid=842834] ppid=842820 vsize=19108176 memory=16224 CPUtime=0 cores=4,6
/proc/842823/task/842834/stat : 842834 (Finalizer) S 842820 842823 838352 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163382756 19566772224 2156834 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
[pid=842823/tid=842841] ppid=842820 vsize=19108176 memory=8627336 CPUtime=0 cores=4,6
/proc/842823/task/842841/stat : 842841 (Common-Cleaner) S 842820 842823 838352 0 -1 1077936192 2010 0 0 0 0 0 0 0 20 0 20 0 163382756 19566772224 2156834 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
[pid=842823/tid=842842] ppid=842820 vsize=19108176 memory=8627336 CPUtime=0 cores=4,6
/proc/842823/task/842842/stat : 842842 (Timer-0) S 842820 842823 838352 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 163382781 19566772224 2156834 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
Current children cumulated CPU time: 3284.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8627336 KiB

[startup+3102.3 s]
/proc/loadavg: 4.64 4.62 4.49 6/335 844664
/proc/meminfo: memFree=105127480/131524600 swapFree=131071996/131071996
[pid=842823] ppid=842820 vsize=19108176 memory=8627344 CPUtime=3363.08 cores=4,6
/proc/842823/stat : 842823 (java) S 842820 842823 838352 0 -1 1077936128 529949 0 0 0 335717 591 0 0 20 0 20 0 163382753 19566772224 2156836 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
/proc/842823/statm: 4777044 2156836 5900 1 0 2172296 0
[pid=842823/tid=842825] ppid=842820 vsize=19108176 memory=8627336 CPUtime=3058.74 cores=4,6
/proc/842823/task/842825/stat : 842825 (java) R 842820 842823 838352 0 -1 4194368 113620 0 0 0 305712 162 0 0 20 0 20 0 163382753 19566772224 2156836 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 92 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
[pid=842823/tid=842834] ppid=842820 vsize=19108176 memory=12292 CPUtime=0 cores=4,6
/proc/842823/task/842834/stat : 842834 (Finalizer) S 842820 842823 838352 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163382756 19566772224 2156836 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
[pid=842823/tid=842841] ppid=842820 vsize=19108176 memory=5436 CPUtime=0 cores=4,6
/proc/842823/task/842841/stat : 842841 (Common-Cleaner) S 842820 842823 838352 0 -1 1077936192 2010 0 0 0 0 0 0 0 20 0 20 0 163382756 19566772224 2156836 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
[pid=842823/tid=842842] ppid=842820 vsize=19108176 memory=8627344 CPUtime=0 cores=4,6
/proc/842823/task/842842/stat : 842842 (Timer-0) S 842820 842823 838352 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 163382781 19566772224 2156836 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
Current children cumulated CPU time: 3363.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8627344 KiB

[startup+3162.3 s]
/proc/loadavg: 4.89 4.68 4.52 6/333 844675
/proc/meminfo: memFree=104983216/131524600 swapFree=131071996/131071996
[pid=842823] ppid=842820 vsize=19108176 memory=8627352 CPUtime=3443.3 cores=4,6
/proc/842823/stat : 842823 (java) S 842820 842823 838352 0 -1 1077936128 538208 0 0 0 343717 613 0 0 20 0 20 0 163382753 19566772224 2156838 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
/proc/842823/statm: 4777044 2156838 5900 1 0 2172296 0
[pid=842823/tid=842825] ppid=842820 vsize=19108176 memory=8627336 CPUtime=3117.88 cores=4,6
/proc/842823/task/842825/stat : 842825 (java) R 842820 842823 838352 0 -1 4194368 114607 0 0 0 311625 163 0 0 20 0 20 0 163382753 19566772224 2156838 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 99 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
[pid=842823/tid=842834] ppid=842820 vsize=19108176 memory=16224 CPUtime=0 cores=4,6
/proc/842823/task/842834/stat : 842834 (Finalizer) S 842820 842823 838352 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163382756 19566772224 2156838 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
[pid=842823/tid=842841] ppid=842820 vsize=19108176 memory=8627352 CPUtime=0 cores=4,6
/proc/842823/task/842841/stat : 842841 (Common-Cleaner) S 842820 842823 838352 0 -1 1077936192 2010 0 0 0 0 0 0 0 20 0 20 0 163382756 19566772224 2156838 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
[pid=842823/tid=842842] ppid=842820 vsize=19108176 memory=12064 CPUtime=0 cores=4,6
/proc/842823/task/842842/stat : 842842 (Timer-0) S 842820 842823 838352 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 163382781 19566772224 2156838 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
Current children cumulated CPU time: 3443.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8627352 KiB

[startup+3222.3 s]
/proc/loadavg: 4.83 4.72 4.54 6/330 844685
/proc/meminfo: memFree=104924488/131524600 swapFree=131071996/131071996
[pid=842823] ppid=842820 vsize=19108176 memory=8627372 CPUtime=3523.7 cores=4,6
/proc/842823/stat : 842823 (java) S 842820 842823 838352 0 -1 1077936128 551499 0 0 0 351730 640 0 0 20 0 20 0 163382753 19566772224 2156843 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
/proc/842823/statm: 4777044 2156843 5900 1 0 2172296 0
[pid=842823/tid=842825] ppid=842820 vsize=19108176 memory=16224 CPUtime=3177.05 cores=4,6
/proc/842823/task/842825/stat : 842825 (java) R 842820 842823 838352 0 -1 4194368 116968 0 0 0 317542 163 0 0 20 0 20 0 163382753 19566772224 2156843 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 103 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
[pid=842823/tid=842834] ppid=842820 vsize=19108176 memory=8627372 CPUtime=0 cores=4,6
/proc/842823/task/842834/stat : 842834 (Finalizer) S 842820 842823 838352 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163382756 19566772224 2156843 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
[pid=842823/tid=842841] ppid=842820 vsize=19108176 memory=8627372 CPUtime=0 cores=4,6
/proc/842823/task/842841/stat : 842841 (Common-Cleaner) S 842820 842823 838352 0 -1 1077936192 2011 0 0 0 0 0 0 0 20 0 20 0 163382756 19566772224 2156843 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
[pid=842823/tid=842842] ppid=842820 vsize=19108176 memory=12064 CPUtime=0 cores=4,6
/proc/842823/task/842842/stat : 842842 (Timer-0) S 842820 842823 838352 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 163382781 19566772224 2156843 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
Current children cumulated CPU time: 3523.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8627372 KiB

[startup+3282.3 s]
/proc/loadavg: 4.79 4.73 4.55 6/330 844697
/proc/meminfo: memFree=104798620/131524600 swapFree=131071996/131071996
[pid=842823] ppid=842820 vsize=19108176 memory=8627388 CPUtime=3593.73 cores=4,6
/proc/842823/stat : 842823 (java) S 842820 842823 838352 0 -1 1077936128 553576 0 0 0 358722 651 0 0 20 0 20 0 163382753 19566772224 2156847 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
/proc/842823/statm: 4777044 2156847 5900 1 0 2172296 0
[pid=842823/tid=842825] ppid=842820 vsize=19108176 memory=12064 CPUtime=3236.44 cores=4,6
/proc/842823/task/842825/stat : 842825 (java) R 842820 842823 838352 0 -1 4194368 118191 0 0 0 323481 163 0 0 20 0 20 0 163382753 19566772224 2156847 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 106 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
[pid=842823/tid=842834] ppid=842820 vsize=19108176 memory=41492 CPUtime=0 cores=4,6
/proc/842823/task/842834/stat : 842834 (Finalizer) S 842820 842823 838352 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163382756 19566772224 2156847 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
[pid=842823/tid=842841] ppid=842820 vsize=19108176 memory=8627384 CPUtime=0 cores=4,6
/proc/842823/task/842841/stat : 842841 (Common-Cleaner) S 842820 842823 838352 0 -1 1077936192 2062 0 0 0 0 0 0 0 20 0 20 0 163382756 19566772224 2156847 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
[pid=842823/tid=842842] ppid=842820 vsize=19108176 memory=12064 CPUtime=0 cores=4,6
/proc/842823/task/842842/stat : 842842 (Timer-0) S 842820 842823 838352 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 163382781 19566772224 2156847 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
Current children cumulated CPU time: 3593.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8627388 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3288.6 s]
/proc/loadavg: 4.97 4.76 4.57 5/330 844698
/proc/meminfo: memFree=104790184/131524600 swapFree=131071996/131071996
[pid=842823] ppid=842820 vsize=19108176 memory=8627388 CPUtime=3600.01 cores=4,6
/proc/842823/stat : 842823 (java) S 842820 842823 838352 0 -1 1077936128 553698 0 0 0 359350 651 0 0 20 0 20 0 163382753 19566772224 2156847 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
/proc/842823/statm: 4777044 2156847 5900 1 0 2172296 0
[pid=842823/tid=842825] ppid=842820 vsize=19108176 memory=1480 CPUtime=3242.72 cores=4,6
/proc/842823/task/842825/stat : 842825 (java) R 842820 842823 838352 0 -1 4194368 118313 0 0 0 324109 163 0 0 20 0 20 0 163382753 19566772224 2156847 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 106 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
[pid=842823/tid=842834] ppid=842820 vsize=19108176 memory=17970 CPUtime=0 cores=4,6
/proc/842823/task/842834/stat : 842834 (Finalizer) S 842820 842823 838352 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163382756 19566772224 2156847 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
[pid=842823/tid=842841] ppid=842820 vsize=19108176 memory=3544389206112525861 CPUtime=0 cores=4,6
/proc/842823/task/842841/stat : 842841 (Common-Cleaner) S 842820 842823 838352 0 -1 1077936192 2062 0 0 0 0 0 0 0 20 0 20 0 163382756 19566772224 2156847 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
[pid=842823/tid=842842] ppid=842820 vsize=19108176 memory=16224 CPUtime=0 cores=4,6
/proc/842823/task/842842/stat : 842842 (Timer-0) S 842820 842823 838352 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 163382781 19566772224 2156847 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8627388 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.81 s, system=6.55048 s

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

[startup+3288.7 s]
/proc/loadavg: 4.97 4.76 4.57 5/330 844698
/proc/meminfo: memFree=104790184/131524600 swapFree=131071996/131071996
[pid=842823] ppid=842820 vsize=19307868 memory=8629452 CPUtime=3600.22 cores=4,6
/proc/842823/stat : 842823 (java) S 842820 842823 838352 0 -1 1077936128 556468 0 0 0 359370 652 0 0 20 0 22 0 163382753 19771256832 2157363 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
/proc/842823/statm: 4826967 2157363 5899 1 0 2173552 0
[pid=842823/tid=842825] ppid=842820 vsize=19307868 memory=8627384 CPUtime=3242.82 cores=4,6
/proc/842823/task/842825/stat : 842825 (java) R 842820 842823 838352 0 -1 4194368 118445 0 0 0 324119 163 0 0 20 0 22 0 163382753 19771256832 2157363 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 106 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
[pid=842823/tid=842834] ppid=842820 vsize=19307868 memory=12064 CPUtime=0 cores=4,6
/proc/842823/task/842834/stat : 842834 (Finalizer) S 842820 842823 838352 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 22 0 163382756 19771256832 2157363 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
[pid=842823/tid=842841] ppid=842820 vsize=19307868 memory=8627388 CPUtime=0 cores=4,6
/proc/842823/task/842841/stat : 842841 (Common-Cleaner) S 842820 842823 838352 0 -1 1077936192 2062 0 0 0 0 0 0 0 20 0 22 0 163382756 19771256832 2157363 134679101440 94277856108544 94277856112240 140730406541600 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94277856120056 94277856120848 94277885681664 140730406544373 140730406544481 140730406544481 140730406551496 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 8629452 KiB

Child status: 143

Real time (s): 3288.78
CPU time (s): 3600.36
CPU user time (s): 3593.81
CPU system time (s): 6.55048
CPU usage (%): 109.474
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 8629452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.81
system time used= 6.55048
maximum resident set size= 8630564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 556776
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 163411
involuntary context switches= 26694


# summary of solver processes directly reported to runsolver:
#   pid: 842823
#   total CPU time (s): 3600.36
#   total CPU user time (s): 3593.81
#   total CPU system time (s): 6.55048

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.29394 second user time and 16.7553 second system time

The end

Launcher Data

Begin job on nodeC020 at 2024-07-16 08:43:26
IDJOB=4429922
IDBENCH=148154
IDSOLVER=3052
FILE ID=nodeC020/4429922-1721112192
RUNJOBID= nodeC020-1721105028-838363
SLURM_JOB_ID= 7505630
Free space on /tmp= 890080 MiB

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

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

MD5SUM BENCH= 206b08b420dad9af66531a7207372127
RANDOM SEED=1155887464

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        124161016 kB
MemAvailable:   125721152 kB
Buffers:          412320 kB
Cached:          1972084 kB
SwapCached:            0 kB
Active:           645112 kB
Inactive:        6089376 kB
Active(anon):       1592 kB
Inactive(anon):  4386204 kB
Active(file):     643520 kB
Inactive(file):  1703172 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              3236 kB
Writeback:             0 kB
AnonPages:       4349352 kB
Mapped:           124016 kB
Shmem:             37720 kB
KReclaimable:     106536 kB
Slab:             214512 kB
SReclaimable:     106536 kB
SUnreclaim:       107976 kB
KernelStack:        5004 kB
PageTables:        18660 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    8207520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            60064 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4130816 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      189140 kB
DirectMap2M:    15312896 kB
DirectMap1G:    120586240 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC020 at 2024-07-16 09:38:14