Trace number 4498467

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? 3597.57 3606.39

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/bsg/normalized-bsg_500_60_4.opb
MD5SUM38e00c2bd7e76d458d5bc96a9953dc34
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-46
Best CPU time to get the best result obtained on this benchmark72001.8
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000
Total number of constraints1501
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)74916
Sum of products size (including duplicates)149832
Number of different products37458
Sum of products size74916

Solver Data

0.00/0.03	c Presolving by SCIP...
0.00/505.41	c Encoding OPB into MaxSAT...
0.00/505.41	c This is the PBCProcessor based on SCIP solver.
505.43/506.86	c Solving by WMaxCDCL...
3597.46/3606.37	c Rebuilding OPB solution...
3597.46/3606.38	c This is the PBCProcessor based on SCIP solver.
3597.46/3606.38	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: 63665 MiB (61856 MiB free)
  memory of node 1: 64507 MiB (63873 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4498467-1751271855/watcher-4498467-1751271855 -o /tmp/evaluation-result-4498467-1751271855/solver-4498467-1751271855 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751268232-41000 --watchdog 3760 HOME/opbsolver HOME/instance-4498467-1751271855.opb 3600 31000 HOME HOME 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=41670, runsolver pid=41663
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 4.14 4.10 4.02 4/264 41692
/proc/meminfo: memFree=128657976/131250000 swapFree=33010684/33010684
[pid=41670] ppid=41663 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/41670/stat : 41670 (opbsolver) S 41663 41670 40982 0 -1 4194304 259 233 0 0 0 0 0 0 20 0 1 0 42863400 4292608 736 18446744073709551615 94318065713152 94318066607685 140733893213120 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94318066846736 94318066894480 94318081392640 140733893216542 140733893216745 140733893216745 140733893222347 0
/proc/41670/statm: 1048 736 672 219 0 110 0
[pid=41684] ppid=41670 vsize=76528 memory=64700 CPUtime=0.06 cores=4,6
/proc/41684/stat : 41684 (pbcpreprocessor) R 41670 41670 40982 0 -1 4194304 14587 0 0 0 4 2 0 0 20 0 1 0 42863403 78364672 16175 18446744073709551615 4198400 15773533 140723953634720 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 17968456 18061744 45420544 140723953637700 140723953637854 140723953637854 140723953643461 0
/proc/41684/statm: 19132 16175 2016 2826 0 15744 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 80720 KiB
Current children cumulated memory: 67644 KiB

[startup+0.205614 s]*
/proc/loadavg: 4.14 4.10 4.02 4/264 41699
/proc/meminfo: memFree=128571808/131250000 swapFree=33010684/33010684
[pid=41670] ppid=41663 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/41670/stat : 41670 (opbsolver) S 41663 41670 40982 0 -1 4194304 259 233 0 0 0 0 0 0 20 0 1 0 42863400 4292608 736 18446744073709551615 94318065713152 94318066607685 140733893213120 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94318066846736 94318066894480 94318081392640 140733893216542 140733893216745 140733893216745 140733893222347 0
/proc/41670/statm: 1048 736 672 219 0 110 0
[pid=41684] ppid=41670 vsize=151980 memory=140476 CPUtime=0.17 cores=4,6
/proc/41684/stat : 41684 (pbcpreprocessor) R 41670 41670 40982 0 -1 4194304 33234 0 0 0 12 5 0 0 20 0 1 0 42863403 155627520 35119 18446744073709551615 4198400 15773533 140723953634720 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 17968456 18061744 45420544 140723953637700 140723953637854 140723953637854 140723953643461 0
/proc/41684/statm: 37995 35119 2336 2826 0 34607 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 156172 KiB
Current children cumulated memory: 143420 KiB

[startup+0.305742 s]*
/proc/loadavg: 4.14 4.10 4.02 4/264 41699
/proc/meminfo: memFree=128506540/131250000 swapFree=33010684/33010684
[pid=41670] ppid=41663 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/41670/stat : 41670 (opbsolver) S 41663 41670 40982 0 -1 4194304 259 233 0 0 0 0 0 0 20 0 1 0 42863400 4292608 736 18446744073709551615 94318065713152 94318066607685 140733893213120 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94318066846736 94318066894480 94318081392640 140733893216542 140733893216745 140733893216745 140733893222347 0
/proc/41670/statm: 1048 736 672 219 0 110 0
[pid=41684] ppid=41670 vsize=205708 memory=194492 CPUtime=0.26 cores=4,6
/proc/41684/stat : 41684 (pbcpreprocessor) R 41670 41670 40982 0 -1 4194304 46712 0 0 0 19 7 0 0 20 0 1 0 42863403 210644992 48623 18446744073709551615 4198400 15773533 140723953634720 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 17968456 18061744 45420544 140723953637700 140723953637854 140723953637854 140723953643461 0
/proc/41684/statm: 51427 48623 2368 2826 0 48039 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 209900 KiB
Current children cumulated memory: 197436 KiB

[startup+0.700205 s]
/proc/loadavg: 4.14 4.10 4.02 4/264 41699
/proc/meminfo: memFree=128482348/131250000 swapFree=33010684/33010684
[pid=41670] ppid=41663 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/41670/stat : 41670 (opbsolver) S 41663 41670 40982 0 -1 4194304 259 233 0 0 0 0 0 0 20 0 1 0 42863400 4292608 736 18446744073709551615 94318065713152 94318066607685 140733893213120 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94318066846736 94318066894480 94318081392640 140733893216542 140733893216745 140733893216745 140733893222347 0
/proc/41670/statm: 1048 736 672 219 0 110 0
[pid=41684] ppid=41670 vsize=248204 memory=232988 CPUtime=0.65 cores=4,6
/proc/41684/stat : 41684 (pbcpreprocessor) R 41670 41670 40982 0 -1 4194304 62463 0 0 0 55 10 0 0 20 0 1 0 42863403 254160896 58247 18446744073709551615 4198400 15773533 140723953634720 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 17968456 18061744 45420544 140723953637700 140723953637854 140723953637854 140723953643461 0
/proc/41684/statm: 62051 58247 2432 2826 0 58663 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 252396 KiB
Current children cumulated memory: 235932 KiB

[startup+1.50019 s]
/proc/loadavg: 4.14 4.10 4.02 5/264 41706
/proc/meminfo: memFree=128396668/131250000 swapFree=33010684/33010684
[pid=41670] ppid=41663 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/41670/stat : 41670 (opbsolver) S 41663 41670 40982 0 -1 4194304 259 233 0 0 0 0 0 0 20 0 1 0 42863400 4292608 736 18446744073709551615 94318065713152 94318066607685 140733893213120 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94318066846736 94318066894480 94318081392640 140733893216542 140733893216745 140733893216745 140733893222347 0
/proc/41670/statm: 1048 736 672 219 0 110 0
[pid=41684] ppid=41670 vsize=320100 memory=305812 CPUtime=1.44 cores=4,6
/proc/41684/stat : 41684 (pbcpreprocessor) R 41670 41670 40982 0 -1 4194304 81285 0 0 0 130 14 0 0 20 0 1 0 42863403 327782400 76453 18446744073709551615 4198400 15773533 140723953634720 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 17968456 18061744 45420544 140723953637700 140723953637854 140723953637854 140723953643461 0
/proc/41684/statm: 80025 76453 2496 2826 0 76637 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 324292 KiB
Current children cumulated memory: 308756 KiB

[startup+3.10553 s]
/proc/loadavg: 4.21 4.11 4.02 5/269 41739
/proc/meminfo: memFree=128250640/131250000 swapFree=33010684/33010684
[pid=41670] ppid=41663 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/41670/stat : 41670 (opbsolver) S 41663 41670 40982 0 -1 4194304 259 233 0 0 0 0 0 0 20 0 1 0 42863400 4292608 736 18446744073709551615 94318065713152 94318066607685 140733893213120 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94318066846736 94318066894480 94318081392640 140733893216542 140733893216745 140733893216745 140733893222347 0
/proc/41670/statm: 1048 736 672 219 0 110 0
[pid=41684] ppid=41670 vsize=322156 memory=308884 CPUtime=3.04 cores=4,6
/proc/41684/stat : 41684 (pbcpreprocessor) R 41670 41670 40982 0 -1 4194304 82099 0 0 0 290 14 0 0 20 0 1 0 42863403 329887744 77221 18446744073709551615 4198400 15773533 140723953634720 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 17968456 18061744 45420544 140723953637700 140723953637854 140723953637854 140723953643461 0
/proc/41684/statm: 80539 77221 2496 2826 0 77151 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 326348 KiB
Current children cumulated memory: 311828 KiB

[startup+6.30019 s]
/proc/loadavg: 4.21 4.11 4.02 5/269 41739
/proc/meminfo: memFree=128212692/131250000 swapFree=33010684/33010684
[pid=41670] ppid=41663 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/41670/stat : 41670 (opbsolver) S 41663 41670 40982 0 -1 4194304 259 233 0 0 0 0 0 0 20 0 1 0 42863400 4292608 736 18446744073709551615 94318065713152 94318066607685 140733893213120 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94318066846736 94318066894480 94318081392640 140733893216542 140733893216745 140733893216745 140733893222347 0
/proc/41670/statm: 1048 736 672 219 0 110 0
[pid=41684] ppid=41670 vsize=329376 memory=315924 CPUtime=6.22 cores=4,6
/proc/41684/stat : 41684 (pbcpreprocessor) R 41670 41670 40982 0 -1 4194304 83857 0 0 0 608 14 0 0 20 0 1 0 42863403 337281024 78981 18446744073709551615 4198400 15773533 140723953634720 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 17968456 18061744 45420544 140723953637700 140723953637854 140723953637854 140723953643461 0
/proc/41684/statm: 82344 78981 2496 2826 0 78956 0
Current children cumulated CPU time: 6.22 s
Current children cumulated vsize: 333568 KiB
Current children cumulated memory: 318868 KiB

[startup+12.7002 s]
/proc/loadavg: 4.18 4.11 4.02 5/269 41739
/proc/meminfo: memFree=128032284/131250000 swapFree=33010684/33010684
[pid=41670] ppid=41663 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/41670/stat : 41670 (opbsolver) S 41663 41670 40982 0 -1 4194304 259 233 0 0 0 0 0 0 20 0 1 0 42863400 4292608 736 18446744073709551615 94318065713152 94318066607685 140733893213120 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94318066846736 94318066894480 94318081392640 140733893216542 140733893216745 140733893216745 140733893222347 0
/proc/41670/statm: 1048 736 672 219 0 110 0
[pid=41684] ppid=41670 vsize=590376 memory=514232 CPUtime=12.61 cores=4,6
/proc/41684/stat : 41684 (pbcpreprocessor) R 41670 41670 40982 0 -1 4194304 135099 0 0 0 1238 23 0 0 20 0 1 0 42863403 604545024 128558 18446744073709551615 4198400 15773533 140723953634720 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 17968456 18061744 45420544 140723953637700 140723953637854 140723953637854 140723953643461 0
/proc/41684/statm: 147594 128558 2656 2826 0 144206 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 594568 KiB
Current children cumulated memory: 517176 KiB

[startup+25.5002 s]
/proc/loadavg: 4.15 4.10 4.02 5/269 41739
/proc/meminfo: memFree=127988336/131250000 swapFree=33010684/33010684
[pid=41670] ppid=41663 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/41670/stat : 41670 (opbsolver) S 41663 41670 40982 0 -1 4194304 259 233 0 0 0 0 0 0 20 0 1 0 42863400 4292608 736 18446744073709551615 94318065713152 94318066607685 140733893213120 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94318066846736 94318066894480 94318081392640 140733893216542 140733893216745 140733893216745 140733893222347 0
/proc/41670/statm: 1048 736 672 219 0 110 0
[pid=41684] ppid=41670 vsize=603724 memory=525624 CPUtime=25.37 cores=4,6
/proc/41684/stat : 41684 (pbcpreprocessor) R 41670 41670 40982 0 -1 4194304 137943 0 0 0 2514 23 0 0 20 0 1 0 42863403 618213376 131406 18446744073709551615 4198400 15773533 140723953634720 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 17968456 18061744 45420544 140723953637700 140723953637854 140723953637854 140723953643461 0
/proc/41684/statm: 150931 131406 2656 2826 0 147543 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 607916 KiB
Current children cumulated memory: 528568 KiB

[startup+51.1055 s]
/proc/loadavg: 4.18 4.11 4.02 5/269 41740
/proc/meminfo: memFree=127941176/131250000 swapFree=33010684/33010684
[pid=41670] ppid=41663 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/41670/stat : 41670 (opbsolver) S 41663 41670 40982 0 -1 4194304 259 233 0 0 0 0 0 0 20 0 1 0 42863400 4292608 736 18446744073709551615 94318065713152 94318066607685 140733893213120 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94318066846736 94318066894480 94318081392640 140733893216542 140733893216745 140733893216745 140733893222347 0
/proc/41670/statm: 1048 736 672 219 0 110 0
[pid=41684] ppid=41670 vsize=614288 memory=534968 CPUtime=50.91 cores=4,6
/proc/41684/stat : 41684 (pbcpreprocessor) R 41670 41670 40982 0 -1 4194304 140251 0 0 0 5067 24 0 0 20 0 1 0 42863403 629030912 133742 18446744073709551615 4198400 15773533 140723953634720 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 17968456 18061744 45420544 140723953637700 140723953637854 140723953637854 140723953643461 0
/proc/41684/statm: 153572 133742 2688 2826 0 150184 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 618480 KiB
Current children cumulated memory: 537912 KiB

[startup+102.3 s]
/proc/loadavg: 4.07 4.09 4.02 5/269 41741
/proc/meminfo: memFree=127895668/131250000 swapFree=33010684/33010684
[pid=41670] ppid=41663 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/41670/stat : 41670 (opbsolver) S 41663 41670 40982 0 -1 4194304 259 233 0 0 0 0 0 0 20 0 1 0 42863400 4292608 736 18446744073709551615 94318065713152 94318066607685 140733893213120 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94318066846736 94318066894480 94318081392640 140733893216542 140733893216745 140733893216745 140733893222347 0
/proc/41670/statm: 1048 736 672 219 0 110 0
[pid=41684] ppid=41670 vsize=619048 memory=539996 CPUtime=101.96 cores=4,6
/proc/41684/stat : 41684 (pbcpreprocessor) R 41670 41670 40982 0 -1 4194304 141025 0 0 0 10172 24 0 0 20 0 1 0 42863403 633905152 134999 18446744073709551615 4198400 15773533 140723953634720 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 17968456 18061744 45420544 140723953637700 140723953637854 140723953637854 140723953643461 0
/proc/41684/statm: 154762 134999 2688 2826 0 151374 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 623240 KiB
Current children cumulated memory: 542940 KiB

[startup+162.3 s]
/proc/loadavg: 4.07 4.09 4.02 5/269 41743
/proc/meminfo: memFree=127624220/131250000 swapFree=33010684/33010684
[pid=41670] ppid=41663 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/41670/stat : 41670 (opbsolver) S 41663 41670 40982 0 -1 4194304 259 233 0 0 0 0 0 0 20 0 1 0 42863400 4292608 736 18446744073709551615 94318065713152 94318066607685 140733893213120 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94318066846736 94318066894480 94318081392640 140733893216542 140733893216745 140733893216745 140733893222347 0
/proc/41670/statm: 1048 736 672 219 0 110 0
[pid=41684] ppid=41670 vsize=797316 memory=711180 CPUtime=161.8 cores=4,6
/proc/41684/stat : 41684 (pbcpreprocessor) R 41670 41670 40982 0 -1 4194304 190121 0 0 0 16149 31 0 0 20 0 1 0 42863403 816451584 177795 18446744073709551615 4198400 15773533 140723953634720 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 17968456 18061744 45420544 140723953637700 140723953637854 140723953637854 140723953643461 0
/proc/41684/statm: 199329 177795 2720 2826 0 195941 0
Current children cumulated CPU time: 161.8 s
Current children cumulated vsize: 801508 KiB
Current children cumulated memory: 714124 KiB

[startup+222.3 s]
/proc/loadavg: 4.13 4.10 4.02 5/269 41745
/proc/meminfo: memFree=127564340/131250000 swapFree=33010684/33010684
[pid=41670] ppid=41663 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/41670/stat : 41670 (opbsolver) S 41663 41670 40982 0 -1 4194304 259 233 0 0 0 0 0 0 20 0 1 0 42863400 4292608 736 18446744073709551615 94318065713152 94318066607685 140733893213120 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94318066846736 94318066894480 94318081392640 140733893216542 140733893216745 140733893216745 140733893222347 0
/proc/41670/statm: 1048 736 672 219 0 110 0
[pid=41684] ppid=41670 vsize=797316 memory=714508 CPUtime=221.64 cores=4,6
/proc/41684/stat : 41684 (pbcpreprocessor) R 41670 41670 40982 0 -1 4194304 190872 0 0 0 22133 31 0 0 20 0 1 0 42863403 816451584 178627 18446744073709551615 4198400 15773533 140723953634720 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 17968456 18061744 45420544 140723953637700 140723953637854 140723953637854 140723953643461 0
/proc/41684/statm: 199329 178627 2720 2826 0 195941 0

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

/proc/41828/stat : 41828 (wmaxcdcl) R 41670 41670 40982 0 -1 4194304 71055 0 0 0 288810 36 0 0 20 0 1 0 42914087 438657024 99245 18446744073709551615 4198400 5932793 140736265382464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 40402944 140736265390427 140736265390572 140736265390572 140736265396172 0
/proc/41828/statm: 107094 99245 448 424 0 106549 0
Current children cumulated CPU time: 3393.96 s
Current children cumulated vsize: 432568 KiB
Current children cumulated memory: 399924 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/268 41995
/proc/meminfo: memFree=127877636/131250000 swapFree=33010684/33010684
[pid=41670] ppid=41663 vsize=4192 memory=2944 CPUtime=505.5 cores=4,6
/proc/41670/stat : 41670 (opbsolver) S 41663 41670 40982 0 -1 4194304 408 214686 0 0 0 0 50465 85 20 0 1 0 42863400 4292608 736 18446744073709551615 94318065713152 94318066607685 140733893213120 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94318066846736 94318066894480 94318081392640 140733893216542 140733893216745 140733893216745 140733893222347 0
/proc/41670/statm: 1048 736 672 219 0 110 0
[pid=41828] ppid=41670 vsize=459196 memory=407104 CPUtime=2948.32 cores=4,6
/proc/41828/stat : 41828 (wmaxcdcl) R 41670 41670 40982 0 -1 4194304 71626 0 0 0 294795 37 0 0 20 0 1 0 42914087 470216704 101776 18446744073709551615 4198400 5932793 140736265382464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 40402944 140736265390427 140736265390572 140736265390572 140736265396172 0
/proc/41828/statm: 114799 101776 448 424 0 114254 0
Current children cumulated CPU time: 3453.82 s
Current children cumulated vsize: 463388 KiB
Current children cumulated memory: 410048 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/268 41997
/proc/meminfo: memFree=127865544/131250000 swapFree=33010684/33010684
[pid=41670] ppid=41663 vsize=4192 memory=2944 CPUtime=505.5 cores=4,6
/proc/41670/stat : 41670 (opbsolver) S 41663 41670 40982 0 -1 4194304 408 214686 0 0 0 0 50465 85 20 0 1 0 42863400 4292608 736 18446744073709551615 94318065713152 94318066607685 140733893213120 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94318066846736 94318066894480 94318081392640 140733893216542 140733893216745 140733893216745 140733893222347 0
/proc/41670/statm: 1048 736 672 219 0 110 0
[pid=41828] ppid=41670 vsize=459196 memory=417344 CPUtime=3008.17 cores=4,6
/proc/41828/stat : 41828 (wmaxcdcl) R 41670 41670 40982 0 -1 4194304 71632 0 0 0 300779 38 0 0 20 0 1 0 42914087 470216704 104336 18446744073709551615 4198400 5932793 140736265382464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 40402944 140736265390427 140736265390572 140736265390572 140736265396172 0
/proc/41828/statm: 114799 104336 448 424 0 114254 0
Current children cumulated CPU time: 3513.67 s
Current children cumulated vsize: 463388 KiB
Current children cumulated memory: 420288 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.10 4.09 5/268 42000
/proc/meminfo: memFree=127876264/131250000 swapFree=33010684/33010684
[pid=41670] ppid=41663 vsize=4192 memory=2944 CPUtime=505.5 cores=4,6
/proc/41670/stat : 41670 (opbsolver) S 41663 41670 40982 0 -1 4194304 408 214686 0 0 0 0 50465 85 20 0 1 0 42863400 4292608 736 18446744073709551615 94318065713152 94318066607685 140733893213120 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94318066846736 94318066894480 94318081392640 140733893216542 140733893216745 140733893216745 140733893222347 0
/proc/41670/statm: 1048 736 672 219 0 110 0
[pid=41828] ppid=41670 vsize=428376 memory=390452 CPUtime=3068.02 cores=4,6
/proc/41828/stat : 41828 (wmaxcdcl) R 41670 41670 40982 0 -1 4194304 72102 0 0 0 306763 39 0 0 20 0 1 0 42914087 438657024 97613 18446744073709551615 4198400 5932793 140736265382464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 40402944 140736265390427 140736265390572 140736265390572 140736265396172 0
/proc/41828/statm: 107094 97613 448 424 0 106549 0
Current children cumulated CPU time: 3573.52 s
Current children cumulated vsize: 432568 KiB
Current children cumulated memory: 393396 KiB

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

# cumulated CPU time of all completed processes:  user=3596.31 s, system=1.25804 s

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

[startup+3584 s]*
/proc/loadavg: 4.14 4.10 4.09 5/268 42000
/proc/meminfo: memFree=127876304/131250000 swapFree=33010684/33010684
[pid=41670] ppid=41663 vsize=4192 memory=2944 CPUtime=505.5 cores=4,6
/proc/41670/stat : 41670 (opbsolver) S 41663 41670 40982 0 -1 4194304 408 214686 0 0 0 0 50465 85 20 0 1 0 42863400 4292608 736 18446744073709551615 94318065713152 94318066607685 140733893213120 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94318066846736 94318066894480 94318081392640 140733893216542 140733893216745 140733893216745 140733893222347 0
/proc/41670/statm: 1048 736 672 219 0 110 0
[pid=41828] ppid=41670 vsize=428376 memory=390452 CPUtime=3069.72 cores=4,6
/proc/41828/stat : 41828 (wmaxcdcl) R 41670 41670 40982 0 -1 4194304 72102 0 0 0 306933 39 0 0 20 0 1 0 42914087 438657024 97613 18446744073709551615 4198400 5932793 140736265382464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 40402944 140736265390427 140736265390572 140736265390572 140736265396172 0
/proc/41828/statm: 107094 97613 448 424 0 106549 0
Current children cumulated CPU time: 3575.22 s
Current children cumulated vsize: 432568 KiB
Current children cumulated memory: 393396 KiB

[startup+3596.8 s]
/proc/loadavg: 4.11 4.09 4.09 5/268 42001
/proc/meminfo: memFree=127894112/131250000 swapFree=33010684/33010684
[pid=41670] ppid=41663 vsize=4192 memory=2944 CPUtime=505.5 cores=4,6
/proc/41670/stat : 41670 (opbsolver) S 41663 41670 40982 0 -1 4194304 408 214686 0 0 0 0 50465 85 20 0 1 0 42863400 4292608 736 18446744073709551615 94318065713152 94318066607685 140733893213120 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94318066846736 94318066894480 94318081392640 140733893216542 140733893216745 140733893216745 140733893222347 0
/proc/41670/statm: 1048 736 672 219 0 110 0
[pid=41828] ppid=41670 vsize=428376 memory=392500 CPUtime=3082.49 cores=4,6
/proc/41828/stat : 41828 (wmaxcdcl) R 41670 41670 40982 0 -1 4194304 72114 0 0 0 308210 39 0 0 20 0 1 0 42914087 438657024 98125 18446744073709551615 4198400 5932793 140736265382464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 40402944 140736265390427 140736265390572 140736265390572 140736265396172 0
/proc/41828/statm: 107094 98125 448 424 0 106549 0
Current children cumulated CPU time: 3587.99 s
Current children cumulated vsize: 432568 KiB
Current children cumulated memory: 395444 KiB

[startup+3603.2 s]
/proc/loadavg: 4.10 4.09 4.09 5/268 42001
/proc/meminfo: memFree=127894136/131250000 swapFree=33010684/33010684
[pid=41670] ppid=41663 vsize=4192 memory=2944 CPUtime=505.5 cores=4,6
/proc/41670/stat : 41670 (opbsolver) S 41663 41670 40982 0 -1 4194304 408 214686 0 0 0 0 50465 85 20 0 1 0 42863400 4292608 736 18446744073709551615 94318065713152 94318066607685 140733893213120 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94318066846736 94318066894480 94318081392640 140733893216542 140733893216745 140733893216745 140733893222347 0
/proc/41670/statm: 1048 736 672 219 0 110 0
[pid=41828] ppid=41670 vsize=428376 memory=392500 CPUtime=3088.87 cores=4,6
/proc/41828/stat : 41828 (wmaxcdcl) R 41670 41670 40982 0 -1 4194304 72114 0 0 0 308848 39 0 0 20 0 1 0 42914087 438657024 98125 18446744073709551615 4198400 5932793 140736265382464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 40402944 140736265390427 140736265390572 140736265390572 140736265396172 0
/proc/41828/statm: 107094 98125 448 424 0 106549 0
Current children cumulated CPU time: 3594.37 s
Current children cumulated vsize: 432568 KiB
Current children cumulated memory: 395444 KiB

[startup+3604.8 s]
/proc/loadavg: 4.10 4.09 4.09 5/268 42001
/proc/meminfo: memFree=127894160/131250000 swapFree=33010684/33010684
[pid=41670] ppid=41663 vsize=4192 memory=2944 CPUtime=505.5 cores=4,6
/proc/41670/stat : 41670 (opbsolver) S 41663 41670 40982 0 -1 4194304 408 214686 0 0 0 0 50465 85 20 0 1 0 42863400 4292608 736 18446744073709551615 94318065713152 94318066607685 140733893213120 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94318066846736 94318066894480 94318081392640 140733893216542 140733893216745 140733893216745 140733893222347 0
/proc/41670/statm: 1048 736 672 219 0 110 0
[pid=41828] ppid=41670 vsize=428376 memory=392500 CPUtime=3090.47 cores=4,6
/proc/41828/stat : 41828 (wmaxcdcl) R 41670 41670 40982 0 -1 4194304 72114 0 0 0 309008 39 0 0 20 0 1 0 42914087 438657024 98125 18446744073709551615 4198400 5932793 140736265382464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 40402944 140736265390427 140736265390572 140736265390572 140736265396172 0
/proc/41828/statm: 107094 98125 448 424 0 106549 0
Current children cumulated CPU time: 3595.97 s
Current children cumulated vsize: 432568 KiB
Current children cumulated memory: 395444 KiB

[startup+3605.6 s]
/proc/loadavg: 4.10 4.09 4.09 5/268 42001
/proc/meminfo: memFree=127894160/131250000 swapFree=33010684/33010684
[pid=41670] ppid=41663 vsize=4192 memory=2944 CPUtime=505.5 cores=4,6
/proc/41670/stat : 41670 (opbsolver) S 41663 41670 40982 0 -1 4194304 408 214686 0 0 0 0 50465 85 20 0 1 0 42863400 4292608 736 18446744073709551615 94318065713152 94318066607685 140733893213120 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94318066846736 94318066894480 94318081392640 140733893216542 140733893216745 140733893216745 140733893222347 0
/proc/41670/statm: 1048 736 672 219 0 110 0
[pid=41828] ppid=41670 vsize=428376 memory=392500 CPUtime=3091.27 cores=4,6
/proc/41828/stat : 41828 (wmaxcdcl) R 41670 41670 40982 0 -1 4194304 72114 0 0 0 309088 39 0 0 20 0 1 0 42914087 438657024 98125 18446744073709551615 4198400 5932793 140736265382464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 40402944 140736265390427 140736265390572 140736265390572 140736265396172 0
/proc/41828/statm: 107094 98125 448 424 0 106549 0
Current children cumulated CPU time: 3596.77 s
Current children cumulated vsize: 432568 KiB
Current children cumulated memory: 395444 KiB

[startup+3606 s]*
/proc/loadavg: 4.10 4.09 4.09 5/268 42002
/proc/meminfo: memFree=127894160/131250000 swapFree=33010684/33010684
[pid=41670] ppid=41663 vsize=4192 memory=2944 CPUtime=505.5 cores=4,6
/proc/41670/stat : 41670 (opbsolver) S 41663 41670 40982 0 -1 4194304 408 214686 0 0 0 0 50465 85 20 0 1 0 42863400 4292608 736 18446744073709551615 94318065713152 94318066607685 140733893213120 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94318066846736 94318066894480 94318081392640 140733893216542 140733893216745 140733893216745 140733893222347 0
/proc/41670/statm: 1048 736 672 219 0 110 0
[pid=41828] ppid=41670 vsize=428376 memory=392500 CPUtime=3091.67 cores=4,6
/proc/41828/stat : 41828 (wmaxcdcl) R 41670 41670 40982 0 -1 4194304 72114 0 0 0 309128 39 0 0 20 0 1 0 42914087 438657024 98125 18446744073709551615 4198400 5932793 140736265382464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 40402944 140736265390427 140736265390572 140736265390572 140736265396172 0
/proc/41828/statm: 107094 98125 448 424 0 106549 0
Current children cumulated CPU time: 3597.17 s
Current children cumulated vsize: 432568 KiB
Current children cumulated memory: 395444 KiB

[startup+3606.2 s]
/proc/loadavg: 4.10 4.09 4.09 5/268 42002
/proc/meminfo: memFree=127894160/131250000 swapFree=33010684/33010684
[pid=41670] ppid=41663 vsize=4192 memory=2944 CPUtime=505.5 cores=4,6
/proc/41670/stat : 41670 (opbsolver) S 41663 41670 40982 0 -1 4194304 408 214686 0 0 0 0 50465 85 20 0 1 0 42863400 4292608 736 18446744073709551615 94318065713152 94318066607685 140733893213120 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94318066846736 94318066894480 94318081392640 140733893216542 140733893216745 140733893216745 140733893222347 0
/proc/41670/statm: 1048 736 672 219 0 110 0
[pid=41828] ppid=41670 vsize=428376 memory=392500 CPUtime=3091.86 cores=4,6
/proc/41828/stat : 41828 (wmaxcdcl) R 41670 41670 40982 0 -1 4194304 72114 0 0 0 309147 39 0 0 20 0 1 0 42914087 438657024 98125 18446744073709551615 4198400 5932793 140736265382464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 40402944 140736265390427 140736265390572 140736265390572 140736265396172 0
/proc/41828/statm: 107094 98125 448 424 0 106549 0
Current children cumulated CPU time: 3597.36 s
Current children cumulated vsize: 432568 KiB
Current children cumulated memory: 395444 KiB

[startup+3606.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/268 42002
/proc/meminfo: memFree=127894160/131250000 swapFree=33010684/33010684
[pid=41670] ppid=41663 vsize=4192 memory=2944 CPUtime=505.5 cores=4,6
/proc/41670/stat : 41670 (opbsolver) S 41663 41670 40982 0 -1 4194304 408 214686 0 0 0 0 50465 85 20 0 1 0 42863400 4292608 736 18446744073709551615 94318065713152 94318066607685 140733893213120 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94318066846736 94318066894480 94318081392640 140733893216542 140733893216745 140733893216745 140733893222347 0
/proc/41670/statm: 1048 736 672 219 0 110 0
[pid=41828] ppid=41670 vsize=428376 memory=392500 CPUtime=3091.96 cores=4,6
/proc/41828/stat : 41828 (wmaxcdcl) R 41670 41670 40982 0 -1 4194304 72114 0 0 0 309157 39 0 0 20 0 1 0 42914087 438657024 98125 18446744073709551615 4198400 5932793 140736265382464 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 40402944 140736265390427 140736265390572 140736265390572 140736265396172 0
/proc/41828/statm: 107094 98125 448 424 0 106549 0
Current children cumulated CPU time: 3597.46 s
Current children cumulated vsize: 432568 KiB
Current children cumulated memory: 395444 KiB

Child status: 0

Real time (s): 3606.39
CPU time (s): 3597.57
CPU user time (s): 3596.31
CPU system time (s): 1.25804
CPU usage (%): 99.7554
Max. virtual memory (cumulated for all children) (KiB): 827104
Max. memory (cumulated for all children) (KiB): 739420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.31
system time used= 1.25804
maximum resident set size= 736476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 287550
page faults= 0
swaps= 0
block input operations= 0
block output operations= 34952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 622
involuntary context switches= 2310


# summary of solver processes directly reported to runsolver:
#   pid: 41670
#   total CPU time (s): 3597.57
#   total CPU user time (s): 3596.31
#   total CPU system time (s): 1.25804

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.41465 second user time and 15.4838 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-06-30 10:24:15
IDJOB=4498467
IDBENCH=148683
IDSOLVER=3374
FILE ID=nodeC018/4498467-1751271855
RUNJOBID= nodeC018-1751268232-41000
SLURM_JOB_ID= 9594185
Free space on /tmp= 433064 MiB

SOLVER NAME= WMaxCDCL-SCIP 2025-06-21
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_500_60_4.opb
COMMAND LINE= DIR/opbsolver BENCHNAME TIMELIMIT MEMLIMIT TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4498467-1751271855/watcher-4498467-1751271855 -o /tmp/evaluation-result-4498467-1751271855/solver-4498467-1751271855 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751268232-41000 --watchdog 3760  HOME/opbsolver HOME/instance-4498467-1751271855.opb 3600 31000 HOME HOME

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

MD5SUM BENCH= 38e00c2bd7e76d458d5bc96a9953dc34
RANDOM SEED=1519352228

nodeC018 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.928
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.66
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		: 3600.420
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.66
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		: 3586.229
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.66
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.604
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.66
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.828
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.66
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.633
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.66
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		: 3599.980
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.66
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		: 3593.653
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.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        128752892 kB
MemAvailable:   129775304 kB
Buffers:            3280 kB
Cached:          1824564 kB
SwapCached:            0 kB
Active:           325616 kB
Inactive:        1567344 kB
Active(anon):      83244 kB
Inactive(anon):        0 kB
Active(file):     242372 kB
Inactive(file):  1567344 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             83412 kB
Writeback:             8 kB
AnonPages:         68272 kB
Mapped:           102748 kB
Shmem:             18076 kB
KReclaimable:     103472 kB
Slab:             190664 kB
SReclaimable:     103472 kB
SUnreclaim:        87192 kB
KernelStack:        4096 kB
PageTables:         2876 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     331260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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= 432976 MiB
End job on nodeC018 at 2025-06-30 11:24:22