Trace number 4427426

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)212 3600.33 3538.32

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_16.opb.PB06.opb
MD5SUMf4fbd70ee8b80515313bebcddc52f82a
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 benchmark181
Best CPU time to get the best result obtained on this benchmark3558
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables476
Total number of constraints476
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 constraints476
Minimum length of a constraint3
Maximum length of a constraint18
Number of terms in the objective function 476
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 476
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 476
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.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.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.13/0.16	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	 - never skip resolution steps
0.13/0.16	 - Auto-division on coefficients is disabled
0.13/0.16	 - No postprocessing
0.13/0.16	 - Conflict is considered as is when resolving
0.13/0.16	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.16	 - Weaken first using unassigned literals
0.13/0.16	 - Bump strategy: ALWAYS_ONE
0.13/0.16	 - Bumper: ASSIGNED
0.13/0.16	--- Begin Solver configuration ---
0.13/0.16	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.16	Learn all clauses as in MiniSAT
0.13/0.16	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	No reason simplification
0.13/0.16	Armin Biere (Picosat) restarts strategy
0.13/0.16	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.16	timeout=2147483s
0.13/0.16	DB Simplification allowed=false
0.13/0.16	Listener: none
0.13/0.16	--- End Solver configuration ---
0.13/0.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	c  - never skip resolution steps
0.13/0.16	c  - Auto-division on coefficients is disabled
0.13/0.16	c  - No postprocessing
0.13/0.16	c  - Conflict is considered as is when resolving
0.13/0.16	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.16	c  - Weaken first using unassigned literals
0.13/0.16	c  - Bump strategy: ALWAYS_ONE
0.13/0.16	c  - Bumper: ASSIGNED
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	c No reason simplification
0.13/0.16	c Armin Biere (Picosat) restarts strategy
0.13/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4427426-1720994537.opb
0.13/0.16	c reading problem ... 
0.13/0.16	c  objective function found
0.32/0.23	c ... done. Wall clock time 0.067s.
0.32/0.23	c declared #vars     476
0.32/0.23	c #constraints  476
0.32/0.23	c constraints type 
0.32/0.23	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 475
0.32/0.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1
0.32/0.23	c 476 constraints processed.
0.32/0.23	c objective function length is 476 literals
0.32/0.24	c SATISFIABLE
0.32/0.25	c OPTIMIZING...
0.32/0.25	c Got one! Elapsed wall clock time (in seconds):0.088
0.32/0.25	o 230
0.51/0.31	c Got one! Elapsed wall clock time (in seconds):0.147
0.51/0.31	o 229
0.69/0.42	c Got one! Elapsed wall clock time (in seconds):0.258
0.69/0.42	o 228
0.89/0.53	c Got one! Elapsed wall clock time (in seconds):0.371
0.89/0.53	o 227
1.46/0.80	c Got one! Elapsed wall clock time (in seconds):0.641
1.46/0.80	o 226
2.96/1.67	c Got one! Elapsed wall clock time (in seconds):1.511
2.96/1.67	o 225
5.64/3.65	c Got one! Elapsed wall clock time (in seconds):3.482
5.64/3.65	o 224
8.30/6.22	c Got one! Elapsed wall clock time (in seconds):6.068
8.30/6.22	o 223
15.51/13.23	c Got one! Elapsed wall clock time (in seconds):13.073
15.51/13.23	o 222
22.83/20.38	c Got one! Elapsed wall clock time (in seconds):20.228
22.83/20.38	o 221
46.95/44.11	c Got one! Elapsed wall clock time (in seconds):43.952
46.95/44.11	o 220
74.62/71.47	c cleaning 4295 clauses out of 8602 with flag 0/8602
98.98/95.31	c Got one! Elapsed wall clock time (in seconds):95.155
98.98/95.31	o 219
110.42/106.65	c cleaning 5021 clauses out of 10048 with flag 0/14343
111.71/107.93	c Got one! Elapsed wall clock time (in seconds):107.774
111.71/107.93	o 218
133.15/129.19	c cleaning 5346 clauses out of 10695 with flag 0/20011
144.39/140.24	c Got one! Elapsed wall clock time (in seconds):140.082
144.39/140.24	o 217
149.24/145.07	c cleaning 5202 clauses out of 10418 with flag 0/25080
176.54/172.04	c cleaning 5210 clauses out of 11218 with flag 0/31082
209.16/204.39	c cleaning 6042 clauses out of 13007 with flag 0/38081
247.65/242.34	c cleaning 6711 clauses out of 14969 with flag 0/46085
300.11/294.42	c cleaning 7470 clauses out of 17254 with flag 0/55081
353.92/347.30	c cleaning 7845 clauses out of 19783 with flag 0/65080
431.17/423.87	c Got one! Elapsed wall clock time (in seconds):423.714
431.17/423.87	o 216
477.44/469.79	c cleaning 12636 clauses out of 27719 with flag 0/80861
504.25/496.13	c cleaning 4805 clauses out of 21082 with flag 0/86860
540.89/532.30	c cleaning 5681 clauses out of 23277 with flag 0/93860
573.71/564.98	c Got one! Elapsed wall clock time (in seconds):564.821
573.71/564.98	o 215
618.08/608.64	c cleaning 9075 clauses out of 28282 with flag 0/104546
643.72/634.10	c cleaning 4799 clauses out of 25208 with flag 0/110547
672.19/662.03	c cleaning 5810 clauses out of 27409 with flag 0/117547
712.48/701.88	c cleaning 6467 clauses out of 29600 with flag 0/125548
724.22/713.32	c Got one! Elapsed wall clock time (in seconds):713.169
724.22/713.32	o 214
735.40/724.35	c cleaning 4354 clauses out of 28324 with flag 0/130739
781.93/770.58	c cleaning 4960 clauses out of 29972 with flag 0/136741
805.66/793.93	c cleaning 5265 clauses out of 32011 with flag 0/143740
859.84/847.55	c cleaning 6372 clauses out of 34746 with flag 0/151740
934.20/920.94	c cleaning 7265 clauses out of 37374 with flag 0/160740
1028.61/1014.66	c cleaning 8284 clauses out of 40109 with flag 0/170740
1062.15/1047.63	c Got one! Elapsed wall clock time (in seconds):1047.472
1062.15/1047.63	o 213
1094.82/1079.58	c cleaning 9649 clauses out of 44039 with flag 0/182954
1120.70/1105.06	c cleaning 4677 clauses out of 40391 with flag 0/188955
1179.80/1164.06	c cleaning 5767 clauses out of 42717 with flag 0/195958
1255.84/1239.57	c cleaning 6499 clauses out of 44948 with flag 0/203956
1325.29/1308.05	c cleaning 7404 clauses out of 47448 with flag 0/212955
1425.20/1407.18	c cleaning 8498 clauses out of 50043 with flag 0/222954
1495.14/1475.95	c cleaning 8990 clauses out of 52547 with flag 0/233956
1626.25/1605.46	c cleaning 10011 clauses out of 55557 with flag 0/245956
1774.57/1751.89	c cleaning 9845 clauses out of 58547 with flag 0/258957
1865.67/1841.32	c cleaning 11320 clauses out of 62699 with flag 0/272954
1983.90/1957.71	c cleaning 12168 clauses out of 66379 with flag 0/287954
2126.71/2098.74	c cleaning 12383 clauses out of 70212 with flag 0/303955
2308.92/2278.93	c cleaning 13194 clauses out of 74829 with flag 0/320955
2632.70/2601.25	c Got one! Elapsed wall clock time (in seconds):2601.098
2632.70/2601.25	o 212
2704.19/2669.18	c cleaning 14746 clauses out of 78275 with flag 0/337595
2756.79/2720.98	c cleaning 4856 clauses out of 69527 with flag 0/343593
2795.16/2759.21	c cleaning 5875 clauses out of 71670 with flag 0/350592
2951.07/2913.90	c cleaning 7321 clauses out of 73795 with flag 0/358592
3148.71/3109.30	c cleaning 7966 clauses out of 75474 with flag 0/367592
3296.62/3251.32	c cleaning 8626 clauses out of 77509 with flag 0/377593
3498.49/3445.55	c cleaning 8869 clauses out of 79882 with flag 0/388592
3588.03/3527.38	c cleaning 10099 clauses out of 83013 with flag 0/400592
3600.08/3538.23	c starts		: 166
3600.08/3538.23	c conflicts		: 404091
3600.08/3538.23	c decisions		: 977352
3600.08/3538.23	c propagations		: 8088301
3600.08/3538.23	c inspects		: 1548020227
3600.08/3538.23	c shortcuts		: 0
3600.08/3538.23	c learnt literals	: 0
3600.08/3538.23	c learnt binary clauses	: 0
3600.08/3538.23	c learnt ternary clauses	: 0
3600.08/3538.23	c learnt constraints	: 404091
3600.08/3538.23	c ignored constraints	: 0
3600.08/3538.23	c root simplifications	: 0
3600.08/3538.23	c removed literals (reason simplification)	: 0
3600.08/3538.23	c reason swapping (by a shorter reason)	: 0
3600.08/3538.23	c Calls to reduceDB	: 43
3600.08/3538.23	c Number of update (reduction) of LBD	: 2
3600.08/3538.23	c Imported unit clauses	: 0
3600.08/3538.23	c No decision after first conflict	: false
3600.08/3538.23	c number of reductions to clauses (during analyze)	: 0
3600.08/3538.23	c number of learned constraints concerned by reduction	: 0
3600.08/3538.23	c number of learning phase by resolution	: 0
3600.08/3538.23	c number of learning phase by cutting planes	: 0
3600.08/3538.23	c number of rounding to 1 operations	: 2384002
3600.08/3538.23	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3538.23	c number of reductions of the coefficients by power 2 	: 0
3600.08/3538.23	c number of right shift for reduction by power 2 	: 0
3600.08/3538.23	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3538.23	c number of ending skipping 	: 0
3600.08/3538.23	c number of internal skipping 	: 0
3600.08/3538.23	c number of derivation steps 	: 2131534
3600.08/3538.23	c number of skipped derivation steps 	: 0
3600.08/3538.23	c number of remaining unassigned 	: 969377
3600.08/3538.23	c number of remaining assigned 	: 198404336
3600.08/3538.23	c number of falsified literals weakened from reason	: 0
3600.08/3538.23	c number of falsified literals weakened from conflict	: 0
3600.08/3538.23	c time for arithmetic operations	: 17575728577
3600.08/3538.23	c minimum degree of deleted constraints	: 4
3600.08/3538.23	c maximum degree of deleted constraints	: 320841507
3600.08/3538.23	c number of deleted constraints	: 327678
3600.08/3538.24	c speed (assignments/second)	: 2286.135955018388
3600.08/3538.24	c non guided choices	: 5
3600.30/3538.31	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 56174
3600.30/3538.31	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1395
3600.30/3538.31	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 18844
3600.30/3538.31	s SATISFIABLE
3600.30/3538.31	c Found 19 solution(s)
3600.30/3538.31	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 
3600.30/3538.31	c objective function=212
3600.30/3538.31	c Total wall clock time (in seconds): 3538.153

