Trace number 4456099

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 NameAnswerCPU timeWall clock time
Sat4j Partial RoundingSAT 2024 2024-07-12MSAT (TO) 3600.17 3581.29

General information on the benchmark

NamePB24/WBO/SOFT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900547389--soft-0-100-0.wbo
MD5SUM9db53b9de24bf429e61c95cb9f7b1f1e
Bench CategorySOFT-LIN (WBO, only soft constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark35.2342
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 136614
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136613
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 721
Number of bits of the biggest sum of numbers10
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.01/0.20	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.01/0.20	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.20	c See www.sat4j.org for details.
0.01/0.21	c version CUSTOM.v20240707
0.09/0.22	c java.runtime.name	OpenJDK Runtime Environment
0.09/0.22	c java.vm.name		OpenJDK 64-Bit Server VM
0.09/0.22	c java.vm.version	22.0.1+8-16
0.09/0.22	c java.vm.vendor	Oracle Corporation
0.09/0.22	c sun.arch.data.model	64
0.09/0.22	c java.version		22.0.1
0.09/0.22	c os.name		Linux
0.09/0.22	c os.version		4.18.0-301.1.el8.x86_64
0.09/0.22	c os.arch		amd64
0.09/0.22	c Free memory 		2106806208
0.09/0.22	c Max memory 		16282288128
0.09/0.22	c Total memory 		2113929216
0.09/0.22	c Number of processors 	2
0.09/0.28	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.28	 - never skip resolution steps
0.09/0.28	 - Auto-division on coefficients is disabled
0.09/0.28	 - No postprocessing
0.09/0.28	 - Conflict is considered as is when resolving
0.09/0.28	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.09/0.28	 - Weaken first using unassigned literals
0.09/0.28	 - Bump strategy: ALWAYS_ONE
0.09/0.28	 - Bumper: ASSIGNED
0.09/0.28	--- Begin Solver configuration ---
0.09/0.28	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.09/0.28	Learn all clauses as in MiniSAT
0.09/0.28	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.28	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.28	No reason simplification
0.09/0.28	Armin Biere (Picosat) restarts strategy
0.09/0.28	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.09/0.28	timeout=2147483s
0.09/0.28	DB Simplification allowed=false
0.09/0.29	Listener: none
0.09/0.29	--- End Solver configuration ---
0.09/0.29	c Pseudo Boolean Optimization by upper bound
0.09/0.29	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.29	c  - never skip resolution steps
0.09/0.29	c  - Auto-division on coefficients is disabled
0.09/0.29	c  - No postprocessing
0.09/0.29	c  - Conflict is considered as is when resolving
0.09/0.29	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.09/0.29	c  - Weaken first using unassigned literals
0.09/0.29	c  - Bump strategy: ALWAYS_ONE
0.09/0.29	c  - Bumper: ASSIGNED
0.09/0.29	c --- Begin Solver configuration ---
0.09/0.29	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.09/0.29	c Learn all clauses as in MiniSAT
0.09/0.29	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.29	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.29	c No reason simplification
0.09/0.29	c Armin Biere (Picosat) restarts strategy
0.09/0.29	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.09/0.29	c timeout=2147483s
0.09/0.29	c DB Simplification allowed=false
0.09/0.29	c Listener: none
0.09/0.29	c --- End Solver configuration ---
0.09/0.29	c solving HOME/instance-4456099-1721718396.wbo
0.09/0.29	c reading problem ... 
0.28/0.38	c ... done. Wall clock time 0.089s.
0.28/0.38	c declared #vars     231
0.28/0.38	c internal #vars     2938
0.28/0.38	c #constraints  2708
0.28/0.38	c constraints type 
0.28/0.38	c org.sat4j.specs.Constr$1 => 1
0.28/0.38	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 23
0.28/0.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2684
0.28/0.38	c 2708 constraints processed.
0.28/0.40	c objective function length is 2707 literals
0.62/0.56	c SATISFIABLE
0.62/0.56	c OPTIMIZING...
0.62/0.56	c Got one! Elapsed wall clock time (in seconds):0.276
0.62/0.56	o 33749
0.98/0.75	c Got one! Elapsed wall clock time (in seconds):0.463
0.98/0.75	o 33738
4.13/2.32	c Got one! Elapsed wall clock time (in seconds):2.027
4.13/2.32	o 33737
4.33/2.47	c Got one! Elapsed wall clock time (in seconds):2.187
4.33/2.48	o 33736
5.15/2.97	c Got one! Elapsed wall clock time (in seconds):2.686
5.15/2.97	o 33718
6.28/3.72	c Got one! Elapsed wall clock time (in seconds):3.435
6.28/3.72	o 33682
7.08/4.50	c Got one! Elapsed wall clock time (in seconds):4.215
7.08/4.50	o 33673
9.13/6.59	c Got one! Elapsed wall clock time (in seconds):6.307
9.13/6.59	o 33672
18.59/15.79	c Got one! Elapsed wall clock time (in seconds):15.501
18.59/15.79	o 1580
21.54/18.68	c Got one! Elapsed wall clock time (in seconds):18.389
21.54/18.68	o 388
24.23/21.22	c Got one! Elapsed wall clock time (in seconds):20.935
24.23/21.22	o 384
29.80/26.70	c Got one! Elapsed wall clock time (in seconds):26.41
29.80/26.70	o 379
39.00/35.80	c Got one! Elapsed wall clock time (in seconds):35.511
39.00/35.80	o 360
43.39/40.25	c Got one! Elapsed wall clock time (in seconds):39.968
43.39/40.25	o 325
61.88/58.67	c Got one! Elapsed wall clock time (in seconds):58.381
61.88/58.67	o 320
71.10/67.72	c Got one! Elapsed wall clock time (in seconds):67.432
71.10/67.72	o 314
94.12/90.59	c Got one! Elapsed wall clock time (in seconds):90.299
94.12/90.59	o 313
136.58/132.84	c Got one! Elapsed wall clock time (in seconds):132.554
136.58/132.84	o 311
230.35/226.55	c Got one! Elapsed wall clock time (in seconds):226.268
230.35/226.55	o 308
273.70/270.05	c Got one! Elapsed wall clock time (in seconds):269.767
273.70/270.05	o 273
304.57/301.01	c Got one! Elapsed wall clock time (in seconds):300.722
304.57/301.01	o 272
317.81/314.33	c Got one! Elapsed wall clock time (in seconds):314.042
317.81/314.33	o 268
446.36/443.59	c Got one! Elapsed wall clock time (in seconds):443.298
446.36/443.59	o 266
517.54/515.19	c Got one! Elapsed wall clock time (in seconds):514.901
517.54/515.19	o 255
724.14/723.09	c Got one! Elapsed wall clock time (in seconds):722.801
724.14/723.09	o 254
746.61/745.65	c Got one! Elapsed wall clock time (in seconds):745.359
746.61/745.65	o 245
856.46/855.46	c cleaning 7278 clauses out of 14562 with flag 0/14562
856.67/855.69	c Got one! Elapsed wall clock time (in seconds):855.403
856.67/855.69	o 244
874.24/873.20	c Got one! Elapsed wall clock time (in seconds):872.911
874.24/873.20	o 243
953.89/952.28	c Got one! Elapsed wall clock time (in seconds):951.996
953.89/952.28	o 231
980.42/978.60	c Got one! Elapsed wall clock time (in seconds):978.317
980.42/978.60	o 230
1102.99/1100.82	c Got one! Elapsed wall clock time (in seconds):1100.531
1102.99/1100.82	o 226
1110.80/1108.64	c Got one! Elapsed wall clock time (in seconds):1108.352
1110.80/1108.64	o 223
1131.87/1129.69	c Got one! Elapsed wall clock time (in seconds):1129.4
1131.87/1129.69	o 222
1141.73/1139.54	c Got one! Elapsed wall clock time (in seconds):1139.249
1141.73/1139.54	o 219
1165.97/1163.98	c Got one! Elapsed wall clock time (in seconds):1163.697
1165.97/1163.98	o 217
1235.49/1233.38	c cleaning 7687 clauses out of 15401 with flag 0/22679
1261.20/1258.88	c Got one! Elapsed wall clock time (in seconds):1258.597
1261.20/1258.88	o 216
1548.01/1545.13	c cleaning 6485 clauses out of 12994 with flag 0/27959
1549.29/1546.45	c Got one! Elapsed wall clock time (in seconds):1546.166
1549.29/1546.45	o 213
1606.19/1603.08	c Got one! Elapsed wall clock time (in seconds):1602.795
1606.19/1603.09	o 212
1618.30/1615.07	c Got one! Elapsed wall clock time (in seconds):1614.787
1618.30/1615.07	o 211
1627.25/1623.98	c Got one! Elapsed wall clock time (in seconds):1623.692
1627.25/1623.98	o 210
1701.97/1698.49	c cleaning 6213 clauses out of 12464 with flag 0/33914
1706.10/1702.59	c Got one! Elapsed wall clock time (in seconds):1702.301
1706.10/1702.59	o 207
1979.43/1974.80	c cleaning 4704 clauses out of 11487 with flag 0/39150
1989.18/1984.51	c Got one! Elapsed wall clock time (in seconds):1984.222
1989.18/1984.51	o 201
2089.74/2084.54	c Got one! Elapsed wall clock time (in seconds):2084.257
2089.74/2084.54	o 197
2147.35/2142.29	c cleaning 4459 clauses out of 12289 with flag 0/44656
2279.60/2274.86	c Got one! Elapsed wall clock time (in seconds):2274.572
2279.60/2274.86	o 171
2351.20/2346.72	c Got one! Elapsed wall clock time (in seconds):2346.43
2351.20/2346.72	o 165
2474.70/2470.17	c cleaning 5228 clauses out of 14202 with flag 0/51028
2475.83/2471.25	c Got one! Elapsed wall clock time (in seconds):2470.961
2475.83/2471.25	o 164
2490.04/2485.42	c Got one! Elapsed wall clock time (in seconds):2485.136
2490.04/2485.42	o 157
2556.51/2551.87	c Got one! Elapsed wall clock time (in seconds):2551.581
2556.51/2551.87	o 156
2565.53/2560.82	c Got one! Elapsed wall clock time (in seconds):2560.533
2565.53/2560.82	o 153
2638.70/2633.99	c Got one! Elapsed wall clock time (in seconds):2633.705
2638.70/2633.99	o 147
2748.79/2742.84	c cleaning 6556 clauses out of 16782 with flag 0/58836
2769.65/2762.84	c Got one! Elapsed wall clock time (in seconds):2762.551
2769.65/2762.84	o 142
2932.72/2926.16	c cleaning 4530 clauses out of 15909 with flag 0/64519
2962.96/2956.21	c Got one! Elapsed wall clock time (in seconds):2955.919
2962.96/2956.21	o 137
3154.33/3146.29	c cleaning 4602 clauses out of 17176 with flag 0/70316
3343.93/3332.21	c Got one! Elapsed wall clock time (in seconds):3331.928
3343.93/3332.22	o 130
3432.12/3418.10	c Got one! Elapsed wall clock time (in seconds):3417.81
3432.12/3418.10	o 127
3600.00/3581.22	c starts		: 139
3600.00/3581.22	c conflicts		: 77503
3600.00/3581.22	c decisions		: 965344
3600.00/3581.22	c propagations		: 10530930
3600.00/3581.22	c inspects		: 842400256
3600.00/3581.22	c shortcuts		: 0
3600.00/3581.22	c learnt literals	: 0
3600.00/3581.22	c learnt binary clauses	: 0
3600.00/3581.22	c learnt ternary clauses	: 1
3600.00/3581.22	c learnt constraints	: 77503
3600.00/3581.22	c ignored constraints	: 0
3600.00/3581.22	c root simplifications	: 0
3600.00/3581.22	c removed literals (reason simplification)	: 0
3600.00/3581.22	c reason swapping (by a shorter reason)	: 0
3600.00/3581.22	c Calls to reduceDB	: 10
3600.00/3581.22	c Number of update (reduction) of LBD	: 0
3600.00/3581.22	c Imported unit clauses	: 0
3600.00/3581.22	c No decision after first conflict	: false
3600.00/3581.22	c number of reductions to clauses (during analyze)	: 0
3600.00/3581.22	c number of learned constraints concerned by reduction	: 0
3600.00/3581.22	c number of learning phase by resolution	: 0
3600.00/3581.22	c number of learning phase by cutting planes	: 0
3600.00/3581.22	c number of rounding to 1 operations	: 184106
3600.00/3581.22	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3581.22	c number of reductions of the coefficients by power 2 	: 0
3600.00/3581.22	c number of right shift for reduction by power 2 	: 0
3600.00/3581.22	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3581.22	c number of ending skipping 	: 0
3600.00/3581.22	c number of internal skipping 	: 0
3600.00/3581.22	c number of derivation steps 	: 714419
3600.00/3581.22	c number of skipped derivation steps 	: 0
3600.00/3581.22	c number of remaining unassigned 	: 614132
3600.00/3581.22	c number of remaining assigned 	: 38563539
3600.00/3581.22	c number of falsified literals weakened from reason	: 0
3600.00/3581.22	c number of falsified literals weakened from conflict	: 0
3600.00/3581.22	c time for arithmetic operations	: 2744808849
3600.00/3581.25	c minimum degree of deleted constraints	: 4
3600.00/3581.25	c maximum degree of deleted constraints	: 21937036
3600.00/3581.25	c number of deleted constraints	: 57742
3600.00/3581.25	c speed (assignments/second)	: 2940.9319488083593
3600.00/3581.25	c non guided choices	: 5021
3600.00/3581.27	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 12332
3600.00/3581.27	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 3
3600.00/3581.27	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 7426
3600.00/3581.27	s SATISFIABLE
3600.00/3581.27	c Found 54 solution(s)
3600.00/3581.27	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 
3600.00/3581.27	c objective function=127
3600.00/3581.27	c Total wall clock time (in seconds): 3580.984

Verifier Data

OK	113

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4456099-1721718396/watcher-4456099-1721718396 -o /tmp/evaluation-result-4456099-1721718396/solver-4456099-1721718396 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1721718396-86513 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4456099-1721718396.wbo 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=86554, runsolver pid=86545

[startup+0.100064 s]*
/proc/loadavg: 1.44 1.92 2.03 6/283 86604
/proc/meminfo: memFree=105896872/131524600 swapFree=131071996/131071996
[pid=86554] ppid=86545 vsize=18175400 memory=31868 CPUtime=0.01 cores=0,2
/proc/86554/stat : 86554 (java) S 86545 86554 86503 0 -1 1077936128 3199 0 81 0 0 1 0 0 20 0 7 0 8369924 18611609600 7967 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 0 0 16784588 0 0 0 17 0 0 0 3 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
/proc/86554/statm: 4543850 7967 3637 1 0 542675 0
[pid=86554/tid=86581] ppid=86545 vsize=18175400 memory=4026531971 CPUtime=0.01 cores=0,2
/proc/86554/task/86581/stat : 86581 (java) D 86545 86554 86503 0 -1 4194368 2640 0 50 0 0 1 0 0 20 0 7 0 8369928 18611609600 7967 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16784588 0 0 0 -1 0 0 0 4 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 18175400 KiB
Current children cumulated memory: 31868 KiB

[startup+0.206143 s]*
/proc/loadavg: 1.44 1.92 2.03 8/328 86649
/proc/meminfo: memFree=105796704/131524600 swapFree=131071996/131071996
[pid=86554] ppid=86545 vsize=18975048 memory=56988 CPUtime=0.09 cores=0,2
/proc/86554/stat : 86554 (java) S 86545 86554 86503 0 -1 1077936128 6851 0 139 0 7 2 0 0 20 0 18 0 8369924 19430449152 14247 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 0 0 16800975 0 0 0 17 0 0 0 3 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
/proc/86554/statm: 4743762 14247 5574 1 0 548966 0
[pid=86554/tid=86581] ppid=86545 vsize=18975048 memory=7885630755128410243 CPUtime=0.06 cores=0,2
/proc/86554/task/86581/stat : 86581 (java) R 86545 86554 86503 0 -1 4194368 5654 0 92 0 5 1 0 0 20 0 18 0 8369928 19430449152 14247 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 9 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
[pid=86554/tid=86618] ppid=86545 vsize=18975048 memory=583 CPUtime=0 cores=0,2
/proc/86554/task/86618/stat : 86618 (Finalizer) S 86545 86554 86503 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 8369940 19430449152 14247 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
[pid=86554/tid=86648] ppid=86545 vsize=18975048 memory=14411523065906868 CPUtime=0 cores=0,2
/proc/86554/task/86648/stat : 86648 (Common-Cleaner) S 86545 86554 86503 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 8369941 19430449152 14247 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56988 KiB

[startup+0.311934 s]*
/proc/loadavg: 1.44 1.92 2.03 12/328 86649
/proc/meminfo: memFree=105751428/131524600 swapFree=131071996/131071996
[pid=86554] ppid=86545 vsize=18975048 memory=67344 CPUtime=0.28 cores=0,2
/proc/86554/stat : 86554 (java) S 86545 86554 86503 0 -1 1077936128 7791 0 139 0 25 3 0 0 20 0 18 0 8369924 19430449152 16836 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 0 0 16800975 0 0 0 17 0 0 0 3 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
/proc/86554/statm: 4743762 16836 5725 1 0 549644 0
[pid=86554/tid=86581] ppid=86545 vsize=18975048 memory=-6000919502737729127 CPUtime=0.16 cores=0,2
/proc/86554/task/86581/stat : 86581 (java) R 86545 86554 86503 0 -1 4194368 6066 0 92 0 14 2 0 0 20 0 18 0 8369928 19430449152 16836 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 9 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
[pid=86554/tid=86618] ppid=86545 vsize=18975048 memory=-4421386500593116511 CPUtime=0 cores=0,2
/proc/86554/task/86618/stat : 86618 (Finalizer) S 86545 86554 86503 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 8369940 19430449152 16836 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
[pid=86554/tid=86648] ppid=86545 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/86554/task/86648/stat : 86648 (Common-Cleaner) S 86545 86554 86503 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 8369941 19430449152 16836 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 67344 KiB

[startup+0.701107 s]
/proc/loadavg: 1.44 1.92 2.03 14/332 86653
/proc/meminfo: memFree=105521736/131524600 swapFree=131071996/131071996
[pid=86554] ppid=86545 vsize=19108176 memory=171980 CPUtime=0.98 cores=0,2
/proc/86554/stat : 86554 (java) S 86545 86554 86503 0 -1 1077936128 12402 0 140 0 93 5 0 0 20 0 20 0 8369924 19566772224 42995 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 0 0 16800975 0 0 0 17 0 0 0 3 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
/proc/86554/statm: 4777044 42995 5791 1 0 553027 0
[pid=86554/tid=86581] ppid=86545 vsize=19108176 memory=34848 CPUtime=0.49 cores=0,2
/proc/86554/task/86581/stat : 86581 (java) R 86545 86554 86503 0 -1 4194368 6265 0 93 0 46 3 0 0 20 0 20 0 8369928 19566772224 42995 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 10 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
[pid=86554/tid=86618] ppid=86545 vsize=19108176 memory=12348 CPUtime=0 cores=0,2
/proc/86554/task/86618/stat : 86618 (Finalizer) S 86545 86554 86503 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 8369940 19566772224 42995 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
[pid=86554/tid=86648] ppid=86545 vsize=19108176 memory=5552 CPUtime=0 cores=0,2
/proc/86554/task/86648/stat : 86648 (Common-Cleaner) S 86545 86554 86503 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 8369941 19566772224 42995 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
[pid=86554/tid=86651] ppid=86545 vsize=19108176 memory=16012 CPUtime=0 cores=0,2
/proc/86554/task/86651/stat : 86651 (Timer-0) S 86545 86554 86503 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8369966 19566772224 42995 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 171980 KiB

[startup+1.50093 s]
/proc/loadavg: 1.44 1.92 2.03 12/336 86657
/proc/meminfo: memFree=105308404/131524600 swapFree=131071996/131071996
[pid=86554] ppid=86545 vsize=19108176 memory=180568 CPUtime=2.57 cores=0,2
/proc/86554/stat : 86554 (java) S 86545 86554 86503 0 -1 1077936128 19877 0 140 0 251 6 0 0 20 0 20 0 8369924 19566772224 45142 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 0 0 16800975 0 0 0 17 0 0 0 3 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
/proc/86554/statm: 4777044 45142 5807 1 0 554901 0
[pid=86554/tid=86581] ppid=86545 vsize=19108176 memory=0 CPUtime=1.26 cores=0,2
/proc/86554/task/86581/stat : 86581 (java) R 86545 86554 86503 0 -1 4194368 6571 0 93 0 123 3 0 0 20 0 20 0 8369928 19566772224 45142 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 10 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
[pid=86554/tid=86618] ppid=86545 vsize=19108176 memory=12348 CPUtime=0 cores=0,2
/proc/86554/task/86618/stat : 86618 (Finalizer) S 86545 86554 86503 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 8369940 19566772224 45142 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
[pid=86554/tid=86648] ppid=86545 vsize=19108176 memory=33 CPUtime=0 cores=0,2
/proc/86554/task/86648/stat : 86648 (Common-Cleaner) S 86545 86554 86503 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 8369941 19566772224 45142 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
[pid=86554/tid=86651] ppid=86545 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/86554/task/86651/stat : 86651 (Timer-0) S 86545 86554 86503 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8369966 19566772224 45142 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
Current children cumulated CPU time: 2.57 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 180568 KiB

[startup+3.10793 s]
/proc/loadavg: 2.13 2.05 2.07 8/336 86657
/proc/meminfo: memFree=105068348/131524600 swapFree=131071996/131071996
[pid=86554] ppid=86545 vsize=19108176 memory=218808 CPUtime=5.5 cores=0,2
/proc/86554/stat : 86554 (java) S 86545 86554 86503 0 -1 1077936128 27276 0 140 0 542 8 0 0 20 0 20 0 8369924 19566772224 54702 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 0 0 16800975 0 0 0 17 0 0 0 3 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
/proc/86554/statm: 4777044 54702 5835 1 0 558068 0
[pid=86554/tid=86581] ppid=86545 vsize=19108176 memory=0 CPUtime=2.8 cores=0,2
/proc/86554/task/86581/stat : 86581 (java) R 86545 86554 86503 0 -1 4194368 7389 0 93 0 277 3 0 0 20 0 20 0 8369928 19566772224 54702 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 10 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
[pid=86554/tid=86618] ppid=86545 vsize=19108176 memory=12348 CPUtime=0 cores=0,2
/proc/86554/task/86618/stat : 86618 (Finalizer) S 86545 86554 86503 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 8369940 19566772224 54702 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
[pid=86554/tid=86648] ppid=86545 vsize=19108176 memory=-6000919485608191591 CPUtime=0 cores=0,2
/proc/86554/task/86648/stat : 86648 (Common-Cleaner) S 86545 86554 86503 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 8369941 19566772224 54702 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
[pid=86554/tid=86651] ppid=86545 vsize=19108176 memory=14411527360874681 CPUtime=0 cores=0,2
/proc/86554/task/86651/stat : 86651 (Timer-0) S 86545 86554 86503 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8369966 19566772224 54702 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
Current children cumulated CPU time: 5.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 218808 KiB

[startup+6.30026 s]
/proc/loadavg: 2.13 2.05 2.07 6/336 86658
/proc/meminfo: memFree=104533172/131524600 swapFree=131071996/131071996
[pid=86554] ppid=86545 vsize=19108176 memory=386836 CPUtime=8.93 cores=0,2
/proc/86554/stat : 86554 (java) S 86545 86554 86503 0 -1 1077936128 27514 0 140 0 882 11 0 0 20 0 20 0 8369924 19566772224 96709 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 0 0 16800975 0 0 0 17 0 0 0 3 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
/proc/86554/statm: 4777044 96709 5835 1 0 558085 0
[pid=86554/tid=86581] ppid=86545 vsize=19108176 memory=0 CPUtime=5.92 cores=0,2
/proc/86554/task/86581/stat : 86581 (java) R 86545 86554 86503 0 -1 4194368 7522 0 93 0 586 6 0 0 20 0 20 0 8369928 19566772224 96709 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 10 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
[pid=86554/tid=86618] ppid=86545 vsize=19108176 memory=354068 CPUtime=0 cores=0,2
/proc/86554/task/86618/stat : 86618 (Finalizer) S 86545 86554 86503 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 8369940 19566772224 96709 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
[pid=86554/tid=86648] ppid=86545 vsize=19108176 memory=12348 CPUtime=0 cores=0,2
/proc/86554/task/86648/stat : 86648 (Common-Cleaner) S 86545 86554 86503 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 8369941 19566772224 96709 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
[pid=86554/tid=86651] ppid=86545 vsize=19108176 memory=180568 CPUtime=0 cores=0,2
/proc/86554/task/86651/stat : 86651 (Timer-0) S 86545 86554 86503 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8369966 19566772224 96709 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
Current children cumulated CPU time: 8.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 386836 KiB

[startup+12.7003 s]
/proc/loadavg: 2.28 2.08 2.08 6/336 86658
/proc/meminfo: memFree=102864164/131524600 swapFree=131071996/131071996
[pid=86554] ppid=86545 vsize=19108176 memory=974900 CPUtime=15.57 cores=0,2
/proc/86554/stat : 86554 (java) S 86545 86554 86503 0 -1 1077936128 34066 0 140 0 1533 24 0 0 20 0 20 0 8369924 19566772224 243725 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 0 0 16800975 0 0 0 17 0 0 0 3 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
/proc/86554/statm: 4777044 243725 5836 1 0 558085 0
[pid=86554/tid=86581] ppid=86545 vsize=19108176 memory=180568 CPUtime=12.22 cores=0,2
/proc/86554/task/86581/stat : 86581 (java) R 86545 86554 86503 0 -1 4194368 8869 0 93 0 1206 16 0 0 20 0 20 0 8369928 19566772224 243725 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 10 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
[pid=86554/tid=86618] ppid=86545 vsize=19108176 memory=974900 CPUtime=0 cores=0,2
/proc/86554/task/86618/stat : 86618 (Finalizer) S 86545 86554 86503 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 8369940 19566772224 243725 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
[pid=86554/tid=86648] ppid=86545 vsize=19108176 memory=386836 CPUtime=0 cores=0,2
/proc/86554/task/86648/stat : 86648 (Common-Cleaner) S 86545 86554 86503 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 8369941 19566772224 243725 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
[pid=86554/tid=86651] ppid=86545 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/86554/task/86651/stat : 86651 (Timer-0) S 86545 86554 86503 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8369966 19566772224 243725 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
Current children cumulated CPU time: 15.57 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 974900 KiB

[startup+25.5003 s]
/proc/loadavg: 2.66 2.18 2.11 7/336 86660
/proc/meminfo: memFree=100778120/131524600 swapFree=131071996/131071996
[pid=86554] ppid=86545 vsize=19108176 memory=1457444 CPUtime=28.54 cores=0,2
/proc/86554/stat : 86554 (java) S 86545 86554 86503 0 -1 1077936128 39343 0 140 0 2821 33 0 0 20 0 20 0 8369924 19566772224 364361 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 0 0 16800975 0 0 0 17 0 0 0 3 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
/proc/86554/statm: 4777044 364361 5836 1 0 664609 0
[pid=86554/tid=86581] ppid=86545 vsize=19108176 memory=0 CPUtime=24.79 cores=0,2
/proc/86554/task/86581/stat : 86581 (java) R 86545 86554 86503 0 -1 4194368 11289 0 93 0 2455 24 0 0 20 0 20 0 8369928 19566772224 364361 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 10 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
[pid=86554/tid=86618] ppid=86545 vsize=19108176 memory=323348 CPUtime=0 cores=0,2
/proc/86554/task/86618/stat : 86618 (Finalizer) S 86545 86554 86503 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 8369940 19566772224 364361 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
[pid=86554/tid=86648] ppid=86545 vsize=19108176 memory=1457416 CPUtime=0 cores=0,2
/proc/86554/task/86648/stat : 86648 (Common-Cleaner) S 86545 86554 86503 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 8369941 19566772224 364361 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
[pid=86554/tid=86651] ppid=86545 vsize=19108176 memory=1457360 CPUtime=0 cores=0,2
/proc/86554/task/86651/stat : 86651 (Timer-0) S 86545 86554 86503 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8369966 19566772224 364361 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
Current children cumulated CPU time: 28.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1457444 KiB

[startup+51.106 s]
/proc/loadavg: 3.23 2.36 2.18 6/336 86665
/proc/meminfo: memFree=99561352/131524600 swapFree=131071996/131071996
[pid=86554] ppid=86545 vsize=19108176 memory=1740208 CPUtime=54.41 cores=0,2
/proc/86554/stat : 86554 (java) S 86545 86554 86503 0 -1 1077936128 49636 0 140 0 5400 41 0 0 20 0 20 0 8369924 19566772224 435052 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 0 0 16800975 0 0 0 17 0 0 0 3 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
/proc/86554/statm: 4777044 435052 5836 1 0 664628 0
[pid=86554/tid=86581] ppid=86545 vsize=19108176 memory=11576 CPUtime=50.02 cores=0,2
/proc/86554/task/86581/stat : 86581 (java) R 86545 86554 86503 0 -1 4194368 16138 0 93 0 4974 28 0 0 20 0 20 0 8369928 19566772224 435052 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 10 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
[pid=86554/tid=86618] ppid=86545 vsize=19108176 memory=1740196 CPUtime=0 cores=0,2
/proc/86554/task/86618/stat : 86618 (Finalizer) S 86545 86554 86503 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 8369940 19566772224 435052 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
[pid=86554/tid=86648] ppid=86545 vsize=19108176 memory=1740196 CPUtime=0 cores=0,2
/proc/86554/task/86648/stat : 86648 (Common-Cleaner) S 86545 86554 86503 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 8369941 19566772224 435052 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
[pid=86554/tid=86651] ppid=86545 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/86554/task/86651/stat : 86651 (Timer-0) S 86545 86554 86503 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8369966 19566772224 435052 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0

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

/proc/meminfo: memFree=96354988/131524600 swapFree=131071996/131071996
[pid=86554] ppid=86545 vsize=19108176 memory=2625092 CPUtime=3170.58 cores=0,2
/proc/86554/stat : 86554 (java) S 86545 86554 86503 0 -1 1077936128 296122 0 141 0 316863 195 0 0 20 0 20 0 8369924 19566772224 656273 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 0 0 16800975 0 0 0 17 0 0 0 3 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
/proc/86554/statm: 4777044 656273 5891 1 0 665238 0
[pid=86554/tid=86581] ppid=86545 vsize=19108176 memory=5552 CPUtime=3123.14 cores=0,2
/proc/86554/task/86581/stat : 86581 (java) R 86545 86554 86503 0 -1 4194368 126229 0 93 0 312260 54 0 0 20 0 20 0 8369928 19566772224 656273 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 17 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
[pid=86554/tid=86618] ppid=86545 vsize=19108176 memory=12348 CPUtime=0 cores=0,2
/proc/86554/task/86618/stat : 86618 (Finalizer) S 86545 86554 86503 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 8369940 19566772224 656273 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
[pid=86554/tid=86648] ppid=86545 vsize=19108176 memory=-6000919485608191591 CPUtime=0 cores=0,2
/proc/86554/task/86648/stat : 86648 (Common-Cleaner) S 86545 86554 86503 0 -1 1077936192 3535 0 0 0 0 0 0 0 20 0 20 0 8369941 19566772224 656273 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
[pid=86554/tid=86651] ppid=86545 vsize=19108176 memory=279794168852528 CPUtime=0 cores=0,2
/proc/86554/task/86651/stat : 86651 (Timer-0) S 86545 86554 86503 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8369966 19566772224 656273 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
Current children cumulated CPU time: 3170.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2625092 KiB

[startup+3222.3 s]
/proc/loadavg: 4.18 4.26 4.19 6/335 88428
/proc/meminfo: memFree=96354076/131524600 swapFree=131071996/131071996
[pid=86554] ppid=86545 vsize=19108176 memory=2625092 CPUtime=3231.59 cores=0,2
/proc/86554/stat : 86554 (java) S 86545 86554 86503 0 -1 1077936128 300766 0 141 0 322960 199 0 0 20 0 20 0 8369924 19566772224 656273 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 0 0 16800975 0 0 0 17 0 0 0 3 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
/proc/86554/statm: 4777044 656273 5891 1 0 665238 0
[pid=86554/tid=86581] ppid=86545 vsize=19108176 memory=11576 CPUtime=3182.46 cores=0,2
/proc/86554/task/86581/stat : 86581 (java) S 86545 86554 86503 0 -1 1077936192 128078 0 93 0 318192 54 0 0 20 0 20 0 8369928 19566772224 656273 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 17 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
[pid=86554/tid=86618] ppid=86545 vsize=19108176 memory=2625092 CPUtime=0 cores=0,2
/proc/86554/task/86618/stat : 86618 (Finalizer) S 86545 86554 86503 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 8369940 19566772224 656273 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
[pid=86554/tid=86648] ppid=86545 vsize=19108176 memory=26028 CPUtime=0 cores=0,2
/proc/86554/task/86648/stat : 86648 (Common-Cleaner) S 86545 86554 86503 0 -1 1077936192 3580 0 0 0 0 0 0 0 20 0 20 0 8369941 19566772224 656273 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
[pid=86554/tid=86651] ppid=86545 vsize=19108176 memory=2625092 CPUtime=0 cores=0,2
/proc/86554/task/86651/stat : 86651 (Timer-0) S 86545 86554 86503 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8369966 19566772224 656273 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
Current children cumulated CPU time: 3231.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2625092 KiB

[startup+3282.31 s]
/proc/loadavg: 4.29 4.30 4.21 6/333 88451
/proc/meminfo: memFree=96352816/131524600 swapFree=131071996/131071996
[pid=86554] ppid=86545 vsize=19108176 memory=2625092 CPUtime=3292.29 cores=0,2
/proc/86554/stat : 86554 (java) S 86545 86554 86503 0 -1 1077936128 305429 0 141 0 329026 203 0 0 20 0 20 0 8369924 19566772224 656273 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 0 0 16800975 0 0 0 17 0 0 0 3 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
/proc/86554/statm: 4777044 656273 5891 1 0 665238 0
[pid=86554/tid=86581] ppid=86545 vsize=19108176 memory=2625092 CPUtime=3241.38 cores=0,2
/proc/86554/task/86581/stat : 86581 (java) R 86545 86554 86503 0 -1 4194368 130022 0 93 0 324083 55 0 0 20 0 20 0 8369928 19566772224 656273 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 17 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
[pid=86554/tid=86618] ppid=86545 vsize=19108176 memory=2625092 CPUtime=0 cores=0,2
/proc/86554/task/86618/stat : 86618 (Finalizer) S 86545 86554 86503 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 8369940 19566772224 656273 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
[pid=86554/tid=86648] ppid=86545 vsize=19108176 memory=2625092 CPUtime=0 cores=0,2
/proc/86554/task/86648/stat : 86648 (Common-Cleaner) S 86545 86554 86503 0 -1 1077936192 3659 0 0 0 0 0 0 0 20 0 20 0 8369941 19566772224 656273 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
[pid=86554/tid=86651] ppid=86545 vsize=19108176 memory=34848 CPUtime=0 cores=0,2
/proc/86554/task/86651/stat : 86651 (Timer-0) S 86545 86554 86503 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8369966 19566772224 656273 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
Current children cumulated CPU time: 3292.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2625092 KiB

[startup+3342.3 s]
/proc/loadavg: 4.28 4.29 4.21 7/333 88462
/proc/meminfo: memFree=96352108/131524600 swapFree=131071996/131071996
[pid=86554] ppid=86545 vsize=19108176 memory=2625100 CPUtime=3354.08 cores=0,2
/proc/86554/stat : 86554 (java) S 86545 86554 86503 0 -1 1077936128 310828 0 141 0 335201 207 0 0 20 0 20 0 8369924 19566772224 656275 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 0 0 16800975 0 0 0 17 0 0 0 3 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
/proc/86554/statm: 4777044 656275 5891 1 0 665243 0
[pid=86554/tid=86581] ppid=86545 vsize=19108176 memory=2625092 CPUtime=3300.45 cores=0,2
/proc/86554/task/86581/stat : 86581 (java) R 86545 86554 86503 0 -1 4194368 132578 0 93 0 329990 55 0 0 20 0 20 0 8369928 19566772224 656275 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 17 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
[pid=86554/tid=86618] ppid=86545 vsize=19108176 memory=328956 CPUtime=0 cores=0,2
/proc/86554/task/86618/stat : 86618 (Finalizer) S 86545 86554 86503 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 8369940 19566772224 656275 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
[pid=86554/tid=86648] ppid=86545 vsize=19108176 memory=28272 CPUtime=0 cores=0,2
/proc/86554/task/86648/stat : 86648 (Common-Cleaner) S 86545 86554 86503 0 -1 1077936192 3743 0 0 0 0 0 0 0 20 0 20 0 8369941 19566772224 656275 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
[pid=86554/tid=86651] ppid=86545 vsize=19108176 memory=2625092 CPUtime=0 cores=0,2
/proc/86554/task/86651/stat : 86651 (Timer-0) S 86545 86554 86503 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8369966 19566772224 656275 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
Current children cumulated CPU time: 3354.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2625100 KiB

[startup+3402.3 s]
/proc/loadavg: 4.28 4.29 4.21 6/333 88473
/proc/meminfo: memFree=96351716/131524600 swapFree=131071996/131071996
[pid=86554] ppid=86545 vsize=19108176 memory=2625100 CPUtime=3416.31 cores=0,2
/proc/86554/stat : 86554 (java) S 86545 86554 86503 0 -1 1077936128 315786 0 141 0 341420 211 0 0 20 0 20 0 8369924 19566772224 656275 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 0 0 16800975 0 0 0 17 0 0 0 3 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
/proc/86554/statm: 4777044 656275 5891 1 0 665243 0
[pid=86554/tid=86581] ppid=86545 vsize=19108176 memory=2625092 CPUtime=3359.85 cores=0,2
/proc/86554/task/86581/stat : 86581 (java) R 86545 86554 86503 0 -1 4194368 134488 0 93 0 335929 56 0 0 20 0 20 0 8369928 19566772224 656275 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 17 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
[pid=86554/tid=86618] ppid=86545 vsize=19108176 memory=2625100 CPUtime=0 cores=0,2
/proc/86554/task/86618/stat : 86618 (Finalizer) S 86545 86554 86503 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 8369940 19566772224 656275 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
[pid=86554/tid=86648] ppid=86545 vsize=19108176 memory=2625100 CPUtime=0 cores=0,2
/proc/86554/task/86648/stat : 86648 (Common-Cleaner) S 86545 86554 86503 0 -1 1077936192 3851 0 0 0 0 0 0 0 20 0 20 0 8369941 19566772224 656275 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
[pid=86554/tid=86651] ppid=86545 vsize=19108176 memory=2625100 CPUtime=0 cores=0,2
/proc/86554/task/86651/stat : 86651 (Timer-0) S 86545 86554 86503 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8369966 19566772224 656275 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
Current children cumulated CPU time: 3416.31 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2625100 KiB

[startup+3462.3 s]
/proc/loadavg: 4.21 4.27 4.21 6/332 88483
/proc/meminfo: memFree=96350804/131524600 swapFree=131071996/131071996
[pid=86554] ppid=86545 vsize=19108176 memory=2625104 CPUtime=3477.61 cores=0,2
/proc/86554/stat : 86554 (java) S 86545 86554 86503 0 -1 1077936128 319583 0 141 0 347546 215 0 0 20 0 20 0 8369924 19566772224 656276 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 0 0 16800975 0 0 0 17 0 0 0 3 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
/proc/86554/statm: 4777044 656276 5891 1 0 665243 0
[pid=86554/tid=86581] ppid=86545 vsize=19108176 memory=2625092 CPUtime=3419.18 cores=0,2
/proc/86554/task/86581/stat : 86581 (java) R 86545 86554 86503 0 -1 4194368 136596 0 93 0 341862 56 0 0 20 0 20 0 8369928 19566772224 656276 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 17 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
[pid=86554/tid=86618] ppid=86545 vsize=19108176 memory=2625100 CPUtime=0 cores=0,2
/proc/86554/task/86618/stat : 86618 (Finalizer) S 86545 86554 86503 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 8369940 19566772224 656276 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
[pid=86554/tid=86648] ppid=86545 vsize=19108176 memory=2625104 CPUtime=0 cores=0,2
/proc/86554/task/86648/stat : 86648 (Common-Cleaner) S 86545 86554 86503 0 -1 1077936192 3996 0 0 0 0 0 0 0 20 0 20 0 8369941 19566772224 656276 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
[pid=86554/tid=86651] ppid=86545 vsize=19108176 memory=2625104 CPUtime=0 cores=0,2
/proc/86554/task/86651/stat : 86651 (Timer-0) S 86545 86554 86503 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8369966 19566772224 656276 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
Current children cumulated CPU time: 3477.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2625104 KiB

[startup+3522.3 s]
/proc/loadavg: 4.41 4.31 4.22 6/332 88495
/proc/meminfo: memFree=96349972/131524600 swapFree=131071996/131071996
[pid=86554] ppid=86545 vsize=19108176 memory=2625140 CPUtime=3539.86 cores=0,2
/proc/86554/stat : 86554 (java) S 86545 86554 86503 0 -1 1077936128 325747 0 141 0 353768 218 0 0 20 0 20 0 8369924 19566772224 656285 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 0 0 16800975 0 0 0 17 0 0 0 3 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
/proc/86554/statm: 4777044 656285 5891 1 0 665245 0
[pid=86554/tid=86581] ppid=86545 vsize=19108176 memory=2625132 CPUtime=3478.65 cores=0,2
/proc/86554/task/86581/stat : 86581 (java) R 86545 86554 86503 0 -1 4194368 138401 0 93 0 347809 56 0 0 20 0 20 0 8369928 19566772224 656285 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 17 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
[pid=86554/tid=86618] ppid=86545 vsize=19108176 memory=11576 CPUtime=0 cores=0,2
/proc/86554/task/86618/stat : 86618 (Finalizer) S 86545 86554 86503 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 8369940 19566772224 656285 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
[pid=86554/tid=86648] ppid=86545 vsize=19108176 memory=2625140 CPUtime=0 cores=0,2
/proc/86554/task/86648/stat : 86648 (Common-Cleaner) S 86545 86554 86503 0 -1 1077936192 3996 0 0 0 0 0 0 0 20 0 20 0 8369941 19566772224 656285 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
[pid=86554/tid=86651] ppid=86545 vsize=19108176 memory=2625140 CPUtime=0 cores=0,2
/proc/86554/task/86651/stat : 86651 (Timer-0) S 86545 86554 86503 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8369966 19566772224 656285 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
Current children cumulated CPU time: 3539.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2625140 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3581.2 s]
/proc/loadavg: 4.25 4.28 4.22 6/329 88640
/proc/meminfo: memFree=92661464/131524600 swapFree=131071996/131071996
[pid=86554] ppid=86545 vsize=19108176 memory=2625140 CPUtime=3600 cores=0,2
/proc/86554/stat : 86554 (java) S 86545 86554 86503 0 -1 1077936128 328354 0 141 0 359779 221 0 0 20 0 20 0 8369924 19566772224 656285 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 0 0 16800975 0 0 0 17 0 0 0 3 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
/proc/86554/statm: 4777044 656285 5891 1 0 665245 0
[pid=86554/tid=86581] ppid=86545 vsize=19108176 memory=11540 CPUtime=3537.02 cores=0,2
/proc/86554/task/86581/stat : 86581 (java) R 86545 86554 86503 0 -1 4194368 140114 0 93 0 353645 57 0 0 20 0 20 0 8369928 19566772224 656285 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 17 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
[pid=86554/tid=86618] ppid=86545 vsize=19108176 memory=-6000919485608191591 CPUtime=0 cores=0,2
/proc/86554/task/86618/stat : 86618 (Finalizer) S 86545 86554 86503 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 8369940 19566772224 656285 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
[pid=86554/tid=86648] ppid=86545 vsize=19108176 memory=26028 CPUtime=0 cores=0,2
/proc/86554/task/86648/stat : 86648 (Common-Cleaner) S 86545 86554 86503 0 -1 1077936192 4051 0 0 0 0 0 0 0 20 0 20 0 8369941 19566772224 656285 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
[pid=86554/tid=86651] ppid=86545 vsize=19108176 memory=1800 CPUtime=0 cores=0,2
/proc/86554/task/86651/stat : 86651 (Timer-0) S 86545 86554 86503 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8369966 19566772224 656285 134679101440 93842712391680 93842712395376 140725533414736 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93842712403192 93842712403984 93842733572096 140725533418479 140725533418592 140725533418592 140725533425608 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2625140 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.94 s, system=2.22909 s

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

