Trace number 4525272

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.5 3318.47

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900568186--soft-33-100-0.wbo
MD5SUM5dc975df9a8d23df34f7dde4f22624bf
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark15.4729
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 constraints1839
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 91769
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 91768
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.11/0.20	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.20	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.20	c See www.sat4j.org for details.
0.11/0.22	c version PB25.v20250606
0.25/0.26	c java.runtime.name	OpenJDK Runtime Environment
0.25/0.26	c java.vm.name		OpenJDK 64-Bit Server VM
0.25/0.26	c java.vm.version	22.0.1+8-16
0.25/0.26	c java.vm.vendor	Oracle Corporation
0.25/0.26	c sun.arch.data.model	64
0.25/0.26	c java.version		22.0.1
0.25/0.26	c os.name		Linux
0.25/0.26	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.25/0.26	c os.arch		amd64
0.25/0.27	c Free memory 		2106806208
0.25/0.27	c Max memory 		16282288128
0.25/0.27	c Total memory 		2113929216
0.25/0.28	c Number of processors 	2
0.56/0.47	c Pseudo Boolean Optimization by upper bound
0.56/0.47	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.56/0.47	c  - never skip resolution steps
0.56/0.47	c  - Auto-division on coefficients is disabled
0.56/0.47	c  - No postprocessing
0.56/0.47	c  - Conflict is considered as is when resolving
0.56/0.47	c  - Use constraints as they come during conflict analysis
0.56/0.47	c  - Weaken first using unassigned literals
0.56/0.47	c  - Bump strategy: ALWAYS_ONE
0.56/0.47	c  - Bumper: ANY
0.56/0.47	c --- Begin Solver configuration ---
0.56/0.47	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.56/0.47	c Learn all clauses as in MiniSAT
0.56/0.47	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.56/0.47	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.56/0.47	c No reason simplification
0.56/0.47	c Armin Biere (Picosat) restarts strategy
0.56/0.47	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.56/0.47	c timeout=2147483s
0.56/0.47	c DB Simplification allowed=false
0.56/0.47	c Listener: none
0.56/0.47	c --- End Solver configuration ---
0.56/0.47	c solving HOME/instance-4525272-1751620370.wbo
0.56/0.47	c reading problem ... 
0.88/0.67	c ... done. Wall clock time 0.189s.
0.88/0.67	c declared #vars     231
0.88/0.67	c internal #vars     2070
0.88/0.67	c #constraints  2708
0.88/0.67	c constraints type 
0.88/0.67	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 74
0.88/0.67	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14
0.88/0.67	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 9
0.88/0.67	c org.sat4j.specs.Constr$1 => 1
0.88/0.67	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2610
0.88/0.67	c 2708 constraints processed.
1.06/0.70	c objective function length is 1839 literals
1.64/1.08	c SATISFIABLE
1.64/1.08	c OPTIMIZING...
1.64/1.08	c Got one! Elapsed wall clock time (in seconds):0.61
1.64/1.08	o 12433
2.42/1.43	c Got one! Elapsed wall clock time (in seconds):0.961
2.42/1.43	o 12432
2.82/1.70	c Got one! Elapsed wall clock time (in seconds):1.228
2.82/1.70	o 12429
3.41/1.93	c Got one! Elapsed wall clock time (in seconds):1.466
3.41/1.93	o 12428
4.00/2.23	c Got one! Elapsed wall clock time (in seconds):1.76
4.00/2.23	o 12427
5.17/2.83	c Got one! Elapsed wall clock time (in seconds):2.358
5.17/2.83	o 12426
5.78/3.15	c Got one! Elapsed wall clock time (in seconds):2.682
5.78/3.15	o 12424
6.46/3.55	c Got one! Elapsed wall clock time (in seconds):3.083
6.46/3.55	o 12423
7.60/4.40	c Got one! Elapsed wall clock time (in seconds):3.933
7.60/4.40	o 12422
9.23/5.63	c Got one! Elapsed wall clock time (in seconds):5.163
9.23/5.63	o 12342
9.78/6.19	c Got one! Elapsed wall clock time (in seconds):5.722
9.78/6.19	o 12312
10.72/7.04	c Got one! Elapsed wall clock time (in seconds):6.572
10.72/7.04	o 12255
11.95/8.12	c Got one! Elapsed wall clock time (in seconds):7.653
11.95/8.12	o 12254
13.96/10.09	c Got one! Elapsed wall clock time (in seconds):9.622
13.96/10.09	o 12253
17.77/13.63	c Got one! Elapsed wall clock time (in seconds):13.166
17.77/13.63	o 12234
18.82/14.59	c Got one! Elapsed wall clock time (in seconds):14.123
18.82/14.59	o 12231
20.61/16.27	c Got one! Elapsed wall clock time (in seconds):15.803
20.61/16.27	o 12230
23.43/19.08	c Got one! Elapsed wall clock time (in seconds):18.616
23.43/19.08	o 12229
27.01/22.64	c Got one! Elapsed wall clock time (in seconds):22.175
27.01/22.64	o 12228
33.21/28.66	c Got one! Elapsed wall clock time (in seconds):28.19
33.21/28.66	o 12202
43.62/38.60	c cleaning 2496 clauses out of 5000
44.33/39.34	c Got one! Elapsed wall clock time (in seconds):38.877
44.33/39.35	o 12201
46.23/41.20	c Got one! Elapsed wall clock time (in seconds):40.734
46.23/41.20	o 12109
49.05/44.01	c Got one! Elapsed wall clock time (in seconds):43.54
49.05/44.01	o 12108
52.36/47.24	c Got one! Elapsed wall clock time (in seconds):46.77
52.36/47.24	o 12107
58.47/53.29	c Got one! Elapsed wall clock time (in seconds):52.821
58.47/53.29	o 12106
66.48/60.92	c Got one! Elapsed wall clock time (in seconds):60.456
66.48/60.92	o 12105
79.97/73.86	c Got one! Elapsed wall clock time (in seconds):73.387
79.97/73.86	o 12104
115.44/108.16	c Got one! Elapsed wall clock time (in seconds):107.688
115.44/108.16	o 12103
119.73/112.42	c Got one! Elapsed wall clock time (in seconds):111.949
119.73/112.42	o 12100
126.14/118.80	c Got one! Elapsed wall clock time (in seconds):118.328
126.14/118.80	o 12099
134.76/127.24	c Got one! Elapsed wall clock time (in seconds):126.777
134.76/127.24	o 12072
147.65/139.60	c Got one! Elapsed wall clock time (in seconds):139.134
147.65/139.60	o 12028
165.91/157.61	c Got one! Elapsed wall clock time (in seconds):157.144
165.91/157.61	o 12027
192.21/183.28	c Got one! Elapsed wall clock time (in seconds):182.809
192.21/183.28	o 12026
217.88/208.16	c cleaning 4237 clauses out of 8504
240.22/229.92	c Got one! Elapsed wall clock time (in seconds):229.454
240.22/229.92	o 12025
309.03/297.47	c Got one! Elapsed wall clock time (in seconds):297.007
309.03/297.47	o 11987
320.76/308.93	c Got one! Elapsed wall clock time (in seconds):308.458
320.76/308.93	o 11923
336.01/323.88	c Got one! Elapsed wall clock time (in seconds):323.417
336.01/323.88	o 11911
353.40/340.81	c Got one! Elapsed wall clock time (in seconds):340.342
353.40/340.81	o 11910
377.00/363.88	c Got one! Elapsed wall clock time (in seconds):363.415
377.00/363.88	o 11909
409.72/395.81	c Got one! Elapsed wall clock time (in seconds):395.341
409.72/395.81	o 11908
459.73/444.62	c Got one! Elapsed wall clock time (in seconds):444.151
459.73/444.62	o 11883
546.22/528.42	c Got one! Elapsed wall clock time (in seconds):527.956
546.22/528.42	o 11817
646.72/627.91	c cleaning 5625 clauses out of 11267
660.01/641.05	c Got one! Elapsed wall clock time (in seconds):640.586
660.01/641.05	o 11746
835.64/814.17	c Got one! Elapsed wall clock time (in seconds):813.699
835.64/814.17	o 11745
858.23/836.17	c Got one! Elapsed wall clock time (in seconds):835.701
858.23/836.17	o 11712
886.48/863.79	c Got one! Elapsed wall clock time (in seconds):863.322
886.48/863.79	o 11613
916.13/892.73	c Got one! Elapsed wall clock time (in seconds):892.26
916.13/892.73	o 11612
961.28/936.86	c Got one! Elapsed wall clock time (in seconds):936.395
961.28/936.86	o 11604
1054.47/1026.88	c Got one! Elapsed wall clock time (in seconds):1026.408
1054.47/1026.88	o 11593
1133.50/1103.49	c Got one! Elapsed wall clock time (in seconds):1103.025
1133.50/1103.49	o 11563
1251.81/1219.73	c Got one! Elapsed wall clock time (in seconds):1219.265
1251.81/1219.73	o 11546
1428.68/1393.00	c Got one! Elapsed wall clock time (in seconds):1392.537
1428.68/1393.01	o 11525
1480.89/1444.03	c cleaning 6812 clauses out of 13644
1669.82/1622.08	c Got one! Elapsed wall clock time (in seconds):1621.608
1669.82/1622.09	o 11495
2167.49/2043.41	c Got one! Elapsed wall clock time (in seconds):2042.946
2167.49/2043.41	o 11494
2219.26/2086.34	c Got one! Elapsed wall clock time (in seconds):2085.871
2219.26/2086.34	o 11493
2274.56/2131.97	c Got one! Elapsed wall clock time (in seconds):2131.505
2274.56/2131.97	o 11492
2343.38/2190.41	c Got one! Elapsed wall clock time (in seconds):2189.939
2343.38/2190.41	o 11491
2522.33/2338.02	c Got one! Elapsed wall clock time (in seconds):2337.553
2522.33/2338.02	o 11485
2636.40/2433.09	c Got one! Elapsed wall clock time (in seconds):2432.624
2636.40/2433.09	o 11484
2826.69/2591.91	c Got one! Elapsed wall clock time (in seconds):2591.446
2826.69/2591.91	o 11480
2964.93/2728.60	c cleaning 7906 clauses out of 15830
3025.78/2788.68	c Got one! Elapsed wall clock time (in seconds):2788.214
3025.78/2788.68	o 11397
3265.02/3014.12	c Got one! Elapsed wall clock time (in seconds):3013.654
3265.02/3014.12	o 11396
3600.19/3318.35	c starts		: 127
3600.19/3318.37	c conflicts		: 39439
3600.19/3318.37	c decisions		: 318192
3600.19/3318.38	c propagations		: 1562942
3600.19/3318.38	c inspects		: 3241735981
3600.19/3318.38	c shortcuts		: 0
3600.19/3318.38	c learnt literals	: 0
3600.19/3318.38	c learnt binary clauses	: 0
3600.19/3318.38	c learnt ternary clauses	: 1
3600.19/3318.38	c learnt constraints	: 39439
3600.19/3318.38	c ignored constraints	: 0
3600.19/3318.39	c root simplifications	: 0
3600.19/3318.39	c removed literals (reason simplification)	: 0
3600.19/3318.39	c reason swapping (by a shorter reason)	: 0
3600.19/3318.39	c Calls to reduceDB	: 5
3600.19/3318.39	c Number of update (reduction) of LBD	: 0
3600.19/3318.39	c Imported unit clauses	: 0
3600.19/3318.39	c No decision after first conflict	: false
3600.19/3318.39	c number of reductions to clauses (during analyze)	: 0
3600.19/3318.39	c number of learned constraints concerned by reduction	: 0
3600.19/3318.39	c number of learning phase by resolution	: 0
3600.19/3318.39	c number of learning phase by cutting planes	: 0
3600.19/3318.39	c number of rounding to 1 operations	: 0
3600.19/3318.39	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.19/3318.39	c number of reductions of the coefficients by power 2 	: 0
3600.19/3318.39	c number of right shift for reduction by power 2 	: 0
3600.19/3318.39	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.19/3318.39	c number of ending skipping 	: 0
3600.19/3318.39	c number of internal skipping 	: 0
3600.19/3318.39	c number of derivation steps 	: 361047
3600.19/3318.39	c number of skipped derivation steps 	: 0
3600.19/3318.39	c number of remaining unassigned 	: 170534
3600.19/3318.39	c number of remaining assigned 	: 39960821
3600.19/3318.39	c number of falsified literals weakened from reason	: 0
3600.19/3318.39	c number of falsified literals weakened from conflict	: 0
3600.19/3318.39	c time for arithmetic operations	: 7470027415
3600.19/3318.40	c minimum degree of deleted constraints	: null
3600.19/3318.40	c maximum degree of deleted constraints	: null
3600.19/3318.40	c number of deleted constraints	: 0
3600.41/3318.40	c speed (assignments/second)	: 471.09611940370485
3600.41/3318.40	c non guided choices	: 6303
3600.41/3318.42	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 237
3600.41/3318.42	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 12062
3600.41/3318.42	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 64
3600.41/3318.42	s SATISFIABLE
3600.41/3318.43	c Found 63 solution(s)
3600.41/3318.43	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.41/3318.44	c objective function=11396
3600.41/3318.44	c Total wall clock time (in seconds): 3317.968

