Trace number 4446376

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.22 3612.53

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-139.opb
MD5SUMb1a9bb408d678f4e4f75286e8bd2bbb9
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 benchmark23.2372
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables35834
Total number of constraints835510
Number of constraints which are clauses750303
Number of constraints which are cardinality constraints (but not clauses)2782
Number of constraints which are nor clauses,nor cardinality constraints82425
Minimum length of a constraint1
Maximum length of a constraint690
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 691
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.08/3612.40	c Program interrupted by user.
3600.08/3612.40	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (62889 MiB free)
  memory of node 1: 64473 MiB (63340 MiB free)
  node distances:
     10  21
     21  10

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

solver pid=967695, runsolver pid=967692
Current StackSize limit: 8192 KiB


[startup+0.10009 s]*
/proc/loadavg: 1.05 1.10 1.57 5/254 967696
/proc/meminfo: memFree=129201936/131524600 swapFree=131071996/131071996
[pid=967695] ppid=967692 vsize=57528 memory=37920 CPUtime=0.1 cores=0,2
/proc/967695/stat : 967695 (Exact) R 967692 967695 967623 0 -1 4194304 5157 0 0 0 9 1 0 0 20 0 1 0 185198926 58908672 9480 134679101440 4194304 8309489 140733467005728 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 32710656 140733467014077 140733467014247 140733467014247 140733467021263 0
/proc/967695/statm: 14382 9480 884 1005 0 13145 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 57528 KiB
Current children cumulated memory: 37920 KiB

[startup+0.20541 s]*
/proc/loadavg: 1.05 1.10 1.57 5/254 967696
/proc/meminfo: memFree=129136880/131524600 swapFree=131071996/131071996
[pid=967695] ppid=967692 vsize=62080 memory=44512 CPUtime=0.2 cores=0,2
/proc/967695/stat : 967695 (Exact) R 967692 967695 967623 0 -1 4194304 6356 0 0 0 19 1 0 0 20 0 1 0 185198926 63569920 11128 134679101440 4194304 8309489 140733467005728 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 32710656 140733467014077 140733467014247 140733467014247 140733467021263 0
/proc/967695/statm: 15520 11128 884 1005 0 14283 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 62080 KiB
Current children cumulated memory: 44512 KiB

[startup+0.305594 s]*
/proc/loadavg: 1.05 1.10 1.57 5/254 967696
/proc/meminfo: memFree=128977312/131524600 swapFree=131071996/131071996
[pid=967695] ppid=967692 vsize=66072 memory=52824 CPUtime=0.3 cores=0,2
/proc/967695/stat : 967695 (Exact) R 967692 967695 967623 0 -1 4194304 7398 0 0 0 28 2 0 0 20 0 1 0 185198926 67657728 13206 134679101440 4194304 8309489 140733467005728 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 32710656 140733467014077 140733467014247 140733467014247 140733467021263 0
/proc/967695/statm: 16518 13206 884 1005 0 15281 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 66072 KiB
Current children cumulated memory: 52824 KiB

[startup+0.70023 s]
/proc/loadavg: 1.05 1.10 1.57 5/254 967696
/proc/meminfo: memFree=128759564/131524600 swapFree=131071996/131071996
[pid=967695] ppid=967692 vsize=96052 memory=78920 CPUtime=0.69 cores=0,2
/proc/967695/stat : 967695 (Exact) R 967692 967695 967623 0 -1 4194304 12483 0 0 0 66 3 0 0 20 0 1 0 185198926 98357248 19730 134679101440 4194304 8309489 140733467005728 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 32710656 140733467014077 140733467014247 140733467014247 140733467021263 0
/proc/967695/statm: 24013 19730 884 1005 0 22776 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 96052 KiB
Current children cumulated memory: 78920 KiB

