Trace number 4507271

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.27 3455.63

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/sroussel/
ShortestPathTate/normalized-TateBritain_K90.opb
MD5SUMdd58632d9551a3604736dadf6eadc418
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 benchmark50.6923
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6120
Total number of constraints6302
Number of constraints which are clauses6212
Number of constraints which are cardinality constraints (but not clauses)90
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint90
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 91
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
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		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.15	c Pseudo Boolean Optimization by upper bound
0.12/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.15	c  - never skip resolution steps
0.12/0.15	c  - Auto-division on coefficients is disabled
0.12/0.15	c  - No postprocessing
0.12/0.15	c  - Conflict is considered as is when resolving
0.12/0.15	c  - Use constraints as they come during conflict analysis
0.12/0.15	c  - Weaken first using unassigned literals
0.12/0.15	c  - Bump strategy: ALWAYS_ONE
0.12/0.15	c  - Bumper: EFFECTIVE
0.12/0.15	c --- Begin Solver configuration ---
0.12/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.12/0.15	c Learn all clauses as in MiniSAT
0.12/0.15	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.15	c No reason simplification
0.12/0.15	c Dynamic restart strategy considering the size of the coefficients
0.12/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.12/0.15	c timeout=2147483s
0.12/0.15	c DB Simplification allowed=false
0.12/0.15	c Listener: none
0.12/0.15	c --- End Solver configuration ---
0.12/0.15	c solving HOME/instance-4507271-1751187605.opb
0.12/0.15	c reading problem ... 
0.12/0.15	c using VERIPB proof format
0.12/0.16	c  no objective function found
0.70/0.49	c ... done. Wall clock time 0.331s.
0.70/0.49	c declared #vars     6120
0.70/0.49	c #constraints  6302
0.70/0.49	c constraints type 
0.70/0.49	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1157
0.70/0.49	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 90
0.70/0.49	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5053
0.70/0.49	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.70/0.49	c 6302 constraints processed.
100.83/94.59	c cleaning 2499 clauses out of 5001 with flag 0/5001
413.16/403.02	c cleaning 4236 clauses out of 8502 with flag 0/11001
3600.08/3455.51	c starts		: 24
3600.08/3455.52	c conflicts		: 17556
3600.08/3455.52	c decisions		: 84272
3600.08/3455.52	c propagations		: 5321176
3600.08/3455.52	c inspects		: 89026084
3600.08/3455.52	c shortcuts		: 0
3600.08/3455.52	c learnt literals	: 0
3600.08/3455.52	c learnt binary clauses	: 0
3600.08/3455.52	c learnt ternary clauses	: 0
3600.08/3455.52	c learnt constraints	: 17556
3600.08/3455.52	c ignored constraints	: 0
3600.08/3455.52	c root simplifications	: 0
3600.08/3455.52	c removed literals (reason simplification)	: 0
3600.08/3455.52	c reason swapping (by a shorter reason)	: 0
3600.08/3455.52	c Calls to reduceDB	: 2
3600.08/3455.52	c Number of update (reduction) of LBD	: 33747
3600.08/3455.52	c Imported unit clauses	: 0
3600.08/3455.53	c No decision after first conflict	: false
3600.08/3455.53	c number of reductions to clauses (during analyze)	: 0
3600.08/3455.53	c number of learned constraints concerned by reduction	: 0
3600.08/3455.53	c number of learning phase by resolution	: 0
3600.08/3455.53	c number of learning phase by cutting planes	: 0
3600.08/3455.53	c number of rounding to 1 operations	: 0
3600.08/3455.53	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3455.53	c number of reductions of the coefficients by power 2 	: 0
3600.08/3455.53	c number of right shift for reduction by power 2 	: 0
3600.08/3455.53	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3455.53	c number of ending skipping 	: 0
3600.08/3455.53	c number of internal skipping 	: 0
3600.08/3455.53	c number of derivation steps 	: 772358
3600.08/3455.53	c number of skipped derivation steps 	: 0
3600.08/3455.53	c number of remaining unassigned 	: 247778
3600.08/3455.53	c number of remaining assigned 	: 39250953
3600.08/3455.53	c number of falsified literals weakened from reason	: 0
3600.08/3455.53	c number of falsified literals weakened from conflict	: 0
3600.08/3455.53	c time for arithmetic operations	: 1287419799299
3600.08/3455.54	c minimum degree of deleted constraints	: 1
3600.08/3455.55	c maximum degree of deleted constraints	: 4371902533964241203823092987544259039408019605045721289994804234634814595830159480575281793750515919302920641775800350259498124987495046233630518223430330760141105685425004651379628234159555984437126172525235764334478705255175586483464306653879458392460105728754619905614136359441758199015315590598467284214650828411546925330864536265828145172707555358556011255420446194538581106963506280922819899710373500775054170595203356995282258758187589102347622991162726470024308988176131592086510836759842312407465299152348151214890528731219600258208825879959726235693589411887460506803293873596715544475212676983120733610494071907743574587136574055882811101028494085617176530850024398408164858852697543608280029948983134778058710661313999996639972397505996625303897602098024156449839571519087056423765895130866405188481795187878658482630446380007941150254458574124624109515624723810099104507142603235028090233892232112954407693030850307902172870622901956384030229078966271744702355051120766380987972178838081244345537571364025010582787256543728011715856882777022656231183748020992500417994226705900959337426493535083041611938985526184645897027194904000002444526958094713896664367908025812853254531588228816898747913956269904648597058073285579479266407515828455058595885530009975283817010442938591559280789789907391832644115865995956227914649059594427796402841436149898983543343949458834298947283607139297953273207079919504285325949125696185322470819410072229338881603214041453332115542763966196931774317097686053008782676940316912646076428055750784267201513260173072730556916526498041341130404590576799266139688328844881486865535312917995723078968845969329662001027573374782411434687809354236628895526207923283397242106679251254058130465603330471188762624163326727033352375518528664084657676460354758528832091226565739227323439754431041785154194476328726752505784263826976665484483465889178041468905910375324219883520542580722703201694603385386429197807721581733170168095288305233006283992659078982429326624655306667621091428038309070963062730595104581063264115885043929776874383838875877672309619203196118001867686891902272433501196397968971508280138511207321722594971837544136795139966772778731559734664462796480611969563437450585034289571744698063496781934093266953570108723293101826769125322181571967408146780951357143679819936254596524571109786757468482217111147692062490791148744646075824990601883842251013782567922609513395684397413990442221628938574312528053320760611890069549485878750988094499380988620450024218438250553422954309691039265614784682303687663680640118569005973753526651499825491902974663148806423022235792741499200854302560188230154234976840243319024203235197803277218744140592724065206019096090431308662522250779327113739978234861886727737489010439858799401906160852464496301894167367527670017694344074340416273559682647526093684508383367263431726342337418032827377310405169726947914735017071077694165078465299490860441979307377512330661250915226344492360941947472187850390718214560366500685722134471117566107514749766412663860764085066594042463586387875232523364202895830948139236047465680540132785717842343148185044252477710183259147698941590179507857239011123087611650568904872720920899943238149360770628652913076086132345582333596792619186247379266172914896074612030867145123050024501340851644300231525617545471784487420813756975768583589895581311074047246488854217213056315726033402161001160214966379826968952797879679485705078990654244467144629687892449228925923057894364717700701675425422509106373057572325477917267938546746610184378736058088231827524523216287808896628298266442746422297538086971881547495446075437233649398194082900186550824957853210761894161653866329221861418518134527877015703352465936925938796359707602625885697802331607471549470745366203947221018127184289757727727456142374253647397503531482607694020743738935917254574916368864327756843829800591225255875834104458086282050253051258694005055814966852866644301031554655727320520745576451314569282018020446325403468768817505675235352637679034519579630877832090248205609352709936299731652140048107892258454022876127853126013972356800679870739874547800623543264560421697067606703336646814998249330428278807953350868622719414366067584482524566948462870630288924409468569359650589215876377643579392145363186718351176342764708601223996593375574246109532244521063849897066208569104015824977334173416135807105053259125195926647005735915026404301910725590497700728238685540710915381380577839329352762303904784621370188665607990605103096170514451988556811040618045388438450869813796166868368477096259562391378352209962368901320409595336494421704874758523817596519196931285231361075698677593504168184066660882960147682948634096654319046356551323635938481174449469353416535923276454133412144218976271382855312771268300915104678727279560911581235597076637620456218989649658156083203646267010733499263518883684526693388408115884742225419426777369018264552187908771454093714611156930724611716713317886778239377857355753476369945023879965544808482599017395260340100246664475986744122046501606230205370594173717977755260430672909485213931459524502972989658825602298881761643741926714655167902258863291693574097549264281539165774835101833027390163522174417347927093825418993286457076799478360229546183084648378312760657153725821386960386585455648190762119114082446560198321724441993903534154691414485139494427429062714595723469256155214743608770389052688227032409850303824929230266571387095451462178801117706343543973791836441166062680742889186531799036176331547130929542472907949412047849033026933925948507929983611902518559809844476104226571744376514388823852294428306590162461672316838232541918781155367322647528595860818072952810154407387996048405650768935324892294344703480254754369590725574130826915722246084317120702355946568256485752058801645159992284714236353666994644811444458968564223978467930165491574336968107343006317087569733750003362773842705022974925620213918164921661618779883444270595897451201373846183228124266142713974793453742812478199032132301021336006310755973663714972358182642617689835910531869049232216003056029147325175271322764656150116771312765478579037284089065343505133515575901835877627419474909525804013144465156666025691343412288165369422191470709867980277522299590825245343288540825466123936339912230293335721052247945466968588414911616447110480265623714293405273715282763579156549278331872192645418044101851931587389589249590933547138267554950642677211690101473715905148802797834551817385000277938086575236420237528367576537677519602179354408456219680755303436149337524473897171884059998147268770326945435570618108572085504056223846801498293144393311843737347462866260763645594233114828879387951693373830375887155339261145344853426351923036444214801270359430815528417791242327517560168735374822983219259575567549502115331886324789899157859528862239200286568654517207701368475121423060992504750042250005531034479240908975177495315549156756964895150311141568322152852296768870494719446822814839419958455555550152253991767353966404375723620315093562822540984615392086552867290006363544801564104846507632387163943214210472262924572691583449191629612151344986943926003542572725435056547325616456613119957384386261189507555072215343891220154419525758382432732299417684572949255209764295249688388170379164921980538053066642806702296579698832906462320484681413079743261543171266726837041998465152571120033607364954623977374872819603960958562242566120660872684544524690627205221202567623655812432018819900938674302583039993286281233076625204760583533004828472162407853534859912127639438925394327980716377761869766319461863263339179115671390047480470232081982482427903633872415346696061539505291663965018467654866555709840955952912031074618974948729515036679777243611621000350646536275636793006123211380301330562274288080462792016384780733353990224586811064066257734111394083575405198405336152371027564926359328123591036929372776682507339730695740761920451466481412292408654257132150410804665172769537707466049666326220117566078142014724849778722707724608180777666865344637476619245434204673746659507121451670796902526652634954216612899975139820688058575795533809804434789879157911546185200122249872683360067397561317372501829735836252738545280921378493798369663335218448122571780917217851477160143537935222437418042253920586511904514839040095608234891961775403580157813872886338682456486127675967031460735168501603079677031351218339114247177770123670967590583314196253548479278290953145931313002785472359137781096792899753630215047874482008938247219993222840243803616267001741860952134004550937552183371748670324067810162500320903825209749550583823342190925048133857790233389146540797225740487047311215801735745551033403113223330020441233982795483941308508115412435081764132681662707587239321078081490265460430330344873487646433991203683809907126533229072518964608324565942475879906329067461001481278645226340095510264007403517751585078726643833674821932410379989318107311319663303308509696975144696132064884802051749182024119708591748428601673486814687062215662326236585178742569495917460155518641762875250722892221594261624651946280549260529457599433475470528721984236939201098249719792821088090621802478323891220432667915219978480489938797709172188257635873902815536624735923412534047492716667064984517074545154564690900592230048441209389286873359322264192110864117888982405290914877699321451035842521616784660305555150205945652608285322425635216219846243307780377584417312081538612624891220119732660013308497491042134795371281171231953070005148022372034574526508294327573658546591041587291360330205535791729721304608972255052376836267803677854024580288143316768015035616578402055658188809287356990279613969176549628327011731131492578184531030767144681415258771634242863014664844983255990122987449042219803505938886889343937424547385819996400397976820753254764554357897790634598792894399823254012321411760060290522604987288534057176206777384246195185285088013060704154210361266376852082533261650188479747251649989738563300899180009176369598267776983863120835549394630768282330344834371737017762811801659574432914919406766207372644566514611551688654591939753411528397032368741542575656786120779914521871855005887166677841883907800725259554295014817984245060986056730645567896192562379139605816011212957842936552098300651078581348045940797692907150393378717758278324906689251382335441611800057819181419491512394911987935969978159343412934469104585552915106805460865498452436701537202418072185314141015921393047929350994317137613857120712049859287364812347999121564054723616833464311715257678621568929013111268796683643312296345105795228970733793005535476968701000526583709225858823916335338600351249090019805827541142507674454245185419186187772699123030057993144620691113581236219302996721812014941895909740338297396224736729979929711064964901865598900348
3600.08/3455.55	c number of deleted constraints	: 6735
3600.08/3455.55	c speed (assignments/second)	: 1540.115836005021
3600.08/3455.55	c non guided choices	: 246
3600.08/3455.56	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 156
3600.08/3455.57	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1539
3600.08/3455.57	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 9126
3600.08/3455.57	s UNKNOWN
3600.08/3455.57	c Total wall clock time (in seconds): 3455.422

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: 63708 MiB (52593 MiB free)
  memory of node 1: 64465 MiB (58878 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=24296, runsolver pid=24293

[startup+0.100066 s]*
/proc/loadavg: 4.11 4.16 4.10 6/341 24314
/proc/meminfo: memFree=114130436/131249988 swapFree=33010684/33010684
[pid=24296] ppid=24293 vsize=18930384 memory=57876 CPUtime=0.12 cores=5,7
/proc/24296/stat : 24296 (java) S 24293 24296 23911 0 -1 4194304 6578 0 0 0 10 2 0 0 20 0 18 0 34438093 19384713216 14469 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
/proc/24296/statm: 4732596 14469 5365 1 0 547620 0
[pid=24296/tid=24298] ppid=24293 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/24296/task/24298/stat : 24298 (java) R 24293 24296 23911 0 -1 4194368 5074 0 0 0 6 1 0 0 20 0 18 0 34438095 19384713216 14469 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
[pid=24296/tid=24307] ppid=24293 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/24296/task/24307/stat : 24307 (Finalizer) S 24293 24296 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34438097 19384713216 14469 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
[pid=24296/tid=24314] ppid=24293 vsize=18930384 memory=55186957824150 CPUtime=0 cores=5,7
/proc/24296/task/24314/stat : 24314 (Common-Cleaner) S 24293 24296 23911 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34438097 19384713216 14469 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57876 KiB

[startup+0.206223 s]*
/proc/loadavg: 4.11 4.16 4.10 7/341 24314
/proc/meminfo: memFree=114122004/131249988 swapFree=33010684/33010684
[pid=24296] ppid=24293 vsize=18930384 memory=68612 CPUtime=0.32 cores=5,7
/proc/24296/stat : 24296 (java) S 24293 24296 23911 0 -1 4194304 7145 0 0 0 29 3 0 0 20 0 18 0 34438093 19384713216 17153 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
/proc/24296/statm: 4732596 17153 5429 1 0 548000 0
[pid=24296/tid=24298] ppid=24293 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=5,7
/proc/24296/task/24298/stat : 24298 (java) R 24293 24296 23911 0 -1 4194368 5370 0 0 0 16 1 0 0 20 0 18 0 34438095 19384713216 17153 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
[pid=24296/tid=24307] ppid=24293 vsize=18930384 memory=17146 CPUtime=0 cores=5,7
/proc/24296/task/24307/stat : 24307 (Finalizer) S 24293 24296 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34438097 19384713216 17153 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
[pid=24296/tid=24314] ppid=24293 vsize=18930384 memory=54087446168546 CPUtime=0 cores=5,7
/proc/24296/task/24314/stat : 24314 (Common-Cleaner) S 24293 24296 23911 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34438097 19384713216 17153 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 68612 KiB

[startup+0.306148 s]*
/proc/loadavg: 4.11 4.16 4.10 6/341 24314
/proc/meminfo: memFree=114050672/131249988 swapFree=33010684/33010684
[pid=24296] ppid=24293 vsize=18930384 memory=138484 CPUtime=0.5 cores=5,7
/proc/24296/stat : 24296 (java) S 24293 24296 23911 0 -1 4194304 8670 0 0 0 46 4 0 0 20 0 18 0 34438093 19384713216 34621 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
/proc/24296/statm: 4732596 34621 5461 1 0 549019 0
[pid=24296/tid=24298] ppid=24293 vsize=18930384 memory=-6000919494114437229 CPUtime=0.26 cores=5,7
/proc/24296/task/24298/stat : 24298 (java) R 24293 24296 23911 0 -1 4194368 5413 0 0 0 23 3 0 0 20 0 18 0 34438095 19384713216 34621 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
[pid=24296/tid=24307] ppid=24293 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/24296/task/24307/stat : 24307 (Finalizer) S 24293 24296 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34438097 19384713216 34621 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
[pid=24296/tid=24314] ppid=24293 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/24296/task/24314/stat : 24314 (Common-Cleaner) S 24293 24296 23911 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34438097 19384713216 34621 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 138484 KiB

[startup+0.700238 s]
/proc/loadavg: 4.11 4.16 4.10 8/343 24316
/proc/meminfo: memFree=114008200/131249988 swapFree=33010684/33010684
[pid=24296] ppid=24293 vsize=19063512 memory=198096 CPUtime=1.26 cores=5,7
/proc/24296/stat : 24296 (java) S 24293 24296 23911 0 -1 4194304 13852 0 0 0 120 6 0 0 20 0 20 0 34438093 19521036288 49524 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
/proc/24296/statm: 4765878 49524 5461 1 0 553358 0
[pid=24296/tid=24298] ppid=24293 vsize=19063512 memory=17408 CPUtime=0.61 cores=5,7
/proc/24296/task/24298/stat : 24298 (java) R 24293 24296 23911 0 -1 4194368 5515 0 0 0 57 4 0 0 20 0 20 0 34438095 19521036288 49524 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
[pid=24296/tid=24307] ppid=24293 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/24296/task/24307/stat : 24307 (Finalizer) S 24293 24296 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34438097 19521036288 49524 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
[pid=24296/tid=24314] ppid=24293 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/24296/task/24314/stat : 24314 (Common-Cleaner) S 24293 24296 23911 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34438097 19521036288 49524 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
[pid=24296/tid=24316] ppid=24293 vsize=19063512 memory=4760 CPUtime=0 cores=5,7
/proc/24296/task/24316/stat : 24316 (Timer-0) S 24293 24296 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34438143 19521036288 49524 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 198096 KiB

[startup+1.50023 s]
/proc/loadavg: 4.11 4.16 4.10 9/344 24319
/proc/meminfo: memFree=113991252/131249988 swapFree=33010684/33010684
[pid=24296] ppid=24293 vsize=19063512 memory=203244 CPUtime=2.85 cores=5,7
/proc/24296/stat : 24296 (java) S 24293 24296 23911 0 -1 4194304 20175 0 0 0 278 7 0 0 20 0 20 0 34438093 19521036288 50811 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
/proc/24296/statm: 4765878 50811 5461 1 0 553754 0
[pid=24296/tid=24298] ppid=24293 vsize=19063512 memory=0 CPUtime=1.33 cores=5,7
/proc/24296/task/24298/stat : 24298 (java) R 24293 24296 23911 0 -1 4194368 6023 0 0 0 129 4 0 0 20 0 20 0 34438095 19521036288 50811 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
[pid=24296/tid=24307] ppid=24293 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/24296/task/24307/stat : 24307 (Finalizer) S 24293 24296 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34438097 19521036288 50811 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
[pid=24296/tid=24314] ppid=24293 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/24296/task/24314/stat : 24314 (Common-Cleaner) S 24293 24296 23911 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34438097 19521036288 50811 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
[pid=24296/tid=24316] ppid=24293 vsize=19063512 memory=4760 CPUtime=0 cores=5,7
/proc/24296/task/24316/stat : 24316 (Timer-0) S 24293 24296 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34438143 19521036288 50811 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 203244 KiB

[startup+3.10618 s]
/proc/loadavg: 4.11 4.16 4.10 5/319 24345
/proc/meminfo: memFree=118410688/131249988 swapFree=33010684/33010684
[pid=24296] ppid=24293 vsize=19063512 memory=487440 CPUtime=6.03 cores=5,7
/proc/24296/stat : 24296 (java) S 24293 24296 23911 0 -1 4194304 23959 0 0 0 589 14 0 0 20 0 20 0 34438093 19521036288 121860 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
/proc/24296/statm: 4765878 121860 5461 1 0 554924 0
[pid=24296/tid=24298] ppid=24293 vsize=19063512 memory=10752 CPUtime=2.89 cores=5,7
/proc/24296/task/24298/stat : 24298 (java) R 24293 24296 23911 0 -1 4194368 6864 0 0 0 279 10 0 0 20 0 20 0 34438095 19521036288 121860 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
[pid=24296/tid=24307] ppid=24293 vsize=19063512 memory=-6000919494114437229 CPUtime=0 cores=5,7
/proc/24296/task/24307/stat : 24307 (Finalizer) S 24293 24296 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34438097 19521036288 121860 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
[pid=24296/tid=24314] ppid=24293 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/24296/task/24314/stat : 24314 (Common-Cleaner) S 24293 24296 23911 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34438097 19521036288 121860 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
[pid=24296/tid=24316] ppid=24293 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/24296/task/24316/stat : 24316 (Timer-0) S 24293 24296 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34438143 19521036288 121860 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
Current children cumulated CPU time: 6.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 487440 KiB

[startup+6.30023 s]
/proc/loadavg: 4.18 4.17 4.11 6/343 24383
/proc/meminfo: memFree=118255004/131249988 swapFree=33010684/33010684
[pid=24296] ppid=24293 vsize=19063512 memory=944628 CPUtime=10.05 cores=5,7
/proc/24296/stat : 24296 (java) S 24293 24296 23911 0 -1 4194304 24757 0 0 0 980 25 0 0 20 0 20 0 34438093 19521036288 236157 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
/proc/24296/statm: 4765878 236157 5493 1 0 554925 0
[pid=24296/tid=24298] ppid=24293 vsize=19063512 memory=0 CPUtime=6.07 cores=5,7
/proc/24296/task/24298/stat : 24298 (java) R 24293 24296 23911 0 -1 4194368 7466 0 0 0 587 20 0 0 20 0 20 0 34438095 19521036288 236157 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
[pid=24296/tid=24307] ppid=24293 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/24296/task/24307/stat : 24307 (Finalizer) S 24293 24296 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34438097 19521036288 236157 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
[pid=24296/tid=24314] ppid=24293 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/24296/task/24314/stat : 24314 (Common-Cleaner) S 24293 24296 23911 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34438097 19521036288 236157 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
[pid=24296/tid=24316] ppid=24293 vsize=19063512 memory=217788 CPUtime=0 cores=5,7
/proc/24296/task/24316/stat : 24316 (Timer-0) S 24293 24296 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34438143 19521036288 236157 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
Current children cumulated CPU time: 10.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 944628 KiB

[startup+12.7002 s]
/proc/loadavg: 4.17 4.17 4.11 5/343 24384
/proc/meminfo: memFree=117373656/131249988 swapFree=33010684/33010684
[pid=24296] ppid=24293 vsize=19063512 memory=1109140 CPUtime=17.1 cores=5,7
/proc/24296/stat : 24296 (java) S 24293 24296 23911 0 -1 4194304 26528 0 0 0 1680 30 0 0 20 0 20 0 34438093 19521036288 277285 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
/proc/24296/statm: 4765878 277285 5493 1 0 554957 0
[pid=24296/tid=24298] ppid=24293 vsize=19063512 memory=217788 CPUtime=12.36 cores=5,7
/proc/24296/task/24298/stat : 24298 (java) R 24293 24296 23911 0 -1 4194368 7540 0 0 0 1213 23 0 0 20 0 20 0 34438095 19521036288 277285 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
[pid=24296/tid=24307] ppid=24293 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/24296/task/24307/stat : 24307 (Finalizer) S 24293 24296 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34438097 19521036288 277285 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
[pid=24296/tid=24314] ppid=24293 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/24296/task/24314/stat : 24314 (Common-Cleaner) S 24293 24296 23911 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 34438097 19521036288 277285 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
[pid=24296/tid=24316] ppid=24293 vsize=19063512 memory=17408 CPUtime=0 cores=5,7
/proc/24296/task/24316/stat : 24316 (Timer-0) S 24293 24296 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34438143 19521036288 277285 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
Current children cumulated CPU time: 17.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1109140 KiB

[startup+25.5002 s]
/proc/loadavg: 4.57 4.26 4.14 6/343 24451
/proc/meminfo: memFree=121144244/131249988 swapFree=33010684/33010684
[pid=24296] ppid=24293 vsize=19063512 memory=1121872 CPUtime=30.95 cores=5,7
/proc/24296/stat : 24296 (java) S 24293 24296 23911 0 -1 4194304 40260 0 0 0 3062 33 0 0 20 0 20 0 34438093 19521036288 280468 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
/proc/24296/statm: 4765878 280468 5493 1 0 555010 0
[pid=24296/tid=24298] ppid=24293 vsize=19063512 memory=5632 CPUtime=25.03 cores=5,7
/proc/24296/task/24298/stat : 24298 (java) R 24293 24296 23911 0 -1 4194368 9814 0 0 0 2479 24 0 0 20 0 20 0 34438095 19521036288 280468 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
[pid=24296/tid=24307] ppid=24293 vsize=19063512 memory=-6000919494114437229 CPUtime=0 cores=5,7
/proc/24296/task/24307/stat : 24307 (Finalizer) S 24293 24296 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34438097 19521036288 280468 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
[pid=24296/tid=24314] ppid=24293 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/24296/task/24314/stat : 24314 (Common-Cleaner) S 24293 24296 23911 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 34438097 19521036288 280468 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
[pid=24296/tid=24316] ppid=24293 vsize=19063512 memory=280270372748864 CPUtime=0 cores=5,7
/proc/24296/task/24316/stat : 24316 (Timer-0) S 24293 24296 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34438143 19521036288 280468 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
Current children cumulated CPU time: 30.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1121872 KiB

[startup+51.1061 s]
/proc/loadavg: 4.69 4.32 4.16 5/343 24518
/proc/meminfo: memFree=122120648/131249988 swapFree=33010684/33010684
[pid=24296] ppid=24293 vsize=19063512 memory=1415128 CPUtime=57.1 cores=5,7
/proc/24296/stat : 24296 (java) S 24293 24296 23911 0 -1 4194304 50854 0 0 0 5668 42 0 0 20 0 20 0 34438093 19521036288 353782 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
/proc/24296/statm: 4765878 353782 5493 1 0 555042 0
[pid=24296/tid=24298] ppid=24293 vsize=19063512 memory=-6000919494114437229 CPUtime=50.43 cores=5,7
/proc/24296/task/24298/stat : 24298 (java) R 24293 24296 23911 0 -1 4194368 12327 0 0 0 5012 31 0 0 20 0 20 0 34438095 19521036288 353782 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
[pid=24296/tid=24307] ppid=24293 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/24296/task/24307/stat : 24307 (Finalizer) S 24293 24296 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34438097 19521036288 353782 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0

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

/proc/24296/task/24307/stat : 24307 (Finalizer) S 24293 24296 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34438097 19521036288 2390208 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
[pid=24296/tid=24314] ppid=24293 vsize=19063512 memory=9560832 CPUtime=0 cores=5,7
/proc/24296/task/24314/stat : 24314 (Common-Cleaner) S 24293 24296 23911 0 -1 4194368 1819 0 0 0 0 0 0 0 20 0 20 0 34438097 19521036288 2390208 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
[pid=24296/tid=24316] ppid=24293 vsize=19063512 memory=9560832 CPUtime=0 cores=5,7
/proc/24296/task/24316/stat : 24316 (Timer-0) S 24293 24296 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34438143 19521036288 2390208 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
Current children cumulated CPU time: 3126.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9560832 KiB

[startup+3102.3 s]
/proc/loadavg: 4.16 4.25 4.22 5/340 24705
/proc/meminfo: memFree=100410916/131249988 swapFree=33010684/33010684
[pid=24296] ppid=24293 vsize=19063512 memory=9560832 CPUtime=3187.94 cores=5,7
/proc/24296/stat : 24296 (java) S 24293 24296 23911 0 -1 4194304 271635 0 0 0 318370 424 0 0 20 0 20 0 34438093 19521036288 2390208 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
/proc/24296/statm: 4765878 2390208 5493 1 0 2405052 0
[pid=24296/tid=24298] ppid=24293 vsize=19063512 memory=9560832 CPUtime=3068.08 cores=5,7
/proc/24296/task/24298/stat : 24298 (java) R 24293 24296 23911 0 -1 4194368 108514 0 0 0 306575 233 0 0 20 0 20 0 34438095 19521036288 2390208 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
[pid=24296/tid=24307] ppid=24293 vsize=19063512 memory=9560832 CPUtime=0 cores=5,7
/proc/24296/task/24307/stat : 24307 (Finalizer) S 24293 24296 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34438097 19521036288 2390208 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
[pid=24296/tid=24314] ppid=24293 vsize=19063512 memory=9560832 CPUtime=0 cores=5,7
/proc/24296/task/24314/stat : 24314 (Common-Cleaner) S 24293 24296 23911 0 -1 4194368 1870 0 0 0 0 0 0 0 20 0 20 0 34438097 19521036288 2390208 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
[pid=24296/tid=24316] ppid=24293 vsize=19063512 memory=9560832 CPUtime=0 cores=5,7
/proc/24296/task/24316/stat : 24316 (Timer-0) S 24293 24296 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34438143 19521036288 2390208 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
Current children cumulated CPU time: 3187.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9560832 KiB

[startup+3162.3 s]
/proc/loadavg: 4.16 4.24 4.21 5/340 24707
/proc/meminfo: memFree=100399504/131249988 swapFree=33010684/33010684
[pid=24296] ppid=24293 vsize=19063512 memory=9562980 CPUtime=3254.44 cores=5,7
/proc/24296/stat : 24296 (java) S 24293 24296 23911 0 -1 4194304 278707 0 0 0 325009 435 0 0 20 0 20 0 34438093 19521036288 2390745 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
/proc/24296/statm: 4765878 2390745 5493 1 0 2405052 0
[pid=24296/tid=24298] ppid=24293 vsize=19063512 memory=9560832 CPUtime=3126.95 cores=5,7
/proc/24296/task/24298/stat : 24298 (java) R 24293 24296 23911 0 -1 4194368 110915 0 0 0 312461 234 0 0 20 0 20 0 34438095 19521036288 2390745 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
[pid=24296/tid=24307] ppid=24293 vsize=19063512 memory=9560832 CPUtime=0 cores=5,7
/proc/24296/task/24307/stat : 24307 (Finalizer) S 24293 24296 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34438097 19521036288 2390745 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
[pid=24296/tid=24314] ppid=24293 vsize=19063512 memory=-6000919494114437229 CPUtime=0 cores=5,7
/proc/24296/task/24314/stat : 24314 (Common-Cleaner) S 24293 24296 23911 0 -1 4194368 1920 0 0 0 0 0 0 0 20 0 20 0 34438097 19521036288 2390745 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
[pid=24296/tid=24316] ppid=24293 vsize=19063512 memory=9562980 CPUtime=0 cores=5,7
/proc/24296/task/24316/stat : 24316 (Timer-0) S 24293 24296 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34438143 19521036288 2390745 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
Current children cumulated CPU time: 3254.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9562980 KiB

[startup+3222.3 s]
/proc/loadavg: 4.27 4.25 4.22 5/341 24712
/proc/meminfo: memFree=100390588/131249988 swapFree=33010684/33010684
[pid=24296] ppid=24293 vsize=19063512 memory=9562980 CPUtime=3321.86 cores=5,7
/proc/24296/stat : 24296 (java) S 24293 24296 23911 0 -1 4194304 282444 0 0 0 331742 444 0 0 20 0 20 0 34438093 19521036288 2390745 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
/proc/24296/statm: 4765878 2390745 5493 1 0 2405052 0
[pid=24296/tid=24298] ppid=24293 vsize=19063512 memory=9560832 CPUtime=3186.16 cores=5,7
/proc/24296/task/24298/stat : 24298 (java) R 24293 24296 23911 0 -1 4194368 112147 0 0 0 318382 234 0 0 20 0 20 0 34438095 19521036288 2390745 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
[pid=24296/tid=24307] ppid=24293 vsize=19063512 memory=9560832 CPUtime=0 cores=5,7
/proc/24296/task/24307/stat : 24307 (Finalizer) S 24293 24296 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34438097 19521036288 2390745 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
[pid=24296/tid=24314] ppid=24293 vsize=19063512 memory=9562980 CPUtime=0 cores=5,7
/proc/24296/task/24314/stat : 24314 (Common-Cleaner) S 24293 24296 23911 0 -1 4194368 1920 0 0 0 0 0 0 0 20 0 20 0 34438097 19521036288 2390745 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
[pid=24296/tid=24316] ppid=24293 vsize=19063512 memory=9562980 CPUtime=0 cores=5,7
/proc/24296/task/24316/stat : 24316 (Timer-0) S 24293 24296 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34438143 19521036288 2390745 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
Current children cumulated CPU time: 3321.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9562980 KiB

[startup+3282.3 s]
/proc/loadavg: 4.51 4.33 4.25 5/341 24716
/proc/meminfo: memFree=100361932/131249988 swapFree=33010684/33010684
[pid=24296] ppid=24293 vsize=19063512 memory=9562980 CPUtime=3393.01 cores=5,7
/proc/24296/stat : 24296 (java) S 24293 24296 23911 0 -1 4194304 289506 0 0 0 338844 457 0 0 20 0 20 0 34438093 19521036288 2390745 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
/proc/24296/statm: 4765878 2390745 5493 1 0 2405052 0
[pid=24296/tid=24298] ppid=24293 vsize=19063512 memory=9562980 CPUtime=3245.57 cores=5,7
/proc/24296/task/24298/stat : 24298 (java) R 24293 24296 23911 0 -1 4194368 114554 0 0 0 324322 235 0 0 20 0 20 0 34438095 19521036288 2390745 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
[pid=24296/tid=24307] ppid=24293 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/24296/task/24307/stat : 24307 (Finalizer) S 24293 24296 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34438097 19521036288 2390745 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
[pid=24296/tid=24314] ppid=24293 vsize=19063512 memory=17408 CPUtime=0 cores=5,7
/proc/24296/task/24314/stat : 24314 (Common-Cleaner) S 24293 24296 23911 0 -1 4194368 1970 0 0 0 0 0 0 0 20 0 20 0 34438097 19521036288 2390745 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
[pid=24296/tid=24316] ppid=24293 vsize=19063512 memory=9562980 CPUtime=0 cores=5,7
/proc/24296/task/24316/stat : 24316 (Timer-0) S 24293 24296 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34438143 19521036288 2390745 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
Current children cumulated CPU time: 3393.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9562980 KiB

[startup+3342.3 s]
/proc/loadavg: 4.40 4.33 4.25 6/341 24718
/proc/meminfo: memFree=100367148/131249988 swapFree=33010684/33010684
[pid=24296] ppid=24293 vsize=19063512 memory=9562980 CPUtime=3469.28 cores=5,7
/proc/24296/stat : 24296 (java) S 24293 24296 23911 0 -1 4194304 294171 0 0 0 346451 477 0 0 20 0 20 0 34438093 19521036288 2390745 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
/proc/24296/statm: 4765878 2390745 5493 1 0 2405052 0
[pid=24296/tid=24298] ppid=24293 vsize=19063512 memory=9562980 CPUtime=3304.87 cores=5,7
/proc/24296/task/24298/stat : 24298 (java) R 24293 24296 23911 0 -1 4194368 116158 0 0 0 330251 236 0 0 20 0 20 0 34438095 19521036288 2390745 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
[pid=24296/tid=24307] ppid=24293 vsize=19063512 memory=17408 CPUtime=0 cores=5,7
/proc/24296/task/24307/stat : 24307 (Finalizer) S 24293 24296 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34438097 19521036288 2390745 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
[pid=24296/tid=24314] ppid=24293 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/24296/task/24314/stat : 24314 (Common-Cleaner) S 24293 24296 23911 0 -1 4194368 2001 0 0 0 0 0 0 0 20 0 20 0 34438097 19521036288 2390745 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
[pid=24296/tid=24316] ppid=24293 vsize=19063512 memory=2220 CPUtime=0 cores=5,7
/proc/24296/task/24316/stat : 24316 (Timer-0) S 24293 24296 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34438143 19521036288 2390745 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
Current children cumulated CPU time: 3469.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9562980 KiB

[startup+3402.3 s]
/proc/loadavg: 4.30 4.31 4.25 5/341 24720
/proc/meminfo: memFree=100366540/131249988 swapFree=33010684/33010684
[pid=24296] ppid=24293 vsize=19063512 memory=9563108 CPUtime=3543.82 cores=5,7
/proc/24296/stat : 24296 (java) S 24293 24296 23911 0 -1 4194304 298868 0 0 0 353887 495 0 0 20 0 20 0 34438093 19521036288 2390777 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
/proc/24296/statm: 4765878 2390777 5493 1 0 2405052 0
[pid=24296/tid=24298] ppid=24293 vsize=19063512 memory=9562980 CPUtime=3364.16 cores=5,7
/proc/24296/task/24298/stat : 24298 (java) R 24293 24296 23911 0 -1 4194368 118806 0 0 0 336180 236 0 0 20 0 20 0 34438095 19521036288 2390777 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
[pid=24296/tid=24307] ppid=24293 vsize=19063512 memory=9563108 CPUtime=0 cores=5,7
/proc/24296/task/24307/stat : 24307 (Finalizer) S 24293 24296 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34438097 19521036288 2390777 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
[pid=24296/tid=24314] ppid=24293 vsize=19063512 memory=9563108 CPUtime=0 cores=5,7
/proc/24296/task/24314/stat : 24314 (Common-Cleaner) S 24293 24296 23911 0 -1 4194368 2027 0 0 0 0 0 0 0 20 0 20 0 34438097 19521036288 2390777 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
[pid=24296/tid=24316] ppid=24293 vsize=19063512 memory=9563108 CPUtime=0 cores=5,7
/proc/24296/task/24316/stat : 24316 (Timer-0) S 24293 24296 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34438143 19521036288 2390777 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
Current children cumulated CPU time: 3543.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9563108 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3455.5 s]
/proc/loadavg: 4.26 4.30 4.25 5/341 24722
/proc/meminfo: memFree=100357420/131249988 swapFree=33010684/33010684
[pid=24296] ppid=24293 vsize=19063512 memory=9563108 CPUtime=3600.08 cores=5,7
/proc/24296/stat : 24296 (java) S 24293 24296 23911 0 -1 4194304 300166 0 0 0 359508 500 0 0 20 0 20 0 34438093 19521036288 2390777 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
/proc/24296/statm: 4765878 2390777 5493 1 0 2405052 0
[pid=24296/tid=24298] ppid=24293 vsize=19063512 memory=9562980 CPUtime=3417.02 cores=5,7
/proc/24296/task/24298/stat : 24298 (java) R 24293 24296 23911 0 -1 4194368 119734 0 0 0 341465 237 0 0 20 0 20 0 34438095 19521036288 2390777 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
[pid=24296/tid=24307] ppid=24293 vsize=19063512 memory=9563108 CPUtime=0 cores=5,7
/proc/24296/task/24307/stat : 24307 (Finalizer) S 24293 24296 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34438097 19521036288 2390777 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
[pid=24296/tid=24314] ppid=24293 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/24296/task/24314/stat : 24314 (Common-Cleaner) S 24293 24296 23911 0 -1 4194368 2027 0 0 0 0 0 0 0 20 0 20 0 34438097 19521036288 2390777 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
[pid=24296/tid=24316] ppid=24293 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/24296/task/24316/stat : 24316 (Timer-0) S 24293 24296 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34438143 19521036288 2390777 18446744073709551615 94220477825024 94220477828720 140732034784400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94220477836536 94220477837328 94220498833408 140732034791725 140732034791910 140732034791910 140732034797512 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9563108 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.23 s, system=5.03789 s

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

