Trace number 4449745

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)6 3600.47 3532.61

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/
normalized-clique-coloring-max-clique-n=11-t=5.opb
MD5SUM8d06570fa4bf547e139dcdd4309b0d0f
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark30.1142
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables242
Total number of constraints6358
Number of constraints which are clauses6347
Number of constraints which are cardinality constraints (but not clauses)11
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint12
Number of terms in the objective function 11
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 11
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 13
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: ASSIGNED
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Armin Biere (Picosat) restarts strategy
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: ASSIGNED
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Armin Biere (Picosat) restarts strategy
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4449745-1721488499.opb
0.14/0.15	c reading problem ... 
0.14/0.16	c  objective function found
0.33/0.26	c ... done. Wall clock time 0.107s.
0.33/0.26	c declared #vars     242
0.33/0.26	c #constraints  6358
0.33/0.26	c constraints type 
0.33/0.26	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 11
0.33/0.26	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6347
0.33/0.26	c 6358 constraints processed.
0.33/0.28	c objective function length is 11 literals
0.51/0.36	c SATISFIABLE
0.51/0.36	c OPTIMIZING...
0.51/0.36	c Got one! Elapsed wall clock time (in seconds):0.208
0.51/0.36	o 11
0.70/0.46	c Got one! Elapsed wall clock time (in seconds):0.302
0.70/0.46	o 10
0.88/0.57	c Got one! Elapsed wall clock time (in seconds):0.42
0.88/0.57	o 9
1.25/0.71	c Got one! Elapsed wall clock time (in seconds):0.555
1.25/0.71	o 8
1.46/0.84	c Got one! Elapsed wall clock time (in seconds):0.684
1.46/0.84	o 7
1.66/0.97	c Got one! Elapsed wall clock time (in seconds):0.808
1.66/0.97	o 6
4.20/2.27	c cleaning 3315 clauses out of 7466 with flag 0/7466
5.77/3.31	c cleaning 2326 clauses out of 10151 with flag 0/13466
8.06/5.56	c cleaning 3591 clauses out of 14824 with flag 0/20465
10.61/7.96	c cleaning 4252 clauses out of 19234 with flag 0/28466
12.16/9.38	c cleaning 3310 clauses out of 23981 with flag 0/37465
14.31/11.46	c cleaning 4401 clauses out of 30671 with flag 0/47465
17.75/14.84	c cleaning 5678 clauses out of 37271 with flag 0/58466
22.49/19.59	c cleaning 6736 clauses out of 43592 with flag 0/70465
27.14/24.15	c cleaning 6219 clauses out of 49856 with flag 0/83465
32.04/28.97	c cleaning 6394 clauses out of 57639 with flag 0/97467
35.98/32.84	c cleaning 5102 clauses out of 66244 with flag 0/112466
41.74/38.51	c cleaning 6889 clauses out of 77141 with flag 0/128465
47.95/44.68	c cleaning 7446 clauses out of 87252 with flag 0/145465
58.24/54.78	c cleaning 9133 clauses out of 97809 with flag 0/163468
65.99/62.31	c cleaning 9014 clauses out of 107673 with flag 0/182465
75.97/72.01	c cleaning 8467 clauses out of 118659 with flag 0/202465
87.28/83.02	c cleaning 9694 clauses out of 131192 with flag 0/223465
98.32/93.80	c cleaning 8664 clauses out of 143498 with flag 0/245465
108.63/103.99	c cleaning 9004 clauses out of 157837 with flag 0/268468
123.91/118.70	c cleaning 11231 clauses out of 172830 with flag 0/292465
138.25/132.70	c cleaning 9268 clauses out of 186602 with flag 0/317468
177.57/171.37	c cleaning 14457 clauses out of 203331 with flag 0/343465
206.76/199.93	c cleaning 13679 clauses out of 215874 with flag 0/370465
236.12/228.63	c cleaning 14118 clauses out of 230197 with flag 0/398467
260.03/252.07	c cleaning 13811 clauses out of 245077 with flag 0/427465
286.03/277.40	c cleaning 14936 clauses out of 261266 with flag 0/457465
319.63/310.43	c cleaning 14404 clauses out of 277330 with flag 0/488465
369.92/359.97	c cleaning 15257 clauses out of 294927 with flag 0/520466
416.21/405.51	c cleaning 14976 clauses out of 312669 with flag 0/553465
453.31/441.94	c cleaning 15163 clauses out of 331693 with flag 0/587465
486.73/474.63	c cleaning 16757 clauses out of 351530 with flag 0/622465
515.72/502.92	c cleaning 16116 clauses out of 370774 with flag 0/658466
544.76/531.37	c cleaning 17157 clauses out of 391658 with flag 0/695466
583.14/568.85	c cleaning 18016 clauses out of 412500 with flag 0/733465
654.69/638.85	c cleaning 18377 clauses out of 433484 with flag 0/772465
698.37/681.88	c cleaning 15773 clauses out of 455107 with flag 0/812465
770.97/753.96	c cleaning 19519 clauses out of 480334 with flag 0/853465
837.71/820.20	c cleaning 21473 clauses out of 502815 with flag 0/895465
880.19/861.91	c cleaning 21605 clauses out of 524344 with flag 0/938467
940.64/921.18	c cleaning 22242 clauses out of 546737 with flag 0/982465
990.67/970.75	c cleaning 20068 clauses out of 569496 with flag 0/1027466
1061.55/1040.56	c cleaning 24722 clauses out of 595429 with flag 0/1073467
1148.69/1126.22	c cleaning 22864 clauses out of 617709 with flag 0/1120469
1241.79/1218.08	c cleaning 24652 clauses out of 642842 with flag 0/1168466
1332.42/1306.20	c cleaning 25232 clauses out of 667190 with flag 0/1217466
1446.60/1419.16	c cleaning 23262 clauses out of 691957 with flag 0/1267465
1548.84/1520.50	c cleaning 23923 clauses out of 719695 with flag 0/1318465
1622.79/1593.13	c cleaning 27335 clauses out of 747774 with flag 0/1370467
1713.56/1682.42	c cleaning 25522 clauses out of 773437 with flag 0/1423465
1785.99/1753.61	c cleaning 25439 clauses out of 801915 with flag 0/1477465
1885.87/1851.70	c cleaning 29282 clauses out of 831477 with flag 0/1532466
1999.60/1962.52	c cleaning 22942 clauses out of 858195 with flag 0/1588466
2104.91/2066.16	c cleaning 27580 clauses out of 892254 with flag 0/1645467
2176.77/2136.62	c cleaning 25192 clauses out of 922672 with flag 0/1703465
2286.57/2245.24	c cleaning 28634 clauses out of 956480 with flag 0/1762465
2424.14/2379.45	c cleaning 33191 clauses out of 987846 with flag 0/1822465
2567.75/2521.89	c cleaning 34126 clauses out of 1015658 with flag 0/1883468
2762.45/2713.02	c cleaning 41722 clauses out of 1043529 with flag 0/1945465
2917.38/2865.82	c cleaning 39832 clauses out of 1064809 with flag 0/2008467
3030.31/2974.97	c cleaning 32987 clauses out of 1088975 with flag 0/2072465
3171.73/3114.23	c cleaning 30500 clauses out of 1120988 with flag 0/2137465
3324.75/3263.46	c cleaning 31415 clauses out of 1156489 with flag 0/2203466
3474.64/3411.26	c cleaning 35587 clauses out of 1192074 with flag 0/2270466
3589.52/3522.04	c cleaning 36249 clauses out of 1224487 with flag 0/2338466
3600.09/3532.42	c starts		: 235
3600.09/3532.42	c conflicts		: 2351795
3600.09/3532.42	c decisions		: 4353518
3600.09/3532.42	c propagations		: 38170255
3600.09/3532.42	c inspects		: 8266942374
3600.09/3532.42	c shortcuts		: 0
3600.09/3532.42	c learnt literals	: 0
3600.09/3532.42	c learnt binary clauses	: 0
3600.09/3532.42	c learnt ternary clauses	: 0
3600.09/3532.42	c learnt constraints	: 2351794
3600.09/3532.42	c ignored constraints	: 0
3600.09/3532.42	c root simplifications	: 0
3600.09/3532.42	c removed literals (reason simplification)	: 0
3600.09/3532.42	c reason swapping (by a shorter reason)	: 0
3600.09/3532.42	c Calls to reduceDB	: 64
3600.09/3532.42	c Number of update (reduction) of LBD	: 1228
3600.09/3532.42	c Imported unit clauses	: 0
3600.09/3532.42	c No decision after first conflict	: false
3600.09/3532.42	c number of reductions to clauses (during analyze)	: 0
3600.09/3532.42	c number of learned constraints concerned by reduction	: 0
3600.09/3532.42	c number of learning phase by resolution	: 0
3600.09/3532.42	c number of learning phase by cutting planes	: 0
3600.09/3532.42	c number of rounding to 1 operations	: 4419770
3600.09/3532.42	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3532.42	c number of reductions of the coefficients by power 2 	: 0
3600.09/3532.42	c number of right shift for reduction by power 2 	: 0
3600.09/3532.42	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3532.42	c number of ending skipping 	: 0
3600.09/3532.42	c number of internal skipping 	: 0
3600.09/3532.42	c number of derivation steps 	: 20724764
3600.09/3532.42	c number of skipped derivation steps 	: 0
3600.09/3532.42	c number of remaining unassigned 	: 24019
3600.09/3532.42	c number of remaining assigned 	: 166248278
3600.09/3532.42	c number of falsified literals weakened from reason	: 0
3600.09/3532.42	c number of falsified literals weakened from conflict	: 0
3600.09/3532.42	c time for arithmetic operations	: 12208592772
3600.09/3532.44	c minimum degree of deleted constraints	: 4
3600.09/3532.44	c maximum degree of deleted constraints	: 28819464
3600.09/3532.44	c number of deleted constraints	: 1150228
3600.09/3532.44	c speed (assignments/second)	: 10806.4970479803
3600.09/3532.44	c non guided choices	: 869
3600.29/3532.58	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1116154
3600.29/3532.58	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 9120
3600.29/3532.58	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 76292
3600.29/3532.58	s SATISFIABLE
3600.29/3532.58	c Found 6 solution(s)
3600.29/3532.58	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 
3600.29/3532.58	c objective function=6
3600.29/3532.58	c Total wall clock time (in seconds): 3532.425

