Trace number 4459901

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)-27 3600.25 3566.42

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/bsg/normalized-bsg_200_25_1.opb
MD5SUM273961b324c53d2d230ce6da1470e4a9
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-33
Best CPU time to get the best result obtained on this benchmark71423.1
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)12408
Sum of products size (including duplicates)24816
Number of different products6204
Sum of products size12408

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-4459901-1721939562.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  objective function found
0.51/0.38	c ... done. Wall clock time 0.218s.
0.51/0.38	c declared #vars     400
0.51/0.38	c internal #vars     6604
0.51/0.38	c #constraints  13010
0.51/0.38	c constraints type 
0.51/0.38	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
0.51/0.38	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 402
0.51/0.38	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 6204
0.51/0.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6204
0.51/0.38	c 13010 constraints processed.
0.51/0.39	c objective function length is 200 literals
0.86/0.52	c SATISFIABLE
0.86/0.53	c OPTIMIZING...
0.86/0.53	c Got one! Elapsed wall clock time (in seconds):0.369
0.86/0.53	o -8
1.06/0.64	c Got one! Elapsed wall clock time (in seconds):0.489
1.06/0.64	o -9
1.44/0.81	c Got one! Elapsed wall clock time (in seconds):0.653
1.44/0.81	o -10
1.44/0.89	c Got one! Elapsed wall clock time (in seconds):0.733
1.44/0.89	o -11
1.64/0.97	c Got one! Elapsed wall clock time (in seconds):0.809
1.64/0.97	o -12
1.84/1.01	c Got one! Elapsed wall clock time (in seconds):0.857
1.84/1.01	o -13
1.84/1.09	c Got one! Elapsed wall clock time (in seconds):0.933
1.84/1.09	o -14
2.04/1.15	c Got one! Elapsed wall clock time (in seconds):0.996
2.04/1.15	o -15
2.21/1.24	c Got one! Elapsed wall clock time (in seconds):1.082
2.21/1.24	o -16
2.72/1.55	c Got one! Elapsed wall clock time (in seconds):1.399
2.72/1.55	o -17
2.84/1.65	c Got one! Elapsed wall clock time (in seconds):1.496
2.84/1.65	o -18
3.05/1.83	c Got one! Elapsed wall clock time (in seconds):1.675
3.05/1.83	o -19
3.19/1.92	c Got one! Elapsed wall clock time (in seconds):1.767
3.19/1.92	o -20
3.19/1.97	c Got one! Elapsed wall clock time (in seconds):1.813
3.19/1.97	o -21
3.50/2.12	c Got one! Elapsed wall clock time (in seconds):1.963
3.50/2.12	o -22
11.57/9.58	c Got one! Elapsed wall clock time (in seconds):9.426
11.57/9.58	o -23
20.31/18.02	c cleaning 3034 clauses out of 6094 with flag 0/6094
26.71/24.40	c Got one! Elapsed wall clock time (in seconds):24.244
26.71/24.40	o -24
33.97/31.43	c cleaning 4054 clauses out of 8197 with flag 0/11231
58.68/55.81	c Got one! Elapsed wall clock time (in seconds):55.652
58.68/55.81	o -25
67.60/64.66	c Got one! Elapsed wall clock time (in seconds):64.508
67.60/64.66	o -26
108.84/105.79	c cleaning 7835 clauses out of 15714 with flag 0/22802
146.88/143.08	c cleaning 6887 clauses out of 13884 with flag 0/28807
189.25/184.54	c cleaning 6880 clauses out of 13992 with flag 0/35802
234.43/228.89	c cleaning 7541 clauses out of 15116 with flag 0/43806
389.85/383.87	c cleaning 8199 clauses out of 16572 with flag 0/52803
850.76/844.72	c cleaning 9117 clauses out of 18375 with flag 0/62805
981.07/973.88	c cleaning 10009 clauses out of 20257 with flag 0/73804
1064.31/1056.01	c cleaning 10631 clauses out of 22246 with flag 0/85802
1172.76/1163.51	c cleaning 11016 clauses out of 24615 with flag 0/98802
1504.17/1493.43	c cleaning 12269 clauses out of 27599 with flag 0/112802
1606.09/1593.51	c cleaning 13414 clauses out of 30331 with flag 0/127803
1768.96/1755.96	c Got one! Elapsed wall clock time (in seconds):1755.805
1768.96/1755.97	o -27
1832.14/1818.79	c cleaning 11678 clauses out of 29153 with flag 0/140039
1858.67/1844.81	c cleaning 5148 clauses out of 23475 with flag 0/146039
1899.54/1884.85	c cleaning 5230 clauses out of 25326 with flag 0/153038
1932.66/1917.25	c cleaning 6761 clauses out of 28096 with flag 0/161038
2023.86/2007.70	c cleaning 7014 clauses out of 30335 with flag 0/170038
2086.61/2069.62	c cleaning 8781 clauses out of 33323 with flag 0/180040
2148.50/2130.22	c cleaning 8880 clauses out of 35540 with flag 0/191038
2250.12/2230.69	c cleaning 8078 clauses out of 38663 with flag 0/203041
2441.67/2420.33	c cleaning 11820 clauses out of 43585 with flag 0/216041
2570.93/2548.48	c cleaning 11493 clauses out of 45763 with flag 0/230039
2654.96/2630.43	c cleaning 11283 clauses out of 49271 with flag 0/245040
2754.97/2728.60	c cleaning 10720 clauses out of 53987 with flag 0/261039
3121.83/3093.30	c cleaning 15137 clauses out of 60269 with flag 0/278041
3422.67/3392.38	c cleaning 13715 clauses out of 63129 with flag 0/296038
3592.15/3558.52	c cleaning 14644 clauses out of 68416 with flag 0/315040
3600.04/3566.32	c starts		: 154
3600.04/3566.32	c conflicts		: 316863
3600.04/3566.32	c decisions		: 1767132
3600.04/3566.32	c propagations		: 60277046
3600.04/3566.32	c inspects		: 1502011165
3600.04/3566.32	c shortcuts		: 0
3600.04/3566.32	c learnt literals	: 0
3600.04/3566.32	c learnt binary clauses	: 0
3600.04/3566.32	c learnt ternary clauses	: 0
3600.04/3566.33	c learnt constraints	: 316863
3600.04/3566.33	c ignored constraints	: 0
3600.04/3566.33	c root simplifications	: 0
3600.04/3566.33	c removed literals (reason simplification)	: 0
3600.04/3566.33	c reason swapping (by a shorter reason)	: 0
3600.04/3566.33	c Calls to reduceDB	: 28
3600.04/3566.33	c Number of update (reduction) of LBD	: 0
3600.04/3566.33	c Imported unit clauses	: 0
3600.04/3566.33	c No decision after first conflict	: false
3600.04/3566.33	c number of reductions to clauses (during analyze)	: 0
3600.04/3566.33	c number of learned constraints concerned by reduction	: 0
3600.04/3566.33	c number of learning phase by resolution	: 0
3600.04/3566.33	c number of learning phase by cutting planes	: 0
3600.04/3566.33	c number of rounding to 1 operations	: 2812646
3600.04/3566.33	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3566.33	c number of reductions of the coefficients by power 2 	: 0
3600.04/3566.33	c number of right shift for reduction by power 2 	: 0
3600.04/3566.33	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3566.33	c number of ending skipping 	: 0
3600.04/3566.33	c number of internal skipping 	: 0
3600.04/3566.33	c number of derivation steps 	: 3496896
3600.04/3566.33	c number of skipped derivation steps 	: 0
3600.04/3566.33	c number of remaining unassigned 	: 221764
3600.04/3566.33	c number of remaining assigned 	: 101698827
3600.04/3566.33	c number of falsified literals weakened from reason	: 0
3600.04/3566.33	c number of falsified literals weakened from conflict	: 0
3600.04/3566.33	c time for arithmetic operations	: 37110628879
3600.04/3566.33	c minimum degree of deleted constraints	: 4
3600.04/3566.33	c maximum degree of deleted constraints	: 2305455077
3600.04/3566.33	c number of deleted constraints	: 261268
3600.04/3566.35	c speed (assignments/second)	: 16903.57869775492
3600.04/3566.35	c non guided choices	: 7
3600.04/3566.39	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 51131
3600.04/3566.39	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 86
3600.04/3566.39	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 4378
3600.04/3566.39	s SATISFIABLE
3600.04/3566.39	c Found 20 solution(s)
3600.04/3566.39	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.04/3566.39	c objective function=-27
3600.04/3566.39	c Total wall clock time (in seconds): 3566.238

