Trace number 4459773

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 Partial RoundingSAT 2024 2024-07-12SAT (TO)-113 3600.22 3508.5

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/mis/normalized-mis_500_10_2.opb
MD5SUMa8db507b9a19068579e2e54aa556294a
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-130
Best CPU time to get the best result obtained on this benchmark71345.8
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 constraint10
Maximum length of a constraint21
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)6328
Sum of products size (including duplicates)12656
Number of different products3164
Sum of products size6328

Quality of the solution as a function of time


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

Solver Data

0.09/0.20	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.09/0.20	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.20	c See www.sat4j.org for details.
0.09/0.21	c version CUSTOM.v20240707
0.26/0.24	c java.runtime.name	OpenJDK Runtime Environment
0.26/0.25	c java.vm.name		OpenJDK 64-Bit Server VM
0.26/0.25	c java.vm.version	22.0.1+8-16
0.26/0.25	c java.vm.vendor	Oracle Corporation
0.26/0.25	c sun.arch.data.model	64
0.26/0.25	c java.version		22.0.1
0.26/0.25	c os.name		Linux
0.26/0.25	c os.version		4.18.0-301.1.el8.x86_64
0.26/0.25	c os.arch		amd64
0.26/0.25	c Free memory 		2113181440
0.26/0.25	c Max memory 		16282288128
0.26/0.25	c Total memory 		2122317824
0.26/0.26	c Number of processors 	2
0.58/0.45	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.58/0.45	 - never skip resolution steps
0.58/0.45	 - Auto-division on coefficients is disabled
0.58/0.45	 - No postprocessing
0.58/0.45	 - Conflict is considered as is when resolving
0.58/0.45	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.58/0.45	 - Weaken first using unassigned literals
0.58/0.45	 - Bump strategy: ALWAYS_ONE
0.58/0.45	 - Bumper: ASSIGNED
0.58/0.45	--- Begin Solver configuration ---
0.58/0.45	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.58/0.45	Learn all clauses as in MiniSAT
0.58/0.45	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.58/0.45	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.58/0.45	No reason simplification
0.58/0.45	Armin Biere (Picosat) restarts strategy
0.58/0.45	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.58/0.45	timeout=2147483s
0.58/0.45	DB Simplification allowed=false
0.58/0.45	Listener: none
0.58/0.45	--- End Solver configuration ---
0.58/0.45	c Pseudo Boolean Optimization by upper bound
0.58/0.45	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.58/0.45	c  - never skip resolution steps
0.58/0.45	c  - Auto-division on coefficients is disabled
0.58/0.45	c  - No postprocessing
0.58/0.45	c  - Conflict is considered as is when resolving
0.58/0.45	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.58/0.45	c  - Weaken first using unassigned literals
0.58/0.45	c  - Bump strategy: ALWAYS_ONE
0.58/0.45	c  - Bumper: ASSIGNED
0.58/0.45	c --- Begin Solver configuration ---
0.58/0.45	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.58/0.45	c Learn all clauses as in MiniSAT
0.58/0.45	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.58/0.45	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.58/0.45	c No reason simplification
0.58/0.45	c Armin Biere (Picosat) restarts strategy
0.58/0.45	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.58/0.45	c timeout=2147483s
0.58/0.45	c DB Simplification allowed=false
0.58/0.45	c Listener: none
0.58/0.45	c --- End Solver configuration ---
0.58/0.45	c solving HOME/instance-4459773-1721939463.opb
0.58/0.45	c reading problem ... 
0.58/0.45	c  objective function found
1.29/0.85	c ... done. Wall clock time 0.378s.
1.29/0.85	c declared #vars     500
1.29/0.85	c internal #vars     3664
1.29/0.85	c #constraints  7328
1.29/0.85	c constraints type 
1.29/0.85	c org.sat4j.specs.Constr$1 => 500
1.29/0.85	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 3164
1.29/0.85	c org.sat4j.pb.constraints.pb.UnitClausesPB => 500
1.29/0.85	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3164
1.29/0.85	c 7328 constraints processed.
1.29/0.89	c objective function length is 500 literals
1.46/0.94	c SATISFIABLE
1.46/0.94	c OPTIMIZING...
1.46/0.94	c Got one! Elapsed wall clock time (in seconds):0.494
1.46/0.95	o -82
1.65/1.07	c Got one! Elapsed wall clock time (in seconds):0.619
1.65/1.07	o -83
1.65/1.08	c Got one! Elapsed wall clock time (in seconds):0.632
1.65/1.08	o -85
1.85/1.18	c Got one! Elapsed wall clock time (in seconds):0.732
1.85/1.19	o -86
2.02/1.29	c Got one! Elapsed wall clock time (in seconds):0.832
2.02/1.29	o -87
2.24/1.32	c Got one! Elapsed wall clock time (in seconds):0.871
2.24/1.32	o -88
2.24/1.37	c Got one! Elapsed wall clock time (in seconds):0.923
2.24/1.37	o -95
2.82/1.66	c Got one! Elapsed wall clock time (in seconds):1.199
2.82/1.66	o -100
3.40/1.97	c Got one! Elapsed wall clock time (in seconds):1.521
3.40/1.97	o -101
3.97/2.29	c Got one! Elapsed wall clock time (in seconds):1.831
3.97/2.29	o -102
6.30/3.67	c Got one! Elapsed wall clock time (in seconds):3.219
6.30/3.67	o -103
7.05/4.35	c Got one! Elapsed wall clock time (in seconds):3.898
7.05/4.35	o -104
22.87/19.41	c Got one! Elapsed wall clock time (in seconds):18.963
22.87/19.41	o -105
43.86/40.18	c Got one! Elapsed wall clock time (in seconds):39.729
43.86/40.18	o -106
47.74/43.83	c Got one! Elapsed wall clock time (in seconds):43.384
47.74/43.83	o -107
75.09/70.65	c cleaning 3962 clauses out of 7941 with flag 0/7941
77.17/72.61	c Got one! Elapsed wall clock time (in seconds):72.156
77.17/72.61	o -108
125.39/120.16	c cleaning 4701 clauses out of 9404 with flag 0/13366
132.80/127.42	c Got one! Elapsed wall clock time (in seconds):126.969
132.80/127.42	o -109
136.48/131.00	c Got one! Elapsed wall clock time (in seconds):130.547
136.48/131.00	o -110
179.36/173.29	c cleaning 5428 clauses out of 10855 with flag 0/19518
225.14/217.74	c cleaning 5709 clauses out of 11427 with flag 0/25518
274.82/266.54	c cleaning 6352 clauses out of 12720 with flag 0/32520
331.17/320.22	c cleaning 6299 clauses out of 14366 with flag 0/40518
396.29/384.11	c cleaning 7307 clauses out of 17067 with flag 0/49518
487.49/473.93	c cleaning 7964 clauses out of 19760 with flag 0/59518
528.91/515.10	c Got one! Elapsed wall clock time (in seconds):514.651
528.91/515.10	o -111
611.13/596.40	c cleaning 8811 clauses out of 23365 with flag 0/71087
647.65/631.64	c cleaning 4688 clauses out of 20553 with flag 0/77086
693.66/677.00	c cleaning 5549 clauses out of 22865 with flag 0/84086
742.59/725.23	c cleaning 6376 clauses out of 25316 with flag 0/92086
749.64/732.21	c Got one! Elapsed wall clock time (in seconds):731.765
749.64/732.21	o -112
785.23/766.63	c cleaning 4625 clauses out of 24928 with flag 0/98074
813.39/794.09	c cleaning 4524 clauses out of 26305 with flag 0/104076
871.27/851.11	c cleaning 5856 clauses out of 28779 with flag 0/111074
927.91/906.73	c cleaning 6427 clauses out of 30923 with flag 0/119074
992.11/969.87	c cleaning 7006 clauses out of 33497 with flag 0/128075
1016.24/993.59	c Got one! Elapsed wall clock time (in seconds):993.138
1016.24/993.59	o -113
1028.09/1004.75	c cleaning 4530 clauses out of 32215 with flag 0/133799
1064.97/1041.43	c cleaning 4844 clauses out of 33685 with flag 0/139799
1117.13/1091.59	c cleaning 5290 clauses out of 35844 with flag 0/146802
1172.71/1146.15	c cleaning 6337 clauses out of 38551 with flag 0/154799
1250.19/1222.44	c cleaning 7039 clauses out of 41214 with flag 0/163799
1328.40/1299.42	c cleaning 7942 clauses out of 44175 with flag 0/173799
1430.53/1400.07	c cleaning 9153 clauses out of 47237 with flag 0/184803
1539.45/1506.58	c cleaning 9213 clauses out of 50080 with flag 0/196799
1689.81/1655.27	c cleaning 10001 clauses out of 53867 with flag 0/209799
1879.24/1842.02	c cleaning 11016 clauses out of 57870 with flag 0/223803
2042.93/2002.38	c cleaning 11858 clauses out of 61850 with flag 0/238799
2249.54/2204.99	c cleaning 12663 clauses out of 65992 with flag 0/254799
2484.42/2434.04	c cleaning 13391 clauses out of 70331 with flag 0/271801
2740.69/2681.47	c cleaning 14509 clauses out of 74938 with flag 0/289799
3003.54/2934.96	c cleaning 15130 clauses out of 79433 with flag 0/308803
3290.27/3211.04	c cleaning 16199 clauses out of 84300 with flag 0/328800
3600.04/3508.42	c starts		: 157
3600.04/3508.43	c conflicts		: 349416
3600.04/3508.43	c decisions		: 515603
3600.04/3508.43	c propagations		: 6235995
3600.04/3508.43	c inspects		: 3465900758
3600.04/3508.43	c shortcuts		: 0
3600.04/3508.43	c learnt literals	: 0
3600.04/3508.43	c learnt binary clauses	: 0
3600.04/3508.43	c learnt ternary clauses	: 0
3600.04/3508.43	c learnt constraints	: 349415
3600.04/3508.43	c ignored constraints	: 0
3600.04/3508.43	c root simplifications	: 0
3600.04/3508.43	c removed literals (reason simplification)	: 0
3600.04/3508.43	c reason swapping (by a shorter reason)	: 0
3600.04/3508.43	c Calls to reduceDB	: 33
3600.04/3508.43	c Number of update (reduction) of LBD	: 0
3600.04/3508.43	c Imported unit clauses	: 0
3600.04/3508.43	c No decision after first conflict	: false
3600.04/3508.43	c number of reductions to clauses (during analyze)	: 0
3600.04/3508.43	c number of learned constraints concerned by reduction	: 0
3600.04/3508.43	c number of learning phase by resolution	: 0
3600.04/3508.43	c number of learning phase by cutting planes	: 0
3600.04/3508.43	c number of rounding to 1 operations	: 1205948
3600.04/3508.43	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3508.43	c number of reductions of the coefficients by power 2 	: 0
3600.04/3508.43	c number of right shift for reduction by power 2 	: 0
3600.04/3508.43	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3508.43	c number of ending skipping 	: 0
3600.04/3508.43	c number of internal skipping 	: 0
3600.04/3508.43	c number of derivation steps 	: 2490393
3600.04/3508.43	c number of skipped derivation steps 	: 0
3600.04/3508.43	c number of remaining unassigned 	: 397269
3600.04/3508.43	c number of remaining assigned 	: 286762333
3600.04/3508.43	c number of falsified literals weakened from reason	: 0
3600.04/3508.43	c number of falsified literals weakened from conflict	: 0
3600.04/3508.43	c time for arithmetic operations	: 10819907803
3600.04/3508.43	c minimum degree of deleted constraints	: 4
3600.04/3508.43	c maximum degree of deleted constraints	: 50234627458
3600.04/3508.43	c number of deleted constraints	: 260699
3600.04/3508.43	c speed (assignments/second)	: 1777.9005304340265
3600.04/3508.43	c non guided choices	: 0
3600.04/3508.48	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 63287
3600.04/3508.48	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 4291
3600.04/3508.48	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 21138
3600.04/3508.48	s SATISFIABLE
3600.04/3508.48	c Found 21 solution(s)
3600.04/3508.48	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/3508.48	c objective function=-113
3600.04/3508.48	c Total wall clock time (in seconds): 3508.03

