Trace number 4505233

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.48 3611.54

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_0_ic.opb
MD5SUMc6b8715c3f6301baee7dd7835457fcc6
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 benchmark14682715
Best CPU time to get the best result obtained on this benchmark71179.9
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 137388096
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 149684681822
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 137388096
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 149684681822
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.27/24.46	c Solving by WMaxCDCL...
24.34/3611.49	c Rebuilding OPB solution...
24.34/3611.49	c This is the PBCProcessor based on SCIP solver.
24.34/3611.49	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 (62511 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-4505233-1751458850/watcher-4505233-1751458850 -o /tmp/evaluation-result-4505233-1751458850/solver-4505233-1751458850 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751458850-78876 --watchdog 3760 HOME/opbsolver HOME/instance-4505233-1751458850.opb 3600 31000 HOME HOME 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=78923, runsolver pid=78917
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 0.75 2.37 4.41 5/271 78960
/proc/meminfo: memFree=129266388/131250000 swapFree=33010160/33010684
[pid=78923] ppid=78917 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/78923/stat : 78923 (opbsolver) S 78917 78923 78866 0 -1 4194304 347 665 0 0 0 0 0 0 20 0 1 0 61562634 4292608 736 18446744073709551615 94746321416192 94746322310725 140725133218656 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94746322549776 94746322597520 94746330710016 140725133220126 140725133220329 140725133220329 140725133225931 0
/proc/78923/statm: 1048 736 672 219 0 110 0
[pid=78953] ppid=78923 vsize=26124 memory=9624 CPUtime=0.04 cores=0,2
/proc/78953/stat : 78953 (pbcpreprocessor) R 78923 78923 78866 0 -1 4194304 1944 0 0 0 4 0 0 0 20 0 1 0 61562640 26750976 2406 18446744073709551615 4198400 15773533 140731796661936 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 17968456 18061744 40177664 140731796666544 140731796666846 140731796666846 140731796672453 0
/proc/78953/statm: 6531 2406 640 2826 0 3143 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 30316 KiB
Current children cumulated memory: 12568 KiB

[startup+0.205676 s]*
/proc/loadavg: 0.75 2.37 4.41 5/271 78960
/proc/meminfo: memFree=129188784/131250000 swapFree=33010160/33010684
[pid=78923] ppid=78917 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/78923/stat : 78923 (opbsolver) S 78917 78923 78866 0 -1 4194304 347 665 0 0 0 0 0 0 20 0 1 0 61562634 4292608 736 18446744073709551615 94746321416192 94746322310725 140725133218656 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94746322549776 94746322597520 94746330710016 140725133220126 140725133220329 140725133220329 140725133225931 0
/proc/78923/statm: 1048 736 672 219 0 110 0
[pid=78953] ppid=78923 vsize=44952 memory=27772 CPUtime=0.13 cores=0,2
/proc/78953/stat : 78953 (pbcpreprocessor) R 78923 78923 78866 0 -1 4194304 6871 0 0 0 13 0 0 0 20 0 1 0 61562640 46030848 6943 18446744073709551615 4198400 15773533 140731796661936 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 17968456 18061744 40177664 140731796666544 140731796666846 140731796666846 140731796672453 0
/proc/78953/statm: 11238 6943 640 2826 0 7850 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 49144 KiB
Current children cumulated memory: 30716 KiB

[startup+0.305781 s]*
/proc/loadavg: 0.75 2.37 4.41 5/271 78960
/proc/meminfo: memFree=129105056/131250000 swapFree=33010160/33010684
[pid=78923] ppid=78917 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/78923/stat : 78923 (opbsolver) S 78917 78923 78866 0 -1 4194304 347 665 0 0 0 0 0 0 20 0 1 0 61562634 4292608 736 18446744073709551615 94746321416192 94746322310725 140725133218656 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94746322549776 94746322597520 94746330710016 140725133220126 140725133220329 140725133220329 140725133225931 0
/proc/78923/statm: 1048 736 672 219 0 110 0
[pid=78953] ppid=78923 vsize=63104 memory=46448 CPUtime=0.24 cores=0,2
/proc/78953/stat : 78953 (pbcpreprocessor) R 78923 78923 78866 0 -1 4194304 11553 0 0 0 23 1 0 0 20 0 1 0 61562640 64618496 11612 18446744073709551615 4198400 15773533 140731796661936 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 17968456 18061744 40177664 140731796666544 140731796666846 140731796666846 140731796672453 0
/proc/78953/statm: 15776 11612 640 2826 0 12388 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 67296 KiB
Current children cumulated memory: 49392 KiB

[startup+0.700199 s]
/proc/loadavg: 0.75 2.37 4.41 5/271 78960
/proc/meminfo: memFree=128977072/131250000 swapFree=33010160/33010684
[pid=78923] ppid=78917 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/78923/stat : 78923 (opbsolver) S 78917 78923 78866 0 -1 4194304 347 665 0 0 0 0 0 0 20 0 1 0 61562634 4292608 736 18446744073709551615 94746321416192 94746322310725 140725133218656 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94746322549776 94746322597520 94746330710016 140725133220126 140725133220329 140725133220329 140725133225931 0
/proc/78923/statm: 1048 736 672 219 0 110 0
[pid=78953] ppid=78923 vsize=130692 memory=112116 CPUtime=0.63 cores=0,2
/proc/78953/stat : 78953 (pbcpreprocessor) R 78923 78923 78866 0 -1 4194304 27966 0 0 0 59 4 0 0 20 0 1 0 61562640 133828608 28029 18446744073709551615 4198400 15773533 140731796661936 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 17968456 18061744 40177664 140731796666544 140731796666846 140731796666846 140731796672453 0
/proc/78953/statm: 32673 28029 640 2826 0 29285 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 134884 KiB
Current children cumulated memory: 115060 KiB

[startup+1.50019 s]
/proc/loadavg: 0.75 2.37 4.41 5/271 78960
/proc/meminfo: memFree=128621872/131250000 swapFree=33010160/33010684
[pid=78923] ppid=78917 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/78923/stat : 78923 (opbsolver) S 78917 78923 78866 0 -1 4194304 347 665 0 0 0 0 0 0 20 0 1 0 61562634 4292608 736 18446744073709551615 94746321416192 94746322310725 140725133218656 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94746322549776 94746322597520 94746330710016 140725133220126 140725133220329 140725133220329 140725133225931 0
/proc/78923/statm: 1048 736 672 219 0 110 0
[pid=78953] ppid=78923 vsize=268244 memory=249592 CPUtime=1.43 cores=0,2
/proc/78953/stat : 78953 (pbcpreprocessor) R 78923 78923 78866 0 -1 4194304 60798 0 0 0 133 10 0 0 20 0 1 0 61562640 274681856 62398 18446744073709551615 4198400 15773533 140731796661936 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 17968456 18061744 40177664 140731796666544 140731796666846 140731796666846 140731796672453 0
/proc/78953/statm: 67061 62398 640 2826 0 63673 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 272436 KiB
Current children cumulated memory: 252536 KiB

[startup+3.10545 s]
/proc/loadavg: 1.01 2.40 4.40 5/271 78960
/proc/meminfo: memFree=127693492/131250000 swapFree=33010160/33010684
[pid=78923] ppid=78917 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/78923/stat : 78923 (opbsolver) S 78917 78923 78866 0 -1 4194304 347 665 0 0 0 0 0 0 20 0 1 0 61562634 4292608 736 18446744073709551615 94746321416192 94746322310725 140725133218656 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94746322549776 94746322597520 94746330710016 140725133220126 140725133220329 140725133220329 140725133225931 0
/proc/78923/statm: 1048 736 672 219 0 110 0
[pid=78953] ppid=78923 vsize=412568 memory=391940 CPUtime=3.02 cores=0,2
/proc/78953/stat : 78953 (pbcpreprocessor) R 78923 78923 78866 0 -1 4194304 87646 0 0 0 288 14 0 0 20 0 1 0 61562640 422469632 97985 18446744073709551615 4198400 15773533 140731796661936 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 17968456 18061744 40177664 140731796666544 140731796666846 140731796666846 140731796672453 0
/proc/78953/statm: 103142 97985 704 2826 0 99754 0
Current children cumulated CPU time: 3.02 s
Current children cumulated vsize: 416760 KiB
Current children cumulated memory: 394884 KiB

[startup+6.30019 s]
/proc/loadavg: 1.01 2.40 4.40 5/271 78960
/proc/meminfo: memFree=123788012/131250000 swapFree=33010160/33010684
[pid=78923] ppid=78917 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/78923/stat : 78923 (opbsolver) S 78917 78923 78866 0 -1 4194304 347 665 0 0 0 0 0 0 20 0 1 0 61562634 4292608 736 18446744073709551615 94746321416192 94746322310725 140725133218656 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94746322549776 94746322597520 94746330710016 140725133220126 140725133220329 140725133220329 140725133225931 0
/proc/78923/statm: 1048 736 672 219 0 110 0
[pid=78953] ppid=78923 vsize=1408472 memory=1161680 CPUtime=6.21 cores=0,2
/proc/78953/stat : 78953 (pbcpreprocessor) R 78923 78923 78866 0 -1 4194304 220911 0 0 0 571 50 0 0 20 0 1 0 61562640 1442275328 290420 18446744073709551615 4198400 15773533 140731796661936 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 17968456 18061744 40177664 140731796666544 140731796666846 140731796666846 140731796672453 0
/proc/78953/statm: 352118 290420 704 2826 0 348730 0
Current children cumulated CPU time: 6.21 s
Current children cumulated vsize: 1412664 KiB
Current children cumulated memory: 1164624 KiB

[startup+12.7002 s]
/proc/loadavg: 1.55 2.47 4.41 5/271 78961
/proc/meminfo: memFree=123232172/131250000 swapFree=33010160/33010684
[pid=78923] ppid=78917 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/78923/stat : 78923 (opbsolver) S 78917 78923 78866 0 -1 4194304 347 665 0 0 0 0 0 0 20 0 1 0 61562634 4292608 736 18446744073709551615 94746321416192 94746322310725 140725133218656 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94746322549776 94746322597520 94746330710016 140725133220126 140725133220329 140725133220329 140725133225931 0
/proc/78923/statm: 1048 736 672 219 0 110 0
[pid=78953] ppid=78923 vsize=1408472 memory=1372624 CPUtime=12.6 cores=0,2
/proc/78953/stat : 78953 (pbcpreprocessor) R 78923 78923 78866 0 -1 4194304 221047 0 0 0 919 341 0 0 20 0 1 0 61562640 1442275328 343156 18446744073709551615 4198400 15773533 140731796661936 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 17968456 18061744 40177664 140731796666544 140731796666846 140731796666846 140731796672453 0
/proc/78953/statm: 352118 343156 704 2826 0 348730 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 1412664 KiB
Current children cumulated memory: 1375568 KiB

[startup+25.5002 s]
/proc/loadavg: 1.92 2.52 4.40 5/272 78970
/proc/meminfo: memFree=125486660/131250000 swapFree=33010160/33010684
[pid=78923] ppid=78917 vsize=4192 memory=2944 CPUtime=24.34 cores=0,2
/proc/78923/stat : 78923 (opbsolver) S 78917 78923 78866 0 -1 4194304 406 222071 0 0 0 0 1392 1042 20 0 1 0 61562634 4292608 736 18446744073709551615 94746321416192 94746322310725 140725133218656 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94746322549776 94746322597520 94746330710016 140725133220126 140725133220329 140725133220329 140725133225931 0
/proc/78923/statm: 1048 736 672 219 0 110 0
[pid=78966] ppid=78923 vsize=742008 memory=674064 CPUtime=1.01 cores=0,2
/proc/78966/stat : 78966 (wmaxcdcl) R 78923 78923 78866 0 -1 4194304 119285 0 0 0 78 23 0 0 20 0 1 0 61565081 759816192 168484 18446744073709551615 4198400 5932793 140729300489040 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 27693056 140729300490587 140729300490732 140729300490732 140729300496332 0
/proc/78966/statm: 185502 168516 448 424 0 184957 0
Current children cumulated CPU time: 25.35 s
Current children cumulated vsize: 746200 KiB
Current children cumulated memory: 677008 KiB

[startup+51.1056 s]
/proc/loadavg: 2.84 2.69 4.41 5/272 78970
/proc/meminfo: memFree=106062596/131250000 swapFree=33010160/33010684
[pid=78923] ppid=78917 vsize=4192 memory=2944 CPUtime=24.34 cores=0,2
/proc/78923/stat : 78923 (opbsolver) S 78917 78923 78866 0 -1 4194304 406 222071 0 0 0 0 1392 1042 20 0 1 0 61562634 4292608 736 18446744073709551615 94746321416192 94746322310725 140725133218656 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94746322549776 94746322597520 94746330710016 140725133220126 140725133220329 140725133220329 140725133225931 0
/proc/78923/statm: 1048 736 672 219 0 110 0
[pid=78966] ppid=78923 vsize=6400220 memory=5114036 CPUtime=26.54 cores=0,2
/proc/78966/stat : 78966 (wmaxcdcl) R 78923 78923 78866 0 -1 4194304 519593 0 0 0 2491 163 0 0 20 0 1 0 61565081 6553825280 1278509 18446744073709551615 4198400 5932793 140729300489040 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 27693056 140729300490587 140729300490732 140729300490732 140729300496332 0
/proc/78966/statm: 1600055 1278509 448 424 0 1599510 0
Current children cumulated CPU time: 50.88 s
Current children cumulated vsize: 6404412 KiB
Current children cumulated memory: 5116980 KiB

[startup+102.3 s]
/proc/loadavg: 3.66 2.95 4.40 5/271 78972
/proc/meminfo: memFree=107377460/131250000 swapFree=33010160/33010684
[pid=78923] ppid=78917 vsize=4192 memory=2944 CPUtime=24.34 cores=0,2
/proc/78923/stat : 78923 (opbsolver) S 78917 78923 78866 0 -1 4194304 406 222071 0 0 0 0 1392 1042 20 0 1 0 61562634 4292608 736 18446744073709551615 94746321416192 94746322310725 140725133218656 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94746322549776 94746322597520 94746330710016 140725133220126 140725133220329 140725133220329 140725133225931 0
/proc/78923/statm: 1048 736 672 219 0 110 0
[pid=78966] ppid=78923 vsize=6163948 memory=4894476 CPUtime=77.56 cores=0,2
/proc/78966/stat : 78966 (wmaxcdcl) R 78923 78923 78866 0 -1 4194304 520405 0 0 0 7591 165 0 0 20 0 1 0 61565081 6311882752 1223619 18446744073709551615 4198400 5932793 140729300489040 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 27693056 140729300490587 140729300490732 140729300490732 140729300496332 0
/proc/78966/statm: 1540987 1223619 448 424 0 1540442 0
Current children cumulated CPU time: 101.9 s
Current children cumulated vsize: 6168140 KiB
Current children cumulated memory: 4897420 KiB

[startup+162.3 s]
/proc/loadavg: 4.00 3.18 4.38 5/272 78979
/proc/meminfo: memFree=107615896/131250000 swapFree=33010160/33010684
[pid=78923] ppid=78917 vsize=4192 memory=2944 CPUtime=24.34 cores=0,2
/proc/78923/stat : 78923 (opbsolver) S 78917 78923 78866 0 -1 4194304 406 222071 0 0 0 0 1392 1042 20 0 1 0 61562634 4292608 736 18446744073709551615 94746321416192 94746322310725 140725133218656 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94746322549776 94746322597520 94746330710016 140725133220126 140725133220329 140725133220329 140725133225931 0
/proc/78923/statm: 1048 736 672 219 0 110 0
[pid=78966] ppid=78923 vsize=5945848 memory=4813616 CPUtime=137.36 cores=0,2
/proc/78966/stat : 78966 (wmaxcdcl) R 78923 78923 78866 0 -1 4194304 544151 0 0 0 13553 183 0 0 20 0 1 0 61565081 6088548352 1203404 18446744073709551615 4198400 5932793 140729300489040 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 27693056 140729300490587 140729300490732 140729300490732 140729300496332 0
/proc/78966/statm: 1486462 1203404 448 424 0 1485917 0
Current children cumulated CPU time: 161.7 s
Current children cumulated vsize: 5950040 KiB
Current children cumulated memory: 4816560 KiB

[startup+222.3 s]
/proc/loadavg: 4.05 3.35 4.36 5/272 78982
/proc/meminfo: memFree=107672076/131250000 swapFree=33010160/33010684
[pid=78923] ppid=78917 vsize=4192 memory=2944 CPUtime=24.34 cores=0,2
/proc/78923/stat : 78923 (opbsolver) S 78917 78923 78866 0 -1 4194304 406 222071 0 0 0 0 1392 1042 20 0 1 0 61562634 4292608 736 18446744073709551615 94746321416192 94746322310725 140725133218656 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94746322549776 94746322597520 94746330710016 140725133220126 140725133220329 140725133220329 140725133225931 0
/proc/78923/statm: 1048 736 672 219 0 110 0
[pid=78966] ppid=78923 vsize=5945848 memory=4813640 CPUtime=197.16 cores=0,2
/proc/78966/stat : 78966 (wmaxcdcl) R 78923 78923 78866 0 -1 4194304 558597 0 0 0 19432 284 0 0 20 0 1 0 61565081 6088548352 1203410 18446744073709551615 4198400 5932793 140729300489040 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 27693056 140729300490587 140729300490732 140729300490732 140729300496332 0
/proc/78966/statm: 1486462 1203410 448 424 0 1485917 0

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

/proc/loadavg: 4.10 4.09 4.09 5/269 79158
/proc/meminfo: memFree=107581428/131250000 swapFree=33010160/33010684
[pid=78923] ppid=78917 vsize=4192 memory=2944 CPUtime=24.34 cores=0,2
/proc/78923/stat : 78923 (opbsolver) S 78917 78923 78866 0 -1 4194304 406 222071 0 0 0 0 1392 1042 20 0 1 0 61562634 4292608 736 18446744073709551615 94746321416192 94746322310725 140725133218656 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94746322549776 94746322597520 94746330710016 140725133220126 140725133220329 140725133220329 140725133225931 0
/proc/78923/statm: 1048 736 672 219 0 110 0
[pid=78966] ppid=78923 vsize=5945848 memory=4813640 CPUtime=3426.38 cores=0,2
/proc/78966/stat : 78966 (wmaxcdcl) R 78923 78923 78866 0 -1 4194304 561981 0 0 0 342348 290 0 0 20 0 1 0 61565081 6088548352 1203410 18446744073709551615 4198400 5932793 140729300489040 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 27693056 140729300490587 140729300490732 140729300490732 140729300496332 0
/proc/78966/statm: 1486462 1203410 448 424 0 1485917 0
Current children cumulated CPU time: 3450.72 s
Current children cumulated vsize: 5950040 KiB
Current children cumulated memory: 4816584 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/269 79160
/proc/meminfo: memFree=107576668/131250000 swapFree=33010160/33010684
[pid=78923] ppid=78917 vsize=4192 memory=2944 CPUtime=24.34 cores=0,2
/proc/78923/stat : 78923 (opbsolver) S 78917 78923 78866 0 -1 4194304 406 222071 0 0 0 0 1392 1042 20 0 1 0 61562634 4292608 736 18446744073709551615 94746321416192 94746322310725 140725133218656 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94746322549776 94746322597520 94746330710016 140725133220126 140725133220329 140725133220329 140725133225931 0
/proc/78923/statm: 1048 736 672 219 0 110 0
[pid=78966] ppid=78923 vsize=5945848 memory=4813640 CPUtime=3486.18 cores=0,2
/proc/78966/stat : 78966 (wmaxcdcl) R 78923 78923 78866 0 -1 4194304 561985 0 0 0 348328 290 0 0 20 0 1 0 61565081 6088548352 1203410 18446744073709551615 4198400 5932793 140729300489040 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 27693056 140729300490587 140729300490732 140729300490732 140729300496332 0
/proc/78966/statm: 1486462 1203410 448 424 0 1485917 0
Current children cumulated CPU time: 3510.52 s
Current children cumulated vsize: 5950040 KiB
Current children cumulated memory: 4816584 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/270 79165
/proc/meminfo: memFree=107586228/131250000 swapFree=33010160/33010684
[pid=78923] ppid=78917 vsize=4192 memory=2944 CPUtime=24.34 cores=0,2
/proc/78923/stat : 78923 (opbsolver) S 78917 78923 78866 0 -1 4194304 406 222071 0 0 0 0 1392 1042 20 0 1 0 61562634 4292608 736 18446744073709551615 94746321416192 94746322310725 140725133218656 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94746322549776 94746322597520 94746330710016 140725133220126 140725133220329 140725133220329 140725133225931 0
/proc/78923/statm: 1048 736 672 219 0 110 0
[pid=78966] ppid=78923 vsize=5945848 memory=4813640 CPUtime=3545.98 cores=0,2
/proc/78966/stat : 78966 (wmaxcdcl) R 78923 78923 78866 0 -1 4194304 562053 0 0 0 354308 290 0 0 20 0 1 0 61565081 6088548352 1203410 18446744073709551615 4198400 5932793 140729300489040 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 27693056 140729300490587 140729300490732 140729300490732 140729300496332 0
/proc/78966/statm: 1486462 1203410 448 424 0 1485917 0
Current children cumulated CPU time: 3570.32 s
Current children cumulated vsize: 5950040 KiB
Current children cumulated memory: 4816584 KiB

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

# cumulated CPU time of all completed processes:  user=3585.99 s, system=13.4901 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 5/270 79165
/proc/meminfo: memFree=107586480/131250000 swapFree=33010160/33010684
[pid=78923] ppid=78917 vsize=4192 memory=2944 CPUtime=24.34 cores=0,2
/proc/78923/stat : 78923 (opbsolver) S 78917 78923 78866 0 -1 4194304 406 222071 0 0 0 0 1392 1042 20 0 1 0 61562634 4292608 736 18446744073709551615 94746321416192 94746322310725 140725133218656 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94746322549776 94746322597520 94746330710016 140725133220126 140725133220329 140725133220329 140725133225931 0
/proc/78923/statm: 1048 736 672 219 0 110 0
[pid=78966] ppid=78923 vsize=5945848 memory=4813640 CPUtime=3547.68 cores=0,2
/proc/78966/stat : 78966 (wmaxcdcl) R 78923 78923 78866 0 -1 4194304 562053 0 0 0 354478 290 0 0 20 0 1 0 61565081 6088548352 1203410 18446744073709551615 4198400 5932793 140729300489040 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 27693056 140729300490587 140729300490732 140729300490732 140729300496332 0
/proc/78966/statm: 1486462 1203410 448 424 0 1485917 0
Current children cumulated CPU time: 3572.02 s
Current children cumulated vsize: 5950040 KiB
Current children cumulated memory: 4816584 KiB

[startup+3596.8 s]
/proc/loadavg: 4.08 4.09 4.09 5/270 79165
/proc/meminfo: memFree=107586892/131250000 swapFree=33010160/33010684
[pid=78923] ppid=78917 vsize=4192 memory=2944 CPUtime=24.34 cores=0,2
/proc/78923/stat : 78923 (opbsolver) S 78917 78923 78866 0 -1 4194304 406 222071 0 0 0 0 1392 1042 20 0 1 0 61562634 4292608 736 18446744073709551615 94746321416192 94746322310725 140725133218656 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94746322549776 94746322597520 94746330710016 140725133220126 140725133220329 140725133220329 140725133225931 0
/proc/78923/statm: 1048 736 672 219 0 110 0
[pid=78966] ppid=78923 vsize=5945848 memory=4813640 CPUtime=3560.44 cores=0,2
/proc/78966/stat : 78966 (wmaxcdcl) R 78923 78923 78866 0 -1 4194304 562053 0 0 0 355754 290 0 0 20 0 1 0 61565081 6088548352 1203410 18446744073709551615 4198400 5932793 140729300489040 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 27693056 140729300490587 140729300490732 140729300490732 140729300496332 0
/proc/78966/statm: 1486462 1203410 448 424 0 1485917 0
Current children cumulated CPU time: 3584.78 s
Current children cumulated vsize: 5950040 KiB
Current children cumulated memory: 4816584 KiB

[startup+3603.2 s]
/proc/loadavg: 4.15 4.10 4.09 5/270 79165
/proc/meminfo: memFree=107578992/131250000 swapFree=33010160/33010684
[pid=78923] ppid=78917 vsize=4192 memory=2944 CPUtime=24.34 cores=0,2
/proc/78923/stat : 78923 (opbsolver) S 78917 78923 78866 0 -1 4194304 406 222071 0 0 0 0 1392 1042 20 0 1 0 61562634 4292608 736 18446744073709551615 94746321416192 94746322310725 140725133218656 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94746322549776 94746322597520 94746330710016 140725133220126 140725133220329 140725133220329 140725133225931 0
/proc/78923/statm: 1048 736 672 219 0 110 0
[pid=78966] ppid=78923 vsize=5945848 memory=4813640 CPUtime=3566.82 cores=0,2
/proc/78966/stat : 78966 (wmaxcdcl) R 78923 78923 78866 0 -1 4194304 562053 0 0 0 356392 290 0 0 20 0 1 0 61565081 6088548352 1203410 18446744073709551615 4198400 5932793 140729300489040 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 27693056 140729300490587 140729300490732 140729300490732 140729300496332 0
/proc/78966/statm: 1486462 1203410 448 424 0 1485917 0
Current children cumulated CPU time: 3591.16 s
Current children cumulated vsize: 5950040 KiB
Current children cumulated memory: 4816584 KiB

[startup+3606.4 s]
/proc/loadavg: 4.15 4.10 4.09 5/270 79166
/proc/meminfo: memFree=107586872/131250000 swapFree=33010160/33010684
[pid=78923] ppid=78917 vsize=4192 memory=2944 CPUtime=24.34 cores=0,2
/proc/78923/stat : 78923 (opbsolver) S 78917 78923 78866 0 -1 4194304 406 222071 0 0 0 0 1392 1042 20 0 1 0 61562634 4292608 736 18446744073709551615 94746321416192 94746322310725 140725133218656 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94746322549776 94746322597520 94746330710016 140725133220126 140725133220329 140725133220329 140725133225931 0
/proc/78923/statm: 1048 736 672 219 0 110 0
[pid=78966] ppid=78923 vsize=5945848 memory=4813640 CPUtime=3570 cores=0,2
/proc/78966/stat : 78966 (wmaxcdcl) R 78923 78923 78866 0 -1 4194304 562053 0 0 0 356710 290 0 0 20 0 1 0 61565081 6088548352 1203410 18446744073709551615 4198400 5932793 140729300489040 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 27693056 140729300490587 140729300490732 140729300490732 140729300496332 0
/proc/78966/statm: 1486462 1203410 448 424 0 1485917 0
Current children cumulated CPU time: 3594.34 s
Current children cumulated vsize: 5950040 KiB
Current children cumulated memory: 4816584 KiB

[startup+3609.6 s]
/proc/loadavg: 4.14 4.10 4.09 5/270 79166
/proc/meminfo: memFree=107594984/131250000 swapFree=33010160/33010684
[pid=78923] ppid=78917 vsize=4192 memory=2944 CPUtime=24.34 cores=0,2
/proc/78923/stat : 78923 (opbsolver) S 78917 78923 78866 0 -1 4194304 406 222071 0 0 0 0 1392 1042 20 0 1 0 61562634 4292608 736 18446744073709551615 94746321416192 94746322310725 140725133218656 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94746322549776 94746322597520 94746330710016 140725133220126 140725133220329 140725133220329 140725133225931 0
/proc/78923/statm: 1048 736 672 219 0 110 0
[pid=78966] ppid=78923 vsize=5945848 memory=4813640 CPUtime=3573.19 cores=0,2
/proc/78966/stat : 78966 (wmaxcdcl) R 78923 78923 78866 0 -1 4194304 562053 0 0 0 357029 290 0 0 20 0 1 0 61565081 6088548352 1203410 18446744073709551615 4198400 5932793 140729300489040 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 27693056 140729300490587 140729300490732 140729300490732 140729300496332 0
/proc/78966/statm: 1486462 1203410 448 424 0 1485917 0
Current children cumulated CPU time: 3597.53 s
Current children cumulated vsize: 5950040 KiB
Current children cumulated memory: 4816584 KiB

[startup+3610.4 s]
/proc/loadavg: 4.14 4.10 4.09 5/270 79166
/proc/meminfo: memFree=107594984/131250000 swapFree=33010160/33010684
[pid=78923] ppid=78917 vsize=4192 memory=2944 CPUtime=24.34 cores=0,2
/proc/78923/stat : 78923 (opbsolver) S 78917 78923 78866 0 -1 4194304 406 222071 0 0 0 0 1392 1042 20 0 1 0 61562634 4292608 736 18446744073709551615 94746321416192 94746322310725 140725133218656 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94746322549776 94746322597520 94746330710016 140725133220126 140725133220329 140725133220329 140725133225931 0
/proc/78923/statm: 1048 736 672 219 0 110 0
[pid=78966] ppid=78923 vsize=5945848 memory=4813640 CPUtime=3573.99 cores=0,2
/proc/78966/stat : 78966 (wmaxcdcl) R 78923 78923 78866 0 -1 4194304 562053 0 0 0 357109 290 0 0 20 0 1 0 61565081 6088548352 1203410 18446744073709551615 4198400 5932793 140729300489040 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 27693056 140729300490587 140729300490732 140729300490732 140729300496332 0
/proc/78966/statm: 1486462 1203410 448 424 0 1485917 0
Current children cumulated CPU time: 3598.33 s
Current children cumulated vsize: 5950040 KiB
Current children cumulated memory: 4816584 KiB

[startup+3611.2 s]
/proc/loadavg: 4.14 4.10 4.09 2/257 79188
/proc/meminfo: memFree=123795916/131250000 swapFree=33010160/33010684
[pid=78923] ppid=78917 vsize=4192 memory=2944 CPUtime=24.34 cores=0,2
/proc/78923/stat : 78923 (opbsolver) S 78917 78923 78866 0 -1 4194304 406 222071 0 0 0 0 1392 1042 20 0 1 0 61562634 4292608 736 18446744073709551615 94746321416192 94746322310725 140725133218656 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94746322549776 94746322597520 94746330710016 140725133220126 140725133220329 140725133220329 140725133225931 0
/proc/78923/statm: 1048 736 672 219 0 110 0
[pid=78966] ppid=78923 vsize=5945848 memory=4813640 CPUtime=3574.79 cores=0,2
/proc/78966/stat : 78966 (wmaxcdcl) R 78923 78923 78866 0 -1 4194304 562053 0 0 0 357189 290 0 0 20 0 1 0 61565081 6088548352 1203410 18446744073709551615 4198400 5932793 140729300489040 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 27693056 140729300490587 140729300490732 140729300490732 140729300496332 0
/proc/78966/statm: 1486462 1203410 448 424 0 1485917 0
Current children cumulated CPU time: 3599.13 s
Current children cumulated vsize: 5950040 KiB
Current children cumulated memory: 4816584 KiB

[startup+3611.4 s]
/proc/loadavg: 4.14 4.10 4.09 2/257 79188
/proc/meminfo: memFree=123795916/131250000 swapFree=33010160/33010684
[pid=78923] ppid=78917 vsize=4192 memory=2944 CPUtime=24.34 cores=0,2
/proc/78923/stat : 78923 (opbsolver) S 78917 78923 78866 0 -1 4194304 406 222071 0 0 0 0 1392 1042 20 0 1 0 61562634 4292608 736 18446744073709551615 94746321416192 94746322310725 140725133218656 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94746322549776 94746322597520 94746330710016 140725133220126 140725133220329 140725133220329 140725133225931 0
/proc/78923/statm: 1048 736 672 219 0 110 0
Current children cumulated CPU time: 24.34 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 2944 KiB

[startup+3611.5 s]
/proc/loadavg: 4.14 4.10 4.09 2/257 79188
/proc/meminfo: memFree=123795916/131250000 swapFree=33010160/33010684
[pid=78923] ppid=78917 vsize=4192 memory=2944 CPUtime=3599.44 cores=0,2
/proc/78923/stat : 78923 (opbsolver) S 78917 78923 78866 0 -1 4194304 465 784311 0 0 0 0 358599 1345 20 0 1 0 61562634 4292608 736 18446744073709551615 94746321416192 94746322310725 140725133218656 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94746322549776 94746322597520 94746330710016 140725133220126 140725133220329 140725133220329 140725133225931 0
/proc/78923/statm: 1048 736 672 219 0 110 0
Current children cumulated CPU time: 3599.44 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 2944 KiB

Child status: 0

Real time (s): 3611.54
CPU time (s): 3599.48
CPU user time (s): 3585.99
CPU system time (s): 13.4901
CPU usage (%): 99.6662
Max. virtual memory (cumulated for all children) (KiB): 6883576
Max. memory (cumulated for all children) (KiB): 5451672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3585.99
system time used= 13.4901
maximum resident set size= 5448728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 784874
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= 558
involuntary context switches= 7841


# summary of solver processes directly reported to runsolver:
#   pid: 78923
#   total CPU time (s): 3599.48
#   total CPU user time (s): 3585.99
#   total CPU system time (s): 13.4901

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.41954 second user time and 16.9065 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-07-02 14:20:51
IDJOB=4505233
IDBENCH=155746
IDSOLVER=3374
FILE ID=nodeC016/4505233-1751458850
RUNJOBID= nodeC016-1751458850-78876
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_0_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-4505233-1751458850/watcher-4505233-1751458850 -o /tmp/evaluation-result-4505233-1751458850/solver-4505233-1751458850 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751458850-78876 --watchdog 3760  HOME/opbsolver HOME/instance-4505233-1751458850.opb 3600 31000 HOME HOME

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

MD5SUM BENCH= c6b8715c3f6301baee7dd7835457fcc6
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= 432424 MiB
End job on nodeC016 at 2025-07-02 15:21:03