Trace number 4545925

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.09 3611.05

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP145.shuf-1.opb
MD5SUM2ed11ed0a65f838ec27d78822f3aa2f3
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 benchmark11.3422
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables53655
Total number of constraints10732
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)8
Number of constraints which are nor clauses,nor cardinality constraints10724
Minimum length of a constraint5
Maximum length of a constraint15
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 30
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.20	c #vars 53655 #constraints 10732 0.200019 1
0.08/0.20	c intsize: 5
0.49/0.55	c 10732 constraints
0.49/0.55	c Finish cloning data from SAT to LS
0.49/0.55	c restart_num_ls  -100000 0
128.98/129.39	c Use LS-small
128.98/129.39	c restart_num_ls  0 1464
128.98/129.39	c LS 90 8
386.84/387.80	c Use LS-small
386.84/387.80	c restart_num_ls  1464 4094
386.84/387.80	c LS 80 30
843.37/845.52	c Use LS-small
843.37/845.52	c restart_num_ls  4094 8205
843.37/845.52	c LS 70 53
904.12/906.43	c Use LS-small
904.12/906.43	c restart_num_ls  8205 8952
904.12/906.43	c LS 60 29
952.01/954.44	c Use LS-small
952.01/954.44	restart_num  8952 9314
952.01/954.44	c LS-restart 50 92
3600.04/3611.00	c Use LS-small
3600.04/3611.00	c Program interrupted by user.
3600.04/3611.00	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 (61194 MiB free)
  memory of node 1: 64507 MiB (59833 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4545925-1753264007/watcher-4545925-1753264007 -o /tmp/evaluation-result-4545925-1753264007/solver-4545925-1753264007 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1753259700-177761 --watchdog 3760 ./SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4545925-1753264007.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=179217, runsolver pid=179214

[startup+0.100066 s]*
/proc/loadavg: 4.13 4.10 4.03 5/264 179218
/proc/meminfo: memFree=123892400/131249996 swapFree=33005016/33010684
[pid=179217] ppid=179214 vsize=127452 memory=56624 CPUtime=0.08 cores=4,6
/proc/179217/stat : 179217 (SynLSCD) R 179214 179217 177743 0 -1 4194304 8625 0 0 0 7 1 0 0 20 0 1 0 242080284 130510848 14156 18446744073709551615 94686677753856 94686680188457 140728887384720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94686680669432 94686680702464 94686687191040 140728887392643 140728887392778 140728887392778 140728887398382 0
/proc/179217/statm: 31863 14156 2240 595 0 16530 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 127452 KiB
Current children cumulated memory: 56624 KiB

[startup+0.205789 s]*
/proc/loadavg: 4.13 4.10 4.03 6/264 179218
/proc/meminfo: memFree=123880240/131249996 swapFree=33005016/33010684
[pid=179217] ppid=179214 vsize=137444 memory=66992 CPUtime=0.19 cores=4,6
/proc/179217/stat : 179217 (SynLSCD) R 179214 179217 177743 0 -1 4194304 11101 0 0 0 17 2 0 0 20 0 1 0 242080284 140742656 16748 18446744073709551615 94686677753856 94686680188457 140728887384720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94686680669432 94686680702464 94686687191040 140728887392643 140728887392778 140728887392778 140728887398382 0
/proc/179217/statm: 34361 16748 2336 595 0 19028 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 137444 KiB
Current children cumulated memory: 66992 KiB

[startup+0.305659 s]*
/proc/loadavg: 4.13 4.10 4.03 5/264 179218
/proc/meminfo: memFree=123876460/131249996 swapFree=33005016/33010684
[pid=179217] ppid=179214 vsize=142928 memory=72436 CPUtime=0.29 cores=4,6
/proc/179217/stat : 179217 (SynLSCD) R 179214 179217 177743 0 -1 4194304 13111 0 0 0 27 2 0 0 20 0 1 0 242080284 146358272 18109 18446744073709551615 94686677753856 94686680188457 140728887384720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94686680669432 94686680702464 94686687191040 140728887392643 140728887392778 140728887392778 140728887398382 0
/proc/179217/statm: 35732 18109 2336 595 0 20399 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 142928 KiB
Current children cumulated memory: 72436 KiB

[startup+0.700178 s]
/proc/loadavg: 4.13 4.10 4.03 5/264 179218
/proc/meminfo: memFree=123832548/131249996 swapFree=33005016/33010684
[pid=179217] ppid=179214 vsize=201028 memory=126512 CPUtime=0.68 cores=4,6
/proc/179217/stat : 179217 (SynLSCD) R 179214 179217 177743 0 -1 4194304 27162 0 0 0 63 5 0 0 20 0 1 0 242080284 205852672 31628 18446744073709551615 94686677753856 94686680188457 140728887384720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94686680669432 94686680702464 94686687191040 140728887392643 140728887392778 140728887392778 140728887398382 0
/proc/179217/statm: 50257 31628 2464 595 0 34924 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 201028 KiB
Current children cumulated memory: 126512 KiB

[startup+1.50017 s]
/proc/loadavg: 4.13 4.10 4.03 5/264 179218
/proc/meminfo: memFree=123816352/131249996 swapFree=33005016/33010684
[pid=179217] ppid=179214 vsize=201028 memory=126512 CPUtime=1.48 cores=4,6
/proc/179217/stat : 179217 (SynLSCD) R 179214 179217 177743 0 -1 4194304 27162 0 0 0 133 15 0 0 20 0 1 0 242080284 205852672 31628 18446744073709551615 94686677753856 94686680188457 140728887384720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94686680669432 94686680702464 94686687191040 140728887392643 140728887392778 140728887392778 140728887398382 0
/proc/179217/statm: 50257 31628 2464 595 0 34924 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 201028 KiB
Current children cumulated memory: 126512 KiB

[startup+3.10557 s]
/proc/loadavg: 4.12 4.10 4.03 5/264 179218
/proc/meminfo: memFree=123808320/131249996 swapFree=33005016/33010684
[pid=179217] ppid=179214 vsize=201028 memory=126512 CPUtime=3.08 cores=4,6
/proc/179217/stat : 179217 (SynLSCD) R 179214 179217 177743 0 -1 4194304 27162 0 0 0 267 41 0 0 20 0 1 0 242080284 205852672 31628 18446744073709551615 94686677753856 94686680188457 140728887384720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94686680669432 94686680702464 94686687191040 140728887392643 140728887392778 140728887392778 140728887398382 0
/proc/179217/statm: 50257 31628 2464 595 0 34924 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 201028 KiB
Current children cumulated memory: 126512 KiB

[startup+6.30016 s]
/proc/loadavg: 4.12 4.10 4.03 5/264 179218
/proc/meminfo: memFree=123808368/131249996 swapFree=33005016/33010684
[pid=179217] ppid=179214 vsize=201028 memory=126512 CPUtime=6.26 cores=4,6
/proc/179217/stat : 179217 (SynLSCD) R 179214 179217 177743 0 -1 4194304 27162 0 0 0 553 73 0 0 20 0 1 0 242080284 205852672 31628 18446744073709551615 94686677753856 94686680188457 140728887384720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94686680669432 94686680702464 94686687191040 140728887392643 140728887392778 140728887392778 140728887398382 0
/proc/179217/statm: 50257 31628 2464 595 0 34924 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 201028 KiB
Current children cumulated memory: 126512 KiB

[startup+12.7002 s]
/proc/loadavg: 4.10 4.09 4.03 5/264 179218
/proc/meminfo: memFree=123807768/131249996 swapFree=33005016/33010684
[pid=179217] ppid=179214 vsize=201028 memory=126512 CPUtime=12.65 cores=4,6
/proc/179217/stat : 179217 (SynLSCD) R 179214 179217 177743 0 -1 4194304 27162 0 0 0 1155 110 0 0 20 0 1 0 242080284 205852672 31628 18446744073709551615 94686677753856 94686680188457 140728887384720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94686680669432 94686680702464 94686687191040 140728887392643 140728887392778 140728887392778 140728887398382 0
/proc/179217/statm: 50257 31628 2464 595 0 34924 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 201028 KiB
Current children cumulated memory: 126512 KiB

[startup+25.5002 s]
/proc/loadavg: 4.08 4.09 4.03 5/264 179219
/proc/meminfo: memFree=123742960/131249996 swapFree=33005016/33010684
[pid=179217] ppid=179214 vsize=215436 memory=145136 CPUtime=25.42 cores=4,6
/proc/179217/stat : 179217 (SynLSCD) R 179214 179217 177743 0 -1 4194304 30787 0 0 0 2396 146 0 0 20 0 1 0 242080284 220606464 36284 18446744073709551615 94686677753856 94686680188457 140728887384720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94686680669432 94686680702464 94686687191040 140728887392643 140728887392778 140728887392778 140728887398382 0
/proc/179217/statm: 53859 36284 2496 595 0 38526 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 215436 KiB
Current children cumulated memory: 145136 KiB

[startup+51.1057 s]
/proc/loadavg: 4.12 4.10 4.04 5/264 179219
/proc/meminfo: memFree=123647808/131249996 swapFree=33005016/33010684
[pid=179217] ppid=179214 vsize=236320 memory=168200 CPUtime=50.97 cores=4,6
/proc/179217/stat : 179217 (SynLSCD) R 179214 179217 177743 0 -1 4194304 36029 0 0 0 4948 149 0 0 20 0 1 0 242080284 241991680 42050 18446744073709551615 94686677753856 94686680188457 140728887384720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94686680669432 94686680702464 94686687191040 140728887392643 140728887392778 140728887392778 140728887398382 0
/proc/179217/statm: 59080 42050 2496 595 0 43747 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 236320 KiB
Current children cumulated memory: 168200 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.09 4.04 5/265 179222
/proc/meminfo: memFree=123615404/131249996 swapFree=33005016/33010684
[pid=179217] ppid=179214 vsize=262152 memory=193288 CPUtime=102.04 cores=4,6
/proc/179217/stat : 179217 (SynLSCD) R 179214 179217 177743 0 -1 4194304 42325 0 0 0 10053 151 0 0 20 0 1 0 242080284 268443648 48322 18446744073709551615 94686677753856 94686680188457 140728887384720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94686680669432 94686680702464 94686687191040 140728887392643 140728887392778 140728887392778 140728887398382 0
/proc/179217/statm: 65538 48322 2496 595 0 50205 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 262152 KiB
Current children cumulated memory: 193288 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.10 4.04 5/265 179224
/proc/meminfo: memFree=123558632/131249996 swapFree=33005016/33010684
[pid=179217] ppid=179214 vsize=269656 memory=200840 CPUtime=161.9 cores=4,6
/proc/179217/stat : 179217 (SynLSCD) R 179214 179217 177743 0 -1 4194304 44201 0 0 0 15890 300 0 0 20 0 1 0 242080284 276127744 50210 18446744073709551615 94686677753856 94686680188457 140728887384720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94686680669432 94686680702464 94686687191040 140728887392643 140728887392778 140728887392778 140728887398382 0
/proc/179217/statm: 67414 50210 2496 595 0 52081 0
Current children cumulated CPU time: 161.9 s
Current children cumulated vsize: 269656 KiB
Current children cumulated memory: 200840 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.10 4.04 5/265 179226
/proc/meminfo: memFree=123389856/131249996 swapFree=33005016/33010684
[pid=179217] ppid=179214 vsize=307576 memory=239112 CPUtime=221.76 cores=4,6
/proc/179217/stat : 179217 (SynLSCD) R 179214 179217 177743 0 -1 4194304 53782 0 0 0 21872 304 0 0 20 0 1 0 242080284 314957824 59778 18446744073709551615 94686677753856 94686680188457 140728887384720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94686680669432 94686680702464 94686687191040 140728887392643 140728887392778 140728887392778 140728887398382 0
/proc/179217/statm: 76894 59778 2496 595 0 61561 0
Current children cumulated CPU time: 221.76 s
Current children cumulated vsize: 307576 KiB
Current children cumulated memory: 239112 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 4.09 4.04 5/264 179229
/proc/meminfo: memFree=123334032/131249996 swapFree=33005016/33010684
[pid=179217] ppid=179214 vsize=333024 memory=264328 CPUtime=281.61 cores=4,6
/proc/179217/stat : 179217 (SynLSCD) R 179214 179217 177743 0 -1 4194304 60098 0 0 0 27849 312 0 0 20 0 1 0 242080284 341016576 66082 18446744073709551615 94686677753856 94686680188457 140728887384720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94686680669432 94686680702464 94686687191040 140728887392643 140728887392778 140728887392778 140728887398382 0
/proc/179217/statm: 83256 66082 2496 595 0 67923 0
Current children cumulated CPU time: 281.61 s
Current children cumulated vsize: 333024 KiB
Current children cumulated memory: 264328 KiB

[startup+342.3 s]
/proc/loadavg: 4.13 4.10 4.05 5/264 179231
/proc/meminfo: memFree=123262736/131249996 swapFree=33005016/33010684
[pid=179217] ppid=179214 vsize=362096 memory=295544 CPUtime=341.46 cores=4,6
/proc/179217/stat : 179217 (SynLSCD) R 179214 179217 177743 0 -1 4194304 67377 0 0 0 33833 313 0 0 20 0 1 0 242080284 370786304 73886 18446744073709551615 94686677753856 94686680188457 140728887384720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94686680669432 94686680702464 94686687191040 140728887392643 140728887392778 140728887392778 140728887398382 0
/proc/179217/statm: 90524 73886 2496 595 0 75191 0
Current children cumulated CPU time: 341.46 s
Current children cumulated vsize: 362096 KiB
Current children cumulated memory: 295544 KiB

[startup+402.3 s]
/proc/loadavg: 4.09 4.10 4.05 5/263 179233
/proc/meminfo: memFree=123170208/131249996 swapFree=33005016/33010684
[pid=179217] ppid=179214 vsize=385904 memory=319352 CPUtime=401.31 cores=4,6
/proc/179217/stat : 179217 (SynLSCD) R 179214 179217 177743 0 -1 4194304 73331 0 0 0 39680 451 0 0 20 0 1 0 242080284 395165696 79838 18446744073709551615 94686677753856 94686680188457 140728887384720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94686680669432 94686680702464 94686687191040 140728887392643 140728887392778 140728887392778 140728887398382 0
/proc/179217/statm: 96476 79838 2496 595 0 81143 0
Current children cumulated CPU time: 401.31 s
Current children cumulated vsize: 385904 KiB
Current children cumulated memory: 319352 KiB

[startup+462.3 s]
/proc/loadavg: 4.15 4.11 4.05 5/264 179236
/proc/meminfo: memFree=123118920/131249996 swapFree=33005016/33010684
[pid=179217] ppid=179214 vsize=396096 memory=329848 CPUtime=461.15 cores=4,6
/proc/179217/stat : 179217 (SynLSCD) R 179214 179217 177743 0 -1 4194304 75897 0 0 0 45637 478 0 0 20 0 1 0 242080284 405602304 82462 18446744073709551615 94686677753856 94686680188457 140728887384720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94686680669432 94686680702464 94686687191040 140728887392643 140728887392778 140728887392778 140728887398382 0
/proc/179217/statm: 99024 82462 2592 595 0 83691 0

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

Current children cumulated memory: 793976 KiB

[startup+2862.3 s]
/proc/loadavg: 3.08 3.08 3.22 4/259 179443
/proc/meminfo: memFree=122071636/131249996 swapFree=33005016/33010684
[pid=179217] ppid=179214 vsize=859684 memory=793976 CPUtime=2853.46 cores=4,6
/proc/179217/stat : 179217 (SynLSCD) R 179214 179217 177743 0 -1 4194304 191465 0 0 0 284262 1084 0 0 20 0 1 0 242080284 880316416 198494 18446744073709551615 94686677753856 94686680188457 140728887384720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94686680669432 94686680702464 94686687191040 140728887392643 140728887392778 140728887392778 140728887398382 0
/proc/179217/statm: 214921 198494 2592 595 0 199588 0
Current children cumulated CPU time: 2853.46 s
Current children cumulated vsize: 859684 KiB
Current children cumulated memory: 793976 KiB

[startup+2922.3 s]
/proc/loadavg: 3.06 3.08 3.21 4/259 179445
/proc/meminfo: memFree=122063924/131249996 swapFree=33005016/33010684
[pid=179217] ppid=179214 vsize=859684 memory=793976 CPUtime=2913.26 cores=4,6
/proc/179217/stat : 179217 (SynLSCD) R 179214 179217 177743 0 -1 4194304 191465 0 0 0 290219 1107 0 0 20 0 1 0 242080284 880316416 198494 18446744073709551615 94686677753856 94686680188457 140728887384720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94686680669432 94686680702464 94686687191040 140728887392643 140728887392778 140728887392778 140728887398382 0
/proc/179217/statm: 214921 198494 2592 595 0 199588 0
Current children cumulated CPU time: 2913.26 s
Current children cumulated vsize: 859684 KiB
Current children cumulated memory: 793976 KiB

[startup+2982.3 s]
/proc/loadavg: 3.07 3.08 3.20 4/260 179454
/proc/meminfo: memFree=122048028/131249996 swapFree=33005016/33010684
[pid=179217] ppid=179214 vsize=859684 memory=793976 CPUtime=2973.06 cores=4,6
/proc/179217/stat : 179217 (SynLSCD) R 179214 179217 177743 0 -1 4194304 191465 0 0 0 296177 1129 0 0 20 0 1 0 242080284 880316416 198494 18446744073709551615 94686677753856 94686680188457 140728887384720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94686680669432 94686680702464 94686687191040 140728887392643 140728887392778 140728887392778 140728887398382 0
/proc/179217/statm: 214921 198494 2592 595 0 199588 0
Current children cumulated CPU time: 2973.06 s
Current children cumulated vsize: 859684 KiB
Current children cumulated memory: 793976 KiB

[startup+3042.3 s]
/proc/loadavg: 3.14 3.09 3.20 4/260 179456
/proc/meminfo: memFree=122031704/131249996 swapFree=33005016/33010684
[pid=179217] ppid=179214 vsize=861160 memory=795512 CPUtime=3032.85 cores=4,6
/proc/179217/stat : 179217 (SynLSCD) R 179214 179217 177743 0 -1 4194304 191844 0 0 0 302135 1150 0 0 20 0 1 0 242080284 881827840 198878 18446744073709551615 94686677753856 94686680188457 140728887384720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94686680669432 94686680702464 94686687191040 140728887392643 140728887392778 140728887392778 140728887398382 0
/proc/179217/statm: 215290 198878 2592 595 0 199957 0
Current children cumulated CPU time: 3032.85 s
Current children cumulated vsize: 861160 KiB
Current children cumulated memory: 795512 KiB

[startup+3102.3 s]
/proc/loadavg: 3.11 3.09 3.18 4/260 179458
/proc/meminfo: memFree=121975324/131249996 swapFree=33005016/33010684
[pid=179217] ppid=179214 vsize=867944 memory=802296 CPUtime=3092.65 cores=4,6
/proc/179217/stat : 179217 (SynLSCD) R 179214 179217 177743 0 -1 4194304 193542 0 0 0 308114 1151 0 0 20 0 1 0 242080284 888774656 200574 18446744073709551615 94686677753856 94686680188457 140728887384720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94686680669432 94686680702464 94686687191040 140728887392643 140728887392778 140728887392778 140728887398382 0
/proc/179217/statm: 216986 200574 2592 595 0 201653 0
Current children cumulated CPU time: 3092.65 s
Current children cumulated vsize: 867944 KiB
Current children cumulated memory: 802296 KiB

[startup+3162.3 s]
/proc/loadavg: 3.09 3.09 3.18 4/258 179461
/proc/meminfo: memFree=121957640/131249996 swapFree=33005016/33010684
[pid=179217] ppid=179214 vsize=875340 memory=809592 CPUtime=3152.45 cores=4,6
/proc/179217/stat : 179217 (SynLSCD) R 179214 179217 177743 0 -1 4194304 195390 0 0 0 314094 1151 0 0 20 0 1 0 242080284 896348160 202398 18446744073709551615 94686677753856 94686680188457 140728887384720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94686680669432 94686680702464 94686687191040 140728887392643 140728887392778 140728887392778 140728887398382 0
/proc/179217/statm: 218835 202398 2592 595 0 203502 0
Current children cumulated CPU time: 3152.45 s
Current children cumulated vsize: 875340 KiB
Current children cumulated memory: 809592 KiB

[startup+3222.3 s]
/proc/loadavg: 2.12 2.83 3.08 2/247 179525
/proc/meminfo: memFree=128553872/131249996 swapFree=33005016/33010684
[pid=179217] ppid=179214 vsize=882880 memory=817272 CPUtime=3212.28 cores=4,6
/proc/179217/stat : 179217 (SynLSCD) R 179214 179217 177743 0 -1 4194304 197303 0 0 0 320076 1152 0 0 20 0 1 0 242080284 904069120 204318 18446744073709551615 94686677753856 94686680188457 140728887384720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94686680669432 94686680702464 94686687191040 140728887392643 140728887392778 140728887392778 140728887398382 0
/proc/179217/statm: 220720 204318 2592 595 0 205387 0
Current children cumulated CPU time: 3212.28 s
Current children cumulated vsize: 882880 KiB
Current children cumulated memory: 817272 KiB

[startup+3282.3 s]
/proc/loadavg: 1.46 2.51 2.96 2/246 179527
/proc/meminfo: memFree=128548168/131249996 swapFree=33005016/33010684
[pid=179217] ppid=179214 vsize=891848 memory=830456 CPUtime=3272.13 cores=4,6
/proc/179217/stat : 179217 (SynLSCD) R 179214 179217 177743 0 -1 4194304 199515 0 0 0 326061 1152 0 0 20 0 1 0 242080284 913252352 207614 18446744073709551615 94686677753856 94686680188457 140728887384720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94686680669432 94686680702464 94686687191040 140728887392643 140728887392778 140728887392778 140728887398382 0
/proc/179217/statm: 222962 207614 2592 595 0 207629 0
Current children cumulated CPU time: 3272.13 s
Current children cumulated vsize: 891848 KiB
Current children cumulated memory: 830456 KiB

[startup+3342.3 s]
/proc/loadavg: 1.21 2.25 2.84 2/246 179529
/proc/meminfo: memFree=128549796/131249996 swapFree=33005016/33010684
[pid=179217] ppid=179214 vsize=898404 memory=837496 CPUtime=3331.98 cores=4,6
/proc/179217/stat : 179217 (SynLSCD) R 179214 179217 177743 0 -1 4194304 201189 0 0 0 332046 1152 0 0 20 0 1 0 242080284 919965696 209374 18446744073709551615 94686677753856 94686680188457 140728887384720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94686680669432 94686680702464 94686687191040 140728887392643 140728887392778 140728887392778 140728887398382 0
/proc/179217/statm: 224601 209374 2592 595 0 209268 0
Current children cumulated CPU time: 3331.98 s
Current children cumulated vsize: 898404 KiB
Current children cumulated memory: 837496 KiB

[startup+3402.3 s]
/proc/loadavg: 1.16 2.05 2.73 2/246 179531
/proc/meminfo: memFree=128553972/131249996 swapFree=33005016/33010684
[pid=179217] ppid=179214 vsize=907584 memory=846584 CPUtime=3391.84 cores=4,6
/proc/179217/stat : 179217 (SynLSCD) R 179214 179217 177743 0 -1 4194304 203456 0 0 0 338031 1153 0 0 20 0 1 0 242080284 929366016 211646 18446744073709551615 94686677753856 94686680188457 140728887384720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94686680669432 94686680702464 94686687191040 140728887392643 140728887392778 140728887392778 140728887398382 0
/proc/179217/statm: 226896 211646 2592 595 0 211563 0
Current children cumulated CPU time: 3391.84 s
Current children cumulated vsize: 907584 KiB
Current children cumulated memory: 846584 KiB

[startup+3462.3 s]
/proc/loadavg: 1.10 1.87 2.62 2/246 179533
/proc/meminfo: memFree=128545324/131249996 swapFree=33005016/33010684
[pid=179217] ppid=179214 vsize=916508 memory=855928 CPUtime=3451.7 cores=4,6
/proc/179217/stat : 179217 (SynLSCD) R 179214 179217 177743 0 -1 4194304 205737 0 0 0 344016 1154 0 0 20 0 1 0 242080284 938504192 213982 18446744073709551615 94686677753856 94686680188457 140728887384720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94686680669432 94686680702464 94686687191040 140728887392643 140728887392778 140728887392778 140728887398382 0
/proc/179217/statm: 229127 213982 2592 595 0 213794 0
Current children cumulated CPU time: 3451.7 s
Current children cumulated vsize: 916508 KiB
Current children cumulated memory: 855928 KiB

[startup+3522.3 s]
/proc/loadavg: 1.16 1.75 2.54 2/245 179534
/proc/meminfo: memFree=128533428/131249996 swapFree=33005016/33010684
[pid=179217] ppid=179214 vsize=923840 memory=863736 CPUtime=3511.55 cores=4,6
/proc/179217/stat : 179217 (SynLSCD) R 179214 179217 177743 0 -1 4194304 207544 0 0 0 350001 1154 0 0 20 0 1 0 242080284 946012160 215934 18446744073709551615 94686677753856 94686680188457 140728887384720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94686680669432 94686680702464 94686687191040 140728887392643 140728887392778 140728887392778 140728887398382 0
/proc/179217/statm: 230960 215934 2592 595 0 215627 0
Current children cumulated CPU time: 3511.55 s
Current children cumulated vsize: 923840 KiB
Current children cumulated memory: 863736 KiB

[startup+3582.3 s]
/proc/loadavg: 1.43 1.71 2.47 2/244 179536
/proc/meminfo: memFree=128527848/131249996 swapFree=33005016/33010684
[pid=179217] ppid=179214 vsize=934304 memory=874232 CPUtime=3571.4 cores=4,6
/proc/179217/stat : 179217 (SynLSCD) R 179214 179217 177743 0 -1 4194304 210168 0 0 0 355986 1154 0 0 20 0 1 0 242080284 956727296 218558 18446744073709551615 94686677753856 94686680188457 140728887384720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94686680669432 94686680702464 94686687191040 140728887392643 140728887392778 140728887392778 140728887398382 0
/proc/179217/statm: 233576 218558 2592 595 0 218243 0
Current children cumulated CPU time: 3571.4 s
Current children cumulated vsize: 934304 KiB
Current children cumulated memory: 874232 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611 s]*
/proc/loadavg: 1.33 1.66 2.43 3/248 179547
/proc/meminfo: memFree=128527816/131249996 swapFree=33005016/33010684
[pid=179217] ppid=179214 vsize=938896 memory=878968 CPUtime=3600.04 cores=4,6
/proc/179217/stat : 179217 (SynLSCD) R 179214 179217 177743 0 -1 4194304 211351 0 0 0 358850 1154 0 0 20 0 1 0 242080284 961429504 219742 18446744073709551615 94686677753856 94686680188457 140728887384720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94686680669432 94686680702464 94686687191040 140728887392643 140728887392778 140728887392778 140728887398382 0
/proc/179217/statm: 234724 219742 2592 595 0 219391 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 938896 KiB
Current children cumulated memory: 878968 KiB

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

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

