Trace number 4446701

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.23 3577.49

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K162.opb
MD5SUM3691972eca5819945d0aaf6ae8165cd0
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 benchmark3001.01
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19278
Total number of constraints19604
Number of constraints which are clauses19442
Number of constraints which are cardinality constraints (but not clauses)162
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint162
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 163
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.14/0.14	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.14	 - never skip resolution steps
0.14/0.14	 - Auto-division on coefficients is disabled
0.14/0.14	 - No postprocessing
0.14/0.14	 - Conflict is considered as is when resolving
0.14/0.14	 - Use constraints as they come during conflict analysis
0.14/0.14	 - Weaken first using unassigned literals
0.14/0.14	 - Bump strategy: ALWAYS_ONE
0.14/0.14	 - Bumper: EFFECTIVE
0.14/0.14	--- Begin Solver configuration ---
0.14/0.14	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.14	Learn all clauses as in MiniSAT
0.14/0.14	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.14	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.14	No reason simplification
0.14/0.14	Dynamic restart strategy considering the size of the coefficients
0.14/0.14	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.14	timeout=2147483s
0.14/0.14	DB Simplification allowed=false
0.14/0.14	Listener: none
0.14/0.14	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Use constraints as they come during conflict analysis
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: EFFECTIVE
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Dynamic restart strategy considering the size of the coefficients
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4446701-1721346138.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  no objective function found
2.18/1.25	c ... done. Wall clock time 1.101s.
2.18/1.26	c declared #vars     19278
2.18/1.26	c #constraints  19604
2.18/1.26	c constraints type 
2.18/1.26	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2093
2.18/1.26	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 162
2.18/1.26	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 17347
2.18/1.26	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
2.18/1.26	c 19604 constraints processed.
197.53/190.96	c cleaning 2449 clauses out of 5000 with flag 0/5000
674.69/667.30	c cleaning 4248 clauses out of 8551 with flag 0/11000
1277.73/1267.81	c cleaning 5608 clauses out of 11303 with flag 0/18000
3600.07/3577.42	c starts		: 22
3600.07/3577.42	c conflicts		: 23727
3600.07/3577.42	c decisions		: 266245
3600.07/3577.42	c propagations		: 26892445
3600.07/3577.42	c inspects		: 114320689
3600.07/3577.42	c shortcuts		: 0
3600.07/3577.42	c learnt literals	: 0
3600.07/3577.42	c learnt binary clauses	: 0
3600.07/3577.42	c learnt ternary clauses	: 75
3600.07/3577.42	c learnt constraints	: 23726
3600.07/3577.42	c ignored constraints	: 0
3600.07/3577.42	c root simplifications	: 0
3600.07/3577.42	c removed literals (reason simplification)	: 0
3600.07/3577.42	c reason swapping (by a shorter reason)	: 0
3600.07/3577.42	c Calls to reduceDB	: 3
3600.07/3577.42	c Number of update (reduction) of LBD	: 56614
3600.07/3577.42	c Imported unit clauses	: 0
3600.07/3577.42	c No decision after first conflict	: false
3600.07/3577.42	c number of reductions to clauses (during analyze)	: 0
3600.07/3577.42	c number of learned constraints concerned by reduction	: 0
3600.07/3577.42	c number of learning phase by resolution	: 0
3600.07/3577.42	c number of learning phase by cutting planes	: 0
3600.07/3577.42	c number of rounding to 1 operations	: 0
3600.07/3577.42	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3577.42	c number of reductions of the coefficients by power 2 	: 0
3600.07/3577.42	c number of right shift for reduction by power 2 	: 0
3600.07/3577.42	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3577.42	c number of ending skipping 	: 0
3600.07/3577.42	c number of internal skipping 	: 0
3600.07/3577.42	c number of derivation steps 	: 1410060
3600.07/3577.42	c number of skipped derivation steps 	: 0
3600.07/3577.42	c number of remaining unassigned 	: 351063
3600.07/3577.42	c number of remaining assigned 	: 46913385
3600.07/3577.42	c number of falsified literals weakened from reason	: 0
3600.07/3577.42	c number of falsified literals weakened from conflict	: 0
3600.07/3577.42	c time for arithmetic operations	: 761841540789
3600.07/3577.42	c minimum degree of deleted constraints	: 1
3600.07/3577.45	c maximum degree of deleted constraints	: 8177847824316266830432194439680742196423396311379990916439951807965547808659372194172311781299513839571748366640868330082676753206436008441735200992278932817787848492795344799922175724451233698165745581435994940089725754608203150943192513844433692495710246556332534653104692858054081056318406418776116045993543835902955605865382088404364598387543245734342440351689395458268681284487238921641864870175726190423937783220410293858625256532567888389479181788762127928645293286020603066394339456274476771111596370228586490174938105205038571042462583161804251639121889583960136747843873802782194680499085619641169151373019924007003545100873839384466701411915361817074488670590744485705422729364654566946020546425488351214119588172685869872224302165555424242253563414033462324851252252669465418859913390804346711483968525176200818729932930938826030698308112442427351199984330708248127297310181830964423137376821002098940211487428214512117489254498015214197581082456931380127502658044119238482812234722972244578942189098567905852818840506186110715037149492883796896707979418930820751984338095105802109339404495678008988967040426586635586910036764831136366377081403134676701353207191875717739913445075965379673660318099444242735431811544642195832337462354751637004463322650867666628946238615052807083944268239052906764292207224951251932989506630880659548947523833823488807370625434971624889742160691905862947589604257434452925978979187525448089074224459302954064542434121671783287937946617724188874425173071110890157386618569990619861573924040106647182193665052956574188371020349292552781878422446599978661904433427991926961629608551716291828284990648133762173610127654140593495992087129401943009675741011627837638938155499854523562318009407262426588623217118392462037675159451887789358952905236973146864912385779218459022335528607231514210437103392644354462565698547634547690758172265874061842807035862948535488309297677599934974922117950374818191903491063904232052557397315128061537059751115056457219465422848408800389056038856303666738741541567901763451304087531302395439174798525571774278221231272164314210559684415098909567174690996998771556527751474772520704794133304900674534939707972840573930109538110337948833332303340780151499284321728597118572891404323020286688404506910880220519382760889095077374066241152309147650994462947932450926214179065983370942061842100862378696154572684986804148107125465028091948512805250662133220118986856901559454574782386358495408100488073976530134261961980237020400899580304326233472474575049773909898184214023948986500159409917393802753604482614890825557044726722337498153012016011983865255116675163165862299732948654257078772717653594141168449292938883854526732991673726470551167231340960204418290964489867571991709175979616336542082768575829676058652254794890331405845957569018283174062239333438928418468059010724273996715595036393125457742327298617725937904960755574715003779344647840847943279119177586802251912464172400254597576986428585103155675278182803839977318800538590148770962348088525205602494973573183071198193043605169285020896072827322527072041154113683003601524007983678853568353182742347807254855728635500767129680517047580838762594113565970572472122296211824963800874170693355211720910121102606341004939537336412681471759946873990780352112451242228874987389112916370911537178626876897607268644501181808350884630181539295319386428960645300498969865579996149524144436388146453568627314267262839107337918924902992448246555605274236294590448335840491639251315804651274549962040489257736419467550341746918659078056654615514783854993402479355996707222799516312868832418917198737984105150874493683587956265278829328033889831944998934695488649288357498532110552651097421722774483801091420223689811970252993090645113467019852703595880768621668279093997258165184305627369921643034880202237782658234576548789396703914987524465573715763880522578605117897850118268942414635004435350056073691799348650939925714491921268433800837312928828842281265610340912865077990466296798181959306737431932170896062887348315212045461113825134430415166996754937461240337793775331185437000046044947446633117732813980321511492298004385701449466805807199116208165251939046954441698532405816465408518872735206267919300592014018259008040113688597391528772397529336453796315645695248965890204057439715731445025282366818354818341945309062540942137179651569866723793969767880144642819835295142995996857709953583055274312169313147239527571573465752347626810748836612569496733355740877460295511811707931998647843893915521324210449856036467133808632937572970795677684234870397420072437056048839471972186231310158819079763340931681352289011801171745640033663719220829043051295179668177700498712599948643304947187975191120014574757622756607406478792412791450055327268493125291368995221564785343881298207942411770661138512822327660522181084208997259541669114005434540804617260745314629923822603096033823949992854026626974553486544998227612453851988360962718757077503088727499451621510736152036029919992139633280334108253804437744083005451781244413810948570020104551287794776955398227963003665579638100338740244949159148631581963755805021882331942816628515736548019310380571800171394899213052379021770050015726391106749663478480445163857940043290929581426952573745604942063283206136774019393613801805326241351668065657917802176882647697718111830243246709026434128181729797284346238006770305367713924538264231099513236868974522715870684023186561661086624655508409937690776835465753440373423744362326526330230459461686779878010517271391594190994475425163975905977584551587303891711390350832250182933269457553709818540534370293207650837767933116843071507440394956866481362966280885770931886971306582732165441566727524677735073925780605992186238158052925108339566696154521755389712582043415046375873274304685650520609402786085397215288293739028183441915528146221859498279127850790351165138000705110254612112316773407939752800058748951383658651469283895431815745912578158950625237058010296282695014823011868488201229212107167065151097016992356074256290243917674649226376454557987390629668617988654898164136314966140317963649155625492229861671738372545722159851406811490436698526943627682546600669122761658502249333393264847650976859738910648230493924694839236430714665027916705060212793019405469626765223045370082366078088174717860115946278108201348449312806305950231607764828009029036353958860437051090574512265738491184719585248464429172085928780082059805117782038519588591353335207637485938348372061925708876853986846529927568916945528921573794166566133334462393763716090041718483313547774415375656945399286690794395600145779776751621919742058205922500671725627194950133730860362640891164839437679198038822096586420288043465833554464747592022856829218276708904939563880770148069464109271492359008592279312108887028038988581695847661767150026704022878349623818672860688873808931585979982254634549308985709720587150453622105415265618428033861909009818049838906615487942228733805508554327066109228651165263625284807211066201173393572515111183267014443172725945392698447392503190508856005519132115291949620154883458919665934198482763343770564019718817146659748571990981836131745080810465451802789206021763230701265371303747053552410676473339152536653034009047451072470745083650456124657351130291283714053934130490895941999021020943275493710298430773906455135134151931693857829026391878597491494756266036186331062957067950821109097184833321620663816833816427461492419198947535223060577897140856498754474773865810348546879122316903187938299884941915614878627074535763614643015791322928847403622769597609013587310966812523042722214402273878126408195970094798885468830103025914177232960487967005008153849999963519046519152147106371883970028852988618967871840615327167971601401581277154089895082565895095110335845022075940383882524588753438185067113256377803142498706500819548152452396799002085175201760885776672436431705894929467459628159590956920222197756324273959229773203024316625324765579729924813705608613691521603470670535766355361243764046961275542081679261499014036485480556949244665001020389629560909428479409941290396163115285700961080339875023120834059448880074563881555098457962678024258598616453231488014722494819883008363673021094052263434596758108784158534649474668767797162204341491130019298280095606420862095123204241378060751092853167718035384125808931775232331809901374213991704233175994874389451140439222825940034820285941320289339716391402621852604374813967371100753083521105701096308999102185531917001581819044558402533788735106388289392655368784043767546945908463239572523709837334538650926316280838304071908991759999263565430453623313371516397372064546373494017372670288775239153549181474842351318273268826883502561071351655864962233416150407211025420670887817001536744624886835525640099639894662429530521831335305853154877069671484543555656815868481145666286275171777401532521619350113895772030209375130546026429962785136970235163245713063313443859933758620072145093288949335159785501537509879343447374017952848285728036895776428418677201511507813241011957618296575972642775104491940394438528112279175977899276897384844296324266970640146207097754428018797644647401606960329151061295690000000
3600.07/3577.45	c number of deleted constraints	: 12305
3600.07/3577.45	c speed (assignments/second)	: 7519.888562531598
3600.07/3577.45	c non guided choices	: 7685
3600.07/3577.46	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 709
3600.07/3577.46	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 3541
3600.07/3577.46	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 7171
3600.07/3577.46	s UNKNOWN
3600.07/3577.46	c Total wall clock time (in seconds): 3577.315

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=1003742, runsolver pid=1003739

