Trace number 4446821

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Cutting Planes 2024 2024-07-12? (TO) 3600.17 3580.3

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K139.opb
MD5SUM89642dc5a75d3fc73d0ef8fe6dbde459
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 variables16541
Total number of constraints16821
Number of constraints which are clauses16682
Number of constraints which are cardinality constraints (but not clauses)139
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint139
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 140
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Use constraints as they come during conflict analysis
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: EFFECTIVE
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Dynamic restart strategy considering the size of the coefficients
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Use constraints as they come during conflict analysis
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: EFFECTIVE
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Dynamic restart strategy considering the size of the coefficients
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4446821-1721349694.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  no objective function found
1.61/0.94	c ... done. Wall clock time 0.794s.
1.61/0.94	c declared #vars     16541
1.61/0.94	c #constraints  16821
1.61/0.94	c constraints type 
1.61/0.94	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1794
1.61/0.94	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 139
1.61/0.94	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14886
1.61/0.94	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.61/0.94	c 16821 constraints processed.
176.27/171.28	c cleaning 2498 clauses out of 5003 with flag 0/5003
664.15/656.67	c cleaning 4244 clauses out of 8504 with flag 0/11002
3600.00/3580.22	c starts		: 17
3600.00/3580.22	c conflicts		: 17760
3600.00/3580.22	c decisions		: 144210
3600.00/3580.22	c propagations		: 14305326
3600.00/3580.22	c inspects		: 96221957
3600.00/3580.22	c shortcuts		: 0
3600.00/3580.22	c learnt literals	: 0
3600.00/3580.22	c learnt binary clauses	: 0
3600.00/3580.22	c learnt ternary clauses	: 67
3600.00/3580.22	c learnt constraints	: 17759
3600.00/3580.22	c ignored constraints	: 0
3600.00/3580.22	c root simplifications	: 0
3600.00/3580.22	c removed literals (reason simplification)	: 0
3600.00/3580.22	c reason swapping (by a shorter reason)	: 0
3600.00/3580.22	c Calls to reduceDB	: 2
3600.00/3580.22	c Number of update (reduction) of LBD	: 31520
3600.00/3580.22	c Imported unit clauses	: 0
3600.00/3580.22	c No decision after first conflict	: false
3600.00/3580.22	c number of reductions to clauses (during analyze)	: 0
3600.00/3580.22	c number of learned constraints concerned by reduction	: 0
3600.00/3580.22	c number of learning phase by resolution	: 0
3600.00/3580.22	c number of learning phase by cutting planes	: 0
3600.00/3580.22	c number of rounding to 1 operations	: 0
3600.00/3580.22	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3580.22	c number of reductions of the coefficients by power 2 	: 0
3600.00/3580.22	c number of right shift for reduction by power 2 	: 0
3600.00/3580.22	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3580.22	c number of ending skipping 	: 0
3600.00/3580.22	c number of internal skipping 	: 0
3600.00/3580.22	c number of derivation steps 	: 1124358
3600.00/3580.22	c number of skipped derivation steps 	: 0
3600.00/3580.22	c number of remaining unassigned 	: 335386
3600.00/3580.22	c number of remaining assigned 	: 48175194
3600.00/3580.22	c number of falsified literals weakened from reason	: 0
3600.00/3580.22	c number of falsified literals weakened from conflict	: 0
3600.00/3580.22	c time for arithmetic operations	: 675253751129
3600.00/3580.22	c minimum degree of deleted constraints	: 1
3600.00/3580.24	c maximum degree of deleted constraints	: 23424146609420777591315928688343924495172666432661210565275709588430164672660542547615906821134421935046485497260813758831295536488815105015548571555162338397444517794071061397715972219295360498288274759187685210211995700262869369831977260421395399166445818743575581113290536535792495522025482742493137817352886158115242175461877933972732457738515419920111453152452001743082105485350246781639974593850242335846959139371027662730200337010856276160994619145507529823233116531715720087751050747155625840255469665731731850231399325352723038971878266154864503022818002003275479723372374550815083668926963736914256165611862317811400029006478796765645205759643236363656456590173294597398612076274115953057255765727643388664095513246503717060534197582420486814930549635858428480438569865940628178247799657728771024245777895921519161474307436845802530504088328971884504756493133681164268746943303721597104684880869018239721707402036628764836752327774658098449297020049739805223950534501276793335234148861417446443574168133820793172704951182317355051845150802725053799010104285032687039126338331169704913319295486324310943154031518839636914345957459978523350263483505904006447990867425616267891824061653001291843982950450071662633947641101221519496392941679714178497027209138680501248147271884211833945680945970812827320291796818297929397559608848488782561831442496706937153216566723864646086717683122130940284725394450329300765604418858399442370790717509090305675528866680424136604339857169994184243814707885235042365348269462029852104282433377224365773985912141138226198329992565062190589025801289151270519327077284117520491717614600830982203179269745842089074644948446553519021995436315742018208916274001725764627010706741698297036380240885567734377657941615595778721096264475523865991971187862386082605344722905743179962788506830330043699031376601416489210517569711524867740515796330714361098725463324417559737553876043022507716657712683875533387512903124549211748761820586524935598732978289520964091981404159007736367797349998755771533400968669678751767817258105041111150826440929660754029738171611127950124637473902445276600811186274135752636541179929792238257841104817290568755096987714163766554164348805121324903181656440081206979402946455667464169835006645568898732038828422540999977498477323999038394972712604638885198173767409268024744139807722483241389594556081065796694475969685416491285267831339226039134569733076552068344212046235499948125823841306281876860829588182345732451820999530022349905840956260808464994605718166999169559971995572724728875015336218806001330056619483351424823290003735488338887391083491637864667239517903599843368725806257436146949303196240978913086279733550335700632527696889304813502966016418513126019907724603388610771889977175251261358734118938467343947323082876618938582604529024315101483807304970061817772697678492286695665816894435243199364512651492621076034804003456698582527882298895499013515567861409463711669051343688205687285550493014165838091614414778122308391569710305334219386984453375702142693692942380234604016343413638409119944014384397244882917379230761493038580873903692145755685071360230614645689287982094515449916390252354563612085043984196300436855039730936321628815150946918034835918094117028720577859746701620619390055070916026594021448923585497516533584818855085354100625918721244813256905876471974229962822020438757663137792743177841074806572552076074069771324461092142868996894646967554698305752579977491942216168912215648079819340679600603264665463330658873044930016980718356321022300244599385368449129093865451741324157026515478273482592168374978590715298117962632822781674154055793119126782942966034690860724683734271476393269731225589413508552232056242786364140017669182462643648988664122778219299493383387688804835891188492515477417260631647494209247709321260886750666957690568208913083404734350616872520186945257796995229062127745399256219493537990903359025732755964609367765655175647996096169665010830665040716517948084028928802780184073419901848972012341167020734410803857918865720658766223354778247313460544229443597221244759949467857295257001483388297335629346699748886601759059107454093814384426140778982698989618809010583577307217699281182932199220197567794020044734579028851010165575836494722258740128836606743589295425837880707045822906569348603181293386473282380865611147147798517669085661285668405489751588655847300391375465507924953203639405989967815332701917551814233322550202490922439732676737887468967140976700682925396227035749247828344187506288975734052537596871429101278484552443397282774444805099199063023719718686552626653227636484903884159772768871221829297179608942653638058640816441704275690757031705819854903970237112520426928055780967695685427740629339632005740384603838946146192048179875756612399215718225451946794714558138249080968674046465964517150651619277222208621909446217924714413945750553589449155778390691343739209463736665994408933316447737284213544044054061068096940159821115740870421129900111039745911898511631427459241330364673581275747852134648434463151396595065413767300558939290034359338844870998176895741996140477890490624218000958905719284751290760612056904376285867174143853287243963215897308631264750190195786779500569891207873521877612124176657056207191082138169322992885103791366232812839801591667420805272458761367358162657839705627729374790107882887526849492785301434837598156652429555625576344502478643248362028939528575067776207415484839446612248035574192570666042168054504307447531823993597683302984844975916818148035608159315883914680232697707553068285199317672022383237147950374355654423781016354405115929916294564217412868171520801242673828334291103847845960814820473525931595068997035931808057433561429840578545180300267252012142590735826325455675444099517963050613995263842917470112801533962903144619247499626713649452788151121237143398523288010843682990280060063018814700383067021543255992572807659851452821867336927537600074525422815826385161044141388888086621471242933281057238543632172807327515668608827246026662095217340647619398330729318358199958852870280225360248571574822170384171362312041599793400145611092019583398488723053687051314624091895733979386863325517641726252809212405458345609359334348217606917451621764976171788279684115272160187961529941080034384945516690285696481587438324765066357872200545364415314521919197855741556414514741580506608452965428929870080690790282594011313330759069925785119191487437415638659599624751376500521954820471221837401278860958519124701889871312401770614760896962845800578764970944892306334944684300353524994727670877878408826833439523632285552305486037988080268041158220773293446801629474429180163113749955000827863238457201429935444575939728247025650518479189298003816139627323174942606246485613590019305817379178164312224444370090517125591622044100592482196014355281365396914215259555249418864089663696794019987248250902620031925939449353801445920262839221338300941094827384404310893367113271777305095683514035128660735588060080420344986642819047901436314175981078914717483900778634503676833053483257889374210020292944162683059961753816391483857091856883481776075818302431876308041844914074697163023722862990456076556085313013940835036692994857048417864583260296868974703790338667489864924686394038008937515961420047431621054799958861493335059529731398271858510658563619087602391841955148428305286401355693093463688973098631931793680580258180066368575864678387777995780055692111473102732346052029423997130755946999174039610599902318197972762767561024334000947741504961073674740888912206761785068452382503633993123743104146877008114613914973271435267328733670029941442957917839779365294837606470280014738249323835589943829442443491343878939137678280997588848754725608446781554734936190182843405932195916953550243709623788648080699615256080588813894154947784347248676897753618718512468931728385531178952336677921186272392615026603152782125710740105468002720000
3600.00/3580.24	c number of deleted constraints	: 6742
3600.00/3580.24	c speed (assignments/second)	: 3996.714973523938
3600.00/3580.24	c non guided choices	: 2295
3600.00/3580.26	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 427
3600.00/3580.26	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 2310
3600.00/3580.26	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 8280
3600.00/3580.26	s UNKNOWN
3600.00/3580.26	c Total wall clock time (in seconds): 3580.112

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63931 MiB (52097 MiB free)
  memory of node 1: 64510 MiB (57889 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100263 s]*
