Trace number 4460077

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)-133 3600.21 3542.5

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-NLC/minlplib2-pb-0.1.0/
opb/normalized-sporttournament26.opb
MD5SUM4a2fbd934e93739f7ac25dbfb2053862
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-167
Best CPU time to get the best result obtained on this benchmark999.467
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables0
Total number of constraints0
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 constraints0
Minimum length of a constraint-1
Maximum length of a constraint0
Number of terms in the objective function 852
Biggest coefficient in the objective function 2
Number of bits for the biggest coefficient in the objective function 2
Sum of the numbers in the objective function 920
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 920
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)624
Sum of products size (including duplicates)1248
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.09	c Number of processors 	2
0.13/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: ASSIGNED
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Armin Biere (Picosat) restarts strategy
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.15	Listener: none
0.13/0.15	--- 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  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
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: ASSIGNED
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@59690aa4 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 Armin Biere (Picosat) restarts strategy
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
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-4460077-1721942915.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  objective function found
0.32/0.21	c ... done. Wall clock time 0.061s.
0.32/0.21	c declared #vars     325
0.32/0.21	c internal #vars     949
0.32/0.21	c #constraints  1248
0.32/0.21	c constraints type 
0.32/0.22	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 624
0.32/0.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 624
0.32/0.22	c 1248 constraints processed.
0.32/0.22	c objective function length is 852 literals
0.32/0.24	c SATISFIABLE
0.32/0.24	c OPTIMIZING...
0.32/0.24	c Got one! Elapsed wall clock time (in seconds):0.084
0.32/0.24	o -97
0.52/0.31	c Got one! Elapsed wall clock time (in seconds):0.162
0.52/0.32	o -98
0.52/0.34	c Got one! Elapsed wall clock time (in seconds):0.19
0.52/0.34	o -99
0.52/0.39	c Got one! Elapsed wall clock time (in seconds):0.235
0.52/0.39	o -100
0.69/0.45	c Got one! Elapsed wall clock time (in seconds):0.286
0.69/0.45	o -101
0.89/0.57	c Got one! Elapsed wall clock time (in seconds):0.419
0.89/0.57	o -102
2.24/1.20	c Got one! Elapsed wall clock time (in seconds):1.046
2.24/1.20	o -103
4.61/2.57	c Got one! Elapsed wall clock time (in seconds):2.419
4.61/2.57	o -104
5.41/3.22	c Got one! Elapsed wall clock time (in seconds):3.068
5.41/3.22	o -109
12.48/10.02	c Got one! Elapsed wall clock time (in seconds):9.864
12.48/10.02	o -110
23.82/21.13	c Got one! Elapsed wall clock time (in seconds):20.982
23.82/21.13	o -111
39.99/37.22	c Got one! Elapsed wall clock time (in seconds):37.07
39.99/37.22	o -112
48.30/45.54	c Got one! Elapsed wall clock time (in seconds):45.392
48.30/45.54	o -113
65.04/62.06	c Got one! Elapsed wall clock time (in seconds):61.909
65.04/62.06	o -114
80.08/77.03	c Got one! Elapsed wall clock time (in seconds):76.876
80.08/77.03	o -115
125.72/122.27	c cleaning 3764 clauses out of 7536 with flag 0/7536
126.89/123.30	c Got one! Elapsed wall clock time (in seconds):123.135
126.89/123.30	o -116
132.86/129.27	c Got one! Elapsed wall clock time (in seconds):129.123
132.86/129.27	o -117
135.64/132.04	c Got one! Elapsed wall clock time (in seconds):131.891
135.64/132.04	o -118
139.48/135.86	c Got one! Elapsed wall clock time (in seconds):135.707
139.48/135.86	o -119
176.74/172.72	c Got one! Elapsed wall clock time (in seconds):172.572
176.74/172.72	o -120
232.66/228.12	c Got one! Elapsed wall clock time (in seconds):227.966
232.66/228.12	o -121
258.49/253.78	c cleaning 5745 clauses out of 11508 with flag 0/15272
263.61/258.78	c Got one! Elapsed wall clock time (in seconds):258.627
263.61/258.78	o -122
292.28/286.89	c cleaning 5582 clauses out of 11188 with flag 0/20697
344.74/338.64	c cleaning 5802 clauses out of 11605 with flag 0/26696
353.16/346.86	c Got one! Elapsed wall clock time (in seconds):346.712
353.16/346.86	o -123
392.66/385.80	c Got one! Elapsed wall clock time (in seconds):385.651
392.66/385.80	o -124
415.27/408.41	c cleaning 6228 clauses out of 12460 with flag 0/33353
450.85/443.41	c cleaning 6098 clauses out of 12230 with flag 0/39351
505.18/496.86	c cleaning 6566 clauses out of 13133 with flag 0/46352
527.76/519.00	c Got one! Elapsed wall clock time (in seconds):518.846
527.76/519.00	o -125
559.16/549.98	c cleaning 6227 clauses out of 12455 with flag 0/52240
560.06/550.89	c Got one! Elapsed wall clock time (in seconds):550.743
560.06/550.89	o -126
591.00/581.12	c cleaning 5239 clauses out of 11712 with flag 0/57724
620.08/609.62	c cleaning 4872 clauses out of 12470 with flag 0/63721
664.48/653.15	c cleaning 5332 clauses out of 14609 with flag 0/70732
697.08/685.39	c Got one! Elapsed wall clock time (in seconds):685.234
697.08/685.39	o -127
702.25/690.48	c Got one! Elapsed wall clock time (in seconds):690.329
702.25/690.48	o -128
710.49/698.56	c cleaning 4708 clauses out of 15114 with flag 0/76569
748.34/735.83	c cleaning 5080 clauses out of 16408 with flag 0/82571
776.47/763.31	c Got one! Elapsed wall clock time (in seconds):763.157
776.47/763.31	o -129
832.83/819.04	c cleaning 9296 clauses out of 22617 with flag 0/93860
857.72/843.36	c cleaning 4411 clauses out of 19321 with flag 0/99860
914.32/899.12	c cleaning 6364 clauses out of 21913 with flag 0/106863
977.36/961.33	c cleaning 6834 clauses out of 23547 with flag 0/114861
1047.36/1030.20	c cleaning 8166 clauses out of 25712 with flag 0/123860
1134.19/1115.61	c cleaning 9182 clauses out of 27546 with flag 0/133860
1195.90/1176.26	c cleaning 9384 clauses out of 29366 with flag 0/144862
1307.48/1285.84	c cleaning 10873 clauses out of 31980 with flag 0/156860
1511.17/1486.91	c cleaning 10855 clauses out of 34107 with flag 0/169860
1661.17/1635.38	c cleaning 12543 clauses out of 37252 with flag 0/183860
1791.74/1763.51	c cleaning 14318 clauses out of 39709 with flag 0/198860
1931.40/1901.31	c Got one! Elapsed wall clock time (in seconds):1901.154
1931.40/1901.31	o -130
2069.15/2037.96	c cleaning 13902 clauses out of 40911 with flag 0/214380
2112.27/2079.99	c cleaning 5223 clauses out of 33008 with flag 0/220379
2183.61/2150.55	c cleaning 6030 clauses out of 34786 with flag 0/227380
2247.27/2213.36	c cleaning 6794 clauses out of 36756 with flag 0/235380
2366.92/2331.18	c cleaning 7177 clauses out of 38963 with flag 0/244381
2461.76/2424.81	c cleaning 8480 clauses out of 41785 with flag 0/254380
2464.03/2427.06	c Got one! Elapsed wall clock time (in seconds):2426.91
2464.03/2427.06	o -131
2494.88/2456.80	c cleaning 5113 clauses out of 39143 with flag 0/260218
2539.55/2500.96	c cleaning 5371 clauses out of 40030 with flag 0/266218
2581.81/2542.49	c cleaning 6014 clauses out of 41657 with flag 0/273216
2582.42/2543.04	c Got one! Elapsed wall clock time (in seconds):2542.889
2582.42/2543.04	o -132
2609.38/2568.98	c cleaning 4648 clauses out of 40930 with flag 0/278503
2644.79/2603.89	c cleaning 4456 clauses out of 42282 with flag 0/284503
2680.15/2638.62	c cleaning 5257 clauses out of 44827 with flag 0/291504
2749.80/2706.64	c cleaning 6448 clauses out of 47571 with flag 0/299505
2829.04/2784.92	c Got one! Elapsed wall clock time (in seconds):2784.767
2829.04/2784.92	o -133
2896.01/2850.24	c cleaning 10809 clauses out of 53736 with flag 0/312118
2973.71/2927.18	c cleaning 4646 clauses out of 48927 with flag 0/318118
3062.81/3014.69	c cleaning 5873 clauses out of 51282 with flag 0/325119
3146.66/3097.42	c cleaning 6768 clauses out of 53409 with flag 0/333119
3243.91/3192.90	c cleaning 8181 clauses out of 55640 with flag 0/342118
3326.11/3273.25	c cleaning 8784 clauses out of 57461 with flag 0/352120
3447.74/3392.84	c cleaning 8927 clauses out of 59677 with flag 0/363120
3569.96/3512.75	c cleaning 10253 clauses out of 62748 with flag 0/375118
3600.04/3542.41	c starts		: 169
3600.04/3542.41	c conflicts		: 378715
3600.04/3542.41	c decisions		: 830869
3600.04/3542.41	c propagations		: 14631670
3600.04/3542.41	c inspects		: 1173481736
3600.04/3542.41	c shortcuts		: 0
3600.04/3542.41	c learnt literals	: 0
3600.04/3542.41	c learnt binary clauses	: 0
3600.04/3542.41	c learnt ternary clauses	: 0
3600.04/3542.41	c learnt constraints	: 378715
3600.04/3542.41	c ignored constraints	: 0
3600.04/3542.41	c root simplifications	: 0
3600.04/3542.41	c removed literals (reason simplification)	: 0
3600.04/3542.41	c reason swapping (by a shorter reason)	: 0
3600.04/3542.41	c Calls to reduceDB	: 45
3600.04/3542.41	c Number of update (reduction) of LBD	: 0
3600.04/3542.41	c Imported unit clauses	: 0
3600.04/3542.41	c No decision after first conflict	: false
3600.04/3542.41	c number of reductions to clauses (during analyze)	: 0
3600.04/3542.41	c number of learned constraints concerned by reduction	: 0
3600.04/3542.41	c number of learning phase by resolution	: 0
3600.04/3542.41	c number of learning phase by cutting planes	: 0
3600.04/3542.41	c number of rounding to 1 operations	: 2152014
3600.04/3542.41	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3542.41	c number of reductions of the coefficients by power 2 	: 0
3600.04/3542.41	c number of right shift for reduction by power 2 	: 0
3600.04/3542.41	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3542.41	c number of ending skipping 	: 0
3600.04/3542.41	c number of internal skipping 	: 0
3600.04/3542.41	c number of derivation steps 	: 3384019
3600.04/3542.41	c number of skipped derivation steps 	: 0
3600.04/3542.43	c number of remaining unassigned 	: 808464
3600.04/3542.43	c number of remaining assigned 	: 338576071
3600.04/3542.43	c number of falsified literals weakened from reason	: 0
3600.04/3542.43	c number of falsified literals weakened from conflict	: 0
3600.04/3542.43	c time for arithmetic operations	: 19812651740
3600.04/3542.43	c minimum degree of deleted constraints	: 4
3600.04/3542.43	c maximum degree of deleted constraints	: 396684408
3600.04/3542.43	c number of deleted constraints	: 322623
3600.04/3542.43	c speed (assignments/second)	: 4130.687586316706
3600.04/3542.43	c non guided choices	: 298
3600.04/3542.48	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 43492
3600.04/3542.48	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 463
3600.04/3542.48	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 12137
3600.04/3542.48	s SATISFIABLE
3600.04/3542.48	c Found 33 solution(s)
3600.04/3542.48	v x1 x2 -x3 x4 -x5 x6 x7 x8 -x9 x10 -x11 x12 -x13 x14 x15 x16 x17 -x18 x19 x20 -x21 -x22 x23 -x24 x25 -x26 x27 x28 -x29 x30 -x31 -x32 x33 -x34 x35 x36 -x37 x38 -x39 -x40 -x41 x42 -x43 x44 -x45 -x46 x47 x48 x49 -x50 x51 x52 -x53 -x54 x55 -x56 x57 -x58 x59 x60 -x61 x62 x63 x64 x65 x66 -x67 -x68 x69 x70 -x71 -x72 x73 x74 -x75 x76 x77 x78 -x79 -x80 x81 -x82 -x83 x84 -x85 x86 x87 x88 -x89 x90 -x91 x92 x93 -x94 x95 -x96 x97 x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 x108 -x109 x110 x111 -x112 x113 x114 -x115 -x116 x117 -x118 -x119 x120 x121 -x122 x123 x124 x125 x126 x127 -x128 -x129 x130 -x131 x132 x133 x134 -x135 x136 x137 x138 x139 -x140 x141 x142 x143 -x144 x145 -x146 x147 x148 -x149 x150 -x151 x152 x153 -x154 x155 x156 x157 -x158 x159 -x160 x161 x162 -x163 -x164 x165 x166 -x167 -x168 x169 x170 x171 -x172 x173 x174 x175 -x176 -x177 x178 x179 x180 -x181 -x182 x183 -x184 -x185 x186 -x187 -x188 -x189 x190 x191 -x192 -x193 -x194 -x195 -x196 x197 -x198 -x199 x200 x201 x202 -x203 -x204 -x205 x206 -x207 -x208 -x209 -x210 x211 x212 x213 -x214 -x215 x216 -x217 -x218 -x219 x220 x221 -x222 x223 -x224 x225 -x226 -x227 x228 x229 x230 x231 x232 x233 -x234 x235 x236 x237 x238 -x239 -x240 x241 -x242 -x243 -x244 -x245 -x246 -x247 x248 -x249 -x250 x251 -x252 x253 -x254 x255 x256 x257 x258 -x259 x260 x261 x262 x263 x264 x265 x266 -x267 -x268 x269 -x270 -x271 x272 -x273 x274 -x275 -x276 x277 x278 x279 -x280 -x281 -x282 x283 -x284 -x285 -x286 x287 x288 -x289 -x290 x291 -x292 x293 x294 -x295 x296 x297 x298 x299 x300 -x301 -x302 x303 -x304 x305 -x306 -x307 x308 -x309 x310 x311 x312 x313 -x314 x315 x316 -x317 x318 x319 x320 x321 x322 -x323 -x324 x325 
3600.04/3542.48	c objective function=-133
3600.04/3542.48	c Total wall clock time (in seconds): 3542.331

