Trace number 4494468

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.04 3610.6

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
liu/vdw/normalized-vdw_k6_l3_n170.opb
MD5SUMf8e7200d7e9c4a7cfb6b4e6c5b6d430a
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark104.888
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1020
Total number of constraints43010
Number of constraints which are clauses42840
Number of constraints which are cardinality constraints (but not clauses)170
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint6
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
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.09/0.19	c Converting 43180 PB-constraints to clauses...
0.20/0.21	c ============================[ Encoding Statistics ]============================
0.20/0.21	c |  Number of variables:          1020                                         |
0.20/0.21	c |  Number of clauses:           45560                                         |
0.20/0.21	c ===============================================================================
3600.03/3610.60	c *** TERMINATED by signal 15 ***
3600.03/3610.60	c _______________________________________________________________________________
3600.03/3610.60	c 
3600.03/3610.60	c _______________________________________________________________________________
3600.03/3610.60	c 
3600.03/3610.60	c =======================[ UWrMaxSat resources usage ]===========================
3600.03/3610.60	c Memory used            : 243.00 MB
3600.03/3610.60	c CPU time               : 3597.87 s
3600.03/3610.60	c Constr Enc: Srt/BDD/Add: 170 0 0
3600.03/3610.60	c _______________________________________________________________________________
3600.03/3610.60	c _______________________________________________________________________________
3600.03/3610.60	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4494468-1751153727/watcher-4494468-1751153727 -o /tmp/evaluation-result-4494468-1751153727/solver-4494468-1751153727 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751146246-15839 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4494468-1751153727.opb -mem-lim=31000 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=18257, runsolver pid=18254

[startup+0.100067 s]*
/proc/loadavg: 4.08 4.09 4.09 5/267 18258
/proc/meminfo: memFree=125020792/131250000 swapFree=33010684/33010684
[pid=18257] ppid=18254 vsize=20992 memory=20096 CPUtime=0.09 cores=0,2
/proc/18257/stat : 18257 (uwrmaxsat) R 18254 18257 15829 0 -1 4194304 4674 0 0 0 9 0 0 0 20 0 1 0 31052158 21495808 5024 18446744073709551615 4198400 6176925 140735172078272 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 29298688 140735172086122 140735172086249 140735172086249 140735172091851 0
/proc/18257/statm: 5248 5024 448 484 0 4659 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 20992 KiB
Current children cumulated memory: 20096 KiB

[startup+0.205633 s]*
/proc/loadavg: 4.08 4.09 4.09 5/267 18258
/proc/meminfo: memFree=125012980/131250000 swapFree=33010684/33010684
[pid=18257] ppid=18254 vsize=41328 memory=39988 CPUtime=0.2 cores=0,2
/proc/18257/stat : 18257 (uwrmaxsat) R 18254 18257 15829 0 -1 4194304 9787 0 0 0 19 1 0 0 20 0 1 0 31052158 42319872 9997 18446744073709551615 4198400 6176925 140735172078272 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 29298688 140735172086122 140735172086249 140735172086249 140735172091851 0
/proc/18257/statm: 10332 9997 448 484 0 9743 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 41328 KiB
Current children cumulated memory: 39988 KiB

[startup+0.305567 s]*
/proc/loadavg: 4.08 4.09 4.09 5/267 18258
/proc/meminfo: memFree=125003040/131250000 swapFree=33010684/33010684
[pid=18257] ppid=18254 vsize=44924 memory=43740 CPUtime=0.29 cores=0,2
/proc/18257/stat : 18257 (uwrmaxsat) R 18254 18257 15829 0 -1 4194304 11322 0 0 0 28 1 0 0 20 0 1 0 31052158 46002176 10935 18446744073709551615 4198400 6176925 140735172078272 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 29298688 140735172086122 140735172086249 140735172086249 140735172091851 0
/proc/18257/statm: 11231 10935 512 484 0 10642 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 44924 KiB
Current children cumulated memory: 43740 KiB