Verifier Data

OK	212

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-4427426-1720994537/watcher-4427426-1720994537 -o /tmp/evaluation-result-4427426-1720994537/solver-4427426-1720994537 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1720994549-769278 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427426-1720994537.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=769332, runsolver pid=769321

[startup+0.10068 s]*
/proc/loadavg: 0.13 0.11 0.09 11/327 769409
/proc/meminfo: memFree=126886312/131524600 swapFree=131071996/131071996
[pid=769332] ppid=769321 vsize=18975048 memory=63188 CPUtime=0.13 cores=1,3
/proc/769332/stat : 769332 (java) S 769321 769332 769266 0 -1 1077936128 7199 0 0 0 11 2 0 0 20 0 18 0 151623399 19430449152 15797 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
/proc/769332/statm: 4743762 15797 5678 1 0 549317 0
[pid=769332/tid=769344] ppid=769321 vsize=18975048 memory=4026531971 CPUtime=0.08 cores=1,3
/proc/769332/task/769344/stat : 769344 (java) R 769321 769332 769266 0 -1 4194368 5731 0 0 0 7 1 0 0 20 0 18 0 151623399 19430449152 15797 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 151623400 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
[pid=769332/tid=769387] ppid=769321 vsize=18975048 memory=17963 CPUtime=0 cores=1,3
/proc/769332/task/769387/stat : 769387 (Finalizer) S 769321 769332 769266 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151623402 19430449152 15797 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
[pid=769332/tid=769406] ppid=769321 vsize=18975048 memory=14697378909259238 CPUtime=0 cores=1,3
/proc/769332/task/769406/stat : 769406 (Common-Cleaner) S 769321 769332 769266 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151623403 19430449152 15797 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63188 KiB

