Trace number 4545129

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
SynLSCD-PS 2025-06-01? (TO) 3600.2 3609.53

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/wallon/
normalized-AverageAvoiding-mini-40_c24.opb
MD5SUMe60f0e926bcd6b192a3b449cde285525
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 variables103760
Total number of constraints89518
Number of constraints which are clauses19880
Number of constraints which are cardinality constraints (but not clauses)160
Number of constraints which are nor clauses,nor cardinality constraints69478
Minimum length of a constraint1
Maximum length of a constraint85
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 1561
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4808
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2.38/2.42	c #vars 103760 #constraints 99558 0.959503 1
4.17/4.25	c 99558 constraints
4.17/4.25	c Finish cloning data from SAT to LS
4.17/4.25	c restart_num_ls  -100000 0
64.22/64.40	c Use LS-small
64.22/64.40	c update_LS_target_phase-runLS
2720.33/2727.43	c restart_num_ls  0 2046
2720.33/2727.43	c LS 90 18
2779.38/2786.60	c Use LS-small
2779.38/2786.60	c update_LS_target_phase-runLS
3600.06/3609.40	c Program interrupted by user.
3600.06/3609.40	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (61934 MiB free)
  memory of node 1: 64465 MiB (61776 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4545129-1753220113/watcher-4545129-1753220113 -o /tmp/evaluation-result-4545129-1753220113/solver-4545129-1753220113 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1753211019-191860 --watchdog 3760 SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4545129-1753220113.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=195068, runsolver pid=195065
Current StackSize limit: 8192 KiB


[startup+0.100062 s]*
/proc/loadavg: 4.10 4.11 4.09 5/265 195069
/proc/meminfo: memFree=126656592/131250000 swapFree=33010160/33010684
[pid=195068] ppid=195065 vsize=153820 memory=82916 CPUtime=0.09 cores=5,7
/proc/195068/stat : 195068 (SynLSCD-PS) R 195065 195068 191847 0 -1 4194304 7534 0 0 0 7 2 0 0 20 0 1 0 237688885 157511680 20729 18446744073709551615 94867603685376 94867606120377 140724128241200 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94867606600952 94867606633984 94867611975680 140724128250206 140724128250342 140724128250342 140724128255946 0
/proc/195068/statm: 38455 20729 2208 595 0 23122 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 153820 KiB
Current children cumulated memory: 82916 KiB

[startup+0.205533 s]*
/proc/loadavg: 4.10 4.11 4.09 5/265 195069
/proc/meminfo: memFree=126640464/131250000 swapFree=33010160/33010684
[pid=195068] ppid=195065 vsize=160048 memory=89060 CPUtime=0.19 cores=5,7
/proc/195068/stat : 195068 (SynLSCD-PS) R 195065 195068 191847 0 -1 4194304 9088 0 0 0 17 2 0 0 20 0 1 0 237688885 163889152 22265 18446744073709551615 94867603685376 94867606120377 140724128241200 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94867606600952 94867606633984 94867611975680 140724128250206 140724128250342 140724128250342 140724128255946 0
/proc/195068/statm: 40012 22265 2208 595 0 24679 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 160048 KiB
Current children cumulated memory: 89060 KiB

[startup+0.305521 s]*
/proc/loadavg: 4.10 4.11 4.09 5/265 195069
/proc/meminfo: memFree=126632400/131250000 swapFree=33010160/33010684
[pid=195068] ppid=195065 vsize=165320 memory=96480 CPUtime=0.29 cores=5,7
/proc/195068/stat : 195068 (SynLSCD-PS) R 195065 195068 191847 0 -1 4194304 10429 0 0 0 27 2 0 0 20 0 1 0 237688885 169287680 24120 18446744073709551615 94867603685376 94867606120377 140724128241200 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94867606600952 94867606633984 94867611975680 140724128250206 140724128250342 140724128250342 140724128255946 0
/proc/195068/statm: 41330 24120 2208 595 0 25997 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 165320 KiB
Current children cumulated memory: 96480 KiB

[startup+0.700168 s]
/proc/loadavg: 4.10 4.11 4.09 5/265 195069
/proc/meminfo: memFree=126624588/131250000 swapFree=33010160/33010684
[pid=195068] ppid=195065 vsize=188184 memory=125416 CPUtime=0.68 cores=5,7
/proc/195068/stat : 195068 (SynLSCD-PS) R 195065 195068 191847 0 -1 4194304 16169 0 0 0 64 4 0 0 20 0 1 0 237688885 192700416 31354 18446744073709551615 94867603685376 94867606120377 140724128241200 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94867606600952 94867606633984 94867611975680 140724128250206 140724128250342 140724128250342 140724128255946 0
/proc/195068/statm: 47046 31354 2208 595 0 31713 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 188184 KiB
Current children cumulated memory: 125416 KiB

[startup+1.50016 s]
/proc/loadavg: 4.10 4.11 4.09 5/265 195069
/proc/meminfo: memFree=126592584/131250000 swapFree=33010160/33010684
[pid=195068] ppid=195065 vsize=247756 memory=184580 CPUtime=1.48 cores=5,7
/proc/195068/stat : 195068 (SynLSCD-PS) R 195065 195068 191847 0 -1 4194304 28165 0 0 0 141 7 0 0 20 0 1 0 237688885 253702144 46145 18446744073709551615 94867603685376 94867606120377 140724128241200 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94867606600952 94867606633984 94867611975680 140724128250206 140724128250342 140724128250342 140724128255946 0
/proc/195068/statm: 61939 46145 2208 595 0 46606 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 247756 KiB
Current children cumulated memory: 184580 KiB

[startup+3.10569 s]
/proc/loadavg: 4.09 4.11 4.09 5/265 195069
/proc/meminfo: memFree=126428216/131250000 swapFree=33010160/33010684
[pid=195068] ppid=195065 vsize=672144 memory=596628 CPUtime=3.08 cores=5,7
/proc/195068/stat : 195068 (SynLSCD-PS) R 195065 195068 191847 0 -1 4194304 66953 0 0 0 285 23 0 0 20 0 1 0 237688885 688275456 149157 18446744073709551615 94867603685376 94867606120377 140724128241200 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94867606600952 94867606633984 94867611975680 140724128250206 140724128250342 140724128250342 140724128255946 0
/proc/195068/statm: 168036 149157 2400 595 0 152703 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 672144 KiB
Current children cumulated memory: 596628 KiB

[startup+6.30016 s]
/proc/loadavg: 4.09 4.11 4.09 5/265 195069
/proc/meminfo: memFree=126194612/131250000 swapFree=33010160/33010684
[pid=195068] ppid=195065 vsize=846712 memory=771444 CPUtime=6.26 cores=5,7
/proc/195068/stat : 195068 (SynLSCD-PS) R 195065 195068 191847 0 -1 4194304 126018 0 0 0 588 38 0 0 20 0 1 0 237688885 867033088 192861 18446744073709551615 94867603685376 94867606120377 140724128241200 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94867606600952 94867606633984 94867611975680 140724128250206 140724128250342 140724128250342 140724128255946 0
/proc/195068/statm: 211678 192861 2464 595 0 196345 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 846712 KiB
Current children cumulated memory: 771444 KiB

[startup+12.7002 s]
/proc/loadavg: 4.16 4.12 4.09 5/264 195069
/proc/meminfo: memFree=126249844/131250000 swapFree=33010160/33010684
[pid=195068] ppid=195065 vsize=846712 memory=771444 CPUtime=12.65 cores=5,7
/proc/195068/stat : 195068 (SynLSCD-PS) R 195065 195068 191847 0 -1 4194304 126030 0 0 0 1215 50 0 0 20 0 1 0 237688885 867033088 192861 18446744073709551615 94867603685376 94867606120377 140724128241200 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94867606600952 94867606633984 94867611975680 140724128250206 140724128250342 140724128250342 140724128255946 0
/proc/195068/statm: 211678 192861 2464 595 0 196345 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 846712 KiB
Current children cumulated memory: 771444 KiB

[startup+25.5002 s]
/proc/loadavg: 4.13 4.11 4.09 5/264 195069
/proc/meminfo: memFree=126356592/131250000 swapFree=33010160/33010684
[pid=195068] ppid=195065 vsize=846712 memory=771444 CPUtime=25.41 cores=5,7
/proc/195068/stat : 195068 (SynLSCD-PS) R 195065 195068 191847 0 -1 4194304 126048 0 0 0 2465 76 0 0 20 0 1 0 237688885 867033088 192861 18446744073709551615 94867603685376 94867606120377 140724128241200 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94867606600952 94867606633984 94867611975680 140724128250206 140724128250342 140724128250342 140724128255946 0
/proc/195068/statm: 211678 192861 2464 595 0 196345 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 846712 KiB
Current children cumulated memory: 771444 KiB

[startup+51.1055 s]
/proc/loadavg: 4.15 4.12 4.09 5/264 195070
/proc/meminfo: memFree=126545008/131250000 swapFree=33010160/33010684
[pid=195068] ppid=195065 vsize=846712 memory=771444 CPUtime=50.95 cores=5,7
/proc/195068/stat : 195068 (SynLSCD-PS) R 195065 195068 191847 0 -1 4194304 126048 0 0 0 4955 140 0 0 20 0 1 0 237688885 867033088 192861 18446744073709551615 94867603685376 94867606120377 140724128241200 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94867606600952 94867606633984 94867611975680 140724128250206 140724128250342 140724128250342 140724128255946 0
/proc/195068/statm: 211678 192861 2464 595 0 196345 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 846712 KiB
Current children cumulated memory: 771444 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/264 195162
/proc/meminfo: memFree=126286648/131250000 swapFree=33010160/33010684
[pid=195068] ppid=195065 vsize=879704 memory=818672 CPUtime=102.01 cores=5,7
/proc/195068/stat : 195068 (SynLSCD-PS) R 195065 195068 191847 0 -1 4194304 134291 0 0 0 10031 170 0 0 20 0 1 0 237688885 900816896 204668 18446744073709551615 94867603685376 94867606120377 140724128241200 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94867606600952 94867606633984 94867611975680 140724128250206 140724128250342 140724128250342 140724128255946 0
/proc/195068/statm: 219926 204668 2496 595 0 204593 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 879704 KiB
Current children cumulated memory: 818672 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/265 195167
/proc/meminfo: memFree=111235328/131250000 swapFree=33010160/33010684
[pid=195068] ppid=195065 vsize=886636 memory=825328 CPUtime=161.85 cores=5,7
/proc/195068/stat : 195068 (SynLSCD-PS) R 195065 195068 191847 0 -1 4194304 135978 0 0 0 16014 171 0 0 20 0 1 0 237688885 907915264 206332 18446744073709551615 94867603685376 94867606120377 140724128241200 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94867606600952 94867606633984 94867611975680 140724128250206 140724128250342 140724128250342 140724128255946 0
/proc/195068/statm: 221659 206332 2496 595 0 206326 0
Current children cumulated CPU time: 161.85 s
Current children cumulated vsize: 886636 KiB
Current children cumulated memory: 825328 KiB

[startup+222.3 s]
/proc/loadavg: 4.22 4.13 4.10 5/265 195173
/proc/meminfo: memFree=101109560/131250000 swapFree=33010160/33010684
[pid=195068] ppid=195065 vsize=899364 memory=838000 CPUtime=221.69 cores=5,7
/proc/195068/stat : 195068 (SynLSCD-PS) R 195065 195068 191847 0 -1 4194304 139152 0 0 0 21997 172 0 0 20 0 1 0 237688885 920948736 209500 18446744073709551615 94867603685376 94867606120377 140724128241200 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94867606600952 94867606633984 94867611975680 140724128250206 140724128250342 140724128250342 140724128255946 0
/proc/195068/statm: 224841 209500 2496 595 0 209508 0
Current children cumulated CPU time: 221.69 s
Current children cumulated vsize: 899364 KiB
Current children cumulated memory: 838000 KiB

[startup+282.3 s]
/proc/loadavg: 4.18 4.14 4.10 5/265 195220
/proc/meminfo: memFree=127063740/131250000 swapFree=33010160/33010684
[pid=195068] ppid=195065 vsize=912092 memory=850160 CPUtime=281.53 cores=5,7
/proc/195068/stat : 195068 (SynLSCD-PS) R 195065 195068 191847 0 -1 4194304 142243 0 0 0 27981 172 0 0 20 0 1 0 237688885 933982208 212540 18446744073709551615 94867603685376 94867606120377 140724128241200 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94867606600952 94867606633984 94867611975680 140724128250206 140724128250342 140724128250342 140724128255946 0
/proc/195068/statm: 228023 212540 2496 595 0 212690 0
Current children cumulated CPU time: 281.53 s
Current children cumulated vsize: 912092 KiB
Current children cumulated memory: 850160 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/265 195223
/proc/meminfo: memFree=127108568/131250000 swapFree=33010160/33010684
[pid=195068] ppid=195065 vsize=920252 memory=858224 CPUtime=341.37 cores=5,7
/proc/195068/stat : 195068 (SynLSCD-PS) R 195065 195068 191847 0 -1 4194304 144250 0 0 0 33964 173 0 0 20 0 1 0 237688885 942338048 214556 18446744073709551615 94867603685376 94867606120377 140724128241200 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94867606600952 94867606633984 94867611975680 140724128250206 140724128250342 140724128250342 140724128255946 0
/proc/195068/statm: 230063 214556 2496 595 0 214730 0
Current children cumulated CPU time: 341.37 s
Current children cumulated vsize: 920252 KiB
Current children cumulated memory: 858224 KiB

[startup+402.3 s]
/proc/loadavg: 4.15 4.13 4.09 5/264 195225
/proc/meminfo: memFree=127048828/131250000 swapFree=33010160/33010684
[pid=195068] ppid=195065 vsize=929516 memory=867440 CPUtime=401.2 cores=5,7
/proc/195068/stat : 195068 (SynLSCD-PS) R 195065 195068 191847 0 -1 4194304 146605 0 0 0 39947 173 0 0 20 0 1 0 237688885 951824384 216860 18446744073709551615 94867603685376 94867606120377 140724128241200 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94867606600952 94867606633984 94867611975680 140724128250206 140724128250342 140724128250342 140724128255946 0
/proc/195068/statm: 232379 216860 2496 595 0 217046 0
Current children cumulated CPU time: 401.2 s
Current children cumulated vsize: 929516 KiB
Current children cumulated memory: 867440 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/264 195227
/proc/meminfo: memFree=127027192/131250000 swapFree=33010160/33010684
[pid=195068] ppid=195065 vsize=953144 memory=890628 CPUtime=461 cores=5,7
/proc/195068/stat : 195068 (SynLSCD-PS) R 195065 195068 191847 0 -1 4194304 152202 0 0 0 45925 175 0 0 20 0 1 0 237688885 976019456 222657 18446744073709551615 94867603685376 94867606120377 140724128241200 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94867606600952 94867606633984 94867611975680 140724128250206 140724128250342 140724128250342 140724128255946 0
/proc/195068/statm: 238286 222657 2496 595 0 222953 0
Current children cumulated CPU time: 461 s

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

Current children cumulated memory: 962920 KiB

[startup+2922.3 s]
/proc/loadavg: 3.10 3.13 3.37 4/259 195408
/proc/meminfo: memFree=126983868/131250000 swapFree=33010160/33010684
[pid=195068] ppid=195065 vsize=1023596 memory=962920 CPUtime=2914.73 cores=5,7
/proc/195068/stat : 195068 (SynLSCD-PS) R 195065 195068 191847 0 -1 4194304 169158 0 0 0 291120 353 0 0 20 0 1 0 237688885 1048162304 240730 18446744073709551615 94867603685376 94867606120377 140724128241200 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94867606600952 94867606633984 94867611975680 140724128250206 140724128250342 140724128250342 140724128255946 0
/proc/195068/statm: 255899 240730 2496 595 0 240566 0
Current children cumulated CPU time: 2914.73 s
Current children cumulated vsize: 1023596 KiB
Current children cumulated memory: 962920 KiB

[startup+2982.3 s]
/proc/loadavg: 3.12 3.12 3.35 4/259 195411
/proc/meminfo: memFree=126983996/131250000 swapFree=33010160/33010684
[pid=195068] ppid=195065 vsize=1023596 memory=962920 CPUtime=2974.57 cores=5,7
/proc/195068/stat : 195068 (SynLSCD-PS) R 195065 195068 191847 0 -1 4194304 169160 0 0 0 297104 353 0 0 20 0 1 0 237688885 1048162304 240730 18446744073709551615 94867603685376 94867606120377 140724128241200 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94867606600952 94867606633984 94867611975680 140724128250206 140724128250342 140724128250342 140724128255946 0
/proc/195068/statm: 255899 240730 2496 595 0 240566 0
Current children cumulated CPU time: 2974.57 s
Current children cumulated vsize: 1023596 KiB
Current children cumulated memory: 962920 KiB

[startup+3042.3 s]
/proc/loadavg: 3.10 3.12 3.33 4/257 195413
/proc/meminfo: memFree=126983916/131250000 swapFree=33010160/33010684
[pid=195068] ppid=195065 vsize=1023596 memory=962920 CPUtime=3034.42 cores=5,7
/proc/195068/stat : 195068 (SynLSCD-PS) R 195065 195068 191847 0 -1 4194304 169160 0 0 0 303089 353 0 0 20 0 1 0 237688885 1048162304 240730 18446744073709551615 94867603685376 94867606120377 140724128241200 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94867606600952 94867606633984 94867611975680 140724128250206 140724128250342 140724128250342 140724128255946 0
/proc/195068/statm: 255899 240730 2496 595 0 240566 0
Current children cumulated CPU time: 3034.42 s
Current children cumulated vsize: 1023596 KiB
Current children cumulated memory: 962920 KiB

[startup+3102.3 s]
/proc/loadavg: 3.08 3.11 3.32 4/257 195415
/proc/meminfo: memFree=126983948/131250000 swapFree=33010160/33010684
[pid=195068] ppid=195065 vsize=1023596 memory=962920 CPUtime=3094.26 cores=5,7
/proc/195068/stat : 195068 (SynLSCD-PS) R 195065 195068 191847 0 -1 4194304 169161 0 0 0 309073 353 0 0 20 0 1 0 237688885 1048162304 240730 18446744073709551615 94867603685376 94867606120377 140724128241200 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94867606600952 94867606633984 94867611975680 140724128250206 140724128250342 140724128250342 140724128255946 0
/proc/195068/statm: 255899 240730 2496 595 0 240566 0
Current children cumulated CPU time: 3094.26 s
Current children cumulated vsize: 1023596 KiB
Current children cumulated memory: 962920 KiB

[startup+3162.3 s]
/proc/loadavg: 3.07 3.10 3.30 4/257 195417
/proc/meminfo: memFree=126983872/131250000 swapFree=33010160/33010684
[pid=195068] ppid=195065 vsize=1023596 memory=962920 CPUtime=3154.11 cores=5,7
/proc/195068/stat : 195068 (SynLSCD-PS) R 195065 195068 191847 0 -1 4194304 169161 0 0 0 315058 353 0 0 20 0 1 0 237688885 1048162304 240730 18446744073709551615 94867603685376 94867606120377 140724128241200 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94867606600952 94867606633984 94867611975680 140724128250206 140724128250342 140724128250342 140724128255946 0
/proc/195068/statm: 255899 240730 2496 595 0 240566 0
Current children cumulated CPU time: 3154.11 s
Current children cumulated vsize: 1023596 KiB
Current children cumulated memory: 962920 KiB

[startup+3222.3 s]
/proc/loadavg: 3.08 3.09 3.28 4/258 195422
/proc/meminfo: memFree=126979316/131250000 swapFree=33010160/33010684
[pid=195068] ppid=195065 vsize=1023596 memory=962920 CPUtime=3213.95 cores=5,7
/proc/195068/stat : 195068 (SynLSCD-PS) R 195065 195068 191847 0 -1 4194304 169161 0 0 0 321042 353 0 0 20 0 1 0 237688885 1048162304 240730 18446744073709551615 94867603685376 94867606120377 140724128241200 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94867606600952 94867606633984 94867611975680 140724128250206 140724128250342 140724128250342 140724128255946 0
/proc/195068/statm: 255899 240730 2496 595 0 240566 0
Current children cumulated CPU time: 3213.95 s
Current children cumulated vsize: 1023596 KiB
Current children cumulated memory: 962920 KiB

[startup+3282.3 s]
/proc/loadavg: 3.07 3.09 3.27 4/259 195429
/proc/meminfo: memFree=126979508/131250000 swapFree=33010160/33010684
[pid=195068] ppid=195065 vsize=1023596 memory=962920 CPUtime=3273.8 cores=5,7
/proc/195068/stat : 195068 (SynLSCD-PS) R 195065 195068 191847 0 -1 4194304 169350 0 0 0 327027 353 0 0 20 0 1 0 237688885 1048162304 240730 18446744073709551615 94867603685376 94867606120377 140724128241200 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94867606600952 94867606633984 94867611975680 140724128250206 140724128250342 140724128250342 140724128255946 0
/proc/195068/statm: 255899 240730 2496 595 0 240566 0
Current children cumulated CPU time: 3273.8 s
Current children cumulated vsize: 1023596 KiB
Current children cumulated memory: 962920 KiB

[startup+3342.3 s]
/proc/loadavg: 3.12 3.10 3.26 4/259 195431
/proc/meminfo: memFree=126979380/131250000 swapFree=33010160/33010684
[pid=195068] ppid=195065 vsize=1023596 memory=962920 CPUtime=3333.64 cores=5,7
/proc/195068/stat : 195068 (SynLSCD-PS) R 195065 195068 191847 0 -1 4194304 169367 0 0 0 333011 353 0 0 20 0 1 0 237688885 1048162304 240730 18446744073709551615 94867603685376 94867606120377 140724128241200 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94867606600952 94867606633984 94867611975680 140724128250206 140724128250342 140724128250342 140724128255946 0
/proc/195068/statm: 255899 240730 2496 595 0 240566 0
Current children cumulated CPU time: 3333.64 s
Current children cumulated vsize: 1023596 KiB
Current children cumulated memory: 962920 KiB

[startup+3402.3 s]
/proc/loadavg: 3.04 3.08 3.24 4/259 195433
/proc/meminfo: memFree=126959012/131250000 swapFree=33010160/33010684
[pid=195068] ppid=195065 vsize=1023596 memory=962920 CPUtime=3393.49 cores=5,7
/proc/195068/stat : 195068 (SynLSCD-PS) R 195065 195068 191847 0 -1 4194304 169368 0 0 0 338996 353 0 0 20 0 1 0 237688885 1048162304 240730 18446744073709551615 94867603685376 94867606120377 140724128241200 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94867606600952 94867606633984 94867611975680 140724128250206 140724128250342 140724128250342 140724128255946 0
/proc/195068/statm: 255899 240730 2496 595 0 240566 0
Current children cumulated CPU time: 3393.49 s
Current children cumulated vsize: 1023596 KiB
Current children cumulated memory: 962920 KiB

[startup+3462.3 s]
/proc/loadavg: 3.12 3.09 3.24 4/259 195435
/proc/meminfo: memFree=126979700/131250000 swapFree=33010160/33010684
[pid=195068] ppid=195065 vsize=1023596 memory=962920 CPUtime=3453.33 cores=5,7
/proc/195068/stat : 195068 (SynLSCD-PS) R 195065 195068 191847 0 -1 4194304 169368 0 0 0 344980 353 0 0 20 0 1 0 237688885 1048162304 240730 18446744073709551615 94867603685376 94867606120377 140724128241200 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94867606600952 94867606633984 94867611975680 140724128250206 140724128250342 140724128250342 140724128255946 0
/proc/195068/statm: 255899 240730 2496 595 0 240566 0
Current children cumulated CPU time: 3453.33 s
Current children cumulated vsize: 1023596 KiB
Current children cumulated memory: 962920 KiB

[startup+3522.3 s]
/proc/loadavg: 2.54 2.93 3.17 3/253 195468
/proc/meminfo: memFree=127443724/131250000 swapFree=33010160/33010684
[pid=195068] ppid=195065 vsize=1023596 memory=962920 CPUtime=3513.18 cores=5,7
/proc/195068/stat : 195068 (SynLSCD-PS) R 195065 195068 191847 0 -1 4194304 169368 0 0 0 350965 353 0 0 20 0 1 0 237688885 1048162304 240730 18446744073709551615 94867603685376 94867606120377 140724128241200 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94867606600952 94867606633984 94867611975680 140724128250206 140724128250342 140724128250342 140724128255946 0
/proc/195068/statm: 255899 240730 2496 595 0 240566 0
Current children cumulated CPU time: 3513.18 s
Current children cumulated vsize: 1023596 KiB
Current children cumulated memory: 962920 KiB

[startup+3582.3 s]
/proc/loadavg: 2.24 2.78 3.10 3/251 195470
/proc/meminfo: memFree=127443516/131250000 swapFree=33010160/33010684
[pid=195068] ppid=195065 vsize=1023596 memory=962920 CPUtime=3573.03 cores=5,7
/proc/195068/stat : 195068 (SynLSCD-PS) R 195065 195068 191847 0 -1 4194304 169368 0 0 0 356950 353 0 0 20 0 1 0 237688885 1048162304 240730 18446744073709551615 94867603685376 94867606120377 140724128241200 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94867606600952 94867606633984 94867611975680 140724128250206 140724128250342 140724128250342 140724128255946 0
/proc/195068/statm: 255899 240730 2496 595 0 240566 0
Current children cumulated CPU time: 3573.03 s
Current children cumulated vsize: 1023596 KiB
Current children cumulated memory: 962920 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.4 s]
/proc/loadavg: 2.14 2.70 3.06 3/251 195471
/proc/meminfo: memFree=127443548/131250000 swapFree=33010160/33010684
[pid=195068] ppid=195065 vsize=1023596 memory=962920 CPUtime=3600.06 cores=5,7
/proc/195068/stat : 195068 (SynLSCD-PS) R 195065 195068 191847 0 -1 4194304 169368 0 0 0 359653 353 0 0 20 0 1 0 237688885 1048162304 240730 18446744073709551615 94867603685376 94867606120377 140724128241200 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94867606600952 94867606633984 94867611975680 140724128250206 140724128250342 140724128250342 140724128255946 0
/proc/195068/statm: 255899 240730 2496 595 0 240566 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 1023596 KiB
Current children cumulated memory: 962920 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.66 s, system=3.53993 s

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