/proc/loadavg: 4.52 4.42 4.28 5/331 1005860
/proc/meminfo: memFree=112582976/131524600 swapFree=131071996/131071996
[pid=1005842] ppid=1005839 vsize=18975048 memory=65280 CPUtime=0.14 cores=1,3
/proc/1005842/stat : 1005842 (java) S 1005839 1005842 1001648 0 -1 1077936128 7242 0 0 0 12 2 0 0 20 0 18 0 187139149 19430449152 16320 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
/proc/1005842/statm: 4743762 16320 5664 1 0 549364 0
[pid=1005842/tid=1005844] ppid=1005839 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/1005842/task/1005844/stat : 1005844 (java) R 1005839 1005842 1001648 0 -1 4194368 5768 0 0 0 7 1 0 0 20 0 18 0 187139149 19430449152 16320 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
[pid=1005842/tid=1005853] ppid=1005839 vsize=18975048 memory=228556276070 CPUtime=0 cores=1,3
/proc/1005842/task/1005853/stat : 1005853 (Finalizer) S 1005839 1005842 1001648 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 187139152 19430449152 16320 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
[pid=1005842/tid=1005860] ppid=1005839 vsize=18975048 memory=15817789847927870 CPUtime=0 cores=1,3
/proc/1005842/task/1005860/stat : 1005860 (Common-Cleaner) S 1005839 1005842 1001648 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 187139153 19430449152 16320 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65280 KiB

