Trace number 4545442

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.4

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/wallon/
normalized-MisteryShopper-mini-5-10-2-6-0_c24.opb
MD5SUM533dc96f2f67a4db8413c4c2a7be8312
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 benchmark19.0046
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables53041
Total number of constraints39169
Number of constraints which are clauses12241
Number of constraints which are cardinality constraints (but not clauses)1968
Number of constraints which are nor clauses,nor cardinality constraints24960
Minimum length of a constraint1
Maximum length of a constraint53
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 47
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1191
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.39/0.46	c Converting 41088 PB-constraints to clauses...
3.37/3.44	c ============================[ Encoding Statistics ]============================
3.37/3.44	c |  Number of variables:        429600                                         |
3.37/3.44	c |  Number of clauses:         2204880                                         |
3.37/3.44	c ===============================================================================
3600.04/3609.40	c *** TERMINATED by signal 15 ***
3600.04/3609.40	c _______________________________________________________________________________
3600.04/3609.40	c 
3600.04/3609.40	c _______________________________________________________________________________
3600.04/3609.40	c 
3600.04/3609.40	c =======================[ UWrMaxSat resources usage ]===========================
3600.04/3609.40	c Memory used            : 943.00 MB
3600.04/3609.40	c CPU time               : 3597.76 s
3600.04/3609.40	c Constr Enc: Srt/BDD/Add: 26688 0 0
3600.04/3609.40	c _______________________________________________________________________________
3600.04/3609.40	c _______________________________________________________________________________
3600.04/3609.40	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 (61266 MiB free)
  memory of node 1: 64507 MiB (60886 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4545442-1753239590/watcher-4545442-1753239590 -o /tmp/evaluation-result-4545442-1753239590/solver-4545442-1753239590 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1753238764-182732 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4545442-1753239590.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=182870, runsolver pid=182867

[startup+0.100065 s]*
/proc/loadavg: 4.18 3.97 3.24 5/263 182871
/proc/meminfo: memFree=125071252/131249996 swapFree=33010416/33010684
[pid=182870] ppid=182867 vsize=17496 memory=15860 CPUtime=0.09 cores=5,7
/proc/182870/stat : 182870 (uwrmaxsat) R 182867 182870 181203 0 -1 4194304 3757 0 0 0 9 0 0 0 20 0 1 0 239636802 17915904 3965 18446744073709551615 4198400 6176925 140734611537792 0 0 0 0 0 27682 0 0 0 17 7 0 0 0 0 0 6553704 6596784 17821696 140734611544424 140734611544551 140734611544551 140734611550155 0
/proc/182870/statm: 4374 3965 448 484 0 3785 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 17496 KiB
Current children cumulated memory: 15860 KiB

[startup+0.205661 s]*
/proc/loadavg: 4.18 3.97 3.24 5/263 182871
/proc/meminfo: memFree=125051344/131249996 swapFree=33010416/33010684
[pid=182870] ppid=182867 vsize=31304 memory=29056 CPUtime=0.19 cores=5,7
/proc/182870/stat : 182870 (uwrmaxsat) R 182867 182870 181203 0 -1 4194304 7254 0 0 0 19 0 0 0 20 0 1 0 239636802 32055296 7264 18446744073709551615 4198400 6176925 140734611537792 0 0 0 0 0 27682 0 0 0 17 7 0 0 0 0 0 6553704 6596784 17821696 140734611544424 140734611544551 140734611544551 140734611550155 0
/proc/182870/statm: 7826 7264 448 484 0 7237 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 31304 KiB
Current children cumulated memory: 29056 KiB

[startup+0.305572 s]*
/proc/loadavg: 4.18 3.97 3.24 5/263 182871
/proc/meminfo: memFree=125043280/131249996 swapFree=33010416/33010684
[pid=182870] ppid=182867 vsize=45820 memory=43392 CPUtime=0.29 cores=5,7
/proc/182870/stat : 182870 (uwrmaxsat) R 182867 182870 181203 0 -1 4194304 10838 0 0 0 28 1 0 0 20 0 1 0 239636802 46919680 10848 18446744073709551615 4198400 6176925 140734611537792 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 17821696 140734611544424 140734611544551 140734611544551 140734611550155 0
/proc/182870/statm: 11455 10848 448 484 0 10866 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 45820 KiB
Current children cumulated memory: 43392 KiB

[startup+0.700187 s]
/proc/loadavg: 4.18 3.97 3.24 5/263 182871
/proc/meminfo: memFree=125011276/131249996 swapFree=33010416/33010684
[pid=182870] ppid=182867 vsize=96496 memory=91436 CPUtime=0.67 cores=5,7
/proc/182870/stat : 182870 (uwrmaxsat) R 182867 182870 181203 0 -1 4194304 24019 0 0 0 64 3 0 0 20 0 1 0 239636802 98811904 22859 18446744073709551615 4198400 6176925 140734611537792 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 17821696 140734611544424 140734611544551 140734611544551 140734611550155 0
/proc/182870/statm: 24124 22859 448 484 0 23535 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 96496 KiB
Current children cumulated memory: 91436 KiB

[startup+1.50018 s]
/proc/loadavg: 4.18 3.97 3.24 5/263 182871
/proc/meminfo: memFree=124943356/131249996 swapFree=33010416/33010684
[pid=182870] ppid=182867 vsize=274564 memory=242588 CPUtime=1.47 cores=5,7
/proc/182870/stat : 182870 (uwrmaxsat) R 182867 182870 181203 0 -1 4194304 42908 0 0 0 138 9 0 0 20 0 1 0 239636802 281153536 60647 18446744073709551615 4198400 6176925 140734611537792 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 17821696 140734611544424 140734611544551 140734611544551 140734611550155 0
/proc/182870/statm: 68641 60647 448 484 0 68052 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 274564 KiB
Current children cumulated memory: 242588 KiB

[startup+3.10548 s]
/proc/loadavg: 4.16 3.97 3.25 5/263 182871
/proc/meminfo: memFree=124441352/131249996 swapFree=33010416/33010684
[pid=182870] ppid=182867 vsize=736596 memory=670940 CPUtime=3.07 cores=5,7
/proc/182870/stat : 182870 (uwrmaxsat) R 182867 182870 181203 0 -1 4194304 80134 0 0 0 285 22 0 0 20 0 1 0 239636802 754274304 167735 18446744073709551615 4198400 6176925 140734611537792 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 17821696 140734611544424 140734611544551 140734611544551 140734611550155 0
/proc/182870/statm: 184149 167735 448 484 0 183560 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 736596 KiB
Current children cumulated memory: 670940 KiB

[startup+6.30018 s]
/proc/loadavg: 4.16 3.97 3.25 5/263 182871
/proc/meminfo: memFree=124245516/131249996 swapFree=33010416/33010684
[pid=182870] ppid=182867 vsize=868960 memory=800684 CPUtime=6.26 cores=5,7
/proc/182870/stat : 182870 (uwrmaxsat) R 182867 182870 181203 0 -1 4194304 93291 0 0 0 593 33 0 0 20 0 1 0 239636802 889815040 200171 18446744073709551615 4198400 6176925 140734611537792 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 17821696 140734611544424 140734611544551 140734611544551 140734611550155 0
/proc/182870/statm: 217240 200171 512 484 0 216651 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 868960 KiB
Current children cumulated memory: 800684 KiB

[startup+12.7002 s]
/proc/loadavg: 4.21 3.99 3.26 5/263 182871
/proc/meminfo: memFree=124224812/131249996 swapFree=33010416/33010684
[pid=182870] ppid=182867 vsize=864944 memory=752364 CPUtime=12.64 cores=5,7
/proc/182870/stat : 182870 (uwrmaxsat) R 182867 182870 181203 0 -1 4194304 100157 0 0 0 1225 39 0 0 20 0 1 0 239636802 885702656 188091 18446744073709551615 4198400 6176925 140734611537792 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 17821696 140734611544424 140734611544551 140734611544551 140734611550155 0
/proc/182870/statm: 216236 188091 512 484 0 215647 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 864944 KiB
Current children cumulated memory: 752364 KiB

[startup+25.5002 s]
/proc/loadavg: 4.18 3.99 3.27 5/263 182871
/proc/meminfo: memFree=124309440/131249996 swapFree=33010416/33010684
[pid=182870] ppid=182867 vsize=805276 memory=738740 CPUtime=25.4 cores=5,7
/proc/182870/stat : 182870 (uwrmaxsat) R 182867 182870 181203 0 -1 4194304 106646 0 0 0 2490 50 0 0 20 0 1 0 239636802 824602624 184685 18446744073709551615 4198400 6176925 140734611537792 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 17821696 140734611544424 140734611544551 140734611544551 140734611550155 0
/proc/182870/statm: 201319 184685 512 484 0 200730 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 805276 KiB
Current children cumulated memory: 738740 KiB

[startup+51.1058 s]
/proc/loadavg: 4.12 3.99 3.29 5/263 182871
/proc/meminfo: memFree=124332584/131249996 swapFree=33010416/33010684
[pid=182870] ppid=182867 vsize=803480 memory=741036 CPUtime=50.93 cores=5,7
/proc/182870/stat : 182870 (uwrmaxsat) R 182867 182870 181203 0 -1 4194304 113174 0 0 0 5027 66 0 0 20 0 1 0 239636802 822763520 185259 18446744073709551615 4198400 6176925 140734611537792 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 17821696 140734611544424 140734611544551 140734611544551 140734611550155 0
/proc/182870/statm: 200870 185259 512 484 0 200281 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 803480 KiB
Current children cumulated memory: 741036 KiB

[startup+102.3 s]
/proc/loadavg: 4.15 4.02 3.35 5/262 182884
/proc/meminfo: memFree=124319956/131249996 swapFree=33010416/33010684
[pid=182870] ppid=182867 vsize=803688 memory=745352 CPUtime=101.98 cores=5,7
/proc/182870/stat : 182870 (uwrmaxsat) R 182867 182870 181203 0 -1 4194304 122021 0 0 0 10111 87 0 0 20 0 1 0 239636802 822976512 186338 18446744073709551615 4198400 6176925 140734611537792 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 17821696 140734611544424 140734611544551 140734611544551 140734611550155 0
/proc/182870/statm: 200922 186338 512 484 0 200333 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 803688 KiB
Current children cumulated memory: 745352 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.03 3.39 5/262 182886
/proc/meminfo: memFree=124331748/131249996 swapFree=33010416/33010684
[pid=182870] ppid=182867 vsize=875340 memory=819020 CPUtime=161.79 cores=5,7
/proc/182870/stat : 182870 (uwrmaxsat) R 182867 182870 181203 0 -1 4194304 129317 0 0 0 16074 105 0 0 20 0 1 0 239636802 896348160 204755 18446744073709551615 4198400 6176925 140734611537792 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 17821696 140734611544424 140734611544551 140734611544551 140734611550155 0
/proc/182870/statm: 218835 204755 512 484 0 218246 0
Current children cumulated CPU time: 161.79 s
Current children cumulated vsize: 875340 KiB
Current children cumulated memory: 819020 KiB

[startup+222.3 s]
/proc/loadavg: 4.21 4.07 3.45 5/262 182888
/proc/meminfo: memFree=124316512/131249996 swapFree=33010416/33010684
[pid=182870] ppid=182867 vsize=801132 memory=743968 CPUtime=221.62 cores=5,7
/proc/182870/stat : 182870 (uwrmaxsat) R 182867 182870 181203 0 -1 4194304 132608 0 0 0 22049 113 0 0 20 0 1 0 239636802 820359168 185992 18446744073709551615 4198400 6176925 140734611537792 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 17821696 140734611544424 140734611544551 140734611544551 140734611550155 0
/proc/182870/statm: 200283 185992 512 484 0 199694 0
Current children cumulated CPU time: 221.62 s
Current children cumulated vsize: 801132 KiB
Current children cumulated memory: 743968 KiB

[startup+282.3 s]
/proc/loadavg: 4.14 4.07 3.49 5/262 182890
/proc/meminfo: memFree=124313484/131249996 swapFree=33010416/33010684
[pid=182870] ppid=182867 vsize=862952 memory=743776 CPUtime=281.45 cores=5,7
/proc/182870/stat : 182870 (uwrmaxsat) R 182867 182870 181203 0 -1 4194304 136478 0 0 0 28024 121 0 0 20 0 1 0 239636802 883662848 185944 18446744073709551615 4198400 6176925 140734611537792 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 17821696 140734611544424 140734611544551 140734611544551 140734611550155 0
/proc/182870/statm: 215738 185944 512 484 0 215149 0
Current children cumulated CPU time: 281.45 s
Current children cumulated vsize: 862952 KiB
Current children cumulated memory: 743776 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 4.07 3.53 5/262 182897
/proc/meminfo: memFree=124303540/131249996 swapFree=33010416/33010684
[pid=182870] ppid=182867 vsize=912272 memory=793044 CPUtime=341.29 cores=5,7
/proc/182870/stat : 182870 (uwrmaxsat) R 182867 182870 181203 0 -1 4194304 140569 0 0 0 33999 130 0 0 20 0 1 0 239636802 934166528 198261 18446744073709551615 4198400 6176925 140734611537792 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 17821696 140734611544424 140734611544551 140734611544551 140734611550155 0
/proc/182870/statm: 228068 198261 512 484 0 227479 0
Current children cumulated CPU time: 341.29 s
Current children cumulated vsize: 912272 KiB
Current children cumulated memory: 793044 KiB

[startup+402.3 s]
/proc/loadavg: 4.15 4.09 3.57 5/263 182900
/proc/meminfo: memFree=124333620/131249996 swapFree=33010416/33010684
[pid=182870] ppid=182867 vsize=859468 memory=740292 CPUtime=401.12 cores=5,7
/proc/182870/stat : 182870 (uwrmaxsat) R 182867 182870 181203 0 -1 4194304 144974 0 0 0 39973 139 0 0 20 0 1 0 239636802 880095232 185073 18446744073709551615 4198400 6176925 140734611537792 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 17821696 140734611544424 140734611544551 140734611544551 140734611550155 0
/proc/182870/statm: 214867 185073 512 484 0 214278 0
Current children cumulated CPU time: 401.12 s
Current children cumulated vsize: 859468 KiB
Current children cumulated memory: 740292 KiB

[startup+462.3 s]
/proc/loadavg: 4.16 4.10 3.61 5/263 182902
/proc/meminfo: memFree=124355220/131249996 swapFree=33010416/33010684
[pid=182870] ppid=182867 vsize=860236 memory=741060 CPUtime=460.97 cores=5,7
/proc/182870/stat : 182870 (uwrmaxsat) R 182867 182870 181203 0 -1 4194304 148956 0 0 0 45950 147 0 0 20 0 1 0 239636802 880881664 185265 18446744073709551615 4198400 6176925 140734611537792 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 17821696 140734611544424 140734611544551 140734611544551 140734611550155 0
/proc/182870/statm: 215059 185265 512 484 0 214470 0

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

Current children cumulated memory: 710656 KiB

[startup+2862.3 s]
/proc/loadavg: 1.88 3.39 3.84 2/244 183106
/proc/meminfo: memFree=127750200/131249996 swapFree=33010416/33010684
[pid=182870] ppid=182867 vsize=809096 memory=710656 CPUtime=2854.61 cores=5,7
/proc/182870/stat : 182870 (uwrmaxsat) R 182867 182870 181203 0 -1 4194304 191426 0 0 0 285233 228 0 0 20 0 1 0 239636802 828514304 177664 18446744073709551615 4198400 6176925 140734611537792 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 17821696 140734611544424 140734611544551 140734611544551 140734611550155 0
/proc/182870/statm: 202274 177664 512 484 0 201685 0
Current children cumulated CPU time: 2854.61 s
Current children cumulated vsize: 809096 KiB
Current children cumulated memory: 710656 KiB

[startup+2922.3 s]
/proc/loadavg: 1.37 2.97 3.66 2/244 183108
/proc/meminfo: memFree=127750024/131249996 swapFree=33010416/33010684
[pid=182870] ppid=182867 vsize=809096 memory=710656 CPUtime=2914.48 cores=5,7
/proc/182870/stat : 182870 (uwrmaxsat) R 182867 182870 181203 0 -1 4194304 191492 0 0 0 291220 228 0 0 20 0 1 0 239636802 828514304 177664 18446744073709551615 4198400 6176925 140734611537792 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 17821696 140734611544424 140734611544551 140734611544551 140734611550155 0
/proc/182870/statm: 202274 177664 512 484 0 201685 0
Current children cumulated CPU time: 2914.48 s
Current children cumulated vsize: 809096 KiB
Current children cumulated memory: 710656 KiB

[startup+2982.3 s]
/proc/loadavg: 1.32 2.66 3.51 2/245 183111
/proc/meminfo: memFree=127749940/131249996 swapFree=33010416/33010684
[pid=182870] ppid=182867 vsize=809096 memory=710656 CPUtime=2974.34 cores=5,7
/proc/182870/stat : 182870 (uwrmaxsat) R 182867 182870 181203 0 -1 4194304 191547 0 0 0 297206 228 0 0 20 0 1 0 239636802 828514304 177664 18446744073709551615 4198400 6176925 140734611537792 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 17821696 140734611544424 140734611544551 140734611544551 140734611550155 0
/proc/182870/statm: 202274 177664 512 484 0 201685 0
Current children cumulated CPU time: 2974.34 s
Current children cumulated vsize: 809096 KiB
Current children cumulated memory: 710656 KiB

[startup+3042.3 s]
/proc/loadavg: 1.11 2.35 3.35 2/246 183116
/proc/meminfo: memFree=127750220/131249996 swapFree=33010416/33010684
[pid=182870] ppid=182867 vsize=809096 memory=710656 CPUtime=3034.21 cores=5,7
/proc/182870/stat : 182870 (uwrmaxsat) R 182867 182870 181203 0 -1 4194304 191558 0 0 0 303193 228 0 0 20 0 1 0 239636802 828514304 177664 18446744073709551615 4198400 6176925 140734611537792 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 17821696 140734611544424 140734611544551 140734611544551 140734611550155 0
/proc/182870/statm: 202274 177664 512 484 0 201685 0
Current children cumulated CPU time: 3034.21 s
Current children cumulated vsize: 809096 KiB
Current children cumulated memory: 710656 KiB

[startup+3102.3 s]
/proc/loadavg: 1.08 2.12 3.20 2/246 183118
/proc/meminfo: memFree=127749204/131249996 swapFree=33010416/33010684
[pid=182870] ppid=182867 vsize=809096 memory=710656 CPUtime=3094.08 cores=5,7
/proc/182870/stat : 182870 (uwrmaxsat) R 182867 182870 181203 0 -1 4194304 192221 0 0 0 309179 229 0 0 20 0 1 0 239636802 828514304 177664 18446744073709551615 4198400 6176925 140734611537792 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 17821696 140734611544424 140734611544551 140734611544551 140734611550155 0
/proc/182870/statm: 202274 177664 512 484 0 201685 0
Current children cumulated CPU time: 3094.08 s
Current children cumulated vsize: 809096 KiB
Current children cumulated memory: 710656 KiB

[startup+3162.3 s]
/proc/loadavg: 1.13 1.94 3.07 2/246 183120
/proc/meminfo: memFree=127748816/131249996 swapFree=33010416/33010684
[pid=182870] ppid=182867 vsize=809096 memory=712704 CPUtime=3153.95 cores=5,7
/proc/182870/stat : 182870 (uwrmaxsat) R 182867 182870 181203 0 -1 4194304 192227 0 0 0 315166 229 0 0 20 0 1 0 239636802 828514304 178176 18446744073709551615 4198400 6176925 140734611537792 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 17821696 140734611544424 140734611544551 140734611544551 140734611550155 0
/proc/182870/statm: 202274 178176 512 484 0 201685 0
Current children cumulated CPU time: 3153.95 s
Current children cumulated vsize: 809096 KiB
Current children cumulated memory: 712704 KiB

[startup+3222.3 s]
/proc/loadavg: 1.10 1.78 2.95 2/246 183122
/proc/meminfo: memFree=127743132/131249996 swapFree=33010416/33010684
[pid=182870] ppid=182867 vsize=809096 memory=714752 CPUtime=3213.8 cores=5,7
/proc/182870/stat : 182870 (uwrmaxsat) R 182867 182870 181203 0 -1 4194304 192885 0 0 0 321151 229 0 0 20 0 1 0 239636802 828514304 178688 18446744073709551615 4198400 6176925 140734611537792 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 17821696 140734611544424 140734611544551 140734611544551 140734611550155 0
/proc/182870/statm: 202274 178688 512 484 0 201685 0
Current children cumulated CPU time: 3213.8 s
Current children cumulated vsize: 809096 KiB
Current children cumulated memory: 714752 KiB

[startup+3282.3 s]
/proc/loadavg: 1.15 1.67 2.83 2/245 183124
/proc/meminfo: memFree=127743180/131249996 swapFree=33010416/33010684
[pid=182870] ppid=182867 vsize=809096 memory=714752 CPUtime=3273.67 cores=5,7
/proc/182870/stat : 182870 (uwrmaxsat) R 182867 182870 181203 0 -1 4194304 192897 0 0 0 327138 229 0 0 20 0 1 0 239636802 828514304 178688 18446744073709551615 4198400 6176925 140734611537792 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 17821696 140734611544424 140734611544551 140734611544551 140734611550155 0
/proc/182870/statm: 202274 178688 512 484 0 201685 0
Current children cumulated CPU time: 3273.67 s
Current children cumulated vsize: 809096 KiB
Current children cumulated memory: 714752 KiB

[startup+3342.3 s]
/proc/loadavg: 1.11 1.56 2.72 2/244 183130
/proc/meminfo: memFree=127743292/131249996 swapFree=33010416/33010684
[pid=182870] ppid=182867 vsize=809096 memory=714752 CPUtime=3333.54 cores=5,7
/proc/182870/stat : 182870 (uwrmaxsat) R 182867 182870 181203 0 -1 4194304 192963 0 0 0 333125 229 0 0 20 0 1 0 239636802 828514304 178688 18446744073709551615 4198400 6176925 140734611537792 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 17821696 140734611544424 140734611544551 140734611544551 140734611550155 0
/proc/182870/statm: 202274 178688 512 484 0 201685 0
Current children cumulated CPU time: 3333.54 s
Current children cumulated vsize: 809096 KiB
Current children cumulated memory: 714752 KiB

[startup+3402.3 s]
/proc/loadavg: 1.08 1.47 2.61 2/244 183132
/proc/meminfo: memFree=127743516/131249996 swapFree=33010416/33010684
[pid=182870] ppid=182867 vsize=809096 memory=714752 CPUtime=3393.41 cores=5,7
/proc/182870/stat : 182870 (uwrmaxsat) R 182867 182870 181203 0 -1 4194304 193005 0 0 0 339112 229 0 0 20 0 1 0 239636802 828514304 178688 18446744073709551615 4198400 6176925 140734611537792 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 17821696 140734611544424 140734611544551 140734611544551 140734611550155 0
/proc/182870/statm: 202274 178688 512 484 0 201685 0
Current children cumulated CPU time: 3393.41 s
Current children cumulated vsize: 809096 KiB
Current children cumulated memory: 714752 KiB

[startup+3462.3 s]
/proc/loadavg: 1.14 1.41 2.52 2/245 183135
/proc/meminfo: memFree=127743308/131249996 swapFree=33010416/33010684
[pid=182870] ppid=182867 vsize=809096 memory=714752 CPUtime=3453.27 cores=5,7
/proc/182870/stat : 182870 (uwrmaxsat) R 182867 182870 181203 0 -1 4194304 193022 0 0 0 345098 229 0 0 20 0 1 0 239636802 828514304 178688 18446744073709551615 4198400 6176925 140734611537792 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 17821696 140734611544424 140734611544551 140734611544551 140734611550155 0
/proc/182870/statm: 202274 178688 512 484 0 201685 0
Current children cumulated CPU time: 3453.27 s
Current children cumulated vsize: 809096 KiB
Current children cumulated memory: 714752 KiB

[startup+3522.3 s]
/proc/loadavg: 1.10 1.35 2.43 2/245 183137
/proc/meminfo: memFree=127743212/131249996 swapFree=33010416/33010684
[pid=182870] ppid=182867 vsize=809096 memory=714752 CPUtime=3513.14 cores=5,7
/proc/182870/stat : 182870 (uwrmaxsat) R 182867 182870 181203 0 -1 4194304 193146 0 0 0 351085 229 0 0 20 0 1 0 239636802 828514304 178688 18446744073709551615 4198400 6176925 140734611537792 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 17821696 140734611544424 140734611544551 140734611544551 140734611550155 0
/proc/182870/statm: 202274 178688 512 484 0 201685 0
Current children cumulated CPU time: 3513.14 s
Current children cumulated vsize: 809096 KiB
Current children cumulated memory: 714752 KiB

[startup+3582.3 s]
/proc/loadavg: 1.15 1.32 2.35 2/245 183139
/proc/meminfo: memFree=127743324/131249996 swapFree=33010416/33010684
[pid=182870] ppid=182867 vsize=809096 memory=714752 CPUtime=3573 cores=5,7
/proc/182870/stat : 182870 (uwrmaxsat) R 182867 182870 181203 0 -1 4194304 193148 0 0 0 357071 229 0 0 20 0 1 0 239636802 828514304 178688 18446744073709551615 4198400 6176925 140734611537792 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 17821696 140734611544424 140734611544551 140734611544551 140734611550155 0
/proc/182870/statm: 202274 178688 512 484 0 201685 0
Current children cumulated CPU time: 3573 s
Current children cumulated vsize: 809096 KiB
Current children cumulated memory: 714752 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.4 s]
/proc/loadavg: 1.10 1.29 2.31 2/245 183139
/proc/meminfo: memFree=127743324/131249996 swapFree=33010416/33010684
[pid=182870] ppid=182867 vsize=809096 memory=714752 CPUtime=3600.04 cores=5,7
/proc/182870/stat : 182870 (uwrmaxsat) R 182867 182870 181203 0 -1 4194304 193155 0 0 0 359775 229 0 0 20 0 1 0 239636802 828514304 178688 18446744073709551615 4198400 6176925 140734611537792 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 17821696 140734611544424 140734611544551 140734611544551 140734611550155 0
/proc/182870/statm: 202274 178688 512 484 0 201685 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 809096 KiB
Current children cumulated memory: 714752 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.76 s, system=2.30033 s

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