[startup+0.700176 s]
/proc/loadavg: 4.08 4.09 4.09 5/267 18258
/proc/meminfo: memFree=124962460/131250000 swapFree=33010684/33010684
[pid=18257] ppid=18254 vsize=47160 memory=45656 CPUtime=0.68 cores=0,2
/proc/18257/stat : 18257 (uwrmaxsat) R 18254 18257 15829 0 -1 4194304 14659 0 0 0 67 1 0 0 20 0 1 0 31052158 48291840 11414 18446744073709551615 4198400 6176925 140735172078272 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 29298688 140735172086122 140735172086249 140735172086249 140735172091851 0
/proc/18257/statm: 11790 11414 512 484 0 11201 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 47160 KiB
Current children cumulated memory: 45656 KiB

[startup+1.50018 s]
/proc/loadavg: 4.07 4.09 4.09 5/267 18258
/proc/meminfo: memFree=124838324/131250000 swapFree=33010684/33010684
[pid=18257] ppid=18254 vsize=46700 memory=45832 CPUtime=1.48 cores=0,2
/proc/18257/stat : 18257 (uwrmaxsat) R 18254 18257 15829 0 -1 4194304 17576 0 0 0 146 2 0 0 20 0 1 0 31052158 47820800 11458 18446744073709551615 4198400 6176925 140735172078272 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 29298688 140735172086122 140735172086249 140735172086249 140735172091851 0
/proc/18257/statm: 11675 11458 512 484 0 11086 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 46700 KiB
Current children cumulated memory: 45832 KiB

[startup+3.1056 s]
/proc/loadavg: 4.07 4.09 4.09 4/263 18266
/proc/meminfo: memFree=125450708/131250000 swapFree=33010684/33010684
[pid=18257] ppid=18254 vsize=48628 memory=47508 CPUtime=3.09 cores=0,2
/proc/18257/stat : 18257 (uwrmaxsat) R 18254 18257 15829 0 -1 4194304 20808 0 0 0 306 3 0 0 20 0 1 0 31052158 49795072 11877 18446744073709551615 4198400 6176925 140735172078272 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 29298688 140735172086122 140735172086249 140735172086249 140735172091851 0
/proc/18257/statm: 12157 11877 512 484 0 11568 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 48628 KiB
Current children cumulated memory: 47508 KiB

[startup+6.30016 s]
/proc/loadavg: 4.07 4.09 4.09 5/266 18272
/proc/meminfo: memFree=125309220/131250000 swapFree=33010684/33010684
[pid=18257] ppid=18254 vsize=49296 memory=48196 CPUtime=6.26 cores=0,2
/proc/18257/stat : 18257 (uwrmaxsat) R 18254 18257 15829 0 -1 4194304 25362 0 0 0 623 3 0 0 20 0 1 0 31052158 50479104 12049 18446744073709551615 4198400 6176925 140735172078272 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 29298688 140735172086122 140735172086249 140735172086249 140735172091851 0
/proc/18257/statm: 12324 12049 512 484 0 11735 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 49296 KiB
Current children cumulated memory: 48196 KiB

[startup+12.7001 s]
/proc/loadavg: 4.06 4.09 4.09 5/266 18317
/proc/meminfo: memFree=128831088/131250000 swapFree=33010684/33010684
[pid=18257] ppid=18254 vsize=53752 memory=52840 CPUtime=12.65 cores=0,2
/proc/18257/stat : 18257 (uwrmaxsat) R 18254 18257 15829 0 -1 4194304 32492 0 0 0 1260 5 0 0 20 0 1 0 31052158 55042048 13210 18446744073709551615 4198400 6176925 140735172078272 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 29298688 140735172086122 140735172086249 140735172086249 140735172091851 0
/proc/18257/statm: 13438 13210 512 484 0 12849 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 53752 KiB
Current children cumulated memory: 52840 KiB

