Trace number 4503723

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) 3602.3 3613.66

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-174.opb
MD5SUM5618df1e63c3ad3b10b24ba90f334740
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark538.408
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables248659
Total number of constraints5546518
Number of constraints which are clauses4965781
Number of constraints which are cardinality constraints (but not clauses)19724
Number of constraints which are nor clauses,nor cardinality constraints561013
Minimum length of a constraint2
Maximum length of a constraint2220
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 2221
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

15.24/15.36	c #vars 248659 #constraints 5556400 22.3455 1
54.63/54.86	c 5556400 constraints
54.63/54.86	c Finish cloning data from SAT to LS
54.63/54.86	c restart_num_ls  -100000 0
114.65/115.03	c Use LS-small
114.65/115.03	c update_LS_target_phase-runLS
1767.51/1773.28	c restart_num_ls  0 508
1767.51/1773.28	c LS 90 64
2682.82/2691.58	c Use LS-small
2682.82/2691.58	c restart_num_ls  508 1020
2682.82/2691.58	c LS 80 39
3071.07/3080.91	c Use LS-small
3071.07/3080.91	c restart_num_ls  1020 1531
3071.07/3080.91	c LS 70 64
3130.99/3141.08	c Use LS-small
3130.99/3141.08	c update_LS_target_phase-runLS
3600.03/3611.40	c Program interrupted by user.
3600.03/3611.40	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100057 s]*
/proc/loadavg: 1.79 3.05 3.68 5/264 23218
/proc/meminfo: memFree=129060848/131249996 swapFree=33010684/33010684
[pid=23217] ppid=23214 vsize=223920 memory=151028 CPUtime=0.08 cores=0,2
/proc/23217/stat : 23217 (SynLSCD-PS) R 23214 23217 23149 0 -1 4194304 10731 0 0 0 5 3 0 0 20 0 1 0 32685260 229294080 37757 18446744073709551615 93986176708608 93986179143609 140720609537200 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93986179624184 93986179657216 93986185617408 140720609540448 140720609540584 140720609540584 140720609546186 0
/proc/23217/statm: 55980 37757 2240 595 0 40647 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 223920 KiB
Current children cumulated memory: 151028 KiB

[startup+0.205456 s]*
/proc/loadavg: 1.79 3.05 3.68 5/264 23218
/proc/meminfo: memFree=128991480/131249996 swapFree=33010684/33010684
[pid=23217] ppid=23214 vsize=229332 memory=160576 CPUtime=0.19 cores=0,2
/proc/23217/stat : 23217 (SynLSCD-PS) R 23214 23217 23149 0 -1 4194304 12141 0 0 0 16 3 0 0 20 0 1 0 32685260 234835968 40144 18446744073709551615 93986176708608 93986179143609 140720609537200 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93986179624184 93986179657216 93986185617408 140720609540448 140720609540584 140720609540584 140720609546186 0
/proc/23217/statm: 57333 40144 2240 595 0 42000 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 229332 KiB
Current children cumulated memory: 160576 KiB

[startup+0.305396 s]*
/proc/loadavg: 1.79 3.05 3.68 5/264 23218
/proc/meminfo: memFree=128987312/131249996 swapFree=33010684/33010684
[pid=23217] ppid=23214 vsize=234752 memory=167844 CPUtime=0.29 cores=0,2
/proc/23217/stat : 23217 (SynLSCD-PS) R 23214 23217 23149 0 -1 4194304 13518 0 0 0 25 4 0 0 20 0 1 0 32685260 240386048 41961 18446744073709551615 93986176708608 93986179143609 140720609537200 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93986179624184 93986179657216 93986185617408 140720609540448 140720609540584 140720609540584 140720609546186 0
/proc/23217/statm: 58688 41961 2240 595 0 43355 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 234752 KiB
Current children cumulated memory: 167844 KiB

[startup+0.700125 s]
/proc/loadavg: 1.79 3.05 3.68 5/264 23218
/proc/meminfo: memFree=128955496/131249996 swapFree=33010684/33010684
[pid=23217] ppid=23214 vsize=254288 memory=195676 CPUtime=0.68 cores=0,2
/proc/23217/stat : 23217 (SynLSCD-PS) R 23214 23217 23149 0 -1 4194304 18551 0 0 0 63 5 0 0 20 0 1 0 32685260 260390912 48919 18446744073709551615 93986176708608 93986179143609 140720609537200 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93986179624184 93986179657216 93986185617408 140720609540448 140720609540584 140720609540584 140720609546186 0
/proc/23217/statm: 63572 48919 2240 595 0 48239 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 254288 KiB
Current children cumulated memory: 195676 KiB

