Trace number 4505463

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
WMaxCDCL-SCIP 2025-06-21? 3598.99 3609.94

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_4_mh.opb
MD5SUM52dca71e841298ae6df8c1bcbb79ed30
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 benchmark13359973
Best CPU time to get the best result obtained on this benchmark3600.91
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000400
Total number of constraints4920807
Number of constraints which are clauses3910700
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints1010000
Minimum length of a constraint2
Maximum length of a constraint14950
Number of terms in the objective function 1019800
Biggest coefficient in the objective function 140608000
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 388230486170
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 140608000
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 388230486170
Number of bits of the biggest sum of numbers39
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.05	c Encoding OPB into MaxSAT...
0.00/0.05	c This is the PBCProcessor based on SCIP solver.
57.49/57.74	c Solving by WMaxCDCL...
57.54/3609.86	c Rebuilding OPB solution...
57.54/3609.86	c This is the PBCProcessor based on SCIP solver.
57.54/3609.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 (62245 MiB free)
  memory of node 1: 64465 MiB (63490 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4505463-1751462463/watcher-4505463-1751462463 -o /tmp/evaluation-result-4505463-1751462463/solver-4505463-1751462463 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751458850-78879 --watchdog 3760 HOME/opbsolver HOME/instance-4505463-1751462463.opb 3600 31000 HOME HOME 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100058 s]*
/proc/loadavg: 4.13 4.10 4.09 5/264 79362
/proc/meminfo: memFree=128729992/131250000 swapFree=33010160/33010684
[pid=79351] ppid=79342 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/79351/stat : 79351 (opbsolver) S 79342 79351 78866 0 -1 4194304 348 655 0 0 0 0 0 0 20 0 1 0 61924039 4292608 768 18446744073709551615 94591275786240 94591276680773 140731248568768 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94591276919824 94591276967568 94591298994176 140731248572702 140731248572905 140731248572905 140731248578507 0
/proc/79351/statm: 1048 768 704 219 0 110 0
[pid=79362] ppid=79351 vsize=23384 memory=6688 CPUtime=0.04 cores=5,7
/proc/79362/stat : 79362 (pbcpreprocessor) R 79351 79351 78866 0 -1 4194304 1599 0 0 0 4 0 0 0 20 0 1 0 61924045 23945216 1672 18446744073709551615 4198400 15773533 140720733078480 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 17968456 18061744 36249600 140720733079728 140720733080030 140720733080030 140720733085637 0
/proc/79362/statm: 5846 1672 640 2826 0 2458 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 27576 KiB
Current children cumulated memory: 9760 KiB

[startup+0.205281 s]*
/proc/loadavg: 4.13 4.10 4.09 5/264 79363
/proc/meminfo: memFree=128676628/131250000 swapFree=33010160/33010684
[pid=79351] ppid=79342 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/79351/stat : 79351 (opbsolver) S 79342 79351 78866 0 -1 4194304 348 655 0 0 0 0 0 0 20 0 1 0 61924039 4292608 768 18446744073709551615 94591275786240 94591276680773 140731248568768 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94591276919824 94591276967568 94591298994176 140731248572702 140731248572905 140731248572905 140731248578507 0
/proc/79351/statm: 1048 768 704 219 0 110 0
[pid=79362] ppid=79351 vsize=35672 memory=16096 CPUtime=0.14 cores=5,7
/proc/79362/stat : 79362 (pbcpreprocessor) R 79351 79351 78866 0 -1 4194304 3448 0 0 0 14 0 0 0 20 0 1 0 61924045 36528128 4024 18446744073709551615 4198400 15773533 140720733078480 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 17968456 18061744 36249600 140720733079728 140720733080030 140720733080030 140720733085637 0
/proc/79362/statm: 8918 4024 640 2826 0 5530 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 39864 KiB
Current children cumulated memory: 19168 KiB

