Trace number 4485659

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-roll3000.opb
MD5SUM9da0f014fb9cbd107dd1b5ea973ba0c7
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1086940160
Best CPU time to get the best result obtained on this benchmark2471.28
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8902
Total number of constraints2864
Number of constraints which are clauses143
Number of constraints which are cardinality constraints (but not clauses)31
Number of constraints which are nor clauses,nor cardinality constraints2690
Minimum length of a constraint2
Maximum length of a constraint2407
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 1024000000000
Number of bits of the biggest number in a constraint 40
Biggest sum of numbers in a constraint 2123511627775
Number of bits of the biggest sum of numbers41
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.01	c Presolving by SCIP...
0.00/0.02	c Encoding OPB into MaxSAT...
0.00/0.02	c This is the PBCProcessor based on SCIP solver.
8.24/8.37	c Solving by WMaxCDCL...
3599.37/3609.03	c Rebuilding OPB solution...
3599.37/3609.03	c This is the PBCProcessor based on SCIP solver.
3599.37/3609.03	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 (60004 MiB free)
  memory of node 1: 64465 MiB (63738 MiB free)
  node distances:
     10  21
     21  10

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

solver pid=43015, runsolver pid=43012

[startup+0.100061 s]*
/proc/loadavg: 4.11 4.11 4.09 5/267 43022
/proc/meminfo: memFree=126705356/131249996 swapFree=33010684/33010684
[pid=43015] ppid=43012 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/43015/stat : 43015 (opbsolver) S 43012 43015 41753 0 -1 4194304 349 668 0 0 0 0 0 0 20 0 1 0 46511884 4292608 736 18446744073709551615 93835428671488 93835429566021 140736426707232 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93835429805072 93835429852816 93835446059008 140736426715422 140736426715625 140736426715625 140736426721227 0
/proc/43015/statm: 1048 736 672 219 0 110 0
[pid=43022] ppid=43015 vsize=30568 memory=14072 CPUtime=0.06 cores=5,7
/proc/43022/stat : 43022 (pbcpreprocessor) R 43015 43015 41753 0 -1 4194304 3381 0 0 0 6 0 0 0 20 0 1 0 46511887 31301632 3518 18446744073709551615 4198400 15773533 140735947159520 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 17968456 18061744 38682624 140735947163824 140735947164126 140735947164126 140735947169733 0
/proc/43022/statm: 7642 3518 704 2826 0 4254 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 34760 KiB
Current children cumulated memory: 17016 KiB

[startup+0.205571 s]*
/proc/loadavg: 4.11 4.11 4.09 5/267 43022
/proc/meminfo: memFree=126700568/131249996 swapFree=33010684/33010684
[pid=43015] ppid=43012 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/43015/stat : 43015 (opbsolver) S 43012 43015 41753 0 -1 4194304 349 668 0 0 0 0 0 0 20 0 1 0 46511884 4292608 736 18446744073709551615 93835428671488 93835429566021 140736426707232 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93835429805072 93835429852816 93835446059008 140736426715422 140736426715625 140736426715625 140736426721227 0
/proc/43015/statm: 1048 736 672 219 0 110 0
[pid=43022] ppid=43015 vsize=38624 memory=22140 CPUtime=0.17 cores=5,7
/proc/43022/stat : 43022 (pbcpreprocessor) R 43015 43015 41753 0 -1 4194304 4902 0 0 0 16 1 0 0 20 0 1 0 46511887 39550976 5535 18446744073709551615 4198400 15773533 140735947159520 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 17968456 18061744 38682624 140735947163824 140735947164126 140735947164126 140735947169733 0
/proc/43022/statm: 9656 5535 704 2826 0 6268 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 42816 KiB
Current children cumulated memory: 25084 KiB

[startup+0.305481 s]*
/proc/loadavg: 4.11 4.11 4.09 5/267 43022
/proc/meminfo: memFree=126692756/131249996 swapFree=33010684/33010684
[pid=43015] ppid=43012 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/43015/stat : 43015 (opbsolver) S 43012 43015 41753 0 -1 4194304 349 668 0 0 0 0 0 0 20 0 1 0 46511884 4292608 736 18446744073709551615 93835428671488 93835429566021 140736426707232 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93835429805072 93835429852816 93835446059008 140736426715422 140736426715625 140736426715625 140736426721227 0
/proc/43015/statm: 1048 736 672 219 0 110 0
[pid=43022] ppid=43015 vsize=54340 memory=33752 CPUtime=0.27 cores=5,7
/proc/43022/stat : 43022 (pbcpreprocessor) R 43015 43015 41753 0 -1 4194304 7287 0 0 0 26 1 0 0 20 0 1 0 46511887 55644160 8438 18446744073709551615 4198400 15773533 140735947159520 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 17968456 18061744 38682624 140735947163824 140735947164126 140735947164126 140735947169733 0
/proc/43022/statm: 13585 8438 704 2826 0 10197 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 58532 KiB
Current children cumulated memory: 36696 KiB

