Trace number 4507631

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j CP VeriPB 2025-06-06? (TO) 3600.23 3557.22

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/sroussel/
ShortestPathBA/normalized-BeauxArts_K75.opb
MD5SUM20bd7084da444bf6829119f4b61cf926
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.539647
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4125
Total number of constraints4277
Number of constraints which are clauses4202
Number of constraints which are cardinality constraints (but not clauses)75
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint75
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 76
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.07	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-4507631-1751188760.opb
0.12/0.15	c reading problem ... 
0.12/0.15	c using VERIPB proof format
0.12/0.15	c  no objective function found
0.51/0.37	c ... done. Wall clock time 0.215s.
0.51/0.37	c declared #vars     4125
0.51/0.37	c #constraints  4277
0.51/0.37	c constraints type 
0.51/0.37	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 740
0.51/0.37	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 75
0.51/0.37	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3460
0.51/0.37	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.51/0.37	c 4277 constraints processed.
81.81/75.16	c cleaning 2496 clauses out of 5002 with flag 0/5002
499.55/488.17	c cleaning 4232 clauses out of 8504 with flag 0/11000
3600.05/3557.11	c starts		: 30
3600.05/3557.14	c conflicts		: 17410
3600.05/3557.14	c decisions		: 67013
3600.05/3557.14	c propagations		: 3872427
3600.05/3557.14	c inspects		: 113331676
3600.05/3557.14	c shortcuts		: 0
3600.05/3557.14	c learnt literals	: 0
3600.05/3557.14	c learnt binary clauses	: 0
3600.05/3557.14	c learnt ternary clauses	: 0
3600.05/3557.14	c learnt constraints	: 17409
3600.05/3557.14	c ignored constraints	: 0
3600.05/3557.14	c root simplifications	: 0
3600.05/3557.14	c removed literals (reason simplification)	: 0
3600.05/3557.14	c reason swapping (by a shorter reason)	: 0
3600.05/3557.14	c Calls to reduceDB	: 2
3600.05/3557.14	c Number of update (reduction) of LBD	: 33785
3600.05/3557.14	c Imported unit clauses	: 0
3600.05/3557.14	c No decision after first conflict	: false
3600.05/3557.14	c number of reductions to clauses (during analyze)	: 0
3600.05/3557.14	c number of learned constraints concerned by reduction	: 0
3600.05/3557.14	c number of learning phase by resolution	: 0
3600.05/3557.14	c number of learning phase by cutting planes	: 0
3600.05/3557.14	c number of rounding to 1 operations	: 0
3600.05/3557.14	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3557.14	c number of reductions of the coefficients by power 2 	: 0
3600.05/3557.14	c number of right shift for reduction by power 2 	: 0
3600.05/3557.14	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3557.14	c number of ending skipping 	: 0
3600.05/3557.14	c number of internal skipping 	: 0
3600.05/3557.14	c number of derivation steps 	: 673714
3600.05/3557.14	c number of skipped derivation steps 	: 0
3600.05/3557.14	c number of remaining unassigned 	: 211242
3600.05/3557.14	c number of remaining assigned 	: 29929505
3600.05/3557.14	c number of falsified literals weakened from reason	: 0
3600.05/3557.14	c number of falsified literals weakened from conflict	: 0
3600.05/3557.14	c time for arithmetic operations	: 1939018552475
3600.05/3557.15	c minimum degree of deleted constraints	: 9
3600.05/3557.15	c maximum degree of deleted constraints	: 18937899231950508728505498940982587394132144478963279594438579342358416696613318474926406736371467900980364216929390650101343576519510471074085452510404407979844118751396766968350820596133942964004432208128684314569159116132131591406176069734599043569232842999460193267128432954372726252283021561268205190133862517340314951656249106644707837443461517310692785044747912499227620243776954610030113036477334258193207491681128022166298872949492339988931602822278420092534517071137287321411263019077279891359017554634837515681150700023458102222065377773274095214613938428108961136221646363609592727619537065390427098871802404114530007143209140733062933187079795704648390342954030848038629739638401119937679859199748702186210239077457116487252351832982521083601327342552394676529988927205906797958097755816161155554738877348274816578718935529205171297835638585679125993866277784619972886696386552153070453374604988512756831709949129663970197899612333518839835576677063112639656493586979561833688643218980765427187751484453358707114335570325435966050318308228870299550359277850995783855982253097045413697477758194496264047633979346884408823275784317059444348785059013625994551510384725638555541069568559484233888590481047226617322748236795505252834665725514367037039827636930981883575108726505516395162841721468107485085559117555731833765013505066174093514682152005032742527955956256185053115567007198720998268507372023177810273630334670854685602224463654172967218589992394341903112898853611181709924012453691585186684551397865159457265363681220656976689641095250185357239011136492284202374259174442086224510540175922342136449364851508010860700868495609308526784604238879902640830565561954850176637993312236813106901080608870666513052170067230498734285734255282770729133843992141961945958994816000583317093426378788584638022146409452627317162158787698104067450981398476686201173623855097944478491380564853057631015283483526141788462672829764130191017060017483646514646669699469548246046004112381133598370722703973281960078873672801250369105731538000487384479671683475968201263141943942129473881563908266943511383504088803720499425260476708514281561735697808280043977406064380093312487139698527310925041378999341598884894891341980281820172941565194240273261676108115176992633651652246384777103812629788599756130156206429449298122328203123757582000701055988846258882047322681663941324984869644155106097170999193237370808638227016331821642417226000853791629697224424142244264297393106974823968730222301201445787667597081839401275118252050257389282144830327113531317079200934867302347798394291507705840489776092991268349182532084706145408431825831848372674397999019091745560894060969202484179960739673233615328990494204186959856495749317134844027986618051407849431180149970355243656619239875068529920151899562992231876939412262363430104846828298294091425707918873430777403944482864169757827910130542103842489850094314094401822663645946916867460252174433059856712195868343105299518572994858617333163894461092256902588706893954415510246168146439231680724392146771650908792174512470407897633995201133777288093292668016221562064318454773207958276504265435059818209054556653586928086267504994859328422911705687024420099184355107444709939399630563391442285039788788275126739174052900600209302183151157428264864320895424500182593537423193979585986600162407929246004236540772997303575550546965847527555231111832056226892080249328144044640147692232568971732364970652744481250197379198228601500982475808734902661309663531381532671178073261144321847311978387853762994169876943135795361390526807312182759117388579584052895736723734780634570216620482608619585694427376421289423023624442561485282979057054971100709880626645702245609741221623641976407403378422110416391379706772927073407114822765951304145063412576565719275897444678117581796538029031500476475861858456701612209554309338277135137676816865820819950113077912626051607358702392376457983436643680140070685581408982115842769920737081877846027801097634221564463713469511580847835411588201707005719258453599027586490098787306875604879999351242836393449656216204723270739236122715377273039009135646068954597929196782923610910296258607556138005001148183365868703342139853775267824511692533427318409032409268006696491344533591192209299640372247389907320216898820995161767232523004810035723884795081368201219162834768638666772318696586449334689378503122836111165829968053762834215089128028230481278036086504217629122602338116185715660404478016818044673090881619403315191693022790167166496762523300172701976324481219230708103873519360290479918000080879175379501591086925198563428863159184085352322598726296896637525603167534534486317798826877007091812130948130353335913793162534246965191500335905278130913855424812924457047029493719350349875729952022092463000891627594197094697381385125983987423452012814976165254110494015015797451748672411483920309471805910265573128421063396193423576631233351681095484523784394173319583343623894758422046169790672240459940873857654719083265703594031314093349217059283604737278966751343100421884545254970837319918036915157732868560957198171780543131582530206190043622461130012381672051886085100162044811533387629953104042742818566856990294006912787844217342598037109346367846697790895216808729636622015819078793480701075558288503488906050966131999410142729161828133300192379483979518374744033027029223797458671140684667227256132376665499165569997739233315930936634691498034482971024262951772066117649374767034637465453260915803002833057111184158460366242102291899355713130864341032602449983914022878788941119628810057134241335682632745385394794219692066603870961105510582828700811404599560508969120546451146381319248912536043133929617677382396531648717712675085695237928642527066901679191813413277227927740198473236885892372717495908965440090429509834956501469472885961561966040951893254441813177925712513664415574122379820112850405629020207102900309341441701997844547014643343055570799204664357051158399130492276863590700137791026968996297259946520908682767099892289232177550877906773257803676706029986604906845103928238460049807031442421408407612156055486668681327789174925813804446521179512237824020822670831899335439277177428135840626230987011336275771173987836475377764658389977533808581467294520768283760291444023753384194289956404261356903367338122033938965622314710051418137521211856504504681684718006585209330793080099632251488119537115581618862582763094541216680880426580701140833915574095723271285011370593117915374731390355545484700150658310254091710579011809518847963304852973152975062818336011570476557177024837978687894688140234813664739063603907217426968598058833295432136927286601413201890677894318803617613355175203182576261265577306896932565940998535420988934580856235544765499973122308539925546475422258589930158939940010505064774881689970189529510685738265402193708844086549368793179986919917700988315615179426767456638464737905890618636064903088303529834857793654122570669347370840234306735296990542701315430152691134421929044105466957678388317001092604344059761891820344873994726720574378090711123401663901081820091402661804520130928849388375460540025272446280536440751143022712722733614373855692484217900018086115059005585412629990333578022775283624620087504493737047770864170458773856540932140027714943563352137525996656792754652725619684328625695028531160857186355285630574186107704130725970070106649087385497091513025843596299467097368839267217251720376696845407172737541008189030822788093728475547206296180919703004593902820314808427011583173732507586716944596957840075120126582428859473568854486436868657983631530528684080372311334076189816256717646119743284475585619163523291937317925480391681336132025825320942877492200280545941240063036245929280631598381701199620309623418365483600755537864540982549746987003073015953110405614079515913790336335499070260517077134247512849811162256071873984560763240416987767742731508883064936577635929364413839153888614403112081001100747305612379964513868748965185718386838370833930686560508347706966661473802524173931943150497216096858306678321607190529103433216157155813356304900506669171081231384286264081089134167102418828090945510851734897093142448460903280718144845977974860065542026012307588583379956592636564218270269349961684462528089420512747142664899851845515415936421925786260467403822696705693234583738796913351068558626646091939523898007159621145378793084500985165057751905848258864441964414964598885842867149887687932857815493133935215682618605006044954434140275623613823857750539000054299666346725844119859866203215066974917942681283846119599796699152179279676742710338668155663220834593457433424535271758678543067233851547991605752905104155806346038840730879918898522160176817378013566123483483870406347725113966343578244325445947014005197464661212606928038332093768968729716920382216611570707035542841180854503193611163889775997825531374315027055542800749819240668164302390769190860703214914052522997475025794418537881545418855853464549898529745574840790664636203673145156166065359368485157888946918626146899381565902023395056605038708911751201035272897531415298928269741536507125216759696618430091342865784072296071621918200861321940371286020966947689419438080288743186800102932414296811774321477848985075376846815639685187594731604892090705415543852076691800625473382615087208003890794287545214675937608937333947787931652689777980058840778856435239678403975941348833606680232613248462651669148526262705929738776261861498286108001772757952635463355668589200850710234991298570633037964106585052853972804152831110268883217325896951557190543765728955014923361441085107956743409925503923026153838519801969097153759887283065204912823334587521167080584714412730805763753217600
3600.05/3557.15	c number of deleted constraints	: 6728
3600.05/3557.15	c speed (assignments/second)	: 1088.7469937645744
3600.05/3557.15	c non guided choices	: 65
3600.05/3557.17	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 128
3600.05/3557.17	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1166
3600.05/3557.17	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 9387
3600.05/3557.18	s UNKNOWN
3600.05/3557.18	c Total wall clock time (in seconds): 3557.028

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: 63665 MiB (57097 MiB free)
  memory of node 1: 64507 MiB (61465 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4507631-1751188760/watcher-4507631-1751188760 -o /tmp/evaluation-result-4507631-1751188760/solver-4507631-1751188760 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751181466-25474 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4507631-1751188760 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4507631-1751188760.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
solver pid=26471, runsolver pid=26468
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 4.42 4.37 4.25 5/341 26489
/proc/meminfo: memFree=121361292/131249996 swapFree=33010684/33010684
[pid=26471] ppid=26468 vsize=18930384 memory=59560 CPUtime=0.12 cores=5,7
/proc/26471/stat : 26471 (java) S 26468 26471 25461 0 -1 4194304 6506 0 0 0 11 1 0 0 20 0 18 0 34553726 19384713216 14890 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
/proc/26471/statm: 4732596 14890 5336 1 0 547623 0
[pid=26471/tid=26473] ppid=26468 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/26471/task/26473/stat : 26473 (java) R 26468 26471 25461 0 -1 4194368 5088 0 0 0 7 0 0 0 20 0 18 0 34553727 19384713216 14890 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
[pid=26471/tid=26482] ppid=26468 vsize=18930384 memory=241407623509 CPUtime=0 cores=5,7
/proc/26471/task/26482/stat : 26482 (Finalizer) S 26468 26471 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34553730 19384713216 14890 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
[pid=26471/tid=26489] ppid=26468 vsize=18930384 memory=59585004307076 CPUtime=0 cores=5,7
/proc/26471/task/26489/stat : 26489 (Common-Cleaner) S 26468 26471 25461 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34553730 19384713216 14890 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59560 KiB

[startup+0.205784 s]*
/proc/loadavg: 4.42 4.37 4.25 7/341 26489
/proc/meminfo: memFree=121326508/131249996 swapFree=33010684/33010684
[pid=26471] ppid=26468 vsize=18930384 memory=67852 CPUtime=0.32 cores=5,7
/proc/26471/stat : 26471 (java) S 26468 26471 25461 0 -1 4194304 6947 0 0 0 31 1 0 0 20 0 18 0 34553726 19384713216 16963 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
/proc/26471/statm: 4732596 16963 5432 1 0 548000 0
[pid=26471/tid=26473] ppid=26468 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=5,7
/proc/26471/task/26473/stat : 26473 (java) R 26468 26471 25461 0 -1 4194368 5374 0 0 0 16 1 0 0 20 0 18 0 34553727 19384713216 16963 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
[pid=26471/tid=26482] ppid=26468 vsize=18930384 memory=15140 CPUtime=0 cores=5,7
/proc/26471/task/26482/stat : 26482 (Finalizer) S 26468 26471 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34553730 19384713216 16963 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
[pid=26471/tid=26489] ppid=26468 vsize=18930384 memory=58485492679654 CPUtime=0 cores=5,7
/proc/26471/task/26489/stat : 26489 (Common-Cleaner) S 26468 26471 25461 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34553730 19384713216 16963 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 67852 KiB

[startup+0.305766 s]*
/proc/loadavg: 4.42 4.37 4.25 6/342 26490
/proc/meminfo: memFree=121215980/131249996 swapFree=33010684/33010684
[pid=26471] ppid=26468 vsize=18996948 memory=156144 CPUtime=0.51 cores=5,7
/proc/26471/stat : 26471 (java) S 26468 26471 25461 0 -1 4194304 8491 0 0 0 47 4 0 0 20 0 19 0 34553726 19452874752 39036 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
/proc/26471/statm: 4749237 39036 5464 1 0 549305 0
[pid=26471/tid=26473] ppid=26468 vsize=18996948 memory=-6000919472689800813 CPUtime=0.25 cores=5,7
/proc/26471/task/26473/stat : 26473 (java) R 26468 26471 25461 0 -1 4194368 5426 0 0 0 22 3 0 0 20 0 19 0 34553727 19452874752 39036 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
[pid=26471/tid=26482] ppid=26468 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/26471/task/26482/stat : 26482 (Finalizer) S 26468 26471 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 34553730 19452874752 39036 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
[pid=26471/tid=26489] ppid=26468 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/26471/task/26489/stat : 26489 (Common-Cleaner) S 26468 26471 25461 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 34553730 19452874752 39036 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 156144 KiB

[startup+0.700267 s]
/proc/loadavg: 4.42 4.37 4.25 7/343 26491
/proc/meminfo: memFree=121168832/131249996 swapFree=33010684/33010684
[pid=26471] ppid=26468 vsize=19066628 memory=168048 CPUtime=1.27 cores=5,7
/proc/26471/stat : 26471 (java) S 26468 26471 25461 0 -1 4194304 11474 0 0 0 122 5 0 0 20 0 20 0 34553726 19524227072 42012 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
/proc/26471/statm: 4766657 42012 5464 1 0 552684 0
[pid=26471/tid=26473] ppid=26468 vsize=19066628 memory=17536 CPUtime=0.62 cores=5,7
/proc/26471/task/26473/stat : 26473 (java) R 26468 26471 25461 0 -1 4194368 5533 0 0 0 59 3 0 0 20 0 20 0 34553727 19524227072 42012 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
[pid=26471/tid=26482] ppid=26468 vsize=19066628 memory=10752 CPUtime=0 cores=5,7
/proc/26471/task/26482/stat : 26482 (Finalizer) S 26468 26471 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34553730 19524227072 42012 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
[pid=26471/tid=26489] ppid=26468 vsize=19066628 memory=3200 CPUtime=0 cores=5,7
/proc/26471/task/26489/stat : 26489 (Common-Cleaner) S 26468 26471 25461 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34553730 19524227072 42012 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
[pid=26471/tid=26491] ppid=26468 vsize=19066628 memory=4888 CPUtime=0 cores=5,7
/proc/26471/task/26491/stat : 26491 (Timer-0) S 26468 26471 25461 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34553765 19524227072 42012 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19066628 KiB
Current children cumulated memory: 168048 KiB

[startup+1.50023 s]
/proc/loadavg: 4.42 4.37 4.25 6/343 26491
/proc/meminfo: memFree=121040600/131249996 swapFree=33010684/33010684
[pid=26471] ppid=26468 vsize=19063512 memory=195732 CPUtime=2.85 cores=5,7
/proc/26471/stat : 26471 (java) S 26468 26471 25461 0 -1 4194304 21482 0 0 0 279 6 0 0 20 0 20 0 34553726 19521036288 48933 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
/proc/26471/statm: 4765878 48933 5464 1 0 554117 0
[pid=26471/tid=26473] ppid=26468 vsize=19063512 memory=0 CPUtime=1.4 cores=5,7
/proc/26471/task/26473/stat : 26473 (java) R 26468 26471 25461 0 -1 4194368 6112 0 0 0 136 4 0 0 20 0 20 0 34553727 19521036288 48933 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
[pid=26471/tid=26482] ppid=26468 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/26471/task/26482/stat : 26482 (Finalizer) S 26468 26471 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34553730 19521036288 48933 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
[pid=26471/tid=26489] ppid=26468 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/26471/task/26489/stat : 26489 (Common-Cleaner) S 26468 26471 25461 0 -1 4194368 43 0 0 0 0 0 0 0 20 0 20 0 34553730 19521036288 48933 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
[pid=26471/tid=26491] ppid=26468 vsize=19063512 memory=4888 CPUtime=0 cores=5,7
/proc/26471/task/26491/stat : 26491 (Timer-0) S 26468 26471 25461 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34553765 19521036288 48933 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 195732 KiB

[startup+3.10569 s]
/proc/loadavg: 4.47 4.38 4.26 6/343 26491
/proc/meminfo: memFree=120673256/131249996 swapFree=33010684/33010684
[pid=26471] ppid=26468 vsize=19063512 memory=318792 CPUtime=6.04 cores=5,7
/proc/26471/stat : 26471 (java) S 26468 26471 25461 0 -1 4194304 27481 0 0 0 595 9 0 0 20 0 20 0 34553726 19521036288 79698 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
/proc/26471/statm: 4765878 79698 5464 1 0 556543 0
[pid=26471/tid=26473] ppid=26468 vsize=19063512 memory=10752 CPUtime=2.97 cores=5,7
/proc/26471/task/26473/stat : 26473 (java) R 26468 26471 25461 0 -1 4194368 6643 0 0 0 292 5 0 0 20 0 20 0 34553727 19521036288 79698 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
[pid=26471/tid=26482] ppid=26468 vsize=19063512 memory=-6000919472689800813 CPUtime=0 cores=5,7
/proc/26471/task/26482/stat : 26482 (Finalizer) S 26468 26471 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34553730 19521036288 79698 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
[pid=26471/tid=26489] ppid=26468 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/26471/task/26489/stat : 26489 (Common-Cleaner) S 26468 26471 25461 0 -1 4194368 43 0 0 0 0 0 0 0 20 0 20 0 34553730 19521036288 79698 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
[pid=26471/tid=26491] ppid=26468 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/26471/task/26491/stat : 26491 (Timer-0) S 26468 26471 25461 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34553765 19521036288 79698 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
Current children cumulated CPU time: 6.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 318792 KiB

[startup+6.30021 s]
/proc/loadavg: 4.47 4.38 4.26 5/319 26520
/proc/meminfo: memFree=124649188/131249996 swapFree=33010684/33010684
[pid=26471] ppid=26468 vsize=19063512 memory=539208 CPUtime=11.98 cores=5,7
/proc/26471/stat : 26471 (java) S 26468 26471 25461 0 -1 4194304 28064 0 0 0 1184 14 0 0 20 0 20 0 34553726 19521036288 134802 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
/proc/26471/statm: 4765878 134802 5464 1 0 556586 0
[pid=26471/tid=26473] ppid=26468 vsize=19063512 memory=0 CPUtime=6.13 cores=5,7
/proc/26471/task/26473/stat : 26473 (java) R 26468 26471 25461 0 -1 4194368 6781 0 0 0 603 10 0 0 20 0 20 0 34553727 19521036288 134802 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
[pid=26471/tid=26482] ppid=26468 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/26471/task/26482/stat : 26482 (Finalizer) S 26468 26471 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34553730 19521036288 134802 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
[pid=26471/tid=26489] ppid=26468 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/26471/task/26489/stat : 26489 (Common-Cleaner) S 26468 26471 25461 0 -1 4194368 43 0 0 0 0 0 0 0 20 0 20 0 34553730 19521036288 134802 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
[pid=26471/tid=26491] ppid=26468 vsize=19063512 memory=195860 CPUtime=0 cores=5,7
/proc/26471/task/26491/stat : 26491 (Timer-0) S 26468 26471 25461 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34553765 19521036288 134802 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
Current children cumulated CPU time: 11.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 539208 KiB

[startup+12.7002 s]
/proc/loadavg: 4.62 4.42 4.27 5/343 26558
/proc/meminfo: memFree=124504448/131249996 swapFree=33010684/33010684
[pid=26471] ppid=26468 vsize=19063512 memory=797648 CPUtime=18.62 cores=5,7
/proc/26471/stat : 26471 (java) S 26468 26471 25461 0 -1 4194304 28685 0 0 0 1843 19 0 0 20 0 20 0 34553726 19521036288 199412 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
/proc/26471/statm: 4765878 199412 5496 1 0 556619 0
[pid=26471/tid=26473] ppid=26468 vsize=19063512 memory=195860 CPUtime=12.48 cores=5,7
/proc/26471/task/26473/stat : 26473 (java) R 26468 26471 25461 0 -1 4194368 7259 0 0 0 1234 14 0 0 20 0 20 0 34553727 19521036288 199412 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
[pid=26471/tid=26482] ppid=26468 vsize=19063512 memory=627532 CPUtime=0 cores=5,7
/proc/26471/task/26482/stat : 26482 (Finalizer) S 26468 26471 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34553730 19521036288 199412 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
[pid=26471/tid=26489] ppid=26468 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/26471/task/26489/stat : 26489 (Common-Cleaner) S 26468 26471 25461 0 -1 4194368 43 0 0 0 0 0 0 0 20 0 20 0 34553730 19521036288 199412 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
[pid=26471/tid=26491] ppid=26468 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/26471/task/26491/stat : 26491 (Timer-0) S 26468 26471 25461 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34553765 19521036288 199412 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
Current children cumulated CPU time: 18.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 797648 KiB

[startup+25.5002 s]
/proc/loadavg: 4.60 4.42 4.27 6/344 26560
/proc/meminfo: memFree=123377564/131249996 swapFree=33010684/33010684
[pid=26471] ppid=26468 vsize=19063512 memory=1076512 CPUtime=31.71 cores=5,7
/proc/26471/stat : 26471 (java) S 26468 26471 25461 0 -1 4194304 36463 0 0 0 3144 27 0 0 20 0 20 0 34553726 19521036288 269128 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
/proc/26471/statm: 4765878 269128 5496 1 0 556635 0
[pid=26471/tid=26473] ppid=26468 vsize=19063512 memory=0 CPUtime=25.12 cores=5,7
/proc/26471/task/26473/stat : 26473 (java) R 26468 26471 25461 0 -1 4194368 9382 0 0 0 2493 19 0 0 20 0 20 0 34553727 19521036288 269128 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
[pid=26471/tid=26482] ppid=26468 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/26471/task/26482/stat : 26482 (Finalizer) S 26468 26471 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34553730 19521036288 269128 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
[pid=26471/tid=26489] ppid=26468 vsize=19063512 memory=-6000919472689800813 CPUtime=0 cores=5,7
/proc/26471/task/26489/stat : 26489 (Common-Cleaner) S 26468 26471 25461 0 -1 4194368 43 0 0 0 0 0 0 0 20 0 20 0 34553730 19521036288 269128 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
[pid=26471/tid=26491] ppid=26468 vsize=19063512 memory=17536 CPUtime=0 cores=5,7
/proc/26471/task/26491/stat : 26491 (Timer-0) S 26468 26471 25461 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34553765 19521036288 269128 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
Current children cumulated CPU time: 31.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1076512 KiB

[startup+51.1059 s]
/proc/loadavg: 4.53 4.42 4.28 5/344 26560
/proc/meminfo: memFree=122476608/131249996 swapFree=33010684/33010684
[pid=26471] ppid=26468 vsize=19063512 memory=1426856 CPUtime=57.44 cores=5,7
/proc/26471/stat : 26471 (java) S 26468 26471 25461 0 -1 4194304 39599 0 0 0 5708 36 0 0 20 0 20 0 34553726 19521036288 356714 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
/proc/26471/statm: 4765878 356714 5496 1 0 556651 0
[pid=26471/tid=26473] ppid=26468 vsize=19063512 memory=14592 CPUtime=50.51 cores=5,7
/proc/26471/task/26473/stat : 26473 (java) R 26468 26471 25461 0 -1 4194368 10951 0 0 0 5026 25 0 0 20 0 20 0 34553727 19521036288 356714 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
[pid=26471/tid=26482] ppid=26468 vsize=19063512 memory=-6000919472689800813 CPUtime=0 cores=5,7
/proc/26471/task/26482/stat : 26482 (Finalizer) S 26468 26471 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34553730 19521036288 356714 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0

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

/proc/26471/task/26482/stat : 26482 (Finalizer) S 26468 26471 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34553730 19521036288 2161732 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
[pid=26471/tid=26489] ppid=26468 vsize=19063512 memory=8646928 CPUtime=0 cores=5,7
/proc/26471/task/26489/stat : 26489 (Common-Cleaner) S 26468 26471 25461 0 -1 4194368 1585 0 0 0 0 0 0 0 20 0 20 0 34553730 19521036288 2161732 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
[pid=26471/tid=26491] ppid=26468 vsize=19063512 memory=14592 CPUtime=0 cores=5,7
/proc/26471/task/26491/stat : 26491 (Timer-0) S 26468 26471 25461 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34553765 19521036288 2161732 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
Current children cumulated CPU time: 3181.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8646928 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.19 4.24 5/343 26761
/proc/meminfo: memFree=105876376/131249996 swapFree=33010684/33010684
[pid=26471] ppid=26468 vsize=19063512 memory=8646928 CPUtime=3241.46 cores=5,7
/proc/26471/stat : 26471 (java) S 26468 26471 25461 0 -1 4194304 196961 0 0 0 323811 335 0 0 20 0 20 0 34553726 19521036288 2161732 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
/proc/26471/statm: 4765878 2161732 5496 1 0 2196678 0
[pid=26471/tid=26473] ppid=26468 vsize=19063512 memory=8646928 CPUtime=3198.84 cores=5,7
/proc/26471/task/26473/stat : 26473 (java) R 26468 26471 25461 0 -1 4194368 101933 0 0 0 319686 198 0 0 20 0 20 0 34553727 19521036288 2161732 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
[pid=26471/tid=26482] ppid=26468 vsize=19063512 memory=14592 CPUtime=0 cores=5,7
/proc/26471/task/26482/stat : 26482 (Finalizer) S 26468 26471 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34553730 19521036288 2161732 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
[pid=26471/tid=26489] ppid=26468 vsize=19063512 memory=8646928 CPUtime=0 cores=5,7
/proc/26471/task/26489/stat : 26489 (Common-Cleaner) S 26468 26471 25461 0 -1 4194368 1667 0 0 0 0 0 0 0 20 0 20 0 34553730 19521036288 2161732 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
[pid=26471/tid=26491] ppid=26468 vsize=19063512 memory=8646928 CPUtime=0 cores=5,7
/proc/26471/task/26491/stat : 26491 (Timer-0) S 26468 26471 25461 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34553765 19521036288 2161732 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
Current children cumulated CPU time: 3241.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8646928 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.18 4.24 5/344 26764
/proc/meminfo: memFree=105200724/131249996 swapFree=33010684/33010684
[pid=26471] ppid=26468 vsize=19063512 memory=8646928 CPUtime=3301.39 cores=5,7
/proc/26471/stat : 26471 (java) S 26468 26471 25461 0 -1 4194304 200535 0 0 0 329801 338 0 0 20 0 20 0 34553726 19521036288 2161732 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
/proc/26471/statm: 4765878 2161732 5496 1 0 2196678 0
[pid=26471/tid=26473] ppid=26468 vsize=19063512 memory=8646928 CPUtime=3258.56 cores=5,7
/proc/26471/task/26473/stat : 26473 (java) R 26468 26471 25461 0 -1 4194368 104595 0 0 0 325657 199 0 0 20 0 20 0 34553727 19521036288 2161732 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
[pid=26471/tid=26482] ppid=26468 vsize=19063512 memory=14592 CPUtime=0 cores=5,7
/proc/26471/task/26482/stat : 26482 (Finalizer) S 26468 26471 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34553730 19521036288 2161732 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
[pid=26471/tid=26489] ppid=26468 vsize=19063512 memory=7452445185744988246 CPUtime=0 cores=5,7
/proc/26471/task/26489/stat : 26489 (Common-Cleaner) S 26468 26471 25461 0 -1 4194368 1751 0 0 0 0 0 0 0 20 0 20 0 34553730 19521036288 2161732 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
[pid=26471/tid=26491] ppid=26468 vsize=19063512 memory=8646928 CPUtime=0 cores=5,7
/proc/26471/task/26491/stat : 26491 (Timer-0) S 26468 26471 25461 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34553765 19521036288 2161732 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
Current children cumulated CPU time: 3301.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8646928 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.18 4.23 5/344 26766
/proc/meminfo: memFree=104663052/131249996 swapFree=33010684/33010684
[pid=26471] ppid=26468 vsize=19063512 memory=8646928 CPUtime=3361.41 cores=5,7
/proc/26471/stat : 26471 (java) S 26468 26471 25461 0 -1 4194304 202772 0 0 0 335800 341 0 0 20 0 20 0 34553726 19521036288 2161732 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
/proc/26471/statm: 4765878 2161732 5496 1 0 2196678 0
[pid=26471/tid=26473] ppid=26468 vsize=19063512 memory=8646928 CPUtime=3318.18 cores=5,7
/proc/26471/task/26473/stat : 26473 (java) R 26468 26471 25461 0 -1 4194368 106401 0 0 0 331618 200 0 0 20 0 20 0 34553727 19521036288 2161732 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
[pid=26471/tid=26482] ppid=26468 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/26471/task/26482/stat : 26482 (Finalizer) S 26468 26471 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34553730 19521036288 2161732 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
[pid=26471/tid=26489] ppid=26468 vsize=19063512 memory=8646928 CPUtime=0 cores=5,7
/proc/26471/task/26489/stat : 26489 (Common-Cleaner) S 26468 26471 25461 0 -1 4194368 1751 0 0 0 0 0 0 0 20 0 20 0 34553730 19521036288 2161732 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
[pid=26471/tid=26491] ppid=26468 vsize=19063512 memory=8646928 CPUtime=0 cores=5,7
/proc/26471/task/26491/stat : 26491 (Timer-0) S 26468 26471 25461 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34553765 19521036288 2161732 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
Current children cumulated CPU time: 3361.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8646928 KiB

[startup+3402.3 s]
/proc/loadavg: 3.77 4.08 4.19 4/318 26801
/proc/meminfo: memFree=111101044/131249996 swapFree=33010684/33010684
[pid=26471] ppid=26468 vsize=19063512 memory=8724552 CPUtime=3423.21 cores=5,7
/proc/26471/stat : 26471 (java) S 26468 26471 25461 0 -1 4194304 210872 0 0 0 341972 349 0 0 20 0 20 0 34553726 19521036288 2181138 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
/proc/26471/statm: 4765878 2181138 5496 1 0 2196714 0
[pid=26471/tid=26473] ppid=26468 vsize=19063512 memory=8646928 CPUtime=3377.43 cores=5,7
/proc/26471/task/26473/stat : 26473 (java) R 26468 26471 25461 0 -1 4194368 110782 0 0 0 337540 203 0 0 20 0 20 0 34553727 19521036288 2181138 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
[pid=26471/tid=26482] ppid=26468 vsize=19063512 memory=14592 CPUtime=0 cores=5,7
/proc/26471/task/26482/stat : 26482 (Finalizer) S 26468 26471 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34553730 19521036288 2181138 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
[pid=26471/tid=26489] ppid=26468 vsize=19063512 memory=8724552 CPUtime=0 cores=5,7
/proc/26471/task/26489/stat : 26489 (Common-Cleaner) S 26468 26471 25461 0 -1 4194368 1801 0 0 0 0 0 0 0 20 0 20 0 34553730 19521036288 2181138 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
[pid=26471/tid=26491] ppid=26468 vsize=19063512 memory=8724552 CPUtime=0 cores=5,7
/proc/26471/task/26491/stat : 26491 (Timer-0) S 26468 26471 25461 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34553765 19521036288 2181138 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
Current children cumulated CPU time: 3423.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8724552 KiB

[startup+3462.3 s]
/proc/loadavg: 3.62 3.96 4.14 4/317 26803
/proc/meminfo: memFree=111085660/131249996 swapFree=33010684/33010684
[pid=26471] ppid=26468 vsize=19063512 memory=8724552 CPUtime=3491.06 cores=5,7
/proc/26471/stat : 26471 (java) S 26468 26471 25461 0 -1 4194304 215259 0 0 0 348746 360 0 0 20 0 20 0 34553726 19521036288 2181138 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
/proc/26471/statm: 4765878 2181138 5496 1 0 2196717 0
[pid=26471/tid=26473] ppid=26468 vsize=19063512 memory=8646928 CPUtime=3435.76 cores=5,7
/proc/26471/task/26473/stat : 26473 (java) R 26468 26471 25461 0 -1 4194368 112349 0 0 0 343372 204 0 0 20 0 20 0 34553727 19521036288 2181138 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
[pid=26471/tid=26482] ppid=26468 vsize=19063512 memory=14592 CPUtime=0 cores=5,7
/proc/26471/task/26482/stat : 26482 (Finalizer) S 26468 26471 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34553730 19521036288 2181138 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
[pid=26471/tid=26489] ppid=26468 vsize=19063512 memory=4888 CPUtime=0 cores=5,7
/proc/26471/task/26489/stat : 26489 (Common-Cleaner) S 26468 26471 25461 0 -1 4194368 1851 0 0 0 0 0 0 0 20 0 20 0 34553730 19521036288 2181138 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
[pid=26471/tid=26491] ppid=26468 vsize=19063512 memory=8724552 CPUtime=0 cores=5,7
/proc/26471/task/26491/stat : 26491 (Timer-0) S 26468 26471 25461 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34553765 19521036288 2181138 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
Current children cumulated CPU time: 3491.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8724552 KiB

[startup+3522.3 s]
/proc/loadavg: 3.07 3.75 4.06 4/292 26840
/proc/meminfo: memFree=115239612/131249996 swapFree=33010684/33010684
[pid=26471] ppid=26468 vsize=19063512 memory=8724808 CPUtime=3560.39 cores=5,7
/proc/26471/stat : 26471 (java) S 26468 26471 25461 0 -1 4194304 221879 0 0 0 355667 372 0 0 20 0 20 0 34553726 19521036288 2181202 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
/proc/26471/statm: 4765878 2181202 5496 1 0 2196717 0
[pid=26471/tid=26473] ppid=26468 vsize=19063512 memory=4888 CPUtime=3494.78 cores=5,7
/proc/26471/task/26473/stat : 26473 (java) R 26468 26471 25461 0 -1 4194368 114994 0 0 0 349274 204 0 0 20 0 20 0 34553727 19521036288 2181202 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
[pid=26471/tid=26482] ppid=26468 vsize=19063512 memory=8724552 CPUtime=0 cores=5,7
/proc/26471/task/26482/stat : 26482 (Finalizer) S 26468 26471 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34553730 19521036288 2181202 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
[pid=26471/tid=26489] ppid=26468 vsize=19063512 memory=8724808 CPUtime=0 cores=5,7
/proc/26471/task/26489/stat : 26489 (Common-Cleaner) S 26468 26471 25461 0 -1 4194368 1851 0 0 0 0 0 0 0 20 0 20 0 34553730 19521036288 2181202 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
[pid=26471/tid=26491] ppid=26468 vsize=19063512 memory=14592 CPUtime=0 cores=5,7
/proc/26471/task/26491/stat : 26491 (Timer-0) S 26468 26471 25461 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34553765 19521036288 2181202 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
Current children cumulated CPU time: 3560.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8724808 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3557.11 s]
/proc/loadavg: 2.76 3.60 3.99 3/291 26841
/proc/meminfo: memFree=115239616/131249996 swapFree=33010684/33010684
[pid=26471] ppid=26468 vsize=19063512 memory=8724808 CPUtime=3600.05 cores=5,7
/proc/26471/stat : 26471 (java) S 26468 26471 25461 0 -1 4194304 224155 0 0 0 359627 378 0 0 20 0 20 0 34553726 19521036288 2181202 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
/proc/26471/statm: 4765878 2181202 5496 1 0 2196717 0
[pid=26471/tid=26473] ppid=26468 vsize=19063512 memory=8724680 CPUtime=3529.04 cores=5,7
/proc/26471/task/26473/stat : 26473 (java) R 26468 26471 25461 0 -1 4194368 115512 0 0 0 352700 204 0 0 20 0 20 0 34553727 19521036288 2181202 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
[pid=26471/tid=26482] ppid=26468 vsize=19063512 memory=-4421386513377289573 CPUtime=0 cores=5,7
/proc/26471/task/26482/stat : 26482 (Finalizer) S 26468 26471 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34553730 19521036288 2181202 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
[pid=26471/tid=26489] ppid=26468 vsize=19063512 memory=8724808 CPUtime=0 cores=5,7
/proc/26471/task/26489/stat : 26489 (Common-Cleaner) S 26468 26471 25461 0 -1 4194368 1851 0 0 0 0 0 0 0 20 0 20 0 34553730 19521036288 2181202 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
[pid=26471/tid=26491] ppid=26468 vsize=19063512 memory=8724808 CPUtime=0 cores=5,7
/proc/26471/task/26491/stat : 26491 (Timer-0) S 26468 26471 25461 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34553765 19521036288 2181202 18446744073709551615 94256637480960 94256637484656 140733109764256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94256637492472 94256637493264 94256667242496 140733109766445 140733109766630 140733109766630 140733109772232 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8724808 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.42 s, system=3.8098 s

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

