Trace number 4518013

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 3608.94

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/KNAP/strongly_correlated/
normalized-knapPI_3_200_10000_5_-93992.opb
MD5SUMcd82cadc3025252f43f8d787a9347bc3
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-141992
Best CPU time to get the best result obtained on this benchmark0.123928
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 10984
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 6085234
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 6085234
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.01	c Presolving by SCIP...
0.00/0.03	c Encoding OPB into MaxSAT...
0.00/0.03	c This is the PBCProcessor based on SCIP solver.
5.24/5.33	c Solving by WMaxCDCL...
3598.94/3608.93	c Rebuilding OPB solution...
3598.94/3608.93	c This is the PBCProcessor based on SCIP solver.
3598.94/3608.93	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 (61856 MiB free)
  memory of node 1: 64465 MiB (58905 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4518013-1751532558/watcher-4518013-1751532558 -o /tmp/evaluation-result-4518013-1751532558/solver-4518013-1751532558 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1751525281-76242 --watchdog 3760 HOME/opbsolver HOME/instance-4518013-1751532558.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
solver pid=77878, runsolver pid=77875
Current StackSize limit: 8192 KiB


[startup+0.100067 s]*
/proc/loadavg: 4.08 4.08 4.09 5/269 77885
/proc/meminfo: memFree=123652388/131250000 swapFree=33010684/33010684
[pid=77878] ppid=77875 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/77878/stat : 77878 (opbsolver) S 77875 77878 76231 0 -1 4194304 349 665 0 0 0 0 0 0 20 0 1 0 68878304 4292608 736 18446744073709551615 93948805496832 93948806391365 140726523935872 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93948806630416 93948806678160 93948839346176 140726523939102 140726523939305 140726523939305 140726523944907 0
/proc/77878/statm: 1048 736 672 219 0 110 0
[pid=77885] ppid=77878 vsize=26968 memory=10880 CPUtime=0.06 cores=4,6
/proc/77885/stat : 77885 (pbcpreprocessor) R 77878 77878 76231 0 -1 4194304 2107 0 0 0 6 0 0 0 20 0 1 0 68878308 27615232 2720 18446744073709551615 4198400 15773533 140733129524688 0 0 0 0 0 0 0 0 0 17 6 0 0 0 0 0 17968456 18061744 29409280 140733129533616 140733129533918 140733129533918 140733129539525 0
/proc/77885/statm: 6742 2720 704 2826 0 3354 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 31160 KiB
Current children cumulated memory: 13824 KiB

[startup+0.205652 s]*
/proc/loadavg: 4.08 4.08 4.09 5/269 77885
/proc/meminfo: memFree=123644324/131250000 swapFree=33010684/33010684
[pid=77878] ppid=77875 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/77878/stat : 77878 (opbsolver) S 77875 77878 76231 0 -1 4194304 349 665 0 0 0 0 0 0 20 0 1 0 68878304 4292608 736 18446744073709551615 93948805496832 93948806391365 140726523935872 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93948806630416 93948806678160 93948839346176 140726523939102 140726523939305 140726523939305 140726523944907 0
/proc/77878/statm: 1048 736 672 219 0 110 0
[pid=77885] ppid=77878 vsize=33172 memory=17024 CPUtime=0.15 cores=4,6
/proc/77885/stat : 77885 (pbcpreprocessor) R 77878 77878 76231 0 -1 4194304 3669 0 0 0 15 0 0 0 20 0 1 0 68878308 33968128 4256 18446744073709551615 4198400 15773533 140733129524688 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 17968456 18061744 29409280 140733129533616 140733129533918 140733129533918 140733129539525 0
/proc/77885/statm: 8293 4256 704 2826 0 4905 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 37364 KiB
Current children cumulated memory: 19968 KiB

[startup+0.305552 s]*
/proc/loadavg: 4.08 4.08 4.09 5/269 77885
/proc/meminfo: memFree=123644324/131250000 swapFree=33010684/33010684
[pid=77878] ppid=77875 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/77878/stat : 77878 (opbsolver) S 77875 77878 76231 0 -1 4194304 349 665 0 0 0 0 0 0 20 0 1 0 68878304 4292608 736 18446744073709551615 93948805496832 93948806391365 140726523935872 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93948806630416 93948806678160 93948839346176 140726523939102 140726523939305 140726523939305 140726523944907 0
/proc/77878/statm: 1048 736 672 219 0 110 0
[pid=77885] ppid=77878 vsize=38584 memory=22400 CPUtime=0.26 cores=4,6
/proc/77885/stat : 77885 (pbcpreprocessor) R 77878 77878 76231 0 -1 4194304 5036 0 0 0 25 1 0 0 20 0 1 0 68878308 39510016 5600 18446744073709551615 4198400 15773533 140733129524688 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 17968456 18061744 29409280 140733129533616 140733129533918 140733129533918 140733129539525 0
/proc/77885/statm: 9646 5600 704 2826 0 6258 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 42776 KiB
Current children cumulated memory: 25344 KiB

[startup+0.700212 s]
/proc/loadavg: 4.08 4.08 4.09 5/269 77885
/proc/meminfo: memFree=123636512/131250000 swapFree=33010684/33010684
[pid=77878] ppid=77875 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/77878/stat : 77878 (opbsolver) S 77875 77878 76231 0 -1 4194304 349 665 0 0 0 0 0 0 20 0 1 0 68878304 4292608 736 18446744073709551615 93948805496832 93948806391365 140726523935872 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93948806630416 93948806678160 93948839346176 140726523939102 140726523939305 140726523939305 140726523944907 0
/proc/77878/statm: 1048 736 672 219 0 110 0
[pid=77885] ppid=77878 vsize=56932 memory=40704 CPUtime=0.64 cores=4,6
/proc/77885/stat : 77885 (pbcpreprocessor) R 77878 77878 76231 0 -1 4194304 9602 0 0 0 62 2 0 0 20 0 1 0 68878308 58298368 10176 18446744073709551615 4198400 15773533 140733129524688 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 17968456 18061744 29409280 140733129533616 140733129533918 140733129533918 140733129539525 0
/proc/77885/statm: 14233 10176 704 2826 0 10845 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 61124 KiB
Current children cumulated memory: 43648 KiB

[startup+1.50023 s]
/proc/loadavg: 4.08 4.08 4.09 5/269 77885
/proc/meminfo: memFree=123559452/131250000 swapFree=33010684/33010684
[pid=77878] ppid=77875 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/77878/stat : 77878 (opbsolver) S 77875 77878 76231 0 -1 4194304 349 665 0 0 0 0 0 0 20 0 1 0 68878304 4292608 736 18446744073709551615 93948805496832 93948806391365 140726523935872 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93948806630416 93948806678160 93948839346176 140726523939102 140726523939305 140726523939305 140726523944907 0
/proc/77878/statm: 1048 736 672 219 0 110 0
[pid=77885] ppid=77878 vsize=82012 memory=65792 CPUtime=1.44 cores=4,6
/proc/77885/stat : 77885 (pbcpreprocessor) R 77878 77878 76231 0 -1 4194304 15883 0 0 0 140 4 0 0 20 0 1 0 68878308 83980288 16448 18446744073709551615 4198400 15773533 140733129524688 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 17968456 18061744 29409280 140733129533616 140733129533918 140733129533918 140733129539525 0
/proc/77885/statm: 20503 16448 704 2826 0 17115 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 86204 KiB
Current children cumulated memory: 68736 KiB

[startup+3.10547 s]
/proc/loadavg: 4.08 4.08 4.09 5/269 77885
/proc/meminfo: memFree=123052656/131250000 swapFree=33010684/33010684
[pid=77878] ppid=77875 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/77878/stat : 77878 (opbsolver) S 77875 77878 76231 0 -1 4194304 349 665 0 0 0 0 0 0 20 0 1 0 68878304 4292608 736 18446744073709551615 93948805496832 93948806391365 140726523935872 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93948806630416 93948806678160 93948839346176 140726523939102 140726523939305 140726523939305 140726523944907 0
/proc/77878/statm: 1048 736 672 219 0 110 0
[pid=77885] ppid=77878 vsize=371464 memory=334000 CPUtime=3.05 cores=4,6
/proc/77885/stat : 77885 (pbcpreprocessor) R 77878 77878 76231 0 -1 4194304 75735 0 0 0 287 18 0 0 20 0 1 0 68878308 380379136 83500 18446744073709551615 4198400 15773533 140733129524688 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 17968456 18061744 29409280 140733129533616 140733129533918 140733129533918 140733129539525 0
/proc/77885/statm: 92866 83500 704 2826 0 89478 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 375656 KiB
Current children cumulated memory: 336944 KiB

[startup+6.3002 s]
/proc/loadavg: 4.07 4.08 4.09 5/269 77887
/proc/meminfo: memFree=122262364/131250000 swapFree=33010684/33010684
[pid=77878] ppid=77875 vsize=4192 memory=2944 CPUtime=5.27 cores=4,6
/proc/77878/stat : 77878 (opbsolver) S 77875 77878 76231 0 -1 4194304 409 76900 0 0 0 0 405 122 20 0 1 0 68878304 4292608 736 18446744073709551615 93948805496832 93948806391365 140726523935872 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93948806630416 93948806678160 93948839346176 140726523939102 140726523939305 140726523939305 140726523944907 0
/proc/77878/statm: 1048 736 672 219 0 110 0
[pid=77887] ppid=77878 vsize=598424 memory=513876 CPUtime=0.95 cores=4,6
/proc/77887/stat : 77887 (wmaxcdcl) R 77878 77878 76231 0 -1 4194304 100926 0 0 0 77 18 0 0 20 0 1 0 68878838 612786176 128469 18446744073709551615 4198400 5932793 140735141286352 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 23564288 140735141292379 140735141292524 140735141292524 140735141298124 0
/proc/77887/statm: 149606 128469 448 424 0 149061 0
Current children cumulated CPU time: 6.22 s
Current children cumulated vsize: 602616 KiB
Current children cumulated memory: 516820 KiB

[startup+12.7002 s]
/proc/loadavg: 4.07 4.08 4.09 5/269 77888
/proc/meminfo: memFree=120512252/131250000 swapFree=33010684/33010684
[pid=77878] ppid=77875 vsize=4192 memory=2944 CPUtime=5.27 cores=4,6
/proc/77878/stat : 77878 (opbsolver) S 77875 77878 76231 0 -1 4194304 409 76900 0 0 0 0 405 122 20 0 1 0 68878304 4292608 736 18446744073709551615 93948805496832 93948806391365 140726523935872 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93948806630416 93948806678160 93948839346176 140726523939102 140726523939305 140726523939305 140726523944907 0
/proc/77878/statm: 1048 736 672 219 0 110 0
[pid=77887] ppid=77878 vsize=1069880 memory=937524 CPUtime=7.33 cores=4,6
/proc/77887/stat : 77887 (wmaxcdcl) R 77878 77878 76231 0 -1 4194304 152249 0 0 0 698 35 0 0 20 0 1 0 68878838 1095557120 234381 18446744073709551615 4198400 5932793 140735141286352 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 23564288 140735141292379 140735141292524 140735141292524 140735141298124 0
/proc/77887/statm: 267470 234381 448 424 0 266925 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 1074072 KiB
Current children cumulated memory: 940468 KiB

[startup+25.5002 s]
/proc/loadavg: 4.05 4.08 4.09 5/269 77888
/proc/meminfo: memFree=118722288/131250000 swapFree=33010684/33010684
[pid=77878] ppid=77875 vsize=4192 memory=2944 CPUtime=5.27 cores=4,6
/proc/77878/stat : 77878 (opbsolver) S 77875 77878 76231 0 -1 4194304 409 76900 0 0 0 0 405 122 20 0 1 0 68878304 4292608 736 18446744073709551615 93948805496832 93948806391365 140726523935872 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93948806630416 93948806678160 93948839346176 140726523939102 140726523939305 140726523939305 140726523944907 0
/proc/77878/statm: 1048 736 672 219 0 110 0
[pid=77887] ppid=77878 vsize=1094856 memory=890868 CPUtime=20.1 cores=4,6
/proc/77887/stat : 77887 (wmaxcdcl) R 77878 77878 76231 0 -1 4194304 153690 0 0 0 1974 36 0 0 20 0 1 0 68878838 1121132544 222717 18446744073709551615 4198400 5932793 140735141286352 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 23564288 140735141292379 140735141292524 140735141292524 140735141298124 0
/proc/77887/statm: 273714 222717 448 424 0 273169 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 1099048 KiB
Current children cumulated memory: 893812 KiB

[startup+51.1055 s]
/proc/loadavg: 4.11 4.09 4.09 5/269 77888
/proc/meminfo: memFree=115934512/131250000 swapFree=33010684/33010684
[pid=77878] ppid=77875 vsize=4192 memory=2944 CPUtime=5.27 cores=4,6
/proc/77878/stat : 77878 (opbsolver) S 77875 77878 76231 0 -1 4194304 409 76900 0 0 0 0 405 122 20 0 1 0 68878304 4292608 736 18446744073709551615 93948805496832 93948806391365 140726523935872 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93948806630416 93948806678160 93948839346176 140726523939102 140726523939305 140726523939305 140726523944907 0
/proc/77878/statm: 1048 736 672 219 0 110 0
[pid=77887] ppid=77878 vsize=1094856 memory=890996 CPUtime=45.64 cores=4,6
/proc/77887/stat : 77887 (wmaxcdcl) R 77878 77878 76231 0 -1 4194304 153829 0 0 0 4528 36 0 0 20 0 1 0 68878838 1121132544 222749 18446744073709551615 4198400 5932793 140735141286352 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 23564288 140735141292379 140735141292524 140735141292524 140735141298124 0
/proc/77887/statm: 273714 222749 448 424 0 273169 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 1099048 KiB
Current children cumulated memory: 893940 KiB

[startup+102.3 s]
/proc/loadavg: 4.29 4.14 4.10 5/269 77892
/proc/meminfo: memFree=120402924/131250000 swapFree=33010684/33010684
[pid=77878] ppid=77875 vsize=4192 memory=2944 CPUtime=5.27 cores=4,6
/proc/77878/stat : 77878 (opbsolver) S 77875 77878 76231 0 -1 4194304 409 76900 0 0 0 0 405 122 20 0 1 0 68878304 4292608 736 18446744073709551615 93948805496832 93948806391365 140726523935872 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93948806630416 93948806678160 93948839346176 140726523939102 140726523939305 140726523939305 140726523944907 0
/proc/77878/statm: 1048 736 672 219 0 110 0
[pid=77887] ppid=77878 vsize=972612 memory=831192 CPUtime=96.7 cores=4,6
/proc/77887/stat : 77887 (wmaxcdcl) R 77878 77878 76231 0 -1 4194304 155274 0 0 0 9633 37 0 0 20 0 1 0 68878838 995954688 207798 18446744073709551615 4198400 5932793 140735141286352 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 23564288 140735141292379 140735141292524 140735141292524 140735141298124 0
/proc/77887/statm: 243153 207798 448 424 0 242608 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 976804 KiB
Current children cumulated memory: 834136 KiB

[startup+162.3 s]
/proc/loadavg: 4.16 4.12 4.10 5/269 77894
/proc/meminfo: memFree=104520184/131250000 swapFree=33010684/33010684
[pid=77878] ppid=77875 vsize=4192 memory=2944 CPUtime=5.27 cores=4,6
/proc/77878/stat : 77878 (opbsolver) S 77875 77878 76231 0 -1 4194304 409 76900 0 0 0 0 405 122 20 0 1 0 68878304 4292608 736 18446744073709551615 93948805496832 93948806391365 140726523935872 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93948806630416 93948806678160 93948839346176 140726523939102 140726523939305 140726523939305 140726523944907 0
/proc/77878/statm: 1048 736 672 219 0 110 0
[pid=77887] ppid=77878 vsize=1003880 memory=870680 CPUtime=156.55 cores=4,6
/proc/77887/stat : 77887 (wmaxcdcl) R 77878 77878 76231 0 -1 4194304 164312 0 0 0 15595 60 0 0 20 0 1 0 68878838 1027973120 217670 18446744073709551615 4198400 5932793 140735141286352 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 23564288 140735141292379 140735141292524 140735141292524 140735141298124 0
/proc/77887/statm: 250970 217670 448 424 0 250425 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 1008072 KiB
Current children cumulated memory: 873624 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/267 77896
/proc/meminfo: memFree=104425348/131250000 swapFree=33010684/33010684
[pid=77878] ppid=77875 vsize=4192 memory=2944 CPUtime=5.27 cores=4,6
/proc/77878/stat : 77878 (opbsolver) S 77875 77878 76231 0 -1 4194304 409 76900 0 0 0 0 405 122 20 0 1 0 68878304 4292608 736 18446744073709551615 93948805496832 93948806391365 140726523935872 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93948806630416 93948806678160 93948839346176 140726523939102 140726523939305 140726523939305 140726523944907 0
/proc/77878/statm: 1048 736 672 219 0 110 0
[pid=77887] ppid=77878 vsize=1003880 memory=870680 CPUtime=216.37 cores=4,6
/proc/77887/stat : 77887 (wmaxcdcl) R 77878 77878 76231 0 -1 4194304 164349 0 0 0 21577 60 0 0 20 0 1 0 68878838 1027973120 217670 18446744073709551615 4198400 5932793 140735141286352 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 23564288 140735141292379 140735141292524 140735141292524 140735141298124 0
/proc/77887/statm: 250970 217670 448 424 0 250425 0

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

/proc/77887/stat : 77887 (wmaxcdcl) R 77878 77878 76231 0 -1 4194304 167029 0 0 0 338700 66 0 0 20 0 1 0 68878838 1027973120 221324 18446744073709551615 4198400 5932793 140735141286352 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 23564288 140735141292379 140735141292524 140735141292524 140735141298124 0
/proc/77887/statm: 250970 221324 448 424 0 250425 0
Current children cumulated CPU time: 3392.93 s
Current children cumulated vsize: 1008072 KiB
Current children cumulated memory: 888240 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/267 78177
/proc/meminfo: memFree=103092988/131250000 swapFree=33010684/33010684
[pid=77878] ppid=77875 vsize=4192 memory=2944 CPUtime=5.27 cores=4,6
/proc/77878/stat : 77878 (opbsolver) S 77875 77878 76231 0 -1 4194304 409 76900 0 0 0 0 405 122 20 0 1 0 68878304 4292608 736 18446744073709551615 93948805496832 93948806391365 140726523935872 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93948806630416 93948806678160 93948839346176 140726523939102 140726523939305 140726523939305 140726523944907 0
/proc/77878/statm: 1048 736 672 219 0 110 0
[pid=77887] ppid=77878 vsize=1003880 memory=885296 CPUtime=3447.49 cores=4,6
/proc/77887/stat : 77887 (wmaxcdcl) R 77878 77878 76231 0 -1 4194304 167029 0 0 0 344683 66 0 0 20 0 1 0 68878838 1027973120 221324 18446744073709551615 4198400 5932793 140735141286352 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 23564288 140735141292379 140735141292524 140735141292524 140735141298124 0
/proc/77887/statm: 250970 221324 448 424 0 250425 0
Current children cumulated CPU time: 3452.76 s
Current children cumulated vsize: 1008072 KiB
Current children cumulated memory: 888240 KiB

[startup+3522.3 s]
/proc/loadavg: 4.04 4.07 4.08 5/267 78179
/proc/meminfo: memFree=103117428/131250000 swapFree=33010684/33010684
[pid=77878] ppid=77875 vsize=4192 memory=2944 CPUtime=5.27 cores=4,6
/proc/77878/stat : 77878 (opbsolver) S 77875 77878 76231 0 -1 4194304 409 76900 0 0 0 0 405 122 20 0 1 0 68878304 4292608 736 18446744073709551615 93948805496832 93948806391365 140726523935872 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93948806630416 93948806678160 93948839346176 140726523939102 140726523939305 140726523939305 140726523944907 0
/proc/77878/statm: 1048 736 672 219 0 110 0
[pid=77887] ppid=77878 vsize=1003880 memory=887344 CPUtime=3507.32 cores=4,6
/proc/77887/stat : 77887 (wmaxcdcl) R 77878 77878 76231 0 -1 4194304 167030 0 0 0 350665 67 0 0 20 0 1 0 68878838 1027973120 221836 18446744073709551615 4198400 5932793 140735141286352 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 23564288 140735141292379 140735141292524 140735141292524 140735141298124 0
/proc/77887/statm: 250970 221836 448 424 0 250425 0
Current children cumulated CPU time: 3512.59 s
Current children cumulated vsize: 1008072 KiB
Current children cumulated memory: 890288 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/268 78185
/proc/meminfo: memFree=103120024/131250000 swapFree=33010684/33010684
[pid=77878] ppid=77875 vsize=4192 memory=2944 CPUtime=5.27 cores=4,6
/proc/77878/stat : 77878 (opbsolver) S 77875 77878 76231 0 -1 4194304 409 76900 0 0 0 0 405 122 20 0 1 0 68878304 4292608 736 18446744073709551615 93948805496832 93948806391365 140726523935872 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93948806630416 93948806678160 93948839346176 140726523939102 140726523939305 140726523939305 140726523944907 0
/proc/77878/statm: 1048 736 672 219 0 110 0
[pid=77887] ppid=77878 vsize=1003880 memory=887344 CPUtime=3567.15 cores=4,6
/proc/77887/stat : 77887 (wmaxcdcl) R 77878 77878 76231 0 -1 4194304 167047 0 0 0 356648 67 0 0 20 0 1 0 68878838 1027973120 221836 18446744073709551615 4198400 5932793 140735141286352 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 23564288 140735141292379 140735141292524 140735141292524 140735141298124 0
/proc/77887/statm: 250970 221836 448 424 0 250425 0
Current children cumulated CPU time: 3572.42 s
Current children cumulated vsize: 1008072 KiB
Current children cumulated memory: 890288 KiB

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

# cumulated CPU time of all completed processes:  user=3597.09 s, system=1.91377 s

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

[startup+3584 s]*
/proc/loadavg: 4.12 4.09 4.09 5/268 78185
/proc/meminfo: memFree=103120276/131250000 swapFree=33010684/33010684
[pid=77878] ppid=77875 vsize=4192 memory=2944 CPUtime=5.27 cores=4,6
/proc/77878/stat : 77878 (opbsolver) S 77875 77878 76231 0 -1 4194304 409 76900 0 0 0 0 405 122 20 0 1 0 68878304 4292608 736 18446744073709551615 93948805496832 93948806391365 140726523935872 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93948806630416 93948806678160 93948839346176 140726523939102 140726523939305 140726523939305 140726523944907 0
/proc/77878/statm: 1048 736 672 219 0 110 0
[pid=77887] ppid=77878 vsize=1003880 memory=887344 CPUtime=3568.85 cores=4,6
/proc/77887/stat : 77887 (wmaxcdcl) R 77878 77878 76231 0 -1 4194304 167047 0 0 0 356818 67 0 0 20 0 1 0 68878838 1027973120 221836 18446744073709551615 4198400 5932793 140735141286352 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 23564288 140735141292379 140735141292524 140735141292524 140735141298124 0
/proc/77887/statm: 250970 221836 448 424 0 250425 0
Current children cumulated CPU time: 3574.12 s
Current children cumulated vsize: 1008072 KiB
Current children cumulated memory: 890288 KiB

[startup+3596.8 s]
/proc/loadavg: 4.09 4.08 4.09 5/268 78190
/proc/meminfo: memFree=103126740/131250000 swapFree=33010684/33010684
[pid=77878] ppid=77875 vsize=4192 memory=2944 CPUtime=5.27 cores=4,6
/proc/77878/stat : 77878 (opbsolver) S 77875 77878 76231 0 -1 4194304 409 76900 0 0 0 0 405 122 20 0 1 0 68878304 4292608 736 18446744073709551615 93948805496832 93948806391365 140726523935872 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93948806630416 93948806678160 93948839346176 140726523939102 140726523939305 140726523939305 140726523944907 0
/proc/77878/statm: 1048 736 672 219 0 110 0
[pid=77887] ppid=77878 vsize=1003880 memory=887344 CPUtime=3581.61 cores=4,6
/proc/77887/stat : 77887 (wmaxcdcl) R 77878 77878 76231 0 -1 4194304 167047 0 0 0 358094 67 0 0 20 0 1 0 68878838 1027973120 221836 18446744073709551615 4198400 5932793 140735141286352 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 23564288 140735141292379 140735141292524 140735141292524 140735141298124 0
/proc/77887/statm: 250970 221836 448 424 0 250425 0
Current children cumulated CPU time: 3586.88 s
Current children cumulated vsize: 1008072 KiB
Current children cumulated memory: 890288 KiB

[startup+3603.2 s]
/proc/loadavg: 4.09 4.08 4.09 4/261 78223
/proc/meminfo: memFree=126904388/131250000 swapFree=33010684/33010684
[pid=77878] ppid=77875 vsize=4192 memory=2944 CPUtime=5.27 cores=4,6
/proc/77878/stat : 77878 (opbsolver) S 77875 77878 76231 0 -1 4194304 409 76900 0 0 0 0 405 122 20 0 1 0 68878304 4292608 736 18446744073709551615 93948805496832 93948806391365 140726523935872 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93948806630416 93948806678160 93948839346176 140726523939102 140726523939305 140726523939305 140726523944907 0
/proc/77878/statm: 1048 736 672 219 0 110 0
[pid=77887] ppid=77878 vsize=1003880 memory=887344 CPUtime=3587.99 cores=4,6
/proc/77887/stat : 77887 (wmaxcdcl) R 77878 77878 76231 0 -1 4194304 167047 0 0 0 358732 67 0 0 20 0 1 0 68878838 1027973120 221836 18446744073709551615 4198400 5932793 140735141286352 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 23564288 140735141292379 140735141292524 140735141292524 140735141298124 0
/proc/77887/statm: 250970 221836 448 424 0 250425 0
Current children cumulated CPU time: 3593.26 s
Current children cumulated vsize: 1008072 KiB
Current children cumulated memory: 890288 KiB

[startup+3606.4 s]
/proc/loadavg: 4.00 4.07 4.08 4/261 78223
/proc/meminfo: memFree=126904388/131250000 swapFree=33010684/33010684
[pid=77878] ppid=77875 vsize=4192 memory=2944 CPUtime=5.27 cores=4,6
/proc/77878/stat : 77878 (opbsolver) S 77875 77878 76231 0 -1 4194304 409 76900 0 0 0 0 405 122 20 0 1 0 68878304 4292608 736 18446744073709551615 93948805496832 93948806391365 140726523935872 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93948806630416 93948806678160 93948839346176 140726523939102 140726523939305 140726523939305 140726523944907 0
/proc/77878/statm: 1048 736 672 219 0 110 0
[pid=77887] ppid=77878 vsize=1003880 memory=887344 CPUtime=3591.18 cores=4,6
/proc/77887/stat : 77887 (wmaxcdcl) R 77878 77878 76231 0 -1 4194304 167048 0 0 0 359051 67 0 0 20 0 1 0 68878838 1027973120 221836 18446744073709551615 4198400 5932793 140735141286352 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 23564288 140735141292379 140735141292524 140735141292524 140735141298124 0
/proc/77887/statm: 250970 221836 448 424 0 250425 0
Current children cumulated CPU time: 3596.45 s
Current children cumulated vsize: 1008072 KiB
Current children cumulated memory: 890288 KiB

[startup+3608 s]*
/proc/loadavg: 4.00 4.07 4.08 4/261 78223
/proc/meminfo: memFree=126904388/131250000 swapFree=33010684/33010684
[pid=77878] ppid=77875 vsize=4192 memory=2944 CPUtime=5.27 cores=4,6
/proc/77878/stat : 77878 (opbsolver) S 77875 77878 76231 0 -1 4194304 409 76900 0 0 0 0 405 122 20 0 1 0 68878304 4292608 736 18446744073709551615 93948805496832 93948806391365 140726523935872 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93948806630416 93948806678160 93948839346176 140726523939102 140726523939305 140726523939305 140726523944907 0
/proc/77878/statm: 1048 736 672 219 0 110 0
[pid=77887] ppid=77878 vsize=1003880 memory=887344 CPUtime=3592.78 cores=4,6
/proc/77887/stat : 77887 (wmaxcdcl) R 77878 77878 76231 0 -1 4194304 167048 0 0 0 359211 67 0 0 20 0 1 0 68878838 1027973120 221836 18446744073709551615 4198400 5932793 140735141286352 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 23564288 140735141292379 140735141292524 140735141292524 140735141298124 0
/proc/77887/statm: 250970 221836 448 424 0 250425 0
Current children cumulated CPU time: 3598.05 s
Current children cumulated vsize: 1008072 KiB
Current children cumulated memory: 890288 KiB

[startup+3608.4 s]
/proc/loadavg: 4.00 4.07 4.08 4/261 78223
/proc/meminfo: memFree=126904388/131250000 swapFree=33010684/33010684
[pid=77878] ppid=77875 vsize=4192 memory=2944 CPUtime=5.27 cores=4,6
/proc/77878/stat : 77878 (opbsolver) S 77875 77878 76231 0 -1 4194304 409 76900 0 0 0 0 405 122 20 0 1 0 68878304 4292608 736 18446744073709551615 93948805496832 93948806391365 140726523935872 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93948806630416 93948806678160 93948839346176 140726523939102 140726523939305 140726523939305 140726523944907 0
/proc/77878/statm: 1048 736 672 219 0 110 0
[pid=77887] ppid=77878 vsize=1003880 memory=887344 CPUtime=3593.17 cores=4,6
/proc/77887/stat : 77887 (wmaxcdcl) R 77878 77878 76231 0 -1 4194304 167048 0 0 0 359250 67 0 0 20 0 1 0 68878838 1027973120 221836 18446744073709551615 4198400 5932793 140735141286352 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 23564288 140735141292379 140735141292524 140735141292524 140735141298124 0
/proc/77887/statm: 250970 221836 448 424 0 250425 0
Current children cumulated CPU time: 3598.44 s
Current children cumulated vsize: 1008072 KiB
Current children cumulated memory: 890288 KiB

[startup+3608.8 s]
/proc/loadavg: 4.00 4.07 4.08 4/261 78223
/proc/meminfo: memFree=126904388/131250000 swapFree=33010684/33010684
[pid=77878] ppid=77875 vsize=4192 memory=2944 CPUtime=5.27 cores=4,6
/proc/77878/stat : 77878 (opbsolver) S 77875 77878 76231 0 -1 4194304 409 76900 0 0 0 0 405 122 20 0 1 0 68878304 4292608 736 18446744073709551615 93948805496832 93948806391365 140726523935872 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93948806630416 93948806678160 93948839346176 140726523939102 140726523939305 140726523939305 140726523944907 0
/proc/77878/statm: 1048 736 672 219 0 110 0
[pid=77887] ppid=77878 vsize=1003880 memory=887344 CPUtime=3593.57 cores=4,6
/proc/77887/stat : 77887 (wmaxcdcl) R 77878 77878 76231 0 -1 4194304 167048 0 0 0 359290 67 0 0 20 0 1 0 68878838 1027973120 221836 18446744073709551615 4198400 5932793 140735141286352 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 23564288 140735141292379 140735141292524 140735141292524 140735141298124 0
/proc/77887/statm: 250970 221836 448 424 0 250425 0
Current children cumulated CPU time: 3598.84 s
Current children cumulated vsize: 1008072 KiB
Current children cumulated memory: 890288 KiB

[startup+3608.9 s]
/proc/loadavg: 4.00 4.07 4.08 4/261 78223
/proc/meminfo: memFree=126904388/131250000 swapFree=33010684/33010684
[pid=77878] ppid=77875 vsize=4192 memory=2944 CPUtime=5.27 cores=4,6
/proc/77878/stat : 77878 (opbsolver) S 77875 77878 76231 0 -1 4194304 409 76900 0 0 0 0 405 122 20 0 1 0 68878304 4292608 736 18446744073709551615 93948805496832 93948806391365 140726523935872 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93948806630416 93948806678160 93948839346176 140726523939102 140726523939305 140726523939305 140726523944907 0
/proc/77878/statm: 1048 736 672 219 0 110 0
[pid=77887] ppid=77878 vsize=1003880 memory=887344 CPUtime=3593.67 cores=4,6
/proc/77887/stat : 77887 (wmaxcdcl) R 77878 77878 76231 0 -1 4194304 167048 0 0 0 359300 67 0 0 20 0 1 0 68878838 1027973120 221836 18446744073709551615 4198400 5932793 140735141286352 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 23564288 140735141292379 140735141292524 140735141292524 140735141298124 0
/proc/77887/statm: 250970 221836 448 424 0 250425 0
Current children cumulated CPU time: 3598.94 s
Current children cumulated vsize: 1008072 KiB
Current children cumulated memory: 890288 KiB

Child status: 0

Real time (s): 3608.94
CPU time (s): 3599
CPU user time (s): 3597.09
CPU system time (s): 1.91377
CPU usage (%): 99.7246
Max. virtual memory (cumulated for all children) (KiB): 1179188
Max. memory (cumulated for all children) (KiB): 945008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.09
system time used= 1.91377
maximum resident set size= 954784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 244698
page faults= 0
swaps= 0
block input operations= 0
block output operations= 95392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 579
involuntary context switches= 2776


# summary of solver processes directly reported to runsolver:
#   pid: 77878
#   total CPU time (s): 3599
#   total CPU user time (s): 3597.09
#   total CPU system time (s): 1.91377

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.24702 second user time and 17.4058 second system time

The end

Launcher Data

Begin job on nodeC028 at 2025-07-03 10:49:18
IDJOB=4518013
IDBENCH=176273
IDSOLVER=3374
FILE ID=nodeC028/4518013-1751532558
RUNJOBID= nodeC028-1751525281-76242
SLURM_JOB_ID= 9598655
Free space on /tmp= 431436 MiB

SOLVER NAME= WMaxCDCL-SCIP 2025-06-21
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/KNAP/strongly_correlated/normalized-knapPI_3_200_10000_5_-93992.opb
COMMAND LINE= DIR/opbsolver BENCHNAME TIMELIMIT MEMLIMIT TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4518013-1751532558/watcher-4518013-1751532558 -o /tmp/evaluation-result-4518013-1751532558/solver-4518013-1751532558 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1751525281-76242 --watchdog 3760  HOME/opbsolver HOME/instance-4518013-1751532558.opb 3600 31000 HOME HOME

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

MD5SUM BENCH= cd82cadc3025252f43f8d787a9347bc3
RANDOM SEED=1219595036

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		: 3600.074
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.077
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		: 3601.554
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		: 3606.700
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.077
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		: 3598.762
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		: 3600.104
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:        123684392 kB
MemAvailable:   125569268 kB
Buffers:            3280 kB
Cached:          2686888 kB
SwapCached:            0 kB
Active:          4546180 kB
Inactive:        2377636 kB
Active(anon):    4251720 kB
Inactive(anon):        0 kB
Active(file):     294460 kB
Inactive(file):  2377636 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             41684 kB
Writeback:             0 kB
AnonPages:       4236432 kB
Mapped:           110800 kB
Shmem:             18068 kB
KReclaimable:     104036 kB
Slab:             192776 kB
SReclaimable:     104036 kB
SUnreclaim:        88740 kB
KernelStack:        4320 kB
PageTables:        11132 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    4600872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150712 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:    270336 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= 431440 MiB
End job on nodeC028 at 2025-07-03 11:49:27