Trace number 4459345

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)414 3600.23 3514.01

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/MIPLIB01/
opt/miplib2010/normalized-neos-1109824.opb
MD5SUMca6d41f9aded18c9e4512660dff57e08
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 benchmark378
Best CPU time to get the best result obtained on this benchmark18.2111
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1520
Total number of constraints28979
Number of constraints which are clauses28880
Number of constraints which are cardinality constraints (but not clauses)23
Number of constraints which are nor clauses,nor cardinality constraints76
Minimum length of a constraint2
Maximum length of a constraint76
Number of terms in the objective function 1512
Biggest coefficient in the objective function 83
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 54080
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 83
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 54080
Number of bits of the biggest sum of numbers16
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Use constraints as they come during conflict analysis
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: EFFECTIVE
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Dynamic restart strategy considering the size of the coefficients
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.15	Listener: none
0.13/0.15	--- End Solver configuration ---
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: EFFECTIVE
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Dynamic restart strategy considering the size of the coefficients
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4459345-1721900158.opb
0.13/0.15	c reading problem ... 
0.13/0.16	c  objective function found
0.70/0.49	c ... done. Wall clock time 0.332s.
0.70/0.49	c declared #vars     1520
0.70/0.49	c #constraints  29078
0.70/0.49	c constraints type 
0.70/0.49	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1520
0.70/0.49	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 175
0.70/0.49	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 27383
0.70/0.49	c 29078 constraints processed.
0.70/0.50	c objective function length is 1512 literals
1.85/1.08	c SATISFIABLE
1.85/1.09	c OPTIMIZING...
1.85/1.09	c Got one! Elapsed wall clock time (in seconds):0.938
1.85/1.09	o 821
3.23/1.71	c Got one! Elapsed wall clock time (in seconds):1.567
3.23/1.71	o 819
5.82/3.06	c Got one! Elapsed wall clock time (in seconds):2.905
5.82/3.06	o 815
7.74/4.25	c Got one! Elapsed wall clock time (in seconds):4.104
7.74/4.25	o 444
8.54/4.82	c Got one! Elapsed wall clock time (in seconds):4.669
8.54/4.82	o 436
10.60/6.67	c Got one! Elapsed wall clock time (in seconds):6.523
10.60/6.67	o 429
37.21/31.86	c Got one! Elapsed wall clock time (in seconds):31.716
37.21/31.86	o 424
122.36/116.86	c Got one! Elapsed wall clock time (in seconds):116.708
122.36/116.86	o 422
329.39/322.98	c Got one! Elapsed wall clock time (in seconds):322.829
329.39/322.98	o 418
445.39/438.63	c cleaning 3639 clauses out of 7300 with flag 0/7300
1129.40/1106.62	c cleaning 4831 clauses out of 9661 with flag 0/13300
1818.00/1761.28	c Got one! Elapsed wall clock time (in seconds):1761.134
1818.00/1761.28	o 416
2344.36/2277.65	c cleaning 5155 clauses out of 10345 with flag 0/18815
2561.92/2494.36	c Got one! Elapsed wall clock time (in seconds):2494.208
2561.92/2494.36	o 414
3372.37/3289.90	c cleaning 5204 clauses out of 10429 with flag 0/24054
3600.04/3513.92	c starts		: 42
3600.04/3513.93	c conflicts		: 25470
3600.04/3513.93	c decisions		: 58173
3600.04/3513.93	c propagations		: 1616333
3600.04/3513.93	c inspects		: 213622825
3600.04/3513.93	c shortcuts		: 0
3600.04/3513.93	c learnt literals	: 0
3600.04/3513.93	c learnt binary clauses	: 0
3600.04/3513.93	c learnt ternary clauses	: 0
3600.04/3513.93	c learnt constraints	: 25470
3600.04/3513.93	c ignored constraints	: 0
3600.04/3513.93	c root simplifications	: 0
3600.04/3513.93	c removed literals (reason simplification)	: 0
3600.04/3513.93	c reason swapping (by a shorter reason)	: 0
3600.04/3513.93	c Calls to reduceDB	: 4
3600.04/3513.93	c Number of update (reduction) of LBD	: 49689
3600.04/3513.93	c Imported unit clauses	: 0
3600.04/3513.93	c No decision after first conflict	: false
3600.04/3513.93	c number of reductions to clauses (during analyze)	: 0
3600.04/3513.93	c number of learned constraints concerned by reduction	: 0
3600.04/3513.93	c number of learning phase by resolution	: 0
3600.04/3513.93	c number of learning phase by cutting planes	: 0
3600.04/3513.93	c number of rounding to 1 operations	: 0
3600.04/3513.93	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3513.93	c number of reductions of the coefficients by power 2 	: 0
3600.04/3513.93	c number of right shift for reduction by power 2 	: 0
3600.04/3513.93	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3513.93	c number of ending skipping 	: 0
3600.04/3513.93	c number of internal skipping 	: 0
3600.04/3513.93	c number of derivation steps 	: 304130
3600.04/3513.93	c number of skipped derivation steps 	: 0
3600.04/3513.93	c number of remaining unassigned 	: 366938
3600.04/3513.93	c number of remaining assigned 	: 42422461
3600.04/3513.93	c number of falsified literals weakened from reason	: 0
3600.04/3513.93	c number of falsified literals weakened from conflict	: 0
3600.04/3513.93	c time for arithmetic operations	: 162602121137
3600.04/3513.95	c minimum degree of deleted constraints	: 1
3600.04/3513.95	c maximum degree of deleted constraints	: 2629891813084797725811562649364160226411971799114379424502697119140528871634284871208580620335480670811575925060220019774242693906301084235953607278441637598570575231378213590325345673751241952173139316471024570132833855337283296869044985107274230739169866955802738266383626540937192590850966942781275926036048498790820267302689165688937432980464682720384941806158089500820900052529651139466456054879289697678589295744052313533802052378827975629868701899269659444860460417721766533206190238535774694198846127294352880996781190436453854794520881286096897184091609546932439747203778329902993603868719878058058052980833479489375388430698996278277681776240047609574650724110502278947535642080046470200858878762378669870221149622312345132571576635184350856645070019108432097032455490431194460264687212843673599233765013223013276501933440805761450197969762214998021983579121848291827908131754081252382289134526866020384969661229287074271385918412007579112914217299657409075010947370585845600703426706483163722741521280435970372339742300155265181025755042953116154535595319201678914514902059584160868991364533485819821589549523134807746652314893102192126952538010660586834984061055861243209548707173545293047607845318890362131312543355271626803364137794134263672491281144729447088473492904811845995653723737451908309240705290812624039570845623486032810660231304553322344937144299746869158191730624918999948323526798728735088685167899643772362728606671757990431229275167334200180379763413202213772485793980972580116110902343632275876118558109903459948075457892429634972409948903384649626952116046188088741963344165435684417756303125874278244013855356169857501874026771578355891515377704154620504723125305360555914591341582823636890955737942752286541385090047340099343080802856587704939433628014360102720117170627579711015721585223734264177959254996823326331390180322640587951882363774938613717310897001889080927698379007941659307240089035365382164910478657850095763987945007241076149119248826826104407250502839389849048387919213712666807429039530790356554715758764240769228538564228720717067151860366703221859465706834444981801990398143734283753018157428227526091980591833112881133932603091725997182537554654337517012867089442889794985217169171388757094204577354151211885510953769839719327720640458400983605810037603990229213400868152401310223310011200581450626390730307915339913951195966650773536170336758105111506113747742822824116115701460052418436181861785734415302017824262776978149873597408763532651160972618274914734228661784649918490653066681271889867241642635850817563856036122714148972907977676379118437629242127424869702693775305944010763967926464305673300812427823605995985083550178646991236017248317745548515592616327969556157047775460281462493784498252388797400204652567614500247844371564380874250622085376035807520941290200773617503668019376073357546216998694752664808520176353634767820463053976940355106716205097082614660455527588881217975049149557872531343088719365106734098558934889062468378338422983148373915052417367549110285224147216050790672115507568232808948595743632710542912476661980864056652692312013302773816864963402106853902227804124116881935421640547760058184439531591771216735698221167693149286413838809507180224426740170084805363199166074526330522588246258869396016516039466281457773316075268119081547826084557669077154403252472613721918704341358381133594039285063607632923097526816257196717981054357196425475051902295318036429002763217154103935032263001734601396122695172787964742525334310207713123134046621984089454247685832103670666349323932846090268699918478190515490839840584867992724725462186791715116874200919175353984374045149323348508946442901451168757244063820598442111315122753345183475716157117691700819157047084652586132830859151917748289582917287559787939725855309370380773328141723030467270919908649028036441348464905281946196373558875344136296169457798561516504846265616584351271849677890883813149168697202949625770107458717867740275026336848206902737812928741572454898144990189266744682460657123028251804567827225590879342571737737880444848965254402334223331057859266220989917694865511409042439553409275583786595890882909466644013649340788622867114182723755139879559283925852093607112954253080301614620047688500299172372929425470478095136907101284303218317586539176341292456107456667267541983979362910243490428285099524074048594916912536667024908078741845093648263946366303754011185873433934806522198981056575892038195925450881532887942362508101693919532038871596355249574281216858484358856053676736832599046717658100758830946432091392691647764098931120451830361021031928421333390791577408609267820988574142173849062949580526504678628861602804572516346291913454070311428385889249250996769496222212433384447668486108613415665428754073340140017398896735053215714868311203388421375254699708753855255897045187613081501807660908149057167490054696137183671649938178173287649980105349504967064110670722465035678547990873644867148262193010346996143842267258328257249307105017505756602427098484891071371664881652420467608965472828693945289553218902452761145838848207947538085747551357298786082984888257329551495260305363999609485315641816605336327118303741258188820612582512074159848544504448895128592256976687939093355135682293510962196320832711115708661929069546319334168312257414697741837116990738350247727433411414295446969402674739352060300767689346578833799299448364997822527241947624386241213070912650944642166737107335819615669380530475177896482973932471963444686006948327801507965230089060921616405306947701655307286291754536184907803106833168697109347797849282741641140014659717274564246426160814499384329235249768343107006377893240213068907738644610654067660905416814884545305995480479764047419798724130303828450815989842745866991907402452508741759944035536490183558402947210244629310354932619970097288730864751084955537222031743530078480348471976903758272637226126214685043660821718046931242816027923175176415834609896960861294563964527238808980154890306860130257608291052246626159219048286428953415382248277945264862457447469122146716599548361638898255131673959448504157469699794448645439958368053357723373306322697336217710495050330803255600684960280246392974169942224731241148110954688522050992605740893820447636637162670120677538908578484925598497548632128243511588005856490213012106934412616662025447526595226930473248529978880529834336772893769947539531160857932007393427306961529832173473095434022810874197656740222268010231373605433450363923483374405288474056590260345461522297892405147958302967442787399017519152252733432443674584476974236219049196975772828447532575840353843990823876825673517805115702814475557303742160753028005017959019372232595005637989176965302078385796430151347424723869978375332328779551881139330167994187798648987052221653481612318731997442615294532571312069231467340973448131638725806231772537522740371051947833879566935195958347372748127112210718680148285733944932986878838950730399406516668697744879676748213042258585541744501174218038562089605809668526988676844693932989260477349067509427189370636404915159299809483716618391715213963994339747828767247846612174611999071020150407319949544931129088915546971513558316769271177838527562398368075667274538768915080455404667721332532418167819761792388251102313977540070215125456383201741992707962265968107807156802775640154617720931504525679889078393167818588439496550683142665394780811490734704980216859520335389773133139176577438660802275507957176691870734649703593819290176607229954851575141235578504939358213747871350819370139387109925026203112230036844724884011880770212248114954058673783275875757010924136312610791098678728553661627038926899231881356325206405232081748173706567801656802910905473128296056670116411891221178610233004831368500583456626934715169258944902262230449536022769184239595549082411658198825979443363377639045338893735030017211377086610988718273387044685343927612249409344523909485424165110109019370740977429490799576912799228224091865801454492420502424537747573037054777198753638049723294775525919495503415088484931844237984714395410260839570025369171829001845343474157487336766242923956881891503516979065703139086837012871124103807692199886678905457883563171771241500905974035171055058731911530823978783500931563776208792657997990467832352471774528375030265715929645852158106808952332755729116472503080354118598516653869829581860115162728683977872371268621200024989736668321650964351339274139784780407672315351838677446856262805863169585406586076459822009343399846057606721689614529980368243594485489895163151901317739843468605882480400982836885694034211852915605164978293381891499572963478451525391708072894106564628338880543112716361554750784160624480492138522352277350654097717229673883709966492927768618669012268615211358372315637279202870038313799575119016255580971175461945276581170532901105536493331211399646196957123452913197785420967433812548548390499869935569989508317568597051968465752558565973275625123495172769709241777551494856969322075845014673910817011623383855297510721226588496258263507359058201663292384098545187952180761282277097344502650219113205657033496562864817306697243678343004703325992704221059643655274166932160219662217035538398526712701560535223303585143780339002496157935322403987698102760230782491957822992698252450631247856596808469484684869768738279038482176362515887642920187097055388724202798750600371702616730485874992704297666111794039882533737051623292347992374886873057507910837811359804596368296157815386508256598027957529149710267014277504883388554912504453577267634527438561813638871335530992513473003013385242255911898281570351108908106432203763944231479430607031466224030327550602643921420053411249959199288526082073583246340562418914685880637921705412684560756302626867135802335032854470612353429386350974411952222831312028554142198671062999653133406297680775430323071206504249625281669456150300889955059058236704078287753628303811295332122585344627489431719948194204605512261102529869414481390328846236667648721831979139799355323072950626750605219553362112332131456544127333524363916123887289659978435368093861846979530218855821433499202603581310054735891860318689798245426340324806386956116981441386611819529635611313495450266841556853470244214144750326893145863995259291494821415167363521029559448095403532243090531588165258013785019169926891957028857296822087652944351617220449892040333952801341117729964310236460834769338664422075156534715462283072233624701086725389587469147550721078111945183011247285354681800928548567450853411323028355344279018436854312502158306660678855338014525978411946284839536434131721887375098987888774447442996529410528599917209597360746887738903173156895481440154571141439580712409422434409401465023552041194847216503150595508119923252655716388023075867490347839721590918212407754589126374451932856389461782904941566045994884228288071105586835445188571051525950323388467052340076958293277416452622117963245214640800923460871036982590009630722592842499819582473190871360892361977536953644871221340194281174041080860666521268693831352867509972986100933270082854587018523859978996945485577356284137545674552424523716135955434294567639269056994075175092878271877839147190856089134257079921063535958502716822048066547035462024394111416467668241381788649114358790732403203281568053559171903715554906441129521187087192100498669673719827900452217274125391665757313543546789869178297073830413675490691846486368464194152887686759427110522339431541770380257921775657874160671913798346847244468646646589199463507430974682402596141136580571132373537763387728528237050618918165365612939647593875037310119630795554475424017387802319322431677870482203000333747577409076413700089277860461762042921584547076387627835685706018445099301219179109517537393127407561815531384681850607632525382412084983919738001625495318070306986734907222719913840442674954617877653976749101112907876981747026239126171061859791941581632728778801737674921915668567036953453052313859036451143374404828431671800010417564477170408952733305033194779108339695518892451120378228662998718982694185051615830920812614291287331917637487460160062238766621318919618326195527455858203068392179618935804337467629150499699759067319497610482793861545540996905923463469747620825668517183078596027182067161042200348465232579834799027287507791594664802314677634486546134178584797101197554425629087907481548744192495822463404342962494463127132767218556914466800013976259121627809622563724289896146821704026575081235485970043887277603751480468638792068118882469731421245756879237731755951999547843078559750247045873452392027576767977738884103541072062364682549087842912362463980114891390463621841704265683261020968750184682815034174145731588163694476240729512387361150157762498103669588563250234073377450568489999916957443095335451406437773069327099225131231743165536690697696861464149488817290586936726194641986605836925557928164311048183575347812425113116407493669745790214984330966074447448479278897530297896163993501255017775447948793808060457524327176601814306214558491343358753367952940982717740506252155599971553913796149302275429149976238999947539126692724145359972842084942994939458349145217583127799966532321669034812250482048587411331199141381127825012444140554372043613896951763515355005884749773024948606199843605833288549902279636404799818610337305517696959094274074669808413620309590982391502363214376554634529012760909883788807267132737368231170811656555239947129939565685538462773121458261382364768083705624937745584052341215085197424443593426570404931856406016268872543801536170530954057323436192214301620797704541691269008619948932291434228232593765704575967884901686702637028963616997370785190868486338820467182646319053956711789747356287962406980349699002519924761510063931595338300259118524717288447568889970140382940022500855092769961156215341643085527254991934511226341132445654121407109825774152194456363571449187418648172344656346267385866273784032770185791332680264628057791582864047126617096235968300387040627999038391746672028084455377101830786371057845422166595623540058576783404670073714250870452823290897428232667742753295435903533908592065414708575975679089662930082691551583682843709463705027084178565485268602149113264495477038300891263899314371735688652060808730804829435013385503996823976071821748746766520835527645541101873546156489358647185420946599243049452373550882509269071777880898162216093555693301095956584499624188778707435030714735508676236298294424319118841819345201631632922537409793319000419388556700365624864958753289392458989523676654135460405735451406537443142479231308473860541922581300968084008500095090052330956772994110034351169145047155040147601523286687522003811250852482650951231784166404207662445125016924591305587676986557044908695455898404697845715047142693706154279604762571613409165212622295165809249989476901951101591408769115851254016054011575719773095637089536645956761867385245065583948338760036952439674387240600699111626951558414912574856853935796408023644305090052818098828466439868135413674529747619194410498415434562625202605195866694123109067343475935588106258728865636294600298568290610736805064052597172885000287202615792673976527729393925098277653877581163228438672615881677028951723420115542485027934505047186216616140034696511447796799787688325052108600186399401327810132131675434303477345895647870827251087642425336171278701429524890522458605865926401955807383170441832109423222760134805933630795319187340037528224053857362442465523583160934264524814787393778604530431535561446765466140497401765909534536280449201413102020471182432764636988610920194512014648182934103743399359260324103838149096568716132799668859449807664544352039700500961812310097490421616510914890154567311155211139639795842893922740665463148425586766743975565281381072247997499002804563952297408277902353730364179225297838378753471577914348719678064805126519955958869931021491915395679585235300302497987379581524780947012142318031449094883621081101171159613181889346451023269833668606804830386384339062894218211126137874695207567382357233926606770427359493757155036820694767109158033707393307876474182528906890865509166009571183591000659556399167630402279581881389761500261311197096156694245025498268670830270539990247081192599798451244103846751440858111480613178911898992961551940461561703003550084213789581113928164755287216473290929495642548464151943860619320669832599552480580601845142525348031964295229190951731434502102749184603716191857036258485737446094168078694178542940678249075806917708992867867052448923371195765985554596329677951212412587988326949048560353074705705376351636745664548342651789099312372971483217734191136668673568263185917182286367527126309633309467101668522756121801105102404201547427229496528114894101654020617821444565922691621635522333631880524246270430435880416978661770323481791654948150672478560850210499928558422871365250456009721871292667133725833365489859307470768344545791344372927375641483491866412710188992222698321883130412337056491103442434438792600072301165610143001185970742427296928959095773181349578366163992494392947271990710313447999617107603281968822938339467850432176930797781669787307249507008316692730483810820428396586863138927853442234257992904469102702702257774207004533635656081037374292916329704278319115070096210122238229552272199625205811038248099793095411951511899983765357036004573626595592169463000053948094209702856396091736935757595840101884694157665833207400396301743723644139504584343756975979534947809099100349871580289074199855816522373086534971342926772324495444061417620243165728930763590309113246988303846103514592342559931080877623526866877200427991148943834166071303123989131874893226687611526254834932094216398694018880100328427863766441364970011455329866583143705672684898637994710421560359524383840787419326383170368590275494088019135052859553351256951500786975102167668335769543402053705042709718701922567837826697988499379469085433699628157097054201503004861982792657533631277793837385767103491305965245281670571381011537660692243201665701617299852091933067256006247148949146921536922106142061580239120666173707630413510921904653186433809832815894272300614478708108931164223020517397713270108544045946032645723214736569426239156060608357516520067279034521569487893543568916251197193949498359209082987680623250601392643977229178986313285432241139110375510438599434949351920712795666016206307638085566758971721459678473185724276046596496853066513852835158355168830232042831785114233098760693712200264377137854586497154358723259660846199616163341372869622389485997466220492706147880236666275595520059568672128323026653447766387644852360985076195406904191558993846542952505667214044582985055897226201076398622478102208106211258712726500539407833803733396952413430351792137276835977339879713931695323893396671431628935273504922143648316871759568813981458922963378220089072038198496581419939753677377243904795330650551245658391841436686702032957011774431535206964919364997656499169479967489852545649858509525147190024552532996635798260410511584398386919788275216047813540127462026776046759631172274474162624411161826409369556257829298147081961900269628410723181017202084694137223756674714972367943129722615981062783669870124021235335018113116304858122043627468449141037763352968890754605260115874878215175818622399960742342502397944811351266982154500590910415674026560978901827015866778147275802456720773603017714052627181264957188133226188792590972392674410209953126478517684792985607522404425540365589171709584150504763027581040229162029353184091750750867974642412490729717543418549338432183152127926051783005889936630369871230788738063768345339795954703757428513998809155979968270084688944770259493686554249168783280074176862591302421199979365866125317733359437400638727116683567242852621973406119932120365962607673790185469203415969981109642619212642683218217812692817728821786921230335334787250352059223258504395700471498630559804569785609881708435376823399839044492347197744823328268213455632473012395633762524353835483476605862294838244855568976686402318419493690793046558083016865483983355953340960751820227265017536153806167761863564677698598055289578828356030834782909641814778467462623168410539973052271041647547608918847005302970518311647299153440070594931225618744666520275290495719540781727487855418442227914854510565490386321402233363964896476447009014319723073939858227197685046437005046353359007325439317959932873984652831017960436682940134163703448032906097014857520309197379641675650275556063493866292943775450901267524988997889368177749849903115292965043062638294751714787457273748136052568644379981496507970272345681464287969462785748132203549864597877608591394260118080681516818476660242159154335819054216253404386178473267085905860472827170108207858001221082509223104690647274685574708099211699527802546960071660970722925534623120746482522998425213943226371220110443657410410294033045164263005016194270651142186853219564798230985562235577561992941826318675719074993748495133957991604682264877238971016744299694377698759061134030262195460988043223150381089212114892063361285244449794541668390003903623059165166945977391533548406026080209146880741073526570703573201510144738629529960579564944000868165824162023453047681563597710675830286813932116305868097685888109041825988526763303102711995039566241805786265205797572638258166304363425444393212132119212291881117923164309008860860914903467446187297081162343695087525218372868945041321474414405822553990573646159093992477873988450
3600.04/3513.96	c number of deleted constraints	: 18829
3600.04/3513.97	c speed (assignments/second)	: 460.04131546905126
3600.04/3513.97	c non guided choices	: 0
3600.04/3513.97	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 16
3600.04/3513.97	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 192
3600.04/3513.97	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 6433
3600.04/3513.97	s SATISFIABLE
3600.04/3513.97	c Found 11 solution(s)
3600.04/3513.98	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 
3600.04/3513.98	c objective function=414
3600.04/3513.98	c Total wall clock time (in seconds): 3513.837

