Trace number 4546062

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.07 3610.52

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/array_comm/arraycomm_teq/normalized-20arraycomm_teq_less.opb
MD5SUM68f7bc0686d678a8453a91094299b359
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.634066
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2480
Total number of constraints3681
Number of constraints which are clauses2400
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1281
Minimum length of a constraint2
Maximum length of a constraint80
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 549755813888
Number of bits of the biggest number in a constraint 40
Biggest sum of numbers in a constraint 2199023255551
Number of bits of the biggest sum of numbers41
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 2480 #constraints 4961 2.0004 0
0.00/0.02	c intsize: 41
0.00/0.07	c 4961 constraints
0.00/0.07	c Finish cloning data from SAT to LS
0.00/0.07	c restart_num_ls  -100000 0
286.73/287.52	c Use LS-small
286.73/287.52	restart_num  0 303
286.73/287.52	c LS-restart 90 7
571.32/572.88	c Use LS-small
571.32/572.88	restart_num  303 605
571.32/572.88	c LS-restart 80 67
892.22/894.57	c Use LS-small
892.22/894.57	restart_num  605 906
892.22/894.57	c LS-restart 70 44
1307.01/1310.50	c Use LS-small
1307.01/1310.50	restart_num  906 1207
1307.01/1310.50	c LS-restart 60 55
1619.75/1624.20	c Use LS-small
1619.75/1624.20	restart_num  1207 1512
1619.75/1624.20	c LS-restart 50 52
2223.39/2229.77	c Use LS-small
2223.39/2229.77	restart_num  1512 1813
2223.39/2229.77	c LS-restart 40 30
3600.05/3610.51	c Use LS-small
3600.05/3610.51	c Program interrupted by user.
3600.05/3610.51	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4546062-1753263415/watcher-4546062-1753263415 -o /tmp/evaluation-result-4546062-1753263415/solver-4546062-1753263415 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1753259701-164090 --watchdog 3760 ./SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4546062-1753263415.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=165065, runsolver pid=165062

[startup+0.100061 s]*
/proc/loadavg: 4.08 4.08 4.01 5/264 165066
/proc/meminfo: memFree=121587624/131250000 swapFree=33010416/33010684
[pid=165065] ppid=165062 vsize=94020 memory=20988 CPUtime=0.08 cores=5,7
/proc/165065/stat : 165065 (SynLSCD) R 165062 165065 164070 0 -1 4194304 3391 0 0 0 7 1 0 0 20 0 1 0 241964036 96276480 5247 18446744073709551615 94886938914816 94886941349417 140729052289648 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 94886941830392 94886941863424 94886965272576 140729052297603 140729052297738 140729052297738 140729052303342 0
/proc/165065/statm: 23505 5247 2496 595 0 8172 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 94020 KiB
Current children cumulated memory: 20988 KiB

[startup+0.205556 s]*
/proc/loadavg: 4.08 4.08 4.01 5/264 165066
/proc/meminfo: memFree=121587624/131250000 swapFree=33010416/33010684
[pid=165065] ppid=165062 vsize=94020 memory=20988 CPUtime=0.18 cores=5,7
/proc/165065/stat : 165065 (SynLSCD) R 165062 165065 164070 0 -1 4194304 3391 0 0 0 15 3 0 0 20 0 1 0 241964036 96276480 5247 18446744073709551615 94886938914816 94886941349417 140729052289648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94886941830392 94886941863424 94886965272576 140729052297603 140729052297738 140729052297738 140729052303342 0
/proc/165065/statm: 23505 5247 2496 595 0 8172 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 94020 KiB
Current children cumulated memory: 20988 KiB

[startup+0.305187 s]*
/proc/loadavg: 4.08 4.08 4.01 5/264 165066
/proc/meminfo: memFree=121587624/131250000 swapFree=33010416/33010684
[pid=165065] ppid=165062 vsize=94020 memory=20988 CPUtime=0.28 cores=5,7
/proc/165065/stat : 165065 (SynLSCD) R 165062 165065 164070 0 -1 4194304 3391 0 0 0 23 5 0 0 20 0 1 0 241964036 96276480 5247 18446744073709551615 94886938914816 94886941349417 140729052289648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94886941830392 94886941863424 94886965272576 140729052297603 140729052297738 140729052297738 140729052303342 0
/proc/165065/statm: 23505 5247 2496 595 0 8172 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 94020 KiB
Current children cumulated memory: 20988 KiB

