Trace number 4464235

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-30? (MO) 1973.06 1980.56

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_5_mh.opb
MD5SUMbcacee10cf1a44650f44a3298f043d3d
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark36420470
Best CPU time to get the best result obtained on this benchmark3600.29
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000400
Total number of constraints4920807
Number of constraints which are clauses3910700
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints1010000
Minimum length of a constraint2
Maximum length of a constraint14950
Number of terms in the objective function 1019800
Biggest coefficient in the objective function 165469149
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 361320367096
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 165469149
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 361320367096
Number of bits of the biggest sum of numbers39
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)
24.93/25.10	c Default LC presolving (default).
25.04/25.19	c ** Before presolving: virtualMemUsedAtLc = 16664463956, getVmSize() = 10567221248, SCIPgetMemUsed() = 9810423770, SCIPgetMemTotal() = 10141558450, SCIPgetMemExternEstim() = 6522905506
25.04/25.19	c ** set memory limit for presolving in LC to 8.79109e+12 for SCIP **
1005.41/1009.33	c ** Estimated virtualMemUsedAtSolver = 14711135711, getVmSize() = 17403383808, SCIPgetMemUsed() = 13304531477, SCIPgetMemTotal() = 15543798061, SCIPgetMemExternEstim() = 6522905506
1005.41/1009.33	c ** set memory limit for solvers to 4.39761e+12 for each SCIP **
1005.41/1009.33	c Original Problem   :
1005.41/1009.33	c   Problem name     : instance-4464235-1722382652
1005.41/1009.33	c   Variables        : 2000400 (2000400 binary, 0 integer, 0 implicit integer, 0 continuous)
1005.41/1009.33	c   Constraints      : 4920807
1005.41/1009.33	c   Objective sense  : minimize
1005.41/1009.33	c Presolved Problem  :
1005.41/1009.33	c   Variables        : 1960400 (1960400 binary, 0 integer, 0 implicit integer, 0 continuous)
1005.41/1009.33	c   Constraints      : 3915954
1005.41/1009.33	c Constraints        : Number
1005.41/1009.33	c   knapsack         : 5250 
1005.41/1009.33	c   setppc           : 2925551 
1005.41/1009.33	c   and              : 980100 
1005.41/1009.33	c   linear           : 3 
1005.41/1009.33	c   logicor          : 5050 
1005.41/1009.33	c ** Instance transfer method used: 0
1017.76/1021.70	c ** ParaScipInstance copy does not increase the number of variables. **
1026.54/1030.57	c LC is working with racing ramp-up and with rebuilding tree after racing.
1026.54/1030.57	c                                Nodes    Active                                            
1026.54/1030.57	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
solver pid=31641, runsolver pid=31638
Current StackSize limit: 8192 KiB


[startup+0.100088 s]*
/proc/loadavg: 4.23 4.20 4.14 5/249 31642
/proc/meminfo: memFree=112838568/131655788 swapFree=131071216/131071996
[pid=31641] ppid=31638 vsize=141948 memory=129492 CPUtime=0.1 cores=5,7
/proc/31641/stat : 31641 (fscip) R 31638 31641 29026 0 -1 4194304 12364 0 0 0 4 6 0 0 20 0 1 0 4636811 145354752 32373 134679101440 4194304 16623229 140727978291312 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 24293376 140727978296342 140727978296458 140727978296458 140727978303472 0
/proc/31641/statm: 35487 32373 2347 3035 0 31883 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 141948 KiB
Current children cumulated memory: 129492 KiB

[startup+0.205662 s]*
/proc/loadavg: 4.23 4.20 4.14 5/249 31642
/proc/meminfo: memFree=112786664/131655788 swapFree=131071216/131071996
[pid=31641] ppid=31638 vsize=196356 memory=180784 CPUtime=0.2 cores=5,7
/proc/31641/stat : 31641 (fscip) R 31638 31641 29026 0 -1 4194304 25176 0 0 0 11 9 0 0 20 0 1 0 4636811 201068544 45196 134679101440 4194304 16623229 140727978291312 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 24293376 140727978296342 140727978296458 140727978296458 140727978303472 0
/proc/31641/statm: 49089 45196 2347 3035 0 45485 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 196356 KiB
Current children cumulated memory: 180784 KiB

