Trace number 4446346

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-05UNSAT 1204.33 1207.23

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-55.opb
MD5SUMaafbab4e203601a49fdc88cf5a6cbbb7
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark63.7946
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7936
Total number of constraints176837
Number of constraints which are clauses158928
Number of constraints which are cardinality constraints (but not clauses)563
Number of constraints which are nor clauses,nor cardinality constraints17346
Minimum length of a constraint2
Maximum length of a constraint195
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 196
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

1204.29/1207.22	s UNSATISFIABLE

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446346-1721330319/watcher-4446346-1721330319 -o /tmp/evaluation-result-4446346-1721330319/solver-4446346-1721330319 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1721330331-967634 --watchdog 3760 HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=1514172500 HOME/instance-4446346-1721330319.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=967678, runsolver pid=967675
Current StackSize limit: 8192 KiB


[startup+0.100089 s]*
/proc/loadavg: 1.05 1.10 1.57 6/248 967685
/proc/meminfo: memFree=129288440/131524600 swapFree=131071996/131071996
[pid=967678] ppid=967675 vsize=35216 memory=15356 CPUtime=0.1 cores=4,6
/proc/967678/stat : 967678 (Exact) R 967675 967678 967623 0 -1 4194304 2650 0 0 0 10 0 0 0 20 0 1 0 185198907 36061184 3839 134679101440 4194304 8309489 140722586331824 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 29118464 140722586338237 140722586338407 140722586338407 140722586345423 0
/proc/967678/statm: 8804 3839 884 1005 0 7567 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 35216 KiB
Current children cumulated memory: 15356 KiB

[startup+0.205437 s]*
/proc/loadavg: 1.05 1.10 1.57 7/254 967696
/proc/meminfo: memFree=129228808/131524600 swapFree=131071996/131071996
[pid=967678] ppid=967675 vsize=40028 memory=24448 CPUtime=0.2 cores=4,6
/proc/967678/stat : 967678 (Exact) R 967675 967678 967623 0 -1 4194304 3911 0 0 0 19 1 0 0 20 0 1 0 185198907 40988672 6112 134679101440 4194304 8309489 140722586331824 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 29118464 140722586338237 140722586338407 140722586338407 140722586345423 0
/proc/967678/statm: 10007 6112 884 1005 0 8770 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 40028 KiB
Current children cumulated memory: 24448 KiB

[startup+0.305555 s]*
/proc/loadavg: 1.05 1.10 1.57 6/254 967696
/proc/meminfo: memFree=129198912/131524600 swapFree=131071996/131071996
[pid=967678] ppid=967675 vsize=44640 memory=32820 CPUtime=0.3 cores=4,6
/proc/967678/stat : 967678 (Exact) R 967675 967678 967623 0 -1 4194304 5133 0 0 0 29 1 0 0 20 0 1 0 185198907 45711360 8205 134679101440 4194304 8309489 140722586331824 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 29118464 140722586338237 140722586338407 140722586338407 140722586345423 0
/proc/967678/statm: 11160 8205 884 1005 0 9923 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 44640 KiB
Current children cumulated memory: 32820 KiB

[startup+0.70017 s]
/proc/loadavg: 1.05 1.10 1.57 6/254 967696
/proc/meminfo: memFree=128950116/131524600 swapFree=131071996/131071996
[pid=967678] ppid=967675 vsize=173732 memory=166232 CPUtime=0.69 cores=4,6
/proc/967678/stat : 967678 (Exact) R 967675 967678 967623 0 -1 4194304 24469 0 0 0 63 6 0 0 20 0 1 0 185198907 177901568 41558 134679101440 4194304 8309489 140722586331824 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 29118464 140722586338237 140722586338407 140722586338407 140722586345423 0
/proc/967678/statm: 43433 41558 1044 1005 0 42196 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 173732 KiB
Current children cumulated memory: 166232 KiB

