Trace number 4465084

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
FiberSCIP 2024-07-30OPTIMUM 281.911 282.984

General information on the benchmark

NamePB24/WBO/SOFT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900566157--soft-0-100-0.wbo
MD5SUM3a80f9a705c5ec8a5a9c03ad559eff2a
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.5539
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 136368
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136367
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 801
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

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.05	c Default LC presolving (default).
0.00/0.05	c ** Before presolving: virtualMemUsedAtLc = 35749888, getVmSize() = 35749888, SCIPgetMemUsed() = 10377933, SCIPgetMemTotal() = 13642749, SCIPgetMemExternEstim() = 7879036
0.00/0.05	c ** set memory limit for presolving in LC to 8.79608e+12 for SCIP **
2.47/2.52	c ** Estimated virtualMemUsedAtSolver = 41860616, getVmSize() = 78655488, SCIPgetMemUsed() = 39289377, SCIPgetMemTotal() = 54911889, SCIPgetMemExternEstim() = 7879036
2.47/2.52	c ** set memory limit for solvers to 4.39805e+12 for each SCIP **
2.47/2.52	c Original Problem   :
2.47/2.52	c   Problem name     : instance-4465084-1722389414
2.47/2.52	c   Variables        : 2938 (2938 binary, 0 integer, 0 implicit integer, 0 continuous)
2.47/2.52	c   Constraints      : 5415
2.47/2.52	c   Objective sense  : minimize
2.47/2.52	c Presolved Problem  :
2.47/2.52	c   Variables        : 2961 (2938 binary, 0 integer, 23 implicit integer, 0 continuous)
2.47/2.52	c   Constraints      : 2740
2.47/2.52	c Constraints        : Number
2.47/2.52	c   linear           : 2708 
2.47/2.52	c   indicator        : 32 
2.47/2.52	c ** Instance transfer method used: 0
2.47/2.53	c ** ParaScipInstance copy does not increase the number of variables. **
2.47/2.55	c LC is working with racing ramp-up and with rebuilding tree after racing.
2.47/2.55	c                                Nodes    Active                                            
2.47/2.55	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
2.47/2.57	c *       3              0           1         1      136278.0000                -          -
2.57/2.67	c *       3              0           1         1       90277.0000                -          -
2.57/2.68	c *       3              0           1         1        1389.0000                -          -
5.26/5.34	c *       5              0           1         1          92.0000                -          -
5.26/5.34	c         5              0           1         1          92.0000                -          -
10.54/10.61	c *      11             13           9         1          47.0000           0.0000          -
10.54/10.61	c        11             13           9         1          47.0000           0.0000          -
10.64/10.77	c *      11             13           9         1          45.0000           0.0000          -
11.74/11.89	c *      12             22          10         1          23.0000           0.0000          -
16.53/16.67	c        17             85          20         1          23.0000           0.0000          -
21.71/21.84	c        22            334          41         1          23.0000           0.0000          -
26.79/26.98	c        27            592          83         1          23.0000           0.0000          -
32.68/32.88	c        33            911         120         1          23.0000           0.0000          -
32.78/32.95	c *      33            911         120         1          13.0000           0.0000          -
35.89/36.05	c *      36           1103         112         1           7.0000           0.0000          -
38.16/38.33	c        38           1493         210         1           7.0000           0.0000          -
42.75/42.93	c *      43           2056         295         1           5.0000           0.0000          -
44.05/44.24	c        44           2254           1         1           5.0000           0.0000          -
49.23/49.46	c        49           3139         160         1           5.0000           0.0000          -
54.31/54.59	c        55           4896         306         1           5.0000           0.0000          -
59.59/59.85	c        60           6948         369         1           5.0000           0.0000          -
64.66/64.92	c        65           8450         546         1           5.0000           0.0000          -
70.35/70.69	c        71          10151         755         1           5.0000           0.0000          -
75.42/75.75	c        76          11827         927         1           5.0000           0.0000          -
80.60/80.92	c        81          13741        1030         1           5.0000           0.0000          -
85.89/86.20	c        86          15058        1177         1           5.0000           0.0000          -
90.28/90.69	c *      91          16175        1284         1           4.0000           0.0000          -
91.27/91.65	c        92          16558        1117         1           4.0000           0.0000          -
96.36/96.70	c        97          18869        1171         1           4.0000           0.0000          -
101.33/101.76	c       102          21436        1362         1           4.0000           0.0000          -
106.42/106.87	c       107          23191        1488         1           4.0000           0.0000          -
106.82/107.23	c *     107          23191        1488         1           1.0000           0.0000          -
111.50/111.92	c       112          26301         220         1           1.0000           0.0000          -
116.48/116.97	c       117          29232         177         1           1.0000           0.0000          -
121.86/122.32	c       122          31389         156         1           1.0000           0.0000          -
126.84/127.37	c       127          34333         136         1           1.0000           0.0000          -
131.91/132.43	c       132          37036         218         1           1.0000           0.0000          -
136.90/137.48	c       137          39224         313         1           1.0000           0.0000          -
141.98/142.58	c       143          40951         341         1           1.0000           0.0000          -
147.06/147.66	c       148          42910         347         1           1.0000           0.0000          -
152.14/152.75	c       153          44513         348         1           1.0000           0.0000          -
157.23/157.81	c       158          46533         360         1           1.0000           0.0000          -
162.30/162.91	c       163          48621         364         1           1.0000           0.0000          -
167.28/167.96	c       168          50616         393         1           1.0000           0.0000          -
172.38/173.05	c       173          52657         366         1           1.0000           0.0000          -
177.46/178.18	c       178          54194         354         1           1.0000           0.0000          -
183.23/183.95	c       184          55649         366         1           1.0000           0.0000          -
188.32/189.08	c       189          58404         327         1           1.0000           0.0000          -
193.41/194.13	c       194          60596         302         1           1.0000           0.0000          -
198.48/199.22	c       199          63423         286         1           1.0000           0.0000          -
203.46/204.29	c       204          66357         266         1           1.0000           0.0000          -
208.55/209.34	c       209          69296         233         1           1.0000           0.0000          -
213.63/214.42	c       214          72178         185         1           1.0000           0.0000          -
218.62/219.47	c       219          74565         153         1           1.0000           0.0000          -
223.70/224.52	c       225          76847         105         1           1.0000           0.0000          -
228.68/229.57	c       230          80020          65         1           1.0000           0.0000          -
233.77/234.62	c       235          83164          33         1           1.0000           0.0000          -
238.75/239.67	c       240          86068          14         1           1.0000           0.0000          -
243.83/244.72	c       245          89093          58         1           1.0000           0.0000          -
248.82/249.77	c       250          91733          54         1           1.0000           0.0000          -
253.89/254.82	c       255          94306          71         1           1.0000           0.0000          -
258.86/259.88	c       260          97214          48         1           1.0000           0.0000          -
263.93/264.94	c       265          99392           3         1           1.0000           0.0000          -
268.91/270.01	c       270         102273           7         1           1.0000           0.0000          -
273.98/275.06	c       275         104840          36         1           1.0000           0.0000          -
280.33/281.41	c       281         106160          28         1           1.0000           0.0000          -
281.82/282.92	c       283         106904           0         0           1.0000           1.0000      0.00%
281.82/282.94	c       283         106904           0         0           1.0000           1.0000          -
281.82/282.94	c SCIP Status        : c problem is solved
281.82/282.94	c Total Time         : 282.9400
281.82/282.94	c   solving          : 282.9400
281.82/282.94	c   presolving       : 2.4714 (included in solving)
281.82/282.94	c B&B Tree           :
281.82/282.94	c   nodes (total)    : 106904
281.82/282.94	c Solution           :
281.82/282.94	c   Solutions found  : 13
281.82/282.94	c   Primal Bound     : +1.00000000000000e+00
281.82/282.94	c   Dual Bound       : +1.00000000000000e+00
281.82/282.94	c Gap                : 0.00000 %
281.82/282.98	o 1
281.82/282.98	s OPTIMUM FOUND
281.82/282.98	v -x231 x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
281.82/282.98	v x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 x193 -x192 -x191 -x190 -x189 
281.82/282.98	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
281.82/282.98	v -x167 -x166 x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 x152 -x151 x150 -x149 -x148 -x147 
281.82/282.98	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 x127 -x126 -x125 
281.82/282.98	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 x112 -x111 -x110 -x109 -x108 -x107 -x106 x105 -x104 
281.82/282.98	v -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 x81 -x80 
281.82/282.98	v -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 x67 -x66 -x65 -x64 -x63 x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 
281.82/282.98	v -x53 -x52 -x51 -x50 -x49 -x48 x47 -x46 -x45 -x44 x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 x33 -x32 -x31 -x30 -x29 
281.82/282.98	v -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 x18 -x17 -x16 x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 
281.82/282.98	v -x1 

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4465084-1722389414/watcher-4465084-1722389414 -o /tmp/evaluation-result-4465084-1722389414/solver-4465084-1722389414 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1722389412-35456 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465084-1722389414.wbo -qsol -t 3600 -sth 1 

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

