Trace number 4493703

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 CP VeriPB 2025-06-06? (TO) 3600.23 3567.16

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.213272
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.11/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.18	c See www.sat4j.org for details.
0.11/0.19	c version PB25.v20250606
0.28/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.28/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.28/0.23	c java.vm.version	22.0.1+8-16
0.28/0.23	c java.vm.vendor	Oracle Corporation
0.28/0.23	c sun.arch.data.model	64
0.28/0.23	c java.version		22.0.1
0.28/0.23	c os.name		Linux
0.28/0.24	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.28/0.24	c os.arch		amd64
0.28/0.24	c Free memory 		2104792832
0.28/0.24	c Max memory 		16282288128
0.28/0.24	c Total memory 		2113929216
0.28/0.25	c Number of processors 	2
0.60/0.44	c Pseudo Boolean Optimization by upper bound
0.60/0.44	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.60/0.44	c  - never skip resolution steps
0.60/0.44	c  - Auto-division on coefficients is disabled
0.60/0.44	c  - No postprocessing
0.60/0.44	c  - Conflict is considered as is when resolving
0.60/0.44	c  - Use constraints as they come during conflict analysis
0.60/0.44	c  - Weaken first using unassigned literals
0.60/0.44	c  - Bump strategy: ALWAYS_ONE
0.60/0.44	c  - Bumper: EFFECTIVE
0.60/0.44	c --- Begin Solver configuration ---
0.60/0.44	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.60/0.44	c Learn all clauses as in MiniSAT
0.60/0.44	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.60/0.44	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.60/0.44	c No reason simplification
0.60/0.44	c Dynamic restart strategy considering the size of the coefficients
0.60/0.44	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.60/0.44	c timeout=2147483s
0.60/0.44	c DB Simplification allowed=false
0.60/0.44	c Listener: none
0.60/0.44	c --- End Solver configuration ---
0.60/0.45	c solving HOME/instance-4493703-1751152955.opb
0.60/0.45	c reading problem ... 
0.60/0.45	c using VERIPB proof format
0.60/0.45	c  no objective function found
0.93/0.63	c ... done. Wall clock time 0.167s.
0.93/0.63	c declared #vars     490
0.93/0.63	c #constraints  737
0.93/0.63	c constraints type 
0.93/0.63	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 253
0.93/0.63	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.93/0.63	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 338
0.93/0.63	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 144
0.93/0.63	c 737 constraints processed.
25.85/20.90	c cleaning 2500 clauses out of 5000 with flag 0/5000
82.06/75.17	c cleaning 4250 clauses out of 8500 with flag 0/11000
185.39/176.71	c cleaning 5622 clauses out of 11251 with flag 0/18001
324.59/313.20	c cleaning 6810 clauses out of 13628 with flag 0/26000
534.85/521.53	c cleaning 7909 clauses out of 15818 with flag 0/35000
796.46/780.96	c cleaning 8942 clauses out of 17916 with flag 0/45007
1130.95/1113.14	c cleaning 9961 clauses out of 19970 with flag 0/56003
1534.10/1511.16	c cleaning 10991 clauses out of 22006 with flag 0/68000
2124.60/2098.77	c cleaning 12006 clauses out of 24015 with flag 0/81000
2860.03/2831.33	c cleaning 12979 clauses out of 26009 with flag 0/95000
3542.65/3509.84	c cleaning 14002 clauses out of 28031 with flag 0/110001
3600.03/3567.04	c starts		: 30
3600.03/3567.04	c conflicts		: 111552
3600.03/3567.04	c decisions		: 182340
3600.03/3567.04	c propagations		: 3942932
3600.03/3567.04	c inspects		: 1884745079
3600.03/3567.04	c shortcuts		: 0
3600.03/3567.05	c learnt literals	: 0
3600.03/3567.05	c learnt binary clauses	: 0
3600.03/3567.05	c learnt ternary clauses	: 0
3600.03/3567.05	c learnt constraints	: 111551
3600.03/3567.05	c ignored constraints	: 0
3600.03/3567.05	c root simplifications	: 0
3600.03/3567.05	c removed literals (reason simplification)	: 0
3600.03/3567.05	c reason swapping (by a shorter reason)	: 0
3600.03/3567.05	c Calls to reduceDB	: 11
3600.03/3567.05	c Number of update (reduction) of LBD	: 100981
3600.03/3567.05	c Imported unit clauses	: 0
3600.03/3567.05	c No decision after first conflict	: false
3600.03/3567.05	c number of reductions to clauses (during analyze)	: 0
3600.03/3567.05	c number of learned constraints concerned by reduction	: 0
3600.03/3567.05	c number of learning phase by resolution	: 0
3600.03/3567.05	c number of learning phase by cutting planes	: 0
3600.03/3567.05	c number of rounding to 1 operations	: 0
3600.03/3567.05	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3567.05	c number of reductions of the coefficients by power 2 	: 0
3600.03/3567.05	c number of right shift for reduction by power 2 	: 0
3600.03/3567.05	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3567.05	c number of ending skipping 	: 0
3600.03/3567.05	c number of internal skipping 	: 0
3600.03/3567.05	c number of derivation steps 	: 3017255
3600.03/3567.05	c number of skipped derivation steps 	: 0
3600.03/3567.05	c number of remaining unassigned 	: 5122351
3600.03/3567.05	c number of remaining assigned 	: 251122313
3600.03/3567.05	c number of falsified literals weakened from reason	: 0
3600.03/3567.05	c number of falsified literals weakened from conflict	: 0
3600.03/3567.05	c time for arithmetic operations	: 89810727192
3600.03/3567.06	c timeout
3600.03/3567.06	c minimum degree of deleted constraints	: 3
3600.03/3567.07	c maximum degree of deleted constraints	: 1866437710963064571277592614653651486410734441845143032806620839091324563420985634552508025932533392707482414993706818070472958009456346569061145316751903239187518503200631994561063069555711107347146385847771808111220283149417119700228358108219131055491984156844442465073493935969692031679280228419806964339936967798920211765619346644592946663158609432232743280398408930812771273085406651145620323901345730668198419572831444208644940046404220894273289353824568060395615014982000322884678418830153066871124037744163542616110884881246146279728938389320713089528383504023448761994191547235487653106513757990017134000294282185812485562154777884643258099168655273714976278063882252761754849632039736717488019638832406911924212010905997815470424766616140110454253546408651429898237516607016365748711952111050056848483184373360615428217657324897853244387986480566588850643295657923093317983130066500257881499501386994834990636362817871839303006498943382929526937957801080879113150125340862494276416197165529409905980247302218278193570910232582746113826473546840506413217377402383731851727944307482722499747347578147745442788488908899887041828132077048275787408299827946315804248172572187776026257007885262428865524929575887532468408849952033363314146085698789544616132187202952310126457837602732328597260336364210543806341068134348660065323236115149610765026338105618730308884176656869966242740487400316563989908616896290938334768504571825674588052061682793956275074736323406279498010122982026973712269058870476990880896587691897408071006994277351545457908048928995798457473205412207439756128121729350634763554515965551711591028580988040278066390058384872025339721391795991184504421258453347086547494675328264442475365657761407921566522696292031824447369162433186784192720830038177682800837454788319738226031350231106573403386094643355501738263138952295594959091208580796891867148718652661130823653528771096718810037898774403171546407076899392361069774752763611467508317256601410923535042416946036680296376468987860799327072065289082458509663017867091118481636718593313498148029852408530804188106534531776598803541358814403219671834242729706667606850876893166466931890824963392456815480730866004229780178892038317039872824029335439436843994456991713502781907151212988671659188466924283231120064020480545768632020890316341893375604732376030685868367348046022427554087246552700943924512310237596992030141090481773102738426211182467299187976906186401158675398784534397285326630251617294568118573760943353674845283794869372162354978473093661028995486523665442959446300626127650495101600993124841690378939019397510043797003609345348862608397895074761486756355371741424142898410578675588015308275804566885513721728245272404688573956167817287684731379561918488651833068992674647481619863194213921916083725731115607851474349417472360899637201939405232381455149813654183906317950520359779052098611876442401590076059766469677427043838304998951861954956308534641138162136797902327079624888179559064208873580398466797513876333943587273555115241172775512356757450372704492957156620848965784980096239098497557683372562919522391129325050022022020725092596902734552991851860439851449029040810249035709402425033768931794994103424286358195311480769602582920973964470199604753506579198605088541523174417239348913776136514534897731262536832914900917585600243077215751243556478971583282687354190645475954881848195264860640059776395829690956619482081985972748226927121174052079457684473556912105319425197761240946540314158042852486540381547822862872638805474183883940319639126859414302890216963475289898029101044858468270629911845673243400227768203030861717823254071001979714908833676608164576007714864481205019602247957839488465529306960813328366963385502552532569972863523807810960506570584082765004321678889231190982014529969822557602684096207511413259576632128051417034160609281133835205589961330224858034936781188963305051760631082831258936180005230443957809925614288373025475075424932496163718504110140049413785740660403281238255254451014249881286473879939799854407657640378704031981888721596020902910699914223703379210555893022804663608929233981843935614130118486789990144842455950511578220213030534681392040981908391671656277330128711736722730883365483599231558540056274258010903348369015498744928919460843007840820344364241389801810536058132080348003352593554518733453288027507093177240990073996851048690820820021805902413582666128416426402626662735779345448079401782029584454303375958754651042825578511709966147151909264710907211839805013953086586455371163846912414872877569590873163247060746287427473098931336733773996302125502763595170174160727926824198165076555907144616706590331342740669728951362055800777136042745929879866801070596188679508991998824535867012310099423600624682817659319984826544160500687125285576168755671936393701302037629937411050351594942874852304736796242917358600856010875871861810219568336264727916860729855420350621172621842433319579805989683003723148797039499718367819881792667456420961220276819347435926580266073920119780276237451632213236854888212050174848620927035151575637331568782551934808536319323464566586117859513702927490736978279897148217740328211477781132398886718554642838786965746591469874283934781231106290342584406666088159428063092973262048473288430647145996130102752958573839715407243941135120824364601704993406319885791629831826131525952577027849296479433560935125626007129151820160888816154167110817102723694488473330257104433520543091808154336757864669812240603727220579001442941146754707440660149406780892007303913579397994850823143491914532416643916936839030672354258474305827355425385866866997770788132734033360405976284053791705495302565746444168967560825648473550488426630067544293195544263367195607715913681215602822607467279642598728389456061977925128994009972857764101549509634604076646702904479863589555002314620545847640612147100349627554524621348012753879659250221531357929577050236258358383668512220531471897468275242068407203734339651276106929148789143047122981603013720122069787705997130827357795958701560283140632410886361848633593622084859137086131865116113736594186293117364755639936843231990452856339738433046140188973129071891708865614417025246774545422104219818270094408081470281094424291824023679672689579066460669903038222806714671657274142178808682736423649249573577874151057714499605202943761969375740213331455612904115971763211439391098813541592793021250436285433484702152978876305057049235202355545583292760379188509186539396250771090589384055116117660487878734142358447183895582211882791161440636481528653363208549625209526127911363524429878225214110077504970202018016727972440860627597992092963467813614610837712559216280312763485826727680770062611197057108991689377810591388702379593497883118051214074726032410964986327212170931650310158572453869304149395619770524478285098122205528061639574146694913950448358357623616944570307953344139887599434550240492148734893942064927182530810229392750734190467119549779106286286925388940526085000913043530554316088280055718842445697747166418905453299284439120566426235158130845475737563962547017482889369693025991548971748238673911062280935601768947705385174821621048033543810330352323187464146387787025124223456736261829270561992884518113788008640903208720811075355607220894507267496942901925517950216070991635581882133109772241427192063993966363855661537231726497313017527313139658381114936536715652089686940174162236837282364433208443787595809546737856210467972513736054415743306902305694642152436793852707249528819764919864084577111862053469184317953720358069349944804313725448838930814342740320231985960987282802289225687718637497026107756517133835393814619404263553715160926506519164071588635195827337294911388377826003455332317888630845266644276910411921626394085765293975873029729836825956470692471250880009180629354861042977741959348260366728066803425296410314597363354999615891869962716175611631574106408735342981490753817627824103521768181238283709129673161352933514684991564481042688273547499605791931626157226144521060781048754211811379890793813868304790925995242412130134896909807112142892512369853888005175120179659989013621505546959813498613532720458601204547674548901537833206172197766099757819992551756477595911678588308592904599245402121964076947638479901922712943909770283043091530355991723262990022961683512738534973560073525017061141874261877090046500693083339731743023628431109389384697789647238627388861127389907513235548594140181132453884464475576064871440338821939110468855717234034973114798378779774113409784967209493909033353259109896452320139878762425230768775064421289928512528959893423589588744299484851764210159576933189573200265249138789461081584706057664700871761037972082579650159000538091574918735875437728772431196322351355294001052702771154993853041291673335403947437469477257410699629578148049634924373844911157010986591422876235465696490494104422269950803723565889063451934648245802276452050077516652656408019216452527933162780016077600117837872246373933474201959341095934893557836837683536604205633656095478108946840991684523203612287484031296500365012761865312838710612608971077974161702471960352937117372735166570176134164978626790626299060073099709149332064341363135907905362843476539430320639147406220384761892713654642802824329191006362802657234283376288548201620031201874146870732399967100162854193870701991050752530357369624358754554146687584999541580914900972261128921212700654702410638371359134083344904683225934165691759858859876455196659049932134384432034919915566581181656065939601444206735624202591275154250790253394068969545662173586492337677141304717717861986647841425061881413594779810025808267209243813546358119336507454448135803981425192422219867191551967397782246866669216023315780278238584223898354540548823971587783698646824096266379737037155673881475346113358438748338434009860204976768078561464333164627056777809526110954747487227613222697267095107525253943091588975308899633392054751183178052267296108399681501421755652162575185459035580157707629930366542380487940800477328590447133774492076848210582110331256281672085255504943194123393134148756579945238427594584500524861945107339395306753241224879839156073318909974851293862868110408207528460733973474933235084774575587056402547498013293097948275810236158477539947907430200085538829088404683252448761592191136439446720390641006259805355883857658479513253281274848707667393175030635140190520703071485459735860602525672685001264009087990746691789120152683565627501730499037518218026787057224071197241284957152156795124619215524315366217599374217107071774173348953694893572167373549758493285309556279377506432095704586496037475334940410731866954567341089157244489548607409934775201003684476792956460373306691569225612571649240213455810132856372245825431149731109622835721112304617437688102596121980522978842610158357486944125616475790087369430296603031553855871912161408039574455514003574933997148327140687966469633923475888876423579192461957107051376550762545346082222286587254710647743930621529129035164724091626199682281305703655143301488013103228732457606992085359570167743205176869384197589905902352509912867616073286946602132977875818824260276958163505735268432071454182897954014459414642707757350200147596219759997053117264757751940985668731139589379465300536851404044270230773690013770667190148381309908845692809019936033456443297245536569124500689238168738051915157926165940652105565624737419843341121979004316602466094108889741976412104502585731343754129347103871944118911496398451749650090062008225408323696966894021809274251511363527248995634797601595838591627170473263542905976340295945279021023938490672893000262532133652816454376159180334205730316311503881573254187404430827745820815527637042697876194886157090905219884859500710908090375154312500807985215861802116626209522836285813346943416906501975341170580534900813580931780784978127585786926889892747057803989152469801944686512950196142860216186962911250
3600.03/3567.07	c number of deleted constraints	: 95972
3600.03/3567.07	c speed (assignments/second)	: 1105.571103355437
3600.03/3567.07	c non guided choices	: 56
3600.03/3567.10	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 15579
3600.03/3567.10	s UNKNOWN
3600.03/3567.10	c Total wall clock time (in seconds): 3566.656

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: 63837 MiB (59826 MiB free)
  memory of node 1: 64465 MiB (49385 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=17259, runsolver pid=17256

[startup+0.100075 s]*
/proc/loadavg: 4.28 4.27 4.22 6/330 17277
/proc/meminfo: memFree=111815072/131382112 swapFree=33010684/33010684
[pid=17259] ppid=17256 vsize=18930384 memory=49280 CPUtime=0.11 cores=0,2
/proc/17259/stat : 17259 (java) S 17256 17259 15143 0 -1 4194304 5676 0 0 0 7 4 0 0 20 0 18 0 30974658 19384713216 12320 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
/proc/17259/statm: 4732596 12320 5113 1 0 546901 0
[pid=17259/tid=17261] ppid=17256 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=0,2
/proc/17259/task/17261/stat : 17261 (java) R 17256 17259 15143 0 -1 4194368 4597 0 0 0 4 2 0 0 20 0 18 0 30974660 19384713216 12448 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
[pid=17259/tid=17270] ppid=17256 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/17259/task/17270/stat : 17270 (Finalizer) S 17256 17259 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30974665 19384713216 12480 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
[pid=17259/tid=17277] ppid=17256 vsize=18930384 memory=58494082638250 CPUtime=0 cores=0,2
/proc/17259/task/17277/stat : 17277 (Common-Cleaner) S 17256 17259 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30974666 19384713216 12480 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49280 KiB

[startup+0.215509 s]*
/proc/loadavg: 4.28 4.27 4.22 6/330 17277
/proc/meminfo: memFree=111814064/131382112 swapFree=33010684/33010684
[pid=17259] ppid=17256 vsize=18930384 memory=55072 CPUtime=0.28 cores=0,2
/proc/17259/stat : 17259 (java) S 17256 17259 15143 0 -1 4194304 6375 0 0 0 23 5 0 0 20 0 18 0 30974658 19384713216 13768 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
/proc/17259/statm: 4732596 13768 5369 1 0 547514 0
[pid=17259/tid=17261] ppid=17256 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=0,2
/proc/17259/task/17261/stat : 17261 (java) R 17256 17259 15143 0 -1 4194368 4969 0 0 0 14 3 0 0 20 0 18 0 30974660 19384713216 13768 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
[pid=17259/tid=17270] ppid=17256 vsize=18930384 memory=17127 CPUtime=0 cores=0,2
/proc/17259/task/17270/stat : 17270 (Finalizer) S 17256 17259 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30974665 19384713216 13768 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
[pid=17259/tid=17277] ppid=17256 vsize=18930384 memory=57394570986489 CPUtime=0 cores=0,2
/proc/17259/task/17277/stat : 17277 (Common-Cleaner) S 17256 17259 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30974666 19384713216 13768 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55072 KiB

[startup+0.319176 s]*
/proc/loadavg: 4.28 4.27 4.22 7/330 17277
/proc/meminfo: memFree=111809464/131382112 swapFree=33010684/33010684
[pid=17259] ppid=17256 vsize=18930384 memory=60032 CPUtime=0.44 cores=0,2
/proc/17259/stat : 17259 (java) S 17256 17259 15143 0 -1 4194304 6590 0 0 0 38 6 0 0 20 0 18 0 30974658 19384713216 15008 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
/proc/17259/statm: 4732596 15008 5369 1 0 547710 0
[pid=17259/tid=17261] ppid=17256 vsize=18930384 memory=-6000919481296643438 CPUtime=0.25 cores=0,2
/proc/17259/task/17261/stat : 17261 (java) R 17256 17259 15143 0 -1 4194368 5128 0 0 0 21 4 0 0 20 0 18 0 30974660 19384713216 15008 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
[pid=17259/tid=17270] ppid=17256 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/17259/task/17270/stat : 17270 (Finalizer) S 17256 17259 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30974665 19384713216 15008 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
[pid=17259/tid=17277] ppid=17256 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/17259/task/17277/stat : 17277 (Common-Cleaner) S 17256 17259 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30974666 19384713216 15008 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 60032 KiB

[startup+0.700356 s]
/proc/loadavg: 4.41 4.30 4.23 8/330 17277
/proc/meminfo: memFree=111804360/131382112 swapFree=33010684/33010684
[pid=17259] ppid=17256 vsize=18996948 memory=72520 CPUtime=1.09 cores=0,2
/proc/17259/stat : 17259 (java) S 17256 17259 15143 0 -1 4194304 7088 0 0 0 101 8 0 0 20 0 19 0 30974658 19452874752 18130 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
/proc/17259/statm: 4749237 18130 5465 1 0 548400 0
[pid=17259/tid=17261] ppid=17256 vsize=18996948 memory=17408 CPUtime=0.56 cores=0,2
/proc/17259/task/17261/stat : 17261 (java) R 17256 17259 15143 0 -1 4194368 5465 0 0 0 51 5 0 0 20 0 19 0 30974660 19452874752 18130 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
[pid=17259/tid=17270] ppid=17256 vsize=18996948 memory=11264 CPUtime=0 cores=0,2
/proc/17259/task/17270/stat : 17270 (Finalizer) S 17256 17259 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30974665 19452874752 18130 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
[pid=17259/tid=17277] ppid=17256 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/17259/task/17277/stat : 17277 (Common-Cleaner) S 17256 17259 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30974666 19452874752 18130 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 72520 KiB

[startup+1.5003 s]
/proc/loadavg: 4.41 4.30 4.23 7/331 17278
/proc/meminfo: memFree=111777264/131382112 swapFree=33010684/33010684
[pid=17259] ppid=17256 vsize=19063512 memory=162704 CPUtime=2.64 cores=0,2
/proc/17259/stat : 17259 (java) S 17256 17259 15143 0 -1 4194304 14300 0 0 0 251 13 0 0 20 0 20 0 30974658 19521036288 40676 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
/proc/17259/statm: 4765878 40676 5497 1 0 550600 0
[pid=17259/tid=17261] ppid=17256 vsize=19063512 memory=3328 CPUtime=1.26 cores=0,2
/proc/17259/task/17261/stat : 17261 (java) R 17256 17259 15143 0 -1 4194368 6098 0 0 0 118 8 0 0 20 0 20 0 30974660 19521036288 40676 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
[pid=17259/tid=17270] ppid=17256 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/17259/task/17270/stat : 17270 (Finalizer) S 17256 17259 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30974665 19521036288 40676 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
[pid=17259/tid=17277] ppid=17256 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/17259/task/17277/stat : 17277 (Common-Cleaner) S 17256 17259 15143 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 30974666 19521036288 40676 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
[pid=17259/tid=17278] ppid=17256 vsize=19063512 memory=14340 CPUtime=0 cores=0,2
/proc/17259/task/17278/stat : 17278 (Timer-0) S 17256 17259 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30974723 19521036288 40676 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
Current children cumulated CPU time: 2.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 162704 KiB

[startup+3.10554 s]
/proc/loadavg: 4.41 4.30 4.23 6/332 17279
/proc/meminfo: memFree=111553028/131382112 swapFree=33010684/33010684
[pid=17259] ppid=17256 vsize=19063512 memory=312404 CPUtime=5.83 cores=0,2
/proc/17259/stat : 17259 (java) S 17256 17259 15143 0 -1 4194304 29726 0 0 0 562 21 0 0 20 0 20 0 30974658 19521036288 78101 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
/proc/17259/statm: 4765878 78101 5497 1 0 559162 0
[pid=17259/tid=17261] ppid=17256 vsize=19063512 memory=14340 CPUtime=2.82 cores=0,2
/proc/17259/task/17261/stat : 17261 (java) R 17256 17259 15143 0 -1 4194368 6611 0 0 0 271 11 0 0 20 0 20 0 30974660 19521036288 78101 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
[pid=17259/tid=17270] ppid=17256 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/17259/task/17270/stat : 17270 (Finalizer) S 17256 17259 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30974665 19521036288 78101 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
[pid=17259/tid=17277] ppid=17256 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/17259/task/17277/stat : 17277 (Common-Cleaner) S 17256 17259 15143 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 30974666 19521036288 78101 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
[pid=17259/tid=17278] ppid=17256 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/17259/task/17278/stat : 17278 (Timer-0) S 17256 17259 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30974723 19521036288 78101 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
Current children cumulated CPU time: 5.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 312404 KiB

[startup+6.30043 s]
/proc/loadavg: 4.46 4.31 4.24 5/332 17279
/proc/meminfo: memFree=111073916/131382112 swapFree=33010684/33010684
[pid=17259] ppid=17256 vsize=19063512 memory=780624 CPUtime=10.44 cores=0,2
/proc/17259/stat : 17259 (java) S 17256 17259 15143 0 -1 4194304 30469 0 0 0 1011 33 0 0 20 0 20 0 30974658 19521036288 195156 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
/proc/17259/statm: 4765878 195156 5497 1 0 559180 0
[pid=17259/tid=17261] ppid=17256 vsize=19063512 memory=0 CPUtime=5.89 cores=0,2
/proc/17259/task/17261/stat : 17261 (java) R 17256 17259 15143 0 -1 4194368 7054 0 0 0 568 21 0 0 20 0 20 0 30974660 19521036288 195156 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
[pid=17259/tid=17270] ppid=17256 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/17259/task/17270/stat : 17270 (Finalizer) S 17256 17259 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30974665 19521036288 195156 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
[pid=17259/tid=17277] ppid=17256 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/17259/task/17277/stat : 17277 (Common-Cleaner) S 17256 17259 15143 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 30974666 19521036288 195156 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
[pid=17259/tid=17278] ppid=17256 vsize=19063512 memory=165692 CPUtime=0 cores=0,2
/proc/17259/task/17278/stat : 17278 (Timer-0) S 17256 17259 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30974723 19521036288 195156 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
Current children cumulated CPU time: 10.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 780624 KiB

[startup+12.7004 s]
/proc/loadavg: 4.50 4.32 4.24 5/332 17279
/proc/meminfo: memFree=110438972/131382112 swapFree=33010684/33010684
[pid=17259] ppid=17256 vsize=19063512 memory=1439144 CPUtime=17.52 cores=0,2
/proc/17259/stat : 17259 (java) S 17256 17259 15143 0 -1 4194304 32723 0 0 0 1703 49 0 0 20 0 20 0 30974658 19521036288 359786 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
/proc/17259/statm: 4765878 359786 5497 1 0 1298634 0
[pid=17259/tid=17261] ppid=17256 vsize=19063512 memory=165692 CPUtime=11.81 cores=0,2
/proc/17259/task/17261/stat : 17261 (java) R 17256 17259 15143 0 -1 4194368 7878 0 0 0 1147 34 0 0 20 0 20 0 30974660 19521036288 359786 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
[pid=17259/tid=17270] ppid=17256 vsize=19063512 memory=1422968 CPUtime=0 cores=0,2
/proc/17259/task/17270/stat : 17270 (Finalizer) S 17256 17259 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30974665 19521036288 359786 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
[pid=17259/tid=17277] ppid=17256 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/17259/task/17277/stat : 17277 (Common-Cleaner) S 17256 17259 15143 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 30974666 19521036288 359786 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
[pid=17259/tid=17278] ppid=17256 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/17259/task/17278/stat : 17278 (Timer-0) S 17256 17259 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30974723 19521036288 359786 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
Current children cumulated CPU time: 17.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1439144 KiB

[startup+25.5005 s]
/proc/loadavg: 4.58 4.35 4.25 5/332 17279
/proc/meminfo: memFree=108652456/131382112 swapFree=33010684/33010684
[pid=17259] ppid=17256 vsize=19063512 memory=3192704 CPUtime=30.58 cores=0,2
/proc/17259/stat : 17259 (java) S 17256 17259 15143 0 -1 4194304 38649 0 0 0 2971 87 0 0 20 0 20 0 30974658 19521036288 798176 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
/proc/17259/statm: 4765878 798176 5497 1 0 1298661 0
[pid=17259/tid=17261] ppid=17256 vsize=19063512 memory=0 CPUtime=24.34 cores=0,2
/proc/17259/task/17261/stat : 17261 (java) R 17256 17259 15143 0 -1 4194368 10840 0 0 0 2365 69 0 0 20 0 20 0 30974660 19521036288 798176 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
[pid=17259/tid=17270] ppid=17256 vsize=19063512 memory=14340 CPUtime=0 cores=0,2
/proc/17259/task/17270/stat : 17270 (Finalizer) S 17256 17259 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30974665 19521036288 798176 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
[pid=17259/tid=17277] ppid=17256 vsize=19063512 memory=3192576 CPUtime=0 cores=0,2
/proc/17259/task/17277/stat : 17277 (Common-Cleaner) S 17256 17259 15143 0 -1 4194368 65 0 0 0 0 0 0 0 20 0 20 0 30974666 19521036288 798176 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
[pid=17259/tid=17278] ppid=17256 vsize=19063512 memory=3192448 CPUtime=0 cores=0,2
/proc/17259/task/17278/stat : 17278 (Timer-0) S 17256 17259 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30974723 19521036288 798176 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
Current children cumulated CPU time: 30.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3192704 KiB

[startup+51.1134 s]
/proc/loadavg: 4.79 4.42 4.28 5/331 17279
/proc/meminfo: memFree=107899044/131382112 swapFree=33010684/33010684
[pid=17259] ppid=17256 vsize=19063512 memory=3924112 CPUtime=56.75 cores=0,2
/proc/17259/stat : 17259 (java) S 17256 17259 15143 0 -1 4194304 45709 0 0 0 5570 105 0 0 20 0 20 0 30974658 19521036288 981028 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
/proc/17259/statm: 4765878 981028 5497 1 0 1298669 0
[pid=17259/tid=17261] ppid=17256 vsize=19063512 memory=3196828 CPUtime=49.33 cores=0,2
/proc/17259/task/17261/stat : 17261 (java) R 17256 17259 15143 0 -1 4194368 14419 0 0 0 4849 84 0 0 20 0 20 0 30974660 19521036288 981028 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
[pid=17259/tid=17270] ppid=17256 vsize=19063512 memory=12544 CPUtime=0 cores=0,2
/proc/17259/task/17270/stat : 17270 (Finalizer) S 17256 17259 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30974665 19521036288 981028 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
[pid=17259/tid=17277] ppid=17256 vsize=19063512 memory=2308 CPUtime=0 cores=0,2
/proc/17259/task/17277/stat : 17277 (Common-Cleaner) S 17256 17259 15143 0 -1 4194368 65 0 0 0 0 0 0 0 20 0 20 0 30974666 19521036288 981028 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0

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

/proc/17259/task/17270/stat : 17270 (Finalizer) S 17256 17259 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30974665 19521036288 1284791 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
[pid=17259/tid=17277] ppid=17256 vsize=19063512 memory=-6000919481296643438 CPUtime=0 cores=0,2
/proc/17259/task/17277/stat : 17277 (Common-Cleaner) S 17256 17259 15143 0 -1 4194368 2796 0 0 0 0 0 0 0 20 0 20 0 30974666 19521036288 1284791 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
[pid=17259/tid=17278] ppid=17256 vsize=19063512 memory=5139164 CPUtime=0 cores=0,2
/proc/17259/task/17278/stat : 17278 (Timer-0) S 17256 17259 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30974723 19521036288 1284791 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
Current children cumulated CPU time: 3193.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5139164 KiB

[startup+3222.3 s]
/proc/loadavg: 4.27 4.27 4.25 5/332 18441
/proc/meminfo: memFree=112178444/131382112 swapFree=33010684/33010684
[pid=17259] ppid=17256 vsize=19063512 memory=5139164 CPUtime=3253.42 cores=0,2
/proc/17259/stat : 17259 (java) S 17256 17259 15143 0 -1 4194304 268959 0 0 0 324876 466 0 0 20 0 20 0 30974658 19521036288 1284791 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
/proc/17259/statm: 4765878 1284791 5497 1 0 1301872 0
[pid=17259/tid=17261] ppid=17256 vsize=19063512 memory=5139164 CPUtime=3181.25 cores=0,2
/proc/17259/task/17261/stat : 17261 (java) R 17256 17259 15143 0 -1 4194368 135696 0 0 0 317899 226 0 0 20 0 20 0 30974660 19521036288 1284791 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
[pid=17259/tid=17270] ppid=17256 vsize=19063512 memory=14340 CPUtime=0 cores=0,2
/proc/17259/task/17270/stat : 17270 (Finalizer) S 17256 17259 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30974665 19521036288 1284791 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
[pid=17259/tid=17277] ppid=17256 vsize=19063512 memory=5139164 CPUtime=0 cores=0,2
/proc/17259/task/17277/stat : 17277 (Common-Cleaner) S 17256 17259 15143 0 -1 4194368 2873 0 0 0 0 0 0 0 20 0 20 0 30974666 19521036288 1284791 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
[pid=17259/tid=17278] ppid=17256 vsize=19063512 memory=5139164 CPUtime=0 cores=0,2
/proc/17259/task/17278/stat : 17278 (Timer-0) S 17256 17259 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30974723 19521036288 1284791 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
Current children cumulated CPU time: 3253.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5139164 KiB

[startup+3282.3 s]
/proc/loadavg: 4.19 4.25 4.25 5/332 18444
/proc/meminfo: memFree=112106472/131382112 swapFree=33010684/33010684
[pid=17259] ppid=17256 vsize=19063512 memory=5139164 CPUtime=3313.68 cores=0,2
/proc/17259/stat : 17259 (java) S 17256 17259 15143 0 -1 4194304 270483 0 0 0 330897 471 0 0 20 0 20 0 30974658 19521036288 1284791 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
/proc/17259/statm: 4765878 1284791 5497 1 0 1301872 0
[pid=17259/tid=17261] ppid=17256 vsize=19063512 memory=5139164 CPUtime=3240.66 cores=0,2
/proc/17259/task/17261/stat : 17261 (java) R 17256 17259 15143 0 -1 4194368 136987 0 0 0 323838 228 0 0 20 0 20 0 30974660 19521036288 1284791 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
[pid=17259/tid=17270] ppid=17256 vsize=19063512 memory=14340 CPUtime=0 cores=0,2
/proc/17259/task/17270/stat : 17270 (Finalizer) S 17256 17259 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30974665 19521036288 1284791 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
[pid=17259/tid=17277] ppid=17256 vsize=19063512 memory=5139164 CPUtime=0 cores=0,2
/proc/17259/task/17277/stat : 17277 (Common-Cleaner) S 17256 17259 15143 0 -1 4194368 2873 0 0 0 0 0 0 0 20 0 20 0 30974666 19521036288 1284791 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
[pid=17259/tid=17278] ppid=17256 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/17259/task/17278/stat : 17278 (Timer-0) S 17256 17259 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30974723 19521036288 1284791 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
Current children cumulated CPU time: 3313.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5139164 KiB

[startup+3342.3 s]
/proc/loadavg: 4.29 4.27 4.25 6/332 18446
/proc/meminfo: memFree=110418728/131382112 swapFree=33010684/33010684
[pid=17259] ppid=17256 vsize=19063512 memory=5139164 CPUtime=3373.91 cores=0,2
/proc/17259/stat : 17259 (java) S 17256 17259 15143 0 -1 4194304 275434 0 0 0 336914 477 0 0 20 0 20 0 30974658 19521036288 1284791 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
/proc/17259/statm: 4765878 1284791 5497 1 0 1301872 0
[pid=17259/tid=17261] ppid=17256 vsize=19063512 memory=5139164 CPUtime=3299.84 cores=0,2
/proc/17259/task/17261/stat : 17261 (java) R 17256 17259 15143 0 -1 4194368 140116 0 0 0 329753 231 0 0 20 0 20 0 30974660 19521036288 1284791 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
[pid=17259/tid=17270] ppid=17256 vsize=19063512 memory=5139164 CPUtime=0 cores=0,2
/proc/17259/task/17270/stat : 17270 (Finalizer) S 17256 17259 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30974665 19521036288 1284791 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
[pid=17259/tid=17277] ppid=17256 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/17259/task/17277/stat : 17277 (Common-Cleaner) S 17256 17259 15143 0 -1 4194368 2943 0 0 0 0 0 0 0 20 0 20 0 30974666 19521036288 1284791 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
[pid=17259/tid=17278] ppid=17256 vsize=19063512 memory=5139164 CPUtime=0 cores=0,2
/proc/17259/task/17278/stat : 17278 (Timer-0) S 17256 17259 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30974723 19521036288 1284791 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
Current children cumulated CPU time: 3373.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5139164 KiB

[startup+3402.3 s]
/proc/loadavg: 4.20 4.25 4.25 5/332 18448
/proc/meminfo: memFree=109805856/131382112 swapFree=33010684/33010684
[pid=17259] ppid=17256 vsize=19063512 memory=5139164 CPUtime=3434.07 cores=0,2
/proc/17259/stat : 17259 (java) S 17256 17259 15143 0 -1 4194304 278936 0 0 0 342923 484 0 0 20 0 20 0 30974658 19521036288 1284791 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
/proc/17259/statm: 4765878 1284791 5497 1 0 1301872 0
[pid=17259/tid=17261] ppid=17256 vsize=19063512 memory=5139164 CPUtime=3359.07 cores=0,2
/proc/17259/task/17261/stat : 17261 (java) R 17256 17259 15143 0 -1 4194368 141530 0 0 0 335673 234 0 0 20 0 20 0 30974660 19521036288 1284791 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
[pid=17259/tid=17270] ppid=17256 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/17259/task/17270/stat : 17270 (Finalizer) S 17256 17259 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30974665 19521036288 1284791 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
[pid=17259/tid=17277] ppid=17256 vsize=19063512 memory=11264 CPUtime=0.01 cores=0,2
/proc/17259/task/17277/stat : 17277 (Common-Cleaner) S 17256 17259 15143 0 -1 4194368 3016 0 0 0 0 1 0 0 20 0 20 0 30974666 19521036288 1284791 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
[pid=17259/tid=17278] ppid=17256 vsize=19063512 memory=5139164 CPUtime=0 cores=0,2
/proc/17259/task/17278/stat : 17278 (Timer-0) S 17256 17259 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30974723 19521036288 1284791 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
Current children cumulated CPU time: 3434.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5139164 KiB

[startup+3462.3 s]
/proc/loadavg: 4.16 4.23 4.24 5/332 18452
/proc/meminfo: memFree=109205176/131382112 swapFree=33010684/33010684
[pid=17259] ppid=17256 vsize=19063512 memory=5139164 CPUtime=3494.31 cores=0,2
/proc/17259/stat : 17259 (java) S 17256 17259 15143 0 -1 4194304 282471 0 0 0 348941 490 0 0 20 0 20 0 30974658 19521036288 1284791 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
/proc/17259/statm: 4765878 1284791 5497 1 0 1301872 0
[pid=17259/tid=17261] ppid=17256 vsize=19063512 memory=5139164 CPUtime=3418.45 cores=0,2
/proc/17259/task/17261/stat : 17261 (java) R 17256 17259 15143 0 -1 4194368 144179 0 0 0 341609 236 0 0 20 0 20 0 30974660 19521036288 1284791 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
[pid=17259/tid=17270] ppid=17256 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/17259/task/17270/stat : 17270 (Finalizer) S 17256 17259 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30974665 19521036288 1284791 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
[pid=17259/tid=17277] ppid=17256 vsize=19063512 memory=14340 CPUtime=0.01 cores=0,2
/proc/17259/task/17277/stat : 17277 (Common-Cleaner) S 17256 17259 15143 0 -1 4194368 3016 0 0 0 0 1 0 0 20 0 20 0 30974666 19521036288 1284791 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
[pid=17259/tid=17278] ppid=17256 vsize=19063512 memory=-6000919481296643438 CPUtime=0 cores=0,2
/proc/17259/task/17278/stat : 17278 (Timer-0) S 17256 17259 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30974723 19521036288 1284791 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
Current children cumulated CPU time: 3494.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5139164 KiB

[startup+3522.3 s]
/proc/loadavg: 4.21 4.23 4.24 5/331 18458
/proc/meminfo: memFree=109111508/131382112 swapFree=33010684/33010684
[pid=17259] ppid=17256 vsize=19063512 memory=5139164 CPUtime=3555.18 cores=0,2
/proc/17259/stat : 17259 (java) S 17256 17259 15143 0 -1 4194304 287389 0 0 0 355021 497 0 0 20 0 20 0 30974658 19521036288 1284791 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
/proc/17259/statm: 4765878 1284791 5497 1 0 1301888 0
[pid=17259/tid=17261] ppid=17256 vsize=19063512 memory=5139164 CPUtime=3477.7 cores=0,2
/proc/17259/task/17261/stat : 17261 (java) R 17256 17259 15143 0 -1 4194368 147095 0 0 0 347531 239 0 0 20 0 20 0 30974660 19521036288 1284791 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
[pid=17259/tid=17270] ppid=17256 vsize=19063512 memory=21484 CPUtime=0 cores=0,2
/proc/17259/task/17270/stat : 17270 (Finalizer) S 17256 17259 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30974665 19521036288 1284791 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
[pid=17259/tid=17277] ppid=17256 vsize=19063512 memory=-6000919481296643438 CPUtime=0.01 cores=0,2
/proc/17259/task/17277/stat : 17277 (Common-Cleaner) S 17256 17259 15143 0 -1 4194368 3047 0 0 0 0 1 0 0 20 0 20 0 30974666 19521036288 1284791 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
[pid=17259/tid=17278] ppid=17256 vsize=19063512 memory=5139164 CPUtime=0 cores=0,2
/proc/17259/task/17278/stat : 17278 (Timer-0) S 17256 17259 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30974723 19521036288 1284791 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
Current children cumulated CPU time: 3555.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5139164 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3567 s]*
/proc/loadavg: 4.16 4.21 4.23 5/330 18460
/proc/meminfo: memFree=109017660/131382112 swapFree=33010684/33010684
[pid=17259] ppid=17256 vsize=19063512 memory=5139164 CPUtime=3600.03 cores=0,2
/proc/17259/stat : 17259 (java) S 17256 17259 15143 0 -1 4194304 289186 0 0 0 359503 500 0 0 20 0 20 0 30974658 19521036288 1284791 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
/proc/17259/statm: 4765878 1284791 5497 1 0 1301888 0
[pid=17259/tid=17261] ppid=17256 vsize=19063512 memory=7686721470247706567 CPUtime=3522 cores=0,2
/proc/17259/task/17261/stat : 17261 (java) R 17256 17259 15143 0 -1 4194368 147755 0 0 0 351960 240 0 0 20 0 20 0 30974660 19521036288 1284791 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
[pid=17259/tid=17270] ppid=17256 vsize=19063512 memory=-4050210904893735570 CPUtime=0 cores=0,2
/proc/17259/task/17270/stat : 17270 (Finalizer) S 17256 17259 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30974665 19521036288 1284791 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
[pid=17259/tid=17277] ppid=17256 vsize=19063512 memory=0 CPUtime=0.01 cores=0,2
/proc/17259/task/17277/stat : 17277 (Common-Cleaner) S 17256 17259 15143 0 -1 4194368 3121 0 0 0 0 1 0 0 20 0 20 0 30974666 19521036288 1284791 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
[pid=17259/tid=17278] ppid=17256 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/17259/task/17278/stat : 17278 (Timer-0) S 17256 17259 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30974723 19521036288 1284791 18446744073709551615 94439116177408 94439116181104 140730668539680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94439116188920 94439116189712 94439141486592 140730668542253 140730668542438 140730668542438 140730668548040 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5139164 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.18 s, system=5.04599 s

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

