Trace number 4505507

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 NameAnswerobjective functionCPU timeWall clock time
UWrMaxSat 2025-06-04? (TO) 3600.35 3611.12

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_6_mh.opb
MD5SUMae4404ba779864fb11c76f88911c57d7
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark13487619
Best CPU time to get the best result obtained on this benchmark68653.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000400
Total number of constraints4920807
Number of constraints which are clauses3910700
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints1010000
Minimum length of a constraint2
Maximum length of a constraint14950
Number of terms in the objective function 1019200
Biggest coefficient in the objective function 172808693
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 411931129818
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 172808693
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 411931129818
Number of bits of the biggest sum of numbers39
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...
26.53/26.66	c Converting 4940608 PB-constraints to clauses...
3600.02/3610.80	c *** TERMINATED by signal 15 ***
3600.02/3610.80	c _______________________________________________________________________________
3600.02/3610.80	c 
3600.02/3610.80	c _______________________________________________________________________________
3600.02/3610.80	c 
3600.02/3610.80	c =======================[ UWrMaxSat resources usage ]===========================
3600.02/3610.80	c Memory used            : 22708.00 MB
3600.02/3610.80	c CPU time               : 3570.85 s
3600.02/3610.80	c Constr Enc: Srt/BDD/Add: 1005153 0 1
3600.02/3610.80	c Reused sorter inputs   : 198 of 4100200 inputs (0.00% in avg) in 1015258 sorters
3600.02/3610.80	c _______________________________________________________________________________
3600.02/3610.80	c _______________________________________________________________________________
3600.02/3610.80	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 (62350 MiB free)
  memory of node 1: 64507 MiB (63489 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=74763, runsolver pid=74759
Current StackSize limit: 8192 KiB


[startup+0.100063 s]*
/proc/loadavg: 0.97 1.10 1.68 5/266 74769
/proc/meminfo: memFree=128741704/131250000 swapFree=33010416/33010684
[pid=74763] ppid=74759 vsize=44200 memory=42576 CPUtime=0.1 cores=4,6
/proc/74763/stat : 74763 (uwrmaxsat) R 74759 74763 74698 0 -1 4194304 10252 0 0 0 9 1 0 0 20 0 1 0 64119704 45260800 10644 18446744073709551615 4198400 6176925 140721272789920 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 24051712 140721272797546 140721272797673 140721272797673 140721272803275 0
/proc/74763/statm: 11050 10644 448 484 0 10461 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 44200 KiB
Current children cumulated memory: 42576 KiB

[startup+0.205573 s]*
/proc/loadavg: 0.97 1.10 1.68 5/266 74769
/proc/meminfo: memFree=128624896/131250000 swapFree=33010416/33010684
[pid=74763] ppid=74759 vsize=86636 memory=83964 CPUtime=0.2 cores=4,6
/proc/74763/stat : 74763 (uwrmaxsat) R 74759 74763 74698 0 -1 4194304 17037 0 0 0 18 2 0 0 20 0 1 0 64119704 88715264 20991 18446744073709551615 4198400 6176925 140721272789920 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 24051712 140721272797546 140721272797673 140721272797673 140721272803275 0
/proc/74763/statm: 21659 20991 448 484 0 21070 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 86636 KiB
Current children cumulated memory: 83964 KiB

[startup+0.305473 s]*
/proc/loadavg: 0.97 1.10 1.68 5/266 74769
/proc/meminfo: memFree=128483064/131250000 swapFree=33010416/33010684
[pid=74763] ppid=74759 vsize=152048 memory=145724 CPUtime=0.3 cores=4,6
/proc/74763/stat : 74763 (uwrmaxsat) R 74759 74763 74698 0 -1 4194304 22756 0 0 0 26 4 0 0 20 0 1 0 64119704 155697152 36431 18446744073709551615 4198400 6176925 140721272789920 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 24051712 140721272797546 140721272797673 140721272797673 140721272803275 0
/proc/74763/statm: 38012 36431 448 484 0 37423 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 152048 KiB
Current children cumulated memory: 145724 KiB

[startup+0.700165 s]
/proc/loadavg: 0.97 1.10 1.68 5/266 74769
/proc/meminfo: memFree=128164240/131250000 swapFree=33010416/33010684
[pid=74763] ppid=74759 vsize=320488 memory=311856 CPUtime=0.69 cores=4,6
/proc/74763/stat : 74763 (uwrmaxsat) R 74759 74763 74698 0 -1 4194304 33662 0 0 0 61 8 0 0 20 0 1 0 64119704 328179712 77964 18446744073709551615 4198400 6176925 140721272789920 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 24051712 140721272797546 140721272797673 140721272797673 140721272803275 0
/proc/74763/statm: 80122 77964 448 484 0 79533 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 320488 KiB
Current children cumulated memory: 311856 KiB

[startup+1.50016 s]
/proc/loadavg: 0.97 1.10 1.68 5/266 74769
/proc/meminfo: memFree=127615640/131250000 swapFree=33010416/33010684
[pid=74763] ppid=74759 vsize=419860 memory=408416 CPUtime=1.49 cores=4,6
/proc/74763/stat : 74763 (uwrmaxsat) R 74759 74763 74698 0 -1 4194304 54727 0 0 0 137 12 0 0 20 0 1 0 64119704 429936640 102104 18446744073709551615 4198400 6176925 140721272789920 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 24051712 140721272797546 140721272797673 140721272797673 140721272803275 0
/proc/74763/statm: 104965 102104 448 484 0 104376 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 419860 KiB
Current children cumulated memory: 408416 KiB

[startup+3.10536 s]
/proc/loadavg: 1.22 1.15 1.69 5/266 74769
/proc/meminfo: memFree=126734128/131250000 swapFree=33010416/33010684
[pid=74763] ppid=74759 vsize=482372 memory=416864 CPUtime=3.08 cores=4,6
/proc/74763/stat : 74763 (uwrmaxsat) R 74759 74763 74698 0 -1 4194304 56864 0 0 0 296 12 0 0 20 0 1 0 64119704 493948928 104216 18446744073709551615 4198400 6176925 140721272789920 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 24051712 140721272797546 140721272797673 140721272797673 140721272803275 0
/proc/74763/statm: 120593 104216 448 484 0 120004 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 482372 KiB
Current children cumulated memory: 416864 KiB

[startup+6.30015 s]
/proc/loadavg: 1.22 1.15 1.69 5/266 74769
/proc/meminfo: memFree=124408536/131250000 swapFree=33010416/33010684
[pid=74763] ppid=74759 vsize=1205356 memory=1118240 CPUtime=6.28 cores=4,6
/proc/74763/stat : 74763 (uwrmaxsat) R 74759 74763 74698 0 -1 4194304 170521 0 0 0 590 38 0 0 20 0 1 0 64119704 1234284544 279560 18446744073709551615 4198400 6176925 140721272789920 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 24051712 140721272797546 140721272797673 140721272797673 140721272803275 0
/proc/74763/statm: 301339 279560 448 484 0 300750 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 1205356 KiB
Current children cumulated memory: 1118240 KiB

[startup+12.7002 s]
/proc/loadavg: 1.72 1.26 1.72 5/266 74769
/proc/meminfo: memFree=120552392/131250000 swapFree=33010416/33010684
[pid=74763] ppid=74759 vsize=2407820 memory=2318804 CPUtime=12.66 cores=4,6
/proc/74763/stat : 74763 (uwrmaxsat) R 74759 74763 74698 0 -1 4194304 453358 0 0 0 1182 84 0 0 20 0 1 0 64119704 2465607680 579701 18446744073709551615 4198400 6176925 140721272789920 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 24051712 140721272797546 140721272797673 140721272797673 140721272803275 0
/proc/74763/statm: 601955 579701 448 484 0 601366 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 2407820 KiB
Current children cumulated memory: 2318804 KiB

[startup+25.5002 s]
/proc/loadavg: 2.16 1.37 1.76 5/265 74769
/proc/meminfo: memFree=113585828/131250000 swapFree=33010416/33010684
[pid=74763] ppid=74759 vsize=4341324 memory=4255448 CPUtime=25.43 cores=4,6
/proc/74763/stat : 74763 (uwrmaxsat) R 74759 74763 74698 0 -1 4194304 934015 0 0 0 2380 163 0 0 20 0 1 0 64119704 4445515776 1063862 18446744073709551615 4198400 6176925 140721272789920 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 24051712 140721272797546 140721272797673 140721272797673 140721272803275 0
/proc/74763/statm: 1085331 1063862 448 484 0 1084742 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 4341324 KiB
Current children cumulated memory: 4255448 KiB

[startup+51.1054 s]
/proc/loadavg: 2.79 1.58 1.82 5/265 74769
/proc/meminfo: memFree=102073472/131250000 swapFree=33010416/33010684
[pid=74763] ppid=74759 vsize=7438200 memory=7192188 CPUtime=50.98 cores=4,6
/proc/74763/stat : 74763 (uwrmaxsat) R 74759 74763 74698 0 -1 4194304 1264175 0 0 0 4835 263 0 0 20 0 1 0 64119704 7616716800 1798047 18446744073709551615 4198400 6176925 140721272789920 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 24051712 140721272797546 140721272797673 140721272797673 140721272803275 0
/proc/74763/statm: 1859550 1798047 480 484 0 1858961 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 7438200 KiB
Current children cumulated memory: 7192188 KiB

[startup+102.3 s]
/proc/loadavg: 3.56 2.01 1.95 5/266 74777
/proc/meminfo: memFree=74259936/131250000 swapFree=33010416/33010684
[pid=74763] ppid=74759 vsize=16958148 memory=15899832 CPUtime=102.04 cores=4,6
/proc/74763/stat : 74763 (uwrmaxsat) R 74759 74763 74698 0 -1 4194304 2017460 0 0 0 9659 545 0 0 20 0 1 0 64119704 17365143552 3974958 18446744073709551615 4198400 6176925 140721272789920 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 24051712 140721272797546 140721272797673 140721272797673 140721272803275 0
/proc/74763/statm: 4239537 3974958 480 484 0 4238948 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 16958148 KiB
Current children cumulated memory: 15899832 KiB

[startup+162.3 s]
/proc/loadavg: 3.99 2.42 2.10 5/265 74779
/proc/meminfo: memFree=76236264/131250000 swapFree=33010416/33010684
[pid=74763] ppid=74759 vsize=16440392 memory=15067476 CPUtime=161.88 cores=4,6
/proc/74763/stat : 74763 (uwrmaxsat) R 74759 74763 74698 0 -1 4194304 2103662 0 0 0 15607 581 0 0 20 0 1 0 64119704 16834961408 3766869 18446744073709551615 4198400 6176925 140721272789920 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 24051712 140721272797546 140721272797673 140721272797673 140721272803275 0
/proc/74763/statm: 4110098 3766869 544 484 0 4109509 0
Current children cumulated CPU time: 161.88 s
Current children cumulated vsize: 16440392 KiB
Current children cumulated memory: 15067476 KiB

[startup+222.3 s]
/proc/loadavg: 4.05 2.72 2.22 5/266 74782
/proc/meminfo: memFree=75562488/131250000 swapFree=33010416/33010684
[pid=74763] ppid=74759 vsize=16444556 memory=15087316 CPUtime=221.71 cores=4,6
/proc/74763/stat : 74763 (uwrmaxsat) R 74759 74763 74698 0 -1 4194304 2109629 0 0 0 21585 586 0 0 20 0 1 0 64119704 16839225344 3771829 18446744073709551615 4198400 6176925 140721272789920 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 24051712 140721272797546 140721272797673 140721272797673 140721272803275 0
/proc/74763/statm: 4111139 3771829 544 484 0 4110550 0
Current children cumulated CPU time: 221.71 s
Current children cumulated vsize: 16444556 KiB
Current children cumulated memory: 15087316 KiB

[startup+282.3 s]
/proc/loadavg: 4.26 3.02 2.36 5/267 74785
/proc/meminfo: memFree=73538484/131250000 swapFree=33010416/33010684
[pid=74763] ppid=74759 vsize=17768864 memory=16413200 CPUtime=281.55 cores=4,6
/proc/74763/stat : 74763 (uwrmaxsat) R 74759 74763 74698 0 -1 4194304 2123102 0 0 0 27416 739 0 0 20 0 1 0 64119704 18195316736 4103300 18446744073709551615 4198400 6176925 140721272789920 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 24051712 140721272797546 140721272797673 140721272797673 140721272803275 0
/proc/74763/statm: 4442216 4103300 544 484 0 4441627 0
Current children cumulated CPU time: 281.55 s
Current children cumulated vsize: 17768864 KiB
Current children cumulated memory: 16413200 KiB

[startup+342.3 s]
/proc/loadavg: 4.16 3.22 2.47 5/267 74789
/proc/meminfo: memFree=72018908/131250000 swapFree=33010416/33010684
[pid=74763] ppid=74759 vsize=18817448 memory=17483188 CPUtime=341.38 cores=4,6
/proc/74763/stat : 74763 (uwrmaxsat) R 74759 74763 74698 0 -1 4194304 2132353 0 0 0 33332 806 0 0 20 0 1 0 64119704 19269066752 4370797 18446744073709551615 4198400 6176925 140721272789920 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 24051712 140721272797546 140721272797673 140721272797673 140721272803275 0
/proc/74763/statm: 4704362 4370797 544 484 0 4703773 0
Current children cumulated CPU time: 341.38 s
Current children cumulated vsize: 18817448 KiB
Current children cumulated memory: 17483188 KiB

[startup+402.3 s]
/proc/loadavg: 4.10 3.38 2.57 5/266 74791
/proc/meminfo: memFree=70266848/131250000 swapFree=33010416/33010684
[pid=74763] ppid=74759 vsize=19866028 memory=18322128 CPUtime=401.23 cores=4,6
/proc/74763/stat : 74763 (uwrmaxsat) R 74759 74763 74698 0 -1 4194304 2136362 0 0 0 39281 842 0 0 20 0 1 0 64119704 20342812672 4580532 18446744073709551615 4198400 6176925 140721272789920 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 24051712 140721272797546 140721272797673 140721272797673 140721272803275 0
/proc/74763/statm: 4966507 4580532 544 484 0 4965918 0
Current children cumulated CPU time: 401.23 s
Current children cumulated vsize: 19866028 KiB
Current children cumulated memory: 18322128 KiB

[startup+462.3 s]
/proc/loadavg: 4.14 3.52 2.68 5/266 74794
/proc/meminfo: memFree=67307212/131250000 swapFree=33010416/33010684
[pid=74763] ppid=74759 vsize=20783664 memory=18453524 CPUtime=461.07 cores=4,6
/proc/74763/stat : 74763 (uwrmaxsat) R 74759 74763 74698 0 -1 4194304 2146576 0 0 0 45109 998 0 0 20 0 1 0 64119704 21282471936 4613381 18446744073709551615 4198400 6176925 140721272789920 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 24051712 140721272797546 140721272797673 140721272797673 140721272803275 0
/proc/74763/statm: 5195916 4613381 544 484 0 5195327 0

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

/proc/meminfo: memFree=71494280/131250000 swapFree=33010416/33010684
[pid=74763] ppid=74759 vsize=18449784 memory=17283880 CPUtime=2913.77 cores=4,6
/proc/74763/stat : 74763 (uwrmaxsat) R 74759 74763 74698 0 -1 4194304 2413200 0 0 0 288650 2727 0 0 20 0 1 0 64119704 18892578816 4320970 18446744073709551615 4198400 6176925 140721272789920 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 24051712 140721272797546 140721272797673 140721272797673 140721272803275 0
/proc/74763/statm: 4612446 4320970 544 484 0 4611857 0
Current children cumulated CPU time: 2913.77 s
Current children cumulated vsize: 18449784 KiB
Current children cumulated memory: 17283880 KiB

[startup+2982.3 s]
/proc/loadavg: 4.09 4.09 4.01 5/263 74929
/proc/meminfo: memFree=71602708/131250000 swapFree=33010416/33010684
[pid=74763] ppid=74759 vsize=18436756 memory=17271348 CPUtime=2973.57 cores=4,6
/proc/74763/stat : 74763 (uwrmaxsat) R 74759 74763 74698 0 -1 4194304 2418312 0 0 0 294570 2787 0 0 20 0 1 0 64119704 18879238144 4317837 18446744073709551615 4198400 6176925 140721272789920 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 24051712 140721272797546 140721272797673 140721272797673 140721272803275 0
/proc/74763/statm: 4609189 4317837 544 484 0 4608600 0
Current children cumulated CPU time: 2973.57 s
Current children cumulated vsize: 18436756 KiB
Current children cumulated memory: 17271348 KiB

[startup+3042.3 s]
/proc/loadavg: 4.15 4.10 4.02 5/264 74935
/proc/meminfo: memFree=71624676/131250000 swapFree=33010416/33010684
[pid=74763] ppid=74759 vsize=18436756 memory=17271348 CPUtime=3033.37 cores=4,6
/proc/74763/stat : 74763 (uwrmaxsat) R 74759 74763 74698 0 -1 4194304 2419351 0 0 0 300544 2793 0 0 20 0 1 0 64119704 18879238144 4317837 18446744073709551615 4198400 6176925 140721272789920 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 24051712 140721272797546 140721272797673 140721272797673 140721272803275 0
/proc/74763/statm: 4609189 4317837 544 484 0 4608600 0
Current children cumulated CPU time: 3033.37 s
Current children cumulated vsize: 18436756 KiB
Current children cumulated memory: 17271348 KiB

[startup+3102.3 s]
/proc/loadavg: 4.11 4.10 4.02 5/264 74941
/proc/meminfo: memFree=71439492/131250000 swapFree=33010416/33010684
[pid=74763] ppid=74759 vsize=18436756 memory=17271604 CPUtime=3093.18 cores=4,6
/proc/74763/stat : 74763 (uwrmaxsat) R 74759 74763 74698 0 -1 4194304 2420404 0 0 0 306519 2799 0 0 20 0 1 0 64119704 18879238144 4317901 18446744073709551615 4198400 6176925 140721272789920 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 24051712 140721272797546 140721272797673 140721272797673 140721272803275 0
/proc/74763/statm: 4609189 4317901 544 484 0 4608600 0
Current children cumulated CPU time: 3093.18 s
Current children cumulated vsize: 18436756 KiB
Current children cumulated memory: 17271604 KiB

[startup+3162.3 s]
/proc/loadavg: 4.08 4.09 4.02 5/264 74943
/proc/meminfo: memFree=71576828/131250000 swapFree=33010416/33010684
[pid=74763] ppid=74759 vsize=18436756 memory=17271604 CPUtime=3152.97 cores=4,6
/proc/74763/stat : 74763 (uwrmaxsat) R 74759 74763 74698 0 -1 4194304 2421665 0 0 0 312493 2804 0 0 20 0 1 0 64119704 18879238144 4317901 18446744073709551615 4198400 6176925 140721272789920 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 24051712 140721272797546 140721272797673 140721272797673 140721272803275 0
/proc/74763/statm: 4609189 4317901 544 484 0 4608600 0
Current children cumulated CPU time: 3152.97 s
Current children cumulated vsize: 18436756 KiB
Current children cumulated memory: 17271604 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.10 4.03 5/264 74945
/proc/meminfo: memFree=71622908/131250000 swapFree=33010416/33010684
[pid=74763] ppid=74759 vsize=18436756 memory=17271604 CPUtime=3212.78 cores=4,6
/proc/74763/stat : 74763 (uwrmaxsat) R 74759 74763 74698 0 -1 4194304 2422801 0 0 0 318467 2811 0 0 20 0 1 0 64119704 18879238144 4317901 18446744073709551615 4198400 6176925 140721272789920 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 24051712 140721272797546 140721272797673 140721272797673 140721272803275 0
/proc/74763/statm: 4609189 4317901 544 484 0 4608600 0
Current children cumulated CPU time: 3212.78 s
Current children cumulated vsize: 18436756 KiB
Current children cumulated memory: 17271604 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.09 4.03 5/264 74947
/proc/meminfo: memFree=71678780/131250000 swapFree=33010416/33010684
[pid=74763] ppid=74759 vsize=18436756 memory=17271604 CPUtime=3272.58 cores=4,6
/proc/74763/stat : 74763 (uwrmaxsat) R 74759 74763 74698 0 -1 4194304 2423863 0 0 0 324442 2816 0 0 20 0 1 0 64119704 18879238144 4317901 18446744073709551615 4198400 6176925 140721272789920 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 24051712 140721272797546 140721272797673 140721272797673 140721272803275 0
/proc/74763/statm: 4609189 4317901 544 484 0 4608600 0
Current children cumulated CPU time: 3272.58 s
Current children cumulated vsize: 18436756 KiB
Current children cumulated memory: 17271604 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.10 4.03 5/264 74949
/proc/meminfo: memFree=71676380/131250000 swapFree=33010416/33010684
[pid=74763] ppid=74759 vsize=18436756 memory=17271604 CPUtime=3332.37 cores=4,6
/proc/74763/stat : 74763 (uwrmaxsat) R 74759 74763 74698 0 -1 4194304 2424857 0 0 0 330415 2822 0 0 20 0 1 0 64119704 18879238144 4317901 18446744073709551615 4198400 6176925 140721272789920 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 24051712 140721272797546 140721272797673 140721272797673 140721272803275 0
/proc/74763/statm: 4609189 4317901 544 484 0 4608600 0
Current children cumulated CPU time: 3332.37 s
Current children cumulated vsize: 18436756 KiB
Current children cumulated memory: 17271604 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.10 4.03 5/264 74952
/proc/meminfo: memFree=71887412/131250000 swapFree=33010416/33010684
[pid=74763] ppid=74759 vsize=18441680 memory=17276540 CPUtime=3392.19 cores=4,6
/proc/74763/stat : 74763 (uwrmaxsat) R 74759 74763 74698 0 -1 4194304 2428883 0 0 0 336350 2869 0 0 20 0 1 0 64119704 18884280320 4319135 18446744073709551615 4198400 6176925 140721272789920 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 24051712 140721272797546 140721272797673 140721272797673 140721272803275 0
/proc/74763/statm: 4610420 4319135 544 484 0 4609831 0
Current children cumulated CPU time: 3392.19 s
Current children cumulated vsize: 18441680 KiB
Current children cumulated memory: 17276540 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.09 4.03 5/265 74955
/proc/meminfo: memFree=72120148/131250000 swapFree=33010416/33010684
[pid=74763] ppid=74759 vsize=18441680 memory=17276496 CPUtime=3451.99 cores=4,6
/proc/74763/stat : 74763 (uwrmaxsat) R 74759 74763 74698 0 -1 4194304 2432145 0 0 0 342310 2889 0 0 20 0 1 0 64119704 18884280320 4319124 18446744073709551615 4198400 6176925 140721272789920 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 24051712 140721272797546 140721272797673 140721272797673 140721272803275 0
/proc/74763/statm: 4610420 4319124 544 484 0 4609831 0
Current children cumulated CPU time: 3451.99 s
Current children cumulated vsize: 18441680 KiB
Current children cumulated memory: 17276496 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.10 4.04 5/265 74957
/proc/meminfo: memFree=71762012/131250000 swapFree=33010416/33010684
[pid=74763] ppid=74759 vsize=18441680 memory=17276496 CPUtime=3511.8 cores=4,6
/proc/74763/stat : 74763 (uwrmaxsat) R 74759 74763 74698 0 -1 4194304 2433085 0 0 0 348284 2896 0 0 20 0 1 0 64119704 18884280320 4319124 18446744073709551615 4198400 6176925 140721272789920 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 24051712 140721272797546 140721272797673 140721272797673 140721272803275 0
/proc/74763/statm: 4610420 4319124 544 484 0 4609831 0
Current children cumulated CPU time: 3511.8 s
Current children cumulated vsize: 18441680 KiB
Current children cumulated memory: 17276496 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.10 4.04 5/265 74959
/proc/meminfo: memFree=71785580/131250000 swapFree=33010416/33010684
[pid=74763] ppid=74759 vsize=18441680 memory=17276496 CPUtime=3571.61 cores=4,6
/proc/74763/stat : 74763 (uwrmaxsat) R 74759 74763 74698 0 -1 4194304 2436627 0 0 0 354247 2914 0 0 20 0 1 0 64119704 18884280320 4319124 18446744073709551615 4198400 6176925 140721272789920 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 24051712 140721272797546 140721272797673 140721272797673 140721272803275 0
/proc/74763/statm: 4610420 4319124 544 484 0 4609831 0
Current children cumulated CPU time: 3571.61 s
Current children cumulated vsize: 18441680 KiB
Current children cumulated memory: 17276496 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.8 s]
/proc/loadavg: 4.13 4.10 4.04 5/265 74962
/proc/meminfo: memFree=72079508/131250000 swapFree=33010416/33010684
[pid=74763] ppid=74759 vsize=18103072 memory=16980940 CPUtime=3600.02 cores=4,6
/proc/74763/stat : 74763 (uwrmaxsat) R 74759 74763 74698 0 -1 4194304 2438016 0 0 0 357085 2917 0 0 20 0 1 0 64119704 18537545728 4245235 18446744073709551615 4198400 6176925 140721272789920 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 24051712 140721272797546 140721272797673 140721272797673 140721272803275 0
/proc/74763/statm: 4525768 4245235 544 484 0 4525179 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 18103072 KiB
Current children cumulated memory: 16980940 KiB

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

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