solver pid=35598, runsolver pid=35595

[startup+0.100862 s]*
/proc/loadavg: 1.85 2.75 3.44 5/253 35599
/proc/meminfo: memFree=124791408/131655788 swapFree=131071996/131071996
[pid=35598] ppid=35595 vsize=48240 memory=36620 CPUtime=0.1 cores=1,3
/proc/35598/stat : 35598 (fscip) R 35595 35598 35414 0 -1 4194304 6810 0 0 0 8 2 0 0 20 0 1 0 5537031 49397760 9155 134679101440 4194304 16623229 140733332368880 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 56774656 140733332374548 140733332374664 140733332374664 140733332381680 0
/proc/35598/statm: 12060 9155 2614 3035 0 8456 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 48240 KiB
Current children cumulated memory: 36620 KiB

[startup+0.213655 s]*
/proc/loadavg: 1.85 2.75 3.44 4/249 35599
/proc/meminfo: memFree=124844964/131655788 swapFree=131071996/131071996
[pid=35598] ppid=35595 vsize=50336 memory=39056 CPUtime=0.2 cores=1,3
/proc/35598/stat : 35598 (fscip) R 35595 35598 35414 0 -1 4194304 7358 0 0 0 18 2 0 0 20 0 1 0 5537031 51544064 9764 134679101440 4194304 16623229 140733332368880 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 56774656 140733332374548 140733332374664 140733332374664 140733332381680 0
/proc/35598/statm: 12584 9764 2630 3035 0 8980 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 50336 KiB
Current children cumulated memory: 39056 KiB

