Trace number 4459750

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Cutting Planes 2024 2024-07-12SAT (TO)-37 3600.23 3579.5

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/mis/normalized-mis_500_60_1.opb
MD5SUM2a4ebf3c72122f3b44af8d9c3b5c44b1
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-41
Best CPU time to get the best result obtained on this benchmark71224
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint60
Maximum length of a constraint103
Number of terms in the objective function 500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)37366
Sum of products size (including duplicates)74732
Number of different products18683
Sum of products size37366

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version CUSTOM.v20240707
0.08/0.11	c java.runtime.name	OpenJDK Runtime Environment
0.08/0.11	c java.vm.name		OpenJDK 64-Bit Server VM
0.08/0.11	c java.vm.version	22.0.1+8-16
0.08/0.11	c java.vm.vendor	Oracle Corporation
0.08/0.11	c sun.arch.data.model	64
0.08/0.11	c java.version		22.0.1
0.08/0.11	c os.name		Linux
0.08/0.11	c os.version		4.18.0-301.1.el8.x86_64
0.08/0.11	c os.arch		amd64
0.08/0.11	c Free memory 		2106806208
0.08/0.11	c Max memory 		16282288128
0.08/0.11	c Total memory 		2113929216
0.08/0.12	c Number of processors 	2
0.08/0.18	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.18	 - never skip resolution steps
0.08/0.18	 - Auto-division on coefficients is disabled
0.08/0.18	 - No postprocessing
0.08/0.18	 - Conflict is considered as is when resolving
0.08/0.18	 - Use constraints as they come during conflict analysis
0.08/0.18	 - Weaken first using unassigned literals
0.08/0.18	 - Bump strategy: ALWAYS_ONE
0.08/0.18	 - Bumper: EFFECTIVE
0.08/0.18	--- Begin Solver configuration ---
0.08/0.18	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.08/0.18	Learn all clauses as in MiniSAT
0.08/0.18	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.18	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.18	No reason simplification
0.08/0.18	Dynamic restart strategy considering the size of the coefficients
0.08/0.18	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.08/0.18	timeout=2147483s
0.08/0.18	DB Simplification allowed=false
0.08/0.18	Listener: none
0.08/0.18	--- End Solver configuration ---
0.08/0.18	c Pseudo Boolean Optimization by upper bound
0.08/0.18	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.18	c  - never skip resolution steps
0.08/0.18	c  - Auto-division on coefficients is disabled
0.08/0.18	c  - No postprocessing
0.08/0.18	c  - Conflict is considered as is when resolving
0.08/0.18	c  - Use constraints as they come during conflict analysis
0.08/0.18	c  - Weaken first using unassigned literals
0.08/0.18	c  - Bump strategy: ALWAYS_ONE
0.08/0.18	c  - Bumper: EFFECTIVE
0.08/0.18	c --- Begin Solver configuration ---
0.08/0.18	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.08/0.18	c Learn all clauses as in MiniSAT
0.08/0.18	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.18	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.18	c No reason simplification
0.08/0.18	c Dynamic restart strategy considering the size of the coefficients
0.08/0.18	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.08/0.18	c timeout=2147483s
0.08/0.18	c DB Simplification allowed=false
0.08/0.18	c Listener: none
0.08/0.18	c --- End Solver configuration ---
0.08/0.18	c solving HOME/instance-4459750-1721939463.opb
0.08/0.18	c reading problem ... 
0.08/0.18	c  objective function found
1.53/0.92	c ... done. Wall clock time 0.732s.
1.53/0.92	c declared #vars     500
1.53/0.92	c internal #vars     19183
1.53/0.92	c #constraints  38366
1.53/0.92	c constraints type 
1.53/0.92	c org.sat4j.specs.Constr$1 => 500
1.53/0.92	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 18683
1.53/0.92	c org.sat4j.pb.constraints.pb.UnitClausesPB => 500
1.53/0.92	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 18683
1.53/0.92	c 38366 constraints processed.
1.53/0.92	c objective function length is 500 literals
1.53/0.99	c SATISFIABLE
1.73/1.01	c OPTIMIZING...
1.73/1.01	c Got one! Elapsed wall clock time (in seconds):0.821
1.73/1.01	o -25
1.73/1.06	c Got one! Elapsed wall clock time (in seconds):0.882
1.73/1.07	o -26
1.93/1.12	c Got one! Elapsed wall clock time (in seconds):0.936
1.93/1.12	o -27
2.12/1.26	c Got one! Elapsed wall clock time (in seconds):1.071
2.12/1.26	o -28
2.51/1.40	c Got one! Elapsed wall clock time (in seconds):1.224
2.51/1.41	o -31
5.49/2.92	c Got one! Elapsed wall clock time (in seconds):2.746
5.49/2.92	o -32
6.86/3.84	c Got one! Elapsed wall clock time (in seconds):3.663
6.86/3.84	o -33
7.66/4.51	c Got one! Elapsed wall clock time (in seconds):4.336
7.66/4.51	o -34
16.55/12.94	c Got one! Elapsed wall clock time (in seconds):12.764
16.55/12.94	o -35
58.34/53.76	c cleaning 3619 clauses out of 7248 with flag 0/7248
125.09/120.08	c cleaning 4809 clauses out of 9630 with flag 0/13249
218.41/213.17	c cleaning 5911 clauses out of 11822 with flag 0/20250
350.87/344.69	c cleaning 6952 clauses out of 13910 with flag 0/28249
546.57/539.73	c cleaning 7977 clauses out of 15958 with flag 0/37249
706.32/698.51	c Got one! Elapsed wall clock time (in seconds):698.332
706.32/698.51	o -36
828.05/819.68	c cleaning 10652 clauses out of 21310 with flag 0/50578
951.14/942.02	c cleaning 8324 clauses out of 16657 with flag 0/56577
952.44/943.36	c Got one! Elapsed wall clock time (in seconds):943.189
952.44/943.36	o -37
1064.09/1054.47	c cleaning 6726 clauses out of 13458 with flag 0/61702
1186.84/1176.43	c cleaning 6361 clauses out of 12729 with flag 0/67699
1310.52/1299.78	c cleaning 6681 clauses out of 13371 with flag 0/74702
1448.68/1437.26	c cleaning 7338 clauses out of 14688 with flag 0/82700
1631.79/1619.14	c cleaning 8171 clauses out of 16349 with flag 0/91699
1854.00/1839.48	c cleaning 9086 clauses out of 18179 with flag 0/101700
2120.01/2104.81	c cleaning 10037 clauses out of 20092 with flag 0/112699
2467.34/2450.00	c cleaning 11021 clauses out of 22057 with flag 0/124701
2871.48/2853.53	c cleaning 12011 clauses out of 24034 with flag 0/137699
3381.67/3362.33	c cleaning 13006 clauses out of 26026 with flag 0/151702
3600.04/3579.42	c starts		: 45
3600.04/3579.42	c conflicts		: 158210
3600.04/3579.42	c decisions		: 164215
3600.04/3579.42	c propagations		: 1470828
3600.04/3579.42	c inspects		: 1797434730
3600.04/3579.42	c shortcuts		: 0
3600.04/3579.42	c learnt literals	: 0
3600.04/3579.42	c learnt binary clauses	: 0
3600.04/3579.42	c learnt ternary clauses	: 0
3600.04/3579.42	c learnt constraints	: 158210
3600.04/3579.42	c ignored constraints	: 0
3600.04/3579.42	c root simplifications	: 0
3600.04/3579.42	c removed literals (reason simplification)	: 0
3600.04/3579.42	c reason swapping (by a shorter reason)	: 0
3600.04/3579.42	c Calls to reduceDB	: 17
3600.04/3579.42	c Number of update (reduction) of LBD	: 134073
3600.04/3579.42	c Imported unit clauses	: 0
3600.04/3579.42	c No decision after first conflict	: false
3600.04/3579.42	c number of reductions to clauses (during analyze)	: 0
3600.04/3579.42	c number of learned constraints concerned by reduction	: 0
3600.04/3579.42	c number of learning phase by resolution	: 0
3600.04/3579.42	c number of learning phase by cutting planes	: 0
3600.04/3579.42	c number of rounding to 1 operations	: 0
3600.04/3579.42	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3579.42	c number of reductions of the coefficients by power 2 	: 0
3600.04/3579.42	c number of right shift for reduction by power 2 	: 0
3600.04/3579.42	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3579.42	c number of ending skipping 	: 0
3600.04/3579.42	c number of internal skipping 	: 0
3600.04/3579.42	c number of derivation steps 	: 1166686
3600.04/3579.42	c number of skipped derivation steps 	: 0
3600.04/3579.42	c number of remaining unassigned 	: 872190
3600.04/3579.42	c number of remaining assigned 	: 214575540
3600.04/3579.42	c number of falsified literals weakened from reason	: 0
3600.04/3579.42	c number of falsified literals weakened from conflict	: 0
3600.04/3579.42	c time for arithmetic operations	: 18468266272
3600.04/3579.42	c minimum degree of deleted constraints	: 17
3600.04/3579.45	c maximum degree of deleted constraints	: 153722328672309297440801555924827953247201619035938846255269151714558198145769777084413537134677635280186185582269823969755154398342042921786065170365707831055947991390491991446288356927225209480976062106822023476884290109952188864701629310270712993671926755708889375505951456267717560855876560703299335184550174816923504908176272407444383798194517541053725267311644115637679602469538898087156718280770211163572054658432012153010111164951479844758641781228424727910495976396112551478090547641755882382001071873206200859162467555056587256607107632661711269894853438913191171652093400200801034525316392607380536698764515297352787365362038647782490368085232562583078467571680651046273786186823684249265756909082487329964220750560538018718367163327229146675680929977450261998075970333897781681308953335209329052330712297399400407121921462634737745583280905930285159473394729033843080141463415193214836015823881823280249715081347376191323094800897140456052505922022664969535551550203764029946023038318581759261315382255824521831442179258007320051415943169420507451239011803647446164955907664873116241251885485834076506383856417154839635690972613114243025095210723560004742902959568496344877219677848393523989812778398722924508683365325544059514535929183489004385367294351798783738115979174328730572748730345071470608457592079347731726129229103116921677561981379667633751310845806398842212795734160382675613433198026724757347235167089251876452813953260952920892151469705148322384642221953309776333296205744459944206279857226923545910915840337858305200777741943959800084665395055794328514788234303641167582904570505088875942273245443585875825754075204370687499509722467581831814077713206674380432497397591057758572002383302856715907382411497612358406738789240785932344941099978385217206818780551634031077682208286568220044645739874237112599369783318162803134980192444442415313846082361056389151558952801605566568954414535841622850024788633571711260890699332903331019260692647700139078323299671420108848053096050309176370503663535342374566383589061605311810862721935222550753085654977406136712388397065674474503926374353590328871928678697919627288769596172912726513635156834024257087385469090632765359938532622974364090111857971121398696112618085455507879355377098242802148977874879962566904183344776356206229991666677970949396331494026316940380481742479232379689907040719870649408407856569641160494158310267853865978283013361771580405367609683360967434559521361212265725473492819517103024062775253051286719959206165135924482583047506852192906506667100360193794466150442055081111853581079819935408284666348732187043187078016485609453678225394399256429759861123209931126444365248806244846157517676288306032214569719539242988777212456010781166955171722057542567022944213857806059293024486488099834822747374402994335185594152108880229354952162229681129662860909234623284051919852160611127580307203878230798732357166376450966099357473637004442413933107999431436777312963675375186283027150739360229235010159737650600
3600.04/3579.45	c number of deleted constraints	: 138682
3600.04/3579.45	c speed (assignments/second)	: 411.0196323249553
3600.04/3579.45	c non guided choices	: 0
3600.04/3579.47	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 878
3600.04/3579.47	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 18650
3600.04/3579.47	s SATISFIABLE
3600.04/3579.47	c Found 11 solution(s)
3600.04/3579.47	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 x173 -x174 -x175 -x176 -x177 -x178 x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 x224 -x225 -x226 -x227 x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 x245 -x246 -x247 -x248 -x249 -x250 x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 x290 -x291 -x292 -x293 x294 -x295 -x296 -x297 -x298 -x299 x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 x386 -x387 -x388 -x389 -x390 x391 -x392 x393 x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 x404 -x405 -x406 x407 -x408 -x409 -x410 x411 -x412 -x413 -x414 -x415 x416 -x417 -x418 -x419 -x420 x421 -x422 -x423 x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 x439 -x440 -x441 -x442 x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 x456 x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 
3600.04/3579.47	c objective function=-37
3600.04/3579.47	c Total wall clock time (in seconds): 3579.297

