Trace number 4424830

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 Default 2024-07-07OPTIMUM 32.3999 29.4855

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 benchmark32.3999
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.00/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.11	c See www.sat4j.org for details.
0.13/0.12	c version CUSTOM.v20240707
0.13/0.13	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.13	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.13	c java.vm.version	22.0.1+8-16
0.13/0.13	c java.vm.vendor	Oracle Corporation
0.13/0.13	c sun.arch.data.model	64
0.13/0.13	c java.version		22.0.1
0.13/0.13	c os.name		Linux
0.13/0.13	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.13	c os.arch		amd64
0.13/0.14	c Free memory 		2115194816
0.13/0.14	c Max memory 		16282288128
0.13/0.14	c Total memory 		2122317824
0.13/0.15	c Number of processors 	2
0.13/0.18	--- Begin Solver configuration ---
0.13/0.18	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.18	Learn all clauses as in MiniSAT
0.13/0.18	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.18	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.18	No reason simplification
0.13/0.18	Glucose 2.1 dynamic restart strategy
0.13/0.18	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.13/0.18	timeout=2147483s
0.13/0.18	DB Simplification allowed=false
0.13/0.18	Listener: none
0.13/0.18	--- End Solver configuration ---
0.13/0.19	c Pseudo Boolean Optimization by upper bound
0.13/0.19	c --- Begin Solver configuration ---
0.13/0.19	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.19	c Learn all clauses as in MiniSAT
0.13/0.19	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.19	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.19	c No reason simplification
0.13/0.19	c Glucose 2.1 dynamic restart strategy
0.13/0.19	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.13/0.19	c timeout=2147483s
0.13/0.19	c DB Simplification allowed=false
0.13/0.19	c Listener: none
0.13/0.19	c --- End Solver configuration ---
0.13/0.19	c solving HOME/instance-4424830-1720881444.wbo
0.13/0.19	c reading problem ... 
0.50/0.41	c ... done. Wall clock time 0.209s.
0.50/0.41	c declared #vars     231
0.50/0.41	c internal #vars     2099
0.50/0.41	c #constraints  2708
0.50/0.41	c constraints type 
0.50/0.41	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 85
0.50/0.41	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5
0.50/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18
0.50/0.41	c org.sat4j.specs.Constr$1 => 1
0.50/0.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2599
0.50/0.41	c 2708 constraints processed.
0.68/0.45	c objective function length is 1868 literals
0.86/0.57	c SATISFIABLE
0.86/0.57	c OPTIMIZING...
0.86/0.58	c Got one! Elapsed wall clock time (in seconds):0.388
0.86/0.58	o 605
1.04/0.62	c Got one! Elapsed wall clock time (in seconds):0.434
1.04/0.62	o 583
1.04/0.66	c Got one! Elapsed wall clock time (in seconds):0.466
1.04/0.66	o 533
1.21/0.71	c Got one! Elapsed wall clock time (in seconds):0.529
1.21/0.71	o 409
1.21/0.76	c Got one! Elapsed wall clock time (in seconds):0.573
1.21/0.76	o 320
1.21/0.79	c Got one! Elapsed wall clock time (in seconds):0.603
1.21/0.79	o 316
1.42/0.81	c Got one! Elapsed wall clock time (in seconds):0.622
1.42/0.81	o 296
1.42/0.83	c Got one! Elapsed wall clock time (in seconds):0.642
1.42/0.83	o 292
1.42/0.84	c Got one! Elapsed wall clock time (in seconds):0.66
1.42/0.84	o 275
1.42/0.87	c Got one! Elapsed wall clock time (in seconds):0.681
1.42/0.87	o 228
1.42/0.90	c Got one! Elapsed wall clock time (in seconds):0.713
1.42/0.90	o 227
1.61/0.91	c Got one! Elapsed wall clock time (in seconds):0.721
1.61/0.91	o 222
1.61/0.97	c Got one! Elapsed wall clock time (in seconds):0.786
1.61/0.97	o 219
1.61/0.99	c Got one! Elapsed wall clock time (in seconds):0.811
1.61/0.99	o 196
1.81/1.03	c Got one! Elapsed wall clock time (in seconds):0.849
1.81/1.03	o 195
1.81/1.05	c Got one! Elapsed wall clock time (in seconds):0.869
1.81/1.05	o 174
1.81/1.07	c Got one! Elapsed wall clock time (in seconds):0.877
1.81/1.07	o 136
2.12/1.21	c Got one! Elapsed wall clock time (in seconds):1.026
2.12/1.21	o 132
2.30/1.39	c Got one! Elapsed wall clock time (in seconds):1.211
2.30/1.39	o 127
2.45/1.41	c Got one! Elapsed wall clock time (in seconds):1.231
2.45/1.41	o 126
2.45/1.43	c Got one! Elapsed wall clock time (in seconds):1.249
2.45/1.43	o 111
2.59/1.50	c Got one! Elapsed wall clock time (in seconds):1.316
2.59/1.50	o 106
2.74/1.60	c Got one! Elapsed wall clock time (in seconds):1.42
2.74/1.60	o 101
2.74/1.64	c Got one! Elapsed wall clock time (in seconds):1.459
2.74/1.64	o 99
2.74/1.69	c Got one! Elapsed wall clock time (in seconds):1.508
2.74/1.69	o 80
2.91/1.71	c Got one! Elapsed wall clock time (in seconds):1.519
2.91/1.71	o 76
2.91/1.72	c Got one! Elapsed wall clock time (in seconds):1.534
2.91/1.72	o 74
3.10/1.87	c Got one! Elapsed wall clock time (in seconds):1.684
3.10/1.87	o 72
3.10/1.89	c Got one! Elapsed wall clock time (in seconds):1.707
3.10/1.89	o 64
3.34/2.02	c cleaning 5425 clauses out of 10855 with flag 6008/10855
3.34/2.04	c Got one! Elapsed wall clock time (in seconds):1.854
3.34/2.04	o 63
3.34/2.09	c Got one! Elapsed wall clock time (in seconds):1.908
3.34/2.09	o 62
3.93/2.36	c Got one! Elapsed wall clock time (in seconds):2.181
3.93/2.37	o 57
4.22/2.53	c cleaning 6196 clauses out of 12403 with flag 12016/17828
4.22/2.60	c Got one! Elapsed wall clock time (in seconds):2.409
4.22/2.60	o 53
4.49/2.72	c Got one! Elapsed wall clock time (in seconds):2.532
4.49/2.72	o 51
4.49/2.78	c Got one! Elapsed wall clock time (in seconds):2.597
4.49/2.78	o 50
4.59/2.86	c cleaning 5839 clauses out of 11687 with flag 6355/23308
4.80/3.03	c Got one! Elapsed wall clock time (in seconds):2.846
4.80/3.03	o 38
4.90/3.19	c cleaning 5764 clauses out of 11550 with flag 18161/29010
5.00/3.20	c Got one! Elapsed wall clock time (in seconds):3.019
5.00/3.20	o 35
5.10/3.32	c Got one! Elapsed wall clock time (in seconds):3.125
5.10/3.32	o 32
5.24/3.45	c cleaning 5830 clauses out of 11699 with flag 16744/34923
5.24/3.48	c Got one! Elapsed wall clock time (in seconds):3.297
5.24/3.48	o 31
5.34/3.52	c Got one! Elapsed wall clock time (in seconds):3.333
5.34/3.52	o 30
5.34/3.54	c Got one! Elapsed wall clock time (in seconds):3.361
5.34/3.54	o 26
5.44/3.66	c Got one! Elapsed wall clock time (in seconds):3.468
5.44/3.66	o 18
5.79/3.81	c cleaning 6593 clauses out of 13202 with flag 18928/42256
6.10/4.11	c cleaning 6295 clauses out of 12609 with flag 63629/48256
6.10/4.14	c Got one! Elapsed wall clock time (in seconds):3.962
6.10/4.15	o 17
6.30/4.33	c Got one! Elapsed wall clock time (in seconds):4.147
6.30/4.33	o 16
6.40/4.44	c cleaning 6381 clauses out of 12786 with flag 13243/54728
6.71/4.71	c cleaning 6191 clauses out of 12406 with flag 59843/60729
7.11/5.11	c cleaning 6602 clauses out of 13216 with flag 113874/67730
7.81/5.83	c Got one! Elapsed wall clock time (in seconds):5.647
7.81/5.83	o 15
7.91/5.99	c Got one! Elapsed wall clock time (in seconds):5.807
7.91/5.99	o 14
8.32/6.34	c cleaning 9286 clauses out of 18587 with flag 28366/79703
8.73/6.74	c cleaning 7643 clauses out of 15302 with flag 72444/85704
8.93/6.90	c Got one! Elapsed wall clock time (in seconds):6.715
8.93/6.90	o 13
9.05/7.06	c cleaning 6686 clauses out of 13411 with flag 24911/91456
9.44/7.40	c cleaning 6354 clauses out of 12724 with flag 78563/97455
9.54/7.52	c Got one! Elapsed wall clock time (in seconds):7.34
9.54/7.52	o 12
9.66/7.68	c cleaning 6162 clauses out of 12325 with flag 25394/103410
9.86/7.88	c Got one! Elapsed wall clock time (in seconds):7.702
9.86/7.88	o 10
9.97/7.96	c cleaning 5887 clauses out of 11819 with flag 8834/109066
10.38/8.26	c Got one! Elapsed wall clock time (in seconds):8.076
10.38/8.26	o 9
10.67/8.53	c Got one! Elapsed wall clock time (in seconds):8.342
10.67/8.53	o 8
10.84/8.60	c cleaning 8501 clauses out of 17014 with flag 7585/120148
11.20/8.92	c cleaning 7253 clauses out of 14512 with flag 55637/126147
11.60/9.32	c cleaning 7129 clauses out of 14264 with flag 112971/133152
12.10/9.80	c cleaning 7554 clauses out of 15131 with flag 179023/141148
12.96/10.50	c cleaning 8275 clauses out of 16577 with flag 253885/150149
13.76/11.37	c cleaning 9132 clauses out of 18299 with flag 337924/160147
15.19/12.46	c cleaning 10081 clauses out of 20167 with flag 429202/171147
16.39/13.66	c cleaning 11042 clauses out of 22088 with flag 523865/183149
17.80/15.05	c cleaning 12014 clauses out of 24045 with flag 627506/196148
17.90/15.13	c Got one! Elapsed wall clock time (in seconds):14.943
17.90/15.13	o 7
18.20/15.43	c cleaning 8883 clauses out of 17781 with flag 27504/201898
18.50/15.75	c cleaning 7443 clauses out of 14898 with flag 58597/207898
18.91/16.17	c cleaning 7221 clauses out of 14452 with flag 98312/214896
19.60/16.81	c cleaning 7612 clauses out of 15232 with flag 153239/222897
20.37/17.56	c cleaning 8307 clauses out of 16619 with flag 217274/231897
21.37/18.55	c cleaning 9153 clauses out of 18313 with flag 287831/241898
22.57/19.71	c cleaning 10079 clauses out of 20158 with flag 371047/252897
23.78/20.93	c cleaning 11034 clauses out of 22078 with flag 446239/264896
24.68/21.80	c Got one! Elapsed wall clock time (in seconds):21.62
24.68/21.80	o 6
25.29/22.42	c cleaning 12059 clauses out of 24130 with flag 35714/277982
25.79/23.01	c cleaning 9028 clauses out of 18069 with flag 78737/283981
25.90/23.08	c Got one! Elapsed wall clock time (in seconds):22.894
25.90/23.08	o 5
26.31/23.49	c cleaning 7438 clauses out of 14880 with flag 29985/289821
26.81/23.99	c cleaning 6715 clauses out of 13442 with flag 70428/295822
27.41/24.54	c cleaning 6859 clauses out of 13727 with flag 110527/302823
28.11/25.21	c cleaning 7426 clauses out of 14867 with flag 156812/310822
28.80/25.99	c cleaning 8216 clauses out of 16441 with flag 215997/319823
29.70/26.88	c cleaning 9108 clauses out of 18220 with flag 273771/329821
30.80/27.91	c cleaning 10047 clauses out of 20110 with flag 338450/340821
32.01/29.13	c cleaning 11025 clauses out of 22054 with flag 408215/352821
32.30/29.43	c starts		: 304
32.30/29.45	c conflicts		: 355851
32.30/29.45	c decisions		: 644698
32.30/29.45	c propagations		: 25422218
32.30/29.45	c inspects		: 351369569
32.30/29.45	c shortcuts		: 0
32.30/29.45	c learnt literals	: 32
32.30/29.45	c learnt binary clauses	: 49
32.30/29.45	c learnt ternary clauses	: 401
32.30/29.45	c learnt constraints	: 355818
32.30/29.45	c ignored constraints	: 0
32.30/29.45	c root simplifications	: 0
32.30/29.45	c removed literals (reason simplification)	: 0
32.30/29.45	c reason swapping (by a shorter reason)	: 0
32.30/29.45	c Calls to reduceDB	: 43
32.30/29.45	c Number of update (reduction) of LBD	: 140844
32.30/29.45	c Imported unit clauses	: 0
32.30/29.45	c No decision after first conflict	: false
32.30/29.45	c number of reductions to clauses (during analyze)	: 0
32.30/29.45	c number of learned constraints concerned by reduction	: 0
32.30/29.45	c number of learning phase by resolution	: 0
32.30/29.45	c number of learning phase by cutting planes	: 0
32.30/29.45	c number of rounding to 1 operations	: 0
32.30/29.45	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
32.30/29.45	c number of reductions of the coefficients by power 2 	: 0
32.30/29.45	c number of right shift for reduction by power 2 	: 0
32.30/29.45	c number of reductions of the coefficients by GCD over coefficients 	: 0
32.30/29.45	c number of ending skipping 	: 0
32.30/29.45	c number of internal skipping 	: 0
32.30/29.45	c number of derivation steps 	: 0
32.30/29.45	c number of skipped derivation steps 	: 0
32.30/29.45	c number of remaining unassigned 	: 0
32.30/29.45	c number of remaining assigned 	: 0
32.30/29.45	c number of falsified literals weakened from reason	: 0
32.30/29.45	c number of falsified literals weakened from conflict	: 0
32.30/29.45	c time for arithmetic operations	: 0
32.30/29.45	c minimum degree of deleted constraints	: null
32.30/29.45	c maximum degree of deleted constraints	: null
32.30/29.45	c number of deleted constraints	: 0
32.30/29.45	c speed (assignments/second)	: 876628.2068965518
32.30/29.45	c non guided choices	: 6694
32.30/29.45	s OPTIMUM FOUND
32.30/29.45	c Found 54 solution(s)
32.30/29.46	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 
32.30/29.46	c objective function=5
32.30/29.46	c Total wall clock time (in seconds): 29.28

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4424830-1720881444/watcher-4424830-1720881444 -o /tmp/evaluation-result-4424830-1720881444/solver-4424830-1720881444 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1720881342-702392 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4424830-1720881444.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=702732, runsolver pid=702729