[startup+0.305046 s]*
/proc/loadavg: 4.13 4.10 4.09 5/269 79372
/proc/meminfo: memFree=128632840/131250000 swapFree=33010160/33010684
[pid=79351] ppid=79342 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/79351/stat : 79351 (opbsolver) S 79342 79351 78866 0 -1 4194304 348 655 0 0 0 0 0 0 20 0 1 0 61924039 4292608 768 18446744073709551615 94591275786240 94591276680773 140731248568768 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94591276919824 94591276967568 94591298994176 140731248572702 140731248572905 140731248572905 140731248578507 0
/proc/79351/statm: 1048 768 704 219 0 110 0
[pid=79362] ppid=79351 vsize=45772 memory=29108 CPUtime=0.23 cores=5,7
/proc/79362/stat : 79362 (pbcpreprocessor) R 79351 79351 78866 0 -1 4194304 4669 0 0 0 23 0 0 0 20 0 1 0 61924045 46870528 7277 18446744073709551615 4198400 15773533 140720733078480 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 17968456 18061744 36249600 140720733079728 140720733080030 140720733080030 140720733085637 0
/proc/79362/statm: 11443 7277 640 2826 0 8055 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 49964 KiB
Current children cumulated memory: 32180 KiB

[startup+0.700167 s]
/proc/loadavg: 4.13 4.10 4.09 6/270 79378
/proc/meminfo: memFree=128555552/131250000 swapFree=33010160/33010684
[pid=79351] ppid=79342 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/79351/stat : 79351 (opbsolver) S 79342 79351 78866 0 -1 4194304 348 655 0 0 0 0 0 0 20 0 1 0 61924039 4292608 768 18446744073709551615 94591275786240 94591276680773 140731248568768 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94591276919824 94591276967568 94591298994176 140731248572702 140731248572905 140731248572905 140731248578507 0
/proc/79351/statm: 1048 768 704 219 0 110 0
[pid=79362] ppid=79351 vsize=107200 memory=89400 CPUtime=0.61 cores=5,7
/proc/79362/stat : 79362 (pbcpreprocessor) R 79351 79351 78866 0 -1 4194304 19233 0 0 0 58 3 0 0 20 0 1 0 61924045 109772800 22350 18446744073709551615 4198400 15773533 140720733078480 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 17968456 18061744 36249600 140720733079728 140720733080030 140720733080030 140720733085637 0
/proc/79362/statm: 26800 22350 640 2826 0 23412 0
Current children cumulated CPU time: 0.61 s
Current children cumulated vsize: 111392 KiB
Current children cumulated memory: 92472 KiB

[startup+1.50017 s]
/proc/loadavg: 4.13 4.10 4.09 5/270 79378
/proc/meminfo: memFree=128180904/131250000 swapFree=33010160/33010684
[pid=79351] ppid=79342 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/79351/stat : 79351 (opbsolver) S 79342 79351 78866 0 -1 4194304 348 655 0 0 0 0 0 0 20 0 1 0 61924039 4292608 768 18446744073709551615 94591275786240 94591276680773 140731248568768 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94591276919824 94591276967568 94591298994176 140731248572702 140731248572905 140731248572905 140731248578507 0
/proc/79351/statm: 1048 768 704 219 0 110 0
[pid=79362] ppid=79351 vsize=286872 memory=265996 CPUtime=1.41 cores=5,7
/proc/79362/stat : 79362 (pbcpreprocessor) R 79351 79351 78866 0 -1 4194304 61342 0 0 0 132 9 0 0 20 0 1 0 61924045 293756928 66499 18446744073709551615 4198400 15773533 140720733078480 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 17968456 18061744 36249600 140720733079728 140720733080030 140720733080030 140720733085637 0
/proc/79362/statm: 71718 66499 640 2826 0 68330 0
Current children cumulated CPU time: 1.41 s
Current children cumulated vsize: 291064 KiB
Current children cumulated memory: 269068 KiB

[startup+3.10532 s]
/proc/loadavg: 4.13 4.10 4.09 5/270 79378
/proc/meminfo: memFree=126830844/131250000 swapFree=33010160/33010684
[pid=79351] ppid=79342 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/79351/stat : 79351 (opbsolver) S 79342 79351 78866 0 -1 4194304 348 655 0 0 0 0 0 0 20 0 1 0 61924039 4292608 768 18446744073709551615 94591275786240 94591276680773 140731248568768 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94591276919824 94591276967568 94591298994176 140731248572702 140731248572905 140731248572905 140731248578507 0
/proc/79351/statm: 1048 768 704 219 0 110 0
[pid=79362] ppid=79351 vsize=573988 memory=551004 CPUtime=3.01 cores=5,7
/proc/79362/stat : 79362 (pbcpreprocessor) R 79351 79351 78866 0 -1 4194304 129541 0 0 0 281 20 0 0 20 0 1 0 61924045 587763712 137751 18446744073709551615 4198400 15773533 140720733078480 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 17968456 18061744 36249600 140720733079728 140720733080030 140720733080030 140720733085637 0
/proc/79362/statm: 143497 137751 640 2826 0 140109 0
Current children cumulated CPU time: 3.01 s
Current children cumulated vsize: 578180 KiB
Current children cumulated memory: 554076 KiB

