Trace number 4514929

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-PS 2025-06-01? (TO) 3600.05 3608.71

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
34.01/34.16	c Use LS-small
34.01/34.16	c update_LS_target_phase-runLS
546.95/548.33	c restart_num_ls  0 811
546.95/548.33	c LS 90 15
1153.92/1156.72	c Use LS-small
1153.92/1156.72	c restart_num_ls  811 1429
1153.92/1156.72	c LS 80 40
1857.33/1861.87	c Use LS-small
1857.33/1861.87	c restart_num_ls  1429 2046
1857.33/1861.87	c LS 70 70
2580.60/2586.87	c Use LS-small
2580.60/2586.87	c restart_num_ls  2046 2762
2580.60/2586.87	c LS 60 82
3080.09/3087.57	c Use LS-small
3080.09/3087.57	c restart_num_ls  2762 3274
3080.09/3087.57	c LS 50 88
3540.67/3549.29	c Use LS-small
3540.67/3549.29	c restart_num_ls  3274 3833
3540.67/3549.29	c LS 40 53
3600.03/3608.70	c Use LS-small
3600.03/3608.70	c Program interrupted by user.
3600.03/3608.70	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 (62762 MiB free)
  memory of node 1: 64507 MiB (60960 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4514929-1751220321/watcher-4514929-1751220321 -o /tmp/evaluation-result-4514929-1751220321/solver-4514929-1751220321 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751216507-31563 --watchdog 3760 SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4514929-1751220321.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=32715, runsolver pid=32712

[startup+0.100059 s]*
/proc/loadavg: 4.16 4.14 4.09 5/264 32716
/proc/meminfo: memFree=126683584/131249996 swapFree=33010684/33010684
[pid=32715] ppid=32712 vsize=90960 memory=18116 CPUtime=0.09 cores=1,3
/proc/32715/stat : 32715 (SynLSCD-PS) R 32712 32715 31551 0 -1 4194304 2772 0 0 0 9 0 0 0 20 0 1 0 37709880 93143040 4529 18446744073709551615 94752790200320 94752792635321 140737217757648 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94752793115896 94752793148928 94752806711296 140737217763680 140737217763816 140737217763816 140737217769418 0
/proc/32715/statm: 22740 4529 2464 595 0 7407 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 90960 KiB
Current children cumulated memory: 18116 KiB

[startup+0.205466 s]*
/proc/loadavg: 4.16 4.14 4.09 5/264 32716
/proc/meminfo: memFree=126683584/131249996 swapFree=33010684/33010684
[pid=32715] ppid=32712 vsize=91260 memory=18372 CPUtime=0.19 cores=1,3
/proc/32715/stat : 32715 (SynLSCD-PS) R 32712 32715 31551 0 -1 4194304 2813 0 0 0 19 0 0 0 20 0 1 0 37709880 93450240 4593 18446744073709551615 94752790200320 94752792635321 140737217757648 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94752793115896 94752793148928 94752806711296 140737217763680 140737217763816 140737217763816 140737217769418 0
/proc/32715/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.305159 s]*
/proc/loadavg: 4.16 4.14 4.09 5/264 32716
/proc/meminfo: memFree=126681820/131249996 swapFree=33010684/33010684
[pid=32715] ppid=32712 vsize=100156 memory=27204 CPUtime=0.29 cores=1,3
/proc/32715/stat : 32715 (SynLSCD-PS) R 32712 32715 31551 0 -1 4194304 5018 0 0 0 28 1 0 0 20 0 1 0 37709880 102559744 6801 18446744073709551615 94752790200320 94752792635321 140737217757648 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94752793115896 94752793148928 94752806711296 140737217763680 140737217763816 140737217763816 140737217769418 0
/proc/32715/statm: 25039 6801 2464 595 0 9706 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 100156 KiB
Current children cumulated memory: 27204 KiB

