Trace number 4429743

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)9897 3600.19 3599.69

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/mps-v2-20-10/
MIPLIB/miplib/normalized-mps-v2-20-10-p0548.opb
MD5SUM0aad002c81e214aa0b66948d5567e1f0
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark8691
Best CPU time to get the best result obtained on this benchmark0.113538
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables548
Total number of constraints166
Number of constraints which are clauses40
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints126
Minimum length of a constraint2
Maximum length of a constraint143
Number of terms in the objective function 416
Biggest coefficient in the objective function 11000
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 96797
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 11000
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 96797
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.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-4429743-1721071776.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  objective function found
0.14/0.19	c ... done. Wall clock time 0.038s.
0.14/0.19	c declared #vars     548
0.14/0.19	c #constraints  166
0.14/0.19	c constraints type 
0.14/0.19	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 40
0.14/0.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.14/0.19	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 103
0.14/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1
0.14/0.19	c 166 constraints processed.
0.14/0.20	c objective function length is 416 literals
0.91/0.61	c SATISFIABLE
1.10/0.62	c OPTIMIZING...
1.10/0.62	c Got one! Elapsed wall clock time (in seconds):0.46
1.10/0.62	o 21812
2.08/1.14	c Got one! Elapsed wall clock time (in seconds):0.996
2.08/1.14	o 15548
2.08/1.18	c Got one! Elapsed wall clock time (in seconds):1.031
2.08/1.18	o 9992
340.33/337.24	c cleaning 2748 clauses out of 5512 with flag 0/5512
1106.79/1105.61	c cleaning 4366 clauses out of 8763 with flag 0/11511
2779.13/2782.19	c cleaning 5672 clauses out of 11401 with flag 0/18515
3470.93/3473.38	c Got one! Elapsed wall clock time (in seconds):3473.235
3470.93/3473.38	o 9897
3600.03/3599.62	c starts		: 37
3600.03/3599.62	c conflicts		: 22021
3600.03/3599.62	c decisions		: 40025
3600.03/3599.62	c propagations		: 1054980
3600.03/3599.62	c inspects		: 351172866
3600.03/3599.62	c shortcuts		: 0
3600.03/3599.62	c learnt literals	: 0
3600.03/3599.62	c learnt binary clauses	: 0
3600.03/3599.62	c learnt ternary clauses	: 0
3600.03/3599.62	c learnt constraints	: 22021
3600.03/3599.62	c ignored constraints	: 0
3600.03/3599.63	c root simplifications	: 0
3600.03/3599.63	c removed literals (reason simplification)	: 0
3600.03/3599.63	c reason swapping (by a shorter reason)	: 0
3600.03/3599.63	c Calls to reduceDB	: 3
3600.03/3599.63	c Number of update (reduction) of LBD	: 27036
3600.03/3599.63	c Imported unit clauses	: 0
3600.03/3599.63	c No decision after first conflict	: false
3600.03/3599.63	c number of reductions to clauses (during analyze)	: 0
3600.03/3599.63	c number of learned constraints concerned by reduction	: 0
3600.03/3599.63	c number of learning phase by resolution	: 0
3600.03/3599.63	c number of learning phase by cutting planes	: 0
3600.03/3599.63	c number of rounding to 1 operations	: 0
3600.03/3599.63	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3599.63	c number of reductions of the coefficients by power 2 	: 0
3600.03/3599.63	c number of right shift for reduction by power 2 	: 0
3600.03/3599.63	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3599.63	c number of ending skipping 	: 0
3600.03/3599.63	c number of internal skipping 	: 0
3600.03/3599.63	c number of derivation steps 	: 150461
3600.03/3599.63	c number of skipped derivation steps 	: 0
3600.03/3599.63	c number of remaining unassigned 	: 1146188
3600.03/3599.63	c number of remaining assigned 	: 9405624
3600.03/3599.63	c number of falsified literals weakened from reason	: 0
3600.03/3599.63	c number of falsified literals weakened from conflict	: 0
3600.03/3599.63	c time for arithmetic operations	: 38917461845
3600.03/3599.64	c minimum degree of deleted constraints	: 89
3600.03/3599.64	c maximum degree of deleted constraints	: 453309880717529804190967295218064084997652588558766386174824907343431109968365300041082563394559908799253151891442459855631194390212837535619687863837416839525477744991409918005450748834452110841911976270900783878002191966806681261401292510392266336709951126842362844502297317635712982137838360208151939030485618310112996241500148142576377387898596789773312184784439917831316998389958137506405103034492968675933132496522583538977581520702981760174356285622736398968965200161904769905010397606239072009160577347116223765893400533297635058912938351999927589349465220061838623571319290753632047788720993972477107901030151013295851913571899327631916089637931999560026849000234866049590932947806757037426138127180215331121861374343991657319821452384011147626964830684674493901970349923293770292311221160059604634207099382762094209535357312115563756018821717029252037453041818544954266324096444792142612612568785958684456822299250851126968823083619161985227542460685708165307796926108577782017817638912002590822911958620985695146860392612808564317267425409536720044885051007935930817947548469408336302526867328021478076075596315308089424350755946405230771513538288349284434024854885388151877749427806320370809590055092452092954499396011610642499913312644981494096637255528160988764166424108717963318286180815349924264242564540042064283843145266927630132280064805761387866297473241906706782953683036313248106847186174860644311861474085662180126705410417021389445930138034070916217125461059541316821638716053340186225278521317591114213057472724321708210796156638532029717423135590830489507198580978148726605460055393303173816195501914124126976821890610149472911636115329998733501518330503859177320731992511605820629772298067334286954037367417928847664206641246011417876452451164656586743356172489430094196250598793491537660720426306294042362172603775013233622101196839438772508333544957692575256036180729754496632028881422441625253518735659058683239124381416076013901790358785398013070790867458288992462418967919881140190402387289996992676985888986988941742057136259391572598665567666071570904811877130259112690572499331398655777976277655071767724365890815695938248922856596056704546891184343053475379810880967648736109998734468057462444023119218089491490461017782257773337650685328426411133795058002897314784303354028423121567609055367448858905371839168709274676151066340232145239852980332395621976190344902638537695745403766955866136873043104800668172664828809392361517015775960040596527551174067659674794477299357236337966101209361805621739927691524611094257522507617230401931279227493846196540041875414111992144762342077304847778567951106784216390544210923320721980275834942852799381047534685725087596740745591532646712863775655981023934498516355052803432866508659466351356477506708694689212083612288805605879529451495124518311449252374224553541189071180094698370221430955422493562517319035393486970764374079525686756379340499691250319212226756689085304670903585765571782032059854396346435873674012022757248906134745568416798816163429201873114518682122582420571757200413984044040336186502845141620944677991828125718205705145188186843810728369319417850577787330773278033735338228121165115569364732307455584992294550640632353952366471515088939182841288447078020130740332062519504317457248393873915468732691743120738957037617899250929361238457639704741621817193867850532805792207112483830129795826129097993848537430626616922226725902864683070421818627712103861246924147133451367495212951817006935024410526048987074874170186103461829084343557255306689774426030852563288722239670481476633653031072803158755920515653799945163039182917042586370502416206167217247657020685093026168413639108874552533155804480330692349657129456100959863394230498268465377409960409517626271297861407797301604777015232011059874202137319457206357837469714709014117647918028315581591620456653530617628766999874264600239431377856166834349709910981297100149690368593859428658025983312610209371220669587682048190147972566518383053864042663954550106759300689859963240129730669392408424847941886628081509876772848555077700487224267702341177053819994967854469413675476090815061496039913656951400976520035001288645606856394099933516697022637410042933426905234121597460066771423448258819149720349762525378590992742101919075156338603141721593356886564070737505681381050481379071911912130128241214543715328719959665000615522707799920689081127342584248224553618929278240049114696102108639339904495363045815163275693285901951064394599830700332514892226425752062033834174947332944460999145897990291017254866939568067838065145669407388723968073534950804332829882705216224928086946469760002571727055971797672671034570041200952666428016918627656374396672971996841317000097775650284870200359508879047870411110999138687880818563921465981886926669970946968715169464325640181621215859519250296985574819909260119087012387799434318381190751876056364069729845077299863965442198153486585800
3600.03/3599.64	c number of deleted constraints	: 12786
3600.03/3599.64	c speed (assignments/second)	: 293.09791100373616
3600.03/3599.64	c non guided choices	: 90
3600.03/3599.66	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1
3600.03/3599.66	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 9234
3600.03/3599.66	s SATISFIABLE
3600.03/3599.66	c Found 4 solution(s)
3600.03/3599.67	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 x501 -x502 -x503 x504 -x505 -x506 -x507 -x508 x509 x510 x511 x512 x513 -x514 -x515 x516 -x517 x518 x519 x520 -x521 x522 x523 x524 -x525 x526 x527 x528 x529 x530 x531 x532 x533 x534 -x535 -x536 x537 x538 x539 x540 -x541 x542 x543 -x544 -x545 x546 -x547 x548 
3600.03/3599.67	c objective function=9897
3600.03/3599.67	c Total wall clock time (in seconds): 3599.525

