Trace number 4525334

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 19.294 15.8006

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900568186--soft-66-100-0.wbo
MD5SUMf9b0380a3863c794c987894acac8a024
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark13
Best CPU time to get the best result obtained on this benchmark19.294
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 constraints927
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 45360
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 45359
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 721
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB25.v20250606
0.00/0.11	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.11	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.11	c java.vm.version	22.0.1+8-16
0.00/0.11	c java.vm.vendor	Oracle Corporation
0.00/0.11	c sun.arch.data.model	64
0.00/0.11	c java.version		22.0.1
0.00/0.11	c os.name		Linux
0.00/0.11	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.11	c os.arch		amd64
0.00/0.11	c Free memory 		2106806208
0.00/0.11	c Max memory 		16282288128
0.00/0.11	c Total memory 		2113929216
0.15/0.12	c Number of processors 	2
0.15/0.19	c Pseudo Boolean Optimization by upper bound
0.15/0.19	c --- Begin Solver configuration ---
0.15/0.19	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.15/0.19	c Learn all clauses as in MiniSAT
0.15/0.19	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.15/0.19	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.15/0.19	c Expensive reason simplification
0.15/0.19	c Glucose 2.1 dynamic restart strategy
0.15/0.19	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.15/0.19	c timeout=2147483s
0.15/0.19	c DB Simplification allowed=false
0.15/0.19	c Listener: none
0.15/0.19	c --- End Solver configuration ---
0.15/0.19	c solving HOME/instance-4525334-1751623271.wbo
0.15/0.19	c reading problem ... 
0.51/0.38	c ... done. Wall clock time 0.183s.
0.51/0.38	c declared #vars     231
0.51/0.38	c internal #vars     1158
0.51/0.38	c #constraints  2708
0.51/0.38	c constraints type 
0.51/0.39	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 156
0.51/0.39	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 14
0.51/0.39	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 9
0.51/0.39	c org.sat4j.specs.Constr$1 => 1
0.51/0.39	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2528
0.51/0.39	c 2708 constraints processed.
0.66/0.43	c objective function length is 927 literals
0.84/0.56	c SATISFIABLE
0.84/0.56	c OPTIMIZING...
0.84/0.56	c Got one! Elapsed wall clock time (in seconds):0.372
0.84/0.56	o 494
1.00/0.62	c Got one! Elapsed wall clock time (in seconds):0.434
1.00/0.62	o 482
1.00/0.64	c Got one! Elapsed wall clock time (in seconds):0.457
1.00/0.64	o 447
1.18/0.75	c Got one! Elapsed wall clock time (in seconds):0.565
1.18/0.75	o 438
1.38/0.82	c Got one! Elapsed wall clock time (in seconds):0.633
1.38/0.82	o 425
1.38/0.83	c Got one! Elapsed wall clock time (in seconds):0.647
1.38/0.83	o 411
1.38/0.87	c Got one! Elapsed wall clock time (in seconds):0.678
1.38/0.87	o 406
1.38/0.89	c Got one! Elapsed wall clock time (in seconds):0.705
1.38/0.89	o 400
1.57/0.91	c Got one! Elapsed wall clock time (in seconds):0.721
1.57/0.91	o 398
1.57/0.92	c Got one! Elapsed wall clock time (in seconds):0.734
1.57/0.92	o 393
1.57/0.93	c Got one! Elapsed wall clock time (in seconds):0.745
1.57/0.93	o 375
1.57/0.94	c Got one! Elapsed wall clock time (in seconds):0.753
1.57/0.94	o 353
1.57/0.96	c Got one! Elapsed wall clock time (in seconds):0.77
1.57/0.96	o 329
1.57/0.97	c Got one! Elapsed wall clock time (in seconds):0.783
1.57/0.97	o 327
1.57/0.98	c Got one! Elapsed wall clock time (in seconds):0.794
1.57/0.98	o 312
1.57/1.00	c Got one! Elapsed wall clock time (in seconds):0.808
1.57/1.00	o 302
1.78/1.02	c Got one! Elapsed wall clock time (in seconds):0.836
1.78/1.02	o 300
1.78/1.03	c Got one! Elapsed wall clock time (in seconds):0.844
1.78/1.03	o 275
1.78/1.05	c Got one! Elapsed wall clock time (in seconds):0.86
1.78/1.05	o 250
1.98/1.13	c Got one! Elapsed wall clock time (in seconds):0.947
1.98/1.13	o 249
1.98/1.18	c Got one! Elapsed wall clock time (in seconds):0.994
1.98/1.18	o 242
2.15/1.20	c Got one! Elapsed wall clock time (in seconds):1.014
2.15/1.20	o 241
2.15/1.22	c Got one! Elapsed wall clock time (in seconds):1.03
2.15/1.22	o 236
2.15/1.23	c Got one! Elapsed wall clock time (in seconds):1.046
2.15/1.23	o 235
2.34/1.32	c Got one! Elapsed wall clock time (in seconds):1.131
2.34/1.32	o 201
2.69/1.68	c cleaning 4925 clauses out of 9850 with flag 29481/9850
2.82/1.73	c Got one! Elapsed wall clock time (in seconds):1.546
2.82/1.73	o 191
3.00/1.85	c Got one! Elapsed wall clock time (in seconds):1.667
3.00/1.85	o 190
3.00/1.86	c Got one! Elapsed wall clock time (in seconds):1.674
3.00/1.86	o 185
3.00/1.87	c Got one! Elapsed wall clock time (in seconds):1.684
3.00/1.87	o 184
3.00/1.88	c Got one! Elapsed wall clock time (in seconds):1.694
3.00/1.88	o 182
3.14/1.90	c Got one! Elapsed wall clock time (in seconds):1.711
3.14/1.90	o 165
3.24/2.05	c Got one! Elapsed wall clock time (in seconds):1.866
3.24/2.05	o 163
3.42/2.11	c Got one! Elapsed wall clock time (in seconds):1.926
3.42/2.11	o 157
3.55/2.29	c cleaning 6524 clauses out of 13055 with flag 18641/17980
3.69/2.35	c Got one! Elapsed wall clock time (in seconds):2.168
3.69/2.35	o 154
4.09/2.55	c Got one! Elapsed wall clock time (in seconds):2.361
4.09/2.55	o 149
4.28/2.68	c cleaning 6263 clauses out of 12542 with flag 19260/23991
4.42/2.72	c Got one! Elapsed wall clock time (in seconds):2.533
4.42/2.72	o 120
4.42/2.74	c Got one! Elapsed wall clock time (in seconds):2.556
4.42/2.74	o 117
4.42/2.77	c Got one! Elapsed wall clock time (in seconds):2.586
4.42/2.77	o 115
4.62/2.81	c Got one! Elapsed wall clock time (in seconds):2.627
4.62/2.81	o 109
4.62/2.88	c Got one! Elapsed wall clock time (in seconds):2.692
4.62/2.88	o 91
5.41/3.22	c cleaning 6816 clauses out of 13637 with flag 27281/31349
5.89/3.58	c Got one! Elapsed wall clock time (in seconds):3.397
5.89/3.58	o 88
6.12/3.71	c Got one! Elapsed wall clock time (in seconds):3.519
6.12/3.71	o 87
6.33/3.93	c Got one! Elapsed wall clock time (in seconds):3.747
6.33/3.93	o 82
6.43/4.03	c cleaning 9471 clauses out of 18953 with flag 12193/43481
6.72/4.39	c cleaning 7727 clauses out of 15482 with flag 57866/49481
6.82/4.46	c Got one! Elapsed wall clock time (in seconds):4.271
6.82/4.46	o 78
7.05/4.65	c Got one! Elapsed wall clock time (in seconds):4.466
7.05/4.65	o 72
7.15/4.72	c cleaning 6735 clauses out of 13485 with flag 7394/55211
7.25/4.83	c Got one! Elapsed wall clock time (in seconds):4.644
7.25/4.83	o 71
7.37/4.94	c Got one! Elapsed wall clock time (in seconds):4.749
7.37/4.94	o 54
7.37/4.95	c Got one! Elapsed wall clock time (in seconds):4.764
7.37/4.95	o 38
7.49/5.07	c cleaning 6478 clauses out of 12970 with flag 15155/61431
7.69/5.27	c Got one! Elapsed wall clock time (in seconds):5.085
7.69/5.27	o 35
7.81/5.33	c cleaning 5750 clauses out of 11509 with flag 7322/66448
8.18/5.61	c cleaning 5876 clauses out of 11761 with flag 51183/72450
8.39/5.83	c Got one! Elapsed wall clock time (in seconds):5.648
8.39/5.83	o 30
8.39/5.89	c cleaning 5787 clauses out of 11594 with flag 7740/78159
8.72/6.18	c cleaning 5889 clauses out of 11807 with flag 53984/84159
8.82/6.23	c Got one! Elapsed wall clock time (in seconds):6.039
8.82/6.23	o 28
8.82/6.25	c Got one! Elapsed wall clock time (in seconds):6.063
8.82/6.25	o 26
8.97/6.37	c Got one! Elapsed wall clock time (in seconds):6.181
8.97/6.37	o 25
9.22/6.57	c cleaning 6499 clauses out of 13011 with flag 24687/91252
9.62/6.97	c cleaning 6255 clauses out of 12515 with flag 77779/97255
10.61/7.96	c cleaning 6628 clauses out of 13257 with flag 138820/104252
11.54/8.75	c Got one! Elapsed wall clock time (in seconds):8.563
11.54/8.75	o 19
12.19/9.21	c cleaning 9766 clauses out of 19541 with flag 38352/117165
12.76/9.71	c cleaning 7876 clauses out of 15772 with flag 93248/123162
12.76/9.74	c Got one! Elapsed wall clock time (in seconds):9.549
12.76/9.74	o 14
13.14/10.05	c cleaning 6598 clauses out of 13229 with flag 34591/128495
13.53/10.44	c Got one! Elapsed wall clock time (in seconds):10.258
13.53/10.44	o 13
13.84/10.75	c cleaning 8690 clauses out of 17396 with flag 28078/139261
14.24/11.13	c cleaning 7343 clauses out of 14706 with flag 65220/145261
14.65/11.46	c cleaning 7178 clauses out of 14367 with flag 106680/152265
15.18/11.87	c cleaning 7592 clauses out of 15186 with flag 153623/160262
15.80/12.45	c cleaning 8291 clauses out of 16593 with flag 212547/169261
16.55/13.15	c cleaning 9146 clauses out of 18299 with flag 276351/179261
17.39/13.94	c cleaning 10073 clauses out of 20151 with flag 346340/190260
18.18/14.79	c cleaning 11032 clauses out of 22077 with flag 422019/202262
19.18/15.76	c starts		: 124
19.18/15.77	c conflicts		: 214397
19.18/15.77	c decisions		: 391900
19.18/15.77	c propagations		: 16917698
19.18/15.77	c inspects		: 168029773
19.18/15.77	c shortcuts		: 0
19.18/15.77	c learnt literals	: 21
19.18/15.77	c learnt binary clauses	: 136
19.18/15.77	c learnt ternary clauses	: 477
19.18/15.77	c learnt constraints	: 214375
19.18/15.77	c ignored constraints	: 0
19.18/15.77	c root simplifications	: 0
19.18/15.77	c removed literals (reason simplification)	: 1171779
19.18/15.77	c reason swapping (by a shorter reason)	: 0
19.18/15.77	c Calls to reduceDB	: 26
19.18/15.77	c Number of update (reduction) of LBD	: 96513
19.18/15.77	c Imported unit clauses	: 0
19.18/15.77	c No decision after first conflict	: false
19.18/15.77	c number of reductions to clauses (during analyze)	: 0
19.18/15.77	c number of learned constraints concerned by reduction	: 0
19.18/15.77	c number of learning phase by resolution	: 0
19.18/15.77	c number of learning phase by cutting planes	: 0
19.18/15.77	c number of rounding to 1 operations	: 0
19.18/15.77	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
19.18/15.77	c number of reductions of the coefficients by power 2 	: 0
19.18/15.77	c number of right shift for reduction by power 2 	: 0
19.18/15.77	c number of reductions of the coefficients by GCD over coefficients 	: 0
19.18/15.77	c number of ending skipping 	: 0
19.18/15.77	c number of internal skipping 	: 0
19.18/15.77	c number of derivation steps 	: 0
19.18/15.77	c number of skipped derivation steps 	: 0
19.18/15.77	c number of remaining unassigned 	: 0
19.18/15.77	c number of remaining assigned 	: 0
19.18/15.77	c number of falsified literals weakened from reason	: 0
19.18/15.77	c number of falsified literals weakened from conflict	: 0
19.18/15.77	c time for arithmetic operations	: 0
19.18/15.77	c minimum degree of deleted constraints	: null
19.18/15.77	c maximum degree of deleted constraints	: null
19.18/15.77	c number of deleted constraints	: 0
19.18/15.77	c speed (assignments/second)	: 1103496.0537473094
19.18/15.77	c non guided choices	: 7034
19.18/15.77	s OPTIMUM FOUND
19.18/15.77	c Found 56 solution(s)
19.18/15.77	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 
19.18/15.78	c objective function=13
19.18/15.78	c Total wall clock time (in seconds): 15.589