[startup+3557.2 s]*
/proc/loadavg: 2.76 3.60 3.99 3/273 26844
/proc/meminfo: memFree=123767168/131249996 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): 3557.22
CPU time (s): 3600.23
CPU user time (s): 3596.42
CPU system time (s): 3.8098
CPU usage (%): 101.209
Max. virtual memory (cumulated for all children) (KiB): 19069168
Max. memory (cumulated for all children) (KiB): 8724808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.42
system time used= 3.8098
maximum resident set size= 8725832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 225712
page faults= 0
swaps= 0
block input operations= 0
block output operations= 705024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 145576
involuntary context switches= 26792


# summary of solver processes directly reported to runsolver:
#   pid: 26471
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3596.42
#   total CPU system time (s): 3.8098

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.69483 second user time and 17.6064 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-06-29 11:19:20
IDJOB=4507631
IDBENCH=158373
IDSOLVER=3362
FILE ID=nodeC021/4507631-1751188760
RUNJOBID= nodeC021-1751181466-25474
SLURM_JOB_ID= 9587555
Free space on /tmp= 433056 MiB

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

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

MD5SUM BENCH= 20bd7084da444bf6829119f4b61cf926
RANDOM SEED=334482947

nodeC021 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.812
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.56
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.769
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.56
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		: 3586.402
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.56
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		: 3600.823
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.56
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.552
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.56
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.131
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.56
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		: 3547.907
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.56
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.791
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        121412788 kB
MemAvailable:   122091640 kB
Buffers:            3280 kB
Cached:          1487348 kB
SwapCached:            0 kB
Active:          8041016 kB
Inactive:        1229912 kB
Active(anon):    7798440 kB
Inactive(anon):        0 kB
Active(file):     242576 kB
Inactive(file):  1229912 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             11348 kB
Writeback:             0 kB
AnonPages:       7782376 kB
Mapped:           122852 kB
Shmem:             18060 kB
KReclaimable:      90808 kB
Slab:             177860 kB
SReclaimable:      90808 kB
SUnreclaim:        87052 kB
KernelStack:        5216 kB
PageTables:        18704 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   11143736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151496 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7540736 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC021 at 2025-06-29 12:18:38