Trace number 4424831

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 30.7079 27.894

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900559676--soft-66-100-0.wbo
MD5SUM72fe16d1fc7fd28b9f4f62909a70b72d
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark30.7079
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 constraints899
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 46330
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46329
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 625
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.14	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.14	c See www.sat4j.org for details.
0.11/0.14	c version CUSTOM.v20240707
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.16	c java.vm.version	22.0.1+8-16
0.11/0.16	c java.vm.vendor	Oracle Corporation
0.11/0.16	c sun.arch.data.model	64
0.11/0.16	c java.version		22.0.1
0.11/0.16	c os.name		Linux
0.11/0.16	c os.version		4.18.0-301.1.el8.x86_64
0.11/0.16	c os.arch		amd64
0.11/0.16	c Free memory 		2113181440
0.11/0.16	c Max memory 		16282288128
0.11/0.16	c Total memory 		2122317824
0.11/0.16	c Number of processors 	2
0.11/0.21	--- Begin Solver configuration ---
0.11/0.21	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.11/0.21	Learn all clauses as in MiniSAT
0.11/0.21	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.21	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.21	No reason simplification
0.11/0.21	Glucose 2.1 dynamic restart strategy
0.11/0.21	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.11/0.21	timeout=2147483s
0.11/0.21	DB Simplification allowed=false
0.11/0.21	Listener: none
0.11/0.21	--- End Solver configuration ---
0.11/0.21	c Pseudo Boolean Optimization by upper bound
0.11/0.21	c --- Begin Solver configuration ---
0.11/0.21	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.11/0.21	c Learn all clauses as in MiniSAT
0.11/0.21	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.21	c No reason simplification
0.11/0.21	c Glucose 2.1 dynamic restart strategy
0.11/0.21	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.11/0.21	c timeout=2147483s
0.11/0.21	c DB Simplification allowed=false
0.11/0.21	c Listener: none
0.11/0.21	c --- End Solver configuration ---
0.11/0.23	c solving HOME/instance-4424831-1720881399.wbo
0.11/0.23	c reading problem ... 
0.50/0.39	c ... done. Wall clock time 0.182s.
0.50/0.39	c declared #vars     231
0.50/0.39	c internal #vars     1130
0.50/0.39	c #constraints  2708
0.50/0.39	c constraints type 
0.50/0.40	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 161
0.50/0.40	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 11
0.50/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 12
0.50/0.40	c org.sat4j.specs.Constr$1 => 1
0.50/0.40	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2523
0.50/0.40	c 2708 constraints processed.
0.50/0.42	c objective function length is 899 literals
0.84/0.55	c SATISFIABLE
0.84/0.55	c OPTIMIZING...
0.84/0.56	c Got one! Elapsed wall clock time (in seconds):0.346
0.84/0.56	o 240
1.01/0.63	c Got one! Elapsed wall clock time (in seconds):0.421
1.01/0.63	o 230
1.19/0.78	c Got one! Elapsed wall clock time (in seconds):0.579
1.19/0.80	o 197
1.39/0.84	c Got one! Elapsed wall clock time (in seconds):0.625
1.39/0.84	o 196
1.58/0.97	c Got one! Elapsed wall clock time (in seconds):0.754
1.58/0.97	o 190
1.58/0.98	c Got one! Elapsed wall clock time (in seconds):0.771
1.58/0.99	o 185
1.79/1.02	c Got one! Elapsed wall clock time (in seconds):0.81
1.79/1.02	o 179
1.79/1.04	c Got one! Elapsed wall clock time (in seconds):0.821
1.79/1.04	o 177
1.79/1.05	c Got one! Elapsed wall clock time (in seconds):0.835
1.79/1.05	o 174
1.79/1.06	c Got one! Elapsed wall clock time (in seconds):0.843
1.79/1.06	o 173
1.79/1.08	c Got one! Elapsed wall clock time (in seconds):0.865
1.79/1.08	o 169
1.79/1.09	c Got one! Elapsed wall clock time (in seconds):0.883
1.79/1.09	o 160
1.79/1.10	c Got one! Elapsed wall clock time (in seconds):0.893
1.79/1.10	o 148
2.00/1.17	c Got one! Elapsed wall clock time (in seconds):0.963
2.00/1.17	o 143
2.00/1.19	c Got one! Elapsed wall clock time (in seconds):0.984
2.00/1.19	o 128
2.19/1.23	c Got one! Elapsed wall clock time (in seconds):1.028
2.19/1.24	o 127
2.19/1.24	c Got one! Elapsed wall clock time (in seconds):1.036
2.19/1.24	o 117
2.19/1.28	c Got one! Elapsed wall clock time (in seconds):1.073
2.19/1.28	o 109
2.37/1.30	c Got one! Elapsed wall clock time (in seconds):1.091
2.37/1.30	o 101
2.37/1.35	c Got one! Elapsed wall clock time (in seconds):1.133
2.37/1.35	o 96
2.56/1.42	c Got one! Elapsed wall clock time (in seconds):1.21
2.56/1.43	o 91
2.56/1.44	c Got one! Elapsed wall clock time (in seconds):1.221
2.56/1.44	o 84
2.56/1.45	c Got one! Elapsed wall clock time (in seconds):1.238
2.56/1.45	o 82
2.97/1.66	c Got one! Elapsed wall clock time (in seconds):1.458
2.97/1.66	o 75
2.97/1.69	c Got one! Elapsed wall clock time (in seconds):1.48
2.97/1.69	o 74
3.12/1.71	c Got one! Elapsed wall clock time (in seconds):1.504
3.12/1.71	o 69
3.12/1.78	c Got one! Elapsed wall clock time (in seconds):1.577
3.12/1.78	o 62
3.28/1.85	c Got one! Elapsed wall clock time (in seconds):1.644
3.28/1.85	o 55
3.39/1.90	c Got one! Elapsed wall clock time (in seconds):1.691
3.39/1.90	o 49
3.50/2.09	c cleaning 6566 clauses out of 13143 with flag 11521/13143
3.63/2.18	c Got one! Elapsed wall clock time (in seconds):1.971
3.63/2.18	o 47
3.63/2.19	c Got one! Elapsed wall clock time (in seconds):1.981
3.63/2.19	o 43
3.82/2.23	c Got one! Elapsed wall clock time (in seconds):2.02
3.82/2.23	o 42
4.22/2.41	c Got one! Elapsed wall clock time (in seconds):2.204
4.22/2.41	o 32
4.22/2.47	c cleaning 6496 clauses out of 12996 with flag 7011/19562
4.56/2.79	c cleaning 6246 clauses out of 12500 with flag 52013/25562
5.14/3.16	c cleaning 6615 clauses out of 13254 with flag 104474/32562
5.64/3.61	c cleaning 7310 clauses out of 14640 with flag 171895/40563
6.43/4.45	c cleaning 8152 clauses out of 16331 with flag 263069/49564
7.82/5.84	c cleaning 9084 clauses out of 18177 with flag 368599/59562
8.13/6.12	c Got one! Elapsed wall clock time (in seconds):5.911
8.13/6.12	o 31
8.13/6.15	c Got one! Elapsed wall clock time (in seconds):5.941
8.13/6.15	o 28
8.33/6.30	c cleaning 7258 clauses out of 14518 with flag 15910/64987
8.63/6.68	c cleaning 6628 clauses out of 13259 with flag 63542/70986
8.94/7.00	c Got one! Elapsed wall clock time (in seconds):6.789
8.94/7.00	o 27
9.05/7.06	c Got one! Elapsed wall clock time (in seconds):6.851
9.05/7.06	o 26
9.54/7.55	c cleaning 9023 clauses out of 18048 with flag 48948/82403
9.74/7.78	c Got one! Elapsed wall clock time (in seconds):7.576
9.74/7.78	o 23
9.87/7.82	c Got one! Elapsed wall clock time (in seconds):7.615
9.87/7.82	o 13
9.96/7.95	c cleaning 7339 clauses out of 14682 with flag 17093/88060
10.37/8.35	c cleaning 6662 clauses out of 13343 with flag 65428/94060
10.96/8.93	c cleaning 6839 clauses out of 13685 with flag 128094/101064
11.56/9.58	c cleaning 7415 clauses out of 14843 with flag 199062/109061
12.54/10.41	c cleaning 8212 clauses out of 16427 with flag 281769/118060
13.50/11.37	c cleaning 9099 clauses out of 18218 with flag 373009/128063
14.49/12.39	c cleaning 10044 clauses out of 20116 with flag 471347/139060
15.39/13.24	c Got one! Elapsed wall clock time (in seconds):13.037
15.39/13.24	o 7
15.89/13.78	c cleaning 13118 clauses out of 26237 with flag 40228/155225
16.60/14.45	c cleaning 9555 clauses out of 19119 with flag 99026/161225
17.32/15.16	c cleaning 8277 clauses out of 16567 with flag 164704/168228
18.11/15.93	c cleaning 8143 clauses out of 16287 with flag 229986/176225
19.01/16.86	c cleaning 8568 clauses out of 17146 with flag 310508/185227
20.01/17.87	c cleaning 9284 clauses out of 18576 with flag 393235/195225
21.10/18.91	c cleaning 10142 clauses out of 20293 with flag 485351/206226
22.23/19.83	c Got one! Elapsed wall clock time (in seconds):19.623
22.23/19.83	o 6
22.83/20.41	c cleaning 11907 clauses out of 23818 with flag 32731/219894
23.23/20.84	c Got one! Elapsed wall clock time (in seconds):20.638
23.23/20.84	o 2
23.74/21.36	c cleaning 10948 clauses out of 21909 with flag 32295/229893
24.33/21.99	c cleaning 8477 clauses out of 16961 with flag 73712/235893
25.16/22.60	c cleaning 7737 clauses out of 15485 with flag 119490/242894
25.38/22.88	c Got one! Elapsed wall clock time (in seconds):22.67
25.38/22.88	o 1
25.83/23.14	c cleaning 6538 clauses out of 13102 with flag 17173/248249
26.51/23.80	c cleaning 6275 clauses out of 12565 with flag 56808/254250
27.11/24.47	c cleaning 6637 clauses out of 13289 with flag 95754/261249
27.68/24.94	c cleaning 7319 clauses out of 14651 with flag 137516/269249
28.38/25.61	c cleaning 8166 clauses out of 16332 with flag 186781/278249
28.98/26.27	c cleaning 9082 clauses out of 18167 with flag 244086/288250
29.68/26.95	c cleaning 10038 clauses out of 20084 with flag 297517/299249
30.08/27.36	c cleaning 11019 clauses out of 22042 with flag 342954/311249
30.48/27.73	c cleaning 12011 clauses out of 24021 with flag 389735/324251
30.58/27.83	c starts		: 233
30.58/27.85	c conflicts		: 326735
30.58/27.85	c decisions		: 529459
30.58/27.85	c propagations		: 17186806
30.58/27.85	c inspects		: 378161722
30.58/27.85	c shortcuts		: 0
30.58/27.85	c learnt literals	: 21
30.58/27.85	c learnt binary clauses	: 45
30.58/27.85	c learnt ternary clauses	: 465
30.58/27.85	c learnt constraints	: 326713
30.58/27.85	c ignored constraints	: 0
30.58/27.85	c root simplifications	: 0
30.58/27.85	c removed literals (reason simplification)	: 0
30.58/27.85	c reason swapping (by a shorter reason)	: 0
30.58/27.85	c Calls to reduceDB	: 37
30.58/27.85	c Number of update (reduction) of LBD	: 121724
30.58/27.85	c Imported unit clauses	: 0
30.58/27.85	c No decision after first conflict	: false
30.58/27.85	c number of reductions to clauses (during analyze)	: 0
30.58/27.85	c number of learned constraints concerned by reduction	: 0
30.58/27.85	c number of learning phase by resolution	: 0
30.58/27.85	c number of learning phase by cutting planes	: 0
30.58/27.85	c number of rounding to 1 operations	: 0
30.58/27.85	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
30.58/27.85	c number of reductions of the coefficients by power 2 	: 0
30.58/27.85	c number of right shift for reduction by power 2 	: 0
30.58/27.85	c number of reductions of the coefficients by GCD over coefficients 	: 0
30.58/27.85	c number of ending skipping 	: 0
30.58/27.85	c number of internal skipping 	: 0
30.58/27.86	c number of derivation steps 	: 0
30.58/27.86	c number of skipped derivation steps 	: 0
30.58/27.86	c number of remaining unassigned 	: 0
30.58/27.86	c number of remaining assigned 	: 0
30.58/27.86	c number of falsified literals weakened from reason	: 0
30.58/27.86	c number of falsified literals weakened from conflict	: 0
30.58/27.86	c time for arithmetic operations	: 0
30.58/27.86	c minimum degree of deleted constraints	: null
30.58/27.86	c maximum degree of deleted constraints	: null
30.58/27.86	c number of deleted constraints	: 0
30.58/27.87	c speed (assignments/second)	: 626592.5115753401
30.58/27.87	c non guided choices	: 4830
30.58/27.87	s OPTIMUM FOUND
30.58/27.87	c Found 43 solution(s)
30.58/27.87	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.58/27.87	c objective function=1
30.58/27.87	c Total wall clock time (in seconds): 27.661