Verifier Data

OK	414

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=231295, runsolver pid=231287
Current StackSize limit: 8192 KiB


[startup+0.100163 s]*
/proc/loadavg: 1.06 1.09 1.46 9/314 231353
/proc/meminfo: memFree=125749444/131524600 swapFree=131055836/131071996
[pid=231295] ppid=231287 vsize=18975048 memory=64040 CPUtime=0.13 cores=1,3
/proc/231295/stat : 231295 (java) S 231287 231295 225610 0 -1 1077936128 7077 0 0 0 11 2 0 0 20 0 18 0 26545490 19430449152 16010 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
/proc/231295/statm: 4743762 16010 5540 1 0 549372 0
[pid=231295/tid=231298] ppid=231287 vsize=18975048 memory=4026531971 CPUtime=0.09 cores=1,3
/proc/231295/task/231298/stat : 231298 (java) R 231287 231295 225610 0 -1 4194368 5652 0 0 0 7 2 0 0 20 0 18 0 26545490 19430449152 16010 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
[pid=231295/tid=231328] ppid=231287 vsize=18975048 memory=1416227 CPUtime=0 cores=1,3
/proc/231295/task/231328/stat : 231328 (Finalizer) S 231287 231295 225610 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 26545493 19430449152 16010 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
[pid=231295/tid=231335] ppid=231287 vsize=18975048 memory=15537422972749500 CPUtime=0 cores=1,3
/proc/231295/task/231335/stat : 231335 (Common-Cleaner) S 231287 231295 225610 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 26545493 19430449152 16010 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64040 KiB