[startup+0.20616 s]*
/proc/loadavg: 0.13 0.11 0.09 12/327 769409
/proc/meminfo: memFree=126834940/131524600 swapFree=131071996/131071996
[pid=769332] ppid=769321 vsize=18975048 memory=71444 CPUtime=0.32 cores=1,3
/proc/769332/stat : 769332 (java) S 769321 769332 769266 0 -1 1077936128 7755 0 0 0 29 3 0 0 20 0 18 0 151623399 19430449152 17861 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
/proc/769332/statm: 4743762 17861 5701 1 0 549673 0
[pid=769332/tid=769344] ppid=769321 vsize=18975048 memory=664970851429515395 CPUtime=0.17 cores=1,3
/proc/769332/task/769344/stat : 769344 (java) R 769321 769332 769266 0 -1 4194368 6037 0 0 0 16 1 0 0 20 0 18 0 151623399 19430449152 17861 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 151623400 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
[pid=769332/tid=769387] ppid=769321 vsize=18975048 memory=17963 CPUtime=0 cores=1,3
/proc/769332/task/769387/stat : 769387 (Finalizer) S 769321 769332 769266 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151623402 19430449152 17861 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
[pid=769332/tid=769406] ppid=769321 vsize=18975048 memory=14697378909259238 CPUtime=0 cores=1,3
/proc/769332/task/769406/stat : 769406 (Common-Cleaner) S 769321 769332 769266 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151623403 19430449152 17861 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 71444 KiB

[startup+0.308162 s]*
/proc/loadavg: 0.13 0.11 0.09 18/330 769412
/proc/meminfo: memFree=126687796/131524600 swapFree=131071996/131071996
[pid=769332] ppid=769321 vsize=19041612 memory=81616 CPUtime=0.51 cores=1,3
/proc/769332/stat : 769332 (java) S 769321 769332 769266 0 -1 1077936128 8204 0 0 0 48 3 0 0 20 0 19 0 151623399 19498610688 20404 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
/proc/769332/statm: 4760403 20404 5868 1 0 550148 0
[pid=769332/tid=769344] ppid=769321 vsize=19041612 memory=-8960869560233665212 CPUtime=0.26 cores=1,3
/proc/769332/task/769344/stat : 769344 (java) R 769321 769332 769266 0 -1 4194368 6176 0 0 0 24 2 0 0 20 0 19 0 151623399 19498610688 20404 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 151623400 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
[pid=769332/tid=769387] ppid=769321 vsize=19041612 memory=1468803969481410393 CPUtime=0 cores=1,3
/proc/769332/task/769387/stat : 769387 (Finalizer) S 769321 769332 769266 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151623402 19498610688 20404 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
[pid=769332/tid=769406] ppid=769321 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/769332/task/769406/stat : 769406 (Common-Cleaner) S 769321 769332 769266 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151623403 19498610688 20916 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
[pid=769332/tid=769411] ppid=769321 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/769332/task/769411/stat : 769411 (Timer-0) S 769321 769332 769266 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 151623423 19498610688 20916 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 81616 KiB

