Trace number 4502026

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

General information on the benchmark

NamePB24/normalized-PB10/DEC-LIN/oliveras/
j90/normalized-j9029_2-sat.opb
MD5SUM9dbe363344c0fe5585984e30a944da25
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 variables23114
Total number of constraints76854
Number of constraints which are clauses76350
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints504
Minimum length of a constraint1
Maximum length of a constraint90
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 28
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 532
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.79/0.84	c Converting 66391 PB-constraints to clauses...
1.88/1.94	c ============================[ Encoding Statistics ]============================
1.88/1.94	c |  Number of variables:        117828                                         |
1.88/1.94	c |  Number of clauses:          627391                                         |
1.88/1.94	c ===============================================================================
3600.02/3610.50	c *** TERMINATED by signal 15 ***
3600.02/3610.50	c _______________________________________________________________________________
3600.02/3610.50	c 
3600.02/3610.50	c _______________________________________________________________________________
3600.02/3610.50	c 
3600.02/3610.50	c =======================[ UWrMaxSat resources usage ]===========================
3600.02/3610.50	c Memory used            : 389.00 MB
3600.02/3610.50	c CPU time               : 3599.09 s
3600.02/3610.50	c Constr Enc: Srt/BDD/Add: 1481 0 0
3600.02/3610.50	c _______________________________________________________________________________
3600.02/3610.50	c _______________________________________________________________________________
3600.02/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: 63837 MiB (63106 MiB free)
  memory of node 1: 64465 MiB (63484 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4502026-1751167950/watcher-4502026-1751167950 -o /tmp/evaluation-result-4502026-1751167950/solver-4502026-1751167950 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751167366-18748 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4502026-1751167950.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
solver pid=19284, runsolver pid=19281
Current StackSize limit: 8192 KiB


[startup+0.100105 s]*
/proc/loadavg: 4.06 3.89 3.79 5/252 19285
/proc/meminfo: memFree=129619876/131382116 swapFree=33010684/33010684
[pid=19284] ppid=19281 vsize=12988 memory=11876 CPUtime=0.1 cores=0,2
/proc/19284/stat : 19284 (uwrmaxsat) R 19281 19284 18738 0 -1 4194304 2763 0 0 0 9 1 0 0 20 0 1 0 32474392 13299712 2969 18446744073709551615 4198400 6176925 140723017991344 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36933632 140723017996650 140723017996777 140723017996777 140723018002379 0
/proc/19284/statm: 3247 2969 448 484 0 2658 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 12988 KiB
Current children cumulated memory: 11876 KiB

[startup+0.213619 s]*
/proc/loadavg: 4.06 3.89 3.79 5/252 19285
/proc/meminfo: memFree=129605764/131382116 swapFree=33010684/33010684
[pid=19284] ppid=19281 vsize=20004 memory=18916 CPUtime=0.22 cores=0,2
/proc/19284/stat : 19284 (uwrmaxsat) R 19281 19284 18738 0 -1 4194304 4522 0 0 0 20 2 0 0 20 0 1 0 32474392 20484096 4729 18446744073709551615 4198400 6176925 140723017991344 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36933632 140723017996650 140723017996777 140723017996777 140723018002379 0
/proc/19284/statm: 5001 4729 448 484 0 4412 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 20004 KiB
Current children cumulated memory: 18916 KiB

[startup+0.313473 s]*
/proc/loadavg: 4.06 3.89 3.79 5/252 19285
/proc/meminfo: memFree=129605764/131382116 swapFree=33010684/33010684
[pid=19284] ppid=19281 vsize=25696 memory=24548 CPUtime=0.31 cores=0,2
/proc/19284/stat : 19284 (uwrmaxsat) R 19281 19284 18738 0 -1 4194304 5923 0 0 0 29 2 0 0 20 0 1 0 32474392 26312704 6137 18446744073709551615 4198400 6176925 140723017991344 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36933632 140723017996650 140723017996777 140723017996777 140723018002379 0
/proc/19284/statm: 6424 6137 448 484 0 5835 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 25696 KiB
Current children cumulated memory: 24548 KiB

[startup+0.70033 s]
/proc/loadavg: 4.06 3.89 3.79 5/252 19285
/proc/meminfo: memFree=129589636/131382116 swapFree=33010684/33010684
[pid=19284] ppid=19281 vsize=54468 memory=52900 CPUtime=0.69 cores=0,2
/proc/19284/stat : 19284 (uwrmaxsat) R 19281 19284 18738 0 -1 4194304 13202 0 0 0 65 4 0 0 20 0 1 0 32474392 55775232 13225 18446744073709551615 4198400 6176925 140723017991344 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36933632 140723017996650 140723017996777 140723017996777 140723018002379 0
/proc/19284/statm: 13617 13225 448 484 0 13028 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 54468 KiB
Current children cumulated memory: 52900 KiB

[startup+1.50036 s]
/proc/loadavg: 4.06 3.89 3.79 5/252 19285
/proc/meminfo: memFree=129565696/131382116 swapFree=33010684/33010684
[pid=19284] ppid=19281 vsize=132896 memory=124096 CPUtime=1.48 cores=0,2
/proc/19284/stat : 19284 (uwrmaxsat) R 19281 19284 18738 0 -1 4194304 26075 0 0 0 140 8 0 0 20 0 1 0 32474392 136085504 31024 18446744073709551615 4198400 6176925 140723017991344 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36933632 140723017996650 140723017996777 140723017996777 140723018002379 0
/proc/19284/statm: 33224 31024 480 484 0 32635 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 132896 KiB
Current children cumulated memory: 124096 KiB

[startup+3.11348 s]
/proc/loadavg: 4.05 3.89 3.79 5/252 19285
/proc/meminfo: memFree=129419456/131382116 swapFree=33010684/33010684
[pid=19284] ppid=19281 vsize=237144 memory=226432 CPUtime=3.09 cores=0,2
/proc/19284/stat : 19284 (uwrmaxsat) R 19281 19284 18738 0 -1 4194304 38878 0 0 0 297 12 0 0 20 0 1 0 32474392 242835456 56608 18446744073709551615 4198400 6176925 140723017991344 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36933632 140723017996650 140723017996777 140723017996777 140723018002379 0
/proc/19284/statm: 59286 56608 544 484 0 58697 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 237144 KiB
Current children cumulated memory: 226432 KiB

[startup+6.30035 s]
/proc/loadavg: 4.05 3.89 3.79 5/252 19285
/proc/meminfo: memFree=129379088/131382116 swapFree=33010684/33010684
[pid=19284] ppid=19281 vsize=272212 memory=265032 CPUtime=6.26 cores=0,2
/proc/19284/stat : 19284 (uwrmaxsat) R 19281 19284 18738 0 -1 4194304 41642 0 0 0 613 13 0 0 20 0 1 0 32474392 278745088 66258 18446744073709551615 4198400 6176925 140723017991344 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36933632 140723017996650 140723017996777 140723017996777 140723018002379 0
/proc/19284/statm: 68053 66258 544 484 0 67464 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 272212 KiB
Current children cumulated memory: 265032 KiB

[startup+12.7004 s]
/proc/loadavg: 4.04 3.89 3.79 5/252 19285
/proc/meminfo: memFree=129357076/131382116 swapFree=33010684/33010684
[pid=19284] ppid=19281 vsize=291608 memory=286684 CPUtime=12.64 cores=0,2
/proc/19284/stat : 19284 (uwrmaxsat) R 19281 19284 18738 0 -1 4194304 43779 0 0 0 1250 14 0 0 20 0 1 0 32474392 298606592 71671 18446744073709551615 4198400 6176925 140723017991344 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36933632 140723017996650 140723017996777 140723017996777 140723018002379 0
/proc/19284/statm: 72902 71671 544 484 0 72313 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 291608 KiB
Current children cumulated memory: 286684 KiB

[startup+25.5004 s]
/proc/loadavg: 4.12 3.91 3.80 5/252 19285
/proc/meminfo: memFree=129357076/131382116 swapFree=33010684/33010684
[pid=19284] ppid=19281 vsize=291608 memory=286684 CPUtime=25.41 cores=0,2
/proc/19284/stat : 19284 (uwrmaxsat) R 19281 19284 18738 0 -1 4194304 43813 0 0 0 2526 15 0 0 20 0 1 0 32474392 298606592 71671 18446744073709551615 4198400 6176925 140723017991344 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36933632 140723017996650 140723017996777 140723017996777 140723018002379 0
/proc/19284/statm: 72902 71671 544 484 0 72313 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 291608 KiB
Current children cumulated memory: 286684 KiB

[startup+51.1135 s]
/proc/loadavg: 4.08 3.92 3.81 5/252 19286
/proc/meminfo: memFree=129361488/131382116 swapFree=33010684/33010684
[pid=19284] ppid=19281 vsize=274212 memory=269272 CPUtime=50.95 cores=0,2
/proc/19284/stat : 19284 (uwrmaxsat) R 19281 19284 18738 0 -1 4194304 45707 0 0 0 5078 17 0 0 20 0 1 0 32474392 280793088 67318 18446744073709551615 4198400 6176925 140723017991344 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36933632 140723017996650 140723017996777 140723017996777 140723018002379 0
/proc/19284/statm: 68553 67318 544 484 0 67964 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 274212 KiB
Current children cumulated memory: 269272 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 3.97 3.83 5/252 19290
/proc/meminfo: memFree=129347896/131382116 swapFree=33010684/33010684
[pid=19284] ppid=19281 vsize=270376 memory=265580 CPUtime=101.98 cores=0,2
/proc/19284/stat : 19284 (uwrmaxsat) R 19281 19284 18738 0 -1 4194304 48491 0 0 0 10178 20 0 0 20 0 1 0 32474392 276865024 66395 18446744073709551615 4198400 6176925 140723017991344 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36933632 140723017996650 140723017996777 140723017996777 140723018002379 0
/proc/19284/statm: 67594 66395 544 484 0 67005 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 270376 KiB
Current children cumulated memory: 265580 KiB

[startup+162.3 s]
/proc/loadavg: 4.22 4.02 3.86 5/253 19297
/proc/meminfo: memFree=129320692/131382116 swapFree=33010684/33010684
[pid=19284] ppid=19281 vsize=298508 memory=293664 CPUtime=161.8 cores=0,2
/proc/19284/stat : 19284 (uwrmaxsat) R 19281 19284 18738 0 -1 4194304 50598 0 0 0 16158 22 0 0 20 0 1 0 32474392 305672192 73416 18446744073709551615 4198400 6176925 140723017991344 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36933632 140723017996650 140723017996777 140723017996777 140723018002379 0
/proc/19284/statm: 74627 73416 544 484 0 74038 0
Current children cumulated CPU time: 161.8 s
Current children cumulated vsize: 298508 KiB
Current children cumulated memory: 293664 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.01 3.87 5/252 19299
/proc/meminfo: memFree=129348528/131382116 swapFree=33010684/33010684
[pid=19284] ppid=19281 vsize=248748 memory=243952 CPUtime=221.61 cores=0,2
/proc/19284/stat : 19284 (uwrmaxsat) R 19281 19284 18738 0 -1 4194304 53325 0 0 0 22137 24 0 0 20 0 1 0 32474392 254717952 60988 18446744073709551615 4198400 6176925 140723017991344 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36933632 140723017996650 140723017996777 140723017996777 140723018002379 0
/proc/19284/statm: 62187 60988 544 484 0 61598 0
Current children cumulated CPU time: 221.61 s
Current children cumulated vsize: 248748 KiB
Current children cumulated memory: 243952 KiB

[startup+282.3 s]
/proc/loadavg: 4.15 4.04 3.89 5/251 19301
/proc/meminfo: memFree=129299556/131382116 swapFree=33010684/33010684
[pid=19284] ppid=19281 vsize=302912 memory=298016 CPUtime=281.43 cores=0,2
/proc/19284/stat : 19284 (uwrmaxsat) R 19281 19284 18738 0 -1 4194304 54641 0 0 0 28117 26 0 0 20 0 1 0 32474392 310181888 74504 18446744073709551615 4198400 6176925 140723017991344 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36933632 140723017996650 140723017996777 140723017996777 140723018002379 0
/proc/19284/statm: 75728 74504 544 484 0 75139 0
Current children cumulated CPU time: 281.43 s
Current children cumulated vsize: 302912 KiB
Current children cumulated memory: 298016 KiB

[startup+342.3 s]
/proc/loadavg: 4.11 4.05 3.91 5/251 19303
/proc/meminfo: memFree=129288304/131382116 swapFree=33010684/33010684
[pid=19284] ppid=19281 vsize=313012 memory=308132 CPUtime=341.24 cores=0,2
/proc/19284/stat : 19284 (uwrmaxsat) R 19281 19284 18738 0 -1 4194304 58242 0 0 0 34095 29 0 0 20 0 1 0 32474392 320524288 77033 18446744073709551615 4198400 6176925 140723017991344 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36933632 140723017996650 140723017996777 140723017996777 140723018002379 0
/proc/19284/statm: 78253 77033 544 484 0 77664 0
Current children cumulated CPU time: 341.24 s
Current children cumulated vsize: 313012 KiB
Current children cumulated memory: 308132 KiB

[startup+402.3 s]
/proc/loadavg: 4.09 4.05 3.92 5/251 19305
/proc/meminfo: memFree=129261132/131382116 swapFree=33010684/33010684
[pid=19284] ppid=19281 vsize=282200 memory=277284 CPUtime=401.04 cores=0,2
/proc/19284/stat : 19284 (uwrmaxsat) R 19281 19284 18738 0 -1 4194304 58885 0 0 0 40074 30 0 0 20 0 1 0 32474392 288972800 69321 18446744073709551615 4198400 6176925 140723017991344 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36933632 140723017996650 140723017996777 140723017996777 140723018002379 0
/proc/19284/statm: 70550 69321 544 484 0 69961 0
Current children cumulated CPU time: 401.04 s
Current children cumulated vsize: 282200 KiB
Current children cumulated memory: 277284 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 4.06 3.93 5/250 19307
/proc/meminfo: memFree=129275852/131382116 swapFree=33010684/33010684
[pid=19284] ppid=19281 vsize=311456 memory=306596 CPUtime=460.82 cores=0,2
/proc/19284/stat : 19284 (uwrmaxsat) R 19281 19284 18738 0 -1 4194304 60495 0 0 0 46050 32 0 0 20 0 1 0 32474392 318930944 76649 18446744073709551615 4198400 6176925 140723017991344 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36933632 140723017996650 140723017996777 140723017996777 140723018002379 0
/proc/19284/statm: 77864 76649 544 484 0 77275 0
Current children cumulated CPU time: 460.82 s

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

Current children cumulated memory: 307012 KiB

[startup+2922.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/251 19436
/proc/meminfo: memFree=129174040/131382116 swapFree=33010684/33010684
[pid=19284] ppid=19281 vsize=353480 memory=344740 CPUtime=2913.91 cores=0,2
/proc/19284/stat : 19284 (uwrmaxsat) R 19281 19284 18738 0 -1 4194304 102989 0 0 0 291304 87 0 0 20 0 1 0 32474392 361963520 86185 18446744073709551615 4198400 6176925 140723017991344 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36933632 140723017996650 140723017996777 140723017996777 140723018002379 0
/proc/19284/statm: 88370 86185 544 484 0 87781 0
Current children cumulated CPU time: 2913.91 s
Current children cumulated vsize: 353480 KiB
Current children cumulated memory: 344740 KiB

[startup+2982.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/250 19438
/proc/meminfo: memFree=129168944/131382116 swapFree=33010684/33010684
[pid=19284] ppid=19281 vsize=315692 memory=307012 CPUtime=2973.74 cores=0,2
/proc/19284/stat : 19284 (uwrmaxsat) R 19281 19284 18738 0 -1 4194304 102991 0 0 0 297287 87 0 0 20 0 1 0 32474392 323268608 76753 18446744073709551615 4198400 6176925 140723017991344 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36933632 140723017996650 140723017996777 140723017996777 140723018002379 0
/proc/19284/statm: 78923 76753 544 484 0 78334 0
Current children cumulated CPU time: 2973.74 s
Current children cumulated vsize: 315692 KiB
Current children cumulated memory: 307012 KiB

[startup+3042.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/250 19486
/proc/meminfo: memFree=128780764/131382116 swapFree=33010684/33010684
[pid=19284] ppid=19281 vsize=317316 memory=308636 CPUtime=3033.57 cores=0,2
/proc/19284/stat : 19284 (uwrmaxsat) R 19281 19284 18738 0 -1 4194304 104094 0 0 0 303269 88 0 0 20 0 1 0 32474392 324931584 77159 18446744073709551615 4198400 6176925 140723017991344 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36933632 140723017996650 140723017996777 140723017996777 140723018002379 0
/proc/19284/statm: 79329 77159 544 484 0 78740 0
Current children cumulated CPU time: 3033.57 s
Current children cumulated vsize: 317316 KiB
Current children cumulated memory: 308636 KiB

[startup+3102.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/251 19625
/proc/meminfo: memFree=129153000/131382116 swapFree=33010684/33010684
[pid=19284] ppid=19281 vsize=356744 memory=348004 CPUtime=3093.4 cores=0,2
/proc/19284/stat : 19284 (uwrmaxsat) R 19281 19284 18738 0 -1 4194304 104831 0 0 0 309252 88 0 0 20 0 1 0 32474392 365305856 87001 18446744073709551615 4198400 6176925 140723017991344 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36933632 140723017996650 140723017996777 140723017996777 140723018002379 0
/proc/19284/statm: 89186 87001 544 484 0 88597 0
Current children cumulated CPU time: 3093.4 s
Current children cumulated vsize: 356744 KiB
Current children cumulated memory: 348004 KiB

[startup+3162.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/252 19717
/proc/meminfo: memFree=127915140/131382116 swapFree=33010684/33010684
[pid=19284] ppid=19281 vsize=357344 memory=348604 CPUtime=3153.24 cores=0,2
/proc/19284/stat : 19284 (uwrmaxsat) R 19281 19284 18738 0 -1 4194304 105153 0 0 0 315235 89 0 0 20 0 1 0 32474392 365920256 87151 18446744073709551615 4198400 6176925 140723017991344 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36933632 140723017996650 140723017996777 140723017996777 140723018002379 0
/proc/19284/statm: 89336 87151 544 484 0 88747 0
Current children cumulated CPU time: 3153.24 s
Current children cumulated vsize: 357344 KiB
Current children cumulated memory: 348604 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/253 19724
/proc/meminfo: memFree=127932624/131382116 swapFree=33010684/33010684
[pid=19284] ppid=19281 vsize=317316 memory=308636 CPUtime=3213.06 cores=0,2
/proc/19284/stat : 19284 (uwrmaxsat) R 19281 19284 18738 0 -1 4194304 105154 0 0 0 321217 89 0 0 20 0 1 0 32474392 324931584 77159 18446744073709551615 4198400 6176925 140723017991344 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36933632 140723017996650 140723017996777 140723017996777 140723018002379 0
/proc/19284/statm: 79329 77159 544 484 0 78740 0
Current children cumulated CPU time: 3213.06 s
Current children cumulated vsize: 317316 KiB
Current children cumulated memory: 308636 KiB

[startup+3282.3 s]
/proc/loadavg: 4.05 4.09 4.09 5/253 19726
/proc/meminfo: memFree=127916192/131382116 swapFree=33010684/33010684
[pid=19284] ppid=19281 vsize=322800 memory=314120 CPUtime=3272.89 cores=0,2
/proc/19284/stat : 19284 (uwrmaxsat) R 19281 19284 18738 0 -1 4194304 106152 0 0 0 327199 90 0 0 20 0 1 0 32474392 330547200 78530 18446744073709551615 4198400 6176925 140723017991344 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36933632 140723017996650 140723017996777 140723017996777 140723018002379 0
/proc/19284/statm: 80700 78530 544 484 0 80111 0
Current children cumulated CPU time: 3272.89 s
Current children cumulated vsize: 322800 KiB
Current children cumulated memory: 314120 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/252 19773
/proc/meminfo: memFree=127919804/131382116 swapFree=33010684/33010684
[pid=19284] ppid=19281 vsize=364512 memory=355772 CPUtime=3332.71 cores=0,2
/proc/19284/stat : 19284 (uwrmaxsat) R 19281 19284 18738 0 -1 4194304 106871 0 0 0 333180 91 0 0 20 0 1 0 32474392 373260288 88943 18446744073709551615 4198400 6176925 140723017991344 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36933632 140723017996650 140723017996777 140723017996777 140723018002379 0
/proc/19284/statm: 91128 88943 544 484 0 90539 0
Current children cumulated CPU time: 3332.71 s
Current children cumulated vsize: 364512 KiB
Current children cumulated memory: 355772 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/251 19819
/proc/meminfo: memFree=126810516/131382116 swapFree=33010684/33010684
[pid=19284] ppid=19281 vsize=369740 memory=361000 CPUtime=3392.51 cores=0,2
/proc/19284/stat : 19284 (uwrmaxsat) R 19281 19284 18738 0 -1 4194304 107365 0 0 0 339159 92 0 0 20 0 1 0 32474392 378613760 90250 18446744073709551615 4198400 6176925 140723017991344 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36933632 140723017996650 140723017996777 140723017996777 140723018002379 0
/proc/19284/statm: 92435 90250 544 484 0 91846 0
Current children cumulated CPU time: 3392.51 s
Current children cumulated vsize: 369740 KiB
Current children cumulated memory: 361000 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/250 19821
/proc/meminfo: memFree=126806152/131382116 swapFree=33010684/33010684
[pid=19284] ppid=19281 vsize=365388 memory=356648 CPUtime=3452.31 cores=0,2
/proc/19284/stat : 19284 (uwrmaxsat) R 19281 19284 18738 0 -1 4194304 107892 0 0 0 345138 93 0 0 20 0 1 0 32474392 374157312 89162 18446744073709551615 4198400 6176925 140723017991344 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36933632 140723017996650 140723017996777 140723017996777 140723018002379 0
/proc/19284/statm: 91347 89162 544 484 0 90758 0
Current children cumulated CPU time: 3452.31 s
Current children cumulated vsize: 365388 KiB
Current children cumulated memory: 356648 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/249 19824
/proc/meminfo: memFree=126808992/131382116 swapFree=33010684/33010684
[pid=19284] ppid=19281 vsize=322800 memory=314120 CPUtime=3512.11 cores=0,2
/proc/19284/stat : 19284 (uwrmaxsat) R 19281 19284 18738 0 -1 4194304 107893 0 0 0 351118 93 0 0 20 0 1 0 32474392 330547200 78530 18446744073709551615 4198400 6176925 140723017991344 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36933632 140723017996650 140723017996777 140723017996777 140723018002379 0
/proc/19284/statm: 80700 78530 544 484 0 80111 0
Current children cumulated CPU time: 3512.11 s
Current children cumulated vsize: 322800 KiB
Current children cumulated memory: 314120 KiB

[startup+3582.3 s]
/proc/loadavg: 4.16 4.10 4.09 5/249 19826
/proc/meminfo: memFree=126774640/131382116 swapFree=33010684/33010684
[pid=19284] ppid=19281 vsize=366056 memory=357316 CPUtime=3571.92 cores=0,2
/proc/19284/stat : 19284 (uwrmaxsat) R 19281 19284 18738 0 -1 4194304 108495 0 0 0 357098 94 0 0 20 0 1 0 32474392 374841344 89329 18446744073709551615 4198400 6176925 140723017991344 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36933632 140723017996650 140723017996777 140723017996777 140723018002379 0
/proc/19284/statm: 91514 89329 544 484 0 90925 0
Current children cumulated CPU time: 3571.92 s
Current children cumulated vsize: 366056 KiB
Current children cumulated memory: 357316 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.5 s]
/proc/loadavg: 4.17 4.11 4.09 5/249 19827
/proc/meminfo: memFree=126783556/131382116 swapFree=33010684/33010684
[pid=19284] ppid=19281 vsize=322800 memory=314200 CPUtime=3600.02 cores=0,2
/proc/19284/stat : 19284 (uwrmaxsat) R 19281 19284 18738 0 -1 4194304 108521 0 0 0 359908 94 0 0 20 0 1 0 32474392 330547200 78550 18446744073709551615 4198400 6176925 140723017991344 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36933632 140723017996650 140723017996777 140723017996777 140723018002379 0
/proc/19284/statm: 80700 78550 544 484 0 80111 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 322800 KiB
Current children cumulated memory: 314200 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.09 s, system=0.94978 s

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

[startup+3610.5 s]
/proc/loadavg: 4.17 4.11 4.09 5/249 19827
/proc/meminfo: memFree=126783556/131382116 swapFree=33010684/33010684
[pid=19284] ppid=19281 vsize=322800 memory=314200 CPUtime=3600.02 cores=0,2
/proc/19284/stat : 19284 (uwrmaxsat) R 19281 19284 18738 0 -1 4194304 108521 0 0 0 359908 94 0 0 20 0 1 0 32474392 330547200 78550 18446744073709551615 4198400 6176925 140723017991344 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 36933632 140723017996650 140723017996777 140723017996777 140723018002379 0
/proc/19284/statm: 80700 78550 544 484 0 80111 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 322800 KiB
Current children cumulated memory: 314200 KiB

Child status: 0

Real time (s): 3610.5
CPU time (s): 3600.04
CPU user time (s): 3599.09
CPU system time (s): 0.94978
CPU usage (%): 99.7102
Max. virtual memory (cumulated for all children) (KiB): 398368
Max. memory (cumulated for all children) (KiB): 377572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.09
system time used= 0.94978
maximum resident set size= 389600
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108521
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= 53
involuntary context switches= 8188


# summary of solver processes directly reported to runsolver:
#   pid: 19284
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3599.09
#   total CPU system time (s): 0.94978

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 23.8959 second user time and 30.4857 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-06-29 05:32:30
IDJOB=4502026
IDBENCH=153060
IDSOLVER=3372
FILE ID=nodeC010/4502026-1751167950
RUNJOBID= nodeC010-1751167366-18748
SLURM_JOB_ID= 9587506
Free space on /tmp= 433048 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB10/DEC-LIN/oliveras/j90/normalized-j9029_2-sat.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4502026-1751167950/watcher-4502026-1751167950 -o /tmp/evaluation-result-4502026-1751167950/solver-4502026-1751167950 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751167366-18748 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4502026-1751167950.opb -mem-lim=31000

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

MD5SUM BENCH= 9dbe363344c0fe5585984e30a944da25
RANDOM SEED=805674594

nodeC010 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.152
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3645.468
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.423
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.311
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3662.254
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3660.376
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.397
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1198.156
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        129629604 kB
MemAvailable:   129310560 kB
Buffers:            3280 kB
Cached:           492756 kB
SwapCached:            0 kB
Active:           969852 kB
Inactive:         201392 kB
Active(anon):     693168 kB
Inactive(anon):        0 kB
Active(file):     276684 kB
Inactive(file):   201392 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5080 kB
Writeback:             0 kB
AnonPages:        673700 kB
Mapped:           109456 kB
Shmem:             17960 kB
KReclaimable:      85012 kB
Slab:             163968 kB
SReclaimable:      85012 kB
SUnreclaim:        78956 kB
KernelStack:        4080 kB
PageTables:         4212 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    1034164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149400 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    585728 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 432948 MiB
End job on nodeC010 at 2025-06-29 06:32:41