[startup+0.305627 s]*
/proc/loadavg: 4.23 4.20 4.14 5/249 31644
/proc/meminfo: memFree=112737252/131655788 swapFree=131071216/131071996
[pid=31641] ppid=31638 vsize=245688 memory=229392 CPUtime=0.29 cores=5,7
/proc/31641/stat : 31641 (fscip) R 31638 31641 29026 0 -1 4194304 37365 0 0 0 18 11 0 0 20 0 1 0 4636811 251584512 57348 134679101440 4194304 16623229 140727978291312 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 24293376 140727978296342 140727978296458 140727978296458 140727978303472 0
/proc/31641/statm: 61422 57348 2347 3035 0 57818 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 245688 KiB
Current children cumulated memory: 229392 KiB

[startup+0.700318 s]
/proc/loadavg: 4.23 4.20 4.14 5/249 31644
/proc/meminfo: memFree=112643728/131655788 swapFree=131071216/131071996
[pid=31641] ppid=31638 vsize=450488 memory=433732 CPUtime=0.69 cores=5,7
/proc/31641/stat : 31641 (fscip) R 31638 31641 29026 0 -1 4194304 86892 0 0 0 46 23 0 0 20 0 1 0 4636811 461299712 108433 134679101440 4194304 16623229 140727978291312 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 24293376 140727978296342 140727978296458 140727978296458 140727978303472 0
/proc/31641/statm: 112622 108433 2347 3035 0 109018 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 450488 KiB
Current children cumulated memory: 433732 KiB

[startup+1.50032 s]
/proc/loadavg: 4.23 4.20 4.14 5/249 31644
/proc/meminfo: memFree=112338960/131655788 swapFree=131071216/131071996
[pid=31641] ppid=31638 vsize=1040644 memory=1020296 CPUtime=1.48 cores=5,7
/proc/31641/stat : 31641 (fscip) R 31638 31641 29026 0 -1 4194304 222246 0 0 0 102 46 0 0 20 0 1 0 4636811 1065619456 255008 134679101440 4194304 16623229 140727978291312 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 24293376 140727978296342 140727978296458 140727978296458 140727978303472 0
/proc/31641/statm: 260161 255008 2347 3035 0 256557 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 1040644 KiB
Current children cumulated memory: 1020296 KiB

[startup+3.11289 s]
/proc/loadavg: 4.21 4.19 4.14 5/249 31644
/proc/meminfo: memFree=111290880/131655788 swapFree=131071216/131071996
[pid=31641] ppid=31638 vsize=1754352 memory=1734676 CPUtime=3.09 cores=5,7
/proc/31641/stat : 31641 (fscip) R 31638 31641 29026 0 -1 4194304 392288 0 0 0 239 70 0 0 20 0 1 0 4636811 1796456448 433669 134679101440 4194304 16623229 140727978291312 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 24293376 140727978296342 140727978296458 140727978296458 140727978303472 0
/proc/31641/statm: 438588 433669 2347 3035 0 434984 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 1754352 KiB
Current children cumulated memory: 1734676 KiB

[startup+6.3003 s]
/proc/loadavg: 4.21 4.19 4.14 5/249 31644
/proc/meminfo: memFree=110003704/131655788 swapFree=131071216/131071996
[pid=31641] ppid=31638 vsize=3047060 memory=3025832 CPUtime=6.27 cores=5,7
/proc/31641/stat : 31641 (fscip) R 31638 31641 29026 0 -1 4194304 703863 0 0 0 510 117 0 0 20 0 1 0 4636811 3120189440 756458 134679101440 4194304 16623229 140727978291312 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 24293376 140727978296342 140727978296458 140727978296458 140727978303472 0
/proc/31641/statm: 761765 756458 2347 3035 0 758161 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 3047060 KiB
Current children cumulated memory: 3025832 KiB

[startup+12.7003 s]
/proc/loadavg: 4.18 4.19 4.14 5/249 31645
/proc/meminfo: memFree=108718364/131655788 swapFree=131071216/131071996
[pid=31641] ppid=31638 vsize=4409556 memory=4386276 CPUtime=12.66 cores=5,7
/proc/31641/stat : 31641 (fscip) R 31638 31641 29026 0 -1 4194304 1006202 0 0 0 1098 168 0 0 20 0 1 0 4636811 4515385344 1096569 134679101440 4194304 16623229 140727978291312 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 24293376 140727978296342 140727978296458 140727978296458 140727978303472 0
/proc/31641/statm: 1102389 1096569 2347 3035 0 1098785 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 4409556 KiB
Current children cumulated memory: 4386276 KiB

