Trace number 4518370

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 CP 2025-06-06SAT (TO)178 3600.27 3554.21

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/evencolouring/
linear/normalized-evencolouring_opt_linear_random6regular_nvert_071.opb
MD5SUMed60cb87c21a2ab9c662251f6e4b174f
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.022653
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables284
Total number of constraints71
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)71
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint7
Maximum length of a constraint7
Number of terms in the objective function 71
Biggest coefficient in the objective function 71
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 2556
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 71
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 2556
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
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		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.15	c Pseudo Boolean Optimization by upper bound
0.12/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.15	c  - never skip resolution steps
0.12/0.15	c  - Auto-division on coefficients is disabled
0.12/0.15	c  - No postprocessing
0.12/0.15	c  - Conflict is considered as is when resolving
0.12/0.15	c  - Use constraints as they come during conflict analysis
0.12/0.15	c  - Weaken first using unassigned literals
0.12/0.15	c  - Bump strategy: ALWAYS_ONE
0.12/0.15	c  - Bumper: ANY
0.12/0.15	c --- Begin Solver configuration ---
0.12/0.15	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.12/0.15	c Learn all clauses as in MiniSAT
0.12/0.15	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.15	c No reason simplification
0.12/0.15	c Armin Biere (Picosat) restarts strategy
0.12/0.15	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.15	c timeout=2147483s
0.12/0.15	c DB Simplification allowed=false
0.12/0.15	c Listener: none
0.12/0.15	c --- End Solver configuration ---
0.12/0.15	c solving HOME/instance-4518370-1751546659.opb
0.12/0.15	c reading problem ... 
0.12/0.15	c  objective function found
0.12/0.17	c ... done. Wall clock time 0.017s.
0.12/0.17	c declared #vars     284
0.12/0.17	c #constraints  142
0.12/0.17	c constraints type 
0.12/0.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 142
0.12/0.17	c 142 constraints processed.
0.12/0.18	c objective function length is 71 literals
0.51/0.38	c SATISFIABLE
0.51/0.38	c OPTIMIZING...
0.51/0.38	c Got one! Elapsed wall clock time (in seconds):0.227
0.51/0.38	o 1772
0.71/0.50	c Got one! Elapsed wall clock time (in seconds):0.345
0.71/0.50	o 1745
1.08/0.65	c Got one! Elapsed wall clock time (in seconds):0.499
1.08/0.65	o 1674
1.27/0.76	c Got one! Elapsed wall clock time (in seconds):0.603
1.27/0.76	o 1602
1.66/0.96	c Got one! Elapsed wall clock time (in seconds):0.806
1.66/0.96	o 1562
2.24/1.23	c Got one! Elapsed wall clock time (in seconds):1.075
2.24/1.23	o 1538
2.83/1.55	c Got one! Elapsed wall clock time (in seconds):1.394
2.83/1.55	o 1520
3.42/1.86	c Got one! Elapsed wall clock time (in seconds):1.713
3.42/1.86	o 1507
4.69/2.59	c Got one! Elapsed wall clock time (in seconds):2.439
4.69/2.59	o 294
5.36/3.14	c Got one! Elapsed wall clock time (in seconds):2.993
5.36/3.14	o 293
5.85/3.69	c Got one! Elapsed wall clock time (in seconds):3.542
5.85/3.69	o 291
6.76/4.56	c Got one! Elapsed wall clock time (in seconds):4.41
6.76/4.56	o 289
8.14/5.79	c Got one! Elapsed wall clock time (in seconds):5.637
8.14/5.79	o 287
9.01/6.54	c Got one! Elapsed wall clock time (in seconds):6.385
9.01/6.54	o 283
9.71/7.25	c Got one! Elapsed wall clock time (in seconds):7.098
9.71/7.25	o 281
11.81/9.33	c Got one! Elapsed wall clock time (in seconds):9.182
11.81/9.33	o 279
14.86/12.38	c cleaning 2498 clauses out of 5009
15.89/13.24	c Got one! Elapsed wall clock time (in seconds):13.09
15.89/13.24	o 277
19.06/16.34	c Got one! Elapsed wall clock time (in seconds):16.186
19.06/16.34	o 276
21.67/18.93	c Got one! Elapsed wall clock time (in seconds):18.777
21.67/18.93	o 273
26.79/23.90	c Got one! Elapsed wall clock time (in seconds):23.746
26.79/23.90	o 272
28.40/25.50	c Got one! Elapsed wall clock time (in seconds):25.348
28.40/25.50	o 270
34.79/31.73	c Got one! Elapsed wall clock time (in seconds):31.58
34.79/31.73	o 269
39.01/35.82	c Got one! Elapsed wall clock time (in seconds):35.669
39.01/35.82	o 267
41.10/37.82	c cleaning 4246 clauses out of 8506
47.91/44.49	c Got one! Elapsed wall clock time (in seconds):44.342
47.91/44.49	o 266
50.46/46.84	c Got one! Elapsed wall clock time (in seconds):46.692
50.46/46.84	o 263
54.06/50.30	c Got one! Elapsed wall clock time (in seconds):50.152
54.06/50.30	o 259
56.96/53.29	c Got one! Elapsed wall clock time (in seconds):53.142
56.96/53.29	o 256
63.96/60.02	c Got one! Elapsed wall clock time (in seconds):59.867
63.96/60.02	o 254
75.39/71.19	c Got one! Elapsed wall clock time (in seconds):71.04
75.39/71.19	o 251
89.86/85.33	c cleaning 5610 clauses out of 11256
91.75/87.13	c Got one! Elapsed wall clock time (in seconds):86.978
91.75/87.13	o 249
121.56/116.40	c Got one! Elapsed wall clock time (in seconds):116.247
121.56/116.40	o 246
125.23/120.05	c Got one! Elapsed wall clock time (in seconds):119.899
125.23/120.05	o 244
134.37/129.07	c Got one! Elapsed wall clock time (in seconds):128.918
134.37/129.07	o 237
140.72/135.38	c Got one! Elapsed wall clock time (in seconds):135.233
140.72/135.39	o 235
160.29/154.63	c Got one! Elapsed wall clock time (in seconds):154.477
160.29/154.63	o 234
171.23/165.40	c Got one! Elapsed wall clock time (in seconds):165.247
171.23/165.40	o 232
180.92/174.92	c cleaning 6817 clauses out of 13646
212.43/206.04	c Got one! Elapsed wall clock time (in seconds):205.888
212.43/206.04	o 230
276.19/269.04	c Got one! Elapsed wall clock time (in seconds):268.884
276.19/269.04	o 229
288.52/281.27	c Got one! Elapsed wall clock time (in seconds):281.122
288.52/281.27	o 226
311.18/303.63	c Got one! Elapsed wall clock time (in seconds):303.482
311.18/303.63	o 225
356.70/348.86	c cleaning 7907 clauses out of 15829
392.55/384.32	c Got one! Elapsed wall clock time (in seconds):384.169
392.55/384.32	o 218
459.93/451.06	c Got one! Elapsed wall clock time (in seconds):450.904
459.93/451.06	o 215
604.35/593.75	c cleaning 8956 clauses out of 17922
718.56/706.95	c Got one! Elapsed wall clock time (in seconds):706.801
718.56/706.95	o 207
730.94/719.13	c Got one! Elapsed wall clock time (in seconds):718.974
730.94/719.13	o 205
742.45/730.56	c Got one! Elapsed wall clock time (in seconds):730.404
742.45/730.56	o 204
758.50/746.37	c Got one! Elapsed wall clock time (in seconds):746.222
758.50/746.37	o 203
787.91/775.52	c Got one! Elapsed wall clock time (in seconds):775.364
787.91/775.52	o 202
827.32/814.73	c Got one! Elapsed wall clock time (in seconds):814.577
827.32/814.73	o 200
906.93/893.93	c Got one! Elapsed wall clock time (in seconds):893.779
906.93/893.93	o 199
1042.08/1028.24	c cleaning 9980 clauses out of 19970
1053.76/1039.88	c Got one! Elapsed wall clock time (in seconds):1039.724
1053.76/1039.88	o 196
1216.46/1201.25	c Got one! Elapsed wall clock time (in seconds):1201.093
1216.46/1201.25	o 195
1476.73/1459.40	c Got one! Elapsed wall clock time (in seconds):1459.244
1476.73/1459.40	o 193
1601.73/1583.51	c cleaning 10991 clauses out of 22000
1839.79/1819.28	c Got one! Elapsed wall clock time (in seconds):1819.133
1839.79/1819.29	o 192
1881.59/1860.32	c Got one! Elapsed wall clock time (in seconds):1860.166
1881.59/1860.32	o 190
1924.98/1903.22	c Got one! Elapsed wall clock time (in seconds):1903.071
1924.98/1903.22	o 188
1972.02/1949.75	c Got one! Elapsed wall clock time (in seconds):1949.595
1972.02/1949.75	o 186
2040.63/2017.55	c Got one! Elapsed wall clock time (in seconds):2017.402
2040.63/2017.55	o 185
2168.04/2143.72	c cleaning 11992 clauses out of 23996
2440.52/2411.45	c Got one! Elapsed wall clock time (in seconds):2411.296
2440.52/2411.45	o 180
3011.50/2976.04	c cleaning 13000 clauses out of 26003
3287.81/3247.06	c Got one! Elapsed wall clock time (in seconds):3246.905
3287.81/3247.06	o 178
3600.07/3554.12	c starts		: 150
3600.07/3554.13	c conflicts		: 104631
3600.07/3554.13	c decisions		: 159558
3600.07/3554.13	c propagations		: 1141493
3600.07/3554.13	c inspects		: 5085852278
3600.07/3554.13	c shortcuts		: 0
3600.07/3554.13	c learnt literals	: 0
3600.07/3554.13	c learnt binary clauses	: 0
3600.07/3554.13	c learnt ternary clauses	: 0
3600.07/3554.13	c learnt constraints	: 104631
3600.07/3554.13	c ignored constraints	: 0
3600.07/3554.13	c root simplifications	: 0
3600.07/3554.13	c removed literals (reason simplification)	: 0
3600.07/3554.13	c reason swapping (by a shorter reason)	: 0
3600.07/3554.13	c Calls to reduceDB	: 10
3600.07/3554.13	c Number of update (reduction) of LBD	: 0
3600.07/3554.13	c Imported unit clauses	: 0
3600.07/3554.13	c No decision after first conflict	: false
3600.07/3554.14	c number of reductions to clauses (during analyze)	: 0
3600.07/3554.14	c number of learned constraints concerned by reduction	: 0
3600.07/3554.14	c number of learning phase by resolution	: 0
3600.07/3554.14	c number of learning phase by cutting planes	: 0
3600.07/3554.14	c number of rounding to 1 operations	: 0
3600.07/3554.14	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3554.15	c number of reductions of the coefficients by power 2 	: 0
3600.07/3554.15	c number of right shift for reduction by power 2 	: 0
3600.07/3554.15	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3554.15	c number of ending skipping 	: 0
3600.07/3554.15	c number of internal skipping 	: 0
3600.07/3554.15	c number of derivation steps 	: 693325
3600.07/3554.15	c number of skipped derivation steps 	: 0
3600.07/3554.15	c number of remaining unassigned 	: 12435
3600.07/3554.15	c number of remaining assigned 	: 58538438
3600.07/3554.15	c number of falsified literals weakened from reason	: 0
3600.07/3554.15	c number of falsified literals weakened from conflict	: 0
3600.07/3554.15	c time for arithmetic operations	: 1453107977
3600.07/3554.16	c minimum degree of deleted constraints	: null
3600.07/3554.16	c maximum degree of deleted constraints	: null
3600.07/3554.16	c number of deleted constraints	: 0
3600.07/3554.16	c speed (assignments/second)	: 321.187141968401
3600.07/3554.17	c non guided choices	: 2690
3600.07/3554.18	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 164
3600.07/3554.18	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 22453
3600.07/3554.18	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 17
3600.07/3554.18	s SATISFIABLE
3600.07/3554.18	c Found 59 solution(s)
3600.07/3554.19	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 
3600.07/3554.19	c objective function=178
3600.07/3554.19	c Total wall clock time (in seconds): 3554.036

