Trace number 4512977

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.43 3579.24

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size80-round23-5.opb
MD5SUM86944514b434ff8020a355b19ddc8d04
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9456
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)368
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.17	c See www.sat4j.org for details.
0.11/0.18	c version PB25.v20250606
0.11/0.20	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.20	c java.vm.version	22.0.1+8-16
0.11/0.20	c java.vm.vendor	Oracle Corporation
0.11/0.20	c sun.arch.data.model	64
0.11/0.20	c java.version		22.0.1
0.11/0.20	c os.name		Linux
0.11/0.20	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.20	c os.arch		amd64
0.11/0.22	c Free memory 		2104792832
0.11/0.22	c Max memory 		16282288128
0.11/0.22	c Total memory 		2113929216
0.11/0.22	c Number of processors 	2
0.47/0.38	c Pseudo Boolean Optimization by upper bound
0.47/0.38	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.47/0.38	c  - never skip resolution steps
0.47/0.38	c  - Auto-division on coefficients is disabled
0.47/0.38	c  - No postprocessing
0.47/0.38	c  - Conflict is considered as is when resolving
0.47/0.38	c  - Use constraints as they come during conflict analysis
0.47/0.38	c  - Weaken first using unassigned literals
0.47/0.38	c  - Bump strategy: ALWAYS_ONE
0.47/0.38	c  - Bumper: EFFECTIVE
0.47/0.38	c --- Begin Solver configuration ---
0.47/0.38	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.47/0.38	c Learn all clauses as in MiniSAT
0.47/0.38	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.47/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.47/0.38	c No reason simplification
0.47/0.38	c Dynamic restart strategy considering the size of the coefficients
0.47/0.38	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.47/0.38	c timeout=2147483s
0.47/0.38	c DB Simplification allowed=false
0.47/0.38	c Listener: none
0.47/0.38	c --- End Solver configuration ---
0.47/0.38	c solving HOME/instance-4512977-1751212778.opb
0.47/0.38	c reading problem ... 
0.47/0.42	c using VERIPB proof format
0.47/0.42	c  no objective function found
1.51/0.94	c ... done. Wall clock time 0.547s.
1.51/0.94	c declared #vars     4288
1.51/0.94	c #constraints  10720
1.51/0.94	c constraints type 
1.51/0.94	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
1.51/0.94	c org.sat4j.specs.Constr$1 => 856
1.51/0.94	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1792
1.51/0.94	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7488
1.51/0.94	c org.sat4j.pb.constraints.pb.UnitClausePB => 456
1.51/0.94	c 10720 constraints processed.
51.36/45.14	c cleaning 2456 clauses out of 5002 with flag 0/5002
727.95/717.66	c cleaning 4247 clauses out of 8546 with flag 0/11002
1589.11/1571.49	c cleaning 5612 clauses out of 11297 with flag 0/18000
2733.56/2714.62	c cleaning 6804 clauses out of 13686 with flag 0/26001
3600.09/3579.04	c starts		: 32
3600.09/3579.05	c conflicts		: 31337
3600.09/3579.05	c decisions		: 72177
3600.09/3579.07	c propagations		: 3633380
3600.09/3579.07	c inspects		: 342316911
3600.09/3579.07	c shortcuts		: 0
3600.09/3579.07	c learnt literals	: 0
3600.09/3579.07	c learnt binary clauses	: 0
3600.09/3579.07	c learnt ternary clauses	: 0
3600.09/3579.07	c learnt constraints	: 31337
3600.09/3579.07	c ignored constraints	: 0
3600.09/3579.08	c root simplifications	: 0
3600.09/3579.09	c removed literals (reason simplification)	: 0
3600.09/3579.09	c reason swapping (by a shorter reason)	: 0
3600.09/3579.09	c Calls to reduceDB	: 4
3600.09/3579.09	c Number of update (reduction) of LBD	: 32106
3600.09/3579.09	c Imported unit clauses	: 0
3600.09/3579.09	c No decision after first conflict	: false
3600.09/3579.09	c number of reductions to clauses (during analyze)	: 0
3600.09/3579.09	c number of learned constraints concerned by reduction	: 0
3600.09/3579.09	c number of learning phase by resolution	: 0
3600.09/3579.09	c number of learning phase by cutting planes	: 0
3600.09/3579.09	c number of rounding to 1 operations	: 0
3600.09/3579.09	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3579.09	c number of reductions of the coefficients by power 2 	: 0
3600.09/3579.10	c number of right shift for reduction by power 2 	: 0
3600.09/3579.10	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3579.10	c number of ending skipping 	: 0
3600.09/3579.10	c number of internal skipping 	: 0
3600.09/3579.10	c number of derivation steps 	: 1118265
3600.09/3579.10	c number of skipped derivation steps 	: 0
3600.09/3579.10	c number of remaining unassigned 	: 191933
3600.09/3579.10	c number of remaining assigned 	: 45855525
3600.09/3579.10	c number of falsified literals weakened from reason	: 0
3600.09/3579.10	c number of falsified literals weakened from conflict	: 0
3600.09/3579.10	c time for arithmetic operations	: 48336035815
3600.09/3579.11	c minimum degree of deleted constraints	: 7
3600.09/3579.11	c maximum degree of deleted constraints	: 40103281564971638866077288860476738607639410598515336692492178559667405026580766685597493173513911234766735742284596943301371254410954095981892298094000162170196396607596843549695629288701659397229708564573678577582043082460739851952263744779386797696501897320410626470714578121919101666996410119741786321828747105292962631544271699116899733212060918127506349088778903499403598223952783402352934941324303365402913350789987869787331199366101995239484923806342128803238747299209586827805321529961450729287229319469713939602405450174192566289283207252547944579106424257248495471319519502234557097500796729934708315630000725024863100782226705048763043974271371710178440277413709881287508906747931067517569830773747014179897669555992710896315187936190485962845843830775375093086309569923995641948857128380332103359744190287026796579928816284678175337193798389919833360662998579282262582174062782920083098036706938646341506626352731287696129580075008902031079151017435017284988804675112227833325866668433739764636421508314501748369659482095916407114476234077786460922492281867053836154410710341966887662483661834990896725831011381914470570597044239778513339596231059411440613275445660731775620147590913515385221332370965345719821388784345959308960174905070362353190127760409636924462400248043576436891536107414081162758377419490393469493943301752198016470322686980140151435974117613861112489693265736322841083958900376391627415961641829421738186755256923902727114085435535418412707581787164368571841400146768539024786969216975349966859621855939751819999399783621125038383114156906424160422604367268183930195981989968515970920891242856116778353140626696074483625496247563586369119518570432660947807886707959448971399082954075803506472907611313396208425577598896961170493664079006919591695637003394227930569337181560101804457423912966126317320442029771872296715991830884604169344115797611025929384886322256571038849793976776889345754602089972894192649589610662106837660567767306427033366262816836628148076872975771602470976980746312856922159243482998779764136351210523227155029079183246747488765897258696211970379957930975196142137351484124750789061160894660585623633560336229859915834567576049494562739717681653177694102943874839862011038461872622119062105417672808727731099561662657162266099005935938641120825853051971551603427884514902427971985896088607098400237650099496724566137081459215181782756814900182985749511323656212278537295973497429278275395173677737823831276693609988556701612870312760612587648611256122838646884824481735725530356708702059466273316805209620176041225619628887524324346645474501746049373748499332461949044571701322110313630658227359800033895618843846440211062730701435564665922922412301640589750547671762247157010511311638718950653087361187321238291469595625927062778340508875207426922580932337752846695327830809328574961258536415389607337511940994154199051424885892363122665876943998474926902912185122823261822870449727063281417886081346147735643470208324289475967221880885595263201400788406517693333610621376779290155164152400125359457209900934093221422112518442704324081403054439979555481144982658219102511884125289547607217013210351518815198508450134829231349483991198460327439106391946952973201160409009120768299855843332837241821328046617429889461555367890333718301068875013293610420785347443075643422528899992267320179892109399102780604543993249253655216879411136612787324791267976890097339899933017116368751733992519823841677132096174010727104462184704710965705141043493406729115973082595221027081144476424244828162192623252761981770578282656081894377843988376920586845584305280135810501235682745788818810118564488025047661321099326262604052792990273149874051685150356445967080538316340922124757852554094671265381829485217299928351881101868857406789507736239142971018162077970629066726223056146753884377072504020180614559322431393248708515472852736490023293733564641689265422253705879686023602162351131506500117421162430210056715893362777379988230906128019245977841913152928574383565156297768743639459366047042013881193945043814029790578249968114436998337482794747149217001942558801259850872913303238888665742773040789101557099130026884296808139436778720109591349553670097177255209495510391518575106799873269963642354735256730375276411526932390523124367973523064762533297592951181240043345483943312177894044028115118303319771530158280767996381258166760759835601461640185975987015258721833428778680697268569927164265209402665303729922270944357634807907064612616798509621456413133498337900392821285820994368634571269738632608286608859787704658931373355256059386008781875983589695005784131118110828290360698902471528146913324799682885232759808295398255724238704353983516649553395171499466720800643785166534559466592388912466855438911813747158820602425777205866990715109815755263665234069261637912359755170496576050325278588108733590789776947134155234581254418237760749484537534967731857811182030656053079679468786893429771479989387899374318109988321948473427994489446214690930734327092512941885858718317887018824033955528468105430390842879060728332832697391870486901851242179734764130885112229915654888793215108381978170939856747683087987383914375146455734655975114397134831732971460185763210164514876425879803946733080482545284368425615132384751937941542923746791925859543835728083765539837811687614820884859817163059180729150688671095387235330802589622936148517567275228309557158061334808786286012938920583109006448108389207753362200405074605825836607604768392949261710498975272658318378611709765078988437419991756666273733463679085252277625902608823051473815427997255502450252301482100188931537339600321675580416887235939689510891909738034828665979657012530647543003024186134018662404104202927660618274818228754340244962463439035273024831808503151995104355237779621680071834965219968872930956103912356401150324799281361222910606795073340759092113410056277672680621403362862132720769961649384642779223595820087486632859984479020066281980667045401512661431182141140489408566796134273583021799176803592202572604027269331462190227405970813743186116460113690065201941693263129119828453852571683454585654057726697038498478852459979459553647528908749820182233913020207217734881813815952309248449336226181339690101674118385686047978276403946680380336319265450050859988327217428491276851131376803414564958344703898149576649268275576634621014148296587186622724327772393540572441791758081304145557593569763162556318088830277713855452468417230383552379003311717416161409454535069176017839603074417392882352053950421166643571533635260240125666103744806682274251689035273572814174363626845710436482680512938539198705519745432274025353782118141806278709267451074382144164069517932682325761797938122554891185150280167918118466413814220461839536182898666967831790994477404862706234507073849733465312678080649149955886533170321187473641658536080432502536558719187052847651237440628537332622945740327483998901195814104395882623778705143151939794272382001023892939487962601038151670355820198373417225430765421353759733043241489750412643304206344853987425019985634498054828877637397513829361037006511561445250205405505204239712866948071377379623106457941685126680397741078854071892495251043071098513199076594811545824929530504135958653978412572139310404120339091014262040186427367043196358201791559107380866978206888719741434514890481248444680518830418538924283586372775030691130187277205901131389426721672552881576589518118160728433721620770077640333504899787624522315013375306534274459386802056811105896675163496612991257658490195974424883580523611575116178008846540645893510236651068471067205030949082819235522664953568220724292636346580798979736579468883146444364698776818565136859643248421924005608577838006476510380819508184373054116268742921161826526814377940404603866148838319706556155742359172179765975660100381716843910584849879194358003046853467879722808349227977713616213739529107760353466891430315611101735921905797155881952569577395346284268973707740503836874067342534973530402891758517883203684516999688303957712879260614860515712063315577565811224326138159362591107422410380427979591542322608652927285315220836268275837646025934758172421358433002984460174243804996568780514798732456789922959581867342388174791636660037118840468591767851411610240177687696771351676278598083404953896280346015197610742879922625759364021897137036096816752075972282587535141705088788313361233802398109533364827462234438514026409072898076824945452470823101360875827157716359495819401893596186458650022821888172699582701482404538286956081146887175873364199480995637969914084307717553318358619429722951615239480905940363814246923649587623185633285853181443285523596528341632341668051358023629689155663733689653472368339526967282587575355554372476512501299908439625440825657377884644941560813350775146258948142924021492355724248795969574835800026978861074998164235797730619691889273808063057975734854807583214662921460440605840250618602536841866779180785303569172001558818381556706435102095302196264277736599648187848345136488255971277619918516893678430714740041853809001337860179112175232350044415677590208768856630558206426112410893598304328231901193169141898005466227546294140774638304080995525083569524796057820696903924646001249777699238438912305680277997530261569659770190418869389932217639320429088384067379992979519146365233182070843118237786218274184485207255636298976609895406199437064449426823411955161342565923155981815426933422444618923892722934710922367797086489730701961803985470645846810771255361385396999059398277273512081860822766097695353708278106523168279797591451339973005496164892689977504452191753937306460581907566718622748691035087667968657827154462752100238105316767662666617072120938255263125077549110129937244579907130476517564767639934118189271836148055654578378686137922682070310114704147860100504187634073802852164818728025486963107624254577108630530939787748886130697813669285374317258617625325101000453150388294080496142510257112801466526893600041259093297619500816787129403000711730994268701462444985926105938376997986986797724184515729817878627654347889611925086217322221457020888690079633875641824193728210605979863709456225889254351518658630380406278457202392133121515660618517605407781059449585773461477801316084534184156927911049679277006242090392130559750459670223142703345954843257985243233218592824381010282880435725022318052622569648584654460926138217746456422501073365921326694400
3600.09/3579.11	c number of deleted constraints	: 19119
3600.29/3579.13	c speed (assignments/second)	: 1015.4327836470233
3600.29/3579.13	c non guided choices	: 341
3600.29/3579.15	c timeout
3600.29/3579.17	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 13
3600.29/3579.17	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 12205
3600.29/3579.17	s UNKNOWN
3600.29/3579.17	c Total wall clock time (in seconds): 3578.786

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (56473 MiB free)
  memory of node 1: 64465 MiB (53409 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100072 s]*