[startup+25.5003 s]
/proc/loadavg: 4.15 4.18 4.14 5/249 31647
/proc/meminfo: memFree=102738532/131655788 swapFree=131071216/131071996
[pid=31641] ppid=31638 vsize=10519520 memory=10422720 CPUtime=25.42 cores=5,7
/proc/31641/stat : 31641 (fscip) R 31638 31641 29026 0 -1 4194304 2365540 0 0 0 2167 375 0 0 20 0 1 0 4636811 10771988480 2605614 134679101440 4194304 16623229 140727978291312 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 24293376 140727978296342 140727978296458 140727978296458 140727978303472 0
/proc/31641/statm: 2629880 2605680 2598 3035 0 2626276 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 10519520 KiB
Current children cumulated memory: 10422720 KiB

[startup+51.1128 s]
/proc/loadavg: 4.15 4.18 4.14 5/249 31652
/proc/meminfo: memFree=101119552/131655788 swapFree=131071216/131071996
[pid=31641] ppid=31638 vsize=12021872 memory=11802140 CPUtime=50.97 cores=5,7
/proc/31641/stat : 31641 (fscip) R 31638 31641 29026 0 -1 4194304 2510928 0 0 0 4563 534 0 0 20 0 1 0 4636811 12310396928 2950535 134679101440 4194304 16623229 140727978291312 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 24293376 140727978296342 140727978296458 140727978296458 140727978303472 0
/proc/31641/statm: 3005468 2950535 2726 3035 0 3001864 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 12021872 KiB
Current children cumulated memory: 11802140 KiB

[startup+102.3 s]
/proc/loadavg: 4.51 4.26 4.17 5/251 31663
/proc/meminfo: memFree=96239284/131655788 swapFree=131071216/131071996
[pid=31641] ppid=31638 vsize=14699368 memory=14459088 CPUtime=101.99 cores=5,7
/proc/31641/stat : 31641 (fscip) R 31638 31641 29026 0 -1 4194304 2999347 0 0 0 9584 615 0 0 20 0 1 0 4636811 15052152832 3614772 134679101440 4194304 16623229 140727978291312 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 24293376 140727978296342 140727978296458 140727978296458 140727978303472 0
/proc/31641/statm: 3674842 3614772 2758 3035 0 3671238 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 14699368 KiB
Current children cumulated memory: 14459088 KiB

[startup+162.3 s]
/proc/loadavg: 4.56 4.34 4.20 5/252 31677
/proc/meminfo: memFree=94958412/131655788 swapFree=131071216/131071996
[pid=31641] ppid=31638 vsize=15940540 memory=15673712 CPUtime=161.81 cores=5,7
/proc/31641/stat : 31641 (fscip) R 31638 31641 29026 0 -1 4194304 3047131 0 0 0 15537 644 0 0 20 0 1 0 4636811 16323112960 3918428 134679101440 4194304 16623229 140727978291312 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 24293376 140727978296342 140727978296458 140727978296458 140727978303472 0
/proc/31641/statm: 3985135 3918428 2774 3035 0 3981531 0
Current children cumulated CPU time: 161.81 s
Current children cumulated vsize: 15940540 KiB
Current children cumulated memory: 15673712 KiB

[startup+222.3 s]
/proc/loadavg: 4.26 4.29 4.19 5/250 31687
/proc/meminfo: memFree=93804528/131655788 swapFree=131071216/131071996
[pid=31641] ppid=31638 vsize=15940540 memory=15673712 CPUtime=221.57 cores=5,7
/proc/31641/stat : 31641 (fscip) R 31638 31641 29026 0 -1 4194304 3048215 0 0 0 21509 648 0 0 20 0 1 0 4636811 16323112960 3918428 134679101440 4194304 16623229 140727978291312 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 24293376 140727978296342 140727978296458 140727978296458 140727978303472 0
/proc/31641/statm: 3985135 3918428 2774 3035 0 3981531 0
Current children cumulated CPU time: 221.57 s
Current children cumulated vsize: 15940540 KiB
Current children cumulated memory: 15673712 KiB