[startup+1.50012 s]
/proc/loadavg: 1.79 3.05 3.68 5/264 23218
/proc/meminfo: memFree=128850532/131249996 swapFree=33010684/33010684
[pid=23217] ppid=23214 vsize=332124 memory=254020 CPUtime=1.48 cores=0,2
/proc/23217/stat : 23217 (SynLSCD-PS) R 23214 23217 23149 0 -1 4194304 29415 0 0 0 139 9 0 0 20 0 1 0 32685260 340094976 63505 18446744073709551615 93986176708608 93986179143609 140720609537200 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93986179624184 93986179657216 93986185617408 140720609540448 140720609540584 140720609540584 140720609546186 0
/proc/23217/statm: 83031 63505 2240 595 0 67698 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 332124 KiB
Current children cumulated memory: 254020 KiB

[startup+3.10534 s]
/proc/loadavg: 1.97 3.07 3.68 5/264 23218
/proc/meminfo: memFree=127755744/131249996 swapFree=33010684/33010684
[pid=23217] ppid=23214 vsize=453580 memory=369880 CPUtime=3.08 cores=0,2
/proc/23217/stat : 23217 (SynLSCD-PS) R 23214 23217 23149 0 -1 4194304 48115 0 0 0 293 15 0 0 20 0 1 0 32685260 464465920 92470 18446744073709551615 93986176708608 93986179143609 140720609537200 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93986179624184 93986179657216 93986185617408 140720609540448 140720609540584 140720609540584 140720609546186 0
/proc/23217/statm: 113395 92470 2240 595 0 98062 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 453580 KiB
Current children cumulated memory: 369880 KiB

[startup+6.30017 s]
/proc/loadavg: 1.97 3.07 3.68 5/264 23218
/proc/meminfo: memFree=125505740/131249996 swapFree=33010684/33010684
[pid=23217] ppid=23214 vsize=683112 memory=589448 CPUtime=6.27 cores=0,2
/proc/23217/stat : 23217 (SynLSCD-PS) R 23214 23217 23149 0 -1 4194304 84267 0 0 0 601 26 0 0 20 0 1 0 32685260 699506688 147362 18446744073709551615 93986176708608 93986179143609 140720609537200 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93986179624184 93986179657216 93986185617408 140720609540448 140720609540584 140720609540584 140720609546186 0
/proc/23217/statm: 170778 147362 2240 595 0 155445 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 683112 KiB
Current children cumulated memory: 589448 KiB

[startup+12.7002 s]
/proc/loadavg: 2.13 3.09 3.69 5/264 23218
/proc/meminfo: memFree=125092088/131249996 swapFree=33010684/33010684
[pid=23217] ppid=23214 vsize=1115008 memory=1025596 CPUtime=12.64 cores=0,2
/proc/23217/stat : 23217 (SynLSCD-PS) R 23214 23217 23149 0 -1 4194304 153648 0 0 0 1215 49 0 0 20 0 1 0 32685260 1141768192 256399 18446744073709551615 93986176708608 93986179143609 140720609537200 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93986179624184 93986179657216 93986185617408 140720609540448 140720609540584 140720609540584 140720609546186 0
/proc/23217/statm: 278752 256399 2240 595 0 263419 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 1115008 KiB
Current children cumulated memory: 1025596 KiB

[startup+25.5002 s]
/proc/loadavg: 2.62 3.15 3.70 5/264 23218
/proc/meminfo: memFree=122942392/131249996 swapFree=33010684/33010684
[pid=23217] ppid=23214 vsize=3443184 memory=3157620 CPUtime=25.41 cores=0,2
/proc/23217/stat : 23217 (SynLSCD-PS) R 23214 23217 23149 0 -1 4194304 496214 0 0 0 2399 142 0 0 20 0 1 0 32685260 3525820416 789405 18446744073709551615 93986176708608 93986179143609 140720609537200 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93986179624184 93986179657216 93986185617408 140720609540448 140720609540584 140720609540584 140720609546186 0
/proc/23217/statm: 860796 789405 2304 595 0 845463 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 3443184 KiB
Current children cumulated memory: 3157620 KiB