[startup+0.700152 s]
/proc/loadavg: 4.11 4.11 4.09 5/267 43022
/proc/meminfo: memFree=126656528/131249996 swapFree=33010684/33010684
[pid=43015] ppid=43012 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/43015/stat : 43015 (opbsolver) S 43012 43015 41753 0 -1 4194304 349 668 0 0 0 0 0 0 20 0 1 0 46511884 4292608 736 18446744073709551615 93835428671488 93835429566021 140736426707232 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93835429805072 93835429852816 93835446059008 140736426715422 140736426715625 140736426715625 140736426721227 0
/proc/43015/statm: 1048 736 672 219 0 110 0
[pid=43022] ppid=43015 vsize=87620 memory=71200 CPUtime=0.66 cores=5,7
/proc/43022/stat : 43022 (pbcpreprocessor) R 43015 43015 41753 0 -1 4194304 12059 0 0 0 63 3 0 0 20 0 1 0 46511887 89722880 17800 18446744073709551615 4198400 15773533 140735947159520 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 17968456 18061744 38682624 140735947163824 140735947164126 140735947164126 140735947169733 0
/proc/43022/statm: 21905 17800 704 2826 0 18517 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 91812 KiB
Current children cumulated memory: 74144 KiB

[startup+1.50019 s]
/proc/loadavg: 4.11 4.11 4.09 5/267 43022
/proc/meminfo: memFree=126591760/131249996 swapFree=33010684/33010684
[pid=43015] ppid=43012 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/43015/stat : 43015 (opbsolver) S 43012 43015 41753 0 -1 4194304 349 668 0 0 0 0 0 0 20 0 1 0 46511884 4292608 736 18446744073709551615 93835428671488 93835429566021 140736426707232 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93835429805072 93835429852816 93835446059008 140736426715422 140736426715625 140736426715625 140736426721227 0
/proc/43015/statm: 1048 736 672 219 0 110 0
[pid=43022] ppid=43015 vsize=283736 memory=203780 CPUtime=1.46 cores=5,7
/proc/43022/stat : 43022 (pbcpreprocessor) R 43015 43015 41753 0 -1 4194304 37589 0 0 0 136 10 0 0 20 0 1 0 46511887 290545664 50945 18446744073709551615 4198400 15773533 140735947159520 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 17968456 18061744 38682624 140735947163824 140735947164126 140735947164126 140735947169733 0
/proc/43022/statm: 70934 50945 704 2826 0 67546 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 287928 KiB
Current children cumulated memory: 206724 KiB

[startup+3.10542 s]
/proc/loadavg: 4.11 4.11 4.09 5/267 43022
/proc/meminfo: memFree=126430376/131249996 swapFree=33010684/33010684
[pid=43015] ppid=43012 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/43015/stat : 43015 (opbsolver) S 43012 43015 41753 0 -1 4194304 349 668 0 0 0 0 0 0 20 0 1 0 46511884 4292608 736 18446744073709551615 93835428671488 93835429566021 140736426707232 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93835429805072 93835429852816 93835446059008 140736426715422 140736426715625 140736426715625 140736426721227 0
/proc/43015/statm: 1048 736 672 219 0 110 0
[pid=43022] ppid=43015 vsize=333204 memory=275520 CPUtime=3.06 cores=5,7
/proc/43022/stat : 43022 (pbcpreprocessor) R 43015 43015 41753 0 -1 4194304 46856 0 0 0 294 12 0 0 20 0 1 0 46511887 341200896 68880 18446744073709551615 4198400 15773533 140735947159520 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 17968456 18061744 38682624 140735947163824 140735947164126 140735947164126 140735947169733 0
/proc/43022/statm: 83301 68880 704 2826 0 79913 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 337396 KiB
Current children cumulated memory: 278464 KiB

