Trace number 4446797

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Exact_no_SoPlex 2024-07-05? (TO) 3600.03 3612.42

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K172.opb
MD5SUM44b1adf4a7e5c26b78f2dbc134a2606f
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark605.744
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20468
Total number of constraints20814
Number of constraints which are clauses20642
Number of constraints which are cardinality constraints (but not clauses)172
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint172
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 173
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.00/3612.40	c Program interrupted by user.
3600.00/3612.40	s UNKNOWN

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446797-1721339557/watcher-4446797-1721339557 -o /tmp/evaluation-result-4446797-1721339557/solver-4446797-1721339557 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721332344-975927 --watchdog 3760 HOME/Exact_nosoplex --print-uniform=0 --verbosity=0 --print-sol --seed=1719851618 HOME/instance-4446797-1721339557.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=980025, runsolver pid=980022
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 4.08 4.10 4.09 5/258 980026
/proc/meminfo: memFree=127545000/131524600 swapFree=131070704/131071996
[pid=980025] ppid=980022 vsize=54696 memory=35280 CPUtime=0.1 cores=0,2
/proc/980025/stat : 980025 (Exact_nosoplex) R 980022 980025 975917 0 -1 4194304 6706 0 0 0 9 1 0 0 20 0 1 0 186120614 56008704 8820 134679101440 4194304 7248369 140728217950720 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7946728 8011032 41717760 140728217957291 140728217957470 140728217957470 140728217964486 0
/proc/980025/statm: 13674 8820 771 746 0 12738 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 54696 KiB
Current children cumulated memory: 35280 KiB

[startup+0.205573 s]*
/proc/loadavg: 4.08 4.10 4.09 5/258 980026
/proc/meminfo: memFree=127538616/131524600 swapFree=131070704/131071996
[pid=980025] ppid=980022 vsize=59424 memory=40004 CPUtime=0.2 cores=0,2
/proc/980025/stat : 980025 (Exact_nosoplex) R 980022 980025 975917 0 -1 4194304 7904 0 0 0 19 1 0 0 20 0 1 0 186120614 60850176 10001 134679101440 4194304 7248369 140728217950720 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7946728 8011032 41717760 140728217957291 140728217957470 140728217957470 140728217964486 0
/proc/980025/statm: 14856 10001 819 746 0 13920 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 59424 KiB
Current children cumulated memory: 40004 KiB

[startup+0.305605 s]*
/proc/loadavg: 4.08 4.10 4.09 5/258 980026
/proc/meminfo: memFree=127537272/131524600 swapFree=131070704/131071996
[pid=980025] ppid=980022 vsize=60156 memory=40856 CPUtime=0.3 cores=0,2
/proc/980025/stat : 980025 (Exact_nosoplex) R 980022 980025 975917 0 -1 4194304 8101 0 0 0 29 1 0 0 20 0 1 0 186120614 61599744 10214 134679101440 4194304 7248369 140728217950720 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7946728 8011032 41717760 140728217957291 140728217957470 140728217957470 140728217964486 0
/proc/980025/statm: 15039 10214 835 746 0 14103 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 60156 KiB
Current children cumulated memory: 40856 KiB

[startup+0.7002 s]
/proc/loadavg: 4.08 4.10 4.09 5/258 980026
/proc/meminfo: memFree=127529504/131524600 swapFree=131070704/131071996
[pid=980025] ppid=980022 vsize=62008 memory=44748 CPUtime=0.69 cores=0,2
/proc/980025/stat : 980025 (Exact_nosoplex) R 980022 980025 975917 0 -1 4194304 8548 0 0 0 68 1 0 0 20 0 1 0 186120614 63496192 11187 134679101440 4194304 7248369 140728217950720 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7946728 8011032 41717760 140728217957291 140728217957470 140728217957470 140728217964486 0
/proc/980025/statm: 15502 11187 835 746 0 14566 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 62008 KiB
Current children cumulated memory: 44748 KiB