Verifier Data

OK	-133

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=254950, runsolver pid=254947

[startup+0.100837 s]*
/proc/loadavg: 4.36 4.33 4.19 5/332 254968
/proc/meminfo: memFree=108357276/131524600 swapFree=131055836/131071996
[pid=254950] ppid=254947 vsize=18975048 memory=64132 CPUtime=0.13 cores=4,6
/proc/254950/stat : 254950 (java) S 254947 254950 252712 0 -1 1077936128 7039 0 0 0 11 2 0 0 20 0 18 0 30821234 19430449152 16033 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
/proc/254950/statm: 4743762 16033 5579 1 0 549317 0
[pid=254950/tid=254952] ppid=254947 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/254950/task/254952/stat : 254952 (java) R 254947 254950 252712 0 -1 1077936192 5614 0 0 0 7 1 0 0 20 0 18 0 30821234 19430449152 16033 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
[pid=254950/tid=254961] ppid=254947 vsize=18975048 memory=237146210664 CPUtime=0 cores=4,6
/proc/254950/task/254961/stat : 254961 (Finalizer) S 254947 254950 252712 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30821237 19430449152 16033 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
[pid=254950/tid=254968] ppid=254947 vsize=18975048 memory=14131147602236477 CPUtime=0 cores=4,6
/proc/254950/task/254968/stat : 254968 (Common-Cleaner) S 254947 254950 252712 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 30821237 19430449152 16033 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64132 KiB