Verifier Data

OK	-27

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100123 s]*
/proc/loadavg: 3.40 1.28 0.60 7/334 259132
/proc/meminfo: memFree=118593892/131524600 swapFree=131057124/131071996
[pid=259114] ppid=259111 vsize=18975048 memory=62452 CPUtime=0.13 cores=5,7
/proc/259114/stat : 259114 (java) S 259111 259114 258834 0 -1 1077936128 7201 0 0 0 11 2 0 0 20 0 18 0 30485208 19430449152 15613 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
/proc/259114/statm: 4743762 15613 5530 1 0 549317 0
[pid=259114/tid=259116] ppid=259111 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/259114/task/259116/stat : 259116 (java) R 259111 259114 258834 0 -1 1077936192 5731 0 0 0 7 1 0 0 20 0 18 0 30485208 19430449152 15613 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
[pid=259114/tid=259125] ppid=259111 vsize=18975048 memory=237146210664 CPUtime=0 cores=5,7
/proc/259114/task/259125/stat : 259125 (Finalizer) S 259111 259114 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30485211 19430449152 15613 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
[pid=259114/tid=259132] ppid=259111 vsize=18975048 memory=14973373509117603 CPUtime=0 cores=5,7
/proc/259114/task/259132/stat : 259132 (Common-Cleaner) S 259111 259114 258834 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 30485211 19430449152 15613 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62452 KiB