Verifier Data

OK	-37

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: 63968 MiB (61589 MiB free)
  memory of node 1: 64473 MiB (61558 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459750-1721939463/watcher-4459750-1721939463 -o /tmp/evaluation-result-4459750-1721939463/solver-4459750-1721939463 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1721939462-308133 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4459750-1721939463.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=308249, runsolver pid=308246

[startup+0.100453 s]*
/proc/loadavg: 0.06 0.08 0.18 12/331 308268
/proc/meminfo: memFree=126017960/131524600 swapFree=131057784/131071996
[pid=308249] ppid=308246 vsize=18975048 memory=56928 CPUtime=0.08 cores=4,6
/proc/308249/stat : 308249 (java) S 308246 308249 308122 0 -1 1077936128 6759 0 0 0 7 1 0 0 20 0 18 0 30469254 19430449152 14232 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
/proc/308249/statm: 4743762 14232 5604 1 0 548952 0
[pid=308249/tid=308251] ppid=308246 vsize=18975048 memory=4026561586 CPUtime=0.05 cores=4,6
/proc/308249/task/308251/stat : 308251 (java) R 308246 308249 308122 0 -1 1077936192 5607 0 0 0 4 1 0 0 20 0 18 0 30469254 19430449152 14232 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
[pid=308249/tid=308261] ppid=308246 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/308249/task/308261/stat : 308261 (Finalizer) S 308246 308249 308122 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30469260 19430449152 14232 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
[pid=308249/tid=308268] ppid=308246 vsize=18975048 memory=14130048090825542 CPUtime=0 cores=4,6
/proc/308249/task/308268/stat : 308268 (Common-Cleaner) S 308246 308249 308122 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 30469260 19430449152 14232 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56928 KiB

[startup+0.208981 s]*
/proc/loadavg: 0.06 0.08 0.18 13/333 308270
/proc/meminfo: memFree=125864072/131524600 swapFree=131057784/131071996
[pid=308249] ppid=308246 vsize=18975048 memory=69312 CPUtime=0.27 cores=4,6
/proc/308249/stat : 308249 (java) S 308246 308249 308122 0 -1 1077936128 7730 0 0 0 25 2 0 0 20 0 18 0 30469254 19430449152 17328 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
/proc/308249/statm: 4743762 17328 5712 1 0 549672 0
[pid=308249/tid=308251] ppid=308246 vsize=18975048 memory=4782652875487838339 CPUtime=0.16 cores=4,6
/proc/308249/task/308251/stat : 308251 (java) R 308246 308249 308122 0 -1 1077936192 6043 0 0 0 14 2 0 0 20 0 18 0 30469254 19430449152 17328 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
[pid=308249/tid=308261] ppid=308246 vsize=18975048 memory=1631257 CPUtime=0 cores=4,6
/proc/308249/task/308261/stat : 308261 (Finalizer) S 308246 308249 308122 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30469260 19430449152 17328 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
[pid=308249/tid=308268] ppid=308246 vsize=18975048 memory=15816698926204594 CPUtime=0 cores=4,6
/proc/308249/task/308268/stat : 308268 (Common-Cleaner) S 308246 308249 308122 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 30469260 19430449152 17328 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 69312 KiB

[startup+0.306304 s]*
/proc/loadavg: 0.06 0.08 0.18 13/333 308270
/proc/meminfo: memFree=125736392/131524600 swapFree=131057784/131071996
[pid=308249] ppid=308246 vsize=18975048 memory=132084 CPUtime=0.46 cores=4,6
/proc/308249/stat : 308249 (java) S 308246 308249 308122 0 -1 1077936128 8147 0 0 0 42 4 0 0 20 0 18 0 30469254 19430449152 33021 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
/proc/308249/statm: 4743762 33021 5829 1 0 549842 0
[pid=308249/tid=308251] ppid=308246 vsize=18975048 memory=-8744134932073980604 CPUtime=0.24 cores=4,6
/proc/308249/task/308251/stat : 308251 (java) R 308246 308249 308122 0 -1 4194368 6090 0 0 0 21 3 0 0 20 0 18 0 30469254 19430449152 33021 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
[pid=308249/tid=308261] ppid=308246 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/308249/task/308261/stat : 308261 (Finalizer) S 308246 308249 308122 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30469260 19430449152 33021 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
[pid=308249/tid=308268] ppid=308246 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/308249/task/308268/stat : 308268 (Common-Cleaner) S 308246 308249 308122 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 30469260 19430449152 33021 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 132084 KiB

[startup+0.710057 s]
/proc/loadavg: 0.06 0.08 0.18 12/336 308273
/proc/meminfo: memFree=125575348/131524600 swapFree=131057784/131071996
[pid=308249] ppid=308246 vsize=19041612 memory=578236 CPUtime=1.16 cores=4,6
/proc/308249/stat : 308249 (java) S 308246 308249 308122 0 -1 1077936128 12709 0 0 0 102 14 0 0 20 0 19 0 30469254 19498610688 144559 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
/proc/308249/statm: 4760403 144559 5861 1 0 1199990 0
[pid=308249/tid=308251] ppid=308246 vsize=19041612 memory=5592 CPUtime=0.53 cores=4,6
/proc/308249/task/308251/stat : 308251 (java) S 308246 308249 308122 0 -1 1077936192 6271 0 0 0 43 10 0 0 20 0 19 0 30469254 19498610688 144559 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
[pid=308249/tid=308261] ppid=308246 vsize=19041612 memory=12264 CPUtime=0 cores=4,6
/proc/308249/task/308261/stat : 308261 (Finalizer) S 308246 308249 308122 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 30469260 19498610688 144559 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
[pid=308249/tid=308268] ppid=308246 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/308249/task/308268/stat : 308268 (Common-Cleaner) S 308246 308249 308122 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 30469260 19498610688 144559 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 578236 KiB

[startup+1.5003 s]
/proc/loadavg: 0.06 0.08 0.18 10/337 308276
/proc/meminfo: memFree=124835532/131524600 swapFree=131057784/131071996
[pid=308249] ppid=308246 vsize=19108176 memory=867472 CPUtime=2.71 cores=4,6
/proc/308249/stat : 308249 (java) S 308246 308249 308122 0 -1 1077936128 22359 0 0 0 249 22 0 0 20 0 20 0 30469254 19566772224 216868 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
/proc/308249/statm: 4777044 216868 5899 1 0 1204768 0
[pid=308249/tid=308251] ppid=308246 vsize=19108176 memory=12264 CPUtime=1.21 cores=4,6
/proc/308249/task/308251/stat : 308251 (java) R 308246 308249 308122 0 -1 4194368 6514 0 0 0 106 15 0 0 20 0 20 0 30469254 19566772224 216868 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
[pid=308249/tid=308261] ppid=308246 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/308249/task/308261/stat : 308261 (Finalizer) S 308246 308249 308122 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30469260 19566772224 216868 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
[pid=308249/tid=308268] ppid=308246 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/308249/task/308268/stat : 308268 (Common-Cleaner) S 308246 308249 308122 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 30469260 19566772224 216868 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
[pid=308249/tid=308276] ppid=308246 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/308249/task/308276/stat : 308276 (Timer-0) S 308246 308249 308122 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30469350 19566772224 216868 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
Current children cumulated CPU time: 2.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 867472 KiB

[startup+3.11031 s]
/proc/loadavg: 0.06 0.08 0.18 9/337 308276
/proc/meminfo: memFree=122862004/131524600 swapFree=131057784/131071996
[pid=308249] ppid=308246 vsize=19108176 memory=1275672 CPUtime=5.89 cores=4,6
/proc/308249/stat : 308249 (java) S 308246 308249 308122 0 -1 1077936128 24713 0 0 0 558 31 0 0 20 0 20 0 30469254 19566772224 318918 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
/proc/308249/statm: 4777044 318918 5899 1 0 1825694 0
[pid=308249/tid=308251] ppid=308246 vsize=19108176 memory=0 CPUtime=2.72 cores=4,6
/proc/308249/task/308251/stat : 308251 (java) R 308246 308249 308122 0 -1 4194368 6691 0 0 0 250 22 0 0 20 0 20 0 30469254 19566772224 318918 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
[pid=308249/tid=308261] ppid=308246 vsize=19108176 memory=11616 CPUtime=0 cores=4,6
/proc/308249/task/308261/stat : 308261 (Finalizer) S 308246 308249 308122 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30469260 19566772224 318918 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
[pid=308249/tid=308268] ppid=308246 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/308249/task/308268/stat : 308268 (Common-Cleaner) S 308246 308249 308122 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 30469260 19566772224 318918 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
[pid=308249/tid=308276] ppid=308246 vsize=19108176 memory=12264 CPUtime=0 cores=4,6
/proc/308249/task/308276/stat : 308276 (Timer-0) S 308246 308249 308122 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30469350 19566772224 318918 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
Current children cumulated CPU time: 5.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1275672 KiB

[startup+6.3003 s]
/proc/loadavg: 0.37 0.15 0.20 5/337 308276
/proc/meminfo: memFree=121750132/131524600 swapFree=131057784/131071996
[pid=308249] ppid=308246 vsize=19108176 memory=1588036 CPUtime=9.7 cores=4,6
/proc/308249/stat : 308249 (java) S 308246 308249 308122 0 -1 1077936128 24965 0 0 0 933 37 0 0 20 0 20 0 30469254 19566772224 397009 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
/proc/308249/statm: 4777044 397009 5899 1 0 1825735 0
[pid=308249/tid=308251] ppid=308246 vsize=19108176 memory=0 CPUtime=5.77 cores=4,6
/proc/308249/task/308251/stat : 308251 (java) R 308246 308249 308122 0 -1 4194368 6796 0 0 0 551 26 0 0 20 0 20 0 30469254 19566772224 397009 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
[pid=308249/tid=308261] ppid=308246 vsize=19108176 memory=12264 CPUtime=0 cores=4,6
/proc/308249/task/308261/stat : 308261 (Finalizer) S 308246 308249 308122 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30469260 19566772224 397009 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
[pid=308249/tid=308268] ppid=308246 vsize=19108176 memory=11616 CPUtime=0 cores=4,6
/proc/308249/task/308268/stat : 308268 (Common-Cleaner) S 308246 308249 308122 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 30469260 19566772224 397009 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
[pid=308249/tid=308276] ppid=308246 vsize=19108176 memory=75776 CPUtime=0 cores=4,6
/proc/308249/task/308276/stat : 308276 (Timer-0) S 308246 308249 308122 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30469350 19566772224 397009 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
Current children cumulated CPU time: 9.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1588036 KiB

[startup+12.7003 s]
/proc/loadavg: 0.66 0.21 0.22 6/337 308277
/proc/meminfo: memFree=119966484/131524600 swapFree=131057784/131071996
[pid=308249] ppid=308246 vsize=19108176 memory=2045184 CPUtime=16.32 cores=4,6
/proc/308249/stat : 308249 (java) S 308246 308249 308122 0 -1 1077936128 32909 0 0 0 1584 48 0 0 20 0 20 0 30469254 19566772224 511296 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
/proc/308249/statm: 4777044 511296 5915 1 0 1825753 0
[pid=308249/tid=308251] ppid=308246 vsize=19108176 memory=659496 CPUtime=12.07 cores=4,6
/proc/308249/task/308251/stat : 308251 (java) R 308246 308249 308122 0 -1 4194368 8099 0 0 0 1171 36 0 0 20 0 20 0 30469254 19566772224 511296 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
[pid=308249/tid=308261] ppid=308246 vsize=19108176 memory=2045184 CPUtime=0 cores=4,6
/proc/308249/task/308261/stat : 308261 (Finalizer) S 308246 308249 308122 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30469260 19566772224 511296 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
[pid=308249/tid=308268] ppid=308246 vsize=19108176 memory=1322776 CPUtime=0 cores=4,6
/proc/308249/task/308268/stat : 308268 (Common-Cleaner) S 308246 308249 308122 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 30469260 19566772224 511296 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
[pid=308249/tid=308276] ppid=308246 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/308249/task/308276/stat : 308276 (Timer-0) S 308246 308249 308122 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30469350 19566772224 511296 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
Current children cumulated CPU time: 16.32 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2045184 KiB

[startup+25.5003 s]
/proc/loadavg: 1.64 0.45 0.29 5/337 308279
/proc/meminfo: memFree=118737508/131524600 swapFree=131057784/131071996
[pid=308249] ppid=308246 vsize=19108176 memory=2741560 CPUtime=29.68 cores=4,6
/proc/308249/stat : 308249 (java) S 308246 308249 308122 0 -1 1077936128 37242 0 0 0 2906 62 0 0 20 0 20 0 30469254 19566772224 685390 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
/proc/308249/statm: 4777044 685390 5915 1 0 1825773 0
[pid=308249/tid=308251] ppid=308246 vsize=19108176 memory=2045184 CPUtime=24.65 cores=4,6
/proc/308249/task/308251/stat : 308251 (java) R 308246 308249 308122 0 -1 4194368 9491 0 0 0 2420 45 0 0 20 0 20 0 30469254 19566772224 685390 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
[pid=308249/tid=308261] ppid=308246 vsize=19108176 memory=2600192 CPUtime=0 cores=4,6
/proc/308249/task/308261/stat : 308261 (Finalizer) S 308246 308249 308122 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30469260 19566772224 685390 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
[pid=308249/tid=308268] ppid=308246 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/308249/task/308268/stat : 308268 (Common-Cleaner) S 308246 308249 308122 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 30469260 19566772224 685390 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
[pid=308249/tid=308276] ppid=308246 vsize=19108176 memory=6944652177228980320 CPUtime=0 cores=4,6
/proc/308249/task/308276/stat : 308276 (Timer-0) S 308246 308249 308122 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30469350 19566772224 685390 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
Current children cumulated CPU time: 29.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2741560 KiB

[startup+51.1059 s]
/proc/loadavg: 2.45 0.73 0.39 5/337 308283
/proc/meminfo: memFree=118026068/131524600 swapFree=131057784/131071996
[pid=308249] ppid=308246 vsize=19108176 memory=3397076 CPUtime=55.64 cores=4,6
/proc/308249/stat : 308249 (java) S 308246 308249 308122 0 -1 1077936128 46911 0 0 0 5488 76 0 0 20 0 20 0 30469254 19566772224 849269 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
/proc/308249/statm: 4777044 849269 5915 1 0 1825779 0
[pid=308249/tid=308251] ppid=308246 vsize=19108176 memory=3003796 CPUtime=49.91 cores=4,6
/proc/308249/task/308251/stat : 308251 (java) R 308246 308249 308122 0 -1 4194368 12761 0 0 0 4937 54 0 0 20 0 20 0 30469254 19566772224 849269 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
[pid=308249/tid=308261] ppid=308246 vsize=19108176 memory=3003796 CPUtime=0 cores=4,6
/proc/308249/task/308261/stat : 308261 (Finalizer) S 308246 308249 308122 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30469260 19566772224 849269 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
[pid=308249/tid=308268] ppid=308246 vsize=19108176 memory=11616 CPUtime=0 cores=4,6
/proc/308249/task/308268/stat : 308268 (Common-Cleaner) S 308246 308249 308122 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 30469260 19566772224 849269 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0

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

/proc/meminfo: memFree=109447836/131524600 swapFree=131057784/131071996
[pid=308249] ppid=308246 vsize=19108176 memory=7240916 CPUtime=3181.44 cores=4,6
/proc/308249/stat : 308249 (java) S 308246 308249 308122 0 -1 1077936128 414047 0 0 0 317813 331 0 0 20 0 20 0 30469254 19566772224 1810229 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
/proc/308249/statm: 4777044 1810229 5946 1 0 1831219 0
[pid=308249/tid=308251] ppid=308246 vsize=19108176 memory=12264 CPUtime=3119.21 cores=4,6
/proc/308249/task/308251/stat : 308251 (java) R 308246 308249 308122 0 -1 4194368 195384 0 0 0 311801 120 0 0 20 0 20 0 30469254 19566772224 1810229 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 57 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
[pid=308249/tid=308261] ppid=308246 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/308249/task/308261/stat : 308261 (Finalizer) S 308246 308249 308122 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30469260 19566772224 1810229 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
[pid=308249/tid=308268] ppid=308246 vsize=19108176 memory=11616 CPUtime=0 cores=4,6
/proc/308249/task/308268/stat : 308268 (Common-Cleaner) S 308246 308249 308122 0 -1 1077936192 3873 0 0 0 0 0 0 0 20 0 20 0 30469260 19566772224 1810229 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
[pid=308249/tid=308276] ppid=308246 vsize=19108176 memory=-5155633680935826750 CPUtime=0 cores=4,6
/proc/308249/task/308276/stat : 308276 (Timer-0) S 308246 308249 308122 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30469350 19566772224 1810229 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
Current children cumulated CPU time: 3181.44 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7240916 KiB

[startup+3222.3 s]
/proc/loadavg: 4.30 4.24 4.11 6/332 309572
/proc/meminfo: memFree=109432864/131524600 swapFree=131057784/131071996
[pid=308249] ppid=308246 vsize=19108176 memory=7240916 CPUtime=3241.71 cores=4,6
/proc/308249/stat : 308249 (java) S 308246 308249 308122 0 -1 1077936128 420245 0 0 0 323837 334 0 0 20 0 20 0 30469254 19566772224 1810229 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
/proc/308249/statm: 4777044 1810229 5946 1 0 1831219 0
[pid=308249/tid=308251] ppid=308246 vsize=19108176 memory=7240916 CPUtime=3178.37 cores=4,6
/proc/308249/task/308251/stat : 308251 (java) R 308246 308249 308122 0 -1 4194368 199025 0 0 0 317716 121 0 0 20 0 20 0 30469254 19566772224 1810229 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 57 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
[pid=308249/tid=308261] ppid=308246 vsize=19108176 memory=7240916 CPUtime=0 cores=4,6
/proc/308249/task/308261/stat : 308261 (Finalizer) S 308246 308249 308122 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30469260 19566772224 1810229 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
[pid=308249/tid=308268] ppid=308246 vsize=19108176 memory=7240916 CPUtime=0 cores=4,6
/proc/308249/task/308268/stat : 308268 (Common-Cleaner) S 308246 308249 308122 0 -1 1077936192 3955 0 0 0 0 0 0 0 20 0 20 0 30469260 19566772224 1810229 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
[pid=308249/tid=308276] ppid=308246 vsize=19108176 memory=7240916 CPUtime=0 cores=4,6
/proc/308249/task/308276/stat : 308276 (Timer-0) S 308246 308249 308122 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30469350 19566772224 1810229 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
Current children cumulated CPU time: 3241.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7240916 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.19 4.09 5/333 309969
/proc/meminfo: memFree=109516020/131524600 swapFree=131057784/131071996
[pid=308249] ppid=308246 vsize=19108176 memory=7240916 CPUtime=3301.77 cores=4,6
/proc/308249/stat : 308249 (java) S 308246 308249 308122 0 -1 1077936128 426197 0 0 0 329840 337 0 0 20 0 20 0 30469254 19566772224 1810229 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
/proc/308249/statm: 4777044 1810229 5946 1 0 1831219 0
[pid=308249/tid=308251] ppid=308246 vsize=19108176 memory=11616 CPUtime=3237.6 cores=4,6
/proc/308249/task/308251/stat : 308251 (java) R 308246 308249 308122 0 -1 4194368 202305 0 0 0 323639 121 0 0 20 0 20 0 30469254 19566772224 1810229 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 57 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
[pid=308249/tid=308261] ppid=308246 vsize=19108176 memory=5592 CPUtime=0 cores=4,6
/proc/308249/task/308261/stat : 308261 (Finalizer) S 308246 308249 308122 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30469260 19566772224 1810229 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
[pid=308249/tid=308268] ppid=308246 vsize=19108176 memory=7240916 CPUtime=0 cores=4,6
/proc/308249/task/308268/stat : 308268 (Common-Cleaner) S 308246 308249 308122 0 -1 1077936192 4036 0 0 0 0 0 0 0 20 0 20 0 30469260 19566772224 1810229 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
[pid=308249/tid=308276] ppid=308246 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/308249/task/308276/stat : 308276 (Timer-0) S 308246 308249 308122 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30469350 19566772224 1810229 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
Current children cumulated CPU time: 3301.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7240916 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.19 4.10 5/332 309979
/proc/meminfo: memFree=109516500/131524600 swapFree=131057784/131071996
[pid=308249] ppid=308246 vsize=19108176 memory=7240916 CPUtime=3361.61 cores=4,6
/proc/308249/stat : 308249 (java) S 308246 308249 308122 0 -1 1077936128 432389 0 0 0 335820 341 0 0 20 0 20 0 30469254 19566772224 1810229 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
/proc/308249/statm: 4777044 1810229 5946 1 0 1831219 0
[pid=308249/tid=308251] ppid=308246 vsize=19108176 memory=11616 CPUtime=3296.6 cores=4,6
/proc/308249/task/308251/stat : 308251 (java) R 308246 308249 308122 0 -1 4194368 206274 0 0 0 329538 122 0 0 20 0 20 0 30469254 19566772224 1810229 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 57 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
[pid=308249/tid=308261] ppid=308246 vsize=19108176 memory=7240916 CPUtime=0 cores=4,6
/proc/308249/task/308261/stat : 308261 (Finalizer) S 308246 308249 308122 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30469260 19566772224 1810229 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
[pid=308249/tid=308268] ppid=308246 vsize=19108176 memory=2028 CPUtime=0 cores=4,6
/proc/308249/task/308268/stat : 308268 (Common-Cleaner) S 308246 308249 308122 0 -1 1077936192 4118 0 0 0 0 0 0 0 20 0 20 0 30469260 19566772224 1810229 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
[pid=308249/tid=308276] ppid=308246 vsize=19108176 memory=-8744134932073980604 CPUtime=0 cores=4,6
/proc/308249/task/308276/stat : 308276 (Timer-0) S 308246 308249 308122 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30469350 19566772224 1810229 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
Current children cumulated CPU time: 3361.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7240916 KiB

[startup+3402.3 s]
/proc/loadavg: 4.19 4.18 4.10 5/332 309990
/proc/meminfo: memFree=109503500/131524600 swapFree=131057784/131071996
[pid=308249] ppid=308246 vsize=19108176 memory=7240916 CPUtime=3421.82 cores=4,6
/proc/308249/stat : 308249 (java) S 308246 308249 308122 0 -1 1077936128 438686 0 0 0 341837 345 0 0 20 0 20 0 30469254 19566772224 1810229 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
/proc/308249/statm: 4777044 1810229 5946 1 0 1831219 0
[pid=308249/tid=308251] ppid=308246 vsize=19108176 memory=75776 CPUtime=3355.74 cores=4,6
/proc/308249/task/308251/stat : 308251 (java) R 308246 308249 308122 0 -1 4194368 210162 0 0 0 335451 123 0 0 20 0 20 0 30469254 19566772224 1810229 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 57 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
[pid=308249/tid=308261] ppid=308246 vsize=19108176 memory=7240916 CPUtime=0 cores=4,6
/proc/308249/task/308261/stat : 308261 (Finalizer) S 308246 308249 308122 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30469260 19566772224 1810229 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
[pid=308249/tid=308268] ppid=308246 vsize=19108176 memory=7240916 CPUtime=0 cores=4,6
/proc/308249/task/308268/stat : 308268 (Common-Cleaner) S 308246 308249 308122 0 -1 1077936192 4200 0 0 0 0 0 0 0 20 0 20 0 30469260 19566772224 1810229 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
[pid=308249/tid=308276] ppid=308246 vsize=19108176 memory=-8744134932073980604 CPUtime=0 cores=4,6
/proc/308249/task/308276/stat : 308276 (Timer-0) S 308246 308249 308122 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30469350 19566772224 1810229 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
Current children cumulated CPU time: 3421.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7240916 KiB

[startup+3462.3 s]
/proc/loadavg: 4.60 4.29 4.14 5/332 310000
/proc/meminfo: memFree=109488340/131524600 swapFree=131057784/131071996
[pid=308249] ppid=308246 vsize=19108176 memory=7240936 CPUtime=3481.8 cores=4,6
/proc/308249/stat : 308249 (java) S 308246 308249 308122 0 -1 1077936128 444948 0 0 0 347832 348 0 0 20 0 20 0 30469254 19566772224 1810234 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
/proc/308249/statm: 4777044 1810234 5946 1 0 1831219 0
[pid=308249/tid=308251] ppid=308246 vsize=19108176 memory=7240936 CPUtime=3414.64 cores=4,6
/proc/308249/task/308251/stat : 308251 (java) R 308246 308249 308122 0 -1 4194368 213884 0 0 0 341340 124 0 0 20 0 20 0 30469254 19566772224 1810234 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 57 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
[pid=308249/tid=308261] ppid=308246 vsize=19108176 memory=32420 CPUtime=0 cores=4,6
/proc/308249/task/308261/stat : 308261 (Finalizer) S 308246 308249 308122 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30469260 19566772224 1810234 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
[pid=308249/tid=308268] ppid=308246 vsize=19108176 memory=12264 CPUtime=0 cores=4,6
/proc/308249/task/308268/stat : 308268 (Common-Cleaner) S 308246 308249 308122 0 -1 1077936192 4282 0 0 0 0 0 0 0 20 0 20 0 30469260 19566772224 1810234 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
[pid=308249/tid=308276] ppid=308246 vsize=19108176 memory=32420 CPUtime=0 cores=4,6
/proc/308249/task/308276/stat : 308276 (Timer-0) S 308246 308249 308122 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30469350 19566772224 1810234 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
Current children cumulated CPU time: 3481.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7240936 KiB

[startup+3522.3 s]
/proc/loadavg: 4.35 4.27 4.14 5/334 310180
/proc/meminfo: memFree=109475260/131524600 swapFree=131057784/131071996
[pid=308249] ppid=308246 vsize=19108176 memory=7240964 CPUtime=3542 cores=4,6
/proc/308249/stat : 308249 (java) S 308246 308249 308122 0 -1 1077936128 454586 0 0 0 353849 351 0 0 20 0 20 0 30469254 19566772224 1810241 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
/proc/308249/statm: 4777044 1810241 5946 1 0 1831219 0
[pid=308249/tid=308251] ppid=308246 vsize=19108176 memory=32420 CPUtime=3473.71 cores=4,6
/proc/308249/task/308251/stat : 308251 (java) R 308246 308249 308122 0 -1 4194368 217551 0 0 0 347246 125 0 0 20 0 20 0 30469254 19566772224 1810241 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 60 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
[pid=308249/tid=308261] ppid=308246 vsize=19108176 memory=75776 CPUtime=0 cores=4,6
/proc/308249/task/308261/stat : 308261 (Finalizer) S 308246 308249 308122 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30469260 19566772224 1810241 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
[pid=308249/tid=308268] ppid=308246 vsize=19108176 memory=-8744134932073980604 CPUtime=0 cores=4,6
/proc/308249/task/308268/stat : 308268 (Common-Cleaner) S 308246 308249 308122 0 -1 1077936192 4364 0 0 0 0 0 0 0 20 0 20 0 30469260 19566772224 1810241 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
[pid=308249/tid=308276] ppid=308246 vsize=19108176 memory=7240964 CPUtime=0 cores=4,6
/proc/308249/task/308276/stat : 308276 (Timer-0) S 308246 308249 308122 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30469350 19566772224 1810241 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
Current children cumulated CPU time: 3542 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7240964 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3579.4 s]
/proc/loadavg: 4.34 4.27 4.14 5/334 310257
/proc/meminfo: memFree=110948936/131524600 swapFree=131057784/131071996
[pid=308249] ppid=308246 vsize=19108176 memory=7241848 CPUtime=3600.04 cores=4,6
/proc/308249/stat : 308249 (java) S 308246 308249 308122 0 -1 1077936128 476585 0 0 0 359648 356 0 0 20 0 20 0 30469254 19566772224 1810462 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
/proc/308249/statm: 4777044 1810462 5946 1 0 1831424 0
[pid=308249/tid=308251] ppid=308246 vsize=19108176 memory=-9032646817545364156 CPUtime=3530.13 cores=4,6
/proc/308249/task/308251/stat : 308251 (java) R 308246 308249 308122 0 -1 4194368 223405 0 0 0 352887 126 0 0 20 0 20 0 30469254 19566772224 1810462 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 60 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
[pid=308249/tid=308261] ppid=308246 vsize=19108176 memory=12264 CPUtime=0 cores=4,6
/proc/308249/task/308261/stat : 308261 (Finalizer) S 308246 308249 308122 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30469260 19566772224 1810462 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
[pid=308249/tid=308268] ppid=308246 vsize=19108176 memory=5592 CPUtime=0 cores=4,6
/proc/308249/task/308268/stat : 308268 (Common-Cleaner) S 308246 308249 308122 0 -1 1077936192 4445 0 0 0 0 0 0 0 20 0 20 0 30469260 19566772224 1810462 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
[pid=308249/tid=308276] ppid=308246 vsize=19108176 memory=16084 CPUtime=0 cores=4,6
/proc/308249/task/308276/stat : 308276 (Timer-0) S 308246 308249 308122 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30469350 19566772224 1810462 134679101440 94521338777600 94521338781296 140734478040992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521338789112 94521338789904 94521367896064 140734478050292 140734478050400 140734478050400 140734478057416 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7241848 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.63 s, system=3.59438 s

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

