Trace number 4485337

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
WMaxCDCL-SCIP 2025-06-21? 3598.44 3608.27

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-B2C1S1.opb
MD5SUM46c70d7f28752ee0ae29660ce5b35655
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark7149108224
Best CPU time to get the best result obtained on this benchmark72002.7
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables107808
Total number of constraints3904
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints3904
Minimum length of a constraint31
Maximum length of a constraint1440
Number of terms in the objective function 38688
Biggest coefficient in the objective function 348966092800
Number of bits for the biggest coefficient in the objective function 39
Sum of the numbers in the objective function 299074813804544
Number of bits of the sum of numbers in the objective function 49
Biggest number in a constraint 348966092800
Number of bits of the biggest number in a constraint 39
Biggest sum of numbers in a constraint 299074813804544
Number of bits of the biggest sum of numbers49
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.
41.27/41.45	c Solving by WMaxCDCL...
41.34/3608.23	c Rebuilding OPB solution...
41.34/3608.23	c This is the PBCProcessor based on SCIP solver.
41.34/3608.23	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 (62414 MiB free)
  memory of node 1: 64507 MiB (63776 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4485337-1751307262/watcher-4485337-1751307262 -o /tmp/evaluation-result-4485337-1751307262/solver-4485337-1751307262 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1751303574-40055 --watchdog 3760 HOME/opbsolver HOME/instance-4485337-1751307262.opb 3600 31000 HOME HOME 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100058 s]*
/proc/loadavg: 4.30 4.20 4.12 5/267 40941
/proc/meminfo: memFree=129210636/131249988 swapFree=33010684/33010684
[pid=40934] ppid=40931 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/40934/stat : 40934 (opbsolver) S 40931 40934 40042 0 -1 4194304 351 654 0 0 0 0 0 0 20 0 1 0 46405060 4292608 768 18446744073709551615 94678904815616 94678905710149 140733267293376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94678905949200 94678905996944 94678916734976 140733267298590 140733267298793 140733267298793 140733267304395 0
/proc/40934/statm: 1048 768 704 219 0 110 0
[pid=40941] ppid=40934 vsize=28880 memory=11640 CPUtime=0.07 cores=5,7
/proc/40941/stat : 40941 (pbcpreprocessor) R 40934 40934 40042 0 -1 4194304 2784 0 0 0 7 0 0 0 20 0 1 0 46405063 29573120 2910 18446744073709551615 4198400 15773533 140727430466112 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 17968456 18061744 23498752 140727430473904 140727430474206 140727430474206 140727430479813 0
/proc/40941/statm: 7220 2910 704 2826 0 3832 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 33072 KiB
Current children cumulated memory: 14712 KiB

[startup+0.205566 s]*
/proc/loadavg: 4.30 4.20 4.12 5/267 40941
/proc/meminfo: memFree=129194100/131249988 swapFree=33010684/33010684
[pid=40934] ppid=40931 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/40934/stat : 40934 (opbsolver) S 40931 40934 40042 0 -1 4194304 351 654 0 0 0 0 0 0 20 0 1 0 46405060 4292608 768 18446744073709551615 94678904815616 94678905710149 140733267293376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94678905949200 94678905996944 94678916734976 140733267298590 140733267298793 140733267298793 140733267304395 0
/proc/40934/statm: 1048 768 704 219 0 110 0
[pid=40941] ppid=40934 vsize=41816 memory=24696 CPUtime=0.17 cores=5,7
/proc/40941/stat : 40941 (pbcpreprocessor) R 40934 40934 40042 0 -1 4194304 6044 0 0 0 17 0 0 0 20 0 1 0 46405063 42819584 6174 18446744073709551615 4198400 15773533 140727430466112 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 17968456 18061744 23498752 140727430473904 140727430474206 140727430474206 140727430479813 0
/proc/40941/statm: 10454 6174 704 2826 0 7066 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 46008 KiB
Current children cumulated memory: 27768 KiB

[startup+0.305535 s]*
/proc/loadavg: 4.30 4.20 4.12 5/267 40941
/proc/meminfo: memFree=129186036/131249988 swapFree=33010684/33010684
[pid=40934] ppid=40931 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/40934/stat : 40934 (opbsolver) S 40931 40934 40042 0 -1 4194304 351 654 0 0 0 0 0 0 20 0 1 0 46405060 4292608 768 18446744073709551615 94678904815616 94678905710149 140733267293376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94678905949200 94678905996944 94678916734976 140733267298590 140733267298793 140733267298793 140733267304395 0
/proc/40934/statm: 1048 768 704 219 0 110 0
[pid=40941] ppid=40934 vsize=52772 memory=35576 CPUtime=0.27 cores=5,7
/proc/40941/stat : 40941 (pbcpreprocessor) R 40934 40934 40042 0 -1 4194304 8756 0 0 0 26 1 0 0 20 0 1 0 46405063 54038528 8894 18446744073709551615 4198400 15773533 140727430466112 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 17968456 18061744 23498752 140727430473904 140727430474206 140727430474206 140727430479813 0
/proc/40941/statm: 13193 8894 704 2826 0 9805 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 56964 KiB
Current children cumulated memory: 38648 KiB

