Trace number 4427367

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)68 3600.32 3558.98

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/ttp/normalized-circ6_3.opb
MD5SUM01f07e427327757fda434ad4b1d2038d
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark64
Best CPU time to get the best result obtained on this benchmark3558.01
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables540
Total number of constraints4476
Number of constraints which are clauses2532
Number of constraints which are cardinality constraints (but not clauses)264
Number of constraints which are nor clauses,nor cardinality constraints1680
Minimum length of a constraint2
Maximum length of a constraint20
Number of terms in the objective function 180
Biggest coefficient in the objective function 3
Number of bits for the biggest coefficient in the objective function 2
Sum of the numbers in the objective function 324
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 16
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 324
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.10/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.18	c See www.sat4j.org for details.
0.10/0.19	c version CUSTOM.v20240707
0.10/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.23	c java.vm.version	22.0.1+8-16
0.10/0.23	c java.vm.vendor	Oracle Corporation
0.10/0.23	c sun.arch.data.model	64
0.10/0.23	c java.version		22.0.1
0.10/0.23	c os.name		Linux
0.10/0.23	c os.version		4.18.0-301.1.el8.x86_64
0.10/0.23	c os.arch		amd64
0.28/0.24	c Free memory 		2115194816
0.28/0.24	c Max memory 		16282288128
0.28/0.24	c Total memory 		2122317824
0.28/0.25	c Number of processors 	2
0.44/0.40	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.44/0.40	 - never skip resolution steps
0.44/0.40	 - Auto-division on coefficients is disabled
0.44/0.40	 - No postprocessing
0.44/0.40	 - Conflict is considered as is when resolving
0.44/0.40	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.44/0.40	 - Weaken first using unassigned literals
0.44/0.40	 - Bump strategy: ALWAYS_ONE
0.44/0.40	 - Bumper: ASSIGNED
0.44/0.40	--- Begin Solver configuration ---
0.44/0.40	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.44/0.40	Learn all clauses as in MiniSAT
0.44/0.40	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.44/0.40	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.44/0.40	No reason simplification
0.44/0.40	Armin Biere (Picosat) restarts strategy
0.44/0.40	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.44/0.40	timeout=2147483s
0.44/0.40	DB Simplification allowed=false
0.44/0.40	Listener: none
0.44/0.40	--- End Solver configuration ---
0.44/0.40	c Pseudo Boolean Optimization by upper bound
0.44/0.40	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.44/0.40	c  - never skip resolution steps
0.44/0.40	c  - Auto-division on coefficients is disabled
0.44/0.40	c  - No postprocessing
0.44/0.40	c  - Conflict is considered as is when resolving
0.44/0.40	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.44/0.40	c  - Weaken first using unassigned literals
0.44/0.40	c  - Bump strategy: ALWAYS_ONE
0.44/0.40	c  - Bumper: ASSIGNED
0.44/0.40	c --- Begin Solver configuration ---
0.44/0.40	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.44/0.40	c Learn all clauses as in MiniSAT
0.44/0.40	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.44/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.44/0.40	c No reason simplification
0.44/0.40	c Armin Biere (Picosat) restarts strategy
0.44/0.40	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.44/0.40	c timeout=2147483s
0.44/0.40	c DB Simplification allowed=false
0.44/0.40	c Listener: none
0.44/0.40	c --- End Solver configuration ---
0.44/0.40	c solving HOME/instance-4427367-1720994536.opb
0.44/0.40	c reading problem ... 
0.44/0.42	c  objective function found
1.34/0.84	c ... done. Wall clock time 0.434s.
1.34/0.86	c declared #vars     540
1.34/0.86	c #constraints  4626
1.34/0.86	c constraints type 
1.34/0.86	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 630
1.34/0.86	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 264
1.34/0.86	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1680
1.34/0.86	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2052
1.34/0.86	c 4626 constraints processed.
1.34/0.87	c objective function length is 180 literals
1.53/0.97	c SATISFIABLE
1.53/0.97	c OPTIMIZING...
1.53/0.97	c Got one! Elapsed wall clock time (in seconds):0.563
1.53/0.97	o 84
2.51/1.48	c Got one! Elapsed wall clock time (in seconds):1.075
2.51/1.49	o 82
2.71/1.58	c Got one! Elapsed wall clock time (in seconds):1.177
2.71/1.59	o 80
3.30/1.88	c Got one! Elapsed wall clock time (in seconds):1.477
3.30/1.88	o 78
5.48/2.93	c Got one! Elapsed wall clock time (in seconds):2.517
5.48/2.93	o 76
7.04/3.74	c Got one! Elapsed wall clock time (in seconds):3.341
7.04/3.74	o 74
10.41/6.81	c Got one! Elapsed wall clock time (in seconds):6.41
10.41/6.81	o 72
25.51/21.16	c cleaning 4003 clauses out of 8018 with flag 0/8018
27.78/23.16	c Got one! Elapsed wall clock time (in seconds):22.752
27.78/23.16	o 70
42.38/37.63	c cleaning 4761 clauses out of 9524 with flag 0/13527
60.29/55.46	c cleaning 5369 clauses out of 10762 with flag 0/19526
82.41/77.39	c cleaning 6185 clauses out of 12393 with flag 0/26526
107.59/102.26	c cleaning 7080 clauses out of 14207 with flag 0/34525
138.86/132.75	c cleaning 7930 clauses out of 16127 with flag 0/43525
183.48/176.35	c cleaning 8549 clauses out of 18197 with flag 0/53525
230.14/222.04	c cleaning 9452 clauses out of 20648 with flag 0/64525
296.01/286.87	c cleaning 9929 clauses out of 23197 with flag 0/76526
364.40/354.15	c cleaning 10841 clauses out of 26268 with flag 0/89526
453.44/441.82	c cleaning 11602 clauses out of 29426 with flag 0/103525
556.35/543.33	c cleaning 12497 clauses out of 32824 with flag 0/118525
664.68/650.39	c cleaning 13437 clauses out of 36327 with flag 0/134525
787.71/772.01	c cleaning 14123 clauses out of 39891 with flag 0/151526
923.12/905.86	c cleaning 14718 clauses out of 43770 with flag 0/169528
1091.74/1072.85	c cleaning 15976 clauses out of 48049 with flag 0/188525
1287.93/1267.35	c cleaning 16912 clauses out of 52073 with flag 0/208525
1519.66/1496.51	c cleaning 17650 clauses out of 56162 with flag 0/229526
1774.12/1748.41	c cleaning 18289 clauses out of 60511 with flag 0/251525
2024.94/1997.41	c cleaning 19309 clauses out of 65224 with flag 0/274527
2289.63/2260.00	c cleaning 20038 clauses out of 69913 with flag 0/298525
2584.44/2552.54	c cleaning 20704 clauses out of 74876 with flag 0/323526
2859.67/2825.33	c cleaning 21646 clauses out of 80172 with flag 0/349526
3218.56/3181.34	c cleaning 22384 clauses out of 85525 with flag 0/376525
3242.83/3205.48	c Got one! Elapsed wall clock time (in seconds):3205.08
3242.83/3205.48	o 68
3291.81/3253.63	c cleaning 8569 clauses out of 73477 with flag 0/386861
3321.10/3282.71	c cleaning 4969 clauses out of 70910 with flag 0/392863
3358.36/3319.79	c cleaning 5921 clauses out of 72940 with flag 0/399862
3402.61/3363.75	c cleaning 6782 clauses out of 75020 with flag 0/407863
3461.59/3422.07	c cleaning 7481 clauses out of 77238 with flag 0/416863
3518.51/3478.11	c cleaning 8141 clauses out of 79756 with flag 0/426862
3598.60/3557.49	c cleaning 9158 clauses out of 82614 with flag 0/437861
3600.00/3558.82	c starts		: 159
3600.00/3558.85	c conflicts		: 438341
3600.00/3558.85	c decisions		: 530231
3600.00/3558.85	c propagations		: 30596527
3600.00/3558.86	c inspects		: 4262293808
3600.00/3558.86	c shortcuts		: 0
3600.00/3558.86	c learnt literals	: 0
3600.00/3558.86	c learnt binary clauses	: 0
3600.00/3558.86	c learnt ternary clauses	: 0
3600.00/3558.86	c learnt constraints	: 438340
3600.00/3558.86	c ignored constraints	: 0
3600.00/3558.86	c root simplifications	: 0
3600.00/3558.86	c removed literals (reason simplification)	: 0
3600.00/3558.86	c reason swapping (by a shorter reason)	: 0
3600.00/3558.86	c Calls to reduceDB	: 31
3600.00/3558.86	c Number of update (reduction) of LBD	: 269035
3600.00/3558.86	c Imported unit clauses	: 0
3600.00/3558.86	c No decision after first conflict	: false
3600.00/3558.87	c number of reductions to clauses (during analyze)	: 0
3600.00/3558.87	c number of learned constraints concerned by reduction	: 0
3600.00/3558.87	c number of learning phase by resolution	: 0
3600.00/3558.87	c number of learning phase by cutting planes	: 0
3600.00/3558.87	c number of rounding to 1 operations	: 1876004
3600.00/3558.87	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3558.87	c number of reductions of the coefficients by power 2 	: 0
3600.00/3558.87	c number of right shift for reduction by power 2 	: 0
3600.00/3558.88	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3558.88	c number of ending skipping 	: 0
3600.00/3558.88	c number of internal skipping 	: 0
3600.00/3558.88	c number of derivation steps 	: 11160524
3600.00/3558.88	c number of skipped derivation steps 	: 0
3600.00/3558.88	c number of remaining unassigned 	: 57778
3600.00/3558.88	c number of remaining assigned 	: 59960256
3600.00/3558.88	c number of falsified literals weakened from reason	: 0
3600.00/3558.88	c number of falsified literals weakened from conflict	: 0
3600.00/3558.88	c time for arithmetic operations	: 6600408752
3600.00/3558.89	c minimum degree of deleted constraints	: 4
3600.00/3558.89	c maximum degree of deleted constraints	: 135515452
3600.00/3558.89	c number of deleted constraints	: 364405
3600.00/3558.90	c speed (assignments/second)	: 8599.312820051602
3600.21/3558.90	c non guided choices	: 89
3600.21/3558.93	c timeout
3600.21/3558.93	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 3628
3600.21/3558.93	s SATISFIABLE
3600.21/3558.93	c Found 9 solution(s)
3600.21/3558.94	v x1 -x2 -x3 -x4 -x5 -x6 -x7 x8 -x9 -x10 -x11 -x12 -x13 -x14 x15 -x16 -x17 -x18 x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 x27 -x28 -x29 -x30 -x31 x32 -x33 -x34 -x35 -x36 x37 -x38 -x39 -x40 -x41 -x42 -x43 x44 -x45 -x46 -x47 -x48 -x49 -x50 x51 -x52 -x53 -x54 -x55 -x56 x57 -x58 -x59 -x60 -x61 x62 -x63 -x64 -x65 -x66 x67 -x68 -x69 -x70 -x71 -x72 x73 -x74 -x75 -x76 -x77 -x78 x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 x87 -x88 -x89 -x90 -x91 -x92 -x93 x94 -x95 -x96 -x97 -x98 -x99 x100 -x101 -x102 -x103 -x104 x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 x114 -x115 -x116 -x117 -x118 x119 -x120 -x121 -x122 -x123 x124 -x125 -x126 -x127 -x128 -x129 x130 -x131 -x132 -x133 -x134 -x135 -x136 x137 -x138 -x139 -x140 -x141 -x142 -x143 x144 -x145 -x146 -x147 x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 x156 -x157 -x158 -x159 -x160 x161 -x162 -x163 -x164 -x165 x166 -x167 -x168 -x169 -x170 -x171 -x172 x173 -x174 -x175 -x176 -x177 -x178 -x179 x180 -x181 -x182 x183 -x184 -x185 -x186 -x187 x188 -x189 -x190 -x191 -x192 -x193 -x194 x195 -x196 -x197 -x198 -x199 x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 x210 -x211 -x212 -x213 -x214 -x215 x216 x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 x225 -x226 -x227 -x228 -x229 -x230 x231 -x232 -x233 -x234 -x235 -x236 -x237 x238 -x239 -x240 x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 x250 -x251 -x252 x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 x262 -x263 -x264 x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 x274 -x275 -x276 -x277 -x278 -x279 -x280 x281 -x282 -x283 -x284 -x285 -x286 x287 -x288 -x289 x290 -x291 -x292 -x293 -x294 -x295 x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 x306 -x307 -x308 -x309 -x310 x311 -x312 -x313 -x314 -x315 -x316 x317 -x318 -x319 -x320 -x321 -x322 -x323 x324 -x325 -x326 -x327 -x328 x329 -x330 -x331 x332 -x333 -x334 -x335 -x336 -x337 x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 x348 -x349 -x350 -x351 -x352 x353 -x354 -x355 -x356 -x357 -x358 -x359 x360 x361 -x362 -x363 -x364 x365 -x366 -x367 -x368 x369 -x370 x371 -x372 -x373 -x374 -x375 -x376 -x377 x378 -x379 -x380 x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 x389 -x390 -x391 -x392 -x393 x394 -x395 x396 x397 -x398 -x399 -x400 -x401 -x402 x403 -x404 -x405 -x406 x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 x415 -x416 x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 x425 -x426 x427 -x428 -x429 -x430 x431 -x432 x433 -x434 -x435 -x436 -x437 -x438 x439 -x440 -x441 -x442 x443 -x444 -x445 -x446 x447 -x448 -x449 -x450 -x451 x452 -x453 -x454 -x455 -x456 -x457 x458 -x459 -x460 -x461 -x462 x463 -x464 -x465 x466 x467 -x468 x469 -x470 -x471 -x472 -x473 -x474 x475 -x476 -x477 -x478 x479 -x480 -x481 -x482 -x483 x484 -x485 -x486 -x487 x488 -x489 -x490 -x491 x492 -x493 -x494 -x495 -x496 -x497 -x498 x499 -x500 -x501 -x502 x503 -x504 x505 x506 -x507 -x508 -x509 -x510 -x511 x512 -x513 -x514 -x515 x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 x525 -x526 -x527 -x528 x529 -x530 -x531 -x532 -x533 -x534 x535 -x536 x537 -x538 x539 -x540 
3600.21/3558.94	c objective function=68
3600.21/3558.94	c Total wall clock time (in seconds): 3558.537