[startup+0.100464 s]*
/proc/loadavg: 4.54 4.26 4.14 8/330 1003760
/proc/meminfo: memFree=112038848/131524600 swapFree=131071996/131071996
[pid=1003742] ppid=1003739 vsize=18975048 memory=64764 CPUtime=0.14 cores=4,6
/proc/1003742/stat : 1003742 (java) S 1003739 1003742 1001648 0 -1 1077936128 7119 0 0 0 12 2 0 0 20 0 18 0 186783518 19430449152 16191 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
/proc/1003742/statm: 4743762 16191 5653 1 0 549357 0
[pid=1003742/tid=1003744] ppid=1003739 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/1003742/task/1003744/stat : 1003744 (java) R 1003739 1003742 1001648 0 -1 1077936192 5690 0 0 0 7 1 0 0 20 0 18 0 186783518 19430449152 16191 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
[pid=1003742/tid=1003753] ppid=1003739 vsize=18975048 memory=228556276070 CPUtime=0 cores=4,6
/proc/1003742/task/1003753/stat : 1003753 (Finalizer) S 1003739 1003742 1001648 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 186783520 19430449152 16191 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
[pid=1003742/tid=1003760] ppid=1003739 vsize=18975048 memory=15817789847927870 CPUtime=0 cores=4,6
/proc/1003742/task/1003760/stat : 1003760 (Common-Cleaner) S 1003739 1003742 1001648 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 186783521 19430449152 16191 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64764 KiB