[startup+0.207812 s]*
/proc/loadavg: 4.36 4.33 4.19 7/332 254968
/proc/meminfo: memFree=108348460/131524600 swapFree=131055836/131071996
[pid=254950] ppid=254947 vsize=18975048 memory=73132 CPUtime=0.32 cores=4,6
/proc/254950/stat : 254950 (java) S 254947 254950 252712 0 -1 1077936128 7600 0 0 0 30 2 0 0 20 0 18 0 30821234 19430449152 18283 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
/proc/254950/statm: 4743762 18283 5766 1 0 549673 0
[pid=254950/tid=254952] ppid=254947 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=4,6
/proc/254950/task/254952/stat : 254952 (java) R 254947 254950 252712 0 -1 1077936192 5923 0 0 0 16 2 0 0 20 0 18 0 30821234 19430449152 18283 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
[pid=254950/tid=254961] ppid=254947 vsize=18975048 memory=1416227 CPUtime=0 cores=4,6
/proc/254950/task/254961/stat : 254961 (Finalizer) S 254947 254950 252712 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30821237 19430449152 18283 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
[pid=254950/tid=254968] ppid=254947 vsize=18975048 memory=15537422972749500 CPUtime=0 cores=4,6
/proc/254950/task/254968/stat : 254968 (Common-Cleaner) S 254947 254950 252712 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 30821237 19430449152 18283 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 73132 KiB

