Trace number 4459965

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)-45 3600.18 3596.88

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/bsg/normalized-bsg_200_10_2.opb
MD5SUM2ee40362659bac8ce3ae96da1e16af6a
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-58
Best CPU time to get the best result obtained on this benchmark71396.6
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400
Total number of constraints601
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)4984
Sum of products size (including duplicates)9968
Number of different products2492
Sum of products size4984

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.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-4459965-1721939869.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  objective function found
0.33/0.29	c ... done. Wall clock time 0.129s.
0.33/0.29	c declared #vars     400
0.33/0.29	c internal #vars     2892
0.33/0.29	c #constraints  5586
0.33/0.29	c constraints type 
0.33/0.29	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
0.33/0.29	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 402
0.33/0.29	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 2492
0.33/0.29	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2492
0.33/0.29	c 5586 constraints processed.
0.33/0.30	c objective function length is 200 literals
0.52/0.36	c SATISFIABLE
0.52/0.36	c OPTIMIZING...
0.52/0.36	c Got one! Elapsed wall clock time (in seconds):0.213
0.52/0.36	o -8
0.52/0.39	c Got one! Elapsed wall clock time (in seconds):0.242
0.52/0.39	o -10
0.71/0.46	c Got one! Elapsed wall clock time (in seconds):0.302
0.71/0.46	o -11
0.71/0.50	c Got one! Elapsed wall clock time (in seconds):0.352
0.71/0.50	o -12
0.91/0.54	c Got one! Elapsed wall clock time (in seconds):0.387
0.91/0.54	o -13
0.91/0.58	c Got one! Elapsed wall clock time (in seconds):0.427
0.91/0.58	o -16
1.09/0.62	c Got one! Elapsed wall clock time (in seconds):0.469
1.09/0.62	o -17
1.09/0.64	c Got one! Elapsed wall clock time (in seconds):0.488
1.09/0.64	o -18
1.09/0.65	c Got one! Elapsed wall clock time (in seconds):0.506
1.09/0.66	o -19
1.09/0.68	c Got one! Elapsed wall clock time (in seconds):0.529
1.09/0.68	o -21
1.28/0.71	c Got one! Elapsed wall clock time (in seconds):0.557
1.28/0.71	o -22
1.28/0.73	c Got one! Elapsed wall clock time (in seconds):0.582
1.28/0.74	o -23
1.28/0.76	c Got one! Elapsed wall clock time (in seconds):0.607
1.28/0.76	o -24
1.28/0.77	c Got one! Elapsed wall clock time (in seconds):0.623
1.28/0.77	o -25
1.28/0.79	c Got one! Elapsed wall clock time (in seconds):0.64
1.28/0.79	o -26
1.28/0.80	c Got one! Elapsed wall clock time (in seconds):0.655
1.49/0.81	o -27
1.49/0.83	c Got one! Elapsed wall clock time (in seconds):0.671
1.49/0.83	o -28
1.49/0.83	c Got one! Elapsed wall clock time (in seconds):0.682
1.49/0.83	o -29
1.49/0.84	c Got one! Elapsed wall clock time (in seconds):0.695
1.49/0.85	o -30
1.49/0.85	c Got one! Elapsed wall clock time (in seconds):0.706
1.49/0.86	o -31
1.49/0.87	c Got one! Elapsed wall clock time (in seconds):0.723
1.49/0.88	o -32
1.49/0.89	c Got one! Elapsed wall clock time (in seconds):0.735
1.49/0.89	o -33
1.66/0.96	c Got one! Elapsed wall clock time (in seconds):0.809
1.66/0.96	o -34
2.44/1.37	c Got one! Elapsed wall clock time (in seconds):1.219
2.44/1.37	o -35
3.24/1.75	c Got one! Elapsed wall clock time (in seconds):1.592
3.24/1.75	o -36
3.60/1.96	c Got one! Elapsed wall clock time (in seconds):1.806
3.60/1.96	o -37
3.75/2.05	c Got one! Elapsed wall clock time (in seconds):1.897
3.75/2.05	o -38
3.87/2.17	c Got one! Elapsed wall clock time (in seconds):2.02
3.87/2.17	o -39
8.32/6.04	c Got one! Elapsed wall clock time (in seconds):5.888
8.32/6.04	o -40
28.30/25.67	c cleaning 3319 clauses out of 6649 with flag 0/6649
29.78/27.07	c Got one! Elapsed wall clock time (in seconds):26.922
29.78/27.07	o -41
29.88/27.13	c Got one! Elapsed wall clock time (in seconds):26.982
29.88/27.13	o -42
47.45/44.22	c cleaning 4490 clauses out of 9020 with flag 0/12339
48.49/45.29	c Got one! Elapsed wall clock time (in seconds):45.142
48.49/45.29	o -43
84.41/80.97	c cleaning 5112 clauses out of 10312 with flag 0/18121
107.23/103.53	c cleaning 5558 clauses out of 11202 with flag 0/24123
132.99/129.07	c Got one! Elapsed wall clock time (in seconds):128.926
132.99/129.07	o -44
136.44/132.48	c cleaning 5613 clauses out of 11428 with flag 0/29907
158.08/153.84	c cleaning 5840 clauses out of 11826 with flag 0/35918
189.77/185.26	c cleaning 6382 clauses out of 12975 with flag 0/42907
277.01/272.37	c Got one! Elapsed wall clock time (in seconds):272.225
277.01/272.37	o -45
290.19/285.43	c cleaning 5778 clauses out of 11785 with flag 0/48099
334.60/329.69	c cleaning 5928 clauses out of 12007 with flag 0/54099
455.79/450.64	c cleaning 6511 clauses out of 13079 with flag 0/61099
525.89/520.27	c cleaning 7204 clauses out of 14568 with flag 0/69099
639.55/633.33	c cleaning 8124 clauses out of 16366 with flag 0/78101
692.34/685.55	c cleaning 8991 clauses out of 18241 with flag 0/88100
1847.48/1844.12	c cleaning 10075 clauses out of 20250 with flag 0/99100
2923.07/2921.72	c cleaning 10977 clauses out of 22176 with flag 0/111101
3045.98/3043.85	c cleaning 11078 clauses out of 24201 with flag 0/124103
3119.17/3115.87	c cleaning 11294 clauses out of 27119 with flag 0/138099
3600.03/3596.82	c starts		: 138
3600.03/3596.82	c conflicts		: 148597
3600.03/3596.82	c decisions		: 899337
3600.03/3596.82	c propagations		: 15913502
3600.03/3596.82	c inspects		: 828702843
3600.03/3596.82	c shortcuts		: 0
3600.03/3596.82	c learnt literals	: 0
3600.03/3596.82	c learnt binary clauses	: 0
3600.03/3596.82	c learnt ternary clauses	: 0
3600.03/3596.82	c learnt constraints	: 148597
3600.03/3596.82	c ignored constraints	: 0
3600.03/3596.82	c root simplifications	: 0
3600.03/3596.82	c removed literals (reason simplification)	: 0
3600.03/3596.82	c reason swapping (by a shorter reason)	: 0
3600.03/3596.82	c Calls to reduceDB	: 17
3600.03/3596.82	c Number of update (reduction) of LBD	: 0
3600.03/3596.82	c Imported unit clauses	: 0
3600.03/3596.82	c No decision after first conflict	: false
3600.03/3596.82	c number of reductions to clauses (during analyze)	: 0
3600.03/3596.82	c number of learned constraints concerned by reduction	: 0
3600.03/3596.82	c number of learning phase by resolution	: 0
3600.03/3596.82	c number of learning phase by cutting planes	: 0
3600.03/3596.82	c number of rounding to 1 operations	: 910414
3600.03/3596.82	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3596.83	c number of reductions of the coefficients by power 2 	: 0
3600.03/3596.83	c number of right shift for reduction by power 2 	: 0
3600.03/3596.83	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3596.83	c number of ending skipping 	: 0
3600.03/3596.83	c number of internal skipping 	: 0
3600.03/3596.83	c number of derivation steps 	: 1264565
3600.03/3596.83	c number of skipped derivation steps 	: 0
3600.03/3596.83	c number of remaining unassigned 	: 162060
3600.03/3596.83	c number of remaining assigned 	: 28795394
3600.03/3596.83	c number of falsified literals weakened from reason	: 0
3600.03/3596.83	c number of falsified literals weakened from conflict	: 0
3600.03/3596.83	c time for arithmetic operations	: 11127535036
3600.03/3596.83	c minimum degree of deleted constraints	: 4
3600.03/3596.83	c maximum degree of deleted constraints	: 36221963
3600.03/3596.83	c number of deleted constraints	: 122274
3600.03/3596.83	c speed (assignments/second)	: 4424.691257790847
3600.03/3596.83	c non guided choices	: 68
3600.03/3596.86	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 15717
3600.03/3596.86	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 36
3600.03/3596.86	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 10570
3600.03/3596.86	s SATISFIABLE
3600.03/3596.86	c Found 34 solution(s)
3600.03/3596.86	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 
3600.03/3596.86	c objective function=-45
3600.03/3596.86	c Total wall clock time (in seconds): 3596.71

