Trace number 4424836

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 16.4119 12.2404

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900670675--soft-33-100-0.wbo
MD5SUMd9ce9dadf7577308886436a03b54d963
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark16.4119
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 constraints1802
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 91108
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 91107
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 671
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.13/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.17	c See www.sat4j.org for details.
0.13/0.18	c version CUSTOM.v20240707
0.13/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.21	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.21	c java.vm.version	22.0.1+8-16
0.13/0.21	c java.vm.vendor	Oracle Corporation
0.13/0.21	c sun.arch.data.model	64
0.13/0.21	c java.version		22.0.1
0.13/0.21	c os.name		Linux
0.13/0.21	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.21	c os.arch		amd64
0.13/0.21	c Free memory 		2115194816
0.13/0.22	c Max memory 		16282288128
0.13/0.22	c Total memory 		2122317824
0.30/0.23	c Number of processors 	2
0.30/0.32	--- Begin Solver configuration ---
0.30/0.32	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.30/0.32	Learn all clauses as in MiniSAT
0.30/0.32	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.30/0.32	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.30/0.32	No reason simplification
0.30/0.32	Glucose 2.1 dynamic restart strategy
0.30/0.32	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.30/0.32	timeout=2147483s
0.30/0.32	DB Simplification allowed=false
0.30/0.32	Listener: none
0.30/0.32	--- End Solver configuration ---
0.46/0.34	c Pseudo Boolean Optimization by upper bound
0.46/0.34	c --- Begin Solver configuration ---
0.46/0.34	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.46/0.34	c Learn all clauses as in MiniSAT
0.46/0.34	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.46/0.34	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.46/0.34	c No reason simplification
0.46/0.34	c Glucose 2.1 dynamic restart strategy
0.46/0.34	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.46/0.34	c timeout=2147483s
0.46/0.34	c DB Simplification allowed=false
0.46/0.34	c Listener: none
0.46/0.34	c --- End Solver configuration ---
0.46/0.34	c solving HOME/instance-4424836-1720881349.wbo
0.46/0.34	c reading problem ... 
0.81/0.54	c ... done. Wall clock time 0.18s.
0.81/0.54	c declared #vars     231
0.81/0.54	c internal #vars     2033
0.81/0.54	c #constraints  2708
0.81/0.54	c constraints type 
0.81/0.54	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 90
0.81/0.54	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 9
0.81/0.54	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14
0.81/0.54	c org.sat4j.specs.Constr$1 => 1
0.81/0.54	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2594
0.81/0.54	c 2708 constraints processed.
0.81/0.55	c objective function length is 1802 literals
0.96/0.65	c SATISFIABLE
0.96/0.65	c OPTIMIZING...
0.96/0.65	c Got one! Elapsed wall clock time (in seconds):0.305
0.96/0.65	o 380
0.96/0.68	c Got one! Elapsed wall clock time (in seconds):0.341
0.96/0.68	o 352
1.14/0.78	c Got one! Elapsed wall clock time (in seconds):0.436
1.14/0.78	o 340
1.34/0.81	c Got one! Elapsed wall clock time (in seconds):0.472
1.34/0.81	o 335
1.34/0.84	c Got one! Elapsed wall clock time (in seconds):0.509
1.34/0.84	o 303
1.75/1.08	c Got one! Elapsed wall clock time (in seconds):0.742
1.75/1.08	o 301
1.94/1.10	c Got one! Elapsed wall clock time (in seconds):0.763
1.94/1.10	o 298
1.94/1.15	c Got one! Elapsed wall clock time (in seconds):0.815
1.94/1.15	o 291
2.12/1.20	c Got one! Elapsed wall clock time (in seconds):0.862
2.12/1.20	o 289
2.12/1.21	c Got one! Elapsed wall clock time (in seconds):0.877
2.12/1.21	o 279
2.12/1.23	c Got one! Elapsed wall clock time (in seconds):0.892
2.12/1.23	o 269
2.12/1.25	c Got one! Elapsed wall clock time (in seconds):0.908
2.12/1.25	o 245
2.12/1.28	c Got one! Elapsed wall clock time (in seconds):0.944
2.12/1.28	o 240
2.34/1.30	c Got one! Elapsed wall clock time (in seconds):0.961
2.34/1.30	o 229
2.53/1.44	c Got one! Elapsed wall clock time (in seconds):1.097
2.53/1.44	o 223
2.53/1.45	c Got one! Elapsed wall clock time (in seconds):1.115
2.53/1.46	o 197
2.53/1.48	c Got one! Elapsed wall clock time (in seconds):1.133
2.53/1.48	o 194
2.73/1.52	c Got one! Elapsed wall clock time (in seconds):1.175
2.73/1.52	o 190
2.73/1.53	c Got one! Elapsed wall clock time (in seconds):1.185
2.73/1.53	o 176
2.73/1.58	c Got one! Elapsed wall clock time (in seconds):1.245
2.73/1.58	o 175
2.93/1.63	c Got one! Elapsed wall clock time (in seconds):1.298
2.93/1.63	o 173
3.36/1.96	c Got one! Elapsed wall clock time (in seconds):1.622
3.36/1.96	o 169
3.78/2.29	c cleaning 5025 clauses out of 10060 with flag 19748/10060
3.78/2.29	c Got one! Elapsed wall clock time (in seconds):1.952
3.78/2.29	o 165
3.96/2.33	c Got one! Elapsed wall clock time (in seconds):1.991
3.96/2.33	o 153
3.96/2.38	c Got one! Elapsed wall clock time (in seconds):2.044
3.96/2.38	o 150
4.29/2.51	c Got one! Elapsed wall clock time (in seconds):2.177
4.29/2.51	o 145
4.29/2.56	c Got one! Elapsed wall clock time (in seconds):2.219
4.29/2.56	o 142
4.29/2.59	c Got one! Elapsed wall clock time (in seconds):2.253
4.29/2.59	o 140
4.42/2.60	c Got one! Elapsed wall clock time (in seconds):2.268
4.42/2.61	o 136
4.42/2.63	c Got one! Elapsed wall clock time (in seconds):2.293
4.42/2.63	o 121
4.42/2.67	c Got one! Elapsed wall clock time (in seconds):2.338
4.42/2.68	o 117
4.63/2.73	c Got one! Elapsed wall clock time (in seconds):2.395
4.63/2.73	o 115
4.63/2.75	c Got one! Elapsed wall clock time (in seconds):2.408
4.63/2.75	o 109
4.81/2.80	c Got one! Elapsed wall clock time (in seconds):2.457
4.81/2.80	o 97
4.81/2.84	c Got one! Elapsed wall clock time (in seconds):2.501
4.81/2.84	o 91
4.81/2.86	c Got one! Elapsed wall clock time (in seconds):2.52
4.81/2.86	o 81
4.81/2.88	c Got one! Elapsed wall clock time (in seconds):2.541
4.81/2.88	o 79
5.01/2.91	c Got one! Elapsed wall clock time (in seconds):2.57
5.01/2.91	o 63
5.01/2.92	c Got one! Elapsed wall clock time (in seconds):2.585
5.01/2.92	o 56
5.22/3.03	c Got one! Elapsed wall clock time (in seconds):2.694
5.22/3.03	o 49
5.22/3.04	c Got one! Elapsed wall clock time (in seconds):2.702
5.22/3.05	o 48
5.22/3.07	c Got one! Elapsed wall clock time (in seconds):2.732
5.22/3.07	o 47
5.22/3.10	c Got one! Elapsed wall clock time (in seconds):2.764
5.22/3.10	o 46
5.38/3.12	c Got one! Elapsed wall clock time (in seconds):2.786
5.38/3.12	o 45
5.73/3.40	c cleaning 8135 clauses out of 16277 with flag 23308/21302
5.73/3.47	c Got one! Elapsed wall clock time (in seconds):3.126
5.73/3.47	o 44
5.94/3.52	c Got one! Elapsed wall clock time (in seconds):3.181
5.94/3.52	o 43
5.94/3.58	c Got one! Elapsed wall clock time (in seconds):3.248
5.94/3.58	o 42
6.14/3.62	c Got one! Elapsed wall clock time (in seconds):3.285
6.14/3.62	o 27
6.14/3.69	c Got one! Elapsed wall clock time (in seconds):3.346
6.14/3.69	o 26
6.35/3.78	c Got one! Elapsed wall clock time (in seconds):3.44
6.35/3.78	o 21
6.49/3.84	c Got one! Elapsed wall clock time (in seconds):3.505
6.49/3.84	o 20
6.74/4.05	c cleaning 8763 clauses out of 17525 with flag 22064/30685
6.74/4.09	c Got one! Elapsed wall clock time (in seconds):3.743
6.74/4.09	o 19
6.90/4.19	c Got one! Elapsed wall clock time (in seconds):3.845
6.90/4.19	o 18
7.09/4.22	c Got one! Elapsed wall clock time (in seconds):3.884
7.09/4.22	o 17
7.26/4.38	c cleaning 7533 clauses out of 15078 with flag 23298/37001
7.35/4.41	c Got one! Elapsed wall clock time (in seconds):4.077
7.35/4.41	o 15
7.48/4.56	c Got one! Elapsed wall clock time (in seconds):4.225
7.48/4.56	o 13
7.61/4.68	c cleaning 6696 clauses out of 13401 with flag 17791/42857
7.91/4.95	c cleaning 6346 clauses out of 12703 with flag 63810/48855
8.01/5.05	c Got one! Elapsed wall clock time (in seconds):4.702
8.01/5.05	o 9
8.30/5.22	c cleaning 6144 clauses out of 12296 with flag 26573/54794
8.51/5.47	c cleaning 6080 clauses out of 12159 with flag 68814/60801
8.71/5.68	c Got one! Elapsed wall clock time (in seconds):5.341
8.71/5.68	o 8
9.03/5.99	c cleaning 8076 clauses out of 16166 with flag 43614/70888
9.24/6.19	c Got one! Elapsed wall clock time (in seconds):5.857
9.24/6.19	o 7
9.48/6.35	c cleaning 6878 clauses out of 13774 with flag 16726/76572
9.79/6.67	c cleaning 6444 clauses out of 12900 with flag 66762/82576
10.19/7.06	c cleaning 6720 clauses out of 13452 with flag 124195/89572
10.92/7.50	c cleaning 7351 clauses out of 14731 with flag 188745/97572
11.03/7.65	c Got one! Elapsed wall clock time (in seconds):7.317
11.03/7.65	o 6
11.14/7.76	c cleaning 6222 clauses out of 12472 with flag 16534/102664
11.46/8.04	c cleaning 6112 clauses out of 12250 with flag 60345/108664
11.62/8.14	c Got one! Elapsed wall clock time (in seconds):7.802
11.62/8.14	o 5
11.78/8.26	c cleaning 5861 clauses out of 11739 with flag 20243/114265
12.19/8.51	c cleaning 5937 clauses out of 11879 with flag 66143/120266
12.56/8.87	c cleaning 6462 clauses out of 12941 with flag 126697/127265
13.06/9.39	c cleaning 7232 clauses out of 14479 with flag 193405/135265
13.17/9.47	c Got one! Elapsed wall clock time (in seconds):9.137
13.17/9.47	o 4
13.48/9.66	c cleaning 6342 clauses out of 12710 with flag 25532/140728
14.00/9.99	c cleaning 6180 clauses out of 12370 with flag 70203/146730
14.10/10.05	c Got one! Elapsed wall clock time (in seconds):9.71
14.10/10.05	o 2
14.30/10.28	c cleaning 6063 clauses out of 12157 with flag 31016/152698
14.60/10.56	c cleaning 6042 clauses out of 12094 with flag 69562/158698
14.90/10.88	c cleaning 6523 clauses out of 13051 with flag 114311/165697
15.33/11.29	c cleaning 7260 clauses out of 14525 with flag 163643/173697
15.88/11.72	c cleaning 8130 clauses out of 16267 with flag 214333/182700
16.27/12.19	c starts		: 145
16.27/12.19	c conflicts		: 190689
16.27/12.19	c decisions		: 401748
16.27/12.19	c propagations		: 15356894
16.27/12.19	c inspects		: 123070153
16.27/12.19	c shortcuts		: 0
16.27/12.19	c learnt literals	: 15
16.27/12.19	c learnt binary clauses	: 22
16.27/12.19	c learnt ternary clauses	: 177
16.27/12.19	c learnt constraints	: 190673
16.27/12.19	c ignored constraints	: 0
16.27/12.19	c root simplifications	: 0
16.27/12.19	c removed literals (reason simplification)	: 0
16.27/12.19	c reason swapping (by a shorter reason)	: 0
16.27/12.19	c Calls to reduceDB	: 26
16.27/12.19	c Number of update (reduction) of LBD	: 76534
16.27/12.19	c Imported unit clauses	: 0
16.27/12.19	c No decision after first conflict	: false
16.27/12.19	c number of reductions to clauses (during analyze)	: 0
16.27/12.19	c number of learned constraints concerned by reduction	: 0
16.27/12.19	c number of learning phase by resolution	: 0
16.27/12.19	c number of learning phase by cutting planes	: 0
16.27/12.19	c number of rounding to 1 operations	: 0
16.27/12.19	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
16.27/12.19	c number of reductions of the coefficients by power 2 	: 0
16.27/12.19	c number of right shift for reduction by power 2 	: 0
16.27/12.19	c number of reductions of the coefficients by GCD over coefficients 	: 0
16.27/12.19	c number of ending skipping 	: 0
16.27/12.19	c number of internal skipping 	: 0
16.27/12.19	c number of derivation steps 	: 0
16.27/12.19	c number of skipped derivation steps 	: 0
16.27/12.19	c number of remaining unassigned 	: 0
16.27/12.19	c number of remaining assigned 	: 0
16.27/12.19	c number of falsified literals weakened from reason	: 0
16.27/12.19	c number of falsified literals weakened from conflict	: 0
16.27/12.19	c time for arithmetic operations	: 0
16.27/12.19	c minimum degree of deleted constraints	: null
16.27/12.19	c maximum degree of deleted constraints	: null
16.27/12.19	c number of deleted constraints	: 0
16.27/12.19	c speed (assignments/second)	: 1320341.6731149515
16.27/12.19	c non guided choices	: 7685
16.27/12.19	s OPTIMUM FOUND
16.27/12.19	c Found 63 solution(s)
16.27/12.19	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 
16.38/12.20	c objective function=2
16.38/12.20	c Total wall clock time (in seconds): 11.862

