Trace number 4489753

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
WMaxCDCL-SCIP 2025-06-21? 3599.35 3608.52

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_6.opb.PB06.opb
MD5SUM502d6e212fd4e38a31cb5eb2ff64d408
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 benchmark242
Best CPU time to get the best result obtained on this benchmark3584.86
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 491651
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 491651
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.03	c Presolving by SCIP...
0.00/0.05	c Encoding OPB into MaxSAT...
0.00/0.05	c This is the PBCProcessor based on SCIP solver.
1.23/1.39	c Solving by WMaxCDCL...
3599.31/3608.51	c Rebuilding OPB solution...
3599.31/3608.51	c This is the PBCProcessor based on SCIP solver.
3599.31/3608.51	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 (62837 MiB free)
  memory of node 1: 64465 MiB (63858 MiB free)
  node distances:
     10  21
     21  10

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

solver pid=48816, runsolver pid=48808

[startup+0.100059 s]*
/proc/loadavg: 4.18 4.13 4.10 5/268 48841
/proc/meminfo: memFree=129697104/131250000 swapFree=33010684/33010684
[pid=48816] ppid=48808 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/48816/stat : 48816 (opbsolver) S 48808 48816 47938 0 -1 4194304 348 654 0 0 0 0 0 0 20 0 1 0 51580260 4292608 736 18446744073709551615 94060298260480 94060299155013 140736719631408 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94060299394064 94060299441808 94060322299904 140736719636766 140736719636969 140736719636969 140736719642571 0
/proc/48816/statm: 1048 736 672 219 0 110 0
[pid=48834] ppid=48816 vsize=30300 memory=13360 CPUtime=0.04 cores=1,3
/proc/48834/stat : 48834 (pbcpreprocessor) R 48816 48816 47938 0 -1 4194304 3042 0 0 0 4 0 0 0 20 0 1 0 51580266 31027200 3340 18446744073709551615 4198400 15773533 140728979210544 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 17968456 18061744 53596160 140728979216560 140728979216862 140728979216862 140728979222469 0
/proc/48834/statm: 7575 3340 640 2826 0 4187 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 34492 KiB
Current children cumulated memory: 16304 KiB

[startup+0.205802 s]*
/proc/loadavg: 4.18 4.13 4.10 6/268 48845
/proc/meminfo: memFree=129616128/131250000 swapFree=33010684/33010684
[pid=48816] ppid=48808 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/48816/stat : 48816 (opbsolver) S 48808 48816 47938 0 -1 4194304 348 654 0 0 0 0 0 0 20 0 1 0 51580260 4292608 736 18446744073709551615 94060298260480 94060299155013 140736719631408 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94060299394064 94060299441808 94060322299904 140736719636766 140736719636969 140736719636969 140736719642571 0
/proc/48816/statm: 1048 736 672 219 0 110 0
[pid=48834] ppid=48816 vsize=54556 memory=37884 CPUtime=0.14 cores=1,3
/proc/48834/stat : 48834 (pbcpreprocessor) R 48816 48816 47938 0 -1 4194304 9417 0 0 0 14 0 0 0 20 0 1 0 51580266 55865344 9471 18446744073709551615 4198400 15773533 140728979210544 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 17968456 18061744 53596160 140728979216560 140728979216862 140728979216862 140728979222469 0
/proc/48834/statm: 13639 9471 640 2826 0 10251 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 58748 KiB
Current children cumulated memory: 40828 KiB

[startup+0.305926 s]*
/proc/loadavg: 4.18 4.13 4.10 6/268 48845
/proc/meminfo: memFree=129526164/131250000 swapFree=33010684/33010684
[pid=48816] ppid=48808 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/48816/stat : 48816 (opbsolver) S 48808 48816 47938 0 -1 4194304 348 654 0 0 0 0 0 0 20 0 1 0 51580260 4292608 736 18446744073709551615 94060298260480 94060299155013 140736719631408 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94060299394064 94060299441808 94060322299904 140736719636766 140736719636969 140736719636969 140736719642571 0
/proc/48816/statm: 1048 736 672 219 0 110 0
[pid=48834] ppid=48816 vsize=78384 memory=61000 CPUtime=0.24 cores=1,3
/proc/48834/stat : 48834 (pbcpreprocessor) R 48816 48816 47938 0 -1 4194304 15184 0 0 0 23 1 0 0 20 0 1 0 51580266 80265216 15218 18446744073709551615 4198400 15773533 140728979210544 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 17968456 18061744 53596160 140728979216560 140728979216862 140728979216862 140728979222469 0
/proc/48834/statm: 19596 15218 640 2826 0 16208 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 82576 KiB
Current children cumulated memory: 63944 KiB