[startup+0.700155 s]
/proc/loadavg: 4.16 4.14 4.09 6/264 32716
/proc/meminfo: memFree=126681820/131249996 swapFree=33010684/33010684
[pid=32715] ppid=32712 vsize=100156 memory=27204 CPUtime=0.68 cores=1,3
/proc/32715/stat : 32715 (SynLSCD-PS) R 32712 32715 31551 0 -1 4194304 5018 0 0 0 66 2 0 0 20 0 1 0 37709880 102559744 6801 18446744073709551615 94752790200320 94752792635321 140737217757648 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94752793115896 94752793148928 94752806711296 140737217763680 140737217763816 140737217763816 140737217769418 0
/proc/32715/statm: 25039 6801 2464 595 0 9706 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 100156 KiB
Current children cumulated memory: 27204 KiB

[startup+1.50015 s]
/proc/loadavg: 4.16 4.14 4.09 5/264 32716
/proc/meminfo: memFree=126681820/131249996 swapFree=33010684/33010684
[pid=32715] ppid=32712 vsize=100156 memory=27204 CPUtime=1.47 cores=1,3
/proc/32715/stat : 32715 (SynLSCD-PS) R 32712 32715 31551 0 -1 4194304 5018 0 0 0 142 5 0 0 20 0 1 0 37709880 102559744 6801 18446744073709551615 94752790200320 94752792635321 140737217757648 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94752793115896 94752793148928 94752806711296 140737217763680 140737217763816 140737217763816 140737217769418 0
/proc/32715/statm: 25039 6801 2464 595 0 9706 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 100156 KiB
Current children cumulated memory: 27204 KiB

[startup+3.10531 s]
/proc/loadavg: 4.14 4.14 4.09 5/264 32716
/proc/meminfo: memFree=126681820/131249996 swapFree=33010684/33010684
[pid=32715] ppid=32712 vsize=100156 memory=27204 CPUtime=3.08 cores=1,3
/proc/32715/stat : 32715 (SynLSCD-PS) R 32712 32715 31551 0 -1 4194304 5018 0 0 0 296 12 0 0 20 0 1 0 37709880 102559744 6801 18446744073709551615 94752790200320 94752792635321 140737217757648 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94752793115896 94752793148928 94752806711296 140737217763680 140737217763816 140737217763816 140737217769418 0
/proc/32715/statm: 25039 6801 2464 595 0 9706 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 100156 KiB
Current children cumulated memory: 27204 KiB

[startup+6.30013 s]
/proc/loadavg: 4.14 4.14 4.09 5/264 32716
/proc/meminfo: memFree=126682072/131249996 swapFree=33010684/33010684
[pid=32715] ppid=32712 vsize=100156 memory=27204 CPUtime=6.26 cores=1,3
/proc/32715/stat : 32715 (SynLSCD-PS) R 32712 32715 31551 0 -1 4194304 5018 0 0 0 601 25 0 0 20 0 1 0 37709880 102559744 6801 18446744073709551615 94752790200320 94752792635321 140737217757648 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94752793115896 94752793148928 94752806711296 140737217763680 140737217763816 140737217763816 140737217769418 0
/proc/32715/statm: 25039 6801 2464 595 0 9706 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 100156 KiB
Current children cumulated memory: 27204 KiB

[startup+12.7001 s]
/proc/loadavg: 4.12 4.13 4.09 5/264 32716
/proc/meminfo: memFree=126682372/131249996 swapFree=33010684/33010684
[pid=32715] ppid=32712 vsize=100156 memory=27204 CPUtime=12.65 cores=1,3
/proc/32715/stat : 32715 (SynLSCD-PS) R 32712 32715 31551 0 -1 4194304 5018 0 0 0 1210 55 0 0 20 0 1 0 37709880 102559744 6801 18446744073709551615 94752790200320 94752792635321 140737217757648 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94752793115896 94752793148928 94752806711296 140737217763680 140737217763816 140737217763816 140737217769418 0
/proc/32715/statm: 25039 6801 2464 595 0 9706 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 100156 KiB
Current children cumulated memory: 27204 KiB

[startup+25.5002 s]
/proc/loadavg: 4.10 4.13 4.09 5/264 32716
/proc/meminfo: memFree=126682696/131249996 swapFree=33010684/33010684
[pid=32715] ppid=32712 vsize=100156 memory=27204 CPUtime=25.43 cores=1,3
/proc/32715/stat : 32715 (SynLSCD-PS) R 32712 32715 31551 0 -1 4194304 5018 0 0 0 2431 112 0 0 20 0 1 0 37709880 102559744 6801 18446744073709551615 94752790200320 94752792635321 140737217757648 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94752793115896 94752793148928 94752806711296 140737217763680 140737217763816 140737217763816 140737217769418 0
/proc/32715/statm: 25039 6801 2464 595 0 9706 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 100156 KiB
Current children cumulated memory: 27204 KiB