[startup+1.5002 s]
/proc/loadavg: 4.08 4.10 4.09 5/258 980026
/proc/meminfo: memFree=127520160/131524600 swapFree=131070704/131071996
[pid=980025] ppid=980022 vsize=64860 memory=51816 CPUtime=1.48 cores=0,2
/proc/980025/stat : 980025 (Exact_nosoplex) R 980022 980025 975917 0 -1 4194304 9524 0 0 0 147 1 0 0 20 0 1 0 186120614 66416640 12954 134679101440 4194304 7248369 140728217950720 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7946728 8011032 41717760 140728217957291 140728217957470 140728217957470 140728217964486 0
/proc/980025/statm: 16215 12954 835 746 0 15279 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 64860 KiB
Current children cumulated memory: 51816 KiB

[startup+3.10539 s]
/proc/loadavg: 4.07 4.10 4.09 5/258 980026
/proc/meminfo: memFree=127478196/131524600 swapFree=131070704/131071996
[pid=980025] ppid=980022 vsize=68716 memory=61620 CPUtime=3.09 cores=0,2
/proc/980025/stat : 980025 (Exact_nosoplex) R 980022 980025 975917 0 -1 4194304 10476 0 0 0 307 2 0 0 20 0 1 0 186120614 70365184 15405 134679101440 4194304 7248369 140728217950720 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7946728 8011032 41717760 140728217957291 140728217957470 140728217957470 140728217964486 0
/proc/980025/statm: 17179 15405 835 746 0 16243 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 68716 KiB
Current children cumulated memory: 61620 KiB

[startup+6.30019 s]
/proc/loadavg: 4.07 4.10 4.09 5/258 980026
/proc/meminfo: memFree=127449008/131524600 swapFree=131070704/131071996
[pid=980025] ppid=980022 vsize=87360 memory=80308 CPUtime=6.27 cores=0,2
/proc/980025/stat : 980025 (Exact_nosoplex) R 980022 980025 975917 0 -1 4194304 12289 0 0 0 624 3 0 0 20 0 1 0 186120614 89456640 20077 134679101440 4194304 7248369 140728217950720 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7946728 8011032 41717760 140728217957291 140728217957470 140728217957470 140728217964486 0
/proc/980025/statm: 21840 20077 835 746 0 20904 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 87360 KiB
Current children cumulated memory: 80308 KiB

[startup+12.7002 s]
/proc/loadavg: 4.06 4.09 4.09 5/258 980027
/proc/meminfo: memFree=127417148/131524600 swapFree=131070704/131071996
[pid=980025] ppid=980022 vsize=115496 memory=93604 CPUtime=12.64 cores=0,2
/proc/980025/stat : 980025 (Exact_nosoplex) R 980022 980025 975917 0 -1 4194304 13995 0 0 0 1260 4 0 0 20 0 1 0 186120614 118267904 23401 134679101440 4194304 7248369 140728217950720 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7946728 8011032 41717760 140728217957291 140728217957470 140728217957470 140728217964486 0
/proc/980025/statm: 28874 23401 835 746 0 27938 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 115496 KiB
Current children cumulated memory: 93604 KiB

[startup+25.5002 s]
/proc/loadavg: 4.12 4.11 4.09 5/258 980030
/proc/meminfo: memFree=127379240/131524600 swapFree=131070704/131071996
[pid=980025] ppid=980022 vsize=121868 memory=99584 CPUtime=25.39 cores=0,2
/proc/980025/stat : 980025 (Exact_nosoplex) R 980022 980025 975917 0 -1 4194304 15631 0 0 0 2535 4 0 0 20 0 1 0 186120614 124792832 24896 134679101440 4194304 7248369 140728217950720 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7946728 8011032 41717760 140728217957291 140728217957470 140728217957470 140728217964486 0
/proc/980025/statm: 30467 24896 835 746 0 29531 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 121868 KiB
Current children cumulated memory: 99584 KiB

