Trace number 4517342

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 876.552 879.266

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/
equalities/array_comm/normalized-9arraycomm_teq_tvars_greater.opb
MD5SUM9dd26da760933c12ca47ea31d83a44d2
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.009822
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables504
Total number of constraints280
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints280
Minimum length of a constraint2
Maximum length of a constraint36
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 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 524287
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.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 559 PB-constraints to clauses...
0.00/0.02	c ============================[ Encoding Statistics ]============================
0.00/0.02	c |  Number of variables:           826                                         |
0.00/0.02	c |  Number of clauses:            2518                                         |
0.00/0.02	c ===============================================================================
876.47/879.26	c _______________________________________________________________________________
876.47/879.26	c 
876.47/879.26	c =======================[ UWrMaxSat resources usage ]===========================
876.47/879.26	c Memory used            : 117.00 MB
876.47/879.26	c CPU time               : 876.064 s
876.47/879.26	c Constr Enc: Srt/BDD/Add: 280 0 0
876.47/879.26	c _______________________________________________________________________________
876.47/879.26	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: 63837 MiB (62721 MiB free)
  memory of node 1: 64465 MiB (63803 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4517342-1751242729/watcher-4517342-1751242729 -o /tmp/evaluation-result-4517342-1751242729/solver-4517342-1751242729 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751242729-30697 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4517342-1751242729.opb -mem-lim=31000 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=30731, runsolver pid=30726

[startup+0.100069 s]*
/proc/loadavg: 1.44 2.27 2.79 4/246 30740
/proc/meminfo: memFree=129558160/131382120 swapFree=33010684/33010684
[pid=30731] ppid=30726 vsize=4576 memory=4096 CPUtime=0.1 cores=5,7
/proc/30731/stat : 30731 (uwrmaxsat) R 30726 30731 28829 0 -1 4194304 626 0 0 0 10 0 0 0 20 0 1 0 39951604 4685824 1024 18446744073709551615 4198400 6176925 140723789613152 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34508800 140723789621610 140723789621737 140723789621737 140723789627339 0
/proc/30731/statm: 1144 1024 544 484 0 555 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 4576 KiB
Current children cumulated memory: 4096 KiB

[startup+0.21336 s]*
/proc/loadavg: 1.44 2.27 2.79 4/246 30740
/proc/meminfo: memFree=129555816/131382120 swapFree=33010684/33010684
[pid=30731] ppid=30726 vsize=4756 memory=4168 CPUtime=0.21 cores=5,7
/proc/30731/stat : 30731 (uwrmaxsat) R 30726 30731 28829 0 -1 4194304 747 0 0 0 21 0 0 0 20 0 1 0 39951604 4870144 1042 18446744073709551615 4198400 6176925 140723789613152 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34508800 140723789621610 140723789621737 140723789621737 140723789627339 0
/proc/30731/statm: 1189 1042 544 484 0 600 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 4756 KiB
Current children cumulated memory: 4168 KiB

[startup+0.31226 s]*
/proc/loadavg: 1.44 2.27 2.79 4/246 30740
/proc/meminfo: memFree=129554808/131382120 swapFree=33010684/33010684
[pid=30731] ppid=30726 vsize=5152 memory=4552 CPUtime=0.31 cores=5,7
/proc/30731/stat : 30731 (uwrmaxsat) R 30726 30731 28829 0 -1 4194304 858 0 0 0 31 0 0 0 20 0 1 0 39951604 5275648 1138 18446744073709551615 4198400 6176925 140723789613152 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34508800 140723789621610 140723789621737 140723789621737 140723789627339 0
/proc/30731/statm: 1288 1138 544 484 0 699 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 5152 KiB
Current children cumulated memory: 4552 KiB

[startup+0.700252 s]
/proc/loadavg: 1.44 2.27 2.79 4/246 30740
/proc/meminfo: memFree=129561828/131382120 swapFree=33010684/33010684
[pid=30731] ppid=30726 vsize=5852 memory=5216 CPUtime=0.68 cores=5,7
/proc/30731/stat : 30731 (uwrmaxsat) R 30726 30731 28829 0 -1 4194304 1104 0 0 0 68 0 0 0 20 0 1 0 39951604 5992448 1304 18446744073709551615 4198400 6176925 140723789613152 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34508800 140723789621610 140723789621737 140723789621737 140723789627339 0
/proc/30731/statm: 1463 1304 544 484 0 874 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 5852 KiB
Current children cumulated memory: 5216 KiB

[startup+1.50025 s]
/proc/loadavg: 1.44 2.27 2.79 4/246 30740
/proc/meminfo: memFree=129560676/131382120 swapFree=33010684/33010684
[pid=30731] ppid=30726 vsize=6720 memory=6276 CPUtime=1.47 cores=5,7
/proc/30731/stat : 30731 (uwrmaxsat) R 30726 30731 28829 0 -1 4194304 2444 0 0 0 147 0 0 0 20 0 1 0 39951604 6881280 1569 18446744073709551615 4198400 6176925 140723789613152 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34508800 140723789621610 140723789621737 140723789621737 140723789627339 0
/proc/30731/statm: 1680 1569 544 484 0 1091 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 6720 KiB
Current children cumulated memory: 6276 KiB

[startup+3.11234 s]
/proc/loadavg: 1.44 2.27 2.79 4/246 30740
/proc/meminfo: memFree=129550152/131382120 swapFree=33010684/33010684
[pid=30731] ppid=30726 vsize=9960 memory=9376 CPUtime=3.07 cores=5,7
/proc/30731/stat : 30731 (uwrmaxsat) R 30726 30731 28829 0 -1 4194304 5434 0 0 0 307 0 0 0 20 0 1 0 39951604 10199040 2344 18446744073709551615 4198400 6176925 140723789613152 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34508800 140723789621610 140723789621737 140723789621737 140723789627339 0
/proc/30731/statm: 2490 2344 544 484 0 1901 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 9960 KiB
Current children cumulated memory: 9376 KiB

[startup+6.30026 s]
/proc/loadavg: 1.57 2.28 2.79 4/246 30740
/proc/meminfo: memFree=129543368/131382120 swapFree=33010684/33010684
[pid=30731] ppid=30726 vsize=13880 memory=13276 CPUtime=6.25 cores=5,7
/proc/30731/stat : 30731 (uwrmaxsat) R 30726 30731 28829 0 -1 4194304 10615 0 0 0 624 1 0 0 20 0 1 0 39951604 14213120 3319 18446744073709551615 4198400 6176925 140723789613152 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34508800 140723789621610 140723789621737 140723789621737 140723789627339 0
/proc/30731/statm: 3470 3319 544 484 0 2881 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 13880 KiB
Current children cumulated memory: 13276 KiB

[startup+12.7003 s]
/proc/loadavg: 1.68 2.29 2.80 4/246 30740
/proc/meminfo: memFree=129528008/131382120 swapFree=33010684/33010684
[pid=30731] ppid=30726 vsize=17616 memory=16920 CPUtime=12.64 cores=5,7
/proc/30731/stat : 30731 (uwrmaxsat) R 30726 30731 28829 0 -1 4194304 16061 0 0 0 1262 2 0 0 20 0 1 0 39951604 18038784 4230 18446744073709551615 4198400 6176925 140723789613152 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34508800 140723789621610 140723789621737 140723789621737 140723789627339 0
/proc/30731/statm: 4404 4230 544 484 0 3815 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 17616 KiB
Current children cumulated memory: 16920 KiB

[startup+25.5003 s]
/proc/loadavg: 1.97 2.33 2.80 3/244 30740
/proc/meminfo: memFree=129521188/131382120 swapFree=33010684/33010684
[pid=30731] ppid=30726 vsize=23304 memory=22776 CPUtime=25.39 cores=5,7
/proc/30731/stat : 30731 (uwrmaxsat) R 30726 30731 28829 0 -1 4194304 25180 0 0 0 2535 4 0 0 20 0 1 0 39951604 23863296 5694 18446744073709551615 4198400 6176925 140723789613152 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34508800 140723789621610 140723789621737 140723789621737 140723789627339 0
/proc/30731/statm: 5826 5694 544 484 0 5237 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 23304 KiB
Current children cumulated memory: 22776 KiB

[startup+51.1124 s]
/proc/loadavg: 2.04 2.32 2.78 3/240 30772
/proc/meminfo: memFree=129508764/131382120 swapFree=33010684/33010684
[pid=30731] ppid=30726 vsize=32712 memory=31568 CPUtime=50.91 cores=5,7
/proc/30731/stat : 30731 (uwrmaxsat) R 30726 30731 28829 0 -1 4194304 39664 0 0 0 5081 10 0 0 20 0 1 0 39951604 33497088 7892 18446744073709551615 4198400 6176925 140723789613152 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34508800 140723789621610 140723789621737 140723789621737 140723789627339 0
/proc/30731/statm: 8178 7892 544 484 0 7589 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 32712 KiB
Current children cumulated memory: 31568 KiB

[startup+102.3 s]
/proc/loadavg: 2.08 2.28 2.75 3/240 30773
/proc/meminfo: memFree=129479408/131382120 swapFree=33010684/33010684
[pid=30731] ppid=30726 vsize=34880 memory=34420 CPUtime=101.93 cores=5,7
/proc/30731/stat : 30731 (uwrmaxsat) R 30726 30731 28829 0 -1 4194304 55872 0 0 0 10177 16 0 0 20 0 1 0 39951604 35717120 8605 18446744073709551615 4198400 6176925 140723789613152 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34508800 140723789621610 140723789621737 140723789621737 140723789627339 0
/proc/30731/statm: 8720 8605 544 484 0 8131 0
Current children cumulated CPU time: 101.93 s
Current children cumulated vsize: 34880 KiB
Current children cumulated memory: 34420 KiB

[startup+162.3 s]
/proc/loadavg: 2.07 2.24 2.70 3/241 30781
/proc/meminfo: memFree=129472484/131382120 swapFree=33010684/33010684
[pid=30731] ppid=30726 vsize=52828 memory=52220 CPUtime=161.74 cores=5,7
/proc/30731/stat : 30731 (uwrmaxsat) R 30726 30731 28829 0 -1 4194304 61573 0 0 0 16156 18 0 0 20 0 1 0 39951604 54095872 13055 18446744073709551615 4198400 6176925 140723789613152 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34508800 140723789621610 140723789621737 140723789621737 140723789627339 0
/proc/30731/statm: 13207 13055 544 484 0 12618 0
Current children cumulated CPU time: 161.74 s
Current children cumulated vsize: 52828 KiB
Current children cumulated memory: 52220 KiB

[startup+222.3 s]
/proc/loadavg: 2.06 2.21 2.66 3/241 30785
/proc/meminfo: memFree=129454968/131382120 swapFree=33010684/33010684
[pid=30731] ppid=30726 vsize=69416 memory=67800 CPUtime=221.58 cores=5,7
/proc/30731/stat : 30731 (uwrmaxsat) R 30726 30731 28829 0 -1 4194304 64327 0 0 0 22139 19 0 0 20 0 1 0 39951604 71081984 16950 18446744073709551615 4198400 6176925 140723789613152 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34508800 140723789621610 140723789621737 140723789621737 140723789627339 0
/proc/30731/statm: 17354 16950 544 484 0 16765 0
Current children cumulated CPU time: 221.58 s
Current children cumulated vsize: 69416 KiB
Current children cumulated memory: 67800 KiB

[startup+282.3 s]
/proc/loadavg: 2.07 2.19 2.62 3/241 30787
/proc/meminfo: memFree=129437516/131382120 swapFree=33010684/33010684
[pid=30731] ppid=30726 vsize=86148 memory=85500 CPUtime=281.41 cores=5,7
/proc/30731/stat : 30731 (uwrmaxsat) R 30726 30731 28829 0 -1 4194304 68663 0 0 0 28120 21 0 0 20 0 1 0 39951604 88215552 21375 18446744073709551615 4198400 6176925 140723789613152 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34508800 140723789621610 140723789621737 140723789621737 140723789627339 0
/proc/30731/statm: 21537 21375 544 484 0 20948 0
Current children cumulated CPU time: 281.41 s
Current children cumulated vsize: 86148 KiB
Current children cumulated memory: 85500 KiB

[startup+342.3 s]
/proc/loadavg: 2.14 2.18 2.59 3/240 30789
/proc/meminfo: memFree=129436372/131382120 swapFree=33010684/33010684
[pid=30731] ppid=30726 vsize=70704 memory=68292 CPUtime=341.21 cores=5,7
/proc/30731/stat : 30731 (uwrmaxsat) R 30726 30731 28829 0 -1 4194304 77406 0 0 0 34097 24 0 0 20 0 1 0 39951604 72400896 17073 18446744073709551615 4198400 6176925 140723789613152 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34508800 140723789621610 140723789621737 140723789621737 140723789627339 0
/proc/30731/statm: 17676 17073 544 484 0 17087 0
Current children cumulated CPU time: 341.21 s
Current children cumulated vsize: 70704 KiB
Current children cumulated memory: 68292 KiB

[startup+402.3 s]
/proc/loadavg: 2.11 2.16 2.56 3/240 30791
/proc/meminfo: memFree=129444440/131382120 swapFree=33010684/33010684
[pid=30731] ppid=30726 vsize=73804 memory=72048 CPUtime=401.04 cores=5,7
/proc/30731/stat : 30731 (uwrmaxsat) R 30726 30731 28829 0 -1 4194304 81419 0 0 0 40077 27 0 0 20 0 1 0 39951604 75575296 18012 18446744073709551615 4198400 6176925 140723789613152 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34508800 140723789621610 140723789621737 140723789621737 140723789627339 0
/proc/30731/statm: 18451 18012 544 484 0 17862 0
Current children cumulated CPU time: 401.04 s
Current children cumulated vsize: 73804 KiB
Current children cumulated memory: 72048 KiB

[startup+462.3 s]
/proc/loadavg: 3.17 2.44 2.63 3/238 30793
/proc/meminfo: memFree=129427340/131382120 swapFree=33010684/33010684
[pid=30731] ppid=30726 vsize=75472 memory=74012 CPUtime=460.87 cores=5,7
/proc/30731/stat : 30731 (uwrmaxsat) R 30726 30731 28829 0 -1 4194304 90323 0 0 0 46056 31 0 0 20 0 1 0 39951604 77283328 18503 18446744073709551615 4198400 6176925 140723789613152 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34508800 140723789621610 140723789621737 140723789621737 140723789627339 0
/proc/30731/statm: 18868 18503 544 484 0 18279 0
Current children cumulated CPU time: 460.87 s
Current children cumulated vsize: 75472 KiB
Current children cumulated memory: 74012 KiB

[startup+522.3 s]
/proc/loadavg: 2.71 2.46 2.62 3/238 30795
/proc/meminfo: memFree=129413892/131382120 swapFree=33010684/33010684
[pid=30731] ppid=30726 vsize=75708 memory=72004 CPUtime=520.68 cores=5,7
/proc/30731/stat : 30731 (uwrmaxsat) R 30726 30731 28829 0 -1 4194304 99390 0 0 0 52033 35 0 0 20 0 1 0 39951604 77524992 18001 18446744073709551615 4198400 6176925 140723789613152 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34508800 140723789621610 140723789621737 140723789621737 140723789627339 0
/proc/30731/statm: 18927 18001 544 484 0 18338 0
Current children cumulated CPU time: 520.68 s
Current children cumulated vsize: 75708 KiB
Current children cumulated memory: 72004 KiB

[startup+582.3 s]
/proc/loadavg: 2.31 2.39 2.59 3/238 30797
/proc/meminfo: memFree=129375204/131382120 swapFree=33010684/33010684
[pid=30731] ppid=30726 vsize=84748 memory=84108 CPUtime=580.49 cores=5,7
/proc/30731/stat : 30731 (uwrmaxsat) R 30726 30731 28829 0 -1 4194304 109447 0 0 0 58009 40 0 0 20 0 1 0 39951604 86781952 21027 18446744073709551615 4198400 6176925 140723789613152 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34508800 140723789621610 140723789621737 140723789621737 140723789627339 0
/proc/30731/statm: 21187 21027 544 484 0 20598 0
Current children cumulated CPU time: 580.49 s
Current children cumulated vsize: 84748 KiB
Current children cumulated memory: 84108 KiB

[startup+642.3 s]
/proc/loadavg: 2.15 2.33 2.55 3/238 30799
/proc/meminfo: memFree=129365328/131382120 swapFree=33010684/33010684
[pid=30731] ppid=30726 vsize=104220 memory=103364 CPUtime=640.32 cores=5,7
/proc/30731/stat : 30731 (uwrmaxsat) R 30726 30731 28829 0 -1 4194304 113022 0 0 0 63990 42 0 0 20 0 1 0 39951604 106721280 25841 18446744073709551615 4198400 6176925 140723789613152 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34508800 140723789621610 140723789621737 140723789621737 140723789627339 0
/proc/30731/statm: 26055 25841 544 484 0 25466 0
Current children cumulated CPU time: 640.32 s
Current children cumulated vsize: 104220 KiB
Current children cumulated memory: 103364 KiB

[startup+702.3 s]
/proc/loadavg: 2.11 2.28 2.52 3/238 30801
/proc/meminfo: memFree=129378140/131382120 swapFree=33010684/33010684
[pid=30731] ppid=30726 vsize=99488 memory=98860 CPUtime=700.16 cores=5,7
/proc/30731/stat : 30731 (uwrmaxsat) R 30726 30731 28829 0 -1 4194304 116469 0 0 0 69972 44 0 0 20 0 1 0 39951604 101875712 24715 18446744073709551615 4198400 6176925 140723789613152 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34508800 140723789621610 140723789621737 140723789621737 140723789627339 0
/proc/30731/statm: 24872 24715 544 484 0 24283 0
Current children cumulated CPU time: 700.16 s
Current children cumulated vsize: 99488 KiB
Current children cumulated memory: 98860 KiB

[startup+762.3 s]
/proc/loadavg: 2.08 2.25 2.49 3/239 30808
/proc/meminfo: memFree=129371048/131382120 swapFree=33010684/33010684
[pid=30731] ppid=30726 vsize=85712 memory=85108 CPUtime=759.96 cores=5,7
/proc/30731/stat : 30731 (uwrmaxsat) R 30726 30731 28829 0 -1 4194304 119482 0 0 0 75950 46 0 0 20 0 1 0 39951604 87769088 21277 18446744073709551615 4198400 6176925 140723789613152 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34508800 140723789621610 140723789621737 140723789621737 140723789627339 0
/proc/30731/statm: 21428 21277 544 484 0 20839 0
Current children cumulated CPU time: 759.96 s
Current children cumulated vsize: 85712 KiB
Current children cumulated memory: 85108 KiB

[startup+822.3 s]
/proc/loadavg: 2.14 2.23 2.47 3/239 30812
/proc/meminfo: memFree=129371364/131382120 swapFree=33010684/33010684
[pid=30731] ppid=30726 vsize=85652 memory=85036 CPUtime=819.77 cores=5,7
/proc/30731/stat : 30731 (uwrmaxsat) R 30726 30731 28829 0 -1 4194304 122243 0 0 0 81929 48 0 0 20 0 1 0 39951604 87707648 21259 18446744073709551615 4198400 6176925 140723789613152 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34508800 140723789621610 140723789621737 140723789621737 140723789627339 0
/proc/30731/statm: 21413 21259 544 484 0 20824 0
Current children cumulated CPU time: 819.77 s
Current children cumulated vsize: 85652 KiB
Current children cumulated memory: 85036 KiB

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

# cumulated CPU time of all completed processes:  user=876.064 s, system=0.487516 s

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

[startup+844.8 s]
/proc/loadavg: 2.10 2.21 2.46 3/239 30812
/proc/meminfo: memFree=129371372/131382120 swapFree=33010684/33010684
[pid=30731] ppid=30726 vsize=86268 memory=85676 CPUtime=842.19 cores=5,7
/proc/30731/stat : 30731 (uwrmaxsat) R 30726 30731 28829 0 -1 4194304 122432 0 0 0 84171 48 0 0 20 0 1 0 39951604 88338432 21419 18446744073709551615 4198400 6176925 140723789613152 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34508800 140723789621610 140723789621737 140723789621737 140723789627339 0
/proc/30731/statm: 21567 21419 544 484 0 20978 0
Current children cumulated CPU time: 842.19 s
Current children cumulated vsize: 86268 KiB
Current children cumulated memory: 85676 KiB

[startup+857.6 s]
/proc/loadavg: 2.08 2.20 2.45 3/239 30813
/proc/meminfo: memFree=129333752/131382120 swapFree=33010684/33010684
[pid=30731] ppid=30726 vsize=86268 memory=85736 CPUtime=854.95 cores=5,7
/proc/30731/stat : 30731 (uwrmaxsat) R 30726 30731 28829 0 -1 4194304 123139 0 0 0 85447 48 0 0 20 0 1 0 39951604 88338432 21434 18446744073709551615 4198400 6176925 140723789613152 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34508800 140723789621610 140723789621737 140723789621737 140723789627339 0
/proc/30731/statm: 21567 21434 544 484 0 20978 0
Current children cumulated CPU time: 854.95 s
Current children cumulated vsize: 86268 KiB
Current children cumulated memory: 85736 KiB

[startup+870.4 s]
/proc/loadavg: 2.06 2.19 2.44 3/239 30814
/proc/meminfo: memFree=129334204/131382120 swapFree=33010684/33010684
[pid=30731] ppid=30726 vsize=86268 memory=85736 CPUtime=867.7 cores=5,7
/proc/30731/stat : 30731 (uwrmaxsat) R 30726 30731 28829 0 -1 4194304 123139 0 0 0 86722 48 0 0 20 0 1 0 39951604 88338432 21434 18446744073709551615 4198400 6176925 140723789613152 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34508800 140723789621610 140723789621737 140723789621737 140723789627339 0
/proc/30731/statm: 21567 21434 544 484 0 20978 0
Current children cumulated CPU time: 867.7 s
Current children cumulated vsize: 86268 KiB
Current children cumulated memory: 85736 KiB

[startup+873.6 s]
/proc/loadavg: 2.06 2.19 2.44 3/239 30814
/proc/meminfo: memFree=129334204/131382120 swapFree=33010684/33010684
[pid=30731] ppid=30726 vsize=86268 memory=85736 CPUtime=870.89 cores=5,7
/proc/30731/stat : 30731 (uwrmaxsat) R 30726 30731 28829 0 -1 4194304 123139 0 0 0 87041 48 0 0 20 0 1 0 39951604 88338432 21434 18446744073709551615 4198400 6176925 140723789613152 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34508800 140723789621610 140723789621737 140723789621737 140723789627339 0
/proc/30731/statm: 21567 21434 544 484 0 20978 0
Current children cumulated CPU time: 870.89 s
Current children cumulated vsize: 86268 KiB
Current children cumulated memory: 85736 KiB

[startup+876.8 s]
/proc/loadavg: 2.05 2.19 2.44 3/239 30814
/proc/meminfo: memFree=129334204/131382120 swapFree=33010684/33010684
[pid=30731] ppid=30726 vsize=86268 memory=85736 CPUtime=874.08 cores=5,7
/proc/30731/stat : 30731 (uwrmaxsat) R 30726 30731 28829 0 -1 4194304 123139 0 0 0 87360 48 0 0 20 0 1 0 39951604 88338432 21434 18446744073709551615 4198400 6176925 140723789613152 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34508800 140723789621610 140723789621737 140723789621737 140723789627339 0
/proc/30731/statm: 21567 21434 544 484 0 20978 0
Current children cumulated CPU time: 874.08 s
Current children cumulated vsize: 86268 KiB
Current children cumulated memory: 85736 KiB

[startup+878.4 s]
/proc/loadavg: 2.05 2.19 2.44 3/239 30814
/proc/meminfo: memFree=129334204/131382120 swapFree=33010684/33010684
[pid=30731] ppid=30726 vsize=86268 memory=85736 CPUtime=875.68 cores=5,7
/proc/30731/stat : 30731 (uwrmaxsat) R 30726 30731 28829 0 -1 4194304 123139 0 0 0 87520 48 0 0 20 0 1 0 39951604 88338432 21434 18446744073709551615 4198400 6176925 140723789613152 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34508800 140723789621610 140723789621737 140723789621737 140723789627339 0
/proc/30731/statm: 21567 21434 544 484 0 20978 0
Current children cumulated CPU time: 875.68 s
Current children cumulated vsize: 86268 KiB
Current children cumulated memory: 85736 KiB

[startup+878.8 s]
/proc/loadavg: 2.05 2.19 2.44 3/239 30814
/proc/meminfo: memFree=129334204/131382120 swapFree=33010684/33010684
[pid=30731] ppid=30726 vsize=86268 memory=85736 CPUtime=876.08 cores=5,7
/proc/30731/stat : 30731 (uwrmaxsat) R 30726 30731 28829 0 -1 4194304 123139 0 0 0 87560 48 0 0 20 0 1 0 39951604 88338432 21434 18446744073709551615 4198400 6176925 140723789613152 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34508800 140723789621610 140723789621737 140723789621737 140723789627339 0
/proc/30731/statm: 21567 21434 544 484 0 20978 0
Current children cumulated CPU time: 876.08 s
Current children cumulated vsize: 86268 KiB
Current children cumulated memory: 85736 KiB

[startup+879.2 s]
/proc/loadavg: 2.05 2.19 2.44 3/239 30814
/proc/meminfo: memFree=129334204/131382120 swapFree=33010684/33010684
[pid=30731] ppid=30726 vsize=86268 memory=85736 CPUtime=876.47 cores=5,7
/proc/30731/stat : 30731 (uwrmaxsat) R 30726 30731 28829 0 -1 4194304 123139 0 0 0 87599 48 0 0 20 0 1 0 39951604 88338432 21434 18446744073709551615 4198400 6176925 140723789613152 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34508800 140723789621610 140723789621737 140723789621737 140723789627339 0
/proc/30731/statm: 21567 21434 544 484 0 20978 0
Current children cumulated CPU time: 876.47 s
Current children cumulated vsize: 86268 KiB
Current children cumulated memory: 85736 KiB

Child status: 20

Real time (s): 879.266
CPU time (s): 876.552
CPU user time (s): 876.064
CPU system time (s): 0.487516
CPU usage (%): 99.6913
Max. virtual memory (cumulated for all children) (KiB): 120540
Max. memory (cumulated for all children) (KiB): 119924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 876.064
system time used= 0.487516
maximum resident set size= 119924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 123139
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= 20
involuntary context switches= 675


# summary of solver processes directly reported to runsolver:
#   pid: 30731
#   total CPU time (s): 876.552
#   total CPU user time (s): 876.064
#   total CPU system time (s): 0.487516

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.20265 second user time and 8.20817 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-06-30 02:18:49
IDJOB=4517342
IDBENCH=176056
IDSOLVER=3372
FILE ID=nodeC003/4517342-1751242729
RUNJOBID= nodeC003-1751242729-30697
SLURM_JOB_ID= 9587714
Free space on /tmp= 432756 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/equalities/array_comm/normalized-9arraycomm_teq_tvars_greater.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4517342-1751242729/watcher-4517342-1751242729 -o /tmp/evaluation-result-4517342-1751242729/solver-4517342-1751242729 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751242729-30697 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4517342-1751242729.opb -mem-lim=31000

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

MD5SUM BENCH= 9dd26da760933c12ca47ea31d83a44d2
RANDOM SEED=1232217179

nodeC003 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	: 0xb00001f
cpu MHz		: 1197.235
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 1197.169
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 3700.000
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 1197.411
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 1197.162
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 1197.165
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 1197.263
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 1197.168
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        129561948 kB
MemAvailable:   129929928 kB
Buffers:            3280 kB
Cached:          1174456 kB
SwapCached:            0 kB
Active:           318856 kB
Inactive:         925972 kB
Active(anon):      85052 kB
Inactive(anon):        0 kB
Active(file):     233804 kB
Inactive(file):   925972 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7828 kB
Writeback:             4 kB
AnonPages:         70184 kB
Mapped:           102864 kB
Shmem:             17960 kB
KReclaimable:      95664 kB
Slab:             178780 kB
SReclaimable:      95664 kB
SUnreclaim:        83116 kB
KernelStack:        3856 kB
PageTables:         2792 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     330288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149224 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      191304 kB
DirectMap2M:    11245568 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432752 MiB
End job on nodeC003 at 2025-06-30 02:33:29