Trace number 4489615

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 3607.25

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_0.opb.PB06.opb
MD5SUM9792288b3bfa4387008e61c6fa17d472
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark245
Best CPU time to get the best result obtained on this benchmark28904.8
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 495293
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 495293
Number of bits of the biggest sum of numbers19
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.03	c This is the PBCProcessor based on SCIP solver.
1.24/1.38	c Solving by WMaxCDCL...
3597.98/3607.24	c Rebuilding OPB solution...
3597.98/3607.24	c This is the PBCProcessor based on SCIP solver.
3597.98/3607.24	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 (62824 MiB free)
  memory of node 1: 64465 MiB (63811 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4489615-1751355968/watcher-4489615-1751355968 -o /tmp/evaluation-result-4489615-1751355968/solver-4489615-1751355968 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1751352359-47952 --watchdog 3760 HOME/opbsolver HOME/instance-4489615-1751355968.opb 3600 31000 HOME HOME 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=48434, runsolver pid=48431

[startup+0.10006 s]*
/proc/loadavg: 4.28 4.14 4.10 5/271 48441
/proc/meminfo: memFree=129584984/131250000 swapFree=33010684/33010684
[pid=48434] ppid=48431 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/48434/stat : 48434 (opbsolver) S 48431 48434 47938 0 -1 4194304 346 658 0 0 0 0 0 0 20 0 1 0 51219350 4292608 736 18446744073709551615 94220070883328 94220071777861 140724132741328 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94220072016912 94220072064656 94220093927424 140724132743454 140724132743657 140724132743657 140724132749259 0
/proc/48434/statm: 1048 736 672 219 0 110 0
[pid=48441] ppid=48434 vsize=35448 memory=18864 CPUtime=0.06 cores=4,6
/proc/48441/stat : 48441 (pbcpreprocessor) R 48434 48434 47938 0 -1 4194304 4394 0 0 0 6 0 0 0 20 0 1 0 51219353 36298752 4716 18446744073709551615 4198400 15773533 140732995456256 0 0 0 0 0 0 0 0 0 17 6 0 0 0 0 0 17968456 18061744 25665536 140732995463344 140732995463646 140732995463646 140732995469253 0
/proc/48441/statm: 8862 4716 640 2826 0 5474 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 39640 KiB
Current children cumulated memory: 21808 KiB

[startup+0.205575 s]*
/proc/loadavg: 4.28 4.14 4.10 5/271 48441
/proc/meminfo: memFree=129496028/131250000 swapFree=33010684/33010684
[pid=48434] ppid=48431 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/48434/stat : 48434 (opbsolver) S 48431 48434 47938 0 -1 4194304 346 658 0 0 0 0 0 0 20 0 1 0 51219350 4292608 736 18446744073709551615 94220070883328 94220071777861 140724132741328 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94220072016912 94220072064656 94220093927424 140724132743454 140724132743657 140724132743657 140724132749259 0
/proc/48434/statm: 1048 736 672 219 0 110 0
[pid=48441] ppid=48434 vsize=58384 memory=41904 CPUtime=0.16 cores=4,6
/proc/48441/stat : 48441 (pbcpreprocessor) R 48434 48434 47938 0 -1 4194304 10425 0 0 0 15 1 0 0 20 0 1 0 51219353 59785216 10476 18446744073709551615 4198400 15773533 140732995456256 0 0 0 0 0 0 0 0 0 17 6 0 0 0 0 0 17968456 18061744 25665536 140732995463344 140732995463646 140732995463646 140732995469253 0
/proc/48441/statm: 14596 10476 640 2826 0 11208 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 62576 KiB
Current children cumulated memory: 44848 KiB

[startup+0.305681 s]*
/proc/loadavg: 4.28 4.14 4.10 5/271 48441
/proc/meminfo: memFree=129401968/131250000 swapFree=33010684/33010684
[pid=48434] ppid=48431 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/48434/stat : 48434 (opbsolver) S 48431 48434 47938 0 -1 4194304 346 658 0 0 0 0 0 0 20 0 1 0 51219350 4292608 736 18446744073709551615 94220070883328 94220071777861 140724132741328 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94220072016912 94220072064656 94220093927424 140724132743454 140724132743657 140724132743657 140724132749259 0
/proc/48434/statm: 1048 736 672 219 0 110 0
[pid=48441] ppid=48434 vsize=81024 memory=63692 CPUtime=0.26 cores=4,6
/proc/48441/stat : 48441 (pbcpreprocessor) R 48434 48434 47938 0 -1 4194304 15864 0 0 0 24 2 0 0 20 0 1 0 51219353 82968576 15923 18446744073709551615 4198400 15773533 140732995456256 0 0 0 0 0 0 0 0 0 17 6 0 0 0 0 0 17968456 18061744 25665536 140732995463344 140732995463646 140732995463646 140732995469253 0
/proc/48441/statm: 20256 15923 640 2826 0 16868 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 85216 KiB
Current children cumulated memory: 66636 KiB

[startup+0.700204 s]
/proc/loadavg: 4.28 4.14 4.10 5/271 48441
/proc/meminfo: memFree=129244584/131250000 swapFree=33010684/33010684
[pid=48434] ppid=48431 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/48434/stat : 48434 (opbsolver) S 48431 48434 47938 0 -1 4194304 346 658 0 0 0 0 0 0 20 0 1 0 51219350 4292608 736 18446744073709551615 94220070883328 94220071777861 140724132741328 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94220072016912 94220072064656 94220093927424 140724132743454 140724132743657 140724132743657 140724132749259 0
/proc/48434/statm: 1048 736 672 219 0 110 0
[pid=48441] ppid=48434 vsize=186748 memory=155588 CPUtime=0.64 cores=4,6
/proc/48441/stat : 48441 (pbcpreprocessor) R 48434 48434 47938 0 -1 4194304 34213 0 0 0 59 5 0 0 20 0 1 0 51219353 191229952 38897 18446744073709551615 4198400 15773533 140732995456256 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 17968456 18061744 25665536 140732995463344 140732995463646 140732995463646 140732995469253 0
/proc/48441/statm: 46687 38897 672 2826 0 43299 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 190940 KiB
Current children cumulated memory: 158532 KiB

[startup+1.50022 s]
/proc/loadavg: 4.28 4.14 4.10 5/271 48441
/proc/meminfo: memFree=129096204/131250000 swapFree=33010684/33010684
[pid=48434] ppid=48431 vsize=4192 memory=2944 CPUtime=1.33 cores=4,6
/proc/48434/stat : 48434 (opbsolver) S 48431 48434 47938 0 -1 4194304 406 35000 0 0 0 0 90 43 20 0 1 0 51219350 4292608 736 18446744073709551615 94220070883328 94220071777861 140724132741328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94220072016912 94220072064656 94220093927424 140724132743454 140724132743657 140724132743657 140724132749259 0
/proc/48434/statm: 1048 736 672 219 0 110 0
Current children cumulated CPU time: 1.33 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 2944 KiB

[startup+3.10603 s]
/proc/loadavg: 4.28 4.14 4.10 5/271 48449
/proc/meminfo: memFree=129303492/131250000 swapFree=33010684/33010684
[pid=48434] ppid=48431 vsize=4192 memory=2944 CPUtime=1.33 cores=4,6
/proc/48434/stat : 48434 (opbsolver) S 48431 48434 47938 0 -1 4194304 406 35000 0 0 0 0 90 43 20 0 1 0 51219350 4292608 736 18446744073709551615 94220070883328 94220071777861 140724132741328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94220072016912 94220072064656 94220093927424 140724132743454 140724132743657 140724132743657 140724132749259 0
/proc/48434/statm: 1048 736 672 219 0 110 0
[pid=48449] ppid=48434 vsize=59824 memory=50812 CPUtime=1.7 cores=4,6
/proc/48449/stat : 48449 (wmaxcdcl) R 48434 48434 47938 0 -1 4194304 11891 0 0 0 168 2 0 0 20 0 1 0 51219489 61259776 12703 18446744073709551615 4198400 5932793 140725910976240 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 40013824 140725910985051 140725910985196 140725910985196 140725910990796 0
/proc/48449/statm: 14956 12703 448 424 0 14411 0
Current children cumulated CPU time: 3.03 s
Current children cumulated vsize: 64016 KiB
Current children cumulated memory: 53756 KiB

[startup+6.30017 s]
/proc/loadavg: 4.26 4.14 4.10 5/271 48449
/proc/meminfo: memFree=129238256/131250000 swapFree=33010684/33010684
[pid=48434] ppid=48431 vsize=4192 memory=2944 CPUtime=1.33 cores=4,6
/proc/48434/stat : 48434 (opbsolver) S 48431 48434 47938 0 -1 4194304 406 35000 0 0 0 0 90 43 20 0 1 0 51219350 4292608 736 18446744073709551615 94220070883328 94220071777861 140724132741328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94220072016912 94220072064656 94220093927424 140724132743454 140724132743657 140724132743657 140724132749259 0
/proc/48434/statm: 1048 736 672 219 0 110 0
[pid=48449] ppid=48434 vsize=108632 memory=99972 CPUtime=4.88 cores=4,6
/proc/48449/stat : 48449 (wmaxcdcl) R 48434 48434 47938 0 -1 4194304 14667 0 0 0 485 3 0 0 20 0 1 0 51219489 111239168 24993 18446744073709551615 4198400 5932793 140725910976240 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 40013824 140725910985051 140725910985196 140725910985196 140725910990796 0
/proc/48449/statm: 27158 24993 448 424 0 26613 0
Current children cumulated CPU time: 6.21 s
Current children cumulated vsize: 112824 KiB
Current children cumulated memory: 102916 KiB

[startup+12.7001 s]
/proc/loadavg: 4.24 4.14 4.10 5/271 48449
/proc/meminfo: memFree=129316364/131250000 swapFree=33010684/33010684
[pid=48434] ppid=48431 vsize=4192 memory=2944 CPUtime=1.33 cores=4,6
/proc/48434/stat : 48434 (opbsolver) S 48431 48434 47938 0 -1 4194304 406 35000 0 0 0 0 90 43 20 0 1 0 51219350 4292608 736 18446744073709551615 94220070883328 94220071777861 140724132741328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94220072016912 94220072064656 94220093927424 140724132743454 140724132743657 140724132743657 140724132749259 0
/proc/48434/statm: 1048 736 672 219 0 110 0
[pid=48449] ppid=48434 vsize=71280 memory=66196 CPUtime=11.27 cores=4,6
/proc/48449/stat : 48449 (wmaxcdcl) R 48434 48434 47938 0 -1 4194304 14684 0 0 0 1124 3 0 0 20 0 1 0 51219489 72990720 16549 18446744073709551615 4198400 5932793 140725910976240 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 40013824 140725910985051 140725910985196 140725910985196 140725910990796 0
/proc/48449/statm: 17820 16549 448 424 0 17275 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 75472 KiB
Current children cumulated memory: 69140 KiB

[startup+25.5002 s]
/proc/loadavg: 4.18 4.13 4.10 5/271 48450
/proc/meminfo: memFree=129228036/131250000 swapFree=33010684/33010684
[pid=48434] ppid=48431 vsize=4192 memory=2944 CPUtime=1.33 cores=4,6
/proc/48434/stat : 48434 (opbsolver) S 48431 48434 47938 0 -1 4194304 406 35000 0 0 0 0 90 43 20 0 1 0 51219350 4292608 736 18446744073709551615 94220070883328 94220071777861 140724132741328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94220072016912 94220072064656 94220093927424 140724132743454 140724132743657 140724132743657 140724132749259 0
/proc/48434/statm: 1048 736 672 219 0 110 0
[pid=48449] ppid=48434 vsize=140988 memory=121464 CPUtime=24.04 cores=4,6
/proc/48449/stat : 48449 (wmaxcdcl) R 48434 48434 47938 0 -1 4194304 15746 0 0 0 2399 5 0 0 20 0 1 0 51219489 144371712 30366 18446744073709551615 4198400 5932793 140725910976240 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 40013824 140725910985051 140725910985196 140725910985196 140725910990796 0
/proc/48449/statm: 35247 30366 448 424 0 34702 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 145180 KiB
Current children cumulated memory: 124408 KiB

[startup+51.1057 s]
/proc/loadavg: 4.18 4.14 4.10 5/270 48450
/proc/meminfo: memFree=129096216/131250000 swapFree=33010684/33010684
[pid=48434] ppid=48431 vsize=4192 memory=2944 CPUtime=1.33 cores=4,6
/proc/48434/stat : 48434 (opbsolver) S 48431 48434 47938 0 -1 4194304 406 35000 0 0 0 0 90 43 20 0 1 0 51219350 4292608 736 18446744073709551615 94220070883328 94220071777861 140724132741328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94220072016912 94220072064656 94220093927424 140724132743454 140724132743657 140724132743657 140724132749259 0
/proc/48434/statm: 1048 736 672 219 0 110 0
[pid=48449] ppid=48434 vsize=171808 memory=156552 CPUtime=49.58 cores=4,6
/proc/48449/stat : 48449 (wmaxcdcl) R 48434 48434 47938 0 -1 4194304 16343 0 0 0 4953 5 0 0 20 0 1 0 51219489 175931392 39138 18446744073709551615 4198400 5932793 140725910976240 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 40013824 140725910985051 140725910985196 140725910985196 140725910990796 0
/proc/48449/statm: 42952 39138 448 424 0 42407 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 176000 KiB
Current children cumulated memory: 159496 KiB

[startup+102.3 s]
/proc/loadavg: 4.49 4.23 4.13 5/271 48457
/proc/meminfo: memFree=128807676/131250000 swapFree=33010684/33010684
[pid=48434] ppid=48431 vsize=4192 memory=2944 CPUtime=1.33 cores=4,6
/proc/48434/stat : 48434 (opbsolver) S 48431 48434 47938 0 -1 4194304 406 35000 0 0 0 0 90 43 20 0 1 0 51219350 4292608 736 18446744073709551615 94220070883328 94220071777861 140724132741328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94220072016912 94220072064656 94220093927424 140724132743454 140724132743657 140724132743657 140724132749259 0
/proc/48434/statm: 1048 736 672 219 0 110 0
[pid=48449] ppid=48434 vsize=226724 memory=212460 CPUtime=100.65 cores=4,6
/proc/48449/stat : 48449 (wmaxcdcl) R 48434 48434 47938 0 -1 4194304 18136 0 0 0 10058 7 0 0 20 0 1 0 51219489 232165376 53115 18446744073709551615 4198400 5932793 140725910976240 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 40013824 140725910985051 140725910985196 140725910985196 140725910990796 0
/proc/48449/statm: 56681 53115 448 424 0 56136 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 230916 KiB
Current children cumulated memory: 215404 KiB

[startup+162.3 s]
/proc/loadavg: 4.29 4.21 4.13 5/271 48459
/proc/meminfo: memFree=128961512/131250000 swapFree=33010684/33010684
[pid=48434] ppid=48431 vsize=4192 memory=2944 CPUtime=1.33 cores=4,6
/proc/48434/stat : 48434 (opbsolver) S 48431 48434 47938 0 -1 4194304 406 35000 0 0 0 0 90 43 20 0 1 0 51219350 4292608 736 18446744073709551615 94220070883328 94220071777861 140724132741328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94220072016912 94220072064656 94220093927424 140724132743454 140724132743657 140724132743657 140724132749259 0
/proc/48434/statm: 1048 736 672 219 0 110 0
[pid=48449] ppid=48434 vsize=234516 memory=191820 CPUtime=160.5 cores=4,6
/proc/48449/stat : 48449 (wmaxcdcl) R 48434 48434 47938 0 -1 4194304 20838 0 0 0 16039 11 0 0 20 0 1 0 51219489 240144384 47955 18446744073709551615 4198400 5932793 140725910976240 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 40013824 140725910985051 140725910985196 140725910985196 140725910990796 0
/proc/48449/statm: 58629 47955 448 424 0 58084 0
Current children cumulated CPU time: 161.83 s
Current children cumulated vsize: 238708 KiB
Current children cumulated memory: 194764 KiB

[startup+222.3 s]
/proc/loadavg: 4.16 4.19 4.12 5/271 48461
/proc/meminfo: memFree=128718504/131250000 swapFree=33010684/33010684
[pid=48434] ppid=48431 vsize=4192 memory=2944 CPUtime=1.33 cores=4,6
/proc/48434/stat : 48434 (opbsolver) S 48431 48434 47938 0 -1 4194304 406 35000 0 0 0 0 90 43 20 0 1 0 51219350 4292608 736 18446744073709551615 94220070883328 94220071777861 140724132741328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94220072016912 94220072064656 94220093927424 140724132743454 140724132743657 140724132743657 140724132749259 0
/proc/48434/statm: 1048 736 672 219 0 110 0
[pid=48449] ppid=48434 vsize=321008 memory=243912 CPUtime=220.33 cores=4,6
/proc/48449/stat : 48449 (wmaxcdcl) R 48434 48434 47938 0 -1 4194304 22652 0 0 0 22019 14 0 0 20 0 1 0 51219489 328712192 60978 18446744073709551615 4198400 5932793 140725910976240 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 40013824 140725910985051 140725910985196 140725910985196 140725910990796 0
/proc/48449/statm: 80252 60978 448 424 0 79707 0
Current children cumulated CPU time: 221.66 s
Current children cumulated vsize: 325200 KiB
Current children cumulated memory: 246856 KiB

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

/proc/48449/stat : 48449 (wmaxcdcl) R 48434 48434 47938 0 -1 4194304 100132 0 0 0 333103 137 0 0 20 0 1 0 51219489 403632128 96870 18446744073709551615 4198400 5932793 140725910976240 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 40013824 140725910985051 140725910985196 140725910985196 140725910990796 0
/proc/48449/statm: 98543 96870 448 424 0 97998 0
Current children cumulated CPU time: 3333.73 s
Current children cumulated vsize: 398364 KiB
Current children cumulated memory: 390424 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/266 48622
/proc/meminfo: memFree=127259772/131250000 swapFree=33010684/33010684
[pid=48434] ppid=48431 vsize=4192 memory=2944 CPUtime=1.33 cores=4,6
/proc/48434/stat : 48434 (opbsolver) S 48431 48434 47938 0 -1 4194304 406 35000 0 0 0 0 90 43 20 0 1 0 51219350 4292608 736 18446744073709551615 94220070883328 94220071777861 140724132741328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94220072016912 94220072064656 94220093927424 140724132743454 140724132743657 140724132743657 140724132749259 0
/proc/48434/statm: 1048 736 672 219 0 110 0
[pid=48449] ppid=48434 vsize=525648 memory=451640 CPUtime=3392.25 cores=4,6
/proc/48449/stat : 48449 (wmaxcdcl) R 48434 48434 47938 0 -1 4194304 101452 0 0 0 339085 140 0 0 20 0 1 0 51219489 538263552 112910 18446744073709551615 4198400 5932793 140725910976240 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 40013824 140725910985051 140725910985196 140725910985196 140725910990796 0
/proc/48449/statm: 131412 112910 448 424 0 130867 0
Current children cumulated CPU time: 3393.58 s
Current children cumulated vsize: 529840 KiB
Current children cumulated memory: 454584 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/266 48624
/proc/meminfo: memFree=127419372/131250000 swapFree=33010684/33010684
[pid=48434] ppid=48431 vsize=4192 memory=2944 CPUtime=1.33 cores=4,6
/proc/48434/stat : 48434 (opbsolver) S 48431 48434 47938 0 -1 4194304 406 35000 0 0 0 0 90 43 20 0 1 0 51219350 4292608 736 18446744073709551615 94220070883328 94220071777861 140724132741328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94220072016912 94220072064656 94220093927424 140724132743454 140724132743657 140724132743657 140724132749259 0
/proc/48434/statm: 1048 736 672 219 0 110 0
[pid=48449] ppid=48434 vsize=394172 memory=369268 CPUtime=3452.1 cores=4,6
/proc/48449/stat : 48449 (wmaxcdcl) R 48434 48434 47938 0 -1 4194304 101686 0 0 0 345067 143 0 0 20 0 1 0 51219489 403632128 92317 18446744073709551615 4198400 5932793 140725910976240 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 40013824 140725910985051 140725910985196 140725910985196 140725910990796 0
/proc/48449/statm: 98543 92317 448 424 0 97998 0
Current children cumulated CPU time: 3453.43 s
Current children cumulated vsize: 398364 KiB
Current children cumulated memory: 372212 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/267 48626
/proc/meminfo: memFree=127222624/131250000 swapFree=33010684/33010684
[pid=48434] ppid=48431 vsize=4192 memory=2944 CPUtime=1.33 cores=4,6
/proc/48434/stat : 48434 (opbsolver) S 48431 48434 47938 0 -1 4194304 406 35000 0 0 0 0 90 43 20 0 1 0 51219350 4292608 736 18446744073709551615 94220070883328 94220071777861 140724132741328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94220072016912 94220072064656 94220093927424 140724132743454 140724132743657 140724132743657 140724132749259 0
/proc/48434/statm: 1048 736 672 219 0 110 0
[pid=48449] ppid=48434 vsize=444260 memory=405288 CPUtime=3511.96 cores=4,6
/proc/48449/stat : 48449 (wmaxcdcl) R 48434 48434 47938 0 -1 4194304 102515 0 0 0 351052 144 0 0 20 0 1 0 51219489 454922240 101322 18446744073709551615 4198400 5932793 140725910976240 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 40013824 140725910985051 140725910985196 140725910985196 140725910990796 0
/proc/48449/statm: 111065 101322 448 424 0 110520 0
Current children cumulated CPU time: 3513.29 s
Current children cumulated vsize: 448452 KiB
Current children cumulated memory: 408232 KiB

[startup+3582.3 s]
/proc/loadavg: 4.18 4.12 4.10 5/267 48628
/proc/meminfo: memFree=127621408/131250000 swapFree=33010684/33010684
[pid=48434] ppid=48431 vsize=4192 memory=2944 CPUtime=1.33 cores=4,6
/proc/48434/stat : 48434 (opbsolver) S 48431 48434 47938 0 -1 4194304 406 35000 0 0 0 0 90 43 20 0 1 0 51219350 4292608 736 18446744073709551615 94220070883328 94220071777861 140724132741328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94220072016912 94220072064656 94220093927424 140724132743454 140724132743657 140724132743657 140724132749259 0
/proc/48434/statm: 1048 736 672 219 0 110 0
[pid=48449] ppid=48434 vsize=525648 memory=453064 CPUtime=3571.81 cores=4,6
/proc/48449/stat : 48449 (wmaxcdcl) R 48434 48434 47938 0 -1 4194304 103217 0 0 0 357035 146 0 0 20 0 1 0 51219489 538263552 113266 18446744073709551615 4198400 5932793 140725910976240 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 40013824 140725910985051 140725910985196 140725910985196 140725910990796 0
/proc/48449/statm: 131412 113266 448 424 0 130867 0
Current children cumulated CPU time: 3573.14 s
Current children cumulated vsize: 529840 KiB
Current children cumulated memory: 456008 KiB

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

# cumulated CPU time of all completed processes:  user=3596.13 s, system=1.90979 s

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

[startup+3584 s]*
/proc/loadavg: 4.18 4.12 4.10 5/267 48628
/proc/meminfo: memFree=127613476/131250000 swapFree=33010684/33010684
[pid=48434] ppid=48431 vsize=4192 memory=2944 CPUtime=1.33 cores=4,6
/proc/48434/stat : 48434 (opbsolver) S 48431 48434 47938 0 -1 4194304 406 35000 0 0 0 0 90 43 20 0 1 0 51219350 4292608 736 18446744073709551615 94220070883328 94220071777861 140724132741328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94220072016912 94220072064656 94220093927424 140724132743454 140724132743657 140724132743657 140724132749259 0
/proc/48434/statm: 1048 736 672 219 0 110 0
[pid=48449] ppid=48434 vsize=525648 memory=455112 CPUtime=3573.51 cores=4,6
/proc/48449/stat : 48449 (wmaxcdcl) R 48434 48434 47938 0 -1 4194304 103218 0 0 0 357205 146 0 0 20 0 1 0 51219489 538263552 113778 18446744073709551615 4198400 5932793 140725910976240 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 40013824 140725910985051 140725910985196 140725910985196 140725910990796 0
/proc/48449/statm: 131412 113778 448 424 0 130867 0
Current children cumulated CPU time: 3574.84 s
Current children cumulated vsize: 529840 KiB
Current children cumulated memory: 458056 KiB

[startup+3596.8 s]
/proc/loadavg: 4.22 4.13 4.10 5/267 48629
/proc/meminfo: memFree=127572532/131250000 swapFree=33010684/33010684
[pid=48434] ppid=48431 vsize=4192 memory=2944 CPUtime=1.33 cores=4,6
/proc/48434/stat : 48434 (opbsolver) S 48431 48434 47938 0 -1 4194304 406 35000 0 0 0 0 90 43 20 0 1 0 51219350 4292608 736 18446744073709551615 94220070883328 94220071777861 140724132741328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94220072016912 94220072064656 94220093927424 140724132743454 140724132743657 140724132743657 140724132749259 0
/proc/48434/statm: 1048 736 672 219 0 110 0
[pid=48449] ppid=48434 vsize=525648 memory=461256 CPUtime=3586.27 cores=4,6
/proc/48449/stat : 48449 (wmaxcdcl) R 48434 48434 47938 0 -1 4194304 103221 0 0 0 358481 146 0 0 20 0 1 0 51219489 538263552 115314 18446744073709551615 4198400 5932793 140725910976240 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 40013824 140725910985051 140725910985196 140725910985196 140725910990796 0
/proc/48449/statm: 131412 115314 448 424 0 130867 0
Current children cumulated CPU time: 3587.6 s
Current children cumulated vsize: 529840 KiB
Current children cumulated memory: 464200 KiB

[startup+3603.2 s]
/proc/loadavg: 4.20 4.13 4.10 5/267 48629
/proc/meminfo: memFree=127543860/131250000 swapFree=33010684/33010684
[pid=48434] ppid=48431 vsize=4192 memory=2944 CPUtime=1.33 cores=4,6
/proc/48434/stat : 48434 (opbsolver) S 48431 48434 47938 0 -1 4194304 406 35000 0 0 0 0 90 43 20 0 1 0 51219350 4292608 736 18446744073709551615 94220070883328 94220071777861 140724132741328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94220072016912 94220072064656 94220093927424 140724132743454 140724132743657 140724132743657 140724132749259 0
/proc/48434/statm: 1048 736 672 219 0 110 0
[pid=48449] ppid=48434 vsize=525648 memory=461256 CPUtime=3592.66 cores=4,6
/proc/48449/stat : 48449 (wmaxcdcl) R 48434 48434 47938 0 -1 4194304 103221 0 0 0 359119 147 0 0 20 0 1 0 51219489 538263552 115314 18446744073709551615 4198400 5932793 140725910976240 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 40013824 140725910985051 140725910985196 140725910985196 140725910990796 0
/proc/48449/statm: 131412 115314 448 424 0 130867 0
Current children cumulated CPU time: 3593.99 s
Current children cumulated vsize: 529840 KiB
Current children cumulated memory: 464200 KiB

[startup+3604.8 s]
/proc/loadavg: 4.20 4.13 4.10 5/267 48629
/proc/meminfo: memFree=127539764/131250000 swapFree=33010684/33010684
[pid=48434] ppid=48431 vsize=4192 memory=2944 CPUtime=1.33 cores=4,6
/proc/48434/stat : 48434 (opbsolver) S 48431 48434 47938 0 -1 4194304 406 35000 0 0 0 0 90 43 20 0 1 0 51219350 4292608 736 18446744073709551615 94220070883328 94220071777861 140724132741328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94220072016912 94220072064656 94220093927424 140724132743454 140724132743657 140724132743657 140724132749259 0
/proc/48434/statm: 1048 736 672 219 0 110 0
[pid=48449] ppid=48434 vsize=525648 memory=465352 CPUtime=3594.25 cores=4,6
/proc/48449/stat : 48449 (wmaxcdcl) R 48434 48434 47938 0 -1 4194304 103223 0 0 0 359278 147 0 0 20 0 1 0 51219489 538263552 116338 18446744073709551615 4198400 5932793 140725910976240 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 40013824 140725910985051 140725910985196 140725910985196 140725910990796 0
/proc/48449/statm: 131412 116338 448 424 0 130867 0
Current children cumulated CPU time: 3595.58 s
Current children cumulated vsize: 529840 KiB
Current children cumulated memory: 468296 KiB

[startup+3606.4 s]
/proc/loadavg: 4.18 4.13 4.10 5/268 48633
/proc/meminfo: memFree=127535448/131250000 swapFree=33010684/33010684
[pid=48434] ppid=48431 vsize=4192 memory=2944 CPUtime=1.33 cores=4,6
/proc/48434/stat : 48434 (opbsolver) S 48431 48434 47938 0 -1 4194304 406 35000 0 0 0 0 90 43 20 0 1 0 51219350 4292608 736 18446744073709551615 94220070883328 94220071777861 140724132741328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94220072016912 94220072064656 94220093927424 140724132743454 140724132743657 140724132743657 140724132749259 0
/proc/48434/statm: 1048 736 672 219 0 110 0
[pid=48449] ppid=48434 vsize=525648 memory=467400 CPUtime=3595.85 cores=4,6
/proc/48449/stat : 48449 (wmaxcdcl) R 48434 48434 47938 0 -1 4194304 103224 0 0 0 359438 147 0 0 20 0 1 0 51219489 538263552 116850 18446744073709551615 4198400 5932793 140725910976240 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 40013824 140725910985051 140725910985196 140725910985196 140725910990796 0
/proc/48449/statm: 131412 116850 448 424 0 130867 0
Current children cumulated CPU time: 3597.18 s
Current children cumulated vsize: 529840 KiB
Current children cumulated memory: 470344 KiB

[startup+3606.8 s]
/proc/loadavg: 4.18 4.13 4.10 5/268 48633
/proc/meminfo: memFree=127535448/131250000 swapFree=33010684/33010684
[pid=48434] ppid=48431 vsize=4192 memory=2944 CPUtime=1.33 cores=4,6
/proc/48434/stat : 48434 (opbsolver) S 48431 48434 47938 0 -1 4194304 406 35000 0 0 0 0 90 43 20 0 1 0 51219350 4292608 736 18446744073709551615 94220070883328 94220071777861 140724132741328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94220072016912 94220072064656 94220093927424 140724132743454 140724132743657 140724132743657 140724132749259 0
/proc/48434/statm: 1048 736 672 219 0 110 0
[pid=48449] ppid=48434 vsize=525648 memory=467400 CPUtime=3596.25 cores=4,6
/proc/48449/stat : 48449 (wmaxcdcl) R 48434 48434 47938 0 -1 4194304 103224 0 0 0 359478 147 0 0 20 0 1 0 51219489 538263552 116850 18446744073709551615 4198400 5932793 140725910976240 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 40013824 140725910985051 140725910985196 140725910985196 140725910990796 0
/proc/48449/statm: 131412 116850 448 424 0 130867 0
Current children cumulated CPU time: 3597.58 s
Current children cumulated vsize: 529840 KiB
Current children cumulated memory: 470344 KiB

[startup+3607.2 s]
/proc/loadavg: 4.18 4.13 4.10 5/268 48633
/proc/meminfo: memFree=127527256/131250000 swapFree=33010684/33010684
[pid=48434] ppid=48431 vsize=4192 memory=2944 CPUtime=1.33 cores=4,6
/proc/48434/stat : 48434 (opbsolver) S 48431 48434 47938 0 -1 4194304 406 35000 0 0 0 0 90 43 20 0 1 0 51219350 4292608 736 18446744073709551615 94220070883328 94220071777861 140724132741328 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94220072016912 94220072064656 94220093927424 140724132743454 140724132743657 140724132743657 140724132749259 0
/proc/48434/statm: 1048 736 672 219 0 110 0
[pid=48449] ppid=48434 vsize=525648 memory=467400 CPUtime=3596.65 cores=4,6
/proc/48449/stat : 48449 (wmaxcdcl) R 48434 48434 47938 0 -1 4194304 103224 0 0 0 359518 147 0 0 20 0 1 0 51219489 538263552 116850 18446744073709551615 4198400 5932793 140725910976240 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 6359800 6411760 40013824 140725910985051 140725910985196 140725910985196 140725910990796 0
/proc/48449/statm: 131412 116850 448 424 0 130867 0
Current children cumulated CPU time: 3597.98 s
Current children cumulated vsize: 529840 KiB
Current children cumulated memory: 470344 KiB

Child status: 0

Real time (s): 3607.25
CPU time (s): 3598.04
CPU user time (s): 3596.13
CPU system time (s): 1.90979
CPU usage (%): 99.7447
Max. virtual memory (cumulated for all children) (KiB): 642268
Max. memory (cumulated for all children) (KiB): 534200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.13
system time used= 1.90979
maximum resident set size= 612920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 138968
page faults= 0
swaps= 0
block input operations= 0
block output operations= 27360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 514
involuntary context switches= 4420


# summary of solver processes directly reported to runsolver:
#   pid: 48434
#   total CPU time (s): 3598.04
#   total CPU user time (s): 3596.13
#   total CPU system time (s): 1.90979

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.66614 second user time and 16.2738 second system time

The end

Launcher Data

Begin job on nodeC028 at 2025-07-01 09:46:08
IDJOB=4489615
IDBENCH=147558
IDSOLVER=3374
FILE ID=nodeC028/4489615-1751355968
RUNJOBID= nodeC028-1751352359-47952
SLURM_JOB_ID= 9598145
Free space on /tmp= 432936 MiB

SOLVER NAME= WMaxCDCL-SCIP 2025-06-21
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_0.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-4489615-1751355968/watcher-4489615-1751355968 -o /tmp/evaluation-result-4489615-1751355968/solver-4489615-1751355968 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1751352359-47952 --watchdog 3760  HOME/opbsolver HOME/instance-4489615-1751355968.opb 3600 31000 HOME HOME

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

MD5SUM BENCH= 9792288b3bfa4387008e61c6fa17d472
RANDOM SEED=1249942992

nodeC028 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		: 3600.086
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	: 7000.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129712304 kB
MemAvailable:   129720880 kB
Buffers:            3280 kB
Cached:           816132 kB
SwapCached:            0 kB
Active:           382252 kB
Inactive:         559456 kB
Active(anon):     140364 kB
Inactive(anon):        0 kB
Active(file):     241888 kB
Inactive(file):   559456 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            149700 kB
Writeback:             4 kB
AnonPages:        125808 kB
Mapped:           111168 kB
Shmem:             18068 kB
KReclaimable:      92940 kB
Slab:             179052 kB
SReclaimable:      92940 kB
SUnreclaim:        86112 kB
KernelStack:        4388 kB
PageTables:         3128 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     475776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150680 kB
VmallocChunk:          0 kB
Percpu:             3712 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432888 MiB
End job on nodeC028 at 2025-07-01 10:46:16