/proc/loadavg: 4.23 4.17 4.15 6/327 27877
/proc/meminfo: memFree=112515020/131382116 swapFree=33010684/33010684
[pid=27859] ppid=27856 vsize=18930384 memory=47940 CPUtime=0.11 cores=0,2
/proc/27859/stat : 27859 (java) S 27856 27859 26462 0 -1 4194304 5739 0 0 0 8 3 0 0 20 0 18 0 36957171 19384713216 11985 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
/proc/27859/statm: 4732596 11985 5271 1 0 546955 0
[pid=27859/tid=27861] ppid=27856 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/27859/task/27861/stat : 27861 (java) R 27856 27859 26462 0 -1 4194368 4647 0 0 0 5 2 0 0 20 0 18 0 36957173 19384713216 11985 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
[pid=27859/tid=27870] ppid=27856 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/27859/task/27870/stat : 27870 (Finalizer) S 27856 27859 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36957177 19384713216 11985 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
[pid=27859/tid=27877] ppid=27856 vsize=18930384 memory=56295059375534 CPUtime=0 cores=0,2
/proc/27859/task/27877/stat : 27877 (Common-Cleaner) S 27856 27859 26462 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 36957179 19384713216 11985 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 47940 KiB

[startup+0.214701 s]*
/proc/loadavg: 4.23 4.17 4.15 6/327 27877
/proc/meminfo: memFree=112513004/131382116 swapFree=33010684/33010684
[pid=27859] ppid=27856 vsize=18930384 memory=55284 CPUtime=0.3 cores=0,2
/proc/27859/stat : 27859 (java) S 27856 27859 26462 0 -1 4194304 6486 0 0 0 26 4 0 0 20 0 18 0 36957171 19384713216 13821 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
/proc/27859/statm: 4732596 13821 5335 1 0 547562 0
[pid=27859/tid=27861] ppid=27856 vsize=18930384 memory=4026597660 CPUtime=0.19 cores=0,2
/proc/27859/task/27861/stat : 27861 (java) R 27856 27859 26462 0 -1 4194368 5033 0 0 0 16 3 0 0 20 0 18 0 36957173 19384713216 13853 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
[pid=27859/tid=27870] ppid=27856 vsize=18930384 memory=2622 CPUtime=0 cores=0,2
/proc/27859/task/27870/stat : 27870 (Finalizer) S 27856 27859 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36957177 19384713216 13853 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
[pid=27859/tid=27877] ppid=27856 vsize=18930384 memory=55195547730935 CPUtime=0 cores=0,2
/proc/27859/task/27877/stat : 27877 (Common-Cleaner) S 27856 27859 26462 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 36957179 19384713216 13853 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55284 KiB