Verifier Data

OK	1

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

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

[startup+0.104 s]*
/proc/loadavg: 3.24 1.81 1.42 8/315 702605
/proc/meminfo: memFree=124771316/131655788 swapFree=131071996/131071996
[pid=702587] ppid=702584 vsize=18975048 memory=55812 CPUtime=0.11 cores=5,7
/proc/702587/stat : 702587 (java) S 702584 702587 698245 0 -1 1077936128 6378 0 0 0 8 3 0 0 20 0 18 0 140295790 19430449152 13953 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
/proc/702587/statm: 4743762 13953 5685 1 0 550745 0
[pid=702587/tid=702589] ppid=702584 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/702587/task/702589/stat : 702589 (java) R 702584 702587 698245 0 -1 1077936192 5314 0 0 0 6 2 0 0 20 0 18 0 140295791 19430449152 13953 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
[pid=702587/tid=702598] ppid=702584 vsize=18975048 memory=228556276070 CPUtime=0 cores=5,7
/proc/702587/task/702598/stat : 702598 (Finalizer) S 702584 702587 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140295796 19430449152 13953 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
[pid=702587/tid=702605] ppid=702584 vsize=18975048 memory=15815599515270057 CPUtime=0 cores=5,7
/proc/702587/task/702605/stat : 702605 (Common-Cleaner) S 702584 702587 698245 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 140295797 19430449152 13953 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 55812 KiB

