Trace number 4525326

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.41 3549.79

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900557362--soft-33-100-0.wbo
MD5SUM986151a138d2ed587805254495fec40d
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark30.8681
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 constraints1868
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 94981
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 94980
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 709
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.12/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.17	c See www.sat4j.org for details.
0.12/0.18	c version PB25.v20250606
0.12/0.20	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.20	c java.vm.version	22.0.1+8-16
0.12/0.21	c java.vm.vendor	Oracle Corporation
0.12/0.21	c sun.arch.data.model	64
0.12/0.21	c java.version		22.0.1
0.12/0.21	c os.name		Linux
0.12/0.21	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.21	c os.arch		amd64
0.27/0.23	c Free memory 		2104792832
0.27/0.23	c Max memory 		16282288128
0.27/0.23	c Total memory 		2113929216
0.27/0.24	c Number of processors 	2
0.43/0.40	c Pseudo Boolean Optimization by upper bound
0.43/0.40	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.43/0.40	c  - never skip resolution steps
0.43/0.40	c  - Auto-division on coefficients is disabled
0.43/0.40	c  - No postprocessing
0.43/0.40	c  - Conflict is considered as is when resolving
0.43/0.40	c  - Use constraints as they come during conflict analysis
0.43/0.40	c  - Weaken first using unassigned literals
0.43/0.40	c  - Bump strategy: ALWAYS_ONE
0.43/0.40	c  - Bumper: ANY
0.43/0.40	c --- Begin Solver configuration ---
0.43/0.40	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.43/0.40	c Learn all clauses as in MiniSAT
0.43/0.40	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.43/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.43/0.40	c No reason simplification
0.43/0.40	c Armin Biere (Picosat) restarts strategy
0.43/0.40	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.43/0.40	c timeout=2147483s
0.43/0.40	c DB Simplification allowed=false
0.43/0.40	c Listener: none
0.43/0.40	c --- End Solver configuration ---
0.43/0.40	c solving HOME/instance-4525326-1751620762.wbo
0.43/0.40	c reading problem ... 
0.76/0.60	c ... done. Wall clock time 0.184s.
0.76/0.60	c declared #vars     231
0.76/0.60	c internal #vars     2099
0.76/0.60	c #constraints  2708
0.76/0.60	c constraints type 
0.76/0.60	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 85
0.76/0.60	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18
0.76/0.60	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5
0.76/0.60	c org.sat4j.specs.Constr$1 => 1
0.76/0.60	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2599
0.76/0.60	c 2708 constraints processed.
0.94/0.64	c objective function length is 1868 literals
1.52/0.98	c SATISFIABLE
1.52/0.98	c OPTIMIZING...
1.52/0.98	c Got one! Elapsed wall clock time (in seconds):0.578
1.52/0.98	o 12426
2.30/1.33	c Got one! Elapsed wall clock time (in seconds):0.931
2.30/1.34	o 12425
2.70/1.59	c Got one! Elapsed wall clock time (in seconds):1.186
2.70/1.59	o 12424
3.09/1.79	c Got one! Elapsed wall clock time (in seconds):1.387
3.09/1.79	o 12423
3.67/2.08	c Got one! Elapsed wall clock time (in seconds):1.675
3.67/2.08	o 12422
4.85/2.62	c Got one! Elapsed wall clock time (in seconds):2.219
4.85/2.62	o 12421
5.24/2.87	c Got one! Elapsed wall clock time (in seconds):2.468
5.24/2.87	o 12420
5.95/3.27	c Got one! Elapsed wall clock time (in seconds):2.863
5.95/3.27	o 12368
7.01/4.01	c Got one! Elapsed wall clock time (in seconds):3.609
7.01/4.01	o 12326
8.23/5.16	c Got one! Elapsed wall clock time (in seconds):4.752
8.23/5.16	o 12325
8.84/5.68	c Got one! Elapsed wall clock time (in seconds):5.277
8.84/5.68	o 12308
10.01/6.74	c Got one! Elapsed wall clock time (in seconds):6.335
10.01/6.74	o 12250
11.30/7.92	c Got one! Elapsed wall clock time (in seconds):7.513
11.30/7.92	o 12210
13.61/10.18	c Got one! Elapsed wall clock time (in seconds):9.774
13.61/10.18	o 12209
17.83/14.37	c Got one! Elapsed wall clock time (in seconds):13.971
17.83/14.37	o 12208
19.05/15.54	c Got one! Elapsed wall clock time (in seconds):15.133
19.05/15.54	o 12129
20.65/17.03	c Got one! Elapsed wall clock time (in seconds):16.622
20.65/17.03	o 12112
23.23/19.51	c Got one! Elapsed wall clock time (in seconds):19.107
23.23/19.51	o 12097
26.92/23.23	c Got one! Elapsed wall clock time (in seconds):22.824
26.92/23.23	o 12096
32.82/29.06	c Got one! Elapsed wall clock time (in seconds):28.66
32.82/29.06	o 12075
41.20/36.98	c cleaning 2489 clauses out of 5003
42.77/38.48	c Got one! Elapsed wall clock time (in seconds):38.078
42.77/38.48	o 12010
45.25/40.87	c Got one! Elapsed wall clock time (in seconds):40.467
45.25/40.87	o 12009
48.56/44.14	c Got one! Elapsed wall clock time (in seconds):43.733
48.56/44.14	o 12008
51.94/47.51	c Got one! Elapsed wall clock time (in seconds):47.104
51.94/47.51	o 12007
57.81/53.33	c Got one! Elapsed wall clock time (in seconds):52.924
57.81/53.33	o 12006
66.90/62.12	c Got one! Elapsed wall clock time (in seconds):61.712
66.90/62.12	o 11922
81.12/76.03	c Got one! Elapsed wall clock time (in seconds):75.631
81.12/76.03	o 11921
106.30/100.33	c Got one! Elapsed wall clock time (in seconds):99.929
106.30/100.33	o 11920
109.80/103.82	c Got one! Elapsed wall clock time (in seconds):103.419
109.80/103.82	o 11919
114.61/108.59	c Got one! Elapsed wall clock time (in seconds):108.188
114.61/108.59	o 11839
120.11/114.05	c Got one! Elapsed wall clock time (in seconds):113.648
120.11/114.05	o 11838
130.88/124.70	c Got one! Elapsed wall clock time (in seconds):124.299
130.88/124.70	o 11767
146.84/140.50	c Got one! Elapsed wall clock time (in seconds):140.098
146.84/140.50	o 11729
170.17/163.63	c Got one! Elapsed wall clock time (in seconds):163.229
170.17/163.63	o 11672
190.67/183.49	c cleaning 4236 clauses out of 8512
208.46/200.97	c Got one! Elapsed wall clock time (in seconds):200.564
208.46/200.97	o 11643
256.11/247.94	c Got one! Elapsed wall clock time (in seconds):247.536
256.11/247.94	o 11636
262.01/253.89	c Got one! Elapsed wall clock time (in seconds):253.491
262.01/253.89	o 11633
271.33/263.04	c Got one! Elapsed wall clock time (in seconds):262.632
271.33/263.04	o 11610
283.83/275.23	c Got one! Elapsed wall clock time (in seconds):274.822
283.83/275.23	o 11592
301.13/292.23	c Got one! Elapsed wall clock time (in seconds):291.83
301.13/292.23	o 11591
324.51/315.50	c Got one! Elapsed wall clock time (in seconds):315.095
324.51/315.50	o 11558
358.27/348.96	c Got one! Elapsed wall clock time (in seconds):348.553
358.27/348.96	o 11557
409.33/399.50	c Got one! Elapsed wall clock time (in seconds):399.101
409.33/399.50	o 11545
478.98/468.49	c cleaning 5624 clauses out of 11276
488.85/478.15	c Got one! Elapsed wall clock time (in seconds):477.75
488.85/478.15	o 11544
625.19/612.44	c Got one! Elapsed wall clock time (in seconds):612.033
625.19/612.44	o 11543
638.20/625.26	c Got one! Elapsed wall clock time (in seconds):624.859
638.20/625.26	o 11480
651.83/638.62	c Got one! Elapsed wall clock time (in seconds):638.22
651.83/638.62	o 11479
673.78/660.26	c Got one! Elapsed wall clock time (in seconds):659.852
673.78/660.26	o 11478
700.06/686.11	c Got one! Elapsed wall clock time (in seconds):685.709
700.06/686.11	o 11477
737.59/723.27	c Got one! Elapsed wall clock time (in seconds):722.863
737.59/723.27	o 11476
811.86/796.69	c Got one! Elapsed wall clock time (in seconds):796.286
811.86/796.69	o 11468
903.79/887.69	c Got one! Elapsed wall clock time (in seconds):887.288
903.79/887.69	o 11390
1050.28/1032.90	c Got one! Elapsed wall clock time (in seconds):1032.494
1050.28/1032.90	o 11385
1077.19/1059.52	c cleaning 6821 clauses out of 13653
1233.41/1213.71	c Got one! Elapsed wall clock time (in seconds):1213.309
1233.41/1213.71	o 11328
1600.15/1576.38	c Got one! Elapsed wall clock time (in seconds):1575.974
1600.15/1576.38	o 11323
1624.07/1600.01	c Got one! Elapsed wall clock time (in seconds):1599.603
1624.07/1600.01	o 11302
1652.49/1628.01	c Got one! Elapsed wall clock time (in seconds):1627.604
1652.49/1628.01	o 11287
1718.24/1693.10	c Got one! Elapsed wall clock time (in seconds):1692.692
1718.24/1693.10	o 11280
1767.14/1741.34	c Got one! Elapsed wall clock time (in seconds):1740.935
1767.14/1741.34	o 11256
1838.83/1812.15	c Got one! Elapsed wall clock time (in seconds):1811.749
1838.83/1812.15	o 11222
1939.47/1911.69	c Got one! Elapsed wall clock time (in seconds):1911.283
1939.47/1911.69	o 11207
2033.54/2004.65	c cleaning 7909 clauses out of 15832
2073.40/2043.85	c Got one! Elapsed wall clock time (in seconds):2043.448
2073.40/2043.85	o 11202
2260.83/2228.31	c Got one! Elapsed wall clock time (in seconds):2227.91
2260.83/2228.31	o 11192
2513.52/2478.04	c Got one! Elapsed wall clock time (in seconds):2477.632
2513.52/2478.04	o 11181
3081.24/3037.53	c Got one! Elapsed wall clock time (in seconds):3037.123
3081.24/3037.53	o 11155
3360.36/3313.36	c cleaning 8954 clauses out of 17925
3600.07/3549.64	c starts		: 131
3600.07/3549.66	c conflicts		: 46597
3600.07/3549.67	c decisions		: 358691
3600.07/3549.67	c propagations		: 1826126
3600.07/3549.67	c inspects		: 3866924237
3600.07/3549.67	c shortcuts		: 0
3600.07/3549.67	c learnt literals	: 0
3600.07/3549.67	c learnt binary clauses	: 0
3600.07/3549.67	c learnt ternary clauses	: 0
3600.07/3549.67	c learnt constraints	: 46596
3600.07/3549.67	c ignored constraints	: 0
3600.07/3549.67	c root simplifications	: 0
3600.07/3549.67	c removed literals (reason simplification)	: 0
3600.07/3549.67	c reason swapping (by a shorter reason)	: 0
3600.07/3549.67	c Calls to reduceDB	: 6
3600.07/3549.67	c Number of update (reduction) of LBD	: 0
3600.07/3549.67	c Imported unit clauses	: 0
3600.07/3549.68	c No decision after first conflict	: false
3600.07/3549.68	c number of reductions to clauses (during analyze)	: 0
3600.07/3549.68	c number of learned constraints concerned by reduction	: 0
3600.07/3549.68	c number of learning phase by resolution	: 0
3600.07/3549.68	c number of learning phase by cutting planes	: 0
3600.07/3549.68	c number of rounding to 1 operations	: 0
3600.07/3549.68	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3549.68	c number of reductions of the coefficients by power 2 	: 0
3600.07/3549.68	c number of right shift for reduction by power 2 	: 0
3600.07/3549.68	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3549.68	c number of ending skipping 	: 0
3600.07/3549.68	c number of internal skipping 	: 0
3600.07/3549.68	c number of derivation steps 	: 418653
3600.07/3549.68	c number of skipped derivation steps 	: 0
3600.07/3549.68	c number of remaining unassigned 	: 205118
3600.07/3549.69	c number of remaining assigned 	: 41772976
3600.07/3549.69	c number of falsified literals weakened from reason	: 0
3600.07/3549.69	c number of falsified literals weakened from conflict	: 0
3600.07/3549.69	c time for arithmetic operations	: 7658103303
3600.07/3549.69	c minimum degree of deleted constraints	: null
3600.07/3549.70	c maximum degree of deleted constraints	: null
3600.07/3549.70	c number of deleted constraints	: 0
3600.27/3549.70	c speed (assignments/second)	: 514.538948840719
3600.27/3549.70	c non guided choices	: 6956
3600.27/3549.73	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 161
3600.27/3549.73	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 10377
3600.27/3549.73	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 25
3600.27/3549.73	s SATISFIABLE
3600.27/3549.73	c Found 65 solution(s)
3600.27/3549.74	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.27/3549.75	c objective function=11155
3600.27/3549.75	c Total wall clock time (in seconds): 3549.344