Verifier Data

OK	6

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449745-1721488499/watcher-4449745-1721488499 -o /tmp/evaluation-result-4449745-1721488499/solver-4449745-1721488499 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1721481341-1084280 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4449745-1721488499.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100046 s]*
/proc/loadavg: 4.23 4.23 4.18 5/332 1089739
/proc/meminfo: memFree=115073560/131524600 swapFree=131071996/131071996
[pid=1089721] ppid=1089718 vsize=18975048 memory=65016 CPUtime=0.14 cores=1,3
/proc/1089721/stat : 1089721 (java) S 1089718 1089721 1084268 0 -1 1077936128 7218 0 0 0 12 2 0 0 20 0 18 0 201018189 19430449152 16254 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
/proc/1089721/statm: 4743762 16254 5645 1 0 549330 0
[pid=1089721/tid=1089723] ppid=1089718 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/1089721/task/1089723/stat : 1089723 (java) R 1089718 1089721 1084268 0 -1 4194368 5757 0 0 0 7 1 0 0 20 0 18 0 201018190 19430449152 16254 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
[pid=1089721/tid=1089732] ppid=1089718 vsize=18975048 memory=237146210664 CPUtime=0 cores=1,3
/proc/1089721/task/1089732/stat : 1089732 (Finalizer) S 1089718 1089721 1084268 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 201018192 19430449152 16254 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
[pid=1089721/tid=1089739] ppid=1089718 vsize=18975048 memory=15252645166212516 CPUtime=0 cores=1,3
/proc/1089721/task/1089739/stat : 1089739 (Common-Cleaner) S 1089718 1089721 1084268 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 201018193 19430449152 16254 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65016 KiB