[startup+0.700141 s]
/proc/loadavg: 4.08 4.08 4.01 5/264 165066
/proc/meminfo: memFree=121587544/131250000 swapFree=33010416/33010684
[pid=165065] ppid=165062 vsize=94020 memory=20988 CPUtime=0.67 cores=5,7
/proc/165065/stat : 165065 (SynLSCD) R 165062 165065 164070 0 -1 4194304 3391 0 0 0 53 14 0 0 20 0 1 0 241964036 96276480 5247 18446744073709551615 94886938914816 94886941349417 140729052289648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94886941830392 94886941863424 94886965272576 140729052297603 140729052297738 140729052297738 140729052303342 0
/proc/165065/statm: 23505 5247 2496 595 0 8172 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 94020 KiB
Current children cumulated memory: 20988 KiB

[startup+1.5001 s]
/proc/loadavg: 4.08 4.08 4.01 5/264 165066
/proc/meminfo: memFree=121587544/131250000 swapFree=33010416/33010684
[pid=165065] ppid=165062 vsize=94020 memory=20988 CPUtime=1.47 cores=5,7
/proc/165065/stat : 165065 (SynLSCD) R 165062 165065 164070 0 -1 4194304 3391 0 0 0 113 34 0 0 20 0 1 0 241964036 96276480 5247 18446744073709551615 94886938914816 94886941349417 140729052289648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94886941830392 94886941863424 94886965272576 140729052297603 140729052297738 140729052297738 140729052303342 0
/proc/165065/statm: 23505 5247 2496 595 0 8172 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 94020 KiB
Current children cumulated memory: 20988 KiB

[startup+3.10515 s]
/proc/loadavg: 4.08 4.08 4.01 5/264 165066
/proc/meminfo: memFree=121587672/131250000 swapFree=33010416/33010684
[pid=165065] ppid=165062 vsize=94020 memory=20988 CPUtime=3.07 cores=5,7
/proc/165065/stat : 165065 (SynLSCD) R 165062 165065 164070 0 -1 4194304 3391 0 0 0 236 71 0 0 20 0 1 0 241964036 96276480 5247 18446744073709551615 94886938914816 94886941349417 140729052289648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94886941830392 94886941863424 94886965272576 140729052297603 140729052297738 140729052297738 140729052303342 0
/proc/165065/statm: 23505 5247 2496 595 0 8172 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 94020 KiB
Current children cumulated memory: 20988 KiB

[startup+6.30012 s]
/proc/loadavg: 4.08 4.08 4.01 5/264 165066
/proc/meminfo: memFree=121583900/131250000 swapFree=33010416/33010684
[pid=165065] ppid=165062 vsize=97784 memory=29296 CPUtime=6.26 cores=5,7
/proc/165065/stat : 165065 (SynLSCD) R 165062 165065 164070 0 -1 4194304 4418 0 0 0 503 123 0 0 20 0 1 0 241964036 100130816 7324 18446744073709551615 94886938914816 94886941349417 140729052289648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94886941830392 94886941863424 94886965272576 140729052297603 140729052297738 140729052297738 140729052303342 0
/proc/165065/statm: 24446 7324 2528 595 0 9113 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 97784 KiB
Current children cumulated memory: 29296 KiB

[startup+12.7001 s]
/proc/loadavg: 4.07 4.08 4.01 5/264 165066
/proc/meminfo: memFree=121571936/131250000 swapFree=33010416/33010684
[pid=165065] ppid=165062 vsize=107764 memory=49284 CPUtime=12.64 cores=5,7
/proc/165065/stat : 165065 (SynLSCD) R 165062 165065 164070 0 -1 4194304 6868 0 0 0 1137 127 0 0 20 0 1 0 241964036 110350336 12321 18446744073709551615 94886938914816 94886941349417 140729052289648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94886941830392 94886941863424 94886965272576 140729052297603 140729052297738 140729052297738 140729052303342 0
/proc/165065/statm: 26941 12321 2528 595 0 11608 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 107764 KiB
Current children cumulated memory: 49284 KiB