[startup+0.205942 s]*
/proc/loadavg: 1.06 1.09 1.46 14/325 231364
/proc/meminfo: memFree=125595484/131524600 swapFree=131055836/131071996
[pid=231295] ppid=231287 vsize=18975048 memory=85888 CPUtime=0.33 cores=1,3
/proc/231295/stat : 231295 (java) S 231287 231295 225610 0 -1 1077936128 7637 0 0 0 30 3 0 0 20 0 18 0 26545490 19430449152 21472 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
/proc/231295/statm: 4743762 21472 5840 1 0 549702 0
[pid=231295/tid=231298] ppid=231287 vsize=18975048 memory=8737651120394928259 CPUtime=0.19 cores=1,3
/proc/231295/task/231298/stat : 231298 (java) R 231287 231295 225610 0 -1 4194368 5945 0 0 0 17 2 0 0 20 0 18 0 26545490 19430449152 21472 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
[pid=231295/tid=231328] ppid=231287 vsize=18975048 memory=1416227 CPUtime=0 cores=1,3
/proc/231295/task/231328/stat : 231328 (Finalizer) S 231287 231295 225610 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 26545493 19430449152 21472 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
[pid=231295/tid=231335] ppid=231287 vsize=18975048 memory=15537422972749500 CPUtime=0 cores=1,3
/proc/231295/task/231335/stat : 231335 (Common-Cleaner) S 231287 231295 225610 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 26545493 19430449152 21472 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 85888 KiB

