Trace number 4456089

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.14 3581.88

General information on the benchmark

NamePB24/WBO/SOFT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900576151--soft-0-100-0.wbo
MD5SUM216f6331a5059337c4eb768f690a17ee
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 benchmark42.5581
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 135865
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135864
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 697
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.01/0.20	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.01/0.20	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.20	c See www.sat4j.org for details.
0.09/0.21	c version CUSTOM.v20240707
0.09/0.22	c java.runtime.name	OpenJDK Runtime Environment
0.09/0.22	c java.vm.name		OpenJDK 64-Bit Server VM
0.09/0.22	c java.vm.version	22.0.1+8-16
0.09/0.22	c java.vm.vendor	Oracle Corporation
0.09/0.22	c sun.arch.data.model	64
0.09/0.22	c java.version		22.0.1
0.09/0.22	c os.name		Linux
0.09/0.22	c os.version		4.18.0-301.1.el8.x86_64
0.09/0.22	c os.arch		amd64
0.09/0.22	c Free memory 		2106806208
0.09/0.22	c Max memory 		16282288128
0.09/0.22	c Total memory 		2113929216
0.09/0.22	c Number of processors 	2
0.09/0.29	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.29	 - never skip resolution steps
0.09/0.29	 - Auto-division on coefficients is disabled
0.09/0.29	 - No postprocessing
0.09/0.29	 - Conflict is considered as is when resolving
0.09/0.29	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.09/0.29	 - Weaken first using unassigned literals
0.09/0.29	 - Bump strategy: ALWAYS_ONE
0.09/0.29	 - Bumper: ASSIGNED
0.09/0.29	--- Begin Solver configuration ---
0.09/0.29	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.09/0.29	Learn all clauses as in MiniSAT
0.09/0.29	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.29	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.29	No reason simplification
0.09/0.29	Armin Biere (Picosat) restarts strategy
0.09/0.29	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.09/0.29	timeout=2147483s
0.09/0.29	DB Simplification allowed=false
0.09/0.29	Listener: none
0.09/0.29	--- End Solver configuration ---
0.09/0.29	c Pseudo Boolean Optimization by upper bound
0.09/0.29	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.29	c  - never skip resolution steps
0.09/0.29	c  - Auto-division on coefficients is disabled
0.09/0.29	c  - No postprocessing
0.09/0.29	c  - Conflict is considered as is when resolving
0.09/0.29	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.09/0.29	c  - Weaken first using unassigned literals
0.09/0.29	c  - Bump strategy: ALWAYS_ONE
0.09/0.29	c  - Bumper: ASSIGNED
0.09/0.29	c --- Begin Solver configuration ---
0.09/0.29	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.09/0.29	c Learn all clauses as in MiniSAT
0.09/0.29	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.29	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.29	c No reason simplification
0.09/0.29	c Armin Biere (Picosat) restarts strategy
0.09/0.29	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.09/0.29	c timeout=2147483s
0.09/0.29	c DB Simplification allowed=false
0.09/0.29	c Listener: none
0.09/0.29	c --- End Solver configuration ---
0.09/0.29	c solving HOME/instance-4456089-1721718396.wbo
0.09/0.29	c reading problem ... 
0.28/0.38	c ... done. Wall clock time 0.092s.
0.28/0.38	c declared #vars     231
0.28/0.38	c internal #vars     2938
0.28/0.38	c #constraints  2708
0.28/0.38	c constraints type 
0.28/0.38	c org.sat4j.specs.Constr$1 => 1
0.28/0.38	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 23
0.28/0.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2684
0.28/0.38	c 2708 constraints processed.
0.28/0.40	c objective function length is 2707 literals
0.65/0.58	c SATISFIABLE
0.65/0.58	c OPTIMIZING...
0.65/0.58	c Got one! Elapsed wall clock time (in seconds):0.297
0.65/0.59	o 28739
4.16/2.34	c Got one! Elapsed wall clock time (in seconds):2.045
4.16/2.34	o 28733
6.83/4.16	c Got one! Elapsed wall clock time (in seconds):3.871
6.83/4.16	o 2856
10.89/8.18	c Got one! Elapsed wall clock time (in seconds):7.892
10.89/8.18	o 476
12.13/9.38	c Got one! Elapsed wall clock time (in seconds):9.095
12.13/9.38	o 454
16.75/13.99	c Got one! Elapsed wall clock time (in seconds):13.708
16.75/13.99	o 452
19.26/16.48	c Got one! Elapsed wall clock time (in seconds):16.2
19.26/16.49	o 443
23.27/20.43	c Got one! Elapsed wall clock time (in seconds):20.142
23.27/20.43	o 440
52.20/49.06	c Got one! Elapsed wall clock time (in seconds):48.772
52.20/49.06	o 428
56.79/53.67	c Got one! Elapsed wall clock time (in seconds):53.387
56.79/53.67	o 426
65.84/62.68	c Got one! Elapsed wall clock time (in seconds):62.399
65.84/62.68	o 422
68.34/65.16	c Got one! Elapsed wall clock time (in seconds):64.871
68.34/65.16	o 412
77.33/74.10	c Got one! Elapsed wall clock time (in seconds):73.82
77.33/74.11	o 406
102.21/98.94	c Got one! Elapsed wall clock time (in seconds):98.66
102.21/98.94	o 402
146.11/142.79	c Got one! Elapsed wall clock time (in seconds):142.502
146.11/142.79	o 395
239.15/235.44	c Got one! Elapsed wall clock time (in seconds):235.156
239.15/235.44	o 394
334.22/330.23	c Got one! Elapsed wall clock time (in seconds):329.949
334.22/330.23	o 386
351.68/347.61	c Got one! Elapsed wall clock time (in seconds):347.327
351.68/347.61	o 145
370.46/366.33	c Got one! Elapsed wall clock time (in seconds):366.035
370.46/366.33	o 135
383.84/379.62	c Got one! Elapsed wall clock time (in seconds):379.325
383.84/379.62	o 132
417.35/413.07	c Got one! Elapsed wall clock time (in seconds):412.781
417.35/413.07	o 129
475.38/470.96	c Got one! Elapsed wall clock time (in seconds):470.674
475.38/470.96	o 97
571.69/566.86	c cleaning 5734 clauses out of 11474 with flag 0/11474
572.50/567.70	c Got one! Elapsed wall clock time (in seconds):567.411
572.50/567.70	o 96
608.41/603.32	c Got one! Elapsed wall clock time (in seconds):603.035
608.41/603.32	o 95
616.76/611.66	c Got one! Elapsed wall clock time (in seconds):611.37
616.76/611.66	o 88
621.51/616.35	c Got one! Elapsed wall clock time (in seconds):616.064
621.51/616.35	o 87
641.58/636.36	c Got one! Elapsed wall clock time (in seconds):636.076
641.58/636.36	o 78
960.67/953.99	c Got one! Elapsed wall clock time (in seconds):953.705
960.67/953.99	o 77
1109.97/1102.95	c cleaning 6383 clauses out of 12773 with flag 0/18507
1129.27/1122.08	c Got one! Elapsed wall clock time (in seconds):1121.799
1129.27/1122.08	o 75
1252.87/1245.49	c Got one! Elapsed wall clock time (in seconds):1245.202
1252.87/1245.49	o 74
1439.66/1431.47	c Got one! Elapsed wall clock time (in seconds):1431.187
1439.66/1431.47	o 69
1537.93/1529.36	c cleaning 6281 clauses out of 12571 with flag 0/24688
1544.70/1536.02	c Got one! Elapsed wall clock time (in seconds):1535.738
1544.70/1536.02	o 65
1692.64/1683.41	c Got one! Elapsed wall clock time (in seconds):1683.125
1692.64/1683.41	o 62
2038.64/2029.19	c cleaning 6354 clauses out of 12734 with flag 0/31132
2099.25/2089.34	c Got one! Elapsed wall clock time (in seconds):2089.052
2099.25/2089.34	o 61
2247.35/2237.26	c cleaning 4474 clauses out of 11438 with flag 0/36190
2436.36/2424.87	c Got one! Elapsed wall clock time (in seconds):2424.582
2436.36/2424.87	o 59
2758.18/2746.73	c cleaning 4945 clauses out of 12901 with flag 0/42127
2761.84/2750.31	c Got one! Elapsed wall clock time (in seconds):2750.029
2761.84/2750.31	o 46
2953.90/2941.89	c Got one! Elapsed wall clock time (in seconds):2941.6
2953.90/2941.89	o 45
3151.68/3137.85	c cleaning 4637 clauses out of 13480 with flag 0/47651
3160.66/3146.77	c Got one! Elapsed wall clock time (in seconds):3146.485
3160.66/3146.77	o 43
3530.08/3512.89	c cleaning 4866 clauses out of 14631 with flag 0/53439
3540.94/3522.85	c Got one! Elapsed wall clock time (in seconds):3522.566
3540.94/3522.85	o 41
3600.00/3581.82	c starts		: 105
3600.00/3581.82	c conflicts		: 55264
3600.00/3581.82	c decisions		: 854455
3600.00/3581.82	c propagations		: 8330243
3600.00/3581.82	c inspects		: 539180328
3600.00/3581.82	c shortcuts		: 0
3600.00/3581.82	c learnt literals	: 0
3600.00/3581.82	c learnt binary clauses	: 0
3600.00/3581.82	c learnt ternary clauses	: 0
3600.00/3581.82	c learnt constraints	: 55264
3600.00/3581.82	c ignored constraints	: 0
3600.00/3581.82	c root simplifications	: 0
3600.00/3581.82	c removed literals (reason simplification)	: 0
3600.00/3581.82	c reason swapping (by a shorter reason)	: 0
3600.00/3581.82	c Calls to reduceDB	: 8
3600.00/3581.82	c Number of update (reduction) of LBD	: 0
3600.00/3581.82	c Imported unit clauses	: 0
3600.00/3581.82	c No decision after first conflict	: false
3600.00/3581.82	c number of reductions to clauses (during analyze)	: 0
3600.00/3581.82	c number of learned constraints concerned by reduction	: 0
3600.00/3581.82	c number of learning phase by resolution	: 0
3600.00/3581.82	c number of learning phase by cutting planes	: 0
3600.00/3581.82	c number of rounding to 1 operations	: 127888
3600.00/3581.82	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3581.82	c number of reductions of the coefficients by power 2 	: 0
3600.00/3581.82	c number of right shift for reduction by power 2 	: 0
3600.00/3581.82	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3581.82	c number of ending skipping 	: 0
3600.00/3581.82	c number of internal skipping 	: 0
3600.00/3581.82	c number of derivation steps 	: 526419
3600.00/3581.82	c number of skipped derivation steps 	: 0
3600.00/3581.82	c number of remaining unassigned 	: 491360
3600.00/3581.82	c number of remaining assigned 	: 31357275
3600.00/3581.82	c number of falsified literals weakened from reason	: 0
3600.00/3581.82	c number of falsified literals weakened from conflict	: 0
3600.00/3581.82	c time for arithmetic operations	: 2504328655
3600.00/3581.83	c minimum degree of deleted constraints	: 4
3600.00/3581.83	c maximum degree of deleted constraints	: 454575550
3600.00/3581.83	c number of deleted constraints	: 43674
3600.00/3581.83	c speed (assignments/second)	: 2325.9596327939016
3600.00/3581.83	c non guided choices	: 4240
3600.00/3581.85	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 9311
3600.00/3581.85	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 2279
3600.00/3581.85	s SATISFIABLE
3600.00/3581.85	c Found 39 solution(s)
3600.00/3581.85	v -x1 -x2 -x3 x4 x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 x43 -x44 -x45 -x46 -x47 x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 x64 -x65 -x66 -x67 -x68 -x69 -x70 x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 x117 -x118 -x119 -x120 -x121 x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 x201 -x202 -x203 -x204 x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 x226 -x227 -x228 -x229 -x230 -x231 
3600.00/3581.86	c objective function=41
3600.00/3581.86	c Total wall clock time (in seconds): 3581.573