Verifier Data

OK	-45

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.101888 s]*
/proc/loadavg: 4.38 3.25 1.70 6/329 253199
/proc/meminfo: memFree=110663664/131524600 swapFree=131055836/131071996
[pid=253181] ppid=253178 vsize=18975048 memory=64872 CPUtime=0.13 cores=0,2
/proc/253181/stat : 253181 (java) S 253178 253181 252712 0 -1 1077936128 7205 0 0 0 11 2 0 0 20 0 18 0 30516644 19430449152 16218 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
/proc/253181/statm: 4743762 16218 5632 1 0 549333 0
[pid=253181/tid=253183] ppid=253178 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/253181/task/253183/stat : 253183 (java) D 253178 253181 252712 0 -1 4194368 5767 0 0 0 7 1 0 0 20 0 18 0 30516644 19430449152 16218 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
[pid=253181/tid=253192] ppid=253178 vsize=18975048 memory=237146210664 CPUtime=0 cores=0,2
/proc/253181/task/253192/stat : 253192 (Finalizer) S 253178 253181 252712 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30516647 19430449152 16218 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
[pid=253181/tid=253199] ppid=253178 vsize=18975048 memory=14131147602236477 CPUtime=0 cores=0,2
/proc/253181/task/253199/stat : 253199 (Common-Cleaner) S 253178 253181 252712 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 30516647 19430449152 16218 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64872 KiB