# cumulated CPU time of all completed processes:  user=3570.85 s, system=29.4957 s

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

[startup+3611.01 s]*
/proc/loadavg: 4.13 4.10 4.04 3/257 74978
/proc/meminfo: memFree=100835296/131250000 swapFree=33010416/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3611.11 s]
/proc/loadavg: 4.13 4.10 4.04 3/257 74978
/proc/meminfo: memFree=100835296/131250000 swapFree=33010416/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 3611.12
CPU time (s): 3600.35
CPU user time (s): 3570.85
CPU system time (s): 29.4957
CPU usage (%): 99.7016
Max. virtual memory (cumulated for all children) (KiB): 23253904
Max. memory (cumulated for all children) (KiB): 21079248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3570.85
system time used= 29.4957
maximum resident set size= 21104272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2438016
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= 2
involuntary context switches= 2802


# summary of solver processes directly reported to runsolver:
#   pid: 74763
#   total CPU time (s): 3600.35
#   total CPU user time (s): 3570.85
#   total CPU system time (s): 29.4957

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.94257 second user time and 15.6191 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-07-02 21:26:58
IDJOB=4505507
IDBENCH=155759
IDSOLVER=3372
FILE ID=nodeC018/4505507-1751484417
RUNJOBID= nodeC018-1751484417-74709
SLURM_JOB_ID= 9598533
Free space on /tmp= 432296 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Large/normalized-minisat100_16_6_6_mh.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4505507-1751484417/watcher-4505507-1751484417 -o /tmp/evaluation-result-4505507-1751484417/solver-4505507-1751484417 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751484417-74709 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4505507-1751484417.opb -mem-lim=31000

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

MD5SUM BENCH= ae4404ba779864fb11c76f88911c57d7
RANDOM SEED=1389444390

nodeC018 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		: 3600.011
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.66
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		: 3598.597
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.66
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.141
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.66
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.148
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.66
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.994
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.66
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.562
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.66
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.825
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.66
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.976
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.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        128956276 kB
MemAvailable:   129458256 kB
Buffers:            2128 kB
Cached:          1267684 kB
SwapCached:           32 kB
Active:           746872 kB
Inactive:         850864 kB
Active(anon):     345680 kB
Inactive(anon):      288 kB
Active(file):     401192 kB
Inactive(file):   850576 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            651708 kB
Writeback:             0 kB
AnonPages:        331168 kB
Mapped:           107596 kB
Shmem:             18044 kB
KReclaimable:     178500 kB
Slab:             268732 kB
SReclaimable:     178500 kB
SUnreclaim:        90232 kB
KernelStack:        4208 kB
PageTables:         3504 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     643288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150472 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 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= 432276 MiB
End job on nodeC018 at 2025-07-02 22:27:10