[startup+0.30958 s]*
/proc/loadavg: 1.06 1.09 1.46 13/327 231366
/proc/meminfo: memFree=125360812/131524600 swapFree=131055836/131071996
[pid=231295] ppid=231287 vsize=19041612 memory=163852 CPUtime=0.53 cores=1,3
/proc/231295/stat : 231295 (java) S 231287 231295 225610 0 -1 1077936128 9270 0 0 0 48 5 0 0 20 0 19 0 26545490 19498610688 40963 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
/proc/231295/statm: 4760403 40963 5840 1 0 550990 0
[pid=231295/tid=231298] ppid=231287 vsize=19041612 memory=-9032364238728569532 CPUtime=0.28 cores=1,3
/proc/231295/task/231298/stat : 231298 (java) R 231287 231295 225610 0 -1 4194368 5981 0 0 0 25 3 0 0 20 0 19 0 26545490 19498610688 40963 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
[pid=231295/tid=231328] ppid=231287 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/231295/task/231328/stat : 231328 (Finalizer) S 231287 231295 225610 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 26545493 19498610688 40963 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
[pid=231295/tid=231335] ppid=231287 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/231295/task/231335/stat : 231335 (Common-Cleaner) S 231287 231295 225610 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 26545493 19498610688 40963 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 163852 KiB