[startup+0.318874 s]*
/proc/loadavg: 4.23 4.17 4.15 7/327 27877
/proc/meminfo: memFree=112508908/131382116 swapFree=33010684/33010684
[pid=27859] ppid=27856 vsize=18930384 memory=58568 CPUtime=0.47 cores=0,2
/proc/27859/stat : 27859 (java) S 27856 27859 26462 0 -1 4194304 6807 0 0 0 42 5 0 0 20 0 18 0 36957171 19384713216 14642 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
/proc/27859/statm: 4732596 14642 5335 1 0 547829 0
[pid=27859/tid=27861] ppid=27856 vsize=18930384 memory=-6000919481296250221 CPUtime=0.29 cores=0,2
/proc/27859/task/27861/stat : 27861 (java) R 27856 27859 26462 0 -1 4194368 5228 0 0 0 26 3 0 0 20 0 18 0 36957173 19384713216 14642 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
[pid=27859/tid=27870] ppid=27856 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/27859/task/27870/stat : 27870 (Finalizer) S 27856 27859 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36957177 19384713216 14642 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
[pid=27859/tid=27877] ppid=27856 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/27859/task/27877/stat : 27877 (Common-Cleaner) S 27856 27859 26462 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 36957179 19384713216 14738 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58568 KiB

