Trace number 4516514

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.07 3609.7

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
subsetcard/larger/random4reg_opb_shuffle/normalized-subsetcard-eq-random4reg-1500.shuf-1.opb
MD5SUM32d8cc264951b7044fd33d2e6b7cca98
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.247327
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6001
Total number of constraints6000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)698
Number of constraints which are nor clauses,nor cardinality constraints5302
Minimum length of a constraint4
Maximum length of a constraint5
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 6
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.00/0.04	c Converting 6000 PB-constraints to clauses...
0.00/0.08	c ============================[ Encoding Statistics ]============================
0.00/0.08	c |  Number of variables:          6001                                         |
0.00/0.08	c |  Number of clauses:           24014                                         |
0.00/0.08	c ===============================================================================
3600.06/3609.70	c *** TERMINATED by signal 15 ***
3600.06/3609.70	c _______________________________________________________________________________
3600.06/3609.70	c 
3600.06/3609.70	c _______________________________________________________________________________
3600.06/3609.70	c 
3600.06/3609.70	c =======================[ UWrMaxSat resources usage ]===========================
3600.06/3609.70	c Memory used            : 1534.00 MB
3600.06/3609.70	c CPU time               : 3593.94 s
3600.06/3609.70	c Constr Enc: Srt/BDD/Add: 6000 0 0
3600.06/3609.70	c _______________________________________________________________________________
3600.06/3609.70	c _______________________________________________________________________________
3600.06/3609.70	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 (62770 MiB free)
  memory of node 1: 64507 MiB (63991 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=34376, runsolver pid=34364

[startup+0.10006 s]*
/proc/loadavg: 1.08 1.10 1.20 6/263 34377
/proc/meminfo: memFree=129779528/131250000 swapFree=33010684/33010684
[pid=34376] ppid=34364 vsize=18548 memory=16608 CPUtime=0.09 cores=1,3
/proc/34376/stat : 34376 (uwrmaxsat) R 34364 34376 31089 0 -1 4194304 4642 0 0 0 9 0 0 0 20 0 1 0 39487447 18993152 4152 18446744073709551615 4198400 6176925 140725001660624 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 36241408 140725001668970 140725001669097 140725001669097 140725001674699 0
/proc/34376/statm: 4637 4152 512 484 0 4048 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18548 KiB
Current children cumulated memory: 16608 KiB

[startup+0.204494 s]*
/proc/loadavg: 1.08 1.10 1.20 6/263 34377
/proc/meminfo: memFree=129779784/131250000 swapFree=33010684/33010684
[pid=34376] ppid=34364 vsize=20392 memory=18400 CPUtime=0.2 cores=1,3
/proc/34376/stat : 34376 (uwrmaxsat) R 34364 34376 31089 0 -1 4194304 5104 0 0 0 20 0 0 0 20 0 1 0 39487447 20881408 4600 18446744073709551615 4198400 6176925 140725001660624 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 36241408 140725001668970 140725001669097 140725001669097 140725001674699 0
/proc/34376/statm: 5098 4600 512 484 0 4509 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 20392 KiB
Current children cumulated memory: 18400 KiB

[startup+0.30533 s]*
/proc/loadavg: 1.08 1.10 1.20 6/263 34377
/proc/meminfo: memFree=129779784/131250000 swapFree=33010684/33010684
[pid=34376] ppid=34364 vsize=19868 memory=17928 CPUtime=0.3 cores=1,3
/proc/34376/stat : 34376 (uwrmaxsat) R 34364 34376 31089 0 -1 4194304 5900 0 0 0 30 0 0 0 20 0 1 0 39487447 20344832 4482 18446744073709551615 4198400 6176925 140725001660624 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 36241408 140725001668970 140725001669097 140725001669097 140725001674699 0
/proc/34376/statm: 4967 4482 512 484 0 4378 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 19868 KiB
Current children cumulated memory: 17928 KiB

[startup+0.700124 s]
/proc/loadavg: 1.08 1.10 1.20 6/263 34377
/proc/meminfo: memFree=129779976/131250000 swapFree=33010684/33010684
[pid=34376] ppid=34364 vsize=21860 memory=19864 CPUtime=0.69 cores=1,3
/proc/34376/stat : 34376 (uwrmaxsat) R 34364 34376 31089 0 -1 4194304 6809 0 0 0 69 0 0 0 20 0 1 0 39487447 22384640 4966 18446744073709551615 4198400 6176925 140725001660624 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 36241408 140725001668970 140725001669097 140725001669097 140725001674699 0
/proc/34376/statm: 5465 4966 512 484 0 4876 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 21860 KiB
Current children cumulated memory: 19864 KiB

[startup+1.50013 s]
/proc/loadavg: 1.08 1.10 1.20 6/263 34377
/proc/meminfo: memFree=129779976/131250000 swapFree=33010684/33010684
[pid=34376] ppid=34364 vsize=21120 memory=19120 CPUtime=1.48 cores=1,3
/proc/34376/stat : 34376 (uwrmaxsat) R 34364 34376 31089 0 -1 4194304 7672 0 0 0 148 0 0 0 20 0 1 0 39487447 21626880 4780 18446744073709551615 4198400 6176925 140725001660624 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 36241408 140725001668970 140725001669097 140725001669097 140725001674699 0
/proc/34376/statm: 5280 4780 512 484 0 4691 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 21120 KiB
Current children cumulated memory: 19120 KiB

[startup+3.10433 s]
/proc/loadavg: 1.08 1.10 1.20 6/263 34377
/proc/meminfo: memFree=129768456/131250000 swapFree=33010684/33010684
[pid=34376] ppid=34364 vsize=23076 memory=21136 CPUtime=3.09 cores=1,3
/proc/34376/stat : 34376 (uwrmaxsat) R 34364 34376 31089 0 -1 4194304 9483 0 0 0 308 1 0 0 20 0 1 0 39487447 23629824 5284 18446744073709551615 4198400 6176925 140725001660624 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 36241408 140725001668970 140725001669097 140725001669097 140725001674699 0
/proc/34376/statm: 5769 5284 512 484 0 5180 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 23076 KiB
Current children cumulated memory: 21136 KiB

[startup+6.30012 s]
/proc/loadavg: 1.39 1.17 1.22 6/263 34377
/proc/meminfo: memFree=129750788/131250000 swapFree=33010684/33010684
[pid=34376] ppid=34364 vsize=31796 memory=29068 CPUtime=6.28 cores=1,3
/proc/34376/stat : 34376 (uwrmaxsat) R 34364 34376 31089 0 -1 4194304 12945 0 0 0 626 2 0 0 20 0 1 0 39487447 32559104 7267 18446744073709551615 4198400 6176925 140725001660624 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 36241408 140725001668970 140725001669097 140725001669097 140725001674699 0
/proc/34376/statm: 7949 7267 512 484 0 7360 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 31796 KiB
Current children cumulated memory: 29068 KiB

[startup+12.7001 s]
/proc/loadavg: 1.60 1.21 1.24 6/263 34377
/proc/meminfo: memFree=129692560/131250000 swapFree=33010684/33010684
[pid=34376] ppid=34364 vsize=51992 memory=49572 CPUtime=12.66 cores=1,3
/proc/34376/stat : 34376 (uwrmaxsat) R 34364 34376 31089 0 -1 4194304 14888 0 0 0 1263 3 0 0 20 0 1 0 39487447 53239808 12393 18446744073709551615 4198400 6176925 140725001660624 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 36241408 140725001668970 140725001669097 140725001669097 140725001674699 0
/proc/34376/statm: 12998 12393 512 484 0 12409 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 51992 KiB
Current children cumulated memory: 49572 KiB

[startup+25.5001 s]
/proc/loadavg: 2.13 1.35 1.28 6/263 34377
/proc/meminfo: memFree=129632016/131250000 swapFree=33010684/33010684
[pid=34376] ppid=34364 vsize=40844 memory=38344 CPUtime=25.42 cores=1,3
/proc/34376/stat : 34376 (uwrmaxsat) R 34364 34376 31089 0 -1 4194304 15722 0 0 0 2538 4 0 0 20 0 1 0 39487447 41824256 9586 18446744073709551615 4198400 6176925 140725001660624 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 36241408 140725001668970 140725001669097 140725001669097 140725001674699 0
/proc/34376/statm: 10211 9586 512 484 0 9622 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 40844 KiB
Current children cumulated memory: 38344 KiB

[startup+51.1047 s]
/proc/loadavg: 2.84 1.58 1.36 6/263 34378
/proc/meminfo: memFree=129507888/131250000 swapFree=33010684/33010684
[pid=34376] ppid=34364 vsize=82380 memory=80048 CPUtime=50.96 cores=1,3
/proc/34376/stat : 34376 (uwrmaxsat) R 34364 34376 31089 0 -1 4194304 20263 0 0 0 5089 7 0 0 20 0 1 0 39487447 84357120 20012 18446744073709551615 4198400 6176925 140725001660624 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 36241408 140725001668970 140725001669097 140725001669097 140725001674699 0
/proc/34376/statm: 20595 20012 512 484 0 20006 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 82380 KiB
Current children cumulated memory: 80048 KiB

[startup+102.3 s]
/proc/loadavg: 3.56 1.97 1.51 6/263 34380
/proc/meminfo: memFree=129208056/131250000 swapFree=33010684/33010684
[pid=34376] ppid=34364 vsize=218572 memory=216184 CPUtime=102.02 cores=1,3
/proc/34376/stat : 34376 (uwrmaxsat) R 34364 34376 31089 0 -1 4194304 24725 0 0 0 10188 14 0 0 20 0 1 0 39487447 223817728 54046 18446744073709551615 4198400 6176925 140725001660624 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 36241408 140725001668970 140725001669097 140725001669097 140725001674699 0
/proc/34376/statm: 54643 54046 512 484 0 54054 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 218572 KiB
Current children cumulated memory: 216184 KiB

[startup+162.3 s]
/proc/loadavg: 3.89 2.36 1.67 6/263 34382
/proc/meminfo: memFree=129399556/131250000 swapFree=33010684/33010684
[pid=34376] ppid=34364 vsize=96680 memory=94264 CPUtime=161.86 cores=1,3
/proc/34376/stat : 34376 (uwrmaxsat) R 34364 34376 31089 0 -1 4194304 29192 0 0 0 16168 18 0 0 20 0 1 0 39487447 99000320 23566 18446744073709551615 4198400 6176925 140725001660624 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 36241408 140725001668970 140725001669097 140725001669097 140725001674699 0
/proc/34376/statm: 24170 23566 512 484 0 23581 0
Current children cumulated CPU time: 161.86 s
Current children cumulated vsize: 96680 KiB
Current children cumulated memory: 94264 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 2.69 1.83 6/264 34387
/proc/meminfo: memFree=129101556/131250000 swapFree=33010684/33010684
[pid=34376] ppid=34364 vsize=158200 memory=155812 CPUtime=221.72 cores=1,3
/proc/34376/stat : 34376 (uwrmaxsat) R 34364 34376 31089 0 -1 4194304 34837 0 0 0 22143 29 0 0 20 0 1 0 39487447 161996800 38953 18446744073709551615 4198400 6176925 140725001660624 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 36241408 140725001668970 140725001669097 140725001669097 140725001674699 0
/proc/34376/statm: 39550 38953 512 484 0 38961 0
Current children cumulated CPU time: 221.72 s
Current children cumulated vsize: 158200 KiB
Current children cumulated memory: 155812 KiB

[startup+282.3 s]
/proc/loadavg: 4.03 2.93 1.97 6/264 34389
/proc/meminfo: memFree=128934392/131250000 swapFree=33010684/33010684
[pid=34376] ppid=34364 vsize=216900 memory=214800 CPUtime=281.56 cores=1,3
/proc/34376/stat : 34376 (uwrmaxsat) R 34364 34376 31089 0 -1 4194304 48773 0 0 0 28116 40 0 0 20 0 1 0 39487447 222105600 53700 18446744073709551615 4198400 6176925 140725001660624 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 36241408 140725001668970 140725001669097 140725001669097 140725001674699 0
/proc/34376/statm: 54225 53700 512 484 0 53636 0
Current children cumulated CPU time: 281.56 s
Current children cumulated vsize: 216900 KiB
Current children cumulated memory: 214800 KiB

[startup+342.3 s]
/proc/loadavg: 4.05 3.14 2.10 6/263 34391
/proc/meminfo: memFree=128541372/131250000 swapFree=33010684/33010684
[pid=34376] ppid=34364 vsize=454512 memory=452364 CPUtime=341.41 cores=1,3
/proc/34376/stat : 34376 (uwrmaxsat) R 34364 34376 31089 0 -1 4194304 72141 0 0 0 34084 57 0 0 20 0 1 0 39487447 465420288 113091 18446744073709551615 4198400 6176925 140725001660624 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 36241408 140725001668970 140725001669097 140725001669097 140725001674699 0
/proc/34376/statm: 113628 113091 512 484 0 113039 0
Current children cumulated CPU time: 341.41 s
Current children cumulated vsize: 454512 KiB
Current children cumulated memory: 452364 KiB

[startup+402.3 s]
/proc/loadavg: 4.12 3.33 2.24 6/263 34393
/proc/meminfo: memFree=128604624/131250000 swapFree=33010684/33010684
[pid=34376] ppid=34364 vsize=430228 memory=428136 CPUtime=401.25 cores=1,3
/proc/34376/stat : 34376 (uwrmaxsat) R 34364 34376 31089 0 -1 4194304 74260 0 0 0 40056 69 0 0 20 0 1 0 39487447 440553472 107034 18446744073709551615 4198400 6176925 140725001660624 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 36241408 140725001668970 140725001669097 140725001669097 140725001674699 0
/proc/34376/statm: 107557 107034 512 484 0 106968 0
Current children cumulated CPU time: 401.25 s
Current children cumulated vsize: 430228 KiB
Current children cumulated memory: 428136 KiB

[startup+462.3 s]
/proc/loadavg: 4.09 3.47 2.35 6/263 34395
/proc/meminfo: memFree=128670960/131250000 swapFree=33010684/33010684
[pid=34376] ppid=34364 vsize=448068 memory=445996 CPUtime=461.1 cores=1,3
/proc/34376/stat : 34376 (uwrmaxsat) R 34364 34376 31089 0 -1 4194304 77241 0 0 0 46033 77 0 0 20 0 1 0 39487447 458821632 111499 18446744073709551615 4198400 6176925 140725001660624 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 36241408 140725001668970 140725001669097 140725001669097 140725001674699 0
/proc/34376/statm: 112017 111499 512 484 0 111428 0
Current children cumulated CPU time: 461.1 s

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

Current children cumulated memory: 989016 KiB

[startup+2922.3 s]
/proc/loadavg: 4.08 4.13 4.02 6/264 34512
/proc/meminfo: memFree=126894504/131250000 swapFree=33010684/33010684
[pid=34376] ppid=34364 vsize=627172 memory=625104 CPUtime=2914.63 cores=1,3
/proc/34376/stat : 34376 (uwrmaxsat) R 34364 34376 31089 0 -1 4194304 286170 0 0 0 290957 506 0 0 20 0 1 0 39487447 642224128 156276 18446744073709551615 4198400 6176925 140725001660624 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 36241408 140725001668970 140725001669097 140725001669097 140725001674699 0
/proc/34376/statm: 156793 156276 512 484 0 156204 0
Current children cumulated CPU time: 2914.63 s
Current children cumulated vsize: 627172 KiB
Current children cumulated memory: 625104 KiB

[startup+2982.3 s]
/proc/loadavg: 4.13 4.13 4.03 6/263 34514
/proc/meminfo: memFree=126582900/131250000 swapFree=33010684/33010684
[pid=34376] ppid=34364 vsize=922828 memory=920760 CPUtime=2974.46 cores=1,3
/proc/34376/stat : 34376 (uwrmaxsat) R 34364 34376 31089 0 -1 4194304 287281 0 0 0 296932 514 0 0 20 0 1 0 39487447 944975872 230190 18446744073709551615 4198400 6176925 140725001660624 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 36241408 140725001668970 140725001669097 140725001669097 140725001674699 0
/proc/34376/statm: 230707 230190 512 484 0 230118 0
Current children cumulated CPU time: 2974.46 s
Current children cumulated vsize: 922828 KiB
Current children cumulated memory: 920760 KiB

[startup+3042.3 s]
/proc/loadavg: 4.10 4.12 4.03 6/263 34516
/proc/meminfo: memFree=126562304/131250000 swapFree=33010684/33010684
[pid=34376] ppid=34364 vsize=922828 memory=920760 CPUtime=3034.29 cores=1,3
/proc/34376/stat : 34376 (uwrmaxsat) R 34364 34376 31089 0 -1 4194304 287410 0 0 0 302915 514 0 0 20 0 1 0 39487447 944975872 230190 18446744073709551615 4198400 6176925 140725001660624 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 36241408 140725001668970 140725001669097 140725001669097 140725001674699 0
/proc/34376/statm: 230707 230190 512 484 0 230118 0
Current children cumulated CPU time: 3034.29 s
Current children cumulated vsize: 922828 KiB
Current children cumulated memory: 920760 KiB

[startup+3102.3 s]
/proc/loadavg: 4.15 4.13 4.03 6/263 34518
/proc/meminfo: memFree=127164144/131250000 swapFree=33010684/33010684
[pid=34376] ppid=34364 vsize=930068 memory=927528 CPUtime=3094.12 cores=1,3
/proc/34376/stat : 34376 (uwrmaxsat) R 34364 34376 31089 0 -1 4194304 292881 0 0 0 308881 531 0 0 20 0 1 0 39487447 952389632 231882 18446744073709551615 4198400 6176925 140725001660624 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 36241408 140725001668970 140725001669097 140725001669097 140725001674699 0
/proc/34376/statm: 232517 231882 512 484 0 231928 0
Current children cumulated CPU time: 3094.12 s
Current children cumulated vsize: 930068 KiB
Current children cumulated memory: 927528 KiB

[startup+3162.3 s]
/proc/loadavg: 4.19 4.13 4.04 6/263 34520
/proc/meminfo: memFree=127045264/131250000 swapFree=33010684/33010684
[pid=34376] ppid=34364 vsize=867940 memory=865400 CPUtime=3153.95 cores=1,3
/proc/34376/stat : 34376 (uwrmaxsat) R 34364 34376 31089 0 -1 4194304 293594 0 0 0 314858 537 0 0 20 0 1 0 39487447 888770560 216350 18446744073709551615 4198400 6176925 140725001660624 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 36241408 140725001668970 140725001669097 140725001669097 140725001674699 0
/proc/34376/statm: 216985 216350 512 484 0 216396 0
Current children cumulated CPU time: 3153.95 s
Current children cumulated vsize: 867940 KiB
Current children cumulated memory: 865400 KiB

[startup+3222.3 s]
/proc/loadavg: 4.11 4.12 4.04 6/262 34524
/proc/meminfo: memFree=127076776/131250000 swapFree=33010684/33010684
[pid=34376] ppid=34364 vsize=1044516 memory=1041792 CPUtime=3213.78 cores=1,3
/proc/34376/stat : 34376 (uwrmaxsat) R 34364 34376 31089 0 -1 4194304 299718 0 0 0 320830 548 0 0 20 0 1 0 39487447 1069584384 260448 18446744073709551615 4198400 6176925 140725001660624 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 36241408 140725001668970 140725001669097 140725001669097 140725001674699 0
/proc/34376/statm: 261129 260448 512 484 0 260540 0
Current children cumulated CPU time: 3213.78 s
Current children cumulated vsize: 1044516 KiB
Current children cumulated memory: 1041792 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.13 4.05 6/262 34525
/proc/meminfo: memFree=127197752/131250000 swapFree=33010684/33010684
[pid=34376] ppid=34364 vsize=963424 memory=960884 CPUtime=3273.61 cores=1,3
/proc/34376/stat : 34376 (uwrmaxsat) R 34364 34376 31089 0 -1 4194304 309468 0 0 0 326802 559 0 0 20 0 1 0 39487447 986546176 240221 18446744073709551615 4198400 6176925 140725001660624 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 36241408 140725001668970 140725001669097 140725001669097 140725001674699 0
/proc/34376/statm: 240856 240221 512 484 0 240267 0
Current children cumulated CPU time: 3273.61 s
Current children cumulated vsize: 963424 KiB
Current children cumulated memory: 960884 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.12 4.05 6/262 34527
/proc/meminfo: memFree=127143936/131250000 swapFree=33010684/33010684
[pid=34376] ppid=34364 vsize=1022648 memory=1020008 CPUtime=3333.43 cores=1,3
/proc/34376/stat : 34376 (uwrmaxsat) R 34364 34376 31089 0 -1 4194304 317942 0 0 0 332773 570 0 0 20 0 1 0 39487447 1047191552 255002 18446744073709551615 4198400 6176925 140725001660624 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 36241408 140725001668970 140725001669097 140725001669097 140725001674699 0
/proc/34376/statm: 255662 255002 512 484 0 255073 0
Current children cumulated CPU time: 3333.43 s
Current children cumulated vsize: 1022648 KiB
Current children cumulated memory: 1020008 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.12 4.05 6/262 34529
/proc/meminfo: memFree=127395232/131250000 swapFree=33010684/33010684
[pid=34376] ppid=34364 vsize=740340 memory=737780 CPUtime=3393.26 cores=1,3
/proc/34376/stat : 34376 (uwrmaxsat) R 34364 34376 31089 0 -1 4194304 322548 0 0 0 338740 586 0 0 20 0 1 0 39487447 758108160 184445 18446744073709551615 4198400 6176925 140725001660624 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 36241408 140725001668970 140725001669097 140725001669097 140725001674699 0
/proc/34376/statm: 185085 184445 512 484 0 184496 0
Current children cumulated CPU time: 3393.26 s
Current children cumulated vsize: 740340 KiB
Current children cumulated memory: 737780 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.12 4.05 6/262 34531
/proc/meminfo: memFree=127723200/131250000 swapFree=33010684/33010684
[pid=34376] ppid=34364 vsize=590776 memory=589116 CPUtime=3453.09 cores=1,3
/proc/34376/stat : 34376 (uwrmaxsat) R 34364 34376 31089 0 -1 4194304 324324 0 0 0 344715 594 0 0 20 0 1 0 39487447 604954624 147279 18446744073709551615 4198400 6176925 140725001660624 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 36241408 140725001668970 140725001669097 140725001669097 140725001674699 0
/proc/34376/statm: 147694 147279 512 484 0 147105 0
Current children cumulated CPU time: 3453.09 s
Current children cumulated vsize: 590776 KiB
Current children cumulated memory: 589116 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.11 4.05 6/263 34538
/proc/meminfo: memFree=127694312/131250000 swapFree=33010684/33010684
[pid=34376] ppid=34364 vsize=599424 memory=597764 CPUtime=3512.91 cores=1,3
/proc/34376/stat : 34376 (uwrmaxsat) R 34364 34376 31089 0 -1 4194304 326180 0 0 0 350688 603 0 0 20 0 1 0 39487447 613810176 149441 18446744073709551615 4198400 6176925 140725001660624 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 36241408 140725001668970 140725001669097 140725001669097 140725001674699 0
/proc/34376/statm: 149856 149441 512 484 0 149267 0
Current children cumulated CPU time: 3512.91 s
Current children cumulated vsize: 599424 KiB
Current children cumulated memory: 597764 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.12 4.06 6/263 34540
/proc/meminfo: memFree=127727532/131250000 swapFree=33010684/33010684
[pid=34376] ppid=34364 vsize=584944 memory=583284 CPUtime=3572.74 cores=1,3
/proc/34376/stat : 34376 (uwrmaxsat) R 34364 34376 31089 0 -1 4194304 328655 0 0 0 356662 612 0 0 20 0 1 0 39487447 598982656 145821 18446744073709551615 4198400 6176925 140725001660624 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 36241408 140725001668970 140725001669097 140725001669097 140725001674699 0
/proc/34376/statm: 146236 145821 512 484 0 145647 0
Current children cumulated CPU time: 3572.74 s
Current children cumulated vsize: 584944 KiB
Current children cumulated memory: 583284 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.7 s]
/proc/loadavg: 4.09 4.11 4.05 6/263 34557
/proc/meminfo: memFree=127829288/131250000 swapFree=33010684/33010684
[pid=34376] ppid=34364 vsize=472204 memory=470544 CPUtime=3600.06 cores=1,3
/proc/34376/stat : 34376 (uwrmaxsat) R 34364 34376 31089 0 -1 4194304 328866 0 0 0 359393 613 0 0 20 0 1 0 39487447 483536896 117636 18446744073709551615 4198400 6176925 140725001660624 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 36241408 140725001668970 140725001669097 140725001669097 140725001674699 0
/proc/34376/statm: 118051 117636 512 484 0 117462 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 472204 KiB
Current children cumulated memory: 470544 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.94 s, system=6.13403 s

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

