Trace number 4518197

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? 3599.06 3608.24

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/KNAP/
subset_sum/normalized-knapPI_6_200_10000_5_-48992.opb
MD5SUMa84e76f0e449bb256266dd60911e5184
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 benchmark-48992
Best CPU time to get the best result obtained on this benchmark0.028516
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000
Total number of constraints1
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1000
Maximum length of a constraint1000
Number of terms in the objective function 1000
Biggest coefficient in the objective function 9984
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 5085234
Number of bits of the sum of numbers in the objective function 23
Biggest number in a constraint 48992
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 5134226
Number of bits of the biggest sum of numbers23
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.04	c Presolving by SCIP...
0.00/0.07	c Encoding OPB into MaxSAT...
0.00/0.07	c This is the PBCProcessor based on SCIP solver.
4.91/5.08	c Solving by WMaxCDCL...
3599.00/3608.23	c Rebuilding OPB solution...
3599.00/3608.23	c This is the PBCProcessor based on SCIP solver.
3599.00/3608.23	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (62124 MiB free)
  memory of node 1: 64507 MiB (56550 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4518197-1751538485/watcher-4518197-1751538485 -o /tmp/evaluation-result-4518197-1751538485/solver-4518197-1751538485 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751538485-84402 --watchdog 3760 HOME/opbsolver HOME/instance-4518197-1751538485.opb 3600 31000 HOME HOME 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
solver pid=84449, runsolver pid=84440
Current StackSize limit: 8192 KiB


[startup+0.100057 s]*
/proc/loadavg: 0.87 1.16 2.11 6/269 84482
/proc/meminfo: memFree=121508784/131249996 swapFree=33010684/33010684
[pid=84449] ppid=84440 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/84449/stat : 84449 (opbsolver) S 84440 84449 84386 0 -1 4194304 345 659 0 0 0 0 0 0 20 0 1 0 69526449 4292608 736 18446744073709551615 94239395840000 94239396734533 140732947214896 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94239396973584 94239397021328 94239418359808 140732947220766 140732947220969 140732947220969 140732947226571 0
/proc/84449/statm: 1048 736 672 219 0 110 0
[pid=84482] ppid=84449 vsize=24328 memory=8192 CPUtime=0.03 cores=5,7
/proc/84482/stat : 84482 (pbcpreprocessor) R 84449 84449 84386 0 -1 4194304 1453 0 0 0 3 0 0 0 20 0 1 0 69526456 24911872 2048 18446744073709551615 4198400 15773533 140723354855552 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 17968456 18061744 26075136 140723354863792 140723354864094 140723354864094 140723354869701 0
/proc/84482/statm: 6082 2048 704 2826 0 2694 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 28520 KiB
Current children cumulated memory: 11136 KiB

[startup+0.205728 s]*
/proc/loadavg: 0.87 1.16 2.11 6/269 84482
/proc/meminfo: memFree=121492908/131249996 swapFree=33010684/33010684
[pid=84449] ppid=84440 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/84449/stat : 84449 (opbsolver) S 84440 84449 84386 0 -1 4194304 345 659 0 0 0 0 0 0 20 0 1 0 69526449 4292608 736 18446744073709551615 94239395840000 94239396734533 140732947214896 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94239396973584 94239397021328 94239418359808 140732947220766 140732947220969 140732947220969 140732947226571 0
/proc/84449/statm: 1048 736 672 219 0 110 0
[pid=84482] ppid=84449 vsize=31720 memory=15616 CPUtime=0.13 cores=5,7
/proc/84482/stat : 84482 (pbcpreprocessor) R 84449 84449 84386 0 -1 4194304 3293 0 0 0 13 0 0 0 20 0 1 0 69526456 32481280 3904 18446744073709551615 4198400 15773533 140723354855552 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 17968456 18061744 26075136 140723354863792 140723354864094 140723354864094 140723354869701 0
/proc/84482/statm: 7930 3904 704 2826 0 4542 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 35912 KiB
Current children cumulated memory: 18560 KiB

[startup+0.305283 s]*
/proc/loadavg: 0.87 1.16 2.11 6/269 84482
/proc/meminfo: memFree=121469220/131249996 swapFree=33010684/33010684
[pid=84449] ppid=84440 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/84449/stat : 84449 (opbsolver) S 84440 84449 84386 0 -1 4194304 345 659 0 0 0 0 0 0 20 0 1 0 69526449 4292608 736 18446744073709551615 94239395840000 94239396734533 140732947214896 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94239396973584 94239397021328 94239418359808 140732947220766 140732947220969 140732947220969 140732947226571 0
/proc/84449/statm: 1048 736 672 219 0 110 0
[pid=84482] ppid=84449 vsize=37660 memory=21632 CPUtime=0.23 cores=5,7
/proc/84482/stat : 84482 (pbcpreprocessor) R 84449 84449 84386 0 -1 4194304 4799 0 0 0 23 0 0 0 20 0 1 0 69526456 38563840 5408 18446744073709551615 4198400 15773533 140723354855552 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 17968456 18061744 26075136 140723354863792 140723354864094 140723354864094 140723354869701 0
/proc/84482/statm: 9415 5408 704 2826 0 6027 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 41852 KiB
Current children cumulated memory: 24576 KiB

[startup+0.700178 s]
/proc/loadavg: 0.87 1.16 2.11 6/269 84482
/proc/meminfo: memFree=121420680/131249996 swapFree=33010684/33010684
[pid=84449] ppid=84440 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/84449/stat : 84449 (opbsolver) S 84440 84449 84386 0 -1 4194304 345 659 0 0 0 0 0 0 20 0 1 0 69526449 4292608 736 18446744073709551615 94239395840000 94239396734533 140732947214896 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94239396973584 94239397021328 94239418359808 140732947220766 140732947220969 140732947220969 140732947226571 0
/proc/84449/statm: 1048 736 672 219 0 110 0
[pid=84482] ppid=84449 vsize=58384 memory=42368 CPUtime=0.61 cores=5,7
/proc/84482/stat : 84482 (pbcpreprocessor) R 84449 84449 84386 0 -1 4194304 9984 0 0 0 60 1 0 0 20 0 1 0 69526456 59785216 10592 18446744073709551615 4198400 15773533 140723354855552 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 17968456 18061744 26075136 140723354863792 140723354864094 140723354864094 140723354869701 0
/proc/84482/statm: 14596 10592 704 2826 0 11208 0
Current children cumulated CPU time: 0.61 s
Current children cumulated vsize: 62576 KiB
Current children cumulated memory: 45312 KiB

[startup+1.50021 s]
/proc/loadavg: 0.87 1.16 2.11 6/269 84482
/proc/meminfo: memFree=121372296/131249996 swapFree=33010684/33010684
[pid=84449] ppid=84440 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/84449/stat : 84449 (opbsolver) S 84440 84449 84386 0 -1 4194304 345 659 0 0 0 0 0 0 20 0 1 0 69526449 4292608 736 18446744073709551615 94239395840000 94239396734533 140732947214896 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94239396973584 94239397021328 94239418359808 140732947220766 140732947220969 140732947220969 140732947226571 0
/proc/84449/statm: 1048 736 672 219 0 110 0
[pid=84482] ppid=84449 vsize=82012 memory=65920 CPUtime=1.42 cores=5,7
/proc/84482/stat : 84482 (pbcpreprocessor) R 84449 84449 84386 0 -1 4194304 15882 0 0 0 139 3 0 0 20 0 1 0 69526456 83980288 16480 18446744073709551615 4198400 15773533 140723354855552 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 17968456 18061744 26075136 140723354863792 140723354864094 140723354864094 140723354869701 0
/proc/84482/statm: 20503 16480 704 2826 0 17115 0
Current children cumulated CPU time: 1.42 s
Current children cumulated vsize: 86204 KiB
Current children cumulated memory: 68864 KiB

[startup+3.10578 s]
/proc/loadavg: 0.87 1.16 2.11 6/269 84482
/proc/meminfo: memFree=119594408/131249996 swapFree=33010684/33010684
[pid=84449] ppid=84440 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/84449/stat : 84449 (opbsolver) S 84440 84449 84386 0 -1 4194304 345 659 0 0 0 0 0 0 20 0 1 0 69526449 4292608 736 18446744073709551615 94239395840000 94239396734533 140732947214896 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94239396973584 94239397021328 94239418359808 140732947220766 140732947220969 140732947220969 140732947226571 0
/proc/84449/statm: 1048 736 672 219 0 110 0
[pid=84482] ppid=84449 vsize=404232 memory=353192 CPUtime=3.01 cores=5,7
/proc/84482/stat : 84482 (pbcpreprocessor) R 84449 84449 84386 0 -1 4194304 77458 0 0 0 285 16 0 0 20 0 1 0 69526456 413933568 88298 18446744073709551615 4198400 15773533 140723354855552 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 17968456 18061744 26075136 140723354863792 140723354864094 140723354864094 140723354869701 0
/proc/84482/statm: 101058 88298 704 2826 0 97670 0
Current children cumulated CPU time: 3.01 s
Current children cumulated vsize: 408424 KiB
Current children cumulated memory: 356136 KiB

[startup+6.3002 s]
/proc/loadavg: 1.28 1.24 2.13 6/269 84486
/proc/meminfo: memFree=118493548/131249996 swapFree=33010684/33010684
[pid=84449] ppid=84440 vsize=4192 memory=2944 CPUtime=5 cores=5,7
/proc/84449/stat : 84449 (opbsolver) S 84440 84449 84386 0 -1 4194304 404 78263 0 0 0 0 382 118 20 0 1 0 69526449 4292608 736 18446744073709551615 94239395840000 94239396734533 140732947214896 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94239396973584 94239397021328 94239418359808 140732947220766 140732947220969 140732947220969 140732947226571 0
/proc/84449/statm: 1048 736 672 219 0 110 0
[pid=84484] ppid=84449 vsize=746544 memory=639344 CPUtime=1.2 cores=5,7
/proc/84484/stat : 84484 (wmaxcdcl) R 84449 84449 84386 0 -1 4194304 122102 0 0 0 97 23 0 0 20 0 1 0 69526957 764461056 159836 18446744073709551615 4198400 5932793 140730406061680 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 27906048 140730406070619 140730406070764 140730406070764 140730406076364 0
/proc/84484/statm: 186636 159836 448 424 0 186091 0
Current children cumulated CPU time: 6.2 s
Current children cumulated vsize: 750736 KiB
Current children cumulated memory: 642288 KiB

[startup+12.7002 s]
/proc/loadavg: 1.58 1.31 2.14 6/269 84486
/proc/meminfo: memFree=116055200/131249996 swapFree=33010684/33010684
[pid=84449] ppid=84440 vsize=4192 memory=2944 CPUtime=5 cores=5,7
/proc/84449/stat : 84449 (opbsolver) S 84440 84449 84386 0 -1 4194304 404 78263 0 0 0 0 382 118 20 0 1 0 69526449 4292608 736 18446744073709551615 94239395840000 94239396734533 140732947214896 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94239396973584 94239397021328 94239418359808 140732947220766 140732947220969 140732947220969 140732947226571 0
/proc/84449/statm: 1048 736 672 219 0 110 0
[pid=84484] ppid=84449 vsize=1069884 memory=942032 CPUtime=7.58 cores=5,7
/proc/84484/stat : 84484 (wmaxcdcl) R 84449 84449 84386 0 -1 4194304 151642 0 0 0 723 35 0 0 20 0 1 0 69526957 1095561216 235508 18446744073709551615 4198400 5932793 140730406061680 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 27906048 140730406070619 140730406070764 140730406070764 140730406076364 0
/proc/84484/statm: 267471 235508 448 424 0 266926 0
Current children cumulated CPU time: 12.58 s
Current children cumulated vsize: 1074076 KiB
Current children cumulated memory: 944976 KiB

[startup+25.5002 s]
/proc/loadavg: 2.18 1.45 2.18 6/270 84488
/proc/meminfo: memFree=114630204/131249996 swapFree=33010684/33010684
[pid=84449] ppid=84440 vsize=4192 memory=2944 CPUtime=5 cores=5,7
/proc/84449/stat : 84449 (opbsolver) S 84440 84449 84386 0 -1 4194304 404 78263 0 0 0 0 382 118 20 0 1 0 69526449 4292608 736 18446744073709551615 94239395840000 94239396734533 140732947214896 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94239396973584 94239397021328 94239418359808 140732947220766 140732947220969 140732947220969 140732947226571 0
/proc/84449/statm: 1048 736 672 219 0 110 0
[pid=84484] ppid=84449 vsize=1094860 memory=895076 CPUtime=20.35 cores=5,7
/proc/84484/stat : 84484 (wmaxcdcl) R 84449 84449 84386 0 -1 4194304 152448 0 0 0 1999 36 0 0 20 0 1 0 69526957 1121136640 223769 18446744073709551615 4198400 5932793 140730406061680 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 27906048 140730406070619 140730406070764 140730406070764 140730406076364 0
/proc/84484/statm: 273715 223769 448 424 0 273170 0
Current children cumulated CPU time: 25.35 s
Current children cumulated vsize: 1099052 KiB
Current children cumulated memory: 898020 KiB

[startup+51.1059 s]
/proc/loadavg: 2.88 1.68 2.23 6/270 84490
/proc/meminfo: memFree=116457192/131249996 swapFree=33010684/33010684
[pid=84449] ppid=84440 vsize=4192 memory=2944 CPUtime=5 cores=5,7
/proc/84449/stat : 84449 (opbsolver) S 84440 84449 84386 0 -1 4194304 404 78263 0 0 0 0 382 118 20 0 1 0 69526449 4292608 736 18446744073709551615 94239395840000 94239396734533 140732947214896 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94239396973584 94239397021328 94239418359808 140732947220766 140732947220969 140732947220969 140732947226571 0
/proc/84449/statm: 1048 736 672 219 0 110 0
[pid=84484] ppid=84449 vsize=1094860 memory=895332 CPUtime=45.89 cores=5,7
/proc/84484/stat : 84484 (wmaxcdcl) R 84449 84449 84386 0 -1 4194304 152625 0 0 0 4553 36 0 0 20 0 1 0 69526957 1121136640 223833 18446744073709551615 4198400 5932793 140730406061680 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 27906048 140730406070619 140730406070764 140730406070764 140730406076364 0
/proc/84484/statm: 273715 223833 448 424 0 273170 0
Current children cumulated CPU time: 50.89 s
Current children cumulated vsize: 1099052 KiB
Current children cumulated memory: 898276 KiB

[startup+102.3 s]
/proc/loadavg: 3.56 2.05 2.33 6/270 84493
/proc/meminfo: memFree=109547384/131249996 swapFree=33010684/33010684
[pid=84449] ppid=84440 vsize=4192 memory=2944 CPUtime=5 cores=5,7
/proc/84449/stat : 84449 (opbsolver) S 84440 84449 84386 0 -1 4194304 404 78263 0 0 0 0 382 118 20 0 1 0 69526449 4292608 736 18446744073709551615 94239395840000 94239396734533 140732947214896 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94239396973584 94239397021328 94239418359808 140732947220766 140732947220969 140732947220969 140732947226571 0
/proc/84449/statm: 1048 736 672 219 0 110 0
[pid=84484] ppid=84449 vsize=932516 memory=808928 CPUtime=96.97 cores=5,7
/proc/84484/stat : 84484 (wmaxcdcl) R 84449 84449 84386 0 -1 4194304 154487 0 0 0 9658 39 0 0 20 0 1 0 69526957 954896384 202232 18446744073709551615 4198400 5932793 140730406061680 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 27906048 140730406070619 140730406070764 140730406070764 140730406076364 0
/proc/84484/statm: 233129 202232 448 424 0 232584 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 936708 KiB
Current children cumulated memory: 811872 KiB

[startup+162.3 s]
/proc/loadavg: 3.94 2.44 2.45 6/271 84500
/proc/meminfo: memFree=108455472/131249996 swapFree=33010684/33010684
[pid=84449] ppid=84440 vsize=4192 memory=2944 CPUtime=5 cores=5,7
/proc/84449/stat : 84449 (opbsolver) S 84440 84449 84386 0 -1 4194304 404 78263 0 0 0 0 382 118 20 0 1 0 69526449 4292608 736 18446744073709551615 94239395840000 94239396734533 140732947214896 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94239396973584 94239397021328 94239418359808 140732947220766 140732947220969 140732947220969 140732947226571 0
/proc/84449/statm: 1048 736 672 219 0 110 0
[pid=84484] ppid=84449 vsize=1003884 memory=876468 CPUtime=156.8 cores=5,7
/proc/84484/stat : 84484 (wmaxcdcl) R 84449 84449 84386 0 -1 4194304 161768 0 0 0 15608 72 0 0 20 0 1 0 69526957 1027977216 219117 18446744073709551615 4198400 5932793 140730406061680 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 27906048 140730406070619 140730406070764 140730406070764 140730406076364 0
/proc/84484/statm: 250971 219117 448 424 0 250426 0
Current children cumulated CPU time: 161.8 s
Current children cumulated vsize: 1008076 KiB
Current children cumulated memory: 879412 KiB

[startup+222.3 s]
/proc/loadavg: 4.02 2.74 2.56 6/271 84502
/proc/meminfo: memFree=109050640/131249996 swapFree=33010684/33010684
[pid=84449] ppid=84440 vsize=4192 memory=2944 CPUtime=5 cores=5,7
/proc/84449/stat : 84449 (opbsolver) S 84440 84449 84386 0 -1 4194304 404 78263 0 0 0 0 382 118 20 0 1 0 69526449 4292608 736 18446744073709551615 94239395840000 94239396734533 140732947214896 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94239396973584 94239397021328 94239418359808 140732947220766 140732947220969 140732947220969 140732947226571 0
/proc/84449/statm: 1048 736 672 219 0 110 0
[pid=84484] ppid=84449 vsize=1003884 memory=877876 CPUtime=216.65 cores=5,7
/proc/84484/stat : 84484 (wmaxcdcl) R 84449 84449 84386 0 -1 4194304 161907 0 0 0 21592 73 0 0 20 0 1 0 69526957 1027977216 219469 18446744073709551615 4198400 5932793 140730406061680 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 27906048 140730406070619 140730406070764 140730406070764 140730406076364 0
/proc/84484/statm: 250971 219469 448 424 0 250426 0

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

/proc/84484/stat : 84484 (wmaxcdcl) R 84449 84449 84386 0 -1 4194304 163925 0 0 0 332800 77 0 0 20 0 1 0 69526957 1027977216 220746 18446744073709551615 4198400 5932793 140730406061680 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 27906048 140730406070619 140730406070764 140730406070764 140730406076364 0
/proc/84484/statm: 250971 220746 448 424 0 250426 0
Current children cumulated CPU time: 3333.77 s
Current children cumulated vsize: 1008076 KiB
Current children cumulated memory: 885928 KiB

[startup+3402.3 s]
/proc/loadavg: 4.04 4.08 4.08 6/269 84669
/proc/meminfo: memFree=109031068/131249996 swapFree=33010684/33010684
[pid=84449] ppid=84440 vsize=4192 memory=2944 CPUtime=5 cores=5,7
/proc/84449/stat : 84449 (opbsolver) S 84440 84449 84386 0 -1 4194304 404 78263 0 0 0 0 382 118 20 0 1 0 69526449 4292608 736 18446744073709551615 94239395840000 94239396734533 140732947214896 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94239396973584 94239397021328 94239418359808 140732947220766 140732947220969 140732947220969 140732947226571 0
/proc/84449/statm: 1048 736 672 219 0 110 0
[pid=84484] ppid=84449 vsize=1003884 memory=882984 CPUtime=3388.62 cores=5,7
/proc/84484/stat : 84484 (wmaxcdcl) R 84449 84449 84386 0 -1 4194304 164089 0 0 0 338785 77 0 0 20 0 1 0 69526957 1027977216 220746 18446744073709551615 4198400 5932793 140730406061680 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 27906048 140730406070619 140730406070764 140730406070764 140730406076364 0
/proc/84484/statm: 250971 220746 448 424 0 250426 0
Current children cumulated CPU time: 3393.62 s
Current children cumulated vsize: 1008076 KiB
Current children cumulated memory: 885928 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.09 4.09 6/268 84671
/proc/meminfo: memFree=109032464/131249996 swapFree=33010684/33010684
[pid=84449] ppid=84440 vsize=4192 memory=2944 CPUtime=5 cores=5,7
/proc/84449/stat : 84449 (opbsolver) S 84440 84449 84386 0 -1 4194304 404 78263 0 0 0 0 382 118 20 0 1 0 69526449 4292608 736 18446744073709551615 94239395840000 94239396734533 140732947214896 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94239396973584 94239397021328 94239418359808 140732947220766 140732947220969 140732947220969 140732947226571 0
/proc/84449/statm: 1048 736 672 219 0 110 0
[pid=84484] ppid=84449 vsize=1003884 memory=882984 CPUtime=3448.47 cores=5,7
/proc/84484/stat : 84484 (wmaxcdcl) R 84449 84449 84386 0 -1 4194304 164147 0 0 0 344770 77 0 0 20 0 1 0 69526957 1027977216 220746 18446744073709551615 4198400 5932793 140730406061680 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 27906048 140730406070619 140730406070764 140730406070764 140730406076364 0
/proc/84484/statm: 250971 220746 448 424 0 250426 0
Current children cumulated CPU time: 3453.47 s
Current children cumulated vsize: 1008076 KiB
Current children cumulated memory: 885928 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.11 4.09 6/268 84673
/proc/meminfo: memFree=109032256/131249996 swapFree=33010684/33010684
[pid=84449] ppid=84440 vsize=4192 memory=2944 CPUtime=5 cores=5,7
/proc/84449/stat : 84449 (opbsolver) S 84440 84449 84386 0 -1 4194304 404 78263 0 0 0 0 382 118 20 0 1 0 69526449 4292608 736 18446744073709551615 94239395840000 94239396734533 140732947214896 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94239396973584 94239397021328 94239418359808 140732947220766 140732947220969 140732947220969 140732947226571 0
/proc/84449/statm: 1048 736 672 219 0 110 0
[pid=84484] ppid=84449 vsize=1003884 memory=882984 CPUtime=3508.32 cores=5,7
/proc/84484/stat : 84484 (wmaxcdcl) R 84449 84449 84386 0 -1 4194304 164147 0 0 0 350755 77 0 0 20 0 1 0 69526957 1027977216 220746 18446744073709551615 4198400 5932793 140730406061680 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 27906048 140730406070619 140730406070764 140730406070764 140730406076364 0
/proc/84484/statm: 250971 220746 448 424 0 250426 0
Current children cumulated CPU time: 3513.32 s
Current children cumulated vsize: 1008076 KiB
Current children cumulated memory: 885928 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.10 4.09 6/268 84675
/proc/meminfo: memFree=109031280/131249996 swapFree=33010684/33010684
[pid=84449] ppid=84440 vsize=4192 memory=2944 CPUtime=5 cores=5,7
/proc/84449/stat : 84449 (opbsolver) S 84440 84449 84386 0 -1 4194304 404 78263 0 0 0 0 382 118 20 0 1 0 69526449 4292608 736 18446744073709551615 94239395840000 94239396734533 140732947214896 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94239396973584 94239397021328 94239418359808 140732947220766 140732947220969 140732947220969 140732947226571 0
/proc/84449/statm: 1048 736 672 219 0 110 0
[pid=84484] ppid=84449 vsize=1003884 memory=882984 CPUtime=3568.16 cores=5,7
/proc/84484/stat : 84484 (wmaxcdcl) R 84449 84449 84386 0 -1 4194304 164148 0 0 0 356739 77 0 0 20 0 1 0 69526957 1027977216 220746 18446744073709551615 4198400 5932793 140730406061680 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 27906048 140730406070619 140730406070764 140730406070764 140730406076364 0
/proc/84484/statm: 250971 220746 448 424 0 250426 0
Current children cumulated CPU time: 3573.16 s
Current children cumulated vsize: 1008076 KiB
Current children cumulated memory: 885928 KiB

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

# cumulated CPU time of all completed processes:  user=3597.08 s, system=1.97231 s

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

[startup+3584 s]*
/proc/loadavg: 4.10 4.10 4.09 6/267 84675
/proc/meminfo: memFree=109031028/131249996 swapFree=33010684/33010684
[pid=84449] ppid=84440 vsize=4192 memory=2944 CPUtime=5 cores=5,7
/proc/84449/stat : 84449 (opbsolver) S 84440 84449 84386 0 -1 4194304 404 78263 0 0 0 0 382 118 20 0 1 0 69526449 4292608 736 18446744073709551615 94239395840000 94239396734533 140732947214896 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94239396973584 94239397021328 94239418359808 140732947220766 140732947220969 140732947220969 140732947226571 0
/proc/84449/statm: 1048 736 672 219 0 110 0
[pid=84484] ppid=84449 vsize=1003884 memory=882984 CPUtime=3569.86 cores=5,7
/proc/84484/stat : 84484 (wmaxcdcl) R 84449 84449 84386 0 -1 4194304 164148 0 0 0 356909 77 0 0 20 0 1 0 69526957 1027977216 220746 18446744073709551615 4198400 5932793 140730406061680 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 27906048 140730406070619 140730406070764 140730406070764 140730406076364 0
/proc/84484/statm: 250971 220746 448 424 0 250426 0
Current children cumulated CPU time: 3574.86 s
Current children cumulated vsize: 1008076 KiB
Current children cumulated memory: 885928 KiB

[startup+3596.8 s]
/proc/loadavg: 4.08 4.09 4.09 6/267 84675
/proc/meminfo: memFree=109030860/131249996 swapFree=33010684/33010684
[pid=84449] ppid=84440 vsize=4192 memory=2944 CPUtime=5 cores=5,7
/proc/84449/stat : 84449 (opbsolver) S 84440 84449 84386 0 -1 4194304 404 78263 0 0 0 0 382 118 20 0 1 0 69526449 4292608 736 18446744073709551615 94239395840000 94239396734533 140732947214896 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94239396973584 94239397021328 94239418359808 140732947220766 140732947220969 140732947220969 140732947226571 0
/proc/84449/statm: 1048 736 672 219 0 110 0
[pid=84484] ppid=84449 vsize=1003884 memory=882984 CPUtime=3582.63 cores=5,7
/proc/84484/stat : 84484 (wmaxcdcl) R 84449 84449 84386 0 -1 4194304 164183 0 0 0 358186 77 0 0 20 0 1 0 69526957 1027977216 220746 18446744073709551615 4198400 5932793 140730406061680 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 27906048 140730406070619 140730406070764 140730406070764 140730406076364 0
/proc/84484/statm: 250971 220746 448 424 0 250426 0
Current children cumulated CPU time: 3587.63 s
Current children cumulated vsize: 1008076 KiB
Current children cumulated memory: 885928 KiB

[startup+3603.2 s]
/proc/loadavg: 4.07 4.09 4.09 6/267 84675
/proc/meminfo: memFree=109030940/131249996 swapFree=33010684/33010684
[pid=84449] ppid=84440 vsize=4192 memory=2944 CPUtime=5 cores=5,7
/proc/84449/stat : 84449 (opbsolver) S 84440 84449 84386 0 -1 4194304 404 78263 0 0 0 0 382 118 20 0 1 0 69526449 4292608 736 18446744073709551615 94239395840000 94239396734533 140732947214896 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94239396973584 94239397021328 94239418359808 140732947220766 140732947220969 140732947220969 140732947226571 0
/proc/84449/statm: 1048 736 672 219 0 110 0
[pid=84484] ppid=84449 vsize=1003884 memory=882984 CPUtime=3589.01 cores=5,7
/proc/84484/stat : 84484 (wmaxcdcl) R 84449 84449 84386 0 -1 4194304 164183 0 0 0 358824 77 0 0 20 0 1 0 69526957 1027977216 220746 18446744073709551615 4198400 5932793 140730406061680 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 27906048 140730406070619 140730406070764 140730406070764 140730406076364 0
/proc/84484/statm: 250971 220746 448 424 0 250426 0
Current children cumulated CPU time: 3594.01 s
Current children cumulated vsize: 1008076 KiB
Current children cumulated memory: 885928 KiB

[startup+3606.4 s]
/proc/loadavg: 4.07 4.09 4.09 6/268 84679
/proc/meminfo: memFree=109030484/131249996 swapFree=33010684/33010684
[pid=84449] ppid=84440 vsize=4192 memory=2944 CPUtime=5 cores=5,7
/proc/84449/stat : 84449 (opbsolver) S 84440 84449 84386 0 -1 4194304 404 78263 0 0 0 0 382 118 20 0 1 0 69526449 4292608 736 18446744073709551615 94239395840000 94239396734533 140732947214896 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94239396973584 94239397021328 94239418359808 140732947220766 140732947220969 140732947220969 140732947226571 0
/proc/84449/statm: 1048 736 672 219 0 110 0
[pid=84484] ppid=84449 vsize=1003884 memory=882984 CPUtime=3592.2 cores=5,7
/proc/84484/stat : 84484 (wmaxcdcl) R 84449 84449 84386 0 -1 4194304 164183 0 0 0 359143 77 0 0 20 0 1 0 69526957 1027977216 220746 18446744073709551615 4198400 5932793 140730406061680 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 27906048 140730406070619 140730406070764 140730406070764 140730406076364 0
/proc/84484/statm: 250971 220746 448 424 0 250426 0
Current children cumulated CPU time: 3597.2 s
Current children cumulated vsize: 1008076 KiB
Current children cumulated memory: 885928 KiB

[startup+3607.2 s]
/proc/loadavg: 4.07 4.09 4.09 6/269 84680
/proc/meminfo: memFree=109030548/131249996 swapFree=33010684/33010684
[pid=84449] ppid=84440 vsize=4192 memory=2944 CPUtime=5 cores=5,7
/proc/84449/stat : 84449 (opbsolver) S 84440 84449 84386 0 -1 4194304 404 78263 0 0 0 0 382 118 20 0 1 0 69526449 4292608 736 18446744073709551615 94239395840000 94239396734533 140732947214896 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94239396973584 94239397021328 94239418359808 140732947220766 140732947220969 140732947220969 140732947226571 0
/proc/84449/statm: 1048 736 672 219 0 110 0
[pid=84484] ppid=84449 vsize=1003884 memory=882984 CPUtime=3593 cores=5,7
/proc/84484/stat : 84484 (wmaxcdcl) R 84449 84449 84386 0 -1 4194304 164183 0 0 0 359223 77 0 0 20 0 1 0 69526957 1027977216 220746 18446744073709551615 4198400 5932793 140730406061680 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 27906048 140730406070619 140730406070764 140730406070764 140730406076364 0
/proc/84484/statm: 250971 220746 448 424 0 250426 0
Current children cumulated CPU time: 3598 s
Current children cumulated vsize: 1008076 KiB
Current children cumulated memory: 885928 KiB

[startup+3608 s]*
/proc/loadavg: 4.07 4.09 4.09 6/269 84680
/proc/meminfo: memFree=109030548/131249996 swapFree=33010684/33010684
[pid=84449] ppid=84440 vsize=4192 memory=2944 CPUtime=5 cores=5,7
/proc/84449/stat : 84449 (opbsolver) S 84440 84449 84386 0 -1 4194304 404 78263 0 0 0 0 382 118 20 0 1 0 69526449 4292608 736 18446744073709551615 94239395840000 94239396734533 140732947214896 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94239396973584 94239397021328 94239418359808 140732947220766 140732947220969 140732947220969 140732947226571 0
/proc/84449/statm: 1048 736 672 219 0 110 0
[pid=84484] ppid=84449 vsize=1003884 memory=882984 CPUtime=3593.8 cores=5,7
/proc/84484/stat : 84484 (wmaxcdcl) R 84449 84449 84386 0 -1 4194304 164183 0 0 0 359303 77 0 0 20 0 1 0 69526957 1027977216 220746 18446744073709551615 4198400 5932793 140730406061680 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 27906048 140730406070619 140730406070764 140730406070764 140730406076364 0
/proc/84484/statm: 250971 220746 448 424 0 250426 0
Current children cumulated CPU time: 3598.8 s
Current children cumulated vsize: 1008076 KiB
Current children cumulated memory: 885928 KiB

[startup+3608.2 s]
/proc/loadavg: 4.07 4.09 4.09 6/269 84680
/proc/meminfo: memFree=109030548/131249996 swapFree=33010684/33010684
[pid=84449] ppid=84440 vsize=4192 memory=2944 CPUtime=5 cores=5,7
/proc/84449/stat : 84449 (opbsolver) S 84440 84449 84386 0 -1 4194304 404 78263 0 0 0 0 382 118 20 0 1 0 69526449 4292608 736 18446744073709551615 94239395840000 94239396734533 140732947214896 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94239396973584 94239397021328 94239418359808 140732947220766 140732947220969 140732947220969 140732947226571 0
/proc/84449/statm: 1048 736 672 219 0 110 0
[pid=84484] ppid=84449 vsize=1003884 memory=882984 CPUtime=3594 cores=5,7
/proc/84484/stat : 84484 (wmaxcdcl) R 84449 84449 84386 0 -1 4194304 164183 0 0 0 359323 77 0 0 20 0 1 0 69526957 1027977216 220746 18446744073709551615 4198400 5932793 140730406061680 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 27906048 140730406070619 140730406070764 140730406070764 140730406076364 0
/proc/84484/statm: 250971 220746 448 424 0 250426 0
Current children cumulated CPU time: 3599 s
Current children cumulated vsize: 1008076 KiB
Current children cumulated memory: 885928 KiB

Child status: 0

Real time (s): 3608.24
CPU time (s): 3599.06
CPU user time (s): 3597.08
CPU system time (s): 1.97231
CPU usage (%): 99.7454
Max. virtual memory (cumulated for all children) (KiB): 1179192
Max. memory (cumulated for all children) (KiB): 963132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.08
system time used= 1.97231
maximum resident set size= 960188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 243193
page faults= 0
swaps= 0
block input operations= 0
block output operations= 95416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 838
involuntary context switches= 1010


# summary of solver processes directly reported to runsolver:
#   pid: 84449
#   total CPU time (s): 3599.06
#   total CPU user time (s): 3597.08
#   total CPU system time (s): 1.97231

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.68027 second user time and 17.6027 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-03 12:28:05
IDJOB=4518197
IDBENCH=176641
IDSOLVER=3374
FILE ID=nodeC024/4518197-1751538485
RUNJOBID= nodeC024-1751538485-84402
SLURM_JOB_ID= 9598692
Free space on /tmp= 432360 MiB

SOLVER NAME= WMaxCDCL-SCIP 2025-06-21
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/KNAP/subset_sum/normalized-knapPI_6_200_10000_5_-48992.opb
COMMAND LINE= DIR/opbsolver BENCHNAME TIMELIMIT MEMLIMIT TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4518197-1751538485/watcher-4518197-1751538485 -o /tmp/evaluation-result-4518197-1751538485/solver-4518197-1751538485 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751538485-84402 --watchdog 3760  HOME/opbsolver HOME/instance-4518197-1751538485.opb 3600 31000 HOME HOME

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

MD5SUM BENCH= a84e76f0e449bb256266dd60911e5184
RANDOM SEED=1131300758

nodeC024 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.792
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.36
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.519
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.36
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.705
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        121523724 kB
MemAvailable:   129715860 kB
Buffers:            2144 kB
Cached:          8959980 kB
SwapCached:            0 kB
Active:           600144 kB
Inactive:        8426284 kB
Active(anon):      80340 kB
Inactive(anon):     2084 kB
Active(file):     519804 kB
Inactive(file):  8424200 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             82480 kB
Writeback:             0 kB
AnonPages:         65356 kB
Mapped:           104056 kB
Shmem:             18064 kB
KReclaimable:     174344 kB
Slab:             266304 kB
SReclaimable:     174344 kB
SUnreclaim:        91960 kB
KernelStack:        4128 kB
PageTables:         2780 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     338720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 431628 MiB
End job on nodeC024 at 2025-07-03 13:28:14