[startup+0.700243 s]
/proc/loadavg: 1.06 1.09 1.46 11/330 231369
/proc/meminfo: memFree=124552796/131524600 swapFree=131055836/131071996
[pid=231295] ppid=231287 vsize=19109312 memory=227996 CPUtime=1.25 cores=1,3
/proc/231295/stat : 231295 (java) S 231287 231295 225610 0 -1 1077936128 14375 0 0 0 118 7 0 0 20 0 20 0 26545490 19567935488 56934 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
/proc/231295/statm: 4777328 56934 5878 1 0 553988 0
[pid=231295/tid=231298] ppid=231287 vsize=19109312 memory=5476 CPUtime=0.58 cores=1,3
/proc/231295/task/231298/stat : 231298 (java) R 231287 231295 225610 0 -1 4194368 6134 0 0 0 54 4 0 0 20 0 20 0 26545490 19567935488 56999 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
[pid=231295/tid=231328] ppid=231287 vsize=19109312 memory=12928 CPUtime=0 cores=1,3
/proc/231295/task/231328/stat : 231328 (Finalizer) S 231287 231295 225610 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26545493 19567935488 56999 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
[pid=231295/tid=231335] ppid=231287 vsize=19109312 memory=2276 CPUtime=0 cores=1,3
/proc/231295/task/231335/stat : 231335 (Common-Cleaner) S 231287 231295 225610 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 26545493 19567935488 56999 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
[pid=231295/tid=231369] ppid=231287 vsize=19109312 memory=0 CPUtime=0 cores=1,3
/proc/231295/task/231369/stat : 231369 (Timer-0) S 231287 231295 225610 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26545541 19567935488 56999 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19109312 KiB
Current children cumulated memory: 227996 KiB

[startup+1.50058 s]
/proc/loadavg: 1.06 1.09 1.46 12/310 231374
/proc/meminfo: memFree=123816864/131524600 swapFree=131055836/131071996
[pid=231295] ppid=231287 vsize=19108176 memory=308448 CPUtime=2.84 cores=1,3
/proc/231295/stat : 231295 (java) S 231287 231295 225610 0 -1 1077936128 26780 0 0 0 274 10 0 0 20 0 20 0 26545490 19566772224 77112 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
/proc/231295/statm: 4777044 77112 5878 1 0 557308 0
[pid=231295/tid=231298] ppid=231287 vsize=19108176 memory=12928 CPUtime=1.33 cores=1,3
/proc/231295/task/231298/stat : 231298 (java) R 231287 231295 225610 0 -1 4194368 6475 0 0 0 127 6 0 0 20 0 20 0 26545490 19566772224 77112 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
[pid=231295/tid=231328] ppid=231287 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/231295/task/231328/stat : 231328 (Finalizer) S 231287 231295 225610 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26545493 19566772224 77112 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
[pid=231295/tid=231335] ppid=231287 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/231295/task/231335/stat : 231335 (Common-Cleaner) S 231287 231295 225610 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 26545493 19566772224 77112 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
[pid=231295/tid=231369] ppid=231287 vsize=19108176 memory=281417397478640 CPUtime=0 cores=1,3
/proc/231295/task/231369/stat : 231369 (Timer-0) S 231287 231295 225610 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26545541 19566772224 77112 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 308448 KiB

[startup+3.10658 s]
/proc/loadavg: 1.06 1.09 1.46 9/331 231439
/proc/meminfo: memFree=120931632/131524600 swapFree=131055836/131071996
[pid=231295] ppid=231287 vsize=19108176 memory=422156 CPUtime=6.02 cores=1,3
/proc/231295/stat : 231295 (java) S 231287 231295 225610 0 -1 1077936128 30243 0 0 0 589 13 0 0 20 0 20 0 26545490 19566772224 105539 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
/proc/231295/statm: 4777044 105539 5894 1 0 557327 0
[pid=231295/tid=231298] ppid=231287 vsize=19108176 memory=0 CPUtime=2.89 cores=1,3
/proc/231295/task/231298/stat : 231298 (java) R 231287 231295 225610 0 -1 4194368 7239 0 0 0 281 8 0 0 20 0 20 0 26545490 19566772224 105539 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
[pid=231295/tid=231328] ppid=231287 vsize=19108176 memory=12928 CPUtime=0 cores=1,3
/proc/231295/task/231328/stat : 231328 (Finalizer) S 231287 231295 225610 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26545493 19566772224 105539 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
[pid=231295/tid=231335] ppid=231287 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/231295/task/231335/stat : 231335 (Common-Cleaner) S 231287 231295 225610 0 -1 1077936192 54 0 0 0 0 0 0 0 20 0 20 0 26545493 19566772224 105539 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
[pid=231295/tid=231369] ppid=231287 vsize=19108176 memory=11588 CPUtime=0 cores=1,3
/proc/231295/task/231369/stat : 231369 (Timer-0) S 231287 231295 225610 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26545541 19566772224 105539 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
Current children cumulated CPU time: 6.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 422156 KiB

[startup+6.30059 s]
/proc/loadavg: 1.77 1.24 1.51 6/331 231439
/proc/meminfo: memFree=120361232/131524600 swapFree=131055836/131071996
[pid=231295] ppid=231287 vsize=19108176 memory=462368 CPUtime=10.3 cores=1,3
/proc/231295/stat : 231295 (java) S 231287 231295 225610 0 -1 1077936128 31184 0 0 0 1016 14 0 0 20 0 20 0 26545490 19566772224 115592 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
/proc/231295/statm: 4777044 115592 5894 1 0 557454 0
[pid=231295/tid=231298] ppid=231287 vsize=19108176 memory=0 CPUtime=5.99 cores=1,3
/proc/231295/task/231298/stat : 231298 (java) R 231287 231295 225610 0 -1 4194368 7272 0 0 0 591 8 0 0 20 0 20 0 26545490 19566772224 115592 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
[pid=231295/tid=231328] ppid=231287 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/231295/task/231328/stat : 231328 (Finalizer) S 231287 231295 225610 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26545493 19566772224 115592 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
[pid=231295/tid=231335] ppid=231287 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/231295/task/231335/stat : 231335 (Common-Cleaner) S 231287 231295 225610 0 -1 1077936192 54 0 0 0 0 0 0 0 20 0 20 0 26545493 19566772224 115592 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
[pid=231295/tid=231369] ppid=231287 vsize=19108176 memory=12928 CPUtime=0 cores=1,3
/proc/231295/task/231369/stat : 231369 (Timer-0) S 231287 231295 225610 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26545541 19566772224 115592 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
Current children cumulated CPU time: 10.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 462368 KiB

