Trace number 4427424

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)207 3600.2 3539.09

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_19.opb.PB06.opb
MD5SUM8940813d27fb075f4739eb458e093f9a
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark176
Best CPU time to get the best result obtained on this benchmark3558.01
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables467
Total number of constraints466
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 constraints466
Minimum length of a constraint3
Maximum length of a constraint15
Number of terms in the objective function 467
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 467
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 467
Number of bits of the biggest sum of numbers9
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2106806208
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.15	 - never skip resolution steps
0.12/0.15	 - Auto-division on coefficients is disabled
0.12/0.15	 - No postprocessing
0.12/0.15	 - Conflict is considered as is when resolving
0.12/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.12/0.15	 - Weaken first using unassigned literals
0.12/0.15	 - Bump strategy: ALWAYS_ONE
0.12/0.15	 - Bumper: ASSIGNED
0.12/0.15	--- Begin Solver configuration ---
0.12/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.12/0.15	Learn all clauses as in MiniSAT
0.12/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.15	No reason simplification
0.12/0.15	Armin Biere (Picosat) restarts strategy
0.12/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.12/0.15	timeout=2147483s
0.12/0.15	DB Simplification allowed=false
0.12/0.15	Listener: none
0.12/0.15	--- End Solver configuration ---
0.12/0.16	c Pseudo Boolean Optimization by upper bound
0.12/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.16	c  - never skip resolution steps
0.12/0.16	c  - Auto-division on coefficients is disabled
0.12/0.16	c  - No postprocessing
0.12/0.16	c  - Conflict is considered as is when resolving
0.12/0.16	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.12/0.16	c  - Weaken first using unassigned literals
0.12/0.16	c  - Bump strategy: ALWAYS_ONE
0.12/0.16	c  - Bumper: ASSIGNED
0.12/0.16	c --- Begin Solver configuration ---
0.12/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.12/0.16	c Learn all clauses as in MiniSAT
0.12/0.16	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.16	c No reason simplification
0.12/0.16	c Armin Biere (Picosat) restarts strategy
0.12/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.12/0.16	c timeout=2147483s
0.12/0.16	c DB Simplification allowed=false
0.12/0.16	c Listener: none
0.12/0.16	c --- End Solver configuration ---
0.12/0.16	c solving HOME/instance-4427424-1720994537.opb
0.12/0.16	c reading problem ... 
0.12/0.16	c  objective function found
0.31/0.22	c ... done. Wall clock time 0.056s.
0.31/0.22	c declared #vars     467
0.31/0.22	c #constraints  466
0.31/0.22	c constraints type 
0.31/0.22	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 466
0.31/0.22	c 466 constraints processed.
0.31/0.23	c objective function length is 467 literals
0.31/0.23	c SATISFIABLE
0.31/0.23	c OPTIMIZING...
0.31/0.23	c Got one! Elapsed wall clock time (in seconds):0.077
0.31/0.23	o 223
0.51/0.32	c Got one! Elapsed wall clock time (in seconds):0.166
0.51/0.32	o 222
1.08/0.62	c Got one! Elapsed wall clock time (in seconds):0.459
1.08/0.62	o 221
1.67/0.92	c Got one! Elapsed wall clock time (in seconds):0.754
1.67/0.92	o 220
4.91/2.68	c Got one! Elapsed wall clock time (in seconds):2.528
4.91/2.68	o 219
7.66/4.98	c Got one! Elapsed wall clock time (in seconds):4.821
7.66/4.98	o 218
9.30/6.52	c Got one! Elapsed wall clock time (in seconds):6.366
9.30/6.52	o 217
22.05/19.01	c Got one! Elapsed wall clock time (in seconds):18.853
22.05/19.01	o 216
31.41/28.30	c Got one! Elapsed wall clock time (in seconds):28.147
31.41/28.30	o 215
47.64/44.22	c cleaning 3800 clauses out of 7604 with flag 0/7604
53.95/50.49	c Got one! Elapsed wall clock time (in seconds):50.332
53.95/50.49	o 214
64.30/60.69	c Got one! Elapsed wall clock time (in seconds):60.533
64.30/60.69	o 213
82.71/78.88	c cleaning 4933 clauses out of 9866 with flag 0/13666
83.04/79.18	c Got one! Elapsed wall clock time (in seconds):79.023
83.04/79.18	o 212
92.72/88.69	c Got one! Elapsed wall clock time (in seconds):88.53
92.72/88.69	o 211
110.29/106.00	c cleaning 5467 clauses out of 10934 with flag 0/19667
134.78/130.08	c cleaning 5714 clauses out of 11467 with flag 0/25667
135.37/130.61	c Got one! Elapsed wall clock time (in seconds):130.458
135.37/130.61	o 210
153.29/148.14	c cleaning 5357 clauses out of 11222 with flag 0/31136
167.15/161.77	c Got one! Elapsed wall clock time (in seconds):161.618
167.15/161.77	o 209
205.36/199.55	c cleaning 8109 clauses out of 16220 with flag 0/41491
240.73/234.69	c cleaning 5107 clauses out of 14111 with flag 0/47491
268.50/262.09	c cleaning 5746 clauses out of 16003 with flag 0/54490
299.27/292.30	c cleaning 6368 clauses out of 18256 with flag 0/62489
433.87/426.43	c cleaning 7716 clauses out of 20888 with flag 0/71489
492.16/483.97	c cleaning 8292 clauses out of 23172 with flag 0/81489
564.50/555.48	c cleaning 8722 clauses out of 25880 with flag 0/92489
597.20/587.76	c Got one! Elapsed wall clock time (in seconds):587.609
597.20/587.76	o 208
628.49/618.53	c cleaning 9065 clauses out of 28510 with flag 0/103841
674.86/664.58	c cleaning 5020 clauses out of 25442 with flag 0/109838
718.47/707.72	c cleaning 5756 clauses out of 27423 with flag 0/116839
754.23/742.97	c cleaning 6341 clauses out of 29666 with flag 0/124838
808.86/796.57	c cleaning 6931 clauses out of 32326 with flag 0/133839
879.46/866.85	c cleaning 7725 clauses out of 35394 with flag 0/143838
934.34/921.19	c cleaning 8837 clauses out of 38669 with flag 0/154838
1058.29/1044.43	c cleaning 8937 clauses out of 41832 with flag 0/166838
1140.61/1125.72	c cleaning 10418 clauses out of 45898 with flag 0/179841
1215.83/1199.79	c Got one! Elapsed wall clock time (in seconds):1199.633
1215.83/1199.79	o 207
1302.35/1285.69	c cleaning 14193 clauses out of 51918 with flag 0/196279
1329.76/1312.61	c cleaning 4993 clauses out of 43725 with flag 0/202279
1414.95/1397.46	c cleaning 6235 clauses out of 45731 with flag 0/209278
1475.59/1456.98	c cleaning 6990 clauses out of 47496 with flag 0/217278
1590.38/1571.29	c cleaning 7154 clauses out of 49507 with flag 0/226279
1666.55/1646.10	c cleaning 8236 clauses out of 52355 with flag 0/236281
1754.56/1733.87	c cleaning 8657 clauses out of 55116 with flag 0/247278
1848.90/1826.07	c cleaning 9427 clauses out of 58461 with flag 0/259280
1927.77/1903.39	c cleaning 10226 clauses out of 62032 with flag 0/272278
2047.61/2021.21	c cleaning 11155 clauses out of 65807 with flag 0/286279
2171.88/2143.55	c cleaning 11771 clauses out of 69653 with flag 0/301280
2397.36/2367.22	c cleaning 12995 clauses out of 73881 with flag 0/317279
2687.68/2654.01	c cleaning 13666 clauses out of 77885 with flag 0/334278
2820.94/2784.19	c cleaning 14654 clauses out of 82220 with flag 0/352279
3057.93/3015.85	c cleaning 15017 clauses out of 86565 with flag 0/371278
3365.46/3313.45	c cleaning 16519 clauses out of 91548 with flag 0/391278
3559.84/3500.01	c cleaning 17296 clauses out of 96029 with flag 0/412278
3600.03/3539.01	c starts		: 166
3600.03/3539.02	c conflicts		: 419782
3600.03/3539.02	c decisions		: 956271
3600.03/3539.02	c propagations		: 7885972
3600.03/3539.02	c inspects		: 1529392362
3600.03/3539.02	c shortcuts		: 0
3600.03/3539.02	c learnt literals	: 0
3600.03/3539.02	c learnt binary clauses	: 0
3600.03/3539.02	c learnt ternary clauses	: 0
3600.03/3539.02	c learnt constraints	: 419782
3600.03/3539.02	c ignored constraints	: 0
3600.03/3539.02	c root simplifications	: 0
3600.03/3539.02	c removed literals (reason simplification)	: 0
3600.03/3539.02	c reason swapping (by a shorter reason)	: 0
3600.03/3539.02	c Calls to reduceDB	: 38
3600.03/3539.02	c Number of update (reduction) of LBD	: 0
3600.03/3539.02	c Imported unit clauses	: 0
3600.03/3539.02	c No decision after first conflict	: false
3600.03/3539.02	c number of reductions to clauses (during analyze)	: 0
3600.03/3539.02	c number of learned constraints concerned by reduction	: 0
3600.03/3539.02	c number of learning phase by resolution	: 0
3600.03/3539.02	c number of learning phase by cutting planes	: 0
3600.03/3539.02	c number of rounding to 1 operations	: 2524764
3600.03/3539.02	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3539.02	c number of reductions of the coefficients by power 2 	: 0
3600.03/3539.02	c number of right shift for reduction by power 2 	: 0
3600.03/3539.02	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3539.02	c number of ending skipping 	: 0
3600.03/3539.02	c number of internal skipping 	: 0
3600.03/3539.02	c number of derivation steps 	: 2234643
3600.03/3539.02	c number of skipped derivation steps 	: 0
3600.03/3539.02	c number of remaining unassigned 	: 1049861
3600.03/3539.02	c number of remaining assigned 	: 213817034
3600.03/3539.02	c number of falsified literals weakened from reason	: 0
3600.03/3539.02	c number of falsified literals weakened from conflict	: 0
3600.03/3539.02	c time for arithmetic operations	: 19944523713
3600.03/3539.02	c minimum degree of deleted constraints	: 4
3600.03/3539.02	c maximum degree of deleted constraints	: 1159317398
3600.03/3539.02	c number of deleted constraints	: 333545
3600.03/3539.02	c speed (assignments/second)	: 2228.4342551631275
3600.03/3539.02	c non guided choices	: 2
3600.03/3539.07	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 62730
3600.03/3539.07	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1387
3600.03/3539.07	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 22120
3600.03/3539.07	s SATISFIABLE
3600.03/3539.07	c Found 17 solution(s)
3600.03/3539.07	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 
3600.03/3539.07	c objective function=207
3600.03/3539.07	c Total wall clock time (in seconds): 3538.92