[startup+0.700203 s]
/proc/loadavg: 4.30 4.20 4.12 5/267 40941
/proc/meminfo: memFree=129161844/131249988 swapFree=33010684/33010684
[pid=40934] ppid=40931 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/40934/stat : 40934 (opbsolver) S 40931 40934 40042 0 -1 4194304 351 654 0 0 0 0 0 0 20 0 1 0 46405060 4292608 768 18446744073709551615 94678904815616 94678905710149 140733267293376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94678905949200 94678905996944 94678916734976 140733267298590 140733267298793 140733267298793 140733267304395 0
/proc/40934/statm: 1048 768 704 219 0 110 0
[pid=40941] ppid=40934 vsize=90260 memory=73080 CPUtime=0.66 cores=5,7
/proc/40941/stat : 40941 (pbcpreprocessor) R 40934 40934 40042 0 -1 4194304 18155 0 0 0 64 2 0 0 20 0 1 0 46405063 92426240 18270 18446744073709551615 4198400 15773533 140727430466112 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 17968456 18061744 23498752 140727430473904 140727430474206 140727430474206 140727430479813 0
/proc/40941/statm: 22565 18270 704 2826 0 19177 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 94452 KiB
Current children cumulated memory: 76152 KiB

[startup+1.50022 s]
/proc/loadavg: 4.30 4.20 4.12 5/267 40941
/proc/meminfo: memFree=129145716/131249988 swapFree=33010684/33010684
[pid=40934] ppid=40931 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/40934/stat : 40934 (opbsolver) S 40931 40934 40042 0 -1 4194304 351 654 0 0 0 0 0 0 20 0 1 0 46405060 4292608 768 18446744073709551615 94678904815616 94678905710149 140733267293376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94678905949200 94678905996944 94678916734976 140733267298590 140733267298793 140733267298793 140733267304395 0
/proc/40934/statm: 1048 768 704 219 0 110 0
[pid=40941] ppid=40934 vsize=177548 memory=136184 CPUtime=1.46 cores=5,7
/proc/40941/stat : 40941 (pbcpreprocessor) R 40934 40934 40042 0 -1 4194304 35650 0 0 0 139 7 0 0 20 0 1 0 46405063 181809152 34046 18446744073709551615 4198400 15773533 140727430466112 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 17968456 18061744 23498752 140727430473904 140727430474206 140727430474206 140727430479813 0
/proc/40941/statm: 44387 34046 704 2826 0 40999 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 181740 KiB
Current children cumulated memory: 139256 KiB

[startup+3.10536 s]
/proc/loadavg: 4.28 4.20 4.12 5/267 40941
/proc/meminfo: memFree=129012472/131249988 swapFree=33010684/33010684
[pid=40934] ppid=40931 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/40934/stat : 40934 (opbsolver) S 40931 40934 40042 0 -1 4194304 351 654 0 0 0 0 0 0 20 0 1 0 46405060 4292608 768 18446744073709551615 94678904815616 94678905710149 140733267293376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94678905949200 94678905996944 94678916734976 140733267298590 140733267298793 140733267298793 140733267304395 0
/proc/40934/statm: 1048 768 704 219 0 110 0
[pid=40941] ppid=40934 vsize=243184 memory=187488 CPUtime=3.05 cores=5,7
/proc/40941/stat : 40941 (pbcpreprocessor) R 40934 40934 40042 0 -1 4194304 44427 0 0 0 296 9 0 0 20 0 1 0 46405063 249020416 46872 18446744073709551615 4198400 15773533 140727430466112 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 17968456 18061744 23498752 140727430473904 140727430474206 140727430474206 140727430479813 0
/proc/40941/statm: 60796 46872 704 2826 0 57408 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 247376 KiB
Current children cumulated memory: 190560 KiB

