Trace number 4446226

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) 3600.07 3612.32

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-35.opb
MD5SUMea9fbf307f3e38c641aeca63dc0ee32c
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark5.20026
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9220
Total number of constraints197914
Number of constraints which are clauses177190
Number of constraints which are cardinality constraints (but not clauses)736
Number of constraints which are nor clauses,nor cardinality constraints19988
Minimum length of a constraint1
Maximum length of a constraint231
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 232
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.04/3612.30	c Program interrupted by user.
3600.04/3612.30	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: 63931 MiB (60898 MiB free)
  memory of node 1: 64510 MiB (62186 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446226-1721325134/watcher-4446226-1721325134 -o /tmp/evaluation-result-4446226-1721325134/solver-4446226-1721325134 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1721317679-964527 --watchdog 3760 HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=993073420 HOME/instance-4446226-1721325134.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=971027, runsolver pid=971024

[startup+0.100386 s]*
/proc/loadavg: 4.18 4.16 4.13 5/257 971028
/proc/meminfo: memFree=126023508/131524600 swapFree=131071996/131071996
[pid=971027] ppid=971024 vsize=37888 memory=18868 CPUtime=0.09 cores=0,2
/proc/971027/stat : 971027 (Exact) R 971024 971027 964517 0 -1 4194304 3467 0 0 0 9 0 0 0 20 0 1 0 184673572 38797312 4717 134679101440 4194304 8309489 140732517546400 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 16134144 140732517553086 140732517553255 140732517553255 140732517560271 0
/proc/971027/statm: 9472 4717 884 1005 0 8235 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 37888 KiB
Current children cumulated memory: 18868 KiB

[startup+0.205583 s]*
/proc/loadavg: 4.18 4.16 4.13 5/257 971028
/proc/meminfo: memFree=126016420/131524600 swapFree=131071996/131071996
[pid=971027] ppid=971024 vsize=42788 memory=27644 CPUtime=0.2 cores=0,2
/proc/971027/stat : 971027 (Exact) R 971024 971027 964517 0 -1 4194304 4761 0 0 0 19 1 0 0 20 0 1 0 184673572 43814912 6911 134679101440 4194304 8309489 140732517546400 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 16134144 140732517553086 140732517553255 140732517553255 140732517560271 0
/proc/971027/statm: 10697 6911 884 1005 0 9460 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 42788 KiB
Current children cumulated memory: 27644 KiB

[startup+0.305601 s]*
/proc/loadavg: 4.18 4.16 4.13 5/257 971028
/proc/meminfo: memFree=126007900/131524600 swapFree=131071996/131071996
[pid=971027] ppid=971024 vsize=47572 memory=34344 CPUtime=0.3 cores=0,2
/proc/971027/stat : 971027 (Exact) R 971024 971027 964517 0 -1 4194304 6006 0 0 0 29 1 0 0 20 0 1 0 184673572 48713728 8586 134679101440 4194304 8309489 140732517546400 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 16134144 140732517553086 140732517553255 140732517553255 140732517560271 0
/proc/971027/statm: 11893 8586 884 1005 0 10656 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 47572 KiB
Current children cumulated memory: 34344 KiB

[startup+0.700231 s]
/proc/loadavg: 4.18 4.16 4.13 5/257 971028
/proc/meminfo: memFree=125977004/131524600 swapFree=131071996/131071996
[pid=971027] ppid=971024 vsize=216048 memory=207916 CPUtime=0.68 cores=0,2
/proc/971027/stat : 971027 (Exact) R 971024 971027 964517 0 -1 4194304 28124 0 0 0 62 6 0 0 20 0 1 0 184673572 221233152 51979 134679101440 4194304 8309489 140732517546400 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 16134144 140732517553086 140732517553255 140732517553255 140732517560271 0
/proc/971027/statm: 54012 51979 1076 1005 0 52775 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 216048 KiB
Current children cumulated memory: 207916 KiB

[startup+1.50022 s]
/proc/loadavg: 4.18 4.16 4.13 5/257 971028
/proc/meminfo: memFree=125820940/131524600 swapFree=131071996/131071996
[pid=971027] ppid=971024 vsize=205844 memory=188764 CPUtime=1.48 cores=0,2
/proc/971027/stat : 971027 (Exact) R 971024 971027 964517 0 -1 4194304 28752 0 0 0 141 7 0 0 20 0 1 0 184673572 210784256 47191 134679101440 4194304 8309489 140732517546400 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 16134144 140732517553086 140732517553255 140732517553255 140732517560271 0
/proc/971027/statm: 51461 47191 1140 1005 0 50224 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 205844 KiB
Current children cumulated memory: 188764 KiB

[startup+3.10553 s]
/proc/loadavg: 4.18 4.16 4.13 5/257 971028
/proc/meminfo: memFree=125816152/131524600 swapFree=131071996/131071996
[pid=971027] ppid=971024 vsize=205844 memory=190812 CPUtime=3.08 cores=0,2
/proc/971027/stat : 971027 (Exact) R 971024 971027 964517 0 -1 4194304 28771 0 0 0 301 7 0 0 20 0 1 0 184673572 210784256 47703 134679101440 4194304 8309489 140732517546400 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 16134144 140732517553086 140732517553255 140732517553255 140732517560271 0
/proc/971027/statm: 51461 47703 1140 1005 0 50224 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 205844 KiB
Current children cumulated memory: 190812 KiB

[startup+6.30021 s]
/proc/loadavg: 4.16 4.15 4.13 5/257 971074
/proc/meminfo: memFree=125761528/131524600 swapFree=131071996/131071996
[pid=971027] ppid=971024 vsize=205844 memory=190812 CPUtime=6.26 cores=0,2
/proc/971027/stat : 971027 (Exact) R 971024 971027 964517 0 -1 4194304 28785 0 0 0 619 7 0 0 20 0 1 0 184673572 210784256 47703 134679101440 4194304 8309489 140732517546400 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 16134144 140732517553086 140732517553255 140732517553255 140732517560271 0
/proc/971027/statm: 51461 47703 1140 1005 0 50224 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 205844 KiB
Current children cumulated memory: 190812 KiB

[startup+12.7002 s]
/proc/loadavg: 4.15 4.15 4.13 5/257 971076
/proc/meminfo: memFree=124501836/131524600 swapFree=131071996/131071996
[pid=971027] ppid=971024 vsize=205844 memory=192860 CPUtime=12.64 cores=0,2
/proc/971027/stat : 971027 (Exact) R 971024 971027 964517 0 -1 4194304 28815 0 0 0 1257 7 0 0 20 0 1 0 184673572 210784256 48215 134679101440 4194304 8309489 140732517546400 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 16134144 140732517553086 140732517553255 140732517553255 140732517560271 0
/proc/971027/statm: 51461 48215 1140 1005 0 50224 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 205844 KiB
Current children cumulated memory: 192860 KiB

[startup+25.5002 s]
/proc/loadavg: 4.11 4.14 4.12 5/257 971123
/proc/meminfo: memFree=124911988/131524600 swapFree=131071996/131071996
[pid=971027] ppid=971024 vsize=205844 memory=192876 CPUtime=25.39 cores=0,2
/proc/971027/stat : 971027 (Exact) R 971024 971027 964517 0 -1 4194304 28845 0 0 0 2532 7 0 0 20 0 1 0 184673572 210784256 48219 134679101440 4194304 8309489 140732517546400 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 16134144 140732517553086 140732517553255 140732517553255 140732517560271 0
/proc/971027/statm: 51461 48219 1140 1005 0 50224 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 205844 KiB
Current children cumulated memory: 192876 KiB

[startup+51.1059 s]
/proc/loadavg: 4.21 4.16 4.13 5/257 971128
/proc/meminfo: memFree=120333708/131524600 swapFree=131071996/131071996
[pid=971027] ppid=971024 vsize=210196 memory=197228 CPUtime=50.91 cores=0,2
/proc/971027/stat : 971027 (Exact) R 971024 971027 964517 0 -1 4194304 29483 0 0 0 5083 8 0 0 20 0 1 0 184673572 215240704 49307 134679101440 4194304 8309489 140732517546400 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 16134144 140732517553086 140732517553255 140732517553255 140732517560271 0
/proc/971027/statm: 52549 49307 1140 1005 0 51312 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 210196 KiB
Current children cumulated memory: 197228 KiB

[startup+102.3 s]
/proc/loadavg: 4.16 4.15 4.13 5/257 971137
/proc/meminfo: memFree=115320064/131524600 swapFree=131071996/131071996
[pid=971027] ppid=971024 vsize=212384 memory=199424 CPUtime=101.92 cores=0,2
/proc/971027/stat : 971027 (Exact) R 971024 971027 964517 0 -1 4194304 30078 0 0 0 10183 9 0 0 20 0 1 0 184673572 217481216 49856 134679101440 4194304 8309489 140732517546400 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 16134144 140732517553086 140732517553255 140732517553255 140732517560271 0
/proc/971027/statm: 53096 49856 1140 1005 0 51859 0
Current children cumulated CPU time: 101.92 s
Current children cumulated vsize: 212384 KiB
Current children cumulated memory: 199424 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.14 4.12 5/258 971532
/proc/meminfo: memFree=115282292/131524600 swapFree=131071996/131071996
[pid=971027] ppid=971024 vsize=212384 memory=199424 CPUtime=161.7 cores=0,2
/proc/971027/stat : 971027 (Exact) R 971024 971027 964517 0 -1 4194304 30110 0 0 0 16161 9 0 0 20 0 1 0 184673572 217481216 49856 134679101440 4194304 8309489 140732517546400 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 16134144 140732517553086 140732517553255 140732517553255 140732517560271 0
/proc/971027/statm: 53096 49856 1140 1005 0 51859 0
Current children cumulated CPU time: 161.7 s
Current children cumulated vsize: 212384 KiB
Current children cumulated memory: 199424 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.13 4.11 5/256 971543
/proc/meminfo: memFree=115269784/131524600 swapFree=131071996/131071996
[pid=971027] ppid=971024 vsize=212384 memory=199424 CPUtime=221.49 cores=0,2
/proc/971027/stat : 971027 (Exact) R 971024 971027 964517 0 -1 4194304 30140 0 0 0 22139 10 0 0 20 0 1 0 184673572 217481216 49856 134679101440 4194304 8309489 140732517546400 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 16134144 140732517553086 140732517553255 140732517553255 140732517560271 0
/proc/971027/statm: 53096 49856 1140 1005 0 51859 0
Current children cumulated CPU time: 221.49 s
Current children cumulated vsize: 212384 KiB
Current children cumulated memory: 199424 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 4.12 4.11 5/256 971553
/proc/meminfo: memFree=115216668/131524600 swapFree=131071996/131071996
[pid=971027] ppid=971024 vsize=214196 memory=201140 CPUtime=281.28 cores=0,2
/proc/971027/stat : 971027 (Exact) R 971024 971027 964517 0 -1 4194304 30623 0 0 0 28115 13 0 0 20 0 1 0 184673572 219336704 50285 134679101440 4194304 8309489 140732517546400 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 16134144 140732517553086 140732517553255 140732517553255 140732517560271 0
/proc/971027/statm: 53549 50285 1140 1005 0 52312 0
Current children cumulated CPU time: 281.28 s
Current children cumulated vsize: 214196 KiB
Current children cumulated memory: 201140 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 4.11 4.10 5/256 971734
/proc/meminfo: memFree=115184896/131524600 swapFree=131071996/131071996
[pid=971027] ppid=971024 vsize=214196 memory=201140 CPUtime=341.07 cores=0,2
/proc/971027/stat : 971027 (Exact) R 971024 971027 964517 0 -1 4194304 30639 0 0 0 34094 13 0 0 20 0 1 0 184673572 219336704 50285 134679101440 4194304 8309489 140732517546400 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 16134144 140732517553086 140732517553255 140732517553255 140732517560271 0
/proc/971027/statm: 53549 50285 1140 1005 0 52312 0
Current children cumulated CPU time: 341.07 s
Current children cumulated vsize: 214196 KiB
Current children cumulated memory: 201140 KiB

[startup+402.3 s]
/proc/loadavg: 4.06 4.10 4.10 5/256 971744
/proc/meminfo: memFree=115122608/131524600 swapFree=131071996/131071996
[pid=971027] ppid=971024 vsize=214196 memory=203188 CPUtime=400.86 cores=0,2
/proc/971027/stat : 971027 (Exact) R 971024 971027 964517 0 -1 4194304 30656 0 0 0 40073 13 0 0 20 0 1 0 184673572 219336704 50797 134679101440 4194304 8309489 140732517546400 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 16134144 140732517553086 140732517553255 140732517553255 140732517560271 0
/proc/971027/statm: 53549 50797 1140 1005 0 52312 0
Current children cumulated CPU time: 400.86 s
Current children cumulated vsize: 214196 KiB
Current children cumulated memory: 203188 KiB

[startup+462.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/259 971759
/proc/meminfo: memFree=115090276/131524600 swapFree=131071996/131071996
[pid=971027] ppid=971024 vsize=217096 memory=206104 CPUtime=460.64 cores=0,2
/proc/971027/stat : 971027 (Exact) R 971024 971027 964517 0 -1 4194304 31411 0 0 0 46047 17 0 0 20 0 1 0 184673572 222306304 51526 134679101440 4194304 8309489 140732517546400 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 16134144 140732517553086 140732517553255 140732517553255 140732517560271 0
/proc/971027/statm: 54274 51526 1140 1005 0 53037 0

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

Current children cumulated memory: 225012 KiB

[startup+2922.3 s]
/proc/loadavg: 4.09 4.16 4.15 5/256 972839
/proc/meminfo: memFree=114593812/131524600 swapFree=131071996/131071996
[pid=971027] ppid=971024 vsize=230360 memory=225012 CPUtime=2912.46 cores=0,2
/proc/971027/stat : 971027 (Exact) R 971024 971027 964517 0 -1 4194304 37345 0 0 0 291193 53 0 0 20 0 1 0 184673572 235888640 56253 134679101440 4194304 8309489 140732517546400 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 16134144 140732517553086 140732517553255 140732517553255 140732517560271 0
/proc/971027/statm: 57590 56253 1140 1005 0 56353 0
Current children cumulated CPU time: 2912.46 s
Current children cumulated vsize: 230360 KiB
Current children cumulated memory: 225012 KiB

[startup+2982.3 s]
/proc/loadavg: 4.18 4.18 4.16 5/256 972849
/proc/meminfo: memFree=114584160/131524600 swapFree=131071996/131071996
[pid=971027] ppid=971024 vsize=230360 memory=225012 CPUtime=2972.26 cores=0,2
/proc/971027/stat : 971027 (Exact) R 971024 971027 964517 0 -1 4194304 37403 0 0 0 297173 53 0 0 20 0 1 0 184673572 235888640 56253 134679101440 4194304 8309489 140732517546400 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 16134144 140732517553086 140732517553255 140732517553255 140732517560271 0
/proc/971027/statm: 57590 56253 1140 1005 0 56353 0
Current children cumulated CPU time: 2972.26 s
Current children cumulated vsize: 230360 KiB
Current children cumulated memory: 225012 KiB

[startup+3042.3 s]
/proc/loadavg: 4.15 4.17 4.16 5/256 972859
/proc/meminfo: memFree=114572268/131524600 swapFree=131071996/131071996
[pid=971027] ppid=971024 vsize=230360 memory=225012 CPUtime=3032.06 cores=0,2
/proc/971027/stat : 971027 (Exact) R 971024 971027 964517 0 -1 4194304 37463 0 0 0 303153 53 0 0 20 0 1 0 184673572 235888640 56253 134679101440 4194304 8309489 140732517546400 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 16134144 140732517553086 140732517553255 140732517553255 140732517560271 0
/proc/971027/statm: 57590 56253 1140 1005 0 56353 0
Current children cumulated CPU time: 3032.06 s
Current children cumulated vsize: 230360 KiB
Current children cumulated memory: 225012 KiB

[startup+3102.3 s]
/proc/loadavg: 4.17 4.17 4.16 5/256 972870
/proc/meminfo: memFree=114570912/131524600 swapFree=131071996/131071996
[pid=971027] ppid=971024 vsize=230360 memory=225012 CPUtime=3091.86 cores=0,2
/proc/971027/stat : 971027 (Exact) R 971024 971027 964517 0 -1 4194304 37543 0 0 0 309131 55 0 0 20 0 1 0 184673572 235888640 56253 134679101440 4194304 8309489 140732517546400 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 16134144 140732517553086 140732517553255 140732517553255 140732517560271 0
/proc/971027/statm: 57590 56253 1140 1005 0 56353 0
Current children cumulated CPU time: 3091.86 s
Current children cumulated vsize: 230360 KiB
Current children cumulated memory: 225012 KiB

[startup+3162.3 s]
/proc/loadavg: 4.12 4.15 4.15 5/256 972881
/proc/meminfo: memFree=114570032/131524600 swapFree=131071996/131071996
[pid=971027] ppid=971024 vsize=230360 memory=225012 CPUtime=3151.66 cores=0,2
/proc/971027/stat : 971027 (Exact) R 971024 971027 964517 0 -1 4194304 37602 0 0 0 315111 55 0 0 20 0 1 0 184673572 235888640 56253 134679101440 4194304 8309489 140732517546400 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 16134144 140732517553086 140732517553255 140732517553255 140732517560271 0
/proc/971027/statm: 57590 56253 1140 1005 0 56353 0
Current children cumulated CPU time: 3151.66 s
Current children cumulated vsize: 230360 KiB
Current children cumulated memory: 225012 KiB

[startup+3222.3 s]
/proc/loadavg: 4.09 4.14 4.14 5/254 972891
/proc/meminfo: memFree=114568276/131524600 swapFree=131071996/131071996
[pid=971027] ppid=971024 vsize=231448 memory=226100 CPUtime=3211.47 cores=0,2
/proc/971027/stat : 971027 (Exact) R 971024 971027 964517 0 -1 4194304 37935 0 0 0 321092 55 0 0 20 0 1 0 184673572 237002752 56525 134679101440 4194304 8309489 140732517546400 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 16134144 140732517553086 140732517553255 140732517553255 140732517560271 0
/proc/971027/statm: 57862 56525 1140 1005 0 56625 0
Current children cumulated CPU time: 3211.47 s
Current children cumulated vsize: 231448 KiB
Current children cumulated memory: 226100 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.14 4.14 5/254 972901
/proc/meminfo: memFree=114567112/131524600 swapFree=131071996/131071996
[pid=971027] ppid=971024 vsize=231448 memory=226100 CPUtime=3271.27 cores=0,2
/proc/971027/stat : 971027 (Exact) R 971024 971027 964517 0 -1 4194304 38017 0 0 0 327070 57 0 0 20 0 1 0 184673572 237002752 56525 134679101440 4194304 8309489 140732517546400 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 16134144 140732517553086 140732517553255 140732517553255 140732517560271 0
/proc/971027/statm: 57862 56525 1140 1005 0 56625 0
Current children cumulated CPU time: 3271.27 s
Current children cumulated vsize: 231448 KiB
Current children cumulated memory: 226100 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.13 4.14 5/254 972912
/proc/meminfo: memFree=114566116/131524600 swapFree=131071996/131071996
[pid=971027] ppid=971024 vsize=231448 memory=226100 CPUtime=3331.07 cores=0,2
/proc/971027/stat : 971027 (Exact) R 971024 971027 964517 0 -1 4194304 38077 0 0 0 333050 57 0 0 20 0 1 0 184673572 237002752 56525 134679101440 4194304 8309489 140732517546400 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 16134144 140732517553086 140732517553255 140732517553255 140732517560271 0
/proc/971027/statm: 57862 56525 1140 1005 0 56625 0
Current children cumulated CPU time: 3331.07 s
Current children cumulated vsize: 231448 KiB
Current children cumulated memory: 226100 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.12 4.13 5/254 972922
/proc/meminfo: memFree=114562392/131524600 swapFree=131071996/131071996
[pid=971027] ppid=971024 vsize=234456 memory=229108 CPUtime=3390.88 cores=0,2
/proc/971027/stat : 971027 (Exact) R 971024 971027 964517 0 -1 4194304 38379 0 0 0 339031 57 0 0 20 0 1 0 184673572 240082944 57277 134679101440 4194304 8309489 140732517546400 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 16134144 140732517553086 140732517553255 140732517553255 140732517560271 0
/proc/971027/statm: 58614 57277 1140 1005 0 57377 0
Current children cumulated CPU time: 3390.88 s
Current children cumulated vsize: 234456 KiB
Current children cumulated memory: 229108 KiB

[startup+3462.3 s]
/proc/loadavg: 3.84 4.06 4.11 4/250 972968
/proc/meminfo: memFree=115861832/131524600 swapFree=131071996/131071996
[pid=971027] ppid=971024 vsize=234456 memory=229108 CPUtime=3450.67 cores=0,2
/proc/971027/stat : 971027 (Exact) R 971024 971027 964517 0 -1 4194304 38461 0 0 0 345006 61 0 0 20 0 1 0 184673572 240082944 57277 134679101440 4194304 8309489 140732517546400 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 16134144 140732517553086 140732517553255 140732517553255 140732517560271 0
/proc/971027/statm: 58614 57277 1140 1005 0 57377 0
Current children cumulated CPU time: 3450.67 s
Current children cumulated vsize: 234456 KiB
Current children cumulated memory: 229108 KiB

[startup+3522.3 s]
/proc/loadavg: 3.43 3.90 4.05 4/250 972979
/proc/meminfo: memFree=115860992/131524600 swapFree=131071996/131071996
[pid=971027] ppid=971024 vsize=234456 memory=229108 CPUtime=3510.42 cores=0,2
/proc/971027/stat : 971027 (Exact) R 971024 971027 964517 0 -1 4194304 38520 0 0 0 350981 61 0 0 20 0 1 0 184673572 240082944 57277 134679101440 4194304 8309489 140732517546400 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 16134144 140732517553086 140732517553255 140732517553255 140732517560271 0
/proc/971027/statm: 58614 57277 1140 1005 0 57377 0
Current children cumulated CPU time: 3510.42 s
Current children cumulated vsize: 234456 KiB
Current children cumulated memory: 229108 KiB

[startup+3582.3 s]
/proc/loadavg: 3.27 3.76 3.99 4/250 972989
/proc/meminfo: memFree=115860344/131524600 swapFree=131071996/131071996
[pid=971027] ppid=971024 vsize=234456 memory=229108 CPUtime=3570.17 cores=0,2
/proc/971027/stat : 971027 (Exact) R 971024 971027 964517 0 -1 4194304 38581 0 0 0 356956 61 0 0 20 0 1 0 184673572 240082944 57277 134679101440 4194304 8309489 140732517546400 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 16134144 140732517553086 140732517553255 140732517553255 140732517560271 0
/proc/971027/statm: 58614 57277 1140 1005 0 57377 0
Current children cumulated CPU time: 3570.17 s
Current children cumulated vsize: 234456 KiB
Current children cumulated memory: 229108 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612.3 s]
/proc/loadavg: 3.16 3.69 3.96 4/250 972994
/proc/meminfo: memFree=115860108/131524600 swapFree=131071996/131071996
[pid=971027] ppid=971024 vsize=234456 memory=229108 CPUtime=3600.04 cores=0,2
/proc/971027/stat : 971027 (Exact) R 971024 971027 964517 0 -1 4194304 38581 0 0 0 359943 61 0 0 20 0 1 0 184673572 240082944 57277 134679101440 4194304 8309489 140732517546400 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 16134144 140732517553086 140732517553255 140732517553255 140732517560271 0
/proc/971027/statm: 58614 57277 1140 1005 0 57377 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 234456 KiB
Current children cumulated memory: 229108 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.45 s, system=0.614906 s

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

[startup+3612.3 s]
/proc/loadavg: 3.16 3.69 3.96 4/250 972994
/proc/meminfo: memFree=115860108/131524600 swapFree=131071996/131071996
[pid=971027] ppid=971024 vsize=234456 memory=229108 CPUtime=3600.04 cores=0,2
/proc/971027/stat : 971027 (Exact) R 971024 971027 964517 0 -1 4194304 38581 0 0 0 359943 61 0 0 20 0 1 0 184673572 240082944 57277 134679101440 4194304 8309489 140732517546400 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 16134144 140732517553086 140732517553255 140732517553255 140732517560271 0
/proc/971027/statm: 58614 57277 1140 1005 0 57377 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 234456 KiB
Current children cumulated memory: 229108 KiB

Child status: 0

Real time (s): 3612.32
CPU time (s): 3600.07
CPU user time (s): 3599.45
CPU system time (s): 0.614906
CPU usage (%): 99.6608
Max. virtual memory (cumulated for all children) (KiB): 234456
Max. memory (cumulated for all children) (KiB): 229108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.45
system time used= 0.614906
maximum resident set size= 229108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38593
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= 35
involuntary context switches= 24667


# summary of solver processes directly reported to runsolver:
#   pid: 971027
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3599.45
#   total CPU system time (s): 0.614906

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.8322 second user time and 17.7395 second system time

The end

Launcher Data

Begin job on nodeC015 at 2024-07-18 19:52:26
IDJOB=4446226
IDBENCH=155538
IDSOLVER=3060
FILE ID=nodeC015/4446226-1721325134
RUNJOBID= nodeC015-1721317679-964527
SLURM_JOB_ID= 7542667
Free space on /tmp= 889964 MiB

SOLVER NAME= Exact 2024-07-05
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-35.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-4446226-1721325134/watcher-4446226-1721325134 -o /tmp/evaluation-result-4446226-1721325134/solver-4446226-1721325134 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1721317679-964527 --watchdog 3760  HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=993073420 HOME/instance-4446226-1721325134.opb

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

MD5SUM BENCH= ea9fbf307f3e38c641aeca63dc0ee32c
RANDOM SEED=993073420

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.110
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	: 7006.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        126039108 kB
MemAvailable:   127202680 kB
Buffers:          494168 kB
Cached:          1496784 kB
SwapCached:            0 kB
Active:          1691908 kB
Inactive:        3156508 kB
Active(anon):       1564 kB
Inactive(anon):  2893612 kB
Active(file):    1690344 kB
Inactive(file):   262896 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             14016 kB
Writeback:             0 kB
AnonPages:       2855456 kB
Mapped:           119796 kB
Shmem:             37720 kB
KReclaimable:      99956 kB
Slab:             212424 kB
SReclaimable:      99956 kB
SUnreclaim:       112468 kB
KernelStack:        4176 kB
PageTables:        14840 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    3299896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            68224 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2486272 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:      291540 kB
DirectMap2M:    38279168 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 889700 MiB
End job on nodeC015 at 2024-07-18 20:52:38