Verifier Data

OK	9897

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4429743-1721071776/watcher-4429743-1721071776 -o /tmp/evaluation-result-4429743-1721071776/solver-4429743-1721071776 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721071788-816607 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4429743-1721071776.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
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=816667, runsolver pid=816653

[startup+0.100058 s]*
/proc/loadavg: 1.15 1.12 1.51 14/329 816738
/proc/meminfo: memFree=128182668/131524600 swapFree=131071996/131071996
[pid=816667] ppid=816653 vsize=18975048 memory=64532 CPUtime=0.14 cores=1,3
/proc/816667/stat : 816667 (java) S 816653 816667 816595 0 -1 1077936128 7286 0 0 0 12 2 0 0 20 0 18 0 159342553 19430449152 16133 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
/proc/816667/statm: 4743762 16133 5505 1 0 549367 0
[pid=816667/tid=816671] ppid=816653 vsize=18975048 memory=4026531971 CPUtime=0.08 cores=1,3
/proc/816667/task/816671/stat : 816671 (java) R 816653 816667 816595 0 -1 4194368 5803 0 0 0 7 1 0 0 20 0 18 0 159342553 19430449152 16133 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 159342555 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
[pid=816667/tid=816722] ppid=816653 vsize=18975048 memory=5714 CPUtime=0 cores=1,3
/proc/816667/task/816722/stat : 816722 (Finalizer) S 816653 816667 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 159342556 19430449152 16133 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
[pid=816667/tid=816736] ppid=816653 vsize=18975048 memory=15252649461155485 CPUtime=0 cores=1,3
/proc/816667/task/816736/stat : 816736 (Common-Cleaner) S 816653 816667 816595 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 159342556 19430449152 16133 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64532 KiB