[startup+6.30019 s]
/proc/loadavg: 4.28 4.20 4.12 5/267 40941
/proc/meminfo: memFree=128873224/131249988 swapFree=33010684/33010684
[pid=40934] ppid=40931 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/40934/stat : 40934 (opbsolver) S 40931 40934 40042 0 -1 4194304 351 654 0 0 0 0 0 0 20 0 1 0 46405060 4292608 768 18446744073709551615 94678904815616 94678905710149 140733267293376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94678905949200 94678905996944 94678916734976 140733267298590 140733267298793 140733267298793 140733267304395 0
/proc/40934/statm: 1048 768 704 219 0 110 0
[pid=40941] ppid=40934 vsize=375188 memory=288736 CPUtime=6.25 cores=5,7
/proc/40941/stat : 40941 (pbcpreprocessor) R 40934 40934 40042 0 -1 4194304 70634 0 0 0 608 17 0 0 20 0 1 0 46405063 384192512 72184 18446744073709551615 4198400 15773533 140727430466112 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 17968456 18061744 23498752 140727430473904 140727430474206 140727430474206 140727430479813 0
/proc/40941/statm: 93797 72184 704 2826 0 90409 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 379380 KiB
Current children cumulated memory: 291808 KiB

[startup+12.7002 s]
/proc/loadavg: 4.26 4.20 4.12 5/267 41043
/proc/meminfo: memFree=128726816/131249988 swapFree=33010684/33010684
[pid=40934] ppid=40931 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/40934/stat : 40934 (opbsolver) S 40931 40934 40042 0 -1 4194304 351 654 0 0 0 0 0 0 20 0 1 0 46405060 4292608 768 18446744073709551615 94678904815616 94678905710149 140733267293376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94678905949200 94678905996944 94678916734976 140733267298590 140733267298793 140733267298793 140733267304395 0
/proc/40934/statm: 1048 768 704 219 0 110 0
[pid=40941] ppid=40934 vsize=639060 memory=491116 CPUtime=12.63 cores=5,7
/proc/40941/stat : 40941 (pbcpreprocessor) R 40934 40934 40042 0 -1 4194304 114254 0 0 0 1236 27 0 0 20 0 1 0 46405063 654397440 122779 18446744073709551615 4198400 15773533 140727430466112 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 17968456 18061744 23498752 140727430473904 140727430474206 140727430474206 140727430479813 0
/proc/40941/statm: 159765 122779 704 2826 0 156377 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 643252 KiB
Current children cumulated memory: 494188 KiB

[startup+25.5002 s]
/proc/loadavg: 4.27 4.20 4.12 5/267 41043
/proc/meminfo: memFree=128061016/131249988 swapFree=33010684/33010684
[pid=40934] ppid=40931 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/40934/stat : 40934 (opbsolver) S 40931 40934 40042 0 -1 4194304 351 654 0 0 0 0 0 0 20 0 1 0 46405060 4292608 768 18446744073709551615 94678904815616 94678905710149 140733267293376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94678905949200 94678905996944 94678916734976 140733267298590 140733267298793 140733267298793 140733267304395 0
/proc/40934/statm: 1048 768 704 219 0 110 0
[pid=40941] ppid=40934 vsize=1165176 memory=878024 CPUtime=25.4 cores=5,7
/proc/40941/stat : 40941 (pbcpreprocessor) R 40934 40934 40042 0 -1 4194304 190388 0 0 0 2494 46 0 0 20 0 1 0 46405063 1193140224 219506 18446744073709551615 4198400 15773533 140727430466112 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 17968456 18061744 23498752 140727430473904 140727430474206 140727430474206 140727430479813 0
/proc/40941/statm: 291294 219506 704 2826 0 287906 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 1169368 KiB
Current children cumulated memory: 881096 KiB

[startup+51.1054 s]
/proc/loadavg: 4.18 4.19 4.12 5/267 41046
/proc/meminfo: memFree=124316176/131249988 swapFree=33010684/33010684
[pid=40934] ppid=40931 vsize=4192 memory=3072 CPUtime=41.34 cores=5,7
/proc/40934/stat : 40934 (opbsolver) S 40931 40934 40042 0 -1 4194304 410 191434 0 0 0 0 3328 806 20 0 1 0 46405060 4292608 768 18446744073709551615 94678904815616 94678905710149 140733267293376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94678905949200 94678905996944 94678916734976 140733267298590 140733267298793 140733267298793 140733267304395 0
/proc/40934/statm: 1048 768 704 219 0 110 0
[pid=41046] ppid=40934 vsize=4605888 memory=4365756 CPUtime=9.61 cores=5,7
/proc/41046/stat : 41046 (wmaxcdcl) R 40934 40934 40042 0 -1 4194304 426106 0 0 0 834 127 0 0 20 0 1 0 46409206 4716429312 1091439 18446744073709551615 4198400 5932793 140728089675216 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 38412288 140728089680219 140728089680364 140728089680364 140728089685964 0
/proc/41046/statm: 1151472 1091439 448 424 0 1150927 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 4610080 KiB
Current children cumulated memory: 4368828 KiB