Verifier Data

OK	-113

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=252210, runsolver pid=252207

[startup+0.103052 s]*
/proc/loadavg: 0.15 0.11 0.18 8/287 252227
/proc/meminfo: memFree=118951340/131655788 swapFree=131071472/131071996
[pid=252210] ppid=252207 vsize=18975008 memory=54440 CPUtime=0.09 cores=1,3
/proc/252210/stat : 252210 (java) S 252207 252210 252119 0 -1 1077936128 6064 0 0 0 5 4 0 0 20 0 18 0 29935220 19430408192 13610 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
/proc/252210/statm: 4743752 13610 5134 1 0 550502 0
[pid=252210/tid=252212] ppid=252207 vsize=18975008 memory=4026532157 CPUtime=0.06 cores=1,3
/proc/252210/task/252212/stat : 252212 (java) R 252207 252210 252119 0 -1 4194368 5229 0 0 0 3 3 0 0 20 0 18 0 29935220 19430408192 13610 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
[pid=252210/tid=252221] ppid=252207 vsize=18975008 memory=215671374179 CPUtime=0 cores=1,3
/proc/252210/task/252221/stat : 252221 (Finalizer) S 252207 252210 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 29935229 19430408192 13610 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
[pid=252210/tid=252228] ppid=252207 vsize=18975008 memory=15824408426963835 CPUtime=0 cores=1,3
/proc/252210/task/252228/stat : 252228 (Common-Cleaner) S 252207 252210 252119 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 29935231 19430408192 13610 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18975008 KiB
Current children cumulated memory: 54440 KiB