[startup+0.208088 s]*
/proc/loadavg: 1.15 1.12 1.51 13/296 816746
/proc/meminfo: memFree=128251676/131524600 swapFree=131071996/131071996
[pid=816667] ppid=816653 vsize=19041612 memory=72432 CPUtime=0.33 cores=1,3
/proc/816667/stat : 816667 (java) S 816653 816667 816595 0 -1 1077936128 7938 0 0 0 31 2 0 0 20 0 19 0 159342553 19498610688 18108 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
/proc/816667/statm: 4760403 18108 5814 1 0 550087 0
[pid=816667/tid=816671] ppid=816653 vsize=19041612 memory=7872697190685737277 CPUtime=0.18 cores=1,3
/proc/816667/task/816671/stat : 816671 (java) R 816653 816667 816595 0 -1 4194368 6177 0 0 0 17 1 0 0 20 0 19 0 159342553 19498610688 18108 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 159342555 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
[pid=816667/tid=816722] ppid=816653 vsize=19041612 memory=215671374179 CPUtime=0 cores=1,3
/proc/816667/task/816722/stat : 816722 (Finalizer) S 816653 816667 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 159342556 19498610688 18108 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
[pid=816667/tid=816736] ppid=816653 vsize=19041612 memory=15542903351040725 CPUtime=0 cores=1,3
/proc/816667/task/816736/stat : 816736 (Common-Cleaner) S 816653 816667 816595 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 159342556 19498610688 18108 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
[pid=816667/tid=816746] ppid=816653 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/816667/task/816746/stat : 816746 (java) R 816653 816667 816595 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 19 0 159342574 19498610688 18108 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 72432 KiB

[startup+0.305245 s]*
/proc/loadavg: 1.15 1.12 1.51 7/292 816760
/proc/meminfo: memFree=128223192/131524600 swapFree=131071996/131071996
[pid=816667] ppid=816653 vsize=19041612 memory=83452 CPUtime=0.51 cores=1,3
/proc/816667/stat : 816667 (java) S 816653 816667 816595 0 -1 1077936128 8201 0 0 0 49 2 0 0 20 0 19 0 159342553 19498610688 20863 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
/proc/816667/statm: 4760403 20863 5846 1 0 550194 0
[pid=816667/tid=816671] ppid=816653 vsize=19041612 memory=-6170700483552377285 CPUtime=0.27 cores=1,3
/proc/816667/task/816671/stat : 816671 (java) R 816653 816667 816595 0 -1 4194368 6217 0 0 0 25 2 0 0 20 0 19 0 159342553 19498610688 20863 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 159342555 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
[pid=816667/tid=816722] ppid=816653 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/816667/task/816722/stat : 816722 (Finalizer) S 816653 816667 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 159342556 19498610688 20863 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
[pid=816667/tid=816736] ppid=816653 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/816667/task/816736/stat : 816736 (Common-Cleaner) S 816653 816667 816595 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 159342556 19498610688 20863 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
[pid=816667/tid=816746] ppid=816653 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/816667/task/816746/stat : 816746 (Timer-0) S 816653 816667 816595 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 159342574 19498610688 20863 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 83452 KiB

[startup+0.703228 s]
/proc/loadavg: 1.15 1.12 1.51 10/298 816830
/proc/meminfo: memFree=128079712/131524600 swapFree=131071996/131071996
[pid=816667] ppid=816653 vsize=19108176 memory=177160 CPUtime=1.29 cores=1,3
/proc/816667/stat : 816667 (java) S 816653 816667 816595 0 -1 1077936128 14036 0 0 0 123 6 0 0 20 0 20 0 159342553 19566772224 44290 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
/proc/816667/statm: 4777044 44290 5846 1 0 553667 0
[pid=816667/tid=816671] ppid=816653 vsize=19108176 memory=5432 CPUtime=0.63 cores=1,3
/proc/816667/task/816671/stat : 816671 (java) R 816653 816667 816595 0 -1 4194368 6317 0 0 0 60 3 0 0 20 0 20 0 159342553 19566772224 44290 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 159342555 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
[pid=816667/tid=816722] ppid=816653 vsize=19108176 memory=12952 CPUtime=0 cores=1,3
/proc/816667/task/816722/stat : 816722 (Finalizer) S 816653 816667 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159342556 19566772224 44290 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
[pid=816667/tid=816736] ppid=816653 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/816667/task/816736/stat : 816736 (Common-Cleaner) S 816653 816667 816595 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 159342556 19566772224 44290 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
[pid=816667/tid=816746] ppid=816653 vsize=19108176 memory=2372 CPUtime=0 cores=1,3
/proc/816667/task/816746/stat : 816746 (Timer-0) S 816653 816667 816595 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159342574 19566772224 44290 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 177160 KiB