[startup+0.700197 s]
/proc/loadavg: 4.18 4.13 4.10 6/268 48845
/proc/meminfo: memFree=129362048/131250000 swapFree=33010684/33010684
[pid=48816] ppid=48808 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/48816/stat : 48816 (opbsolver) S 48808 48816 47938 0 -1 4194304 348 654 0 0 0 0 0 0 20 0 1 0 51580260 4292608 736 18446744073709551615 94060298260480 94060299155013 140736719631408 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94060299394064 94060299441808 94060322299904 140736719636766 140736719636969 140736719636969 140736719642571 0
/proc/48816/statm: 1048 736 672 219 0 110 0
[pid=48834] ppid=48816 vsize=186748 memory=154884 CPUtime=0.63 cores=1,3
/proc/48834/stat : 48834 (pbcpreprocessor) R 48816 48816 47938 0 -1 4194304 33534 0 0 0 58 5 0 0 20 0 1 0 51580266 191229952 38721 18446744073709551615 4198400 15773533 140728979210544 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 17968456 18061744 53596160 140728979216560 140728979216862 140728979216862 140728979222469 0
/proc/48834/statm: 46687 38721 672 2826 0 43299 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 190940 KiB
Current children cumulated memory: 157828 KiB

[startup+1.50014 s]
/proc/loadavg: 4.17 4.13 4.10 6/268 48845
/proc/meminfo: memFree=129113800/131250000 swapFree=33010684/33010684
[pid=48816] ppid=48808 vsize=4192 memory=2944 CPUtime=1.34 cores=1,3
/proc/48816/stat : 48816 (opbsolver) S 48808 48816 47938 0 -1 4194304 407 34315 0 0 0 0 90 44 20 0 1 0 51580260 4292608 736 18446744073709551615 94060298260480 94060299155013 140736719631408 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94060299394064 94060299441808 94060322299904 140736719636766 140736719636969 140736719636969 140736719642571 0
/proc/48816/statm: 1048 736 672 219 0 110 0
Current children cumulated CPU time: 1.34 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 2944 KiB

[startup+3.10584 s]
/proc/loadavg: 4.17 4.13 4.10 6/268 48853
/proc/meminfo: memFree=129177152/131250000 swapFree=33010684/33010684
[pid=48816] ppid=48808 vsize=4192 memory=2944 CPUtime=1.34 cores=1,3
/proc/48816/stat : 48816 (opbsolver) S 48808 48816 47938 0 -1 4194304 407 34315 0 0 0 0 90 44 20 0 1 0 51580260 4292608 736 18446744073709551615 94060298260480 94060299155013 140736719631408 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94060299394064 94060299441808 94060322299904 140736719636766 140736719636969 140736719636969 140736719642571 0
/proc/48816/statm: 1048 736 672 219 0 110 0
[pid=48851] ppid=48816 vsize=59820 memory=52108 CPUtime=1.69 cores=1,3
/proc/48851/stat : 48851 (wmaxcdcl) R 48816 48816 47938 0 -1 4194304 12168 0 0 0 167 2 0 0 20 0 1 0 51580400 61255680 13027 18446744073709551615 4198400 5932793 140733978531344 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 6359800 6411760 26034176 140733978536283 140733978536428 140733978536428 140733978542028 0
/proc/48851/statm: 14955 13027 448 424 0 14410 0
Current children cumulated CPU time: 3.03 s
Current children cumulated vsize: 64012 KiB
Current children cumulated memory: 55052 KiB

[startup+6.30012 s]
/proc/loadavg: 4.15 4.12 4.09 6/268 48853
/proc/meminfo: memFree=129116152/131250000 swapFree=33010684/33010684
[pid=48816] ppid=48808 vsize=4192 memory=2944 CPUtime=1.34 cores=1,3
/proc/48816/stat : 48816 (opbsolver) S 48808 48816 47938 0 -1 4194304 407 34315 0 0 0 0 90 44 20 0 1 0 51580260 4292608 736 18446744073709551615 94060298260480 94060299155013 140736719631408 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94060299394064 94060299441808 94060322299904 140736719636766 140736719636969 140736719636969 140736719642571 0
/proc/48816/statm: 1048 736 672 219 0 110 0
[pid=48851] ppid=48816 vsize=108708 memory=102068 CPUtime=4.88 cores=1,3
/proc/48851/stat : 48851 (wmaxcdcl) R 48816 48816 47938 0 -1 4194304 14971 0 0 0 484 4 0 0 20 0 1 0 51580400 111316992 25517 18446744073709551615 4198400 5932793 140733978531344 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 6359800 6411760 26034176 140733978536283 140733978536428 140733978536428 140733978542028 0
/proc/48851/statm: 27177 25517 448 424 0 26632 0
Current children cumulated CPU time: 6.22 s
Current children cumulated vsize: 112900 KiB
Current children cumulated memory: 105012 KiB

