Trace number 4546063

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 2025-07-23? (TO) 3600.06 3609.41

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/array_comm/arraycomm_teq/normalized-22arraycomm_teq_less.opb
MD5SUM33cd2865dc6656b609d0c0476b6c078b
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 benchmark0.64241
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2992
Total number of constraints4445
Number of constraints which are clauses2904
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1541
Minimum length of a constraint2
Maximum length of a constraint88
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 8796093022208
Number of bits of the biggest number in a constraint 44
Biggest sum of numbers in a constraint 35184372088831
Number of bits of the biggest sum of numbers45
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.02	c #vars 2992 #constraints 5985 2.00033 0
0.00/0.02	c intsize: 45
0.00/0.08	c 5985 constraints
0.00/0.08	c Finish cloning data from SAT to LS
0.00/0.08	c restart_num_ls  -100000 0
650.28/652.05	c Use LS-small
650.28/652.05	restart_num  0 301
650.28/652.05	c LS-restart 90 57
1203.14/1206.36	c Use LS-small
1203.14/1206.36	restart_num  301 603
1203.14/1206.36	c LS-restart 80 97
1681.60/1686.09	c Use LS-small
1681.60/1686.09	restart_num  603 905
1681.60/1686.09	c LS-restart 70 37
2466.15/2472.66	c Use LS-small
2466.15/2472.66	restart_num  905 1206
2466.15/2472.66	c LS-restart 60 26
2913.60/2921.27	c Use LS-small
2913.60/2921.27	restart_num  1206 1508
2913.60/2921.27	c LS-restart 50 71
3600.05/3609.40	c Use LS-small
3600.05/3609.40	c Program interrupted by user.
3600.05/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: 63665 MiB (62087 MiB free)
  memory of node 1: 64507 MiB (63702 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4546063-1753263416/watcher-4546063-1753263416 -o /tmp/evaluation-result-4546063-1753263416/solver-4546063-1753263416 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1753259701-164143 --watchdog 3760 ./SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4546063-1753263416.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
solver pid=165035, runsolver pid=165032
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 4.08 4.09 4.04 5/264 165036
/proc/meminfo: memFree=128802676/131249996 swapFree=33003468/33010684
[pid=165035] ppid=165032 vsize=95620 memory=22800 CPUtime=0.09 cores=5,7
/proc/165035/stat : 165035 (SynLSCD) R 165032 165035 164123 0 -1 4194304 3889 0 0 0 8 1 0 0 20 0 1 0 242019252 97914880 5700 18446744073709551615 94586601230336 94586603664937 140725087853760 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94586604145912 94586604178944 94586608443392 140725087861123 140725087861258 140725087861258 140725087866862 0
/proc/165035/statm: 23905 5700 2496 595 0 8572 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 95620 KiB
Current children cumulated memory: 22800 KiB

[startup+0.205301 s]*
/proc/loadavg: 4.08 4.09 4.04 5/264 165036
/proc/meminfo: memFree=128802676/131249996 swapFree=33003468/33010684
[pid=165035] ppid=165032 vsize=95620 memory=22800 CPUtime=0.19 cores=5,7
/proc/165035/stat : 165035 (SynLSCD) R 165032 165035 164123 0 -1 4194304 3889 0 0 0 17 2 0 0 20 0 1 0 242019252 97914880 5700 18446744073709551615 94586601230336 94586603664937 140725087853760 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94586604145912 94586604178944 94586608443392 140725087861123 140725087861258 140725087861258 140725087866862 0
/proc/165035/statm: 23905 5700 2496 595 0 8572 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 95620 KiB
Current children cumulated memory: 22800 KiB

[startup+0.305122 s]*
/proc/loadavg: 4.08 4.09 4.04 5/264 165036
/proc/meminfo: memFree=128802676/131249996 swapFree=33003468/33010684
[pid=165035] ppid=165032 vsize=95620 memory=22800 CPUtime=0.29 cores=5,7
/proc/165035/stat : 165035 (SynLSCD) R 165032 165035 164123 0 -1 4194304 3889 0 0 0 25 4 0 0 20 0 1 0 242019252 97914880 5700 18446744073709551615 94586601230336 94586603664937 140725087853760 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94586604145912 94586604178944 94586608443392 140725087861123 140725087861258 140725087861258 140725087866862 0
/proc/165035/statm: 23905 5700 2496 595 0 8572 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 95620 KiB
Current children cumulated memory: 22800 KiB

[startup+0.700137 s]
/proc/loadavg: 4.08 4.09 4.04 5/264 165036
/proc/meminfo: memFree=128802676/131249996 swapFree=33003468/33010684
[pid=165035] ppid=165032 vsize=95620 memory=22800 CPUtime=0.68 cores=5,7
/proc/165035/stat : 165035 (SynLSCD) R 165032 165035 164123 0 -1 4194304 3889 0 0 0 55 13 0 0 20 0 1 0 242019252 97914880 5700 18446744073709551615 94586601230336 94586603664937 140725087853760 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94586604145912 94586604178944 94586608443392 140725087861123 140725087861258 140725087861258 140725087866862 0
/proc/165035/statm: 23905 5700 2496 595 0 8572 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 95620 KiB
Current children cumulated memory: 22800 KiB

[startup+1.50012 s]
/proc/loadavg: 4.08 4.09 4.04 5/264 165036
/proc/meminfo: memFree=128802676/131249996 swapFree=33003468/33010684
[pid=165035] ppid=165032 vsize=95620 memory=22800 CPUtime=1.48 cores=5,7
/proc/165035/stat : 165035 (SynLSCD) R 165032 165035 164123 0 -1 4194304 3889 0 0 0 118 30 0 0 20 0 1 0 242019252 97914880 5700 18446744073709551615 94586601230336 94586603664937 140725087853760 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94586604145912 94586604178944 94586608443392 140725087861123 140725087861258 140725087861258 140725087866862 0
/proc/165035/statm: 23905 5700 2496 595 0 8572 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 95620 KiB
Current children cumulated memory: 22800 KiB

[startup+3.10504 s]
/proc/loadavg: 4.07 4.09 4.04 5/264 165036
/proc/meminfo: memFree=128800908/131249996 swapFree=33003468/33010684
[pid=165035] ppid=165032 vsize=95620 memory=22800 CPUtime=3.09 cores=5,7
/proc/165035/stat : 165035 (SynLSCD) R 165032 165035 164123 0 -1 4194304 3889 0 0 0 242 67 0 0 20 0 1 0 242019252 97914880 5700 18446744073709551615 94586601230336 94586603664937 140725087853760 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94586604145912 94586604178944 94586608443392 140725087861123 140725087861258 140725087861258 140725087866862 0
/proc/165035/statm: 23905 5700 2496 595 0 8572 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 95620 KiB
Current children cumulated memory: 22800 KiB

[startup+6.3001 s]
/proc/loadavg: 4.07 4.09 4.04 5/264 165036
/proc/meminfo: memFree=128799068/131249996 swapFree=33003468/33010684
[pid=165035] ppid=165032 vsize=97236 memory=27060 CPUtime=6.26 cores=5,7
/proc/165035/stat : 165035 (SynLSCD) R 165032 165035 164123 0 -1 4194304 4370 0 0 0 503 123 0 0 20 0 1 0 242019252 99569664 6765 18446744073709551615 94586601230336 94586603664937 140725087853760 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94586604145912 94586604178944 94586608443392 140725087861123 140725087861258 140725087861258 140725087866862 0
/proc/165035/statm: 24309 6765 2592 595 0 8976 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 97236 KiB
Current children cumulated memory: 27060 KiB

[startup+12.7002 s]
/proc/loadavg: 4.06 4.08 4.03 6/264 165036
/proc/meminfo: memFree=128786996/131249996 swapFree=33003468/33010684
[pid=165035] ppid=165032 vsize=109288 memory=49256 CPUtime=12.65 cores=5,7
/proc/165035/stat : 165035 (SynLSCD) R 165032 165035 164123 0 -1 4194304 7369 0 0 0 1139 126 0 0 20 0 1 0 242019252 111910912 12314 18446744073709551615 94586601230336 94586603664937 140725087853760 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94586604145912 94586604178944 94586608443392 140725087861123 140725087861258 140725087861258 140725087866862 0
/proc/165035/statm: 27322 12314 2592 595 0 11989 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 109288 KiB
Current children cumulated memory: 49256 KiB

[startup+25.5002 s]
/proc/loadavg: 4.05 4.08 4.03 5/264 165037
/proc/meminfo: memFree=128754416/131249996 swapFree=33003468/33010684
[pid=165035] ppid=165032 vsize=138196 memory=80204 CPUtime=25.41 cores=5,7
/proc/165035/stat : 165035 (SynLSCD) R 165032 165035 164123 0 -1 4194304 11762 0 0 0 2409 132 0 0 20 0 1 0 242019252 141512704 20051 18446744073709551615 94586601230336 94586603664937 140725087853760 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94586604145912 94586604178944 94586608443392 140725087861123 140725087861258 140725087861258 140725087866862 0
/proc/165035/statm: 34549 20051 2592 595 0 19216 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 138196 KiB
Current children cumulated memory: 80204 KiB

[startup+51.1053 s]
/proc/loadavg: 4.04 4.07 4.03 5/264 165082
/proc/meminfo: memFree=124067244/131249996 swapFree=33003468/33010684
[pid=165035] ppid=165032 vsize=218852 memory=131420 CPUtime=50.95 cores=5,7
/proc/165035/stat : 165035 (SynLSCD) R 165032 165035 164123 0 -1 4194304 17199 0 0 0 4955 140 0 0 20 0 1 0 242019252 224104448 32855 18446744073709551615 94586601230336 94586603664937 140725087853760 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94586604145912 94586604178944 94586608443392 140725087861123 140725087861258 140725087861258 140725087866862 0
/proc/165035/statm: 54713 32855 2592 595 0 39380 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 218852 KiB
Current children cumulated memory: 131420 KiB

[startup+102.3 s]
/proc/loadavg: 4.17 4.11 4.04 5/264 165084
/proc/meminfo: memFree=117860592/131249996 swapFree=33003468/33010684
[pid=165035] ppid=165032 vsize=243032 memory=178580 CPUtime=102 cores=5,7
/proc/165035/stat : 165035 (SynLSCD) R 165032 165035 164123 0 -1 4194304 22867 0 0 0 10042 158 0 0 20 0 1 0 242019252 248864768 44645 18446744073709551615 94586601230336 94586603664937 140725087853760 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94586604145912 94586604178944 94586608443392 140725087861123 140725087861258 140725087861258 140725087866862 0
/proc/165035/statm: 60758 44645 2592 595 0 45425 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 243032 KiB
Current children cumulated memory: 178580 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.10 4.04 6/264 165086
/proc/meminfo: memFree=117813188/131249996 swapFree=33003468/33010684
[pid=165035] ppid=165032 vsize=249280 memory=189076 CPUtime=161.82 cores=5,7
/proc/165035/stat : 165035 (SynLSCD) R 165032 165035 164123 0 -1 4194304 24401 0 0 0 16004 178 0 0 20 0 1 0 242019252 255262720 47269 18446744073709551615 94586601230336 94586603664937 140725087853760 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94586604145912 94586604178944 94586608443392 140725087861123 140725087861258 140725087861258 140725087866862 0
/proc/165035/statm: 62320 47269 2592 595 0 46987 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 249280 KiB
Current children cumulated memory: 189076 KiB

[startup+222.3 s]
/proc/loadavg: 4.16 4.11 4.05 5/263 165088
/proc/meminfo: memFree=117817940/131249996 swapFree=33003468/33010684
[pid=165035] ppid=165032 vsize=250476 memory=190228 CPUtime=221.67 cores=5,7
/proc/165035/stat : 165035 (SynLSCD) R 165032 165035 164123 0 -1 4194304 24751 0 0 0 21975 192 0 0 20 0 1 0 242019252 256487424 47557 18446744073709551615 94586601230336 94586603664937 140725087853760 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94586604145912 94586604178944 94586608443392 140725087861123 140725087861258 140725087861258 140725087866862 0
/proc/165035/statm: 62619 47557 2592 595 0 47286 0
Current children cumulated CPU time: 221.67 s
Current children cumulated vsize: 250476 KiB
Current children cumulated memory: 190228 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 4.10 4.05 5/263 165091
/proc/meminfo: memFree=117822896/131249996 swapFree=33003468/33010684
[pid=165035] ppid=165032 vsize=257044 memory=196756 CPUtime=281.52 cores=5,7
/proc/165035/stat : 165035 (SynLSCD) R 165032 165035 164123 0 -1 4194304 26410 0 0 0 27940 212 0 0 20 0 1 0 242019252 263213056 49189 18446744073709551615 94586601230336 94586603664937 140725087853760 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94586604145912 94586604178944 94586608443392 140725087861123 140725087861258 140725087861258 140725087866862 0
/proc/165035/statm: 64261 49189 2592 595 0 48928 0
Current children cumulated CPU time: 281.52 s
Current children cumulated vsize: 257044 KiB
Current children cumulated memory: 196756 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 4.10 4.05 5/263 165093
/proc/meminfo: memFree=117846788/131249996 swapFree=33003468/33010684
[pid=165035] ppid=165032 vsize=257044 memory=196756 CPUtime=341.36 cores=5,7
/proc/165035/stat : 165035 (SynLSCD) R 165032 165035 164123 0 -1 4194304 26432 0 0 0 33901 235 0 0 20 0 1 0 242019252 263213056 49189 18446744073709551615 94586601230336 94586603664937 140725087853760 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94586604145912 94586604178944 94586608443392 140725087861123 140725087861258 140725087861258 140725087866862 0
/proc/165035/statm: 64261 49189 2592 595 0 48928 0
Current children cumulated CPU time: 341.36 s
Current children cumulated vsize: 257044 KiB
Current children cumulated memory: 196756 KiB

[startup+402.3 s]
/proc/loadavg: 4.13 4.11 4.06 5/263 165095
/proc/meminfo: memFree=117844560/131249996 swapFree=33003468/33010684
[pid=165035] ppid=165032 vsize=257628 memory=197268 CPUtime=401.21 cores=5,7
/proc/165035/stat : 165035 (SynLSCD) R 165032 165035 164123 0 -1 4194304 26555 0 0 0 39867 254 0 0 20 0 1 0 242019252 263811072 49317 18446744073709551615 94586601230336 94586603664937 140725087853760 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94586604145912 94586604178944 94586608443392 140725087861123 140725087861258 140725087861258 140725087866862 0
/proc/165035/statm: 64407 49317 2592 595 0 49074 0
Current children cumulated CPU time: 401.21 s
Current children cumulated vsize: 257628 KiB
Current children cumulated memory: 197268 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 4.10 4.06 5/263 165097
/proc/meminfo: memFree=117811772/131249996 swapFree=33003468/33010684
[pid=165035] ppid=165032 vsize=261688 memory=201108 CPUtime=461.05 cores=5,7
/proc/165035/stat : 165035 (SynLSCD) R 165032 165035 164123 0 -1 4194304 27544 0 0 0 45832 273 0 0 20 0 1 0 242019252 267968512 50277 18446744073709551615 94586601230336 94586603664937 140725087853760 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94586604145912 94586604178944 94586608443392 140725087861123 140725087861258 140725087861258 140725087866862 0
/proc/165035/statm: 65422 50277 2592 595 0 50089 0
Current children cumulated CPU time: 461.05 s
Current children cumulated vsize: 261688 KiB

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

Current children cumulated memory: 243720 KiB

[startup+2862.3 s]
/proc/loadavg: 4.29 4.21 4.15 5/265 165230
/proc/meminfo: memFree=117695304/131249996 swapFree=33003468/33010684
[pid=165035] ppid=165032 vsize=364684 memory=243720 CPUtime=2854.85 cores=5,7
/proc/165035/stat : 165035 (SynLSCD) R 165032 165035 164123 0 -1 4194304 36519 0 0 0 284035 1450 0 0 20 0 1 0 242019252 373436416 60930 18446744073709551615 94586601230336 94586603664937 140725087853760 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94586604145912 94586604178944 94586608443392 140725087861123 140725087861258 140725087861258 140725087866862 0
/proc/165035/statm: 91171 60930 2592 595 0 75838 0
Current children cumulated CPU time: 2854.85 s
Current children cumulated vsize: 364684 KiB
Current children cumulated memory: 243720 KiB

[startup+2922.3 s]
/proc/loadavg: 4.25 4.23 4.16 5/265 165233
/proc/meminfo: memFree=117667356/131249996 swapFree=33003468/33010684
[pid=165035] ppid=165032 vsize=364684 memory=243720 CPUtime=2914.69 cores=5,7
/proc/165035/stat : 165035 (SynLSCD) R 165032 165035 164123 0 -1 4194304 36519 0 0 0 289975 1494 0 0 20 0 1 0 242019252 373436416 60930 18446744073709551615 94586601230336 94586603664937 140725087853760 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94586604145912 94586604178944 94586608443392 140725087861123 140725087861258 140725087861258 140725087866862 0
/proc/165035/statm: 91171 60930 2592 595 0 75838 0
Current children cumulated CPU time: 2914.69 s
Current children cumulated vsize: 364684 KiB
Current children cumulated memory: 243720 KiB

[startup+2982.3 s]
/proc/loadavg: 4.20 4.21 4.16 5/265 165242
/proc/meminfo: memFree=117685200/131249996 swapFree=33003468/33010684
[pid=165035] ppid=165032 vsize=364684 memory=243720 CPUtime=2974.54 cores=5,7
/proc/165035/stat : 165035 (SynLSCD) R 165032 165035 164123 0 -1 4194304 36519 0 0 0 295838 1616 0 0 20 0 1 0 242019252 373436416 60930 18446744073709551615 94586601230336 94586603664937 140725087853760 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94586604145912 94586604178944 94586608443392 140725087861123 140725087861258 140725087861258 140725087866862 0
/proc/165035/statm: 91171 60930 2592 595 0 75838 0
Current children cumulated CPU time: 2974.54 s
Current children cumulated vsize: 364684 KiB
Current children cumulated memory: 243720 KiB

[startup+3042.3 s]
/proc/loadavg: 4.13 4.19 4.15 5/265 165245
/proc/meminfo: memFree=117666556/131249996 swapFree=33003468/33010684
[pid=165035] ppid=165032 vsize=364684 memory=243720 CPUtime=3034.39 cores=5,7
/proc/165035/stat : 165035 (SynLSCD) R 165032 165035 164123 0 -1 4194304 36519 0 0 0 301806 1633 0 0 20 0 1 0 242019252 373436416 60930 18446744073709551615 94586601230336 94586603664937 140725087853760 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94586604145912 94586604178944 94586608443392 140725087861123 140725087861258 140725087861258 140725087866862 0
/proc/165035/statm: 91171 60930 2592 595 0 75838 0
Current children cumulated CPU time: 3034.39 s
Current children cumulated vsize: 364684 KiB
Current children cumulated memory: 243720 KiB

[startup+3102.3 s]
/proc/loadavg: 4.13 4.17 4.15 5/265 165247
/proc/meminfo: memFree=117668716/131249996 swapFree=33003468/33010684
[pid=165035] ppid=165032 vsize=364684 memory=243720 CPUtime=3094.24 cores=5,7
/proc/165035/stat : 165035 (SynLSCD) R 165032 165035 164123 0 -1 4194304 36519 0 0 0 307780 1644 0 0 20 0 1 0 242019252 373436416 60930 18446744073709551615 94586601230336 94586603664937 140725087853760 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94586604145912 94586604178944 94586608443392 140725087861123 140725087861258 140725087861258 140725087866862 0
/proc/165035/statm: 91171 60930 2592 595 0 75838 0
Current children cumulated CPU time: 3094.24 s
Current children cumulated vsize: 364684 KiB
Current children cumulated memory: 243720 KiB

[startup+3162.3 s]
/proc/loadavg: 4.11 4.15 4.14 5/265 165249
/proc/meminfo: memFree=117668800/131249996 swapFree=33003468/33010684
[pid=165035] ppid=165032 vsize=365368 memory=244232 CPUtime=3154.09 cores=5,7
/proc/165035/stat : 165035 (SynLSCD) R 165032 165035 164123 0 -1 4194304 36692 0 0 0 313753 1656 0 0 20 0 1 0 242019252 374136832 61058 18446744073709551615 94586601230336 94586603664937 140725087853760 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94586604145912 94586604178944 94586608443392 140725087861123 140725087861258 140725087861258 140725087866862 0
/proc/165035/statm: 91342 61058 2592 595 0 76009 0
Current children cumulated CPU time: 3154.09 s
Current children cumulated vsize: 365368 KiB
Current children cumulated memory: 244232 KiB

[startup+3222.3 s]
/proc/loadavg: 4.09 4.14 4.14 5/264 165251
/proc/meminfo: memFree=117669072/131249996 swapFree=33003468/33010684
[pid=165035] ppid=165032 vsize=366072 memory=245000 CPUtime=3213.94 cores=5,7
/proc/165035/stat : 165035 (SynLSCD) R 165032 165035 164123 0 -1 4194304 36889 0 0 0 319717 1677 0 0 20 0 1 0 242019252 374857728 61250 18446744073709551615 94586601230336 94586603664937 140725087853760 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94586604145912 94586604178944 94586608443392 140725087861123 140725087861258 140725087861258 140725087866862 0
/proc/165035/statm: 91518 61250 2592 595 0 76185 0
Current children cumulated CPU time: 3213.94 s
Current children cumulated vsize: 366072 KiB
Current children cumulated memory: 245000 KiB

[startup+3282.3 s]
/proc/loadavg: 4.07 4.12 4.13 5/264 165253
/proc/meminfo: memFree=117678508/131249996 swapFree=33003468/33010684
[pid=165035] ppid=165032 vsize=366272 memory=245256 CPUtime=3273.78 cores=5,7
/proc/165035/stat : 165035 (SynLSCD) R 165032 165035 164123 0 -1 4194304 36945 0 0 0 325685 1693 0 0 20 0 1 0 242019252 375062528 61314 18446744073709551615 94586601230336 94586603664937 140725087853760 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94586604145912 94586604178944 94586608443392 140725087861123 140725087861258 140725087861258 140725087866862 0
/proc/165035/statm: 91568 61314 2592 595 0 76235 0
Current children cumulated CPU time: 3273.78 s
Current children cumulated vsize: 366272 KiB
Current children cumulated memory: 245256 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.11 4.12 5/262 165255
/proc/meminfo: memFree=117675216/131249996 swapFree=33003468/33010684
[pid=165035] ppid=165032 vsize=366272 memory=245256 CPUtime=3333.63 cores=5,7
/proc/165035/stat : 165035 (SynLSCD) R 165032 165035 164123 0 -1 4194304 36945 0 0 0 331652 1711 0 0 20 0 1 0 242019252 375062528 61314 18446744073709551615 94586601230336 94586603664937 140725087853760 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94586604145912 94586604178944 94586608443392 140725087861123 140725087861258 140725087861258 140725087866862 0
/proc/165035/statm: 91568 61314 2592 595 0 76235 0
Current children cumulated CPU time: 3333.63 s
Current children cumulated vsize: 366272 KiB
Current children cumulated memory: 245256 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.11 4.12 5/263 165258
/proc/meminfo: memFree=117674752/131249996 swapFree=33003468/33010684
[pid=165035] ppid=165032 vsize=366272 memory=245256 CPUtime=3393.48 cores=5,7
/proc/165035/stat : 165035 (SynLSCD) R 165032 165035 164123 0 -1 4194304 36945 0 0 0 337615 1733 0 0 20 0 1 0 242019252 375062528 61314 18446744073709551615 94586601230336 94586603664937 140725087853760 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94586604145912 94586604178944 94586608443392 140725087861123 140725087861258 140725087861258 140725087866862 0
/proc/165035/statm: 91568 61314 2592 595 0 76235 0
Current children cumulated CPU time: 3393.48 s
Current children cumulated vsize: 366272 KiB
Current children cumulated memory: 245256 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.12 4.12 5/264 165262
/proc/meminfo: memFree=117668364/131249996 swapFree=33003468/33010684
[pid=165035] ppid=165032 vsize=366272 memory=245256 CPUtime=3453.33 cores=5,7
/proc/165035/stat : 165035 (SynLSCD) R 165032 165035 164123 0 -1 4194304 36945 0 0 0 343584 1749 0 0 20 0 1 0 242019252 375062528 61314 18446744073709551615 94586601230336 94586603664937 140725087853760 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94586604145912 94586604178944 94586608443392 140725087861123 140725087861258 140725087861258 140725087866862 0
/proc/165035/statm: 91568 61314 2592 595 0 76235 0
Current children cumulated CPU time: 3453.33 s
Current children cumulated vsize: 366272 KiB
Current children cumulated memory: 245256 KiB

[startup+3522.3 s]
/proc/loadavg: 4.04 4.09 4.11 5/264 165264
/proc/meminfo: memFree=117693272/131249996 swapFree=33003468/33010684
[pid=165035] ppid=165032 vsize=366272 memory=245256 CPUtime=3513.17 cores=5,7
/proc/165035/stat : 165035 (SynLSCD) R 165032 165035 164123 0 -1 4194304 36945 0 0 0 349550 1767 0 0 20 0 1 0 242019252 375062528 61314 18446744073709551615 94586601230336 94586603664937 140725087853760 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94586604145912 94586604178944 94586608443392 140725087861123 140725087861258 140725087861258 140725087866862 0
/proc/165035/statm: 91568 61314 2592 595 0 76235 0
Current children cumulated CPU time: 3513.17 s
Current children cumulated vsize: 366272 KiB
Current children cumulated memory: 245256 KiB

[startup+3582.3 s]
/proc/loadavg: 4.18 4.12 4.11 5/265 165273
/proc/meminfo: memFree=117674648/131249996 swapFree=33003468/33010684
[pid=165035] ppid=165032 vsize=366272 memory=245256 CPUtime=3573.02 cores=5,7
/proc/165035/stat : 165035 (SynLSCD) R 165032 165035 164123 0 -1 4194304 36945 0 0 0 355516 1786 0 0 20 0 1 0 242019252 375062528 61314 18446744073709551615 94586601230336 94586603664937 140725087853760 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94586604145912 94586604178944 94586608443392 140725087861123 140725087861258 140725087861258 140725087866862 0
/proc/165035/statm: 91568 61314 2592 595 0 76235 0
Current children cumulated CPU time: 3573.02 s
Current children cumulated vsize: 366272 KiB
Current children cumulated memory: 245256 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.4 s]
/proc/loadavg: 3.67 4.01 4.07 3/253 165335
/proc/meminfo: memFree=117739392/131249996 swapFree=33003468/33010684
[pid=165035] ppid=165032 vsize=366272 memory=245256 CPUtime=3600.05 cores=5,7
/proc/165035/stat : 165035 (SynLSCD) R 165032 165035 164123 0 -1 4194304 36945 0 0 0 358212 1793 0 0 20 0 1 0 242019252 375062528 61314 18446744073709551615 94586601230336 94586603664937 140725087853760 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94586604145912 94586604178944 94586608443392 140725087861123 140725087861258 140725087861258 140725087866862 0
/proc/165035/statm: 91568 61314 2592 595 0 76235 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 366272 KiB
Current children cumulated memory: 245256 KiB

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

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