[startup+0.701159 s]
/proc/loadavg: 0.13 0.11 0.09 15/331 769413
/proc/meminfo: memFree=126525612/131524600 swapFree=131071996/131071996
[pid=769332] ppid=769321 vsize=19108176 memory=180444 CPUtime=1.26 cores=1,3
/proc/769332/stat : 769332 (java) S 769321 769332 769266 0 -1 1077936128 13518 0 0 0 121 5 0 0 20 0 20 0 151623399 19566772224 45111 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
/proc/769332/statm: 4777044 45111 5868 1 0 553947 0
[pid=769332/tid=769344] ppid=769321 vsize=19108176 memory=12312 CPUtime=0.59 cores=1,3
/proc/769332/task/769344/stat : 769344 (java) R 769321 769332 769266 0 -1 4194368 6222 0 0 0 56 3 0 0 20 0 20 0 151623399 19566772224 45111 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 151623400 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
[pid=769332/tid=769387] ppid=769321 vsize=19108176 memory=12312 CPUtime=0 cores=1,3
/proc/769332/task/769387/stat : 769387 (Finalizer) S 769321 769332 769266 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151623402 19566772224 45111 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
[pid=769332/tid=769406] ppid=769321 vsize=19108176 memory=752915779727360414 CPUtime=0 cores=1,3
/proc/769332/task/769406/stat : 769406 (Common-Cleaner) S 769321 769332 769266 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151623403 19566772224 45111 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
[pid=769332/tid=769411] ppid=769321 vsize=19108176 memory=5568 CPUtime=0 cores=1,3
/proc/769332/task/769411/stat : 769411 (Timer-0) S 769321 769332 769266 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151623423 19566772224 45111 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 180444 KiB

[startup+1.50216 s]
/proc/loadavg: 0.13 0.11 0.09 14/335 769417
/proc/meminfo: memFree=126440604/131524600 swapFree=131071996/131071996
[pid=769332] ppid=769321 vsize=19108176 memory=215500 CPUtime=2.76 cores=1,3
/proc/769332/stat : 769332 (java) S 769321 769332 769266 0 -1 1077936128 18449 0 0 0 270 6 0 0 20 0 20 0 151623399 19566772224 53875 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
/proc/769332/statm: 4777044 53875 5884 1 0 554315 0
[pid=769332/tid=769344] ppid=769321 vsize=19108176 memory=12312 CPUtime=1.34 cores=1,3
/proc/769332/task/769344/stat : 769344 (java) R 769321 769332 769266 0 -1 4194368 6502 0 0 0 131 3 0 0 20 0 20 0 151623399 19566772224 53875 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 151623400 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
[pid=769332/tid=769387] ppid=769321 vsize=19108176 memory=5568 CPUtime=0 cores=1,3
/proc/769332/task/769387/stat : 769387 (Finalizer) S 769321 769332 769266 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151623402 19566772224 53875 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
[pid=769332/tid=769406] ppid=769321 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/769332/task/769406/stat : 769406 (Common-Cleaner) S 769321 769332 769266 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151623403 19566772224 53875 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
[pid=769332/tid=769411] ppid=769321 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/769332/task/769411/stat : 769411 (Timer-0) S 769321 769332 769266 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151623423 19566772224 53875 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
Current children cumulated CPU time: 2.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 215500 KiB

[startup+3.10516 s]
/proc/loadavg: 0.13 0.11 0.09 11/335 769417
/proc/meminfo: memFree=125466744/131524600 swapFree=131071996/131071996
[pid=769332] ppid=769321 vsize=19108176 memory=594040 CPUtime=5.12 cores=1,3
/proc/769332/stat : 769332 (java) S 769321 769332 769266 0 -1 1077936128 20727 0 0 0 497 15 0 0 20 0 20 0 151623399 19566772224 148510 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
/proc/769332/statm: 4777044 148510 5884 1 0 660920 0
[pid=769332/tid=769344] ppid=769321 vsize=19108176 memory=0 CPUtime=2.88 cores=1,3
/proc/769332/task/769344/stat : 769344 (java) R 769321 769332 769266 0 -1 4194368 7291 0 0 0 278 10 0 0 20 0 20 0 151623399 19566772224 148510 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 151623400 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
[pid=769332/tid=769387] ppid=769321 vsize=19108176 memory=12312 CPUtime=0 cores=1,3
/proc/769332/task/769387/stat : 769387 (Finalizer) S 769321 769332 769266 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151623402 19566772224 148510 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
[pid=769332/tid=769406] ppid=769321 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/769332/task/769406/stat : 769406 (Common-Cleaner) S 769321 769332 769266 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151623403 19566772224 148510 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
[pid=769332/tid=769411] ppid=769321 vsize=19108176 memory=12316 CPUtime=0 cores=1,3
/proc/769332/task/769411/stat : 769411 (Timer-0) S 769321 769332 769266 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151623423 19566772224 148510 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
Current children cumulated CPU time: 5.12 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 594040 KiB