[startup+0.104706 s]*
/proc/loadavg: 3.71 2.14 1.55 7/318 702750
/proc/meminfo: memFree=123473444/131655788 swapFree=131071996/131071996
[pid=702732] ppid=702729 vsize=18975048 memory=56264 CPUtime=0.13 cores=5,7
/proc/702732/stat : 702732 (java) S 702729 702732 698245 0 -1 1077936128 6619 0 0 0 10 3 0 0 20 0 18 0 140300275 19430449152 14066 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
/proc/702732/statm: 4743762 14066 5614 1 0 550932 0
[pid=702732/tid=702734] ppid=702729 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=5,7
/proc/702732/task/702734/stat : 702734 (java) R 702729 702732 698245 0 -1 4194368 5567 0 0 0 6 3 0 0 20 0 18 0 140300275 19430449152 14066 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
[pid=702732/tid=702743] ppid=702729 vsize=18975048 memory=228556276070 CPUtime=0 cores=5,7
/proc/702732/task/702743/stat : 702743 (Finalizer) S 702729 702732 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140300281 19430449152 14066 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
[pid=702732/tid=702750] ppid=702729 vsize=18975048 memory=15815599515270057 CPUtime=0 cores=5,7
/proc/702732/task/702750/stat : 702750 (Common-Cleaner) S 702729 702732 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 140300282 19430449152 14066 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56264 KiB