Verifier Data

OK	39

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63931 MiB (48644 MiB free)
  memory of node 1: 64510 MiB (54854 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4456089-1721718396/watcher-4456089-1721718396 -o /tmp/evaluation-result-4456089-1721718396/solver-4456089-1721718396 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1721718396-86516 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4456089-1721718396.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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=86553, runsolver pid=86546

[startup+0.100067 s]*
/proc/loadavg: 1.44 1.92 2.03 5/283 86604
/proc/meminfo: memFree=105896536/131524600 swapFree=131071996/131071996
[pid=86553] ppid=86546 vsize=18175400 memory=31896 CPUtime=0.01 cores=5,7
/proc/86553/stat : 86553 (java) S 86546 86553 86503 0 -1 1077936128 3226 0 39 0 0 1 0 0 20 0 7 0 8369924 18611609600 7974 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 0 0 16784588 0 0 0 17 7 0 0 3 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
/proc/86553/statm: 4543850 7974 3614 1 0 542675 0
[pid=86553/tid=86583] ppid=86546 vsize=18175400 memory=4026531971 CPUtime=0.01 cores=5,7
/proc/86553/task/86583/stat : 86583 (java) D 86546 86553 86503 0 -1 4194368 2656 0 23 0 0 1 0 0 20 0 7 0 8369928 18611609600 7974 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16784588 0 0 0 -1 5 0 0 4 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 18175400 KiB
Current children cumulated memory: 31896 KiB

[startup+0.206149 s]*
/proc/loadavg: 1.44 1.92 2.03 8/328 86649
/proc/meminfo: memFree=105796704/131524600 swapFree=131071996/131071996
[pid=86553] ppid=86546 vsize=18975048 memory=60304 CPUtime=0.09 cores=5,7
/proc/86553/stat : 86553 (java) S 86546 86553 86503 0 -1 1077936128 6715 0 64 0 7 2 0 0 20 0 18 0 8369924 19430449152 15076 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 3 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
/proc/86553/statm: 4743762 15076 5565 1 0 548910 0
[pid=86553/tid=86583] ppid=86546 vsize=18975048 memory=7885630755128410243 CPUtime=0.07 cores=5,7
/proc/86553/task/86583/stat : 86583 (java) R 86546 86553 86503 0 -1 4194368 5588 0 39 0 5 2 0 0 20 0 18 0 8369928 19430449152 15076 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 8 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
[pid=86553/tid=86620] ppid=86546 vsize=18975048 memory=583 CPUtime=0 cores=5,7
/proc/86553/task/86620/stat : 86620 (Finalizer) S 86546 86553 86503 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 8369940 19430449152 15076 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
[pid=86553/tid=86647] ppid=86546 vsize=18975048 memory=14411523065906868 CPUtime=0 cores=5,7
/proc/86553/task/86647/stat : 86647 (Common-Cleaner) S 86546 86553 86503 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 8369941 19430449152 15076 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 60304 KiB

[startup+0.309944 s]*
/proc/loadavg: 1.44 1.92 2.03 15/328 86649
/proc/meminfo: memFree=105754148/131524600 swapFree=131071996/131071996
[pid=86553] ppid=86546 vsize=18975048 memory=69996 CPUtime=0.28 cores=5,7
/proc/86553/stat : 86553 (java) S 86546 86553 86503 0 -1 1077936128 7676 0 65 0 25 3 0 0 20 0 18 0 8369924 19430449152 17499 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 3 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
/proc/86553/statm: 4743762 17499 5588 1 0 549644 0
[pid=86553/tid=86583] ppid=86546 vsize=18975048 memory=-6000919502737729127 CPUtime=0.15 cores=5,7
/proc/86553/task/86583/stat : 86583 (java) R 86546 86553 86503 0 -1 4194368 5985 0 40 0 13 2 0 0 20 0 18 0 8369928 19430449152 17499 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 9 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
[pid=86553/tid=86620] ppid=86546 vsize=18975048 memory=-4421386500593116511 CPUtime=0 cores=5,7
/proc/86553/task/86620/stat : 86620 (Finalizer) S 86546 86553 86503 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 8369940 19430449152 17499 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
[pid=86553/tid=86647] ppid=86546 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/86553/task/86647/stat : 86647 (Common-Cleaner) S 86546 86553 86503 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 8369941 19430449152 17499 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 69996 KiB

[startup+0.700344 s]
/proc/loadavg: 1.44 1.92 2.03 12/332 86653
/proc/meminfo: memFree=105515308/131524600 swapFree=131071996/131071996
[pid=86553] ppid=86546 vsize=19108176 memory=173904 CPUtime=1.02 cores=5,7
/proc/86553/stat : 86553 (java) S 86546 86553 86503 0 -1 1077936128 11828 0 65 0 96 6 0 0 20 0 20 0 8369924 19566772224 43476 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 3 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
/proc/86553/statm: 4777044 43476 5785 1 0 552584 0
[pid=86553/tid=86583] ppid=86546 vsize=19108176 memory=34848 CPUtime=0.48 cores=5,7
/proc/86553/task/86583/stat : 86583 (java) S 86546 86553 86503 0 -1 1077936192 6202 0 40 0 44 4 0 0 20 0 20 0 8369928 19566772224 43476 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 9 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
[pid=86553/tid=86620] ppid=86546 vsize=19108176 memory=12348 CPUtime=0 cores=5,7
/proc/86553/task/86620/stat : 86620 (Finalizer) S 86546 86553 86503 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 8369940 19566772224 43476 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
[pid=86553/tid=86647] ppid=86546 vsize=19108176 memory=5552 CPUtime=0 cores=5,7
/proc/86553/task/86647/stat : 86647 (Common-Cleaner) S 86546 86553 86503 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 8369941 19566772224 43476 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
[pid=86553/tid=86650] ppid=86546 vsize=19108176 memory=16012 CPUtime=0 cores=5,7
/proc/86553/task/86650/stat : 86650 (Timer-0) S 86546 86553 86503 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8369965 19566772224 43476 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
Current children cumulated CPU time: 1.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 173904 KiB

[startup+1.50095 s]
/proc/loadavg: 1.44 1.92 2.03 12/336 86657
/proc/meminfo: memFree=105308404/131524600 swapFree=131071996/131071996
[pid=86553] ppid=86546 vsize=19108176 memory=180512 CPUtime=2.59 cores=5,7
/proc/86553/stat : 86553 (java) S 86546 86553 86503 0 -1 1077936128 17580 0 65 0 252 7 0 0 20 0 20 0 8369924 19566772224 45128 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 3 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
/proc/86553/statm: 4777044 45128 5787 1 0 554019 0
[pid=86553/tid=86583] ppid=86546 vsize=19108176 memory=0 CPUtime=1.24 cores=5,7
/proc/86553/task/86583/stat : 86583 (java) R 86546 86553 86503 0 -1 4194368 6420 0 40 0 120 4 0 0 20 0 20 0 8369928 19566772224 45128 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 9 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
[pid=86553/tid=86620] ppid=86546 vsize=19108176 memory=12348 CPUtime=0 cores=5,7
/proc/86553/task/86620/stat : 86620 (Finalizer) S 86546 86553 86503 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 8369940 19566772224 45128 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
[pid=86553/tid=86647] ppid=86546 vsize=19108176 memory=33 CPUtime=0 cores=5,7
/proc/86553/task/86647/stat : 86647 (Common-Cleaner) S 86546 86553 86503 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 8369941 19566772224 45128 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
[pid=86553/tid=86650] ppid=86546 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/86553/task/86650/stat : 86650 (Timer-0) S 86546 86553 86503 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8369965 19566772224 45128 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
Current children cumulated CPU time: 2.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 180512 KiB

[startup+3.10695 s]
/proc/loadavg: 2.13 2.05 2.07 8/336 86657
/proc/meminfo: memFree=105068348/131524600 swapFree=131071996/131071996
[pid=86553] ppid=86546 vsize=19108176 memory=203808 CPUtime=5.39 cores=5,7
/proc/86553/stat : 86553 (java) S 86546 86553 86503 0 -1 1077936128 20546 0 65 0 531 8 0 0 20 0 20 0 8369924 19566772224 50952 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 3 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
/proc/86553/statm: 4777044 50952 5787 1 0 554061 0
[pid=86553/tid=86583] ppid=86546 vsize=19108176 memory=0 CPUtime=2.8 cores=5,7
/proc/86553/task/86583/stat : 86583 (java) R 86546 86553 86503 0 -1 4194368 7179 0 40 0 276 4 0 0 20 0 20 0 8369928 19566772224 50952 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 9 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
[pid=86553/tid=86620] ppid=86546 vsize=19108176 memory=12348 CPUtime=0 cores=5,7
/proc/86553/task/86620/stat : 86620 (Finalizer) S 86546 86553 86503 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 8369940 19566772224 50952 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
[pid=86553/tid=86647] ppid=86546 vsize=19108176 memory=-6000919481313224295 CPUtime=0 cores=5,7
/proc/86553/task/86647/stat : 86647 (Common-Cleaner) S 86546 86553 86503 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 8369941 19566772224 50952 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
[pid=86553/tid=86650] ppid=86546 vsize=19108176 memory=14411527360874681 CPUtime=0 cores=5,7
/proc/86553/task/86650/stat : 86650 (Timer-0) S 86546 86553 86503 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8369965 19566772224 50952 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
Current children cumulated CPU time: 5.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 203808 KiB

[startup+6.30096 s]
/proc/loadavg: 2.13 2.05 2.07 6/336 86658
/proc/meminfo: memFree=104533172/131524600 swapFree=131071996/131071996
[pid=86553] ppid=86546 vsize=19108176 memory=441048 CPUtime=9.1 cores=5,7
/proc/86553/stat : 86553 (java) S 86546 86553 86503 0 -1 1077936128 22845 0 65 0 897 13 0 0 20 0 20 0 8369924 19566772224 110262 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 3 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
/proc/86553/statm: 4777044 110262 5807 1 0 554555 0
[pid=86553/tid=86583] ppid=86546 vsize=19108176 memory=0 CPUtime=5.93 cores=5,7
/proc/86553/task/86583/stat : 86583 (java) R 86546 86553 86503 0 -1 4194368 7404 0 40 0 584 9 0 0 20 0 20 0 8369928 19566772224 110262 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 9 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
[pid=86553/tid=86620] ppid=86546 vsize=19108176 memory=7450431953933198957 CPUtime=0 cores=5,7
/proc/86553/task/86620/stat : 86620 (Finalizer) S 86546 86553 86503 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 8369940 19566772224 110262 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
[pid=86553/tid=86647] ppid=86546 vsize=19108176 memory=12348 CPUtime=0 cores=5,7
/proc/86553/task/86647/stat : 86647 (Common-Cleaner) S 86546 86553 86503 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 8369941 19566772224 110262 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
[pid=86553/tid=86650] ppid=86546 vsize=19108176 memory=104 CPUtime=0 cores=5,7
/proc/86553/task/86650/stat : 86650 (Timer-0) S 86546 86553 86503 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8369965 19566772224 110262 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
Current children cumulated CPU time: 9.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 441048 KiB

[startup+12.701 s]
/proc/loadavg: 2.28 2.08 2.08 6/336 86658
/proc/meminfo: memFree=102864164/131524600 swapFree=131071996/131071996
[pid=86553] ppid=86546 vsize=19108176 memory=696172 CPUtime=15.55 cores=5,7
/proc/86553/stat : 86553 (java) S 86546 86553 86503 0 -1 1077936128 26225 0 65 0 1536 19 0 0 20 0 20 0 8369924 19566772224 174043 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 3 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
/proc/86553/statm: 4777044 174043 5807 1 0 661067 0
[pid=86553/tid=86583] ppid=86546 vsize=19108176 memory=164 CPUtime=12.11 cores=5,7
/proc/86553/task/86583/stat : 86583 (java) R 86546 86553 86503 0 -1 4194368 8684 0 40 0 1199 12 0 0 20 0 20 0 8369928 19566772224 174043 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 9 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
[pid=86553/tid=86620] ppid=86546 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/86553/task/86620/stat : 86620 (Finalizer) S 86546 86553 86503 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 8369940 19566772224 174043 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
[pid=86553/tid=86647] ppid=86546 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/86553/task/86647/stat : 86647 (Common-Cleaner) S 86546 86553 86503 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 8369941 19566772224 174043 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
[pid=86553/tid=86650] ppid=86546 vsize=19108176 memory=488152 CPUtime=0 cores=5,7
/proc/86553/task/86650/stat : 86650 (Timer-0) S 86546 86553 86503 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8369965 19566772224 174043 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
Current children cumulated CPU time: 15.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 696172 KiB

[startup+25.5009 s]
/proc/loadavg: 2.66 2.18 2.11 8/336 86660
/proc/meminfo: memFree=100778120/131524600 swapFree=131071996/131071996
[pid=86553] ppid=86546 vsize=19108176 memory=1421348 CPUtime=28.64 cores=5,7
/proc/86553/stat : 86553 (java) S 86546 86553 86503 0 -1 1077936128 35626 0 65 0 2828 36 0 0 20 0 20 0 8369924 19566772224 355337 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 3 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
/proc/86553/statm: 4777044 355337 5807 1 0 661894 0
[pid=86553/tid=86583] ppid=86546 vsize=19108176 memory=8187704045996132563 CPUtime=24.6 cores=5,7
/proc/86553/task/86583/stat : 86583 (java) R 86546 86553 86503 0 -1 4194368 10911 0 40 0 2434 26 0 0 20 0 20 0 8369928 19566772224 355337 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 9 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
[pid=86553/tid=86620] ppid=86546 vsize=19108176 memory=1349692 CPUtime=0 cores=5,7
/proc/86553/task/86620/stat : 86620 (Finalizer) S 86546 86553 86503 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 8369940 19566772224 355337 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
[pid=86553/tid=86647] ppid=86546 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/86553/task/86647/stat : 86647 (Common-Cleaner) S 86546 86553 86503 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 8369941 19566772224 355337 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
[pid=86553/tid=86650] ppid=86546 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/86553/task/86650/stat : 86650 (Timer-0) S 86546 86553 86503 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8369965 19566772224 355337 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
Current children cumulated CPU time: 28.64 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1421348 KiB

[startup+51.1061 s]
/proc/loadavg: 3.23 2.36 2.18 6/336 86665
/proc/meminfo: memFree=99561352/131524600 swapFree=131071996/131071996
[pid=86553] ppid=86546 vsize=19108176 memory=1745396 CPUtime=54.3 cores=5,7
/proc/86553/stat : 86553 (java) S 86546 86553 86503 0 -1 1077936128 39891 0 65 0 5386 44 0 0 20 0 20 0 8369924 19566772224 436349 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 3 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
/proc/86553/statm: 4777044 436349 5807 1 0 661896 0
[pid=86553/tid=86583] ppid=86546 vsize=19108176 memory=1745372 CPUtime=49.87 cores=5,7
/proc/86553/task/86583/stat : 86583 (java) R 86546 86553 86503 0 -1 4194368 13118 0 40 0 4957 30 0 0 20 0 20 0 8369928 19566772224 436349 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 9 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
[pid=86553/tid=86620] ppid=86546 vsize=19108176 memory=-6000919481313224295 CPUtime=0 cores=5,7
/proc/86553/task/86620/stat : 86620 (Finalizer) S 86546 86553 86503 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 8369940 19566772224 436349 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
[pid=86553/tid=86647] ppid=86546 vsize=19108176 memory=1620444 CPUtime=0 cores=5,7
/proc/86553/task/86647/stat : 86647 (Common-Cleaner) S 86546 86553 86503 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 8369941 19566772224 436349 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
[pid=86553/tid=86650] ppid=86546 vsize=19108176 memory=16012 CPUtime=0 cores=5,7
/proc/86553/task/86650/stat : 86650 (Timer-0) S 86546 86553 86503 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8369965 19566772224 436349 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
Current children cumulated CPU time: 54.3 s

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

/proc/meminfo: memFree=96354988/131524600 swapFree=131071996/131071996
[pid=86553] ppid=86546 vsize=19108176 memory=2605616 CPUtime=3176.35 cores=5,7
/proc/86553/stat : 86553 (java) S 86546 86553 86503 0 -1 1077936128 308069 0 65 0 317419 216 0 0 20 0 20 0 8369924 19566772224 651404 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 3 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
/proc/86553/statm: 4777044 651404 5820 1 0 665074 0
[pid=86553/tid=86583] ppid=86546 vsize=19108176 memory=12348 CPUtime=3136.31 cores=5,7
/proc/86553/task/86583/stat : 86583 (java) R 86546 86553 86503 0 -1 4194368 121508 0 40 0 313580 51 0 0 20 0 20 0 8369928 19566772224 651404 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 11 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
[pid=86553/tid=86620] ppid=86546 vsize=19108176 memory=11576 CPUtime=0 cores=5,7
/proc/86553/task/86620/stat : 86620 (Finalizer) S 86546 86553 86503 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 8369940 19566772224 651404 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
[pid=86553/tid=86647] ppid=86546 vsize=19108176 memory=2605616 CPUtime=0 cores=5,7
/proc/86553/task/86647/stat : 86647 (Common-Cleaner) S 86546 86553 86503 0 -1 1077936192 3206 0 0 0 0 0 0 0 20 0 20 0 8369941 19566772224 651404 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
[pid=86553/tid=86650] ppid=86546 vsize=19108176 memory=-6000919481313224295 CPUtime=0 cores=5,7
/proc/86553/task/86650/stat : 86650 (Timer-0) S 86546 86553 86503 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8369965 19566772224 651404 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
Current children cumulated CPU time: 3176.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2605616 KiB

[startup+3222.3 s]
/proc/loadavg: 4.18 4.26 4.19 6/335 88428
/proc/meminfo: memFree=96354076/131524600 swapFree=131071996/131071996
[pid=86553] ppid=86546 vsize=19108176 memory=2605624 CPUtime=3237.32 cores=5,7
/proc/86553/stat : 86553 (java) S 86546 86553 86503 0 -1 1077936128 317144 0 65 0 323513 219 0 0 20 0 20 0 8369924 19566772224 651406 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 3 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
/proc/86553/statm: 4777044 651406 5820 1 0 665076 0
[pid=86553/tid=86583] ppid=86546 vsize=19108176 memory=12348 CPUtime=3195.81 cores=5,7
/proc/86553/task/86583/stat : 86583 (java) R 86546 86553 86503 0 -1 4194368 123581 0 40 0 319530 51 0 0 20 0 20 0 8369928 19566772224 651406 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 11 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
[pid=86553/tid=86620] ppid=86546 vsize=19108176 memory=11576 CPUtime=0 cores=5,7
/proc/86553/task/86620/stat : 86620 (Finalizer) S 86546 86553 86503 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 8369940 19566772224 651406 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
[pid=86553/tid=86647] ppid=86546 vsize=19108176 memory=2605624 CPUtime=0 cores=5,7
/proc/86553/task/86647/stat : 86647 (Common-Cleaner) S 86546 86553 86503 0 -1 1077936192 3239 0 0 0 0 0 0 0 20 0 20 0 8369941 19566772224 651406 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
[pid=86553/tid=86650] ppid=86546 vsize=19108176 memory=34848 CPUtime=0 cores=5,7
/proc/86553/task/86650/stat : 86650 (Timer-0) S 86546 86553 86503 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8369965 19566772224 651406 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
Current children cumulated CPU time: 3237.32 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2605624 KiB

[startup+3282.3 s]
/proc/loadavg: 4.29 4.30 4.21 6/333 88451
/proc/meminfo: memFree=96352816/131524600 swapFree=131071996/131071996
[pid=86553] ppid=86546 vsize=19108176 memory=2605624 CPUtime=3297.34 cores=5,7
/proc/86553/stat : 86553 (java) S 86546 86553 86503 0 -1 1077936128 320559 0 65 0 329513 221 0 0 20 0 20 0 8369924 19566772224 651406 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 3 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
/proc/86553/statm: 4777044 651406 5820 1 0 665076 0
[pid=86553/tid=86583] ppid=86546 vsize=19108176 memory=2605624 CPUtime=3255.21 cores=5,7
/proc/86553/task/86583/stat : 86583 (java) R 86546 86553 86503 0 -1 4194368 125556 0 40 0 325470 51 0 0 20 0 20 0 8369928 19566772224 651406 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 11 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
[pid=86553/tid=86620] ppid=86546 vsize=19108176 memory=34848 CPUtime=0 cores=5,7
/proc/86553/task/86620/stat : 86620 (Finalizer) S 86546 86553 86503 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 8369940 19566772224 651406 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
[pid=86553/tid=86647] ppid=86546 vsize=19108176 memory=2605624 CPUtime=0 cores=5,7
/proc/86553/task/86647/stat : 86647 (Common-Cleaner) S 86546 86553 86503 0 -1 1077936192 3329 0 0 0 0 0 0 0 20 0 20 0 8369941 19566772224 651406 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
[pid=86553/tid=86650] ppid=86546 vsize=19108176 memory=5552 CPUtime=0 cores=5,7
/proc/86553/task/86650/stat : 86650 (Timer-0) S 86546 86553 86503 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8369965 19566772224 651406 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
Current children cumulated CPU time: 3297.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2605624 KiB

[startup+3342.3 s]
/proc/loadavg: 4.28 4.29 4.21 7/333 88462
/proc/meminfo: memFree=96352108/131524600 swapFree=131071996/131071996
[pid=86553] ppid=86546 vsize=19108176 memory=2605624 CPUtime=3357.46 cores=5,7
/proc/86553/stat : 86553 (java) S 86546 86553 86503 0 -1 1077936128 321236 0 65 0 335522 224 0 0 20 0 20 0 8369924 19566772224 651406 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 3 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
/proc/86553/statm: 4777044 651406 5820 1 0 665076 0
[pid=86553/tid=86583] ppid=86546 vsize=19108176 memory=2605624 CPUtime=3314.78 cores=5,7
/proc/86553/task/86583/stat : 86583 (java) R 86546 86553 86503 0 -1 4194368 126121 0 40 0 331426 52 0 0 20 0 20 0 8369928 19566772224 651406 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 11 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
[pid=86553/tid=86620] ppid=86546 vsize=19108176 memory=2605624 CPUtime=0 cores=5,7
/proc/86553/task/86620/stat : 86620 (Finalizer) S 86546 86553 86503 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 8369940 19566772224 651406 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
[pid=86553/tid=86647] ppid=86546 vsize=19108176 memory=12348 CPUtime=0 cores=5,7
/proc/86553/task/86647/stat : 86647 (Common-Cleaner) S 86546 86553 86503 0 -1 1077936192 3329 0 0 0 0 0 0 0 20 0 20 0 8369941 19566772224 651406 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
[pid=86553/tid=86650] ppid=86546 vsize=19108176 memory=2605624 CPUtime=0 cores=5,7
/proc/86553/task/86650/stat : 86650 (Timer-0) S 86546 86553 86503 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8369965 19566772224 651406 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
Current children cumulated CPU time: 3357.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2605624 KiB

[startup+3402.3 s]
/proc/loadavg: 4.28 4.29 4.21 6/333 88473
/proc/meminfo: memFree=96351716/131524600 swapFree=131071996/131071996
[pid=86553] ppid=86546 vsize=19108176 memory=2605624 CPUtime=3417.43 cores=5,7
/proc/86553/stat : 86553 (java) S 86546 86553 86503 0 -1 1077936128 324727 0 65 0 341516 227 0 0 20 0 20 0 8369924 19566772224 651406 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 3 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
/proc/86553/statm: 4777044 651406 5820 1 0 665076 0
[pid=86553/tid=86583] ppid=86546 vsize=19108176 memory=2605624 CPUtime=3374.11 cores=5,7
/proc/86553/task/86583/stat : 86583 (java) R 86546 86553 86503 0 -1 4194368 127910 0 40 0 337359 52 0 0 20 0 20 0 8369928 19566772224 651406 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 11 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
[pid=86553/tid=86620] ppid=86546 vsize=19108176 memory=16012 CPUtime=0 cores=5,7
/proc/86553/task/86620/stat : 86620 (Finalizer) S 86546 86553 86503 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 8369940 19566772224 651406 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
[pid=86553/tid=86647] ppid=86546 vsize=19108176 memory=2605624 CPUtime=0 cores=5,7
/proc/86553/task/86647/stat : 86647 (Common-Cleaner) S 86546 86553 86503 0 -1 1077936192 3406 0 0 0 0 0 0 0 20 0 20 0 8369941 19566772224 651406 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
[pid=86553/tid=86650] ppid=86546 vsize=19108176 memory=2605624 CPUtime=0 cores=5,7
/proc/86553/task/86650/stat : 86650 (Timer-0) S 86546 86553 86503 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8369965 19566772224 651406 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
Current children cumulated CPU time: 3417.43 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2605624 KiB

[startup+3462.3 s]
/proc/loadavg: 4.21 4.27 4.21 6/332 88483
/proc/meminfo: memFree=96350804/131524600 swapFree=131071996/131071996
[pid=86553] ppid=86546 vsize=19108176 memory=2605672 CPUtime=3478.51 cores=5,7
/proc/86553/stat : 86553 (java) S 86546 86553 86503 0 -1 1077936128 332008 0 65 0 347620 231 0 0 20 0 20 0 8369924 19566772224 651418 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 3 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
/proc/86553/statm: 4777044 651418 5820 1 0 665088 0
[pid=86553/tid=86583] ppid=86546 vsize=19108176 memory=2605624 CPUtime=3433.63 cores=5,7
/proc/86553/task/86583/stat : 86583 (java) R 86546 86553 86503 0 -1 4194368 129146 0 40 0 343311 52 0 0 20 0 20 0 8369928 19566772224 651418 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 11 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
[pid=86553/tid=86620] ppid=86546 vsize=19108176 memory=16012 CPUtime=0 cores=5,7
/proc/86553/task/86620/stat : 86620 (Finalizer) S 86546 86553 86503 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 8369940 19566772224 651418 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
[pid=86553/tid=86647] ppid=86546 vsize=19108176 memory=2605664 CPUtime=0 cores=5,7
/proc/86553/task/86647/stat : 86647 (Common-Cleaner) S 86546 86553 86503 0 -1 1077936192 3406 0 0 0 0 0 0 0 20 0 20 0 8369941 19566772224 651418 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
[pid=86553/tid=86650] ppid=86546 vsize=19108176 memory=39160 CPUtime=0 cores=5,7
/proc/86553/task/86650/stat : 86650 (Timer-0) S 86546 86553 86503 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8369965 19566772224 651418 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
Current children cumulated CPU time: 3478.51 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2605672 KiB

[startup+3522.3 s]
/proc/loadavg: 4.41 4.31 4.22 6/332 88495
/proc/meminfo: memFree=96349972/131524600 swapFree=131071996/131071996
[pid=86553] ppid=86546 vsize=19108176 memory=2605672 CPUtime=3540.44 cores=5,7
/proc/86553/stat : 86553 (java) S 86546 86553 86503 0 -1 1077936128 342033 0 65 0 353808 236 0 0 20 0 20 0 8369924 19566772224 651418 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 3 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
/proc/86553/statm: 4777044 651418 5820 1 0 665088 0
[pid=86553/tid=86583] ppid=86546 vsize=19108176 memory=5552 CPUtime=3493.04 cores=5,7
/proc/86553/task/86583/stat : 86583 (java) R 86546 86553 86503 0 -1 4194368 131792 0 40 0 349252 52 0 0 20 0 20 0 8369928 19566772224 651418 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 11 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
[pid=86553/tid=86620] ppid=86546 vsize=19108176 memory=12348 CPUtime=0 cores=5,7
/proc/86553/task/86620/stat : 86620 (Finalizer) S 86546 86553 86503 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 8369940 19566772224 651418 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
[pid=86553/tid=86647] ppid=86546 vsize=19108176 memory=2605672 CPUtime=0 cores=5,7
/proc/86553/task/86647/stat : 86647 (Common-Cleaner) S 86546 86553 86503 0 -1 1077936192 3486 0 0 0 0 0 0 0 20 0 20 0 8369941 19566772224 651418 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
[pid=86553/tid=86650] ppid=86546 vsize=19108176 memory=11576 CPUtime=0 cores=5,7
/proc/86553/task/86650/stat : 86650 (Timer-0) S 86546 86553 86503 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8369965 19566772224 651418 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
Current children cumulated CPU time: 3540.44 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2605672 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3581.8 s]
/proc/loadavg: 4.25 4.28 4.22 6/329 88640
/proc/meminfo: memFree=92661464/131524600 swapFree=131071996/131071996
[pid=86553] ppid=86546 vsize=19108176 memory=2605708 CPUtime=3600 cores=5,7
/proc/86553/stat : 86553 (java) S 86546 86553 86503 0 -1 1077936128 344791 0 65 0 359762 238 0 0 20 0 20 0 8369924 19566772224 651427 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 0 0 16800975 0 0 0 17 7 0 0 3 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
/proc/86553/statm: 4777044 651427 5820 1 0 665098 0
[pid=86553/tid=86583] ppid=86546 vsize=19108176 memory=33188 CPUtime=3552.19 cores=5,7
/proc/86553/task/86583/stat : 86583 (java) R 86546 86553 86503 0 -1 4194368 132340 0 40 0 355167 52 0 0 20 0 20 0 8369928 19566772224 651427 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 11 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
[pid=86553/tid=86620] ppid=86546 vsize=19108176 memory=21680 CPUtime=0 cores=5,7
/proc/86553/task/86620/stat : 86620 (Finalizer) S 86546 86553 86503 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 8369940 19566772224 651427 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
[pid=86553/tid=86647] ppid=86546 vsize=19108176 memory=2605708 CPUtime=0 cores=5,7
/proc/86553/task/86647/stat : 86647 (Common-Cleaner) S 86546 86553 86503 0 -1 1077936192 3486 0 0 0 0 0 0 0 20 0 20 0 8369941 19566772224 651427 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
[pid=86553/tid=86650] ppid=86546 vsize=19108176 memory=27228 CPUtime=0 cores=5,7
/proc/86553/task/86650/stat : 86650 (Timer-0) S 86546 86553 86503 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8369965 19566772224 651427 134679101440 94206782062592 94206782066288 140723718839328 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94206782074104 94206782074896 94206815068160 140723718841327 140723718841440 140723718841440 140723718848456 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2605708 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.74 s, system=2.39911 s

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