Verifier Data

OK	1389

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: 63837 MiB (58666 MiB free)
  memory of node 1: 64465 MiB (57178 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4525326-1751620762/watcher-4525326-1751620762 -o /tmp/evaluation-result-4525326-1751620762/solver-4525326-1751620762 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751616394-96859 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4525326-1751620762.wbo 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=97913, runsolver pid=97910

[startup+0.100069 s]*
/proc/loadavg: 4.18 4.22 4.35 7/325 97931
/proc/meminfo: memFree=118601828/131382112 swapFree=33000116/33010684
[pid=97913] ppid=97910 vsize=18930384 memory=48320 CPUtime=0.12 cores=5,7
/proc/97913/stat : 97913 (java) S 97910 97913 96846 0 -1 4194304 5740 0 0 0 8 4 0 0 20 0 18 0 77755358 19384713216 12080 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
/proc/97913/statm: 4732596 12080 5337 1 0 546954 0
[pid=97913/tid=97915] ppid=97910 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=5,7
/proc/97913/task/97915/stat : 97915 (java) R 97910 97913 96846 0 -1 4194368 4636 0 0 0 4 2 0 0 20 0 18 0 77755360 19384713216 12080 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
[pid=97913/tid=97924] ppid=97910 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/97913/task/97924/stat : 97924 (Finalizer) S 97910 97913 96846 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 77755364 19384713216 12080 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
[pid=97913/tid=97931] ppid=97910 vsize=18930384 memory=58494082638250 CPUtime=0 cores=5,7
/proc/97913/task/97931/stat : 97931 (Common-Cleaner) S 97910 97913 96846 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 77755365 19384713216 12080 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48320 KiB

[startup+0.213619 s]*
/proc/loadavg: 4.18 4.22 4.35 6/325 97931
/proc/meminfo: memFree=118597732/131382112 swapFree=33000116/33010684
[pid=97913] ppid=97910 vsize=18930384 memory=53276 CPUtime=0.27 cores=5,7
/proc/97913/stat : 97913 (java) S 97910 97913 96846 0 -1 4194304 6454 0 0 0 23 4 0 0 20 0 18 0 77755358 19384713216 13319 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
/proc/97913/statm: 4732596 13319 5369 1 0 547532 0
[pid=97913/tid=97915] ppid=97910 vsize=18930384 memory=4026794268 CPUtime=0.17 cores=5,7
/proc/97913/task/97915/stat : 97915 (java) R 97910 97913 96846 0 -1 4194368 4981 0 0 0 14 3 0 0 20 0 18 0 77755360 19384713216 13319 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
[pid=97913/tid=97924] ppid=97910 vsize=18930384 memory=17127 CPUtime=0 cores=5,7
/proc/97913/task/97924/stat : 97924 (Finalizer) S 97910 97913 96846 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 77755364 19384713216 13319 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
[pid=97913/tid=97931] ppid=97910 vsize=18930384 memory=57394570986489 CPUtime=0 cores=5,7
/proc/97913/task/97931/stat : 97931 (Common-Cleaner) S 97910 97913 96846 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 77755365 19384713216 13319 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53276 KiB

[startup+0.314599 s]*
/proc/loadavg: 4.18 4.22 4.35 7/325 97931
/proc/meminfo: memFree=118589628/131382112 swapFree=33000116/33010684
[pid=97913] ppid=97910 vsize=18930384 memory=58792 CPUtime=0.43 cores=5,7
/proc/97913/stat : 97913 (java) S 97910 97913 96846 0 -1 4194304 6738 0 0 0 38 5 0 0 20 0 18 0 77755358 19384713216 14698 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
/proc/97913/statm: 4732596 14698 5433 1 0 547732 0
[pid=97913/tid=97915] ppid=97910 vsize=18930384 memory=-6000919507133097318 CPUtime=0.25 cores=5,7
/proc/97913/task/97915/stat : 97915 (java) R 97910 97913 96846 0 -1 4194368 5156 0 0 0 22 3 0 0 20 0 18 0 77755360 19384713216 14698 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
[pid=97913/tid=97924] ppid=97910 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/97913/task/97924/stat : 97924 (Finalizer) S 97910 97913 96846 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 77755364 19384713216 14698 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
[pid=97913/tid=97931] ppid=97910 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/97913/task/97931/stat : 97931 (Common-Cleaner) S 97910 97913 96846 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 77755365 19384713216 14698 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58792 KiB

[startup+0.700284 s]
/proc/loadavg: 4.18 4.22 4.35 7/325 97931
/proc/meminfo: memFree=118585572/131382112 swapFree=33000116/33010684
[pid=97913] ppid=97910 vsize=18996948 memory=72048 CPUtime=1.11 cores=5,7
/proc/97913/stat : 97913 (java) S 97910 97913 96846 0 -1 4194304 7668 0 0 0 105 6 0 0 20 0 19 0 77755358 19452874752 18012 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
/proc/97913/statm: 4749237 18012 5465 1 0 548556 0
[pid=97913/tid=97915] ppid=97910 vsize=18996948 memory=13952 CPUtime=0.56 cores=5,7
/proc/97913/task/97915/stat : 97915 (java) R 97910 97913 96846 0 -1 4194368 5497 0 0 0 52 4 0 0 20 0 19 0 77755360 19452874752 18012 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
[pid=97913/tid=97924] ppid=97910 vsize=18996948 memory=11008 CPUtime=0 cores=5,7
/proc/97913/task/97924/stat : 97924 (Finalizer) S 97910 97913 96846 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77755364 19452874752 18012 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
[pid=97913/tid=97931] ppid=97910 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/97913/task/97931/stat : 97931 (Common-Cleaner) S 97910 97913 96846 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 77755365 19452874752 18012 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 72048 KiB

[startup+1.50025 s]
/proc/loadavg: 4.18 4.22 4.35 6/326 97932
/proc/meminfo: memFree=118556900/131382112 swapFree=33000116/33010684
[pid=97913] ppid=97910 vsize=19063512 memory=171880 CPUtime=2.7 cores=5,7
/proc/97913/stat : 97913 (java) S 97910 97913 96846 0 -1 4194304 17253 0 0 0 260 10 0 0 20 0 20 0 77755358 19521036288 42970 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
/proc/97913/statm: 4765878 42970 5529 1 0 552348 0
[pid=97913/tid=97915] ppid=97910 vsize=19063512 memory=3328 CPUtime=1.26 cores=5,7
/proc/97913/task/97915/stat : 97915 (java) R 97910 97913 96846 0 -1 4194368 6212 0 0 0 120 6 0 0 20 0 20 0 77755360 19521036288 42970 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
[pid=97913/tid=97924] ppid=97910 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/97913/task/97924/stat : 97924 (Finalizer) S 97910 97913 96846 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77755364 19521036288 42970 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
[pid=97913/tid=97931] ppid=97910 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/97913/task/97931/stat : 97931 (Common-Cleaner) S 97910 97913 96846 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 77755365 19521036288 42970 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
[pid=97913/tid=97932] ppid=97910 vsize=19063512 memory=14468 CPUtime=0 cores=5,7
/proc/97913/task/97932/stat : 97932 (Timer-0) S 97910 97913 96846 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77755423 19521036288 42970 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
Current children cumulated CPU time: 2.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 171880 KiB

[startup+3.10548 s]
/proc/loadavg: 4.24 4.23 4.35 6/327 97933
/proc/meminfo: memFree=118230484/131382112 swapFree=33000116/33010684
[pid=97913] ppid=97910 vsize=19063512 memory=427860 CPUtime=5.78 cores=5,7
/proc/97913/stat : 97913 (java) S 97910 97913 96846 0 -1 4194304 21453 0 0 0 561 17 0 0 20 0 20 0 77755358 19521036288 106965 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
/proc/97913/statm: 4765878 106965 5529 1 0 903728 0
[pid=97913/tid=97915] ppid=97910 vsize=19063512 memory=14468 CPUtime=2.71 cores=5,7
/proc/97913/task/97915/stat : 97915 (java) R 97910 97913 96846 0 -1 4194368 6830 0 0 0 261 10 0 0 20 0 20 0 77755360 19521036288 106965 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
[pid=97913/tid=97924] ppid=97910 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/97913/task/97924/stat : 97924 (Finalizer) S 97910 97913 96846 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77755364 19521036288 106965 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
[pid=97913/tid=97931] ppid=97910 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/97913/task/97931/stat : 97931 (Common-Cleaner) S 97910 97913 96846 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 77755365 19521036288 106965 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
[pid=97913/tid=97932] ppid=97910 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/97913/task/97932/stat : 97932 (Timer-0) S 97910 97913 96846 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77755423 19521036288 106965 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
Current children cumulated CPU time: 5.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 427860 KiB

[startup+6.30044 s]
/proc/loadavg: 4.24 4.23 4.35 5/327 97933
/proc/meminfo: memFree=117840924/131382112 swapFree=33000116/33010684
[pid=97913] ppid=97910 vsize=19063512 memory=807944 CPUtime=9.57 cores=5,7
/proc/97913/stat : 97913 (java) S 97910 97913 96846 0 -1 4194304 21774 0 0 0 932 25 0 0 20 0 20 0 77755358 19521036288 201986 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
/proc/97913/statm: 4765878 201986 5529 1 0 903732 0
[pid=97913/tid=97915] ppid=97910 vsize=19063512 memory=0 CPUtime=5.67 cores=5,7
/proc/97913/task/97915/stat : 97915 (java) R 97910 97913 96846 0 -1 4194368 7011 0 0 0 550 17 0 0 20 0 20 0 77755360 19521036288 201986 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
[pid=97913/tid=97924] ppid=97910 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/97913/task/97924/stat : 97924 (Finalizer) S 97910 97913 96846 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77755364 19521036288 201986 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
[pid=97913/tid=97931] ppid=97910 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/97913/task/97931/stat : 97931 (Common-Cleaner) S 97910 97913 96846 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 77755365 19521036288 201986 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
[pid=97913/tid=97932] ppid=97910 vsize=19063512 memory=172008 CPUtime=0 cores=5,7
/proc/97913/task/97932/stat : 97932 (Timer-0) S 97910 97913 96846 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77755423 19521036288 201986 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
Current children cumulated CPU time: 9.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 807944 KiB

[startup+12.7003 s]
/proc/loadavg: 4.29 4.24 4.36 6/327 97933
/proc/meminfo: memFree=116767936/131382112 swapFree=33000116/33010684
[pid=97913] ppid=97910 vsize=19063512 memory=1877656 CPUtime=16.24 cores=5,7
/proc/97913/stat : 97913 (java) S 97910 97913 96846 0 -1 4194304 23189 0 0 0 1580 44 0 0 20 0 20 0 77755358 19521036288 469414 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
/proc/97913/statm: 4765878 469414 5529 1 0 1173204 0
[pid=97913/tid=97915] ppid=97910 vsize=19063512 memory=172008 CPUtime=11.81 cores=5,7
/proc/97913/task/97915/stat : 97915 (java) R 97910 97913 96846 0 -1 4194368 7619 0 0 0 1147 34 0 0 20 0 20 0 77755360 19521036288 469414 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
[pid=97913/tid=97924] ppid=97910 vsize=19063512 memory=1787544 CPUtime=0 cores=5,7
/proc/97913/task/97924/stat : 97924 (Finalizer) S 97910 97913 96846 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77755364 19521036288 469414 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
[pid=97913/tid=97931] ppid=97910 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/97913/task/97931/stat : 97931 (Common-Cleaner) S 97910 97913 96846 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 77755365 19521036288 469414 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
[pid=97913/tid=97932] ppid=97910 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/97913/task/97932/stat : 97932 (Timer-0) S 97910 97913 96846 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77755423 19521036288 469414 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
Current children cumulated CPU time: 16.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1877656 KiB

[startup+25.5005 s]
/proc/loadavg: 4.24 4.23 4.35 5/327 97933
/proc/meminfo: memFree=116005880/131382112 swapFree=33000116/33010684
[pid=97913] ppid=97910 vsize=19063512 memory=2727744 CPUtime=29.27 cores=5,7
/proc/97913/stat : 97913 (java) S 97910 97913 96846 0 -1 4194304 28515 0 0 0 2866 61 0 0 20 0 20 0 77755358 19521036288 681936 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
/proc/97913/statm: 4765878 681936 5529 1 0 1173208 0
[pid=97913/tid=97915] ppid=97910 vsize=19063512 memory=0 CPUtime=24.17 cores=5,7
/proc/97913/task/97915/stat : 97915 (java) R 97910 97913 96846 0 -1 4194368 10479 0 0 0 2368 49 0 0 20 0 20 0 77755360 19521036288 681936 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
[pid=97913/tid=97924] ppid=97910 vsize=19063512 memory=14468 CPUtime=0 cores=5,7
/proc/97913/task/97924/stat : 97924 (Finalizer) S 97910 97913 96846 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77755364 19521036288 681936 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
[pid=97913/tid=97931] ppid=97910 vsize=19063512 memory=2404156 CPUtime=0 cores=5,7
/proc/97913/task/97931/stat : 97931 (Common-Cleaner) S 97910 97913 96846 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 77755365 19521036288 681936 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
[pid=97913/tid=97932] ppid=97910 vsize=19063512 memory=1945384 CPUtime=0 cores=5,7
/proc/97913/task/97932/stat : 97932 (Timer-0) S 97910 97913 96846 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77755423 19521036288 681936 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
Current children cumulated CPU time: 29.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2727744 KiB

[startup+51.1133 s]
/proc/loadavg: 4.36 4.26 4.36 5/326 97933
/proc/meminfo: memFree=114232748/131382112 swapFree=33000116/33010684
[pid=97913] ppid=97910 vsize=19063512 memory=4269564 CPUtime=55.62 cores=5,7
/proc/97913/stat : 97913 (java) S 97910 97913 96846 0 -1 4194304 38113 0 0 0 5467 95 0 0 20 0 20 0 77755358 19521036288 1067391 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
/proc/97913/statm: 4765878 1067391 5529 1 0 1524180 0
[pid=97913/tid=97915] ppid=97910 vsize=19063512 memory=3867644 CPUtime=49.33 cores=5,7
/proc/97913/task/97915/stat : 97915 (java) R 97910 97913 96846 0 -1 4194368 15781 0 0 0 4854 79 0 0 20 0 20 0 77755360 19521036288 1067391 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
[pid=97913/tid=97924] ppid=97910 vsize=19063512 memory=12160 CPUtime=0 cores=5,7
/proc/97913/task/97924/stat : 97924 (Finalizer) S 97910 97913 96846 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77755364 19521036288 1067391 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
[pid=97913/tid=97931] ppid=97910 vsize=19063512 memory=2308 CPUtime=0 cores=5,7
/proc/97913/task/97931/stat : 97931 (Common-Cleaner) S 97910 97913 96846 0 -1 4194368 69 0 0 0 0 0 0 0 20 0 20 0 77755365 19521036288 1067391 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0

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

[startup+3222.3 s]
/proc/loadavg: 4.20 4.29 4.29 5/326 98373
/proc/meminfo: memFree=105319060/131382112 swapFree=33000116/33010684
[pid=97913] ppid=97910 vsize=19130076 memory=8091148 CPUtime=3268.5 cores=5,7
/proc/97913/stat : 97913 (java) S 97910 97913 96846 0 -1 4194304 232334 0 0 0 326443 407 0 0 20 0 21 0 77755358 19589197824 2022787 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
/proc/97913/statm: 4782519 2022787 5529 1 0 2072213 0
[pid=97913/tid=97915] ppid=97910 vsize=19130076 memory=8091148 CPUtime=3157.58 cores=5,7
/proc/97913/task/97915/stat : 97915 (java) R 97910 97913 96846 0 -1 4194368 153643 0 0 0 315583 175 0 0 20 0 21 0 77755360 19589197824 2022787 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
[pid=97913/tid=97924] ppid=97910 vsize=19130076 memory=8091148 CPUtime=0 cores=5,7
/proc/97913/task/97924/stat : 97924 (Finalizer) S 97910 97913 96846 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 77755364 19589197824 2022787 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
[pid=97913/tid=97931] ppid=97910 vsize=19130076 memory=5632 CPUtime=0 cores=5,7
/proc/97913/task/97931/stat : 97931 (Common-Cleaner) S 97910 97913 96846 0 -1 4194368 2590 0 0 0 0 0 0 0 20 0 21 0 77755365 19589197824 2022787 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
[pid=97913/tid=97932] ppid=97910 vsize=19130076 memory=8091148 CPUtime=0 cores=5,7
/proc/97913/task/97932/stat : 97932 (Timer-0) S 97910 97913 96846 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 77755423 19589197824 2022787 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
Current children cumulated CPU time: 3268.5 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 8091148 KiB

[startup+3282.3 s]
/proc/loadavg: 4.18 4.27 4.27 5/326 98375
/proc/meminfo: memFree=105231260/131382112 swapFree=33000116/33010684
[pid=97913] ppid=97910 vsize=19130076 memory=8091148 CPUtime=3329.12 cores=5,7
/proc/97913/stat : 97913 (java) S 97910 97913 96846 0 -1 4194304 236963 0 0 0 332500 412 0 0 20 0 21 0 77755358 19589197824 2022787 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
/proc/97913/statm: 4782519 2022787 5529 1 0 2072213 0
[pid=97913/tid=97915] ppid=97910 vsize=19130076 memory=8091148 CPUtime=3217.06 cores=5,7
/proc/97913/task/97915/stat : 97915 (java) R 97910 97913 96846 0 -1 4194368 157425 0 0 0 321530 176 0 0 20 0 21 0 77755360 19589197824 2022787 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
[pid=97913/tid=97924] ppid=97910 vsize=19130076 memory=14468 CPUtime=0 cores=5,7
/proc/97913/task/97924/stat : 97924 (Finalizer) S 97910 97913 96846 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 77755364 19589197824 2022787 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
[pid=97913/tid=97931] ppid=97910 vsize=19130076 memory=-6000919507133097318 CPUtime=0 cores=5,7
/proc/97913/task/97931/stat : 97931 (Common-Cleaner) S 97910 97913 96846 0 -1 4194368 2645 0 0 0 0 0 0 0 20 0 21 0 77755365 19589197824 2022787 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
[pid=97913/tid=97932] ppid=97910 vsize=19130076 memory=8091148 CPUtime=0 cores=5,7
/proc/97913/task/97932/stat : 97932 (Timer-0) S 97910 97913 96846 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 77755423 19589197824 2022787 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
Current children cumulated CPU time: 3329.12 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 8091148 KiB

[startup+3342.3 s]
/proc/loadavg: 4.19 4.25 4.27 5/326 98377
/proc/meminfo: memFree=105177788/131382112 swapFree=33000116/33010684
[pid=97913] ppid=97910 vsize=19130076 memory=8091276 CPUtime=3389.95 cores=5,7
/proc/97913/stat : 97913 (java) S 97910 97913 96846 0 -1 4194304 241145 0 0 0 338579 416 0 0 20 0 21 0 77755358 19589197824 2022819 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
/proc/97913/statm: 4782519 2022819 5529 1 0 2072229 0
[pid=97913/tid=97915] ppid=97910 vsize=19130076 memory=8091148 CPUtime=3276.47 cores=5,7
/proc/97913/task/97915/stat : 97915 (java) R 97910 97913 96846 0 -1 4194368 160378 0 0 0 327470 177 0 0 20 0 21 0 77755360 19589197824 2022819 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
[pid=97913/tid=97924] ppid=97910 vsize=19130076 memory=5632 CPUtime=0 cores=5,7
/proc/97913/task/97924/stat : 97924 (Finalizer) S 97910 97913 96846 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 77755364 19589197824 2022819 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
[pid=97913/tid=97931] ppid=97910 vsize=19130076 memory=8091276 CPUtime=0 cores=5,7
/proc/97913/task/97931/stat : 97931 (Common-Cleaner) S 97910 97913 96846 0 -1 4194368 2742 0 0 0 0 0 0 0 20 0 21 0 77755365 19589197824 2022819 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
[pid=97913/tid=97932] ppid=97910 vsize=19130076 memory=14468 CPUtime=0 cores=5,7
/proc/97913/task/97932/stat : 97932 (Timer-0) S 97910 97913 96846 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 77755423 19589197824 2022819 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
Current children cumulated CPU time: 3389.95 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 8091276 KiB

[startup+3402.3 s]
/proc/loadavg: 4.23 4.25 4.27 5/326 98379
/proc/meminfo: memFree=105083568/131382112 swapFree=33000116/33010684
[pid=97913] ppid=97910 vsize=19130076 memory=8091276 CPUtime=3450.78 cores=5,7
/proc/97913/stat : 97913 (java) S 97910 97913 96846 0 -1 4194304 244216 0 0 0 344658 420 0 0 20 0 21 0 77755358 19589197824 2022819 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
/proc/97913/statm: 4782519 2022819 5529 1 0 2072245 0
[pid=97913/tid=97915] ppid=97910 vsize=19130076 memory=8091276 CPUtime=3335.72 cores=5,7
/proc/97913/task/97915/stat : 97915 (java) R 97910 97913 96846 0 -1 4194368 163002 0 0 0 333394 178 0 0 20 0 21 0 77755360 19589197824 2022819 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
[pid=97913/tid=97924] ppid=97910 vsize=19130076 memory=8091276 CPUtime=0 cores=5,7
/proc/97913/task/97924/stat : 97924 (Finalizer) S 97910 97913 96846 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 77755364 19589197824 2022819 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
[pid=97913/tid=97931] ppid=97910 vsize=19130076 memory=8091276 CPUtime=0 cores=5,7
/proc/97913/task/97931/stat : 97931 (Common-Cleaner) S 97910 97913 96846 0 -1 4194368 2743 0 0 0 0 0 0 0 20 0 21 0 77755365 19589197824 2022819 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
[pid=97913/tid=97932] ppid=97910 vsize=19130076 memory=8091276 CPUtime=0 cores=5,7
/proc/97913/task/97932/stat : 97932 (Timer-0) S 97910 97913 96846 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 77755423 19589197824 2022819 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
Current children cumulated CPU time: 3450.78 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 8091276 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.23 4.26 5/327 98386
/proc/meminfo: memFree=104898824/131382112 swapFree=33000116/33010684
[pid=97913] ppid=97910 vsize=19130076 memory=8091276 CPUtime=3511.75 cores=5,7
/proc/97913/stat : 97913 (java) S 97910 97913 96846 0 -1 4194304 248940 0 0 0 350750 425 0 0 20 0 21 0 77755358 19589197824 2022819 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
/proc/97913/statm: 4782519 2022819 5529 1 0 2072245 0
[pid=97913/tid=97915] ppid=97910 vsize=19130076 memory=8091276 CPUtime=3394.44 cores=5,7
/proc/97913/task/97915/stat : 97915 (java) R 97910 97913 96846 0 -1 4194368 166591 0 0 0 339264 180 0 0 20 0 21 0 77755360 19589197824 2022819 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
[pid=97913/tid=97924] ppid=97910 vsize=19130076 memory=8091276 CPUtime=0 cores=5,7
/proc/97913/task/97924/stat : 97924 (Finalizer) S 97910 97913 96846 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 77755364 19589197824 2022819 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
[pid=97913/tid=97931] ppid=97910 vsize=19130076 memory=11008 CPUtime=0 cores=5,7
/proc/97913/task/97931/stat : 97931 (Common-Cleaner) S 97910 97913 96846 0 -1 4194368 2814 0 0 0 0 0 0 0 20 0 21 0 77755365 19589197824 2022819 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
[pid=97913/tid=97932] ppid=97910 vsize=19130076 memory=8091276 CPUtime=0 cores=5,7
/proc/97913/task/97932/stat : 97932 (Timer-0) S 97910 97913 96846 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 77755423 19589197824 2022819 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
Current children cumulated CPU time: 3511.75 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 8091276 KiB

[startup+3522.3 s]
/proc/loadavg: 4.23 4.23 4.26 5/327 98390
/proc/meminfo: memFree=104743132/131382112 swapFree=33000116/33010684
[pid=97913] ppid=97910 vsize=19130076 memory=8091276 CPUtime=3572.28 cores=5,7
/proc/97913/stat : 97913 (java) S 97910 97913 96846 0 -1 4194304 252813 0 0 0 356799 429 0 0 20 0 21 0 77755358 19589197824 2022819 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
/proc/97913/statm: 4782519 2022819 5529 1 0 2072245 0
[pid=97913/tid=97915] ppid=97910 vsize=19130076 memory=13952 CPUtime=3453.57 cores=5,7
/proc/97913/task/97915/stat : 97915 (java) R 97910 97913 96846 0 -1 4194368 169459 0 0 0 345177 180 0 0 20 0 21 0 77755360 19589197824 2022819 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
[pid=97913/tid=97924] ppid=97910 vsize=19130076 memory=8091276 CPUtime=0 cores=5,7
/proc/97913/task/97924/stat : 97924 (Finalizer) S 97910 97913 96846 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 77755364 19589197824 2022819 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
[pid=97913/tid=97931] ppid=97910 vsize=19130076 memory=14468 CPUtime=0 cores=5,7
/proc/97913/task/97931/stat : 97931 (Common-Cleaner) S 97910 97913 96846 0 -1 4194368 2906 0 0 0 0 0 0 0 20 0 21 0 77755365 19589197824 2022819 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
[pid=97913/tid=97932] ppid=97910 vsize=19130076 memory=14468 CPUtime=0 cores=5,7
/proc/97913/task/97932/stat : 97932 (Timer-0) S 97910 97913 96846 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 77755423 19589197824 2022819 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
Current children cumulated CPU time: 3572.28 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 8091276 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3549.6 s]
/proc/loadavg: 4.19 4.22 4.26 5/327 98391
/proc/meminfo: memFree=104710372/131382112 swapFree=33000116/33010684
[pid=97913] ppid=97910 vsize=19130076 memory=8091276 CPUtime=3600.07 cores=5,7
/proc/97913/stat : 97913 (java) S 97910 97913 96846 0 -1 4194304 253901 0 0 0 359576 431 0 0 20 0 21 0 77755358 19589197824 2022819 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
/proc/97913/statm: 4782519 2022819 5529 1 0 2072245 0
[pid=97913/tid=97915] ppid=97910 vsize=19130076 memory=2764 CPUtime=3480.28 cores=5,7
/proc/97913/task/97915/stat : 97915 (java) R 97910 97913 96846 0 -1 4194368 170507 0 0 0 347847 181 0 0 20 0 21 0 77755360 19589197824 2022819 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
[pid=97913/tid=97924] ppid=97910 vsize=19130076 memory=2764 CPUtime=0 cores=5,7
/proc/97913/task/97924/stat : 97924 (Finalizer) S 97910 97913 96846 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 77755364 19589197824 2022819 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
[pid=97913/tid=97931] ppid=97910 vsize=19130076 memory=20972 CPUtime=0 cores=5,7
/proc/97913/task/97931/stat : 97931 (Common-Cleaner) S 97910 97913 96846 0 -1 4194368 2906 0 0 0 0 0 0 0 20 0 21 0 77755365 19589197824 2022819 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
[pid=97913/tid=97932] ppid=97910 vsize=19130076 memory=4096 CPUtime=0 cores=5,7
/proc/97913/task/97932/stat : 97932 (Timer-0) S 97910 97913 96846 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 77755423 19589197824 2022819 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 8091276 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.04 s, system=4.36916 s

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