[startup+1.50021 s]
/proc/loadavg: 1.05 1.10 1.57 6/254 967698
/proc/meminfo: memFree=128670048/131524600 swapFree=131071996/131071996
[pid=967678] ppid=967675 vsize=173732 memory=167120 CPUtime=1.48 cores=4,6
/proc/967678/stat : 967678 (Exact) R 967675 967678 967623 0 -1 4194304 24577 0 0 0 142 6 0 0 20 0 1 0 185198907 177901568 41780 134679101440 4194304 8309489 140722586331824 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 29118464 140722586338237 140722586338407 140722586338407 140722586345423 0
/proc/967678/statm: 43433 41780 1140 1005 0 42196 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 173732 KiB
Current children cumulated memory: 167120 KiB

[startup+3.10549 s]
/proc/loadavg: 1.28 1.14 1.58 6/254 967698
/proc/meminfo: memFree=128105584/131524600 swapFree=131071996/131071996
[pid=967678] ppid=967675 vsize=185644 memory=170848 CPUtime=3.09 cores=4,6
/proc/967678/stat : 967678 (Exact) R 967675 967678 967623 0 -1 4194304 25795 0 0 0 302 7 0 0 20 0 1 0 185198907 190099456 42712 134679101440 4194304 8309489 140722586331824 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 29118464 140722586338237 140722586338407 140722586338407 140722586345423 0
/proc/967678/statm: 46411 42712 1140 1005 0 45174 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 185644 KiB
Current children cumulated memory: 170848 KiB

[startup+6.30016 s]
/proc/loadavg: 1.28 1.14 1.58 6/254 967698
/proc/meminfo: memFree=127942584/131524600 swapFree=131071996/131071996
[pid=967678] ppid=967675 vsize=189548 memory=176576 CPUtime=6.27 cores=4,6
/proc/967678/stat : 967678 (Exact) R 967675 967678 967623 0 -1 4194304 26384 0 0 0 620 7 0 0 20 0 1 0 185198907 194097152 44144 134679101440 4194304 8309489 140722586331824 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 29118464 140722586338237 140722586338407 140722586338407 140722586345423 0
/proc/967678/statm: 47387 44144 1140 1005 0 46150 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 189548 KiB
Current children cumulated memory: 176576 KiB

[startup+12.7002 s]
/proc/loadavg: 1.78 1.25 1.62 6/254 967699
/proc/meminfo: memFree=127919708/131524600 swapFree=131071996/131071996
[pid=967678] ppid=967675 vsize=189548 memory=176800 CPUtime=12.66 cores=4,6
/proc/967678/stat : 967678 (Exact) R 967675 967678 967623 0 -1 4194304 26405 0 0 0 1259 7 0 0 20 0 1 0 185198907 194097152 44200 134679101440 4194304 8309489 140722586331824 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 29118464 140722586338237 140722586338407 140722586338407 140722586345423 0
/proc/967678/statm: 47387 44200 1140 1005 0 46150 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 189548 KiB
Current children cumulated memory: 176800 KiB

[startup+25.5002 s]
/proc/loadavg: 2.12 1.35 1.64 6/254 967701
/proc/meminfo: memFree=127919804/131524600 swapFree=131071996/131071996
[pid=967678] ppid=967675 vsize=189548 memory=176800 CPUtime=25.42 cores=4,6
/proc/967678/stat : 967678 (Exact) R 967675 967678 967623 0 -1 4194304 26440 0 0 0 2535 7 0 0 20 0 1 0 185198907 194097152 44200 134679101440 4194304 8309489 140722586331824 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 29118464 140722586338237 140722586338407 140722586338407 140722586345423 0
/proc/967678/statm: 47387 44200 1140 1005 0 46150 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 189548 KiB
Current children cumulated memory: 176800 KiB

[startup+51.1058 s]
/proc/loadavg: 2.76 1.56 1.70 6/254 967705
/proc/meminfo: memFree=127915540/131524600 swapFree=131071996/131071996
[pid=967678] ppid=967675 vsize=190264 memory=177484 CPUtime=50.97 cores=4,6
/proc/967678/stat : 967678 (Exact) R 967675 967678 967623 0 -1 4194304 26658 0 0 0 5089 8 0 0 20 0 1 0 185198907 194830336 44371 134679101440 4194304 8309489 140722586331824 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 29118464 140722586338237 140722586338407 140722586338407 140722586345423 0
/proc/967678/statm: 47566 44371 1140 1005 0 46329 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 190264 KiB
Current children cumulated memory: 177484 KiB