[startup+1.50923 s]
/proc/loadavg: 1.15 1.12 1.51 13/334 816875
/proc/meminfo: memFree=127824068/131524600 swapFree=131071996/131071996
[pid=816667] ppid=816653 vsize=19108176 memory=189852 CPUtime=2.86 cores=1,3
/proc/816667/stat : 816667 (java) S 816653 816667 816595 0 -1 1077936128 20765 0 0 0 280 6 0 0 20 0 20 0 159342553 19566772224 47463 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
/proc/816667/statm: 4777044 47463 5846 1 0 554615 0
[pid=816667/tid=816671] ppid=816653 vsize=19108176 memory=12952 CPUtime=1.4 cores=1,3
/proc/816667/task/816671/stat : 816671 (java) R 816653 816667 816595 0 -1 4194368 7095 0 0 0 137 3 0 0 20 0 20 0 159342553 19566772224 47463 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 159342555 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
[pid=816667/tid=816722] ppid=816653 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/816667/task/816722/stat : 816722 (Finalizer) S 816653 816667 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159342556 19566772224 47463 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
[pid=816667/tid=816736] ppid=816653 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/816667/task/816736/stat : 816736 (Common-Cleaner) S 816653 816667 816595 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 159342556 19566772224 47463 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
[pid=816667/tid=816746] ppid=816653 vsize=19108176 memory=4580 CPUtime=0 cores=1,3
/proc/816667/task/816746/stat : 816746 (Timer-0) S 816653 816667 816595 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159342574 19566772224 47463 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 189852 KiB

[startup+3.10608 s]
/proc/loadavg: 1.15 1.12 1.51 6/337 816878
/proc/meminfo: memFree=126594620/131524600 swapFree=131071996/131071996
[pid=816667] ppid=816653 vsize=19108176 memory=283004 CPUtime=5.45 cores=1,3
/proc/816667/stat : 816667 (java) S 816653 816667 816595 0 -1 1077936128 22778 0 0 0 536 9 0 0 20 0 20 0 159342553 19566772224 70751 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
/proc/816667/statm: 4777044 70751 5862 1 0 554657 0
[pid=816667/tid=816671] ppid=816653 vsize=19108176 memory=0 CPUtime=2.97 cores=1,3
/proc/816667/task/816671/stat : 816671 (java) R 816653 816667 816595 0 -1 4194368 7615 0 0 0 292 5 0 0 20 0 20 0 159342553 19566772224 70751 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 159342555 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
[pid=816667/tid=816722] ppid=816653 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/816667/task/816722/stat : 816722 (Finalizer) S 816653 816667 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159342556 19566772224 70751 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
[pid=816667/tid=816736] ppid=816653 vsize=19108176 memory=12952 CPUtime=0 cores=1,3
/proc/816667/task/816736/stat : 816736 (Common-Cleaner) S 816653 816667 816595 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 159342556 19566772224 70751 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
[pid=816667/tid=816746] ppid=816653 vsize=19108176 memory=11648 CPUtime=0 cores=1,3
/proc/816667/task/816746/stat : 816746 (Timer-0) S 816653 816667 816595 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159342574 19566772224 70751 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
Current children cumulated CPU time: 5.45 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 283004 KiB

[startup+6.30027 s]
/proc/loadavg: 1.38 1.17 1.52 7/337 817012
/proc/meminfo: memFree=126132588/131524600 swapFree=131071996/131071996
[pid=816667] ppid=816653 vsize=19108176 memory=357372 CPUtime=8.83 cores=1,3
/proc/816667/stat : 816667 (java) S 816653 816667 816595 0 -1 1077936128 22952 0 0 0 873 10 0 0 20 0 20 0 159342553 19566772224 89343 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
/proc/816667/statm: 4777044 89343 5862 1 0 554658 0
[pid=816667/tid=816671] ppid=816653 vsize=19108176 memory=0 CPUtime=6.12 cores=1,3
/proc/816667/task/816671/stat : 816671 (java) R 816653 816667 816595 0 -1 4194368 7695 0 0 0 606 6 0 0 20 0 20 0 159342553 19566772224 89343 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 159342555 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
[pid=816667/tid=816722] ppid=816653 vsize=19108176 memory=-7533522213388100735 CPUtime=0 cores=1,3
/proc/816667/task/816722/stat : 816722 (Finalizer) S 816653 816667 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159342556 19566772224 89343 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
[pid=816667/tid=816736] ppid=816653 vsize=19108176 memory=-8960021849737372348 CPUtime=0 cores=1,3
/proc/816667/task/816736/stat : 816736 (Common-Cleaner) S 816653 816667 816595 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 159342556 19566772224 89343 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
[pid=816667/tid=816746] ppid=816653 vsize=19108176 memory=12952 CPUtime=0 cores=1,3
/proc/816667/task/816746/stat : 816746 (Timer-0) S 816653 816667 816595 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159342574 19566772224 89343 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
Current children cumulated CPU time: 8.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 357372 KiB