[startup+0.700392 s]
/proc/loadavg: 4.23 4.17 4.15 7/327 27877
/proc/meminfo: memFree=112492524/131382116 swapFree=33010684/33010684
[pid=27859] ppid=27856 vsize=18996948 memory=152148 CPUtime=1.11 cores=0,2
/proc/27859/stat : 27859 (java) S 27856 27859 26462 0 -1 4194304 7561 0 0 0 103 8 0 0 20 0 19 0 36957171 19452874752 38037 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
/proc/27859/statm: 4749237 38037 5463 1 0 548531 0
[pid=27859/tid=27861] ppid=27856 vsize=18996948 memory=17792 CPUtime=0.6 cores=0,2
/proc/27859/task/27861/stat : 27861 (java) R 27856 27859 26462 0 -1 4194368 5427 0 0 0 55 5 0 0 20 0 19 0 36957173 19452874752 38037 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
[pid=27859/tid=27870] ppid=27856 vsize=18996948 memory=11008 CPUtime=0 cores=0,2
/proc/27859/task/27870/stat : 27870 (Finalizer) S 27856 27859 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36957177 19452874752 38037 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
[pid=27859/tid=27877] ppid=27856 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/27859/task/27877/stat : 27877 (Common-Cleaner) S 27856 27859 26462 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 36957179 19452874752 38037 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 152148 KiB

[startup+1.5003 s]
/proc/loadavg: 4.23 4.17 4.15 6/329 27879
/proc/meminfo: memFree=112376624/131382116 swapFree=33010684/33010684
[pid=27859] ppid=27856 vsize=19063512 memory=248548 CPUtime=2.69 cores=0,2
/proc/27859/stat : 27859 (java) S 27856 27859 26462 0 -1 4194304 15559 0 0 0 256 13 0 0 20 0 20 0 36957171 19521036288 62137 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
/proc/27859/statm: 4765878 62137 5463 1 0 552060 0
[pid=27859/tid=27861] ppid=27856 vsize=19063512 memory=3328 CPUtime=1.3 cores=0,2
/proc/27859/task/27861/stat : 27861 (java) R 27856 27859 26462 0 -1 4194368 6080 0 0 0 123 7 0 0 20 0 20 0 36957173 19521036288 62137 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
[pid=27859/tid=27870] ppid=27856 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/27859/task/27870/stat : 27870 (Finalizer) S 27856 27859 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36957177 19521036288 62137 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
[pid=27859/tid=27877] ppid=27856 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/27859/task/27877/stat : 27877 (Common-Cleaner) S 27856 27859 26462 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 36957179 19521036288 62137 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
[pid=27859/tid=27879] ppid=27856 vsize=19063512 memory=14352 CPUtime=0 cores=0,2
/proc/27859/task/27879/stat : 27879 (Timer-0) S 27856 27859 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36957266 19521036288 62137 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 248548 KiB

[startup+3.10598 s]
/proc/loadavg: 4.29 4.19 4.16 6/329 27879
/proc/meminfo: memFree=112036256/131382116 swapFree=33010684/33010684
[pid=27859] ppid=27856 vsize=19063512 memory=533044 CPUtime=5.88 cores=0,2
/proc/27859/stat : 27859 (java) S 27856 27859 26462 0 -1 4194304 29620 0 0 0 567 21 0 0 20 0 20 0 36957171 19521036288 133261 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
/proc/27859/statm: 4765878 133261 5463 1 0 559522 0
[pid=27859/tid=27861] ppid=27856 vsize=19063512 memory=14352 CPUtime=2.85 cores=0,2
/proc/27859/task/27861/stat : 27861 (java) R 27856 27859 26462 0 -1 4194368 6907 0 0 0 272 13 0 0 20 0 20 0 36957173 19521036288 133261 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
[pid=27859/tid=27870] ppid=27856 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/27859/task/27870/stat : 27870 (Finalizer) S 27856 27859 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36957177 19521036288 133261 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
[pid=27859/tid=27877] ppid=27856 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/27859/task/27877/stat : 27877 (Common-Cleaner) S 27856 27859 26462 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 36957179 19521036288 133261 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
[pid=27859/tid=27879] ppid=27856 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/27859/task/27879/stat : 27879 (Timer-0) S 27856 27859 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36957266 19521036288 133261 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
Current children cumulated CPU time: 5.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 533044 KiB