[startup+25.5002 s]
/proc/loadavg: 4.12 4.09 4.01 5/264 165066
/proc/meminfo: memFree=121529308/131250000 swapFree=33010416/33010684
[pid=165065] ppid=165062 vsize=153548 memory=86136 CPUtime=25.41 cores=5,7
/proc/165065/stat : 165065 (SynLSCD) R 165062 165065 164070 0 -1 4194304 10085 0 0 0 2408 133 0 0 20 0 1 0 241964036 157233152 21534 18446744073709551615 94886938914816 94886941349417 140729052289648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94886941830392 94886941863424 94886965272576 140729052297603 140729052297738 140729052297738 140729052303342 0
/proc/165065/statm: 38387 21534 2528 595 0 23054 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 153548 KiB
Current children cumulated memory: 86136 KiB

[startup+51.1054 s]
/proc/loadavg: 4.08 4.08 4.01 5/264 165067
/proc/meminfo: memFree=121482864/131250000 swapFree=33010416/33010684
[pid=165065] ppid=165062 vsize=211588 memory=116620 CPUtime=50.94 cores=5,7
/proc/165065/stat : 165065 (SynLSCD) R 165062 165065 164070 0 -1 4194304 15046 0 0 0 4953 141 0 0 20 0 1 0 241964036 216666112 29155 18446744073709551615 94886938914816 94886941349417 140729052289648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94886941830392 94886941863424 94886965272576 140729052297603 140729052297738 140729052297738 140729052303342 0
/proc/165065/statm: 52897 29155 2528 595 0 37564 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 211588 KiB
Current children cumulated memory: 116620 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.09 4.01 5/264 165069
/proc/meminfo: memFree=121465008/131250000 swapFree=33010416/33010684
[pid=165065] ppid=165062 vsize=229916 memory=146872 CPUtime=102.01 cores=5,7
/proc/165065/stat : 165065 (SynLSCD) R 165062 165065 164070 0 -1 4194304 19078 0 0 0 10045 156 0 0 20 0 1 0 241964036 235433984 36718 18446744073709551615 94886938914816 94886941349417 140729052289648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94886941830392 94886941863424 94886965272576 140729052297603 140729052297738 140729052297738 140729052303342 0
/proc/165065/statm: 57479 36718 2528 595 0 42146 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 229916 KiB
Current children cumulated memory: 146872 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.08 4.01 5/263 165115
/proc/meminfo: memFree=120709180/131250000 swapFree=33010416/33010684
[pid=165065] ppid=165062 vsize=231636 memory=148536 CPUtime=161.85 cores=5,7
/proc/165065/stat : 165065 (SynLSCD) R 165062 165065 164070 0 -1 4194304 19508 0 0 0 16005 180 0 0 20 0 1 0 241964036 237195264 37134 18446744073709551615 94886938914816 94886941349417 140729052289648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94886941830392 94886941863424 94886965272576 140729052297603 140729052297738 140729052297738 140729052303342 0
/proc/165065/statm: 57909 37134 2528 595 0 42576 0
Current children cumulated CPU time: 161.85 s
Current children cumulated vsize: 231636 KiB
Current children cumulated memory: 148536 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.08 4.01 5/263 165118
/proc/meminfo: memFree=114501740/131250000 swapFree=33010416/33010684
[pid=165065] ppid=165062 vsize=232280 memory=152504 CPUtime=221.68 cores=5,7
/proc/165065/stat : 165065 (SynLSCD) R 165062 165065 164070 0 -1 4194304 19714 0 0 0 21961 207 0 0 20 0 1 0 241964036 237854720 38126 18446744073709551615 94886938914816 94886941349417 140729052289648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94886941830392 94886941863424 94886965272576 140729052297603 140729052297738 140729052297738 140729052303342 0
/proc/165065/statm: 58070 38126 2528 595 0 42737 0
Current children cumulated CPU time: 221.68 s
Current children cumulated vsize: 232280 KiB
Current children cumulated memory: 152504 KiB

[startup+282.3 s]
/proc/loadavg: 4.06 4.08 4.01 5/263 165121
/proc/meminfo: memFree=114024608/131250000 swapFree=33010416/33010684
[pid=165065] ppid=165062 vsize=233780 memory=154680 CPUtime=281.53 cores=5,7
/proc/165065/stat : 165065 (SynLSCD) R 165062 165065 164070 0 -1 4194304 20130 0 0 0 27921 232 0 0 20 0 1 0 241964036 239390720 38670 18446744073709551615 94886938914816 94886941349417 140729052289648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94886941830392 94886941863424 94886965272576 140729052297603 140729052297738 140729052297738 140729052303342 0
/proc/165065/statm: 58445 38670 2656 595 0 43112 0
Current children cumulated CPU time: 281.53 s
Current children cumulated vsize: 233780 KiB
Current children cumulated memory: 154680 KiB

