Trace number 4492524

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

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB05/aloul/
FPGA_SAT05/normalized-chnl40_45_pb.cnf.cr.opb
MD5SUM6044de22cb53e30f42c02ea5aa70d3e7
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.015698
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3600
Total number of constraints170
Number of constraints which are clauses90
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint40
Maximum length of a constraint45
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 46
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c Using cadical-2.1.3-f13d744 SAT solver by Armin Biere et al. (2016 - )
0.00/0.00	c Setting memory limit to 31000MB.
0.00/0.00	c Parsing PB file...
0.00/0.01	c Converting 170 PB-constraints to clauses...
0.00/0.02	c ============================[ Encoding Statistics ]============================
0.00/0.02	c |  Number of variables:          4560                                         |
0.00/0.02	c |  Number of clauses:           15290                                         |
0.00/0.02	c ===============================================================================
3600.04/3609.10	c *** TERMINATED by signal 15 ***
3600.04/3609.10	c _______________________________________________________________________________
3600.04/3609.10	c 
3600.04/3609.10	c _______________________________________________________________________________
3600.04/3609.10	c 
3600.04/3609.10	c =======================[ UWrMaxSat resources usage ]===========================
3600.04/3609.10	c Memory used            : 248.00 MB
3600.04/3609.10	c CPU time               : 3598.8 s
3600.04/3609.10	c Constr Enc: Srt/BDD/Add: 80 0 0
3600.04/3609.10	c _______________________________________________________________________________
3600.04/3609.10	c _______________________________________________________________________________
3600.04/3609.10	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (63141 MiB free)
  memory of node 1: 64465 MiB (64007 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4492524-1751146246/watcher-4492524-1751146246 -o /tmp/evaluation-result-4492524-1751146246/solver-4492524-1751146246 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751146246-15841 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4492524-1751146246.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=15897, runsolver pid=15882

[startup+0.100058 s]*
/proc/loadavg: 2.78 3.81 4.03 3/259 15898
/proc/meminfo: memFree=130201352/131250000 swapFree=33010684/33010684
[pid=15897] ppid=15882 vsize=9484 memory=8632 CPUtime=0.09 cores=1,3
/proc/15897/stat : 15897 (uwrmaxsat) R 15882 15897 15829 0 -1 4194304 2227 0 0 0 9 0 0 0 20 0 1 0 30304024 9711616 2158 18446744073709551615 4198400 6176925 140734899594672 0 0 0 0 0 27682 0 0 0 17 3 0 0 0 0 0 6553704 6596784 8151040 140734899599722 140734899599849 140734899599849 140734899605451 0
/proc/15897/statm: 2371 2158 544 484 0 1782 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9484 KiB
Current children cumulated memory: 8632 KiB

[startup+0.204503 s]*
/proc/loadavg: 2.78 3.81 4.03 2/259 15919
/proc/meminfo: memFree=130200392/131250000 swapFree=33010684/33010684
[pid=15897] ppid=15882 vsize=9892 memory=8928 CPUtime=0.19 cores=1,3
/proc/15897/stat : 15897 (uwrmaxsat) R 15882 15897 15829 0 -1 4194304 3129 0 0 0 19 0 0 0 20 0 1 0 30304024 10129408 2232 18446744073709551615 4198400 6176925 140734899594672 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 8151040 140734899599722 140734899599849 140734899599849 140734899605451 0
/proc/15897/statm: 2473 2232 544 484 0 1884 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 9892 KiB
Current children cumulated memory: 8928 KiB

[startup+0.30478 s]*
/proc/loadavg: 2.78 3.81 4.03 2/253 15922
/proc/meminfo: memFree=130199936/131250000 swapFree=33010684/33010684
[pid=15897] ppid=15882 vsize=10084 memory=9136 CPUtime=0.29 cores=1,3
/proc/15897/stat : 15897 (uwrmaxsat) R 15882 15897 15829 0 -1 4194304 3582 0 0 0 29 0 0 0 20 0 1 0 30304024 10326016 2284 18446744073709551615 4198400 6176925 140734899594672 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 8151040 140734899599722 140734899599849 140734899599849 140734899605451 0
/proc/15897/statm: 2521 2284 544 484 0 1932 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10084 KiB
Current children cumulated memory: 9136 KiB

[startup+0.700102 s]
/proc/loadavg: 2.87 3.82 4.03 2/253 15922
/proc/meminfo: memFree=130197920/131250000 swapFree=33010684/33010684
[pid=15897] ppid=15882 vsize=10664 memory=9804 CPUtime=0.68 cores=1,3
/proc/15897/stat : 15897 (uwrmaxsat) R 15882 15897 15829 0 -1 4194304 5372 0 0 0 68 0 0 0 20 0 1 0 30304024 10919936 2451 18446744073709551615 4198400 6176925 140734899594672 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 8151040 140734899599722 140734899599849 140734899599849 140734899605451 0
/proc/15897/statm: 2666 2451 544 484 0 2077 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 10664 KiB
Current children cumulated memory: 9804 KiB

[startup+1.50013 s]
/proc/loadavg: 2.87 3.82 4.03 3/253 15922
/proc/meminfo: memFree=130196420/131250000 swapFree=33010684/33010684
[pid=15897] ppid=15882 vsize=10808 memory=9956 CPUtime=1.47 cores=1,3
/proc/15897/stat : 15897 (uwrmaxsat) R 15882 15897 15829 0 -1 4194304 6699 0 0 0 147 0 0 0 20 0 1 0 30304024 11067392 2489 18446744073709551615 4198400 6176925 140734899594672 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 8151040 140734899599722 140734899599849 140734899599849 140734899605451 0
/proc/15897/statm: 2702 2489 544 484 0 2113 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 10808 KiB
Current children cumulated memory: 9956 KiB

[startup+3.10523 s]
/proc/loadavg: 2.87 3.82 4.03 5/265 16033
/proc/meminfo: memFree=130169200/131250000 swapFree=33010684/33010684
[pid=15897] ppid=15882 vsize=12508 memory=11668 CPUtime=3.08 cores=1,3
/proc/15897/stat : 15897 (uwrmaxsat) R 15882 15897 15829 0 -1 4194304 9531 0 0 0 307 1 0 0 20 0 1 0 30304024 12808192 2917 18446744073709551615 4198400 6176925 140734899594672 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 8151040 140734899599722 140734899599849 140734899599849 140734899605451 0
/proc/15897/statm: 3127 2917 544 484 0 2538 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 12508 KiB
Current children cumulated memory: 11668 KiB

[startup+6.30011 s]
/proc/loadavg: 2.97 3.82 4.03 5/265 16123
/proc/meminfo: memFree=130140492/131250000 swapFree=33010684/33010684
[pid=15897] ppid=15882 vsize=20184 memory=19304 CPUtime=6.27 cores=1,3
/proc/15897/stat : 15897 (uwrmaxsat) R 15882 15897 15829 0 -1 4194304 14432 0 0 0 625 2 0 0 20 0 1 0 30304024 20668416 4826 18446744073709551615 4198400 6176925 140734899594672 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 8151040 140734899599722 140734899599849 140734899599849 140734899605451 0
/proc/15897/statm: 5046 4826 544 484 0 4457 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 20184 KiB
Current children cumulated memory: 19304 KiB

[startup+12.7001 s]
/proc/loadavg: 3.05 3.82 4.03 5/265 16168
/proc/meminfo: memFree=130024176/131250000 swapFree=33010684/33010684
[pid=15897] ppid=15882 vsize=26884 memory=25960 CPUtime=12.64 cores=1,3
/proc/15897/stat : 15897 (uwrmaxsat) R 15882 15897 15829 0 -1 4194304 17518 0 0 0 1262 2 0 0 20 0 1 0 30304024 27529216 6490 18446744073709551615 4198400 6176925 140734899594672 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 8151040 140734899599722 140734899599849 140734899599849 140734899605451 0
/proc/15897/statm: 6721 6490 544 484 0 6132 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 26884 KiB
Current children cumulated memory: 25960 KiB

[startup+25.5001 s]
/proc/loadavg: 3.28 3.85 4.03 5/266 16169
/proc/meminfo: memFree=129973024/131250000 swapFree=33010684/33010684
[pid=15897] ppid=15882 vsize=29696 memory=28520 CPUtime=25.41 cores=1,3
/proc/15897/stat : 15897 (uwrmaxsat) R 15882 15897 15829 0 -1 4194304 21219 0 0 0 2537 4 0 0 20 0 1 0 30304024 30408704 7130 18446744073709551615 4198400 6176925 140734899594672 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 8151040 140734899599722 140734899599849 140734899599849 140734899605451 0
/proc/15897/statm: 7424 7130 544 484 0 6835 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 29696 KiB
Current children cumulated memory: 28520 KiB

[startup+51.1054 s]
/proc/loadavg: 3.56 3.86 4.03 5/266 16170
/proc/meminfo: memFree=129927276/131250000 swapFree=33010684/33010684
[pid=15897] ppid=15882 vsize=39748 memory=38888 CPUtime=50.94 cores=1,3
/proc/15897/stat : 15897 (uwrmaxsat) R 15882 15897 15829 0 -1 4194304 29006 0 0 0 5088 6 0 0 20 0 1 0 30304024 40701952 9722 18446744073709551615 4198400 6176925 140734899594672 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 8151040 140734899599722 140734899599849 140734899599849 140734899605451 0
/proc/15897/statm: 9937 9722 544 484 0 9348 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 39748 KiB
Current children cumulated memory: 38888 KiB

[startup+102.3 s]
/proc/loadavg: 3.89 3.90 4.03 5/266 16172
/proc/meminfo: memFree=129837912/131250000 swapFree=33010684/33010684
[pid=15897] ppid=15882 vsize=58464 memory=57576 CPUtime=102 cores=1,3
/proc/15897/stat : 15897 (uwrmaxsat) R 15882 15897 15829 0 -1 4194304 38210 0 0 0 10191 9 0 0 20 0 1 0 30304024 59867136 14394 18446744073709551615 4198400 6176925 140734899594672 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 8151040 140734899599722 140734899599849 140734899599849 140734899605451 0
/proc/15897/statm: 14616 14394 544 484 0 14027 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 58464 KiB
Current children cumulated memory: 57576 KiB

[startup+162.3 s]
/proc/loadavg: 4.02 3.94 4.03 5/266 16174
/proc/meminfo: memFree=129817356/131250000 swapFree=33010684/33010684
[pid=15897] ppid=15882 vsize=84312 memory=83432 CPUtime=161.85 cores=1,3
/proc/15897/stat : 15897 (uwrmaxsat) R 15882 15897 15829 0 -1 4194304 41310 0 0 0 16175 10 0 0 20 0 1 0 30304024 86335488 20858 18446744073709551615 4198400 6176925 140734899594672 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 8151040 140734899599722 140734899599849 140734899599849 140734899605451 0
/proc/15897/statm: 21078 20858 544 484 0 20489 0
Current children cumulated CPU time: 161.85 s
Current children cumulated vsize: 84312 KiB
Current children cumulated memory: 83432 KiB

[startup+222.3 s]
/proc/loadavg: 4.06 3.97 4.03 5/266 16176
/proc/meminfo: memFree=129729464/131250000 swapFree=33010684/33010684
[pid=15897] ppid=15882 vsize=87204 memory=86248 CPUtime=221.7 cores=1,3
/proc/15897/stat : 15897 (uwrmaxsat) R 15882 15897 15829 0 -1 4194304 44910 0 0 0 22159 11 0 0 20 0 1 0 30304024 89296896 21562 18446744073709551615 4198400 6176925 140734899594672 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 8151040 140734899599722 140734899599849 140734899599849 140734899605451 0
/proc/15897/statm: 21801 21562 544 484 0 21212 0
Current children cumulated CPU time: 221.7 s
Current children cumulated vsize: 87204 KiB
Current children cumulated memory: 86248 KiB

[startup+282.3 s]
/proc/loadavg: 4.06 3.99 4.03 5/265 16178
/proc/meminfo: memFree=129732588/131250000 swapFree=33010684/33010684
[pid=15897] ppid=15882 vsize=93284 memory=92392 CPUtime=281.52 cores=1,3
/proc/15897/stat : 15897 (uwrmaxsat) R 15882 15897 15829 0 -1 4194304 46928 0 0 0 28140 12 0 0 20 0 1 0 30304024 95522816 23098 18446744073709551615 4198400 6176925 140734899594672 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 8151040 140734899599722 140734899599849 140734899599849 140734899605451 0
/proc/15897/statm: 23321 23098 544 484 0 22732 0
Current children cumulated CPU time: 281.52 s
Current children cumulated vsize: 93284 KiB
Current children cumulated memory: 92392 KiB

[startup+342.3 s]
/proc/loadavg: 4.15 4.03 4.04 5/263 16184
/proc/meminfo: memFree=129673656/131250000 swapFree=33010684/33010684
[pid=15897] ppid=15882 vsize=96632 memory=95692 CPUtime=341.35 cores=1,3
/proc/15897/stat : 15897 (uwrmaxsat) R 15882 15897 15829 0 -1 4194304 50946 0 0 0 34120 15 0 0 20 0 1 0 30304024 98951168 23923 18446744073709551615 4198400 6176925 140734899594672 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 8151040 140734899599722 140734899599849 140734899599849 140734899605451 0
/proc/15897/statm: 24158 23923 544 484 0 23569 0
Current children cumulated CPU time: 341.35 s
Current children cumulated vsize: 96632 KiB
Current children cumulated memory: 95692 KiB

[startup+402.3 s]
/proc/loadavg: 4.34 4.12 4.07 5/263 16187
/proc/meminfo: memFree=129615116/131250000 swapFree=33010684/33010684
[pid=15897] ppid=15882 vsize=97976 memory=97128 CPUtime=401.19 cores=1,3
/proc/15897/stat : 15897 (uwrmaxsat) R 15882 15897 15829 0 -1 4194304 53415 0 0 0 40103 16 0 0 20 0 1 0 30304024 100327424 24282 18446744073709551615 4198400 6176925 140734899594672 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 8151040 140734899599722 140734899599849 140734899599849 140734899605451 0
/proc/15897/statm: 24494 24282 544 484 0 23905 0
Current children cumulated CPU time: 401.19 s
Current children cumulated vsize: 97976 KiB
Current children cumulated memory: 97128 KiB

[startup+462.3 s]
/proc/loadavg: 4.22 4.13 4.08 5/265 16193
/proc/meminfo: memFree=129526124/131250000 swapFree=33010684/33010684
[pid=15897] ppid=15882 vsize=119848 memory=118888 CPUtime=461.05 cores=1,3
/proc/15897/stat : 15897 (uwrmaxsat) R 15882 15897 15829 0 -1 4194304 54284 0 0 0 46088 17 0 0 20 0 1 0 30304024 122724352 29722 18446744073709551615 4198400 6176925 140734899594672 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 8151040 140734899599722 140734899599849 140734899599849 140734899605451 0
/proc/15897/statm: 29962 29722 544 484 0 29373 0

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

Current children cumulated memory: 146648 KiB

[startup+2922.3 s]
/proc/loadavg: 4.47 4.22 4.12 5/265 16353
/proc/meminfo: memFree=129264328/131250000 swapFree=33010684/33010684
[pid=15897] ppid=15882 vsize=149804 memory=147768 CPUtime=2914.97 cores=1,3
/proc/15897/stat : 15897 (uwrmaxsat) R 15882 15897 15829 0 -1 4194304 115954 0 0 0 291412 85 0 0 20 0 1 0 30304024 153399296 36942 18446744073709551615 4198400 6176925 140734899594672 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 8151040 140734899599722 140734899599849 140734899599849 140734899605451 0
/proc/15897/statm: 37451 36942 544 484 0 36862 0
Current children cumulated CPU time: 2914.97 s
Current children cumulated vsize: 149804 KiB
Current children cumulated memory: 147768 KiB

[startup+2982.3 s]
/proc/loadavg: 4.21 4.19 4.12 5/265 16355
/proc/meminfo: memFree=129276376/131250000 swapFree=33010684/33010684
[pid=15897] ppid=15882 vsize=149676 memory=146228 CPUtime=2974.82 cores=1,3
/proc/15897/stat : 15897 (uwrmaxsat) R 15882 15897 15829 0 -1 4194304 119448 0 0 0 297392 90 0 0 20 0 1 0 30304024 153268224 36557 18446744073709551615 4198400 6176925 140734899594672 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 8151040 140734899599722 140734899599849 140734899599849 140734899605451 0
/proc/15897/statm: 37419 36557 544 484 0 36830 0
Current children cumulated CPU time: 2974.82 s
Current children cumulated vsize: 149676 KiB
Current children cumulated memory: 146228 KiB

[startup+3042.3 s]
/proc/loadavg: 4.40 4.23 4.14 5/264 16357
/proc/meminfo: memFree=129240016/131250000 swapFree=33010684/33010684
[pid=15897] ppid=15882 vsize=154020 memory=150572 CPUtime=3034.67 cores=1,3
/proc/15897/stat : 15897 (uwrmaxsat) R 15882 15897 15829 0 -1 4194304 123245 0 0 0 303372 95 0 0 20 0 1 0 30304024 157716480 37643 18446744073709551615 4198400 6176925 140734899594672 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 8151040 140734899599722 140734899599849 140734899599849 140734899605451 0
/proc/15897/statm: 38505 37643 544 484 0 37916 0
Current children cumulated CPU time: 3034.67 s
Current children cumulated vsize: 154020 KiB
Current children cumulated memory: 150572 KiB

[startup+3102.3 s]
/proc/loadavg: 4.30 4.25 4.15 5/264 16359
/proc/meminfo: memFree=129218236/131250000 swapFree=33010684/33010684
[pid=15897] ppid=15882 vsize=154024 memory=152112 CPUtime=3094.52 cores=1,3
/proc/15897/stat : 15897 (uwrmaxsat) R 15882 15897 15829 0 -1 4194304 127183 0 0 0 309352 100 0 0 20 0 1 0 30304024 157720576 38028 18446744073709551615 4198400 6176925 140734899594672 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 8151040 140734899599722 140734899599849 140734899599849 140734899605451 0
/proc/15897/statm: 38506 38028 544 484 0 37917 0
Current children cumulated CPU time: 3094.52 s
Current children cumulated vsize: 154024 KiB
Current children cumulated memory: 152112 KiB

[startup+3162.3 s]
/proc/loadavg: 4.18 4.22 4.14 5/264 16361
/proc/meminfo: memFree=129244784/131250000 swapFree=33010684/33010684
[pid=15897] ppid=15882 vsize=157024 memory=155112 CPUtime=3154.38 cores=1,3
/proc/15897/stat : 15897 (uwrmaxsat) R 15882 15897 15829 0 -1 4194304 128971 0 0 0 315335 103 0 0 20 0 1 0 30304024 160792576 38778 18446744073709551615 4198400 6176925 140734899594672 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 8151040 140734899599722 140734899599849 140734899599849 140734899605451 0
/proc/15897/statm: 39256 38778 544 484 0 38667 0
Current children cumulated CPU time: 3154.38 s
Current children cumulated vsize: 157024 KiB
Current children cumulated memory: 155112 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.19 4.14 5/263 16363
/proc/meminfo: memFree=129221864/131250000 swapFree=33010684/33010684
[pid=15897] ppid=15882 vsize=153704 memory=151792 CPUtime=3214.23 cores=1,3
/proc/15897/stat : 15897 (uwrmaxsat) R 15882 15897 15829 0 -1 4194304 131047 0 0 0 321316 107 0 0 20 0 1 0 30304024 157392896 37948 18446744073709551615 4198400 6176925 140734899594672 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 8151040 140734899599722 140734899599849 140734899599849 140734899605451 0
/proc/15897/statm: 38426 37948 544 484 0 37837 0
Current children cumulated CPU time: 3214.23 s
Current children cumulated vsize: 153704 KiB
Current children cumulated memory: 151792 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.17 4.13 5/264 16366
/proc/meminfo: memFree=129233076/131250000 swapFree=33010684/33010684
[pid=15897] ppid=15882 vsize=149552 memory=147640 CPUtime=3274.08 cores=1,3
/proc/15897/stat : 15897 (uwrmaxsat) R 15882 15897 15829 0 -1 4194304 132705 0 0 0 327297 111 0 0 20 0 1 0 30304024 153141248 36910 18446744073709551615 4198400 6176925 140734899594672 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 8151040 140734899599722 140734899599849 140734899599849 140734899605451 0
/proc/15897/statm: 37388 36910 544 484 0 36799 0
Current children cumulated CPU time: 3274.08 s
Current children cumulated vsize: 149552 KiB
Current children cumulated memory: 147640 KiB

[startup+3342.3 s]
/proc/loadavg: 4.07 4.15 4.12 5/265 16373
/proc/meminfo: memFree=129212584/131250000 swapFree=33010684/33010684
[pid=15897] ppid=15882 vsize=149516 memory=147604 CPUtime=3333.92 cores=1,3
/proc/15897/stat : 15897 (uwrmaxsat) R 15882 15897 15829 0 -1 4194304 134083 0 0 0 333280 112 0 0 20 0 1 0 30304024 153104384 36901 18446744073709551615 4198400 6176925 140734899594672 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 8151040 140734899599722 140734899599849 140734899599849 140734899605451 0
/proc/15897/statm: 37379 36901 544 484 0 36790 0
Current children cumulated CPU time: 3333.92 s
Current children cumulated vsize: 149516 KiB
Current children cumulated memory: 147604 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.15 4.12 5/265 16375
/proc/meminfo: memFree=129112428/131250000 swapFree=33010684/33010684
[pid=15897] ppid=15882 vsize=186748 memory=186020 CPUtime=3393.77 cores=1,3
/proc/15897/stat : 15897 (uwrmaxsat) R 15882 15897 15829 0 -1 4194304 137284 0 0 0 339261 116 0 0 20 0 1 0 30304024 191229952 46505 18446744073709551615 4198400 6176925 140734899594672 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 8151040 140734899599722 140734899599849 140734899599849 140734899605451 0
/proc/15897/statm: 46687 46505 544 484 0 46098 0
Current children cumulated CPU time: 3393.77 s
Current children cumulated vsize: 186748 KiB
Current children cumulated memory: 186020 KiB

[startup+3462.3 s]
/proc/loadavg: 4.16 4.15 4.12 5/264 16379
/proc/meminfo: memFree=129192832/131250000 swapFree=33010684/33010684
[pid=15897] ppid=15882 vsize=173832 memory=173104 CPUtime=3453.61 cores=1,3
/proc/15897/stat : 15897 (uwrmaxsat) R 15882 15897 15829 0 -1 4194304 139479 0 0 0 345243 118 0 0 20 0 1 0 30304024 178003968 43276 18446744073709551615 4198400 6176925 140734899594672 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 8151040 140734899599722 140734899599849 140734899599849 140734899605451 0
/proc/15897/statm: 43458 43276 544 484 0 42869 0
Current children cumulated CPU time: 3453.61 s
Current children cumulated vsize: 173832 KiB
Current children cumulated memory: 173104 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.14 4.12 5/264 16381
/proc/meminfo: memFree=129200164/131250000 swapFree=33010684/33010684
[pid=15897] ppid=15882 vsize=173296 memory=172568 CPUtime=3513.46 cores=1,3
/proc/15897/stat : 15897 (uwrmaxsat) R 15882 15897 15829 0 -1 4194304 140766 0 0 0 351226 120 0 0 20 0 1 0 30304024 177455104 43142 18446744073709551615 4198400 6176925 140734899594672 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 8151040 140734899599722 140734899599849 140734899599849 140734899605451 0
/proc/15897/statm: 43324 43142 544 484 0 42735 0
Current children cumulated CPU time: 3513.46 s
Current children cumulated vsize: 173296 KiB
Current children cumulated memory: 172568 KiB

[startup+3582.3 s]
/proc/loadavg: 4.04 4.11 4.11 5/264 16384
/proc/meminfo: memFree=129133232/131250000 swapFree=33010684/33010684
[pid=15897] ppid=15882 vsize=178040 memory=177312 CPUtime=3573.3 cores=1,3
/proc/15897/stat : 15897 (uwrmaxsat) R 15882 15897 15829 0 -1 4194304 143147 0 0 0 357208 122 0 0 20 0 1 0 30304024 182312960 44328 18446744073709551615 4198400 6176925 140734899594672 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 8151040 140734899599722 140734899599849 140734899599849 140734899605451 0
/proc/15897/statm: 44510 44328 544 484 0 43921 0
Current children cumulated CPU time: 3573.3 s
Current children cumulated vsize: 178040 KiB
Current children cumulated memory: 177312 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.11 s]
/proc/loadavg: 4.08 4.12 4.11 5/264 16384
/proc/meminfo: memFree=129217620/131250000 swapFree=33010684/33010684
[pid=15897] ppid=15882 vsize=180172 memory=179548 CPUtime=3600.04 cores=1,3
/proc/15897/stat : 15897 (uwrmaxsat) R 15882 15897 15829 0 -1 4194304 144809 0 0 0 359879 125 0 0 20 0 1 0 30304024 184496128 44887 18446744073709551615 4198400 6176925 140734899594672 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 8151040 140734899599722 140734899599849 140734899599849 140734899605451 0
/proc/15897/statm: 45043 44887 544 484 0 44454 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 180172 KiB
Current children cumulated memory: 179548 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.8 s, system=1.25855 s

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