Verifier Data

OK	13

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4525334-1751623271/watcher-4525334-1751623271 -o /tmp/evaluation-result-4525334-1751623271/solver-4525334-1751623271 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751623235-97338 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4525334-1751623271.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=97855, runsolver pid=97852

[startup+0.100072 s]*
/proc/loadavg: 2.87 3.85 5.98 7/325 97873
/proc/meminfo: memFree=127763548/131382116 swapFree=33009904/33010684
[pid=97855] ppid=97852 vsize=18930384 memory=49872 CPUtime=0.15 cores=5,7
/proc/97855/stat : 97855 (java) S 97852 97855 97320 0 -1 4194304 6169 0 0 0 13 2 0 0 20 0 18 0 78006302 19384713216 12468 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
/proc/97855/statm: 4732596 12468 5330 1 0 547288 0
[pid=97855/tid=97857] ppid=97852 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=5,7
/proc/97855/task/97857/stat : 97857 (java) R 97852 97855 97320 0 -1 4194368 5019 0 0 0 7 1 0 0 20 0 18 0 78006303 19384713216 12468 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
[pid=97855/tid=97866] ppid=97852 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/97855/task/97866/stat : 97866 (Finalizer) S 97852 97855 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78006305 19384713216 12468 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
[pid=97855/tid=97873] ppid=97852 vsize=18930384 memory=60693105881846 CPUtime=0 cores=5,7
/proc/97855/task/97873/stat : 97873 (Common-Cleaner) S 97852 97855 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 78006306 19384713216 12468 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49872 KiB