[startup+0.217388 s]*
/proc/loadavg: 0.15 0.11 0.18 12/290 252234
/proc/meminfo: memFree=118940060/131655788 swapFree=131071472/131071996
[pid=252210] ppid=252207 vsize=18975048 memory=59100 CPUtime=0.26 cores=1,3
/proc/252210/stat : 252210 (java) S 252207 252210 252119 0 -1 1077936128 6737 0 0 0 21 5 0 0 20 0 18 0 29935220 19430449152 14775 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
/proc/252210/statm: 4743762 14775 5624 1 0 551004 0
[pid=252210/tid=252212] ppid=252207 vsize=18975048 memory=3472328300254199927 CPUtime=0.17 cores=1,3
/proc/252210/task/252212/stat : 252212 (java) R 252207 252210 252119 0 -1 4194368 5626 0 0 0 13 4 0 0 20 0 18 0 29935220 19430449152 14775 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
[pid=252210/tid=252221] ppid=252207 vsize=18975048 memory=880901 CPUtime=0 cores=1,3
/proc/252210/task/252221/stat : 252221 (Finalizer) S 252207 252210 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 29935229 19430449152 14775 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
[pid=252210/tid=252228] ppid=252207 vsize=18975048 memory=14979983479148518 CPUtime=0 cores=1,3
/proc/252210/task/252228/stat : 252228 (Common-Cleaner) S 252207 252210 252119 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 29935231 19430449152 14775 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 59100 KiB

[startup+0.315951 s]*
/proc/loadavg: 0.15 0.11 0.18 11/296 252245
/proc/meminfo: memFree=118910068/131655788 swapFree=131071472/131071996
[pid=252210] ppid=252207 vsize=18975048 memory=67332 CPUtime=0.42 cores=1,3
/proc/252210/stat : 252210 (java) S 252207 252210 252119 0 -1 1077936128 7268 0 0 0 36 6 0 0 20 0 18 0 29935220 19430449152 16833 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
/proc/252210/statm: 4743762 16833 5621 1 0 551479 0
[pid=252210/tid=252212] ppid=252207 vsize=18975048 memory=-9176480521987531452 CPUtime=0.26 cores=1,3
/proc/252210/task/252212/stat : 252212 (java) R 252207 252210 252119 0 -1 4194368 5792 0 0 0 22 4 0 0 20 0 18 0 29935220 19430449152 16833 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
[pid=252210/tid=252221] ppid=252207 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/252210/task/252221/stat : 252221 (Finalizer) S 252207 252210 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 29935229 19430449152 16833 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
[pid=252210/tid=252228] ppid=252207 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/252210/task/252228/stat : 252228 (Common-Cleaner) S 252207 252210 252119 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 29935231 19430449152 16833 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 67332 KiB