[startup+25.5002 s]
/proc/loadavg: 4.13 4.10 4.09 5/267 18349
/proc/meminfo: memFree=128944076/131250000 swapFree=33010684/33010684
[pid=18257] ppid=18254 vsize=51168 memory=50332 CPUtime=25.41 cores=0,2
/proc/18257/stat : 18257 (uwrmaxsat) R 18254 18257 15829 0 -1 4194304 39655 0 0 0 2534 7 0 0 20 0 1 0 31052158 52396032 12583 18446744073709551615 4198400 6176925 140735172078272 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 29298688 140735172086122 140735172086249 140735172086249 140735172091851 0
/proc/18257/statm: 12792 12583 512 484 0 12203 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 51168 KiB
Current children cumulated memory: 50332 KiB

[startup+51.1055 s]
/proc/loadavg: 4.08 4.09 4.09 5/267 18349
/proc/meminfo: memFree=129146872/131250000 swapFree=33010684/33010684
[pid=18257] ppid=18254 vsize=71464 memory=70520 CPUtime=50.93 cores=0,2
/proc/18257/stat : 18257 (uwrmaxsat) R 18254 18257 15829 0 -1 4194304 48984 0 0 0 5083 10 0 0 20 0 1 0 31052158 73179136 17630 18446744073709551615 4198400 6176925 140735172078272 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 29298688 140735172086122 140735172086249 140735172086249 140735172091851 0
/proc/18257/statm: 17866 17630 512 484 0 17277 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 71464 KiB
Current children cumulated memory: 70520 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/266 18355
/proc/meminfo: memFree=129107320/131250000 swapFree=33010684/33010684
[pid=18257] ppid=18254 vsize=75868 memory=75000 CPUtime=102 cores=0,2
/proc/18257/stat : 18257 (uwrmaxsat) R 18254 18257 15829 0 -1 4194304 50145 0 0 0 10190 10 0 0 20 0 1 0 31052158 77688832 18750 18446744073709551615 4198400 6176925 140735172078272 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 29298688 140735172086122 140735172086249 140735172086249 140735172091851 0
/proc/18257/statm: 18967 18750 512 484 0 18378 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 75868 KiB
Current children cumulated memory: 75000 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.10 4.09 4/263 18536
/proc/meminfo: memFree=129259504/131250000 swapFree=33010684/33010684
[pid=18257] ppid=18254 vsize=86232 memory=85368 CPUtime=161.85 cores=0,2
/proc/18257/stat : 18257 (uwrmaxsat) R 18254 18257 15829 0 -1 4194304 57325 0 0 0 16170 15 0 0 20 0 1 0 31052158 88301568 21342 18446744073709551615 4198400 6176925 140735172078272 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 29298688 140735172086122 140735172086249 140735172086249 140735172091851 0
/proc/18257/statm: 21558 21342 512 484 0 20969 0
Current children cumulated CPU time: 161.85 s
Current children cumulated vsize: 86232 KiB
Current children cumulated memory: 85368 KiB

[startup+222.3 s]
/proc/loadavg: 3.94 4.05 4.07 5/266 19845
/proc/meminfo: memFree=129643096/131250000 swapFree=33010684/33010684
[pid=18257] ppid=18254 vsize=84028 memory=83072 CPUtime=221.61 cores=0,2
/proc/18257/stat : 18257 (uwrmaxsat) R 18254 18257 15829 0 -1 4194304 62085 0 0 0 22136 25 0 0 20 0 1 0 31052158 86044672 20768 18446744073709551615 4198400 6176925 140735172078272 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 29298688 140735172086122 140735172086249 140735172086249 140735172091851 0
/proc/18257/statm: 21007 20768 512 484 0 20418 0
Current children cumulated CPU time: 221.61 s
Current children cumulated vsize: 84028 KiB
Current children cumulated memory: 83072 KiB