[startup+1.50022 s]
/proc/loadavg: 1.05 1.10 1.57 5/254 967698
/proc/meminfo: memFree=128655824/131524600 swapFree=131071996/131071996
[pid=967695] ppid=967692 vsize=153072 memory=135536 CPUtime=1.48 cores=0,2
/proc/967695/stat : 967695 (Exact) R 967692 967695 967623 0 -1 4194304 21450 0 0 0 142 6 0 0 20 0 1 0 185198926 156745728 33884 134679101440 4194304 8309489 140733467005728 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 32710656 140733467014077 140733467014247 140733467014247 140733467021263 0
/proc/967695/statm: 38268 33884 884 1005 0 37031 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 153072 KiB
Current children cumulated memory: 135536 KiB

[startup+3.10546 s]
/proc/loadavg: 1.28 1.14 1.58 5/254 967698
/proc/meminfo: memFree=128059468/131524600 swapFree=131071996/131071996
[pid=967695] ppid=967692 vsize=870888 memory=791816 CPUtime=3.09 cores=0,2
/proc/967695/stat : 967695 (Exact) R 967692 967695 967623 0 -1 4194304 73260 0 0 0 281 28 0 0 20 0 1 0 185198926 891789312 197954 134679101440 4194304 8309489 140733467005728 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 32710656 140733467014077 140733467014247 140733467014247 140733467021263 0
/proc/967695/statm: 217722 197954 1076 1005 0 216485 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 870888 KiB
Current children cumulated memory: 791816 KiB

[startup+6.30022 s]
/proc/loadavg: 1.28 1.14 1.58 5/254 967698
/proc/meminfo: memFree=127942600/131524600 swapFree=131071996/131071996
[pid=967695] ppid=967692 vsize=858996 memory=792368 CPUtime=6.27 cores=0,2
/proc/967695/stat : 967695 (Exact) R 967692 967695 967623 0 -1 4194304 75539 0 0 0 596 31 0 0 20 0 1 0 185198926 879611904 198092 134679101440 4194304 8309489 140733467005728 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 32710656 140733467014077 140733467014247 140733467014247 140733467021263 0
/proc/967695/statm: 214749 198092 1108 1005 0 213512 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 858996 KiB
Current children cumulated memory: 792368 KiB

[startup+12.7002 s]
/proc/loadavg: 1.78 1.25 1.62 5/254 967699
/proc/meminfo: memFree=127919700/131524600 swapFree=131071996/131071996
[pid=967695] ppid=967692 vsize=865160 memory=811004 CPUtime=12.65 cores=0,2
/proc/967695/stat : 967695 (Exact) R 967692 967695 967623 0 -1 4194304 75659 0 0 0 1234 31 0 0 20 0 1 0 185198926 885923840 202751 134679101440 4194304 8309489 140733467005728 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 32710656 140733467014077 140733467014247 140733467014247 140733467021263 0
/proc/967695/statm: 216290 202751 1108 1005 0 215053 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 865160 KiB
Current children cumulated memory: 811004 KiB

[startup+25.5002 s]
/proc/loadavg: 2.12 1.35 1.64 5/254 967701
/proc/meminfo: memFree=127919812/131524600 swapFree=131071996/131071996
[pid=967695] ppid=967692 vsize=865160 memory=811020 CPUtime=25.4 cores=0,2
/proc/967695/stat : 967695 (Exact) R 967692 967695 967623 0 -1 4194304 75806 0 0 0 2509 31 0 0 20 0 1 0 185198926 885923840 202755 134679101440 4194304 8309489 140733467005728 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 32710656 140733467014077 140733467014247 140733467014247 140733467021263 0
/proc/967695/statm: 216290 202755 1108 1005 0 215053 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 865160 KiB
Current children cumulated memory: 811020 KiB