[startup+12.7001 s]
/proc/loadavg: 4.22 4.14 4.10 6/268 48853
/proc/meminfo: memFree=129325788/131250000 swapFree=33010684/33010684
[pid=48816] ppid=48808 vsize=4192 memory=2944 CPUtime=1.34 cores=1,3
/proc/48816/stat : 48816 (opbsolver) S 48808 48816 47938 0 -1 4194304 407 34315 0 0 0 0 90 44 20 0 1 0 51580260 4292608 736 18446744073709551615 94060298260480 94060299155013 140736719631408 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94060299394064 94060299441808 94060322299904 140736719636766 140736719636969 140736719636969 140736719642571 0
/proc/48816/statm: 1048 736 672 219 0 110 0
[pid=48851] ppid=48816 vsize=90032 memory=81588 CPUtime=11.26 cores=1,3
/proc/48851/stat : 48851 (wmaxcdcl) R 48816 48816 47938 0 -1 4194304 15237 0 0 0 1122 4 0 0 20 0 1 0 51580400 92192768 20397 18446744073709551615 4198400 5932793 140733978531344 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 6359800 6411760 26034176 140733978536283 140733978536428 140733978536428 140733978542028 0
/proc/48851/statm: 22508 20397 448 424 0 21963 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 94224 KiB
Current children cumulated memory: 84532 KiB

[startup+25.5002 s]
/proc/loadavg: 4.19 4.13 4.10 6/268 48853
/proc/meminfo: memFree=129196720/131250000 swapFree=33010684/33010684
[pid=48816] ppid=48808 vsize=4192 memory=2944 CPUtime=1.34 cores=1,3
/proc/48816/stat : 48816 (opbsolver) S 48808 48816 47938 0 -1 4194304 407 34315 0 0 0 0 90 44 20 0 1 0 51580260 4292608 736 18446744073709551615 94060298260480 94060299155013 140736719631408 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94060299394064 94060299441808 94060322299904 140736719636766 140736719636969 140736719636969 140736719642571 0
/proc/48816/statm: 1048 736 672 219 0 110 0
[pid=48851] ppid=48816 vsize=120384 memory=108752 CPUtime=24.02 cores=1,3
/proc/48851/stat : 48851 (wmaxcdcl) R 48816 48816 47938 0 -1 4194304 15910 0 0 0 2398 4 0 0 20 0 1 0 51580400 123273216 27188 18446744073709551615 4198400 5932793 140733978531344 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 6359800 6411760 26034176 140733978536283 140733978536428 140733978536428 140733978542028 0
/proc/48851/statm: 30096 27188 448 424 0 29551 0
Current children cumulated CPU time: 25.36 s
Current children cumulated vsize: 124576 KiB
Current children cumulated memory: 111696 KiB

