Trace number 4545990

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.21 3610.62

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2017/normalized-ab51-40-100.0.s.opb
MD5SUMfadbb7049cb6f956a624efb3819309ab
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark27.5709
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12675
Total number of constraints11891
Number of constraints which are clauses11766
Number of constraints which are cardinality constraints (but not clauses)124
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint11734
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 1285215
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 501285382
Number of bits of the biggest sum of numbers29
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.19	c #vars 12675 #constraints 11891 0.938146 1
0.08/0.19	c intsize: 29
2.79/2.92	c 11891 constraints
2.79/2.92	c Finish cloning data from SAT to LS
2.79/2.92	c restart_num_ls  -100000 0
3085.59/3094.65	c Use LS-small
3085.59/3094.65	restart_num  0 314
3085.59/3094.65	c LS-restart 90 6
3600.08/3610.50	c Use LS-small
3600.08/3610.50	c Program interrupted by user.
3600.08/3610.50	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (61181 MiB free)
  memory of node 1: 64465 MiB (41912 MiB free)
  node distances:
     10  21
     21  10

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

solver pid=167908, runsolver pid=167905

[startup+0.100079 s]*
/proc/loadavg: 4.07 4.14 4.09 5/252 167909
/proc/meminfo: memFree=105558588/131382120 swapFree=33010416/33010684
[pid=167908] ppid=167905 vsize=96812 memory=23216 CPUtime=0.08 cores=4,6
/proc/167908/stat : 167908 (SynLSCD) R 167905 167908 166021 0 -1 4194304 4306 0 0 0 7 1 0 0 20 0 1 0 242034132 99135488 5804 18446744073709551615 94102719012864 94102721447465 140731578848416 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 94102721928440 94102721961472 94102751272960 140731578853763 140731578853898 140731578853898 140731578859502 0
/proc/167908/statm: 24203 5804 2240 595 0 8870 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 96812 KiB
Current children cumulated memory: 23216 KiB

[startup+0.217633 s]*
/proc/loadavg: 4.07 4.14 4.09 5/252 167909
/proc/meminfo: memFree=105551720/131382120 swapFree=33010416/33010684
[pid=167908] ppid=167905 vsize=99276 memory=28688 CPUtime=0.18 cores=4,6
/proc/167908/stat : 167908 (SynLSCD) R 167905 167908 166021 0 -1 4194304 5241 0 0 0 16 2 0 0 20 0 1 0 242034132 101658624 7172 18446744073709551615 94102719012864 94102721447465 140731578848416 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 94102721928440 94102721961472 94102751272960 140731578853763 140731578853898 140731578853898 140731578859502 0
/proc/167908/statm: 24819 7172 2304 595 0 9486 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 99276 KiB
Current children cumulated memory: 28688 KiB

[startup+0.313518 s]*
/proc/loadavg: 4.07 4.14 4.09 5/252 167909
/proc/meminfo: memFree=105540884/131382120 swapFree=33010416/33010684
[pid=167908] ppid=167905 vsize=111640 memory=40268 CPUtime=0.27 cores=4,6
/proc/167908/stat : 167908 (SynLSCD) R 167905 167908 166021 0 -1 4194304 8449 0 0 0 24 3 0 0 20 0 1 0 242034132 114319360 10067 18446744073709551615 94102719012864 94102721447465 140731578848416 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 94102721928440 94102721961472 94102751272960 140731578853763 140731578853898 140731578853898 140731578859502 0
/proc/167908/statm: 27910 10067 2400 595 0 12577 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 111640 KiB
Current children cumulated memory: 40268 KiB

[startup+0.700186 s]
/proc/loadavg: 4.07 4.14 4.09 5/252 167909
/proc/meminfo: memFree=105536852/131382120 swapFree=33010416/33010684
[pid=167908] ppid=167905 vsize=116456 memory=44236 CPUtime=0.61 cores=4,6
/proc/167908/stat : 167908 (SynLSCD) R 167905 167908 166021 0 -1 4194304 9367 0 0 0 58 3 0 0 20 0 1 0 242034132 119250944 11059 18446744073709551615 94102719012864 94102721447465 140731578848416 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 94102721928440 94102721961472 94102751272960 140731578853763 140731578853898 140731578853898 140731578859502 0
/proc/167908/statm: 29114 11059 2464 595 0 13781 0
Current children cumulated CPU time: 0.61 s
Current children cumulated vsize: 116456 KiB
Current children cumulated memory: 44236 KiB

