Trace number 4545286

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.06 3609.61

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/wallon/
normalized-AverageAvoiding-20_c24.opb
MD5SUMfea607129b7127550b39e04c37b78aae
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark243.081
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables33526
Total number of constraints12724
Number of constraints which are clauses2302
Number of constraints which are cardinality constraints (but not clauses)1180
Number of constraints which are nor clauses,nor cardinality constraints9242
Minimum length of a constraint1
Maximum length of a constraint44
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 381
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1204
Number of bits of the biggest sum of numbers11
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.50/0.60	c Converting 15024 PB-constraints to clauses...
12.25/12.32	c ============================[ Encoding Statistics ]============================
12.25/12.32	c |  Number of variables:       1664442                                         |
12.25/12.32	c |  Number of clauses:         8421250                                         |
12.25/12.32	c ===============================================================================
3600.04/3609.60	c *** TERMINATED by signal 15 ***
3600.04/3609.60	c _______________________________________________________________________________
3600.04/3609.60	c 
3600.04/3609.60	c _______________________________________________________________________________
3600.04/3609.60	c 
3600.04/3609.60	c =======================[ UWrMaxSat resources usage ]===========================
3600.04/3609.60	c Memory used            : 3152.00 MB
3600.04/3609.60	c CPU time               : 3595.89 s
3600.04/3609.60	c Constr Enc: Srt/BDD/Add: 9282 0 0
3600.04/3609.60	c _______________________________________________________________________________
3600.04/3609.60	c _______________________________________________________________________________
3600.04/3609.60	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: 63665 MiB (62342 MiB free)
  memory of node 1: 64507 MiB (63149 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
Current StackSize limit: 8192 KiB

solver pid=182775, runsolver pid=182763

[startup+0.100063 s]*
/proc/loadavg: 1.08 1.17 1.92 6/265 182789
/proc/meminfo: memFree=128477652/131249996 swapFree=33010416/33010684
[pid=182775] ppid=182763 vsize=15800 memory=14720 CPUtime=0.09 cores=1,3
/proc/182775/stat : 182775 (uwrmaxsat) R 182763 182775 181203 0 -1 4194304 3392 0 0 0 9 0 0 0 20 0 1 0 239554163 16179200 3680 18446744073709551615 4198400 6176925 140723290999440 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 21098496 140723291007336 140723291007463 140723291007463 140723291013067 0
/proc/182775/statm: 3950 3680 448 484 0 3361 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 15800 KiB
Current children cumulated memory: 14720 KiB

[startup+0.205538 s]*
/proc/loadavg: 1.08 1.17 1.92 6/265 182789
/proc/meminfo: memFree=128422324/131249996 swapFree=33010416/33010684
[pid=182775] ppid=182763 vsize=28792 memory=27580 CPUtime=0.2 cores=1,3
/proc/182775/stat : 182775 (uwrmaxsat) R 182763 182775 181203 0 -1 4194304 6712 0 0 0 19 1 0 0 20 0 1 0 239554163 29483008 6895 18446744073709551615 4198400 6176925 140723290999440 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 21098496 140723291007336 140723291007463 140723291007463 140723291013067 0
/proc/182775/statm: 7198 6895 448 484 0 6609 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 28792 KiB
Current children cumulated memory: 27580 KiB

[startup+0.305482 s]*
/proc/loadavg: 1.08 1.17 1.92 5/265 182789
/proc/meminfo: memFree=128354224/131249996 swapFree=33010416/33010684
[pid=182775] ppid=182763 vsize=42356 memory=40756 CPUtime=0.3 cores=1,3
/proc/182775/stat : 182775 (uwrmaxsat) R 182763 182775 181203 0 -1 4194304 10194 0 0 0 28 2 0 0 20 0 1 0 239554163 43372544 10189 18446744073709551615 4198400 6176925 140723290999440 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 21098496 140723291007336 140723291007463 140723291007463 140723291013067 0
/proc/182775/statm: 10589 10189 448 484 0 10000 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 42356 KiB
Current children cumulated memory: 40756 KiB

[startup+0.700173 s]
/proc/loadavg: 1.08 1.17 1.92 6/265 182789
/proc/meminfo: memFree=128236284/131249996 swapFree=33010416/33010684
[pid=182775] ppid=182763 vsize=92212 memory=89416 CPUtime=0.69 cores=1,3
/proc/182775/stat : 182775 (uwrmaxsat) R 182763 182775 181203 0 -1 4194304 22769 0 0 0 65 4 0 0 20 0 1 0 239554163 94425088 22354 18446744073709551615 4198400 6176925 140723290999440 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 21098496 140723291007336 140723291007463 140723291007463 140723291013067 0
/proc/182775/statm: 23053 22354 448 484 0 22464 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 92212 KiB
Current children cumulated memory: 89416 KiB

[startup+1.50017 s]
/proc/loadavg: 1.08 1.17 1.92 6/265 182789
/proc/meminfo: memFree=127922020/131249996 swapFree=33010416/33010684
[pid=182775] ppid=182763 vsize=147928 memory=139228 CPUtime=1.48 cores=1,3
/proc/182775/stat : 182775 (uwrmaxsat) R 182763 182775 181203 0 -1 4194304 30127 0 0 0 143 5 0 0 20 0 1 0 239554163 151478272 34807 18446744073709551615 4198400 6176925 140723290999440 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 21098496 140723291007336 140723291007463 140723291007463 140723291013067 0
/proc/182775/statm: 36982 34807 448 484 0 36393 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 147928 KiB
Current children cumulated memory: 139228 KiB

[startup+3.10536 s]
/proc/loadavg: 1.31 1.22 1.93 6/265 182789
/proc/meminfo: memFree=127321432/131249996 swapFree=33010416/33010684
[pid=182775] ppid=182763 vsize=231916 memory=221500 CPUtime=3.09 cores=1,3
/proc/182775/stat : 182775 (uwrmaxsat) R 182763 182775 181203 0 -1 4194304 38584 0 0 0 300 9 0 0 20 0 1 0 239554163 237481984 55375 18446744073709551615 4198400 6176925 140723290999440 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 21098496 140723291007336 140723291007463 140723291007463 140723291013067 0
/proc/182775/statm: 57979 55375 448 484 0 57390 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 231916 KiB
Current children cumulated memory: 221500 KiB

[startup+6.30017 s]
/proc/loadavg: 1.31 1.22 1.93 6/265 182789
/proc/meminfo: memFree=126834168/131249996 swapFree=33010416/33010684
[pid=182775] ppid=182763 vsize=596384 memory=535952 CPUtime=6.27 cores=1,3
/proc/182775/stat : 182775 (uwrmaxsat) R 182763 182775 181203 0 -1 4194304 63513 0 0 0 608 19 0 0 20 0 1 0 239554163 610697216 133988 18446744073709551615 4198400 6176925 140723290999440 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 21098496 140723291007336 140723291007463 140723291007463 140723291013067 0
/proc/182775/statm: 149096 133988 448 484 0 148507 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 596384 KiB
Current children cumulated memory: 535952 KiB

[startup+12.7002 s]
/proc/loadavg: 1.53 1.27 1.94 6/265 182789
/proc/meminfo: memFree=124689012/131249996 swapFree=33010416/33010684
[pid=182775] ppid=182763 vsize=2245520 memory=2047472 CPUtime=12.65 cores=1,3
/proc/182775/stat : 182775 (uwrmaxsat) R 182763 182775 181203 0 -1 4194304 286316 0 0 0 1190 75 0 0 20 0 1 0 239554163 2299412480 511868 18446744073709551615 4198400 6176925 140723290999440 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 21098496 140723291007336 140723291007463 140723291007463 140723291013067 0
/proc/182775/statm: 561380 511868 512 484 0 560791 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2245520 KiB
Current children cumulated memory: 2047472 KiB

[startup+25.5002 s]
/proc/loadavg: 2.15 1.42 1.98 6/265 182789
/proc/meminfo: memFree=124801896/131249996 swapFree=33010416/33010684
[pid=182775] ppid=182763 vsize=2302580 memory=2107560 CPUtime=25.41 cores=1,3
/proc/182775/stat : 182775 (uwrmaxsat) R 182763 182775 181203 0 -1 4194304 302031 0 0 0 2461 80 0 0 20 0 1 0 239554163 2357841920 526890 18446744073709551615 4198400 6176925 140723290999440 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 21098496 140723291007336 140723291007463 140723291007463 140723291013067 0
/proc/182775/statm: 575645 526890 512 484 0 575056 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 2302580 KiB
Current children cumulated memory: 2107560 KiB

[startup+51.1055 s]
/proc/loadavg: 2.78 1.63 2.03 6/264 182790
/proc/meminfo: memFree=124357152/131249996 swapFree=33010416/33010684
[pid=182775] ppid=182763 vsize=2912120 memory=2716848 CPUtime=50.93 cores=1,3
/proc/182775/stat : 182775 (uwrmaxsat) R 182763 182775 181203 0 -1 4194304 309470 0 0 0 4987 106 0 0 20 0 1 0 239554163 2982010880 679212 18446744073709551615 4198400 6176925 140723290999440 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 21098496 140723291007336 140723291007463 140723291007463 140723291013067 0
/proc/182775/statm: 728030 679212 512 484 0 727441 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 2912120 KiB
Current children cumulated memory: 2716848 KiB

[startup+102.3 s]
/proc/loadavg: 3.52 2.01 2.14 6/264 182792
/proc/meminfo: memFree=124734084/131249996 swapFree=33010416/33010684
[pid=182775] ppid=182763 vsize=2631320 memory=2353920 CPUtime=101.97 cores=1,3
/proc/182775/stat : 182775 (uwrmaxsat) R 182763 182775 181203 0 -1 4194304 329330 0 0 0 10037 160 0 0 20 0 1 0 239554163 2694471680 588480 18446744073709551615 4198400 6176925 140723290999440 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 21098496 140723291007336 140723291007463 140723291007463 140723291013067 0
/proc/182775/statm: 657830 588480 512 484 0 657241 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 2631320 KiB
Current children cumulated memory: 2353920 KiB

[startup+162.3 s]
/proc/loadavg: 3.86 2.39 2.27 6/264 182794
/proc/meminfo: memFree=124614748/131249996 swapFree=33010416/33010684
[pid=182775] ppid=182763 vsize=2626848 memory=2370228 CPUtime=161.77 cores=1,3
/proc/182775/stat : 182775 (uwrmaxsat) R 182763 182775 181203 0 -1 4194304 334540 0 0 0 16000 177 0 0 20 0 1 0 239554163 2689892352 592557 18446744073709551615 4198400 6176925 140723290999440 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 21098496 140723291007336 140723291007463 140723291007463 140723291013067 0
/proc/182775/statm: 656712 592557 512 484 0 656123 0
Current children cumulated CPU time: 161.77 s
Current children cumulated vsize: 2626848 KiB
Current children cumulated memory: 2370228 KiB

[startup+222.3 s]
/proc/loadavg: 4.00 2.70 2.38 6/265 182799
/proc/meminfo: memFree=124624192/131249996 swapFree=33010416/33010684
[pid=182775] ppid=182763 vsize=2606104 memory=2347108 CPUtime=221.58 cores=1,3
/proc/182775/stat : 182775 (uwrmaxsat) R 182763 182775 181203 0 -1 4194304 337787 0 0 0 21966 192 0 0 20 0 1 0 239554163 2668650496 586777 18446744073709551615 4198400 6176925 140723290999440 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 21098496 140723291007336 140723291007463 140723291007463 140723291013067 0
/proc/182775/statm: 651526 586777 512 484 0 650937 0
Current children cumulated CPU time: 221.58 s
Current children cumulated vsize: 2606104 KiB
Current children cumulated memory: 2347108 KiB

[startup+282.3 s]
/proc/loadavg: 4.17 2.98 2.50 6/265 182801
/proc/meminfo: memFree=124657528/131249996 swapFree=33010416/33010684
[pid=182775] ppid=182763 vsize=2532412 memory=2309236 CPUtime=281.39 cores=1,3
/proc/182775/stat : 182775 (uwrmaxsat) R 182763 182775 181203 0 -1 4194304 340291 0 0 0 27940 199 0 0 20 0 1 0 239554163 2593189888 577309 18446744073709551615 4198400 6176925 140723290999440 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 21098496 140723291007336 140723291007463 140723291007463 140723291013067 0
/proc/182775/statm: 633103 577309 512 484 0 632514 0
Current children cumulated CPU time: 281.39 s
Current children cumulated vsize: 2532412 KiB
Current children cumulated memory: 2309236 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 3.19 2.60 6/263 182803
/proc/meminfo: memFree=124649016/131249996 swapFree=33010416/33010684
[pid=182775] ppid=182763 vsize=2531288 memory=2308112 CPUtime=341.2 cores=1,3
/proc/182775/stat : 182775 (uwrmaxsat) R 182763 182775 181203 0 -1 4194304 342398 0 0 0 33912 208 0 0 20 0 1 0 239554163 2592038912 577028 18446744073709551615 4198400 6176925 140723290999440 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 21098496 140723291007336 140723291007463 140723291007463 140723291013067 0
/proc/182775/statm: 632822 577028 512 484 0 632233 0
Current children cumulated CPU time: 341.2 s
Current children cumulated vsize: 2531288 KiB
Current children cumulated memory: 2308112 KiB

[startup+402.3 s]
/proc/loadavg: 4.04 3.34 2.70 6/263 182805
/proc/meminfo: memFree=124616836/131249996 swapFree=33010416/33010684
[pid=182775] ppid=182763 vsize=2530324 memory=2309316 CPUtime=401 cores=1,3
/proc/182775/stat : 182775 (uwrmaxsat) R 182763 182775 181203 0 -1 4194304 344782 0 0 0 39886 214 0 0 20 0 1 0 239554163 2591051776 577329 18446744073709551615 4198400 6176925 140723290999440 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 21098496 140723291007336 140723291007463 140723291007463 140723291013067 0
/proc/182775/statm: 632581 577329 512 484 0 631992 0
Current children cumulated CPU time: 401 s
Current children cumulated vsize: 2530324 KiB
Current children cumulated memory: 2309316 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 3.49 2.79 6/263 182807
/proc/meminfo: memFree=124612008/131249996 swapFree=33010416/33010684
[pid=182775] ppid=182763 vsize=2530580 memory=2309580 CPUtime=460.82 cores=1,3
/proc/182775/stat : 182775 (uwrmaxsat) R 182763 182775 181203 0 -1 4194304 345547 0 0 0 45864 218 0 0 20 0 1 0 239554163 2591313920 577395 18446744073709551615 4198400 6176925 140723290999440 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 21098496 140723291007336 140723291007463 140723291007463 140723291013067 0
/proc/182775/statm: 632645 577395 512 484 0 632056 0
Current children cumulated CPU time: 460.82 s

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

Current children cumulated memory: 2390484 KiB

[startup+2862.3 s]
/proc/loadavg: 4.40 4.24 4.07 6/263 182971
/proc/meminfo: memFree=124297760/131249996 swapFree=33010416/33010684
[pid=182775] ppid=182763 vsize=2642404 memory=2390484 CPUtime=2854.61 cores=1,3
/proc/182775/stat : 182775 (uwrmaxsat) R 182763 182775 181203 0 -1 4194304 398435 0 0 0 285091 370 0 0 20 0 1 0 239554163 2705821696 597621 18446744073709551615 4198400 6176925 140723290999440 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 21098496 140723291007336 140723291007463 140723291007463 140723291013067 0
/proc/182775/statm: 660601 597621 512 484 0 660012 0
Current children cumulated CPU time: 2854.61 s
Current children cumulated vsize: 2642404 KiB
Current children cumulated memory: 2390484 KiB

[startup+2922.3 s]
/proc/loadavg: 4.21 4.21 4.07 6/262 182973
/proc/meminfo: memFree=124323012/131249996 swapFree=33010416/33010684
[pid=182775] ppid=182763 vsize=2642404 memory=2390484 CPUtime=2914.46 cores=1,3
/proc/182775/stat : 182775 (uwrmaxsat) R 182763 182775 181203 0 -1 4194304 399095 0 0 0 291076 370 0 0 20 0 1 0 239554163 2705821696 597621 18446744073709551615 4198400 6176925 140723290999440 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 21098496 140723291007336 140723291007463 140723291007463 140723291013067 0
/proc/182775/statm: 660601 597621 512 484 0 660012 0
Current children cumulated CPU time: 2914.46 s
Current children cumulated vsize: 2642404 KiB
Current children cumulated memory: 2390484 KiB

[startup+2982.3 s]
/proc/loadavg: 4.17 4.20 4.08 6/263 182981
/proc/meminfo: memFree=124264336/131249996 swapFree=33010416/33010684
[pid=182775] ppid=182763 vsize=2642404 memory=2390484 CPUtime=2974.32 cores=1,3
/proc/182775/stat : 182775 (uwrmaxsat) R 182763 182775 181203 0 -1 4194304 399293 0 0 0 297062 370 0 0 20 0 1 0 239554163 2705821696 597621 18446744073709551615 4198400 6176925 140723290999440 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 21098496 140723291007336 140723291007463 140723291007463 140723291013067 0
/proc/182775/statm: 660601 597621 512 484 0 660012 0
Current children cumulated CPU time: 2974.32 s
Current children cumulated vsize: 2642404 KiB
Current children cumulated memory: 2390484 KiB

[startup+3042.3 s]
/proc/loadavg: 4.35 4.23 4.10 6/263 182984
/proc/meminfo: memFree=124256272/131249996 swapFree=33010416/33010684
[pid=182775] ppid=182763 vsize=2654064 memory=2401852 CPUtime=3034.17 cores=1,3
/proc/182775/stat : 182775 (uwrmaxsat) R 182763 182775 181203 0 -1 4194304 408344 0 0 0 303031 386 0 0 20 0 1 0 239554163 2717761536 600463 18446744073709551615 4198400 6176925 140723290999440 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 21098496 140723291007336 140723291007463 140723291007463 140723291013067 0
/proc/182775/statm: 663516 600463 512 484 0 662927 0
Current children cumulated CPU time: 3034.17 s
Current children cumulated vsize: 2654064 KiB
Current children cumulated memory: 2401852 KiB

[startup+3102.3 s]
/proc/loadavg: 4.25 4.23 4.10 6/263 182986
/proc/meminfo: memFree=124258056/131249996 swapFree=33010416/33010684
[pid=182775] ppid=182763 vsize=2654064 memory=2401852 CPUtime=3094.02 cores=1,3
/proc/182775/stat : 182775 (uwrmaxsat) R 182763 182775 181203 0 -1 4194304 408812 0 0 0 309016 386 0 0 20 0 1 0 239554163 2717761536 600463 18446744073709551615 4198400 6176925 140723290999440 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 21098496 140723291007336 140723291007463 140723291007463 140723291013067 0
/proc/182775/statm: 663516 600463 512 484 0 662927 0
Current children cumulated CPU time: 3094.02 s
Current children cumulated vsize: 2654064 KiB
Current children cumulated memory: 2401852 KiB

[startup+3162.3 s]
/proc/loadavg: 4.13 4.20 4.10 6/263 182988
/proc/meminfo: memFree=124249736/131249996 swapFree=33010416/33010684
[pid=182775] ppid=182763 vsize=2682616 memory=2415796 CPUtime=3153.86 cores=1,3
/proc/182775/stat : 182775 (uwrmaxsat) R 182763 182775 181203 0 -1 4194304 411777 0 0 0 314995 391 0 0 20 0 1 0 239554163 2746998784 603949 18446744073709551615 4198400 6176925 140723290999440 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 21098496 140723291007336 140723291007463 140723291007463 140723291013067 0
/proc/182775/statm: 670654 603949 512 484 0 670065 0
Current children cumulated CPU time: 3153.86 s
Current children cumulated vsize: 2682616 KiB
Current children cumulated memory: 2415796 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.17 4.09 6/263 182990
/proc/meminfo: memFree=124299800/131249996 swapFree=33010416/33010684
[pid=182775] ppid=182763 vsize=2611196 memory=2359040 CPUtime=3213.71 cores=1,3
/proc/182775/stat : 182775 (uwrmaxsat) R 182763 182775 181203 0 -1 4194304 413952 0 0 0 320974 397 0 0 20 0 1 0 239554163 2673864704 589760 18446744073709551615 4198400 6176925 140723290999440 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 21098496 140723291007336 140723291007463 140723291007463 140723291013067 0
/proc/182775/statm: 652799 589760 512 484 0 652210 0
Current children cumulated CPU time: 3213.71 s
Current children cumulated vsize: 2611196 KiB
Current children cumulated memory: 2359040 KiB

[startup+3282.3 s]
/proc/loadavg: 4.07 4.16 4.09 6/263 182994
/proc/meminfo: memFree=124261908/131249996 swapFree=33010416/33010684
[pid=182775] ppid=182763 vsize=2611196 memory=2359040 CPUtime=3273.56 cores=1,3
/proc/182775/stat : 182775 (uwrmaxsat) R 182763 182775 181203 0 -1 4194304 414585 0 0 0 326959 397 0 0 20 0 1 0 239554163 2673864704 589760 18446744073709551615 4198400 6176925 140723290999440 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 21098496 140723291007336 140723291007463 140723291007463 140723291013067 0
/proc/182775/statm: 652799 589760 512 484 0 652210 0
Current children cumulated CPU time: 3273.56 s
Current children cumulated vsize: 2611196 KiB
Current children cumulated memory: 2359040 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.16 4.09 6/263 182995
/proc/meminfo: memFree=124108728/131249996 swapFree=33010416/33010684
[pid=182775] ppid=182763 vsize=2797756 memory=2545576 CPUtime=3333.42 cores=1,3
/proc/182775/stat : 182775 (uwrmaxsat) R 182763 182775 181203 0 -1 4194304 415886 0 0 0 332941 401 0 0 20 0 1 0 239554163 2864902144 636394 18446744073709551615 4198400 6176925 140723290999440 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 21098496 140723291007336 140723291007463 140723291007463 140723291013067 0
/proc/182775/statm: 699439 636394 512 484 0 698850 0
Current children cumulated CPU time: 3333.42 s
Current children cumulated vsize: 2797756 KiB
Current children cumulated memory: 2545576 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.14 4.09 6/263 182998
/proc/meminfo: memFree=124302412/131249996 swapFree=33010416/33010684
[pid=182775] ppid=182763 vsize=2614036 memory=2362116 CPUtime=3393.26 cores=1,3
/proc/182775/stat : 182775 (uwrmaxsat) R 182763 182775 181203 0 -1 4194304 418102 0 0 0 338922 404 0 0 20 0 1 0 239554163 2676772864 590529 18446744073709551615 4198400 6176925 140723290999440 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 21098496 140723291007336 140723291007463 140723291007463 140723291013067 0
/proc/182775/statm: 653509 590529 512 484 0 652920 0
Current children cumulated CPU time: 3393.26 s
Current children cumulated vsize: 2614036 KiB
Current children cumulated memory: 2362116 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.13 4.09 6/263 183000
/proc/meminfo: memFree=124241364/131249996 swapFree=33010416/33010684
[pid=182775] ppid=182763 vsize=2654748 memory=2403924 CPUtime=3453.11 cores=1,3
/proc/182775/stat : 182775 (uwrmaxsat) R 182763 182775 181203 0 -1 4194304 421419 0 0 0 344904 407 0 0 20 0 1 0 239554163 2718461952 600981 18446744073709551615 4198400 6176925 140723290999440 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 21098496 140723291007336 140723291007463 140723291007463 140723291013067 0
/proc/182775/statm: 663687 600981 512 484 0 663098 0
Current children cumulated CPU time: 3453.11 s
Current children cumulated vsize: 2654748 KiB
Current children cumulated memory: 2403924 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.12 4.09 6/263 183002
/proc/meminfo: memFree=124251504/131249996 swapFree=33010416/33010684
[pid=182775] ppid=182763 vsize=2657316 memory=2406492 CPUtime=3512.96 cores=1,3
/proc/182775/stat : 182775 (uwrmaxsat) R 182763 182775 181203 0 -1 4194304 422582 0 0 0 350885 411 0 0 20 0 1 0 239554163 2721091584 601623 18446744073709551615 4198400 6176925 140723290999440 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 21098496 140723291007336 140723291007463 140723291007463 140723291013067 0
/proc/182775/statm: 664329 601623 512 484 0 663740 0
Current children cumulated CPU time: 3512.96 s
Current children cumulated vsize: 2657316 KiB
Current children cumulated memory: 2406492 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.11 4.09 6/263 183009
/proc/meminfo: memFree=124339420/131249996 swapFree=33010416/33010684
[pid=182775] ppid=182763 vsize=2543496 memory=2325324 CPUtime=3572.81 cores=1,3
/proc/182775/stat : 182775 (uwrmaxsat) R 182763 182775 181203 0 -1 4194304 424524 0 0 0 356865 416 0 0 20 0 1 0 239554163 2604539904 581331 18446744073709551615 4198400 6176925 140723290999440 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 21098496 140723291007336 140723291007463 140723291007463 140723291013067 0
/proc/182775/statm: 635874 581331 512 484 0 635285 0
Current children cumulated CPU time: 3572.81 s
Current children cumulated vsize: 2543496 KiB
Current children cumulated memory: 2325324 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.6 s]
/proc/loadavg: 4.11 4.12 4.09 6/263 183011
/proc/meminfo: memFree=124322600/131249996 swapFree=33010416/33010684
[pid=182775] ppid=182763 vsize=2543496 memory=2325324 CPUtime=3600.04 cores=1,3
/proc/182775/stat : 182775 (uwrmaxsat) R 182763 182775 181203 0 -1 4194304 424909 0 0 0 359588 416 0 0 20 0 1 0 239554163 2604539904 581331 18446744073709551615 4198400 6176925 140723290999440 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 21098496 140723291007336 140723291007463 140723291007463 140723291013067 0
/proc/182775/statm: 635874 581331 512 484 0 635285 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 2543496 KiB
Current children cumulated memory: 2325324 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.89 s, system=4.17171 s

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