[startup+51.1056 s]
/proc/loadavg: 4.17 4.14 4.10 6/268 48854
/proc/meminfo: memFree=129028928/131250000 swapFree=33010684/33010684
[pid=48816] ppid=48808 vsize=4192 memory=2944 CPUtime=1.34 cores=1,3
/proc/48816/stat : 48816 (opbsolver) S 48808 48816 47938 0 -1 4194304 407 34315 0 0 0 0 90 44 20 0 1 0 51580260 4292608 736 18446744073709551615 94060298260480 94060299155013 140736719631408 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94060299394064 94060299441808 94060322299904 140736719636766 140736719636969 140736719636969 140736719642571 0
/proc/48816/statm: 1048 736 672 219 0 110 0
[pid=48851] ppid=48816 vsize=170172 memory=164484 CPUtime=49.57 cores=1,3
/proc/48851/stat : 48851 (wmaxcdcl) R 48816 48816 47938 0 -1 4194304 17073 0 0 0 4952 5 0 0 20 0 1 0 51580400 174256128 41121 18446744073709551615 4198400 5932793 140733978531344 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 6359800 6411760 26034176 140733978536283 140733978536428 140733978536428 140733978542028 0
/proc/48851/statm: 42543 41121 448 424 0 41998 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 174364 KiB
Current children cumulated memory: 167428 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 4.13 4.09 6/268 48860
/proc/meminfo: memFree=128901276/131250000 swapFree=33010684/33010684
[pid=48816] ppid=48808 vsize=4192 memory=2944 CPUtime=1.34 cores=1,3
/proc/48816/stat : 48816 (opbsolver) S 48808 48816 47938 0 -1 4194304 407 34315 0 0 0 0 90 44 20 0 1 0 51580260 4292608 736 18446744073709551615 94060298260480 94060299155013 140736719631408 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94060299394064 94060299441808 94060322299904 140736719636766 140736719636969 140736719636969 140736719642571 0
/proc/48816/statm: 1048 736 672 219 0 110 0
[pid=48851] ppid=48816 vsize=170172 memory=154444 CPUtime=100.64 cores=1,3
/proc/48851/stat : 48851 (wmaxcdcl) R 48816 48816 47938 0 -1 4194304 18867 0 0 0 10056 8 0 0 20 0 1 0 51580400 174256128 38611 18446744073709551615 4198400 5932793 140733978531344 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 6359800 6411760 26034176 140733978536283 140733978536428 140733978536428 140733978542028 0
/proc/48851/statm: 42543 38611 448 424 0 41998 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 174364 KiB
Current children cumulated memory: 157388 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.12 4.09 6/268 48862
/proc/meminfo: memFree=128866392/131250000 swapFree=33010684/33010684
[pid=48816] ppid=48808 vsize=4192 memory=2944 CPUtime=1.34 cores=1,3
/proc/48816/stat : 48816 (opbsolver) S 48808 48816 47938 0 -1 4194304 407 34315 0 0 0 0 90 44 20 0 1 0 51580260 4292608 736 18446744073709551615 94060298260480 94060299155013 140736719631408 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94060299394064 94060299441808 94060322299904 140736719636766 140736719636969 140736719636969 140736719642571 0
/proc/48816/statm: 1048 736 672 219 0 110 0
[pid=48851] ppid=48816 vsize=301648 memory=225952 CPUtime=160.49 cores=1,3
/proc/48851/stat : 48851 (wmaxcdcl) R 48816 48816 47938 0 -1 4194304 19412 0 0 0 16039 10 0 0 20 0 1 0 51580400 308887552 56488 18446744073709551615 4198400 5932793 140733978531344 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 6359800 6411760 26034176 140733978536283 140733978536428 140733978536428 140733978542028 0
/proc/48851/statm: 75412 56488 448 424 0 74867 0
Current children cumulated CPU time: 161.83 s
Current children cumulated vsize: 305840 KiB
Current children cumulated memory: 228896 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.12 4.09 6/267 48864
/proc/meminfo: memFree=128764548/131250000 swapFree=33010684/33010684
[pid=48816] ppid=48808 vsize=4192 memory=2944 CPUtime=1.34 cores=1,3
/proc/48816/stat : 48816 (opbsolver) S 48808 48816 47938 0 -1 4194304 407 34315 0 0 0 0 90 44 20 0 1 0 51580260 4292608 736 18446744073709551615 94060298260480 94060299155013 140736719631408 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94060299394064 94060299441808 94060322299904 140736719636766 140736719636969 140736719636969 140736719642571 0
/proc/48816/statm: 1048 736 672 219 0 110 0
[pid=48851] ppid=48816 vsize=306844 memory=276172 CPUtime=220.3 cores=1,3
/proc/48851/stat : 48851 (wmaxcdcl) R 48816 48816 47938 0 -1 4194304 20749 0 0 0 22019 11 0 0 20 0 1 0 51580400 314208256 69043 18446744073709551615 4198400 5932793 140733978531344 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 6359800 6411760 26034176 140733978536283 140733978536428 140733978536428 140733978542028 0
/proc/48851/statm: 76711 69043 448 424 0 76166 0
Current children cumulated CPU time: 221.64 s
Current children cumulated vsize: 311036 KiB
Current children cumulated memory: 279116 KiB

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