[startup+342.3 s]
/proc/loadavg: 4.07 4.08 4.01 5/263 165123
/proc/meminfo: memFree=113394028/131250000 swapFree=33010416/33010684
[pid=165065] ppid=165062 vsize=233780 memory=154680 CPUtime=341.39 cores=5,7
/proc/165065/stat : 165065 (SynLSCD) R 165062 165065 164070 0 -1 4194304 20147 0 0 0 33751 388 0 0 20 0 1 0 241964036 239390720 38670 18446744073709551615 94886938914816 94886941349417 140729052289648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94886941830392 94886941863424 94886965272576 140729052297603 140729052297738 140729052297738 140729052303342 0
/proc/165065/statm: 58445 38670 2656 595 0 43112 0
Current children cumulated CPU time: 341.39 s
Current children cumulated vsize: 233780 KiB
Current children cumulated memory: 154680 KiB

[startup+402.3 s]
/proc/loadavg: 4.14 4.09 4.02 5/263 165125
/proc/meminfo: memFree=113048684/131250000 swapFree=33010416/33010684
[pid=165065] ppid=165062 vsize=234404 memory=155192 CPUtime=401.24 cores=5,7
/proc/165065/stat : 165065 (SynLSCD) R 165062 165065 164070 0 -1 4194304 20278 0 0 0 39714 410 0 0 20 0 1 0 241964036 240029696 38798 18446744073709551615 94886938914816 94886941349417 140729052289648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94886941830392 94886941863424 94886965272576 140729052297603 140729052297738 140729052297738 140729052303342 0
/proc/165065/statm: 58601 38798 2656 595 0 43268 0
Current children cumulated CPU time: 401.24 s
Current children cumulated vsize: 234404 KiB
Current children cumulated memory: 155192 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 4.09 4.02 5/263 165127
/proc/meminfo: memFree=112666560/131250000 swapFree=33010416/33010684
[pid=165065] ppid=165062 vsize=235740 memory=156728 CPUtime=461.09 cores=5,7
/proc/165065/stat : 165065 (SynLSCD) R 165062 165065 164070 0 -1 4194304 20689 0 0 0 45677 432 0 0 20 0 1 0 241964036 241397760 39182 18446744073709551615 94886938914816 94886941349417 140729052289648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94886941830392 94886941863424 94886965272576 140729052297603 140729052297738 140729052297738 140729052303342 0
/proc/165065/statm: 58935 39182 2656 595 0 43602 0

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

Current children cumulated memory: 210260 KiB

[startup+2922.3 s]
/proc/loadavg: 3.05 3.12 3.41 4/258 166010
/proc/meminfo: memFree=110991932/131250000 swapFree=33010416/33010684
[pid=165065] ppid=165062 vsize=334348 memory=210772 CPUtime=2913.91 cores=5,7
/proc/165065/stat : 165065 (SynLSCD) R 165062 165065 164070 0 -1 4194304 27813 0 0 0 289488 1903 0 0 20 0 1 0 241964036 342372352 52693 18446744073709551615 94886938914816 94886941349417 140729052289648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94886941830392 94886941863424 94886965272576 140729052297603 140729052297738 140729052297738 140729052303342 0
/proc/165065/statm: 83587 52693 2656 595 0 68254 0
Current children cumulated CPU time: 2913.91 s
Current children cumulated vsize: 334348 KiB
Current children cumulated memory: 210772 KiB

[startup+2982.3 s]
/proc/loadavg: 3.13 3.12 3.39 4/258 166012
/proc/meminfo: memFree=110975676/131250000 swapFree=33010416/33010684
[pid=165065] ppid=165062 vsize=342244 memory=218068 CPUtime=2973.73 cores=5,7
/proc/165065/stat : 165065 (SynLSCD) R 165062 165065 164070 0 -1 4194304 29665 0 0 0 295461 1912 0 0 20 0 1 0 241964036 350457856 54517 18446744073709551615 94886938914816 94886941349417 140729052289648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94886941830392 94886941863424 94886965272576 140729052297603 140729052297738 140729052297738 140729052303342 0
/proc/165065/statm: 85561 54517 2656 595 0 70228 0
Current children cumulated CPU time: 2973.73 s
Current children cumulated vsize: 342244 KiB
Current children cumulated memory: 218068 KiB