[startup+282.3 s]
/proc/loadavg: 4.09 4.07 4.08 5/263 19891
/proc/meminfo: memFree=129758820/131250000 swapFree=33010684/33010684
[pid=18257] ppid=18254 vsize=103772 memory=102904 CPUtime=281.43 cores=0,2
/proc/18257/stat : 18257 (uwrmaxsat) R 18254 18257 15829 0 -1 4194304 63580 0 0 0 28115 28 0 0 20 0 1 0 31052158 106262528 25726 18446744073709551615 4198400 6176925 140735172078272 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 29298688 140735172086122 140735172086249 140735172086249 140735172091851 0
/proc/18257/statm: 25943 25726 512 484 0 25354 0
Current children cumulated CPU time: 281.43 s
Current children cumulated vsize: 103772 KiB
Current children cumulated memory: 102904 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 4.07 4.08 5/264 19894
/proc/meminfo: memFree=129751480/131250000 swapFree=33010684/33010684
[pid=18257] ppid=18254 vsize=114748 memory=113912 CPUtime=341.27 cores=0,2
/proc/18257/stat : 18257 (uwrmaxsat) R 18254 18257 15829 0 -1 4194304 64833 0 0 0 34099 28 0 0 20 0 1 0 31052158 117501952 28478 18446744073709551615 4198400 6176925 140735172078272 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 29298688 140735172086122 140735172086249 140735172086249 140735172091851 0
/proc/18257/statm: 28687 28478 512 484 0 28098 0
Current children cumulated CPU time: 341.27 s
Current children cumulated vsize: 114748 KiB
Current children cumulated memory: 113912 KiB

[startup+402.3 s]
/proc/loadavg: 4.08 4.07 4.08 5/265 19897
/proc/meminfo: memFree=129744844/131250000 swapFree=33010684/33010684
[pid=18257] ppid=18254 vsize=117208 memory=116344 CPUtime=401.11 cores=0,2
/proc/18257/stat : 18257 (uwrmaxsat) R 18254 18257 15829 0 -1 4194304 65489 0 0 0 40083 28 0 0 20 0 1 0 31052158 120020992 29086 18446744073709551615 4198400 6176925 140735172078272 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 29298688 140735172086122 140735172086249 140735172086249 140735172091851 0
/proc/18257/statm: 29302 29086 512 484 0 28713 0
Current children cumulated CPU time: 401.11 s
Current children cumulated vsize: 117208 KiB
Current children cumulated memory: 116344 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 4.07 4.08 5/265 19899
/proc/meminfo: memFree=129707072/131250000 swapFree=33010684/33010684
[pid=18257] ppid=18254 vsize=129808 memory=128888 CPUtime=460.94 cores=0,2
/proc/18257/stat : 18257 (uwrmaxsat) R 18254 18257 15829 0 -1 4194304 69753 0 0 0 46063 31 0 0 20 0 1 0 31052158 132923392 32222 18446744073709551615 4198400 6176925 140735172078272 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 29298688 140735172086122 140735172086249 140735172086249 140735172091851 0
/proc/18257/statm: 32452 32222 512 484 0 31863 0

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

Current children cumulated memory: 163508 KiB

[startup+2862.3 s]
/proc/loadavg: 4.12 4.13 4.14 5/266 20394
/proc/meminfo: memFree=129588568/131250000 swapFree=33010684/33010684
[pid=18257] ppid=18254 vsize=158152 memory=157192 CPUtime=2853.98 cores=0,2
/proc/18257/stat : 18257 (uwrmaxsat) R 18254 18257 15829 0 -1 4194304 173687 0 0 0 285223 175 0 0 20 0 1 0 31052158 161947648 39298 18446744073709551615 4198400 6176925 140735172078272 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 29298688 140735172086122 140735172086249 140735172086249 140735172091851 0
/proc/18257/statm: 39538 39298 512 484 0 38949 0
Current children cumulated CPU time: 2853.98 s
Current children cumulated vsize: 158152 KiB
Current children cumulated memory: 157192 KiB

[startup+2922.3 s]
/proc/loadavg: 4.10 4.12 4.13 5/265 20396
/proc/meminfo: memFree=129601544/131250000 swapFree=33010684/33010684
[pid=18257] ppid=18254 vsize=162808 memory=161848 CPUtime=2913.79 cores=0,2
/proc/18257/stat : 18257 (uwrmaxsat) R 18254 18257 15829 0 -1 4194304 175372 0 0 0 291200 179 0 0 20 0 1 0 31052158 166715392 40462 18446744073709551615 4198400 6176925 140735172078272 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 29298688 140735172086122 140735172086249 140735172086249 140735172091851 0
/proc/18257/statm: 40702 40462 512 484 0 40113 0
Current children cumulated CPU time: 2913.79 s
Current children cumulated vsize: 162808 KiB
Current children cumulated memory: 161848 KiB

