Trace number 4525316

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 13.3979 10.1909

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900573137--soft-66-100-0.wbo
MD5SUM0ed2b7bdafc8c8738b9b684f832049ad
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 benchmark13.3979
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 693
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.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.17	c See www.sat4j.org for details.
0.10/0.18	c version PB25.v20250606
0.10/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.21	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.21	c java.vm.version	22.0.1+8-16
0.10/0.21	c java.vm.vendor	Oracle Corporation
0.10/0.21	c sun.arch.data.model	64
0.10/0.21	c java.version		22.0.1
0.10/0.21	c os.name		Linux
0.10/0.21	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.10/0.21	c os.arch		amd64
0.10/0.22	c Free memory 		2104792832
0.10/0.22	c Max memory 		16282288128
0.10/0.22	c Total memory 		2113929216
0.10/0.22	c Number of processors 	2
0.24/0.26	c Pseudo Boolean Optimization by upper bound
0.24/0.26	c --- Begin Solver configuration ---
0.24/0.26	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.24/0.26	c Learn all clauses as in MiniSAT
0.24/0.26	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.26	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.26	c Expensive reason simplification
0.24/0.26	c Glucose 2.1 dynamic restart strategy
0.24/0.26	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.24/0.26	c timeout=2147483s
0.24/0.26	c DB Simplification allowed=false
0.24/0.26	c Listener: none
0.24/0.26	c --- End Solver configuration ---
0.24/0.26	c solving HOME/instance-4525316-1751623260.wbo
0.24/0.26	c reading problem ... 
0.41/0.40	c ... done. Wall clock time 0.136s.
0.41/0.40	c declared #vars     231
0.41/0.40	c internal #vars     1156
0.41/0.40	c #constraints  2708
0.41/0.40	c constraints type 
0.41/0.40	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 167
0.41/0.40	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 14
0.41/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 9
0.41/0.40	c org.sat4j.specs.Constr$1 => 1
0.41/0.40	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2517
0.41/0.40	c 2708 constraints processed.
0.41/0.41	c objective function length is 925 literals
0.58/0.47	c SATISFIABLE
0.58/0.47	c OPTIMIZING...
0.58/0.47	c Got one! Elapsed wall clock time (in seconds):0.212
0.58/0.47	o 281
1.12/0.74	c Got one! Elapsed wall clock time (in seconds):0.482
1.12/0.74	o 277
1.12/0.76	c Got one! Elapsed wall clock time (in seconds):0.501
1.12/0.76	o 276
1.32/0.80	c Got one! Elapsed wall clock time (in seconds):0.542
1.32/0.80	o 266
1.32/0.82	c Got one! Elapsed wall clock time (in seconds):0.561
1.32/0.82	o 237
1.32/0.85	c Got one! Elapsed wall clock time (in seconds):0.587
1.32/0.85	o 224
1.51/0.94	c Got one! Elapsed wall clock time (in seconds):0.682
1.51/0.94	o 218
1.51/0.95	c Got one! Elapsed wall clock time (in seconds):0.693
1.51/0.95	o 198
1.51/0.98	c Got one! Elapsed wall clock time (in seconds):0.715
1.51/0.98	o 194
1.51/0.99	c Got one! Elapsed wall clock time (in seconds):0.728
1.51/0.99	o 174
1.71/1.01	c Got one! Elapsed wall clock time (in seconds):0.752
1.71/1.01	o 173
1.71/1.04	c Got one! Elapsed wall clock time (in seconds):0.778
1.71/1.04	o 168
1.71/1.06	c Got one! Elapsed wall clock time (in seconds):0.795
1.71/1.06	o 159
1.71/1.08	c Got one! Elapsed wall clock time (in seconds):0.818
1.71/1.08	o 154
1.92/1.18	c Got one! Elapsed wall clock time (in seconds):0.918
1.92/1.18	o 151
2.30/1.36	c Got one! Elapsed wall clock time (in seconds):1.099
2.30/1.36	o 132
2.50/1.44	c Got one! Elapsed wall clock time (in seconds):1.179
2.50/1.44	o 130
2.70/1.52	c Got one! Elapsed wall clock time (in seconds):1.257
2.70/1.52	o 129
3.29/1.80	c cleaning 5252 clauses out of 10525 with flag 21468/10525
3.29/1.82	c Got one! Elapsed wall clock time (in seconds):1.559
3.29/1.82	o 127
3.49/1.90	c Got one! Elapsed wall clock time (in seconds):1.641
3.49/1.90	o 83
3.49/1.92	c Got one! Elapsed wall clock time (in seconds):1.662
3.49/1.92	o 74
3.49/1.94	c Got one! Elapsed wall clock time (in seconds):1.675
3.49/1.94	o 72
3.49/1.98	c Got one! Elapsed wall clock time (in seconds):1.721
3.49/1.98	o 64
3.69/2.01	c Got one! Elapsed wall clock time (in seconds):1.745
3.69/2.01	o 62
3.89/2.14	c Got one! Elapsed wall clock time (in seconds):1.881
3.89/2.14	o 57
3.89/2.18	c Got one! Elapsed wall clock time (in seconds):1.923
3.89/2.18	o 56
4.27/2.37	c cleaning 6582 clauses out of 13170 with flag 20240/18422
4.27/2.40	c Got one! Elapsed wall clock time (in seconds):2.134
4.27/2.40	o 55
4.38/2.40	c Got one! Elapsed wall clock time (in seconds):2.141
4.38/2.40	o 32
4.38/2.49	c Got one! Elapsed wall clock time (in seconds):2.232
4.38/2.49	o 31
4.74/2.69	c cleaning 6629 clauses out of 13269 with flag 32456/25103
4.85/2.75	c Got one! Elapsed wall clock time (in seconds):2.494
4.85/2.75	o 30
4.85/2.79	c Got one! Elapsed wall clock time (in seconds):2.529
4.85/2.79	o 27
4.99/2.85	c Got one! Elapsed wall clock time (in seconds):2.586
4.99/2.85	o 24
4.99/2.87	c Got one! Elapsed wall clock time (in seconds):2.611
4.99/2.87	o 18
5.17/2.96	c Got one! Elapsed wall clock time (in seconds):2.697
5.17/2.96	o 17
5.33/3.08	c cleaning 6941 clauses out of 13906 with flag 15613/32369
5.59/3.20	c Got one! Elapsed wall clock time (in seconds):2.938
5.59/3.20	o 15
5.69/3.35	c cleaning 6293 clauses out of 12596 with flag 27535/38000
5.99/3.60	c Got one! Elapsed wall clock time (in seconds):3.335
5.99/3.60	o 14
6.09/3.72	c Got one! Elapsed wall clock time (in seconds):3.456
6.09/3.72	o 12
6.30/3.90	c cleaning 8758 clauses out of 17532 with flag 29188/49229
6.40/4.05	c Got one! Elapsed wall clock time (in seconds):3.791
6.40/4.05	o 7
6.40/4.09	c Got one! Elapsed wall clock time (in seconds):3.825
6.40/4.09	o 6
6.60/4.26	c cleaning 7593 clauses out of 15191 with flag 28208/55646
6.99/4.61	c cleaning 6778 clauses out of 13597 with flag 85509/61645
7.39/5.08	c cleaning 6902 clauses out of 13818 with flag 151251/68644
8.09/5.73	c Got one! Elapsed wall clock time (in seconds):5.471
8.09/5.73	o 5
8.19/5.88	c cleaning 6038 clauses out of 12091 with flag 9365/73819
8.80/6.46	c cleaning 6020 clauses out of 12058 with flag 63352/79824
9.67/7.10	c cleaning 6512 clauses out of 13032 with flag 122325/86819
9.89/7.20	c Got one! Elapsed wall clock time (in seconds):6.944
9.89/7.20	o 4
10.09/7.47	c cleaning 5874 clauses out of 11769 with flag 29068/92068
10.49/7.81	c cleaning 5936 clauses out of 11896 with flag 70733/98069
10.70/8.05	c Got one! Elapsed wall clock time (in seconds):7.794
10.70/8.05	o 3
10.91/8.21	c cleaning 5784 clauses out of 11570 with flag 15736/103679
11.31/8.61	c cleaning 5880 clauses out of 11782 with flag 55865/109677
11.79/9.06	c cleaning 6448 clauses out of 12902 with flag 108380/116677
12.32/9.42	c Got one! Elapsed wall clock time (in seconds):9.16
12.32/9.42	o 2
12.32/9.50	c cleaning 5912 clauses out of 11843 with flag 6012/122067
12.42/9.59	c Got one! Elapsed wall clock time (in seconds):9.33
12.42/9.59	o 1
12.75/9.76	c cleaning 5848 clauses out of 11696 with flag 18091/127834
13.08/9.95	c cleaning 5923 clauses out of 11849 with flag 42910/133837
13.29/10.13	c starts		: 103
13.29/10.15	c conflicts		: 140219
13.29/10.16	c decisions		: 253643
13.29/10.16	c propagations		: 8409341
13.29/10.16	c inspects		: 102269374
13.29/10.16	c shortcuts		: 0
13.29/10.16	c learnt literals	: 18
13.29/10.16	c learnt binary clauses	: 120
13.29/10.16	c learnt ternary clauses	: 580
13.29/10.16	c learnt constraints	: 140200
13.29/10.16	c ignored constraints	: 0
13.29/10.16	c root simplifications	: 0
13.29/10.16	c removed literals (reason simplification)	: 732255
13.29/10.16	c reason swapping (by a shorter reason)	: 0
13.29/10.16	c Calls to reduceDB	: 20
13.29/10.16	c Number of update (reduction) of LBD	: 64978
13.29/10.16	c Imported unit clauses	: 0
13.29/10.16	c No decision after first conflict	: false
13.29/10.16	c number of reductions to clauses (during analyze)	: 0
13.29/10.16	c number of learned constraints concerned by reduction	: 0
13.29/10.16	c number of learning phase by resolution	: 0
13.29/10.16	c number of learning phase by cutting planes	: 0
13.29/10.16	c number of rounding to 1 operations	: 0
13.29/10.16	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
13.29/10.16	c number of reductions of the coefficients by power 2 	: 0
13.29/10.16	c number of right shift for reduction by power 2 	: 0
13.29/10.16	c number of reductions of the coefficients by GCD over coefficients 	: 0
13.29/10.16	c number of ending skipping 	: 0
13.29/10.16	c number of internal skipping 	: 0
13.29/10.16	c number of derivation steps 	: 0
13.29/10.16	c number of skipped derivation steps 	: 0
13.29/10.16	c number of remaining unassigned 	: 0
13.29/10.16	c number of remaining assigned 	: 0
13.29/10.17	c number of falsified literals weakened from reason	: 0
13.29/10.17	c number of falsified literals weakened from conflict	: 0
13.29/10.17	c time for arithmetic operations	: 0
13.29/10.17	c minimum degree of deleted constraints	: null
13.29/10.17	c maximum degree of deleted constraints	: null
13.29/10.17	c number of deleted constraints	: 0
13.29/10.17	c speed (assignments/second)	: 862408.0607117219
13.29/10.17	c non guided choices	: 5490
13.29/10.17	s OPTIMUM FOUND
13.29/10.17	c Found 44 solution(s)
13.29/10.17	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 
13.29/10.18	c objective function=1
13.29/10.18	c Total wall clock time (in seconds): 9.915

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=97723, runsolver pid=97720