/proc/48851/stat : 48851 (wmaxcdcl) R 48816 48816 47938 0 -1 4194304 93883 0 0 0 339097 129 0 0 20 0 1 0 51580400 696954880 139264 18446744073709551615 4198400 5932793 140733978531344 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 6359800 6411760 26034176 140733978536283 140733978536428 140733978536428 140733978542028 0
/proc/48851/statm: 170155 139264 448 424 0 169610 0
Current children cumulated CPU time: 3393.6 s
Current children cumulated vsize: 684812 KiB
Current children cumulated memory: 560000 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.12 4.10 6/266 49041
/proc/meminfo: memFree=127015428/131250000 swapFree=33010684/33010684
[pid=48816] ppid=48808 vsize=4192 memory=2944 CPUtime=1.34 cores=1,3
/proc/48816/stat : 48816 (opbsolver) S 48808 48816 47938 0 -1 4194304 407 34315 0 0 0 0 90 44 20 0 1 0 51580260 4292608 736 18446744073709551615 94060298260480 94060299155013 140736719631408 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94060299394064 94060299441808 94060322299904 140736719636766 140736719636969 140736719636969 140736719642571 0
/proc/48816/statm: 1048 736 672 219 0 110 0
[pid=48851] ppid=48816 vsize=680620 memory=612352 CPUtime=3452.12 cores=1,3
/proc/48851/stat : 48851 (wmaxcdcl) R 48816 48816 47938 0 -1 4194304 93929 0 0 0 345081 131 0 0 20 0 1 0 51580400 696954880 153088 18446744073709551615 4198400 5932793 140733978531344 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 6359800 6411760 26034176 140733978536283 140733978536428 140733978536428 140733978542028 0
/proc/48851/statm: 170155 153088 448 424 0 169610 0
Current children cumulated CPU time: 3453.46 s
Current children cumulated vsize: 684812 KiB
Current children cumulated memory: 615296 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.12 4.10 6/266 49043
/proc/meminfo: memFree=126821068/131250000 swapFree=33010684/33010684
[pid=48816] ppid=48808 vsize=4192 memory=2944 CPUtime=1.34 cores=1,3
/proc/48816/stat : 48816 (opbsolver) S 48808 48816 47938 0 -1 4194304 407 34315 0 0 0 0 90 44 20 0 1 0 51580260 4292608 736 18446744073709551615 94060298260480 94060299155013 140736719631408 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94060299394064 94060299441808 94060322299904 140736719636766 140736719636969 140736719636969 140736719642571 0
/proc/48816/statm: 1048 736 672 219 0 110 0
[pid=48851] ppid=48816 vsize=681288 memory=676388 CPUtime=3511.98 cores=1,3
/proc/48851/stat : 48851 (wmaxcdcl) R 48816 48816 47938 0 -1 4194304 94109 0 0 0 351066 132 0 0 20 0 1 0 51580400 697638912 169097 18446744073709551615 4198400 5932793 140733978531344 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 6359800 6411760 26034176 140733978536283 140733978536428 140733978536428 140733978542028 0
/proc/48851/statm: 170322 169097 448 424 0 169777 0
Current children cumulated CPU time: 3513.32 s
Current children cumulated vsize: 685480 KiB
Current children cumulated memory: 679332 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.12 4.10 6/266 49045
/proc/meminfo: memFree=126966500/131250000 swapFree=33010684/33010684
[pid=48816] ppid=48808 vsize=4192 memory=2944 CPUtime=1.34 cores=1,3
/proc/48816/stat : 48816 (opbsolver) S 48808 48816 47938 0 -1 4194304 407 34315 0 0 0 0 90 44 20 0 1 0 51580260 4292608 736 18446744073709551615 94060298260480 94060299155013 140736719631408 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94060299394064 94060299441808 94060322299904 140736719636766 140736719636969 140736719636969 140736719642571 0
/proc/48816/statm: 1048 736 672 219 0 110 0
[pid=48851] ppid=48816 vsize=549028 memory=534232 CPUtime=3571.84 cores=1,3
/proc/48851/stat : 48851 (wmaxcdcl) R 48816 48816 47938 0 -1 4194304 95373 0 0 0 357046 138 0 0 20 0 1 0 51580400 562204672 133558 18446744073709551615 4198400 5932793 140733978531344 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 6359800 6411760 26034176 140733978536283 140733978536428 140733978536428 140733978542028 0
/proc/48851/statm: 137257 133558 448 424 0 136712 0
Current children cumulated CPU time: 3573.18 s
Current children cumulated vsize: 553220 KiB
Current children cumulated memory: 537176 KiB

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

# cumulated CPU time of all completed processes:  user=3597.52 s, system=1.83166 s

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