Verifier Data

OK	207

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427424-1720994537/watcher-4427424-1720994537 -o /tmp/evaluation-result-4427424-1720994537/solver-4427424-1720994537 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1720994549-769276 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427424-1720994537.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=769336, runsolver pid=769323

[startup+0.103365 s]*
/proc/loadavg: 0.13 0.11 0.09 14/327 769409
/proc/meminfo: memFree=126885976/131524600 swapFree=131071996/131071996
[pid=769336] ppid=769323 vsize=18975048 memory=63436 CPUtime=0.12 cores=0,2
/proc/769336/stat : 769336 (java) S 769323 769336 769266 0 -1 1077936128 7233 0 0 0 10 2 0 0 20 0 18 0 151623399 19430449152 15859 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
/proc/769336/statm: 4743762 15859 5749 1 0 549317 0
[pid=769336/tid=769343] ppid=769323 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/769336/task/769343/stat : 769343 (java) R 769323 769336 769266 0 -1 1077936192 5762 0 0 0 7 1 0 0 20 0 18 0 151623399 19430449152 15859 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 151623400 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
[pid=769336/tid=769377] ppid=769323 vsize=18975048 memory=228556276070 CPUtime=0 cores=0,2
/proc/769336/task/769377/stat : 769377 (Finalizer) S 769323 769336 769266 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151623402 19430449152 15859 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
[pid=769336/tid=769409] ppid=769323 vsize=18975048 memory=15817789847927870 CPUtime=0 cores=0,2
/proc/769336/task/769409/stat : 769409 (Common-Cleaner) S 769323 769336 769266 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151623403 19430449152 15859 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63436 KiB