[startup+0.100067 s]*
/proc/loadavg: 2.56 3.83 5.99 6/325 97741
/proc/meminfo: memFree=127932836/131382116 swapFree=33009904/33010684
[pid=97723] ppid=97720 vsize=18930384 memory=48320 CPUtime=0.1 cores=5,7
/proc/97723/stat : 97723 (java) S 97720 97723 97320 0 -1 4194304 5746 0 0 0 7 3 0 0 20 0 18 0 78005226 19384713216 12080 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
/proc/97723/statm: 4732596 12080 5316 1 0 546955 0
[pid=97723/tid=97725] ppid=97720 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/97723/task/97725/stat : 97725 (java) R 97720 97723 97320 0 -1 4194368 4639 0 0 0 5 2 0 0 20 0 18 0 78005227 19384713216 12080 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
[pid=97723/tid=97734] ppid=97720 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/97723/task/97734/stat : 97734 (Finalizer) S 97720 97723 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78005232 19384713216 12080 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
[pid=97723/tid=97741] ppid=97720 vsize=18930384 memory=60693105881846 CPUtime=0 cores=5,7
/proc/97723/task/97741/stat : 97741 (Common-Cleaner) S 97720 97723 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 78005232 19384713216 12080 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48320 KiB

[startup+0.221744 s]*
/proc/loadavg: 2.56 3.83 5.99 6/325 97741
/proc/meminfo: memFree=127893012/131382116 swapFree=33009904/33010684
[pid=97723] ppid=97720 vsize=18930384 memory=55552 CPUtime=0.24 cores=5,7
/proc/97723/stat : 97723 (java) S 97720 97723 97320 0 -1 4194304 6560 0 0 0 21 3 0 0 20 0 18 0 78005226 19384713216 13888 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
/proc/97723/statm: 4732596 13888 5348 1 0 547611 0
[pid=97723/tid=97725] ppid=97720 vsize=18930384 memory=4026794268 CPUtime=0.17 cores=5,7
/proc/97723/task/97725/stat : 97725 (java) R 97720 97723 97320 0 -1 4194368 5049 0 0 0 15 2 0 0 20 0 18 0 78005227 19384713216 13920 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
[pid=97723/tid=97734] ppid=97720 vsize=18930384 memory=14857 CPUtime=0 cores=5,7
/proc/97723/task/97734/stat : 97734 (Finalizer) S 97720 97723 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78005232 19384713216 13920 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
[pid=97723/tid=97741] ppid=97720 vsize=18930384 memory=59593594242043 CPUtime=0 cores=5,7
/proc/97723/task/97741/stat : 97741 (Common-Cleaner) S 97720 97723 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 78005232 19384713216 13920 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55552 KiB