[startup+102.3 s]
/proc/loadavg: 3.63 2.00 1.85 6/256 967718
/proc/meminfo: memFree=127905960/131524600 swapFree=131071996/131071996
[pid=967678] ppid=967675 vsize=194472 memory=181284 CPUtime=102.03 cores=4,6
/proc/967678/stat : 967678 (Exact) R 967675 967678 967623 0 -1 4194304 27651 0 0 0 10194 9 0 0 20 0 1 0 185198907 199139328 45321 134679101440 4194304 8309489 140722586331824 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 29118464 140722586338237 140722586338407 140722586338407 140722586345423 0
/proc/967678/statm: 48618 45321 1140 1005 0 47381 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 194472 KiB
Current children cumulated memory: 181284 KiB

[startup+162.3 s]
/proc/loadavg: 3.93 2.38 1.99 6/256 967729
/proc/meminfo: memFree=127899608/131524600 swapFree=131071996/131071996
[pid=967678] ppid=967675 vsize=196384 memory=182584 CPUtime=161.87 cores=4,6
/proc/967678/stat : 967678 (Exact) R 967675 967678 967623 0 -1 4194304 27986 0 0 0 16177 10 0 0 20 0 1 0 185198907 201097216 45646 134679101440 4194304 8309489 140722586331824 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 29118464 140722586338237 140722586338407 140722586338407 140722586345423 0
/proc/967678/statm: 49096 45646 1140 1005 0 47859 0
Current children cumulated CPU time: 161.87 s
Current children cumulated vsize: 196384 KiB
Current children cumulated memory: 182584 KiB

[startup+222.3 s]
/proc/loadavg: 3.97 2.68 2.12 6/256 967739
/proc/meminfo: memFree=127891852/131524600 swapFree=131071996/131071996
[pid=967678] ppid=967675 vsize=197512 memory=185780 CPUtime=221.72 cores=4,6
/proc/967678/stat : 967678 (Exact) R 967675 967678 967623 0 -1 4194304 28326 0 0 0 22161 11 0 0 20 0 1 0 185198907 202252288 46445 134679101440 4194304 8309489 140722586331824 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 29118464 140722586338237 140722586338407 140722586338407 140722586345423 0
/proc/967678/statm: 49378 46445 1140 1005 0 48141 0
Current children cumulated CPU time: 221.72 s
Current children cumulated vsize: 197512 KiB
Current children cumulated memory: 185780 KiB

[startup+282.3 s]
/proc/loadavg: 4.13 2.97 2.26 6/257 967751
/proc/meminfo: memFree=127888580/131524600 swapFree=131071996/131071996
[pid=967678] ppid=967675 vsize=197512 memory=185892 CPUtime=281.58 cores=4,6
/proc/967678/stat : 967678 (Exact) R 967675 967678 967623 0 -1 4194304 28369 0 0 0 28147 11 0 0 20 0 1 0 185198907 202252288 46473 134679101440 4194304 8309489 140722586331824 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 29118464 140722586338237 140722586338407 140722586338407 140722586345423 0
/proc/967678/statm: 49378 46473 1140 1005 0 48141 0
Current children cumulated CPU time: 281.58 s
Current children cumulated vsize: 197512 KiB
Current children cumulated memory: 185892 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 3.17 2.37 6/257 967762
/proc/meminfo: memFree=127884636/131524600 swapFree=131071996/131071996
[pid=967678] ppid=967675 vsize=198108 memory=186784 CPUtime=341.44 cores=4,6
/proc/967678/stat : 967678 (Exact) R 967675 967678 967623 0 -1 4194304 28660 0 0 0 34132 12 0 0 20 0 1 0 185198907 202862592 46696 134679101440 4194304 8309489 140722586331824 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 29118464 140722586338237 140722586338407 140722586338407 140722586345423 0
/proc/967678/statm: 49527 46696 1140 1005 0 48290 0
Current children cumulated CPU time: 341.44 s
Current children cumulated vsize: 198108 KiB
Current children cumulated memory: 186784 KiB

