Trace number 4489891

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
WMaxCDCL-SCIP 2025-06-21? 3598.25 3607.97

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_13.opb.PB06.opb
MD5SUM41281aaad41c07f4dcd6eb689ad0db2a
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark220
Best CPU time to get the best result obtained on this benchmark3586.03
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 constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 497468
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 497468
Number of bits of the biggest sum of numbers19
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.
2.21/2.31	c Solving by WMaxCDCL...
3598.16/3607.95	c Rebuilding OPB solution...
3598.16/3607.95	c This is the PBCProcessor based on SCIP solver.
3598.16/3607.95	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: 63837 MiB (63092 MiB free)
  memory of node 1: 64465 MiB (63155 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4489891-1751371144/watcher-4489891-1751371144 -o /tmp/evaluation-result-4489891-1751371144/solver-4489891-1751371144 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751371144-48821 --watchdog 3760 HOME/opbsolver HOME/instance-4489891-1751371144.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=48864, runsolver pid=48852
Current StackSize limit: 8192 KiB


[startup+0.100069 s]*
/proc/loadavg: 0.92 1.63 2.83 5/250 48889
/proc/meminfo: memFree=129270072/131382116 swapFree=33010684/33010684
[pid=48864] ppid=48852 vsize=4192 memory=2944 CPUtime=0.01 cores=4,6
/proc/48864/stat : 48864 (opbsolver) S 48852 48864 48810 0 -1 4194304 347 660 0 0 0 0 0 1 20 0 1 0 52793925 4292608 736 18446744073709551615 94414042791936 94414043686469 140723477268400 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94414043925520 94414043973264 94414053052416 140723477276958 140723477277161 140723477277161 140723477282763 0
/proc/48864/statm: 1048 736 672 219 0 110 0
[pid=48886] ppid=48864 vsize=22272 memory=5760 CPUtime=0.03 cores=4,6
/proc/48886/stat : 48886 (pbcpreprocessor) R 48864 48864 48810 0 -1 4194304 873 0 0 0 3 0 0 0 20 0 1 0 52793933 22806528 1408 18446744073709551615 4198400 15773533 140721719035392 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 17968456 18061744 51548160 140721719044272 140721719044574 140721719044574 140721719050181 0
/proc/48886/statm: 5568 1440 640 2826 0 2180 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 26464 KiB
Current children cumulated memory: 8704 KiB

[startup+0.213114 s]*
/proc/loadavg: 0.92 1.63 2.83 6/255 48897
/proc/meminfo: memFree=129241360/131382116 swapFree=33010684/33010684
[pid=48864] ppid=48852 vsize=4192 memory=2944 CPUtime=0.01 cores=4,6
/proc/48864/stat : 48864 (opbsolver) S 48852 48864 48810 0 -1 4194304 347 660 0 0 0 0 0 1 20 0 1 0 52793925 4292608 736 18446744073709551615 94414042791936 94414043686469 140723477268400 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94414043925520 94414043973264 94414053052416 140723477276958 140723477277161 140723477277161 140723477282763 0
/proc/48864/statm: 1048 736 672 219 0 110 0
[pid=48886] ppid=48864 vsize=31620 memory=14892 CPUtime=0.14 cores=4,6
/proc/48886/stat : 48886 (pbcpreprocessor) R 48864 48864 48810 0 -1 4194304 3390 0 0 0 14 0 0 0 20 0 1 0 52793933 32378880 3723 18446744073709551615 4198400 15773533 140721719035392 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 17968456 18061744 51548160 140721719044272 140721719044574 140721719044574 140721719050181 0
/proc/48886/statm: 7905 3723 640 2826 0 4517 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 35812 KiB
Current children cumulated memory: 17836 KiB

[startup+0.314054 s]*
/proc/loadavg: 0.92 1.63 2.83 6/255 48897
/proc/meminfo: memFree=129222964/131382116 swapFree=33010684/33010684
[pid=48864] ppid=48852 vsize=4192 memory=2944 CPUtime=0.01 cores=4,6
/proc/48864/stat : 48864 (opbsolver) S 48852 48864 48810 0 -1 4194304 347 660 0 0 0 0 0 1 20 0 1 0 52793925 4292608 736 18446744073709551615 94414042791936 94414043686469 140723477268400 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94414043925520 94414043973264 94414053052416 140723477276958 140723477277161 140723477277161 140723477282763 0
/proc/48864/statm: 1048 736 672 219 0 110 0
[pid=48886] ppid=48864 vsize=41064 memory=23212 CPUtime=0.24 cores=4,6
/proc/48886/stat : 48886 (pbcpreprocessor) R 48864 48864 48810 0 -1 4194304 5486 0 0 0 23 1 0 0 20 0 1 0 52793933 42049536 5803 18446744073709551615 4198400 15773533 140721719035392 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 17968456 18061744 51548160 140721719044272 140721719044574 140721719044574 140721719050181 0
/proc/48886/statm: 10266 5803 640 2826 0 6878 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 45256 KiB
Current children cumulated memory: 26156 KiB

[startup+0.70045 s]
/proc/loadavg: 0.92 1.63 2.83 6/255 48897
/proc/meminfo: memFree=129159724/131382116 swapFree=33010684/33010684
[pid=48864] ppid=48852 vsize=4192 memory=2944 CPUtime=0.01 cores=4,6
/proc/48864/stat : 48864 (opbsolver) S 48852 48864 48810 0 -1 4194304 347 660 0 0 0 0 0 1 20 0 1 0 52793925 4292608 736 18446744073709551615 94414042791936 94414043686469 140723477268400 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94414043925520 94414043973264 94414053052416 140723477276958 140723477277161 140723477277161 140723477282763 0
/proc/48864/statm: 1048 736 672 219 0 110 0
[pid=48886] ppid=48864 vsize=70332 memory=53936 CPUtime=0.61 cores=4,6
/proc/48886/stat : 48886 (pbcpreprocessor) R 48864 48864 48810 0 -1 4194304 13411 0 0 0 57 4 0 0 20 0 1 0 52793933 72019968 13484 18446744073709551615 4198400 15773533 140721719035392 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 17968456 18061744 51548160 140721719044272 140721719044574 140721719044574 140721719050181 0
/proc/48886/statm: 17583 13484 640 2826 0 14195 0
Current children cumulated CPU time: 0.62 s
Current children cumulated vsize: 74524 KiB
Current children cumulated memory: 56880 KiB

[startup+1.50045 s]
/proc/loadavg: 0.92 1.63 2.83 6/255 48897
/proc/meminfo: memFree=128991688/131382116 swapFree=33010684/33010684
[pid=48864] ppid=48852 vsize=4192 memory=2944 CPUtime=0.01 cores=4,6
/proc/48864/stat : 48864 (opbsolver) S 48852 48864 48810 0 -1 4194304 347 660 0 0 0 0 0 1 20 0 1 0 52793925 4292608 736 18446744073709551615 94414042791936 94414043686469 140723477268400 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94414043925520 94414043973264 94414053052416 140723477276958 140723477277161 140723477277161 140723477282763 0
/proc/48864/statm: 1048 736 672 219 0 110 0
[pid=48886] ppid=48864 vsize=186748 memory=156044 CPUtime=1.41 cores=4,6
/proc/48886/stat : 48886 (pbcpreprocessor) R 48864 48864 48810 0 -1 4194304 34802 0 0 0 129 12 0 0 20 0 1 0 52793933 191229952 39011 18446744073709551615 4198400 15773533 140721719035392 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 17968456 18061744 51548160 140721719044272 140721719044574 140721719044574 140721719050181 0
/proc/48886/statm: 46687 39011 704 2826 0 43299 0
Current children cumulated CPU time: 1.42 s
Current children cumulated vsize: 190940 KiB
Current children cumulated memory: 158988 KiB

[startup+3.11331 s]
/proc/loadavg: 1.17 1.67 2.83 6/255 48901
/proc/meminfo: memFree=127823908/131382116 swapFree=33010684/33010684
[pid=48864] ppid=48852 vsize=4192 memory=2944 CPUtime=2.24 cores=4,6
/proc/48864/stat : 48864 (opbsolver) S 48852 48864 48810 0 -1 4194304 406 35603 0 0 0 0 161 63 20 0 1 0 52793925 4292608 736 18446744073709551615 94414042791936 94414043686469 140723477268400 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94414043925520 94414043973264 94414053052416 140723477276958 140723477277161 140723477277161 140723477282763 0
/proc/48864/statm: 1048 736 672 219 0 110 0
[pid=48900] ppid=48864 vsize=56944 memory=52504 CPUtime=0.78 cores=4,6
/proc/48900/stat : 48900 (wmaxcdcl) R 48864 48864 48810 0 -1 4194304 11510 0 0 0 76 2 0 0 20 0 1 0 52794157 58310656 13126 18446744073709551615 4198400 5932793 140731253269072 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 19595264 140731253274971 140731253275116 140731253275116 140731253280716 0
/proc/48900/statm: 14236 13126 448 424 0 13691 0
Current children cumulated CPU time: 3.02 s
Current children cumulated vsize: 61136 KiB
Current children cumulated memory: 55448 KiB

[startup+6.30041 s]
/proc/loadavg: 1.17 1.67 2.83 6/255 48901
/proc/meminfo: memFree=125282136/131382116 swapFree=33010684/33010684
[pid=48864] ppid=48852 vsize=4192 memory=2944 CPUtime=2.24 cores=4,6
/proc/48864/stat : 48864 (opbsolver) S 48852 48864 48810 0 -1 4194304 406 35603 0 0 0 0 161 63 20 0 1 0 52793925 4292608 736 18446744073709551615 94414042791936 94414043686469 140723477268400 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94414043925520 94414043973264 94414053052416 140723477276958 140723477277161 140723477277161 140723477282763 0
/proc/48864/statm: 1048 736 672 219 0 110 0
[pid=48900] ppid=48864 vsize=85620 memory=77072 CPUtime=3.95 cores=4,6
/proc/48900/stat : 48900 (wmaxcdcl) R 48864 48864 48810 0 -1 4194304 14806 0 0 0 392 3 0 0 20 0 1 0 52794157 87674880 19268 18446744073709551615 4198400 5932793 140731253269072 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 19595264 140731253274971 140731253275116 140731253275116 140731253280716 0
/proc/48900/statm: 21405 19268 448 424 0 20860 0
Current children cumulated CPU time: 6.19 s
Current children cumulated vsize: 89812 KiB
Current children cumulated memory: 80016 KiB

[startup+12.7004 s]
/proc/loadavg: 1.60 1.75 2.85 6/255 48901
/proc/meminfo: memFree=125078032/131382116 swapFree=33010684/33010684
[pid=48864] ppid=48852 vsize=4192 memory=2944 CPUtime=2.24 cores=4,6
/proc/48864/stat : 48864 (opbsolver) S 48852 48864 48810 0 -1 4194304 406 35603 0 0 0 0 161 63 20 0 1 0 52793925 4292608 736 18446744073709551615 94414042791936 94414043686469 140723477268400 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94414043925520 94414043973264 94414053052416 140723477276958 140723477277161 140723477277161 140723477282763 0
/proc/48864/statm: 1048 736 672 219 0 110 0
[pid=48900] ppid=48864 vsize=89992 memory=79600 CPUtime=10.33 cores=4,6
/proc/48900/stat : 48900 (wmaxcdcl) R 48864 48864 48810 0 -1 4194304 15993 0 0 0 1029 4 0 0 20 0 1 0 52794157 92151808 19900 18446744073709551615 4198400 5932793 140731253269072 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 19595264 140731253274971 140731253275116 140731253275116 140731253280716 0
/proc/48900/statm: 22498 19900 448 424 0 21953 0
Current children cumulated CPU time: 12.57 s
Current children cumulated vsize: 94184 KiB
Current children cumulated memory: 82544 KiB

[startup+25.5004 s]
/proc/loadavg: 1.97 1.82 2.86 6/255 48901
/proc/meminfo: memFree=124945384/131382116 swapFree=33010684/33010684
[pid=48864] ppid=48852 vsize=4192 memory=2944 CPUtime=2.24 cores=4,6
/proc/48864/stat : 48864 (opbsolver) S 48852 48864 48810 0 -1 4194304 406 35603 0 0 0 0 161 63 20 0 1 0 52793925 4292608 736 18446744073709551615 94414042791936 94414043686469 140723477268400 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94414043925520 94414043973264 94414053052416 140723477276958 140723477277161 140723477277161 140723477282763 0
/proc/48864/statm: 1048 736 672 219 0 110 0
[pid=48900] ppid=48864 vsize=139312 memory=122992 CPUtime=23.1 cores=4,6
/proc/48900/stat : 48900 (wmaxcdcl) R 48864 48864 48810 0 -1 4194304 17128 0 0 0 2305 5 0 0 20 0 1 0 52794157 142655488 30748 18446744073709551615 4198400 5932793 140731253269072 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 19595264 140731253274971 140731253275116 140731253275116 140731253280716 0
/proc/48900/statm: 34828 30748 448 424 0 34283 0
Current children cumulated CPU time: 25.34 s
Current children cumulated vsize: 143504 KiB
Current children cumulated memory: 125936 KiB

[startup+51.1131 s]
/proc/loadavg: 2.79 2.03 2.90 6/255 48902
/proc/meminfo: memFree=124867344/131382116 swapFree=33010684/33010684
[pid=48864] ppid=48852 vsize=4192 memory=2944 CPUtime=2.24 cores=4,6
/proc/48864/stat : 48864 (opbsolver) S 48852 48864 48810 0 -1 4194304 406 35603 0 0 0 0 161 63 20 0 1 0 52793925 4292608 736 18446744073709551615 94414042791936 94414043686469 140723477268400 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94414043925520 94414043973264 94414053052416 140723477276958 140723477277161 140723477277161 140723477282763 0
/proc/48864/statm: 1048 736 672 219 0 110 0
[pid=48900] ppid=48864 vsize=220220 memory=170364 CPUtime=48.65 cores=4,6
/proc/48900/stat : 48900 (wmaxcdcl) R 48864 48864 48810 0 -1 4194304 18245 0 0 0 4859 6 0 0 20 0 1 0 52794157 225505280 42591 18446744073709551615 4198400 5932793 140731253269072 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 19595264 140731253274971 140731253275116 140731253275116 140731253280716 0
/proc/48900/statm: 55055 42591 448 424 0 54510 0
Current children cumulated CPU time: 50.89 s
Current children cumulated vsize: 224412 KiB
Current children cumulated memory: 173308 KiB

[startup+102.3 s]
/proc/loadavg: 3.61 2.39 2.98 6/254 48904
/proc/meminfo: memFree=124737112/131382116 swapFree=33010684/33010684
[pid=48864] ppid=48852 vsize=4192 memory=2944 CPUtime=2.24 cores=4,6
/proc/48864/stat : 48864 (opbsolver) S 48852 48864 48810 0 -1 4194304 406 35603 0 0 0 0 161 63 20 0 1 0 52793925 4292608 736 18446744073709551615 94414042791936 94414043686469 140723477268400 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94414043925520 94414043973264 94414053052416 140723477276958 140723477277161 140723477277161 140723477282763 0
/proc/48864/statm: 1048 736 672 219 0 110 0
[pid=48900] ppid=48864 vsize=301608 memory=246812 CPUtime=99.71 cores=4,6
/proc/48900/stat : 48900 (wmaxcdcl) R 48864 48864 48810 0 -1 4194304 19002 0 0 0 9962 9 0 0 20 0 1 0 52794157 308846592 61703 18446744073709551615 4198400 5932793 140731253269072 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 19595264 140731253274971 140731253275116 140731253275116 140731253280716 0
/proc/48900/statm: 75402 61703 448 424 0 74857 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 305800 KiB
Current children cumulated memory: 249756 KiB

[startup+162.3 s]
/proc/loadavg: 4.05 2.74 3.06 6/254 48917
/proc/meminfo: memFree=124821748/131382116 swapFree=33010684/33010684
[pid=48864] ppid=48852 vsize=4192 memory=2944 CPUtime=2.24 cores=4,6
/proc/48864/stat : 48864 (opbsolver) S 48852 48864 48810 0 -1 4194304 406 35603 0 0 0 0 161 63 20 0 1 0 52793925 4292608 736 18446744073709551615 94414042791936 94414043686469 140723477268400 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94414043925520 94414043973264 94414053052416 140723477276958 140723477277161 140723477277161 140723477282763 0
/proc/48864/statm: 1048 736 672 219 0 110 0
[pid=48900] ppid=48864 vsize=220220 memory=177912 CPUtime=159.55 cores=4,6
/proc/48900/stat : 48900 (wmaxcdcl) R 48864 48864 48810 0 -1 4194304 19887 0 0 0 15943 12 0 0 20 0 1 0 52794157 225505280 44478 18446744073709551615 4198400 5932793 140731253269072 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 19595264 140731253274971 140731253275116 140731253275116 140731253280716 0
/proc/48900/statm: 55055 44478 448 424 0 54510 0
Current children cumulated CPU time: 161.79 s
Current children cumulated vsize: 224412 KiB
Current children cumulated memory: 180856 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 2.98 3.13 6/253 48919
/proc/meminfo: memFree=124721620/131382116 swapFree=33010684/33010684
[pid=48864] ppid=48852 vsize=4192 memory=2944 CPUtime=2.24 cores=4,6
/proc/48864/stat : 48864 (opbsolver) S 48852 48864 48810 0 -1 4194304 406 35603 0 0 0 0 161 63 20 0 1 0 52793925 4292608 736 18446744073709551615 94414042791936 94414043686469 140723477268400 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94414043925520 94414043973264 94414053052416 140723477276958 140723477277161 140723477277161 140723477282763 0
/proc/48864/statm: 1048 736 672 219 0 110 0
[pid=48900] ppid=48864 vsize=226432 memory=220992 CPUtime=219.39 cores=4,6
/proc/48900/stat : 48900 (wmaxcdcl) R 48864 48864 48810 0 -1 4194304 21470 0 0 0 21925 14 0 0 20 0 1 0 52794157 231866368 55248 18446744073709551615 4198400 5932793 140731253269072 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 19595264 140731253274971 140731253275116 140731253275116 140731253280716 0
/proc/48900/statm: 56608 55248 448 424 0 56063 0

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

/proc/48900/stat : 48900 (wmaxcdcl) R 48864 48864 48810 0 -1 4194304 60519 0 0 0 338927 156 0 0 20 0 1 0 52794157 545665024 115828 18446744073709551615 4198400 5932793 140731253269072 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 19595264 140731253274971 140731253275116 140731253275116 140731253280716 0
/proc/48900/statm: 133219 115828 448 424 0 132674 0
Current children cumulated CPU time: 3393.07 s
Current children cumulated vsize: 537068 KiB
Current children cumulated memory: 466256 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.23 4.18 6/254 49356
/proc/meminfo: memFree=127843640/131382116 swapFree=33010684/33010684
[pid=48864] ppid=48852 vsize=4192 memory=2944 CPUtime=2.24 cores=4,6
/proc/48864/stat : 48864 (opbsolver) S 48852 48864 48810 0 -1 4194304 406 35603 0 0 0 0 161 63 20 0 1 0 52793925 4292608 736 18446744073709551615 94414042791936 94414043686469 140723477268400 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94414043925520 94414043973264 94414053052416 140723477276958 140723477277161 140723477277161 140723477282763 0
/proc/48864/statm: 1048 736 672 219 0 110 0
[pid=48900] ppid=48864 vsize=532876 memory=510436 CPUtime=3450.68 cores=4,6
/proc/48900/stat : 48900 (wmaxcdcl) R 48864 48864 48810 0 -1 4194304 60569 0 0 0 344911 157 0 0 20 0 1 0 52794157 545665024 127609 18446744073709551615 4198400 5932793 140731253269072 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 19595264 140731253274971 140731253275116 140731253275116 140731253280716 0
/proc/48900/statm: 133219 127609 448 424 0 132674 0
Current children cumulated CPU time: 3452.92 s
Current children cumulated vsize: 537068 KiB
Current children cumulated memory: 513380 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.20 4.17 6/254 49358
/proc/meminfo: memFree=127741076/131382116 swapFree=33010684/33010684
[pid=48864] ppid=48852 vsize=4192 memory=2944 CPUtime=2.24 cores=4,6
/proc/48864/stat : 48864 (opbsolver) S 48852 48864 48810 0 -1 4194304 406 35603 0 0 0 0 161 63 20 0 1 0 52793925 4292608 736 18446744073709551615 94414042791936 94414043686469 140723477268400 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94414043925520 94414043973264 94414053052416 140723477276958 140723477277161 140723477277161 140723477282763 0
/proc/48864/statm: 1048 736 672 219 0 110 0
[pid=48900] ppid=48864 vsize=400616 memory=369340 CPUtime=3510.54 cores=4,6
/proc/48900/stat : 48900 (wmaxcdcl) R 48864 48864 48810 0 -1 4194304 62180 0 0 0 350890 164 0 0 20 0 1 0 52794157 410230784 92335 18446744073709551615 4198400 5932793 140731253269072 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 19595264 140731253274971 140731253275116 140731253275116 140731253280716 0
/proc/48900/statm: 100154 92335 448 424 0 99609 0
Current children cumulated CPU time: 3512.78 s
Current children cumulated vsize: 404808 KiB
Current children cumulated memory: 372284 KiB

[startup+3582.3 s]
/proc/loadavg: 4.28 4.23 4.18 6/254 49360
/proc/meminfo: memFree=127871744/131382116 swapFree=33010684/33010684
[pid=48864] ppid=48852 vsize=4192 memory=2944 CPUtime=2.24 cores=4,6
/proc/48864/stat : 48864 (opbsolver) S 48852 48864 48810 0 -1 4194304 406 35603 0 0 0 0 161 63 20 0 1 0 52793925 4292608 736 18446744073709551615 94414042791936 94414043686469 140723477268400 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94414043925520 94414043973264 94414053052416 140723477276958 140723477277161 140723477277161 140723477282763 0
/proc/48864/statm: 1048 736 672 219 0 110 0
[pid=48900] ppid=48864 vsize=533724 memory=437456 CPUtime=3570.4 cores=4,6
/proc/48900/stat : 48900 (wmaxcdcl) R 48864 48864 48810 0 -1 4194304 62857 0 0 0 356873 167 0 0 20 0 1 0 52794157 546533376 109364 18446744073709551615 4198400 5932793 140731253269072 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 19595264 140731253274971 140731253275116 140731253275116 140731253280716 0
/proc/48900/statm: 133431 109364 448 424 0 132886 0
Current children cumulated CPU time: 3572.64 s
Current children cumulated vsize: 537916 KiB
Current children cumulated memory: 440400 KiB

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

# cumulated CPU time of all completed processes:  user=3595.92 s, system=2.32895 s

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

[startup+3584 s]*
/proc/loadavg: 4.25 4.22 4.18 6/254 49360
/proc/meminfo: memFree=127871532/131382116 swapFree=33010684/33010684
[pid=48864] ppid=48852 vsize=4192 memory=2944 CPUtime=2.24 cores=4,6
/proc/48864/stat : 48864 (opbsolver) S 48852 48864 48810 0 -1 4194304 406 35603 0 0 0 0 161 63 20 0 1 0 52793925 4292608 736 18446744073709551615 94414042791936 94414043686469 140723477268400 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94414043925520 94414043973264 94414053052416 140723477276958 140723477277161 140723477277161 140723477282763 0
/proc/48864/statm: 1048 736 672 219 0 110 0
[pid=48900] ppid=48864 vsize=533724 memory=437456 CPUtime=3572.11 cores=4,6
/proc/48900/stat : 48900 (wmaxcdcl) R 48864 48864 48810 0 -1 4194304 62857 0 0 0 357044 167 0 0 20 0 1 0 52794157 546533376 109364 18446744073709551615 4198400 5932793 140731253269072 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 19595264 140731253274971 140731253275116 140731253275116 140731253280716 0
/proc/48900/statm: 133431 109364 448 424 0 132886 0
Current children cumulated CPU time: 3574.35 s
Current children cumulated vsize: 537916 KiB
Current children cumulated memory: 440400 KiB

[startup+3596.8 s]
/proc/loadavg: 4.21 4.22 4.18 6/253 49361
/proc/meminfo: memFree=127838032/131382116 swapFree=33010684/33010684
[pid=48864] ppid=48852 vsize=4192 memory=2944 CPUtime=2.24 cores=4,6
/proc/48864/stat : 48864 (opbsolver) S 48852 48864 48810 0 -1 4194304 406 35603 0 0 0 0 161 63 20 0 1 0 52793925 4292608 736 18446744073709551615 94414042791936 94414043686469 140723477268400 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94414043925520 94414043973264 94414053052416 140723477276958 140723477277161 140723477277161 140723477282763 0
/proc/48864/statm: 1048 736 672 219 0 110 0
[pid=48900] ppid=48864 vsize=533724 memory=455888 CPUtime=3584.86 cores=4,6
/proc/48900/stat : 48900 (wmaxcdcl) R 48864 48864 48810 0 -1 4194304 62866 0 0 0 358319 167 0 0 20 0 1 0 52794157 546533376 113972 18446744073709551615 4198400 5932793 140731253269072 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 19595264 140731253274971 140731253275116 140731253275116 140731253280716 0
/proc/48900/statm: 133431 113972 448 424 0 132886 0
Current children cumulated CPU time: 3587.1 s
Current children cumulated vsize: 537916 KiB
Current children cumulated memory: 458832 KiB

[startup+3603.2 s]
/proc/loadavg: 4.26 4.22 4.18 6/253 49362
/proc/meminfo: memFree=127855820/131382116 swapFree=33010684/33010684
[pid=48864] ppid=48852 vsize=4192 memory=2944 CPUtime=2.24 cores=4,6
/proc/48864/stat : 48864 (opbsolver) S 48852 48864 48810 0 -1 4194304 406 35603 0 0 0 0 161 63 20 0 1 0 52793925 4292608 736 18446744073709551615 94414042791936 94414043686469 140723477268400 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94414043925520 94414043973264 94414053052416 140723477276958 140723477277161 140723477277161 140723477282763 0
/proc/48864/statm: 1048 736 672 219 0 110 0
[pid=48900] ppid=48864 vsize=533860 memory=460200 CPUtime=3591.23 cores=4,6
/proc/48900/stat : 48900 (wmaxcdcl) R 48864 48864 48810 0 -1 4194304 62923 0 0 0 358956 167 0 0 20 0 1 0 52794157 546672640 115050 18446744073709551615 4198400 5932793 140731253269072 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 19595264 140731253274971 140731253275116 140731253275116 140731253280716 0
/proc/48900/statm: 133465 115050 448 424 0 132920 0
Current children cumulated CPU time: 3593.47 s
Current children cumulated vsize: 538052 KiB
Current children cumulated memory: 463144 KiB

[startup+3606.4 s]
/proc/loadavg: 4.26 4.22 4.18 6/253 49362
/proc/meminfo: memFree=127980204/131382116 swapFree=33010684/33010684
[pid=48864] ppid=48852 vsize=4192 memory=2944 CPUtime=2.24 cores=4,6
/proc/48864/stat : 48864 (opbsolver) S 48852 48864 48810 0 -1 4194304 406 35603 0 0 0 0 161 63 20 0 1 0 52793925 4292608 736 18446744073709551615 94414042791936 94414043686469 140723477268400 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94414043925520 94414043973264 94414053052416 140723477276958 140723477277161 140723477277161 140723477282763 0
/proc/48864/statm: 1048 736 672 219 0 110 0
[pid=48900] ppid=48864 vsize=533860 memory=464304 CPUtime=3594.42 cores=4,6
/proc/48900/stat : 48900 (wmaxcdcl) R 48864 48864 48810 0 -1 4194304 62926 0 0 0 359275 167 0 0 20 0 1 0 52794157 546672640 116076 18446744073709551615 4198400 5932793 140731253269072 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 19595264 140731253274971 140731253275116 140731253275116 140731253280716 0
/proc/48900/statm: 133465 116076 448 424 0 132920 0
Current children cumulated CPU time: 3596.66 s
Current children cumulated vsize: 538052 KiB
Current children cumulated memory: 467248 KiB

[startup+3607.2 s]
/proc/loadavg: 4.26 4.22 4.18 6/253 49362
/proc/meminfo: memFree=127976108/131382116 swapFree=33010684/33010684
[pid=48864] ppid=48852 vsize=4192 memory=2944 CPUtime=2.24 cores=4,6
/proc/48864/stat : 48864 (opbsolver) S 48852 48864 48810 0 -1 4194304 406 35603 0 0 0 0 161 63 20 0 1 0 52793925 4292608 736 18446744073709551615 94414042791936 94414043686469 140723477268400 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94414043925520 94414043973264 94414053052416 140723477276958 140723477277161 140723477277161 140723477282763 0
/proc/48864/statm: 1048 736 672 219 0 110 0
[pid=48900] ppid=48864 vsize=533860 memory=464304 CPUtime=3595.22 cores=4,6
/proc/48900/stat : 48900 (wmaxcdcl) R 48864 48864 48810 0 -1 4194304 62926 0 0 0 359355 167 0 0 20 0 1 0 52794157 546672640 116076 18446744073709551615 4198400 5932793 140731253269072 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 19595264 140731253274971 140731253275116 140731253275116 140731253280716 0
/proc/48900/statm: 133465 116076 448 424 0 132920 0
Current children cumulated CPU time: 3597.46 s
Current children cumulated vsize: 538052 KiB
Current children cumulated memory: 467248 KiB

[startup+3607.6 s]
/proc/loadavg: 4.26 4.22 4.18 6/253 49362
/proc/meminfo: memFree=127976108/131382116 swapFree=33010684/33010684
[pid=48864] ppid=48852 vsize=4192 memory=2944 CPUtime=2.24 cores=4,6
/proc/48864/stat : 48864 (opbsolver) S 48852 48864 48810 0 -1 4194304 406 35603 0 0 0 0 161 63 20 0 1 0 52793925 4292608 736 18446744073709551615 94414042791936 94414043686469 140723477268400 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94414043925520 94414043973264 94414053052416 140723477276958 140723477277161 140723477277161 140723477282763 0
/proc/48864/statm: 1048 736 672 219 0 110 0
[pid=48900] ppid=48864 vsize=533860 memory=464304 CPUtime=3595.62 cores=4,6
/proc/48900/stat : 48900 (wmaxcdcl) R 48864 48864 48810 0 -1 4194304 62926 0 0 0 359395 167 0 0 20 0 1 0 52794157 546672640 116076 18446744073709551615 4198400 5932793 140731253269072 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 19595264 140731253274971 140731253275116 140731253275116 140731253280716 0
/proc/48900/statm: 133465 116076 448 424 0 132920 0
Current children cumulated CPU time: 3597.86 s
Current children cumulated vsize: 538052 KiB
Current children cumulated memory: 467248 KiB

[startup+3607.8 s]
/proc/loadavg: 4.26 4.22 4.18 6/253 49362
/proc/meminfo: memFree=127976108/131382116 swapFree=33010684/33010684
[pid=48864] ppid=48852 vsize=4192 memory=2944 CPUtime=2.24 cores=4,6
/proc/48864/stat : 48864 (opbsolver) S 48852 48864 48810 0 -1 4194304 406 35603 0 0 0 0 161 63 20 0 1 0 52793925 4292608 736 18446744073709551615 94414042791936 94414043686469 140723477268400 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94414043925520 94414043973264 94414053052416 140723477276958 140723477277161 140723477277161 140723477282763 0
/proc/48864/statm: 1048 736 672 219 0 110 0
[pid=48900] ppid=48864 vsize=533860 memory=464304 CPUtime=3595.82 cores=4,6
/proc/48900/stat : 48900 (wmaxcdcl) R 48864 48864 48810 0 -1 4194304 62926 0 0 0 359415 167 0 0 20 0 1 0 52794157 546672640 116076 18446744073709551615 4198400 5932793 140731253269072 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 19595264 140731253274971 140731253275116 140731253275116 140731253280716 0
/proc/48900/statm: 133465 116076 448 424 0 132920 0
Current children cumulated CPU time: 3598.06 s
Current children cumulated vsize: 538052 KiB
Current children cumulated memory: 467248 KiB

[startup+3607.9 s]
/proc/loadavg: 4.26 4.22 4.18 6/253 49362
/proc/meminfo: memFree=127976108/131382116 swapFree=33010684/33010684
[pid=48864] ppid=48852 vsize=4192 memory=2944 CPUtime=2.24 cores=4,6
/proc/48864/stat : 48864 (opbsolver) S 48852 48864 48810 0 -1 4194304 406 35603 0 0 0 0 161 63 20 0 1 0 52793925 4292608 736 18446744073709551615 94414042791936 94414043686469 140723477268400 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94414043925520 94414043973264 94414053052416 140723477276958 140723477277161 140723477277161 140723477282763 0
/proc/48864/statm: 1048 736 672 219 0 110 0
[pid=48900] ppid=48864 vsize=533860 memory=464304 CPUtime=3595.92 cores=4,6
/proc/48900/stat : 48900 (wmaxcdcl) R 48864 48864 48810 0 -1 4194304 62926 0 0 0 359425 167 0 0 20 0 1 0 52794157 546672640 116076 18446744073709551615 4198400 5932793 140731253269072 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 19595264 140731253274971 140731253275116 140731253275116 140731253280716 0
/proc/48900/statm: 133465 116076 448 424 0 132920 0
Current children cumulated CPU time: 3598.16 s
Current children cumulated vsize: 538052 KiB
Current children cumulated memory: 467248 KiB

Child status: 0

Real time (s): 3607.97
CPU time (s): 3598.25
CPU user time (s): 3595.92
CPU system time (s): 2.32895
CPU usage (%): 99.7306
Max. virtual memory (cumulated for all children) (KiB): 1432412
Max. memory (cumulated for all children) (KiB): 957028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.92
system time used= 2.32895
maximum resident set size= 1040100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99275
page faults= 0
swaps= 0
block input operations= 0
block output operations= 27360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 835
involuntary context switches= 5147


# summary of solver processes directly reported to runsolver:
#   pid: 48864
#   total CPU time (s): 3598.25
#   total CPU user time (s): 3595.92
#   total CPU system time (s): 2.32895

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.1125 second user time and 39.1898 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-07-01 13:59:05
IDJOB=4489891
IDBENCH=147565
IDSOLVER=3374
FILE ID=nodeC010/4489891-1751371144
RUNJOBID= nodeC010-1751371144-48821
SLURM_JOB_ID= 9598193
Free space on /tmp= 432532 MiB

SOLVER NAME= WMaxCDCL-SCIP 2025-06-21
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_13.opb.PB06.opb
COMMAND LINE= DIR/opbsolver BENCHNAME TIMELIMIT MEMLIMIT TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4489891-1751371144/watcher-4489891-1751371144 -o /tmp/evaluation-result-4489891-1751371144/solver-4489891-1751371144 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751371144-48821 --watchdog 3760  HOME/opbsolver HOME/instance-4489891-1751371144.opb 3600 31000 HOME HOME

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

MD5SUM BENCH= 41281aaad41c07f4dcd6eb689ad0db2a
RANDOM SEED=864172574

nodeC010 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	: 0xb00001f
cpu MHz		: 1196.922
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.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	: 0xb00001f
cpu MHz		: 1795.853
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.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	: 0xb00001f
cpu MHz		: 1796.476
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.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	: 0xb00001f
cpu MHz		: 1197.155
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.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	: 0xb00001f
cpu MHz		: 1296.906
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.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	: 0xb00001f
cpu MHz		: 1197.073
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.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	: 0xb00001f
cpu MHz		: 3700.000
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.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	: 0xb00001f
cpu MHz		: 1296.911
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        129298468 kB
MemAvailable:   129953008 kB
Buffers:            3280 kB
Cached:          1461624 kB
SwapCached:            0 kB
Active:           369068 kB
Inactive:        1155952 kB
Active(anon):      78116 kB
Inactive(anon):        0 kB
Active(file):     290952 kB
Inactive(file):  1155952 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            193564 kB
Writeback:             8 kB
AnonPages:         63224 kB
Mapped:           103776 kB
Shmem:             17960 kB
KReclaimable:      94524 kB
Slab:             178564 kB
SReclaimable:      94524 kB
SUnreclaim:        84040 kB
KernelStack:        3824 kB
PageTables:         2756 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     330416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149240 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 432556 MiB
End job on nodeC010 at 2025-07-01 14:59:13