Trace number 4459757

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)-66 3600.48 3353.04

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/mis/normalized-mis_500_25_3.opb
MD5SUMfd2f82137517c7c348dacac3fbe759ff
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-78
Best CPU time to get the best result obtained on this benchmark71365.9
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint25
Maximum length of a constraint49
Number of terms in the objective function 500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)15722
Sum of products size (including duplicates)31444
Number of different products7861
Sum of products size15722

Quality of the solution as a function of time


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

Solver Data

0.09/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.09/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.19	c See www.sat4j.org for details.
0.09/0.20	c version CUSTOM.v20240707
0.27/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.27/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.27/0.23	c java.vm.version	22.0.1+8-16
0.27/0.23	c java.vm.vendor	Oracle Corporation
0.27/0.23	c sun.arch.data.model	64
0.27/0.23	c java.version		22.0.1
0.27/0.23	c os.name		Linux
0.27/0.23	c os.version		4.18.0-301.1.el8.x86_64
0.27/0.23	c os.arch		amd64
0.27/0.24	c Free memory 		2113181440
0.27/0.24	c Max memory 		16282288128
0.27/0.24	c Total memory 		2122317824
0.27/0.25	c Number of processors 	2
0.62/0.44	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.62/0.44	 - never skip resolution steps
0.62/0.44	 - Auto-division on coefficients is disabled
0.62/0.44	 - No postprocessing
0.62/0.44	 - Conflict is considered as is when resolving
0.62/0.44	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.62/0.44	 - Weaken first using unassigned literals
0.62/0.44	 - Bump strategy: ALWAYS_ONE
0.62/0.44	 - Bumper: ASSIGNED
0.62/0.44	--- Begin Solver configuration ---
0.62/0.44	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.62/0.44	Learn all clauses as in MiniSAT
0.62/0.44	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.62/0.44	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.62/0.44	No reason simplification
0.62/0.44	Armin Biere (Picosat) restarts strategy
0.62/0.44	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.62/0.44	timeout=2147483s
0.62/0.44	DB Simplification allowed=false
0.62/0.44	Listener: none
0.62/0.44	--- End Solver configuration ---
0.62/0.44	c Pseudo Boolean Optimization by upper bound
0.62/0.44	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.62/0.44	c  - never skip resolution steps
0.62/0.44	c  - Auto-division on coefficients is disabled
0.62/0.44	c  - No postprocessing
0.62/0.44	c  - Conflict is considered as is when resolving
0.62/0.44	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.62/0.44	c  - Weaken first using unassigned literals
0.62/0.44	c  - Bump strategy: ALWAYS_ONE
0.62/0.44	c  - Bumper: ASSIGNED
0.62/0.44	c --- Begin Solver configuration ---
0.62/0.44	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.62/0.44	c Learn all clauses as in MiniSAT
0.62/0.44	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.62/0.44	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.62/0.44	c No reason simplification
0.62/0.44	c Armin Biere (Picosat) restarts strategy
0.62/0.44	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.62/0.44	c timeout=2147483s
0.62/0.44	c DB Simplification allowed=false
0.62/0.44	c Listener: none
0.62/0.44	c --- End Solver configuration ---
0.62/0.44	c solving HOME/instance-4459757-1721939463.opb
0.62/0.44	c reading problem ... 
0.62/0.44	c  objective function found
1.54/0.96	c ... done. Wall clock time 0.516s.
1.54/0.97	c declared #vars     500
1.54/0.97	c internal #vars     8361
1.54/0.97	c #constraints  16722
1.54/0.97	c constraints type 
1.54/0.97	c org.sat4j.specs.Constr$1 => 500
1.54/0.97	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 7861
1.54/0.97	c org.sat4j.pb.constraints.pb.UnitClausesPB => 500
1.54/0.97	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7861
1.54/0.97	c 16722 constraints processed.
1.54/0.98	c objective function length is 500 literals
1.76/1.06	c SATISFIABLE
1.76/1.06	c OPTIMIZING...
1.76/1.06	c Got one! Elapsed wall clock time (in seconds):0.619
1.76/1.06	o -51
1.93/1.14	c Got one! Elapsed wall clock time (in seconds):0.705
1.93/1.15	o -52
1.93/1.19	c Got one! Elapsed wall clock time (in seconds):0.758
1.93/1.19	o -53
2.11/1.27	c Got one! Elapsed wall clock time (in seconds):0.839
2.11/1.29	o -54
2.51/1.43	c Got one! Elapsed wall clock time (in seconds):0.981
2.51/1.43	o -56
3.09/1.75	c Got one! Elapsed wall clock time (in seconds):1.315
3.09/1.75	o -57
3.86/2.16	c Got one! Elapsed wall clock time (in seconds):1.723
3.86/2.16	o -58
5.03/2.76	c Got one! Elapsed wall clock time (in seconds):2.32
5.03/2.77	o -59
6.39/3.62	c Got one! Elapsed wall clock time (in seconds):3.186
6.39/3.62	o -62
39.73/35.58	c cleaning 3052 clauses out of 6103 with flag 0/6103
73.74/68.32	c Got one! Elapsed wall clock time (in seconds):67.882
73.74/68.32	o -63
139.21/132.96	c cleaning 6781 clauses out of 13566 with flag 0/16618
147.97/141.61	c Got one! Elapsed wall clock time (in seconds):141.175
147.97/141.61	o -64
180.99/174.18	c cleaning 6253 clauses out of 12509 with flag 0/22342
211.75/204.02	c cleaning 5473 clauses out of 12256 with flag 0/28342
250.96/242.21	c cleaning 5510 clauses out of 13784 with flag 0/35343
293.84/284.33	c cleaning 5857 clauses out of 16273 with flag 0/43342
352.69/341.95	c cleaning 6694 clauses out of 19416 with flag 0/52342
416.50/404.58	c cleaning 7533 clauses out of 22723 with flag 0/62343
420.08/407.99	c Got one! Elapsed wall clock time (in seconds):407.553
420.08/407.99	o -65
440.43/427.89	c cleaning 3945 clauses out of 20616 with flag 0/67769
471.04/458.01	c cleaning 4525 clauses out of 22671 with flag 0/73769
517.82/503.79	c cleaning 5468 clauses out of 25146 with flag 0/80769
518.31/504.25	c Got one! Elapsed wall clock time (in seconds):503.808
518.31/504.25	o -66
544.55/529.10	c cleaning 4122 clauses out of 25007 with flag 0/86098
576.33/559.10	c cleaning 4469 clauses out of 26885 with flag 0/92098
614.86/596.94	c cleaning 5184 clauses out of 29419 with flag 0/99101
667.04/646.36	c cleaning 5890 clauses out of 32232 with flag 0/107098
726.98/705.70	c cleaning 6717 clauses out of 35344 with flag 0/116100
795.93/773.62	c cleaning 7260 clauses out of 38626 with flag 0/126099
881.45/857.75	c cleaning 8415 clauses out of 42368 with flag 0/137101
984.40/957.55	c cleaning 8651 clauses out of 45951 with flag 0/149099
1107.04/1078.20	c cleaning 9817 clauses out of 50299 with flag 0/162098
1234.17/1203.81	c cleaning 10418 clauses out of 54483 with flag 0/176099
1373.03/1340.30	c cleaning 10730 clauses out of 59065 with flag 0/191099
1562.41/1517.00	c cleaning 11693 clauses out of 64334 with flag 0/207098
1778.23/1716.34	c cleaning 12335 clauses out of 69642 with flag 0/224099
1994.40/1913.60	c cleaning 13145 clauses out of 75307 with flag 0/242099
2196.74/2094.12	c cleaning 14030 clauses out of 81162 with flag 0/261099
2497.01/2364.85	c cleaning 14879 clauses out of 87131 with flag 0/281098
2770.46/2603.13	c cleaning 14924 clauses out of 93252 with flag 0/302098
3055.24/2858.57	c cleaning 15897 clauses out of 100329 with flag 0/324099
3383.51/3154.04	c cleaning 16747 clauses out of 107431 with flag 0/347098
3600.06/3352.82	c starts		: 149
3600.06/3352.83	c conflicts		: 363440
3600.06/3352.85	c decisions		: 417928
3600.06/3352.85	c propagations		: 4270413
3600.06/3352.86	c inspects		: 3405065069
3600.06/3352.86	c shortcuts		: 0
3600.06/3352.86	c learnt literals	: 0
3600.06/3352.86	c learnt binary clauses	: 0
3600.06/3352.86	c learnt ternary clauses	: 0
3600.06/3352.86	c learnt constraints	: 363440
3600.06/3352.86	c ignored constraints	: 0
3600.06/3352.86	c root simplifications	: 0
3600.06/3352.86	c removed literals (reason simplification)	: 0
3600.06/3352.86	c reason swapping (by a shorter reason)	: 0
3600.06/3352.86	c Calls to reduceDB	: 30
3600.06/3352.86	c Number of update (reduction) of LBD	: 0
3600.06/3352.86	c Imported unit clauses	: 0
3600.06/3352.86	c No decision after first conflict	: false
3600.06/3352.86	c number of reductions to clauses (during analyze)	: 0
3600.06/3352.86	c number of learned constraints concerned by reduction	: 0
3600.06/3352.86	c number of learning phase by resolution	: 0
3600.06/3352.86	c number of learning phase by cutting planes	: 0
3600.06/3352.86	c number of rounding to 1 operations	: 1209576
3600.06/3352.86	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3352.86	c number of reductions of the coefficients by power 2 	: 0
3600.06/3352.86	c number of right shift for reduction by power 2 	: 0
3600.06/3352.86	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3352.86	c number of ending skipping 	: 0
3600.06/3352.86	c number of internal skipping 	: 0
3600.06/3352.86	c number of derivation steps 	: 2593600
3600.06/3352.86	c number of skipped derivation steps 	: 0
3600.06/3352.86	c number of remaining unassigned 	: 278262
3600.06/3352.86	c number of remaining assigned 	: 299304098
3600.06/3352.86	c number of falsified literals weakened from reason	: 0
3600.06/3352.86	c number of falsified literals weakened from conflict	: 0
3600.06/3352.86	c time for arithmetic operations	: 10004194198
3600.06/3352.87	c minimum degree of deleted constraints	: 4
3600.06/3352.87	c maximum degree of deleted constraints	: 22020294316
3600.06/3352.87	c number of deleted constraints	: 256414
3600.06/3352.87	c speed (assignments/second)	: 1274.0499922281517
3600.06/3352.87	c non guided choices	: 0
3600.27/3352.99	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 84760
3600.27/3352.99	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 3636
3600.27/3352.99	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 18630
3600.27/3352.99	s SATISFIABLE
3600.27/3352.99	c Found 13 solution(s)
3600.27/3352.99	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 
3600.27/3352.99	c objective function=-66
3600.27/3352.99	c Total wall clock time (in seconds): 3352.55

