Trace number 4517306

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-04? (TO) 3600.07 3609.5

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/
equalities/array_comm/normalized-16arraycomm_teq_tvars_greater.opb
MD5SUM87f67814fd1a58888c5941928a1532df
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.013405
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1568
Total number of constraints833
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 constraints833
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 1665 PB-constraints to clauses...
0.00/0.02	c ============================[ Encoding Statistics ]============================
0.00/0.02	c |  Number of variables:          2590                                         |
0.00/0.02	c |  Number of clauses:            8286                                         |
0.00/0.02	c ===============================================================================
3600.06/3609.50	c *** TERMINATED by signal 15 ***
3600.06/3609.50	c _______________________________________________________________________________
3600.06/3609.50	c 
3600.06/3609.50	c _______________________________________________________________________________
3600.06/3609.50	c 
3600.06/3609.50	c =======================[ UWrMaxSat resources usage ]===========================
3600.06/3609.50	c Memory used            : 299.00 MB
3600.06/3609.50	c CPU time               : 3598.15 s
3600.06/3609.50	c Constr Enc: Srt/BDD/Add: 833 0 0
3600.06/3609.50	c _______________________________________________________________________________
3600.06/3609.50	c _______________________________________________________________________________
3600.06/3609.50	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 (61916 MiB free)
  memory of node 1: 64465 MiB (63569 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4517306-1751242173/watcher-4517306-1751242173 -o /tmp/evaluation-result-4517306-1751242173/solver-4517306-1751242173 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751236431-39021 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4517306-1751242173.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
Starting watchdog thread
solver pid=40565, runsolver pid=40562
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 4.13 4.11 4.09 5/266 40566
/proc/meminfo: memFree=128493808/131250000 swapFree=33010684/33010684
[pid=40565] ppid=40562 vsize=8240 memory=7152 CPUtime=0.09 cores=4,6
/proc/40565/stat : 40565 (uwrmaxsat) R 40562 40565 39010 0 -1 4194304 1799 0 0 0 9 0 0 0 20 0 1 0 39894809 8437760 1788 18446744073709551615 4198400 6176925 140730783745328 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 35037184 140730783750506 140730783750633 140730783750633 140730783756235 0
/proc/40565/statm: 2060 1788 544 484 0 1471 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 8240 KiB
Current children cumulated memory: 7152 KiB

[startup+0.205494 s]*
/proc/loadavg: 4.13 4.11 4.09 5/266 40566
/proc/meminfo: memFree=128493304/131250000 swapFree=33010684/33010684
[pid=40565] ppid=40562 vsize=8472 memory=7400 CPUtime=0.2 cores=4,6
/proc/40565/stat : 40565 (uwrmaxsat) R 40562 40565 39010 0 -1 4194304 1984 0 0 0 20 0 0 0 20 0 1 0 39894809 8675328 1850 18446744073709551615 4198400 6176925 140730783745328 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 35037184 140730783750506 140730783750633 140730783750633 140730783756235 0
/proc/40565/statm: 2118 1850 544 484 0 1529 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 8472 KiB
Current children cumulated memory: 7400 KiB

[startup+0.305433 s]*
/proc/loadavg: 4.13 4.11 4.09 5/266 40566
/proc/meminfo: memFree=128492800/131250000 swapFree=33010684/33010684
[pid=40565] ppid=40562 vsize=7976 memory=7092 CPUtime=0.3 cores=4,6
/proc/40565/stat : 40565 (uwrmaxsat) R 40562 40565 39010 0 -1 4194304 2096 0 0 0 30 0 0 0 20 0 1 0 39894809 8167424 1773 18446744073709551615 4198400 6176925 140730783745328 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 35037184 140730783750506 140730783750633 140730783750633 140730783756235 0
/proc/40565/statm: 1994 1773 544 484 0 1405 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 7976 KiB
Current children cumulated memory: 7092 KiB

[startup+0.700168 s]
/proc/loadavg: 4.13 4.11 4.09 5/266 40566
/proc/meminfo: memFree=128459592/131250000 swapFree=33010684/33010684
[pid=40565] ppid=40562 vsize=9196 memory=8184 CPUtime=0.69 cores=4,6
/proc/40565/stat : 40565 (uwrmaxsat) R 40562 40565 39010 0 -1 4194304 3618 0 0 0 68 1 0 0 20 0 1 0 39894809 9416704 2046 18446744073709551615 4198400 6176925 140730783745328 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 35037184 140730783750506 140730783750633 140730783750633 140730783756235 0
/proc/40565/statm: 2299 2046 544 484 0 1710 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 9196 KiB
Current children cumulated memory: 8184 KiB

[startup+1.50017 s]
/proc/loadavg: 4.13 4.11 4.09 5/266 40566
/proc/meminfo: memFree=128488800/131250000 swapFree=33010684/33010684
[pid=40565] ppid=40562 vsize=12064 memory=10760 CPUtime=1.48 cores=4,6
/proc/40565/stat : 40565 (uwrmaxsat) R 40562 40565 39010 0 -1 4194304 5864 0 0 0 147 1 0 0 20 0 1 0 39894809 12353536 2690 18446744073709551615 4198400 6176925 140730783745328 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 35037184 140730783750506 140730783750633 140730783750633 140730783756235 0
/proc/40565/statm: 3016 2690 544 484 0 2427 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 12064 KiB
Current children cumulated memory: 10760 KiB

[startup+3.10528 s]
/proc/loadavg: 4.12 4.11 4.09 5/266 40566
/proc/meminfo: memFree=128461448/131250000 swapFree=33010684/33010684
[pid=40565] ppid=40562 vsize=14980 memory=13948 CPUtime=3.08 cores=4,6
/proc/40565/stat : 40565 (uwrmaxsat) R 40562 40565 39010 0 -1 4194304 9020 0 0 0 307 1 0 0 20 0 1 0 39894809 15339520 3487 18446744073709551615 4198400 6176925 140730783745328 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 35037184 140730783750506 140730783750633 140730783750633 140730783756235 0
/proc/40565/statm: 3745 3487 544 484 0 3156 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 14980 KiB
Current children cumulated memory: 13948 KiB

[startup+6.30017 s]
/proc/loadavg: 4.12 4.11 4.09 5/266 40566
/proc/meminfo: memFree=128439488/131250000 swapFree=33010684/33010684
[pid=40565] ppid=40562 vsize=22876 memory=21836 CPUtime=6.27 cores=4,6
/proc/40565/stat : 40565 (uwrmaxsat) R 40562 40565 39010 0 -1 4194304 13318 0 0 0 625 2 0 0 20 0 1 0 39894809 23425024 5459 18446744073709551615 4198400 6176925 140730783745328 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 35037184 140730783750506 140730783750633 140730783750633 140730783756235 0
/proc/40565/statm: 5719 5459 544 484 0 5130 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 22876 KiB
Current children cumulated memory: 21836 KiB

[startup+12.7002 s]
/proc/loadavg: 4.10 4.10 4.09 5/266 40566
/proc/meminfo: memFree=128442824/131250000 swapFree=33010684/33010684
[pid=40565] ppid=40562 vsize=27340 memory=26240 CPUtime=12.65 cores=4,6
/proc/40565/stat : 40565 (uwrmaxsat) R 40562 40565 39010 0 -1 4194304 15475 0 0 0 1262 3 0 0 20 0 1 0 39894809 27996160 6560 18446744073709551615 4198400 6176925 140730783745328 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 35037184 140730783750506 140730783750633 140730783750633 140730783756235 0
/proc/40565/statm: 6835 6560 544 484 0 6246 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 27340 KiB
Current children cumulated memory: 26240 KiB

[startup+25.5002 s]
/proc/loadavg: 4.09 4.10 4.09 5/266 40566
/proc/meminfo: memFree=128449708/131250000 swapFree=33010684/33010684
[pid=40565] ppid=40562 vsize=28408 memory=27444 CPUtime=25.41 cores=4,6
/proc/40565/stat : 40565 (uwrmaxsat) R 40562 40565 39010 0 -1 4194304 23983 0 0 0 2535 6 0 0 20 0 1 0 39894809 29089792 6861 18446744073709551615 4198400 6176925 140730783745328 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 35037184 140730783750506 140730783750633 140730783750633 140730783756235 0
/proc/40565/statm: 7102 6861 544 484 0 6513 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 28408 KiB
Current children cumulated memory: 27444 KiB

[startup+51.1054 s]
/proc/loadavg: 4.06 4.09 4.09 5/266 40567
/proc/meminfo: memFree=128441672/131250000 swapFree=33010684/33010684
[pid=40565] ppid=40562 vsize=41656 memory=40560 CPUtime=50.94 cores=4,6
/proc/40565/stat : 40565 (uwrmaxsat) R 40562 40565 39010 0 -1 4194304 30102 0 0 0 5086 8 0 0 20 0 1 0 39894809 42655744 10140 18446744073709551615 4198400 6176925 140730783745328 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 35037184 140730783750506 140730783750633 140730783750633 140730783756235 0
/proc/40565/statm: 10414 10140 544 484 0 9825 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 41656 KiB
Current children cumulated memory: 40560 KiB

[startup+102.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/266 40570
/proc/meminfo: memFree=128399120/131250000 swapFree=33010684/33010684
[pid=40565] ppid=40562 vsize=60916 memory=59964 CPUtime=101.97 cores=4,6
/proc/40565/stat : 40565 (uwrmaxsat) R 40562 40565 39010 0 -1 4194304 35442 0 0 0 10186 11 0 0 20 0 1 0 39894809 62377984 14991 18446744073709551615 4198400 6176925 140730783745328 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 35037184 140730783750506 140730783750633 140730783750633 140730783756235 0
/proc/40565/statm: 15229 14991 544 484 0 14640 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 60916 KiB
Current children cumulated memory: 59964 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/265 40572
/proc/meminfo: memFree=128370304/131250000 swapFree=33010684/33010684
[pid=40565] ppid=40562 vsize=87520 memory=86588 CPUtime=161.79 cores=4,6
/proc/40565/stat : 40565 (uwrmaxsat) R 40562 40565 39010 0 -1 4194304 42462 0 0 0 16164 15 0 0 20 0 1 0 39894809 89620480 21647 18446744073709551615 4198400 6176925 140730783745328 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 35037184 140730783750506 140730783750633 140730783750633 140730783756235 0
/proc/40565/statm: 21880 21647 544 484 0 21291 0
Current children cumulated CPU time: 161.79 s
Current children cumulated vsize: 87520 KiB
Current children cumulated memory: 86588 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/264 40574
/proc/meminfo: memFree=128327976/131250000 swapFree=33010684/33010684
[pid=40565] ppid=40562 vsize=100904 memory=100024 CPUtime=221.6 cores=4,6
/proc/40565/stat : 40565 (uwrmaxsat) R 40562 40565 39010 0 -1 4194304 43605 0 0 0 22144 16 0 0 20 0 1 0 39894809 103325696 25006 18446744073709551615 4198400 6176925 140730783745328 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 35037184 140730783750506 140730783750633 140730783750633 140730783756235 0
/proc/40565/statm: 25226 25006 544 484 0 24637 0
Current children cumulated CPU time: 221.6 s
Current children cumulated vsize: 100904 KiB
Current children cumulated memory: 100024 KiB

[startup+282.3 s]
/proc/loadavg: 4.04 4.08 4.08 5/264 40576
/proc/meminfo: memFree=128315528/131250000 swapFree=33010684/33010684
[pid=40565] ppid=40562 vsize=92032 memory=86588 CPUtime=281.41 cores=4,6
/proc/40565/stat : 40565 (uwrmaxsat) R 40562 40565 39010 0 -1 4194304 50247 0 0 0 28121 20 0 0 20 0 1 0 39894809 94240768 21647 18446744073709551615 4198400 6176925 140730783745328 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 35037184 140730783750506 140730783750633 140730783750633 140730783756235 0
/proc/40565/statm: 23008 21647 544 484 0 22419 0
Current children cumulated CPU time: 281.41 s
Current children cumulated vsize: 92032 KiB
Current children cumulated memory: 86588 KiB

[startup+342.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/265 40583
/proc/meminfo: memFree=128295772/131250000 swapFree=33010684/33010684
[pid=40565] ppid=40562 vsize=93792 memory=91648 CPUtime=341.26 cores=4,6
/proc/40565/stat : 40565 (uwrmaxsat) R 40562 40565 39010 0 -1 4194304 53746 0 0 0 34102 24 0 0 20 0 1 0 39894809 96043008 22912 18446744073709551615 4198400 6176925 140730783745328 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 35037184 140730783750506 140730783750633 140730783750633 140730783756235 0
/proc/40565/statm: 23448 22912 544 484 0 22859 0
Current children cumulated CPU time: 341.26 s
Current children cumulated vsize: 93792 KiB
Current children cumulated memory: 91648 KiB

[startup+402.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/265 40585
/proc/meminfo: memFree=128320944/131250000 swapFree=33010684/33010684
[pid=40565] ppid=40562 vsize=99628 memory=96956 CPUtime=401.09 cores=4,6
/proc/40565/stat : 40565 (uwrmaxsat) R 40562 40565 39010 0 -1 4194304 58457 0 0 0 40082 27 0 0 20 0 1 0 39894809 102019072 24239 18446744073709551615 4198400 6176925 140730783745328 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 35037184 140730783750506 140730783750633 140730783750633 140730783756235 0
/proc/40565/statm: 24907 24239 544 484 0 24318 0
Current children cumulated CPU time: 401.09 s
Current children cumulated vsize: 99628 KiB
Current children cumulated memory: 96956 KiB

[startup+462.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/265 40587
/proc/meminfo: memFree=128288216/131250000 swapFree=33010684/33010684
[pid=40565] ppid=40562 vsize=103276 memory=101364 CPUtime=460.94 cores=4,6
/proc/40565/stat : 40565 (uwrmaxsat) R 40562 40565 39010 0 -1 4194304 63019 0 0 0 46063 31 0 0 20 0 1 0 39894809 105754624 25341 18446744073709551615 4198400 6176925 140730783745328 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 35037184 140730783750506 140730783750633 140730783750633 140730783756235 0
/proc/40565/statm: 25819 25341 544 484 0 25230 0
Current children cumulated CPU time: 460.94 s

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

Current children cumulated memory: 225576 KiB

[startup+2922.3 s]
/proc/loadavg: 1.12 1.53 2.28 2/247 40803
/proc/meminfo: memFree=128834228/131250000 swapFree=33010684/33010684
[pid=40565] ppid=40562 vsize=228328 memory=227100 CPUtime=2914.45 cores=4,6
/proc/40565/stat : 40565 (uwrmaxsat) R 40562 40565 39010 0 -1 4194304 169062 0 0 0 291279 166 0 0 20 0 1 0 39894809 233807872 56775 18446744073709551615 4198400 6176925 140730783745328 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 35037184 140730783750506 140730783750633 140730783750633 140730783756235 0
/proc/40565/statm: 57082 56775 544 484 0 56493 0
Current children cumulated CPU time: 2914.45 s
Current children cumulated vsize: 228328 KiB
Current children cumulated memory: 227100 KiB

[startup+2982.3 s]
/proc/loadavg: 1.10 1.45 2.21 2/247 40807
/proc/meminfo: memFree=128833328/131250000 swapFree=33010684/33010684
[pid=40565] ppid=40562 vsize=232340 memory=228528 CPUtime=2974.32 cores=4,6
/proc/40565/stat : 40565 (uwrmaxsat) R 40562 40565 39010 0 -1 4194304 169907 0 0 0 297264 168 0 0 20 0 1 0 39894809 237916160 57132 18446744073709551615 4198400 6176925 140730783745328 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 35037184 140730783750506 140730783750633 140730783750633 140730783756235 0
/proc/40565/statm: 58085 57132 544 484 0 57496 0
Current children cumulated CPU time: 2974.32 s
Current children cumulated vsize: 232340 KiB
Current children cumulated memory: 228528 KiB

[startup+3042.3 s]
/proc/loadavg: 1.08 1.38 2.13 2/247 40810
/proc/meminfo: memFree=128827604/131250000 swapFree=33010684/33010684
[pid=40565] ppid=40562 vsize=236952 memory=231684 CPUtime=3034.18 cores=4,6
/proc/40565/stat : 40565 (uwrmaxsat) R 40562 40565 39010 0 -1 4194304 171089 0 0 0 303249 169 0 0 20 0 1 0 39894809 242638848 57921 18446744073709551615 4198400 6176925 140730783745328 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 35037184 140730783750506 140730783750633 140730783750633 140730783756235 0
/proc/40565/statm: 59238 57921 544 484 0 58649 0
Current children cumulated CPU time: 3034.18 s
Current children cumulated vsize: 236952 KiB
Current children cumulated memory: 231684 KiB

[startup+3102.3 s]
/proc/loadavg: 1.06 1.32 2.06 2/247 40830
/proc/meminfo: memFree=128845352/131250000 swapFree=33010684/33010684
[pid=40565] ppid=40562 vsize=232228 memory=218376 CPUtime=3094.04 cores=4,6
/proc/40565/stat : 40565 (uwrmaxsat) R 40562 40565 39010 0 -1 4194304 184478 0 0 0 309228 176 0 0 20 0 1 0 39894809 237801472 54594 18446744073709551615 4198400 6176925 140730783745328 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 35037184 140730783750506 140730783750633 140730783750633 140730783756235 0
/proc/40565/statm: 58057 54594 544 484 0 57468 0
Current children cumulated CPU time: 3094.04 s
Current children cumulated vsize: 232228 KiB
Current children cumulated memory: 218376 KiB

[startup+3162.3 s]
/proc/loadavg: 1.07 1.27 2.00 2/247 40832
/proc/meminfo: memFree=128830828/131250000 swapFree=33010684/33010684
[pid=40565] ppid=40562 vsize=233448 memory=227580 CPUtime=3153.89 cores=4,6
/proc/40565/stat : 40565 (uwrmaxsat) R 40562 40565 39010 0 -1 4194304 187835 0 0 0 315211 178 0 0 20 0 1 0 39894809 239050752 56895 18446744073709551615 4198400 6176925 140730783745328 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 35037184 140730783750506 140730783750633 140730783750633 140730783756235 0
/proc/40565/statm: 58362 56895 544 484 0 57773 0
Current children cumulated CPU time: 3153.89 s
Current children cumulated vsize: 233448 KiB
Current children cumulated memory: 227580 KiB

[startup+3222.3 s]
/proc/loadavg: 1.14 1.25 1.95 2/247 40834
/proc/meminfo: memFree=128823288/131250000 swapFree=33010684/33010684
[pid=40565] ppid=40562 vsize=239160 memory=235992 CPUtime=3213.76 cores=4,6
/proc/40565/stat : 40565 (uwrmaxsat) R 40562 40565 39010 0 -1 4194304 189722 0 0 0 321195 181 0 0 20 0 1 0 39894809 244899840 58998 18446744073709551615 4198400 6176925 140730783745328 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 35037184 140730783750506 140730783750633 140730783750633 140730783756235 0
/proc/40565/statm: 59790 58998 544 484 0 59201 0
Current children cumulated CPU time: 3213.76 s
Current children cumulated vsize: 239160 KiB
Current children cumulated memory: 235992 KiB

[startup+3282.3 s]
/proc/loadavg: 1.11 1.22 1.89 2/247 40836
/proc/meminfo: memFree=128810844/131250000 swapFree=33010684/33010684
[pid=40565] ppid=40562 vsize=239284 memory=236912 CPUtime=3273.61 cores=4,6
/proc/40565/stat : 40565 (uwrmaxsat) R 40562 40565 39010 0 -1 4194304 190312 0 0 0 327179 182 0 0 20 0 1 0 39894809 245026816 59228 18446744073709551615 4198400 6176925 140730783745328 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 35037184 140730783750506 140730783750633 140730783750633 140730783756235 0
/proc/40565/statm: 59821 59228 544 484 0 59232 0
Current children cumulated CPU time: 3273.61 s
Current children cumulated vsize: 239284 KiB
Current children cumulated memory: 236912 KiB

[startup+3342.3 s]
/proc/loadavg: 1.04 1.18 1.83 2/247 40838
/proc/meminfo: memFree=128804912/131250000 swapFree=33010684/33010684
[pid=40565] ppid=40562 vsize=242256 memory=240080 CPUtime=3333.47 cores=4,6
/proc/40565/stat : 40565 (uwrmaxsat) R 40562 40565 39010 0 -1 4194304 191619 0 0 0 333163 184 0 0 20 0 1 0 39894809 248070144 60020 18446744073709551615 4198400 6176925 140730783745328 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 35037184 140730783750506 140730783750633 140730783750633 140730783756235 0
/proc/40565/statm: 60564 60020 544 484 0 59975 0
Current children cumulated CPU time: 3333.47 s
Current children cumulated vsize: 242256 KiB
Current children cumulated memory: 240080 KiB

[startup+3402.3 s]
/proc/loadavg: 1.11 1.17 1.79 2/247 40844
/proc/meminfo: memFree=128813888/131250000 swapFree=33010684/33010684
[pid=40565] ppid=40562 vsize=242440 memory=240264 CPUtime=3393.33 cores=4,6
/proc/40565/stat : 40565 (uwrmaxsat) R 40562 40565 39010 0 -1 4194304 192160 0 0 0 339148 185 0 0 20 0 1 0 39894809 248258560 60066 18446744073709551615 4198400 6176925 140730783745328 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 35037184 140730783750506 140730783750633 140730783750633 140730783756235 0
/proc/40565/statm: 60610 60066 544 484 0 60021 0
Current children cumulated CPU time: 3393.33 s
Current children cumulated vsize: 242440 KiB
Current children cumulated memory: 240264 KiB

[startup+3462.3 s]
/proc/loadavg: 1.09 1.16 1.74 2/247 40846
/proc/meminfo: memFree=128811988/131250000 swapFree=33010684/33010684
[pid=40565] ppid=40562 vsize=242824 memory=240904 CPUtime=3453.2 cores=4,6
/proc/40565/stat : 40565 (uwrmaxsat) R 40562 40565 39010 0 -1 4194304 193307 0 0 0 345133 187 0 0 20 0 1 0 39894809 248651776 60226 18446744073709551615 4198400 6176925 140730783745328 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 35037184 140730783750506 140730783750633 140730783750633 140730783756235 0
/proc/40565/statm: 60706 60226 544 484 0 60117 0
Current children cumulated CPU time: 3453.2 s
Current children cumulated vsize: 242824 KiB
Current children cumulated memory: 240904 KiB

[startup+3522.3 s]
/proc/loadavg: 1.07 1.14 1.70 2/247 40848
/proc/meminfo: memFree=128808120/131250000 swapFree=33010684/33010684
[pid=40565] ppid=40562 vsize=244600 memory=243140 CPUtime=3513.06 cores=4,6
/proc/40565/stat : 40565 (uwrmaxsat) R 40562 40565 39010 0 -1 4194304 194526 0 0 0 351116 190 0 0 20 0 1 0 39894809 250470400 60785 18446744073709551615 4198400 6176925 140730783745328 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 35037184 140730783750506 140730783750633 140730783750633 140730783756235 0
/proc/40565/statm: 61150 60785 544 484 0 60561 0
Current children cumulated CPU time: 3513.06 s
Current children cumulated vsize: 244600 KiB
Current children cumulated memory: 243140 KiB

[startup+3582.3 s]
/proc/loadavg: 1.08 1.13 1.66 2/247 40852
/proc/meminfo: memFree=128805436/131250000 swapFree=33010684/33010684
[pid=40565] ppid=40562 vsize=249932 memory=245852 CPUtime=3572.93 cores=4,6
/proc/40565/stat : 40565 (uwrmaxsat) R 40562 40565 39010 0 -1 4194304 194945 0 0 0 357102 191 0 0 20 0 1 0 39894809 255930368 61463 18446744073709551615 4198400 6176925 140730783745328 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 35037184 140730783750506 140730783750633 140730783750633 140730783756235 0
/proc/40565/statm: 62483 61463 544 484 0 61894 0
Current children cumulated CPU time: 3572.93 s
Current children cumulated vsize: 249932 KiB
Current children cumulated memory: 245852 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.5 s]
/proc/loadavg: 1.12 1.13 1.64 2/247 40852
/proc/meminfo: memFree=128805232/131250000 swapFree=33010684/33010684
[pid=40565] ppid=40562 vsize=250204 memory=246124 CPUtime=3600.06 cores=4,6
/proc/40565/stat : 40565 (uwrmaxsat) R 40562 40565 39010 0 -1 4194304 195372 0 0 0 359814 192 0 0 20 0 1 0 39894809 256208896 61531 18446744073709551615 4198400 6176925 140730783745328 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 35037184 140730783750506 140730783750633 140730783750633 140730783756235 0
/proc/40565/statm: 62551 61531 544 484 0 61962 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 250204 KiB
Current children cumulated memory: 246124 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

# cumulated CPU time of all completed processes:  user=3598.15 s, system=1.92848 s

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

[startup+3609.5 s]
/proc/loadavg: 1.12 1.13 1.64 2/247 40852
/proc/meminfo: memFree=128805232/131250000 swapFree=33010684/33010684
[pid=40565] ppid=40562 vsize=250204 memory=246124 CPUtime=3600.06 cores=4,6
/proc/40565/stat : 40565 (uwrmaxsat) R 40562 40565 39010 0 -1 4194304 195372 0 0 0 359814 192 0 0 20 0 1 0 39894809 256208896 61531 18446744073709551615 4198400 6176925 140730783745328 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 35037184 140730783750506 140730783750633 140730783750633 140730783756235 0
/proc/40565/statm: 62551 61531 544 484 0 61962 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 250204 KiB
Current children cumulated memory: 246124 KiB

Child status: 0

Real time (s): 3609.5
CPU time (s): 3600.07
CPU user time (s): 3598.15
CPU system time (s): 1.92848
CPU usage (%): 99.7388
Max. virtual memory (cumulated for all children) (KiB): 306520
Max. memory (cumulated for all children) (KiB): 301972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.15
system time used= 1.92848
maximum resident set size= 302344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 195372
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= 47
involuntary context switches= 2915


# summary of solver processes directly reported to runsolver:
#   pid: 40565
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3598.15
#   total CPU system time (s): 1.92848

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.54875 second user time and 15.2864 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-06-30 02:09:33
IDJOB=4517306
IDBENCH=176049
IDSOLVER=3372
FILE ID=nodeC016/4517306-1751242173
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_comm/normalized-16arraycomm_teq_tvars_greater.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4517306-1751242173/watcher-4517306-1751242173 -o /tmp/evaluation-result-4517306-1751242173/solver-4517306-1751242173 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751236431-39021 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4517306-1751242173.opb -mem-lim=31000

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

MD5SUM BENCH= 87f67814fd1a58888c5941928a1532df
RANDOM SEED=342911776

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.702
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.723
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		: 3600.333
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		: 3600.412
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		: 3599.969
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.736
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		: 3616.030
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		: 3700.000
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:        128497268 kB
MemAvailable:   129193160 kB
Buffers:            3280 kB
Cached:          1500568 kB
SwapCached:            0 kB
Active:           880820 kB
Inactive:        1244144 kB
Active(anon):     639188 kB
Inactive(anon):        0 kB
Active(file):     241632 kB
Inactive(file):  1244144 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2584 kB
Writeback:            32 kB
AnonPages:        623252 kB
Mapped:           109636 kB
Shmem:             18072 kB
KReclaimable:      98708 kB
Slab:             185280 kB
SReclaimable:      98708 kB
SUnreclaim:        86572 kB
KernelStack:        4284 kB
PageTables:         4336 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     954048 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    483328 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= 433060 MiB
End job on nodeC016 at 2025-06-30 03:09:42