Trace number 4430006

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Cutting Planes 2024 2024-07-12SAT (TO)113 3600.17 3571.49

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/
heinz/normalized-go19.opb
MD5SUM51fa3ae0158cc49e421df545accb4e20
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 benchmark84
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 variables441
Total number of constraints441
Number of constraints which are clauses361
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint5
Number of terms in the objective function 361
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 361
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 361
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.13/0.14	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.14	 - never skip resolution steps
0.13/0.14	 - Auto-division on coefficients is disabled
0.13/0.14	 - No postprocessing
0.13/0.14	 - Conflict is considered as is when resolving
0.13/0.14	 - Use constraints as they come during conflict analysis
0.13/0.14	 - Weaken first using unassigned literals
0.13/0.14	 - Bump strategy: ALWAYS_ONE
0.13/0.14	 - Bumper: EFFECTIVE
0.13/0.14	--- Begin Solver configuration ---
0.13/0.14	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.14	Learn all clauses as in MiniSAT
0.13/0.14	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.14	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.14	No reason simplification
0.13/0.14	Dynamic restart strategy considering the size of the coefficients
0.13/0.14	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.14	timeout=2147483s
0.13/0.14	DB Simplification allowed=false
0.13/0.14	Listener: none
0.13/0.14	--- End Solver configuration ---
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: EFFECTIVE
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Dynamic restart strategy considering the size of the coefficients
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4430006-1721128905.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  objective function found
0.13/0.19	c ... done. Wall clock time 0.039s.
0.13/0.19	c declared #vars     441
0.13/0.19	c #constraints  521
0.13/0.19	c constraints type 
0.13/0.19	c org.sat4j.specs.Constr$1 => 80
0.13/0.19	c org.sat4j.pb.constraints.pb.UnitClausePB => 80
0.13/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 361
0.13/0.19	c 521 constraints processed.
0.13/0.20	c objective function length is 361 literals
0.13/0.20	c SATISFIABLE
0.13/0.20	c OPTIMIZING...
0.13/0.20	c Got one! Elapsed wall clock time (in seconds):0.057
0.13/0.20	o 141
0.34/0.23	c Got one! Elapsed wall clock time (in seconds):0.078
0.34/0.23	o 140
0.34/0.24	c Got one! Elapsed wall clock time (in seconds):0.093
0.34/0.24	o 139
0.34/0.26	c Got one! Elapsed wall clock time (in seconds):0.115
0.34/0.26	o 138
0.52/0.32	c Got one! Elapsed wall clock time (in seconds):0.171
0.52/0.32	o 137
0.52/0.34	c Got one! Elapsed wall clock time (in seconds):0.19
0.52/0.34	o 136
0.52/0.35	c Got one! Elapsed wall clock time (in seconds):0.203
0.52/0.35	o 135
1.11/0.67	c Got one! Elapsed wall clock time (in seconds):0.512
1.11/0.67	o 134
1.48/0.85	c Got one! Elapsed wall clock time (in seconds):0.703
1.48/0.85	o 133
1.69/0.91	c Got one! Elapsed wall clock time (in seconds):0.761
1.69/0.91	o 132
1.69/0.94	c Got one! Elapsed wall clock time (in seconds):0.796
1.69/0.94	o 131
11.30/8.53	c Got one! Elapsed wall clock time (in seconds):8.38
11.30/8.53	o 130
11.72/8.91	c Got one! Elapsed wall clock time (in seconds):8.763
11.72/8.91	o 129
16.21/13.15	c Got one! Elapsed wall clock time (in seconds):13.006
16.21/13.15	o 128
16.61/13.53	c Got one! Elapsed wall clock time (in seconds):13.38
16.61/13.53	o 127
16.71/13.64	c Got one! Elapsed wall clock time (in seconds):13.492
16.71/13.64	o 126
16.81/13.76	c Got one! Elapsed wall clock time (in seconds):13.609
16.81/13.76	o 125
16.92/13.87	c Got one! Elapsed wall clock time (in seconds):13.727
16.92/13.87	o 124
17.15/14.02	c Got one! Elapsed wall clock time (in seconds):13.875
17.15/14.02	o 123
19.79/16.65	c Got one! Elapsed wall clock time (in seconds):16.506
19.79/16.65	o 122
22.06/18.86	c Got one! Elapsed wall clock time (in seconds):18.717
22.06/18.86	o 121
28.24/24.69	c cleaning 3486 clauses out of 6972 with flag 0/6972
38.06/33.32	c Got one! Elapsed wall clock time (in seconds):33.169
38.06/33.32	o 120
41.64/36.45	c Got one! Elapsed wall clock time (in seconds):36.307
41.64/36.45	o 119
60.68/54.14	c Got one! Elapsed wall clock time (in seconds):53.992
60.68/54.14	o 117
72.58/65.88	c cleaning 5390 clauses out of 10781 with flag 0/14267
110.02/102.09	c cleaning 5687 clauses out of 11390 with flag 0/20266
111.42/103.41	c Got one! Elapsed wall clock time (in seconds):103.268
111.42/103.41	o 116
141.43/133.15	c cleaning 5461 clauses out of 10949 with flag 0/25512
176.49/167.62	c cleaning 5745 clauses out of 11489 with flag 0/31513
239.40/229.87	c cleaning 6368 clauses out of 12743 with flag 0/38512
282.81/273.00	c Got one! Elapsed wall clock time (in seconds):272.852
282.81/273.00	o 115
295.25/285.25	c cleaning 6101 clauses out of 12221 with flag 0/44358
338.04/327.44	c cleaning 6058 clauses out of 12121 with flag 0/50359
396.30/385.14	c cleaning 6528 clauses out of 13062 with flag 0/57358
489.33/477.45	c cleaning 7262 clauses out of 14534 with flag 0/65358
490.04/478.11	c Got one! Elapsed wall clock time (in seconds):477.965
490.04/478.11	o 114
541.05/528.86	c cleaning 6218 clauses out of 12447 with flag 0/70533
596.87/584.12	c cleaning 6105 clauses out of 12229 with flag 0/76533
646.29/633.19	c cleaning 6561 clauses out of 13127 with flag 0/83536
710.53/696.82	c cleaning 7274 clauses out of 14563 with flag 0/91533
792.33/778.08	c cleaning 8139 clauses out of 16291 with flag 0/100535
875.56/860.02	c cleaning 9069 clauses out of 18155 with flag 0/110538
886.37/870.89	c Got one! Elapsed wall clock time (in seconds):870.748
886.37/870.89	o 113
926.03/910.50	c cleaning 7066 clauses out of 14155 with flag 0/115607
1014.49/998.50	c cleaning 6532 clauses out of 13087 with flag 0/121605
1147.14/1130.65	c cleaning 6756 clauses out of 13555 with flag 0/128605
1283.86/1266.53	c cleaning 7396 clauses out of 14800 with flag 0/136606
1458.92/1440.61	c cleaning 8189 clauses out of 16406 with flag 0/145608
1679.60/1660.38	c cleaning 9096 clauses out of 18216 with flag 0/155607
1914.43/1894.14	c cleaning 10053 clauses out of 20119 with flag 0/166606
2226.32/2204.63	c cleaning 11028 clauses out of 22066 with flag 0/178606
2531.45/2508.01	c cleaning 12001 clauses out of 24037 with flag 0/191605
2867.95/2843.00	c cleaning 13003 clauses out of 26037 with flag 0/205606
3294.94/3267.99	c cleaning 14011 clauses out of 28033 with flag 0/220605
3600.00/3571.42	c starts		: 80
3600.00/3571.42	c conflicts		: 233379
3600.00/3571.42	c decisions		: 342817
3600.00/3571.42	c propagations		: 7565906
3600.00/3571.42	c inspects		: 1810754085
3600.00/3571.42	c shortcuts		: 0
3600.00/3571.42	c learnt literals	: 0
3600.00/3571.42	c learnt binary clauses	: 0
3600.00/3571.42	c learnt ternary clauses	: 0
3600.00/3571.42	c learnt constraints	: 233378
3600.00/3571.42	c ignored constraints	: 0
3600.00/3571.42	c root simplifications	: 0
3600.00/3571.42	c removed literals (reason simplification)	: 0
3600.00/3571.42	c reason swapping (by a shorter reason)	: 0
3600.00/3571.42	c Calls to reduceDB	: 27
3600.00/3571.42	c Number of update (reduction) of LBD	: 386499
3600.00/3571.42	c Imported unit clauses	: 0
3600.00/3571.42	c No decision after first conflict	: false
3600.00/3571.42	c number of reductions to clauses (during analyze)	: 0
3600.00/3571.42	c number of learned constraints concerned by reduction	: 0
3600.00/3571.42	c number of learning phase by resolution	: 0
3600.00/3571.42	c number of learning phase by cutting planes	: 0
3600.00/3571.42	c number of rounding to 1 operations	: 0
3600.00/3571.42	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3571.42	c number of reductions of the coefficients by power 2 	: 0
3600.00/3571.42	c number of right shift for reduction by power 2 	: 0
3600.00/3571.42	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3571.42	c number of ending skipping 	: 0
3600.00/3571.42	c number of internal skipping 	: 0
3600.00/3571.42	c number of derivation steps 	: 1400033
3600.00/3571.42	c number of skipped derivation steps 	: 0
3600.00/3571.42	c number of remaining unassigned 	: 1999840
3600.00/3571.42	c number of remaining assigned 	: 93479046
3600.00/3571.42	c number of falsified literals weakened from reason	: 0
3600.00/3571.42	c number of falsified literals weakened from conflict	: 0
3600.00/3571.42	c time for arithmetic operations	: 12924909576
3600.00/3571.43	c minimum degree of deleted constraints	: 60
3600.00/3571.43	c maximum degree of deleted constraints	: 1142557150757035970844241695445894193641173993059881455962064840568577125052925541346782193658459830073840471724320869505531516937712957945957636880275772104189890154414317047725216029642806896544969162729743612374440850872430442395587481987405527581335696906996228267312702626816501599942443384137692439597899818167108654015844472271993100279217897946171915540510922303462401980698282486142089730615577625256401419476377044583299018362460338079553010076711087799995379074584947178484601278780446234015251717224175230644112575366933833134113328222832294659888475043867917194139952216400742082155318687287082661266922406570067752490705649317865622023202299871745847774037970567196709090438381258011645638410179712923923407008140419291303279328402644459283643385251872148040435653553280026009447740618356608000
3600.00/3571.43	c number of deleted constraints	: 206583
3600.00/3571.45	c speed (assignments/second)	: 2118.5685064130475
3600.00/3571.45	c non guided choices	: 63
3600.00/3571.47	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 2352
3600.00/3571.47	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 24443
3600.00/3571.47	s SATISFIABLE
3600.00/3571.47	c Found 28 solution(s)
3600.00/3571.47	v x1 -x2 x3 -x4 -x5 x6 -x7 -x8 -x9 x10 -x11 x12 -x13 -x14 -x15 -x16 x17 x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 x27 -x28 x29 -x30 -x31 -x32 x33 x34 -x35 -x36 -x37 -x38 -x39 x40 -x41 x42 x43 x44 -x45 -x46 -x47 -x48 -x49 x50 -x51 -x52 -x53 x54 -x55 -x56 x57 -x58 x59 -x60 -x61 -x62 -x63 -x64 -x65 x66 -x67 -x68 x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 x78 -x79 -x80 x81 -x82 x83 -x84 -x85 x86 -x87 x88 -x89 x90 x91 -x92 x93 x94 -x95 x96 -x97 x98 -x99 x100 -x101 -x102 -x103 -x104 -x105 -x106 x107 -x108 -x109 -x110 -x111 x112 -x113 -x114 -x115 x116 x117 -x118 -x119 -x120 -x121 x122 x123 x124 -x125 -x126 -x127 -x128 x129 -x130 -x131 -x132 x133 -x134 -x135 -x136 -x137 -x138 x139 -x140 -x141 -x142 x143 -x144 -x145 x146 -x147 -x148 -x149 -x150 -x151 -x152 x153 -x154 -x155 x156 -x157 -x158 -x159 x160 -x161 -x162 -x163 x164 -x165 -x166 -x167 x168 x169 x170 x171 -x172 x173 -x174 x175 -x176 x177 -x178 -x179 -x180 x181 -x182 -x183 -x184 x185 -x186 -x187 -x188 -x189 -x190 x191 -x192 x193 -x194 -x195 -x196 -x197 x198 -x199 -x200 x201 x202 -x203 -x204 -x205 x206 -x207 x208 -x209 -x210 -x211 -x212 -x213 x214 -x215 -x216 -x217 -x218 x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 x230 -x231 -x232 -x233 -x234 x235 -x236 -x237 x238 -x239 -x240 x241 x242 x243 x244 x245 -x246 x247 -x248 -x249 -x250 x251 -x252 -x253 x254 x255 -x256 -x257 -x258 x259 x260 -x261 x262 -x263 x264 -x265 -x266 x267 -x268 -x269 -x270 -x271 -x272 x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 x281 -x282 -x283 -x284 -x285 -x286 -x287 x288 -x289 x290 -x291 -x292 -x293 x294 x295 x296 -x297 -x298 -x299 x300 -x301 -x302 x303 x304 -x305 x306 x307 -x308 -x309 x310 -x311 x312 -x313 -x314 -x315 -x316 x317 -x318 -x319 -x320 -x321 x322 -x323 -x324 -x325 x326 x327 -x328 x329 -x330 -x331 x332 -x333 x334 -x335 -x336 -x337 -x338 x339 -x340 -x341 x342 -x343 -x344 -x345 -x346 x347 -x348 -x349 -x350 x351 -x352 -x353 x354 -x355 x356 -x357 -x358 x359 x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 
3600.00/3571.47	c objective function=113
3600.00/3571.47	c Total wall clock time (in seconds): 3571.328

