Trace number 4485473

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 NameAnswerobjective functionCPU timeWall clock time
UWrMaxSat 2025-06-04? (TO) 3600.04 3610.31

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-blp-ic97.opb
MD5SUM55b762fd6bb408eb2777c16ed585e3a1
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1078264320
Best CPU time to get the best result obtained on this benchmark72000.5
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables11503
Total number of constraints971
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)835
Number of constraints which are nor clauses,nor cardinality constraints136
Minimum length of a constraint4
Maximum length of a constraint9784
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 83886080000000
Number of bits of the biggest number in a constraint 47
Biggest sum of numbers in a constraint 508832629179091
Number of bits of the biggest sum of numbers49
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...
1.00/1.08	c Converting 932 PB-constraints to clauses...
3600.01/3610.30	c *** TERMINATED by signal 15 ***
3600.01/3610.30	c _______________________________________________________________________________
3600.01/3610.30	c 
3600.01/3610.30	c _______________________________________________________________________________
3600.01/3610.30	c 
3600.01/3610.30	c =======================[ UWrMaxSat resources usage ]===========================
3600.01/3610.30	c Memory used            : 3870.00 MB
3600.01/3610.30	c CPU time               : 3590.79 s
3600.01/3610.30	c Constr Enc: Srt/BDD/Add: 821 5 18
3600.01/3610.30	c _______________________________________________________________________________
3600.01/3610.30	c _______________________________________________________________________________
3600.01/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: 63837 MiB (63301 MiB free)
  memory of node 1: 64465 MiB (63359 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4485473-1751288600/watcher-4485473-1751288600 -o /tmp/evaluation-result-4485473-1751288600/solver-4485473-1751288600 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1751281373-36765 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4485473-1751288600.opb -mem-lim=31000 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=37451, runsolver pid=37448
Current StackSize limit: 8192 KiB


[startup+0.100093 s]*
/proc/loadavg: 4.07 4.09 4.09 3/243 37456
/proc/meminfo: memFree=129724752/131382120 swapFree=33010160/33010684
[pid=37451] ppid=37448 vsize=9060 memory=8192 CPUtime=0.1 cores=4,6
/proc/37451/stat : 37451 (uwrmaxsat) R 37448 37451 36754 0 -1 4194304 1741 0 0 0 10 0 0 0 20 0 1 0 44539119 9277440 2048 18446744073709551615 4198400 6176925 140736166985216 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19099648 140736166992234 140736166992361 140736166992361 140736166997963 0
/proc/37451/statm: 2265 2048 448 484 0 1676 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9060 KiB
Current children cumulated memory: 8192 KiB

[startup+0.213326 s]*
/proc/loadavg: 4.07 4.09 4.09 4/241 37460
/proc/meminfo: memFree=129723252/131382120 swapFree=33010160/33010684
[pid=37451] ppid=37448 vsize=12468 memory=11308 CPUtime=0.21 cores=4,6
/proc/37451/stat : 37451 (uwrmaxsat) R 37448 37451 36754 0 -1 4194304 2630 0 0 0 21 0 0 0 20 0 1 0 44539119 12767232 2827 18446744073709551615 4198400 6176925 140736166985216 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19099648 140736166992234 140736166992361 140736166992361 140736166997963 0
/proc/37451/statm: 3117 2827 448 484 0 2528 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 12468 KiB
Current children cumulated memory: 11308 KiB

[startup+0.312748 s]*
/proc/loadavg: 4.07 4.09 4.09 4/241 37460
/proc/meminfo: memFree=129721488/131382120 swapFree=33010160/33010684
[pid=37451] ppid=37448 vsize=16252 memory=15148 CPUtime=0.31 cores=4,6
/proc/37451/stat : 37451 (uwrmaxsat) R 37448 37451 36754 0 -1 4194304 3587 0 0 0 30 1 0 0 20 0 1 0 44539119 16642048 3787 18446744073709551615 4198400 6176925 140736166985216 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19099648 140736166992234 140736166992361 140736166992361 140736166997963 0
/proc/37451/statm: 4063 3787 448 484 0 3474 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 16252 KiB
Current children cumulated memory: 15148 KiB

[startup+0.700242 s]
/proc/loadavg: 4.07 4.09 4.09 3/241 37460
/proc/meminfo: memFree=129715440/131382120 swapFree=33010160/33010684
[pid=37451] ppid=37448 vsize=27796 memory=26668 CPUtime=0.68 cores=4,6
/proc/37451/stat : 37451 (uwrmaxsat) R 37448 37451 36754 0 -1 4194304 6455 0 0 0 66 2 0 0 20 0 1 0 44539119 28463104 6667 18446744073709551615 4198400 6176925 140736166985216 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19099648 140736166992234 140736166992361 140736166992361 140736166997963 0
/proc/37451/statm: 6949 6667 448 484 0 6360 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 27796 KiB
Current children cumulated memory: 26668 KiB

[startup+1.50026 s]
/proc/loadavg: 4.07 4.09 4.09 5/244 37466
/proc/meminfo: memFree=129699356/131382120 swapFree=33010160/33010684
[pid=37451] ppid=37448 vsize=44236 memory=43052 CPUtime=1.48 cores=4,6
/proc/37451/stat : 37451 (uwrmaxsat) R 37448 37451 36754 0 -1 4194304 10516 0 0 0 145 3 0 0 20 0 1 0 44539119 45297664 10763 18446744073709551615 4198400 6176925 140736166985216 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19099648 140736166992234 140736166992361 140736166992361 140736166997963 0
/proc/37451/statm: 11059 10763 480 484 0 10470 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 44236 KiB
Current children cumulated memory: 43052 KiB

[startup+3.11275 s]
/proc/loadavg: 4.07 4.09 4.09 5/249 37534
/proc/meminfo: memFree=129565612/131382120 swapFree=33010160/33010684
[pid=37451] ppid=37448 vsize=114132 memory=112856 CPUtime=3.09 cores=4,6
/proc/37451/stat : 37451 (uwrmaxsat) R 37448 37451 36754 0 -1 4194304 21684 0 0 0 302 7 0 0 20 0 1 0 44539119 116871168 28214 18446744073709551615 4198400 6176925 140736166985216 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19099648 140736166992234 140736166992361 140736166992361 140736166997963 0
/proc/37451/statm: 28533 28214 480 484 0 27944 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 114132 KiB
Current children cumulated memory: 112856 KiB

[startup+6.30025 s]
/proc/loadavg: 4.07 4.09 4.09 5/249 37579
/proc/meminfo: memFree=129201928/131382120 swapFree=33010160/33010684
[pid=37451] ppid=37448 vsize=303724 memory=301332 CPUtime=6.27 cores=4,6
/proc/37451/stat : 37451 (uwrmaxsat) R 37448 37451 36754 0 -1 4194304 39193 0 0 0 613 14 0 0 20 0 1 0 44539119 311013376 75333 18446744073709551615 4198400 6176925 140736166985216 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19099648 140736166992234 140736166992361 140736166992361 140736166997963 0
/proc/37451/statm: 75931 75333 480 484 0 75342 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 303724 KiB
Current children cumulated memory: 301332 KiB

[startup+12.7003 s]
/proc/loadavg: 4.06 4.09 4.09 5/249 37579
/proc/meminfo: memFree=128400708/131382120 swapFree=33010160/33010684
[pid=37451] ppid=37448 vsize=558744 memory=493068 CPUtime=12.66 cores=4,6
/proc/37451/stat : 37451 (uwrmaxsat) R 37448 37451 36754 0 -1 4194304 54578 0 0 0 1245 21 0 0 20 0 1 0 44539119 572153856 123267 18446744073709551615 4198400 6176925 140736166985216 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19099648 140736166992234 140736166992361 140736166992361 140736166997963 0
/proc/37451/statm: 139686 123267 480 484 0 139097 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 558744 KiB
Current children cumulated memory: 493068 KiB

[startup+25.5003 s]
/proc/loadavg: 4.05 4.08 4.09 5/249 37580
/proc/meminfo: memFree=128470432/131382120 swapFree=33010160/33010684
[pid=37451] ppid=37448 vsize=574544 memory=510620 CPUtime=25.43 cores=4,6
/proc/37451/stat : 37451 (uwrmaxsat) R 37448 37451 36754 0 -1 4194304 58464 0 0 0 2521 22 0 0 20 0 1 0 44539119 588333056 127655 18446744073709551615 4198400 6176925 140736166985216 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19099648 140736166992234 140736166992361 140736166992361 140736166997963 0
/proc/37451/statm: 143636 127655 480 484 0 143047 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 574544 KiB
Current children cumulated memory: 510620 KiB

[startup+51.1129 s]
/proc/loadavg: 4.10 4.09 4.09 5/249 37580
/proc/meminfo: memFree=128488064/131382120 swapFree=33010160/33010684
[pid=37451] ppid=37448 vsize=574544 memory=510620 CPUtime=50.98 cores=4,6
/proc/37451/stat : 37451 (uwrmaxsat) R 37448 37451 36754 0 -1 4194304 58464 0 0 0 5076 22 0 0 20 0 1 0 44539119 588333056 127655 18446744073709551615 4198400 6176925 140736166985216 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19099648 140736166992234 140736166992361 140736166992361 140736166997963 0
/proc/37451/statm: 143636 127655 480 484 0 143047 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 574544 KiB
Current children cumulated memory: 510620 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/250 37583
/proc/meminfo: memFree=128459032/131382120 swapFree=33010160/33010684
[pid=37451] ppid=37448 vsize=574544 memory=510620 CPUtime=102.06 cores=4,6
/proc/37451/stat : 37451 (uwrmaxsat) R 37448 37451 36754 0 -1 4194304 58464 0 0 0 10184 22 0 0 20 0 1 0 44539119 588333056 127655 18446744073709551615 4198400 6176925 140736166985216 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19099648 140736166992234 140736166992361 140736166992361 140736166997963 0
/proc/37451/statm: 143636 127655 480 484 0 143047 0
Current children cumulated CPU time: 102.06 s
Current children cumulated vsize: 574544 KiB
Current children cumulated memory: 510620 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/250 37585
/proc/meminfo: memFree=127177344/131382120 swapFree=33010160/33010684
[pid=37451] ppid=37448 vsize=574544 memory=510620 CPUtime=161.93 cores=4,6
/proc/37451/stat : 37451 (uwrmaxsat) R 37448 37451 36754 0 -1 4194304 58464 0 0 0 16171 22 0 0 20 0 1 0 44539119 588333056 127655 18446744073709551615 4198400 6176925 140736166985216 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19099648 140736166992234 140736166992361 140736166992361 140736166997963 0
/proc/37451/statm: 143636 127655 480 484 0 143047 0
Current children cumulated CPU time: 161.93 s
Current children cumulated vsize: 574544 KiB
Current children cumulated memory: 510620 KiB

[startup+222.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/250 37587
/proc/meminfo: memFree=122803280/131382120 swapFree=33010160/33010684
[pid=37451] ppid=37448 vsize=574544 memory=510620 CPUtime=221.82 cores=4,6
/proc/37451/stat : 37451 (uwrmaxsat) R 37448 37451 36754 0 -1 4194304 58464 0 0 0 22159 23 0 0 20 0 1 0 44539119 588333056 127655 18446744073709551615 4198400 6176925 140736166985216 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19099648 140736166992234 140736166992361 140736166992361 140736166997963 0
/proc/37451/statm: 143636 127655 480 484 0 143047 0
Current children cumulated CPU time: 221.82 s
Current children cumulated vsize: 574544 KiB
Current children cumulated memory: 510620 KiB

[startup+282.3 s]
/proc/loadavg: 4.16 4.10 4.09 5/250 37589
/proc/meminfo: memFree=119129744/131382120 swapFree=33010160/33010684
[pid=37451] ppid=37448 vsize=3400608 memory=3231996 CPUtime=281.63 cores=4,6
/proc/37451/stat : 37451 (uwrmaxsat) R 37448 37451 36754 0 -1 4194304 424117 0 0 0 27994 169 0 0 20 0 1 0 44539119 3482222592 807999 18446744073709551615 4198400 6176925 140736166985216 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19099648 140736166992234 140736166992361 140736166992361 140736166997963 0
/proc/37451/statm: 850152 807999 544 484 0 849563 0
Current children cumulated CPU time: 281.63 s
Current children cumulated vsize: 3400608 KiB
Current children cumulated memory: 3231996 KiB

[startup+342.3 s]
/proc/loadavg: 4.73 4.28 4.16 5/250 37591
/proc/meminfo: memFree=120177456/131382120 swapFree=33010160/33010684
[pid=37451] ppid=37448 vsize=3222940 memory=3032800 CPUtime=341.44 cores=4,6
/proc/37451/stat : 37451 (uwrmaxsat) R 37448 37451 36754 0 -1 4194304 447226 0 0 0 33894 250 0 0 20 0 1 0 44539119 3300290560 758200 18446744073709551615 4198400 6176925 140736166985216 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19099648 140736166992234 140736166992361 140736166992361 140736166997963 0
/proc/37451/statm: 805735 758200 544 484 0 805146 0
Current children cumulated CPU time: 341.44 s
Current children cumulated vsize: 3222940 KiB
Current children cumulated memory: 3032800 KiB

[startup+402.3 s]
/proc/loadavg: 4.37 4.26 4.16 5/250 37596
/proc/meminfo: memFree=120267488/131382120 swapFree=33010160/33010684
[pid=37451] ppid=37448 vsize=3223196 memory=3019068 CPUtime=401.25 cores=4,6
/proc/37451/stat : 37451 (uwrmaxsat) R 37448 37451 36754 0 -1 4194304 452952 0 0 0 39844 281 0 0 20 0 1 0 44539119 3300552704 754767 18446744073709551615 4198400 6176925 140736166985216 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19099648 140736166992234 140736166992361 140736166992361 140736166997963 0
/proc/37451/statm: 805799 754767 544 484 0 805210 0
Current children cumulated CPU time: 401.25 s
Current children cumulated vsize: 3223196 KiB
Current children cumulated memory: 3019068 KiB

[startup+462.3 s]
/proc/loadavg: 4.13 4.21 4.15 5/250 37602
/proc/meminfo: memFree=119775096/131382120 swapFree=33010160/33010684
[pid=37451] ppid=37448 vsize=3223032 memory=3023000 CPUtime=461.07 cores=4,6
/proc/37451/stat : 37451 (uwrmaxsat) R 37448 37451 36754 0 -1 4194304 459895 0 0 0 45798 309 0 0 20 0 1 0 44539119 3300384768 755750 18446744073709551615 4198400 6176925 140736166985216 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19099648 140736166992234 140736166992361 140736166992361 140736166997963 0
/proc/37451/statm: 805758 755750 544 484 0 805169 0
Current children cumulated CPU time: 461.07 s

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

Current children cumulated memory: 3083548 KiB

[startup+2922.3 s]
/proc/loadavg: 4.06 4.09 4.09 5/252 37940
/proc/meminfo: memFree=119736376/131382120 swapFree=33010160/33010684
[pid=37451] ppid=37448 vsize=3211560 memory=3083548 CPUtime=2914.09 cores=4,6
/proc/37451/stat : 37451 (uwrmaxsat) R 37448 37451 36754 0 -1 4194304 583051 0 0 0 290503 906 0 0 20 0 1 0 44539119 3288637440 770887 18446744073709551615 4198400 6176925 140736166985216 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19099648 140736166992234 140736166992361 140736166992361 140736166997963 0
/proc/37451/statm: 802890 770887 544 484 0 802301 0
Current children cumulated CPU time: 2914.09 s
Current children cumulated vsize: 3211560 KiB
Current children cumulated memory: 3083548 KiB

[startup+2982.3 s]
/proc/loadavg: 4.41 4.17 4.11 5/252 37942
/proc/meminfo: memFree=119479356/131382120 swapFree=33010160/33010684
[pid=37451] ppid=37448 vsize=3211560 memory=3083548 CPUtime=2973.91 cores=4,6
/proc/37451/stat : 37451 (uwrmaxsat) R 37448 37451 36754 0 -1 4194304 583587 0 0 0 296485 906 0 0 20 0 1 0 44539119 3288637440 770887 18446744073709551615 4198400 6176925 140736166985216 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19099648 140736166992234 140736166992361 140736166992361 140736166997963 0
/proc/37451/statm: 802890 770887 544 484 0 802301 0
Current children cumulated CPU time: 2973.91 s
Current children cumulated vsize: 3211560 KiB
Current children cumulated memory: 3083548 KiB

[startup+3042.3 s]
/proc/loadavg: 4.61 4.28 4.16 5/252 37944
/proc/meminfo: memFree=119680416/131382120 swapFree=33010160/33010684
[pid=37451] ppid=37448 vsize=3211560 memory=3085596 CPUtime=3033.74 cores=4,6
/proc/37451/stat : 37451 (uwrmaxsat) R 37448 37451 36754 0 -1 4194304 584023 0 0 0 302467 907 0 0 20 0 1 0 44539119 3288637440 771399 18446744073709551615 4198400 6176925 140736166985216 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19099648 140736166992234 140736166992361 140736166992361 140736166997963 0
/proc/37451/statm: 802890 771399 544 484 0 802301 0
Current children cumulated CPU time: 3033.74 s
Current children cumulated vsize: 3211560 KiB
Current children cumulated memory: 3085596 KiB

[startup+3102.3 s]
/proc/loadavg: 4.30 4.25 4.15 5/251 37946
/proc/meminfo: memFree=119637208/131382120 swapFree=33010160/33010684
[pid=37451] ppid=37448 vsize=3211560 memory=3085596 CPUtime=3093.56 cores=4,6
/proc/37451/stat : 37451 (uwrmaxsat) R 37448 37451 36754 0 -1 4194304 584405 0 0 0 308449 907 0 0 20 0 1 0 44539119 3288637440 771399 18446744073709551615 4198400 6176925 140736166985216 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19099648 140736166992234 140736166992361 140736166992361 140736166997963 0
/proc/37451/statm: 802890 771399 544 484 0 802301 0
Current children cumulated CPU time: 3093.56 s
Current children cumulated vsize: 3211560 KiB
Current children cumulated memory: 3085596 KiB

[startup+3162.3 s]
/proc/loadavg: 4.16 4.22 4.15 5/250 37948
/proc/meminfo: memFree=119604252/131382120 swapFree=33010160/33010684
[pid=37451] ppid=37448 vsize=3211560 memory=3085596 CPUtime=3153.38 cores=4,6
/proc/37451/stat : 37451 (uwrmaxsat) R 37448 37451 36754 0 -1 4194304 586287 0 0 0 314427 911 0 0 20 0 1 0 44539119 3288637440 771399 18446744073709551615 4198400 6176925 140736166985216 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19099648 140736166992234 140736166992361 140736166992361 140736166997963 0
/proc/37451/statm: 802890 771399 544 484 0 802301 0
Current children cumulated CPU time: 3153.38 s
Current children cumulated vsize: 3211560 KiB
Current children cumulated memory: 3085596 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.19 4.14 5/250 37950
/proc/meminfo: memFree=119529528/131382120 swapFree=33010160/33010684
[pid=37451] ppid=37448 vsize=3211560 memory=3085596 CPUtime=3213.19 cores=4,6
/proc/37451/stat : 37451 (uwrmaxsat) R 37448 37451 36754 0 -1 4194304 586668 0 0 0 320408 911 0 0 20 0 1 0 44539119 3288637440 771399 18446744073709551615 4198400 6176925 140736166985216 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19099648 140736166992234 140736166992361 140736166992361 140736166997963 0
/proc/37451/statm: 802890 771399 544 484 0 802301 0
Current children cumulated CPU time: 3213.19 s
Current children cumulated vsize: 3211560 KiB
Current children cumulated memory: 3085596 KiB

[startup+3282.3 s]
/proc/loadavg: 4.07 4.17 4.14 5/250 37952
/proc/meminfo: memFree=119443304/131382120 swapFree=33010160/33010684
[pid=37451] ppid=37448 vsize=3390200 memory=3217392 CPUtime=3273.01 cores=4,6
/proc/37451/stat : 37451 (uwrmaxsat) R 37448 37451 36754 0 -1 4194304 590261 0 0 0 326378 923 0 0 20 0 1 0 44539119 3471564800 804348 18446744073709551615 4198400 6176925 140736166985216 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19099648 140736166992234 140736166992361 140736166992361 140736166997963 0
/proc/37451/statm: 847550 804348 544 484 0 846961 0
Current children cumulated CPU time: 3273.01 s
Current children cumulated vsize: 3390200 KiB
Current children cumulated memory: 3217392 KiB

[startup+3342.3 s]
/proc/loadavg: 4.07 4.15 4.13 5/250 37954
/proc/meminfo: memFree=119443324/131382120 swapFree=33010160/33010684
[pid=37451] ppid=37448 vsize=3390200 memory=3217392 CPUtime=3332.83 cores=4,6
/proc/37451/stat : 37451 (uwrmaxsat) R 37448 37451 36754 0 -1 4194304 590263 0 0 0 332360 923 0 0 20 0 1 0 44539119 3471564800 804348 18446744073709551615 4198400 6176925 140736166985216 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19099648 140736166992234 140736166992361 140736166992361 140736166997963 0
/proc/37451/statm: 847550 804348 544 484 0 846961 0
Current children cumulated CPU time: 3332.83 s
Current children cumulated vsize: 3390200 KiB
Current children cumulated memory: 3217392 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.15 4.13 5/251 37959
/proc/meminfo: memFree=119480856/131382120 swapFree=33010160/33010684
[pid=37451] ppid=37448 vsize=3390200 memory=3217392 CPUtime=3392.64 cores=4,6
/proc/37451/stat : 37451 (uwrmaxsat) R 37448 37451 36754 0 -1 4194304 591290 0 0 0 338341 923 0 0 20 0 1 0 44539119 3471564800 804348 18446744073709551615 4198400 6176925 140736166985216 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19099648 140736166992234 140736166992361 140736166992361 140736166997963 0
/proc/37451/statm: 847550 804348 544 484 0 846961 0
Current children cumulated CPU time: 3392.64 s
Current children cumulated vsize: 3390200 KiB
Current children cumulated memory: 3217392 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.14 4.12 5/251 37976
/proc/meminfo: memFree=119462148/131382120 swapFree=33010160/33010684
[pid=37451] ppid=37448 vsize=3390200 memory=3217392 CPUtime=3452.46 cores=4,6
/proc/37451/stat : 37451 (uwrmaxsat) R 37448 37451 36754 0 -1 4194304 592294 0 0 0 344323 923 0 0 20 0 1 0 44539119 3471564800 804348 18446744073709551615 4198400 6176925 140736166985216 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19099648 140736166992234 140736166992361 140736166992361 140736166997963 0
/proc/37451/statm: 847550 804348 544 484 0 846961 0
Current children cumulated CPU time: 3452.46 s
Current children cumulated vsize: 3390200 KiB
Current children cumulated memory: 3217392 KiB

[startup+3522.3 s]
/proc/loadavg: 4.04 4.11 4.11 5/250 37978
/proc/meminfo: memFree=119435568/131382120 swapFree=33010160/33010684
[pid=37451] ppid=37448 vsize=3390200 memory=3217392 CPUtime=3512.28 cores=4,6
/proc/37451/stat : 37451 (uwrmaxsat) R 37448 37451 36754 0 -1 4194304 593305 0 0 0 350305 923 0 0 20 0 1 0 44539119 3471564800 804348 18446744073709551615 4198400 6176925 140736166985216 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19099648 140736166992234 140736166992361 140736166992361 140736166997963 0
/proc/37451/statm: 847550 804348 544 484 0 846961 0
Current children cumulated CPU time: 3512.28 s
Current children cumulated vsize: 3390200 KiB
Current children cumulated memory: 3217392 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.12 4.11 5/251 37981
/proc/meminfo: memFree=119471656/131382120 swapFree=33010160/33010684
[pid=37451] ppid=37448 vsize=3390200 memory=3217392 CPUtime=3572.1 cores=4,6
/proc/37451/stat : 37451 (uwrmaxsat) R 37448 37451 36754 0 -1 4194304 593988 0 0 0 356287 923 0 0 20 0 1 0 44539119 3471564800 804348 18446744073709551615 4198400 6176925 140736166985216 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19099648 140736166992234 140736166992361 140736166992361 140736166997963 0
/proc/37451/statm: 847550 804348 544 484 0 846961 0
Current children cumulated CPU time: 3572.1 s
Current children cumulated vsize: 3390200 KiB
Current children cumulated memory: 3217392 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.3 s]
/proc/loadavg: 4.07 4.11 4.11 5/251 37981
/proc/meminfo: memFree=119473200/131382120 swapFree=33010160/33010684
[pid=37451] ppid=37448 vsize=3390200 memory=3217392 CPUtime=3600.01 cores=4,6
/proc/37451/stat : 37451 (uwrmaxsat) R 37448 37451 36754 0 -1 4194304 594329 0 0 0 359078 923 0 0 20 0 1 0 44539119 3471564800 804348 18446744073709551615 4198400 6176925 140736166985216 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19099648 140736166992234 140736166992361 140736166992361 140736166997963 0
/proc/37451/statm: 847550 804348 544 484 0 846961 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 3390200 KiB
Current children cumulated memory: 3217392 KiB

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

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

# cumulated CPU time of all completed processes:  user=3590.79 s, system=9.24678 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.11 4.11 5/251 37981
/proc/meminfo: memFree=119473200/131382120 swapFree=33010160/33010684
[pid=37451] ppid=37448 vsize=3390200 memory=3217392 CPUtime=3600.01 cores=4,6
/proc/37451/stat : 37451 (uwrmaxsat) R 37448 37451 36754 0 -1 4194304 594329 0 0 0 359078 923 0 0 20 0 1 0 44539119 3471564800 804348 18446744073709551615 4198400 6176925 140736166985216 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 19099648 140736166992234 140736166992361 140736166992361 140736166997963 0
/proc/37451/statm: 847550 804348 544 484 0 846961 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 3390200 KiB
Current children cumulated memory: 3217392 KiB

Child status: 0

Real time (s): 3610.31
CPU time (s): 3600.04
CPU user time (s): 3590.79
CPU system time (s): 9.24678
CPU usage (%): 99.7154
Max. virtual memory (cumulated for all children) (KiB): 3906736
Max. memory (cumulated for all children) (KiB): 3698700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.79
system time used= 9.24678
maximum resident set size= 3740500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 594329
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= 285
involuntary context switches= 1702


# summary of solver processes directly reported to runsolver:
#   pid: 37451
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3590.79
#   total CPU system time (s): 9.24678

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.0216 second user time and 35.1499 second system time

The end

Launcher Data

Begin job on nodeC008 at 2025-06-30 15:03:20
IDJOB=4485473
IDBENCH=146795
IDSOLVER=3372
FILE ID=nodeC008/4485473-1751288600
RUNJOBID= nodeC008-1751281373-36765
SLURM_JOB_ID= 9594235
Free space on /tmp= 433048 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-blp-ic97.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4485473-1751288600/watcher-4485473-1751288600 -o /tmp/evaluation-result-4485473-1751288600/solver-4485473-1751288600 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1751281373-36765 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4485473-1751288600.opb -mem-lim=31000

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

MD5SUM BENCH= 55b762fd6bb408eb2777c16ed585e3a1
RANDOM SEED=664927107

nodeC008 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.251
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.72
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		: 3591.625
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.72
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.261
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.72
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.128
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.72
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		: 1197.212
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.72
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		: 3620.357
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.72
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.536
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.72
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		: 1197.348
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.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        129439632 kB
MemAvailable:   129122872 kB
Buffers:            2144 kB
Cached:           493828 kB
SwapCached:           16 kB
Active:          1084716 kB
Inactive:         277708 kB
Active(anon):     847652 kB
Inactive(anon):    36720 kB
Active(file):     237064 kB
Inactive(file):   240988 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4140 kB
Writeback:             0 kB
AnonPages:        867056 kB
Mapped:           107152 kB
Shmem:             17920 kB
KReclaimable:      89628 kB
Slab:             171084 kB
SReclaimable:      89628 kB
SUnreclaim:        81456 kB
KernelStack:        3984 kB
PageTables:         4548 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    1201968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149368 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    776192 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:      181064 kB
DirectMap2M:     9158656 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433028 MiB
End job on nodeC008 at 2025-06-30 16:03:31