[startup+0.205785 s]*
/proc/loadavg: 4.54 4.26 4.14 8/330 1003760
/proc/meminfo: memFree=112014192/131524600 swapFree=131071996/131071996
[pid=1003742] ppid=1003739 vsize=18975048 memory=87772 CPUtime=0.34 cores=4,6
/proc/1003742/stat : 1003742 (java) S 1003739 1003742 1001648 0 -1 1077936128 7636 0 0 0 31 3 0 0 20 0 18 0 186783518 19430449152 21943 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
/proc/1003742/statm: 4743762 21943 5843 1 0 549680 0
[pid=1003742/tid=1003744] ppid=1003739 vsize=18975048 memory=6876556183782621315 CPUtime=0.18 cores=4,6
/proc/1003742/task/1003744/stat : 1003744 (java) R 1003739 1003742 1001648 0 -1 4194368 5954 0 0 0 16 2 0 0 20 0 18 0 186783518 19430449152 21943 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
[pid=1003742/tid=1003753] ppid=1003739 vsize=18975048 memory=17963 CPUtime=0 cores=4,6
/proc/1003742/task/1003753/stat : 1003753 (Finalizer) S 1003739 1003742 1001648 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 186783520 19430449152 21943 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
[pid=1003742/tid=1003760] ppid=1003739 vsize=18975048 memory=14697378909259238 CPUtime=0 cores=4,6
/proc/1003742/task/1003760/stat : 1003760 (Common-Cleaner) S 1003739 1003742 1001648 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 186783521 19430449152 21943 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 87772 KiB

[startup+0.305789 s]*
/proc/loadavg: 4.54 4.26 4.14 10/331 1003761
/proc/meminfo: memFree=111935900/131524600 swapFree=131071996/131071996
[pid=1003742] ppid=1003739 vsize=19041612 memory=167952 CPUtime=0.49 cores=4,6
/proc/1003742/stat : 1003742 (java) S 1003739 1003742 1001648 0 -1 1077936128 9246 0 0 0 44 5 0 0 20 0 19 0 186783518 19498610688 41988 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
/proc/1003742/statm: 4760403 41988 5859 1 0 550971 0
[pid=1003742/tid=1003744] ppid=1003739 vsize=19041612 memory=-7597112403956623456 CPUtime=0.24 cores=4,6
/proc/1003742/task/1003744/stat : 1003744 (java) R 1003739 1003742 1001648 0 -1 4194368 5996 0 0 0 20 4 0 0 20 0 19 0 186783518 19498610688 41988 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
[pid=1003742/tid=1003753] ppid=1003739 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1003742/task/1003753/stat : 1003753 (Finalizer) S 1003739 1003742 1001648 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 186783520 19498610688 41988 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
[pid=1003742/tid=1003760] ppid=1003739 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1003742/task/1003760/stat : 1003760 (Common-Cleaner) S 1003739 1003742 1001648 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 186783521 19498610688 41988 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 167952 KiB

[startup+0.700785 s]
/proc/loadavg: 4.54 4.26 4.14 7/331 1003761
/proc/meminfo: memFree=111630000/131524600 swapFree=131071996/131071996
[pid=1003742] ppid=1003739 vsize=19041612 memory=1105592 CPUtime=1.21 cores=4,6
/proc/1003742/stat : 1003742 (java) S 1003739 1003742 1001648 0 -1 1077936128 14466 0 0 0 97 24 0 0 20 0 19 0 186783518 19498610688 276398 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
/proc/1003742/statm: 4760403 276398 5859 1 0 1108702 0
[pid=1003742/tid=1003744] ppid=1003739 vsize=19041612 memory=5492 CPUtime=0.59 cores=4,6
/proc/1003742/task/1003744/stat : 1003744 (java) R 1003739 1003742 1001648 0 -1 4194368 6452 0 0 0 37 22 0 0 20 0 19 0 186783518 19498610688 276398 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
[pid=1003742/tid=1003753] ppid=1003739 vsize=19041612 memory=12312 CPUtime=0 cores=4,6
/proc/1003742/task/1003753/stat : 1003753 (Finalizer) S 1003739 1003742 1001648 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 186783520 19498610688 276398 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
[pid=1003742/tid=1003760] ppid=1003739 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1003742/task/1003760/stat : 1003760 (Common-Cleaner) S 1003739 1003742 1001648 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 186783521 19498610688 276398 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1105592 KiB