[startup+0.206104 s]*
/proc/loadavg: 4.52 4.42 4.28 8/331 1005860
/proc/meminfo: memFree=112562248/131524600 swapFree=131071996/131071996
[pid=1005842] ppid=1005839 vsize=18975048 memory=86660 CPUtime=0.33 cores=1,3
/proc/1005842/stat : 1005842 (java) S 1005839 1005842 1001648 0 -1 1077936128 7788 0 0 0 31 2 0 0 20 0 18 0 187139149 19430449152 21665 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
/proc/1005842/statm: 4743762 21665 5855 1 0 549706 0
[pid=1005842/tid=1005844] ppid=1005839 vsize=18975048 memory=6876556183782621315 CPUtime=0.18 cores=1,3
/proc/1005842/task/1005844/stat : 1005844 (java) R 1005839 1005842 1001648 0 -1 4194368 6033 0 0 0 17 1 0 0 20 0 18 0 187139149 19430449152 21665 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
[pid=1005842/tid=1005853] ppid=1005839 vsize=18975048 memory=17963 CPUtime=0 cores=1,3
/proc/1005842/task/1005853/stat : 1005853 (Finalizer) S 1005839 1005842 1001648 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 187139152 19430449152 21665 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
[pid=1005842/tid=1005860] ppid=1005839 vsize=18975048 memory=14697378909259238 CPUtime=0 cores=1,3
/proc/1005842/task/1005860/stat : 1005860 (Common-Cleaner) S 1005839 1005842 1001648 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 187139153 19430449152 21665 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 86660 KiB

[startup+0.305795 s]*
/proc/loadavg: 4.52 4.42 4.28 7/332 1005861
/proc/meminfo: memFree=112481796/131524600 swapFree=131071996/131071996
[pid=1005842] ppid=1005839 vsize=19041612 memory=166684 CPUtime=0.5 cores=1,3
/proc/1005842/stat : 1005842 (java) S 1005839 1005842 1001648 0 -1 1077936128 9434 0 0 0 47 3 0 0 20 0 19 0 187139149 19498610688 41671 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
/proc/1005842/statm: 4760403 41671 5855 1 0 550979 0
[pid=1005842/tid=1005844] ppid=1005839 vsize=19041612 memory=-7452997215880767583 CPUtime=0.25 cores=1,3
/proc/1005842/task/1005844/stat : 1005844 (java) R 1005839 1005842 1001648 0 -1 4194368 6076 0 0 0 23 2 0 0 20 0 19 0 187139149 19498610688 41671 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
[pid=1005842/tid=1005853] ppid=1005839 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1005842/task/1005853/stat : 1005853 (Finalizer) S 1005839 1005842 1001648 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 187139152 19498610688 41671 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
[pid=1005842/tid=1005860] ppid=1005839 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1005842/task/1005860/stat : 1005860 (Common-Cleaner) S 1005839 1005842 1001648 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 187139153 19498610688 41671 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 166684 KiB

[startup+0.701116 s]
/proc/loadavg: 4.52 4.42 4.28 8/332 1005861
/proc/meminfo: memFree=112175216/131524600 swapFree=131071996/131071996
[pid=1005842] ppid=1005839 vsize=19041612 memory=1081420 CPUtime=1.23 cores=1,3
/proc/1005842/stat : 1005842 (java) S 1005839 1005842 1001648 0 -1 1077936128 15062 0 0 0 101 22 0 0 20 0 19 0 187139149 19498610688 270355 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
/proc/1005842/statm: 4760403 270355 5871 1 0 553294 0
[pid=1005842/tid=1005844] ppid=1005839 vsize=19041612 memory=5492 CPUtime=0.6 cores=1,3
/proc/1005842/task/1005844/stat : 1005844 (java) R 1005839 1005842 1001648 0 -1 4194368 6523 0 0 0 40 20 0 0 20 0 19 0 187139149 19498610688 270355 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
[pid=1005842/tid=1005853] ppid=1005839 vsize=19041612 memory=12312 CPUtime=0 cores=1,3
/proc/1005842/task/1005853/stat : 1005853 (Finalizer) S 1005839 1005842 1001648 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 187139152 19498610688 270355 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
[pid=1005842/tid=1005860] ppid=1005839 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1005842/task/1005860/stat : 1005860 (Common-Cleaner) S 1005839 1005842 1001648 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 187139153 19498610688 270355 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1081420 KiB