[startup+6.30016 s]
/proc/loadavg: 4.10 4.11 4.09 5/267 43023
/proc/meminfo: memFree=126329452/131249996 swapFree=33010684/33010684
[pid=43015] ppid=43012 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/43015/stat : 43015 (opbsolver) S 43012 43015 41753 0 -1 4194304 349 668 0 0 0 0 0 0 20 0 1 0 46511884 4292608 736 18446744073709551615 93835428671488 93835429566021 140736426707232 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93835429805072 93835429852816 93835446059008 140736426715422 140736426715625 140736426715625 140736426721227 0
/proc/43015/statm: 1048 736 672 219 0 110 0
[pid=43022] ppid=43015 vsize=373096 memory=344212 CPUtime=6.24 cores=5,7
/proc/43022/stat : 43022 (pbcpreprocessor) R 43015 43015 41753 0 -1 4194304 51278 0 0 0 493 131 0 0 20 0 1 0 46511887 382050304 86053 18446744073709551615 4198400 15773533 140735947159520 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 17968456 18061744 38682624 140735947163824 140735947164126 140735947164126 140735947169733 0
/proc/43022/statm: 93274 86053 704 2826 0 89886 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 377288 KiB
Current children cumulated memory: 347156 KiB

[startup+12.7002 s]
/proc/loadavg: 4.09 4.11 4.09 5/267 43025
/proc/meminfo: memFree=125330556/131249996 swapFree=33010684/33010684
[pid=43015] ppid=43012 vsize=4192 memory=2944 CPUtime=8.33 cores=5,7
/proc/43015/stat : 43015 (opbsolver) S 43012 43015 41753 0 -1 4194304 407 52134 0 0 0 0 586 247 20 0 1 0 46511884 4292608 736 18446744073709551615 93835428671488 93835429566021 140736426707232 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93835429805072 93835429852816 93835446059008 140736426715422 140736426715625 140736426715625 140736426721227 0
/proc/43015/statm: 1048 736 672 219 0 110 0
[pid=43025] ppid=43015 vsize=1385664 memory=1229640 CPUtime=4.3 cores=5,7
/proc/43025/stat : 43025 (wmaxcdcl) R 43015 43015 41753 0 -1 4194304 181954 0 0 0 386 44 0 0 20 0 1 0 46512722 1418919936 307410 18446744073709551615 4198400 5932793 140722716141728 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 26955776 140722716150107 140722716150252 140722716150252 140722716155852 0
/proc/43025/statm: 346416 307410 448 424 0 345871 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 1389856 KiB
Current children cumulated memory: 1232584 KiB

[startup+25.5002 s]
/proc/loadavg: 4.15 4.12 4.09 5/267 43025
/proc/meminfo: memFree=125079740/131249996 swapFree=33010684/33010684
[pid=43015] ppid=43012 vsize=4192 memory=2944 CPUtime=8.33 cores=5,7
/proc/43015/stat : 43015 (opbsolver) S 43012 43015 41753 0 -1 4194304 407 52134 0 0 0 0 586 247 20 0 1 0 46511884 4292608 736 18446744073709551615 93835428671488 93835429566021 140736426707232 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93835429805072 93835429852816 93835446059008 140736426715422 140736426715625 140736426715625 140736426721227 0
/proc/43015/statm: 1048 736 672 219 0 110 0
[pid=43025] ppid=43015 vsize=1589088 memory=1414192 CPUtime=17.06 cores=5,7
/proc/43025/stat : 43025 (wmaxcdcl) R 43015 43015 41753 0 -1 4194304 193265 0 0 0 1654 52 0 0 20 0 1 0 46512722 1627226112 353548 18446744073709551615 4198400 5932793 140722716141728 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 26955776 140722716150107 140722716150252 140722716150252 140722716155852 0
/proc/43025/statm: 397272 353548 448 424 0 396727 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 1593280 KiB
Current children cumulated memory: 1417136 KiB

