Trace number 4489063

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.04 3606.4

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_21.opb.PB06.opb
MD5SUMbed0fcfa7fe1ab50726d34a7d1903e12
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 benchmark182
Best CPU time to get the best result obtained on this benchmark3600.04
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables478
Total number of constraints478
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 constraints478
Minimum length of a constraint3
Maximum length of a constraint20
Number of terms in the objective function 478
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 478
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 478
Number of bits of the biggest sum of numbers9
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.02	c Presolving by SCIP...
498.89/500.25	c Encoding OPB into MaxSAT...
498.89/500.25	c This is the PBCProcessor based on SCIP solver.
498.89/500.28	c Solving by WMaxCDCL...
3597.92/3606.38	c Rebuilding OPB solution...
3597.92/3606.38	c This is the PBCProcessor based on SCIP solver.
3597.92/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: 63708 MiB (60191 MiB free)
  memory of node 1: 64465 MiB (61332 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4489063-1751332846/watcher-4489063-1751332846 -o /tmp/evaluation-result-4489063-1751332846/solver-4489063-1751332846 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1751325594-43136 --watchdog 3760 HOME/opbsolver HOME/instance-4489063-1751332846.opb 3600 31000 HOME HOME 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.10006 s]*
/proc/loadavg: 4.15 4.12 4.09 5/268 44914
/proc/meminfo: memFree=124427760/131249992 swapFree=33010160/33010684
[pid=44910] ppid=44907 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/44910/stat : 44910 (opbsolver) S 44907 44910 43124 0 -1 4194304 261 232 0 0 0 0 0 0 20 0 1 0 48959181 4292608 736 18446744073709551615 94363003879424 94363004773957 140734541677440 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94363005013008 94363005060752 94363029651456 140734541678878 140734541679081 140734541679081 140734541684683 0
/proc/44910/statm: 1048 736 672 219 0 110 0
[pid=44914] ppid=44910 vsize=29884 memory=19684 CPUtime=0.07 cores=1,3
/proc/44914/stat : 44914 (pbcpreprocessor) R 44910 44910 43124 0 -1 4194304 2591 0 0 0 7 0 0 0 20 0 1 0 48959183 30601216 4921 18446744073709551615 4198400 15773533 140733788477504 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 17968456 18061744 41332736 140733788481860 140733788482014 140733788482014 140733788487621 0
/proc/44914/statm: 7471 4921 2656 2826 0 4083 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 34076 KiB
Current children cumulated memory: 22628 KiB

[startup+0.205639 s]*
/proc/loadavg: 4.15 4.12 4.09 6/268 44914
/proc/meminfo: memFree=124427508/131249992 swapFree=33010160/33010684
[pid=44910] ppid=44907 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/44910/stat : 44910 (opbsolver) S 44907 44910 43124 0 -1 4194304 261 232 0 0 0 0 0 0 20 0 1 0 48959181 4292608 736 18446744073709551615 94363003879424 94363004773957 140734541677440 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94363005013008 94363005060752 94363029651456 140734541678878 140734541679081 140734541679081 140734541684683 0
/proc/44910/statm: 1048 736 672 219 0 110 0
[pid=44914] ppid=44910 vsize=29884 memory=19684 CPUtime=0.17 cores=1,3
/proc/44914/stat : 44914 (pbcpreprocessor) R 44910 44910 43124 0 -1 4194304 2598 0 0 0 17 0 0 0 20 0 1 0 48959183 30601216 4921 18446744073709551615 4198400 15773533 140733788477504 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 17968456 18061744 41332736 140733788481860 140733788482014 140733788482014 140733788487621 0
/proc/44914/statm: 7471 4921 2656 2826 0 4083 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 34076 KiB
Current children cumulated memory: 22628 KiB

[startup+0.304729 s]*
/proc/loadavg: 4.15 4.12 4.09 5/268 44914
/proc/meminfo: memFree=124427508/131249992 swapFree=33010160/33010684
[pid=44910] ppid=44907 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/44910/stat : 44910 (opbsolver) S 44907 44910 43124 0 -1 4194304 261 232 0 0 0 0 0 0 20 0 1 0 48959181 4292608 736 18446744073709551615 94363003879424 94363004773957 140734541677440 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94363005013008 94363005060752 94363029651456 140734541678878 140734541679081 140734541679081 140734541684683 0
/proc/44910/statm: 1048 736 672 219 0 110 0
[pid=44914] ppid=44910 vsize=30008 memory=19684 CPUtime=0.27 cores=1,3
/proc/44914/stat : 44914 (pbcpreprocessor) R 44910 44910 43124 0 -1 4194304 2607 0 0 0 27 0 0 0 20 0 1 0 48959183 30728192 4921 18446744073709551615 4198400 15773533 140733788477504 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 17968456 18061744 41332736 140733788481860 140733788482014 140733788482014 140733788487621 0
/proc/44914/statm: 7502 4921 2656 2826 0 4114 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 34200 KiB
Current children cumulated memory: 22628 KiB