[startup+0.206908 s]*
/proc/loadavg: 0.13 0.11 0.09 15/327 769409
/proc/meminfo: memFree=126834940/131524600 swapFree=131071996/131071996
[pid=769336] ppid=769323 vsize=18975048 memory=71896 CPUtime=0.31 cores=0,2
/proc/769336/stat : 769336 (java) S 769323 769336 769266 0 -1 1077936128 7815 0 0 0 29 2 0 0 20 0 18 0 151623399 19430449152 17974 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
/proc/769336/statm: 4743762 17974 5836 1 0 549687 0
[pid=769336/tid=769343] ppid=769323 vsize=18975048 memory=664970851429515395 CPUtime=0.17 cores=0,2
/proc/769336/task/769343/stat : 769343 (java) S 769323 769336 769266 0 -1 1077936192 6062 0 0 0 16 1 0 0 20 0 18 0 151623399 19430449152 17974 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 151623400 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
[pid=769336/tid=769377] ppid=769323 vsize=18975048 memory=17963 CPUtime=0 cores=0,2
/proc/769336/task/769377/stat : 769377 (Finalizer) S 769323 769336 769266 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151623402 19430449152 17974 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
[pid=769336/tid=769409] ppid=769323 vsize=18975048 memory=14697378909259238 CPUtime=0 cores=0,2
/proc/769336/task/769409/stat : 769409 (Common-Cleaner) S 769323 769336 769266 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151623403 19430449152 17974 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 71896 KiB

[startup+0.307063 s]*
/proc/loadavg: 0.13 0.11 0.09 19/330 769412
/proc/meminfo: memFree=126687796/131524600 swapFree=131071996/131071996
[pid=769336] ppid=769323 vsize=19041612 memory=85744 CPUtime=0.51 cores=0,2
/proc/769336/stat : 769336 (java) S 769323 769336 769266 0 -1 1077936128 8204 0 0 0 48 3 0 0 20 0 19 0 151623399 19498610688 21436 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
/proc/769336/statm: 4760403 21436 5874 1 0 550129 0
[pid=769336/tid=769343] ppid=769323 vsize=19041612 memory=-8960869560233665212 CPUtime=0.27 cores=0,2
/proc/769336/task/769343/stat : 769343 (java) R 769323 769336 769266 0 -1 4194368 6203 0 0 0 25 2 0 0 20 0 19 0 151623399 19498610688 21436 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 151623400 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
[pid=769336/tid=769377] ppid=769323 vsize=19041612 memory=1468803969481410393 CPUtime=0 cores=0,2
/proc/769336/task/769377/stat : 769377 (Finalizer) S 769323 769336 769266 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151623402 19498610688 21436 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
[pid=769336/tid=769409] ppid=769323 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/769336/task/769409/stat : 769409 (Common-Cleaner) S 769323 769336 769266 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151623403 19498610688 21436 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
[pid=769336/tid=769410] ppid=769323 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/769336/task/769410/stat : 769410 (Timer-0) S 769323 769336 769266 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 151623422 19498610688 21436 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 85744 KiB