[startup+1.50022 s]
/proc/loadavg: 4.54 4.26 4.14 7/331 1003761
/proc/meminfo: memFree=109968832/131524600 swapFree=131071996/131071996
[pid=1003742] ppid=1003739 vsize=19108176 memory=2640456 CPUtime=2.77 cores=4,6
/proc/1003742/stat : 1003742 (java) S 1003739 1003742 1001648 0 -1 1077936128 23605 0 0 0 222 55 0 0 20 0 20 0 186783518 19566772224 660114 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
/proc/1003742/statm: 4777044 660114 5859 1 0 1113106 0
[pid=1003742/tid=1003744] ppid=1003739 vsize=19108176 memory=12312 CPUtime=1.31 cores=4,6
/proc/1003742/task/1003744/stat : 1003744 (java) R 1003739 1003742 1001648 0 -1 4194368 7363 0 0 0 81 50 0 0 20 0 20 0 186783518 19566772224 660114 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
[pid=1003742/tid=1003753] ppid=1003739 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1003742/task/1003753/stat : 1003753 (Finalizer) S 1003739 1003742 1001648 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 186783520 19566772224 660114 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
[pid=1003742/tid=1003760] ppid=1003739 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1003742/task/1003760/stat : 1003760 (Common-Cleaner) S 1003739 1003742 1001648 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 186783521 19566772224 660114 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
Current children cumulated CPU time: 2.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2640456 KiB

[startup+3.10879 s]
/proc/loadavg: 4.54 4.26 4.14 6/332 1003762
/proc/meminfo: memFree=109456388/131524600 swapFree=131071996/131071996
[pid=1003742] ppid=1003739 vsize=19108176 memory=2642320 CPUtime=5.95 cores=4,6
/proc/1003742/stat : 1003742 (java) S 1003739 1003742 1001648 0 -1 1077936128 24053 0 0 0 540 55 0 0 20 0 20 0 186783518 19566772224 660580 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
/proc/1003742/statm: 4777044 660580 5859 1 0 1113227 0
[pid=1003742/tid=1003744] ppid=1003739 vsize=19108176 memory=198340509722 CPUtime=2.9 cores=4,6
/proc/1003742/task/1003744/stat : 1003744 (java) R 1003739 1003742 1001648 0 -1 4194368 7366 0 0 0 240 50 0 0 20 0 20 0 186783518 19566772224 660580 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
[pid=1003742/tid=1003753] ppid=1003739 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1003742/task/1003753/stat : 1003753 (Finalizer) S 1003739 1003742 1001648 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 186783520 19566772224 660580 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
[pid=1003742/tid=1003760] ppid=1003739 vsize=19108176 memory=12312 CPUtime=0 cores=4,6
/proc/1003742/task/1003760/stat : 1003760 (Common-Cleaner) S 1003739 1003742 1001648 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 186783521 19566772224 660580 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
[pid=1003742/tid=1003762] ppid=1003739 vsize=19108176 memory=2640980 CPUtime=0 cores=4,6
/proc/1003742/task/1003762/stat : 1003762 (Timer-0) S 1003739 1003742 1001648 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186783644 19566772224 660580 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
Current children cumulated CPU time: 5.95 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2642320 KiB

[startup+6.30079 s]
/proc/loadavg: 4.73 4.31 4.15 8/332 1003764
/proc/meminfo: memFree=109459608/131524600 swapFree=131071996/131071996
[pid=1003742] ppid=1003739 vsize=19108176 memory=2645784 CPUtime=10.27 cores=4,6
/proc/1003742/stat : 1003742 (java) S 1003739 1003742 1001648 0 -1 1077936128 26017 0 0 0 971 56 0 0 20 0 20 0 186783518 19566772224 661446 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
/proc/1003742/statm: 4777044 661446 5874 1 0 1113991 0
[pid=1003742/tid=1003744] ppid=1003739 vsize=19108176 memory=0 CPUtime=6.1 cores=4,6
/proc/1003742/task/1003744/stat : 1003744 (java) R 1003739 1003742 1001648 0 -1 4194368 7366 0 0 0 559 51 0 0 20 0 20 0 186783518 19566772224 661446 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
[pid=1003742/tid=1003753] ppid=1003739 vsize=19108176 memory=12312 CPUtime=0 cores=4,6
/proc/1003742/task/1003753/stat : 1003753 (Finalizer) S 1003739 1003742 1001648 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 186783520 19566772224 661446 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
[pid=1003742/tid=1003760] ppid=1003739 vsize=19108176 memory=2641508 CPUtime=0 cores=4,6
/proc/1003742/task/1003760/stat : 1003760 (Common-Cleaner) S 1003739 1003742 1001648 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 186783521 19566772224 661446 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
[pid=1003742/tid=1003762] ppid=1003739 vsize=19108176 memory=2638340 CPUtime=0 cores=4,6
/proc/1003742/task/1003762/stat : 1003762 (Timer-0) S 1003739 1003742 1001648 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186783644 19566772224 661446 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
Current children cumulated CPU time: 10.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2645784 KiB