[startup+0.206004 s]*
/proc/loadavg: 4.38 3.25 1.70 7/329 253199
/proc/meminfo: memFree=110653756/131524600 swapFree=131055836/131071996
[pid=253181] ppid=253178 vsize=18975048 memory=77360 CPUtime=0.33 cores=0,2
/proc/253181/stat : 253181 (java) S 253178 253181 252712 0 -1 1077936128 7609 0 0 0 31 2 0 0 20 0 18 0 30516644 19430449152 19340 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
/proc/253181/statm: 4743762 19340 5791 1 0 549698 0
[pid=253181/tid=253183] ppid=253178 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=0,2
/proc/253181/task/253183/stat : 253183 (java) R 253178 253181 252712 0 -1 4194368 6069 0 0 0 17 2 0 0 20 0 18 0 30516644 19430449152 19340 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
[pid=253181/tid=253192] ppid=253178 vsize=18975048 memory=1416227 CPUtime=0 cores=0,2
/proc/253181/task/253192/stat : 253192 (Finalizer) S 253178 253181 252712 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30516647 19430449152 19340 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
[pid=253181/tid=253199] ppid=253178 vsize=18975048 memory=15537422972749500 CPUtime=0 cores=0,2
/proc/253181/task/253199/stat : 253199 (Common-Cleaner) S 253178 253181 252712 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 30516647 19430449152 19340 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 77360 KiB

[startup+0.307301 s]*
/proc/loadavg: 4.38 3.25 1.70 7/330 253200
/proc/meminfo: memFree=110592392/131524600 swapFree=131055836/131071996
[pid=253181] ppid=253178 vsize=19041612 memory=137416 CPUtime=0.52 cores=0,2
/proc/253181/stat : 253181 (java) S 253178 253181 252712 0 -1 1077936128 9267 0 0 0 48 4 0 0 20 0 19 0 30516644 19498610688 34354 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
/proc/253181/statm: 4760403 34354 5923 1 0 551047 0
[pid=253181/tid=253183] ppid=253178 vsize=19041612 memory=-8599176439970636476 CPUtime=0.26 cores=0,2
/proc/253181/task/253183/stat : 253183 (java) R 253178 253181 252712 0 -1 4194368 6219 0 0 0 23 3 0 0 20 0 19 0 30516644 19498610688 34354 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
[pid=253181/tid=253192] ppid=253178 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/253181/task/253192/stat : 253192 (Finalizer) S 253178 253181 252712 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 30516647 19498610688 34354 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
[pid=253181/tid=253199] ppid=253178 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/253181/task/253199/stat : 253199 (Common-Cleaner) S 253178 253181 252712 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 30516647 19498610688 34354 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
[pid=253181/tid=253200] ppid=253178 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/253181/task/253200/stat : 253200 (java) R 253178 253181 252712 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 19 0 30516674 19498610688 34354 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 137416 KiB

[startup+0.703661 s]
/proc/loadavg: 4.38 3.25 1.70 11/331 253201
/proc/meminfo: memFree=110548644/131524600 swapFree=131055836/131071996
[pid=253181] ppid=253178 vsize=19108176 memory=181212 CPUtime=1.28 cores=0,2
/proc/253181/stat : 253181 (java) S 253178 253181 252712 0 -1 1077936128 14110 0 0 0 122 6 0 0 20 0 20 0 30516644 19566772224 45303 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
/proc/253181/statm: 4777044 45303 5923 1 0 554430 0
[pid=253181/tid=253183] ppid=253178 vsize=19108176 memory=12928 CPUtime=0.61 cores=0,2
/proc/253181/task/253183/stat : 253183 (java) R 253178 253181 252712 0 -1 4194368 6279 0 0 0 57 4 0 0 20 0 20 0 30516644 19566772224 45303 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
[pid=253181/tid=253192] ppid=253178 vsize=19108176 memory=12928 CPUtime=0 cores=0,2
/proc/253181/task/253192/stat : 253192 (Finalizer) S 253178 253181 252712 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30516647 19566772224 45303 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
[pid=253181/tid=253199] ppid=253178 vsize=19108176 memory=117636 CPUtime=0 cores=0,2
/proc/253181/task/253199/stat : 253199 (Common-Cleaner) S 253178 253181 252712 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 30516647 19566772224 45303 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
[pid=253181/tid=253200] ppid=253178 vsize=19108176 memory=39048 CPUtime=0 cores=0,2
/proc/253181/task/253200/stat : 253200 (Timer-0) S 253178 253181 252712 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30516674 19566772224 45303 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 181212 KiB

