Trace number 4451766

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.04 3609.31

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/
d-equals-n_k/normalized-compression64_11.opb
MD5SUMecb94e70b440a48855e99e990bb4ec90
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 benchmark1115.07
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5700
Total number of constraints27830
Number of constraints which are clauses27825
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint75
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 11
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 86
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.03/3609.30	c Program interrupted by user.
3600.03/3609.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: 64059 MiB (62689 MiB free)
  memory of node 1: 64510 MiB (61138 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451766-1721426405/watcher-4451766-1721426405 -o /tmp/evaluation-result-4451766-1721426405/solver-4451766-1721426405 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1721422714-1036157 --watchdog 3760 HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=1945059478 HOME/instance-4451766-1721426405.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=1039168, runsolver pid=1039165

[startup+0.101002 s]*
/proc/loadavg: 4.27 4.35 4.22 5/245 1039169
/proc/meminfo: memFree=126793264/131655788 swapFree=131071996/131071996
[pid=1039168] ppid=1039165 vsize=31992 memory=9724 CPUtime=0.1 cores=4,6
/proc/1039168/stat : 1039168 (Exact) R 1039165 1039168 1036146 0 -1 4194304 1686 0 0 0 10 0 0 0 20 0 1 0 194797117 32759808 2431 134679101440 4194304 8309489 140728794070336 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 31682560 140728794076092 140728794076262 140728794076262 140728794083279 0
/proc/1039168/statm: 8031 2431 884 1005 0 6794 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 31992 KiB
Current children cumulated memory: 9724 KiB

[startup+0.21274 s]*
/proc/loadavg: 4.27 4.35 4.22 5/245 1039169
/proc/meminfo: memFree=126783468/131655788 swapFree=131071996/131071996
[pid=1039168] ppid=1039165 vsize=39476 memory=19300 CPUtime=0.2 cores=4,6
/proc/1039168/stat : 1039168 (Exact) R 1039165 1039168 1036146 0 -1 4194304 3562 0 0 0 20 0 0 0 20 0 1 0 194797117 40423424 4825 134679101440 4194304 8309489 140728794070336 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 31682560 140728794076092 140728794076262 140728794076262 140728794083279 0
/proc/1039168/statm: 9869 4825 900 1005 0 8632 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 39476 KiB
Current children cumulated memory: 19300 KiB

[startup+0.312701 s]*
/proc/loadavg: 4.27 4.35 4.22 6/245 1039169
/proc/meminfo: memFree=126780356/131655788 swapFree=131071996/131071996
[pid=1039168] ppid=1039165 vsize=40428 memory=22280 CPUtime=0.3 cores=4,6
/proc/1039168/stat : 1039168 (Exact) R 1039165 1039168 1036146 0 -1 4194304 3818 0 0 0 30 0 0 0 20 0 1 0 194797117 41398272 5570 134679101440 4194304 8309489 140728794070336 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 31682560 140728794076092 140728794076262 140728794076262 140728794083279 0
/proc/1039168/statm: 10107 5570 900 1005 0 8870 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 40428 KiB
Current children cumulated memory: 22280 KiB

[startup+0.700274 s]
/proc/loadavg: 4.27 4.35 4.22 5/245 1039169
/proc/meminfo: memFree=126730336/131655788 swapFree=131071996/131071996
[pid=1039168] ppid=1039165 vsize=92020 memory=73512 CPUtime=0.69 cores=4,6
/proc/1039168/stat : 1039168 (Exact) R 1039165 1039168 1036146 0 -1 4194304 14230 0 0 0 65 4 0 0 20 0 1 0 194797117 94228480 18378 134679101440 4194304 8309489 140728794070336 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 31682560 140728794076092 140728794076262 140728794076262 140728794083279 0
/proc/1039168/statm: 23005 18378 1060 1005 0 21768 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 92020 KiB
Current children cumulated memory: 73512 KiB

[startup+1.50031 s]
/proc/loadavg: 4.27 4.35 4.22 5/245 1039169
/proc/meminfo: memFree=126726872/131655788 swapFree=131071996/131071996
[pid=1039168] ppid=1039165 vsize=92020 memory=75560 CPUtime=1.48 cores=4,6
/proc/1039168/stat : 1039168 (Exact) R 1039165 1039168 1036146 0 -1 4194304 14233 0 0 0 144 4 0 0 20 0 1 0 194797117 94228480 18890 134679101440 4194304 8309489 140728794070336 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 31682560 140728794076092 140728794076262 140728794076262 140728794083279 0
/proc/1039168/statm: 23005 18890 1060 1005 0 21768 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 92020 KiB
Current children cumulated memory: 75560 KiB

[startup+3.11261 s]
/proc/loadavg: 4.27 4.35 4.22 5/246 1039174
/proc/meminfo: memFree=126719384/131655788 swapFree=131071996/131071996
[pid=1039168] ppid=1039165 vsize=92020 memory=84188 CPUtime=3.09 cores=4,6
/proc/1039168/stat : 1039168 (Exact) R 1039165 1039168 1036146 0 -1 4194304 14246 0 0 0 305 4 0 0 20 0 1 0 194797117 94228480 21047 134679101440 4194304 8309489 140728794070336 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 31682560 140728794076092 140728794076262 140728794076262 140728794083279 0
/proc/1039168/statm: 23005 21047 1108 1005 0 21768 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 92020 KiB
Current children cumulated memory: 84188 KiB

[startup+6.30029 s]
/proc/loadavg: 4.25 4.34 4.22 5/246 1039174
/proc/meminfo: memFree=126703140/131655788 swapFree=131071996/131071996
[pid=1039168] ppid=1039165 vsize=105532 memory=92580 CPUtime=6.26 cores=4,6
/proc/1039168/stat : 1039168 (Exact) R 1039165 1039168 1036146 0 -1 4194304 14589 0 0 0 622 4 0 0 20 0 1 0 194797117 108064768 23145 134679101440 4194304 8309489 140728794070336 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 31682560 140728794076092 140728794076262 140728794076262 140728794083279 0
/proc/1039168/statm: 26383 23145 1108 1005 0 25146 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 105532 KiB
Current children cumulated memory: 92580 KiB

[startup+12.7003 s]
/proc/loadavg: 4.23 4.34 4.21 5/246 1039175
/proc/meminfo: memFree=126693088/131655788 swapFree=131071996/131071996
[pid=1039168] ppid=1039165 vsize=108796 memory=99720 CPUtime=12.66 cores=4,6
/proc/1039168/stat : 1039168 (Exact) R 1039165 1039168 1036146 0 -1 4194304 15376 0 0 0 1261 5 0 0 20 0 1 0 194797117 111407104 24930 134679101440 4194304 8309489 140728794070336 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 31682560 140728794076092 140728794076262 140728794076262 140728794083279 0
/proc/1039168/statm: 27199 24930 1108 1005 0 25962 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 108796 KiB
Current children cumulated memory: 99720 KiB

[startup+25.5003 s]
/proc/loadavg: 4.18 4.32 4.21 5/246 1039177
/proc/meminfo: memFree=126678496/131655788 swapFree=131071996/131071996
[pid=1039168] ppid=1039165 vsize=112060 memory=105056 CPUtime=25.41 cores=4,6
/proc/1039168/stat : 1039168 (Exact) R 1039165 1039168 1036146 0 -1 4194304 16227 0 0 0 2536 5 0 0 20 0 1 0 194797117 114749440 26264 134679101440 4194304 8309489 140728794070336 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 31682560 140728794076092 140728794076262 140728794076262 140728794083279 0
/proc/1039168/statm: 28015 26264 1108 1005 0 26778 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 112060 KiB
Current children cumulated memory: 105056 KiB

[startup+51.1124 s]
/proc/loadavg: 4.18 4.31 4.21 5/245 1039194
/proc/meminfo: memFree=126662920/131655788 swapFree=131071996/131071996
[pid=1039168] ppid=1039165 vsize=138660 memory=112836 CPUtime=50.96 cores=4,6
/proc/1039168/stat : 1039168 (Exact) R 1039165 1039168 1036146 0 -1 4194304 17579 0 0 0 5090 6 0 0 20 0 1 0 194797117 141987840 28209 134679101440 4194304 8309489 140728794070336 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 31682560 140728794076092 140728794076262 140728794076262 140728794083279 0
/proc/1039168/statm: 34665 28209 1124 1005 0 33428 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 138660 KiB
Current children cumulated memory: 112836 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.28 4.20 5/245 1039203
/proc/meminfo: memFree=126644140/131655788 swapFree=131071996/131071996
[pid=1039168] ppid=1039165 vsize=143540 memory=127936 CPUtime=102.02 cores=4,6
/proc/1039168/stat : 1039168 (Exact) R 1039165 1039168 1036146 0 -1 4194304 18843 0 0 0 10193 9 0 0 20 0 1 0 194797117 146984960 31984 134679101440 4194304 8309489 140728794070336 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 31682560 140728794076092 140728794076262 140728794076262 140728794083279 0
/proc/1039168/statm: 35885 31984 1140 1005 0 34648 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 143540 KiB
Current children cumulated memory: 127936 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.24 4.19 5/245 1039214
/proc/meminfo: memFree=126608256/131655788 swapFree=131071996/131071996
[pid=1039168] ppid=1039165 vsize=188816 memory=152380 CPUtime=161.86 cores=4,6
/proc/1039168/stat : 1039168 (Exact) R 1039165 1039168 1036146 0 -1 4194304 21238 0 0 0 16173 13 0 0 20 0 1 0 194797117 193347584 38095 134679101440 4194304 8309489 140728794070336 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 31682560 140728794076092 140728794076262 140728794076262 140728794083279 0
/proc/1039168/statm: 47204 38095 1140 1005 0 45967 0
Current children cumulated CPU time: 161.86 s
Current children cumulated vsize: 188816 KiB
Current children cumulated memory: 152380 KiB

[startup+222.3 s]
/proc/loadavg: 4.19 4.24 4.19 5/244 1039224
/proc/meminfo: memFree=126598200/131655788 swapFree=131071996/131071996
[pid=1039168] ppid=1039165 vsize=191308 memory=155988 CPUtime=221.69 cores=4,6
/proc/1039168/stat : 1039168 (Exact) R 1039165 1039168 1036146 0 -1 4194304 21958 0 0 0 22156 13 0 0 20 0 1 0 194797117 195899392 38997 134679101440 4194304 8309489 140728794070336 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 31682560 140728794076092 140728794076262 140728794076262 140728794083279 0
/proc/1039168/statm: 47827 38997 1140 1005 0 46590 0
Current children cumulated CPU time: 221.69 s
Current children cumulated vsize: 191308 KiB
Current children cumulated memory: 155988 KiB

[startup+282.3 s]
/proc/loadavg: 4.17 4.22 4.18 5/244 1039235
/proc/meminfo: memFree=126590768/131655788 swapFree=131071996/131071996
[pid=1039168] ppid=1039165 vsize=194800 memory=159464 CPUtime=281.56 cores=4,6
/proc/1039168/stat : 1039168 (Exact) R 1039165 1039168 1036146 0 -1 4194304 22878 0 0 0 28137 19 0 0 20 0 1 0 194797117 199475200 39866 134679101440 4194304 8309489 140728794070336 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 31682560 140728794076092 140728794076262 140728794076262 140728794083279 0
/proc/1039168/statm: 48700 39866 1140 1005 0 47463 0
Current children cumulated CPU time: 281.56 s
Current children cumulated vsize: 194800 KiB
Current children cumulated memory: 159464 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 4.20 4.18 5/242 1039246
/proc/meminfo: memFree=126578204/131655788 swapFree=131071996/131071996
[pid=1039168] ppid=1039165 vsize=197404 memory=162136 CPUtime=341.41 cores=4,6
/proc/1039168/stat : 1039168 (Exact) R 1039165 1039168 1036146 0 -1 4194304 23585 0 0 0 34122 19 0 0 20 0 1 0 194797117 202141696 40534 134679101440 4194304 8309489 140728794070336 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 31682560 140728794076092 140728794076262 140728794076262 140728794083279 0
/proc/1039168/statm: 49351 40534 1140 1005 0 48114 0
Current children cumulated CPU time: 341.41 s
Current children cumulated vsize: 197404 KiB
Current children cumulated memory: 162136 KiB

[startup+402.3 s]
/proc/loadavg: 4.14 4.19 4.18 5/242 1039256
/proc/meminfo: memFree=126554440/131655788 swapFree=131071996/131071996
[pid=1039168] ppid=1039165 vsize=200600 memory=165384 CPUtime=401.27 cores=4,6
/proc/1039168/stat : 1039168 (Exact) R 1039165 1039168 1036146 0 -1 4194304 24426 0 0 0 40108 19 0 0 20 0 1 0 194797117 205414400 41346 134679101440 4194304 8309489 140728794070336 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 31682560 140728794076092 140728794076262 140728794076262 140728794083279 0
/proc/1039168/statm: 50150 41346 1140 1005 0 48913 0
Current children cumulated CPU time: 401.27 s
Current children cumulated vsize: 200600 KiB
Current children cumulated memory: 165384 KiB

[startup+462.3 s]
/proc/loadavg: 4.09 4.17 4.17 5/244 1039280
/proc/meminfo: memFree=126541016/131655788 swapFree=131071996/131071996
[pid=1039168] ppid=1039165 vsize=203900 memory=168576 CPUtime=461.13 cores=4,6
/proc/1039168/stat : 1039168 (Exact) R 1039165 1039168 1036146 0 -1 4194304 25280 0 0 0 46086 27 0 0 20 0 1 0 194797117 208793600 42144 134679101440 4194304 8309489 140728794070336 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 31682560 140728794076092 140728794076262 140728794076262 140728794083279 0
/proc/1039168/statm: 50975 42144 1140 1005 0 49738 0

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

Current children cumulated memory: 224824 KiB

[startup+2922.3 s]
/proc/loadavg: 4.08 4.14 4.17 5/242 1040844
/proc/meminfo: memFree=126452296/131655788 swapFree=131071996/131071996
[pid=1039168] ppid=1039165 vsize=246124 memory=225308 CPUtime=2914.67 cores=4,6
/proc/1039168/stat : 1039168 (Exact) R 1039165 1039168 1036146 0 -1 4194304 38323 0 0 0 291357 110 0 0 20 0 1 0 194797117 252030976 56327 134679101440 4194304 8309489 140728794070336 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 31682560 140728794076092 140728794076262 140728794076262 140728794083279 0
/proc/1039168/statm: 61531 56327 1140 1005 0 60294 0
Current children cumulated CPU time: 2914.67 s
Current children cumulated vsize: 246124 KiB
Current children cumulated memory: 225308 KiB

[startup+2982.3 s]
/proc/loadavg: 4.13 4.14 4.17 5/242 1040856
/proc/meminfo: memFree=126450756/131655788 swapFree=131071996/131071996
[pid=1039168] ppid=1039165 vsize=247628 memory=226900 CPUtime=2974.52 cores=4,6
/proc/1039168/stat : 1039168 (Exact) R 1039165 1039168 1036146 0 -1 4194304 38740 0 0 0 297342 110 0 0 20 0 1 0 194797117 253571072 56725 134679101440 4194304 8309489 140728794070336 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 31682560 140728794076092 140728794076262 140728794076262 140728794083279 0
/proc/1039168/statm: 61907 56725 1140 1005 0 60670 0
Current children cumulated CPU time: 2974.52 s
Current children cumulated vsize: 247628 KiB
Current children cumulated memory: 226900 KiB

[startup+3042.3 s]
/proc/loadavg: 4.05 4.11 4.15 5/244 1040870
/proc/meminfo: memFree=126448020/131655788 swapFree=131071996/131071996
[pid=1039168] ppid=1039165 vsize=247852 memory=226900 CPUtime=3034.38 cores=4,6
/proc/1039168/stat : 1039168 (Exact) R 1039165 1039168 1036146 0 -1 4194304 38848 0 0 0 303328 110 0 0 20 0 1 0 194797117 253800448 56725 134679101440 4194304 8309489 140728794070336 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 31682560 140728794076092 140728794076262 140728794076262 140728794083279 0
/proc/1039168/statm: 61963 56725 1140 1005 0 60726 0
Current children cumulated CPU time: 3034.38 s
Current children cumulated vsize: 247852 KiB
Current children cumulated memory: 226900 KiB

[startup+3102.3 s]
/proc/loadavg: 4.16 4.14 4.16 5/244 1040880
/proc/meminfo: memFree=126447284/131655788 swapFree=131071996/131071996
[pid=1039168] ppid=1039165 vsize=248236 memory=227312 CPUtime=3094.24 cores=4,6
/proc/1039168/stat : 1039168 (Exact) R 1039165 1039168 1036146 0 -1 4194304 39026 0 0 0 309313 111 0 0 20 0 1 0 194797117 254193664 56828 134679101440 4194304 8309489 140728794070336 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 31682560 140728794076092 140728794076262 140728794076262 140728794083279 0
/proc/1039168/statm: 62059 56828 1140 1005 0 60822 0
Current children cumulated CPU time: 3094.24 s
Current children cumulated vsize: 248236 KiB
Current children cumulated memory: 227312 KiB

[startup+3162.3 s]
/proc/loadavg: 4.12 4.12 4.15 5/244 1040891
/proc/meminfo: memFree=126444244/131655788 swapFree=131071996/131071996
[pid=1039168] ppid=1039165 vsize=249968 memory=229144 CPUtime=3154.1 cores=4,6
/proc/1039168/stat : 1039168 (Exact) R 1039165 1039168 1036146 0 -1 4194304 39529 0 0 0 315299 111 0 0 20 0 1 0 194797117 255967232 57286 134679101440 4194304 8309489 140728794070336 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 31682560 140728794076092 140728794076262 140728794076262 140728794083279 0
/proc/1039168/statm: 62492 57286 1140 1005 0 61255 0
Current children cumulated CPU time: 3154.1 s
Current children cumulated vsize: 249968 KiB
Current children cumulated memory: 229144 KiB

[startup+3222.3 s]
/proc/loadavg: 4.09 4.11 4.15 5/244 1040901
/proc/meminfo: memFree=126440924/131655788 swapFree=131071996/131071996
[pid=1039168] ppid=1039165 vsize=250160 memory=229336 CPUtime=3213.95 cores=4,6
/proc/1039168/stat : 1039168 (Exact) R 1039165 1039168 1036146 0 -1 4194304 39651 0 0 0 321284 111 0 0 20 0 1 0 194797117 256163840 57334 134679101440 4194304 8309489 140728794070336 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 31682560 140728794076092 140728794076262 140728794076262 140728794083279 0
/proc/1039168/statm: 62540 57334 1140 1005 0 61303 0
Current children cumulated CPU time: 3213.95 s
Current children cumulated vsize: 250160 KiB
Current children cumulated memory: 229336 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.12 4.15 5/244 1040912
/proc/meminfo: memFree=126440204/131655788 swapFree=131071996/131071996
[pid=1039168] ppid=1039165 vsize=250496 memory=229672 CPUtime=3273.81 cores=4,6
/proc/1039168/stat : 1039168 (Exact) R 1039165 1039168 1036146 0 -1 4194304 39822 0 0 0 327267 114 0 0 20 0 1 0 194797117 256507904 57418 134679101440 4194304 8309489 140728794070336 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 31682560 140728794076092 140728794076262 140728794076262 140728794083279 0
/proc/1039168/statm: 62624 57418 1140 1005 0 61387 0
Current children cumulated CPU time: 3273.81 s
Current children cumulated vsize: 250496 KiB
Current children cumulated memory: 229672 KiB

[startup+3342.3 s]
/proc/loadavg: 4.66 4.26 4.19 5/244 1041307
/proc/meminfo: memFree=126439080/131655788 swapFree=131071996/131071996
[pid=1039168] ppid=1039165 vsize=250496 memory=229672 CPUtime=3333.67 cores=4,6
/proc/1039168/stat : 1039168 (Exact) R 1039165 1039168 1036146 0 -1 4194304 39902 0 0 0 333252 115 0 0 20 0 1 0 194797117 256507904 57418 134679101440 4194304 8309489 140728794070336 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 31682560 140728794076092 140728794076262 140728794076262 140728794083279 0
/proc/1039168/statm: 62624 57418 1140 1005 0 61387 0
Current children cumulated CPU time: 3333.67 s
Current children cumulated vsize: 250496 KiB
Current children cumulated memory: 229672 KiB

[startup+3402.3 s]
/proc/loadavg: 4.63 4.34 4.23 5/244 1041317
/proc/meminfo: memFree=126437668/131655788 swapFree=131071996/131071996
[pid=1039168] ppid=1039165 vsize=251072 memory=230264 CPUtime=3393.52 cores=4,6
/proc/1039168/stat : 1039168 (Exact) R 1039165 1039168 1036146 0 -1 4194304 40142 0 0 0 339226 126 0 0 20 0 1 0 194797117 257097728 57566 134679101440 4194304 8309489 140728794070336 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 31682560 140728794076092 140728794076262 140728794076262 140728794083279 0
/proc/1039168/statm: 62768 57566 1140 1005 0 61531 0
Current children cumulated CPU time: 3393.52 s
Current children cumulated vsize: 251072 KiB
Current children cumulated memory: 230264 KiB

[startup+3462.3 s]
/proc/loadavg: 4.29 4.29 4.22 5/244 1041327
/proc/meminfo: memFree=126434772/131655788 swapFree=131071996/131071996
[pid=1039168] ppid=1039165 vsize=251072 memory=230264 CPUtime=3453.38 cores=4,6
/proc/1039168/stat : 1039168 (Exact) R 1039165 1039168 1036146 0 -1 4194304 40223 0 0 0 345212 126 0 0 20 0 1 0 194797117 257097728 57566 134679101440 4194304 8309489 140728794070336 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 31682560 140728794076092 140728794076262 140728794076262 140728794083279 0
/proc/1039168/statm: 62768 57566 1140 1005 0 61531 0
Current children cumulated CPU time: 3453.38 s
Current children cumulated vsize: 251072 KiB
Current children cumulated memory: 230264 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.25 4.20 5/244 1041552
/proc/meminfo: memFree=126666264/131655788 swapFree=131071996/131071996
[pid=1039168] ppid=1039165 vsize=251744 memory=230920 CPUtime=3513.24 cores=4,6
/proc/1039168/stat : 1039168 (Exact) R 1039165 1039168 1036146 0 -1 4194304 40499 0 0 0 351198 126 0 0 20 0 1 0 194797117 257785856 57730 134679101440 4194304 8309489 140728794070336 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 31682560 140728794076092 140728794076262 140728794076262 140728794083279 0
/proc/1039168/statm: 62936 57730 1140 1005 0 61699 0
Current children cumulated CPU time: 3513.24 s
Current children cumulated vsize: 251744 KiB
Current children cumulated memory: 230920 KiB

[startup+3582.3 s]
/proc/loadavg: 4.31 4.27 4.21 5/244 1041608
/proc/meminfo: memFree=125937224/131655788 swapFree=131071996/131071996
[pid=1039168] ppid=1039165 vsize=252624 memory=231656 CPUtime=3573.1 cores=4,6
/proc/1039168/stat : 1039168 (Exact) R 1039165 1039168 1036146 0 -1 4194304 40771 0 0 0 357183 127 0 0 20 0 1 0 194797117 258686976 57914 134679101440 4194304 8309489 140728794070336 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 31682560 140728794076092 140728794076262 140728794076262 140728794083279 0
/proc/1039168/statm: 63156 57914 1140 1005 0 61919 0
Current children cumulated CPU time: 3573.1 s
Current children cumulated vsize: 252624 KiB
Current children cumulated memory: 231656 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.3 s]
/proc/loadavg: 4.60 4.34 4.24 5/245 1041753
/proc/meminfo: memFree=125333444/131655788 swapFree=131071996/131071996
[pid=1039168] ppid=1039165 vsize=253200 memory=232184 CPUtime=3600.03 cores=4,6
/proc/1039168/stat : 1039168 (Exact) R 1039165 1039168 1036146 0 -1 4194304 40915 0 0 0 359876 127 0 0 20 0 1 0 194797117 259276800 58046 134679101440 4194304 8309489 140728794070336 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 31682560 140728794076092 140728794076262 140728794076262 140728794083279 0
/proc/1039168/statm: 63300 58046 1140 1005 0 62063 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 253200 KiB
Current children cumulated memory: 232184 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.77 s, system=1.27119 s

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