[startup+3584 s]*
/proc/loadavg: 4.11 4.12 4.10 6/266 49045
/proc/meminfo: memFree=126957524/131250000 swapFree=33010684/33010684
[pid=48816] ppid=48808 vsize=4192 memory=2944 CPUtime=1.34 cores=1,3
/proc/48816/stat : 48816 (opbsolver) S 48808 48816 47938 0 -1 4194304 407 34315 0 0 0 0 90 44 20 0 1 0 51580260 4292608 736 18446744073709551615 94060298260480 94060299155013 140736719631408 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94060299394064 94060299441808 94060322299904 140736719636766 140736719636969 140736719636969 140736719642571 0
/proc/48816/statm: 1048 736 672 219 0 110 0
[pid=48851] ppid=48816 vsize=549028 memory=536280 CPUtime=3573.54 cores=1,3
/proc/48851/stat : 48851 (wmaxcdcl) R 48816 48816 47938 0 -1 4194304 95374 0 0 0 357216 138 0 0 20 0 1 0 51580400 562204672 134070 18446744073709551615 4198400 5932793 140733978531344 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 6359800 6411760 26034176 140733978536283 140733978536428 140733978536428 140733978542028 0
/proc/48851/statm: 137257 134070 448 424 0 136712 0
Current children cumulated CPU time: 3574.88 s
Current children cumulated vsize: 553220 KiB
Current children cumulated memory: 539224 KiB

[startup+3596.8 s]
/proc/loadavg: 4.09 4.11 4.10 6/266 49045
/proc/meminfo: memFree=127228008/131250000 swapFree=33010684/33010684
[pid=48816] ppid=48808 vsize=4192 memory=2944 CPUtime=1.34 cores=1,3
/proc/48816/stat : 48816 (opbsolver) S 48808 48816 47938 0 -1 4194304 407 34315 0 0 0 0 90 44 20 0 1 0 51580260 4292608 736 18446744073709551615 94060298260480 94060299155013 140736719631408 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94060299394064 94060299441808 94060322299904 140736719636766 140736719636969 140736719636969 140736719642571 0
/proc/48816/statm: 1048 736 672 219 0 110 0
[pid=48851] ppid=48816 vsize=681440 memory=550676 CPUtime=3586.3 cores=1,3
/proc/48851/stat : 48851 (wmaxcdcl) R 48816 48816 47938 0 -1 4194304 95907 0 0 0 358492 138 0 0 20 0 1 0 51580400 697794560 137669 18446744073709551615 4198400 5932793 140733978531344 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 6359800 6411760 26034176 140733978536283 140733978536428 140733978536428 140733978542028 0
/proc/48851/statm: 170360 137669 448 424 0 169815 0
Current children cumulated CPU time: 3587.64 s
Current children cumulated vsize: 685632 KiB
Current children cumulated memory: 553620 KiB

[startup+3603.2 s]
/proc/loadavg: 4.08 4.11 4.09 6/267 49047
/proc/meminfo: memFree=127206536/131250000 swapFree=33010684/33010684
[pid=48816] ppid=48808 vsize=4192 memory=2944 CPUtime=1.34 cores=1,3
/proc/48816/stat : 48816 (opbsolver) S 48808 48816 47938 0 -1 4194304 407 34315 0 0 0 0 90 44 20 0 1 0 51580260 4292608 736 18446744073709551615 94060298260480 94060299155013 140736719631408 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94060299394064 94060299441808 94060322299904 140736719636766 140736719636969 140736719636969 140736719642571 0
/proc/48816/statm: 1048 736 672 219 0 110 0
[pid=48851] ppid=48816 vsize=681440 memory=560916 CPUtime=3592.69 cores=1,3
/proc/48851/stat : 48851 (wmaxcdcl) R 48816 48816 47938 0 -1 4194304 95912 0 0 0 359131 138 0 0 20 0 1 0 51580400 697794560 140229 18446744073709551615 4198400 5932793 140733978531344 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 6359800 6411760 26034176 140733978536283 140733978536428 140733978536428 140733978542028 0
/proc/48851/statm: 170360 140229 448 424 0 169815 0
Current children cumulated CPU time: 3594.03 s
Current children cumulated vsize: 685632 KiB
Current children cumulated memory: 563860 KiB

