Trace number 4524785

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.3785 11.1314

General information on the benchmark

NamePB24/WBO/SOFT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900545610--soft-0-100-0.wbo
MD5SUM199e04bc8ae23cdbb04e568c1e7b7c33
Bench CategorySOFT-LIN (WBO, only soft 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.3785
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 constraints2707
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 135641
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135640
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 671
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.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.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.10	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.10	c java.vm.version	22.0.1+8-16
0.00/0.10	c java.vm.vendor	Oracle Corporation
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		22.0.1
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.10	c os.arch		amd64
0.12/0.10	c Free memory 		2104792832
0.12/0.10	c Max memory 		16282288128
0.12/0.10	c Total memory 		2113929216
0.12/0.10	c Number of processors 	2
0.12/0.14	c Pseudo Boolean Optimization by upper bound
0.12/0.14	c --- Begin Solver configuration ---
0.12/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.14	c Learn all clauses as in MiniSAT
0.12/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.14	c Expensive reason simplification
0.12/0.14	c Glucose 2.1 dynamic restart strategy
0.12/0.14	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.12/0.14	c timeout=2147483s
0.12/0.14	c DB Simplification allowed=false
0.12/0.14	c Listener: none
0.12/0.14	c --- End Solver configuration ---
0.12/0.14	c solving HOME/instance-4524785-1751617298.wbo
0.12/0.14	c reading problem ... 
0.30/0.23	c ... done. Wall clock time 0.09s.
0.30/0.23	c declared #vars     231
0.30/0.23	c internal #vars     2938
0.30/0.23	c #constraints  2708
0.30/0.23	c constraints type 
0.30/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.30/0.23	c org.sat4j.specs.Constr$1 => 1
0.30/0.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2684
0.30/0.23	c 2708 constraints processed.
0.30/0.25	c objective function length is 2707 literals
0.50/0.33	c SATISFIABLE
0.50/0.33	c OPTIMIZING...
0.50/0.33	c Got one! Elapsed wall clock time (in seconds):0.19
0.50/0.33	o 261
0.89/0.51	c Got one! Elapsed wall clock time (in seconds):0.367
0.89/0.51	o 260
0.89/0.53	c Got one! Elapsed wall clock time (in seconds):0.389
0.89/0.53	o 228
0.89/0.55	c Got one! Elapsed wall clock time (in seconds):0.41
0.89/0.55	o 204
0.89/0.59	c Got one! Elapsed wall clock time (in seconds):0.452
0.89/0.59	o 203
1.07/0.61	c Got one! Elapsed wall clock time (in seconds):0.468
1.07/0.61	o 198
1.07/0.65	c Got one! Elapsed wall clock time (in seconds):0.512
1.07/0.65	o 195
1.07/0.67	c Got one! Elapsed wall clock time (in seconds):0.525
1.07/0.67	o 164
1.07/0.68	c Got one! Elapsed wall clock time (in seconds):0.539
1.07/0.68	o 160
1.07/0.69	c Got one! Elapsed wall clock time (in seconds):0.55
1.07/0.69	o 159
1.26/0.71	c Got one! Elapsed wall clock time (in seconds):0.565
1.26/0.71	o 158
1.26/0.73	c Got one! Elapsed wall clock time (in seconds):0.586
1.26/0.73	o 153
1.26/0.74	c Got one! Elapsed wall clock time (in seconds):0.598
1.26/0.74	o 146
1.26/0.76	c Got one! Elapsed wall clock time (in seconds):0.618
1.26/0.76	o 130
1.26/0.77	c Got one! Elapsed wall clock time (in seconds):0.63
1.26/0.77	o 124
1.46/0.84	c Got one! Elapsed wall clock time (in seconds):0.7
1.46/0.84	o 118
1.66/0.90	c Got one! Elapsed wall clock time (in seconds):0.756
1.66/0.90	o 113
1.66/0.91	c Got one! Elapsed wall clock time (in seconds):0.767
1.66/0.91	o 94
1.66/0.95	c Got one! Elapsed wall clock time (in seconds):0.808
1.66/0.95	o 91
1.66/0.98	c Got one! Elapsed wall clock time (in seconds):0.836
1.66/0.98	o 86
1.86/1.01	c Got one! Elapsed wall clock time (in seconds):0.867
1.86/1.01	o 75
1.86/1.05	c Got one! Elapsed wall clock time (in seconds):0.905
1.86/1.05	o 73
1.86/1.06	c Got one! Elapsed wall clock time (in seconds):0.918
1.86/1.06	o 71
2.05/1.15	c Got one! Elapsed wall clock time (in seconds):1.007
2.05/1.15	o 70
2.15/1.22	c Got one! Elapsed wall clock time (in seconds):1.082
2.15/1.22	o 65
2.15/1.23	c Got one! Elapsed wall clock time (in seconds):1.09
2.15/1.23	o 63
2.28/1.30	c Got one! Elapsed wall clock time (in seconds):1.155
2.28/1.30	o 60
2.28/1.37	c Got one! Elapsed wall clock time (in seconds):1.23
2.28/1.37	o 57
2.47/1.43	c Got one! Elapsed wall clock time (in seconds):1.288
2.47/1.43	o 53
2.47/1.45	c Got one! Elapsed wall clock time (in seconds):1.311
2.47/1.45	o 47
2.47/1.47	c Got one! Elapsed wall clock time (in seconds):1.324
2.47/1.47	o 46
2.47/1.48	c Got one! Elapsed wall clock time (in seconds):1.34
2.47/1.48	o 45
2.65/1.52	c Got one! Elapsed wall clock time (in seconds):1.378
2.65/1.52	o 40
2.65/1.54	c Got one! Elapsed wall clock time (in seconds):1.395
2.65/1.54	o 39
2.65/1.55	c Got one! Elapsed wall clock time (in seconds):1.411
2.65/1.55	o 38
2.84/1.65	c Got one! Elapsed wall clock time (in seconds):1.503
2.84/1.65	o 37
3.04/1.77	c Got one! Elapsed wall clock time (in seconds):1.629
3.04/1.77	o 34
3.17/1.80	c Got one! Elapsed wall clock time (in seconds):1.658
3.17/1.80	o 32
3.30/1.95	c Got one! Elapsed wall clock time (in seconds):1.809
3.30/1.95	o 31
3.42/2.02	c Got one! Elapsed wall clock time (in seconds):1.875
3.42/2.02	o 24
3.42/2.08	c Got one! Elapsed wall clock time (in seconds):1.939
3.42/2.08	o 23
3.54/2.11	c Got one! Elapsed wall clock time (in seconds):1.969
3.54/2.11	o 22
3.66/2.27	c Got one! Elapsed wall clock time (in seconds):2.127
3.66/2.27	o 21
3.66/2.28	c Got one! Elapsed wall clock time (in seconds):2.143
3.66/2.28	o 20
3.79/2.30	c Got one! Elapsed wall clock time (in seconds):2.157
3.79/2.30	o 18
3.79/2.36	c Got one! Elapsed wall clock time (in seconds):2.217
3.79/2.36	o 17
3.96/2.46	c cleaning 9881 clauses out of 19772 with flag 6562/19772
3.96/2.49	c Got one! Elapsed wall clock time (in seconds):2.351
3.96/2.49	o 16
4.32/2.61	c Got one! Elapsed wall clock time (in seconds):2.469
4.32/2.61	o 15
4.51/2.71	c Got one! Elapsed wall clock time (in seconds):2.569
4.51/2.71	o 14
4.51/2.75	c Got one! Elapsed wall clock time (in seconds):2.61
4.51/2.75	o 11
4.61/2.82	c Got one! Elapsed wall clock time (in seconds):2.68
4.61/2.82	o 10
4.78/2.96	c cleaning 8797 clauses out of 17607 with flag 13107/27488
5.25/3.30	c cleaning 7392 clauses out of 14809 with flag 54807/33487
5.55/3.67	c cleaning 7207 clauses out of 14419 with flag 102632/40489
5.85/3.91	c Got one! Elapsed wall clock time (in seconds):3.773
5.85/3.91	o 8
5.95/4.01	c Got one! Elapsed wall clock time (in seconds):3.865
5.95/4.01	o 7
6.14/4.26	c cleaning 8981 clauses out of 17977 with flag 29990/51254
6.54/4.61	c cleaning 7493 clauses out of 14997 with flag 78398/57255
6.95/5.02	c cleaning 7241 clauses out of 14503 with flag 137014/64254
6.95/5.03	c Got one! Elapsed wall clock time (in seconds):4.885
6.95/5.03	o 6
7.25/5.30	c cleaning 6151 clauses out of 12319 with flag 41863/69311
7.45/5.52	c Got one! Elapsed wall clock time (in seconds):5.38
7.45/5.52	o 5
7.45/5.59	c cleaning 5969 clauses out of 11953 with flag 8162/75096
7.86/5.93	c cleaning 5975 clauses out of 11984 with flag 59743/81096
8.26/6.35	c cleaning 6497 clauses out of 13012 with flag 119413/88099
8.96/7.00	c cleaning 7249 clauses out of 14512 with flag 194089/96096
9.47/7.51	c Got one! Elapsed wall clock time (in seconds):7.371
9.47/7.51	o 4
9.87/7.97	c cleaning 9558 clauses out of 19126 with flag 39329/107959
10.17/8.21	c Got one! Elapsed wall clock time (in seconds):8.065
10.17/8.21	o 3
10.26/8.36	c cleaning 7512 clauses out of 15030 with flag 12137/113421
10.79/8.84	c cleaning 6745 clauses out of 13518 with flag 54344/119421
10.91/8.91	c Got one! Elapsed wall clock time (in seconds):8.767
10.91/8.91	o 2
11.12/9.13	c cleaning 5925 clauses out of 11866 with flag 20890/124514
11.21/9.20	c Got one! Elapsed wall clock time (in seconds):9.06
11.21/9.20	o 1
11.41/9.44	c cleaning 5784 clauses out of 11577 with flag 21862/130150
11.68/9.69	c cleaning 5894 clauses out of 11792 with flag 48994/136150
12.08/10.08	c cleaning 6449 clauses out of 12899 with flag 84299/143152
12.48/10.46	c cleaning 7219 clauses out of 14447 with flag 123038/151151
12.99/10.85	c cleaning 8102 clauses out of 16222 with flag 160026/160150
13.26/11.07	c starts		: 135
13.26/11.07	c conflicts		: 167068
13.26/11.07	c decisions		: 368241
13.26/11.07	c propagations		: 13233112
13.26/11.07	c inspects		: 114171292
13.26/11.07	c shortcuts		: 0
13.26/11.08	c learnt literals	: 18
13.26/11.08	c learnt binary clauses	: 147
13.26/11.08	c learnt ternary clauses	: 657
13.26/11.08	c learnt constraints	: 167049
13.26/11.08	c ignored constraints	: 0
13.26/11.08	c root simplifications	: 0
13.26/11.08	c removed literals (reason simplification)	: 454169
13.26/11.08	c reason swapping (by a shorter reason)	: 0
13.26/11.08	c Calls to reduceDB	: 21
13.26/11.08	c Number of update (reduction) of LBD	: 70246
13.26/11.08	c Imported unit clauses	: 0
13.26/11.08	c No decision after first conflict	: false
13.26/11.08	c number of reductions to clauses (during analyze)	: 0
13.26/11.08	c number of learned constraints concerned by reduction	: 0
13.26/11.08	c number of learning phase by resolution	: 0
13.26/11.08	c number of learning phase by cutting planes	: 0
13.26/11.08	c number of rounding to 1 operations	: 0
13.26/11.08	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
13.26/11.08	c number of reductions of the coefficients by power 2 	: 0
13.26/11.08	c number of right shift for reduction by power 2 	: 0
13.26/11.08	c number of reductions of the coefficients by GCD over coefficients 	: 0
13.26/11.08	c number of ending skipping 	: 0
13.26/11.08	c number of internal skipping 	: 0
13.26/11.08	c number of derivation steps 	: 0
13.26/11.08	c number of skipped derivation steps 	: 0
13.26/11.08	c number of remaining unassigned 	: 0
13.26/11.08	c number of remaining assigned 	: 0
13.26/11.08	c number of falsified literals weakened from reason	: 0
13.26/11.08	c number of falsified literals weakened from conflict	: 0
13.26/11.08	c time for arithmetic operations	: 0
13.26/11.08	c minimum degree of deleted constraints	: null
13.26/11.08	c maximum degree of deleted constraints	: null
13.26/11.08	c number of deleted constraints	: 0
13.26/11.08	c speed (assignments/second)	: 1221893.998153278
13.26/11.08	c non guided choices	: 5983
13.26/11.08	s OPTIMUM FOUND
13.26/11.08	c Found 59 solution(s)
13.26/11.08	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.26/11.08	c objective function=1
13.26/11.08	c Total wall clock time (in seconds): 10.941

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4524785-1751617298/watcher-4524785-1751617298 -o /tmp/evaluation-result-4524785-1751617298/solver-4524785-1751617298 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751616933-86636 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4524785-1751617298.wbo 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=87296, runsolver pid=87293

[startup+0.100059 s]*
/proc/loadavg: 4.32 3.71 3.77 6/340 87314
/proc/meminfo: memFree=104741112/131249996 swapFree=33010160/33010684
[pid=87296] ppid=87293 vsize=18930384 memory=53256 CPUtime=0.12 cores=1,3
/proc/87296/stat : 87296 (java) S 87293 87296 86624 0 -1 4194304 6470 0 0 0 10 2 0 0 20 0 18 0 77408402 19384713216 13314 18446744073709551615 94837207379968 94837207383664 140734607830288 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94837207391480 94837207392272 94837234712576 140734607837567 140734607837668 140734607837668 140734607843272 0
/proc/87296/statm: 4732596 13314 5334 1 0 547561 0
[pid=87296/tid=87298] ppid=87293 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/87296/task/87298/stat : 87298 (java) R 87293 87296 86624 0 -1 4194368 4997 0 0 0 6 1 0 0 20 0 18 0 77408404 19384713216 13314 18446744073709551615 94837207379968 94837207383664 140734607830288 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94837207391480 94837207392272 94837234712576 140734607837567 140734607837668 140734607837668 140734607843272 0
[pid=87296/tid=87307] ppid=87293 vsize=18930384 memory=241407623509 CPUtime=0 cores=1,3
/proc/87296/task/87307/stat : 87307 (Finalizer) S 87293 87296 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 77408406 19384713216 13314 18446744073709551615 94837207379968 94837207383664 140734607830288 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94837207391480 94837207392272 94837234712576 140734607837567 140734607837668 140734607837668 140734607843272 0
[pid=87296/tid=87314] ppid=87293 vsize=18930384 memory=61784027576291 CPUtime=0 cores=1,3
/proc/87296/task/87314/stat : 87314 (Common-Cleaner) S 87293 87296 86624 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 77408406 19384713216 13314 18446744073709551615 94837207379968 94837207383664 140734607830288 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94837207391480 94837207392272 94837234712576 140734607837567 140734607837668 140734607837668 140734607843272 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53256 KiB

[startup+0.206113 s]*
/proc/loadavg: 4.32 3.71 3.77 7/340 87314
/proc/meminfo: memFree=104723028/131249996 swapFree=33010160/33010684
[pid=87296] ppid=87293 vsize=18930384 memory=64424 CPUtime=0.3 cores=1,3
/proc/87296/stat : 87296 (java) S 87293 87296 86624 0 -1 4194304 7129 0 0 0 28 2 0 0 20 0 18 0 77408402 19384713216 16106 18446744073709551615 94837207379968 94837207383664 140734607830288 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94837207391480 94837207392272 94837234712576 140734607837567 140734607837668 140734607837668 140734607843272 0
/proc/87296/statm: 4732596 16106 5430 1 0 548031 0
[pid=87296/tid=87298] ppid=87293 vsize=18930384 memory=4026794268 CPUtime=0.18 cores=1,3
/proc/87296/task/87298/stat : 87298 (java) R 87293 87296 86624 0 -1 4194368 5257 0 0 0 16 2 0 0 20 0 18 0 77408404 19384713216 16106 18446744073709551615 94837207379968 94837207383664 140734607830288 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94837207391480 94837207392272 94837234712576 140734607837567 140734607837668 140734607837668 140734607843272 0
[pid=87296/tid=87307] ppid=87293 vsize=18930384 memory=13937 CPUtime=0 cores=1,3
/proc/87296/task/87307/stat : 87307 (Finalizer) S 87293 87296 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 77408406 19384713216 16106 18446744073709551615 94837207379968 94837207383664 140734607830288 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94837207391480 94837207392272 94837234712576 140734607837567 140734607837668 140734607837668 140734607843272 0
[pid=87296/tid=87314] ppid=87293 vsize=18930384 memory=60684515935208 CPUtime=0 cores=1,3
/proc/87296/task/87314/stat : 87314 (Common-Cleaner) S 87293 87296 86624 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 77408406 19384713216 16106 18446744073709551615 94837207379968 94837207383664 140734607830288 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94837207391480 94837207392272 94837234712576 140734607837567 140734607837668 140734607837668 140734607843272 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64424 KiB

[startup+0.305989 s]*
/proc/loadavg: 4.32 3.71 3.77 6/341 87315
/proc/meminfo: memFree=104708724/131249996 swapFree=33010160/33010684
[pid=87296] ppid=87293 vsize=18996948 memory=73392 CPUtime=0.5 cores=1,3
/proc/87296/stat : 87296 (java) S 87293 87296 86624 0 -1 4194304 8211 0 0 0 47 3 0 0 20 0 19 0 77408402 19452874752 18348 18446744073709551615 94837207379968 94837207383664 140734607830288 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94837207391480 94837207392272 94837234712576 140734607837567 140734607837668 140734607837668 140734607843272 0
/proc/87296/statm: 4749237 18348 5462 1 0 548888 0
[pid=87296/tid=87298] ppid=87293 vsize=18996948 memory=-6000919494114436455 CPUtime=0.26 cores=1,3
/proc/87296/task/87298/stat : 87298 (java) R 87293 87296 86624 0 -1 4194368 5380 0 0 0 24 2 0 0 20 0 19 0 77408404 19452874752 18348 18446744073709551615 94837207379968 94837207383664 140734607830288 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94837207391480 94837207392272 94837234712576 140734607837567 140734607837668 140734607837668 140734607843272 0
[pid=87296/tid=87307] ppid=87293 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/87296/task/87307/stat : 87307 (Finalizer) S 87293 87296 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77408406 19452874752 18348 18446744073709551615 94837207379968 94837207383664 140734607830288 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94837207391480 94837207392272 94837234712576 140734607837567 140734607837668 140734607837668 140734607843272 0
[pid=87296/tid=87314] ppid=87293 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/87296/task/87314/stat : 87314 (Common-Cleaner) S 87293 87296 86624 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 77408406 19452874752 18348 18446744073709551615 94837207379968 94837207383664 140734607830288 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94837207391480 94837207392272 94837234712576 140734607837567 140734607837668 140734607837668 140734607843272 0
[pid=87296/tid=87315] ppid=87293 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/87296/task/87315/stat : 87315 (Timer-0) S 87293 87296 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 77408428 19452874752 18348 18446744073709551615 94837207379968 94837207383664 140734607830288 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94837207391480 94837207392272 94837234712576 140734607837567 140734607837668 140734607837668 140734607843272 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 73392 KiB

[startup+0.70023 s]
/proc/loadavg: 4.32 3.71 3.77 6/341 87315
/proc/meminfo: memFree=104694988/131249996 swapFree=33010160/33010684
[pid=87296] ppid=87293 vsize=18996948 memory=94748 CPUtime=1.26 cores=1,3
/proc/87296/stat : 87296 (java) S 87293 87296 86624 0 -1 4194304 10433 0 0 0 123 3 0 0 20 0 19 0 77408402 19452874752 23687 18446744073709551615 94837207379968 94837207383664 140734607830288 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94837207391480 94837207392272 94837234712576 140734607837567 140734607837668 140734607837668 140734607843272 0
/proc/87296/statm: 4749237 23687 5494 1 0 550444 0
[pid=87296/tid=87298] ppid=87293 vsize=18996948 memory=18560 CPUtime=0.61 cores=1,3
/proc/87296/task/87298/stat : 87298 (java) R 87293 87296 86624 0 -1 4194368 5406 0 0 0 59 2 0 0 20 0 19 0 77408404 19452874752 23687 18446744073709551615 94837207379968 94837207383664 140734607830288 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94837207391480 94837207392272 94837234712576 140734607837567 140734607837668 140734607837668 140734607843272 0
[pid=87296/tid=87307] ppid=87293 vsize=18996948 memory=11136 CPUtime=0 cores=1,3
/proc/87296/task/87307/stat : 87307 (Finalizer) S 87293 87296 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77408406 19452874752 23687 18446744073709551615 94837207379968 94837207383664 140734607830288 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94837207391480 94837207392272 94837234712576 140734607837567 140734607837668 140734607837668 140734607843272 0
[pid=87296/tid=87314] ppid=87293 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/87296/task/87314/stat : 87314 (Common-Cleaner) S 87293 87296 86624 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 77408406 19452874752 23687 18446744073709551615 94837207379968 94837207383664 140734607830288 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94837207391480 94837207392272 94837234712576 140734607837567 140734607837668 140734607837668 140734607843272 0
[pid=87296/tid=87315] ppid=87293 vsize=18996948 memory=4496 CPUtime=0 cores=1,3
/proc/87296/task/87315/stat : 87315 (Timer-0) S 87293 87296 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 77408428 19452874752 23687 18446744073709551615 94837207379968 94837207383664 140734607830288 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94837207391480 94837207392272 94837234712576 140734607837567 140734607837668 140734607837668 140734607843272 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 94748 KiB

[startup+1.50025 s]
/proc/loadavg: 4.37 3.73 3.77 6/341 87315
/proc/meminfo: memFree=104670508/131249996 swapFree=33010160/33010684
[pid=87296] ppid=87293 vsize=18996948 memory=123624 CPUtime=2.65 cores=1,3
/proc/87296/stat : 87296 (java) S 87293 87296 86624 0 -1 4194304 15443 0 0 0 261 4 0 0 20 0 19 0 77408402 19452874752 30906 18446744073709551615 94837207379968 94837207383664 140734607830288 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94837207391480 94837207392272 94837234712576 140734607837567 140734607837668 140734607837668 140734607843272 0
/proc/87296/statm: 4749237 30906 5494 1 0 551396 0
[pid=87296/tid=87298] ppid=87293 vsize=18996948 memory=0 CPUtime=1.41 cores=1,3
/proc/87296/task/87298/stat : 87298 (java) R 87293 87296 86624 0 -1 4194368 5996 0 0 0 138 3 0 0 20 0 19 0 77408404 19452874752 30906 18446744073709551615 94837207379968 94837207383664 140734607830288 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94837207391480 94837207392272 94837234712576 140734607837567 140734607837668 140734607837668 140734607843272 0
[pid=87296/tid=87307] ppid=87293 vsize=18996948 memory=11136 CPUtime=0 cores=1,3
/proc/87296/task/87307/stat : 87307 (Finalizer) S 87293 87296 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77408406 19452874752 30906 18446744073709551615 94837207379968 94837207383664 140734607830288 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94837207391480 94837207392272 94837234712576 140734607837567 140734607837668 140734607837668 140734607843272 0
[pid=87296/tid=87314] ppid=87293 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/87296/task/87314/stat : 87314 (Common-Cleaner) S 87293 87296 86624 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 77408406 19452874752 30906 18446744073709551615 94837207379968 94837207383664 140734607830288 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94837207391480 94837207392272 94837234712576 140734607837567 140734607837668 140734607837668 140734607843272 0
[pid=87296/tid=87315] ppid=87293 vsize=18996948 memory=4496 CPUtime=0 cores=1,3
/proc/87296/task/87315/stat : 87315 (Timer-0) S 87293 87296 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 77408428 19452874752 30906 18446744073709551615 94837207379968 94837207383664 140734607830288 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94837207391480 94837207392272 94837234712576 140734607837567 140734607837668 140734607837668 140734607843272 0
Current children cumulated CPU time: 2.65 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 123624 KiB

[startup+3.10589 s]
/proc/loadavg: 4.37 3.73 3.77 5/341 87315
/proc/meminfo: memFree=104406004/131249996 swapFree=33010160/33010684
[pid=87296] ppid=87293 vsize=18996948 memory=163652 CPUtime=5.06 cores=1,3
/proc/87296/stat : 87296 (java) S 87293 87296 86624 0 -1 4194304 23385 0 0 0 499 7 0 0 20 0 19 0 77408402 19452874752 40913 18446744073709551615 94837207379968 94837207383664 140734607830288 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94837207391480 94837207392272 94837234712576 140734607837567 140734607837668 140734607837668 140734607843272 0
/proc/87296/statm: 4749237 40913 5494 1 0 554190 0
[pid=87296/tid=87298] ppid=87293 vsize=18996948 memory=11136 CPUtime=2.99 cores=1,3
/proc/87296/task/87298/stat : 87298 (java) R 87293 87296 86624 0 -1 4194368 7149 0 0 0 296 3 0 0 20 0 19 0 77408404 19452874752 40913 18446744073709551615 94837207379968 94837207383664 140734607830288 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94837207391480 94837207392272 94837234712576 140734607837567 140734607837668 140734607837668 140734607843272 0
[pid=87296/tid=87307] ppid=87293 vsize=18996948 memory=-6000919494114436455 CPUtime=0 cores=1,3
/proc/87296/task/87307/stat : 87307 (Finalizer) S 87293 87296 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77408406 19452874752 40913 18446744073709551615 94837207379968 94837207383664 140734607830288 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94837207391480 94837207392272 94837234712576 140734607837567 140734607837668 140734607837668 140734607843272 0
[pid=87296/tid=87314] ppid=87293 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/87296/task/87314/stat : 87314 (Common-Cleaner) S 87293 87296 86624 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 77408406 19452874752 40913 18446744073709551615 94837207379968 94837207383664 140734607830288 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94837207391480 94837207392272 94837234712576 140734607837567 140734607837668 140734607837668 140734607843272 0
[pid=87296/tid=87315] ppid=87293 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/87296/task/87315/stat : 87315 (Timer-0) S 87293 87296 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 77408428 19452874752 40913 18446744073709551615 94837207379968 94837207383664 140734607830288 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94837207391480 94837207392272 94837234712576 140734607837567 140734607837668 140734607837668 140734607843272 0
Current children cumulated CPU time: 5.06 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 163652 KiB

[startup+6.30021 s]
/proc/loadavg: 4.34 3.73 3.77 5/342 87316
/proc/meminfo: memFree=104340468/131249996 swapFree=33010160/33010684
[pid=87296] ppid=87293 vsize=19063512 memory=170068 CPUtime=8.26 cores=1,3
/proc/87296/stat : 87296 (java) S 87293 87296 86624 0 -1 4194304 26595 0 0 0 819 7 0 0 20 0 20 0 77408402 19521036288 42517 18446744073709551615 94837207379968 94837207383664 140734607830288 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94837207391480 94837207392272 94837234712576 140734607837567 140734607837668 140734607837668 140734607843272 0
/proc/87296/statm: 4765878 42517 5526 1 0 554495 0
[pid=87296/tid=87298] ppid=87293 vsize=19063512 memory=0 CPUtime=6.17 cores=1,3
/proc/87296/task/87298/stat : 87298 (java) R 87293 87296 86624 0 -1 4194368 7774 0 0 0 613 4 0 0 20 0 20 0 77408404 19521036288 42517 18446744073709551615 94837207379968 94837207383664 140734607830288 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94837207391480 94837207392272 94837234712576 140734607837567 140734607837668 140734607837668 140734607843272 0
[pid=87296/tid=87307] ppid=87293 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/87296/task/87307/stat : 87307 (Finalizer) S 87293 87296 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77408406 19521036288 42517 18446744073709551615 94837207379968 94837207383664 140734607830288 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94837207391480 94837207392272 94837234712576 140734607837567 140734607837668 140734607837668 140734607843272 0
[pid=87296/tid=87314] ppid=87293 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/87296/task/87314/stat : 87314 (Common-Cleaner) S 87293 87296 86624 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 77408406 19521036288 42517 18446744073709551615 94837207379968 94837207383664 140734607830288 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94837207391480 94837207392272 94837234712576 140734607837567 140734607837668 140734607837668 140734607843272 0
[pid=87296/tid=87315] ppid=87293 vsize=19063512 memory=127720 CPUtime=0 cores=1,3
/proc/87296/task/87315/stat : 87315 (Timer-0) S 87293 87296 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77408428 19521036288 42517 18446744073709551615 94837207379968 94837207383664 140734607830288 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94837207391480 94837207392272 94837234712576 140734607837567 140734607837668 140734607837668 140734607843272 0
Current children cumulated CPU time: 8.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 170068 KiB

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

# cumulated CPU time of all completed processes:  user=13.286 s, system=0.09248 s

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

[startup+6.40027 s]
/proc/loadavg: 4.34 3.73 3.77 5/342 87316
/proc/meminfo: memFree=104340468/131249996 swapFree=33010160/33010684
[pid=87296] ppid=87293 vsize=19063512 memory=170068 CPUtime=8.36 cores=1,3
/proc/87296/stat : 87296 (java) S 87293 87296 86624 0 -1 4194304 26599 0 0 0 829 7 0 0 20 0 20 0 77408402 19521036288 42517 18446744073709551615 94837207379968 94837207383664 140734607830288 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94837207391480 94837207392272 94837234712576 140734607837567 140734607837668 140734607837668 140734607843272 0
/proc/87296/statm: 4765878 42517 5526 1 0 554495 0
[pid=87296/tid=87298] ppid=87293 vsize=19063512 memory=16496 CPUtime=6.27 cores=1,3
/proc/87296/task/87298/stat : 87298 (java) R 87293 87296 86624 0 -1 4194368 7775 0 0 0 623 4 0 0 20 0 20 0 77408404 19521036288 42517 18446744073709551615 94837207379968 94837207383664 140734607830288 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94837207391480 94837207392272 94837234712576 140734607837567 140734607837668 140734607837668 140734607843272 0
[pid=87296/tid=87307] ppid=87293 vsize=19063512 memory=18560 CPUtime=0 cores=1,3
/proc/87296/task/87307/stat : 87307 (Finalizer) S 87293 87296 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77408406 19521036288 42517 18446744073709551615 94837207379968 94837207383664 140734607830288 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94837207391480 94837207392272 94837234712576 140734607837567 140734607837668 140734607837668 140734607843272 0
[pid=87296/tid=87314] ppid=87293 vsize=19063512 memory=-6000919494114436455 CPUtime=0 cores=1,3
/proc/87296/task/87314/stat : 87314 (Common-Cleaner) S 87293 87296 86624 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 77408406 19521036288 42517 18446744073709551615 94837207379968 94837207383664 140734607830288 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94837207391480 94837207392272 94837234712576 140734607837567 140734607837668 140734607837668 140734607843272 0
[pid=87296/tid=87315] ppid=87293 vsize=19063512 memory=4496 CPUtime=0 cores=1,3
/proc/87296/task/87315/stat : 87315 (Timer-0) S 87293 87296 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77408428 19521036288 42517 18446744073709551615 94837207379968 94837207383664 140734607830288 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94837207391480 94837207392272 94837234712576 140734607837567 140734607837668 140734607837668 140734607843272 0
Current children cumulated CPU time: 8.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 170068 KiB

[startup+9.60022 s]
/proc/loadavg: 4.34 3.73 3.77 5/342 87316
/proc/meminfo: memFree=104340492/131249996 swapFree=33010160/33010684
[pid=87296] ppid=87293 vsize=19063512 memory=170452 CPUtime=11.68 cores=1,3
/proc/87296/stat : 87296 (java) S 87293 87296 86624 0 -1 4194304 30722 0 0 0 1160 8 0 0 20 0 20 0 77408402 19521036288 42613 18446744073709551615 94837207379968 94837207383664 140734607830288 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94837207391480 94837207392272 94837234712576 140734607837567 140734607837668 140734607837668 140734607843272 0
/proc/87296/statm: 4765878 42613 5526 1 0 554605 0
[pid=87296/tid=87298] ppid=87293 vsize=19063512 memory=167748 CPUtime=9.46 cores=1,3
/proc/87296/task/87298/stat : 87298 (java) R 87293 87296 86624 0 -1 4194368 9856 0 0 0 942 4 0 0 20 0 20 0 77408404 19521036288 42613 18446744073709551615 94837207379968 94837207383664 140734607830288 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94837207391480 94837207392272 94837234712576 140734607837567 140734607837668 140734607837668 140734607843272 0
[pid=87296/tid=87307] ppid=87293 vsize=19063512 memory=-6000919494114436455 CPUtime=0 cores=1,3
/proc/87296/task/87307/stat : 87307 (Finalizer) S 87293 87296 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77408406 19521036288 42613 18446744073709551615 94837207379968 94837207383664 140734607830288 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94837207391480 94837207392272 94837234712576 140734607837567 140734607837668 140734607837668 140734607843272 0
[pid=87296/tid=87314] ppid=87293 vsize=19063512 memory=18560 CPUtime=0 cores=1,3
/proc/87296/task/87314/stat : 87314 (Common-Cleaner) S 87293 87296 86624 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 77408406 19521036288 42613 18446744073709551615 94837207379968 94837207383664 140734607830288 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94837207391480 94837207392272 94837234712576 140734607837567 140734607837668 140734607837668 140734607843272 0
[pid=87296/tid=87315] ppid=87293 vsize=19063512 memory=-6000919494114436455 CPUtime=0 cores=1,3
/proc/87296/task/87315/stat : 87315 (Timer-0) S 87293 87296 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77408428 19521036288 42613 18446744073709551615 94837207379968 94837207383664 140734607830288 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94837207391480 94837207392272 94837234712576 140734607837567 140734607837668 140734607837668 140734607843272 0
Current children cumulated CPU time: 11.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 170452 KiB

[startup+10.4002 s]
/proc/loadavg: 4.34 3.73 3.77 5/342 87316
/proc/meminfo: memFree=104340492/131249996 swapFree=33010160/33010684
[pid=87296] ppid=87293 vsize=19063512 memory=170452 CPUtime=12.48 cores=1,3
/proc/87296/stat : 87296 (java) S 87293 87296 86624 0 -1 4194304 30759 0 0 0 1240 8 0 0 20 0 20 0 77408402 19521036288 42613 18446744073709551615 94837207379968 94837207383664 140734607830288 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94837207391480 94837207392272 94837234712576 140734607837567 140734607837668 140734607837668 140734607843272 0
/proc/87296/statm: 4765878 42613 5526 1 0 554605 0
[pid=87296/tid=87298] ppid=87293 vsize=19063512 memory=12544 CPUtime=10.25 cores=1,3
/proc/87296/task/87298/stat : 87298 (java) R 87293 87296 86624 0 -1 4194368 9870 0 0 0 1021 4 0 0 20 0 20 0 77408404 19521036288 42613 18446744073709551615 94837207379968 94837207383664 140734607830288 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94837207391480 94837207392272 94837234712576 140734607837567 140734607837668 140734607837668 140734607843272 0
[pid=87296/tid=87307] ppid=87293 vsize=19063512 memory=2708 CPUtime=0 cores=1,3
/proc/87296/task/87307/stat : 87307 (Finalizer) S 87293 87296 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77408406 19521036288 42613 18446744073709551615 94837207379968 94837207383664 140734607830288 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94837207391480 94837207392272 94837234712576 140734607837567 140734607837668 140734607837668 140734607843272 0
[pid=87296/tid=87314] ppid=87293 vsize=19063512 memory=-6000919494114436455 CPUtime=0 cores=1,3
/proc/87296/task/87314/stat : 87314 (Common-Cleaner) S 87293 87296 86624 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 77408406 19521036288 42613 18446744073709551615 94837207379968 94837207383664 140734607830288 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94837207391480 94837207392272 94837234712576 140734607837567 140734607837668 140734607837668 140734607843272 0
[pid=87296/tid=87315] ppid=87293 vsize=19063512 memory=15460 CPUtime=0 cores=1,3
/proc/87296/task/87315/stat : 87315 (Timer-0) S 87293 87296 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77408428 19521036288 42613 18446744073709551615 94837207379968 94837207383664 140734607830288 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94837207391480 94837207392272 94837234712576 140734607837567 140734607837668 140734607837668 140734607843272 0
Current children cumulated CPU time: 12.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 170452 KiB

[startup+10.8002 s]
/proc/loadavg: 4.34 3.73 3.77 5/342 87316
/proc/meminfo: memFree=104340492/131249996 swapFree=33010160/33010684
[pid=87296] ppid=87293 vsize=19063512 memory=170580 CPUtime=12.99 cores=1,3
/proc/87296/stat : 87296 (java) S 87293 87296 86624 0 -1 4194304 31784 0 0 0 1291 8 0 0 20 0 20 0 77408402 19521036288 42645 18446744073709551615 94837207379968 94837207383664 140734607830288 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94837207391480 94837207392272 94837234712576 140734607837567 140734607837668 140734607837668 140734607843272 0
/proc/87296/statm: 4765878 42645 5526 1 0 554605 0
[pid=87296/tid=87298] ppid=87293 vsize=19063512 memory=215587488049 CPUtime=10.65 cores=1,3
/proc/87296/task/87298/stat : 87298 (java) R 87293 87296 86624 0 -1 4194368 9909 0 0 0 1061 4 0 0 20 0 20 0 77408404 19521036288 42645 18446744073709551615 94837207379968 94837207383664 140734607830288 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94837207391480 94837207392272 94837234712576 140734607837567 140734607837668 140734607837668 140734607843272 0
[pid=87296/tid=87307] ppid=87293 vsize=19063512 memory=2305897122379334386 CPUtime=0 cores=1,3
/proc/87296/task/87307/stat : 87307 (Finalizer) S 87293 87296 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77408406 19521036288 42645 18446744073709551615 94837207379968 94837207383664 140734607830288 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94837207391480 94837207392272 94837234712576 140734607837567 140734607837668 140734607837668 140734607843272 0
[pid=87296/tid=87314] ppid=87293 vsize=19063512 memory=2314860354816486883 CPUtime=0 cores=1,3
/proc/87296/task/87314/stat : 87314 (Common-Cleaner) S 87293 87296 86624 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 77408406 19521036288 42645 18446744073709551615 94837207379968 94837207383664 140734607830288 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94837207391480 94837207392272 94837234712576 140734607837567 140734607837668 140734607837668 140734607843272 0
[pid=87296/tid=87315] ppid=87293 vsize=19063512 memory=-9123011406873178988 CPUtime=0 cores=1,3
/proc/87296/task/87315/stat : 87315 (Timer-0) S 87293 87296 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77408428 19521036288 42645 18446744073709551615 94837207379968 94837207383664 140734607830288 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94837207391480 94837207392272 94837234712576 140734607837567 140734607837668 140734607837668 140734607843272 0
Current children cumulated CPU time: 12.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 170580 KiB

[startup+11.0002 s]*
/proc/loadavg: 4.40 3.76 3.78 5/342 87316
/proc/meminfo: memFree=104340492/131249996 swapFree=33010160/33010684
[pid=87296] ppid=87293 vsize=19063512 memory=171988 CPUtime=13.26 cores=1,3
/proc/87296/stat : 87296 (java) S 87293 87296 86624 0 -1 4194304 32298 0 0 0 1318 8 0 0 20 0 20 0 77408402 19521036288 42997 18446744073709551615 94837207379968 94837207383664 140734607830288 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94837207391480 94837207392272 94837234712576 140734607837567 140734607837668 140734607837668 140734607843272 0
/proc/87296/statm: 4765878 42997 5526 1 0 554605 0
[pid=87296/tid=87298] ppid=87293 vsize=19063512 memory=426645127199 CPUtime=10.86 cores=1,3
/proc/87296/task/87298/stat : 87298 (java) R 87293 87296 86624 0 -1 4194368 9916 0 0 0 1082 4 0 0 20 0 20 0 77408404 19521036288 42997 18446744073709551615 94837207379968 94837207383664 140734607830288 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94837207391480 94837207392272 94837234712576 140734607837567 140734607837668 140734607837668 140734607843272 0
[pid=87296/tid=87307] ppid=87293 vsize=19063512 memory=13856 CPUtime=0 cores=1,3
/proc/87296/task/87307/stat : 87307 (Finalizer) S 87293 87296 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77408406 19521036288 42997 18446744073709551615 94837207379968 94837207383664 140734607830288 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94837207391480 94837207392272 94837234712576 140734607837567 140734607837668 140734607837668 140734607843272 0
[pid=87296/tid=87314] ppid=87293 vsize=19063512 memory=3891168593555227393 CPUtime=0 cores=1,3
/proc/87296/task/87314/stat : 87314 (Common-Cleaner) S 87293 87296 86624 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 77408406 19521036288 42997 18446744073709551615 94837207379968 94837207383664 140734607830288 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94837207391480 94837207392272 94837234712576 140734607837567 140734607837668 140734607837668 140734607843272 0
[pid=87296/tid=87315] ppid=87293 vsize=19063512 memory=255902 CPUtime=0 cores=1,3
/proc/87296/task/87315/stat : 87315 (Timer-0) S 87293 87296 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77408428 19521036288 42997 18446744073709551615 94837207379968 94837207383664 140734607830288 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94837207391480 94837207392272 94837234712576 140734607837567 140734607837668 140734607837668 140734607843272 0
Current children cumulated CPU time: 13.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 171988 KiB

[startup+11.106 s]*
/proc/loadavg: 4.40 3.76 3.78 5/324 87318
/proc/meminfo: memFree=104471520/131249996 swapFree=33010160/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 30

Real time (s): 11.1314
CPU time (s): 13.3785
CPU user time (s): 13.286
CPU system time (s): 0.09248
CPU usage (%): 120.187
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 180560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.286
system time used= 0.09248
maximum resident set size= 180560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33919
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= 1849
involuntary context switches= 1077


# summary of solver processes directly reported to runsolver:
#   pid: 87296
#   total CPU time (s): 13.3785
#   total CPU user time (s): 13.286
#   total CPU system time (s): 0.09248

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.045282 second user time and 0.103591 second system time

The end

Launcher Data

Begin job on nodeC032 at 2025-07-04 10:21:38
IDJOB=4524785
IDBENCH=143214
IDSOLVER=3380
FILE ID=nodeC032/4524785-1751617298
RUNJOBID= nodeC032-1751616933-86636
SLURM_JOB_ID= 9598926
Free space on /tmp= 429048 MiB

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

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

MD5SUM BENCH= 199e04bc8ae23cdbb04e568c1e7b7c33
RANDOM SEED=1169108181

nodeC032 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	: 0xb00002a
cpu MHz		: 3600.248
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.69
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	: 0xb00002a
cpu MHz		: 3600.235
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.69
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	: 0xb00002a
cpu MHz		: 3553.241
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.69
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	: 0xb00002a
cpu MHz		: 3599.908
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.69
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	: 0xb00002a
cpu MHz		: 3599.871
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.69
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	: 0xb00002a
cpu MHz		: 3599.815
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.69
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	: 0xb00002a
cpu MHz		: 3599.243
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.69
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	: 0xb00002a
cpu MHz		: 3599.641
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        104764492 kB
MemAvailable:   122789876 kB
Buffers:            2728 kB
Cached:         18703132 kB
SwapCached:           20 kB
Active:          7308948 kB
Inactive:       18333636 kB
Active(anon):    6951648 kB
Inactive(anon):     3124 kB
Active(file):     357300 kB
Inactive(file): 18330512 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1244 kB
Writeback:             0 kB
AnonPages:       6939760 kB
Mapped:           124124 kB
Shmem:             18048 kB
KReclaimable:     353624 kB
Slab:             448120 kB
SReclaimable:     353624 kB
SUnreclaim:        94496 kB
KernelStack:        5212 kB
PageTables:        17296 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    9474932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6682624 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 429048 MiB
End job on nodeC032 at 2025-07-04 10:21:49