[startup+282.3 s]
/proc/loadavg: 4.13 4.25 4.18 5/250 31698
/proc/meminfo: memFree=93779636/131655788 swapFree=131071216/131071996
[pid=31641] ppid=31638 vsize=15940540 memory=15675760 CPUtime=281.34 cores=5,7
/proc/31641/stat : 31641 (fscip) R 31638 31641 29026 0 -1 4194304 3049179 0 0 0 27482 652 0 0 20 0 1 0 4636811 16323112960 3918940 134679101440 4194304 16623229 140727978291312 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 24293376 140727978296342 140727978296458 140727978296458 140727978303472 0
/proc/31641/statm: 3985135 3918940 2774 3035 0 3981531 0
Current children cumulated CPU time: 281.34 s
Current children cumulated vsize: 15940540 KiB
Current children cumulated memory: 15675760 KiB

[startup+342.3 s]
/proc/loadavg: 4.15 4.24 4.18 5/250 31710
/proc/meminfo: memFree=93759684/131655788 swapFree=131071216/131071996
[pid=31641] ppid=31638 vsize=15940540 memory=15675760 CPUtime=341.12 cores=5,7
/proc/31641/stat : 31641 (fscip) R 31638 31641 29026 0 -1 4194304 3050139 0 0 0 33457 655 0 0 20 0 1 0 4636811 16323112960 3918940 134679101440 4194304 16623229 140727978291312 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 24293376 140727978296342 140727978296458 140727978296458 140727978303472 0
/proc/31641/statm: 3985135 3918940 2774 3035 0 3981531 0
Current children cumulated CPU time: 341.12 s
Current children cumulated vsize: 15940540 KiB
Current children cumulated memory: 15675760 KiB

[startup+402.3 s]
/proc/loadavg: 4.05 4.19 4.17 5/250 31720
/proc/meminfo: memFree=93718928/131655788 swapFree=131071216/131071996
[pid=31641] ppid=31638 vsize=15940540 memory=15675760 CPUtime=400.88 cores=5,7
/proc/31641/stat : 31641 (fscip) R 31638 31641 29026 0 -1 4194304 3051254 0 0 0 39429 659 0 0 20 0 1 0 4636811 16323112960 3918940 134679101440 4194304 16623229 140727978291312 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 24293376 140727978296342 140727978296458 140727978296458 140727978303472 0
/proc/31641/statm: 3985135 3918940 2774 3035 0 3981531 0
Current children cumulated CPU time: 400.88 s
Current children cumulated vsize: 15940540 KiB
Current children cumulated memory: 15675760 KiB

[startup+462.3 s]
/proc/loadavg: 4.13 4.18 4.17 5/250 31730
/proc/meminfo: memFree=93707908/131655788 swapFree=131071216/131071996
[pid=31641] ppid=31638 vsize=15940540 memory=15675760 CPUtime=460.63 cores=5,7
/proc/31641/stat : 31641 (fscip) R 31638 31641 29026 0 -1 4194304 3052768 0 0 0 45401 662 0 0 20 0 1 0 4636811 16323112960 3918940 134679101440 4194304 16623229 140727978291312 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 24293376 140727978296342 140727978296458 140727978296458 140727978303472 0
/proc/31641/statm: 3985135 3918940 2774 3035 0 3981531 0

################
# More data... #
################

/proc/31641/statm: 7666618 7375507 2806 3035 0 7561442 0
[pid=31641/tid=31834] ppid=31638 vsize=30666472 memory=29499928 CPUtime=518.67 cores=5,7
/proc/31641/task/31834/stat : 31834 (fscip) R 31638 31641 29026 0 -1 4194368 10879727 0 0 0 50974 893 0 0 20 0 3 0 4737744 31402467328 7375507 134679101440 4194304 16623229 140727978291312 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 24293376 140727978296342 140727978296458 140727978296458 140727978303472 0
[pid=31641/tid=31841] ppid=31638 vsize=30666472 memory=29502020 CPUtime=0 cores=5,7
/proc/31641/task/31841/stat : 31841 (fscip) S 31638 31641 29026 0 -1 1077936192 123 0 0 0 0 0 0 0 20 0 3 0 4739883 31402467328 7375507 134679101440 4194304 16623229 140727978291312 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 24293376 140727978296342 140727978296458 140727978296458 140727978303472 0
Current children cumulated CPU time: 1536.46 s
Current children cumulated vsize: 30666472 KiB
Current children cumulated memory: 29502028 KiB