[startup+2982.3 s]
/proc/loadavg: 4.08 4.11 4.12 5/265 20398
/proc/meminfo: memFree=129600968/131250000 swapFree=33010684/33010684
[pid=18257] ppid=18254 vsize=162048 memory=161088 CPUtime=2973.61 cores=0,2
/proc/18257/stat : 18257 (uwrmaxsat) R 18254 18257 15829 0 -1 4194304 177111 0 0 0 297178 183 0 0 20 0 1 0 31052158 165937152 40272 18446744073709551615 4198400 6176925 140735172078272 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 29298688 140735172086122 140735172086249 140735172086249 140735172091851 0
/proc/18257/statm: 40512 40272 512 484 0 39923 0
Current children cumulated CPU time: 2973.61 s
Current children cumulated vsize: 162048 KiB
Current children cumulated memory: 161088 KiB

[startup+3042.3 s]
/proc/loadavg: 4.35 4.17 4.14 5/265 20401
/proc/meminfo: memFree=129542024/131250000 swapFree=33010684/33010684
[pid=18257] ppid=18254 vsize=163736 memory=162776 CPUtime=3033.42 cores=0,2
/proc/18257/stat : 18257 (uwrmaxsat) R 18254 18257 15829 0 -1 4194304 178734 0 0 0 303156 186 0 0 20 0 1 0 31052158 167665664 40694 18446744073709551615 4198400 6176925 140735172078272 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 29298688 140735172086122 140735172086249 140735172086249 140735172091851 0
/proc/18257/statm: 40934 40694 512 484 0 40345 0
Current children cumulated CPU time: 3033.42 s
Current children cumulated vsize: 163736 KiB
Current children cumulated memory: 162776 KiB

[startup+3102.3 s]
/proc/loadavg: 4.25 4.18 4.15 5/264 20403
/proc/meminfo: memFree=129540412/131250000 swapFree=33010684/33010684
[pid=18257] ppid=18254 vsize=163836 memory=162876 CPUtime=3093.24 cores=0,2
/proc/18257/stat : 18257 (uwrmaxsat) R 18254 18257 15829 0 -1 4194304 180282 0 0 0 309134 190 0 0 20 0 1 0 31052158 167768064 40719 18446744073709551615 4198400 6176925 140735172078272 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 29298688 140735172086122 140735172086249 140735172086249 140735172091851 0
/proc/18257/statm: 40959 40719 512 484 0 40370 0
Current children cumulated CPU time: 3093.24 s
Current children cumulated vsize: 163836 KiB
Current children cumulated memory: 162876 KiB

[startup+3162.3 s]
/proc/loadavg: 4.13 4.16 4.14 5/266 20409
/proc/meminfo: memFree=129541896/131250000 swapFree=33010684/33010684
[pid=18257] ppid=18254 vsize=174416 memory=172292 CPUtime=3153.05 cores=0,2
/proc/18257/stat : 18257 (uwrmaxsat) R 18254 18257 15829 0 -1 4194304 183231 0 0 0 315112 193 0 0 20 0 1 0 31052158 178601984 43073 18446744073709551615 4198400 6176925 140735172078272 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 29298688 140735172086122 140735172086249 140735172086249 140735172091851 0
/proc/18257/statm: 43604 43073 512 484 0 43015 0
Current children cumulated CPU time: 3153.05 s
Current children cumulated vsize: 174416 KiB
Current children cumulated memory: 172292 KiB

[startup+3222.3 s]
/proc/loadavg: 4.15 4.16 4.14 5/266 20413
/proc/meminfo: memFree=129526244/131250000 swapFree=33010684/33010684
[pid=18257] ppid=18254 vsize=170272 memory=168160 CPUtime=3212.86 cores=0,2
/proc/18257/stat : 18257 (uwrmaxsat) R 18254 18257 15829 0 -1 4194304 185170 0 0 0 321090 196 0 0 20 0 1 0 31052158 174358528 42040 18446744073709551615 4198400 6176925 140735172078272 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 29298688 140735172086122 140735172086249 140735172086249 140735172091851 0
/proc/18257/statm: 42568 42040 512 484 0 41979 0
Current children cumulated CPU time: 3212.86 s
Current children cumulated vsize: 170272 KiB
Current children cumulated memory: 168160 KiB