[startup+6.30026 s]
/proc/loadavg: 4.29 4.19 4.16 5/329 27879
/proc/meminfo: memFree=112021448/131382116 swapFree=33010684/33010684
[pid=27859] ppid=27856 vsize=19063512 memory=545056 CPUtime=11.41 cores=0,2
/proc/27859/stat : 27859 (java) S 27856 27859 26462 0 -1 4194304 31317 0 0 0 1118 23 0 0 20 0 20 0 36957171 19521036288 136264 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
/proc/27859/statm: 4765878 136264 5463 1 0 560152 0
[pid=27859/tid=27861] ppid=27856 vsize=19063512 memory=0 CPUtime=5.94 cores=0,2
/proc/27859/task/27861/stat : 27861 (java) R 27856 27859 26462 0 -1 4194368 6942 0 0 0 581 13 0 0 20 0 20 0 36957173 19521036288 136264 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
[pid=27859/tid=27870] ppid=27856 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/27859/task/27870/stat : 27870 (Finalizer) S 27856 27859 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36957177 19521036288 136264 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
[pid=27859/tid=27877] ppid=27856 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/27859/task/27877/stat : 27877 (Common-Cleaner) S 27856 27859 26462 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 36957179 19521036288 136264 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
[pid=27859/tid=27879] ppid=27856 vsize=19063512 memory=263932 CPUtime=0 cores=0,2
/proc/27859/task/27879/stat : 27879 (Timer-0) S 27856 27859 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36957266 19521036288 136264 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
Current children cumulated CPU time: 11.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 545056 KiB

[startup+12.7005 s]
/proc/loadavg: 4.27 4.18 4.16 5/329 27880
/proc/meminfo: memFree=111183872/131382116 swapFree=33010684/33010684
[pid=27859] ppid=27856 vsize=19063512 memory=1374704 CPUtime=18.09 cores=0,2
/proc/27859/stat : 27859 (java) S 27856 27859 26462 0 -1 4194304 32281 0 0 0 1767 42 0 0 20 0 20 0 36957171 19521036288 343676 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
/proc/27859/statm: 4765878 343676 5463 1 0 560152 0
[pid=27859/tid=27861] ppid=27856 vsize=19063512 memory=263932 CPUtime=12.19 cores=0,2
/proc/27859/task/27861/stat : 27861 (java) R 27856 27859 26462 0 -1 4194368 7809 0 0 0 1188 31 0 0 20 0 20 0 36957173 19521036288 343676 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
[pid=27859/tid=27870] ppid=27856 vsize=19063512 memory=1374704 CPUtime=0 cores=0,2
/proc/27859/task/27870/stat : 27870 (Finalizer) S 27856 27859 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36957177 19521036288 343676 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
[pid=27859/tid=27877] ppid=27856 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/27859/task/27877/stat : 27877 (Common-Cleaner) S 27856 27859 26462 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 36957179 19521036288 343676 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
[pid=27859/tid=27879] ppid=27856 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/27859/task/27879/stat : 27879 (Timer-0) S 27856 27859 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36957266 19521036288 343676 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
Current children cumulated CPU time: 18.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1374704 KiB

[startup+25.5005 s]
/proc/loadavg: 4.29 4.19 4.16 5/328 27947
/proc/meminfo: memFree=116819540/131382116 swapFree=33010684/33010684
[pid=27859] ppid=27856 vsize=19063512 memory=2133368 CPUtime=31.28 cores=0,2
/proc/27859/stat : 27859 (java) S 27856 27859 26462 0 -1 4194304 38690 0 0 0 3069 59 0 0 20 0 20 0 36957171 19521036288 533342 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
/proc/27859/statm: 4765878 533342 5463 1 0 1086562 0
[pid=27859/tid=27861] ppid=27856 vsize=19063512 memory=0 CPUtime=24.79 cores=0,2
/proc/27859/task/27861/stat : 27861 (java) R 27856 27859 26462 0 -1 4194368 9726 0 0 0 2433 46 0 0 20 0 20 0 36957173 19521036288 533342 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
[pid=27859/tid=27870] ppid=27856 vsize=19063512 memory=17792 CPUtime=0 cores=0,2
/proc/27859/task/27870/stat : 27870 (Finalizer) S 27856 27859 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36957177 19521036288 533342 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
[pid=27859/tid=27877] ppid=27856 vsize=19063512 memory=-6000919481296250221 CPUtime=0 cores=0,2
/proc/27859/task/27877/stat : 27877 (Common-Cleaner) S 27856 27859 26462 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 36957179 19521036288 533342 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
[pid=27859/tid=27879] ppid=27856 vsize=19063512 memory=2696 CPUtime=0 cores=0,2
/proc/27859/task/27879/stat : 27879 (Timer-0) S 27856 27859 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36957266 19521036288 533342 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
Current children cumulated CPU time: 31.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2133368 KiB

