Trace number 4443311

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 NameAnswerCPU timeWall clock time
Sat4j Cutting Planes 2024 2024-07-12? (TO) 3600.18 3592

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/prestwich/armies/normalized-army13.24ls.opb
MD5SUM1f94bd3a314413948630d2f259d38fd6
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.01341
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables490
Total number of constraints737
Number of constraints which are clauses397
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints338
Minimum length of a constraint2
Maximum length of a constraint169
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 24
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 193
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.09	c Free memory 		2106806208
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.16	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	 - never skip resolution steps
0.13/0.16	 - Auto-division on coefficients is disabled
0.13/0.16	 - No postprocessing
0.13/0.16	 - Conflict is considered as is when resolving
0.13/0.16	 - Use constraints as they come during conflict analysis
0.13/0.16	 - Weaken first using unassigned literals
0.13/0.16	 - Bump strategy: ALWAYS_ONE
0.13/0.16	 - Bumper: EFFECTIVE
0.13/0.16	--- Begin Solver configuration ---
0.13/0.16	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.16	Learn all clauses as in MiniSAT
0.13/0.16	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	No reason simplification
0.13/0.16	Dynamic restart strategy considering the size of the coefficients
0.13/0.16	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.16	timeout=2147483s
0.13/0.16	DB Simplification allowed=false
0.13/0.16	Listener: none
0.13/0.16	--- End Solver configuration ---
0.13/0.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	c  - never skip resolution steps
0.13/0.16	c  - Auto-division on coefficients is disabled
0.13/0.16	c  - No postprocessing
0.13/0.16	c  - Conflict is considered as is when resolving
0.13/0.16	c  - Use constraints as they come during conflict analysis
0.13/0.16	c  - Weaken first using unassigned literals
0.13/0.16	c  - Bump strategy: ALWAYS_ONE
0.13/0.16	c  - Bumper: EFFECTIVE
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	c No reason simplification
0.13/0.16	c Dynamic restart strategy considering the size of the coefficients
0.13/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4443311-1721310150.opb
0.13/0.16	c reading problem ... 
0.13/0.16	c  no objective function found
0.32/0.23	c ... done. Wall clock time 0.071s.
0.32/0.23	c declared #vars     490
0.32/0.23	c #constraints  737
0.32/0.23	c constraints type 
0.32/0.23	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 253
0.32/0.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.32/0.23	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 338
0.32/0.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 144
0.32/0.23	c 737 constraints processed.
20.58/18.36	c cleaning 2500 clauses out of 5000 with flag 0/5000
68.16/65.67	c cleaning 4250 clauses out of 8500 with flag 0/11000
168.66/165.66	c cleaning 5622 clauses out of 11251 with flag 0/18001
302.52/298.59	c cleaning 6810 clauses out of 13628 with flag 0/26000
509.64/505.14	c cleaning 7909 clauses out of 15818 with flag 0/35000
752.80/747.48	c cleaning 8942 clauses out of 17916 with flag 0/45007
1066.15/1060.74	c cleaning 9961 clauses out of 19970 with flag 0/56003
1447.80/1440.90	c cleaning 10991 clauses out of 22006 with flag 0/68000
2012.25/2004.98	c cleaning 12006 clauses out of 24015 with flag 0/81000
2707.77/2700.96	c cleaning 12979 clauses out of 26009 with flag 0/95000
3357.51/3348.78	c cleaning 14002 clauses out of 28031 with flag 0/110001
3600.02/3591.92	c starts		: 30
3600.02/3591.92	c conflicts		: 115727
3600.02/3591.92	c decisions		: 188400
3600.02/3591.92	c propagations		: 4081492
3600.02/3591.92	c inspects		: 1982561104
3600.02/3591.92	c shortcuts		: 0
3600.02/3591.93	c learnt literals	: 0
3600.02/3591.93	c learnt binary clauses	: 0
3600.02/3591.93	c learnt ternary clauses	: 0
3600.02/3591.93	c learnt constraints	: 115727
3600.02/3591.93	c ignored constraints	: 0
3600.02/3591.93	c root simplifications	: 0
3600.02/3591.93	c removed literals (reason simplification)	: 0
3600.02/3591.93	c reason swapping (by a shorter reason)	: 0
3600.02/3591.93	c Calls to reduceDB	: 11
3600.02/3591.93	c Number of update (reduction) of LBD	: 104620
3600.02/3591.93	c Imported unit clauses	: 0
3600.02/3591.93	c No decision after first conflict	: false
3600.02/3591.93	c number of reductions to clauses (during analyze)	: 0
3600.02/3591.93	c number of learned constraints concerned by reduction	: 0
3600.02/3591.93	c number of learning phase by resolution	: 0
3600.02/3591.93	c number of learning phase by cutting planes	: 0
3600.02/3591.93	c number of rounding to 1 operations	: 0
3600.02/3591.93	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3591.93	c number of reductions of the coefficients by power 2 	: 0
3600.02/3591.93	c number of right shift for reduction by power 2 	: 0
3600.02/3591.93	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3591.93	c number of ending skipping 	: 0
3600.02/3591.93	c number of internal skipping 	: 0
3600.02/3591.93	c number of derivation steps 	: 3133058
3600.02/3591.93	c number of skipped derivation steps 	: 0
3600.02/3591.93	c number of remaining unassigned 	: 5327435
3600.02/3591.93	c number of remaining assigned 	: 261417740
3600.02/3591.93	c number of falsified literals weakened from reason	: 0
3600.02/3591.93	c number of falsified literals weakened from conflict	: 0
3600.02/3591.93	c time for arithmetic operations	: 85593746234
3600.02/3591.93	c minimum degree of deleted constraints	: 3
3600.02/3591.95	c maximum degree of deleted constraints	: 1866437710963064571277592614653651486410734441845143032806620839091324563420985634552508025932533392707482414993706818070472958009456346569061145316751903239187518503200631994561063069555711107347146385847771808111220283149417119700228358108219131055491984156844442465073493935969692031679280228419806964339936967798920211765619346644592946663158609432232743280398408930812771273085406651145620323901345730668198419572831444208644940046404220894273289353824568060395615014982000322884678418830153066871124037744163542616110884881246146279728938389320713089528383504023448761994191547235487653106513757990017134000294282185812485562154777884643258099168655273714976278063882252761754849632039736717488019638832406911924212010905997815470424766616140110454253546408651429898237516607016365748711952111050056848483184373360615428217657324897853244387986480566588850643295657923093317983130066500257881499501386994834990636362817871839303006498943382929526937957801080879113150125340862494276416197165529409905980247302218278193570910232582746113826473546840506413217377402383731851727944307482722499747347578147745442788488908899887041828132077048275787408299827946315804248172572187776026257007885262428865524929575887532468408849952033363314146085698789544616132187202952310126457837602732328597260336364210543806341068134348660065323236115149610765026338105618730308884176656869966242740487400316563989908616896290938334768504571825674588052061682793956275074736323406279498010122982026973712269058870476990880896587691897408071006994277351545457908048928995798457473205412207439756128121729350634763554515965551711591028580988040278066390058384872025339721391795991184504421258453347086547494675328264442475365657761407921566522696292031824447369162433186784192720830038177682800837454788319738226031350231106573403386094643355501738263138952295594959091208580796891867148718652661130823653528771096718810037898774403171546407076899392361069774752763611467508317256601410923535042416946036680296376468987860799327072065289082458509663017867091118481636718593313498148029852408530804188106534531776598803541358814403219671834242729706667606850876893166466931890824963392456815480730866004229780178892038317039872824029335439436843994456991713502781907151212988671659188466924283231120064020480545768632020890316341893375604732376030685868367348046022427554087246552700943924512310237596992030141090481773102738426211182467299187976906186401158675398784534397285326630251617294568118573760943353674845283794869372162354978473093661028995486523665442959446300626127650495101600993124841690378939019397510043797003609345348862608397895074761486756355371741424142898410578675588015308275804566885513721728245272404688573956167817287684731379561918488651833068992674647481619863194213921916083725731115607851474349417472360899637201939405232381455149813654183906317950520359779052098611876442401590076059766469677427043838304998951861954956308534641138162136797902327079624888179559064208873580398466797513876333943587273555115241172775512356757450372704492957156620848965784980096239098497557683372562919522391129325050022022020725092596902734552991851860439851449029040810249035709402425033768931794994103424286358195311480769602582920973964470199604753506579198605088541523174417239348913776136514534897731262536832914900917585600243077215751243556478971583282687354190645475954881848195264860640059776395829690956619482081985972748226927121174052079457684473556912105319425197761240946540314158042852486540381547822862872638805474183883940319639126859414302890216963475289898029101044858468270629911845673243400227768203030861717823254071001979714908833676608164576007714864481205019602247957839488465529306960813328366963385502552532569972863523807810960506570584082765004321678889231190982014529969822557602684096207511413259576632128051417034160609281133835205589961330224858034936781188963305051760631082831258936180005230443957809925614288373025475075424932496163718504110140049413785740660403281238255254451014249881286473879939799854407657640378704031981888721596020902910699914223703379210555893022804663608929233981843935614130118486789990144842455950511578220213030534681392040981908391671656277330128711736722730883365483599231558540056274258010903348369015498744928919460843007840820344364241389801810536058132080348003352593554518733453288027507093177240990073996851048690820820021805902413582666128416426402626662735779345448079401782029584454303375958754651042825578511709966147151909264710907211839805013953086586455371163846912414872877569590873163247060746287427473098931336733773996302125502763595170174160727926824198165076555907144616706590331342740669728951362055800777136042745929879866801070596188679508991998824535867012310099423600624682817659319984826544160500687125285576168755671936393701302037629937411050351594942874852304736796242917358600856010875871861810219568336264727916860729855420350621172621842433319579805989683003723148797039499718367819881792667456420961220276819347435926580266073920119780276237451632213236854888212050174848620927035151575637331568782551934808536319323464566586117859513702927490736978279897148217740328211477781132398886718554642838786965746591469874283934781231106290342584406666088159428063092973262048473288430647145996130102752958573839715407243941135120824364601704993406319885791629831826131525952577027849296479433560935125626007129151820160888816154167110817102723694488473330257104433520543091808154336757864669812240603727220579001442941146754707440660149406780892007303913579397994850823143491914532416643916936839030672354258474305827355425385866866997770788132734033360405976284053791705495302565746444168967560825648473550488426630067544293195544263367195607715913681215602822607467279642598728389456061977925128994009972857764101549509634604076646702904479863589555002314620545847640612147100349627554524621348012753879659250221531357929577050236258358383668512220531471897468275242068407203734339651276106929148789143047122981603013720122069787705997130827357795958701560283140632410886361848633593622084859137086131865116113736594186293117364755639936843231990452856339738433046140188973129071891708865614417025246774545422104219818270094408081470281094424291824023679672689579066460669903038222806714671657274142178808682736423649249573577874151057714499605202943761969375740213331455612904115971763211439391098813541592793021250436285433484702152978876305057049235202355545583292760379188509186539396250771090589384055116117660487878734142358447183895582211882791161440636481528653363208549625209526127911363524429878225214110077504970202018016727972440860627597992092963467813614610837712559216280312763485826727680770062611197057108991689377810591388702379593497883118051214074726032410964986327212170931650310158572453869304149395619770524478285098122205528061639574146694913950448358357623616944570307953344139887599434550240492148734893942064927182530810229392750734190467119549779106286286925388940526085000913043530554316088280055718842445697747166418905453299284439120566426235158130845475737563962547017482889369693025991548971748238673911062280935601768947705385174821621048033543810330352323187464146387787025124223456736261829270561992884518113788008640903208720811075355607220894507267496942901925517950216070991635581882133109772241427192063993966363855661537231726497313017527313139658381114936536715652089686940174162236837282364433208443787595809546737856210467972513736054415743306902305694642152436793852707249528819764919864084577111862053469184317953720358069349944804313725448838930814342740320231985960987282802289225687718637497026107756517133835393814619404263553715160926506519164071588635195827337294911388377826003455332317888630845266644276910411921626394085765293975873029729836825956470692471250880009180629354861042977741959348260366728066803425296410314597363354999615891869962716175611631574106408735342981490753817627824103521768181238283709129673161352933514684991564481042688273547499605791931626157226144521060781048754211811379890793813868304790925995242412130134896909807112142892512369853888005175120179659989013621505546959813498613532720458601204547674548901537833206172197766099757819992551756477595911678588308592904599245402121964076947638479901922712943909770283043091530355991723262990022961683512738534973560073525017061141874261877090046500693083339731743023628431109389384697789647238627388861127389907513235548594140181132453884464475576064871440338821939110468855717234034973114798378779774113409784967209493909033353259109896452320139878762425230768775064421289928512528959893423589588744299484851764210159576933189573200265249138789461081584706057664700871761037972082579650159000538091574918735875437728772431196322351355294001052702771154993853041291673335403947437469477257410699629578148049634924373844911157010986591422876235465696490494104422269950803723565889063451934648245802276452050077516652656408019216452527933162780016077600117837872246373933474201959341095934893557836837683536604205633656095478108946840991684523203612287484031296500365012761865312838710612608971077974161702471960352937117372735166570176134164978626790626299060073099709149332064341363135907905362843476539430320639147406220384761892713654642802824329191006362802657234283376288548201620031201874146870732399967100162854193870701991050752530357369624358754554146687584999541580914900972261128921212700654702410638371359134083344904683225934165691759858859876455196659049932134384432034919915566581181656065939601444206735624202591275154250790253394068969545662173586492337677141304717717861986647841425061881413594779810025808267209243813546358119336507454448135803981425192422219867191551967397782246866669216023315780278238584223898354540548823971587783698646824096266379737037155673881475346113358438748338434009860204976768078561464333164627056777809526110954747487227613222697267095107525253943091588975308899633392054751183178052267296108399681501421755652162575185459035580157707629930366542380487940800477328590447133774492076848210582110331256281672085255504943194123393134148756579945238427594584500524861945107339395306753241224879839156073318909974851293862868110408207528460733973474933235084774575587056402547498013293097948275810236158477539947907430200085538829088404683252448761592191136439446720390641006259805355883857658479513253281274848707667393175030635140190520703071485459735860602525672685001264009087990746691789120152683565627501730499037518218026787057224071197241284957152156795124619215524315366217599374217107071774173348953694893572167373549758493285309556279377506432095704586496037475334940410731866954567341089157244489548607409934775201003684476792956460373306691569225612571649240213455810132856372245825431149731109622835721112304617437688102596121980522978842610158357486944125616475790087369430296603031553855871912161408039574455514003574933997148327140687966469633923475888876423579192461957107051376550762545346082222286587254710647743930621529129035164724091626199682281305703655143301488013103228732457606992085359570167743205176869384197589905902352509912867616073286946602132977875818824260276958163505735268432071454182897954014459414642707757350200147596219759997053117264757751940985668731139589379465300536851404044270230773690013770667190148381309908845692809019936033456443297245536569124500689238168738051915157926165940652105565624737419843341121979004316602466094108889741976412104502585731343754129347103871944118911496398451749650090062008225408323696966894021809274251511363527248995634797601595838591627170473263542905976340295945279021023938490672893000262532133652816454376159180334205730316311503881573254187404430827745820815527637042697876194886157090905219884859500710908090375154312500807985215861802116626209522836285813346943416906501975341170580534900813580931780784978127585786926889892747057803989152469801944686512950196142860216186962911250
3600.02/3591.95	c number of deleted constraints	: 95972
3600.02/3591.95	c speed (assignments/second)	: 1136.3661294763808
3600.02/3591.95	c non guided choices	: 56
3600.02/3591.95	c timeout
3600.02/3591.98	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 19755
3600.02/3591.98	s UNKNOWN
3600.02/3591.98	c Total wall clock time (in seconds): 3591.819