[startup+3282.3 s]
/proc/loadavg: 4.05 4.13 4.13 5/266 20417
/proc/meminfo: memFree=129544576/131250000 swapFree=33010684/33010684
[pid=18257] ppid=18254 vsize=169120 memory=167008 CPUtime=3272.69 cores=0,2
/proc/18257/stat : 18257 (uwrmaxsat) R 18254 18257 15829 0 -1 4194304 186180 0 0 0 327069 200 0 0 20 0 1 0 31052158 173178880 41752 18446744073709551615 4198400 6176925 140735172078272 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 29298688 140735172086122 140735172086249 140735172086249 140735172091851 0
/proc/18257/statm: 42280 41752 512 484 0 41691 0
Current children cumulated CPU time: 3272.69 s
Current children cumulated vsize: 169120 KiB
Current children cumulated memory: 167008 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.13 4.13 5/265 20419
/proc/meminfo: memFree=129538108/131250000 swapFree=33010684/33010684
[pid=18257] ppid=18254 vsize=174756 memory=173796 CPUtime=3332.51 cores=0,2
/proc/18257/stat : 18257 (uwrmaxsat) R 18254 18257 15829 0 -1 4194304 188142 0 0 0 333048 203 0 0 20 0 1 0 31052158 178950144 43449 18446744073709551615 4198400 6176925 140735172078272 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 29298688 140735172086122 140735172086249 140735172086249 140735172091851 0
/proc/18257/statm: 43689 43449 512 484 0 43100 0
Current children cumulated CPU time: 3332.51 s
Current children cumulated vsize: 174756 KiB
Current children cumulated memory: 173796 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.12 4.12 5/266 20422
/proc/meminfo: memFree=129536288/131250000 swapFree=33010684/33010684
[pid=18257] ppid=18254 vsize=171712 memory=170752 CPUtime=3392.33 cores=0,2
/proc/18257/stat : 18257 (uwrmaxsat) R 18254 18257 15829 0 -1 4194304 190049 0 0 0 339027 206 0 0 20 0 1 0 31052158 175833088 42688 18446744073709551615 4198400 6176925 140735172078272 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 29298688 140735172086122 140735172086249 140735172086249 140735172091851 0
/proc/18257/statm: 42928 42688 512 484 0 42339 0
Current children cumulated CPU time: 3392.33 s
Current children cumulated vsize: 171712 KiB
Current children cumulated memory: 170752 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.11 4.12 5/266 20424
/proc/meminfo: memFree=129541732/131250000 swapFree=33010684/33010684
[pid=18257] ppid=18254 vsize=174600 memory=173640 CPUtime=3452.16 cores=0,2
/proc/18257/stat : 18257 (uwrmaxsat) R 18254 18257 15829 0 -1 4194304 191817 0 0 0 345006 210 0 0 20 0 1 0 31052158 178790400 43410 18446744073709551615 4198400 6176925 140735172078272 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 29298688 140735172086122 140735172086249 140735172086249 140735172091851 0
/proc/18257/statm: 43650 43410 512 484 0 43061 0
Current children cumulated CPU time: 3452.16 s
Current children cumulated vsize: 174600 KiB
Current children cumulated memory: 173640 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.10 4.11 5/265 20426
/proc/meminfo: memFree=129555832/131250000 swapFree=33010684/33010684
[pid=18257] ppid=18254 vsize=172204 memory=171244 CPUtime=3512 cores=0,2
/proc/18257/stat : 18257 (uwrmaxsat) R 18254 18257 15829 0 -1 4194304 192718 0 0 0 350987 213 0 0 20 0 1 0 31052158 176336896 42811 18446744073709551615 4198400 6176925 140735172078272 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 29298688 140735172086122 140735172086249 140735172086249 140735172091851 0
/proc/18257/statm: 43051 42811 512 484 0 42462 0
Current children cumulated CPU time: 3512 s
Current children cumulated vsize: 172204 KiB
Current children cumulated memory: 171244 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.10 4.11 5/266 20429
/proc/meminfo: memFree=129532780/131250000 swapFree=33010684/33010684
[pid=18257] ppid=18254 vsize=170376 memory=169416 CPUtime=3571.82 cores=0,2
/proc/18257/stat : 18257 (uwrmaxsat) R 18254 18257 15829 0 -1 4194304 194535 0 0 0 356967 215 0 0 20 0 1 0 31052158 174465024 42354 18446744073709551615 4198400 6176925 140735172078272 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 29298688 140735172086122 140735172086249 140735172086249 140735172091851 0
/proc/18257/statm: 42594 42354 512 484 0 42005 0
Current children cumulated CPU time: 3571.82 s
Current children cumulated vsize: 170376 KiB
Current children cumulated memory: 169416 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.6 s]
/proc/loadavg: 4.12 4.11 4.11 5/265 20430
/proc/meminfo: memFree=129534284/131250000 swapFree=33010684/33010684
[pid=18257] ppid=18254 vsize=174532 memory=173572 CPUtime=3600.03 cores=0,2
/proc/18257/stat : 18257 (uwrmaxsat) R 18254 18257 15829 0 -1 4194304 195252 0 0 0 359787 216 0 0 20 0 1 0 31052158 178720768 43393 18446744073709551615 4198400 6176925 140735172078272 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 29298688 140735172086122 140735172086249 140735172086249 140735172091851 0
/proc/18257/statm: 43633 43393 512 484 0 43044 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 174532 KiB
Current children cumulated memory: 173572 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.87 s, system=2.17022 s

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