Verifier Data

OK	1216

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: 63794 MiB (62496 MiB free)
  memory of node 1: 64507 MiB (62984 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4525272-1751620370/watcher-4525272-1751620370 -o /tmp/evaluation-result-4525272-1751620370/solver-4525272-1751620370 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751620354-87136 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4525272-1751620370.wbo 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
Current StackSize limit: 8192 KiB

solver pid=88648, runsolver pid=88644

[startup+0.10008 s]*
/proc/loadavg: 2.21 3.35 3.82 9/302 88672
/proc/meminfo: memFree=128463436/131382112 swapFree=33009904/33010684
[pid=88648] ppid=88644 vsize=18930384 memory=47572 CPUtime=0.11 cores=1,3
/proc/88648/stat : 88648 (java) S 88644 88648 87124 0 -1 4194304 5756 0 0 0 8 3 0 0 20 0 18 0 77715898 19384713216 11893 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
/proc/88648/statm: 4732596 11893 5132 1 0 546989 0
[pid=88648/tid=88651] ppid=88644 vsize=18930384 memory=4026531959 CPUtime=0.06 cores=1,3
/proc/88648/task/88651/stat : 88651 (java) R 88644 88648 87124 0 -1 4194368 4587 0 0 0 4 2 0 0 20 0 18 0 77715900 19384713216 11893 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
[pid=88648/tid=88662] ppid=88644 vsize=18930384 memory=215637820694 CPUtime=0 cores=1,3
/proc/88648/task/88662/stat : 88662 (Finalizer) S 88644 88648 87124 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 77715905 19384713216 11893 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
[pid=88648/tid=88670] ppid=88644 vsize=18930384 memory=20755 CPUtime=0 cores=1,3
/proc/88648/task/88670/stat : 88670 (Common-Cleaner) S 88644 88648 87124 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 77715907 19384713216 11893 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 47572 KiB

[startup+0.222628 s]*
/proc/loadavg: 2.21 3.35 3.82 7/301 88678
/proc/meminfo: memFree=128449540/131382112 swapFree=33009904/33010684
[pid=88648] ppid=88644 vsize=18930384 memory=50132 CPUtime=0.25 cores=1,3
/proc/88648/stat : 88648 (java) S 88644 88648 87124 0 -1 4194304 6186 0 0 0 21 4 0 0 20 0 18 0 77715898 19384713216 12533 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
/proc/88648/statm: 4732596 12533 5356 1 0 547310 0
[pid=88648/tid=88651] ppid=88644 vsize=18930384 memory=4026794268 CPUtime=0.16 cores=1,3
/proc/88648/task/88651/stat : 88651 (java) R 88644 88648 87124 0 -1 4194368 4947 0 0 0 13 3 0 0 20 0 18 0 77715900 19384713216 12533 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
[pid=88648/tid=88662] ppid=88644 vsize=18930384 memory=1593 CPUtime=0 cores=1,3
/proc/88648/task/88662/stat : 88662 (Finalizer) S 88644 88648 87124 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 77715905 19384713216 12533 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
[pid=88648/tid=88670] ppid=88644 vsize=18930384 memory=60693105869820 CPUtime=0 cores=1,3
/proc/88648/task/88670/stat : 88670 (Common-Cleaner) S 88644 88648 87124 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 77715907 19384713216 12533 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 50132 KiB

[startup+0.314883 s]*
/proc/loadavg: 2.21 3.35 3.82 10/322 88699
/proc/meminfo: memFree=128418308/131382112 swapFree=33009904/33010684
[pid=88648] ppid=88644 vsize=18930384 memory=55892 CPUtime=0.39 cores=1,3
/proc/88648/stat : 88648 (java) S 88644 88648 87124 0 -1 4194304 6622 0 0 0 34 5 0 0 20 0 18 0 77715898 19384713216 13973 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
/proc/88648/statm: 4732596 13973 5356 1 0 547662 0
[pid=88648/tid=88651] ppid=88644 vsize=18930384 memory=-6000919472672892007 CPUtime=0.23 cores=1,3
/proc/88648/task/88651/stat : 88651 (java) R 88644 88648 87124 0 -1 4194368 5103 0 0 0 20 3 0 0 20 0 18 0 77715900 19384713216 13973 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
[pid=88648/tid=88662] ppid=88644 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/88648/task/88662/stat : 88662 (Finalizer) S 88644 88648 87124 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 77715905 19384713216 13973 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
[pid=88648/tid=88670] ppid=88644 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/88648/task/88670/stat : 88670 (Common-Cleaner) S 88644 88648 87124 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 77715907 19384713216 13973 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55892 KiB

[startup+0.700327 s]
/proc/loadavg: 2.21 3.35 3.82 8/322 88699
/proc/meminfo: memFree=128371552/131382112 swapFree=33009904/33010684
[pid=88648] ppid=88644 vsize=18930384 memory=69580 CPUtime=1.06 cores=1,3
/proc/88648/stat : 88648 (java) S 88644 88648 87124 0 -1 4194304 7335 0 0 0 99 7 0 0 20 0 18 0 77715898 19384713216 17395 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
/proc/88648/statm: 4732596 17395 5484 1 0 548106 0
[pid=88648/tid=88651] ppid=88644 vsize=18930384 memory=18688 CPUtime=0.53 cores=1,3
/proc/88648/task/88651/stat : 88651 (java) R 88644 88648 87124 0 -1 4194368 5476 0 0 0 49 4 0 0 20 0 18 0 77715900 19384713216 17395 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
[pid=88648/tid=88662] ppid=88644 vsize=18930384 memory=11264 CPUtime=0 cores=1,3
/proc/88648/task/88662/stat : 88662 (Finalizer) S 88644 88648 87124 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 77715905 19384713216 17395 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
[pid=88648/tid=88670] ppid=88644 vsize=18930384 memory=3200 CPUtime=0 cores=1,3
/proc/88648/task/88670/stat : 88670 (Common-Cleaner) S 88644 88648 87124 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 77715907 19384713216 17395 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
Current children cumulated CPU time: 1.06 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 69580 KiB

[startup+1.5003 s]
/proc/loadavg: 2.21 3.35 3.82 9/325 88702
/proc/meminfo: memFree=128286300/131382112 swapFree=33009904/33010684
[pid=88648] ppid=88644 vsize=19063512 memory=165616 CPUtime=2.62 cores=1,3
/proc/88648/stat : 88648 (java) S 88644 88648 87124 0 -1 4194304 15258 0 0 0 251 11 0 0 20 0 20 0 77715898 19521036288 41404 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
/proc/88648/statm: 4765878 41404 5516 1 0 550797 0
[pid=88648/tid=88651] ppid=88644 vsize=19063512 memory=3200 CPUtime=1.18 cores=1,3
/proc/88648/task/88651/stat : 88651 (java) R 88644 88648 87124 0 -1 4194368 6264 0 0 0 112 6 0 0 20 0 20 0 77715900 19521036288 41404 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
[pid=88648/tid=88662] ppid=88644 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/88648/task/88662/stat : 88662 (Finalizer) S 88644 88648 87124 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77715905 19521036288 41404 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
[pid=88648/tid=88670] ppid=88644 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/88648/task/88670/stat : 88670 (Common-Cleaner) S 88644 88648 87124 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 77715907 19521036288 41404 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
[pid=88648/tid=88701] ppid=88644 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/88648/task/88701/stat : 88701 (Timer-0) S 88644 88648 87124 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77715970 19521036288 41404 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
Current children cumulated CPU time: 2.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 165616 KiB

[startup+3.10808 s]
/proc/loadavg: 2.83 3.46 3.85 11/327 88704
/proc/meminfo: memFree=127271072/131382112 swapFree=33009904/33010684
[pid=88648] ppid=88644 vsize=19063512 memory=379456 CPUtime=5.78 cores=1,3
/proc/88648/stat : 88648 (java) S 88644 88648 87124 0 -1 4194304 24882 0 0 0 561 17 0 0 20 0 20 0 77715898 19521036288 94864 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
/proc/88648/statm: 4765878 94864 5516 1 0 945056 0
[pid=88648/tid=88651] ppid=88644 vsize=19063512 memory=11264 CPUtime=2.64 cores=1,3
/proc/88648/task/88651/stat : 88651 (java) R 88644 88648 87124 0 -1 4194368 6964 0 0 0 255 9 0 0 20 0 20 0 77715900 19521036288 94864 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
[pid=88648/tid=88662] ppid=88644 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/88648/task/88662/stat : 88662 (Finalizer) S 88644 88648 87124 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77715905 19521036288 94864 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
[pid=88648/tid=88670] ppid=88644 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/88648/task/88670/stat : 88670 (Common-Cleaner) S 88644 88648 87124 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 77715907 19521036288 94864 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
[pid=88648/tid=88701] ppid=88644 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/88648/task/88701/stat : 88701 (Timer-0) S 88644 88648 87124 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77715970 19521036288 94864 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
Current children cumulated CPU time: 5.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 379456 KiB

[startup+6.30045 s]
/proc/loadavg: 2.83 3.46 3.85 5/327 88704
/proc/meminfo: memFree=125496768/131382112 swapFree=33009904/33010684
[pid=88648] ppid=88644 vsize=19063512 memory=961548 CPUtime=9.96 cores=1,3
/proc/88648/stat : 88648 (java) S 88644 88648 87124 0 -1 4194304 25359 0 0 0 966 30 0 0 20 0 20 0 77715898 19521036288 240387 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
/proc/88648/statm: 4765878 240387 5516 1 0 945068 0
[pid=88648/tid=88651] ppid=88644 vsize=19063512 memory=0 CPUtime=5.73 cores=1,3
/proc/88648/task/88651/stat : 88651 (java) R 88644 88648 87124 0 -1 4194368 7231 0 0 0 553 20 0 0 20 0 20 0 77715900 19521036288 240387 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
[pid=88648/tid=88662] ppid=88644 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/88648/task/88662/stat : 88662 (Finalizer) S 88644 88648 87124 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77715905 19521036288 240387 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
[pid=88648/tid=88670] ppid=88644 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/88648/task/88670/stat : 88670 (Common-Cleaner) S 88644 88648 87124 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 77715907 19521036288 240387 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
[pid=88648/tid=88701] ppid=88644 vsize=19063512 memory=809996 CPUtime=0 cores=1,3
/proc/88648/task/88701/stat : 88701 (Timer-0) S 88644 88648 87124 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77715970 19521036288 240387 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
Current children cumulated CPU time: 9.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 961548 KiB

[startup+12.7005 s]
/proc/loadavg: 3.09 3.49 3.86 5/327 88704
/proc/meminfo: memFree=123071812/131382112 swapFree=33009904/33010684
[pid=88648] ppid=88644 vsize=19063512 memory=1708392 CPUtime=16.87 cores=1,3
/proc/88648/stat : 88648 (java) S 88644 88648 87124 0 -1 4194304 26158 0 0 0 1639 48 0 0 20 0 20 0 77715898 19521036288 427098 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
/proc/88648/statm: 4765878 427098 5516 1 0 1072494 0
[pid=88648/tid=88651] ppid=88644 vsize=19063512 memory=809996 CPUtime=11.82 cores=1,3
/proc/88648/task/88651/stat : 88651 (java) R 88644 88648 87124 0 -1 4194368 7592 0 0 0 1148 34 0 0 20 0 20 0 77715900 19521036288 427098 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
[pid=88648/tid=88662] ppid=88644 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/88648/task/88662/stat : 88662 (Finalizer) S 88644 88648 87124 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77715905 19521036288 427098 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
[pid=88648/tid=88670] ppid=88644 vsize=19063512 memory=1062008 CPUtime=0 cores=1,3
/proc/88648/task/88670/stat : 88670 (Common-Cleaner) S 88644 88648 87124 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 77715907 19521036288 427098 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
[pid=88648/tid=88701] ppid=88644 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/88648/task/88701/stat : 88701 (Timer-0) S 88644 88648 87124 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77715970 19521036288 427098 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
Current children cumulated CPU time: 16.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1708392 KiB

[startup+25.5005 s]
/proc/loadavg: 3.31 3.52 3.86 5/328 88706
/proc/meminfo: memFree=121349728/131382112 swapFree=33009904/33010684
[pid=88648] ppid=88644 vsize=19063512 memory=2640496 CPUtime=30.01 cores=1,3
/proc/88648/stat : 88648 (java) S 88644 88648 87124 0 -1 4194304 30834 0 0 0 2932 69 0 0 20 0 20 0 77715898 19521036288 660124 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
/proc/88648/statm: 4765878 660124 5516 1 0 1072503 0
[pid=88648/tid=88651] ppid=88644 vsize=19063512 memory=0 CPUtime=24.32 cores=1,3
/proc/88648/task/88651/stat : 88651 (java) R 88644 88648 87124 0 -1 4194368 10595 0 0 0 2380 52 0 0 20 0 20 0 77715900 19521036288 660124 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
[pid=88648/tid=88662] ppid=88644 vsize=19063512 memory=2640496 CPUtime=0 cores=1,3
/proc/88648/task/88662/stat : 88662 (Finalizer) S 88644 88648 87124 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77715905 19521036288 660124 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
[pid=88648/tid=88670] ppid=88644 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/88648/task/88670/stat : 88670 (Common-Cleaner) S 88644 88648 87124 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 77715907 19521036288 660124 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
[pid=88648/tid=88701] ppid=88644 vsize=19063512 memory=814092 CPUtime=0 cores=1,3
/proc/88648/task/88701/stat : 88701 (Timer-0) S 88644 88648 87124 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77715970 19521036288 660124 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
Current children cumulated CPU time: 30.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2640496 KiB

[startup+51.1149 s]
/proc/loadavg: 3.63 3.58 3.87 5/328 88706
/proc/meminfo: memFree=119140536/131382112 swapFree=33009904/33010684
[pid=88648] ppid=88644 vsize=19063512 memory=2694008 CPUtime=56.39 cores=1,3
/proc/88648/stat : 88648 (java) S 88644 88648 87124 0 -1 4194304 37150 0 0 0 5565 74 0 0 20 0 20 0 77715898 19521036288 673502 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
/proc/88648/statm: 4765878 673502 5516 1 0 1072520 0
[pid=88648/tid=88651] ppid=88644 vsize=19063512 memory=1708520 CPUtime=49.25 cores=1,3
/proc/88648/task/88651/stat : 88651 (java) R 88644 88648 87124 0 -1 4194368 13930 0 0 0 4872 53 0 0 20 0 20 0 77715900 19521036288 673502 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
[pid=88648/tid=88662] ppid=88644 vsize=19063512 memory=2685812 CPUtime=0 cores=1,3
/proc/88648/task/88662/stat : 88662 (Finalizer) S 88644 88648 87124 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77715905 19521036288 673502 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
[pid=88648/tid=88670] ppid=88644 vsize=19063512 memory=2673336 CPUtime=0 cores=1,3
/proc/88648/task/88670/stat : 88670 (Common-Cleaner) S 88644 88648 87124 0 -1 4194368 78 0 0 0 0 0 0 0 20 0 20 0 77715907 19521036288 673502 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
[pid=88648/tid=88701] ppid=88644 vsize=19063512 memory=2673336 CPUtime=0 cores=1,3
/proc/88648/task/88701/stat : 88701 (Timer-0) S 88644 88648 87124 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77715970 19521036288 673502 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0

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

[startup+2982.3 s]
/proc/loadavg: 4.25 4.31 4.31 5/327 88871
/proc/meminfo: memFree=104388036/131382112 swapFree=33009904/33010684
[pid=88648] ppid=88644 vsize=19130076 memory=7952632 CPUtime=3228.19 cores=1,3
/proc/88648/stat : 88648 (java) S 88644 88648 87124 0 -1 4194304 203500 0 0 0 322259 560 0 0 20 0 21 0 77715898 19589197824 1988158 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
/proc/88648/statm: 4782519 1988158 5516 1 0 2005278 0
[pid=88648/tid=88651] ppid=88644 vsize=19130076 memory=2764 CPUtime=2924.26 cores=1,3
/proc/88648/task/88651/stat : 88651 (java) R 88644 88648 87124 0 -1 4194368 107409 0 0 0 292277 149 0 0 20 0 21 0 77715900 19589197824 1988158 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
[pid=88648/tid=88662] ppid=88644 vsize=19130076 memory=14720 CPUtime=0 cores=1,3
/proc/88648/task/88662/stat : 88662 (Finalizer) S 88644 88648 87124 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 77715905 19589197824 1988158 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
[pid=88648/tid=88670] ppid=88644 vsize=19130076 memory=14720 CPUtime=0 cores=1,3
/proc/88648/task/88670/stat : 88670 (Common-Cleaner) S 88644 88648 87124 0 -1 4194368 1479 0 0 0 0 0 0 0 20 0 21 0 77715907 19589197824 1988158 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
[pid=88648/tid=88701] ppid=88644 vsize=19130076 memory=18688 CPUtime=0 cores=1,3
/proc/88648/task/88701/stat : 88701 (Timer-0) S 88644 88648 87124 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 77715970 19589197824 1988158 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
Current children cumulated CPU time: 3228.19 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7952632 KiB

[startup+3042.3 s]
/proc/loadavg: 4.30 4.31 4.31 5/327 88875
/proc/meminfo: memFree=104389192/131382112 swapFree=33009904/33010684
[pid=88648] ppid=88644 vsize=19130076 memory=7952632 CPUtime=3293.55 cores=1,3
/proc/88648/stat : 88648 (java) S 88644 88648 87124 0 -1 4194304 209523 0 0 0 328787 568 0 0 20 0 21 0 77715898 19589197824 1988158 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
/proc/88648/statm: 4782519 1988158 5516 1 0 2005278 0
[pid=88648/tid=88651] ppid=88644 vsize=19130076 memory=7952632 CPUtime=2983.42 cores=1,3
/proc/88648/task/88651/stat : 88651 (java) R 88644 88648 87124 0 -1 4194368 112733 0 0 0 298192 150 0 0 20 0 21 0 77715900 19589197824 1988158 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
[pid=88648/tid=88662] ppid=88644 vsize=19130076 memory=18688 CPUtime=0 cores=1,3
/proc/88648/task/88662/stat : 88662 (Finalizer) S 88644 88648 87124 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 77715905 19589197824 1988158 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
[pid=88648/tid=88670] ppid=88644 vsize=19130076 memory=46336 CPUtime=0 cores=1,3
/proc/88648/task/88670/stat : 88670 (Common-Cleaner) S 88644 88648 87124 0 -1 4194368 1507 0 0 0 0 0 0 0 20 0 21 0 77715907 19589197824 1988158 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
[pid=88648/tid=88701] ppid=88644 vsize=19130076 memory=18688 CPUtime=0 cores=1,3
/proc/88648/task/88701/stat : 88701 (Timer-0) S 88644 88648 87124 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 77715970 19589197824 1988158 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
Current children cumulated CPU time: 3293.55 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7952632 KiB

[startup+3102.3 s]
/proc/loadavg: 4.19 4.28 4.30 5/327 88877
/proc/meminfo: memFree=104388876/131382112 swapFree=33009904/33010684
[pid=88648] ppid=88644 vsize=19130076 memory=7952632 CPUtime=3358.99 cores=1,3
/proc/88648/stat : 88648 (java) S 88644 88648 87124 0 -1 4194304 215151 0 0 0 335323 576 0 0 20 0 21 0 77715898 19589197824 1988158 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
/proc/88648/statm: 4782519 1988158 5516 1 0 2005286 0
[pid=88648/tid=88651] ppid=88644 vsize=19130076 memory=7952632 CPUtime=3042.41 cores=1,3
/proc/88648/task/88651/stat : 88651 (java) R 88644 88648 87124 0 -1 4194368 116367 0 0 0 304090 151 0 0 20 0 21 0 77715900 19589197824 1988158 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
[pid=88648/tid=88662] ppid=88644 vsize=19130076 memory=7952632 CPUtime=0 cores=1,3
/proc/88648/task/88662/stat : 88662 (Finalizer) S 88644 88648 87124 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 77715905 19589197824 1988158 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
[pid=88648/tid=88670] ppid=88644 vsize=19130076 memory=7952632 CPUtime=0 cores=1,3
/proc/88648/task/88670/stat : 88670 (Common-Cleaner) S 88644 88648 87124 0 -1 4194368 1559 0 0 0 0 0 0 0 20 0 21 0 77715907 19589197824 1988158 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
[pid=88648/tid=88701] ppid=88644 vsize=19130076 memory=18688 CPUtime=0 cores=1,3
/proc/88648/task/88701/stat : 88701 (Timer-0) S 88644 88648 87124 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 77715970 19589197824 1988158 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
Current children cumulated CPU time: 3358.99 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7952632 KiB

[startup+3162.3 s]
/proc/loadavg: 4.20 4.26 4.29 5/327 88879
/proc/meminfo: memFree=104389124/131382112 swapFree=33009904/33010684
[pid=88648] ppid=88644 vsize=19130076 memory=7952632 CPUtime=3424.35 cores=1,3
/proc/88648/stat : 88648 (java) S 88644 88648 87124 0 -1 4194304 218804 0 0 0 341851 584 0 0 20 0 21 0 77715898 19589197824 1988158 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
/proc/88648/statm: 4782519 1988158 5516 1 0 2005286 0
[pid=88648/tid=88651] ppid=88644 vsize=19130076 memory=7952632 CPUtime=3101.66 cores=1,3
/proc/88648/task/88651/stat : 88651 (java) R 88644 88648 87124 0 -1 4194368 118759 0 0 0 310014 152 0 0 20 0 21 0 77715900 19589197824 1988158 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
[pid=88648/tid=88662] ppid=88644 vsize=19130076 memory=7952632 CPUtime=0 cores=1,3
/proc/88648/task/88662/stat : 88662 (Finalizer) S 88644 88648 87124 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 77715905 19589197824 1988158 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
[pid=88648/tid=88670] ppid=88644 vsize=19130076 memory=7952632 CPUtime=0 cores=1,3
/proc/88648/task/88670/stat : 88670 (Common-Cleaner) S 88644 88648 87124 0 -1 4194368 1611 0 0 0 0 0 0 0 20 0 21 0 77715907 19589197824 1988158 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
[pid=88648/tid=88701] ppid=88644 vsize=19130076 memory=5632 CPUtime=0 cores=1,3
/proc/88648/task/88701/stat : 88701 (Timer-0) S 88644 88648 87124 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 77715970 19589197824 1988158 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
Current children cumulated CPU time: 3424.35 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7952632 KiB

[startup+3222.3 s]
/proc/loadavg: 4.26 4.27 4.29 6/326 88881
/proc/meminfo: memFree=104388128/131382112 swapFree=33009904/33010684
[pid=88648] ppid=88644 vsize=19130076 memory=7952632 CPUtime=3492.66 cores=1,3
/proc/88648/stat : 88648 (java) S 88644 88648 87124 0 -1 4194304 225795 0 0 0 348671 595 0 0 20 0 21 0 77715898 19589197824 1988158 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
/proc/88648/statm: 4782519 1988158 5516 1 0 2005286 0
[pid=88648/tid=88651] ppid=88644 vsize=19130076 memory=7952632 CPUtime=3160.89 cores=1,3
/proc/88648/task/88651/stat : 88651 (java) R 88644 88648 87124 0 -1 4194368 123663 0 0 0 315936 153 0 0 20 0 21 0 77715900 19589197824 1988158 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
[pid=88648/tid=88662] ppid=88644 vsize=19130076 memory=11264 CPUtime=0 cores=1,3
/proc/88648/task/88662/stat : 88662 (Finalizer) S 88644 88648 87124 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 77715905 19589197824 1988158 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
[pid=88648/tid=88670] ppid=88644 vsize=19130076 memory=7952632 CPUtime=0 cores=1,3
/proc/88648/task/88670/stat : 88670 (Common-Cleaner) S 88644 88648 87124 0 -1 4194368 1612 0 0 0 0 0 0 0 20 0 21 0 77715907 19589197824 1988158 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
[pid=88648/tid=88701] ppid=88644 vsize=19130076 memory=14720 CPUtime=0 cores=1,3
/proc/88648/task/88701/stat : 88701 (Timer-0) S 88644 88648 87124 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 77715970 19589197824 1988158 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
Current children cumulated CPU time: 3492.66 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7952632 KiB

[startup+3282.3 s]
/proc/loadavg: 4.38 4.31 4.30 5/326 88883
/proc/meminfo: memFree=104364408/131382112 swapFree=33009904/33010684
[pid=88648] ppid=88644 vsize=19130076 memory=7952760 CPUtime=3561.17 cores=1,3
/proc/88648/stat : 88648 (java) S 88644 88648 87124 0 -1 4194304 231129 0 0 0 355510 607 0 0 20 0 21 0 77715898 19589197824 1988190 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
/proc/88648/statm: 4782519 1988190 5516 1 0 2005292 0
[pid=88648/tid=88651] ppid=88644 vsize=19130076 memory=7952632 CPUtime=3220.13 cores=1,3
/proc/88648/task/88651/stat : 88651 (java) R 88644 88648 87124 0 -1 4194368 126974 0 0 0 321859 154 0 0 20 0 21 0 77715900 19589197824 1988190 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
[pid=88648/tid=88662] ppid=88644 vsize=19130076 memory=18688 CPUtime=0 cores=1,3
/proc/88648/task/88662/stat : 88662 (Finalizer) S 88644 88648 87124 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 77715905 19589197824 1988190 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
[pid=88648/tid=88670] ppid=88644 vsize=19130076 memory=5276 CPUtime=0 cores=1,3
/proc/88648/task/88670/stat : 88670 (Common-Cleaner) S 88644 88648 87124 0 -1 4194368 1643 0 0 0 0 0 0 0 20 0 21 0 77715907 19589197824 1988190 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
[pid=88648/tid=88701] ppid=88644 vsize=19130076 memory=-6000919489903092839 CPUtime=0 cores=1,3
/proc/88648/task/88701/stat : 88701 (Timer-0) S 88644 88648 87124 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 77715970 19589197824 1988190 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
Current children cumulated CPU time: 3561.17 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7952760 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3318.3 s]
/proc/loadavg: 4.40 4.32 4.30 6/326 88884
/proc/meminfo: memFree=104368244/131382112 swapFree=33009904/33010684
[pid=88648] ppid=88644 vsize=19130076 memory=7952888 CPUtime=3600.19 cores=1,3
/proc/88648/stat : 88648 (java) S 88644 88648 87124 0 -1 4194304 232772 0 0 0 359407 612 0 0 20 0 21 0 77715898 19589197824 1988222 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
/proc/88648/statm: 4782519 1988222 5516 1 0 2005309 0
[pid=88648/tid=88651] ppid=88644 vsize=19130076 memory=7952888 CPUtime=3255.75 cores=1,3
/proc/88648/task/88651/stat : 88651 (java) R 88644 88648 87124 0 -1 4194368 128528 0 0 0 325421 154 0 0 20 0 21 0 77715900 19589197824 1988222 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
[pid=88648/tid=88662] ppid=88644 vsize=19130076 memory=14720 CPUtime=0 cores=1,3
/proc/88648/task/88662/stat : 88662 (Finalizer) S 88644 88648 87124 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 77715905 19589197824 1988222 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
[pid=88648/tid=88670] ppid=88644 vsize=19130076 memory=3200 CPUtime=0 cores=1,3
/proc/88648/task/88670/stat : 88670 (Common-Cleaner) S 88644 88648 87124 0 -1 4194368 1685 0 0 0 0 0 0 0 20 0 21 0 77715907 19589197824 1988222 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
[pid=88648/tid=88701] ppid=88644 vsize=19130076 memory=7952888 CPUtime=0 cores=1,3
/proc/88648/task/88701/stat : 88701 (Timer-0) S 88644 88648 87124 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 77715970 19589197824 1988222 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
Current children cumulated CPU time: 3600.19 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7952888 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.35 s, system=6.15598 s

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

