Trace number 4452216

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 2024-07-05? (TO) 3602.01 3610.2

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2017/normalized-rmine11.0.u.opb
MD5SUMf2b4c33dfdd2685ad5de2b9c67a512a4
Bench CategoryDEC-LIN (decision problem, linear constraints, no 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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12292
Total number of constraints97390
Number of constraints which are clauses97367
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints23
Minimum length of a constraint2
Maximum length of a constraint12292
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 263990968
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 763991018
Number of bits of the biggest sum of numbers30
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data


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: 64059 MiB (62930 MiB free)
  memory of node 1: 64510 MiB (60903 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452216-1721429483/watcher-4452216-1721429483 -o /tmp/evaluation-result-4452216-1721429483/solver-4452216-1721429483 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1721421163-1025545 --watchdog 3760 HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=1589756618 HOME/instance-4452216-1721429483.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
Current StackSize limit: 8192 KiB

solver pid=1031105, runsolver pid=1031102

[startup+0.100101 s]*
/proc/loadavg: 4.11 4.17 4.18 5/243 1031108
/proc/meminfo: memFree=126784160/131655788 swapFree=131071996/131071996
[pid=1031105] ppid=1031102 vsize=43564 memory=25536 CPUtime=0.1 cores=4,6
/proc/1031105/stat : 1031105 (Exact) R 1031102 1031105 1025534 0 -1 4194304 5099 0 0 0 10 0 0 0 20 0 1 0 195106308 44609536 6384 134679101440 4194304 8309489 140736961263664 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 16252928 140736961266620 140736961266790 140736961266790 140736961273807 0
/proc/1031105/statm: 10891 6384 868 1005 0 9654 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 43564 KiB
Current children cumulated memory: 25536 KiB

[startup+0.213265 s]*
/proc/loadavg: 4.11 4.17 4.18 5/243 1031108
/proc/meminfo: memFree=126781960/131655788 swapFree=131071996/131071996
[pid=1031105] ppid=1031102 vsize=45256 memory=27552 CPUtime=0.21 cores=4,6
/proc/1031105/stat : 1031105 (Exact) R 1031102 1031105 1025534 0 -1 4194304 5732 0 0 0 21 0 0 0 20 0 1 0 195106308 46342144 6888 134679101440 4194304 8309489 140736961263664 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 16252928 140736961266620 140736961266790 140736961266790 140736961273807 0
/proc/1031105/statm: 11314 6888 900 1005 0 10077 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 45256 KiB
Current children cumulated memory: 27552 KiB

[startup+0.312979 s]*
/proc/loadavg: 4.11 4.17 4.18 5/243 1031108
/proc/meminfo: memFree=126781820/131655788 swapFree=131071996/131071996
[pid=1031105] ppid=1031102 vsize=45256 memory=27552 CPUtime=0.31 cores=4,6
/proc/1031105/stat : 1031105 (Exact) R 1031102 1031105 1025534 0 -1 4194304 5733 0 0 0 31 0 0 0 20 0 1 0 195106308 46342144 6888 134679101440 4194304 8309489 140736961263664 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 16252928 140736961266620 140736961266790 140736961266790 140736961273807 0
/proc/1031105/statm: 11314 6888 900 1005 0 10077 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 45256 KiB
Current children cumulated memory: 27552 KiB

[startup+0.700273 s]
/proc/loadavg: 4.11 4.17 4.18 5/243 1031108
/proc/meminfo: memFree=126781680/131655788 swapFree=131071996/131071996
[pid=1031105] ppid=1031102 vsize=45552 memory=27552 CPUtime=0.68 cores=4,6
/proc/1031105/stat : 1031105 (Exact) R 1031102 1031105 1025534 0 -1 4194304 5778 0 0 0 68 0 0 0 20 0 1 0 195106308 46645248 6888 134679101440 4194304 8309489 140736961263664 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 16252928 140736961266620 140736961266790 140736961266790 140736961273807 0
/proc/1031105/statm: 11388 6888 900 1005 0 10151 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 45552 KiB
Current children cumulated memory: 27552 KiB

[startup+1.50035 s]
/proc/loadavg: 4.11 4.17 4.18 5/243 1031108
/proc/meminfo: memFree=126781288/131655788 swapFree=131071996/131071996
[pid=1031105] ppid=1031102 vsize=103012 memory=84712 CPUtime=1.49 cores=4,6
/proc/1031105/stat : 1031105 (Exact) R 1031102 1031105 1025534 0 -1 4194304 16937 0 0 0 146 3 0 0 20 0 1 0 195106308 105484288 21178 134679101440 4194304 8309489 140736961263664 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 16252928 140736961266620 140736961266790 140736961266790 140736961273807 0
/proc/1031105/statm: 25753 21178 1092 1005 0 24516 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 103012 KiB
Current children cumulated memory: 84712 KiB

[startup+3.11181 s]
/proc/loadavg: 4.10 4.17 4.18 5/243 1031108
/proc/meminfo: memFree=126718376/131655788 swapFree=131071996/131071996
[pid=1031105] ppid=1031102 vsize=104788 memory=93116 CPUtime=3.1 cores=4,6
/proc/1031105/stat : 1031105 (Exact) R 1031102 1031105 1025534 0 -1 4194304 17585 0 0 0 306 4 0 0 20 0 1 0 195106308 107302912 23279 134679101440 4194304 8309489 140736961263664 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 16252928 140736961266620 140736961266790 140736961266790 140736961273807 0
/proc/1031105/statm: 26197 23279 1092 1005 0 24960 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 104788 KiB
Current children cumulated memory: 93116 KiB

[startup+6.30028 s]
/proc/loadavg: 4.10 4.17 4.18 5/243 1031108
/proc/meminfo: memFree=126703844/131655788 swapFree=131071996/131071996
[pid=1031105] ppid=1031102 vsize=117728 memory=105784 CPUtime=6.28 cores=4,6
/proc/1031105/stat : 1031105 (Exact) R 1031102 1031105 1025534 0 -1 4194304 18357 0 0 0 624 4 0 0 20 0 1 0 195106308 120553472 26446 134679101440 4194304 8309489 140736961263664 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 16252928 140736961266620 140736961266790 140736961266790 140736961273807 0
/proc/1031105/statm: 29432 26446 1124 1005 0 28195 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 117728 KiB
Current children cumulated memory: 105784 KiB

[startup+12.7003 s]
/proc/loadavg: 4.09 4.16 4.18 5/243 1031109
/proc/meminfo: memFree=126668868/131655788 swapFree=131071996/131071996
[pid=1031105] ppid=1031102 vsize=141176 memory=134808 CPUtime=12.66 cores=4,6
/proc/1031105/stat : 1031105 (Exact) R 1031102 1031105 1025534 0 -1 4194304 18917 0 0 0 1261 5 0 0 20 0 1 0 195106308 144564224 33702 134679101440 4194304 8309489 140736961263664 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 16252928 140736961266620 140736961266790 140736961266790 140736961273807 0
/proc/1031105/statm: 35294 33702 1124 1005 0 34057 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 141176 KiB
Current children cumulated memory: 134808 KiB

[startup+25.5003 s]
/proc/loadavg: 4.07 4.15 4.17 5/243 1031111
/proc/meminfo: memFree=126651740/131655788 swapFree=131071996/131071996
[pid=1031105] ppid=1031102 vsize=183444 memory=145912 CPUtime=25.44 cores=4,6
/proc/1031105/stat : 1031105 (Exact) R 1031102 1031105 1025534 0 -1 4194304 20108 0 0 0 2537 7 0 0 20 0 1 0 195106308 187846656 36478 134679101440 4194304 8309489 140736961263664 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 16252928 140736961266620 140736961266790 140736961266790 140736961273807 0
/proc/1031105/statm: 45861 36478 1124 1005 0 44624 0
Current children cumulated CPU time: 25.44 s
Current children cumulated vsize: 183444 KiB
Current children cumulated memory: 145912 KiB

[startup+51.1121 s]
/proc/loadavg: 4.11 4.16 4.18 5/243 1031116
/proc/meminfo: memFree=126602184/131655788 swapFree=131071996/131071996
[pid=1031105] ppid=1031102 vsize=256432 memory=194572 CPUtime=50.99 cores=4,6
/proc/1031105/stat : 1031105 (Exact) R 1031102 1031105 1025534 0 -1 4194304 21740 0 0 0 5088 11 0 0 20 0 1 0 195106308 262586368 48643 134679101440 4194304 8309489 140736961263664 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 16252928 140736961266620 140736961266790 140736961266790 140736961273807 0
/proc/1031105/statm: 64108 48643 1124 1005 0 62871 0
Current children cumulated CPU time: 50.99 s
Current children cumulated vsize: 256432 KiB
Current children cumulated memory: 194572 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.15 4.17 5/243 1031125
/proc/meminfo: memFree=126476520/131655788 swapFree=131071996/131071996
[pid=1031105] ppid=1031102 vsize=384968 memory=319564 CPUtime=102.07 cores=4,6
/proc/1031105/stat : 1031105 (Exact) R 1031102 1031105 1025534 0 -1 4194304 24705 0 0 0 10189 18 0 0 20 0 1 0 195106308 394207232 79891 134679101440 4194304 8309489 140736961263664 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 16252928 140736961266620 140736961266790 140736961266790 140736961273807 0
/proc/1031105/statm: 96242 79891 1140 1005 0 95005 0
Current children cumulated CPU time: 102.07 s
Current children cumulated vsize: 384968 KiB
Current children cumulated memory: 319564 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.15 4.17 5/243 1031136
/proc/meminfo: memFree=126369824/131655788 swapFree=131071996/131071996
[pid=1031105] ppid=1031102 vsize=607436 memory=425052 CPUtime=161.94 cores=4,6
/proc/1031105/stat : 1031105 (Exact) R 1031102 1031105 1025534 0 -1 4194304 27993 0 0 0 16167 27 0 0 20 0 1 0 195106308 622014464 106263 134679101440 4194304 8309489 140736961263664 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 16252928 140736961266620 140736961266790 140736961266790 140736961273807 0
/proc/1031105/statm: 151859 106263 1140 1005 0 150622 0
Current children cumulated CPU time: 161.94 s
Current children cumulated vsize: 607436 KiB
Current children cumulated memory: 425052 KiB

[startup+222.3 s]
/proc/loadavg: 4.16 4.15 4.17 5/243 1031147
/proc/meminfo: memFree=126325604/131655788 swapFree=131071996/131071996
[pid=1031105] ppid=1031102 vsize=610108 memory=468596 CPUtime=221.81 cores=4,6
/proc/1031105/stat : 1031105 (Exact) R 1031102 1031105 1025534 0 -1 4194304 28786 0 0 0 22151 30 0 0 20 0 1 0 195106308 624750592 117149 134679101440 4194304 8309489 140736961263664 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 16252928 140736961266620 140736961266790 140736961266790 140736961273807 0
/proc/1031105/statm: 152527 117149 1140 1005 0 151290 0
Current children cumulated CPU time: 221.81 s
Current children cumulated vsize: 610108 KiB
Current children cumulated memory: 468596 KiB

[startup+282.3 s]
/proc/loadavg: 4.16 4.15 4.17 5/243 1031541
/proc/meminfo: memFree=126306188/131655788 swapFree=131071996/131071996
[pid=1031105] ppid=1031102 vsize=615300 memory=486896 CPUtime=281.67 cores=4,6
/proc/1031105/stat : 1031105 (Exact) R 1031102 1031105 1025534 0 -1 4194304 29852 0 0 0 28134 33 0 0 20 0 1 0 195106308 630067200 121724 134679101440 4194304 8309489 140736961263664 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 16252928 140736961266620 140736961266790 140736961266790 140736961273807 0
/proc/1031105/statm: 153825 121724 1140 1005 0 152588 0
Current children cumulated CPU time: 281.67 s
Current children cumulated vsize: 615300 KiB
Current children cumulated memory: 486896 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 4.14 4.17 5/243 1031552
/proc/meminfo: memFree=126300204/131655788 swapFree=131071996/131071996
[pid=1031105] ppid=1031102 vsize=619756 memory=492092 CPUtime=341.53 cores=4,6
/proc/1031105/stat : 1031105 (Exact) R 1031102 1031105 1025534 0 -1 4194304 31285 0 0 0 34118 35 0 0 20 0 1 0 195106308 634630144 123023 134679101440 4194304 8309489 140736961263664 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 16252928 140736961266620 140736961266790 140736961266790 140736961273807 0
/proc/1031105/statm: 154939 123023 1140 1005 0 153702 0
Current children cumulated CPU time: 341.53 s
Current children cumulated vsize: 619756 KiB
Current children cumulated memory: 492092 KiB

[startup+402.3 s]
/proc/loadavg: 4.20 4.16 4.17 5/243 1031562
/proc/meminfo: memFree=126298068/131655788 swapFree=131071996/131071996
[pid=1031105] ppid=1031102 vsize=621532 memory=493416 CPUtime=401.39 cores=4,6
/proc/1031105/stat : 1031105 (Exact) R 1031102 1031105 1025534 0 -1 4194304 31719 0 0 0 40100 39 0 0 20 0 1 0 195106308 636448768 123354 134679101440 4194304 8309489 140736961263664 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 16252928 140736961266620 140736961266790 140736961266790 140736961273807 0
/proc/1031105/statm: 155383 123354 1140 1005 0 154146 0
Current children cumulated CPU time: 401.39 s
Current children cumulated vsize: 621532 KiB
Current children cumulated memory: 493416 KiB

[startup+462.3 s]
/proc/loadavg: 4.17 4.16 4.17 5/245 1031743
/proc/meminfo: memFree=126275212/131655788 swapFree=131071996/131071996
[pid=1031105] ppid=1031102 vsize=638556 memory=510316 CPUtime=461.26 cores=4,6
/proc/1031105/stat : 1031105 (Exact) R 1031102 1031105 1025534 0 -1 4194304 36051 0 0 0 46083 43 0 0 20 0 1 0 195106308 653881344 127579 134679101440 4194304 8309489 140736961263664 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 16252928 140736961266620 140736961266790 140736961266790 140736961273807 0
/proc/1031105/statm: 159639 127579 1140 1005 0 158402 0

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

[startup+3042.3 s]
/proc/loadavg: 2.06 2.36 3.07 3/230 1033091
/proc/meminfo: memFree=125864148/131655788 swapFree=131071996/131071996
[pid=1031105] ppid=1031102 vsize=941192 memory=811900 CPUtime=3035.25 cores=4,6
/proc/1031105/stat : 1031105 (Exact) R 1031102 1031105 1025534 0 -1 4194304 104983 0 0 0 303369 156 0 0 20 0 1 0 195106308 963780608 202975 134679101440 4194304 8309489 140736961263664 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 16252928 140736961266620 140736961266790 140736961266790 140736961273807 0
/proc/1031105/statm: 235298 202975 1140 1005 0 234061 0
Current children cumulated CPU time: 3035.25 s
Current children cumulated vsize: 941192 KiB
Current children cumulated memory: 811900 KiB

[startup+3102.3 s]
/proc/loadavg: 2.17 2.34 3.02 3/230 1033103
/proc/meminfo: memFree=125845348/131655788 swapFree=131071996/131071996
[pid=1031105] ppid=1031102 vsize=942720 memory=816648 CPUtime=3095.13 cores=4,6
/proc/1031105/stat : 1031105 (Exact) R 1031102 1031105 1025534 0 -1 4194304 105660 0 0 0 309354 159 0 0 20 0 1 0 195106308 965345280 204162 134679101440 4194304 8309489 140736961263664 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 16252928 140736961266620 140736961266790 140736961266790 140736961273807 0
/proc/1031105/statm: 235680 204162 1140 1005 0 234443 0
Current children cumulated CPU time: 3095.13 s
Current children cumulated vsize: 942720 KiB
Current children cumulated memory: 816648 KiB

[startup+3162.3 s]
/proc/loadavg: 2.12 2.29 2.96 3/230 1033113
/proc/meminfo: memFree=125835096/131655788 swapFree=131071996/131071996
[pid=1031105] ppid=1031102 vsize=945764 memory=819920 CPUtime=3155 cores=4,6
/proc/1031105/stat : 1031105 (Exact) R 1031102 1031105 1025534 0 -1 4194304 106715 0 0 0 315338 162 0 0 20 0 1 0 195106308 968462336 204980 134679101440 4194304 8309489 140736961263664 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 16252928 140736961266620 140736961266790 140736961266790 140736961273807 0
/proc/1031105/statm: 236441 204980 1140 1005 0 235204 0
Current children cumulated CPU time: 3155 s
Current children cumulated vsize: 945764 KiB
Current children cumulated memory: 819920 KiB

[startup+3222.3 s]
/proc/loadavg: 2.12 2.27 2.90 3/230 1033125
/proc/meminfo: memFree=125830500/131655788 swapFree=131071996/131071996
[pid=1031105] ppid=1031102 vsize=949404 memory=823108 CPUtime=3214.88 cores=4,6
/proc/1031105/stat : 1031105 (Exact) R 1031102 1031105 1025534 0 -1 4194304 107232 0 0 0 321324 164 0 0 20 0 1 0 195106308 972189696 205777 134679101440 4194304 8309489 140736961263664 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 16252928 140736961266620 140736961266790 140736961266790 140736961273807 0
/proc/1031105/statm: 237351 205777 1140 1005 0 236114 0
Current children cumulated CPU time: 3214.88 s
Current children cumulated vsize: 949404 KiB
Current children cumulated memory: 823108 KiB

[startup+3282.3 s]
/proc/loadavg: 2.17 2.25 2.86 3/228 1033136
/proc/meminfo: memFree=125821992/131655788 swapFree=131071996/131071996
[pid=1031105] ppid=1031102 vsize=949404 memory=823132 CPUtime=3274.76 cores=4,6
/proc/1031105/stat : 1031105 (Exact) R 1031102 1031105 1025534 0 -1 4194304 107496 0 0 0 327309 167 0 0 20 0 1 0 195106308 972189696 205783 134679101440 4194304 8309489 140736961263664 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 16252928 140736961266620 140736961266790 140736961266790 140736961273807 0
/proc/1031105/statm: 237351 205783 1140 1005 0 236114 0
Current children cumulated CPU time: 3274.76 s
Current children cumulated vsize: 949404 KiB
Current children cumulated memory: 823132 KiB

[startup+3342.3 s]
/proc/loadavg: 2.11 2.22 2.80 3/227 1033146
/proc/meminfo: memFree=125818408/131655788 swapFree=131071996/131071996
[pid=1031105] ppid=1031102 vsize=949404 memory=823132 CPUtime=3334.64 cores=4,6
/proc/1031105/stat : 1031105 (Exact) R 1031102 1031105 1025534 0 -1 4194304 107860 0 0 0 333295 169 0 0 20 0 1 0 195106308 972189696 205783 134679101440 4194304 8309489 140736961263664 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 16252928 140736961266620 140736961266790 140736961266790 140736961273807 0
/proc/1031105/statm: 237351 205783 1140 1005 0 236114 0
Current children cumulated CPU time: 3334.64 s
Current children cumulated vsize: 949404 KiB
Current children cumulated memory: 823132 KiB

[startup+3402.3 s]
/proc/loadavg: 2.16 2.20 2.76 3/227 1033156
/proc/meminfo: memFree=125817876/131655788 swapFree=131071996/131071996
[pid=1031105] ppid=1031102 vsize=949404 memory=823132 CPUtime=3394.52 cores=4,6
/proc/1031105/stat : 1031105 (Exact) R 1031102 1031105 1025534 0 -1 4194304 108241 0 0 0 339281 171 0 0 20 0 1 0 195106308 972189696 205783 134679101440 4194304 8309489 140736961263664 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 16252928 140736961266620 140736961266790 140736961266790 140736961273807 0
/proc/1031105/statm: 237351 205783 1140 1005 0 236114 0
Current children cumulated CPU time: 3394.52 s
Current children cumulated vsize: 949404 KiB
Current children cumulated memory: 823132 KiB

[startup+3462.3 s]
/proc/loadavg: 2.06 2.17 2.71 3/227 1033167
/proc/meminfo: memFree=125793724/131655788 swapFree=131071996/131071996
[pid=1031105] ppid=1031102 vsize=949404 memory=823132 CPUtime=3454.39 cores=4,6
/proc/1031105/stat : 1031105 (Exact) R 1031102 1031105 1025534 0 -1 4194304 108483 0 0 0 345266 173 0 0 20 0 1 0 195106308 972189696 205783 134679101440 4194304 8309489 140736961263664 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 16252928 140736961266620 140736961266790 140736961266790 140736961273807 0
/proc/1031105/statm: 237351 205783 1140 1005 0 236114 0
Current children cumulated CPU time: 3454.39 s
Current children cumulated vsize: 949404 KiB
Current children cumulated memory: 823132 KiB

[startup+3522.3 s]
/proc/loadavg: 2.06 2.15 2.67 3/227 1033177
/proc/meminfo: memFree=125788276/131655788 swapFree=131071996/131071996
[pid=1031105] ppid=1031102 vsize=950040 memory=824228 CPUtime=3514.28 cores=4,6
/proc/1031105/stat : 1031105 (Exact) R 1031102 1031105 1025534 0 -1 4194304 109000 0 0 0 351252 176 0 0 20 0 1 0 195106308 972840960 206057 134679101440 4194304 8309489 140736961263664 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 16252928 140736961266620 140736961266790 140736961266790 140736961273807 0
/proc/1031105/statm: 237510 206057 1140 1005 0 236273 0
Current children cumulated CPU time: 3514.28 s
Current children cumulated vsize: 950040 KiB
Current children cumulated memory: 824228 KiB

[startup+3582.3 s]
/proc/loadavg: 2.12 2.15 2.64 3/229 1033191
/proc/meminfo: memFree=125778832/131655788 swapFree=131071996/131071996
[pid=1031105] ppid=1031102 vsize=951904 memory=825872 CPUtime=3574.15 cores=4,6
/proc/1031105/stat : 1031105 (Exact) R 1031102 1031105 1025534 0 -1 4194304 109768 0 0 0 357237 178 0 0 20 0 1 0 195106308 974749696 206468 134679101440 4194304 8309489 140736961263664 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 16252928 140736961266620 140736961266790 140736961266790 140736961273807 0
/proc/1031105/statm: 237976 206468 1140 1005 0 236739 0
Current children cumulated CPU time: 3574.15 s
Current children cumulated vsize: 951904 KiB
Current children cumulated memory: 825872 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.2 s]
/proc/loadavg: 2.07 2.13 2.62 3/229 1033194
/proc/meminfo: memFree=125776376/131655788 swapFree=131071996/131071996
[pid=1031105] ppid=1031102 vsize=953820 memory=827612 CPUtime=3600 cores=4,6
/proc/1031105/stat : 1031105 (Exact) R 1031102 1031105 1025534 0 -1 4194304 110373 0 0 0 359820 180 0 0 20 0 1 0 195106308 976711680 206903 134679101440 4194304 8309489 140736961263664 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 16252928 140736961266620 140736961266790 140736961266790 140736961273807 0
/proc/1031105/statm: 238455 206903 1140 1005 0 237218 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 953820 KiB
Current children cumulated memory: 827612 KiB

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

Sending SIGKILL to process tree (bottom up)

[startup+3610.2 s]
# the end of solver process 1031105 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=3600.2 s, system=1.81395 s

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

[startup+3609.6 s]
/proc/loadavg: 2.07 2.13 2.62 3/229 1033194
/proc/meminfo: memFree=125776376/131655788 swapFree=131071996/131071996
[pid=1031105] ppid=1031102 vsize=953820 memory=827612 CPUtime=3601.39 cores=4,6
/proc/1031105/stat : 1031105 (Exact) R 1031102 1031105 1025534 0 -1 4194304 110373 0 0 0 359959 180 0 0 20 0 1 0 195106308 976711680 206903 134679101440 4194304 8309489 140736961263664 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 16252928 140736961266620 140736961266790 140736961266790 140736961273807 0
/proc/1031105/statm: 238455 206903 1140 1005 0 237218 0
Current children cumulated CPU time: 3601.39 s
Current children cumulated vsize: 953820 KiB
Current children cumulated memory: 827612 KiB

[startup+3610 s]*
/proc/loadavg: 2.07 2.13 2.62 3/229 1033194
/proc/meminfo: memFree=125776376/131655788 swapFree=131071996/131071996
[pid=1031105] ppid=1031102 vsize=953820 memory=827612 CPUtime=3601.81 cores=4,6
/proc/1031105/stat : 1031105 (Exact) R 1031102 1031105 1025534 0 -1 4194304 110373 0 0 0 360000 181 0 0 20 0 1 0 195106308 976711680 206903 134679101440 4194304 8309489 140736961263664 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 16252928 140736961266620 140736961266790 140736961266790 140736961273807 0
/proc/1031105/statm: 238455 206903 1140 1005 0 237218 0
Current children cumulated CPU time: 3601.81 s
Current children cumulated vsize: 953820 KiB
Current children cumulated memory: 827612 KiB

[startup+3610.2 s]
/proc/loadavg: 2.07 2.13 2.62 3/229 1033194
/proc/meminfo: memFree=125776376/131655788 swapFree=131071996/131071996
[pid=1031105] ppid=1031102 vsize=953820 memory=827612 CPUtime=3602 cores=4,6
/proc/1031105/stat : 1031105 (Exact) R 1031102 1031105 1025534 0 -1 4194304 110373 0 0 0 360019 181 0 0 20 0 1 0 195106308 976711680 206903 134679101440 4194304 8309489 140736961263664 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 16252928 140736961266620 140736961266790 140736961266790 140736961273807 0
/proc/1031105/statm: 238455 206903 1140 1005 0 237218 0
Current children cumulated CPU time: 3602 s
Current children cumulated vsize: 953820 KiB
Current children cumulated memory: 827612 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3610.2
CPU time (s): 3602.01
CPU user time (s): 3600.2
CPU system time (s): 1.81395
CPU usage (%): 99.7731
Max. virtual memory (cumulated for all children) (KiB): 953820
Max. memory (cumulated for all children) (KiB): 827612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3600.2
system time used= 1.81395
maximum resident set size= 827680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110373
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= 73
involuntary context switches= 2579


# summary of solver processes directly reported to runsolver:
#   pid: 1031105
#   total CPU time (s): 3602.01
#   total CPU user time (s): 3600.2
#   total CPU system time (s): 1.81395

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.2881 second user time and 35.455 second system time

The end

Launcher Data

Begin job on nodeC002 at 2024-07-20 00:51:35
IDJOB=4452216
IDBENCH=164078
IDSOLVER=3060
FILE ID=nodeC002/4452216-1721429483
RUNJOBID= nodeC002-1721421163-1025545
SLURM_JOB_ID= 7545493
Free space on /tmp= 723752 MiB

SOLVER NAME= Exact 2024-07-05
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2017/normalized-rmine11.0.u.opb
COMMAND LINE= HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452216-1721429483/watcher-4452216-1721429483 -o /tmp/evaluation-result-4452216-1721429483/solver-4452216-1721429483 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1721421163-1025545 --watchdog 3760  HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=1589756618 HOME/instance-4452216-1721429483.opb

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

MD5SUM BENCH= f2b4c33dfdd2685ad5de2b9c67a512a4
RANDOM SEED=1589756618

nodeC002.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		: 3648.210
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.38
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		: 3650.604
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.31
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.169
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.38
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.249
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.31
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		: 3491.697
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.38
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		: 3650.668
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.31
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.164
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.38
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.188
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.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        126806564 kB
MemAvailable:   128954236 kB
Buffers:          563376 kB
Cached:          2410088 kB
SwapCached:            0 kB
Active:          1025504 kB
Inactive:        3220496 kB
Active(anon):       2700 kB
Inactive(anon):  1315732 kB
Active(file):    1022804 kB
Inactive(file):  1904764 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              8904 kB
Writeback:             0 kB
AnonPages:       1272280 kB
Mapped:           120692 kB
Shmem:             45896 kB
KReclaimable:     120272 kB
Slab:             227456 kB
SReclaimable:     120272 kB
SUnreclaim:       107184 kB
KernelStack:        3888 kB
PageTables:        11908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    1691876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            62688 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1103872 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:      252744 kB
DirectMap2M:    34254848 kB
DirectMap1G:    101711872 kB

Free space on /tmp at the end= 723764 MiB
End job on nodeC002 at 2024-07-20 01:51:45