[startup+0.700133 s]
/proc/loadavg: 4.15 4.12 4.09 5/268 44914
/proc/meminfo: memFree=124427256/131249992 swapFree=33010160/33010684
[pid=44910] ppid=44907 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/44910/stat : 44910 (opbsolver) S 44907 44910 43124 0 -1 4194304 261 232 0 0 0 0 0 0 20 0 1 0 48959181 4292608 736 18446744073709551615 94363003879424 94363004773957 140734541677440 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94363005013008 94363005060752 94363029651456 140734541678878 140734541679081 140734541679081 140734541684683 0
/proc/44910/statm: 1048 736 672 219 0 110 0
[pid=44914] ppid=44910 vsize=46444 memory=35812 CPUtime=0.67 cores=1,3
/proc/44914/stat : 44914 (pbcpreprocessor) R 44910 44910 43124 0 -1 4194304 6690 0 0 0 66 1 0 0 20 0 1 0 48959183 47558656 8953 18446744073709551615 4198400 15773533 140733788477504 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 17968456 18061744 41332736 140733788481860 140733788482014 140733788482014 140733788487621 0
/proc/44914/statm: 11611 8953 2656 2826 0 8223 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 50636 KiB
Current children cumulated memory: 38756 KiB

[startup+1.5002 s]
/proc/loadavg: 4.15 4.12 4.09 5/268 44914
/proc/meminfo: memFree=124383660/131249992 swapFree=33010160/33010684
[pid=44910] ppid=44907 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/44910/stat : 44910 (opbsolver) S 44907 44910 43124 0 -1 4194304 261 232 0 0 0 0 0 0 20 0 1 0 48959181 4292608 736 18446744073709551615 94363003879424 94363004773957 140734541677440 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94363005013008 94363005060752 94363029651456 140734541678878 140734541679081 140734541679081 140734541684683 0
/proc/44910/statm: 1048 736 672 219 0 110 0
[pid=44914] ppid=44910 vsize=120296 memory=108236 CPUtime=1.46 cores=1,3
/proc/44914/stat : 44914 (pbcpreprocessor) R 44910 44910 43124 0 -1 4194304 25848 0 0 0 142 4 0 0 20 0 1 0 48959183 123183104 27059 18446744073709551615 4198400 15773533 140733788477504 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 17968456 18061744 41332736 140733788481860 140733788482014 140733788482014 140733788487621 0
/proc/44914/statm: 30074 27059 2656 2826 0 26686 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 124488 KiB
Current children cumulated memory: 111180 KiB

[startup+3.10545 s]
/proc/loadavg: 4.13 4.11 4.09 5/268 44914
/proc/meminfo: memFree=124295104/131249992 swapFree=33010160/33010684
[pid=44910] ppid=44907 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/44910/stat : 44910 (opbsolver) S 44907 44910 43124 0 -1 4194304 261 232 0 0 0 0 0 0 20 0 1 0 48959181 4292608 736 18446744073709551615 94363003879424 94363004773957 140734541677440 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94363005013008 94363005060752 94363029651456 140734541678878 140734541679081 140734541679081 140734541684683 0
/proc/44910/statm: 1048 736 672 219 0 110 0
[pid=44914] ppid=44910 vsize=163940 memory=150476 CPUtime=3.06 cores=1,3
/proc/44914/stat : 44914 (pbcpreprocessor) R 44910 44910 43124 0 -1 4194304 36381 0 0 0 300 6 0 0 20 0 1 0 48959183 167874560 37619 18446744073709551615 4198400 15773533 140733788477504 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 17968456 18061744 41332736 140733788481860 140733788482014 140733788482014 140733788487621 0
/proc/44914/statm: 40985 37619 2688 2826 0 37597 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 168132 KiB
Current children cumulated memory: 153420 KiB