Verifier Data

OK	113

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (48008 MiB free)
  memory of node 1: 64473 MiB (58328 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4430006-1721128905/watcher-4430006-1721128905 -o /tmp/evaluation-result-4430006-1721128905/solver-4430006-1721128905 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1721127569-853199 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4430006-1721128905.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=854844, runsolver pid=854841

[startup+0.100696 s]*
/proc/loadavg: 4.52 4.30 4.21 7/332 854862
/proc/meminfo: memFree=108847348/131524600 swapFree=131071996/131071996
[pid=854844] ppid=854841 vsize=18975048 memory=63768 CPUtime=0.13 cores=5,7
/proc/854844/stat : 854844 (java) S 854841 854844 853186 0 -1 1077936128 7246 0 0 0 12 1 0 0 20 0 18 0 165054313 19430449152 15942 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
/proc/854844/statm: 4743762 15942 5751 1 0 549381 0
[pid=854844/tid=854846] ppid=854841 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/854844/task/854846/stat : 854846 (java) R 854841 854844 853186 0 -1 1077936192 5767 0 0 0 7 1 0 0 20 0 18 0 165054313 19430449152 15942 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
[pid=854844/tid=854855] ppid=854841 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/854844/task/854855/stat : 854855 (Finalizer) S 854841 854844 853186 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 165054316 19430449152 15942 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
[pid=854844/tid=854862] ppid=854841 vsize=18975048 memory=13847473600877114 CPUtime=0 cores=5,7
/proc/854844/task/854862/stat : 854862 (Common-Cleaner) S 854841 854844 853186 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 165054316 19430449152 15942 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63768 KiB

[startup+0.208239 s]*
/proc/loadavg: 4.52 4.30 4.21 9/333 854863
/proc/meminfo: memFree=108838560/131524600 swapFree=131071996/131071996
[pid=854844] ppid=854841 vsize=19041612 memory=72580 CPUtime=0.34 cores=5,7
/proc/854844/stat : 854844 (java) S 854841 854844 853186 0 -1 1077936128 7962 0 0 0 32 2 0 0 20 0 19 0 165054313 19498610688 18145 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
/proc/854844/statm: 4760403 18145 5875 1 0 550134 0
[pid=854844/tid=854846] ppid=854841 vsize=19041612 memory=4782652875487838339 CPUtime=0.18 cores=5,7
/proc/854844/task/854846/stat : 854846 (java) R 854841 854844 853186 0 -1 1077936192 6135 0 0 0 17 1 0 0 20 0 19 0 165054313 19498610688 18145 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
[pid=854844/tid=854855] ppid=854841 vsize=19041612 memory=3640 CPUtime=0 cores=5,7
/proc/854844/task/854855/stat : 854855 (Finalizer) S 854841 854844 853186 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 165054316 19498610688 18146 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
[pid=854844/tid=854862] ppid=854841 vsize=19041612 memory=15819993166120615 CPUtime=0 cores=5,7
/proc/854844/task/854862/stat : 854862 (Common-Cleaner) S 854841 854844 853186 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 165054316 19498610688 18146 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
[pid=854844/tid=854863] ppid=854841 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/854844/task/854863/stat : 854863 (Timer-0) S 854841 854844 853186 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 165054333 19498610688 18146 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 72580 KiB

[startup+0.305855 s]*
/proc/loadavg: 4.52 4.30 4.21 7/333 854863
/proc/meminfo: memFree=108828704/131524600 swapFree=131071996/131071996
[pid=854844] ppid=854841 vsize=19041612 memory=82160 CPUtime=0.52 cores=5,7
/proc/854844/stat : 854844 (java) S 854841 854844 853186 0 -1 1077936128 9891 0 0 0 50 2 0 0 20 0 19 0 165054313 19498610688 20540 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
/proc/854844/statm: 4760403 20540 5875 1 0 550858 0
[pid=854844/tid=854846] ppid=854841 vsize=19041612 memory=-9104416322289509052 CPUtime=0.26 cores=5,7
/proc/854844/task/854846/stat : 854846 (java) R 854841 854844 853186 0 -1 4194368 6183 0 0 0 25 1 0 0 20 0 19 0 165054313 19498610688 20540 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
[pid=854844/tid=854855] ppid=854841 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/854844/task/854855/stat : 854855 (Finalizer) S 854841 854844 853186 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 165054316 19498610688 20540 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
[pid=854844/tid=854862] ppid=854841 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/854844/task/854862/stat : 854862 (Common-Cleaner) S 854841 854844 853186 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 165054316 19498610688 20540 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
[pid=854844/tid=854863] ppid=854841 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/854844/task/854863/stat : 854863 (Timer-0) S 854841 854844 853186 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 165054333 19498610688 20540 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 82160 KiB

[startup+0.700774 s]
/proc/loadavg: 4.52 4.30 4.21 6/333 854863
/proc/meminfo: memFree=108796820/131524600 swapFree=131071996/131071996
[pid=854844] ppid=854841 vsize=19041612 memory=150280 CPUtime=1.29 cores=5,7
/proc/854844/stat : 854844 (java) S 854841 854844 853186 0 -1 1077936128 13123 0 0 0 125 4 0 0 20 0 19 0 165054313 19498610688 37570 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
/proc/854844/statm: 4760403 37570 5875 1 0 552844 0
[pid=854844/tid=854846] ppid=854841 vsize=19041612 memory=41948 CPUtime=0.61 cores=5,7
/proc/854844/task/854846/stat : 854846 (java) R 854841 854844 853186 0 -1 4194368 6217 0 0 0 58 3 0 0 20 0 19 0 165054313 19498610688 37570 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
[pid=854844/tid=854855] ppid=854841 vsize=19041612 memory=12180 CPUtime=0 cores=5,7
/proc/854844/task/854855/stat : 854855 (Finalizer) S 854841 854844 853186 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 165054316 19498610688 37570 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
[pid=854844/tid=854862] ppid=854841 vsize=19041612 memory=2268 CPUtime=0 cores=5,7
/proc/854844/task/854862/stat : 854862 (Common-Cleaner) S 854841 854844 853186 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 165054316 19498610688 37570 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
[pid=854844/tid=854863] ppid=854841 vsize=19041612 memory=26024 CPUtime=0 cores=5,7
/proc/854844/task/854863/stat : 854863 (Timer-0) S 854841 854844 853186 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 165054333 19498610688 37570 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 150280 KiB

[startup+1.50078 s]
/proc/loadavg: 4.52 4.30 4.21 6/334 854864
/proc/meminfo: memFree=108730308/131524600 swapFree=131071996/131071996
[pid=854844] ppid=854841 vsize=19108176 memory=200424 CPUtime=2.84 cores=5,7
/proc/854844/stat : 854844 (java) S 854841 854844 853186 0 -1 1077936128 23841 0 0 0 279 5 0 0 20 0 20 0 165054313 19566772224 50106 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
/proc/854844/statm: 4777044 50106 5906 1 0 557361 0
[pid=854844/tid=854846] ppid=854841 vsize=19108176 memory=12180 CPUtime=1.36 cores=5,7
/proc/854844/task/854846/stat : 854846 (java) R 854841 854844 853186 0 -1 4194368 6481 0 0 0 133 3 0 0 20 0 20 0 165054313 19566772224 50106 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
[pid=854844/tid=854855] ppid=854841 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/854844/task/854855/stat : 854855 (Finalizer) S 854841 854844 853186 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 165054316 19566772224 50106 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
[pid=854844/tid=854862] ppid=854841 vsize=19108176 memory=2268 CPUtime=0 cores=5,7
/proc/854844/task/854862/stat : 854862 (Common-Cleaner) S 854841 854844 853186 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 165054316 19566772224 50106 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
[pid=854844/tid=854863] ppid=854841 vsize=19108176 memory=26024 CPUtime=0 cores=5,7
/proc/854844/task/854863/stat : 854863 (Timer-0) S 854841 854844 853186 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 165054333 19566772224 50106 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 200424 KiB

[startup+3.10579 s]
/proc/loadavg: 4.80 4.36 4.23 5/334 854864
/proc/meminfo: memFree=108488976/131524600 swapFree=131071996/131071996
[pid=854844] ppid=854841 vsize=19108176 memory=421280 CPUtime=5.65 cores=5,7
/proc/854844/stat : 854844 (java) S 854841 854844 853186 0 -1 1077936128 25917 0 0 0 554 11 0 0 20 0 20 0 165054313 19566772224 105320 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
/proc/854844/statm: 4777044 105320 5906 1 0 663997 0
[pid=854844/tid=854846] ppid=854841 vsize=19108176 memory=0 CPUtime=2.89 cores=5,7
/proc/854844/task/854846/stat : 854846 (java) R 854841 854844 853186 0 -1 4194368 6973 0 0 0 282 7 0 0 20 0 20 0 165054313 19566772224 105320 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
[pid=854844/tid=854855] ppid=854841 vsize=19108176 memory=-9104416322289509052 CPUtime=0 cores=5,7
/proc/854844/task/854855/stat : 854855 (Finalizer) S 854841 854844 853186 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 165054316 19566772224 105320 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
[pid=854844/tid=854862] ppid=854841 vsize=19108176 memory=12180 CPUtime=0 cores=5,7
/proc/854844/task/854862/stat : 854862 (Common-Cleaner) S 854841 854844 853186 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 165054316 19566772224 105320 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
[pid=854844/tid=854863] ppid=854841 vsize=19108176 memory=2268 CPUtime=0 cores=5,7
/proc/854844/task/854863/stat : 854863 (Timer-0) S 854841 854844 853186 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 165054333 19566772224 105320 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
Current children cumulated CPU time: 5.65 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 421280 KiB

[startup+6.30077 s]
/proc/loadavg: 4.80 4.36 4.23 6/334 854864
/proc/meminfo: memFree=108344692/131524600 swapFree=131071996/131071996
[pid=854844] ppid=854841 vsize=19108176 memory=675588 CPUtime=8.89 cores=5,7
/proc/854844/stat : 854844 (java) S 854841 854844 853186 0 -1 1077936128 26592 0 0 0 872 17 0 0 20 0 20 0 165054313 19566772224 168897 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
/proc/854844/statm: 4777044 168897 5906 1 0 837373 0
[pid=854844/tid=854846] ppid=854841 vsize=19108176 memory=2268 CPUtime=5.92 cores=5,7
/proc/854844/task/854846/stat : 854846 (java) R 854841 854844 853186 0 -1 4194368 7074 0 0 0 581 11 0 0 20 0 20 0 165054313 19566772224 168897 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
[pid=854844/tid=854855] ppid=854841 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/854844/task/854855/stat : 854855 (Finalizer) S 854841 854844 853186 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 165054316 19566772224 168897 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
[pid=854844/tid=854862] ppid=854841 vsize=19108176 memory=12180 CPUtime=0 cores=5,7
/proc/854844/task/854862/stat : 854862 (Common-Cleaner) S 854841 854844 853186 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 165054316 19566772224 168897 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
[pid=854844/tid=854863] ppid=854841 vsize=19108176 memory=-5158697563450915880 CPUtime=0 cores=5,7
/proc/854844/task/854863/stat : 854863 (Timer-0) S 854841 854844 853186 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 165054333 19566772224 168897 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
Current children cumulated CPU time: 8.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 675588 KiB

[startup+12.7003 s]
/proc/loadavg: 4.98 4.41 4.25 5/334 854866
/proc/meminfo: memFree=107546676/131524600 swapFree=131071996/131071996
[pid=854844] ppid=854841 vsize=19108176 memory=1361860 CPUtime=15.81 cores=5,7
/proc/854844/stat : 854844 (java) S 854841 854844 853186 0 -1 1077936128 28494 0 0 0 1551 30 0 0 20 0 20 0 165054313 19566772224 340465 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
/proc/854844/statm: 4777044 340465 5921 1 0 837385 0
[pid=854844/tid=854846] ppid=854841 vsize=19108176 memory=12180 CPUtime=12.2 cores=5,7
/proc/854844/task/854846/stat : 854846 (java) R 854841 854844 853186 0 -1 4194368 7868 0 0 0 1197 23 0 0 20 0 20 0 165054313 19566772224 340465 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
[pid=854844/tid=854855] ppid=854841 vsize=19108176 memory=1314688 CPUtime=0 cores=5,7
/proc/854844/task/854855/stat : 854855 (Finalizer) S 854841 854844 853186 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 165054316 19566772224 340465 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
[pid=854844/tid=854862] ppid=854841 vsize=19108176 memory=41948 CPUtime=0 cores=5,7
/proc/854844/task/854862/stat : 854862 (Common-Cleaner) S 854841 854844 853186 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 165054316 19566772224 340465 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
[pid=854844/tid=854863] ppid=854841 vsize=19108176 memory=12180 CPUtime=0 cores=5,7
/proc/854844/task/854863/stat : 854863 (Timer-0) S 854841 854844 853186 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 165054333 19566772224 340465 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
Current children cumulated CPU time: 15.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1361860 KiB

[startup+25.5003 s]
/proc/loadavg: 5.06 4.45 4.26 5/334 854867
/proc/meminfo: memFree=106797192/131524600 swapFree=131071996/131071996
[pid=854844] ppid=854841 vsize=19108176 memory=2103676 CPUtime=29.37 cores=5,7
/proc/854844/stat : 854844 (java) S 854841 854844 853186 0 -1 1077936128 42025 0 0 0 2889 48 0 0 20 0 20 0 165054313 19566772224 525919 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
/proc/854844/statm: 4777044 525919 5921 1 0 837597 0
[pid=854844/tid=854846] ppid=854841 vsize=19108176 memory=6943526294502006880 CPUtime=24.84 cores=5,7
/proc/854844/task/854846/stat : 854846 (java) S 854841 854844 853186 0 -1 1077936192 11723 0 0 0 2446 38 0 0 20 0 20 0 165054313 19566772224 525919 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
[pid=854844/tid=854855] ppid=854841 vsize=19108176 memory=11560 CPUtime=0 cores=5,7
/proc/854844/task/854855/stat : 854855 (Finalizer) S 854841 854844 853186 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 165054316 19566772224 525919 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
[pid=854844/tid=854862] ppid=854841 vsize=19108176 memory=3471 CPUtime=0 cores=5,7
/proc/854844/task/854862/stat : 854862 (Common-Cleaner) S 854841 854844 853186 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 165054316 19566772224 525919 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
[pid=854844/tid=854863] ppid=854841 vsize=19108176 memory=12180 CPUtime=0 cores=5,7
/proc/854844/task/854863/stat : 854863 (Timer-0) S 854841 854844 853186 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 165054333 19566772224 525919 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
Current children cumulated CPU time: 29.37 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2103676 KiB

[startup+51.1056 s]
/proc/loadavg: 4.78 4.43 4.26 5/313 854889
/proc/meminfo: memFree=117141000/131524600 swapFree=131071996/131071996
[pid=854844] ppid=854841 vsize=19108176 memory=2209264 CPUtime=57.58 cores=5,7
/proc/854844/stat : 854844 (java) S 854841 854844 853186 0 -1 1077936128 59257 0 0 0 5706 52 0 0 20 0 20 0 165054313 19566772224 552316 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
/proc/854844/statm: 4777044 552316 5921 1 0 838733 0

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

/proc/meminfo: memFree=108722668/131524600 swapFree=131071996/131071996
[pid=854844] ppid=854841 vsize=19108176 memory=3318640 CPUtime=3189.3 cores=5,7
/proc/854844/stat : 854844 (java) S 854841 854844 853186 0 -1 1077936128 356094 0 0 0 318729 201 0 0 20 0 20 0 165054313 19566772224 829660 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
/proc/854844/statm: 4777044 829660 5943 1 0 839692 0
[pid=854844/tid=854846] ppid=854841 vsize=19108176 memory=3318564 CPUtime=3120.12 cores=5,7
/proc/854844/task/854846/stat : 854846 (java) R 854841 854844 853186 0 -1 4194368 145523 0 0 0 311952 60 0 0 20 0 20 0 165054313 19566772224 829660 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 20 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
[pid=854844/tid=854855] ppid=854841 vsize=19108176 memory=3318640 CPUtime=0 cores=5,7
/proc/854844/task/854855/stat : 854855 (Finalizer) S 854841 854844 853186 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 165054316 19566772224 829660 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
[pid=854844/tid=854862] ppid=854841 vsize=19108176 memory=3318640 CPUtime=0 cores=5,7
/proc/854844/task/854862/stat : 854862 (Common-Cleaner) S 854841 854844 853186 0 -1 1077936192 3700 0 0 0 0 0 0 0 20 0 20 0 165054316 19566772224 829660 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
[pid=854844/tid=854863] ppid=854841 vsize=19108176 memory=3318640 CPUtime=0 cores=5,7
/proc/854844/task/854863/stat : 854863 (Timer-0) S 854841 854844 853186 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 165054333 19566772224 829660 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
Current children cumulated CPU time: 3189.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3318640 KiB

[startup+3222.3 s]
/proc/loadavg: 4.17 4.16 4.18 5/331 856847
/proc/meminfo: memFree=108722304/131524600 swapFree=131071996/131071996
[pid=854844] ppid=854841 vsize=19108176 memory=3318640 CPUtime=3249.32 cores=5,7
/proc/854844/stat : 854844 (java) S 854841 854844 853186 0 -1 1077936128 359763 0 0 0 324729 203 0 0 20 0 20 0 165054313 19566772224 829660 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
/proc/854844/statm: 4777044 829660 5943 1 0 839692 0
[pid=854844/tid=854846] ppid=854841 vsize=19108176 memory=3318640 CPUtime=3179.14 cores=5,7
/proc/854844/task/854846/stat : 854846 (java) R 854841 854844 853186 0 -1 4194368 147811 0 0 0 317854 60 0 0 20 0 20 0 165054313 19566772224 829660 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 20 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
[pid=854844/tid=854855] ppid=854841 vsize=19108176 memory=11560 CPUtime=0 cores=5,7
/proc/854844/task/854855/stat : 854855 (Finalizer) S 854841 854844 853186 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 165054316 19566772224 829660 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
[pid=854844/tid=854862] ppid=854841 vsize=19108176 memory=3318640 CPUtime=0 cores=5,7
/proc/854844/task/854862/stat : 854862 (Common-Cleaner) S 854841 854844 853186 0 -1 1077936192 3779 0 0 0 0 0 0 0 20 0 20 0 165054316 19566772224 829660 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
[pid=854844/tid=854863] ppid=854841 vsize=19108176 memory=3318640 CPUtime=0 cores=5,7
/proc/854844/task/854863/stat : 854863 (Timer-0) S 854841 854844 853186 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 165054333 19566772224 829660 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
Current children cumulated CPU time: 3249.32 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3318640 KiB

[startup+3282.3 s]
/proc/loadavg: 4.35 4.21 4.19 7/331 856858
/proc/meminfo: memFree=108261612/131524600 swapFree=131071996/131071996
[pid=854844] ppid=854841 vsize=19108176 memory=3318640 CPUtime=3309.42 cores=5,7
/proc/854844/stat : 854844 (java) S 854841 854844 853186 0 -1 1077936128 364193 0 0 0 330737 205 0 0 20 0 20 0 165054313 19566772224 829660 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
/proc/854844/statm: 4777044 829660 5943 1 0 839692 0
[pid=854844/tid=854846] ppid=854841 vsize=19108176 memory=3318640 CPUtime=3238.66 cores=5,7
/proc/854844/task/854846/stat : 854846 (java) R 854841 854844 853186 0 -1 4194368 149972 0 0 0 323806 60 0 0 20 0 20 0 165054313 19566772224 829660 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 22 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
[pid=854844/tid=854855] ppid=854841 vsize=19108176 memory=41948 CPUtime=0 cores=5,7
/proc/854844/task/854855/stat : 854855 (Finalizer) S 854841 854844 853186 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 165054316 19566772224 829660 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
[pid=854844/tid=854862] ppid=854841 vsize=19108176 memory=12180 CPUtime=0 cores=5,7
/proc/854844/task/854862/stat : 854862 (Common-Cleaner) S 854841 854844 853186 0 -1 1077936192 3855 0 0 0 0 0 0 0 20 0 20 0 165054316 19566772224 829660 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
[pid=854844/tid=854863] ppid=854841 vsize=19108176 memory=11560 CPUtime=0 cores=5,7
/proc/854844/task/854863/stat : 854863 (Timer-0) S 854841 854844 853186 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 165054333 19566772224 829660 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
Current children cumulated CPU time: 3309.42 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3318640 KiB

[startup+3342.3 s]
/proc/loadavg: 4.18 4.18 4.18 5/331 856869
/proc/meminfo: memFree=107049004/131524600 swapFree=131071996/131071996
[pid=854844] ppid=854841 vsize=19108176 memory=3318640 CPUtime=3369.67 cores=5,7
/proc/854844/stat : 854844 (java) S 854841 854844 853186 0 -1 1077936128 368371 0 0 0 336760 207 0 0 20 0 20 0 165054313 19566772224 829660 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
/proc/854844/statm: 4777044 829660 5943 1 0 839692 0
[pid=854844/tid=854846] ppid=854841 vsize=19108176 memory=3318640 CPUtime=3297.92 cores=5,7
/proc/854844/task/854846/stat : 854846 (java) R 854841 854844 853186 0 -1 4194368 151897 0 0 0 329731 61 0 0 20 0 20 0 165054313 19566772224 829660 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 22 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
[pid=854844/tid=854855] ppid=854841 vsize=19108176 memory=11560 CPUtime=0 cores=5,7
/proc/854844/task/854855/stat : 854855 (Finalizer) S 854841 854844 853186 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 165054316 19566772224 829660 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
[pid=854844/tid=854862] ppid=854841 vsize=19108176 memory=3318640 CPUtime=0 cores=5,7
/proc/854844/task/854862/stat : 854862 (Common-Cleaner) S 854841 854844 853186 0 -1 1077936192 3933 0 0 0 0 0 0 0 20 0 20 0 165054316 19566772224 829660 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
[pid=854844/tid=854863] ppid=854841 vsize=19108176 memory=3318640 CPUtime=0 cores=5,7
/proc/854844/task/854863/stat : 854863 (Timer-0) S 854841 854844 853186 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 165054333 19566772224 829660 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
Current children cumulated CPU time: 3369.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3318640 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.16 4.17 5/331 856879
/proc/meminfo: memFree=107048076/131524600 swapFree=131071996/131071996
[pid=854844] ppid=854841 vsize=19108176 memory=3318660 CPUtime=3430.11 cores=5,7
/proc/854844/stat : 854844 (java) S 854841 854844 853186 0 -1 1077936128 373003 0 0 0 342800 211 0 0 20 0 20 0 165054313 19566772224 829665 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
/proc/854844/statm: 4777044 829665 5943 1 0 839692 0
[pid=854844/tid=854846] ppid=854841 vsize=19108176 memory=3318640 CPUtime=3357.14 cores=5,7
/proc/854844/task/854846/stat : 854846 (java) R 854841 854844 853186 0 -1 4194368 154710 0 0 0 335653 61 0 0 20 0 20 0 165054313 19566772224 829665 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 22 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
[pid=854844/tid=854855] ppid=854841 vsize=19108176 memory=3318656 CPUtime=0 cores=5,7
/proc/854844/task/854855/stat : 854855 (Finalizer) S 854841 854844 853186 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 165054316 19566772224 829665 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
[pid=854844/tid=854862] ppid=854841 vsize=19108176 memory=3318656 CPUtime=0 cores=5,7
/proc/854844/task/854862/stat : 854862 (Common-Cleaner) S 854841 854844 853186 0 -1 1077936192 4023 0 0 0 0 0 0 0 20 0 20 0 165054316 19566772224 829665 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
[pid=854844/tid=854863] ppid=854841 vsize=19108176 memory=3318660 CPUtime=0 cores=5,7
/proc/854844/task/854863/stat : 854863 (Timer-0) S 854841 854844 853186 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 165054333 19566772224 829665 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
Current children cumulated CPU time: 3430.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3318660 KiB

[startup+3462.3 s]
/proc/loadavg: 4.22 4.19 4.18 5/330 856890
/proc/meminfo: memFree=106924356/131524600 swapFree=131071996/131071996
[pid=854844] ppid=854841 vsize=19108176 memory=3318668 CPUtime=3490.5 cores=5,7
/proc/854844/stat : 854844 (java) S 854841 854844 853186 0 -1 1077936128 377735 0 0 0 348837 213 0 0 20 0 20 0 165054313 19566772224 829667 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
/proc/854844/statm: 4777044 829667 5943 1 0 839692 0
[pid=854844/tid=854846] ppid=854841 vsize=19108176 memory=3318640 CPUtime=3416.39 cores=5,7
/proc/854844/task/854846/stat : 854846 (java) R 854841 854844 853186 0 -1 4194368 157397 0 0 0 341578 61 0 0 20 0 20 0 165054313 19566772224 829667 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 22 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
[pid=854844/tid=854855] ppid=854841 vsize=19108176 memory=3318660 CPUtime=0 cores=5,7
/proc/854844/task/854855/stat : 854855 (Finalizer) S 854841 854844 853186 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 165054316 19566772224 829667 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
[pid=854844/tid=854862] ppid=854841 vsize=19108176 memory=3318656 CPUtime=0 cores=5,7
/proc/854844/task/854862/stat : 854862 (Common-Cleaner) S 854841 854844 853186 0 -1 1077936192 4102 0 0 0 0 0 0 0 20 0 20 0 165054316 19566772224 829667 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
[pid=854844/tid=854863] ppid=854841 vsize=19108176 memory=3318668 CPUtime=0 cores=5,7
/proc/854844/task/854863/stat : 854863 (Timer-0) S 854841 854844 853186 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 165054333 19566772224 829667 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
Current children cumulated CPU time: 3490.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3318668 KiB

[startup+3522.3 s]
/proc/loadavg: 4.38 4.25 4.20 6/334 856907
/proc/meminfo: memFree=106730540/131524600 swapFree=131071996/131071996
[pid=854844] ppid=854841 vsize=19108176 memory=3318668 CPUtime=3550.59 cores=5,7
/proc/854844/stat : 854844 (java) S 854841 854844 853186 0 -1 1077936128 382375 0 0 0 354843 216 0 0 20 0 20 0 165054313 19566772224 829667 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
/proc/854844/statm: 4777044 829667 5943 1 0 839692 0
[pid=854844/tid=854846] ppid=854841 vsize=19108176 memory=3318660 CPUtime=3475.64 cores=5,7
/proc/854844/task/854846/stat : 854846 (java) R 854841 854844 853186 0 -1 4194368 159870 0 0 0 347502 62 0 0 20 0 20 0 165054313 19566772224 829667 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 22 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
[pid=854844/tid=854855] ppid=854841 vsize=19108176 memory=3318668 CPUtime=0 cores=5,7
/proc/854844/task/854855/stat : 854855 (Finalizer) S 854841 854844 853186 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 165054316 19566772224 829667 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
[pid=854844/tid=854862] ppid=854841 vsize=19108176 memory=3318668 CPUtime=0 cores=5,7
/proc/854844/task/854862/stat : 854862 (Common-Cleaner) S 854841 854844 853186 0 -1 1077936192 4192 0 0 0 0 0 0 0 20 0 20 0 165054316 19566772224 829667 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
[pid=854844/tid=854863] ppid=854841 vsize=19108176 memory=3318668 CPUtime=0 cores=5,7
/proc/854844/task/854863/stat : 854863 (Timer-0) S 854841 854844 853186 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 165054333 19566772224 829667 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
Current children cumulated CPU time: 3550.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3318668 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3571.4 s]
/proc/loadavg: 4.52 4.30 4.22 6/334 856916
/proc/meminfo: memFree=106728296/131524600 swapFree=131071996/131071996
[pid=854844] ppid=854841 vsize=19108176 memory=3318668 CPUtime=3600 cores=5,7
/proc/854844/stat : 854844 (java) S 854841 854844 853186 0 -1 1077936128 384532 0 0 0 359782 218 0 0 20 0 20 0 165054313 19566772224 829667 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
/proc/854844/statm: 4777044 829667 5943 1 0 839692 0
[pid=854844/tid=854846] ppid=854841 vsize=19108176 memory=11560 CPUtime=3524.23 cores=5,7
/proc/854844/task/854846/stat : 854846 (java) R 854841 854844 853186 0 -1 4194368 161786 0 0 0 352360 63 0 0 20 0 20 0 165054313 19566772224 829667 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 22 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
[pid=854844/tid=854855] ppid=854841 vsize=19108176 memory=3318668 CPUtime=0 cores=5,7
/proc/854844/task/854855/stat : 854855 (Finalizer) S 854841 854844 853186 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 165054316 19566772224 829667 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
[pid=854844/tid=854862] ppid=854841 vsize=19108176 memory=19432 CPUtime=0 cores=5,7
/proc/854844/task/854862/stat : 854862 (Common-Cleaner) S 854841 854844 853186 0 -1 1077936192 4192 0 0 0 0 0 0 0 20 0 20 0 165054316 19566772224 829667 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
[pid=854844/tid=854863] ppid=854841 vsize=19108176 memory=104 CPUtime=0 cores=5,7
/proc/854844/task/854863/stat : 854863 (Timer-0) S 854841 854844 853186 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 165054333 19566772224 829667 134679101440 94521647894528 94521647898224 140722152300368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94521647906040 94521647906832 94521648287744 140722152309749 140722152309857 140722152309857 140722152316872 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3318668 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.97 s, system=2.19836 s

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