[startup+0.311066 s]*
/proc/loadavg: 1.85 2.75 3.44 5/246 35607
/proc/meminfo: memFree=124845176/131655788 swapFree=131071996/131071996
[pid=35598] ppid=35595 vsize=50336 memory=39056 CPUtime=0.3 cores=1,3
/proc/35598/stat : 35598 (fscip) R 35595 35598 35414 0 -1 4194304 7374 0 0 0 28 2 0 0 20 0 1 0 5537031 51544064 9764 134679101440 4194304 16623229 140733332368880 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 56774656 140733332374548 140733332374664 140733332374664 140733332381680 0
/proc/35598/statm: 12584 9764 2630 3035 0 8980 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 50336 KiB
Current children cumulated memory: 39056 KiB

[startup+0.700263 s]
/proc/loadavg: 1.85 2.75 3.44 5/246 35629
/proc/meminfo: memFree=124862520/131655788 swapFree=131071996/131071996
[pid=35598] ppid=35595 vsize=50832 memory=39320 CPUtime=0.68 cores=1,3
/proc/35598/stat : 35598 (fscip) R 35595 35598 35414 0 -1 4194304 7470 0 0 0 66 2 0 0 20 0 1 0 5537031 52051968 9830 134679101440 4194304 16623229 140733332368880 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 56774656 140733332374548 140733332374664 140733332374664 140733332381680 0
/proc/35598/statm: 12708 9830 2630 3035 0 9104 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 50832 KiB
Current children cumulated memory: 39320 KiB

[startup+1.5003 s]
/proc/loadavg: 2.02 2.77 3.44 4/246 35649
/proc/meminfo: memFree=124873808/131655788 swapFree=131071996/131071996
[pid=35598] ppid=35595 vsize=52376 memory=40904 CPUtime=1.47 cores=1,3
/proc/35598/stat : 35598 (fscip) R 35595 35598 35414 0 -1 4194304 7854 0 0 0 145 2 0 0 20 0 1 0 5537031 53633024 10226 134679101440 4194304 16623229 140733332368880 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 56774656 140733332374548 140733332374664 140733332374664 140733332381680 0
/proc/35598/statm: 13094 10226 2630 3035 0 9490 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 52376 KiB
Current children cumulated memory: 40904 KiB