[startup+102.3 s]
/proc/loadavg: 4.25 4.20 4.12 5/267 41048
/proc/meminfo: memFree=123045296/131249988 swapFree=33010684/33010684
[pid=40934] ppid=40931 vsize=4192 memory=3072 CPUtime=41.34 cores=5,7
/proc/40934/stat : 40934 (opbsolver) S 40931 40934 40042 0 -1 4194304 410 191434 0 0 0 0 3328 806 20 0 1 0 46405060 4292608 768 18446744073709551615 94678904815616 94678905710149 140733267293376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94678905949200 94678905996944 94678916734976 140733267298590 140733267298793 140733267298793 140733267304395 0
/proc/40934/statm: 1048 768 704 219 0 110 0
[pid=41046] ppid=40934 vsize=6394112 memory=5574516 CPUtime=60.66 cores=5,7
/proc/41046/stat : 41046 (wmaxcdcl) R 40934 40934 40042 0 -1 4194304 512943 0 0 0 5883 183 0 0 20 0 1 0 46409206 6547570688 1393629 18446744073709551615 4198400 5932793 140728089675216 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 38412288 140728089680219 140728089680364 140728089680364 140728089685964 0
/proc/41046/statm: 1598528 1393629 448 424 0 1597983 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 6398304 KiB
Current children cumulated memory: 5577588 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 4.18 4.12 5/266 41050
/proc/meminfo: memFree=123148348/131249988 swapFree=33010684/33010684
[pid=40934] ppid=40931 vsize=4192 memory=3072 CPUtime=41.34 cores=5,7
/proc/40934/stat : 40934 (opbsolver) S 40931 40934 40042 0 -1 4194304 410 191434 0 0 0 0 3328 806 20 0 1 0 46405060 4292608 768 18446744073709551615 94678904815616 94678905710149 140733267293376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94678905949200 94678905996944 94678916734976 140733267298590 140733267298793 140733267298793 140733267304395 0
/proc/40934/statm: 1048 768 704 219 0 110 0
[pid=41046] ppid=40934 vsize=6209608 memory=5360100 CPUtime=120.52 cores=5,7
/proc/41046/stat : 41046 (wmaxcdcl) R 40934 40934 40042 0 -1 4194304 566915 0 0 0 11846 206 0 0 20 0 1 0 46409206 6358638592 1340025 18446744073709551615 4198400 5932793 140728089675216 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 38412288 140728089680219 140728089680364 140728089680364 140728089685964 0
/proc/41046/statm: 1552402 1340025 448 424 0 1551857 0
Current children cumulated CPU time: 161.86 s
Current children cumulated vsize: 6213800 KiB
Current children cumulated memory: 5363172 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.16 4.11 5/267 41053
/proc/meminfo: memFree=122882088/131249988 swapFree=33010684/33010684
[pid=40934] ppid=40931 vsize=4192 memory=3072 CPUtime=41.34 cores=5,7
/proc/40934/stat : 40934 (opbsolver) S 40931 40934 40042 0 -1 4194304 410 191434 0 0 0 0 3328 806 20 0 1 0 46405060 4292608 768 18446744073709551615 94678904815616 94678905710149 140733267293376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94678905949200 94678905996944 94678916734976 140733267298590 140733267298793 140733267298793 140733267304395 0
/proc/40934/statm: 1048 768 704 219 0 110 0
[pid=41046] ppid=40934 vsize=6397616 memory=5520852 CPUtime=180.37 cores=5,7
/proc/41046/stat : 41046 (wmaxcdcl) R 40934 40934 40042 0 -1 4194304 587857 0 0 0 17805 232 0 0 20 0 1 0 46409206 6551158784 1380213 18446744073709551615 4198400 5932793 140728089675216 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 38412288 140728089680219 140728089680364 140728089680364 140728089685964 0
/proc/41046/statm: 1599404 1380213 448 424 0 1598859 0

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