[startup+1.5011 s]
/proc/loadavg: 4.52 4.42 4.28 8/333 1005862
/proc/meminfo: memFree=111295044/131524600 swapFree=131071996/131071996
[pid=1005842] ppid=1005839 vsize=19108176 memory=1324348 CPUtime=2.79 cores=1,3
/proc/1005842/stat : 1005842 (java) S 1005839 1005842 1001648 0 -1 1077936128 22036 0 0 0 250 29 0 0 20 0 20 0 187139149 19566772224 331087 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
/proc/1005842/statm: 4777044 331087 5871 1 0 557231 0
[pid=1005842/tid=1005844] ppid=1005839 vsize=19108176 memory=12312 CPUtime=1.34 cores=1,3
/proc/1005842/task/1005844/stat : 1005844 (java) R 1005839 1005842 1001648 0 -1 4194368 6726 0 0 0 110 24 0 0 20 0 20 0 187139149 19566772224 331087 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
[pid=1005842/tid=1005853] ppid=1005839 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1005842/task/1005853/stat : 1005853 (Finalizer) S 1005839 1005842 1001648 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187139152 19566772224 331087 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
[pid=1005842/tid=1005860] ppid=1005839 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1005842/task/1005860/stat : 1005860 (Common-Cleaner) S 1005839 1005842 1001648 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 187139153 19566772224 331087 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
[pid=1005842/tid=1005862] ppid=1005839 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1005842/task/1005862/stat : 1005862 (Timer-0) S 1005839 1005842 1001648 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187139245 19566772224 331087 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1324348 KiB

[startup+3.10612 s]
/proc/loadavg: 4.56 4.43 4.29 6/333 1005862
/proc/meminfo: memFree=111291408/131524600 swapFree=131071996/131071996
[pid=1005842] ppid=1005839 vsize=19108176 memory=1325780 CPUtime=5.97 cores=1,3
/proc/1005842/stat : 1005842 (java) S 1005839 1005842 1001648 0 -1 1077936128 22489 0 0 0 568 29 0 0 20 0 20 0 187139149 19566772224 331445 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
/proc/1005842/statm: 4777044 331445 5887 1 0 557263 0
[pid=1005842/tid=1005844] ppid=1005839 vsize=19108176 memory=0 CPUtime=2.92 cores=1,3
/proc/1005842/task/1005844/stat : 1005844 (java) R 1005839 1005842 1001648 0 -1 4194368 6857 0 0 0 268 24 0 0 20 0 20 0 187139149 19566772224 331445 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
[pid=1005842/tid=1005853] ppid=1005839 vsize=19108176 memory=12340 CPUtime=0 cores=1,3
/proc/1005842/task/1005853/stat : 1005853 (Finalizer) S 1005839 1005842 1001648 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187139152 19566772224 331445 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
[pid=1005842/tid=1005860] ppid=1005839 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1005842/task/1005860/stat : 1005860 (Common-Cleaner) S 1005839 1005842 1001648 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 187139153 19566772224 331445 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
[pid=1005842/tid=1005862] ppid=1005839 vsize=19108176 memory=12312 CPUtime=0 cores=1,3
/proc/1005842/task/1005862/stat : 1005862 (Timer-0) S 1005839 1005842 1001648 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187139245 19566772224 331445 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
Current children cumulated CPU time: 5.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1325780 KiB

[startup+6.3011 s]
/proc/loadavg: 4.56 4.43 4.29 5/333 1005862
/proc/meminfo: memFree=110979408/131524600 swapFree=131071996/131071996
[pid=1005842] ppid=1005839 vsize=19108176 memory=1665460 CPUtime=10.49 cores=1,3
/proc/1005842/stat : 1005842 (java) S 1005839 1005842 1001648 0 -1 1077936128 24269 0 0 0 1013 36 0 0 20 0 20 0 187139149 19566772224 416365 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
/proc/1005842/statm: 4777044 416365 5887 1 0 1084007 0
[pid=1005842/tid=1005844] ppid=1005839 vsize=19108176 memory=0 CPUtime=6.06 cores=1,3
/proc/1005842/task/1005844/stat : 1005844 (java) R 1005839 1005842 1001648 0 -1 4194368 7310 0 0 0 576 30 0 0 20 0 20 0 187139149 19566772224 416365 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
[pid=1005842/tid=1005853] ppid=1005839 vsize=19108176 memory=12312 CPUtime=0 cores=1,3
/proc/1005842/task/1005853/stat : 1005853 (Finalizer) S 1005839 1005842 1001648 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187139152 19566772224 416365 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
[pid=1005842/tid=1005860] ppid=1005839 vsize=19108176 memory=12340 CPUtime=0 cores=1,3
/proc/1005842/task/1005860/stat : 1005860 (Common-Cleaner) S 1005839 1005842 1001648 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187139153 19566772224 416365 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
[pid=1005842/tid=1005862] ppid=1005839 vsize=19108176 memory=46904 CPUtime=0 cores=1,3
/proc/1005842/task/1005862/stat : 1005862 (Timer-0) S 1005839 1005842 1001648 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187139245 19566772224 416365 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
Current children cumulated CPU time: 10.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1665460 KiB