[startup+6.3002 s]
/proc/loadavg: 4.12 4.10 4.09 5/270 79378
/proc/meminfo: memFree=124536316/131250000 swapFree=33010160/33010684
[pid=79351] ppid=79342 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/79351/stat : 79351 (opbsolver) S 79342 79351 78866 0 -1 4194304 348 655 0 0 0 0 0 0 20 0 1 0 61924039 4292608 768 18446744073709551615 94591275786240 94591276680773 140731248568768 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94591276919824 94591276967568 94591298994176 140731248572702 140731248572905 140731248572905 140731248578507 0
/proc/79351/statm: 1048 768 704 219 0 110 0
[pid=79362] ppid=79351 vsize=1051092 memory=984372 CPUtime=6.2 cores=5,7
/proc/79362/stat : 79362 (pbcpreprocessor) R 79351 79351 78866 0 -1 4194304 204170 0 0 0 585 35 0 0 20 0 1 0 61924045 1076318208 246093 18446744073709551615 4198400 15773533 140720733078480 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 17968456 18061744 36249600 140720733079728 140720733080030 140720733080030 140720733085637 0
/proc/79362/statm: 262773 246093 672 2826 0 259385 0
Current children cumulated CPU time: 6.2 s
Current children cumulated vsize: 1055284 KiB
Current children cumulated memory: 987444 KiB

[startup+12.7002 s]
/proc/loadavg: 4.19 4.11 4.10 5/270 79378
/proc/meminfo: memFree=122625372/131250000 swapFree=33010160/33010684
[pid=79351] ppid=79342 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/79351/stat : 79351 (opbsolver) S 79342 79351 78866 0 -1 4194304 348 655 0 0 0 0 0 0 20 0 1 0 61924039 4292608 768 18446744073709551615 94591275786240 94591276680773 140731248568768 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94591276919824 94591276967568 94591298994176 140731248572702 140731248572905 140731248572905 140731248578507 0
/proc/79351/statm: 1048 768 704 219 0 110 0
[pid=79362] ppid=79351 vsize=2142920 memory=1750572 CPUtime=12.58 cores=5,7
/proc/79362/stat : 79362 (pbcpreprocessor) R 79351 79351 78866 0 -1 4194304 298794 0 0 0 1201 57 0 0 20 0 1 0 61924045 2194350080 437643 18446744073709551615 4198400 15773533 140720733078480 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 17968456 18061744 36249600 140720733079728 140720733080030 140720733080030 140720733085637 0
/proc/79362/statm: 535730 437643 672 2826 0 532342 0
Current children cumulated CPU time: 12.58 s
Current children cumulated vsize: 2147112 KiB
Current children cumulated memory: 1753644 KiB

[startup+25.5002 s]
/proc/loadavg: 4.21 4.12 4.10 5/271 79382
/proc/meminfo: memFree=118486952/131250000 swapFree=33010160/33010684
[pid=79351] ppid=79342 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/79351/stat : 79351 (opbsolver) S 79342 79351 78866 0 -1 4194304 348 655 0 0 0 0 0 0 20 0 1 0 61924039 4292608 768 18446744073709551615 94591275786240 94591276680773 140731248568768 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94591276919824 94591276967568 94591298994176 140731248572702 140731248572905 140731248572905 140731248578507 0
/proc/79351/statm: 1048 768 704 219 0 110 0
[pid=79362] ppid=79351 vsize=3019668 memory=2957656 CPUtime=25.36 cores=5,7
/proc/79362/stat : 79362 (pbcpreprocessor) R 79351 79351 78866 0 -1 4194304 454064 0 0 0 2313 223 0 0 20 0 1 0 61924045 3092140032 739414 18446744073709551615 4198400 15773533 140720733078480 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 17968456 18061744 36249600 140720733079728 140720733080030 140720733080030 140720733085637 0
/proc/79362/statm: 754917 739414 672 2826 0 751529 0
Current children cumulated CPU time: 25.36 s
Current children cumulated vsize: 3023860 KiB
Current children cumulated memory: 2960728 KiB