Child status: 0

Real time (s): 3609.61
CPU time (s): 3600.06
CPU user time (s): 3595.89
CPU system time (s): 4.17171
CPU usage (%): 99.7355
Max. virtual memory (cumulated for all children) (KiB): 3228488
Max. memory (cumulated for all children) (KiB): 2967340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.89
system time used= 4.17171
maximum resident set size= 2967340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 424909
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= 184
involuntary context switches= 1398


# summary of solver processes directly reported to runsolver:
#   pid: 182775
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3595.89
#   total CPU system time (s): 4.17171

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.80185 second user time and 15.9509 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-07-23 04:46:04
IDJOB=4545286
IDBENCH=180787
IDSOLVER=3372
FILE ID=nodeC022/4545286-1753238764
RUNJOBID= nodeC022-1753238764-182731
SLURM_JOB_ID= 9687849
Free space on /tmp= 432804 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-AverageAvoiding-20_c24.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545286-1753238764/watcher-4545286-1753238764 -o /tmp/evaluation-result-4545286-1753238764/solver-4545286-1753238764 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1753238764-182731 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4545286-1753238764.opb -mem-lim=31000

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

MD5SUM BENCH= fea607129b7127550b39e04c37b78aae
RANDOM SEED=1123227430

nodeC022 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.331
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.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	: 0xb00002a
cpu MHz		: 3602.379
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.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	: 0xb00002a
cpu MHz		: 3599.716
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.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	: 0xb00002a
cpu MHz		: 3599.459
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.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	: 0xb00002a
cpu MHz		: 3594.642
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.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	: 0xb00002a
cpu MHz		: 3598.800
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.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	: 0xb00002a
cpu MHz		: 3599.091
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.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	: 0xb00002a
cpu MHz		: 3599.714
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        128489796 kB
MemAvailable:   129684164 kB
Buffers:            2128 kB
Cached:          1943952 kB
SwapCached:           32 kB
Active:          1217612 kB
Inactive:         802180 kB
Active(anon):      97808 kB
Inactive(anon):     2124 kB
Active(file):    1119804 kB
Inactive(file):   800056 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             24636 kB
Writeback:            52 kB
AnonPages:         76880 kB
Mapped:           109004 kB
Shmem:             26220 kB
KReclaimable:     227096 kB
Slab:             323940 kB
SReclaimable:     227096 kB
SUnreclaim:        96844 kB
KernelStack:        4080 kB
PageTables:         2860 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     350588 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432784 MiB
End job on nodeC022 at 2025-07-23 05:46:14