Verifier Data

OK	-66

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=301783, runsolver pid=301777

[startup+0.101145 s]*
/proc/loadavg: 0.09 0.11 0.15 4/291 301838
/proc/meminfo: memFree=109742368/131655788 swapFree=131070704/131071996
[pid=301783] ppid=301777 vsize=18975008 memory=53464 CPUtime=0.09 cores=5,7
/proc/301783/stat : 301783 (java) S 301777 301783 301717 0 -1 1077936128 6095 0 0 0 6 3 0 0 20 0 18 0 29935638 19430408192 13366 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
/proc/301783/statm: 4743752 13366 5330 1 0 550492 0
[pid=301783/tid=301787] ppid=301777 vsize=18975008 memory=4026531971 CPUtime=0.07 cores=5,7
/proc/301783/task/301787/stat : 301787 (java) R 301777 301783 301717 0 -1 4194368 5255 0 0 0 5 2 0 0 20 0 18 0 29935638 19430408192 13366 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
[pid=301783/tid=301827] ppid=301777 vsize=18975008 memory=605730 CPUtime=0 cores=5,7
/proc/301783/task/301827/stat : 301827 (Finalizer) S 301777 301783 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 29935646 19430408192 13366 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
[pid=301783/tid=301838] ppid=301777 vsize=18975008 memory=15539622046353107 CPUtime=0 cores=5,7
/proc/301783/task/301838/stat : 301838 (Common-Cleaner) S 301777 301783 301717 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 29935647 19430408192 13366 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18975008 KiB
Current children cumulated memory: 53464 KiB