[startup+1602.3 s]
/proc/loadavg: 4.38 4.20 4.14 5/251 32514
/proc/meminfo: memFree=77745396/131655788 swapFree=131071216/131071996
[pid=31641] ppid=31638 vsize=30666472 memory=29514612 CPUtime=1596.25 cores=5,7
/proc/31641/stat : 31641 (fscip) S 31638 31641 29026 0 -1 1077936128 16403230 0 0 0 157771 1854 0 0 20 0 3 0 4636811 31402467328 7378653 134679101440 4194304 16623229 140727978291312 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 24293376 140727978296342 140727978296458 140727978296458 140727978303472 0
/proc/31641/statm: 7666618 7378653 2806 3035 0 7564514 0
[pid=31641/tid=31834] ppid=31638 vsize=30666472 memory=29506256 CPUtime=578.45 cores=5,7
/proc/31641/task/31834/stat : 31834 (fscip) R 31638 31641 29026 0 -1 4194368 11886473 0 0 0 56894 951 0 0 20 0 3 0 4737744 31402467328 7378653 134679101440 4194304 16623229 140727978291312 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 24293376 140727978296342 140727978296458 140727978296458 140727978303472 0
[pid=31641/tid=31841] ppid=31638 vsize=30666472 memory=104 CPUtime=0 cores=5,7
/proc/31641/task/31841/stat : 31841 (fscip) S 31638 31641 29026 0 -1 1077936192 145 0 0 0 0 0 0 0 20 0 3 0 4739883 31402467328 7378653 134679101440 4194304 16623229 140727978291312 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 24293376 140727978296342 140727978296458 140727978296458 140727978303472 0
Current children cumulated CPU time: 1596.25 s
Current children cumulated vsize: 30666472 KiB
Current children cumulated memory: 29514612 KiB

[startup+1662.3 s]
/proc/loadavg: 4.73 4.34 4.20 5/250 32524
/proc/meminfo: memFree=77730276/131655788 swapFree=131071216/131071996
[pid=31641] ppid=31638 vsize=30666472 memory=29527944 CPUtime=1656.04 cores=5,7
/proc/31641/stat : 31641 (fscip) S 31638 31641 29026 0 -1 1077936128 17416673 0 0 0 163688 1916 0 0 20 0 3 0 4636811 31402467328 7381986 134679101440 4194304 16623229 140727978291312 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 24293376 140727978296342 140727978296458 140727978296458 140727978303472 0
/proc/31641/statm: 7666618 7381986 2806 3035 0 7567746 0
[pid=31641/tid=31834] ppid=31638 vsize=30666472 memory=12576 CPUtime=638.24 cores=5,7
/proc/31641/task/31834/stat : 31834 (fscip) R 31638 31641 29026 0 -1 4194368 12899900 0 0 0 62811 1013 0 0 20 0 3 0 4737744 31402467328 7381986 134679101440 4194304 16623229 140727978291312 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 24293376 140727978296342 140727978296458 140727978296458 140727978303472 0
[pid=31641/tid=31841] ppid=31638 vsize=30666472 memory=-5155633680935826750 CPUtime=0.01 cores=5,7
/proc/31641/task/31841/stat : 31841 (fscip) S 31638 31641 29026 0 -1 1077936192 161 0 0 0 0 1 0 0 20 0 3 0 4739883 31402467328 7381986 134679101440 4194304 16623229 140727978291312 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 24293376 140727978296342 140727978296458 140727978296458 140727978303472 0
Current children cumulated CPU time: 1656.04 s
Current children cumulated vsize: 30666472 KiB
Current children cumulated memory: 29527944 KiB