[startup+3609.11 s]
/proc/loadavg: 4.08 4.12 4.11 5/264 16384
/proc/meminfo: memFree=129217620/131250000 swapFree=33010684/33010684
[pid=15897] ppid=15882 vsize=180172 memory=179548 CPUtime=3600.04 cores=1,3
/proc/15897/stat : 15897 (uwrmaxsat) R 15882 15897 15829 0 -1 4194304 144809 0 0 0 359879 125 0 0 20 0 1 0 30304024 184496128 44887 18446744073709551615 4198400 6176925 140734899594672 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 8151040 140734899599722 140734899599849 140734899599849 140734899605451 0
/proc/15897/statm: 45043 44887 544 484 0 44454 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 180172 KiB
Current children cumulated memory: 179548 KiB

Child status: 0

Real time (s): 3609.11
CPU time (s): 3600.06
CPU user time (s): 3598.8
CPU system time (s): 1.25855
CPU usage (%): 99.7493
Max. virtual memory (cumulated for all children) (KiB): 233788
Max. memory (cumulated for all children) (KiB): 229640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.8
system time used= 1.25855
maximum resident set size= 253704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144809
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= 23
involuntary context switches= 2608


# summary of solver processes directly reported to runsolver:
#   pid: 15897
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3598.8
#   total CPU system time (s): 1.25855

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.80363 second user time and 15.0106 second system time