[startup+51.1054 s]
/proc/loadavg: 4.17 4.12 4.09 5/267 43025
/proc/meminfo: memFree=125104360/131249996 swapFree=33010684/33010684
[pid=43015] ppid=43012 vsize=4192 memory=2944 CPUtime=8.33 cores=5,7
/proc/43015/stat : 43015 (opbsolver) S 43012 43015 41753 0 -1 4194304 407 52134 0 0 0 0 586 247 20 0 1 0 46511884 4292608 736 18446744073709551615 93835428671488 93835429566021 140736426707232 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93835429805072 93835429852816 93835446059008 140736426715422 140736426715625 140736426715625 140736426721227 0
/proc/43015/statm: 1048 736 672 219 0 110 0
[pid=43025] ppid=43015 vsize=1513812 memory=1353768 CPUtime=42.6 cores=5,7
/proc/43025/stat : 43025 (wmaxcdcl) R 43015 43015 41753 0 -1 4194304 194022 0 0 0 4208 52 0 0 20 0 1 0 46512722 1550143488 338442 18446744073709551615 4198400 5932793 140722716141728 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 26955776 140722716150107 140722716150252 140722716150252 140722716155852 0
/proc/43025/statm: 378453 338442 448 424 0 377908 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 1518004 KiB
Current children cumulated memory: 1356712 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/268 43028
/proc/meminfo: memFree=125101164/131249996 swapFree=33010684/33010684
[pid=43015] ppid=43012 vsize=4192 memory=2944 CPUtime=8.33 cores=5,7
/proc/43015/stat : 43015 (opbsolver) S 43012 43015 41753 0 -1 4194304 407 52134 0 0 0 0 586 247 20 0 1 0 46511884 4292608 736 18446744073709551615 93835428671488 93835429566021 140736426707232 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93835429805072 93835429852816 93835446059008 140736426715422 140736426715625 140736426715625 140736426721227 0
/proc/43015/statm: 1048 736 672 219 0 110 0
[pid=43025] ppid=43015 vsize=1446868 memory=1277368 CPUtime=93.66 cores=5,7
/proc/43025/stat : 43025 (wmaxcdcl) R 43015 43015 41753 0 -1 4194304 195249 0 0 0 9311 55 0 0 20 0 1 0 46512722 1481592832 319342 18446744073709551615 4198400 5932793 140722716141728 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 26955776 140722716150107 140722716150252 140722716150252 140722716155852 0
/proc/43025/statm: 361717 319342 448 424 0 361172 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 1451060 KiB
Current children cumulated memory: 1280312 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/268 43030
/proc/meminfo: memFree=124933772/131249996 swapFree=33010684/33010684
[pid=43015] ppid=43012 vsize=4192 memory=2944 CPUtime=8.33 cores=5,7
/proc/43015/stat : 43015 (opbsolver) S 43012 43015 41753 0 -1 4194304 407 52134 0 0 0 0 586 247 20 0 1 0 46511884 4292608 736 18446744073709551615 93835428671488 93835429566021 140736426707232 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93835429805072 93835429852816 93835446059008 140736426715422 140736426715625 140736426715625 140736426721227 0
/proc/43015/statm: 1048 736 672 219 0 110 0
[pid=43025] ppid=43015 vsize=1542240 memory=1349116 CPUtime=153.52 cores=5,7
/proc/43025/stat : 43025 (wmaxcdcl) R 43015 43015 41753 0 -1 4194304 198735 0 0 0 15293 59 0 0 20 0 1 0 46512722 1579253760 337279 18446744073709551615 4198400 5932793 140722716141728 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 26955776 140722716150107 140722716150252 140722716150252 140722716155852 0
/proc/43025/statm: 385560 337279 448 424 0 385015 0
Current children cumulated CPU time: 161.85 s
Current children cumulated vsize: 1546432 KiB
Current children cumulated memory: 1352060 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/267 43032
/proc/meminfo: memFree=124841924/131249996 swapFree=33010684/33010684
[pid=43015] ppid=43012 vsize=4192 memory=2944 CPUtime=8.33 cores=5,7
/proc/43015/stat : 43015 (opbsolver) S 43012 43015 41753 0 -1 4194304 407 52134 0 0 0 0 586 247 20 0 1 0 46511884 4292608 736 18446744073709551615 93835428671488 93835429566021 140736426707232 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93835429805072 93835429852816 93835446059008 140736426715422 140736426715625 140736426715625 140736426721227 0
/proc/43015/statm: 1048 736 672 219 0 110 0
[pid=43025] ppid=43015 vsize=1542240 memory=1355332 CPUtime=213.36 cores=5,7
/proc/43025/stat : 43025 (wmaxcdcl) R 43015 43015 41753 0 -1 4194304 198900 0 0 0 21277 59 0 0 20 0 1 0 46512722 1579253760 338833 18446744073709551615 4198400 5932793 140722716141728 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 26955776 140722716150107 140722716150252 140722716150252 140722716155852 0
/proc/43025/statm: 385560 338833 448 424 0 385015 0

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