[startup+51.1054 s]
/proc/loadavg: 4.07 4.12 4.08 5/264 32717
/proc/meminfo: memFree=126563792/131249996 swapFree=33010684/33010684
[pid=32715] ppid=32712 vsize=190144 memory=116736 CPUtime=50.97 cores=1,3
/proc/32715/stat : 32715 (SynLSCD-PS) R 32712 32715 31551 0 -1 4194304 18225 0 0 0 4940 157 0 0 20 0 1 0 37709880 194707456 29184 18446744073709551615 94752790200320 94752792635321 140737217757648 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94752793115896 94752793148928 94752806711296 140737217763680 140737217763816 140737217763816 140737217769418 0
/proc/32715/statm: 47536 29184 2528 595 0 32203 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 190144 KiB
Current children cumulated memory: 116736 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/265 32724
/proc/meminfo: memFree=126537632/131249996 swapFree=33010684/33010684
[pid=32715] ppid=32712 vsize=202604 memory=144152 CPUtime=102.03 cores=1,3
/proc/32715/stat : 32715 (SynLSCD-PS) R 32712 32715 31551 0 -1 4194304 20920 0 0 0 10033 170 0 0 20 0 1 0 37709880 207466496 36038 18446744073709551615 94752790200320 94752792635321 140737217757648 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94752793115896 94752793148928 94752806711296 140737217763680 140737217763816 140737217763816 140737217769418 0
/proc/32715/statm: 50651 36038 2528 595 0 35318 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 202604 KiB
Current children cumulated memory: 144152 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/265 32726
/proc/meminfo: memFree=126537508/131249996 swapFree=33010684/33010684
[pid=32715] ppid=32712 vsize=204896 memory=146072 CPUtime=161.88 cores=1,3
/proc/32715/stat : 32715 (SynLSCD-PS) R 32712 32715 31551 0 -1 4194304 21469 0 0 0 16004 184 0 0 20 0 1 0 37709880 209813504 36518 18446744073709551615 94752790200320 94752792635321 140737217757648 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94752793115896 94752793148928 94752806711296 140737217763680 140737217763816 140737217763816 140737217769418 0
/proc/32715/statm: 51224 36518 2528 595 0 35891 0
Current children cumulated CPU time: 161.88 s
Current children cumulated vsize: 204896 KiB
Current children cumulated memory: 146072 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/265 32728
/proc/meminfo: memFree=126529364/131249996 swapFree=33010684/33010684
[pid=32715] ppid=32712 vsize=206332 memory=147608 CPUtime=221.74 cores=1,3
/proc/32715/stat : 32715 (SynLSCD-PS) R 32712 32715 31551 0 -1 4194304 21892 0 0 0 21975 199 0 0 20 0 1 0 37709880 211283968 36902 18446744073709551615 94752790200320 94752792635321 140737217757648 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94752793115896 94752793148928 94752806711296 140737217763680 140737217763816 140737217763816 140737217769418 0
/proc/32715/statm: 51583 36902 2528 595 0 36250 0
Current children cumulated CPU time: 221.74 s
Current children cumulated vsize: 206332 KiB
Current children cumulated memory: 147608 KiB