[startup+51.1047 s]
/proc/loadavg: 4.28 4.14 4.11 5/271 79382
/proc/meminfo: memFree=111129888/131250000 swapFree=33010160/33010684
[pid=79351] ppid=79342 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/79351/stat : 79351 (opbsolver) S 79342 79351 78866 0 -1 4194304 348 655 0 0 0 0 0 0 20 0 1 0 61924039 4292608 768 18446744073709551615 94591275786240 94591276680773 140731248568768 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94591276919824 94591276967568 94591298994176 140731248572702 140731248572905 140731248572905 140731248578507 0
/proc/79351/statm: 1048 768 704 219 0 110 0
[pid=79362] ppid=79351 vsize=3019668 memory=2957656 CPUtime=50.91 cores=5,7
/proc/79362/stat : 79362 (pbcpreprocessor) R 79351 79351 78866 0 -1 4194304 454134 0 0 0 3290 1801 0 0 20 0 1 0 61924045 3092140032 739414 18446744073709551615 4198400 15773533 140720733078480 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 17968456 18061744 36249600 140720733079728 140720733080030 140720733080030 140720733085637 0
/proc/79362/statm: 754917 739414 672 2826 0 751529 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 3023860 KiB
Current children cumulated memory: 2960728 KiB

[startup+102.3 s]
/proc/loadavg: 4.47 4.23 4.14 5/271 79391
/proc/meminfo: memFree=88065704/131250000 swapFree=33010160/33010684
[pid=79351] ppid=79342 vsize=4192 memory=3072 CPUtime=57.54 cores=5,7
/proc/79351/stat : 79351 (opbsolver) S 79342 79351 78866 0 -1 4194304 406 455405 0 0 0 0 3594 2160 20 0 1 0 61924039 4292608 768 18446744073709551615 94591275786240 94591276680773 140731248568768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94591276919824 94591276967568 94591298994176 140731248572702 140731248572905 140731248572905 140731248578507 0
/proc/79351/statm: 1048 768 704 219 0 110 0
[pid=79388] ppid=79351 vsize=13086964 memory=10512960 CPUtime=44.41 cores=5,7
/proc/79388/stat : 79388 (wmaxcdcl) R 79351 79351 78866 0 -1 4194304 883010 0 0 0 4106 335 0 0 20 0 1 0 61929815 13401051136 2628240 18446744073709551615 4198400 5932793 140736313180768 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 21082112 140736313182555 140736313182700 140736313182700 140736313188300 0
/proc/79388/statm: 3271741 2628240 448 424 0 3271196 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 13091156 KiB
Current children cumulated memory: 10516032 KiB

[startup+162.3 s]
/proc/loadavg: 4.29 4.22 4.14 5/271 79398
/proc/meminfo: memFree=83767908/131250000 swapFree=33010160/33010684
[pid=79351] ppid=79342 vsize=4192 memory=3072 CPUtime=57.54 cores=5,7
/proc/79351/stat : 79351 (opbsolver) S 79342 79351 78866 0 -1 4194304 406 455405 0 0 0 0 3594 2160 20 0 1 0 61924039 4292608 768 18446744073709551615 94591275786240 94591276680773 140731248568768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94591276919824 94591276967568 94591298994176 140731248572702 140731248572905 140731248572905 140731248578507 0
/proc/79351/statm: 1048 768 704 219 0 110 0
[pid=79388] ppid=79351 vsize=15329568 memory=12016612 CPUtime=104.24 cores=5,7
/proc/79388/stat : 79388 (wmaxcdcl) R 79351 79351 78866 0 -1 4194304 968373 0 0 0 10046 378 0 0 20 0 1 0 61929815 15697477632 3004153 18446744073709551615 4198400 5932793 140736313180768 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 21082112 140736313182555 140736313182700 140736313182700 140736313188300 0
/proc/79388/statm: 3832392 3004153 448 424 0 3831847 0
Current children cumulated CPU time: 161.78 s
Current children cumulated vsize: 15333760 KiB
Current children cumulated memory: 12019684 KiB