[startup+0.216093 s]*
/proc/loadavg: 3.71 2.14 1.55 7/318 702750
/proc/meminfo: memFree=123463752/131655788 swapFree=131071996/131071996
[pid=702732] ppid=702729 vsize=18975048 memory=66164 CPUtime=0.33 cores=5,7
/proc/702732/stat : 702732 (java) S 702729 702732 698245 0 -1 1077936128 7392 0 0 0 29 4 0 0 20 0 18 0 140300275 19430449152 16541 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
/proc/702732/statm: 4743762 16541 5761 1 0 551585 0
[pid=702732/tid=702734] ppid=702729 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=5,7
/proc/702732/task/702734/stat : 702734 (java) R 702729 702732 698245 0 -1 4194368 5980 0 0 0 16 3 0 0 20 0 18 0 140300275 19430449152 16541 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
[pid=702732/tid=702743] ppid=702729 vsize=18975048 memory=3715 CPUtime=0 cores=5,7
/proc/702732/task/702743/stat : 702743 (Finalizer) S 702729 702732 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140300281 19430449152 16541 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
[pid=702732/tid=702750] ppid=702729 vsize=18975048 memory=14973377819450890 CPUtime=0 cores=5,7
/proc/702732/task/702750/stat : 702750 (Common-Cleaner) S 702729 702732 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 140300282 19430449152 16541 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66164 KiB