[startup+12.7003 s]
/proc/loadavg: 4.84 4.34 4.16 5/332 1003764
/proc/meminfo: memFree=109426836/131524600 swapFree=131071996/131071996
[pid=1003742] ppid=1003739 vsize=19108176 memory=2647184 CPUtime=18.43 cores=4,6
/proc/1003742/stat : 1003742 (java) S 1003739 1003742 1001648 0 -1 1077936128 37055 0 0 0 1785 58 0 0 20 0 20 0 186783518 19566772224 661796 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
/proc/1003742/statm: 4777044 661796 5874 1 0 1116344 0
[pid=1003742/tid=1003744] ppid=1003739 vsize=19108176 memory=2647060 CPUtime=12.48 cores=4,6
/proc/1003742/task/1003744/stat : 1003744 (java) R 1003739 1003742 1001648 0 -1 4194368 9117 0 0 0 1197 51 0 0 20 0 20 0 186783518 19566772224 661796 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
[pid=1003742/tid=1003753] ppid=1003739 vsize=19108176 memory=12340 CPUtime=0 cores=4,6
/proc/1003742/task/1003753/stat : 1003753 (Finalizer) S 1003739 1003742 1001648 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 186783520 19566772224 661796 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
[pid=1003742/tid=1003760] ppid=1003739 vsize=19108176 memory=4641350100799023464 CPUtime=0 cores=4,6
/proc/1003742/task/1003760/stat : 1003760 (Common-Cleaner) S 1003739 1003742 1001648 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 186783521 19566772224 661796 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
[pid=1003742/tid=1003762] ppid=1003739 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1003742/task/1003762/stat : 1003762 (Timer-0) S 1003739 1003742 1001648 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186783644 19566772224 661796 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
Current children cumulated CPU time: 18.43 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2647184 KiB

[startup+25.5003 s]
/proc/loadavg: 5.31 4.47 4.21 6/333 1003904
/proc/meminfo: memFree=112423452/131524600 swapFree=131071996/131071996
[pid=1003742] ppid=1003739 vsize=19108176 memory=2647244 CPUtime=31.26 cores=4,6
/proc/1003742/stat : 1003742 (java) S 1003739 1003742 1001648 0 -1 1077936128 40086 0 0 0 3067 59 0 0 20 0 20 0 186783518 19566772224 661811 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
/proc/1003742/statm: 4777044 661811 5874 1 0 1116344 0
[pid=1003742/tid=1003744] ppid=1003739 vsize=19108176 memory=4641350100799023464 CPUtime=25.24 cores=4,6
/proc/1003742/task/1003744/stat : 1003744 (java) R 1003739 1003742 1001648 0 -1 4194368 10923 0 0 0 2473 51 0 0 20 0 20 0 186783518 19566772224 661811 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
[pid=1003742/tid=1003753] ppid=1003739 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1003742/task/1003753/stat : 1003753 (Finalizer) S 1003739 1003742 1001648 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 186783520 19566772224 661811 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
[pid=1003742/tid=1003760] ppid=1003739 vsize=19108176 memory=2647184 CPUtime=0 cores=4,6
/proc/1003742/task/1003760/stat : 1003760 (Common-Cleaner) S 1003739 1003742 1001648 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 186783521 19566772224 661811 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
[pid=1003742/tid=1003762] ppid=1003739 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1003742/task/1003762/stat : 1003762 (Timer-0) S 1003739 1003742 1001648 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186783644 19566772224 661811 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
Current children cumulated CPU time: 31.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2647244 KiB

[startup+51.1057 s]
/proc/loadavg: 5.00 4.46 4.21 5/333 1003907
/proc/meminfo: memFree=112255804/131524600 swapFree=131071996/131071996
[pid=1003742] ppid=1003739 vsize=19108176 memory=2690804 CPUtime=57.21 cores=4,6
/proc/1003742/stat : 1003742 (java) S 1003739 1003742 1001648 0 -1 1077936128 50311 0 0 0 5660 61 0 0 20 0 20 0 186783518 19566772224 672701 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
/proc/1003742/statm: 4777044 672701 5890 1 0 1116394 0
[pid=1003742/tid=1003744] ppid=1003739 vsize=19108176 memory=-7597112403956623456 CPUtime=50.72 cores=4,6
/proc/1003742/task/1003744/stat : 1003744 (java) R 1003739 1003742 1001648 0 -1 4194368 13379 0 0 0 5021 51 0 0 20 0 20 0 186783518 19566772224 672701 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
[pid=1003742/tid=1003753] ppid=1003739 vsize=19108176 memory=2690696 CPUtime=0 cores=4,6
/proc/1003742/task/1003753/stat : 1003753 (Finalizer) S 1003739 1003742 1001648 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 186783520 19566772224 672701 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
[pid=1003742/tid=1003760] ppid=1003739 vsize=19108176 memory=2220 CPUtime=0 cores=4,6
/proc/1003742/task/1003760/stat : 1003760 (Common-Cleaner) S 1003739 1003742 1001648 0 -1 1077936192 57 0 0 0 0 0 0 0 20 0 20 0 186783521 19566772224 672701 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
[pid=1003742/tid=1003762] ppid=1003739 vsize=19108176 memory=46904 CPUtime=0 cores=4,6
/proc/1003742/task/1003762/stat : 1003762 (Timer-0) S 1003739 1003742 1001648 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186783644 19566772224 672701 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0

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