[startup+222.3 s]
/proc/loadavg: 4.17 4.19 4.13 5/271 79400
/proc/meminfo: memFree=87799124/131250000 swapFree=33010160/33010684
[pid=79351] ppid=79342 vsize=4192 memory=3072 CPUtime=57.54 cores=5,7
/proc/79351/stat : 79351 (opbsolver) S 79342 79351 78866 0 -1 4194304 406 455405 0 0 0 0 3594 2160 20 0 1 0 61924039 4292608 768 18446744073709551615 94591275786240 94591276680773 140731248568768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94591276919824 94591276967568 94591298994176 140731248572702 140731248572905 140731248572905 140731248578507 0
/proc/79351/statm: 1048 768 704 219 0 110 0
[pid=79388] ppid=79351 vsize=13629984 memory=10683944 CPUtime=164.06 cores=5,7
/proc/79388/stat : 79388 (wmaxcdcl) R 79351 79351 78866 0 -1 4194304 984006 0 0 0 16005 401 0 0 20 0 1 0 61929815 13957103616 2670986 18446744073709551615 4198400 5932793 140736313180768 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 21082112 140736313182555 140736313182700 140736313182700 140736313188300 0
/proc/79388/statm: 3407496 2670986 448 424 0 3406951 0

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

Current children cumulated memory: 12829980 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/269 79575
/proc/meminfo: memFree=81286212/131250000 swapFree=33010160/33010684
[pid=79351] ppid=79342 vsize=4192 memory=3072 CPUtime=57.54 cores=5,7
/proc/79351/stat : 79351 (opbsolver) S 79342 79351 78866 0 -1 4194304 406 455405 0 0 0 0 3594 2160 20 0 1 0 61924039 4292608 768 18446744073709551615 94591275786240 94591276680773 140731248568768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94591276919824 94591276967568 94591298994176 140731248572702 140731248572905 140731248572905 140731248578507 0
/proc/79351/statm: 1048 768 704 219 0 110 0
[pid=79388] ppid=79351 vsize=15176504 memory=12826908 CPUtime=3394.24 cores=5,7
/proc/79388/stat : 79388 (wmaxcdcl) R 79351 79351 78866 0 -1 4194304 1718324 0 0 0 338276 1148 0 0 20 0 1 0 61929815 15540740096 3206727 18446744073709551615 4198400 5932793 140736313180768 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 21082112 140736313182555 140736313182700 140736313182700 140736313188300 0
/proc/79388/statm: 3794126 3206727 448 424 0 3793581 0
Current children cumulated CPU time: 3451.78 s
Current children cumulated vsize: 15180696 KiB
Current children cumulated memory: 12829980 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/268 79577
/proc/meminfo: memFree=81289624/131250000 swapFree=33010160/33010684
[pid=79351] ppid=79342 vsize=4192 memory=3072 CPUtime=57.54 cores=5,7
/proc/79351/stat : 79351 (opbsolver) S 79342 79351 78866 0 -1 4194304 406 455405 0 0 0 0 3594 2160 20 0 1 0 61924039 4292608 768 18446744073709551615 94591275786240 94591276680773 140731248568768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94591276919824 94591276967568 94591298994176 140731248572702 140731248572905 140731248572905 140731248578507 0
/proc/79351/statm: 1048 768 704 219 0 110 0
[pid=79388] ppid=79351 vsize=15176504 memory=12826908 CPUtime=3454.05 cores=5,7
/proc/79388/stat : 79388 (wmaxcdcl) R 79351 79351 78866 0 -1 4194304 1719168 0 0 0 344257 1148 0 0 20 0 1 0 61929815 15540740096 3206727 18446744073709551615 4198400 5932793 140736313180768 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 21082112 140736313182555 140736313182700 140736313182700 140736313188300 0
/proc/79388/statm: 3794126 3206727 448 424 0 3793581 0
Current children cumulated CPU time: 3511.59 s
Current children cumulated vsize: 15180696 KiB
Current children cumulated memory: 12829980 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/271 79584
/proc/meminfo: memFree=81304984/131250000 swapFree=33010160/33010684
[pid=79351] ppid=79342 vsize=4192 memory=3072 CPUtime=57.54 cores=5,7
/proc/79351/stat : 79351 (opbsolver) S 79342 79351 78866 0 -1 4194304 406 455405 0 0 0 0 3594 2160 20 0 1 0 61924039 4292608 768 18446744073709551615 94591275786240 94591276680773 140731248568768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94591276919824 94591276967568 94591298994176 140731248572702 140731248572905 140731248572905 140731248578507 0
/proc/79351/statm: 1048 768 704 219 0 110 0
[pid=79388] ppid=79351 vsize=15176504 memory=12826908 CPUtime=3513.87 cores=5,7
/proc/79388/stat : 79388 (wmaxcdcl) R 79351 79351 78866 0 -1 4194304 1719742 0 0 0 350239 1148 0 0 20 0 1 0 61929815 15540740096 3206727 18446744073709551615 4198400 5932793 140736313180768 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 21082112 140736313182555 140736313182700 140736313182700 140736313188300 0
/proc/79388/statm: 3794126 3206727 448 424 0 3793581 0
Current children cumulated CPU time: 3571.41 s
Current children cumulated vsize: 15180696 KiB
Current children cumulated memory: 12829980 KiB

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