[startup+12.7011 s]
/proc/loadavg: 4.52 4.43 4.29 6/333 1005864
/proc/meminfo: memFree=110188776/131524600 swapFree=131071996/131071996
[pid=1005842] ppid=1005839 vsize=19108176 memory=2517996 CPUtime=17.39 cores=1,3
/proc/1005842/stat : 1005842 (java) S 1005839 1005842 1001648 0 -1 1077936128 28559 0 0 0 1686 53 0 0 20 0 20 0 187139149 19566772224 629499 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
/proc/1005842/statm: 4777044 629499 5887 1 0 1084007 0
[pid=1005842/tid=1005844] ppid=1005839 vsize=19108176 memory=1316776 CPUtime=12.41 cores=1,3
/proc/1005842/task/1005844/stat : 1005844 (java) R 1005839 1005842 1001648 0 -1 4194368 8658 0 0 0 1194 47 0 0 20 0 20 0 187139149 19566772224 629499 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
[pid=1005842/tid=1005853] ppid=1005839 vsize=19108176 memory=2366368 CPUtime=0 cores=1,3
/proc/1005842/task/1005853/stat : 1005853 (Finalizer) S 1005839 1005842 1001648 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187139152 19566772224 629499 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
[pid=1005842/tid=1005860] ppid=1005839 vsize=19108176 memory=1325784 CPUtime=0 cores=1,3
/proc/1005842/task/1005860/stat : 1005860 (Common-Cleaner) S 1005839 1005842 1001648 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187139153 19566772224 629499 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
[pid=1005842/tid=1005862] ppid=1005839 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1005842/task/1005862/stat : 1005862 (Timer-0) S 1005839 1005842 1001648 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187139245 19566772224 629499 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
Current children cumulated CPU time: 17.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2517996 KiB

[startup+25.5003 s]
/proc/loadavg: 4.56 4.44 4.29 5/333 1005933
/proc/meminfo: memFree=110717724/131524600 swapFree=131071996/131071996
[pid=1005842] ppid=1005839 vsize=19108176 memory=3399164 CPUtime=30.4 cores=1,3
/proc/1005842/stat : 1005842 (java) S 1005839 1005842 1001648 0 -1 1077936128 31912 0 0 0 2970 70 0 0 20 0 20 0 187139149 19566772224 849791 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
/proc/1005842/statm: 4777044 849791 5903 1 0 1084022 0
[pid=1005842/tid=1005844] ppid=1005839 vsize=19108176 memory=2366368 CPUtime=25.12 cores=1,3
/proc/1005842/task/1005844/stat : 1005844 (java) R 1005839 1005842 1001648 0 -1 4194368 10314 0 0 0 2449 63 0 0 20 0 20 0 187139149 19566772224 849791 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
[pid=1005842/tid=1005853] ppid=1005839 vsize=19108176 memory=3396888 CPUtime=0 cores=1,3
/proc/1005842/task/1005853/stat : 1005853 (Finalizer) S 1005839 1005842 1001648 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187139152 19566772224 849791 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
[pid=1005842/tid=1005860] ppid=1005839 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1005842/task/1005860/stat : 1005860 (Common-Cleaner) S 1005839 1005842 1001648 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187139153 19566772224 849791 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
[pid=1005842/tid=1005862] ppid=1005839 vsize=19108176 memory=3396948 CPUtime=0 cores=1,3
/proc/1005842/task/1005862/stat : 1005862 (Timer-0) S 1005839 1005842 1001648 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187139245 19566772224 849791 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
Current children cumulated CPU time: 30.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3399164 KiB

[startup+51.1057 s]
/proc/loadavg: 4.67 4.48 4.31 5/333 1005939
/proc/meminfo: memFree=109814228/131524600 swapFree=131071996/131071996
[pid=1005842] ppid=1005839 vsize=19108176 memory=3485532 CPUtime=56.08 cores=1,3
/proc/1005842/stat : 1005842 (java) S 1005839 1005842 1001648 0 -1 1077936128 36023 0 0 0 5535 73 0 0 20 0 20 0 187139149 19566772224 871383 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
/proc/1005842/statm: 4777044 871383 5903 1 0 1084024 0
[pid=1005842/tid=1005844] ppid=1005839 vsize=19108176 memory=3485468 CPUtime=50.52 cores=1,3
/proc/1005842/task/1005844/stat : 1005844 (java) R 1005839 1005842 1001648 0 -1 4194368 11947 0 0 0 4989 63 0 0 20 0 20 0 187139149 19566772224 871383 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
[pid=1005842/tid=1005853] ppid=1005839 vsize=19108176 memory=148 CPUtime=0 cores=1,3
/proc/1005842/task/1005853/stat : 1005853 (Finalizer) S 1005839 1005842 1001648 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187139152 19566772224 871383 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
[pid=1005842/tid=1005860] ppid=1005839 vsize=19108176 memory=2524140 CPUtime=0 cores=1,3
/proc/1005842/task/1005860/stat : 1005860 (Common-Cleaner) S 1005839 1005842 1001648 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187139153 19566772224 871383 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0

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

/proc/meminfo: memFree=100821800/131524600 swapFree=131071996/131071996
[pid=1005842] ppid=1005839 vsize=19108176 memory=8186668 CPUtime=3182.02 cores=1,3
/proc/1005842/stat : 1005842 (java) S 1005839 1005842 1001648 0 -1 1077936128 375152 0 0 0 317861 341 0 0 20 0 20 0 187139149 19566772224 2046667 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
/proc/1005842/statm: 4777044 2046667 5946 1 0 2077446 0
[pid=1005842/tid=1005844] ppid=1005839 vsize=19108176 memory=8186544 CPUtime=3132.65 cores=1,3
/proc/1005842/task/1005844/stat : 1005844 (java) R 1005839 1005842 1001648 0 -1 4194368 147797 0 0 0 313104 161 0 0 20 0 20 0 187139149 19566772224 2046667 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 16 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
[pid=1005842/tid=1005853] ppid=1005839 vsize=19108176 memory=12340 CPUtime=0 cores=1,3
/proc/1005842/task/1005853/stat : 1005853 (Finalizer) S 1005839 1005842 1001648 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187139152 19566772224 2046667 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
[pid=1005842/tid=1005860] ppid=1005839 vsize=19108176 memory=8186668 CPUtime=0 cores=1,3
/proc/1005842/task/1005860/stat : 1005860 (Common-Cleaner) S 1005839 1005842 1001648 0 -1 1077936192 3610 0 0 0 0 0 0 0 20 0 20 0 187139153 19566772224 2046667 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
[pid=1005842/tid=1005862] ppid=1005839 vsize=19108176 memory=8186668 CPUtime=0 cores=1,3
/proc/1005842/task/1005862/stat : 1005862 (Timer-0) S 1005839 1005842 1001648 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187139245 19566772224 2046667 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
Current children cumulated CPU time: 3182.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8186668 KiB