[startup+3455.6 s]*
/proc/loadavg: 4.26 4.30 4.25 6/323 24725
/proc/meminfo: memFree=109697308/131249988 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): 3455.63
CPU time (s): 3600.27
CPU user time (s): 3595.23
CPU system time (s): 5.03789
CPU usage (%): 104.186
Max. virtual memory (cumulated for all children) (KiB): 19069244
Max. memory (cumulated for all children) (KiB): 9563108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.23
system time used= 5.03789
maximum resident set size= 9564132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 301547
page faults= 0
swaps= 0
block input operations= 0
block output operations= 966560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 158968
involuntary context switches= 22247


# summary of solver processes directly reported to runsolver:
#   pid: 24296
#   total CPU time (s): 3600.27
#   total CPU user time (s): 3595.23
#   total CPU system time (s): 5.03789

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.01016 second user time and 17.504 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-06-29 11:00:05
IDJOB=4507271
IDBENCH=158339
IDSOLVER=3362
FILE ID=nodeC020/4507271-1751187605
RUNJOBID= nodeC020-1751183987-23924
SLURM_JOB_ID= 9587573
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K90.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4507271-1751187605/watcher-4507271-1751187605 -o /tmp/evaluation-result-4507271-1751187605/solver-4507271-1751187605 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751183987-23924 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4507271-1751187605 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4507271-1751187605.opb

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

