Trace number 4459938

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
Exact_no_SoPlex 2024-07-05SAT (TO)-13 3600.01 3610.6

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_10_2.opb
MD5SUMcf766711a707813c9bd3325657edcc33
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-14
Best CPU time to get the best result obtained on this benchmark281.076
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints151
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 50
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1232
Sum of products size (including duplicates)2464
Number of different products616
Sum of products size1232

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.03	o -2
0.00/0.03	o -3
0.00/0.03	o -4
0.00/0.03	o -5
0.00/0.03	o -6
0.00/0.03	o -7
0.00/0.03	o -8
0.00/0.03	o -9
0.00/0.03	o -10
0.00/0.03	o -11
0.10/0.11	o -12
16.14/16.20	o -13
3600.00/3610.60	c Program interrupted by user.
3600.00/3610.60	s SATISFIABLE
3600.00/3610.60	v -x1 -x2 -x3 -x4 -x5 x6 -x7 -x8 -x9 x10 -x11 x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 x28 x29 x30 -x31 -x32 x33 -x34 -x35 x36 -x37 -x38 -x39 x40 -x41 -x42 x43 -x44 -x45 -x46 x47 x48 x49 -x50 -x51 -x52 x53 -x54 x55 -x56 x57 x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 x77 -x78 -x79 -x80 x81 x82 -x83 -x84 -x85 -x86 -x87 x88 -x89 -x90 x91 x92 -x93 -x94 -x95 x96 -x97 -x98 -x99 x100

Verifier Data

OK	-13

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459938-1721943134/watcher-4459938-1721943134 -o /tmp/evaluation-result-4459938-1721943134/solver-4459938-1721943134 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721939464-296996 --watchdog 3760 HOME/Exact_nosoplex --print-uniform=0 --verbosity=0 --print-sol --seed=1194227528 HOME/instance-4459938-1721943134.opb 

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
Current StackSize limit: 8192 KiB

solver pid=299445, runsolver pid=299442

[startup+0.100099 s]*
/proc/loadavg: 4.13 4.11 4.09 5/241 299446
/proc/meminfo: memFree=123323516/131655788 swapFree=131061684/131071996
[pid=299445] ppid=299442 vsize=27116 memory=7532 CPUtime=0.1 cores=5,7
/proc/299445/stat : 299445 (Exact_nosoplex) R 299442 299445 296983 0 -1 4194304 695 0 0 0 10 0 0 0 20 0 1 0 30303200 27766784 1883 134679101440 4194304 7248369 140720884081728 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 21778432 140720884089775 140720884089954 140720884089954 140720884096966 0
/proc/299445/statm: 6779 1883 835 746 0 5843 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 27116 KiB
Current children cumulated memory: 7532 KiB

[startup+0.212663 s]*
/proc/loadavg: 4.13 4.11 4.09 5/241 299446
/proc/meminfo: memFree=123323012/131655788 swapFree=131061684/131071996
[pid=299445] ppid=299442 vsize=27512 memory=8056 CPUtime=0.22 cores=5,7
/proc/299445/stat : 299445 (Exact_nosoplex) R 299442 299445 296983 0 -1 4194304 784 0 0 0 22 0 0 0 20 0 1 0 30303200 28172288 2014 134679101440 4194304 7248369 140720884081728 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 21778432 140720884089775 140720884089954 140720884089954 140720884096966 0
/proc/299445/statm: 6878 2014 835 746 0 5942 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 27512 KiB
Current children cumulated memory: 8056 KiB

[startup+0.312703 s]*
/proc/loadavg: 4.13 4.11 4.09 5/241 299446
/proc/meminfo: memFree=123322564/131655788 swapFree=131061684/131071996
[pid=299445] ppid=299442 vsize=27644 memory=8056 CPUtime=0.32 cores=5,7
/proc/299445/stat : 299445 (Exact_nosoplex) R 299442 299445 296983 0 -1 4194304 823 0 0 0 32 0 0 0 20 0 1 0 30303200 28307456 2014 134679101440 4194304 7248369 140720884081728 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 21778432 140720884089775 140720884089954 140720884089954 140720884096966 0
/proc/299445/statm: 6911 2014 835 746 0 5975 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 27644 KiB
Current children cumulated memory: 8056 KiB

