Trace number 4509876

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 3610.7

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n182-d3-i1-r2.cnf.gz-plain.pb.metafix.opb
MD5SUMfdfc61e25e9264eb2f8645fd8f162aaa
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables273
Total number of constraints728
Number of constraints which are clauses728
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
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 5
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.01	c Converting 728 PB-constraints to clauses...
0.00/0.01	c ============================[ Encoding Statistics ]============================
0.00/0.01	c |  Number of variables:           273                                         |
0.00/0.01	c |  Number of clauses:             728                                         |
0.00/0.01	c ===============================================================================
3600.05/3610.70	c *** TERMINATED by signal 15 ***
3600.05/3610.70	c _______________________________________________________________________________
3600.05/3610.70	c 
3600.05/3610.70	c _______________________________________________________________________________
3600.05/3610.70	c 
3600.05/3610.70	c =======================[ UWrMaxSat resources usage ]===========================
3600.05/3610.70	c Memory used            : 201.00 MB
3600.05/3610.70	c CPU time               : 3599.36 s
3600.05/3610.70	c _______________________________________________________________________________
3600.05/3610.70	c _______________________________________________________________________________
3600.05/3610.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: 63837 MiB (62740 MiB free)
  memory of node 1: 64465 MiB (63484 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4509876-1751177135/watcher-4509876-1751177135 -o /tmp/evaluation-result-4509876-1751177135/solver-4509876-1751177135 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751167366-18751 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4509876-1751177135.opb -mem-lim=31000 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=20696, runsolver pid=20693

[startup+0.100073 s]*
/proc/loadavg: 4.09 4.12 4.15 5/249 20697
/proc/meminfo: memFree=129252724/131382116 swapFree=33010684/33010684
[pid=20696] ppid=20693 vsize=3904 memory=3456 CPUtime=0.09 cores=5,7
/proc/20696/stat : 20696 (uwrmaxsat) R 20693 20696 18738 0 -1 4194304 408 0 0 0 9 0 0 0 20 0 1 0 33392925 3997696 864 18446744073709551615 4198400 6176925 140723934419120 0 0 0 0 0 27682 0 0 0 17 7 0 0 0 0 0 6553704 6596784 23797760 140723934423402 140723934423529 140723934423529 140723934429131 0
/proc/20696/statm: 976 864 544 484 0 387 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 3904 KiB
Current children cumulated memory: 3456 KiB

[startup+0.213062 s]*
/proc/loadavg: 4.09 4.12 4.15 5/249 20697
/proc/meminfo: memFree=129252724/131382116 swapFree=33010684/33010684
[pid=20696] ppid=20693 vsize=4236 memory=3572 CPUtime=0.19 cores=5,7
/proc/20696/stat : 20696 (uwrmaxsat) R 20693 20696 18738 0 -1 4194304 516 0 0 0 19 0 0 0 20 0 1 0 33392925 4337664 893 18446744073709551615 4198400 6176925 140723934419120 0 0 0 0 0 27682 0 0 0 17 7 0 0 0 0 0 6553704 6596784 23797760 140723934423402 140723934423529 140723934423529 140723934429131 0
/proc/20696/statm: 1059 893 544 484 0 470 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 4236 KiB
Current children cumulated memory: 3572 KiB

[startup+0.312904 s]*
/proc/loadavg: 4.09 4.12 4.15 5/249 20697
/proc/meminfo: memFree=129251968/131382116 swapFree=33010684/33010684
[pid=20696] ppid=20693 vsize=4332 memory=3792 CPUtime=0.28 cores=5,7
/proc/20696/stat : 20696 (uwrmaxsat) R 20693 20696 18738 0 -1 4194304 656 0 0 0 28 0 0 0 20 0 1 0 33392925 4435968 948 18446744073709551615 4198400 6176925 140723934419120 0 0 0 0 0 27682 0 0 0 17 7 0 0 0 0 0 6553704 6596784 23797760 140723934423402 140723934423529 140723934423529 140723934429131 0
/proc/20696/statm: 1083 948 544 484 0 494 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 4332 KiB
Current children cumulated memory: 3792 KiB

[startup+0.700212 s]
/proc/loadavg: 4.09 4.12 4.15 5/249 20697
/proc/meminfo: memFree=129251212/131382116 swapFree=33010684/33010684
[pid=20696] ppid=20693 vsize=5068 memory=4608 CPUtime=0.62 cores=5,7
/proc/20696/stat : 20696 (uwrmaxsat) R 20693 20696 18738 0 -1 4194304 1401 0 0 0 62 0 0 0 20 0 1 0 33392925 5189632 1152 18446744073709551615 4198400 6176925 140723934419120 0 0 0 0 0 27682 0 0 0 17 7 0 0 0 0 0 6553704 6596784 23797760 140723934423402 140723934423529 140723934423529 140723934429131 0
/proc/20696/statm: 1267 1152 544 484 0 678 0
Current children cumulated CPU time: 0.62 s
Current children cumulated vsize: 5068 KiB
Current children cumulated memory: 4608 KiB

[startup+1.50014 s]
/proc/loadavg: 4.09 4.12 4.15 5/249 20697
/proc/meminfo: memFree=129249952/131382116 swapFree=33010684/33010684
[pid=20696] ppid=20693 vsize=7980 memory=7332 CPUtime=1.42 cores=5,7
/proc/20696/stat : 20696 (uwrmaxsat) R 20693 20696 18738 0 -1 4194304 3077 0 0 0 141 1 0 0 20 0 1 0 33392925 8171520 1833 18446744073709551615 4198400 6176925 140723934419120 0 0 0 0 0 27682 0 0 0 17 7 0 0 0 0 0 6553704 6596784 23797760 140723934423402 140723934423529 140723934423529 140723934429131 0
/proc/20696/statm: 1995 1833 544 484 0 1406 0
Current children cumulated CPU time: 1.42 s
Current children cumulated vsize: 7980 KiB
Current children cumulated memory: 7332 KiB

[startup+3.1056 s]
/proc/loadavg: 4.16 4.14 4.15 5/249 20697
/proc/meminfo: memFree=129235192/131382116 swapFree=33010684/33010684
[pid=20696] ppid=20693 vsize=9396 memory=8672 CPUtime=3 cores=5,7
/proc/20696/stat : 20696 (uwrmaxsat) R 20693 20696 18738 0 -1 4194304 7002 0 0 0 299 1 0 0 20 0 1 0 33392925 9621504 2168 18446744073709551615 4198400 6176925 140723934419120 0 0 0 0 0 27682 0 0 0 17 7 0 0 0 0 0 6553704 6596784 23797760 140723934423402 140723934423529 140723934423529 140723934429131 0
/proc/20696/statm: 2349 2168 544 484 0 1760 0
Current children cumulated CPU time: 3 s
Current children cumulated vsize: 9396 KiB
Current children cumulated memory: 8672 KiB

[startup+6.30029 s]
/proc/loadavg: 4.16 4.14 4.15 5/249 20697
/proc/meminfo: memFree=129232168/131382116 swapFree=33010684/33010684
[pid=20696] ppid=20693 vsize=12116 memory=11456 CPUtime=6.18 cores=5,7
/proc/20696/stat : 20696 (uwrmaxsat) R 20693 20696 18738 0 -1 4194304 12123 0 0 0 616 2 0 0 20 0 1 0 33392925 12406784 2864 18446744073709551615 4198400 6176925 140723934419120 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 23797760 140723934423402 140723934423529 140723934423529 140723934429131 0
/proc/20696/statm: 3029 2864 544 484 0 2440 0
Current children cumulated CPU time: 6.18 s
Current children cumulated vsize: 12116 KiB
Current children cumulated memory: 11456 KiB

[startup+12.7003 s]
/proc/loadavg: 4.15 4.14 4.15 5/249 20697
/proc/meminfo: memFree=129259620/131382116 swapFree=33010684/33010684
[pid=20696] ppid=20693 vsize=17268 memory=16624 CPUtime=12.57 cores=5,7
/proc/20696/stat : 20696 (uwrmaxsat) R 20693 20696 18738 0 -1 4194304 21753 0 0 0 1253 4 0 0 20 0 1 0 33392925 17682432 4156 18446744073709551615 4198400 6176925 140723934419120 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 23797760 140723934423402 140723934423529 140723934423529 140723934429131 0
/proc/20696/statm: 4317 4156 544 484 0 3728 0
Current children cumulated CPU time: 12.57 s
Current children cumulated vsize: 17268 KiB
Current children cumulated memory: 16624 KiB

[startup+25.5003 s]
/proc/loadavg: 4.11 4.13 4.15 5/250 20699
/proc/meminfo: memFree=129228296/131382116 swapFree=33010684/33010684
[pid=20696] ppid=20693 vsize=25752 memory=25020 CPUtime=25.33 cores=5,7
/proc/20696/stat : 20696 (uwrmaxsat) R 20693 20696 18738 0 -1 4194304 31686 0 0 0 2527 6 0 0 20 0 1 0 33392925 26370048 6255 18446744073709551615 4198400 6176925 140723934419120 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 23797760 140723934423402 140723934423529 140723934423529 140723934429131 0
/proc/20696/statm: 6438 6255 544 484 0 5849 0
Current children cumulated CPU time: 25.33 s
Current children cumulated vsize: 25752 KiB
Current children cumulated memory: 25020 KiB

[startup+51.1129 s]
/proc/loadavg: 4.15 4.13 4.15 5/250 20699
/proc/meminfo: memFree=129301412/131382116 swapFree=33010684/33010684
[pid=20696] ppid=20693 vsize=26808 memory=26096 CPUtime=50.87 cores=5,7
/proc/20696/stat : 20696 (uwrmaxsat) R 20693 20696 18738 0 -1 4194304 42087 0 0 0 5078 9 0 0 20 0 1 0 33392925 27451392 6524 18446744073709551615 4198400 6176925 140723934419120 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 23797760 140723934423402 140723934423529 140723934423529 140723934429131 0
/proc/20696/statm: 6702 6524 544 484 0 6113 0
Current children cumulated CPU time: 50.87 s
Current children cumulated vsize: 26808 KiB
Current children cumulated memory: 26096 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.13 4.14 5/252 20705
/proc/meminfo: memFree=129292860/131382116 swapFree=33010684/33010684
[pid=20696] ppid=20693 vsize=47660 memory=46960 CPUtime=101.9 cores=5,7
/proc/20696/stat : 20696 (uwrmaxsat) R 20693 20696 18738 0 -1 4194304 47131 0 0 0 10179 11 0 0 20 0 1 0 33392925 48803840 11740 18446744073709551615 4198400 6176925 140723934419120 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 23797760 140723934423402 140723934423529 140723934423529 140723934429131 0
/proc/20696/statm: 11915 11740 544 484 0 11326 0
Current children cumulated CPU time: 101.9 s
Current children cumulated vsize: 47660 KiB
Current children cumulated memory: 46960 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.12 4.14 5/252 20707
/proc/meminfo: memFree=129302396/131382116 swapFree=33010684/33010684
[pid=20696] ppid=20693 vsize=44196 memory=43504 CPUtime=161.73 cores=5,7
/proc/20696/stat : 20696 (uwrmaxsat) R 20693 20696 18738 0 -1 4194304 50464 0 0 0 16161 12 0 0 20 0 1 0 33392925 45256704 10876 18446744073709551615 4198400 6176925 140723934419120 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 23797760 140723934423402 140723934423529 140723934423529 140723934429131 0
/proc/20696/statm: 11049 10876 544 484 0 10460 0
Current children cumulated CPU time: 161.73 s
Current children cumulated vsize: 44196 KiB
Current children cumulated memory: 43504 KiB

[startup+222.3 s]
/proc/loadavg: 4.16 4.12 4.14 5/251 20713
/proc/meminfo: memFree=129238744/131382116 swapFree=33010684/33010684
[pid=20696] ppid=20693 vsize=34308 memory=33876 CPUtime=221.56 cores=5,7
/proc/20696/stat : 20696 (uwrmaxsat) R 20693 20696 18738 0 -1 4194304 56144 0 0 0 22141 15 0 0 20 0 1 0 33392925 35131392 8469 18446744073709551615 4198400 6176925 140723934419120 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 23797760 140723934423402 140723934423529 140723934423529 140723934429131 0
/proc/20696/statm: 8577 8469 544 484 0 7988 0
Current children cumulated CPU time: 221.56 s
Current children cumulated vsize: 34308 KiB
Current children cumulated memory: 33876 KiB

[startup+282.3 s]
/proc/loadavg: 4.12 4.12 4.13 5/251 20715
/proc/meminfo: memFree=129231840/131382116 swapFree=33010684/33010684
[pid=20696] ppid=20693 vsize=49744 memory=49132 CPUtime=281.38 cores=5,7
/proc/20696/stat : 20696 (uwrmaxsat) R 20693 20696 18738 0 -1 4194304 59823 0 0 0 28121 17 0 0 20 0 1 0 33392925 50937856 12283 18446744073709551615 4198400 6176925 140723934419120 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 23797760 140723934423402 140723934423529 140723934423529 140723934429131 0
/proc/20696/statm: 12436 12283 544 484 0 11847 0
Current children cumulated CPU time: 281.38 s
Current children cumulated vsize: 49744 KiB
Current children cumulated memory: 49132 KiB

[startup+342.3 s]
/proc/loadavg: 4.18 4.14 4.14 5/251 20717
/proc/meminfo: memFree=129226128/131382116 swapFree=33010684/33010684
[pid=20696] ppid=20693 vsize=73200 memory=72560 CPUtime=341.22 cores=5,7
/proc/20696/stat : 20696 (uwrmaxsat) R 20693 20696 18738 0 -1 4194304 66428 0 0 0 34102 20 0 0 20 0 1 0 33392925 74956800 18140 18446744073709551615 4198400 6176925 140723934419120 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 23797760 140723934423402 140723934423529 140723934423529 140723934429131 0
/proc/20696/statm: 18300 18140 544 484 0 17711 0
Current children cumulated CPU time: 341.22 s
Current children cumulated vsize: 73200 KiB
Current children cumulated memory: 72560 KiB

[startup+402.3 s]
/proc/loadavg: 4.10 4.12 4.13 5/250 20719
/proc/meminfo: memFree=129152512/131382116 swapFree=33010684/33010684
[pid=20696] ppid=20693 vsize=90440 memory=89712 CPUtime=401.04 cores=5,7
/proc/20696/stat : 20696 (uwrmaxsat) R 20693 20696 18738 0 -1 4194304 67161 0 0 0 40083 21 0 0 20 0 1 0 33392925 92610560 22428 18446744073709551615 4198400 6176925 140723934419120 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 23797760 140723934423402 140723934423529 140723934423529 140723934429131 0
/proc/20696/statm: 22610 22428 544 484 0 22021 0
Current children cumulated CPU time: 401.04 s
Current children cumulated vsize: 90440 KiB
Current children cumulated memory: 89712 KiB

[startup+462.3 s]
/proc/loadavg: 4.09 4.11 4.13 5/250 20722
/proc/meminfo: memFree=129142276/131382116 swapFree=33010684/33010684
[pid=20696] ppid=20693 vsize=90844 memory=90224 CPUtime=460.88 cores=5,7
/proc/20696/stat : 20696 (uwrmaxsat) R 20693 20696 18738 0 -1 4194304 67295 0 0 0 46066 22 0 0 20 0 1 0 33392925 93024256 22556 18446744073709551615 4198400 6176925 140723934419120 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 23797760 140723934423402 140723934423529 140723934423529 140723934429131 0
/proc/20696/statm: 22711 22556 544 484 0 22122 0

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

Current children cumulated memory: 155376 KiB

[startup+2922.3 s]
/proc/loadavg: 1.09 1.24 1.98 2/233 20929
/proc/meminfo: memFree=130077192/131382116 swapFree=33010684/33010684
[pid=20696] ppid=20693 vsize=162700 memory=162032 CPUtime=2913.95 cores=5,7
/proc/20696/stat : 20696 (uwrmaxsat) R 20693 20696 18738 0 -1 4194304 114236 0 0 0 291333 62 0 0 20 0 1 0 33392925 166604800 40508 18446744073709551615 4198400 6176925 140723934419120 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 23797760 140723934423402 140723934423529 140723934423529 140723934429131 0
/proc/20696/statm: 40675 40508 544 484 0 40086 0
Current children cumulated CPU time: 2913.95 s
Current children cumulated vsize: 162700 KiB
Current children cumulated memory: 162032 KiB

[startup+2982.3 s]
/proc/loadavg: 1.15 1.22 1.93 2/234 20932
/proc/meminfo: memFree=130052364/131382116 swapFree=33010684/33010684
[pid=20696] ppid=20693 vsize=188480 memory=187760 CPUtime=2973.75 cores=5,7
/proc/20696/stat : 20696 (uwrmaxsat) R 20693 20696 18738 0 -1 4194304 114550 0 0 0 297312 63 0 0 20 0 1 0 33392925 193003520 46940 18446744073709551615 4198400 6176925 140723934419120 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 23797760 140723934423402 140723934423529 140723934423529 140723934429131 0
/proc/20696/statm: 47120 46940 544 484 0 46531 0
Current children cumulated CPU time: 2973.75 s
Current children cumulated vsize: 188480 KiB
Current children cumulated memory: 187760 KiB

[startup+3042.3 s]
/proc/loadavg: 1.11 1.20 1.88 2/233 20934
/proc/meminfo: memFree=130052868/131382116 swapFree=33010684/33010684
[pid=20696] ppid=20693 vsize=188480 memory=187760 CPUtime=3033.55 cores=5,7
/proc/20696/stat : 20696 (uwrmaxsat) R 20693 20696 18738 0 -1 4194304 114552 0 0 0 303291 64 0 0 20 0 1 0 33392925 193003520 46940 18446744073709551615 4198400 6176925 140723934419120 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 23797760 140723934423402 140723934423529 140723934423529 140723934429131 0
/proc/20696/statm: 47120 46940 544 484 0 46531 0
Current children cumulated CPU time: 3033.55 s
Current children cumulated vsize: 188480 KiB
Current children cumulated memory: 187760 KiB

[startup+3102.3 s]
/proc/loadavg: 1.08 1.17 1.82 2/234 20939
/proc/meminfo: memFree=130053592/131382116 swapFree=33010684/33010684
[pid=20696] ppid=20693 vsize=188480 memory=187760 CPUtime=3093.35 cores=5,7
/proc/20696/stat : 20696 (uwrmaxsat) R 20693 20696 18738 0 -1 4194304 114552 0 0 0 309270 65 0 0 20 0 1 0 33392925 193003520 46940 18446744073709551615 4198400 6176925 140723934419120 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 23797760 140723934423402 140723934423529 140723934423529 140723934429131 0
/proc/20696/statm: 47120 46940 544 484 0 46531 0
Current children cumulated CPU time: 3093.35 s
Current children cumulated vsize: 188480 KiB
Current children cumulated memory: 187760 KiB

[startup+3162.3 s]
/proc/loadavg: 1.13 1.17 1.78 2/233 20941
/proc/meminfo: memFree=130054096/131382116 swapFree=33010684/33010684
[pid=20696] ppid=20693 vsize=188480 memory=187760 CPUtime=3153.14 cores=5,7
/proc/20696/stat : 20696 (uwrmaxsat) R 20693 20696 18738 0 -1 4194304 114552 0 0 0 315249 65 0 0 20 0 1 0 33392925 193003520 46940 18446744073709551615 4198400 6176925 140723934419120 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 23797760 140723934423402 140723934423529 140723934423529 140723934429131 0
/proc/20696/statm: 47120 46940 544 484 0 46531 0
Current children cumulated CPU time: 3153.14 s
Current children cumulated vsize: 188480 KiB
Current children cumulated memory: 187760 KiB

[startup+3222.3 s]
/proc/loadavg: 1.10 1.15 1.73 2/233 20943
/proc/meminfo: memFree=130054348/131382116 swapFree=33010684/33010684
[pid=20696] ppid=20693 vsize=188480 memory=187760 CPUtime=3212.94 cores=5,7
/proc/20696/stat : 20696 (uwrmaxsat) R 20693 20696 18738 0 -1 4194304 114624 0 0 0 321229 65 0 0 20 0 1 0 33392925 193003520 46940 18446744073709551615 4198400 6176925 140723934419120 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 23797760 140723934423402 140723934423529 140723934423529 140723934429131 0
/proc/20696/statm: 47120 46940 544 484 0 46531 0
Current children cumulated CPU time: 3212.94 s
Current children cumulated vsize: 188480 KiB
Current children cumulated memory: 187760 KiB

[startup+3282.3 s]
/proc/loadavg: 1.14 1.15 1.70 2/234 20950
/proc/meminfo: memFree=130054852/131382116 swapFree=33010684/33010684
[pid=20696] ppid=20693 vsize=188480 memory=187760 CPUtime=3272.74 cores=5,7
/proc/20696/stat : 20696 (uwrmaxsat) R 20693 20696 18738 0 -1 4194304 114631 0 0 0 327209 65 0 0 20 0 1 0 33392925 193003520 46940 18446744073709551615 4198400 6176925 140723934419120 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 23797760 140723934423402 140723934423529 140723934423529 140723934429131 0
/proc/20696/statm: 47120 46940 544 484 0 46531 0
Current children cumulated CPU time: 3272.74 s
Current children cumulated vsize: 188480 KiB
Current children cumulated memory: 187760 KiB

[startup+3342.3 s]
/proc/loadavg: 1.11 1.14 1.66 2/233 20963
/proc/meminfo: memFree=130055228/131382116 swapFree=33010684/33010684
[pid=20696] ppid=20693 vsize=188480 memory=187760 CPUtime=3332.55 cores=5,7
/proc/20696/stat : 20696 (uwrmaxsat) R 20693 20696 18738 0 -1 4194304 114640 0 0 0 333189 66 0 0 20 0 1 0 33392925 193003520 46940 18446744073709551615 4198400 6176925 140723934419120 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 23797760 140723934423402 140723934423529 140723934423529 140723934429131 0
/proc/20696/statm: 47120 46940 544 484 0 46531 0
Current children cumulated CPU time: 3332.55 s
Current children cumulated vsize: 188480 KiB
Current children cumulated memory: 187760 KiB

[startup+3402.3 s]
/proc/loadavg: 1.08 1.13 1.62 2/233 20965
/proc/meminfo: memFree=130043256/131382116 swapFree=33010684/33010684
[pid=20696] ppid=20693 vsize=194084 memory=193392 CPUtime=3392.34 cores=5,7
/proc/20696/stat : 20696 (uwrmaxsat) R 20693 20696 18738 0 -1 4194304 115622 0 0 0 339167 67 0 0 20 0 1 0 33392925 198742016 48348 18446744073709551615 4198400 6176925 140723934419120 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 23797760 140723934423402 140723934423529 140723934423529 140723934429131 0
/proc/20696/statm: 48521 48348 544 484 0 47932 0
Current children cumulated CPU time: 3392.34 s
Current children cumulated vsize: 194084 KiB
Current children cumulated memory: 193392 KiB

[startup+3462.3 s]
/proc/loadavg: 1.13 1.13 1.59 2/232 20967
/proc/meminfo: memFree=130043508/131382116 swapFree=33010684/33010684
[pid=20696] ppid=20693 vsize=194084 memory=193392 CPUtime=3452.14 cores=5,7
/proc/20696/stat : 20696 (uwrmaxsat) R 20693 20696 18738 0 -1 4194304 115623 0 0 0 345147 67 0 0 20 0 1 0 33392925 198742016 48348 18446744073709551615 4198400 6176925 140723934419120 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 23797760 140723934423402 140723934423529 140723934423529 140723934429131 0
/proc/20696/statm: 48521 48348 544 484 0 47932 0
Current children cumulated CPU time: 3452.14 s
Current children cumulated vsize: 194084 KiB
Current children cumulated memory: 193392 KiB

[startup+3522.3 s]
/proc/loadavg: 1.14 1.14 1.56 2/235 20973
/proc/meminfo: memFree=130048148/131382116 swapFree=33010684/33010684
[pid=20696] ppid=20693 vsize=186340 memory=185712 CPUtime=3511.94 cores=5,7
/proc/20696/stat : 20696 (uwrmaxsat) R 20693 20696 18738 0 -1 4194304 117763 0 0 0 351125 69 0 0 20 0 1 0 33392925 190812160 46428 18446744073709551615 4198400 6176925 140723934419120 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 23797760 140723934423402 140723934423529 140723934423529 140723934429131 0
/proc/20696/statm: 46585 46428 544 484 0 45996 0
Current children cumulated CPU time: 3511.94 s
Current children cumulated vsize: 186340 KiB
Current children cumulated memory: 185712 KiB

[startup+3582.3 s]
/proc/loadavg: 1.17 1.14 1.53 2/235 20974
/proc/meminfo: memFree=130047836/131382116 swapFree=33010684/33010684
[pid=20696] ppid=20693 vsize=186340 memory=185712 CPUtime=3571.74 cores=5,7
/proc/20696/stat : 20696 (uwrmaxsat) R 20693 20696 18738 0 -1 4194304 117766 0 0 0 357105 69 0 0 20 0 1 0 33392925 190812160 46428 18446744073709551615 4198400 6176925 140723934419120 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 23797760 140723934423402 140723934423529 140723934423529 140723934429131 0
/proc/20696/statm: 46585 46428 544 484 0 45996 0
Current children cumulated CPU time: 3571.74 s
Current children cumulated vsize: 186340 KiB
Current children cumulated memory: 185712 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.7 s]
/proc/loadavg: 1.10 1.13 1.52 2/235 20975
/proc/meminfo: memFree=130048324/131382116 swapFree=33010684/33010684
[pid=20696] ppid=20693 vsize=186340 memory=185712 CPUtime=3600.05 cores=5,7
/proc/20696/stat : 20696 (uwrmaxsat) R 20693 20696 18738 0 -1 4194304 117766 0 0 0 359936 69 0 0 20 0 1 0 33392925 190812160 46428 18446744073709551615 4198400 6176925 140723934419120 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 23797760 140723934423402 140723934423529 140723934423529 140723934429131 0
/proc/20696/statm: 46585 46428 544 484 0 45996 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 186340 KiB
Current children cumulated memory: 185712 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.36 s, system=0.696014 s

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