[startup+3222.3 s]
/proc/loadavg: 4.23 4.18 4.18 5/335 1007760
/proc/meminfo: memFree=100821260/131524600 swapFree=131071996/131071996
[pid=1005842] ppid=1005839 vsize=19108176 memory=8186688 CPUtime=3242.06 cores=1,3
/proc/1005842/stat : 1005842 (java) S 1005839 1005842 1001648 0 -1 1077936128 376971 0 0 0 323861 345 0 0 20 0 20 0 187139149 19566772224 2046672 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
/proc/1005842/statm: 4777044 2046672 5946 1 0 2077446 0
[pid=1005842/tid=1005844] ppid=1005839 vsize=19108176 memory=8186544 CPUtime=3192.25 cores=1,3
/proc/1005842/task/1005844/stat : 1005844 (java) R 1005839 1005842 1001648 0 -1 4194368 149300 0 0 0 319064 161 0 0 20 0 20 0 187139149 19566772224 2046672 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 16 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
[pid=1005842/tid=1005853] ppid=1005839 vsize=19108176 memory=8186668 CPUtime=0 cores=1,3
/proc/1005842/task/1005853/stat : 1005853 (Finalizer) S 1005839 1005842 1001648 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187139152 19566772224 2046672 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
[pid=1005842/tid=1005860] ppid=1005839 vsize=19108176 memory=8186668 CPUtime=0 cores=1,3
/proc/1005842/task/1005860/stat : 1005860 (Common-Cleaner) S 1005839 1005842 1001648 0 -1 1077936192 3703 0 0 0 0 0 0 0 20 0 20 0 187139153 19566772224 2046672 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
[pid=1005842/tid=1005862] ppid=1005839 vsize=19108176 memory=8186668 CPUtime=0 cores=1,3
/proc/1005842/task/1005862/stat : 1005862 (Timer-0) S 1005839 1005842 1001648 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187139245 19566772224 2046672 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
Current children cumulated CPU time: 3242.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8186688 KiB

[startup+3282.3 s]
/proc/loadavg: 4.19 4.18 4.18 5/331 1007770
/proc/meminfo: memFree=100820940/131524600 swapFree=131071996/131071996
[pid=1005842] ppid=1005839 vsize=19108176 memory=8186732 CPUtime=3302.12 cores=1,3
/proc/1005842/stat : 1005842 (java) S 1005839 1005842 1001648 0 -1 1077936128 381194 0 0 0 329864 348 0 0 20 0 20 0 187139149 19566772224 2046683 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
/proc/1005842/statm: 4777044 2046683 5946 1 0 2077446 0
[pid=1005842/tid=1005844] ppid=1005839 vsize=19108176 memory=8186732 CPUtime=3251.7 cores=1,3
/proc/1005842/task/1005844/stat : 1005844 (java) R 1005839 1005842 1001648 0 -1 4194368 151921 0 0 0 325008 162 0 0 20 0 20 0 187139149 19566772224 2046683 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 16 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
[pid=1005842/tid=1005853] ppid=1005839 vsize=19108176 memory=8186732 CPUtime=0 cores=1,3
/proc/1005842/task/1005853/stat : 1005853 (Finalizer) S 1005839 1005842 1001648 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187139152 19566772224 2046683 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
[pid=1005842/tid=1005860] ppid=1005839 vsize=19108176 memory=8186732 CPUtime=0 cores=1,3
/proc/1005842/task/1005860/stat : 1005860 (Common-Cleaner) S 1005839 1005842 1001648 0 -1 1077936192 3703 0 0 0 0 0 0 0 20 0 20 0 187139153 19566772224 2046683 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
[pid=1005842/tid=1005862] ppid=1005839 vsize=19108176 memory=8186732 CPUtime=0 cores=1,3
/proc/1005842/task/1005862/stat : 1005862 (Timer-0) S 1005839 1005842 1001648 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187139245 19566772224 2046683 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
Current children cumulated CPU time: 3302.12 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8186732 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.16 4.17 5/331 1007780
/proc/meminfo: memFree=100820080/131524600 swapFree=131071996/131071996
[pid=1005842] ppid=1005839 vsize=19108176 memory=8186732 CPUtime=3362.18 cores=1,3
/proc/1005842/stat : 1005842 (java) S 1005839 1005842 1001648 0 -1 1077936128 382782 0 0 0 335866 352 0 0 20 0 20 0 187139149 19566772224 2046683 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
/proc/1005842/statm: 4777044 2046683 5946 1 0 2077446 0
[pid=1005842/tid=1005844] ppid=1005839 vsize=19108176 memory=12312 CPUtime=3311.2 cores=1,3
/proc/1005842/task/1005844/stat : 1005844 (java) R 1005839 1005842 1001648 0 -1 4194368 153117 0 0 0 330958 162 0 0 20 0 20 0 187139149 19566772224 2046683 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 16 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
[pid=1005842/tid=1005853] ppid=1005839 vsize=19108176 memory=12340 CPUtime=0 cores=1,3
/proc/1005842/task/1005853/stat : 1005853 (Finalizer) S 1005839 1005842 1001648 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187139152 19566772224 2046683 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
[pid=1005842/tid=1005860] ppid=1005839 vsize=19108176 memory=8186732 CPUtime=0 cores=1,3
/proc/1005842/task/1005860/stat : 1005860 (Common-Cleaner) S 1005839 1005842 1001648 0 -1 1077936192 3798 0 0 0 0 0 0 0 20 0 20 0 187139153 19566772224 2046683 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
[pid=1005842/tid=1005862] ppid=1005839 vsize=19108176 memory=8186732 CPUtime=0 cores=1,3
/proc/1005842/task/1005862/stat : 1005862 (Timer-0) S 1005839 1005842 1001648 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187139245 19566772224 2046683 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
Current children cumulated CPU time: 3362.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8186732 KiB

