Trace number 4546000

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.08 3609.6

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.00/0.03	c intsize: 11
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
553.67/555.04	c Use LS-small
553.67/555.04	c restart_num_ls  0 811
553.67/555.04	c LS 90 70
1162.71/1165.57	c Use LS-small
1162.71/1165.57	c restart_num_ls  811 1429
1162.71/1165.57	c LS 80 19
1872.90/1877.54	c Use LS-small
1872.90/1877.54	c restart_num_ls  1429 2046
1872.90/1877.54	c LS 70 76
2597.57/2604.27	c Use LS-small
2597.57/2604.27	c restart_num_ls  2046 2762
2597.57/2604.27	c LS 60 59
3098.39/3106.55	c Use LS-small
3098.39/3106.55	c restart_num_ls  2762 3274
3098.39/3106.55	c LS 50 55
3560.77/3570.23	c Use LS-small
3560.77/3570.23	c restart_num_ls  3274 3833
3560.77/3570.23	c LS 40 90
3600.07/3609.60	c Use LS-small
3600.07/3609.60	c Program interrupted by user.
3600.07/3609.60	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 (61473 MiB free)
  memory of node 1: 64507 MiB (63285 MiB free)
  node distances:
     10  21
     21  10

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


[startup+0.100057 s]*
/proc/loadavg: 4.12 4.11 4.04 5/266 173114
/proc/meminfo: memFree=127752072/131249988 swapFree=33010160/33010684
[pid=173113] ppid=173110 vsize=90960 memory=18244 CPUtime=0.08 cores=4,6
/proc/173113/stat : 173113 (SynLSCD) R 173110 173113 172165 0 -1 4194304 2764 0 0 0 8 0 0 0 20 0 1 0 242031431 93143040 4561 18446744073709551615 94428883025920 94428885460521 140734652172512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94428885941496 94428885974528 94428907081728 140734652176771 140734652176906 140734652176906 140734652182510 0
/proc/173113/statm: 22740 4561 2464 595 0 7407 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 90960 KiB
Current children cumulated memory: 18244 KiB

[startup+0.205389 s]*
/proc/loadavg: 4.12 4.11 4.04 5/266 173114
/proc/meminfo: memFree=127752072/131249988 swapFree=33010160/33010684
[pid=173113] ppid=173110 vsize=91260 memory=18372 CPUtime=0.19 cores=4,6
/proc/173113/stat : 173113 (SynLSCD) R 173110 173113 172165 0 -1 4194304 2805 0 0 0 18 1 0 0 20 0 1 0 242031431 93450240 4593 18446744073709551615 94428883025920 94428885460521 140734652172512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94428885941496 94428885974528 94428907081728 140734652176771 140734652176906 140734652176906 140734652182510 0
/proc/173113/statm: 22815 4593 2464 595 0 7482 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 91260 KiB
Current children cumulated memory: 18372 KiB

[startup+0.305192 s]*
/proc/loadavg: 4.12 4.11 4.04 5/266 173114
/proc/meminfo: memFree=127736196/131249988 swapFree=33010160/33010684
[pid=173113] ppid=173110 vsize=101372 memory=28356 CPUtime=0.29 cores=4,6
/proc/173113/stat : 173113 (SynLSCD) R 173110 173113 172165 0 -1 4194304 5317 0 0 0 28 1 0 0 20 0 1 0 242031431 103804928 7089 18446744073709551615 94428883025920 94428885460521 140734652172512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94428885941496 94428885974528 94428907081728 140734652176771 140734652176906 140734652176906 140734652182510 0
/proc/173113/statm: 25343 7089 2464 595 0 10010 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 101372 KiB
Current children cumulated memory: 28356 KiB

[startup+0.700117 s]
/proc/loadavg: 4.12 4.11 4.04 5/266 173114
/proc/meminfo: memFree=127736196/131249988 swapFree=33010160/33010684
[pid=173113] ppid=173110 vsize=101372 memory=28356 CPUtime=0.68 cores=4,6
/proc/173113/stat : 173113 (SynLSCD) R 173110 173113 172165 0 -1 4194304 5317 0 0 0 65 3 0 0 20 0 1 0 242031431 103804928 7089 18446744073709551615 94428883025920 94428885460521 140734652172512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94428885941496 94428885974528 94428907081728 140734652176771 140734652176906 140734652176906 140734652182510 0
/proc/173113/statm: 25343 7089 2464 595 0 10010 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 101372 KiB
Current children cumulated memory: 28356 KiB