/proc/43025/stat : 43025 (wmaxcdcl) R 43015 43015 41753 0 -1 4194304 207492 0 0 0 332428 71 0 0 20 0 1 0 46512722 1694973952 361696 18446744073709551615 4198400 5932793 140722716141728 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 26955776 140722716150107 140722716150252 140722716150252 140722716155852 0
/proc/43025/statm: 413812 361696 448 424 0 413267 0
Current children cumulated CPU time: 3333.32 s
Current children cumulated vsize: 1659440 KiB
Current children cumulated memory: 1449728 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.13 4.10 5/266 43299
/proc/meminfo: memFree=127443732/131249996 swapFree=33010684/33010684
[pid=43015] ppid=43012 vsize=4192 memory=2944 CPUtime=8.33 cores=5,7
/proc/43015/stat : 43015 (opbsolver) S 43012 43015 41753 0 -1 4194304 407 52134 0 0 0 0 586 247 20 0 1 0 46511884 4292608 736 18446744073709551615 93835428671488 93835429566021 140736426707232 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93835429805072 93835429852816 93835446059008 140736426715422 140736426715625 140736426715625 140736426721227 0
/proc/43015/statm: 1048 736 672 219 0 110 0
[pid=43025] ppid=43015 vsize=1655248 memory=1450880 CPUtime=3384.84 cores=5,7
/proc/43025/stat : 43025 (wmaxcdcl) R 43015 43015 41753 0 -1 4194304 207693 0 0 0 338413 71 0 0 20 0 1 0 46512722 1694973952 362720 18446744073709551615 4198400 5932793 140722716141728 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 26955776 140722716150107 140722716150252 140722716150252 140722716155852 0
/proc/43025/statm: 413812 362720 448 424 0 413267 0
Current children cumulated CPU time: 3393.17 s
Current children cumulated vsize: 1659440 KiB
Current children cumulated memory: 1453824 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/266 43301
/proc/meminfo: memFree=127504424/131249996 swapFree=33010684/33010684
[pid=43015] ppid=43012 vsize=4192 memory=2944 CPUtime=8.33 cores=5,7
/proc/43015/stat : 43015 (opbsolver) S 43012 43015 41753 0 -1 4194304 407 52134 0 0 0 0 586 247 20 0 1 0 46511884 4292608 736 18446744073709551615 93835428671488 93835429566021 140736426707232 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93835429805072 93835429852816 93835446059008 140736426715422 140736426715625 140736426715625 140736426721227 0
/proc/43015/statm: 1048 736 672 219 0 110 0
[pid=43025] ppid=43015 vsize=1573860 memory=1368220 CPUtime=3444.69 cores=5,7
/proc/43025/stat : 43025 (wmaxcdcl) R 43015 43015 41753 0 -1 4194304 208460 0 0 0 344397 72 0 0 20 0 1 0 46512722 1611632640 342055 18446744073709551615 4198400 5932793 140722716141728 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 26955776 140722716150107 140722716150252 140722716150252 140722716155852 0
/proc/43025/statm: 393465 342055 448 424 0 392920 0
Current children cumulated CPU time: 3453.02 s
Current children cumulated vsize: 1578052 KiB
Current children cumulated memory: 1371164 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/266 43303
/proc/meminfo: memFree=127485388/131249996 swapFree=33010684/33010684
[pid=43015] ppid=43012 vsize=4192 memory=2944 CPUtime=8.33 cores=5,7
/proc/43015/stat : 43015 (opbsolver) S 43012 43015 41753 0 -1 4194304 407 52134 0 0 0 0 586 247 20 0 1 0 46511884 4292608 736 18446744073709551615 93835428671488 93835429566021 140736426707232 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93835429805072 93835429852816 93835446059008 140736426715422 140736426715625 140736426715625 140736426721227 0
/proc/43015/statm: 1048 736 672 219 0 110 0
[pid=43025] ppid=43015 vsize=1573860 memory=1372316 CPUtime=3504.54 cores=5,7
/proc/43025/stat : 43025 (wmaxcdcl) R 43015 43015 41753 0 -1 4194304 208511 0 0 0 350382 72 0 0 20 0 1 0 46512722 1611632640 343079 18446744073709551615 4198400 5932793 140722716141728 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 26955776 140722716150107 140722716150252 140722716150252 140722716155852 0
/proc/43025/statm: 393465 343079 448 424 0 392920 0
Current children cumulated CPU time: 3512.87 s
Current children cumulated vsize: 1578052 KiB
Current children cumulated memory: 1375260 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/267 43312
/proc/meminfo: memFree=127456568/131249996 swapFree=33010684/33010684
[pid=43015] ppid=43012 vsize=4192 memory=2944 CPUtime=8.33 cores=5,7
/proc/43015/stat : 43015 (opbsolver) S 43012 43015 41753 0 -1 4194304 407 52134 0 0 0 0 586 247 20 0 1 0 46511884 4292608 736 18446744073709551615 93835428671488 93835429566021 140736426707232 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93835429805072 93835429852816 93835446059008 140736426715422 140736426715625 140736426715625 140736426721227 0
/proc/43015/statm: 1048 736 672 219 0 110 0
[pid=43025] ppid=43015 vsize=1573860 memory=1376412 CPUtime=3564.4 cores=5,7
/proc/43025/stat : 43025 (wmaxcdcl) R 43015 43015 41753 0 -1 4194304 208520 0 0 0 356368 72 0 0 20 0 1 0 46512722 1611632640 344103 18446744073709551615 4198400 5932793 140722716141728 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 26955776 140722716150107 140722716150252 140722716150252 140722716155852 0
/proc/43025/statm: 393465 344103 448 424 0 392920 0
Current children cumulated CPU time: 3572.73 s
Current children cumulated vsize: 1578052 KiB
Current children cumulated memory: 1379356 KiB

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