[startup+3549.71 s]
/proc/loadavg: 4.19 4.22 4.26 5/327 98391
/proc/meminfo: memFree=104710372/131382112 swapFree=33000116/33010684
[pid=97913] ppid=97910 vsize=19329768 memory=8092172 CPUtime=3600.27 cores=5,7
/proc/97913/stat : 97913 (java) S 97910 97913 96846 0 -1 4194304 256249 0 0 0 359595 432 0 0 20 0 22 0 77755358 19793682432 2023043 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
/proc/97913/statm: 4832442 2023043 5529 1 0 2073196 0
[pid=97913/tid=97915] ppid=97910 vsize=19329768 memory=164 CPUtime=3480.38 cores=5,7
/proc/97913/task/97915/stat : 97915 (java) R 97910 97913 96846 0 -1 4194368 170567 0 0 0 347857 181 0 0 20 0 22 0 77755360 19793682432 2023043 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
[pid=97913/tid=97924] ppid=97910 vsize=19329768 memory=5632 CPUtime=0 cores=5,7
/proc/97913/task/97924/stat : 97924 (Finalizer) S 97910 97913 96846 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 77755364 19793682432 2023043 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
[pid=97913/tid=97931] ppid=97910 vsize=19329768 memory=8091276 CPUtime=0 cores=5,7
/proc/97913/task/97931/stat : 97931 (Common-Cleaner) S 97910 97913 96846 0 -1 4194368 2906 0 0 0 0 0 0 0 20 0 22 0 77755365 19793682432 2023043 18446744073709551615 94865598652416 94865598656112 140732825878960 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94865598663928 94865598664720 94865602465792 140732825885052 140732825885156 140732825885156 140732825890760 0
Current children cumulated CPU time: 3600.27 s
Current children cumulated vsize: 19329768 KiB
Current children cumulated memory: 8092172 KiB

