Trace number 4509696

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.03 3611.2

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n258-d3-i1-r2.cnf.gz-plain.pb.metafix.opb
MD5SUM7056d5d7645a22d74bbe899777f3f6dc
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 variables387
Total number of constraints1032
Number of constraints which are clauses1032
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.00	c Converting 1032 PB-constraints to clauses...
0.00/0.00	c ============================[ Encoding Statistics ]============================
0.00/0.00	c |  Number of variables:           387                                         |
0.00/0.00	c |  Number of clauses:            1032                                         |
0.00/0.00	c ===============================================================================
3600.02/3611.20	c *** TERMINATED by signal 15 ***
3600.02/3611.20	c _______________________________________________________________________________
3600.02/3611.20	c 
3600.02/3611.20	c _______________________________________________________________________________
3600.02/3611.20	c 
3600.02/3611.20	c =======================[ UWrMaxSat resources usage ]===========================
3600.02/3611.20	c Memory used            : 212.00 MB
3600.02/3611.20	c CPU time               : 3599.25 s
3600.02/3611.20	c _______________________________________________________________________________
3600.02/3611.20	c _______________________________________________________________________________
3600.02/3611.20	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 (62847 MiB free)
  memory of node 1: 64465 MiB (63515 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4509696-1751176240/watcher-4509696-1751176240 -o /tmp/evaluation-result-4509696-1751176240/solver-4509696-1751176240 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751168627-20771 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4509696-1751176240.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
solver pid=22729, runsolver pid=22726
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 4.11 4.15 4.11 5/264 22730
/proc/meminfo: memFree=129395300/131249988 swapFree=33010684/33010684
[pid=22729] ppid=22726 vsize=4896 memory=4324 CPUtime=0.1 cores=5,7
/proc/22729/stat : 22729 (uwrmaxsat) R 22726 22729 20758 0 -1 4194304 744 0 0 0 10 0 0 0 20 0 1 0 33302522 5013504 1081 18446744073709551615 4198400 6176925 140721477675280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26988544 140721477679466 140721477679593 140721477679593 140721477685195 0
/proc/22729/statm: 1224 1081 544 484 0 635 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 4896 KiB
Current children cumulated memory: 4324 KiB

[startup+0.205493 s]*
/proc/loadavg: 4.11 4.15 4.11 5/264 22730
/proc/meminfo: memFree=129395300/131249988 swapFree=33010684/33010684
[pid=22729] ppid=22726 vsize=4960 memory=4448 CPUtime=0.2 cores=5,7
/proc/22729/stat : 22729 (uwrmaxsat) R 22726 22729 20758 0 -1 4194304 1115 0 0 0 20 0 0 0 20 0 1 0 33302522 5079040 1112 18446744073709551615 4198400 6176925 140721477675280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26988544 140721477679466 140721477679593 140721477679593 140721477685195 0
/proc/22729/statm: 1240 1112 544 484 0 651 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 4960 KiB
Current children cumulated memory: 4448 KiB

[startup+0.30543 s]*
/proc/loadavg: 4.11 4.15 4.11 5/264 22730
/proc/meminfo: memFree=129395300/131249988 swapFree=33010684/33010684
[pid=22729] ppid=22726 vsize=5816 memory=5216 CPUtime=0.3 cores=5,7
/proc/22729/stat : 22729 (uwrmaxsat) R 22726 22729 20758 0 -1 4194304 1305 0 0 0 30 0 0 0 20 0 1 0 33302522 5955584 1304 18446744073709551615 4198400 6176925 140721477675280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26988544 140721477679466 140721477679593 140721477679593 140721477685195 0
/proc/22729/statm: 1454 1304 544 484 0 865 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 5816 KiB
Current children cumulated memory: 5216 KiB

[startup+0.700161 s]
/proc/loadavg: 4.11 4.15 4.11 5/264 22730
/proc/meminfo: memFree=129395300/131249988 swapFree=33010684/33010684
[pid=22729] ppid=22726 vsize=6408 memory=5856 CPUtime=0.69 cores=5,7
/proc/22729/stat : 22729 (uwrmaxsat) R 22726 22729 20758 0 -1 4194304 2290 0 0 0 69 0 0 0 20 0 1 0 33302522 6561792 1464 18446744073709551615 4198400 6176925 140721477675280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26988544 140721477679466 140721477679593 140721477679593 140721477685195 0
/proc/22729/statm: 1602 1464 544 484 0 1013 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 6408 KiB
Current children cumulated memory: 5856 KiB

[startup+1.50015 s]
/proc/loadavg: 4.11 4.15 4.11 5/264 22730
/proc/meminfo: memFree=129395600/131249988 swapFree=33010684/33010684
[pid=22729] ppid=22726 vsize=9512 memory=9076 CPUtime=1.49 cores=5,7
/proc/22729/stat : 22729 (uwrmaxsat) R 22726 22729 20758 0 -1 4194304 3895 0 0 0 149 0 0 0 20 0 1 0 33302522 9740288 2269 18446744073709551615 4198400 6176925 140721477675280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26988544 140721477679466 140721477679593 140721477679593 140721477685195 0
/proc/22729/statm: 2378 2269 544 484 0 1789 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 9076 KiB

[startup+3.10531 s]
/proc/loadavg: 4.10 4.15 4.11 5/264 22731
/proc/meminfo: memFree=129379312/131249988 swapFree=33010684/33010684
[pid=22729] ppid=22726 vsize=14436 memory=13856 CPUtime=3.08 cores=5,7
/proc/22729/stat : 22729 (uwrmaxsat) R 22726 22729 20758 0 -1 4194304 7396 0 0 0 308 0 0 0 20 0 1 0 33302522 14782464 3464 18446744073709551615 4198400 6176925 140721477675280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26988544 140721477679466 140721477679593 140721477679593 140721477685195 0
/proc/22729/statm: 3609 3464 544 484 0 3020 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 14436 KiB
Current children cumulated memory: 13856 KiB

[startup+6.30017 s]
/proc/loadavg: 4.10 4.15 4.11 5/264 22731
/proc/meminfo: memFree=129379312/131249988 swapFree=33010684/33010684
[pid=22729] ppid=22726 vsize=13408 memory=12728 CPUtime=6.27 cores=5,7
/proc/22729/stat : 22729 (uwrmaxsat) R 22726 22729 20758 0 -1 4194304 9477 0 0 0 626 1 0 0 20 0 1 0 33302522 13729792 3182 18446744073709551615 4198400 6176925 140721477675280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26988544 140721477679466 140721477679593 140721477679593 140721477685195 0
/proc/22729/statm: 3352 3182 544 484 0 2763 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 13408 KiB
Current children cumulated memory: 12728 KiB

[startup+12.7001 s]
/proc/loadavg: 4.08 4.14 4.11 5/264 22776
/proc/meminfo: memFree=129776848/131249988 swapFree=33010684/33010684
[pid=22729] ppid=22726 vsize=24756 memory=24204 CPUtime=12.65 cores=5,7
/proc/22729/stat : 22729 (uwrmaxsat) R 22726 22729 20758 0 -1 4194304 16591 0 0 0 1262 3 0 0 20 0 1 0 33302522 25350144 6051 18446744073709551615 4198400 6176925 140721477675280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26988544 140721477679466 140721477679593 140721477679593 140721477685195 0
/proc/22729/statm: 6189 6051 544 484 0 5600 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 24756 KiB
Current children cumulated memory: 24204 KiB

[startup+25.5001 s]
/proc/loadavg: 4.07 4.14 4.11 5/264 22776
/proc/meminfo: memFree=129750740/131249988 swapFree=33010684/33010684
[pid=22729] ppid=22726 vsize=34848 memory=34188 CPUtime=25.41 cores=5,7
/proc/22729/stat : 22729 (uwrmaxsat) R 22726 22729 20758 0 -1 4194304 18618 0 0 0 2538 3 0 0 20 0 1 0 33302522 35684352 8547 18446744073709551615 4198400 6176925 140721477675280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26988544 140721477679466 140721477679593 140721477679593 140721477685195 0
/proc/22729/statm: 8712 8547 544 484 0 8123 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 34848 KiB
Current children cumulated memory: 34188 KiB

[startup+51.1053 s]
/proc/loadavg: 4.11 4.14 4.11 5/264 22776
/proc/meminfo: memFree=129726792/131249988 swapFree=33010684/33010684
[pid=22729] ppid=22726 vsize=34916 memory=34316 CPUtime=50.94 cores=5,7
/proc/22729/stat : 22729 (uwrmaxsat) R 22726 22729 20758 0 -1 4194304 28056 0 0 0 5089 5 0 0 20 0 1 0 33302522 35753984 8579 18446744073709551615 4198400 6176925 140721477675280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26988544 140721477679466 140721477679593 140721477679593 140721477685195 0
/proc/22729/statm: 8729 8579 544 484 0 8140 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 34916 KiB
Current children cumulated memory: 34316 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.13 4.10 5/264 22779
/proc/meminfo: memFree=129704304/131249988 swapFree=33010684/33010684
[pid=22729] ppid=22726 vsize=51156 memory=50572 CPUtime=101.99 cores=5,7
/proc/22729/stat : 22729 (uwrmaxsat) R 22726 22729 20758 0 -1 4194304 31868 0 0 0 10192 7 0 0 20 0 1 0 33302522 52383744 12643 18446744073709551615 4198400 6176925 140721477675280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26988544 140721477679466 140721477679593 140721477679593 140721477685195 0
/proc/22729/statm: 12789 12643 544 484 0 12200 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 51156 KiB
Current children cumulated memory: 50572 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.12 4.10 5/264 22781
/proc/meminfo: memFree=129668392/131249988 swapFree=33010684/33010684
[pid=22729] ppid=22726 vsize=58496 memory=57868 CPUtime=161.81 cores=5,7
/proc/22729/stat : 22729 (uwrmaxsat) R 22726 22729 20758 0 -1 4194304 33212 0 0 0 16174 7 0 0 20 0 1 0 33302522 59899904 14467 18446744073709551615 4198400 6176925 140721477675280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26988544 140721477679466 140721477679593 140721477679593 140721477685195 0
/proc/22729/statm: 14624 14467 544 484 0 14035 0
Current children cumulated CPU time: 161.81 s
Current children cumulated vsize: 58496 KiB
Current children cumulated memory: 57868 KiB

[startup+222.3 s]
/proc/loadavg: 4.14 4.13 4.10 5/264 22783
/proc/meminfo: memFree=129649872/131249988 swapFree=33010684/33010684
[pid=22729] ppid=22726 vsize=75172 memory=74608 CPUtime=221.65 cores=5,7
/proc/22729/stat : 22729 (uwrmaxsat) R 22726 22729 20758 0 -1 4194304 45085 0 0 0 22152 13 0 0 20 0 1 0 33302522 76976128 18652 18446744073709551615 4198400 6176925 140721477675280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26988544 140721477679466 140721477679593 140721477679593 140721477685195 0
/proc/22729/statm: 18793 18652 544 484 0 18204 0
Current children cumulated CPU time: 221.65 s
Current children cumulated vsize: 75172 KiB
Current children cumulated memory: 74608 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/263 22789
/proc/meminfo: memFree=129685648/131249988 swapFree=33010684/33010684
[pid=22729] ppid=22726 vsize=74544 memory=74120 CPUtime=281.48 cores=5,7
/proc/22729/stat : 22729 (uwrmaxsat) R 22726 22729 20758 0 -1 4194304 47758 0 0 0 28133 15 0 0 20 0 1 0 33302522 76333056 18530 18446744073709551615 4198400 6176925 140721477675280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26988544 140721477679466 140721477679593 140721477679593 140721477685195 0
/proc/22729/statm: 18636 18530 544 484 0 18047 0
Current children cumulated CPU time: 281.48 s
Current children cumulated vsize: 74544 KiB
Current children cumulated memory: 74120 KiB

[startup+342.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/263 22791
/proc/meminfo: memFree=129660540/131249988 swapFree=33010684/33010684
[pid=22729] ppid=22726 vsize=77420 memory=76808 CPUtime=341.3 cores=5,7
/proc/22729/stat : 22729 (uwrmaxsat) R 22726 22729 20758 0 -1 4194304 48476 0 0 0 34115 15 0 0 20 0 1 0 33302522 79278080 19202 18446744073709551615 4198400 6176925 140721477675280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26988544 140721477679466 140721477679593 140721477679593 140721477685195 0
/proc/22729/statm: 19355 19202 544 484 0 18766 0
Current children cumulated CPU time: 341.3 s
Current children cumulated vsize: 77420 KiB
Current children cumulated memory: 76808 KiB

[startup+402.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/262 22793
/proc/meminfo: memFree=129632076/131249988 swapFree=33010684/33010684
[pid=22729] ppid=22726 vsize=95484 memory=94860 CPUtime=401.12 cores=5,7
/proc/22729/stat : 22729 (uwrmaxsat) R 22726 22729 20758 0 -1 4194304 50476 0 0 0 40097 15 0 0 20 0 1 0 33302522 97775616 23715 18446744073709551615 4198400 6176925 140721477675280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26988544 140721477679466 140721477679593 140721477679593 140721477685195 0
/proc/22729/statm: 23871 23715 544 484 0 23282 0
Current children cumulated CPU time: 401.12 s
Current children cumulated vsize: 95484 KiB
Current children cumulated memory: 94860 KiB

[startup+462.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/262 22795
/proc/meminfo: memFree=129616884/131249988 swapFree=33010684/33010684
[pid=22729] ppid=22726 vsize=98096 memory=97548 CPUtime=460.94 cores=5,7
/proc/22729/stat : 22729 (uwrmaxsat) R 22726 22729 20758 0 -1 4194304 51129 0 0 0 46079 15 0 0 20 0 1 0 33302522 100450304 24387 18446744073709551615 4198400 6176925 140721477675280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26988544 140721477679466 140721477679593 140721477679593 140721477685195 0
/proc/22729/statm: 24524 24387 544 484 0 23935 0

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

Current children cumulated memory: 188888 KiB

[startup+2862.3 s]
/proc/loadavg: 4.29 4.20 4.13 5/263 23006
/proc/meminfo: memFree=129421160/131249988 swapFree=33010684/33010684
[pid=22729] ppid=22726 vsize=189728 memory=188888 CPUtime=2853.41 cores=5,7
/proc/22729/stat : 22729 (uwrmaxsat) R 22726 22729 20758 0 -1 4194304 129840 0 0 0 285270 71 0 0 20 0 1 0 33302522 194281472 47222 18446744073709551615 4198400 6176925 140721477675280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26988544 140721477679466 140721477679593 140721477679593 140721477685195 0
/proc/22729/statm: 47432 47222 544 484 0 46843 0
Current children cumulated CPU time: 2853.41 s
Current children cumulated vsize: 189728 KiB
Current children cumulated memory: 188888 KiB

[startup+2922.3 s]
/proc/loadavg: 4.23 4.19 4.13 5/262 23008
/proc/meminfo: memFree=129446468/131249988 swapFree=33010684/33010684
[pid=22729] ppid=22726 vsize=189728 memory=188888 CPUtime=2913.22 cores=5,7
/proc/22729/stat : 22729 (uwrmaxsat) R 22726 22729 20758 0 -1 4194304 129840 0 0 0 291251 71 0 0 20 0 1 0 33302522 194281472 47222 18446744073709551615 4198400 6176925 140721477675280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26988544 140721477679466 140721477679593 140721477679593 140721477685195 0
/proc/22729/statm: 47432 47222 544 484 0 46843 0
Current children cumulated CPU time: 2913.22 s
Current children cumulated vsize: 189728 KiB
Current children cumulated memory: 188888 KiB

[startup+2982.3 s]
/proc/loadavg: 4.33 4.24 4.15 5/263 23011
/proc/meminfo: memFree=129420104/131249988 swapFree=33010684/33010684
[pid=22729] ppid=22726 vsize=189728 memory=188888 CPUtime=2973.03 cores=5,7
/proc/22729/stat : 22729 (uwrmaxsat) R 22726 22729 20758 0 -1 4194304 129841 0 0 0 297232 71 0 0 20 0 1 0 33302522 194281472 47222 18446744073709551615 4198400 6176925 140721477675280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26988544 140721477679466 140721477679593 140721477679593 140721477685195 0
/proc/22729/statm: 47432 47222 544 484 0 46843 0
Current children cumulated CPU time: 2973.03 s
Current children cumulated vsize: 189728 KiB
Current children cumulated memory: 188888 KiB

[startup+3042.3 s]
/proc/loadavg: 4.17 4.21 4.15 5/264 23016
/proc/meminfo: memFree=129398256/131249988 swapFree=33010684/33010684
[pid=22729] ppid=22726 vsize=189728 memory=188888 CPUtime=3032.83 cores=5,7
/proc/22729/stat : 22729 (uwrmaxsat) R 22726 22729 20758 0 -1 4194304 129855 0 0 0 303212 71 0 0 20 0 1 0 33302522 194281472 47222 18446744073709551615 4198400 6176925 140721477675280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26988544 140721477679466 140721477679593 140721477679593 140721477685195 0
/proc/22729/statm: 47432 47222 544 484 0 46843 0
Current children cumulated CPU time: 3032.83 s
Current children cumulated vsize: 189728 KiB
Current children cumulated memory: 188888 KiB

[startup+3102.3 s]
/proc/loadavg: 4.14 4.19 4.14 5/264 23018
/proc/meminfo: memFree=129398528/131249988 swapFree=33010684/33010684
[pid=22729] ppid=22726 vsize=192756 memory=191960 CPUtime=3092.65 cores=5,7
/proc/22729/stat : 22729 (uwrmaxsat) R 22726 22729 20758 0 -1 4194304 130703 0 0 0 309194 71 0 0 20 0 1 0 33302522 197382144 47990 18446744073709551615 4198400 6176925 140721477675280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26988544 140721477679466 140721477679593 140721477679593 140721477685195 0
/proc/22729/statm: 48189 47990 544 484 0 47600 0
Current children cumulated CPU time: 3092.65 s
Current children cumulated vsize: 192756 KiB
Current children cumulated memory: 191960 KiB

[startup+3162.3 s]
/proc/loadavg: 4.10 4.17 4.14 5/264 23020
/proc/meminfo: memFree=129337340/131249988 swapFree=33010684/33010684
[pid=22729] ppid=22726 vsize=199004 memory=198232 CPUtime=3152.47 cores=5,7
/proc/22729/stat : 22729 (uwrmaxsat) R 22726 22729 20758 0 -1 4194304 131253 0 0 0 315176 71 0 0 20 0 1 0 33302522 203780096 49558 18446744073709551615 4198400 6176925 140721477675280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26988544 140721477679466 140721477679593 140721477679593 140721477685195 0
/proc/22729/statm: 49751 49558 544 484 0 49162 0
Current children cumulated CPU time: 3152.47 s
Current children cumulated vsize: 199004 KiB
Current children cumulated memory: 198232 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.15 4.13 5/264 23022
/proc/meminfo: memFree=129347684/131249988 swapFree=33010684/33010684
[pid=22729] ppid=22726 vsize=199004 memory=198232 CPUtime=3212.29 cores=5,7
/proc/22729/stat : 22729 (uwrmaxsat) R 22726 22729 20758 0 -1 4194304 131344 0 0 0 321158 71 0 0 20 0 1 0 33302522 203780096 49558 18446744073709551615 4198400 6176925 140721477675280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26988544 140721477679466 140721477679593 140721477679593 140721477685195 0
/proc/22729/statm: 49751 49558 544 484 0 49162 0
Current children cumulated CPU time: 3212.29 s
Current children cumulated vsize: 199004 KiB
Current children cumulated memory: 198232 KiB

[startup+3282.3 s]
/proc/loadavg: 4.06 4.13 4.12 5/263 23024
/proc/meminfo: memFree=129361100/131249988 swapFree=33010684/33010684
[pid=22729] ppid=22726 vsize=199004 memory=198232 CPUtime=3272.12 cores=5,7
/proc/22729/stat : 22729 (uwrmaxsat) R 22726 22729 20758 0 -1 4194304 131344 0 0 0 327141 71 0 0 20 0 1 0 33302522 203780096 49558 18446744073709551615 4198400 6176925 140721477675280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26988544 140721477679466 140721477679593 140721477679593 140721477685195 0
/proc/22729/statm: 49751 49558 544 484 0 49162 0
Current children cumulated CPU time: 3272.12 s
Current children cumulated vsize: 199004 KiB
Current children cumulated memory: 198232 KiB

[startup+3342.3 s]
/proc/loadavg: 4.07 4.12 4.12 4/257 23062
/proc/meminfo: memFree=129577192/131249988 swapFree=33010684/33010684
[pid=22729] ppid=22726 vsize=199004 memory=198232 CPUtime=3331.94 cores=5,7
/proc/22729/stat : 22729 (uwrmaxsat) R 22726 22729 20758 0 -1 4194304 131347 0 0 0 333123 71 0 0 20 0 1 0 33302522 203780096 49558 18446744073709551615 4198400 6176925 140721477675280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26988544 140721477679466 140721477679593 140721477679593 140721477685195 0
/proc/22729/statm: 49751 49558 544 484 0 49162 0
Current children cumulated CPU time: 3331.94 s
Current children cumulated vsize: 199004 KiB
Current children cumulated memory: 198232 KiB

[startup+3402.3 s]
/proc/loadavg: 3.51 3.95 4.06 4/257 23064
/proc/meminfo: memFree=129653256/131249988 swapFree=33010684/33010684
[pid=22729] ppid=22726 vsize=131660 memory=131068 CPUtime=3391.75 cores=5,7
/proc/22729/stat : 22729 (uwrmaxsat) R 22726 22729 20758 0 -1 4194304 131452 0 0 0 339104 71 0 0 20 0 1 0 33302522 134819840 32767 18446744073709551615 4198400 6176925 140721477675280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26988544 140721477679466 140721477679593 140721477679593 140721477685195 0
/proc/22729/statm: 32915 32767 544 484 0 32326 0
Current children cumulated CPU time: 3391.75 s
Current children cumulated vsize: 131660 KiB
Current children cumulated memory: 131068 KiB

[startup+3462.3 s]
/proc/loadavg: 3.25 3.79 3.99 4/257 23066
/proc/meminfo: memFree=129617080/131249988 swapFree=33010684/33010684
[pid=22729] ppid=22726 vsize=173208 memory=172408 CPUtime=3451.56 cores=5,7
/proc/22729/stat : 22729 (uwrmaxsat) R 22726 22729 20758 0 -1 4194304 135686 0 0 0 345084 72 0 0 20 0 1 0 33302522 177364992 43102 18446744073709551615 4198400 6176925 140721477675280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26988544 140721477679466 140721477679593 140721477679593 140721477685195 0
/proc/22729/statm: 43302 43102 544 484 0 42713 0
Current children cumulated CPU time: 3451.56 s
Current children cumulated vsize: 173208 KiB
Current children cumulated memory: 172408 KiB

[startup+3522.3 s]
/proc/loadavg: 3.09 3.64 3.93 4/257 23068
/proc/meminfo: memFree=129585080/131249988 swapFree=33010684/33010684
[pid=22729] ppid=22726 vsize=172292 memory=169072 CPUtime=3511.39 cores=5,7
/proc/22729/stat : 22729 (uwrmaxsat) R 22726 22729 20758 0 -1 4194304 139148 0 0 0 351065 74 0 0 20 0 1 0 33302522 176427008 42268 18446744073709551615 4198400 6176925 140721477675280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26988544 140721477679466 140721477679593 140721477679593 140721477685195 0
/proc/22729/statm: 43073 42268 544 484 0 42484 0
Current children cumulated CPU time: 3511.39 s
Current children cumulated vsize: 172292 KiB
Current children cumulated memory: 169072 KiB

[startup+3582.3 s]
/proc/loadavg: 3.13 3.55 3.88 4/257 23070
/proc/meminfo: memFree=129587192/131249988 swapFree=33010684/33010684
[pid=22729] ppid=22726 vsize=176760 memory=169156 CPUtime=3571.21 cores=5,7
/proc/22729/stat : 22729 (uwrmaxsat) R 22726 22729 20758 0 -1 4194304 143866 0 0 0 357045 76 0 0 20 0 1 0 33302522 181002240 42289 18446744073709551615 4198400 6176925 140721477675280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26988544 140721477679466 140721477679593 140721477679593 140721477685195 0
/proc/22729/statm: 44190 42289 544 484 0 43601 0
Current children cumulated CPU time: 3571.21 s
Current children cumulated vsize: 176760 KiB
Current children cumulated memory: 169156 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.2 s]
/proc/loadavg: 3.08 3.50 3.85 4/257 23071
/proc/meminfo: memFree=129574920/131249988 swapFree=33010684/33010684
[pid=22729] ppid=22726 vsize=176760 memory=175684 CPUtime=3600.02 cores=5,7
/proc/22729/stat : 22729 (uwrmaxsat) R 22726 22729 20758 0 -1 4194304 145508 0 0 0 359925 77 0 0 20 0 1 0 33302522 181002240 43921 18446744073709551615 4198400 6176925 140721477675280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26988544 140721477679466 140721477679593 140721477679593 140721477685195 0
/proc/22729/statm: 44190 43921 544 484 0 43601 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 176760 KiB
Current children cumulated memory: 175684 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.25 s, system=0.777067 s

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

Child status: 0

Real time (s): 3611.2
CPU time (s): 3600.03
CPU user time (s): 3599.25
CPU system time (s): 0.777067
CPU usage (%): 99.6906
Max. virtual memory (cumulated for all children) (KiB): 217272
Max. memory (cumulated for all children) (KiB): 207008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.25
system time used= 0.777067
maximum resident set size= 216480
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 145508
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= 46
involuntary context switches= 20453


# summary of solver processes directly reported to runsolver:
#   pid: 22729
#   total CPU time (s): 3600.03
#   total CPU user time (s): 3599.25
#   total CPU system time (s): 0.777067

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.64335 second user time and 15.5965 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-06-29 07:50:40
IDJOB=4509696
IDBENCH=158768
IDSOLVER=3372
FILE ID=nodeC031/4509696-1751176240
RUNJOBID= nodeC031-1751168627-20771
SLURM_JOB_ID= 9587512
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-n258-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-4509696-1751176240/watcher-4509696-1751176240 -o /tmp/evaluation-result-4509696-1751176240/solver-4509696-1751176240 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751168627-20771 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4509696-1751176240.opb -mem-lim=31000

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

MD5SUM BENCH= 7056d5d7645a22d74bbe899777f3f6dc
RANDOM SEED=1834062020

nodeC031 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		: 3599.897
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.78
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.042
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.78
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		: 3602.413
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.78
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		: 3582.809
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        129395504 kB
MemAvailable:   129119480 kB
Buffers:            3280 kB
Cached:           534028 kB
SwapCached:            0 kB
Active:           909468 kB
Inactive:         315008 kB
Active(anon):     705232 kB
Inactive(anon):        0 kB
Active(file):     204236 kB
Inactive(file):   315008 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2764 kB
Writeback:             0 kB
AnonPages:        690096 kB
Mapped:           109356 kB
Shmem:             18064 kB
KReclaimable:      87940 kB
Slab:             173680 kB
SReclaimable:      87940 kB
SUnreclaim:        85740 kB
KernelStack:        4288 kB
PageTables:         4368 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    1025800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    550912 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:      191188 kB
DirectMap2M:     9017344 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC031 at 2025-06-29 08:50:51