/proc/meminfo: memFree=101842848/131524600 swapFree=131071996/131071996
[pid=1003742] ppid=1003739 vsize=19108176 memory=4221692 CPUtime=3179.83 cores=4,6
/proc/1003742/stat : 1003742 (java) S 1003739 1003742 1001648 0 -1 1077936128 312223 0 0 0 317728 255 0 0 20 0 20 0 186783518 19566772224 1055423 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
/proc/1003742/statm: 4777044 1055423 5936 1 0 1070821 0
[pid=1003742/tid=1003744] ppid=1003739 vsize=19108176 memory=12312 CPUtime=3128.83 cores=4,6
/proc/1003742/task/1003744/stat : 1003744 (java) R 1003739 1003742 1001648 0 -1 4194368 92012 0 0 0 312806 77 0 0 20 0 20 0 186783518 19566772224 1055423 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 29 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
[pid=1003742/tid=1003753] ppid=1003739 vsize=19108176 memory=12340 CPUtime=0 cores=4,6
/proc/1003742/task/1003753/stat : 1003753 (Finalizer) S 1003739 1003742 1001648 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 186783520 19566772224 1055423 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
[pid=1003742/tid=1003760] ppid=1003739 vsize=19108176 memory=-7597112403956623456 CPUtime=0 cores=4,6
/proc/1003742/task/1003760/stat : 1003760 (Common-Cleaner) S 1003739 1003742 1001648 0 -1 1077936192 2418 0 0 0 0 0 0 0 20 0 20 0 186783521 19566772224 1055423 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
[pid=1003742/tid=1003762] ppid=1003739 vsize=19108176 memory=12312 CPUtime=0 cores=4,6
/proc/1003742/task/1003762/stat : 1003762 (Timer-0) S 1003739 1003742 1001648 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186783644 19566772224 1055423 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
Current children cumulated CPU time: 3179.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4221692 KiB

[startup+3222.3 s]
/proc/loadavg: 4.19 4.24 4.20 5/333 1005661
/proc/meminfo: memFree=101835864/131524600 swapFree=131071996/131071996
[pid=1003742] ppid=1003739 vsize=19108176 memory=4221692 CPUtime=3239.99 cores=4,6
/proc/1003742/stat : 1003742 (java) S 1003739 1003742 1001648 0 -1 1077936128 313597 0 0 0 323741 258 0 0 20 0 20 0 186783518 19566772224 1055423 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
/proc/1003742/statm: 4777044 1055423 5936 1 0 1070821 0
[pid=1003742/tid=1003744] ppid=1003739 vsize=19108176 memory=12312 CPUtime=3188.21 cores=4,6
/proc/1003742/task/1003744/stat : 1003744 (java) R 1003739 1003742 1001648 0 -1 4194368 93262 0 0 0 318744 77 0 0 20 0 20 0 186783518 19566772224 1055423 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 29 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
[pid=1003742/tid=1003753] ppid=1003739 vsize=19108176 memory=12312 CPUtime=0 cores=4,6
/proc/1003742/task/1003753/stat : 1003753 (Finalizer) S 1003739 1003742 1001648 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 186783520 19566772224 1055423 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
[pid=1003742/tid=1003760] ppid=1003739 vsize=19108176 memory=4221692 CPUtime=0 cores=4,6
/proc/1003742/task/1003760/stat : 1003760 (Common-Cleaner) S 1003739 1003742 1001648 0 -1 1077936192 2418 0 0 0 0 0 0 0 20 0 20 0 186783521 19566772224 1055423 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
[pid=1003742/tid=1003762] ppid=1003739 vsize=19108176 memory=4221692 CPUtime=0 cores=4,6
/proc/1003742/task/1003762/stat : 1003762 (Timer-0) S 1003739 1003742 1001648 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186783644 19566772224 1055423 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
Current children cumulated CPU time: 3239.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4221692 KiB

[startup+3282.3 s]
/proc/loadavg: 4.38 4.28 4.21 6/331 1005671
/proc/meminfo: memFree=101827736/131524600 swapFree=131071996/131071996
[pid=1003742] ppid=1003739 vsize=19108176 memory=4221704 CPUtime=3301.03 cores=4,6
/proc/1003742/stat : 1003742 (java) S 1003739 1003742 1001648 0 -1 1077936128 328706 0 0 0 329840 263 0 0 20 0 20 0 186783518 19566772224 1055426 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
/proc/1003742/statm: 4777044 1055426 5936 1 0 1070832 0
[pid=1003742/tid=1003744] ppid=1003739 vsize=19108176 memory=12340 CPUtime=3247.09 cores=4,6
/proc/1003742/task/1003744/stat : 1003744 (java) R 1003739 1003742 1001648 0 -1 4194368 93717 0 0 0 324632 77 0 0 20 0 20 0 186783518 19566772224 1055426 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 29 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
[pid=1003742/tid=1003753] ppid=1003739 vsize=19108176 memory=4221704 CPUtime=0 cores=4,6
/proc/1003742/task/1003753/stat : 1003753 (Finalizer) S 1003739 1003742 1001648 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 186783520 19566772224 1055426 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
[pid=1003742/tid=1003760] ppid=1003739 vsize=19108176 memory=12312 CPUtime=0 cores=4,6
/proc/1003742/task/1003760/stat : 1003760 (Common-Cleaner) S 1003739 1003742 1001648 0 -1 1077936192 2465 0 0 0 0 0 0 0 20 0 20 0 186783521 19566772224 1055426 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
[pid=1003742/tid=1003762] ppid=1003739 vsize=19108176 memory=46904 CPUtime=0 cores=4,6
/proc/1003742/task/1003762/stat : 1003762 (Timer-0) S 1003739 1003742 1001648 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186783644 19566772224 1055426 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
Current children cumulated CPU time: 3301.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4221704 KiB