[startup+3.11272 s]
/proc/loadavg: 2.02 2.77 3.44 5/251 35693
/proc/meminfo: memFree=124800692/131655788 swapFree=131071996/131071996
[pid=35598] ppid=35595 vsize=166608 memory=87884 CPUtime=3.08 cores=1,3
/proc/35598/stat : 35598 (fscip) S 35595 35598 35414 0 -1 1077936128 20367 0 0 0 303 5 0 0 20 0 3 0 5537031 170606592 21971 134679101440 4194304 16623229 140733332368880 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 56774656 140733332374548 140733332374664 140733332374664 140733332381680 0
/proc/35598/statm: 41652 21971 2870 3035 0 28059 0
[pid=35598/tid=35692] ppid=35595 vsize=166608 memory=74172 CPUtime=0.56 cores=1,3
/proc/35598/task/35692/stat : 35692 (fscip) R 35595 35598 35414 0 -1 4194368 6918 0 0 0 55 1 0 0 20 0 3 0 5537283 170606592 21971 134679101440 4194304 16623229 140733332368880 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 56774656 140733332374548 140733332374664 140733332374664 140733332381680 0
[pid=35598/tid=35693] ppid=35595 vsize=166608 memory=39848 CPUtime=0 cores=1,3
/proc/35598/task/35693/stat : 35693 (fscip) S 35595 35598 35414 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 5537286 170606592 21971 134679101440 4194304 16623229 140733332368880 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 56774656 140733332374548 140733332374664 140733332374664 140733332381680 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 166608 KiB
Current children cumulated memory: 87884 KiB

[startup+6.30037 s]
/proc/loadavg: 2.18 2.79 3.44 5/255 35697
/proc/meminfo: memFree=124636220/131655788 swapFree=131071996/131071996
[pid=35598] ppid=35595 vsize=170648 memory=125796 CPUtime=6.26 cores=1,3
/proc/35598/stat : 35598 (fscip) S 35595 35598 35414 0 -1 1077936128 36131 0 0 0 618 8 0 0 20 0 3 0 5537031 174743552 31449 134679101440 4194304 16623229 140733332368880 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 56774656 140733332374548 140733332374664 140733332374664 140733332381680 0
/proc/35598/statm: 42662 31449 3014 3035 0 38647 0
[pid=35598/tid=35692] ppid=35595 vsize=170648 memory=11352 CPUtime=3.74 cores=1,3
/proc/35598/task/35692/stat : 35692 (fscip) R 35595 35598 35414 0 -1 4194368 22192 0 0 0 370 4 0 0 20 0 3 0 5537283 174743552 31449 134679101440 4194304 16623229 140733332368880 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 56774656 140733332374548 140733332374664 140733332374664 140733332381680 0
[pid=35598/tid=35693] ppid=35595 vsize=170648 memory=40904 CPUtime=0 cores=1,3
/proc/35598/task/35693/stat : 35693 (fscip) S 35595 35598 35414 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 3 0 5537286 174743552 31449 134679101440 4194304 16623229 140733332368880 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 56774656 140733332374548 140733332374664 140733332374664 140733332381680 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 170648 KiB
Current children cumulated memory: 125796 KiB

[startup+12.7003 s]
/proc/loadavg: 2.32 2.81 3.45 5/255 35746
/proc/meminfo: memFree=124528492/131655788 swapFree=131071996/131071996
[pid=35598] ppid=35595 vsize=301720 memory=196508 CPUtime=12.64 cores=1,3
/proc/35598/stat : 35598 (fscip) S 35595 35598 35414 0 -1 1077936128 73787 0 0 0 1251 13 0 0 20 0 3 0 5537031 308961280 49127 134679101440 4194304 16623229 140733332368880 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 56774656 140733332374548 140733332374664 140733332374664 140733332381680 0
/proc/35598/statm: 75430 49127 3014 3035 0 57159 0
[pid=35598/tid=35692] ppid=35595 vsize=301720 memory=196508 CPUtime=10.11 cores=1,3
/proc/35598/task/35692/stat : 35692 (fscip) R 35595 35598 35414 0 -1 4194368 59252 0 0 0 1003 8 0 0 20 0 3 0 5537283 308961280 49127 134679101440 4194304 16623229 140733332368880 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 56774656 140733332374548 140733332374664 140733332374664 140733332381680 0
[pid=35598/tid=35693] ppid=35595 vsize=301720 memory=196124 CPUtime=0 cores=1,3
/proc/35598/task/35693/stat : 35693 (fscip) S 35595 35598 35414 0 -1 1077936192 8 0 0 0 0 0 0 0 20 0 3 0 5537286 308961280 49127 134679101440 4194304 16623229 140733332368880 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 56774656 140733332374548 140733332374664 140733332374664 140733332381680 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 301720 KiB
Current children cumulated memory: 196508 KiB