[startup+12.7003 s]
/proc/loadavg: 1.75 1.25 1.55 5/337 817014
/proc/meminfo: memFree=124879288/131524600 swapFree=131071996/131071996
[pid=816667] ppid=816653 vsize=19108176 memory=879828 CPUtime=15.27 cores=1,3
/proc/816667/stat : 816667 (java) S 816653 816667 816595 0 -1 1077936128 25860 0 0 0 1505 22 0 0 20 0 20 0 159342553 19566772224 219957 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
/proc/816667/statm: 4777044 219957 5862 1 0 554658 0
[pid=816667/tid=816671] ppid=816653 vsize=19108176 memory=879828 CPUtime=12.48 cores=1,3
/proc/816667/task/816671/stat : 816671 (java) R 816653 816667 816595 0 -1 4194368 9027 0 0 0 1232 16 0 0 20 0 20 0 159342553 19566772224 219957 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 159342555 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
[pid=816667/tid=816722] ppid=816653 vsize=19108176 memory=2280 CPUtime=0 cores=1,3
/proc/816667/task/816722/stat : 816722 (Finalizer) S 816653 816667 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159342556 19566772224 219957 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
[pid=816667/tid=816736] ppid=816653 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/816667/task/816736/stat : 816736 (Common-Cleaner) S 816653 816667 816595 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 159342556 19566772224 219957 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
[pid=816667/tid=816746] ppid=816653 vsize=19108176 memory=11648 CPUtime=0 cores=1,3
/proc/816667/task/816746/stat : 816746 (Timer-0) S 816653 816667 816595 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159342574 19566772224 219957 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
Current children cumulated CPU time: 15.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 879828 KiB

[startup+25.5003 s]
/proc/loadavg: 2.32 1.40 1.59 5/333 817015
/proc/meminfo: memFree=123697936/131524600 swapFree=131071996/131071996
[pid=816667] ppid=816653 vsize=19108176 memory=881020 CPUtime=28.28 cores=1,3
/proc/816667/stat : 816667 (java) S 816653 816667 816595 0 -1 1077936128 35046 0 0 0 2804 24 0 0 20 0 20 0 159342553 19566772224 220255 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
/proc/816667/statm: 4777044 220255 5862 1 0 555182 0
[pid=816667/tid=816671] ppid=816653 vsize=19108176 memory=879828 CPUtime=25.17 cores=1,3
/proc/816667/task/816671/stat : 816671 (java) R 816653 816667 816595 0 -1 4194368 10032 0 0 0 2500 17 0 0 20 0 20 0 159342553 19566772224 220255 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 159342555 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
[pid=816667/tid=816722] ppid=816653 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/816667/task/816722/stat : 816722 (Finalizer) S 816653 816667 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159342556 19566772224 220255 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
[pid=816667/tid=816736] ppid=816653 vsize=19108176 memory=40940 CPUtime=0 cores=1,3
/proc/816667/task/816736/stat : 816736 (Common-Cleaner) S 816653 816667 816595 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 159342556 19566772224 220255 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
[pid=816667/tid=816746] ppid=816653 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/816667/task/816746/stat : 816746 (Timer-0) S 816653 816667 816595 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159342574 19566772224 220255 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
Current children cumulated CPU time: 28.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 881020 KiB

[startup+51.1058 s]
/proc/loadavg: 2.97 1.63 1.66 5/335 817078
/proc/meminfo: memFree=122608424/131524600 swapFree=131071996/131071996
[pid=816667] ppid=816653 vsize=19108176 memory=1214956 CPUtime=53.93 cores=1,3
/proc/816667/stat : 816667 (java) S 816653 816667 816595 0 -1 1077936128 40855 0 0 0 5361 32 0 0 20 0 20 0 159342553 19566772224 303739 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0

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

/proc/meminfo: memFree=116694092/131524600 swapFree=131071996/131071996
[pid=816667] ppid=816653 vsize=19108176 memory=2206812 CPUtime=3219.86 cores=1,3
/proc/816667/stat : 816667 (java) S 816653 816667 816595 0 -1 1077936128 239069 0 0 0 321805 181 0 0 20 0 20 0 159342553 19566772224 551703 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
/proc/816667/statm: 4777044 551703 5873 1 0 564540 0
[pid=816667/tid=816671] ppid=816653 vsize=19108176 memory=2166136 CPUtime=3196.57 cores=1,3
/proc/816667/task/816671/stat : 816671 (java) R 816653 816667 816595 0 -1 4194368 84205 0 0 0 319621 36 0 0 20 0 20 0 159342553 19566772224 551703 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 159342565 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
[pid=816667/tid=816722] ppid=816653 vsize=19108176 memory=2166136 CPUtime=0 cores=1,3
/proc/816667/task/816722/stat : 816722 (Finalizer) S 816653 816667 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159342556 19566772224 551703 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
[pid=816667/tid=816736] ppid=816653 vsize=19108176 memory=2206780 CPUtime=0 cores=1,3
/proc/816667/task/816736/stat : 816736 (Common-Cleaner) S 816653 816667 816595 0 -1 1077936192 3243 0 0 0 0 0 0 0 20 0 20 0 159342556 19566772224 551703 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
[pid=816667/tid=816746] ppid=816653 vsize=19108176 memory=2206800 CPUtime=0 cores=1,3
/proc/816667/task/816746/stat : 816746 (Timer-0) S 816653 816667 816595 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159342574 19566772224 551703 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
Current children cumulated CPU time: 3219.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2206812 KiB