[startup+0.212695 s]*
/proc/loadavg: 3.40 1.28 0.60 7/334 259132
/proc/meminfo: memFree=118581076/131524600 swapFree=131057124/131071996
[pid=259114] ppid=259111 vsize=18975048 memory=75840 CPUtime=0.34 cores=5,7
/proc/259114/stat : 259114 (java) S 259111 259114 258834 0 -1 1077936128 7791 0 0 0 32 2 0 0 20 0 18 0 30485208 19430449152 18960 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
/proc/259114/statm: 4743762 18960 5732 1 0 549695 0
[pid=259114/tid=259116] ppid=259111 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=5,7
/proc/259114/task/259116/stat : 259116 (java) R 259111 259114 258834 0 -1 4194368 6052 0 0 0 17 2 0 0 20 0 18 0 30485208 19430449152 18960 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
[pid=259114/tid=259125] ppid=259111 vsize=18975048 memory=1409442 CPUtime=0 cores=5,7
/proc/259114/task/259125/stat : 259125 (Finalizer) S 259111 259114 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30485211 19430449152 18960 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
[pid=259114/tid=259132] ppid=259111 vsize=18975048 memory=14690799019361963 CPUtime=0 cores=5,7
/proc/259114/task/259132/stat : 259132 (Common-Cleaner) S 259111 259114 258834 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 30485211 19430449152 18960 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 75840 KiB

[startup+0.309695 s]*
/proc/loadavg: 3.40 1.28 0.60 6/335 259133
/proc/meminfo: memFree=118493268/131524600 swapFree=131057124/131071996
[pid=259114] ppid=259111 vsize=19041612 memory=163284 CPUtime=0.51 cores=5,7
/proc/259114/stat : 259114 (java) S 259111 259114 258834 0 -1 1077936128 8860 0 0 0 47 4 0 0 20 0 19 0 30485208 19498610688 40821 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
/proc/259114/statm: 4760403 40821 5857 1 0 550135 0
[pid=259114/tid=259116] ppid=259111 vsize=19041612 memory=-9105268422326592188 CPUtime=0.26 cores=5,7
/proc/259114/task/259116/stat : 259116 (java) R 259111 259114 258834 0 -1 4194368 6092 0 0 0 23 3 0 0 20 0 19 0 30485208 19498610688 40821 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
[pid=259114/tid=259125] ppid=259111 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/259114/task/259125/stat : 259125 (Finalizer) S 259111 259114 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 30485211 19498610688 40821 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
[pid=259114/tid=259132] ppid=259111 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/259114/task/259132/stat : 259132 (Common-Cleaner) S 259111 259114 258834 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 30485211 19498610688 40821 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 163284 KiB

[startup+0.7007 s]
/proc/loadavg: 3.40 1.28 0.60 7/336 259134
/proc/meminfo: memFree=118487640/131524600 swapFree=131057124/131071996
[pid=259114] ppid=259111 vsize=19108176 memory=183500 CPUtime=1.24 cores=5,7
/proc/259114/stat : 259114 (java) S 259111 259114 258834 0 -1 1077936128 14381 0 0 0 120 4 0 0 20 0 20 0 30485208 19566772224 45875 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
/proc/259114/statm: 4777044 45875 5911 1 0 554255 0
[pid=259114/tid=259116] ppid=259111 vsize=19108176 memory=5616 CPUtime=0.6 cores=5,7
/proc/259114/task/259116/stat : 259116 (java) R 259111 259114 258834 0 -1 4194368 6258 0 0 0 57 3 0 0 20 0 20 0 30485208 19566772224 45875 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
[pid=259114/tid=259125] ppid=259111 vsize=19108176 memory=12404 CPUtime=0 cores=5,7
/proc/259114/task/259125/stat : 259125 (Finalizer) S 259111 259114 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30485211 19566772224 45875 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
[pid=259114/tid=259132] ppid=259111 vsize=19108176 memory=164 CPUtime=0 cores=5,7
/proc/259114/task/259132/stat : 259132 (Common-Cleaner) S 259111 259114 258834 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 30485211 19566772224 45875 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
[pid=259114/tid=259134] ppid=259111 vsize=19108176 memory=117636 CPUtime=0 cores=5,7
/proc/259114/task/259134/stat : 259134 (Timer-0) S 259111 259114 258834 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30485247 19566772224 45875 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 183500 KiB