[startup+0.218339 s]*
/proc/loadavg: 2.87 3.85 5.98 8/325 97873
/proc/meminfo: memFree=127751260/131382116 swapFree=33009904/33010684
[pid=97855] ppid=97852 vsize=18930384 memory=59128 CPUtime=0.33 cores=5,7
/proc/97855/stat : 97855 (java) S 97852 97855 97320 0 -1 4194304 6815 0 0 0 31 2 0 0 20 0 18 0 78006302 19384713216 14782 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
/proc/97855/statm: 4732596 14782 5426 1 0 547821 0
[pid=97855/tid=97857] ppid=97852 vsize=18930384 memory=4026794268 CPUtime=0.17 cores=5,7
/proc/97855/task/97857/stat : 97857 (java) S 97852 97855 97320 0 -1 4194368 5297 0 0 0 16 1 0 0 20 0 18 0 78006303 19384713216 14782 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
[pid=97855/tid=97866] ppid=97852 vsize=18930384 memory=14857 CPUtime=0 cores=5,7
/proc/97855/task/97866/stat : 97866 (Finalizer) S 97852 97855 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78006305 19384713216 14782 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
[pid=97855/tid=97873] ppid=97852 vsize=18930384 memory=59593594242043 CPUtime=0 cores=5,7
/proc/97855/task/97873/stat : 97873 (Common-Cleaner) S 97852 97855 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 78006306 19384713216 14782 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59128 KiB