[startup+51.1053 s]
/proc/loadavg: 2.76 1.56 1.70 5/254 967705
/proc/meminfo: memFree=127915540/131524600 swapFree=131071996/131071996
[pid=967695] ppid=967692 vsize=868048 memory=813828 CPUtime=50.91 cores=0,2
/proc/967695/stat : 967695 (Exact) R 967692 967695 967623 0 -1 4194304 76730 0 0 0 5060 31 0 0 20 0 1 0 185198926 888881152 203457 134679101440 4194304 8309489 140733467005728 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 32710656 140733467014077 140733467014247 140733467014247 140733467021263 0
/proc/967695/statm: 217012 203457 1108 1005 0 215775 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 868048 KiB
Current children cumulated memory: 813828 KiB

[startup+102.3 s]
/proc/loadavg: 3.63 2.00 1.85 5/256 967718
/proc/meminfo: memFree=127905960/131524600 swapFree=131071996/131071996
[pid=967695] ppid=967692 vsize=871120 memory=816980 CPUtime=101.92 cores=0,2
/proc/967695/stat : 967695 (Exact) R 967692 967695 967623 0 -1 4194304 78368 0 0 0 10160 32 0 0 20 0 1 0 185198926 892026880 204245 134679101440 4194304 8309489 140733467005728 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 32710656 140733467014077 140733467014247 140733467014247 140733467021263 0
/proc/967695/statm: 217780 204245 1108 1005 0 216543 0
Current children cumulated CPU time: 101.92 s
Current children cumulated vsize: 871120 KiB
Current children cumulated memory: 816980 KiB

[startup+162.3 s]
/proc/loadavg: 3.93 2.38 1.99 5/256 967729
/proc/meminfo: memFree=127899640/131524600 swapFree=131071996/131071996
[pid=967695] ppid=967692 vsize=871744 memory=817716 CPUtime=161.72 cores=0,2
/proc/967695/stat : 967695 (Exact) R 967692 967695 967623 0 -1 4194304 78751 0 0 0 16138 34 0 0 20 0 1 0 185198926 892665856 204429 134679101440 4194304 8309489 140733467005728 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 32710656 140733467014077 140733467014247 140733467014247 140733467021263 0
/proc/967695/statm: 217936 204429 1108 1005 0 216699 0
Current children cumulated CPU time: 161.72 s
Current children cumulated vsize: 871744 KiB
Current children cumulated memory: 817716 KiB

[startup+222.3 s]
/proc/loadavg: 3.97 2.68 2.12 5/256 967739
/proc/meminfo: memFree=127891860/131524600 swapFree=131071996/131071996
[pid=967695] ppid=967692 vsize=875848 memory=821708 CPUtime=221.51 cores=0,2
/proc/967695/stat : 967695 (Exact) R 967692 967695 967623 0 -1 4194304 79361 0 0 0 22117 34 0 0 20 0 1 0 185198926 896868352 205427 134679101440 4194304 8309489 140733467005728 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 32710656 140733467014077 140733467014247 140733467014247 140733467021263 0
/proc/967695/statm: 218962 205427 1108 1005 0 217725 0
Current children cumulated CPU time: 221.51 s
Current children cumulated vsize: 875848 KiB
Current children cumulated memory: 821708 KiB

[startup+282.3 s]
/proc/loadavg: 4.13 2.97 2.26 5/257 967751
/proc/meminfo: memFree=127888572/131524600 swapFree=131071996/131071996
[pid=967695] ppid=967692 vsize=875848 memory=821708 CPUtime=281.3 cores=0,2
/proc/967695/stat : 967695 (Exact) R 967692 967695 967623 0 -1 4194304 79498 0 0 0 28095 35 0 0 20 0 1 0 185198926 896868352 205427 134679101440 4194304 8309489 140733467005728 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 32710656 140733467014077 140733467014247 140733467014247 140733467021263 0
/proc/967695/statm: 218962 205427 1108 1005 0 217725 0
Current children cumulated CPU time: 281.3 s
Current children cumulated vsize: 875848 KiB
Current children cumulated memory: 821708 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 3.17 2.37 5/257 967762
/proc/meminfo: memFree=127884644/131524600 swapFree=131071996/131071996
[pid=967695] ppid=967692 vsize=878024 memory=823884 CPUtime=341.08 cores=0,2
/proc/967695/stat : 967695 (Exact) R 967692 967695 967623 0 -1 4194304 80165 0 0 0 34073 35 0 0 20 0 1 0 185198926 899096576 205971 134679101440 4194304 8309489 140733467005728 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 32710656 140733467014077 140733467014247 140733467014247 140733467021263 0
/proc/967695/statm: 219506 205971 1108 1005 0 218269 0
Current children cumulated CPU time: 341.08 s
Current children cumulated vsize: 878024 KiB
Current children cumulated memory: 823884 KiB