[startup+0.700299 s]
/proc/loadavg: 4.13 4.11 4.09 5/241 299446
/proc/meminfo: memFree=123322424/131655788 swapFree=131061684/131071996
[pid=299445] ppid=299442 vsize=27932 memory=8320 CPUtime=0.69 cores=5,7
/proc/299445/stat : 299445 (Exact_nosoplex) R 299442 299445 296983 0 -1 4194304 894 0 0 0 69 0 0 0 20 0 1 0 30303200 28602368 2080 134679101440 4194304 7248369 140720884081728 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 21778432 140720884089775 140720884089954 140720884089954 140720884096966 0
/proc/299445/statm: 6983 2080 835 746 0 6047 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 27932 KiB
Current children cumulated memory: 8320 KiB

[startup+1.50029 s]
/proc/loadavg: 4.13 4.11 4.09 5/241 299446
/proc/meminfo: memFree=123319964/131655788 swapFree=131061684/131071996
[pid=299445] ppid=299442 vsize=28700 memory=11076 CPUtime=1.49 cores=5,7
/proc/299445/stat : 299445 (Exact_nosoplex) R 299442 299445 296983 0 -1 4194304 1112 0 0 0 149 0 0 0 20 0 1 0 30303200 29388800 2769 134679101440 4194304 7248369 140720884081728 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 21778432 140720884089775 140720884089954 140720884089954 140720884096966 0
/proc/299445/statm: 7175 2769 835 746 0 6239 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 28700 KiB
Current children cumulated memory: 11076 KiB

[startup+3.11246 s]
/proc/loadavg: 4.13 4.11 4.09 5/241 299446
/proc/meminfo: memFree=123316376/131655788 swapFree=131061684/131071996
[pid=299445] ppid=299442 vsize=29628 memory=11992 CPUtime=3.1 cores=5,7
/proc/299445/stat : 299445 (Exact_nosoplex) R 299442 299445 296983 0 -1 4194304 1312 0 0 0 310 0 0 0 20 0 1 0 30303200 30339072 2998 134679101440 4194304 7248369 140720884081728 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 21778432 140720884089775 140720884089954 140720884089954 140720884096966 0
/proc/299445/statm: 7407 2998 835 746 0 6471 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 29628 KiB
Current children cumulated memory: 11992 KiB

[startup+6.30029 s]
/proc/loadavg: 4.12 4.11 4.09 5/241 299448
/proc/meminfo: memFree=123290028/131655788 swapFree=131061684/131071996
[pid=299445] ppid=299442 vsize=30076 memory=14688 CPUtime=6.27 cores=5,7
/proc/299445/stat : 299445 (Exact_nosoplex) R 299442 299445 296983 0 -1 4194304 1593 0 0 0 627 0 0 0 20 0 1 0 30303200 30797824 3672 134679101440 4194304 7248369 140720884081728 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 21778432 140720884089775 140720884089954 140720884089954 140720884096966 0
/proc/299445/statm: 7519 3672 835 746 0 6583 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 30076 KiB
Current children cumulated memory: 14688 KiB

[startup+12.7002 s]
/proc/loadavg: 4.11 4.10 4.09 5/241 299448
/proc/meminfo: memFree=123254116/131655788 swapFree=131061684/131071996
[pid=299445] ppid=299442 vsize=31100 memory=15680 CPUtime=12.65 cores=5,7
/proc/299445/stat : 299445 (Exact_nosoplex) R 299442 299445 296983 0 -1 4194304 1943 0 0 0 1265 0 0 0 20 0 1 0 30303200 31846400 3920 134679101440 4194304 7248369 140720884081728 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 21778432 140720884089775 140720884089954 140720884089954 140720884096966 0
/proc/299445/statm: 7775 3920 835 746 0 6839 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 31100 KiB
Current children cumulated memory: 15680 KiB

[startup+25.5003 s]
/proc/loadavg: 4.08 4.10 4.09 5/241 299451
/proc/meminfo: memFree=123209956/131655788 swapFree=131061684/131071996
[pid=299445] ppid=299442 vsize=32108 memory=16648 CPUtime=25.41 cores=5,7
/proc/299445/stat : 299445 (Exact_nosoplex) R 299442 299445 296983 0 -1 4194304 2783 0 0 0 2541 0 0 0 20 0 1 0 30303200 32878592 4162 134679101440 4194304 7248369 140720884081728 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 21778432 140720884089775 140720884089954 140720884089954 140720884096966 0
/proc/299445/statm: 8027 4162 835 746 0 7091 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 32108 KiB
Current children cumulated memory: 16648 KiB