[startup+0.315104 s]*
/proc/loadavg: 2.87 3.85 5.98 8/325 97873
/proc/meminfo: memFree=127747164/131382116 swapFree=33009904/33010684
[pid=97855] ppid=97852 vsize=18930384 memory=63680 CPUtime=0.51 cores=5,7
/proc/97855/stat : 97855 (java) S 97852 97855 97320 0 -1 4194304 6934 0 0 0 49 2 0 0 20 0 18 0 78006302 19384713216 15920 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
/proc/97855/statm: 4732596 15920 5426 1 0 547893 0
[pid=97855/tid=97857] ppid=97852 vsize=18930384 memory=-6000919498476119398 CPUtime=0.27 cores=5,7
/proc/97855/task/97857/stat : 97857 (java) R 97852 97855 97320 0 -1 4194368 5316 0 0 0 26 1 0 0 20 0 18 0 78006303 19384713216 15920 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
[pid=97855/tid=97866] ppid=97852 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/97855/task/97866/stat : 97866 (Finalizer) S 97852 97855 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78006305 19384713216 15920 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
[pid=97855/tid=97873] ppid=97852 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/97855/task/97873/stat : 97873 (Common-Cleaner) S 97852 97855 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 78006306 19384713216 15920 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 63680 KiB

[startup+0.700279 s]
/proc/loadavg: 2.87 3.85 5.98 6/326 97874
/proc/meminfo: memFree=127743084/131382116 swapFree=33009904/33010684
[pid=97855] ppid=97852 vsize=18996948 memory=77828 CPUtime=1.18 cores=5,7
/proc/97855/stat : 97855 (java) S 97852 97855 97320 0 -1 4194304 11111 0 0 0 114 4 0 0 20 0 19 0 78006302 19452874752 19457 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
/proc/97855/statm: 4749237 19457 5458 1 0 550460 0
[pid=97855/tid=97857] ppid=97852 vsize=18996948 memory=18560 CPUtime=0.54 cores=5,7
/proc/97855/task/97857/stat : 97857 (java) R 97852 97855 97320 0 -1 4194368 5465 0 0 0 53 1 0 0 20 0 19 0 78006303 19452874752 19457 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
[pid=97855/tid=97866] ppid=97852 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/97855/task/97866/stat : 97866 (Finalizer) S 97852 97855 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78006305 19452874752 19457 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
[pid=97855/tid=97873] ppid=97852 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/97855/task/97873/stat : 97873 (Common-Cleaner) S 97852 97855 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78006306 19452874752 19457 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
[pid=97855/tid=97874] ppid=97852 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/97855/task/97874/stat : 97874 (Timer-0) S 97852 97855 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78006346 19452874752 19457 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 77828 KiB