Child status: 0

Real time (s): 3609.4
CPU time (s): 3600.06
CPU user time (s): 3597.76
CPU system time (s): 2.30033
CPU usage (%): 99.7412
Max. virtual memory (cumulated for all children) (KiB): 966564
Max. memory (cumulated for all children) (KiB): 881544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.76
system time used= 2.30033
maximum resident set size= 881544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 193155
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= 67
involuntary context switches= 1394


# summary of solver processes directly reported to runsolver:
#   pid: 182870
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3597.76
#   total CPU system time (s): 2.30033

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.71991 second user time and 17.0946 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-07-23 04:59:50
IDJOB=4545442
IDBENCH=180858
IDSOLVER=3372
FILE ID=nodeC022/4545442-1753239590
RUNJOBID= nodeC022-1753238764-182732
SLURM_JOB_ID= 9687849
Free space on /tmp= 432788 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-MisteryShopper-mini-5-10-2-6-0_c24.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545442-1753239590/watcher-4545442-1753239590 -o /tmp/evaluation-result-4545442-1753239590/solver-4545442-1753239590 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1753238764-182732 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4545442-1753239590.opb -mem-lim=31000

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

MD5SUM BENCH= 533dc96f2f67a4db8413c4c2a7be8312
RANDOM SEED=1481558825

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.699
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		: 3599.632
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.931
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.845
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		: 3599.686
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		: 3599.684
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		: 3600.183
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		: 3597.276
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:        125084288 kB
MemAvailable:   126281960 kB
Buffers:            2128 kB
Cached:          1947256 kB
SwapCached:           32 kB
Active:          4561324 kB
Inactive:         805468 kB
Active(anon):    3441504 kB
Inactive(anon):     2124 kB
Active(file):    1119820 kB
Inactive(file):   803344 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4872 kB
Writeback:             0 kB
AnonPages:       3420496 kB
Mapped:           115800 kB
Shmem:             26220 kB
KReclaimable:     227096 kB
Slab:             323356 kB
SReclaimable:     227096 kB
SUnreclaim:        96260 kB
KernelStack:        4256 kB
PageTables:         9736 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    4073008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2129920 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= 432808 MiB
End job on nodeC022 at 2025-07-23 06:00:00