Child status: 143

Real time (s): 3581.29
CPU time (s): 3600.17
CPU user time (s): 3597.94
CPU system time (s): 2.22909
CPU usage (%): 100.527
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 2625140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.94
system time used= 2.2291
maximum resident set size= 2625812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 331208
page faults= 141
swaps= 0
block input operations= 30384
block output operations= 3824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 124174
involuntary context switches= 34572


# summary of solver processes directly reported to runsolver:
#   pid: 86554
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3597.94
#   total CPU system time (s): 2.22909

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.13957 second user time and 19.1741 second system time

The end

Launcher Data

Begin job on nodeC035 at 2024-07-23 09:06:36
IDJOB=4456099
IDBENCH=143215
IDSOLVER=3035
FILE ID=nodeC035/4456099-1721718396
RUNJOBID= nodeC035-1721718396-86513
SLURM_JOB_ID= 7770407
Free space on /tmp= 890068 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/WBO/SOFT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900547389--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4456099-1721718396/watcher-4456099-1721718396 -o /tmp/evaluation-result-4456099-1721718396/solver-4456099-1721718396 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1721718396-86513 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4456099-1721718396.wbo

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

MD5SUM BENCH= 9db53b9de24bf429e61c95cb9f7b1f1e
RANDOM SEED=1351450909

nodeC035.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		: 3610.162
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.54
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		: 3330.009
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.93
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		: 3562.842
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        105984352 kB
MemAvailable:   129686364 kB
Buffers:          134980 kB
Cached:         24312248 kB
SwapCached:            0 kB
Active:           887284 kB
Inactive:       23932044 kB
Active(anon):       1448 kB
Inactive(anon):   408692 kB
Active(file):     885836 kB
Inactive(file): 23523352 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1308 kB
Writeback:             0 kB
AnonPages:        371800 kB
Mapped:            99832 kB
Shmem:             37720 kB
KReclaimable:     264944 kB
Slab:             369152 kB
SReclaimable:     264944 kB
SUnreclaim:       104208 kB
KernelStack:        3700 kB
PageTables:         9380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     759668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            18976 kB
HardwareCorrupted:     0 kB
AnonHugePages:    245760 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:      289492 kB
DirectMap2M:    25698304 kB
DirectMap1G:    110100480 kB

Free space on /tmp at the end= 889964 MiB
End job on nodeC035 at 2024-07-23 10:06:18