[startup+0.206019 s]*
/proc/loadavg: 4.23 4.23 4.18 7/332 1089739
/proc/meminfo: memFree=115065036/131524600 swapFree=131071996/131071996
[pid=1089721] ppid=1089718 vsize=18975048 memory=73592 CPUtime=0.33 cores=1,3
/proc/1089721/stat : 1089721 (java) S 1089718 1089721 1084268 0 -1 1077936128 7767 0 0 0 30 3 0 0 20 0 18 0 201018189 19430449152 18398 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
/proc/1089721/statm: 4743762 18398 5716 1 0 549679 0
[pid=1089721/tid=1089723] ppid=1089718 vsize=18975048 memory=6876556183782621315 CPUtime=0.18 cores=1,3
/proc/1089721/task/1089723/stat : 1089723 (java) R 1089718 1089721 1084268 0 -1 4194368 6040 0 0 0 16 2 0 0 20 0 18 0 201018190 19430449152 18398 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
[pid=1089721/tid=1089732] ppid=1089718 vsize=18975048 memory=15948 CPUtime=0 cores=1,3
/proc/1089721/task/1089732/stat : 1089732 (Finalizer) S 1089718 1089721 1084268 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 201018192 19430449152 18398 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
[pid=1089721/tid=1089739] ppid=1089718 vsize=18975048 memory=14408220236056116 CPUtime=0 cores=1,3
/proc/1089721/task/1089739/stat : 1089739 (Common-Cleaner) S 1089718 1089721 1084268 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 201018193 19430449152 18398 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 73592 KiB

[startup+0.30648 s]*
/proc/loadavg: 4.23 4.23 4.18 8/333 1089740
/proc/meminfo: memFree=115035784/131524600 swapFree=131071996/131071996
[pid=1089721] ppid=1089718 vsize=19041612 memory=103260 CPUtime=0.51 cores=1,3
/proc/1089721/stat : 1089721 (java) S 1089718 1089721 1084268 0 -1 1077936128 9465 0 0 0 48 3 0 0 20 0 19 0 201018189 19498610688 25815 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
/proc/1089721/statm: 4760403 25815 5871 1 0 551083 0
[pid=1089721/tid=1089723] ppid=1089718 vsize=19041612 memory=-7162515039915436640 CPUtime=0.25 cores=1,3
/proc/1089721/task/1089723/stat : 1089723 (java) R 1089718 1089721 1084268 0 -1 1077936192 6191 0 0 0 23 2 0 0 20 0 19 0 201018190 19498610688 25815 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
[pid=1089721/tid=1089732] ppid=1089718 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1089721/task/1089732/stat : 1089732 (Finalizer) S 1089718 1089721 1084268 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 201018192 19498610688 25815 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
[pid=1089721/tid=1089739] ppid=1089718 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1089721/task/1089739/stat : 1089739 (Common-Cleaner) S 1089718 1089721 1084268 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 201018193 19498610688 25815 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
[pid=1089721/tid=1089740] ppid=1089718 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1089721/task/1089740/stat : 1089740 (Timer-0) S 1089718 1089721 1084268 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 19 0 201018218 19498610688 25815 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 103260 KiB

[startup+0.700271 s]
/proc/loadavg: 4.23 4.23 4.18 6/333 1089740
/proc/meminfo: memFree=114993372/131524600 swapFree=131071996/131071996
[pid=1089721] ppid=1089718 vsize=19108176 memory=169188 CPUtime=1.25 cores=1,3
/proc/1089721/stat : 1089721 (java) S 1089718 1089721 1084268 0 -1 1077936128 11051 0 0 0 120 5 0 0 20 0 20 0 201018189 19566772224 42297 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
/proc/1089721/statm: 4777044 42297 5871 1 0 552040 0
[pid=1089721/tid=1089723] ppid=1089718 vsize=19108176 memory=13120 CPUtime=0.61 cores=1,3
/proc/1089721/task/1089723/stat : 1089723 (java) R 1089718 1089721 1084268 0 -1 4194368 6241 0 0 0 57 4 0 0 20 0 20 0 201018190 19566772224 42297 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
[pid=1089721/tid=1089732] ppid=1089718 vsize=19108176 memory=13120 CPUtime=0 cores=1,3
/proc/1089721/task/1089732/stat : 1089732 (Finalizer) S 1089718 1089721 1084268 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 201018192 19566772224 42297 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
[pid=1089721/tid=1089739] ppid=1089718 vsize=19108176 memory=117636 CPUtime=0 cores=1,3
/proc/1089721/task/1089739/stat : 1089739 (Common-Cleaner) S 1089718 1089721 1084268 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 201018193 19566772224 42297 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
[pid=1089721/tid=1089740] ppid=1089718 vsize=19108176 memory=1848 CPUtime=0 cores=1,3
/proc/1089721/task/1089740/stat : 1089740 (Timer-0) S 1089718 1089721 1084268 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 201018218 19566772224 42297 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 169188 KiB

