Trace number 4518151

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.43 3609.87

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/KNAP/profit_ceiling/
normalized-knapPI_15_2000_1000_5_-50838.opb
MD5SUMb64c15565e2e2abc4a6ec3aecc6a0814
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-17191
Best CPU time to get the best result obtained on this benchmark0.173537
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10000
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 constraint10000
Maximum length of a constraint10000
Number of terms in the objective function 10000
Biggest coefficient in the objective function 334
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 1678816
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 50251
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 5076550
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.
0.00/45.41	c Solving by WMaxCDCL...
45.22/3609.82	c Rebuilding OPB solution...
45.22/3609.82	c This is the PBCProcessor based on SCIP solver.
45.22/3609.82	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 (62128 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-4518151-1751538485/watcher-4518151-1751538485 -o /tmp/evaluation-result-4518151-1751538485/solver-4518151-1751538485 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751538485-84400 --watchdog 3760 HOME/opbsolver HOME/instance-4518151-1751538485.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=84445, runsolver pid=84439
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 0.87 1.16 2.11 5/269 84482
/proc/meminfo: memFree=121512816/131249996 swapFree=33010684/33010684
[pid=84445] ppid=84439 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/84445/stat : 84445 (opbsolver) S 84439 84445 84386 0 -1 4194304 352 664 0 0 0 0 0 0 20 0 1 0 69526448 4292608 736 18446744073709551615 94458281512960 94458282407493 140728525784448 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94458282646544 94458282694288 94458309337088 140728525789470 140728525789673 140728525789673 140728525795275 0
/proc/84445/statm: 1048 736 672 219 0 110 0
[pid=84481] ppid=84445 vsize=27180 memory=10696 CPUtime=0.03 cores=4,6
/proc/84481/stat : 84481 (pbcpreprocessor) R 84445 84445 84386 0 -1 4194304 2169 0 0 0 3 0 0 0 20 0 1 0 69526455 27832320 2674 18446744073709551615 4198400 15773533 140731718711280 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 17968456 18061744 27906048 140731718715568 140731718715870 140731718715870 140731718721477 0
/proc/84481/statm: 6795 2674 704 2826 0 3407 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 31372 KiB
Current children cumulated memory: 13640 KiB

[startup+0.205667 s]*
/proc/loadavg: 0.87 1.16 2.11 5/269 84482
/proc/meminfo: memFree=121492908/131249996 swapFree=33010684/33010684
[pid=84445] ppid=84439 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/84445/stat : 84445 (opbsolver) S 84439 84445 84386 0 -1 4194304 352 664 0 0 0 0 0 0 20 0 1 0 69526448 4292608 736 18446744073709551615 94458281512960 94458282407493 140728525784448 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94458282646544 94458282694288 94458309337088 140728525789470 140728525789673 140728525789673 140728525795275 0
/proc/84445/statm: 1048 736 672 219 0 110 0
[pid=84481] ppid=84445 vsize=41568 memory=25160 CPUtime=0.13 cores=4,6
/proc/84481/stat : 84481 (pbcpreprocessor) R 84445 84445 84386 0 -1 4194304 5773 0 0 0 13 0 0 0 20 0 1 0 69526455 42565632 6290 18446744073709551615 4198400 15773533 140731718711280 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 17968456 18061744 27906048 140731718715568 140731718715870 140731718715870 140731718721477 0
/proc/84481/statm: 10392 6290 704 2826 0 7004 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 45760 KiB
Current children cumulated memory: 28104 KiB

[startup+0.305594 s]*
/proc/loadavg: 0.87 1.16 2.11 5/269 84482
/proc/meminfo: memFree=121469220/131249996 swapFree=33010684/33010684
[pid=84445] ppid=84439 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/84445/stat : 84445 (opbsolver) S 84439 84445 84386 0 -1 4194304 352 664 0 0 0 0 0 0 20 0 1 0 69526448 4292608 736 18446744073709551615 94458281512960 94458282407493 140728525784448 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94458282646544 94458282694288 94458309337088 140728525789470 140728525789673 140728525789673 140728525795275 0
/proc/84445/statm: 1048 736 672 219 0 110 0
[pid=84481] ppid=84445 vsize=52920 memory=36424 CPUtime=0.23 cores=4,6
/proc/84481/stat : 84481 (pbcpreprocessor) R 84445 84445 84386 0 -1 4194304 8591 0 0 0 22 1 0 0 20 0 1 0 69526455 54190080 9106 18446744073709551615 4198400 15773533 140731718711280 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 17968456 18061744 27906048 140731718715568 140731718715870 140731718715870 140731718721477 0
/proc/84481/statm: 13230 9106 704 2826 0 9842 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 57112 KiB
Current children cumulated memory: 39368 KiB

[startup+0.700203 s]
/proc/loadavg: 0.87 1.16 2.11 5/269 84482
/proc/meminfo: memFree=121420680/131249996 swapFree=33010684/33010684
[pid=84445] ppid=84439 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/84445/stat : 84445 (opbsolver) S 84439 84445 84386 0 -1 4194304 352 664 0 0 0 0 0 0 20 0 1 0 69526448 4292608 736 18446744073709551615 94458281512960 94458282407493 140728525784448 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94458282646544 94458282694288 94458309337088 140728525789470 140728525789673 140728525789673 140728525795275 0
/proc/84445/statm: 1048 736 672 219 0 110 0
[pid=84481] ppid=84445 vsize=84732 memory=68296 CPUtime=0.62 cores=4,6
/proc/84481/stat : 84481 (pbcpreprocessor) R 84445 84445 84386 0 -1 4194304 16548 0 0 0 60 2 0 0 20 0 1 0 69526455 86765568 17074 18446744073709551615 4198400 15773533 140731718711280 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 17968456 18061744 27906048 140731718715568 140731718715870 140731718715870 140731718721477 0
/proc/84481/statm: 21183 17074 704 2826 0 17795 0
Current children cumulated CPU time: 0.62 s
Current children cumulated vsize: 88924 KiB
Current children cumulated memory: 71240 KiB

[startup+1.5002 s]
/proc/loadavg: 0.87 1.16 2.11 5/269 84482
/proc/meminfo: memFree=121372296/131249996 swapFree=33010684/33010684
[pid=84445] ppid=84439 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/84445/stat : 84445 (opbsolver) S 84439 84445 84386 0 -1 4194304 352 664 0 0 0 0 0 0 20 0 1 0 69526448 4292608 736 18446744073709551615 94458281512960 94458282407493 140728525784448 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94458282646544 94458282694288 94458309337088 140728525789470 140728525789673 140728525789673 140728525795275 0
/proc/84445/statm: 1048 736 672 219 0 110 0
[pid=84481] ppid=84445 vsize=234536 memory=217980 CPUtime=1.41 cores=4,6
/proc/84481/stat : 84481 (pbcpreprocessor) R 84445 84445 84386 0 -1 4194304 54328 0 0 0 134 7 0 0 20 0 1 0 69526455 240164864 54495 18446744073709551615 4198400 15773533 140731718711280 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 17968456 18061744 27906048 140731718715568 140731718715870 140731718715870 140731718721477 0
/proc/84481/statm: 58634 54495 704 2826 0 55246 0
Current children cumulated CPU time: 1.41 s
Current children cumulated vsize: 238728 KiB
Current children cumulated memory: 220924 KiB

[startup+3.10552 s]
/proc/loadavg: 0.87 1.16 2.11 5/269 84482
/proc/meminfo: memFree=119598504/131249996 swapFree=33010684/33010684
[pid=84445] ppid=84439 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/84445/stat : 84445 (opbsolver) S 84439 84445 84386 0 -1 4194304 352 664 0 0 0 0 0 0 20 0 1 0 69526448 4292608 736 18446744073709551615 94458281512960 94458282407493 140728525784448 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94458282646544 94458282694288 94458309337088 140728525789470 140728525789673 140728525789673 140728525795275 0
/proc/84445/statm: 1048 736 672 219 0 110 0
[pid=84481] ppid=84445 vsize=1404864 memory=1387516 CPUtime=3.02 cores=4,6
/proc/84481/stat : 84481 (pbcpreprocessor) R 84445 84445 84386 0 -1 4194304 346719 0 0 0 250 52 0 0 20 0 1 0 69526455 1438580736 346879 18446744073709551615 4198400 15773533 140731718711280 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 17968456 18061744 27906048 140731718715568 140731718715870 140731718715870 140731718721477 0
/proc/84481/statm: 351216 346879 704 2826 0 347828 0
Current children cumulated CPU time: 3.02 s
Current children cumulated vsize: 1409056 KiB
Current children cumulated memory: 1390460 KiB

[startup+6.30019 s]
/proc/loadavg: 1.28 1.24 2.13 5/269 84486
/proc/meminfo: memFree=118501612/131249996 swapFree=33010684/33010684
[pid=84445] ppid=84439 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/84445/stat : 84445 (opbsolver) S 84439 84445 84386 0 -1 4194304 352 664 0 0 0 0 0 0 20 0 1 0 69526448 4292608 736 18446744073709551615 94458281512960 94458282407493 140728525784448 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94458282646544 94458282694288 94458309337088 140728525789470 140728525789673 140728525789673 140728525795275 0
/proc/84445/statm: 1048 736 672 219 0 110 0
[pid=84481] ppid=84445 vsize=2251540 memory=2207308 CPUtime=6.2 cores=4,6
/proc/84481/stat : 84481 (pbcpreprocessor) R 84445 84445 84386 0 -1 4194304 493284 0 0 0 537 83 0 0 20 0 1 0 69526455 2305576960 551827 18446744073709551615 4198400 15773533 140731718711280 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 17968456 18061744 27906048 140731718715568 140731718715870 140731718715870 140731718721477 0
/proc/84481/statm: 562885 551827 704 2826 0 559497 0
Current children cumulated CPU time: 6.2 s
Current children cumulated vsize: 2255732 KiB
Current children cumulated memory: 2210252 KiB

[startup+12.7002 s]
/proc/loadavg: 1.58 1.31 2.14 5/269 84486
/proc/meminfo: memFree=116055200/131249996 swapFree=33010684/33010684
[pid=84445] ppid=84439 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/84445/stat : 84445 (opbsolver) S 84439 84445 84386 0 -1 4194304 352 664 0 0 0 0 0 0 20 0 1 0 69526448 4292608 736 18446744073709551615 94458281512960 94458282407493 140728525784448 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94458282646544 94458282694288 94458309337088 140728525789470 140728525789673 140728525789673 140728525795275 0
/proc/84445/statm: 1048 736 672 219 0 110 0
[pid=84481] ppid=84445 vsize=3705020 memory=3392584 CPUtime=12.58 cores=4,6
/proc/84481/stat : 84481 (pbcpreprocessor) R 84445 84445 84386 0 -1 4194304 675465 0 0 0 1124 134 0 0 20 0 1 0 69526455 3793940480 848146 18446744073709551615 4198400 15773533 140731718711280 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 17968456 18061744 27906048 140731718715568 140731718715870 140731718715870 140731718721477 0
/proc/84481/statm: 926255 848146 704 2826 0 922867 0
Current children cumulated CPU time: 12.58 s
Current children cumulated vsize: 3709212 KiB
Current children cumulated memory: 3395528 KiB

[startup+25.5002 s]
/proc/loadavg: 2.18 1.45 2.18 5/270 84488
/proc/meminfo: memFree=114630204/131249996 swapFree=33010684/33010684
[pid=84445] ppid=84439 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/84445/stat : 84445 (opbsolver) S 84439 84445 84386 0 -1 4194304 352 664 0 0 0 0 0 0 20 0 1 0 69526448 4292608 736 18446744073709551615 94458281512960 94458282407493 140728525784448 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94458282646544 94458282694288 94458309337088 140728525789470 140728525789673 140728525789673 140728525795275 0
/proc/84445/statm: 1048 736 672 219 0 110 0
[pid=84481] ppid=84445 vsize=5175772 memory=4469000 CPUtime=25.34 cores=4,6
/proc/84481/stat : 84481 (pbcpreprocessor) R 84445 84445 84386 0 -1 4194304 827343 0 0 0 2190 344 0 0 20 0 1 0 69526455 5299990528 1117250 18446744073709551615 4198400 15773533 140731718711280 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 17968456 18061744 27906048 140731718715568 140731718715870 140731718715870 140731718721477 0
/proc/84481/statm: 1293943 1117250 704 2826 0 1290555 0
Current children cumulated CPU time: 25.34 s
Current children cumulated vsize: 5179964 KiB
Current children cumulated memory: 4471944 KiB

[startup+51.1056 s]
/proc/loadavg: 2.88 1.68 2.23 5/270 84490
/proc/meminfo: memFree=116457192/131249996 swapFree=33010684/33010684
[pid=84445] ppid=84439 vsize=4192 memory=2944 CPUtime=45.22 cores=4,6
/proc/84445/stat : 84445 (opbsolver) S 84439 84445 84386 0 -1 4194304 411 828135 0 0 0 0 3137 1385 20 0 1 0 69526448 4292608 736 18446744073709551615 94458281512960 94458282407493 140728525784448 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94458282646544 94458282694288 94458309337088 140728525789470 140728525789673 140728525789673 140728525795275 0
/proc/84445/statm: 1048 736 672 219 0 110 0
[pid=84490] ppid=84445 vsize=2971228 memory=2564148 CPUtime=5.65 cores=4,6
/proc/84490/stat : 84490 (wmaxcdcl) R 84445 84445 84386 0 -1 4194304 293910 0 0 0 482 83 0 0 20 0 1 0 69530991 3042537472 641037 18446744073709551615 4198400 5932793 140732590764224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 26345472 140732590770523 140732590770668 140732590770668 140732590776268 0
/proc/84490/statm: 742807 641037 448 424 0 742262 0
Current children cumulated CPU time: 50.87 s
Current children cumulated vsize: 2975420 KiB
Current children cumulated memory: 2567092 KiB

[startup+102.3 s]
/proc/loadavg: 3.56 2.05 2.33 5/270 84493
/proc/meminfo: memFree=109547384/131249996 swapFree=33010684/33010684
[pid=84445] ppid=84439 vsize=4192 memory=2944 CPUtime=45.22 cores=4,6
/proc/84445/stat : 84445 (opbsolver) S 84439 84445 84386 0 -1 4194304 411 828135 0 0 0 0 3137 1385 20 0 1 0 69526448 4292608 736 18446744073709551615 94458281512960 94458282407493 140728525784448 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94458282646544 94458282694288 94458309337088 140728525789470 140728525789673 140728525789673 140728525795275 0
/proc/84445/statm: 1048 736 672 219 0 110 0
[pid=84490] ppid=84445 vsize=11078048 memory=9559804 CPUtime=56.69 cores=4,6
/proc/84490/stat : 84490 (wmaxcdcl) R 84445 84445 84386 0 -1 4194304 684036 0 0 0 5383 286 0 0 20 0 1 0 69530991 11343921152 2389951 18446744073709551615 4198400 5932793 140732590764224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 26345472 140732590770523 140732590770668 140732590770668 140732590776268 0
/proc/84490/statm: 2769512 2389951 448 424 0 2768967 0
Current children cumulated CPU time: 101.91 s
Current children cumulated vsize: 11082240 KiB
Current children cumulated memory: 9562748 KiB

[startup+162.3 s]
/proc/loadavg: 3.94 2.44 2.45 5/271 84500
/proc/meminfo: memFree=108455472/131249996 swapFree=33010684/33010684
[pid=84445] ppid=84439 vsize=4192 memory=2944 CPUtime=45.22 cores=4,6
/proc/84445/stat : 84445 (opbsolver) S 84439 84445 84386 0 -1 4194304 411 828135 0 0 0 0 3137 1385 20 0 1 0 69526448 4292608 736 18446744073709551615 94458281512960 94458282407493 140728525784448 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94458282646544 94458282694288 94458309337088 140728525789470 140728525789673 140728525789673 140728525795275 0
/proc/84445/statm: 1048 736 672 219 0 110 0
[pid=84490] ppid=84445 vsize=12180060 memory=10516104 CPUtime=116.51 cores=4,6
/proc/84490/stat : 84490 (wmaxcdcl) R 84445 84445 84386 0 -1 4194304 812705 0 0 0 11307 344 0 0 20 0 1 0 69530991 12472381440 2629026 18446744073709551615 4198400 5932793 140732590764224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 26345472 140732590770523 140732590770668 140732590770668 140732590776268 0
/proc/84490/statm: 3045015 2629026 448 424 0 3044470 0
Current children cumulated CPU time: 161.73 s
Current children cumulated vsize: 12184252 KiB
Current children cumulated memory: 10519048 KiB

[startup+222.3 s]
/proc/loadavg: 4.02 2.74 2.56 5/271 84502
/proc/meminfo: memFree=109050640/131249996 swapFree=33010684/33010684
[pid=84445] ppid=84439 vsize=4192 memory=2944 CPUtime=45.22 cores=4,6
/proc/84445/stat : 84445 (opbsolver) S 84439 84445 84386 0 -1 4194304 411 828135 0 0 0 0 3137 1385 20 0 1 0 69526448 4292608 736 18446744073709551615 94458281512960 94458282407493 140728525784448 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94458282646544 94458282694288 94458309337088 140728525789470 140728525789673 140728525789673 140728525795275 0
/proc/84445/statm: 1048 736 672 219 0 110 0
[pid=84490] ppid=84445 vsize=11534824 memory=9976488 CPUtime=176.32 cores=4,6
/proc/84490/stat : 84490 (wmaxcdcl) R 84445 84445 84386 0 -1 4194304 835753 0 0 0 17284 348 0 0 20 0 1 0 69530991 11811659776 2494122 18446744073709551615 4198400 5932793 140732590764224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 26345472 140732590770523 140732590770668 140732590770668 140732590776268 0
/proc/84490/statm: 2883706 2494122 448 424 0 2883161 0

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

/proc/84445/stat : 84445 (opbsolver) S 84439 84445 84386 0 -1 4194304 411 828135 0 0 0 0 3137 1385 20 0 1 0 69526448 4292608 736 18446744073709551615 94458281512960 94458282407493 140728525784448 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94458282646544 94458282694288 94458309337088 140728525789470 140728525789673 140728525789673 140728525795275 0
/proc/84445/statm: 1048 736 672 219 0 110 0
[pid=84490] ppid=84445 vsize=11427304 memory=9960120 CPUtime=3347.21 cores=4,6
/proc/84490/stat : 84490 (wmaxcdcl) R 84445 84445 84386 0 -1 4194304 916079 0 0 0 333967 754 0 0 20 0 1 0 69530991 11701559296 2490030 18446744073709551615 4198400 5932793 140732590764224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 26345472 140732590770523 140732590770668 140732590770668 140732590776268 0
/proc/84490/statm: 2856826 2490030 448 424 0 2856281 0
Current children cumulated CPU time: 3392.43 s
Current children cumulated vsize: 11431496 KiB
Current children cumulated memory: 9963064 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/268 84671
/proc/meminfo: memFree=109032464/131249996 swapFree=33010684/33010684
[pid=84445] ppid=84439 vsize=4192 memory=2944 CPUtime=45.22 cores=4,6
/proc/84445/stat : 84445 (opbsolver) S 84439 84445 84386 0 -1 4194304 411 828135 0 0 0 0 3137 1385 20 0 1 0 69526448 4292608 736 18446744073709551615 94458281512960 94458282407493 140728525784448 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94458282646544 94458282694288 94458309337088 140728525789470 140728525789673 140728525789673 140728525795275 0
/proc/84445/statm: 1048 736 672 219 0 110 0
[pid=84490] ppid=84445 vsize=11427304 memory=9960120 CPUtime=3407.05 cores=4,6
/proc/84490/stat : 84490 (wmaxcdcl) R 84445 84445 84386 0 -1 4194304 917699 0 0 0 339951 754 0 0 20 0 1 0 69530991 11701559296 2490030 18446744073709551615 4198400 5932793 140732590764224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 26345472 140732590770523 140732590770668 140732590770668 140732590776268 0
/proc/84490/statm: 2856826 2490030 448 424 0 2856281 0
Current children cumulated CPU time: 3452.27 s
Current children cumulated vsize: 11431496 KiB
Current children cumulated memory: 9963064 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.11 4.09 5/268 84673
/proc/meminfo: memFree=109032256/131249996 swapFree=33010684/33010684
[pid=84445] ppid=84439 vsize=4192 memory=2944 CPUtime=45.22 cores=4,6
/proc/84445/stat : 84445 (opbsolver) S 84439 84445 84386 0 -1 4194304 411 828135 0 0 0 0 3137 1385 20 0 1 0 69526448 4292608 736 18446744073709551615 94458281512960 94458282407493 140728525784448 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94458282646544 94458282694288 94458309337088 140728525789470 140728525789673 140728525789673 140728525795275 0
/proc/84445/statm: 1048 736 672 219 0 110 0
[pid=84490] ppid=84445 vsize=11427304 memory=9960120 CPUtime=3466.89 cores=4,6
/proc/84490/stat : 84490 (wmaxcdcl) R 84445 84445 84386 0 -1 4194304 919218 0 0 0 345935 754 0 0 20 0 1 0 69530991 11701559296 2490030 18446744073709551615 4198400 5932793 140732590764224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 26345472 140732590770523 140732590770668 140732590770668 140732590776268 0
/proc/84490/statm: 2856826 2490030 448 424 0 2856281 0
Current children cumulated CPU time: 3512.11 s
Current children cumulated vsize: 11431496 KiB
Current children cumulated memory: 9963064 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/268 84675
/proc/meminfo: memFree=109031280/131249996 swapFree=33010684/33010684
[pid=84445] ppid=84439 vsize=4192 memory=2944 CPUtime=45.22 cores=4,6
/proc/84445/stat : 84445 (opbsolver) S 84439 84445 84386 0 -1 4194304 411 828135 0 0 0 0 3137 1385 20 0 1 0 69526448 4292608 736 18446744073709551615 94458281512960 94458282407493 140728525784448 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94458282646544 94458282694288 94458309337088 140728525789470 140728525789673 140728525789673 140728525795275 0
/proc/84445/statm: 1048 736 672 219 0 110 0
[pid=84490] ppid=84445 vsize=11427304 memory=9960120 CPUtime=3526.73 cores=4,6
/proc/84490/stat : 84490 (wmaxcdcl) R 84445 84445 84386 0 -1 4194304 920750 0 0 0 351919 754 0 0 20 0 1 0 69530991 11701559296 2490030 18446744073709551615 4198400 5932793 140732590764224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 26345472 140732590770523 140732590770668 140732590770668 140732590776268 0
/proc/84490/statm: 2856826 2490030 448 424 0 2856281 0
Current children cumulated CPU time: 3571.95 s
Current children cumulated vsize: 11431496 KiB
Current children cumulated memory: 9963064 KiB

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

# cumulated CPU time of all completed processes:  user=3577.81 s, system=21.6205 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 5/267 84675
/proc/meminfo: memFree=109031028/131249996 swapFree=33010684/33010684
[pid=84445] ppid=84439 vsize=4192 memory=2944 CPUtime=45.22 cores=4,6
/proc/84445/stat : 84445 (opbsolver) S 84439 84445 84386 0 -1 4194304 411 828135 0 0 0 0 3137 1385 20 0 1 0 69526448 4292608 736 18446744073709551615 94458281512960 94458282407493 140728525784448 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94458282646544 94458282694288 94458309337088 140728525789470 140728525789673 140728525789673 140728525795275 0
/proc/84445/statm: 1048 736 672 219 0 110 0
[pid=84490] ppid=84445 vsize=11427304 memory=9960120 CPUtime=3528.43 cores=4,6
/proc/84490/stat : 84490 (wmaxcdcl) R 84445 84445 84386 0 -1 4194304 920750 0 0 0 352089 754 0 0 20 0 1 0 69530991 11701559296 2490030 18446744073709551615 4198400 5932793 140732590764224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 26345472 140732590770523 140732590770668 140732590770668 140732590776268 0
/proc/84490/statm: 2856826 2490030 448 424 0 2856281 0
Current children cumulated CPU time: 3573.65 s
Current children cumulated vsize: 11431496 KiB
Current children cumulated memory: 9963064 KiB

[startup+3596.8 s]
/proc/loadavg: 4.08 4.09 4.09 5/267 84675
/proc/meminfo: memFree=109030860/131249996 swapFree=33010684/33010684
[pid=84445] ppid=84439 vsize=4192 memory=2944 CPUtime=45.22 cores=4,6
/proc/84445/stat : 84445 (opbsolver) S 84439 84445 84386 0 -1 4194304 411 828135 0 0 0 0 3137 1385 20 0 1 0 69526448 4292608 736 18446744073709551615 94458281512960 94458282407493 140728525784448 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94458282646544 94458282694288 94458309337088 140728525789470 140728525789673 140728525789673 140728525795275 0
/proc/84445/statm: 1048 736 672 219 0 110 0
[pid=84490] ppid=84445 vsize=11427304 memory=9960120 CPUtime=3541.2 cores=4,6
/proc/84490/stat : 84490 (wmaxcdcl) R 84445 84445 84386 0 -1 4194304 921680 0 0 0 353365 755 0 0 20 0 1 0 69530991 11701559296 2490030 18446744073709551615 4198400 5932793 140732590764224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 26345472 140732590770523 140732590770668 140732590770668 140732590776268 0
/proc/84490/statm: 2856826 2490030 448 424 0 2856281 0
Current children cumulated CPU time: 3586.42 s
Current children cumulated vsize: 11431496 KiB
Current children cumulated memory: 9963064 KiB

[startup+3603.2 s]
/proc/loadavg: 4.07 4.09 4.09 5/267 84675
/proc/meminfo: memFree=109030940/131249996 swapFree=33010684/33010684
[pid=84445] ppid=84439 vsize=4192 memory=2944 CPUtime=45.22 cores=4,6
/proc/84445/stat : 84445 (opbsolver) S 84439 84445 84386 0 -1 4194304 411 828135 0 0 0 0 3137 1385 20 0 1 0 69526448 4292608 736 18446744073709551615 94458281512960 94458282407493 140728525784448 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94458282646544 94458282694288 94458309337088 140728525789470 140728525789673 140728525789673 140728525795275 0
/proc/84445/statm: 1048 736 672 219 0 110 0
[pid=84490] ppid=84445 vsize=11427304 memory=9960120 CPUtime=3547.58 cores=4,6
/proc/84490/stat : 84490 (wmaxcdcl) R 84445 84445 84386 0 -1 4194304 922186 0 0 0 354003 755 0 0 20 0 1 0 69530991 11701559296 2490030 18446744073709551615 4198400 5932793 140732590764224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 26345472 140732590770523 140732590770668 140732590770668 140732590776268 0
/proc/84490/statm: 2856826 2490030 448 424 0 2856281 0
Current children cumulated CPU time: 3592.8 s
Current children cumulated vsize: 11431496 KiB
Current children cumulated memory: 9963064 KiB

[startup+3606.4 s]
/proc/loadavg: 4.07 4.09 4.09 5/268 84679
/proc/meminfo: memFree=109030484/131249996 swapFree=33010684/33010684
[pid=84445] ppid=84439 vsize=4192 memory=2944 CPUtime=45.22 cores=4,6
/proc/84445/stat : 84445 (opbsolver) S 84439 84445 84386 0 -1 4194304 411 828135 0 0 0 0 3137 1385 20 0 1 0 69526448 4292608 736 18446744073709551615 94458281512960 94458282407493 140728525784448 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94458282646544 94458282694288 94458309337088 140728525789470 140728525789673 140728525789673 140728525795275 0
/proc/84445/statm: 1048 736 672 219 0 110 0
[pid=84490] ppid=84445 vsize=11427304 memory=9960120 CPUtime=3550.77 cores=4,6
/proc/84490/stat : 84490 (wmaxcdcl) R 84445 84445 84386 0 -1 4194304 922272 0 0 0 354322 755 0 0 20 0 1 0 69530991 11701559296 2490030 18446744073709551615 4198400 5932793 140732590764224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 26345472 140732590770523 140732590770668 140732590770668 140732590776268 0
/proc/84490/statm: 2856826 2490030 448 424 0 2856281 0
Current children cumulated CPU time: 3595.99 s
Current children cumulated vsize: 11431496 KiB
Current children cumulated memory: 9963064 KiB

[startup+3608 s]*
/proc/loadavg: 4.07 4.09 4.09 5/269 84680
/proc/meminfo: memFree=109030548/131249996 swapFree=33010684/33010684
[pid=84445] ppid=84439 vsize=4192 memory=2944 CPUtime=45.22 cores=4,6
/proc/84445/stat : 84445 (opbsolver) S 84439 84445 84386 0 -1 4194304 411 828135 0 0 0 0 3137 1385 20 0 1 0 69526448 4292608 736 18446744073709551615 94458281512960 94458282407493 140728525784448 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94458282646544 94458282694288 94458309337088 140728525789470 140728525789673 140728525789673 140728525795275 0
/proc/84445/statm: 1048 736 672 219 0 110 0
[pid=84490] ppid=84445 vsize=11427304 memory=9960120 CPUtime=3552.37 cores=4,6
/proc/84490/stat : 84490 (wmaxcdcl) R 84445 84445 84386 0 -1 4194304 922272 0 0 0 354482 755 0 0 20 0 1 0 69530991 11701559296 2490030 18446744073709551615 4198400 5932793 140732590764224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 26345472 140732590770523 140732590770668 140732590770668 140732590776268 0
/proc/84490/statm: 2856826 2490030 448 424 0 2856281 0
Current children cumulated CPU time: 3597.59 s
Current children cumulated vsize: 11431496 KiB
Current children cumulated memory: 9963064 KiB

[startup+3608.8 s]
/proc/loadavg: 4.07 4.09 4.09 5/269 84680
/proc/meminfo: memFree=109030548/131249996 swapFree=33010684/33010684
[pid=84445] ppid=84439 vsize=4192 memory=2944 CPUtime=45.22 cores=4,6
/proc/84445/stat : 84445 (opbsolver) S 84439 84445 84386 0 -1 4194304 411 828135 0 0 0 0 3137 1385 20 0 1 0 69526448 4292608 736 18446744073709551615 94458281512960 94458282407493 140728525784448 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94458282646544 94458282694288 94458309337088 140728525789470 140728525789673 140728525789673 140728525795275 0
/proc/84445/statm: 1048 736 672 219 0 110 0
[pid=84490] ppid=84445 vsize=11427304 memory=9960120 CPUtime=3553.15 cores=4,6
/proc/84490/stat : 84490 (wmaxcdcl) R 84445 84445 84386 0 -1 4194304 922272 0 0 0 354559 756 0 0 20 0 1 0 69530991 11701559296 2490030 18446744073709551615 4198400 5932793 140732590764224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 26345472 140732590770523 140732590770668 140732590770668 140732590776268 0
/proc/84490/statm: 2856826 2490030 448 424 0 2856281 0
Current children cumulated CPU time: 3598.37 s
Current children cumulated vsize: 11431496 KiB
Current children cumulated memory: 9963064 KiB

[startup+3609.6 s]
/proc/loadavg: 4.07 4.09 4.09 4/264 84690
/proc/meminfo: memFree=109957984/131249996 swapFree=33010684/33010684
[pid=84445] ppid=84439 vsize=4192 memory=2944 CPUtime=45.22 cores=4,6
/proc/84445/stat : 84445 (opbsolver) S 84439 84445 84386 0 -1 4194304 411 828135 0 0 0 0 3137 1385 20 0 1 0 69526448 4292608 736 18446744073709551615 94458281512960 94458282407493 140728525784448 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94458282646544 94458282694288 94458309337088 140728525789470 140728525789673 140728525789673 140728525795275 0
/proc/84445/statm: 1048 736 672 219 0 110 0
[pid=84490] ppid=84445 vsize=11427304 memory=9960120 CPUtime=3553.93 cores=4,6
/proc/84490/stat : 84490 (wmaxcdcl) R 84445 84445 84386 0 -1 4194304 922272 0 0 0 354635 758 0 0 20 0 1 0 69530991 11701559296 2490030 18446744073709551615 4198400 5932793 140732590764224 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 26345472 140732590770523 140732590770668 140732590770668 140732590776268 0
/proc/84490/statm: 2856826 2490030 448 424 0 2856281 0
Current children cumulated CPU time: 3599.15 s
Current children cumulated vsize: 11431496 KiB
Current children cumulated memory: 9963064 KiB

[startup+3609.8 s]
/proc/loadavg: 4.07 4.09 4.09 4/264 84690
/proc/meminfo: memFree=109957984/131249996 swapFree=33010684/33010684
[pid=84445] ppid=84439 vsize=4192 memory=2944 CPUtime=45.22 cores=4,6
/proc/84445/stat : 84445 (opbsolver) S 84439 84445 84386 0 -1 4194304 411 828135 0 0 0 0 3137 1385 20 0 1 0 69526448 4292608 736 18446744073709551615 94458281512960 94458282407493 140728525784448 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94458282646544 94458282694288 94458309337088 140728525789470 140728525789673 140728525789673 140728525795275 0
/proc/84445/statm: 1048 736 672 219 0 110 0
Current children cumulated CPU time: 45.22 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 2944 KiB

Child status: 0

Real time (s): 3609.87
CPU time (s): 3599.43
CPU user time (s): 3577.81
CPU system time (s): 21.6205
CPU usage (%): 99.7108
Max. virtual memory (cumulated for all children) (KiB): 12590476
Max. memory (cumulated for all children) (KiB): 10749684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3577.81
system time used= 21.6205
maximum resident set size= 10746740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1751159
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1242016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1242
involuntary context switches= 1343


# summary of solver processes directly reported to runsolver:
#   pid: 84445
#   total CPU time (s): 3599.43
#   total CPU user time (s): 3577.81
#   total CPU system time (s): 21.6205

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.14649 second user time and 17.0331 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-03 12:28:05
IDJOB=4518151
IDBENCH=176392
IDSOLVER=3374
FILE ID=nodeC024/4518151-1751538485
RUNJOBID= nodeC024-1751538485-84400
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/profit_ceiling/normalized-knapPI_15_2000_1000_5_-50838.opb
COMMAND LINE= DIR/opbsolver BENCHNAME TIMELIMIT MEMLIMIT TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4518151-1751538485/watcher-4518151-1751538485 -o /tmp/evaluation-result-4518151-1751538485/solver-4518151-1751538485 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751538485-84400 --watchdog 3760  HOME/opbsolver HOME/instance-4518151-1751538485.opb 3600 31000 HOME HOME

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

MD5SUM BENCH= b64c15565e2e2abc4a6ec3aecc6a0814
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		: 3696.900
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.627
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		: 3599.049
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.983
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:     337764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150344 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= 432240 MiB
End job on nodeC024 at 2025-07-03 13:28:15