[startup+12.7006 s]
/proc/loadavg: 1.95 1.28 1.52 5/331 231440
/proc/meminfo: memFree=119680504/131524600 swapFree=131055836/131071996
[pid=231295] ppid=231287 vsize=19108176 memory=514972 CPUtime=17.23 cores=1,3
/proc/231295/stat : 231295 (java) S 231287 231295 225610 0 -1 1077936128 38150 0 0 0 1707 16 0 0 20 0 20 0 26545490 19566772224 128743 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
/proc/231295/statm: 4777044 128743 5894 1 0 557454 0
[pid=231295/tid=231298] ppid=231287 vsize=19108176 memory=0 CPUtime=12.28 cores=1,3
/proc/231295/task/231298/stat : 231298 (java) R 231287 231295 225610 0 -1 4194368 8111 0 0 0 1219 9 0 0 20 0 20 0 26545490 19566772224 128743 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
[pid=231295/tid=231328] ppid=231287 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/231295/task/231328/stat : 231328 (Finalizer) S 231287 231295 225610 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26545493 19566772224 128743 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
[pid=231295/tid=231335] ppid=231287 vsize=19108176 memory=465676 CPUtime=0 cores=1,3
/proc/231295/task/231335/stat : 231335 (Common-Cleaner) S 231287 231295 225610 0 -1 1077936192 54 0 0 0 0 0 0 0 20 0 20 0 26545493 19566772224 128743 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
[pid=231295/tid=231369] ppid=231287 vsize=19108176 memory=2312024 CPUtime=0 cores=1,3
/proc/231295/task/231369/stat : 231369 (Timer-0) S 231287 231295 225610 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26545541 19566772224 128743 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
Current children cumulated CPU time: 17.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 514972 KiB

[startup+25.5006 s]
/proc/loadavg: 2.57 1.45 1.57 5/332 231444
/proc/meminfo: memFree=118924636/131524600 swapFree=131055836/131071996
[pid=231295] ppid=231287 vsize=19108176 memory=795060 CPUtime=30.66 cores=1,3
/proc/231295/stat : 231295 (java) S 231287 231295 225610 0 -1 1077936128 51683 0 0 0 3041 25 0 0 20 0 20 0 26545490 19566772224 198765 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
/proc/231295/statm: 4777044 198765 5894 1 0 559363 0
[pid=231295/tid=231298] ppid=231287 vsize=19108176 memory=2312024 CPUtime=24.81 cores=1,3
/proc/231295/task/231298/stat : 231298 (java) R 231287 231295 225610 0 -1 4194368 9554 0 0 0 2468 13 0 0 20 0 20 0 26545490 19566772224 198765 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
[pid=231295/tid=231328] ppid=231287 vsize=19108176 memory=11588 CPUtime=0 cores=1,3
/proc/231295/task/231328/stat : 231328 (Finalizer) S 231287 231295 225610 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26545493 19566772224 198765 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
[pid=231295/tid=231335] ppid=231287 vsize=19108176 memory=11588 CPUtime=0 cores=1,3
/proc/231295/task/231335/stat : 231335 (Common-Cleaner) S 231287 231295 225610 0 -1 1077936192 54 0 0 0 0 0 0 0 20 0 20 0 26545493 19566772224 198765 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
[pid=231295/tid=231369] ppid=231287 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/231295/task/231369/stat : 231369 (Timer-0) S 231287 231295 225610 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26545541 19566772224 198765 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
Current children cumulated CPU time: 30.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 795060 KiB

[startup+51.106 s]
/proc/loadavg: 3.13 1.67 1.65 7/332 231450
/proc/meminfo: memFree=117755536/131524600 swapFree=131055836/131071996
[pid=231295] ppid=231287 vsize=19108176 memory=1227388 CPUtime=56.56 cores=1,3
/proc/231295/stat : 231295 (java) S 231287 231295 225610 0 -1 1077936128 62099 0 0 0 5621 35 0 0 20 0 20 0 26545490 19566772224 306847 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
/proc/231295/statm: 4777044 306847 5894 1 0 559363 0
[pid=231295/tid=231298] ppid=231287 vsize=19108176 memory=11588 CPUtime=50.16 cores=1,3
/proc/231295/task/231298/stat : 231298 (java) R 231287 231295 225610 0 -1 4194368 13209 0 0 0 4996 20 0 0 20 0 20 0 26545490 19566772224 306847 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
[pid=231295/tid=231328] ppid=231287 vsize=19108176 memory=68448 CPUtime=0 cores=1,3
/proc/231295/task/231328/stat : 231328 (Finalizer) S 231287 231295 225610 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26545493 19566772224 306847 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0

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

/proc/meminfo: memFree=111596444/131524600 swapFree=131055836/131071996
[pid=231295] ppid=231287 vsize=19108176 memory=4296872 CPUtime=3239.52 cores=1,3
/proc/231295/stat : 231295 (java) S 231287 231295 225610 0 -1 1077936128 579711 0 0 0 323651 301 0 0 20 0 20 0 26545490 19566772224 1074218 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
/proc/231295/statm: 4777044 1074218 5920 1 0 1088433 0
[pid=231295/tid=231298] ppid=231287 vsize=19108176 memory=4296856 CPUtime=3127.92 cores=1,3
/proc/231295/task/231298/stat : 231298 (java) R 231287 231295 225610 0 -1 4194368 171883 0 0 0 312704 88 0 0 20 0 20 0 26545490 19566772224 1074218 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 10 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
[pid=231295/tid=231328] ppid=231287 vsize=19108176 memory=4296820 CPUtime=0 cores=1,3
/proc/231295/task/231328/stat : 231328 (Finalizer) S 231287 231295 225610 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26545493 19566772224 1074218 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
[pid=231295/tid=231335] ppid=231287 vsize=19108176 memory=4296872 CPUtime=0 cores=1,3
/proc/231295/task/231335/stat : 231335 (Common-Cleaner) S 231287 231295 225610 0 -1 1077936192 2208 0 0 0 0 0 0 0 20 0 20 0 26545493 19566772224 1074218 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
[pid=231295/tid=231369] ppid=231287 vsize=19108176 memory=11588 CPUtime=0 cores=1,3
/proc/231295/task/231369/stat : 231369 (Timer-0) S 231287 231295 225610 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26545541 19566772224 1074218 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
Current children cumulated CPU time: 3239.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4296872 KiB

[startup+3222.3 s]
/proc/loadavg: 4.48 4.28 4.14 5/333 233169
/proc/meminfo: memFree=111595904/131524600 swapFree=131055836/131071996
[pid=231295] ppid=231287 vsize=19108176 memory=4296872 CPUtime=3303.52 cores=1,3
/proc/231295/stat : 231295 (java) S 231287 231295 225610 0 -1 1077936128 594298 0 0 0 330046 306 0 0 20 0 20 0 26545490 19566772224 1074218 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
/proc/231295/statm: 4777044 1074218 5920 1 0 1088433 0
[pid=231295/tid=231298] ppid=231287 vsize=19108176 memory=4296820 CPUtime=3187.02 cores=1,3
/proc/231295/task/231298/stat : 231298 (java) R 231287 231295 225610 0 -1 4194368 175320 0 0 0 318614 88 0 0 20 0 20 0 26545490 19566772224 1074218 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 10 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
[pid=231295/tid=231328] ppid=231287 vsize=19108176 memory=4296872 CPUtime=0 cores=1,3
/proc/231295/task/231328/stat : 231328 (Finalizer) S 231287 231295 225610 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26545493 19566772224 1074218 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
[pid=231295/tid=231335] ppid=231287 vsize=19108176 memory=4296872 CPUtime=0 cores=1,3
/proc/231295/task/231335/stat : 231335 (Common-Cleaner) S 231287 231295 225610 0 -1 1077936192 2253 0 0 0 0 0 0 0 20 0 20 0 26545493 19566772224 1074218 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
[pid=231295/tid=231369] ppid=231287 vsize=19108176 memory=4296872 CPUtime=0 cores=1,3
/proc/231295/task/231369/stat : 231369 (Timer-0) S 231287 231295 225610 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26545541 19566772224 1074218 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
Current children cumulated CPU time: 3303.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4296872 KiB