[startup+0.22163 s]*
/proc/loadavg: 3.24 1.81 1.42 8/315 702605
/proc/meminfo: memFree=124689404/131655788 swapFree=131071996/131071996
[pid=702587] ppid=702584 vsize=18975048 memory=66380 CPUtime=0.3 cores=5,7
/proc/702587/stat : 702587 (java) S 702584 702587 698245 0 -1 1077936128 7418 0 0 0 27 3 0 0 20 0 18 0 140295790 19430449152 16595 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
/proc/702587/statm: 4743762 16595 5724 1 0 551620 0
[pid=702587/tid=702589] ppid=702584 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=5,7
/proc/702587/task/702589/stat : 702589 (java) R 702584 702587 698245 0 -1 4194368 5899 0 0 0 16 2 0 0 20 0 18 0 140295791 19430449152 16595 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
[pid=702587/tid=702598] ppid=702584 vsize=18975048 memory=3715 CPUtime=0 cores=5,7
/proc/702587/task/702598/stat : 702598 (Finalizer) S 702584 702587 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140295796 19430449152 16595 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
[pid=702587/tid=702605] ppid=702584 vsize=18975048 memory=14973377819450890 CPUtime=0 cores=5,7
/proc/702587/task/702605/stat : 702605 (Common-Cleaner) S 702584 702587 698245 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 140295797 19430449152 16595 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66380 KiB