[startup+0.700547 s]
/proc/loadavg: 0.15 0.11 0.18 16/313 252262
/proc/meminfo: memFree=118793132/131655788 swapFree=131071472/131071996
[pid=252210] ppid=252207 vsize=18975048 memory=92888 CPUtime=1.09 cores=1,3
/proc/252210/stat : 252210 (java) S 252207 252210 252119 0 -1 1077936128 7852 0 0 0 101 8 0 0 20 0 18 0 29935220 19430449152 23222 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
/proc/252210/statm: 4743762 23222 5829 1 0 551799 0
[pid=252210/tid=252212] ppid=252207 vsize=18975048 memory=70052 CPUtime=0.57 cores=1,3
/proc/252210/task/252212/stat : 252212 (java) R 252207 252210 252119 0 -1 4194368 6094 0 0 0 51 6 0 0 20 0 18 0 29935220 19430449152 23222 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
[pid=252210/tid=252221] ppid=252207 vsize=18975048 memory=11652 CPUtime=0 cores=1,3
/proc/252210/task/252221/stat : 252221 (Finalizer) S 252207 252210 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 29935229 19430449152 23222 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
[pid=252210/tid=252228] ppid=252207 vsize=18975048 memory=2148 CPUtime=0 cores=1,3
/proc/252210/task/252228/stat : 252228 (Common-Cleaner) S 252207 252210 252119 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 29935231 19430449152 23222 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 92888 KiB

[startup+1.50028 s]
/proc/loadavg: 0.15 0.11 0.18 10/293 252276
/proc/meminfo: memFree=118676824/131655788 swapFree=131071472/131071996
[pid=252210] ppid=252207 vsize=19108176 memory=173164 CPUtime=2.62 cores=1,3
/proc/252210/stat : 252210 (java) S 252207 252210 252119 0 -1 1077936128 13937 0 0 0 249 13 0 0 20 0 20 0 29935220 19566772224 43291 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
/proc/252210/statm: 4777044 43291 5887 1 0 554150 0
[pid=252210/tid=252212] ppid=252207 vsize=19108176 memory=11652 CPUtime=1.24 cores=1,3
/proc/252210/task/252212/stat : 252212 (java) R 252207 252210 252119 0 -1 4194368 7199 0 0 0 116 8 0 0 20 0 20 0 29935220 19566772224 43291 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
[pid=252210/tid=252221] ppid=252207 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/252210/task/252221/stat : 252221 (Finalizer) S 252207 252210 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935229 19566772224 43291 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
[pid=252210/tid=252228] ppid=252207 vsize=19108176 memory=33 CPUtime=0 cores=1,3
/proc/252210/task/252228/stat : 252228 (Common-Cleaner) S 252207 252210 252119 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 29935231 19566772224 43291 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
[pid=252210/tid=252276] ppid=252207 vsize=19108176 memory=13560 CPUtime=0 cores=1,3
/proc/252210/task/252276/stat : 252276 (Timer-0) S 252207 252210 252119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935311 19566772224 43291 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
Current children cumulated CPU time: 2.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 173164 KiB

[startup+3.10571 s]
/proc/loadavg: 0.78 0.24 0.23 8/315 252464
/proc/meminfo: memFree=117553708/131655788 swapFree=131071472/131071996
[pid=252210] ppid=252207 vsize=19108176 memory=490736 CPUtime=5.66 cores=1,3
/proc/252210/stat : 252210 (java) S 252207 252210 252119 0 -1 1077936128 20526 0 0 0 544 22 0 0 20 0 20 0 29935220 19566772224 122684 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
/proc/252210/statm: 4777044 122684 5905 1 0 804953 0
[pid=252210/tid=252212] ppid=252207 vsize=19108176 memory=33 CPUtime=2.66 cores=1,3
/proc/252210/task/252212/stat : 252212 (java) R 252207 252210 252119 0 -1 4194368 7752 0 0 0 252 14 0 0 20 0 20 0 29935220 19566772224 122684 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
[pid=252210/tid=252221] ppid=252207 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/252210/task/252221/stat : 252221 (Finalizer) S 252207 252210 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935229 19566772224 122684 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
[pid=252210/tid=252228] ppid=252207 vsize=19108176 memory=11652 CPUtime=0 cores=1,3
/proc/252210/task/252228/stat : 252228 (Common-Cleaner) S 252207 252210 252119 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 20 0 29935231 19566772224 122684 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
[pid=252210/tid=252276] ppid=252207 vsize=19108176 memory=13560 CPUtime=0 cores=1,3
/proc/252210/task/252276/stat : 252276 (Timer-0) S 252207 252210 252119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935311 19566772224 122684 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
Current children cumulated CPU time: 5.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 490736 KiB

[startup+6.30043 s]
/proc/loadavg: 0.78 0.24 0.23 8/319 252468
/proc/meminfo: memFree=114817480/131655788 swapFree=131071472/131071996
[pid=252210] ppid=252207 vsize=19108176 memory=956020 CPUtime=9.09 cores=1,3
/proc/252210/stat : 252210 (java) S 252207 252210 252119 0 -1 1077936128 21254 0 0 0 878 31 0 0 20 0 20 0 29935220 19566772224 239005 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
/proc/252210/statm: 4777044 239005 5905 1 0 936549 0
[pid=252210/tid=252212] ppid=252207 vsize=19108176 memory=0 CPUtime=5.77 cores=1,3
/proc/252210/task/252212/stat : 252212 (java) R 252207 252210 252119 0 -1 4194368 8060 0 0 0 556 21 0 0 20 0 20 0 29935220 19566772224 239005 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
[pid=252210/tid=252221] ppid=252207 vsize=19108176 memory=11652 CPUtime=0 cores=1,3
/proc/252210/task/252221/stat : 252221 (Finalizer) S 252207 252210 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935229 19566772224 239005 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
[pid=252210/tid=252228] ppid=252207 vsize=19108176 memory=490736 CPUtime=0 cores=1,3
/proc/252210/task/252228/stat : 252228 (Common-Cleaner) S 252207 252210 252119 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 20 0 29935231 19566772224 239005 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
[pid=252210/tid=252276] ppid=252207 vsize=19108176 memory=13560 CPUtime=0 cores=1,3
/proc/252210/task/252276/stat : 252276 (Timer-0) S 252207 252210 252119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935311 19566772224 239005 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
Current children cumulated CPU time: 9.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 956020 KiB