[startup+0.700243 s]
/proc/loadavg: 0.13 0.11 0.09 13/331 769413
/proc/meminfo: memFree=126525612/131524600 swapFree=131071996/131071996
[pid=769336] ppid=769323 vsize=19108176 memory=178204 CPUtime=1.26 cores=0,2
/proc/769336/stat : 769336 (java) S 769323 769336 769266 0 -1 1077936128 14789 0 0 0 121 5 0 0 20 0 20 0 151623399 19566772224 44551 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
/proc/769336/statm: 4777044 44551 5889 1 0 554442 0
[pid=769336/tid=769343] ppid=769323 vsize=19108176 memory=12312 CPUtime=0.61 cores=0,2
/proc/769336/task/769343/stat : 769343 (java) R 769323 769336 769266 0 -1 4194368 6257 0 0 0 57 4 0 0 20 0 20 0 151623399 19566772224 44551 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 151623400 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
[pid=769336/tid=769377] ppid=769323 vsize=19108176 memory=12312 CPUtime=0 cores=0,2
/proc/769336/task/769377/stat : 769377 (Finalizer) S 769323 769336 769266 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151623402 19566772224 44551 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
[pid=769336/tid=769409] ppid=769323 vsize=19108176 memory=279615256196064 CPUtime=0 cores=0,2
/proc/769336/task/769409/stat : 769409 (Common-Cleaner) S 769323 769336 769266 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151623403 19566772224 44551 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
[pid=769336/tid=769410] ppid=769323 vsize=19108176 memory=5568 CPUtime=0 cores=0,2
/proc/769336/task/769410/stat : 769410 (Timer-0) S 769323 769336 769266 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151623422 19566772224 44551 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 178204 KiB

[startup+1.50106 s]
/proc/loadavg: 0.13 0.11 0.09 14/335 769417
/proc/meminfo: memFree=126440604/131524600 swapFree=131071996/131071996
[pid=769336] ppid=769323 vsize=19108176 memory=243836 CPUtime=2.83 cores=0,2
/proc/769336/stat : 769336 (java) S 769323 769336 769266 0 -1 1077936128 20803 0 0 0 276 7 0 0 20 0 20 0 151623399 19566772224 60959 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
/proc/769336/statm: 4777044 60959 5889 1 0 554758 0
[pid=769336/tid=769343] ppid=769323 vsize=19108176 memory=12312 CPUtime=1.35 cores=0,2
/proc/769336/task/769343/stat : 769343 (java) R 769323 769336 769266 0 -1 4194368 6588 0 0 0 131 4 0 0 20 0 20 0 151623399 19566772224 60959 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 151623400 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
[pid=769336/tid=769377] ppid=769323 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/769336/task/769377/stat : 769377 (Finalizer) S 769323 769336 769266 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151623402 19566772224 60959 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
[pid=769336/tid=769409] ppid=769323 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/769336/task/769409/stat : 769409 (Common-Cleaner) S 769323 769336 769266 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151623403 19566772224 60959 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
[pid=769336/tid=769410] ppid=769323 vsize=19108176 memory=65 CPUtime=0 cores=0,2
/proc/769336/task/769410/stat : 769410 (Timer-0) S 769323 769336 769266 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151623422 19566772224 60959 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 243836 KiB

[startup+3.10706 s]
/proc/loadavg: 0.13 0.11 0.09 11/335 769417
/proc/meminfo: memFree=125466744/131524600 swapFree=131071996/131071996
[pid=769336] ppid=769323 vsize=19108176 memory=649276 CPUtime=5.67 cores=0,2
/proc/769336/stat : 769336 (java) S 769323 769336 769266 0 -1 1077936128 25029 0 0 0 551 16 0 0 20 0 20 0 151623399 19566772224 162319 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
/proc/769336/statm: 4777044 162319 5905 1 0 679040 0
[pid=769336/tid=769343] ppid=769323 vsize=19108176 memory=0 CPUtime=2.88 cores=0,2
/proc/769336/task/769343/stat : 769343 (java) R 769323 769336 769266 0 -1 4194368 7607 0 0 0 276 12 0 0 20 0 20 0 151623399 19566772224 162319 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 151623400 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
[pid=769336/tid=769377] ppid=769323 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/769336/task/769377/stat : 769377 (Finalizer) S 769323 769336 769266 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151623402 19566772224 162319 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
[pid=769336/tid=769409] ppid=769323 vsize=19108176 memory=346416 CPUtime=0 cores=0,2
/proc/769336/task/769409/stat : 769409 (Common-Cleaner) S 769323 769336 769266 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151623403 19566772224 162319 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
[pid=769336/tid=769410] ppid=769323 vsize=19108176 memory=12312 CPUtime=0 cores=0,2
/proc/769336/task/769410/stat : 769410 (Timer-0) S 769323 769336 769266 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151623422 19566772224 162319 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
Current children cumulated CPU time: 5.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 649276 KiB

[startup+6.30106 s]
/proc/loadavg: 0.44 0.18 0.11 9/335 769417
/proc/meminfo: memFree=125088028/131524600 swapFree=131071996/131071996
[pid=769336] ppid=769323 vsize=19108176 memory=838408 CPUtime=9.1 cores=0,2
/proc/769336/stat : 769336 (java) S 769323 769336 769266 0 -1 1077936128 25402 0 0 0 890 20 0 0 20 0 20 0 151623399 19566772224 209602 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
/proc/769336/statm: 4777044 209602 5905 1 0 679045 0
[pid=769336/tid=769343] ppid=769323 vsize=19108176 memory=0 CPUtime=6 cores=0,2
/proc/769336/task/769343/stat : 769343 (java) R 769323 769336 769266 0 -1 4194368 7874 0 0 0 584 16 0 0 20 0 20 0 151623399 19566772224 209602 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 151623400 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
[pid=769336/tid=769377] ppid=769323 vsize=19108176 memory=6226623869968275283 CPUtime=0 cores=0,2
/proc/769336/task/769377/stat : 769377 (Finalizer) S 769323 769336 769266 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151623402 19566772224 209602 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
[pid=769336/tid=769409] ppid=769323 vsize=19108176 memory=8326441112149131695 CPUtime=0 cores=0,2
/proc/769336/task/769409/stat : 769409 (Common-Cleaner) S 769323 769336 769266 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151623403 19566772224 209602 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
[pid=769336/tid=769410] ppid=769323 vsize=19108176 memory=5492 CPUtime=0 cores=0,2
/proc/769336/task/769410/stat : 769410 (Timer-0) S 769323 769336 769266 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151623422 19566772224 209602 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
Current children cumulated CPU time: 9.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 838408 KiB

