Trace number 4483343

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

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP115.shuf-2.opb
MD5SUM9fec036f9114dcaf12f5e6b379091e55
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 benchmark10.6714
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables33930
Total number of constraints6787
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)3
Number of constraints which are nor clauses,nor cardinality constraints6784
Minimum length of a constraint5
Maximum length of a constraint15
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 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 29
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.00/3610.30	c Program interrupted by user.
3600.00/3610.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: 63837 MiB (62243 MiB free)
  memory of node 1: 64465 MiB (63777 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4483343-1751234843/watcher-4483343-1751234843 -o /tmp/evaluation-result-4483343-1751234843/solver-4483343-1751234843 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751234030-28841 --watchdog 3760 HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=1156558084 --ls=360 HOME/instance-4483343-1751234843.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
Current StackSize limit: 8192 KiB

solver pid=29184, runsolver pid=29181

[startup+0.10007 s]*
/proc/loadavg: 4.42 4.21 3.76 5/249 29185
/proc/meminfo: memFree=129007948/131382120 swapFree=33010684/33010684
[pid=29184] ppid=29181 vsize=73980 memory=48704 CPUtime=0.1 cores=1,3
/proc/29184/stat : 29184 (Exact) R 29181 29184 28829 0 -1 4194304 8805 0 0 0 7 3 0 0 20 0 1 0 39162978 75755520 12176 18446744073709551615 4198400 9112445 140734124951008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 29585408 140734124955962 140734124956141 140734124956141 140734124961743 0
/proc/29184/statm: 18495 12176 1024 1200 0 16975 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 73980 KiB
Current children cumulated memory: 48704 KiB

[startup+0.212904 s]*
/proc/loadavg: 4.42 4.21 3.76 5/249 29185
/proc/meminfo: memFree=128988544/131382120 swapFree=33010684/33010684
[pid=29184] ppid=29181 vsize=90460 memory=68824 CPUtime=0.21 cores=1,3
/proc/29184/stat : 29184 (Exact) R 29181 29184 28829 0 -1 4194304 13508 0 0 0 17 4 0 0 20 0 1 0 39162978 92631040 17206 18446744073709551615 4198400 9112445 140734124951008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 29585408 140734124955962 140734124956141 140734124956141 140734124961743 0
/proc/29184/statm: 22615 17206 1024 1200 0 21095 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 90460 KiB
Current children cumulated memory: 68824 KiB

[startup+0.313012 s]*
/proc/loadavg: 4.42 4.21 3.76 5/249 29185
/proc/meminfo: memFree=128980480/131382120 swapFree=33010684/33010684
[pid=29184] ppid=29181 vsize=100956 memory=76964 CPUtime=0.31 cores=1,3
/proc/29184/stat : 29184 (Exact) R 29181 29184 28829 0 -1 4194304 15297 0 0 0 26 5 0 0 20 0 1 0 39162978 103378944 19241 18446744073709551615 4198400 9112445 140734124951008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 29585408 140734124955962 140734124956141 140734124956141 140734124961743 0
/proc/29184/statm: 25239 19241 1024 1200 0 23719 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 100956 KiB
Current children cumulated memory: 76964 KiB

[startup+0.700256 s]
/proc/loadavg: 4.42 4.21 3.76 5/249 29185
/proc/meminfo: memFree=128980480/131382120 swapFree=33010684/33010684
[pid=29184] ppid=29181 vsize=105424 memory=80036 CPUtime=0.68 cores=1,3
/proc/29184/stat : 29184 (Exact) R 29181 29184 28829 0 -1 4194304 16061 0 0 0 63 5 0 0 20 0 1 0 39162978 107954176 20009 18446744073709551615 4198400 9112445 140734124951008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 29585408 140734124955962 140734124956141 140734124956141 140734124961743 0
/proc/29184/statm: 26356 20009 1024 1200 0 24836 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 105424 KiB
Current children cumulated memory: 80036 KiB

[startup+1.50027 s]
/proc/loadavg: 4.42 4.21 3.76 5/249 29185
/proc/meminfo: memFree=128980480/131382120 swapFree=33010684/33010684
[pid=29184] ppid=29181 vsize=105424 memory=80036 CPUtime=1.48 cores=1,3
/proc/29184/stat : 29184 (Exact) R 29181 29184 28829 0 -1 4194304 16061 0 0 0 143 5 0 0 20 0 1 0 39162978 107954176 20009 18446744073709551615 4198400 9112445 140734124951008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 29585408 140734124955962 140734124956141 140734124956141 140734124961743 0
/proc/29184/statm: 26356 20009 1024 1200 0 24836 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 105424 KiB
Current children cumulated memory: 80036 KiB

[startup+3.11246 s]
/proc/loadavg: 4.42 4.21 3.76 5/249 29185
/proc/meminfo: memFree=128980748/131382120 swapFree=33010684/33010684
[pid=29184] ppid=29181 vsize=105424 memory=80036 CPUtime=3.09 cores=1,3
/proc/29184/stat : 29184 (Exact) R 29181 29184 28829 0 -1 4194304 16063 0 0 0 304 5 0 0 20 0 1 0 39162978 107954176 20009 18446744073709551615 4198400 9112445 140734124951008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 29585408 140734124955962 140734124956141 140734124956141 140734124961743 0
/proc/29184/statm: 26356 20009 1024 1200 0 24836 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 105424 KiB
Current children cumulated memory: 80036 KiB

[startup+6.30028 s]
/proc/loadavg: 4.39 4.21 3.76 5/249 29185
/proc/meminfo: memFree=128980748/131382120 swapFree=33010684/33010684
[pid=29184] ppid=29181 vsize=105424 memory=80036 CPUtime=6.27 cores=1,3
/proc/29184/stat : 29184 (Exact) R 29181 29184 28829 0 -1 4194304 16065 0 0 0 622 5 0 0 20 0 1 0 39162978 107954176 20009 18446744073709551615 4198400 9112445 140734124951008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 29585408 140734124955962 140734124956141 140734124956141 140734124961743 0
/proc/29184/statm: 26356 20009 1024 1200 0 24836 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 105424 KiB
Current children cumulated memory: 80036 KiB

[startup+12.7003 s]
/proc/loadavg: 4.44 4.22 3.76 5/250 29187
/proc/meminfo: memFree=128964492/131382120 swapFree=33010684/33010684
[pid=29184] ppid=29181 vsize=105424 memory=80036 CPUtime=12.65 cores=1,3
/proc/29184/stat : 29184 (Exact) R 29181 29184 28829 0 -1 4194304 16067 0 0 0 1260 5 0 0 20 0 1 0 39162978 107954176 20009 18446744073709551615 4198400 9112445 140734124951008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 29585408 140734124955962 140734124956141 140734124956141 140734124961743 0
/proc/29184/statm: 26356 20009 1024 1200 0 24836 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 105424 KiB
Current children cumulated memory: 80036 KiB

[startup+25.5003 s]
/proc/loadavg: 4.34 4.21 3.77 5/250 29187
/proc/meminfo: memFree=128952300/131382120 swapFree=33010684/33010684
[pid=29184] ppid=29181 vsize=105424 memory=80036 CPUtime=25.42 cores=1,3
/proc/29184/stat : 29184 (Exact) R 29181 29184 28829 0 -1 4194304 16067 0 0 0 2537 5 0 0 20 0 1 0 39162978 107954176 20009 18446744073709551615 4198400 9112445 140734124951008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 29585408 140734124955962 140734124956141 140734124956141 140734124961743 0
/proc/29184/statm: 26356 20009 1024 1200 0 24836 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 105424 KiB
Current children cumulated memory: 80036 KiB

[startup+51.1126 s]
/proc/loadavg: 4.30 4.21 3.78 5/250 29187
/proc/meminfo: memFree=128938172/131382120 swapFree=33010684/33010684
[pid=29184] ppid=29181 vsize=105424 memory=80036 CPUtime=50.98 cores=1,3
/proc/29184/stat : 29184 (Exact) R 29181 29184 28829 0 -1 4194304 16071 0 0 0 5093 5 0 0 20 0 1 0 39162978 107954176 20009 18446744073709551615 4198400 9112445 140734124951008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 29585408 140734124955962 140734124956141 140734124956141 140734124961743 0
/proc/29184/statm: 26356 20009 1024 1200 0 24836 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 105424 KiB
Current children cumulated memory: 80036 KiB

[startup+102.3 s]
/proc/loadavg: 4.20 4.19 3.80 5/251 29194
/proc/meminfo: memFree=128908280/131382120 swapFree=33010684/33010684
[pid=29184] ppid=29181 vsize=105424 memory=80036 CPUtime=102.04 cores=1,3
/proc/29184/stat : 29184 (Exact) R 29181 29184 28829 0 -1 4194304 16073 0 0 0 10199 5 0 0 20 0 1 0 39162978 107954176 20009 18446744073709551615 4198400 9112445 140734124951008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 29585408 140734124955962 140734124956141 140734124956141 140734124961743 0
/proc/29184/statm: 26356 20009 1024 1200 0 24836 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 105424 KiB
Current children cumulated memory: 80036 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.17 3.82 5/251 29198
/proc/meminfo: memFree=128906980/131382120 swapFree=33010684/33010684
[pid=29184] ppid=29181 vsize=105424 memory=83876 CPUtime=161.88 cores=1,3
/proc/29184/stat : 29184 (Exact) R 29181 29184 28829 0 -1 4194304 16113 0 0 0 16183 5 0 0 20 0 1 0 39162978 107954176 20969 18446744073709551615 4198400 9112445 140734124951008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 29585408 140734124955962 140734124956141 140734124956141 140734124961743 0
/proc/29184/statm: 26356 20969 1024 1200 0 24836 0
Current children cumulated CPU time: 161.88 s
Current children cumulated vsize: 105424 KiB
Current children cumulated memory: 83876 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.15 3.84 5/251 29202
/proc/meminfo: memFree=128844812/131382120 swapFree=33010684/33010684
[pid=29184] ppid=29181 vsize=105424 memory=83876 CPUtime=221.75 cores=1,3
/proc/29184/stat : 29184 (Exact) R 29181 29184 28829 0 -1 4194304 16136 0 0 0 22170 5 0 0 20 0 1 0 39162978 107954176 20969 18446744073709551615 4198400 9112445 140734124951008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 29585408 140734124955962 140734124956141 140734124956141 140734124961743 0
/proc/29184/statm: 26356 20969 1024 1200 0 24836 0
Current children cumulated CPU time: 221.75 s
Current children cumulated vsize: 105424 KiB
Current children cumulated memory: 83876 KiB

[startup+282.3 s]
/proc/loadavg: 4.12 4.15 3.86 5/251 29249
/proc/meminfo: memFree=128764024/131382120 swapFree=33010684/33010684
[pid=29184] ppid=29181 vsize=105424 memory=83876 CPUtime=281.6 cores=1,3
/proc/29184/stat : 29184 (Exact) R 29181 29184 28829 0 -1 4194304 16136 0 0 0 28154 6 0 0 20 0 1 0 39162978 107954176 20969 18446744073709551615 4198400 9112445 140734124951008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 29585408 140734124955962 140734124956141 140734124956141 140734124961743 0
/proc/29184/statm: 26356 20969 1024 1200 0 24836 0
Current children cumulated CPU time: 281.6 s
Current children cumulated vsize: 105424 KiB
Current children cumulated memory: 83876 KiB

[startup+342.3 s]
/proc/loadavg: 4.09 4.14 3.88 5/250 29251
/proc/meminfo: memFree=128701296/131382120 swapFree=33010684/33010684
[pid=29184] ppid=29181 vsize=105424 memory=83876 CPUtime=341.45 cores=1,3
/proc/29184/stat : 29184 (Exact) R 29181 29184 28829 0 -1 4194304 16157 0 0 0 34139 6 0 0 20 0 1 0 39162978 107954176 20969 18446744073709551615 4198400 9112445 140734124951008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 29585408 140734124955962 140734124956141 140734124956141 140734124961743 0
/proc/29184/statm: 26356 20969 1024 1200 0 24836 0
Current children cumulated CPU time: 341.45 s
Current children cumulated vsize: 105424 KiB
Current children cumulated memory: 83876 KiB

[startup+402.3 s]
/proc/loadavg: 4.14 4.14 3.90 5/249 29253
/proc/meminfo: memFree=128555332/131382120 swapFree=33010684/33010684
[pid=29184] ppid=29181 vsize=198628 memory=182884 CPUtime=401.29 cores=1,3
/proc/29184/stat : 29184 (Exact) R 29181 29184 28829 0 -1 4194304 39734 0 0 0 40117 12 0 0 20 0 1 0 39162978 203395072 45721 18446744073709551615 4198400 9112445 140734124951008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 29585408 140734124955962 140734124956141 140734124956141 140734124961743 0
/proc/29184/statm: 49657 45721 1248 1200 0 48137 0
Current children cumulated CPU time: 401.29 s
Current children cumulated vsize: 198628 KiB
Current children cumulated memory: 182884 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 4.13 3.92 5/249 29255
/proc/meminfo: memFree=128458292/131382120 swapFree=33010684/33010684
[pid=29184] ppid=29181 vsize=242540 memory=225892 CPUtime=461.12 cores=1,3
/proc/29184/stat : 29184 (Exact) R 29181 29184 28829 0 -1 4194304 50537 0 0 0 46090 22 0 0 20 0 1 0 39162978 248360960 56473 18446744073709551615 4198400 9112445 140734124951008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 29585408 140734124955962 140734124956141 140734124956141 140734124961743 0
/proc/29184/statm: 60635 56473 1248 1200 0 59115 0
Current children cumulated CPU time: 461.12 s

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

Current children cumulated memory: 1046604 KiB

[startup+2922.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/250 29727
/proc/meminfo: memFree=127372896/131382120 swapFree=33010684/33010684
[pid=29184] ppid=29181 vsize=1109716 memory=1078348 CPUtime=2913.97 cores=1,3
/proc/29184/stat : 29184 (Exact) R 29181 29184 28829 0 -1 4194304 263398 0 0 0 291104 293 0 0 20 0 1 0 39162978 1136349184 269587 18446744073709551615 4198400 9112445 140734124951008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 29585408 140734124955962 140734124956141 140734124956141 140734124961743 0
/proc/29184/statm: 277429 269587 1280 1200 0 275909 0
Current children cumulated CPU time: 2913.97 s
Current children cumulated vsize: 1109716 KiB
Current children cumulated memory: 1078348 KiB

[startup+2982.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/250 29729
/proc/meminfo: memFree=127326684/131382120 swapFree=33010684/33010684
[pid=29184] ppid=29181 vsize=1134688 memory=1102540 CPUtime=2973.77 cores=1,3
/proc/29184/stat : 29184 (Exact) R 29181 29184 28829 0 -1 4194304 269738 0 0 0 297082 295 0 0 20 0 1 0 39162978 1161920512 275635 18446744073709551615 4198400 9112445 140734124951008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 29585408 140734124955962 140734124956141 140734124956141 140734124961743 0
/proc/29184/statm: 283672 275635 1280 1200 0 282152 0
Current children cumulated CPU time: 2973.77 s
Current children cumulated vsize: 1134688 KiB
Current children cumulated memory: 1102540 KiB

[startup+3042.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/250 29731
/proc/meminfo: memFree=127269980/131382120 swapFree=33010684/33010684
[pid=29184] ppid=29181 vsize=1167276 memory=1133388 CPUtime=3033.56 cores=1,3
/proc/29184/stat : 29184 (Exact) R 29181 29184 28829 0 -1 4194304 277373 0 0 0 303060 296 0 0 20 0 1 0 39162978 1195290624 283347 18446744073709551615 4198400 9112445 140734124951008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 29585408 140734124955962 140734124956141 140734124956141 140734124961743 0
/proc/29184/statm: 291819 283347 1280 1200 0 290299 0
Current children cumulated CPU time: 3033.56 s
Current children cumulated vsize: 1167276 KiB
Current children cumulated memory: 1133388 KiB

[startup+3102.3 s]
/proc/loadavg: 4.16 4.10 4.09 5/252 29736
/proc/meminfo: memFree=127229016/131382120 swapFree=33010684/33010684
[pid=29184] ppid=29181 vsize=1186204 memory=1155020 CPUtime=3093.38 cores=1,3
/proc/29184/stat : 29184 (Exact) R 29181 29184 28829 0 -1 4194304 282362 0 0 0 309033 305 0 0 20 0 1 0 39162978 1214672896 288755 18446744073709551615 4198400 9112445 140734124951008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 29585408 140734124955962 140734124956141 140734124956141 140734124961743 0
/proc/29184/statm: 296551 288755 1280 1200 0 295031 0
Current children cumulated CPU time: 3093.38 s
Current children cumulated vsize: 1186204 KiB
Current children cumulated memory: 1155020 KiB

[startup+3162.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/253 29788
/proc/meminfo: memFree=127177548/131382120 swapFree=33010684/33010684
[pid=29184] ppid=29181 vsize=1206224 memory=1178572 CPUtime=3153.2 cores=1,3
/proc/29184/stat : 29184 (Exact) R 29181 29184 28829 0 -1 4194304 287452 0 0 0 315005 315 0 0 20 0 1 0 39162978 1235173376 294643 18446744073709551615 4198400 9112445 140734124951008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 29585408 140734124955962 140734124956141 140734124956141 140734124961743 0
/proc/29184/statm: 301556 294643 1280 1200 0 300036 0
Current children cumulated CPU time: 3153.2 s
Current children cumulated vsize: 1206224 KiB
Current children cumulated memory: 1178572 KiB

[startup+3222.3 s]
/proc/loadavg: 4.38 4.16 4.11 5/254 29852
/proc/meminfo: memFree=127148012/131382120 swapFree=33010684/33010684
[pid=29184] ppid=29181 vsize=1212128 memory=1188812 CPUtime=3213.04 cores=1,3
/proc/29184/stat : 29184 (Exact) R 29181 29184 28829 0 -1 4194304 289103 0 0 0 320977 327 0 0 20 0 1 0 39162978 1241219072 297203 18446744073709551615 4198400 9112445 140734124951008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 29585408 140734124955962 140734124956141 140734124956141 140734124961743 0
/proc/29184/statm: 303032 297203 1280 1200 0 301512 0
Current children cumulated CPU time: 3213.04 s
Current children cumulated vsize: 1212128 KiB
Current children cumulated memory: 1188812 KiB

[startup+3282.3 s]
/proc/loadavg: 4.67 4.30 4.16 5/254 29854
/proc/meminfo: memFree=127118664/131382120 swapFree=33010684/33010684
[pid=29184] ppid=29181 vsize=1220988 memory=1202636 CPUtime=3272.85 cores=1,3
/proc/29184/stat : 29184 (Exact) R 29181 29184 28829 0 -1 4194304 291730 0 0 0 326958 327 0 0 20 0 1 0 39162978 1250291712 300659 18446744073709551615 4198400 9112445 140734124951008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 29585408 140734124955962 140734124956141 140734124956141 140734124961743 0
/proc/29184/statm: 305247 300659 1280 1200 0 303727 0
Current children cumulated CPU time: 3272.85 s
Current children cumulated vsize: 1220988 KiB
Current children cumulated memory: 1202636 KiB

[startup+3342.3 s]
/proc/loadavg: 4.30 4.26 4.16 5/254 29856
/proc/meminfo: memFree=127080612/131382120 swapFree=33010684/33010684
[pid=29184] ppid=29181 vsize=1236328 memory=1221068 CPUtime=3332.68 cores=1,3
/proc/29184/stat : 29184 (Exact) R 29181 29184 28829 0 -1 4194304 295365 0 0 0 332940 328 0 0 20 0 1 0 39162978 1265999872 305267 18446744073709551615 4198400 9112445 140734124951008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 29585408 140734124955962 140734124956141 140734124956141 140734124961743 0
/proc/29184/statm: 309082 305267 1280 1200 0 307562 0
Current children cumulated CPU time: 3332.68 s
Current children cumulated vsize: 1236328 KiB
Current children cumulated memory: 1221068 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.22 4.15 5/252 29858
/proc/meminfo: memFree=127039020/131382120 swapFree=33010684/33010684
[pid=29184] ppid=29181 vsize=1239528 memory=1227212 CPUtime=3392.53 cores=1,3
/proc/29184/stat : 29184 (Exact) R 29181 29184 28829 0 -1 4194304 296448 0 0 0 338900 353 0 0 20 0 1 0 39162978 1269276672 306803 18446744073709551615 4198400 9112445 140734124951008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 29585408 140734124955962 140734124956141 140734124956141 140734124961743 0
/proc/29184/statm: 309882 306803 1280 1200 0 308362 0
Current children cumulated CPU time: 3392.53 s
Current children cumulated vsize: 1239528 KiB
Current children cumulated memory: 1227212 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.21 4.15 5/252 29860
/proc/meminfo: memFree=127016968/131382120 swapFree=33010684/33010684
[pid=29184] ppid=29181 vsize=1240844 memory=1228620 CPUtime=3452.39 cores=1,3
/proc/29184/stat : 29184 (Exact) R 29181 29184 28829 0 -1 4194304 297587 0 0 0 344870 369 0 0 20 0 1 0 39162978 1270624256 307155 18446744073709551615 4198400 9112445 140734124951008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 29585408 140734124955962 140734124956141 140734124956141 140734124961743 0
/proc/29184/statm: 310211 307155 1280 1200 0 308691 0
Current children cumulated CPU time: 3452.39 s
Current children cumulated vsize: 1240844 KiB
Current children cumulated memory: 1228620 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.18 4.15 6/249 29946
/proc/meminfo: memFree=128185880/131382120 swapFree=33010684/33010684
[pid=29184] ppid=29181 vsize=1258176 memory=1245004 CPUtime=3512.22 cores=1,3
/proc/29184/stat : 29184 (Exact) R 29181 29184 28829 0 -1 4194304 301896 0 0 0 350850 372 0 0 20 0 1 0 39162978 1288372224 311251 18446744073709551615 4198400 9112445 140734124951008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 29585408 140734124955962 140734124956141 140734124956141 140734124961743 0
/proc/29184/statm: 314544 311251 1280 1200 0 313024 0
Current children cumulated CPU time: 3512.22 s
Current children cumulated vsize: 1258176 KiB
Current children cumulated memory: 1245004 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.18 4.15 5/250 29997
/proc/meminfo: memFree=128148076/131382120 swapFree=33010684/33010684
[pid=29184] ppid=29181 vsize=1264576 memory=1251148 CPUtime=3572.07 cores=1,3
/proc/29184/stat : 29184 (Exact) R 29181 29184 28829 0 -1 4194304 303859 0 0 0 356835 372 0 0 20 0 1 0 39162978 1294925824 312787 18446744073709551615 4198400 9112445 140734124951008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 29585408 140734124955962 140734124956141 140734124956141 140734124961743 0
/proc/29184/statm: 316144 312787 1280 1200 0 314624 0
Current children cumulated CPU time: 3572.07 s
Current children cumulated vsize: 1264576 KiB
Current children cumulated memory: 1251148 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.3 s]
/proc/loadavg: 4.09 4.16 4.14 5/250 29998
/proc/meminfo: memFree=128160072/131382120 swapFree=33010684/33010684
[pid=29184] ppid=29181 vsize=1265644 memory=1252172 CPUtime=3600 cores=1,3
/proc/29184/stat : 29184 (Exact) R 29181 29184 28829 0 -1 4194304 304155 0 0 0 359628 372 0 0 20 0 1 0 39162978 1296019456 313043 18446744073709551615 4198400 9112445 140734124951008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 29585408 140734124955962 140734124956141 140734124956141 140734124961743 0
/proc/29184/statm: 316411 313043 1280 1200 0 314891 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 1265644 KiB
Current children cumulated memory: 1252172 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.31 s, system=3.72937 s

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

[startup+3610.3 s]
/proc/loadavg: 4.09 4.16 4.14 5/250 29998
/proc/meminfo: memFree=128160072/131382120 swapFree=33010684/33010684
[pid=29184] ppid=29181 vsize=1265644 memory=1252172 CPUtime=3600 cores=1,3
/proc/29184/stat : 29184 (Exact) R 29181 29184 28829 0 -1 4194304 304155 0 0 0 359628 372 0 0 20 0 1 0 39162978 1296019456 313043 18446744073709551615 4198400 9112445 140734124951008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 29585408 140734124955962 140734124956141 140734124956141 140734124961743 0
/proc/29184/statm: 316411 313043 1280 1200 0 314891 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 1265644 KiB
Current children cumulated memory: 1252172 KiB

Child status: 0

Real time (s): 3610.33
CPU time (s): 3600.04
CPU user time (s): 3596.31
CPU system time (s): 3.72937
CPU usage (%): 99.7149
Max. virtual memory (cumulated for all children) (KiB): 1265644
Max. memory (cumulated for all children) (KiB): 1252172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.31
system time used= 3.72937
maximum resident set size= 1252172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 304165
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= 331
involuntary context switches= 3869


# summary of solver processes directly reported to runsolver:
#   pid: 29184
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3596.31
#   total CPU system time (s): 3.72937

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.4383 second user time and 32.203 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-06-30 00:07:23
IDJOB=4483343
IDBENCH=165333
IDSOLVER=3317
FILE ID=nodeC003/4483343-1751234843
RUNJOBID= nodeC003-1751234030-28841
SLURM_JOB_ID= 9587714
Free space on /tmp= 432732 MiB

SOLVER NAME= Exact 2025-06-02
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP115.shuf-2.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-4483343-1751234843/watcher-4483343-1751234843 -o /tmp/evaluation-result-4483343-1751234843/solver-4483343-1751234843 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751234030-28841 --watchdog 3760  HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=1156558084 --ls=360 HOME/instance-4483343-1751234843.opb

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

MD5SUM BENCH= 9fec036f9114dcaf12f5e6b379091e55
RANDOM SEED=1156558084

nodeC003 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	: 0xb00001f
cpu MHz		: 3691.184
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 pti 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	: 6983.44
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		: 3491.889
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 pti 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	: 6983.44
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.422
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 pti 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	: 6983.44
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.164
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 pti 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	: 6983.44
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		: 3691.235
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 pti 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	: 6983.44
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		: 3664.186
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 pti 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	: 6983.44
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		: 3700.000
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 pti 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	: 6983.44
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		: 3700.000
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 pti 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	: 6983.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        129045940 kB
MemAvailable:   129433216 kB
Buffers:            3280 kB
Cached:          1193860 kB
SwapCached:            0 kB
Active:           804384 kB
Inactive:         945360 kB
Active(anon):     570564 kB
Inactive(anon):        0 kB
Active(file):     233820 kB
Inactive(file):   945360 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              8364 kB
Writeback:            36 kB
AnonPages:        553664 kB
Mapped:           116348 kB
Shmem:             17960 kB
KReclaimable:      95448 kB
Slab:             178548 kB
SReclaimable:      95448 kB
SUnreclaim:        83100 kB
KernelStack:        4032 kB
PageTables:         4032 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     942884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149416 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    342016 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:      191304 kB
DirectMap2M:    11245568 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432724 MiB
End job on nodeC003 at 2025-06-30 01:07:34