[startup+402.3 s]
/proc/loadavg: 4.08 3.34 2.48 6/255 967772
/proc/meminfo: memFree=127882936/131524600 swapFree=131071996/131071996
[pid=967678] ppid=967675 vsize=198604 memory=187868 CPUtime=401.3 cores=4,6
/proc/967678/stat : 967678 (Exact) R 967675 967678 967623 0 -1 4194304 28997 0 0 0 40114 16 0 0 20 0 1 0 185198907 203370496 46967 134679101440 4194304 8309489 140722586331824 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 29118464 140722586338237 140722586338407 140722586338407 140722586345423 0
/proc/967678/statm: 49651 46967 1140 1005 0 48414 0
Current children cumulated CPU time: 401.3 s
Current children cumulated vsize: 198604 KiB
Current children cumulated memory: 187868 KiB

[startup+462.3 s]
/proc/loadavg: 4.08 3.48 2.59 6/256 968165
/proc/meminfo: memFree=127874640/131524600 swapFree=131071996/131071996
[pid=967678] ppid=967675 vsize=199364 memory=188628 CPUtime=461.16 cores=4,6
/proc/967678/stat : 967678 (Exact) R 967675 967678 967623 0 -1 4194304 29230 0 0 0 46100 16 0 0 20 0 1 0 185198907 204148736 47157 134679101440 4194304 8309489 140722586331824 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 29118464 140722586338237 140722586338407 140722586338407 140722586345423 0
/proc/967678/statm: 49841 47157 1140 1005 0 48604 0

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

/proc/loadavg: 4.17 3.90 3.02 6/260 968446
/proc/meminfo: memFree=127862404/131524600 swapFree=131071996/131071996
[pid=967678] ppid=967675 vsize=202300 memory=190680 CPUtime=760.44 cores=4,6
/proc/967678/stat : 967678 (Exact) R 967675 967678 967623 0 -1 4194304 30003 0 0 0 76025 19 0 0 20 0 1 0 185198907 207155200 47670 134679101440 4194304 8309489 140722586331824 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 29118464 140722586338237 140722586338407 140722586338407 140722586345423 0
/proc/967678/statm: 50575 47670 1140 1005 0 49338 0
Current children cumulated CPU time: 760.44 s
Current children cumulated vsize: 202300 KiB
Current children cumulated memory: 190680 KiB

[startup+822.3 s]
/proc/loadavg: 4.11 3.94 3.09 6/260 968456
/proc/meminfo: memFree=127862100/131524600 swapFree=131071996/131071996
[pid=967678] ppid=967675 vsize=202300 memory=190680 CPUtime=820.31 cores=4,6
/proc/967678/stat : 967678 (Exact) R 967675 967678 967623 0 -1 4194304 30068 0 0 0 82010 21 0 0 20 0 1 0 185198907 207155200 47670 134679101440 4194304 8309489 140722586331824 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 29118464 140722586338237 140722586338407 140722586338407 140722586345423 0
/proc/967678/statm: 50575 47670 1140 1005 0 49338 0
Current children cumulated CPU time: 820.31 s
Current children cumulated vsize: 202300 KiB
Current children cumulated memory: 190680 KiB

[startup+882.3 s]
/proc/loadavg: 4.11 3.97 3.16 6/259 968467
/proc/meminfo: memFree=127857812/131524600 swapFree=131071996/131071996
[pid=967678] ppid=967675 vsize=205760 memory=194680 CPUtime=880.16 cores=4,6
/proc/967678/stat : 967678 (Exact) R 967675 967678 967623 0 -1 4194304 31113 0 0 0 87992 24 0 0 20 0 1 0 185198907 210698240 48670 134679101440 4194304 8309489 140722586331824 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 29118464 140722586338237 140722586338407 140722586338407 140722586345423 0
/proc/967678/statm: 51440 48670 1140 1005 0 50203 0
Current children cumulated CPU time: 880.16 s
Current children cumulated vsize: 205760 KiB
Current children cumulated memory: 194680 KiB