[startup+0.313386 s]*
/proc/loadavg: 2.56 3.83 5.99 7/325 97741
/proc/meminfo: memFree=127884820/131382116 swapFree=33009904/33010684
[pid=97723] ppid=97720 vsize=18930384 memory=61220 CPUtime=0.41 cores=5,7
/proc/97723/stat : 97723 (java) S 97720 97723 97320 0 -1 4194304 6867 0 0 0 37 4 0 0 20 0 18 0 78005226 19384713216 15305 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
/proc/97723/statm: 4732596 15305 5412 1 0 547840 0
[pid=97723/tid=97725] ppid=97720 vsize=18930384 memory=-6000919507116451174 CPUtime=0.26 cores=5,7
/proc/97723/task/97725/stat : 97725 (java) R 97720 97723 97320 0 -1 4194368 5265 0 0 0 24 2 0 0 20 0 18 0 78005227 19384713216 15305 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
[pid=97723/tid=97734] ppid=97720 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/97723/task/97734/stat : 97734 (Finalizer) S 97720 97723 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78005232 19384713216 15305 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
[pid=97723/tid=97741] ppid=97720 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/97723/task/97741/stat : 97741 (Common-Cleaner) S 97720 97723 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 78005232 19384713216 15305 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61220 KiB

[startup+0.700316 s]
/proc/loadavg: 2.56 3.83 5.99 7/326 97742
/proc/meminfo: memFree=127868628/131382116 swapFree=33009904/33010684
[pid=97723] ppid=97720 vsize=18996948 memory=77324 CPUtime=1.12 cores=5,7
/proc/97723/stat : 97723 (java) S 97720 97723 97320 0 -1 4194304 9953 0 0 0 107 5 0 0 20 0 19 0 78005226 19452874752 19331 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
/proc/97723/statm: 4749237 19331 5444 1 0 549832 0
[pid=97723/tid=97725] ppid=97720 vsize=18996948 memory=18560 CPUtime=0.61 cores=5,7
/proc/97723/task/97725/stat : 97725 (java) R 97720 97723 97320 0 -1 4194368 5414 0 0 0 58 3 0 0 20 0 19 0 78005227 19452874752 19331 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
[pid=97723/tid=97734] ppid=97720 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/97723/task/97734/stat : 97734 (Finalizer) S 97720 97723 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78005232 19452874752 19331 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
[pid=97723/tid=97741] ppid=97720 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/97723/task/97741/stat : 97741 (Common-Cleaner) S 97720 97723 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78005232 19452874752 19331 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
[pid=97723/tid=97742] ppid=97720 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/97723/task/97742/stat : 97742 (Timer-0) S 97720 97723 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78005268 19452874752 19331 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 77324 KiB

