Trace number 4464746

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 NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 2024-07-30OPT-180 47.5236 47.6567

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/maxcut/maxcut_opt_complete_5-partite_inlv/
normalized-maxcut_opt_complete_5-partite_inlv_nvert_27.opb
MD5SUM3b9231489038b4cdb94f511f52877e11
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-180
Best CPU time to get the best result obtained on this benchmark1.99794
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables351
Total number of constraints11700
Number of constraints which are clauses11700
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 291
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 291
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 291
Number of bits of the biggest sum of numbers9
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.03	c Default LC presolving (default).
0.00/0.03	c ** Before presolving: virtualMemUsedAtLc = 42082304, getVmSize() = 42082304, SCIPgetMemUsed() = 14287008, SCIPgetMemTotal() = 19650520, SCIPgetMemExternEstim() = 11995982
0.00/0.03	c ** set memory limit for presolving in LC to 8.79608e+12 for SCIP **
0.30/0.34	c ** Estimated virtualMemUsedAtSolver = 76147870, getVmSize() = 127000576, SCIPgetMemUsed() = 55903904, SCIPgetMemTotal() = 102225824, SCIPgetMemExternEstim() = 11995982
0.30/0.34	c ** set memory limit for solvers to 4.39804e+12 for each SCIP **
0.30/0.34	c Original Problem   :
0.30/0.34	c   Problem name     : instance-4464746-1722390793
0.30/0.34	c   Variables        : 351 (351 binary, 0 integer, 0 implicit integer, 0 continuous)
0.30/0.34	c   Constraints      : 11700
0.30/0.34	c   Objective sense  : minimize
0.30/0.34	c Presolved Problem  :
0.30/0.34	c   Variables        : 351 (351 binary, 0 integer, 0 implicit integer, 0 continuous)
0.30/0.34	c   Constraints      : 11700
0.30/0.34	c Constraints        : Number
0.30/0.34	c   logicor          : 11700 
0.30/0.34	c ** Instance transfer method used: 0
0.30/0.35	c ** ParaScipInstance copy does not increase the number of variables. **
0.30/0.37	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.30/0.37	c                                Nodes    Active                                            
0.30/0.37	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
0.49/0.52	c *       1              0           1         1        -164.0000                -          -
4.07/4.18	c *       4              0           1         1        -169.0000                -          -
8.06/8.18	c         8              2           1         1        -169.0000        -192.7141     14.03%
16.43/16.56	c        17              4           3         1        -169.0000        -192.7141     14.03%
25.11/25.24	c        25              5           4         1        -169.0000        -192.7141     14.03%
27.20/27.30	c *      27              6           5         1        -173.0000        -192.7141     11.40%
27.20/27.38	c *      27              6           5         1        -174.0000        -192.7141     10.76%
28.80/28.96	c *      29             22          12         1        -176.0000        -192.6614      9.47%
30.80/30.95	c        31             35          19         1        -176.0000        -191.6962      8.92%
35.89/36.07	c        36            136          10         1        -176.0000        -191.2115      8.64%
41.77/41.92	c        42            205           9         1        -176.0000        -187.6667      6.63%
42.37/42.52	c *      43            205           9         1        -178.0000        -187.6667      5.43%
46.26/46.42	c *      46            272           6         1        -180.0000        -187.0000      3.89%
47.06/47.20	c        47            305           1         1        -180.0000        -186.3333      3.52%
47.36/47.57	c        48            310           0         0        -180.0000        -180.0000      0.00%
47.45/47.64	c        48            310           0         0        -180.0000        -180.0000          -
47.45/47.64	c SCIP Status        : c problem is solved
47.45/47.64	c Total Time         : 47.6300
47.45/47.64	c   solving          : 47.6300
47.45/47.64	c   presolving       : 0.3071 (included in solving)
47.45/47.64	c B&B Tree           :
47.45/47.64	c   nodes (total)    : 310
47.45/47.64	c Solution           :
47.45/47.64	c   Solutions found  : 8
47.45/47.64	c   Primal Bound     : -1.80000000000000e+02
47.45/47.64	c   Dual Bound       : -1.80000000000000e+02
47.45/47.64	c Gap                : 0.00000 %
47.45/47.64	o -180
47.45/47.64	s OPTIMUM FOUND
47.45/47.64	v -x341 -x335 -x328 -x320 -x311 -x306 -x301 -x295 -x290 -x283 -x278 -x270 -x265 -x256 -x251 -x246 -x241 -x236 -x230 -x225 -x220 -x213 
47.45/47.64	v -x208 -x203 -x195 -x190 -x185 -x176 -x171 -x166 -x161 -x156 -x151 -x146 -x140 -x135 -x130 -x125 -x118 -x113 -x108 -x103 
47.45/47.64	v -x95 -x90 -x85 -x80 -x71 -x66 -x61 -x56 -x51 -x25 -x46 -x20 -x41 -x15 -x36 -x10 -x31 -x5 -x351 x350 x349 -x346 x348 x347 -x343 
47.45/47.64	v -x342 x345 x344 x339 x338 x337 -x340 x334 x333 x332 -x336 -x331 -x327 -x326 x330 x325 x329 x324 -x321 -x316 -x319 x323 x318 
47.45/47.64	v x322 x317 -x313 -x308 -x312 -x307 x315 x310 x314 x309 x304 x299 x303 x298 x302 x297 -x305 -x300 x294 x289 x293 x288 x292 x287 
47.45/47.64	v -x296 -x291 -x286 -x282 -x277 -x281 -x276 x285 x280 x275 x284 x279 x274 -x271 -x266 -x261 -x269 -x264 x273 x268 x263 x272 x267 
47.45/47.64	v x262 -x258 -x253 -x248 -x257 -x252 -x247 x260 x255 x250 x259 x254 x249 x244 x239 x234 x243 x238 x233 x242 x237 x232 -x245 
47.45/47.64	v -x240 -x235 x229 x224 x219 x228 x223 x218 x227 x222 x217 -x231 -x226 -x221 -x216 -x212 -x207 -x202 -x211 -x206 -x201 x215 x210 
47.45/47.64	v x205 x200 x214 x209 x204 x199 -x196 -x191 -x186 -x181 -x194 -x189 -x184 x198 x193 x188 x183 x197 x192 x187 x182 -x178 -x173 
47.45/47.64	v -x168 -x163 -x177 -x172 -x167 -x162 x180 x175 x170 x165 x179 x174 x169 x164 x159 x154 x149 x144 x158 x153 x148 x143 x157 x152 
47.45/47.64	v x147 x142 -x160 -x155 -x150 -x145 x139 x134 x129 x124 x138 x133 x128 x123 x137 x132 x127 x122 -x141 -x136 -x131 -x126 -x121 
47.45/47.64	v -x117 -x112 -x107 -x102 -x116 -x111 -x106 -x101 x120 x115 x110 x105 x100 x119 x114 x109 x104 x99 -x96 -x91 -x86 -x81 -x76 -x94 
47.45/47.64	v -x89 -x84 -x79 x98 x93 x88 x83 x78 x97 x92 x87 x82 x77 -x73 -x68 -x63 -x58 -x53 -x72 -x67 -x62 -x57 -x52 x75 x70 x65 x60 
47.45/47.64	v x55 x74 x69 x64 x59 x54 x49 x44 x39 x34 x29 x48 x43 x38 x33 x28 x47 x42 x37 x32 x27 -x50 -x45 -x40 -x35 -x30 x24 x19 x14 x9 x4 
47.45/47.64	v x23 x18 x13 x8 x3 x22 x17 x12 x7 x2 -x26 -x21 -x16 -x11 -x6 -x1 

