Trace number 4525325

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 Resolution 2025-06-06OPTIMUM 30.8681 26.4684

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900557362--soft-33-100-0.wbo
MD5SUM986151a138d2ed587805254495fec40d
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark30.8681
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints1868
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 94981
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 94980
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 709
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.11/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.11	c See www.sat4j.org for details.
0.11/0.12	c version PB25.v20250606
0.11/0.15	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.15	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.15	c java.vm.version	22.0.1+8-16
0.11/0.15	c java.vm.vendor	Oracle Corporation
0.11/0.15	c sun.arch.data.model	64
0.11/0.15	c java.version		22.0.1
0.11/0.15	c os.name		Linux
0.11/0.15	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.15	c os.arch		amd64
0.11/0.15	c Free memory 		2104792832
0.11/0.15	c Max memory 		16282288128
0.11/0.15	c Total memory 		2113929216
0.11/0.16	c Number of processors 	2
0.25/0.26	c Pseudo Boolean Optimization by upper bound
0.25/0.26	c --- Begin Solver configuration ---
0.25/0.26	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.25/0.26	c Learn all clauses as in MiniSAT
0.25/0.26	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.26	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.26	c Expensive reason simplification
0.25/0.26	c Glucose 2.1 dynamic restart strategy
0.25/0.26	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.25/0.26	c timeout=2147483s
0.25/0.26	c DB Simplification allowed=false
0.25/0.26	c Listener: none
0.25/0.26	c --- End Solver configuration ---
0.25/0.26	c solving HOME/instance-4525325-1751623269.wbo
0.25/0.26	c reading problem ... 
0.59/0.44	c ... done. Wall clock time 0.176s.
0.59/0.45	c declared #vars     231
0.59/0.45	c internal #vars     2099
0.59/0.45	c #constraints  2708
0.59/0.45	c constraints type 
0.59/0.45	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 85
0.59/0.45	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5
0.59/0.45	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18
0.59/0.45	c org.sat4j.specs.Constr$1 => 1
0.59/0.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2599
0.59/0.45	c 2708 constraints processed.
0.59/0.47	c objective function length is 1868 literals
0.95/0.61	c SATISFIABLE
0.95/0.61	c OPTIMIZING...
0.95/0.61	c Got one! Elapsed wall clock time (in seconds):0.355
0.95/0.61	o 385
0.95/0.67	c Got one! Elapsed wall clock time (in seconds):0.411
0.95/0.67	o 384
0.95/0.68	c Got one! Elapsed wall clock time (in seconds):0.426
0.95/0.68	o 349
1.12/0.71	c Got one! Elapsed wall clock time (in seconds):0.452
1.12/0.71	o 335
1.12/0.73	c Got one! Elapsed wall clock time (in seconds):0.475
1.12/0.73	o 318
1.12/0.77	c Got one! Elapsed wall clock time (in seconds):0.515
1.12/0.77	o 316
1.32/0.80	c Got one! Elapsed wall clock time (in seconds):0.543
1.32/0.80	o 297
1.32/0.85	c Got one! Elapsed wall clock time (in seconds):0.596
1.32/0.85	o 296
1.32/0.88	c Got one! Elapsed wall clock time (in seconds):0.623
1.32/0.88	o 293
1.51/0.90	c Got one! Elapsed wall clock time (in seconds):0.641
1.51/0.90	o 255
1.51/0.92	c Got one! Elapsed wall clock time (in seconds):0.66
1.51/0.92	o 239
1.51/0.94	c Got one! Elapsed wall clock time (in seconds):0.682
1.51/0.94	o 212
1.51/0.96	c Got one! Elapsed wall clock time (in seconds):0.7
1.51/0.96	o 205
1.93/1.19	c Got one! Elapsed wall clock time (in seconds):0.937
1.93/1.20	o 190
2.11/1.27	c Got one! Elapsed wall clock time (in seconds):1.009
2.11/1.27	o 189
2.30/1.30	c Got one! Elapsed wall clock time (in seconds):1.042
2.30/1.30	o 184
2.30/1.39	c Got one! Elapsed wall clock time (in seconds):1.133
2.30/1.39	o 183
2.50/1.44	c Got one! Elapsed wall clock time (in seconds):1.18
2.50/1.44	o 175
2.50/1.45	c Got one! Elapsed wall clock time (in seconds):1.195
2.50/1.45	o 154
2.70/1.53	c Got one! Elapsed wall clock time (in seconds):1.269
2.70/1.53	o 153
3.04/1.79	c Got one! Elapsed wall clock time (in seconds):1.53
3.04/1.79	o 152
3.15/1.80	c Got one! Elapsed wall clock time (in seconds):1.542
3.15/1.80	o 144
3.15/1.81	c Got one! Elapsed wall clock time (in seconds):1.549
3.15/1.81	o 142
3.49/2.02	c cleaning 5112 clauses out of 10235 with flag 9975/10235
3.87/2.22	c Got one! Elapsed wall clock time (in seconds):1.962
3.87/2.22	o 141
3.87/2.28	c Got one! Elapsed wall clock time (in seconds):2.023
3.87/2.28	o 121
3.87/2.29	c Got one! Elapsed wall clock time (in seconds):2.035
3.87/2.29	o 117
4.07/2.31	c Got one! Elapsed wall clock time (in seconds):2.053
4.07/2.31	o 116
4.07/2.32	c Got one! Elapsed wall clock time (in seconds):2.065
4.07/2.32	o 109
4.07/2.37	c Got one! Elapsed wall clock time (in seconds):2.11
4.07/2.37	o 103
4.07/2.39	c Got one! Elapsed wall clock time (in seconds):2.127
4.07/2.39	o 102
4.07/2.39	c Got one! Elapsed wall clock time (in seconds):2.134
4.07/2.39	o 97
4.59/2.68	c cleaning 6392 clauses out of 12799 with flag 18846/17911
5.42/3.23	c cleaning 6194 clauses out of 12405 with flag 66396/23909
6.01/3.82	c cleaning 6597 clauses out of 13211 with flag 124427/30909
7.42/5.25	c cleaning 7305 clauses out of 14616 with flag 196026/38911
7.42/5.26	c Got one! Elapsed wall clock time (in seconds):5.005
7.42/5.26	o 96
7.52/5.35	c Got one! Elapsed wall clock time (in seconds):5.094
7.52/5.35	o 95
7.52/5.39	c Got one! Elapsed wall clock time (in seconds):5.133
7.52/5.39	o 89
7.74/5.52	c Got one! Elapsed wall clock time (in seconds):5.257
7.74/5.52	o 80
7.74/5.55	c Got one! Elapsed wall clock time (in seconds):5.295
7.74/5.55	o 73
7.74/5.57	c Got one! Elapsed wall clock time (in seconds):5.314
7.74/5.57	o 72
7.89/5.63	c Got one! Elapsed wall clock time (in seconds):5.37
7.89/5.63	o 67
7.89/5.69	c Got one! Elapsed wall clock time (in seconds):5.436
7.89/5.69	o 66
8.31/5.90	c Got one! Elapsed wall clock time (in seconds):5.643
8.31/5.90	o 64
8.43/6.04	c Got one! Elapsed wall clock time (in seconds):5.779
8.43/6.04	o 61
8.43/6.08	c Got one! Elapsed wall clock time (in seconds):5.817
8.43/6.08	o 60
8.43/6.11	c Got one! Elapsed wall clock time (in seconds):5.848
8.43/6.11	o 58
8.74/6.20	c cleaning 8678 clauses out of 17369 with flag 6725/48969
8.74/6.21	c Got one! Elapsed wall clock time (in seconds):5.953
8.74/6.21	o 52
8.74/6.28	c Got one! Elapsed wall clock time (in seconds):6.024
8.74/6.28	o 51
9.08/6.52	c Got one! Elapsed wall clock time (in seconds):6.257
9.08/6.52	o 50
9.08/6.59	c cleaning 7349 clauses out of 14707 with flag 6707/54985
9.08/6.59	c Got one! Elapsed wall clock time (in seconds):6.333
9.08/6.59	o 49
9.18/6.65	c Got one! Elapsed wall clock time (in seconds):6.391
9.18/6.65	o 47
9.30/6.71	c Got one! Elapsed wall clock time (in seconds):6.451
9.30/6.71	o 36
9.30/6.80	c Got one! Elapsed wall clock time (in seconds):6.537
9.30/6.80	o 35
9.64/6.91	c cleaning 6541 clauses out of 13085 with flag 15118/60712
9.89/7.18	c Got one! Elapsed wall clock time (in seconds):6.921
9.89/7.18	o 33
9.98/7.20	c Got one! Elapsed wall clock time (in seconds):6.944
9.98/7.20	o 32
9.98/7.25	c Got one! Elapsed wall clock time (in seconds):6.987
9.98/7.25	o 31
9.98/7.26	c Got one! Elapsed wall clock time (in seconds):7.005
9.98/7.26	o 30
9.98/7.28	c Got one! Elapsed wall clock time (in seconds):7.019
9.98/7.28	o 29
10.17/7.34	c Got one! Elapsed wall clock time (in seconds):7.08
10.17/7.34	o 28
10.49/7.58	c Got one! Elapsed wall clock time (in seconds):7.326
10.49/7.58	o 27
10.58/7.66	c Got one! Elapsed wall clock time (in seconds):7.404
10.58/7.66	o 20
10.72/7.73	c cleaning 9986 clauses out of 19981 with flag 6933/74149
10.72/7.78	c Got one! Elapsed wall clock time (in seconds):7.517
10.72/7.78	o 17
11.04/7.99	c Got one! Elapsed wall clock time (in seconds):7.73
11.04/7.99	o 16
11.31/8.12	c cleaning 8303 clauses out of 16637 with flag 16527/80791
11.50/8.34	c Got one! Elapsed wall clock time (in seconds):8.083
11.50/8.34	o 11
11.62/8.43	c cleaning 7130 clauses out of 14276 with flag 13813/86733
11.93/8.71	c cleaning 6560 clauses out of 13146 with flag 57948/92733
12.25/9.08	c cleaning 6774 clauses out of 13586 with flag 115805/99733
12.63/9.47	c cleaning 7391 clauses out of 14812 with flag 183613/107733
13.13/9.94	c cleaning 8194 clauses out of 16423 with flag 269363/116735
13.71/10.49	c cleaning 9107 clauses out of 18228 with flag 360267/126734
14.48/11.13	c cleaning 10050 clauses out of 20120 with flag 456757/137733
14.67/11.36	c Got one! Elapsed wall clock time (in seconds):11.104
14.67/11.36	o 10
14.80/11.42	c cleaning 7787 clauses out of 15593 with flag 8049/143256
15.01/11.68	c cleaning 6893 clauses out of 13808 with flag 51164/149258
15.43/12.07	c cleaning 6938 clauses out of 13912 with flag 111626/156255
15.61/12.24	c Got one! Elapsed wall clock time (in seconds):11.983
15.61/12.24	o 9
15.89/12.41	c cleaning 6463 clauses out of 12934 with flag 21788/162215
16.19/12.78	c cleaning 6218 clauses out of 12473 with flag 72083/168217
16.19/12.79	c Got one! Elapsed wall clock time (in seconds):12.534
16.19/12.79	o 8
16.63/13.11	c cleaning 5783 clauses out of 11583 with flag 41126/173545
17.01/13.52	c cleaning 5891 clauses out of 11799 with flag 89826/179544
17.31/13.82	c Got one! Elapsed wall clock time (in seconds):13.558
17.31/13.82	o 7
17.31/13.89	c cleaning 5611 clauses out of 11259 with flag 7477/184895
17.70/14.29	c cleaning 5815 clauses out of 11648 with flag 53018/190895
18.30/14.86	c cleaning 6408 clauses out of 12832 with flag 111798/197895
19.53/15.59	c cleaning 7208 clauses out of 14425 with flag 176171/205896
20.43/16.41	c cleaning 8104 clauses out of 16216 with flag 255414/214895
21.16/16.91	c Got one! Elapsed wall clock time (in seconds):16.651
21.16/16.91	o 6
21.51/17.27	c cleaning 9722 clauses out of 19443 with flag 28660/226227
21.91/17.63	c cleaning 7862 clauses out of 15724 with flag 63811/232230
22.50/18.22	c cleaning 7431 clauses out of 14863 with flag 115206/239232
23.10/18.85	c cleaning 7704 clauses out of 15426 with flag 174216/247226
23.80/19.57	c cleaning 8362 clauses out of 16730 with flag 244155/256234
24.77/20.45	c cleaning 9178 clauses out of 18359 with flag 313549/266226
25.87/21.56	c cleaning 10084 clauses out of 20180 with flag 386936/277226
27.06/22.70	c cleaning 11042 clauses out of 22093 with flag 463908/289226
28.37/24.04	c cleaning 12026 clauses out of 24053 with flag 552862/302230
28.66/24.38	c Got one! Elapsed wall clock time (in seconds):24.123
28.66/24.38	o 5
28.90/24.56	c cleaning 8922 clauses out of 17846 with flag 12252/308049
29.30/25.00	c cleaning 7453 clauses out of 14922 with flag 55578/314051
30.00/25.67	c cleaning 7229 clauses out of 14469 with flag 101298/321053
30.70/26.32	c cleaning 7611 clauses out of 15234 with flag 152391/329049
30.70/26.39	c starts		: 247
30.81/26.41	c conflicts		: 329695
30.81/26.41	c decisions		: 634309
30.81/26.41	c propagations		: 36887755
30.81/26.41	c inspects		: 275006457
30.81/26.41	c shortcuts		: 0
30.81/26.41	c learnt literals	: 27
30.81/26.41	c learnt binary clauses	: 213
30.81/26.41	c learnt ternary clauses	: 793
30.81/26.41	c learnt constraints	: 329667
30.81/26.41	c ignored constraints	: 0
30.81/26.41	c root simplifications	: 0
30.81/26.41	c removed literals (reason simplification)	: 1773007
30.81/26.41	c reason swapping (by a shorter reason)	: 0
30.81/26.41	c Calls to reduceDB	: 42
30.81/26.41	c Number of update (reduction) of LBD	: 148751
30.81/26.41	c Imported unit clauses	: 0
30.81/26.41	c No decision after first conflict	: false
30.81/26.42	c number of reductions to clauses (during analyze)	: 0
30.81/26.42	c number of learned constraints concerned by reduction	: 0
30.81/26.42	c number of learning phase by resolution	: 0
30.81/26.42	c number of learning phase by cutting planes	: 0
30.81/26.42	c number of rounding to 1 operations	: 0
30.81/26.42	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
30.81/26.42	c number of reductions of the coefficients by power 2 	: 0
30.81/26.42	c number of right shift for reduction by power 2 	: 0
30.81/26.42	c number of reductions of the coefficients by GCD over coefficients 	: 0
30.81/26.42	c number of ending skipping 	: 0
30.81/26.42	c number of internal skipping 	: 0
30.81/26.42	c number of derivation steps 	: 0
30.81/26.42	c number of skipped derivation steps 	: 0
30.81/26.42	c number of remaining unassigned 	: 0
30.81/26.42	c number of remaining assigned 	: 0
30.81/26.42	c number of falsified literals weakened from reason	: 0
30.81/26.42	c number of falsified literals weakened from conflict	: 0
30.81/26.42	c time for arithmetic operations	: 0
30.81/26.43	c minimum degree of deleted constraints	: null
30.81/26.43	c maximum degree of deleted constraints	: null
30.81/26.43	c number of deleted constraints	: 0
30.81/26.43	c speed (assignments/second)	: 1421822.1939562135
30.81/26.43	c non guided choices	: 8417
30.81/26.43	s OPTIMUM FOUND
30.81/26.43	c Found 67 solution(s)
30.81/26.43	v -x1 -x2 -x3 -x4 -x5 x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 x18 -x19 -x20 x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 x167 -x168 -x169 -x170 -x171 -x172 x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 x184 -x185 -x186 -x187 -x188 x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 x231 
30.81/26.43	c objective function=5
30.81/26.43	c Total wall clock time (in seconds): 26.17