[startup+1.50023 s]
/proc/loadavg: 2.56 3.83 5.99 6/326 97742
/proc/meminfo: memFree=127848276/131382116 swapFree=33009904/33010684
[pid=97723] ppid=97720 vsize=18996948 memory=96580 CPUtime=2.7 cores=5,7
/proc/97723/stat : 97723 (java) S 97720 97723 97320 0 -1 4194304 17999 0 0 0 264 6 0 0 20 0 19 0 78005226 19452874752 24145 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
/proc/97723/statm: 4749237 24145 5476 1 0 551960 0
[pid=97723/tid=97725] ppid=97720 vsize=18996948 memory=0 CPUtime=1.38 cores=5,7
/proc/97723/task/97725/stat : 97725 (java) R 97720 97723 97320 0 -1 4194368 5999 0 0 0 135 3 0 0 20 0 19 0 78005227 19452874752 24145 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
[pid=97723/tid=97734] ppid=97720 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/97723/task/97734/stat : 97734 (Finalizer) S 97720 97723 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78005232 19452874752 24145 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
[pid=97723/tid=97741] ppid=97720 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/97723/task/97741/stat : 97741 (Common-Cleaner) S 97720 97723 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78005232 19452874752 24145 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
[pid=97723/tid=97742] ppid=97720 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/97723/task/97742/stat : 97742 (Timer-0) S 97720 97723 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78005268 19452874752 24145 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
Current children cumulated CPU time: 2.7 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 96580 KiB