[startup+1.5057 s]
/proc/loadavg: 3.40 1.28 0.60 6/336 259134
/proc/meminfo: memFree=118451920/131524600 swapFree=131057124/131071996
[pid=259114] ppid=259111 vsize=19108176 memory=498476 CPUtime=2.72 cores=5,7
/proc/259114/stat : 259114 (java) S 259111 259114 258834 0 -1 1077936128 15522 0 0 0 261 11 0 0 20 0 20 0 30485208 19566772224 124619 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
/proc/259114/statm: 4777044 124619 5911 1 0 986857 0
[pid=259114/tid=259116] ppid=259111 vsize=19108176 memory=12404 CPUtime=1.37 cores=5,7
/proc/259114/task/259116/stat : 259116 (java) R 259111 259114 258834 0 -1 4194368 6407 0 0 0 129 8 0 0 20 0 20 0 30485208 19566772224 124619 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
[pid=259114/tid=259125] ppid=259111 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/259114/task/259125/stat : 259125 (Finalizer) S 259111 259114 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30485211 19566772224 124619 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
[pid=259114/tid=259132] ppid=259111 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/259114/task/259132/stat : 259132 (Common-Cleaner) S 259111 259114 258834 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 30485211 19566772224 124619 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
[pid=259114/tid=259134] ppid=259111 vsize=19108176 memory=279748265813264 CPUtime=0 cores=5,7
/proc/259114/task/259134/stat : 259134 (Timer-0) S 259111 259114 258834 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30485247 19566772224 124619 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
Current children cumulated CPU time: 2.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 498476 KiB

[startup+3.10578 s]
/proc/loadavg: 3.40 1.28 0.60 5/336 259136
/proc/meminfo: memFree=117507836/131524600 swapFree=131057124/131071996
[pid=259114] ppid=259111 vsize=19108176 memory=1119832 CPUtime=4.85 cores=5,7
/proc/259114/stat : 259114 (java) S 259111 259114 258834 0 -1 1077936128 16018 0 0 0 463 22 0 0 20 0 20 0 30485208 19566772224 279958 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
/proc/259114/statm: 4777044 279958 5911 1 0 986883 0
[pid=259114/tid=259116] ppid=259111 vsize=19108176 memory=0 CPUtime=2.94 cores=5,7
/proc/259114/task/259116/stat : 259116 (java) R 259111 259114 258834 0 -1 4194368 6710 0 0 0 275 19 0 0 20 0 20 0 30485208 19566772224 279958 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
[pid=259114/tid=259125] ppid=259111 vsize=19108176 memory=12404 CPUtime=0 cores=5,7
/proc/259114/task/259125/stat : 259125 (Finalizer) S 259111 259114 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30485211 19566772224 279958 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
[pid=259114/tid=259132] ppid=259111 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/259114/task/259132/stat : 259132 (Common-Cleaner) S 259111 259114 258834 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 30485211 19566772224 279958 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
[pid=259114/tid=259134] ppid=259111 vsize=19108176 memory=11360 CPUtime=0 cores=5,7
/proc/259114/task/259134/stat : 259134 (Timer-0) S 259111 259114 258834 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30485247 19566772224 279958 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
Current children cumulated CPU time: 4.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1119832 KiB

[startup+6.30028 s]
/proc/loadavg: 3.45 1.32 0.62 5/336 259136
/proc/meminfo: memFree=116687168/131524600 swapFree=131057124/131071996
[pid=259114] ppid=259111 vsize=19108176 memory=2035100 CPUtime=8.38 cores=5,7
/proc/259114/stat : 259114 (java) S 259111 259114 258834 0 -1 1077936128 16763 0 0 0 797 41 0 0 20 0 20 0 30485208 19566772224 508775 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
/proc/259114/statm: 4777044 508775 5911 1 0 986922 0
[pid=259114/tid=259116] ppid=259111 vsize=19108176 memory=12404 CPUtime=6.12 cores=5,7
/proc/259114/task/259116/stat : 259116 (java) R 259111 259114 258834 0 -1 4194368 7388 0 0 0 575 37 0 0 20 0 20 0 30485208 19566772224 508775 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
[pid=259114/tid=259125] ppid=259111 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/259114/task/259125/stat : 259125 (Finalizer) S 259111 259114 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30485211 19566772224 508775 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
[pid=259114/tid=259132] ppid=259111 vsize=19108176 memory=564024 CPUtime=0 cores=5,7
/proc/259114/task/259132/stat : 259132 (Common-Cleaner) S 259111 259114 258834 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 30485211 19566772224 508775 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
[pid=259114/tid=259134] ppid=259111 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/259114/task/259134/stat : 259134 (Timer-0) S 259111 259114 258834 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30485247 19566772224 508775 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
Current children cumulated CPU time: 8.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2035100 KiB