[startup+12.7004 s]
/proc/loadavg: 1.04 0.31 0.25 5/319 252470
/proc/meminfo: memFree=111131144/131655788 swapFree=131071472/131071996
[pid=252210] ppid=252207 vsize=19108176 memory=1249960 CPUtime=15.89 cores=1,3
/proc/252210/stat : 252210 (java) S 252207 252210 252119 0 -1 1077936128 22609 0 0 0 1552 37 0 0 20 0 20 0 29935220 19566772224 312490 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
/proc/252210/statm: 4777044 312490 5905 1 0 936561 0
[pid=252210/tid=252212] ppid=252207 vsize=19108176 memory=13560 CPUtime=11.85 cores=1,3
/proc/252210/task/252212/stat : 252212 (java) R 252207 252210 252119 0 -1 4194368 8942 0 0 0 1160 25 0 0 20 0 20 0 29935220 19566772224 312490 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
[pid=252210/tid=252221] ppid=252207 vsize=19108176 memory=1197988 CPUtime=0 cores=1,3
/proc/252210/task/252221/stat : 252221 (Finalizer) S 252207 252210 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935229 19566772224 312490 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
[pid=252210/tid=252228] ppid=252207 vsize=19108176 memory=1197988 CPUtime=0 cores=1,3
/proc/252210/task/252228/stat : 252228 (Common-Cleaner) S 252207 252210 252119 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 20 0 29935231 19566772224 312490 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
[pid=252210/tid=252276] ppid=252207 vsize=19108176 memory=11652 CPUtime=0 cores=1,3
/proc/252210/task/252276/stat : 252276 (Timer-0) S 252207 252210 252119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935311 19566772224 312490 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
Current children cumulated CPU time: 15.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1249960 KiB

[startup+25.5004 s]
/proc/loadavg: 1.84 0.52 0.32 5/319 252471
/proc/meminfo: memFree=105988760/131655788 swapFree=131071472/131071996
[pid=252210] ppid=252207 vsize=19108176 memory=2380636 CPUtime=29.11 cores=1,3
/proc/252210/stat : 252210 (java) S 252207 252210 252119 0 -1 1077936128 29426 0 0 0 2850 61 0 0 20 0 20 0 29935220 19566772224 595159 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
/proc/252210/statm: 4777044 595159 5905 1 0 1199765 0
[pid=252210/tid=252212] ppid=252207 vsize=19108176 memory=13560 CPUtime=24.08 cores=1,3
/proc/252210/task/252212/stat : 252212 (java) R 252207 252210 252119 0 -1 4194368 10664 0 0 0 2362 46 0 0 20 0 20 0 29935220 19566772224 595159 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
[pid=252210/tid=252221] ppid=252207 vsize=19108176 memory=1315984 CPUtime=0 cores=1,3
/proc/252210/task/252221/stat : 252221 (Finalizer) S 252207 252210 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935229 19566772224 595159 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
[pid=252210/tid=252228] ppid=252207 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/252210/task/252228/stat : 252228 (Common-Cleaner) S 252207 252210 252119 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 20 0 29935231 19566772224 595159 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
[pid=252210/tid=252276] ppid=252207 vsize=19108176 memory=1197988 CPUtime=0 cores=1,3
/proc/252210/task/252276/stat : 252276 (Timer-0) S 252207 252210 252119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935311 19566772224 595159 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
Current children cumulated CPU time: 29.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2380636 KiB

[startup+51.1142 s]
/proc/loadavg: 2.72 0.83 0.43 5/319 252477
/proc/meminfo: memFree=105610540/131655788 swapFree=131071472/131071996
[pid=252210] ppid=252207 vsize=19108176 memory=2627612 CPUtime=55.1 cores=1,3
/proc/252210/stat : 252210 (java) S 252207 252210 252119 0 -1 1077936128 37469 0 0 0 5441 69 0 0 20 0 20 0 29935220 19566772224 656903 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
/proc/252210/statm: 4777044 656903 5905 1 0 1199771 0
[pid=252210/tid=252212] ppid=252207 vsize=19108176 memory=13560 CPUtime=49.26 cores=1,3
/proc/252210/task/252212/stat : 252212 (java) R 252207 252210 252119 0 -1 4194368 14272 0 0 0 4876 50 0 0 20 0 20 0 29935220 19566772224 656903 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
[pid=252210/tid=252221] ppid=252207 vsize=19108176 memory=13560 CPUtime=0 cores=1,3
/proc/252210/task/252221/stat : 252221 (Finalizer) S 252207 252210 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935229 19566772224 656903 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
[pid=252210/tid=252228] ppid=252207 vsize=19108176 memory=2381852 CPUtime=0 cores=1,3
/proc/252210/task/252228/stat : 252228 (Common-Cleaner) S 252207 252210 252119 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 20 0 29935231 19566772224 656903 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0

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