[startup+0.306644 s]*
/proc/loadavg: 4.36 4.33 4.19 7/333 254969
/proc/meminfo: memFree=108340868/131524600 swapFree=131055836/131071996
[pid=254950] ppid=254947 vsize=19041612 memory=80664 CPUtime=0.52 cores=4,6
/proc/254950/stat : 254950 (java) S 254947 254950 252712 0 -1 1077936128 8001 0 0 0 49 3 0 0 20 0 19 0 30821234 19498610688 20166 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
/proc/254950/statm: 4760403 20166 5905 1 0 550208 0
[pid=254950/tid=254952] ppid=254947 vsize=19041612 memory=-8672069658550706876 CPUtime=0.27 cores=4,6
/proc/254950/task/254952/stat : 254952 (java) R 254947 254950 252712 0 -1 4194368 6049 0 0 0 25 2 0 0 20 0 19 0 30821234 19498610688 20166 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
[pid=254950/tid=254961] ppid=254947 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/254950/task/254961/stat : 254961 (Finalizer) S 254947 254950 252712 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 30821237 19498610688 20166 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
[pid=254950/tid=254968] ppid=254947 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/254950/task/254968/stat : 254968 (Common-Cleaner) S 254947 254950 252712 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 30821237 19498610688 20166 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
[pid=254950/tid=254969] ppid=254947 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/254950/task/254969/stat : 254969 (Timer-0) S 254947 254950 252712 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 30821257 19498610688 20166 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 80664 KiB

[startup+0.700478 s]
/proc/loadavg: 4.36 4.33 4.19 6/333 254969
/proc/meminfo: memFree=108289136/131524600 swapFree=131055836/131071996
[pid=254950] ppid=254947 vsize=19108176 memory=179872 CPUtime=1.27 cores=4,6
/proc/254950/stat : 254950 (java) S 254947 254950 252712 0 -1 1077936128 14252 0 0 0 122 5 0 0 20 0 20 0 30821234 19566772224 44968 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
/proc/254950/statm: 4777044 44968 5921 1 0 553927 0
[pid=254950/tid=254952] ppid=254947 vsize=19108176 memory=12928 CPUtime=0.61 cores=4,6
/proc/254950/task/254952/stat : 254952 (java) R 254947 254950 252712 0 -1 4194368 6126 0 0 0 58 3 0 0 20 0 20 0 30821234 19566772224 44968 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
[pid=254950/tid=254961] ppid=254947 vsize=19108176 memory=12928 CPUtime=0 cores=4,6
/proc/254950/task/254961/stat : 254961 (Finalizer) S 254947 254950 252712 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30821237 19566772224 44968 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
[pid=254950/tid=254968] ppid=254947 vsize=19108176 memory=117636 CPUtime=0 cores=4,6
/proc/254950/task/254968/stat : 254968 (Common-Cleaner) S 254947 254950 252712 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 30821237 19566772224 44968 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
[pid=254950/tid=254969] ppid=254947 vsize=19108176 memory=39048 CPUtime=0 cores=4,6
/proc/254950/task/254969/stat : 254969 (Timer-0) S 254947 254950 252712 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30821257 19566772224 44968 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 179872 KiB

[startup+1.50164 s]
/proc/loadavg: 4.36 4.33 4.19 6/334 254970
/proc/meminfo: memFree=108240776/131524600 swapFree=131055836/131071996
[pid=254950] ppid=254947 vsize=19108176 memory=210404 CPUtime=2.83 cores=4,6
/proc/254950/stat : 254950 (java) S 254947 254950 252712 0 -1 1077936128 19061 0 0 0 277 6 0 0 20 0 20 0 30821234 19566772224 52601 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
/proc/254950/statm: 4777044 52601 5953 1 0 554163 0
[pid=254950/tid=254952] ppid=254947 vsize=19108176 memory=12928 CPUtime=1.35 cores=4,6
/proc/254950/task/254952/stat : 254952 (java) R 254947 254950 252712 0 -1 4194368 6567 0 0 0 132 3 0 0 20 0 20 0 30821234 19566772224 52601 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
[pid=254950/tid=254961] ppid=254947 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/254950/task/254961/stat : 254961 (Finalizer) S 254947 254950 252712 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30821237 19566772224 52601 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
[pid=254950/tid=254968] ppid=254947 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/254950/task/254968/stat : 254968 (Common-Cleaner) S 254947 254950 252712 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 30821237 19566772224 52601 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
[pid=254950/tid=254969] ppid=254947 vsize=19108176 memory=65 CPUtime=0 cores=4,6
/proc/254950/task/254969/stat : 254969 (Timer-0) S 254947 254950 252712 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30821257 19566772224 52601 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 210404 KiB

[startup+3.10584 s]
/proc/loadavg: 4.36 4.33 4.19 5/334 254970
/proc/meminfo: memFree=107908076/131524600 swapFree=131055836/131071996
[pid=254950] ppid=254947 vsize=19108176 memory=513372 CPUtime=5.31 cores=4,6
/proc/254950/stat : 254950 (java) S 254947 254950 252712 0 -1 1077936128 21444 0 0 0 518 13 0 0 20 0 20 0 30821234 19566772224 128343 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
/proc/254950/statm: 4777044 128343 5953 1 0 687840 0
[pid=254950/tid=254952] ppid=254947 vsize=19108176 memory=0 CPUtime=2.88 cores=4,6
/proc/254950/task/254952/stat : 254952 (java) R 254947 254950 252712 0 -1 4194368 7242 0 0 0 280 8 0 0 20 0 20 0 30821234 19566772224 128343 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
[pid=254950/tid=254961] ppid=254947 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/254950/task/254961/stat : 254961 (Finalizer) S 254947 254950 252712 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30821237 19566772224 128343 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
[pid=254950/tid=254968] ppid=254947 vsize=19108176 memory=212596 CPUtime=0 cores=4,6
/proc/254950/task/254968/stat : 254968 (Common-Cleaner) S 254947 254950 252712 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 30821237 19566772224 128343 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
[pid=254950/tid=254969] ppid=254947 vsize=19108176 memory=12928 CPUtime=0 cores=4,6
/proc/254950/task/254969/stat : 254969 (Timer-0) S 254947 254950 252712 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30821257 19566772224 128343 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
Current children cumulated CPU time: 5.31 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 513372 KiB