[startup+1.50012 s]
/proc/loadavg: 4.12 4.11 4.04 5/266 173114
/proc/meminfo: memFree=127736196/131249988 swapFree=33010160/33010684
[pid=173113] ppid=173110 vsize=101372 memory=28356 CPUtime=1.48 cores=4,6
/proc/173113/stat : 173113 (SynLSCD) R 173110 173113 172165 0 -1 4194304 5317 0 0 0 142 6 0 0 20 0 1 0 242031431 103804928 7089 18446744073709551615 94428883025920 94428885460521 140734652172512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94428885941496 94428885974528 94428907081728 140734652176771 140734652176906 140734652176906 140734652182510 0
/proc/173113/statm: 25343 7089 2464 595 0 10010 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 101372 KiB
Current children cumulated memory: 28356 KiB

[startup+3.1052 s]
/proc/loadavg: 4.12 4.11 4.04 5/266 173114
/proc/meminfo: memFree=127736448/131249988 swapFree=33010160/33010684
[pid=173113] ppid=173110 vsize=101372 memory=28356 CPUtime=3.08 cores=4,6
/proc/173113/stat : 173113 (SynLSCD) R 173110 173113 172165 0 -1 4194304 5317 0 0 0 296 12 0 0 20 0 1 0 242031431 103804928 7089 18446744073709551615 94428883025920 94428885460521 140734652172512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94428885941496 94428885974528 94428907081728 140734652176771 140734652176906 140734652176906 140734652182510 0
/proc/173113/statm: 25343 7089 2464 595 0 10010 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 101372 KiB
Current children cumulated memory: 28356 KiB

[startup+6.30012 s]
/proc/loadavg: 4.11 4.11 4.04 5/266 173114
/proc/meminfo: memFree=127736952/131249988 swapFree=33010160/33010684
[pid=173113] ppid=173110 vsize=101372 memory=28356 CPUtime=6.26 cores=4,6
/proc/173113/stat : 173113 (SynLSCD) R 173110 173113 172165 0 -1 4194304 5317 0 0 0 603 23 0 0 20 0 1 0 242031431 103804928 7089 18446744073709551615 94428883025920 94428885460521 140734652172512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94428885941496 94428885974528 94428907081728 140734652176771 140734652176906 140734652176906 140734652182510 0
/proc/173113/statm: 25343 7089 2464 595 0 10010 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 101372 KiB
Current children cumulated memory: 28356 KiB

[startup+12.7001 s]
/proc/loadavg: 4.10 4.11 4.04 5/266 173114
/proc/meminfo: memFree=127736996/131249988 swapFree=33010160/33010684
[pid=173113] ppid=173110 vsize=101372 memory=28356 CPUtime=12.66 cores=4,6
/proc/173113/stat : 173113 (SynLSCD) R 173110 173113 172165 0 -1 4194304 5317 0 0 0 1215 51 0 0 20 0 1 0 242031431 103804928 7089 18446744073709551615 94428883025920 94428885460521 140734652172512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94428885941496 94428885974528 94428907081728 140734652176771 140734652176906 140734652176906 140734652182510 0
/proc/173113/statm: 25343 7089 2464 595 0 10010 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 101372 KiB
Current children cumulated memory: 28356 KiB

[startup+25.5001 s]
/proc/loadavg: 4.08 4.10 4.04 5/266 173115
/proc/meminfo: memFree=127739868/131249988 swapFree=33010160/33010684
[pid=173113] ppid=173110 vsize=101372 memory=28356 CPUtime=25.43 cores=4,6
/proc/173113/stat : 173113 (SynLSCD) R 173110 173113 172165 0 -1 4194304 5317 0 0 0 2443 100 0 0 20 0 1 0 242031431 103804928 7089 18446744073709551615 94428883025920 94428885460521 140734652172512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94428885941496 94428885974528 94428907081728 140734652176771 140734652176906 140734652176906 140734652182510 0
/proc/173113/statm: 25343 7089 2464 595 0 10010 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 101372 KiB
Current children cumulated memory: 28356 KiB