# cumulated CPU time of all completed processes:  user=3596.21 s, system=3.21852 s

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

[startup+3584 s]*
/proc/loadavg: 4.10 4.11 4.09 5/267 43312
/proc/meminfo: memFree=127456568/131249996 swapFree=33010684/33010684
[pid=43015] ppid=43012 vsize=4192 memory=2944 CPUtime=8.33 cores=5,7
/proc/43015/stat : 43015 (opbsolver) S 43012 43015 41753 0 -1 4194304 407 52134 0 0 0 0 586 247 20 0 1 0 46511884 4292608 736 18446744073709551615 93835428671488 93835429566021 140736426707232 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93835429805072 93835429852816 93835446059008 140736426715422 140736426715625 140736426715625 140736426721227 0
/proc/43015/statm: 1048 736 672 219 0 110 0
[pid=43025] ppid=43015 vsize=1573860 memory=1376412 CPUtime=3566.1 cores=5,7
/proc/43025/stat : 43025 (wmaxcdcl) R 43015 43015 41753 0 -1 4194304 208520 0 0 0 356538 72 0 0 20 0 1 0 46512722 1611632640 344103 18446744073709551615 4198400 5932793 140722716141728 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 26955776 140722716150107 140722716150252 140722716150252 140722716155852 0
/proc/43025/statm: 393465 344103 448 424 0 392920 0
Current children cumulated CPU time: 3574.43 s
Current children cumulated vsize: 1578052 KiB
Current children cumulated memory: 1379356 KiB

[startup+3596.8 s]
/proc/loadavg: 4.08 4.11 4.09 5/267 43312
/proc/meminfo: memFree=127452480/131249996 swapFree=33010684/33010684
[pid=43015] ppid=43012 vsize=4192 memory=2944 CPUtime=8.33 cores=5,7
/proc/43015/stat : 43015 (opbsolver) S 43012 43015 41753 0 -1 4194304 407 52134 0 0 0 0 586 247 20 0 1 0 46511884 4292608 736 18446744073709551615 93835428671488 93835429566021 140736426707232 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93835429805072 93835429852816 93835446059008 140736426715422 140736426715625 140736426715625 140736426721227 0
/proc/43015/statm: 1048 736 672 219 0 110 0
[pid=43025] ppid=43015 vsize=1573860 memory=1376412 CPUtime=3578.86 cores=5,7
/proc/43025/stat : 43025 (wmaxcdcl) R 43015 43015 41753 0 -1 4194304 208524 0 0 0 357814 72 0 0 20 0 1 0 46512722 1611632640 344103 18446744073709551615 4198400 5932793 140722716141728 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 26955776 140722716150107 140722716150252 140722716150252 140722716155852 0
/proc/43025/statm: 393465 344103 448 424 0 392920 0
Current children cumulated CPU time: 3587.19 s
Current children cumulated vsize: 1578052 KiB
Current children cumulated memory: 1379356 KiB