# cumulated CPU time of all completed processes:  user=3565.5 s, system=33.4896 s

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

[startup+3584 s]*
/proc/loadavg: 4.11 4.11 4.09 5/271 79585
/proc/meminfo: memFree=81304616/131250000 swapFree=33010160/33010684
[pid=79351] ppid=79342 vsize=4192 memory=3072 CPUtime=57.54 cores=5,7
/proc/79351/stat : 79351 (opbsolver) S 79342 79351 78866 0 -1 4194304 406 455405 0 0 0 0 3594 2160 20 0 1 0 61924039 4292608 768 18446744073709551615 94591275786240 94591276680773 140731248568768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94591276919824 94591276967568 94591298994176 140731248572702 140731248572905 140731248572905 140731248578507 0
/proc/79351/statm: 1048 768 704 219 0 110 0
[pid=79388] ppid=79351 vsize=15176504 memory=12826908 CPUtime=3515.57 cores=5,7
/proc/79388/stat : 79388 (wmaxcdcl) R 79351 79351 78866 0 -1 4194304 1719742 0 0 0 350409 1148 0 0 20 0 1 0 61929815 15540740096 3206727 18446744073709551615 4198400 5932793 140736313180768 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 21082112 140736313182555 140736313182700 140736313182700 140736313188300 0
/proc/79388/statm: 3794126 3206727 448 424 0 3793581 0
Current children cumulated CPU time: 3573.11 s
Current children cumulated vsize: 15180696 KiB
Current children cumulated memory: 12829980 KiB

[startup+3596.8 s]
/proc/loadavg: 4.08 4.10 4.09 5/271 79585
/proc/meminfo: memFree=81303788/131250000 swapFree=33010160/33010684
[pid=79351] ppid=79342 vsize=4192 memory=3072 CPUtime=57.54 cores=5,7
/proc/79351/stat : 79351 (opbsolver) S 79342 79351 78866 0 -1 4194304 406 455405 0 0 0 0 3594 2160 20 0 1 0 61924039 4292608 768 18446744073709551615 94591275786240 94591276680773 140731248568768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94591276919824 94591276967568 94591298994176 140731248572702 140731248572905 140731248572905 140731248578507 0
/proc/79351/statm: 1048 768 704 219 0 110 0
[pid=79388] ppid=79351 vsize=15176504 memory=12826908 CPUtime=3528.32 cores=5,7
/proc/79388/stat : 79388 (wmaxcdcl) R 79351 79351 78866 0 -1 4194304 1720004 0 0 0 351684 1148 0 0 20 0 1 0 61929815 15540740096 3206727 18446744073709551615 4198400 5932793 140736313180768 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 21082112 140736313182555 140736313182700 140736313182700 140736313188300 0
/proc/79388/statm: 3794126 3206727 448 424 0 3793581 0
Current children cumulated CPU time: 3585.86 s
Current children cumulated vsize: 15180696 KiB
Current children cumulated memory: 12829980 KiB

[startup+3603.2 s]
/proc/loadavg: 4.16 4.12 4.09 5/271 79585
/proc/meminfo: memFree=81303056/131250000 swapFree=33010160/33010684
[pid=79351] ppid=79342 vsize=4192 memory=3072 CPUtime=57.54 cores=5,7
/proc/79351/stat : 79351 (opbsolver) S 79342 79351 78866 0 -1 4194304 406 455405 0 0 0 0 3594 2160 20 0 1 0 61924039 4292608 768 18446744073709551615 94591275786240 94591276680773 140731248568768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94591276919824 94591276967568 94591298994176 140731248572702 140731248572905 140731248572905 140731248578507 0
/proc/79351/statm: 1048 768 704 219 0 110 0
[pid=79388] ppid=79351 vsize=15176504 memory=12826908 CPUtime=3534.71 cores=5,7
/proc/79388/stat : 79388 (wmaxcdcl) R 79351 79351 78866 0 -1 4194304 1720139 0 0 0 352323 1148 0 0 20 0 1 0 61929815 15540740096 3206727 18446744073709551615 4198400 5932793 140736313180768 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 21082112 140736313182555 140736313182700 140736313182700 140736313188300 0
/proc/79388/statm: 3794126 3206727 448 424 0 3793581 0
Current children cumulated CPU time: 3592.25 s
Current children cumulated vsize: 15180696 KiB
Current children cumulated memory: 12829980 KiB