[startup+51.1054 s]
/proc/loadavg: 4.08 4.10 4.09 5/258 980034
/proc/meminfo: memFree=127327580/131524600 swapFree=131070704/131071996
[pid=980025] ppid=980022 vsize=131812 memory=113744 CPUtime=50.89 cores=0,2
/proc/980025/stat : 980025 (Exact_nosoplex) R 980022 980025 975917 0 -1 4194304 18208 0 0 0 5084 5 0 0 20 0 1 0 186120614 134975488 28436 134679101440 4194304 7248369 140728217950720 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7946728 8011032 41717760 140728217957291 140728217957470 140728217957470 140728217964486 0
/proc/980025/statm: 32953 28436 835 746 0 32017 0
Current children cumulated CPU time: 50.89 s
Current children cumulated vsize: 131812 KiB
Current children cumulated memory: 113744 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/258 980044
/proc/meminfo: memFree=127246472/131524600 swapFree=131070704/131071996
[pid=980025] ppid=980022 vsize=184020 memory=149412 CPUtime=101.87 cores=0,2
/proc/980025/stat : 980025 (Exact_nosoplex) R 980022 980025 975917 0 -1 4194304 21952 0 0 0 10180 7 0 0 20 0 1 0 186120614 188436480 37353 134679101440 4194304 7248369 140728217950720 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7946728 8011032 41717760 140728217957291 140728217957470 140728217957470 140728217964486 0
/proc/980025/statm: 46005 37353 835 746 0 45069 0
Current children cumulated CPU time: 101.87 s
Current children cumulated vsize: 184020 KiB
Current children cumulated memory: 149412 KiB