Child status: 143

Real time (s): 3549.79
CPU time (s): 3600.41
CPU user time (s): 3596.04
CPU system time (s): 4.36916
CPU usage (%): 101.426
Max. virtual memory (cumulated for all children) (KiB): 19329768
Max. memory (cumulated for all children) (KiB): 8093744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.04
system time used= 4.36916
maximum resident set size= 8093744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 257093
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 121241
involuntary context switches= 16605


# summary of solver processes directly reported to runsolver:
#   pid: 97913
#   total CPU time (s): 3600.41
#   total CPU user time (s): 3596.04
#   total CPU system time (s): 4.36916

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.9411 second user time and 34.4233 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-07-04 11:19:22
IDJOB=4525326
IDBENCH=143618
IDSOLVER=3381
FILE ID=nodeC007/4525326-1751620762
RUNJOBID= nodeC007-1751616394-96859
SLURM_JOB_ID= 9598923
Free space on /tmp= 431036 MiB

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

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

MD5SUM BENCH= 986151a138d2ed587805254495fec40d
RANDOM SEED=1543630737

nodeC007 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		: 3662.550
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.68
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		: 3663.036
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.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.330
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.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.206
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.68
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.354
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.68
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		: 1198.016
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.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        118624824 kB
MemAvailable:   123119292 kB
Buffers:              16 kB
Cached:          5162224 kB
SwapCached:         2972 kB
Active:          7013092 kB
Inactive:        4922692 kB
Active(anon):    6749692 kB
Inactive(anon):    35660 kB
Active(file):     263400 kB
Inactive(file):  4887032 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33000116 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               796 kB
Writeback:             0 kB
AnonPages:       6773952 kB
Mapped:           117652 kB
Shmem:             11808 kB
KReclaimable:     367324 kB
Slab:             458876 kB
SReclaimable:     367324 kB
SUnreclaim:        91552 kB
KernelStack:        5008 kB
PageTables:        17096 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    8261956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150344 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6533120 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:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 431036 MiB
End job on nodeC007 at 2025-07-04 12:18:32