[startup+1.50024 s]
/proc/loadavg: 2.87 3.85 5.98 7/326 97874
/proc/meminfo: memFree=127728088/131382116 swapFree=33009904/33010684
[pid=97855] ppid=97852 vsize=18996948 memory=93316 CPUtime=2.58 cores=5,7
/proc/97855/stat : 97855 (java) S 97852 97855 97320 0 -1 4194304 15197 0 0 0 253 5 0 0 20 0 19 0 78006302 19452874752 23329 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
/proc/97855/statm: 4749237 23329 5458 1 0 550611 0
[pid=97855/tid=97857] ppid=97852 vsize=18996948 memory=0 CPUtime=1.31 cores=5,7
/proc/97855/task/97857/stat : 97857 (java) R 97852 97855 97320 0 -1 4194368 6040 0 0 0 129 2 0 0 20 0 19 0 78006303 19452874752 23329 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
[pid=97855/tid=97866] ppid=97852 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/97855/task/97866/stat : 97866 (Finalizer) S 97852 97855 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78006305 19452874752 23329 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
[pid=97855/tid=97873] ppid=97852 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/97855/task/97873/stat : 97873 (Common-Cleaner) S 97852 97855 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78006306 19452874752 23329 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
[pid=97855/tid=97874] ppid=97852 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/97855/task/97874/stat : 97874 (Timer-0) S 97852 97855 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78006346 19452874752 23329 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
Current children cumulated CPU time: 2.58 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 93316 KiB

[startup+3.10559 s]
/proc/loadavg: 2.87 3.85 5.98 6/326 97874
/proc/meminfo: memFree=127574528/131382116 swapFree=33009904/33010684
[pid=97855] ppid=97852 vsize=18996948 memory=129364 CPUtime=5.22 cores=5,7
/proc/97855/stat : 97855 (java) S 97852 97855 97320 0 -1 4194304 25296 0 0 0 514 8 0 0 20 0 19 0 78006302 19452874752 32341 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
/proc/97855/statm: 4749237 32341 5458 1 0 554865 0
[pid=97855/tid=97857] ppid=97852 vsize=18996948 memory=11264 CPUtime=2.9 cores=5,7
/proc/97855/task/97857/stat : 97857 (java) R 97852 97855 97320 0 -1 4194368 7322 0 0 0 287 3 0 0 20 0 19 0 78006303 19452874752 32341 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
[pid=97855/tid=97866] ppid=97852 vsize=18996948 memory=-6000919498476119398 CPUtime=0 cores=5,7
/proc/97855/task/97866/stat : 97866 (Finalizer) S 97852 97855 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78006305 19452874752 32341 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
[pid=97855/tid=97873] ppid=97852 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/97855/task/97873/stat : 97873 (Common-Cleaner) S 97852 97855 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78006306 19452874752 32341 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
[pid=97855/tid=97874] ppid=97852 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/97855/task/97874/stat : 97874 (Timer-0) S 97852 97855 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78006346 19452874752 32341 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
Current children cumulated CPU time: 5.22 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 129364 KiB