[startup+25.5004 s]
/proc/loadavg: 2.66 2.87 3.46 5/253 35748
/proc/meminfo: memFree=124436804/131655788 swapFree=131071996/131071996
[pid=35598] ppid=35595 vsize=301720 memory=197460 CPUtime=25.4 cores=1,3
/proc/35598/stat : 35598 (fscip) S 35595 35598 35414 0 -1 1077936128 116832 0 0 0 2524 16 0 0 20 0 3 0 5537031 308961280 49365 134679101440 4194304 16623229 140733332368880 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 56774656 140733332374548 140733332374664 140733332374664 140733332381680 0
/proc/35598/statm: 75430 49365 3318 3035 0 57159 0
[pid=35598/tid=35692] ppid=35595 vsize=301720 memory=196508 CPUtime=22.88 cores=1,3
/proc/35598/task/35692/stat : 35692 (fscip) R 35595 35598 35414 0 -1 4194368 102219 0 0 0 2276 12 0 0 20 0 3 0 5537283 308961280 49365 134679101440 4194304 16623229 140733332368880 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 56774656 140733332374548 140733332374664 140733332374664 140733332381680 0
[pid=35598/tid=35693] ppid=35595 vsize=301720 memory=196384 CPUtime=0 cores=1,3
/proc/35598/task/35693/stat : 35693 (fscip) S 35595 35598 35414 0 -1 1077936192 14 0 0 0 0 0 0 0 20 0 3 0 5537286 308961280 49365 134679101440 4194304 16623229 140733332368880 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 56774656 140733332374548 140733332374664 140733332374664 140733332381680 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 301720 KiB
Current children cumulated memory: 197460 KiB

[startup+51.1127 s]
/proc/loadavg: 3.19 2.98 3.48 5/253 35753
/proc/meminfo: memFree=124296796/131655788 swapFree=131071996/131071996
[pid=35598] ppid=35595 vsize=301720 memory=236504 CPUtime=50.93 cores=1,3
/proc/35598/stat : 35598 (fscip) S 35595 35598 35414 0 -1 1077936128 188345 0 0 0 5070 23 0 0 20 0 3 0 5537031 308961280 59126 134679101440 4194304 16623229 140733332368880 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 56774656 140733332374548 140733332374664 140733332374664 140733332381680 0
/proc/35598/statm: 75430 59126 3318 3035 0 65935 0
[pid=35598/tid=35692] ppid=35595 vsize=301720 memory=235600 CPUtime=48.4 cores=1,3
/proc/35598/task/35692/stat : 35692 (fscip) R 35595 35598 35414 0 -1 4194368 172403 0 0 0 4822 18 0 0 20 0 3 0 5537283 308961280 59126 134679101440 4194304 16623229 140733332368880 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 56774656 140733332374548 140733332374664 140733332374664 140733332381680 0
[pid=35598/tid=35693] ppid=35595 vsize=301720 memory=235588 CPUtime=0 cores=1,3
/proc/35598/task/35693/stat : 35693 (fscip) S 35595 35598 35414 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 3 0 5537286 308961280 59126 134679101440 4194304 16623229 140733332368880 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 56774656 140733332374548 140733332374664 140733332374664 140733332381680 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 301720 KiB
Current children cumulated memory: 236504 KiB

[startup+102.3 s]
/proc/loadavg: 3.69 3.15 3.51 5/253 35761
/proc/meminfo: memFree=124154664/131655788 swapFree=131071996/131071996
[pid=35598] ppid=35595 vsize=381832 memory=281740 CPUtime=101.93 cores=1,3
/proc/35598/stat : 35598 (fscip) S 35595 35598 35414 0 -1 1077936128 254013 0 0 0 10163 30 0 0 20 0 3 0 5537031 390995968 70435 134679101440 4194304 16623229 140733332368880 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 56774656 140733332374548 140733332374664 140733332374664 140733332381680 0
/proc/35598/statm: 95458 70435 3318 3035 0 77004 0
[pid=35598/tid=35692] ppid=35595 vsize=381832 memory=274528 CPUtime=99.4 cores=1,3
/proc/35598/task/35692/stat : 35692 (fscip) R 35595 35598 35414 0 -1 4194368 237671 0 0 0 9914 26 0 0 20 0 3 0 5537283 390995968 70435 134679101440 4194304 16623229 140733332368880 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 56774656 140733332374548 140733332374664 140733332374664 140733332381680 0
[pid=35598/tid=35693] ppid=35595 vsize=381832 memory=16848 CPUtime=0 cores=1,3
/proc/35598/task/35693/stat : 35693 (fscip) S 35595 35598 35414 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 3 0 5537286 390995968 70435 134679101440 4194304 16623229 140733332368880 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 56774656 140733332374548 140733332374664 140733332374664 140733332381680 0
Current children cumulated CPU time: 101.93 s
Current children cumulated vsize: 381832 KiB
Current children cumulated memory: 281740 KiB