[startup+51.1057 s]
/proc/loadavg: 3.09 3.22 3.71 5/264 23219
/proc/meminfo: memFree=113846432/131249996 swapFree=33010684/33010684
[pid=23217] ppid=23214 vsize=18086084 memory=12290244 CPUtime=50.94 cores=0,2
/proc/23217/stat : 23217 (SynLSCD-PS) R 23214 23217 23149 0 -1 4194304 1702633 0 0 0 4573 521 0 0 20 0 1 0 32685260 18520150016 3072561 18446744073709551615 93986176708608 93986179143609 140720609537200 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93986179624184 93986179657216 93986185617408 140720609540448 140720609540584 140720609540584 140720609546186 0
/proc/23217/statm: 4521521 3072561 2464 595 0 4506188 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 18086084 KiB
Current children cumulated memory: 12290244 KiB

[startup+102.3 s]
/proc/loadavg: 3.65 3.35 3.73 5/265 23222
/proc/meminfo: memFree=109681512/131249996 swapFree=33010684/33010684
[pid=23217] ppid=23214 vsize=18290768 memory=16115228 CPUtime=101.99 cores=0,2
/proc/23217/stat : 23217 (SynLSCD-PS) R 23214 23217 23149 0 -1 4194304 2035972 0 0 0 9547 652 0 0 20 0 1 0 32685260 18729746432 4028807 18446744073709551615 93986176708608 93986179143609 140720609537200 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93986179624184 93986179657216 93986185617408 140720609540448 140720609540584 140720609540584 140720609546186 0
/proc/23217/statm: 4572692 4028807 2464 595 0 4557359 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 18290768 KiB
Current children cumulated memory: 16115228 KiB

[startup+162.3 s]
/proc/loadavg: 3.98 3.50 3.76 5/265 23224
/proc/meminfo: memFree=109496864/131249996 swapFree=33010684/33010684
[pid=23217] ppid=23214 vsize=18398388 memory=16271052 CPUtime=161.82 cores=0,2
/proc/23217/stat : 23217 (SynLSCD-PS) R 23214 23217 23149 0 -1 4194304 2061985 0 0 0 15518 664 0 0 20 0 1 0 32685260 18839949312 4067763 18446744073709551615 93986176708608 93986179143609 140720609537200 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93986179624184 93986179657216 93986185617408 140720609540448 140720609540584 140720609540584 140720609546186 0
/proc/23217/statm: 4599597 4067763 2496 595 0 4584264 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 18398388 KiB
Current children cumulated memory: 16271052 KiB

[startup+222.3 s]
/proc/loadavg: 4.00 3.60 3.78 5/265 23230
/proc/meminfo: memFree=109487652/131249996 swapFree=33010684/33010684
[pid=23217] ppid=23214 vsize=18416636 memory=16316700 CPUtime=221.66 cores=0,2
/proc/23217/stat : 23217 (SynLSCD-PS) R 23214 23217 23149 0 -1 4194304 2066388 0 0 0 21498 668 0 0 20 0 1 0 32685260 18858635264 4079175 18446744073709551615 93986176708608 93986179143609 140720609537200 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93986179624184 93986179657216 93986185617408 140720609540448 140720609540584 140720609540584 140720609546186 0
/proc/23217/statm: 4604159 4079175 2496 595 0 4588826 0
Current children cumulated CPU time: 221.66 s
Current children cumulated vsize: 18416636 KiB
Current children cumulated memory: 16316700 KiB

[startup+282.3 s]
/proc/loadavg: 4.12 3.70 3.81 5/265 23232
/proc/meminfo: memFree=109425540/131249996 swapFree=33010684/33010684
[pid=23217] ppid=23214 vsize=18424812 memory=16351212 CPUtime=281.47 cores=0,2
/proc/23217/stat : 23217 (SynLSCD-PS) R 23214 23217 23149 0 -1 4194304 2068534 0 0 0 27474 673 0 0 20 0 1 0 32685260 18867007488 4087803 18446744073709551615 93986176708608 93986179143609 140720609537200 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93986179624184 93986179657216 93986185617408 140720609540448 140720609540584 140720609540584 140720609546186 0
/proc/23217/statm: 4606203 4087803 2496 595 0 4590870 0
Current children cumulated CPU time: 281.47 s
Current children cumulated vsize: 18424812 KiB
Current children cumulated memory: 16351212 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 3.78 3.83 5/264 23234
/proc/meminfo: memFree=109398400/131249996 swapFree=33010684/33010684
[pid=23217] ppid=23214 vsize=18430188 memory=16374552 CPUtime=341.28 cores=0,2
/proc/23217/stat : 23217 (SynLSCD-PS) R 23214 23217 23149 0 -1 4194304 2069836 0 0 0 33452 676 0 0 20 0 1 0 32685260 18872512512 4093638 18446744073709551615 93986176708608 93986179143609 140720609537200 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93986179624184 93986179657216 93986185617408 140720609540448 140720609540584 140720609540584 140720609546186 0
/proc/23217/statm: 4607547 4093638 2496 595 0 4592214 0
Current children cumulated CPU time: 341.28 s
Current children cumulated vsize: 18430188 KiB
Current children cumulated memory: 16374552 KiB