[startup+6.30117 s]
/proc/loadavg: 0.44 0.18 0.11 9/335 769417
/proc/meminfo: memFree=125088028/131524600 swapFree=131071996/131071996
[pid=769332] ppid=769321 vsize=19108176 memory=756896 CPUtime=8.4 cores=1,3
/proc/769332/stat : 769332 (java) S 769321 769332 769266 0 -1 1077936128 21130 0 0 0 822 18 0 0 20 0 20 0 151623399 19566772224 189224 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
/proc/769332/statm: 4777044 189224 5884 1 0 660923 0
[pid=769332/tid=769344] ppid=769321 vsize=19108176 memory=12312 CPUtime=6.02 cores=1,3
/proc/769332/task/769344/stat : 769344 (java) R 769321 769332 769266 0 -1 4194368 7512 0 0 0 589 13 0 0 20 0 20 0 151623399 19566772224 189224 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 151623400 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
[pid=769332/tid=769387] ppid=769321 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/769332/task/769387/stat : 769387 (Finalizer) S 769321 769332 769266 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151623402 19566772224 189224 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
[pid=769332/tid=769406] ppid=769321 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/769332/task/769406/stat : 769406 (Common-Cleaner) S 769321 769332 769266 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151623403 19566772224 189224 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
[pid=769332/tid=769411] ppid=769321 vsize=19108176 memory=12316 CPUtime=0 cores=1,3
/proc/769332/task/769411/stat : 769411 (Timer-0) S 769321 769332 769266 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151623423 19566772224 189224 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
Current children cumulated CPU time: 8.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 756896 KiB

[startup+12.7003 s]
/proc/loadavg: 0.72 0.24 0.13 8/335 769419
/proc/meminfo: memFree=124456300/131524600 swapFree=131071996/131071996
[pid=769332] ppid=769321 vsize=19108176 memory=933544 CPUtime=14.98 cores=1,3
/proc/769332/stat : 769332 (java) S 769321 769332 769266 0 -1 1077936128 23081 0 0 0 1475 23 0 0 20 0 20 0 151623399 19566772224 233386 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
/proc/769332/statm: 4777044 233386 5884 1 0 660925 0
[pid=769332/tid=769344] ppid=769321 vsize=19108176 memory=900460 CPUtime=12.29 cores=1,3
/proc/769332/task/769344/stat : 769344 (java) R 769321 769332 769266 0 -1 4194368 8745 0 0 0 1213 16 0 0 20 0 20 0 151623399 19566772224 233386 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 151623400 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
[pid=769332/tid=769387] ppid=769321 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/769332/task/769387/stat : 769387 (Finalizer) S 769321 769332 769266 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151623402 19566772224 233386 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
[pid=769332/tid=769406] ppid=769321 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/769332/task/769406/stat : 769406 (Common-Cleaner) S 769321 769332 769266 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151623403 19566772224 233386 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
[pid=769332/tid=769411] ppid=769321 vsize=19108176 memory=12312 CPUtime=0 cores=1,3
/proc/769332/task/769411/stat : 769411 (Timer-0) S 769321 769332 769266 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151623423 19566772224 233386 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
Current children cumulated CPU time: 14.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 933544 KiB

[startup+25.5003 s]
/proc/loadavg: 1.45 0.43 0.20 8/335 769420
/proc/meminfo: memFree=122468124/131524600 swapFree=131071996/131071996
[pid=769332] ppid=769321 vsize=19108176 memory=1645028 CPUtime=28.07 cores=1,3
/proc/769332/stat : 769332 (java) S 769321 769332 769266 0 -1 1077936128 30434 0 0 0 2770 37 0 0 20 0 20 0 151623399 19566772224 411257 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
/proc/769332/statm: 4777044 411257 5884 1 0 660928 0
[pid=769332/tid=769344] ppid=769321 vsize=19108176 memory=1475028 CPUtime=24.92 cores=1,3
/proc/769332/task/769344/stat : 769344 (java) R 769321 769332 769266 0 -1 4194368 10744 0 0 0 2468 24 0 0 20 0 20 0 151623399 19566772224 411257 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 151623400 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
[pid=769332/tid=769387] ppid=769321 vsize=19108176 memory=1645028 CPUtime=0 cores=1,3
/proc/769332/task/769387/stat : 769387 (Finalizer) S 769321 769332 769266 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151623402 19566772224 411257 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
[pid=769332/tid=769406] ppid=769321 vsize=19108176 memory=2273 CPUtime=0 cores=1,3
/proc/769332/task/769406/stat : 769406 (Common-Cleaner) S 769321 769332 769266 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151623403 19566772224 411257 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
[pid=769332/tid=769411] ppid=769321 vsize=19108176 memory=2333 CPUtime=0 cores=1,3
/proc/769332/task/769411/stat : 769411 (Timer-0) S 769321 769332 769266 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151623423 19566772224 411257 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
Current children cumulated CPU time: 28.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1645028 KiB