[startup+3042.3 s]
/proc/loadavg: 3.11 3.12 3.37 4/258 166014
/proc/meminfo: memFree=110973956/131250000 swapFree=33010416/33010684
[pid=165065] ppid=165062 vsize=346104 memory=221140 CPUtime=3033.55 cores=5,7
/proc/165065/stat : 165065 (SynLSCD) R 165062 165065 164070 0 -1 4194304 30414 0 0 0 301431 1924 0 0 20 0 1 0 241964036 354410496 55285 18446744073709551615 94886938914816 94886941349417 140729052289648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94886941830392 94886941863424 94886965272576 140729052297603 140729052297738 140729052297738 140729052303342 0
/proc/165065/statm: 86526 55285 2656 595 0 71193 0
Current children cumulated CPU time: 3033.55 s
Current children cumulated vsize: 346104 KiB
Current children cumulated memory: 221140 KiB

[startup+3102.3 s]
/proc/loadavg: 3.09 3.11 3.35 4/259 166023
/proc/meminfo: memFree=110962796/131250000 swapFree=33010416/33010684
[pid=165065] ppid=165062 vsize=346104 memory=221140 CPUtime=3093.37 cores=5,7
/proc/165065/stat : 165065 (SynLSCD) R 165062 165065 164070 0 -1 4194304 30441 0 0 0 307394 1943 0 0 20 0 1 0 241964036 354410496 55285 18446744073709551615 94886938914816 94886941349417 140729052289648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94886941830392 94886941863424 94886965272576 140729052297603 140729052297738 140729052297738 140729052303342 0
/proc/165065/statm: 86526 55285 2656 595 0 71193 0
Current children cumulated CPU time: 3093.37 s
Current children cumulated vsize: 346104 KiB
Current children cumulated memory: 221140 KiB

[startup+3162.3 s]
/proc/loadavg: 3.10 3.10 3.33 4/258 166025
/proc/meminfo: memFree=110964204/131250000 swapFree=33010416/33010684
[pid=165065] ppid=165062 vsize=350128 memory=225108 CPUtime=3153.19 cores=5,7
/proc/165065/stat : 165065 (SynLSCD) R 165062 165065 164070 0 -1 4194304 31459 0 0 0 313363 1956 0 0 20 0 1 0 241964036 358531072 56277 18446744073709551615 94886938914816 94886941349417 140729052289648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94886941830392 94886941863424 94886965272576 140729052297603 140729052297738 140729052297738 140729052303342 0
/proc/165065/statm: 87532 56277 2656 595 0 72199 0
Current children cumulated CPU time: 3153.19 s
Current children cumulated vsize: 350128 KiB
Current children cumulated memory: 225108 KiB

[startup+3222.3 s]
/proc/loadavg: 3.09 3.10 3.31 4/257 166027
/proc/meminfo: memFree=110961772/131250000 swapFree=33010416/33010684
[pid=165065] ppid=165062 vsize=351448 memory=226516 CPUtime=3213.01 cores=5,7
/proc/165065/stat : 165065 (SynLSCD) R 165062 165065 164070 0 -1 4194304 31807 0 0 0 319330 1971 0 0 20 0 1 0 241964036 359882752 56629 18446744073709551615 94886938914816 94886941349417 140729052289648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94886941830392 94886941863424 94886965272576 140729052297603 140729052297738 140729052297738 140729052303342 0
/proc/165065/statm: 87862 56629 2656 595 0 72529 0
Current children cumulated CPU time: 3213.01 s
Current children cumulated vsize: 351448 KiB
Current children cumulated memory: 226516 KiB

[startup+3282.3 s]
/proc/loadavg: 3.07 3.09 3.29 4/257 166029
/proc/meminfo: memFree=110946244/131250000 swapFree=33010416/33010684
[pid=165065] ppid=165062 vsize=352112 memory=227284 CPUtime=3272.83 cores=5,7
/proc/165065/stat : 165065 (SynLSCD) R 165062 165065 164070 0 -1 4194304 31993 0 0 0 325299 1984 0 0 20 0 1 0 241964036 360562688 56821 18446744073709551615 94886938914816 94886941349417 140729052289648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94886941830392 94886941863424 94886965272576 140729052297603 140729052297738 140729052297738 140729052303342 0
/proc/165065/statm: 88028 56821 2656 595 0 72695 0
Current children cumulated CPU time: 3272.83 s
Current children cumulated vsize: 352112 KiB
Current children cumulated memory: 227284 KiB