Verifier Data

OK	178

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: 63665 MiB (59009 MiB free)
  memory of node 1: 64507 MiB (62083 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4518370-1751546659/watcher-4518370-1751546659 -o /tmp/evaluation-result-4518370-1751546659/solver-4518370-1751546659 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751542700-77240 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4518370-1751546659.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=78074, runsolver pid=78071

[startup+0.100059 s]*
/proc/loadavg: 4.10 4.17 4.12 6/337 78092
/proc/meminfo: memFree=123969236/131250000 swapFree=33010416/33010684
[pid=78074] ppid=78071 vsize=18930384 memory=57680 CPUtime=0.12 cores=5,7
/proc/78074/stat : 78074 (java) S 78071 78074 76600 0 -1 4194304 6569 0 0 0 10 2 0 0 20 0 18 0 70345776 19384713216 14420 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
/proc/78074/statm: 4732596 14420 5332 1 0 547619 0
[pid=78074/tid=78076] ppid=78071 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/78074/task/78076/stat : 78076 (java) R 78071 78074 76600 0 -1 4194368 5077 0 0 0 6 1 0 0 20 0 18 0 70345777 19384713216 14420 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
[pid=78074/tid=78085] ppid=78071 vsize=18930384 memory=241407623509 CPUtime=0 cores=5,7
/proc/78074/task/78085/stat : 78085 (Finalizer) S 78071 78074 76600 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 70345779 19384713216 14420 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
[pid=78074/tid=78092] ppid=78071 vsize=18930384 memory=61784027586760 CPUtime=0 cores=5,7
/proc/78074/task/78092/stat : 78092 (Common-Cleaner) S 78071 78074 76600 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 70345780 19384713216 14420 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57680 KiB

[startup+0.205712 s]*
/proc/loadavg: 4.10 4.17 4.12 7/338 78093
/proc/meminfo: memFree=123964388/131250000 swapFree=33010416/33010684
[pid=78074] ppid=78071 vsize=18996948 memory=65272 CPUtime=0.31 cores=5,7
/proc/78074/stat : 78074 (java) S 78071 78074 76600 0 -1 4194304 7275 0 0 0 29 2 0 0 20 0 19 0 70345776 19452874752 16318 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
/proc/78074/statm: 4749237 16318 5492 1 0 548359 0
[pid=78074/tid=78076] ppid=78071 vsize=18996948 memory=4026728732 CPUtime=0.17 cores=5,7
/proc/78074/task/78076/stat : 78076 (java) R 78071 78074 76600 0 -1 4194368 5474 0 0 0 16 1 0 0 20 0 19 0 70345777 19452874752 16318 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
[pid=78074/tid=78085] ppid=78071 vsize=18996948 memory=18954 CPUtime=0 cores=5,7
/proc/78074/task/78085/stat : 78085 (Finalizer) S 78071 78074 76600 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 70345779 19452874752 16318 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
[pid=78074/tid=78092] ppid=78071 vsize=18996948 memory=60684515935208 CPUtime=0 cores=5,7
/proc/78074/task/78092/stat : 78092 (Common-Cleaner) S 78071 78074 76600 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 70345780 19452874752 16318 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
[pid=78074/tid=78093] ppid=78071 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/78074/task/78093/stat : 78093 (Timer-0) S 78071 78074 76600 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 70345795 19452874752 16318 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 65272 KiB

[startup+0.305714 s]*
/proc/loadavg: 4.10 4.17 4.12 6/338 78093
/proc/meminfo: memFree=123955188/131250000 swapFree=33010416/33010684
[pid=78074] ppid=78071 vsize=18996948 memory=76948 CPUtime=0.51 cores=5,7
/proc/78074/stat : 78074 (java) S 78071 78074 76600 0 -1 4194304 7869 0 0 0 48 3 0 0 20 0 19 0 70345776 19452874752 19237 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
/proc/78074/statm: 4749237 19237 5492 1 0 548611 0
[pid=78074/tid=78076] ppid=78071 vsize=18996948 memory=-6000919502738056296 CPUtime=0.26 cores=5,7
/proc/78074/task/78076/stat : 78076 (java) R 78071 78074 76600 0 -1 4194368 5514 0 0 0 25 1 0 0 20 0 19 0 70345777 19452874752 19237 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
[pid=78074/tid=78085] ppid=78071 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/78074/task/78085/stat : 78085 (Finalizer) S 78071 78074 76600 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 70345779 19452874752 19237 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
[pid=78074/tid=78092] ppid=78071 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/78074/task/78092/stat : 78092 (Common-Cleaner) S 78071 78074 76600 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 70345780 19452874752 19237 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
[pid=78074/tid=78093] ppid=78071 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/78074/task/78093/stat : 78093 (Timer-0) S 78071 78074 76600 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 70345795 19452874752 19237 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 76948 KiB

[startup+0.700251 s]
/proc/loadavg: 4.10 4.17 4.12 6/338 78093
/proc/meminfo: memFree=123874908/131250000 swapFree=33010416/33010684
[pid=78074] ppid=78071 vsize=19063512 memory=168868 CPUtime=1.27 cores=5,7
/proc/78074/stat : 78074 (java) S 78071 78074 76600 0 -1 4194304 13140 0 0 0 122 5 0 0 20 0 20 0 70345776 19521036288 42217 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
/proc/78074/statm: 4765878 42217 5524 1 0 552175 0
[pid=78074/tid=78076] ppid=78071 vsize=19063512 memory=18688 CPUtime=0.61 cores=5,7
/proc/78074/task/78076/stat : 78076 (java) S 78071 78074 76600 0 -1 4194368 5559 0 0 0 58 3 0 0 20 0 20 0 70345777 19521036288 42217 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
[pid=78074/tid=78085] ppid=78071 vsize=19063512 memory=10880 CPUtime=0 cores=5,7
/proc/78074/task/78085/stat : 78085 (Finalizer) S 78071 78074 76600 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70345779 19521036288 42217 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
[pid=78074/tid=78092] ppid=78071 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/78074/task/78092/stat : 78092 (Common-Cleaner) S 78071 78074 76600 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 70345780 19521036288 42217 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
[pid=78074/tid=78093] ppid=78071 vsize=19063512 memory=4760 CPUtime=0 cores=5,7
/proc/78074/task/78093/stat : 78093 (Timer-0) S 78071 78074 76600 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70345795 19521036288 42217 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 168868 KiB

[startup+1.50025 s]
/proc/loadavg: 4.10 4.17 4.12 6/339 78094
/proc/meminfo: memFree=123823684/131250000 swapFree=33010416/33010684
[pid=78074] ppid=78071 vsize=19063512 memory=287912 CPUtime=2.83 cores=5,7
/proc/78074/stat : 78074 (java) S 78071 78074 76600 0 -1 4194304 23106 0 0 0 275 8 0 0 20 0 20 0 70345776 19521036288 71946 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
/proc/78074/statm: 4765878 71946 5524 1 0 1017286 0
[pid=78074/tid=78076] ppid=78071 vsize=19063512 memory=0 CPUtime=1.34 cores=5,7
/proc/78074/task/78076/stat : 78076 (java) S 78071 78074 76600 0 -1 4194368 5947 0 0 0 130 4 0 0 20 0 20 0 70345777 19521036288 71978 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
[pid=78074/tid=78085] ppid=78071 vsize=19063512 memory=10880 CPUtime=0 cores=5,7
/proc/78074/task/78085/stat : 78085 (Finalizer) S 78071 78074 76600 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70345779 19521036288 71978 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
[pid=78074/tid=78092] ppid=78071 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/78074/task/78092/stat : 78092 (Common-Cleaner) S 78071 78074 76600 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 70345780 19521036288 71978 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
[pid=78074/tid=78093] ppid=78071 vsize=19063512 memory=4760 CPUtime=0 cores=5,7
/proc/78074/task/78093/stat : 78093 (Timer-0) S 78071 78074 76600 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70345795 19521036288 72010 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 287912 KiB

[startup+3.10565 s]
/proc/loadavg: 4.17 4.18 4.13 5/339 78094
/proc/meminfo: memFree=122665372/131250000 swapFree=33010416/33010684
[pid=78074] ppid=78071 vsize=19063512 memory=1335332 CPUtime=5.36 cores=5,7
/proc/78074/stat : 78074 (java) S 78071 78074 76600 0 -1 4194304 28468 0 0 0 509 27 0 0 20 0 20 0 70345776 19521036288 333833 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
/proc/78074/statm: 4765878 333833 5524 1 0 1017874 0
[pid=78074/tid=78076] ppid=78071 vsize=19063512 memory=10880 CPUtime=2.94 cores=5,7
/proc/78074/task/78076/stat : 78076 (java) R 78071 78074 76600 0 -1 4194368 7436 0 0 0 271 23 0 0 20 0 20 0 70345777 19521036288 333833 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
[pid=78074/tid=78085] ppid=78071 vsize=19063512 memory=-6000919502738056296 CPUtime=0 cores=5,7
/proc/78074/task/78085/stat : 78085 (Finalizer) S 78071 78074 76600 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70345779 19521036288 333833 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
[pid=78074/tid=78092] ppid=78071 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/78074/task/78092/stat : 78092 (Common-Cleaner) S 78071 78074 76600 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 70345780 19521036288 333833 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
[pid=78074/tid=78093] ppid=78071 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/78074/task/78093/stat : 78093 (Timer-0) S 78071 78074 76600 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70345795 19521036288 333833 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
Current children cumulated CPU time: 5.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1335332 KiB

[startup+6.30025 s]
/proc/loadavg: 4.17 4.18 4.13 5/339 78094
/proc/meminfo: memFree=121500360/131250000 swapFree=33010416/33010684
[pid=78074] ppid=78071 vsize=19063512 memory=2455372 CPUtime=8.81 cores=5,7
/proc/78074/stat : 78074 (java) S 78071 78074 76600 0 -1 4194304 30686 0 0 0 833 48 0 0 20 0 20 0 70345776 19521036288 613843 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
/proc/78074/statm: 4765878 613843 5524 1 0 1017895 0
[pid=78074/tid=78076] ppid=78071 vsize=19063512 memory=0 CPUtime=6.03 cores=5,7
/proc/78074/task/78076/stat : 78076 (java) R 78071 78074 76600 0 -1 4194368 8390 0 0 0 561 42 0 0 20 0 20 0 70345777 19521036288 613843 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
[pid=78074/tid=78085] ppid=78071 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/78074/task/78085/stat : 78085 (Finalizer) S 78071 78074 76600 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70345779 19521036288 613843 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
[pid=78074/tid=78092] ppid=78071 vsize=19063512 memory=10880 CPUtime=0 cores=5,7
/proc/78074/task/78092/stat : 78092 (Common-Cleaner) S 78071 78074 76600 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 70345780 19521036288 613843 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
[pid=78074/tid=78093] ppid=78071 vsize=19063512 memory=345636 CPUtime=0 cores=5,7
/proc/78074/task/78093/stat : 78093 (Timer-0) S 78071 78074 76600 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70345795 19521036288 613843 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
Current children cumulated CPU time: 8.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2455372 KiB

[startup+12.7003 s]
/proc/loadavg: 4.16 4.18 4.13 5/339 78094
/proc/meminfo: memFree=121464000/131250000 swapFree=33010416/33010684
[pid=78074] ppid=78071 vsize=19063512 memory=2461780 CPUtime=15.39 cores=5,7
/proc/78074/stat : 78074 (java) S 78071 78074 76600 0 -1 4194304 31683 0 0 0 1491 48 0 0 20 0 20 0 70345776 19521036288 615445 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
/proc/78074/statm: 4765878 615445 5524 1 0 1017944 0
[pid=78074/tid=78076] ppid=78071 vsize=19063512 memory=345636 CPUtime=12.33 cores=5,7
/proc/78074/task/78076/stat : 78076 (java) R 78071 78074 76600 0 -1 4194368 9174 0 0 0 1191 42 0 0 20 0 20 0 70345777 19521036288 615445 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
[pid=78074/tid=78085] ppid=78071 vsize=19063512 memory=2461524 CPUtime=0 cores=5,7
/proc/78074/task/78085/stat : 78085 (Finalizer) S 78071 78074 76600 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70345779 19521036288 615445 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
[pid=78074/tid=78092] ppid=78071 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/78074/task/78092/stat : 78092 (Common-Cleaner) S 78071 78074 76600 0 -1 4194368 33 0 0 0 0 0 0 0 20 0 20 0 70345780 19521036288 615445 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
[pid=78074/tid=78093] ppid=78071 vsize=19063512 memory=10880 CPUtime=0 cores=5,7
/proc/78074/task/78093/stat : 78093 (Timer-0) S 78071 78074 76600 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70345795 19521036288 615445 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
Current children cumulated CPU time: 15.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2461780 KiB

[startup+25.5003 s]
/proc/loadavg: 4.12 4.17 4.12 5/339 78094
/proc/meminfo: memFree=121379112/131250000 swapFree=33010416/33010684
[pid=78074] ppid=78071 vsize=19063512 memory=2494736 CPUtime=28.4 cores=5,7
/proc/78074/stat : 78074 (java) S 78071 78074 76600 0 -1 4194304 33064 0 0 0 2790 50 0 0 20 0 20 0 70345776 19521036288 623684 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
/proc/78074/statm: 4765878 623684 5524 1 0 1017945 0
[pid=78074/tid=78076] ppid=78071 vsize=19063512 memory=2461524 CPUtime=24.95 cores=5,7
/proc/78074/task/78076/stat : 78076 (java) R 78071 78074 76600 0 -1 4194368 10206 0 0 0 2453 42 0 0 20 0 20 0 70345777 19521036288 623684 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
[pid=78074/tid=78085] ppid=78071 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/78074/task/78085/stat : 78085 (Finalizer) S 78071 78074 76600 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70345779 19521036288 623684 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
[pid=78074/tid=78092] ppid=78071 vsize=19063512 memory=2488576 CPUtime=0 cores=5,7
/proc/78074/task/78092/stat : 78092 (Common-Cleaner) S 78071 78074 76600 0 -1 4194368 33 0 0 0 0 0 0 0 20 0 20 0 70345780 19521036288 623684 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
[pid=78074/tid=78093] ppid=78071 vsize=19063512 memory=18688 CPUtime=0 cores=5,7
/proc/78074/task/78093/stat : 78093 (Timer-0) S 78071 78074 76600 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70345795 19521036288 623684 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
Current children cumulated CPU time: 28.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2494736 KiB

[startup+51.1057 s]
/proc/loadavg: 4.23 4.19 4.13 5/339 78094
/proc/meminfo: memFree=121155360/131250000 swapFree=33010416/33010684
[pid=78074] ppid=78071 vsize=19063512 memory=2581000 CPUtime=54.87 cores=5,7
/proc/78074/stat : 78074 (java) S 78071 78074 76600 0 -1 4194304 43305 0 0 0 5434 53 0 0 20 0 20 0 70345776 19521036288 645250 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
/proc/78074/statm: 4765878 645250 5524 1 0 1017965 0
[pid=78074/tid=78076] ppid=78071 vsize=19063512 memory=2519416 CPUtime=49.75 cores=5,7

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

/proc/78074/task/78085/stat : 78085 (Finalizer) S 78071 78074 76600 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70345779 19521036288 987796 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
[pid=78074/tid=78092] ppid=78071 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/78074/task/78092/stat : 78092 (Common-Cleaner) S 78071 78074 76600 0 -1 4194368 2135 0 0 0 0 0 0 0 20 0 20 0 70345780 19521036288 987796 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
[pid=78074/tid=78093] ppid=78071 vsize=19063512 memory=4760 CPUtime=0 cores=5,7
/proc/78074/task/78093/stat : 78093 (Timer-0) S 78071 78074 76600 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70345795 19521036288 987796 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
Current children cumulated CPU time: 3201.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3951184 KiB

[startup+3222.3 s]
/proc/loadavg: 3.14 3.70 4.02 4/292 78299
/proc/meminfo: memFree=123094800/131250000 swapFree=33010416/33010684
[pid=78074] ppid=78071 vsize=19063512 memory=3951184 CPUtime=3262.63 cores=5,7
/proc/78074/stat : 78074 (java) S 78071 78074 76600 0 -1 4194304 155377 0 0 0 326067 196 0 0 20 0 20 0 70345776 19521036288 987796 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
/proc/78074/statm: 4765878 987796 5524 1 0 1019305 0
[pid=78074/tid=78076] ppid=78071 vsize=19063512 memory=3940944 CPUtime=3184.7 cores=5,7
/proc/78074/task/78076/stat : 78076 (java) R 78071 78074 76600 0 -1 4194368 86379 0 0 0 318413 57 0 0 20 0 20 0 70345777 19521036288 987796 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
[pid=78074/tid=78085] ppid=78071 vsize=19063512 memory=3942992 CPUtime=0 cores=5,7
/proc/78074/task/78085/stat : 78085 (Finalizer) S 78071 78074 76600 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70345779 19521036288 987796 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
[pid=78074/tid=78092] ppid=78071 vsize=19063512 memory=3951184 CPUtime=0 cores=5,7
/proc/78074/task/78092/stat : 78092 (Common-Cleaner) S 78071 78074 76600 0 -1 4194368 2184 0 0 0 0 0 0 0 20 0 20 0 70345780 19521036288 987796 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
[pid=78074/tid=78093] ppid=78071 vsize=19063512 memory=129 CPUtime=0 cores=5,7
/proc/78074/task/78093/stat : 78093 (Timer-0) S 78071 78074 76600 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70345795 19521036288 987796 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
Current children cumulated CPU time: 3262.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3951184 KiB

[startup+3282.3 s]
/proc/loadavg: 2.24 3.35 3.88 2/265 78357
/proc/meminfo: memFree=125572620/131250000 swapFree=33010416/33010684
[pid=78074] ppid=78071 vsize=19063512 memory=3951184 CPUtime=3323.76 cores=5,7
/proc/78074/stat : 78074 (java) S 78071 78074 76600 0 -1 4194304 157490 0 0 0 332178 198 0 0 20 0 20 0 70345776 19521036288 987796 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
/proc/78074/statm: 4765878 987796 5524 1 0 1019305 0
[pid=78074/tid=78076] ppid=78071 vsize=19063512 memory=3328 CPUtime=3243.95 cores=5,7
/proc/78074/task/78076/stat : 78076 (java) R 78071 78074 76600 0 -1 4194368 87402 0 0 0 324338 57 0 0 20 0 20 0 70345777 19521036288 987796 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
[pid=78074/tid=78085] ppid=78071 vsize=19063512 memory=3951184 CPUtime=0 cores=5,7
/proc/78074/task/78085/stat : 78085 (Finalizer) S 78071 78074 76600 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70345779 19521036288 987796 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
[pid=78074/tid=78092] ppid=78071 vsize=19063512 memory=3951184 CPUtime=0 cores=5,7
/proc/78074/task/78092/stat : 78092 (Common-Cleaner) S 78071 78074 76600 0 -1 4194368 2198 0 0 0 0 0 0 0 20 0 20 0 70345780 19521036288 987796 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
[pid=78074/tid=78093] ppid=78071 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/78074/task/78093/stat : 78093 (Timer-0) S 78071 78074 76600 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70345795 19521036288 987796 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
Current children cumulated CPU time: 3323.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3951184 KiB

[startup+3342.3 s]
/proc/loadavg: 1.51 2.94 3.70 2/263 78359
/proc/meminfo: memFree=125572588/131250000 swapFree=33010416/33010684
[pid=78074] ppid=78071 vsize=19063512 memory=3951184 CPUtime=3384.73 cores=5,7
/proc/78074/stat : 78074 (java) S 78071 78074 76600 0 -1 4194304 158652 0 0 0 338273 200 0 0 20 0 20 0 70345776 19521036288 987796 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
/proc/78074/statm: 4765878 987796 5524 1 0 1019305 0
[pid=78074/tid=78076] ppid=78071 vsize=19063512 memory=3951184 CPUtime=3303.33 cores=5,7
/proc/78074/task/78076/stat : 78076 (java) R 78071 78074 76600 0 -1 4194368 88490 0 0 0 330276 57 0 0 20 0 20 0 70345777 19521036288 987796 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
[pid=78074/tid=78085] ppid=78071 vsize=19063512 memory=3951184 CPUtime=0 cores=5,7
/proc/78074/task/78085/stat : 78085 (Finalizer) S 78071 78074 76600 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70345779 19521036288 987796 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
[pid=78074/tid=78092] ppid=78071 vsize=19063512 memory=3951184 CPUtime=0 cores=5,7
/proc/78074/task/78092/stat : 78092 (Common-Cleaner) S 78071 78074 76600 0 -1 4194368 2198 0 0 0 0 0 0 0 20 0 20 0 70345780 19521036288 987796 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
[pid=78074/tid=78093] ppid=78071 vsize=19063512 memory=3951184 CPUtime=0 cores=5,7
/proc/78074/task/78093/stat : 78093 (Timer-0) S 78071 78074 76600 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70345795 19521036288 987796 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
Current children cumulated CPU time: 3384.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3951184 KiB

[startup+3402.3 s]
/proc/loadavg: 1.23 2.60 3.54 2/263 78361
/proc/meminfo: memFree=125572560/131250000 swapFree=33010416/33010684
[pid=78074] ppid=78071 vsize=19063512 memory=3951184 CPUtime=3445.71 cores=5,7
/proc/78074/stat : 78074 (java) S 78071 78074 76600 0 -1 4194304 161415 0 0 0 344367 204 0 0 20 0 20 0 70345776 19521036288 987796 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
/proc/78074/statm: 4765878 987796 5524 1 0 1019305 0
[pid=78074/tid=78076] ppid=78071 vsize=19063512 memory=3951184 CPUtime=3362.68 cores=5,7
/proc/78074/task/78076/stat : 78076 (java) R 78071 78074 76600 0 -1 4194368 89753 0 0 0 336211 57 0 0 20 0 20 0 70345777 19521036288 987796 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
[pid=78074/tid=78085] ppid=78071 vsize=19063512 memory=3951184 CPUtime=0 cores=5,7
/proc/78074/task/78085/stat : 78085 (Finalizer) S 78071 78074 76600 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70345779 19521036288 987796 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
[pid=78074/tid=78092] ppid=78071 vsize=19063512 memory=3951184 CPUtime=0 cores=5,7
/proc/78074/task/78092/stat : 78092 (Common-Cleaner) S 78071 78074 76600 0 -1 4194368 2265 0 0 0 0 0 0 0 20 0 20 0 70345780 19521036288 987796 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
[pid=78074/tid=78093] ppid=78071 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/78074/task/78093/stat : 78093 (Timer-0) S 78071 78074 76600 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70345795 19521036288 987796 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
Current children cumulated CPU time: 3445.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3951184 KiB

[startup+3462.3 s]
/proc/loadavg: 1.18 2.33 3.38 2/264 78364
/proc/meminfo: memFree=125572292/131250000 swapFree=33010416/33010684
[pid=78074] ppid=78071 vsize=19063512 memory=3951184 CPUtime=3506.63 cores=5,7
/proc/78074/stat : 78074 (java) S 78071 78074 76600 0 -1 4194304 162865 0 0 0 350457 206 0 0 20 0 20 0 70345776 19521036288 987796 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
/proc/78074/statm: 4765878 987796 5524 1 0 1019305 0
[pid=78074/tid=78076] ppid=78071 vsize=19063512 memory=3951184 CPUtime=3421.95 cores=5,7
/proc/78074/task/78076/stat : 78076 (java) R 78071 78074 76600 0 -1 4194368 91172 0 0 0 342138 57 0 0 20 0 20 0 70345777 19521036288 987796 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
[pid=78074/tid=78085] ppid=78071 vsize=19063512 memory=3951184 CPUtime=0 cores=5,7
/proc/78074/task/78085/stat : 78085 (Finalizer) S 78071 78074 76600 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70345779 19521036288 987796 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
[pid=78074/tid=78092] ppid=78071 vsize=19063512 memory=3951184 CPUtime=0 cores=5,7
/proc/78074/task/78092/stat : 78092 (Common-Cleaner) S 78071 78074 76600 0 -1 4194368 2265 0 0 0 0 0 0 0 20 0 20 0 70345780 19521036288 987796 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
[pid=78074/tid=78093] ppid=78071 vsize=19063512 memory=3951184 CPUtime=0 cores=5,7
/proc/78074/task/78093/stat : 78093 (Timer-0) S 78071 78074 76600 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70345795 19521036288 987796 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
Current children cumulated CPU time: 3506.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3951184 KiB

[startup+3522.3 s]
/proc/loadavg: 1.11 2.10 3.24 2/264 78366
/proc/meminfo: memFree=125572640/131250000 swapFree=33010416/33010684
[pid=78074] ppid=78071 vsize=19063512 memory=3951184 CPUtime=3567.64 cores=5,7
/proc/78074/stat : 78074 (java) S 78071 78074 76600 0 -1 4194304 165951 0 0 0 356555 209 0 0 20 0 20 0 70345776 19521036288 987796 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
/proc/78074/statm: 4765878 987796 5524 1 0 1019305 0
[pid=78074/tid=78076] ppid=78071 vsize=19063512 memory=3951184 CPUtime=3481.32 cores=5,7
/proc/78074/task/78076/stat : 78076 (java) R 78071 78074 76600 0 -1 4194368 93112 0 0 0 348074 58 0 0 20 0 20 0 70345777 19521036288 987796 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
[pid=78074/tid=78085] ppid=78071 vsize=19063512 memory=3951184 CPUtime=0 cores=5,7
/proc/78074/task/78085/stat : 78085 (Finalizer) S 78071 78074 76600 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70345779 19521036288 987796 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
[pid=78074/tid=78092] ppid=78071 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/78074/task/78092/stat : 78092 (Common-Cleaner) S 78071 78074 76600 0 -1 4194368 2335 0 0 0 0 0 0 0 20 0 20 0 70345780 19521036288 987796 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
[pid=78074/tid=78093] ppid=78071 vsize=19063512 memory=3951184 CPUtime=0 cores=5,7
/proc/78074/task/78093/stat : 78093 (Timer-0) S 78071 78074 76600 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70345795 19521036288 987796 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
Current children cumulated CPU time: 3567.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3951184 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3554.11 s]
/proc/loadavg: 1.12 1.99 3.16 2/265 78367
/proc/meminfo: memFree=125572640/131250000 swapFree=33010416/33010684
[pid=78074] ppid=78071 vsize=19063512 memory=3951184 CPUtime=3600.07 cores=5,7
/proc/78074/stat : 78074 (java) S 78071 78074 76600 0 -1 4194304 167759 0 0 0 359797 210 0 0 20 0 20 0 70345776 19521036288 987796 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
/proc/78074/statm: 4765878 987796 5524 1 0 1019305 0
[pid=78074/tid=78076] ppid=78071 vsize=19063512 memory=3951184 CPUtime=3512.73 cores=5,7
/proc/78074/task/78076/stat : 78076 (java) R 78071 78074 76600 0 -1 4194368 93888 0 0 0 351215 58 0 0 20 0 20 0 70345777 19521036288 987796 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
[pid=78074/tid=78085] ppid=78071 vsize=19063512 memory=3951184 CPUtime=0 cores=5,7
/proc/78074/task/78085/stat : 78085 (Finalizer) S 78071 78074 76600 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70345779 19521036288 987796 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
[pid=78074/tid=78092] ppid=78071 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/78074/task/78092/stat : 78092 (Common-Cleaner) S 78071 78074 76600 0 -1 4194368 2431 0 0 0 0 0 0 0 20 0 20 0 70345780 19521036288 987796 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
[pid=78074/tid=78093] ppid=78071 vsize=19063512 memory=3951184 CPUtime=0 cores=5,7
/proc/78074/task/78093/stat : 78093 (Timer-0) S 78071 78074 76600 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70345795 19521036288 987796 18446744073709551615 94854628294656 94854628298352 140726777958384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94854628306168 94854628306960 94854658338816 140726777964926 140726777965030 140726777965030 140726777970632 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3951184 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.14 s, system=2.12451 s

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