[startup+3402.3 s]
/proc/loadavg: 4.21 4.18 4.18 5/331 1007791
/proc/meminfo: memFree=100819812/131524600 swapFree=131071996/131071996
[pid=1005842] ppid=1005839 vsize=19108176 memory=8186752 CPUtime=3422.13 cores=1,3
/proc/1005842/stat : 1005842 (java) S 1005839 1005842 1001648 0 -1 1077936128 386998 0 0 0 341858 355 0 0 20 0 20 0 187139149 19566772224 2046688 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
/proc/1005842/statm: 4777044 2046688 5946 1 0 2077446 0
[pid=1005842/tid=1005844] ppid=1005839 vsize=19108176 memory=12340 CPUtime=3370.88 cores=1,3
/proc/1005842/task/1005844/stat : 1005844 (java) R 1005839 1005842 1001648 0 -1 4194368 155434 0 0 0 336926 162 0 0 20 0 20 0 187139149 19566772224 2046688 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 16 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
[pid=1005842/tid=1005853] ppid=1005839 vsize=19108176 memory=8186752 CPUtime=0 cores=1,3
/proc/1005842/task/1005853/stat : 1005853 (Finalizer) S 1005839 1005842 1001648 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187139152 19566772224 2046688 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
[pid=1005842/tid=1005860] ppid=1005839 vsize=19108176 memory=-7452997215880767583 CPUtime=0 cores=1,3
/proc/1005842/task/1005860/stat : 1005860 (Common-Cleaner) S 1005839 1005842 1001648 0 -1 1077936192 3798 0 0 0 0 0 0 0 20 0 20 0 187139153 19566772224 2046688 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
[pid=1005842/tid=1005862] ppid=1005839 vsize=19108176 memory=8186752 CPUtime=0 cores=1,3
/proc/1005842/task/1005862/stat : 1005862 (Timer-0) S 1005839 1005842 1001648 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187139245 19566772224 2046688 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
Current children cumulated CPU time: 3422.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8186752 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.14 4.17 5/331 1007801
/proc/meminfo: memFree=100819240/131524600 swapFree=131071996/131071996
[pid=1005842] ppid=1005839 vsize=19108176 memory=8186764 CPUtime=3482.13 cores=1,3
/proc/1005842/stat : 1005842 (java) S 1005839 1005842 1001648 0 -1 1077936128 388628 0 0 0 347854 359 0 0 20 0 20 0 187139149 19566772224 2046691 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
/proc/1005842/statm: 4777044 2046691 5946 1 0 2077446 0
[pid=1005842/tid=1005844] ppid=1005839 vsize=19108176 memory=12340 CPUtime=3430.46 cores=1,3
/proc/1005842/task/1005844/stat : 1005844 (java) R 1005839 1005842 1001648 0 -1 4194368 156811 0 0 0 342884 162 0 0 20 0 20 0 187139149 19566772224 2046691 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 16 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
[pid=1005842/tid=1005853] ppid=1005839 vsize=19108176 memory=12340 CPUtime=0 cores=1,3
/proc/1005842/task/1005853/stat : 1005853 (Finalizer) S 1005839 1005842 1001648 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187139152 19566772224 2046691 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
[pid=1005842/tid=1005860] ppid=1005839 vsize=19108176 memory=12340 CPUtime=0 cores=1,3
/proc/1005842/task/1005860/stat : 1005860 (Common-Cleaner) S 1005839 1005842 1001648 0 -1 1077936192 3894 0 0 0 0 0 0 0 20 0 20 0 187139153 19566772224 2046691 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
[pid=1005842/tid=1005862] ppid=1005839 vsize=19108176 memory=47236 CPUtime=0 cores=1,3
/proc/1005842/task/1005862/stat : 1005862 (Timer-0) S 1005839 1005842 1001648 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187139245 19566772224 2046691 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
Current children cumulated CPU time: 3482.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8186764 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.14 4.17 5/333 1007833
/proc/meminfo: memFree=100818564/131524600 swapFree=131071996/131071996
[pid=1005842] ppid=1005839 vsize=19108176 memory=8186788 CPUtime=3542.17 cores=1,3
/proc/1005842/stat : 1005842 (java) S 1005839 1005842 1001648 0 -1 1077936128 395692 0 0 0 353854 363 0 0 20 0 20 0 187139149 19566772224 2046697 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
/proc/1005842/statm: 4777044 2046697 5946 1 0 2077446 0
[pid=1005842/tid=1005844] ppid=1005839 vsize=19108176 memory=8186764 CPUtime=3489.97 cores=1,3
/proc/1005842/task/1005844/stat : 1005844 (java) R 1005839 1005842 1001648 0 -1 4194368 160400 0 0 0 348834 163 0 0 20 0 20 0 187139149 19566772224 2046697 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 16 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
[pid=1005842/tid=1005853] ppid=1005839 vsize=19108176 memory=8186788 CPUtime=0 cores=1,3
/proc/1005842/task/1005853/stat : 1005853 (Finalizer) S 1005839 1005842 1001648 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187139152 19566772224 2046697 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
[pid=1005842/tid=1005860] ppid=1005839 vsize=19108176 memory=8186788 CPUtime=0 cores=1,3
/proc/1005842/task/1005860/stat : 1005860 (Common-Cleaner) S 1005839 1005842 1001648 0 -1 1077936192 3895 0 0 0 0 0 0 0 20 0 20 0 187139153 19566772224 2046697 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
[pid=1005842/tid=1005862] ppid=1005839 vsize=19108176 memory=8186788 CPUtime=0 cores=1,3
/proc/1005842/task/1005862/stat : 1005862 (Timer-0) S 1005839 1005842 1001648 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187139245 19566772224 2046697 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
Current children cumulated CPU time: 3542.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8186788 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3580.2 s]
/proc/loadavg: 3.88 4.08 4.14 4/307 1007878
/proc/meminfo: memFree=104584764/131524600 swapFree=131071996/131071996
[pid=1005842] ppid=1005839 vsize=19108176 memory=8186860 CPUtime=3600 cores=1,3
/proc/1005842/stat : 1005842 (java) S 1005839 1005842 1001648 0 -1 1077936128 396695 0 0 0 359635 365 0 0 20 0 20 0 187139149 19566772224 2046715 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
/proc/1005842/statm: 4777044 2046715 5946 1 0 2077476 0
[pid=1005842/tid=1005844] ppid=1005839 vsize=19108176 memory=32284 CPUtime=3547.56 cores=1,3
/proc/1005842/task/1005844/stat : 1005844 (java) R 1005839 1005842 1001648 0 -1 4194368 161077 0 0 0 354593 163 0 0 20 0 20 0 187139149 19566772224 2046715 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 16 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
[pid=1005842/tid=1005853] ppid=1005839 vsize=19108176 memory=100 CPUtime=0 cores=1,3
/proc/1005842/task/1005853/stat : 1005853 (Finalizer) S 1005839 1005842 1001648 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187139152 19566772224 2046715 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
[pid=1005842/tid=1005860] ppid=1005839 vsize=19108176 memory=12340 CPUtime=0 cores=1,3
/proc/1005842/task/1005860/stat : 1005860 (Common-Cleaner) S 1005839 1005842 1001648 0 -1 1077936192 3962 0 0 0 0 0 0 0 20 0 20 0 187139153 19566772224 2046715 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
[pid=1005842/tid=1005862] ppid=1005839 vsize=19108176 memory=47236 CPUtime=0 cores=1,3
/proc/1005842/task/1005862/stat : 1005862 (Timer-0) S 1005839 1005842 1001648 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187139245 19566772224 2046715 134679101440 94711791656960 94711791660656 140733288956976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94711791668472 94711791669264 94711824093184 140733288961011 140733288961119 140733288961119 140733288968136 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8186860 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.49 s, system=3.68501 s

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