[startup+3.1054 s]
/proc/loadavg: 2.56 3.83 5.99 6/326 97742
/proc/meminfo: memFree=127804012/131382116 swapFree=33009904/33010684
[pid=97723] ppid=97720 vsize=18996948 memory=123708 CPUtime=5.44 cores=5,7
/proc/97723/stat : 97723 (java) S 97720 97723 97320 0 -1 4194304 22534 0 0 0 536 8 0 0 20 0 19 0 78005226 19452874752 30927 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
/proc/97723/statm: 4749237 30927 5476 1 0 553915 0
[pid=97723/tid=97725] ppid=97720 vsize=18996948 memory=11264 CPUtime=2.96 cores=5,7
/proc/97723/task/97725/stat : 97725 (java) R 97720 97723 97320 0 -1 4194368 6969 0 0 0 292 4 0 0 20 0 19 0 78005227 19452874752 30927 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
[pid=97723/tid=97734] ppid=97720 vsize=18996948 memory=-6000919507116451174 CPUtime=0 cores=5,7
/proc/97723/task/97734/stat : 97734 (Finalizer) S 97720 97723 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78005232 19452874752 30927 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
[pid=97723/tid=97741] ppid=97720 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/97723/task/97741/stat : 97741 (Common-Cleaner) S 97720 97723 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78005232 19452874752 30927 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
[pid=97723/tid=97742] ppid=97720 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/97723/task/97742/stat : 97742 (Timer-0) S 97720 97723 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78005268 19452874752 30927 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
Current children cumulated CPU time: 5.44 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 123708 KiB

[startup+6.30035 s]
/proc/loadavg: 2.68 3.83 5.98 5/326 97743
/proc/meminfo: memFree=127775804/131382116 swapFree=33009904/33010684
[pid=97723] ppid=97720 vsize=18996948 memory=138968 CPUtime=8.7 cores=5,7
/proc/97723/stat : 97723 (java) S 97720 97723 97320 0 -1 4194304 24398 0 0 0 861 9 0 0 20 0 19 0 78005226 19452874752 34742 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
/proc/97723/statm: 4749237 34742 5476 1 0 553932 0
[pid=97723/tid=97725] ppid=97720 vsize=18996948 memory=0 CPUtime=6.13 cores=5,7
/proc/97723/task/97725/stat : 97725 (java) R 97720 97723 97320 0 -1 4194368 7648 0 0 0 608 5 0 0 20 0 19 0 78005227 19452874752 34742 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
[pid=97723/tid=97734] ppid=97720 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/97723/task/97734/stat : 97734 (Finalizer) S 97720 97723 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78005232 19452874752 34742 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
[pid=97723/tid=97741] ppid=97720 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/97723/task/97741/stat : 97741 (Common-Cleaner) S 97720 97723 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78005232 19452874752 34742 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
[pid=97723/tid=97742] ppid=97720 vsize=18996948 memory=100436 CPUtime=0 cores=5,7
/proc/97723/task/97742/stat : 97742 (Timer-0) S 97720 97723 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78005268 19452874752 34742 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
Current children cumulated CPU time: 8.7 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 138968 KiB

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