Child status: 143

Real time (s): 3571.49
CPU time (s): 3600.17
CPU user time (s): 3597.97
CPU system time (s): 2.19836
CPU usage (%): 100.803
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 3318668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.97
system time used= 2.19836
maximum resident set size= 3320144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 388510
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3800
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 126421
involuntary context switches= 10248


# summary of solver processes directly reported to runsolver:
#   pid: 854844
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3597.97
#   total CPU system time (s): 2.19836

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.68236 second user time and 17.3702 second system time

The end

Launcher Data

Begin job on nodeC021 at 2024-07-16 13:21:57
IDJOB=4430006
IDBENCH=155338
IDSOLVER=3052
FILE ID=nodeC021/4430006-1721128905
RUNJOBID= nodeC021-1721127569-853199
SLURM_JOB_ID= 7505685
Free space on /tmp= 889840 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB11/OPT-LIN/heinz/normalized-go19.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4430006-1721128905/watcher-4430006-1721128905 -o /tmp/evaluation-result-4430006-1721128905/solver-4430006-1721128905 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1721127569-853199 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4430006-1721128905.opb

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

MD5SUM BENCH= 51fa3ae0158cc49e421df545accb4e20
RANDOM SEED=1382246951

nodeC021.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		: 3663.640
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.42
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		: 3668.069
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.23
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		: 3599.903
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.42
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		: 3600.095
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.23
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		: 3663.758
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.42
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		: 3640.989
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.23
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		: 3599.730
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.42
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		: 3647.720
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        108889924 kB
MemAvailable:   112379124 kB
Buffers:          405648 kB
Cached:          3883796 kB
SwapCached:            0 kB
Active:          1000852 kB
Inactive:       20920768 kB
Active(anon):       1536 kB
Inactive(anon): 17668372 kB
Active(file):     999316 kB
Inactive(file):  3252396 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1020 kB
Writeback:            72 kB
AnonPages:      17631476 kB
Mapped:           124180 kB
Shmem:             37720 kB
KReclaimable:     154620 kB
Slab:             269208 kB
SReclaimable:     154620 kB
SUnreclaim:       114588 kB
KernelStack:        5072 kB
PageTables:        44648 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   19538108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            62720 kB
HardwareCorrupted:     0 kB
AnonHugePages:  17293312 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:      256724 kB
DirectMap2M:    23633920 kB
DirectMap1G:    112197632 kB

Free space on /tmp at the end= 890068 MiB
End job on nodeC021 at 2024-07-16 14:21:29