[startup+0.314077 s]*
/proc/loadavg: 3.71 2.14 1.55 7/318 702750
/proc/meminfo: memFree=123459092/131655788 swapFree=131071996/131071996
[pid=702732] ppid=702729 vsize=18975048 memory=70716 CPUtime=0.5 cores=5,7
/proc/702732/stat : 702732 (java) S 702729 702732 698245 0 -1 1077936128 7512 0 0 0 46 4 0 0 20 0 18 0 140300275 19430449152 17679 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
/proc/702732/statm: 4743762 17679 5814 1 0 551641 0
[pid=702732/tid=702734] ppid=702729 vsize=18975048 memory=-8528519628125020860 CPUtime=0.26 cores=5,7
/proc/702732/task/702734/stat : 702734 (java) R 702729 702732 698245 0 -1 4194368 5989 0 0 0 23 3 0 0 20 0 18 0 140300275 19430449152 17679 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
[pid=702732/tid=702743] ppid=702729 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/702732/task/702743/stat : 702743 (Finalizer) S 702729 702732 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140300281 19430449152 17679 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
[pid=702732/tid=702750] ppid=702729 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/702732/task/702750/stat : 702750 (Common-Cleaner) S 702729 702732 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 140300282 19430449152 17679 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 70716 KiB

[startup+0.701134 s]
/proc/loadavg: 3.71 2.14 1.55 7/319 702751
/proc/meminfo: memFree=123449620/131655788 swapFree=131071996/131071996
[pid=702732] ppid=702729 vsize=19041612 memory=85660 CPUtime=1.21 cores=5,7
/proc/702732/stat : 702732 (java) S 702729 702732 698245 0 -1 1077936128 10726 0 0 0 116 5 0 0 20 0 19 0 140300275 19498610688 21415 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
/proc/702732/statm: 4760403 21415 5867 1 0 553820 0
[pid=702732/tid=702734] ppid=702729 vsize=19041612 memory=5476 CPUtime=0.54 cores=5,7
/proc/702732/task/702734/stat : 702734 (java) R 702729 702732 698245 0 -1 4194368 6141 0 0 0 51 3 0 0 20 0 19 0 140300275 19498610688 21415 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
[pid=702732/tid=702743] ppid=702729 vsize=19041612 memory=12320 CPUtime=0 cores=5,7
/proc/702732/task/702743/stat : 702743 (Finalizer) S 702729 702732 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140300281 19498610688 21415 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
[pid=702732/tid=702750] ppid=702729 vsize=19041612 memory=280342716277416 CPUtime=0 cores=5,7
/proc/702732/task/702750/stat : 702750 (Common-Cleaner) S 702729 702732 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140300282 19498610688 21415 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
[pid=702732/tid=702751] ppid=702729 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/702732/task/702751/stat : 702751 (Timer-0) S 702729 702732 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140300321 19498610688 21415 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 85660 KiB