[startup+3282.3 s]
/proc/loadavg: 4.24 4.19 4.10 5/332 818295
/proc/meminfo: memFree=116623864/131524600 swapFree=131071996/131071996
[pid=816667] ppid=816653 vsize=19108176 memory=2206816 CPUtime=3279.7 cores=1,3
/proc/816667/stat : 816667 (java) S 816653 816667 816595 0 -1 1077936128 241842 0 0 0 327787 183 0 0 20 0 20 0 159342553 19566772224 551704 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
/proc/816667/statm: 4777044 551704 5873 1 0 564540 0
[pid=816667/tid=816671] ppid=816653 vsize=19108176 memory=2206816 CPUtime=3255.99 cores=1,3
/proc/816667/task/816671/stat : 816671 (java) R 816653 816667 816595 0 -1 4194368 86196 0 0 0 325563 36 0 0 20 0 20 0 159342553 19566772224 551704 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 159342565 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
[pid=816667/tid=816722] ppid=816653 vsize=19108176 memory=2206816 CPUtime=0 cores=1,3
/proc/816667/task/816722/stat : 816722 (Finalizer) S 816653 816667 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159342556 19566772224 551704 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
[pid=816667/tid=816736] ppid=816653 vsize=19108176 memory=2206812 CPUtime=0 cores=1,3
/proc/816667/task/816736/stat : 816736 (Common-Cleaner) S 816653 816667 816595 0 -1 1077936192 3310 0 0 0 0 0 0 0 20 0 20 0 159342556 19566772224 551704 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
[pid=816667/tid=816746] ppid=816653 vsize=19108176 memory=1816 CPUtime=0 cores=1,3
/proc/816667/task/816746/stat : 816746 (Timer-0) S 816653 816667 816595 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159342574 19566772224 551704 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
Current children cumulated CPU time: 3279.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2206816 KiB

[startup+3342.3 s]
/proc/loadavg: 4.19 4.18 4.10 5/332 818689
/proc/meminfo: memFree=116583740/131524600 swapFree=131071996/131071996
[pid=816667] ppid=816653 vsize=19108176 memory=2206816 CPUtime=3339.34 cores=1,3
/proc/816667/stat : 816667 (java) S 816653 816667 816595 0 -1 1077936128 244512 0 0 0 333748 186 0 0 20 0 20 0 159342553 19566772224 551704 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
/proc/816667/statm: 4777044 551704 5873 1 0 564540 0
[pid=816667/tid=816671] ppid=816653 vsize=19108176 memory=40940 CPUtime=3315.17 cores=1,3
/proc/816667/task/816671/stat : 816671 (java) R 816653 816667 816595 0 -1 4194368 88017 0 0 0 331481 36 0 0 20 0 20 0 159342553 19566772224 551704 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 159342565 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
[pid=816667/tid=816722] ppid=816653 vsize=19108176 memory=11648 CPUtime=0 cores=1,3
/proc/816667/task/816722/stat : 816722 (Finalizer) S 816653 816667 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159342556 19566772224 551704 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
[pid=816667/tid=816736] ppid=816653 vsize=19108176 memory=2206816 CPUtime=0 cores=1,3
/proc/816667/task/816736/stat : 816736 (Common-Cleaner) S 816653 816667 816595 0 -1 1077936192 3376 0 0 0 0 0 0 0 20 0 20 0 159342556 19566772224 551704 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
[pid=816667/tid=816746] ppid=816653 vsize=19108176 memory=2206816 CPUtime=0 cores=1,3
/proc/816667/task/816746/stat : 816746 (Timer-0) S 816653 816667 816595 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159342574 19566772224 551704 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
Current children cumulated CPU time: 3339.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2206816 KiB

[startup+3402.3 s]
/proc/loadavg: 4.18 4.18 4.10 5/332 818700
/proc/meminfo: memFree=116583372/131524600 swapFree=131071996/131071996
[pid=816667] ppid=816653 vsize=19108176 memory=2206824 CPUtime=3399.31 cores=1,3
/proc/816667/stat : 816667 (java) S 816653 816667 816595 0 -1 1077936128 247848 0 0 0 339742 189 0 0 20 0 20 0 159342553 19566772224 551706 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
/proc/816667/statm: 4777044 551706 5873 1 0 564540 0
[pid=816667/tid=816671] ppid=816653 vsize=19108176 memory=2206824 CPUtime=3374.76 cores=1,3
/proc/816667/task/816671/stat : 816671 (java) R 816653 816667 816595 0 -1 4194368 89765 0 0 0 337439 37 0 0 20 0 20 0 159342553 19566772224 551706 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 159342565 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
[pid=816667/tid=816722] ppid=816653 vsize=19108176 memory=2206824 CPUtime=0 cores=1,3
/proc/816667/task/816722/stat : 816722 (Finalizer) S 816653 816667 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159342556 19566772224 551706 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
[pid=816667/tid=816736] ppid=816653 vsize=19108176 memory=2206824 CPUtime=0 cores=1,3
/proc/816667/task/816736/stat : 816736 (Common-Cleaner) S 816653 816667 816595 0 -1 1077936192 3443 0 0 0 0 0 0 0 20 0 20 0 159342556 19566772224 551706 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
[pid=816667/tid=816746] ppid=816653 vsize=19108176 memory=15996 CPUtime=0 cores=1,3
/proc/816667/task/816746/stat : 816746 (Timer-0) S 816653 816667 816595 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159342574 19566772224 551706 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
Current children cumulated CPU time: 3399.31 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2206824 KiB