[startup+51.1071 s]
/proc/loadavg: 2.44 0.75 0.31 8/335 769425
/proc/meminfo: memFree=120769208/131524600 swapFree=131071996/131071996
[pid=769332] ppid=769321 vsize=19108176 memory=1712808 CPUtime=54 cores=1,3
/proc/769332/stat : 769332 (java) S 769321 769332 769266 0 -1 1077936128 37370 0 0 0 5360 40 0 0 20 0 20 0 151623399 19566772224 428202 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
/proc/769332/statm: 4777044 428202 5899 1 0 660929 0
[pid=769332/tid=769344] ppid=769321 vsize=19108176 memory=-9104984748309521084 CPUtime=50.16 cores=1,3
/proc/769332/task/769344/stat : 769344 (java) R 769321 769332 769266 0 -1 4194368 13225 0 0 0 4991 25 0 0 20 0 20 0 151623399 19566772224 428202 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 151623400 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0

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

[startup+3222.3 s]
/proc/loadavg: 4.44 4.33 4.17 8/337 771526
/proc/meminfo: memFree=115240692/131524600 swapFree=131071996/131071996
[pid=769332] ppid=769321 vsize=19108176 memory=2598708 CPUtime=3266.4 cores=1,3
/proc/769332/stat : 769332 (java) S 769321 769332 769266 0 -1 1077936128 303733 0 0 0 326390 250 0 0 20 0 20 0 151623399 19566772224 649677 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
/proc/769332/statm: 4777044 649677 5935 1 0 661568 0
[pid=769332/tid=769344] ppid=769321 vsize=19108176 memory=2596400 CPUtime=3168.95 cores=1,3
/proc/769332/task/769344/stat : 769344 (java) R 769321 769332 769266 0 -1 4194368 89553 0 0 0 316853 42 0 0 20 0 20 0 151623399 19566772224 649677 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 151623412 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
[pid=769332/tid=769387] ppid=769321 vsize=19108176 memory=2596424 CPUtime=0 cores=1,3
/proc/769332/task/769387/stat : 769387 (Finalizer) S 769321 769332 769266 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151623402 19566772224 649677 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
[pid=769332/tid=769406] ppid=769321 vsize=19108176 memory=12316 CPUtime=0 cores=1,3
/proc/769332/task/769406/stat : 769406 (Common-Cleaner) S 769321 769332 769266 0 -1 1077936192 2123 0 0 0 0 0 0 0 20 0 20 0 151623403 19566772224 649677 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
[pid=769332/tid=769411] ppid=769321 vsize=19108176 memory=38140 CPUtime=0 cores=1,3
/proc/769332/task/769411/stat : 769411 (Timer-0) S 769321 769332 769266 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151623423 19566772224 649677 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
Current children cumulated CPU time: 3266.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2598708 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=769332] ppid=769321 vsize=19108176 memory=2598712 CPUtime=3328.53 cores=1,3
/proc/769332/stat : 769332 (java) S 769321 769332 769266 0 -1 1077936128 304407 0 0 0 332600 253 0 0 20 0 20 0 151623399 19566772224 649678 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
/proc/769332/statm: 4777044 649678 5935 1 0 661568 0
[pid=769332/tid=769344] ppid=769321 vsize=19108176 memory=2598712 CPUtime=3228.04 cores=1,3
/proc/769332/task/769344/stat : 769344 (java) R 769321 769332 769266 0 -1 4194368 90192 0 0 0 322762 42 0 0 20 0 20 0 151623399 19566772224 649678 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 151623412 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
[pid=769332/tid=769387] ppid=769321 vsize=19108176 memory=2598712 CPUtime=0 cores=1,3
/proc/769332/task/769387/stat : 769387 (Finalizer) S 769321 769332 769266 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151623402 19566772224 649678 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
[pid=769332/tid=769406] ppid=769321 vsize=19108176 memory=2598712 CPUtime=0 cores=1,3
/proc/769332/task/769406/stat : 769406 (Common-Cleaner) S 769321 769332 769266 0 -1 1077936192 2123 0 0 0 0 0 0 0 20 0 20 0 151623403 19566772224 649678 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
[pid=769332/tid=769411] ppid=769321 vsize=19108176 memory=2598712 CPUtime=0 cores=1,3
/proc/769332/task/769411/stat : 769411 (Timer-0) S 769321 769332 769266 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151623423 19566772224 649678 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
Current children cumulated CPU time: 3328.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2598712 KiB

[startup+3342.3 s]
/proc/loadavg: 4.22 4.27 4.17 9/334 771547
/proc/meminfo: memFree=115239144/131524600 swapFree=131071996/131071996
[pid=769332] ppid=769321 vsize=19108176 memory=2598728 CPUtime=3390.61 cores=1,3
/proc/769332/stat : 769332 (java) S 769321 769332 769266 0 -1 1077936128 309397 0 0 0 338803 258 0 0 20 0 20 0 151623399 19566772224 649682 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
/proc/769332/statm: 4777044 649682 5935 1 0 661568 0
[pid=769332/tid=769344] ppid=769321 vsize=19108176 memory=1816 CPUtime=3287.09 cores=1,3
/proc/769332/task/769344/stat : 769344 (java) R 769321 769332 769266 0 -1 4194368 91243 0 0 0 328667 42 0 0 20 0 20 0 151623399 19566772224 649682 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 151623412 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
[pid=769332/tid=769387] ppid=769321 vsize=19108176 memory=12312 CPUtime=0 cores=1,3
/proc/769332/task/769387/stat : 769387 (Finalizer) S 769321 769332 769266 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151623402 19566772224 649682 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
[pid=769332/tid=769406] ppid=769321 vsize=19108176 memory=2598728 CPUtime=0 cores=1,3
/proc/769332/task/769406/stat : 769406 (Common-Cleaner) S 769321 769332 769266 0 -1 1077936192 2176 0 0 0 0 0 0 0 20 0 20 0 151623403 19566772224 649682 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
[pid=769332/tid=769411] ppid=769321 vsize=19108176 memory=2598728 CPUtime=0 cores=1,3
/proc/769332/task/769411/stat : 769411 (Timer-0) S 769321 769332 769266 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151623423 19566772224 649682 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
Current children cumulated CPU time: 3390.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2598728 KiB