[startup+3609.7 s]
/proc/loadavg: 4.09 4.11 4.05 6/263 34557
/proc/meminfo: memFree=127829288/131250000 swapFree=33010684/33010684
[pid=34376] ppid=34364 vsize=472204 memory=470544 CPUtime=3600.06 cores=1,3
/proc/34376/stat : 34376 (uwrmaxsat) R 34364 34376 31089 0 -1 4194304 328866 0 0 0 359393 613 0 0 20 0 1 0 39487447 483536896 117636 18446744073709551615 4198400 6176925 140725001660624 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 36241408 140725001668970 140725001669097 140725001669097 140725001674699 0
/proc/34376/statm: 118051 117636 512 484 0 117462 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 472204 KiB
Current children cumulated memory: 470544 KiB

Child status: 0

Real time (s): 3609.7
CPU time (s): 3600.07
CPU user time (s): 3593.94
CPU system time (s): 6.13403
CPU usage (%): 99.7332
Max. virtual memory (cumulated for all children) (KiB): 1571616
Max. memory (cumulated for all children) (KiB): 1460088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.94
system time used= 6.13403
maximum resident set size= 1568996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 328866
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= 102
involuntary context switches= 5475


# summary of solver processes directly reported to runsolver:
#   pid: 34376
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3593.94
#   total CPU system time (s): 6.13403

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.13121 second user time and 11.5148 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-06-30 01:01:12
IDJOB=4516514
IDBENCH=175640
IDSOLVER=3372
FILE ID=nodeC013/4516514-1751238072
RUNJOBID= nodeC013-1751238072-34319
SLURM_JOB_ID= 9587703
Free space on /tmp= 433056 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/subsetcard/larger/random4reg_opb_shuffle/normalized-subsetcard-eq-random4reg-1500.shuf-1.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4516514-1751238072/watcher-4516514-1751238072 -o /tmp/evaluation-result-4516514-1751238072/solver-4516514-1751238072 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751238072-34319 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4516514-1751238072.opb -mem-lim=31000

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

MD5SUM BENCH= 32d8cc264951b7044fd33d2e6b7cca98
RANDOM SEED=201812441

nodeC013 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		: 3595.989
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.833
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.936
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.860
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.67
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.089
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.67
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.924
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.67
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.123
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.67
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		: 3598.689
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129817396 kB
MemAvailable:   129760180 kB
Buffers:            3280 kB
Cached:           745612 kB
SwapCached:            0 kB
Active:           314028 kB
Inactive:         502120 kB
Active(anon):      80540 kB
Inactive(anon):        0 kB
Active(file):     233488 kB
Inactive(file):   502120 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             10788 kB
Writeback:             0 kB
AnonPages:         70288 kB
Mapped:            98264 kB
Shmem:             13284 kB
KReclaimable:      92432 kB
Slab:             179248 kB
SReclaimable:      92432 kB
SUnreclaim:        86816 kB
KernelStack:        4084 kB
PageTables:         2496 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     319996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433048 MiB
End job on nodeC013 at 2025-06-30 02:01:22