Trace number 4464380

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-30SAT 10.3952 10.4292

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/prestwich/armies/normalized-army11.17bt.opb
MD5SUM13744d26940a0db30366992d9fdeef8c
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.088516
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables370
Total number of constraints809
Number of constraints which are clauses558
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints249
Minimum length of a constraint1
Maximum length of a constraint121
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 138
Number of bits of the biggest sum of numbers8
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.00	c Default LC presolving (default).
0.00/0.00	c ** Before presolving: virtualMemUsedAtLc = 24891392, getVmSize() = 24891392, SCIPgetMemUsed() = 2374804, SCIPgetMemTotal() = 3380044, SCIPgetMemExternEstim() = 1175815
0.00/0.00	c ** set memory limit for presolving in LC to 8.79609e+12 for SCIP **
0.00/0.06	c ** Estimated virtualMemUsedAtSolver = 18564437, getVmSize() = 30801920, SCIPgetMemUsed() = 3552520, SCIPgetMemTotal() = 7922632, SCIPgetMemExternEstim() = 1175815
0.00/0.06	c ** set memory limit for solvers to 4.39805e+12 for each SCIP **
0.00/0.06	c Original Problem   :
0.00/0.06	c   Problem name     : instance-4464380-1722378614
0.00/0.06	c   Variables        : 370 (370 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.06	c   Constraints      : 809
0.00/0.06	c   Objective sense  : minimize
0.00/0.06	c Presolved Problem  :
0.00/0.06	c   Variables        : 340 (340 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.06	c   Constraints      : 532
0.00/0.06	c Constraints        : Number
0.00/0.06	c   knapsack         : 9 
0.00/0.06	c   setppc           : 164 
0.00/0.06	c   and              : 117 
0.00/0.06	c   logicor          : 242 
0.00/0.06	c ** Instance transfer method used: 0
0.00/0.06	c ** ParaScipInstance copy does not increase the number of variables. **
0.00/0.07	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.00/0.07	c                                Nodes    Active                                            
0.00/0.07	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
5.37/5.45	c         5            901          14         1                -           0.0000          -
10.26/10.36	c *      10           1460          25         1           0.0000           0.0000      0.00%
10.26/10.36	c        10           1784           0         0           0.0000           0.0000      0.00%
10.36/10.42	c        10           1784           0         0           0.0000           0.0000          -
10.36/10.42	c SCIP Status        : c problem is solved
10.36/10.42	c Total Time         : 10.4300
10.36/10.42	c   solving          : 10.4300
10.36/10.42	c   presolving       : 0.0563 (included in solving)
10.36/10.42	c B&B Tree           :
10.36/10.42	c   nodes (total)    : 1784
10.36/10.42	c Solution           :
10.36/10.42	c   Solutions found  : 1
10.36/10.42	c   Primal Bound     : +0.00000000000000e+00
10.36/10.42	c   Dual Bound       : +0.00000000000000e+00
10.36/10.42	c Gap                : 0.00000 %
10.36/10.42	s SATISFIABLE
10.36/10.42	v x369 -x370 -x367 x368 x365 -x366 x363 -x364 x361 -x362 -x359 x360 -x357 -x358 -x355 x356 -x353 -x354 -x351 x352 -x349 x350 -x347 
10.36/10.42	v -x348 -x345 x346 -x343 -x344 -x341 x342 x339 -x340 x337 -x338 x335 -x336 -x333 x334 x331 -x332 -x329 x330 x327 -x328 -x325 
10.36/10.42	v x326 x323 -x324 x321 -x322 x319 -x320 -x317 x318 -x315 -x316 -x313 x314 -x311 -x312 -x309 x310 -x307 x308 -x305 -x306 -x303 x304 
10.36/10.42	v -x301 -x302 -x299 x300 x297 -x298 x295 -x296 x293 -x294 -x291 x292 x289 -x290 -x287 x288 -x285 x286 -x283 x284 -x281 x282 
10.36/10.42	v x279 -x280 x277 -x278 x275 -x276 x273 -x274 x271 -x272 -x269 x270 x267 -x268 -x265 x266 -x263 x264 x261 -x262 -x259 x260 x257 
10.36/10.42	v -x258 x255 -x256 x253 -x254 x251 -x252 -x249 x250 -x247 x248 x245 -x246 -x243 x244 -x242 -x240 -x238 -x236 -x234 -x232 -x230 
10.36/10.42	v -x228 -x226 -x224 -x222 -x220 -x218 -x216 -x214 x212 x210 x208 -x206 -x204 -x202 -x200 -x198 -x196 -x194 -x192 -x190 -x188 
10.36/10.42	v -x186 -x184 -x182 -x180 -x178 -x176 -x174 -x172 -x170 x168 -x166 x164 -x162 -x160 -x158 -x156 -x154 -x152 -x150 x148 -x146 x144 
10.36/10.42	v -x142 x140 -x138 x136 -x134 -x132 -x130 -x128 -x126 x124 -x122 x120 -x118 -x116 x114 -x112 -x110 -x108 -x106 x104 -x102 x100 
10.36/10.42	v -x98 x96 -x94 x92 -x90 -x88 -x86 -x84 -x82 -x80 -x78 -x76 -x74 -x72 -x70 -x68 -x66 -x64 -x62 -x60 -x58 -x56 -x54 -x52 -x50 
10.36/10.42	v -x48 -x46 -x44 -x42 -x40 -x38 x36 x34 x32 -x30 -x28 -x26 -x24 -x22 -x20 -x18 -x16 -x14 -x12 -x10 -x8 -x6 -x4 -x2 x241 -x239 
10.36/10.42	v x237 -x235 -x233 -x231 -x229 -x227 x225 -x223 x221 -x219 -x217 -x215 -x213 -x211 -x209 -x207 -x205 -x203 -x201 -x199 x197 -x195 
10.36/10.42	v x193 -x191 -x189 -x187 -x185 -x183 x181 -x179 x177 -x175 -x173 -x171 -x169 -x167 -x165 -x163 -x161 -x159 -x157 -x155 -x153 
10.36/10.42	v -x151 -x149 -x147 -x145 -x143 -x141 -x139 -x137 -x135 -x133 -x131 -x129 -x127 -x125 -x123 -x121 -x119 -x117 -x115 -x113 -x111 
10.36/10.42	v -x109 -x107 -x105 -x103 -x101 -x99 -x97 -x95 -x93 -x91 -x89 -x87 x85 -x83 -x81 -x79 -x77 -x75 -x73 -x71 -x69 -x67 x65 -x63 
10.36/10.42	v x61 -x59 -x57 -x55 -x53 -x51 x49 -x47 x45 -x43 -x41 -x39 -x37 -x35 -x33 -x31 -x29 -x27 -x25 -x23 x21 -x19 x17 -x15 -x13 -x11 
10.36/10.42	v -x9 -x7 x5 -x3 x1 

Verifier Data

OK	0

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: 63968 MiB (56275 MiB free)
  memory of node 1: 64473 MiB (60568 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4464380-1722378614/watcher-4464380-1722378614 -o /tmp/evaluation-result-4464380-1722378614/solver-4464380-1722378614 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1722378594-31127 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4464380-1722378614.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=31491, runsolver pid=31488

[startup+0.100096 s]*
/proc/loadavg: 1.35 0.39 0.18 5/265 31494
/proc/meminfo: memFree=119570864/131524600 swapFree=131071996/131071996
[pid=31491] ppid=31488 vsize=113312 memory=26712 CPUtime=0.09 cores=4,6
/proc/31491/stat : 31491 (fscip) S 31488 31491 31114 0 -1 1077936128 4383 0 0 0 9 0 0 0 20 0 3 0 4461333 116031488 6678 134679101440 4194304 16623229 140722610121984 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 40857600 140722610127894 140722610128010 140722610128010 140722610135024 0
/proc/31491/statm: 28328 6678 2806 3035 0 10011 0
[pid=31491/tid=31493] ppid=31488 vsize=113312 memory=4026561586 CPUtime=0.03 cores=4,6
/proc/31491/task/31493/stat : 31493 (fscip) R 31488 31491 31114 0 -1 4194368 1405 0 0 0 3 0 0 0 20 0 3 0 4461339 116031488 6678 134679101440 4194304 16623229 140722610121984 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 40857600 140722610127894 140722610128010 140722610128010 140722610135024 0
[pid=31491/tid=31494] ppid=31488 vsize=113312 memory=232851243367 CPUtime=0 cores=4,6
/proc/31491/task/31494/stat : 31494 (fscip) S 31488 31491 31114 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 4461340 116031488 6678 134679101440 4194304 16623229 140722610121984 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 40857600 140722610127894 140722610128010 140722610128010 140722610135024 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 113312 KiB
Current children cumulated memory: 26712 KiB

[startup+0.205915 s]*
/proc/loadavg: 1.35 0.39 0.18 5/265 31494
/proc/meminfo: memFree=119531260/131524600 swapFree=131071996/131071996
[pid=31491] ppid=31488 vsize=113312 memory=30684 CPUtime=0.2 cores=4,6
/proc/31491/stat : 31491 (fscip) S 31488 31491 31114 0 -1 1077936128 5259 0 0 0 20 0 0 0 20 0 3 0 4461333 116031488 7671 134679101440 4194304 16623229 140722610121984 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 40857600 140722610127894 140722610128010 140722610128010 140722610135024 0
/proc/31491/statm: 28328 7671 2950 3035 0 10943 0
[pid=31491/tid=31493] ppid=31488 vsize=113312 memory=664970838410264707 CPUtime=0.13 cores=4,6
/proc/31491/task/31493/stat : 31493 (fscip) R 31488 31491 31114 0 -1 4194368 2281 0 0 0 13 0 0 0 20 0 3 0 4461339 116031488 7671 134679101440 4194304 16623229 140722610121984 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 40857600 140722610127894 140722610128010 140722610128010 140722610135024 0
[pid=31491/tid=31494] ppid=31488 vsize=113312 memory=90257 CPUtime=0 cores=4,6
/proc/31491/task/31494/stat : 31494 (fscip) S 31488 31491 31114 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 4461340 116031488 7671 134679101440 4194304 16623229 140722610121984 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 40857600 140722610127894 140722610128010 140722610128010 140722610135024 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 113312 KiB
Current children cumulated memory: 30684 KiB

[startup+0.305903 s]*
/proc/loadavg: 1.35 0.39 0.18 5/265 31494
/proc/meminfo: memFree=119527060/131524600 swapFree=131071996/131071996
[pid=31491] ppid=31488 vsize=113312 memory=35760 CPUtime=0.3 cores=4,6
/proc/31491/stat : 31491 (fscip) S 31488 31491 31114 0 -1 1077936128 6527 0 0 0 29 1 0 0 20 0 3 0 4461333 116031488 8940 134679101440 4194304 16623229 140722610121984 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 40857600 140722610127894 140722610128010 140722610128010 140722610135024 0
/proc/31491/statm: 28328 8940 2966 3035 0 12209 0
[pid=31491/tid=31493] ppid=31488 vsize=113312 memory=-5155626882106616709 CPUtime=0.23 cores=4,6
/proc/31491/task/31493/stat : 31493 (fscip) R 31488 31491 31114 0 -1 4194368 3549 0 0 0 23 0 0 0 20 0 3 0 4461339 116031488 8940 134679101440 4194304 16623229 140722610121984 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 40857600 140722610127894 140722610128010 140722610128010 140722610135024 0
[pid=31491/tid=31494] ppid=31488 vsize=113312 memory=0 CPUtime=0 cores=4,6
/proc/31491/task/31494/stat : 31494 (fscip) S 31488 31491 31114 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 4461340 116031488 8940 134679101440 4194304 16623229 140722610121984 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 40857600 140722610127894 140722610128010 140722610128010 140722610135024 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 113312 KiB
Current children cumulated memory: 35760 KiB

[startup+0.700277 s]
/proc/loadavg: 1.35 0.39 0.18 5/265 31494
/proc/meminfo: memFree=119512816/131524600 swapFree=131071996/131071996
[pid=31491] ppid=31488 vsize=131776 memory=69552 CPUtime=0.69 cores=4,6
/proc/31491/stat : 31491 (fscip) S 31488 31491 31114 0 -1 1077936128 14926 0 0 0 67 2 0 0 20 0 3 0 4461333 134938624 17388 134679101440 4194304 16623229 140722610121984 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 40857600 140722610127894 140722610128010 140722610128010 140722610135024 0
/proc/31491/statm: 32944 17388 2966 3035 0 20882 0
[pid=31491/tid=31493] ppid=31488 vsize=131776 memory=0 CPUtime=0.62 cores=4,6
/proc/31491/task/31493/stat : 31493 (fscip) R 31488 31491 31114 0 -1 4194368 11948 0 0 0 61 1 0 0 20 0 3 0 4461339 134938624 17388 134679101440 4194304 16623229 140722610121984 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 40857600 140722610127894 140722610128010 140722610128010 140722610135024 0
[pid=31491/tid=31494] ppid=31488 vsize=131776 memory=0 CPUtime=0 cores=4,6
/proc/31491/task/31494/stat : 31494 (fscip) S 31488 31491 31114 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 4461340 134938624 17388 134679101440 4194304 16623229 140722610121984 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 40857600 140722610127894 140722610128010 140722610128010 140722610135024 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 131776 KiB
Current children cumulated memory: 69552 KiB

[startup+1.50028 s]
/proc/loadavg: 1.56 0.45 0.20 5/265 31494
/proc/meminfo: memFree=119296052/131524600 swapFree=131071996/131071996
[pid=31491] ppid=31488 vsize=157412 memory=100028 CPUtime=1.48 cores=4,6
/proc/31491/stat : 31491 (fscip) S 31488 31491 31114 0 -1 1077936128 25887 0 0 0 146 2 0 0 20 0 3 0 4461333 161189888 25007 134679101440 4194304 16623229 140722610121984 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 40857600 140722610127894 140722610128010 140722610128010 140722610135024 0
/proc/31491/statm: 39353 25007 2966 3035 0 29229 0
[pid=31491/tid=31493] ppid=31488 vsize=157412 memory=0 CPUtime=1.42 cores=4,6
/proc/31491/task/31493/stat : 31493 (fscip) R 31488 31491 31114 0 -1 4194368 22919 0 0 0 140 2 0 0 20 0 3 0 4461339 161189888 25007 134679101440 4194304 16623229 140722610121984 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 40857600 140722610127894 140722610128010 140722610128010 140722610135024 0
[pid=31491/tid=31494] ppid=31488 vsize=157412 memory=0 CPUtime=0 cores=4,6
/proc/31491/task/31494/stat : 31494 (fscip) S 31488 31491 31114 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 4461340 161189888 25007 134679101440 4194304 16623229 140722610121984 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 40857600 140722610127894 140722610128010 140722610128010 140722610135024 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 157412 KiB
Current children cumulated memory: 100028 KiB

[startup+3.10571 s]
/proc/loadavg: 1.56 0.45 0.20 5/265 31494
/proc/meminfo: memFree=118861740/131524600 swapFree=131071996/131071996
[pid=31491] ppid=31488 vsize=157412 memory=109112 CPUtime=3.08 cores=4,6
/proc/31491/stat : 31491 (fscip) S 31488 31491 31114 0 -1 1077936128 31839 0 0 0 305 3 0 0 20 0 3 0 4461333 161189888 27278 134679101440 4194304 16623229 140722610121984 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 40857600 140722610127894 140722610128010 140722610128010 140722610135024 0
/proc/31491/statm: 39353 27278 2966 3035 0 31541 0
[pid=31491/tid=31493] ppid=31488 vsize=157412 memory=2273 CPUtime=3.02 cores=4,6
/proc/31491/task/31493/stat : 31493 (fscip) R 31488 31491 31114 0 -1 4194368 28832 0 0 0 299 3 0 0 20 0 3 0 4461339 161189888 27278 134679101440 4194304 16623229 140722610121984 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 40857600 140722610127894 140722610128010 140722610128010 140722610135024 0
[pid=31491/tid=31494] ppid=31488 vsize=157412 memory=0 CPUtime=0 cores=4,6
/proc/31491/task/31494/stat : 31494 (fscip) S 31488 31491 31114 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 3 0 4461340 161189888 27278 134679101440 4194304 16623229 140722610121984 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 40857600 140722610127894 140722610128010 140722610128010 140722610135024 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 157412 KiB
Current children cumulated memory: 109112 KiB

[startup+6.30026 s]
/proc/loadavg: 1.76 0.51 0.23 5/268 31497
/proc/meminfo: memFree=118138620/131524600 swapFree=131071996/131071996
[pid=31491] ppid=31488 vsize=160460 memory=113672 CPUtime=6.26 cores=4,6
/proc/31491/stat : 31491 (fscip) S 31488 31491 31114 0 -1 1077936128 43326 0 0 0 622 4 0 0 20 0 3 0 4461333 164311040 28418 134679101440 4194304 16623229 140722610121984 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 40857600 140722610127894 140722610128010 140722610128010 140722610135024 0
/proc/31491/statm: 40115 28418 2966 3035 0 32721 0
[pid=31491/tid=31493] ppid=31488 vsize=160460 memory=-5155626882106616709 CPUtime=6.2 cores=4,6
/proc/31491/task/31493/stat : 31493 (fscip) R 31488 31491 31114 0 -1 4194368 40291 0 0 0 616 4 0 0 20 0 3 0 4461339 164311040 28418 134679101440 4194304 16623229 140722610121984 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 40857600 140722610127894 140722610128010 140722610128010 140722610135024 0
[pid=31491/tid=31494] ppid=31488 vsize=160460 memory=113652 CPUtime=0 cores=4,6
/proc/31491/task/31494/stat : 31494 (fscip) S 31488 31491 31114 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 3 0 4461340 164311040 28418 134679101440 4194304 16623229 140722610121984 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 40857600 140722610127894 140722610128010 140722610128010 140722610135024 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 160460 KiB
Current children cumulated memory: 113672 KiB

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

# cumulated CPU time of all completed processes:  user=10.3145 s, system=0.08074 s

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

[startup+6.40029 s]
/proc/loadavg: 1.76 0.51 0.23 5/268 31497
/proc/meminfo: memFree=118138620/131524600 swapFree=131071996/131071996
[pid=31491] ppid=31488 vsize=160460 memory=113672 CPUtime=6.36 cores=4,6
/proc/31491/stat : 31491 (fscip) S 31488 31491 31114 0 -1 1077936128 43454 0 0 0 632 4 0 0 20 0 3 0 4461333 164311040 28418 134679101440 4194304 16623229 140722610121984 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 40857600 140722610127894 140722610128010 140722610128010 140722610135024 0
/proc/31491/statm: 40115 28418 2966 3035 0 32721 0
[pid=31491/tid=31493] ppid=31488 vsize=160460 memory=105912 CPUtime=6.3 cores=4,6
/proc/31491/task/31493/stat : 31493 (fscip) R 31488 31491 31114 0 -1 4194368 40419 0 0 0 626 4 0 0 20 0 3 0 4461339 164311040 28418 134679101440 4194304 16623229 140722610121984 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 40857600 140722610127894 140722610128010 140722610128010 140722610135024 0
[pid=31491/tid=31494] ppid=31488 vsize=160460 memory=14796 CPUtime=0 cores=4,6
/proc/31491/task/31494/stat : 31494 (fscip) S 31488 31491 31114 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 3 0 4461340 164311040 28418 134679101440 4194304 16623229 140722610121984 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 40857600 140722610127894 140722610128010 140722610128010 140722610135024 0
Current children cumulated CPU time: 6.36 s
Current children cumulated vsize: 160460 KiB
Current children cumulated memory: 113672 KiB

[startup+8.00026 s]*
/proc/loadavg: 1.76 0.51 0.23 5/269 31498
/proc/meminfo: memFree=117581908/131524600 swapFree=131071996/131071996
[pid=31491] ppid=31488 vsize=156380 memory=118948 CPUtime=7.96 cores=4,6
/proc/31491/stat : 31491 (fscip) S 31488 31491 31114 0 -1 1077936128 65142 0 0 0 790 6 0 0 20 0 3 0 4461333 160133120 29737 134679101440 4194304 16623229 140722610121984 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 40857600 140722610127894 140722610128010 140722610128010 140722610135024 0
/proc/31491/statm: 39095 29737 2966 3035 0 33973 0
[pid=31491/tid=31493] ppid=31488 vsize=156380 memory=20124 CPUtime=7.9 cores=4,6
/proc/31491/task/31493/stat : 31493 (fscip) R 31488 31491 31114 0 -1 4194368 62105 0 0 0 784 6 0 0 20 0 3 0 4461339 160133120 29737 134679101440 4194304 16623229 140722610121984 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 40857600 140722610127894 140722610128010 140722610128010 140722610135024 0
[pid=31491/tid=31494] ppid=31488 vsize=156380 memory=5384 CPUtime=0 cores=4,6
/proc/31491/task/31494/stat : 31494 (fscip) S 31488 31491 31114 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 3 0 4461340 160133120 29737 134679101440 4194304 16623229 140722610121984 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 40857600 140722610127894 140722610128010 140722610128010 140722610135024 0
Current children cumulated CPU time: 7.96 s
Current children cumulated vsize: 156380 KiB
Current children cumulated memory: 118948 KiB

[startup+9.60024 s]
/proc/loadavg: 1.76 0.51 0.23 5/269 31498
/proc/meminfo: memFree=117565192/131524600 swapFree=131071996/131071996
[pid=31491] ppid=31488 vsize=156380 memory=120168 CPUtime=9.56 cores=4,6
/proc/31491/stat : 31491 (fscip) S 31488 31491 31114 0 -1 1077936128 66942 0 0 0 949 7 0 0 20 0 3 0 4461333 160133120 30042 134679101440 4194304 16623229 140722610121984 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 40857600 140722610127894 140722610128010 140722610128010 140722610135024 0
/proc/31491/statm: 39095 30042 3014 3035 0 34229 0
[pid=31491/tid=31493] ppid=31488 vsize=156380 memory=0 CPUtime=9.49 cores=4,6
/proc/31491/task/31493/stat : 31493 (fscip) R 31488 31491 31114 0 -1 4194368 63884 0 0 0 943 6 0 0 20 0 3 0 4461339 160133120 30042 134679101440 4194304 16623229 140722610121984 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 40857600 140722610127894 140722610128010 140722610128010 140722610135024 0
[pid=31491/tid=31494] ppid=31488 vsize=156380 memory=-7380110630961897080 CPUtime=0 cores=4,6
/proc/31491/task/31494/stat : 31494 (fscip) S 31488 31491 31114 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 3 0 4461340 160133120 30042 134679101440 4194304 16623229 140722610121984 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 40857600 140722610127894 140722610128010 140722610128010 140722610135024 0
Current children cumulated CPU time: 9.56 s
Current children cumulated vsize: 156380 KiB
Current children cumulated memory: 120168 KiB

[startup+10.0002 s]*
/proc/loadavg: 1.76 0.51 0.23 5/269 31500
/proc/meminfo: memFree=117538968/131524600 swapFree=131071996/131071996
[pid=31491] ppid=31488 vsize=156380 memory=123148 CPUtime=9.96 cores=4,6
/proc/31491/stat : 31491 (fscip) S 31488 31491 31114 0 -1 1077936128 67912 0 0 0 989 7 0 0 20 0 3 0 4461333 160133120 30787 134679101440 4194304 16623229 140722610121984 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 40857600 140722610127894 140722610128010 140722610128010 140722610135024 0
/proc/31491/statm: 39095 30787 3014 3035 0 34995 0
[pid=31491/tid=31493] ppid=31488 vsize=156380 memory=-7380110630961897080 CPUtime=9.89 cores=4,6
/proc/31491/task/31493/stat : 31493 (fscip) R 31488 31491 31114 0 -1 4194368 64854 0 0 0 983 6 0 0 20 0 3 0 4461339 160133120 30787 134679101440 4194304 16623229 140722610121984 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 40857600 140722610127894 140722610128010 140722610128010 140722610135024 0
[pid=31491/tid=31494] ppid=31488 vsize=156380 memory=4456 CPUtime=0 cores=4,6
/proc/31491/task/31494/stat : 31494 (fscip) S 31488 31491 31114 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 3 0 4461340 160133120 30787 134679101440 4194304 16623229 140722610121984 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 40857600 140722610127894 140722610128010 140722610128010 140722610135024 0
Current children cumulated CPU time: 9.96 s
Current children cumulated vsize: 156380 KiB
Current children cumulated memory: 123148 KiB

[startup+10.4002 s]
/proc/loadavg: 1.76 0.51 0.23 5/269 31500
/proc/meminfo: memFree=117538968/131524600 swapFree=131071996/131071996
[pid=31491] ppid=31488 vsize=156380 memory=123932 CPUtime=10.36 cores=4,6
/proc/31491/stat : 31491 (fscip) S 31488 31491 31114 0 -1 1077936128 69176 0 0 0 1029 7 0 0 20 0 3 0 4461333 160133120 30983 134679101440 4194304 16623229 140722610121984 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 40857600 140722610127894 140722610128010 140722610128010 140722610135024 0
/proc/31491/statm: 39095 30983 3014 3035 0 35247 0
[pid=31491/tid=31493] ppid=31488 vsize=156380 memory=113672 CPUtime=10.29 cores=4,6
/proc/31491/task/31493/stat : 31493 (fscip) R 31488 31491 31114 0 -1 4194368 66005 0 0 0 1022 7 0 0 20 0 3 0 4461339 160133120 30983 134679101440 4194304 16623229 140722610121984 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 40857600 140722610127894 140722610128010 140722610128010 140722610135024 0
[pid=31491/tid=31494] ppid=31488 vsize=156380 memory=4420 CPUtime=0 cores=4,6
/proc/31491/task/31494/stat : 31494 (fscip) S 31488 31491 31114 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 3 0 4461340 160133120 30983 134679101440 4194304 16623229 140722610121984 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 40857600 140722610127894 140722610128010 140722610128010 140722610135024 0
Current children cumulated CPU time: 10.36 s
Current children cumulated vsize: 156380 KiB
Current children cumulated memory: 123932 KiB

Child status: 0

Real time (s): 10.4292
CPU time (s): 10.3952
CPU user time (s): 10.3145
CPU system time (s): 0.08074
CPU usage (%): 99.6736
Max. virtual memory (cumulated for all children) (KiB): 161484
Max. memory (cumulated for all children) (KiB): 123932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.3145
system time used= 0.08074
maximum resident set size= 123932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70734
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= 43
involuntary context switches= 16


# summary of solver processes directly reported to runsolver:
#   pid: 31491
#   total CPU time (s): 10.3952
#   total CPU user time (s): 10.3145
#   total CPU system time (s): 0.08074

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.054477 second user time and 0.057732 second system time

The end

Launcher Data

Begin job on nodeC025 at 2024-07-31 00:30:14
IDJOB=4464380
IDBENCH=147865
IDSOLVER=3092
FILE ID=nodeC025/4464380-1722378614
RUNJOBID= nodeC025-1722378594-31127
SLURM_JOB_ID= 8249848
Free space on /tmp= 889932 MiB

SOLVER NAME= FiberSCIP 2024-07-30
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/prestwich/armies/normalized-army11.17bt.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-4464380-1722378614/watcher-4464380-1722378614 -o /tmp/evaluation-result-4464380-1722378614/solver-4464380-1722378614 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1722378594-31127 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4464380-1722378614.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= 13744d26940a0db30366992d9fdeef8c
RANDOM SEED=1453536771

nodeC025.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		: 3669.703
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	: 7000.10
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		: 3684.790
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	: 7005.96
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		: 3610.207
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	: 7000.10
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		: 3600.557
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	: 7005.96
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		: 3670.358
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	: 7000.10
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		: 3684.809
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	: 7005.96
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		: 3661.704
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	: 7000.10
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		: 3600.189
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	: 7005.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        119649200 kB
MemAvailable:   125726744 kB
Buffers:           86224 kB
Cached:          6768456 kB
SwapCached:            0 kB
Active:           331116 kB
Inactive:       10935088 kB
Active(anon):       1560 kB
Inactive(anon):  4431316 kB
Active(file):     329556 kB
Inactive(file):  6503772 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28848 kB
Writeback:            16 kB
AnonPages:       4411640 kB
Mapped:           122892 kB
Shmem:             21336 kB
KReclaimable:     168080 kB
Slab:             257840 kB
SReclaimable:     168080 kB
SUnreclaim:        89760 kB
KernelStack:        4208 kB
PageTables:        17584 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    5160832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:             9568 kB
HardwareCorrupted:     0 kB
AnonHugePages:    874496 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:      248532 kB
DirectMap2M:    11059200 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 889904 MiB
End job on nodeC025 at 2024-07-31 00:30:25