Verifier Data

OK	68

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: 64059 MiB (63400 MiB free)
  memory of node 1: 64510 MiB (63501 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427367-1720994536/watcher-4427367-1720994536 -o /tmp/evaluation-result-4427367-1720994536/solver-4427367-1720994536 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1720994547-765892 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427367-1720994536.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=765967, runsolver pid=765960

[startup+0.10019 s]*
/proc/loadavg: 0.14 0.10 0.09 14/315 766023
/proc/meminfo: memFree=129837512/131655788 swapFree=131071996/131071996
[pid=765967] ppid=765960 vsize=18975048 memory=54200 CPUtime=0.1 cores=4,6
/proc/765967/stat : 765967 (java) S 765960 765967 765881 0 -1 1077936128 6355 0 0 0 7 3 0 0 20 0 18 0 151612871 19430449152 13550 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
/proc/765967/statm: 4743762 13550 5358 1 0 550730 0
[pid=765967/tid=765973] ppid=765960 vsize=18975048 memory=4026561586 CPUtime=0.06 cores=4,6
/proc/765967/task/765973/stat : 765973 (java) R 765960 765967 765881 0 -1 4194368 5272 0 0 0 4 2 0 0 20 0 18 0 151612871 19430449152 13550 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
[pid=765967/tid=766013] ppid=765960 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/765967/task/766013/stat : 766013 (Finalizer) S 765960 765967 765881 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151612878 19430449152 13550 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
[pid=765967/tid=766023] ppid=765960 vsize=18975048 memory=15823283178223670 CPUtime=0 cores=4,6
/proc/765967/task/766023/stat : 766023 (Common-Cleaner) S 765960 765967 765881 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151612880 19430449152 13550 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 54200 KiB

[startup+0.218281 s]*
/proc/loadavg: 0.14 0.10 0.09 13/315 766023
/proc/meminfo: memFree=129822648/131655788 swapFree=131071996/131071996
[pid=765967] ppid=765960 vsize=18975048 memory=58520 CPUtime=0.28 cores=4,6
/proc/765967/stat : 765967 (java) S 765960 765967 765881 0 -1 1077936128 7071 0 0 0 24 4 0 0 20 0 18 0 151612871 19430449152 14630 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
/proc/765967/statm: 4743762 14630 5710 1 0 551326 0
[pid=765967/tid=765973] ppid=765960 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=4,6
/proc/765967/task/765973/stat : 765973 (java) R 765960 765967 765881 0 -1 4194368 5655 0 0 0 15 3 0 0 20 0 18 0 151612871 19430449152 14630 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
[pid=765967/tid=766013] ppid=765960 vsize=18975048 memory=1645 CPUtime=0 cores=4,6
/proc/765967/task/766013/stat : 766013 (Finalizer) S 765960 765967 765881 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151612878 19430449152 14630 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
[pid=765967/tid=766023] ppid=765960 vsize=18975048 memory=13847460783068500 CPUtime=0 cores=4,6
/proc/765967/task/766023/stat : 766023 (Common-Cleaner) S 765960 765967 765881 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151612880 19430449152 14630 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 58520 KiB

[startup+0.318352 s]*
/proc/loadavg: 0.14 0.10 0.09 17/315 766023
/proc/meminfo: memFree=129802736/131655788 swapFree=131071996/131071996
[pid=765967] ppid=765960 vsize=18975048 memory=65776 CPUtime=0.44 cores=4,6
/proc/765967/stat : 765967 (java) S 765960 765967 765881 0 -1 1077936128 7359 0 0 0 39 5 0 0 20 0 18 0 151612871 19430449152 16444 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
/proc/765967/statm: 4743762 16444 5719 1 0 551527 0
[pid=765967/tid=765973] ppid=765960 vsize=18975048 memory=-9175909862550708924 CPUtime=0.27 cores=4,6
/proc/765967/task/765973/stat : 765973 (java) S 765960 765967 765881 0 -1 1077936192 5861 0 0 0 24 3 0 0 20 0 18 0 151612871 19430449152 16444 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
[pid=765967/tid=766013] ppid=765960 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/765967/task/766013/stat : 766013 (Finalizer) S 765960 765967 765881 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151612878 19430449152 16444 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
[pid=765967/tid=766023] ppid=765960 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/765967/task/766023/stat : 766023 (Common-Cleaner) S 765960 765967 765881 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151612880 19430449152 16444 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65776 KiB

[startup+0.704497 s]
/proc/loadavg: 0.14 0.10 0.09 15/317 766027
/proc/meminfo: memFree=129773024/131655788 swapFree=131071996/131071996
[pid=765967] ppid=765960 vsize=18975272 memory=92236 CPUtime=1.14 cores=4,6
/proc/765967/stat : 765967 (java) S 765960 765967 765881 0 -1 1077936128 8227 0 0 0 107 7 0 0 20 0 18 0 151612871 19430678528 23059 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
/proc/765967/statm: 4743818 23059 5841 1 0 552142 0
[pid=765967/tid=765973] ppid=765960 vsize=18975272 memory=5424 CPUtime=0.6 cores=4,6
/proc/765967/task/765973/stat : 765973 (java) R 765960 765967 765881 0 -1 4194368 6094 0 0 0 55 5 0 0 20 0 18 0 151612871 19430678528 23059 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
[pid=765967/tid=766013] ppid=765960 vsize=18975272 memory=11948 CPUtime=0 cores=4,6
/proc/765967/task/766013/stat : 766013 (Finalizer) S 765960 765967 765881 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151612878 19430678528 23059 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
[pid=765967/tid=766023] ppid=765960 vsize=18975272 memory=0 CPUtime=0 cores=4,6
/proc/765967/task/766023/stat : 766023 (Common-Cleaner) S 765960 765967 765881 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151612880 19430678528 23059 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 18975272 KiB
Current children cumulated memory: 92236 KiB

[startup+1.5048 s]
/proc/loadavg: 0.14 0.10 0.09 12/296 766047
/proc/meminfo: memFree=129625656/131655788 swapFree=131071996/131071996
[pid=765967] ppid=765960 vsize=19108176 memory=182404 CPUtime=2.71 cores=4,6
/proc/765967/stat : 765967 (java) S 765960 765967 765881 0 -1 1077936128 18869 0 0 0 260 11 0 0 20 0 20 0 151612871 19566772224 45601 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
/proc/765967/statm: 4777044 45601 5893 1 0 556975 0
[pid=765967/tid=765973] ppid=765960 vsize=19108176 memory=0 CPUtime=1.29 cores=4,6
/proc/765967/task/765973/stat : 765973 (java) R 765960 765967 765881 0 -1 4194368 6834 0 0 0 122 7 0 0 20 0 20 0 151612871 19566772224 45601 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
[pid=765967/tid=766013] ppid=765960 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/765967/task/766013/stat : 766013 (Finalizer) S 765960 765967 765881 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151612878 19566772224 45601 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
[pid=765967/tid=766023] ppid=765960 vsize=19108176 memory=11948 CPUtime=0 cores=4,6
/proc/765967/task/766023/stat : 766023 (Common-Cleaner) S 765960 765967 765881 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 151612880 19566772224 45601 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
[pid=765967/tid=766043] ppid=765960 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/765967/task/766043/stat : 766043 (Timer-0) S 765960 765967 765881 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151612959 19566772224 45601 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
Current children cumulated CPU time: 2.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 182404 KiB

[startup+3.11448 s]
/proc/loadavg: 0.14 0.10 0.09 8/322 766098
/proc/meminfo: memFree=127812060/131655788 swapFree=131071996/131071996
[pid=765967] ppid=765960 vsize=19108176 memory=507012 CPUtime=5.89 cores=4,6
/proc/765967/stat : 765967 (java) S 765960 765967 765881 0 -1 1077936128 24523 0 0 0 570 19 0 0 20 0 20 0 151612871 19566772224 126753 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
/proc/765967/statm: 4777044 126753 5909 1 0 559658 0
[pid=765967/tid=765973] ppid=765960 vsize=19108176 memory=0 CPUtime=2.84 cores=4,6
/proc/765967/task/765973/stat : 765973 (java) R 765960 765967 765881 0 -1 4194368 7552 0 0 0 270 14 0 0 20 0 20 0 151612871 19566772224 126753 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
[pid=765967/tid=766013] ppid=765960 vsize=19108176 memory=11948 CPUtime=0 cores=4,6
/proc/765967/task/766013/stat : 766013 (Finalizer) S 765960 765967 765881 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151612878 19566772224 126753 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
[pid=765967/tid=766023] ppid=765960 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/765967/task/766023/stat : 766023 (Common-Cleaner) S 765960 765967 765881 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 151612880 19566772224 126753 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
[pid=765967/tid=766043] ppid=765960 vsize=19108176 memory=11648 CPUtime=0 cores=4,6
/proc/765967/task/766043/stat : 766043 (Timer-0) S 765960 765967 765881 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151612959 19566772224 126753 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
Current children cumulated CPU time: 5.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 507012 KiB

[startup+6.30045 s]
/proc/loadavg: 0.61 0.20 0.12 6/322 766098
/proc/meminfo: memFree=124012504/131655788 swapFree=131071996/131071996
[pid=765967] ppid=765960 vsize=19108176 memory=1103864 CPUtime=9.91 cores=4,6
/proc/765967/stat : 765967 (java) S 765960 765967 765881 0 -1 1077936128 25436 0 0 0 958 33 0 0 20 0 20 0 151612871 19566772224 275966 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
/proc/765967/statm: 4777044 275966 5909 1 0 689151 0
[pid=765967/tid=765973] ppid=765960 vsize=19108176 memory=0 CPUtime=5.84 cores=4,6
/proc/765967/task/765973/stat : 765973 (java) R 765960 765967 765881 0 -1 4194368 8074 0 0 0 558 26 0 0 20 0 20 0 151612871 19566772224 275966 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
[pid=765967/tid=766013] ppid=765960 vsize=19108176 memory=11948 CPUtime=0 cores=4,6
/proc/765967/task/766013/stat : 766013 (Finalizer) S 765960 765967 765881 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151612878 19566772224 275966 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
[pid=765967/tid=766023] ppid=765960 vsize=19108176 memory=11648 CPUtime=0 cores=4,6
/proc/765967/task/766023/stat : 766023 (Common-Cleaner) S 765960 765967 765881 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 151612880 19566772224 275966 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
[pid=765967/tid=766043] ppid=765960 vsize=19108176 memory=38924 CPUtime=0 cores=4,6
/proc/765967/task/766043/stat : 766043 (Timer-0) S 765960 765967 765881 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151612959 19566772224 275966 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
Current children cumulated CPU time: 9.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1103864 KiB

[startup+12.7005 s]
/proc/loadavg: 0.88 0.27 0.15 6/322 766098
/proc/meminfo: memFree=122446032/131655788 swapFree=131071996/131071996
[pid=765967] ppid=765960 vsize=19108176 memory=1615872 CPUtime=16.82 cores=4,6
/proc/765967/stat : 765967 (java) S 765960 765967 765881 0 -1 1077936128 26310 0 0 0 1638 44 0 0 20 0 20 0 151612871 19566772224 403968 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
/proc/765967/statm: 4777044 403968 5909 1 0 689161 0
[pid=765967/tid=765973] ppid=765960 vsize=19108176 memory=11948 CPUtime=12.06 cores=4,6
/proc/765967/task/765973/stat : 765973 (java) R 765960 765967 765881 0 -1 4194368 8894 0 0 0 1169 37 0 0 20 0 20 0 151612871 19566772224 403968 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
[pid=765967/tid=766013] ppid=765960 vsize=19108176 memory=1482752 CPUtime=0 cores=4,6
/proc/765967/task/766013/stat : 766013 (Finalizer) S 765960 765967 765881 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151612878 19566772224 403968 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
[pid=765967/tid=766023] ppid=765960 vsize=19108176 memory=550020 CPUtime=0 cores=4,6
/proc/765967/task/766023/stat : 766023 (Common-Cleaner) S 765960 765967 765881 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 151612880 19566772224 403968 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
[pid=765967/tid=766043] ppid=765960 vsize=19108176 memory=799989 CPUtime=0 cores=4,6
/proc/765967/task/766043/stat : 766043 (Timer-0) S 765960 765967 765881 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151612959 19566772224 403968 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
Current children cumulated CPU time: 16.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1615872 KiB

[startup+25.5005 s]
/proc/loadavg: 1.64 0.47 0.21 7/322 766101
/proc/meminfo: memFree=120210884/131655788 swapFree=131071996/131071996
[pid=765967] ppid=765960 vsize=19108176 memory=2930556 CPUtime=30.2 cores=4,6
/proc/765967/stat : 765967 (java) S 765960 765967 765881 0 -1 1077936128 34548 0 0 0 2949 71 0 0 20 0 20 0 151612871 19566772224 732639 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
/proc/765967/statm: 4777044 732639 5925 1 0 1010981 0
[pid=765967/tid=765973] ppid=765960 vsize=19108176 memory=11948 CPUtime=24.35 cores=4,6
/proc/765967/task/765973/stat : 765973 (java) R 765960 765967 765881 0 -1 4194368 12015 0 0 0 2375 60 0 0 20 0 20 0 151612871 19566772224 732639 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
[pid=765967/tid=766013] ppid=765960 vsize=19108176 memory=1482752 CPUtime=0 cores=4,6
/proc/765967/task/766013/stat : 766013 (Finalizer) S 765960 765967 765881 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151612878 19566772224 732639 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
[pid=765967/tid=766023] ppid=765960 vsize=19108176 memory=550020 CPUtime=0 cores=4,6
/proc/765967/task/766023/stat : 766023 (Common-Cleaner) S 765960 765967 765881 0 -1 1077936192 66 0 0 0 0 0 0 0 20 0 20 0 151612880 19566772224 732639 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
[pid=765967/tid=766043] ppid=765960 vsize=19108176 memory=1144824 CPUtime=0 cores=4,6
/proc/765967/task/766043/stat : 766043 (Timer-0) S 765960 765967 765881 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151612959 19566772224 732639 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
Current children cumulated CPU time: 30.2 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2930556 KiB

[startup+51.1139 s]
/proc/loadavg: 2.57 0.78 0.33 7/322 766104
/proc/meminfo: memFree=119083540/131655788 swapFree=131071996/131071996
[pid=765967] ppid=765960 vsize=19108176 memory=2936932 CPUtime=56 cores=4,6
/proc/765967/stat : 765967 (java) S 765960 765967 765881 0 -1 1077936128 41368 0 0 0 5526 74 0 0 20 0 20 0 151612871 19566772224 734233 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
/proc/765967/statm: 4777044 734233 5925 1 0 1010981 0
[pid=765967/tid=765973] ppid=765960 vsize=19108176 memory=2934884 CPUtime=49.41 cores=4,6
/proc/765967/task/765973/stat : 765973 (java) R 765960 765967 765881 0 -1 4194368 14708 0 0 0 4880 61 0 0 20 0 20 0 151612871 19566772224 734233 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
[pid=765967/tid=766013] ppid=765960 vsize=19108176 memory=11648 CPUtime=0 cores=4,6
/proc/765967/task/766013/stat : 766013 (Finalizer) S 765960 765967 765881 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151612878 19566772224 734233 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
[pid=765967/tid=766023] ppid=765960 vsize=19108176 memory=550020 CPUtime=0 cores=4,6
/proc/765967/task/766023/stat : 766023 (Common-Cleaner) S 765960 765967 765881 0 -1 1077936192 66 0 0 0 0 0 0 0 20 0 20 0 151612880 19566772224 734233 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0

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

[startup+3222.3 s]
/proc/loadavg: 4.18 4.30 4.19 6/321 769294
/proc/meminfo: memFree=114958372/131655788 swapFree=131071996/131071996
[pid=765967] ppid=765960 vsize=19108176 memory=3987444 CPUtime=3260.01 cores=4,6
/proc/765967/stat : 765967 (java) S 765960 765967 765881 0 -1 1077936128 278008 0 0 0 325701 300 0 0 20 0 20 0 151612871 19566772224 996861 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
/proc/765967/statm: 4777044 996861 5981 1 0 1011987 0
[pid=765967/tid=765973] ppid=765960 vsize=19108176 memory=3987304 CPUtime=3147.53 cores=4,6
/proc/765967/task/765973/stat : 765973 (java) R 765960 765967 765881 0 -1 4194368 135181 0 0 0 314669 84 0 0 20 0 20 0 151612871 19566772224 996861 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 16 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
[pid=765967/tid=766013] ppid=765960 vsize=19108176 memory=3987304 CPUtime=0 cores=4,6
/proc/765967/task/766013/stat : 766013 (Finalizer) S 765960 765967 765881 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151612878 19566772224 996861 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
[pid=765967/tid=766023] ppid=765960 vsize=19108176 memory=11648 CPUtime=0 cores=4,6
/proc/765967/task/766023/stat : 766023 (Common-Cleaner) S 765960 765967 765881 0 -1 1077936192 3015 0 0 0 0 0 0 0 20 0 20 0 151612880 19566772224 996861 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
[pid=765967/tid=766043] ppid=765960 vsize=19108176 memory=3987444 CPUtime=0 cores=4,6
/proc/765967/task/766043/stat : 766043 (Timer-0) S 765960 765967 765881 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151612959 19566772224 996861 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
Current children cumulated CPU time: 3260.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3987444 KiB

[startup+3282.3 s]
/proc/loadavg: 4.19 4.28 4.19 6/318 769304
/proc/meminfo: memFree=114953932/131655788 swapFree=131071996/131071996
[pid=765967] ppid=765960 vsize=19108176 memory=3987576 CPUtime=3320.69 cores=4,6
/proc/765967/stat : 765967 (java) S 765960 765967 765881 0 -1 1077936128 279759 0 0 0 331764 305 0 0 20 0 20 0 151612871 19566772224 996894 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
/proc/765967/statm: 4777044 996894 5981 1 0 1012007 0
[pid=765967/tid=765973] ppid=765960 vsize=19108176 memory=3987576 CPUtime=3206.24 cores=4,6
/proc/765967/task/765973/stat : 765973 (java) R 765960 765967 765881 0 -1 4194368 136207 0 0 0 320540 84 0 0 20 0 20 0 151612871 19566772224 996894 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 16 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
[pid=765967/tid=766013] ppid=765960 vsize=19108176 memory=3987544 CPUtime=0 cores=4,6
/proc/765967/task/766013/stat : 766013 (Finalizer) S 765960 765967 765881 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151612878 19566772224 996894 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
[pid=765967/tid=766023] ppid=765960 vsize=19108176 memory=5424 CPUtime=0 cores=4,6
/proc/765967/task/766023/stat : 766023 (Common-Cleaner) S 765960 765967 765881 0 -1 1077936192 3015 0 0 0 0 0 0 0 20 0 20 0 151612880 19566772224 996894 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
[pid=765967/tid=766043] ppid=765960 vsize=19108176 memory=5424 CPUtime=0 cores=4,6
/proc/765967/task/766043/stat : 766043 (Timer-0) S 765960 765967 765881 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151612959 19566772224 996894 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
Current children cumulated CPU time: 3320.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3987576 KiB

[startup+3342.3 s]
/proc/loadavg: 4.17 4.26 4.18 6/318 769314
/proc/meminfo: memFree=114951348/131655788 swapFree=131071996/131071996
[pid=765967] ppid=765960 vsize=19108176 memory=3987876 CPUtime=3381.1 cores=4,6
/proc/765967/stat : 765967 (java) S 765960 765967 765881 0 -1 1077936128 286035 0 0 0 337801 309 0 0 20 0 20 0 151612871 19566772224 996969 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
/proc/765967/statm: 4777044 996969 5981 1 0 1012071 0
[pid=765967/tid=765973] ppid=765960 vsize=19108176 memory=11948 CPUtime=3264.64 cores=4,6
/proc/765967/task/765973/stat : 765973 (java) R 765960 765967 765881 0 -1 4194368 138817 0 0 0 326380 84 0 0 20 0 20 0 151612871 19566772224 996969 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 19 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
[pid=765967/tid=766013] ppid=765960 vsize=19108176 memory=11648 CPUtime=0 cores=4,6
/proc/765967/task/766013/stat : 766013 (Finalizer) S 765960 765967 765881 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151612878 19566772224 996969 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
[pid=765967/tid=766023] ppid=765960 vsize=19108176 memory=3987616 CPUtime=0 cores=4,6
/proc/765967/task/766023/stat : 766023 (Common-Cleaner) S 765960 765967 765881 0 -1 1077936192 3060 0 0 0 0 0 0 0 20 0 20 0 151612880 19566772224 996969 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
[pid=765967/tid=766043] ppid=765960 vsize=19108176 memory=-9175909862550708924 CPUtime=0 cores=4,6
/proc/765967/task/766043/stat : 766043 (Timer-0) S 765960 765967 765881 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151612959 19566772224 996969 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
Current children cumulated CPU time: 3381.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3987876 KiB

[startup+3402.3 s]
/proc/loadavg: 4.21 4.25 4.18 6/321 769497
/proc/meminfo: memFree=114462196/131655788 swapFree=131071996/131071996
[pid=765967] ppid=765960 vsize=19108176 memory=4472260 CPUtime=3441.64 cores=4,6
/proc/765967/stat : 765967 (java) S 765960 765967 765881 0 -1 1077936128 289207 0 0 0 343842 322 0 0 20 0 20 0 151612871 19566772224 1118065 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
/proc/765967/statm: 4777044 1118065 5981 1 0 1135310 0
[pid=765967/tid=765973] ppid=765960 vsize=19108176 memory=11648 CPUtime=3322.9 cores=4,6
/proc/765967/task/765973/stat : 765973 (java) R 765960 765967 765881 0 -1 4194368 140228 0 0 0 332196 94 0 0 20 0 20 0 151612871 19566772224 1118065 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 19 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
[pid=765967/tid=766013] ppid=765960 vsize=19108176 memory=3987616 CPUtime=0 cores=4,6
/proc/765967/task/766013/stat : 766013 (Finalizer) S 765960 765967 765881 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151612878 19566772224 1118065 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
[pid=765967/tid=766023] ppid=765960 vsize=19108176 memory=11648 CPUtime=0 cores=4,6
/proc/765967/task/766023/stat : 766023 (Common-Cleaner) S 765960 765967 765881 0 -1 1077936192 3061 0 0 0 0 0 0 0 20 0 20 0 151612880 19566772224 1118065 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
[pid=765967/tid=766043] ppid=765960 vsize=19108176 memory=11648 CPUtime=0 cores=4,6
/proc/765967/task/766043/stat : 766043 (Timer-0) S 765960 765967 765881 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151612959 19566772224 1118065 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
Current children cumulated CPU time: 3441.64 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4472260 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.22 4.18 6/321 769508
/proc/meminfo: memFree=114459900/131655788 swapFree=131071996/131071996
[pid=765967] ppid=765960 vsize=19108176 memory=4472368 CPUtime=3502.41 cores=4,6
/proc/765967/stat : 765967 (java) S 765960 765967 765881 0 -1 1077936128 294453 0 0 0 349915 326 0 0 20 0 20 0 151612871 19566772224 1118092 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
/proc/765967/statm: 4777044 1118092 5981 1 0 1135310 0
[pid=765967/tid=765973] ppid=765960 vsize=19108176 memory=11648 CPUtime=3381.76 cores=4,6
/proc/765967/task/765973/stat : 765973 (java) R 765960 765967 765881 0 -1 4194368 142975 0 0 0 338082 94 0 0 20 0 20 0 151612871 19566772224 1118092 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 19 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
[pid=765967/tid=766013] ppid=765960 vsize=19108176 memory=3987616 CPUtime=0 cores=4,6
/proc/765967/task/766013/stat : 766013 (Finalizer) S 765960 765967 765881 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151612878 19566772224 1118092 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
[pid=765967/tid=766023] ppid=765960 vsize=19108176 memory=4472352 CPUtime=0 cores=4,6
/proc/765967/task/766023/stat : 766023 (Common-Cleaner) S 765960 765967 765881 0 -1 1077936192 3109 0 0 0 0 0 0 0 20 0 20 0 151612880 19566772224 1118092 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
[pid=765967/tid=766043] ppid=765960 vsize=19108176 memory=4472352 CPUtime=0 cores=4,6
/proc/765967/task/766043/stat : 766043 (Timer-0) S 765960 765967 765881 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151612959 19566772224 1118092 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
Current children cumulated CPU time: 3502.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4472368 KiB

[startup+3522.3 s]
/proc/loadavg: 4.43 4.27 4.20 7/321 769533
/proc/meminfo: memFree=114456688/131655788 swapFree=131071996/131071996
[pid=765967] ppid=765960 vsize=19108176 memory=4472404 CPUtime=3563.15 cores=4,6
/proc/765967/stat : 765967 (java) S 765960 765967 765881 0 -1 1077936128 299771 0 0 0 355985 330 0 0 20 0 20 0 151612871 19566772224 1118101 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
/proc/765967/statm: 4777044 1118101 5981 1 0 1135310 0
[pid=765967/tid=765973] ppid=765960 vsize=19108176 memory=11648 CPUtime=3440.66 cores=4,6
/proc/765967/task/765973/stat : 765973 (java) R 765960 765967 765881 0 -1 4194368 146144 0 0 0 343971 95 0 0 20 0 20 0 151612871 19566772224 1118101 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 19 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
[pid=765967/tid=766013] ppid=765960 vsize=19108176 memory=11648 CPUtime=0 cores=4,6
/proc/765967/task/766013/stat : 766013 (Finalizer) S 765960 765967 765881 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151612878 19566772224 1118101 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
[pid=765967/tid=766023] ppid=765960 vsize=19108176 memory=4472404 CPUtime=0 cores=4,6
/proc/765967/task/766023/stat : 766023 (Common-Cleaner) S 765960 765967 765881 0 -1 1077936192 3184 0 0 0 0 0 0 0 20 0 20 0 151612880 19566772224 1118101 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
[pid=765967/tid=766043] ppid=765960 vsize=19108176 memory=4472404 CPUtime=0 cores=4,6
/proc/765967/task/766043/stat : 766043 (Timer-0) S 765960 765967 765881 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151612959 19566772224 1118101 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
Current children cumulated CPU time: 3563.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4472404 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3558.8 s]
/proc/loadavg: 4.79 4.39 4.24 5/321 769608
/proc/meminfo: memFree=114891872/131655788 swapFree=131071996/131071996
[pid=765967] ppid=765960 vsize=19108176 memory=4472448 CPUtime=3600 cores=4,6
/proc/765967/stat : 765967 (java) S 765960 765967 765881 0 -1 1077936128 304601 0 0 0 359668 332 0 0 20 0 20 0 151612871 19566772224 1118112 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
/proc/765967/statm: 4777044 1118112 5981 1 0 1135310 0
[pid=765967/tid=765973] ppid=765960 vsize=19108176 memory=4472404 CPUtime=3476.2 cores=4,6
/proc/765967/task/765973/stat : 765973 (java) R 765960 765967 765881 0 -1 4194368 148222 0 0 0 347525 95 0 0 20 0 20 0 151612871 19566772224 1118112 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 19 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
[pid=765967/tid=766013] ppid=765960 vsize=19108176 memory=-9175909862550708924 CPUtime=0 cores=4,6
/proc/765967/task/766013/stat : 766013 (Finalizer) S 765960 765967 765881 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151612878 19566772224 1118112 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
[pid=765967/tid=766023] ppid=765960 vsize=19108176 memory=2620 CPUtime=0 cores=4,6
/proc/765967/task/766023/stat : 766023 (Common-Cleaner) S 765960 765967 765881 0 -1 1077936192 3184 0 0 0 0 0 0 0 20 0 20 0 151612880 19566772224 1118112 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
[pid=765967/tid=766043] ppid=765960 vsize=19108176 memory=25332 CPUtime=0 cores=4,6
/proc/765967/task/766043/stat : 766043 (Timer-0) S 765960 765967 765881 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151612959 19566772224 1118112 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4472448 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.96 s, system=3.36117 s

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