[startup+3606.4 s]
/proc/loadavg: 4.14 4.12 4.09 5/271 79586
/proc/meminfo: memFree=81302832/131250000 swapFree=33010160/33010684
[pid=79351] ppid=79342 vsize=4192 memory=3072 CPUtime=57.54 cores=5,7
/proc/79351/stat : 79351 (opbsolver) S 79342 79351 78866 0 -1 4194304 406 455405 0 0 0 0 3594 2160 20 0 1 0 61924039 4292608 768 18446744073709551615 94591275786240 94591276680773 140731248568768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94591276919824 94591276967568 94591298994176 140731248572702 140731248572905 140731248572905 140731248578507 0
/proc/79351/statm: 1048 768 704 219 0 110 0
[pid=79388] ppid=79351 vsize=15176504 memory=12826908 CPUtime=3537.9 cores=5,7
/proc/79388/stat : 79388 (wmaxcdcl) R 79351 79351 78866 0 -1 4194304 1720294 0 0 0 352642 1148 0 0 20 0 1 0 61929815 15540740096 3206727 18446744073709551615 4198400 5932793 140736313180768 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 21082112 140736313182555 140736313182700 140736313182700 140736313188300 0
/proc/79388/statm: 3794126 3206727 448 424 0 3793581 0
Current children cumulated CPU time: 3595.44 s
Current children cumulated vsize: 15180696 KiB
Current children cumulated memory: 12829980 KiB

[startup+3608 s]*
/proc/loadavg: 4.14 4.12 4.09 5/271 79586
/proc/meminfo: memFree=81302832/131250000 swapFree=33010160/33010684
[pid=79351] ppid=79342 vsize=4192 memory=3072 CPUtime=57.54 cores=5,7
/proc/79351/stat : 79351 (opbsolver) S 79342 79351 78866 0 -1 4194304 406 455405 0 0 0 0 3594 2160 20 0 1 0 61924039 4292608 768 18446744073709551615 94591275786240 94591276680773 140731248568768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94591276919824 94591276967568 94591298994176 140731248572702 140731248572905 140731248572905 140731248578507 0
/proc/79351/statm: 1048 768 704 219 0 110 0
[pid=79388] ppid=79351 vsize=15176504 memory=12826908 CPUtime=3539.5 cores=5,7
/proc/79388/stat : 79388 (wmaxcdcl) R 79351 79351 78866 0 -1 4194304 1720294 0 0 0 352802 1148 0 0 20 0 1 0 61929815 15540740096 3206727 18446744073709551615 4198400 5932793 140736313180768 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 21082112 140736313182555 140736313182700 140736313182700 140736313188300 0
/proc/79388/statm: 3794126 3206727 448 424 0 3793581 0
Current children cumulated CPU time: 3597.04 s
Current children cumulated vsize: 15180696 KiB
Current children cumulated memory: 12829980 KiB

[startup+3608.8 s]
/proc/loadavg: 4.14 4.12 4.09 5/271 79586
/proc/meminfo: memFree=81302832/131250000 swapFree=33010160/33010684
[pid=79351] ppid=79342 vsize=4192 memory=3072 CPUtime=57.54 cores=5,7
/proc/79351/stat : 79351 (opbsolver) S 79342 79351 78866 0 -1 4194304 406 455405 0 0 0 0 3594 2160 20 0 1 0 61924039 4292608 768 18446744073709551615 94591275786240 94591276680773 140731248568768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94591276919824 94591276967568 94591298994176 140731248572702 140731248572905 140731248572905 140731248578507 0
/proc/79351/statm: 1048 768 704 219 0 110 0
[pid=79388] ppid=79351 vsize=15176504 memory=12826908 CPUtime=3540.29 cores=5,7
/proc/79388/stat : 79388 (wmaxcdcl) R 79351 79351 78866 0 -1 4194304 1720294 0 0 0 352881 1148 0 0 20 0 1 0 61929815 15540740096 3206727 18446744073709551615 4198400 5932793 140736313180768 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 21082112 140736313182555 140736313182700 140736313182700 140736313188300 0
/proc/79388/statm: 3794126 3206727 448 424 0 3793581 0
Current children cumulated CPU time: 3597.83 s
Current children cumulated vsize: 15180696 KiB
Current children cumulated memory: 12829980 KiB