[startup+3462.3 s]
/proc/loadavg: 4.18 4.17 4.10 5/332 818711
/proc/meminfo: memFree=116582832/131524600 swapFree=131071996/131071996
[pid=816667] ppid=816653 vsize=19108176 memory=2207036 CPUtime=3459.92 cores=1,3
/proc/816667/stat : 816667 (java) S 816653 816667 816595 0 -1 1077936128 257245 0 0 0 345800 192 0 0 20 0 20 0 159342553 19566772224 551759 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
/proc/816667/statm: 4777044 551759 5873 1 0 564543 0
[pid=816667/tid=816671] ppid=816653 vsize=19108176 memory=2206824 CPUtime=3434.26 cores=1,3
/proc/816667/task/816671/stat : 816671 (java) R 816653 816667 816595 0 -1 4194368 92441 0 0 0 343389 37 0 0 20 0 20 0 159342553 19566772224 551759 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 159342565 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
[pid=816667/tid=816722] ppid=816653 vsize=19108176 memory=2206828 CPUtime=0 cores=1,3
/proc/816667/task/816722/stat : 816722 (Finalizer) S 816653 816667 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159342556 19566772224 551759 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
[pid=816667/tid=816736] ppid=816653 vsize=19108176 memory=2207032 CPUtime=0 cores=1,3
/proc/816667/task/816736/stat : 816736 (Common-Cleaner) S 816653 816667 816595 0 -1 1077936192 3479 0 0 0 0 0 0 0 20 0 20 0 159342556 19566772224 551759 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
[pid=816667/tid=816746] ppid=816653 vsize=19108176 memory=2207032 CPUtime=0 cores=1,3
/proc/816667/task/816746/stat : 816746 (Timer-0) S 816653 816667 816595 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159342574 19566772224 551759 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
Current children cumulated CPU time: 3459.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2207036 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.17 4.10 5/334 818891
/proc/meminfo: memFree=116582056/131524600 swapFree=131071996/131071996
[pid=816667] ppid=816653 vsize=19108176 memory=2207076 CPUtime=3521.14 cores=1,3
/proc/816667/stat : 816667 (java) S 816653 816667 816595 0 -1 1077936128 260676 0 0 0 351919 195 0 0 20 0 20 0 159342553 19566772224 551769 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
/proc/816667/statm: 4777044 551769 5873 1 0 564559 0
[pid=816667/tid=816671] ppid=816653 vsize=19108176 memory=2207032 CPUtime=3493.79 cores=1,3
/proc/816667/task/816671/stat : 816671 (java) R 816653 816667 816595 0 -1 4194368 94828 0 0 0 349342 37 0 0 20 0 20 0 159342553 19566772224 551769 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 159342565 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
[pid=816667/tid=816722] ppid=816653 vsize=19108176 memory=2206848 CPUtime=0 cores=1,3
/proc/816667/task/816722/stat : 816722 (Finalizer) S 816653 816667 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159342556 19566772224 551769 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
[pid=816667/tid=816736] ppid=816653 vsize=19108176 memory=11648 CPUtime=0 cores=1,3
/proc/816667/task/816736/stat : 816736 (Common-Cleaner) S 816653 816667 816595 0 -1 1077936192 3548 0 0 0 0 0 0 0 20 0 20 0 159342556 19566772224 551769 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
[pid=816667/tid=816746] ppid=816653 vsize=19108176 memory=12952 CPUtime=0 cores=1,3
/proc/816667/task/816746/stat : 816746 (Timer-0) S 816653 816667 816595 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159342574 19566772224 551769 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
Current children cumulated CPU time: 3521.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2207076 KiB