[startup+1.50016 s]
/proc/loadavg: 4.07 4.14 4.09 5/252 167909
/proc/meminfo: memFree=105536852/131382120 swapFree=33010416/33010684
[pid=167908] ppid=167905 vsize=116456 memory=44364 CPUtime=1.4 cores=4,6
/proc/167908/stat : 167908 (SynLSCD) R 167905 167908 166021 0 -1 4194304 9393 0 0 0 136 4 0 0 20 0 1 0 242034132 119250944 11091 18446744073709551615 94102719012864 94102721447465 140731578848416 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 94102721928440 94102721961472 94102751272960 140731578853763 140731578853898 140731578853898 140731578859502 0
/proc/167908/statm: 29114 11091 2464 595 0 13781 0
Current children cumulated CPU time: 1.4 s
Current children cumulated vsize: 116456 KiB
Current children cumulated memory: 44364 KiB

[startup+3.11316 s]
/proc/loadavg: 4.06 4.14 4.09 5/252 167909
/proc/meminfo: memFree=105261676/131382120 swapFree=33010416/33010684
[pid=167908] ppid=167905 vsize=661932 memory=589900 CPUtime=3 cores=4,6
/proc/167908/stat : 167908 (SynLSCD) R 167905 167908 166021 0 -1 4194304 145805 0 0 0 260 40 0 0 20 0 1 0 242034132 677818368 147475 18446744073709551615 94102719012864 94102721447465 140731578848416 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94102721928440 94102721961472 94102751272960 140731578853763 140731578853898 140731578853898 140731578859502 0
/proc/167908/statm: 165483 147475 2464 595 0 150150 0
Current children cumulated CPU time: 3 s
Current children cumulated vsize: 661932 KiB
Current children cumulated memory: 589900 KiB

[startup+6.30034 s]
/proc/loadavg: 4.06 4.14 4.09 5/252 167909
/proc/meminfo: memFree=105285552/131382120 swapFree=33010416/33010684
[pid=167908] ppid=167905 vsize=661932 memory=590028 CPUtime=6.18 cores=4,6
/proc/167908/stat : 167908 (SynLSCD) R 167905 167908 166021 0 -1 4194304 145815 0 0 0 575 43 0 0 20 0 1 0 242034132 677818368 147507 18446744073709551615 94102719012864 94102721447465 140731578848416 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94102721928440 94102721961472 94102751272960 140731578853763 140731578853898 140731578853898 140731578859502 0
/proc/167908/statm: 165483 147507 2464 595 0 150150 0
Current children cumulated CPU time: 6.18 s
Current children cumulated vsize: 661932 KiB
Current children cumulated memory: 590028 KiB

[startup+12.7003 s]
/proc/loadavg: 4.06 4.14 4.09 5/252 167909
/proc/meminfo: memFree=105333932/131382120 swapFree=33010416/33010684
[pid=167908] ppid=167905 vsize=661932 memory=590028 CPUtime=12.57 cores=4,6
/proc/167908/stat : 167908 (SynLSCD) R 167905 167908 166021 0 -1 4194304 145816 0 0 0 1209 48 0 0 20 0 1 0 242034132 677818368 147507 18446744073709551615 94102719012864 94102721447465 140731578848416 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94102721928440 94102721961472 94102751272960 140731578853763 140731578853898 140731578853898 140731578859502 0
/proc/167908/statm: 165483 147507 2464 595 0 150150 0
Current children cumulated CPU time: 12.57 s
Current children cumulated vsize: 661932 KiB
Current children cumulated memory: 590028 KiB

[startup+25.5004 s]
/proc/loadavg: 4.04 4.13 4.08 5/252 167909
/proc/meminfo: memFree=105480452/131382120 swapFree=33010416/33010684
[pid=167908] ppid=167905 vsize=661932 memory=590028 CPUtime=25.33 cores=4,6
/proc/167908/stat : 167908 (SynLSCD) R 167905 167908 166021 0 -1 4194304 145816 0 0 0 2476 57 0 0 20 0 1 0 242034132 677818368 147507 18446744073709551615 94102719012864 94102721447465 140731578848416 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94102721928440 94102721961472 94102751272960 140731578853763 140731578853898 140731578853898 140731578859502 0
/proc/167908/statm: 165483 147507 2464 595 0 150150 0
Current children cumulated CPU time: 25.33 s
Current children cumulated vsize: 661932 KiB
Current children cumulated memory: 590028 KiB