# cumulated CPU time of all completed processes:  user=3582.13 s, system=17.9367 s

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

Child status: 0

Real time (s): 3609.41
CPU time (s): 3600.06
CPU user time (s): 3582.13
CPU system time (s): 17.9367
CPU usage (%): 99.741
Max. virtual memory (cumulated for all children) (KiB): 366272
Max. memory (cumulated for all children) (KiB): 245256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3582.13
system time used= 17.9367
maximum resident set size= 321160
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36971
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= 171
involuntary context switches= 18849


# summary of solver processes directly reported to runsolver:
#   pid: 165035
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3582.13
#   total CPU system time (s): 17.9367

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.24943 second user time and 16.3819 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-07-23 11:36:56
IDJOB=4546063
IDBENCH=163507
IDSOLVER=3421
FILE ID=nodeC021/4546063-1753263416
RUNJOBID= nodeC021-1753259701-164143
SLURM_JOB_ID= 9689176
Free space on /tmp= 433012 MiB

SOLVER NAME= SynLSCD 2025-07-23
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/equalities/array_comm/arraycomm_teq/normalized-22arraycomm_teq_less.opb
COMMAND LINE= ./SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4546063-1753263416/watcher-4546063-1753263416 -o /tmp/evaluation-result-4546063-1753263416/solver-4546063-1753263416 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1753259701-164143 --watchdog 3760  ./SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4546063-1753263416.opb

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

MD5SUM BENCH= 33cd2865dc6656b609d0c0476b6c078b
RANDOM SEED=381433518

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.777
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.735
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		: 3598.100
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		: 3600.049
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.777
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		: 3613.665
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		: 3601.596
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.775
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:        128809136 kB
MemAvailable:   129616648 kB
Buffers:            1056 kB
Cached:          1543052 kB
SwapCached:           56 kB
Active:          1245268 kB
Inactive:         447168 kB
Active(anon):     131496 kB
Inactive(anon):    38488 kB
Active(file):    1113772 kB
Inactive(file):   408680 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33003468 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3664 kB
Writeback:             0 kB
AnonPages:        151316 kB
Mapped:           115652 kB
Shmem:             21656 kB
KReclaimable:     248196 kB
Slab:             344520 kB
SReclaimable:     248196 kB
SUnreclaim:        96324 kB
KernelStack:        4304 kB
PageTables:         3584 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     550264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:     45056 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= 432992 MiB
End job on nodeC021 at 2025-07-23 12:37:05