[startup+12.7011 s]
/proc/loadavg: 0.72 0.24 0.13 9/335 769419
/proc/meminfo: memFree=124456300/131524600 swapFree=131071996/131071996
[pid=769336] ppid=769323 vsize=19108176 memory=959464 CPUtime=15.73 cores=0,2
/proc/769336/stat : 769336 (java) S 769323 769336 769266 0 -1 1077936128 27137 0 0 0 1548 25 0 0 20 0 20 0 151623399 19566772224 239866 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
/proc/769336/statm: 4777044 239866 5905 1 0 679046 0
[pid=769336/tid=769343] ppid=769323 vsize=19108176 memory=959316 CPUtime=12.22 cores=0,2
/proc/769336/task/769343/stat : 769343 (java) R 769323 769336 769266 0 -1 4194368 9010 0 0 0 1205 17 0 0 20 0 20 0 151623399 19566772224 239866 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 151623400 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
[pid=769336/tid=769377] ppid=769323 vsize=19108176 memory=38140 CPUtime=0 cores=0,2
/proc/769336/task/769377/stat : 769377 (Finalizer) S 769323 769336 769266 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151623402 19566772224 239866 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
[pid=769336/tid=769409] ppid=769323 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/769336/task/769409/stat : 769409 (Common-Cleaner) S 769323 769336 769266 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151623403 19566772224 239866 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
[pid=769336/tid=769410] ppid=769323 vsize=19108176 memory=838408 CPUtime=0 cores=0,2
/proc/769336/task/769410/stat : 769410 (Timer-0) S 769323 769336 769266 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151623422 19566772224 239866 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
Current children cumulated CPU time: 15.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 959464 KiB

[startup+25.5011 s]
/proc/loadavg: 1.45 0.43 0.20 8/335 769420
/proc/meminfo: memFree=122468124/131524600 swapFree=131071996/131071996
[pid=769336] ppid=769323 vsize=19108176 memory=1486136 CPUtime=28.63 cores=0,2
/proc/769336/stat : 769336 (java) S 769323 769336 769266 0 -1 1077936128 33914 0 0 0 2827 36 0 0 20 0 20 0 151623399 19566772224 371534 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
/proc/769336/statm: 4777044 371534 5905 1 0 679049 0
[pid=769336/tid=769343] ppid=769323 vsize=19108176 memory=959316 CPUtime=24.67 cores=0,2
/proc/769336/task/769343/stat : 769343 (java) R 769323 769336 769266 0 -1 4194368 11450 0 0 0 2442 25 0 0 20 0 20 0 151623399 19566772224 371534 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 151623400 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
[pid=769336/tid=769377] ppid=769323 vsize=19108176 memory=1467696 CPUtime=0 cores=0,2
/proc/769336/task/769377/stat : 769377 (Finalizer) S 769323 769336 769266 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151623402 19566772224 371534 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
[pid=769336/tid=769409] ppid=769323 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/769336/task/769409/stat : 769409 (Common-Cleaner) S 769323 769336 769266 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151623403 19566772224 371534 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
[pid=769336/tid=769410] ppid=769323 vsize=19108176 memory=838408 CPUtime=0 cores=0,2
/proc/769336/task/769410/stat : 769410 (Timer-0) S 769323 769336 769266 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151623422 19566772224 371534 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
Current children cumulated CPU time: 28.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1486136 KiB

[startup+51.107 s]
/proc/loadavg: 2.44 0.75 0.31 8/335 769425
/proc/meminfo: memFree=120769208/131524600 swapFree=131071996/131071996
[pid=769336] ppid=769323 vsize=19108176 memory=1754824 CPUtime=54.65 cores=0,2
/proc/769336/stat : 769336 (java) S 769323 769336 769266 0 -1 1077936128 43088 0 0 0 5421 44 0 0 20 0 20 0 151623399 19566772224 438706 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
/proc/769336/statm: 4777044 438706 5920 1 0 679098 0
[pid=769336/tid=769343] ppid=769323 vsize=19108176 memory=1754824 CPUtime=49.81 cores=0,2
/proc/769336/task/769343/stat : 769343 (java) R 769323 769336 769266 0 -1 4194368 15333 0 0 0 4953 28 0 0 20 0 20 0 151623399 19566772224 438706 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 151623400 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0

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