[startup+3567.12 s]*
/proc/loadavg: 4.16 4.21 4.23 5/312 18463
/proc/meminfo: memFree=112154248/131382112 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3567.16
CPU time (s): 3600.23
CPU user time (s): 3595.18
CPU system time (s): 5.04599
CPU usage (%): 100.927
Max. virtual memory (cumulated for all children) (KiB): 19069308
Max. memory (cumulated for all children) (KiB): 5139164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.18
system time used= 5.04599
maximum resident set size= 5140444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 291898
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1074424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 125219
involuntary context switches= 13021


# summary of solver processes directly reported to runsolver:
#   pid: 17259
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3595.18
#   total CPU system time (s): 5.04599

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.2059 second user time and 38.1707 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-06-29 01:22:35
IDJOB=4493703
IDBENCH=147870
IDSOLVER=3362
FILE ID=nodeC007/4493703-1751152955
RUNJOBID= nodeC007-1751145946-15153
SLURM_JOB_ID= 9587454
Free space on /tmp= 433008 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/prestwich/armies/normalized-army13.24ls.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4493703-1751152955/watcher-4493703-1751152955 -o /tmp/evaluation-result-4493703-1751152955/solver-4493703-1751152955 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751145946-15153 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4493703-1751152955 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4493703-1751152955.opb

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

MD5SUM BENCH= 1f94bd3a314413948630d2f259d38fd6
RANDOM SEED=130525726

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        111833252 kB
MemAvailable:   112594244 kB
Buffers:            3280 kB
Cached:          1571820 kB
SwapCached:            0 kB
Active:         17664580 kB
Inactive:        1326596 kB
Active(anon):   17434176 kB
Inactive(anon):        0 kB
Active(file):     230404 kB
Inactive(file):  1326596 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3320 kB
Writeback:             0 kB
AnonPages:      17417380 kB
Mapped:           122252 kB
Shmem:             17960 kB
KReclaimable:      87240 kB
Slab:             169132 kB
SReclaimable:      87240 kB
SUnreclaim:        81892 kB
KernelStack:        5052 kB
PageTables:        37988 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   17998776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150440 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  17004544 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432988 MiB
End job on nodeC007 at 2025-06-29 02:22:03