[startup+0.322646 s]*
/proc/loadavg: 3.24 1.81 1.42 9/315 702605
/proc/meminfo: memFree=124684664/131655788 swapFree=131071996/131071996
[pid=702587] ppid=702584 vsize=18975048 memory=70476 CPUtime=0.5 cores=5,7
/proc/702587/stat : 702587 (java) S 702584 702587 698245 0 -1 1077936128 7496 0 0 0 46 4 0 0 20 0 18 0 140295790 19430449152 17619 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
/proc/702587/statm: 4743762 17619 5724 1 0 551621 0
[pid=702587/tid=702589] ppid=702584 vsize=18975048 memory=-8887120947477652156 CPUtime=0.27 cores=5,7
/proc/702587/task/702589/stat : 702589 (java) R 702584 702587 698245 0 -1 4194368 5914 0 0 0 25 2 0 0 20 0 18 0 140295791 19430449152 17619 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
[pid=702587/tid=702598] ppid=702584 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/702587/task/702598/stat : 702598 (Finalizer) S 702584 702587 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140295796 19430449152 17619 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
[pid=702587/tid=702605] ppid=702584 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/702587/task/702605/stat : 702605 (Common-Cleaner) S 702584 702587 698245 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 140295797 19430449152 17619 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 70476 KiB

[startup+0.701645 s]
/proc/loadavg: 3.24 1.81 1.42 7/316 702606
/proc/meminfo: memFree=124678272/131655788 swapFree=131071996/131071996
[pid=702587] ppid=702584 vsize=19041612 memory=83008 CPUtime=1.19 cores=5,7
/proc/702587/stat : 702587 (java) S 702584 702587 698245 0 -1 1077936128 10471 0 0 0 114 5 0 0 20 0 19 0 140295790 19498610688 20752 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
/proc/702587/statm: 4760403 20752 5830 1 0 553726 0
[pid=702587/tid=702589] ppid=702584 vsize=19041612 memory=5476 CPUtime=0.58 cores=5,7
/proc/702587/task/702589/stat : 702589 (java) R 702584 702587 698245 0 -1 4194368 6064 0 0 0 56 2 0 0 20 0 19 0 140295791 19498610688 20752 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
[pid=702587/tid=702598] ppid=702584 vsize=19041612 memory=12320 CPUtime=0 cores=5,7
/proc/702587/task/702598/stat : 702598 (Finalizer) S 702584 702587 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140295796 19498610688 20752 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
[pid=702587/tid=702605] ppid=702584 vsize=19041612 memory=164 CPUtime=0 cores=5,7
/proc/702587/task/702605/stat : 702605 (Common-Cleaner) S 702584 702587 698245 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 140295797 19498610688 20752 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
[pid=702587/tid=702606] ppid=702584 vsize=19041612 memory=117636 CPUtime=0 cores=5,7
/proc/702587/task/702606/stat : 702606 (Timer-0) S 702584 702587 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140295833 19498610688 20752 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 83008 KiB

