Trace number 4510776

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.3

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid5x60split.cnf-extracted.pb.metafix.opb
MD5SUM31f6aff17a47c209cb9ee9a70845e10e
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark17.18
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables601
Total number of constraints838
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)836
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c Using cadical-2.1.3-f13d744 SAT solver by Armin Biere et al. (2016 - )
0.00/0.00	c Setting memory limit to 31000MB.
0.00/0.00	c Parsing PB file...
0.00/0.00	c Converting 838 PB-constraints to clauses...
0.00/0.01	c ============================[ Encoding Statistics ]============================
0.00/0.01	c |  Number of variables:           601                                         |
0.00/0.01	c |  Number of clauses:            3346                                         |
0.00/0.01	c ===============================================================================
3600.07/3610.30	c *** TERMINATED by signal 15 ***
3600.07/3610.30	c _______________________________________________________________________________
3600.07/3610.30	c 
3600.07/3610.30	c _______________________________________________________________________________
3600.07/3610.30	c 
3600.07/3610.30	c =======================[ UWrMaxSat resources usage ]===========================
3600.07/3610.30	c Memory used            : 209.00 MB
3600.07/3610.30	c CPU time               : 3598.33 s
3600.07/3610.30	c Constr Enc: Srt/BDD/Add: 419 0 0
3600.07/3610.30	c _______________________________________________________________________________
3600.07/3610.30	c _______________________________________________________________________________
3600.07/3610.30	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 (62958 MiB free)
  memory of node 1: 64465 MiB (63910 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=26477, runsolver pid=26474

[startup+0.100062 s]*
/proc/loadavg: 4.12 4.11 4.09 5/264 26478
/proc/meminfo: memFree=129912620/131249988 swapFree=33010684/33010684
[pid=26477] ppid=26474 vsize=5288 memory=4764 CPUtime=0.1 cores=1,3
/proc/26477/stat : 26477 (uwrmaxsat) R 26474 26477 25912 0 -1 4194304 1232 0 0 0 10 0 0 0 20 0 1 0 35333983 5414912 1191 18446744073709551615 4198400 6176925 140725112943200 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 13766656 140725112945002 140725112945129 140725112945129 140725112950731 0
/proc/26477/statm: 1322 1191 544 484 0 733 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 5288 KiB
Current children cumulated memory: 4764 KiB

[startup+0.205475 s]*
/proc/loadavg: 4.12 4.11 4.09 5/264 26478
/proc/meminfo: memFree=129908020/131249988 swapFree=33010684/33010684
[pid=26477] ppid=26474 vsize=5956 memory=5380 CPUtime=0.2 cores=1,3
/proc/26477/stat : 26477 (uwrmaxsat) R 26474 26477 25912 0 -1 4194304 1704 0 0 0 20 0 0 0 20 0 1 0 35333983 6098944 1345 18446744073709551615 4198400 6176925 140725112943200 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 13766656 140725112945002 140725112945129 140725112945129 140725112950731 0
/proc/26477/statm: 1489 1345 544 484 0 900 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 5956 KiB
Current children cumulated memory: 5380 KiB

[startup+0.305367 s]*
/proc/loadavg: 4.12 4.11 4.09 5/264 26478
/proc/meminfo: memFree=129908020/131249988 swapFree=33010684/33010684
[pid=26477] ppid=26474 vsize=6536 memory=5976 CPUtime=0.3 cores=1,3
/proc/26477/stat : 26477 (uwrmaxsat) R 26474 26477 25912 0 -1 4194304 2109 0 0 0 30 0 0 0 20 0 1 0 35333983 6692864 1494 18446744073709551615 4198400 6176925 140725112943200 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 13766656 140725112945002 140725112945129 140725112945129 140725112950731 0
/proc/26477/statm: 1634 1494 544 484 0 1045 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 6536 KiB
Current children cumulated memory: 5976 KiB

[startup+0.700119 s]
/proc/loadavg: 4.12 4.11 4.09 5/264 26478
/proc/meminfo: memFree=129907516/131249988 swapFree=33010684/33010684
[pid=26477] ppid=26474 vsize=7000 memory=6296 CPUtime=0.69 cores=1,3
/proc/26477/stat : 26477 (uwrmaxsat) R 26474 26477 25912 0 -1 4194304 3531 0 0 0 69 0 0 0 20 0 1 0 35333983 7168000 1574 18446744073709551615 4198400 6176925 140725112943200 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 13766656 140725112945002 140725112945129 140725112945129 140725112950731 0
/proc/26477/statm: 1750 1574 544 484 0 1161 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 7000 KiB
Current children cumulated memory: 6296 KiB

[startup+1.50012 s]
/proc/loadavg: 4.11 4.11 4.09 5/264 26478
/proc/meminfo: memFree=129907516/131249988 swapFree=33010684/33010684
[pid=26477] ppid=26474 vsize=9464 memory=8848 CPUtime=1.48 cores=1,3
/proc/26477/stat : 26477 (uwrmaxsat) R 26474 26477 25912 0 -1 4194304 4888 0 0 0 148 0 0 0 20 0 1 0 35333983 9691136 2212 18446744073709551615 4198400 6176925 140725112943200 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 13766656 140725112945002 140725112945129 140725112945129 140725112950731 0
/proc/26477/statm: 2366 2212 544 484 0 1777 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 9464 KiB
Current children cumulated memory: 8848 KiB

[startup+3.10526 s]
/proc/loadavg: 4.11 4.11 4.09 5/264 26478
/proc/meminfo: memFree=129888180/131249988 swapFree=33010684/33010684
[pid=26477] ppid=26474 vsize=11228 memory=10640 CPUtime=3.09 cores=1,3
/proc/26477/stat : 26477 (uwrmaxsat) R 26474 26477 25912 0 -1 4194304 9244 0 0 0 308 1 0 0 20 0 1 0 35333983 11497472 2660 18446744073709551615 4198400 6176925 140725112943200 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 13766656 140725112945002 140725112945129 140725112945129 140725112950731 0
/proc/26477/statm: 2807 2660 544 484 0 2218 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 11228 KiB
Current children cumulated memory: 10640 KiB

[startup+6.30016 s]
/proc/loadavg: 4.10 4.10 4.09 5/264 26478
/proc/meminfo: memFree=129880304/131249988 swapFree=33010684/33010684
[pid=26477] ppid=26474 vsize=16072 memory=15300 CPUtime=6.27 cores=1,3
/proc/26477/stat : 26477 (uwrmaxsat) R 26474 26477 25912 0 -1 4194304 14638 0 0 0 625 2 0 0 20 0 1 0 35333983 16457728 3825 18446744073709551615 4198400 6176925 140725112943200 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 13766656 140725112945002 140725112945129 140725112945129 140725112950731 0
/proc/26477/statm: 4018 3825 544 484 0 3429 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 16072 KiB
Current children cumulated memory: 15300 KiB

[startup+12.7002 s]
/proc/loadavg: 4.09 4.10 4.09 5/264 26478
/proc/meminfo: memFree=129874444/131249988 swapFree=33010684/33010684
[pid=26477] ppid=26474 vsize=22968 memory=22316 CPUtime=12.66 cores=1,3
/proc/26477/stat : 26477 (uwrmaxsat) R 26474 26477 25912 0 -1 4194304 20527 0 0 0 1263 3 0 0 20 0 1 0 35333983 23519232 5579 18446744073709551615 4198400 6176925 140725112943200 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 13766656 140725112945002 140725112945129 140725112945129 140725112950731 0
/proc/26477/statm: 5742 5579 544 484 0 5153 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 22968 KiB
Current children cumulated memory: 22316 KiB

[startup+25.5002 s]
/proc/loadavg: 4.08 4.10 4.09 5/264 26479
/proc/meminfo: memFree=129825860/131249988 swapFree=33010684/33010684
[pid=26477] ppid=26474 vsize=28304 memory=27528 CPUtime=25.42 cores=1,3
/proc/26477/stat : 26477 (uwrmaxsat) R 26474 26477 25912 0 -1 4194304 29556 0 0 0 2536 6 0 0 20 0 1 0 35333983 28983296 6882 18446744073709551615 4198400 6176925 140725112943200 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 13766656 140725112945002 140725112945129 140725112945129 140725112950731 0
/proc/26477/statm: 7076 6882 544 484 0 6487 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 28304 KiB
Current children cumulated memory: 27528 KiB

[startup+51.1054 s]
/proc/loadavg: 4.16 4.12 4.09 5/263 26479
/proc/meminfo: memFree=129788048/131249988 swapFree=33010684/33010684
[pid=26477] ppid=26474 vsize=34976 memory=33868 CPUtime=50.95 cores=1,3
/proc/26477/stat : 26477 (uwrmaxsat) R 26474 26477 25912 0 -1 4194304 40806 0 0 0 5086 9 0 0 20 0 1 0 35333983 35815424 8467 18446744073709551615 4198400 6176925 140725112943200 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 13766656 140725112945002 140725112945129 140725112945129 140725112950731 0
/proc/26477/statm: 8744 8467 544 484 0 8155 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 34976 KiB
Current children cumulated memory: 33868 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/263 26532
/proc/meminfo: memFree=129752464/131249988 swapFree=33010684/33010684
[pid=26477] ppid=26474 vsize=45988 memory=45340 CPUtime=102.01 cores=1,3
/proc/26477/stat : 26477 (uwrmaxsat) R 26474 26477 25912 0 -1 4194304 53483 0 0 0 10187 14 0 0 20 0 1 0 35333983 47091712 11335 18446744073709551615 4198400 6176925 140725112943200 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 13766656 140725112945002 140725112945129 140725112945129 140725112950731 0
/proc/26477/statm: 11497 11335 544 484 0 10908 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 45988 KiB
Current children cumulated memory: 45340 KiB

[startup+162.3 s]
/proc/loadavg: 4.45 4.20 4.12 5/263 26534
/proc/meminfo: memFree=129745040/131249988 swapFree=33010684/33010684
[pid=26477] ppid=26474 vsize=60244 memory=55156 CPUtime=161.85 cores=1,3
/proc/26477/stat : 26477 (uwrmaxsat) R 26474 26477 25912 0 -1 4194304 69162 0 0 0 16164 21 0 0 20 0 1 0 35333983 61689856 13789 18446744073709551615 4198400 6176925 140725112943200 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 13766656 140725112945002 140725112945129 140725112945129 140725112950731 0
/proc/26477/statm: 15061 13789 544 484 0 14472 0
Current children cumulated CPU time: 161.85 s
Current children cumulated vsize: 60244 KiB
Current children cumulated memory: 55156 KiB

[startup+222.3 s]
/proc/loadavg: 4.23 4.18 4.12 5/262 26536
/proc/meminfo: memFree=129737592/131249988 swapFree=33010684/33010684
[pid=26477] ppid=26474 vsize=65896 memory=64392 CPUtime=221.69 cores=1,3
/proc/26477/stat : 26477 (uwrmaxsat) R 26474 26477 25912 0 -1 4194304 82584 0 0 0 22142 27 0 0 20 0 1 0 35333983 67477504 16098 18446744073709551615 4198400 6176925 140725112943200 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 13766656 140725112945002 140725112945129 140725112945129 140725112950731 0
/proc/26477/statm: 16474 16098 544 484 0 15885 0
Current children cumulated CPU time: 221.69 s
Current children cumulated vsize: 65896 KiB
Current children cumulated memory: 64392 KiB

[startup+282.3 s]
/proc/loadavg: 4.19 4.18 4.12 5/263 26539
/proc/meminfo: memFree=129730440/131249988 swapFree=33010684/33010684
[pid=26477] ppid=26474 vsize=70728 memory=69452 CPUtime=281.53 cores=1,3
/proc/26477/stat : 26477 (uwrmaxsat) R 26474 26477 25912 0 -1 4194304 90404 0 0 0 28121 32 0 0 20 0 1 0 35333983 72425472 17363 18446744073709551615 4198400 6176925 140725112943200 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 13766656 140725112945002 140725112945129 140725112945129 140725112950731 0
/proc/26477/statm: 17682 17363 544 484 0 17093 0
Current children cumulated CPU time: 281.53 s
Current children cumulated vsize: 70728 KiB
Current children cumulated memory: 69452 KiB

[startup+342.3 s]
/proc/loadavg: 4.19 4.17 4.12 5/263 26542
/proc/meminfo: memFree=129672940/131249988 swapFree=33010684/33010684
[pid=26477] ppid=26474 vsize=75076 memory=69496 CPUtime=341.34 cores=1,3
/proc/26477/stat : 26477 (uwrmaxsat) R 26474 26477 25912 0 -1 4194304 101432 0 0 0 34095 39 0 0 20 0 1 0 35333983 76877824 17374 18446744073709551615 4198400 6176925 140725112943200 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 13766656 140725112945002 140725112945129 140725112945129 140725112950731 0
/proc/26477/statm: 18769 17374 544 484 0 18180 0
Current children cumulated CPU time: 341.34 s
Current children cumulated vsize: 75076 KiB
Current children cumulated memory: 69496 KiB

[startup+402.3 s]
/proc/loadavg: 4.13 4.16 4.11 5/263 26544
/proc/meminfo: memFree=129680424/131249988 swapFree=33010684/33010684
[pid=26477] ppid=26474 vsize=91564 memory=90820 CPUtime=401.18 cores=1,3
/proc/26477/stat : 26477 (uwrmaxsat) R 26474 26477 25912 0 -1 4194304 108652 0 0 0 40076 42 0 0 20 0 1 0 35333983 93761536 22705 18446744073709551615 4198400 6176925 140725112943200 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 13766656 140725112945002 140725112945129 140725112945129 140725112950731 0
/proc/26477/statm: 22891 22705 544 484 0 22302 0
Current children cumulated CPU time: 401.18 s
Current children cumulated vsize: 91564 KiB
Current children cumulated memory: 90820 KiB

[startup+462.3 s]
/proc/loadavg: 4.09 4.14 4.10 5/263 26546
/proc/meminfo: memFree=129663760/131249988 swapFree=33010684/33010684
[pid=26477] ppid=26474 vsize=61812 memory=61128 CPUtime=461.03 cores=1,3
/proc/26477/stat : 26477 (uwrmaxsat) R 26474 26477 25912 0 -1 4194304 113911 0 0 0 46057 46 0 0 20 0 1 0 35333983 63295488 15282 18446744073709551615 4198400 6176925 140725112943200 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 13766656 140725112945002 140725112945129 140725112945129 140725112950731 0
/proc/26477/statm: 15453 15282 544 484 0 14864 0
Current children cumulated CPU time: 461.03 s

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

Current children cumulated memory: 156488 KiB

[startup+2922.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/264 26894
/proc/meminfo: memFree=129362496/131249988 swapFree=33010684/33010684
[pid=26477] ppid=26474 vsize=157812 memory=156876 CPUtime=2914.2 cores=1,3
/proc/26477/stat : 26477 (uwrmaxsat) R 26474 26477 25912 0 -1 4194304 218586 0 0 0 291293 127 0 0 20 0 1 0 35333983 161599488 39219 18446744073709551615 4198400 6176925 140725112943200 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 13766656 140725112945002 140725112945129 140725112945129 140725112950731 0
/proc/26477/statm: 39453 39219 544 484 0 38864 0
Current children cumulated CPU time: 2914.2 s
Current children cumulated vsize: 157812 KiB
Current children cumulated memory: 156876 KiB

[startup+2982.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/264 26896
/proc/meminfo: memFree=129359704/131249988 swapFree=33010684/33010684
[pid=26477] ppid=26474 vsize=158264 memory=157280 CPUtime=2974.02 cores=1,3
/proc/26477/stat : 26477 (uwrmaxsat) R 26474 26477 25912 0 -1 4194304 220110 0 0 0 297273 129 0 0 20 0 1 0 35333983 162062336 39320 18446744073709551615 4198400 6176925 140725112943200 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 13766656 140725112945002 140725112945129 140725112945129 140725112950731 0
/proc/26477/statm: 39566 39320 544 484 0 38977 0
Current children cumulated CPU time: 2974.02 s
Current children cumulated vsize: 158264 KiB
Current children cumulated memory: 157280 KiB

[startup+3042.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/264 26898
/proc/meminfo: memFree=129332044/131249988 swapFree=33010684/33010684
[pid=26477] ppid=26474 vsize=158464 memory=157480 CPUtime=3033.83 cores=1,3
/proc/26477/stat : 26477 (uwrmaxsat) R 26474 26477 25912 0 -1 4194304 221448 0 0 0 303252 131 0 0 20 0 1 0 35333983 162267136 39370 18446744073709551615 4198400 6176925 140725112943200 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 13766656 140725112945002 140725112945129 140725112945129 140725112950731 0
/proc/26477/statm: 39616 39370 544 484 0 39027 0
Current children cumulated CPU time: 3033.83 s
Current children cumulated vsize: 158464 KiB
Current children cumulated memory: 157480 KiB

[startup+3102.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/264 26906
/proc/meminfo: memFree=129369124/131249988 swapFree=33010684/33010684
[pid=26477] ppid=26474 vsize=159436 memory=158264 CPUtime=3093.65 cores=1,3
/proc/26477/stat : 26477 (uwrmaxsat) R 26474 26477 25912 0 -1 4194304 222717 0 0 0 309230 135 0 0 20 0 1 0 35333983 163262464 39566 18446744073709551615 4198400 6176925 140725112943200 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 13766656 140725112945002 140725112945129 140725112945129 140725112950731 0
/proc/26477/statm: 39859 39566 544 484 0 39270 0
Current children cumulated CPU time: 3093.65 s
Current children cumulated vsize: 159436 KiB
Current children cumulated memory: 158264 KiB

[startup+3162.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/262 26908
/proc/meminfo: memFree=129329984/131249988 swapFree=33010684/33010684
[pid=26477] ppid=26474 vsize=168008 memory=167232 CPUtime=3153.46 cores=1,3
/proc/26477/stat : 26477 (uwrmaxsat) R 26474 26477 25912 0 -1 4194304 225838 0 0 0 315208 138 0 0 20 0 1 0 35333983 172040192 41808 18446744073709551615 4198400 6176925 140725112943200 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 13766656 140725112945002 140725112945129 140725112945129 140725112950731 0
/proc/26477/statm: 42002 41808 544 484 0 41413 0
Current children cumulated CPU time: 3153.46 s
Current children cumulated vsize: 168008 KiB
Current children cumulated memory: 167232 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/262 26910
/proc/meminfo: memFree=129310804/131249988 swapFree=33010684/33010684
[pid=26477] ppid=26474 vsize=206980 memory=206108 CPUtime=3213.28 cores=1,3
/proc/26477/stat : 26477 (uwrmaxsat) R 26474 26477 25912 0 -1 4194304 228557 0 0 0 321186 142 0 0 20 0 1 0 35333983 211947520 51527 18446744073709551615 4198400 6176925 140725112943200 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 13766656 140725112945002 140725112945129 140725112945129 140725112950731 0
/proc/26477/statm: 51745 51527 544 484 0 51156 0
Current children cumulated CPU time: 3213.28 s
Current children cumulated vsize: 206980 KiB
Current children cumulated memory: 206108 KiB

[startup+3282.3 s]
/proc/loadavg: 4.18 4.12 4.10 5/262 26912
/proc/meminfo: memFree=129310760/131249988 swapFree=33010684/33010684
[pid=26477] ppid=26474 vsize=170500 memory=169724 CPUtime=3273.1 cores=1,3
/proc/26477/stat : 26477 (uwrmaxsat) R 26474 26477 25912 0 -1 4194304 231608 0 0 0 327162 148 0 0 20 0 1 0 35333983 174592000 42431 18446744073709551615 4198400 6176925 140725112943200 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 13766656 140725112945002 140725112945129 140725112945129 140725112950731 0
/proc/26477/statm: 42625 42431 544 484 0 42036 0
Current children cumulated CPU time: 3273.1 s
Current children cumulated vsize: 170500 KiB
Current children cumulated memory: 169724 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/262 26914
/proc/meminfo: memFree=129295752/131249988 swapFree=33010684/33010684
[pid=26477] ppid=26474 vsize=171472 memory=170696 CPUtime=3332.91 cores=1,3
/proc/26477/stat : 26477 (uwrmaxsat) R 26474 26477 25912 0 -1 4194304 234560 0 0 0 333139 152 0 0 20 0 1 0 35333983 175587328 42674 18446744073709551615 4198400 6176925 140725112943200 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 13766656 140725112945002 140725112945129 140725112945129 140725112950731 0
/proc/26477/statm: 42868 42674 544 484 0 42279 0
Current children cumulated CPU time: 3332.91 s
Current children cumulated vsize: 171472 KiB
Current children cumulated memory: 170696 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/262 26915
/proc/meminfo: memFree=129278188/131249988 swapFree=33010684/33010684
[pid=26477] ppid=26474 vsize=168100 memory=167324 CPUtime=3392.72 cores=1,3
/proc/26477/stat : 26477 (uwrmaxsat) R 26474 26477 25912 0 -1 4194304 238195 0 0 0 339114 158 0 0 20 0 1 0 35333983 172134400 41831 18446744073709551615 4198400 6176925 140725112943200 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 13766656 140725112945002 140725112945129 140725112945129 140725112950731 0
/proc/26477/statm: 42025 41831 544 484 0 41436 0
Current children cumulated CPU time: 3392.72 s
Current children cumulated vsize: 168100 KiB
Current children cumulated memory: 167324 KiB

[startup+3462.3 s]
/proc/loadavg: 4.05 4.10 4.09 5/262 26917
/proc/meminfo: memFree=129280820/131249988 swapFree=33010684/33010684
[pid=26477] ppid=26474 vsize=170624 memory=169848 CPUtime=3452.53 cores=1,3
/proc/26477/stat : 26477 (uwrmaxsat) R 26474 26477 25912 0 -1 4194304 240862 0 0 0 345091 162 0 0 20 0 1 0 35333983 174718976 42462 18446744073709551615 4198400 6176925 140725112943200 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 13766656 140725112945002 140725112945129 140725112945129 140725112950731 0
/proc/26477/statm: 42656 42462 544 484 0 42067 0
Current children cumulated CPU time: 3452.53 s
Current children cumulated vsize: 170624 KiB
Current children cumulated memory: 169848 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/262 26919
/proc/meminfo: memFree=129258552/131249988 swapFree=33010684/33010684
[pid=26477] ppid=26474 vsize=169680 memory=168904 CPUtime=3512.35 cores=1,3
/proc/26477/stat : 26477 (uwrmaxsat) R 26474 26477 25912 0 -1 4194304 243960 0 0 0 351067 168 0 0 20 0 1 0 35333983 173752320 42226 18446744073709551615 4198400 6176925 140725112943200 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 13766656 140725112945002 140725112945129 140725112945129 140725112950731 0
/proc/26477/statm: 42420 42226 544 484 0 41831 0
Current children cumulated CPU time: 3512.35 s
Current children cumulated vsize: 169680 KiB
Current children cumulated memory: 168904 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/263 27011
/proc/meminfo: memFree=129595884/131249988 swapFree=33010684/33010684
[pid=26477] ppid=26474 vsize=171840 memory=171064 CPUtime=3572.15 cores=1,3
/proc/26477/stat : 26477 (uwrmaxsat) R 26474 26477 25912 0 -1 4194304 246460 0 0 0 357043 172 0 0 20 0 1 0 35333983 175964160 42766 18446744073709551615 4198400 6176925 140725112943200 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 13766656 140725112945002 140725112945129 140725112945129 140725112950731 0
/proc/26477/statm: 42960 42766 544 484 0 42371 0
Current children cumulated CPU time: 3572.15 s
Current children cumulated vsize: 171840 KiB
Current children cumulated memory: 171064 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/264 27014
/proc/meminfo: memFree=129552536/131249988 swapFree=33010684/33010684
[pid=26477] ppid=26474 vsize=173292 memory=172516 CPUtime=3600.07 cores=1,3
/proc/26477/stat : 26477 (uwrmaxsat) R 26474 26477 25912 0 -1 4194304 248195 0 0 0 359832 175 0 0 20 0 1 0 35333983 177451008 43129 18446744073709551615 4198400 6176925 140725112943200 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 13766656 140725112945002 140725112945129 140725112945129 140725112950731 0
/proc/26477/statm: 43323 43129 544 484 0 42734 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 173292 KiB
Current children cumulated memory: 172516 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.33 s, system=1.75038 s

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

[startup+3610.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/264 27014
/proc/meminfo: memFree=129552536/131249988 swapFree=33010684/33010684
[pid=26477] ppid=26474 vsize=173292 memory=172516 CPUtime=3600.07 cores=1,3
/proc/26477/stat : 26477 (uwrmaxsat) R 26474 26477 25912 0 -1 4194304 248195 0 0 0 359832 175 0 0 20 0 1 0 35333983 177451008 43129 18446744073709551615 4198400 6176925 140725112943200 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 13766656 140725112945002 140725112945129 140725112945129 140725112950731 0
/proc/26477/statm: 43323 43129 544 484 0 42734 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 173292 KiB
Current children cumulated memory: 172516 KiB

Child status: 0

Real time (s): 3610.3
CPU time (s): 3600.08
CPU user time (s): 3598.33
CPU system time (s): 1.75038
CPU usage (%): 99.7169
Max. virtual memory (cumulated for all children) (KiB): 214292
Max. memory (cumulated for all children) (KiB): 213116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.33
system time used= 1.75038
maximum resident set size= 213404
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 248195
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= 54
involuntary context switches= 2087


# summary of solver processes directly reported to runsolver:
#   pid: 26477
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3598.33
#   total CPU system time (s): 1.75038

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.61255 second user time and 12.9386 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-06-29 13:29:14
IDJOB=4510776
IDBENCH=160385
IDSOLVER=3372
FILE ID=nodeC031/4510776-1751196554
RUNJOBID= nodeC031-1751192867-25924
SLURM_JOB_ID= 9587586
Free space on /tmp= 433052 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/normalized-ECgrid5x60split.cnf-extracted.pb.metafix.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4510776-1751196554/watcher-4510776-1751196554 -o /tmp/evaluation-result-4510776-1751196554/solver-4510776-1751196554 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751192867-25924 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4510776-1751196554.opb -mem-lim=31000

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

MD5SUM BENCH= 31f6aff17a47c209cb9ee9a70845e10e
RANDOM SEED=648888476

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.787
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.831
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		: 3551.594
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		: 3599.919
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.815
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.887
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		: 3601.170
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		: 3494.263
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:        129913488 kB
MemAvailable:   129660612 kB
Buffers:            3280 kB
Cached:           556828 kB
SwapCached:            0 kB
Active:           408716 kB
Inactive:         337804 kB
Active(anon):     204480 kB
Inactive(anon):        0 kB
Active(file):     204236 kB
Inactive(file):   337804 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2808 kB
Writeback:             0 kB
AnonPages:        189232 kB
Mapped:           109440 kB
Shmem:             18064 kB
KReclaimable:      88644 kB
Slab:             174548 kB
SReclaimable:      88644 kB
SUnreclaim:        85904 kB
KernelStack:        4352 kB
PageTables:         3392 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     517104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150504 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:     57344 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:29:25