Trace number 4505187

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
WMaxCDCL-SCIP 2025-06-21? 3599.43 3610.91

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_5_ic.opb
MD5SUM88b39ea3a8b75d01f2291d1517c942c1
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 benchmark14112257
Best CPU time to get the best result obtained on this benchmark71204
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000400
Total number of constraints2000307
Number of constraints which are clauses980300
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints1020000
Minimum length of a constraint2
Maximum length of a constraint4950
Number of terms in the objective function 29800
Biggest coefficient in the objective function 170953875
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 187029967016
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 170953875
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 187029967016
Number of bits of the biggest sum of numbers38
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.03	c Presolving by SCIP...
0.00/0.06	c Encoding OPB into MaxSAT...
0.00/0.06	c This is the PBCProcessor based on SCIP solver.
24.28/24.43	c Solving by WMaxCDCL...
3599.30/3610.86	c Rebuilding OPB solution...
3599.30/3610.86	c This is the PBCProcessor based on SCIP solver.
3599.30/3610.86	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (62507 MiB free)
  memory of node 1: 64465 MiB (63745 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4505187-1751458850/watcher-4505187-1751458850 -o /tmp/evaluation-result-4505187-1751458850/solver-4505187-1751458850 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751458850-78877 --watchdog 3760 HOME/opbsolver HOME/instance-4505187-1751458850.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
Current StackSize limit: 8192 KiB

solver pid=78927, runsolver pid=78918

[startup+0.100061 s]*
/proc/loadavg: 0.75 2.37 4.41 6/271 78960
/proc/meminfo: memFree=129262356/131250000 swapFree=33010160/33010684
[pid=78927] ppid=78918 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/78927/stat : 78927 (opbsolver) S 78918 78927 78866 0 -1 4194304 348 657 0 0 0 0 0 0 20 0 1 0 61562634 4292608 736 18446744073709551615 94419091349504 94419092244037 140728931829824 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94419092483088 94419092530832 94419113308160 140728931834142 140728931834345 140728931834345 140728931839947 0
/proc/78927/statm: 1048 736 672 219 0 110 0
[pid=78954] ppid=78927 vsize=25472 memory=9088 CPUtime=0.03 cores=4,6
/proc/78954/stat : 78954 (pbcpreprocessor) R 78927 78927 78866 0 -1 4194304 1769 0 0 0 3 0 0 0 20 0 1 0 61562640 26083328 2272 18446744073709551615 4198400 15773533 140734584457840 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 17968456 18061744 53215232 140734584461488 140734584461790 140734584461790 140734584467397 0
/proc/78954/statm: 6368 2272 640 2826 0 2980 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 29664 KiB
Current children cumulated memory: 12032 KiB

[startup+0.204754 s]*
/proc/loadavg: 0.75 2.37 4.41 6/271 78960
/proc/meminfo: memFree=129188784/131250000 swapFree=33010160/33010684
[pid=78927] ppid=78918 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/78927/stat : 78927 (opbsolver) S 78918 78927 78866 0 -1 4194304 348 657 0 0 0 0 0 0 20 0 1 0 61562634 4292608 736 18446744073709551615 94419091349504 94419092244037 140728931829824 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94419092483088 94419092530832 94419113308160 140728931834142 140728931834345 140728931834345 140728931839947 0
/proc/78927/statm: 1048 736 672 219 0 110 0
[pid=78954] ppid=78927 vsize=44424 memory=27260 CPUtime=0.14 cores=4,6
/proc/78954/stat : 78954 (pbcpreprocessor) R 78927 78927 78866 0 -1 4194304 6750 0 0 0 13 1 0 0 20 0 1 0 61562640 45490176 6815 18446744073709551615 4198400 15773533 140734584457840 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 17968456 18061744 53215232 140734584461488 140734584461790 140734584461790 140734584467397 0
/proc/78954/statm: 11106 6815 640 2826 0 7718 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 48616 KiB
Current children cumulated memory: 30204 KiB

[startup+0.305543 s]*
/proc/loadavg: 0.75 2.37 4.41 6/271 78960
/proc/meminfo: memFree=129105056/131250000 swapFree=33010160/33010684
[pid=78927] ppid=78918 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/78927/stat : 78927 (opbsolver) S 78918 78927 78866 0 -1 4194304 348 657 0 0 0 0 0 0 20 0 1 0 61562634 4292608 736 18446744073709551615 94419091349504 94419092244037 140728931829824 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94419092483088 94419092530832 94419113308160 140728931834142 140728931834345 140728931834345 140728931839947 0
/proc/78927/statm: 1048 736 672 219 0 110 0
[pid=78954] ppid=78927 vsize=62708 memory=45444 CPUtime=0.24 cores=4,6
/proc/78954/stat : 78954 (pbcpreprocessor) R 78927 78927 78866 0 -1 4194304 11299 0 0 0 22 2 0 0 20 0 1 0 61562640 64212992 11361 18446744073709551615 4198400 15773533 140734584457840 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 17968456 18061744 53215232 140734584461488 140734584461790 140734584461790 140734584467397 0
/proc/78954/statm: 15677 11361 640 2826 0 12289 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 66900 KiB
Current children cumulated memory: 48388 KiB

[startup+0.700151 s]
/proc/loadavg: 0.75 2.37 4.41 6/271 78960
/proc/meminfo: memFree=128977072/131250000 swapFree=33010160/33010684
[pid=78927] ppid=78918 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/78927/stat : 78927 (opbsolver) S 78918 78927 78866 0 -1 4194304 348 657 0 0 0 0 0 0 20 0 1 0 61562634 4292608 736 18446744073709551615 94419091349504 94419092244037 140728931829824 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94419092483088 94419092530832 94419113308160 140728931834142 140728931834345 140728931834345 140728931839947 0
/proc/78927/statm: 1048 736 672 219 0 110 0
[pid=78954] ppid=78927 vsize=130692 memory=113448 CPUtime=0.62 cores=4,6
/proc/78954/stat : 78954 (pbcpreprocessor) R 78927 78927 78866 0 -1 4194304 27787 0 0 0 57 5 0 0 20 0 1 0 61562640 133828608 28362 18446744073709551615 4198400 15773533 140734584457840 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 17968456 18061744 53215232 140734584461488 140734584461790 140734584461790 140734584467397 0
/proc/78954/statm: 32673 28362 640 2826 0 29285 0
Current children cumulated CPU time: 0.62 s
Current children cumulated vsize: 134884 KiB
Current children cumulated memory: 116392 KiB

[startup+1.50015 s]
/proc/loadavg: 0.75 2.37 4.41 6/271 78960
/proc/meminfo: memFree=128617776/131250000 swapFree=33010160/33010684
[pid=78927] ppid=78918 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/78927/stat : 78927 (opbsolver) S 78918 78927 78866 0 -1 4194304 348 657 0 0 0 0 0 0 20 0 1 0 61562634 4292608 736 18446744073709551615 94419091349504 94419092244037 140728931829824 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94419092483088 94419092530832 94419113308160 140728931834142 140728931834345 140728931834345 140728931839947 0
/proc/78927/statm: 1048 736 672 219 0 110 0
[pid=78954] ppid=78927 vsize=268112 memory=248820 CPUtime=1.42 cores=4,6
/proc/78954/stat : 78954 (pbcpreprocessor) R 78927 78927 78866 0 -1 4194304 60625 0 0 0 130 12 0 0 20 0 1 0 61562640 274546688 62205 18446744073709551615 4198400 15773533 140734584457840 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 17968456 18061744 53215232 140734584461488 140734584461790 140734584461790 140734584467397 0
/proc/78954/statm: 67028 62205 640 2826 0 63640 0
Current children cumulated CPU time: 1.42 s
Current children cumulated vsize: 272304 KiB
Current children cumulated memory: 251764 KiB

[startup+3.10459 s]
/proc/loadavg: 1.01 2.40 4.40 6/271 78960
/proc/meminfo: memFree=127693492/131250000 swapFree=33010160/33010684
[pid=78927] ppid=78918 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/78927/stat : 78927 (opbsolver) S 78918 78927 78866 0 -1 4194304 348 657 0 0 0 0 0 0 20 0 1 0 61562634 4292608 736 18446744073709551615 94419091349504 94419092244037 140728931829824 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94419092483088 94419092530832 94419113308160 140728931834142 140728931834345 140728931834345 140728931839947 0
/proc/78927/statm: 1048 736 672 219 0 110 0
[pid=78954] ppid=78927 vsize=412568 memory=390820 CPUtime=3.03 cores=4,6
/proc/78954/stat : 78954 (pbcpreprocessor) R 78927 78927 78866 0 -1 4194304 86852 0 0 0 285 18 0 0 20 0 1 0 61562640 422469632 97705 18446744073709551615 4198400 15773533 140734584457840 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 17968456 18061744 53215232 140734584461488 140734584461790 140734584461790 140734584467397 0
/proc/78954/statm: 103142 97705 704 2826 0 99754 0
Current children cumulated CPU time: 3.03 s
Current children cumulated vsize: 416760 KiB
Current children cumulated memory: 393764 KiB

[startup+6.30014 s]
/proc/loadavg: 1.01 2.40 4.40 6/271 78960
/proc/meminfo: memFree=123788012/131250000 swapFree=33010160/33010684
[pid=78927] ppid=78918 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/78927/stat : 78927 (opbsolver) S 78918 78927 78866 0 -1 4194304 348 657 0 0 0 0 0 0 20 0 1 0 61562634 4292608 736 18446744073709551615 94419091349504 94419092244037 140728931829824 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94419092483088 94419092530832 94419113308160 140728931834142 140728931834345 140728931834345 140728931839947 0
/proc/78927/statm: 1048 736 672 219 0 110 0
[pid=78954] ppid=78927 vsize=1408472 memory=1160116 CPUtime=6.21 cores=4,6
/proc/78954/stat : 78954 (pbcpreprocessor) R 78927 78927 78866 0 -1 4194304 220529 0 0 0 568 53 0 0 20 0 1 0 61562640 1442275328 290029 18446744073709551615 4198400 15773533 140734584457840 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 17968456 18061744 53215232 140734584461488 140734584461790 140734584461790 140734584467397 0
/proc/78954/statm: 352118 290029 704 2826 0 348730 0
Current children cumulated CPU time: 6.21 s
Current children cumulated vsize: 1412664 KiB
Current children cumulated memory: 1163060 KiB

[startup+12.7001 s]
/proc/loadavg: 1.55 2.47 4.41 6/271 78961
/proc/meminfo: memFree=123232172/131250000 swapFree=33010160/33010684
[pid=78927] ppid=78918 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/78927/stat : 78927 (opbsolver) S 78918 78927 78866 0 -1 4194304 348 657 0 0 0 0 0 0 20 0 1 0 61562634 4292608 736 18446744073709551615 94419091349504 94419092244037 140728931829824 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94419092483088 94419092530832 94419113308160 140728931834142 140728931834345 140728931834345 140728931839947 0
/proc/78927/statm: 1048 736 672 219 0 110 0
[pid=78954] ppid=78927 vsize=1408472 memory=1371060 CPUtime=12.6 cores=4,6
/proc/78954/stat : 78954 (pbcpreprocessor) R 78927 78927 78866 0 -1 4194304 221176 0 0 0 922 338 0 0 20 0 1 0 61562640 1442275328 342765 18446744073709551615 4198400 15773533 140734584457840 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 17968456 18061744 53215232 140734584461488 140734584461790 140734584461790 140734584467397 0
/proc/78954/statm: 352118 342765 704 2826 0 348730 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 1412664 KiB
Current children cumulated memory: 1374004 KiB

[startup+25.5002 s]
/proc/loadavg: 1.92 2.52 4.40 6/272 78970
/proc/meminfo: memFree=125486660/131250000 swapFree=33010160/33010684
[pid=78927] ppid=78918 vsize=4192 memory=2944 CPUtime=24.32 cores=4,6
/proc/78927/stat : 78927 (opbsolver) S 78918 78927 78866 0 -1 4194304 406 222190 0 0 0 0 1397 1035 20 0 1 0 61562634 4292608 736 18446744073709551615 94419091349504 94419092244037 140728931829824 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94419092483088 94419092530832 94419113308160 140728931834142 140728931834345 140728931834345 140728931839947 0
/proc/78927/statm: 1048 736 672 219 0 110 0
[pid=78964] ppid=78927 vsize=757380 memory=690360 CPUtime=1.05 cores=4,6
/proc/78964/stat : 78964 (wmaxcdcl) R 78927 78927 78866 0 -1 4194304 121316 0 0 0 83 22 0 0 20 0 1 0 61565078 775557120 172590 18446744073709551615 4198400 5932793 140723858471648 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 28798976 140723858475355 140723858475500 140723858475500 140723858481100 0
/proc/78964/statm: 189345 172590 448 424 0 188800 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 761572 KiB
Current children cumulated memory: 693304 KiB

[startup+51.1047 s]
/proc/loadavg: 2.84 2.69 4.41 6/272 78970
/proc/meminfo: memFree=106062596/131250000 swapFree=33010160/33010684
[pid=78927] ppid=78918 vsize=4192 memory=2944 CPUtime=24.32 cores=4,6
/proc/78927/stat : 78927 (opbsolver) S 78918 78927 78866 0 -1 4194304 406 222190 0 0 0 0 1397 1035 20 0 1 0 61562634 4292608 736 18446744073709551615 94419091349504 94419092244037 140728931829824 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94419092483088 94419092530832 94419113308160 140728931834142 140728931834345 140728931834345 140728931839947 0
/proc/78927/statm: 1048 736 672 219 0 110 0
[pid=78964] ppid=78927 vsize=6400220 memory=5128168 CPUtime=26.58 cores=4,6
/proc/78964/stat : 78964 (wmaxcdcl) R 78927 78927 78866 0 -1 4194304 512514 0 0 0 2488 170 0 0 20 0 1 0 61565078 6553825280 1282042 18446744073709551615 4198400 5932793 140723858471648 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 28798976 140723858475355 140723858475500 140723858475500 140723858481100 0
/proc/78964/statm: 1600055 1282042 448 424 0 1599510 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 6404412 KiB
Current children cumulated memory: 5131112 KiB

[startup+102.3 s]
/proc/loadavg: 3.66 2.95 4.40 6/271 78972
/proc/meminfo: memFree=107377460/131250000 swapFree=33010160/33010684
[pid=78927] ppid=78918 vsize=4192 memory=2944 CPUtime=24.32 cores=4,6
/proc/78927/stat : 78927 (opbsolver) S 78918 78927 78866 0 -1 4194304 406 222190 0 0 0 0 1397 1035 20 0 1 0 61562634 4292608 736 18446744073709551615 94419091349504 94419092244037 140728931829824 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94419092483088 94419092530832 94419113308160 140728931834142 140728931834345 140728931834345 140728931839947 0
/proc/78927/statm: 1048 736 672 219 0 110 0
[pid=78964] ppid=78927 vsize=6163948 memory=4904720 CPUtime=77.62 cores=4,6
/proc/78964/stat : 78964 (wmaxcdcl) R 78927 78927 78866 0 -1 4194304 514176 0 0 0 7588 174 0 0 20 0 1 0 61565078 6311882752 1226180 18446744073709551615 4198400 5932793 140723858471648 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 28798976 140723858475355 140723858475500 140723858475500 140723858481100 0
/proc/78964/statm: 1540987 1226180 448 424 0 1540442 0
Current children cumulated CPU time: 101.94 s
Current children cumulated vsize: 6168140 KiB
Current children cumulated memory: 4907664 KiB

[startup+162.3 s]
/proc/loadavg: 4.00 3.18 4.38 6/272 78979
/proc/meminfo: memFree=107615896/131250000 swapFree=33010160/33010684
[pid=78927] ppid=78918 vsize=4192 memory=2944 CPUtime=24.32 cores=4,6
/proc/78927/stat : 78927 (opbsolver) S 78918 78927 78866 0 -1 4194304 406 222190 0 0 0 0 1397 1035 20 0 1 0 61562634 4292608 736 18446744073709551615 94419091349504 94419092244037 140728931829824 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94419092483088 94419092530832 94419113308160 140728931834142 140728931834345 140728931834345 140728931839947 0
/proc/78927/statm: 1048 736 672 219 0 110 0
[pid=78964] ppid=78927 vsize=5945848 memory=4823176 CPUtime=137.41 cores=4,6
/proc/78964/stat : 78964 (wmaxcdcl) R 78927 78927 78866 0 -1 4194304 536181 0 0 0 13548 193 0 0 20 0 1 0 61565078 6088548352 1205794 18446744073709551615 4198400 5932793 140723858471648 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 28798976 140723858475355 140723858475500 140723858475500 140723858481100 0
/proc/78964/statm: 1486462 1205794 448 424 0 1485917 0
Current children cumulated CPU time: 161.73 s
Current children cumulated vsize: 5950040 KiB
Current children cumulated memory: 4826120 KiB

[startup+222.3 s]
/proc/loadavg: 4.05 3.35 4.36 6/272 78982
/proc/meminfo: memFree=107672076/131250000 swapFree=33010160/33010684
[pid=78927] ppid=78918 vsize=4192 memory=2944 CPUtime=24.32 cores=4,6
/proc/78927/stat : 78927 (opbsolver) S 78918 78927 78866 0 -1 4194304 406 222190 0 0 0 0 1397 1035 20 0 1 0 61562634 4292608 736 18446744073709551615 94419091349504 94419092244037 140728931829824 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94419092483088 94419092530832 94419113308160 140728931834142 140728931834345 140728931834345 140728931839947 0
/proc/78927/statm: 1048 736 672 219 0 110 0
[pid=78964] ppid=78927 vsize=5945848 memory=4825248 CPUtime=197.23 cores=4,6
/proc/78964/stat : 78964 (wmaxcdcl) R 78927 78927 78866 0 -1 4194304 543863 0 0 0 19442 281 0 0 20 0 1 0 61565078 6088548352 1206312 18446744073709551615 4198400 5932793 140723858471648 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 28798976 140723858475355 140723858475500 140723858475500 140723858481100 0
/proc/78964/statm: 1486462 1206312 448 424 0 1485917 0

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

/proc/78927/stat : 78927 (opbsolver) S 78918 78927 78866 0 -1 4194304 406 222190 0 0 0 0 1397 1035 20 0 1 0 61562634 4292608 736 18446744073709551615 94419091349504 94419092244037 140728931829824 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94419092483088 94419092530832 94419113308160 140728931834142 140728931834345 140728931834345 140728931839947 0
/proc/78927/statm: 1048 736 672 219 0 110 0
[pid=78964] ppid=78927 vsize=5945848 memory=4832056 CPUtime=3426.94 cores=4,6
/proc/78964/stat : 78964 (wmaxcdcl) R 78927 78927 78866 0 -1 4194304 560968 0 0 0 342377 317 0 0 20 0 1 0 61565078 6088548352 1208014 18446744073709551615 4198400 5932793 140723858471648 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 28798976 140723858475355 140723858475500 140723858475500 140723858481100 0
/proc/78964/statm: 1486462 1208014 448 424 0 1485917 0
Current children cumulated CPU time: 3451.26 s
Current children cumulated vsize: 5950040 KiB
Current children cumulated memory: 4835000 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.10 4.09 6/269 79160
/proc/meminfo: memFree=107576668/131250000 swapFree=33010160/33010684
[pid=78927] ppid=78918 vsize=4192 memory=2944 CPUtime=24.32 cores=4,6
/proc/78927/stat : 78927 (opbsolver) S 78918 78927 78866 0 -1 4194304 406 222190 0 0 0 0 1397 1035 20 0 1 0 61562634 4292608 736 18446744073709551615 94419091349504 94419092244037 140728931829824 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94419092483088 94419092530832 94419113308160 140728931834142 140728931834345 140728931834345 140728931839947 0
/proc/78927/statm: 1048 736 672 219 0 110 0
[pid=78964] ppid=78927 vsize=5945848 memory=4832056 CPUtime=3486.75 cores=4,6
/proc/78964/stat : 78964 (wmaxcdcl) R 78927 78927 78866 0 -1 4194304 561433 0 0 0 348358 317 0 0 20 0 1 0 61565078 6088548352 1208014 18446744073709551615 4198400 5932793 140723858471648 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 28798976 140723858475355 140723858475500 140723858475500 140723858481100 0
/proc/78964/statm: 1486462 1208014 448 424 0 1485917 0
Current children cumulated CPU time: 3511.07 s
Current children cumulated vsize: 5950040 KiB
Current children cumulated memory: 4835000 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.09 4.09 6/270 79165
/proc/meminfo: memFree=107586228/131250000 swapFree=33010160/33010684
[pid=78927] ppid=78918 vsize=4192 memory=2944 CPUtime=24.32 cores=4,6
/proc/78927/stat : 78927 (opbsolver) S 78918 78927 78866 0 -1 4194304 406 222190 0 0 0 0 1397 1035 20 0 1 0 61562634 4292608 736 18446744073709551615 94419091349504 94419092244037 140728931829824 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94419092483088 94419092530832 94419113308160 140728931834142 140728931834345 140728931834345 140728931839947 0
/proc/78927/statm: 1048 736 672 219 0 110 0
[pid=78964] ppid=78927 vsize=5945848 memory=4832056 CPUtime=3546.57 cores=4,6
/proc/78964/stat : 78964 (wmaxcdcl) R 78927 78927 78866 0 -1 4194304 561583 0 0 0 354339 318 0 0 20 0 1 0 61565078 6088548352 1208014 18446744073709551615 4198400 5932793 140723858471648 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 28798976 140723858475355 140723858475500 140723858475500 140723858481100 0
/proc/78964/statm: 1486462 1208014 448 424 0 1485917 0
Current children cumulated CPU time: 3570.89 s
Current children cumulated vsize: 5950040 KiB
Current children cumulated memory: 4835000 KiB

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

# cumulated CPU time of all completed processes:  user=3585.82 s, system=13.6076 s

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

[startup+3584 s]*
/proc/loadavg: 4.10 4.09 4.09 6/270 79165
/proc/meminfo: memFree=107586480/131250000 swapFree=33010160/33010684
[pid=78927] ppid=78918 vsize=4192 memory=2944 CPUtime=24.32 cores=4,6
/proc/78927/stat : 78927 (opbsolver) S 78918 78927 78866 0 -1 4194304 406 222190 0 0 0 0 1397 1035 20 0 1 0 61562634 4292608 736 18446744073709551615 94419091349504 94419092244037 140728931829824 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94419092483088 94419092530832 94419113308160 140728931834142 140728931834345 140728931834345 140728931839947 0
/proc/78927/statm: 1048 736 672 219 0 110 0
[pid=78964] ppid=78927 vsize=5945848 memory=4832056 CPUtime=3548.27 cores=4,6
/proc/78964/stat : 78964 (wmaxcdcl) R 78927 78927 78866 0 -1 4194304 561711 0 0 0 354509 318 0 0 20 0 1 0 61565078 6088548352 1208014 18446744073709551615 4198400 5932793 140723858471648 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 28798976 140723858475355 140723858475500 140723858475500 140723858481100 0
/proc/78964/statm: 1486462 1208014 448 424 0 1485917 0
Current children cumulated CPU time: 3572.59 s
Current children cumulated vsize: 5950040 KiB
Current children cumulated memory: 4835000 KiB

[startup+3596.8 s]
/proc/loadavg: 4.08 4.09 4.09 6/270 79165
/proc/meminfo: memFree=107586892/131250000 swapFree=33010160/33010684
[pid=78927] ppid=78918 vsize=4192 memory=2944 CPUtime=24.32 cores=4,6
/proc/78927/stat : 78927 (opbsolver) S 78918 78927 78866 0 -1 4194304 406 222190 0 0 0 0 1397 1035 20 0 1 0 61562634 4292608 736 18446744073709551615 94419091349504 94419092244037 140728931829824 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94419092483088 94419092530832 94419113308160 140728931834142 140728931834345 140728931834345 140728931839947 0
/proc/78927/statm: 1048 736 672 219 0 110 0
[pid=78964] ppid=78927 vsize=5945848 memory=4832056 CPUtime=3561.02 cores=4,6
/proc/78964/stat : 78964 (wmaxcdcl) R 78927 78927 78866 0 -1 4194304 561907 0 0 0 355784 318 0 0 20 0 1 0 61565078 6088548352 1208014 18446744073709551615 4198400 5932793 140723858471648 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 28798976 140723858475355 140723858475500 140723858475500 140723858481100 0
/proc/78964/statm: 1486462 1208014 448 424 0 1485917 0
Current children cumulated CPU time: 3585.34 s
Current children cumulated vsize: 5950040 KiB
Current children cumulated memory: 4835000 KiB

[startup+3603.2 s]
/proc/loadavg: 4.15 4.10 4.09 6/270 79165
/proc/meminfo: memFree=107578992/131250000 swapFree=33010160/33010684
[pid=78927] ppid=78918 vsize=4192 memory=2944 CPUtime=24.32 cores=4,6
/proc/78927/stat : 78927 (opbsolver) S 78918 78927 78866 0 -1 4194304 406 222190 0 0 0 0 1397 1035 20 0 1 0 61562634 4292608 736 18446744073709551615 94419091349504 94419092244037 140728931829824 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94419092483088 94419092530832 94419113308160 140728931834142 140728931834345 140728931834345 140728931839947 0
/proc/78927/statm: 1048 736 672 219 0 110 0
[pid=78964] ppid=78927 vsize=5945848 memory=4832056 CPUtime=3567.41 cores=4,6
/proc/78964/stat : 78964 (wmaxcdcl) R 78927 78927 78866 0 -1 4194304 561908 0 0 0 356422 319 0 0 20 0 1 0 61565078 6088548352 1208014 18446744073709551615 4198400 5932793 140723858471648 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 28798976 140723858475355 140723858475500 140723858475500 140723858481100 0
/proc/78964/statm: 1486462 1208014 448 424 0 1485917 0
Current children cumulated CPU time: 3591.73 s
Current children cumulated vsize: 5950040 KiB
Current children cumulated memory: 4835000 KiB

[startup+3606.4 s]
/proc/loadavg: 4.15 4.10 4.09 6/270 79166
/proc/meminfo: memFree=107586872/131250000 swapFree=33010160/33010684
[pid=78927] ppid=78918 vsize=4192 memory=2944 CPUtime=24.32 cores=4,6
/proc/78927/stat : 78927 (opbsolver) S 78918 78927 78866 0 -1 4194304 406 222190 0 0 0 0 1397 1035 20 0 1 0 61562634 4292608 736 18446744073709551615 94419091349504 94419092244037 140728931829824 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94419092483088 94419092530832 94419113308160 140728931834142 140728931834345 140728931834345 140728931839947 0
/proc/78927/statm: 1048 736 672 219 0 110 0
[pid=78964] ppid=78927 vsize=5945848 memory=4832056 CPUtime=3570.6 cores=4,6
/proc/78964/stat : 78964 (wmaxcdcl) R 78927 78927 78866 0 -1 4194304 561908 0 0 0 356741 319 0 0 20 0 1 0 61565078 6088548352 1208014 18446744073709551615 4198400 5932793 140723858471648 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 28798976 140723858475355 140723858475500 140723858475500 140723858481100 0
/proc/78964/statm: 1486462 1208014 448 424 0 1485917 0
Current children cumulated CPU time: 3594.92 s
Current children cumulated vsize: 5950040 KiB
Current children cumulated memory: 4835000 KiB

[startup+3608 s]*
/proc/loadavg: 4.14 4.10 4.09 6/270 79166
/proc/meminfo: memFree=107594984/131250000 swapFree=33010160/33010684
[pid=78927] ppid=78918 vsize=4192 memory=2944 CPUtime=24.32 cores=4,6
/proc/78927/stat : 78927 (opbsolver) S 78918 78927 78866 0 -1 4194304 406 222190 0 0 0 0 1397 1035 20 0 1 0 61562634 4292608 736 18446744073709551615 94419091349504 94419092244037 140728931829824 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94419092483088 94419092530832 94419113308160 140728931834142 140728931834345 140728931834345 140728931839947 0
/proc/78927/statm: 1048 736 672 219 0 110 0
[pid=78964] ppid=78927 vsize=5945848 memory=4832056 CPUtime=3572.2 cores=4,6
/proc/78964/stat : 78964 (wmaxcdcl) R 78927 78927 78866 0 -1 4194304 561913 0 0 0 356901 319 0 0 20 0 1 0 61565078 6088548352 1208014 18446744073709551615 4198400 5932793 140723858471648 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 28798976 140723858475355 140723858475500 140723858475500 140723858481100 0
/proc/78964/statm: 1486462 1208014 448 424 0 1485917 0
Current children cumulated CPU time: 3596.52 s
Current children cumulated vsize: 5950040 KiB
Current children cumulated memory: 4835000 KiB

[startup+3609.6 s]
/proc/loadavg: 4.14 4.10 4.09 6/270 79166
/proc/meminfo: memFree=107594984/131250000 swapFree=33010160/33010684
[pid=78927] ppid=78918 vsize=4192 memory=2944 CPUtime=24.32 cores=4,6
/proc/78927/stat : 78927 (opbsolver) S 78918 78927 78866 0 -1 4194304 406 222190 0 0 0 0 1397 1035 20 0 1 0 61562634 4292608 736 18446744073709551615 94419091349504 94419092244037 140728931829824 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94419092483088 94419092530832 94419113308160 140728931834142 140728931834345 140728931834345 140728931839947 0
/proc/78927/statm: 1048 736 672 219 0 110 0
[pid=78964] ppid=78927 vsize=5945848 memory=4832056 CPUtime=3573.79 cores=4,6
/proc/78964/stat : 78964 (wmaxcdcl) R 78927 78927 78866 0 -1 4194304 561913 0 0 0 357060 319 0 0 20 0 1 0 61565078 6088548352 1208014 18446744073709551615 4198400 5932793 140723858471648 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 28798976 140723858475355 140723858475500 140723858475500 140723858481100 0
/proc/78964/statm: 1486462 1208014 448 424 0 1485917 0
Current children cumulated CPU time: 3598.11 s
Current children cumulated vsize: 5950040 KiB
Current children cumulated memory: 4835000 KiB

[startup+3610.4 s]
/proc/loadavg: 4.14 4.10 4.09 6/270 79166
/proc/meminfo: memFree=107594984/131250000 swapFree=33010160/33010684
[pid=78927] ppid=78918 vsize=4192 memory=2944 CPUtime=24.32 cores=4,6
/proc/78927/stat : 78927 (opbsolver) S 78918 78927 78866 0 -1 4194304 406 222190 0 0 0 0 1397 1035 20 0 1 0 61562634 4292608 736 18446744073709551615 94419091349504 94419092244037 140728931829824 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94419092483088 94419092530832 94419113308160 140728931834142 140728931834345 140728931834345 140728931839947 0
/proc/78927/statm: 1048 736 672 219 0 110 0
[pid=78964] ppid=78927 vsize=5945848 memory=4832056 CPUtime=3574.58 cores=4,6
/proc/78964/stat : 78964 (wmaxcdcl) R 78927 78927 78866 0 -1 4194304 561913 0 0 0 357139 319 0 0 20 0 1 0 61565078 6088548352 1208014 18446744073709551615 4198400 5932793 140723858471648 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 28798976 140723858475355 140723858475500 140723858475500 140723858481100 0
/proc/78964/statm: 1486462 1208014 448 424 0 1485917 0
Current children cumulated CPU time: 3598.9 s
Current children cumulated vsize: 5950040 KiB
Current children cumulated memory: 4835000 KiB

[startup+3610.8 s]
/proc/loadavg: 4.14 4.10 4.09 6/270 79166
/proc/meminfo: memFree=107594984/131250000 swapFree=33010160/33010684
[pid=78927] ppid=78918 vsize=4192 memory=2944 CPUtime=24.32 cores=4,6
/proc/78927/stat : 78927 (opbsolver) S 78918 78927 78866 0 -1 4194304 406 222190 0 0 0 0 1397 1035 20 0 1 0 61562634 4292608 736 18446744073709551615 94419091349504 94419092244037 140728931829824 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94419092483088 94419092530832 94419113308160 140728931834142 140728931834345 140728931834345 140728931839947 0
/proc/78927/statm: 1048 736 672 219 0 110 0
[pid=78964] ppid=78927 vsize=5945848 memory=4832056 CPUtime=3574.98 cores=4,6
/proc/78964/stat : 78964 (wmaxcdcl) R 78927 78927 78866 0 -1 4194304 561917 0 0 0 357179 319 0 0 20 0 1 0 61565078 6088548352 1208014 18446744073709551615 4198400 5932793 140723858471648 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 28798976 140723858475355 140723858475500 140723858475500 140723858481100 0
/proc/78964/statm: 1486462 1208014 448 424 0 1485917 0
Current children cumulated CPU time: 3599.3 s
Current children cumulated vsize: 5950040 KiB
Current children cumulated memory: 4835000 KiB

[startup+3610.9 s]
/proc/loadavg: 4.14 4.10 4.09 6/270 79166
/proc/meminfo: memFree=107594984/131250000 swapFree=33010160/33010684
[pid=78927] ppid=78918 vsize=4192 memory=2944 CPUtime=3599.38 cores=4,6
/proc/78927/stat : 78927 (opbsolver) S 78918 78927 78866 0 -1 4194304 466 784292 0 0 0 0 358581 1357 20 0 1 0 61562634 4292608 736 18446744073709551615 94419091349504 94419092244037 140728931829824 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94419092483088 94419092530832 94419113308160 140728931834142 140728931834345 140728931834345 140728931839947 0
/proc/78927/statm: 1048 736 672 219 0 110 0
Current children cumulated CPU time: 3599.38 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 2944 KiB

Child status: 0

Real time (s): 3610.91
CPU time (s): 3599.43
CPU user time (s): 3585.82
CPU system time (s): 13.6076
CPU usage (%): 99.6819
Max. virtual memory (cumulated for all children) (KiB): 6883576
Max. memory (cumulated for all children) (KiB): 5463136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3585.82
system time used= 13.6076
maximum resident set size= 5460192
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 784853
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1104296
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 831
involuntary context switches= 1998


# summary of solver processes directly reported to runsolver:
#   pid: 78927
#   total CPU time (s): 3599.43
#   total CPU user time (s): 3585.82
#   total CPU system time (s): 13.6076

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.66681 second user time and 12.3814 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-07-02 14:20:51
IDJOB=4505187
IDBENCH=155745
IDSOLVER=3374
FILE ID=nodeC016/4505187-1751458850
RUNJOBID= nodeC016-1751458850-78877
SLURM_JOB_ID= 9598461
Free space on /tmp= 432504 MiB

SOLVER NAME= WMaxCDCL-SCIP 2025-06-21
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Large/normalized-minisat100_16_6_5_ic.opb
COMMAND LINE= DIR/opbsolver BENCHNAME TIMELIMIT MEMLIMIT TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4505187-1751458850/watcher-4505187-1751458850 -o /tmp/evaluation-result-4505187-1751458850/solver-4505187-1751458850 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751458850-78877 --watchdog 3760  HOME/opbsolver HOME/instance-4505187-1751458850.opb 3600 31000 HOME HOME

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

MD5SUM BENCH= 88b39ea3a8b75d01f2291d1517c942c1
RANDOM SEED=971061078

nodeC016 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.744
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129273328 kB
MemAvailable:   129719136 kB
Buffers:            2144 kB
Cached:          1215188 kB
SwapCached:           28 kB
Active:           670120 kB
Inactive:         617676 kB
Active(anon):      82104 kB
Inactive(anon):     6404 kB
Active(file):     588016 kB
Inactive(file):   611272 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            481600 kB
Writeback:            16 kB
AnonPages:         73496 kB
Mapped:           103852 kB
Shmem:             18044 kB
KReclaimable:     171520 kB
Slab:             264016 kB
SReclaimable:     171520 kB
SUnreclaim:        92496 kB
KernelStack:        4064 kB
PageTables:         2804 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     334344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 431884 MiB
End job on nodeC016 at 2025-07-02 15:21:02