Child status: 143

Real time (s): 3581.88
CPU time (s): 3600.14
CPU user time (s): 3597.74
CPU system time (s): 2.39911
CPU usage (%): 100.51
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 2616600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.74
system time used= 2.39911
maximum resident set size= 2617212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 346456
page faults= 65
swaps= 0
block input operations= 11136
block output operations= 3904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 118967
involuntary context switches= 8197


# summary of solver processes directly reported to runsolver:
#   pid: 86553
#   total CPU time (s): 3600.14
#   total CPU user time (s): 3597.74
#   total CPU system time (s): 2.39911

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.24868 second user time and 20.2623 second system time

The end

Launcher Data

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

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

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

MD5SUM BENCH= 216f6331a5059337c4eb768f690a17ee
RANDOM SEED=1351450909

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        105984352 kB
MemAvailable:   129686364 kB
Buffers:          134980 kB
Cached:         24312248 kB
SwapCached:            0 kB
Active:           887284 kB
Inactive:       23932044 kB
Active(anon):       1448 kB
Inactive(anon):   408692 kB
Active(file):     885836 kB
Inactive(file): 23523352 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1308 kB
Writeback:             0 kB
AnonPages:        371800 kB
Mapped:            99832 kB
Shmem:             37720 kB
KReclaimable:     264944 kB
Slab:             369152 kB
SReclaimable:     264944 kB
SUnreclaim:       104208 kB
KernelStack:        3700 kB
PageTables:         9380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     759668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            18976 kB
HardwareCorrupted:     0 kB
AnonHugePages:    245760 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      289492 kB
DirectMap2M:    25698304 kB
DirectMap1G:    110100480 kB

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