Trace number 4517507

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 NameAnswerobjective functionCPU timeWall clock time
WMaxCDCL-SCIP 2025-06-21? 3598.6 3608.78

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/
normalized-clique-coloring-max-clique-n=20-t=2.opb
MD5SUM06b87d46bf38d4b028e9a0f41f22c2e8
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark18
Best CPU time to get the best result obtained on this benchmark3.31113
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables650
Total number of constraints72640
Number of constraints which are clauses72620
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint21
Number of terms in the objective function 20
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 20
Number of bits of the sum of numbers in the objective function 5
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 22
Number of bits of the biggest sum of numbers5
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.01	c Presolving by SCIP...
139.73/140.21	c Encoding OPB into MaxSAT...
139.73/140.21	c This is the PBCProcessor based on SCIP solver.
139.73/140.37	c Solving by WMaxCDCL...
3598.49/3608.77	c Rebuilding OPB solution...
3598.49/3608.77	c This is the PBCProcessor based on SCIP solver.
3598.49/3608.77	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 (61818 MiB free)
  memory of node 1: 64465 MiB (62690 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4517507-1751528948/watcher-4517507-1751528948 -o /tmp/evaluation-result-4517507-1751528948/solver-4517507-1751528948 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1751525281-76242 --watchdog 3760 HOME/opbsolver HOME/instance-4517507-1751528948.opb 3600 31000 HOME HOME 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing FSIZE limit: 104857600 KiB
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
Current StackSize limit: 8192 KiB

solver pid=77096, runsolver pid=77093

[startup+0.100067 s]*
/proc/loadavg: 4.13 4.09 4.07 5/270 77100
/proc/meminfo: memFree=127467544/131250000 swapFree=33010684/33010684
[pid=77096] ppid=77093 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/77096/stat : 77096 (opbsolver) S 77093 77096 76231 0 -1 4194304 262 232 0 0 0 0 0 0 20 0 1 0 68517297 4292608 736 18446744073709551615 94344922349568 94344923244101 140725353564432 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94344923483152 94344923530896 94344928133120 140725353572638 140725353572841 140725353572841 140725353578443 0
/proc/77096/statm: 1048 736 672 219 0 110 0
[pid=77100] ppid=77096 vsize=50148 memory=37808 CPUtime=0.08 cores=4,6
/proc/77100/stat : 77100 (pbcpreprocessor) R 77096 77096 76231 0 -1 4194304 7875 0 0 0 7 1 0 0 20 0 1 0 68517298 51351552 9452 18446744073709551615 4198400 15773533 140730355127712 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 17968456 18061744 51658752 140730355132740 140730355132894 140730355132894 140730355138501 0
/proc/77100/statm: 12537 9452 2016 2826 0 9149 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 54340 KiB
Current children cumulated memory: 40752 KiB

[startup+0.205637 s]*
/proc/loadavg: 4.13 4.09 4.07 5/270 77100
/proc/meminfo: memFree=127395220/131250000 swapFree=33010684/33010684
[pid=77096] ppid=77093 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/77096/stat : 77096 (opbsolver) S 77093 77096 76231 0 -1 4194304 262 232 0 0 0 0 0 0 20 0 1 0 68517297 4292608 736 18446744073709551615 94344922349568 94344923244101 140725353564432 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94344923483152 94344923530896 94344928133120 140725353572638 140725353572841 140725353572841 140725353578443 0
/proc/77096/statm: 1048 736 672 219 0 110 0
[pid=77100] ppid=77096 vsize=125716 memory=114096 CPUtime=0.18 cores=4,6
/proc/77100/stat : 77100 (pbcpreprocessor) R 77096 77096 76231 0 -1 4194304 26643 0 0 0 14 4 0 0 20 0 1 0 68517298 128733184 28524 18446744073709551615 4198400 15773533 140730355127712 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 17968456 18061744 51658752 140730355132740 140730355132894 140730355132894 140730355138501 0
/proc/77100/statm: 31429 28524 2368 2826 0 28041 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 129908 KiB
Current children cumulated memory: 117040 KiB

[startup+0.305759 s]*
/proc/loadavg: 4.13 4.09 4.07 5/270 77100
/proc/meminfo: memFree=127366948/131250000 swapFree=33010684/33010684
[pid=77096] ppid=77093 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/77096/stat : 77096 (opbsolver) S 77093 77096 76231 0 -1 4194304 262 232 0 0 0 0 0 0 20 0 1 0 68517297 4292608 736 18446744073709551615 94344922349568 94344923244101 140725353564432 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94344923483152 94344923530896 94344928133120 140725353572638 140725353572841 140725353572841 140725353578443 0
/proc/77096/statm: 1048 736 672 219 0 110 0
[pid=77100] ppid=77096 vsize=138788 memory=126256 CPUtime=0.28 cores=4,6
/proc/77100/stat : 77100 (pbcpreprocessor) R 77096 77096 76231 0 -1 4194304 29641 0 0 0 24 4 0 0 20 0 1 0 68517298 142118912 31564 18446744073709551615 4198400 15773533 140730355127712 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 17968456 18061744 51658752 140730355132740 140730355132894 140730355132894 140730355138501 0
/proc/77100/statm: 34697 31564 2400 2826 0 31309 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 142980 KiB
Current children cumulated memory: 129200 KiB

[startup+0.700218 s]
/proc/loadavg: 4.13 4.09 4.07 5/270 77100
/proc/meminfo: memFree=127312448/131250000 swapFree=33010684/33010684
[pid=77096] ppid=77093 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/77096/stat : 77096 (opbsolver) S 77093 77096 76231 0 -1 4194304 262 232 0 0 0 0 0 0 20 0 1 0 68517297 4292608 736 18446744073709551615 94344922349568 94344923244101 140725353564432 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94344923483152 94344923530896 94344928133120 140725353572638 140725353572841 140725353572841 140725353578443 0
/proc/77096/statm: 1048 736 672 219 0 110 0
[pid=77100] ppid=77096 vsize=232468 memory=208388 CPUtime=0.67 cores=4,6
/proc/77100/stat : 77100 (pbcpreprocessor) R 77096 77096 76231 0 -1 4194304 47194 0 0 0 60 7 0 0 20 0 1 0 68517298 238047232 52097 18446744073709551615 4198400 15773533 140730355127712 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 17968456 18061744 51658752 140730355132740 140730355132894 140730355132894 140730355138501 0
/proc/77100/statm: 58117 52097 2464 2826 0 54729 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 236660 KiB
Current children cumulated memory: 211332 KiB

[startup+1.50022 s]
/proc/loadavg: 4.13 4.09 4.07 5/270 77100
/proc/meminfo: memFree=127201604/131250000 swapFree=33010684/33010684
[pid=77096] ppid=77093 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/77096/stat : 77096 (opbsolver) S 77093 77096 76231 0 -1 4194304 262 232 0 0 0 0 0 0 20 0 1 0 68517297 4292608 736 18446744073709551615 94344922349568 94344923244101 140725353564432 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94344923483152 94344923530896 94344928133120 140725353572638 140725353572841 140725353572841 140725353578443 0
/proc/77096/statm: 1048 736 672 219 0 110 0
[pid=77100] ppid=77096 vsize=368140 memory=341192 CPUtime=1.46 cores=4,6
/proc/77100/stat : 77100 (pbcpreprocessor) R 77096 77096 76231 0 -1 4194304 75390 0 0 0 134 12 0 0 20 0 1 0 68517298 376975360 85298 18446744073709551615 4198400 15773533 140730355127712 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 17968456 18061744 51658752 140730355132740 140730355132894 140730355132894 140730355138501 0
/proc/77100/statm: 92035 85298 2624 2826 0 88647 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 372332 KiB
Current children cumulated memory: 344136 KiB

[startup+3.10542 s]
/proc/loadavg: 4.13 4.09 4.07 5/270 77100
/proc/meminfo: memFree=127104868/131250000 swapFree=33010684/33010684
[pid=77096] ppid=77093 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/77096/stat : 77096 (opbsolver) S 77093 77096 76231 0 -1 4194304 262 232 0 0 0 0 0 0 20 0 1 0 68517297 4292608 736 18446744073709551615 94344922349568 94344923244101 140725353564432 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94344923483152 94344923530896 94344928133120 140725353572638 140725353572841 140725353572841 140725353578443 0
/proc/77096/statm: 1048 736 672 219 0 110 0
[pid=77100] ppid=77096 vsize=372488 memory=344904 CPUtime=3.07 cores=4,6
/proc/77100/stat : 77100 (pbcpreprocessor) R 77096 77096 76231 0 -1 4194304 76444 0 0 0 294 13 0 0 20 0 1 0 68517298 381427712 86226 18446744073709551615 4198400 15773533 140730355127712 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 17968456 18061744 51658752 140730355132740 140730355132894 140730355132894 140730355138501 0
/proc/77100/statm: 93122 86226 2656 2826 0 89734 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 376680 KiB
Current children cumulated memory: 347848 KiB

[startup+6.30013 s]
/proc/loadavg: 4.12 4.09 4.07 5/270 77100
/proc/meminfo: memFree=127137756/131250000 swapFree=33010684/33010684
[pid=77096] ppid=77093 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/77096/stat : 77096 (opbsolver) S 77093 77096 76231 0 -1 4194304 262 232 0 0 0 0 0 0 20 0 1 0 68517297 4292608 736 18446744073709551615 94344922349568 94344923244101 140725353564432 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94344923483152 94344923530896 94344928133120 140725353572638 140725353572841 140725353572841 140725353578443 0
/proc/77096/statm: 1048 736 672 219 0 110 0
[pid=77100] ppid=77096 vsize=372488 memory=345928 CPUtime=6.25 cores=4,6
/proc/77100/stat : 77100 (pbcpreprocessor) R 77096 77096 76231 0 -1 4194304 76705 0 0 0 612 13 0 0 20 0 1 0 68517298 381427712 86482 18446744073709551615 4198400 15773533 140730355127712 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 17968456 18061744 51658752 140730355132740 140730355132894 140730355132894 140730355138501 0
/proc/77100/statm: 93122 86482 2656 2826 0 89734 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 376680 KiB
Current children cumulated memory: 348872 KiB

[startup+12.7001 s]
/proc/loadavg: 4.19 4.11 4.07 5/269 77100
/proc/meminfo: memFree=127081756/131250000 swapFree=33010684/33010684
[pid=77096] ppid=77093 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/77096/stat : 77096 (opbsolver) S 77093 77096 76231 0 -1 4194304 262 232 0 0 0 0 0 0 20 0 1 0 68517297 4292608 736 18446744073709551615 94344922349568 94344923244101 140725353564432 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94344923483152 94344923530896 94344928133120 140725353572638 140725353572841 140725353572841 140725353578443 0
/proc/77096/statm: 1048 736 672 219 0 110 0
[pid=77100] ppid=77096 vsize=464796 memory=388376 CPUtime=12.63 cores=4,6
/proc/77100/stat : 77100 (pbcpreprocessor) R 77096 77096 76231 0 -1 4194304 84303 0 0 0 1249 14 0 0 20 0 1 0 68517298 475951104 97094 18446744073709551615 4198400 15773533 140730355127712 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 17968456 18061744 51658752 140730355132740 140730355132894 140730355132894 140730355138501 0
/proc/77100/statm: 116199 97094 2656 2826 0 112811 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 468988 KiB
Current children cumulated memory: 391320 KiB

[startup+25.5001 s]
/proc/loadavg: 4.15 4.10 4.07 5/269 77150
/proc/meminfo: memFree=126879004/131250000 swapFree=33010684/33010684
[pid=77096] ppid=77093 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/77096/stat : 77096 (opbsolver) S 77093 77096 76231 0 -1 4194304 262 232 0 0 0 0 0 0 20 0 1 0 68517297 4292608 736 18446744073709551615 94344922349568 94344923244101 140725353564432 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94344923483152 94344923530896 94344928133120 140725353572638 140725353572841 140725353572841 140725353578443 0
/proc/77096/statm: 1048 736 672 219 0 110 0
[pid=77100] ppid=77096 vsize=586844 memory=483992 CPUtime=25.4 cores=4,6
/proc/77100/stat : 77100 (pbcpreprocessor) R 77096 77096 76231 0 -1 4194304 108323 0 0 0 2521 19 0 0 20 0 1 0 68517298 600928256 120998 18446744073709551615 4198400 15773533 140730355127712 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 17968456 18061744 51658752 140730355132740 140730355132894 140730355132894 140730355138501 0
/proc/77100/statm: 146711 120998 2688 2826 0 143323 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 591036 KiB
Current children cumulated memory: 486936 KiB

[startup+51.1055 s]
/proc/loadavg: 4.17 4.11 4.08 5/269 77150
/proc/meminfo: memFree=126757732/131250000 swapFree=33010684/33010684
[pid=77096] ppid=77093 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/77096/stat : 77096 (opbsolver) S 77093 77096 76231 0 -1 4194304 262 232 0 0 0 0 0 0 20 0 1 0 68517297 4292608 736 18446744073709551615 94344922349568 94344923244101 140725353564432 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94344923483152 94344923530896 94344928133120 140725353572638 140725353572841 140725353572841 140725353578443 0
/proc/77096/statm: 1048 736 672 219 0 110 0
[pid=77100] ppid=77096 vsize=619968 memory=484120 CPUtime=50.92 cores=4,6
/proc/77100/stat : 77100 (pbcpreprocessor) R 77096 77096 76231 0 -1 4194304 108360 0 0 0 5073 19 0 0 20 0 1 0 68517298 634847232 121030 18446744073709551615 4198400 15773533 140730355127712 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 17968456 18061744 51658752 140730355132740 140730355132894 140730355132894 140730355138501 0
/proc/77100/statm: 154992 121030 2688 2826 0 151604 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 624160 KiB
Current children cumulated memory: 487064 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.10 4.08 5/270 77204
/proc/meminfo: memFree=126581752/131250000 swapFree=33010684/33010684
[pid=77096] ppid=77093 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/77096/stat : 77096 (opbsolver) S 77093 77096 76231 0 -1 4194304 262 232 0 0 0 0 0 0 20 0 1 0 68517297 4292608 736 18446744073709551615 94344922349568 94344923244101 140725353564432 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94344923483152 94344923530896 94344928133120 140725353572638 140725353572841 140725353572841 140725353578443 0
/proc/77096/statm: 1048 736 672 219 0 110 0
[pid=77100] ppid=77096 vsize=682888 memory=519892 CPUtime=101.94 cores=4,6
/proc/77100/stat : 77100 (pbcpreprocessor) R 77096 77096 76231 0 -1 4194304 125220 0 0 0 10171 23 0 0 20 0 1 0 68517298 699277312 129973 18446744073709551615 4198400 15773533 140730355127712 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 17968456 18061744 51658752 140730355132740 140730355132894 140730355132894 140730355138501 0
/proc/77100/statm: 170722 129973 2688 2826 0 167334 0
Current children cumulated CPU time: 101.94 s
Current children cumulated vsize: 687080 KiB
Current children cumulated memory: 522836 KiB

[startup+162.3 s]
/proc/loadavg: 4.05 4.08 4.07 5/270 77211
/proc/meminfo: memFree=126931784/131250000 swapFree=33010684/33010684
[pid=77096] ppid=77093 vsize=4192 memory=2944 CPUtime=139.89 cores=4,6
/proc/77096/stat : 77096 (opbsolver) S 77093 77096 76231 0 -1 4194304 408 134866 0 0 0 0 13958 31 20 0 1 0 68517297 4292608 736 18446744073709551615 94344922349568 94344923244101 140725353564432 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94344923483152 94344923530896 94344928133120 140725353572638 140725353572841 140725353572841 140725353578443 0
/proc/77096/statm: 1048 736 672 219 0 110 0
[pid=77211] ppid=77096 vsize=49960 memory=40504 CPUtime=21.85 cores=4,6
/proc/77211/stat : 77211 (wmaxcdcl) R 77096 77096 76231 0 -1 4194304 7368 0 0 0 2184 1 0 0 20 0 1 0 68531335 51159040 10126 18446744073709551615 4198400 5932793 140732425093056 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 17809408 140732425099611 140732425099756 140732425099756 140732425105356 0
/proc/77211/statm: 12490 10126 448 424 0 11945 0
Current children cumulated CPU time: 161.74 s
Current children cumulated vsize: 54152 KiB
Current children cumulated memory: 43448 KiB

[startup+222.3 s]
/proc/loadavg: 4.13 4.10 4.08 5/269 77218
/proc/meminfo: memFree=127211888/131250000 swapFree=33010684/33010684
[pid=77096] ppid=77093 vsize=4192 memory=2944 CPUtime=139.89 cores=4,6
/proc/77096/stat : 77096 (opbsolver) S 77093 77096 76231 0 -1 4194304 408 134866 0 0 0 0 13958 31 20 0 1 0 68517297 4292608 736 18446744073709551615 94344922349568 94344923244101 140725353564432 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94344923483152 94344923530896 94344928133120 140725353572638 140725353572841 140725353572841 140725353578443 0
/proc/77096/statm: 1048 736 672 219 0 110 0
[pid=77211] ppid=77096 vsize=73680 memory=70476 CPUtime=81.67 cores=4,6
/proc/77211/stat : 77211 (wmaxcdcl) R 77096 77096 76231 0 -1 4194304 11883 0 0 0 8163 4 0 0 20 0 1 0 68531335 75448320 17619 18446744073709551615 4198400 5932793 140732425093056 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 17809408 140732425099611 140732425099756 140732425099756 140732425105356 0
/proc/77211/statm: 18420 17619 448 424 0 17875 0

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

/proc/77211/stat : 77211 (wmaxcdcl) R 77096 77096 76231 0 -1 4194304 88997 0 0 0 325127 150 0 0 20 0 1 0 68531335 355500032 86007 18446744073709551615 4198400 5932793 140732425093056 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 17809408 140732425099611 140732425099756 140732425099756 140732425105356 0
/proc/77211/statm: 86792 86007 448 424 0 86247 0
Current children cumulated CPU time: 3392.66 s
Current children cumulated vsize: 351360 KiB
Current children cumulated memory: 346972 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/267 77558
/proc/meminfo: memFree=127075548/131250000 swapFree=33010684/33010684
[pid=77096] ppid=77093 vsize=4192 memory=2944 CPUtime=139.89 cores=4,6
/proc/77096/stat : 77096 (opbsolver) S 77093 77096 76231 0 -1 4194304 408 134866 0 0 0 0 13958 31 20 0 1 0 68517297 4292608 736 18446744073709551615 94344922349568 94344923244101 140725353564432 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94344923483152 94344923530896 94344928133120 140725353572638 140725353572841 140725353572841 140725353578443 0
/proc/77096/statm: 1048 736 672 219 0 110 0
[pid=77211] ppid=77096 vsize=397256 memory=363664 CPUtime=3312.61 cores=4,6
/proc/77211/stat : 77211 (wmaxcdcl) R 77096 77096 76231 0 -1 4194304 89322 0 0 0 331109 152 0 0 20 0 1 0 68531335 406790144 90916 18446744073709551615 4198400 5932793 140732425093056 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 17809408 140732425099611 140732425099756 140732425099756 140732425105356 0
/proc/77211/statm: 99314 90916 448 424 0 98769 0
Current children cumulated CPU time: 3452.5 s
Current children cumulated vsize: 401448 KiB
Current children cumulated memory: 366608 KiB

[startup+3522.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/269 77564
/proc/meminfo: memFree=127041208/131250000 swapFree=33010684/33010684
[pid=77096] ppid=77093 vsize=4192 memory=2944 CPUtime=139.89 cores=4,6
/proc/77096/stat : 77096 (opbsolver) S 77093 77096 76231 0 -1 4194304 408 134866 0 0 0 0 13958 31 20 0 1 0 68517297 4292608 736 18446744073709551615 94344922349568 94344923244101 140725353564432 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94344923483152 94344923530896 94344928133120 140725353572638 140725353572841 140725353572841 140725353578443 0
/proc/77096/statm: 1048 736 672 219 0 110 0
[pid=77211] ppid=77096 vsize=397256 memory=390288 CPUtime=3372.44 cores=4,6
/proc/77211/stat : 77211 (wmaxcdcl) R 77096 77096 76231 0 -1 4194304 89504 0 0 0 337092 152 0 0 20 0 1 0 68531335 406790144 97572 18446744073709551615 4198400 5932793 140732425093056 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 17809408 140732425099611 140732425099756 140732425099756 140732425105356 0
/proc/77211/statm: 99314 97572 448 424 0 98769 0
Current children cumulated CPU time: 3512.33 s
Current children cumulated vsize: 401448 KiB
Current children cumulated memory: 393232 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/269 77571
/proc/meminfo: memFree=127065440/131250000 swapFree=33010684/33010684
[pid=77096] ppid=77093 vsize=4192 memory=2944 CPUtime=139.89 cores=4,6
/proc/77096/stat : 77096 (opbsolver) S 77093 77096 76231 0 -1 4194304 408 134866 0 0 0 0 13958 31 20 0 1 0 68517297 4292608 736 18446744073709551615 94344922349568 94344923244101 140725353564432 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94344923483152 94344923530896 94344928133120 140725353572638 140725353572841 140725353572841 140725353578443 0
/proc/77096/statm: 1048 736 672 219 0 110 0
[pid=77211] ppid=77096 vsize=347168 memory=339932 CPUtime=3432.28 cores=4,6
/proc/77211/stat : 77211 (wmaxcdcl) R 77096 77096 76231 0 -1 4194304 90016 0 0 0 343074 154 0 0 20 0 1 0 68531335 355500032 84983 18446744073709551615 4198400 5932793 140732425093056 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 17809408 140732425099611 140732425099756 140732425099756 140732425105356 0
/proc/77211/statm: 86792 84983 448 424 0 86247 0
Current children cumulated CPU time: 3572.17 s
Current children cumulated vsize: 351360 KiB
Current children cumulated memory: 342876 KiB

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

# cumulated CPU time of all completed processes:  user=3596.72 s, system=1.87827 s

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

[startup+3584 s]*
/proc/loadavg: 4.13 4.10 4.09 5/269 77571
/proc/meminfo: memFree=127081824/131250000 swapFree=33010684/33010684
[pid=77096] ppid=77093 vsize=4192 memory=2944 CPUtime=139.89 cores=4,6
/proc/77096/stat : 77096 (opbsolver) S 77093 77096 76231 0 -1 4194304 408 134866 0 0 0 0 13958 31 20 0 1 0 68517297 4292608 736 18446744073709551615 94344922349568 94344923244101 140725353564432 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94344923483152 94344923530896 94344928133120 140725353572638 140725353572841 140725353572841 140725353578443 0
/proc/77096/statm: 1048 736 672 219 0 110 0
[pid=77211] ppid=77096 vsize=347168 memory=339932 CPUtime=3433.98 cores=4,6
/proc/77211/stat : 77211 (wmaxcdcl) R 77096 77096 76231 0 -1 4194304 90016 0 0 0 343244 154 0 0 20 0 1 0 68531335 355500032 84983 18446744073709551615 4198400 5932793 140732425093056 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 17809408 140732425099611 140732425099756 140732425099756 140732425105356 0
/proc/77211/statm: 86792 84983 448 424 0 86247 0
Current children cumulated CPU time: 3573.87 s
Current children cumulated vsize: 351360 KiB
Current children cumulated memory: 342876 KiB

[startup+3596.8 s]
/proc/loadavg: 4.10 4.09 4.09 5/269 77727
/proc/meminfo: memFree=127081752/131250000 swapFree=33010684/33010684
[pid=77096] ppid=77093 vsize=4192 memory=2944 CPUtime=139.89 cores=4,6
/proc/77096/stat : 77096 (opbsolver) S 77093 77096 76231 0 -1 4194304 408 134866 0 0 0 0 13958 31 20 0 1 0 68517297 4292608 736 18446744073709551615 94344922349568 94344923244101 140725353564432 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94344923483152 94344923530896 94344928133120 140725353572638 140725353572841 140725353572841 140725353578443 0
/proc/77096/statm: 1048 736 672 219 0 110 0
[pid=77211] ppid=77096 vsize=347168 memory=344028 CPUtime=3446.74 cores=4,6
/proc/77211/stat : 77211 (wmaxcdcl) R 77096 77096 76231 0 -1 4194304 90135 0 0 0 344519 155 0 0 20 0 1 0 68531335 355500032 86007 18446744073709551615 4198400 5932793 140732425093056 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 17809408 140732425099611 140732425099756 140732425099756 140732425105356 0
/proc/77211/statm: 86792 86007 448 424 0 86247 0
Current children cumulated CPU time: 3586.63 s
Current children cumulated vsize: 351360 KiB
Current children cumulated memory: 346972 KiB

[startup+3603.2 s]
/proc/loadavg: 4.10 4.09 4.09 5/269 77781
/proc/meminfo: memFree=127183952/131250000 swapFree=33010684/33010684
[pid=77096] ppid=77093 vsize=4192 memory=2944 CPUtime=139.89 cores=4,6
/proc/77096/stat : 77096 (opbsolver) S 77093 77096 76231 0 -1 4194304 408 134866 0 0 0 0 13958 31 20 0 1 0 68517297 4292608 736 18446744073709551615 94344922349568 94344923244101 140725353564432 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94344923483152 94344923530896 94344928133120 140725353572638 140725353572841 140725353572841 140725353578443 0
/proc/77096/statm: 1048 736 672 219 0 110 0
[pid=77211] ppid=77096 vsize=397256 memory=347280 CPUtime=3453.12 cores=4,6
/proc/77211/stat : 77211 (wmaxcdcl) R 77096 77096 76231 0 -1 4194304 90437 0 0 0 345157 155 0 0 20 0 1 0 68531335 406790144 86820 18446744073709551615 4198400 5932793 140732425093056 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 17809408 140732425099611 140732425099756 140732425099756 140732425105356 0
/proc/77211/statm: 99314 86820 448 424 0 98769 0
Current children cumulated CPU time: 3593.01 s
Current children cumulated vsize: 401448 KiB
Current children cumulated memory: 350224 KiB

[startup+3606.4 s]
/proc/loadavg: 4.09 4.09 4.09 5/269 77781
/proc/meminfo: memFree=126267844/131250000 swapFree=33010684/33010684
[pid=77096] ppid=77093 vsize=4192 memory=2944 CPUtime=139.89 cores=4,6
/proc/77096/stat : 77096 (opbsolver) S 77093 77096 76231 0 -1 4194304 408 134866 0 0 0 0 13958 31 20 0 1 0 68517297 4292608 736 18446744073709551615 94344922349568 94344923244101 140725353564432 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94344923483152 94344923530896 94344928133120 140725353572638 140725353572841 140725353572841 140725353578443 0
/proc/77096/statm: 1048 736 672 219 0 110 0
[pid=77211] ppid=77096 vsize=397256 memory=349328 CPUtime=3456.31 cores=4,6
/proc/77211/stat : 77211 (wmaxcdcl) R 77096 77096 76231 0 -1 4194304 90438 0 0 0 345476 155 0 0 20 0 1 0 68531335 406790144 87332 18446744073709551615 4198400 5932793 140732425093056 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 17809408 140732425099611 140732425099756 140732425099756 140732425105356 0
/proc/77211/statm: 99314 87332 448 424 0 98769 0
Current children cumulated CPU time: 3596.2 s
Current children cumulated vsize: 401448 KiB
Current children cumulated memory: 352272 KiB

[startup+3608 s]*
/proc/loadavg: 4.09 4.09 4.09 5/269 77781
/proc/meminfo: memFree=124800796/131250000 swapFree=33010684/33010684
[pid=77096] ppid=77093 vsize=4192 memory=2944 CPUtime=139.89 cores=4,6
/proc/77096/stat : 77096 (opbsolver) S 77093 77096 76231 0 -1 4194304 408 134866 0 0 0 0 13958 31 20 0 1 0 68517297 4292608 736 18446744073709551615 94344922349568 94344923244101 140725353564432 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94344923483152 94344923530896 94344928133120 140725353572638 140725353572841 140725353572841 140725353578443 0
/proc/77096/statm: 1048 736 672 219 0 110 0
[pid=77211] ppid=77096 vsize=397256 memory=351376 CPUtime=3457.91 cores=4,6
/proc/77211/stat : 77211 (wmaxcdcl) R 77096 77096 76231 0 -1 4194304 90439 0 0 0 345636 155 0 0 20 0 1 0 68531335 406790144 87844 18446744073709551615 4198400 5932793 140732425093056 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 17809408 140732425099611 140732425099756 140732425099756 140732425105356 0
/proc/77211/statm: 99314 87844 448 424 0 98769 0
Current children cumulated CPU time: 3597.8 s
Current children cumulated vsize: 401448 KiB
Current children cumulated memory: 354320 KiB

[startup+3608.4 s]
/proc/loadavg: 4.09 4.09 4.09 5/269 77781
/proc/meminfo: memFree=124800796/131250000 swapFree=33010684/33010684
[pid=77096] ppid=77093 vsize=4192 memory=2944 CPUtime=139.89 cores=4,6
/proc/77096/stat : 77096 (opbsolver) S 77093 77096 76231 0 -1 4194304 408 134866 0 0 0 0 13958 31 20 0 1 0 68517297 4292608 736 18446744073709551615 94344922349568 94344923244101 140725353564432 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94344923483152 94344923530896 94344928133120 140725353572638 140725353572841 140725353572841 140725353578443 0
/proc/77096/statm: 1048 736 672 219 0 110 0
[pid=77211] ppid=77096 vsize=397256 memory=351376 CPUtime=3458.31 cores=4,6
/proc/77211/stat : 77211 (wmaxcdcl) R 77096 77096 76231 0 -1 4194304 90439 0 0 0 345676 155 0 0 20 0 1 0 68531335 406790144 87844 18446744073709551615 4198400 5932793 140732425093056 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 17809408 140732425099611 140732425099756 140732425099756 140732425105356 0
/proc/77211/statm: 99314 87844 448 424 0 98769 0
Current children cumulated CPU time: 3598.2 s
Current children cumulated vsize: 401448 KiB
Current children cumulated memory: 354320 KiB

[startup+3608.6 s]
/proc/loadavg: 4.09 4.09 4.09 5/269 77781
/proc/meminfo: memFree=124800796/131250000 swapFree=33010684/33010684
[pid=77096] ppid=77093 vsize=4192 memory=2944 CPUtime=139.89 cores=4,6
/proc/77096/stat : 77096 (opbsolver) S 77093 77096 76231 0 -1 4194304 408 134866 0 0 0 0 13958 31 20 0 1 0 68517297 4292608 736 18446744073709551615 94344922349568 94344923244101 140725353564432 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94344923483152 94344923530896 94344928133120 140725353572638 140725353572841 140725353572841 140725353578443 0
/proc/77096/statm: 1048 736 672 219 0 110 0
[pid=77211] ppid=77096 vsize=397256 memory=351376 CPUtime=3458.5 cores=4,6
/proc/77211/stat : 77211 (wmaxcdcl) R 77096 77096 76231 0 -1 4194304 90439 0 0 0 345695 155 0 0 20 0 1 0 68531335 406790144 87844 18446744073709551615 4198400 5932793 140732425093056 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 17809408 140732425099611 140732425099756 140732425099756 140732425105356 0
/proc/77211/statm: 99314 87844 448 424 0 98769 0
Current children cumulated CPU time: 3598.39 s
Current children cumulated vsize: 401448 KiB
Current children cumulated memory: 354320 KiB

[startup+3608.7 s]
/proc/loadavg: 4.09 4.09 4.09 5/269 77781
/proc/meminfo: memFree=124800796/131250000 swapFree=33010684/33010684
[pid=77096] ppid=77093 vsize=4192 memory=2944 CPUtime=139.89 cores=4,6
/proc/77096/stat : 77096 (opbsolver) S 77093 77096 76231 0 -1 4194304 408 134866 0 0 0 0 13958 31 20 0 1 0 68517297 4292608 736 18446744073709551615 94344922349568 94344923244101 140725353564432 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94344923483152 94344923530896 94344928133120 140725353572638 140725353572841 140725353572841 140725353578443 0
/proc/77096/statm: 1048 736 672 219 0 110 0
[pid=77211] ppid=77096 vsize=397256 memory=351376 CPUtime=3458.6 cores=4,6
/proc/77211/stat : 77211 (wmaxcdcl) R 77096 77096 76231 0 -1 4194304 90439 0 0 0 345705 155 0 0 20 0 1 0 68531335 406790144 87844 18446744073709551615 4198400 5932793 140732425093056 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 17809408 140732425099611 140732425099756 140732425099756 140732425105356 0
/proc/77211/statm: 99314 87844 448 424 0 98769 0
Current children cumulated CPU time: 3598.49 s
Current children cumulated vsize: 401448 KiB
Current children cumulated memory: 354320 KiB

Child status: 0

Real time (s): 3608.78
CPU time (s): 3598.6
CPU user time (s): 3596.72
CPU system time (s): 1.87827
CPU usage (%): 99.7178
Max. virtual memory (cumulated for all children) (KiB): 702036
Max. memory (cumulated for all children) (KiB): 538196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.72
system time used= 1.87827
maximum resident set size= 535252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 226055
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 627
involuntary context switches= 3887


# summary of solver processes directly reported to runsolver:
#   pid: 77096
#   total CPU time (s): 3598.6
#   total CPU user time (s): 3596.72
#   total CPU system time (s): 1.87827

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.79272 second user time and 16.1611 second system time

The end

Launcher Data

Begin job on nodeC028 at 2025-07-03 09:49:08
IDJOB=4517507
IDBENCH=176097
IDSOLVER=3374
FILE ID=nodeC028/4517507-1751528948
RUNJOBID= nodeC028-1751525281-76242
SLURM_JOB_ID= 9598655
Free space on /tmp= 431432 MiB

SOLVER NAME= WMaxCDCL-SCIP 2025-06-21
BENCH NAME= PB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/normalized-clique-coloring-max-clique-n=20-t=2.opb
COMMAND LINE= DIR/opbsolver BENCHNAME TIMELIMIT MEMLIMIT TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4517507-1751528948/watcher-4517507-1751528948 -o /tmp/evaluation-result-4517507-1751528948/solver-4517507-1751528948 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1751525281-76242 --watchdog 3760  HOME/opbsolver HOME/instance-4517507-1751528948.opb 3600 31000 HOME HOME

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

MD5SUM BENCH= 06b87d46bf38d4b028e9a0f41f22c2e8
RANDOM SEED=127423567

nodeC028 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.807
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.16
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		: 3600.116
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.16
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		: 3602.220
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.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.766
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.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        127498348 kB
MemAvailable:   129387588 kB
Buffers:            3280 kB
Cached:          2691332 kB
SwapCached:            0 kB
Active:           720948 kB
Inactive:        2382080 kB
Active(anon):     426488 kB
Inactive(anon):        0 kB
Active(file):     294460 kB
Inactive(file):  2382080 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             43604 kB
Writeback:             4 kB
AnonPages:        411544 kB
Mapped:           118664 kB
Shmem:             18068 kB
KReclaimable:     103880 kB
Slab:             192508 kB
SReclaimable:     103880 kB
SUnreclaim:        88628 kB
KernelStack:        4336 kB
PageTables:         3996 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     795596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150648 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 431416 MiB
End job on nodeC028 at 2025-07-03 10:49:17