/proc/meminfo: memFree=97515400/131655788 swapFree=131071472/131071996
[pid=252210] ppid=252207 vsize=19108176 memory=4144132 CPUtime=3175.14 cores=1,3
/proc/252210/stat : 252210 (java) S 252207 252210 252119 0 -1 1077936128 349262 0 0 0 317172 342 0 0 20 0 20 0 29935220 19566772224 1036033 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
/proc/252210/statm: 4777044 1036033 5933 1 0 1046747 0
[pid=252210/tid=252212] ppid=252207 vsize=19108176 memory=13560 CPUtime=3035.56 cores=1,3
/proc/252210/task/252212/stat : 252212 (java) R 252207 252210 252119 0 -1 4194368 140978 0 0 0 303473 83 0 0 20 0 20 0 29935220 19566772224 1036033 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 39 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
[pid=252210/tid=252221] ppid=252207 vsize=19108176 memory=4144132 CPUtime=0 cores=1,3
/proc/252210/task/252221/stat : 252221 (Finalizer) S 252207 252210 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935229 19566772224 1036033 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
[pid=252210/tid=252228] ppid=252207 vsize=19108176 memory=4144132 CPUtime=0 cores=1,3
/proc/252210/task/252228/stat : 252228 (Common-Cleaner) S 252207 252210 252119 0 -1 1077936192 1769 0 0 0 0 0 0 0 20 0 20 0 29935231 19566772224 1036033 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
[pid=252210/tid=252276] ppid=252207 vsize=19108176 memory=-8673203263628878524 CPUtime=0 cores=1,3
/proc/252210/task/252276/stat : 252276 (Timer-0) S 252207 252210 252119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935311 19566772224 1036033 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
Current children cumulated CPU time: 3175.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4144132 KiB

[startup+3162.3 s]
/proc/loadavg: 4.49 4.55 4.41 5/321 253691
/proc/meminfo: memFree=97514920/131655788 swapFree=131071472/131071996
[pid=252210] ppid=252207 vsize=19108176 memory=4144132 CPUtime=3238.41 cores=1,3
/proc/252210/stat : 252210 (java) S 252207 252210 252119 0 -1 1077936128 355332 0 0 0 323493 348 0 0 20 0 20 0 29935220 19566772224 1036033 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
/proc/252210/statm: 4777044 1036033 5933 1 0 1046747 0
[pid=252210/tid=252212] ppid=252207 vsize=19108176 memory=13560 CPUtime=3094.42 cores=1,3
/proc/252210/task/252212/stat : 252212 (java) R 252207 252210 252119 0 -1 4194368 142723 0 0 0 309359 83 0 0 20 0 20 0 29935220 19566772224 1036033 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 39 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
[pid=252210/tid=252221] ppid=252207 vsize=19108176 memory=4144132 CPUtime=0 cores=1,3
/proc/252210/task/252221/stat : 252221 (Finalizer) S 252207 252210 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935229 19566772224 1036033 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
[pid=252210/tid=252228] ppid=252207 vsize=19108176 memory=4144132 CPUtime=0 cores=1,3
/proc/252210/task/252228/stat : 252228 (Common-Cleaner) S 252207 252210 252119 0 -1 1077936192 1852 0 0 0 0 0 0 0 20 0 20 0 29935231 19566772224 1036033 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
[pid=252210/tid=252276] ppid=252207 vsize=19108176 memory=4144132 CPUtime=0 cores=1,3
/proc/252210/task/252276/stat : 252276 (Timer-0) S 252207 252210 252119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935311 19566772224 1036033 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
Current children cumulated CPU time: 3238.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4144132 KiB

[startup+3222.3 s]
/proc/loadavg: 5.09 4.69 4.47 5/321 253702
/proc/meminfo: memFree=97514628/131655788 swapFree=131071472/131071996
[pid=252210] ppid=252207 vsize=19108176 memory=4144132 CPUtime=3303.77 cores=1,3
/proc/252210/stat : 252210 (java) S 252207 252210 252119 0 -1 1077936128 359259 0 0 0 330022 355 0 0 20 0 20 0 29935220 19566772224 1036033 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
/proc/252210/statm: 4777044 1036033 5933 1 0 1046756 0
[pid=252210/tid=252212] ppid=252207 vsize=19108176 memory=4144132 CPUtime=3153.36 cores=1,3
/proc/252210/task/252212/stat : 252212 (java) R 252207 252210 252119 0 -1 4194368 143912 0 0 0 315253 83 0 0 20 0 20 0 29935220 19566772224 1036033 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 39 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
[pid=252210/tid=252221] ppid=252207 vsize=19108176 memory=13560 CPUtime=0 cores=1,3
/proc/252210/task/252221/stat : 252221 (Finalizer) S 252207 252210 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935229 19566772224 1036033 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
[pid=252210/tid=252228] ppid=252207 vsize=19108176 memory=4144132 CPUtime=0 cores=1,3
/proc/252210/task/252228/stat : 252228 (Common-Cleaner) S 252207 252210 252119 0 -1 1077936192 1852 0 0 0 0 0 0 0 20 0 20 0 29935231 19566772224 1036033 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
[pid=252210/tid=252276] ppid=252207 vsize=19108176 memory=4144132 CPUtime=0 cores=1,3
/proc/252210/task/252276/stat : 252276 (Timer-0) S 252207 252210 252119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935311 19566772224 1036033 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
Current children cumulated CPU time: 3303.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4144132 KiB