Verifier Data

OK	5

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (62129 MiB free)
  memory of node 1: 64465 MiB (62650 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4525325-1751623269/watcher-4525325-1751623269 -o /tmp/evaluation-result-4525325-1751623269/solver-4525325-1751623269 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751623235-97337 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4525325-1751623269.wbo 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=97789, runsolver pid=97786

[startup+0.10007 s]*
/proc/loadavg: 2.68 3.83 5.98 6/325 97808
/proc/meminfo: memFree=127743744/131382116 swapFree=33009904/33010684
[pid=97789] ppid=97786 vsize=18930384 memory=49420 CPUtime=0.11 cores=1,3
/proc/97789/stat : 97789 (java) S 97786 97789 97320 0 -1 4194304 5990 0 0 0 10 1 0 0 20 0 18 0 78006096 19384713216 12355 18446744073709551615 94316339056640 94316339060336 140731406229824 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94316339068152 94316339068944 94316367896576 140731406231935 140731406232036 140731406232036 140731406237640 0
/proc/97789/statm: 4732596 12355 5369 1 0 547139 0
[pid=97789/tid=97791] ppid=97786 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/97789/task/97791/stat : 97791 (java) R 97786 97789 97320 0 -1 4194368 4848 0 0 0 6 1 0 0 20 0 18 0 78006097 19384713216 12355 18446744073709551615 94316339056640 94316339060336 140731406229824 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94316339068152 94316339068944 94316367896576 140731406231935 140731406232036 140731406232036 140731406237640 0
[pid=97789/tid=97800] ppid=97786 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/97789/task/97800/stat : 97800 (Finalizer) S 97786 97789 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78006100 19384713216 12355 18446744073709551615 94316339056640 94316339060336 140731406229824 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94316339068152 94316339068944 94316367896576 140731406231935 140731406232036 140731406232036 140731406237640 0
[pid=97789/tid=97807] ppid=97786 vsize=18930384 memory=60693105881846 CPUtime=0 cores=1,3
/proc/97789/task/97807/stat : 97807 (Common-Cleaner) S 97786 97789 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 78006100 19384713216 12355 18446744073709551615 94316339056640 94316339060336 140731406229824 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94316339068152 94316339068944 94316367896576 140731406231935 140731406232036 140731406232036 140731406237640 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49420 KiB

[startup+0.213653 s]*
/proc/loadavg: 2.87 3.85 5.98 5/325 97808
/proc/meminfo: memFree=127731520/131382116 swapFree=33009904/33010684
[pid=97789] ppid=97786 vsize=18930384 memory=58268 CPUtime=0.25 cores=1,3
/proc/97789/stat : 97789 (java) S 97786 97789 97320 0 -1 4194304 6670 0 0 0 23 2 0 0 20 0 18 0 78006096 19384713216 14567 18446744073709551615 94316339056640 94316339060336 140731406229824 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94316339068152 94316339068944 94316367896576 140731406231935 140731406232036 140731406232036 140731406237640 0
/proc/97789/statm: 4732596 14567 5369 1 0 547684 0
[pid=97789/tid=97791] ppid=97786 vsize=18930384 memory=4026794268 CPUtime=0.16 cores=1,3
/proc/97789/task/97791/stat : 97791 (java) R 97786 97789 97320 0 -1 4194368 5119 0 0 0 15 1 0 0 20 0 18 0 78006097 19384713216 14567 18446744073709551615 94316339056640 94316339060336 140731406229824 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94316339068152 94316339068944 94316367896576 140731406231935 140731406232036 140731406232036 140731406237640 0
[pid=97789/tid=97800] ppid=97786 vsize=18930384 memory=14857 CPUtime=0 cores=1,3
/proc/97789/task/97800/stat : 97800 (Finalizer) S 97786 97789 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78006100 19384713216 14567 18446744073709551615 94316339056640 94316339060336 140731406229824 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94316339068152 94316339068944 94316367896576 140731406231935 140731406232036 140731406232036 140731406237640 0
[pid=97789/tid=97807] ppid=97786 vsize=18930384 memory=59593594242043 CPUtime=0 cores=1,3
/proc/97789/task/97807/stat : 97807 (Common-Cleaner) S 97786 97789 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 78006100 19384713216 14567 18446744073709551615 94316339056640 94316339060336 140731406229824 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94316339068152 94316339068944 94316367896576 140731406231935 140731406232036 140731406232036 140731406237640 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58268 KiB

[startup+0.318341 s]*
/proc/loadavg: 2.87 3.85 5.98 7/325 97808
/proc/meminfo: memFree=127727424/131382116 swapFree=33009904/33010684
[pid=97789] ppid=97786 vsize=18930384 memory=61392 CPUtime=0.42 cores=1,3
/proc/97789/stat : 97789 (java) S 97786 97789 97320 0 -1 4194304 6897 0 0 0 40 2 0 0 20 0 18 0 78006096 19384713216 15348 18446744073709551615 94316339056640 94316339060336 140731406229824 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94316339068152 94316339068944 94316367896576 140731406231935 140731406232036 140731406232036 140731406237640 0
/proc/97789/statm: 4732596 15348 5433 1 0 547835 0
[pid=97789/tid=97791] ppid=97786 vsize=18930384 memory=-6000919481245984102 CPUtime=0.25 cores=1,3
/proc/97789/task/97791/stat : 97791 (java) R 97786 97789 97320 0 -1 4194368 5260 0 0 0 24 1 0 0 20 0 18 0 78006097 19384713216 15348 18446744073709551615 94316339056640 94316339060336 140731406229824 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94316339068152 94316339068944 94316367896576 140731406231935 140731406232036 140731406232036 140731406237640 0
[pid=97789/tid=97800] ppid=97786 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/97789/task/97800/stat : 97800 (Finalizer) S 97786 97789 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78006100 19384713216 15348 18446744073709551615 94316339056640 94316339060336 140731406229824 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94316339068152 94316339068944 94316367896576 140731406231935 140731406232036 140731406232036 140731406237640 0
[pid=97789/tid=97807] ppid=97786 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/97789/task/97807/stat : 97807 (Common-Cleaner) S 97786 97789 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 78006100 19384713216 15348 18446744073709551615 94316339056640 94316339060336 140731406229824 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94316339068152 94316339068944 94316367896576 140731406231935 140731406232036 140731406232036 140731406237640 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61392 KiB

[startup+0.700372 s]
/proc/loadavg: 2.87 3.85 5.98 7/326 97809
/proc/meminfo: memFree=127719232/131382116 swapFree=33009904/33010684
[pid=97789] ppid=97786 vsize=18996948 memory=79736 CPUtime=1.12 cores=1,3
/proc/97789/stat : 97789 (java) S 97786 97789 97320 0 -1 4194304 9938 0 0 0 109 3 0 0 20 0 19 0 78006096 19452874752 19934 18446744073709551615 94316339056640 94316339060336 140731406229824 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94316339068152 94316339068944 94316367896576 140731406231935 140731406232036 140731406232036 140731406237640 0
/proc/97789/statm: 4749237 19934 5465 1 0 549996 0
[pid=97789/tid=97791] ppid=97786 vsize=18996948 memory=18560 CPUtime=0.56 cores=1,3
/proc/97789/task/97791/stat : 97791 (java) R 97786 97789 97320 0 -1 4194368 5425 0 0 0 55 1 0 0 20 0 19 0 78006097 19452874752 19934 18446744073709551615 94316339056640 94316339060336 140731406229824 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94316339068152 94316339068944 94316367896576 140731406231935 140731406232036 140731406232036 140731406237640 0
[pid=97789/tid=97800] ppid=97786 vsize=18996948 memory=11264 CPUtime=0 cores=1,3
/proc/97789/task/97800/stat : 97800 (Finalizer) S 97786 97789 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78006100 19452874752 19934 18446744073709551615 94316339056640 94316339060336 140731406229824 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94316339068152 94316339068944 94316367896576 140731406231935 140731406232036 140731406232036 140731406237640 0
[pid=97789/tid=97807] ppid=97786 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/97789/task/97807/stat : 97807 (Common-Cleaner) S 97786 97789 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78006100 19452874752 19934 18446744073709551615 94316339056640 94316339060336 140731406229824 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94316339068152 94316339068944 94316367896576 140731406231935 140731406232036 140731406232036 140731406237640 0
[pid=97789/tid=97809] ppid=97786 vsize=18996948 memory=4764 CPUtime=0 cores=1,3
/proc/97789/task/97809/stat : 97809 (Timer-0) S 97786 97789 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78006144 19452874752 19934 18446744073709551615 94316339056640 94316339060336 140731406229824 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94316339068152 94316339068944 94316367896576 140731406231935 140731406232036 140731406232036 140731406237640 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 79736 KiB

[startup+1.50027 s]
/proc/loadavg: 2.87 3.85 5.98 7/326 97809
/proc/meminfo: memFree=127701840/131382116 swapFree=33009904/33010684
[pid=97789] ppid=97786 vsize=18996948 memory=99548 CPUtime=2.7 cores=1,3
/proc/97789/stat : 97789 (java) S 97786 97789 97320 0 -1 4194304 14553 0 0 0 266 4 0 0 20 0 19 0 78006096 19452874752 24887 18446744073709551615 94316339056640 94316339060336 140731406229824 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94316339068152 94316339068944 94316367896576 140731406231935 140731406232036 140731406232036 140731406237640 0
/proc/97789/statm: 4749237 24887 5497 1 0 550609 0
[pid=97789/tid=97791] ppid=97786 vsize=18996948 memory=0 CPUtime=1.35 cores=1,3
/proc/97789/task/97791/stat : 97791 (java) R 97786 97789 97320 0 -1 4194368 5966 0 0 0 133 2 0 0 20 0 19 0 78006097 19452874752 24887 18446744073709551615 94316339056640 94316339060336 140731406229824 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94316339068152 94316339068944 94316367896576 140731406231935 140731406232036 140731406232036 140731406237640 0
[pid=97789/tid=97800] ppid=97786 vsize=18996948 memory=11264 CPUtime=0 cores=1,3
/proc/97789/task/97800/stat : 97800 (Finalizer) S 97786 97789 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78006100 19452874752 24887 18446744073709551615 94316339056640 94316339060336 140731406229824 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94316339068152 94316339068944 94316367896576 140731406231935 140731406232036 140731406232036 140731406237640 0
[pid=97789/tid=97807] ppid=97786 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/97789/task/97807/stat : 97807 (Common-Cleaner) S 97786 97789 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78006100 19452874752 24887 18446744073709551615 94316339056640 94316339060336 140731406229824 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94316339068152 94316339068944 94316367896576 140731406231935 140731406232036 140731406232036 140731406237640 0
[pid=97789/tid=97809] ppid=97786 vsize=18996948 memory=4764 CPUtime=0 cores=1,3
/proc/97789/task/97809/stat : 97809 (Timer-0) S 97786 97789 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78006144 19452874752 24887 18446744073709551615 94316339056640 94316339060336 140731406229824 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94316339068152 94316339068944 94316367896576 140731406231935 140731406232036 140731406232036 140731406237640 0
Current children cumulated CPU time: 2.7 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 99548 KiB

[startup+3.10535 s]
/proc/loadavg: 2.87 3.85 5.98 7/326 97874
/proc/meminfo: memFree=127728088/131382116 swapFree=33009904/33010684
[pid=97789] ppid=97786 vsize=18996948 memory=134100 CPUtime=5.32 cores=1,3
/proc/97789/stat : 97789 (java) S 97786 97789 97320 0 -1 4194304 21775 0 0 0 526 6 0 0 20 0 19 0 78006096 19452874752 33525 18446744073709551615 94316339056640 94316339060336 140731406229824 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94316339068152 94316339068944 94316367896576 140731406231935 140731406232036 140731406232036 140731406237640 0
/proc/97789/statm: 4749237 33525 5497 1 0 553902 0
[pid=97789/tid=97791] ppid=97786 vsize=18996948 memory=11264 CPUtime=2.93 cores=1,3
/proc/97789/task/97791/stat : 97791 (java) R 97786 97789 97320 0 -1 4194368 7143 0 0 0 291 2 0 0 20 0 19 0 78006097 19452874752 33525 18446744073709551615 94316339056640 94316339060336 140731406229824 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94316339068152 94316339068944 94316367896576 140731406231935 140731406232036 140731406232036 140731406237640 0
[pid=97789/tid=97800] ppid=97786 vsize=18996948 memory=-6000919481245984102 CPUtime=0 cores=1,3
/proc/97789/task/97800/stat : 97800 (Finalizer) S 97786 97789 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78006100 19452874752 33525 18446744073709551615 94316339056640 94316339060336 140731406229824 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94316339068152 94316339068944 94316367896576 140731406231935 140731406232036 140731406232036 140731406237640 0
[pid=97789/tid=97807] ppid=97786 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/97789/task/97807/stat : 97807 (Common-Cleaner) S 97786 97789 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78006100 19452874752 33525 18446744073709551615 94316339056640 94316339060336 140731406229824 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94316339068152 94316339068944 94316367896576 140731406231935 140731406232036 140731406232036 140731406237640 0
[pid=97789/tid=97809] ppid=97786 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/97789/task/97809/stat : 97809 (Timer-0) S 97786 97789 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78006144 19452874752 33525 18446744073709551615 94316339056640 94316339060336 140731406229824 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94316339068152 94316339068944 94316367896576 140731406231935 140731406232036 140731406232036 140731406237640 0
Current children cumulated CPU time: 5.32 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 134100 KiB

[startup+6.30042 s]
/proc/loadavg: 3.04 3.87 5.97 5/326 97874
/proc/meminfo: memFree=127558144/131382116 swapFree=33009904/33010684
[pid=97789] ppid=97786 vsize=18996948 memory=151512 CPUtime=8.89 cores=1,3
/proc/97789/stat : 97789 (java) S 97786 97789 97320 0 -1 4194304 26048 0 0 0 881 8 0 0 20 0 19 0 78006096 19452874752 37878 18446744073709551615 94316339056640 94316339060336 140731406229824 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94316339068152 94316339068944 94316367896576 140731406231935 140731406232036 140731406232036 140731406237640 0
/proc/97789/statm: 4749237 37878 5497 1 0 553902 0
[pid=97789/tid=97791] ppid=97786 vsize=18996948 memory=0 CPUtime=6.08 cores=1,3
/proc/97789/task/97791/stat : 97791 (java) R 97786 97789 97320 0 -1 4194368 8249 0 0 0 605 3 0 0 20 0 19 0 78006097 19452874752 37878 18446744073709551615 94316339056640 94316339060336 140731406229824 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94316339068152 94316339068944 94316367896576 140731406231935 140731406232036 140731406232036 140731406237640 0
[pid=97789/tid=97800] ppid=97786 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/97789/task/97800/stat : 97800 (Finalizer) S 97786 97789 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78006100 19452874752 37878 18446744073709551615 94316339056640 94316339060336 140731406229824 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94316339068152 94316339068944 94316367896576 140731406231935 140731406232036 140731406232036 140731406237640 0
[pid=97789/tid=97807] ppid=97786 vsize=18996948 memory=11264 CPUtime=0 cores=1,3
/proc/97789/task/97807/stat : 97807 (Common-Cleaner) S 97786 97789 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78006100 19452874752 37878 18446744073709551615 94316339056640 94316339060336 140731406229824 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94316339068152 94316339068944 94316367896576 140731406231935 140731406232036 140731406232036 140731406237640 0
[pid=97789/tid=97809] ppid=97786 vsize=18996948 memory=101772 CPUtime=0 cores=1,3
/proc/97789/task/97809/stat : 97809 (Timer-0) S 97786 97789 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78006144 19452874752 37878 18446744073709551615 94316339056640 94316339060336 140731406229824 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94316339068152 94316339068944 94316367896576 140731406231935 140731406232036 140731406232036 140731406237640 0
Current children cumulated CPU time: 8.89 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 151512 KiB

[startup+12.7004 s]
/proc/loadavg: 3.11 3.87 5.96 5/327 97875
/proc/meminfo: memFree=127393296/131382116 swapFree=33009904/33010684
[pid=97789] ppid=97786 vsize=19063512 memory=178940 CPUtime=16.19 cores=1,3
/proc/97789/stat : 97789 (java) S 97786 97789 97320 0 -1 4194304 29409 0 0 0 1610 9 0 0 20 0 20 0 78006096 19521036288 44735 18446744073709551615 94316339056640 94316339060336 140731406229824 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94316339068152 94316339068944 94316367896576 140731406231935 140731406232036 140731406232036 140731406237640 0
/proc/97789/statm: 4765878 44735 5529 1 0 554191 0
[pid=97789/tid=97791] ppid=97786 vsize=19063512 memory=101772 CPUtime=12.42 cores=1,3
/proc/97789/task/97791/stat : 97791 (java) R 97786 97789 97320 0 -1 4194368 8887 0 0 0 1239 3 0 0 20 0 20 0 78006097 19521036288 44735 18446744073709551615 94316339056640 94316339060336 140731406229824 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94316339068152 94316339068944 94316367896576 140731406231935 140731406232036 140731406232036 140731406237640 0
[pid=97789/tid=97800] ppid=97786 vsize=19063512 memory=178940 CPUtime=0 cores=1,3
/proc/97789/task/97800/stat : 97800 (Finalizer) S 97786 97789 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78006100 19521036288 44735 18446744073709551615 94316339056640 94316339060336 140731406229824 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94316339068152 94316339068944 94316367896576 140731406231935 140731406232036 140731406232036 140731406237640 0
[pid=97789/tid=97807] ppid=97786 vsize=19063512 memory=14080 CPUtime=0 cores=1,3
/proc/97789/task/97807/stat : 97807 (Common-Cleaner) S 97786 97789 97320 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 78006100 19521036288 44735 18446744073709551615 94316339056640 94316339060336 140731406229824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94316339068152 94316339068944 94316367896576 140731406231935 140731406232036 140731406232036 140731406237640 0
[pid=97789/tid=97809] ppid=97786 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/97789/task/97809/stat : 97809 (Timer-0) S 97786 97789 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78006144 19521036288 44735 18446744073709551615 94316339056640 94316339060336 140731406229824 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94316339068152 94316339068944 94316367896576 140731406231935 140731406232036 140731406232036 140731406237640 0
Current children cumulated CPU time: 16.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 178940 KiB

[startup+25.5005 s]
/proc/loadavg: 3.56 3.95 5.96 6/326 98072
/proc/meminfo: memFree=127109580/131382116 swapFree=33009904/33010684
[pid=97789] ppid=97786 vsize=19063512 memory=183376 CPUtime=29.9 cores=1,3
/proc/97789/stat : 97789 (java) S 97786 97789 97320 0 -1 4194304 37981 0 0 0 2979 11 0 0 20 0 20 0 78006096 19521036288 45844 18446744073709551615 94316339056640 94316339060336 140731406229824 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94316339068152 94316339068944 94316367896576 140731406231935 140731406232036 140731406232036 140731406237640 0
/proc/97789/statm: 4765878 45844 5529 1 0 554200 0
[pid=97789/tid=97791] ppid=97786 vsize=19063512 memory=0 CPUtime=25.15 cores=1,3
/proc/97789/task/97791/stat : 97791 (java) R 97786 97789 97320 0 -1 4194368 10885 0 0 0 2511 4 0 0 20 0 20 0 78006097 19521036288 45844 18446744073709551615 94316339056640 94316339060336 140731406229824 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94316339068152 94316339068944 94316367896576 140731406231935 140731406232036 140731406232036 140731406237640 0
[pid=97789/tid=97800] ppid=97786 vsize=19063512 memory=4638778428681637968 CPUtime=0 cores=1,3
/proc/97789/task/97800/stat : 97800 (Finalizer) S 97786 97789 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78006100 19521036288 45844 18446744073709551615 94316339056640 94316339060336 140731406229824 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94316339068152 94316339068944 94316367896576 140731406231935 140731406232036 140731406232036 140731406237640 0
[pid=97789/tid=97807] ppid=97786 vsize=19063512 memory=-6000919481245984102 CPUtime=0 cores=1,3
/proc/97789/task/97807/stat : 97807 (Common-Cleaner) S 97786 97789 97320 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 78006100 19521036288 45844 18446744073709551615 94316339056640 94316339060336 140731406229824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94316339068152 94316339068944 94316367896576 140731406231935 140731406232036 140731406232036 140731406237640 0
[pid=97789/tid=97809] ppid=97786 vsize=19063512 memory=179068 CPUtime=0 cores=1,3
/proc/97789/task/97809/stat : 97809 (Timer-0) S 97786 97789 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78006144 19521036288 45844 18446744073709551615 94316339056640 94316339060336 140731406229824 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94316339068152 94316339068944 94316367896576 140731406231935 140731406232036 140731406232036 140731406237640 0
Current children cumulated CPU time: 29.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 183376 KiB

[startup+26.4683 s]
# the end of solver process 97789 was just reported to runsolver
# Child status: 30

# cumulated CPU time of all completed processes:  user=30.7344 s, system=0.133722 s

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

[startup+25.6005 s]
/proc/loadavg: 3.56 3.95 5.96 6/326 98072
/proc/meminfo: memFree=127109580/131382116 swapFree=33009904/33010684
[pid=97789] ppid=97786 vsize=19063512 memory=183376 CPUtime=30 cores=1,3
/proc/97789/stat : 97789 (java) S 97786 97789 97320 0 -1 4194304 37981 0 0 0 2989 11 0 0 20 0 20 0 78006096 19521036288 45844 18446744073709551615 94316339056640 94316339060336 140731406229824 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94316339068152 94316339068944 94316367896576 140731406231935 140731406232036 140731406232036 140731406237640 0
/proc/97789/statm: 4765878 45844 5529 1 0 554200 0
[pid=97789/tid=97791] ppid=97786 vsize=19063512 memory=21648 CPUtime=25.25 cores=1,3
/proc/97789/task/97791/stat : 97791 (java) R 97786 97789 97320 0 -1 4194368 10885 0 0 0 2521 4 0 0 20 0 20 0 78006097 19521036288 45844 18446744073709551615 94316339056640 94316339060336 140731406229824 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94316339068152 94316339068944 94316367896576 140731406231935 140731406232036 140731406232036 140731406237640 0
[pid=97789/tid=97800] ppid=97786 vsize=19063512 memory=101772 CPUtime=0 cores=1,3
/proc/97789/task/97800/stat : 97800 (Finalizer) S 97786 97789 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78006100 19521036288 45844 18446744073709551615 94316339056640 94316339060336 140731406229824 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94316339068152 94316339068944 94316367896576 140731406231935 140731406232036 140731406232036 140731406237640 0
[pid=97789/tid=97807] ppid=97786 vsize=19063512 memory=153560 CPUtime=0 cores=1,3
/proc/97789/task/97807/stat : 97807 (Common-Cleaner) S 97786 97789 97320 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 78006100 19521036288 45844 18446744073709551615 94316339056640 94316339060336 140731406229824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94316339068152 94316339068944 94316367896576 140731406231935 140731406232036 140731406232036 140731406237640 0
[pid=97789/tid=97809] ppid=97786 vsize=19063512 memory=87992 CPUtime=0 cores=1,3
/proc/97789/task/97809/stat : 97809 (Timer-0) S 97786 97789 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78006144 19521036288 45844 18446744073709551615 94316339056640 94316339060336 140731406229824 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94316339068152 94316339068944 94316367896576 140731406231935 140731406232036 140731406232036 140731406237640 0
Current children cumulated CPU time: 30 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 183376 KiB

[startup+26.0004 s]*
/proc/loadavg: 3.67 3.96 5.96 5/326 98072
/proc/meminfo: memFree=127071468/131382116 swapFree=33009904/33010684
[pid=97789] ppid=97786 vsize=19063512 memory=183376 CPUtime=30.41 cores=1,3
/proc/97789/stat : 97789 (java) S 97786 97789 97320 0 -1 4194304 37981 0 0 0 3030 11 0 0 20 0 20 0 78006096 19521036288 45844 18446744073709551615 94316339056640 94316339060336 140731406229824 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94316339068152 94316339068944 94316367896576 140731406231935 140731406232036 140731406232036 140731406237640 0
/proc/97789/statm: 4765878 45844 5529 1 0 554200 0
[pid=97789/tid=97791] ppid=97786 vsize=19063512 memory=183376 CPUtime=25.66 cores=1,3
/proc/97789/task/97791/stat : 97791 (java) R 97786 97789 97320 0 -1 4194368 10885 0 0 0 2562 4 0 0 20 0 20 0 78006097 19521036288 45844 18446744073709551615 94316339056640 94316339060336 140731406229824 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94316339068152 94316339068944 94316367896576 140731406231935 140731406232036 140731406232036 140731406237640 0
[pid=97789/tid=97800] ppid=97786 vsize=19063512 memory=-6000919468428649574 CPUtime=0 cores=1,3
/proc/97789/task/97800/stat : 97800 (Finalizer) S 97786 97789 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78006100 19521036288 45844 18446744073709551615 94316339056640 94316339060336 140731406229824 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94316339068152 94316339068944 94316367896576 140731406231935 140731406232036 140731406232036 140731406237640 0
[pid=97789/tid=97807] ppid=97786 vsize=19063512 memory=7092 CPUtime=0 cores=1,3
/proc/97789/task/97807/stat : 97807 (Common-Cleaner) S 97786 97789 97320 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 78006100 19521036288 45844 18446744073709551615 94316339056640 94316339060336 140731406229824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94316339068152 94316339068944 94316367896576 140731406231935 140731406232036 140731406232036 140731406237640 0
[pid=97789/tid=97809] ppid=97786 vsize=19063512 memory=5704 CPUtime=0 cores=1,3
/proc/97789/task/97809/stat : 97809 (Timer-0) S 97786 97789 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78006144 19521036288 45844 18446744073709551615 94316339056640 94316339060336 140731406229824 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94316339068152 94316339068944 94316367896576 140731406231935 140731406232036 140731406232036 140731406237640 0
Current children cumulated CPU time: 30.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 183376 KiB

[startup+26.4003 s]
/proc/loadavg: 3.67 3.96 5.96 5/326 98072
/proc/meminfo: memFree=127071468/131382116 swapFree=33009904/33010684
[pid=97789] ppid=97786 vsize=19196640 memory=183888 CPUtime=30.81 cores=1,3
/proc/97789/stat : 97789 (java) S 97786 97789 97320 0 -1 4194304 39242 0 0 0 3069 12 0 0 20 0 20 0 78006096 19657359360 45972 18446744073709551615 94316339056640 94316339060336 140731406229824 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94316339068152 94316339068944 94316367896576 140731406231935 140731406232036 140731406232036 140731406237640 0
/proc/97789/statm: 4799160 45972 5561 1 0 554802 0
[pid=97789/tid=97791] ppid=97786 vsize=19196640 memory=183376 CPUtime=26.03 cores=1,3
/proc/97789/task/97791/stat : 97791 (java) S 97786 97789 97320 0 -1 4194368 11842 0 0 0 2599 4 0 0 20 0 20 0 78006097 19657359360 45972 18446744073709551615 94316339056640 94316339060336 140731406229824 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94316339068152 94316339068944 94316367896576 140731406231935 140731406232036 140731406232036 140731406237640 0
[pid=97789/tid=97800] ppid=97786 vsize=19196640 memory=2308 CPUtime=0 cores=1,3
/proc/97789/task/97800/stat : 97800 (Finalizer) S 97786 97789 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78006100 19657359360 45972 18446744073709551615 94316339056640 94316339060336 140731406229824 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94316339068152 94316339068944 94316367896576 140731406231935 140731406232036 140731406232036 140731406237640 0
[pid=97789/tid=97807] ppid=97786 vsize=19196640 memory=183376 CPUtime=0 cores=1,3
/proc/97789/task/97807/stat : 97807 (Common-Cleaner) S 97786 97789 97320 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 78006100 19657359360 45972 18446744073709551615 94316339056640 94316339060336 140731406229824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94316339068152 94316339068944 94316367896576 140731406231935 140731406232036 140731406232036 140731406237640 0
Current children cumulated CPU time: 30.81 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 183888 KiB

Child status: 30

Real time (s): 26.4684
CPU time (s): 30.8681
CPU user time (s): 30.7344
CPU system time (s): 0.133722
CPU usage (%): 116.623
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 183888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.7344
system time used= 0.133722
maximum resident set size= 184528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39770
page faults= 0
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2588
involuntary context switches= 1363


# summary of solver processes directly reported to runsolver:
#   pid: 97789
#   total CPU time (s): 30.8681
#   total CPU user time (s): 30.7344
#   total CPU system time (s): 0.133722

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.168504 second user time and 0.317469 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-07-04 12:01:09
IDJOB=4525325
IDBENCH=143618
IDSOLVER=3380
FILE ID=nodeC004/4525325-1751623269
RUNJOBID= nodeC004-1751623235-97337
SLURM_JOB_ID= 9598942
Free space on /tmp= 431676 MiB

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

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

MD5SUM BENCH= 986151a138d2ed587805254495fec40d
RANDOM SEED=1881213418

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        127774932 kB
MemAvailable:   128665864 kB
Buffers:            2128 kB
Cached:          1639040 kB
SwapCached:           32 kB
Active:          1886448 kB
Inactive:        1044060 kB
Active(anon):    1296536 kB
Inactive(anon):    10736 kB
Active(file):     589912 kB
Inactive(file):  1033324 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3268 kB
Writeback:             0 kB
AnonPages:       1292416 kB
Mapped:           123536 kB
Shmem:             17932 kB
KReclaimable:     214648 kB
Slab:             301900 kB
SReclaimable:     214648 kB
SUnreclaim:        87252 kB
KernelStack:        4960 kB
PageTables:         6232 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    7873828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150296 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1099776 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 431676 MiB
End job on nodeC004 at 2025-07-04 12:01:36