[startup+162.3 s]
/proc/loadavg: 4.03 3.35 3.56 5/253 35773
/proc/meminfo: memFree=124076356/131655788 swapFree=131071996/131071996
[pid=35598] ppid=35595 vsize=398360 memory=302076 CPUtime=161.71 cores=1,3
/proc/35598/stat : 35598 (fscip) S 35595 35598 35414 0 -1 1077936128 281566 0 0 0 16132 39 0 0 20 0 3 0 5537031 407920640 75519 134679101440 4194304 16623229 140733332368880 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 56774656 140733332374548 140733332374664 140733332374664 140733332381680 0
/proc/35598/statm: 99590 75519 3318 3035 0 81136 0
[pid=35598/tid=35692] ppid=35595 vsize=398360 memory=286772 CPUtime=159.16 cores=1,3
/proc/35598/task/35692/stat : 35692 (fscip) R 35595 35598 35414 0 -1 4194368 265170 0 0 0 15882 34 0 0 20 0 3 0 5537283 407920640 75519 134679101440 4194304 16623229 140733332368880 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 56774656 140733332374548 140733332374664 140733332374664 140733332381680 0
[pid=35598/tid=35693] ppid=35595 vsize=398360 memory=301264 CPUtime=0 cores=1,3
/proc/35598/task/35693/stat : 35693 (fscip) S 35595 35598 35414 0 -1 1077936192 29 0 0 0 0 0 0 0 20 0 3 0 5537286 407920640 75519 134679101440 4194304 16623229 140733332368880 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 56774656 140733332374548 140733332374664 140733332374664 140733332381680 0
Current children cumulated CPU time: 161.71 s
Current children cumulated vsize: 398360 KiB
Current children cumulated memory: 302076 KiB

[startup+222.3 s]
/proc/loadavg: 4.04 3.49 3.60 5/253 35783
/proc/meminfo: memFree=123995632/131655788 swapFree=131071996/131071996
[pid=35598] ppid=35595 vsize=404584 memory=320064 CPUtime=221.51 cores=1,3
/proc/35598/stat : 35598 (fscip) S 35595 35598 35414 0 -1 1077936128 292934 0 0 0 22107 44 0 0 20 0 3 0 5537031 414294016 80016 134679101440 4194304 16623229 140733332368880 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 56774656 140733332374548 140733332374664 140733332374664 140733332381680 0
/proc/35598/statm: 101146 80016 3318 3035 0 82692 0
[pid=35598/tid=35692] ppid=35595 vsize=404584 memory=5540 CPUtime=218.96 cores=1,3
/proc/35598/task/35692/stat : 35692 (fscip) R 35595 35598 35414 0 -1 4194368 276504 0 0 0 21857 39 0 0 20 0 3 0 5537283 414294016 80016 134679101440 4194304 16623229 140733332368880 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 56774656 140733332374548 140733332374664 140733332374664 140733332381680 0
[pid=35598/tid=35693] ppid=35595 vsize=404584 memory=12220 CPUtime=0 cores=1,3
/proc/35598/task/35693/stat : 35693 (fscip) S 35595 35598 35414 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 3 0 5537286 414294016 80016 134679101440 4194304 16623229 140733332368880 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 56774656 140733332374548 140733332374664 140733332374664 140733332381680 0
Current children cumulated CPU time: 221.51 s
Current children cumulated vsize: 404584 KiB
Current children cumulated memory: 320064 KiB