Child status: 0

Real time (s): 3610.6
CPU time (s): 3600.04
CPU user time (s): 3597.87
CPU system time (s): 2.17022
CPU usage (%): 99.7075
Max. virtual memory (cumulated for all children) (KiB): 249484
Max. memory (cumulated for all children) (KiB): 246680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.87
system time used= 2.17022
maximum resident set size= 247236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 195252
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= 32
involuntary context switches= 7883


# summary of solver processes directly reported to runsolver:
#   pid: 18257
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3597.87
#   total CPU system time (s): 2.17022

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.09342 second user time and 15.8237 second system time

The end

Launcher Data

Begin job on nodeC033 at 2025-06-29 01:35:27
IDJOB=4494468
IDBENCH=147891
IDSOLVER=3372
FILE ID=nodeC033/4494468-1751153727
RUNJOBID= nodeC033-1751146246-15839
SLURM_JOB_ID= 9587457
Free space on /tmp= 432932 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/liu/vdw/normalized-vdw_k6_l3_n170.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4494468-1751153727/watcher-4494468-1751153727 -o /tmp/evaluation-result-4494468-1751153727/solver-4494468-1751153727 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751146246-15839 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4494468-1751153727.opb -mem-lim=31000

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

MD5SUM BENCH= f8e7200d7e9c4a7cfb6b4e6c5b6d430a
RANDOM SEED=1917346030

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		: 3598.734
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.284
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.126
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		: 3589.834
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.023
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		: 3600.065
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		: 3651.367
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		: 3555.100
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:        125020792 kB
MemAvailable:   124759144 kB
Buffers:            3280 kB
Cached:           549408 kB
SwapCached:            0 kB
Active:          5063028 kB
Inactive:         291348 kB
Active(anon):    4819808 kB
Inactive(anon):        0 kB
Active(file):     243220 kB
Inactive(file):   291348 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            132132 kB
Writeback:             0 kB
AnonPages:       4804872 kB
Mapped:           108944 kB
Shmem:             18120 kB
KReclaimable:      86044 kB
Slab:             168652 kB
SReclaimable:      86044 kB
SUnreclaim:        82608 kB
KernelStack:        4352 kB
PageTables:        12096 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    5261848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1013760 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 02:35:38