[startup+6.3003 s]
/proc/loadavg: 4.33 4.32 4.19 5/334 254972
/proc/meminfo: memFree=107701168/131524600 swapFree=131055836/131071996
[pid=254950] ppid=254947 vsize=19108176 memory=750448 CPUtime=8.72 cores=4,6
/proc/254950/stat : 254950 (java) S 254947 254950 252712 0 -1 1077936128 22226 0 0 0 855 17 0 0 20 0 20 0 30821234 19566772224 187612 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
/proc/254950/statm: 4777044 187612 5953 1 0 687857 0
[pid=254950/tid=254952] ppid=254947 vsize=19108176 memory=12928 CPUtime=6.03 cores=4,6
/proc/254950/task/254952/stat : 254952 (java) R 254947 254950 252712 0 -1 4194368 7470 0 0 0 591 12 0 0 20 0 20 0 30821234 19566772224 187612 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
[pid=254950/tid=254961] ppid=254947 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/254950/task/254961/stat : 254961 (Finalizer) S 254947 254950 252712 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30821237 19566772224 187612 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
[pid=254950/tid=254968] ppid=254947 vsize=19108176 memory=5793716455164301911 CPUtime=0 cores=4,6
/proc/254950/task/254968/stat : 254968 (Common-Cleaner) S 254947 254950 252712 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 30821237 19566772224 187612 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
[pid=254950/tid=254969] ppid=254947 vsize=19108176 memory=5476 CPUtime=0 cores=4,6
/proc/254950/task/254969/stat : 254969 (Timer-0) S 254947 254950 252712 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30821257 19566772224 187612 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
Current children cumulated CPU time: 8.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 750448 KiB

[startup+12.7003 s]
/proc/loadavg: 4.30 4.32 4.19 6/334 254972
/proc/meminfo: memFree=106720332/131524600 swapFree=131055836/131071996
[pid=254950] ppid=254947 vsize=19108176 memory=1698848 CPUtime=15.21 cores=4,6
/proc/254950/stat : 254950 (java) S 254947 254950 252712 0 -1 1077936128 27220 0 0 0 1482 39 0 0 20 0 20 0 30821234 19566772224 424712 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
/proc/254950/statm: 4777044 424712 5953 1 0 687863 0
[pid=254950/tid=254952] ppid=254947 vsize=19108176 memory=0 CPUtime=12.32 cores=4,6
/proc/254950/task/254952/stat : 254952 (java) R 254947 254950 252712 0 -1 4194368 9742 0 0 0 1201 31 0 0 20 0 20 0 30821234 19566772224 424712 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
[pid=254950/tid=254961] ppid=254947 vsize=19108176 memory=1629112 CPUtime=0 cores=4,6
/proc/254950/task/254961/stat : 254961 (Finalizer) S 254947 254950 252712 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30821237 19566772224 424712 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
[pid=254950/tid=254968] ppid=254947 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/254950/task/254968/stat : 254968 (Common-Cleaner) S 254947 254950 252712 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 30821237 19566772224 424712 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
[pid=254950/tid=254969] ppid=254947 vsize=19108176 memory=16024 CPUtime=0 cores=4,6
/proc/254950/task/254969/stat : 254969 (Timer-0) S 254947 254950 252712 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30821257 19566772224 424712 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
Current children cumulated CPU time: 15.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1698848 KiB

[startup+25.5006 s]
/proc/loadavg: 4.24 4.30 4.18 5/335 254976
/proc/meminfo: memFree=106160560/131524600 swapFree=131055836/131071996
[pid=254950] ppid=254947 vsize=19108176 memory=1731796 CPUtime=28.24 cores=4,6
/proc/254950/stat : 254950 (java) S 254947 254950 252712 0 -1 1077936128 30271 0 0 0 2783 41 0 0 20 0 20 0 30821234 19566772224 432949 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
/proc/254950/statm: 4777044 432949 5953 1 0 687863 0
[pid=254950/tid=254952] ppid=254947 vsize=19108176 memory=1629112 CPUtime=24.92 cores=4,6
/proc/254950/task/254952/stat : 254952 (java) R 254947 254950 252712 0 -1 4194368 11259 0 0 0 2461 31 0 0 20 0 20 0 30821234 19566772224 432949 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
[pid=254950/tid=254961] ppid=254947 vsize=19108176 memory=16024 CPUtime=0 cores=4,6
/proc/254950/task/254961/stat : 254961 (Finalizer) S 254947 254950 252712 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30821237 19566772224 432949 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
[pid=254950/tid=254968] ppid=254947 vsize=19108176 memory=1731672 CPUtime=0 cores=4,6
/proc/254950/task/254968/stat : 254968 (Common-Cleaner) S 254947 254950 252712 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 30821237 19566772224 432949 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
[pid=254950/tid=254969] ppid=254947 vsize=19108176 memory=11588 CPUtime=0 cores=4,6
/proc/254950/task/254969/stat : 254969 (Timer-0) S 254947 254950 252712 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30821257 19566772224 432949 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
Current children cumulated CPU time: 28.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1731796 KiB