[startup+1.50263 s]
/proc/loadavg: 3.24 1.81 1.42 8/316 702606
/proc/meminfo: memFree=124525700/131655788 swapFree=131071996/131071996
[pid=702587] ppid=702584 vsize=19041612 memory=98968 CPUtime=2.77 cores=5,7
/proc/702587/stat : 702587 (java) S 702584 702587 698245 0 -1 1077936128 14538 0 0 0 272 5 0 0 20 0 19 0 140295790 19498610688 24742 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
/proc/702587/statm: 4760403 24742 5845 1 0 553935 0
[pid=702587/tid=702589] ppid=702584 vsize=19041612 memory=12320 CPUtime=1.35 cores=5,7
/proc/702587/task/702589/stat : 702589 (java) R 702584 702587 698245 0 -1 4194368 6892 0 0 0 132 3 0 0 20 0 19 0 140295791 19498610688 24742 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
[pid=702587/tid=702598] ppid=702584 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/702587/task/702598/stat : 702598 (Finalizer) S 702584 702587 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140295796 19498610688 24742 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
[pid=702587/tid=702605] ppid=702584 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/702587/task/702605/stat : 702605 (Common-Cleaner) S 702584 702587 698245 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 140295797 19498610688 24742 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
[pid=702587/tid=702606] ppid=702584 vsize=19041612 memory=281109367792912 CPUtime=0 cores=5,7
/proc/702587/task/702606/stat : 702606 (Timer-0) S 702584 702587 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140295833 19498610688 24742 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
Current children cumulated CPU time: 2.77 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 98968 KiB

[startup+3.10662 s]
/proc/loadavg: 3.30 1.85 1.43 7/316 702606
/proc/meminfo: memFree=124314468/131655788 swapFree=131071996/131071996
[pid=702587] ppid=702584 vsize=19041612 memory=130996 CPUtime=5.14 cores=5,7
/proc/702587/stat : 702587 (java) S 702584 702587 698245 0 -1 1077936128 24129 0 0 0 507 7 0 0 20 0 19 0 140295790 19498610688 32749 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
/proc/702587/statm: 4760403 32749 5861 1 0 558460 0
[pid=702587/tid=702589] ppid=702584 vsize=19041612 memory=0 CPUtime=2.93 cores=5,7
/proc/702587/task/702589/stat : 702589 (java) R 702584 702587 698245 0 -1 4194368 7827 0 0 0 290 3 0 0 20 0 19 0 140295791 19498610688 32749 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
[pid=702587/tid=702598] ppid=702584 vsize=19041612 memory=12320 CPUtime=0 cores=5,7
/proc/702587/task/702598/stat : 702598 (Finalizer) S 702584 702587 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140295796 19498610688 32749 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
[pid=702587/tid=702605] ppid=702584 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/702587/task/702605/stat : 702605 (Common-Cleaner) S 702584 702587 698245 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 140295797 19498610688 32749 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
[pid=702587/tid=702606] ppid=702584 vsize=19041612 memory=12712 CPUtime=0 cores=5,7
/proc/702587/task/702606/stat : 702606 (Timer-0) S 702584 702587 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140295833 19498610688 32749 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
Current children cumulated CPU time: 5.14 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 130996 KiB