[startup+1722.3 s]
/proc/loadavg: 4.36 4.31 4.19 5/250 32537
/proc/meminfo: memFree=77698124/131655788 swapFree=131071216/131071996
[pid=31641] ppid=31638 vsize=30676188 memory=29544228 CPUtime=1715.82 cores=5,7
/proc/31641/stat : 31641 (fscip) S 31638 31641 29026 0 -1 1077936128 18498555 0 0 0 169604 1978 0 0 20 0 3 0 4636811 31412416512 7386057 134679101440 4194304 16623229 140727978291312 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 24293376 140727978296342 140727978296458 140727978296458 140727978303472 0
/proc/31641/statm: 7669047 7386057 2806 3035 0 7574144 0
[pid=31641/tid=31834] ppid=31638 vsize=30676188 memory=29527420 CPUtime=698.03 cores=5,7
/proc/31641/task/31834/stat : 31834 (fscip) R 31638 31641 29026 0 -1 4194368 13981766 0 0 0 68728 1075 0 0 20 0 3 0 4737744 31412416512 7386057 134679101440 4194304 16623229 140727978291312 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 24293376 140727978296342 140727978296458 140727978296458 140727978303472 0
[pid=31641/tid=31841] ppid=31638 vsize=30676188 memory=29530176 CPUtime=0.01 cores=5,7
/proc/31641/task/31841/stat : 31841 (fscip) S 31638 31641 29026 0 -1 1077936192 177 0 0 0 0 1 0 0 20 0 3 0 4739883 31412416512 7386057 134679101440 4194304 16623229 140727978291312 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 24293376 140727978296342 140727978296458 140727978296458 140727978303472 0
Current children cumulated CPU time: 1715.82 s
Current children cumulated vsize: 30676188 KiB
Current children cumulated memory: 29544228 KiB

[startup+1782.3 s]
/proc/loadavg: 4.17 4.26 4.18 5/249 32548
/proc/meminfo: memFree=77666444/131655788 swapFree=131071216/131071996
[pid=31641] ppid=31638 vsize=30676188 memory=29559160 CPUtime=1775.58 cores=5,7
/proc/31641/stat : 31641 (fscip) S 31638 31641 29026 0 -1 1077936128 19516486 0 0 0 175523 2035 0 0 20 0 3 0 4636811 31412416512 7389790 134679101440 4194304 16623229 140727978291312 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 24293376 140727978296342 140727978296458 140727978296458 140727978303472 0
/proc/31641/statm: 7669047 7389790 2806 3035 0 7577840 0
[pid=31641/tid=31834] ppid=31638 vsize=30676188 memory=29557800 CPUtime=757.78 cores=5,7
/proc/31641/task/31834/stat : 31834 (fscip) R 31638 31641 29026 0 -1 4194368 14999681 0 0 0 74646 1132 0 0 20 0 3 0 4737744 31412416512 7389790 134679101440 4194304 16623229 140727978291312 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 24293376 140727978296342 140727978296458 140727978296458 140727978303472 0
[pid=31641/tid=31841] ppid=31638 vsize=30676188 memory=-5155626903547898757 CPUtime=0.01 cores=5,7
/proc/31641/task/31841/stat : 31841 (fscip) S 31638 31641 29026 0 -1 1077936192 193 0 0 0 0 1 0 0 20 0 3 0 4739883 31412416512 7389790 134679101440 4194304 16623229 140727978291312 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 24293376 140727978296342 140727978296458 140727978296458 140727978303472 0
Current children cumulated CPU time: 1775.58 s
Current children cumulated vsize: 30676188 KiB
Current children cumulated memory: 29559160 KiB

[startup+1842.3 s]
/proc/loadavg: 4.17 4.24 4.18 5/249 32559
/proc/meminfo: memFree=77642468/131655788 swapFree=131071216/131071996
[pid=31641] ppid=31638 vsize=30741724 memory=29573068 CPUtime=1835.35 cores=5,7
/proc/31641/stat : 31641 (fscip) S 31638 31641 29026 0 -1 1077936128 20558392 0 0 0 181438 2097 0 0 20 0 3 0 4636811 31479525376 7393267 134679101440 4194304 16623229 140727978291312 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 24293376 140727978296342 140727978296458 140727978296458 140727978303472 0
/proc/31641/statm: 7685431 7393267 2806 3035 0 7581218 0
[pid=31641/tid=31834] ppid=31638 vsize=30741724 memory=29561460 CPUtime=817.54 cores=5,7
/proc/31641/task/31834/stat : 31834 (fscip) R 31638 31641 29026 0 -1 4194368 16041573 0 0 0 80561 1193 0 0 20 0 3 0 4737744 31479525376 7393267 134679101440 4194304 16623229 140727978291312 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 24293376 140727978296342 140727978296458 140727978296458 140727978303472 0
[pid=31641/tid=31841] ppid=31638 vsize=30741724 memory=29567612 CPUtime=0.01 cores=5,7
/proc/31641/task/31841/stat : 31841 (fscip) S 31638 31641 29026 0 -1 1077936192 208 0 0 0 0 1 0 0 20 0 3 0 4739883 31479525376 7393267 134679101440 4194304 16623229 140727978291312 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 24293376 140727978296342 140727978296458 140727978296458 140727978303472 0
Current children cumulated CPU time: 1835.35 s
Current children cumulated vsize: 30741724 KiB
Current children cumulated memory: 29573068 KiB