[startup+402.3 s]
/proc/loadavg: 4.08 3.34 2.48 5/255 967772
/proc/meminfo: memFree=127882936/131524600 swapFree=131071996/131071996
[pid=967695] ppid=967692 vsize=878024 memory=823884 CPUtime=400.88 cores=0,2
/proc/967695/stat : 967695 (Exact) R 967692 967695 967623 0 -1 4194304 80296 0 0 0 40052 36 0 0 20 0 1 0 185198926 899096576 205971 134679101440 4194304 8309489 140733467005728 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 32710656 140733467014077 140733467014247 140733467014247 140733467021263 0
/proc/967695/statm: 219506 205971 1108 1005 0 218269 0
Current children cumulated CPU time: 400.88 s
Current children cumulated vsize: 878024 KiB
Current children cumulated memory: 823884 KiB

[startup+462.3 s]
/proc/loadavg: 4.08 3.48 2.59 5/256 968165
/proc/meminfo: memFree=127874536/131524600 swapFree=131071996/131071996
[pid=967695] ppid=967692 vsize=879112 memory=825464 CPUtime=460.65 cores=0,2
/proc/967695/stat : 967695 (Exact) R 967692 967695 967623 0 -1 4194304 80759 0 0 0 46029 36 0 0 20 0 1 0 185198926 900210688 206366 134679101440 4194304 8309489 140733467005728 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 32710656 140733467014077 140733467014247 140733467014247 140733467021263 0
/proc/967695/statm: 219778 206366 1108 1005 0 218541 0

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

Current children cumulated memory: 859120 KiB

[startup+2922.3 s]
/proc/loadavg: 4.14 4.15 4.06 5/255 969541
/proc/meminfo: memFree=127745988/131524600 swapFree=131071996/131071996
[pid=967695] ppid=967692 vsize=911760 memory=859120 CPUtime=2912.37 cores=0,2
/proc/967695/stat : 967695 (Exact) R 967692 967695 967623 0 -1 4194304 95978 0 0 0 291168 69 0 0 20 0 1 0 185198926 933642240 214780 134679101440 4194304 8309489 140733467005728 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 32710656 140733467014077 140733467014247 140733467014247 140733467021263 0
/proc/967695/statm: 227940 214780 1140 1005 0 226703 0
Current children cumulated CPU time: 2912.37 s
Current children cumulated vsize: 911760 KiB
Current children cumulated memory: 859120 KiB

[startup+2982.3 s]
/proc/loadavg: 4.09 4.14 4.06 5/255 969551
/proc/meminfo: memFree=127719980/131524600 swapFree=131071996/131071996
[pid=967695] ppid=967692 vsize=911760 memory=859120 CPUtime=2972.16 cores=0,2
/proc/967695/stat : 967695 (Exact) R 967692 967695 967623 0 -1 4194304 96319 0 0 0 297147 69 0 0 20 0 1 0 185198926 933642240 214780 134679101440 4194304 8309489 140733467005728 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 32710656 140733467014077 140733467014247 140733467014247 140733467021263 0
/proc/967695/statm: 227940 214780 1140 1005 0 226703 0
Current children cumulated CPU time: 2972.16 s
Current children cumulated vsize: 911760 KiB
Current children cumulated memory: 859120 KiB