[startup+6.30047 s]
/proc/loadavg: 3.30 1.85 1.43 7/316 702606
/proc/meminfo: memFree=124303856/131655788 swapFree=131071996/131071996
[pid=702587] ppid=702584 vsize=19041612 memory=145364 CPUtime=8.33 cores=5,7
/proc/702587/stat : 702587 (java) S 702584 702587 698245 0 -1 1077936128 24368 0 0 0 825 8 0 0 20 0 19 0 140295790 19498610688 36341 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
/proc/702587/statm: 4760403 36341 5861 1 0 558462 0
[pid=702587/tid=702589] ppid=702584 vsize=19041612 memory=12320 CPUtime=6.1 cores=5,7
/proc/702587/task/702589/stat : 702589 (java) R 702584 702587 698245 0 -1 4194368 7897 0 0 0 607 3 0 0 20 0 19 0 140295791 19498610688 36341 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
[pid=702587/tid=702598] ppid=702584 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/702587/task/702598/stat : 702598 (Finalizer) S 702584 702587 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140295796 19498610688 36341 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
[pid=702587/tid=702605] ppid=702584 vsize=19041612 memory=99824 CPUtime=0 cores=5,7
/proc/702587/task/702605/stat : 702605 (Common-Cleaner) S 702584 702587 698245 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 140295797 19498610688 36341 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
[pid=702587/tid=702606] ppid=702584 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/702587/task/702606/stat : 702606 (Timer-0) S 702584 702587 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140295833 19498610688 36341 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
Current children cumulated CPU time: 8.33 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 145364 KiB

[startup+12.7005 s]
/proc/loadavg: 3.36 1.89 1.44 6/319 702613
/proc/meminfo: memFree=123988032/131655788 swapFree=131071996/131071996
[pid=702587] ppid=702584 vsize=19108176 memory=188840 CPUtime=14.89 cores=5,7
/proc/702587/stat : 702587 (java) S 702584 702587 698245 0 -1 1077936128 29820 0 0 0 1480 9 0 0 20 0 20 0 140295790 19566772224 47210 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
/proc/702587/statm: 4777044 47210 5861 1 0 558751 0
[pid=702587/tid=702589] ppid=702584 vsize=19108176 memory=0 CPUtime=12.45 cores=5,7
/proc/702587/task/702589/stat : 702589 (java) R 702584 702587 698245 0 -1 4194368 9431 0 0 0 1241 4 0 0 20 0 20 0 140295791 19566772224 47210 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
[pid=702587/tid=702598] ppid=702584 vsize=19108176 memory=2164 CPUtime=0 cores=5,7
/proc/702587/task/702598/stat : 702598 (Finalizer) S 702584 702587 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140295796 19566772224 47210 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
[pid=702587/tid=702605] ppid=702584 vsize=19108176 memory=12712 CPUtime=0 cores=5,7
/proc/702587/task/702605/stat : 702605 (Common-Cleaner) S 702584 702587 698245 0 -1 1077936192 57 0 0 0 0 0 0 0 20 0 20 0 140295797 19566772224 47210 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
[pid=702587/tid=702606] ppid=702584 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/702587/task/702606/stat : 702606 (Timer-0) S 702584 702587 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140295833 19566772224 47210 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
Current children cumulated CPU time: 14.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 188840 KiB

[startup+25.5005 s]
/proc/loadavg: 3.50 1.99 1.49 6/320 702615
/proc/meminfo: memFree=123542660/131655788 swapFree=131071996/131071996
[pid=702587] ppid=702584 vsize=19108176 memory=190424 CPUtime=28.28 cores=5,7
/proc/702587/stat : 702587 (java) S 702584 702587 698245 0 -1 1077936128 39594 0 0 0 2817 11 0 0 20 0 20 0 140295790 19566772224 47606 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
/proc/702587/statm: 4777044 47606 5907 1 0 559094 0
[pid=702587/tid=702589] ppid=702584 vsize=19108176 memory=12712 CPUtime=25.21 cores=5,7
/proc/702587/task/702589/stat : 702589 (java) R 702584 702587 698245 0 -1 4194368 12658 0 0 0 2517 4 0 0 20 0 20 0 140295791 19566772224 47606 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
[pid=702587/tid=702598] ppid=702584 vsize=19108176 memory=190340 CPUtime=0 cores=5,7
/proc/702587/task/702598/stat : 702598 (Finalizer) S 702584 702587 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140295796 19566772224 47606 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
[pid=702587/tid=702605] ppid=702584 vsize=19108176 memory=-8887120947477652156 CPUtime=0 cores=5,7
/proc/702587/task/702605/stat : 702605 (Common-Cleaner) S 702584 702587 698245 0 -1 1077936192 57 0 0 0 0 0 0 0 20 0 20 0 140295797 19566772224 47606 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
[pid=702587/tid=702606] ppid=702584 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/702587/task/702606/stat : 702606 (Timer-0) S 702584 702587 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140295833 19566772224 47606 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
Current children cumulated CPU time: 28.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 190424 KiB

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

# cumulated CPU time of all completed processes:  user=30.5772 s, system=0.130672 s

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