[startup+51.1142 s]
/proc/loadavg: 4.19 4.17 4.15 5/328 27947
/proc/meminfo: memFree=115111368/131382116 swapFree=33010684/33010684
[pid=27859] ppid=27856 vsize=19063512 memory=2527176 CPUtime=57.59 cores=0,2
/proc/27859/stat : 27859 (java) S 27856 27859 26462 0 -1 4194304 45906 0 0 0 5688 71 0 0 20 0 20 0 36957171 19521036288 631794 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
/proc/27859/statm: 4765878 631794 5463 1 0 1086629 0
[pid=27859/tid=27861] ppid=27856 vsize=19063512 memory=14352 CPUtime=50.15 cores=0,2
/proc/27859/task/27861/stat : 27861 (java) R 27856 27859 26462 0 -1 4194368 13380 0 0 0 4962 53 0 0 20 0 20 0 36957173 19521036288 631794 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
[pid=27859/tid=27870] ppid=27856 vsize=19063512 memory=-6000919481296250221 CPUtime=0 cores=0,2
/proc/27859/task/27870/stat : 27870 (Finalizer) S 27856 27859 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36957177 19521036288 631794 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
[pid=27859/tid=27877] ppid=27856 vsize=19063512 memory=2055492 CPUtime=0 cores=0,2
/proc/27859/task/27877/stat : 27877 (Common-Cleaner) S 27856 27859 26462 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 36957179 19521036288 631794 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0

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

/proc/27859/task/27870/stat : 27870 (Finalizer) S 27856 27859 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36957177 19521036288 1075515 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
[pid=27859/tid=27877] ppid=27856 vsize=19063512 memory=17792 CPUtime=0 cores=0,2
/proc/27859/task/27877/stat : 27877 (Common-Cleaner) S 27856 27859 26462 0 -1 4194368 1809 0 0 0 0 0 0 0 20 0 20 0 36957179 19521036288 1075515 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
[pid=27859/tid=27879] ppid=27856 vsize=19063512 memory=4302060 CPUtime=0 cores=0,2
/proc/27859/task/27879/stat : 27879 (Timer-0) S 27856 27859 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36957266 19521036288 1075515 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
Current children cumulated CPU time: 3182.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4302060 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.21 4.19 5/329 28194
/proc/meminfo: memFree=110441612/131382116 swapFree=33010684/33010684
[pid=27859] ppid=27856 vsize=19063512 memory=4302060 CPUtime=3242.71 cores=0,2
/proc/27859/stat : 27859 (java) S 27856 27859 26462 0 -1 4194304 177632 0 0 0 323944 327 0 0 20 0 20 0 36957171 19521036288 1075515 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
/proc/27859/statm: 4765878 1075515 5463 1 0 1090467 0
[pid=27859/tid=27861] ppid=27856 vsize=19063512 memory=4302060 CPUtime=3197.71 cores=0,2
/proc/27859/task/27861/stat : 27861 (java) R 27856 27859 26462 0 -1 4194368 76370 0 0 0 319629 142 0 0 20 0 20 0 36957173 19521036288 1075515 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
[pid=27859/tid=27870] ppid=27856 vsize=19063512 memory=14352 CPUtime=0 cores=0,2
/proc/27859/task/27870/stat : 27870 (Finalizer) S 27856 27859 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36957177 19521036288 1075515 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
[pid=27859/tid=27877] ppid=27856 vsize=19063512 memory=4302060 CPUtime=0 cores=0,2
/proc/27859/task/27877/stat : 27877 (Common-Cleaner) S 27856 27859 26462 0 -1 4194368 1813 0 0 0 0 0 0 0 20 0 20 0 36957179 19521036288 1075515 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
[pid=27859/tid=27879] ppid=27856 vsize=19063512 memory=14352 CPUtime=0 cores=0,2
/proc/27859/task/27879/stat : 27879 (Timer-0) S 27856 27859 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36957266 19521036288 1075515 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
Current children cumulated CPU time: 3242.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4302060 KiB