/proc/meminfo: memFree=115244092/131524600 swapFree=131071996/131071996
[pid=769336] ppid=769323 vsize=19108176 memory=3203812 CPUtime=3207.46 cores=0,2
/proc/769336/stat : 769336 (java) S 769323 769336 769266 0 -1 1077936128 366043 0 0 0 320508 238 0 0 20 0 20 0 151623399 19566772224 800953 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
/proc/769336/statm: 4777044 800953 5957 1 0 811297 0
[pid=769336/tid=769343] ppid=769323 vsize=19108176 memory=3203800 CPUtime=3107.87 cores=0,2
/proc/769336/task/769343/stat : 769343 (java) R 769323 769336 769266 0 -1 4194368 126933 0 0 0 310721 66 0 0 20 0 20 0 151623399 19566772224 800953 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 151623410 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
[pid=769336/tid=769377] ppid=769323 vsize=19108176 memory=3203804 CPUtime=0 cores=0,2
/proc/769336/task/769377/stat : 769377 (Finalizer) S 769323 769336 769266 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151623402 19566772224 800953 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
[pid=769336/tid=769409] ppid=769323 vsize=19108176 memory=12316 CPUtime=0 cores=0,2
/proc/769336/task/769409/stat : 769409 (Common-Cleaner) S 769323 769336 769266 0 -1 1077936192 2516 0 0 0 0 0 0 0 20 0 20 0 151623403 19566772224 800953 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
[pid=769336/tid=769410] ppid=769323 vsize=19108176 memory=3203812 CPUtime=0 cores=0,2
/proc/769336/task/769410/stat : 769410 (Timer-0) S 769323 769336 769266 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151623422 19566772224 800953 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
Current children cumulated CPU time: 3207.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3203812 KiB

[startup+3222.3 s]
/proc/loadavg: 4.44 4.33 4.17 9/337 771526
/proc/meminfo: memFree=115240692/131524600 swapFree=131071996/131071996
[pid=769336] ppid=769323 vsize=19108176 memory=3203812 CPUtime=3270.13 cores=0,2
/proc/769336/stat : 769336 (java) S 769323 769336 769266 0 -1 1077936128 367182 0 0 0 326772 241 0 0 20 0 20 0 151623399 19566772224 800953 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
/proc/769336/statm: 4777044 800953 5957 1 0 811297 0
[pid=769336/tid=769343] ppid=769323 vsize=19108176 memory=3203812 CPUtime=3166.88 cores=0,2
/proc/769336/task/769343/stat : 769343 (java) R 769323 769336 769266 0 -1 4194368 127742 0 0 0 316621 67 0 0 20 0 20 0 151623399 19566772224 800953 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 151623410 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
[pid=769336/tid=769377] ppid=769323 vsize=19108176 memory=3203800 CPUtime=0 cores=0,2
/proc/769336/task/769377/stat : 769377 (Finalizer) S 769323 769336 769266 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151623402 19566772224 800953 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
[pid=769336/tid=769409] ppid=769323 vsize=19108176 memory=3203812 CPUtime=0 cores=0,2
/proc/769336/task/769409/stat : 769409 (Common-Cleaner) S 769323 769336 769266 0 -1 1077936192 2569 0 0 0 0 0 0 0 20 0 20 0 151623403 19566772224 800953 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
[pid=769336/tid=769410] ppid=769323 vsize=19108176 memory=15844 CPUtime=0 cores=0,2
/proc/769336/task/769410/stat : 769410 (Timer-0) S 769323 769336 769266 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151623422 19566772224 800953 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
Current children cumulated CPU time: 3270.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3203812 KiB

[startup+3282.3 s]
/proc/loadavg: 4.26 4.30 4.17 9/334 771536
/proc/meminfo: memFree=115240224/131524600 swapFree=131071996/131071996
[pid=769336] ppid=769323 vsize=19108176 memory=3203812 CPUtime=3332.8 cores=0,2
/proc/769336/stat : 769336 (java) S 769323 769336 769266 0 -1 1077936128 379511 0 0 0 333035 245 0 0 20 0 20 0 151623399 19566772224 800953 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
/proc/769336/statm: 4777044 800953 5957 1 0 811297 0
[pid=769336/tid=769343] ppid=769323 vsize=19108176 memory=3203812 CPUtime=3225.82 cores=0,2
/proc/769336/task/769343/stat : 769343 (java) R 769323 769336 769266 0 -1 4194368 131267 0 0 0 322515 67 0 0 20 0 20 0 151623399 19566772224 800953 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 151623410 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
[pid=769336/tid=769377] ppid=769323 vsize=19108176 memory=3203812 CPUtime=0 cores=0,2
/proc/769336/task/769377/stat : 769377 (Finalizer) S 769323 769336 769266 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151623402 19566772224 800953 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
[pid=769336/tid=769409] ppid=769323 vsize=19108176 memory=3203812 CPUtime=0 cores=0,2
/proc/769336/task/769409/stat : 769409 (Common-Cleaner) S 769323 769336 769266 0 -1 1077936192 2570 0 0 0 0 0 0 0 20 0 20 0 151623403 19566772224 800953 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
[pid=769336/tid=769410] ppid=769323 vsize=19108176 memory=3203812 CPUtime=0 cores=0,2
/proc/769336/task/769410/stat : 769410 (Timer-0) S 769323 769336 769266 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151623422 19566772224 800953 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
Current children cumulated CPU time: 3332.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3203812 KiB