[startup+1902.3 s]
/proc/loadavg: 4.12 4.21 4.17 5/249 32571
/proc/meminfo: memFree=77610992/131655788 swapFree=131071216/131071996
[pid=31641] ppid=31638 vsize=30741724 memory=29588316 CPUtime=1895.12 cores=5,7
/proc/31641/stat : 31641 (fscip) S 31638 31641 29026 0 -1 1077936128 21605639 0 0 0 187354 2158 0 0 20 0 3 0 4636811 31479525376 7397079 134679101440 4194304 16623229 140727978291312 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 24293376 140727978296342 140727978296458 140727978296458 140727978303472 0
/proc/31641/statm: 7685431 7397079 2806 3035 0 7584931 0
[pid=31641/tid=31834] ppid=31638 vsize=30741724 memory=29561460 CPUtime=877.31 cores=5,7
/proc/31641/task/31834/stat : 31834 (fscip) R 31638 31641 29026 0 -1 4194368 17088803 0 0 0 86477 1254 0 0 20 0 3 0 4737744 31479525376 7397079 134679101440 4194304 16623229 140727978291312 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 24293376 140727978296342 140727978296458 140727978296458 140727978303472 0
[pid=31641/tid=31841] ppid=31638 vsize=30741724 memory=29586084 CPUtime=0.01 cores=5,7
/proc/31641/task/31841/stat : 31841 (fscip) S 31638 31641 29026 0 -1 1077936192 224 0 0 0 0 1 0 0 20 0 3 0 4739883 31479525376 7397079 134679101440 4194304 16623229 140727978291312 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 24293376 140727978296342 140727978296458 140727978296458 140727978303472 0
Current children cumulated CPU time: 1895.12 s
Current children cumulated vsize: 30741724 KiB
Current children cumulated memory: 29588316 KiB

[startup+1962.3 s]
/proc/loadavg: 4.16 4.20 4.17 5/252 32586
/proc/meminfo: memFree=77589104/131655788 swapFree=131071216/131071996
[pid=31641] ppid=31638 vsize=30741724 memory=29604308 CPUtime=1954.87 cores=5,7
/proc/31641/stat : 31641 (fscip) S 31638 31641 29026 0 -1 1077936128 22742517 0 0 0 193266 2221 0 0 20 0 3 0 4636811 31479525376 7401077 134679101440 4194304 16623229 140727978291312 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 24293376 140727978296342 140727978296458 140727978296458 140727978303472 0
/proc/31641/statm: 7685431 7401077 2806 3035 0 7588387 0
[pid=31641/tid=31834] ppid=31638 vsize=30741724 memory=12576 CPUtime=937.07 cores=5,7
/proc/31641/task/31834/stat : 31834 (fscip) R 31638 31641 29026 0 -1 4194368 18225665 0 0 0 92390 1317 0 0 20 0 3 0 4737744 31479525376 7401077 134679101440 4194304 16623229 140727978291312 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 24293376 140727978296342 140727978296458 140727978296458 140727978303472 0
[pid=31641/tid=31841] ppid=31638 vsize=30741724 memory=29599652 CPUtime=0.01 cores=5,7
/proc/31641/task/31841/stat : 31841 (fscip) S 31638 31641 29026 0 -1 1077936192 240 0 0 0 0 1 0 0 20 0 3 0 4739883 31479525376 7401077 134679101440 4194304 16623229 140727978291312 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 24293376 140727978296342 140727978296458 140727978296458 140727978303472 0
Current children cumulated CPU time: 1954.87 s
Current children cumulated vsize: 30741724 KiB
Current children cumulated memory: 29604308 KiB



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1979.5 s]
/proc/loadavg: 4.19 4.21 4.18 5/252 32588
/proc/meminfo: memFree=76880012/131655788 swapFree=131071216/131071996
[pid=31641] ppid=31638 vsize=31794396 memory=30569692 CPUtime=1972.01 cores=5,7
/proc/31641/stat : 31641 (fscip) S 31638 31641 29026 0 -1 1077936128 23966068 0 0 0 194897 2304 0 0 20 0 3 0 4636811 32557461504 7642423 134679101440 4194304 16623229 140727978291312 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 24293376 140727978296342 140727978296458 140727978296458 140727978303472 0
/proc/31641/statm: 7948599 7642423 2806 3035 0 7851262 0
[pid=31641/tid=31834] ppid=31638 vsize=31794396 memory=29604304 CPUtime=954.21 cores=5,7
/proc/31641/task/31834/stat : 31834 (fscip) R 31638 31641 29026 0 -1 4194368 19449259 0 0 0 94021 1400 0 0 20 0 3 0 4737744 32557461504 7642423 134679101440 4194304 16623229 140727978291312 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 24293376 140727978296342 140727978296458 140727978296458 140727978303472 0
[pid=31641/tid=31841] ppid=31638 vsize=31794396 memory=30244872 CPUtime=0.01 cores=5,7
/proc/31641/task/31841/stat : 31841 (fscip) S 31638 31641 29026 0 -1 1077936192 248 0 0 0 0 1 0 0 20 0 3 0 4739883 32557461504 7642423 134679101440 4194304 16623229 140727978291312 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 24293376 140727978296342 140727978296458 140727978296458 140727978303472 0
Current children cumulated CPU time: 1972.01 s
Current children cumulated vsize: 31794396 KiB
Current children cumulated memory: 30569692 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+1980.56 s]
# the end of solver process 31641 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=1948.98 s, system=24.078 s

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