[startup+3282.3 s]
/proc/loadavg: 4.18 4.22 4.19 5/329 28196
/proc/meminfo: memFree=110433428/131382116 swapFree=33010684/33010684
[pid=27859] ppid=27856 vsize=19063512 memory=4302060 CPUtime=3302.79 cores=0,2
/proc/27859/stat : 27859 (java) S 27856 27859 26462 0 -1 4194304 178930 0 0 0 329949 330 0 0 20 0 20 0 36957171 19521036288 1075515 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
/proc/27859/statm: 4765878 1075515 5463 1 0 1090467 0
[pid=27859/tid=27861] ppid=27856 vsize=19063512 memory=4302060 CPUtime=3257.32 cores=0,2
/proc/27859/task/27861/stat : 27861 (java) R 27856 27859 26462 0 -1 4194368 77555 0 0 0 325589 143 0 0 20 0 20 0 36957173 19521036288 1075515 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
[pid=27859/tid=27870] ppid=27856 vsize=19063512 memory=17792 CPUtime=0 cores=0,2
/proc/27859/task/27870/stat : 27870 (Finalizer) S 27856 27859 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36957177 19521036288 1075515 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
[pid=27859/tid=27877] ppid=27856 vsize=19063512 memory=4302060 CPUtime=0 cores=0,2
/proc/27859/task/27877/stat : 27877 (Common-Cleaner) S 27856 27859 26462 0 -1 4194368 1813 0 0 0 0 0 0 0 20 0 20 0 36957179 19521036288 1075515 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
[pid=27859/tid=27879] ppid=27856 vsize=19063512 memory=4302060 CPUtime=0 cores=0,2
/proc/27859/task/27879/stat : 27879 (Timer-0) S 27856 27859 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36957266 19521036288 1075515 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
Current children cumulated CPU time: 3302.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4302060 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.19 4.18 5/331 28204
/proc/meminfo: memFree=110424864/131382116 swapFree=33010684/33010684
[pid=27859] ppid=27856 vsize=19063512 memory=4302060 CPUtime=3363.06 cores=0,2
/proc/27859/stat : 27859 (java) S 27856 27859 26462 0 -1 4194304 182936 0 0 0 335972 334 0 0 20 0 20 0 36957171 19521036288 1075515 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
/proc/27859/statm: 4765878 1075515 5463 1 0 1090467 0
[pid=27859/tid=27861] ppid=27856 vsize=19063512 memory=14352 CPUtime=3316.94 cores=0,2
/proc/27859/task/27861/stat : 27861 (java) R 27856 27859 26462 0 -1 4194368 79798 0 0 0 331549 145 0 0 20 0 20 0 36957173 19521036288 1075515 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
[pid=27859/tid=27870] ppid=27856 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/27859/task/27870/stat : 27870 (Finalizer) S 27856 27859 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36957177 19521036288 1075515 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
[pid=27859/tid=27877] ppid=27856 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/27859/task/27877/stat : 27877 (Common-Cleaner) S 27856 27859 26462 0 -1 4194368 1871 0 0 0 0 0 0 0 20 0 20 0 36957179 19521036288 1075515 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
[pid=27859/tid=27879] ppid=27856 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/27859/task/27879/stat : 27879 (Timer-0) S 27856 27859 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36957266 19521036288 1075515 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
Current children cumulated CPU time: 3363.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4302060 KiB

[startup+3402.3 s]
/proc/loadavg: 3.86 4.12 4.16 4/306 28240
/proc/meminfo: memFree=116123420/131382116 swapFree=33010684/33010684
[pid=27859] ppid=27856 vsize=19063512 memory=4302060 CPUtime=3423.25 cores=0,2
/proc/27859/stat : 27859 (java) S 27856 27859 26462 0 -1 4194304 185388 0 0 0 341985 340 0 0 20 0 20 0 36957171 19521036288 1075515 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
/proc/27859/statm: 4765878 1075515 5463 1 0 1090467 0
[pid=27859/tid=27861] ppid=27856 vsize=19063512 memory=11008 CPUtime=3376.44 cores=0,2
/proc/27859/task/27861/stat : 27861 (java) R 27856 27859 26462 0 -1 4194368 81175 0 0 0 337498 146 0 0 20 0 20 0 36957173 19521036288 1075515 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
[pid=27859/tid=27870] ppid=27856 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/27859/task/27870/stat : 27870 (Finalizer) S 27856 27859 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36957177 19521036288 1075515 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
[pid=27859/tid=27877] ppid=27856 vsize=19063512 memory=17792 CPUtime=0 cores=0,2
/proc/27859/task/27877/stat : 27877 (Common-Cleaner) S 27856 27859 26462 0 -1 4194368 1872 0 0 0 0 0 0 0 20 0 20 0 36957179 19521036288 1075515 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
[pid=27859/tid=27879] ppid=27856 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/27859/task/27879/stat : 27879 (Timer-0) S 27856 27859 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36957266 19521036288 1075515 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
Current children cumulated CPU time: 3423.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4302060 KiB

[startup+3462.3 s]
/proc/loadavg: 3.37 3.93 4.09 4/306 28242
/proc/meminfo: memFree=116111172/131382116 swapFree=33010684/33010684
[pid=27859] ppid=27856 vsize=19063512 memory=4302060 CPUtime=3483.21 cores=0,2
/proc/27859/stat : 27859 (java) S 27856 27859 26462 0 -1 4194304 186470 0 0 0 347978 343 0 0 20 0 20 0 36957171 19521036288 1075515 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
/proc/27859/statm: 4765878 1075515 5463 1 0 1090467 0
[pid=27859/tid=27861] ppid=27856 vsize=19063512 memory=11008 CPUtime=3436.16 cores=0,2
/proc/27859/task/27861/stat : 27861 (java) R 27856 27859 26462 0 -1 4194368 82148 0 0 0 343470 146 0 0 20 0 20 0 36957173 19521036288 1075515 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
[pid=27859/tid=27870] ppid=27856 vsize=19063512 memory=4302060 CPUtime=0 cores=0,2
/proc/27859/task/27870/stat : 27870 (Finalizer) S 27856 27859 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36957177 19521036288 1075515 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
[pid=27859/tid=27877] ppid=27856 vsize=19063512 memory=4302060 CPUtime=0 cores=0,2
/proc/27859/task/27877/stat : 27877 (Common-Cleaner) S 27856 27859 26462 0 -1 4194368 1941 0 0 0 0 0 0 0 20 0 20 0 36957179 19521036288 1075515 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
[pid=27859/tid=27879] ppid=27856 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/27859/task/27879/stat : 27879 (Timer-0) S 27856 27859 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36957266 19521036288 1075515 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
Current children cumulated CPU time: 3483.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4302060 KiB