[startup+3603.2 s]
/proc/loadavg: 4.07 4.10 4.09 5/267 43312
/proc/meminfo: memFree=127448384/131249996 swapFree=33010684/33010684
[pid=43015] ppid=43012 vsize=4192 memory=2944 CPUtime=8.33 cores=5,7
/proc/43015/stat : 43015 (opbsolver) S 43012 43015 41753 0 -1 4194304 407 52134 0 0 0 0 586 247 20 0 1 0 46511884 4292608 736 18446744073709551615 93835428671488 93835429566021 140736426707232 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93835429805072 93835429852816 93835446059008 140736426715422 140736426715625 140736426715625 140736426721227 0
/proc/43015/statm: 1048 736 672 219 0 110 0
[pid=43025] ppid=43015 vsize=1573860 memory=1376412 CPUtime=3585.25 cores=5,7
/proc/43025/stat : 43025 (wmaxcdcl) R 43015 43015 41753 0 -1 4194304 208524 0 0 0 358453 72 0 0 20 0 1 0 46512722 1611632640 344103 18446744073709551615 4198400 5932793 140722716141728 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 26955776 140722716150107 140722716150252 140722716150252 140722716155852 0
/proc/43025/statm: 393465 344103 448 424 0 392920 0
Current children cumulated CPU time: 3593.58 s
Current children cumulated vsize: 1578052 KiB
Current children cumulated memory: 1379356 KiB

[startup+3606.4 s]
/proc/loadavg: 4.06 4.10 4.09 4/260 43346
/proc/meminfo: memFree=128039592/131249996 swapFree=33010684/33010684
[pid=43015] ppid=43012 vsize=4192 memory=2944 CPUtime=8.33 cores=5,7
/proc/43015/stat : 43015 (opbsolver) S 43012 43015 41753 0 -1 4194304 407 52134 0 0 0 0 586 247 20 0 1 0 46511884 4292608 736 18446744073709551615 93835428671488 93835429566021 140736426707232 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93835429805072 93835429852816 93835446059008 140736426715422 140736426715625 140736426715625 140736426721227 0
/proc/43015/statm: 1048 736 672 219 0 110 0
[pid=43025] ppid=43015 vsize=1573860 memory=1376412 CPUtime=3588.44 cores=5,7
/proc/43025/stat : 43025 (wmaxcdcl) R 43015 43015 41753 0 -1 4194304 208527 0 0 0 358772 72 0 0 20 0 1 0 46512722 1611632640 344103 18446744073709551615 4198400 5932793 140722716141728 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 26955776 140722716150107 140722716150252 140722716150252 140722716155852 0
/proc/43025/statm: 393465 344103 448 424 0 392920 0
Current children cumulated CPU time: 3596.77 s
Current children cumulated vsize: 1578052 KiB
Current children cumulated memory: 1379356 KiB

[startup+3608 s]*
/proc/loadavg: 4.06 4.10 4.09 4/260 43346
/proc/meminfo: memFree=128039612/131249996 swapFree=33010684/33010684
[pid=43015] ppid=43012 vsize=4192 memory=2944 CPUtime=8.33 cores=5,7
/proc/43015/stat : 43015 (opbsolver) S 43012 43015 41753 0 -1 4194304 407 52134 0 0 0 0 586 247 20 0 1 0 46511884 4292608 736 18446744073709551615 93835428671488 93835429566021 140736426707232 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93835429805072 93835429852816 93835446059008 140736426715422 140736426715625 140736426715625 140736426721227 0
/proc/43015/statm: 1048 736 672 219 0 110 0
[pid=43025] ppid=43015 vsize=1573860 memory=1376412 CPUtime=3590.04 cores=5,7
/proc/43025/stat : 43025 (wmaxcdcl) R 43015 43015 41753 0 -1 4194304 208527 0 0 0 358932 72 0 0 20 0 1 0 46512722 1611632640 344103 18446744073709551615 4198400 5932793 140722716141728 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 26955776 140722716150107 140722716150252 140722716150252 140722716155852 0
/proc/43025/statm: 393465 344103 448 424 0 392920 0
Current children cumulated CPU time: 3598.37 s
Current children cumulated vsize: 1578052 KiB
Current children cumulated memory: 1379356 KiB

[startup+3608.8 s]
/proc/loadavg: 4.06 4.10 4.09 4/260 43346
/proc/meminfo: memFree=128039612/131249996 swapFree=33010684/33010684
[pid=43015] ppid=43012 vsize=4192 memory=2944 CPUtime=8.33 cores=5,7
/proc/43015/stat : 43015 (opbsolver) S 43012 43015 41753 0 -1 4194304 407 52134 0 0 0 0 586 247 20 0 1 0 46511884 4292608 736 18446744073709551615 93835428671488 93835429566021 140736426707232 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93835429805072 93835429852816 93835446059008 140736426715422 140736426715625 140736426715625 140736426721227 0
/proc/43015/statm: 1048 736 672 219 0 110 0
[pid=43025] ppid=43015 vsize=1573860 memory=1376412 CPUtime=3590.83 cores=5,7
/proc/43025/stat : 43025 (wmaxcdcl) R 43015 43015 41753 0 -1 4194304 208527 0 0 0 359011 72 0 0 20 0 1 0 46512722 1611632640 344103 18446744073709551615 4198400 5932793 140722716141728 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 26955776 140722716150107 140722716150252 140722716150252 140722716155852 0
/proc/43025/statm: 393465 344103 448 424 0 392920 0
Current children cumulated CPU time: 3599.16 s
Current children cumulated vsize: 1578052 KiB
Current children cumulated memory: 1379356 KiB