[startup+3610.7 s]
/proc/loadavg: 1.10 1.13 1.52 2/235 20975
/proc/meminfo: memFree=130048324/131382116 swapFree=33010684/33010684
[pid=20696] ppid=20693 vsize=186340 memory=185712 CPUtime=3600.05 cores=5,7
/proc/20696/stat : 20696 (uwrmaxsat) R 20693 20696 18738 0 -1 4194304 117766 0 0 0 359936 69 0 0 20 0 1 0 33392925 190812160 46428 18446744073709551615 4198400 6176925 140723934419120 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 23797760 140723934423402 140723934423529 140723934423529 140723934429131 0
/proc/20696/statm: 46585 46428 544 484 0 45996 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 186340 KiB
Current children cumulated memory: 185712 KiB

Child status: 0

Real time (s): 3610.7
CPU time (s): 3600.06
CPU user time (s): 3599.36
CPU system time (s): 0.696014
CPU usage (%): 99.7052
Max. virtual memory (cumulated for all children) (KiB): 206168
Max. memory (cumulated for all children) (KiB): 205552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.36
system time used= 0.696014
maximum resident set size= 205552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 117766
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= 29
involuntary context switches= 1556


# summary of solver processes directly reported to runsolver:
#   pid: 20696
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3599.36
#   total CPU system time (s): 0.696014

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.1457 second user time and 33.2128 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-06-29 08:05:35
IDJOB=4509876
IDBENCH=159141
IDSOLVER=3372
FILE ID=nodeC010/4509876-1751177135
RUNJOBID= nodeC010-1751167366-18751
SLURM_JOB_ID= 9587506
Free space on /tmp= 433052 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n182-d3-i1-r2.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4509876-1751177135/watcher-4509876-1751177135 -o /tmp/evaluation-result-4509876-1751177135/solver-4509876-1751177135 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751167366-18751 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4509876-1751177135.opb -mem-lim=31000

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

MD5SUM BENCH= fdfc61e25e9264eb2f8645fd8f162aaa
RANDOM SEED=1357724406

nodeC010 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	: 0xb00001f
cpu MHz		: 3661.006
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 3661.335
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 1197.452
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 1197.273
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 3662.280
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 1197.660
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 1197.436
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 1197.146
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        129254220 kB
MemAvailable:   128943688 kB
Buffers:            3280 kB
Cached:           500868 kB
SwapCached:            0 kB
Active:          1297720 kB
Inactive:         209504 kB
Active(anon):    1021036 kB
Inactive(anon):        0 kB
Active(file):     276684 kB
Inactive(file):   209504 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2628 kB
Writeback:            12 kB
AnonPages:       1004048 kB
Mapped:           109344 kB
Shmem:             17960 kB
KReclaimable:      85816 kB
Slab:             164548 kB
SReclaimable:      85816 kB
SUnreclaim:        78732 kB
KernelStack:        4032 kB
PageTables:         4908 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    1366124 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149432 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    897024 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC010 at 2025-06-29 09:05:46