Trace number 4517234

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 NameAnswerCPU timeWall clock time
UWrMaxSat 2025-06-04UNSAT 960.389 962.955

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/
equalities/array_diag/normalized-16array_diag_less.opb
MD5SUM53ff2354521efee3bcd66df24a5554e0
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.013604
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1344
Total number of constraints1345
Number of constraints which are clauses768
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints577
Minimum length of a constraint2
Maximum length of a constraint64
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2147483648
Number of bits of the biggest number in a constraint 32
Biggest sum of numbers in a constraint 8589934591
Number of bits of the biggest sum of numbers33
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.00	c Using cadical-2.1.3-f13d744 SAT solver by Armin Biere et al. (2016 - )
0.00/0.00	c Setting memory limit to 31000MB.
0.00/0.00	c Parsing PB file...
0.00/0.01	c Converting 1921 PB-constraints to clauses...
0.00/0.02	c ============================[ Encoding Statistics ]============================
0.00/0.02	c |  Number of variables:          2366                                         |
0.00/0.02	c |  Number of clauses:            8542                                         |
0.00/0.02	c ===============================================================================
960.32/962.95	c _______________________________________________________________________________
960.32/962.95	c 
960.32/962.95	c =======================[ UWrMaxSat resources usage ]===========================
960.32/962.95	c Memory used            : 120.00 MB
960.32/962.95	c CPU time               : 960.189 s
960.32/962.95	c Constr Enc: Srt/BDD/Add: 577 0 0
960.32/962.95	c _______________________________________________________________________________
960.32/962.95	s UNSATISFIABLE

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 (61964 MiB free)
  memory of node 1: 64465 MiB (63759 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4517234-1751241208/watcher-4517234-1751241208 -o /tmp/evaluation-result-4517234-1751241208/solver-4517234-1751241208 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751236431-39021 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4517234-1751241208.opb -mem-lim=31000 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=40414, runsolver pid=40411

[startup+0.100067 s]*
/proc/loadavg: 4.09 4.10 4.09 5/264 40415
/proc/meminfo: memFree=128741672/131250000 swapFree=33010684/33010684
[pid=40414] ppid=40411 vsize=7260 memory=6500 CPUtime=0.09 cores=4,6
/proc/40414/stat : 40414 (uwrmaxsat) R 40411 40414 39010 0 -1 4194304 1572 0 0 0 9 0 0 0 20 0 1 0 39798371 7434240 1625 18446744073709551615 4198400 6176925 140736037760992 0 0 0 0 0 27682 0 0 0 17 6 0 0 0 0 0 6553704 6596784 14311424 140736037763434 140736037763561 140736037763561 140736037769163 0
/proc/40414/statm: 1815 1625 544 484 0 1226 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 7260 KiB
Current children cumulated memory: 6500 KiB

[startup+0.205482 s]*
/proc/loadavg: 4.09 4.10 4.09 5/264 40415
/proc/meminfo: memFree=128741672/131250000 swapFree=33010684/33010684
[pid=40414] ppid=40411 vsize=7588 memory=6872 CPUtime=0.19 cores=4,6
/proc/40414/stat : 40414 (uwrmaxsat) R 40411 40414 39010 0 -1 4194304 1892 0 0 0 19 0 0 0 20 0 1 0 39798371 7770112 1718 18446744073709551615 4198400 6176925 140736037760992 0 0 0 0 0 27682 0 0 0 17 6 0 0 0 0 0 6553704 6596784 14311424 140736037763434 140736037763561 140736037763561 140736037769163 0
/proc/40414/statm: 1897 1718 544 484 0 1308 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 7588 KiB
Current children cumulated memory: 6872 KiB

[startup+0.305428 s]*
/proc/loadavg: 4.09 4.10 4.09 5/264 40415
/proc/meminfo: memFree=128741672/131250000 swapFree=33010684/33010684
[pid=40414] ppid=40411 vsize=7804 memory=7052 CPUtime=0.29 cores=4,6
/proc/40414/stat : 40414 (uwrmaxsat) R 40411 40414 39010 0 -1 4194304 2088 0 0 0 29 0 0 0 20 0 1 0 39798371 7991296 1763 18446744073709551615 4198400 6176925 140736037760992 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14311424 140736037763434 140736037763561 140736037763561 140736037769163 0
/proc/40414/statm: 1951 1763 544 484 0 1362 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 7804 KiB
Current children cumulated memory: 7052 KiB

[startup+0.700179 s]
/proc/loadavg: 4.09 4.10 4.09 5/264 40415
/proc/meminfo: memFree=128741672/131250000 swapFree=33010684/33010684
[pid=40414] ppid=40411 vsize=8628 memory=7552 CPUtime=0.68 cores=4,6
/proc/40414/stat : 40414 (uwrmaxsat) R 40411 40414 39010 0 -1 4194304 2657 0 0 0 68 0 0 0 20 0 1 0 39798371 8835072 1888 18446744073709551615 4198400 6176925 140736037760992 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14311424 140736037763434 140736037763561 140736037763561 140736037769163 0
/proc/40414/statm: 2157 1888 544 484 0 1568 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 8628 KiB
Current children cumulated memory: 7552 KiB

[startup+1.50015 s]
/proc/loadavg: 4.08 4.10 4.09 5/264 40415
/proc/meminfo: memFree=128741672/131250000 swapFree=33010684/33010684
[pid=40414] ppid=40411 vsize=11200 memory=10112 CPUtime=1.47 cores=4,6
/proc/40414/stat : 40414 (uwrmaxsat) R 40411 40414 39010 0 -1 4194304 3300 0 0 0 147 0 0 0 20 0 1 0 39798371 11468800 2528 18446744073709551615 4198400 6176925 140736037760992 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14311424 140736037763434 140736037763561 140736037763561 140736037769163 0
/proc/40414/statm: 2800 2528 544 484 0 2211 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 11200 KiB
Current children cumulated memory: 10112 KiB

[startup+3.1053 s]
/proc/loadavg: 4.08 4.10 4.09 5/264 40415
/proc/meminfo: memFree=128743216/131250000 swapFree=33010684/33010684
[pid=40414] ppid=40411 vsize=12512 memory=11368 CPUtime=3.07 cores=4,6
/proc/40414/stat : 40414 (uwrmaxsat) R 40411 40414 39010 0 -1 4194304 4865 0 0 0 307 0 0 0 20 0 1 0 39798371 12812288 2842 18446744073709551615 4198400 6176925 140736037760992 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14311424 140736037763434 140736037763561 140736037763561 140736037769163 0
/proc/40414/statm: 3128 2842 544 484 0 2539 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 12512 KiB
Current children cumulated memory: 11368 KiB

[startup+6.30018 s]
/proc/loadavg: 4.15 4.11 4.09 4/261 40424
/proc/meminfo: memFree=128776760/131250000 swapFree=33010684/33010684
[pid=40414] ppid=40411 vsize=14288 memory=13228 CPUtime=6.26 cores=4,6
/proc/40414/stat : 40414 (uwrmaxsat) R 40411 40414 39010 0 -1 4194304 7391 0 0 0 625 1 0 0 20 0 1 0 39798371 14630912 3307 18446744073709551615 4198400 6176925 140736037760992 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14311424 140736037763434 140736037763561 140736037763561 140736037769163 0
/proc/40414/statm: 3572 3307 544 484 0 2983 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 14288 KiB
Current children cumulated memory: 13228 KiB

[startup+12.7002 s]
/proc/loadavg: 4.14 4.11 4.09 5/264 40460
/proc/meminfo: memFree=128765676/131250000 swapFree=33010684/33010684
[pid=40414] ppid=40411 vsize=16832 memory=15712 CPUtime=12.64 cores=4,6
/proc/40414/stat : 40414 (uwrmaxsat) R 40411 40414 39010 0 -1 4194304 9448 0 0 0 1263 1 0 0 20 0 1 0 39798371 17235968 3928 18446744073709551615 4198400 6176925 140736037760992 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14311424 140736037763434 140736037763561 140736037763561 140736037769163 0
/proc/40414/statm: 4208 3928 544 484 0 3619 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 16832 KiB
Current children cumulated memory: 15712 KiB

[startup+25.5002 s]
/proc/loadavg: 4.12 4.10 4.09 5/264 40460
/proc/meminfo: memFree=128740256/131250000 swapFree=33010684/33010684
[pid=40414] ppid=40411 vsize=22872 memory=21812 CPUtime=25.41 cores=4,6
/proc/40414/stat : 40414 (uwrmaxsat) R 40411 40414 39010 0 -1 4194304 12480 0 0 0 2539 2 0 0 20 0 1 0 39798371 23420928 5453 18446744073709551615 4198400 6176925 140736037760992 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14311424 140736037763434 140736037763561 140736037763561 140736037769163 0
/proc/40414/statm: 5718 5453 544 484 0 5129 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 22872 KiB
Current children cumulated memory: 21812 KiB

[startup+51.1053 s]
/proc/loadavg: 4.15 4.11 4.09 5/264 40461
/proc/meminfo: memFree=128710040/131250000 swapFree=33010684/33010684
[pid=40414] ppid=40411 vsize=36236 memory=35176 CPUtime=50.94 cores=4,6
/proc/40414/stat : 40414 (uwrmaxsat) R 40411 40414 39010 0 -1 4194304 19110 0 0 0 5090 4 0 0 20 0 1 0 39798371 37105664 8794 18446744073709551615 4198400 6176925 140736037760992 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14311424 140736037763434 140736037763561 140736037763561 140736037769163 0
/proc/40414/statm: 9059 8794 544 484 0 8470 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 36236 KiB
Current children cumulated memory: 35176 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/265 40464
/proc/meminfo: memFree=128667268/131250000 swapFree=33010684/33010684
[pid=40414] ppid=40411 vsize=40804 memory=39736 CPUtime=101.99 cores=4,6
/proc/40414/stat : 40414 (uwrmaxsat) R 40411 40414 39010 0 -1 4194304 22169 0 0 0 10194 5 0 0 20 0 1 0 39798371 41783296 9934 18446744073709551615 4198400 6176925 140736037760992 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14311424 140736037763434 140736037763561 140736037763561 140736037769163 0
/proc/40414/statm: 10201 9934 544 484 0 9612 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 40804 KiB
Current children cumulated memory: 39736 KiB

[startup+162.3 s]
/proc/loadavg: 4.44 4.18 4.12 5/265 40466
/proc/meminfo: memFree=128622380/131250000 swapFree=33010684/33010684
[pid=40414] ppid=40411 vsize=54008 memory=52920 CPUtime=161.81 cores=4,6
/proc/40414/stat : 40414 (uwrmaxsat) R 40411 40414 39010 0 -1 4194304 25394 0 0 0 16174 7 0 0 20 0 1 0 39798371 55304192 13230 18446744073709551615 4198400 6176925 140736037760992 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14311424 140736037763434 140736037763561 140736037763561 140736037769163 0
/proc/40414/statm: 13502 13230 544 484 0 12913 0
Current children cumulated CPU time: 161.81 s
Current children cumulated vsize: 54008 KiB
Current children cumulated memory: 52920 KiB

[startup+222.3 s]
/proc/loadavg: 4.31 4.19 4.12 5/264 40468
/proc/meminfo: memFree=128596544/131250000 swapFree=33010684/33010684
[pid=40414] ppid=40411 vsize=46048 memory=45272 CPUtime=221.64 cores=4,6
/proc/40414/stat : 40414 (uwrmaxsat) R 40411 40414 39010 0 -1 4194304 28334 0 0 0 22155 9 0 0 20 0 1 0 39798371 47153152 11318 18446744073709551615 4198400 6176925 140736037760992 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14311424 140736037763434 140736037763561 140736037763561 140736037769163 0
/proc/40414/statm: 11512 11318 544 484 0 10923 0
Current children cumulated CPU time: 221.64 s
Current children cumulated vsize: 46048 KiB
Current children cumulated memory: 45272 KiB

[startup+282.3 s]
/proc/loadavg: 4.17 4.17 4.12 5/265 40473
/proc/meminfo: memFree=128568120/131250000 swapFree=33010684/33010684
[pid=40414] ppid=40411 vsize=67232 memory=66236 CPUtime=281.49 cores=4,6
/proc/40414/stat : 40414 (uwrmaxsat) R 40411 40414 39010 0 -1 4194304 32827 0 0 0 28137 12 0 0 20 0 1 0 39798371 68845568 16559 18446744073709551615 4198400 6176925 140736037760992 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14311424 140736037763434 140736037763561 140736037763561 140736037769163 0
/proc/40414/statm: 16808 16559 544 484 0 16219 0
Current children cumulated CPU time: 281.49 s
Current children cumulated vsize: 67232 KiB
Current children cumulated memory: 66236 KiB

[startup+342.3 s]
/proc/loadavg: 4.30 4.23 4.14 5/265 40475
/proc/meminfo: memFree=128581544/131250000 swapFree=33010684/33010684
[pid=40414] ppid=40411 vsize=63328 memory=62396 CPUtime=341.33 cores=4,6
/proc/40414/stat : 40414 (uwrmaxsat) R 40411 40414 39010 0 -1 4194304 33555 0 0 0 34121 12 0 0 20 0 1 0 39798371 64847872 15599 18446744073709551615 4198400 6176925 140736037760992 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14311424 140736037763434 140736037763561 140736037763561 140736037769163 0
/proc/40414/statm: 15832 15599 544 484 0 15243 0
Current children cumulated CPU time: 341.33 s
Current children cumulated vsize: 63328 KiB
Current children cumulated memory: 62396 KiB

[startup+402.3 s]
/proc/loadavg: 4.18 4.20 4.14 5/264 40479
/proc/meminfo: memFree=128584680/131250000 swapFree=33010684/33010684
[pid=40414] ppid=40411 vsize=43724 memory=42208 CPUtime=401.18 cores=4,6
/proc/40414/stat : 40414 (uwrmaxsat) R 40411 40414 39010 0 -1 4194304 35315 0 0 0 40106 12 0 0 20 0 1 0 39798371 44773376 10552 18446744073709551615 4198400 6176925 140736037760992 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14311424 140736037763434 140736037763561 140736037763561 140736037769163 0
/proc/40414/statm: 10931 10552 544 484 0 10342 0
Current children cumulated CPU time: 401.18 s
Current children cumulated vsize: 43724 KiB
Current children cumulated memory: 42208 KiB

[startup+462.3 s]
/proc/loadavg: 4.12 4.18 4.13 5/264 40496
/proc/meminfo: memFree=128566616/131250000 swapFree=33010684/33010684
[pid=40414] ppid=40411 vsize=62656 memory=61076 CPUtime=461.02 cores=4,6
/proc/40414/stat : 40414 (uwrmaxsat) R 40411 40414 39010 0 -1 4194304 40016 0 0 0 46088 14 0 0 20 0 1 0 39798371 64159744 15269 18446744073709551615 4198400 6176925 140736037760992 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14311424 140736037763434 140736037763561 140736037763561 140736037769163 0
/proc/40414/statm: 15664 15269 544 484 0 15075 0

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

/proc/loadavg: 4.06 4.14 4.12 5/263 40499
/proc/meminfo: memFree=128494168/131250000 swapFree=33010684/33010684
[pid=40414] ppid=40411 vsize=71968 memory=70824 CPUtime=580.71 cores=4,6
/proc/40414/stat : 40414 (uwrmaxsat) R 40411 40414 39010 0 -1 4194304 44031 0 0 0 58055 16 0 0 20 0 1 0 39798371 73695232 17706 18446744073709551615 4198400 6176925 140736037760992 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14311424 140736037763434 140736037763561 140736037763561 140736037769163 0
/proc/40414/statm: 17992 17706 544 484 0 17403 0
Current children cumulated CPU time: 580.71 s
Current children cumulated vsize: 71968 KiB
Current children cumulated memory: 70824 KiB

[startup+642.3 s]
/proc/loadavg: 4.07 4.13 4.11 5/264 40505
/proc/meminfo: memFree=128488416/131250000 swapFree=33010684/33010684
[pid=40414] ppid=40411 vsize=90260 memory=89296 CPUtime=640.54 cores=4,6
/proc/40414/stat : 40414 (uwrmaxsat) R 40411 40414 39010 0 -1 4194304 47004 0 0 0 64037 17 0 0 20 0 1 0 39798371 92426240 22324 18446744073709551615 4198400 6176925 140736037760992 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14311424 140736037763434 140736037763561 140736037763561 140736037769163 0
/proc/40414/statm: 22565 22324 544 484 0 21976 0
Current children cumulated CPU time: 640.54 s
Current children cumulated vsize: 90260 KiB
Current children cumulated memory: 89296 KiB

[startup+702.3 s]
/proc/loadavg: 4.13 4.13 4.11 5/264 40507
/proc/meminfo: memFree=128460520/131250000 swapFree=33010684/33010684
[pid=40414] ppid=40411 vsize=105036 memory=104144 CPUtime=700.39 cores=4,6
/proc/40414/stat : 40414 (uwrmaxsat) R 40411 40414 39010 0 -1 4194304 47632 0 0 0 70021 18 0 0 20 0 1 0 39798371 107556864 26036 18446744073709551615 4198400 6176925 140736037760992 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14311424 140736037763434 140736037763561 140736037763561 140736037769163 0
/proc/40414/statm: 26259 26036 544 484 0 25670 0
Current children cumulated CPU time: 700.39 s
Current children cumulated vsize: 105036 KiB
Current children cumulated memory: 104144 KiB

[startup+762.3 s]
/proc/loadavg: 4.10 4.12 4.11 5/264 40509
/proc/meminfo: memFree=128439076/131250000 swapFree=33010684/33010684
[pid=40414] ppid=40411 vsize=106340 memory=105424 CPUtime=760.24 cores=4,6
/proc/40414/stat : 40414 (uwrmaxsat) R 40411 40414 39010 0 -1 4194304 49720 0 0 0 76005 19 0 0 20 0 1 0 39798371 108892160 26356 18446744073709551615 4198400 6176925 140736037760992 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14311424 140736037763434 140736037763561 140736037763561 140736037769163 0
/proc/40414/statm: 26585 26356 544 484 0 25996 0
Current children cumulated CPU time: 760.24 s
Current children cumulated vsize: 106340 KiB
Current children cumulated memory: 105424 KiB

[startup+822.3 s]
/proc/loadavg: 4.12 4.11 4.10 5/265 40512
/proc/meminfo: memFree=128439944/131250000 swapFree=33010684/33010684
[pid=40414] ppid=40411 vsize=106340 memory=105424 CPUtime=820.08 cores=4,6
/proc/40414/stat : 40414 (uwrmaxsat) R 40411 40414 39010 0 -1 4194304 49729 0 0 0 81989 19 0 0 20 0 1 0 39798371 108892160 26356 18446744073709551615 4198400 6176925 140736037760992 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14311424 140736037763434 140736037763561 140736037763561 140736037769163 0
/proc/40414/statm: 26585 26356 544 484 0 25996 0
Current children cumulated CPU time: 820.08 s
Current children cumulated vsize: 106340 KiB
Current children cumulated memory: 105424 KiB

[startup+882.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/266 40517
/proc/meminfo: memFree=128421664/131250000 swapFree=33010684/33010684
[pid=40414] ppid=40411 vsize=106340 memory=105456 CPUtime=879.93 cores=4,6
/proc/40414/stat : 40414 (uwrmaxsat) R 40411 40414 39010 0 -1 4194304 49968 0 0 0 87974 19 0 0 20 0 1 0 39798371 108892160 26364 18446744073709551615 4198400 6176925 140736037760992 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14311424 140736037763434 140736037763561 140736037763561 140736037769163 0
/proc/40414/statm: 26585 26364 544 484 0 25996 0
Current children cumulated CPU time: 879.93 s
Current children cumulated vsize: 106340 KiB
Current children cumulated memory: 105456 KiB

[startup+942.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/266 40520
/proc/meminfo: memFree=128400884/131250000 swapFree=33010684/33010684
[pid=40414] ppid=40411 vsize=106340 memory=105456 CPUtime=939.77 cores=4,6
/proc/40414/stat : 40414 (uwrmaxsat) R 40411 40414 39010 0 -1 4194304 49968 0 0 0 93958 19 0 0 20 0 1 0 39798371 108892160 26364 18446744073709551615 4198400 6176925 140736037760992 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14311424 140736037763434 140736037763561 140736037763561 140736037769163 0
/proc/40414/statm: 26585 26364 544 484 0 25996 0
Current children cumulated CPU time: 939.77 s
Current children cumulated vsize: 106340 KiB
Current children cumulated memory: 105456 KiB

[startup+962.955 s]
# the end of solver process 40414 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=960.189 s, system=0.200721 s

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

[startup+947.2 s]
/proc/loadavg: 4.08 4.10 4.09 5/266 40520
/proc/meminfo: memFree=128398080/131250000 swapFree=33010684/33010684
[pid=40414] ppid=40411 vsize=106340 memory=105456 CPUtime=944.66 cores=4,6
/proc/40414/stat : 40414 (uwrmaxsat) R 40411 40414 39010 0 -1 4194304 49968 0 0 0 94447 19 0 0 20 0 1 0 39798371 108892160 26364 18446744073709551615 4198400 6176925 140736037760992 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14311424 140736037763434 140736037763561 140736037763561 140736037769163 0
/proc/40414/statm: 26585 26364 544 484 0 25996 0
Current children cumulated CPU time: 944.66 s
Current children cumulated vsize: 106340 KiB
Current children cumulated memory: 105456 KiB

[startup+953.6 s]
/proc/loadavg: 4.07 4.10 4.09 5/266 40521
/proc/meminfo: memFree=128393676/131250000 swapFree=33010684/33010684
[pid=40414] ppid=40411 vsize=106340 memory=105456 CPUtime=951.04 cores=4,6
/proc/40414/stat : 40414 (uwrmaxsat) R 40411 40414 39010 0 -1 4194304 49968 0 0 0 95085 19 0 0 20 0 1 0 39798371 108892160 26364 18446744073709551615 4198400 6176925 140736037760992 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14311424 140736037763434 140736037763561 140736037763561 140736037769163 0
/proc/40414/statm: 26585 26364 544 484 0 25996 0
Current children cumulated CPU time: 951.04 s
Current children cumulated vsize: 106340 KiB
Current children cumulated memory: 105456 KiB

[startup+956.8 s]
/proc/loadavg: 4.07 4.10 4.09 5/266 40521
/proc/meminfo: memFree=128394008/131250000 swapFree=33010684/33010684
[pid=40414] ppid=40411 vsize=106340 memory=105456 CPUtime=954.24 cores=4,6
/proc/40414/stat : 40414 (uwrmaxsat) R 40411 40414 39010 0 -1 4194304 49968 0 0 0 95405 19 0 0 20 0 1 0 39798371 108892160 26364 18446744073709551615 4198400 6176925 140736037760992 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14311424 140736037763434 140736037763561 140736037763561 140736037769163 0
/proc/40414/statm: 26585 26364 544 484 0 25996 0
Current children cumulated CPU time: 954.24 s
Current children cumulated vsize: 106340 KiB
Current children cumulated memory: 105456 KiB

[startup+960 s]*
/proc/loadavg: 4.15 4.11 4.09 5/266 40521
/proc/meminfo: memFree=128387488/131250000 swapFree=33010684/33010684
[pid=40414] ppid=40411 vsize=106340 memory=105456 CPUtime=957.43 cores=4,6
/proc/40414/stat : 40414 (uwrmaxsat) R 40411 40414 39010 0 -1 4194304 49968 0 0 0 95724 19 0 0 20 0 1 0 39798371 108892160 26364 18446744073709551615 4198400 6176925 140736037760992 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14311424 140736037763434 140736037763561 140736037763561 140736037769163 0
/proc/40414/statm: 26585 26364 544 484 0 25996 0
Current children cumulated CPU time: 957.43 s
Current children cumulated vsize: 106340 KiB
Current children cumulated memory: 105456 KiB

[startup+961.6 s]
/proc/loadavg: 4.15 4.11 4.09 5/266 40521
/proc/meminfo: memFree=128387488/131250000 swapFree=33010684/33010684
[pid=40414] ppid=40411 vsize=106340 memory=105456 CPUtime=959.02 cores=4,6
/proc/40414/stat : 40414 (uwrmaxsat) R 40411 40414 39010 0 -1 4194304 49968 0 0 0 95883 19 0 0 20 0 1 0 39798371 108892160 26364 18446744073709551615 4198400 6176925 140736037760992 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14311424 140736037763434 140736037763561 140736037763561 140736037769163 0
/proc/40414/statm: 26585 26364 544 484 0 25996 0
Current children cumulated CPU time: 959.02 s
Current children cumulated vsize: 106340 KiB
Current children cumulated memory: 105456 KiB

[startup+962.4 s]
/proc/loadavg: 4.13 4.11 4.09 5/266 40521
/proc/meminfo: memFree=128385440/131250000 swapFree=33010684/33010684
[pid=40414] ppid=40411 vsize=106340 memory=105456 CPUtime=959.82 cores=4,6
/proc/40414/stat : 40414 (uwrmaxsat) R 40411 40414 39010 0 -1 4194304 49968 0 0 0 95963 19 0 0 20 0 1 0 39798371 108892160 26364 18446744073709551615 4198400 6176925 140736037760992 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14311424 140736037763434 140736037763561 140736037763561 140736037769163 0
/proc/40414/statm: 26585 26364 544 484 0 25996 0
Current children cumulated CPU time: 959.82 s
Current children cumulated vsize: 106340 KiB
Current children cumulated memory: 105456 KiB

[startup+962.8 s]
/proc/loadavg: 4.13 4.11 4.09 5/266 40521
/proc/meminfo: memFree=128385440/131250000 swapFree=33010684/33010684
[pid=40414] ppid=40411 vsize=106340 memory=105456 CPUtime=960.22 cores=4,6
/proc/40414/stat : 40414 (uwrmaxsat) R 40411 40414 39010 0 -1 4194304 49968 0 0 0 96003 19 0 0 20 0 1 0 39798371 108892160 26364 18446744073709551615 4198400 6176925 140736037760992 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14311424 140736037763434 140736037763561 140736037763561 140736037769163 0
/proc/40414/statm: 26585 26364 544 484 0 25996 0
Current children cumulated CPU time: 960.22 s
Current children cumulated vsize: 106340 KiB
Current children cumulated memory: 105456 KiB

[startup+962.9 s]
/proc/loadavg: 4.13 4.11 4.09 5/266 40521
/proc/meminfo: memFree=128385440/131250000 swapFree=33010684/33010684
[pid=40414] ppid=40411 vsize=106340 memory=105456 CPUtime=960.32 cores=4,6
/proc/40414/stat : 40414 (uwrmaxsat) R 40411 40414 39010 0 -1 4194304 49968 0 0 0 96013 19 0 0 20 0 1 0 39798371 108892160 26364 18446744073709551615 4198400 6176925 140736037760992 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 14311424 140736037763434 140736037763561 140736037763561 140736037769163 0
/proc/40414/statm: 26585 26364 544 484 0 25996 0
Current children cumulated CPU time: 960.32 s
Current children cumulated vsize: 106340 KiB
Current children cumulated memory: 105456 KiB

Child status: 20

Real time (s): 962.955
CPU time (s): 960.389
CPU user time (s): 960.189
CPU system time (s): 0.200721
CPU usage (%): 99.7336
Max. virtual memory (cumulated for all children) (KiB): 123648
Max. memory (cumulated for all children) (KiB): 122752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 960.189
system time used= 0.200721
maximum resident set size= 122752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49968
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22
involuntary context switches= 810


# summary of solver processes directly reported to runsolver:
#   pid: 40414
#   total CPU time (s): 960.389
#   total CPU user time (s): 960.189
#   total CPU system time (s): 0.200721

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.87462 second user time and 4.15037 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-06-30 01:53:28
IDJOB=4517234
IDBENCH=176027
IDSOLVER=3372
FILE ID=nodeC016/4517234-1751241208
RUNJOBID= nodeC016-1751236431-39021
SLURM_JOB_ID= 9587715
Free space on /tmp= 433056 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/equalities/array_diag/normalized-16array_diag_less.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4517234-1751241208/watcher-4517234-1751241208 -o /tmp/evaluation-result-4517234-1751241208/solver-4517234-1751241208 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751236431-39021 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4517234-1751241208.opb -mem-lim=31000

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

MD5SUM BENCH= 53ff2354521efee3bcd66df24a5554e0
RANDOM SEED=1390181179

nodeC016 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.736
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.732
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
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		: 3599.162
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
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		: 3598.455
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
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		: 3705.976
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
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.725
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
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.709
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
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		: 3522.073
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        128741672 kB
MemAvailable:   129436828 kB
Buffers:            3280 kB
Cached:          1499864 kB
SwapCached:            0 kB
Active:           643256 kB
Inactive:        1243440 kB
Active(anon):     401624 kB
Inactive(anon):        0 kB
Active(file):     241632 kB
Inactive(file):  1243440 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2644 kB
Writeback:             4 kB
AnonPages:        384780 kB
Mapped:           109448 kB
Shmem:             18072 kB
KReclaimable:      98644 kB
Slab:             185188 kB
SReclaimable:      98644 kB
SUnreclaim:        86544 kB
KernelStack:        4304 kB
PageTables:         3732 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     715120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    309248 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC016 at 2025-06-30 02:09:31