# cumulated CPU time of all completed processes:  user=13.2652 s, system=0.13276 s

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

[startup+6.40043 s]
/proc/loadavg: 2.68 3.83 5.98 5/326 97743
/proc/meminfo: memFree=127775804/131382116 swapFree=33009904/33010684
[pid=97723] ppid=97720 vsize=18996948 memory=138968 CPUtime=8.8 cores=5,7
/proc/97723/stat : 97723 (java) S 97720 97723 97320 0 -1 4194304 24422 0 0 0 871 9 0 0 20 0 19 0 78005226 19452874752 34742 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
/proc/97723/statm: 4749237 34742 5476 1 0 553932 0
[pid=97723/tid=97725] ppid=97720 vsize=18996948 memory=14080 CPUtime=6.23 cores=5,7
/proc/97723/task/97725/stat : 97725 (java) R 97720 97723 97320 0 -1 4194368 7667 0 0 0 618 5 0 0 20 0 19 0 78005227 19452874752 34742 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
[pid=97723/tid=97734] ppid=97720 vsize=18996948 memory=18560 CPUtime=0 cores=5,7
/proc/97723/task/97734/stat : 97734 (Finalizer) S 97720 97723 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78005232 19452874752 34742 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
[pid=97723/tid=97741] ppid=97720 vsize=18996948 memory=-6000919507116451174 CPUtime=0 cores=5,7
/proc/97723/task/97741/stat : 97741 (Common-Cleaner) S 97720 97723 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78005232 19452874752 34742 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
[pid=97723/tid=97742] ppid=97720 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/97723/task/97742/stat : 97742 (Timer-0) S 97720 97723 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78005268 19452874752 34742 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
Current children cumulated CPU time: 8.8 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 138968 KiB

[startup+8.00033 s]*
/proc/loadavg: 2.68 3.83 5.98 7/326 97745
/proc/meminfo: memFree=127640636/131382116 swapFree=33009904/33010684
[pid=97723] ppid=97720 vsize=18996948 memory=148892 CPUtime=10.7 cores=5,7
/proc/97723/stat : 97723 (java) S 97720 97723 97320 0 -1 4194304 28746 0 0 0 1060 10 0 0 20 0 19 0 78005226 19452874752 37223 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
/proc/97723/statm: 4749237 37223 5476 1 0 554368 0
[pid=97723/tid=97725] ppid=97720 vsize=18996948 memory=-6000919507116451174 CPUtime=7.83 cores=5,7
/proc/97723/task/97725/stat : 97725 (java) R 97720 97723 97320 0 -1 4194368 8915 0 0 0 778 5 0 0 20 0 19 0 78005227 19452874752 37223 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
[pid=97723/tid=97734] ppid=97720 vsize=18996948 memory=395903 CPUtime=0 cores=5,7
/proc/97723/task/97734/stat : 97734 (Finalizer) S 97720 97723 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78005232 19452874752 37223 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
[pid=97723/tid=97741] ppid=97720 vsize=18996948 memory=5704 CPUtime=0 cores=5,7
/proc/97723/task/97741/stat : 97741 (Common-Cleaner) S 97720 97723 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78005232 19452874752 37223 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
[pid=97723/tid=97742] ppid=97720 vsize=18996948 memory=-6000919507116451174 CPUtime=0 cores=5,7
/proc/97723/task/97742/stat : 97742 (Timer-0) S 97720 97723 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78005268 19452874752 37223 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
Current children cumulated CPU time: 10.7 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 148892 KiB