[startup+3522.3 s]
/proc/loadavg: 3.25 3.80 4.03 4/305 28247
/proc/meminfo: memFree=116084220/131382116 swapFree=33010684/33010684
[pid=27859] ppid=27856 vsize=19063512 memory=4302060 CPUtime=3543.29 cores=0,2
/proc/27859/stat : 27859 (java) S 27856 27859 26462 0 -1 4194304 189860 0 0 0 353980 349 0 0 20 0 20 0 36957171 19521036288 1075515 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
/proc/27859/statm: 4765878 1075515 5463 1 0 1090467 0
[pid=27859/tid=27861] ppid=27856 vsize=19063512 memory=4302060 CPUtime=3495.78 cores=0,2
/proc/27859/task/27861/stat : 27861 (java) R 27856 27859 26462 0 -1 4194368 84391 0 0 0 349430 148 0 0 20 0 20 0 36957173 19521036288 1075515 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
[pid=27859/tid=27870] ppid=27856 vsize=19063512 memory=4302060 CPUtime=0 cores=0,2
/proc/27859/task/27870/stat : 27870 (Finalizer) S 27856 27859 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36957177 19521036288 1075515 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
[pid=27859/tid=27877] ppid=27856 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/27859/task/27877/stat : 27877 (Common-Cleaner) S 27856 27859 26462 0 -1 4194368 1941 0 0 0 0 0 0 0 20 0 20 0 36957179 19521036288 1075515 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
[pid=27859/tid=27879] ppid=27856 vsize=19063512 memory=4302060 CPUtime=0 cores=0,2
/proc/27859/task/27879/stat : 27879 (Timer-0) S 27856 27859 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36957266 19521036288 1075515 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
Current children cumulated CPU time: 3543.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4302060 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3579 s]*
/proc/loadavg: 3.15 3.67 3.97 4/305 28249
/proc/meminfo: memFree=116073196/131382116 swapFree=33010684/33010684
[pid=27859] ppid=27856 vsize=19063512 memory=4302060 CPUtime=3600.09 cores=0,2
/proc/27859/stat : 27859 (java) S 27856 27859 26462 0 -1 4194304 192547 0 0 0 359655 354 0 0 20 0 20 0 36957171 19521036288 1075515 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
/proc/27859/statm: 4765878 1075515 5463 1 0 1090467 0
[pid=27859/tid=27861] ppid=27856 vsize=19063512 memory=-6000919477068915821 CPUtime=3552.11 cores=0,2
/proc/27859/task/27861/stat : 27861 (java) R 27856 27859 26462 0 -1 4194368 85983 0 0 0 355063 148 0 0 20 0 20 0 36957173 19521036288 1075515 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
[pid=27859/tid=27870] ppid=27856 vsize=19063512 memory=6452091034674161723 CPUtime=0 cores=0,2
/proc/27859/task/27870/stat : 27870 (Finalizer) S 27856 27859 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36957177 19521036288 1075515 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
[pid=27859/tid=27877] ppid=27856 vsize=19063512 memory=55212677268211 CPUtime=0 cores=0,2
/proc/27859/task/27877/stat : 27877 (Common-Cleaner) S 27856 27859 26462 0 -1 4194368 2005 0 0 0 0 0 0 0 20 0 20 0 36957179 19521036288 1075515 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
[pid=27859/tid=27879] ppid=27856 vsize=19063512 memory=129286 CPUtime=0 cores=0,2
/proc/27859/task/27879/stat : 27879 (Timer-0) S 27856 27859 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36957266 19521036288 1075515 18446744073709551615 94917196591104 94917196594800 140727895395968 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94917196602616 94917196603408 94917228285952 140727895402797 140727895402982 140727895402982 140727895408584 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4302060 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.84 s, system=3.58494 s

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

[startup+3579.2 s]*
/proc/loadavg: 3.15 3.67 3.97 4/286 28252
/proc/meminfo: memFree=120250104/131382116 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): 3579.24
CPU time (s): 3600.43
CPU user time (s): 3596.84
CPU system time (s): 3.58494
CPU usage (%): 100.592
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 4302828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.84
system time used= 3.58494
maximum resident set size= 4303084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 195226
page faults= 0
swaps= 0
block input operations= 0
block output operations= 572560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 114373
involuntary context switches= 12046


# summary of solver processes directly reported to runsolver:
#   pid: 27859
#   total CPU time (s): 3600.43
#   total CPU user time (s): 3596.84
#   total CPU system time (s): 3.58494

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.3478 second user time and 40.9008 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-06-29 17:59:38
IDJOB=4512977
IDBENCH=162230
IDSOLVER=3362
FILE ID=nodeC010/4512977-1751212778
RUNJOBID= nodeC010-1751205646-26472
SLURM_JOB_ID= 9587628
Free space on /tmp= 432436 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size80-round23-5.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4512977-1751212778/watcher-4512977-1751212778 -o /tmp/evaluation-result-4512977-1751212778/solver-4512977-1751212778 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751205646-26472 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4512977-1751212778 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4512977-1751212778.opb

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

MD5SUM BENCH= 86944514b434ff8020a355b19ddc8d04
RANDOM SEED=1480859587

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        112521116 kB
MemAvailable:   113013640 kB
Buffers:            3280 kB
Cached:          1302392 kB
SwapCached:            0 kB
Active:         17292264 kB
Inactive:        1009872 kB
Active(anon):   17014436 kB
Inactive(anon):        0 kB
Active(file):     277828 kB
Inactive(file):  1009872 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1964 kB
Writeback:             0 kB
AnonPages:      16998580 kB
Mapped:           123464 kB
Shmem:             17960 kB
KReclaimable:      88900 kB
Slab:             171148 kB
SReclaimable:      88900 kB
SUnreclaim:        82248 kB
KernelStack:        4976 kB
PageTables:        36980 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   28319088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150344 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  16685056 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 432688 MiB
End job on nodeC010 at 2025-06-29 18:59:17