[startup+12.7003 s]
/proc/loadavg: 3.49 1.37 0.63 5/336 259136
/proc/meminfo: memFree=116465480/131524600 swapFree=131057124/131071996
[pid=259114] ppid=259111 vsize=19108176 memory=2078740 CPUtime=14.8 cores=5,7
/proc/259114/stat : 259114 (java) S 259111 259114 258834 0 -1 1077936128 21024 0 0 0 1438 42 0 0 20 0 20 0 30485208 19566772224 519685 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
/proc/259114/statm: 4777044 519685 5927 1 0 986928 0
[pid=259114/tid=259116] ppid=259111 vsize=19108176 memory=0 CPUtime=12.42 cores=5,7
/proc/259114/task/259116/stat : 259116 (java) R 259111 259114 258834 0 -1 4194368 8878 0 0 0 1203 39 0 0 20 0 20 0 30485208 19566772224 519685 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
[pid=259114/tid=259125] ppid=259111 vsize=19108176 memory=-9105268422326592188 CPUtime=0 cores=5,7
/proc/259114/task/259125/stat : 259125 (Finalizer) S 259111 259114 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30485211 19566772224 519685 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
[pid=259114/tid=259132] ppid=259111 vsize=19108176 memory=2308 CPUtime=0 cores=5,7
/proc/259114/task/259132/stat : 259132 (Common-Cleaner) S 259111 259114 258834 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 30485211 19566772224 519685 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
[pid=259114/tid=259134] ppid=259111 vsize=19108176 memory=11360 CPUtime=0 cores=5,7
/proc/259114/task/259134/stat : 259134 (Timer-0) S 259111 259114 258834 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30485247 19566772224 519685 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
Current children cumulated CPU time: 14.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2078740 KiB

[startup+25.5003 s]
/proc/loadavg: 3.67 1.51 0.69 5/336 259139
/proc/meminfo: memFree=115964940/131524600 swapFree=131057124/131071996
[pid=259114] ppid=259111 vsize=19108176 memory=2377056 CPUtime=27.98 cores=5,7
/proc/259114/stat : 259114 (java) S 259111 259114 258834 0 -1 1077936128 25383 0 0 0 2748 50 0 0 20 0 20 0 30485208 19566772224 594264 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
/proc/259114/statm: 4777044 594264 5927 1 0 986945 0
[pid=259114/tid=259116] ppid=259111 vsize=19108176 memory=11360 CPUtime=24.89 cores=5,7
/proc/259114/task/259116/stat : 259116 (java) R 259111 259114 258834 0 -1 4194368 10979 0 0 0 2444 45 0 0 20 0 20 0 30485208 19566772224 594264 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
[pid=259114/tid=259125] ppid=259111 vsize=19108176 memory=11360 CPUtime=0 cores=5,7
/proc/259114/task/259125/stat : 259125 (Finalizer) S 259111 259114 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30485211 19566772224 594264 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
[pid=259114/tid=259132] ppid=259111 vsize=19108176 memory=2076060 CPUtime=0 cores=5,7
/proc/259114/task/259132/stat : 259132 (Common-Cleaner) S 259111 259114 258834 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 20 0 30485211 19566772224 594264 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
[pid=259114/tid=259134] ppid=259111 vsize=19108176 memory=279748265760048 CPUtime=0 cores=5,7
/proc/259114/task/259134/stat : 259134 (Timer-0) S 259111 259114 258834 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30485247 19566772224 594264 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
Current children cumulated CPU time: 27.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2377056 KiB

[startup+51.1059 s]
/proc/loadavg: 3.87 1.73 0.79 5/336 259143
/proc/meminfo: memFree=115726216/131524600 swapFree=131057124/131071996
[pid=259114] ppid=259111 vsize=19108176 memory=2428616 CPUtime=53.89 cores=5,7
/proc/259114/stat : 259114 (java) S 259111 259114 258834 0 -1 1077936128 32868 0 0 0 5336 53 0 0 20 0 20 0 30485208 19566772224 607154 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
/proc/259114/statm: 4777044 607154 5927 1 0 986946 0
[pid=259114/tid=259116] ppid=259111 vsize=19108176 memory=2414232 CPUtime=50.18 cores=5,7
/proc/259114/task/259116/stat : 259116 (java) R 259111 259114 258834 0 -1 4194368 14507 0 0 0 4972 46 0 0 20 0 20 0 30485208 19566772224 607154 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
[pid=259114/tid=259125] ppid=259111 vsize=19108176 memory=279748266509696 CPUtime=0 cores=5,7
/proc/259114/task/259125/stat : 259125 (Finalizer) S 259111 259114 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30485211 19566772224 607154 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0

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

/proc/259114/task/259125/stat : 259125 (Finalizer) S 259111 259114 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30485211 19566772224 976307 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
[pid=259114/tid=259132] ppid=259111 vsize=19108176 memory=-9105268422326592188 CPUtime=0 cores=5,7
/proc/259114/task/259132/stat : 259132 (Common-Cleaner) S 259111 259114 258834 0 -1 1077936192 4060 0 0 0 0 0 0 0 20 0 20 0 30485211 19566772224 976307 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
[pid=259114/tid=259134] ppid=259111 vsize=19108176 memory=3905228 CPUtime=0 cores=5,7
/proc/259114/task/259134/stat : 259134 (Timer-0) S 259111 259114 258834 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30485247 19566772224 976307 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
Current children cumulated CPU time: 3191.45 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3905228 KiB