[startup+3558.91 s]
/proc/loadavg: 4.79 4.39 4.24 5/321 769608
/proc/meminfo: memFree=114891872/131655788 swapFree=131071996/131071996
[pid=765967] ppid=765960 vsize=19307868 memory=4473200 CPUtime=3600.21 cores=4,6
/proc/765967/stat : 765967 (java) S 765960 765967 765881 0 -1 1077936128 307627 0 0 0 359688 333 0 0 20 0 21 0 151612871 19771256832 1118300 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
/proc/765967/statm: 4826967 1118300 5980 1 0 1136250 0
[pid=765967/tid=765973] ppid=765960 vsize=19307868 memory=11648 CPUtime=3476.31 cores=4,6
/proc/765967/task/765973/stat : 765973 (java) R 765960 765967 765881 0 -1 4194368 148327 0 0 0 347536 95 0 0 20 0 21 0 151612871 19771256832 1118300 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 19 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
[pid=765967/tid=766013] ppid=765960 vsize=19307868 memory=4472404 CPUtime=0 cores=4,6
/proc/765967/task/766013/stat : 766013 (Finalizer) S 765960 765967 765881 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 151612878 19771256832 1118300 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
[pid=765967/tid=766023] ppid=765960 vsize=19307868 memory=4472448 CPUtime=0 cores=4,6
/proc/765967/task/766023/stat : 766023 (Common-Cleaner) S 765960 765967 765881 0 -1 1077936192 3184 0 0 0 0 0 0 0 20 0 21 0 151612880 19771256832 1118300 134679101440 94663674789888 94663674793584 140728687720832 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94663674801400 94663674802192 94663703392256 140728687727600 140728687727713 140728687727713 140728687734728 0
Current children cumulated CPU time: 3600.21 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 4473200 KiB