[startup+51.1054 s]
/proc/loadavg: 4.11 4.11 4.04 5/265 173115
/proc/meminfo: memFree=127666528/131249988 swapFree=33010160/33010684
[pid=173113] ppid=173110 vsize=186692 memory=114088 CPUtime=50.97 cores=4,6
/proc/173113/stat : 173113 (SynLSCD) R 173110 173113 172165 0 -1 4194304 17070 0 0 0 4942 155 0 0 20 0 1 0 242031431 191172608 28522 18446744073709551615 94428883025920 94428885460521 140734652172512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94428885941496 94428885974528 94428907081728 140734652176771 140734652176906 140734652176906 140734652182510 0
/proc/173113/statm: 46673 28522 2560 595 0 31340 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 186692 KiB
Current children cumulated memory: 114088 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.11 4.04 5/265 173117
/proc/meminfo: memFree=127640820/131249988 swapFree=33010160/33010684
[pid=173113] ppid=173110 vsize=203864 memory=136976 CPUtime=102.06 cores=4,6
/proc/173113/stat : 173113 (SynLSCD) R 173110 173113 172165 0 -1 4194304 20742 0 0 0 10038 168 0 0 20 0 1 0 242031431 208756736 34244 18446744073709551615 94428883025920 94428885460521 140734652172512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94428885941496 94428885974528 94428907081728 140734652176771 140734652176906 140734652176906 140734652182510 0
/proc/173113/statm: 50966 34244 2560 595 0 35633 0
Current children cumulated CPU time: 102.06 s
Current children cumulated vsize: 203864 KiB
Current children cumulated memory: 136976 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.12 4.05 5/265 173119
/proc/meminfo: memFree=127639184/131249988 swapFree=33010160/33010684
[pid=173113] ppid=173110 vsize=206292 memory=139536 CPUtime=161.91 cores=4,6
/proc/173113/stat : 173113 (SynLSCD) R 173110 173113 172165 0 -1 4194304 21393 0 0 0 16008 183 0 0 20 0 1 0 242031431 211243008 34884 18446744073709551615 94428883025920 94428885460521 140734652172512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94428885941496 94428885974528 94428907081728 140734652176771 140734652176906 140734652176906 140734652182510 0
/proc/173113/statm: 51573 34884 2560 595 0 36240 0
Current children cumulated CPU time: 161.91 s
Current children cumulated vsize: 206292 KiB
Current children cumulated memory: 139536 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.11 4.05 5/265 173121
/proc/meminfo: memFree=127619960/131249988 swapFree=33010160/33010684
[pid=173113] ppid=173110 vsize=207728 memory=149136 CPUtime=221.76 cores=4,6
/proc/173113/stat : 173113 (SynLSCD) R 173110 173113 172165 0 -1 4194304 21794 0 0 0 21979 197 0 0 20 0 1 0 242031431 212713472 37284 18446744073709551615 94428883025920 94428885460521 140734652172512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94428885941496 94428885974528 94428907081728 140734652176771 140734652176906 140734652176906 140734652182510 0
/proc/173113/statm: 51932 37284 2560 595 0 36599 0
Current children cumulated CPU time: 221.76 s
Current children cumulated vsize: 207728 KiB
Current children cumulated memory: 149136 KiB

[startup+282.3 s]
/proc/loadavg: 4.16 4.12 4.05 5/264 173123
/proc/meminfo: memFree=127618832/131249988 swapFree=33010160/33010684
[pid=173113] ppid=173110 vsize=207728 memory=149136 CPUtime=281.61 cores=4,6
/proc/173113/stat : 173113 (SynLSCD) R 173110 173113 172165 0 -1 4194304 21808 0 0 0 27949 212 0 0 20 0 1 0 242031431 212713472 37284 18446744073709551615 94428883025920 94428885460521 140734652172512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94428885941496 94428885974528 94428907081728 140734652176771 140734652176906 140734652176906 140734652182510 0
/proc/173113/statm: 51932 37284 2560 595 0 36599 0
Current children cumulated CPU time: 281.61 s
Current children cumulated vsize: 207728 KiB
Current children cumulated memory: 149136 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 4.11 4.05 5/264 173125
/proc/meminfo: memFree=127618196/131249988 swapFree=33010160/33010684
[pid=173113] ppid=173110 vsize=207976 memory=149392 CPUtime=341.48 cores=4,6
/proc/173113/stat : 173113 (SynLSCD) R 173110 173113 172165 0 -1 4194304 21868 0 0 0 33920 228 0 0 20 0 1 0 242031431 212967424 37348 18446744073709551615 94428883025920 94428885460521 140734652172512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94428885941496 94428885974528 94428907081728 140734652176771 140734652176906 140734652176906 140734652182510 0
/proc/173113/statm: 51994 37348 2560 595 0 36661 0
Current children cumulated CPU time: 341.48 s
Current children cumulated vsize: 207976 KiB
Current children cumulated memory: 149392 KiB