Verifier Data

ERROR: no interpretation found !

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: 63931 MiB (58108 MiB free)
  memory of node 1: 64510 MiB (61365 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4443311-1721310150/watcher-4443311-1721310150 -o /tmp/evaluation-result-4443311-1721310150/solver-4443311-1721310150 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721306301-984932 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4443311-1721310150.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=987677, runsolver pid=987674
Current StackSize limit: 8192 KiB


[startup+0.102385 s]*
/proc/loadavg: 4.14 4.19 4.18 7/332 987695
/proc/meminfo: memFree=122299780/131524600 swapFree=131071996/131071996
[pid=987677] ppid=987674 vsize=18975048 memory=62572 CPUtime=0.13 cores=1,3
/proc/987677/stat : 987677 (java) S 987674 987677 984920 0 -1 1077936128 7199 0 0 0 11 2 0 0 20 0 18 0 183176881 19430449152 15643 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
/proc/987677/statm: 4743762 15643 5567 1 0 549318 0
[pid=987677/tid=987679] ppid=987674 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/987677/task/987679/stat : 987679 (java) R 987674 987677 984920 0 -1 4194368 5737 0 0 0 7 1 0 0 20 0 18 0 183176881 19430449152 15643 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
[pid=987677/tid=987688] ppid=987674 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/987677/task/987688/stat : 987688 (Finalizer) S 987674 987677 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183176884 19430449152 15643 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
[pid=987677/tid=987695] ppid=987674 vsize=18975048 memory=15824395507619580 CPUtime=0 cores=1,3
/proc/987677/task/987695/stat : 987695 (Common-Cleaner) S 987674 987677 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 183176884 19430449152 15643 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62572 KiB

[startup+0.206029 s]*
/proc/loadavg: 4.14 4.19 4.18 7/332 987695
/proc/meminfo: memFree=122291228/131524600 swapFree=131071996/131071996
[pid=987677] ppid=987674 vsize=18975048 memory=72204 CPUtime=0.32 cores=1,3
/proc/987677/stat : 987677 (java) S 987674 987677 984920 0 -1 1077936128 7765 0 0 0 29 3 0 0 20 0 18 0 183176881 19430449152 18051 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
/proc/987677/statm: 4743762 18051 5878 1 0 549699 0
[pid=987677/tid=987679] ppid=987674 vsize=18975048 memory=4782652875487838339 CPUtime=0.17 cores=1,3
/proc/987677/task/987679/stat : 987679 (java) R 987674 987677 984920 0 -1 4194368 6043 0 0 0 15 2 0 0 20 0 18 0 183176881 19430449152 18051 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
[pid=987677/tid=987688] ppid=987674 vsize=18975048 memory=15975 CPUtime=0 cores=1,3
/proc/987677/task/987688/stat : 987688 (Finalizer) S 987674 987677 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183176884 19430449152 18051 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
[pid=987677/tid=987695] ppid=987674 vsize=18975048 memory=14698495600756458 CPUtime=0 cores=1,3
/proc/987677/task/987695/stat : 987695 (Common-Cleaner) S 987674 987677 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 183176884 19430449152 18051 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 72204 KiB

[startup+0.306379 s]*
/proc/loadavg: 4.14 4.19 4.18 7/333 987696
/proc/meminfo: memFree=122281328/131524600 swapFree=131071996/131071996
[pid=987677] ppid=987674 vsize=19041612 memory=81240 CPUtime=0.51 cores=1,3
/proc/987677/stat : 987677 (java) S 987674 987677 984920 0 -1 1077936128 8206 0 0 0 48 3 0 0 20 0 19 0 183176881 19498610688 20310 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
/proc/987677/statm: 4760403 20310 5878 1 0 550215 0
[pid=987677/tid=987679] ppid=987674 vsize=19041612 memory=-8887401301333549756 CPUtime=0.26 cores=1,3
/proc/987677/task/987679/stat : 987679 (java) R 987674 987677 984920 0 -1 4194368 6120 0 0 0 24 2 0 0 20 0 19 0 183176881 19498610688 20310 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
[pid=987677/tid=987688] ppid=987674 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/987677/task/987688/stat : 987688 (Finalizer) S 987674 987677 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 183176884 19498610688 20310 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
[pid=987677/tid=987695] ppid=987674 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/987677/task/987695/stat : 987695 (Common-Cleaner) S 987674 987677 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 183176884 19498610688 20310 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
[pid=987677/tid=987696] ppid=987674 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/987677/task/987696/stat : 987696 (Timer-0) S 987674 987677 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 183176905 19498610688 20310 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 81240 KiB

[startup+0.700382 s]
/proc/loadavg: 4.14 4.19 4.18 6/333 987696
/proc/meminfo: memFree=122239312/131524600 swapFree=131071996/131071996
[pid=987677] ppid=987674 vsize=19108176 memory=171880 CPUtime=1.26 cores=1,3
/proc/987677/stat : 987677 (java) S 987674 987677 984920 0 -1 1077936128 12949 0 0 0 121 5 0 0 20 0 20 0 183176881 19566772224 42970 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
/proc/987677/statm: 4777044 42970 5894 1 0 552867 0
[pid=987677/tid=987679] ppid=987674 vsize=19108176 memory=13196 CPUtime=0.6 cores=1,3
/proc/987677/task/987679/stat : 987679 (java) R 987674 987677 984920 0 -1 4194368 6165 0 0 0 57 3 0 0 20 0 20 0 183176881 19566772224 42970 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
[pid=987677/tid=987688] ppid=987674 vsize=19108176 memory=13196 CPUtime=0 cores=1,3
/proc/987677/task/987688/stat : 987688 (Finalizer) S 987674 987677 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183176884 19566772224 42970 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
[pid=987677/tid=987695] ppid=987674 vsize=19108176 memory=117636 CPUtime=0 cores=1,3
/proc/987677/task/987695/stat : 987695 (Common-Cleaner) S 987674 987677 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183176884 19566772224 42970 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
[pid=987677/tid=987696] ppid=987674 vsize=19108176 memory=2028 CPUtime=0 cores=1,3
/proc/987677/task/987696/stat : 987696 (Timer-0) S 987674 987677 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183176905 19566772224 42970 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 171880 KiB

[startup+1.50138 s]
/proc/loadavg: 4.14 4.19 4.18 7/334 987697
/proc/meminfo: memFree=122174488/131524600 swapFree=131071996/131071996
[pid=987677] ppid=987674 vsize=19108176 memory=238592 CPUtime=2.84 cores=1,3
/proc/987677/stat : 987677 (java) S 987674 987677 984920 0 -1 1077936128 21669 0 0 0 276 8 0 0 20 0 20 0 183176881 19566772224 59648 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
/proc/987677/statm: 4777044 59648 5910 1 0 557012 0
[pid=987677/tid=987679] ppid=987674 vsize=19108176 memory=13196 CPUtime=1.36 cores=1,3
/proc/987677/task/987679/stat : 987679 (java) R 987674 987677 984920 0 -1 4194368 6436 0 0 0 132 4 0 0 20 0 20 0 183176881 19566772224 59648 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
[pid=987677/tid=987688] ppid=987674 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/987677/task/987688/stat : 987688 (Finalizer) S 987674 987677 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183176884 19566772224 59648 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
[pid=987677/tid=987695] ppid=987674 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/987677/task/987695/stat : 987695 (Common-Cleaner) S 987674 987677 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183176884 19566772224 59648 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
[pid=987677/tid=987696] ppid=987674 vsize=19108176 memory=65 CPUtime=0 cores=1,3
/proc/987677/task/987696/stat : 987696 (Timer-0) S 987674 987677 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183176905 19566772224 59648 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 238592 KiB

[startup+3.10638 s]
/proc/loadavg: 4.13 4.19 4.18 5/334 987697
/proc/meminfo: memFree=121464236/131524600 swapFree=131071996/131071996
[pid=987677] ppid=987674 vsize=19108176 memory=936168 CPUtime=4.85 cores=1,3
/proc/987677/stat : 987677 (java) S 987674 987677 984920 0 -1 1077936128 24331 0 0 0 463 22 0 0 20 0 20 0 183176881 19566772224 234042 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
/proc/987677/statm: 4777044 234042 5910 1 0 663526 0
[pid=987677/tid=987679] ppid=987674 vsize=19108176 memory=0 CPUtime=2.92 cores=1,3
/proc/987677/task/987679/stat : 987679 (java) R 987674 987677 984920 0 -1 4194368 7347 0 0 0 274 18 0 0 20 0 20 0 183176881 19566772224 234042 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
[pid=987677/tid=987688] ppid=987674 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/987677/task/987688/stat : 987688 (Finalizer) S 987674 987677 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183176884 19566772224 234042 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
[pid=987677/tid=987695] ppid=987674 vsize=19108176 memory=271464 CPUtime=0 cores=1,3
/proc/987677/task/987695/stat : 987695 (Common-Cleaner) S 987674 987677 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183176884 19566772224 234042 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
[pid=987677/tid=987696] ppid=987674 vsize=19108176 memory=13196 CPUtime=0 cores=1,3
/proc/987677/task/987696/stat : 987696 (Timer-0) S 987674 987677 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183176905 19566772224 234042 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
Current children cumulated CPU time: 4.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 936168 KiB

[startup+6.3004 s]
/proc/loadavg: 4.13 4.19 4.18 5/334 987697
/proc/meminfo: memFree=121305800/131524600 swapFree=131071996/131071996
[pid=987677] ppid=987674 vsize=19108176 memory=1038828 CPUtime=8.34 cores=1,3
/proc/987677/stat : 987677 (java) S 987674 987677 984920 0 -1 1077936128 25664 0 0 0 808 26 0 0 20 0 20 0 183176881 19566772224 259707 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
/proc/987677/statm: 4777044 259707 5910 1 0 663537 0
[pid=987677/tid=987679] ppid=987674 vsize=19108176 memory=13196 CPUtime=6.01 cores=1,3
/proc/987677/task/987679/stat : 987679 (java) R 987674 987677 984920 0 -1 4194368 7451 0 0 0 581 20 0 0 20 0 20 0 183176881 19566772224 259707 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
[pid=987677/tid=987688] ppid=987674 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/987677/task/987688/stat : 987688 (Finalizer) S 987674 987677 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183176884 19566772224 259707 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
[pid=987677/tid=987695] ppid=987674 vsize=19108176 memory=6298117435965921620 CPUtime=0 cores=1,3
/proc/987677/task/987695/stat : 987695 (Common-Cleaner) S 987674 987677 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183176884 19566772224 259707 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
[pid=987677/tid=987696] ppid=987674 vsize=19108176 memory=5472 CPUtime=0 cores=1,3
/proc/987677/task/987696/stat : 987696 (Timer-0) S 987674 987677 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183176905 19566772224 259707 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
Current children cumulated CPU time: 8.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1038828 KiB

[startup+12.7004 s]
/proc/loadavg: 4.12 4.19 4.18 5/334 987699
/proc/meminfo: memFree=121005756/131524600 swapFree=131071996/131071996
[pid=987677] ppid=987674 vsize=19108176 memory=1544776 CPUtime=14.94 cores=1,3
/proc/987677/stat : 987677 (java) S 987674 987677 984920 0 -1 1077936128 26652 0 0 0 1457 37 0 0 20 0 20 0 183176881 19566772224 386194 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
/proc/987677/statm: 4777044 386194 5910 1 0 663541 0
[pid=987677/tid=987679] ppid=987674 vsize=19108176 memory=0 CPUtime=12.25 cores=1,3
/proc/987677/task/987679/stat : 987679 (java) R 987674 987677 984920 0 -1 4194368 8134 0 0 0 1197 28 0 0 20 0 20 0 183176881 19566772224 386194 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
[pid=987677/tid=987688] ppid=987674 vsize=19108176 memory=1243720 CPUtime=0 cores=1,3
/proc/987677/task/987688/stat : 987688 (Finalizer) S 987674 987677 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183176884 19566772224 386194 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
[pid=987677/tid=987695] ppid=987674 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/987677/task/987695/stat : 987695 (Common-Cleaner) S 987674 987677 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183176884 19566772224 386194 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
[pid=987677/tid=987696] ppid=987674 vsize=19108176 memory=16192 CPUtime=0 cores=1,3
/proc/987677/task/987696/stat : 987696 (Timer-0) S 987674 987677 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183176905 19566772224 386194 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
Current children cumulated CPU time: 14.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1544776 KiB

[startup+25.5004 s]
/proc/loadavg: 4.31 4.23 4.19 5/334 987700
/proc/meminfo: memFree=120652408/131524600 swapFree=131071996/131071996
[pid=987677] ppid=987674 vsize=19108176 memory=1635484 CPUtime=27.82 cores=1,3
/proc/987677/stat : 987677 (java) S 987674 987677 984920 0 -1 1077936128 33598 0 0 0 2742 40 0 0 20 0 20 0 183176881 19566772224 408871 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
/proc/987677/statm: 4777044 408871 5910 1 0 663590 0
[pid=987677/tid=987679] ppid=987674 vsize=19108176 memory=1243720 CPUtime=24.73 cores=1,3
/proc/987677/task/987679/stat : 987679 (java) R 987674 987677 984920 0 -1 4194368 10938 0 0 0 2445 28 0 0 20 0 20 0 183176881 19566772224 408871 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
[pid=987677/tid=987688] ppid=987674 vsize=19108176 memory=16192 CPUtime=0 cores=1,3
/proc/987677/task/987688/stat : 987688 (Finalizer) S 987674 987677 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183176884 19566772224 408871 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
[pid=987677/tid=987695] ppid=987674 vsize=19108176 memory=1633240 CPUtime=0 cores=1,3
/proc/987677/task/987695/stat : 987695 (Common-Cleaner) S 987674 987677 984920 0 -1 1077936192 41 0 0 0 0 0 0 0 20 0 20 0 183176884 19566772224 408871 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
[pid=987677/tid=987696] ppid=987674 vsize=19108176 memory=11544 CPUtime=0 cores=1,3
/proc/987677/task/987696/stat : 987696 (Timer-0) S 987674 987677 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183176905 19566772224 408871 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
Current children cumulated CPU time: 27.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1635484 KiB

[startup+51.1064 s]
/proc/loadavg: 4.20 4.21 4.18 5/334 987705
/proc/meminfo: memFree=120526656/131524600 swapFree=131071996/131071996
[pid=987677] ppid=987674 vsize=19108176 memory=1674600 CPUtime=53.62 cores=1,3
/proc/987677/stat : 987677 (java) S 987674 987677 984920 0 -1 1077936128 42054 0 0 0 5319 43 0 0 20 0 20 0 183176881 19566772224 418650 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
/proc/987677/statm: 4777044 418650 5910 1 0 663590 0
[pid=987677/tid=987679] ppid=987674 vsize=19108176 memory=1664264 CPUtime=49.75 cores=1,3
/proc/987677/task/987679/stat : 987679 (java) R 987674 987677 984920 0 -1 4194368 13977 0 0 0 4946 29 0 0 20 0 20 0 183176881 19566772224 418650 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0

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

/proc/meminfo: memFree=117498588/131524600 swapFree=131071996/131071996
[pid=987677] ppid=987674 vsize=19108176 memory=2623484 CPUtime=3290.4 cores=1,3
/proc/987677/stat : 987677 (java) S 987674 987677 984920 0 -1 1077936128 295013 0 0 0 328795 245 0 0 20 0 20 0 183176881 19566772224 655871 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
/proc/987677/statm: 4777044 655871 5922 1 0 668552 0
[pid=987677/tid=987679] ppid=987674 vsize=19108176 memory=2623480 CPUtime=3236.02 cores=1,3
/proc/987677/task/987679/stat : 987679 (java) R 987674 987677 984920 0 -1 4194368 122476 0 0 0 323550 52 0 0 20 0 20 0 183176881 19566772224 655871 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 12 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
[pid=987677/tid=987688] ppid=987674 vsize=19108176 memory=2623484 CPUtime=0 cores=1,3
/proc/987677/task/987688/stat : 987688 (Finalizer) S 987674 987677 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183176884 19566772224 655871 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
[pid=987677/tid=987695] ppid=987674 vsize=19108176 memory=2623484 CPUtime=0 cores=1,3
/proc/987677/task/987695/stat : 987695 (Common-Cleaner) S 987674 987677 984920 0 -1 1077936192 3557 0 0 0 0 0 0 0 20 0 20 0 183176884 19566772224 655871 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
[pid=987677/tid=987696] ppid=987674 vsize=19108176 memory=2623484 CPUtime=0 cores=1,3
/proc/987677/task/987696/stat : 987696 (Timer-0) S 987674 987677 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183176905 19566772224 655871 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
Current children cumulated CPU time: 3290.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2623484 KiB

[startup+3342.3 s]
/proc/loadavg: 4.26 4.21 4.19 5/330 989681
/proc/meminfo: memFree=117496928/131524600 swapFree=131071996/131071996
[pid=987677] ppid=987674 vsize=19108176 memory=2624608 CPUtime=3351.13 cores=1,3
/proc/987677/stat : 987677 (java) S 987674 987677 984920 0 -1 1077936128 305522 0 0 0 334863 250 0 0 20 0 20 0 183176881 19566772224 656152 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
/proc/987677/statm: 4777044 656152 5922 1 0 668561 0
[pid=987677/tid=987679] ppid=987674 vsize=19108176 memory=2623480 CPUtime=3295.13 cores=1,3
/proc/987677/task/987679/stat : 987679 (java) R 987674 987677 984920 0 -1 4194368 124725 0 0 0 329461 52 0 0 20 0 20 0 183176881 19566772224 656152 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 12 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
[pid=987677/tid=987688] ppid=987674 vsize=19108176 memory=19440 CPUtime=0 cores=1,3
/proc/987677/task/987688/stat : 987688 (Finalizer) S 987674 987677 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183176884 19566772224 656152 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
[pid=987677/tid=987695] ppid=987674 vsize=19108176 memory=2624580 CPUtime=0 cores=1,3
/proc/987677/task/987695/stat : 987695 (Common-Cleaner) S 987674 987677 984920 0 -1 1077936192 3634 0 0 0 0 0 0 0 20 0 20 0 183176884 19566772224 656152 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
[pid=987677/tid=987696] ppid=987674 vsize=19108176 memory=2623508 CPUtime=0 cores=1,3
/proc/987677/task/987696/stat : 987696 (Timer-0) S 987674 987677 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183176905 19566772224 656152 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
Current children cumulated CPU time: 3351.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2624608 KiB

[startup+3402.3 s]
/proc/loadavg: 4.20 4.20 4.18 5/330 989691
/proc/meminfo: memFree=117495472/131524600 swapFree=131071996/131071996
[pid=987677] ppid=987674 vsize=19108176 memory=2625816 CPUtime=3410.84 cores=1,3
/proc/987677/stat : 987677 (java) S 987674 987677 984920 0 -1 1077936128 309226 0 0 0 340831 253 0 0 20 0 20 0 183176881 19566772224 656454 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
/proc/987677/statm: 4777044 656454 5922 1 0 668561 0
[pid=987677/tid=987679] ppid=987674 vsize=19108176 memory=19440 CPUtime=3354.2 cores=1,3
/proc/987677/task/987679/stat : 987679 (java) R 987674 987677 984920 0 -1 4194368 127437 0 0 0 335367 53 0 0 20 0 20 0 183176881 19566772224 656454 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 12 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
[pid=987677/tid=987688] ppid=987674 vsize=19108176 memory=11544 CPUtime=0 cores=1,3
/proc/987677/task/987688/stat : 987688 (Finalizer) S 987674 987677 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183176884 19566772224 656454 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
[pid=987677/tid=987695] ppid=987674 vsize=19108176 memory=2625816 CPUtime=0 cores=1,3
/proc/987677/task/987695/stat : 987695 (Common-Cleaner) S 987674 987677 984920 0 -1 1077936192 3681 0 0 0 0 0 0 0 20 0 20 0 183176884 19566772224 656454 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
[pid=987677/tid=987696] ppid=987674 vsize=19108176 memory=2625816 CPUtime=0 cores=1,3
/proc/987677/task/987696/stat : 987696 (Timer-0) S 987674 987677 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183176905 19566772224 656454 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
Current children cumulated CPU time: 3410.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2625816 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.17 4.18 5/332 989705
/proc/meminfo: memFree=117495108/131524600 swapFree=131071996/131071996
[pid=987677] ppid=987674 vsize=19108176 memory=2625820 CPUtime=3470.54 cores=1,3
/proc/987677/stat : 987677 (java) S 987674 987677 984920 0 -1 1077936128 311890 0 0 0 346799 255 0 0 20 0 20 0 183176881 19566772224 656455 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
/proc/987677/statm: 4777044 656455 5922 1 0 668561 0
[pid=987677/tid=987679] ppid=987674 vsize=19108176 memory=19440 CPUtime=3413.17 cores=1,3
/proc/987677/task/987679/stat : 987679 (java) R 987674 987677 984920 0 -1 4194368 129375 0 0 0 341264 53 0 0 20 0 20 0 183176881 19566772224 656455 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 12 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
[pid=987677/tid=987688] ppid=987674 vsize=19108176 memory=2625820 CPUtime=0 cores=1,3
/proc/987677/task/987688/stat : 987688 (Finalizer) S 987674 987677 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183176884 19566772224 656455 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
[pid=987677/tid=987695] ppid=987674 vsize=19108176 memory=26116 CPUtime=0 cores=1,3
/proc/987677/task/987695/stat : 987695 (Common-Cleaner) S 987674 987677 984920 0 -1 1077936192 3744 0 0 0 0 0 0 0 20 0 20 0 183176884 19566772224 656455 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
[pid=987677/tid=987696] ppid=987674 vsize=19108176 memory=5472 CPUtime=0 cores=1,3
/proc/987677/task/987696/stat : 987696 (Timer-0) S 987674 987677 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183176905 19566772224 656455 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
Current children cumulated CPU time: 3470.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2625820 KiB

[startup+3522.3 s]
/proc/loadavg: 4.49 4.26 4.21 5/332 989785
/proc/meminfo: memFree=117742008/131524600 swapFree=131071996/131071996
[pid=987677] ppid=987674 vsize=19108176 memory=2625824 CPUtime=3530.36 cores=1,3
/proc/987677/stat : 987677 (java) S 987674 987677 984920 0 -1 1077936128 314454 0 0 0 352777 259 0 0 20 0 20 0 183176881 19566772224 656456 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
/proc/987677/statm: 4777044 656456 5922 1 0 668561 0
[pid=987677/tid=987679] ppid=987674 vsize=19108176 memory=2625824 CPUtime=3472.34 cores=1,3
/proc/987677/task/987679/stat : 987679 (java) R 987674 987677 984920 0 -1 4194368 131212 0 0 0 347180 54 0 0 20 0 20 0 183176881 19566772224 656456 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 12 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
[pid=987677/tid=987688] ppid=987674 vsize=19108176 memory=2625820 CPUtime=0 cores=1,3
/proc/987677/task/987688/stat : 987688 (Finalizer) S 987674 987677 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183176884 19566772224 656456 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
[pid=987677/tid=987695] ppid=987674 vsize=19108176 memory=13196 CPUtime=0 cores=1,3
/proc/987677/task/987695/stat : 987695 (Common-Cleaner) S 987674 987677 984920 0 -1 1077936192 3826 0 0 0 0 0 0 0 20 0 20 0 183176884 19566772224 656456 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
[pid=987677/tid=987696] ppid=987674 vsize=19108176 memory=5472 CPUtime=0 cores=1,3
/proc/987677/task/987696/stat : 987696 (Timer-0) S 987674 987677 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183176905 19566772224 656456 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
Current children cumulated CPU time: 3530.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2625824 KiB

[startup+3582.3 s]
/proc/loadavg: 4.29 4.24 4.20 5/332 989795
/proc/meminfo: memFree=117720552/131524600 swapFree=131071996/131071996
[pid=987677] ppid=987674 vsize=19108176 memory=2625824 CPUtime=3590.41 cores=1,3
/proc/987677/stat : 987677 (java) S 987674 987677 984920 0 -1 1077936128 317138 0 0 0 358780 261 0 0 20 0 20 0 183176881 19566772224 656456 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
/proc/987677/statm: 4777044 656456 5922 1 0 668561 0
[pid=987677/tid=987679] ppid=987674 vsize=19108176 memory=2625824 CPUtime=3531.74 cores=1,3
/proc/987677/task/987679/stat : 987679 (java) R 987674 987677 984920 0 -1 4194368 133132 0 0 0 353120 54 0 0 20 0 20 0 183176881 19566772224 656456 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 12 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
[pid=987677/tid=987688] ppid=987674 vsize=19108176 memory=2625824 CPUtime=0 cores=1,3
/proc/987677/task/987688/stat : 987688 (Finalizer) S 987674 987677 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183176884 19566772224 656456 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
[pid=987677/tid=987695] ppid=987674 vsize=19108176 memory=45336 CPUtime=0 cores=1,3
/proc/987677/task/987695/stat : 987695 (Common-Cleaner) S 987674 987677 984920 0 -1 1077936192 3895 0 0 0 0 0 0 0 20 0 20 0 183176884 19566772224 656456 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
[pid=987677/tid=987696] ppid=987674 vsize=19108176 memory=2625824 CPUtime=0 cores=1,3
/proc/987677/task/987696/stat : 987696 (Timer-0) S 987674 987677 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183176905 19566772224 656456 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
Current children cumulated CPU time: 3590.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2625824 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3591.9 s]
/proc/loadavg: 4.24 4.24 4.20 5/332 989796
/proc/meminfo: memFree=117716308/131524600 swapFree=131071996/131071996
[pid=987677] ppid=987674 vsize=19108176 memory=2625824 CPUtime=3600.02 cores=1,3
/proc/987677/stat : 987677 (java) S 987674 987677 984920 0 -1 1077936128 317717 0 0 0 359740 262 0 0 20 0 20 0 183176881 19566772224 656456 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
/proc/987677/statm: 4777044 656456 5922 1 0 668561 0
[pid=987677/tid=987679] ppid=987674 vsize=19108176 memory=2625824 CPUtime=3541.24 cores=1,3
/proc/987677/task/987679/stat : 987679 (java) R 987674 987677 984920 0 -1 4194368 133674 0 0 0 354070 54 0 0 20 0 20 0 183176881 19566772224 656456 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 12 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
[pid=987677/tid=987688] ppid=987674 vsize=19108176 memory=2623408 CPUtime=0 cores=1,3
/proc/987677/task/987688/stat : 987688 (Finalizer) S 987674 987677 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183176884 19566772224 656456 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
[pid=987677/tid=987695] ppid=987674 vsize=19108176 memory=2625824 CPUtime=0 cores=1,3
/proc/987677/task/987695/stat : 987695 (Common-Cleaner) S 987674 987677 984920 0 -1 1077936192 3895 0 0 0 0 0 0 0 20 0 20 0 183176884 19566772224 656456 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
[pid=987677/tid=987696] ppid=987674 vsize=19108176 memory=1812 CPUtime=0 cores=1,3
/proc/987677/task/987696/stat : 987696 (Timer-0) S 987674 987677 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183176905 19566772224 656456 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2625824 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.54 s, system=2.63658 s

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