[startup+1.50107 s]
/proc/loadavg: 3.71 2.14 1.55 6/319 702751
/proc/meminfo: memFree=123427444/131655788 swapFree=131071996/131071996
[pid=702732] ppid=702729 vsize=19041612 memory=108860 CPUtime=2.59 cores=5,7
/proc/702732/stat : 702732 (java) S 702729 702732 698245 0 -1 1077936128 15025 0 0 0 253 6 0 0 20 0 19 0 140300275 19498610688 27215 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
/proc/702732/statm: 4760403 27215 5883 1 0 554836 0
[pid=702732/tid=702734] ppid=702729 vsize=19041612 memory=12320 CPUtime=1.32 cores=5,7
/proc/702732/task/702734/stat : 702734 (java) R 702729 702732 698245 0 -1 4194368 7032 0 0 0 129 3 0 0 20 0 19 0 140300275 19498610688 27215 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
[pid=702732/tid=702743] ppid=702729 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/702732/task/702743/stat : 702743 (Finalizer) S 702729 702732 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140300281 19498610688 27215 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
[pid=702732/tid=702750] ppid=702729 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/702732/task/702750/stat : 702750 (Common-Cleaner) S 702729 702732 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140300282 19498610688 27215 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
[pid=702732/tid=702751] ppid=702729 vsize=19041612 memory=280342716130576 CPUtime=0 cores=5,7
/proc/702732/task/702751/stat : 702751 (Timer-0) S 702729 702732 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140300321 19498610688 27215 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
Current children cumulated CPU time: 2.59 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 108860 KiB

[startup+3.10607 s]
/proc/loadavg: 3.73 2.17 1.56 5/319 702751
/proc/meminfo: memFree=123385920/131655788 swapFree=131071996/131071996
[pid=702732] ppid=702729 vsize=19041612 memory=145904 CPUtime=4.9 cores=5,7
/proc/702732/stat : 702732 (java) S 702729 702732 698245 0 -1 1077936128 25487 0 0 0 482 8 0 0 20 0 19 0 140300275 19498610688 36476 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
/proc/702732/statm: 4760403 36476 5883 1 0 558554 0
[pid=702732/tid=702734] ppid=702729 vsize=19041612 memory=0 CPUtime=2.9 cores=5,7
/proc/702732/task/702734/stat : 702734 (java) R 702729 702732 698245 0 -1 4194368 7943 0 0 0 286 4 0 0 20 0 19 0 140300275 19498610688 36476 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
[pid=702732/tid=702743] ppid=702729 vsize=19041612 memory=12320 CPUtime=0 cores=5,7
/proc/702732/task/702743/stat : 702743 (Finalizer) S 702729 702732 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140300281 19498610688 36476 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
[pid=702732/tid=702750] ppid=702729 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/702732/task/702750/stat : 702750 (Common-Cleaner) S 702729 702732 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140300282 19498610688 36476 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
[pid=702732/tid=702751] ppid=702729 vsize=19041612 memory=12712 CPUtime=0 cores=5,7
/proc/702732/task/702751/stat : 702751 (Timer-0) S 702729 702732 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140300321 19498610688 36476 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
Current children cumulated CPU time: 4.9 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 145904 KiB

[startup+6.30044 s]
/proc/loadavg: 3.73 2.17 1.56 6/319 702753
/proc/meminfo: memFree=123359000/131655788 swapFree=131071996/131071996
[pid=702732] ppid=702729 vsize=19041612 memory=168540 CPUtime=8.32 cores=5,7
/proc/702732/stat : 702732 (java) S 702729 702732 698245 0 -1 1077936128 25839 0 0 0 823 9 0 0 20 0 19 0 140300275 19498610688 42135 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
/proc/702732/statm: 4760403 42135 5883 1 0 558570 0
[pid=702732/tid=702734] ppid=702729 vsize=19041612 memory=12320 CPUtime=6.08 cores=5,7
/proc/702732/task/702734/stat : 702734 (java) R 702729 702732 698245 0 -1 4194368 8022 0 0 0 603 5 0 0 20 0 19 0 140300275 19498610688 42135 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
[pid=702732/tid=702743] ppid=702729 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/702732/task/702743/stat : 702743 (Finalizer) S 702729 702732 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140300281 19498610688 42135 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
[pid=702732/tid=702750] ppid=702729 vsize=19041612 memory=-7163974055829550171 CPUtime=0 cores=5,7
/proc/702732/task/702750/stat : 702750 (Common-Cleaner) S 702729 702732 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140300282 19498610688 42135 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
[pid=702732/tid=702751] ppid=702729 vsize=19041612 memory=110908 CPUtime=0 cores=5,7
/proc/702732/task/702751/stat : 702751 (Timer-0) S 702729 702732 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140300321 19498610688 42135 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
Current children cumulated CPU time: 8.32 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 168540 KiB