[startup+402.3 s]
/proc/loadavg: 4.09 4.11 4.05 5/264 173173
/proc/meminfo: memFree=127620416/131249988 swapFree=33010160/33010684
[pid=173113] ppid=173110 vsize=208608 memory=150032 CPUtime=401.34 cores=4,6
/proc/173113/stat : 173113 (SynLSCD) R 173110 173113 172165 0 -1 4194304 22029 0 0 0 39890 244 0 0 20 0 1 0 242031431 213614592 37508 18446744073709551615 94428883025920 94428885460521 140734652172512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94428885941496 94428885974528 94428907081728 140734652176771 140734652176906 140734652176906 140734652182510 0
/proc/173113/statm: 52152 37508 2560 595 0 36819 0
Current children cumulated CPU time: 401.34 s
Current children cumulated vsize: 208608 KiB
Current children cumulated memory: 150032 KiB

[startup+462.3 s]
/proc/loadavg: 4.15 4.12 4.06 5/265 173310
/proc/meminfo: memFree=127549272/131249988 swapFree=33010160/33010684
[pid=173113] ppid=173110 vsize=209552 memory=151056 CPUtime=461.19 cores=4,6
/proc/173113/stat : 173113 (SynLSCD) R 173110 173113 172165 0 -1 4194304 22239 0 0 0 45858 261 0 0 20 0 1 0 242031431 214581248 37764 18446744073709551615 94428883025920 94428885460521 140734652172512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94428885941496 94428885974528 94428907081728 140734652176771 140734652176906 140734652176906 140734652182510 0
/proc/173113/statm: 52388 37764 2560 595 0 37055 0
Current children cumulated CPU time: 461.19 s

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

Current children cumulated memory: 163984 KiB

[startup+2862.3 s]
/proc/loadavg: 2.08 2.13 2.65 3/250 174712
/proc/meminfo: memFree=127631744/131249988 swapFree=33010160/33010684
[pid=173113] ppid=173110 vsize=222384 memory=163984 CPUtime=2854.91 cores=4,6
/proc/173113/stat : 173113 (SynLSCD) R 173110 173113 172165 0 -1 4194304 25423 0 0 0 284041 1450 0 0 20 0 1 0 242031431 227721216 40996 18446744073709551615 94428883025920 94428885460521 140734652172512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94428885941496 94428885974528 94428907081728 140734652176771 140734652176906 140734652176906 140734652182510 0
/proc/173113/statm: 55596 40996 2560 595 0 40263 0
Current children cumulated CPU time: 2854.91 s
Current children cumulated vsize: 222384 KiB
Current children cumulated memory: 163984 KiB

[startup+2922.3 s]
/proc/loadavg: 2.09 2.12 2.61 3/251 174715
/proc/meminfo: memFree=127631588/131249988 swapFree=33010160/33010684
[pid=173113] ppid=173110 vsize=222384 memory=163984 CPUtime=2914.73 cores=4,6
/proc/173113/stat : 173113 (SynLSCD) R 173110 173113 172165 0 -1 4194304 25430 0 0 0 290007 1466 0 0 20 0 1 0 242031431 227721216 40996 18446744073709551615 94428883025920 94428885460521 140734652172512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94428885941496 94428885974528 94428907081728 140734652176771 140734652176906 140734652176906 140734652182510 0
/proc/173113/statm: 55596 40996 2560 595 0 40263 0
Current children cumulated CPU time: 2914.73 s
Current children cumulated vsize: 222384 KiB
Current children cumulated memory: 163984 KiB

