Trace number 4514928

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-06-01? (TO) 3600.09 3610.3

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib3/normalized-seymour.0.u.opb
MD5SUM8ef3131177365cbfba34b2238fc87839
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1372
Total number of constraints4945
Number of constraints which are clauses4944
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint1372
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 422
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1794
Number of bits of the biggest sum of numbers11
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.03	c #vars 1372 #constraints 4945 3.60423 1
0.19/0.24	c 4945 constraints
0.19/0.24	c Finish cloning data from SAT to LS
0.19/0.24	c restart_num_ls  -100000 0
538.11/539.58	c Use LS-small
538.11/539.58	c restart_num_ls  0 811
538.11/539.58	c LS 90 70
1129.35/1132.27	c Use LS-small
1129.35/1132.27	c restart_num_ls  811 1429
1129.35/1132.27	c LS 80 19
1830.09/1835.02	c Use LS-small
1830.09/1835.02	c restart_num_ls  1429 2046
1830.09/1835.02	c LS 70 76
2554.60/2561.79	c Use LS-small
2554.60/2561.79	c restart_num_ls  2046 2762
2554.60/2561.79	c LS 60 59
3052.80/3061.41	c Use LS-small
3052.80/3061.41	c restart_num_ls  2762 3274
3052.80/3061.41	c LS 50 55
3513.22/3523.22	c Use LS-small
3513.22/3523.22	c restart_num_ls  3274 3833
3513.22/3523.22	c LS 40 90
3600.08/3610.30	c Use LS-small
3600.08/3610.30	c Program interrupted by user.
3600.08/3610.30	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 (62302 MiB free)
  memory of node 1: 64507 MiB (63934 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=27794, runsolver pid=27791
Current StackSize limit: 8192 KiB


[startup+0.100057 s]*
/proc/loadavg: 4.11 4.10 4.09 5/264 27795
/proc/meminfo: memFree=129257672/131250000 swapFree=33010684/33010684
[pid=27794] ppid=27791 vsize=90960 memory=18172 CPUtime=0.08 cores=5,7
/proc/27794/stat : 27794 (SynLSCD) R 27791 27794 25523 0 -1 4194304 2771 0 0 0 8 0 0 0 20 0 1 0 37945908 93143040 4543 18446744073709551615 94243192131584 94243194565737 140727937895568 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 94243195047160 94243195080192 94243212161024 140727937898854 140727937898987 140727937898987 140727937904589 0
/proc/27794/statm: 22740 4543 2464 595 0 7407 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 90960 KiB
Current children cumulated memory: 18172 KiB

[startup+0.205355 s]*
/proc/loadavg: 4.11 4.10 4.09 5/264 27795
/proc/meminfo: memFree=129257672/131250000 swapFree=33010684/33010684
[pid=27794] ppid=27791 vsize=91260 memory=18300 CPUtime=0.19 cores=5,7
/proc/27794/stat : 27794 (SynLSCD) R 27791 27794 25523 0 -1 4194304 2812 0 0 0 18 1 0 0 20 0 1 0 37945908 93450240 4575 18446744073709551615 94243192131584 94243194565737 140727937895568 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94243195047160 94243195080192 94243212161024 140727937898854 140727937898987 140727937898987 140727937904589 0
/proc/27794/statm: 22815 4575 2464 595 0 7482 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 91260 KiB
Current children cumulated memory: 18300 KiB

[startup+0.304599 s]*
/proc/loadavg: 4.11 4.10 4.09 5/264 27795
/proc/meminfo: memFree=129257672/131250000 swapFree=33010684/33010684
[pid=27794] ppid=27791 vsize=101372 memory=28412 CPUtime=0.28 cores=5,7
/proc/27794/stat : 27794 (SynLSCD) R 27791 27794 25523 0 -1 4194304 5324 0 0 0 27 1 0 0 20 0 1 0 37945908 103804928 7103 18446744073709551615 94243192131584 94243194565737 140727937895568 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94243195047160 94243195080192 94243212161024 140727937898854 140727937898987 140727937898987 140727937904589 0
/proc/27794/statm: 25343 7103 2464 595 0 10010 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 101372 KiB
Current children cumulated memory: 28412 KiB

[startup+0.700127 s]
/proc/loadavg: 4.11 4.10 4.09 5/264 27795
/proc/meminfo: memFree=129257672/131250000 swapFree=33010684/33010684
[pid=27794] ppid=27791 vsize=101372 memory=28412 CPUtime=0.67 cores=5,7
/proc/27794/stat : 27794 (SynLSCD) R 27791 27794 25523 0 -1 4194304 5324 0 0 0 64 3 0 0 20 0 1 0 37945908 103804928 7103 18446744073709551615 94243192131584 94243194565737 140727937895568 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94243195047160 94243195080192 94243212161024 140727937898854 140727937898987 140727937898987 140727937904589 0
/proc/27794/statm: 25343 7103 2464 595 0 10010 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 101372 KiB
Current children cumulated memory: 28412 KiB

[startup+1.50012 s]
/proc/loadavg: 4.11 4.10 4.09 5/264 27795
/proc/meminfo: memFree=129257672/131250000 swapFree=33010684/33010684
[pid=27794] ppid=27791 vsize=101372 memory=28412 CPUtime=1.47 cores=5,7
/proc/27794/stat : 27794 (SynLSCD) R 27791 27794 25523 0 -1 4194304 5324 0 0 0 141 6 0 0 20 0 1 0 37945908 103804928 7103 18446744073709551615 94243192131584 94243194565737 140727937895568 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94243195047160 94243195080192 94243212161024 140727937898854 140727937898987 140727937898987 140727937904589 0
/proc/27794/statm: 25343 7103 2464 595 0 10010 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 101372 KiB
Current children cumulated memory: 28412 KiB

[startup+3.10527 s]
/proc/loadavg: 4.10 4.10 4.09 5/264 27795
/proc/meminfo: memFree=129257712/131250000 swapFree=33010684/33010684
[pid=27794] ppid=27791 vsize=101372 memory=28412 CPUtime=3.07 cores=5,7
/proc/27794/stat : 27794 (SynLSCD) R 27791 27794 25523 0 -1 4194304 5324 0 0 0 297 10 0 0 20 0 1 0 37945908 103804928 7103 18446744073709551615 94243192131584 94243194565737 140727937895568 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94243195047160 94243195080192 94243212161024 140727937898854 140727937898987 140727937898987 140727937904589 0
/proc/27794/statm: 25343 7103 2464 595 0 10010 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 101372 KiB
Current children cumulated memory: 28412 KiB

[startup+6.30011 s]
/proc/loadavg: 4.10 4.10 4.09 5/264 27795
/proc/meminfo: memFree=129257712/131250000 swapFree=33010684/33010684
[pid=27794] ppid=27791 vsize=101372 memory=28412 CPUtime=6.26 cores=5,7
/proc/27794/stat : 27794 (SynLSCD) R 27791 27794 25523 0 -1 4194304 5324 0 0 0 605 21 0 0 20 0 1 0 37945908 103804928 7103 18446744073709551615 94243192131584 94243194565737 140727937895568 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94243195047160 94243195080192 94243212161024 140727937898854 140727937898987 140727937898987 140727937904589 0
/proc/27794/statm: 25343 7103 2464 595 0 10010 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 101372 KiB
Current children cumulated memory: 28412 KiB

[startup+12.7001 s]
/proc/loadavg: 4.09 4.10 4.09 5/264 27795
/proc/meminfo: memFree=129257712/131250000 swapFree=33010684/33010684
[pid=27794] ppid=27791 vsize=101372 memory=28412 CPUtime=12.65 cores=5,7
/proc/27794/stat : 27794 (SynLSCD) R 27791 27794 25523 0 -1 4194304 5324 0 0 0 1223 42 0 0 20 0 1 0 37945908 103804928 7103 18446744073709551615 94243192131584 94243194565737 140727937895568 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94243195047160 94243195080192 94243212161024 140727937898854 140727937898987 140727937898987 140727937904589 0
/proc/27794/statm: 25343 7103 2464 595 0 10010 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 101372 KiB
Current children cumulated memory: 28412 KiB

[startup+25.5001 s]
/proc/loadavg: 4.07 4.09 4.09 5/264 27796
/proc/meminfo: memFree=129257792/131250000 swapFree=33010684/33010684
[pid=27794] ppid=27791 vsize=101372 memory=28412 CPUtime=25.42 cores=5,7
/proc/27794/stat : 27794 (SynLSCD) R 27791 27794 25523 0 -1 4194304 5324 0 0 0 2449 93 0 0 20 0 1 0 37945908 103804928 7103 18446744073709551615 94243192131584 94243194565737 140727937895568 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94243195047160 94243195080192 94243212161024 140727937898854 140727937898987 140727937898987 140727937904589 0
/proc/27794/statm: 25343 7103 2464 595 0 10010 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 101372 KiB
Current children cumulated memory: 28412 KiB

[startup+51.1054 s]
/proc/loadavg: 4.12 4.10 4.09 5/264 27796
/proc/meminfo: memFree=129148492/131250000 swapFree=33010684/33010684
[pid=27794] ppid=27791 vsize=187076 memory=113936 CPUtime=50.96 cores=5,7
/proc/27794/stat : 27794 (SynLSCD) R 27791 27794 25523 0 -1 4194304 17093 0 0 0 4948 148 0 0 20 0 1 0 37945908 191565824 28484 18446744073709551615 94243192131584 94243194565737 140727937895568 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94243195047160 94243195080192 94243212161024 140727937898854 140727937898987 140727937898987 140727937904589 0
/proc/27794/statm: 46769 28484 2528 595 0 31436 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 187076 KiB
Current children cumulated memory: 113936 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/264 27800
/proc/meminfo: memFree=129132572/131250000 swapFree=33010684/33010684
[pid=27794] ppid=27791 vsize=203864 memory=136508 CPUtime=102.02 cores=5,7
/proc/27794/stat : 27794 (SynLSCD) R 27791 27794 25523 0 -1 4194304 20674 0 0 0 10042 160 0 0 20 0 1 0 37945908 208756736 34127 18446744073709551615 94243192131584 94243194565737 140727937895568 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94243195047160 94243195080192 94243212161024 140727937898854 140727937898987 140727937898987 140727937904589 0
/proc/27794/statm: 50966 34127 2528 595 0 35633 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 203864 KiB
Current children cumulated memory: 136508 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/262 27804
/proc/meminfo: memFree=129137440/131250000 swapFree=33010684/33010684
[pid=27794] ppid=27791 vsize=206292 memory=138940 CPUtime=161.87 cores=5,7
/proc/27794/stat : 27794 (SynLSCD) R 27791 27794 25523 0 -1 4194304 21315 0 0 0 16009 178 0 0 20 0 1 0 37945908 211243008 34735 18446744073709551615 94243192131584 94243194565737 140727937895568 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94243195047160 94243195080192 94243212161024 140727937898854 140727937898987 140727937898987 140727937904589 0
/proc/27794/statm: 51573 34735 2528 595 0 36240 0
Current children cumulated CPU time: 161.87 s
Current children cumulated vsize: 206292 KiB
Current children cumulated memory: 138940 KiB

[startup+222.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/262 27806
/proc/meminfo: memFree=129141088/131250000 swapFree=33010684/33010684
[pid=27794] ppid=27791 vsize=207728 memory=140732 CPUtime=221.71 cores=5,7
/proc/27794/stat : 27794 (SynLSCD) R 27791 27794 25523 0 -1 4194304 21741 0 0 0 21979 192 0 0 20 0 1 0 37945908 212713472 35183 18446744073709551615 94243192131584 94243194565737 140727937895568 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94243195047160 94243195080192 94243212161024 140727937898854 140727937898987 140727937898987 140727937904589 0
/proc/27794/statm: 51932 35183 2528 595 0 36599 0
Current children cumulated CPU time: 221.71 s
Current children cumulated vsize: 207728 KiB
Current children cumulated memory: 140732 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/263 27809
/proc/meminfo: memFree=129133532/131250000 swapFree=33010684/33010684
[pid=27794] ppid=27791 vsize=207728 memory=148668 CPUtime=281.55 cores=5,7
/proc/27794/stat : 27794 (SynLSCD) R 27791 27794 25523 0 -1 4194304 21768 0 0 0 27949 206 0 0 20 0 1 0 37945908 212713472 37167 18446744073709551615 94243192131584 94243194565737 140727937895568 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94243195047160 94243195080192 94243212161024 140727937898854 140727937898987 140727937898987 140727937904589 0
/proc/27794/statm: 51932 37167 2528 595 0 36599 0
Current children cumulated CPU time: 281.55 s
Current children cumulated vsize: 207728 KiB
Current children cumulated memory: 148668 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/263 27811
/proc/meminfo: memFree=129140796/131250000 swapFree=33010684/33010684
[pid=27794] ppid=27791 vsize=208120 memory=149052 CPUtime=341.4 cores=5,7
/proc/27794/stat : 27794 (SynLSCD) R 27791 27794 25523 0 -1 4194304 21861 0 0 0 33916 224 0 0 20 0 1 0 37945908 213114880 37263 18446744073709551615 94243192131584 94243194565737 140727937895568 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94243195047160 94243195080192 94243212161024 140727937898854 140727937898987 140727937898987 140727937904589 0
/proc/27794/statm: 52030 37263 2528 595 0 36697 0
Current children cumulated CPU time: 341.4 s
Current children cumulated vsize: 208120 KiB
Current children cumulated memory: 149052 KiB

[startup+402.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/263 27813
/proc/meminfo: memFree=129141188/131250000 swapFree=33010684/33010684
[pid=27794] ppid=27791 vsize=208784 memory=149692 CPUtime=401.25 cores=5,7
/proc/27794/stat : 27794 (SynLSCD) R 27791 27794 25523 0 -1 4194304 22025 0 0 0 39886 239 0 0 20 0 1 0 37945908 213794816 37423 18446744073709551615 94243192131584 94243194565737 140727937895568 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94243195047160 94243195080192 94243212161024 140727937898854 140727937898987 140727937898987 140727937904589 0
/proc/27794/statm: 52196 37423 2528 595 0 36863 0
Current children cumulated CPU time: 401.25 s
Current children cumulated vsize: 208784 KiB
Current children cumulated memory: 149692 KiB

[startup+462.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/263 27815
/proc/meminfo: memFree=129133456/131250000 swapFree=33010684/33010684
[pid=27794] ppid=27791 vsize=209552 memory=150460 CPUtime=461.1 cores=5,7
/proc/27794/stat : 27794 (SynLSCD) R 27791 27794 25523 0 -1 4194304 22228 0 0 0 45854 256 0 0 20 0 1 0 37945908 214581248 37615 18446744073709551615 94243192131584 94243194565737 140727937895568 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94243195047160 94243195080192 94243212161024 140727937898854 140727937898987 140727937898987 140727937904589 0
/proc/27794/statm: 52388 37615 2528 595 0 37055 0
Current children cumulated CPU time: 461.1 s

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

Current children cumulated memory: 163388 KiB

[startup+2922.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/262 28253
/proc/meminfo: memFree=119536884/131250000 swapFree=33010684/33010684
[pid=27794] ppid=27791 vsize=222384 memory=163388 CPUtime=2914.13 cores=5,7
/proc/27794/stat : 27794 (SynLSCD) R 27791 27794 25523 0 -1 4194304 25488 0 0 0 289977 1436 0 0 20 0 1 0 37945908 227721216 40847 18446744073709551615 94243192131584 94243194565737 140727937895568 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94243195047160 94243195080192 94243212161024 140727937898854 140727937898987 140727937898987 140727937904589 0
/proc/27794/statm: 55596 40847 2528 595 0 40263 0
Current children cumulated CPU time: 2914.13 s
Current children cumulated vsize: 222384 KiB
Current children cumulated memory: 163388 KiB

[startup+2982.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/263 28258
/proc/meminfo: memFree=119402708/131250000 swapFree=33010684/33010684
[pid=27794] ppid=27791 vsize=222520 memory=163388 CPUtime=2973.94 cores=5,7
/proc/27794/stat : 27794 (SynLSCD) R 27791 27794 25523 0 -1 4194304 25492 0 0 0 295943 1451 0 0 20 0 1 0 37945908 227860480 40847 18446744073709551615 94243192131584 94243194565737 140727937895568 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94243195047160 94243195080192 94243212161024 140727937898854 140727937898987 140727937898987 140727937904589 0
/proc/27794/statm: 55630 40847 2528 595 0 40297 0
Current children cumulated CPU time: 2973.94 s
Current children cumulated vsize: 222520 KiB
Current children cumulated memory: 163388 KiB

[startup+3042.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/263 28260
/proc/meminfo: memFree=119363664/131250000 swapFree=33010684/33010684
[pid=27794] ppid=27791 vsize=222520 memory=163388 CPUtime=3033.76 cores=5,7
/proc/27794/stat : 27794 (SynLSCD) R 27791 27794 25523 0 -1 4194304 25497 0 0 0 301911 1465 0 0 20 0 1 0 37945908 227860480 40847 18446744073709551615 94243192131584 94243194565737 140727937895568 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94243195047160 94243195080192 94243212161024 140727937898854 140727937898987 140727937898987 140727937904589 0
/proc/27794/statm: 55630 40847 2528 595 0 40297 0
Current children cumulated CPU time: 3033.76 s
Current children cumulated vsize: 222520 KiB
Current children cumulated memory: 163388 KiB

[startup+3102.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/264 28265
/proc/meminfo: memFree=119320796/131250000 swapFree=33010684/33010684
[pid=27794] ppid=27791 vsize=222520 memory=163388 CPUtime=3093.59 cores=5,7
/proc/27794/stat : 27794 (SynLSCD) R 27791 27794 25523 0 -1 4194304 25498 0 0 0 307742 1617 0 0 20 0 1 0 37945908 227860480 40847 18446744073709551615 94243192131584 94243194565737 140727937895568 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94243195047160 94243195080192 94243212161024 140727937898854 140727937898987 140727937898987 140727937904589 0
/proc/27794/statm: 55630 40847 2528 595 0 40297 0
Current children cumulated CPU time: 3093.59 s
Current children cumulated vsize: 222520 KiB
Current children cumulated memory: 163388 KiB

[startup+3162.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/265 28270
/proc/meminfo: memFree=119298364/131250000 swapFree=33010684/33010684
[pid=27794] ppid=27791 vsize=222660 memory=163516 CPUtime=3153.42 cores=5,7
/proc/27794/stat : 27794 (SynLSCD) R 27791 27794 25523 0 -1 4194304 25575 0 0 0 313709 1633 0 0 20 0 1 0 37945908 228003840 40879 18446744073709551615 94243192131584 94243194565737 140727937895568 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94243195047160 94243195080192 94243212161024 140727937898854 140727937898987 140727937898987 140727937904589 0
/proc/27794/statm: 55665 40879 2528 595 0 40332 0
Current children cumulated CPU time: 3153.42 s
Current children cumulated vsize: 222660 KiB
Current children cumulated memory: 163516 KiB

[startup+3222.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/265 28272
/proc/meminfo: memFree=119258448/131250000 swapFree=33010684/33010684
[pid=27794] ppid=27791 vsize=222660 memory=163644 CPUtime=3213.24 cores=5,7
/proc/27794/stat : 27794 (SynLSCD) R 27791 27794 25523 0 -1 4194304 25610 0 0 0 319677 1647 0 0 20 0 1 0 37945908 228003840 40911 18446744073709551615 94243192131584 94243194565737 140727937895568 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94243195047160 94243195080192 94243212161024 140727937898854 140727937898987 140727937898987 140727937904589 0
/proc/27794/statm: 55665 40911 2528 595 0 40332 0
Current children cumulated CPU time: 3213.24 s
Current children cumulated vsize: 222660 KiB
Current children cumulated memory: 163644 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/264 28274
/proc/meminfo: memFree=119213228/131250000 swapFree=33010684/33010684
[pid=27794] ppid=27791 vsize=222796 memory=163644 CPUtime=3273.05 cores=5,7
/proc/27794/stat : 27794 (SynLSCD) R 27791 27794 25523 0 -1 4194304 25619 0 0 0 325646 1659 0 0 20 0 1 0 37945908 228143104 40911 18446744073709551615 94243192131584 94243194565737 140727937895568 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94243195047160 94243195080192 94243212161024 140727937898854 140727937898987 140727937898987 140727937904589 0
/proc/27794/statm: 55699 40911 2528 595 0 40366 0
Current children cumulated CPU time: 3273.05 s
Current children cumulated vsize: 222796 KiB
Current children cumulated memory: 163644 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/264 28276
/proc/meminfo: memFree=119192904/131250000 swapFree=33010684/33010684
[pid=27794] ppid=27791 vsize=223056 memory=163900 CPUtime=3332.87 cores=5,7
/proc/27794/stat : 27794 (SynLSCD) R 27791 27794 25523 0 -1 4194304 25689 0 0 0 331612 1675 0 0 20 0 1 0 37945908 228409344 40975 18446744073709551615 94243192131584 94243194565737 140727937895568 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94243195047160 94243195080192 94243212161024 140727937898854 140727937898987 140727937898987 140727937904589 0
/proc/27794/statm: 55764 40975 2528 595 0 40431 0
Current children cumulated CPU time: 3332.87 s
Current children cumulated vsize: 223056 KiB
Current children cumulated memory: 163900 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/264 28278
/proc/meminfo: memFree=119157100/131250000 swapFree=33010684/33010684
[pid=27794] ppid=27791 vsize=223056 memory=164028 CPUtime=3392.7 cores=5,7
/proc/27794/stat : 27794 (SynLSCD) R 27791 27794 25523 0 -1 4194304 25693 0 0 0 337582 1688 0 0 20 0 1 0 37945908 228409344 41007 18446744073709551615 94243192131584 94243194565737 140727937895568 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94243195047160 94243195080192 94243212161024 140727937898854 140727937898987 140727937898987 140727937904589 0
/proc/27794/statm: 55764 41007 2528 595 0 40431 0
Current children cumulated CPU time: 3392.7 s
Current children cumulated vsize: 223056 KiB
Current children cumulated memory: 164028 KiB

[startup+3462.3 s]
/proc/loadavg: 4.06 4.09 4.09 5/263 28280
/proc/meminfo: memFree=119128732/131250000 swapFree=33010684/33010684
[pid=27794] ppid=27791 vsize=223056 memory=164028 CPUtime=3452.51 cores=5,7
/proc/27794/stat : 27794 (SynLSCD) R 27791 27794 25523 0 -1 4194304 25697 0 0 0 343548 1703 0 0 20 0 1 0 37945908 228409344 41007 18446744073709551615 94243192131584 94243194565737 140727937895568 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94243195047160 94243195080192 94243212161024 140727937898854 140727937898987 140727937898987 140727937904589 0
/proc/27794/statm: 55764 41007 2528 595 0 40431 0
Current children cumulated CPU time: 3452.51 s
Current children cumulated vsize: 223056 KiB
Current children cumulated memory: 164028 KiB

[startup+3522.3 s]
/proc/loadavg: 4.06 4.09 4.09 5/262 28281
/proc/meminfo: memFree=119075836/131250000 swapFree=33010684/33010684
[pid=27794] ppid=27791 vsize=223056 memory=164028 CPUtime=3512.33 cores=5,7
/proc/27794/stat : 27794 (SynLSCD) R 27791 27794 25523 0 -1 4194304 25704 0 0 0 349515 1718 0 0 20 0 1 0 37945908 228409344 41007 18446744073709551615 94243192131584 94243194565737 140727937895568 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94243195047160 94243195080192 94243212161024 140727937898854 140727937898987 140727937898987 140727937904589 0
/proc/27794/statm: 55764 41007 2528 595 0 40431 0
Current children cumulated CPU time: 3512.33 s
Current children cumulated vsize: 223056 KiB
Current children cumulated memory: 164028 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/263 28286
/proc/meminfo: memFree=119007204/131250000 swapFree=33010684/33010684
[pid=27794] ppid=27791 vsize=223056 memory=164028 CPUtime=3572.16 cores=5,7
/proc/27794/stat : 27794 (SynLSCD) R 27791 27794 25523 0 -1 4194304 25708 0 0 0 355348 1868 0 0 20 0 1 0 37945908 228409344 41007 18446744073709551615 94243192131584 94243194565737 140727937895568 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94243195047160 94243195080192 94243212161024 140727937898854 140727937898987 140727937898987 140727937904589 0
/proc/27794/statm: 55764 41007 2528 595 0 40431 0
Current children cumulated CPU time: 3572.16 s
Current children cumulated vsize: 223056 KiB
Current children cumulated memory: 164028 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/263 28287
/proc/meminfo: memFree=118999588/131250000 swapFree=33010684/33010684
[pid=27794] ppid=27791 vsize=224056 memory=164924 CPUtime=3600.08 cores=5,7
/proc/27794/stat : 27794 (SynLSCD) R 27791 27794 25523 0 -1 4194304 25928 0 0 0 358134 1874 0 0 20 0 1 0 37945908 229433344 41231 18446744073709551615 94243192131584 94243194565737 140727937895568 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94243195047160 94243195080192 94243212161024 140727937898854 140727937898987 140727937898987 140727937904589 0
/proc/27794/statm: 56014 41231 2528 595 0 40681 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 224056 KiB
Current children cumulated memory: 164924 KiB

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

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

# cumulated CPU time of all completed processes:  user=3581.34 s, system=18.745 s

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

[startup+3610.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/263 28287
/proc/meminfo: memFree=118999588/131250000 swapFree=33010684/33010684
[pid=27794] ppid=27791 vsize=224056 memory=164924 CPUtime=3600.08 cores=5,7
/proc/27794/stat : 27794 (SynLSCD) R 27791 27794 25523 0 -1 4194304 25928 0 0 0 358134 1874 0 0 20 0 1 0 37945908 229433344 41231 18446744073709551615 94243192131584 94243194565737 140727937895568 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94243195047160 94243195080192 94243212161024 140727937898854 140727937898987 140727937898987 140727937904589 0
/proc/27794/statm: 56014 41231 2528 595 0 40681 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 224056 KiB
Current children cumulated memory: 164924 KiB

Child status: 0

Real time (s): 3610.3
CPU time (s): 3600.09
CPU user time (s): 3581.34
CPU system time (s): 18.745
CPU usage (%): 99.717
Max. virtual memory (cumulated for all children) (KiB): 224056
Max. memory (cumulated for all children) (KiB): 164924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3581.34
system time used= 18.745
maximum resident set size= 165308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25958
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= 158
involuntary context switches= 4246


# summary of solver processes directly reported to runsolver:
#   pid: 27794
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3581.34
#   total CPU system time (s): 18.745

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.6497 second user time and 15.2184 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-06-29 20:44:20
IDJOB=4514928
IDBENCH=163980
IDSOLVER=3369
FILE ID=nodeC027/4514928-1751222660
RUNJOBID= nodeC027-1751215247-25536
SLURM_JOB_ID= 9587651
Free space on /tmp= 433052 MiB

SOLVER NAME= SynLSCD 2025-06-01
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib3/normalized-seymour.0.u.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-4514928-1751222660/watcher-4514928-1751222660 -o /tmp/evaluation-result-4514928-1751222660/solver-4514928-1751222660 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751215247-25536 --watchdog 3760  SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4514928-1751222660.opb

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

MD5SUM BENCH= 8ef3131177365cbfba34b2238fc87839
RANDOM SEED=1181531211

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129267148 kB
MemAvailable:   129633276 kB
Buffers:            3280 kB
Cached:          1170220 kB
SwapCached:            0 kB
Active:           462836 kB
Inactive:         913620 kB
Active(anon):     221024 kB
Inactive(anon):        0 kB
Active(file):     241812 kB
Inactive(file):   913620 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3776 kB
Writeback:             0 kB
AnonPages:        206024 kB
Mapped:           114496 kB
Shmem:             18068 kB
KReclaimable:      99468 kB
Slab:             185260 kB
SReclaimable:      99468 kB
SUnreclaim:        85792 kB
KernelStack:        4320 kB
PageTables:         3584 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     585520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150488 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    126976 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:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432612 MiB
End job on nodeC027 at 2025-06-29 21:44:31