[startup+3591.9 s]
/proc/loadavg: 4.24 4.24 4.20 5/332 989796
/proc/meminfo: memFree=117716308/131524600 swapFree=131071996/131071996
[pid=987677] ppid=987674 vsize=19108176 memory=2625824 CPUtime=3600.02 cores=1,3
/proc/987677/stat : 987677 (java) S 987674 987677 984920 0 -1 1077936128 317717 0 0 0 359740 262 0 0 20 0 20 0 183176881 19566772224 656456 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
/proc/987677/statm: 4777044 656456 5922 1 0 668561 0
[pid=987677/tid=987679] ppid=987674 vsize=19108176 memory=2625824 CPUtime=3541.24 cores=1,3
/proc/987677/task/987679/stat : 987679 (java) R 987674 987677 984920 0 -1 4194368 133674 0 0 0 354070 54 0 0 20 0 20 0 183176881 19566772224 656456 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 12 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
[pid=987677/tid=987688] ppid=987674 vsize=19108176 memory=2623408 CPUtime=0 cores=1,3
/proc/987677/task/987688/stat : 987688 (Finalizer) S 987674 987677 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183176884 19566772224 656456 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
[pid=987677/tid=987695] ppid=987674 vsize=19108176 memory=2625824 CPUtime=0 cores=1,3
/proc/987677/task/987695/stat : 987695 (Common-Cleaner) S 987674 987677 984920 0 -1 1077936192 3895 0 0 0 0 0 0 0 20 0 20 0 183176884 19566772224 656456 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
[pid=987677/tid=987696] ppid=987674 vsize=19108176 memory=1812 CPUtime=0 cores=1,3
/proc/987677/task/987696/stat : 987696 (Timer-0) S 987674 987677 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183176905 19566772224 656456 134679101440 94512387907584 94512387911280 140731010208336 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94512387919096 94512387919888 94512394883072 140731010216948 140731010217056 140731010217056 140731010224072 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2625824 KiB