[startup+51.1058 s]
/proc/loadavg: 4.37 4.33 4.19 5/335 254979
/proc/meminfo: memFree=106089932/131524600 swapFree=131055836/131071996
[pid=254950] ppid=254947 vsize=19108176 memory=1801616 CPUtime=54.01 cores=4,6
/proc/254950/stat : 254950 (java) S 254947 254950 252712 0 -1 1077936128 37412 0 0 0 5357 44 0 0 20 0 20 0 30821234 19566772224 450404 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
/proc/254950/statm: 4777044 450404 5953 1 0 687864 0
[pid=254950/tid=254952] ppid=254947 vsize=19108176 memory=1797488 CPUtime=50.15 cores=4,6
/proc/254950/task/254952/stat : 254952 (java) R 254947 254950 252712 0 -1 4194368 14017 0 0 0 4983 32 0 0 20 0 20 0 30821234 19566772224 450404 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0

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

/proc/meminfo: memFree=122870052/131524600 swapFree=131055836/131071996
[pid=254950] ppid=254947 vsize=19108176 memory=3077108 CPUtime=3212.98 cores=4,6
/proc/254950/stat : 254950 (java) S 254947 254950 252712 0 -1 1077936128 317284 0 0 0 321053 245 0 0 20 0 20 0 30821234 19566772224 769277 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
/proc/254950/statm: 4777044 769277 6033 1 0 781116 0
[pid=254950/tid=254952] ppid=254947 vsize=19108176 memory=3077084 CPUtime=3105.51 cores=4,6
/proc/254950/task/254952/stat : 254952 (java) R 254947 254950 252712 0 -1 4194368 107388 0 0 0 310493 58 0 0 20 0 20 0 30821234 19566772224 769277 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 6 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
[pid=254950/tid=254961] ppid=254947 vsize=19108176 memory=3077092 CPUtime=0 cores=4,6
/proc/254950/task/254961/stat : 254961 (Finalizer) S 254947 254950 252712 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30821237 19566772224 769277 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
[pid=254950/tid=254968] ppid=254947 vsize=19108176 memory=3077108 CPUtime=0 cores=4,6
/proc/254950/task/254968/stat : 254968 (Common-Cleaner) S 254947 254950 252712 0 -1 1077936192 2173 0 0 0 0 0 0 0 20 0 20 0 30821237 19566772224 769277 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
[pid=254950/tid=254969] ppid=254947 vsize=19108176 memory=68904 CPUtime=0 cores=4,6
/proc/254950/task/254969/stat : 254969 (Timer-0) S 254947 254950 252712 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30821257 19566772224 769277 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
Current children cumulated CPU time: 3212.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3077108 KiB

[startup+3222.3 s]
/proc/loadavg: 1.06 1.10 1.21 2/256 256847
/proc/meminfo: memFree=122869200/131524600 swapFree=131055836/131071996
[pid=254950] ppid=254947 vsize=19108176 memory=3077112 CPUtime=3273.66 cores=4,6
/proc/254950/stat : 254950 (java) S 254947 254950 252712 0 -1 1077936128 319976 0 0 0 327119 247 0 0 20 0 20 0 30821234 19566772224 769278 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
/proc/254950/statm: 4777044 769278 6033 1 0 781116 0
[pid=254950/tid=254952] ppid=254947 vsize=19108176 memory=11588 CPUtime=3164.58 cores=4,6
/proc/254950/task/254952/stat : 254952 (java) R 254947 254950 252712 0 -1 4194368 108806 0 0 0 316400 58 0 0 20 0 20 0 30821234 19566772224 769278 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 6 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
[pid=254950/tid=254961] ppid=254947 vsize=19108176 memory=3077112 CPUtime=0 cores=4,6
/proc/254950/task/254961/stat : 254961 (Finalizer) S 254947 254950 252712 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30821237 19566772224 769278 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
[pid=254950/tid=254968] ppid=254947 vsize=19108176 memory=3077112 CPUtime=0 cores=4,6
/proc/254950/task/254968/stat : 254968 (Common-Cleaner) S 254947 254950 252712 0 -1 1077936192 2241 0 0 0 0 0 0 0 20 0 20 0 30821237 19566772224 769278 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
[pid=254950/tid=254969] ppid=254947 vsize=19108176 memory=3077112 CPUtime=0 cores=4,6
/proc/254950/task/254969/stat : 254969 (Timer-0) S 254947 254950 252712 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30821257 19566772224 769278 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
Current children cumulated CPU time: 3273.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3077112 KiB

[startup+3282.3 s]
/proc/loadavg: 1.15 1.13 1.21 2/256 256858
/proc/meminfo: memFree=122868408/131524600 swapFree=131055836/131071996
[pid=254950] ppid=254947 vsize=19108176 memory=3077132 CPUtime=3335.34 cores=4,6
/proc/254950/stat : 254950 (java) S 254947 254950 252712 0 -1 1077936128 325992 0 0 0 333284 250 0 0 20 0 20 0 30821234 19566772224 769283 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
/proc/254950/statm: 4777044 769283 6033 1 0 781116 0
[pid=254950/tid=254952] ppid=254947 vsize=19108176 memory=68904 CPUtime=3223.46 cores=4,6
/proc/254950/task/254952/stat : 254952 (java) R 254947 254950 252712 0 -1 4194368 110501 0 0 0 322288 58 0 0 20 0 20 0 30821234 19566772224 769283 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 6 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
[pid=254950/tid=254961] ppid=254947 vsize=19108176 memory=-8672069658550706876 CPUtime=0 cores=4,6
/proc/254950/task/254961/stat : 254961 (Finalizer) S 254947 254950 252712 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30821237 19566772224 769283 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
[pid=254950/tid=254968] ppid=254947 vsize=19108176 memory=3077132 CPUtime=0 cores=4,6
/proc/254950/task/254968/stat : 254968 (Common-Cleaner) S 254947 254950 252712 0 -1 1077936192 2241 0 0 0 0 0 0 0 20 0 20 0 30821237 19566772224 769283 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
[pid=254950/tid=254969] ppid=254947 vsize=19108176 memory=2220 CPUtime=0 cores=4,6
/proc/254950/task/254969/stat : 254969 (Timer-0) S 254947 254950 252712 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30821257 19566772224 769283 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
Current children cumulated CPU time: 3335.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3077132 KiB