[startup+3609.3 s]
/proc/loadavg: 4.60 4.34 4.24 5/245 1041753
/proc/meminfo: memFree=125333444/131655788 swapFree=131071996/131071996
[pid=1039168] ppid=1039165 vsize=253200 memory=232184 CPUtime=3600.03 cores=4,6
/proc/1039168/stat : 1039168 (Exact) R 1039165 1039168 1036146 0 -1 4194304 40915 0 0 0 359876 127 0 0 20 0 1 0 194797117 259276800 58046 134679101440 4194304 8309489 140728794070336 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 31682560 140728794076092 140728794076262 140728794076262 140728794083279 0
/proc/1039168/statm: 63300 58046 1140 1005 0 62063 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 253200 KiB
Current children cumulated memory: 232184 KiB

Child status: 0

Real time (s): 3609.31
CPU time (s): 3600.04
CPU user time (s): 3598.77
CPU system time (s): 1.27119
CPU usage (%): 99.7434
Max. virtual memory (cumulated for all children) (KiB): 253200
Max. memory (cumulated for all children) (KiB): 232184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.77
system time used= 1.27119
maximum resident set size= 232448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40920
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= 46
involuntary context switches= 2622


# summary of solver processes directly reported to runsolver:
#   pid: 1039168
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3598.77
#   total CPU system time (s): 1.27119

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.8297 second user time and 33.8075 second system time

