Trace number 4502170

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.1 3610.5

General information on the benchmark

NamePB24/normalized-PB10/DEC-LIN/oliveras/
j120/normalized-j12011_3-sat.opb
MD5SUMf7b2b496c30aa17fcbe59599d08153aa
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 variables49368
Total number of constraints158090
Number of constraints which are clauses157278
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints812
Minimum length of a constraint1
Maximum length of a constraint93
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 18
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 546
Number of bits of the biggest sum of numbers10
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.68/0.70	c Converting 145308 PB-constraints to clauses...
2.78/2.82	c ============================[ Encoding Statistics ]============================
2.78/2.82	c |  Number of variables:        222358                                         |
2.78/2.82	c |  Number of clauses:         1193340                                         |
2.78/2.82	c ===============================================================================
3600.09/3610.50	c *** TERMINATED by signal 15 ***
3600.09/3610.50	c _______________________________________________________________________________
3600.09/3610.50	c 
3600.09/3610.50	c _______________________________________________________________________________
3600.09/3610.50	c 
3600.09/3610.50	c =======================[ UWrMaxSat resources usage ]===========================
3600.09/3610.50	c Memory used            : 645.00 MB
3600.09/3610.50	c CPU time               : 3598.39 s
3600.09/3610.50	c Constr Enc: Srt/BDD/Add: 2143 0 0
3600.09/3610.50	c _______________________________________________________________________________
3600.09/3610.50	c _______________________________________________________________________________
3600.09/3610.50	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 (63052 MiB free)
  memory of node 1: 64465 MiB (63956 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4502170-1751168627/watcher-4502170-1751168627 -o /tmp/evaluation-result-4502170-1751168627/solver-4502170-1751168627 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751168627-20770 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4502170-1751168627.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=20826, runsolver pid=20823
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 0.50 0.95 1.47 4/262 20827
/proc/meminfo: memFree=130003800/131249988 swapFree=33010684/33010684
[pid=20826] ppid=20823 vsize=28628 memory=27416 CPUtime=0.09 cores=1,3
/proc/20826/stat : 20826 (uwrmaxsat) R 20823 20826 20758 0 -1 4194304 6849 0 0 0 8 1 0 0 20 0 1 0 32541239 29315072 6854 18446744073709551615 4198400 6176925 140734417624016 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 12161024 140734417627498 140734417627625 140734417627625 140734417633227 0
/proc/20826/statm: 7157 6854 448 484 0 6568 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 28628 KiB
Current children cumulated memory: 27416 KiB

[startup+0.204513 s]*
/proc/loadavg: 0.50 0.95 1.47 4/261 20835
/proc/meminfo: memFree=129964788/131249988 swapFree=33010684/33010684
[pid=20826] ppid=20823 vsize=47216 memory=45976 CPUtime=0.2 cores=1,3
/proc/20826/stat : 20826 (uwrmaxsat) R 20823 20826 20758 0 -1 4194304 11497 0 0 0 18 2 0 0 20 0 1 0 32541239 48349184 11494 18446744073709551615 4198400 6176925 140734417624016 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 12161024 140734417627498 140734417627625 140734417627625 140734417633227 0
/proc/20826/statm: 11804 11494 448 484 0 11215 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 47216 KiB
Current children cumulated memory: 45976 KiB

[startup+0.30539 s]*
/proc/loadavg: 0.50 0.95 1.47 4/259 20835
/proc/meminfo: memFree=129935556/131249988 swapFree=33010684/33010684
[pid=20826] ppid=20823 vsize=63788 memory=62488 CPUtime=0.3 cores=1,3
/proc/20826/stat : 20826 (uwrmaxsat) R 20823 20826 20758 0 -1 4194304 15623 0 0 0 27 3 0 0 20 0 1 0 32541239 65318912 15622 18446744073709551615 4198400 6176925 140734417624016 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 12161024 140734417627498 140734417627625 140734417627625 140734417633227 0
/proc/20826/statm: 15947 15622 448 484 0 15358 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 63788 KiB
Current children cumulated memory: 62488 KiB

[startup+0.700156 s]
/proc/loadavg: 0.50 0.95 1.47 3/257 20843
/proc/meminfo: memFree=129925892/131249988 swapFree=33010684/33010684
[pid=20826] ppid=20823 vsize=124328 memory=119872 CPUtime=0.68 cores=1,3
/proc/20826/stat : 20826 (uwrmaxsat) R 20823 20826 20758 0 -1 4194304 30345 0 0 0 63 5 0 0 20 0 1 0 32541239 127311872 29968 18446744073709551615 4198400 6176925 140734417624016 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 12161024 140734417627498 140734417627625 140734417627625 140734417633227 0
/proc/20826/statm: 31082 29968 448 484 0 30493 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 124328 KiB
Current children cumulated memory: 119872 KiB

[startup+1.50016 s]
/proc/loadavg: 0.50 0.95 1.47 3/261 20851
/proc/meminfo: memFree=129862648/131249988 swapFree=33010684/33010684
[pid=20826] ppid=20823 vsize=272812 memory=260164 CPUtime=1.48 cores=1,3
/proc/20826/stat : 20826 (uwrmaxsat) R 20823 20826 20758 0 -1 4194304 47383 0 0 0 138 10 0 0 20 0 1 0 32541239 279359488 65041 18446744073709551615 4198400 6176925 140734417624016 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 12161024 140734417627498 140734417627625 140734417627625 140734417633227 0
/proc/20826/statm: 68203 65041 480 484 0 67614 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 272812 KiB
Current children cumulated memory: 260164 KiB

[startup+3.10544 s]
/proc/loadavg: 0.78 1.00 1.48 4/263 21019
/proc/meminfo: memFree=129449120/131249988 swapFree=33010684/33010684
[pid=20826] ppid=20823 vsize=476480 memory=425200 CPUtime=3.08 cores=1,3
/proc/20826/stat : 20826 (uwrmaxsat) R 20823 20826 20758 0 -1 4194304 68103 0 0 0 289 19 0 0 20 0 1 0 32541239 487915520 106300 18446744073709551615 4198400 6176925 140734417624016 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 12161024 140734417627498 140734417627625 140734417627625 140734417633227 0
/proc/20826/statm: 119120 106300 512 484 0 118531 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 476480 KiB
Current children cumulated memory: 425200 KiB

[startup+6.30015 s]
/proc/loadavg: 0.78 1.00 1.48 5/265 21142
/proc/meminfo: memFree=129351400/131249988 swapFree=33010684/33010684
[pid=20826] ppid=20823 vsize=577592 memory=520980 CPUtime=6.27 cores=1,3
/proc/20826/stat : 20826 (uwrmaxsat) R 20823 20826 20758 0 -1 4194304 71353 0 0 0 604 23 0 0 20 0 1 0 32541239 591454208 130245 18446744073709551615 4198400 6176925 140734417624016 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 12161024 140734417627498 140734417627625 140734417627625 140734417633227 0
/proc/20826/statm: 144398 130245 544 484 0 143809 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 577592 KiB
Current children cumulated memory: 520980 KiB

[startup+12.7002 s]
/proc/loadavg: 1.04 1.05 1.50 5/265 21142
/proc/meminfo: memFree=129169964/131249988 swapFree=33010684/33010684
[pid=20826] ppid=20823 vsize=537208 memory=490044 CPUtime=12.65 cores=1,3
/proc/20826/stat : 20826 (uwrmaxsat) R 20823 20826 20758 0 -1 4194304 73771 0 0 0 1239 26 0 0 20 0 1 0 32541239 550100992 122511 18446744073709551615 4198400 6176925 140734417624016 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 12161024 140734417627498 140734417627625 140734417627625 140734417633227 0
/proc/20826/statm: 134302 122511 544 484 0 133713 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 537208 KiB
Current children cumulated memory: 490044 KiB

[startup+25.5002 s]
/proc/loadavg: 1.70 1.20 1.54 5/265 21142
/proc/meminfo: memFree=129188600/131249988 swapFree=33010684/33010684
[pid=20826] ppid=20823 vsize=560472 memory=506240 CPUtime=25.41 cores=1,3
/proc/20826/stat : 20826 (uwrmaxsat) R 20823 20826 20758 0 -1 4194304 77001 0 0 0 2511 30 0 0 20 0 1 0 32541239 573923328 126560 18446744073709551615 4198400 6176925 140734417624016 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 12161024 140734417627498 140734417627625 140734417627625 140734417633227 0
/proc/20826/statm: 140118 126560 544 484 0 139529 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 560472 KiB
Current children cumulated memory: 506240 KiB

[startup+51.1056 s]
/proc/loadavg: 2.55 1.44 1.61 5/265 21142
/proc/meminfo: memFree=129155260/131249988 swapFree=33010684/33010684
[pid=20826] ppid=20823 vsize=561052 memory=514268 CPUtime=50.92 cores=1,3
/proc/20826/stat : 20826 (uwrmaxsat) R 20823 20826 20758 0 -1 4194304 79949 0 0 0 5057 35 0 0 20 0 1 0 32541239 574517248 128567 18446744073709551615 4198400 6176925 140734417624016 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 12161024 140734417627498 140734417627625 140734417627625 140734417633227 0
/proc/20826/statm: 140263 128567 544 484 0 139674 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 561052 KiB
Current children cumulated memory: 514268 KiB

[startup+102.3 s]
/proc/loadavg: 3.43 1.85 1.74 5/266 21145
/proc/meminfo: memFree=129092796/131249988 swapFree=33010684/33010684
[pid=20826] ppid=20823 vsize=568844 memory=514628 CPUtime=101.95 cores=1,3
/proc/20826/stat : 20826 (uwrmaxsat) R 20823 20826 20758 0 -1 4194304 82795 0 0 0 10153 42 0 0 20 0 1 0 32541239 582496256 128657 18446744073709551615 4198400 6176925 140734417624016 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 12161024 140734417627498 140734417627625 140734417627625 140734417633227 0
/proc/20826/statm: 142211 128657 544 484 0 141622 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 568844 KiB
Current children cumulated memory: 514628 KiB

[startup+162.3 s]
/proc/loadavg: 3.84 2.26 1.89 5/266 21149
/proc/meminfo: memFree=129094088/131249988 swapFree=33010684/33010684
[pid=20826] ppid=20823 vsize=569924 memory=515936 CPUtime=161.79 cores=1,3
/proc/20826/stat : 20826 (uwrmaxsat) R 20823 20826 20758 0 -1 4194304 85851 0 0 0 16131 48 0 0 20 0 1 0 32541239 583602176 128984 18446744073709551615 4198400 6176925 140734417624016 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 12161024 140734417627498 140734417627625 140734417627625 140734417633227 0
/proc/20826/statm: 142481 128984 544 484 0 141892 0
Current children cumulated CPU time: 161.79 s
Current children cumulated vsize: 569924 KiB
Current children cumulated memory: 515936 KiB

[startup+222.3 s]
/proc/loadavg: 3.98 2.60 2.03 5/265 21152
/proc/meminfo: memFree=129055380/131249988 swapFree=33010684/33010684
[pid=20826] ppid=20823 vsize=569276 memory=515288 CPUtime=221.63 cores=1,3
/proc/20826/stat : 20826 (uwrmaxsat) R 20823 20826 20758 0 -1 4194304 87779 0 0 0 22111 52 0 0 20 0 1 0 32541239 582938624 128822 18446744073709551615 4198400 6176925 140734417624016 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 12161024 140734417627498 140734417627625 140734417627625 140734417633227 0
/proc/20826/statm: 142319 128822 544 484 0 141730 0
Current children cumulated CPU time: 221.63 s
Current children cumulated vsize: 569276 KiB
Current children cumulated memory: 515288 KiB

[startup+282.3 s]
/proc/loadavg: 4.04 2.87 2.16 5/266 21155
/proc/meminfo: memFree=129044120/131249988 swapFree=33010684/33010684
[pid=20826] ppid=20823 vsize=569872 memory=516652 CPUtime=281.49 cores=1,3
/proc/20826/stat : 20826 (uwrmaxsat) R 20823 20826 20758 0 -1 4194304 89324 0 0 0 28094 55 0 0 20 0 1 0 32541239 583548928 129163 18446744073709551615 4198400 6176925 140734417624016 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 12161024 140734417627498 140734417627625 140734417627625 140734417633227 0
/proc/20826/statm: 142468 129163 544 484 0 141879 0
Current children cumulated CPU time: 281.49 s
Current children cumulated vsize: 569872 KiB
Current children cumulated memory: 516652 KiB

[startup+342.3 s]
/proc/loadavg: 4.13 3.11 2.29 5/266 21157
/proc/meminfo: memFree=129078544/131249988 swapFree=33010684/33010684
[pid=20826] ppid=20823 vsize=570452 memory=517232 CPUtime=341.34 cores=1,3
/proc/20826/stat : 20826 (uwrmaxsat) R 20823 20826 20758 0 -1 4194304 91225 0 0 0 34076 58 0 0 20 0 1 0 32541239 584142848 129308 18446744073709551615 4198400 6176925 140734417624016 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 12161024 140734417627498 140734417627625 140734417627625 140734417633227 0
/proc/20826/statm: 142613 129308 544 484 0 142024 0
Current children cumulated CPU time: 341.34 s
Current children cumulated vsize: 570452 KiB
Current children cumulated memory: 517232 KiB

[startup+402.3 s]
/proc/loadavg: 4.11 3.29 2.40 5/265 21159
/proc/meminfo: memFree=129034304/131249988 swapFree=33010684/33010684
[pid=20826] ppid=20823 vsize=570848 memory=517628 CPUtime=401.2 cores=1,3
/proc/20826/stat : 20826 (uwrmaxsat) R 20823 20826 20758 0 -1 4194304 92558 0 0 0 40059 61 0 0 20 0 1 0 32541239 584548352 129407 18446744073709551615 4198400 6176925 140734417624016 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 12161024 140734417627498 140734417627625 140734417627625 140734417633227 0
/proc/20826/statm: 142712 129407 544 484 0 142123 0
Current children cumulated CPU time: 401.2 s
Current children cumulated vsize: 570848 KiB
Current children cumulated memory: 517628 KiB

[startup+462.3 s]
/proc/loadavg: 4.04 3.42 2.51 5/265 21161
/proc/meminfo: memFree=129029128/131249988 swapFree=33010684/33010684
[pid=20826] ppid=20823 vsize=572332 memory=519112 CPUtime=461.04 cores=1,3
/proc/20826/stat : 20826 (uwrmaxsat) R 20823 20826 20758 0 -1 4194304 94760 0 0 0 46040 64 0 0 20 0 1 0 32541239 586067968 129778 18446744073709551615 4198400 6176925 140734417624016 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 12161024 140734417627498 140734417627625 140734417627625 140734417633227 0
/proc/20826/statm: 143083 129778 544 484 0 142494 0

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

Current children cumulated memory: 522008 KiB

[startup+2922.3 s]
/proc/loadavg: 4.13 4.09 4.01 5/262 21468
/proc/meminfo: memFree=127746500/131249988 swapFree=33010684/33010684
[pid=20826] ppid=20823 vsize=589572 memory=522156 CPUtime=2913.99 cores=1,3
/proc/20826/stat : 20826 (uwrmaxsat) R 20823 20826 20758 0 -1 4194304 135612 0 0 0 291244 155 0 0 20 0 1 0 32541239 603721728 130539 18446744073709551615 4198400 6176925 140734417624016 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 12161024 140734417627498 140734417627625 140734417627625 140734417633227 0
/proc/20826/statm: 147393 130539 544 484 0 146804 0
Current children cumulated CPU time: 2913.99 s
Current children cumulated vsize: 589572 KiB
Current children cumulated memory: 522156 KiB

[startup+2982.3 s]
/proc/loadavg: 4.11 4.09 4.01 5/262 21470
/proc/meminfo: memFree=127762328/131249988 swapFree=33010684/33010684
[pid=20826] ppid=20823 vsize=590224 memory=522808 CPUtime=2973.8 cores=1,3
/proc/20826/stat : 20826 (uwrmaxsat) R 20823 20826 20758 0 -1 4194304 135795 0 0 0 297224 156 0 0 20 0 1 0 32541239 604389376 130702 18446744073709551615 4198400 6176925 140734417624016 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 12161024 140734417627498 140734417627625 140734417627625 140734417633227 0
/proc/20826/statm: 147556 130702 544 484 0 146967 0
Current children cumulated CPU time: 2973.8 s
Current children cumulated vsize: 590224 KiB
Current children cumulated memory: 522808 KiB

[startup+3042.3 s]
/proc/loadavg: 4.09 4.09 4.01 5/263 21477
/proc/meminfo: memFree=127715320/131249988 swapFree=33010684/33010684
[pid=20826] ppid=20823 vsize=592608 memory=531804 CPUtime=3033.62 cores=1,3
/proc/20826/stat : 20826 (uwrmaxsat) R 20823 20826 20758 0 -1 4194304 137272 0 0 0 303204 158 0 0 20 0 1 0 32541239 606830592 132951 18446744073709551615 4198400 6176925 140734417624016 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 12161024 140734417627498 140734417627625 140734417627625 140734417633227 0
/proc/20826/statm: 148152 132951 544 484 0 147563 0
Current children cumulated CPU time: 3033.62 s
Current children cumulated vsize: 592608 KiB
Current children cumulated memory: 531804 KiB

[startup+3102.3 s]
/proc/loadavg: 4.10 4.08 4.01 5/263 21479
/proc/meminfo: memFree=127727936/131249988 swapFree=33010684/33010684
[pid=20826] ppid=20823 vsize=593188 memory=532384 CPUtime=3093.44 cores=1,3
/proc/20826/stat : 20826 (uwrmaxsat) R 20823 20826 20758 0 -1 4194304 137703 0 0 0 309185 159 0 0 20 0 1 0 32541239 607424512 133096 18446744073709551615 4198400 6176925 140734417624016 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 12161024 140734417627498 140734417627625 140734417627625 140734417633227 0
/proc/20826/statm: 148297 133096 544 484 0 147708 0
Current children cumulated CPU time: 3093.44 s
Current children cumulated vsize: 593188 KiB
Current children cumulated memory: 532384 KiB

[startup+3162.3 s]
/proc/loadavg: 4.09 4.08 4.01 5/263 21481
/proc/meminfo: memFree=127709948/131249988 swapFree=33010684/33010684
[pid=20826] ppid=20823 vsize=593748 memory=532944 CPUtime=3153.26 cores=1,3
/proc/20826/stat : 20826 (uwrmaxsat) R 20823 20826 20758 0 -1 4194304 138345 0 0 0 315166 160 0 0 20 0 1 0 32541239 607997952 133236 18446744073709551615 4198400 6176925 140734417624016 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 12161024 140734417627498 140734417627625 140734417627625 140734417633227 0
/proc/20826/statm: 148437 133236 544 484 0 147848 0
Current children cumulated CPU time: 3153.26 s
Current children cumulated vsize: 593748 KiB
Current children cumulated memory: 532944 KiB

[startup+3222.3 s]
/proc/loadavg: 4.07 4.08 4.01 5/263 21483
/proc/meminfo: memFree=127707664/131249988 swapFree=33010684/33010684
[pid=20826] ppid=20823 vsize=594124 memory=533320 CPUtime=3213.07 cores=1,3
/proc/20826/stat : 20826 (uwrmaxsat) R 20823 20826 20758 0 -1 4194304 139016 0 0 0 321146 161 0 0 20 0 1 0 32541239 608382976 133330 18446744073709551615 4198400 6176925 140734417624016 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 12161024 140734417627498 140734417627625 140734417627625 140734417633227 0
/proc/20826/statm: 148531 133330 544 484 0 147942 0
Current children cumulated CPU time: 3213.07 s
Current children cumulated vsize: 594124 KiB
Current children cumulated memory: 533320 KiB

[startup+3282.3 s]
/proc/loadavg: 4.06 4.08 4.01 5/263 21487
/proc/meminfo: memFree=127709292/131249988 swapFree=33010684/33010684
[pid=20826] ppid=20823 vsize=594688 memory=533884 CPUtime=3272.89 cores=1,3
/proc/20826/stat : 20826 (uwrmaxsat) R 20823 20826 20758 0 -1 4194304 139368 0 0 0 327127 162 0 0 20 0 1 0 32541239 608960512 133471 18446744073709551615 4198400 6176925 140734417624016 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 12161024 140734417627498 140734417627625 140734417627625 140734417633227 0
/proc/20826/statm: 148672 133471 544 484 0 148083 0
Current children cumulated CPU time: 3272.89 s
Current children cumulated vsize: 594688 KiB
Current children cumulated memory: 533884 KiB

[startup+3342.3 s]
/proc/loadavg: 4.06 4.08 4.01 5/263 21489
/proc/meminfo: memFree=127748544/131249988 swapFree=33010684/33010684
[pid=20826] ppid=20823 vsize=595088 memory=534284 CPUtime=3332.71 cores=1,3
/proc/20826/stat : 20826 (uwrmaxsat) R 20823 20826 20758 0 -1 4194304 139810 0 0 0 333107 164 0 0 20 0 1 0 32541239 609370112 133571 18446744073709551615 4198400 6176925 140734417624016 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 12161024 140734417627498 140734417627625 140734417627625 140734417633227 0
/proc/20826/statm: 148772 133571 544 484 0 148183 0
Current children cumulated CPU time: 3332.71 s
Current children cumulated vsize: 595088 KiB
Current children cumulated memory: 534284 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.09 4.02 5/263 21491
/proc/meminfo: memFree=127714948/131249988 swapFree=33010684/33010684
[pid=20826] ppid=20823 vsize=595412 memory=534608 CPUtime=3392.52 cores=1,3
/proc/20826/stat : 20826 (uwrmaxsat) R 20823 20826 20758 0 -1 4194304 141266 0 0 0 339086 166 0 0 20 0 1 0 32541239 609701888 133652 18446744073709551615 4198400 6176925 140734417624016 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 12161024 140734417627498 140734417627625 140734417627625 140734417633227 0
/proc/20826/statm: 148853 133652 544 484 0 148264 0
Current children cumulated CPU time: 3392.52 s
Current children cumulated vsize: 595412 KiB
Current children cumulated memory: 534608 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.09 4.02 5/263 21493
/proc/meminfo: memFree=127706640/131249988 swapFree=33010684/33010684
[pid=20826] ppid=20823 vsize=595668 memory=534876 CPUtime=3452.34 cores=1,3
/proc/20826/stat : 20826 (uwrmaxsat) R 20823 20826 20758 0 -1 4194304 141881 0 0 0 345067 167 0 0 20 0 1 0 32541239 609964032 133719 18446744073709551615 4198400 6176925 140734417624016 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 12161024 140734417627498 140734417627625 140734417627625 140734417633227 0
/proc/20826/statm: 148917 133719 544 484 0 148328 0
Current children cumulated CPU time: 3452.34 s
Current children cumulated vsize: 595668 KiB
Current children cumulated memory: 534876 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.09 4.02 5/263 21495
/proc/meminfo: memFree=127707740/131249988 swapFree=33010684/33010684
[pid=20826] ppid=20823 vsize=596256 memory=535452 CPUtime=3512.16 cores=1,3
/proc/20826/stat : 20826 (uwrmaxsat) R 20823 20826 20758 0 -1 4194304 142565 0 0 0 351047 169 0 0 20 0 1 0 32541239 610566144 133863 18446744073709551615 4198400 6176925 140734417624016 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 12161024 140734417627498 140734417627625 140734417627625 140734417633227 0
/proc/20826/statm: 149064 133863 544 484 0 148475 0
Current children cumulated CPU time: 3512.16 s
Current children cumulated vsize: 596256 KiB
Current children cumulated memory: 535452 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.09 4.02 5/263 21497
/proc/meminfo: memFree=127657284/131249988 swapFree=33010684/33010684
[pid=20826] ppid=20823 vsize=596880 memory=536076 CPUtime=3571.97 cores=1,3
/proc/20826/stat : 20826 (uwrmaxsat) R 20823 20826 20758 0 -1 4194304 143015 0 0 0 357027 170 0 0 20 0 1 0 32541239 611205120 134019 18446744073709551615 4198400 6176925 140734417624016 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 12161024 140734417627498 140734417627625 140734417627625 140734417633227 0
/proc/20826/statm: 149220 134019 544 484 0 148631 0
Current children cumulated CPU time: 3571.97 s
Current children cumulated vsize: 596880 KiB
Current children cumulated memory: 536076 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.5 s]
/proc/loadavg: 4.14 4.09 4.02 5/263 21502
/proc/meminfo: memFree=127698920/131249988 swapFree=33010684/33010684
[pid=20826] ppid=20823 vsize=596880 memory=536076 CPUtime=3600.09 cores=1,3
/proc/20826/stat : 20826 (uwrmaxsat) R 20823 20826 20758 0 -1 4194304 143015 0 0 0 359839 170 0 0 20 0 1 0 32541239 611205120 134019 18446744073709551615 4198400 6176925 140734417624016 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 12161024 140734417627498 140734417627625 140734417627625 140734417633227 0
/proc/20826/statm: 149220 134019 544 484 0 148631 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 596880 KiB
Current children cumulated memory: 536076 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.39 s, system=1.70559 s

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