[startup+3222.3 s]
/proc/loadavg: 4.41 4.53 4.39 5/331 260896
/proc/meminfo: memFree=111847324/131524600 swapFree=131057124/131071996
[pid=259114] ppid=259111 vsize=19108176 memory=3905284 CPUtime=3251.99 cores=5,7
/proc/259114/stat : 259114 (java) S 259111 259114 258834 0 -1 1077936128 296756 0 0 0 324969 230 0 0 20 0 20 0 30485208 19566772224 976321 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
/proc/259114/statm: 4777044 976321 5984 1 0 987571 0
[pid=259114/tid=259116] ppid=259111 vsize=19108176 memory=70816 CPUtime=3171.9 cores=5,7
/proc/259114/task/259116/stat : 259116 (java) R 259111 259114 258834 0 -1 4194368 145406 0 0 0 317120 70 0 0 20 0 20 0 30485208 19566772224 976321 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 25 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
[pid=259114/tid=259125] ppid=259111 vsize=19108176 memory=-9105268422326592188 CPUtime=0 cores=5,7
/proc/259114/task/259125/stat : 259125 (Finalizer) S 259111 259114 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30485211 19566772224 976321 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
[pid=259114/tid=259132] ppid=259111 vsize=19108176 memory=3905284 CPUtime=0 cores=5,7
/proc/259114/task/259132/stat : 259132 (Common-Cleaner) S 259111 259114 258834 0 -1 1077936192 4126 0 0 0 0 0 0 0 20 0 20 0 30485211 19566772224 976321 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
[pid=259114/tid=259134] ppid=259111 vsize=19108176 memory=3905284 CPUtime=0 cores=5,7
/proc/259114/task/259134/stat : 259134 (Timer-0) S 259111 259114 258834 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30485247 19566772224 976321 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
Current children cumulated CPU time: 3251.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3905284 KiB

[startup+3282.3 s]
/proc/loadavg: 4.36 4.50 4.38 5/331 260907
/proc/meminfo: memFree=111719128/131524600 swapFree=131057124/131071996
[pid=259114] ppid=259111 vsize=19108176 memory=3905284 CPUtime=3312.27 cores=5,7
/proc/259114/stat : 259114 (java) S 259111 259114 258834 0 -1 1077936128 300914 0 0 0 330994 233 0 0 20 0 20 0 30485208 19566772224 976321 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
/proc/259114/statm: 4777044 976321 5984 1 0 987571 0
[pid=259114/tid=259116] ppid=259111 vsize=19108176 memory=3905284 CPUtime=3231.32 cores=5,7
/proc/259114/task/259116/stat : 259116 (java) R 259111 259114 258834 0 -1 4194368 148185 0 0 0 323061 71 0 0 20 0 20 0 30485208 19566772224 976321 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 25 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
[pid=259114/tid=259125] ppid=259111 vsize=19108176 memory=12404 CPUtime=0 cores=5,7
/proc/259114/task/259125/stat : 259125 (Finalizer) S 259111 259114 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30485211 19566772224 976321 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
[pid=259114/tid=259132] ppid=259111 vsize=19108176 memory=70816 CPUtime=0 cores=5,7
/proc/259114/task/259132/stat : 259132 (Common-Cleaner) S 259111 259114 258834 0 -1 1077936192 4262 0 0 0 0 0 0 0 20 0 20 0 30485211 19566772224 976321 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
[pid=259114/tid=259134] ppid=259111 vsize=19108176 memory=3905284 CPUtime=0 cores=5,7
/proc/259114/task/259134/stat : 259134 (Timer-0) S 259111 259114 258834 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30485247 19566772224 976321 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
Current children cumulated CPU time: 3312.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3905284 KiB

[startup+3342.3 s]
/proc/loadavg: 4.30 4.46 4.38 5/331 260984
/proc/meminfo: memFree=112797876/131524600 swapFree=131057124/131071996
[pid=259114] ppid=259111 vsize=19108176 memory=3905284 CPUtime=3372.54 cores=5,7
/proc/259114/stat : 259114 (java) S 259111 259114 258834 0 -1 1077936128 305342 0 0 0 337019 235 0 0 20 0 20 0 30485208 19566772224 976321 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
/proc/259114/statm: 4777044 976321 5984 1 0 987571 0
[pid=259114/tid=259116] ppid=259111 vsize=19108176 memory=3905284 CPUtime=3290.75 cores=5,7
/proc/259114/task/259116/stat : 259116 (java) R 259111 259114 258834 0 -1 4194368 150724 0 0 0 329004 71 0 0 20 0 20 0 30485208 19566772224 976321 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 25 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
[pid=259114/tid=259125] ppid=259111 vsize=19108176 memory=3905284 CPUtime=0 cores=5,7
/proc/259114/task/259125/stat : 259125 (Finalizer) S 259111 259114 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30485211 19566772224 976321 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
[pid=259114/tid=259132] ppid=259111 vsize=19108176 memory=12404 CPUtime=0 cores=5,7
/proc/259114/task/259132/stat : 259132 (Common-Cleaner) S 259111 259114 258834 0 -1 1077936192 4401 0 0 0 0 0 0 0 20 0 20 0 30485211 19566772224 976321 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
[pid=259114/tid=259134] ppid=259111 vsize=19108176 memory=11360 CPUtime=0 cores=5,7
/proc/259114/task/259134/stat : 259134 (Timer-0) S 259111 259114 258834 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30485247 19566772224 976321 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
Current children cumulated CPU time: 3372.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3905284 KiB