[startup+162.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/256 980436
/proc/meminfo: memFree=127128996/131524600 swapFree=131070704/131071996
[pid=980025] ppid=980022 vsize=192504 memory=164092 CPUtime=161.63 cores=0,2
/proc/980025/stat : 980025 (Exact_nosoplex) R 980022 980025 975917 0 -1 4194304 24141 0 0 0 16155 8 0 0 20 0 1 0 186120614 197124096 41023 134679101440 4194304 7248369 140728217950720 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7946728 8011032 41717760 140728217957291 140728217957470 140728217957470 140728217964486 0
/proc/980025/statm: 48126 41023 835 746 0 47190 0
Current children cumulated CPU time: 161.63 s
Current children cumulated vsize: 192504 KiB
Current children cumulated memory: 164092 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/255 980446
/proc/meminfo: memFree=127066700/131524600 swapFree=131070704/131071996
[pid=980025] ppid=980022 vsize=200112 memory=179748 CPUtime=221.39 cores=0,2
/proc/980025/stat : 980025 (Exact_nosoplex) R 980022 980025 975917 0 -1 4194304 26067 0 0 0 22131 8 0 0 20 0 1 0 186120614 204914688 44937 134679101440 4194304 7248369 140728217950720 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7946728 8011032 41717760 140728217957291 140728217957470 140728217957470 140728217964486 0
/proc/980025/statm: 50028 44937 835 746 0 49092 0
Current children cumulated CPU time: 221.39 s
Current children cumulated vsize: 200112 KiB
Current children cumulated memory: 179748 KiB

[startup+282.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/256 980457
/proc/meminfo: memFree=127045228/131524600 swapFree=131070704/131071996
[pid=980025] ppid=980022 vsize=205932 memory=185712 CPUtime=281.14 cores=0,2
/proc/980025/stat : 980025 (Exact_nosoplex) R 980022 980025 975917 0 -1 4194304 27555 0 0 0 28106 8 0 0 20 0 1 0 186120614 210874368 46428 134679101440 4194304 7248369 140728217950720 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7946728 8011032 41717760 140728217957291 140728217957470 140728217957470 140728217964486 0
/proc/980025/statm: 51483 46428 835 746 0 50547 0
Current children cumulated CPU time: 281.14 s
Current children cumulated vsize: 205932 KiB
Current children cumulated memory: 185712 KiB

[startup+342.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/257 980638
/proc/meminfo: memFree=127004580/131524600 swapFree=131070704/131071996
[pid=980025] ppid=980022 vsize=209724 memory=189516 CPUtime=340.92 cores=0,2
/proc/980025/stat : 980025 (Exact_nosoplex) R 980022 980025 975917 0 -1 4194304 28572 0 0 0 34083 9 0 0 20 0 1 0 186120614 214757376 47379 134679101440 4194304 7248369 140728217950720 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7946728 8011032 41717760 140728217957291 140728217957470 140728217957470 140728217964486 0
/proc/980025/statm: 52431 47379 835 746 0 51495 0
Current children cumulated CPU time: 340.92 s
Current children cumulated vsize: 209724 KiB
Current children cumulated memory: 189516 KiB

[startup+402.3 s]
/proc/loadavg: 4.17 4.12 4.09 5/257 980648
/proc/meminfo: memFree=126983720/131524600 swapFree=131070704/131071996
[pid=980025] ppid=980022 vsize=214756 memory=194436 CPUtime=400.72 cores=0,2
/proc/980025/stat : 980025 (Exact_nosoplex) R 980022 980025 975917 0 -1 4194304 29920 0 0 0 40063 9 0 0 20 0 1 0 186120614 219910144 48609 134679101440 4194304 7248369 140728217950720 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7946728 8011032 41717760 140728217957291 140728217957470 140728217957470 140728217964486 0
/proc/980025/statm: 53689 48609 835 746 0 52753 0
Current children cumulated CPU time: 400.72 s
Current children cumulated vsize: 214756 KiB
Current children cumulated memory: 194436 KiB

[startup+462.3 s]
/proc/loadavg: 4.17 4.13 4.10 5/260 980665
/proc/meminfo: memFree=126936644/131524600 swapFree=131070704/131071996
[pid=980025] ppid=980022 vsize=218552 memory=200364 CPUtime=460.53 cores=0,2
/proc/980025/stat : 980025 (Exact_nosoplex) R 980022 980025 975917 0 -1 4194304 30955 0 0 0 46044 9 0 0 20 0 1 0 186120614 223797248 50091 134679101440 4194304 7248369 140728217950720 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7946728 8011032 41717760 140728217957291 140728217957470 140728217957470 140728217964486 0
/proc/980025/statm: 54638 50091 835 746 0 53702 0

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

Current children cumulated memory: 291768 KiB

[startup+2862.3 s]
/proc/loadavg: 4.16 4.14 4.14 5/257 982257
/proc/meminfo: memFree=126613728/131524600 swapFree=131070704/131071996
[pid=980025] ppid=980022 vsize=358636 memory=291768 CPUtime=2852.45 cores=0,2
/proc/980025/stat : 980025 (Exact_nosoplex) R 980022 980025 975917 0 -1 4194304 51779 0 0 0 285224 21 0 0 20 0 1 0 186120614 367243264 72942 134679101440 4194304 7248369 140728217950720 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7946728 8011032 41717760 140728217957291 140728217957470 140728217957470 140728217964486 0
/proc/980025/statm: 89659 72942 835 746 0 88723 0
Current children cumulated CPU time: 2852.45 s
Current children cumulated vsize: 358636 KiB
Current children cumulated memory: 291768 KiB

[startup+2922.3 s]
/proc/loadavg: 4.11 4.13 4.13 5/256 982268
/proc/meminfo: memFree=126605168/131524600 swapFree=131070704/131071996
[pid=980025] ppid=980022 vsize=360768 memory=293900 CPUtime=2912.25 cores=0,2
/proc/980025/stat : 980025 (Exact_nosoplex) R 980022 980025 975917 0 -1 4194304 52419 0 0 0 291204 21 0 0 20 0 1 0 186120614 369426432 73475 134679101440 4194304 7248369 140728217950720 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7946728 8011032 41717760 140728217957291 140728217957470 140728217957470 140728217964486 0
/proc/980025/statm: 90192 73475 835 746 0 89256 0
Current children cumulated CPU time: 2912.25 s
Current children cumulated vsize: 360768 KiB
Current children cumulated memory: 293900 KiB

[startup+2982.3 s]
/proc/loadavg: 4.23 4.16 4.15 5/256 982278
/proc/meminfo: memFree=126601404/131524600 swapFree=131070704/131071996
[pid=980025] ppid=980022 vsize=362436 memory=295568 CPUtime=2972.06 cores=0,2
/proc/980025/stat : 980025 (Exact_nosoplex) R 980022 980025 975917 0 -1 4194304 52970 0 0 0 297185 21 0 0 20 0 1 0 186120614 371134464 73892 134679101440 4194304 7248369 140728217950720 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7946728 8011032 41717760 140728217957291 140728217957470 140728217957470 140728217964486 0
/proc/980025/statm: 90609 73892 835 746 0 89673 0
Current children cumulated CPU time: 2972.06 s
Current children cumulated vsize: 362436 KiB
Current children cumulated memory: 295568 KiB

[startup+3042.3 s]
/proc/loadavg: 4.14 4.15 4.14 5/257 982290
/proc/meminfo: memFree=126598964/131524600 swapFree=131070704/131071996
[pid=980025] ppid=980022 vsize=363188 memory=296320 CPUtime=3031.86 cores=0,2
/proc/980025/stat : 980025 (Exact_nosoplex) R 980022 980025 975917 0 -1 4194304 53285 0 0 0 303165 21 0 0 20 0 1 0 186120614 371904512 74080 134679101440 4194304 7248369 140728217950720 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7946728 8011032 41717760 140728217957291 140728217957470 140728217957470 140728217964486 0
/proc/980025/statm: 90797 74080 835 746 0 89861 0
Current children cumulated CPU time: 3031.86 s
Current children cumulated vsize: 363188 KiB
Current children cumulated memory: 296320 KiB

[startup+3102.3 s]
/proc/loadavg: 4.10 4.13 4.13 5/257 982301
/proc/meminfo: memFree=126593064/131524600 swapFree=131070704/131071996
[pid=980025] ppid=980022 vsize=363960 memory=297084 CPUtime=3091.66 cores=0,2
/proc/980025/stat : 980025 (Exact_nosoplex) R 980022 980025 975917 0 -1 4194304 53584 0 0 0 309145 21 0 0 20 0 1 0 186120614 372695040 74271 134679101440 4194304 7248369 140728217950720 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7946728 8011032 41717760 140728217957291 140728217957470 140728217957470 140728217964486 0
/proc/980025/statm: 90990 74271 835 746 0 90054 0
Current children cumulated CPU time: 3091.66 s
Current children cumulated vsize: 363960 KiB
Current children cumulated memory: 297084 KiB

[startup+3162.3 s]
/proc/loadavg: 4.15 4.14 4.13 5/257 982311
/proc/meminfo: memFree=126588688/131524600 swapFree=131070704/131071996
[pid=980025] ppid=980022 vsize=364112 memory=297244 CPUtime=3151.45 cores=0,2
/proc/980025/stat : 980025 (Exact_nosoplex) R 980022 980025 975917 0 -1 4194304 53740 0 0 0 315123 22 0 0 20 0 1 0 186120614 372850688 74311 134679101440 4194304 7248369 140728217950720 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7946728 8011032 41717760 140728217957291 140728217957470 140728217957470 140728217964486 0
/proc/980025/statm: 91028 74311 835 746 0 90092 0
Current children cumulated CPU time: 3151.45 s
Current children cumulated vsize: 364112 KiB
Current children cumulated memory: 297244 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.13 4.13 5/255 982321
/proc/meminfo: memFree=126582960/131524600 swapFree=131070704/131071996
[pid=980025] ppid=980022 vsize=364784 memory=297916 CPUtime=3211.22 cores=0,2
/proc/980025/stat : 980025 (Exact_nosoplex) R 980022 980025 975917 0 -1 4194304 54016 0 0 0 321100 22 0 0 20 0 1 0 186120614 373538816 74479 134679101440 4194304 7248369 140728217950720 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7946728 8011032 41717760 140728217957291 140728217957470 140728217957470 140728217964486 0
/proc/980025/statm: 91196 74479 835 746 0 90260 0
Current children cumulated CPU time: 3211.22 s
Current children cumulated vsize: 364784 KiB
Current children cumulated memory: 297916 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.13 4.13 5/255 982331
/proc/meminfo: memFree=126577860/131524600 swapFree=131070704/131071996
[pid=980025] ppid=980022 vsize=365332 memory=298464 CPUtime=3271 cores=0,2
/proc/980025/stat : 980025 (Exact_nosoplex) R 980022 980025 975917 0 -1 4194304 54281 0 0 0 327078 22 0 0 20 0 1 0 186120614 374099968 74616 134679101440 4194304 7248369 140728217950720 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7946728 8011032 41717760 140728217957291 140728217957470 140728217957470 140728217964486 0
/proc/980025/statm: 91333 74616 835 746 0 90397 0
Current children cumulated CPU time: 3271 s
Current children cumulated vsize: 365332 KiB
Current children cumulated memory: 298464 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.14 4.13 5/254 982342
/proc/meminfo: memFree=126573160/131524600 swapFree=131070704/131071996
[pid=980025] ppid=980022 vsize=365332 memory=298464 CPUtime=3330.79 cores=0,2
/proc/980025/stat : 980025 (Exact_nosoplex) R 980022 980025 975917 0 -1 4194304 54407 0 0 0 333056 23 0 0 20 0 1 0 186120614 374099968 74616 134679101440 4194304 7248369 140728217950720 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7946728 8011032 41717760 140728217957291 140728217957470 140728217957470 140728217964486 0
/proc/980025/statm: 91333 74616 835 746 0 90397 0
Current children cumulated CPU time: 3330.79 s
Current children cumulated vsize: 365332 KiB
Current children cumulated memory: 298464 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.12 4.12 5/254 982352
/proc/meminfo: memFree=126567136/131524600 swapFree=131070704/131071996
[pid=980025] ppid=980022 vsize=367940 memory=301072 CPUtime=3390.59 cores=0,2
/proc/980025/stat : 980025 (Exact_nosoplex) R 980022 980025 975917 0 -1 4194304 55182 0 0 0 339036 23 0 0 20 0 1 0 186120614 376770560 75268 134679101440 4194304 7248369 140728217950720 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7946728 8011032 41717760 140728217957291 140728217957470 140728217957470 140728217964486 0
/proc/980025/statm: 91985 75268 835 746 0 91049 0
Current children cumulated CPU time: 3390.59 s
Current children cumulated vsize: 367940 KiB
Current children cumulated memory: 301072 KiB

[startup+3462.3 s]
/proc/loadavg: 4.16 4.13 4.12 5/257 982367
/proc/meminfo: memFree=126562824/131524600 swapFree=131070704/131071996
[pid=980025] ppid=980022 vsize=369248 memory=302376 CPUtime=3450.39 cores=0,2
/proc/980025/stat : 980025 (Exact_nosoplex) R 980022 980025 975917 0 -1 4194304 55630 0 0 0 345016 23 0 0 20 0 1 0 186120614 378109952 75594 134679101440 4194304 7248369 140728217950720 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7946728 8011032 41717760 140728217957291 140728217957470 140728217957470 140728217964486 0
/proc/980025/statm: 92312 75594 835 746 0 91376 0
Current children cumulated CPU time: 3450.39 s
Current children cumulated vsize: 369248 KiB
Current children cumulated memory: 302376 KiB

[startup+3522.3 s]
/proc/loadavg: 4.20 4.15 4.13 5/257 982378
/proc/meminfo: memFree=126560772/131524600 swapFree=131070704/131071996
[pid=980025] ppid=980022 vsize=369832 memory=303072 CPUtime=3510.2 cores=0,2
/proc/980025/stat : 980025 (Exact_nosoplex) R 980022 980025 975917 0 -1 4194304 55920 0 0 0 350997 23 0 0 20 0 1 0 186120614 378707968 75768 134679101440 4194304 7248369 140728217950720 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7946728 8011032 41717760 140728217957291 140728217957470 140728217957470 140728217964486 0
/proc/980025/statm: 92458 75768 835 746 0 91522 0
Current children cumulated CPU time: 3510.2 s
Current children cumulated vsize: 369832 KiB
Current children cumulated memory: 303072 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.14 4.12 5/257 982388
/proc/meminfo: memFree=126556772/131524600 swapFree=131070704/131071996
[pid=980025] ppid=980022 vsize=370576 memory=303708 CPUtime=3570 cores=0,2
/proc/980025/stat : 980025 (Exact_nosoplex) R 980022 980025 975917 0 -1 4194304 56197 0 0 0 356977 23 0 0 20 0 1 0 186120614 379469824 75927 134679101440 4194304 7248369 140728217950720 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7946728 8011032 41717760 140728217957291 140728217957470 140728217957470 140728217964486 0
/proc/980025/statm: 92644 75927 835 746 0 91708 0
Current children cumulated CPU time: 3570 s
Current children cumulated vsize: 370576 KiB
Current children cumulated memory: 303708 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612.4 s]
/proc/loadavg: 3.67 4.04 4.09 2/236 982486
/proc/meminfo: memFree=127540940/131524600 swapFree=131070704/131071996
[pid=980025] ppid=980022 vsize=370576 memory=303708 CPUtime=3600 cores=0,2
/proc/980025/stat : 980025 (Exact_nosoplex) R 980022 980025 975917 0 -1 4194304 56211 0 0 0 359977 23 0 0 20 0 1 0 186120614 379469824 75927 134679101440 4194304 7248369 140728217950720 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7946728 8011032 41717760 140728217957291 140728217957470 140728217957470 140728217964486 0
/proc/980025/statm: 92644 75927 835 746 0 91708 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 370576 KiB
Current children cumulated memory: 303708 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.79 s, system=0.242503 s

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

Child status: 0

Real time (s): 3612.42
CPU time (s): 3600.03
CPU user time (s): 3599.79
CPU system time (s): 0.242503
CPU usage (%): 99.6573
Max. virtual memory (cumulated for all children) (KiB): 370576
Max. memory (cumulated for all children) (KiB): 303708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.79
system time used= 0.242503
maximum resident set size= 333936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56212
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= 81
involuntary context switches= 25413


# summary of solver processes directly reported to runsolver:
#   pid: 980025
#   total CPU time (s): 3600.03
#   total CPU user time (s): 3599.79
#   total CPU system time (s): 0.242503

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.97537 second user time and 16.2276 second system time

The end

Launcher Data

Begin job on nodeC023 at 2024-07-18 23:52:49
IDJOB=4446797
IDBENCH=158312
IDSOLVER=3061
FILE ID=nodeC023/4446797-1721339557
RUNJOBID= nodeC023-1721332344-975927
SLURM_JOB_ID= 7542713
Free space on /tmp= 890064 MiB

SOLVER NAME= Exact_no_SoPlex 2024-07-05
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K172.opb
COMMAND LINE= HOME/Exact_nosoplex --print-uniform=0 --verbosity=0 --print-sol --seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446797-1721339557/watcher-4446797-1721339557 -o /tmp/evaluation-result-4446797-1721339557/solver-4446797-1721339557 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721332344-975927 --watchdog 3760  HOME/Exact_nosoplex --print-uniform=0 --verbosity=0 --print-sol --seed=1719851618 HOME/instance-4446797-1721339557.opb

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

MD5SUM BENCH= 44b1adf4a7e5c26b78f2dbc134a2606f
RANDOM SEED=1719851618

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127579092 kB
MemAvailable:   129527372 kB
Buffers:          519272 kB
Cached:          2257896 kB
SwapCached:           80 kB
Active:          1099964 kB
Inactive:        2280064 kB
Active(anon):       1580 kB
Inactive(anon):   638824 kB
Active(file):    1098384 kB
Inactive(file):  1641240 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070704 kB
Dirty:             24756 kB
Writeback:            12 kB
AnonPages:        602900 kB
Mapped:           115392 kB
Shmem:             37536 kB
KReclaimable:      96960 kB
Slab:             189900 kB
SReclaimable:      96960 kB
SUnreclaim:        92940 kB
KernelStack:        4140 kB
PageTables:        10224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1063120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            33760 kB
HardwareCorrupted:     0 kB
AnonHugePages:    327680 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:      316116 kB
DirectMap2M:    38254592 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC023 at 2024-07-19 00:53:02