[startup+1.5046 s]
/proc/loadavg: 4.38 3.25 1.70 7/331 253201
/proc/meminfo: memFree=110547328/131524600 swapFree=131055836/131071996
[pid=253181] ppid=253178 vsize=19108176 memory=207692 CPUtime=2.84 cores=0,2
/proc/253181/stat : 253181 (java) S 253178 253181 252712 0 -1 1077936128 20061 0 0 0 277 7 0 0 20 0 20 0 30516644 19566772224 51923 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
/proc/253181/statm: 4777044 51923 5923 1 0 554723 0
[pid=253181/tid=253183] ppid=253178 vsize=19108176 memory=12928 CPUtime=1.35 cores=0,2
/proc/253181/task/253183/stat : 253183 (java) R 253178 253181 252712 0 -1 4194368 6817 0 0 0 131 4 0 0 20 0 20 0 30516644 19566772224 51923 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
[pid=253181/tid=253192] ppid=253178 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/253181/task/253192/stat : 253192 (Finalizer) S 253178 253181 252712 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30516647 19566772224 51923 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
[pid=253181/tid=253199] ppid=253178 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/253181/task/253199/stat : 253199 (Common-Cleaner) S 253178 253181 252712 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 30516647 19566772224 51923 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
[pid=253181/tid=253200] ppid=253178 vsize=19108176 memory=65 CPUtime=0 cores=0,2
/proc/253181/task/253200/stat : 253200 (Timer-0) S 253178 253181 252712 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30516674 19566772224 51923 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 207692 KiB

[startup+3.10661 s]
/proc/loadavg: 4.38 3.25 1.70 5/331 253201
/proc/meminfo: memFree=110102100/131524600 swapFree=131055836/131071996
[pid=253181] ppid=253178 vsize=19108176 memory=662744 CPUtime=5.15 cores=0,2
/proc/253181/stat : 253181 (java) S 253178 253181 252712 0 -1 1077936128 21496 0 0 0 499 16 0 0 20 0 20 0 30516644 19566772224 165686 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
/proc/253181/statm: 4777044 165686 5923 1 0 554763 0
[pid=253181/tid=253183] ppid=253178 vsize=19108176 memory=0 CPUtime=2.92 cores=0,2
/proc/253181/task/253183/stat : 253183 (java) R 253178 253181 252712 0 -1 4194368 7754 0 0 0 280 12 0 0 20 0 20 0 30516644 19566772224 165686 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
[pid=253181/tid=253192] ppid=253178 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/253181/task/253192/stat : 253192 (Finalizer) S 253178 253181 252712 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30516647 19566772224 165686 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
[pid=253181/tid=253199] ppid=253178 vsize=19108176 memory=314220 CPUtime=0 cores=0,2
/proc/253181/task/253199/stat : 253199 (Common-Cleaner) S 253178 253181 252712 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 30516647 19566772224 165686 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
[pid=253181/tid=253200] ppid=253178 vsize=19108176 memory=12928 CPUtime=0 cores=0,2
/proc/253181/task/253200/stat : 253200 (Timer-0) S 253178 253181 252712 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30516674 19566772224 165686 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
Current children cumulated CPU time: 5.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 662744 KiB

[startup+6.3006 s]
/proc/loadavg: 4.35 3.26 1.72 5/331 253201
/proc/meminfo: memFree=109555676/131524600 swapFree=131055836/131071996
[pid=253181] ppid=253178 vsize=19108176 memory=1111888 CPUtime=8.62 cores=0,2
/proc/253181/stat : 253181 (java) S 253178 253181 252712 0 -1 1077936128 22798 0 0 0 837 25 0 0 20 0 20 0 30516644 19566772224 277972 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
/proc/253181/statm: 4777044 277972 5923 1 0 555114 0
[pid=253181/tid=253183] ppid=253178 vsize=19108176 memory=12928 CPUtime=6.04 cores=0,2
/proc/253181/task/253183/stat : 253183 (java) R 253178 253181 252712 0 -1 4194368 7989 0 0 0 584 20 0 0 20 0 20 0 30516644 19566772224 277972 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
[pid=253181/tid=253192] ppid=253178 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/253181/task/253192/stat : 253192 (Finalizer) S 253178 253181 252712 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30516647 19566772224 277972 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
[pid=253181/tid=253199] ppid=253178 vsize=19108176 memory=5866609673744372312 CPUtime=0 cores=0,2
/proc/253181/task/253199/stat : 253199 (Common-Cleaner) S 253178 253181 252712 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 30516647 19566772224 277972 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
[pid=253181/tid=253200] ppid=253178 vsize=19108176 memory=5476 CPUtime=0 cores=0,2
/proc/253181/task/253200/stat : 253200 (Timer-0) S 253178 253181 252712 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30516674 19566772224 277972 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
Current children cumulated CPU time: 8.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1111888 KiB

