Trace number 4523533

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? 906.275 908.74

General information on the benchmark

NamePB25/normalized-PB25/OPT-LIN/sakai/PB25-bnn-verification-20250419/instances/
normalized-bnn_mnist_back_image_32_label3_adversarial_norm_1.opb
MD5SUMf833be1967b503cfce1013007946cb2b
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 benchmark4
Best CPU time to get the best result obtained on this benchmark5.27099
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1294
Total number of constraints1091
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1088
Minimum length of a constraint1
Maximum length of a constraint785
Number of terms in the objective function 785
Biggest coefficient in the objective function 12628
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 55047
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 12628
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 55047
Number of bits of the biggest sum of numbers16
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.02	c Presolving by SCIP...
0.00/500.44	c Encoding OPB into MaxSAT...
0.00/500.44	c This is the PBCProcessor based on SCIP solver.
498.96/844.41	c Solving by WMaxCDCL...
842.11/908.53	c Rebuilding OPB solution...
842.11/908.53	c This is the PBCProcessor based on SCIP solver.
842.11/908.53	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 (51806 MiB free)
  memory of node 1: 64507 MiB (61413 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4523533-1751594155/watcher-4523533-1751594155 -o /tmp/evaluation-result-4523533-1751594155/solver-4523533-1751594155 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751586917-84186 --watchdog 3760 HOME/opbsolver HOME/instance-4523533-1751594155.opb 3600 31000 HOME HOME 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=85179, runsolver pid=85176

[startup+0.100066 s]*
/proc/loadavg: 4.19 4.16 4.11 5/268 85183
/proc/meminfo: memFree=115921884/131249996 swapFree=33003468/33010684
[pid=85179] ppid=85176 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/85179/stat : 85179 (opbsolver) S 85176 85179 84174 0 -1 4194304 260 231 0 0 0 0 0 0 20 0 1 0 75093191 4292608 736 18446744073709551615 93836989534208 93836990428741 140729024790336 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93836990667792 93836990715536 93837006757888 140729024796958 140729024797161 140729024797161 140729024802763 0
/proc/85179/statm: 1048 736 672 219 0 110 0
[pid=85183] ppid=85179 vsize=35164 memory=25344 CPUtime=0.07 cores=1,3
/proc/85183/stat : 85183 (pbcpreprocessor) R 85179 85179 84174 0 -1 4194304 4202 0 0 0 7 0 0 0 20 0 1 0 75093193 36007936 6336 18446744073709551615 4198400 15773533 140735379129584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 17968456 18061744 54370304 140735379134788 140735379134942 140735379134942 140735379140549 0
/proc/85183/statm: 8791 6336 2336 2826 0 5403 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 39356 KiB
Current children cumulated memory: 28288 KiB

[startup+0.205796 s]*
/proc/loadavg: 4.19 4.16 4.11 5/268 85183
/proc/meminfo: memFree=115861152/131249996 swapFree=33003468/33010684
[pid=85179] ppid=85176 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/85179/stat : 85179 (opbsolver) S 85176 85179 84174 0 -1 4194304 260 231 0 0 0 0 0 0 20 0 1 0 75093191 4292608 736 18446744073709551615 93836989534208 93836990428741 140729024790336 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93836990667792 93836990715536 93837006757888 140729024796958 140729024797161 140729024797161 140729024802763 0
/proc/85179/statm: 1048 736 672 219 0 110 0
[pid=85183] ppid=85179 vsize=96796 memory=86136 CPUtime=0.17 cores=1,3
/proc/85183/stat : 85183 (pbcpreprocessor) R 85179 85179 84174 0 -1 4194304 20792 0 0 0 15 2 0 0 20 0 1 0 75093193 99119104 21534 18446744073709551615 4198400 15773533 140735379129584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 17968456 18061744 54370304 140735379134788 140735379134942 140735379134942 140735379140549 0
/proc/85183/statm: 24199 21534 2400 2826 0 20811 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 100988 KiB
Current children cumulated memory: 89080 KiB

[startup+0.305634 s]*
/proc/loadavg: 4.19 4.16 4.11 5/268 85183
/proc/meminfo: memFree=115860900/131249996 swapFree=33003468/33010684
[pid=85179] ppid=85176 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/85179/stat : 85179 (opbsolver) S 85176 85179 84174 0 -1 4194304 260 231 0 0 0 0 0 0 20 0 1 0 75093191 4292608 736 18446744073709551615 93836989534208 93836990428741 140729024790336 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93836990667792 93836990715536 93837006757888 140729024796958 140729024797161 140729024797161 140729024802763 0
/proc/85179/statm: 1048 736 672 219 0 110 0
[pid=85183] ppid=85179 vsize=96796 memory=86136 CPUtime=0.27 cores=1,3
/proc/85183/stat : 85183 (pbcpreprocessor) R 85179 85179 84174 0 -1 4194304 20792 0 0 0 25 2 0 0 20 0 1 0 75093193 99119104 21534 18446744073709551615 4198400 15773533 140735379129584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 17968456 18061744 54370304 140735379134788 140735379134942 140735379134942 140735379140549 0
/proc/85183/statm: 24199 21534 2400 2826 0 20811 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 100988 KiB
Current children cumulated memory: 89080 KiB

[startup+0.70022 s]
/proc/loadavg: 4.19 4.16 4.11 5/268 85183
/proc/meminfo: memFree=115788404/131249996 swapFree=33003468/33010684
[pid=85179] ppid=85176 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/85179/stat : 85179 (opbsolver) S 85176 85179 84174 0 -1 4194304 260 231 0 0 0 0 0 0 20 0 1 0 75093191 4292608 736 18446744073709551615 93836989534208 93836990428741 140729024790336 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93836990667792 93836990715536 93837006757888 140729024796958 140729024797161 140729024797161 140729024802763 0
/proc/85179/statm: 1048 736 672 219 0 110 0
[pid=85183] ppid=85179 vsize=167284 memory=149840 CPUtime=0.66 cores=1,3
/proc/85183/stat : 85183 (pbcpreprocessor) R 85179 85179 84174 0 -1 4194304 36153 0 0 0 62 4 0 0 20 0 1 0 75093193 171298816 37460 18446744073709551615 4198400 15773533 140735379129584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 17968456 18061744 54370304 140735379134788 140735379134942 140735379134942 140735379140549 0
/proc/85183/statm: 41821 37460 2496 2826 0 38433 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 171476 KiB
Current children cumulated memory: 152784 KiB

[startup+1.50023 s]
/proc/loadavg: 4.19 4.16 4.11 5/268 85183
/proc/meminfo: memFree=115707280/131249996 swapFree=33003468/33010684
[pid=85179] ppid=85176 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/85179/stat : 85179 (opbsolver) S 85176 85179 84174 0 -1 4194304 260 231 0 0 0 0 0 0 20 0 1 0 75093191 4292608 736 18446744073709551615 93836989534208 93836990428741 140729024790336 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93836990667792 93836990715536 93837006757888 140729024796958 140729024797161 140729024797161 140729024802763 0
/proc/85179/statm: 1048 736 672 219 0 110 0
[pid=85183] ppid=85179 vsize=376808 memory=333888 CPUtime=1.46 cores=1,3
/proc/85183/stat : 85183 (pbcpreprocessor) R 85179 85179 84174 0 -1 4194304 66832 0 0 0 134 12 0 0 20 0 1 0 75093193 385851392 83472 18446744073709551615 4198400 15773533 140735379129584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 17968456 18061744 54370304 140735379134788 140735379134942 140735379134942 140735379140549 0
/proc/85183/statm: 94202 83472 2560 2826 0 90814 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 381000 KiB
Current children cumulated memory: 336832 KiB

[startup+3.1055 s]
/proc/loadavg: 4.19 4.16 4.11 5/268 85183
/proc/meminfo: memFree=115469992/131249996 swapFree=33003468/33010684
[pid=85179] ppid=85176 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/85179/stat : 85179 (opbsolver) S 85176 85179 84174 0 -1 4194304 260 231 0 0 0 0 0 0 20 0 1 0 75093191 4292608 736 18446744073709551615 93836989534208 93836990428741 140729024790336 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93836990667792 93836990715536 93837006757888 140729024796958 140729024797161 140729024797161 140729024802763 0
/proc/85179/statm: 1048 736 672 219 0 110 0
[pid=85183] ppid=85179 vsize=449200 memory=407364 CPUtime=3.06 cores=1,3
/proc/85183/stat : 85183 (pbcpreprocessor) R 85179 85179 84174 0 -1 4194304 84927 0 0 0 291 15 0 0 20 0 1 0 75093193 459980800 101841 18446744073709551615 4198400 15773533 140735379129584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 17968456 18061744 54370304 140735379134788 140735379134942 140735379134942 140735379140549 0
/proc/85183/statm: 112300 101841 2656 2826 0 108912 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 453392 KiB
Current children cumulated memory: 410308 KiB

[startup+6.30021 s]
/proc/loadavg: 4.18 4.16 4.11 5/268 85183
/proc/meminfo: memFree=115292492/131249996 swapFree=33003468/33010684
[pid=85179] ppid=85176 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/85179/stat : 85179 (opbsolver) S 85176 85179 84174 0 -1 4194304 260 231 0 0 0 0 0 0 20 0 1 0 75093191 4292608 736 18446744073709551615 93836989534208 93836990428741 140729024790336 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93836990667792 93836990715536 93837006757888 140729024796958 140729024797161 140729024797161 140729024802763 0
/proc/85179/statm: 1048 736 672 219 0 110 0
[pid=85183] ppid=85179 vsize=596256 memory=552860 CPUtime=6.24 cores=1,3
/proc/85183/stat : 85183 (pbcpreprocessor) R 85179 85179 84174 0 -1 4194304 120857 0 0 0 602 22 0 0 20 0 1 0 75093193 610566144 138215 18446744073709551615 4198400 15773533 140735379129584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 17968456 18061744 54370304 140735379134788 140735379134942 140735379134942 140735379140549 0
/proc/85183/statm: 149064 138215 2656 2826 0 145676 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 600448 KiB
Current children cumulated memory: 555804 KiB

[startup+12.7002 s]
/proc/loadavg: 4.16 4.15 4.11 5/268 85184
/proc/meminfo: memFree=115259240/131249996 swapFree=33003468/33010684
[pid=85179] ppid=85176 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/85179/stat : 85179 (opbsolver) S 85176 85179 84174 0 -1 4194304 260 231 0 0 0 0 0 0 20 0 1 0 75093191 4292608 736 18446744073709551615 93836989534208 93836990428741 140729024790336 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93836990667792 93836990715536 93837006757888 140729024796958 140729024797161 140729024797161 140729024802763 0
/proc/85179/statm: 1048 736 672 219 0 110 0
[pid=85183] ppid=85179 vsize=675128 memory=629500 CPUtime=12.63 cores=1,3
/proc/85183/stat : 85183 (pbcpreprocessor) R 85179 85179 84174 0 -1 4194304 140454 0 0 0 1236 27 0 0 20 0 1 0 75093193 691331072 157375 18446744073709551615 4198400 15773533 140735379129584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 17968456 18061744 54370304 140735379134788 140735379134942 140735379134942 140735379140549 0
/proc/85183/statm: 168782 157375 2688 2826 0 165394 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 679320 KiB
Current children cumulated memory: 632444 KiB

[startup+25.5002 s]
/proc/loadavg: 4.13 4.15 4.11 5/268 85184
/proc/meminfo: memFree=115147920/131249996 swapFree=33003468/33010684
[pid=85179] ppid=85176 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/85179/stat : 85179 (opbsolver) S 85176 85179 84174 0 -1 4194304 260 231 0 0 0 0 0 0 20 0 1 0 75093191 4292608 736 18446744073709551615 93836989534208 93836990428741 140729024790336 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93836990667792 93836990715536 93837006757888 140729024796958 140729024797161 140729024797161 140729024802763 0
/proc/85179/statm: 1048 736 672 219 0 110 0
[pid=85183] ppid=85179 vsize=696596 memory=652540 CPUtime=25.39 cores=1,3
/proc/85183/stat : 85183 (pbcpreprocessor) R 85179 85179 84174 0 -1 4194304 151836 0 0 0 2510 29 0 0 20 0 1 0 75093193 713314304 163135 18446744073709551615 4198400 15773533 140735379129584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 17968456 18061744 54370304 140735379134788 140735379134942 140735379134942 140735379140549 0
/proc/85183/statm: 174149 163135 2688 2826 0 170761 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 700788 KiB
Current children cumulated memory: 655484 KiB

[startup+51.1056 s]
/proc/loadavg: 4.14 4.15 4.11 5/268 85184
/proc/meminfo: memFree=115153720/131249996 swapFree=33003468/33010684
[pid=85179] ppid=85176 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/85179/stat : 85179 (opbsolver) S 85176 85179 84174 0 -1 4194304 260 231 0 0 0 0 0 0 20 0 1 0 75093191 4292608 736 18446744073709551615 93836989534208 93836990428741 140729024790336 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93836990667792 93836990715536 93837006757888 140729024796958 140729024797161 140729024797161 140729024802763 0
/proc/85179/statm: 1048 736 672 219 0 110 0
[pid=85183] ppid=85179 vsize=720852 memory=677500 CPUtime=50.92 cores=1,3
/proc/85183/stat : 85183 (pbcpreprocessor) R 85179 85179 84174 0 -1 4194304 158221 0 0 0 5062 30 0 0 20 0 1 0 75093193 738152448 169375 18446744073709551615 4198400 15773533 140735379129584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 17968456 18061744 54370304 140735379134788 140735379134942 140735379134942 140735379140549 0
/proc/85183/statm: 180213 169375 2688 2826 0 176825 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 725044 KiB
Current children cumulated memory: 680444 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.14 4.10 5/268 85186
/proc/meminfo: memFree=115033072/131249996 swapFree=33003468/33010684
[pid=85179] ppid=85176 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/85179/stat : 85179 (opbsolver) S 85176 85179 84174 0 -1 4194304 260 231 0 0 0 0 0 0 20 0 1 0 75093191 4292608 736 18446744073709551615 93836989534208 93836990428741 140729024790336 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93836990667792 93836990715536 93837006757888 140729024796958 140729024797161 140729024797161 140729024802763 0
/proc/85179/statm: 1048 736 672 219 0 110 0
[pid=85183] ppid=85179 vsize=728360 memory=685436 CPUtime=101.96 cores=1,3
/proc/85183/stat : 85183 (pbcpreprocessor) R 85179 85179 84174 0 -1 4194304 160216 0 0 0 10166 30 0 0 20 0 1 0 75093193 745840640 171359 18446744073709551615 4198400 15773533 140735379129584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 17968456 18061744 54370304 140735379134788 140735379134942 140735379134942 140735379140549 0
/proc/85183/statm: 182090 171359 2688 2826 0 178702 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 732552 KiB
Current children cumulated memory: 688380 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 4.14 4.10 5/268 85189
/proc/meminfo: memFree=114918736/131249996 swapFree=33003468/33010684
[pid=85179] ppid=85176 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/85179/stat : 85179 (opbsolver) S 85176 85179 84174 0 -1 4194304 260 231 0 0 0 0 0 0 20 0 1 0 75093191 4292608 736 18446744073709551615 93836989534208 93836990428741 140729024790336 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93836990667792 93836990715536 93837006757888 140729024796958 140729024797161 140729024797161 140729024802763 0
/proc/85179/statm: 1048 736 672 219 0 110 0
[pid=85183] ppid=85179 vsize=726268 memory=686876 CPUtime=161.79 cores=1,3
/proc/85183/stat : 85183 (pbcpreprocessor) R 85179 85179 84174 0 -1 4194304 163820 0 0 0 16148 31 0 0 20 0 1 0 75093193 743698432 171719 18446744073709551615 4198400 15773533 140735379129584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 17968456 18061744 54370304 140735379134788 140735379134942 140735379134942 140735379140549 0
/proc/85183/statm: 181567 171719 2688 2826 0 178179 0
Current children cumulated CPU time: 161.79 s
Current children cumulated vsize: 730460 KiB
Current children cumulated memory: 689820 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.13 4.10 5/268 85191
/proc/meminfo: memFree=114813732/131249996 swapFree=33003468/33010684
[pid=85179] ppid=85176 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/85179/stat : 85179 (opbsolver) S 85176 85179 84174 0 -1 4194304 260 231 0 0 0 0 0 0 20 0 1 0 75093191 4292608 736 18446744073709551615 93836989534208 93836990428741 140729024790336 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93836990667792 93836990715536 93837006757888 140729024796958 140729024797161 140729024797161 140729024802763 0
/proc/85179/statm: 1048 736 672 219 0 110 0
[pid=85183] ppid=85179 vsize=750360 memory=712348 CPUtime=221.61 cores=1,3
/proc/85183/stat : 85183 (pbcpreprocessor) R 85179 85179 84174 0 -1 4194304 170062 0 0 0 22129 32 0 0 20 0 1 0 75093193 768368640 178087 18446744073709551615 4198400 15773533 140735379129584 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 17968456 18061744 54370304 140735379134788 140735379134942 140735379134942 140735379140549 0
/proc/85183/statm: 187590 178087 3008 2826 0 184202 0

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

Current children cumulated memory: 6674988 KiB

[startup+702.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/269 85289
/proc/meminfo: memFree=91206060/131249996 swapFree=33003468/33010684
[pid=85179] ppid=85176 vsize=4192 memory=2944 CPUtime=498.96 cores=1,3
/proc/85179/stat : 85179 (opbsolver) S 85176 85179 84174 0 -1 4194304 347 177282 0 0 0 0 49858 38 20 0 1 0 75093191 4292608 736 18446744073709551615 93836989534208 93836990428741 140729024790336 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93836990667792 93836990715536 93837006757888 140729024796958 140729024797161 140729024797161 140729024802763 0
/proc/85179/statm: 1048 736 672 219 0 110 0
[pid=85228] ppid=85179 vsize=8434844 memory=7796396 CPUtime=201.32 cores=1,3
/proc/85228/stat : 85228 (pbcpreprocessor) R 85179 85179 84174 0 -1 4194304 1063243 0 0 0 19837 295 0 0 20 0 1 0 75143235 8637280256 1949099 18446744073709551615 4198400 15773533 140735041341760 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 17968456 18061744 28889088 140735041349808 140735041350110 140735041350110 140735041355717 0
/proc/85228/statm: 2108711 1949099 704 2826 0 2105323 0
Current children cumulated CPU time: 700.28 s
Current children cumulated vsize: 8439036 KiB
Current children cumulated memory: 7799340 KiB

[startup+762.3 s]
/proc/loadavg: 4.46 4.20 4.12 5/269 85291
/proc/meminfo: memFree=86273884/131249996 swapFree=33003468/33010684
[pid=85179] ppid=85176 vsize=4192 memory=2944 CPUtime=498.96 cores=1,3
/proc/85179/stat : 85179 (opbsolver) S 85176 85179 84174 0 -1 4194304 347 177282 0 0 0 0 49858 38 20 0 1 0 75093191 4292608 736 18446744073709551615 93836989534208 93836990428741 140729024790336 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93836990667792 93836990715536 93837006757888 140729024796958 140729024797161 140729024797161 140729024802763 0
/proc/85179/statm: 1048 736 672 219 0 110 0
[pid=85228] ppid=85179 vsize=8434844 memory=8255148 CPUtime=261.19 cores=1,3
/proc/85228/stat : 85228 (pbcpreprocessor) R 85179 85179 84174 0 -1 4194304 1065797 0 0 0 23376 2743 0 0 20 0 1 0 75143235 8637280256 2063787 18446744073709551615 4198400 15773533 140735041341760 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 17968456 18061744 28889088 140735041349808 140735041350110 140735041350110 140735041355717 0
/proc/85228/statm: 2108711 2063787 704 2826 0 2105323 0
Current children cumulated CPU time: 760.15 s
Current children cumulated vsize: 8439036 KiB
Current children cumulated memory: 8258092 KiB

[startup+822.3 s]
/proc/loadavg: 4.70 4.31 4.17 5/268 85296
/proc/meminfo: memFree=86175888/131249996 swapFree=33003468/33010684
[pid=85179] ppid=85176 vsize=4192 memory=2944 CPUtime=498.96 cores=1,3
/proc/85179/stat : 85179 (opbsolver) S 85176 85179 84174 0 -1 4194304 347 177282 0 0 0 0 49858 38 20 0 1 0 75093191 4292608 736 18446744073709551615 93836989534208 93836990428741 140729024790336 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93836990667792 93836990715536 93837006757888 140729024796958 140729024797161 140729024797161 140729024802763 0
/proc/85179/statm: 1048 736 672 219 0 110 0
[pid=85228] ppid=85179 vsize=8434844 memory=8255148 CPUtime=321.07 cores=1,3
/proc/85228/stat : 85228 (pbcpreprocessor) R 85179 85179 84174 0 -1 4194304 1066782 0 0 0 25641 6466 0 0 20 0 1 0 75143235 8637280256 2063787 18446744073709551615 4198400 15773533 140735041341760 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 17968456 18061744 28889088 140735041349808 140735041350110 140735041350110 140735041355717 0
/proc/85228/statm: 2108711 2063787 704 2826 0 2105323 0
Current children cumulated CPU time: 820.03 s
Current children cumulated vsize: 8439036 KiB
Current children cumulated memory: 8258092 KiB

[startup+882.3 s]
/proc/loadavg: 4.81 4.42 4.21 5/272 85312
/proc/meminfo: memFree=62219904/131249996 swapFree=33003468/33010684
[pid=85179] ppid=85176 vsize=4192 memory=2944 CPUtime=842.11 cores=1,3
/proc/85179/stat : 85179 (opbsolver) S 85176 85179 84174 0 -1 4194304 408 1246492 0 0 0 0 76394 7817 20 0 1 0 75093191 4292608 736 18446744073709551615 93836989534208 93836990428741 140729024790336 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93836990667792 93836990715536 93837006757888 140729024796958 140729024797161 140729024797161 140729024802763 0
/proc/85179/statm: 1048 736 672 219 0 110 0
[pid=85302] ppid=85179 vsize=20989736 memory=17462856 CPUtime=37.77 cores=1,3
/proc/85302/stat : 85302 (wmaxcdcl) R 85179 85179 84174 0 -1 4194304 981068 0 0 0 3300 477 0 0 20 0 1 0 75177633 21493489664 4365714 18446744073709551615 4198400 5932793 140733376846544 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 6359800 6411760 25153536 140733376850267 140733376850412 140733376850412 140733376856012 0
/proc/85302/statm: 5247434 4365714 448 424 0 5246889 0
Current children cumulated CPU time: 879.88 s
Current children cumulated vsize: 20993928 KiB
Current children cumulated memory: 17465800 KiB

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

# cumulated CPU time of all completed processes:  user=819.997 s, system=86.2786 s

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

[startup+896 s]*
/proc/loadavg: 4.70 4.42 4.22 5/272 85410
/proc/meminfo: memFree=82826252/131249996 swapFree=33003468/33010684
[pid=85179] ppid=85176 vsize=4192 memory=2944 CPUtime=842.11 cores=1,3
/proc/85179/stat : 85179 (opbsolver) S 85176 85179 84174 0 -1 4194304 408 1246492 0 0 0 0 76394 7817 20 0 1 0 75093191 4292608 736 18446744073709551615 93836989534208 93836990428741 140729024790336 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93836990667792 93836990715536 93837006757888 140729024796958 140729024797161 140729024797161 140729024802763 0
/proc/85179/statm: 1048 736 672 219 0 110 0
[pid=85302] ppid=85179 vsize=25001644 memory=23125876 CPUtime=51.45 cores=1,3
/proc/85302/stat : 85302 (wmaxcdcl) R 85179 85179 84174 0 -1 4194304 1285309 0 0 0 4504 641 0 0 20 0 1 0 75177633 25601683456 5781469 18446744073709551615 4198400 5932793 140733376846544 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 6359800 6411760 25153536 140733376850267 140733376850412 140733376850412 140733376856012 0
/proc/85302/statm: 6250411 5781469 448 424 0 6249866 0
Current children cumulated CPU time: 893.56 s
Current children cumulated vsize: 25005836 KiB
Current children cumulated memory: 23128820 KiB

[startup+902.4 s]
/proc/loadavg: 4.65 4.41 4.21 5/272 85410
/proc/meminfo: memFree=79814628/131249996 swapFree=33003468/33010684
[pid=85179] ppid=85176 vsize=4192 memory=2944 CPUtime=842.11 cores=1,3
/proc/85179/stat : 85179 (opbsolver) S 85176 85179 84174 0 -1 4194304 408 1246492 0 0 0 0 76394 7817 20 0 1 0 75093191 4292608 736 18446744073709551615 93836989534208 93836990428741 140729024790336 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93836990667792 93836990715536 93837006757888 140729024796958 140729024797161 140729024797161 140729024802763 0
/proc/85179/statm: 1048 736 672 219 0 110 0
[pid=85302] ppid=85179 vsize=30248696 memory=25901988 CPUtime=57.82 cores=1,3
/proc/85302/stat : 85302 (wmaxcdcl) R 85179 85179 84174 0 -1 4194304 1426076 0 0 0 5066 716 0 0 20 0 1 0 75177633 30974664704 6475497 18446744073709551615 4198400 5932793 140733376846544 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 6359800 6411760 25153536 140733376850267 140733376850412 140733376850412 140733376856012 0
/proc/85302/statm: 7562174 6475497 448 424 0 7561629 0
Current children cumulated CPU time: 899.93 s
Current children cumulated vsize: 30252888 KiB
Current children cumulated memory: 25904932 KiB

[startup+905.6 s]
/proc/loadavg: 4.59 4.40 4.21 5/272 85412
/proc/meminfo: memFree=86736088/131249996 swapFree=33003468/33010684
[pid=85179] ppid=85176 vsize=4192 memory=2944 CPUtime=842.11 cores=1,3
/proc/85179/stat : 85179 (opbsolver) S 85176 85179 84174 0 -1 4194304 408 1246492 0 0 0 0 76394 7817 20 0 1 0 75093191 4292608 736 18446744073709551615 93836989534208 93836990428741 140729024790336 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93836990667792 93836990715536 93837006757888 140729024796958 140729024797161 140729024797161 140729024802763 0
/proc/85179/statm: 1048 736 672 219 0 110 0
[pid=85302] ppid=85179 vsize=29134908 memory=25154684 CPUtime=61.02 cores=1,3
/proc/85302/stat : 85302 (wmaxcdcl) R 85179 85179 84174 0 -1 4194304 1480589 0 0 0 5359 743 0 0 20 0 1 0 75177633 29834145792 6288671 18446744073709551615 4198400 5932793 140733376846544 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 6359800 6411760 25153536 140733376850267 140733376850412 140733376850412 140733376856012 0
/proc/85302/statm: 7283727 6288671 480 424 0 7283182 0
Current children cumulated CPU time: 903.13 s
Current children cumulated vsize: 29139100 KiB
Current children cumulated memory: 25157628 KiB

[startup+907.2 s]
/proc/loadavg: 4.59 4.40 4.21 5/272 85412
/proc/meminfo: memFree=101567160/131249996 swapFree=33003468/33010684
[pid=85179] ppid=85176 vsize=4192 memory=2944 CPUtime=842.11 cores=1,3
/proc/85179/stat : 85179 (opbsolver) S 85176 85179 84174 0 -1 4194304 408 1246492 0 0 0 0 76394 7817 20 0 1 0 75093191 4292608 736 18446744073709551615 93836989534208 93836990428741 140729024790336 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93836990667792 93836990715536 93837006757888 140729024796958 140729024797161 140729024797161 140729024802763 0
/proc/85179/statm: 1048 736 672 219 0 110 0
[pid=85302] ppid=85179 vsize=11089428 memory=9950364 CPUtime=62.61 cores=1,3
/proc/85302/stat : 85302 (wmaxcdcl) R 85179 85179 84174 0 -1 4194304 1480681 0 0 0 5500 761 0 0 20 0 1 0 75177633 11355574272 2487591 18446744073709551615 4198400 5932793 140733376846544 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 6359800 6411760 25153536 140733376850267 140733376850412 140733376850412 140733376856012 0
/proc/85302/statm: 2772357 2487591 480 424 0 2771812 0
Current children cumulated CPU time: 904.72 s
Current children cumulated vsize: 11093620 KiB
Current children cumulated memory: 9953308 KiB

[startup+908 s]*
/proc/loadavg: 4.59 4.40 4.21 5/272 85412
/proc/meminfo: memFree=103946988/131249996 swapFree=33003468/33010684
[pid=85179] ppid=85176 vsize=4192 memory=2944 CPUtime=842.11 cores=1,3
/proc/85179/stat : 85179 (opbsolver) S 85176 85179 84174 0 -1 4194304 408 1246492 0 0 0 0 76394 7817 20 0 1 0 75093191 4292608 736 18446744073709551615 93836989534208 93836990428741 140729024790336 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93836990667792 93836990715536 93837006757888 140729024796958 140729024797161 140729024797161 140729024802763 0
/proc/85179/statm: 1048 736 672 219 0 110 0
[pid=85302] ppid=85179 vsize=7200512 memory=7107940 CPUtime=63.41 cores=1,3
/proc/85302/stat : 85302 (wmaxcdcl) R 85179 85179 84174 0 -1 4194304 1480689 0 0 0 5575 766 0 0 20 0 1 0 75177633 7373324288 1776985 18446744073709551615 4198400 5932793 140733376846544 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 6359800 6411760 25153536 140733376850267 140733376850412 140733376850412 140733376856012 0
/proc/85302/statm: 1800128 1776985 512 424 0 1799583 0
Current children cumulated CPU time: 905.52 s
Current children cumulated vsize: 7204704 KiB
Current children cumulated memory: 7110884 KiB

[startup+908.4 s]
/proc/loadavg: 4.59 4.40 4.21 5/272 85412
/proc/meminfo: memFree=103946988/131249996 swapFree=33003468/33010684
[pid=85179] ppid=85176 vsize=4192 memory=2944 CPUtime=842.11 cores=1,3
/proc/85179/stat : 85179 (opbsolver) S 85176 85179 84174 0 -1 4194304 408 1246492 0 0 0 0 76394 7817 20 0 1 0 75093191 4292608 736 18446744073709551615 93836989534208 93836990428741 140729024790336 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93836990667792 93836990715536 93837006757888 140729024796958 140729024797161 140729024797161 140729024802763 0
/proc/85179/statm: 1048 736 672 219 0 110 0
Current children cumulated CPU time: 842.11 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 2944 KiB

[startup+908.6 s]
/proc/loadavg: 4.59 4.40 4.21 5/272 85412
/proc/meminfo: memFree=103946988/131249996 swapFree=33003468/33010684
[pid=85179] ppid=85176 vsize=4192 memory=2944 CPUtime=906.06 cores=1,3
/proc/85179/stat : 85179 (opbsolver) S 85176 85179 84174 0 -1 4194304 467 2727369 0 0 0 0 81999 8607 20 0 1 0 75093191 4292608 736 18446744073709551615 93836989534208 93836990428741 140729024790336 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93836990667792 93836990715536 93837006757888 140729024796958 140729024797161 140729024797161 140729024802763 0
/proc/85179/statm: 1048 736 672 219 0 110 0
Current children cumulated CPU time: 906.06 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 2944 KiB

[startup+908.7 s]
/proc/loadavg: 4.59 4.40 4.21 5/272 85412
/proc/meminfo: memFree=103946988/131249996 swapFree=33003468/33010684
[pid=85179] ppid=85176 vsize=4192 memory=2944 CPUtime=906.06 cores=1,3
/proc/85179/stat : 85179 (opbsolver) S 85176 85179 84174 0 -1 4194304 467 2727369 0 0 0 0 81999 8607 20 0 1 0 75093191 4292608 736 18446744073709551615 93836989534208 93836990428741 140729024790336 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93836990667792 93836990715536 93837006757888 140729024796958 140729024797161 140729024797161 140729024802763 0
/proc/85179/statm: 1048 736 672 219 0 110 0
Current children cumulated CPU time: 906.06 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 2944 KiB

Child status: 0

Real time (s): 908.74
CPU time (s): 906.275
CPU user time (s): 819.997
CPU system time (s): 86.2786
CPU usage (%): 99.7288
Max. virtual memory (cumulated for all children) (KiB): 30448236
Max. memory (cumulated for all children) (KiB): 26803152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 819.997
system time used= 86.2786
maximum resident set size= 26815884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2727933
page faults= 0
swaps= 0
block input operations= 0
block output operations= 7284120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 462
involuntary context switches= 1781


# summary of solver processes directly reported to runsolver:
#   pid: 85179
#   total CPU time (s): 906.275
#   total CPU user time (s): 819.997
#   total CPU system time (s): 86.2786

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.60781 second user time and 4.36838 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-07-04 03:55:55
IDJOB=4523533
IDBENCH=180364
IDSOLVER=3374
FILE ID=nodeC021/4523533-1751594155
RUNJOBID= nodeC021-1751586917-84186
SLURM_JOB_ID= 9598839
Free space on /tmp= 430804 MiB

SOLVER NAME= WMaxCDCL-SCIP 2025-06-21
BENCH NAME= PB25/normalized-PB25/OPT-LIN/sakai/PB25-bnn-verification-20250419/instances/normalized-bnn_mnist_back_image_32_label3_adversarial_norm_1.opb
COMMAND LINE= DIR/opbsolver BENCHNAME TIMELIMIT MEMLIMIT TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4523533-1751594155/watcher-4523533-1751594155 -o /tmp/evaluation-result-4523533-1751594155/solver-4523533-1751594155 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751586917-84186 --watchdog 3760  HOME/opbsolver HOME/instance-4523533-1751594155.opb 3600 31000 HOME HOME

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

MD5SUM BENCH= f833be1967b503cfce1013007946cb2b
RANDOM SEED=1221423706

nodeC021 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.773
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.56
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		: 3598.937
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.56
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		: 3596.622
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        115937952 kB
MemAvailable:   122355892 kB
Buffers:            1056 kB
Cached:          7151228 kB
SwapCached:           32 kB
Active:          7792940 kB
Inactive:        6688744 kB
Active(anon):    7302024 kB
Inactive(anon):    40828 kB
Active(file):     490916 kB
Inactive(file):  6647916 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33003468 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             23708 kB
Writeback:             0 kB
AnonPages:       7332548 kB
Mapped:           122860 kB
Shmem:             13452 kB
KReclaimable:     236292 kB
Slab:             328636 kB
SReclaimable:     236292 kB
SUnreclaim:        92344 kB
KernelStack:        4304 kB
PageTables:        18472 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    8248868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150664 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1249280 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 427068 MiB
End job on nodeC021 at 2025-07-04 04:11:04