[startup+942.3 s]
/proc/loadavg: 4.09 3.99 3.22 6/259 968478
/proc/meminfo: memFree=127855536/131524600 swapFree=131071996/131071996
[pid=967678] ppid=967675 vsize=205760 memory=194868 CPUtime=940.02 cores=4,6
/proc/967678/stat : 967678 (Exact) R 967675 967678 967623 0 -1 4194304 31224 0 0 0 93978 24 0 0 20 0 1 0 185198907 210698240 48717 134679101440 4194304 8309489 140722586331824 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 29118464 140722586338237 140722586338407 140722586338407 140722586345423 0
/proc/967678/statm: 51440 48717 1140 1005 0 50203 0
Current children cumulated CPU time: 940.02 s
Current children cumulated vsize: 205760 KiB
Current children cumulated memory: 194868 KiB

[startup+1002.3 s]
/proc/loadavg: 4.07 4.01 3.28 6/254 968488
/proc/meminfo: memFree=127855444/131524600 swapFree=131071996/131071996
[pid=967678] ppid=967675 vsize=205760 memory=194964 CPUtime=999.88 cores=4,6
/proc/967678/stat : 967678 (Exact) R 967675 967678 967623 0 -1 4194304 31299 0 0 0 99964 24 0 0 20 0 1 0 185198907 210698240 48741 134679101440 4194304 8309489 140722586331824 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 29118464 140722586338237 140722586338407 140722586338407 140722586345423 0
/proc/967678/statm: 51440 48741 1140 1005 0 50203 0
Current children cumulated CPU time: 999.88 s
Current children cumulated vsize: 205760 KiB
Current children cumulated memory: 194964 KiB

[startup+1062.3 s]
/proc/loadavg: 4.11 4.03 3.33 6/254 968498
/proc/meminfo: memFree=127854744/131524600 swapFree=131071996/131071996
[pid=967678] ppid=967675 vsize=206104 memory=195324 CPUtime=1059.74 cores=4,6
/proc/967678/stat : 967678 (Exact) R 967675 967678 967623 0 -1 4194304 31436 0 0 0 105950 24 0 0 20 0 1 0 185198907 211050496 48831 134679101440 4194304 8309489 140722586331824 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 29118464 140722586338237 140722586338407 140722586338407 140722586345423 0
/proc/967678/statm: 51526 48831 1140 1005 0 50289 0
Current children cumulated CPU time: 1059.74 s
Current children cumulated vsize: 206104 KiB
Current children cumulated memory: 195324 KiB

[startup+1122.3 s]
/proc/loadavg: 4.08 4.04 3.38 6/254 968510
/proc/meminfo: memFree=127852516/131524600 swapFree=131071996/131071996
[pid=967678] ppid=967675 vsize=207456 memory=196644 CPUtime=1119.59 cores=4,6
/proc/967678/stat : 967678 (Exact) R 967675 967678 967623 0 -1 4194304 31815 0 0 0 111934 25 0 0 20 0 1 0 185198907 212434944 49161 134679101440 4194304 8309489 140722586331824 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 29118464 140722586338237 140722586338407 140722586338407 140722586345423 0
/proc/967678/statm: 51864 49161 1140 1005 0 50627 0
Current children cumulated CPU time: 1119.59 s
Current children cumulated vsize: 207456 KiB
Current children cumulated memory: 196644 KiB

[startup+1182.3 s]
/proc/loadavg: 4.18 4.07 3.44 6/254 968521
/proc/meminfo: memFree=127829392/131524600 swapFree=131071996/131071996
[pid=967678] ppid=967675 vsize=209588 memory=197968 CPUtime=1179.45 cores=4,6
/proc/967678/stat : 967678 (Exact) R 967675 967678 967623 0 -1 4194304 32193 0 0 0 117919 26 0 0 20 0 1 0 185198907 214618112 49492 134679101440 4194304 8309489 140722586331824 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 29118464 140722586338237 140722586338407 140722586338407 140722586345423 0
/proc/967678/statm: 52397 49492 1140 1005 0 51160 0
Current children cumulated CPU time: 1179.45 s
Current children cumulated vsize: 209588 KiB
Current children cumulated memory: 197968 KiB

[startup+1207.23 s]
# the end of solver process 967678 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=1204.06 s, system=0.262379 s

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

