Trace number 4456129

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Partial RoundingSAT 2024 2024-07-12MSAT (TO) 3600.4 3580.79

General information on the benchmark

NamePB24/WBO/SOFT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900550006--soft-0-100-0.wbo
MD5SUM0ec8eded4864fc6a1104762af3da9593
Bench CategorySOFT-LIN (WBO, only soft constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark32.2684
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 135715
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135714
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 665
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.22/0.34	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.22/0.34	c This is free software under the dual EPL/GNU LGPL licenses.
0.22/0.34	c See www.sat4j.org for details.
0.22/0.36	c version CUSTOM.v20240707
0.22/0.39	c java.runtime.name	OpenJDK Runtime Environment
0.22/0.39	c java.vm.name		OpenJDK 64-Bit Server VM
0.22/0.39	c java.vm.version	22.0.1+8-16
0.22/0.39	c java.vm.vendor	Oracle Corporation
0.22/0.39	c sun.arch.data.model	64
0.22/0.39	c java.version		22.0.1
0.22/0.39	c os.name		Linux
0.22/0.39	c os.version		4.18.0-301.1.el8.x86_64
0.22/0.39	c os.arch		amd64
0.22/0.40	c Free memory 		2113181440
0.22/0.40	c Max memory 		16282288128
0.22/0.40	c Total memory 		2122317824
0.22/0.41	c Number of processors 	2
0.52/0.59	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.52/0.59	 - never skip resolution steps
0.52/0.59	 - Auto-division on coefficients is disabled
0.52/0.59	 - No postprocessing
0.52/0.59	 - Conflict is considered as is when resolving
0.52/0.59	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.52/0.59	 - Weaken first using unassigned literals
0.52/0.59	 - Bump strategy: ALWAYS_ONE
0.52/0.59	 - Bumper: ASSIGNED
0.52/0.59	--- Begin Solver configuration ---
0.52/0.59	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.52/0.59	Learn all clauses as in MiniSAT
0.52/0.59	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.52/0.59	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.52/0.59	No reason simplification
0.52/0.59	Armin Biere (Picosat) restarts strategy
0.52/0.59	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.52/0.59	timeout=2147483s
0.52/0.59	DB Simplification allowed=false
0.52/0.59	Listener: none
0.52/0.59	--- End Solver configuration ---
0.52/0.60	c Pseudo Boolean Optimization by upper bound
0.52/0.60	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.52/0.60	c  - never skip resolution steps
0.52/0.60	c  - Auto-division on coefficients is disabled
0.52/0.60	c  - No postprocessing
0.52/0.60	c  - Conflict is considered as is when resolving
0.52/0.60	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.52/0.60	c  - Weaken first using unassigned literals
0.52/0.60	c  - Bump strategy: ALWAYS_ONE
0.52/0.60	c  - Bumper: ASSIGNED
0.52/0.60	c --- Begin Solver configuration ---
0.52/0.60	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.52/0.60	c Learn all clauses as in MiniSAT
0.52/0.60	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.52/0.60	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.52/0.60	c No reason simplification
0.52/0.60	c Armin Biere (Picosat) restarts strategy
0.52/0.60	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.52/0.60	c timeout=2147483s
0.52/0.60	c DB Simplification allowed=false
0.52/0.60	c Listener: none
0.52/0.60	c --- End Solver configuration ---
0.52/0.60	c solving HOME/instance-4456129-1721718431.wbo
0.52/0.60	c reading problem ... 
1.05/0.83	c ... done. Wall clock time 0.229s.
1.05/0.83	c declared #vars     231
1.05/0.84	c internal #vars     2938
1.05/0.84	c #constraints  2708
1.05/0.84	c constraints type 
1.05/0.84	c org.sat4j.specs.Constr$1 => 1
1.05/0.84	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 23
1.05/0.84	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2684
1.05/0.84	c 2708 constraints processed.
1.05/0.86	c objective function length is 2707 literals
1.66/1.12	c SATISFIABLE
1.66/1.12	c OPTIMIZING...
1.66/1.12	c Got one! Elapsed wall clock time (in seconds):0.524
1.66/1.12	o 33623
2.42/1.50	c Got one! Elapsed wall clock time (in seconds):0.9
2.42/1.50	o 33622
5.19/2.99	c Got one! Elapsed wall clock time (in seconds):2.398
5.19/3.00	o 33616
5.78/3.22	c Got one! Elapsed wall clock time (in seconds):2.619
5.78/3.22	o 33609
6.59/3.63	c Got one! Elapsed wall clock time (in seconds):3.027
6.59/3.63	o 33595
7.63/4.36	c Got one! Elapsed wall clock time (in seconds):3.766
7.63/4.36	o 33594
8.13/4.79	c Got one! Elapsed wall clock time (in seconds):4.193
8.13/4.79	o 33593
9.35/5.61	c Got one! Elapsed wall clock time (in seconds):5.012
9.35/5.61	o 33530
11.64/7.57	c Got one! Elapsed wall clock time (in seconds):6.969
11.64/7.57	o 33525
14.83/10.52	c Got one! Elapsed wall clock time (in seconds):9.924
14.83/10.52	o 33522
19.07/14.64	c Got one! Elapsed wall clock time (in seconds):14.046
19.07/14.64	o 2271
28.99/23.88	c Got one! Elapsed wall clock time (in seconds):23.284
28.99/23.88	o 311
34.64/29.43	c Got one! Elapsed wall clock time (in seconds):28.836
34.64/29.43	o 310
42.86/37.29	c Got one! Elapsed wall clock time (in seconds):36.694
42.86/37.29	o 305
50.25/44.64	c Got one! Elapsed wall clock time (in seconds):44.047
50.25/44.64	o 297
63.22/57.45	c Got one! Elapsed wall clock time (in seconds):56.848
63.22/57.45	o 282
88.36/82.40	c Got one! Elapsed wall clock time (in seconds):81.806
88.36/82.40	o 278
113.67/107.65	c Got one! Elapsed wall clock time (in seconds):107.052
113.67/107.65	o 277
147.03/140.84	c Got one! Elapsed wall clock time (in seconds):140.244
147.03/140.84	o 274
179.14/172.78	c Got one! Elapsed wall clock time (in seconds):172.188
179.14/172.78	o 272
245.82/239.45	c Got one! Elapsed wall clock time (in seconds):238.849
245.82/239.45	o 271
261.68/255.22	c Got one! Elapsed wall clock time (in seconds):254.628
261.68/255.22	o 268
290.48/284.06	c Got one! Elapsed wall clock time (in seconds):283.466
290.48/284.06	o 267
364.06/357.53	c Got one! Elapsed wall clock time (in seconds):356.931
364.06/357.53	o 264
378.72/372.20	c Got one! Elapsed wall clock time (in seconds):371.605
378.72/372.20	o 263
445.62/438.94	c Got one! Elapsed wall clock time (in seconds):438.341
445.62/438.94	o 259
618.10/610.99	c Got one! Elapsed wall clock time (in seconds):610.389
618.10/610.99	o 248
785.02/777.49	c Got one! Elapsed wall clock time (in seconds):776.892
785.02/777.49	o 242
849.68/841.75	c Got one! Elapsed wall clock time (in seconds):841.151
849.68/841.75	o 240
887.31/879.23	c Got one! Elapsed wall clock time (in seconds):878.637
887.31/879.23	o 233
958.00/949.80	c Got one! Elapsed wall clock time (in seconds):949.199
958.00/949.80	o 231
1074.76/1066.03	c Got one! Elapsed wall clock time (in seconds):1065.436
1074.76/1066.03	o 228
1339.89/1330.40	c Got one! Elapsed wall clock time (in seconds):1329.805
1339.89/1330.40	o 225
1533.15/1523.16	c cleaning 8941 clauses out of 17900 with flag 0/17900
1538.95/1528.86	c Got one! Elapsed wall clock time (in seconds):1528.263
1538.95/1528.86	o 204
1605.07/1594.73	c Got one! Elapsed wall clock time (in seconds):1594.13
1605.07/1594.73	o 190
1609.21/1598.81	c Got one! Elapsed wall clock time (in seconds):1598.209
1609.21/1598.81	o 189
1620.32/1609.96	c Got one! Elapsed wall clock time (in seconds):1609.366
1620.32/1609.96	o 188
1643.28/1632.69	c Got one! Elapsed wall clock time (in seconds):1632.091
1643.28/1632.69	o 187
1653.25/1642.41	c Got one! Elapsed wall clock time (in seconds):1641.813
1653.25/1642.41	o 179
1856.27/1845.83	c Got one! Elapsed wall clock time (in seconds):1845.232
1856.27/1845.83	o 176
1985.10/1974.17	c cleaning 8445 clauses out of 16908 with flag 0/25849
1985.93/1975.00	c Got one! Elapsed wall clock time (in seconds):1974.403
1985.93/1975.00	o 173
2030.84/2019.67	c Got one! Elapsed wall clock time (in seconds):2019.077
2030.84/2019.67	o 166
2132.46/2120.33	c cleaning 7085 clauses out of 14196 with flag 0/31582
2143.91/2131.67	c Got one! Elapsed wall clock time (in seconds):2131.074
2143.91/2131.67	o 165
2154.31/2141.99	c Got one! Elapsed wall clock time (in seconds):2141.391
2154.31/2141.99	o 162
2218.25/2205.77	c Got one! Elapsed wall clock time (in seconds):2205.175
2218.25/2205.77	o 153
2276.57/2263.63	c Got one! Elapsed wall clock time (in seconds):2263.036
2276.57/2263.63	o 144
2405.08/2391.81	c Got one! Elapsed wall clock time (in seconds):2391.217
2405.08/2391.81	o 141
2599.81/2586.27	c cleaning 6757 clauses out of 14579 with flag 0/39050
2622.99/2609.32	c Got one! Elapsed wall clock time (in seconds):2608.725
2622.99/2609.32	o 140
2904.26/2888.03	c Got one! Elapsed wall clock time (in seconds):2887.431
2904.26/2888.03	o 139
2984.98/2968.09	c cleaning 4754 clauses out of 13610 with flag 0/44838
3101.47/3083.90	c Got one! Elapsed wall clock time (in seconds):3083.303
3101.47/3083.90	o 138
3130.97/3113.39	c Got one! Elapsed wall clock time (in seconds):3112.793
3130.97/3113.39	o 137
3232.07/3214.04	c Got one! Elapsed wall clock time (in seconds):3213.445
3232.07/3214.04	o 136
3321.94/3303.52	c Got one! Elapsed wall clock time (in seconds):3302.928
3321.94/3303.52	o 135
3419.88/3401.06	c Got one! Elapsed wall clock time (in seconds):3400.462
3419.88/3401.06	o 134
3535.77/3516.65	c cleaning 7137 clauses out of 17417 with flag 0/53399
3549.69/3530.44	c Got one! Elapsed wall clock time (in seconds):3529.842
3549.69/3530.44	o 127
3600.08/3580.62	c starts		: 130
3600.08/3580.64	c conflicts		: 55876
3600.08/3580.66	c decisions		: 579607
3600.08/3580.66	c propagations		: 5696064
3600.08/3580.66	c inspects		: 764871006
3600.08/3580.66	c shortcuts		: 0
3600.08/3580.66	c learnt literals	: 0
3600.08/3580.66	c learnt binary clauses	: 0
3600.08/3580.66	c learnt ternary clauses	: 1
3600.08/3580.66	c learnt constraints	: 55876
3600.08/3580.66	c ignored constraints	: 0
3600.08/3580.66	c root simplifications	: 0
3600.08/3580.66	c removed literals (reason simplification)	: 0
3600.08/3580.66	c reason swapping (by a shorter reason)	: 0
3600.08/3580.66	c Calls to reduceDB	: 6
3600.08/3580.66	c Number of update (reduction) of LBD	: 0
3600.08/3580.66	c Imported unit clauses	: 0
3600.08/3580.66	c No decision after first conflict	: false
3600.08/3580.66	c number of reductions to clauses (during analyze)	: 0
3600.08/3580.66	c number of learned constraints concerned by reduction	: 0
3600.08/3580.66	c number of learning phase by resolution	: 0
3600.08/3580.66	c number of learning phase by cutting planes	: 0
3600.08/3580.66	c number of rounding to 1 operations	: 137806
3600.08/3580.66	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3580.66	c number of reductions of the coefficients by power 2 	: 0
3600.08/3580.66	c number of right shift for reduction by power 2 	: 0
3600.08/3580.67	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3580.67	c number of ending skipping 	: 0
3600.08/3580.68	c number of internal skipping 	: 0
3600.08/3580.68	c number of derivation steps 	: 517518
3600.08/3580.68	c number of skipped derivation steps 	: 0
3600.08/3580.68	c number of remaining unassigned 	: 240752
3600.08/3580.68	c number of remaining assigned 	: 21695353
3600.08/3580.68	c number of falsified literals weakened from reason	: 0
3600.08/3580.68	c number of falsified literals weakened from conflict	: 0
3600.08/3580.68	c time for arithmetic operations	: 2071335724
3600.08/3580.68	c minimum degree of deleted constraints	: 4
3600.08/3580.68	c maximum degree of deleted constraints	: 56919513
3600.08/3580.68	c number of deleted constraints	: 43119
3600.08/3580.68	c speed (assignments/second)	: 1591.1686661737153
3600.28/3580.71	c non guided choices	: 5940
3600.28/3580.73	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 9773
3600.28/3580.73	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 9
3600.28/3580.73	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 2975
3600.28/3580.73	s SATISFIABLE
3600.28/3580.73	c Found 55 solution(s)
3600.28/3580.73	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.28/3580.74	c objective function=127
3600.28/3580.74	c Total wall clock time (in seconds): 3580.146

Verifier Data

OK	127

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: 64096 MiB (61673 MiB free)
  memory of node 1: 64473 MiB (62627 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=77668, runsolver pid=77655

[startup+0.100067 s]*
/proc/loadavg: 1.10 1.21 1.58 5/248 77680
/proc/meminfo: memFree=127233312/131655788 swapFree=131071996/131071996
[pid=77668] ppid=77655 vsize=16995924 memory=28992 CPUtime=0.04 cores=4,6
/proc/77668/stat : 77668 (java) S 77655 77668 77597 0 -1 1077936128 2289 0 83 0 1 3 0 0 20 0 5 0 7832946 17403826176 7248 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 0 0 16784588 0 0 0 17 6 0 0 3 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
/proc/77668/statm: 4248981 7248 3820 1 0 540900 0
[pid=77668/tid=77679] ppid=77655 vsize=16995924 memory=4026531971 CPUtime=0.02 cores=4,6
/proc/77668/task/77679/stat : 77679 (java) R 77655 77668 77597 0 -1 4194368 1783 0 53 0 0 2 0 0 20 0 5 0 7832951 17403826176 7314 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16784588 0 0 0 -1 4 0 0 3 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
[pid=77668/tid=77692] ppid=77655 vsize=16995924 memory=1652 CPUtime=0 cores=4,6
/proc/77668/task/77692/stat : 77692 (java) R 77655 77668 77597 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 5 0 7832958 17403826176 7314 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16784588 0 0 0 -1 4 0 0 0 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 16995924 KiB
Current children cumulated memory: 28992 KiB

[startup+0.216422 s]*
/proc/loadavg: 1.10 1.21 1.58 19/284 77716
/proc/meminfo: memFree=127130844/131655788 swapFree=131071996/131071996
[pid=77668] ppid=77655 vsize=18793200 memory=48300 CPUtime=0.09 cores=4,6
/proc/77668/stat : 77668 (java) S 77655 77668 77597 0 -1 1077936128 5931 0 103 0 3 6 0 0 20 0 15 0 7832946 19244236800 12075 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 0 0 16800975 0 0 0 17 6 0 0 3 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
/proc/77668/statm: 4698300 12075 4723 1 0 549582 0
[pid=77668/tid=77679] ppid=77655 vsize=18794228 memory=8505393642823811203 CPUtime=0.07 cores=4,6
/proc/77668/task/77679/stat : 77679 (java) R 77655 77668 77597 0 -1 4194368 5248 0 73 0 3 4 0 0 20 0 15 0 7832951 19245289472 12075 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 9 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
[pid=77668/tid=77714] ppid=77655 vsize=18794228 memory=1652 CPUtime=0 cores=4,6
/proc/77668/task/77714/stat : 77714 (Finalizer) S 77655 77668 77597 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 16 0 7832968 19245289472 12075 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
[pid=77668/tid=77735] ppid=77655 vsize=18794228 memory=3544395815948961836 CPUtime=0 cores=4,6
/proc/77668/task/77735/stat : 77735 (java) R 77655 77668 77597 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 16 0 7832970 19245289472 12075 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18793200 KiB
Current children cumulated memory: 48300 KiB

[startup+0.315629 s]*
/proc/loadavg: 1.10 1.21 1.58 11/312 77744
/proc/meminfo: memFree=127104372/131655788 swapFree=131071996/131071996
[pid=77668] ppid=77655 vsize=18993908 memory=57396 CPUtime=0.22 cores=4,6
/proc/77668/stat : 77668 (java) S 77655 77668 77597 0 -1 1077936128 6751 0 116 0 16 6 0 0 20 0 18 0 7832946 19449761792 14349 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 0 0 16800975 0 0 0 17 6 0 0 3 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
/proc/77668/statm: 4748477 14349 5828 1 0 550932 0
[pid=77668/tid=77679] ppid=77655 vsize=18993908 memory=-6000919489886315880 CPUtime=0.15 cores=4,6
/proc/77668/task/77679/stat : 77679 (java) R 77655 77668 77597 0 -1 4194368 5619 0 79 0 10 5 0 0 20 0 18 0 7832951 19449761792 14349 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 10 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
[pid=77668/tid=77714] ppid=77655 vsize=18993908 memory=-4421386521933735008 CPUtime=0 cores=4,6
/proc/77668/task/77714/stat : 77714 (Finalizer) S 77655 77668 77597 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 7832968 19449761792 14349 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
[pid=77668/tid=77740] ppid=77655 vsize=18993908 memory=0 CPUtime=0 cores=4,6
/proc/77668/task/77740/stat : 77740 (Common-Cleaner) S 77655 77668 77597 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 18 0 7832970 19449761792 14349 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 57396 KiB

[startup+0.701316 s]
/proc/loadavg: 1.10 1.21 1.58 13/312 77744
/proc/meminfo: memFree=127064456/131655788 swapFree=131071996/131071996
[pid=77668] ppid=77655 vsize=18993908 memory=72960 CPUtime=0.86 cores=4,6
/proc/77668/stat : 77668 (java) S 77655 77668 77597 0 -1 1077936128 7916 0 116 0 77 9 0 0 20 0 18 0 7832946 19449761792 18240 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 0 0 16800975 0 0 0 17 6 0 0 3 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
/proc/77668/statm: 4748477 18240 5992 1 0 551778 0
[pid=77668/tid=77679] ppid=77655 vsize=18993908 memory=12312 CPUtime=0.48 cores=4,6
/proc/77668/task/77679/stat : 77679 (java) R 77655 77668 77597 0 -1 4194368 6170 0 79 0 42 6 0 0 20 0 18 0 7832951 19449761792 18240 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 10 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
[pid=77668/tid=77714] ppid=77655 vsize=18993908 memory=139672068036357 CPUtime=0 cores=4,6
/proc/77668/task/77714/stat : 77714 (Finalizer) S 77655 77668 77597 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 7832968 19449761792 18240 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
[pid=77668/tid=77740] ppid=77655 vsize=18993908 memory=18024 CPUtime=0 cores=4,6
/proc/77668/task/77740/stat : 77740 (Common-Cleaner) S 77655 77668 77597 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 18 0 7832970 19449761792 18240 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
Current children cumulated CPU time: 0.86 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 72960 KiB

[startup+1.50031 s]
/proc/loadavg: 1.10 1.21 1.58 17/316 77748
/proc/meminfo: memFree=126894884/131655788 swapFree=131071996/131071996
[pid=77668] ppid=77655 vsize=19127036 memory=183284 CPUtime=2.42 cores=4,6
/proc/77668/stat : 77668 (java) S 77655 77668 77597 0 -1 1077936128 19779 0 116 0 226 16 0 0 20 0 20 0 7832946 19586084864 45821 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 0 0 16800975 0 0 0 17 6 0 0 3 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
/proc/77668/statm: 4781759 45821 6118 1 0 557627 0
[pid=77668/tid=77679] ppid=77655 vsize=19127036 memory=18024 CPUtime=1.19 cores=4,6
/proc/77668/task/77679/stat : 77679 (java) R 77655 77668 77597 0 -1 4194368 6683 0 79 0 110 9 0 0 20 0 20 0 7832951 19586084864 45821 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 10 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
[pid=77668/tid=77714] ppid=77655 vsize=19127036 memory=0 CPUtime=0 cores=4,6
/proc/77668/task/77714/stat : 77714 (Finalizer) S 77655 77668 77597 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 7832968 19586084864 45821 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
[pid=77668/tid=77740] ppid=77655 vsize=19127036 memory=31960 CPUtime=0 cores=4,6
/proc/77668/task/77740/stat : 77740 (Common-Cleaner) S 77655 77668 77597 0 -1 1077936192 54 0 0 0 0 0 0 0 20 0 20 0 7832970 19586084864 45821 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
[pid=77668/tid=77747] ppid=77655 vsize=19127036 memory=11540 CPUtime=0 cores=4,6
/proc/77668/task/77747/stat : 77747 (Timer-0) S 77655 77668 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7833035 19586084864 45821 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
Current children cumulated CPU time: 2.42 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 183284 KiB

[startup+3.10631 s]
/proc/loadavg: 1.89 1.37 1.63 13/320 77752
/proc/meminfo: memFree=126564592/131655788 swapFree=131071996/131071996
[pid=77668] ppid=77655 vsize=19127036 memory=192632 CPUtime=5.6 cores=4,6
/proc/77668/stat : 77668 (java) S 77655 77668 77597 0 -1 1077936128 22982 0 116 0 543 17 0 0 20 0 20 0 7832946 19586084864 48158 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 0 0 16800975 0 0 0 17 6 0 0 3 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
/proc/77668/statm: 4781759 48158 6145 1 0 557965 0
[pid=77668/tid=77679] ppid=77655 vsize=19127036 memory=11540 CPUtime=2.71 cores=4,6
/proc/77668/task/77679/stat : 77679 (java) R 77655 77668 77597 0 -1 4194368 7360 0 79 0 262 9 0 0 20 0 20 0 7832951 19586084864 48158 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 10 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
[pid=77668/tid=77714] ppid=77655 vsize=19127036 memory=0 CPUtime=0 cores=4,6
/proc/77668/task/77714/stat : 77714 (Finalizer) S 77655 77668 77597 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 7832968 19586084864 48158 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
[pid=77668/tid=77740] ppid=77655 vsize=19127036 memory=139672068190401 CPUtime=0 cores=4,6
/proc/77668/task/77740/stat : 77740 (Common-Cleaner) S 77655 77668 77597 0 -1 1077936192 54 0 0 0 0 0 0 0 20 0 20 0 7832970 19586084864 48158 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
[pid=77668/tid=77747] ppid=77655 vsize=19127036 memory=18024 CPUtime=0 cores=4,6
/proc/77668/task/77747/stat : 77747 (Timer-0) S 77655 77668 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7833035 19586084864 48158 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
Current children cumulated CPU time: 5.6 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 192632 KiB

[startup+6.30031 s]
/proc/loadavg: 1.89 1.37 1.63 8/320 77754
/proc/meminfo: memFree=125357124/131655788 swapFree=131071996/131071996
[pid=77668] ppid=77655 vsize=19127036 memory=506736 CPUtime=10.3 cores=4,6
/proc/77668/stat : 77668 (java) S 77655 77668 77597 0 -1 1077936128 26638 0 116 0 1006 24 0 0 20 0 20 0 7832946 19586084864 126684 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 0 0 16800975 0 0 0 17 6 0 0 3 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
/proc/77668/statm: 4781759 126684 6145 1 0 560099 0
[pid=77668/tid=77679] ppid=77655 vsize=19127036 memory=0 CPUtime=5.84 cores=4,6
/proc/77668/task/77679/stat : 77679 (java) R 77655 77668 77597 0 -1 4194368 7662 0 79 0 569 15 0 0 20 0 20 0 7832951 19586084864 126684 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 10 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
[pid=77668/tid=77714] ppid=77655 vsize=19127036 memory=18024 CPUtime=0 cores=4,6
/proc/77668/task/77714/stat : 77714 (Finalizer) S 77655 77668 77597 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 7832968 19586084864 126684 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
[pid=77668/tid=77740] ppid=77655 vsize=19127036 memory=33 CPUtime=0 cores=4,6
/proc/77668/task/77740/stat : 77740 (Common-Cleaner) S 77655 77668 77597 0 -1 1077936192 54 0 0 0 0 0 0 0 20 0 20 0 7832970 19586084864 126684 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
[pid=77668/tid=77747] ppid=77655 vsize=19127036 memory=31252 CPUtime=0 cores=4,6
/proc/77668/task/77747/stat : 77747 (Timer-0) S 77655 77668 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7833035 19586084864 126684 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
Current children cumulated CPU time: 10.3 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 506736 KiB

[startup+12.7004 s]
/proc/loadavg: 2.37 1.49 1.66 8/320 77754
/proc/meminfo: memFree=124379976/131655788 swapFree=131071996/131071996
[pid=77668] ppid=77655 vsize=19127036 memory=783320 CPUtime=17.03 cores=4,6
/proc/77668/stat : 77668 (java) S 77655 77668 77597 0 -1 1077936128 29478 0 116 0 1671 32 0 0 20 0 20 0 7832946 19586084864 195830 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 0 0 16800975 0 0 0 17 6 0 0 3 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
/proc/77668/statm: 4781759 195830 6145 1 0 560099 0
[pid=77668/tid=77679] ppid=77655 vsize=19127036 memory=31252 CPUtime=12.12 cores=4,6
/proc/77668/task/77679/stat : 77679 (java) R 77655 77668 77597 0 -1 4194368 8588 0 79 0 1190 22 0 0 20 0 20 0 7832951 19586084864 195830 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 10 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
[pid=77668/tid=77714] ppid=77655 vsize=19127036 memory=783304 CPUtime=0 cores=4,6
/proc/77668/task/77714/stat : 77714 (Finalizer) S 77655 77668 77597 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 7832968 19586084864 195830 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
[pid=77668/tid=77740] ppid=77655 vsize=19127036 memory=0 CPUtime=0 cores=4,6
/proc/77668/task/77740/stat : 77740 (Common-Cleaner) S 77655 77668 77597 0 -1 1077936192 54 0 0 0 0 0 0 0 20 0 20 0 7832970 19586084864 195830 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
[pid=77668/tid=77747] ppid=77655 vsize=19127036 memory=0 CPUtime=0 cores=4,6
/proc/77668/task/77747/stat : 77747 (Timer-0) S 77655 77668 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7833035 19586084864 195830 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
Current children cumulated CPU time: 17.03 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 783320 KiB

[startup+25.5003 s]
/proc/loadavg: 2.84 1.62 1.70 9/320 77757
/proc/meminfo: memFree=122926136/131655788 swapFree=131071996/131071996
[pid=77668] ppid=77655 vsize=19127036 memory=884224 CPUtime=30.76 cores=4,6
/proc/77668/stat : 77668 (java) S 77655 77668 77597 0 -1 1077936128 40482 0 116 0 3039 37 0 0 20 0 20 0 7832946 19586084864 221056 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 0 0 16800975 0 0 0 17 6 0 0 3 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
/proc/77668/statm: 4781759 221056 6146 1 0 560099 0
[pid=77668/tid=77679] ppid=77655 vsize=19127036 memory=0 CPUtime=24.55 cores=4,6
/proc/77668/task/77679/stat : 77679 (java) R 77655 77668 77597 0 -1 4194368 10818 0 79 0 2431 24 0 0 20 0 20 0 7832951 19586084864 221056 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 10 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
[pid=77668/tid=77714] ppid=77655 vsize=19127036 memory=658288 CPUtime=0 cores=4,6
/proc/77668/task/77714/stat : 77714 (Finalizer) S 77655 77668 77597 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 7832968 19586084864 221056 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
[pid=77668/tid=77740] ppid=77655 vsize=19127036 memory=0 CPUtime=0 cores=4,6
/proc/77668/task/77740/stat : 77740 (Common-Cleaner) S 77655 77668 77597 0 -1 1077936192 54 0 0 0 0 0 0 0 20 0 20 0 7832970 19586084864 221056 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
[pid=77668/tid=77747] ppid=77655 vsize=19127036 memory=0 CPUtime=0 cores=4,6
/proc/77668/task/77747/stat : 77747 (Timer-0) S 77655 77668 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7833035 19586084864 221056 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
Current children cumulated CPU time: 30.76 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 884224 KiB

[startup+51.1063 s]
/proc/loadavg: 3.39 1.85 1.78 8/320 77760
/proc/meminfo: memFree=121212428/131655788 swapFree=131071996/131071996
[pid=77668] ppid=77655 vsize=19127036 memory=1884996 CPUtime=56.96 cores=4,6
/proc/77668/stat : 77668 (java) S 77655 77668 77597 0 -1 1077936128 49434 0 116 0 5636 60 0 0 20 0 20 0 7832946 19586084864 471249 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 0 0 16800975 0 0 0 17 6 0 0 3 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
/proc/77668/statm: 4781759 471249 6146 1 0 666626 0
[pid=77668/tid=77679] ppid=77655 vsize=19127036 memory=1884936 CPUtime=49.39 cores=4,6
/proc/77668/task/77679/stat : 77679 (java) R 77655 77668 77597 0 -1 4194368 14003 0 79 0 4897 42 0 0 20 0 20 0 7832951 19586084864 471249 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 10 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
[pid=77668/tid=77714] ppid=77655 vsize=19127036 memory=1884904 CPUtime=0 cores=4,6
/proc/77668/task/77714/stat : 77714 (Finalizer) S 77655 77668 77597 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 7832968 19586084864 471249 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
[pid=77668/tid=77740] ppid=77655 vsize=19127036 memory=-6000919485591348584 CPUtime=0 cores=4,6
/proc/77668/task/77740/stat : 77740 (Common-Cleaner) S 77655 77668 77597 0 -1 1077936192 54 0 0 0 0 0 0 0 20 0 20 0 7832970 19586084864 471249 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
[pid=77668/tid=77747] ppid=77655 vsize=19127036 memory=783320 CPUtime=0 cores=4,6
/proc/77668/task/77747/stat : 77747 (Timer-0) S 77655 77668 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7833035 19586084864 471249 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
Current children cumulated CPU time: 56.96 s

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

[startup+3222.3 s]
/proc/loadavg: 4.24 4.23 4.13 6/318 80103
/proc/meminfo: memFree=110508124/131655788 swapFree=131071996/131071996
[pid=77668] ppid=77655 vsize=19193600 memory=3142584 CPUtime=3240.48 cores=4,6
/proc/77668/stat : 77668 (java) S 77655 77668 77597 0 -1 1077936128 250617 0 116 0 323725 323 0 0 20 0 21 0 7832946 19654246400 785646 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 0 0 16800975 0 0 0 17 6 0 0 3 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
/proc/77668/statm: 4798400 785646 6179 1 0 795400 0
[pid=77668/tid=77679] ppid=77655 vsize=19193600 memory=3142540 CPUtime=3183.08 cores=4,6
/proc/77668/task/77679/stat : 77679 (java) R 77655 77668 77597 0 -1 4194368 104062 0 79 0 318235 73 0 0 20 0 21 0 7832951 19654246400 785646 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 10 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
[pid=77668/tid=77714] ppid=77655 vsize=19193600 memory=3142584 CPUtime=0 cores=4,6
/proc/77668/task/77714/stat : 77714 (Finalizer) S 77655 77668 77597 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 7832968 19654246400 785646 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
[pid=77668/tid=77740] ppid=77655 vsize=19193600 memory=3142584 CPUtime=0 cores=4,6
/proc/77668/task/77740/stat : 77740 (Common-Cleaner) S 77655 77668 77597 0 -1 1077936192 2723 0 0 0 0 0 0 0 20 0 21 0 7832970 19654246400 785646 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
[pid=77668/tid=77747] ppid=77655 vsize=19193600 memory=3142584 CPUtime=0 cores=4,6
/proc/77668/task/77747/stat : 77747 (Timer-0) S 77655 77668 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 7833035 19654246400 785646 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
Current children cumulated CPU time: 3240.48 s
Current children cumulated vsize: 19193600 KiB
Current children cumulated memory: 3142584 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.20 4.12 6/318 80125
/proc/meminfo: memFree=110505436/131655788 swapFree=131071996/131071996
[pid=77668] ppid=77655 vsize=19193600 memory=3142584 CPUtime=3300.66 cores=4,6
/proc/77668/stat : 77668 (java) S 77655 77668 77597 0 -1 1077936128 251140 0 116 0 329739 327 0 0 20 0 21 0 7832946 19654246400 785646 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 0 0 16800975 0 0 0 17 6 0 0 3 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
/proc/77668/statm: 4798400 785646 6179 1 0 795400 0
[pid=77668/tid=77679] ppid=77655 vsize=19193600 memory=3142584 CPUtime=3242.42 cores=4,6
/proc/77668/task/77679/stat : 77679 (java) R 77655 77668 77597 0 -1 4194368 104503 0 79 0 324169 73 0 0 20 0 21 0 7832951 19654246400 785646 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 10 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
[pid=77668/tid=77714] ppid=77655 vsize=19193600 memory=3142584 CPUtime=0 cores=4,6
/proc/77668/task/77714/stat : 77714 (Finalizer) S 77655 77668 77597 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 7832968 19654246400 785646 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
[pid=77668/tid=77740] ppid=77655 vsize=19193600 memory=-6000919485591348584 CPUtime=0 cores=4,6
/proc/77668/task/77740/stat : 77740 (Common-Cleaner) S 77655 77668 77597 0 -1 1077936192 2723 0 0 0 0 0 0 0 20 0 21 0 7832970 19654246400 785646 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
[pid=77668/tid=77747] ppid=77655 vsize=19193600 memory=31384 CPUtime=0 cores=4,6
/proc/77668/task/77747/stat : 77747 (Timer-0) S 77655 77668 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 7833035 19654246400 785646 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
Current children cumulated CPU time: 3300.66 s
Current children cumulated vsize: 19193600 KiB
Current children cumulated memory: 3142584 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.19 4.12 6/319 80138
/proc/meminfo: memFree=110505096/131655788 swapFree=131071996/131071996
[pid=77668] ppid=77655 vsize=19193600 memory=3142584 CPUtime=3360.94 cores=4,6
/proc/77668/stat : 77668 (java) S 77655 77668 77597 0 -1 1077936128 254053 0 116 0 335763 331 0 0 20 0 21 0 7832946 19654246400 785646 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 0 0 16800975 0 0 0 17 6 0 0 3 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
/proc/77668/statm: 4798400 785646 6179 1 0 795400 0
[pid=77668/tid=77679] ppid=77655 vsize=19193600 memory=-6000919485591348584 CPUtime=3301.8 cores=4,6
/proc/77668/task/77679/stat : 77679 (java) R 77655 77668 77597 0 -1 4194368 106191 0 79 0 330107 73 0 0 20 0 21 0 7832951 19654246400 785646 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 10 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
[pid=77668/tid=77714] ppid=77655 vsize=19193600 memory=11540 CPUtime=0 cores=4,6
/proc/77668/task/77714/stat : 77714 (Finalizer) S 77655 77668 77597 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 7832968 19654246400 785646 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
[pid=77668/tid=77740] ppid=77655 vsize=19193600 memory=3142584 CPUtime=0 cores=4,6
/proc/77668/task/77740/stat : 77740 (Common-Cleaner) S 77655 77668 77597 0 -1 1077936192 2724 0 0 0 0 0 0 0 20 0 21 0 7832970 19654246400 785646 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
[pid=77668/tid=77747] ppid=77655 vsize=19193600 memory=11540 CPUtime=0 cores=4,6
/proc/77668/task/77747/stat : 77747 (Timer-0) S 77655 77668 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 7833035 19654246400 785646 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
Current children cumulated CPU time: 3360.94 s
Current children cumulated vsize: 19193600 KiB
Current children cumulated memory: 3142584 KiB

[startup+3402.3 s]
/proc/loadavg: 4.21 4.20 4.13 6/318 80148
/proc/meminfo: memFree=110504720/131655788 swapFree=131071996/131071996
[pid=77668] ppid=77655 vsize=19193600 memory=3142584 CPUtime=3421.16 cores=4,6
/proc/77668/stat : 77668 (java) S 77655 77668 77597 0 -1 1077936128 256030 0 116 0 341779 337 0 0 20 0 21 0 7832946 19654246400 785646 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 0 0 16800975 0 0 0 17 6 0 0 3 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
/proc/77668/statm: 4798400 785646 6179 1 0 795400 0
[pid=77668/tid=77679] ppid=77655 vsize=19193600 memory=31384 CPUtime=3361.16 cores=4,6
/proc/77668/task/77679/stat : 77679 (java) R 77655 77668 77597 0 -1 4194368 107266 0 79 0 336042 74 0 0 20 0 21 0 7832951 19654246400 785646 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 10 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
[pid=77668/tid=77714] ppid=77655 vsize=19193600 memory=31384 CPUtime=0 cores=4,6
/proc/77668/task/77714/stat : 77714 (Finalizer) S 77655 77668 77597 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 7832968 19654246400 785646 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
[pid=77668/tid=77740] ppid=77655 vsize=19193600 memory=11540 CPUtime=0 cores=4,6
/proc/77668/task/77740/stat : 77740 (Common-Cleaner) S 77655 77668 77597 0 -1 1077936192 2815 0 0 0 0 0 0 0 20 0 21 0 7832970 19654246400 785646 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
[pid=77668/tid=77747] ppid=77655 vsize=19193600 memory=11540 CPUtime=0 cores=4,6
/proc/77668/task/77747/stat : 77747 (Timer-0) S 77655 77668 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 7833035 19654246400 785646 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
Current children cumulated CPU time: 3421.16 s
Current children cumulated vsize: 19193600 KiB
Current children cumulated memory: 3142584 KiB

[startup+3462.3 s]
/proc/loadavg: 4.23 4.21 4.13 6/318 80158
/proc/meminfo: memFree=110504304/131655788 swapFree=131071996/131071996
[pid=77668] ppid=77655 vsize=19193600 memory=3142584 CPUtime=3481.34 cores=4,6
/proc/77668/stat : 77668 (java) S 77655 77668 77597 0 -1 1077936128 256830 0 116 0 347794 340 0 0 20 0 21 0 7832946 19654246400 785646 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 0 0 16800975 0 0 0 17 6 0 0 3 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
/proc/77668/statm: 4798400 785646 6179 1 0 795400 0
[pid=77668/tid=77679] ppid=77655 vsize=19193600 memory=31384 CPUtime=3420.5 cores=4,6
/proc/77668/task/77679/stat : 77679 (java) R 77655 77668 77597 0 -1 4194368 108036 0 79 0 341976 74 0 0 20 0 21 0 7832951 19654246400 785646 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 10 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
[pid=77668/tid=77714] ppid=77655 vsize=19193600 memory=3142584 CPUtime=0 cores=4,6
/proc/77668/task/77714/stat : 77714 (Finalizer) S 77655 77668 77597 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 7832968 19654246400 785646 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
[pid=77668/tid=77740] ppid=77655 vsize=19193600 memory=12312 CPUtime=0 cores=4,6
/proc/77668/task/77740/stat : 77740 (Common-Cleaner) S 77655 77668 77597 0 -1 1077936192 2815 0 0 0 0 0 0 0 20 0 21 0 7832970 19654246400 785646 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
[pid=77668/tid=77747] ppid=77655 vsize=19193600 memory=12312 CPUtime=0 cores=4,6
/proc/77668/task/77747/stat : 77747 (Timer-0) S 77655 77668 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 7833035 19654246400 785646 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
Current children cumulated CPU time: 3481.34 s
Current children cumulated vsize: 19193600 KiB
Current children cumulated memory: 3142584 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.18 4.13 6/317 80168
/proc/meminfo: memFree=110501752/131655788 swapFree=131071996/131071996
[pid=77668] ppid=77655 vsize=19193600 memory=3142592 CPUtime=3541.5 cores=4,6
/proc/77668/stat : 77668 (java) S 77655 77668 77597 0 -1 1077936128 260973 0 116 0 353805 345 0 0 20 0 21 0 7832946 19654246400 785648 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 0 0 16800975 0 0 0 17 6 0 0 3 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
/proc/77668/statm: 4798400 785648 6179 1 0 795400 0
[pid=77668/tid=77679] ppid=77655 vsize=19193600 memory=3142588 CPUtime=3479.79 cores=4,6
/proc/77668/task/77679/stat : 77679 (java) R 77655 77668 77597 0 -1 4194368 110606 0 79 0 347904 75 0 0 20 0 21 0 7832951 19654246400 785648 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 10 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
[pid=77668/tid=77714] ppid=77655 vsize=19193600 memory=3142584 CPUtime=0 cores=4,6
/proc/77668/task/77714/stat : 77714 (Finalizer) S 77655 77668 77597 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 7832968 19654246400 785648 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
[pid=77668/tid=77740] ppid=77655 vsize=19193600 memory=18024 CPUtime=0 cores=4,6
/proc/77668/task/77740/stat : 77740 (Common-Cleaner) S 77655 77668 77597 0 -1 1077936192 2908 0 0 0 0 0 0 0 20 0 21 0 7832970 19654246400 785648 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
[pid=77668/tid=77747] ppid=77655 vsize=19193600 memory=3142588 CPUtime=0 cores=4,6
/proc/77668/task/77747/stat : 77747 (Timer-0) S 77655 77668 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 7833035 19654246400 785648 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
Current children cumulated CPU time: 3541.5 s
Current children cumulated vsize: 19193600 KiB
Current children cumulated memory: 3142592 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3580.6 s]
/proc/loadavg: 4.14 4.18 4.13 5/317 80246
/proc/meminfo: memFree=111598044/131655788 swapFree=131071996/131071996
[pid=77668] ppid=77655 vsize=19193600 memory=3142636 CPUtime=3600.08 cores=4,6
/proc/77668/stat : 77668 (java) S 77655 77668 77597 0 -1 1077936128 263587 0 116 0 359657 351 0 0 20 0 21 0 7832946 19654246400 785659 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 0 0 16800975 0 0 0 17 6 0 0 3 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
/proc/77668/statm: 4798400 785659 6179 1 0 795400 0
[pid=77668/tid=77679] ppid=77655 vsize=19193600 memory=3428 CPUtime=3536.92 cores=4,6
/proc/77668/task/77679/stat : 77679 (java) R 77655 77668 77597 0 -1 4194368 111537 0 79 0 353617 75 0 0 20 0 21 0 7832951 19654246400 785659 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 10 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
[pid=77668/tid=77714] ppid=77655 vsize=19193600 memory=1536 CPUtime=0 cores=4,6
/proc/77668/task/77714/stat : 77714 (Finalizer) S 77655 77668 77597 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 7832968 19654246400 785659 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
[pid=77668/tid=77740] ppid=77655 vsize=19193600 memory=20740 CPUtime=0 cores=4,6
/proc/77668/task/77740/stat : 77740 (Common-Cleaner) S 77655 77668 77597 0 -1 1077936192 2919 0 0 0 0 0 0 0 20 0 21 0 7832970 19654246400 785659 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
[pid=77668/tid=77747] ppid=77655 vsize=19193600 memory=18916 CPUtime=0 cores=4,6
/proc/77668/task/77747/stat : 77747 (Timer-0) S 77655 77668 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 7833035 19654246400 785659 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19193600 KiB
Current children cumulated memory: 3142636 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.86 s, system=3.5422 s

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

[startup+3580.7 s]
/proc/loadavg: 4.14 4.18 4.13 5/317 80246
/proc/meminfo: memFree=111598044/131655788 swapFree=131071996/131071996
[pid=77668] ppid=77655 vsize=19393292 memory=3143388 CPUtime=3600.28 cores=4,6
/proc/77668/stat : 77668 (java) S 77655 77668 77597 0 -1 1077936128 265741 0 116 0 359677 351 0 0 20 0 23 0 7832946 19858731008 785847 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 0 0 16800975 0 0 0 17 6 0 0 3 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
/proc/77668/statm: 4848323 785847 6179 1 0 796384 0
[pid=77668/tid=77679] ppid=77655 vsize=19393292 memory=3142636 CPUtime=3537.01 cores=4,6
/proc/77668/task/77679/stat : 77679 (java) R 77655 77668 77597 0 -1 4194368 111592 0 79 0 353626 75 0 0 20 0 23 0 7832951 19858731008 785847 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 10 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
[pid=77668/tid=77714] ppid=77655 vsize=19393292 memory=11540 CPUtime=0 cores=4,6
/proc/77668/task/77714/stat : 77714 (Finalizer) S 77655 77668 77597 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 23 0 7832968 19858731008 785847 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
[pid=77668/tid=77740] ppid=77655 vsize=19393292 memory=11540 CPUtime=0 cores=4,6
/proc/77668/task/77740/stat : 77740 (Common-Cleaner) S 77655 77668 77597 0 -1 1077936192 2919 0 0 0 0 0 0 0 20 0 23 0 7832970 19858731008 785847 134679101440 93993251905536 93993251909232 140729737515952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93993251917048 93993251917840 93993266597888 140729737520115 140729737520228 140729737520228 140729737527240 0
Current children cumulated CPU time: 3600.28 s
Current children cumulated vsize: 19393292 KiB
Current children cumulated memory: 3143388 KiB

Child status: 143

Real time (s): 3580.79
CPU time (s): 3600.4
CPU user time (s): 3596.86
CPU system time (s): 3.5422
CPU usage (%): 100.548
Max. virtual memory (cumulated for all children) (KiB): 19393292
Max. memory (cumulated for all children) (KiB): 3143388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.86
system time used= 3.54219
maximum resident set size= 3144720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 266314
page faults= 116
swaps= 0
block input operations= 17600
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 117784
involuntary context switches= 9080


# summary of solver processes directly reported to runsolver:
#   pid: 77668
#   total CPU time (s): 3600.4
#   total CPU user time (s): 3596.86
#   total CPU system time (s): 3.5422

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.9898 second user time and 37.9202 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-23 09:07:11
IDJOB=4456129
IDBENCH=143224
IDSOLVER=3035
FILE ID=nodeC011/4456129-1721718431
RUNJOBID= nodeC011-1721718431-77609
SLURM_JOB_ID= 7770416
Free space on /tmp= 723784 MiB

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

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

MD5SUM BENCH= 0ec8eded4864fc6a1104762af3da9593
RANDOM SEED=1442873935

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.332
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 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6984.36
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		: 1197.326
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 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.35
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.331
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 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6984.36
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.322
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 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.35
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		: 1290.481
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 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6984.36
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.326
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 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.35
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		: 1278.304
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 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6984.36
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		: 1227.953
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 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.35
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        127285748 kB
MemAvailable:   130034652 kB
Buffers:          134216 kB
Cached:          3416004 kB
SwapCached:            0 kB
Active:           828880 kB
Inactive:        2996620 kB
Active(anon):       1352 kB
Inactive(anon):   303424 kB
Active(file):     827528 kB
Inactive(file):  2693196 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2728 kB
Writeback:             4 kB
AnonPages:        275308 kB
Mapped:            98180 kB
Shmem:             29504 kB
KReclaimable:     136756 kB
Slab:             229356 kB
SReclaimable:     136756 kB
SUnreclaim:        92600 kB
KernelStack:        3640 kB
PageTables:         9588 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     591348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            17536 kB
HardwareCorrupted:     0 kB
AnonHugePages:    157696 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      254792 kB
DirectMap2M:    21669888 kB
DirectMap1G:    114294784 kB

Free space on /tmp at the end= 723772 MiB
End job on nodeC011 at 2024-07-23 10:06:52