The end

Launcher Data

Begin job on nodeC033 at 2025-06-28 23:30:46
IDJOB=4492524
IDBENCH=147799
IDSOLVER=3372
FILE ID=nodeC033/4492524-1751146246
RUNJOBID= nodeC033-1751146246-15841
SLURM_JOB_ID= 9587457
Free space on /tmp= 433064 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl40_45_pb.cnf.cr.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492524-1751146246/watcher-4492524-1751146246 -o /tmp/evaluation-result-4492524-1751146246/solver-4492524-1751146246 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751146246-15841 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4492524-1751146246.opb -mem-lim=31000

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

MD5SUM BENCH= 6044de22cb53e30f42c02ea5aa70d3e7
RANDOM SEED=58912221

nodeC033 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.181
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	: 7000.13
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		: 3600.069
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	: 7000.13
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.194
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	: 7000.13
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		: 3438.300
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	: 7000.13
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		: 3600.177
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	: 7000.13
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		: 3602.034
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	: 7000.13
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.478
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	: 7000.13
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		: 3600.140
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	: 7000.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        130210268 kB
MemAvailable:   129834352 kB
Buffers:            3280 kB
Cached:           413408 kB
SwapCached:            0 kB
Active:           323780 kB
Inactive:         155380 kB
Active(anon):      80592 kB
Inactive(anon):        0 kB
Active(file):     243188 kB
Inactive(file):   155380 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             10416 kB
Writeback:             0 kB
AnonPages:         65532 kB
Mapped:           102468 kB
Shmem:             18120 kB
KReclaimable:      84956 kB
Slab:             167380 kB
SReclaimable:      84956 kB
SUnreclaim:        82424 kB
KernelStack:        4192 kB
PageTables:         2820 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     330072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150424 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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:      221908 kB
DirectMap2M:    11083776 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC033 at 2025-06-29 00:30:55