[startup+12.7006 s]
/proc/loadavg: 4.32 3.27 1.73 5/331 253202
/proc/meminfo: memFree=109065992/131524600 swapFree=131055836/131071996
[pid=253181] ppid=253178 vsize=19108176 memory=1600212 CPUtime=15.03 cores=0,2
/proc/253181/stat : 253181 (java) S 253178 253181 252712 0 -1 1077936128 23712 0 0 0 1469 34 0 0 20 0 20 0 30516644 19566772224 400053 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
/proc/253181/statm: 4777044 400053 5923 1 0 661640 0
[pid=253181/tid=253183] ppid=253178 vsize=19108176 memory=0 CPUtime=12.32 cores=0,2
/proc/253181/task/253183/stat : 253183 (java) R 253178 253181 252712 0 -1 4194368 8555 0 0 0 1204 28 0 0 20 0 20 0 30516644 19566772224 400053 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
[pid=253181/tid=253192] ppid=253178 vsize=19108176 memory=1600212 CPUtime=0 cores=0,2
/proc/253181/task/253192/stat : 253192 (Finalizer) S 253178 253181 252712 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30516647 19566772224 400053 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
[pid=253181/tid=253199] ppid=253178 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/253181/task/253199/stat : 253199 (Common-Cleaner) S 253178 253181 252712 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 30516647 19566772224 400053 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
[pid=253181/tid=253200] ppid=253178 vsize=19108176 memory=16024 CPUtime=0 cores=0,2
/proc/253181/task/253200/stat : 253200 (Timer-0) S 253178 253181 252712 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30516674 19566772224 400053 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
Current children cumulated CPU time: 15.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1600212 KiB

[startup+25.5003 s]
/proc/loadavg: 4.39 3.34 1.78 5/331 253204
/proc/meminfo: memFree=109026620/131524600 swapFree=131055836/131071996
[pid=253181] ppid=253178 vsize=19108176 memory=1639368 CPUtime=28.11 cores=0,2
/proc/253181/stat : 253181 (java) S 253178 253181 252712 0 -1 1077936128 29602 0 0 0 2775 36 0 0 20 0 20 0 30516644 19566772224 409842 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
/proc/253181/statm: 4777044 409842 5923 1 0 661641 0
[pid=253181/tid=253183] ppid=253178 vsize=19108176 memory=1600212 CPUtime=24.78 cores=0,2
/proc/253181/task/253183/stat : 253183 (java) R 253178 253181 252712 0 -1 4194368 9728 0 0 0 2450 28 0 0 20 0 20 0 30516644 19566772224 409842 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
[pid=253181/tid=253192] ppid=253178 vsize=19108176 memory=16024 CPUtime=0 cores=0,2
/proc/253181/task/253192/stat : 253192 (Finalizer) S 253178 253181 252712 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30516647 19566772224 409842 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
[pid=253181/tid=253199] ppid=253178 vsize=19108176 memory=1601148 CPUtime=0 cores=0,2
/proc/253181/task/253199/stat : 253199 (Common-Cleaner) S 253178 253181 252712 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 30516647 19566772224 409842 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
[pid=253181/tid=253200] ppid=253178 vsize=19108176 memory=11588 CPUtime=0 cores=0,2
/proc/253181/task/253200/stat : 253200 (Timer-0) S 253178 253181 252712 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30516674 19566772224 409842 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
Current children cumulated CPU time: 28.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1639368 KiB

[startup+51.106 s]
/proc/loadavg: 4.32 3.41 1.84 5/331 253209
/proc/meminfo: memFree=108847864/131524600 swapFree=131055836/131071996
[pid=253181] ppid=253178 vsize=19108176 memory=1717796 CPUtime=54.52 cores=0,2
/proc/253181/stat : 253181 (java) S 253178 253181 252712 0 -1 1077936128 39974 0 0 0 5412 40 0 0 20 0 20 0 30516644 19566772224 429449 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
/proc/253181/statm: 4777044 429449 5923 1 0 661755 0
[pid=253181/tid=253183] ppid=253178 vsize=19108176 memory=1707468 CPUtime=49.69 cores=0,2
/proc/253181/task/253183/stat : 253183 (java) R 253178 253181 252712 0 -1 4194368 13953 0 0 0 4940 29 0 0 20 0 20 0 30516644 19566772224 429449 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0

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

/proc/meminfo: memFree=120240448/131524600 swapFree=131055836/131071996
[pid=253181] ppid=253178 vsize=19108176 memory=3630260 CPUtime=3225.34 cores=0,2
/proc/253181/stat : 253181 (java) S 253178 253181 252712 0 -1 1077936128 248673 0 0 0 322287 247 0 0 20 0 20 0 30516644 19566772224 907565 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
/proc/253181/statm: 4777044 907565 5954 1 0 923132 0
[pid=253181/tid=253183] ppid=253178 vsize=19108176 memory=12928 CPUtime=3185.95 cores=0,2
/proc/253181/task/253183/stat : 253183 (java) R 253178 253181 252712 0 -1 4194368 112083 0 0 0 318509 86 0 0 20 0 20 0 30516644 19566772224 907565 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 9 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
[pid=253181/tid=253192] ppid=253178 vsize=19108176 memory=-8599176439970636476 CPUtime=0 cores=0,2
/proc/253181/task/253192/stat : 253192 (Finalizer) S 253178 253181 252712 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30516647 19566772224 907565 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
[pid=253181/tid=253199] ppid=253178 vsize=19108176 memory=3630260 CPUtime=0 cores=0,2
/proc/253181/task/253199/stat : 253199 (Common-Cleaner) S 253178 253181 252712 0 -1 1077936192 5121 0 0 0 0 0 0 0 20 0 20 0 30516647 19566772224 907565 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
[pid=253181/tid=253200] ppid=253178 vsize=19108176 memory=3630260 CPUtime=0 cores=0,2
/proc/253181/task/253200/stat : 253200 (Timer-0) S 253178 253181 252712 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30516674 19566772224 907565 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
Current children cumulated CPU time: 3225.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3630260 KiB