[startup+0.217849 s]*
/proc/loadavg: 0.09 0.11 0.15 11/313 301860
/proc/meminfo: memFree=109710396/131655788 swapFree=131070704/131071996
[pid=301783] ppid=301777 vsize=18975048 memory=56924 CPUtime=0.27 cores=5,7
/proc/301783/stat : 301783 (java) S 301777 301783 301717 0 -1 1077936128 6768 0 0 0 23 4 0 0 20 0 18 0 29935638 19430449152 14231 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
/proc/301783/statm: 4743762 14231 5565 1 0 551040 0
[pid=301783/tid=301787] ppid=301777 vsize=18975048 memory=3461362060219711619 CPUtime=0.18 cores=5,7
/proc/301783/task/301787/stat : 301787 (java) R 301777 301783 301717 0 -1 4194368 5651 0 0 0 15 3 0 0 20 0 18 0 29935638 19430449152 14231 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
[pid=301783/tid=301827] ppid=301777 vsize=18975048 memory=605730 CPUtime=0 cores=5,7
/proc/301783/task/301827/stat : 301827 (Finalizer) S 301777 301783 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 29935646 19430449152 14231 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
[pid=301783/tid=301838] ppid=301777 vsize=18975048 memory=15539622046353107 CPUtime=0 cores=5,7
/proc/301783/task/301838/stat : 301838 (Common-Cleaner) S 301777 301783 301717 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 29935647 19430449152 14231 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56924 KiB

[startup+0.31396 s]*
/proc/loadavg: 0.09 0.11 0.15 9/313 301860
/proc/meminfo: memFree=109683404/131655788 swapFree=131070704/131071996
[pid=301783] ppid=301777 vsize=18975048 memory=65736 CPUtime=0.43 cores=5,7
/proc/301783/stat : 301783 (java) S 301777 301783 301717 0 -1 1077936128 7304 0 0 0 38 5 0 0 20 0 18 0 29935638 19430449152 16434 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
/proc/301783/statm: 4743762 16434 5751 1 0 551477 0
[pid=301783/tid=301787] ppid=301777 vsize=18975048 memory=-9030952465848771260 CPUtime=0.26 cores=5,7
/proc/301783/task/301787/stat : 301787 (java) R 301777 301783 301717 0 -1 4194368 5824 0 0 0 23 3 0 0 20 0 18 0 29935638 19430449152 16434 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
[pid=301783/tid=301827] ppid=301777 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/301783/task/301827/stat : 301827 (Finalizer) S 301777 301783 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 29935646 19430449152 16434 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
[pid=301783/tid=301838] ppid=301777 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/301783/task/301838/stat : 301838 (Common-Cleaner) S 301777 301783 301717 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 29935647 19430449152 16434 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65736 KiB

[startup+0.700958 s]
/proc/loadavg: 0.09 0.11 0.15 14/313 301860
/proc/meminfo: memFree=109659524/131655788 swapFree=131070704/131071996
[pid=301783] ppid=301777 vsize=18975048 memory=118204 CPUtime=1.13 cores=5,7
/proc/301783/stat : 301783 (java) S 301777 301783 301717 0 -1 1077936128 8141 0 0 0 105 8 0 0 20 0 18 0 29935638 19430449152 29551 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
/proc/301783/statm: 4743762 29551 5867 1 0 551938 0
[pid=301783/tid=301787] ppid=301777 vsize=18975048 memory=5472 CPUtime=0.59 cores=5,7
/proc/301783/task/301787/stat : 301787 (java) R 301777 301783 301717 0 -1 4194368 6122 0 0 0 54 5 0 0 20 0 18 0 29935638 19430449152 29551 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
[pid=301783/tid=301827] ppid=301777 vsize=18975048 memory=12928 CPUtime=0 cores=5,7
/proc/301783/task/301827/stat : 301827 (Finalizer) S 301777 301783 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 29935646 19430449152 29551 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
[pid=301783/tid=301838] ppid=301777 vsize=18975048 memory=100 CPUtime=0 cores=5,7
/proc/301783/task/301838/stat : 301838 (Common-Cleaner) S 301777 301783 301717 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 29935647 19430449152 29551 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 118204 KiB