[startup+2982.3 s]
/proc/loadavg: 2.08 2.11 2.57 3/252 174720
/proc/meminfo: memFree=127631628/131249988 swapFree=33010160/33010684
[pid=173113] ppid=173110 vsize=222384 memory=164112 CPUtime=2974.56 cores=4,6
/proc/173113/stat : 173113 (SynLSCD) R 173110 173113 172165 0 -1 4194304 25433 0 0 0 295975 1481 0 0 20 0 1 0 242031431 227721216 41028 18446744073709551615 94428883025920 94428885460521 140734652172512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94428885941496 94428885974528 94428907081728 140734652176771 140734652176906 140734652176906 140734652182510 0
/proc/173113/statm: 55596 41028 2560 595 0 40263 0
Current children cumulated CPU time: 2974.56 s
Current children cumulated vsize: 222384 KiB
Current children cumulated memory: 164112 KiB

[startup+3042.3 s]
/proc/loadavg: 2.15 2.12 2.55 3/252 174722
/proc/meminfo: memFree=127631868/131249988 swapFree=33010160/33010684
[pid=173113] ppid=173110 vsize=222520 memory=164112 CPUtime=3034.38 cores=4,6
/proc/173113/stat : 173113 (SynLSCD) R 173110 173113 172165 0 -1 4194304 25441 0 0 0 301942 1496 0 0 20 0 1 0 242031431 227860480 41028 18446744073709551615 94428883025920 94428885460521 140734652172512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94428885941496 94428885974528 94428907081728 140734652176771 140734652176906 140734652176906 140734652182510 0
/proc/173113/statm: 55630 41028 2560 595 0 40297 0
Current children cumulated CPU time: 3034.38 s
Current children cumulated vsize: 222520 KiB
Current children cumulated memory: 164112 KiB

[startup+3102.3 s]
/proc/loadavg: 2.05 2.10 2.51 3/252 174728
/proc/meminfo: memFree=127631964/131249988 swapFree=33010160/33010684
[pid=173113] ppid=173110 vsize=222520 memory=164112 CPUtime=3094.2 cores=4,6
/proc/173113/stat : 173113 (SynLSCD) R 173110 173113 172165 0 -1 4194304 25443 0 0 0 307911 1509 0 0 20 0 1 0 242031431 227860480 41028 18446744073709551615 94428883025920 94428885460521 140734652172512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94428885941496 94428885974528 94428907081728 140734652176771 140734652176906 140734652176906 140734652182510 0
/proc/173113/statm: 55630 41028 2560 595 0 40297 0
Current children cumulated CPU time: 3094.2 s
Current children cumulated vsize: 222520 KiB
Current children cumulated memory: 164112 KiB

[startup+3162.3 s]
/proc/loadavg: 2.06 2.09 2.48 3/252 174730
/proc/meminfo: memFree=127632060/131249988 swapFree=33010160/33010684
[pid=173113] ppid=173110 vsize=222520 memory=164112 CPUtime=3154.04 cores=4,6
/proc/173113/stat : 173113 (SynLSCD) R 173110 173113 172165 0 -1 4194304 25507 0 0 0 313738 1666 0 0 20 0 1 0 242031431 227860480 41028 18446744073709551615 94428883025920 94428885460521 140734652172512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94428885941496 94428885974528 94428907081728 140734652176771 140734652176906 140734652176906 140734652182510 0
/proc/173113/statm: 55630 41028 2560 595 0 40297 0
Current children cumulated CPU time: 3154.04 s
Current children cumulated vsize: 222520 KiB
Current children cumulated memory: 164112 KiB

[startup+3222.3 s]
/proc/loadavg: 2.12 2.10 2.46 3/252 174733
/proc/meminfo: memFree=127631412/131249988 swapFree=33010160/33010684
[pid=173113] ppid=173110 vsize=222660 memory=164240 CPUtime=3213.85 cores=4,6
/proc/173113/stat : 173113 (SynLSCD) R 173110 173113 172165 0 -1 4194304 25551 0 0 0 319705 1680 0 0 20 0 1 0 242031431 228003840 41060 18446744073709551615 94428883025920 94428885460521 140734652172512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94428885941496 94428885974528 94428907081728 140734652176771 140734652176906 140734652176906 140734652182510 0
/proc/173113/statm: 55665 41060 2560 595 0 40332 0
Current children cumulated CPU time: 3213.85 s
Current children cumulated vsize: 222660 KiB
Current children cumulated memory: 164240 KiB