[startup+3342.3 s]
/proc/loadavg: 4.42 4.31 4.23 6/331 1005683
/proc/meminfo: memFree=101827248/131524600 swapFree=131071996/131071996
[pid=1003742] ppid=1003739 vsize=19108176 memory=4221704 CPUtime=3362.17 cores=4,6
/proc/1003742/stat : 1003742 (java) S 1003739 1003742 1001648 0 -1 1077936128 329460 0 0 0 335950 267 0 0 20 0 20 0 186783518 19566772224 1055426 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
/proc/1003742/statm: 4777044 1055426 5936 1 0 1070832 0
[pid=1003742/tid=1003744] ppid=1003739 vsize=19108176 memory=12340 CPUtime=3305.95 cores=4,6
/proc/1003742/task/1003744/stat : 1003744 (java) R 1003739 1003742 1001648 0 -1 4194368 93826 0 0 0 330518 77 0 0 20 0 20 0 186783518 19566772224 1055426 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 29 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
[pid=1003742/tid=1003753] ppid=1003739 vsize=19108176 memory=4221704 CPUtime=0 cores=4,6
/proc/1003742/task/1003753/stat : 1003753 (Finalizer) S 1003739 1003742 1001648 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 186783520 19566772224 1055426 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
[pid=1003742/tid=1003760] ppid=1003739 vsize=19108176 memory=4221704 CPUtime=0 cores=4,6
/proc/1003742/task/1003760/stat : 1003760 (Common-Cleaner) S 1003739 1003742 1001648 0 -1 1077936192 2467 0 0 0 0 0 0 0 20 0 20 0 186783521 19566772224 1055426 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
[pid=1003742/tid=1003762] ppid=1003739 vsize=19108176 memory=4221704 CPUtime=0 cores=4,6
/proc/1003742/task/1003762/stat : 1003762 (Timer-0) S 1003739 1003742 1001648 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186783644 19566772224 1055426 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
Current children cumulated CPU time: 3362.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4221704 KiB

[startup+3402.3 s]
/proc/loadavg: 4.32 4.30 4.23 6/330 1005693
/proc/meminfo: memFree=101826764/131524600 swapFree=131071996/131071996
[pid=1003742] ppid=1003739 vsize=19108176 memory=4221708 CPUtime=3423.25 cores=4,6
/proc/1003742/stat : 1003742 (java) S 1003739 1003742 1001648 0 -1 1077936128 330255 0 0 0 342054 271 0 0 20 0 20 0 186783518 19566772224 1055427 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
/proc/1003742/statm: 4777044 1055427 5936 1 0 1070832 0
[pid=1003742/tid=1003744] ppid=1003739 vsize=19108176 memory=12340 CPUtime=3364.62 cores=4,6
/proc/1003742/task/1003744/stat : 1003744 (java) R 1003739 1003742 1001648 0 -1 4194368 94146 0 0 0 336384 78 0 0 20 0 20 0 186783518 19566772224 1055427 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 29 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
[pid=1003742/tid=1003753] ppid=1003739 vsize=19108176 memory=4221704 CPUtime=0 cores=4,6
/proc/1003742/task/1003753/stat : 1003753 (Finalizer) S 1003739 1003742 1001648 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 186783520 19566772224 1055427 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
[pid=1003742/tid=1003760] ppid=1003739 vsize=19108176 memory=4221704 CPUtime=0 cores=4,6
/proc/1003742/task/1003760/stat : 1003760 (Common-Cleaner) S 1003739 1003742 1001648 0 -1 1077936192 2467 0 0 0 0 0 0 0 20 0 20 0 186783521 19566772224 1055427 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
[pid=1003742/tid=1003762] ppid=1003739 vsize=19108176 memory=4221704 CPUtime=0 cores=4,6
/proc/1003742/task/1003762/stat : 1003762 (Timer-0) S 1003739 1003742 1001648 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186783644 19566772224 1055427 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
Current children cumulated CPU time: 3423.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4221708 KiB

[startup+3462.3 s]
/proc/loadavg: 4.71 4.39 4.26 5/330 1005703
/proc/meminfo: memFree=101826300/131524600 swapFree=131071996/131071996
[pid=1003742] ppid=1003739 vsize=19108176 memory=4221708 CPUtime=3483.74 cores=4,6
/proc/1003742/stat : 1003742 (java) S 1003739 1003742 1001648 0 -1 1077936128 330965 0 0 0 348100 274 0 0 20 0 20 0 186783518 19566772224 1055427 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
/proc/1003742/statm: 4777044 1055427 5936 1 0 1070832 0
[pid=1003742/tid=1003744] ppid=1003739 vsize=19108176 memory=12340 CPUtime=3423.42 cores=4,6
/proc/1003742/task/1003744/stat : 1003744 (java) R 1003739 1003742 1001648 0 -1 4194368 94739 0 0 0 342264 78 0 0 20 0 20 0 186783518 19566772224 1055427 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 29 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
[pid=1003742/tid=1003753] ppid=1003739 vsize=19108176 memory=4221704 CPUtime=0 cores=4,6
/proc/1003742/task/1003753/stat : 1003753 (Finalizer) S 1003739 1003742 1001648 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 186783520 19566772224 1055427 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
[pid=1003742/tid=1003760] ppid=1003739 vsize=19108176 memory=4221704 CPUtime=0 cores=4,6
/proc/1003742/task/1003760/stat : 1003760 (Common-Cleaner) S 1003739 1003742 1001648 0 -1 1077936192 2469 0 0 0 0 0 0 0 20 0 20 0 186783521 19566772224 1055427 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
[pid=1003742/tid=1003762] ppid=1003739 vsize=19108176 memory=4221704 CPUtime=0 cores=4,6
/proc/1003742/task/1003762/stat : 1003762 (Timer-0) S 1003739 1003742 1001648 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186783644 19566772224 1055427 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
Current children cumulated CPU time: 3483.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4221708 KiB