Child status: 143

Real time (s): 3558.98
CPU time (s): 3600.32
CPU user time (s): 3596.96
CPU system time (s): 3.36117
CPU usage (%): 101.161
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 4473200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.96
system time used= 3.36117
maximum resident set size= 4474224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 308348
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 137490
involuntary context switches= 7122


# summary of solver processes directly reported to runsolver:
#   pid: 765967
#   total CPU time (s): 3600.32
#   total CPU user time (s): 3596.96
#   total CPU system time (s): 3.36117

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.6054 second user time and 39.7886 second system time

The end

Launcher Data

Begin job on nodeC010 at 2024-07-15 00:02:28
IDJOB=4427367
IDBENCH=147020
IDSOLVER=3046
FILE ID=nodeC010/4427367-1720994536
RUNJOBID= nodeC010-1720994547-765892
SLURM_JOB_ID= 7505311
Free space on /tmp= 723780 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/ttp/normalized-circ6_3.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427367-1720994536/watcher-4427367-1720994536 -o /tmp/evaluation-result-4427367-1720994536/solver-4427367-1720994536 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1720994547-765892 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427367-1720994536.opb

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

MD5SUM BENCH= 01f07e427327757fda434ad4b1d2038d
RANDOM SEED=1909944225

nodeC010.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	: 0xb00001f
cpu MHz		: 1197.353
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.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	: 0xb00001f
cpu MHz		: 1197.179
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
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	: 0xb00001f
cpu MHz		: 1197.171
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.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	: 0xb00001f
cpu MHz		: 1197.172
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
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	: 0xb00001f
cpu MHz		: 1197.184
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.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	: 0xb00001f
cpu MHz		: 1197.181
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
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	: 0xb00001f
cpu MHz		: 1197.175
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.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	: 0xb00001f
cpu MHz		: 1197.180
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        129971940 kB
MemAvailable:   129964632 kB
Buffers:          342428 kB
Cached:           497296 kB
SwapCached:            0 kB
Active:           532440 kB
Inactive:         644564 kB
Active(anon):       1344 kB
Inactive(anon):   373308 kB
Active(file):     531096 kB
Inactive(file):   271256 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2692 kB
Writeback:             0 kB
AnonPages:        337376 kB
Mapped:           112804 kB
Shmem:             37704 kB
KReclaimable:      60740 kB
Slab:             151060 kB
SReclaimable:      60740 kB
SUnreclaim:        90320 kB
KernelStack:        3804 kB
PageTables:         9480 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    2857032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            48992 kB
HardwareCorrupted:     0 kB
AnonHugePages:    204800 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:      162632 kB
DirectMap2M:     9179136 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 723772 MiB
End job on nodeC010 at 2024-07-15 01:01:47