Trace number 4525290

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 CP 2025-06-06MSAT (TO) 3600.2 3326.19

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900545610--soft-33-100-0.wbo
MD5SUM314f806452096a8f3ea5f4a2c578e7f2
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark14.6084
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 constraints1863
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 94064
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 94063
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 671
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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: ANY
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Armin Biere (Picosat) restarts strategy
0.13/0.15	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4525290-1751620422.wbo
0.13/0.15	c reading problem ... 
0.32/0.24	c ... done. Wall clock time 0.084s.
0.32/0.24	c declared #vars     231
0.32/0.24	c internal #vars     2094
0.32/0.24	c #constraints  2708
0.32/0.24	c constraints type 
0.32/0.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 83
0.32/0.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18
0.32/0.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5
0.32/0.25	c org.sat4j.specs.Constr$1 => 1
0.32/0.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2601
0.32/0.25	c 2708 constraints processed.
0.32/0.26	c objective function length is 1863 literals
0.70/0.47	c SATISFIABLE
0.70/0.47	c OPTIMIZING...
0.70/0.47	c Got one! Elapsed wall clock time (in seconds):0.314
0.70/0.47	o 13355
1.08/0.65	c Got one! Elapsed wall clock time (in seconds):0.501
1.08/0.65	o 13353
1.46/0.84	c Got one! Elapsed wall clock time (in seconds):0.688
1.46/0.84	o 13352
1.86/1.00	c Got one! Elapsed wall clock time (in seconds):0.849
1.86/1.00	o 13350
2.25/1.25	c Got one! Elapsed wall clock time (in seconds):1.098
2.25/1.25	o 13349
3.23/1.70	c Got one! Elapsed wall clock time (in seconds):1.545
3.23/1.70	o 13348
3.62/1.98	c Got one! Elapsed wall clock time (in seconds):1.826
3.62/1.98	o 13347
4.39/2.36	c Got one! Elapsed wall clock time (in seconds):2.207
4.39/2.36	o 13346
5.22/2.97	c Got one! Elapsed wall clock time (in seconds):2.816
5.22/2.97	o 13345
6.63/4.20	c Got one! Elapsed wall clock time (in seconds):4.045
6.63/4.20	o 13344
7.42/4.81	c Got one! Elapsed wall clock time (in seconds):4.654
7.42/4.81	o 13343
8.14/5.55	c Got one! Elapsed wall clock time (in seconds):5.393
8.14/5.55	o 13342
9.44/6.73	c Got one! Elapsed wall clock time (in seconds):6.579
9.44/6.73	o 13341
11.37/8.59	c Got one! Elapsed wall clock time (in seconds):8.44
11.37/8.59	o 13340
14.40/11.51	c Got one! Elapsed wall clock time (in seconds):11.355
14.40/11.51	o 13339
15.25/12.37	c Got one! Elapsed wall clock time (in seconds):12.216
15.25/12.37	o 13338
16.26/13.37	c Got one! Elapsed wall clock time (in seconds):13.221
16.26/13.37	o 13337
18.16/15.18	c Got one! Elapsed wall clock time (in seconds):15.032
18.16/15.18	o 13249
21.35/18.35	c Got one! Elapsed wall clock time (in seconds):18.196
21.35/18.35	o 13248
26.02/22.89	c Got one! Elapsed wall clock time (in seconds):22.74
26.02/22.89	o 13247
34.66/31.17	c cleaning 2498 clauses out of 5002
35.58/32.04	c Got one! Elapsed wall clock time (in seconds):31.892
35.58/32.04	o 13246
37.07/33.59	c Got one! Elapsed wall clock time (in seconds):33.436
37.07/33.59	o 13211
39.37/35.77	c Got one! Elapsed wall clock time (in seconds):35.613
39.37/35.77	o 13209
42.33/38.68	c Got one! Elapsed wall clock time (in seconds):38.527
42.33/38.68	o 13208
47.02/43.26	c Got one! Elapsed wall clock time (in seconds):43.108
47.02/43.26	o 13207
54.10/50.15	c Got one! Elapsed wall clock time (in seconds):49.997
54.10/50.15	o 13206
62.98/58.88	c Got one! Elapsed wall clock time (in seconds):58.725
62.98/58.88	o 13205
85.05/80.35	c Got one! Elapsed wall clock time (in seconds):80.202
85.05/80.36	o 13113
87.94/83.19	c Got one! Elapsed wall clock time (in seconds):83.038
87.94/83.19	o 13112
91.63/86.82	c Got one! Elapsed wall clock time (in seconds):86.671
91.63/86.82	o 13111
98.17/93.14	c Got one! Elapsed wall clock time (in seconds):92.985
98.17/93.14	o 13106
106.76/101.67	c Got one! Elapsed wall clock time (in seconds):101.522
106.76/101.67	o 13105
118.94/113.51	c Got one! Elapsed wall clock time (in seconds):113.357
118.94/113.51	o 13104
139.69/133.92	c Got one! Elapsed wall clock time (in seconds):133.768
139.69/133.92	o 13103
157.23/151.27	c cleaning 4238 clauses out of 8504
169.12/162.97	c Got one! Elapsed wall clock time (in seconds):162.816
169.12/162.97	o 13096
216.00/209.17	c Got one! Elapsed wall clock time (in seconds):209.021
216.00/209.17	o 13077
222.26/215.33	c Got one! Elapsed wall clock time (in seconds):215.182
222.26/215.33	o 13076
229.37/222.30	c Got one! Elapsed wall clock time (in seconds):222.145
229.37/222.30	o 13074
238.12/230.93	c Got one! Elapsed wall clock time (in seconds):230.777
238.12/230.93	o 13072
249.76/242.47	c Got one! Elapsed wall clock time (in seconds):242.316
249.76/242.47	o 13071
267.24/259.78	c Got one! Elapsed wall clock time (in seconds):259.631
267.24/259.78	o 13049
294.53/286.71	c Got one! Elapsed wall clock time (in seconds):286.556
294.53/286.71	o 13019
337.74/329.63	c Got one! Elapsed wall clock time (in seconds):329.48
337.74/329.63	o 13018
414.73/406.03	c cleaning 5608 clauses out of 11264
424.57/415.86	c Got one! Elapsed wall clock time (in seconds):415.706
424.57/415.86	o 13012
579.45/569.34	c Got one! Elapsed wall clock time (in seconds):569.19
579.45/569.34	o 13011
589.81/579.53	c Got one! Elapsed wall clock time (in seconds):579.377
589.81/579.53	o 13010
604.55/594.19	c Got one! Elapsed wall clock time (in seconds):594.037
604.55/594.19	o 12973
621.46/611.00	c Got one! Elapsed wall clock time (in seconds):610.848
621.46/611.00	o 12972
644.45/633.80	c Got one! Elapsed wall clock time (in seconds):633.643
644.45/633.80	o 12971
682.33/671.44	c Got one! Elapsed wall clock time (in seconds):671.288
682.33/671.44	o 12948
738.75/727.41	c Got one! Elapsed wall clock time (in seconds):727.255
738.75/727.41	o 12947
815.24/803.48	c Got one! Elapsed wall clock time (in seconds):803.323
815.24/803.48	o 12946
944.51/931.96	c Got one! Elapsed wall clock time (in seconds):931.806
944.51/931.96	o 12945
976.43/963.66	c cleaning 6816 clauses out of 13656
1177.79/1163.35	c Got one! Elapsed wall clock time (in seconds):1163.194
1177.79/1163.35	o 12944
1543.22/1526.10	c Got one! Elapsed wall clock time (in seconds):1525.952
1543.22/1526.10	o 12943
1565.17/1547.94	c Got one! Elapsed wall clock time (in seconds):1547.792
1565.17/1547.94	o 12942
1592.18/1574.79	c Got one! Elapsed wall clock time (in seconds):1574.64
1592.18/1574.79	o 12941
1628.57/1610.88	c Got one! Elapsed wall clock time (in seconds):1610.727
1628.57/1610.88	o 12940
1677.01/1658.80	c Got one! Elapsed wall clock time (in seconds):1658.65
1677.01/1658.80	o 12939
1737.50/1718.96	c Got one! Elapsed wall clock time (in seconds):1718.809
1737.50/1718.96	o 12938
1839.01/1817.73	c Got one! Elapsed wall clock time (in seconds):1817.573
1839.01/1817.73	o 12901
1944.95/1920.81	c cleaning 7909 clauses out of 15841
1981.51/1955.03	c Got one! Elapsed wall clock time (in seconds):1954.879
1981.51/1955.03	o 12900
2186.28/2137.13	c Got one! Elapsed wall clock time (in seconds):2136.976
2186.28/2137.13	o 12881
2527.74/2434.45	c Got one! Elapsed wall clock time (in seconds):2434.296
2527.74/2434.45	o 12880
3124.61/2938.46	c Got one! Elapsed wall clock time (in seconds):2938.308
3124.61/2938.46	o 12879
3421.89/3181.39	c cleaning 8957 clauses out of 17933
3600.04/3326.12	c starts		: 131
3600.04/3326.13	c conflicts		: 46064
3600.04/3326.14	c decisions		: 305438
3600.04/3326.14	c propagations		: 1701266
3600.04/3326.14	c inspects		: 3787320642
3600.04/3326.14	c shortcuts		: 0
3600.04/3326.14	c learnt literals	: 0
3600.04/3326.14	c learnt binary clauses	: 0
3600.04/3326.14	c learnt ternary clauses	: 0
3600.04/3326.14	c learnt constraints	: 46064
3600.04/3326.14	c ignored constraints	: 0
3600.04/3326.14	c root simplifications	: 0
3600.04/3326.14	c removed literals (reason simplification)	: 0
3600.04/3326.14	c reason swapping (by a shorter reason)	: 0
3600.04/3326.14	c Calls to reduceDB	: 6
3600.04/3326.14	c Number of update (reduction) of LBD	: 0
3600.04/3326.14	c Imported unit clauses	: 0
3600.04/3326.14	c No decision after first conflict	: false
3600.04/3326.14	c number of reductions to clauses (during analyze)	: 0
3600.04/3326.14	c number of learned constraints concerned by reduction	: 0
3600.04/3326.14	c number of learning phase by resolution	: 0
3600.04/3326.14	c number of learning phase by cutting planes	: 0
3600.04/3326.14	c number of rounding to 1 operations	: 0
3600.04/3326.14	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3326.14	c number of reductions of the coefficients by power 2 	: 0
3600.04/3326.14	c number of right shift for reduction by power 2 	: 0
3600.04/3326.14	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3326.14	c number of ending skipping 	: 0
3600.04/3326.14	c number of internal skipping 	: 0
3600.04/3326.14	c number of derivation steps 	: 434969
3600.04/3326.14	c number of skipped derivation steps 	: 0
3600.04/3326.14	c number of remaining unassigned 	: 141120
3600.04/3326.14	c number of remaining assigned 	: 27516282
3600.04/3326.14	c number of falsified literals weakened from reason	: 0
3600.04/3326.14	c number of falsified literals weakened from conflict	: 0
3600.04/3326.14	c time for arithmetic operations	: 2611628279
3600.04/3326.15	c minimum degree of deleted constraints	: null
3600.04/3326.15	c maximum degree of deleted constraints	: null
3600.04/3326.15	c number of deleted constraints	: 0
3600.04/3326.15	c speed (assignments/second)	: 511.5238257886907
3600.04/3326.15	c non guided choices	: 7236
3600.04/3326.16	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 84
3600.04/3326.16	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 9911
3600.04/3326.16	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 43
3600.04/3326.16	s SATISFIABLE
3600.04/3326.16	c Found 65 solution(s)
3600.04/3326.17	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.04/3326.17	c objective function=12879
3600.04/3326.17	c Total wall clock time (in seconds): 3326.018