[startup+3610.5 s]
/proc/loadavg: 4.14 4.09 4.02 5/263 21502
/proc/meminfo: memFree=127698920/131249988 swapFree=33010684/33010684
[pid=20826] ppid=20823 vsize=596880 memory=536076 CPUtime=3600.09 cores=1,3
/proc/20826/stat : 20826 (uwrmaxsat) R 20823 20826 20758 0 -1 4194304 143015 0 0 0 359839 170 0 0 20 0 1 0 32541239 611205120 134019 18446744073709551615 4198400 6176925 140734417624016 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 12161024 140734417627498 140734417627625 140734417627625 140734417633227 0
/proc/20826/statm: 149220 134019 544 484 0 148631 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 596880 KiB
Current children cumulated memory: 536076 KiB

Child status: 0

Real time (s): 3610.5
CPU time (s): 3600.1
CPU user time (s): 3598.39
CPU system time (s): 1.70559
CPU usage (%): 99.7119
Max. virtual memory (cumulated for all children) (KiB): 660752
Max. memory (cumulated for all children) (KiB): 611364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.39
system time used= 1.70559
maximum resident set size= 611364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 143015
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= 71
involuntary context switches= 1278


# summary of solver processes directly reported to runsolver:
#   pid: 20826
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3598.39
#   total CPU system time (s): 1.70559

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.2618 second user time and 15.2742 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-06-29 05:43:47
IDJOB=4502170
IDBENCH=154773
IDSOLVER=3372
FILE ID=nodeC031/4502170-1751168627
RUNJOBID= nodeC031-1751168627-20770
SLURM_JOB_ID= 9587512
Free space on /tmp= 433044 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB10/DEC-LIN/oliveras/j120/normalized-j12011_3-sat.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4502170-1751168627/watcher-4502170-1751168627 -o /tmp/evaluation-result-4502170-1751168627/solver-4502170-1751168627 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751168627-20770 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4502170-1751168627.opb -mem-lim=31000

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

MD5SUM BENCH= f7b2b496c30aa17fcbe59599d08153aa
RANDOM SEED=1975880740

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.962
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.024
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		: 3599.956
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.891
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.888
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		: 3600.036
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		: 3599.910
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		: 3607.722
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:        130084228 kB
MemAvailable:   129803948 kB
Buffers:            3280 kB
Cached:           529744 kB
SwapCached:            0 kB
Active:           301572 kB
Inactive:         310744 kB
Active(anon):      97356 kB
Inactive(anon):        0 kB
Active(file):     204216 kB
Inactive(file):   310744 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             17172 kB
Writeback:             0 kB
AnonPages:         82408 kB
Mapped:           102688 kB
Shmem:             18064 kB
KReclaimable:      88000 kB
Slab:             173944 kB
SReclaimable:      88000 kB
SUnreclaim:        85944 kB
KernelStack:        4124 kB
PageTables:         2704 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     345436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150456 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:     26624 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= 432996 MiB
End job on nodeC031 at 2025-06-29 06:43:58