[startup+6.30012 s]
/proc/loadavg: 4.13 4.11 4.09 5/268 44914
/proc/meminfo: memFree=124267088/131249992 swapFree=33010160/33010684
[pid=44910] ppid=44907 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/44910/stat : 44910 (opbsolver) S 44907 44910 43124 0 -1 4194304 261 232 0 0 0 0 0 0 20 0 1 0 48959181 4292608 736 18446744073709551615 94363003879424 94363004773957 140734541677440 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94363005013008 94363005060752 94363029651456 140734541678878 140734541679081 140734541679081 140734541684683 0
/proc/44910/statm: 1048 736 672 219 0 110 0
[pid=44914] ppid=44910 vsize=163940 memory=150604 CPUtime=6.25 cores=1,3
/proc/44914/stat : 44914 (pbcpreprocessor) R 44910 44910 43124 0 -1 4194304 36384 0 0 0 619 6 0 0 20 0 1 0 48959183 167874560 37651 18446744073709551615 4198400 15773533 140733788477504 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 17968456 18061744 41332736 140733788481860 140733788482014 140733788482014 140733788487621 0
/proc/44914/statm: 40985 37651 2688 2826 0 37597 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 168132 KiB
Current children cumulated memory: 153548 KiB

[startup+12.7002 s]
/proc/loadavg: 4.11 4.11 4.09 5/268 44914
/proc/meminfo: memFree=124234880/131249992 swapFree=33010160/33010684
[pid=44910] ppid=44907 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/44910/stat : 44910 (opbsolver) S 44907 44910 43124 0 -1 4194304 261 232 0 0 0 0 0 0 20 0 1 0 48959181 4292608 736 18446744073709551615 94363003879424 94363004773957 140734541677440 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94363005013008 94363005060752 94363029651456 140734541678878 140734541679081 140734541679081 140734541684683 0
/proc/44910/statm: 1048 736 672 219 0 110 0
[pid=44914] ppid=44910 vsize=163940 memory=150604 CPUtime=12.63 cores=1,3
/proc/44914/stat : 44914 (pbcpreprocessor) R 44910 44910 43124 0 -1 4194304 36384 0 0 0 1257 6 0 0 20 0 1 0 48959183 167874560 37651 18446744073709551615 4198400 15773533 140733788477504 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 17968456 18061744 41332736 140733788481860 140733788482014 140733788482014 140733788487621 0
/proc/44914/statm: 40985 37651 2688 2826 0 37597 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 168132 KiB
Current children cumulated memory: 153548 KiB

[startup+25.5002 s]
/proc/loadavg: 4.10 4.11 4.09 5/268 44914
/proc/meminfo: memFree=124128468/131249992 swapFree=33010160/33010684
[pid=44910] ppid=44907 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/44910/stat : 44910 (opbsolver) S 44907 44910 43124 0 -1 4194304 261 232 0 0 0 0 0 0 20 0 1 0 48959181 4292608 736 18446744073709551615 94363003879424 94363004773957 140734541677440 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94363005013008 94363005060752 94363029651456 140734541678878 140734541679081 140734541679081 140734541684683 0
/proc/44910/statm: 1048 736 672 219 0 110 0
[pid=44914] ppid=44910 vsize=222520 memory=208212 CPUtime=25.4 cores=1,3
/proc/44914/stat : 44914 (pbcpreprocessor) R 44910 44910 43124 0 -1 4194304 51830 0 0 0 2531 9 0 0 20 0 1 0 48959183 227860480 52053 18446744073709551615 4198400 15773533 140733788477504 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 17968456 18061744 41332736 140733788481860 140733788482014 140733788482014 140733788487621 0
/proc/44914/statm: 55630 52053 2688 2826 0 52242 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 226712 KiB
Current children cumulated memory: 211156 KiB