[startup+51.1133 s]
/proc/loadavg: 4.09 4.13 4.09 5/252 167909
/proc/meminfo: memFree=105800824/131382120 swapFree=33010416/33010684
[pid=167908] ppid=167905 vsize=661932 memory=590028 CPUtime=50.89 cores=4,6
/proc/167908/stat : 167908 (SynLSCD) R 167905 167908 166021 0 -1 4194304 145817 0 0 0 5012 77 0 0 20 0 1 0 242034132 677818368 147507 18446744073709551615 94102719012864 94102721447465 140731578848416 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94102721928440 94102721961472 94102751272960 140731578853763 140731578853898 140731578853898 140731578859502 0
/proc/167908/statm: 165483 147507 2464 595 0 150150 0
Current children cumulated CPU time: 50.89 s
Current children cumulated vsize: 661932 KiB
Current children cumulated memory: 590028 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.13 4.09 5/252 167911
/proc/meminfo: memFree=105631056/131382120 swapFree=33010416/33010684
[pid=167908] ppid=167905 vsize=996172 memory=905304 CPUtime=101.95 cores=4,6
/proc/167908/stat : 167908 (SynLSCD) R 167905 167908 166021 0 -1 4194304 164676 0 0 0 10088 107 0 0 20 0 1 0 242034132 1020080128 226326 18446744073709551615 94102719012864 94102721447465 140731578848416 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94102721928440 94102721961472 94102751272960 140731578853763 140731578853898 140731578853898 140731578859502 0
/proc/167908/statm: 249043 226326 2496 595 0 233710 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 996172 KiB
Current children cumulated memory: 905304 KiB

[startup+162.3 s]
/proc/loadavg: 4.07 4.11 4.09 5/250 167913
/proc/meminfo: memFree=105286376/131382120 swapFree=33010416/33010684
[pid=167908] ppid=167905 vsize=1382000 memory=1221212 CPUtime=161.79 cores=4,6
/proc/167908/stat : 167908 (SynLSCD) R 167905 167908 166021 0 -1 4194304 203576 0 0 0 16050 129 0 0 20 0 1 0 242034132 1415168000 305303 18446744073709551615 94102719012864 94102721447465 140731578848416 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94102721928440 94102721961472 94102751272960 140731578853763 140731578853898 140731578853898 140731578859502 0
/proc/167908/statm: 345500 305303 2496 595 0 330167 0
Current children cumulated CPU time: 161.79 s
Current children cumulated vsize: 1382000 KiB
Current children cumulated memory: 1221212 KiB

[startup+222.3 s]
/proc/loadavg: 4.19 4.14 4.10 5/249 167915
/proc/meminfo: memFree=104981556/131382120 swapFree=33010416/33010684
[pid=167908] ppid=167905 vsize=1904856 memory=1506388 CPUtime=221.64 cores=4,6
/proc/167908/stat : 167908 (SynLSCD) R 167905 167908 166021 0 -1 4194304 236777 0 0 0 22007 157 0 0 20 0 1 0 242034132 1950572544 376597 18446744073709551615 94102719012864 94102721447465 140731578848416 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94102721928440 94102721961472 94102751272960 140731578853763 140731578853898 140731578853898 140731578859502 0
/proc/167908/statm: 476214 376597 2496 595 0 460881 0
Current children cumulated CPU time: 221.64 s
Current children cumulated vsize: 1904856 KiB
Current children cumulated memory: 1506388 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 4.13 4.09 5/249 167917
/proc/meminfo: memFree=104949884/131382120 swapFree=33010416/33010684
[pid=167908] ppid=167905 vsize=1910392 memory=1510612 CPUtime=281.48 cores=4,6
/proc/167908/stat : 167908 (SynLSCD) R 167905 167908 166021 0 -1 4194304 237828 0 0 0 27989 159 0 0 20 0 1 0 242034132 1956241408 377653 18446744073709551615 94102719012864 94102721447465 140731578848416 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94102721928440 94102721961472 94102751272960 140731578853763 140731578853898 140731578853898 140731578859502 0
/proc/167908/statm: 477598 377653 2496 595 0 462265 0
Current children cumulated CPU time: 281.48 s
Current children cumulated vsize: 1910392 KiB
Current children cumulated memory: 1510612 KiB