[startup+282.3 s]
/proc/loadavg: 4.57 3.72 3.67 5/252 35840
/proc/meminfo: memFree=123590088/131655788 swapFree=131071996/131071996
[pid=35598] ppid=35595 vsize=414960 memory=329016 CPUtime=281.22 cores=1,3
/proc/35598/stat : 35598 (fscip) S 35595 35598 35414 0 -1 1077936128 313787 0 0 0 28068 54 0 0 20 0 3 0 5537031 424919040 82254 134679101440 4194304 16623229 140733332368880 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 56774656 140733332374548 140733332374664 140733332374664 140733332381680 0
/proc/35598/statm: 103740 82254 3318 3035 0 85286 0
[pid=35598/tid=35692] ppid=35595 vsize=414960 memory=328984 CPUtime=278.67 cores=1,3
/proc/35598/task/35692/stat : 35692 (fscip) R 35595 35598 35414 0 -1 4194368 297339 0 0 0 27818 49 0 0 20 0 3 0 5537283 424919040 82254 134679101440 4194304 16623229 140733332368880 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 56774656 140733332374548 140733332374664 140733332374664 140733332381680 0
[pid=35598/tid=35693] ppid=35595 vsize=414960 memory=327164 CPUtime=0 cores=1,3
/proc/35598/task/35693/stat : 35693 (fscip) S 35595 35598 35414 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 3 0 5537286 424919040 82254 134679101440 4194304 16623229 140733332368880 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 56774656 140733332374548 140733332374664 140733332374664 140733332381680 0
Current children cumulated CPU time: 281.22 s
Current children cumulated vsize: 414960 KiB
Current children cumulated memory: 329016 KiB

[startup+282.984 s]
# the end of solver process 35598 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=281.354 s, system=0.556858 s

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

[startup+282.4 s]
/proc/loadavg: 4.57 3.72 3.67 5/252 35840
/proc/meminfo: memFree=123590088/131655788 swapFree=131071996/131071996
[pid=35598] ppid=35595 vsize=414960 memory=329016 CPUtime=281.32 cores=1,3
/proc/35598/stat : 35598 (fscip) S 35595 35598 35414 0 -1 1077936128 313787 0 0 0 28078 54 0 0 20 0 3 0 5537031 424919040 82254 134679101440 4194304 16623229 140733332368880 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 56774656 140733332374548 140733332374664 140733332374664 140733332381680 0
/proc/35598/statm: 103740 82254 3318 3035 0 85286 0
[pid=35598/tid=35692] ppid=35595 vsize=414960 memory=0 CPUtime=278.77 cores=1,3
/proc/35598/task/35692/stat : 35692 (fscip) R 35595 35598 35414 0 -1 4194368 297339 0 0 0 27828 49 0 0 20 0 3 0 5537283 424919040 82254 134679101440 4194304 16623229 140733332368880 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 56774656 140733332374548 140733332374664 140733332374664 140733332381680 0
[pid=35598/tid=35693] ppid=35595 vsize=414960 memory=329016 CPUtime=0 cores=1,3
/proc/35598/task/35693/stat : 35693 (fscip) S 35595 35598 35414 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 3 0 5537286 424919040 82254 134679101440 4194304 16623229 140733332368880 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 56774656 140733332374548 140733332374664 140733332374664 140733332381680 0
Current children cumulated CPU time: 281.32 s
Current children cumulated vsize: 414960 KiB
Current children cumulated memory: 329016 KiB

[startup+282.8 s]
/proc/loadavg: 4.57 3.72 3.67 5/252 35840
/proc/meminfo: memFree=123590088/131655788 swapFree=131071996/131071996
[pid=35598] ppid=35595 vsize=414960 memory=329016 CPUtime=281.72 cores=1,3
/proc/35598/stat : 35598 (fscip) S 35595 35598 35414 0 -1 1077936128 313787 0 0 0 28118 54 0 0 20 0 3 0 5537031 424919040 82254 134679101440 4194304 16623229 140733332368880 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 56774656 140733332374548 140733332374664 140733332374664 140733332381680 0
/proc/35598/statm: 103740 82254 3318 3035 0 85286 0
[pid=35598/tid=35692] ppid=35595 vsize=414960 memory=11528 CPUtime=279.17 cores=1,3
/proc/35598/task/35692/stat : 35692 (fscip) R 35595 35598 35414 0 -1 4194368 297339 0 0 0 27868 49 0 0 20 0 3 0 5537283 424919040 82254 134679101440 4194304 16623229 140733332368880 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 56774656 140733332374548 140733332374664 140733332374664 140733332381680 0
[pid=35598/tid=35693] ppid=35595 vsize=414960 memory=11488 CPUtime=0 cores=1,3
/proc/35598/task/35693/stat : 35693 (fscip) S 35595 35598 35414 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 3 0 5537286 424919040 82254 134679101440 4194304 16623229 140733332368880 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 56774656 140733332374548 140733332374664 140733332374664 140733332381680 0
Current children cumulated CPU time: 281.72 s
Current children cumulated vsize: 414960 KiB
Current children cumulated memory: 329016 KiB