[startup+3042.3 s]
/proc/loadavg: 4.12 4.14 4.07 6/255 969561
/proc/meminfo: memFree=127715224/131524600 swapFree=131071996/131071996
[pid=967695] ppid=967692 vsize=911760 memory=859120 CPUtime=3031.95 cores=0,2
/proc/967695/stat : 967695 (Exact) R 967692 967695 967623 0 -1 4194304 96602 0 0 0 303126 69 0 0 20 0 1 0 185198926 933642240 214780 134679101440 4194304 8309489 140733467005728 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 32710656 140733467014077 140733467014247 140733467014247 140733467021263 0
/proc/967695/statm: 227940 214780 1140 1005 0 226703 0
Current children cumulated CPU time: 3031.95 s
Current children cumulated vsize: 911760 KiB
Current children cumulated memory: 859120 KiB

[startup+3102.3 s]
/proc/loadavg: 4.09 4.13 4.07 5/257 969575
/proc/meminfo: memFree=127704840/131524600 swapFree=131071996/131071996
[pid=967695] ppid=967692 vsize=911760 memory=859120 CPUtime=3091.75 cores=0,2
/proc/967695/stat : 967695 (Exact) R 967692 967695 967623 0 -1 4194304 96881 0 0 0 309105 70 0 0 20 0 1 0 185198926 933642240 214780 134679101440 4194304 8309489 140733467005728 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 32710656 140733467014077 140733467014247 140733467014247 140733467021263 0
/proc/967695/statm: 227940 214780 1140 1005 0 226703 0
Current children cumulated CPU time: 3091.75 s
Current children cumulated vsize: 911760 KiB
Current children cumulated memory: 859120 KiB

[startup+3162.3 s]
/proc/loadavg: 4.21 4.15 4.08 5/257 969588
/proc/meminfo: memFree=127698752/131524600 swapFree=131071996/131071996
[pid=967695] ppid=967692 vsize=911760 memory=859120 CPUtime=3151.54 cores=0,2
/proc/967695/stat : 967695 (Exact) R 967692 967695 967623 0 -1 4194304 97221 0 0 0 315084 70 0 0 20 0 1 0 185198926 933642240 214780 134679101440 4194304 8309489 140733467005728 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 32710656 140733467014077 140733467014247 140733467014247 140733467021263 0
/proc/967695/statm: 227940 214780 1140 1005 0 226703 0
Current children cumulated CPU time: 3151.54 s
Current children cumulated vsize: 911760 KiB
Current children cumulated memory: 859120 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.14 4.08 5/257 969598
/proc/meminfo: memFree=127671868/131524600 swapFree=131071996/131071996
[pid=967695] ppid=967692 vsize=916716 memory=864076 CPUtime=3211.33 cores=0,2
/proc/967695/stat : 967695 (Exact) R 967692 967695 967623 0 -1 4194304 97818 0 0 0 321060 73 0 0 20 0 1 0 185198926 938717184 216019 134679101440 4194304 8309489 140733467005728 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 32710656 140733467014077 140733467014247 140733467014247 140733467021263 0
/proc/967695/statm: 229179 216019 1140 1005 0 227942 0
Current children cumulated CPU time: 3211.33 s
Current children cumulated vsize: 916716 KiB
Current children cumulated memory: 864076 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.13 4.08 5/257 969609
/proc/meminfo: memFree=127666276/131524600 swapFree=131071996/131071996
[pid=967695] ppid=967692 vsize=916716 memory=864076 CPUtime=3271.12 cores=0,2
/proc/967695/stat : 967695 (Exact) R 967692 967695 967623 0 -1 4194304 98110 0 0 0 327038 74 0 0 20 0 1 0 185198926 938717184 216019 134679101440 4194304 8309489 140733467005728 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 32710656 140733467014077 140733467014247 140733467014247 140733467021263 0
/proc/967695/statm: 229179 216019 1140 1005 0 227942 0
Current children cumulated CPU time: 3271.12 s
Current children cumulated vsize: 916716 KiB
Current children cumulated memory: 864076 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.13 4.08 5/257 969620
/proc/meminfo: memFree=127657496/131524600 swapFree=131071996/131071996
[pid=967695] ppid=967692 vsize=916716 memory=864076 CPUtime=3330.91 cores=0,2
/proc/967695/stat : 967695 (Exact) R 967692 967695 967623 0 -1 4194304 98452 0 0 0 333017 74 0 0 20 0 1 0 185198926 938717184 216019 134679101440 4194304 8309489 140733467005728 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 32710656 140733467014077 140733467014247 140733467014247 140733467021263 0
/proc/967695/statm: 229179 216019 1140 1005 0 227942 0
Current children cumulated CPU time: 3330.91 s
Current children cumulated vsize: 916716 KiB
Current children cumulated memory: 864076 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.12 4.08 5/255 969630
/proc/meminfo: memFree=127651808/131524600 swapFree=131071996/131071996
[pid=967695] ppid=967692 vsize=916716 memory=864076 CPUtime=3390.7 cores=0,2
/proc/967695/stat : 967695 (Exact) R 967692 967695 967623 0 -1 4194304 98729 0 0 0 338996 74 0 0 20 0 1 0 185198926 938717184 216019 134679101440 4194304 8309489 140733467005728 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 32710656 140733467014077 140733467014247 140733467014247 140733467021263 0
/proc/967695/statm: 229179 216019 1140 1005 0 227942 0
Current children cumulated CPU time: 3390.7 s
Current children cumulated vsize: 916716 KiB
Current children cumulated memory: 864076 KiB