[startup+51.1124 s]
/proc/loadavg: 4.12 4.11 4.09 5/241 299454
/proc/meminfo: memFree=123145836/131655788 swapFree=131061684/131071996
[pid=299445] ppid=299442 vsize=34048 memory=20468 CPUtime=50.94 cores=5,7
/proc/299445/stat : 299445 (Exact_nosoplex) R 299442 299445 296983 0 -1 4194304 4212 0 0 0 5093 1 0 0 20 0 1 0 30303200 34865152 5117 134679101440 4194304 7248369 140720884081728 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 21778432 140720884089775 140720884089954 140720884089954 140720884096966 0
/proc/299445/statm: 8512 5117 835 746 0 7576 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 34048 KiB
Current children cumulated memory: 20468 KiB

[startup+102.3 s]
/proc/loadavg: 4.05 4.09 4.09 5/239 299462
/proc/meminfo: memFree=123067132/131655788 swapFree=131061684/131071996
[pid=299445] ppid=299442 vsize=35448 memory=21820 CPUtime=101.95 cores=5,7
/proc/299445/stat : 299445 (Exact_nosoplex) R 299442 299445 296983 0 -1 4194304 6178 0 0 0 10194 1 0 0 20 0 1 0 30303200 36298752 5455 134679101440 4194304 7248369 140720884081728 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 21778432 140720884089775 140720884089954 140720884089954 140720884096966 0
/proc/299445/statm: 8862 5455 835 746 0 7926 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 35448 KiB
Current children cumulated memory: 21820 KiB