[startup+51.1055 s]
/proc/loadavg: 4.06 4.10 4.09 5/269 44916
/proc/meminfo: memFree=124091372/131249992 swapFree=33010160/33010684
[pid=44910] ppid=44907 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/44910/stat : 44910 (opbsolver) S 44907 44910 43124 0 -1 4194304 261 232 0 0 0 0 0 0 20 0 1 0 48959181 4292608 736 18446744073709551615 94363003879424 94363004773957 140734541677440 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94363005013008 94363005060752 94363029651456 140734541678878 140734541679081 140734541679081 140734541684683 0
/proc/44910/statm: 1048 736 672 219 0 110 0
[pid=44914] ppid=44910 vsize=223540 memory=209364 CPUtime=50.94 cores=1,3
/proc/44914/stat : 44914 (pbcpreprocessor) R 44910 44910 43124 0 -1 4194304 52119 0 0 0 5085 9 0 0 20 0 1 0 48959183 228904960 52341 18446744073709551615 4198400 15773533 140733788477504 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 17968456 18061744 41332736 140733788481860 140733788482014 140733788482014 140733788487621 0
/proc/44914/statm: 55885 52341 2688 2826 0 52497 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 227732 KiB
Current children cumulated memory: 212308 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/268 44917
/proc/meminfo: memFree=123835312/131249992 swapFree=33010160/33010684
[pid=44910] ppid=44907 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/44910/stat : 44910 (opbsolver) S 44907 44910 43124 0 -1 4194304 261 232 0 0 0 0 0 0 20 0 1 0 48959181 4292608 736 18446744073709551615 94363003879424 94363004773957 140734541677440 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94363005013008 94363005060752 94363029651456 140734541678878 140734541679081 140734541679081 140734541684683 0
/proc/44910/statm: 1048 736 672 219 0 110 0
[pid=44914] ppid=44910 vsize=325048 memory=309636 CPUtime=102.01 cores=1,3
/proc/44914/stat : 44914 (pbcpreprocessor) R 44910 44910 43124 0 -1 4194304 77896 0 0 0 10187 14 0 0 20 0 1 0 48959183 332849152 77409 18446744073709551615 4198400 15773533 140733788477504 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 17968456 18061744 41332736 140733788481860 140733788482014 140733788482014 140733788487621 0
/proc/44914/statm: 81262 77409 2688 2826 0 77874 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 329240 KiB
Current children cumulated memory: 312580 KiB