[startup+1.50103 s]
/proc/loadavg: 4.23 4.23 4.18 8/334 1089741
/proc/meminfo: memFree=114961404/131524600 swapFree=131071996/131071996
[pid=1089721] ppid=1089718 vsize=19108176 memory=370980 CPUtime=2.84 cores=1,3
/proc/1089721/stat : 1089721 (java) S 1089718 1089721 1084268 0 -1 1077936128 18038 0 0 0 274 10 0 0 20 0 20 0 201018189 19566772224 92745 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
/proc/1089721/statm: 4777044 92745 5887 1 0 554220 0
[pid=1089721/tid=1089723] ppid=1089718 vsize=19108176 memory=13120 CPUtime=1.38 cores=1,3
/proc/1089721/task/1089723/stat : 1089723 (java) R 1089718 1089721 1084268 0 -1 4194368 6626 0 0 0 131 7 0 0 20 0 20 0 201018190 19566772224 92745 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
[pid=1089721/tid=1089732] ppid=1089718 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1089721/task/1089732/stat : 1089732 (Finalizer) S 1089718 1089721 1084268 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 201018192 19566772224 92745 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
[pid=1089721/tid=1089739] ppid=1089718 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1089721/task/1089739/stat : 1089739 (Common-Cleaner) S 1089718 1089721 1084268 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 201018193 19566772224 92745 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
[pid=1089721/tid=1089740] ppid=1089718 vsize=19108176 memory=65 CPUtime=0 cores=1,3
/proc/1089721/task/1089740/stat : 1089740 (Timer-0) S 1089718 1089721 1084268 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 201018218 19566772224 92745 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 370980 KiB

[startup+3.10604 s]
/proc/loadavg: 4.23 4.23 4.18 7/334 1089741
/proc/meminfo: memFree=113908016/131524600 swapFree=131071996/131071996
[pid=1089721] ppid=1089718 vsize=19108176 memory=1310308 CPUtime=5.55 cores=1,3
/proc/1089721/stat : 1089721 (java) S 1089718 1089721 1084268 0 -1 1077936128 24778 0 0 0 526 29 0 0 20 0 20 0 201018189 19566772224 327577 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
/proc/1089721/statm: 4777044 327577 5903 1 0 662730 0
[pid=1089721/tid=1089723] ppid=1089718 vsize=19108176 memory=0 CPUtime=2.92 cores=1,3
/proc/1089721/task/1089723/stat : 1089723 (java) R 1089718 1089721 1084268 0 -1 4194368 8693 0 0 0 267 25 0 0 20 0 20 0 201018190 19566772224 327577 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
[pid=1089721/tid=1089732] ppid=1089718 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1089721/task/1089732/stat : 1089732 (Finalizer) S 1089718 1089721 1084268 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 201018192 19566772224 327577 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
[pid=1089721/tid=1089739] ppid=1089718 vsize=19108176 memory=406408 CPUtime=0 cores=1,3
/proc/1089721/task/1089739/stat : 1089739 (Common-Cleaner) S 1089718 1089721 1084268 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 201018193 19566772224 327577 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
[pid=1089721/tid=1089740] ppid=1089718 vsize=19108176 memory=13120 CPUtime=0 cores=1,3
/proc/1089721/task/1089740/stat : 1089740 (Timer-0) S 1089718 1089721 1084268 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 201018218 19566772224 327577 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
Current children cumulated CPU time: 5.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1310308 KiB

[startup+6.30102 s]
/proc/loadavg: 4.21 4.22 4.18 7/312 1089784
/proc/meminfo: memFree=117176576/131524600 swapFree=131071996/131071996
[pid=1089721] ppid=1089718 vsize=19108176 memory=1585536 CPUtime=8.98 cores=1,3
/proc/1089721/stat : 1089721 (java) S 1089718 1089721 1084268 0 -1 1077936128 25144 0 0 0 863 35 0 0 20 0 20 0 201018189 19566772224 396384 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
/proc/1089721/statm: 4777044 396384 5903 1 0 662747 0
[pid=1089721/tid=1089723] ppid=1089718 vsize=19108176 memory=13120 CPUtime=6.06 cores=1,3
/proc/1089721/task/1089723/stat : 1089723 (java) R 1089718 1089721 1084268 0 -1 4194368 8862 0 0 0 576 30 0 0 20 0 20 0 201018190 19566772224 396384 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
[pid=1089721/tid=1089732] ppid=1089718 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1089721/task/1089732/stat : 1089732 (Finalizer) S 1089718 1089721 1084268 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 201018192 19566772224 396384 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
[pid=1089721/tid=1089739] ppid=1089718 vsize=19108176 memory=7885908922629448558 CPUtime=0 cores=1,3
/proc/1089721/task/1089739/stat : 1089739 (Common-Cleaner) S 1089718 1089721 1084268 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 201018193 19566772224 396384 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
[pid=1089721/tid=1089740] ppid=1089718 vsize=19108176 memory=5428 CPUtime=0 cores=1,3
/proc/1089721/task/1089740/stat : 1089740 (Timer-0) S 1089718 1089721 1084268 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 201018218 19566772224 396384 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
Current children cumulated CPU time: 8.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1585536 KiB