[startup+3609.5 s]
/proc/loadavg: 2.14 2.70 3.06 3/251 195471
/proc/meminfo: memFree=127443548/131250000 swapFree=33010160/33010684
[pid=195068] ppid=195065 vsize=813452 memory=754312 CPUtime=3600.16 cores=5,7
/proc/195068/stat : 195068 (SynLSCD-PS) R 195065 195068 191847 0 -1 4194304 169408 0 0 0 359663 353 0 0 20 0 1 0 237688885 832974848 188578 18446744073709551615 94867603685376 94867606120377 140724128241200 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94867606600952 94867606633984 94867611975680 140724128250206 140724128250342 140724128250342 140724128255946 0
/proc/195068/statm: 203363 188578 2592 595 0 188030 0
Current children cumulated CPU time: 3600.16 s
Current children cumulated vsize: 813452 KiB
Current children cumulated memory: 754312 KiB

Child status: 0

Real time (s): 3609.53
CPU time (s): 3600.2
CPU user time (s): 3596.66
CPU system time (s): 3.53993
CPU usage (%): 99.7415
Max. virtual memory (cumulated for all children) (KiB): 1023596
Max. memory (cumulated for all children) (KiB): 962920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.66
system time used= 3.53993
maximum resident set size= 963304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 169436
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= 253
involuntary context switches= 1332