[startup+3402.3 s]
/proc/loadavg: 4.20 4.41 4.36 5/331 261163
/proc/meminfo: memFree=112538004/131524600 swapFree=131057124/131071996
[pid=259114] ppid=259111 vsize=19108176 memory=3905284 CPUtime=3432.85 cores=5,7
/proc/259114/stat : 259114 (java) S 259111 259114 258834 0 -1 1077936128 310186 0 0 0 343047 238 0 0 20 0 20 0 30485208 19566772224 976321 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
/proc/259114/statm: 4777044 976321 5984 1 0 987571 0
[pid=259114/tid=259116] ppid=259111 vsize=19108176 memory=3905284 CPUtime=3350.01 cores=5,7
/proc/259114/task/259116/stat : 259116 (java) R 259111 259114 258834 0 -1 4194368 153844 0 0 0 334929 72 0 0 20 0 20 0 30485208 19566772224 976321 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 25 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
[pid=259114/tid=259125] ppid=259111 vsize=19108176 memory=3905284 CPUtime=0 cores=5,7
/proc/259114/task/259125/stat : 259125 (Finalizer) S 259111 259114 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30485211 19566772224 976321 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
[pid=259114/tid=259132] ppid=259111 vsize=19108176 memory=3905284 CPUtime=0 cores=5,7
/proc/259114/task/259132/stat : 259132 (Common-Cleaner) S 259111 259114 258834 0 -1 1077936192 4401 0 0 0 0 0 0 0 20 0 20 0 30485211 19566772224 976321 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
[pid=259114/tid=259134] ppid=259111 vsize=19108176 memory=3905284 CPUtime=0 cores=5,7
/proc/259114/task/259134/stat : 259134 (Timer-0) S 259111 259114 258834 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30485247 19566772224 976321 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
Current children cumulated CPU time: 3432.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3905284 KiB

[startup+3462.3 s]
/proc/loadavg: 4.31 4.41 4.36 5/332 261175
/proc/meminfo: memFree=112235084/131524600 swapFree=131057124/131071996
[pid=259114] ppid=259111 vsize=19108176 memory=3905352 CPUtime=3494.81 cores=5,7
/proc/259114/stat : 259114 (java) S 259111 259114 258834 0 -1 1077936128 324087 0 0 0 349239 242 0 0 20 0 20 0 30485208 19566772224 976338 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
/proc/259114/statm: 4777044 976338 5984 1 0 987591 0
[pid=259114/tid=259116] ppid=259111 vsize=19108176 memory=3905284 CPUtime=3408.33 cores=5,7
/proc/259114/task/259116/stat : 259116 (java) R 259111 259114 258834 0 -1 4194368 157912 0 0 0 340761 72 0 0 20 0 20 0 30485208 19566772224 976338 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 28 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
[pid=259114/tid=259125] ppid=259111 vsize=19108176 memory=70816 CPUtime=0 cores=5,7
/proc/259114/task/259125/stat : 259125 (Finalizer) S 259111 259114 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30485211 19566772224 976338 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
[pid=259114/tid=259132] ppid=259111 vsize=19108176 memory=11360 CPUtime=0 cores=5,7
/proc/259114/task/259132/stat : 259132 (Common-Cleaner) S 259111 259114 258834 0 -1 1077936192 4443 0 0 0 0 0 0 0 20 0 20 0 30485211 19566772224 976338 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
[pid=259114/tid=259134] ppid=259111 vsize=19108176 memory=11360 CPUtime=0 cores=5,7
/proc/259114/task/259134/stat : 259134 (Timer-0) S 259111 259114 258834 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30485247 19566772224 976338 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
Current children cumulated CPU time: 3494.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3905352 KiB