[startup+12.7003 s]
/proc/loadavg: 4.19 4.22 4.17 5/331 1089811
/proc/meminfo: memFree=115835880/131524600 swapFree=131071996/131071996
[pid=1089721] ppid=1089718 vsize=19108176 memory=1595956 CPUtime=15.62 cores=1,3
/proc/1089721/stat : 1089721 (java) S 1089718 1089721 1084268 0 -1 1077936128 25832 0 0 0 1527 35 0 0 20 0 20 0 201018189 19566772224 398989 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
/proc/1089721/statm: 4777044 398989 5918 1 0 662747 0
[pid=1089721/tid=1089723] ppid=1089718 vsize=19108176 memory=0 CPUtime=12.33 cores=1,3
/proc/1089721/task/1089723/stat : 1089723 (java) R 1089718 1089721 1084268 0 -1 4194368 9496 0 0 0 1203 30 0 0 20 0 20 0 201018190 19566772224 398989 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
[pid=1089721/tid=1089732] ppid=1089718 vsize=19108176 memory=1595956 CPUtime=0 cores=1,3
/proc/1089721/task/1089732/stat : 1089732 (Finalizer) S 1089718 1089721 1084268 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 201018192 19566772224 398989 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
[pid=1089721/tid=1089739] ppid=1089718 vsize=19108176 memory=1585536 CPUtime=0 cores=1,3
/proc/1089721/task/1089739/stat : 1089739 (Common-Cleaner) S 1089718 1089721 1084268 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 201018193 19566772224 398989 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
[pid=1089721/tid=1089740] ppid=1089718 vsize=19108176 memory=16216 CPUtime=0 cores=1,3
/proc/1089721/task/1089740/stat : 1089740 (Timer-0) S 1089718 1089721 1084268 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 201018218 19566772224 398989 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
Current children cumulated CPU time: 15.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1595956 KiB

[startup+25.5003 s]
/proc/loadavg: 4.23 4.23 4.18 5/331 1089880
/proc/meminfo: memFree=115940084/131524600 swapFree=131071996/131071996
[pid=1089721] ppid=1089718 vsize=19108176 memory=1629260 CPUtime=28.6 cores=1,3
/proc/1089721/stat : 1089721 (java) S 1089718 1089721 1084268 0 -1 1077936128 32425 0 0 0 2823 37 0 0 20 0 20 0 201018189 19566772224 407315 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
/proc/1089721/statm: 4777044 407315 5922 1 0 662747 0
[pid=1089721/tid=1089723] ppid=1089718 vsize=19108176 memory=16216 CPUtime=24.84 cores=1,3
/proc/1089721/task/1089723/stat : 1089723 (java) R 1089718 1089721 1084268 0 -1 4194368 11968 0 0 0 2454 30 0 0 20 0 20 0 201018190 19566772224 407315 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
[pid=1089721/tid=1089732] ppid=1089718 vsize=19108176 memory=13120 CPUtime=0 cores=1,3
/proc/1089721/task/1089732/stat : 1089732 (Finalizer) S 1089718 1089721 1084268 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 201018192 19566772224 407315 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
[pid=1089721/tid=1089739] ppid=1089718 vsize=19108176 memory=11400 CPUtime=0 cores=1,3
/proc/1089721/task/1089739/stat : 1089739 (Common-Cleaner) S 1089718 1089721 1084268 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 201018193 19566772224 407315 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
[pid=1089721/tid=1089740] ppid=1089718 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1089721/task/1089740/stat : 1089740 (Timer-0) S 1089718 1089721 1084268 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 201018218 19566772224 407315 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
Current children cumulated CPU time: 28.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1629260 KiB

[startup+51.106 s]
/proc/loadavg: 4.20 4.22 4.18 5/331 1089885
/proc/meminfo: memFree=115287900/131524600 swapFree=131071996/131071996
[pid=1089721] ppid=1089718 vsize=19108176 memory=1825012 CPUtime=54.62 cores=1,3
/proc/1089721/stat : 1089721 (java) S 1089718 1089721 1084268 0 -1 1077936128 37788 0 0 0 5420 42 0 0 20 0 20 0 201018189 19566772224 456253 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
/proc/1089721/statm: 4777044 456253 5922 1 0 790160 0
[pid=1089721/tid=1089723] ppid=1089718 vsize=19108176 memory=1653884 CPUtime=49.67 cores=1,3
/proc/1089721/task/1089723/stat : 1089723 (java) R 1089718 1089721 1084268 0 -1 4194368 14560 0 0 0 4935 32 0 0 20 0 20 0 201018190 19566772224 456253 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0

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

/proc/1089721/task/1089732/stat : 1089732 (Finalizer) S 1089718 1089721 1084268 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 201018192 19566772224 1040318 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
[pid=1089721/tid=1089739] ppid=1089718 vsize=19108176 memory=4161272 CPUtime=0 cores=1,3
/proc/1089721/task/1089739/stat : 1089739 (Common-Cleaner) S 1089718 1089721 1084268 0 -1 1077936192 3587 0 0 0 0 0 0 0 20 0 20 0 201018193 19566772224 1040318 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
[pid=1089721/tid=1089740] ppid=1089718 vsize=19108176 memory=4161272 CPUtime=0 cores=1,3
/proc/1089721/task/1089740/stat : 1089740 (Timer-0) S 1089718 1089721 1084268 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 201018218 19566772224 1040318 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
Current children cumulated CPU time: 3220.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4161272 KiB