[startup+1.50496 s]
/proc/loadavg: 0.09 0.11 0.15 11/318 301865
/proc/meminfo: memFree=109232888/131655788 swapFree=131070704/131071996
[pid=301783] ppid=301777 vsize=19108176 memory=190408 CPUtime=2.71 cores=5,7
/proc/301783/stat : 301783 (java) S 301777 301783 301717 0 -1 1077936128 12119 0 0 0 259 12 0 0 20 0 20 0 29935638 19566772224 47602 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
/proc/301783/statm: 4777044 47602 5921 1 0 554317 0
[pid=301783/tid=301787] ppid=301777 vsize=19108176 memory=12928 CPUtime=1.25 cores=5,7
/proc/301783/task/301787/stat : 301787 (java) R 301777 301783 301717 0 -1 4194368 6275 0 0 0 119 6 0 0 20 0 20 0 29935638 19566772224 47602 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
[pid=301783/tid=301827] ppid=301777 vsize=19108176 memory=100 CPUtime=0 cores=5,7
/proc/301783/task/301827/stat : 301827 (Finalizer) S 301777 301783 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935646 19566772224 47602 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
[pid=301783/tid=301838] ppid=301777 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/301783/task/301838/stat : 301838 (Common-Cleaner) S 301777 301783 301717 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 29935647 19566772224 47602 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
Current children cumulated CPU time: 2.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 190408 KiB

[startup+3.10597 s]
/proc/loadavg: 0.09 0.11 0.15 8/321 301868
/proc/meminfo: memFree=107006684/131655788 swapFree=131070704/131071996
[pid=301783] ppid=301777 vsize=19108176 memory=495784 CPUtime=5.79 cores=5,7
/proc/301783/stat : 301783 (java) S 301777 301783 301717 0 -1 1077936128 16147 0 0 0 559 20 0 0 20 0 20 0 29935638 19566772224 123946 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
/proc/301783/statm: 4777044 123946 5921 1 0 1112017 0
[pid=301783/tid=301787] ppid=301777 vsize=19108176 memory=0 CPUtime=2.67 cores=5,7
/proc/301783/task/301787/stat : 301787 (java) R 301777 301783 301717 0 -1 4194368 6402 0 0 0 256 11 0 0 20 0 20 0 29935638 19566772224 123946 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
[pid=301783/tid=301827] ppid=301777 vsize=19108176 memory=12928 CPUtime=0 cores=5,7
/proc/301783/task/301827/stat : 301827 (Finalizer) S 301777 301783 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935646 19566772224 123946 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
[pid=301783/tid=301838] ppid=301777 vsize=19108176 memory=6055714437278546132 CPUtime=0 cores=5,7
/proc/301783/task/301838/stat : 301838 (Common-Cleaner) S 301777 301783 301717 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 29935647 19566772224 123946 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
[pid=301783/tid=301866] ppid=301777 vsize=19108176 memory=2372 CPUtime=0 cores=5,7
/proc/301783/task/301866/stat : 301866 (Timer-0) S 301777 301783 301717 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935740 19566772224 123946 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
Current children cumulated CPU time: 5.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 495784 KiB

[startup+6.30045 s]
/proc/loadavg: 0.72 0.24 0.19 5/321 301868
/proc/meminfo: memFree=104659400/131655788 swapFree=131070704/131071996
[pid=301783] ppid=301777 vsize=19108176 memory=1099328 CPUtime=9.49 cores=5,7
/proc/301783/stat : 301783 (java) S 301777 301783 301717 0 -1 1077936128 19216 0 0 0 916 33 0 0 20 0 20 0 29935638 19566772224 274832 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
/proc/301783/statm: 4777044 274832 5937 1 0 1274947 0
[pid=301783/tid=301787] ppid=301777 vsize=19108176 memory=0 CPUtime=5.73 cores=5,7
/proc/301783/task/301787/stat : 301787 (java) R 301777 301783 301717 0 -1 4194368 7404 0 0 0 552 21 0 0 20 0 20 0 29935638 19566772224 274832 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
[pid=301783/tid=301827] ppid=301777 vsize=19108176 memory=12928 CPUtime=0 cores=5,7
/proc/301783/task/301827/stat : 301827 (Finalizer) S 301777 301783 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935646 19566772224 274832 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
[pid=301783/tid=301838] ppid=301777 vsize=19108176 memory=-8671227445612552892 CPUtime=0 cores=5,7
/proc/301783/task/301838/stat : 301838 (Common-Cleaner) S 301777 301783 301717 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 29935647 19566772224 274832 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
[pid=301783/tid=301866] ppid=301777 vsize=19108176 memory=-8671227445612552892 CPUtime=0 cores=5,7
/proc/301783/task/301866/stat : 301866 (Timer-0) S 301777 301783 301717 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935740 19566772224 274832 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
Current children cumulated CPU time: 9.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1099328 KiB