[startup+3282.3 s]
/proc/loadavg: 4.17 4.23 4.13 5/335 233240
/proc/meminfo: memFree=111594664/131524600 swapFree=131055836/131071996
[pid=231295] ppid=231287 vsize=19108176 memory=4296884 CPUtime=3364.88 cores=1,3
/proc/231295/stat : 231295 (java) S 231287 231295 225610 0 -1 1077936128 599995 0 0 0 336178 310 0 0 20 0 20 0 26545490 19566772224 1074221 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
/proc/231295/statm: 4777044 1074221 5920 1 0 1088443 0
[pid=231295/tid=231298] ppid=231287 vsize=19108176 memory=4296884 CPUtime=3246.57 cores=1,3
/proc/231295/task/231298/stat : 231298 (java) R 231287 231295 225610 0 -1 4194368 178734 0 0 0 324569 88 0 0 20 0 20 0 26545490 19566772224 1074221 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 10 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
[pid=231295/tid=231328] ppid=231287 vsize=19108176 memory=11588 CPUtime=0 cores=1,3
/proc/231295/task/231328/stat : 231328 (Finalizer) S 231287 231295 225610 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26545493 19566772224 1074221 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
[pid=231295/tid=231335] ppid=231287 vsize=19108176 memory=32692 CPUtime=0 cores=1,3
/proc/231295/task/231335/stat : 231335 (Common-Cleaner) S 231287 231295 225610 0 -1 1077936192 2321 0 0 0 0 0 0 0 20 0 20 0 26545493 19566772224 1074221 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
[pid=231295/tid=231369] ppid=231287 vsize=19108176 memory=11588 CPUtime=0 cores=1,3
/proc/231295/task/231369/stat : 231369 (Timer-0) S 231287 231295 225610 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26545541 19566772224 1074221 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
Current children cumulated CPU time: 3364.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4296884 KiB

[startup+3342.3 s]
/proc/loadavg: 4.18 4.22 4.13 5/335 233252
/proc/meminfo: memFree=111593996/131524600 swapFree=131055836/131071996
[pid=231295] ppid=231287 vsize=19108176 memory=4296884 CPUtime=3425.68 cores=1,3
/proc/231295/stat : 231295 (java) S 231287 231295 225610 0 -1 1077936128 614484 0 0 0 342255 313 0 0 20 0 20 0 26545490 19566772224 1074221 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
/proc/231295/statm: 4777044 1074221 5920 1 0 1088443 0
[pid=231295/tid=231298] ppid=231287 vsize=19108176 memory=6369338267210968146 CPUtime=3306.33 cores=1,3
/proc/231295/task/231298/stat : 231298 (java) R 231287 231295 225610 0 -1 4194368 181726 0 0 0 330544 89 0 0 20 0 20 0 26545490 19566772224 1074221 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 10 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
[pid=231295/tid=231328] ppid=231287 vsize=19108176 memory=4296884 CPUtime=0 cores=1,3
/proc/231295/task/231328/stat : 231328 (Finalizer) S 231287 231295 225610 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26545493 19566772224 1074221 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
[pid=231295/tid=231335] ppid=231287 vsize=19108176 memory=4296884 CPUtime=0 cores=1,3
/proc/231295/task/231335/stat : 231335 (Common-Cleaner) S 231287 231295 225610 0 -1 1077936192 2396 0 0 0 0 0 0 0 20 0 20 0 26545493 19566772224 1074221 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
[pid=231295/tid=231369] ppid=231287 vsize=19108176 memory=11588 CPUtime=0 cores=1,3
/proc/231295/task/231369/stat : 231369 (Timer-0) S 231287 231295 225610 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26545541 19566772224 1074221 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
Current children cumulated CPU time: 3425.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4296884 KiB

[startup+3402.3 s]
/proc/loadavg: 4.28 4.24 4.14 5/335 233262
/proc/meminfo: memFree=111593376/131524600 swapFree=131055836/131071996
[pid=231295] ppid=231287 vsize=19108176 memory=4296888 CPUtime=3485.63 cores=1,3
/proc/231295/stat : 231295 (java) S 231287 231295 225610 0 -1 1077936128 620686 0 0 0 348247 316 0 0 20 0 20 0 26545490 19566772224 1074222 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
/proc/231295/statm: 4777044 1074222 5920 1 0 1088443 0
[pid=231295/tid=231298] ppid=231287 vsize=19108176 memory=4296884 CPUtime=3365.89 cores=1,3
/proc/231295/task/231298/stat : 231298 (java) R 231287 231295 225610 0 -1 4194368 184719 0 0 0 336500 89 0 0 20 0 20 0 26545490 19566772224 1074222 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 10 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
[pid=231295/tid=231328] ppid=231287 vsize=19108176 memory=11588 CPUtime=0 cores=1,3
/proc/231295/task/231328/stat : 231328 (Finalizer) S 231287 231295 225610 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26545493 19566772224 1074222 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
[pid=231295/tid=231335] ppid=231287 vsize=19108176 memory=-8670951468143715004 CPUtime=0 cores=1,3
/proc/231295/task/231335/stat : 231335 (Common-Cleaner) S 231287 231295 225610 0 -1 1077936192 2452 0 0 0 0 0 0 0 20 0 20 0 26545493 19566772224 1074222 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
[pid=231295/tid=231369] ppid=231287 vsize=19108176 memory=11588 CPUtime=0 cores=1,3
/proc/231295/task/231369/stat : 231369 (Timer-0) S 231287 231295 225610 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26545541 19566772224 1074222 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
Current children cumulated CPU time: 3485.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4296888 KiB