# summary of solver processes directly reported to runsolver:
#   pid: 195068
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3596.66
#   total CPU system time (s): 3.53993

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.57582 second user time and 15.3535 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-07-22 23:35:13
IDJOB=4545129
IDBENCH=180714
IDSOLVER=3370
FILE ID=nodeC016/4545129-1753220113
RUNJOBID= nodeC016-1753211019-191860
SLURM_JOB_ID= 9687787
Free space on /tmp= 432968 MiB

SOLVER NAME= SynLSCD-PS 2025-06-01
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-AverageAvoiding-mini-40_c24.opb
COMMAND LINE= SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545129-1753220113/watcher-4545129-1753220113 -o /tmp/evaluation-result-4545129-1753220113/solver-4545129-1753220113 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1753211019-191860 --watchdog 3760  SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4545129-1753220113.opb

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

MD5SUM BENCH= e60f0e926bcd6b192a3b449cde285525
RANDOM SEED=229411273

nodeC016 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.728
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.48
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.655
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.48
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		: 3672.950
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.48
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		: 3600.289
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.48
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.744
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.48
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		: 3745.384
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.48
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		: 3500.071
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.48
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.641
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        126665048 kB
MemAvailable:   127546048 kB
Buffers:            2144 kB
Cached:          1596376 kB
SwapCached:           24 kB
Active:          2461488 kB
Inactive:         359476 kB
Active(anon):    1246576 kB
Inactive(anon):     2108 kB
Active(file):    1214912 kB
Inactive(file):   357368 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             31636 kB
Writeback:             0 kB
AnonPages:       1225020 kB
Mapped:           119908 kB
Shmem:             26240 kB
KReclaimable:     295920 kB
Slab:             395216 kB
SReclaimable:     295920 kB
SUnreclaim:        99296 kB
KernelStack:        4288 kB
PageTables:         5704 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1710636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    702464 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432992 MiB
End job on nodeC016 at 2025-07-23 00:35:23