Verifier Data

OK	2347

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: 63708 MiB (47138 MiB free)
  memory of node 1: 64465 MiB (46296 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4525290-1751620422/watcher-4525290-1751620422 -o /tmp/evaluation-result-4525290-1751620422/solver-4525290-1751620422 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751617233-86407 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4525290-1751620422.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 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=86749, runsolver pid=86746
Current StackSize limit: 8192 KiB


[startup+0.100022 s]*
/proc/loadavg: 4.61 4.67 4.51 6/337 86767
/proc/meminfo: memFree=95657368/131249988 swapFree=33010416/33010684
[pid=86749] ppid=86746 vsize=18930384 memory=58020 CPUtime=0.13 cores=0,2
/proc/86749/stat : 86749 (java) S 86746 86749 86397 0 -1 4194304 6604 0 0 0 11 2 0 0 20 0 18 0 77720717 19384713216 14505 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
/proc/86749/statm: 4732596 14505 5369 1 0 547640 0
[pid=86749/tid=86751] ppid=86746 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/86749/task/86751/stat : 86751 (java) R 86746 86749 86397 0 -1 4194368 5103 0 0 0 6 1 0 0 20 0 18 0 77720718 19384713216 14505 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
[pid=86749/tid=86760] ppid=86746 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/86749/task/86760/stat : 86760 (Finalizer) S 86746 86749 86397 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 77720720 19384713216 14505 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
[pid=86749/tid=86767] ppid=86746 vsize=18930384 memory=57385981078066 CPUtime=0 cores=0,2
/proc/86749/task/86767/stat : 86767 (Common-Cleaner) S 86746 86749 86397 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 77720720 19384713216 14505 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58020 KiB

[startup+0.205652 s]*
/proc/loadavg: 4.61 4.67 4.51 8/337 86767
/proc/meminfo: memFree=95649240/131249988 swapFree=33010416/33010684
[pid=86749] ppid=86746 vsize=18930384 memory=64612 CPUtime=0.32 cores=0,2
/proc/86749/stat : 86749 (java) S 86746 86749 86397 0 -1 4194304 7181 0 0 0 29 3 0 0 20 0 18 0 77720717 19384713216 16153 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
/proc/86749/statm: 4732596 16153 5433 1 0 548017 0
[pid=86749/tid=86751] ppid=86746 vsize=18930384 memory=4026794268 CPUtime=0.17 cores=0,2
/proc/86749/task/86751/stat : 86751 (java) R 86746 86749 86397 0 -1 4194368 5373 0 0 0 15 2 0 0 20 0 18 0 77720718 19384713216 16153 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
[pid=86749/tid=86760] ppid=86746 vsize=18930384 memory=15156 CPUtime=0 cores=0,2
/proc/86749/task/86760/stat : 86760 (Finalizer) S 86746 86749 86397 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 77720720 19384713216 16153 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
[pid=86749/tid=86767] ppid=86746 vsize=18930384 memory=56286469424100 CPUtime=0 cores=0,2
/proc/86749/task/86767/stat : 86767 (Common-Cleaner) S 86746 86749 86397 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 77720720 19384713216 16153 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64612 KiB

[startup+0.305604 s]*
/proc/loadavg: 4.61 4.67 4.51 8/338 86768
/proc/meminfo: memFree=95641048/131249988 swapFree=33010416/33010684
[pid=86749] ppid=86746 vsize=18996948 memory=74256 CPUtime=0.5 cores=0,2
/proc/86749/stat : 86749 (java) S 86746 86749 86397 0 -1 4194304 7720 0 0 0 46 4 0 0 20 0 19 0 77720717 19452874752 18564 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
/proc/86749/statm: 4749237 18564 5465 1 0 548568 0
[pid=86749/tid=86751] ppid=86746 vsize=18996948 memory=-6000919481313093223 CPUtime=0.24 cores=0,2
/proc/86749/task/86751/stat : 86751 (java) R 86746 86749 86397 0 -1 4194368 5514 0 0 0 22 2 0 0 20 0 19 0 77720718 19452874752 18564 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
[pid=86749/tid=86760] ppid=86746 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/86749/task/86760/stat : 86760 (Finalizer) S 86746 86749 86397 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77720720 19452874752 18564 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
[pid=86749/tid=86767] ppid=86746 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/86749/task/86767/stat : 86767 (Common-Cleaner) S 86746 86749 86397 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 77720720 19452874752 18564 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
[pid=86749/tid=86768] ppid=86746 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/86749/task/86768/stat : 86768 (Timer-0) S 86746 86749 86397 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 77720743 19452874752 18564 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 74256 KiB

[startup+0.70022 s]
/proc/loadavg: 4.61 4.67 4.51 7/338 86768
/proc/meminfo: memFree=95598640/131249988 swapFree=33010416/33010684
[pid=86749] ppid=86746 vsize=19063512 memory=166988 CPUtime=1.26 cores=0,2
/proc/86749/stat : 86749 (java) S 86746 86749 86397 0 -1 4194304 11169 0 0 0 119 7 0 0 20 0 20 0 77720717 19521036288 41747 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
/proc/86749/statm: 4765878 41747 5497 1 0 550640 0
[pid=86749/tid=86751] ppid=86746 vsize=19063512 memory=18560 CPUtime=0.6 cores=0,2
/proc/86749/task/86751/stat : 86751 (java) R 86746 86749 86397 0 -1 4194368 5570 0 0 0 56 4 0 0 20 0 20 0 77720718 19521036288 41747 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
[pid=86749/tid=86760] ppid=86746 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/86749/task/86760/stat : 86760 (Finalizer) S 86746 86749 86397 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77720720 19521036288 41747 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
[pid=86749/tid=86767] ppid=86746 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/86749/task/86767/stat : 86767 (Common-Cleaner) S 86746 86749 86397 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 77720720 19521036288 41747 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
[pid=86749/tid=86768] ppid=86746 vsize=19063512 memory=4760 CPUtime=0 cores=0,2
/proc/86749/task/86768/stat : 86768 (Timer-0) S 86746 86749 86397 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77720743 19521036288 41747 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 166988 KiB

[startup+1.50027 s]
/proc/loadavg: 4.61 4.67 4.51 6/339 86769
/proc/meminfo: memFree=95543136/131249988 swapFree=33010416/33010684
[pid=86749] ppid=86746 vsize=19063512 memory=225300 CPUtime=2.84 cores=0,2
/proc/86749/stat : 86749 (java) S 86746 86749 86397 0 -1 4194304 16451 0 0 0 276 8 0 0 20 0 20 0 77720717 19521036288 56325 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
/proc/86749/statm: 4765878 56325 5497 1 0 554362 0
[pid=86749/tid=86751] ppid=86746 vsize=19063512 memory=0 CPUtime=1.3 cores=0,2
/proc/86749/task/86751/stat : 86751 (java) R 86746 86749 86397 0 -1 4194368 5589 0 0 0 126 4 0 0 20 0 20 0 77720718 19521036288 56325 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
[pid=86749/tid=86760] ppid=86746 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/86749/task/86760/stat : 86760 (Finalizer) S 86746 86749 86397 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77720720 19521036288 56325 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
[pid=86749/tid=86767] ppid=86746 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/86749/task/86767/stat : 86767 (Common-Cleaner) S 86746 86749 86397 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 77720720 19521036288 56325 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
[pid=86749/tid=86768] ppid=86746 vsize=19063512 memory=4760 CPUtime=0 cores=0,2
/proc/86749/task/86768/stat : 86768 (Timer-0) S 86746 86749 86397 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77720743 19521036288 56325 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 225300 KiB

[startup+3.10568 s]
/proc/loadavg: 4.61 4.67 4.51 6/339 86769
/proc/meminfo: memFree=95075944/131249988 swapFree=33010416/33010684
[pid=86749] ppid=86746 vsize=19063512 memory=640912 CPUtime=5.42 cores=0,2
/proc/86749/stat : 86749 (java) S 86746 86749 86397 0 -1 4194304 18662 0 0 0 526 16 0 0 20 0 20 0 77720717 19521036288 160228 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
/proc/86749/statm: 4765878 160228 5497 1 0 820841 0
[pid=86749/tid=86751] ppid=86746 vsize=19063512 memory=10752 CPUtime=2.85 cores=0,2
/proc/86749/task/86751/stat : 86751 (java) R 86746 86749 86397 0 -1 4194368 5769 0 0 0 274 11 0 0 20 0 20 0 77720718 19521036288 160228 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
[pid=86749/tid=86760] ppid=86746 vsize=19063512 memory=-6000919481313093223 CPUtime=0 cores=0,2
/proc/86749/task/86760/stat : 86760 (Finalizer) S 86746 86749 86397 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77720720 19521036288 160228 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
[pid=86749/tid=86767] ppid=86746 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/86749/task/86767/stat : 86767 (Common-Cleaner) S 86746 86749 86397 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 77720720 19521036288 160228 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
[pid=86749/tid=86768] ppid=86746 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/86749/task/86768/stat : 86768 (Timer-0) S 86746 86749 86397 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77720743 19521036288 160228 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
Current children cumulated CPU time: 5.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 640912 KiB

[startup+6.30023 s]
/proc/loadavg: 4.56 4.65 4.51 5/339 86769
/proc/meminfo: memFree=94800780/131249988 swapFree=33010416/33010684
[pid=86749] ppid=86746 vsize=19063512 memory=882524 CPUtime=8.98 cores=0,2
/proc/86749/stat : 86749 (java) S 86746 86749 86397 0 -1 4194304 24866 0 0 0 875 23 0 0 20 0 20 0 77720717 19521036288 220631 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
/proc/86749/statm: 4765878 220631 5497 1 0 820844 0
[pid=86749/tid=86751] ppid=86746 vsize=19063512 memory=0 CPUtime=5.95 cores=0,2
/proc/86749/task/86751/stat : 86751 (java) R 86746 86749 86397 0 -1 4194368 7376 0 0 0 580 15 0 0 20 0 20 0 77720718 19521036288 220631 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
[pid=86749/tid=86760] ppid=86746 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/86749/task/86760/stat : 86760 (Finalizer) S 86746 86749 86397 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77720720 19521036288 220631 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
[pid=86749/tid=86767] ppid=86746 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/86749/task/86767/stat : 86767 (Common-Cleaner) S 86746 86749 86397 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 77720720 19521036288 220631 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
[pid=86749/tid=86768] ppid=86746 vsize=19063512 memory=230164 CPUtime=0 cores=0,2
/proc/86749/task/86768/stat : 86768 (Timer-0) S 86746 86749 86397 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77720743 19521036288 220631 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
Current children cumulated CPU time: 8.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 882524 KiB

[startup+12.7002 s]
/proc/loadavg: 4.67 4.68 4.52 5/339 86769
/proc/meminfo: memFree=93653980/131249988 swapFree=33010416/33010684
[pid=86749] ppid=86746 vsize=19063512 memory=2009152 CPUtime=15.65 cores=0,2
/proc/86749/stat : 86749 (java) S 86746 86749 86397 0 -1 4194304 28191 0 0 0 1518 47 0 0 20 0 20 0 77720717 19521036288 502288 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
/proc/86749/statm: 4765878 502288 5497 1 0 820851 0
[pid=86749/tid=86751] ppid=86746 vsize=19063512 memory=230164 CPUtime=12.2 cores=0,2
/proc/86749/task/86751/stat : 86751 (java) R 86746 86749 86397 0 -1 4194368 9532 0 0 0 1184 36 0 0 20 0 20 0 77720718 19521036288 502288 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
[pid=86749/tid=86760] ppid=86746 vsize=19063512 memory=1814540 CPUtime=0 cores=0,2
/proc/86749/task/86760/stat : 86760 (Finalizer) S 86746 86749 86397 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77720720 19521036288 502288 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
[pid=86749/tid=86767] ppid=86746 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/86749/task/86767/stat : 86767 (Common-Cleaner) S 86746 86749 86397 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 77720720 19521036288 502288 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
[pid=86749/tid=86768] ppid=86746 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/86749/task/86768/stat : 86768 (Timer-0) S 86746 86749 86397 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77720743 19521036288 502288 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
Current children cumulated CPU time: 15.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2009152 KiB

[startup+25.5002 s]
/proc/loadavg: 4.67 4.68 4.52 5/339 86769
/proc/meminfo: memFree=93604700/131249988 swapFree=33010416/33010684
[pid=86749] ppid=86746 vsize=19063512 memory=2042068 CPUtime=28.78 cores=0,2
/proc/86749/stat : 86749 (java) S 86746 86749 86397 0 -1 4194304 33819 0 0 0 2828 50 0 0 20 0 20 0 77720717 19521036288 510517 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
/proc/86749/statm: 4765878 510517 5497 1 0 820852 0
[pid=86749/tid=86751] ppid=86746 vsize=19063512 memory=2009152 CPUtime=24.76 cores=0,2
/proc/86749/task/86751/stat : 86751 (java) R 86746 86749 86397 0 -1 4194368 11499 0 0 0 2440 36 0 0 20 0 20 0 77720718 19521036288 510517 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
[pid=86749/tid=86760] ppid=86746 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/86749/task/86760/stat : 86760 (Finalizer) S 86746 86749 86397 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77720720 19521036288 510517 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
[pid=86749/tid=86767] ppid=86746 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/86749/task/86767/stat : 86767 (Common-Cleaner) S 86746 86749 86397 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 77720720 19521036288 510517 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
[pid=86749/tid=86768] ppid=86746 vsize=19063512 memory=2042068 CPUtime=0 cores=0,2
/proc/86749/task/86768/stat : 86768 (Timer-0) S 86746 86749 86397 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77720743 19521036288 510517 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
Current children cumulated CPU time: 28.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2042068 KiB

[startup+51.1056 s]
/proc/loadavg: 4.44 4.62 4.50 5/339 86770
/proc/meminfo: memFree=93531196/131249988 swapFree=33010416/33010684
[pid=86749] ppid=86746 vsize=19063512 memory=2093664 CPUtime=55.1 cores=0,2
/proc/86749/stat : 86749 (java) S 86746 86749 86397 0 -1 4194304 40110 0 0 0 5458 52 0 0 20 0 20 0 77720717 19521036288 523416 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
/proc/86749/statm: 4765878 523416 5497 1 0 820884 0
[pid=86749/tid=86751] ppid=86746 vsize=19063512 memory=2050300 CPUtime=49.74 cores=0,2
/proc/86749/task/86751/stat : 86751 (java) R 86746 86749 86397 0 -1 4194368 14827 0 0 0 4938 36 0 0 20 0 20 0 77720718 19521036288 523416 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
[pid=86749/tid=86760] ppid=86746 vsize=19063512 memory=164 CPUtime=0 cores=0,2

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

/proc/meminfo: memFree=94515716/131249988 swapFree=33010416/33010684
[pid=86749] ppid=86746 vsize=19063512 memory=3244368 CPUtime=3177.89 cores=0,2
/proc/86749/stat : 86749 (java) S 86746 86749 86397 0 -1 4194304 156401 0 0 0 317442 347 0 0 20 0 20 0 77720717 19521036288 811092 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
/proc/86749/statm: 4765878 811092 5497 1 0 822696 0
[pid=86749/tid=86751] ppid=86746 vsize=19063512 memory=3244368 CPUtime=2940.47 cores=0,2
/proc/86749/task/86751/stat : 86751 (java) R 86746 86749 86397 0 -1 4194368 82415 0 0 0 293964 83 0 0 20 0 20 0 77720718 19521036288 811092 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
[pid=86749/tid=86760] ppid=86746 vsize=19063512 memory=3244368 CPUtime=0 cores=0,2
/proc/86749/task/86760/stat : 86760 (Finalizer) S 86746 86749 86397 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77720720 19521036288 811092 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
[pid=86749/tid=86767] ppid=86746 vsize=19063512 memory=3244368 CPUtime=0 cores=0,2
/proc/86749/task/86767/stat : 86767 (Common-Cleaner) S 86746 86749 86397 0 -1 4194368 1274 0 0 0 0 0 0 0 20 0 20 0 77720720 19521036288 811092 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
[pid=86749/tid=86768] ppid=86746 vsize=19063512 memory=3244368 CPUtime=0 cores=0,2
/proc/86749/task/86768/stat : 86768 (Timer-0) S 86746 86749 86397 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77720743 19521036288 811092 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
Current children cumulated CPU time: 3177.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3244368 KiB

[startup+3042.3 s]
/proc/loadavg: 4.80 4.55 4.39 6/338 87136
/proc/meminfo: memFree=94516380/131249988 swapFree=33010416/33010684
[pid=86749] ppid=86746 vsize=19063512 memory=3244496 CPUtime=3253.61 cores=0,2
/proc/86749/stat : 86749 (java) S 86746 86749 86397 0 -1 4194304 159927 0 0 0 325000 361 0 0 20 0 20 0 77720717 19521036288 811124 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
/proc/86749/statm: 4765878 811124 5497 1 0 822713 0
[pid=86749/tid=86751] ppid=86746 vsize=19063512 memory=3244368 CPUtime=2999.58 cores=0,2
/proc/86749/task/86751/stat : 86751 (java) R 86746 86749 86397 0 -1 4194368 84589 0 0 0 299874 84 0 0 20 0 20 0 77720718 19521036288 811124 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
[pid=86749/tid=86760] ppid=86746 vsize=19063512 memory=3244368 CPUtime=0 cores=0,2
/proc/86749/task/86760/stat : 86760 (Finalizer) S 86746 86749 86397 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77720720 19521036288 811124 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
[pid=86749/tid=86767] ppid=86746 vsize=19063512 memory=3244368 CPUtime=0 cores=0,2
/proc/86749/task/86767/stat : 86767 (Common-Cleaner) S 86746 86749 86397 0 -1 4194368 1314 0 0 0 0 0 0 0 20 0 20 0 77720720 19521036288 811124 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
[pid=86749/tid=86768] ppid=86746 vsize=19063512 memory=3244496 CPUtime=0 cores=0,2
/proc/86749/task/86768/stat : 86768 (Timer-0) S 86746 86749 86397 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77720743 19521036288 811124 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
Current children cumulated CPU time: 3253.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3244496 KiB

[startup+3102.3 s]
/proc/loadavg: 4.72 4.57 4.41 5/339 87142
/proc/meminfo: memFree=94468580/131249988 swapFree=33010416/33010684
[pid=86749] ppid=86746 vsize=19063512 memory=3294580 CPUtime=3326.49 cores=0,2
/proc/86749/stat : 86749 (java) S 86746 86749 86397 0 -1 4194304 162769 0 0 0 332275 374 0 0 20 0 20 0 77720717 19521036288 823645 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
/proc/86749/statm: 4765878 823645 5497 1 0 835245 0
[pid=86749/tid=86751] ppid=86746 vsize=19063512 memory=3244368 CPUtime=3058.64 cores=0,2
/proc/86749/task/86751/stat : 86751 (java) R 86746 86749 86397 0 -1 4194368 85839 0 0 0 305778 86 0 0 20 0 20 0 77720718 19521036288 823645 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
[pid=86749/tid=86760] ppid=86746 vsize=19063512 memory=3269604 CPUtime=0 cores=0,2
/proc/86749/task/86760/stat : 86760 (Finalizer) S 86746 86749 86397 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77720720 19521036288 823645 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
[pid=86749/tid=86767] ppid=86746 vsize=19063512 memory=14344 CPUtime=0 cores=0,2
/proc/86749/task/86767/stat : 86767 (Common-Cleaner) S 86746 86749 86397 0 -1 4194368 1365 0 0 0 0 0 0 0 20 0 20 0 77720720 19521036288 823645 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
[pid=86749/tid=86768] ppid=86746 vsize=19063512 memory=3294580 CPUtime=0 cores=0,2
/proc/86749/task/86768/stat : 86768 (Timer-0) S 86746 86749 86397 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77720743 19521036288 823645 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
Current children cumulated CPU time: 3326.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3294580 KiB

[startup+3162.3 s]
/proc/loadavg: 4.87 4.65 4.45 5/339 87144
/proc/meminfo: memFree=94413104/131249988 swapFree=33010416/33010684
[pid=86749] ppid=86746 vsize=19063512 memory=3353004 CPUtime=3399.61 cores=0,2
/proc/86749/stat : 86749 (java) S 86746 86749 86397 0 -1 4194304 164321 0 0 0 339571 390 0 0 20 0 20 0 77720717 19521036288 838251 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
/proc/86749/statm: 4765878 838251 5497 1 0 849865 0
[pid=86749/tid=86751] ppid=86746 vsize=19063512 memory=3244368 CPUtime=3117.7 cores=0,2
/proc/86749/task/86751/stat : 86751 (java) R 86746 86749 86397 0 -1 4194368 87099 0 0 0 311681 89 0 0 20 0 20 0 77720718 19521036288 838251 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
[pid=86749/tid=86760] ppid=86746 vsize=19063512 memory=3269604 CPUtime=0 cores=0,2
/proc/86749/task/86760/stat : 86760 (Finalizer) S 86746 86749 86397 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77720720 19521036288 838251 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
[pid=86749/tid=86767] ppid=86746 vsize=19063512 memory=3327896 CPUtime=0 cores=0,2
/proc/86749/task/86767/stat : 86767 (Common-Cleaner) S 86746 86749 86397 0 -1 4194368 1366 0 0 0 0 0 0 0 20 0 20 0 77720720 19521036288 838251 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
[pid=86749/tid=86768] ppid=86746 vsize=19063512 memory=3353004 CPUtime=0 cores=0,2
/proc/86749/task/86768/stat : 86768 (Timer-0) S 86746 86749 86397 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77720743 19521036288 838251 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
Current children cumulated CPU time: 3399.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3353004 KiB

[startup+3222.3 s]
/proc/loadavg: 4.83 4.68 4.47 6/339 87146
/proc/meminfo: memFree=94389060/131249988 swapFree=33010416/33010684
[pid=86749] ppid=86746 vsize=19063512 memory=3378008 CPUtime=3472.79 cores=0,2
/proc/86749/stat : 86749 (java) S 86746 86749 86397 0 -1 4194304 167211 0 0 0 346875 404 0 0 20 0 20 0 77720717 19521036288 844502 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
/proc/86749/statm: 4765878 844502 5497 1 0 856135 0
[pid=86749/tid=86751] ppid=86746 vsize=19063512 memory=3269604 CPUtime=3176.78 cores=0,2
/proc/86749/task/86751/stat : 86751 (java) R 86746 86749 86397 0 -1 4194368 89355 0 0 0 317587 91 0 0 20 0 20 0 77720718 19521036288 844502 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
[pid=86749/tid=86760] ppid=86746 vsize=19063512 memory=14344 CPUtime=0 cores=0,2
/proc/86749/task/86760/stat : 86760 (Finalizer) S 86746 86749 86397 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77720720 19521036288 844502 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
[pid=86749/tid=86767] ppid=86746 vsize=19063512 memory=3378008 CPUtime=0 cores=0,2
/proc/86749/task/86767/stat : 86767 (Common-Cleaner) S 86746 86749 86397 0 -1 4194368 1367 0 0 0 0 0 0 0 20 0 20 0 77720720 19521036288 844502 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
[pid=86749/tid=86768] ppid=86746 vsize=19063512 memory=3378008 CPUtime=0 cores=0,2
/proc/86749/task/86768/stat : 86768 (Timer-0) S 86746 86749 86397 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77720743 19521036288 844502 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
Current children cumulated CPU time: 3472.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3378008 KiB

[startup+3282.3 s]
/proc/loadavg: 4.82 4.71 4.49 5/339 87148
/proc/meminfo: memFree=94349916/131249988 swapFree=33010416/33010684
[pid=86749] ppid=86746 vsize=19063512 memory=3419688 CPUtime=3546.1 cores=0,2
/proc/86749/stat : 86749 (java) S 86746 86749 86397 0 -1 4194304 170249 0 0 0 354192 418 0 0 20 0 20 0 77720717 19521036288 854922 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
/proc/86749/statm: 4765878 854922 5497 1 0 866588 0
[pid=86749/tid=86751] ppid=86746 vsize=19063512 memory=14344 CPUtime=3235.92 cores=0,2
/proc/86749/task/86751/stat : 86751 (java) R 86746 86749 86397 0 -1 4194368 90754 0 0 0 323499 93 0 0 20 0 20 0 77720718 19521036288 854922 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
[pid=86749/tid=86760] ppid=86746 vsize=19063512 memory=14344 CPUtime=0 cores=0,2
/proc/86749/task/86760/stat : 86760 (Finalizer) S 86746 86749 86397 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77720720 19521036288 854922 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
[pid=86749/tid=86767] ppid=86746 vsize=19063512 memory=3411352 CPUtime=0 cores=0,2
/proc/86749/task/86767/stat : 86767 (Common-Cleaner) S 86746 86749 86397 0 -1 4194368 1395 0 0 0 0 0 0 0 20 0 20 0 77720720 19521036288 854922 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
[pid=86749/tid=86768] ppid=86746 vsize=19063512 memory=3419688 CPUtime=0 cores=0,2
/proc/86749/task/86768/stat : 86768 (Timer-0) S 86746 86749 86397 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77720743 19521036288 854922 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
Current children cumulated CPU time: 3546.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3419688 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3326.11 s]
/proc/loadavg: 4.89 4.74 4.51 6/339 87149
/proc/meminfo: memFree=94308780/131249988 swapFree=33010416/33010684
[pid=86749] ppid=86746 vsize=19063512 memory=3461416 CPUtime=3600.04 cores=0,2
/proc/86749/stat : 86749 (java) S 86746 86749 86397 0 -1 4194304 171127 0 0 0 359576 428 0 0 20 0 20 0 77720717 19521036288 865354 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
/proc/86749/statm: 4765878 865354 5497 1 0 877032 0
[pid=86749/tid=86751] ppid=86746 vsize=19063512 memory=3453096 CPUtime=3279.12 cores=0,2
/proc/86749/task/86751/stat : 86751 (java) R 86746 86749 86397 0 -1 4194368 91394 0 0 0 327817 95 0 0 20 0 20 0 77720718 19521036288 865354 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
[pid=86749/tid=86760] ppid=86746 vsize=19063512 memory=14344 CPUtime=0 cores=0,2
/proc/86749/task/86760/stat : 86760 (Finalizer) S 86746 86749 86397 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77720720 19521036288 865354 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
[pid=86749/tid=86767] ppid=86746 vsize=19063512 memory=14344 CPUtime=0 cores=0,2
/proc/86749/task/86767/stat : 86767 (Common-Cleaner) S 86746 86749 86397 0 -1 4194368 1395 0 0 0 0 0 0 0 20 0 20 0 77720720 19521036288 865354 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
[pid=86749/tid=86768] ppid=86746 vsize=19063512 memory=14344 CPUtime=0 cores=0,2
/proc/86749/task/86768/stat : 86768 (Timer-0) S 86746 86749 86397 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77720743 19521036288 865354 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3461416 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.9 s, system=4.29828 s

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