[startup+6.30017 s]
/proc/loadavg: 3.04 3.87 5.97 7/327 97875
/proc/meminfo: memFree=127410688/131382116 swapFree=33009904/33010684
[pid=97855] ppid=97852 vsize=18996948 memory=145460 CPUtime=8.97 cores=5,7
/proc/97855/stat : 97855 (java) S 97852 97855 97320 0 -1 4194304 29884 0 0 0 887 10 0 0 20 0 19 0 78006302 19452874752 36365 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
/proc/97855/statm: 4749237 36365 5458 1 0 554881 0
[pid=97855/tid=97857] ppid=97852 vsize=18996948 memory=0 CPUtime=6.06 cores=5,7
/proc/97855/task/97857/stat : 97857 (java) R 97852 97855 97320 0 -1 4194368 8423 0 0 0 603 3 0 0 20 0 19 0 78006303 19452874752 36365 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
[pid=97855/tid=97866] ppid=97852 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/97855/task/97866/stat : 97866 (Finalizer) S 97852 97855 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78006305 19452874752 36365 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
[pid=97855/tid=97873] ppid=97852 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/97855/task/97873/stat : 97873 (Common-Cleaner) S 97852 97855 97320 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78006306 19452874752 36365 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
[pid=97855/tid=97874] ppid=97852 vsize=18996948 memory=93316 CPUtime=0 cores=5,7
/proc/97855/task/97874/stat : 97874 (Timer-0) S 97852 97855 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78006346 19452874752 36365 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
Current children cumulated CPU time: 8.97 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 145460 KiB

[startup+12.7004 s]
/proc/loadavg: 3.11 3.87 5.96 6/326 97940
/proc/meminfo: memFree=127385096/131382116 swapFree=33009904/33010684
[pid=97855] ppid=97852 vsize=19063512 memory=175840 CPUtime=16.09 cores=5,7
/proc/97855/stat : 97855 (java) S 97852 97855 97320 0 -1 4194304 36808 0 0 0 1598 11 0 0 20 0 20 0 78006302 19521036288 43960 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
/proc/97855/statm: 4765878 43960 5554 1 0 555347 0
[pid=97855/tid=97857] ppid=97852 vsize=19063512 memory=93316 CPUtime=12.4 cores=5,7
/proc/97855/task/97857/stat : 97857 (java) R 97852 97855 97320 0 -1 4194368 10162 0 0 0 1236 4 0 0 20 0 20 0 78006303 19521036288 43960 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
[pid=97855/tid=97866] ppid=97852 vsize=19063512 memory=14080 CPUtime=0 cores=5,7
/proc/97855/task/97866/stat : 97866 (Finalizer) S 97852 97855 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78006305 19521036288 43960 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
[pid=97855/tid=97873] ppid=97852 vsize=19063512 memory=175712 CPUtime=0 cores=5,7
/proc/97855/task/97873/stat : 97873 (Common-Cleaner) S 97852 97855 97320 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 78006306 19521036288 43960 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
[pid=97855/tid=97874] ppid=97852 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/97855/task/97874/stat : 97874 (Timer-0) S 97852 97855 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78006346 19521036288 43960 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
Current children cumulated CPU time: 16.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 175840 KiB

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

# cumulated CPU time of all completed processes:  user=19.1582 s, system=0.135831 s

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

[startup+12.8004 s]
/proc/loadavg: 3.11 3.87 5.96 6/326 97940
/proc/meminfo: memFree=127385096/131382116 swapFree=33009904/33010684
[pid=97855] ppid=97852 vsize=19063512 memory=175840 CPUtime=16.21 cores=5,7
/proc/97855/stat : 97855 (java) S 97852 97855 97320 0 -1 4194304 36817 0 0 0 1610 11 0 0 20 0 20 0 78006302 19521036288 43960 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
/proc/97855/statm: 4765878 43960 5554 1 0 555347 0
[pid=97855/tid=97857] ppid=97852 vsize=19063512 memory=-6000919498476119398 CPUtime=12.5 cores=5,7
/proc/97855/task/97857/stat : 97857 (java) R 97852 97855 97320 0 -1 4194368 10165 0 0 0 1246 4 0 0 20 0 20 0 78006303 19521036288 43960 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
[pid=97855/tid=97866] ppid=97852 vsize=19063512 memory=12544 CPUtime=0 cores=5,7
/proc/97855/task/97866/stat : 97866 (Finalizer) S 97852 97855 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78006305 19521036288 43960 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
[pid=97855/tid=97873] ppid=97852 vsize=19063512 memory=2692 CPUtime=0 cores=5,7
/proc/97855/task/97873/stat : 97873 (Common-Cleaner) S 97852 97855 97320 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 78006306 19521036288 43960 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
[pid=97855/tid=97874] ppid=97852 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/97855/task/97874/stat : 97874 (Timer-0) S 97852 97855 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78006346 19521036288 43960 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
Current children cumulated CPU time: 16.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 175840 KiB