[startup+3342.3 s]
/proc/loadavg: 4.22 4.27 4.17 8/334 771547
/proc/meminfo: memFree=115239144/131524600 swapFree=131071996/131071996
[pid=769336] ppid=769323 vsize=19108176 memory=3204432 CPUtime=3395.58 cores=0,2
/proc/769336/stat : 769336 (java) S 769323 769336 769266 0 -1 1077936128 383068 0 0 0 339307 251 0 0 20 0 20 0 151623399 19566772224 801108 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
/proc/769336/statm: 4777044 801108 5957 1 0 811422 0
[pid=769336/tid=769343] ppid=769323 vsize=19108176 memory=0 CPUtime=3284.79 cores=0,2
/proc/769336/task/769343/stat : 769343 (java) R 769323 769336 769266 0 -1 4194368 133679 0 0 0 328410 69 0 0 20 0 20 0 151623399 19566772224 801108 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 151623410 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
[pid=769336/tid=769377] ppid=769323 vsize=19108176 memory=3204224 CPUtime=0 cores=0,2
/proc/769336/task/769377/stat : 769377 (Finalizer) S 769323 769336 769266 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151623402 19566772224 801108 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
[pid=769336/tid=769409] ppid=769323 vsize=19108176 memory=3204224 CPUtime=0 cores=0,2
/proc/769336/task/769409/stat : 769409 (Common-Cleaner) S 769323 769336 769266 0 -1 1077936192 2602 0 0 0 0 0 0 0 20 0 20 0 151623403 19566772224 801108 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
[pid=769336/tid=769410] ppid=769323 vsize=19108176 memory=3203812 CPUtime=0 cores=0,2
/proc/769336/task/769410/stat : 769410 (Timer-0) S 769323 769336 769266 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151623422 19566772224 801108 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
Current children cumulated CPU time: 3395.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3204432 KiB

[startup+3402.3 s]
/proc/loadavg: 4.40 4.31 4.20 8/336 771728
/proc/meminfo: memFree=115121584/131524600 swapFree=131071996/131071996
[pid=769336] ppid=769323 vsize=19108176 memory=3204504 CPUtime=3456.23 cores=0,2
/proc/769336/stat : 769336 (java) S 769323 769336 769266 0 -1 1077936128 385879 0 0 0 345370 253 0 0 20 0 20 0 151623399 19566772224 801126 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
/proc/769336/statm: 4777044 801126 5973 1 0 811422 0
[pid=769336/tid=769343] ppid=769323 vsize=19108176 memory=3204224 CPUtime=3343.68 cores=0,2
/proc/769336/task/769343/stat : 769343 (java) R 769323 769336 769266 0 -1 4194368 135019 0 0 0 334299 69 0 0 20 0 20 0 151623399 19566772224 801126 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 151623410 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
[pid=769336/tid=769377] ppid=769323 vsize=19108176 memory=3204440 CPUtime=0 cores=0,2
/proc/769336/task/769377/stat : 769377 (Finalizer) S 769323 769336 769266 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151623402 19566772224 801126 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
[pid=769336/tid=769409] ppid=769323 vsize=19108176 memory=3204440 CPUtime=0 cores=0,2
/proc/769336/task/769409/stat : 769409 (Common-Cleaner) S 769323 769336 769266 0 -1 1077936192 2682 0 0 0 0 0 0 0 20 0 20 0 151623403 19566772224 801126 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
[pid=769336/tid=769410] ppid=769323 vsize=19108176 memory=5568 CPUtime=0 cores=0,2
/proc/769336/task/769410/stat : 769410 (Timer-0) S 769323 769336 769266 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151623422 19566772224 801126 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
Current children cumulated CPU time: 3456.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3204504 KiB

[startup+3462.3 s]
/proc/loadavg: 4.28 4.30 4.19 8/336 771738
/proc/meminfo: memFree=115120536/131524600 swapFree=131071996/131071996
[pid=769336] ppid=769323 vsize=19108176 memory=3204824 CPUtime=3519.24 cores=0,2
/proc/769336/stat : 769336 (java) S 769323 769336 769266 0 -1 1077936128 404070 0 0 0 351665 259 0 0 20 0 20 0 151623399 19566772224 801206 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
/proc/769336/statm: 4777044 801206 5973 1 0 811519 0
[pid=769336/tid=769343] ppid=769323 vsize=19108176 memory=12316 CPUtime=3402.7 cores=0,2
/proc/769336/task/769343/stat : 769343 (java) R 769323 769336 769266 0 -1 4194368 138432 0 0 0 340200 70 0 0 20 0 20 0 151623399 19566772224 801206 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 151623410 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
[pid=769336/tid=769377] ppid=769323 vsize=19108176 memory=38140 CPUtime=0 cores=0,2
/proc/769336/task/769377/stat : 769377 (Finalizer) S 769323 769336 769266 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151623402 19566772224 801206 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
[pid=769336/tid=769409] ppid=769323 vsize=19108176 memory=12312 CPUtime=0 cores=0,2
/proc/769336/task/769409/stat : 769409 (Common-Cleaner) S 769323 769336 769266 0 -1 1077936192 2682 0 0 0 0 0 0 0 20 0 20 0 151623403 19566772224 801206 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
[pid=769336/tid=769410] ppid=769323 vsize=19108176 memory=3204824 CPUtime=0 cores=0,2
/proc/769336/task/769410/stat : 769410 (Timer-0) S 769323 769336 769266 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151623422 19566772224 801206 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
Current children cumulated CPU time: 3519.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3204824 KiB