/proc/40934/stat : 40934 (opbsolver) S 40931 40934 40042 0 -1 4194304 410 191434 0 0 0 0 3328 806 20 0 1 0 46405060 4292608 768 18446744073709551615 94678904815616 94678905710149 140733267293376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94678905949200 94678905996944 94678916734976 140733267298590 140733267298793 140733267298793 140733267304395 0
/proc/40934/statm: 1048 768 704 219 0 110 0
[pid=41046] ppid=40934 vsize=6409684 memory=5540696 CPUtime=3291.82 cores=5,7
/proc/41046/stat : 41046 (wmaxcdcl) R 40934 40934 40042 0 -1 4194304 622800 0 0 0 328577 605 0 0 20 0 1 0 46409206 6563516416 1385174 18446744073709551615 4198400 5932793 140728089675216 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 38412288 140728089680219 140728089680364 140728089680364 140728089685964 0
/proc/41046/statm: 1602421 1385174 448 424 0 1601876 0
Current children cumulated CPU time: 3333.16 s
Current children cumulated vsize: 6413876 KiB
Current children cumulated memory: 5543768 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/267 41282
/proc/meminfo: memFree=122744892/131249988 swapFree=33010684/33010684
[pid=40934] ppid=40931 vsize=4192 memory=3072 CPUtime=41.34 cores=5,7
/proc/40934/stat : 40934 (opbsolver) S 40931 40934 40042 0 -1 4194304 410 191434 0 0 0 0 3328 806 20 0 1 0 46405060 4292608 768 18446744073709551615 94678904815616 94678905710149 140733267293376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94678905949200 94678905996944 94678916734976 140733267298590 140733267298793 140733267298793 140733267304395 0
/proc/40934/statm: 1048 768 704 219 0 110 0
[pid=41046] ppid=40934 vsize=6409952 memory=5541080 CPUtime=3351.66 cores=5,7
/proc/41046/stat : 41046 (wmaxcdcl) R 40934 40934 40042 0 -1 4194304 622925 0 0 0 334561 605 0 0 20 0 1 0 46409206 6563790848 1385270 18446744073709551615 4198400 5932793 140728089675216 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 38412288 140728089680219 140728089680364 140728089680364 140728089685964 0
/proc/41046/statm: 1602488 1385270 448 424 0 1601943 0
Current children cumulated CPU time: 3393 s
Current children cumulated vsize: 6414144 KiB
Current children cumulated memory: 5544152 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/267 41284
/proc/meminfo: memFree=122723024/131249988 swapFree=33010684/33010684
[pid=40934] ppid=40931 vsize=4192 memory=3072 CPUtime=41.34 cores=5,7
/proc/40934/stat : 40934 (opbsolver) S 40931 40934 40042 0 -1 4194304 410 191434 0 0 0 0 3328 806 20 0 1 0 46405060 4292608 768 18446744073709551615 94678904815616 94678905710149 140733267293376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94678905949200 94678905996944 94678916734976 140733267298590 140733267298793 140733267298793 140733267304395 0
/proc/40934/statm: 1048 768 704 219 0 110 0
[pid=41046] ppid=40934 vsize=6410536 memory=5541464 CPUtime=3411.5 cores=5,7
/proc/41046/stat : 41046 (wmaxcdcl) R 40934 40934 40042 0 -1 4194304 623824 0 0 0 340545 605 0 0 20 0 1 0 46409206 6564388864 1385366 18446744073709551615 4198400 5932793 140728089675216 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 38412288 140728089680219 140728089680364 140728089680364 140728089685964 0
/proc/41046/statm: 1602634 1385366 448 424 0 1602089 0
Current children cumulated CPU time: 3452.84 s
Current children cumulated vsize: 6414728 KiB
Current children cumulated memory: 5544536 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/267 41286
/proc/meminfo: memFree=122696664/131249988 swapFree=33010684/33010684
[pid=40934] ppid=40931 vsize=4192 memory=3072 CPUtime=41.34 cores=5,7
/proc/40934/stat : 40934 (opbsolver) S 40931 40934 40042 0 -1 4194304 410 191434 0 0 0 0 3328 806 20 0 1 0 46405060 4292608 768 18446744073709551615 94678904815616 94678905710149 140733267293376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94678905949200 94678905996944 94678916734976 140733267298590 140733267298793 140733267298793 140733267304395 0
/proc/40934/statm: 1048 768 704 219 0 110 0
[pid=41046] ppid=40934 vsize=6410536 memory=5541720 CPUtime=3471.34 cores=5,7
/proc/41046/stat : 41046 (wmaxcdcl) R 40934 40934 40042 0 -1 4194304 624680 0 0 0 346529 605 0 0 20 0 1 0 46409206 6564388864 1385430 18446744073709551615 4198400 5932793 140728089675216 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 38412288 140728089680219 140728089680364 140728089680364 140728089685964 0
/proc/41046/statm: 1602634 1385430 448 424 0 1602089 0
Current children cumulated CPU time: 3512.68 s
Current children cumulated vsize: 6414728 KiB
Current children cumulated memory: 5544792 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/267 41340
/proc/meminfo: memFree=122191008/131249988 swapFree=33010684/33010684
[pid=40934] ppid=40931 vsize=4192 memory=3072 CPUtime=41.34 cores=5,7
/proc/40934/stat : 40934 (opbsolver) S 40931 40934 40042 0 -1 4194304 410 191434 0 0 0 0 3328 806 20 0 1 0 46405060 4292608 768 18446744073709551615 94678904815616 94678905710149 140733267293376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94678905949200 94678905996944 94678916734976 140733267298590 140733267298793 140733267298793 140733267304395 0
/proc/40934/statm: 1048 768 704 219 0 110 0
[pid=41046] ppid=40934 vsize=6410972 memory=5541976 CPUtime=3531.19 cores=5,7
/proc/41046/stat : 41046 (wmaxcdcl) R 40934 40934 40042 0 -1 4194304 624785 0 0 0 352513 606 0 0 20 0 1 0 46409206 6564835328 1385494 18446744073709551615 4198400 5932793 140728089675216 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 38412288 140728089680219 140728089680364 140728089680364 140728089685964 0
/proc/41046/statm: 1602743 1385494 448 424 0 1602198 0
Current children cumulated CPU time: 3572.53 s
Current children cumulated vsize: 6415164 KiB
Current children cumulated memory: 5545048 KiB

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