[startup+1980 s]*
/proc/loadavg: 4.19 4.21 4.18 5/251 32588
/proc/meminfo: memFree=83240180/131655788 swapFree=131071216/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+1980.4 s]
/proc/loadavg: 4.19 4.21 4.18 5/251 32588
/proc/meminfo: memFree=83240180/131655788 swapFree=131071216/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+1980.5 s]
/proc/loadavg: 4.19 4.21 4.18 5/251 32588
/proc/meminfo: memFree=83240180/131655788 swapFree=131071216/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 1980.56
CPU time (s): 1973.06
CPU user time (s): 1948.98
CPU system time (s): 24.078
CPU usage (%): 99.6216
Max. virtual memory (cumulated for all children) (KiB): 31794396
Max. memory (cumulated for all children) (KiB): 30569692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1948.98
system time used= 24.078
maximum resident set size= 30569884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23968353
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= 956
involuntary context switches= 3756


# summary of solver processes directly reported to runsolver:
#   pid: 31641
#   total CPU time (s): 1973.06
#   total CPU user time (s): 1948.98
#   total CPU system time (s): 24.078

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0342 second user time and 19.286 second system time

The end

Launcher Data

Begin job on nodeC003 at 2024-07-31 01:37:34
IDJOB=4464235
IDBENCH=155754
IDSOLVER=3092
FILE ID=nodeC003/4464235-1722382652
RUNJOBID= nodeC003-1722378594-29039
SLURM_JOB_ID= 8249833
Free space on /tmp= 723436 MiB

SOLVER NAME= FiberSCIP 2024-07-30
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Large/normalized-minisat100_16_6_5_mh.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-4464235-1722382652/watcher-4464235-1722382652 -o /tmp/evaluation-result-4464235-1722382652/solver-4464235-1722382652 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1722378594-29039 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4464235-1722382652.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= bcacee10cf1a44650f44a3298f043d3d
RANDOM SEED=99795441

nodeC003.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		: 3553.674
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.52
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		: 3688.623
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.40
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.356
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.52
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.390
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.40
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		: 3611.404
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.52
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.045
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.40
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.915
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.52
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		: 3491.884
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.40
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        112956980 kB
MemAvailable:   124010288 kB
Buffers:           91568 kB
Cached:         11777980 kB
SwapCached:           16 kB
Active:           314128 kB
Inactive:       17900720 kB
Active(anon):       1448 kB
Inactive(anon):  6365028 kB
Active(file):     312680 kB
Inactive(file): 11535692 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071216 kB
Dirty:            250364 kB
Writeback:             0 kB
AnonPages:       6345412 kB
Mapped:           124024 kB
Shmem:             21156 kB
KReclaimable:      90268 kB
Slab:             169396 kB
SReclaimable:      90268 kB
SUnreclaim:        79128 kB
KernelStack:        4000 kB
PageTables:        21800 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    5569872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:             6848 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1865728 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:      295752 kB
DirectMap2M:    11143168 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 723408 MiB
End job on nodeC003 at 2024-07-31 02:10:35