[startup+3282.3 s]
/proc/loadavg: 2.37 3.52 3.91 3/285 255143
/proc/meminfo: memFree=120132900/131524600 swapFree=131055836/131071996
[pid=253181] ppid=253178 vsize=19108176 memory=3630260 CPUtime=3285.35 cores=0,2
/proc/253181/stat : 253181 (java) S 253178 253181 252712 0 -1 1077936128 252983 0 0 0 328284 251 0 0 20 0 20 0 30516644 19566772224 907565 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
/proc/253181/statm: 4777044 907565 5954 1 0 923132 0
[pid=253181/tid=253183] ppid=253178 vsize=19108176 memory=3630260 CPUtime=3245.43 cores=0,2
/proc/253181/task/253183/stat : 253183 (java) R 253178 253181 252712 0 -1 4194368 114396 0 0 0 324457 86 0 0 20 0 20 0 30516644 19566772224 907565 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 9 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
[pid=253181/tid=253192] ppid=253178 vsize=19108176 memory=11588 CPUtime=0 cores=0,2
/proc/253181/task/253192/stat : 253192 (Finalizer) S 253178 253181 252712 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30516647 19566772224 907565 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
[pid=253181/tid=253199] ppid=253178 vsize=19108176 memory=11588 CPUtime=0 cores=0,2
/proc/253181/task/253199/stat : 253199 (Common-Cleaner) S 253178 253181 252712 0 -1 1077936192 5204 0 0 0 0 0 0 0 20 0 20 0 30516647 19566772224 907565 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
[pid=253181/tid=253200] ppid=253178 vsize=19108176 memory=3630260 CPUtime=0 cores=0,2
/proc/253181/task/253200/stat : 253200 (Timer-0) S 253178 253181 252712 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30516674 19566772224 907565 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
Current children cumulated CPU time: 3285.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3630260 KiB

[startup+3342.3 s]
/proc/loadavg: 2.18 3.25 3.79 3/285 255155
/proc/meminfo: memFree=119332232/131524600 swapFree=131055836/131071996
[pid=253181] ppid=253178 vsize=19108176 memory=3630260 CPUtime=3345.43 cores=0,2
/proc/253181/stat : 253181 (java) S 253178 253181 252712 0 -1 1077936128 257464 0 0 0 334289 254 0 0 20 0 20 0 30516644 19566772224 907565 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
/proc/253181/statm: 4777044 907565 5954 1 0 923132 0
[pid=253181/tid=253183] ppid=253178 vsize=19108176 memory=3630260 CPUtime=3305.01 cores=0,2
/proc/253181/task/253183/stat : 253183 (java) R 253178 253181 252712 0 -1 4194368 116972 0 0 0 330414 87 0 0 20 0 20 0 30516644 19566772224 907565 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 9 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
[pid=253181/tid=253192] ppid=253178 vsize=19108176 memory=3630260 CPUtime=0 cores=0,2
/proc/253181/task/253192/stat : 253192 (Finalizer) S 253178 253181 252712 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30516647 19566772224 907565 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
[pid=253181/tid=253199] ppid=253178 vsize=19108176 memory=11588 CPUtime=0 cores=0,2
/proc/253181/task/253199/stat : 253199 (Common-Cleaner) S 253178 253181 252712 0 -1 1077936192 5287 0 0 0 0 0 0 0 20 0 20 0 30516647 19566772224 907565 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
[pid=253181/tid=253200] ppid=253178 vsize=19108176 memory=3630260 CPUtime=0 cores=0,2
/proc/253181/task/253200/stat : 253200 (Timer-0) S 253178 253181 252712 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30516674 19566772224 907565 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
Current children cumulated CPU time: 3345.43 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3630260 KiB

[startup+3402.3 s]
/proc/loadavg: 2.25 3.07 3.69 3/282 255166
/proc/meminfo: memFree=119124476/131524600 swapFree=131055836/131071996
[pid=253181] ppid=253178 vsize=19108176 memory=3630260 CPUtime=3405.67 cores=0,2
/proc/253181/stat : 253181 (java) S 253178 253181 252712 0 -1 1077936128 261786 0 0 0 340310 257 0 0 20 0 20 0 30516644 19566772224 907565 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
/proc/253181/statm: 4777044 907565 5954 1 0 923132 0
[pid=253181/tid=253183] ppid=253178 vsize=19108176 memory=3630260 CPUtime=3364.41 cores=0,2
/proc/253181/task/253183/stat : 253183 (java) R 253178 253181 252712 0 -1 4194368 119207 0 0 0 336353 88 0 0 20 0 20 0 30516644 19566772224 907565 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 9 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
[pid=253181/tid=253192] ppid=253178 vsize=19108176 memory=3630260 CPUtime=0 cores=0,2
/proc/253181/task/253192/stat : 253192 (Finalizer) S 253178 253181 252712 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30516647 19566772224 907565 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
[pid=253181/tid=253199] ppid=253178 vsize=19108176 memory=3630260 CPUtime=0 cores=0,2
/proc/253181/task/253199/stat : 253199 (Common-Cleaner) S 253178 253181 252712 0 -1 1077936192 5369 0 0 0 0 0 0 0 20 0 20 0 30516647 19566772224 907565 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
[pid=253181/tid=253200] ppid=253178 vsize=19108176 memory=3630260 CPUtime=0 cores=0,2
/proc/253181/task/253200/stat : 253200 (Timer-0) S 253178 253181 252712 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30516674 19566772224 907565 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
Current children cumulated CPU time: 3405.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3630260 KiB