[startup+3282.3 s]
/proc/loadavg: 2.10 2.09 2.43 3/252 174736
/proc/meminfo: memFree=127631760/131249988 swapFree=33010160/33010684
[pid=173113] ppid=173110 vsize=222660 memory=164240 CPUtime=3273.68 cores=4,6
/proc/173113/stat : 173113 (SynLSCD) R 173110 173113 172165 0 -1 4194304 25560 0 0 0 325674 1694 0 0 20 0 1 0 242031431 228003840 41060 18446744073709551615 94428883025920 94428885460521 140734652172512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94428885941496 94428885974528 94428907081728 140734652176771 140734652176906 140734652176906 140734652182510 0
/proc/173113/statm: 55665 41060 2560 595 0 40332 0
Current children cumulated CPU time: 3273.68 s
Current children cumulated vsize: 222660 KiB
Current children cumulated memory: 164240 KiB

[startup+3342.3 s]
/proc/loadavg: 2.15 2.10 2.42 3/252 174738
/proc/meminfo: memFree=127631836/131249988 swapFree=33010160/33010684
[pid=173113] ppid=173110 vsize=222796 memory=164368 CPUtime=3333.51 cores=4,6
/proc/173113/stat : 173113 (SynLSCD) R 173110 173113 172165 0 -1 4194304 25568 0 0 0 331640 1711 0 0 20 0 1 0 242031431 228143104 41092 18446744073709551615 94428883025920 94428885460521 140734652172512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94428885941496 94428885974528 94428907081728 140734652176771 140734652176906 140734652176906 140734652182510 0
/proc/173113/statm: 55699 41092 2560 595 0 40366 0
Current children cumulated CPU time: 3333.51 s
Current children cumulated vsize: 222796 KiB
Current children cumulated memory: 164368 KiB

[startup+3402.3 s]
/proc/loadavg: 2.11 2.10 2.39 3/252 174740
/proc/meminfo: memFree=127639996/131249988 swapFree=33010160/33010684
[pid=173113] ppid=173110 vsize=223056 memory=164624 CPUtime=3393.34 cores=4,6
/proc/173113/stat : 173113 (SynLSCD) R 173110 173113 172165 0 -1 4194304 25637 0 0 0 337605 1729 0 0 20 0 1 0 242031431 228409344 41156 18446744073709551615 94428883025920 94428885460521 140734652172512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94428885941496 94428885974528 94428907081728 140734652176771 140734652176906 140734652176906 140734652182510 0
/proc/173113/statm: 55764 41156 2560 595 0 40431 0
Current children cumulated CPU time: 3393.34 s
Current children cumulated vsize: 223056 KiB
Current children cumulated memory: 164624 KiB

[startup+3462.3 s]
/proc/loadavg: 2.08 2.09 2.37 3/252 174742
/proc/meminfo: memFree=127640092/131249988 swapFree=33010160/33010684
[pid=173113] ppid=173110 vsize=223056 memory=164624 CPUtime=3453.17 cores=4,6
/proc/173113/stat : 173113 (SynLSCD) R 173110 173113 172165 0 -1 4194304 25642 0 0 0 343573 1744 0 0 20 0 1 0 242031431 228409344 41156 18446744073709551615 94428883025920 94428885460521 140734652172512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94428885941496 94428885974528 94428907081728 140734652176771 140734652176906 140734652176906 140734652182510 0
/proc/173113/statm: 55764 41156 2560 595 0 40431 0
Current children cumulated CPU time: 3453.17 s
Current children cumulated vsize: 223056 KiB
Current children cumulated memory: 164624 KiB

[startup+3522.3 s]
/proc/loadavg: 2.14 2.10 2.35 3/252 174744
/proc/meminfo: memFree=127638932/131249988 swapFree=33010160/33010684
[pid=173113] ppid=173110 vsize=223056 memory=164624 CPUtime=3513 cores=4,6
/proc/173113/stat : 173113 (SynLSCD) R 173110 173113 172165 0 -1 4194304 25645 0 0 0 349543 1757 0 0 20 0 1 0 242031431 228409344 41156 18446744073709551615 94428883025920 94428885460521 140734652172512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94428885941496 94428885974528 94428907081728 140734652176771 140734652176906 140734652176906 140734652182510 0
/proc/173113/statm: 55764 41156 2560 595 0 40431 0
Current children cumulated CPU time: 3513 s
Current children cumulated vsize: 223056 KiB
Current children cumulated memory: 164624 KiB