[startup+3609.6 s]
/proc/loadavg: 4.14 4.12 4.09 5/271 79586
/proc/meminfo: memFree=81302832/131250000 swapFree=33010160/33010684
[pid=79351] ppid=79342 vsize=4192 memory=3072 CPUtime=57.54 cores=5,7
/proc/79351/stat : 79351 (opbsolver) S 79342 79351 78866 0 -1 4194304 406 455405 0 0 0 0 3594 2160 20 0 1 0 61924039 4292608 768 18446744073709551615 94591275786240 94591276680773 140731248568768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94591276919824 94591276967568 94591298994176 140731248572702 140731248572905 140731248572905 140731248578507 0
/proc/79351/statm: 1048 768 704 219 0 110 0
Current children cumulated CPU time: 57.54 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 3072 KiB

[startup+3609.8 s]
/proc/loadavg: 4.14 4.12 4.09 5/271 79586
/proc/meminfo: memFree=81302832/131250000 swapFree=33010160/33010684
[pid=79351] ppid=79342 vsize=4192 memory=3072 CPUtime=57.54 cores=5,7
/proc/79351/stat : 79351 (opbsolver) S 79342 79351 78866 0 -1 4194304 406 455405 0 0 0 0 3594 2160 20 0 1 0 61924039 4292608 768 18446744073709551615 94591275786240 94591276680773 140731248568768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94591276919824 94591276967568 94591298994176 140731248572702 140731248572905 140731248572905 140731248578507 0
/proc/79351/statm: 1048 768 704 219 0 110 0
Current children cumulated CPU time: 57.54 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 3072 KiB

[startup+3609.9 s]
/proc/loadavg: 4.14 4.12 4.09 5/271 79586
/proc/meminfo: memFree=81302832/131250000 swapFree=33010160/33010684
[pid=79351] ppid=79342 vsize=4192 memory=3072 CPUtime=3598.9 cores=5,7
/proc/79351/stat : 79351 (opbsolver) S 79342 79351 78866 0 -1 4194304 466 2175885 0 0 0 0 356549 3341 20 0 1 0 61924039 4292608 768 18446744073709551615 94591275786240 94591276680773 140731248568768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94591276919824 94591276967568 94591298994176 140731248572702 140731248572905 140731248572905 140731248578507 0
/proc/79351/statm: 1048 768 704 219 0 110 0
Current children cumulated CPU time: 3598.9 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 3072 KiB

Child status: 0

Real time (s): 3609.94
CPU time (s): 3598.99
CPU user time (s): 3565.5
CPU system time (s): 33.4896
CPU usage (%): 99.6967
Max. virtual memory (cumulated for all children) (KiB): 16656272
Max. memory (cumulated for all children) (KiB): 13654528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3565.5
system time used= 33.4896
maximum resident set size= 13680592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2176447
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2379904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 564
involuntary context switches= 1903


# summary of solver processes directly reported to runsolver:
#   pid: 79351
#   total CPU time (s): 3598.99
#   total CPU user time (s): 3565.5
#   total CPU system time (s): 33.4896

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.73921 second user time and 17.419 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-07-02 15:21:05
IDJOB=4505463
IDBENCH=155757
IDSOLVER=3374
FILE ID=nodeC016/4505463-1751462463
RUNJOBID= nodeC016-1751458850-78879
SLURM_JOB_ID= 9598461
Free space on /tmp= 432124 MiB

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

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

MD5SUM BENCH= 52dca71e841298ae6df8c1bcbb79ed30
RANDOM SEED=911005493

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.735
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.933
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		: 3600.373
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		: 3599.718
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.750
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.757
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		: 3600.360
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.208
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:        128761816 kB
MemAvailable:   129588740 kB
Buffers:            2144 kB
Cached:          1596336 kB
SwapCached:           28 kB
Active:           785752 kB
Inactive:         998772 kB
Active(anon):     197720 kB
Inactive(anon):     6404 kB
Active(file):     588032 kB
Inactive(file):   992368 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            827184 kB
Writeback:             4 kB
AnonPages:        189220 kB
Mapped:           106968 kB
Shmem:             18044 kB
KReclaimable:     171524 kB
Slab:             263584 kB
SReclaimable:     171524 kB
SUnreclaim:        92060 kB
KernelStack:        4224 kB
PageTables:         3140 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     478460 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150488 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     26624 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= 429744 MiB
End job on nodeC016 at 2025-07-02 16:21:15