[startup+12.7004 s]
/proc/loadavg: 3.83 2.22 1.58 6/320 702754
/proc/meminfo: memFree=123337884/131655788 swapFree=131071996/131071996
[pid=702732] ppid=702729 vsize=19108176 memory=183652 CPUtime=15.49 cores=5,7
/proc/702732/stat : 702732 (java) S 702729 702732 698245 0 -1 1077936128 32902 0 0 0 1538 11 0 0 20 0 20 0 140300275 19566772224 45913 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
/proc/702732/statm: 4777044 45913 5913 1 0 558859 0
[pid=702732/tid=702734] ppid=702729 vsize=19108176 memory=0 CPUtime=12.44 cores=5,7
/proc/702732/task/702734/stat : 702734 (java) R 702729 702732 698245 0 -1 4194368 8820 0 0 0 1239 5 0 0 20 0 20 0 140300275 19566772224 45913 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
[pid=702732/tid=702743] ppid=702729 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/702732/task/702743/stat : 702743 (Finalizer) S 702729 702732 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140300281 19566772224 45913 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
[pid=702732/tid=702750] ppid=702729 vsize=19108176 memory=183620 CPUtime=0 cores=5,7
/proc/702732/task/702750/stat : 702750 (Common-Cleaner) S 702729 702732 698245 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 20 0 140300282 19566772224 45913 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
[pid=702732/tid=702751] ppid=702729 vsize=19108176 memory=12320 CPUtime=0 cores=5,7
/proc/702732/task/702751/stat : 702751 (Timer-0) S 702729 702732 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140300321 19566772224 45913 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
Current children cumulated CPU time: 15.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 183652 KiB

[startup+25.5005 s]
/proc/loadavg: 3.87 2.30 1.62 5/320 702757
/proc/meminfo: memFree=123323092/131655788 swapFree=131071996/131071996
[pid=702732] ppid=702729 vsize=19108176 memory=190036 CPUtime=28.4 cores=5,7
/proc/702732/stat : 702732 (java) S 702729 702732 698245 0 -1 1077936128 40256 0 0 0 2828 12 0 0 20 0 20 0 140300275 19566772224 47509 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
/proc/702732/statm: 4777044 47509 5913 1 0 558859 0
[pid=702732/tid=702734] ppid=702729 vsize=19108176 memory=183620 CPUtime=25.16 cores=5,7
/proc/702732/task/702734/stat : 702734 (java) R 702729 702732 698245 0 -1 4194368 11519 0 0 0 2511 5 0 0 20 0 20 0 140300275 19566772224 47509 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
[pid=702732/tid=702743] ppid=702729 vsize=19108176 memory=-8528519628125020860 CPUtime=0 cores=5,7
/proc/702732/task/702743/stat : 702743 (Finalizer) S 702729 702732 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140300281 19566772224 47509 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
[pid=702732/tid=702750] ppid=702729 vsize=19108176 memory=37200 CPUtime=0 cores=5,7
/proc/702732/task/702750/stat : 702750 (Common-Cleaner) S 702729 702732 698245 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 20 0 140300282 19566772224 47509 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
[pid=702732/tid=702751] ppid=702729 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/702732/task/702751/stat : 702751 (Timer-0) S 702729 702732 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140300321 19566772224 47509 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
Current children cumulated CPU time: 28.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 190036 KiB

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

# cumulated CPU time of all completed processes:  user=32.263 s, system=0.136933 s

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