[startup+3606.4 s]
/proc/loadavg: 4.08 4.11 4.09 6/268 49051
/proc/meminfo: memFree=127194880/131250000 swapFree=33010684/33010684
[pid=48816] ppid=48808 vsize=4192 memory=2944 CPUtime=1.34 cores=1,3
/proc/48816/stat : 48816 (opbsolver) S 48808 48816 47938 0 -1 4194304 407 34315 0 0 0 0 90 44 20 0 1 0 51580260 4292608 736 18446744073709551615 94060298260480 94060299155013 140736719631408 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94060299394064 94060299441808 94060322299904 140736719636766 140736719636969 140736719636969 140736719642571 0
/proc/48816/statm: 1048 736 672 219 0 110 0
[pid=48851] ppid=48816 vsize=681440 memory=562964 CPUtime=3595.88 cores=1,3
/proc/48851/stat : 48851 (wmaxcdcl) R 48816 48816 47938 0 -1 4194304 95913 0 0 0 359450 138 0 0 20 0 1 0 51580400 697794560 140741 18446744073709551615 4198400 5932793 140733978531344 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 6359800 6411760 26034176 140733978536283 140733978536428 140733978536428 140733978542028 0
/proc/48851/statm: 170360 140741 448 424 0 169815 0
Current children cumulated CPU time: 3597.22 s
Current children cumulated vsize: 685632 KiB
Current children cumulated memory: 565908 KiB

[startup+3607.2 s]
/proc/loadavg: 4.15 4.12 4.10 6/268 49051
/proc/meminfo: memFree=127195400/131250000 swapFree=33010684/33010684
[pid=48816] ppid=48808 vsize=4192 memory=2944 CPUtime=1.34 cores=1,3
/proc/48816/stat : 48816 (opbsolver) S 48808 48816 47938 0 -1 4194304 407 34315 0 0 0 0 90 44 20 0 1 0 51580260 4292608 736 18446744073709551615 94060298260480 94060299155013 140736719631408 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94060299394064 94060299441808 94060322299904 140736719636766 140736719636969 140736719636969 140736719642571 0
/proc/48816/statm: 1048 736 672 219 0 110 0
[pid=48851] ppid=48816 vsize=681440 memory=562964 CPUtime=3596.68 cores=1,3
/proc/48851/stat : 48851 (wmaxcdcl) R 48816 48816 47938 0 -1 4194304 95913 0 0 0 359530 138 0 0 20 0 1 0 51580400 697794560 140741 18446744073709551615 4198400 5932793 140733978531344 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 6359800 6411760 26034176 140733978536283 140733978536428 140733978536428 140733978542028 0
/proc/48851/statm: 170360 140741 448 424 0 169815 0
Current children cumulated CPU time: 3598.02 s
Current children cumulated vsize: 685632 KiB
Current children cumulated memory: 565908 KiB

[startup+3608 s]*
/proc/loadavg: 4.15 4.12 4.10 5/263 49061
/proc/meminfo: memFree=127719860/131250000 swapFree=33010684/33010684
[pid=48816] ppid=48808 vsize=4192 memory=2944 CPUtime=1.34 cores=1,3
/proc/48816/stat : 48816 (opbsolver) S 48808 48816 47938 0 -1 4194304 407 34315 0 0 0 0 90 44 20 0 1 0 51580260 4292608 736 18446744073709551615 94060298260480 94060299155013 140736719631408 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94060299394064 94060299441808 94060322299904 140736719636766 140736719636969 140736719636969 140736719642571 0
/proc/48816/statm: 1048 736 672 219 0 110 0
[pid=48851] ppid=48816 vsize=681440 memory=565012 CPUtime=3597.48 cores=1,3
/proc/48851/stat : 48851 (wmaxcdcl) R 48816 48816 47938 0 -1 4194304 95914 0 0 0 359610 138 0 0 20 0 1 0 51580400 697794560 141253 18446744073709551615 4198400 5932793 140733978531344 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 6359800 6411760 26034176 140733978536283 140733978536428 140733978536428 140733978542028 0
/proc/48851/statm: 170360 141253 448 424 0 169815 0
Current children cumulated CPU time: 3598.82 s
Current children cumulated vsize: 685632 KiB
Current children cumulated memory: 567956 KiB