[startup+12.7005 s]
/proc/loadavg: 1.15 0.33 0.23 5/321 301870
/proc/meminfo: memFree=103074464/131655788 swapFree=131070704/131071996
[pid=301783] ppid=301777 vsize=19108176 memory=1480564 CPUtime=16.12 cores=5,7
/proc/301783/stat : 301783 (java) S 301777 301783 301717 0 -1 1077936128 21178 0 0 0 1571 41 0 0 20 0 20 0 29935638 19566772224 370141 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
/proc/301783/statm: 4777044 370141 5952 1 0 1274960 0
[pid=301783/tid=301787] ppid=301777 vsize=19108176 memory=11672 CPUtime=11.86 cores=5,7
/proc/301783/task/301787/stat : 301787 (java) R 301777 301783 301717 0 -1 4194368 7699 0 0 0 1157 29 0 0 20 0 20 0 29935638 19566772224 370141 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
[pid=301783/tid=301827] ppid=301777 vsize=19108176 memory=1474388 CPUtime=0 cores=5,7
/proc/301783/task/301827/stat : 301827 (Finalizer) S 301777 301783 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935646 19566772224 370141 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
[pid=301783/tid=301838] ppid=301777 vsize=19108176 memory=12928 CPUtime=0 cores=5,7
/proc/301783/task/301838/stat : 301838 (Common-Cleaner) S 301777 301783 301717 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 29935647 19566772224 370141 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
[pid=301783/tid=301866] ppid=301777 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/301783/task/301866/stat : 301866 (Timer-0) S 301777 301783 301717 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935740 19566772224 370141 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
Current children cumulated CPU time: 16.12 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1480564 KiB

[startup+25.5005 s]
/proc/loadavg: 1.86 0.53 0.29 5/321 301872
/proc/meminfo: memFree=100122488/131655788 swapFree=131070704/131071996
[pid=301783] ppid=301777 vsize=19108176 memory=2276904 CPUtime=29.5 cores=5,7
/proc/301783/stat : 301783 (java) S 301777 301783 301717 0 -1 1077936128 28490 0 0 0 2891 59 0 0 20 0 20 0 29935638 19566772224 569226 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
/proc/301783/statm: 4777044 569226 5952 1 0 1274964 0
[pid=301783/tid=301787] ppid=301777 vsize=19108176 memory=132 CPUtime=24.41 cores=5,7
/proc/301783/task/301787/stat : 301787 (java) R 301777 301783 301717 0 -1 4194368 9959 0 0 0 2399 42 0 0 20 0 20 0 29935638 19566772224 569226 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
[pid=301783/tid=301827] ppid=301777 vsize=19108176 memory=11672 CPUtime=0 cores=5,7
/proc/301783/task/301827/stat : 301827 (Finalizer) S 301777 301783 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935646 19566772224 569226 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
[pid=301783/tid=301838] ppid=301777 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/301783/task/301838/stat : 301838 (Common-Cleaner) S 301777 301783 301717 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 29935647 19566772224 569226 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
[pid=301783/tid=301866] ppid=301777 vsize=19108176 memory=11672 CPUtime=0 cores=5,7
/proc/301783/task/301866/stat : 301866 (Timer-0) S 301777 301783 301717 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935740 19566772224 569226 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
Current children cumulated CPU time: 29.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2276904 KiB

[startup+51.1134 s]
/proc/loadavg: 2.66 0.83 0.40 5/321 301877
/proc/meminfo: memFree=97993148/131655788 swapFree=131070704/131071996
[pid=301783] ppid=301777 vsize=19108176 memory=2830296 CPUtime=56.18 cores=5,7
/proc/301783/stat : 301783 (java) S 301777 301783 301717 0 -1 1077936128 37107 0 0 0 5545 73 0 0 20 0 20 0 29935638 19566772224 707574 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
/proc/301783/statm: 4777044 707574 5952 1 0 1274983 0
[pid=301783/tid=301787] ppid=301777 vsize=19108176 memory=2830200 CPUtime=49.43 cores=5,7
/proc/301783/task/301787/stat : 301787 (java) R 301777 301783 301717 0 -1 4194368 14219 0 0 0 4895 48 0 0 20 0 20 0 29935638 19566772224 707574 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
[pid=301783/tid=301827] ppid=301777 vsize=19108176 memory=2830256 CPUtime=0 cores=5,7
/proc/301783/task/301827/stat : 301827 (Finalizer) S 301777 301783 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935646 19566772224 707574 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
[pid=301783/tid=301838] ppid=301777 vsize=19108176 memory=73464 CPUtime=0 cores=5,7
/proc/301783/task/301838/stat : 301838 (Common-Cleaner) S 301777 301783 301717 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 29935647 19566772224 707574 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
[pid=301783/tid=301866] ppid=301777 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/301783/task/301866/stat : 301866 (Timer-0) S 301777 301783 301717 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935740 19566772224 707574 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0

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