[startup+282.9 s]
/proc/loadavg: 4.57 3.72 3.67 5/252 35840
/proc/meminfo: memFree=123590088/131655788 swapFree=131071996/131071996
[pid=35598] ppid=35595 vsize=414960 memory=329016 CPUtime=281.82 cores=1,3
/proc/35598/stat : 35598 (fscip) S 35595 35598 35414 0 -1 1077936128 313787 0 0 0 28128 54 0 0 20 0 3 0 5537031 424919040 82254 134679101440 4194304 16623229 140733332368880 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 56774656 140733332374548 140733332374664 140733332374664 140733332381680 0
/proc/35598/statm: 103740 82254 3318 3035 0 85286 0
[pid=35598/tid=35692] ppid=35595 vsize=414960 memory=328984 CPUtime=279.27 cores=1,3
/proc/35598/task/35692/stat : 35692 (fscip) R 35595 35598 35414 0 -1 4194368 297339 0 0 0 27878 49 0 0 20 0 3 0 5537283 424919040 82254 134679101440 4194304 16623229 140733332368880 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 56774656 140733332374548 140733332374664 140733332374664 140733332381680 0
[pid=35598/tid=35693] ppid=35595 vsize=414960 memory=327164 CPUtime=0 cores=1,3
/proc/35598/task/35693/stat : 35693 (fscip) S 35595 35598 35414 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 3 0 5537286 424919040 82254 134679101440 4194304 16623229 140733332368880 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 56774656 140733332374548 140733332374664 140733332374664 140733332381680 0
Current children cumulated CPU time: 281.82 s
Current children cumulated vsize: 414960 KiB
Current children cumulated memory: 329016 KiB

Child status: 0

Real time (s): 282.984
CPU time (s): 281.911
CPU user time (s): 281.354
CPU system time (s): 0.556858
CPU usage (%): 99.6208
Max. virtual memory (cumulated for all children) (KiB): 414960
Max. memory (cumulated for all children) (KiB): 329016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 281.354
system time used= 0.556858
maximum resident set size= 329016
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 314318
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 924
involuntary context switches= 497


# summary of solver processes directly reported to runsolver:
#   pid: 35598
#   total CPU time (s): 281.911
#   total CPU user time (s): 281.354
#   total CPU system time (s): 0.556858

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.31518 second user time and 2.94524 second system time

The end

Launcher Data

Begin job on nodeC002 at 2024-07-31 03:30:14
IDJOB=4465084
IDBENCH=143181
IDSOLVER=3093
FILE ID=nodeC002/4465084-1722389414
RUNJOBID= nodeC002-1722389412-35456
SLURM_JOB_ID= 8249862
Free space on /tmp= 723700 MiB

SOLVER NAME= FiberSCIP 2024-07-30
BENCH NAME= PB24/WBO/SOFT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900566157--soft-0-100-0.wbo
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4465084-1722389414/watcher-4465084-1722389414 -o /tmp/evaluation-result-4465084-1722389414/solver-4465084-1722389414 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1722389412-35456 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465084-1722389414.wbo -qsol -t 3600 -sth 1

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

MD5SUM BENCH= 3a80f9a705c5ec8a5a9c03ad559eff2a
RANDOM SEED=715829289

nodeC002.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        124826428 kB
MemAvailable:   129685672 kB
Buffers:          114424 kB
Cached:          5534348 kB
SwapCached:            0 kB
Active:           277984 kB
Inactive:        6000736 kB
Active(anon):       1920 kB
Inactive(anon):   657532 kB
Active(file):     276064 kB
Inactive(file):  5343204 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            113412 kB
Writeback:             4 kB
AnonPages:        629176 kB
Mapped:           126176 kB
Shmem:             29512 kB
KReclaimable:     160012 kB
Slab:             244296 kB
SReclaimable:     160012 kB
SUnreclaim:        84284 kB
KernelStack:        4032 kB
PageTables:        10148 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     975816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:             7232 kB
HardwareCorrupted:     0 kB
AnonHugePages:    237568 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      224072 kB
DirectMap2M:    19603456 kB
DirectMap1G:    116391936 kB

Free space on /tmp at the end= 723672 MiB
End job on nodeC002 at 2024-07-31 03:34:57