Trace number 4433640

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-05? (TO) 3600.23 3609.89

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/
heinz/normalized-stp3d.opb
MD5SUMa4b0cd988cdc47ea50384dbc6c682a43
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables204880
Total number of constraints159488
Number of constraints which are clauses129232
Number of constraints which are cardinality constraints (but not clauses)5805
Number of constraints which are nor clauses,nor cardinality constraints24451
Minimum length of a constraint2
Maximum length of a constraint120
Number of terms in the objective function 75648
Biggest coefficient in the objective function 100303
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 7576266096
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 100303
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 7576266096
Number of bits of the biggest sum of numbers33
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.03/3609.70	c Program interrupted by user.
3600.03/3609.70	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 (62289 MiB free)
  memory of node 1: 64473 MiB (62829 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4433640-1721120748/watcher-4433640-1721120748 -o /tmp/evaluation-result-4433640-1721120748/solver-4433640-1721120748 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721117151-863629 --watchdog 3760 HOME/Exact_nosoplex --print-uniform=0 --verbosity=0 --print-sol --seed=1592439796 HOME/instance-4433640-1721120748.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=865895, runsolver pid=865892
Current StackSize limit: 8192 KiB


[startup+0.100091 s]*
/proc/loadavg: 4.07 4.13 4.07 5/254 865896
/proc/meminfo: memFree=127962544/131524600 swapFree=131071996/131071996
[pid=865895] ppid=865892 vsize=184852 memory=159560 CPUtime=0.09 cores=4,6
/proc/865895/stat : 865895 (Exact_nosoplex) R 865892 865895 863618 0 -1 4194304 16895 0 0 0 5 4 0 0 20 0 1 0 164237244 189288448 40011 134679101440 4194304 7248369 140724950608992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7946728 8011032 15376384 140724950610860 140724950611039 140724950611039 140724950618054 0
/proc/865895/statm: 46213 40011 771 746 0 45277 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 184852 KiB
Current children cumulated memory: 159560 KiB

[startup+0.205834 s]*
/proc/loadavg: 4.07 4.13 4.07 5/254 865896
/proc/meminfo: memFree=127926160/131524600 swapFree=131071996/131071996
[pid=865895] ppid=865892 vsize=220972 memory=199148 CPUtime=0.2 cores=4,6
/proc/865895/stat : 865895 (Exact_nosoplex) R 865892 865895 863618 0 -1 4194304 26310 0 0 0 14 6 0 0 20 0 1 0 164237244 226275328 49787 134679101440 4194304 7248369 140724950608992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7946728 8011032 15376384 140724950610860 140724950611039 140724950611039 140724950618054 0
/proc/865895/statm: 55243 49787 787 746 0 54307 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 220972 KiB
Current children cumulated memory: 199148 KiB

[startup+0.305289 s]*
/proc/loadavg: 4.07 4.13 4.07 5/254 865896
/proc/meminfo: memFree=127897036/131524600 swapFree=131071996/131071996
[pid=865895] ppid=865892 vsize=247956 memory=228120 CPUtime=0.3 cores=4,6
/proc/865895/stat : 865895 (Exact_nosoplex) R 865892 865895 863618 0 -1 4194304 33017 0 0 0 23 7 0 0 20 0 1 0 164237244 253906944 57030 134679101440 4194304 7248369 140724950608992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7946728 8011032 15376384 140724950610860 140724950611039 140724950611039 140724950618054 0
/proc/865895/statm: 61989 57030 787 746 0 61053 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 247956 KiB
Current children cumulated memory: 228120 KiB

[startup+0.700223 s]
/proc/loadavg: 4.07 4.13 4.07 5/254 865896
/proc/meminfo: memFree=127845616/131524600 swapFree=131071996/131071996
[pid=865895] ppid=865892 vsize=313460 memory=303208 CPUtime=0.69 cores=4,6
/proc/865895/stat : 865895 (Exact_nosoplex) R 865892 865895 863618 0 -1 4194304 49382 0 0 0 59 10 0 0 20 0 1 0 164237244 320983040 75802 134679101440 4194304 7248369 140724950608992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7946728 8011032 15376384 140724950610860 140724950611039 140724950611039 140724950618054 0
/proc/865895/statm: 78365 75802 787 746 0 77429 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 313460 KiB
Current children cumulated memory: 303208 KiB

[startup+1.50019 s]
/proc/loadavg: 4.07 4.13 4.07 5/254 865896
/proc/meminfo: memFree=127808584/131524600 swapFree=131071996/131071996
[pid=865895] ppid=865892 vsize=326040 memory=317500 CPUtime=1.48 cores=4,6
/proc/865895/stat : 865895 (Exact_nosoplex) R 865892 865895 863618 0 -1 4194304 51915 0 0 0 138 10 0 0 20 0 1 0 164237244 333864960 79375 134679101440 4194304 7248369 140724950608992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7946728 8011032 15376384 140724950610860 140724950611039 140724950611039 140724950618054 0
/proc/865895/statm: 81510 79375 835 746 0 80574 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 326040 KiB
Current children cumulated memory: 317500 KiB

[startup+3.10549 s]
/proc/loadavg: 4.07 4.13 4.07 5/254 865896
/proc/meminfo: memFree=127758888/131524600 swapFree=131071996/131071996
[pid=865895] ppid=865892 vsize=416068 memory=364832 CPUtime=3.09 cores=4,6
/proc/865895/stat : 865895 (Exact_nosoplex) R 865892 865895 863618 0 -1 4194304 57589 0 0 0 296 13 0 0 20 0 1 0 164237244 426053632 91208 134679101440 4194304 7248369 140724950608992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7946728 8011032 15376384 140724950610860 140724950611039 140724950611039 140724950618054 0
/proc/865895/statm: 104017 91208 835 746 0 103081 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 416068 KiB
Current children cumulated memory: 364832 KiB

[startup+6.30018 s]
/proc/loadavg: 4.14 4.14 4.07 5/254 865896
/proc/meminfo: memFree=127727016/131524600 swapFree=131071996/131071996
[pid=865895] ppid=865892 vsize=466100 memory=396660 CPUtime=6.27 cores=4,6
/proc/865895/stat : 865895 (Exact_nosoplex) R 865892 865895 863618 0 -1 4194304 58961 0 0 0 612 15 0 0 20 0 1 0 164237244 477286400 99165 134679101440 4194304 7248369 140724950608992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7946728 8011032 15376384 140724950610860 140724950611039 140724950611039 140724950618054 0
/proc/865895/statm: 116525 99165 835 746 0 115589 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 466100 KiB
Current children cumulated memory: 396660 KiB

[startup+12.7002 s]
/proc/loadavg: 4.13 4.14 4.07 5/254 865943
/proc/meminfo: memFree=128205552/131524600 swapFree=131071996/131071996
[pid=865895] ppid=865892 vsize=475420 memory=410088 CPUtime=12.66 cores=4,6
/proc/865895/stat : 865895 (Exact_nosoplex) R 865892 865895 863618 0 -1 4194304 60985 0 0 0 1250 16 0 0 20 0 1 0 164237244 486830080 102522 134679101440 4194304 7248369 140724950608992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7946728 8011032 15376384 140724950610860 140724950611039 140724950611039 140724950618054 0
/proc/865895/statm: 118855 102522 835 746 0 117919 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 475420 KiB
Current children cumulated memory: 410088 KiB

[startup+25.5002 s]
/proc/loadavg: 4.11 4.14 4.07 5/254 865991
/proc/meminfo: memFree=126347936/131524600 swapFree=131071996/131071996
[pid=865895] ppid=865892 vsize=483928 memory=435144 CPUtime=25.42 cores=4,6
/proc/865895/stat : 865895 (Exact_nosoplex) R 865892 865895 863618 0 -1 4194304 63321 0 0 0 2525 17 0 0 20 0 1 0 164237244 495542272 108786 134679101440 4194304 7248369 140724950608992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7946728 8011032 15376384 140724950610860 140724950611039 140724950611039 140724950618054 0
/proc/865895/statm: 120982 108786 835 746 0 120046 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 483928 KiB
Current children cumulated memory: 435144 KiB

[startup+51.1057 s]
/proc/loadavg: 4.15 4.14 4.07 5/254 865995
/proc/meminfo: memFree=122023260/131524600 swapFree=131071996/131071996
[pid=865895] ppid=865892 vsize=493816 memory=444880 CPUtime=50.97 cores=4,6
/proc/865895/stat : 865895 (Exact_nosoplex) R 865892 865895 863618 0 -1 4194304 65526 0 0 0 5079 18 0 0 20 0 1 0 164237244 505667584 111220 134679101440 4194304 7248369 140724950608992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7946728 8011032 15376384 140724950610860 140724950611039 140724950611039 140724950618054 0
/proc/865895/statm: 123454 111220 835 746 0 122518 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 493816 KiB
Current children cumulated memory: 444880 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.13 4.07 5/254 866005
/proc/meminfo: memFree=118838676/131524600 swapFree=131071996/131071996
[pid=865895] ppid=865892 vsize=588120 memory=490440 CPUtime=102.04 cores=4,6
/proc/865895/stat : 865895 (Exact_nosoplex) R 865892 865895 863618 0 -1 4194304 71153 0 0 0 10182 22 0 0 20 0 1 0 164237244 602234880 122610 134679101440 4194304 7248369 140724950608992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7946728 8011032 15376384 140724950610860 140724950611039 140724950611039 140724950618054 0
/proc/865895/statm: 147030 122610 835 746 0 146094 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 588120 KiB
Current children cumulated memory: 490440 KiB

[startup+162.3 s]
/proc/loadavg: 4.13 4.12 4.07 5/254 866015
/proc/meminfo: memFree=118907164/131524600 swapFree=131071996/131071996
[pid=865895] ppid=865892 vsize=605616 memory=508160 CPUtime=161.89 cores=4,6
/proc/865895/stat : 865895 (Exact_nosoplex) R 865892 865895 863618 0 -1 4194304 73170 0 0 0 16167 22 0 0 20 0 1 0 164237244 620150784 127040 134679101440 4194304 7248369 140724950608992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7946728 8011032 15376384 140724950610860 140724950611039 140724950611039 140724950618054 0
/proc/865895/statm: 151404 127040 835 746 0 150468 0
Current children cumulated CPU time: 161.89 s
Current children cumulated vsize: 605616 KiB
Current children cumulated memory: 508160 KiB

[startup+222.3 s]
/proc/loadavg: 4.45 4.22 4.11 5/255 866026
/proc/meminfo: memFree=118788576/131524600 swapFree=131071996/131071996
[pid=865895] ppid=865892 vsize=623932 memory=530232 CPUtime=221.74 cores=4,6
/proc/865895/stat : 865895 (Exact_nosoplex) R 865892 865895 863618 0 -1 4194304 76272 0 0 0 22151 23 0 0 20 0 1 0 164237244 638906368 132558 134679101440 4194304 7248369 140724950608992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7946728 8011032 15376384 140724950610860 140724950611039 140724950611039 140724950618054 0
/proc/865895/statm: 155983 132558 835 746 0 155047 0
Current children cumulated CPU time: 221.74 s
Current children cumulated vsize: 623932 KiB
Current children cumulated memory: 530232 KiB

[startup+282.3 s]
/proc/loadavg: 4.22 4.19 4.10 5/257 866040
/proc/meminfo: memFree=118701720/131524600 swapFree=131071996/131071996
[pid=865895] ppid=865892 vsize=648048 memory=567004 CPUtime=281.59 cores=4,6
/proc/865895/stat : 865895 (Exact_nosoplex) R 865892 865895 863618 0 -1 4194304 80951 0 0 0 28134 25 0 0 20 0 1 0 164237244 663601152 141751 134679101440 4194304 7248369 140724950608992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7946728 8011032 15376384 140724950610860 140724950611039 140724950611039 140724950618054 0
/proc/865895/statm: 162012 141751 835 746 0 161076 0
Current children cumulated CPU time: 281.59 s
Current children cumulated vsize: 648048 KiB
Current children cumulated memory: 567004 KiB

[startup+342.3 s]
/proc/loadavg: 4.13 4.17 4.10 5/257 866051
/proc/meminfo: memFree=118643396/131524600 swapFree=131071996/131071996
[pid=865895] ppid=865892 vsize=659896 memory=595916 CPUtime=341.42 cores=4,6
/proc/865895/stat : 865895 (Exact_nosoplex) R 865892 865895 863618 0 -1 4194304 83075 0 0 0 34117 25 0 0 20 0 1 0 164237244 675733504 148979 134679101440 4194304 7248369 140724950608992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7946728 8011032 15376384 140724950610860 140724950611039 140724950611039 140724950618054 0
/proc/865895/statm: 164974 148979 835 746 0 164038 0
Current children cumulated CPU time: 341.42 s
Current children cumulated vsize: 659896 KiB
Current children cumulated memory: 595916 KiB

[startup+402.3 s]
/proc/loadavg: 4.15 4.17 4.10 5/257 866061
/proc/meminfo: memFree=118542948/131524600 swapFree=131071996/131071996
[pid=865895] ppid=865892 vsize=689256 memory=639036 CPUtime=401.24 cores=4,6
/proc/865895/stat : 865895 (Exact_nosoplex) R 865892 865895 863618 0 -1 4194304 89565 0 0 0 40097 27 0 0 20 0 1 0 164237244 705798144 159759 134679101440 4194304 7248369 140724950608992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7946728 8011032 15376384 140724950610860 140724950611039 140724950611039 140724950618054 0
/proc/865895/statm: 172314 159759 835 746 0 171378 0
Current children cumulated CPU time: 401.24 s
Current children cumulated vsize: 689256 KiB
Current children cumulated memory: 639036 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 4.15 4.09 5/257 866071
/proc/meminfo: memFree=118436448/131524600 swapFree=131071996/131071996
[pid=865895] ppid=865892 vsize=832172 memory=699168 CPUtime=461.09 cores=4,6
/proc/865895/stat : 865895 (Exact_nosoplex) R 865892 865895 863618 0 -1 4194304 93971 0 0 0 46078 31 0 0 20 0 1 0 164237244 852144128 174792 134679101440 4194304 7248369 140724950608992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7946728 8011032 15376384 140724950610860 140724950611039 140724950611039 140724950618054 0
/proc/865895/statm: 208043 174792 835 746 0 207107 0

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

Current children cumulated memory: 2016300 KiB

[startup+2922.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/258 867178
/proc/meminfo: memFree=116514496/131524600 swapFree=131071996/131071996
[pid=865895] ppid=865892 vsize=2368144 memory=2018608 CPUtime=2914.56 cores=4,6
/proc/865895/stat : 865895 (Exact_nosoplex) R 865892 865895 863618 0 -1 4194304 305307 0 0 0 291350 106 0 0 20 0 1 0 164237244 2424979456 504652 134679101440 4194304 7248369 140724950608992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7946728 8011032 15376384 140724950610860 140724950611039 140724950611039 140724950618054 0
/proc/865895/statm: 592036 504652 835 746 0 591100 0
Current children cumulated CPU time: 2914.56 s
Current children cumulated vsize: 2368144 KiB
Current children cumulated memory: 2018608 KiB

[startup+2982.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/257 867572
/proc/meminfo: memFree=116511904/131524600 swapFree=131071996/131071996
[pid=865895] ppid=865892 vsize=2368144 memory=2018680 CPUtime=2974.39 cores=4,6
/proc/865895/stat : 865895 (Exact_nosoplex) R 865892 865895 863618 0 -1 4194304 305893 0 0 0 297333 106 0 0 20 0 1 0 164237244 2424979456 504670 134679101440 4194304 7248369 140724950608992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7946728 8011032 15376384 140724950610860 140724950611039 140724950611039 140724950618054 0
/proc/865895/statm: 592036 504670 835 746 0 591100 0
Current children cumulated CPU time: 2974.39 s
Current children cumulated vsize: 2368144 KiB
Current children cumulated memory: 2018680 KiB

[startup+3042.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/257 867582
/proc/meminfo: memFree=116507096/131524600 swapFree=131071996/131071996
[pid=865895] ppid=865892 vsize=2372064 memory=2022636 CPUtime=3034.23 cores=4,6
/proc/865895/stat : 865895 (Exact_nosoplex) R 865892 865895 863618 0 -1 4194304 306939 0 0 0 303316 107 0 0 20 0 1 0 164237244 2428993536 505659 134679101440 4194304 7248369 140724950608992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7946728 8011032 15376384 140724950610860 140724950611039 140724950611039 140724950618054 0
/proc/865895/statm: 593016 505659 835 746 0 592080 0
Current children cumulated CPU time: 3034.23 s
Current children cumulated vsize: 2372064 KiB
Current children cumulated memory: 2022636 KiB

[startup+3102.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/257 867593
/proc/meminfo: memFree=116402040/131524600 swapFree=131071996/131071996
[pid=865895] ppid=865892 vsize=2373064 memory=2125756 CPUtime=3094.06 cores=4,6
/proc/865895/stat : 865895 (Exact_nosoplex) R 865892 865895 863618 0 -1 4194304 307789 0 0 0 309296 110 0 0 20 0 1 0 164237244 2430017536 531439 134679101440 4194304 7248369 140724950608992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7946728 8011032 15376384 140724950610860 140724950611039 140724950611039 140724950618054 0
/proc/865895/statm: 593266 531439 835 746 0 592330 0
Current children cumulated CPU time: 3094.06 s
Current children cumulated vsize: 2373064 KiB
Current children cumulated memory: 2125756 KiB

[startup+3162.3 s]
/proc/loadavg: 4.18 4.12 4.10 5/258 867772
/proc/meminfo: memFree=116385308/131524600 swapFree=131071996/131071996
[pid=865895] ppid=865892 vsize=2386204 memory=2140748 CPUtime=3153.89 cores=4,6
/proc/865895/stat : 865895 (Exact_nosoplex) R 865892 865895 863618 0 -1 4194304 311162 0 0 0 315278 111 0 0 20 0 1 0 164237244 2443472896 535187 134679101440 4194304 7248369 140724950608992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7946728 8011032 15376384 140724950610860 140724950611039 140724950611039 140724950618054 0
/proc/865895/statm: 596551 535187 835 746 0 595615 0
Current children cumulated CPU time: 3153.89 s
Current children cumulated vsize: 2386204 KiB
Current children cumulated memory: 2140748 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/257 867782
/proc/meminfo: memFree=116358236/131524600 swapFree=131071996/131071996
[pid=865895] ppid=865892 vsize=2392360 memory=2147448 CPUtime=3213.72 cores=4,6
/proc/865895/stat : 865895 (Exact_nosoplex) R 865892 865895 863618 0 -1 4194304 313575 0 0 0 321260 112 0 0 20 0 1 0 164237244 2449776640 536862 134679101440 4194304 7248369 140724950608992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7946728 8011032 15376384 140724950610860 140724950611039 140724950611039 140724950618054 0
/proc/865895/statm: 598090 536862 835 746 0 597154 0
Current children cumulated CPU time: 3213.72 s
Current children cumulated vsize: 2392360 KiB
Current children cumulated memory: 2147448 KiB

[startup+3282.3 s]
/proc/loadavg: 4.23 4.14 4.10 5/257 867796
/proc/meminfo: memFree=116341832/131524600 swapFree=131071996/131071996
[pid=865895] ppid=865892 vsize=2405764 memory=2160528 CPUtime=3273.55 cores=4,6
/proc/865895/stat : 865895 (Exact_nosoplex) R 865892 865895 863618 0 -1 4194304 317001 0 0 0 327242 113 0 0 20 0 1 0 164237244 2463502336 540132 134679101440 4194304 7248369 140724950608992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7946728 8011032 15376384 140724950610860 140724950611039 140724950611039 140724950618054 0
/proc/865895/statm: 601441 540132 835 746 0 600505 0
Current children cumulated CPU time: 3273.55 s
Current children cumulated vsize: 2405764 KiB
Current children cumulated memory: 2160528 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.13 4.09 5/257 867818
/proc/meminfo: memFree=116326320/131524600 swapFree=131071996/131071996
[pid=865895] ppid=865892 vsize=2418812 memory=2173824 CPUtime=3333.38 cores=4,6
/proc/865895/stat : 865895 (Exact_nosoplex) R 865892 865895 863618 0 -1 4194304 320497 0 0 0 333225 113 0 0 20 0 1 0 164237244 2476863488 543456 134679101440 4194304 7248369 140724950608992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7946728 8011032 15376384 140724950610860 140724950611039 140724950611039 140724950618054 0
/proc/865895/statm: 604703 543456 835 746 0 603767 0
Current children cumulated CPU time: 3333.38 s
Current children cumulated vsize: 2418812 KiB
Current children cumulated memory: 2173824 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.13 4.09 5/257 867828
/proc/meminfo: memFree=116317444/131524600 swapFree=131071996/131071996
[pid=865895] ppid=865892 vsize=2424544 memory=2179020 CPUtime=3393.21 cores=4,6
/proc/865895/stat : 865895 (Exact_nosoplex) R 865892 865895 863618 0 -1 4194304 322594 0 0 0 339207 114 0 0 20 0 1 0 164237244 2482733056 544755 134679101440 4194304 7248369 140724950608992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7946728 8011032 15376384 140724950610860 140724950611039 140724950611039 140724950618054 0
/proc/865895/statm: 606136 544755 835 746 0 605200 0
Current children cumulated CPU time: 3393.21 s
Current children cumulated vsize: 2424544 KiB
Current children cumulated memory: 2179020 KiB

[startup+3462.3 s]
/proc/loadavg: 4.16 4.14 4.09 5/257 867838
/proc/meminfo: memFree=116304584/131524600 swapFree=131071996/131071996
[pid=865895] ppid=865892 vsize=2434368 memory=2189444 CPUtime=3453.04 cores=4,6
/proc/865895/stat : 865895 (Exact_nosoplex) R 865892 865895 863618 0 -1 4194304 325270 0 0 0 345189 115 0 0 20 0 1 0 164237244 2492792832 547361 134679101440 4194304 7248369 140724950608992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7946728 8011032 15376384 140724950610860 140724950611039 140724950611039 140724950618054 0
/proc/865895/statm: 608592 547361 835 746 0 607656 0
Current children cumulated CPU time: 3453.04 s
Current children cumulated vsize: 2434368 KiB
Current children cumulated memory: 2189444 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/258 867851
/proc/meminfo: memFree=116293272/131524600 swapFree=131071996/131071996
[pid=865895] ppid=865892 vsize=2445468 memory=2200204 CPUtime=3512.88 cores=4,6
/proc/865895/stat : 865895 (Exact_nosoplex) R 865892 865895 863618 0 -1 4194304 328614 0 0 0 351172 116 0 0 20 0 1 0 164237244 2504159232 550051 134679101440 4194304 7248369 140724950608992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7946728 8011032 15376384 140724950610860 140724950611039 140724950611039 140724950618054 0
/proc/865895/statm: 611367 550051 835 746 0 610431 0
Current children cumulated CPU time: 3512.88 s
Current children cumulated vsize: 2445468 KiB
Current children cumulated memory: 2200204 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.13 4.09 5/255 867861
/proc/meminfo: memFree=116255672/131524600 swapFree=131071996/131071996
[pid=865895] ppid=865892 vsize=2457260 memory=2226692 CPUtime=3572.7 cores=4,6
/proc/865895/stat : 865895 (Exact_nosoplex) R 865892 865895 863618 0 -1 4194304 331788 0 0 0 357153 117 0 0 20 0 1 0 164237244 2516234240 556673 134679101440 4194304 7248369 140724950608992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7946728 8011032 15376384 140724950610860 140724950611039 140724950611039 140724950618054 0
/proc/865895/statm: 614315 556673 835 746 0 613379 0
Current children cumulated CPU time: 3572.7 s
Current children cumulated vsize: 2457260 KiB
Current children cumulated memory: 2226692 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.7 s]
/proc/loadavg: 4.10 4.12 4.09 5/255 867866
/proc/meminfo: memFree=116249224/131524600 swapFree=131071996/131071996
[pid=865895] ppid=865892 vsize=2463976 memory=2232420 CPUtime=3600.03 cores=4,6
/proc/865895/stat : 865895 (Exact_nosoplex) R 865892 865895 863618 0 -1 4194304 333481 0 0 0 359885 118 0 0 20 0 1 0 164237244 2523111424 558105 134679101440 4194304 7248369 140724950608992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7946728 8011032 15376384 140724950610860 140724950611039 140724950611039 140724950618054 0
/proc/865895/statm: 615994 558105 835 746 0 615058 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 2463976 KiB
Current children cumulated memory: 2232420 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.01 s, system=1.22343 s

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

[startup+3609.8 s]
/proc/loadavg: 4.10 4.12 4.09 5/255 867866
/proc/meminfo: memFree=116249224/131524600 swapFree=131071996/131071996
[pid=865895] ppid=865892 vsize=1542604 memory=1448620 CPUtime=3600.14 cores=4,6
/proc/865895/stat : 865895 (Exact_nosoplex) R 865892 865895 863618 0 -1 4194304 333493 0 0 0 359895 119 0 0 20 0 1 0 164237244 1579626496 362155 134679101440 4194304 7248369 140724950608992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7946728 8011032 15376384 140724950610860 140724950611039 140724950611039 140724950618054 0
/proc/865895/statm: 385651 362155 835 746 0 384715 0
Current children cumulated CPU time: 3600.14 s
Current children cumulated vsize: 1542604 KiB
Current children cumulated memory: 1448620 KiB

Child status: 0

Real time (s): 3609.89
CPU time (s): 3600.23
CPU user time (s): 3599.01
CPU system time (s): 1.22343
CPU usage (%): 99.7324
Max. virtual memory (cumulated for all children) (KiB): 2463976
Max. memory (cumulated for all children) (KiB): 2232420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.01
system time used= 1.22343
maximum resident set size= 2232672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 333510
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= 90
involuntary context switches= 3146


# summary of solver processes directly reported to runsolver:
#   pid: 865895
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3599.01
#   total CPU system time (s): 1.22343

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.33973 second user time and 18.0671 second system time

The end

Launcher Data

Begin job on nodeC018 at 2024-07-16 11:06:00
IDJOB=4433640
IDBENCH=155358
IDSOLVER=3061
FILE ID=nodeC018/4433640-1721120748
RUNJOBID= nodeC018-1721117151-863629
SLURM_JOB_ID= 7505661
Free space on /tmp= 890060 MiB

SOLVER NAME= Exact_no_SoPlex 2024-07-05
BENCH NAME= PB24/normalized-PB11/OPT-LIN/heinz/normalized-stp3d.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-4433640-1721120748/watcher-4433640-1721120748 -o /tmp/evaluation-result-4433640-1721120748/solver-4433640-1721120748 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721117151-863629 --watchdog 3760  HOME/Exact_nosoplex --print-uniform=0 --verbosity=0 --print-sol --seed=1592439796 HOME/instance-4433640-1721120748.opb

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

MD5SUM BENCH= a4b0cd988cdc47ea50384dbc6c682a43
RANDOM SEED=1592439796

nodeC018.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		: 3673.741
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.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	: 0xb00002a
cpu MHz		: 3684.688
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.30
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		: 3612.380
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.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	: 0xb00002a
cpu MHz		: 3599.814
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.30
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		: 3649.456
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.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	: 0xb00002a
cpu MHz		: 3684.725
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.30
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		: 3667.385
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.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	: 0xb00002a
cpu MHz		: 3600.019
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.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        128121952 kB
MemAvailable:   128432728 kB
Buffers:          391288 kB
Cached:           760600 kB
SwapCached:            0 kB
Active:           693056 kB
Inactive:        2120476 kB
Active(anon):       1552 kB
Inactive(anon):  1697864 kB
Active(file):     691504 kB
Inactive(file):   422612 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             13412 kB
Writeback:           100 kB
AnonPages:       1659920 kB
Mapped:           116560 kB
Shmem:             37720 kB
KReclaimable:      72968 kB
Slab:             179640 kB
SReclaimable:      72968 kB
SUnreclaim:       106672 kB
KernelStack:        4092 kB
PageTables:        12276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    2080252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            61856 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1558528 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:      232148 kB
DirectMap2M:    16318464 kB
DirectMap1G:    119537664 kB

Free space on /tmp at the end= 890028 MiB
End job on nodeC018 at 2024-07-16 12:06:10