[startup+3402.3 s]
/proc/loadavg: 4.40 4.31 4.20 7/336 771728
/proc/meminfo: memFree=115121584/131524600 swapFree=131071996/131071996
[pid=769332] ppid=769321 vsize=19108176 memory=2598732 CPUtime=3452.82 cores=1,3
/proc/769332/stat : 769332 (java) S 769321 769332 769266 0 -1 1077936128 309934 0 0 0 345020 262 0 0 20 0 20 0 151623399 19566772224 649683 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
/proc/769332/statm: 4777044 649683 5935 1 0 661568 0
[pid=769332/tid=769344] ppid=769321 vsize=19108176 memory=25948 CPUtime=3346.29 cores=1,3
/proc/769332/task/769344/stat : 769344 (java) R 769321 769332 769266 0 -1 4194368 91682 0 0 0 334587 42 0 0 20 0 20 0 151623399 19566772224 649683 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 151623412 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
[pid=769332/tid=769387] ppid=769321 vsize=19108176 memory=2598732 CPUtime=0 cores=1,3
/proc/769332/task/769387/stat : 769387 (Finalizer) S 769321 769332 769266 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151623402 19566772224 649683 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
[pid=769332/tid=769406] ppid=769321 vsize=19108176 memory=2598732 CPUtime=0 cores=1,3
/proc/769332/task/769406/stat : 769406 (Common-Cleaner) S 769321 769332 769266 0 -1 1077936192 2176 0 0 0 0 0 0 0 20 0 20 0 151623403 19566772224 649683 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
[pid=769332/tid=769411] ppid=769321 vsize=19108176 memory=2220 CPUtime=0 cores=1,3
/proc/769332/task/769411/stat : 769411 (Timer-0) S 769321 769332 769266 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151623423 19566772224 649683 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
Current children cumulated CPU time: 3452.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2598732 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=769332] ppid=769321 vsize=19108176 memory=2598780 CPUtime=3516.35 cores=1,3
/proc/769332/stat : 769332 (java) S 769321 769332 769266 0 -1 1077936128 315303 0 0 0 351367 268 0 0 20 0 20 0 151623399 19566772224 649695 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
/proc/769332/statm: 4777044 649695 5935 1 0 661584 0
[pid=769332/tid=769344] ppid=769321 vsize=19108176 memory=2598780 CPUtime=3405.6 cores=1,3
/proc/769332/task/769344/stat : 769344 (java) R 769321 769332 769266 0 -1 4194368 93455 0 0 0 340518 42 0 0 20 0 20 0 151623399 19566772224 649695 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 151623412 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
[pid=769332/tid=769387] ppid=769321 vsize=19108176 memory=5184 CPUtime=0 cores=1,3
/proc/769332/task/769387/stat : 769387 (Finalizer) S 769321 769332 769266 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151623402 19566772224 649695 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
[pid=769332/tid=769406] ppid=769321 vsize=19108176 memory=2598732 CPUtime=0 cores=1,3
/proc/769332/task/769406/stat : 769406 (Common-Cleaner) S 769321 769332 769266 0 -1 1077936192 2315 0 0 0 0 0 0 0 20 0 20 0 151623403 19566772224 649695 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
[pid=769332/tid=769411] ppid=769321 vsize=19108176 memory=15844 CPUtime=0 cores=1,3
/proc/769332/task/769411/stat : 769411 (Timer-0) S 769321 769332 769266 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151623423 19566772224 649695 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
Current children cumulated CPU time: 3516.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2598780 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=769332] ppid=769321 vsize=19108176 memory=2606200 CPUtime=3581.78 cores=1,3
/proc/769332/stat : 769332 (java) S 769321 769332 769266 0 -1 1077936128 316224 0 0 0 357904 274 0 0 20 0 20 0 151623399 19566772224 651550 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
/proc/769332/statm: 4777044 651550 5933 1 0 661649 0
[pid=769332/tid=769344] ppid=769321 vsize=19108176 memory=2598732 CPUtime=3464.07 cores=1,3
/proc/769332/task/769344/stat : 769344 (java) R 769321 769332 769266 0 -1 4194368 94000 0 0 0 346364 43 0 0 20 0 20 0 151623399 19566772224 651550 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 151623418 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
[pid=769332/tid=769387] ppid=769321 vsize=19108176 memory=12312 CPUtime=0 cores=1,3
/proc/769332/task/769387/stat : 769387 (Finalizer) S 769321 769332 769266 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151623402 19566772224 651550 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
[pid=769332/tid=769406] ppid=769321 vsize=19108176 memory=12316 CPUtime=0 cores=1,3
/proc/769332/task/769406/stat : 769406 (Common-Cleaner) S 769321 769332 769266 0 -1 1077936192 2315 0 0 0 0 0 0 0 20 0 20 0 151623403 19566772224 651550 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
[pid=769332/tid=769411] ppid=769321 vsize=19108176 memory=2606200 CPUtime=0 cores=1,3
/proc/769332/task/769411/stat : 769411 (Timer-0) S 769321 769332 769266 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151623423 19566772224 651550 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
Current children cumulated CPU time: 3581.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2606200 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3538.2 s]
/proc/loadavg: 4.56 4.37 4.22 5/334 771906
/proc/meminfo: memFree=116111856/131524600 swapFree=131071996/131071996
[pid=769332] ppid=769321 vsize=19108176 memory=2606288 CPUtime=3600.08 cores=1,3
/proc/769332/stat : 769332 (java) S 769321 769332 769266 0 -1 1077936128 316521 0 0 0 359732 276 0 0 20 0 20 0 151623399 19566772224 651572 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
/proc/769332/statm: 4777044 651572 5933 1 0 661657 0
[pid=769332/tid=769344] ppid=769321 vsize=19108176 memory=1816 CPUtime=3479.56 cores=1,3
/proc/769332/task/769344/stat : 769344 (java) R 769321 769332 769266 0 -1 4194368 94252 0 0 0 347913 43 0 0 20 0 20 0 151623399 19566772224 651572 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 151623418 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
[pid=769332/tid=769387] ppid=769321 vsize=19108176 memory=2000 CPUtime=0 cores=1,3
/proc/769332/task/769387/stat : 769387 (Finalizer) S 769321 769332 769266 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151623402 19566772224 651572 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
[pid=769332/tid=769406] ppid=769321 vsize=19108176 memory=37484 CPUtime=0 cores=1,3
/proc/769332/task/769406/stat : 769406 (Common-Cleaner) S 769321 769332 769266 0 -1 1077936192 2315 0 0 0 0 0 0 0 20 0 20 0 151623403 19566772224 651572 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
[pid=769332/tid=769411] ppid=769321 vsize=19108176 memory=32284 CPUtime=0 cores=1,3
/proc/769332/task/769411/stat : 769411 (Timer-0) S 769321 769332 769266 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151623423 19566772224 651572 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2606288 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.54 s, system=2.78315 s

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