[startup+3326.11 s]
/proc/loadavg: 4.89 4.74 4.51 6/339 87149
/proc/meminfo: memFree=94308780/131249988 swapFree=33010416/33010684
[pid=86749] ppid=86746 vsize=19063512 memory=3461416 CPUtime=3600.04 cores=0,2
/proc/86749/stat : 86749 (java) S 86746 86749 86397 0 -1 4194304 171127 0 0 0 359576 428 0 0 20 0 20 0 77720717 19521036288 865354 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
/proc/86749/statm: 4765878 865354 5497 1 0 877032 0
[pid=86749/tid=86751] ppid=86746 vsize=19063512 memory=3453096 CPUtime=3279.12 cores=0,2
/proc/86749/task/86751/stat : 86751 (java) R 86746 86749 86397 0 -1 4194368 91394 0 0 0 327817 95 0 0 20 0 20 0 77720718 19521036288 865354 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
[pid=86749/tid=86760] ppid=86746 vsize=19063512 memory=14344 CPUtime=0 cores=0,2
/proc/86749/task/86760/stat : 86760 (Finalizer) S 86746 86749 86397 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77720720 19521036288 865354 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
[pid=86749/tid=86767] ppid=86746 vsize=19063512 memory=14344 CPUtime=0 cores=0,2
/proc/86749/task/86767/stat : 86767 (Common-Cleaner) S 86746 86749 86397 0 -1 4194368 1395 0 0 0 0 0 0 0 20 0 20 0 77720720 19521036288 865354 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
[pid=86749/tid=86768] ppid=86746 vsize=19063512 memory=14344 CPUtime=0 cores=0,2
/proc/86749/task/86768/stat : 86768 (Timer-0) S 86746 86749 86397 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77720743 19521036288 865354 18446744073709551615 93850659741696 93850659745392 140735330300352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93850659753208 93850659754000 93850660114432 140735330302332 140735330302436 140735330302436 140735330308040 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3461416 KiB