Child status: 143

Real time (s): 3592
CPU time (s): 3600.18
CPU user time (s): 3597.54
CPU system time (s): 2.63658
CPU usage (%): 100.228
Max. virtual memory (cumulated for all children) (KiB): 19113716
Max. memory (cumulated for all children) (KiB): 2625824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.54
system time used= 2.63658
maximum resident set size= 2627424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 320945
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 143945
involuntary context switches= 15898


# summary of solver processes directly reported to runsolver:
#   pid: 987677
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3597.54
#   total CPU system time (s): 2.63658

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.60753 second user time and 17.1063 second system time

The end

Launcher Data

Begin job on nodeC017 at 2024-07-18 15:42:43
IDJOB=4443311
IDBENCH=147870
IDSOLVER=3052
FILE ID=nodeC017/4443311-1721310150
RUNJOBID= nodeC017-1721306301-984932
SLURM_JOB_ID= 7542642
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/prestwich/armies/normalized-army13.24ls.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4443311-1721310150/watcher-4443311-1721310150 -o /tmp/evaluation-result-4443311-1721310150/solver-4443311-1721310150 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721306301-984932 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4443311-1721310150.opb

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

MD5SUM BENCH= 1f94bd3a314413948630d2f259d38fd6
RANDOM SEED=895479439

nodeC017.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		: 3665.209
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.46
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		: 3647.802
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	: 7006.99
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.872
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.46
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		: 3621.269
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	: 7006.99
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		: 3665.208
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.46
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		: 3676.308
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	: 7006.99
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.804
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.46
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		: 3611.803
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	: 7006.99
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        122341940 kB
MemAvailable:   124166148 kB
Buffers:          514768 kB
Cached:          2135580 kB
SwapCached:            0 kB
Active:          1197208 kB
Inactive:        7340560 kB
Active(anon):       1544 kB
Inactive(anon):  5923608 kB
Active(file):    1195664 kB
Inactive(file):  1416952 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               916 kB
Writeback:             0 kB
AnonPages:       5887440 kB
Mapped:           126300 kB
Shmem:             37720 kB
KReclaimable:     102476 kB
Slab:             214896 kB
SReclaimable:     102476 kB
SUnreclaim:       112420 kB
KernelStack:        5072 kB
PageTables:        21620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    8665720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            67392 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5586944 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:      279252 kB
DirectMap2M:    38291456 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 890072 MiB
End job on nodeC017 at 2024-07-18 16:42:35