[startup+282.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/264 32820
/proc/meminfo: memFree=126434596/131249996 swapFree=33010684/33010684
[pid=32715] ppid=32712 vsize=206332 memory=147608 CPUtime=281.6 cores=1,3
/proc/32715/stat : 32715 (SynLSCD-PS) R 32712 32715 31551 0 -1 4194304 21904 0 0 0 27946 214 0 0 20 0 1 0 37709880 211283968 36902 18446744073709551615 94752790200320 94752792635321 140737217757648 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94752793115896 94752793148928 94752806711296 140737217763680 140737217763816 140737217763816 140737217769418 0
/proc/32715/statm: 51583 36902 2528 595 0 36250 0
Current children cumulated CPU time: 281.6 s
Current children cumulated vsize: 206332 KiB
Current children cumulated memory: 147608 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/263 32913
/proc/meminfo: memFree=123130252/131249996 swapFree=33010684/33010684
[pid=32715] ppid=32712 vsize=206724 memory=147992 CPUtime=341.45 cores=1,3
/proc/32715/stat : 32715 (SynLSCD-PS) R 32712 32715 31551 0 -1 4194304 21998 0 0 0 33914 231 0 0 20 0 1 0 37709880 211685376 36998 18446744073709551615 94752790200320 94752792635321 140737217757648 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94752793115896 94752793148928 94752806711296 140737217763680 140737217763816 140737217763816 140737217769418 0
/proc/32715/statm: 51681 36998 2528 595 0 36348 0
Current children cumulated CPU time: 341.45 s
Current children cumulated vsize: 206724 KiB
Current children cumulated memory: 147992 KiB

[startup+402.3 s]
/proc/loadavg: 4.15 4.11 4.09 5/265 32917
/proc/meminfo: memFree=120868856/131249996 swapFree=33010684/33010684
[pid=32715] ppid=32712 vsize=206964 memory=148248 CPUtime=401.3 cores=1,3
/proc/32715/stat : 32715 (SynLSCD-PS) R 32712 32715 31551 0 -1 4194304 22066 0 0 0 39886 244 0 0 20 0 1 0 37709880 211931136 37062 18446744073709551615 94752790200320 94752792635321 140737217757648 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94752793115896 94752793148928 94752806711296 140737217763680 140737217763816 140737217763816 140737217769418 0
/proc/32715/statm: 51741 37062 2528 595 0 36408 0
Current children cumulated CPU time: 401.3 s
Current children cumulated vsize: 206964 KiB
Current children cumulated memory: 148248 KiB

[startup+462.3 s]
/proc/loadavg: 4.05 4.08 4.09 5/265 32919
/proc/meminfo: memFree=120915356/131249996 swapFree=33010684/33010684
[pid=32715] ppid=32712 vsize=208104 memory=149272 CPUtime=461.16 cores=1,3
/proc/32715/stat : 32715 (SynLSCD-PS) R 32712 32715 31551 0 -1 4194304 22344 0 0 0 45857 259 0 0 20 0 1 0 37709880 213098496 37318 18446744073709551615 94752790200320 94752792635321 140737217757648 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94752793115896 94752793148928 94752806711296 140737217763680 140737217763816 140737217763816 140737217769418 0
/proc/32715/statm: 52026 37318 2528 595 0 36693 0
Current children cumulated CPU time: 461.16 s

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

Current children cumulated memory: 162456 KiB

[startup+2922.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/265 33173
/proc/meminfo: memFree=116327252/131249996 swapFree=33010684/33010684
[pid=32715] ppid=32712 vsize=221580 memory=162456 CPUtime=2915.28 cores=1,3
/proc/32715/stat : 32715 (SynLSCD-PS) R 32712 32715 31551 0 -1 4194304 25805 0 0 0 290107 1421 0 0 20 0 1 0 37709880 226897920 40614 18446744073709551615 94752790200320 94752792635321 140737217757648 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94752793115896 94752793148928 94752806711296 140737217763680 140737217763816 140737217763816 140737217769418 0
/proc/32715/statm: 55395 40614 2528 595 0 40062 0
Current children cumulated CPU time: 2915.28 s
Current children cumulated vsize: 221580 KiB
Current children cumulated memory: 162456 KiB

[startup+2982.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/265 33175
/proc/meminfo: memFree=116272320/131249996 swapFree=33010684/33010684
[pid=32715] ppid=32712 vsize=221580 memory=162456 CPUtime=2975.14 cores=1,3
/proc/32715/stat : 32715 (SynLSCD-PS) R 32712 32715 31551 0 -1 4194304 25813 0 0 0 296078 1436 0 0 20 0 1 0 37709880 226897920 40614 18446744073709551615 94752790200320 94752792635321 140737217757648 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94752793115896 94752793148928 94752806711296 140737217763680 140737217763816 140737217763816 140737217769418 0
/proc/32715/statm: 55395 40614 2528 595 0 40062 0
Current children cumulated CPU time: 2975.14 s
Current children cumulated vsize: 221580 KiB
Current children cumulated memory: 162456 KiB

[startup+3042.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/264 33179
/proc/meminfo: memFree=116188468/131249996 swapFree=33010684/33010684
[pid=32715] ppid=32712 vsize=221580 memory=162584 CPUtime=3035 cores=1,3
/proc/32715/stat : 32715 (SynLSCD-PS) R 32712 32715 31551 0 -1 4194304 25819 0 0 0 302049 1451 0 0 20 0 1 0 37709880 226897920 40646 18446744073709551615 94752790200320 94752792635321 140737217757648 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94752793115896 94752793148928 94752806711296 140737217763680 140737217763816 140737217763816 140737217769418 0
/proc/32715/statm: 55395 40646 2528 595 0 40062 0
Current children cumulated CPU time: 3035 s
Current children cumulated vsize: 221580 KiB
Current children cumulated memory: 162584 KiB

[startup+3102.3 s]
/proc/loadavg: 4.04 4.08 4.08 5/262 33181
/proc/meminfo: memFree=116107884/131249996 swapFree=33010684/33010684
[pid=32715] ppid=32712 vsize=221580 memory=162584 CPUtime=3094.86 cores=1,3
/proc/32715/stat : 32715 (SynLSCD-PS) R 32712 32715 31551 0 -1 4194304 25819 0 0 0 307959 1527 0 0 20 0 1 0 37709880 226897920 40646 18446744073709551615 94752790200320 94752792635321 140737217757648 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94752793115896 94752793148928 94752806711296 140737217763680 140737217763816 140737217763816 140737217769418 0
/proc/32715/statm: 55395 40646 2528 595 0 40062 0
Current children cumulated CPU time: 3094.86 s
Current children cumulated vsize: 221580 KiB
Current children cumulated memory: 162584 KiB

[startup+3162.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/263 33187
/proc/meminfo: memFree=116047592/131249996 swapFree=33010684/33010684
[pid=32715] ppid=32712 vsize=221580 memory=162584 CPUtime=3154.71 cores=1,3
/proc/32715/stat : 32715 (SynLSCD-PS) R 32712 32715 31551 0 -1 4194304 25819 0 0 0 313852 1619 0 0 20 0 1 0 37709880 226897920 40646 18446744073709551615 94752790200320 94752792635321 140737217757648 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94752793115896 94752793148928 94752806711296 140737217763680 140737217763816 140737217763816 140737217769418 0
/proc/32715/statm: 55395 40646 2528 595 0 40062 0
Current children cumulated CPU time: 3154.71 s
Current children cumulated vsize: 221580 KiB
Current children cumulated memory: 162584 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/263 33189
/proc/meminfo: memFree=115989136/131249996 swapFree=33010684/33010684
[pid=32715] ppid=32712 vsize=221760 memory=162712 CPUtime=3214.56 cores=1,3
/proc/32715/stat : 32715 (SynLSCD-PS) R 32712 32715 31551 0 -1 4194304 25886 0 0 0 319821 1635 0 0 20 0 1 0 37709880 227082240 40678 18446744073709551615 94752790200320 94752792635321 140737217757648 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94752793115896 94752793148928 94752806711296 140737217763680 140737217763816 140737217763816 140737217769418 0
/proc/32715/statm: 55440 40678 2528 595 0 40107 0
Current children cumulated CPU time: 3214.56 s
Current children cumulated vsize: 221760 KiB
Current children cumulated memory: 162712 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/265 33193
/proc/meminfo: memFree=115943668/131249996 swapFree=33010684/33010684
[pid=32715] ppid=32712 vsize=221760 memory=162712 CPUtime=3274.42 cores=1,3
/proc/32715/stat : 32715 (SynLSCD-PS) R 32712 32715 31551 0 -1 4194304 25908 0 0 0 325791 1651 0 0 20 0 1 0 37709880 227082240 40678 18446744073709551615 94752790200320 94752792635321 140737217757648 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94752793115896 94752793148928 94752806711296 140737217763680 140737217763816 140737217763816 140737217769418 0
/proc/32715/statm: 55440 40678 2528 595 0 40107 0
Current children cumulated CPU time: 3274.42 s
Current children cumulated vsize: 221760 KiB
Current children cumulated memory: 162712 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.08 4.09 5/265 33207
/proc/meminfo: memFree=115842364/131249996 swapFree=33010684/33010684
[pid=32715] ppid=32712 vsize=221760 memory=162712 CPUtime=3334.27 cores=1,3
/proc/32715/stat : 32715 (SynLSCD-PS) R 32712 32715 31551 0 -1 4194304 25927 0 0 0 331763 1664 0 0 20 0 1 0 37709880 227082240 40678 18446744073709551615 94752790200320 94752792635321 140737217757648 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94752793115896 94752793148928 94752806711296 140737217763680 140737217763816 140737217763816 140737217769418 0
/proc/32715/statm: 55440 40678 2528 595 0 40107 0
Current children cumulated CPU time: 3334.27 s
Current children cumulated vsize: 221760 KiB
Current children cumulated memory: 162712 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/266 33210
/proc/meminfo: memFree=115758932/131249996 swapFree=33010684/33010684
[pid=32715] ppid=32712 vsize=221928 memory=162840 CPUtime=3394.13 cores=1,3
/proc/32715/stat : 32715 (SynLSCD-PS) R 32712 32715 31551 0 -1 4194304 25956 0 0 0 337733 1680 0 0 20 0 1 0 37709880 227254272 40710 18446744073709551615 94752790200320 94752792635321 140737217757648 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94752793115896 94752793148928 94752806711296 140737217763680 140737217763816 140737217763816 140737217769418 0
/proc/32715/statm: 55482 40710 2528 595 0 40149 0
Current children cumulated CPU time: 3394.13 s
Current children cumulated vsize: 221928 KiB
Current children cumulated memory: 162840 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.10 4.09 5/265 33212
/proc/meminfo: memFree=115710944/131249996 swapFree=33010684/33010684
[pid=32715] ppid=32712 vsize=221928 memory=162840 CPUtime=3453.98 cores=1,3
/proc/32715/stat : 32715 (SynLSCD-PS) R 32712 32715 31551 0 -1 4194304 25960 0 0 0 343703 1695 0 0 20 0 1 0 37709880 227254272 40710 18446744073709551615 94752790200320 94752792635321 140737217757648 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94752793115896 94752793148928 94752806711296 140737217763680 140737217763816 140737217763816 140737217769418 0
/proc/32715/statm: 55482 40710 2528 595 0 40149 0
Current children cumulated CPU time: 3453.98 s
Current children cumulated vsize: 221928 KiB
Current children cumulated memory: 162840 KiB

[startup+3522.3 s]
/proc/loadavg: 4.05 4.08 4.09 5/265 33214
/proc/meminfo: memFree=115646308/131249996 swapFree=33010684/33010684
[pid=32715] ppid=32712 vsize=221928 memory=162840 CPUtime=3513.84 cores=1,3
/proc/32715/stat : 32715 (SynLSCD-PS) R 32712 32715 31551 0 -1 4194304 25965 0 0 0 349676 1708 0 0 20 0 1 0 37709880 227254272 40710 18446744073709551615 94752790200320 94752792635321 140737217757648 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94752793115896 94752793148928 94752806711296 140737217763680 140737217763816 140737217763816 140737217769418 0
/proc/32715/statm: 55482 40710 2528 595 0 40149 0
Current children cumulated CPU time: 3513.84 s
Current children cumulated vsize: 221928 KiB
Current children cumulated memory: 162840 KiB

[startup+3582.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/263 33216
/proc/meminfo: memFree=115583344/131249996 swapFree=33010684/33010684
[pid=32715] ppid=32712 vsize=221928 memory=162840 CPUtime=3573.7 cores=1,3
/proc/32715/stat : 32715 (SynLSCD-PS) R 32712 32715 31551 0 -1 4194304 25969 0 0 0 355501 1869 0 0 20 0 1 0 37709880 227254272 40710 18446744073709551615 94752790200320 94752792635321 140737217757648 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94752793115896 94752793148928 94752806711296 140737217763680 140737217763816 140737217763816 140737217769418 0
/proc/32715/statm: 55482 40710 2528 595 0 40149 0
Current children cumulated CPU time: 3573.7 s
Current children cumulated vsize: 221928 KiB
Current children cumulated memory: 162840 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.7 s]
/proc/loadavg: 4.43 4.17 4.12 5/264 33221
/proc/meminfo: memFree=115578584/131249996 swapFree=33010684/33010684
[pid=32715] ppid=32712 vsize=221928 memory=162840 CPUtime=3600.03 cores=1,3
/proc/32715/stat : 32715 (SynLSCD-PS) R 32712 32715 31551 0 -1 4194304 25969 0 0 0 358127 1876 0 0 20 0 1 0 37709880 227254272 40710 18446744073709551615 94752790200320 94752792635321 140737217757648 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94752793115896 94752793148928 94752806711296 140737217763680 140737217763816 140737217763816 140737217769418 0
/proc/32715/statm: 55482 40710 2528 595 0 40149 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 221928 KiB
Current children cumulated memory: 162840 KiB

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

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

# cumulated CPU time of all completed processes:  user=3581.28 s, system=18.7661 s

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

[startup+3608.7 s]
/proc/loadavg: 4.43 4.17 4.12 5/264 33221
/proc/meminfo: memFree=115578584/131249996 swapFree=33010684/33010684
[pid=32715] ppid=32712 vsize=221928 memory=162840 CPUtime=3600.03 cores=1,3
/proc/32715/stat : 32715 (SynLSCD-PS) R 32712 32715 31551 0 -1 4194304 25969 0 0 0 358127 1876 0 0 20 0 1 0 37709880 227254272 40710 18446744073709551615 94752790200320 94752792635321 140737217757648 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94752793115896 94752793148928 94752806711296 140737217763680 140737217763816 140737217763816 140737217769418 0
/proc/32715/statm: 55482 40710 2528 595 0 40149 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 221928 KiB
Current children cumulated memory: 162840 KiB

Child status: 0

Real time (s): 3608.71
CPU time (s): 3600.05
CPU user time (s): 3581.28
CPU system time (s): 18.7661
CPU usage (%): 99.76
Max. virtual memory (cumulated for all children) (KiB): 221928
Max. memory (cumulated for all children) (KiB): 162840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3581.28
system time used= 18.7661
maximum resident set size= 163224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26003
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 168
involuntary context switches= 5325


# summary of solver processes directly reported to runsolver:
#   pid: 32715
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3581.28
#   total CPU system time (s): 18.7661

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.64655 second user time and 15.8923 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-06-29 20:05:21
IDJOB=4514929
IDBENCH=163980
IDSOLVER=3370
FILE ID=nodeC017/4514929-1751220321
RUNJOBID= nodeC017-1751216507-31563
SLURM_JOB_ID= 9587656
Free space on /tmp= 433000 MiB

SOLVER NAME= SynLSCD-PS 2025-06-01
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib3/normalized-seymour.0.u.opb
COMMAND LINE= SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4514929-1751220321/watcher-4514929-1751220321 -o /tmp/evaluation-result-4514929-1751220321/solver-4514929-1751220321 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751216507-31563 --watchdog 3760  SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4514929-1751220321.opb

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

MD5SUM BENCH= 8ef3131177365cbfba34b2238fc87839
RANDOM SEED=2063479136

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        126691880 kB
MemAvailable:   129435052 kB
Buffers:            2380 kB
Cached:          3515816 kB
SwapCached:            0 kB
Active:           654132 kB
Inactive:        3210660 kB
Active(anon):     364660 kB
Inactive(anon):       16 kB
Active(file):     289472 kB
Inactive(file):  3210644 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3772 kB
Writeback:            12 kB
AnonPages:        348704 kB
Mapped:           114340 kB
Shmem:             18080 kB
KReclaimable:     164188 kB
Slab:             252696 kB
SReclaimable:     164188 kB
SUnreclaim:        88508 kB
KernelStack:        4220 kB
PageTables:         3868 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     717900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    266240 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432568 MiB
End job on nodeC017 at 2025-06-29 21:05:30