/proc/301783/task/301827/stat : 301827 (Finalizer) S 301777 301783 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935646 19566772224 999468 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
[pid=301783/tid=301838] ppid=301777 vsize=19108176 memory=21424 CPUtime=0 cores=5,7
/proc/301783/task/301838/stat : 301838 (Common-Cleaner) S 301777 301783 301717 0 -1 1077936192 1269 0 0 0 0 0 0 0 20 0 20 0 29935647 19566772224 999468 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
[pid=301783/tid=301866] ppid=301777 vsize=19108176 memory=3997872 CPUtime=0 cores=5,7
/proc/301783/task/301866/stat : 301866 (Timer-0) S 301777 301783 301717 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935740 19566772224 999468 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
Current children cumulated CPU time: 3189.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3997872 KiB

[startup+3042.3 s]
/proc/loadavg: 4.58 4.92 4.60 6/320 302995
/proc/meminfo: memFree=91607668/131655788 swapFree=131070704/131071996
[pid=301783] ppid=301777 vsize=19108176 memory=3997872 CPUtime=3255.41 cores=5,7
/proc/301783/stat : 301783 (java) S 301777 301783 301717 0 -1 1077936128 350700 0 0 0 325050 491 0 0 20 0 20 0 29935638 19566772224 999468 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
/proc/301783/statm: 4777044 999468 5996 1 0 1009992 0
[pid=301783/tid=301787] ppid=301777 vsize=19108176 memory=3997872 CPUtime=2970.07 cores=5,7
/proc/301783/task/301787/stat : 301787 (java) R 301777 301783 301717 0 -1 4194368 118745 0 0 0 296910 97 0 0 20 0 20 0 29935638 19566772224 999468 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 4 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
[pid=301783/tid=301827] ppid=301777 vsize=19108176 memory=16108 CPUtime=0 cores=5,7
/proc/301783/task/301827/stat : 301827 (Finalizer) S 301777 301783 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935646 19566772224 999468 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
[pid=301783/tid=301838] ppid=301777 vsize=19108176 memory=5472 CPUtime=0 cores=5,7
/proc/301783/task/301838/stat : 301838 (Common-Cleaner) S 301777 301783 301717 0 -1 1077936192 1340 0 0 0 0 0 0 0 20 0 20 0 29935647 19566772224 999468 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
[pid=301783/tid=301866] ppid=301777 vsize=19108176 memory=3997872 CPUtime=0 cores=5,7
/proc/301783/task/301866/stat : 301866 (Timer-0) S 301777 301783 301717 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935740 19566772224 999468 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
Current children cumulated CPU time: 3255.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3997872 KiB

[startup+3102.3 s]
/proc/loadavg: 4.68 4.88 4.60 6/320 303006
/proc/meminfo: memFree=91604676/131655788 swapFree=131070704/131071996
[pid=301783] ppid=301777 vsize=19108176 memory=3997872 CPUtime=3325.33 cores=5,7
/proc/301783/stat : 301783 (java) S 301777 301783 301717 0 -1 1077936128 354146 0 0 0 332031 502 0 0 20 0 20 0 29935638 19566772224 999468 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
/proc/301783/statm: 4777044 999468 5996 1 0 1009992 0
[pid=301783/tid=301787] ppid=301777 vsize=19108176 memory=280231987106016 CPUtime=3028.6 cores=5,7
/proc/301783/task/301787/stat : 301787 (java) R 301777 301783 301717 0 -1 4194368 119791 0 0 0 302763 97 0 0 20 0 20 0 29935638 19566772224 999468 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 4 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
[pid=301783/tid=301827] ppid=301777 vsize=19108176 memory=3997872 CPUtime=0 cores=5,7
/proc/301783/task/301827/stat : 301827 (Finalizer) S 301777 301783 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935646 19566772224 999468 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
[pid=301783/tid=301838] ppid=301777 vsize=19108176 memory=3997872 CPUtime=0 cores=5,7
/proc/301783/task/301838/stat : 301838 (Common-Cleaner) S 301777 301783 301717 0 -1 1077936192 1340 0 0 0 0 0 0 0 20 0 20 0 29935647 19566772224 999468 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
[pid=301783/tid=301866] ppid=301777 vsize=19108176 memory=11672 CPUtime=0 cores=5,7
/proc/301783/task/301866/stat : 301866 (Timer-0) S 301777 301783 301717 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935740 19566772224 999468 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
Current children cumulated CPU time: 3325.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3997872 KiB

[startup+3162.3 s]
/proc/loadavg: 4.90 4.90 4.63 5/320 303016
/proc/meminfo: memFree=91603732/131655788 swapFree=131070704/131071996
[pid=301783] ppid=301777 vsize=19108176 memory=3997872 CPUtime=3391.93 cores=5,7
/proc/301783/stat : 301783 (java) S 301777 301783 301717 0 -1 1077936128 357754 0 0 0 338683 510 0 0 20 0 20 0 29935638 19566772224 999468 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
/proc/301783/statm: 4777044 999468 5996 1 0 1009992 0
[pid=301783/tid=301787] ppid=301777 vsize=19108176 memory=280231987106016 CPUtime=3087.26 cores=5,7
/proc/301783/task/301787/stat : 301787 (java) R 301777 301783 301717 0 -1 4194368 120647 0 0 0 308629 97 0 0 20 0 20 0 29935638 19566772224 999468 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 4 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
[pid=301783/tid=301827] ppid=301777 vsize=19108176 memory=3997872 CPUtime=0 cores=5,7
/proc/301783/task/301827/stat : 301827 (Finalizer) S 301777 301783 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935646 19566772224 999468 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
[pid=301783/tid=301838] ppid=301777 vsize=19108176 memory=3997872 CPUtime=0 cores=5,7
/proc/301783/task/301838/stat : 301838 (Common-Cleaner) S 301777 301783 301717 0 -1 1077936192 1341 0 0 0 0 0 0 0 20 0 20 0 29935647 19566772224 999468 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
[pid=301783/tid=301866] ppid=301777 vsize=19108176 memory=3997872 CPUtime=0 cores=5,7
/proc/301783/task/301866/stat : 301866 (Timer-0) S 301777 301783 301717 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935740 19566772224 999468 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
Current children cumulated CPU time: 3391.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3997872 KiB