[startup+3608.4 s]
/proc/loadavg: 4.15 4.12 4.10 5/263 49061
/proc/meminfo: memFree=127719860/131250000 swapFree=33010684/33010684
[pid=48816] ppid=48808 vsize=4192 memory=2944 CPUtime=1.34 cores=1,3
/proc/48816/stat : 48816 (opbsolver) S 48808 48816 47938 0 -1 4194304 407 34315 0 0 0 0 90 44 20 0 1 0 51580260 4292608 736 18446744073709551615 94060298260480 94060299155013 140736719631408 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94060299394064 94060299441808 94060322299904 140736719636766 140736719636969 140736719636969 140736719642571 0
/proc/48816/statm: 1048 736 672 219 0 110 0
[pid=48851] ppid=48816 vsize=681440 memory=565012 CPUtime=3597.87 cores=1,3
/proc/48851/stat : 48851 (wmaxcdcl) R 48816 48816 47938 0 -1 4194304 95914 0 0 0 359649 138 0 0 20 0 1 0 51580400 697794560 141253 18446744073709551615 4198400 5932793 140733978531344 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 6359800 6411760 26034176 140733978536283 140733978536428 140733978536428 140733978542028 0
/proc/48851/statm: 170360 141253 448 424 0 169815 0
Current children cumulated CPU time: 3599.21 s
Current children cumulated vsize: 685632 KiB
Current children cumulated memory: 567956 KiB

[startup+3608.5 s]
/proc/loadavg: 4.15 4.12 4.10 5/263 49061
/proc/meminfo: memFree=127719860/131250000 swapFree=33010684/33010684
[pid=48816] ppid=48808 vsize=4192 memory=2944 CPUtime=1.34 cores=1,3
/proc/48816/stat : 48816 (opbsolver) S 48808 48816 47938 0 -1 4194304 407 34315 0 0 0 0 90 44 20 0 1 0 51580260 4292608 736 18446744073709551615 94060298260480 94060299155013 140736719631408 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94060299394064 94060299441808 94060322299904 140736719636766 140736719636969 140736719636969 140736719642571 0
/proc/48816/statm: 1048 736 672 219 0 110 0
[pid=48851] ppid=48816 vsize=681440 memory=565012 CPUtime=3597.97 cores=1,3
/proc/48851/stat : 48851 (wmaxcdcl) R 48816 48816 47938 0 -1 4194304 95914 0 0 0 359659 138 0 0 20 0 1 0 51580400 697794560 141253 18446744073709551615 4198400 5932793 140733978531344 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 6359800 6411760 26034176 140733978536283 140733978536428 140733978536428 140733978542028 0
/proc/48851/statm: 170360 141253 448 424 0 169815 0
Current children cumulated CPU time: 3599.31 s
Current children cumulated vsize: 685632 KiB
Current children cumulated memory: 567956 KiB

Child status: 0

Real time (s): 3608.52
CPU time (s): 3599.35
CPU user time (s): 3597.52
CPU system time (s): 1.83166
CPU usage (%): 99.7457
Max. virtual memory (cumulated for all children) (KiB): 1111204
Max. memory (cumulated for all children) (KiB): 898784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.52
system time used= 1.83166
maximum resident set size= 908128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 130975
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= 760
involuntary context switches= 7122


# summary of solver processes directly reported to runsolver:
#   pid: 48816
#   total CPU time (s): 3599.35
#   total CPU user time (s): 3597.52
#   total CPU system time (s): 1.83166

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.55459 second user time and 16.0492 second system time

The end

Launcher Data

Begin job on nodeC028 at 2025-07-01 10:46:17
IDJOB=4489753
IDBENCH=147562
IDSOLVER=3374
FILE ID=nodeC028/4489753-1751359577
RUNJOBID= nodeC028-1751352359-47953
SLURM_JOB_ID= 9598145
Free space on /tmp= 432984 MiB

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

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

MD5SUM BENCH= 502d6e212fd4e38a31cb5eb2ff64d408
RANDOM SEED=1227779044

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.061
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		: 3604.781
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		: 3600.447
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.256
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		: 3600.068
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		: 3599.868
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		: 3598.877
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:        129765840 kB
MemAvailable:   129755800 kB
Buffers:            3280 kB
Cached:           797516 kB
SwapCached:            0 kB
Active:           324112 kB
Inactive:         540840 kB
Active(anon):      82224 kB
Inactive(anon):        0 kB
Active(file):     241888 kB
Inactive(file):   540840 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            128552 kB
Writeback:            20 kB
AnonPages:         67592 kB
Mapped:           103240 kB
Shmem:             18068 kB
KReclaimable:      92944 kB
Slab:             179428 kB
SReclaimable:      92944 kB
SUnreclaim:        86484 kB
KernelStack:        4160 kB
PageTables:         2976 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     331616 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3712 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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 11:46:26