Trace number 4445986

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Exact 2024-07-05? (TO) 3600.07 3609.6

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
heinz/normalized-neos-820146.opb
MD5SUM081659ee65bc936cbb896171f511d736
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables600
Total number of constraints830
Number of constraints which are clauses675
Number of constraints which are cardinality constraints (but not clauses)155
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint10
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 13
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.06/3609.60	c Program interrupted by user.
3600.06/3609.60	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63931 MiB (62189 MiB free)
  memory of node 1: 64510 MiB (63213 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=969008, runsolver pid=969005

[startup+0.10089 s]*
/proc/loadavg: 4.15 4.13 4.09 5/257 969009
/proc/meminfo: memFree=128409640/131524600 swapFree=131071996/131071996
[pid=969008] ppid=969005 vsize=28880 memory=7524 CPUtime=0.09 cores=5,7
/proc/969008/stat : 969008 (Exact) R 969005 969008 964517 0 -1 4194304 914 0 0 0 9 0 0 0 20 0 1 0 184313110 29573120 1881 134679101440 4194304 8309489 140727575521904 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 43753472 140727575524285 140727575524455 140727575524455 140727575531471 0
/proc/969008/statm: 7220 1881 1140 1005 0 5983 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 28880 KiB
Current children cumulated memory: 7524 KiB

[startup+0.20563 s]*
/proc/loadavg: 4.15 4.13 4.09 5/257 969009
/proc/meminfo: memFree=128408648/131524600 swapFree=131071996/131071996
[pid=969008] ppid=969005 vsize=29132 memory=8352 CPUtime=0.19 cores=5,7
/proc/969008/stat : 969008 (Exact) R 969005 969008 964517 0 -1 4194304 1102 0 0 0 19 0 0 0 20 0 1 0 184313110 29831168 2088 134679101440 4194304 8309489 140727575521904 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 43753472 140727575524285 140727575524455 140727575524455 140727575531471 0
/proc/969008/statm: 7283 2088 1140 1005 0 6046 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 29132 KiB
Current children cumulated memory: 8352 KiB

[startup+0.305581 s]*
/proc/loadavg: 4.15 4.13 4.09 5/257 969009
/proc/meminfo: memFree=128408172/131524600 swapFree=131071996/131071996
[pid=969008] ppid=969005 vsize=29348 memory=8692 CPUtime=0.29 cores=5,7
/proc/969008/stat : 969008 (Exact) R 969005 969008 964517 0 -1 4194304 1173 0 0 0 29 0 0 0 20 0 1 0 184313110 30052352 2173 134679101440 4194304 8309489 140727575521904 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 43753472 140727575524285 140727575524455 140727575524455 140727575531471 0
/proc/969008/statm: 7337 2173 1140 1005 0 6100 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 29348 KiB
Current children cumulated memory: 8692 KiB

[startup+0.700194 s]
/proc/loadavg: 4.15 4.13 4.09 5/257 969009
/proc/meminfo: memFree=128406688/131524600 swapFree=131071996/131071996
[pid=969008] ppid=969005 vsize=29872 memory=9780 CPUtime=0.68 cores=5,7
/proc/969008/stat : 969008 (Exact) R 969005 969008 964517 0 -1 4194304 1472 0 0 0 67 1 0 0 20 0 1 0 184313110 30588928 2445 134679101440 4194304 8309489 140727575521904 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 43753472 140727575524285 140727575524455 140727575524455 140727575531471 0
/proc/969008/statm: 7468 2445 1140 1005 0 6231 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 29872 KiB
Current children cumulated memory: 9780 KiB

[startup+1.50021 s]
/proc/loadavg: 4.15 4.13 4.09 5/257 969009
/proc/meminfo: memFree=128406792/131524600 swapFree=131071996/131071996
[pid=969008] ppid=969005 vsize=30240 memory=10244 CPUtime=1.48 cores=5,7
/proc/969008/stat : 969008 (Exact) R 969005 969008 964517 0 -1 4194304 1664 0 0 0 146 2 0 0 20 0 1 0 184313110 30965760 2561 134679101440 4194304 8309489 140727575521904 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 43753472 140727575524285 140727575524455 140727575524455 140727575531471 0
/proc/969008/statm: 7560 2561 1140 1005 0 6323 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 30240 KiB
Current children cumulated memory: 10244 KiB

[startup+3.10573 s]
/proc/loadavg: 4.13 4.13 4.09 5/257 969011
/proc/meminfo: memFree=128402836/131524600 swapFree=131071996/131071996
[pid=969008] ppid=969005 vsize=30472 memory=12700 CPUtime=3.09 cores=5,7
/proc/969008/stat : 969008 (Exact) R 969005 969008 964517 0 -1 4194304 1898 0 0 0 304 5 0 0 20 0 1 0 184313110 31203328 3175 134679101440 4194304 8309489 140727575521904 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 43753472 140727575524285 140727575524455 140727575524455 140727575531471 0
/proc/969008/statm: 7618 3175 1140 1005 0 6381 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 30472 KiB
Current children cumulated memory: 12700 KiB

[startup+6.3002 s]
/proc/loadavg: 4.13 4.13 4.09 5/257 969011
/proc/meminfo: memFree=128400032/131524600 swapFree=131071996/131071996
[pid=969008] ppid=969005 vsize=30808 memory=13000 CPUtime=6.27 cores=5,7
/proc/969008/stat : 969008 (Exact) R 969005 969008 964517 0 -1 4194304 2167 0 0 0 616 11 0 0 20 0 1 0 184313110 31547392 3250 134679101440 4194304 8309489 140727575521904 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 43753472 140727575524285 140727575524455 140727575524455 140727575531471 0
/proc/969008/statm: 7702 3250 1140 1005 0 6465 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 30808 KiB
Current children cumulated memory: 13000 KiB

[startup+12.7002 s]
/proc/loadavg: 4.12 4.13 4.09 5/257 969058
/proc/meminfo: memFree=128334524/131524600 swapFree=131071996/131071996
[pid=969008] ppid=969005 vsize=31132 memory=13324 CPUtime=12.65 cores=5,7
/proc/969008/stat : 969008 (Exact) R 969005 969008 964517 0 -1 4194304 2624 0 0 0 1246 19 0 0 20 0 1 0 184313110 31879168 3331 134679101440 4194304 8309489 140727575521904 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 43753472 140727575524285 140727575524455 140727575524455 140727575531471 0
/proc/969008/statm: 7783 3331 1140 1005 0 6546 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 31132 KiB
Current children cumulated memory: 13324 KiB

[startup+25.5002 s]
/proc/loadavg: 4.10 4.12 4.09 5/257 969060
/proc/meminfo: memFree=127205128/131524600 swapFree=131071996/131071996
[pid=969008] ppid=969005 vsize=31912 memory=14052 CPUtime=25.42 cores=5,7
/proc/969008/stat : 969008 (Exact) R 969005 969008 964517 0 -1 4194304 3357 0 0 0 2506 36 0 0 20 0 1 0 184313110 32677888 3513 134679101440 4194304 8309489 140727575521904 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 43753472 140727575524285 140727575524455 140727575524455 140727575531471 0
/proc/969008/statm: 7978 3513 1140 1005 0 6741 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 31912 KiB
Current children cumulated memory: 14052 KiB

[startup+51.1055 s]
/proc/loadavg: 4.13 4.13 4.09 5/257 969063
/proc/meminfo: memFree=127150676/131524600 swapFree=131071996/131071996
[pid=969008] ppid=969005 vsize=32756 memory=14900 CPUtime=50.95 cores=5,7
/proc/969008/stat : 969008 (Exact) R 969005 969008 964517 0 -1 4194304 4535 0 0 0 5027 68 0 0 20 0 1 0 184313110 33542144 3725 134679101440 4194304 8309489 140727575521904 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 43753472 140727575524285 140727575524455 140727575524455 140727575531471 0
/proc/969008/statm: 8189 3725 1140 1005 0 6952 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 32756 KiB
Current children cumulated memory: 14900 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/257 969074
/proc/meminfo: memFree=127141780/131524600 swapFree=131071996/131071996
[pid=969008] ppid=969005 vsize=33480 memory=17672 CPUtime=102.01 cores=5,7
/proc/969008/stat : 969008 (Exact) R 969005 969008 964517 0 -1 4194304 6496 0 0 0 10068 133 0 0 20 0 1 0 184313110 34283520 4418 134679101440 4194304 8309489 140727575521904 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 43753472 140727575524285 140727575524455 140727575524455 140727575531471 0
/proc/969008/statm: 8370 4418 1140 1005 0 7133 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 33480 KiB
Current children cumulated memory: 17672 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/258 969468
/proc/meminfo: memFree=127134332/131524600 swapFree=131071996/131071996
[pid=969008] ppid=969005 vsize=33984 memory=18264 CPUtime=161.84 cores=5,7
/proc/969008/stat : 969008 (Exact) R 969005 969008 964517 0 -1 4194304 8629 0 0 0 15969 215 0 0 20 0 1 0 184313110 34799616 4566 134679101440 4194304 8309489 140727575521904 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 43753472 140727575524285 140727575524455 140727575524455 140727575531471 0
/proc/969008/statm: 8496 4566 1140 1005 0 7259 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 33984 KiB
Current children cumulated memory: 18264 KiB

[startup+222.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/255 969478
/proc/meminfo: memFree=127125104/131524600 swapFree=131071996/131071996
[pid=969008] ppid=969005 vsize=34432 memory=18712 CPUtime=221.67 cores=5,7
/proc/969008/stat : 969008 (Exact) R 969005 969008 964517 0 -1 4194304 10585 0 0 0 21877 290 0 0 20 0 1 0 184313110 35258368 4678 134679101440 4194304 8309489 140727575521904 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 43753472 140727575524285 140727575524455 140727575524455 140727575531471 0
/proc/969008/statm: 8608 4678 1140 1005 0 7371 0
Current children cumulated CPU time: 221.67 s
Current children cumulated vsize: 34432 KiB
Current children cumulated memory: 18712 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/255 969488
/proc/meminfo: memFree=127106860/131524600 swapFree=131071996/131071996
[pid=969008] ppid=969005 vsize=35152 memory=19432 CPUtime=281.51 cores=5,7
/proc/969008/stat : 969008 (Exact) R 969005 969008 964517 0 -1 4194304 12342 0 0 0 27787 364 0 0 20 0 1 0 184313110 35995648 4858 134679101440 4194304 8309489 140727575521904 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 43753472 140727575524285 140727575524455 140727575524455 140727575531471 0
/proc/969008/statm: 8788 4858 1140 1005 0 7551 0
Current children cumulated CPU time: 281.51 s
Current children cumulated vsize: 35152 KiB
Current children cumulated memory: 19432 KiB

[startup+342.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/257 969669
/proc/meminfo: memFree=127073108/131524600 swapFree=131071996/131071996
[pid=969008] ppid=969005 vsize=35504 memory=19784 CPUtime=341.36 cores=5,7
/proc/969008/stat : 969008 (Exact) R 969005 969008 964517 0 -1 4194304 14130 0 0 0 33693 443 0 0 20 0 1 0 184313110 36356096 4946 134679101440 4194304 8309489 140727575521904 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 43753472 140727575524285 140727575524455 140727575524455 140727575531471 0
/proc/969008/statm: 8876 4946 1140 1005 0 7639 0
Current children cumulated CPU time: 341.36 s
Current children cumulated vsize: 35504 KiB
Current children cumulated memory: 19784 KiB

[startup+402.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/257 969679
/proc/meminfo: memFree=127040808/131524600 swapFree=131071996/131071996
[pid=969008] ppid=969005 vsize=35792 memory=20072 CPUtime=401.2 cores=5,7
/proc/969008/stat : 969008 (Exact) R 969005 969008 964517 0 -1 4194304 15891 0 0 0 39600 520 0 0 20 0 1 0 184313110 36651008 5018 134679101440 4194304 8309489 140727575521904 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 43753472 140727575524285 140727575524455 140727575524455 140727575531471 0
/proc/969008/statm: 8948 5018 1140 1005 0 7711 0
Current children cumulated CPU time: 401.2 s
Current children cumulated vsize: 35792 KiB
Current children cumulated memory: 20072 KiB

[startup+462.3 s]
/proc/loadavg: 4.15 4.11 4.09 5/258 969692
/proc/meminfo: memFree=127031528/131524600 swapFree=131071996/131071996
[pid=969008] ppid=969005 vsize=35936 memory=20216 CPUtime=461.04 cores=5,7
/proc/969008/stat : 969008 (Exact) R 969005 969008 964517 0 -1 4194304 17688 0 0 0 45506 598 0 0 20 0 1 0 184313110 36798464 5054 134679101440 4194304 8309489 140727575521904 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 43753472 140727575524285 140727575524455 140727575524455 140727575531471 0
/proc/969008/statm: 8984 5054 1140 1005 0 7747 0

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

Current children cumulated memory: 25500 KiB

[startup+2862.3 s]
/proc/loadavg: 4.28 4.22 4.13 5/256 970798
/proc/meminfo: memFree=127059496/131524600 swapFree=131071996/131071996
[pid=969008] ppid=969005 vsize=41380 memory=25660 CPUtime=2854.7 cores=5,7
/proc/969008/stat : 969008 (Exact) R 969005 969008 964517 0 -1 4194304 71130 0 0 0 281865 3605 0 0 20 0 1 0 184313110 42373120 6415 134679101440 4194304 8309489 140727575521904 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 43753472 140727575524285 140727575524455 140727575524455 140727575531471 0
/proc/969008/statm: 10345 6415 1140 1005 0 9108 0
Current children cumulated CPU time: 2854.7 s
Current children cumulated vsize: 41380 KiB
Current children cumulated memory: 25660 KiB

[startup+2922.3 s]
/proc/loadavg: 4.21 4.21 4.13 5/256 970810
/proc/meminfo: memFree=127058136/131524600 swapFree=131071996/131071996
[pid=969008] ppid=969005 vsize=41604 memory=25884 CPUtime=2914.55 cores=5,7
/proc/969008/stat : 969008 (Exact) R 969005 969008 964517 0 -1 4194304 73952 0 0 0 287777 3678 0 0 20 0 1 0 184313110 42602496 6471 134679101440 4194304 8309489 140727575521904 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 43753472 140727575524285 140727575524455 140727575524455 140727575531471 0
/proc/969008/statm: 10401 6471 1140 1005 0 9164 0
Current children cumulated CPU time: 2914.55 s
Current children cumulated vsize: 41604 KiB
Current children cumulated memory: 25884 KiB

[startup+2982.3 s]
/proc/loadavg: 4.25 4.22 4.14 5/256 970821
/proc/meminfo: memFree=127055116/131524600 swapFree=131071996/131071996
[pid=969008] ppid=969005 vsize=41700 memory=25980 CPUtime=2974.4 cores=5,7
/proc/969008/stat : 969008 (Exact) R 969005 969008 964517 0 -1 4194304 77057 0 0 0 293688 3752 0 0 20 0 1 0 184313110 42700800 6495 134679101440 4194304 8309489 140727575521904 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 43753472 140727575524285 140727575524455 140727575524455 140727575531471 0
/proc/969008/statm: 10425 6495 1140 1005 0 9188 0
Current children cumulated CPU time: 2974.4 s
Current children cumulated vsize: 41700 KiB
Current children cumulated memory: 25980 KiB

[startup+3042.3 s]
/proc/loadavg: 4.13 4.19 4.13 5/256 970831
/proc/meminfo: memFree=127054160/131524600 swapFree=131071996/131071996
[pid=969008] ppid=969005 vsize=41972 memory=26012 CPUtime=3034.25 cores=5,7
/proc/969008/stat : 969008 (Exact) R 969005 969008 964517 0 -1 4194304 80078 0 0 0 299598 3827 0 0 20 0 1 0 184313110 42979328 6503 134679101440 4194304 8309489 140727575521904 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 43753472 140727575524285 140727575524455 140727575524455 140727575531471 0
/proc/969008/statm: 10493 6503 1140 1005 0 9256 0
Current children cumulated CPU time: 3034.25 s
Current children cumulated vsize: 41972 KiB
Current children cumulated memory: 26012 KiB

[startup+3102.3 s]
/proc/loadavg: 4.16 4.18 4.13 5/256 970842
/proc/meminfo: memFree=127052764/131524600 swapFree=131071996/131071996
[pid=969008] ppid=969005 vsize=42036 memory=26076 CPUtime=3094.08 cores=5,7
/proc/969008/stat : 969008 (Exact) R 969005 969008 964517 0 -1 4194304 82599 0 0 0 305509 3899 0 0 20 0 1 0 184313110 43044864 6519 134679101440 4194304 8309489 140727575521904 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 43753472 140727575524285 140727575524455 140727575524455 140727575531471 0
/proc/969008/statm: 10509 6519 1140 1005 0 9272 0
Current children cumulated CPU time: 3094.08 s
Current children cumulated vsize: 42036 KiB
Current children cumulated memory: 26076 KiB

[startup+3162.3 s]
/proc/loadavg: 4.20 4.19 4.14 5/257 970855
/proc/meminfo: memFree=127050772/131524600 swapFree=131071996/131071996
[pid=969008] ppid=969005 vsize=42032 memory=26108 CPUtime=3153.93 cores=5,7
/proc/969008/stat : 969008 (Exact) R 969005 969008 964517 0 -1 4194304 84287 0 0 0 311414 3979 0 0 20 0 1 0 184313110 43040768 6527 134679101440 4194304 8309489 140727575521904 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 43753472 140727575524285 140727575524455 140727575524455 140727575531471 0
/proc/969008/statm: 10508 6527 1140 1005 0 9271 0
Current children cumulated CPU time: 3153.93 s
Current children cumulated vsize: 42032 KiB
Current children cumulated memory: 26108 KiB

[startup+3222.3 s]
/proc/loadavg: 4.19 4.19 4.14 5/255 970865
/proc/meminfo: memFree=127050244/131524600 swapFree=131071996/131071996
[pid=969008] ppid=969005 vsize=41828 memory=26108 CPUtime=3213.78 cores=5,7
/proc/969008/stat : 969008 (Exact) R 969005 969008 964517 0 -1 4194304 86392 0 0 0 317323 4055 0 0 20 0 1 0 184313110 42831872 6527 134679101440 4194304 8309489 140727575521904 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 43753472 140727575524285 140727575524455 140727575524455 140727575531471 0
/proc/969008/statm: 10457 6527 1140 1005 0 9220 0
Current children cumulated CPU time: 3213.78 s
Current children cumulated vsize: 41828 KiB
Current children cumulated memory: 26108 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.17 4.13 5/255 970875
/proc/meminfo: memFree=127049420/131524600 swapFree=131071996/131071996
[pid=969008] ppid=969005 vsize=42100 memory=26176 CPUtime=3273.63 cores=5,7
/proc/969008/stat : 969008 (Exact) R 969005 969008 964517 0 -1 4194304 88657 0 0 0 323227 4136 0 0 20 0 1 0 184313110 43110400 6544 134679101440 4194304 8309489 140727575521904 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 43753472 140727575524285 140727575524455 140727575524455 140727575531471 0
/proc/969008/statm: 10525 6544 1140 1005 0 9288 0
Current children cumulated CPU time: 3273.63 s
Current children cumulated vsize: 42100 KiB
Current children cumulated memory: 26176 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.15 4.13 5/255 970886
/proc/meminfo: memFree=127048676/131524600 swapFree=131071996/131071996
[pid=969008] ppid=969005 vsize=41896 memory=26176 CPUtime=3333.47 cores=5,7
/proc/969008/stat : 969008 (Exact) R 969005 969008 964517 0 -1 4194304 91521 0 0 0 329132 4215 0 0 20 0 1 0 184313110 42901504 6544 134679101440 4194304 8309489 140727575521904 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 43753472 140727575524285 140727575524455 140727575524455 140727575531471 0
/proc/969008/statm: 10474 6544 1140 1005 0 9237 0
Current children cumulated CPU time: 3333.47 s
Current children cumulated vsize: 41896 KiB
Current children cumulated memory: 26176 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.15 4.13 5/255 970896
/proc/meminfo: memFree=127047400/131524600 swapFree=131071996/131071996
[pid=969008] ppid=969005 vsize=41992 memory=26272 CPUtime=3393.32 cores=5,7
/proc/969008/stat : 969008 (Exact) R 969005 969008 964517 0 -1 4194304 94626 0 0 0 335041 4291 0 0 20 0 1 0 184313110 42999808 6568 134679101440 4194304 8309489 140727575521904 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 43753472 140727575524285 140727575524455 140727575524455 140727575531471 0
/proc/969008/statm: 10498 6568 1140 1005 0 9261 0
Current children cumulated CPU time: 3393.32 s
Current children cumulated vsize: 41992 KiB
Current children cumulated memory: 26272 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.15 4.13 5/257 970957
/proc/meminfo: memFree=126035896/131524600 swapFree=131071996/131071996
[pid=969008] ppid=969005 vsize=42120 memory=26400 CPUtime=3453.15 cores=5,7
/proc/969008/stat : 969008 (Exact) R 969005 969008 964517 0 -1 4194304 97835 0 0 0 340947 4368 0 0 20 0 1 0 184313110 43130880 6600 134679101440 4194304 8309489 140727575521904 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 43753472 140727575524285 140727575524455 140727575524455 140727575531471 0
/proc/969008/statm: 10530 6600 1140 1005 0 9293 0
Current children cumulated CPU time: 3453.15 s
Current children cumulated vsize: 42120 KiB
Current children cumulated memory: 26400 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.15 4.13 5/257 970969
/proc/meminfo: memFree=126026340/131524600 swapFree=131071996/131071996
[pid=969008] ppid=969005 vsize=42120 memory=26400 CPUtime=3513 cores=5,7
/proc/969008/stat : 969008 (Exact) R 969005 969008 964517 0 -1 4194304 101108 0 0 0 346854 4446 0 0 20 0 1 0 184313110 43130880 6600 134679101440 4194304 8309489 140727575521904 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 43753472 140727575524285 140727575524455 140727575524455 140727575531471 0
/proc/969008/statm: 10530 6600 1140 1005 0 9293 0
Current children cumulated CPU time: 3513 s
Current children cumulated vsize: 42120 KiB
Current children cumulated memory: 26400 KiB

[startup+3582.3 s]
/proc/loadavg: 4.14 4.15 4.13 5/257 970979
/proc/meminfo: memFree=126017148/131524600 swapFree=131071996/131071996
[pid=969008] ppid=969005 vsize=42120 memory=26400 CPUtime=3572.84 cores=5,7
/proc/969008/stat : 969008 (Exact) R 969005 969008 964517 0 -1 4194304 104669 0 0 0 352761 4523 0 0 20 0 1 0 184313110 43130880 6600 134679101440 4194304 8309489 140727575521904 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 43753472 140727575524285 140727575524455 140727575524455 140727575531471 0
/proc/969008/statm: 10530 6600 1140 1005 0 9293 0
Current children cumulated CPU time: 3572.84 s
Current children cumulated vsize: 42120 KiB
Current children cumulated memory: 26400 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.6 s]
/proc/loadavg: 4.16 4.15 4.13 5/257 971028
/proc/meminfo: memFree=125850944/131524600 swapFree=131071996/131071996
[pid=969008] ppid=969005 vsize=42360 memory=26400 CPUtime=3600.06 cores=5,7
/proc/969008/stat : 969008 (Exact) R 969005 969008 964517 0 -1 4194304 106233 0 0 0 355448 4558 0 0 20 0 1 0 184313110 43376640 6600 134679101440 4194304 8309489 140727575521904 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 43753472 140727575524285 140727575524455 140727575524455 140727575531471 0
/proc/969008/statm: 10590 6600 1140 1005 0 9353 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 42360 KiB
Current children cumulated memory: 26400 KiB

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

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

# cumulated CPU time of all completed processes:  user=3554.49 s, system=45.5884 s

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

Child status: 0

Real time (s): 3609.6
CPU time (s): 3600.07
CPU user time (s): 3554.49
CPU system time (s): 45.5884
CPU usage (%): 99.736
Max. virtual memory (cumulated for all children) (KiB): 42440
Max. memory (cumulated for all children) (KiB): 26400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3554.49
system time used= 45.5884
maximum resident set size= 26660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106235
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= 9
involuntary context switches= 4430


# summary of solver processes directly reported to runsolver:
#   pid: 969008
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3554.49
#   total CPU system time (s): 45.5884

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.75992 second user time and 15.9666 second system time

The end

Launcher Data

Begin job on nodeC015 at 2024-07-18 18:52:21
IDJOB=4445986
IDBENCH=155408
IDSOLVER=3060
FILE ID=nodeC015/4445986-1721321529
RUNJOBID= nodeC015-1721317679-964530
SLURM_JOB_ID= 7542667
Free space on /tmp= 890060 MiB

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

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

MD5SUM BENCH= 081659ee65bc936cbb896171f511d736
RANDOM SEED=1453698529

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        128413084 kB
MemAvailable:   129430500 kB
Buffers:          491788 kB
Cached:          1353024 kB
SwapCached:            0 kB
Active:          1599852 kB
Inactive:         878840 kB
Active(anon):       1564 kB
Inactive(anon):   670064 kB
Active(file):    1598288 kB
Inactive(file):   208776 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             19076 kB
Writeback:            12 kB
AnonPages:        632308 kB
Mapped:           120252 kB
Shmem:             37720 kB
KReclaimable:     100000 kB
Slab:             212408 kB
SReclaimable:     100000 kB
SUnreclaim:       112408 kB
KernelStack:        4172 kB
PageTables:        10432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     982720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            68224 kB
HardwareCorrupted:     0 kB
AnonHugePages:    489472 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      291540 kB
DirectMap2M:    38279168 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 889960 MiB
End job on nodeC015 at 2024-07-18 19:52:31