[startup+3318.41 s]
/proc/loadavg: 4.40 4.32 4.30 6/326 88884
/proc/meminfo: memFree=104368244/131382112 swapFree=33009904/33010684
[pid=88648] ppid=88644 vsize=19329768 memory=7953784 CPUtime=3600.41 cores=1,3
/proc/88648/stat : 88648 (java) S 88644 88648 87124 0 -1 4194304 234135 0 0 0 359428 613 0 0 20 0 22 0 77715898 19793682432 1988446 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
/proc/88648/statm: 4832442 1988446 5548 1 0 2006244 0
[pid=88648/tid=88651] ppid=88644 vsize=19329768 memory=14720 CPUtime=3255.85 cores=1,3
/proc/88648/task/88651/stat : 88651 (java) R 88644 88648 87124 0 -1 4194368 128528 0 0 0 325431 154 0 0 20 0 22 0 77715900 19793682432 1988446 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
[pid=88648/tid=88662] ppid=88644 vsize=19329768 memory=14720 CPUtime=0 cores=1,3
/proc/88648/task/88662/stat : 88662 (Finalizer) S 88644 88648 87124 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 77715905 19793682432 1988446 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
[pid=88648/tid=88670] ppid=88644 vsize=19329768 memory=18688 CPUtime=0 cores=1,3
/proc/88648/task/88670/stat : 88670 (Common-Cleaner) S 88644 88648 87124 0 -1 4194368 1685 0 0 0 0 0 0 0 20 0 22 0 77715907 19793682432 1988446 18446744073709551615 94117369053184 94117369056880 140729336612432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94117369064696 94117369065488 94117375799296 140729336621436 140729336621540 140729336621540 140729336627144 0
Current children cumulated CPU time: 3600.41 s
Current children cumulated vsize: 19329768 KiB
Current children cumulated memory: 7953784 KiB