[startup+342.3 s]
/proc/loadavg: 4.15 4.13 4.09 5/249 167920
/proc/meminfo: memFree=104890480/131382120 swapFree=33010416/33010684
[pid=167908] ppid=167905 vsize=1985208 memory=1568980 CPUtime=341.33 cores=4,6
/proc/167908/stat : 167908 (SynLSCD) R 167905 167908 166021 0 -1 4194304 252671 0 0 0 33964 169 0 0 20 0 1 0 242034132 2032852992 392245 18446744073709551615 94102719012864 94102721447465 140731578848416 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94102721928440 94102721961472 94102751272960 140731578853763 140731578853898 140731578853898 140731578859502 0
/proc/167908/statm: 496302 392245 2496 595 0 480969 0
Current children cumulated CPU time: 341.33 s
Current children cumulated vsize: 1985208 KiB
Current children cumulated memory: 1568980 KiB

[startup+402.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/249 167922
/proc/meminfo: memFree=104883480/131382120 swapFree=33010416/33010684
[pid=167908] ppid=167905 vsize=1994380 memory=1577812 CPUtime=401.15 cores=4,6
/proc/167908/stat : 167908 (SynLSCD) R 167905 167908 166021 0 -1 4194304 254871 0 0 0 39940 175 0 0 20 0 1 0 242034132 2042245120 394453 18446744073709551615 94102719012864 94102721447465 140731578848416 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94102721928440 94102721961472 94102751272960 140731578853763 140731578853898 140731578853898 140731578859502 0
/proc/167908/statm: 498595 394453 2496 595 0 483262 0
Current children cumulated CPU time: 401.15 s
Current children cumulated vsize: 1994380 KiB
Current children cumulated memory: 1577812 KiB

[startup+462.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/249 167924
/proc/meminfo: memFree=104856980/131382120 swapFree=33010416/33010684
[pid=167908] ppid=167905 vsize=2024748 memory=1603540 CPUtime=460.97 cores=4,6
/proc/167908/stat : 167908 (SynLSCD) R 167905 167908 166021 0 -1 4194304 261433 0 0 0 45915 182 0 0 20 0 1 0 242034132 2073341952 400885 18446744073709551615 94102719012864 94102721447465 140731578848416 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94102721928440 94102721961472 94102751272960 140731578853763 140731578853898 140731578853898 140731578859502 0
/proc/167908/statm: 506187 400885 2496 595 0 490854 0
Current children cumulated CPU time: 460.97 s

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

/proc/167908/statm: 587687 473877 2496 595 0 572354 0
Current children cumulated CPU time: 2853.95 s
Current children cumulated vsize: 2350748 KiB
Current children cumulated memory: 1895508 KiB

[startup+2922.3 s]
/proc/loadavg: 3.13 3.16 3.49 4/247 168093
/proc/meminfo: memFree=104723536/131382120 swapFree=33010416/33010684
[pid=167908] ppid=167905 vsize=2351908 memory=1896660 CPUtime=2913.78 cores=4,6
/proc/167908/stat : 167908 (SynLSCD) R 167905 167908 166021 0 -1 4194304 336316 0 0 0 291029 349 0 0 20 0 1 0 242034132 2408353792 474165 18446744073709551615 94102719012864 94102721447465 140731578848416 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94102721928440 94102721961472 94102751272960 140731578853763 140731578853898 140731578853898 140731578859502 0
/proc/167908/statm: 587977 474165 2496 595 0 572644 0
Current children cumulated CPU time: 2913.78 s
Current children cumulated vsize: 2351908 KiB
Current children cumulated memory: 1896660 KiB

[startup+2982.3 s]
/proc/loadavg: 3.10 3.14 3.46 4/245 168095
/proc/meminfo: memFree=104714116/131382120 swapFree=33010416/33010684
[pid=167908] ppid=167905 vsize=2353640 memory=1898708 CPUtime=2973.61 cores=4,6
/proc/167908/stat : 167908 (SynLSCD) R 167905 167908 166021 0 -1 4194304 336836 0 0 0 297006 355 0 0 20 0 1 0 242034132 2410127360 474677 18446744073709551615 94102719012864 94102721447465 140731578848416 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94102721928440 94102721961472 94102751272960 140731578853763 140731578853898 140731578853898 140731578859502 0
/proc/167908/statm: 588410 474677 2496 595 0 573077 0
Current children cumulated CPU time: 2973.61 s
Current children cumulated vsize: 2353640 KiB
Current children cumulated memory: 1898708 KiB

[startup+3042.3 s]
/proc/loadavg: 3.08 3.13 3.43 4/244 168097
/proc/meminfo: memFree=104712284/131382120 swapFree=33010416/33010684
[pid=167908] ppid=167905 vsize=2356776 memory=1901396 CPUtime=3033.44 cores=4,6
/proc/167908/stat : 167908 (SynLSCD) R 167905 167908 166021 0 -1 4194304 337539 0 0 0 302985 359 0 0 20 0 1 0 242034132 2413338624 475349 18446744073709551615 94102719012864 94102721447465 140731578848416 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94102721928440 94102721961472 94102751272960 140731578853763 140731578853898 140731578853898 140731578859502 0
/proc/167908/statm: 589194 475349 2496 595 0 573861 0
Current children cumulated CPU time: 3033.44 s
Current children cumulated vsize: 2356776 KiB
Current children cumulated memory: 1901396 KiB

[startup+3102.3 s]
/proc/loadavg: 3.09 3.12 3.41 4/243 168099
/proc/meminfo: memFree=104723112/131382120 swapFree=33010416/33010684
[pid=167908] ppid=167905 vsize=2357256 memory=1902036 CPUtime=3093.27 cores=4,6
/proc/167908/stat : 167908 (SynLSCD) R 167905 167908 166021 0 -1 4194304 337749 0 0 0 308957 370 0 0 20 0 1 0 242034132 2413830144 475509 18446744073709551615 94102719012864 94102721447465 140731578848416 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94102721928440 94102721961472 94102751272960 140731578853763 140731578853898 140731578853898 140731578859502 0
/proc/167908/statm: 589314 475509 2496 595 0 573981 0
Current children cumulated CPU time: 3093.27 s
Current children cumulated vsize: 2357256 KiB
Current children cumulated memory: 1902036 KiB

[startup+3162.3 s]
/proc/loadavg: 3.08 3.11 3.39 4/243 168101
/proc/meminfo: memFree=104689084/131382120 swapFree=33010416/33010684
[pid=167908] ppid=167905 vsize=2357256 memory=1902036 CPUtime=3153.11 cores=4,6
/proc/167908/stat : 167908 (SynLSCD) R 167905 167908 166021 0 -1 4194304 337749 0 0 0 314898 413 0 0 20 0 1 0 242034132 2413830144 475509 18446744073709551615 94102719012864 94102721447465 140731578848416 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94102721928440 94102721961472 94102751272960 140731578853763 140731578853898 140731578853898 140731578859502 0
/proc/167908/statm: 589314 475509 2496 595 0 573981 0
Current children cumulated CPU time: 3153.11 s
Current children cumulated vsize: 2357256 KiB
Current children cumulated memory: 1902036 KiB

[startup+3222.3 s]
/proc/loadavg: 3.15 3.12 3.37 4/243 168103
/proc/meminfo: memFree=104690348/131382120 swapFree=33010416/33010684
[pid=167908] ppid=167905 vsize=2358072 memory=1903188 CPUtime=3212.93 cores=4,6
/proc/167908/stat : 167908 (SynLSCD) R 167905 167908 166021 0 -1 4194304 338159 0 0 0 320878 415 0 0 20 0 1 0 242034132 2414665728 475797 18446744073709551615 94102719012864 94102721447465 140731578848416 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94102721928440 94102721961472 94102751272960 140731578853763 140731578853898 140731578853898 140731578859502 0
/proc/167908/statm: 589518 475797 2496 595 0 574185 0
Current children cumulated CPU time: 3212.93 s
Current children cumulated vsize: 2358072 KiB
Current children cumulated memory: 1903188 KiB

[startup+3282.3 s]
/proc/loadavg: 3.09 3.11 3.35 4/243 168105
/proc/meminfo: memFree=104695524/131382120 swapFree=33010416/33010684
[pid=167908] ppid=167905 vsize=2359772 memory=1904340 CPUtime=3272.76 cores=4,6
/proc/167908/stat : 167908 (SynLSCD) R 167905 167908 166021 0 -1 4194304 338464 0 0 0 326856 420 0 0 20 0 1 0 242034132 2416406528 476085 18446744073709551615 94102719012864 94102721447465 140731578848416 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94102721928440 94102721961472 94102751272960 140731578853763 140731578853898 140731578853898 140731578859502 0
/proc/167908/statm: 589943 476085 2496 595 0 574610 0
Current children cumulated CPU time: 3272.76 s
Current children cumulated vsize: 2359772 KiB
Current children cumulated memory: 1904340 KiB

[startup+3342.3 s]
/proc/loadavg: 3.07 3.10 3.33 4/243 168107
/proc/meminfo: memFree=104683364/131382120 swapFree=33010416/33010684
[pid=167908] ppid=167905 vsize=2360748 memory=1905748 CPUtime=3332.6 cores=4,6
/proc/167908/stat : 167908 (SynLSCD) R 167905 167908 166021 0 -1 4194304 338821 0 0 0 332835 425 0 0 20 0 1 0 242034132 2417405952 476437 18446744073709551615 94102719012864 94102721447465 140731578848416 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94102721928440 94102721961472 94102751272960 140731578853763 140731578853898 140731578853898 140731578859502 0
/proc/167908/statm: 590187 476437 2496 595 0 574854 0
Current children cumulated CPU time: 3332.6 s
Current children cumulated vsize: 2360748 KiB
Current children cumulated memory: 1905748 KiB

[startup+3402.3 s]
/proc/loadavg: 3.12 3.11 3.32 4/243 168109
/proc/meminfo: memFree=104686384/131382120 swapFree=33010416/33010684
[pid=167908] ppid=167905 vsize=2360748 memory=1905876 CPUtime=3392.43 cores=4,6
/proc/167908/stat : 167908 (SynLSCD) R 167905 167908 166021 0 -1 4194304 338842 0 0 0 338815 428 0 0 20 0 1 0 242034132 2417405952 476469 18446744073709551615 94102719012864 94102721447465 140731578848416 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94102721928440 94102721961472 94102751272960 140731578853763 140731578853898 140731578853898 140731578859502 0
/proc/167908/statm: 590187 476469 2496 595 0 574854 0
Current children cumulated CPU time: 3392.43 s
Current children cumulated vsize: 2360748 KiB
Current children cumulated memory: 1905876 KiB

[startup+3462.3 s]
/proc/loadavg: 2.83 3.04 3.28 3/239 168143
/proc/meminfo: memFree=104858880/131382120 swapFree=33010416/33010684
[pid=167908] ppid=167905 vsize=2361268 memory=1906260 CPUtime=3452.25 cores=4,6
/proc/167908/stat : 167908 (SynLSCD) R 167905 167908 166021 0 -1 4194304 339065 0 0 0 344794 431 0 0 20 0 1 0 242034132 2417938432 476565 18446744073709551615 94102719012864 94102721447465 140731578848416 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94102721928440 94102721961472 94102751272960 140731578853763 140731578853898 140731578853898 140731578859502 0
/proc/167908/statm: 590317 476565 2496 595 0 574984 0
Current children cumulated CPU time: 3452.25 s
Current children cumulated vsize: 2361268 KiB
Current children cumulated memory: 1906260 KiB

[startup+3522.3 s]
/proc/loadavg: 2.38 2.87 3.20 3/239 168145
/proc/meminfo: memFree=104862400/131382120 swapFree=33010416/33010684
[pid=167908] ppid=167905 vsize=2361824 memory=1906900 CPUtime=3512.09 cores=4,6
/proc/167908/stat : 167908 (SynLSCD) R 167905 167908 166021 0 -1 4194304 339306 0 0 0 350775 434 0 0 20 0 1 0 242034132 2418507776 476725 18446744073709551615 94102719012864 94102721447465 140731578848416 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94102721928440 94102721961472 94102751272960 140731578853763 140731578853898 140731578853898 140731578859502 0
/proc/167908/statm: 590456 476725 2496 595 0 575123 0
Current children cumulated CPU time: 3512.09 s
Current children cumulated vsize: 2361824 KiB
Current children cumulated memory: 1906900 KiB

[startup+3582.3 s]
/proc/loadavg: 1.75 2.61 3.09 2/233 168180
/proc/meminfo: memFree=126592084/131382120 swapFree=33010416/33010684
[pid=167908] ppid=167905 vsize=2362580 memory=1908564 CPUtime=3571.94 cores=4,6
/proc/167908/stat : 167908 (SynLSCD) R 167905 167908 166021 0 -1 4194304 339468 0 0 0 356756 438 0 0 20 0 1 0 242034132 2419281920 477141 18446744073709551615 94102719012864 94102721447465 140731578848416 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94102721928440 94102721961472 94102751272960 140731578853763 140731578853898 140731578853898 140731578859502 0
/proc/167908/statm: 590645 477141 2496 595 0 575312 0
Current children cumulated CPU time: 3571.94 s
Current children cumulated vsize: 2362580 KiB
Current children cumulated memory: 1908564 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.5 s]
/proc/loadavg: 1.53 2.47 3.03 2/234 168186
/proc/meminfo: memFree=126591788/131382120 swapFree=33010416/33010684
[pid=167908] ppid=167905 vsize=2362580 memory=1908692 CPUtime=3600.08 cores=4,6
/proc/167908/stat : 167908 (SynLSCD) R 167905 167908 166021 0 -1 4194304 339494 0 0 0 359568 440 0 0 20 0 1 0 242034132 2419281920 477173 18446744073709551615 94102719012864 94102721447465 140731578848416 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94102721928440 94102721961472 94102751272960 140731578853763 140731578853898 140731578853898 140731578859502 0
/proc/167908/statm: 590645 477173 2496 595 0 575312 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 2362580 KiB
Current children cumulated memory: 1908692 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.73 s, system=4.47554 s

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

[startup+3610.6 s]*
/proc/loadavg: 1.53 2.47 3.03 2/234 168186
/proc/meminfo: memFree=128156128/131382120 swapFree=33010416/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 3610.62
CPU time (s): 3600.21
CPU user time (s): 3595.73
CPU system time (s): 4.47554
CPU usage (%): 99.7116
Max. virtual memory (cumulated for all children) (KiB): 2362580
Max. memory (cumulated for all children) (KiB): 1908692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.73
system time used= 4.47554
maximum resident set size= 1909076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 339526
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= 139
involuntary context switches= 3655


# summary of solver processes directly reported to runsolver:
#   pid: 167908
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3595.73
#   total CPU system time (s): 4.47554

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.0033 second user time and 35.53 second system time

The end

Launcher Data

Begin job on nodeC002 at 2025-07-23 11:39:13
IDJOB=4545990
IDBENCH=164141
IDSOLVER=3421
FILE ID=nodeC002/4545990-1753263553
RUNJOBID= nodeC002-1753259701-166039
SLURM_JOB_ID= 9689157
Free space on /tmp= 432268 MiB

SOLVER NAME= SynLSCD 2025-07-23
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2017/normalized-ab51-40-100.0.s.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-4545990-1753263553/watcher-4545990-1753263553 -o /tmp/evaluation-result-4545990-1753263553/solver-4545990-1753263553 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1753259701-166039 --watchdog 3760  ./SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4545990-1753263553.opb

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

MD5SUM BENCH= fadbb7049cb6f956a624efb3819309ab
RANDOM SEED=423121516

nodeC002 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3661.477
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3661.436
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.151
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.210
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.715
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3548.764
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.227
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.261
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        105569084 kB
MemAvailable:   106916000 kB
Buffers:            2128 kB
Cached:          2098728 kB
SwapCached:           28 kB
Active:         23078564 kB
Inactive:         989908 kB
Active(anon):   21987444 kB
Inactive(anon):     6300 kB
Active(file):    1091120 kB
Inactive(file):   983608 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4444 kB
Writeback:             0 kB
AnonPages:      21967612 kB
Mapped:           120624 kB
Shmem:             26124 kB
KReclaimable:     223628 kB
Slab:             315100 kB
SReclaimable:     223628 kB
SUnreclaim:        91472 kB
KernelStack:        4096 kB
PageTables:        46412 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:   25553896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149400 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10252288 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:      181064 kB
DirectMap2M:     8110080 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432320 MiB
End job on nodeC002 at 2025-07-23 12:39:24