[startup+3222.3 s]
/proc/loadavg: 4.67 4.84 4.63 6/320 303027
/proc/meminfo: memFree=91603228/131655788 swapFree=131070704/131071996
[pid=301783] ppid=301777 vsize=19108176 memory=3997880 CPUtime=3457.49 cores=5,7
/proc/301783/stat : 301783 (java) S 301777 301783 301717 0 -1 1077936128 374635 0 0 0 345231 518 0 0 20 0 20 0 29935638 19566772224 999470 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
/proc/301783/statm: 4777044 999470 5996 1 0 1009992 0
[pid=301783/tid=301787] ppid=301777 vsize=19108176 memory=3997872 CPUtime=3145.9 cores=5,7
/proc/301783/task/301787/stat : 301787 (java) R 301777 301783 301717 0 -1 4194368 126852 0 0 0 314492 98 0 0 20 0 20 0 29935638 19566772224 999470 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 4 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
[pid=301783/tid=301827] ppid=301777 vsize=19108176 memory=12928 CPUtime=0 cores=5,7
/proc/301783/task/301827/stat : 301827 (Finalizer) S 301777 301783 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935646 19566772224 999470 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
[pid=301783/tid=301838] ppid=301777 vsize=19108176 memory=3997872 CPUtime=0 cores=5,7
/proc/301783/task/301838/stat : 301838 (Common-Cleaner) S 301777 301783 301717 0 -1 1077936192 1393 0 0 0 0 0 0 0 20 0 20 0 29935647 19566772224 999470 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
[pid=301783/tid=301866] ppid=301777 vsize=19108176 memory=3997880 CPUtime=0 cores=5,7
/proc/301783/task/301866/stat : 301866 (Timer-0) S 301777 301783 301717 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935740 19566772224 999470 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
Current children cumulated CPU time: 3457.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3997880 KiB

[startup+3282.3 s]
/proc/loadavg: 4.71 4.83 4.64 6/320 303421
/proc/meminfo: memFree=91601980/131655788 swapFree=131070704/131071996
[pid=301783] ppid=301777 vsize=19108176 memory=3997880 CPUtime=3520.99 cores=5,7
/proc/301783/stat : 301783 (java) S 301777 301783 301717 0 -1 1077936128 375274 0 0 0 351575 524 0 0 20 0 20 0 29935638 19566772224 999470 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
/proc/301783/statm: 4777044 999470 5996 1 0 1009992 0
[pid=301783/tid=301787] ppid=301777 vsize=19108176 memory=5472 CPUtime=3204.94 cores=5,7
/proc/301783/task/301787/stat : 301787 (java) R 301777 301783 301717 0 -1 4194368 127346 0 0 0 320396 98 0 0 20 0 20 0 29935638 19566772224 999470 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 7 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
[pid=301783/tid=301827] ppid=301777 vsize=19108176 memory=5548 CPUtime=0 cores=5,7
/proc/301783/task/301827/stat : 301827 (Finalizer) S 301777 301783 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935646 19566772224 999470 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
[pid=301783/tid=301838] ppid=301777 vsize=19108176 memory=11672 CPUtime=0 cores=5,7
/proc/301783/task/301838/stat : 301838 (Common-Cleaner) S 301777 301783 301717 0 -1 1077936192 1393 0 0 0 0 0 0 0 20 0 20 0 29935647 19566772224 999470 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
[pid=301783/tid=301866] ppid=301777 vsize=19108176 memory=3997880 CPUtime=0 cores=5,7
/proc/301783/task/301866/stat : 301866 (Timer-0) S 301777 301783 301717 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935740 19566772224 999470 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
Current children cumulated CPU time: 3520.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3997880 KiB