Child status: 143

Real time (s): 3580.3
CPU time (s): 3600.17
CPU user time (s): 3596.49
CPU system time (s): 3.68501
CPU usage (%): 100.555
Max. virtual memory (cumulated for all children) (KiB): 19114252
Max. memory (cumulated for all children) (KiB): 8186860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.49
system time used= 3.68501
maximum resident set size= 8188440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 400771
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 145791
involuntary context switches= 7768


# summary of solver processes directly reported to runsolver:
#   pid: 1005842
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3596.49
#   total CPU system time (s): 3.68501

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.58265 second user time and 18.1134 second system time

The end

Launcher Data

Begin job on nodeC033 at 2024-07-19 02:41:47
IDJOB=4446821
IDBENCH=158320
IDSOLVER=3052
FILE ID=nodeC033/4446821-1721349694
RUNJOBID= nodeC033-1721342580-1001660
SLURM_JOB_ID= 7542741
Free space on /tmp= 890076 MiB

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

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

MD5SUM BENCH= 89642dc5a75d3fc73d0ef8fe6dbde459
RANDOM SEED=30165337

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        112627248 kB
MemAvailable:   118507528 kB
Buffers:          544544 kB
Cached:          6106456 kB
SwapCached:            0 kB
Active:           994524 kB
Inactive:       17107052 kB
Active(anon):       1556 kB
Inactive(anon): 11494628 kB
Active(file):     992968 kB
Inactive(file):  5612424 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              4528 kB
Writeback:             0 kB
AnonPages:      11444000 kB
Mapped:           127612 kB
Shmem:             45908 kB
KReclaimable:     229068 kB
Slab:             357424 kB
SReclaimable:     229068 kB
SUnreclaim:       128356 kB
KernelStack:        5040 kB
PageTables:        32644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   13596960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            69088 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11030528 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      273108 kB
DirectMap2M:    28860416 kB
DirectMap1G:    106954752 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC033 at 2024-07-19 03:41:27