[startup+3342.3 s]
/proc/loadavg: 3.06 3.08 3.28 4/257 166031
/proc/meminfo: memFree=110899168/131250000 swapFree=33010416/33010684
[pid=165065] ppid=165062 vsize=355888 memory=230868 CPUtime=3332.65 cores=5,7
/proc/165065/stat : 165065 (SynLSCD) R 165062 165065 164070 0 -1 4194304 32893 0 0 0 331271 1994 0 0 20 0 1 0 241964036 364429312 57717 18446744073709551615 94886938914816 94886941349417 140729052289648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94886941830392 94886941863424 94886965272576 140729052297603 140729052297738 140729052297738 140729052303342 0
/proc/165065/statm: 88972 57717 2656 595 0 73639 0
Current children cumulated CPU time: 3332.65 s
Current children cumulated vsize: 355888 KiB
Current children cumulated memory: 230868 KiB

[startup+3402.3 s]
/proc/loadavg: 3.06 3.08 3.26 4/256 166033
/proc/meminfo: memFree=110892332/131250000 swapFree=33010416/33010684
[pid=165065] ppid=165062 vsize=360532 memory=235476 CPUtime=3392.47 cores=5,7
/proc/165065/stat : 165065 (SynLSCD) R 165062 165065 164070 0 -1 4194304 34067 0 0 0 337245 2002 0 0 20 0 1 0 241964036 369184768 58869 18446744073709551615 94886938914816 94886941349417 140729052289648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94886941830392 94886941863424 94886965272576 140729052297603 140729052297738 140729052297738 140729052303342 0
/proc/165065/statm: 90133 58869 2656 595 0 74800 0
Current children cumulated CPU time: 3392.47 s
Current children cumulated vsize: 360532 KiB
Current children cumulated memory: 235476 KiB

[startup+3462.3 s]
/proc/loadavg: 3.13 3.10 3.26 4/257 166036
/proc/meminfo: memFree=110894484/131250000 swapFree=33010416/33010684
[pid=165065] ppid=165062 vsize=361884 memory=242948 CPUtime=3452.28 cores=5,7
/proc/165065/stat : 165065 (SynLSCD) R 165062 165065 164070 0 -1 4194304 34391 0 0 0 343212 2016 0 0 20 0 1 0 241964036 370569216 60737 18446744073709551615 94886938914816 94886941349417 140729052289648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94886941830392 94886941863424 94886965272576 140729052297603 140729052297738 140729052297738 140729052303342 0
/proc/165065/statm: 90471 60737 2656 595 0 75138 0
Current children cumulated CPU time: 3452.28 s
Current children cumulated vsize: 361884 KiB
Current children cumulated memory: 242948 KiB

[startup+3522.3 s]
/proc/loadavg: 3.10 3.09 3.25 4/257 166038
/proc/meminfo: memFree=110886988/131250000 swapFree=33010416/33010684
[pid=165065] ppid=165062 vsize=361884 memory=242948 CPUtime=3512.1 cores=5,7
/proc/165065/stat : 165065 (SynLSCD) R 165062 165065 164070 0 -1 4194304 34391 0 0 0 349184 2026 0 0 20 0 1 0 241964036 370569216 60737 18446744073709551615 94886938914816 94886941349417 140729052289648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94886941830392 94886941863424 94886965272576 140729052297603 140729052297738 140729052297738 140729052303342 0
/proc/165065/statm: 90471 60737 2656 595 0 75138 0
Current children cumulated CPU time: 3512.1 s
Current children cumulated vsize: 361884 KiB
Current children cumulated memory: 242948 KiB