[startup+14.4003 s]
/proc/loadavg: 3.35 3.91 5.96 6/327 97941
/proc/meminfo: memFree=127335356/131382116 swapFree=33009904/33010684
[pid=97855] ppid=97852 vsize=19063512 memory=175840 CPUtime=17.88 cores=5,7
/proc/97855/stat : 97855 (java) S 97852 97855 97320 0 -1 4194304 36822 0 0 0 1776 12 0 0 20 0 20 0 78006302 19521036288 43960 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
/proc/97855/statm: 4765878 43960 5554 1 0 555347 0
[pid=97855/tid=97857] ppid=97852 vsize=19063512 memory=175840 CPUtime=14.1 cores=5,7
/proc/97855/task/97857/stat : 97857 (java) R 97852 97855 97320 0 -1 4194368 10165 0 0 0 1406 4 0 0 20 0 20 0 78006303 19521036288 43960 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
[pid=97855/tid=97866] ppid=97852 vsize=19063512 memory=-6000919498476119398 CPUtime=0 cores=5,7
/proc/97855/task/97866/stat : 97866 (Finalizer) S 97852 97855 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78006305 19521036288 43960 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
[pid=97855/tid=97873] ppid=97852 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/97855/task/97873/stat : 97873 (Common-Cleaner) S 97852 97855 97320 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 78006306 19521036288 43960 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
[pid=97855/tid=97874] ppid=97852 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/97855/task/97874/stat : 97874 (Timer-0) S 97852 97855 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78006346 19521036288 43960 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
Current children cumulated CPU time: 17.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 175840 KiB

[startup+15.2004 s]
/proc/loadavg: 3.35 3.91 5.96 5/327 97941
/proc/meminfo: memFree=127317956/131382116 swapFree=33009904/33010684
[pid=97855] ppid=97852 vsize=19063512 memory=175840 CPUtime=18.68 cores=5,7
/proc/97855/stat : 97855 (java) S 97852 97855 97320 0 -1 4194304 37132 0 0 0 1856 12 0 0 20 0 20 0 78006302 19521036288 43960 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
/proc/97855/statm: 4765878 43960 5554 1 0 555347 0
[pid=97855/tid=97857] ppid=97852 vsize=19063512 memory=-6000919498476119398 CPUtime=14.9 cores=5,7
/proc/97855/task/97857/stat : 97857 (java) R 97852 97855 97320 0 -1 4194368 10214 0 0 0 1486 4 0 0 20 0 20 0 78006303 19521036288 43960 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
[pid=97855/tid=97866] ppid=97852 vsize=19063512 memory=18560 CPUtime=0 cores=5,7
/proc/97855/task/97866/stat : 97866 (Finalizer) S 97852 97855 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78006305 19521036288 43960 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
[pid=97855/tid=97873] ppid=97852 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/97855/task/97873/stat : 97873 (Common-Cleaner) S 97852 97855 97320 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 78006306 19521036288 43960 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
[pid=97855/tid=97874] ppid=97852 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/97855/task/97874/stat : 97874 (Timer-0) S 97852 97855 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78006346 19521036288 43960 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
Current children cumulated CPU time: 18.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 175840 KiB

[startup+15.6004 s]
/proc/loadavg: 3.35 3.91 5.96 5/327 97941
/proc/meminfo: memFree=127317956/131382116 swapFree=33009904/33010684
[pid=97855] ppid=97852 vsize=19063512 memory=175840 CPUtime=19.08 cores=5,7
/proc/97855/stat : 97855 (java) S 97852 97855 97320 0 -1 4194304 37158 0 0 0 1896 12 0 0 20 0 20 0 78006302 19521036288 43960 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
/proc/97855/statm: 4765878 43960 5554 1 0 555347 0
[pid=97855/tid=97857] ppid=97852 vsize=19063512 memory=1792 CPUtime=15.29 cores=5,7
/proc/97855/task/97857/stat : 97857 (java) R 97852 97855 97320 0 -1 4194368 10240 0 0 0 1525 4 0 0 20 0 20 0 78006303 19521036288 43960 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
[pid=97855/tid=97866] ppid=97852 vsize=19063512 memory=-6000919498476119398 CPUtime=0 cores=5,7
/proc/97855/task/97866/stat : 97866 (Finalizer) S 97852 97855 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78006305 19521036288 43960 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
[pid=97855/tid=97873] ppid=97852 vsize=19063512 memory=9088 CPUtime=0 cores=5,7
/proc/97855/task/97873/stat : 97873 (Common-Cleaner) S 97852 97855 97320 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 78006306 19521036288 43960 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
[pid=97855/tid=97874] ppid=97852 vsize=19063512 memory=9216 CPUtime=0 cores=5,7
/proc/97855/task/97874/stat : 97874 (Timer-0) S 97852 97855 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78006346 19521036288 43960 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
Current children cumulated CPU time: 19.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 175840 KiB