[startup+3342.3 s]
/proc/loadavg: 1.11 1.12 1.20 2/255 256870
/proc/meminfo: memFree=122867996/131524600 swapFree=131055836/131071996
[pid=254950] ppid=254947 vsize=19108176 memory=3077148 CPUtime=3395.9 cores=4,6
/proc/254950/stat : 254950 (java) S 254947 254950 252712 0 -1 1077936128 328371 0 0 0 339338 252 0 0 20 0 20 0 30821234 19566772224 769287 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
/proc/254950/statm: 4777044 769287 6033 1 0 781116 0
[pid=254950/tid=254952] ppid=254947 vsize=19108176 memory=281144801926368 CPUtime=3282.65 cores=4,6
/proc/254950/task/254952/stat : 254952 (java) R 254947 254950 252712 0 -1 4194368 111795 0 0 0 328207 58 0 0 20 0 20 0 30821234 19566772224 769287 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 6 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
[pid=254950/tid=254961] ppid=254947 vsize=19108176 memory=16024 CPUtime=0 cores=4,6
/proc/254950/task/254961/stat : 254961 (Finalizer) S 254947 254950 252712 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30821237 19566772224 769287 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
[pid=254950/tid=254968] ppid=254947 vsize=19108176 memory=11588 CPUtime=0 cores=4,6
/proc/254950/task/254968/stat : 254968 (Common-Cleaner) S 254947 254950 252712 0 -1 1077936192 2261 0 0 0 0 0 0 0 20 0 20 0 30821237 19566772224 769287 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
[pid=254950/tid=254969] ppid=254947 vsize=19108176 memory=13856 CPUtime=0 cores=4,6
/proc/254950/task/254969/stat : 254969 (Timer-0) S 254947 254950 252712 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30821257 19566772224 769287 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
Current children cumulated CPU time: 3395.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3077148 KiB

[startup+3402.3 s]
/proc/loadavg: 1.08 1.11 1.19 2/256 257263
/proc/meminfo: memFree=122866104/131524600 swapFree=131055836/131071996
[pid=254950] ppid=254947 vsize=19108176 memory=3077148 CPUtime=3457.44 cores=4,6
/proc/254950/stat : 254950 (java) S 254947 254950 252712 0 -1 1077936128 334505 0 0 0 345489 255 0 0 20 0 20 0 30821234 19566772224 769287 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
/proc/254950/statm: 4777044 769287 6033 1 0 781116 0
[pid=254950/tid=254952] ppid=254947 vsize=19108176 memory=3077148 CPUtime=3341.66 cores=4,6
/proc/254950/task/254952/stat : 254952 (java) R 254947 254950 252712 0 -1 4194368 113743 0 0 0 334108 58 0 0 20 0 20 0 30821234 19566772224 769287 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 6 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
[pid=254950/tid=254961] ppid=254947 vsize=19108176 memory=68904 CPUtime=0 cores=4,6
/proc/254950/task/254961/stat : 254961 (Finalizer) S 254947 254950 252712 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30821237 19566772224 769287 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
[pid=254950/tid=254968] ppid=254947 vsize=19108176 memory=3077148 CPUtime=0 cores=4,6
/proc/254950/task/254968/stat : 254968 (Common-Cleaner) S 254947 254950 252712 0 -1 1077936192 2290 0 0 0 0 0 0 0 20 0 20 0 30821237 19566772224 769287 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
[pid=254950/tid=254969] ppid=254947 vsize=19108176 memory=3077148 CPUtime=0 cores=4,6
/proc/254950/task/254969/stat : 254969 (Timer-0) S 254947 254950 252712 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30821257 19566772224 769287 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
Current children cumulated CPU time: 3457.44 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3077148 KiB

[startup+3462.3 s]
/proc/loadavg: 1.08 1.10 1.18 2/254 257274
/proc/meminfo: memFree=122865976/131524600 swapFree=131055836/131071996
[pid=254950] ppid=254947 vsize=19108176 memory=3077156 CPUtime=3519.05 cores=4,6
/proc/254950/stat : 254950 (java) S 254947 254950 252712 0 -1 1077936128 338705 0 0 0 351646 259 0 0 20 0 20 0 30821234 19566772224 769289 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
/proc/254950/statm: 4777044 769289 6033 1 0 781116 0
[pid=254950/tid=254952] ppid=254947 vsize=19108176 memory=3077156 CPUtime=3400.54 cores=4,6
/proc/254950/task/254952/stat : 254952 (java) R 254947 254950 252712 0 -1 4194368 114587 0 0 0 339995 59 0 0 20 0 20 0 30821234 19566772224 769289 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 6 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
[pid=254950/tid=254961] ppid=254947 vsize=19108176 memory=68904 CPUtime=0 cores=4,6
/proc/254950/task/254961/stat : 254961 (Finalizer) S 254947 254950 252712 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30821237 19566772224 769289 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
[pid=254950/tid=254968] ppid=254947 vsize=19108176 memory=11588 CPUtime=0 cores=4,6
/proc/254950/task/254968/stat : 254968 (Common-Cleaner) S 254947 254950 252712 0 -1 1077936192 2333 0 0 0 0 0 0 0 20 0 20 0 30821237 19566772224 769289 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
[pid=254950/tid=254969] ppid=254947 vsize=19108176 memory=3077156 CPUtime=0 cores=4,6
/proc/254950/task/254969/stat : 254969 (Timer-0) S 254947 254950 252712 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30821257 19566772224 769289 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
Current children cumulated CPU time: 3519.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3077156 KiB