[startup+25.6006 s]
/proc/loadavg: 3.87 2.30 1.62 5/320 702757
/proc/meminfo: memFree=123323092/131655788 swapFree=131071996/131071996
[pid=702732] ppid=702729 vsize=19108176 memory=190036 CPUtime=28.5 cores=5,7
/proc/702732/stat : 702732 (java) S 702729 702732 698245 0 -1 1077936128 40256 0 0 0 2838 12 0 0 20 0 20 0 140300275 19566772224 47509 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
/proc/702732/statm: 4777044 47509 5913 1 0 558859 0
[pid=702732/tid=702734] ppid=702729 vsize=19108176 memory=19428 CPUtime=25.26 cores=5,7
/proc/702732/task/702734/stat : 702734 (java) R 702729 702732 698245 0 -1 4194368 11519 0 0 0 2521 5 0 0 20 0 20 0 140300275 19566772224 47509 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
[pid=702732/tid=702743] ppid=702729 vsize=19108176 memory=190036 CPUtime=0 cores=5,7
/proc/702732/task/702743/stat : 702743 (Finalizer) S 702729 702732 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140300281 19566772224 47509 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
[pid=702732/tid=702750] ppid=702729 vsize=19108176 memory=31984 CPUtime=0 cores=5,7
/proc/702732/task/702750/stat : 702750 (Common-Cleaner) S 702729 702732 698245 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 20 0 140300282 19566772224 47509 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
[pid=702732/tid=702751] ppid=702729 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/702732/task/702751/stat : 702751 (Timer-0) S 702729 702732 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140300321 19566772224 47509 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
Current children cumulated CPU time: 28.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 190036 KiB

[startup+27.2004 s]
/proc/loadavg: 3.87 2.30 1.62 5/320 702757
/proc/meminfo: memFree=123323024/131655788 swapFree=131071996/131071996
[pid=702732] ppid=702729 vsize=19108176 memory=190036 CPUtime=30.1 cores=5,7
/proc/702732/stat : 702732 (java) S 702729 702732 698245 0 -1 1077936128 40477 0 0 0 2998 12 0 0 20 0 20 0 140300275 19566772224 47509 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
/proc/702732/statm: 4777044 47509 5913 1 0 558859 0
[pid=702732/tid=702734] ppid=702729 vsize=19108176 memory=190036 CPUtime=26.86 cores=5,7
/proc/702732/task/702734/stat : 702734 (java) R 702729 702732 698245 0 -1 4194368 11706 0 0 0 2681 5 0 0 20 0 20 0 140300275 19566772224 47509 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
[pid=702732/tid=702743] ppid=702729 vsize=19108176 memory=12712 CPUtime=0 cores=5,7
/proc/702732/task/702743/stat : 702743 (Finalizer) S 702729 702732 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140300281 19566772224 47509 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
[pid=702732/tid=702750] ppid=702729 vsize=19108176 memory=190036 CPUtime=0 cores=5,7
/proc/702732/task/702750/stat : 702750 (Common-Cleaner) S 702729 702732 698245 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 20 0 140300282 19566772224 47509 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
[pid=702732/tid=702751] ppid=702729 vsize=19108176 memory=12320 CPUtime=0 cores=5,7
/proc/702732/task/702751/stat : 702751 (Timer-0) S 702729 702732 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140300321 19566772224 47509 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
Current children cumulated CPU time: 30.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 190036 KiB

[startup+28.8004 s]
/proc/loadavg: 3.88 2.33 1.63 5/320 702757
/proc/meminfo: memFree=123323100/131655788 swapFree=131071996/131071996
[pid=702732] ppid=702729 vsize=19108176 memory=190040 CPUtime=31.7 cores=5,7
/proc/702732/stat : 702732 (java) S 702729 702732 698245 0 -1 1077936128 40917 0 0 0 3158 12 0 0 20 0 20 0 140300275 19566772224 47510 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
/proc/702732/statm: 4777044 47510 5913 1 0 558859 0
[pid=702732/tid=702734] ppid=702729 vsize=19108176 memory=37200 CPUtime=28.45 cores=5,7
/proc/702732/task/702734/stat : 702734 (java) R 702729 702732 698245 0 -1 4194368 12043 0 0 0 2840 5 0 0 20 0 20 0 140300275 19566772224 47510 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
[pid=702732/tid=702743] ppid=702729 vsize=19108176 memory=12320 CPUtime=0 cores=5,7
/proc/702732/task/702743/stat : 702743 (Finalizer) S 702729 702732 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140300281 19566772224 47510 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
[pid=702732/tid=702750] ppid=702729 vsize=19108176 memory=190020 CPUtime=0 cores=5,7
/proc/702732/task/702750/stat : 702750 (Common-Cleaner) S 702729 702732 698245 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 20 0 140300282 19566772224 47510 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
[pid=702732/tid=702751] ppid=702729 vsize=19108176 memory=183808 CPUtime=0 cores=5,7
/proc/702732/task/702751/stat : 702751 (Timer-0) S 702729 702732 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140300321 19566772224 47510 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
Current children cumulated CPU time: 31.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 190040 KiB