# cumulated CPU time of all completed processes:  user=3588.53 s, system=11.5616 s

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

Child status: 0

Real time (s): 3611.05
CPU time (s): 3600.09
CPU user time (s): 3588.53
CPU system time (s): 11.5616
CPU usage (%): 99.6967
Max. virtual memory (cumulated for all children) (KiB): 938896
Max. memory (cumulated for all children) (KiB): 878968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3588.53
system time used= 11.5616
maximum resident set size= 878968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 211380
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= 177
involuntary context switches= 3765


# summary of solver processes directly reported to runsolver:
#   pid: 179217
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3588.53
#   total CPU system time (s): 11.5616

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.59412 second user time and 14.9716 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-07-23 11:46:47
IDJOB=4545925
IDBENCH=165325
IDSOLVER=3421
FILE ID=nodeC030/4545925-1753264007
RUNJOBID= nodeC030-1753259700-177761
SLURM_JOB_ID= 9689185
Free space on /tmp= 432832 MiB

SOLVER NAME= SynLSCD 2025-07-23
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP145.shuf-1.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-4545925-1753264007/watcher-4545925-1753264007 -o /tmp/evaluation-result-4545925-1753264007/solver-4545925-1753264007 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1753259700-177761 --watchdog 3760  ./SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4545925-1753264007.opb

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

MD5SUM BENCH= 2ed11ed0a65f838ec27d78822f3aa2f3
RANDOM SEED=1370601739

nodeC030 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		: 3600.326
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	: 7000.62
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		: 3600.345
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	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.290
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	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.759
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	: 7000.62
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		: 3665.542
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	: 7000.62
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		: 3600.321
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	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.350
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	: 7000.62
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		: 3668.249
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	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        123932596 kB
MemAvailable:   124220648 kB
Buffers:              16 kB
Cached:          1053816 kB
SwapCached:          232 kB
Active:          6239760 kB
Inactive:         381552 kB
Active(anon):    5551344 kB
Inactive(anon):    37892 kB
Active(file):     688416 kB
Inactive(file):   343660 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005016 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5268 kB
Writeback:             0 kB
AnonPages:       5570356 kB
Mapped:           115440 kB
Shmem:             21756 kB
KReclaimable:     190032 kB
Slab:             285216 kB
SReclaimable:     190032 kB
SUnreclaim:        95184 kB
KernelStack:        4256 kB
PageTables:        14244 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    6373168 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1470464 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:      189140 kB
DirectMap2M:     9019392 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432840 MiB
End job on nodeC030 at 2025-07-23 12:46:58