[startup+162.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/269 44924
/proc/meminfo: memFree=123852444/131249992 swapFree=33010160/33010684
[pid=44910] ppid=44907 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/44910/stat : 44910 (opbsolver) S 44907 44910 43124 0 -1 4194304 261 232 0 0 0 0 0 0 20 0 1 0 48959181 4292608 736 18446744073709551615 94363003879424 94363004773957 140734541677440 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94363005013008 94363005060752 94363029651456 140734541678878 140734541679081 140734541679081 140734541684683 0
/proc/44910/statm: 1048 736 672 219 0 110 0
[pid=44914] ppid=44910 vsize=330720 memory=315396 CPUtime=161.86 cores=1,3
/proc/44914/stat : 44914 (pbcpreprocessor) R 44910 44910 43124 0 -1 4194304 79333 0 0 0 16171 15 0 0 20 0 1 0 48959183 338657280 78849 18446744073709551615 4198400 15773533 140733788477504 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 17968456 18061744 41332736 140733788481860 140733788482014 140733788482014 140733788487621 0
/proc/44914/statm: 82680 78849 2688 2826 0 79292 0
Current children cumulated CPU time: 161.86 s
Current children cumulated vsize: 334912 KiB
Current children cumulated memory: 318340 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/270 44927
/proc/meminfo: memFree=123785904/131249992 swapFree=33010160/33010684
[pid=44910] ppid=44907 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/44910/stat : 44910 (opbsolver) S 44907 44910 43124 0 -1 4194304 261 232 0 0 0 0 0 0 20 0 1 0 48959181 4292608 736 18446744073709551615 94363003879424 94363004773957 140734541677440 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94363005013008 94363005060752 94363029651456 140734541678878 140734541679081 140734541679081 140734541684683 0
/proc/44910/statm: 1048 736 672 219 0 110 0
[pid=44914] ppid=44910 vsize=333324 memory=316984 CPUtime=221.71 cores=1,3
/proc/44914/stat : 44914 (pbcpreprocessor) R 44910 44910 43124 0 -1 4194304 80141 0 0 0 22156 15 0 0 20 0 1 0 48959183 341323776 79246 18446744073709551615 4198400 15773533 140733788477504 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 17968456 18061744 41332736 140733788481860 140733788482014 140733788482014 140733788487621 0
/proc/44914/statm: 83331 79246 2688 2826 0 79943 0

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

/proc/44959/stat : 44959 (wmaxcdcl) R 44910 44910 43124 0 -1 4194304 14272 0 0 0 288804 737 0 0 20 0 1 0 49009211 126492672 25365 18446744073709551615 4198400 5932793 140732849128112 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 6359800 6411760 42024960 140732849129819 140732849129964 140732849129964 140732849135564 0
/proc/44959/statm: 30882 25365 448 424 0 30337 0
Current children cumulated CPU time: 3394.38 s
Current children cumulated vsize: 127720 KiB
Current children cumulated memory: 104404 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/266 45106
/proc/meminfo: memFree=124491636/131249992 swapFree=33010160/33010684
[pid=44910] ppid=44907 vsize=4192 memory=2944 CPUtime=498.97 cores=1,3
/proc/44910/stat : 44910 (opbsolver) S 44907 44910 43124 0 -1 4194304 407 83751 0 0 0 0 49878 19 20 0 1 0 48959181 4292608 736 18446744073709551615 94363003879424 94363004773957 140734541677440 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94363005013008 94363005060752 94363029651456 140734541678878 140734541679081 140734541679081 140734541684683 0
/proc/44910/statm: 1048 736 672 219 0 110 0
[pid=44959] ppid=44910 vsize=123528 memory=101460 CPUtime=2955.27 cores=1,3
/proc/44959/stat : 44959 (wmaxcdcl) R 44910 44910 43124 0 -1 4194304 14273 0 0 0 294777 750 0 0 20 0 1 0 49009211 126492672 25365 18446744073709551615 4198400 5932793 140732849128112 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 6359800 6411760 42024960 140732849129819 140732849129964 140732849129964 140732849135564 0
/proc/44959/statm: 30882 25365 448 424 0 30337 0
Current children cumulated CPU time: 3454.24 s
Current children cumulated vsize: 127720 KiB
Current children cumulated memory: 104404 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/266 45108
/proc/meminfo: memFree=124474756/131249992 swapFree=33010160/33010684
[pid=44910] ppid=44907 vsize=4192 memory=2944 CPUtime=498.97 cores=1,3
/proc/44910/stat : 44910 (opbsolver) S 44907 44910 43124 0 -1 4194304 407 83751 0 0 0 0 49878 19 20 0 1 0 48959181 4292608 736 18446744073709551615 94363003879424 94363004773957 140734541677440 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94363005013008 94363005060752 94363029651456 140734541678878 140734541679081 140734541679081 140734541684683 0
/proc/44910/statm: 1048 736 672 219 0 110 0
[pid=44959] ppid=44910 vsize=123528 memory=101460 CPUtime=3015.14 cores=1,3
/proc/44959/stat : 44959 (wmaxcdcl) R 44910 44910 43124 0 -1 4194304 14273 0 0 0 300755 759 0 0 20 0 1 0 49009211 126492672 25365 18446744073709551615 4198400 5932793 140732849128112 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 6359800 6411760 42024960 140732849129819 140732849129964 140732849129964 140732849135564 0
/proc/44959/statm: 30882 25365 448 424 0 30337 0
Current children cumulated CPU time: 3514.11 s
Current children cumulated vsize: 127720 KiB
Current children cumulated memory: 104404 KiB

[startup+3582.3 s]
/proc/loadavg: 3.94 4.07 4.08 2/245 45209
/proc/meminfo: memFree=124841800/131249992 swapFree=33010160/33010684
[pid=44910] ppid=44907 vsize=4192 memory=2944 CPUtime=498.97 cores=1,3
/proc/44910/stat : 44910 (opbsolver) S 44907 44910 43124 0 -1 4194304 407 83751 0 0 0 0 49878 19 20 0 1 0 48959181 4292608 736 18446744073709551615 94363003879424 94363004773957 140734541677440 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94363005013008 94363005060752 94363029651456 140734541678878 140734541679081 140734541679081 140734541684683 0
/proc/44910/statm: 1048 736 672 219 0 110 0
[pid=44959] ppid=44910 vsize=123528 memory=101460 CPUtime=3075 cores=1,3
/proc/44959/stat : 44959 (wmaxcdcl) R 44910 44910 43124 0 -1 4194304 14273 0 0 0 306731 769 0 0 20 0 1 0 49009211 126492672 25365 18446744073709551615 4198400 5932793 140732849128112 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 6359800 6411760 42024960 140732849129819 140732849129964 140732849129964 140732849135564 0
/proc/44959/statm: 30882 25365 448 424 0 30337 0
Current children cumulated CPU time: 3573.97 s
Current children cumulated vsize: 127720 KiB
Current children cumulated memory: 104404 KiB

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

# cumulated CPU time of all completed processes:  user=3590.1 s, system=7.94293 s

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

[startup+3584 s]*
/proc/loadavg: 3.94 4.07 4.08 2/245 45209
/proc/meminfo: memFree=124841800/131249992 swapFree=33010160/33010684
[pid=44910] ppid=44907 vsize=4192 memory=2944 CPUtime=498.97 cores=1,3
/proc/44910/stat : 44910 (opbsolver) S 44907 44910 43124 0 -1 4194304 407 83751 0 0 0 0 49878 19 20 0 1 0 48959181 4292608 736 18446744073709551615 94363003879424 94363004773957 140734541677440 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94363005013008 94363005060752 94363029651456 140734541678878 140734541679081 140734541679081 140734541684683 0
/proc/44910/statm: 1048 736 672 219 0 110 0
[pid=44959] ppid=44910 vsize=123528 memory=101460 CPUtime=3076.7 cores=1,3
/proc/44959/stat : 44959 (wmaxcdcl) R 44910 44910 43124 0 -1 4194304 14273 0 0 0 306901 769 0 0 20 0 1 0 49009211 126492672 25365 18446744073709551615 4198400 5932793 140732849128112 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 6359800 6411760 42024960 140732849129819 140732849129964 140732849129964 140732849135564 0
/proc/44959/statm: 30882 25365 448 424 0 30337 0
Current children cumulated CPU time: 3575.67 s
Current children cumulated vsize: 127720 KiB
Current children cumulated memory: 104404 KiB

[startup+3596.8 s]
/proc/loadavg: 3.49 3.97 4.05 2/245 45209
/proc/meminfo: memFree=124841944/131249992 swapFree=33010160/33010684
[pid=44910] ppid=44907 vsize=4192 memory=2944 CPUtime=498.97 cores=1,3
/proc/44910/stat : 44910 (opbsolver) S 44907 44910 43124 0 -1 4194304 407 83751 0 0 0 0 49878 19 20 0 1 0 48959181 4292608 736 18446744073709551615 94363003879424 94363004773957 140734541677440 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94363005013008 94363005060752 94363029651456 140734541678878 140734541679081 140734541679081 140734541684683 0
/proc/44910/statm: 1048 736 672 219 0 110 0
[pid=44959] ppid=44910 vsize=123528 memory=101460 CPUtime=3089.47 cores=1,3
/proc/44959/stat : 44959 (wmaxcdcl) R 44910 44910 43124 0 -1 4194304 14273 0 0 0 308175 772 0 0 20 0 1 0 49009211 126492672 25365 18446744073709551615 4198400 5932793 140732849128112 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 6359800 6411760 42024960 140732849129819 140732849129964 140732849129964 140732849135564 0
/proc/44959/statm: 30882 25365 448 424 0 30337 0
Current children cumulated CPU time: 3588.44 s
Current children cumulated vsize: 127720 KiB
Current children cumulated memory: 104404 KiB

[startup+3603.2 s]
/proc/loadavg: 3.10 3.87 4.01 2/245 45209
/proc/meminfo: memFree=124841944/131249992 swapFree=33010160/33010684
[pid=44910] ppid=44907 vsize=4192 memory=2944 CPUtime=498.97 cores=1,3
/proc/44910/stat : 44910 (opbsolver) S 44907 44910 43124 0 -1 4194304 407 83751 0 0 0 0 49878 19 20 0 1 0 48959181 4292608 736 18446744073709551615 94363003879424 94363004773957 140734541677440 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94363005013008 94363005060752 94363029651456 140734541678878 140734541679081 140734541679081 140734541684683 0
/proc/44910/statm: 1048 736 672 219 0 110 0
[pid=44959] ppid=44910 vsize=123528 memory=101460 CPUtime=3095.86 cores=1,3
/proc/44959/stat : 44959 (wmaxcdcl) R 44910 44910 43124 0 -1 4194304 14273 0 0 0 308813 773 0 0 20 0 1 0 49009211 126492672 25365 18446744073709551615 4198400 5932793 140732849128112 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 6359800 6411760 42024960 140732849129819 140732849129964 140732849129964 140732849135564 0
/proc/44959/statm: 30882 25365 448 424 0 30337 0
Current children cumulated CPU time: 3594.83 s
Current children cumulated vsize: 127720 KiB
Current children cumulated memory: 104404 KiB

[startup+3604.8 s]
/proc/loadavg: 3.10 3.87 4.01 2/245 45209
/proc/meminfo: memFree=124841944/131249992 swapFree=33010160/33010684
[pid=44910] ppid=44907 vsize=4192 memory=2944 CPUtime=498.97 cores=1,3
/proc/44910/stat : 44910 (opbsolver) S 44907 44910 43124 0 -1 4194304 407 83751 0 0 0 0 49878 19 20 0 1 0 48959181 4292608 736 18446744073709551615 94363003879424 94363004773957 140734541677440 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94363005013008 94363005060752 94363029651456 140734541678878 140734541679081 140734541679081 140734541684683 0
/proc/44910/statm: 1048 736 672 219 0 110 0
[pid=44959] ppid=44910 vsize=123528 memory=101460 CPUtime=3097.45 cores=1,3
/proc/44959/stat : 44959 (wmaxcdcl) R 44910 44910 43124 0 -1 4194304 14273 0 0 0 308972 773 0 0 20 0 1 0 49009211 126492672 25365 18446744073709551615 4198400 5932793 140732849128112 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 6359800 6411760 42024960 140732849129819 140732849129964 140732849129964 140732849135564 0
/proc/44959/statm: 30882 25365 448 424 0 30337 0
Current children cumulated CPU time: 3596.42 s
Current children cumulated vsize: 127720 KiB
Current children cumulated memory: 104404 KiB

[startup+3605.6 s]
/proc/loadavg: 3.10 3.87 4.01 2/245 45209
/proc/meminfo: memFree=124841944/131249992 swapFree=33010160/33010684
[pid=44910] ppid=44907 vsize=4192 memory=2944 CPUtime=498.97 cores=1,3
/proc/44910/stat : 44910 (opbsolver) S 44907 44910 43124 0 -1 4194304 407 83751 0 0 0 0 49878 19 20 0 1 0 48959181 4292608 736 18446744073709551615 94363003879424 94363004773957 140734541677440 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94363005013008 94363005060752 94363029651456 140734541678878 140734541679081 140734541679081 140734541684683 0
/proc/44910/statm: 1048 736 672 219 0 110 0
[pid=44959] ppid=44910 vsize=123528 memory=101460 CPUtime=3098.25 cores=1,3
/proc/44959/stat : 44959 (wmaxcdcl) R 44910 44910 43124 0 -1 4194304 14273 0 0 0 309052 773 0 0 20 0 1 0 49009211 126492672 25365 18446744073709551615 4198400 5932793 140732849128112 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 6359800 6411760 42024960 140732849129819 140732849129964 140732849129964 140732849135564 0
/proc/44959/statm: 30882 25365 448 424 0 30337 0
Current children cumulated CPU time: 3597.22 s
Current children cumulated vsize: 127720 KiB
Current children cumulated memory: 104404 KiB

[startup+3606 s]*
/proc/loadavg: 3.10 3.87 4.01 2/245 45209
/proc/meminfo: memFree=124841944/131249992 swapFree=33010160/33010684
[pid=44910] ppid=44907 vsize=4192 memory=2944 CPUtime=498.97 cores=1,3
/proc/44910/stat : 44910 (opbsolver) S 44907 44910 43124 0 -1 4194304 407 83751 0 0 0 0 49878 19 20 0 1 0 48959181 4292608 736 18446744073709551615 94363003879424 94363004773957 140734541677440 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94363005013008 94363005060752 94363029651456 140734541678878 140734541679081 140734541679081 140734541684683 0
/proc/44910/statm: 1048 736 672 219 0 110 0
[pid=44959] ppid=44910 vsize=123528 memory=101460 CPUtime=3098.66 cores=1,3
/proc/44959/stat : 44959 (wmaxcdcl) R 44910 44910 43124 0 -1 4194304 14273 0 0 0 309093 773 0 0 20 0 1 0 49009211 126492672 25365 18446744073709551615 4198400 5932793 140732849128112 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 6359800 6411760 42024960 140732849129819 140732849129964 140732849129964 140732849135564 0
/proc/44959/statm: 30882 25365 448 424 0 30337 0
Current children cumulated CPU time: 3597.63 s
Current children cumulated vsize: 127720 KiB
Current children cumulated memory: 104404 KiB

[startup+3606.2 s]
/proc/loadavg: 3.10 3.87 4.01 2/245 45209
/proc/meminfo: memFree=124841944/131249992 swapFree=33010160/33010684
[pid=44910] ppid=44907 vsize=4192 memory=2944 CPUtime=498.97 cores=1,3
/proc/44910/stat : 44910 (opbsolver) S 44907 44910 43124 0 -1 4194304 407 83751 0 0 0 0 49878 19 20 0 1 0 48959181 4292608 736 18446744073709551615 94363003879424 94363004773957 140734541677440 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94363005013008 94363005060752 94363029651456 140734541678878 140734541679081 140734541679081 140734541684683 0
/proc/44910/statm: 1048 736 672 219 0 110 0
[pid=44959] ppid=44910 vsize=123528 memory=101460 CPUtime=3098.85 cores=1,3
/proc/44959/stat : 44959 (wmaxcdcl) R 44910 44910 43124 0 -1 4194304 14273 0 0 0 309112 773 0 0 20 0 1 0 49009211 126492672 25365 18446744073709551615 4198400 5932793 140732849128112 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 6359800 6411760 42024960 140732849129819 140732849129964 140732849129964 140732849135564 0
/proc/44959/statm: 30882 25365 448 424 0 30337 0
Current children cumulated CPU time: 3597.82 s
Current children cumulated vsize: 127720 KiB
Current children cumulated memory: 104404 KiB

[startup+3606.3 s]
/proc/loadavg: 3.10 3.87 4.01 2/245 45209
/proc/meminfo: memFree=124841944/131249992 swapFree=33010160/33010684
[pid=44910] ppid=44907 vsize=4192 memory=2944 CPUtime=498.97 cores=1,3
/proc/44910/stat : 44910 (opbsolver) S 44907 44910 43124 0 -1 4194304 407 83751 0 0 0 0 49878 19 20 0 1 0 48959181 4292608 736 18446744073709551615 94363003879424 94363004773957 140734541677440 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94363005013008 94363005060752 94363029651456 140734541678878 140734541679081 140734541679081 140734541684683 0
/proc/44910/statm: 1048 736 672 219 0 110 0
[pid=44959] ppid=44910 vsize=123528 memory=101460 CPUtime=3098.95 cores=1,3
/proc/44959/stat : 44959 (wmaxcdcl) R 44910 44910 43124 0 -1 4194304 14273 0 0 0 309122 773 0 0 20 0 1 0 49009211 126492672 25365 18446744073709551615 4198400 5932793 140732849128112 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 6359800 6411760 42024960 140732849129819 140732849129964 140732849129964 140732849135564 0
/proc/44959/statm: 30882 25365 448 424 0 30337 0
Current children cumulated CPU time: 3597.92 s
Current children cumulated vsize: 127720 KiB
Current children cumulated memory: 104404 KiB

Child status: 0

Real time (s): 3606.4
CPU time (s): 3598.04
CPU user time (s): 3590.1
CPU system time (s): 7.94293
CPU usage (%): 99.7682
Max. virtual memory (cumulated for all children) (KiB): 345452
Max. memory (cumulated for all children) (KiB): 328632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.1
system time used= 7.94293
maximum resident set size= 325688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98773
page faults= 0
swaps= 0
block input operations= 0
block output operations= 760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 494
involuntary context switches= 1304


# summary of solver processes directly reported to runsolver:
#   pid: 44910
#   total CPU time (s): 3598.04
#   total CPU user time (s): 3590.1
#   total CPU system time (s): 7.94293

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.40404 second user time and 14.2891 second system time

The end

Launcher Data

Begin job on nodeC035 at 2025-07-01 03:20:46
IDJOB=4489063
IDBENCH=147538
IDSOLVER=3374
FILE ID=nodeC035/4489063-1751332846
RUNJOBID= nodeC035-1751325594-43136
SLURM_JOB_ID= 9594353
Free space on /tmp= 433000 MiB

SOLVER NAME= WMaxCDCL-SCIP 2025-06-21
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_21.opb.PB06.opb
COMMAND LINE= DIR/opbsolver BENCHNAME TIMELIMIT MEMLIMIT TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4489063-1751332846/watcher-4489063-1751332846 -o /tmp/evaluation-result-4489063-1751332846/solver-4489063-1751332846 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1751325594-43136 --watchdog 3760  HOME/opbsolver HOME/instance-4489063-1751332846.opb 3600 31000 HOME HOME

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

MD5SUM BENCH= bed0fcfa7fe1ab50726d34a7d1903e12
RANDOM SEED=1667488005

nodeC035 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.752
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.51
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.706
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.51
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		: 3597.840
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.51
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		: 3784.866
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.51
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.711
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        124440472 kB
MemAvailable:   129214540 kB
Buffers:            1840 kB
Cached:          5527156 kB
SwapCached:            8 kB
Active:           844256 kB
Inactive:        5247584 kB
Active(anon):     569276 kB
Inactive(anon):    11616 kB
Active(file):     274980 kB
Inactive(file):  5235968 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             82776 kB
Writeback:            60 kB
AnonPages:        566036 kB
Mapped:           135712 kB
Shmem:             18048 kB
KReclaimable:     204720 kB
Slab:             294184 kB
SReclaimable:     204720 kB
SUnreclaim:        89464 kB
KernelStack:        4304 kB
PageTables:         4292 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     943628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433044 MiB
End job on nodeC035 at 2025-07-01 04:20:53