Child status: 143

Real time (s): 3579.5
CPU time (s): 3600.23
CPU user time (s): 3596.63
CPU system time (s): 3.59438
CPU usage (%): 100.579
Max. virtual memory (cumulated for all children) (KiB): 19113964
Max. memory (cumulated for all children) (KiB): 7257884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.63
system time used= 3.59438
maximum resident set size= 7260552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 478942
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 116036
involuntary context switches= 18330


# summary of solver processes directly reported to runsolver:
#   pid: 308249
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3596.63
#   total CPU system time (s): 3.59438

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.65469 second user time and 19.1409 second system time

The end

Launcher Data

Begin job on nodeC024 at 2024-07-25 22:31:03
IDJOB=4459750
IDBENCH=148534
IDSOLVER=3052
FILE ID=nodeC024/4459750-1721939463
RUNJOBID= nodeC024-1721939462-308133
SLURM_JOB_ID= 8247245
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/manquinho/mis/normalized-mis_500_60_1.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459750-1721939463/watcher-4459750-1721939463 -o /tmp/evaluation-result-4459750-1721939463/solver-4459750-1721939463 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1721939462-308133 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4459750-1721939463.opb

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

MD5SUM BENCH= 2a4ebf3c72122f3b44af8d9c3b5c44b1
RANDOM SEED=1503976896

nodeC024.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		: 3655.281
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.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.945
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	: 7005.58
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		: 3655.520
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.87
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		: 3603.719
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	: 7005.58
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		: 3600.598
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.87
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		: 3609.273
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	: 7005.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.395
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.87
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		: 3603.689
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	: 7005.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        126118912 kB
MemAvailable:   129552548 kB
Buffers:          330880 kB
Cached:          3908852 kB
SwapCached:          228 kB
Active:          2619488 kB
Inactive:        2134084 kB
Active(anon):       3976 kB
Inactive(anon):   563332 kB
Active(file):    2615512 kB
Inactive(file):  1570752 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131057784 kB
Dirty:              4772 kB
Writeback:             0 kB
AnonPages:        513180 kB
Mapped:           123216 kB
Shmem:             53464 kB
KReclaimable:     174388 kB
Slab:             291780 kB
SReclaimable:     174388 kB
SUnreclaim:       117392 kB
KernelStack:        4960 kB
PageTables:        11484 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7273520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            20032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    247808 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:      408276 kB
DirectMap2M:    48648192 kB
DirectMap1G:    87031808 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC024 at 2024-07-25 23:30:42