The end

Launcher Data

Begin job on nodeC007 at 2024-07-20 00:00:17
IDJOB=4451766
IDBENCH=162644
IDSOLVER=3060
FILE ID=nodeC007/4451766-1721426405
RUNJOBID= nodeC007-1721422714-1036157
SLURM_JOB_ID= 7545601
Free space on /tmp= 723760 MiB

SOLVER NAME= Exact 2024-07-05
BENCH NAME= PB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/d-equals-n_k/normalized-compression64_11.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-4451766-1721426405/watcher-4451766-1721426405 -o /tmp/evaluation-result-4451766-1721426405/solver-4451766-1721426405 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1721422714-1036157 --watchdog 3760  HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=1945059478 HOME/instance-4451766-1721426405.opb

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

MD5SUM BENCH= ecb94e70b440a48855e99e990bb4ec90
RANDOM SEED=1945059478

nodeC007.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        126799524 kB
MemAvailable:   129652696 kB
Buffers:          533760 kB
Cached:          3155792 kB
SwapCached:            0 kB
Active:          1082464 kB
Inactive:        3201116 kB
Active(anon):       1468 kB
Inactive(anon):   638468 kB
Active(file):    1080996 kB
Inactive(file):  2562648 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             16340 kB
Writeback:             0 kB
AnonPages:        593872 kB
Mapped:           121528 kB
Shmem:             45896 kB
KReclaimable:      99120 kB
Slab:             202092 kB
SReclaimable:      99120 kB
SUnreclaim:       102972 kB
KernelStack:        3936 kB
PageTables:        10632 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     934780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            60896 kB
HardwareCorrupted:     0 kB
AnonHugePages:    413696 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:      279368 kB
DirectMap2M:    27936768 kB
DirectMap1G:    108003328 kB

Free space on /tmp at the end= 723748 MiB
End job on nodeC007 at 2024-07-20 01:00:27