[startup+1190.4 s]
/proc/loadavg: 4.17 4.07 3.44 6/254 968521
/proc/meminfo: memFree=127829368/131524600 swapFree=131071996/131071996
[pid=967678] ppid=967675 vsize=209588 memory=197968 CPUtime=1187.53 cores=4,6
/proc/967678/stat : 967678 (Exact) R 967675 967678 967623 0 -1 4194304 32193 0 0 0 118727 26 0 0 20 0 1 0 185198907 214618112 49492 134679101440 4194304 8309489 140722586331824 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 29118464 140722586338237 140722586338407 140722586338407 140722586345423 0
/proc/967678/statm: 52397 49492 1140 1005 0 51160 0
Current children cumulated CPU time: 1187.53 s
Current children cumulated vsize: 209588 KiB
Current children cumulated memory: 197968 KiB

[startup+1196.8 s]
/proc/loadavg: 4.15 4.07 3.45 6/254 968522
/proc/meminfo: memFree=127829264/131524600 swapFree=131071996/131071996
[pid=967678] ppid=967675 vsize=209588 memory=197968 CPUtime=1193.91 cores=4,6
/proc/967678/stat : 967678 (Exact) R 967675 967678 967623 0 -1 4194304 32193 0 0 0 119365 26 0 0 20 0 1 0 185198907 214618112 49492 134679101440 4194304 8309489 140722586331824 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 29118464 140722586338237 140722586338407 140722586338407 140722586345423 0
/proc/967678/statm: 52397 49492 1140 1005 0 51160 0
Current children cumulated CPU time: 1193.91 s
Current children cumulated vsize: 209588 KiB
Current children cumulated memory: 197968 KiB

[startup+1203.2 s]
/proc/loadavg: 4.13 4.07 3.45 6/254 968525
/proc/meminfo: memFree=127829116/131524600 swapFree=131071996/131071996
[pid=967678] ppid=967675 vsize=209588 memory=197968 CPUtime=1200.3 cores=4,6
/proc/967678/stat : 967678 (Exact) R 967675 967678 967623 0 -1 4194304 32193 0 0 0 120004 26 0 0 20 0 1 0 185198907 214618112 49492 134679101440 4194304 8309489 140722586331824 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 29118464 140722586338237 140722586338407 140722586338407 140722586345423 0
/proc/967678/statm: 52397 49492 1140 1005 0 51160 0
Current children cumulated CPU time: 1200.3 s
Current children cumulated vsize: 209588 KiB
Current children cumulated memory: 197968 KiB

[startup+1204.8 s]
/proc/loadavg: 4.13 4.07 3.45 6/254 968525
/proc/meminfo: memFree=127829116/131524600 swapFree=131071996/131071996
[pid=967678] ppid=967675 vsize=209588 memory=197968 CPUtime=1201.89 cores=4,6
/proc/967678/stat : 967678 (Exact) R 967675 967678 967623 0 -1 4194304 32193 0 0 0 120163 26 0 0 20 0 1 0 185198907 214618112 49492 134679101440 4194304 8309489 140722586331824 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 29118464 140722586338237 140722586338407 140722586338407 140722586345423 0
/proc/967678/statm: 52397 49492 1140 1005 0 51160 0
Current children cumulated CPU time: 1201.89 s
Current children cumulated vsize: 209588 KiB
Current children cumulated memory: 197968 KiB

[startup+1206.4 s]
/proc/loadavg: 4.13 4.07 3.45 6/254 968525
/proc/meminfo: memFree=127829132/131524600 swapFree=131071996/131071996
[pid=967678] ppid=967675 vsize=209588 memory=197968 CPUtime=1203.49 cores=4,6
/proc/967678/stat : 967678 (Exact) R 967675 967678 967623 0 -1 4194304 32193 0 0 0 120323 26 0 0 20 0 1 0 185198907 214618112 49492 134679101440 4194304 8309489 140722586331824 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 29118464 140722586338237 140722586338407 140722586338407 140722586345423 0
/proc/967678/statm: 52397 49492 1140 1005 0 51160 0
Current children cumulated CPU time: 1203.49 s
Current children cumulated vsize: 209588 KiB
Current children cumulated memory: 197968 KiB