[startup+3554.21 s]*
/proc/loadavg: 1.12 1.99 3.16 2/247 78370
/proc/meminfo: memFree=129455000/131250000 swapFree=33010416/33010684
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): 3554.21
CPU time (s): 3600.27
CPU user time (s): 3598.14
CPU system time (s): 2.12451
CPU usage (%): 101.296
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 3951184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.14
system time used= 2.12451
maximum resident set size= 3952336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 170983
page faults= 0
swaps= 0
block input operations= 0
block output operations= 18464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 129375
involuntary context switches= 12899


# summary of solver processes directly reported to runsolver:
#   pid: 78074
#   total CPU time (s): 3600.27
#   total CPU user time (s): 3598.14
#   total CPU system time (s): 2.12451

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.74433 second user time and 16.9813 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-03 14:44:19
IDJOB=4518370
IDBENCH=177029
IDSOLVER=3361
FILE ID=nodeC027/4518370-1751546659
RUNJOBID= nodeC027-1751542700-77240
SLURM_JOB_ID= 9598693
Free space on /tmp= 431128 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/evencolouring/linear/normalized-evencolouring_opt_linear_random6regular_nvert_071.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4518370-1751546659/watcher-4518370-1751546659 -o /tmp/evaluation-result-4518370-1751546659/solver-4518370-1751546659 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751542700-77240 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4518370-1751546659.opb

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

MD5SUM BENCH= ed60cb87c21a2ab9c662251f6e4b174f
RANDOM SEED=1892051729

nodeC027 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/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		: 3599.636
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
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		: 3599.673
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
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		: 3478.393
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
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		: 3599.735
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
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		: 3599.636
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
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		: 3601.672
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
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		: 3431.947
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
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		: 3599.636
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        123999736 kB
MemAvailable:   124246860 kB
Buffers:            2488 kB
Cached:          1046520 kB
SwapCached:           12 kB
Active:          6155596 kB
Inactive:         505980 kB
Active(anon):    5627832 kB
Inactive(anon):     2792 kB
Active(file):     527764 kB
Inactive(file):   503188 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               692 kB
Writeback:            20 kB
AnonPages:       5615616 kB
Mapped:           123932 kB
Shmem:             18056 kB
KReclaimable:     110424 kB
Slab:             199760 kB
SReclaimable:     110424 kB
SUnreclaim:        89336 kB
KernelStack:        5168 kB
PageTables:        14648 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    8593528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151400 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5406720 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431128 MiB
End job on nodeC027 at 2025-07-03 15:43:33