MD5SUM BENCH= dd58632d9551a3604736dadf6eadc418
RANDOM SEED=1489108808

nodeC020 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	: 0xb00002a
cpu MHz		: 3599.890
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 pti ibrs ibpb stibp 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	: 6999.79
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.894
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 pti ibrs ibpb stibp 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	: 6999.79
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		: 3600.578
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 pti ibrs ibpb stibp 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	: 6999.79
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		: 3607.102
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 pti ibrs ibpb stibp 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	: 6999.79
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		: 3599.900
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 pti ibrs ibpb stibp 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	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        114146832 kB
MemAvailable:   116153856 kB
Buffers:            3280 kB
Cached:          2814164 kB
SwapCached:            0 kB
Active:         13997468 kB
Inactive:        2506852 kB
Active(anon):   13704944 kB
Inactive(anon):        0 kB
Active(file):     292524 kB
Inactive(file):  2506852 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1068 kB
Writeback:             0 kB
AnonPages:      13683764 kB
Mapped:           122812 kB
Shmem:             18056 kB
KReclaimable:      93772 kB
Slab:             180356 kB
SReclaimable:      93772 kB
SUnreclaim:        86584 kB
KernelStack:        5248 kB
PageTables:        30548 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:   14273568 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151544 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  13387776 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC020 at 2025-06-29 11:57:41