[startup+3282.3 s]
/proc/loadavg: 5.01 4.75 4.51 5/321 254231
/proc/meminfo: memFree=103945700/131655788 swapFree=131071472/131071996
[pid=252210] ppid=252207 vsize=19108176 memory=4144140 CPUtime=3364.35 cores=1,3
/proc/252210/stat : 252210 (java) S 252207 252210 252119 0 -1 1077936128 362311 0 0 0 336076 359 0 0 20 0 20 0 29935220 19566772224 1036035 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
/proc/252210/statm: 4777044 1036035 5933 1 0 1046756 0
[pid=252210/tid=252212] ppid=252207 vsize=19108176 memory=4144140 CPUtime=3212.34 cores=1,3
/proc/252210/task/252212/stat : 252212 (java) R 252207 252210 252119 0 -1 4194368 145885 0 0 0 321150 84 0 0 20 0 20 0 29935220 19566772224 1036035 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 40 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
[pid=252210/tid=252221] ppid=252207 vsize=19108176 memory=13560 CPUtime=0 cores=1,3
/proc/252210/task/252221/stat : 252221 (Finalizer) S 252207 252210 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935229 19566772224 1036035 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
[pid=252210/tid=252228] ppid=252207 vsize=19108176 memory=13560 CPUtime=0 cores=1,3
/proc/252210/task/252228/stat : 252228 (Common-Cleaner) S 252207 252210 252119 0 -1 1077936192 1852 0 0 0 0 0 0 0 20 0 20 0 29935231 19566772224 1036035 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
[pid=252210/tid=252276] ppid=252207 vsize=19108176 memory=4144140 CPUtime=0 cores=1,3
/proc/252210/task/252276/stat : 252276 (Timer-0) S 252207 252210 252119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935311 19566772224 1036035 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
Current children cumulated CPU time: 3364.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4144140 KiB

[startup+3342.3 s]
/proc/loadavg: 4.74 4.72 4.51 5/320 254241
/proc/meminfo: memFree=99667712/131655788 swapFree=131071472/131071996
[pid=252210] ppid=252207 vsize=19108176 memory=4144168 CPUtime=3425.05 cores=1,3
/proc/252210/stat : 252210 (java) S 252207 252210 252119 0 -1 1077936128 363202 0 0 0 342143 362 0 0 20 0 20 0 29935220 19566772224 1036042 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
/proc/252210/statm: 4777044 1036042 5933 1 0 1046756 0
[pid=252210/tid=252212] ppid=252207 vsize=19108176 memory=70052 CPUtime=3271.25 cores=1,3
/proc/252210/task/252212/stat : 252212 (java) R 252207 252210 252119 0 -1 4194368 146442 0 0 0 327041 84 0 0 20 0 20 0 29935220 19566772224 1036042 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 40 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
[pid=252210/tid=252221] ppid=252207 vsize=19108176 memory=4144140 CPUtime=0 cores=1,3
/proc/252210/task/252221/stat : 252221 (Finalizer) S 252207 252210 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935229 19566772224 1036042 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
[pid=252210/tid=252228] ppid=252207 vsize=19108176 memory=-8673203263628878524 CPUtime=0 cores=1,3
/proc/252210/task/252228/stat : 252228 (Common-Cleaner) S 252207 252210 252119 0 -1 1077936192 1921 0 0 0 0 0 0 0 20 0 20 0 29935231 19566772224 1036042 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
[pid=252210/tid=252276] ppid=252207 vsize=19108176 memory=4144168 CPUtime=0 cores=1,3
/proc/252210/task/252276/stat : 252276 (Timer-0) S 252207 252210 252119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935311 19566772224 1036042 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
Current children cumulated CPU time: 3425.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4144168 KiB

[startup+3402.3 s]
/proc/loadavg: 4.45 4.64 4.50 6/319 254318
/proc/meminfo: memFree=104202572/131655788 swapFree=131071472/131071996
[pid=252210] ppid=252207 vsize=19108176 memory=4144244 CPUtime=3487.3 cores=1,3
/proc/252210/stat : 252210 (java) S 252207 252210 252119 0 -1 1077936128 367884 0 0 0 348363 367 0 0 20 0 20 0 29935220 19566772224 1036061 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
/proc/252210/statm: 4777044 1036061 5949 1 0 1046756 0
[pid=252210/tid=252212] ppid=252207 vsize=19108176 memory=4144140 CPUtime=3330.32 cores=1,3
/proc/252210/task/252212/stat : 252212 (java) R 252207 252210 252119 0 -1 4194368 148084 0 0 0 332948 84 0 0 20 0 20 0 29935220 19566772224 1036061 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 40 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
[pid=252210/tid=252221] ppid=252207 vsize=19108176 memory=4144168 CPUtime=0 cores=1,3
/proc/252210/task/252221/stat : 252221 (Finalizer) S 252207 252210 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935229 19566772224 1036061 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
[pid=252210/tid=252228] ppid=252207 vsize=19108176 memory=4144140 CPUtime=0 cores=1,3
/proc/252210/task/252228/stat : 252228 (Common-Cleaner) S 252207 252210 252119 0 -1 1077936192 1921 0 0 0 0 0 0 0 20 0 20 0 29935231 19566772224 1036061 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
[pid=252210/tid=252276] ppid=252207 vsize=19108176 memory=4144168 CPUtime=0 cores=1,3
/proc/252210/task/252276/stat : 252276 (Timer-0) S 252207 252210 252119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935311 19566772224 1036061 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
Current children cumulated CPU time: 3487.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4144244 KiB