[startup+3222.3 s]
/proc/loadavg: 4.92 4.66 4.47 8/333 1091738
/proc/meminfo: memFree=103728032/131524600 swapFree=131071996/131071996
[pid=1089721] ppid=1089718 vsize=19108176 memory=4161296 CPUtime=3282.94 cores=1,3
/proc/1089721/stat : 1089721 (java) S 1089718 1089721 1084268 0 -1 1077936128 382932 0 0 0 328004 290 0 0 20 0 20 0 201018189 19566772224 1040324 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
/proc/1089721/statm: 4777044 1040324 5937 1 0 1053185 0
[pid=1089721/tid=1089723] ppid=1089718 vsize=19108176 memory=4161260 CPUtime=3140.89 cores=1,3
/proc/1089721/task/1089723/stat : 1089723 (java) R 1089718 1089721 1084268 0 -1 4194368 194099 0 0 0 313997 92 0 0 20 0 20 0 201018190 19566772224 1040324 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 66 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
[pid=1089721/tid=1089732] ppid=1089718 vsize=19108176 memory=4161272 CPUtime=0 cores=1,3
/proc/1089721/task/1089732/stat : 1089732 (Finalizer) S 1089718 1089721 1084268 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 201018192 19566772224 1040324 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
[pid=1089721/tid=1089739] ppid=1089718 vsize=19108176 memory=4161272 CPUtime=0 cores=1,3
/proc/1089721/task/1089739/stat : 1089739 (Common-Cleaner) S 1089718 1089721 1084268 0 -1 1077936192 3684 0 0 0 0 0 0 0 20 0 20 0 201018193 19566772224 1040324 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
[pid=1089721/tid=1089740] ppid=1089718 vsize=19108176 memory=1848 CPUtime=0 cores=1,3
/proc/1089721/task/1089740/stat : 1089740 (Timer-0) S 1089718 1089721 1084268 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 201018218 19566772224 1040324 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
Current children cumulated CPU time: 3282.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4161296 KiB

[startup+3282.3 s]
/proc/loadavg: 4.83 4.67 4.48 5/333 1091749
/proc/meminfo: memFree=103726748/131524600 swapFree=131071996/131071996
[pid=1089721] ppid=1089718 vsize=19108176 memory=4161296 CPUtime=3343.99 cores=1,3
/proc/1089721/stat : 1089721 (java) S 1089718 1089721 1084268 0 -1 1077936128 388696 0 0 0 334106 293 0 0 20 0 20 0 201018189 19566772224 1040324 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
/proc/1089721/statm: 4777044 1040324 5937 1 0 1053185 0
[pid=1089721/tid=1089723] ppid=1089718 vsize=19108176 memory=13120 CPUtime=3199.74 cores=1,3
/proc/1089721/task/1089723/stat : 1089723 (java) R 1089718 1089721 1084268 0 -1 4194368 197375 0 0 0 319882 92 0 0 20 0 20 0 201018190 19566772224 1040324 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 66 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
[pid=1089721/tid=1089732] ppid=1089718 vsize=19108176 memory=48544 CPUtime=0 cores=1,3
/proc/1089721/task/1089732/stat : 1089732 (Finalizer) S 1089718 1089721 1084268 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 201018192 19566772224 1040324 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
[pid=1089721/tid=1089739] ppid=1089718 vsize=19108176 memory=26340 CPUtime=0 cores=1,3
/proc/1089721/task/1089739/stat : 1089739 (Common-Cleaner) S 1089718 1089721 1084268 0 -1 1077936192 3721 0 0 0 0 0 0 0 20 0 20 0 201018193 19566772224 1040324 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
[pid=1089721/tid=1089740] ppid=1089718 vsize=19108176 memory=100 CPUtime=0 cores=1,3
/proc/1089721/task/1089740/stat : 1089740 (Timer-0) S 1089718 1089721 1084268 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 201018218 19566772224 1040324 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
Current children cumulated CPU time: 3343.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4161296 KiB

[startup+3342.3 s]
/proc/loadavg: 4.50 4.61 4.47 5/335 1091764
/proc/meminfo: memFree=103725984/131524600 swapFree=131071996/131071996
[pid=1089721] ppid=1089718 vsize=19108176 memory=4161304 CPUtime=3404.96 cores=1,3
/proc/1089721/stat : 1089721 (java) S 1089718 1089721 1084268 0 -1 1077936128 393840 0 0 0 340200 296 0 0 20 0 20 0 201018189 19566772224 1040326 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
/proc/1089721/statm: 4777044 1040326 5937 1 0 1053185 0
[pid=1089721/tid=1089723] ppid=1089718 vsize=19108176 memory=4161304 CPUtime=3258.1 cores=1,3
/proc/1089721/task/1089723/stat : 1089723 (java) R 1089718 1089721 1084268 0 -1 4194368 200704 0 0 0 325717 93 0 0 20 0 20 0 201018190 19566772224 1040326 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 66 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
[pid=1089721/tid=1089732] ppid=1089718 vsize=19108176 memory=4161304 CPUtime=0 cores=1,3
/proc/1089721/task/1089732/stat : 1089732 (Finalizer) S 1089718 1089721 1084268 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 201018192 19566772224 1040326 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
[pid=1089721/tid=1089739] ppid=1089718 vsize=19108176 memory=4161304 CPUtime=0 cores=1,3
/proc/1089721/task/1089739/stat : 1089739 (Common-Cleaner) S 1089718 1089721 1084268 0 -1 1077936192 3770 0 0 0 0 0 0 0 20 0 20 0 201018193 19566772224 1040326 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
[pid=1089721/tid=1089740] ppid=1089718 vsize=19108176 memory=48544 CPUtime=0 cores=1,3
/proc/1089721/task/1089740/stat : 1089740 (Timer-0) S 1089718 1089721 1084268 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 201018218 19566772224 1040326 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
Current children cumulated CPU time: 3404.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4161304 KiB