[startup+15.7004 s]
/proc/loadavg: 3.35 3.91 5.96 5/327 97941
/proc/meminfo: memFree=127317956/131382116 swapFree=33009904/33010684
[pid=97855] ppid=97852 vsize=19063512 memory=175840 CPUtime=19.18 cores=5,7
/proc/97855/stat : 97855 (java) S 97852 97855 97320 0 -1 4194304 37158 0 0 0 1906 12 0 0 20 0 20 0 78006302 19521036288 43960 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
/proc/97855/statm: 4765878 43960 5554 1 0 555347 0
[pid=97855/tid=97857] ppid=97852 vsize=19063512 memory=93316 CPUtime=15.39 cores=5,7
/proc/97855/task/97857/stat : 97857 (java) R 97852 97855 97320 0 -1 4194368 10240 0 0 0 1535 4 0 0 20 0 20 0 78006303 19521036288 43960 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
[pid=97855/tid=97866] ppid=97852 vsize=19063512 memory=14080 CPUtime=0 cores=5,7
/proc/97855/task/97866/stat : 97866 (Finalizer) S 97852 97855 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78006305 19521036288 43960 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
[pid=97855/tid=97873] ppid=97852 vsize=19063512 memory=175712 CPUtime=0 cores=5,7
/proc/97855/task/97873/stat : 97873 (Common-Cleaner) S 97852 97855 97320 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 78006306 19521036288 43960 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
[pid=97855/tid=97874] ppid=97852 vsize=19063512 memory=175840 CPUtime=0 cores=5,7
/proc/97855/task/97874/stat : 97874 (Timer-0) S 97852 97855 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78006346 19521036288 43960 18446744073709551615 94736252837888 94736252841584 140720843486560 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94736252849400 94736252850192 94736273104896 140720843491711 140720843491812 140720843491812 140720843497416 0
Current children cumulated CPU time: 19.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 175840 KiB

Child status: 30

Real time (s): 15.8006
CPU time (s): 19.294
CPU user time (s): 19.1582
CPU system time (s): 0.135831
CPU usage (%): 122.109
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 175840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.1582
system time used= 0.135831
maximum resident set size= 176608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39532
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= 1932
involuntary context switches= 1330


# summary of solver processes directly reported to runsolver:
#   pid: 97855
#   total CPU time (s): 19.294
#   total CPU user time (s): 19.1582
#   total CPU system time (s): 0.135831

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.088875 second user time and 0.185043 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-07-04 12:01:11
IDJOB=4525334
IDBENCH=143624
IDSOLVER=3380
FILE ID=nodeC004/4525334-1751623271
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.1900568186--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4525334-1751623271/watcher-4525334-1751623271 -o /tmp/evaluation-result-4525334-1751623271/solver-4525334-1751623271 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751623235-97338 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4525334-1751623271.wbo

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

MD5SUM BENCH= f9b0380a3863c794c987894acac8a024
RANDOM SEED=546268986

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.573
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		: 3491.875
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.521
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		: 3491.869
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		: 3660.555
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		: 3490.337
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		: 3700.000
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.220
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:        127812252 kB
MemAvailable:   128703044 kB
Buffers:            2128 kB
Cached:          1638900 kB
SwapCached:           32 kB
Active:          1850196 kB
Inactive:        1043920 kB
Active(anon):    1260284 kB
Inactive(anon):    10736 kB
Active(file):     589912 kB
Inactive(file):  1033184 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3112 kB
Writeback:             0 kB
AnonPages:       1256304 kB
Mapped:           123628 kB
Shmem:             17932 kB
KReclaimable:     214648 kB
Slab:             301932 kB
SReclaimable:     214648 kB
SUnreclaim:        87284 kB
KernelStack:        5008 kB
PageTables:         6212 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    7860524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150296 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1073152 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:27