Trace number 4525262

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2025-06-06OPTIMUM 15.5972 12.097

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900574864--soft-66-100-0.wbo
MD5SUM936bb4ccf7340dd69afc792c197fd7dd
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 benchmark15.5972
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 constraints925
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 46664
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46663
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.10/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.18	c See www.sat4j.org for details.
0.10/0.20	c version PB25.v20250606
0.27/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.27/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.27/0.23	c java.vm.version	22.0.1+8-16
0.27/0.23	c java.vm.vendor	Oracle Corporation
0.27/0.23	c sun.arch.data.model	64
0.27/0.23	c java.version		22.0.1
0.27/0.23	c os.name		Linux
0.27/0.23	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.27/0.23	c os.arch		amd64
0.27/0.24	c Free memory 		2104792832
0.27/0.24	c Max memory 		16282288128
0.27/0.24	c Total memory 		2113929216
0.27/0.25	c Number of processors 	2
0.43/0.37	c Pseudo Boolean Optimization by upper bound
0.43/0.37	c --- Begin Solver configuration ---
0.43/0.37	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.43/0.37	c Learn all clauses as in MiniSAT
0.43/0.37	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.43/0.37	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.43/0.37	c Expensive reason simplification
0.43/0.37	c Glucose 2.1 dynamic restart strategy
0.43/0.37	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.43/0.37	c timeout=2147483s
0.43/0.37	c DB Simplification allowed=false
0.43/0.37	c Listener: none
0.43/0.37	c --- End Solver configuration ---
0.43/0.37	c solving HOME/instance-4525262-1751623235.wbo
0.43/0.37	c reading problem ... 
0.78/0.59	c ... done. Wall clock time 0.216s.
0.78/0.59	c declared #vars     231
0.78/0.59	c internal #vars     1156
0.78/0.59	c #constraints  2708
0.78/0.60	c constraints type 
0.78/0.60	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 167
0.78/0.60	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 14
0.78/0.60	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 9
0.78/0.60	c org.sat4j.specs.Constr$1 => 1
0.78/0.60	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2517
0.78/0.60	c 2708 constraints processed.
0.94/0.63	c objective function length is 925 literals
1.32/0.80	c SATISFIABLE
1.32/0.80	c OPTIMIZING...
1.32/0.80	c Got one! Elapsed wall clock time (in seconds):0.432
1.32/0.80	o 317
1.32/0.83	c Got one! Elapsed wall clock time (in seconds):0.458
1.32/0.83	o 247
1.32/0.86	c Got one! Elapsed wall clock time (in seconds):0.488
1.32/0.86	o 246
1.32/0.90	c Got one! Elapsed wall clock time (in seconds):0.525
1.32/0.90	o 233
1.51/0.92	c Got one! Elapsed wall clock time (in seconds):0.552
1.51/0.92	o 221
1.72/1.05	c Got one! Elapsed wall clock time (in seconds):0.684
1.72/1.05	o 220
1.72/1.08	c Got one! Elapsed wall clock time (in seconds):0.71
1.72/1.08	o 207
1.72/1.10	c Got one! Elapsed wall clock time (in seconds):0.727
1.72/1.10	o 204
1.91/1.11	c Got one! Elapsed wall clock time (in seconds):0.739
1.91/1.11	o 190
1.91/1.13	c Got one! Elapsed wall clock time (in seconds):0.759
1.91/1.13	o 188
1.91/1.14	c Got one! Elapsed wall clock time (in seconds):0.774
1.91/1.14	o 182
1.91/1.16	c Got one! Elapsed wall clock time (in seconds):0.789
1.91/1.16	o 181
1.91/1.19	c Got one! Elapsed wall clock time (in seconds):0.817
1.91/1.19	o 176
2.10/1.25	c Got one! Elapsed wall clock time (in seconds):0.881
2.10/1.25	o 152
2.29/1.36	c Got one! Elapsed wall clock time (in seconds):0.987
2.29/1.36	o 147
2.50/1.44	c Got one! Elapsed wall clock time (in seconds):1.065
2.50/1.44	o 138
2.70/1.54	c Got one! Elapsed wall clock time (in seconds):1.171
2.70/1.54	o 135
2.70/1.55	c Got one! Elapsed wall clock time (in seconds):1.184
2.70/1.55	o 133
2.70/1.60	c Got one! Elapsed wall clock time (in seconds):1.226
2.70/1.60	o 122
2.90/1.62	c Got one! Elapsed wall clock time (in seconds):1.246
2.90/1.62	o 121
2.90/1.66	c Got one! Elapsed wall clock time (in seconds):1.285
2.90/1.66	o 120
2.90/1.66	c Got one! Elapsed wall clock time (in seconds):1.293
2.90/1.66	o 94
2.90/1.67	c Got one! Elapsed wall clock time (in seconds):1.304
2.90/1.67	o 91
3.09/1.76	c Got one! Elapsed wall clock time (in seconds):1.387
3.09/1.76	o 84
3.09/1.77	c Got one! Elapsed wall clock time (in seconds):1.399
3.09/1.77	o 57
4.08/2.23	c cleaning 5503 clauses out of 11006 with flag 33499/11006
4.28/2.32	c Got one! Elapsed wall clock time (in seconds):1.95
4.28/2.32	o 52
4.28/2.33	c Got one! Elapsed wall clock time (in seconds):1.962
4.28/2.33	o 51
4.28/2.36	c Got one! Elapsed wall clock time (in seconds):1.987
4.28/2.36	o 50
4.28/2.38	c Got one! Elapsed wall clock time (in seconds):2.009
4.28/2.38	o 48
4.48/2.43	c Got one! Elapsed wall clock time (in seconds):2.061
4.48/2.43	o 45
4.48/2.48	c Got one! Elapsed wall clock time (in seconds):2.109
4.48/2.48	o 40
4.67/2.51	c Got one! Elapsed wall clock time (in seconds):2.136
4.67/2.51	o 27
4.67/2.52	c Got one! Elapsed wall clock time (in seconds):2.155
4.67/2.52	o 23
4.67/2.53	c Got one! Elapsed wall clock time (in seconds):2.162
4.67/2.53	o 19
4.82/2.63	c Got one! Elapsed wall clock time (in seconds):2.26
4.82/2.63	o 18
4.82/2.68	c Got one! Elapsed wall clock time (in seconds):2.314
4.82/2.68	o 16
5.11/2.89	c cleaning 7875 clauses out of 15751 with flag 23573/21254
5.65/3.26	c cleaning 6934 clauses out of 13873 with flag 70198/27251
6.28/3.72	c cleaning 6963 clauses out of 13941 with flag 132504/34253
6.38/3.80	c Got one! Elapsed wall clock time (in seconds):3.429
6.38/3.80	o 15
6.60/4.06	c cleaning 6139 clauses out of 12299 with flag 32570/39574
6.71/4.16	c Got one! Elapsed wall clock time (in seconds):3.789
6.71/4.16	o 13
7.02/4.41	c cleaning 5806 clauses out of 11620 with flag 30949/45034
7.45/4.85	c cleaning 5901 clauses out of 11814 with flag 82937/51035
8.29/5.45	c cleaning 6452 clauses out of 12912 with flag 141073/58034
8.59/5.73	c Got one! Elapsed wall clock time (in seconds):5.359
8.59/5.73	o 12
8.69/5.90	c cleaning 6034 clauses out of 12068 with flag 15257/63642
9.09/6.24	c Got one! Elapsed wall clock time (in seconds):5.867
9.09/6.24	o 9
9.19/6.32	c cleaning 5756 clauses out of 11544 with flag 6970/69152
9.73/6.75	c cleaning 5892 clauses out of 11787 with flag 55362/75152
10.34/7.37	c cleaning 6446 clauses out of 12898 with flag 109085/82155
10.64/7.66	c Got one! Elapsed wall clock time (in seconds):7.289
10.64/7.66	o 8
10.64/7.68	c Got one! Elapsed wall clock time (in seconds):7.313
10.64/7.68	o 7
10.74/7.73	c Got one! Elapsed wall clock time (in seconds):7.362
10.74/7.73	o 6
10.94/7.92	c cleaning 6468 clauses out of 12948 with flag 13677/88651
11.15/8.16	c Got one! Elapsed wall clock time (in seconds):7.786
11.15/8.16	o 5
11.43/8.35	c cleaning 5980 clauses out of 11968 with flag 17203/94139
11.92/8.81	c cleaning 5990 clauses out of 11988 with flag 56452/100139
12.42/9.38	c cleaning 6493 clauses out of 12999 with flag 107412/107140
12.52/9.45	c Got one! Elapsed wall clock time (in seconds):9.076
12.52/9.45	o 4
12.93/9.89	c cleaning 6214 clauses out of 12446 with flag 35052/113081
13.60/10.43	c cleaning 6108 clauses out of 12229 with flag 73917/119078
13.76/10.55	c Got one! Elapsed wall clock time (in seconds):10.185
13.76/10.55	o 3
14.15/10.85	c Got one! Elapsed wall clock time (in seconds):10.479
14.15/10.85	o 2
14.25/10.96	c cleaning 6120 clauses out of 12246 with flag 5999/125203
14.65/11.31	c Got one! Elapsed wall clock time (in seconds):10.942
14.65/11.31	o 1
14.75/11.42	c cleaning 5947 clauses out of 11907 with flag 8805/130984
15.05/11.72	c cleaning 5972 clauses out of 11959 with flag 37908/136983
15.38/11.96	c cleaning 6492 clauses out of 12983 with flag 70261/143983
15.49/12.04	c starts		: 251
15.49/12.04	c conflicts		: 146240
15.49/12.04	c decisions		: 273587
15.49/12.04	c propagations		: 8198778
15.49/12.05	c inspects		: 139069370
15.49/12.05	c shortcuts		: 0
15.49/12.05	c learnt literals	: 26
15.49/12.05	c learnt binary clauses	: 177
15.49/12.05	c learnt ternary clauses	: 711
15.49/12.05	c learnt constraints	: 146213
15.49/12.05	c ignored constraints	: 0
15.49/12.05	c root simplifications	: 0
15.49/12.05	c removed literals (reason simplification)	: 952123
15.49/12.05	c reason swapping (by a shorter reason)	: 0
15.49/12.05	c Calls to reduceDB	: 22
15.49/12.05	c Number of update (reduction) of LBD	: 75158
15.49/12.05	c Imported unit clauses	: 0
15.49/12.05	c No decision after first conflict	: false
15.49/12.05	c number of reductions to clauses (during analyze)	: 0
15.49/12.05	c number of learned constraints concerned by reduction	: 0
15.49/12.05	c number of learning phase by resolution	: 0
15.49/12.05	c number of learning phase by cutting planes	: 0
15.49/12.05	c number of rounding to 1 operations	: 0
15.49/12.05	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
15.49/12.05	c number of reductions of the coefficients by power 2 	: 0
15.49/12.05	c number of right shift for reduction by power 2 	: 0
15.49/12.05	c number of reductions of the coefficients by GCD over coefficients 	: 0
15.49/12.05	c number of ending skipping 	: 0
15.49/12.05	c number of internal skipping 	: 0
15.49/12.05	c number of derivation steps 	: 0
15.49/12.05	c number of skipped derivation steps 	: 0
15.49/12.05	c number of remaining unassigned 	: 0
15.49/12.05	c number of remaining assigned 	: 0
15.49/12.05	c number of falsified literals weakened from reason	: 0
15.49/12.05	c number of falsified literals weakened from conflict	: 0
15.49/12.05	c time for arithmetic operations	: 0
15.49/12.06	c minimum degree of deleted constraints	: null
15.49/12.06	c maximum degree of deleted constraints	: null
15.49/12.06	c number of deleted constraints	: 0
15.49/12.06	c speed (assignments/second)	: 718497.7653141705
15.49/12.06	c non guided choices	: 5939
15.49/12.06	s OPTIMUM FOUND
15.49/12.06	c Found 48 solution(s)
15.49/12.06	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 
15.49/12.06	c objective function=1
15.49/12.06	c Total wall clock time (in seconds): 11.694

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: 63837 MiB (63143 MiB free)
  memory of node 1: 64465 MiB (62787 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=97390, runsolver pid=97378

[startup+0.100072 s]*
/proc/loadavg: 0.97 3.67 6.00 11/320 97463
/proc/meminfo: memFree=128888820/131382116 swapFree=33009904/33010684
[pid=97390] ppid=97378 vsize=18930384 memory=46448 CPUtime=0.1 cores=4,6
/proc/97390/stat : 97390 (java) S 97378 97390 97320 0 -1 4194304 5661 0 12 0 6 4 0 0 20 0 18 0 78002673 19384713216 11612 18446744073709551615 94709234241536 94709234245232 140724180813840 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94709234253048 94709234253840 94709239308288 140724180818303 140724180818404 140724180818404 140724180824008 0
/proc/97390/statm: 4732596 11612 4947 1 0 546874 0
[pid=97390/tid=97398] ppid=97378 vsize=18930384 memory=4026532124 CPUtime=0.06 cores=4,6
/proc/97390/task/97398/stat : 97398 (java) R 97378 97390 97320 0 -1 4194368 4605 0 12 0 4 2 0 0 20 0 18 0 78002675 19384713216 11612 18446744073709551615 94709234241536 94709234245232 140724180813840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94709234253048 94709234253840 94709239308288 140724180818303 140724180818404 140724180818404 140724180824008 0
[pid=97390/tid=97432] ppid=97378 vsize=18930384 memory=14857 CPUtime=0 cores=4,6
/proc/97390/task/97432/stat : 97432 (Finalizer) S 97378 97390 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78002680 19384713216 11612 18446744073709551615 94709234241536 94709234245232 140724180813840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94709234253048 94709234253840 94709239308288 140724180818303 140724180818404 140724180818404 140724180824008 0
[pid=97390/tid=97455] ppid=97378 vsize=18930384 memory=59593594242043 CPUtime=0 cores=4,6
/proc/97390/task/97455/stat : 97455 (Common-Cleaner) S 97378 97390 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 78002681 19384713216 11612 18446744073709551615 94709234241536 94709234245232 140724180813840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94709234253048 94709234253840 94709239308288 140724180818303 140724180818404 140724180818404 140724180824008 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 46448 KiB

[startup+0.213908 s]*
/proc/loadavg: 0.97 3.67 6.00 10/320 97463
/proc/meminfo: memFree=128878928/131382116 swapFree=33009904/33010684
[pid=97390] ppid=97378 vsize=18930384 memory=51896 CPUtime=0.27 cores=4,6
/proc/97390/stat : 97390 (java) S 97378 97390 97320 0 -1 4194304 6164 0 12 0 23 4 0 0 20 0 18 0 78002673 19384713216 12974 18446744073709551615 94709234241536 94709234245232 140724180813840 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94709234253048 94709234253840 94709239308288 140724180818303 140724180818404 140724180818404 140724180824008 0
/proc/97390/statm: 4732596 12974 5331 1 0 547246 0
[pid=97390/tid=97398] ppid=97378 vsize=18930384 memory=4026794268 CPUtime=0.16 cores=4,6
/proc/97390/task/97398/stat : 97398 (java) R 97378 97390 97320 0 -1 4194368 4983 0 12 0 13 3 0 0 20 0 18 0 78002675 19384713216 12974 18446744073709551615 94709234241536 94709234245232 140724180813840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94709234253048 94709234253840 94709239308288 140724180818303 140724180818404 140724180818404 140724180824008 0
[pid=97390/tid=97432] ppid=97378 vsize=18930384 memory=14857 CPUtime=0 cores=4,6
/proc/97390/task/97432/stat : 97432 (Finalizer) S 97378 97390 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78002680 19384713216 12974 18446744073709551615 94709234241536 94709234245232 140724180813840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94709234253048 94709234253840 94709239308288 140724180818303 140724180818404 140724180818404 140724180824008 0
[pid=97390/tid=97455] ppid=97378 vsize=18930384 memory=59593594242043 CPUtime=0 cores=4,6
/proc/97390/task/97455/stat : 97455 (Common-Cleaner) S 97378 97390 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 78002681 19384713216 12974 18446744073709551615 94709234241536 94709234245232 140724180813840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94709234253048 94709234253840 94709239308288 140724180818303 140724180818404 140724180818404 140724180824008 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51896 KiB

[startup+0.313708 s]*
/proc/loadavg: 0.97 3.67 6.00 11/320 97463
/proc/meminfo: memFree=128855236/131382116 swapFree=33009904/33010684
[pid=97390] ppid=97378 vsize=18930384 memory=58104 CPUtime=0.43 cores=4,6
/proc/97390/stat : 97390 (java) S 97378 97390 97320 0 -1 4194304 6696 0 12 0 37 6 0 0 20 0 18 0 78002673 19384713216 14526 18446744073709551615 94709234241536 94709234245232 140724180813840 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94709234253048 94709234253840 94709239308288 140724180818303 140724180818404 140724180818404 140724180824008 0
/proc/97390/statm: 4732596 14526 5331 1 0 547716 0
[pid=97390/tid=97398] ppid=97378 vsize=18930384 memory=-6000919468378121574 CPUtime=0.25 cores=4,6
/proc/97390/task/97398/stat : 97398 (java) R 97378 97390 97320 0 -1 4194368 5147 0 12 0 21 4 0 0 20 0 18 0 78002675 19384713216 14526 18446744073709551615 94709234241536 94709234245232 140724180813840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94709234253048 94709234253840 94709239308288 140724180818303 140724180818404 140724180818404 140724180824008 0
[pid=97390/tid=97432] ppid=97378 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/97390/task/97432/stat : 97432 (Finalizer) S 97378 97390 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78002680 19384713216 14526 18446744073709551615 94709234241536 94709234245232 140724180813840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94709234253048 94709234253840 94709239308288 140724180818303 140724180818404 140724180818404 140724180824008 0
[pid=97390/tid=97455] ppid=97378 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/97390/task/97455/stat : 97455 (Common-Cleaner) S 97378 97390 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 78002681 19384713216 14526 18446744073709551615 94709234241536 94709234245232 140724180813840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94709234253048 94709234253840 94709239308288 140724180818303 140724180818404 140724180818404 140724180824008 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58104 KiB

[startup+0.700364 s]
/proc/loadavg: 0.97 3.67 6.00 13/321 97464
/proc/meminfo: memFree=128850640/131382116 swapFree=33009904/33010684
[pid=97390] ppid=97378 vsize=18996948 memory=72912 CPUtime=1.12 cores=4,6
/proc/97390/stat : 97390 (java) S 97378 97390 97320 0 -1 4194304 8688 0 12 0 104 8 0 0 20 0 19 0 78002673 19452874752 18228 18446744073709551615 94709234241536 94709234245232 140724180813840 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94709234253048 94709234253840 94709239308288 140724180818303 140724180818404 140724180818404 140724180824008 0
/proc/97390/statm: 4749237 18228 5427 1 0 549316 0
[pid=97390/tid=97398] ppid=97378 vsize=18996948 memory=18560 CPUtime=0.52 cores=4,6
/proc/97390/task/97398/stat : 97398 (java) R 97378 97390 97320 0 -1 4194368 5411 0 12 0 47 5 0 0 20 0 19 0 78002675 19452874752 18228 18446744073709551615 94709234241536 94709234245232 140724180813840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94709234253048 94709234253840 94709239308288 140724180818303 140724180818404 140724180818404 140724180824008 0
[pid=97390/tid=97432] ppid=97378 vsize=18996948 memory=11264 CPUtime=0 cores=4,6
/proc/97390/task/97432/stat : 97432 (Finalizer) S 97378 97390 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78002680 19452874752 18228 18446744073709551615 94709234241536 94709234245232 140724180813840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94709234253048 94709234253840 94709239308288 140724180818303 140724180818404 140724180818404 140724180824008 0
[pid=97390/tid=97455] ppid=97378 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/97390/task/97455/stat : 97455 (Common-Cleaner) S 97378 97390 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78002681 19452874752 18228 18446744073709551615 94709234241536 94709234245232 140724180813840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94709234253048 94709234253840 94709239308288 140724180818303 140724180818404 140724180818404 140724180824008 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 72912 KiB

[startup+1.50027 s]
/proc/loadavg: 0.97 3.67 6.00 10/324 97467
/proc/meminfo: memFree=128799288/131382116 swapFree=33009904/33010684
[pid=97390] ppid=97378 vsize=18996948 memory=92904 CPUtime=2.7 cores=4,6
/proc/97390/stat : 97390 (java) S 97378 97390 97320 0 -1 4194304 15782 0 12 0 259 11 0 0 20 0 19 0 78002673 19452874752 23226 18446744073709551615 94709234241536 94709234245232 140724180813840 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94709234253048 94709234253840 94709239308288 140724180818303 140724180818404 140724180818404 140724180824008 0
/proc/97390/statm: 4749237 23226 5459 1 0 551557 0
[pid=97390/tid=97398] ppid=97378 vsize=18996948 memory=3200 CPUtime=1.26 cores=4,6
/proc/97390/task/97398/stat : 97398 (java) R 97378 97390 97320 0 -1 4194368 6057 0 12 0 121 5 0 0 20 0 19 0 78002675 19452874752 23226 18446744073709551615 94709234241536 94709234245232 140724180813840 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94709234253048 94709234253840 94709239308288 140724180818303 140724180818404 140724180818404 140724180824008 0
[pid=97390/tid=97432] ppid=97378 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/97390/task/97432/stat : 97432 (Finalizer) S 97378 97390 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78002680 19452874752 23226 18446744073709551615 94709234241536 94709234245232 140724180813840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94709234253048 94709234253840 94709239308288 140724180818303 140724180818404 140724180818404 140724180824008 0
[pid=97390/tid=97455] ppid=97378 vsize=18996948 memory=11264 CPUtime=0 cores=4,6
/proc/97390/task/97455/stat : 97455 (Common-Cleaner) S 97378 97390 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78002681 19452874752 23226 18446744073709551615 94709234241536 94709234245232 140724180813840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94709234253048 94709234253840 94709239308288 140724180818303 140724180818404 140724180818404 140724180824008 0
[pid=97390/tid=97465] ppid=97378 vsize=18996948 memory=14080 CPUtime=0 cores=4,6
/proc/97390/task/97465/stat : 97465 (Timer-0) S 97378 97390 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78002738 19452874752 23226 18446744073709551615 94709234241536 94709234245232 140724180813840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94709234253048 94709234253840 94709239308288 140724180818303 140724180818404 140724180818404 140724180824008 0
Current children cumulated CPU time: 2.7 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 92904 KiB

[startup+3.10536 s]
/proc/loadavg: 0.97 3.67 6.00 7/324 97467
/proc/meminfo: memFree=128649748/131382116 swapFree=33009904/33010684
[pid=97390] ppid=97378 vsize=18996948 memory=119444 CPUtime=5.48 cores=4,6
/proc/97390/stat : 97390 (java) S 97378 97390 97320 0 -1 4194304 21296 0 12 0 535 13 0 0 20 0 19 0 78002673 19452874752 29861 18446744073709551615 94709234241536 94709234245232 140724180813840 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94709234253048 94709234253840 94709239308288 140724180818303 140724180818404 140724180818404 140724180824008 0
/proc/97390/statm: 4749237 29861 5459 1 0 553912 0
[pid=97390/tid=97398] ppid=97378 vsize=18996948 memory=14080 CPUtime=2.82 cores=4,6
/proc/97390/task/97398/stat : 97398 (java) R 97378 97390 97320 0 -1 4194368 7292 0 12 0 276 6 0 0 20 0 19 0 78002675 19452874752 29861 18446744073709551615 94709234241536 94709234245232 140724180813840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94709234253048 94709234253840 94709239308288 140724180818303 140724180818404 140724180818404 140724180824008 0
[pid=97390/tid=97432] ppid=97378 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/97390/task/97432/stat : 97432 (Finalizer) S 97378 97390 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78002680 19452874752 29861 18446744073709551615 94709234241536 94709234245232 140724180813840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94709234253048 94709234253840 94709239308288 140724180818303 140724180818404 140724180818404 140724180824008 0
[pid=97390/tid=97455] ppid=97378 vsize=18996948 memory=11264 CPUtime=0 cores=4,6
/proc/97390/task/97455/stat : 97455 (Common-Cleaner) S 97378 97390 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78002681 19452874752 29861 18446744073709551615 94709234241536 94709234245232 140724180813840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94709234253048 94709234253840 94709239308288 140724180818303 140724180818404 140724180818404 140724180824008 0
[pid=97390/tid=97465] ppid=97378 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/97390/task/97465/stat : 97465 (Timer-0) S 97378 97390 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78002738 19452874752 29861 18446744073709551615 94709234241536 94709234245232 140724180813840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94709234253048 94709234253840 94709239308288 140724180818303 140724180818404 140724180818404 140724180824008 0
Current children cumulated CPU time: 5.48 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 119444 KiB

[startup+6.30038 s]
/proc/loadavg: 1.21 3.68 5.99 9/325 97468
/proc/meminfo: memFree=128468012/131382116 swapFree=33009904/33010684
[pid=97390] ppid=97378 vsize=18996948 memory=133004 CPUtime=9.19 cores=4,6
/proc/97390/stat : 97390 (java) S 97378 97390 97320 0 -1 4194304 25849 0 12 0 905 14 0 0 20 0 19 0 78002673 19452874752 33251 18446744073709551615 94709234241536 94709234245232 140724180813840 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94709234253048 94709234253840 94709239308288 140724180818303 140724180818404 140724180818404 140724180824008 0
/proc/97390/statm: 4749237 33251 5459 1 0 553916 0
[pid=97390/tid=97398] ppid=97378 vsize=18996948 memory=0 CPUtime=6.01 cores=4,6
/proc/97390/task/97398/stat : 97398 (java) R 97378 97390 97320 0 -1 4194368 8503 0 12 0 594 7 0 0 20 0 19 0 78002675 19452874752 33251 18446744073709551615 94709234241536 94709234245232 140724180813840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94709234253048 94709234253840 94709239308288 140724180818303 140724180818404 140724180818404 140724180824008 0
[pid=97390/tid=97432] ppid=97378 vsize=18996948 memory=11264 CPUtime=0 cores=4,6
/proc/97390/task/97432/stat : 97432 (Finalizer) S 97378 97390 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78002680 19452874752 33251 18446744073709551615 94709234241536 94709234245232 140724180813840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94709234253048 94709234253840 94709239308288 140724180818303 140724180818404 140724180818404 140724180824008 0
[pid=97390/tid=97455] ppid=97378 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/97390/task/97455/stat : 97455 (Common-Cleaner) S 97378 97390 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78002681 19452874752 33251 18446744073709551615 94709234241536 94709234245232 140724180813840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94709234253048 94709234253840 94709239308288 140724180818303 140724180818404 140724180818404 140724180824008 0
[pid=97390/tid=97465] ppid=97378 vsize=18996948 memory=94964 CPUtime=0 cores=4,6
/proc/97390/task/97465/stat : 97465 (Timer-0) S 97378 97390 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78002738 19452874752 33251 18446744073709551615 94709234241536 94709234245232 140724180813840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94709234253048 94709234253840 94709239308288 140724180818303 140724180818404 140724180818404 140724180824008 0
Current children cumulated CPU time: 9.19 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 133004 KiB

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

# cumulated CPU time of all completed processes:  user=15.4197 s, system=0.177504 s

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

[startup+6.40043 s]
/proc/loadavg: 1.21 3.68 5.99 9/325 97468
/proc/meminfo: memFree=128468012/131382116 swapFree=33009904/33010684
[pid=97390] ppid=97378 vsize=18996948 memory=133004 CPUtime=9.35 cores=4,6
/proc/97390/stat : 97390 (java) S 97378 97390 97320 0 -1 4194304 26852 0 12 0 920 15 0 0 20 0 19 0 78002673 19452874752 33251 18446744073709551615 94709234241536 94709234245232 140724180813840 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94709234253048 94709234253840 94709239308288 140724180818303 140724180818404 140724180818404 140724180824008 0
/proc/97390/statm: 4749237 33251 5459 1 0 553916 0
[pid=97390/tid=97398] ppid=97378 vsize=18996948 memory=-6000919472673088870 CPUtime=6.11 cores=4,6
/proc/97390/task/97398/stat : 97398 (java) R 97378 97390 97320 0 -1 4194368 8550 0 12 0 604 7 0 0 20 0 19 0 78002675 19452874752 33251 18446744073709551615 94709234241536 94709234245232 140724180813840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94709234253048 94709234253840 94709239308288 140724180818303 140724180818404 140724180818404 140724180824008 0
[pid=97390/tid=97432] ppid=97378 vsize=18996948 memory=14080 CPUtime=0 cores=4,6
/proc/97390/task/97432/stat : 97432 (Finalizer) S 97378 97390 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78002680 19452874752 33251 18446744073709551615 94709234241536 94709234245232 140724180813840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94709234253048 94709234253840 94709239308288 140724180818303 140724180818404 140724180818404 140724180824008 0
[pid=97390/tid=97455] ppid=97378 vsize=18996948 memory=18560 CPUtime=0 cores=4,6
/proc/97390/task/97455/stat : 97455 (Common-Cleaner) S 97378 97390 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78002681 19452874752 33251 18446744073709551615 94709234241536 94709234245232 140724180813840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94709234253048 94709234253840 94709239308288 140724180818303 140724180818404 140724180818404 140724180824008 0
[pid=97390/tid=97465] ppid=97378 vsize=18996948 memory=11264 CPUtime=0 cores=4,6
/proc/97390/task/97465/stat : 97465 (Timer-0) S 97378 97390 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78002738 19452874752 33251 18446744073709551615 94709234241536 94709234245232 140724180813840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94709234253048 94709234253840 94709239308288 140724180818303 140724180818404 140724180818404 140724180824008 0
Current children cumulated CPU time: 9.35 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 133004 KiB

[startup+9.60039 s]
/proc/loadavg: 1.21 3.68 5.99 7/325 97468
/proc/meminfo: memFree=128344880/131382116 swapFree=33009904/33010684
[pid=97390] ppid=97378 vsize=18996948 memory=149388 CPUtime=12.72 cores=4,6
/proc/97390/stat : 97390 (java) S 97378 97390 97320 0 -1 4194304 29534 0 12 0 1257 15 0 0 20 0 19 0 78002673 19452874752 37347 18446744073709551615 94709234241536 94709234245232 140724180813840 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94709234253048 94709234253840 94709239308288 140724180818303 140724180818404 140724180818404 140724180824008 0
/proc/97390/statm: 4749237 37347 5459 1 0 553916 0
[pid=97390/tid=97398] ppid=97378 vsize=18996948 memory=123668 CPUtime=9.3 cores=4,6
/proc/97390/task/97398/stat : 97398 (java) R 97378 97390 97320 0 -1 4194368 9245 0 12 0 922 8 0 0 20 0 19 0 78002675 19452874752 37347 18446744073709551615 94709234241536 94709234245232 140724180813840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94709234253048 94709234253840 94709239308288 140724180818303 140724180818404 140724180818404 140724180824008 0
[pid=97390/tid=97432] ppid=97378 vsize=18996948 memory=-6000919472673088870 CPUtime=0 cores=4,6
/proc/97390/task/97432/stat : 97432 (Finalizer) S 97378 97390 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78002680 19452874752 37347 18446744073709551615 94709234241536 94709234245232 140724180813840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94709234253048 94709234253840 94709239308288 140724180818303 140724180818404 140724180818404 140724180824008 0
[pid=97390/tid=97455] ppid=97378 vsize=18996948 memory=2884 CPUtime=0 cores=4,6
/proc/97390/task/97455/stat : 97455 (Common-Cleaner) S 97378 97390 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78002681 19452874752 37347 18446744073709551615 94709234241536 94709234245232 140724180813840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94709234253048 94709234253840 94709239308288 140724180818303 140724180818404 140724180818404 140724180824008 0
[pid=97390/tid=97465] ppid=97378 vsize=18996948 memory=21648 CPUtime=0 cores=4,6
/proc/97390/task/97465/stat : 97465 (Timer-0) S 97378 97390 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78002738 19452874752 37347 18446744073709551615 94709234241536 94709234245232 140724180813840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94709234253048 94709234253840 94709239308288 140724180818303 140724180818404 140724180818404 140724180824008 0
Current children cumulated CPU time: 12.72 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 149388 KiB

[startup+11.2005 s]
/proc/loadavg: 1.51 3.70 5.99 7/326 97469
/proc/meminfo: memFree=128230192/131382116 swapFree=33009904/33010684
[pid=97390] ppid=97378 vsize=18996948 memory=157708 CPUtime=14.55 cores=4,6
/proc/97390/stat : 97390 (java) S 97378 97390 97320 0 -1 4194304 31054 0 12 0 1439 16 0 0 20 0 19 0 78002673 19452874752 39427 18446744073709551615 94709234241536 94709234245232 140724180813840 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94709234253048 94709234253840 94709239308288 140724180818303 140724180818404 140724180818404 140724180824008 0
/proc/97390/statm: 4749237 39427 5459 1 0 553916 0
[pid=97390/tid=97398] ppid=97378 vsize=18996948 memory=-6000919472673088870 CPUtime=10.89 cores=4,6
/proc/97390/task/97398/stat : 97398 (java) R 97378 97390 97320 0 -1 4194368 9662 0 12 0 1081 8 0 0 20 0 19 0 78002675 19452874752 39427 18446744073709551615 94709234241536 94709234245232 140724180813840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94709234253048 94709234253840 94709239308288 140724180818303 140724180818404 140724180818404 140724180824008 0
[pid=97390/tid=97432] ppid=97378 vsize=18996948 memory=4764 CPUtime=0 cores=4,6
/proc/97390/task/97432/stat : 97432 (Finalizer) S 97378 97390 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78002680 19452874752 39427 18446744073709551615 94709234241536 94709234245232 140724180813840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94709234253048 94709234253840 94709239308288 140724180818303 140724180818404 140724180818404 140724180824008 0
[pid=97390/tid=97455] ppid=97378 vsize=18996948 memory=2884 CPUtime=0 cores=4,6
/proc/97390/task/97455/stat : 97455 (Common-Cleaner) S 97378 97390 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78002681 19452874752 39427 18446744073709551615 94709234241536 94709234245232 140724180813840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94709234253048 94709234253840 94709239308288 140724180818303 140724180818404 140724180818404 140724180824008 0
[pid=97390/tid=97465] ppid=97378 vsize=18996948 memory=21648 CPUtime=0 cores=4,6
/proc/97390/task/97465/stat : 97465 (Timer-0) S 97378 97390 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78002738 19452874752 39427 18446744073709551615 94709234241536 94709234245232 140724180813840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94709234253048 94709234253840 94709239308288 140724180818303 140724180818404 140724180818404 140724180824008 0
Current children cumulated CPU time: 14.55 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 157708 KiB

[startup+11.6004 s]
/proc/loadavg: 1.51 3.70 5.99 7/326 97469
/proc/meminfo: memFree=128230192/131382116 swapFree=33009904/33010684
[pid=97390] ppid=97378 vsize=18996948 memory=159756 CPUtime=14.95 cores=4,6
/proc/97390/stat : 97390 (java) S 97378 97390 97320 0 -1 4194304 31070 0 12 0 1479 16 0 0 20 0 19 0 78002673 19452874752 39939 18446744073709551615 94709234241536 94709234245232 140724180813840 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94709234253048 94709234253840 94709239308288 140724180818303 140724180818404 140724180818404 140724180824008 0
/proc/97390/statm: 4749237 39939 5459 1 0 553916 0
[pid=97390/tid=97398] ppid=97378 vsize=18996948 memory=3198 CPUtime=11.29 cores=4,6
/proc/97390/task/97398/stat : 97398 (java) R 97378 97390 97320 0 -1 4194368 9671 0 12 0 1121 8 0 0 20 0 19 0 78002675 19452874752 39939 18446744073709551615 94709234241536 94709234245232 140724180813840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94709234253048 94709234253840 94709239308288 140724180818303 140724180818404 140724180818404 140724180824008 0
[pid=97390/tid=97432] ppid=97378 vsize=18996948 memory=-6000919472673088870 CPUtime=0 cores=4,6
/proc/97390/task/97432/stat : 97432 (Finalizer) S 97378 97390 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78002680 19452874752 39939 18446744073709551615 94709234241536 94709234245232 140724180813840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94709234253048 94709234253840 94709239308288 140724180818303 140724180818404 140724180818404 140724180824008 0
[pid=97390/tid=97455] ppid=97378 vsize=18996948 memory=4764 CPUtime=0 cores=4,6
/proc/97390/task/97455/stat : 97455 (Common-Cleaner) S 97378 97390 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78002681 19452874752 39939 18446744073709551615 94709234241536 94709234245232 140724180813840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94709234253048 94709234253840 94709239308288 140724180818303 140724180818404 140724180818404 140724180824008 0
[pid=97390/tid=97465] ppid=97378 vsize=18996948 memory=2884 CPUtime=0 cores=4,6
/proc/97390/task/97465/stat : 97465 (Timer-0) S 97378 97390 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78002738 19452874752 39939 18446744073709551615 94709234241536 94709234245232 140724180813840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94709234253048 94709234253840 94709239308288 140724180818303 140724180818404 140724180818404 140724180824008 0
Current children cumulated CPU time: 14.95 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 159756 KiB

[startup+12.0004 s]*
/proc/loadavg: 1.51 3.70 5.99 5/304 97480
/proc/meminfo: memFree=128356308/131382116 swapFree=33009904/33010684
[pid=97390] ppid=97378 vsize=18996948 memory=163852 CPUtime=15.49 cores=4,6
/proc/97390/stat : 97390 (java) S 97378 97390 97320 0 -1 4194304 31212 0 12 0 1533 16 0 0 20 0 19 0 78002673 19452874752 40963 18446744073709551615 94709234241536 94709234245232 140724180813840 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94709234253048 94709234253840 94709239308288 140724180818303 140724180818404 140724180818404 140724180824008 0
/proc/97390/statm: 4749237 40963 5459 1 0 553916 0
[pid=97390/tid=97398] ppid=97378 vsize=18996948 memory=-6000919472740197734 CPUtime=11.7 cores=4,6
/proc/97390/task/97398/stat : 97398 (java) R 97378 97390 97320 0 -1 4194368 9695 0 12 0 1162 8 0 0 20 0 19 0 78002675 19452874752 40963 18446744073709551615 94709234241536 94709234245232 140724180813840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94709234253048 94709234253840 94709239308288 140724180818303 140724180818404 140724180818404 140724180824008 0
[pid=97390/tid=97432] ppid=97378 vsize=18996948 memory=-9123011406873178988 CPUtime=0 cores=4,6
/proc/97390/task/97432/stat : 97432 (Finalizer) S 97378 97390 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78002680 19452874752 40963 18446744073709551615 94709234241536 94709234245232 140724180813840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94709234253048 94709234253840 94709239308288 140724180818303 140724180818404 140724180818404 140724180824008 0
[pid=97390/tid=97455] ppid=97378 vsize=18996948 memory=6944656591801719708 CPUtime=0 cores=4,6
/proc/97390/task/97455/stat : 97455 (Common-Cleaner) S 97378 97390 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78002681 19452874752 40963 18446744073709551615 94709234241536 94709234245232 140724180813840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94709234253048 94709234253840 94709239308288 140724180818303 140724180818404 140724180818404 140724180824008 0
[pid=97390/tid=97465] ppid=97378 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/97390/task/97465/stat : 97465 (Timer-0) S 97378 97390 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78002738 19452874752 40963 18446744073709551615 94709234241536 94709234245232 140724180813840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94709234253048 94709234253840 94709239308288 140724180818303 140724180818404 140724180818404 140724180824008 0
Current children cumulated CPU time: 15.49 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 163852 KiB

Child status: 30

Real time (s): 12.097
CPU time (s): 15.5972
CPU user time (s): 15.4197
CPU system time (s): 0.177504
CPU usage (%): 128.934
Max. virtual memory (cumulated for all children) (KiB): 18996948
Max. memory (cumulated for all children) (KiB): 163852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.4197
system time used= 0.177504
maximum resident set size= 168784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33119
page faults= 12
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1975
involuntary context switches= 1276


# summary of solver processes directly reported to runsolver:
#   pid: 97390
#   total CPU time (s): 15.5972
#   total CPU user time (s): 15.4197
#   total CPU system time (s): 0.177504

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.096955 second user time and 0.177746 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-07-04 12:00:35
IDJOB=4525262
IDBENCH=143542
IDSOLVER=3380
FILE ID=nodeC004/4525262-1751623235
RUNJOBID= nodeC004-1751623235-97336
SLURM_JOB_ID= 9598942
Free space on /tmp= 431680 MiB

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

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

MD5SUM BENCH= 936bb4ccf7340dd69afc792c197fd7dd
RANDOM SEED=431240398

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.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 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        128958280 kB
MemAvailable:   129847964 kB
Buffers:            2128 kB
Cached:          1637832 kB
SwapCached:           32 kB
Active:           664596 kB
Inactive:        1042872 kB
Active(anon):      74704 kB
Inactive(anon):    10736 kB
Active(file):     589892 kB
Inactive(file):  1032136 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3240 kB
Writeback:             0 kB
AnonPages:         70588 kB
Mapped:           103168 kB
Shmem:             17932 kB
KReclaimable:     214568 kB
Slab:             301216 kB
SReclaimable:     214568 kB
SUnreclaim:        86648 kB
KernelStack:        3716 kB
PageTables:         2408 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     340244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149256 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

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