Verifier Data

OK	2

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: 64059 MiB (54911 MiB free)
  memory of node 1: 64510 MiB (56578 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4424836-1720881349/watcher-4424836-1720881349 -o /tmp/evaluation-result-4424836-1720881349/solver-4424836-1720881349 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1720877762-699779 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4424836-1720881349.wbo 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=703133, runsolver pid=703130

[startup+0.107404 s]*
/proc/loadavg: 4.45 4.33 4.26 7/316 703151
/proc/meminfo: memFree=114131288/131655788 swapFree=131071996/131071996
[pid=703133] ppid=703130 vsize=18975048 memory=56320 CPUtime=0.13 cores=0,2
/proc/703133/stat : 703133 (java) S 703130 703133 697515 0 -1 1077936128 6442 0 0 0 10 3 0 0 20 0 18 0 140291609 19430449152 14080 134679101440 94309346373632 94309346377328 140722705109152 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94309346385144 94309346385936 94309365702656 140722705118189 140722705118279 140722705118279 140722705125320 0
/proc/703133/statm: 4743762 14080 5768 1 0 550794 0
[pid=703133/tid=703135] ppid=703130 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=0,2
/proc/703133/task/703135/stat : 703135 (java) R 703130 703133 697515 0 -1 4194368 5365 0 0 0 6 3 0 0 20 0 18 0 140291609 19430449152 14080 134679101440 94309346373632 94309346377328 140722705109152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94309346385144 94309346385936 94309365702656 140722705118189 140722705118279 140722705118279 140722705125320 0
[pid=703133/tid=703144] ppid=703130 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/703133/task/703144/stat : 703144 (Finalizer) S 703130 703133 697515 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140291615 19430449152 14080 134679101440 94309346373632 94309346377328 140722705109152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94309346385144 94309346385936 94309365702656 140722705118189 140722705118279 140722705118279 140722705125320 0
[pid=703133/tid=703151] ppid=703130 vsize=18975048 memory=13563812552942208 CPUtime=0 cores=0,2
/proc/703133/task/703151/stat : 703151 (Common-Cleaner) S 703130 703133 697515 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 140291616 19430449152 14080 134679101440 94309346373632 94309346377328 140722705109152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94309346385144 94309346385936 94309365702656 140722705118189 140722705118279 140722705118279 140722705125320 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56320 KiB

[startup+0.219717 s]*
/proc/loadavg: 4.45 4.33 4.26 8/316 703151
/proc/meminfo: memFree=114126636/131655788 swapFree=131071996/131071996
[pid=703133] ppid=703130 vsize=18975048 memory=61020 CPUtime=0.3 cores=0,2
/proc/703133/stat : 703133 (java) S 703130 703133 697515 0 -1 1077936128 7095 0 0 0 26 4 0 0 20 0 18 0 140291609 19430449152 15255 134679101440 94309346373632 94309346377328 140722705109152 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94309346385144 94309346385936 94309365702656 140722705118189 140722705118279 140722705118279 140722705125320 0
/proc/703133/statm: 4743762 15255 5777 1 0 551332 0
[pid=703133/tid=703135] ppid=703130 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=0,2
/proc/703133/task/703135/stat : 703135 (java) R 703130 703133 697515 0 -1 1077936192 5660 0 0 0 15 3 0 0 20 0 18 0 140291609 19430449152 15255 134679101440 94309346373632 94309346377328 140722705109152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94309346385144 94309346385936 94309365702656 140722705118189 140722705118279 140722705118279 140722705125320 0
[pid=703133/tid=703144] ppid=703130 vsize=18975048 memory=5822 CPUtime=0 cores=0,2
/proc/703133/task/703144/stat : 703144 (Finalizer) S 703130 703133 697515 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140291615 19430449152 15255 134679101440 94309346373632 94309346377328 140722705109152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94309346385144 94309346385936 94309365702656 140722705118189 140722705118279 140722705118279 140722705125320 0
[pid=703133/tid=703151] ppid=703130 vsize=18975048 memory=13849655494580062 CPUtime=0 cores=0,2
/proc/703133/task/703151/stat : 703151 (Common-Cleaner) S 703130 703133 697515 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 140291616 19430449152 15255 134679101440 94309346373632 94309346377328 140722705109152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94309346385144 94309346385936 94309365702656 140722705118189 140722705118279 140722705118279 140722705125320 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 61020 KiB

[startup+0.325393 s]*
/proc/loadavg: 4.45 4.33 4.26 7/316 703151
/proc/meminfo: memFree=114121504/131655788 swapFree=131071996/131071996
[pid=703133] ppid=703130 vsize=18975048 memory=66160 CPUtime=0.46 cores=0,2
/proc/703133/stat : 703133 (java) S 703130 703133 697515 0 -1 1077936128 7368 0 0 0 41 5 0 0 20 0 18 0 140291609 19430449152 16540 134679101440 94309346373632 94309346377328 140722705109152 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94309346385144 94309346385936 94309365702656 140722705118189 140722705118279 140722705118279 140722705125320 0
/proc/703133/statm: 4743762 16540 5791 1 0 551549 0
[pid=703133/tid=703135] ppid=703130 vsize=18975048 memory=-9176763092264460988 CPUtime=0.27 cores=0,2
/proc/703133/task/703135/stat : 703135 (java) R 703130 703133 697515 0 -1 4194368 5832 0 0 0 24 3 0 0 20 0 18 0 140291609 19430449152 16540 134679101440 94309346373632 94309346377328 140722705109152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94309346385144 94309346385936 94309365702656 140722705118189 140722705118279 140722705118279 140722705125320 0
[pid=703133/tid=703144] ppid=703130 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/703133/task/703144/stat : 703144 (Finalizer) S 703130 703133 697515 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140291615 19430449152 16540 134679101440 94309346373632 94309346377328 140722705109152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94309346385144 94309346385936 94309365702656 140722705118189 140722705118279 140722705118279 140722705125320 0
[pid=703133/tid=703151] ppid=703130 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/703133/task/703151/stat : 703151 (Common-Cleaner) S 703130 703133 697515 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 140291616 19430449152 16540 134679101440 94309346373632 94309346377328 140722705109152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94309346385144 94309346385936 94309365702656 140722705118189 140722705118279 140722705118279 140722705125320 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66160 KiB

[startup+0.700386 s]
/proc/loadavg: 4.45 4.33 4.26 7/316 703151
/proc/meminfo: memFree=114111996/131655788 swapFree=131071996/131071996
[pid=703133] ppid=703130 vsize=19041612 memory=80228 CPUtime=1.14 cores=0,2
/proc/703133/stat : 703133 (java) S 703130 703133 697515 0 -1 1077936128 8705 0 0 0 109 5 0 0 20 0 19 0 140291609 19498610688 20057 134679101440 94309346373632 94309346377328 140722705109152 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94309346385144 94309346385936 94309365702656 140722705118189 140722705118279 140722705118279 140722705125320 0
/proc/703133/statm: 4760403 20057 5899 1 0 552448 0
[pid=703133/tid=703135] ppid=703130 vsize=19041612 memory=5620 CPUtime=0.61 cores=0,2
/proc/703133/task/703135/stat : 703135 (java) R 703130 703133 697515 0 -1 4194368 6037 0 0 0 57 4 0 0 20 0 19 0 140291609 19498610688 20057 134679101440 94309346373632 94309346377328 140722705109152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94309346385144 94309346385936 94309365702656 140722705118189 140722705118279 140722705118279 140722705125320 0
[pid=703133/tid=703144] ppid=703130 vsize=19041612 memory=12724 CPUtime=0 cores=0,2
/proc/703133/task/703144/stat : 703144 (Finalizer) S 703130 703133 697515 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140291615 19498610688 20057 134679101440 94309346373632 94309346377328 140722705109152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94309346385144 94309346385936 94309365702656 140722705118189 140722705118279 140722705118279 140722705125320 0
[pid=703133/tid=703151] ppid=703130 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/703133/task/703151/stat : 703151 (Common-Cleaner) S 703130 703133 697515 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 140291616 19498610688 20057 134679101440 94309346373632 94309346377328 140722705109152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94309346385144 94309346385936 94309365702656 140722705118189 140722705118279 140722705118279 140722705125320 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 80228 KiB

[startup+1.50339 s]
/proc/loadavg: 4.45 4.33 4.26 6/317 703152
/proc/meminfo: memFree=114097748/131655788 swapFree=131071996/131071996
[pid=703133] ppid=703130 vsize=19041612 memory=101972 CPUtime=2.73 cores=0,2
/proc/703133/stat : 703133 (java) S 703130 703133 697515 0 -1 1077936128 14662 0 0 0 266 7 0 0 20 0 19 0 140291609 19498610688 25493 134679101440 94309346373632 94309346377328 140722705109152 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94309346385144 94309346385936 94309365702656 140722705118189 140722705118279 140722705118279 140722705125320 0
/proc/703133/statm: 4760403 25493 5899 1 0 554219 0
[pid=703133/tid=703135] ppid=703130 vsize=19041612 memory=0 CPUtime=1.39 cores=0,2
/proc/703133/task/703135/stat : 703135 (java) R 703130 703133 697515 0 -1 4194368 6571 0 0 0 135 4 0 0 20 0 19 0 140291609 19498610688 25493 134679101440 94309346373632 94309346377328 140722705109152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94309346385144 94309346385936 94309365702656 140722705118189 140722705118279 140722705118279 140722705125320 0
[pid=703133/tid=703144] ppid=703130 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/703133/task/703144/stat : 703144 (Finalizer) S 703130 703133 697515 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140291615 19498610688 25493 134679101440 94309346373632 94309346377328 140722705109152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94309346385144 94309346385936 94309365702656 140722705118189 140722705118279 140722705118279 140722705125320 0
[pid=703133/tid=703151] ppid=703130 vsize=19041612 memory=12724 CPUtime=0 cores=0,2
/proc/703133/task/703151/stat : 703151 (Common-Cleaner) S 703130 703133 697515 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 140291616 19498610688 25493 134679101440 94309346373632 94309346377328 140722705109152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94309346385144 94309346385936 94309365702656 140722705118189 140722705118279 140722705118279 140722705125320 0
[pid=703133/tid=703152] ppid=703130 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/703133/task/703152/stat : 703152 (Timer-0) S 703130 703133 697515 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140291665 19498610688 25493 134679101440 94309346373632 94309346377328 140722705109152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94309346385144 94309346385936 94309365702656 140722705118189 140722705118279 140722705118279 140722705125320 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 101972 KiB

[startup+3.10638 s]
/proc/loadavg: 4.45 4.33 4.26 6/317 703153
/proc/meminfo: memFree=113897328/131655788 swapFree=131071996/131071996
[pid=703133] ppid=703130 vsize=19041612 memory=132172 CPUtime=5.38 cores=0,2
/proc/703133/stat : 703133 (java) S 703130 703133 697515 0 -1 1077936128 17210 0 0 0 530 8 0 0 20 0 19 0 140291609 19498610688 33043 134679101440 94309346373632 94309346377328 140722705109152 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94309346385144 94309346385936 94309365702656 140722705118189 140722705118279 140722705118279 140722705125320 0
/proc/703133/statm: 4760403 33043 5899 1 0 554543 0
[pid=703133/tid=703135] ppid=703130 vsize=19041612 memory=0 CPUtime=2.96 cores=0,2
/proc/703133/task/703135/stat : 703135 (java) R 703130 703133 697515 0 -1 4194368 7989 0 0 0 291 5 0 0 20 0 19 0 140291609 19498610688 33043 134679101440 94309346373632 94309346377328 140722705109152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94309346385144 94309346385936 94309365702656 140722705118189 140722705118279 140722705118279 140722705125320 0
[pid=703133/tid=703144] ppid=703130 vsize=19041612 memory=12724 CPUtime=0 cores=0,2
/proc/703133/task/703144/stat : 703144 (Finalizer) S 703130 703133 697515 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140291615 19498610688 33043 134679101440 94309346373632 94309346377328 140722705109152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94309346385144 94309346385936 94309365702656 140722705118189 140722705118279 140722705118279 140722705125320 0
[pid=703133/tid=703151] ppid=703130 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/703133/task/703151/stat : 703151 (Common-Cleaner) S 703130 703133 697515 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 140291616 19498610688 33043 134679101440 94309346373632 94309346377328 140722705109152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94309346385144 94309346385936 94309365702656 140722705118189 140722705118279 140722705118279 140722705125320 0
[pid=703133/tid=703152] ppid=703130 vsize=19041612 memory=11408 CPUtime=0 cores=0,2
/proc/703133/task/703152/stat : 703152 (Timer-0) S 703130 703133 697515 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140291665 19498610688 33043 134679101440 94309346373632 94309346377328 140722705109152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94309346385144 94309346385936 94309365702656 140722705118189 140722705118279 140722705118279 140722705125320 0
Current children cumulated CPU time: 5.38 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 132172 KiB

[startup+6.30027 s]
/proc/loadavg: 4.41 4.33 4.26 5/317 703153
/proc/meminfo: memFree=113709180/131655788 swapFree=131071996/131071996
[pid=703133] ppid=703130 vsize=19108176 memory=181212 CPUtime=9.48 cores=0,2
/proc/703133/stat : 703133 (java) S 703130 703133 697515 0 -1 1077936128 23187 0 0 0 938 10 0 0 20 0 20 0 140291609 19566772224 45303 134679101440 94309346373632 94309346377328 140722705109152 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94309346385144 94309346385936 94309365702656 140722705118189 140722705118279 140722705118279 140722705125320 0
/proc/703133/statm: 4777044 45303 5940 1 0 557184 0
[pid=703133/tid=703135] ppid=703130 vsize=19108176 memory=12724 CPUtime=6.12 cores=0,2
/proc/703133/task/703135/stat : 703135 (java) S 703130 703133 697515 0 -1 1077936192 8322 0 0 0 606 6 0 0 20 0 20 0 140291609 19566772224 45303 134679101440 94309346373632 94309346377328 140722705109152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94309346385144 94309346385936 94309365702656 140722705118189 140722705118279 140722705118279 140722705125320 0
[pid=703133/tid=703144] ppid=703130 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/703133/task/703144/stat : 703144 (Finalizer) S 703130 703133 697515 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140291615 19566772224 45303 134679101440 94309346373632 94309346377328 140722705109152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94309346385144 94309346385936 94309365702656 140722705118189 140722705118279 140722705118279 140722705125320 0
[pid=703133/tid=703151] ppid=703130 vsize=19108176 memory=168316 CPUtime=0 cores=0,2
/proc/703133/task/703151/stat : 703151 (Common-Cleaner) S 703130 703133 697515 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 140291616 19566772224 45303 134679101440 94309346373632 94309346377328 140722705109152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94309346385144 94309346385936 94309365702656 140722705118189 140722705118279 140722705118279 140722705125320 0
[pid=703133/tid=703152] ppid=703130 vsize=19108176 memory=5676 CPUtime=0 cores=0,2
/proc/703133/task/703152/stat : 703152 (Timer-0) S 703130 703133 697515 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140291665 19566772224 45303 134679101440 94309346373632 94309346377328 140722705109152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94309346385144 94309346385936 94309365702656 140722705118189 140722705118279 140722705118279 140722705125320 0
Current children cumulated CPU time: 9.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 181212 KiB

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

# cumulated CPU time of all completed processes:  user=16.2801 s, system=0.131835 s

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

[startup+6.4004 s]
/proc/loadavg: 4.41 4.33 4.26 5/317 703153
/proc/meminfo: memFree=113709180/131655788 swapFree=131071996/131071996
[pid=703133] ppid=703130 vsize=19108176 memory=187360 CPUtime=9.59 cores=0,2
/proc/703133/stat : 703133 (java) S 703130 703133 697515 0 -1 1077936128 23375 0 0 0 949 10 0 0 20 0 20 0 140291609 19566772224 46840 134679101440 94309346373632 94309346377328 140722705109152 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94309346385144 94309346385936 94309365702656 140722705118189 140722705118279 140722705118279 140722705125320 0
/proc/703133/statm: 4777044 46840 5940 1 0 557184 0
[pid=703133/tid=703135] ppid=703130 vsize=19108176 memory=5620 CPUtime=6.2 cores=0,2
/proc/703133/task/703135/stat : 703135 (java) R 703130 703133 697515 0 -1 4194368 8331 0 0 0 614 6 0 0 20 0 20 0 140291609 19566772224 46840 134679101440 94309346373632 94309346377328 140722705109152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94309346385144 94309346385936 94309365702656 140722705118189 140722705118279 140722705118279 140722705125320 0
[pid=703133/tid=703144] ppid=703130 vsize=19108176 memory=279874028435152 CPUtime=0 cores=0,2
/proc/703133/task/703144/stat : 703144 (Finalizer) S 703130 703133 697515 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140291615 19566772224 46840 134679101440 94309346373632 94309346377328 140722705109152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94309346385144 94309346385936 94309365702656 140722705118189 140722705118279 140722705118279 140722705125320 0
[pid=703133/tid=703151] ppid=703130 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/703133/task/703151/stat : 703151 (Common-Cleaner) S 703130 703133 697515 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 140291616 19566772224 46840 134679101440 94309346373632 94309346377328 140722705109152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94309346385144 94309346385936 94309365702656 140722705118189 140722705118279 140722705118279 140722705125320 0
[pid=703133/tid=703152] ppid=703130 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/703133/task/703152/stat : 703152 (Timer-0) S 703130 703133 697515 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140291665 19566772224 46840 134679101440 94309346373632 94309346377328 140722705109152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94309346385144 94309346385936 94309365702656 140722705118189 140722705118279 140722705118279 140722705125320 0
Current children cumulated CPU time: 9.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 187360 KiB

[startup+9.60038 s]
/proc/loadavg: 4.41 4.33 4.26 5/318 703154
/proc/meminfo: memFree=113696960/131655788 swapFree=131071996/131071996
[pid=703133] ppid=703130 vsize=19108176 memory=189164 CPUtime=13.48 cores=0,2
/proc/703133/stat : 703133 (java) S 703130 703133 697515 0 -1 1077936128 27307 0 0 0 1337 11 0 0 20 0 20 0 140291609 19566772224 47291 134679101440 94309346373632 94309346377328 140722705109152 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94309346385144 94309346385936 94309365702656 140722705118189 140722705118279 140722705118279 140722705125320 0
/proc/703133/statm: 4777044 47291 5956 1 0 557534 0
[pid=703133/tid=703135] ppid=703130 vsize=19108176 memory=188504 CPUtime=9.37 cores=0,2
/proc/703133/task/703135/stat : 703135 (java) R 703130 703133 697515 0 -1 4194368 9056 0 0 0 931 6 0 0 20 0 20 0 140291609 19566772224 47291 134679101440 94309346373632 94309346377328 140722705109152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94309346385144 94309346385936 94309365702656 140722705118189 140722705118279 140722705118279 140722705125320 0
[pid=703133/tid=703144] ppid=703130 vsize=19108176 memory=19496 CPUtime=0 cores=0,2
/proc/703133/task/703144/stat : 703144 (Finalizer) S 703130 703133 697515 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140291615 19566772224 47291 134679101440 94309346373632 94309346377328 140722705109152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94309346385144 94309346385936 94309365702656 140722705118189 140722705118279 140722705118279 140722705125320 0
[pid=703133/tid=703151] ppid=703130 vsize=19108176 memory=-9176763092264460988 CPUtime=0 cores=0,2
/proc/703133/task/703151/stat : 703151 (Common-Cleaner) S 703130 703133 697515 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 140291616 19566772224 47291 134679101440 94309346373632 94309346377328 140722705109152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94309346385144 94309346385936 94309365702656 140722705118189 140722705118279 140722705118279 140722705125320 0
[pid=703133/tid=703152] ppid=703130 vsize=19108176 memory=35284 CPUtime=0 cores=0,2
/proc/703133/task/703152/stat : 703152 (Timer-0) S 703130 703133 697515 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140291665 19566772224 47291 134679101440 94309346373632 94309346377328 140722705109152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94309346385144 94309346385936 94309365702656 140722705118189 140722705118279 140722705118279 140722705125320 0
Current children cumulated CPU time: 13.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 189164 KiB

[startup+11.2004 s]
/proc/loadavg: 4.38 4.32 4.26 5/318 703154
/proc/meminfo: memFree=113512060/131655788 swapFree=131071996/131071996
[pid=703133] ppid=703130 vsize=19108176 memory=189172 CPUtime=15.33 cores=0,2
/proc/703133/stat : 703133 (java) S 703130 703133 697515 0 -1 1077936128 28252 0 0 0 1521 12 0 0 20 0 20 0 140291609 19566772224 47293 134679101440 94309346373632 94309346377328 140722705109152 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94309346385144 94309346385936 94309365702656 140722705118189 140722705118279 140722705118279 140722705125320 0
/proc/703133/statm: 4777044 47293 5956 1 0 557534 0
[pid=703133/tid=703135] ppid=703130 vsize=19108176 memory=-9176763092264460988 CPUtime=10.95 cores=0,2
/proc/703133/task/703135/stat : 703135 (java) R 703130 703133 697515 0 -1 4194368 9219 0 0 0 1089 6 0 0 20 0 20 0 140291609 19566772224 47293 134679101440 94309346373632 94309346377328 140722705109152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94309346385144 94309346385936 94309365702656 140722705118189 140722705118279 140722705118279 140722705125320 0
[pid=703133/tid=703144] ppid=703130 vsize=19108176 memory=-9176763092264460988 CPUtime=0 cores=0,2
/proc/703133/task/703144/stat : 703144 (Finalizer) S 703130 703133 697515 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140291615 19566772224 47293 134679101440 94309346373632 94309346377328 140722705109152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94309346385144 94309346385936 94309365702656 140722705118189 140722705118279 140722705118279 140722705125320 0
[pid=703133/tid=703151] ppid=703130 vsize=19108176 memory=35284 CPUtime=0 cores=0,2
/proc/703133/task/703151/stat : 703151 (Common-Cleaner) S 703130 703133 697515 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 140291616 19566772224 47293 134679101440 94309346373632 94309346377328 140722705109152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94309346385144 94309346385936 94309365702656 140722705118189 140722705118279 140722705118279 140722705125320 0
[pid=703133/tid=703152] ppid=703130 vsize=19108176 memory=-9176763092264460988 CPUtime=0 cores=0,2
/proc/703133/task/703152/stat : 703152 (Timer-0) S 703130 703133 697515 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140291665 19566772224 47293 134679101440 94309346373632 94309346377328 140722705109152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94309346385144 94309346385936 94309365702656 140722705118189 140722705118279 140722705118279 140722705125320 0
Current children cumulated CPU time: 15.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 189172 KiB

[startup+12.0094 s]*
/proc/loadavg: 4.38 4.32 4.26 6/318 703154
/proc/meminfo: memFree=113472980/131655788 swapFree=131071996/131071996
[pid=703133] ppid=703130 vsize=19108176 memory=189172 CPUtime=16.18 cores=0,2
/proc/703133/stat : 703133 (java) S 703130 703133 697515 0 -1 1077936128 29346 0 0 0 1606 12 0 0 20 0 20 0 140291609 19566772224 47293 134679101440 94309346373632 94309346377328 140722705109152 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94309346385144 94309346385936 94309365702656 140722705118189 140722705118279 140722705118279 140722705125320 0
/proc/703133/statm: 4777044 47293 5956 1 0 557534 0
[pid=703133/tid=703135] ppid=703130 vsize=19108176 memory=6349848 CPUtime=11.75 cores=0,2
/proc/703133/task/703135/stat : 703135 (java) R 703130 703133 697515 0 -1 4194368 9583 0 0 0 1169 6 0 0 20 0 20 0 140291609 19566772224 47293 134679101440 94309346373632 94309346377328 140722705109152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94309346385144 94309346385936 94309365702656 140722705118189 140722705118279 140722705118279 140722705125320 0
[pid=703133/tid=703144] ppid=703130 vsize=19108176 memory=2712 CPUtime=0 cores=0,2
/proc/703133/task/703144/stat : 703144 (Finalizer) S 703130 703133 697515 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140291615 19566772224 47293 134679101440 94309346373632 94309346377328 140722705109152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94309346385144 94309346385936 94309365702656 140722705118189 140722705118279 140722705118279 140722705125320 0
[pid=703133/tid=703151] ppid=703130 vsize=19108176 memory=4532 CPUtime=0 cores=0,2
/proc/703133/task/703151/stat : 703151 (Common-Cleaner) S 703130 703133 697515 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 140291616 19566772224 47293 134679101440 94309346373632 94309346377328 140722705109152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94309346385144 94309346385936 94309365702656 140722705118189 140722705118279 140722705118279 140722705125320 0
[pid=703133/tid=703152] ppid=703130 vsize=19108176 memory=-9176763092264460988 CPUtime=0 cores=0,2
/proc/703133/task/703152/stat : 703152 (Timer-0) S 703130 703133 697515 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140291665 19566772224 47293 134679101440 94309346373632 94309346377328 140722705109152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94309346385144 94309346385936 94309365702656 140722705118189 140722705118279 140722705118279 140722705125320 0
Current children cumulated CPU time: 16.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 189172 KiB

[startup+12.2002 s]
/proc/loadavg: 4.38 4.32 4.26 6/318 703154
/proc/meminfo: memFree=113472980/131655788 swapFree=131071996/131071996
[pid=703133] ppid=703130 vsize=19241304 memory=189640 CPUtime=16.38 cores=0,2
/proc/703133/stat : 703133 (java) S 703130 703133 697515 0 -1 1077936128 31893 0 0 0 1626 12 0 0 20 0 20 0 140291609 19703095296 47410 134679101440 94309346373632 94309346377328 140722705109152 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94309346385144 94309346385936 94309365702656 140722705118189 140722705118279 140722705118279 140722705125320 0
/proc/703133/statm: 4810326 47410 5955 1 0 558152 0
[pid=703133/tid=703135] ppid=703130 vsize=19241304 memory=5676 CPUtime=11.92 cores=0,2
/proc/703133/task/703135/stat : 703135 (java) S 703130 703133 697515 0 -1 1077936192 11064 0 0 0 1186 6 0 0 20 0 20 0 140291609 19703095296 47410 134679101440 94309346373632 94309346377328 140722705109152 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94309346385144 94309346385936 94309365702656 140722705118189 140722705118279 140722705118279 140722705125320 0
[pid=703133/tid=703144] ppid=703130 vsize=19241304 memory=20403 CPUtime=0 cores=0,2
/proc/703133/task/703144/stat : 703144 (Finalizer) S 703130 703133 697515 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140291615 19703095296 47410 134679101440 94309346373632 94309346377328 140722705109152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94309346385144 94309346385936 94309365702656 140722705118189 140722705118279 140722705118279 140722705125320 0
[pid=703133/tid=703151] ppid=703130 vsize=19241304 memory=3904677357445185616 CPUtime=0 cores=0,2
/proc/703133/task/703151/stat : 703151 (Common-Cleaner) S 703130 703133 697515 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 140291616 19703095296 47410 134679101440 94309346373632 94309346377328 140722705109152 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94309346385144 94309346385936 94309365702656 140722705118189 140722705118279 140722705118279 140722705125320 0
Current children cumulated CPU time: 16.38 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 189640 KiB

Child status: 30

Real time (s): 12.2404
CPU time (s): 16.4119
CPU user time (s): 16.2801
CPU system time (s): 0.131835
CPU usage (%): 134.08
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 189640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.2801
system time used= 0.131835
maximum resident set size= 190676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32043
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= 1064
involuntary context switches= 477


# summary of solver processes directly reported to runsolver:
#   pid: 703133
#   total CPU time (s): 16.4119
#   total CPU user time (s): 16.2801
#   total CPU system time (s): 0.131835

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.050458 second user time and 0.118506 second system time

The end

Launcher Data

Begin job on nodeC007 at 2024-07-13 16:36:02
IDJOB=4424836
IDBENCH=143528
IDSOLVER=3037
FILE ID=nodeC007/4424836-1720881349
RUNJOBID= nodeC007-1720877762-699779
SLURM_JOB_ID= 7483755
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.1900670675--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4424836-1720881349/watcher-4424836-1720881349 -o /tmp/evaluation-result-4424836-1720881349/solver-4424836-1720881349 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1720877762-699779 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4424836-1720881349.wbo

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

MD5SUM BENCH= d9ce9dadf7577308886436a03b54d963
RANDOM SEED=1268205649

nodeC007.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		: 2402.555
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	: 6983.25
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		: 3657.750
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.30
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.140
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	: 6983.25
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.265
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.30
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		: 1197.216
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	: 6983.25
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		: 3520.031
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.30
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		: 3580.161
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	: 6983.25
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.231
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.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        114165972 kB
MemAvailable:   114067384 kB
Buffers:          322732 kB
Cached:           427952 kB
SwapCached:            0 kB
Active:           476556 kB
Inactive:       16482736 kB
Active(anon):       1460 kB
Inactive(anon): 16244868 kB
Active(file):     475096 kB
Inactive(file):   237868 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1776 kB
Writeback:             0 kB
AnonPages:      16208644 kB
Mapped:           121572 kB
Shmem:             37704 kB
KReclaimable:      56960 kB
Slab:             146612 kB
SReclaimable:      56960 kB
SUnreclaim:        89652 kB
KernelStack:        4832 kB
PageTables:        41500 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   21174776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            45696 kB
HardwareCorrupted:     0 kB
AnonHugePages:  15828992 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:      203592 kB
DirectMap2M:    11235328 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 723776 MiB
End job on nodeC007 at 2024-07-13 16:36:14