[startup+402.3 s]
/proc/loadavg: 4.14 3.85 3.85 5/264 23236
/proc/meminfo: memFree=109355412/131249996 swapFree=33010684/33010684
[pid=23217] ppid=23214 vsize=18439992 memory=16413988 CPUtime=401.09 cores=0,2
/proc/23217/stat : 23217 (SynLSCD-PS) R 23214 23217 23149 0 -1 4194304 2072234 0 0 0 39427 682 0 0 20 0 1 0 32685260 18882551808 4103497 18446744073709551615 93986176708608 93986179143609 140720609537200 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93986179624184 93986179657216 93986185617408 140720609540448 140720609540584 140720609540584 140720609546186 0
/proc/23217/statm: 4609998 4103497 2496 595 0 4594665 0
Current children cumulated CPU time: 401.09 s
Current children cumulated vsize: 18439992 KiB
Current children cumulated memory: 16413988 KiB

[startup+462.3 s]
/proc/loadavg: 4.12 3.90 3.87 5/263 23238
/proc/meminfo: memFree=109272532/131249996 swapFree=33010684/33010684
[pid=23217] ppid=23214 vsize=18460528 memory=16482068 CPUtime=460.89 cores=0,2
/proc/23217/stat : 23217 (SynLSCD-PS) R 23214 23217 23149 0 -1 4194304 2077113 0 0 0 45403 686 0 0 20 0 1 0 32685260 18903580672 4120517 18446744073709551615 93986176708608 93986179143609 140720609537200 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93986179624184 93986179657216 93986185617408 140720609540448 140720609540584 140720609540584 140720609546186 0
/proc/23217/statm: 4615132 4120517 2496 595 0 4599799 0

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

[startup+3042.3 s]
/proc/loadavg: 4.07 4.12 4.08 5/263 23406
/proc/meminfo: memFree=107754440/131249996 swapFree=33010684/33010684
[pid=23217] ppid=23214 vsize=19699284 memory=16744524 CPUtime=3032.57 cores=0,2
/proc/23217/stat : 23217 (SynLSCD-PS) R 23214 23217 23149 0 -1 4194304 2144068 0 0 0 302348 909 0 0 20 0 1 0 32685260 20172066816 4186131 18446744073709551615 93986176708608 93986179143609 140720609537200 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93986179624184 93986179657216 93986185617408 140720609540448 140720609540584 140720609540584 140720609546186 0
/proc/23217/statm: 4924821 4186131 2496 595 0 4909488 0
Current children cumulated CPU time: 3032.57 s
Current children cumulated vsize: 19699284 KiB
Current children cumulated memory: 16744524 KiB

[startup+3102.3 s]
/proc/loadavg: 4.08 4.11 4.08 5/262 23408
/proc/meminfo: memFree=107751180/131249996 swapFree=33010684/33010684
[pid=23217] ppid=23214 vsize=19702224 memory=16753100 CPUtime=3092.4 cores=0,2
/proc/23217/stat : 23217 (SynLSCD-PS) R 23214 23217 23149 0 -1 4194304 2148283 0 0 0 308319 921 0 0 20 0 1 0 32685260 20175077376 4188275 18446744073709551615 93986176708608 93986179143609 140720609537200 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93986179624184 93986179657216 93986185617408 140720609540448 140720609540584 140720609540584 140720609546186 0
/proc/23217/statm: 4925556 4188275 2496 595 0 4910223 0
Current children cumulated CPU time: 3092.4 s
Current children cumulated vsize: 19702224 KiB
Current children cumulated memory: 16753100 KiB