# cumulated CPU time of all completed processes:  user=3584.24 s, system=14.1975 s

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

[startup+3584 s]*
/proc/loadavg: 4.16 4.12 4.09 5/267 41340
/proc/meminfo: memFree=122191008/131249988 swapFree=33010684/33010684
[pid=40934] ppid=40931 vsize=4192 memory=3072 CPUtime=41.34 cores=5,7
/proc/40934/stat : 40934 (opbsolver) S 40931 40934 40042 0 -1 4194304 410 191434 0 0 0 0 3328 806 20 0 1 0 46405060 4292608 768 18446744073709551615 94678904815616 94678905710149 140733267293376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94678905949200 94678905996944 94678916734976 140733267298590 140733267298793 140733267298793 140733267304395 0
/proc/40934/statm: 1048 768 704 219 0 110 0
[pid=41046] ppid=40934 vsize=6410972 memory=5541976 CPUtime=3532.89 cores=5,7
/proc/41046/stat : 41046 (wmaxcdcl) R 40934 40934 40042 0 -1 4194304 624785 0 0 0 352683 606 0 0 20 0 1 0 46409206 6564835328 1385494 18446744073709551615 4198400 5932793 140728089675216 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 38412288 140728089680219 140728089680364 140728089680364 140728089685964 0
/proc/41046/statm: 1602743 1385494 448 424 0 1602198 0
Current children cumulated CPU time: 3574.23 s
Current children cumulated vsize: 6415164 KiB
Current children cumulated memory: 5545048 KiB

[startup+3596.8 s]
/proc/loadavg: 4.14 4.12 4.09 5/266 41341
/proc/meminfo: memFree=116484660/131249988 swapFree=33010684/33010684
[pid=40934] ppid=40931 vsize=4192 memory=3072 CPUtime=41.34 cores=5,7
/proc/40934/stat : 40934 (opbsolver) S 40931 40934 40042 0 -1 4194304 410 191434 0 0 0 0 3328 806 20 0 1 0 46405060 4292608 768 18446744073709551615 94678904815616 94678905710149 140733267293376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94678905949200 94678905996944 94678916734976 140733267298590 140733267298793 140733267298793 140733267304395 0
/proc/40934/statm: 1048 768 704 219 0 110 0
[pid=41046] ppid=40934 vsize=6410972 memory=5541976 CPUtime=3545.65 cores=5,7
/proc/41046/stat : 41046 (wmaxcdcl) R 40934 40934 40042 0 -1 4194304 625243 0 0 0 353959 606 0 0 20 0 1 0 46409206 6564835328 1385494 18446744073709551615 4198400 5932793 140728089675216 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 38412288 140728089680219 140728089680364 140728089680364 140728089685964 0
/proc/41046/statm: 1602743 1385494 448 424 0 1602198 0
Current children cumulated CPU time: 3586.99 s
Current children cumulated vsize: 6415164 KiB
Current children cumulated memory: 5545048 KiB

