Trace number 4510992

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.08 3610.01

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/
normalized-3col-almost3reg-l090-r089-n1.cnf-plain.pb.metafix.opb
MD5SUM60aa0ac85dc632e57e54cb255f142331
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 variables4830
Total number of constraints15140
Number of constraints which are clauses15140
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 constraint2
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
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.05	c Converting 15140 PB-constraints to clauses...
0.00/0.06	c ============================[ Encoding Statistics ]============================
0.00/0.06	c |  Number of variables:          4830                                         |
0.00/0.06	c |  Number of clauses:           15140                                         |
0.00/0.06	c ===============================================================================
3600.07/3610.00	c *** TERMINATED by signal 15 ***
3600.07/3610.00	c _______________________________________________________________________________
3600.07/3610.00	c 
3600.07/3610.00	c _______________________________________________________________________________
3600.07/3610.00	c 
3600.07/3610.00	c =======================[ UWrMaxSat resources usage ]===========================
3600.07/3610.00	c Memory used            : 165.00 MB
3600.07/3610.00	c CPU time               : 3599.62 s
3600.07/3610.00	c _______________________________________________________________________________
3600.07/3610.00	c _______________________________________________________________________________
3600.07/3610.00	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 (62836 MiB free)
  memory of node 1: 64465 MiB (63672 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4510992-1751197701/watcher-4510992-1751197701 -o /tmp/evaluation-result-4510992-1751197701/solver-4510992-1751197701 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751192867-25922 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4510992-1751197701.opb -mem-lim=31000 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=26801, runsolver pid=26798

[startup+0.10007 s]*
/proc/loadavg: 4.02 4.11 4.10 5/264 26802
/proc/meminfo: memFree=129529324/131249988 swapFree=33010684/33010684
[pid=26801] ppid=26798 vsize=16992 memory=16348 CPUtime=0.09 cores=0,2
/proc/26801/stat : 26801 (uwrmaxsat) R 26798 26801 25912 0 -1 4194304 3681 0 0 0 9 0 0 0 20 0 1 0 35448667 17399808 4087 18446744073709551615 4198400 6176925 140731424819584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36282368 140731424823658 140731424823785 140731424823785 140731424829387 0
/proc/26801/statm: 4248 4087 544 484 0 3659 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 16992 KiB
Current children cumulated memory: 16348 KiB

[startup+0.205479 s]*
/proc/loadavg: 4.02 4.11 4.10 5/264 26802
/proc/meminfo: memFree=129529324/131249988 swapFree=33010684/33010684
[pid=26801] ppid=26798 vsize=17812 memory=17012 CPUtime=0.2 cores=0,2
/proc/26801/stat : 26801 (uwrmaxsat) R 26798 26801 25912 0 -1 4194304 4238 0 0 0 20 0 0 0 20 0 1 0 35448667 18239488 4253 18446744073709551615 4198400 6176925 140731424819584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36282368 140731424823658 140731424823785 140731424823785 140731424829387 0
/proc/26801/statm: 4453 4253 544 484 0 3864 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 17812 KiB
Current children cumulated memory: 17012 KiB

[startup+0.305515 s]*
/proc/loadavg: 4.02 4.11 4.10 5/264 26802
/proc/meminfo: memFree=129529324/131249988 swapFree=33010684/33010684
[pid=26801] ppid=26798 vsize=17876 memory=17048 CPUtime=0.3 cores=0,2
/proc/26801/stat : 26801 (uwrmaxsat) R 26798 26801 25912 0 -1 4194304 4683 0 0 0 30 0 0 0 20 0 1 0 35448667 18305024 4262 18446744073709551615 4198400 6176925 140731424819584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36282368 140731424823658 140731424823785 140731424823785 140731424829387 0
/proc/26801/statm: 4469 4262 544 484 0 3880 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 17876 KiB
Current children cumulated memory: 17048 KiB

[startup+0.700155 s]
/proc/loadavg: 4.02 4.11 4.10 5/264 26802
/proc/meminfo: memFree=129529324/131249988 swapFree=33010684/33010684
[pid=26801] ppid=26798 vsize=17876 memory=17212 CPUtime=0.68 cores=0,2
/proc/26801/stat : 26801 (uwrmaxsat) R 26798 26801 25912 0 -1 4194304 4906 0 0 0 68 0 0 0 20 0 1 0 35448667 18305024 4303 18446744073709551615 4198400 6176925 140731424819584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36282368 140731424823658 140731424823785 140731424823785 140731424829387 0
/proc/26801/statm: 4469 4303 544 484 0 3880 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 17876 KiB
Current children cumulated memory: 17212 KiB

[startup+1.50016 s]
/proc/loadavg: 4.02 4.11 4.10 5/264 26802
/proc/meminfo: memFree=129529324/131249988 swapFree=33010684/33010684
[pid=26801] ppid=26798 vsize=18028 memory=17492 CPUtime=1.49 cores=0,2
/proc/26801/stat : 26801 (uwrmaxsat) R 26798 26801 25912 0 -1 4194304 6149 0 0 0 148 1 0 0 20 0 1 0 35448667 18460672 4373 18446744073709551615 4198400 6176925 140731424819584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36282368 140731424823658 140731424823785 140731424823785 140731424829387 0
/proc/26801/statm: 4507 4373 544 484 0 3918 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 18028 KiB
Current children cumulated memory: 17492 KiB

[startup+3.10527 s]
/proc/loadavg: 4.02 4.11 4.10 5/263 26802
/proc/meminfo: memFree=129538556/131249988 swapFree=33010684/33010684
[pid=26801] ppid=26798 vsize=19368 memory=18676 CPUtime=3.08 cores=0,2
/proc/26801/stat : 26801 (uwrmaxsat) R 26798 26801 25912 0 -1 4194304 7898 0 0 0 307 1 0 0 20 0 1 0 35448667 19832832 4669 18446744073709551615 4198400 6176925 140731424819584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36282368 140731424823658 140731424823785 140731424823785 140731424829387 0
/proc/26801/statm: 4842 4669 544 484 0 4253 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 19368 KiB
Current children cumulated memory: 18676 KiB

[startup+6.30016 s]
/proc/loadavg: 4.02 4.11 4.10 5/263 26802
/proc/meminfo: memFree=129585320/131249988 swapFree=33010684/33010684
[pid=26801] ppid=26798 vsize=22844 memory=21720 CPUtime=6.27 cores=0,2
/proc/26801/stat : 26801 (uwrmaxsat) R 26798 26801 25912 0 -1 4194304 11513 0 0 0 626 1 0 0 20 0 1 0 35448667 23392256 5430 18446744073709551615 4198400 6176925 140731424819584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36282368 140731424823658 140731424823785 140731424823785 140731424829387 0
/proc/26801/statm: 5711 5430 544 484 0 5122 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 22844 KiB
Current children cumulated memory: 21720 KiB

[startup+12.7001 s]
/proc/loadavg: 4.10 4.12 4.10 5/263 26802
/proc/meminfo: memFree=129573144/131249988 swapFree=33010684/33010684
[pid=26801] ppid=26798 vsize=21944 memory=21144 CPUtime=12.65 cores=0,2
/proc/26801/stat : 26801 (uwrmaxsat) R 26798 26801 25912 0 -1 4194304 16300 0 0 0 1263 2 0 0 20 0 1 0 35448667 22470656 5286 18446744073709551615 4198400 6176925 140731424819584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36282368 140731424823658 140731424823785 140731424823785 140731424829387 0
/proc/26801/statm: 5486 5286 544 484 0 4897 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 21944 KiB
Current children cumulated memory: 21144 KiB

[startup+25.5002 s]
/proc/loadavg: 4.08 4.11 4.10 5/263 26802
/proc/meminfo: memFree=129525964/131249988 swapFree=33010684/33010684
[pid=26801] ppid=26798 vsize=24556 memory=23648 CPUtime=25.41 cores=0,2
/proc/26801/stat : 26801 (uwrmaxsat) R 26798 26801 25912 0 -1 4194304 23479 0 0 0 2538 3 0 0 20 0 1 0 35448667 25145344 5912 18446744073709551615 4198400 6176925 140731424819584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36282368 140731424823658 140731424823785 140731424823785 140731424829387 0
/proc/26801/statm: 6139 5912 544 484 0 5550 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 24556 KiB
Current children cumulated memory: 23648 KiB

[startup+51.1054 s]
/proc/loadavg: 4.05 4.10 4.10 5/264 26804
/proc/meminfo: memFree=129548720/131249988 swapFree=33010684/33010684
[pid=26801] ppid=26798 vsize=32220 memory=31380 CPUtime=50.95 cores=0,2
/proc/26801/stat : 26801 (uwrmaxsat) R 26798 26801 25912 0 -1 4194304 28396 0 0 0 5091 4 0 0 20 0 1 0 35448667 32993280 7845 18446744073709551615 4198400 6176925 140731424819584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36282368 140731424823658 140731424823785 140731424823785 140731424829387 0
/proc/26801/statm: 8055 7845 544 484 0 7466 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 32220 KiB
Current children cumulated memory: 31380 KiB

[startup+102.3 s]
/proc/loadavg: 4.20 4.13 4.10 5/264 26805
/proc/meminfo: memFree=129481660/131249988 swapFree=33010684/33010684
[pid=26801] ppid=26798 vsize=37312 memory=36768 CPUtime=101.99 cores=0,2
/proc/26801/stat : 26801 (uwrmaxsat) R 26798 26801 25912 0 -1 4194304 36099 0 0 0 10193 6 0 0 20 0 1 0 35448667 38207488 9192 18446744073709551615 4198400 6176925 140731424819584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36282368 140731424823658 140731424823785 140731424823785 140731424829387 0
/proc/26801/statm: 9328 9192 544 484 0 8739 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 37312 KiB
Current children cumulated memory: 36768 KiB

[startup+162.3 s]
/proc/loadavg: 4.16 4.14 4.10 5/264 26813
/proc/meminfo: memFree=129532880/131249988 swapFree=33010684/33010684
[pid=26801] ppid=26798 vsize=41300 memory=40652 CPUtime=161.84 cores=0,2
/proc/26801/stat : 26801 (uwrmaxsat) R 26798 26801 25912 0 -1 4194304 40620 0 0 0 16176 8 0 0 20 0 1 0 35448667 42291200 10163 18446744073709551615 4198400 6176925 140731424819584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36282368 140731424823658 140731424823785 140731424823785 140731424829387 0
/proc/26801/statm: 10325 10163 544 484 0 9736 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 41300 KiB
Current children cumulated memory: 40652 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.12 4.10 5/264 26815
/proc/meminfo: memFree=129494660/131249988 swapFree=33010684/33010684
[pid=26801] ppid=26798 vsize=58948 memory=58388 CPUtime=221.67 cores=0,2
/proc/26801/stat : 26801 (uwrmaxsat) R 26798 26801 25912 0 -1 4194304 46600 0 0 0 22158 9 0 0 20 0 1 0 35448667 60362752 14597 18446744073709551615 4198400 6176925 140731424819584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36282368 140731424823658 140731424823785 140731424823785 140731424829387 0
/proc/26801/statm: 14737 14597 544 484 0 14148 0
Current children cumulated CPU time: 221.67 s
Current children cumulated vsize: 58948 KiB
Current children cumulated memory: 58388 KiB

[startup+282.3 s]
/proc/loadavg: 4.14 4.13 4.10 5/264 26817
/proc/meminfo: memFree=129489296/131249988 swapFree=33010684/33010684
[pid=26801] ppid=26798 vsize=58372 memory=55096 CPUtime=281.51 cores=0,2
/proc/26801/stat : 26801 (uwrmaxsat) R 26798 26801 25912 0 -1 4194304 48737 0 0 0 28141 10 0 0 20 0 1 0 35448667 59772928 13774 18446744073709551615 4198400 6176925 140731424819584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36282368 140731424823658 140731424823785 140731424823785 140731424829387 0
/proc/26801/statm: 14593 13774 544 484 0 14004 0
Current children cumulated CPU time: 281.51 s
Current children cumulated vsize: 58372 KiB
Current children cumulated memory: 55096 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/264 26819
/proc/meminfo: memFree=129482460/131249988 swapFree=33010684/33010684
[pid=26801] ppid=26798 vsize=61968 memory=59768 CPUtime=341.34 cores=0,2
/proc/26801/stat : 26801 (uwrmaxsat) R 26798 26801 25912 0 -1 4194304 53307 0 0 0 34123 11 0 0 20 0 1 0 35448667 63455232 14942 18446744073709551615 4198400 6176925 140731424819584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36282368 140731424823658 140731424823785 140731424823785 140731424829387 0
/proc/26801/statm: 15492 14942 544 484 0 14903 0
Current children cumulated CPU time: 341.34 s
Current children cumulated vsize: 61968 KiB
Current children cumulated memory: 59768 KiB

[startup+402.3 s]
/proc/loadavg: 4.20 4.14 4.10 5/263 26821
/proc/meminfo: memFree=129473468/131249988 swapFree=33010684/33010684
[pid=26801] ppid=26798 vsize=67888 memory=67220 CPUtime=401.17 cores=0,2
/proc/26801/stat : 26801 (uwrmaxsat) R 26798 26801 25912 0 -1 4194304 55798 0 0 0 40105 12 0 0 20 0 1 0 35448667 69517312 16805 18446744073709551615 4198400 6176925 140731424819584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36282368 140731424823658 140731424823785 140731424823785 140731424829387 0
/proc/26801/statm: 16972 16805 544 484 0 16383 0
Current children cumulated CPU time: 401.17 s
Current children cumulated vsize: 67888 KiB
Current children cumulated memory: 67220 KiB

[startup+462.3 s]
/proc/loadavg: 4.13 4.13 4.09 5/263 26823
/proc/meminfo: memFree=129431716/131249988 swapFree=33010684/33010684
[pid=26801] ppid=26798 vsize=69976 memory=69396 CPUtime=461 cores=0,2
/proc/26801/stat : 26801 (uwrmaxsat) R 26798 26801 25912 0 -1 4194304 58165 0 0 0 46087 13 0 0 20 0 1 0 35448667 71655424 17349 18446744073709551615 4198400 6176925 140731424819584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36282368 140731424823658 140731424823785 140731424823785 140731424829387 0
/proc/26801/statm: 17494 17349 544 484 0 16905 0
Current children cumulated CPU time: 461 s

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

Current children cumulated memory: 136628 KiB

[startup+2862.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/263 27167
/proc/meminfo: memFree=129447976/131249988 swapFree=33010684/33010684
[pid=26801] ppid=26798 vsize=146120 memory=145460 CPUtime=2854.41 cores=0,2
/proc/26801/stat : 26801 (uwrmaxsat) R 26798 26801 25912 0 -1 4194304 103912 0 0 0 285405 36 0 0 20 0 1 0 35448667 149626880 36365 18446744073709551615 4198400 6176925 140731424819584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36282368 140731424823658 140731424823785 140731424823785 140731424829387 0
/proc/26801/statm: 36530 36365 544 484 0 35941 0
Current children cumulated CPU time: 2854.41 s
Current children cumulated vsize: 146120 KiB
Current children cumulated memory: 145460 KiB

[startup+2922.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/263 27169
/proc/meminfo: memFree=129512388/131249988 swapFree=33010684/33010684
[pid=26801] ppid=26798 vsize=146120 memory=145460 CPUtime=2914.25 cores=0,2
/proc/26801/stat : 26801 (uwrmaxsat) R 26798 26801 25912 0 -1 4194304 103912 0 0 0 291389 36 0 0 20 0 1 0 35448667 149626880 36365 18446744073709551615 4198400 6176925 140731424819584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36282368 140731424823658 140731424823785 140731424823785 140731424829387 0
/proc/26801/statm: 36530 36365 544 484 0 35941 0
Current children cumulated CPU time: 2914.25 s
Current children cumulated vsize: 146120 KiB
Current children cumulated memory: 145460 KiB

[startup+2982.3 s]
/proc/loadavg: 4.15 4.11 4.09 5/263 27171
/proc/meminfo: memFree=129551020/131249988 swapFree=33010684/33010684
[pid=26801] ppid=26798 vsize=101464 memory=100952 CPUtime=2974.09 cores=0,2
/proc/26801/stat : 26801 (uwrmaxsat) R 26798 26801 25912 0 -1 4194304 103912 0 0 0 297373 36 0 0 20 0 1 0 35448667 103899136 25238 18446744073709551615 4198400 6176925 140731424819584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36282368 140731424823658 140731424823785 140731424823785 140731424829387 0
/proc/26801/statm: 25366 25238 544 484 0 24777 0
Current children cumulated CPU time: 2974.09 s
Current children cumulated vsize: 101464 KiB
Current children cumulated memory: 100952 KiB

[startup+3042.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/263 27173
/proc/meminfo: memFree=129506832/131249988 swapFree=33010684/33010684
[pid=26801] ppid=26798 vsize=145440 memory=143860 CPUtime=3033.93 cores=0,2
/proc/26801/stat : 26801 (uwrmaxsat) R 26798 26801 25912 0 -1 4194304 104930 0 0 0 303356 37 0 0 20 0 1 0 35448667 148930560 35965 18446744073709551615 4198400 6176925 140731424819584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36282368 140731424823658 140731424823785 140731424823785 140731424829387 0
/proc/26801/statm: 36360 35965 544 484 0 35771 0
Current children cumulated CPU time: 3033.93 s
Current children cumulated vsize: 145440 KiB
Current children cumulated memory: 143860 KiB

[startup+3102.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/262 27175
/proc/meminfo: memFree=129507372/131249988 swapFree=33010684/33010684
[pid=26801] ppid=26798 vsize=104580 memory=104068 CPUtime=3093.77 cores=0,2
/proc/26801/stat : 26801 (uwrmaxsat) R 26798 26801 25912 0 -1 4194304 105890 0 0 0 309339 38 0 0 20 0 1 0 35448667 107089920 26017 18446744073709551615 4198400 6176925 140731424819584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36282368 140731424823658 140731424823785 140731424823785 140731424829387 0
/proc/26801/statm: 26145 26017 544 484 0 25556 0
Current children cumulated CPU time: 3093.77 s
Current children cumulated vsize: 104580 KiB
Current children cumulated memory: 104068 KiB

[startup+3162.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/263 27184
/proc/meminfo: memFree=129497324/131249988 swapFree=33010684/33010684
[pid=26801] ppid=26798 vsize=138276 memory=135676 CPUtime=3153.6 cores=0,2
/proc/26801/stat : 26801 (uwrmaxsat) R 26798 26801 25912 0 -1 4194304 110392 0 0 0 315320 40 0 0 20 0 1 0 35448667 141594624 33919 18446744073709551615 4198400 6176925 140731424819584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36282368 140731424823658 140731424823785 140731424823785 140731424829387 0
/proc/26801/statm: 34569 33919 544 484 0 33980 0
Current children cumulated CPU time: 3153.6 s
Current children cumulated vsize: 138276 KiB
Current children cumulated memory: 135676 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/263 27186
/proc/meminfo: memFree=129473352/131249988 swapFree=33010684/33010684
[pid=26801] ppid=26798 vsize=138276 memory=137468 CPUtime=3213.44 cores=0,2
/proc/26801/stat : 26801 (uwrmaxsat) R 26798 26801 25912 0 -1 4194304 110830 0 0 0 321304 40 0 0 20 0 1 0 35448667 141594624 34367 18446744073709551615 4198400 6176925 140731424819584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36282368 140731424823658 140731424823785 140731424823785 140731424829387 0
/proc/26801/statm: 34569 34367 544 484 0 33980 0
Current children cumulated CPU time: 3213.44 s
Current children cumulated vsize: 138276 KiB
Current children cumulated memory: 137468 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/263 27188
/proc/meminfo: memFree=129449464/131249988 swapFree=33010684/33010684
[pid=26801] ppid=26798 vsize=138276 memory=137596 CPUtime=3273.26 cores=0,2
/proc/26801/stat : 26801 (uwrmaxsat) R 26798 26801 25912 0 -1 4194304 110915 0 0 0 327286 40 0 0 20 0 1 0 35448667 141594624 34399 18446744073709551615 4198400 6176925 140731424819584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36282368 140731424823658 140731424823785 140731424823785 140731424829387 0
/proc/26801/statm: 34569 34399 544 484 0 33980 0
Current children cumulated CPU time: 3273.26 s
Current children cumulated vsize: 138276 KiB
Current children cumulated memory: 137596 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/263 27190
/proc/meminfo: memFree=129507440/131249988 swapFree=33010684/33010684
[pid=26801] ppid=26798 vsize=138276 memory=137596 CPUtime=3333.1 cores=0,2
/proc/26801/stat : 26801 (uwrmaxsat) R 26798 26801 25912 0 -1 4194304 110917 0 0 0 333270 40 0 0 20 0 1 0 35448667 141594624 34399 18446744073709551615 4198400 6176925 140731424819584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36282368 140731424823658 140731424823785 140731424823785 140731424829387 0
/proc/26801/statm: 34569 34399 544 484 0 33980 0
Current children cumulated CPU time: 3333.1 s
Current children cumulated vsize: 138276 KiB
Current children cumulated memory: 137596 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/263 27192
/proc/meminfo: memFree=129509328/131249988 swapFree=33010684/33010684
[pid=26801] ppid=26798 vsize=128744 memory=128052 CPUtime=3392.93 cores=0,2
/proc/26801/stat : 26801 (uwrmaxsat) R 26798 26801 25912 0 -1 4194304 112325 0 0 0 339252 41 0 0 20 0 1 0 35448667 131833856 32013 18446744073709551615 4198400 6176925 140731424819584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36282368 140731424823658 140731424823785 140731424823785 140731424829387 0
/proc/26801/statm: 32186 32013 544 484 0 31597 0
Current children cumulated CPU time: 3392.93 s
Current children cumulated vsize: 128744 KiB
Current children cumulated memory: 128052 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/263 27194
/proc/meminfo: memFree=129465780/131249988 swapFree=33010684/33010684
[pid=26801] ppid=26798 vsize=148248 memory=147508 CPUtime=3452.76 cores=0,2
/proc/26801/stat : 26801 (uwrmaxsat) R 26798 26801 25912 0 -1 4194304 112670 0 0 0 345235 41 0 0 20 0 1 0 35448667 151805952 36877 18446744073709551615 4198400 6176925 140731424819584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36282368 140731424823658 140731424823785 140731424823785 140731424829387 0
/proc/26801/statm: 37062 36877 544 484 0 36473 0
Current children cumulated CPU time: 3452.76 s
Current children cumulated vsize: 148248 KiB
Current children cumulated memory: 147508 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/263 27196
/proc/meminfo: memFree=129482516/131249988 swapFree=33010684/33010684
[pid=26801] ppid=26798 vsize=110712 memory=110200 CPUtime=3512.6 cores=0,2
/proc/26801/stat : 26801 (uwrmaxsat) R 26798 26801 25912 0 -1 4194304 114353 0 0 0 351217 43 0 0 20 0 1 0 35448667 113369088 27550 18446744073709551615 4198400 6176925 140731424819584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36282368 140731424823658 140731424823785 140731424823785 140731424829387 0
/proc/26801/statm: 27678 27550 544 484 0 27089 0
Current children cumulated CPU time: 3512.6 s
Current children cumulated vsize: 110712 KiB
Current children cumulated memory: 110200 KiB

[startup+3582.3 s]
/proc/loadavg: 4.16 4.12 4.09 5/263 27198
/proc/meminfo: memFree=129464224/131249988 swapFree=33010684/33010684
[pid=26801] ppid=26798 vsize=138612 memory=134656 CPUtime=3572.44 cores=0,2
/proc/26801/stat : 26801 (uwrmaxsat) R 26798 26801 25912 0 -1 4194304 117664 0 0 0 357200 44 0 0 20 0 1 0 35448667 141938688 33664 18446744073709551615 4198400 6176925 140731424819584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36282368 140731424823658 140731424823785 140731424823785 140731424829387 0
/proc/26801/statm: 34653 33664 544 484 0 34064 0
Current children cumulated CPU time: 3572.44 s
Current children cumulated vsize: 138612 KiB
Current children cumulated memory: 134656 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610 s]*
/proc/loadavg: 4.50 4.21 4.12 5/264 27201
/proc/meminfo: memFree=129460840/131249988 swapFree=33010684/33010684
[pid=26801] ppid=26798 vsize=160640 memory=158372 CPUtime=3600.07 cores=0,2
/proc/26801/stat : 26801 (uwrmaxsat) R 26798 26801 25912 0 -1 4194304 118479 0 0 0 359962 45 0 0 20 0 1 0 35448667 164495360 39593 18446744073709551615 4198400 6176925 140731424819584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36282368 140731424823658 140731424823785 140731424823785 140731424829387 0
/proc/26801/statm: 40160 39593 544 484 0 39571 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 160640 KiB
Current children cumulated memory: 158372 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.62 s, system=0.456933 s

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

Child status: 0

Real time (s): 3610.01
CPU time (s): 3600.08
CPU user time (s): 3599.62
CPU system time (s): 0.456933
CPU usage (%): 99.725
Max. virtual memory (cumulated for all children) (KiB): 169400
Max. memory (cumulated for all children) (KiB): 168652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.62
system time used= 0.456933
maximum resident set size= 168652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118479
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= 42
involuntary context switches= 7912


# summary of solver processes directly reported to runsolver:
#   pid: 26801
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3599.62
#   total CPU system time (s): 0.456933

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.44129 second user time and 15.8252 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-06-29 13:48:21
IDJOB=4510992
IDBENCH=160409
IDSOLVER=3372
FILE ID=nodeC031/4510992-1751197701
RUNJOBID= nodeC031-1751192867-25922
SLURM_JOB_ID= 9587586
Free space on /tmp= 433052 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/normalized-3col-almost3reg-l090-r089-n1.cnf-plain.pb.metafix.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4510992-1751197701/watcher-4510992-1751197701 -o /tmp/evaluation-result-4510992-1751197701/solver-4510992-1751197701 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751192867-25922 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4510992-1751197701.opb -mem-lim=31000

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

MD5SUM BENCH= 60aa0ac85dc632e57e54cb255f142331
RANDOM SEED=203305933

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.888
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		: 3599.884
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		: 3603.652
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		: 3600.414
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.892
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		: 3599.895
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		: 3604.527
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		: 3700.000
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:        129545956 kB
MemAvailable:   129293768 kB
Buffers:            3280 kB
Cached:           557492 kB
SwapCached:            0 kB
Active:           758312 kB
Inactive:         338472 kB
Active(anon):     554076 kB
Inactive(anon):        0 kB
Active(file):     204236 kB
Inactive(file):   338472 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2960 kB
Writeback:             0 kB
AnonPages:        535324 kB
Mapped:           109416 kB
Shmem:             18064 kB
KReclaimable:      88684 kB
Slab:             174456 kB
SReclaimable:      88684 kB
SUnreclaim:        85772 kB
KernelStack:        4220 kB
PageTables:         4060 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     877996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    362496 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= 433048 MiB
End job on nodeC031 at 2025-06-29 14:48:31