[startup+25.6006 s]
/proc/loadavg: 3.50 1.99 1.49 6/320 702615
/proc/meminfo: memFree=123542660/131655788 swapFree=131071996/131071996
[pid=702587] ppid=702584 vsize=19108176 memory=190424 CPUtime=28.38 cores=5,7
/proc/702587/stat : 702587 (java) S 702584 702587 698245 0 -1 1077936128 39594 0 0 0 2827 11 0 0 20 0 20 0 140295790 19566772224 47606 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
/proc/702587/statm: 4777044 47606 5907 1 0 559094 0
[pid=702587/tid=702589] ppid=702584 vsize=19108176 memory=5476 CPUtime=25.31 cores=5,7
/proc/702587/task/702589/stat : 702589 (java) R 702584 702587 698245 0 -1 4194368 12658 0 0 0 2527 4 0 0 20 0 20 0 140295791 19566772224 47606 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
[pid=702587/tid=702598] ppid=702584 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/702587/task/702598/stat : 702598 (Finalizer) S 702584 702587 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140295796 19566772224 47606 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
[pid=702587/tid=702605] ppid=702584 vsize=19108176 memory=224194199869 CPUtime=0 cores=5,7
/proc/702587/task/702605/stat : 702605 (Common-Cleaner) S 702584 702587 698245 0 -1 1077936192 57 0 0 0 0 0 0 0 20 0 20 0 140295797 19566772224 47606 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
[pid=702587/tid=702606] ppid=702584 vsize=19108176 memory=2752 CPUtime=0 cores=5,7
/proc/702587/task/702606/stat : 702606 (Timer-0) S 702584 702587 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140295833 19566772224 47606 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
Current children cumulated CPU time: 28.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 190424 KiB

[startup+27.2004 s]
/proc/loadavg: 3.50 1.99 1.49 6/320 702615
/proc/meminfo: memFree=123542692/131655788 swapFree=131071996/131071996
[pid=702587] ppid=702584 vsize=19108176 memory=190528 CPUtime=29.98 cores=5,7
/proc/702587/stat : 702587 (java) S 702584 702587 698245 0 -1 1077936128 40030 0 0 0 2987 11 0 0 20 0 20 0 140295790 19566772224 47632 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
/proc/702587/statm: 4777044 47632 5907 1 0 559094 0
[pid=702587/tid=702589] ppid=702584 vsize=19108176 memory=37200 CPUtime=26.91 cores=5,7
/proc/702587/task/702589/stat : 702589 (java) R 702584 702587 698245 0 -1 4194368 13012 0 0 0 2687 4 0 0 20 0 20 0 140295791 19566772224 47632 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
[pid=702587/tid=702598] ppid=702584 vsize=19108176 memory=12320 CPUtime=0 cores=5,7
/proc/702587/task/702598/stat : 702598 (Finalizer) S 702584 702587 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140295796 19566772224 47632 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
[pid=702587/tid=702605] ppid=702584 vsize=19108176 memory=5476 CPUtime=0 cores=5,7
/proc/702587/task/702605/stat : 702605 (Common-Cleaner) S 702584 702587 698245 0 -1 1077936192 57 0 0 0 0 0 0 0 20 0 20 0 140295797 19566772224 47632 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
[pid=702587/tid=702606] ppid=702584 vsize=19108176 memory=2752 CPUtime=0 cores=5,7
/proc/702587/task/702606/stat : 702606 (Timer-0) S 702584 702587 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140295833 19566772224 47632 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
Current children cumulated CPU time: 29.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 190528 KiB

[startup+27.6004 s]
/proc/loadavg: 3.50 1.99 1.49 6/320 702615
/proc/meminfo: memFree=123542692/131655788 swapFree=131071996/131071996
[pid=702587] ppid=702584 vsize=19108176 memory=190528 CPUtime=30.38 cores=5,7
/proc/702587/stat : 702587 (java) S 702584 702587 698245 0 -1 1077936128 40036 0 0 0 3027 11 0 0 20 0 20 0 140295790 19566772224 47632 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
/proc/702587/statm: 4777044 47632 5907 1 0 559094 0
[pid=702587/tid=702589] ppid=702584 vsize=19108176 memory=2276 CPUtime=27.31 cores=5,7
/proc/702587/task/702589/stat : 702589 (java) R 702584 702587 698245 0 -1 4194368 13017 0 0 0 2727 4 0 0 20 0 20 0 140295791 19566772224 47632 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
[pid=702587/tid=702598] ppid=702584 vsize=19108176 memory=37488 CPUtime=0 cores=5,7
/proc/702587/task/702598/stat : 702598 (Finalizer) S 702584 702587 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140295796 19566772224 47632 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
[pid=702587/tid=702605] ppid=702584 vsize=19108176 memory=2008 CPUtime=0 cores=5,7
/proc/702587/task/702605/stat : 702605 (Common-Cleaner) S 702584 702587 698245 0 -1 1077936192 57 0 0 0 0 0 0 0 20 0 20 0 140295797 19566772224 47632 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
[pid=702587/tid=702606] ppid=702584 vsize=19108176 memory=7076 CPUtime=0 cores=5,7
/proc/702587/task/702606/stat : 702606 (Timer-0) S 702584 702587 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140295833 19566772224 47632 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
Current children cumulated CPU time: 30.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 190528 KiB