[startup+3603.2 s]
/proc/loadavg: 4.12 4.11 4.09 5/266 41341
/proc/meminfo: memFree=115098940/131249988 swapFree=33010684/33010684
[pid=40934] ppid=40931 vsize=4192 memory=3072 CPUtime=41.34 cores=5,7
/proc/40934/stat : 40934 (opbsolver) S 40931 40934 40042 0 -1 4194304 410 191434 0 0 0 0 3328 806 20 0 1 0 46405060 4292608 768 18446744073709551615 94678904815616 94678905710149 140733267293376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94678905949200 94678905996944 94678916734976 140733267298590 140733267298793 140733267298793 140733267304395 0
/proc/40934/statm: 1048 768 704 219 0 110 0
[pid=41046] ppid=40934 vsize=6410972 memory=5541976 CPUtime=3552.03 cores=5,7
/proc/41046/stat : 41046 (wmaxcdcl) R 40934 40934 40042 0 -1 4194304 625456 0 0 0 354597 606 0 0 20 0 1 0 46409206 6564835328 1385494 18446744073709551615 4198400 5932793 140728089675216 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 38412288 140728089680219 140728089680364 140728089680364 140728089685964 0
/proc/41046/statm: 1602743 1385494 448 424 0 1602198 0
Current children cumulated CPU time: 3593.37 s
Current children cumulated vsize: 6415164 KiB
Current children cumulated memory: 5545048 KiB

[startup+3606.4 s]
/proc/loadavg: 4.12 4.11 4.09 5/266 41341
/proc/meminfo: memFree=113754808/131249988 swapFree=33010684/33010684
[pid=40934] ppid=40931 vsize=4192 memory=3072 CPUtime=41.34 cores=5,7
/proc/40934/stat : 40934 (opbsolver) S 40931 40934 40042 0 -1 4194304 410 191434 0 0 0 0 3328 806 20 0 1 0 46405060 4292608 768 18446744073709551615 94678904815616 94678905710149 140733267293376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94678905949200 94678905996944 94678916734976 140733267298590 140733267298793 140733267298793 140733267304395 0
/proc/40934/statm: 1048 768 704 219 0 110 0
[pid=41046] ppid=40934 vsize=6410972 memory=5541976 CPUtime=3555.22 cores=5,7
/proc/41046/stat : 41046 (wmaxcdcl) R 40934 40934 40042 0 -1 4194304 625552 0 0 0 354916 606 0 0 20 0 1 0 46409206 6564835328 1385494 18446744073709551615 4198400 5932793 140728089675216 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 38412288 140728089680219 140728089680364 140728089680364 140728089685964 0
/proc/41046/statm: 1602743 1385494 448 424 0 1602198 0
Current children cumulated CPU time: 3596.56 s
Current children cumulated vsize: 6415164 KiB
Current children cumulated memory: 5545048 KiB

[startup+3607.2 s]
/proc/loadavg: 4.12 4.11 4.09 5/266 41341
/proc/meminfo: memFree=113698360/131249988 swapFree=33010684/33010684
[pid=40934] ppid=40931 vsize=4192 memory=3072 CPUtime=41.34 cores=5,7
/proc/40934/stat : 40934 (opbsolver) S 40931 40934 40042 0 -1 4194304 410 191434 0 0 0 0 3328 806 20 0 1 0 46405060 4292608 768 18446744073709551615 94678904815616 94678905710149 140733267293376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94678905949200 94678905996944 94678916734976 140733267298590 140733267298793 140733267298793 140733267304395 0
/proc/40934/statm: 1048 768 704 219 0 110 0
[pid=41046] ppid=40934 vsize=6410972 memory=5541976 CPUtime=3556.02 cores=5,7
/proc/41046/stat : 41046 (wmaxcdcl) R 40934 40934 40042 0 -1 4194304 625561 0 0 0 354996 606 0 0 20 0 1 0 46409206 6564835328 1385494 18446744073709551615 4198400 5932793 140728089675216 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 38412288 140728089680219 140728089680364 140728089680364 140728089685964 0
/proc/41046/statm: 1602743 1385494 448 424 0 1602198 0
Current children cumulated CPU time: 3597.36 s
Current children cumulated vsize: 6415164 KiB
Current children cumulated memory: 5545048 KiB