[startup+3462.3 s]
/proc/loadavg: 2.21 2.90 3.59 3/278 255176
/proc/meminfo: memFree=119123760/131524600 swapFree=131055836/131071996
[pid=253181] ppid=253178 vsize=19108176 memory=3630260 CPUtime=3465.7 cores=0,2
/proc/253181/stat : 253181 (java) S 253178 253181 252712 0 -1 1077936128 266005 0 0 0 346310 260 0 0 20 0 20 0 30516644 19566772224 907565 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
/proc/253181/statm: 4777044 907565 5954 1 0 923132 0
[pid=253181/tid=253183] ppid=253178 vsize=19108176 memory=3630260 CPUtime=3424.03 cores=0,2
/proc/253181/task/253183/stat : 253183 (java) R 253178 253181 252712 0 -1 4194368 121624 0 0 0 342314 89 0 0 20 0 20 0 30516644 19566772224 907565 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 9 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
[pid=253181/tid=253192] ppid=253178 vsize=19108176 memory=3630260 CPUtime=0 cores=0,2
/proc/253181/task/253192/stat : 253192 (Finalizer) S 253178 253181 252712 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30516647 19566772224 907565 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
[pid=253181/tid=253199] ppid=253178 vsize=19108176 memory=3630260 CPUtime=0 cores=0,2
/proc/253181/task/253199/stat : 253199 (Common-Cleaner) S 253178 253181 252712 0 -1 1077936192 5451 0 0 0 0 0 0 0 20 0 20 0 30516647 19566772224 907565 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
[pid=253181/tid=253200] ppid=253178 vsize=19108176 memory=3630260 CPUtime=0 cores=0,2
/proc/253181/task/253200/stat : 253200 (Timer-0) S 253178 253181 252712 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30516674 19566772224 907565 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
Current children cumulated CPU time: 3465.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3630260 KiB

[startup+3522.3 s]
/proc/loadavg: 2.32 2.80 3.51 3/278 255186
/proc/meminfo: memFree=119071424/131524600 swapFree=131055836/131071996
[pid=253181] ppid=253178 vsize=19108176 memory=3630260 CPUtime=3525.67 cores=0,2
/proc/253181/stat : 253181 (java) S 253178 253181 252712 0 -1 1077936128 270439 0 0 0 352304 263 0 0 20 0 20 0 30516644 19566772224 907565 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
/proc/253181/statm: 4777044 907565 5954 1 0 923132 0
[pid=253181/tid=253183] ppid=253178 vsize=19108176 memory=3630260 CPUtime=3483.71 cores=0,2
/proc/253181/task/253183/stat : 253183 (java) R 253178 253181 252712 0 -1 4194368 124076 0 0 0 348282 89 0 0 20 0 20 0 30516644 19566772224 907565 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 9 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
[pid=253181/tid=253192] ppid=253178 vsize=19108176 memory=3630260 CPUtime=0 cores=0,2
/proc/253181/task/253192/stat : 253192 (Finalizer) S 253178 253181 252712 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30516647 19566772224 907565 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
[pid=253181/tid=253199] ppid=253178 vsize=19108176 memory=3630260 CPUtime=0 cores=0,2
/proc/253181/task/253199/stat : 253199 (Common-Cleaner) S 253178 253181 252712 0 -1 1077936192 5544 0 0 0 0 0 0 0 20 0 20 0 30516647 19566772224 907565 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
[pid=253181/tid=253200] ppid=253178 vsize=19108176 memory=3630260 CPUtime=0 cores=0,2
/proc/253181/task/253200/stat : 253200 (Timer-0) S 253178 253181 252712 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30516674 19566772224 907565 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
Current children cumulated CPU time: 3525.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3630260 KiB

