Trace number 4464710

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-30UNSAT 132.174 132.534

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/MIPLIB01/
opt/miplib2010/normalized-neos-859770.opb
MD5SUM4a685e943d6a7da38bd3737149184f18
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark9.77196
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2504
Total number of constraints2065
Number of constraints which are clauses1536
Number of constraints which are cardinality constraints (but not clauses)529
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint8
Maximum length of a constraint1446
Number of terms in the objective function 2504
Biggest coefficient in the objective function 10
Number of bits for the biggest coefficient in the objective function 4
Sum of the numbers in the objective function 16472
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 16472
Number of bits of the biggest sum of numbers15
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.60/0.64	c Default LC presolving (default).
0.60/0.64	c ** Before presolving: virtualMemUsedAtLc = 164878131, getVmSize() = 150945792, SCIPgetMemUsed() = 83761344, SCIPgetMemTotal() = 128718984, SCIPgetMemExternEstim() = 36159147
0.60/0.64	c ** set memory limit for presolving in LC to 8.79604e+12 for SCIP **
43.86/44.07	c ** Estimated virtualMemUsedAtSolver = 236363919, getVmSize() = 354680832, SCIPgetMemUsed() = 206640100, SCIPgetMemTotal() = 318386732, SCIPgetMemExternEstim() = 36159147
43.86/44.07	c ** set memory limit for solvers to 4.39804e+12 for each SCIP **
43.86/44.07	c Original Problem   :
43.86/44.07	c   Problem name     : instance-4464710-1722390921
43.86/44.07	c   Variables        : 2504 (2504 binary, 0 integer, 0 implicit integer, 0 continuous)
43.86/44.07	c   Constraints      : 2065
43.86/44.07	c   Objective sense  : minimize
43.86/44.07	c Presolved Problem  :
43.86/44.07	c   Variables        : 819 (819 binary, 0 integer, 0 implicit integer, 0 continuous)
43.86/44.07	c   Constraints      : 1165
43.86/44.07	c Constraints        : Number
43.86/44.07	c   knapsack         : 255 
43.86/44.07	c   setppc           : 254 
43.86/44.07	c   orbitope         : 81 
43.86/44.07	c   logicor          : 575 
43.86/44.07	c ** Instance transfer method used: 0
43.86/44.08	c ** ParaScipInstance copy increased the number of variables. **
43.96/44.12	c LC is working with racing ramp-up and with rebuilding tree after racing.
43.96/44.12	c                                Nodes    Active                                            
43.96/44.12	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
131.74/132.16	c       132              1           0         0                -                -          -
131.74/132.16	c       132              1           0         0                -                -          -
131.93/132.39	c       132              1           0         0                -                -          -
131.93/132.40	c SCIP Status        : c problem is solved [infeasible]
131.93/132.40	c Total Time         : 132
131.93/132.40	c   solving          : 132
131.93/132.40	c   presolving       : 43 (included in solving)
131.93/132.40	c B&B Tree           :
131.93/132.40	c   nodes (total)    : 1
131.93/132.40	c Solution           :
131.93/132.40	c   Solutions found  : 0
131.93/132.40	c   Primal Bound     :          -
131.93/132.40	c   Dual Bound       :          -
131.93/132.40	c Gap                :          -
132.13/132.50	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

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: 64096 MiB (62148 MiB free)
  memory of node 1: 64473 MiB (63807 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4464710-1722390921/watcher-4464710-1722390921 -o /tmp/evaluation-result-4464710-1722390921/solver-4464710-1722390921 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1722390921-35058 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4464710-1722390921.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=35385, runsolver pid=35378

[startup+0.100101 s]*
/proc/loadavg: 1.08 1.11 1.66 7/252 35439
/proc/meminfo: memFree=128898232/131655788 swapFree=131071996/131071996
[pid=35385] ppid=35378 vsize=31740 memory=20108 CPUtime=0.11 cores=4,6
/proc/35385/stat : 35385 (fscip) R 35378 35385 35020 0 -1 4194304 2927 0 0 0 10 1 0 0 20 0 1 0 5463247 32501760 5027 134679101440 4194304 16623229 140723952312144 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 42217472 140723952313366 140723952313482 140723952313482 140723952320496 0
/proc/35385/statm: 7935 5027 2347 3035 0 4331 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 31740 KiB
Current children cumulated memory: 20108 KiB

[startup+0.214214 s]*
/proc/loadavg: 1.08 1.11 1.66 5/242 35474
/proc/meminfo: memFree=128902216/131655788 swapFree=131071996/131071996
[pid=35385] ppid=35378 vsize=38456 memory=26180 CPUtime=0.21 cores=4,6
/proc/35385/stat : 35385 (fscip) R 35378 35385 35020 0 -1 4194304 4440 0 0 0 20 1 0 0 20 0 1 0 5463247 39378944 6545 134679101440 4194304 16623229 140723952312144 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 42217472 140723952313366 140723952313482 140723952313482 140723952320496 0
/proc/35385/statm: 9614 6545 2347 3035 0 6010 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 38456 KiB
Current children cumulated memory: 26180 KiB

[startup+0.313559 s]*
/proc/loadavg: 1.08 1.11 1.66 6/243 35480
/proc/meminfo: memFree=128871008/131655788 swapFree=131071996/131071996
[pid=35385] ppid=35378 vsize=43068 memory=30404 CPUtime=0.31 cores=4,6
/proc/35385/stat : 35385 (fscip) R 35378 35385 35020 0 -1 4194304 5484 0 0 0 30 1 0 0 20 0 1 0 5463247 44101632 7601 134679101440 4194304 16623229 140723952312144 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 42217472 140723952313366 140723952313482 140723952313482 140723952320496 0
/proc/35385/statm: 10767 7601 2347 3035 0 7163 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 43068 KiB
Current children cumulated memory: 30404 KiB

[startup+0.700359 s]
/proc/loadavg: 1.08 1.11 1.66 4/241 35484
/proc/meminfo: memFree=128829748/131655788 swapFree=131071996/131071996
[pid=35385] ppid=35378 vsize=148840 memory=136704 CPUtime=0.69 cores=4,6
/proc/35385/stat : 35385 (fscip) R 35378 35385 35020 0 -1 4194304 32140 0 0 0 60 9 0 0 20 0 1 0 5463247 152412160 34176 134679101440 4194304 16623229 140723952312144 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 42217472 140723952313366 140723952313482 140723952313482 140723952320496 0
/proc/35385/statm: 37210 34176 2598 3035 0 33606 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 148840 KiB
Current children cumulated memory: 136704 KiB

[startup+1.50037 s]
/proc/loadavg: 1.08 1.11 1.66 5/244 35490
/proc/meminfo: memFree=128732100/131655788 swapFree=131071996/131071996
[pid=35385] ppid=35378 vsize=261312 memory=248828 CPUtime=1.48 cores=4,6
/proc/35385/stat : 35385 (fscip) R 35378 35385 35020 0 -1 4194304 41547 0 0 0 134 14 0 0 20 0 1 0 5463247 267583488 62207 134679101440 4194304 16623229 140723952312144 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 42217472 140723952313366 140723952313482 140723952313482 140723952320496 0
/proc/35385/statm: 65328 62207 2678 3035 0 61724 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 261312 KiB
Current children cumulated memory: 248828 KiB

[startup+3.11268 s]
/proc/loadavg: 1.08 1.11 1.66 5/248 35524
/proc/meminfo: memFree=128517740/131655788 swapFree=131071996/131071996
[pid=35385] ppid=35378 vsize=261312 memory=248828 CPUtime=3.09 cores=4,6
/proc/35385/stat : 35385 (fscip) R 35378 35385 35020 0 -1 4194304 41556 0 0 0 295 14 0 0 20 0 1 0 5463247 267583488 62207 134679101440 4194304 16623229 140723952312144 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 42217472 140723952313366 140723952313482 140723952313482 140723952320496 0
/proc/35385/statm: 65328 62207 2678 3035 0 61724 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 261312 KiB
Current children cumulated memory: 248828 KiB

[startup+6.30033 s]
/proc/loadavg: 1.31 1.16 1.68 5/248 35526
/proc/meminfo: memFree=128503100/131655788 swapFree=131071996/131071996
[pid=35385] ppid=35378 vsize=218044 memory=205756 CPUtime=6.27 cores=4,6
/proc/35385/stat : 35385 (fscip) R 35378 35385 35020 0 -1 4194304 41603 0 0 0 612 15 0 0 20 0 1 0 5463247 223277056 51439 134679101440 4194304 16623229 140723952312144 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 42217472 140723952313366 140723952313482 140723952313482 140723952320496 0
/proc/35385/statm: 54511 51439 2710 3035 0 50907 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 218044 KiB
Current children cumulated memory: 205756 KiB

[startup+12.7003 s]
/proc/loadavg: 1.53 1.21 1.69 6/250 35574
/proc/meminfo: memFree=128491896/131655788 swapFree=131071996/131071996
[pid=35385] ppid=35378 vsize=218044 memory=205756 CPUtime=12.65 cores=4,6
/proc/35385/stat : 35385 (fscip) R 35378 35385 35020 0 -1 4194304 41641 0 0 0 1250 15 0 0 20 0 1 0 5463247 223277056 51439 134679101440 4194304 16623229 140723952312144 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 42217472 140723952313366 140723952313482 140723952313482 140723952320496 0
/proc/35385/statm: 54511 51439 2710 3035 0 50907 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 218044 KiB
Current children cumulated memory: 205756 KiB

[startup+25.5003 s]
/proc/loadavg: 2.15 1.36 1.73 6/250 35575
/proc/meminfo: memFree=128310288/131655788 swapFree=131071996/131071996
[pid=35385] ppid=35378 vsize=217128 memory=205164 CPUtime=25.41 cores=4,6
/proc/35385/stat : 35385 (fscip) R 35378 35385 35020 0 -1 4194304 41678 0 0 0 2526 15 0 0 20 0 1 0 5463247 222339072 51291 134679101440 4194304 16623229 140723952312144 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 42217472 140723952313366 140723952313482 140723952313482 140723952320496 0
/proc/35385/statm: 54282 51291 2774 3035 0 50678 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 217128 KiB
Current children cumulated memory: 205164 KiB

[startup+51.112 s]
/proc/loadavg: 2.84 1.59 1.80 5/244 35688
/proc/meminfo: memFree=128183116/131655788 swapFree=131071996/131071996
[pid=35385] ppid=35378 vsize=493832 memory=408284 CPUtime=50.93 cores=4,6
/proc/35385/stat : 35385 (fscip) S 35378 35385 35020 0 -1 1077936128 92188 0 0 0 5067 26 0 0 20 0 3 0 5463247 505683968 102071 134679101440 4194304 16623229 140723952312144 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 42217472 140723952313366 140723952313482 140723952313482 140723952320496 0
/proc/35385/statm: 123458 102071 2854 3035 0 113044 0
[pid=35385/tid=35581] ppid=35378 vsize=493832 memory=305320 CPUtime=7 cores=4,6
/proc/35385/task/35581/stat : 35581 (fscip) R 35378 35385 35020 0 -1 4194368 46850 0 0 0 693 7 0 0 20 0 3 0 5467654 505683968 102071 134679101440 4194304 16623229 140723952312144 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 42217472 140723952313366 140723952313482 140723952313482 140723952320496 0
[pid=35385/tid=35582] ppid=35378 vsize=493832 memory=11392 CPUtime=0 cores=4,6
/proc/35385/task/35582/stat : 35582 (fscip) S 35378 35385 35020 0 -1 1077936192 18 0 0 0 0 0 0 0 20 0 3 0 5467659 505683968 102071 134679101440 4194304 16623229 140723952312144 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 42217472 140723952313366 140723952313482 140723952313482 140723952320496 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 493832 KiB
Current children cumulated memory: 408284 KiB

[startup+102.3 s]
/proc/loadavg: 3.55 1.98 1.92 5/251 35785
/proc/meminfo: memFree=123901632/131655788 swapFree=131071996/131071996
[pid=35385] ppid=35378 vsize=690440 memory=562220 CPUtime=102 cores=4,6
/proc/35385/stat : 35385 (fscip) S 35378 35385 35020 0 -1 1077936128 256397 0 0 0 10160 40 0 0 20 0 3 0 5463247 707010560 140555 134679101440 4194304 16623229 140723952312144 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 42217472 140723952313366 140723952313482 140723952313482 140723952320496 0
/proc/35385/statm: 172610 140555 2950 3035 0 152437 0
[pid=35385/tid=35581] ppid=35378 vsize=690440 memory=-5155626886418099077 CPUtime=58.06 cores=4,6
/proc/35385/task/35581/stat : 35581 (fscip) R 35378 35385 35020 0 -1 4194368 211015 0 0 0 5785 21 0 0 20 0 3 0 5467654 707010560 140555 134679101440 4194304 16623229 140723952312144 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 42217472 140723952313366 140723952313482 140723952313482 140723952320496 0
[pid=35385/tid=35582] ppid=35378 vsize=690440 memory=11392 CPUtime=0 cores=4,6
/proc/35385/task/35582/stat : 35582 (fscip) S 35378 35385 35020 0 -1 1077936192 62 0 0 0 0 0 0 0 20 0 3 0 5467659 707010560 140555 134679101440 4194304 16623229 140723952312144 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 42217472 140723952313366 140723952313482 140723952313482 140723952320496 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 690440 KiB
Current children cumulated memory: 562220 KiB

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

# cumulated CPU time of all completed processes:  user=131.676 s, system=0.498011 s

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

[startup+102.4 s]
/proc/loadavg: 3.55 1.98 1.92 5/251 35785
/proc/meminfo: memFree=123901632/131655788 swapFree=131071996/131071996
[pid=35385] ppid=35378 vsize=690440 memory=562220 CPUtime=102.1 cores=4,6
/proc/35385/stat : 35385 (fscip) S 35378 35385 35020 0 -1 1077936128 256397 0 0 0 10170 40 0 0 20 0 3 0 5463247 707010560 140555 134679101440 4194304 16623229 140723952312144 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 42217472 140723952313366 140723952313482 140723952313482 140723952320496 0
/proc/35385/statm: 172610 140555 2950 3035 0 152437 0
[pid=35385/tid=35581] ppid=35378 vsize=690440 memory=0 CPUtime=58.16 cores=4,6
/proc/35385/task/35581/stat : 35581 (fscip) R 35378 35385 35020 0 -1 4194368 211015 0 0 0 5795 21 0 0 20 0 3 0 5467654 707010560 140555 134679101440 4194304 16623229 140723952312144 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 42217472 140723952313366 140723952313482 140723952313482 140723952320496 0
[pid=35385/tid=35582] ppid=35378 vsize=690440 memory=164 CPUtime=0 cores=4,6
/proc/35385/task/35582/stat : 35582 (fscip) S 35378 35385 35020 0 -1 1077936192 62 0 0 0 0 0 0 0 20 0 3 0 5467659 707010560 140555 134679101440 4194304 16623229 140723952312144 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 42217472 140723952313366 140723952313482 140723952313482 140723952320496 0
Current children cumulated CPU time: 102.1 s
Current children cumulated vsize: 690440 KiB
Current children cumulated memory: 562220 KiB

[startup+115.2 s]
/proc/loadavg: 3.72 2.09 1.96 5/251 35786
/proc/meminfo: memFree=123863676/131655788 swapFree=131071996/131071996
[pid=35385] ppid=35378 vsize=690440 memory=563664 CPUtime=114.87 cores=4,6
/proc/35385/stat : 35385 (fscip) S 35378 35385 35020 0 -1 1077936128 270652 0 0 0 11446 41 0 0 20 0 3 0 5463247 707010560 140916 134679101440 4194304 16623229 140723952312144 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 42217472 140723952313366 140723952313482 140723952313482 140723952320496 0
/proc/35385/statm: 172610 140916 2950 3035 0 152810 0
[pid=35385/tid=35581] ppid=35378 vsize=690440 memory=562556 CPUtime=70.93 cores=4,6
/proc/35385/task/35581/stat : 35581 (fscip) R 35378 35385 35020 0 -1 4194368 225267 0 0 0 7072 21 0 0 20 0 3 0 5467654 707010560 140916 134679101440 4194304 16623229 140723952312144 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 42217472 140723952313366 140723952313482 140723952313482 140723952320496 0
[pid=35385/tid=35582] ppid=35378 vsize=690440 memory=38684 CPUtime=0 cores=4,6
/proc/35385/task/35582/stat : 35582 (fscip) S 35378 35385 35020 0 -1 1077936192 65 0 0 0 0 0 0 0 20 0 3 0 5467659 707010560 140916 134679101440 4194304 16623229 140723952312144 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 42217472 140723952313366 140723952313482 140723952313482 140723952320496 0
Current children cumulated CPU time: 114.87 s
Current children cumulated vsize: 690440 KiB
Current children cumulated memory: 563664 KiB

[startup+121.6 s]
/proc/loadavg: 3.74 2.13 1.97 5/251 35788
/proc/meminfo: memFree=123515216/131655788 swapFree=131071996/131071996
[pid=35385] ppid=35378 vsize=690440 memory=563664 CPUtime=121.26 cores=4,6
/proc/35385/stat : 35385 (fscip) S 35378 35385 35020 0 -1 1077936128 270941 0 0 0 12085 41 0 0 20 0 3 0 5463247 707010560 140916 134679101440 4194304 16623229 140723952312144 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 42217472 140723952313366 140723952313482 140723952313482 140723952320496 0
/proc/35385/statm: 172610 140916 2950 3035 0 152810 0
[pid=35385/tid=35581] ppid=35378 vsize=690440 memory=12356 CPUtime=77.31 cores=4,6
/proc/35385/task/35581/stat : 35581 (fscip) R 35378 35385 35020 0 -1 4194368 225551 0 0 0 7710 21 0 0 20 0 3 0 5467654 707010560 140916 134679101440 4194304 16623229 140723952312144 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 42217472 140723952313366 140723952313482 140723952313482 140723952320496 0
[pid=35385/tid=35582] ppid=35378 vsize=690440 memory=12880 CPUtime=0 cores=4,6
/proc/35385/task/35582/stat : 35582 (fscip) S 35378 35385 35020 0 -1 1077936192 70 0 0 0 0 0 0 0 20 0 3 0 5467659 707010560 140916 134679101440 4194304 16623229 140723952312144 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 42217472 140723952313366 140723952313482 140723952313482 140723952320496 0
Current children cumulated CPU time: 121.26 s
Current children cumulated vsize: 690440 KiB
Current children cumulated memory: 563664 KiB

[startup+128 s]*
/proc/loadavg: 3.76 2.16 1.98 5/251 35790
/proc/meminfo: memFree=123252712/131655788 swapFree=131071996/131071996
[pid=35385] ppid=35378 vsize=690440 memory=564020 CPUtime=127.65 cores=4,6
/proc/35385/stat : 35385 (fscip) S 35378 35385 35020 0 -1 1077936128 277125 0 0 0 12724 41 0 0 20 0 3 0 5463247 707010560 141005 134679101440 4194304 16623229 140723952312144 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 42217472 140723952313366 140723952313482 140723952313482 140723952320496 0
/proc/35385/statm: 172610 141005 2950 3035 0 153062 0
[pid=35385/tid=35581] ppid=35378 vsize=690440 memory=2732 CPUtime=83.71 cores=4,6
/proc/35385/task/35581/stat : 35581 (fscip) R 35378 35385 35020 0 -1 4194368 231735 0 0 0 8349 22 0 0 20 0 3 0 5467654 707010560 141005 134679101440 4194304 16623229 140723952312144 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 42217472 140723952313366 140723952313482 140723952313482 140723952320496 0
[pid=35385/tid=35582] ppid=35378 vsize=690440 memory=4772 CPUtime=0 cores=4,6
/proc/35385/task/35582/stat : 35582 (fscip) S 35378 35385 35020 0 -1 1077936192 70 0 0 0 0 0 0 0 20 0 3 0 5467659 707010560 141005 134679101440 4194304 16623229 140723952312144 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 42217472 140723952313366 140723952313482 140723952313482 140723952320496 0
Current children cumulated CPU time: 127.65 s
Current children cumulated vsize: 690440 KiB
Current children cumulated memory: 564020 KiB

[startup+129.6 s]
/proc/loadavg: 3.78 2.19 2.00 5/251 35791
/proc/meminfo: memFree=123180052/131655788 swapFree=131071996/131071996
[pid=35385] ppid=35378 vsize=690440 memory=564124 CPUtime=129.24 cores=4,6
/proc/35385/stat : 35385 (fscip) S 35378 35385 35020 0 -1 1077936128 277632 0 0 0 12883 41 0 0 20 0 3 0 5463247 707010560 141031 134679101440 4194304 16623229 140723952312144 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 42217472 140723952313366 140723952313482 140723952313482 140723952320496 0
/proc/35385/statm: 172610 141031 2950 3035 0 153062 0
[pid=35385/tid=35581] ppid=35378 vsize=690440 memory=564020 CPUtime=85.3 cores=4,6
/proc/35385/task/35581/stat : 35581 (fscip) R 35378 35385 35020 0 -1 4194368 232242 0 0 0 8508 22 0 0 20 0 3 0 5467654 707010560 141031 134679101440 4194304 16623229 140723952312144 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 42217472 140723952313366 140723952313482 140723952313482 140723952320496 0
[pid=35385/tid=35582] ppid=35378 vsize=690440 memory=11392 CPUtime=0 cores=4,6
/proc/35385/task/35582/stat : 35582 (fscip) S 35378 35385 35020 0 -1 1077936192 70 0 0 0 0 0 0 0 20 0 3 0 5467659 707010560 141031 134679101440 4194304 16623229 140723952312144 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 42217472 140723952313366 140723952313482 140723952313482 140723952320496 0
Current children cumulated CPU time: 129.24 s
Current children cumulated vsize: 690440 KiB
Current children cumulated memory: 564124 KiB

[startup+131.2 s]
/proc/loadavg: 3.78 2.19 2.00 5/251 35792
/proc/meminfo: memFree=123160804/131655788 swapFree=131071996/131071996
[pid=35385] ppid=35378 vsize=690440 memory=564124 CPUtime=130.83 cores=4,6
/proc/35385/stat : 35385 (fscip) S 35378 35385 35020 0 -1 1077936128 278457 0 0 0 13042 41 0 0 20 0 3 0 5463247 707010560 141031 134679101440 4194304 16623229 140723952312144 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 42217472 140723952313366 140723952313482 140723952313482 140723952320496 0
/proc/35385/statm: 172610 141031 2950 3035 0 153062 0
[pid=35385/tid=35581] ppid=35378 vsize=690440 memory=564020 CPUtime=86.89 cores=4,6
/proc/35385/task/35581/stat : 35581 (fscip) R 35378 35385 35020 0 -1 4194368 233064 0 0 0 8667 22 0 0 20 0 3 0 5467654 707010560 141031 134679101440 4194304 16623229 140723952312144 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 42217472 140723952313366 140723952313482 140723952313482 140723952320496 0
[pid=35385/tid=35582] ppid=35378 vsize=690440 memory=12356 CPUtime=0 cores=4,6
/proc/35385/task/35582/stat : 35582 (fscip) S 35378 35385 35020 0 -1 1077936192 73 0 0 0 0 0 0 0 20 0 3 0 5467659 707010560 141031 134679101440 4194304 16623229 140723952312144 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 42217472 140723952313366 140723952313482 140723952313482 140723952320496 0
Current children cumulated CPU time: 130.83 s
Current children cumulated vsize: 690440 KiB
Current children cumulated memory: 564124 KiB

[startup+132 s]*
/proc/loadavg: 3.78 2.19 2.00 5/251 35792
/proc/meminfo: memFree=123134476/131655788 swapFree=131071996/131071996
[pid=35385] ppid=35378 vsize=690440 memory=564124 CPUtime=131.64 cores=4,6
/proc/35385/stat : 35385 (fscip) S 35378 35385 35020 0 -1 1077936128 278642 0 0 0 13123 41 0 0 20 0 3 0 5463247 707010560 141031 134679101440 4194304 16623229 140723952312144 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 42217472 140723952313366 140723952313482 140723952313482 140723952320496 0
/proc/35385/statm: 172610 141031 2950 3035 0 153062 0
[pid=35385/tid=35581] ppid=35378 vsize=690440 memory=-5155632383909129093 CPUtime=87.7 cores=4,6
/proc/35385/task/35581/stat : 35581 (fscip) R 35378 35385 35020 0 -1 4194368 233249 0 0 0 8748 22 0 0 20 0 3 0 5467654 707010560 141031 134679101440 4194304 16623229 140723952312144 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 42217472 140723952313366 140723952313482 140723952313482 140723952320496 0
[pid=35385/tid=35582] ppid=35378 vsize=690440 memory=11344 CPUtime=0 cores=4,6
/proc/35385/task/35582/stat : 35582 (fscip) S 35378 35385 35020 0 -1 1077936192 73 0 0 0 0 0 0 0 20 0 3 0 5467659 707010560 141031 134679101440 4194304 16623229 140723952312144 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 42217472 140723952313366 140723952313482 140723952313482 140723952320496 0
Current children cumulated CPU time: 131.64 s
Current children cumulated vsize: 690440 KiB
Current children cumulated memory: 564124 KiB

[startup+132.414 s]
/proc/loadavg: 3.78 2.19 2.00 5/251 35792
/proc/meminfo: memFree=123134476/131655788 swapFree=131071996/131071996
[pid=35385] ppid=35378 vsize=559368 memory=499008 CPUtime=132.04 cores=4,6
/proc/35385/stat : 35385 (fscip) R 35378 35385 35020 0 -1 4194304 311620 0 0 0 13161 43 0 0 20 0 2 0 5463247 572792832 124752 134679101440 4194304 16623229 140723952312144 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 42217472 140723952313366 140723952313482 140723952313482 140723952320496 0
/proc/35385/statm: 139842 124752 2998 3035 0 135746 0
[pid=35385/tid=35582] ppid=35378 vsize=559368 memory=12356 CPUtime=0 cores=4,6
/proc/35385/task/35582/stat : 35582 (fscip) S 35378 35385 35020 0 -1 1077936192 73 0 0 0 0 0 0 0 20 0 2 0 5467659 572792832 124752 134679101440 4194304 16623229 140723952312144 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 42217472 140723952313366 140723952313482 140723952313482 140723952320496 0
Current children cumulated CPU time: 132.04 s
Current children cumulated vsize: 559368 KiB
Current children cumulated memory: 499008 KiB

[startup+132.5 s]
/proc/loadavg: 3.78 2.19 2.00 5/251 35792
/proc/meminfo: memFree=123134476/131655788 swapFree=131071996/131071996
[pid=35385] ppid=35378 vsize=420780 memory=385144 CPUtime=132.13 cores=4,6
/proc/35385/stat : 35385 (fscip) R 35378 35385 35020 0 -1 4194304 326779 0 0 0 13167 46 0 0 20 0 2 0 5463247 430878720 96286 134679101440 4194304 16623229 140723952312144 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 18838560 18947056 42217472 140723952313366 140723952313482 140723952313482 140723952320496 0
/proc/35385/statm: 105195 96286 2998 3035 0 101099 0
[pid=35385/tid=35582] ppid=35378 vsize=420780 memory=563948 CPUtime=0 cores=4,6
/proc/35385/task/35582/stat : 35582 (fscip) S 35378 35385 35020 0 -1 1077936192 73 0 0 0 0 0 0 0 20 0 2 0 5467659 430878720 96286 134679101440 4194304 16623229 140723952312144 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 42217472 140723952313366 140723952313482 140723952313482 140723952320496 0
Current children cumulated CPU time: 132.13 s
Current children cumulated vsize: 420780 KiB
Current children cumulated memory: 385144 KiB

Child status: 0

Real time (s): 132.534
CPU time (s): 132.174
CPU user time (s): 131.676
CPU system time (s): 0.498011
CPU usage (%): 99.7285
Max. virtual memory (cumulated for all children) (KiB): 690440
Max. memory (cumulated for all children) (KiB): 564192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 131.676
system time used= 0.498011
maximum resident set size= 564192
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 327155
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= 98
involuntary context switches= 174


# summary of solver processes directly reported to runsolver:
#   pid: 35385
#   total CPU time (s): 132.174
#   total CPU user time (s): 131.676
#   total CPU system time (s): 0.498011

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.789291 second user time and 1.1361 second system time

The end

Launcher Data

Begin job on nodeC004 at 2024-07-31 03:55:21
IDJOB=4464710
IDBENCH=178796
IDSOLVER=3092
FILE ID=nodeC004/4464710-1722390921
RUNJOBID= nodeC004-1722390921-35058
SLURM_JOB_ID= 8249883
Free space on /tmp= 723688 MiB

SOLVER NAME= FiberSCIP 2024-07-30
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/MIPLIB01/opt/miplib2010/normalized-neos-859770.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-4464710-1722390921/watcher-4464710-1722390921 -o /tmp/evaluation-result-4464710-1722390921/solver-4464710-1722390921 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1722390921-35058 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4464710-1722390921.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= 4a685e943d6a7da38bd3737149184f18
RANDOM SEED=953149030

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        129001208 kB
MemAvailable:   129973984 kB
Buffers:          109368 kB
Cached:          1698272 kB
SwapCached:            0 kB
Active:           268996 kB
Inactive:        1953208 kB
Active(anon):       1404 kB
Inactive(anon):   434516 kB
Active(file):     267592 kB
Inactive(file):  1518692 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            123412 kB
Writeback:             0 kB
AnonPages:        413504 kB
Mapped:           117092 kB
Shmem:             21316 kB
KReclaimable:      53384 kB
Slab:             129512 kB
SReclaimable:      53384 kB
SUnreclaim:        76128 kB
KernelStack:        4308 kB
PageTables:        11256 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     664844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:             7104 kB
HardwareCorrupted:     0 kB
AnonHugePages:    194560 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:      172872 kB
DirectMap2M:     9168896 kB
DirectMap1G:    126877696 kB

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