[startup+3522.3 s]
/proc/loadavg: 1.07 1.10 1.17 2/254 257285
/proc/meminfo: memFree=122865380/131524600 swapFree=131055836/131071996
[pid=254950] ppid=254947 vsize=19108176 memory=3077160 CPUtime=3579.65 cores=4,6
/proc/254950/stat : 254950 (java) S 254947 254950 252712 0 -1 1077936128 341168 0 0 0 357704 261 0 0 20 0 20 0 30821234 19566772224 769290 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
/proc/254950/statm: 4777044 769290 6033 1 0 781116 0
[pid=254950/tid=254952] ppid=254947 vsize=19108176 memory=3077148 CPUtime=3459.61 cores=4,6
/proc/254950/task/254952/stat : 254952 (java) R 254947 254950 252712 0 -1 4194368 115912 0 0 0 345902 59 0 0 20 0 20 0 30821234 19566772224 769290 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 6 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
[pid=254950/tid=254961] ppid=254947 vsize=19108176 memory=12928 CPUtime=0 cores=4,6
/proc/254950/task/254961/stat : 254961 (Finalizer) S 254947 254950 252712 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30821237 19566772224 769290 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
[pid=254950/tid=254968] ppid=254947 vsize=19108176 memory=3077160 CPUtime=0 cores=4,6
/proc/254950/task/254968/stat : 254968 (Common-Cleaner) S 254947 254950 252712 0 -1 1077936192 2405 0 0 0 0 0 0 0 20 0 20 0 30821237 19566772224 769290 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
[pid=254950/tid=254969] ppid=254947 vsize=19108176 memory=32692 CPUtime=0 cores=4,6
/proc/254950/task/254969/stat : 254969 (Timer-0) S 254947 254950 252712 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30821257 19566772224 769290 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
Current children cumulated CPU time: 3579.65 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3077160 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3542.4 s]
/proc/loadavg: 1.12 1.10 1.18 2/254 257288
/proc/meminfo: memFree=122865320/131524600 swapFree=131055836/131071996
[pid=254950] ppid=254947 vsize=19108176 memory=3077160 CPUtime=3600.04 cores=4,6
/proc/254950/stat : 254950 (java) S 254947 254950 252712 0 -1 1077936128 341601 0 0 0 359742 262 0 0 20 0 20 0 30821234 19566772224 769290 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
/proc/254950/statm: 4777044 769290 6033 1 0 781116 0
[pid=254950/tid=254952] ppid=254947 vsize=19108176 memory=3077160 CPUtime=3479.36 cores=4,6
/proc/254950/task/254952/stat : 254952 (java) R 254947 254950 252712 0 -1 4194368 116289 0 0 0 347877 59 0 0 20 0 20 0 30821234 19566772224 769290 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 6 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
[pid=254950/tid=254961] ppid=254947 vsize=19108176 memory=11588 CPUtime=0 cores=4,6
/proc/254950/task/254961/stat : 254961 (Finalizer) S 254947 254950 252712 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30821237 19566772224 769290 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
[pid=254950/tid=254968] ppid=254947 vsize=19108176 memory=68904 CPUtime=0 cores=4,6
/proc/254950/task/254968/stat : 254968 (Common-Cleaner) S 254947 254950 252712 0 -1 1077936192 2405 0 0 0 0 0 0 0 20 0 20 0 30821237 19566772224 769290 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
[pid=254950/tid=254969] ppid=254947 vsize=19108176 memory=12928 CPUtime=0 cores=4,6
/proc/254950/task/254969/stat : 254969 (Timer-0) S 254947 254950 252712 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30821257 19566772224 769290 134679101440 94666462183424 94666462187120 140720745706112 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94666462194936 94666462195728 94666474516480 140720745714671 140720745714784 140720745714784 140720745721800 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3077160 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.58 s, system=2.63782 s

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

Child status: 143

Real time (s): 3542.5
CPU time (s): 3600.21
CPU user time (s): 3597.58
CPU system time (s): 2.63782
CPU usage (%): 101.629
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 3244812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.58
system time used= 2.63782
maximum resident set size= 3244812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 344687
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 138221
involuntary context switches= 7109


# summary of solver processes directly reported to runsolver:
#   pid: 254950
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3597.58
#   total CPU system time (s): 2.63782

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.68253 second user time and 18.0725 second system time

The end

Launcher Data

Begin job on nodeC033 at 2024-07-25 23:28:35
IDJOB=4460077
IDBENCH=160626
IDSOLVER=3046
FILE ID=nodeC033/4460077-1721942915
RUNJOBID= nodeC033-1721939462-252723
SLURM_JOB_ID= 8247253
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/OPT-NLC/minlplib2-pb-0.1.0/opb/normalized-sporttournament26.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4460077-1721942915/watcher-4460077-1721942915 -o /tmp/evaluation-result-4460077-1721942915/solver-4460077-1721942915 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1721939462-252723 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4460077-1721942915.opb

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

MD5SUM BENCH= 4a2fbd934e93739f7ac25dbfb2053862
RANDOM SEED=694240006

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		: 3675.677
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.99
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		: 3687.424
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.76
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		: 3652.660
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.99
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.185
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.76
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		: 3613.778
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.99
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		: 3687.468
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.76
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		: 3631.544
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.99
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		: 3600.355
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        108400896 kB
MemAvailable:   112196508 kB
Buffers:          336700 kB
Cached:          4256864 kB
SwapCached:          300 kB
Active:          2553644 kB
Inactive:       19873000 kB
Active(anon):       2244 kB
Inactive(anon): 17883900 kB
Active(file):    2551400 kB
Inactive(file):  1989100 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131055836 kB
Dirty:               728 kB
Writeback:             0 kB
AnonPages:      17828624 kB
Mapped:           129592 kB
Shmem:             53064 kB
KReclaimable:     189868 kB
Slab:             307344 kB
SReclaimable:     189868 kB
SUnreclaim:       117476 kB
KernelStack:        5044 kB
PageTables:        45092 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   18479296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            16704 kB
HardwareCorrupted:     0 kB
AnonHugePages:  17403904 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:      391892 kB
DirectMap2M:    39227392 kB
DirectMap1G:    96468992 kB

Free space on /tmp at the end= 890084 MiB
End job on nodeC033 at 2024-07-26 00:27:38