Child status: 143

Real time (s): 3318.47
CPU time (s): 3600.5
CPU user time (s): 3594.35
CPU system time (s): 6.15598
CPU usage (%): 108.499
Max. virtual memory (cumulated for all children) (KiB): 19329768
Max. memory (cumulated for all children) (KiB): 7953784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.35
system time used= 6.15598
maximum resident set size= 7953912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 234369
page faults= 0
swaps= 0
block input operations= 0
block output operations= 9240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 119696
involuntary context switches= 20300


# summary of solver processes directly reported to runsolver:
#   pid: 88648
#   total CPU time (s): 3600.5
#   total CPU user time (s): 3594.35
#   total CPU system time (s): 6.15598

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.1063 second user time and 35.7759 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-07-04 11:12:50
IDJOB=4525272
IDBENCH=143543
IDSOLVER=3381
FILE ID=nodeC001/4525272-1751620370
RUNJOBID= nodeC001-1751620354-87136
SLURM_JOB_ID= 9598938
Free space on /tmp= 432504 MiB

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

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

MD5SUM BENCH= 5dc975df9a8d23df34f7dde4f22624bf
RANDOM SEED=1632307891

nodeC001 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	: 0xb00001f
cpu MHz		: 1895.517
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.745
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1995.282
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1695.989
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3591.512
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3391.982
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.397
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3391.983
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        128492608 kB
MemAvailable:   129711992 kB
Buffers:            1668 kB
Cached:          2003740 kB
SwapCached:          128 kB
Active:           517000 kB
Inactive:        1765860 kB
Active(anon):     267140 kB
Inactive(anon):    28088 kB
Active(file):     249860 kB
Inactive(file):  1737772 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4984 kB
Writeback:             4 kB
AnonPages:        279464 kB
Mapped:           123508 kB
Shmem:             17776 kB
KReclaimable:     142376 kB
Slab:             228852 kB
SReclaimable:     142376 kB
SUnreclaim:        86476 kB
KernelStack:        4528 kB
PageTables:         3820 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    4807556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149896 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    149504 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

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