[startup+3162.3 s]
/proc/loadavg: 4.07 4.10 4.08 5/262 23409
/proc/meminfo: memFree=107743648/131249996 swapFree=33010684/33010684
[pid=23217] ppid=23214 vsize=19702224 memory=16759116 CPUtime=3152.23 cores=0,2
/proc/23217/stat : 23217 (SynLSCD-PS) R 23214 23217 23149 0 -1 4194304 2150238 0 0 0 314285 938 0 0 20 0 1 0 32685260 20175077376 4189779 18446744073709551615 93986176708608 93986179143609 140720609537200 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93986179624184 93986179657216 93986185617408 140720609540448 140720609540584 140720609540584 140720609546186 0
/proc/23217/statm: 4925556 4189779 2496 595 0 4910223 0
Current children cumulated CPU time: 3152.23 s
Current children cumulated vsize: 19702224 KiB
Current children cumulated memory: 16759116 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/263 23427
/proc/meminfo: memFree=107674968/131249996 swapFree=33010684/33010684
[pid=23217] ppid=23214 vsize=19757932 memory=16819972 CPUtime=3212.06 cores=0,2
/proc/23217/stat : 23217 (SynLSCD-PS) R 23214 23217 23149 0 -1 4194304 2160217 0 0 0 320247 959 0 0 20 0 1 0 32685260 20232122368 4204993 18446744073709551615 93986176708608 93986179143609 140720609537200 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93986179624184 93986179657216 93986185617408 140720609540448 140720609540584 140720609540584 140720609546186 0
/proc/23217/statm: 4939483 4204993 2496 595 0 4924150 0
Current children cumulated CPU time: 3212.06 s
Current children cumulated vsize: 19757932 KiB
Current children cumulated memory: 16819972 KiB