[startup+3582.3 s]
/proc/loadavg: 2.10 2.10 2.34 3/252 174750
/proc/meminfo: memFree=127638140/131249988 swapFree=33010160/33010684
[pid=173113] ppid=173110 vsize=223056 memory=164624 CPUtime=3572.84 cores=4,6
/proc/173113/stat : 173113 (SynLSCD) R 173110 173113 172165 0 -1 4194304 25655 0 0 0 355464 1820 0 0 20 0 1 0 242031431 228409344 41156 18446744073709551615 94428883025920 94428885460521 140734652172512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94428885941496 94428885974528 94428907081728 140734652176771 140734652176906 140734652176906 140734652182510 0
/proc/173113/statm: 55764 41156 2560 595 0 40431 0
Current children cumulated CPU time: 3572.84 s
Current children cumulated vsize: 223056 KiB
Current children cumulated memory: 164624 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.6 s]
/proc/loadavg: 2.13 2.10 2.33 3/252 174751
/proc/meminfo: memFree=127638424/131249988 swapFree=33010160/33010684
[pid=173113] ppid=173110 vsize=223056 memory=164624 CPUtime=3600.07 cores=4,6
/proc/173113/stat : 173113 (SynLSCD) R 173110 173113 172165 0 -1 4194304 25655 0 0 0 358081 1926 0 0 20 0 1 0 242031431 228409344 41156 18446744073709551615 94428883025920 94428885460521 140734652172512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94428885941496 94428885974528 94428907081728 140734652176771 140734652176906 140734652176906 140734652182510 0
/proc/173113/statm: 55764 41156 2560 595 0 40431 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 223056 KiB
Current children cumulated memory: 164624 KiB

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

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

# cumulated CPU time of all completed processes:  user=3580.82 s, system=19.2678 s

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

Child status: 0

Real time (s): 3609.6
CPU time (s): 3600.08
CPU user time (s): 3580.82
CPU system time (s): 19.2678
CPU usage (%): 99.7363
Max. virtual memory (cumulated for all children) (KiB): 223056
Max. memory (cumulated for all children) (KiB): 164624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3580.82
system time used= 19.2678
maximum resident set size= 165008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25688
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= 166
involuntary context switches= 1801


# summary of solver processes directly reported to runsolver:
#   pid: 173113
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3580.82
#   total CPU system time (s): 19.2678

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.59799 second user time and 15.7074 second system time

The end

Launcher Data

Begin job on nodeC034 at 2025-07-23 11:38:46
IDJOB=4546000
IDBENCH=163980
IDSOLVER=3421
FILE ID=nodeC034/4546000-1753263526
RUNJOBID= nodeC034-1753259701-172183
SLURM_JOB_ID= 9689189
Free space on /tmp= 433028 MiB

SOLVER NAME= SynLSCD 2025-07-23
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-4546000-1753263526/watcher-4546000-1753263526 -o /tmp/evaluation-result-4546000-1753263526/solver-4546000-1753263526 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1753259701-172183 --watchdog 3760  ./SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4546000-1753263526.opb

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

MD5SUM BENCH= 8ef3131177365cbfba34b2238fc87839
RANDOM SEED=381433518

nodeC034 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.797
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.53
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.983
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.53
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		: 3642.465
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.53
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		: 3700.000
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.53
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.761
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.53
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		: 3599.781
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.53
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		: 3599.841
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.53
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		: 3598.781
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.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        127753836 kB
MemAvailable:   129530724 kB
Buffers:            2128 kB
Cached:          2513912 kB
SwapCached:           32 kB
Active:          1290676 kB
Inactive:        1393272 kB
Active(anon):     192020 kB
Inactive(anon):     2152 kB
Active(file):    1098656 kB
Inactive(file):  1391120 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3956 kB
Writeback:             0 kB
AnonPages:        170992 kB
Mapped:           120744 kB
Shmem:             26264 kB
KReclaimable:     252300 kB
Slab:             351312 kB
SReclaimable:     252300 kB
SUnreclaim:        99012 kB
KernelStack:        4272 kB
PageTables:         3464 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     563116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150632 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     94208 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      189140 kB
DirectMap2M:     7970816 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433032 MiB
End job on nodeC034 at 2025-07-23 12:38:56