[startup+8.80031 s]
/proc/loadavg: 2.68 3.83 5.98 7/326 97745
/proc/meminfo: memFree=127640636/131382116 swapFree=33009904/33010684
[pid=97723] ppid=97720 vsize=18996948 memory=153116 CPUtime=11.58 cores=5,7
/proc/97723/stat : 97723 (java) S 97720 97723 97320 0 -1 4194304 30621 0 0 0 1148 10 0 0 20 0 19 0 78005226 19452874752 38279 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
/proc/97723/statm: 4749237 38279 5476 1 0 554368 0
[pid=97723/tid=97725] ppid=97720 vsize=18996948 memory=21648 CPUtime=8.63 cores=5,7
/proc/97723/task/97725/stat : 97725 (java) R 97720 97723 97320 0 -1 4194368 9260 0 0 0 857 6 0 0 20 0 19 0 78005227 19452874752 38279 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
[pid=97723/tid=97734] ppid=97720 vsize=18996948 memory=-6000919507116451174 CPUtime=0 cores=5,7
/proc/97723/task/97734/stat : 97734 (Finalizer) S 97720 97723 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78005232 19452874752 38279 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
[pid=97723/tid=97741] ppid=97720 vsize=18996948 memory=18560 CPUtime=0 cores=5,7
/proc/97723/task/97741/stat : 97741 (Common-Cleaner) S 97720 97723 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78005232 19452874752 38279 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
[pid=97723/tid=97742] ppid=97720 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/97723/task/97742/stat : 97742 (Timer-0) S 97720 97723 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78005268 19452874752 38279 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
Current children cumulated CPU time: 11.58 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 153116 KiB

[startup+9.60032 s]
/proc/loadavg: 2.87 3.85 5.98 7/325 97808
/proc/meminfo: memFree=127731520/131382116 swapFree=33009904/33010684
[pid=97723] ppid=97720 vsize=18996948 memory=159260 CPUtime=12.55 cores=5,7
/proc/97723/stat : 97723 (java) S 97720 97723 97320 0 -1 4194304 31779 0 0 0 1244 11 0 0 20 0 19 0 78005226 19452874752 39815 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
/proc/97723/statm: 4749237 39815 5476 1 0 554368 0
[pid=97723/tid=97725] ppid=97720 vsize=18996948 memory=127932 CPUtime=9.42 cores=5,7
/proc/97723/task/97725/stat : 97725 (java) R 97720 97723 97320 0 -1 4194368 9734 0 0 0 936 6 0 0 20 0 19 0 78005227 19452874752 39815 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
[pid=97723/tid=97734] ppid=97720 vsize=18996948 memory=-6000919507116451174 CPUtime=0 cores=5,7
/proc/97723/task/97734/stat : 97734 (Finalizer) S 97720 97723 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78005232 19452874752 39815 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
[pid=97723/tid=97741] ppid=97720 vsize=18996948 memory=18560 CPUtime=0 cores=5,7
/proc/97723/task/97741/stat : 97741 (Common-Cleaner) S 97720 97723 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78005232 19452874752 39815 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
[pid=97723/tid=97742] ppid=97720 vsize=18996948 memory=-6000919507116451174 CPUtime=0 cores=5,7
/proc/97723/task/97742/stat : 97742 (Timer-0) S 97720 97723 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78005268 19452874752 39815 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
Current children cumulated CPU time: 12.55 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 159260 KiB

[startup+10.0003 s]*
/proc/loadavg: 2.87 3.85 5.98 6/326 97809
/proc/meminfo: memFree=127697744/131382116 swapFree=33009904/33010684
[pid=97723] ppid=97720 vsize=18996948 memory=161308 CPUtime=13.19 cores=5,7
/proc/97723/stat : 97723 (java) S 97720 97723 97320 0 -1 4194304 32698 0 0 0 1308 11 0 0 20 0 19 0 78005226 19452874752 40327 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
/proc/97723/statm: 4749237 40327 5476 1 0 554368 0
[pid=97723/tid=97725] ppid=97720 vsize=18996948 memory=-6000919481245984102 CPUtime=9.83 cores=5,7
/proc/97723/task/97725/stat : 97725 (java) R 97720 97723 97320 0 -1 4194368 9739 0 0 0 977 6 0 0 20 0 19 0 78005227 19452874752 40327 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
[pid=97723/tid=97734] ppid=97720 vsize=18996948 memory=6260 CPUtime=0 cores=5,7
/proc/97723/task/97734/stat : 97734 (Finalizer) S 97720 97723 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78005232 19452874752 40327 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
[pid=97723/tid=97741] ppid=97720 vsize=18996948 memory=155164 CPUtime=0 cores=5,7
/proc/97723/task/97741/stat : 97741 (Common-Cleaner) S 97720 97723 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78005232 19452874752 40327 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
[pid=97723/tid=97742] ppid=97720 vsize=18996948 memory=6132 CPUtime=0 cores=5,7
/proc/97723/task/97742/stat : 97742 (Timer-0) S 97720 97723 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78005268 19452874752 40327 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
Current children cumulated CPU time: 13.19 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 161308 KiB