[startup+3522.3 s]
/proc/loadavg: 4.52 4.35 4.22 6/334 771903
/proc/meminfo: memFree=116381368/131524600 swapFree=131071996/131071996
[pid=769336] ppid=769323 vsize=19108176 memory=3204888 CPUtime=3583.29 cores=0,2
/proc/769336/stat : 769336 (java) S 769323 769336 769266 0 -1 1077936128 416758 0 0 0 358065 264 0 0 20 0 20 0 151623399 19566772224 801222 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
/proc/769336/statm: 4777044 801222 5973 1 0 811519 0
[pid=769336/tid=769343] ppid=769323 vsize=19108176 memory=3204824 CPUtime=3461.43 cores=0,2
/proc/769336/task/769343/stat : 769343 (java) R 769323 769336 769266 0 -1 4194368 141393 0 0 0 346073 70 0 0 20 0 20 0 151623399 19566772224 801222 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 151623410 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
[pid=769336/tid=769377] ppid=769323 vsize=19108176 memory=12316 CPUtime=0 cores=0,2
/proc/769336/task/769377/stat : 769377 (Finalizer) S 769323 769336 769266 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151623402 19566772224 801222 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
[pid=769336/tid=769409] ppid=769323 vsize=19108176 memory=12312 CPUtime=0 cores=0,2
/proc/769336/task/769409/stat : 769409 (Common-Cleaner) S 769323 769336 769266 0 -1 1077936192 2717 0 0 0 0 0 0 0 20 0 20 0 151623403 19566772224 801222 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
[pid=769336/tid=769410] ppid=769323 vsize=19108176 memory=3204888 CPUtime=0 cores=0,2
/proc/769336/task/769410/stat : 769410 (Timer-0) S 769323 769336 769266 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151623422 19566772224 801222 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
Current children cumulated CPU time: 3583.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3204888 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3539 s]*
/proc/loadavg: 4.56 4.37 4.22 10/333 771973
/proc/meminfo: memFree=118490020/131524600 swapFree=131071996/131071996
[pid=769336] ppid=769323 vsize=19108176 memory=3204888 CPUtime=3600.03 cores=0,2
/proc/769336/stat : 769336 (java) S 769323 769336 769266 0 -1 1077936128 417131 0 0 0 359738 265 0 0 20 0 20 0 151623399 19566772224 801222 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
/proc/769336/statm: 4777044 801222 5973 1 0 811519 0
[pid=769336/tid=769343] ppid=769323 vsize=19108176 memory=-9104133760652583612 CPUtime=3477.85 cores=0,2
/proc/769336/task/769343/stat : 769343 (java) R 769323 769336 769266 0 -1 4194368 141627 0 0 0 347715 70 0 0 20 0 20 0 151623399 19566772224 801222 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 151623410 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
[pid=769336/tid=769377] ppid=769323 vsize=19108176 memory=2689856 CPUtime=0 cores=0,2
/proc/769336/task/769377/stat : 769377 (Finalizer) S 769323 769336 769266 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151623402 19566772224 801222 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
[pid=769336/tid=769409] ppid=769323 vsize=19108176 memory=-8887680603073716924 CPUtime=0 cores=0,2
/proc/769336/task/769409/stat : 769409 (Common-Cleaner) S 769323 769336 769266 0 -1 1077936192 2751 0 0 0 0 0 0 0 20 0 20 0 151623403 19566772224 801222 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
[pid=769336/tid=769410] ppid=769323 vsize=19108176 memory=32260 CPUtime=0 cores=0,2
/proc/769336/task/769410/stat : 769410 (Timer-0) S 769323 769336 769266 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151623422 19566772224 801222 134679101440 94105479335936 94105479339632 140732806363008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94105479347448 94105479348240 94105495826432 140732806366192 140732806366305 140732806366305 140732806373320 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3204888 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.53 s, system=2.6684 s

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

Child status: 143

Real time (s): 3539.09
CPU time (s): 3600.2
CPU user time (s): 3597.53
CPU system time (s): 2.6684
CPU usage (%): 101.727
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 3204888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.53
system time used= 2.6684
maximum resident set size= 3206388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 419357
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 132147
involuntary context switches= 33396


# summary of solver processes directly reported to runsolver:
#   pid: 769336
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3597.53
#   total CPU system time (s): 2.6684

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.86395 second user time and 20.0392 second system time

The end

Launcher Data

Begin job on nodeC033 at 2024-07-15 00:02:29
IDJOB=4427424
IDBENCH=147542
IDSOLVER=3046
FILE ID=nodeC033/4427424-1720994537
RUNJOBID= nodeC033-1720994549-769276
SLURM_JOB_ID= 7505327
Free space on /tmp= 890084 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_19.opb.PB06.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427424-1720994537/watcher-4427424-1720994537 -o /tmp/evaluation-result-4427424-1720994537/solver-4427424-1720994537 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1720994549-769276 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427424-1720994537.opb

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

MD5SUM BENCH= 8940813d27fb075f4739eb458e093f9a
RANDOM SEED=1610764465

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127058340 kB
MemAvailable:   129696520 kB
Buffers:          338704 kB
Cached:          3108348 kB
SwapCached:            0 kB
Active:           504652 kB
Inactive:        3316772 kB
Active(anon):       1452 kB
Inactive(anon):   410652 kB
Active(file):     503200 kB
Inactive(file):  2906120 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2668 kB
Writeback:             0 kB
AnonPages:        373808 kB
Mapped:           102156 kB
Shmem:             37716 kB
KReclaimable:     137016 kB
Slab:             244140 kB
SReclaimable:     137016 kB
SUnreclaim:       107124 kB
KernelStack:        3904 kB
PageTables:        10040 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     706260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57888 kB
HardwareCorrupted:     0 kB
AnonHugePages:    247808 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      242388 kB
DirectMap2M:    19453952 kB
DirectMap1G:    116391936 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC033 at 2024-07-15 01:01:28