[startup+3582.3 s]
/proc/loadavg: 2.18 2.67 3.42 3/278 255198
/proc/meminfo: memFree=119070636/131524600 swapFree=131055836/131071996
[pid=253181] ppid=253178 vsize=19108176 memory=3630260 CPUtime=3585.52 cores=0,2
/proc/253181/stat : 253181 (java) S 253178 253181 252712 0 -1 1077936128 274862 0 0 0 358285 267 0 0 20 0 20 0 30516644 19566772224 907565 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
/proc/253181/statm: 4777044 907565 5954 1 0 923132 0
[pid=253181/tid=253183] ppid=253178 vsize=19108176 memory=3630260 CPUtime=3543.16 cores=0,2
/proc/253181/task/253183/stat : 253183 (java) R 253178 253181 252712 0 -1 4194368 125876 0 0 0 354226 90 0 0 20 0 20 0 30516644 19566772224 907565 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 9 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
[pid=253181/tid=253192] ppid=253178 vsize=19108176 memory=5476 CPUtime=0 cores=0,2
/proc/253181/task/253192/stat : 253192 (Finalizer) S 253178 253181 252712 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30516647 19566772224 907565 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
[pid=253181/tid=253199] ppid=253178 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/253181/task/253199/stat : 253199 (Common-Cleaner) S 253178 253181 252712 0 -1 1077936192 5626 0 0 0 0 0 0 0 20 0 20 0 30516647 19566772224 907565 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
[pid=253181/tid=253200] ppid=253178 vsize=19108176 memory=3630260 CPUtime=0 cores=0,2
/proc/253181/task/253200/stat : 253200 (Timer-0) S 253178 253181 252712 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30516674 19566772224 907565 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
Current children cumulated CPU time: 3585.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3630260 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3596.8 s]
/proc/loadavg: 2.14 2.64 3.40 3/278 255200
/proc/meminfo: memFree=119070468/131524600 swapFree=131055836/131071996
[pid=253181] ppid=253178 vsize=19108176 memory=3630260 CPUtime=3600.03 cores=0,2
/proc/253181/stat : 253181 (java) S 253178 253181 252712 0 -1 1077936128 277477 0 0 0 359735 268 0 0 20 0 20 0 30516644 19566772224 907565 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
/proc/253181/statm: 4777044 907565 5954 1 0 923132 0
[pid=253181/tid=253183] ppid=253178 vsize=19108176 memory=3630260 CPUtime=3557.54 cores=0,2
/proc/253181/task/253183/stat : 253183 (java) R 253178 253181 252712 0 -1 4194368 126510 0 0 0 355664 90 0 0 20 0 20 0 30516644 19566772224 907565 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 9 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
[pid=253181/tid=253192] ppid=253178 vsize=19108176 memory=3630260 CPUtime=0 cores=0,2
/proc/253181/task/253192/stat : 253192 (Finalizer) S 253178 253181 252712 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30516647 19566772224 907565 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
[pid=253181/tid=253199] ppid=253178 vsize=19108176 memory=5476 CPUtime=0 cores=0,2
/proc/253181/task/253199/stat : 253199 (Common-Cleaner) S 253178 253181 252712 0 -1 1077936192 5626 0 0 0 0 0 0 0 20 0 20 0 30516647 19566772224 907565 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
[pid=253181/tid=253200] ppid=253178 vsize=19108176 memory=16024 CPUtime=0 cores=0,2
/proc/253181/task/253200/stat : 253200 (Timer-0) S 253178 253181 252712 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30516674 19566772224 907565 134679101440 94906202017792 94906202021488 140724476983616 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94906202029304 94906202030096 94906230378496 140724476990447 140724476990560 140724476990560 140724476997576 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3630260 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.47 s, system=2.70257 s

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

Child status: 143

Real time (s): 3596.88
CPU time (s): 3600.18
CPU user time (s): 3597.47
CPU system time (s): 2.70257
CPU usage (%): 100.092
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 3630260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.47
system time used= 2.70257
maximum resident set size= 3631940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 280863
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 121087
involuntary context switches= 32117


# summary of solver processes directly reported to runsolver:
#   pid: 253181
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3597.47
#   total CPU system time (s): 2.70257

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.14062 second user time and 19.5804 second system time

The end

Launcher Data

Begin job on nodeC033 at 2024-07-25 22:37:49
IDJOB=4459965
IDBENCH=148699
IDSOLVER=3046
FILE ID=nodeC033/4459965-1721939869
RUNJOBID= nodeC033-1721939462-252722
SLURM_JOB_ID= 8247253
Free space on /tmp= 890080 MiB

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

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

MD5SUM BENCH= 2ee40362659bac8ce3ae96da1e16af6a
RANDOM SEED=266789729

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		: 3642.841
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		: 3689.213
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		: 3625.867
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.167
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		: 3672.871
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		: 3689.241
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		: 3645.217
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.022
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:        110708252 kB
MemAvailable:   114564084 kB
Buffers:          333292 kB
Cached:          4320572 kB
SwapCached:          300 kB
Active:          2550208 kB
Inactive:       17574208 kB
Active(anon):       2220 kB
Inactive(anon): 15521420 kB
Active(file):    2547988 kB
Inactive(file):  2052788 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131055836 kB
Dirty:              1104 kB
Writeback:             0 kB
AnonPages:      15470376 kB
Mapped:           129344 kB
Shmem:             53064 kB
KReclaimable:     189756 kB
Slab:             307096 kB
SReclaimable:     189756 kB
SUnreclaim:       117340 kB
KernelStack:        5024 kB
PageTables:        40508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   19171556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            16704 kB
HardwareCorrupted:     0 kB
AnonHugePages:  15157248 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= 890080 MiB
End job on nodeC033 at 2024-07-25 23:37:46