[startup+3462.3 s]
/proc/loadavg: 4.39 4.19 4.11 5/254 969640
/proc/meminfo: memFree=127645364/131524600 swapFree=131071996/131071996
[pid=967695] ppid=967692 vsize=916716 memory=864076 CPUtime=3450.49 cores=0,2
/proc/967695/stat : 967695 (Exact) R 967692 967695 967623 0 -1 4194304 99020 0 0 0 344975 74 0 0 20 0 1 0 185198926 938717184 216019 134679101440 4194304 8309489 140733467005728 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 32710656 140733467014077 140733467014247 140733467014247 140733467021263 0
/proc/967695/statm: 229179 216019 1140 1005 0 227942 0
Current children cumulated CPU time: 3450.49 s
Current children cumulated vsize: 916716 KiB
Current children cumulated memory: 864076 KiB

[startup+3522.3 s]
/proc/loadavg: 4.19 4.17 4.11 5/254 969651
/proc/meminfo: memFree=127575240/131524600 swapFree=131071996/131071996
[pid=967695] ppid=967692 vsize=916716 memory=864076 CPUtime=3510.28 cores=0,2
/proc/967695/stat : 967695 (Exact) R 967692 967695 967623 0 -1 4194304 99363 0 0 0 350954 74 0 0 20 0 1 0 185198926 938717184 216019 134679101440 4194304 8309489 140733467005728 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 32710656 140733467014077 140733467014247 140733467014247 140733467021263 0
/proc/967695/statm: 229179 216019 1140 1005 0 227942 0
Current children cumulated CPU time: 3510.28 s
Current children cumulated vsize: 916716 KiB
Current children cumulated memory: 864076 KiB