[startup+3462.3 s]
/proc/loadavg: 4.30 4.24 4.15 5/335 233272
/proc/meminfo: memFree=111592252/131524600 swapFree=131055836/131071996
[pid=231295] ppid=231287 vsize=19108176 memory=4296888 CPUtime=3546.69 cores=1,3
/proc/231295/stat : 231295 (java) S 231287 231295 225610 0 -1 1077936128 634933 0 0 0 354349 320 0 0 20 0 20 0 26545490 19566772224 1074222 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
/proc/231295/statm: 4777044 1074222 5920 1 0 1088443 0
[pid=231295/tid=231298] ppid=231287 vsize=19108176 memory=4296884 CPUtime=3425.35 cores=1,3
/proc/231295/task/231298/stat : 231298 (java) R 231287 231295 225610 0 -1 4194368 188049 0 0 0 342446 89 0 0 20 0 20 0 26545490 19566772224 1074222 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 10 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
[pid=231295/tid=231328] ppid=231287 vsize=19108176 memory=11588 CPUtime=0 cores=1,3
/proc/231295/task/231328/stat : 231328 (Finalizer) S 231287 231295 225610 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26545493 19566772224 1074222 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
[pid=231295/tid=231335] ppid=231287 vsize=19108176 memory=11588 CPUtime=0 cores=1,3
/proc/231295/task/231335/stat : 231335 (Common-Cleaner) S 231287 231295 225610 0 -1 1077936192 2453 0 0 0 0 0 0 0 20 0 20 0 26545493 19566772224 1074222 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
[pid=231295/tid=231369] ppid=231287 vsize=19108176 memory=4296888 CPUtime=0 cores=1,3
/proc/231295/task/231369/stat : 231369 (Timer-0) S 231287 231295 225610 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26545541 19566772224 1074222 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
Current children cumulated CPU time: 3546.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4296888 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3513.9 s]
/proc/loadavg: 4.32 4.25 4.16 5/335 233281
/proc/meminfo: memFree=111591676/131524600 swapFree=131055836/131071996
[pid=231295] ppid=231287 vsize=19108176 memory=4296888 CPUtime=3600.04 cores=1,3
/proc/231295/stat : 231295 (java) S 231287 231295 225610 0 -1 1077936128 636672 0 0 0 359682 322 0 0 20 0 20 0 26545490 19566772224 1074222 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
/proc/231295/statm: 4777044 1074222 5920 1 0 1088443 0
[pid=231295/tid=231298] ppid=231287 vsize=19108176 memory=4296888 CPUtime=3476.03 cores=1,3
/proc/231295/task/231298/stat : 231298 (java) R 231287 231295 225610 0 -1 4194368 189342 0 0 0 347513 90 0 0 20 0 20 0 26545490 19566772224 1074222 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 10 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
[pid=231295/tid=231328] ppid=231287 vsize=19108176 memory=12928 CPUtime=0 cores=1,3
/proc/231295/task/231328/stat : 231328 (Finalizer) S 231287 231295 225610 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26545493 19566772224 1074222 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
[pid=231295/tid=231335] ppid=231287 vsize=19108176 memory=4296888 CPUtime=0 cores=1,3
/proc/231295/task/231335/stat : 231335 (Common-Cleaner) S 231287 231295 225610 0 -1 1077936192 2476 0 0 0 0 0 0 0 20 0 20 0 26545493 19566772224 1074222 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
[pid=231295/tid=231369] ppid=231287 vsize=19108176 memory=11588 CPUtime=0 cores=1,3
/proc/231295/task/231369/stat : 231369 (Timer-0) S 231287 231295 225610 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26545541 19566772224 1074222 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4296888 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.98 s, system=3.24501 s

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

[startup+3513.9 s]
/proc/loadavg: 4.32 4.25 4.16 5/335 233281
/proc/meminfo: memFree=111591676/131524600 swapFree=131055836/131071996
[pid=231295] ppid=231287 vsize=19108176 memory=4296888 CPUtime=3600.04 cores=1,3
/proc/231295/stat : 231295 (java) S 231287 231295 225610 0 -1 1077936128 636672 0 0 0 359682 322 0 0 20 0 20 0 26545490 19566772224 1074222 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
/proc/231295/statm: 4777044 1074222 5920 1 0 1088443 0
[pid=231295/tid=231298] ppid=231287 vsize=19108176 memory=4296888 CPUtime=3476.03 cores=1,3
/proc/231295/task/231298/stat : 231298 (java) R 231287 231295 225610 0 -1 4194368 189342 0 0 0 347513 90 0 0 20 0 20 0 26545490 19566772224 1074222 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 10 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
[pid=231295/tid=231328] ppid=231287 vsize=19108176 memory=12928 CPUtime=0 cores=1,3
/proc/231295/task/231328/stat : 231328 (Finalizer) S 231287 231295 225610 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26545493 19566772224 1074222 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
[pid=231295/tid=231335] ppid=231287 vsize=19108176 memory=4296888 CPUtime=0 cores=1,3
/proc/231295/task/231335/stat : 231335 (Common-Cleaner) S 231287 231295 225610 0 -1 1077936192 2476 0 0 0 0 0 0 0 20 0 20 0 26545493 19566772224 1074222 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
[pid=231295/tid=231369] ppid=231287 vsize=19108176 memory=11588 CPUtime=0 cores=1,3
/proc/231295/task/231369/stat : 231369 (Timer-0) S 231287 231295 225610 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26545541 19566772224 1074222 134679101440 94429068025856 94429068029552 140727287947904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94429068037368 94429068038160 94429082353664 140727287956469 140727287956577 140727287956577 140727287963592 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4296888 KiB

Child status: 143

Real time (s): 3514.01
CPU time (s): 3600.23
CPU user time (s): 3596.98
CPU system time (s): 3.24501
CPU usage (%): 102.454
Max. virtual memory (cumulated for all children) (KiB): 19113844
Max. memory (cumulated for all children) (KiB): 4296888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.98
system time used= 3.24501
maximum resident set size= 4298376
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 639172
page faults= 0
swaps= 0
block input operations= 32
block output operations= 3744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 129225
involuntary context switches= 17693


# summary of solver processes directly reported to runsolver:
#   pid: 231295
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3596.98
#   total CPU system time (s): 3.24501

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.79079 second user time and 18.9837 second system time

The end

Launcher Data

Begin job on nodeC033 at 2024-07-25 11:35:58
IDJOB=4459345
IDBENCH=178773
IDSOLVER=3052
FILE ID=nodeC033/4459345-1721900158
RUNJOBID= nodeC033-1721900158-231232
SLURM_JOB_ID= 8089342
Free space on /tmp= 890072 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/MIPLIB01/opt/miplib2010/normalized-neos-1109824.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459345-1721900158/watcher-4459345-1721900158 -o /tmp/evaluation-result-4459345-1721900158/solver-4459345-1721900158 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1721900158-231232 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4459345-1721900158.opb

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

MD5SUM BENCH= ca6d41f9aded18c9e4512660dff57e08
RANDOM SEED=954240477

nodeC033.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		: 3613.084
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	: 6999.99
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		: 3654.051
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.76
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		: 3601.202
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	: 6999.99
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		: 3667.531
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.76
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		: 3600.078
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	: 6999.99
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		: 3600.455
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.76
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		: 3606.654
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	: 6999.99
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		: 3662.969
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        125896512 kB
MemAvailable:   129683040 kB
Buffers:          312260 kB
Cached:          4272356 kB
SwapCached:          300 kB
Active:          2524816 kB
Inactive:        2443376 kB
Active(anon):       2128 kB
Inactive(anon):   434548 kB
Active(file):    2522688 kB
Inactive(file):  2008828 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131055836 kB
Dirty:             12868 kB
Writeback:             0 kB
AnonPages:        383872 kB
Mapped:           120044 kB
Shmem:             53064 kB
KReclaimable:     189672 kB
Slab:             305792 kB
SReclaimable:     189672 kB
SUnreclaim:       116120 kB
KernelStack:        4052 kB
PageTables:         9492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    2881404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            16704 kB
HardwareCorrupted:     0 kB
AnonHugePages:    235520 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:      391892 kB
DirectMap2M:    39227392 kB
DirectMap1G:    96468992 kB

Free space on /tmp at the end= 890064 MiB
End job on nodeC033 at 2024-07-25 12:34:32