[startup+29.2004 s]
/proc/loadavg: 3.88 2.33 1.63 5/320 702757
/proc/meminfo: memFree=123323100/131655788 swapFree=131071996/131071996
[pid=702732] ppid=702729 vsize=19108176 memory=190040 CPUtime=32.1 cores=5,7
/proc/702732/stat : 702732 (java) S 702729 702732 698245 0 -1 1077936128 40919 0 0 0 3198 12 0 0 20 0 20 0 140300275 19566772224 47510 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
/proc/702732/statm: 4777044 47510 5913 1 0 558859 0
[pid=702732/tid=702734] ppid=702729 vsize=19108176 memory=5496 CPUtime=28.85 cores=5,7
/proc/702732/task/702734/stat : 702734 (java) R 702729 702732 698245 0 -1 4194368 12045 0 0 0 2880 5 0 0 20 0 20 0 140300275 19566772224 47510 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
[pid=702732/tid=702743] ppid=702729 vsize=19108176 memory=31984 CPUtime=0 cores=5,7
/proc/702732/task/702743/stat : 702743 (Finalizer) S 702729 702732 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140300281 19566772224 47510 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
[pid=702732/tid=702750] ppid=702729 vsize=19108176 memory=19428 CPUtime=0 cores=5,7
/proc/702732/task/702750/stat : 702750 (Common-Cleaner) S 702729 702732 698245 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 20 0 140300282 19566772224 47510 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
[pid=702732/tid=702751] ppid=702729 vsize=19108176 memory=108 CPUtime=0 cores=5,7
/proc/702732/task/702751/stat : 702751 (Timer-0) S 702729 702732 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140300321 19566772224 47510 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
Current children cumulated CPU time: 32.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 190040 KiB

[startup+29.4004 s]
/proc/loadavg: 3.88 2.33 1.63 5/320 702757
/proc/meminfo: memFree=123323100/131655788 swapFree=131071996/131071996
[pid=702732] ppid=702729 vsize=19108176 memory=190040 CPUtime=32.3 cores=5,7
/proc/702732/stat : 702732 (java) S 702729 702732 698245 0 -1 1077936128 40936 0 0 0 3218 12 0 0 20 0 20 0 140300275 19566772224 47510 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
/proc/702732/statm: 4777044 47510 5913 1 0 558859 0
[pid=702732/tid=702734] ppid=702729 vsize=19108176 memory=3572 CPUtime=29.05 cores=5,7
/proc/702732/task/702734/stat : 702734 (java) R 702729 702732 698245 0 -1 4194368 12045 0 0 0 2900 5 0 0 20 0 20 0 140300275 19566772224 47510 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
[pid=702732/tid=702743] ppid=702729 vsize=19108176 memory=20409 CPUtime=0 cores=5,7
/proc/702732/task/702743/stat : 702743 (Finalizer) S 702729 702732 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140300281 19566772224 47510 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
[pid=702732/tid=702750] ppid=702729 vsize=19108176 memory=3977859553537818704 CPUtime=0 cores=5,7
/proc/702732/task/702750/stat : 702750 (Common-Cleaner) S 702729 702732 698245 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 20 0 140300282 19566772224 47510 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
[pid=702732/tid=702751] ppid=702729 vsize=19108176 memory=2220 CPUtime=0 cores=5,7
/proc/702732/task/702751/stat : 702751 (Timer-0) S 702729 702732 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140300321 19566772224 47510 134679101440 94609330454528 94609330458224 140721407486352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94609330466040 94609330466832 94609358471168 140721407489005 140721407489095 140721407489095 140721407496136 0
Current children cumulated CPU time: 32.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 190040 KiB

Child status: 30

Real time (s): 29.4855
CPU time (s): 32.3999
CPU user time (s): 32.263
CPU system time (s): 0.136933
CPU usage (%): 109.884
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 190040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.263
system time used= 0.136933
maximum resident set size= 191644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43915
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= 1461
involuntary context switches= 326


# summary of solver processes directly reported to runsolver:
#   pid: 702732
#   total CPU time (s): 32.3999
#   total CPU user time (s): 32.263
#   total CPU system time (s): 0.136933

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.184479 second user time and 0.332895 second system time

The end

Launcher Data

Begin job on nodeC004 at 2024-07-13 16:37:37
IDJOB=4424830
IDBENCH=143618
IDSOLVER=3037
FILE ID=nodeC004/4424830-1720881444
RUNJOBID= nodeC004-1720881342-702392
SLURM_JOB_ID= 7483752
Free space on /tmp= 723780 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
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 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4424830-1720881444/watcher-4424830-1720881444 -o /tmp/evaluation-result-4424830-1720881444/solver-4424830-1720881444 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1720881342-702392 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4424830-1720881444.wbo

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

MD5SUM BENCH= 986151a138d2ed587805254495fec40d
RANDOM SEED=704698227

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        123511156 kB
MemAvailable:   123409800 kB
Buffers:          322916 kB
Cached:           425340 kB
SwapCached:            0 kB
Active:           479628 kB
Inactive:        7153816 kB
Active(anon):       3344 kB
Inactive(anon):  6919560 kB
Active(file):     476284 kB
Inactive(file):   234256 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1136 kB
Writeback:             0 kB
AnonPages:       6885160 kB
Mapped:           121956 kB
Shmem:             37700 kB
KReclaimable:      56608 kB
Slab:             145964 kB
SReclaimable:      56608 kB
SUnreclaim:        89356 kB
KernelStack:        4848 kB
PageTables:        23660 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   10991916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            45920 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6537216 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:      166728 kB
DirectMap2M:     7077888 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 723780 MiB
End job on nodeC004 at 2024-07-13 16:38:06