[startup+3582.3 s]
/proc/loadavg: 4.19 4.18 4.11 5/254 969661
/proc/meminfo: memFree=127466840/131524600 swapFree=131071996/131071996
[pid=967695] ppid=967692 vsize=916716 memory=864076 CPUtime=3570.09 cores=0,2
/proc/967695/stat : 967695 (Exact) R 967692 967695 967623 0 -1 4194304 99627 0 0 0 356934 75 0 0 20 0 1 0 185198926 938717184 216019 134679101440 4194304 8309489 140733467005728 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 32710656 140733467014077 140733467014247 140733467014247 140733467021263 0
/proc/967695/statm: 229179 216019 1140 1005 0 227942 0
Current children cumulated CPU time: 3570.09 s
Current children cumulated vsize: 916716 KiB
Current children cumulated memory: 864076 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612.4 s]
/proc/loadavg: 4.22 4.19 4.12 4/251 969680
/proc/meminfo: memFree=127749368/131524600 swapFree=131071996/131071996
[pid=967695] ppid=967692 vsize=916716 memory=864076 CPUtime=3600.08 cores=0,2
/proc/967695/stat : 967695 (Exact) R 967692 967695 967623 0 -1 4194304 99820 0 0 0 359933 75 0 0 20 0 1 0 185198926 938717184 216019 134679101440 4194304 8309489 140733467005728 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 32710656 140733467014077 140733467014247 140733467014247 140733467021263 0
/proc/967695/statm: 229179 216019 1140 1005 0 227942 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 916716 KiB
Current children cumulated memory: 864076 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.47 s, system=0.75395 s

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

[startup+3612.5 s]
/proc/loadavg: 4.22 4.19 4.12 4/251 969680
/proc/meminfo: memFree=127749368/131524600 swapFree=131071996/131071996
[pid=967695] ppid=967692 vsize=527156 memory=522616 CPUtime=3600.18 cores=0,2
/proc/967695/stat : 967695 (Exact) R 967692 967695 967623 0 -1 4194304 99851 0 0 0 359943 75 0 0 20 0 1 0 185198926 539807744 130654 134679101440 4194304 8309489 140733467005728 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 32710656 140733467014077 140733467014247 140733467014247 140733467021263 0
/proc/967695/statm: 131789 130654 1153 1005 0 130552 0
Current children cumulated CPU time: 3600.18 s
Current children cumulated vsize: 527156 KiB
Current children cumulated memory: 522616 KiB

Child status: 0

Real time (s): 3612.53
CPU time (s): 3600.22
CPU user time (s): 3599.47
CPU system time (s): 0.75395
CPU usage (%): 99.6592
Max. virtual memory (cumulated for all children) (KiB): 938256
Max. memory (cumulated for all children) (KiB): 864076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.47
system time used= 0.75395
maximum resident set size= 864076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99852
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= 56
involuntary context switches= 24692


# summary of solver processes directly reported to runsolver:
#   pid: 967695
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3599.47
#   total CPU system time (s): 0.75395

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.77414 second user time and 16.5032 second system time

The end

Launcher Data

Begin job on nodeC028 at 2024-07-18 21:18:51
IDJOB=4446376
IDBENCH=155570
IDSOLVER=3060
FILE ID=nodeC028/4446376-1721330319
RUNJOBID= nodeC028-1721330331-967633
SLURM_JOB_ID= 7542706
Free space on /tmp= 889992 MiB

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

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

MD5SUM BENCH= b1a9bb408d678f4e4f75286e8bd2bbb9
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		: 3657.211
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		: 3678.808
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		: 3669.760
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		: 3609.296
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		: 3670.772
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		: 3678.976
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		: 3623.509
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		: 3613.706
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:        129266064 kB
MemAvailable:   129690272 kB
Buffers:          487636 kB
Cached:           777800 kB
SwapCached:            0 kB
Active:           997228 kB
Inactive:         665516 kB
Active(anon):       1444 kB
Inactive(anon):   432932 kB
Active(file):     995784 kB
Inactive(file):   232584 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             82916 kB
Writeback:             0 kB
AnonPages:        394064 kB
Mapped:           115976 kB
Shmem:             37720 kB
KReclaimable:      71328 kB
Slab:             178616 kB
SReclaimable:      71328 kB
SUnreclaim:       107288 kB
KernelStack:        4144 kB
PageTables:        10276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     656316 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= 890004 MiB
End job on nodeC028 at 2024-07-18 22:19:04