[startup+3342.3 s]
/proc/loadavg: 4.79 4.82 4.64 5/318 303432
/proc/meminfo: memFree=91602092/131655788 swapFree=131070704/131071996
[pid=301783] ppid=301777 vsize=19108176 memory=3997888 CPUtime=3589.46 cores=5,7
/proc/301783/stat : 301783 (java) S 301777 301783 301717 0 -1 1077936128 376077 0 0 0 358414 532 0 0 20 0 20 0 29935638 19566772224 999472 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
/proc/301783/statm: 4777044 999472 5996 1 0 1009992 0
[pid=301783/tid=301787] ppid=301777 vsize=19108176 memory=3997888 CPUtime=3263.37 cores=5,7
/proc/301783/task/301787/stat : 301787 (java) R 301777 301783 301717 0 -1 4194368 128030 0 0 0 326238 99 0 0 20 0 20 0 29935638 19566772224 999472 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 7 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
[pid=301783/tid=301827] ppid=301777 vsize=19108176 memory=3997888 CPUtime=0 cores=5,7
/proc/301783/task/301827/stat : 301827 (Finalizer) S 301777 301783 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935646 19566772224 999472 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
[pid=301783/tid=301838] ppid=301777 vsize=19108176 memory=-8671227445612552892 CPUtime=0 cores=5,7
/proc/301783/task/301838/stat : 301838 (Common-Cleaner) S 301777 301783 301717 0 -1 1077936192 1393 0 0 0 0 0 0 0 20 0 20 0 29935647 19566772224 999472 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
[pid=301783/tid=301866] ppid=301777 vsize=19108176 memory=11672 CPUtime=0 cores=5,7
/proc/301783/task/301866/stat : 301866 (Timer-0) S 301777 301783 301717 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935740 19566772224 999472 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
Current children cumulated CPU time: 3589.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3997888 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3352.8 s]
/proc/loadavg: 4.67 4.79 4.64 6/318 303433
/proc/meminfo: memFree=91602052/131655788 swapFree=131070704/131071996
[pid=301783] ppid=301777 vsize=19108176 memory=3997888 CPUtime=3600.06 cores=5,7
/proc/301783/stat : 301783 (java) S 301777 301783 301717 0 -1 1077936128 376192 0 0 0 359473 533 0 0 20 0 20 0 29935638 19566772224 999472 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
/proc/301783/statm: 4777044 999472 5996 1 0 1009992 0
[pid=301783/tid=301787] ppid=301777 vsize=19108176 memory=3479972 CPUtime=3273.72 cores=5,7
/proc/301783/task/301787/stat : 301787 (java) R 301777 301783 301717 0 -1 4194368 128138 0 0 0 327273 99 0 0 20 0 20 0 29935638 19566772224 999472 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 7 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
[pid=301783/tid=301827] ppid=301777 vsize=19108176 memory=4655480 CPUtime=0 cores=5,7
/proc/301783/task/301827/stat : 301827 (Finalizer) S 301777 301783 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935646 19566772224 999472 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
[pid=301783/tid=301838] ppid=301777 vsize=19108176 memory=6130644 CPUtime=0 cores=5,7
/proc/301783/task/301838/stat : 301838 (Common-Cleaner) S 301777 301783 301717 0 -1 1077936192 1393 0 0 0 0 0 0 0 20 0 20 0 29935647 19566772224 999472 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
[pid=301783/tid=301866] ppid=301777 vsize=19108176 memory=3997888 CPUtime=0 cores=5,7
/proc/301783/task/301866/stat : 301866 (Timer-0) S 301777 301783 301717 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935740 19566772224 999472 134679101440 94189488877568 94189488881264 140734625952928 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94189488889080 94189488889872 94189493170176 140734625956847 140734625956960 140734625956960 140734625963976 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3997888 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.1 s, system=5.37101 s

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

[startup+3353.01 s]*
/proc/loadavg: 4.67 4.79 4.64 6/301 303436
/proc/meminfo: memFree=95478500/131655788 swapFree=131070704/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3353.04
CPU time (s): 3600.48
CPU user time (s): 3595.1
CPU system time (s): 5.37101
CPU usage (%): 107.38
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 5060544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.1
system time used= 5.37101
maximum resident set size= 5060544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 378349
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 124468
involuntary context switches= 20033


# summary of solver processes directly reported to runsolver:
#   pid: 301783
#   total CPU time (s): 3600.48
#   total CPU user time (s): 3595.1
#   total CPU system time (s): 5.37101

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5275 second user time and 32.5025 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-25 22:31:03
IDJOB=4459757
IDBENCH=148535
IDSOLVER=3046
FILE ID=nodeC008/4459757-1721939463
RUNJOBID= nodeC008-1721939462-301730
SLURM_JOB_ID= 8247262
Free space on /tmp= 723768 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/manquinho/mis/normalized-mis_500_25_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-4459757-1721939463/watcher-4459757-1721939463 -o /tmp/evaluation-result-4459757-1721939463/solver-4459757-1721939463 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721939462-301730 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4459757-1721939463.opb

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

MD5SUM BENCH= fd2f82137517c7c348dacac3fbe759ff
RANDOM SEED=1195961217

nodeC008.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.186
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.19
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.120
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.33
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.141
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.19
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.125
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.33
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.200
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.19
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.127
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.33
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.511
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.19
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.120
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.33
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        109858120 kB
MemAvailable:   129854928 kB
Buffers:          337768 kB
Cached:         20419828 kB
SwapCached:          732 kB
Active:          2781164 kB
Inactive:       18309440 kB
Active(anon):       1540 kB
Inactive(anon):   385332 kB
Active(file):    2779624 kB
Inactive(file): 17924108 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070704 kB
Dirty:              1696 kB
Writeback:             8 kB
AnonPages:        332408 kB
Mapped:           119632 kB
Shmem:             53860 kB
KReclaimable:     266212 kB
Slab:             386132 kB
SReclaimable:     266212 kB
SUnreclaim:       119920 kB
KernelStack:        3664 kB
PageTables:         9464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     579884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            19456 kB
HardwareCorrupted:     0 kB
AnonHugePages:    212992 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:      400200 kB
DirectMap2M:    49836032 kB
DirectMap1G:    85983232 kB

Free space on /tmp at the end= 723764 MiB
End job on nodeC008 at 2024-07-25 23:26:56