[startup+3402.3 s]
/proc/loadavg: 4.04 4.48 4.43 4/308 1091808
/proc/meminfo: memFree=107641700/131524600 swapFree=131071996/131071996
[pid=1089721] ppid=1089718 vsize=19108176 memory=4161320 CPUtime=3465.69 cores=1,3
/proc/1089721/stat : 1089721 (java) S 1089718 1089721 1084268 0 -1 1077936128 398629 0 0 0 346269 300 0 0 20 0 20 0 201018189 19566772224 1040330 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
/proc/1089721/statm: 4777044 1040330 5937 1 0 1053185 0
[pid=1089721/tid=1089723] ppid=1089718 vsize=19108176 memory=4161304 CPUtime=3316.92 cores=1,3
/proc/1089721/task/1089723/stat : 1089723 (java) R 1089718 1089721 1084268 0 -1 4194368 204023 0 0 0 331598 94 0 0 20 0 20 0 201018190 19566772224 1040330 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 68 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
[pid=1089721/tid=1089732] ppid=1089718 vsize=19108176 memory=4161304 CPUtime=0 cores=1,3
/proc/1089721/task/1089732/stat : 1089732 (Finalizer) S 1089718 1089721 1084268 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 201018192 19566772224 1040330 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
[pid=1089721/tid=1089739] ppid=1089718 vsize=19108176 memory=4161320 CPUtime=0 cores=1,3
/proc/1089721/task/1089739/stat : 1089739 (Common-Cleaner) S 1089718 1089721 1084268 0 -1 1077936192 3867 0 0 0 0 0 0 0 20 0 20 0 201018193 19566772224 1040330 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
[pid=1089721/tid=1089740] ppid=1089718 vsize=19108176 memory=4161320 CPUtime=0 cores=1,3
/proc/1089721/task/1089740/stat : 1089740 (Timer-0) S 1089718 1089721 1084268 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 201018218 19566772224 1040330 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
Current children cumulated CPU time: 3465.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4161320 KiB

[startup+3462.3 s]
/proc/loadavg: 3.74 4.30 4.37 4/308 1091820
/proc/meminfo: memFree=107636828/131524600 swapFree=131071996/131071996
[pid=1089721] ppid=1089718 vsize=19108176 memory=4163392 CPUtime=3528.54 cores=1,3
/proc/1089721/stat : 1089721 (java) S 1089718 1089721 1084268 0 -1 1077936128 406569 0 0 0 352549 305 0 0 20 0 20 0 201018189 19566772224 1040848 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
/proc/1089721/statm: 4777044 1040848 5937 1 0 1053185 0
[pid=1089721/tid=1089723] ppid=1089718 vsize=19108176 memory=4161304 CPUtime=3375.51 cores=1,3
/proc/1089721/task/1089723/stat : 1089723 (java) R 1089718 1089721 1084268 0 -1 4194368 207642 0 0 0 337456 95 0 0 20 0 20 0 201018190 19566772224 1040848 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 68 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
[pid=1089721/tid=1089732] ppid=1089718 vsize=19108176 memory=4161304 CPUtime=0 cores=1,3
/proc/1089721/task/1089732/stat : 1089732 (Finalizer) S 1089718 1089721 1084268 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 201018192 19566772224 1040848 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
[pid=1089721/tid=1089739] ppid=1089718 vsize=19108176 memory=11400 CPUtime=0 cores=1,3
/proc/1089721/task/1089739/stat : 1089739 (Common-Cleaner) S 1089718 1089721 1084268 0 -1 1077936192 3916 0 0 0 0 0 0 0 20 0 20 0 201018193 19566772224 1040848 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
[pid=1089721/tid=1089740] ppid=1089718 vsize=19108176 memory=4163392 CPUtime=0 cores=1,3
/proc/1089721/task/1089740/stat : 1089740 (Timer-0) S 1089718 1089721 1084268 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 201018218 19566772224 1040848 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
Current children cumulated CPU time: 3528.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4163392 KiB