[startup+3462.3 s]
/proc/loadavg: 4.22 4.53 4.47 6/321 254500
/proc/meminfo: memFree=103125380/131655788 swapFree=131071472/131071996
[pid=252210] ppid=252207 vsize=19108176 memory=4144244 CPUtime=3549.74 cores=1,3
/proc/252210/stat : 252210 (java) S 252207 252210 252119 0 -1 1077936128 373085 0 0 0 354603 371 0 0 20 0 20 0 29935220 19566772224 1036061 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
/proc/252210/statm: 4777044 1036061 5949 1 0 1046756 0
[pid=252210/tid=252212] ppid=252207 vsize=19108176 memory=4144140 CPUtime=3389.15 cores=1,3
/proc/252210/task/252212/stat : 252212 (java) R 252207 252210 252119 0 -1 4194368 149416 0 0 0 338831 84 0 0 20 0 20 0 29935220 19566772224 1036061 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 40 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
[pid=252210/tid=252221] ppid=252207 vsize=19108176 memory=4144244 CPUtime=0 cores=1,3
/proc/252210/task/252221/stat : 252221 (Finalizer) S 252207 252210 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935229 19566772224 1036061 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
[pid=252210/tid=252228] ppid=252207 vsize=19108176 memory=-8673203263628878524 CPUtime=0 cores=1,3
/proc/252210/task/252228/stat : 252228 (Common-Cleaner) S 252207 252210 252119 0 -1 1077936192 2008 0 0 0 0 0 0 0 20 0 20 0 29935231 19566772224 1036061 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
[pid=252210/tid=252276] ppid=252207 vsize=19108176 memory=4144244 CPUtime=0 cores=1,3
/proc/252210/task/252276/stat : 252276 (Timer-0) S 252207 252210 252119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935311 19566772224 1036061 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
Current children cumulated CPU time: 3549.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4144244 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3508.4 s]
/proc/loadavg: 4.16 4.47 4.45 5/321 254506
/proc/meminfo: memFree=102817708/131655788 swapFree=131071472/131071996
[pid=252210] ppid=252207 vsize=19108176 memory=4144256 CPUtime=3600.04 cores=1,3
/proc/252210/stat : 252210 (java) S 252207 252210 252119 0 -1 1077936128 374016 0 0 0 359628 376 0 0 20 0 20 0 29935220 19566772224 1036064 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
/proc/252210/statm: 4777044 1036064 5949 1 0 1046760 0
[pid=252210/tid=252212] ppid=252207 vsize=19108176 memory=4144256 CPUtime=3434.11 cores=1,3
/proc/252210/task/252212/stat : 252212 (java) R 252207 252210 252119 0 -1 4194368 150101 0 0 0 343327 84 0 0 20 0 20 0 29935220 19566772224 1036064 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 42 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
[pid=252210/tid=252221] ppid=252207 vsize=19108176 memory=25928 CPUtime=0 cores=1,3
/proc/252210/task/252221/stat : 252221 (Finalizer) S 252207 252210 252119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935229 19566772224 1036064 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
[pid=252210/tid=252228] ppid=252207 vsize=19108176 memory=-8673203263628878524 CPUtime=0 cores=1,3
/proc/252210/task/252228/stat : 252228 (Common-Cleaner) S 252207 252210 252119 0 -1 1077936192 2008 0 0 0 0 0 0 0 20 0 20 0 29935231 19566772224 1036064 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
[pid=252210/tid=252276] ppid=252207 vsize=19108176 memory=35724 CPUtime=0 cores=1,3
/proc/252210/task/252276/stat : 252276 (Timer-0) S 252207 252210 252119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935311 19566772224 1036064 134679101440 94171957919744 94171957923440 140731053365440 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94171957931256 94171957932048 94171979653120 140731053368303 140731053368416 140731053368416 140731053375432 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4144256 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.44 s, system=3.78291 s

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

Child status: 143

Real time (s): 3508.5
CPU time (s): 3600.22
CPU user time (s): 3596.44
CPU system time (s): 3.78291
CPU usage (%): 102.614
Max. virtual memory (cumulated for all children) (KiB): 19108736
Max. memory (cumulated for all children) (KiB): 4757968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.44
system time used= 3.78291
maximum resident set size= 4757968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 375527
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 124540
involuntary context switches= 11161


# summary of solver processes directly reported to runsolver:
#   pid: 252210
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3596.44
#   total CPU system time (s): 3.78291

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.024 second user time and 36.234 second system time

The end

Launcher Data

Begin job on nodeC004 at 2024-07-25 22:31:03
IDJOB=4459773
IDBENCH=148554
IDSOLVER=3046
FILE ID=nodeC004/4459773-1721939463
RUNJOBID= nodeC004-1721939462-252131
SLURM_JOB_ID= 8247258
Free space on /tmp= 723780 MiB

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

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

MD5SUM BENCH= a8db507b9a19068579e2e54aa556294a
RANDOM SEED=1195961217

nodeC004.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	: 0xb00001f
cpu MHz		: 1197.279
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6984.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.294
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.280
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6984.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.284
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.401
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6984.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.282
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.319
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6984.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.281
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        118998144 kB
MemAvailable:   129808408 kB
Buffers:          337228 kB
Cached:         11260236 kB
SwapCached:           60 kB
Active:          2745044 kB
Inactive:        9265580 kB
Active(anon):       1364 kB
Inactive(anon):   465332 kB
Active(file):    2743680 kB
Inactive(file):  8800248 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071472 kB
Dirty:              2748 kB
Writeback:             0 kB
AnonPages:        410624 kB
Mapped:           134740 kB
Shmem:             53860 kB
KReclaimable:     213068 kB
Slab:             325788 kB
SReclaimable:     213068 kB
SUnreclaim:       112720 kB
KernelStack:        4396 kB
PageTables:        10416 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    5103056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            20128 kB
HardwareCorrupted:     0 kB
AnonHugePages:    225280 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:      392008 kB
DirectMap2M:    50892800 kB
DirectMap1G:    84934656 kB

Free space on /tmp at the end= 723776 MiB
End job on nodeC004 at 2024-07-25 23:29:31