[startup+10.113 s]
/proc/loadavg: 2.87 3.85 5.98 6/326 97809
/proc/meminfo: memFree=127697744/131382116 swapFree=33009904/33010684
[pid=97723] ppid=97720 vsize=19130076 memory=165784 CPUtime=13.29 cores=5,7
/proc/97723/stat : 97723 (java) S 97720 97723 97320 0 -1 4194304 34199 0 0 0 1318 11 0 0 20 0 19 0 78005226 19589197824 41446 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
/proc/97723/statm: 4782519 41446 5508 1 0 554954 0
[pid=97723/tid=97725] ppid=97720 vsize=19130076 memory=0 CPUtime=9.91 cores=5,7
/proc/97723/task/97725/stat : 97725 (java) S 97720 97723 97320 0 -1 4194368 10839 0 0 0 985 6 0 0 20 0 19 0 78005227 19589197824 41446 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
[pid=97723/tid=97734] ppid=97720 vsize=19130076 memory=3200 CPUtime=0 cores=5,7
/proc/97723/task/97734/stat : 97734 (Finalizer) S 97720 97723 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78005232 19589197824 41446 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
[pid=97723/tid=97741] ppid=97720 vsize=19130076 memory=100436 CPUtime=0 cores=5,7
/proc/97723/task/97741/stat : 97741 (Common-Cleaner) S 97720 97723 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78005232 19589197824 41446 18446744073709551615 94600618295296 94600618298992 140730653661920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94600618306808 94600618307600 94600649195520 140730653665663 140730653665764 140730653665764 140730653671368 0
Current children cumulated CPU time: 13.29 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 165784 KiB

Child status: 30

Real time (s): 10.1909
CPU time (s): 13.3979
CPU user time (s): 13.2652
CPU system time (s): 0.13276
CPU usage (%): 131.47
Max. virtual memory (cumulated for all children) (KiB): 19130076
Max. memory (cumulated for all children) (KiB): 165784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.2652
system time used= 0.13276
maximum resident set size= 168516
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34848
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= 1688
involuntary context switches= 941


# summary of solver processes directly reported to runsolver:
#   pid: 97723
#   total CPU time (s): 13.3979
#   total CPU user time (s): 13.2652
#   total CPU system time (s): 0.13276

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.050613 second user time and 0.153184 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-07-04 12:01:01
IDJOB=4525316
IDBENCH=143617
IDSOLVER=3380
FILE ID=nodeC004/4525316-1751623260
RUNJOBID= nodeC004-1751623235-97338
SLURM_JOB_ID= 9598942
Free space on /tmp= 431676 MiB

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

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

MD5SUM BENCH= 0ed2b7bdafc8c8738b9b684f832049ad
RANDOM SEED=269918913

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		: 3660.353
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		: 3661.659
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.779
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.692
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.427
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		: 3493.663
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		: 3656.891
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.212
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:        128024080 kB
MemAvailable:   128914804 kB
Buffers:            2128 kB
Cached:          1638836 kB
SwapCached:           32 kB
Active:          1642308 kB
Inactive:        1043856 kB
Active(anon):    1052396 kB
Inactive(anon):    10736 kB
Active(file):     589912 kB
Inactive(file):  1033120 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4156 kB
Writeback:             4 kB
AnonPages:       1048324 kB
Mapped:           123612 kB
Shmem:             17932 kB
KReclaimable:     214636 kB
Slab:             301892 kB
SReclaimable:     214636 kB
SUnreclaim:        87256 kB
KernelStack:        4992 kB
PageTables:         5748 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    7870164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150328 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:    856064 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

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