[startup+162.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/239 299472
/proc/meminfo: memFree=123041004/131655788 swapFree=131061684/131071996
[pid=299445] ppid=299442 vsize=37616 memory=23788 CPUtime=161.74 cores=5,7
/proc/299445/stat : 299445 (Exact_nosoplex) R 299442 299445 296983 0 -1 4194304 8406 0 0 0 16173 1 0 0 20 0 1 0 30303200 38518784 5947 134679101440 4194304 7248369 140720884081728 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 21778432 140720884089775 140720884089954 140720884089954 140720884096966 0
/proc/299445/statm: 9404 5947 835 746 0 8468 0
Current children cumulated CPU time: 161.74 s
Current children cumulated vsize: 37616 KiB
Current children cumulated memory: 23788 KiB

[startup+222.3 s]
/proc/loadavg: 4.16 4.11 4.09 5/238 299483
/proc/meminfo: memFree=122980380/131655788 swapFree=131061684/131071996
[pid=299445] ppid=299442 vsize=39168 memory=25232 CPUtime=221.54 cores=5,7
/proc/299445/stat : 299445 (Exact_nosoplex) R 299442 299445 296983 0 -1 4194304 10013 0 0 0 22153 1 0 0 20 0 1 0 30303200 40108032 6308 134679101440 4194304 7248369 140720884081728 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 21778432 140720884089775 140720884089954 140720884089954 140720884096966 0
/proc/299445/statm: 9792 6308 835 746 0 8856 0
Current children cumulated CPU time: 221.54 s
Current children cumulated vsize: 39168 KiB
Current children cumulated memory: 25232 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/238 299493
/proc/meminfo: memFree=122953420/131655788 swapFree=131061684/131071996
[pid=299445] ppid=299442 vsize=39952 memory=25964 CPUtime=281.34 cores=5,7
/proc/299445/stat : 299445 (Exact_nosoplex) R 299442 299445 296983 0 -1 4194304 11939 0 0 0 28132 2 0 0 20 0 1 0 30303200 40910848 6491 134679101440 4194304 7248369 140720884081728 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 21778432 140720884089775 140720884089954 140720884089954 140720884096966 0
/proc/299445/statm: 9988 6491 835 746 0 9052 0
Current children cumulated CPU time: 281.34 s
Current children cumulated vsize: 39952 KiB
Current children cumulated memory: 25964 KiB

[startup+342.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/238 299503
/proc/meminfo: memFree=122940088/131655788 swapFree=131061684/131071996
[pid=299445] ppid=299442 vsize=40604 memory=26596 CPUtime=341.14 cores=5,7
/proc/299445/stat : 299445 (Exact_nosoplex) R 299442 299445 296983 0 -1 4194304 13587 0 0 0 34112 2 0 0 20 0 1 0 30303200 41578496 6649 134679101440 4194304 7248369 140720884081728 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 21778432 140720884089775 140720884089954 140720884089954 140720884096966 0
/proc/299445/statm: 10151 6649 835 746 0 9215 0
Current children cumulated CPU time: 341.14 s
Current children cumulated vsize: 40604 KiB
Current children cumulated memory: 26596 KiB

[startup+402.3 s]
/proc/loadavg: 4.15 4.11 4.09 5/238 299514
/proc/meminfo: memFree=122920108/131655788 swapFree=131061684/131071996
[pid=299445] ppid=299442 vsize=40884 memory=26864 CPUtime=400.94 cores=5,7
/proc/299445/stat : 299445 (Exact_nosoplex) R 299442 299445 296983 0 -1 4194304 15230 0 0 0 40092 2 0 0 20 0 1 0 30303200 41865216 6716 134679101440 4194304 7248369 140720884081728 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 21778432 140720884089775 140720884089954 140720884089954 140720884096966 0
/proc/299445/statm: 10221 6716 835 746 0 9285 0
Current children cumulated CPU time: 400.94 s
Current children cumulated vsize: 40884 KiB
Current children cumulated memory: 26864 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/238 299524
/proc/meminfo: memFree=122911040/131655788 swapFree=131061684/131071996
[pid=299445] ppid=299442 vsize=41204 memory=27204 CPUtime=460.75 cores=5,7
/proc/299445/stat : 299445 (Exact_nosoplex) R 299442 299445 296983 0 -1 4194304 15639 0 0 0 46072 3 0 0 20 0 1 0 30303200 42192896 6801 134679101440 4194304 7248369 140720884081728 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 21778432 140720884089775 140720884089954 140720884089954 140720884096966 0
/proc/299445/statm: 10301 6801 835 746 0 9365 0

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

Current children cumulated memory: 38680 KiB

[startup+2862.3 s]
/proc/loadavg: 4.11 4.14 4.16 6/238 301055
/proc/meminfo: memFree=122534916/131655788 swapFree=131061684/131071996
[pid=299445] ppid=299442 vsize=49860 memory=38680 CPUtime=2853.59 cores=5,7
/proc/299445/stat : 299445 (Exact_nosoplex) R 299442 299445 296983 0 -1 4194304 67540 0 0 0 285345 14 0 0 20 0 1 0 30303200 51056640 9670 134679101440 4194304 7248369 140720884081728 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 21778432 140720884089775 140720884089954 140720884089954 140720884096966 0
/proc/299445/statm: 12465 9670 835 746 0 11529 0
Current children cumulated CPU time: 2853.59 s
Current children cumulated vsize: 49860 KiB
Current children cumulated memory: 38680 KiB

[startup+2922.3 s]
/proc/loadavg: 4.08 4.13 4.15 5/240 301069
/proc/meminfo: memFree=122493172/131655788 swapFree=131061684/131071996
[pid=299445] ppid=299442 vsize=50020 memory=38840 CPUtime=2913.44 cores=5,7
/proc/299445/stat : 299445 (Exact_nosoplex) R 299442 299445 296983 0 -1 4194304 68771 0 0 0 291330 14 0 0 20 0 1 0 30303200 51220480 9710 134679101440 4194304 7248369 140720884081728 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 21778432 140720884089775 140720884089954 140720884089954 140720884096966 0
/proc/299445/statm: 12505 9710 835 746 0 11569 0
Current children cumulated CPU time: 2913.44 s
Current children cumulated vsize: 50020 KiB
Current children cumulated memory: 38840 KiB

[startup+2982.3 s]
/proc/loadavg: 4.08 4.12 4.15 5/240 301082
/proc/meminfo: memFree=122488016/131655788 swapFree=131061684/131071996
[pid=299445] ppid=299442 vsize=50020 memory=38840 CPUtime=2973.3 cores=5,7
/proc/299445/stat : 299445 (Exact_nosoplex) R 299442 299445 296983 0 -1 4194304 69946 0 0 0 297315 15 0 0 20 0 1 0 30303200 51220480 9710 134679101440 4194304 7248369 140720884081728 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 21778432 140720884089775 140720884089954 140720884089954 140720884096966 0
/proc/299445/statm: 12505 9710 835 746 0 11569 0
Current children cumulated CPU time: 2973.3 s
Current children cumulated vsize: 50020 KiB
Current children cumulated memory: 38840 KiB

[startup+3042.3 s]
/proc/loadavg: 4.07 4.11 4.14 5/240 301092
/proc/meminfo: memFree=122479864/131655788 swapFree=131061684/131071996
[pid=299445] ppid=299442 vsize=50084 memory=38904 CPUtime=3033.14 cores=5,7
/proc/299445/stat : 299445 (Exact_nosoplex) R 299442 299445 296983 0 -1 4194304 71241 0 0 0 303299 15 0 0 20 0 1 0 30303200 51286016 9726 134679101440 4194304 7248369 140720884081728 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 21778432 140720884089775 140720884089954 140720884089954 140720884096966 0
/proc/299445/statm: 12521 9726 835 746 0 11585 0
Current children cumulated CPU time: 3033.14 s
Current children cumulated vsize: 50084 KiB
Current children cumulated memory: 38904 KiB

[startup+3102.3 s]
/proc/loadavg: 4.18 4.13 4.15 5/240 301102
/proc/meminfo: memFree=122477488/131655788 swapFree=131061684/131071996
[pid=299445] ppid=299442 vsize=50116 memory=38936 CPUtime=3092.98 cores=5,7
/proc/299445/stat : 299445 (Exact_nosoplex) R 299442 299445 296983 0 -1 4194304 72352 0 0 0 309283 15 0 0 20 0 1 0 30303200 51318784 9734 134679101440 4194304 7248369 140720884081728 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 21778432 140720884089775 140720884089954 140720884089954 140720884096966 0
/proc/299445/statm: 12529 9734 835 746 0 11593 0
Current children cumulated CPU time: 3092.98 s
Current children cumulated vsize: 50116 KiB
Current children cumulated memory: 38936 KiB

[startup+3162.3 s]
/proc/loadavg: 4.06 4.11 4.14 5/240 301112
/proc/meminfo: memFree=122475196/131655788 swapFree=131061684/131071996
[pid=299445] ppid=299442 vsize=50148 memory=38968 CPUtime=3152.83 cores=5,7
/proc/299445/stat : 299445 (Exact_nosoplex) R 299442 299445 296983 0 -1 4194304 73575 0 0 0 315268 15 0 0 20 0 1 0 30303200 51351552 9742 134679101440 4194304 7248369 140720884081728 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 21778432 140720884089775 140720884089954 140720884089954 140720884096966 0
/proc/299445/statm: 12537 9742 835 746 0 11601 0
Current children cumulated CPU time: 3152.83 s
Current children cumulated vsize: 50148 KiB
Current children cumulated memory: 38968 KiB

[startup+3222.3 s]
/proc/loadavg: 4.67 4.26 4.19 5/240 301508
/proc/meminfo: memFree=122450288/131655788 swapFree=131061684/131071996
[pid=299445] ppid=299442 vsize=50148 memory=38968 CPUtime=3212.69 cores=5,7
/proc/299445/stat : 299445 (Exact_nosoplex) R 299442 299445 296983 0 -1 4194304 74790 0 0 0 321253 16 0 0 20 0 1 0 30303200 51351552 9742 134679101440 4194304 7248369 140720884081728 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 21778432 140720884089775 140720884089954 140720884089954 140720884096966 0
/proc/299445/statm: 12537 9742 835 746 0 11601 0
Current children cumulated CPU time: 3212.69 s
Current children cumulated vsize: 50148 KiB
Current children cumulated memory: 38968 KiB

[startup+3282.3 s]
/proc/loadavg: 4.45 4.28 4.20 5/240 301518
/proc/meminfo: memFree=122444428/131655788 swapFree=131061684/131071996
[pid=299445] ppid=299442 vsize=50212 memory=39032 CPUtime=3272.53 cores=5,7
/proc/299445/stat : 299445 (Exact_nosoplex) R 299442 299445 296983 0 -1 4194304 76021 0 0 0 327237 16 0 0 20 0 1 0 30303200 51417088 9758 134679101440 4194304 7248369 140720884081728 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 21778432 140720884089775 140720884089954 140720884089954 140720884096966 0
/proc/299445/statm: 12553 9758 835 746 0 11617 0
Current children cumulated CPU time: 3272.53 s
Current children cumulated vsize: 50212 KiB
Current children cumulated memory: 39032 KiB

[startup+3342.3 s]
/proc/loadavg: 4.21 4.25 4.19 5/240 301528
/proc/meminfo: memFree=122443236/131655788 swapFree=131061684/131071996
[pid=299445] ppid=299442 vsize=51252 memory=39804 CPUtime=3332.38 cores=5,7
/proc/299445/stat : 299445 (Exact_nosoplex) R 299442 299445 296983 0 -1 4194304 76492 0 0 0 333222 16 0 0 20 0 1 0 30303200 52482048 9951 134679101440 4194304 7248369 140720884081728 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 21778432 140720884089775 140720884089954 140720884089954 140720884096966 0
/proc/299445/statm: 12813 9951 835 746 0 11877 0
Current children cumulated CPU time: 3332.38 s
Current children cumulated vsize: 51252 KiB
Current children cumulated memory: 39804 KiB

[startup+3402.3 s]
/proc/loadavg: 4.21 4.23 4.18 5/242 301709
/proc/meminfo: memFree=122440924/131655788 swapFree=131061684/131071996
[pid=299445] ppid=299442 vsize=51252 memory=39976 CPUtime=3392.23 cores=5,7
/proc/299445/stat : 299445 (Exact_nosoplex) R 299442 299445 296983 0 -1 4194304 76515 0 0 0 339207 16 0 0 20 0 1 0 30303200 52482048 9994 134679101440 4194304 7248369 140720884081728 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 21778432 140720884089775 140720884089954 140720884089954 140720884096966 0
/proc/299445/statm: 12813 9994 835 746 0 11877 0
Current children cumulated CPU time: 3392.23 s
Current children cumulated vsize: 51252 KiB
Current children cumulated memory: 39976 KiB

[startup+3462.3 s]
/proc/loadavg: 4.77 4.40 4.25 5/242 301719
/proc/meminfo: memFree=122438140/131655788 swapFree=131061684/131071996
[pid=299445] ppid=299442 vsize=51252 memory=40076 CPUtime=3452.08 cores=5,7
/proc/299445/stat : 299445 (Exact_nosoplex) R 299442 299445 296983 0 -1 4194304 76532 0 0 0 345192 16 0 0 20 0 1 0 30303200 52482048 10019 134679101440 4194304 7248369 140720884081728 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 21778432 140720884089775 140720884089954 140720884089954 140720884096966 0
/proc/299445/statm: 12813 10019 835 746 0 11877 0
Current children cumulated CPU time: 3452.08 s
Current children cumulated vsize: 51252 KiB
Current children cumulated memory: 40076 KiB

[startup+3522.3 s]
/proc/loadavg: 5.19 4.59 4.32 6/241 301786
/proc/meminfo: memFree=122433848/131655788 swapFree=131061684/131071996
[pid=299445] ppid=299442 vsize=51252 memory=40076 CPUtime=3511.92 cores=5,7
/proc/299445/stat : 299445 (Exact_nosoplex) R 299442 299445 296983 0 -1 4194304 76564 0 0 0 351176 16 0 0 20 0 1 0 30303200 52482048 10019 134679101440 4194304 7248369 140720884081728 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 21778432 140720884089775 140720884089954 140720884089954 140720884096966 0
/proc/299445/statm: 12813 10019 835 746 0 11877 0
Current children cumulated CPU time: 3511.92 s
Current children cumulated vsize: 51252 KiB
Current children cumulated memory: 40076 KiB

[startup+3582.3 s]
/proc/loadavg: 3.84 4.36 4.26 3/220 301891
/proc/meminfo: memFree=123796344/131655788 swapFree=131061684/131071996
[pid=299445] ppid=299442 vsize=51396 memory=40156 CPUtime=3571.76 cores=5,7
/proc/299445/stat : 299445 (Exact_nosoplex) R 299442 299445 296983 0 -1 4194304 76591 0 0 0 357160 16 0 0 20 0 1 0 30303200 52629504 10039 134679101440 4194304 7248369 140720884081728 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 21778432 140720884089775 140720884089954 140720884089954 140720884096966 0
/proc/299445/statm: 12849 10039 835 746 0 11913 0
Current children cumulated CPU time: 3571.76 s
Current children cumulated vsize: 51396 KiB
Current children cumulated memory: 40156 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.6 s]
/proc/loadavg: 2.79 4.05 4.16 2/220 301896
/proc/meminfo: memFree=123796472/131655788 swapFree=131061684/131071996
[pid=299445] ppid=299442 vsize=51396 memory=40156 CPUtime=3600 cores=5,7
/proc/299445/stat : 299445 (Exact_nosoplex) R 299442 299445 296983 0 -1 4194304 76592 0 0 0 359984 16 0 0 20 0 1 0 30303200 52629504 10039 134679101440 4194304 7248369 140720884081728 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 21778432 140720884089775 140720884089954 140720884089954 140720884096966 0
/proc/299445/statm: 12849 10039 835 746 0 11913 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 51396 KiB
Current children cumulated memory: 40156 KiB

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

[startup+3610.6 s]
# the end of solver process 299445 was just reported to runsolver
# Child status: 10

# cumulated CPU time of all completed processes:  user=3599.85 s, system=0.167375 s

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

Child status: 10

Real time (s): 3610.6
CPU time (s): 3600.01
CPU user time (s): 3599.85
CPU system time (s): 0.167375
CPU usage (%): 99.7067
Max. virtual memory (cumulated for all children) (KiB): 51396
Max. memory (cumulated for all children) (KiB): 40156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.85
system time used= 0.167375
maximum resident set size= 40156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76593
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= 13
involuntary context switches= 6072


# summary of solver processes directly reported to runsolver:
#   pid: 299445
#   total CPU time (s): 3600.01
#   total CPU user time (s): 3599.85
#   total CPU system time (s): 0.167375

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.3385 second user time and 32.7608 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-25 23:32:14
IDJOB=4459938
IDBENCH=148675
IDSOLVER=3061
FILE ID=nodeC011/4459938-1721943134
RUNJOBID= nodeC011-1721939464-296996
SLURM_JOB_ID= 8247265
Free space on /tmp= 723764 MiB

SOLVER NAME= Exact_no_SoPlex 2024-07-05
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_50_10_2.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-4459938-1721943134/watcher-4459938-1721943134 -o /tmp/evaluation-result-4459938-1721943134/solver-4459938-1721943134 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721939464-296996 --watchdog 3760  HOME/Exact_nosoplex --print-uniform=0 --verbosity=0 --print-sol --seed=1194227528 HOME/instance-4459938-1721943134.opb

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

MD5SUM BENCH= cf766711a707813c9bd3325657edcc33
RANDOM SEED=1194227528

nodeC011.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		: 3670.621
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	: 6984.36
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		: 3657.389
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.35
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.522
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	: 6984.36
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.364
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.35
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		: 3673.259
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	: 6984.36
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		: 3492.212
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.35
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.526
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	: 6984.36
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.325
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.35
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        123328884 kB
MemAvailable:   129558300 kB
Buffers:          330488 kB
Cached:          6728240 kB
SwapCached:          164 kB
Active:          1857684 kB
Inactive:        5928652 kB
Active(anon):       2128 kB
Inactive(anon):   778468 kB
Active(file):    1855556 kB
Inactive(file):  5150184 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131061684 kB
Dirty:             11588 kB
Writeback:             0 kB
AnonPages:        727484 kB
Mapped:           108384 kB
Shmem:             52980 kB
KReclaimable:     127752 kB
Slab:             231820 kB
SReclaimable:     127752 kB
SUnreclaim:       104068 kB
KernelStack:        3888 kB
PageTables:        11028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    1329780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            10912 kB
HardwareCorrupted:     0 kB
AnonHugePages:    352256 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:      424776 kB
DirectMap2M:    46665728 kB
DirectMap1G:    89128960 kB

Free space on /tmp at the end= 723776 MiB
End job on nodeC011 at 2024-07-26 00:32:24