[startup+3582.3 s]
/proc/loadavg: 4.25 4.19 4.11 6/334 818969
/proc/meminfo: memFree=119477284/131524600 swapFree=131071996/131071996
[pid=816667] ppid=816653 vsize=19108176 memory=2207136 CPUtime=3582.85 cores=1,3
/proc/816667/stat : 816667 (java) S 816653 816667 816595 0 -1 1077936128 274382 0 0 0 358086 199 0 0 20 0 20 0 159342553 19566772224 551784 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
/proc/816667/statm: 4777044 551784 5873 1 0 564559 0
[pid=816667/tid=816671] ppid=816653 vsize=19108176 memory=2207132 CPUtime=3553.25 cores=1,3
/proc/816667/task/816671/stat : 816671 (java) R 816653 816667 816595 0 -1 4194368 97219 0 0 0 355287 38 0 0 20 0 20 0 159342553 19566772224 551784 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 159342565 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
[pid=816667/tid=816722] ppid=816653 vsize=19108176 memory=2207132 CPUtime=0 cores=1,3
/proc/816667/task/816722/stat : 816722 (Finalizer) S 816653 816667 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159342556 19566772224 551784 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
[pid=816667/tid=816736] ppid=816653 vsize=19108176 memory=11648 CPUtime=0 cores=1,3
/proc/816667/task/816736/stat : 816736 (Common-Cleaner) S 816653 816667 816595 0 -1 1077936192 3637 0 0 0 0 0 0 0 20 0 20 0 159342556 19566772224 551784 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
[pid=816667/tid=816746] ppid=816653 vsize=19108176 memory=40940 CPUtime=0 cores=1,3
/proc/816667/task/816746/stat : 816746 (Timer-0) S 816653 816667 816595 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159342574 19566772224 551784 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
Current children cumulated CPU time: 3582.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2207136 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3599.6 s]
/proc/loadavg: 4.18 4.17 4.10 5/334 818972
/proc/meminfo: memFree=118757408/131524600 swapFree=131071996/131071996
[pid=816667] ppid=816653 vsize=19108176 memory=2207136 CPUtime=3600.03 cores=1,3
/proc/816667/stat : 816667 (java) S 816653 816667 816595 0 -1 1077936128 275075 0 0 0 359804 199 0 0 20 0 20 0 159342553 19566772224 551784 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
/proc/816667/statm: 4777044 551784 5873 1 0 564559 0
[pid=816667/tid=816671] ppid=816653 vsize=19108176 memory=40288 CPUtime=3570.35 cores=1,3
/proc/816667/task/816671/stat : 816671 (java) R 816653 816667 816595 0 -1 4194368 97401 0 0 0 356997 38 0 0 20 0 20 0 159342553 19566772224 551784 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 159342565 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
[pid=816667/tid=816722] ppid=816653 vsize=19108176 memory=7452 CPUtime=0 cores=1,3
/proc/816667/task/816722/stat : 816722 (Finalizer) S 816653 816667 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159342556 19566772224 551784 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
[pid=816667/tid=816736] ppid=816653 vsize=19108176 memory=-8960021849737372348 CPUtime=0 cores=1,3
/proc/816667/task/816736/stat : 816736 (Common-Cleaner) S 816653 816667 816595 0 -1 1077936192 3637 0 0 0 0 0 0 0 20 0 20 0 159342556 19566772224 551784 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
[pid=816667/tid=816746] ppid=816653 vsize=19108176 memory=19140 CPUtime=0 cores=1,3
/proc/816667/task/816746/stat : 816746 (Timer-0) S 816653 816667 816595 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159342574 19566772224 551784 134679101440 94088349495296 94088349498992 140728585493568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94088349506808 94088349507600 94088377454592 140728585499637 140728585499745 140728585499745 140728585506760 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2207136 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.18 s, system=2.0072 s

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

Child status: 143

Real time (s): 3599.69
CPU time (s): 3600.19
CPU user time (s): 3598.18
CPU system time (s): 2.0072
CPU usage (%): 100.014
Max. virtual memory (cumulated for all children) (KiB): 19114104
Max. memory (cumulated for all children) (KiB): 2207136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.18
system time used= 2.0072
maximum resident set size= 2208660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 276873
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= 120537
involuntary context switches= 18139


# summary of solver processes directly reported to runsolver:
#   pid: 816667
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3598.18
#   total CPU system time (s): 2.0072

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.39819 second user time and 18.0233 second system time

The end

Launcher Data

Begin job on nodeC023 at 2024-07-15 21:29:49
IDJOB=4429743
IDBENCH=146905
IDSOLVER=3052
FILE ID=nodeC023/4429743-1721071776
RUNJOBID= nodeC023-1721071788-816607
SLURM_JOB_ID= 7505536
Free space on /tmp= 890084 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/OPT-LIN/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-p0548.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4429743-1721071776/watcher-4429743-1721071776 -o /tmp/evaluation-result-4429743-1721071776/solver-4429743-1721071776 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721071788-816607 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4429743-1721071776.opb

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

MD5SUM BENCH= 0aad002c81e214aa0b66948d5567e1f0
RANDOM SEED=1370831446

nodeC023.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		: 3147.252
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.61
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		: 3546.543
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.48
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		: 3430.799
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.61
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		: 3321.868
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.48
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		: 3227.832
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.61
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		: 3380.708
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.48
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		: 3418.233
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.61
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		: 3478.391
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        128358472 kB
MemAvailable:   129714984 kB
Buffers:          380652 kB
Cached:          1804224 kB
SwapCached:            0 kB
Active:           708572 kB
Inactive:        1848116 kB
Active(anon):       1492 kB
Inactive(anon):   408068 kB
Active(file):     707080 kB
Inactive(file):  1440048 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2784 kB
Writeback:             0 kB
AnonPages:        371880 kB
Mapped:           103672 kB
Shmem:             37720 kB
KReclaimable:      98416 kB
Slab:             204348 kB
SReclaimable:      98416 kB
SUnreclaim:       105932 kB
KernelStack:        3936 kB
PageTables:         9788 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     802108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            60608 kB
HardwareCorrupted:     0 kB
AnonHugePages:    272384 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:      203476 kB
DirectMap2M:    18444288 kB
DirectMap1G:    117440512 kB

Free space on /tmp at the end= 890072 MiB
End job on nodeC023 at 2024-07-15 22:29:48