[startup+3522.3 s]
/proc/loadavg: 3.54 4.14 4.31 4/308 1091830
/proc/meminfo: memFree=107635616/131524600 swapFree=131071996/131071996
[pid=1089721] ppid=1089718 vsize=19108176 memory=4163488 CPUtime=3589.81 cores=1,3
/proc/1089721/stat : 1089721 (java) S 1089718 1089721 1084268 0 -1 1077936128 408094 0 0 0 358674 307 0 0 20 0 20 0 201018189 19566772224 1040872 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
/proc/1089721/statm: 4777044 1040872 5937 1 0 1053185 0
[pid=1089721/tid=1089723] ppid=1089718 vsize=19108176 memory=4163392 CPUtime=3433.9 cores=1,3
/proc/1089721/task/1089723/stat : 1089723 (java) R 1089718 1089721 1084268 0 -1 4194368 208871 0 0 0 343295 95 0 0 20 0 20 0 201018190 19566772224 1040872 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 68 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
[pid=1089721/tid=1089732] ppid=1089718 vsize=19108176 memory=48544 CPUtime=0 cores=1,3
/proc/1089721/task/1089732/stat : 1089732 (Finalizer) S 1089718 1089721 1084268 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 201018192 19566772224 1040872 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
[pid=1089721/tid=1089739] ppid=1089718 vsize=19108176 memory=4163488 CPUtime=0 cores=1,3
/proc/1089721/task/1089739/stat : 1089739 (Common-Cleaner) S 1089718 1089721 1084268 0 -1 1077936192 3969 0 0 0 0 0 0 0 20 0 20 0 201018193 19566772224 1040872 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
[pid=1089721/tid=1089740] ppid=1089718 vsize=19108176 memory=4163488 CPUtime=0 cores=1,3
/proc/1089721/task/1089740/stat : 1089740 (Timer-0) S 1089718 1089721 1084268 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 201018218 19566772224 1040872 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
Current children cumulated CPU time: 3589.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4163488 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3532.4 s]
/proc/loadavg: 3.62 4.13 4.31 6/308 1091831
/proc/meminfo: memFree=107635456/131524600 swapFree=131071996/131071996
[pid=1089721] ppid=1089718 vsize=19108176 memory=4163488 CPUtime=3600.09 cores=1,3
/proc/1089721/stat : 1089721 (java) S 1089718 1089721 1084268 0 -1 1077936128 408313 0 0 0 359702 307 0 0 20 0 20 0 201018189 19566772224 1040872 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
/proc/1089721/statm: 4777044 1040872 5937 1 0 1053185 0
[pid=1089721/tid=1089723] ppid=1089718 vsize=19108176 memory=-7162515039915436640 CPUtime=3443.79 cores=1,3
/proc/1089721/task/1089723/stat : 1089723 (java) R 1089718 1089721 1084268 0 -1 4194368 209033 0 0 0 344284 95 0 0 20 0 20 0 201018190 19566772224 1040872 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 68 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
[pid=1089721/tid=1089732] ppid=1089718 vsize=19108176 memory=1848 CPUtime=0 cores=1,3
/proc/1089721/task/1089732/stat : 1089732 (Finalizer) S 1089718 1089721 1084268 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 201018192 19566772224 1040872 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
[pid=1089721/tid=1089739] ppid=1089718 vsize=19108176 memory=26340 CPUtime=0 cores=1,3
/proc/1089721/task/1089739/stat : 1089739 (Common-Cleaner) S 1089718 1089721 1084268 0 -1 1077936192 3969 0 0 0 0 0 0 0 20 0 20 0 201018193 19566772224 1040872 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
[pid=1089721/tid=1089740] ppid=1089718 vsize=19108176 memory=100 CPUtime=0 cores=1,3
/proc/1089721/task/1089740/stat : 1089740 (Timer-0) S 1089718 1089721 1084268 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 201018218 19566772224 1040872 134679101440 94642994266112 94642994269808 140724493576880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94642994277624 94642994278416 94642996973568 140724493583342 140724493583455 140724493583455 140724493590472 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4163488 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.37 s, system=3.09685 s

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

[startup+3532.6 s]*
/proc/loadavg: 3.62 4.13 4.31 5/290 1091834
/proc/meminfo: memFree=111767428/131524600 swapFree=131071996/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): 3532.61
CPU time (s): 3600.47
CPU user time (s): 3597.37
CPU system time (s): 3.09685
CPU usage (%): 101.921
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 4164396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.37
system time used= 3.09685
maximum resident set size= 4165484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 409967
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 142541
involuntary context switches= 13635


# summary of solver processes directly reported to runsolver:
#   pid: 1089721
#   total CPU time (s): 3600.47
#   total CPU user time (s): 3597.37
#   total CPU system time (s): 3.09685

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.18239 second user time and 17.9032 second system time

The end

Launcher Data

Begin job on nodeC031 at 2024-07-20 17:15:12
IDJOB=4449745
IDBENCH=176105
IDSOLVER=3046
FILE ID=nodeC031/4449745-1721488499
RUNJOBID= nodeC031-1721481341-1084280
SLURM_JOB_ID= 7545758
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/normalized-clique-coloring-max-clique-n=11-t=5.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449745-1721488499/watcher-4449745-1721488499 -o /tmp/evaluation-result-4449745-1721488499/solver-4449745-1721488499 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1721481341-1084280 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4449745-1721488499.opb

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

MD5SUM BENCH= 8d06570fa4bf547e139dcdd4309b0d0f
RANDOM SEED=523236031

nodeC031.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3681.016
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3662.931
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.886
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3651.976
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.001
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3686.746
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3681.149
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3617.853
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        115117784 kB
MemAvailable:   122073184 kB
Buffers:          553680 kB
Cached:          7162484 kB
SwapCached:            0 kB
Active:          1106016 kB
Inactive:       14478164 kB
Active(anon):       1536 kB
Inactive(anon):  7912400 kB
Active(file):    1104480 kB
Inactive(file):  6565764 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1296 kB
Writeback:             0 kB
AnonPages:       7865820 kB
Mapped:           127800 kB
Shmem:             45912 kB
KReclaimable:     249608 kB
Slab:             382848 kB
SReclaimable:     249608 kB
SUnreclaim:       133240 kB
KernelStack:        5072 kB
PageTables:        25620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    8893604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            74848 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7575552 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:      260820 kB
DirectMap2M:    41455616 kB
DirectMap1G:    94371840 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC031 at 2024-07-20 18:14:05