[startup+3522.3 s]
/proc/loadavg: 4.61 4.42 4.28 5/333 1005720
/proc/meminfo: memFree=101825424/131524600 swapFree=131071996/131071996
[pid=1003742] ppid=1003739 vsize=19108176 memory=4221720 CPUtime=3544.78 cores=4,6
/proc/1003742/stat : 1003742 (java) S 1003739 1003742 1001648 0 -1 1077936128 345565 0 0 0 354199 279 0 0 20 0 20 0 186783518 19566772224 1055430 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
/proc/1003742/statm: 4777044 1055430 5936 1 0 1070832 0
[pid=1003742/tid=1003744] ppid=1003739 vsize=19108176 memory=12340 CPUtime=3482.32 cores=4,6
/proc/1003742/task/1003744/stat : 1003744 (java) R 1003739 1003742 1001648 0 -1 4194368 95603 0 0 0 348154 78 0 0 20 0 20 0 186783518 19566772224 1055430 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 29 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
[pid=1003742/tid=1003753] ppid=1003739 vsize=19108176 memory=46904 CPUtime=0 cores=4,6
/proc/1003742/task/1003753/stat : 1003753 (Finalizer) S 1003739 1003742 1001648 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 186783520 19566772224 1055430 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
[pid=1003742/tid=1003760] ppid=1003739 vsize=19108176 memory=4221720 CPUtime=0 cores=4,6
/proc/1003742/task/1003760/stat : 1003760 (Common-Cleaner) S 1003739 1003742 1001648 0 -1 1077936192 2562 0 0 0 0 0 0 0 20 0 20 0 186783521 19566772224 1055430 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
[pid=1003742/tid=1003762] ppid=1003739 vsize=19108176 memory=5492 CPUtime=0 cores=4,6
/proc/1003742/task/1003762/stat : 1003762 (Timer-0) S 1003739 1003742 1001648 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186783644 19566772224 1055430 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
Current children cumulated CPU time: 3544.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4221720 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3577.4 s]
/proc/loadavg: 4.44 4.41 4.28 6/333 1005865
/proc/meminfo: memFree=109215404/131524600 swapFree=131071996/131071996
[pid=1003742] ppid=1003739 vsize=19108176 memory=4221720 CPUtime=3600.07 cores=4,6
/proc/1003742/stat : 1003742 (java) S 1003739 1003742 1001648 0 -1 1077936128 345968 0 0 0 359725 282 0 0 20 0 20 0 186783518 19566772224 1055430 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
/proc/1003742/statm: 4777044 1055430 5936 1 0 1070832 0
[pid=1003742/tid=1003744] ppid=1003739 vsize=19108176 memory=6748 CPUtime=3536.61 cores=4,6
/proc/1003742/task/1003744/stat : 1003744 (java) R 1003739 1003742 1001648 0 -1 4194368 95799 0 0 0 353583 78 0 0 20 0 20 0 186783518 19566772224 1055430 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 29 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
[pid=1003742/tid=1003753] ppid=1003739 vsize=19108176 memory=8514726395714956179 CPUtime=0 cores=4,6
/proc/1003742/task/1003753/stat : 1003753 (Finalizer) S 1003739 1003742 1001648 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 186783520 19566772224 1055430 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
[pid=1003742/tid=1003760] ppid=1003739 vsize=19108176 memory=1404222122299264374 CPUtime=0 cores=4,6
/proc/1003742/task/1003760/stat : 1003760 (Common-Cleaner) S 1003739 1003742 1001648 0 -1 1077936192 2563 0 0 0 0 0 0 0 20 0 20 0 186783521 19566772224 1055430 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
[pid=1003742/tid=1003762] ppid=1003739 vsize=19108176 memory=4279135704013707688 CPUtime=0 cores=4,6
/proc/1003742/task/1003762/stat : 1003762 (Timer-0) S 1003739 1003742 1001648 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186783644 19566772224 1055430 134679101440 94678329466880 94678329470576 140733112829776 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94678329478392 94678329479184 94678353473536 140733112837107 140733112837215 140733112837215 140733112844232 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4221720 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.39 s, system=2.83916 s

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

Child status: 143

Real time (s): 3577.49
CPU time (s): 3600.23
CPU user time (s): 3597.39
CPU system time (s): 2.83916
CPU usage (%): 100.636
Max. virtual memory (cumulated for all children) (KiB): 19113540
Max. memory (cumulated for all children) (KiB): 4936452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.39
system time used= 2.83916
maximum resident set size= 4936460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 348468
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 174213
involuntary context switches= 9223


# summary of solver processes directly reported to runsolver:
#   pid: 1003742
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3597.39
#   total CPU system time (s): 2.83916

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.52506 second user time and 17.9731 second system time

The end

Launcher Data

Begin job on nodeC033 at 2024-07-19 01:42:30
IDJOB=4446701
IDBENCH=158293
IDSOLVER=3052
FILE ID=nodeC033/4446701-1721346138
RUNJOBID= nodeC033-1721342580-1001659
SLURM_JOB_ID= 7542741
Free space on /tmp= 890076 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K162.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446701-1721346138/watcher-4446701-1721346138 -o /tmp/evaluation-result-4446701-1721346138/solver-4446701-1721346138 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1721342580-1001659 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4446701-1721346138.opb

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

MD5SUM BENCH= 3691972eca5819945d0aaf6ae8165cd0
RANDOM SEED=1045446781

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3676.264
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.50
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		: 3599.743
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.25
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		: 3646.319
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.50
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		: 3599.743
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.25
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		: 3653.259
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.50
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		: 3599.996
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.25
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		: 3651.360
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.50
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		: 3599.743
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.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        112082860 kB
MemAvailable:   117934852 kB
Buffers:          541276 kB
Cached:          6081756 kB
SwapCached:            0 kB
Active:           990684 kB
Inactive:       17654508 kB
Active(anon):       1556 kB
Inactive(anon): 12066504 kB
Active(file):     989128 kB
Inactive(file):  5588004 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2256 kB
Writeback:             8 kB
AnonPages:      12019548 kB
Mapped:           127204 kB
Shmem:             45908 kB
KReclaimable:     229016 kB
Slab:             357016 kB
SReclaimable:     229016 kB
SUnreclaim:       128000 kB
KernelStack:        5040 kB
PageTables:        33668 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   13856900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            68960 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11669504 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:      273108 kB
DirectMap2M:    28860416 kB
DirectMap1G:    106954752 kB

Free space on /tmp at the end= 890072 MiB
End job on nodeC033 at 2024-07-19 02:42:08