[startup+3522.3 s]
/proc/loadavg: 4.26 4.38 4.36 5/334 261245
/proc/meminfo: memFree=111292016/131524600 swapFree=131057124/131071996
[pid=259114] ppid=259111 vsize=19108176 memory=3905352 CPUtime=3555.66 cores=5,7
/proc/259114/stat : 259114 (java) S 259111 259114 258834 0 -1 1077936128 328331 0 0 0 355321 245 0 0 20 0 20 0 30485208 19566772224 976338 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
/proc/259114/statm: 4777044 976338 5984 1 0 987591 0
[pid=259114/tid=259116] ppid=259111 vsize=19108176 memory=3905352 CPUtime=3467.1 cores=5,7
/proc/259114/task/259116/stat : 259116 (java) R 259111 259114 258834 0 -1 4194368 160417 0 0 0 346637 73 0 0 20 0 20 0 30485208 19566772224 976338 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 28 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
[pid=259114/tid=259125] ppid=259111 vsize=19108176 memory=3905352 CPUtime=0 cores=5,7
/proc/259114/task/259125/stat : 259125 (Finalizer) S 259111 259114 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30485211 19566772224 976338 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
[pid=259114/tid=259132] ppid=259111 vsize=19108176 memory=3905352 CPUtime=0 cores=5,7
/proc/259114/task/259132/stat : 259132 (Common-Cleaner) S 259111 259114 258834 0 -1 1077936192 4496 0 0 0 0 0 0 0 20 0 20 0 30485211 19566772224 976338 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
[pid=259114/tid=259134] ppid=259111 vsize=19108176 memory=16076 CPUtime=0 cores=5,7
/proc/259114/task/259134/stat : 259134 (Timer-0) S 259111 259114 258834 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30485247 19566772224 976338 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
Current children cumulated CPU time: 3555.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3905352 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3566.3 s]
/proc/loadavg: 4.17 4.34 4.34 5/334 261254
/proc/meminfo: memFree=111104400/131524600 swapFree=131057124/131071996
[pid=259114] ppid=259111 vsize=19108176 memory=3905352 CPUtime=3600.04 cores=5,7
/proc/259114/stat : 259114 (java) S 259111 259114 258834 0 -1 1077936128 329646 0 0 0 359757 247 0 0 20 0 20 0 30485208 19566772224 976338 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
/proc/259114/statm: 4777044 976338 5984 1 0 987591 0
[pid=259114/tid=259116] ppid=259111 vsize=19108176 memory=5616 CPUtime=3510.33 cores=5,7
/proc/259114/task/259116/stat : 259116 (java) R 259111 259114 258834 0 -1 4194368 161544 0 0 0 350960 73 0 0 20 0 20 0 30485208 19566772224 976338 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 28 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
[pid=259114/tid=259125] ppid=259111 vsize=19108176 memory=3905352 CPUtime=0 cores=5,7
/proc/259114/task/259125/stat : 259125 (Finalizer) S 259111 259114 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30485211 19566772224 976338 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
[pid=259114/tid=259132] ppid=259111 vsize=19108176 memory=3905352 CPUtime=0 cores=5,7
/proc/259114/task/259132/stat : 259132 (Common-Cleaner) S 259111 259114 258834 0 -1 1077936192 4539 0 0 0 0 0 0 0 20 0 20 0 30485211 19566772224 976338 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
[pid=259114/tid=259134] ppid=259111 vsize=19108176 memory=11360 CPUtime=0 cores=5,7
/proc/259114/task/259134/stat : 259134 (Timer-0) S 259111 259114 258834 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30485247 19566772224 976338 134679101440 94018915065856 94018915069552 140734548497472 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94018915077368 94018915078160 94018926120960 140734548505583 140734548505696 140734548505696 140734548512712 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3905352 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.76 s, system=2.49287 s

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

[startup+3566.41 s]*
/proc/loadavg: 4.17 4.34 4.34 6/316 261257
/proc/meminfo: memFree=114863316/131524600 swapFree=131057124/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3566.42
CPU time (s): 3600.25
CPU user time (s): 3597.76
CPU system time (s): 2.49287
CPU usage (%): 100.949
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 3905352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.76
system time used= 2.49287
maximum resident set size= 3906840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 333048
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 132021
involuntary context switches= 8518


# summary of solver processes directly reported to runsolver:
#   pid: 259114
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3597.76
#   total CPU system time (s): 2.49287

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.40248 second user time and 18.1639 second system time

The end

Launcher Data

Begin job on nodeC025 at 2024-07-25 22:32:42
IDJOB=4459901
IDBENCH=148653
IDSOLVER=3046
FILE ID=nodeC025/4459901-1721939562
RUNJOBID= nodeC025-1721939462-258847
SLURM_JOB_ID= 8247246
Free space on /tmp= 890028 MiB

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

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

MD5SUM BENCH= 273961b324c53d2d230ce6da1470e4a9
RANDOM SEED=1956819754

nodeC025.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		: 3656.197
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.51
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		: 3605.371
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.774
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.51
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		: 3660.197
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.49
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		: 3656.388
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.51
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		: 3645.363
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.762
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.51
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		: 3636.813
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        118636056 kB
MemAvailable:   121572708 kB
Buffers:          337144 kB
Cached:          3398884 kB
SwapCached:          236 kB
Active:          2544592 kB
Inactive:        9664808 kB
Active(anon):       4428 kB
Inactive(anon):  8521836 kB
Active(file):    2540164 kB
Inactive(file):  1142972 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131057124 kB
Dirty:               868 kB
Writeback:            24 kB
AnonPages:       8473192 kB
Mapped:           131960 kB
Shmem:             52872 kB
KReclaimable:     186676 kB
Slab:             311844 kB
SReclaimable:     186676 kB
SUnreclaim:       125168 kB
KernelStack:        5136 kB
PageTables:        26736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   11686508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            13952 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8175616 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:      379604 kB
DirectMap2M:    40288256 kB
DirectMap1G:    95420416 kB

Free space on /tmp at the end= 890024 MiB
End job on nodeC025 at 2024-07-25 23:32:08