[startup+3282.3 s]
/proc/loadavg: 4.04 4.09 4.08 5/263 23429
/proc/meminfo: memFree=107668036/131249996 swapFree=33010684/33010684
[pid=23217] ppid=23214 vsize=19757932 memory=16826116 CPUtime=3271.88 cores=0,2
/proc/23217/stat : 23217 (SynLSCD-PS) R 23214 23217 23149 0 -1 4194304 2161644 0 0 0 326226 962 0 0 20 0 1 0 32685260 20232122368 4206529 18446744073709551615 93986176708608 93986179143609 140720609537200 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93986179624184 93986179657216 93986185617408 140720609540448 140720609540584 140720609540584 140720609546186 0
/proc/23217/statm: 4939483 4206529 2496 595 0 4924150 0
Current children cumulated CPU time: 3271.88 s
Current children cumulated vsize: 19757932 KiB
Current children cumulated memory: 16826116 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/264 23433
/proc/meminfo: memFree=107606296/131249996 swapFree=33010684/33010684
[pid=23217] ppid=23214 vsize=19757932 memory=16838148 CPUtime=3331.71 cores=0,2
/proc/23217/stat : 23217 (SynLSCD-PS) R 23214 23217 23149 0 -1 4194304 2162933 0 0 0 332206 965 0 0 20 0 1 0 32685260 20232122368 4209537 18446744073709551615 93986176708608 93986179143609 140720609537200 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93986179624184 93986179657216 93986185617408 140720609540448 140720609540584 140720609540584 140720609546186 0
/proc/23217/statm: 4939483 4209537 2496 595 0 4924150 0
Current children cumulated CPU time: 3331.71 s
Current children cumulated vsize: 19757932 KiB
Current children cumulated memory: 16838148 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/264 23435
/proc/meminfo: memFree=107595456/131249996 swapFree=33010684/33010684
[pid=23217] ppid=23214 vsize=19757932 memory=16852996 CPUtime=3391.54 cores=0,2
/proc/23217/stat : 23217 (SynLSCD-PS) R 23214 23217 23149 0 -1 4194304 2164290 0 0 0 338186 968 0 0 20 0 1 0 32685260 20232122368 4213249 18446744073709551615 93986176708608 93986179143609 140720609537200 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93986179624184 93986179657216 93986185617408 140720609540448 140720609540584 140720609540584 140720609546186 0
/proc/23217/statm: 4939483 4213249 2496 595 0 4924150 0
Current children cumulated CPU time: 3391.54 s
Current children cumulated vsize: 19757932 KiB
Current children cumulated memory: 16852996 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/264 23437
/proc/meminfo: memFree=107561888/131249996 swapFree=33010684/33010684
[pid=23217] ppid=23214 vsize=19757932 memory=16860676 CPUtime=3451.37 cores=0,2
/proc/23217/stat : 23217 (SynLSCD-PS) R 23214 23217 23149 0 -1 4194304 2166065 0 0 0 344166 971 0 0 20 0 1 0 32685260 20232122368 4215169 18446744073709551615 93986176708608 93986179143609 140720609537200 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93986179624184 93986179657216 93986185617408 140720609540448 140720609540584 140720609540584 140720609546186 0
/proc/23217/statm: 4939483 4215169 2496 595 0 4924150 0
Current children cumulated CPU time: 3451.37 s
Current children cumulated vsize: 19757932 KiB
Current children cumulated memory: 16860676 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/263 23439
/proc/meminfo: memFree=107574976/131249996 swapFree=33010684/33010684
[pid=23217] ppid=23214 vsize=19757932 memory=16870020 CPUtime=3511.19 cores=0,2
/proc/23217/stat : 23217 (SynLSCD-PS) R 23214 23217 23149 0 -1 4194304 2167977 0 0 0 350144 975 0 0 20 0 1 0 32685260 20232122368 4217505 18446744073709551615 93986176708608 93986179143609 140720609537200 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93986179624184 93986179657216 93986185617408 140720609540448 140720609540584 140720609540584 140720609546186 0
/proc/23217/statm: 4939483 4217505 2496 595 0 4924150 0
Current children cumulated CPU time: 3511.19 s
Current children cumulated vsize: 19757932 KiB
Current children cumulated memory: 16870020 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/264 23444
/proc/meminfo: memFree=107572692/131249996 swapFree=33010684/33010684
[pid=23217] ppid=23214 vsize=19757932 memory=16885264 CPUtime=3571.02 cores=0,2
/proc/23217/stat : 23217 (SynLSCD-PS) R 23214 23217 23149 0 -1 4194304 2174128 0 0 0 356107 995 0 0 20 0 1 0 32685260 20232122368 4221316 18446744073709551615 93986176708608 93986179143609 140720609537200 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93986179624184 93986179657216 93986185617408 140720609540448 140720609540584 140720609540584 140720609546186 0
/proc/23217/statm: 4939483 4221316 2496 595 0 4924150 0
Current children cumulated CPU time: 3571.02 s
Current children cumulated vsize: 19757932 KiB
Current children cumulated memory: 16885264 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.4 s]
/proc/loadavg: 4.11 4.09 4.09 5/264 23535
/proc/meminfo: memFree=111324320/131249996 swapFree=33010684/33010684
[pid=23217] ppid=23214 vsize=19757932 memory=16894096 CPUtime=3600.03 cores=0,2
/proc/23217/stat : 23217 (SynLSCD-PS) R 23214 23217 23149 0 -1 4194304 2174157 0 0 0 359008 995 0 0 20 0 1 0 32685260 20232122368 4223524 18446744073709551615 93986176708608 93986179143609 140720609537200 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93986179624184 93986179657216 93986185617408 140720609540448 140720609540584 140720609540584 140720609546186 0
/proc/23217/statm: 4939483 4223524 2496 595 0 4924150 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19757932 KiB
Current children cumulated memory: 16894096 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+3613.66 s]
# the end of solver process 23217 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=3592.07 s, system=10.225 s

Solver just ended.
Dumping a history of the last processes samples

[startup+3612.8 s]
/proc/loadavg: 4.11 4.09 4.09 5/264 23535
/proc/meminfo: memFree=115357904/131249996 swapFree=33010684/33010684
[pid=23217] ppid=23214 vsize=14348608 memory=12865172 CPUtime=3601.43 cores=0,2
/proc/23217/stat : 23217 (SynLSCD-PS) R 23214 23217 23149 0 -1 4194304 2174704 0 0 0 359147 996 0 0 20 0 1 0 32685260 14692974592 3216293 18446744073709551615 93986176708608 93986179143609 140720609537200 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93986179624184 93986179657216 93986185617408 140720609540448 140720609540584 140720609540584 140720609546186 0
/proc/23217/statm: 3587152 3216293 2560 595 0 3571819 0
Current children cumulated CPU time: 3601.43 s
Current children cumulated vsize: 14348608 KiB
Current children cumulated memory: 12865172 KiB