[startup+1206.8 s]
/proc/loadavg: 4.13 4.07 3.45 6/254 968525
/proc/meminfo: memFree=127829132/131524600 swapFree=131071996/131071996
[pid=967678] ppid=967675 vsize=209588 memory=197968 CPUtime=1203.89 cores=4,6
/proc/967678/stat : 967678 (Exact) R 967675 967678 967623 0 -1 4194304 32193 0 0 0 120363 26 0 0 20 0 1 0 185198907 214618112 49492 134679101440 4194304 8309489 140722586331824 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 29118464 140722586338237 140722586338407 140722586338407 140722586345423 0
/proc/967678/statm: 52397 49492 1140 1005 0 51160 0
Current children cumulated CPU time: 1203.89 s
Current children cumulated vsize: 209588 KiB
Current children cumulated memory: 197968 KiB

[startup+1207.2 s]
/proc/loadavg: 4.12 4.07 3.46 6/254 968525
/proc/meminfo: memFree=127829132/131524600 swapFree=131071996/131071996
[pid=967678] ppid=967675 vsize=209588 memory=197968 CPUtime=1204.29 cores=4,6
/proc/967678/stat : 967678 (Exact) R 967675 967678 967623 0 -1 4194304 32193 0 0 0 120403 26 0 0 20 0 1 0 185198907 214618112 49492 134679101440 4194304 8309489 140722586331824 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 29118464 140722586338237 140722586338407 140722586338407 140722586345423 0
/proc/967678/statm: 52397 49492 1140 1005 0 51160 0
Current children cumulated CPU time: 1204.29 s
Current children cumulated vsize: 209588 KiB
Current children cumulated memory: 197968 KiB

Child status: 20

Real time (s): 1207.23
CPU time (s): 1204.33
CPU user time (s): 1204.06
CPU system time (s): 0.262379
CPU usage (%): 99.7592
Max. virtual memory (cumulated for all children) (KiB): 209588
Max. memory (cumulated for all children) (KiB): 197968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1204.06
system time used= 0.262379
maximum resident set size= 197968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32207
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= 29
involuntary context switches= 474


# summary of solver processes directly reported to runsolver:
#   pid: 967678
#   total CPU time (s): 1204.33
#   total CPU user time (s): 1204.06
#   total CPU system time (s): 0.262379

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.63525 second user time and 4.95645 second system time

The end

Launcher Data

Begin job on nodeC028 at 2024-07-18 21:18:51
IDJOB=4446346
IDBENCH=155560
IDSOLVER=3060
FILE ID=nodeC028/4446346-1721330319
RUNJOBID= nodeC028-1721330331-967634
SLURM_JOB_ID= 7542706
Free space on /tmp= 890036 MiB

SOLVER NAME= Exact 2024-07-05
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-55.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-4446346-1721330319/watcher-4446346-1721330319 -o /tmp/evaluation-result-4446346-1721330319/solver-4446346-1721330319 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1721330331-967634 --watchdog 3760  HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=1514172500 HOME/instance-4446346-1721330319.opb

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

MD5SUM BENCH= aafbab4e203601a49fdc88cf5a6cbbb7
RANDOM SEED=1514172500

nodeC028.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		: 3458.925
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.56
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		: 3650.447
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.59
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		: 3638.443
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.56
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		: 3643.087
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.59
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		: 3590.660
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.56
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		: 3522.244
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.59
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		: 3641.230
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.56
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		: 3653.273
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.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        129344656 kB
MemAvailable:   129737784 kB
Buffers:          487636 kB
Cached:           747364 kB
SwapCached:            0 kB
Active:           987192 kB
Inactive:         597348 kB
Active(anon):       1452 kB
Inactive(anon):   385800 kB
Active(file):     985740 kB
Inactive(file):   211548 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             52528 kB
Writeback:             0 kB
AnonPages:        346272 kB
Mapped:           105644 kB
Shmem:             37720 kB
KReclaimable:      71328 kB
Slab:             178408 kB
SReclaimable:      71328 kB
SUnreclaim:       107080 kB
KernelStack:        3872 kB
PageTables:        10368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     591080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            66336 kB
HardwareCorrupted:     0 kB
AnonHugePages:    212992 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:      197332 kB
DirectMap2M:    20547584 kB
DirectMap1G:    115343360 kB

Free space on /tmp at the end= 889984 MiB
End job on nodeC028 at 2024-07-18 21:38:58