[startup+27.8004 s]
/proc/loadavg: 3.50 1.99 1.49 6/320 702615
/proc/meminfo: memFree=123542692/131655788 swapFree=131071996/131071996
[pid=702587] ppid=702584 vsize=19108176 memory=190528 CPUtime=30.58 cores=5,7
/proc/702587/stat : 702587 (java) S 702584 702587 698245 0 -1 1077936128 40113 0 0 0 3047 11 0 0 20 0 20 0 140295790 19566772224 47632 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
/proc/702587/statm: 4777044 47632 5907 1 0 559094 0
[pid=702587/tid=702589] ppid=702584 vsize=19108176 memory=7844 CPUtime=27.51 cores=5,7
/proc/702587/task/702589/stat : 702589 (java) R 702584 702587 698245 0 -1 4194368 13023 0 0 0 2747 4 0 0 20 0 20 0 140295791 19566772224 47632 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
[pid=702587/tid=702598] ppid=702584 vsize=19108176 memory=19828 CPUtime=0 cores=5,7
/proc/702587/task/702598/stat : 702598 (Finalizer) S 702584 702587 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140295796 19566772224 47632 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
[pid=702587/tid=702605] ppid=702584 vsize=19108176 memory=6960 CPUtime=0 cores=5,7
/proc/702587/task/702605/stat : 702605 (Common-Cleaner) S 702584 702587 698245 0 -1 1077936192 57 0 0 0 0 0 0 0 20 0 20 0 140295797 19566772224 47632 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
[pid=702587/tid=702606] ppid=702584 vsize=19108176 memory=190424 CPUtime=0 cores=5,7
/proc/702587/task/702606/stat : 702606 (Timer-0) S 702584 702587 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140295833 19566772224 47632 134679101440 94695230627840 94695230631536 140723320650608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94695230639352 94695230640144 94695245348864 140723320656877 140723320656967 140723320656967 140723320664008 0
Current children cumulated CPU time: 30.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 190528 KiB

Child status: 30

Real time (s): 27.894
CPU time (s): 30.7079
CPU user time (s): 30.5772
CPU system time (s): 0.130672
CPU usage (%): 110.088
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 190528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.5772
system time used= 0.130672
maximum resident set size= 192380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42820
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= 1435
involuntary context switches= 314


# summary of solver processes directly reported to runsolver:
#   pid: 702587
#   total CPU time (s): 30.7079
#   total CPU user time (s): 30.5772
#   total CPU system time (s): 0.130672

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.168837 second user time and 0.338751 second system time

The end

Launcher Data

Begin job on nodeC004 at 2024-07-13 16:36:52
IDJOB=4424831
IDBENCH=143597
IDSOLVER=3037
FILE ID=nodeC004/4424831-1720881399
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.1900559676--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4424831-1720881399/watcher-4424831-1720881399 -o /tmp/evaluation-result-4424831-1720881399/solver-4424831-1720881399 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1720881342-702392 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4424831-1720881399.wbo

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

MD5SUM BENCH= 72fe16d1fc7fd28b9f4f62909a70b72d
RANDOM SEED=1836075864

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		: 3614.575
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		: 3596.671
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.316
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.393
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		: 3594.230
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.176
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.311
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.315
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:        124861864 kB
MemAvailable:   124760308 kB
Buffers:          322784 kB
Cached:           425036 kB
SwapCached:            0 kB
Active:           479576 kB
Inactive:        5806308 kB
Active(anon):       3344 kB
Inactive(anon):  5572144 kB
Active(file):     476232 kB
Inactive(file):   234164 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               980 kB
Writeback:             4 kB
AnonPages:       5537476 kB
Mapped:           121916 kB
Shmem:             37700 kB
KReclaimable:      56492 kB
Slab:             145844 kB
SReclaimable:      56492 kB
SUnreclaim:        89352 kB
KernelStack:        4816 kB
PageTables:        20804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   10486020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            45920 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5281792 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:37:20