[startup+3608 s]*
/proc/loadavg: 4.11 4.11 4.09 5/266 41341
/proc/meminfo: memFree=113698368/131249988 swapFree=33010684/33010684
[pid=40934] ppid=40931 vsize=4192 memory=3072 CPUtime=41.34 cores=5,7
/proc/40934/stat : 40934 (opbsolver) S 40931 40934 40042 0 -1 4194304 410 191434 0 0 0 0 3328 806 20 0 1 0 46405060 4292608 768 18446744073709551615 94678904815616 94678905710149 140733267293376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94678905949200 94678905996944 94678916734976 140733267298590 140733267298793 140733267298793 140733267304395 0
/proc/40934/statm: 1048 768 704 219 0 110 0
[pid=41046] ppid=40934 vsize=6410972 memory=5541976 CPUtime=3556.82 cores=5,7
/proc/41046/stat : 41046 (wmaxcdcl) R 40934 40934 40042 0 -1 4194304 625563 0 0 0 355076 606 0 0 20 0 1 0 46409206 6564835328 1385494 18446744073709551615 4198400 5932793 140728089675216 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 38412288 140728089680219 140728089680364 140728089680364 140728089685964 0
/proc/41046/statm: 1602743 1385494 448 424 0 1602198 0
Current children cumulated CPU time: 3598.16 s
Current children cumulated vsize: 6415164 KiB
Current children cumulated memory: 5545048 KiB

[startup+3608.2 s]
/proc/loadavg: 4.11 4.11 4.09 5/266 41341
/proc/meminfo: memFree=113698368/131249988 swapFree=33010684/33010684
[pid=40934] ppid=40931 vsize=4192 memory=3072 CPUtime=41.34 cores=5,7
/proc/40934/stat : 40934 (opbsolver) S 40931 40934 40042 0 -1 4194304 410 191434 0 0 0 0 3328 806 20 0 1 0 46405060 4292608 768 18446744073709551615 94678904815616 94678905710149 140733267293376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94678905949200 94678905996944 94678916734976 140733267298590 140733267298793 140733267298793 140733267304395 0
/proc/40934/statm: 1048 768 704 219 0 110 0
Current children cumulated CPU time: 41.34 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 3072 KiB

Child status: 0

Real time (s): 3608.27
CPU time (s): 3598.44
CPU user time (s): 3584.24
CPU system time (s): 14.1975
CPU usage (%): 99.7275
Max. virtual memory (cumulated for all children) (KiB): 7060004
Max. memory (cumulated for all children) (KiB): 6056380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3584.24
system time used= 14.1975
maximum resident set size= 6053308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 817747
page faults= 0
swaps= 0
block input operations= 0
block output operations= 960344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 968
involuntary context switches= 3111


# summary of solver processes directly reported to runsolver:
#   pid: 40934
#   total CPU time (s): 3598.44
#   total CPU user time (s): 3584.24
#   total CPU system time (s): 14.1975

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.47489 second user time and 16.4786 second system time

The end

Launcher Data

Begin job on nodeC034 at 2025-06-30 20:14:22
IDJOB=4485337
IDBENCH=146784
IDSOLVER=3374
FILE ID=nodeC034/4485337-1751307262
RUNJOBID= nodeC034-1751303574-40055
SLURM_JOB_ID= 9594295
Free space on /tmp= 432980 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-B2C1S1.opb
COMMAND LINE= DIR/opbsolver BENCHNAME TIMELIMIT MEMLIMIT TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4485337-1751307262/watcher-4485337-1751307262 -o /tmp/evaluation-result-4485337-1751307262/solver-4485337-1751307262 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1751303574-40055 --watchdog 3760  HOME/opbsolver HOME/instance-4485337-1751307262.opb 3600 31000 HOME HOME

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

MD5SUM BENCH= 46c70d7f28752ee0ae29660ce5b35655
RANDOM SEED=364087089

nodeC034 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.660
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.53
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.759
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.53
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		: 3550.518
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.53
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		: 3600.007
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.53
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.763
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.53
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		: 3700.000
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.53
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		: 3700.000
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.53
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.754
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.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        129218568 kB
MemAvailable:   129177492 kB
Buffers:            3280 kB
Cached:           766648 kB
SwapCached:            0 kB
Active:           889172 kB
Inactive:         541540 kB
Active(anon):     678888 kB
Inactive(anon):        0 kB
Active(file):     210284 kB
Inactive(file):   541540 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             24964 kB
Writeback:             0 kB
AnonPages:        663840 kB
Mapped:           118548 kB
Shmem:             18104 kB
KReclaimable:      92276 kB
Slab:             179032 kB
SReclaimable:      92276 kB
SUnreclaim:        86756 kB
KernelStack:        4300 kB
PageTables:         4580 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    1060636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150648 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    397312 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:      189140 kB
DirectMap2M:     7970816 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432936 MiB
End job on nodeC034 at 2025-06-30 21:14:31