Verifier Data

OK	-180

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: 63931 MiB (62636 MiB free)
  memory of node 1: 64510 MiB (60158 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4464746-1722390793/watcher-4464746-1722390793 -o /tmp/evaluation-result-4464746-1722390793/solver-4464746-1722390793 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1722390793-37331 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4464746-1722390793.opb -qsol -t 3600 -sth 1 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing FSIZE limit: 104857600 KiB
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
solver pid=37372, runsolver pid=37365
Current StackSize limit: 8192 KiB

Starting watchdog thread

[startup+0.100731 s]*
/proc/loadavg: 1.06 1.13 1.76 6/257 37394
/proc/meminfo: memFree=125611712/131524600 swapFree=131071996/131071996
[pid=37372] ppid=37365 vsize=53980 memory=43332 CPUtime=0.1 cores=4,6
/proc/37372/stat : 37372 (fscip) R 37365 37372 37320 0 -1 4194304 10693 0 0 0 9 1 0 0 20 0 1 0 5681001 55275520 10833 134679101440 4194304 16623229 140737268279664 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 27066368 140737268282390 140737268282506 140737268282506 140737268289520 0
/proc/37372/statm: 13495 10833 2710 3035 0 9891 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 53980 KiB
Current children cumulated memory: 43332 KiB

[startup+0.205556 s]*
/proc/loadavg: 1.06 1.13 1.76 5/258 37395
/proc/meminfo: memFree=125457596/131524600 swapFree=131071996/131071996
[pid=37372] ppid=37365 vsize=104992 memory=84264 CPUtime=0.2 cores=4,6
/proc/37372/stat : 37372 (fscip) R 37365 37372 37320 0 -1 4194304 16333 0 0 0 18 2 0 0 20 0 1 0 5681001 107511808 21066 134679101440 4194304 16623229 140737268279664 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 27066368 140737268282390 140737268282506 140737268282506 140737268289520 0
/proc/37372/statm: 26248 21066 2758 3035 0 22644 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 104992 KiB
Current children cumulated memory: 84264 KiB

[startup+0.305495 s]*
/proc/loadavg: 1.06 1.13 1.76 5/261 37398
/proc/meminfo: memFree=125332852/131524600 swapFree=131071996/131071996
[pid=37372] ppid=37365 vsize=125288 memory=102004 CPUtime=0.3 cores=4,6
/proc/37372/stat : 37372 (fscip) R 37365 37372 37320 0 -1 4194304 18719 0 0 0 27 3 0 0 20 0 1 0 5681001 128294912 25501 134679101440 4194304 16623229 140737268279664 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 27066368 140737268282390 140737268282506 140737268282506 140737268289520 0
/proc/37372/statm: 31322 25501 2774 3035 0 27718 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 125288 KiB
Current children cumulated memory: 102004 KiB

[startup+0.700711 s]
/proc/loadavg: 1.06 1.13 1.76 5/263 37400
/proc/meminfo: memFree=125144944/131524600 swapFree=131071996/131071996
[pid=37372] ppid=37365 vsize=207320 memory=152280 CPUtime=0.68 cores=4,6
/proc/37372/stat : 37372 (fscip) S 37365 37372 37320 0 -1 1077936128 34286 0 0 0 63 5 0 0 20 0 3 0 5681001 212295680 38070 134679101440 4194304 16623229 140737268279664 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 27066368 140737268282390 140737268282506 140737268282506 140737268289520 0
/proc/37372/statm: 51830 38070 2886 3035 0 44088 0
[pid=37372/tid=37399] ppid=37365 vsize=207320 memory=25988 CPUtime=0.32 cores=4,6
/proc/37372/task/37399/stat : 37399 (fscip) R 37365 37372 37320 0 -1 4194368 12989 0 0 0 31 1 0 0 20 0 3 0 5681035 212295680 38070 134679101440 4194304 16623229 140737268279664 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 27066368 140737268282390 140737268282506 140737268282506 140737268289520 0
[pid=37372/tid=37400] ppid=37365 vsize=207320 memory=2241 CPUtime=0 cores=4,6
/proc/37372/task/37400/stat : 37400 (fscip) S 37365 37372 37320 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 5681038 212295680 38070 134679101440 4194304 16623229 140737268279664 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 27066368 140737268282390 140737268282506 140737268282506 140737268289520 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 207320 KiB
Current children cumulated memory: 152280 KiB

[startup+1.50023 s]
/proc/loadavg: 1.06 1.13 1.76 7/263 37400
/proc/meminfo: memFree=124971268/131524600 swapFree=131071996/131071996
[pid=37372] ppid=37365 vsize=272856 memory=188920 CPUtime=1.47 cores=4,6
/proc/37372/stat : 37372 (fscip) S 37365 37372 37320 0 -1 1077936128 50449 0 0 0 140 7 0 0 20 0 3 0 5681001 279404544 47230 134679101440 4194304 16623229 140737268279664 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 27066368 140737268282390 140737268282506 140737268282506 140737268289520 0
/proc/37372/statm: 68214 47230 2950 3035 0 54485 0
[pid=37372/tid=37399] ppid=37365 vsize=272856 memory=2241 CPUtime=1.11 cores=4,6
/proc/37372/task/37399/stat : 37399 (fscip) R 37365 37372 37320 0 -1 4194368 29152 0 0 0 108 3 0 0 20 0 3 0 5681035 279404544 47230 134679101440 4194304 16623229 140737268279664 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 27066368 140737268282390 140737268282506 140737268282506 140737268289520 0
[pid=37372/tid=37400] ppid=37365 vsize=272856 memory=0 CPUtime=0 cores=4,6
/proc/37372/task/37400/stat : 37400 (fscip) S 37365 37372 37320 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 5681038 279404544 47230 134679101440 4194304 16623229 140737268279664 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 27066368 140737268282390 140737268282506 140737268282506 140737268289520 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 272856 KiB
Current children cumulated memory: 188920 KiB

[startup+3.10583 s]
/proc/loadavg: 1.29 1.18 1.78 6/263 37402
/proc/meminfo: memFree=124637156/131524600 swapFree=131071996/131071996
[pid=37372] ppid=37365 vsize=338392 memory=228260 CPUtime=3.07 cores=4,6
/proc/37372/stat : 37372 (fscip) S 37365 37372 37320 0 -1 1077936128 61582 0 0 0 299 8 0 0 20 0 3 0 5681001 346513408 57065 134679101440 4194304 16623229 140737268279664 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 27066368 140737268282390 140737268282506 140737268282506 140737268289520 0
/proc/37372/statm: 84598 57065 2950 3035 0 68523 0
[pid=37372/tid=37399] ppid=37365 vsize=338392 memory=208160 CPUtime=2.71 cores=4,6
/proc/37372/task/37399/stat : 37399 (fscip) R 37365 37372 37320 0 -1 4194368 40283 0 0 0 267 4 0 0 20 0 3 0 5681035 346513408 57065 134679101440 4194304 16623229 140737268279664 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 27066368 140737268282390 140737268282506 140737268282506 140737268289520 0
[pid=37372/tid=37400] ppid=37365 vsize=338392 memory=0 CPUtime=0 cores=4,6
/proc/37372/task/37400/stat : 37400 (fscip) S 37365 37372 37320 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 3 0 5681038 346513408 57065 134679101440 4194304 16623229 140737268279664 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 27066368 140737268282390 140737268282506 140737268282506 140737268289520 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 338392 KiB
Current children cumulated memory: 228260 KiB

[startup+6.30023 s]
/proc/loadavg: 1.29 1.18 1.78 6/263 37402
/proc/meminfo: memFree=124360824/131524600 swapFree=131071996/131071996
[pid=37372] ppid=37365 vsize=338392 memory=237556 CPUtime=6.26 cores=4,6
/proc/37372/stat : 37372 (fscip) S 37365 37372 37320 0 -1 1077936128 66530 0 0 0 617 9 0 0 20 0 3 0 5681001 346513408 59389 134679101440 4194304 16623229 140737268279664 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 27066368 140737268282390 140737268282506 140737268282506 140737268289520 0
/proc/37372/statm: 84598 59389 2998 3035 0 72134 0
[pid=37372/tid=37399] ppid=37365 vsize=338392 memory=0 CPUtime=5.9 cores=4,6
/proc/37372/task/37399/stat : 37399 (fscip) R 37365 37372 37320 0 -1 4194368 45094 0 0 0 585 5 0 0 20 0 3 0 5681035 346513408 59389 134679101440 4194304 16623229 140737268279664 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 27066368 140737268282390 140737268282506 140737268282506 140737268289520 0
[pid=37372/tid=37400] ppid=37365 vsize=338392 memory=237556 CPUtime=0 cores=4,6
/proc/37372/task/37400/stat : 37400 (fscip) S 37365 37372 37320 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 3 0 5681038 346513408 59389 134679101440 4194304 16623229 140737268279664 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 27066368 140737268282390 140737268282506 140737268282506 140737268289520 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 338392 KiB
Current children cumulated memory: 237556 KiB

[startup+12.7002 s]
/proc/loadavg: 1.71 1.27 1.80 6/265 37404
/proc/meminfo: memFree=123854024/131524600 swapFree=131071996/131071996
[pid=37372] ppid=37365 vsize=338392 memory=237560 CPUtime=12.64 cores=4,6
/proc/37372/stat : 37372 (fscip) S 37365 37372 37320 0 -1 1077936128 75791 0 0 0 1255 9 0 0 20 0 3 0 5681001 346513408 59390 134679101440 4194304 16623229 140737268279664 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 27066368 140737268282390 140737268282506 140737268282506 140737268289520 0
/proc/37372/statm: 84598 59390 2998 3035 0 72134 0
[pid=37372/tid=37399] ppid=37365 vsize=338392 memory=228260 CPUtime=12.28 cores=4,6
/proc/37372/task/37399/stat : 37399 (fscip) R 37365 37372 37320 0 -1 4194368 54310 0 0 0 1223 5 0 0 20 0 3 0 5681035 346513408 59390 134679101440 4194304 16623229 140737268279664 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 27066368 140737268282390 140737268282506 140737268282506 140737268289520 0
[pid=37372/tid=37400] ppid=37365 vsize=338392 memory=0 CPUtime=0 cores=4,6
/proc/37372/task/37400/stat : 37400 (fscip) S 37365 37372 37320 0 -1 1077936192 10 0 0 0 0 0 0 0 20 0 3 0 5681038 346513408 59390 134679101440 4194304 16623229 140737268279664 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 27066368 140737268282390 140737268282506 140737268282506 140737268289520 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 338392 KiB
Current children cumulated memory: 237560 KiB

[startup+25.5002 s]
/proc/loadavg: 2.14 1.38 1.83 6/265 37407
/proc/meminfo: memFree=123787712/131524600 swapFree=131071996/131071996
[pid=37372] ppid=37365 vsize=338392 memory=237560 CPUtime=25.41 cores=4,6
/proc/37372/stat : 37372 (fscip) S 37365 37372 37320 0 -1 1077936128 91467 0 0 0 2532 9 0 0 20 0 3 0 5681001 346513408 59390 134679101440 4194304 16623229 140737268279664 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 27066368 140737268282390 140737268282506 140737268282506 140737268289520 0
/proc/37372/statm: 84598 59390 2998 3035 0 72134 0
[pid=37372/tid=37399] ppid=37365 vsize=338392 memory=237560 CPUtime=25.06 cores=4,6
/proc/37372/task/37399/stat : 37399 (fscip) R 37365 37372 37320 0 -1 4194368 69885 0 0 0 2500 6 0 0 20 0 3 0 5681035 346513408 59390 134679101440 4194304 16623229 140737268279664 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 27066368 140737268282390 140737268282506 140737268282506 140737268289520 0
[pid=37372/tid=37400] ppid=37365 vsize=338392 memory=-7450479375139561850 CPUtime=0 cores=4,6
/proc/37372/task/37400/stat : 37400 (fscip) S 37365 37372 37320 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 3 0 5681038 346513408 59390 134679101440 4194304 16623229 140737268279664 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 27066368 140737268282390 140737268282506 140737268282506 140737268289520 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 338392 KiB
Current children cumulated memory: 237560 KiB

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

# cumulated CPU time of all completed processes:  user=47.404 s, system=0.119546 s

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

[startup+25.6003 s]
/proc/loadavg: 2.14 1.38 1.83 6/265 37407
/proc/meminfo: memFree=123787712/131524600 swapFree=131071996/131071996
[pid=37372] ppid=37365 vsize=338392 memory=237560 CPUtime=25.51 cores=4,6
/proc/37372/stat : 37372 (fscip) S 37365 37372 37320 0 -1 1077936128 91478 0 0 0 2542 9 0 0 20 0 3 0 5681001 346513408 59390 134679101440 4194304 16623229 140737268279664 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 27066368 140737268282390 140737268282506 140737268282506 140737268289520 0
/proc/37372/statm: 84598 59390 2998 3035 0 72134 0
[pid=37372/tid=37399] ppid=37365 vsize=338392 memory=237560 CPUtime=25.16 cores=4,6
/proc/37372/task/37399/stat : 37399 (fscip) R 37365 37372 37320 0 -1 4194368 69896 0 0 0 2510 6 0 0 20 0 3 0 5681035 346513408 59390 134679101440 4194304 16623229 140737268279664 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 27066368 140737268282390 140737268282506 140737268282506 140737268289520 0
[pid=37372/tid=37400] ppid=37365 vsize=338392 memory=237560 CPUtime=0 cores=4,6
/proc/37372/task/37400/stat : 37400 (fscip) S 37365 37372 37320 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 3 0 5681038 346513408 59390 134679101440 4194304 16623229 140737268279664 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 27066368 140737268282390 140737268282506 140737268282506 140737268289520 0
Current children cumulated CPU time: 25.51 s
Current children cumulated vsize: 338392 KiB
Current children cumulated memory: 237560 KiB

[startup+38.4002 s]
/proc/loadavg: 2.56 1.51 1.87 6/265 37408
/proc/meminfo: memFree=123745772/131524600 swapFree=131071996/131071996
[pid=37372] ppid=37365 vsize=338392 memory=237720 CPUtime=38.28 cores=4,6
/proc/37372/stat : 37372 (fscip) S 37365 37372 37320 0 -1 1077936128 106797 0 0 0 3818 10 0 0 20 0 3 0 5681001 346513408 59430 134679101440 4194304 16623229 140737268279664 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 27066368 140737268282390 140737268282506 140737268282506 140737268289520 0
/proc/37372/statm: 84598 59430 2998 3035 0 72134 0
[pid=37372/tid=37399] ppid=37365 vsize=338392 memory=12960 CPUtime=37.92 cores=4,6
/proc/37372/task/37399/stat : 37399 (fscip) R 37365 37372 37320 0 -1 4194368 84993 0 0 0 3786 6 0 0 20 0 3 0 5681035 346513408 59430 134679101440 4194304 16623229 140737268279664 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 27066368 140737268282390 140737268282506 140737268282506 140737268289520 0
[pid=37372/tid=37400] ppid=37365 vsize=338392 memory=-7450479375139561850 CPUtime=0 cores=4,6
/proc/37372/task/37400/stat : 37400 (fscip) S 37365 37372 37320 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 3 0 5681038 346513408 59430 134679101440 4194304 16623229 140737268279664 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 27066368 140737268282390 140737268282506 140737268282506 140737268289520 0
Current children cumulated CPU time: 38.28 s
Current children cumulated vsize: 338392 KiB
Current children cumulated memory: 237720 KiB

[startup+41.6002 s]
/proc/loadavg: 2.56 1.51 1.87 6/265 37408
/proc/meminfo: memFree=123739720/131524600 swapFree=131071996/131071996
[pid=37372] ppid=37365 vsize=338392 memory=237720 CPUtime=41.47 cores=4,6
/proc/37372/stat : 37372 (fscip) S 37365 37372 37320 0 -1 1077936128 107686 0 0 0 4137 10 0 0 20 0 3 0 5681001 346513408 59430 134679101440 4194304 16623229 140737268279664 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 27066368 140737268282390 140737268282506 140737268282506 140737268289520 0
/proc/37372/statm: 84598 59430 2998 3035 0 72134 0
[pid=37372/tid=37399] ppid=37365 vsize=338392 memory=237720 CPUtime=41.11 cores=4,6
/proc/37372/task/37399/stat : 37399 (fscip) R 37365 37372 37320 0 -1 4194368 85879 0 0 0 4105 6 0 0 20 0 3 0 5681035 346513408 59430 134679101440 4194304 16623229 140737268279664 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 27066368 140737268282390 140737268282506 140737268282506 140737268289520 0
[pid=37372/tid=37400] ppid=37365 vsize=338392 memory=5536 CPUtime=0 cores=4,6
/proc/37372/task/37400/stat : 37400 (fscip) S 37365 37372 37320 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 3 0 5681038 346513408 59430 134679101440 4194304 16623229 140737268279664 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 27066368 140737268282390 140737268282506 140737268282506 140737268289520 0
Current children cumulated CPU time: 41.47 s
Current children cumulated vsize: 338392 KiB
Current children cumulated memory: 237720 KiB

[startup+44.8002 s]
/proc/loadavg: 2.67 1.55 1.88 6/265 37410
/proc/meminfo: memFree=123731456/131524600 swapFree=131071996/131071996
[pid=37372] ppid=37365 vsize=338392 memory=237720 CPUtime=44.67 cores=4,6
/proc/37372/stat : 37372 (fscip) S 37365 37372 37320 0 -1 1077936128 109426 0 0 0 4457 10 0 0 20 0 3 0 5681001 346513408 59430 134679101440 4194304 16623229 140737268279664 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 27066368 140737268282390 140737268282506 140737268282506 140737268289520 0
/proc/37372/statm: 84598 59430 2998 3035 0 72134 0
[pid=37372/tid=37399] ppid=37365 vsize=338392 memory=11480 CPUtime=44.3 cores=4,6
/proc/37372/task/37399/stat : 37399 (fscip) R 37365 37372 37320 0 -1 4194368 87488 0 0 0 4424 6 0 0 20 0 3 0 5681035 346513408 59430 134679101440 4194304 16623229 140737268279664 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 27066368 140737268282390 140737268282506 140737268282506 140737268289520 0
[pid=37372/tid=37400] ppid=37365 vsize=338392 memory=237720 CPUtime=0 cores=4,6
/proc/37372/task/37400/stat : 37400 (fscip) S 37365 37372 37320 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 3 0 5681038 346513408 59430 134679101440 4194304 16623229 140737268279664 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 27066368 140737268282390 140737268282506 140737268282506 140737268289520 0
Current children cumulated CPU time: 44.67 s
Current children cumulated vsize: 338392 KiB
Current children cumulated memory: 237720 KiB

[startup+46.4002 s]
/proc/loadavg: 2.67 1.55 1.88 6/265 37410
/proc/meminfo: memFree=123731604/131524600 swapFree=131071996/131071996
[pid=37372] ppid=37365 vsize=338392 memory=237720 CPUtime=46.26 cores=4,6
/proc/37372/stat : 37372 (fscip) S 37365 37372 37320 0 -1 1077936128 109671 0 0 0 4616 10 0 0 20 0 3 0 5681001 346513408 59430 134679101440 4194304 16623229 140737268279664 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 27066368 140737268282390 140737268282506 140737268282506 140737268289520 0
/proc/37372/statm: 84598 59430 2998 3035 0 72134 0
[pid=37372/tid=37399] ppid=37365 vsize=338392 memory=237720 CPUtime=45.9 cores=4,6
/proc/37372/task/37399/stat : 37399 (fscip) R 37365 37372 37320 0 -1 4194368 87733 0 0 0 4584 6 0 0 20 0 3 0 5681035 346513408 59430 134679101440 4194304 16623229 140737268279664 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 27066368 140737268282390 140737268282506 140737268282506 140737268289520 0
[pid=37372/tid=37400] ppid=37365 vsize=338392 memory=25988 CPUtime=0 cores=4,6
/proc/37372/task/37400/stat : 37400 (fscip) S 37365 37372 37320 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 3 0 5681038 346513408 59430 134679101440 4194304 16623229 140737268279664 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 27066368 140737268282390 140737268282506 140737268282506 140737268289520 0
Current children cumulated CPU time: 46.26 s
Current children cumulated vsize: 338392 KiB
Current children cumulated memory: 237720 KiB

[startup+47.2002 s]
/proc/loadavg: 2.78 1.59 1.89 6/263 37456
/proc/meminfo: memFree=123840072/131524600 swapFree=131071996/131071996
[pid=37372] ppid=37365 vsize=338392 memory=237720 CPUtime=47.06 cores=4,6
/proc/37372/stat : 37372 (fscip) S 37365 37372 37320 0 -1 1077936128 109680 0 0 0 4696 10 0 0 20 0 3 0 5681001 346513408 59430 134679101440 4194304 16623229 140737268279664 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 27066368 140737268282390 140737268282506 140737268282506 140737268289520 0
/proc/37372/statm: 84598 59430 2998 3035 0 72134 0
[pid=37372/tid=37399] ppid=37365 vsize=338392 memory=12960 CPUtime=46.7 cores=4,6
/proc/37372/task/37399/stat : 37399 (fscip) R 37365 37372 37320 0 -1 4194368 87740 0 0 0 4664 6 0 0 20 0 3 0 5681035 346513408 59430 134679101440 4194304 16623229 140737268279664 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 27066368 140737268282390 140737268282506 140737268282506 140737268289520 0
[pid=37372/tid=37400] ppid=37365 vsize=338392 memory=13616 CPUtime=0 cores=4,6
/proc/37372/task/37400/stat : 37400 (fscip) S 37365 37372 37320 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 3 0 5681038 346513408 59430 134679101440 4194304 16623229 140737268279664 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 27066368 140737268282390 140737268282506 140737268282506 140737268289520 0
Current children cumulated CPU time: 47.06 s
Current children cumulated vsize: 338392 KiB
Current children cumulated memory: 237720 KiB

[startup+47.6002 s]
/proc/loadavg: 2.78 1.59 1.89 6/263 37456
/proc/meminfo: memFree=123840072/131524600 swapFree=131071996/131071996
[pid=37372] ppid=37365 vsize=338392 memory=237724 CPUtime=47.45 cores=4,6
/proc/37372/stat : 37372 (fscip) S 37365 37372 37320 0 -1 1077936128 115984 0 0 0 4735 10 0 0 20 0 3 0 5681001 346513408 59431 134679101440 4194304 16623229 140737268279664 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 27066368 140737268282390 140737268282506 140737268282506 140737268289520 0
/proc/37372/statm: 84598 59431 2998 3035 0 72134 0
[pid=37372/tid=37399] ppid=37365 vsize=338392 memory=2268 CPUtime=47.1 cores=4,6
/proc/37372/task/37399/stat : 37399 (fscip) R 37365 37372 37320 0 -1 4194368 94039 0 0 0 4703 7 0 0 20 0 3 0 5681035 346513408 59431 134679101440 4194304 16623229 140737268279664 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 27066368 140737268282390 140737268282506 140737268282506 140737268289520 0
[pid=37372/tid=37400] ppid=37365 vsize=338392 memory=25988 CPUtime=0 cores=4,6
/proc/37372/task/37400/stat : 37400 (fscip) S 37365 37372 37320 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 3 0 5681038 346513408 59431 134679101440 4194304 16623229 140737268279664 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 27066368 140737268282390 140737268282506 140737268282506 140737268289520 0
Current children cumulated CPU time: 47.45 s
Current children cumulated vsize: 338392 KiB
Current children cumulated memory: 237724 KiB

Child status: 0

Real time (s): 47.6567
CPU time (s): 47.5236
CPU user time (s): 47.404
CPU system time (s): 0.119546
CPU usage (%): 99.7207
Max. virtual memory (cumulated for all children) (KiB): 338392
Max. memory (cumulated for all children) (KiB): 237724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 47.404
system time used= 0.119546
maximum resident set size= 241408
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 125847
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= 125
involuntary context switches= 51


# summary of solver processes directly reported to runsolver:
#   pid: 37372
#   total CPU time (s): 47.5236
#   total CPU user time (s): 47.404
#   total CPU system time (s): 0.119546

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.09994 second user time and 0.251071 second system time

The end

Launcher Data

Begin job on nodeC031 at 2024-07-31 03:53:13
IDJOB=4464746
IDBENCH=178266
IDSOLVER=3092
FILE ID=nodeC031/4464746-1722390793
RUNJOBID= nodeC031-1722390793-37331
SLURM_JOB_ID= 8249881
Free space on /tmp= 890084 MiB

SOLVER NAME= FiberSCIP 2024-07-30
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/maxcut/maxcut_opt_complete_5-partite_inlv/normalized-maxcut_opt_complete_5-partite_inlv_nvert_27.opb
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4464746-1722390793/watcher-4464746-1722390793 -o /tmp/evaluation-result-4464746-1722390793/solver-4464746-1722390793 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1722390793-37331 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4464746-1722390793.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= 3b9231489038b4cdb94f511f52877e11
RANDOM SEED=1235706458

nodeC031.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	: 0xb00002a
cpu MHz		: 3718.432
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 invpcid_single pti ibrs ibpb stibp 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	: 6999.95
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		: 3722.454
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 invpcid_single pti ibrs ibpb stibp 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	: 7007.12
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		: 3772.091
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 invpcid_single pti ibrs ibpb stibp 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	: 6999.95
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		: 3630.951
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 invpcid_single pti ibrs ibpb stibp 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	: 7007.12
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		: 3624.765
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 invpcid_single pti ibrs ibpb stibp 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	: 6999.95
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		: 3673.486
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 invpcid_single pti ibrs ibpb stibp 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	: 7007.12
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		: 3825.770
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 invpcid_single pti ibrs ibpb stibp 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	: 6999.95
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		: 3813.956
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 invpcid_single pti ibrs ibpb stibp 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	: 7007.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        125742688 kB
MemAvailable:   129828996 kB
Buffers:          109272 kB
Cached:          4806572 kB
SwapCached:            0 kB
Active:           277520 kB
Inactive:        5020064 kB
Active(anon):       1456 kB
Inactive(anon):   401612 kB
Active(file):     276064 kB
Inactive(file):  4618452 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            118968 kB
Writeback:             4 kB
AnonPages:        381280 kB
Mapped:            87996 kB
Shmem:             21336 kB
KReclaimable:      62880 kB
Slab:             144848 kB
SReclaimable:      62880 kB
SUnreclaim:        81968 kB
KernelStack:        3856 kB
PageTables:         8912 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     726728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:             9600 kB
HardwareCorrupted:     0 kB
AnonHugePages:    258048 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:      236244 kB
DirectMap2M:     8974336 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 889964 MiB
End job on nodeC031 at 2024-07-31 03:54:01