[startup+3609 s]*
/proc/loadavg: 4.06 4.10 4.09 4/260 43346
/proc/meminfo: memFree=128039612/131249996 swapFree=33010684/33010684
[pid=43015] ppid=43012 vsize=4192 memory=2944 CPUtime=8.33 cores=5,7
/proc/43015/stat : 43015 (opbsolver) S 43012 43015 41753 0 -1 4194304 407 52134 0 0 0 0 586 247 20 0 1 0 46511884 4292608 736 18446744073709551615 93835428671488 93835429566021 140736426707232 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93835429805072 93835429852816 93835446059008 140736426715422 140736426715625 140736426715625 140736426721227 0
/proc/43015/statm: 1048 736 672 219 0 110 0
[pid=43025] ppid=43015 vsize=1573860 memory=1376412 CPUtime=3591.04 cores=5,7
/proc/43025/stat : 43025 (wmaxcdcl) R 43015 43015 41753 0 -1 4194304 208527 0 0 0 359032 72 0 0 20 0 1 0 46512722 1611632640 344103 18446744073709551615 4198400 5932793 140722716141728 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 26955776 140722716150107 140722716150252 140722716150252 140722716155852 0
/proc/43025/statm: 393465 344103 448 424 0 392920 0
Current children cumulated CPU time: 3599.37 s
Current children cumulated vsize: 1578052 KiB
Current children cumulated memory: 1379356 KiB

Child status: 0

Real time (s): 3609.05
CPU time (s): 3599.43
CPU user time (s): 3596.21
CPU system time (s): 3.21852
CPU usage (%): 99.7335
Max. virtual memory (cumulated for all children) (KiB): 1789668
Max. memory (cumulated for all children) (KiB): 1532192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.21
system time used= 3.21852
maximum resident set size= 1539488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 261412
page faults= 0
swaps= 0
block input operations= 0
block output operations= 256464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 648
involuntary context switches= 1851


# summary of solver processes directly reported to runsolver:
#   pid: 43015
#   total CPU time (s): 3599.43
#   total CPU user time (s): 3596.21
#   total CPU system time (s): 3.21852

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.99579 second user time and 16.2437 second system time

The end

Launcher Data

Begin job on nodeC029 at 2025-06-30 20:32:14
IDJOB=4485659
IDBENCH=146805
IDSOLVER=3374
FILE ID=nodeC029/4485659-1751308334
RUNJOBID= nodeC029-1751301113-41766
SLURM_JOB_ID= 9594275
Free space on /tmp= 432952 MiB

SOLVER NAME= WMaxCDCL-SCIP 2025-06-21
BENCH NAME= PB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-roll3000.opb
COMMAND LINE= DIR/opbsolver BENCHNAME TIMELIMIT MEMLIMIT TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4485659-1751308334/watcher-4485659-1751308334 -o /tmp/evaluation-result-4485659-1751308334/solver-4485659-1751308334 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1751301113-41766 --watchdog 3760  HOME/opbsolver HOME/instance-4485659-1751308334.opb 3600 31000 HOME HOME

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

MD5SUM BENCH= 9da0f014fb9cbd107dd1b5ea973ba0c7
RANDOM SEED=151404067

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        126713528 kB
MemAvailable:   126679184 kB
Buffers:            3280 kB
Cached:           773272 kB
SwapCached:            0 kB
Active:          3387244 kB
Inactive:         516096 kB
Active(anon):    3144848 kB
Inactive(anon):        0 kB
Active(file):     242396 kB
Inactive(file):   516096 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             66344 kB
Writeback:            28 kB
AnonPages:       3127976 kB
Mapped:           126328 kB
Shmem:             18060 kB
KReclaimable:      92808 kB
Slab:             179712 kB
SReclaimable:      92808 kB
SUnreclaim:        86904 kB
KernelStack:        4304 kB
PageTables:        10048 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    3890552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    260096 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:      193236 kB
DirectMap2M:    11112448 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432972 MiB
End job on nodeC029 at 2025-06-30 21:32:24