Trace number 4483209

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 2025-06-02? (TO) 3600.08 3609.61

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size144-round23-6.opb
MD5SUM9b7b034b4cb564ce8c6d87bc02f32c31
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 variables4288
Total number of constraints9520
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)432
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
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: 63665 MiB (62938 MiB free)
  memory of node 1: 64507 MiB (63611 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4483209-1751216949/watcher-4483209-1751216949 -o /tmp/evaluation-result-4483209-1751216949/solver-4483209-1751216949 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751216567-31580 --watchdog 3760 HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=1499622362 --ls=360 HOME/instance-4483209-1751216949.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=31696, runsolver pid=31693
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 4.06 3.27 2.55 5/264 31697
/proc/meminfo: memFree=129571348/131249996 swapFree=33010684/33010684
[pid=31696] ppid=31693 vsize=42616 memory=20604 CPUtime=0.09 cores=5,7
/proc/31696/stat : 31696 (Exact) R 31693 31696 31567 0 -1 4194304 4162 0 0 0 9 0 0 0 20 0 1 0 37372619 43638784 5151 18446744073709551615 4198400 9112445 140734883909504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29102080 140734883916090 140734883916269 140734883916269 140734883921871 0
/proc/31696/statm: 10654 5151 1024 1200 0 9134 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 42616 KiB
Current children cumulated memory: 20604 KiB

[startup+0.20554 s]*
/proc/loadavg: 4.06 3.27 2.55 5/264 31697
/proc/meminfo: memFree=129571348/131249996 swapFree=33010684/33010684
[pid=31696] ppid=31693 vsize=42616 memory=20604 CPUtime=0.2 cores=5,7
/proc/31696/stat : 31696 (Exact) R 31693 31696 31567 0 -1 4194304 4162 0 0 0 20 0 0 0 20 0 1 0 37372619 43638784 5151 18446744073709551615 4198400 9112445 140734883909504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29102080 140734883916090 140734883916269 140734883916269 140734883921871 0
/proc/31696/statm: 10654 5151 1024 1200 0 9134 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 42616 KiB
Current children cumulated memory: 20604 KiB

[startup+0.304855 s]*
/proc/loadavg: 4.06 3.27 2.55 5/264 31697
/proc/meminfo: memFree=129571348/131249996 swapFree=33010684/33010684
[pid=31696] ppid=31693 vsize=42616 memory=20604 CPUtime=0.29 cores=5,7
/proc/31696/stat : 31696 (Exact) R 31693 31696 31567 0 -1 4194304 4162 0 0 0 29 0 0 0 20 0 1 0 37372619 43638784 5151 18446744073709551615 4198400 9112445 140734883909504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29102080 140734883916090 140734883916269 140734883916269 140734883921871 0
/proc/31696/statm: 10654 5151 1024 1200 0 9134 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 42616 KiB
Current children cumulated memory: 20604 KiB

[startup+0.700101 s]
/proc/loadavg: 4.06 3.27 2.55 5/264 31697
/proc/meminfo: memFree=129571348/131249996 swapFree=33010684/33010684
[pid=31696] ppid=31693 vsize=42616 memory=20604 CPUtime=0.69 cores=5,7
/proc/31696/stat : 31696 (Exact) R 31693 31696 31567 0 -1 4194304 4162 0 0 0 69 0 0 0 20 0 1 0 37372619 43638784 5151 18446744073709551615 4198400 9112445 140734883909504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29102080 140734883916090 140734883916269 140734883916269 140734883921871 0
/proc/31696/statm: 10654 5151 1024 1200 0 9134 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 42616 KiB
Current children cumulated memory: 20604 KiB

[startup+1.50012 s]
/proc/loadavg: 4.06 3.27 2.55 5/264 31697
/proc/meminfo: memFree=129570856/131249996 swapFree=33010684/33010684
[pid=31696] ppid=31693 vsize=42616 memory=20604 CPUtime=1.48 cores=5,7
/proc/31696/stat : 31696 (Exact) R 31693 31696 31567 0 -1 4194304 4162 0 0 0 148 0 0 0 20 0 1 0 37372619 43638784 5151 18446744073709551615 4198400 9112445 140734883909504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29102080 140734883916090 140734883916269 140734883916269 140734883921871 0
/proc/31696/statm: 10654 5151 1024 1200 0 9134 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 42616 KiB
Current children cumulated memory: 20604 KiB

[startup+3.10541 s]
/proc/loadavg: 4.06 3.27 2.55 5/264 31697
/proc/meminfo: memFree=129553224/131249996 swapFree=33010684/33010684
[pid=31696] ppid=31693 vsize=42616 memory=20604 CPUtime=3.08 cores=5,7
/proc/31696/stat : 31696 (Exact) R 31693 31696 31567 0 -1 4194304 4162 0 0 0 308 0 0 0 20 0 1 0 37372619 43638784 5151 18446744073709551615 4198400 9112445 140734883909504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29102080 140734883916090 140734883916269 140734883916269 140734883921871 0
/proc/31696/statm: 10654 5151 1024 1200 0 9134 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 42616 KiB
Current children cumulated memory: 20604 KiB

[startup+6.30012 s]
/proc/loadavg: 4.06 3.29 2.56 5/264 31697
/proc/meminfo: memFree=129553308/131249996 swapFree=33010684/33010684
[pid=31696] ppid=31693 vsize=42616 memory=20604 CPUtime=6.27 cores=5,7
/proc/31696/stat : 31696 (Exact) R 31693 31696 31567 0 -1 4194304 4162 0 0 0 627 0 0 0 20 0 1 0 37372619 43638784 5151 18446744073709551615 4198400 9112445 140734883909504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29102080 140734883916090 140734883916269 140734883916269 140734883921871 0
/proc/31696/statm: 10654 5151 1024 1200 0 9134 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 42616 KiB
Current children cumulated memory: 20604 KiB

[startup+12.7001 s]
/proc/loadavg: 4.05 3.30 2.57 5/264 31697
/proc/meminfo: memFree=129551044/131249996 swapFree=33010684/33010684
[pid=31696] ppid=31693 vsize=42616 memory=20604 CPUtime=12.66 cores=5,7
/proc/31696/stat : 31696 (Exact) R 31693 31696 31567 0 -1 4194304 4162 0 0 0 1266 0 0 0 20 0 1 0 37372619 43638784 5151 18446744073709551615 4198400 9112445 140734883909504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29102080 140734883916090 140734883916269 140734883916269 140734883921871 0
/proc/31696/statm: 10654 5151 1024 1200 0 9134 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 42616 KiB
Current children cumulated memory: 20604 KiB

[startup+25.5001 s]
/proc/loadavg: 4.04 3.33 2.59 5/264 31697
/proc/meminfo: memFree=129527472/131249996 swapFree=33010684/33010684
[pid=31696] ppid=31693 vsize=42616 memory=20604 CPUtime=25.43 cores=5,7
/proc/31696/stat : 31696 (Exact) R 31693 31696 31567 0 -1 4194304 4162 0 0 0 2543 0 0 0 20 0 1 0 37372619 43638784 5151 18446744073709551615 4198400 9112445 140734883909504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29102080 140734883916090 140734883916269 140734883916269 140734883921871 0
/proc/31696/statm: 10654 5151 1024 1200 0 9134 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 42616 KiB
Current children cumulated memory: 20604 KiB

[startup+51.1055 s]
/proc/loadavg: 4.02 3.39 2.63 5/264 31698
/proc/meminfo: memFree=129493800/131249996 swapFree=33010684/33010684
[pid=31696] ppid=31693 vsize=42616 memory=20604 CPUtime=50.97 cores=5,7
/proc/31696/stat : 31696 (Exact) R 31693 31696 31567 0 -1 4194304 4170 0 0 0 5097 0 0 0 20 0 1 0 37372619 43638784 5151 18446744073709551615 4198400 9112445 140734883909504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29102080 140734883916090 140734883916269 140734883916269 140734883921871 0
/proc/31696/statm: 10654 5151 1024 1200 0 9134 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 42616 KiB
Current children cumulated memory: 20604 KiB

[startup+102.3 s]
/proc/loadavg: 4.07 3.50 2.71 5/265 31703
/proc/meminfo: memFree=129473300/131249996 swapFree=33010684/33010684
[pid=31696] ppid=31693 vsize=42616 memory=20604 CPUtime=102.04 cores=5,7
/proc/31696/stat : 31696 (Exact) R 31693 31696 31567 0 -1 4194304 4182 0 0 0 10204 0 0 0 20 0 1 0 37372619 43638784 5151 18446744073709551615 4198400 9112445 140734883909504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29102080 140734883916090 140734883916269 140734883916269 140734883921871 0
/proc/31696/statm: 10654 5151 1024 1200 0 9134 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 42616 KiB
Current children cumulated memory: 20604 KiB

[startup+162.3 s]
/proc/loadavg: 4.07 3.61 2.80 5/264 31709
/proc/meminfo: memFree=129445016/131249996 swapFree=33010684/33010684
[pid=31696] ppid=31693 vsize=42616 memory=20604 CPUtime=161.9 cores=5,7
/proc/31696/stat : 31696 (Exact) R 31693 31696 31567 0 -1 4194304 4190 0 0 0 16190 0 0 0 20 0 1 0 37372619 43638784 5151 18446744073709551615 4198400 9112445 140734883909504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29102080 140734883916090 140734883916269 140734883916269 140734883921871 0
/proc/31696/statm: 10654 5151 1024 1200 0 9134 0
Current children cumulated CPU time: 161.9 s
Current children cumulated vsize: 42616 KiB
Current children cumulated memory: 20604 KiB

[startup+222.3 s]
/proc/loadavg: 4.13 3.71 2.89 5/265 31712
/proc/meminfo: memFree=129422560/131249996 swapFree=33010684/33010684
[pid=31696] ppid=31693 vsize=42616 memory=20604 CPUtime=221.74 cores=5,7
/proc/31696/stat : 31696 (Exact) R 31693 31696 31567 0 -1 4194304 4194 0 0 0 22174 0 0 0 20 0 1 0 37372619 43638784 5151 18446744073709551615 4198400 9112445 140734883909504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29102080 140734883916090 140734883916269 140734883916269 140734883921871 0
/proc/31696/statm: 10654 5151 1024 1200 0 9134 0
Current children cumulated CPU time: 221.74 s
Current children cumulated vsize: 42616 KiB
Current children cumulated memory: 20604 KiB

[startup+282.3 s]
/proc/loadavg: 4.05 3.77 2.96 5/265 31715
/proc/meminfo: memFree=129376896/131249996 swapFree=33010684/33010684
[pid=31696] ppid=31693 vsize=42616 memory=20604 CPUtime=281.57 cores=5,7
/proc/31696/stat : 31696 (Exact) R 31693 31696 31567 0 -1 4194304 4198 0 0 0 28157 0 0 0 20 0 1 0 37372619 43638784 5151 18446744073709551615 4198400 9112445 140734883909504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29102080 140734883916090 140734883916269 140734883916269 140734883921871 0
/proc/31696/statm: 10654 5151 1024 1200 0 9134 0
Current children cumulated CPU time: 281.57 s
Current children cumulated vsize: 42616 KiB
Current children cumulated memory: 20604 KiB

[startup+342.3 s]
/proc/loadavg: 4.13 3.84 3.04 5/265 31716
/proc/meminfo: memFree=129369080/131249996 swapFree=33010684/33010684
[pid=31696] ppid=31693 vsize=42616 memory=20604 CPUtime=341.4 cores=5,7
/proc/31696/stat : 31696 (Exact) R 31693 31696 31567 0 -1 4194304 4202 0 0 0 34140 0 0 0 20 0 1 0 37372619 43638784 5151 18446744073709551615 4198400 9112445 140734883909504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29102080 140734883916090 140734883916269 140734883916269 140734883921871 0
/proc/31696/statm: 10654 5151 1024 1200 0 9134 0
Current children cumulated CPU time: 341.4 s
Current children cumulated vsize: 42616 KiB
Current children cumulated memory: 20604 KiB

[startup+402.3 s]
/proc/loadavg: 4.11 3.89 3.11 5/264 31718
/proc/meminfo: memFree=129333444/131249996 swapFree=33010684/33010684
[pid=31696] ppid=31693 vsize=72772 memory=65920 CPUtime=401.22 cores=5,7
/proc/31696/stat : 31696 (Exact) R 31693 31696 31567 0 -1 4194304 12097 0 0 0 40112 10 0 0 20 0 1 0 37372619 74518528 16480 18446744073709551615 4198400 9112445 140734883909504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29102080 140734883916090 140734883916269 140734883916269 140734883921871 0
/proc/31696/statm: 18193 16480 1280 1200 0 16673 0
Current children cumulated CPU time: 401.22 s
Current children cumulated vsize: 72772 KiB
Current children cumulated memory: 65920 KiB

[startup+462.3 s]
/proc/loadavg: 4.09 3.93 3.17 5/264 31720
/proc/meminfo: memFree=129283360/131249996 swapFree=33010684/33010684
[pid=31696] ppid=31693 vsize=95268 memory=81660 CPUtime=461.06 cores=5,7
/proc/31696/stat : 31696 (Exact) R 31693 31696 31567 0 -1 4194304 14593 0 0 0 46083 23 0 0 20 0 1 0 37372619 97554432 20415 18446744073709551615 4198400 9112445 140734883909504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29102080 140734883916090 140734883916269 140734883916269 140734883921871 0
/proc/31696/statm: 23817 20415 1280 1200 0 22297 0
Current children cumulated CPU time: 461.06 s

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

Current children cumulated memory: 195816 KiB

[startup+2862.3 s]
/proc/loadavg: 4.11 4.18 4.09 5/264 31841
/proc/meminfo: memFree=128934344/131249996 swapFree=33010684/33010684
[pid=31696] ppid=31693 vsize=212700 memory=196712 CPUtime=2854.68 cores=5,7
/proc/31696/stat : 31696 (Exact) R 31693 31696 31567 0 -1 4194304 38413 0 0 0 284988 480 0 0 20 0 1 0 37372619 217804800 49178 18446744073709551615 4198400 9112445 140734883909504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29102080 140734883916090 140734883916269 140734883916269 140734883921871 0
/proc/31696/statm: 53175 49178 1280 1200 0 51655 0
Current children cumulated CPU time: 2854.68 s
Current children cumulated vsize: 212700 KiB
Current children cumulated memory: 196712 KiB

[startup+2922.3 s]
/proc/loadavg: 4.12 4.16 4.09 5/262 31842
/proc/meminfo: memFree=128934648/131249996 swapFree=33010684/33010684
[pid=31696] ppid=31693 vsize=213352 memory=197352 CPUtime=2914.52 cores=5,7
/proc/31696/stat : 31696 (Exact) R 31693 31696 31567 0 -1 4194304 38589 0 0 0 290961 491 0 0 20 0 1 0 37372619 218472448 49338 18446744073709551615 4198400 9112445 140734883909504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29102080 140734883916090 140734883916269 140734883916269 140734883921871 0
/proc/31696/statm: 53338 49338 1280 1200 0 51818 0
Current children cumulated CPU time: 2914.52 s
Current children cumulated vsize: 213352 KiB
Current children cumulated memory: 197352 KiB

[startup+2982.3 s]
/proc/loadavg: 4.10 4.14 4.09 5/262 31844
/proc/meminfo: memFree=128933512/131249996 swapFree=33010684/33010684
[pid=31696] ppid=31693 vsize=213528 memory=197608 CPUtime=2974.36 cores=5,7
/proc/31696/stat : 31696 (Exact) R 31693 31696 31567 0 -1 4194304 38658 0 0 0 296936 500 0 0 20 0 1 0 37372619 218652672 49402 18446744073709551615 4198400 9112445 140734883909504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29102080 140734883916090 140734883916269 140734883916269 140734883921871 0
/proc/31696/statm: 53382 49402 1280 1200 0 51862 0
Current children cumulated CPU time: 2974.36 s
Current children cumulated vsize: 213528 KiB
Current children cumulated memory: 197608 KiB

[startup+3042.3 s]
/proc/loadavg: 4.08 4.13 4.09 5/263 31847
/proc/meminfo: memFree=128922440/131249996 swapFree=33010684/33010684
[pid=31696] ppid=31693 vsize=213824 memory=197864 CPUtime=3034.21 cores=5,7
/proc/31696/stat : 31696 (Exact) R 31693 31696 31567 0 -1 4194304 38714 0 0 0 302913 508 0 0 20 0 1 0 37372619 218955776 49466 18446744073709551615 4198400 9112445 140734883909504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29102080 140734883916090 140734883916269 140734883916269 140734883921871 0
/proc/31696/statm: 53456 49466 1280 1200 0 51936 0
Current children cumulated CPU time: 3034.21 s
Current children cumulated vsize: 213824 KiB
Current children cumulated memory: 197864 KiB

[startup+3102.3 s]
/proc/loadavg: 4.14 4.14 4.09 5/264 31852
/proc/meminfo: memFree=128922312/131249996 swapFree=33010684/33010684
[pid=31696] ppid=31693 vsize=214768 memory=198760 CPUtime=3094.05 cores=5,7
/proc/31696/stat : 31696 (Exact) R 31693 31696 31567 0 -1 4194304 38948 0 0 0 308885 520 0 0 20 0 1 0 37372619 219922432 49690 18446744073709551615 4198400 9112445 140734883909504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29102080 140734883916090 140734883916269 140734883916269 140734883921871 0
/proc/31696/statm: 53692 49690 1280 1200 0 52172 0
Current children cumulated CPU time: 3094.05 s
Current children cumulated vsize: 214768 KiB
Current children cumulated memory: 198760 KiB

[startup+3162.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/265 31870
/proc/meminfo: memFree=128921760/131249996 swapFree=33010684/33010684
[pid=31696] ppid=31693 vsize=215488 memory=199528 CPUtime=3153.89 cores=5,7
/proc/31696/stat : 31696 (Exact) R 31693 31696 31567 0 -1 4194304 39128 0 0 0 314855 534 0 0 20 0 1 0 37372619 220659712 49882 18446744073709551615 4198400 9112445 140734883909504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29102080 140734883916090 140734883916269 140734883916269 140734883921871 0
/proc/31696/statm: 53872 49882 1280 1200 0 52352 0
Current children cumulated CPU time: 3153.89 s
Current children cumulated vsize: 215488 KiB
Current children cumulated memory: 199528 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/265 31872
/proc/meminfo: memFree=128919776/131249996 swapFree=33010684/33010684
[pid=31696] ppid=31693 vsize=217040 memory=201064 CPUtime=3213.74 cores=5,7
/proc/31696/stat : 31696 (Exact) R 31693 31696 31567 0 -1 4194304 39534 0 0 0 320831 543 0 0 20 0 1 0 37372619 222248960 50266 18446744073709551615 4198400 9112445 140734883909504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29102080 140734883916090 140734883916269 140734883916269 140734883921871 0
/proc/31696/statm: 54260 50266 1280 1200 0 52740 0
Current children cumulated CPU time: 3213.74 s
Current children cumulated vsize: 217040 KiB
Current children cumulated memory: 201064 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/266 32009
/proc/meminfo: memFree=129540804/131249996 swapFree=33010684/33010684
[pid=31696] ppid=31693 vsize=219096 memory=203112 CPUtime=3273.55 cores=5,7
/proc/31696/stat : 31696 (Exact) R 31693 31696 31567 0 -1 4194304 40048 0 0 0 326802 553 0 0 20 0 1 0 37372619 224354304 50778 18446744073709551615 4198400 9112445 140734883909504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29102080 140734883916090 140734883916269 140734883916269 140734883921871 0
/proc/31696/statm: 54774 50778 1280 1200 0 53254 0
Current children cumulated CPU time: 3273.55 s
Current children cumulated vsize: 219096 KiB
Current children cumulated memory: 203112 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/266 32012
/proc/meminfo: memFree=129534936/131249996 swapFree=33010684/33010684
[pid=31696] ppid=31693 vsize=220008 memory=204008 CPUtime=3333.39 cores=5,7
/proc/31696/stat : 31696 (Exact) R 31693 31696 31567 0 -1 4194304 40279 0 0 0 332774 565 0 0 20 0 1 0 37372619 225288192 51002 18446744073709551615 4198400 9112445 140734883909504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29102080 140734883916090 140734883916269 140734883916269 140734883921871 0
/proc/31696/statm: 55002 51002 1280 1200 0 53482 0
Current children cumulated CPU time: 3333.39 s
Current children cumulated vsize: 220008 KiB
Current children cumulated memory: 204008 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/265 32014
/proc/meminfo: memFree=129524768/131249996 swapFree=33010684/33010684
[pid=31696] ppid=31693 vsize=221044 memory=205160 CPUtime=3393.26 cores=5,7
/proc/31696/stat : 31696 (Exact) R 31693 31696 31567 0 -1 4194304 40562 0 0 0 338750 576 0 0 20 0 1 0 37372619 226349056 51290 18446744073709551615 4198400 9112445 140734883909504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29102080 140734883916090 140734883916269 140734883916269 140734883921871 0
/proc/31696/statm: 55261 51290 1280 1200 0 53741 0
Current children cumulated CPU time: 3393.26 s
Current children cumulated vsize: 221044 KiB
Current children cumulated memory: 205160 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/264 32016
/proc/meminfo: memFree=129528592/131249996 swapFree=33010684/33010684
[pid=31696] ppid=31693 vsize=222232 memory=206184 CPUtime=3453.12 cores=5,7
/proc/31696/stat : 31696 (Exact) R 31693 31696 31567 0 -1 4194304 40835 0 0 0 344723 589 0 0 20 0 1 0 37372619 227565568 51546 18446744073709551615 4198400 9112445 140734883909504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29102080 140734883916090 140734883916269 140734883916269 140734883921871 0
/proc/31696/statm: 55558 51546 1280 1200 0 54038 0
Current children cumulated CPU time: 3453.12 s
Current children cumulated vsize: 222232 KiB
Current children cumulated memory: 206184 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/264 32018
/proc/meminfo: memFree=129528720/131249996 swapFree=33010684/33010684
[pid=31696] ppid=31693 vsize=222800 memory=206824 CPUtime=3512.98 cores=5,7
/proc/31696/stat : 31696 (Exact) R 31693 31696 31567 0 -1 4194304 40986 0 0 0 350698 600 0 0 20 0 1 0 37372619 228147200 51706 18446744073709551615 4198400 9112445 140734883909504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29102080 140734883916090 140734883916269 140734883916269 140734883921871 0
/proc/31696/statm: 55700 51706 1280 1200 0 54180 0
Current children cumulated CPU time: 3512.98 s
Current children cumulated vsize: 222800 KiB
Current children cumulated memory: 206824 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/264 32020
/proc/meminfo: memFree=129532388/131249996 swapFree=33010684/33010684
[pid=31696] ppid=31693 vsize=223460 memory=207464 CPUtime=3572.83 cores=5,7
/proc/31696/stat : 31696 (Exact) R 31693 31696 31567 0 -1 4194304 41175 0 0 0 356672 611 0 0 20 0 1 0 37372619 228823040 51866 18446744073709551615 4198400 9112445 140734883909504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29102080 140734883916090 140734883916269 140734883916269 140734883921871 0
/proc/31696/statm: 55865 51866 1280 1200 0 54345 0
Current children cumulated CPU time: 3572.83 s
Current children cumulated vsize: 223460 KiB
Current children cumulated memory: 207464 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.6 s]
/proc/loadavg: 4.06 4.09 4.09 5/265 32113
/proc/meminfo: memFree=129521620/131249996 swapFree=33010684/33010684
[pid=31696] ppid=31693 vsize=225208 memory=209256 CPUtime=3600.06 cores=5,7
/proc/31696/stat : 31696 (Exact) R 31693 31696 31567 0 -1 4194304 41603 0 0 0 359390 616 0 0 20 0 1 0 37372619 230612992 52314 18446744073709551615 4198400 9112445 140734883909504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29102080 140734883916090 140734883916269 140734883916269 140734883921871 0
/proc/31696/statm: 56302 52314 1280 1200 0 54782 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 225208 KiB
Current children cumulated memory: 209256 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.91 s, system=6.16838 s

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

Child status: 0

Real time (s): 3609.61
CPU time (s): 3600.08
CPU user time (s): 3593.91
CPU system time (s): 6.16838
CPU usage (%): 99.7361
Max. virtual memory (cumulated for all children) (KiB): 225208
Max. memory (cumulated for all children) (KiB): 209256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.91
system time used= 6.16838
maximum resident set size= 209256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41606
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= 74
involuntary context switches= 19827


# summary of solver processes directly reported to runsolver:
#   pid: 31696
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3593.91
#   total CPU system time (s): 6.16838

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.93856 second user time and 15.1108 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-06-29 19:09:09
IDJOB=4483209
IDBENCH=162316
IDSOLVER=3317
FILE ID=nodeC021/4483209-1751216949
RUNJOBID= nodeC021-1751216567-31580
SLURM_JOB_ID= 9587657
Free space on /tmp= 433040 MiB

SOLVER NAME= Exact 2025-06-02
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size144-round23-6.opb
COMMAND LINE= HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=RANDOMSEED --ls=360 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4483209-1751216949/watcher-4483209-1751216949 -o /tmp/evaluation-result-4483209-1751216949/solver-4483209-1751216949 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751216567-31580 --watchdog 3760  HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=1499622362 --ls=360 HOME/instance-4483209-1751216949.opb

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

MD5SUM BENCH= 9b7b034b4cb564ce8c6d87bc02f32c31
RANDOM SEED=1499622362

nodeC021 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/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		: 3599.778
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
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		: 3599.802
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.56
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		: 3561.971
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
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		: 3599.086
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.56
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		: 3599.788
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
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		: 3532.286
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.56
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		: 3609.631
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
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		: 3599.780
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129586744 kB
MemAvailable:   129607364 kB
Buffers:            3280 kB
Cached:           829156 kB
SwapCached:            0 kB
Active:           501852 kB
Inactive:         571800 kB
Active(anon):     259276 kB
Inactive(anon):        0 kB
Active(file):     242576 kB
Inactive(file):   571800 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7532 kB
Writeback:             0 kB
AnonPages:        243556 kB
Mapped:           118348 kB
Shmem:             18060 kB
KReclaimable:      90568 kB
Slab:             176904 kB
SReclaimable:      90568 kB
SUnreclaim:        86336 kB
KernelStack:        4288 kB
PageTables:         3368 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     609688 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    116736 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433032 MiB
End job on nodeC021 at 2025-06-29 20:09:19