[startup+3582.3 s]
/proc/loadavg: 3.12 3.09 3.23 4/257 166040
/proc/meminfo: memFree=110890920/131250000 swapFree=33010416/33010684
[pid=165065] ppid=165062 vsize=361884 memory=242948 CPUtime=3571.92 cores=5,7
/proc/165065/stat : 165065 (SynLSCD) R 165062 165065 164070 0 -1 4194304 34391 0 0 0 355154 2038 0 0 20 0 1 0 241964036 370569216 60737 18446744073709551615 94886938914816 94886941349417 140729052289648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94886941830392 94886941863424 94886965272576 140729052297603 140729052297738 140729052297738 140729052303342 0
/proc/165065/statm: 90471 60737 2656 595 0 75138 0
Current children cumulated CPU time: 3571.92 s
Current children cumulated vsize: 361884 KiB
Current children cumulated memory: 242948 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.5 s]
/proc/loadavg: 3.07 3.08 3.23 4/258 166043
/proc/meminfo: memFree=110887888/131250000 swapFree=33010416/33010684
[pid=165065] ppid=165062 vsize=361884 memory=242948 CPUtime=3600.05 cores=5,7
/proc/165065/stat : 165065 (SynLSCD) R 165062 165065 164070 0 -1 4194304 34391 0 0 0 357959 2046 0 0 20 0 1 0 241964036 370569216 60737 18446744073709551615 94886938914816 94886941349417 140729052289648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94886941830392 94886941863424 94886965272576 140729052297603 140729052297738 140729052297738 140729052303342 0
/proc/165065/statm: 90471 60737 2656 595 0 75138 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 361884 KiB
Current children cumulated memory: 242948 KiB

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

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

# cumulated CPU time of all completed processes:  user=3579.6 s, system=20.4663 s

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

[startup+3610.5 s]
/proc/loadavg: 3.07 3.08 3.23 4/258 166043
/proc/meminfo: memFree=110887888/131250000 swapFree=33010416/33010684
[pid=165065] ppid=165062 vsize=361884 memory=242948 CPUtime=3600.05 cores=5,7
/proc/165065/stat : 165065 (SynLSCD) R 165062 165065 164070 0 -1 4194304 34391 0 0 0 357959 2046 0 0 20 0 1 0 241964036 370569216 60737 18446744073709551615 94886938914816 94886941349417 140729052289648 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94886941830392 94886941863424 94886965272576 140729052297603 140729052297738 140729052297738 140729052303342 0
/proc/165065/statm: 90471 60737 2656 595 0 75138 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 361884 KiB
Current children cumulated memory: 242948 KiB

Child status: 0

Real time (s): 3610.52
CPU time (s): 3600.07
CPU user time (s): 3579.6
CPU system time (s): 20.4663
CPU usage (%): 99.7106
Max. virtual memory (cumulated for all children) (KiB): 361884
Max. memory (cumulated for all children) (KiB): 242948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3579.6
system time used= 20.4663
maximum resident set size= 294796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34418
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= 168
involuntary context switches= 1665


# summary of solver processes directly reported to runsolver:
#   pid: 165065
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3579.6
#   total CPU system time (s): 20.4663

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.99422 second user time and 14.8295 second system time

The end

Launcher Data

Begin job on nodeC028 at 2025-07-23 11:36:55
IDJOB=4546062
IDBENCH=163468
IDSOLVER=3421
FILE ID=nodeC028/4546062-1753263415
RUNJOBID= nodeC028-1753259701-164090
SLURM_JOB_ID= 9689183
Free space on /tmp= 433020 MiB

SOLVER NAME= SynLSCD 2025-07-23
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/equalities/array_comm/arraycomm_teq/normalized-20arraycomm_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-4546062-1753263415/watcher-4546062-1753263415 -o /tmp/evaluation-result-4546062-1753263415/solver-4546062-1753263415 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1753259701-164090 --watchdog 3760  ./SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4546062-1753263415.opb

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

MD5SUM BENCH= 68f7bc0686d678a8453a91094299b359
RANDOM SEED=651885292

nodeC028 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.079
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.16
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.081
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.16
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		: 3585.734
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.16
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.357
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.16
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		: 3600.077
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.16
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		: 3615.427
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.16
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		: 3602.168
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.16
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		: 3600.085
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.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        121599312 kB
MemAvailable:   129483368 kB
Buffers:            2132 kB
Cached:          8650772 kB
SwapCached:            4 kB
Active:          1223576 kB
Inactive:        7693576 kB
Active(anon):     282196 kB
Inactive(anon):     8308 kB
Active(file):     941380 kB
Inactive(file):  7685268 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3532 kB
Writeback:            24 kB
AnonPages:        267324 kB
Mapped:           120464 kB
Shmem:             26256 kB
KReclaimable:     193296 kB
Slab:             289344 kB
SReclaimable:     193296 kB
SUnreclaim:        96048 kB
KernelStack:        4316 kB
PageTables:         3792 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     666340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:    194560 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433016 MiB
End job on nodeC028 at 2025-07-23 12:37:06