[startup+3613.2 s]
/proc/loadavg: 4.11 4.09 4.09 5/264 23535
/proc/meminfo: memFree=115360516/131249996 swapFree=33010684/33010684
[pid=23217] ppid=23214 vsize=13958216 memory=12474780 CPUtime=3601.83 cores=0,2
/proc/23217/stat : 23217 (SynLSCD-PS) R 23214 23217 23149 0 -1 4194304 2174974 0 0 0 359187 996 0 0 20 0 1 0 32685260 14293213184 3118695 18446744073709551615 93986176708608 93986179143609 140720609537200 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93986179624184 93986179657216 93986185617408 140720609540448 140720609540584 140720609540584 140720609546186 0
/proc/23217/statm: 3489554 3118695 2560 595 0 3474221 0
Current children cumulated CPU time: 3601.83 s
Current children cumulated vsize: 13958216 KiB
Current children cumulated memory: 12474780 KiB

[startup+3613.4 s]
/proc/loadavg: 4.11 4.09 4.09 5/264 23535
/proc/meminfo: memFree=115360516/131249996 swapFree=33010684/33010684
[pid=23217] ppid=23214 vsize=13958216 memory=12474780 CPUtime=3602.03 cores=0,2
/proc/23217/stat : 23217 (SynLSCD-PS) R 23214 23217 23149 0 -1 4194304 2174976 0 0 0 359207 996 0 0 20 0 1 0 32685260 14293213184 3118695 18446744073709551615 93986176708608 93986179143609 140720609537200 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 93986179624184 93986179657216 93986185617408 140720609540448 140720609540584 140720609540584 140720609546186 0
/proc/23217/statm: 3489554 3118695 2560 595 0 3474221 0
Current children cumulated CPU time: 3602.03 s
Current children cumulated vsize: 13958216 KiB
Current children cumulated memory: 12474780 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3613.66
CPU time (s): 3602.3
CPU user time (s): 3592.07
CPU system time (s): 10.225
CPU usage (%): 99.6856
Max. virtual memory (cumulated for all children) (KiB): 21119056
Max. memory (cumulated for all children) (KiB): 17809440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.07
system time used= 10.225
maximum resident set size= 18014240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2174976
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= 266
involuntary context switches= 8064


# summary of solver processes directly reported to runsolver:
#   pid: 23217
#   total CPU time (s): 3602.3
#   total CPU user time (s): 3592.07
#   total CPU system time (s): 10.225

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.47153 second user time and 15.2374 second system time

The end

Launcher Data

Begin job on nodeC029 at 2025-06-29 06:07:48
IDJOB=4503723
IDBENCH=155548
IDSOLVER=3370
FILE ID=nodeC029/4503723-1751170067
RUNJOBID= nodeC029-1751170067-23159
SLURM_JOB_ID= 9587525
Free space on /tmp= 432700 MiB

SOLVER NAME= SynLSCD-PS 2025-06-01
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-174.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-4503723-1751170067/watcher-4503723-1751170067 -o /tmp/evaluation-result-4503723-1751170067/solver-4503723-1751170067 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1751170067-23159 --watchdog 3760  SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4503723-1751170067.opb

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

MD5SUM BENCH= 5618df1e63c3ad3b10b24ba90f334740
RANDOM SEED=2119280922

nodeC029 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.340
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.46
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.713
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.46
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		: 3599.726
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.46
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		: 3613.452
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.46
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.718
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.46
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.726
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.46
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.410
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.46
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		: 3700.000
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.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129223412 kB
MemAvailable:   129251804 kB
Buffers:            3280 kB
Cached:           838696 kB
SwapCached:            0 kB
Active:           841792 kB
Inactive:         582856 kB
Active(anon):     600772 kB
Inactive(anon):        0 kB
Active(file):     241020 kB
Inactive(file):   582856 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            372920 kB
Writeback:             0 kB
AnonPages:        585672 kB
Mapped:           112712 kB
Shmem:             18060 kB
KReclaimable:      87512 kB
Slab:             170900 kB
SReclaimable:      87512 kB
SUnreclaim:        83388 kB
KernelStack:        4288 kB
PageTables:         3924 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     966788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150504 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    149504 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:      193236 kB
DirectMap2M:    11112448 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432756 MiB
End job on nodeC029 at 2025-06-29 07:08:02