Child status: 143

Real time (s): 3326.19
CPU time (s): 3600.2
CPU user time (s): 3595.9
CPU system time (s): 4.29828
CPU usage (%): 108.238
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 3461416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.9
system time used= 4.29828
maximum resident set size= 3462312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 172499
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 129755
involuntary context switches= 25480


# summary of solver processes directly reported to runsolver:
#   pid: 86749
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3595.9
#   total CPU system time (s): 4.29828

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.96966 second user time and 16.0192 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-07-04 11:13:42
IDJOB=4525290
IDBENCH=143573
IDSOLVER=3381
FILE ID=nodeC031/4525290-1751620422
RUNJOBID= nodeC031-1751617233-86407
SLURM_JOB_ID= 9598928
Free space on /tmp= 432092 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900545610--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4525290-1751620422/watcher-4525290-1751620422 -o /tmp/evaluation-result-4525290-1751620422/solver-4525290-1751620422 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751617233-86407 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4525290-1751620422.wbo

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

MD5SUM BENCH= 314f806452096a8f3ea5f4a2c578e7f2
RANDOM SEED=210822848

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        95677628 kB
MemAvailable:   116606752 kB
Buffers:            2128 kB
Cached:         21612336 kB
SwapCached:           12 kB
Active:         13509836 kB
Inactive:       21205612 kB
Active(anon):   13108572 kB
Inactive(anon):    10468 kB
Active(file):     401264 kB
Inactive(file): 21195144 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1100 kB
Writeback:             0 kB
AnonPages:      13104052 kB
Mapped:           123996 kB
Shmem:             18052 kB
KReclaimable:     343908 kB
Slab:             438144 kB
SReclaimable:     343908 kB
SUnreclaim:        94236 kB
KernelStack:        5100 kB
PageTables:        29456 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:   13666428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151464 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:  12736512 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      191188 kB
DirectMap2M:     9017344 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432092 MiB
End job on nodeC031 at 2025-07-04 12:09:08