[startup+3538.31 s]
/proc/loadavg: 4.56 4.37 4.22 5/334 771906
/proc/meminfo: memFree=116111856/131524600 swapFree=131071996/131071996
[pid=769332] ppid=769321 vsize=19307868 memory=2606980 CPUtime=3600.3 cores=1,3
/proc/769332/stat : 769332 (java) S 769321 769332 769266 0 -1 1077936128 317837 0 0 0 359753 277 0 0 20 0 21 0 151623399 19771256832 651745 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
/proc/769332/statm: 4826967 651745 5932 1 0 662595 0
[pid=769332/tid=769344] ppid=769321 vsize=19307868 memory=12316 CPUtime=3479.67 cores=1,3
/proc/769332/task/769344/stat : 769344 (java) R 769321 769332 769266 0 -1 4194368 94319 0 0 0 347924 43 0 0 20 0 21 0 151623399 19771256832 651745 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 151623418 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
[pid=769332/tid=769387] ppid=769321 vsize=19307868 memory=38140 CPUtime=0 cores=1,3
/proc/769332/task/769387/stat : 769387 (Finalizer) S 769321 769332 769266 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 151623402 19771256832 651745 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
[pid=769332/tid=769406] ppid=769321 vsize=19307868 memory=12316 CPUtime=0 cores=1,3
/proc/769332/task/769406/stat : 769406 (Common-Cleaner) S 769321 769332 769266 0 -1 1077936192 2315 0 0 0 0 0 0 0 20 0 21 0 151623403 19771256832 651745 134679101440 94566437203968 94566437207664 140735427432304 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94566437215480 94566437216272 94566441443328 140735427441648 140735427441761 140735427441761 140735427448776 0
Current children cumulated CPU time: 3600.3 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 2606980 KiB

Child status: 143

Real time (s): 3538.32
CPU time (s): 3600.33
CPU user time (s): 3597.54
CPU system time (s): 2.78315
CPU usage (%): 101.752
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 2606980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.54
system time used= 2.78315
maximum resident set size= 2607208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 318007
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 136452
involuntary context switches= 15092


# summary of solver processes directly reported to runsolver:
#   pid: 769332
#   total CPU time (s): 3600.33
#   total CPU user time (s): 3597.54
#   total CPU system time (s): 2.78315

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.91104 second user time and 20.8885 second system time

The end

Launcher Data

Begin job on nodeC033 at 2024-07-15 00:02:29
IDJOB=4427426
IDBENCH=147545
IDSOLVER=3046
FILE ID=nodeC033/4427426-1720994537
RUNJOBID= nodeC033-1720994549-769278
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_16.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-4427426-1720994537/watcher-4427426-1720994537 -o /tmp/evaluation-result-4427426-1720994537/solver-4427426-1720994537 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1720994549-769278 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427426-1720994537.opb

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

MD5SUM BENCH= f4fbd70ee8b80515313bebcddc52f82a
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:        127058664 kB
MemAvailable:   129696844 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:27