Trace number 4496088

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
UWrMaxSat 2025-06-04? (TO) 3600.08 3611.2

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-prob3.opb
MD5SUMb3a7e12d93ab079a38c8d0bc0b1ef8cc
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.287969
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables52
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint52
Maximum length of a constraint52
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 5842800
Number of bits of the biggest number in a constraint 23
Biggest sum of numbers in a constraint 78219574
Number of bits of the biggest sum of numbers27
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c Using cadical-2.1.3-f13d744 SAT solver by Armin Biere et al. (2016 - )
0.00/0.00	c Setting memory limit to 31000MB.
0.00/0.00	c Parsing PB file...
0.00/0.00	c Converting 2 PB-constraints to clauses...
0.32/0.39	c ============================[ Encoding Statistics ]============================
0.32/0.39	c |  Number of variables:          3721                                         |
0.32/0.39	c |  Number of clauses:           22853                                         |
0.32/0.39	c ===============================================================================
3600.07/3611.20	c *** TERMINATED by signal 15 ***
3600.07/3611.20	c _______________________________________________________________________________
3600.07/3611.20	c 
3600.07/3611.20	c _______________________________________________________________________________
3600.07/3611.20	c 
3600.07/3611.20	c =======================[ UWrMaxSat resources usage ]===========================
3600.07/3611.20	c Memory used            : 150.00 MB
3600.07/3611.20	c CPU time               : 3599.45 s
3600.07/3611.20	c Constr Enc: Srt/BDD/Add: 1 0 0
3600.07/3611.20	c _______________________________________________________________________________
3600.07/3611.20	c _______________________________________________________________________________
3600.07/3611.20	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 (63343 MiB free)
  memory of node 1: 64465 MiB (63895 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4496088-1751167367/watcher-4496088-1751167367 -o /tmp/evaluation-result-4496088-1751167367/solver-4496088-1751167367 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751167366-18751 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4496088-1751167367.opb -mem-lim=31000 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
Current StackSize limit: 8192 KiB

solver pid=18804, runsolver pid=18792

[startup+0.100065 s]*
/proc/loadavg: 1.07 2.51 3.46 7/254 18809
/proc/meminfo: memFree=130284680/131382116 swapFree=33010684/33010684
[pid=18804] ppid=18792 vsize=3052 memory=2176 CPUtime=0.1 cores=5,7
/proc/18804/stat : 18804 (uwrmaxsat) R 18792 18804 18738 0 -1 4194304 174 0 0 0 10 0 0 0 20 0 1 0 32416072 3125248 544 18446744073709551615 4198400 6176925 140726156962144 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12034048 140726156966250 140726156966377 140726156966377 140726156971979 0
/proc/18804/statm: 763 544 480 484 0 174 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 3052 KiB
Current children cumulated memory: 2176 KiB

[startup+0.213595 s]*
/proc/loadavg: 1.07 2.51 3.46 8/254 18809
/proc/meminfo: memFree=130284680/131382116 swapFree=33010684/33010684
[pid=18804] ppid=18792 vsize=3052 memory=2176 CPUtime=0.22 cores=5,7
/proc/18804/stat : 18804 (uwrmaxsat) R 18792 18804 18738 0 -1 4194304 174 0 0 0 22 0 0 0 20 0 1 0 32416072 3125248 544 18446744073709551615 4198400 6176925 140726156962144 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12034048 140726156966250 140726156966377 140726156966377 140726156971979 0
/proc/18804/statm: 763 544 480 484 0 174 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 3052 KiB
Current children cumulated memory: 2176 KiB

[startup+0.312992 s]*
/proc/loadavg: 1.07 2.51 3.46 7/254 18809
/proc/meminfo: memFree=130284680/131382116 swapFree=33010684/33010684
[pid=18804] ppid=18792 vsize=3052 memory=2176 CPUtime=0.32 cores=5,7
/proc/18804/stat : 18804 (uwrmaxsat) R 18792 18804 18738 0 -1 4194304 174 0 0 0 32 0 0 0 20 0 1 0 32416072 3125248 544 18446744073709551615 4198400 6176925 140726156962144 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12034048 140726156966250 140726156966377 140726156966377 140726156971979 0
/proc/18804/statm: 763 544 480 484 0 174 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 3052 KiB
Current children cumulated memory: 2176 KiB

[startup+0.700274 s]
/proc/loadavg: 1.07 2.51 3.46 8/254 18809
/proc/meminfo: memFree=130260740/131382116 swapFree=33010684/33010684
[pid=18804] ppid=18792 vsize=10816 memory=9524 CPUtime=0.69 cores=5,7
/proc/18804/stat : 18804 (uwrmaxsat) R 18792 18804 18738 0 -1 4194304 2460 0 0 0 68 1 0 0 20 0 1 0 32416072 11075584 2381 18446744073709551615 4198400 6176925 140726156962144 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12034048 140726156966250 140726156966377 140726156966377 140726156971979 0
/proc/18804/statm: 2704 2381 544 484 0 2115 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 10816 KiB
Current children cumulated memory: 9524 KiB

[startup+1.50034 s]
/proc/loadavg: 1.07 2.51 3.46 7/254 18809
/proc/meminfo: memFree=130255196/131382116 swapFree=33010684/33010684
[pid=18804] ppid=18792 vsize=15156 memory=13828 CPUtime=1.48 cores=5,7
/proc/18804/stat : 18804 (uwrmaxsat) R 18792 18804 18738 0 -1 4194304 4843 0 0 0 147 1 0 0 20 0 1 0 32416072 15519744 3457 18446744073709551615 4198400 6176925 140726156962144 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12034048 140726156966250 140726156966377 140726156966377 140726156971979 0
/proc/18804/statm: 3789 3457 544 484 0 3200 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 15156 KiB
Current children cumulated memory: 13828 KiB

[startup+3.1129 s]
/proc/loadavg: 1.07 2.51 3.46 7/254 18809
/proc/meminfo: memFree=130228388/131382116 swapFree=33010684/33010684
[pid=18804] ppid=18792 vsize=17484 memory=16260 CPUtime=3.09 cores=5,7
/proc/18804/stat : 18804 (uwrmaxsat) R 18792 18804 18738 0 -1 4194304 5463 0 0 0 308 1 0 0 20 0 1 0 32416072 17903616 4065 18446744073709551615 4198400 6176925 140726156962144 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12034048 140726156966250 140726156966377 140726156966377 140726156971979 0
/proc/18804/statm: 4371 4065 544 484 0 3782 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 17484 KiB
Current children cumulated memory: 16260 KiB

[startup+6.30025 s]
/proc/loadavg: 1.38 2.55 3.47 7/254 18809
/proc/meminfo: memFree=130219924/131382116 swapFree=33010684/33010684
[pid=18804] ppid=18792 vsize=18196 memory=17032 CPUtime=6.26 cores=5,7
/proc/18804/stat : 18804 (uwrmaxsat) R 18792 18804 18738 0 -1 4194304 8164 0 0 0 625 1 0 0 20 0 1 0 32416072 18632704 4258 18446744073709551615 4198400 6176925 140726156962144 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12034048 140726156966250 140726156966377 140726156966377 140726156971979 0
/proc/18804/statm: 4549 4258 544 484 0 3960 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 18196 KiB
Current children cumulated memory: 17032 KiB

[startup+12.7003 s]
/proc/loadavg: 1.59 2.57 3.47 7/254 18809
/proc/meminfo: memFree=130217640/131382116 swapFree=33010684/33010684
[pid=18804] ppid=18792 vsize=21972 memory=20812 CPUtime=12.65 cores=5,7
/proc/18804/stat : 18804 (uwrmaxsat) R 18792 18804 18738 0 -1 4194304 11803 0 0 0 1263 2 0 0 20 0 1 0 32416072 22499328 5203 18446744073709551615 4198400 6176925 140726156962144 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12034048 140726156966250 140726156966377 140726156966377 140726156971979 0
/proc/18804/statm: 5493 5203 544 484 0 4904 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 21972 KiB
Current children cumulated memory: 20812 KiB

[startup+25.5003 s]
/proc/loadavg: 2.13 2.64 3.48 7/254 18811
/proc/meminfo: memFree=130203408/131382116 swapFree=33010684/33010684
[pid=18804] ppid=18792 vsize=22704 memory=21428 CPUtime=25.42 cores=5,7
/proc/18804/stat : 18804 (uwrmaxsat) R 18792 18804 18738 0 -1 4194304 14780 0 0 0 2539 3 0 0 20 0 1 0 32416072 23248896 5357 18446744073709551615 4198400 6176925 140726156962144 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12034048 140726156966250 140726156966377 140726156966377 140726156971979 0
/proc/18804/statm: 5676 5357 544 484 0 5087 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 22704 KiB
Current children cumulated memory: 21428 KiB

[startup+51.113 s]
/proc/loadavg: 2.98 2.80 3.51 6/254 19216
/proc/meminfo: memFree=129702052/131382116 swapFree=33010684/33010684
[pid=18804] ppid=18792 vsize=31476 memory=30384 CPUtime=50.89 cores=5,7
/proc/18804/stat : 18804 (uwrmaxsat) R 18792 18804 18738 0 -1 4194304 17409 0 0 0 5077 12 0 0 20 0 1 0 32416072 32231424 7596 18446744073709551615 4198400 6176925 140726156962144 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12034048 140726156966250 140726156966377 140726156966377 140726156971979 0
/proc/18804/statm: 7869 7596 544 484 0 7280 0
Current children cumulated CPU time: 50.89 s
Current children cumulated vsize: 31476 KiB
Current children cumulated memory: 30384 KiB

[startup+102.3 s]
/proc/loadavg: 3.71 3.02 3.55 6/253 19217
/proc/meminfo: memFree=129648136/131382116 swapFree=33010684/33010684
[pid=18804] ppid=18792 vsize=27192 memory=26028 CPUtime=101.92 cores=5,7
/proc/18804/stat : 18804 (uwrmaxsat) R 18792 18804 18738 0 -1 4194304 21597 0 0 0 10178 14 0 0 20 0 1 0 32416072 27844608 6507 18446744073709551615 4198400 6176925 140726156962144 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12034048 140726156966250 140726156966377 140726156966377 140726156971979 0
/proc/18804/statm: 6798 6507 544 484 0 6209 0
Current children cumulated CPU time: 101.92 s
Current children cumulated vsize: 27192 KiB
Current children cumulated memory: 26028 KiB

[startup+162.3 s]
/proc/loadavg: 3.98 3.22 3.59 6/254 19224
/proc/meminfo: memFree=129644284/131382116 swapFree=33010684/33010684
[pid=18804] ppid=18792 vsize=45604 memory=44340 CPUtime=161.71 cores=5,7
/proc/18804/stat : 18804 (uwrmaxsat) R 18792 18804 18738 0 -1 4194304 24838 0 0 0 16156 15 0 0 20 0 1 0 32416072 46698496 11085 18446744073709551615 4198400 6176925 140726156962144 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12034048 140726156966250 140726156966377 140726156966377 140726156971979 0
/proc/18804/statm: 11401 11085 544 484 0 10812 0
Current children cumulated CPU time: 161.71 s
Current children cumulated vsize: 45604 KiB
Current children cumulated memory: 44340 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 3.40 3.63 6/254 19226
/proc/meminfo: memFree=129615452/131382116 swapFree=33010684/33010684
[pid=18804] ppid=18792 vsize=45876 memory=44720 CPUtime=221.51 cores=5,7
/proc/18804/stat : 18804 (uwrmaxsat) R 18792 18804 18738 0 -1 4194304 27528 0 0 0 22135 16 0 0 20 0 1 0 32416072 46977024 11180 18446744073709551615 4198400 6176925 140726156962144 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12034048 140726156966250 140726156966377 140726156966377 140726156971979 0
/proc/18804/statm: 11469 11180 544 484 0 10880 0
Current children cumulated CPU time: 221.51 s
Current children cumulated vsize: 45876 KiB
Current children cumulated memory: 44720 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 3.52 3.66 6/254 19228
/proc/meminfo: memFree=129606936/131382116 swapFree=33010684/33010684
[pid=18804] ppid=18792 vsize=47812 memory=46640 CPUtime=281.31 cores=5,7
/proc/18804/stat : 18804 (uwrmaxsat) R 18792 18804 18738 0 -1 4194304 28025 0 0 0 28114 17 0 0 20 0 1 0 32416072 48959488 11660 18446744073709551615 4198400 6176925 140726156962144 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12034048 140726156966250 140726156966377 140726156966377 140726156971979 0
/proc/18804/statm: 11953 11660 544 484 0 11364 0
Current children cumulated CPU time: 281.31 s
Current children cumulated vsize: 47812 KiB
Current children cumulated memory: 46640 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 3.63 3.69 6/252 19230
/proc/meminfo: memFree=129607260/131382116 swapFree=33010684/33010684
[pid=18804] ppid=18792 vsize=61904 memory=60724 CPUtime=341.09 cores=5,7
/proc/18804/stat : 18804 (uwrmaxsat) R 18792 18804 18738 0 -1 4194304 29211 0 0 0 34092 17 0 0 20 0 1 0 32416072 63389696 15181 18446744073709551615 4198400 6176925 140726156962144 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12034048 140726156966250 140726156966377 140726156966377 140726156971979 0
/proc/18804/statm: 15476 15181 544 484 0 14887 0
Current children cumulated CPU time: 341.09 s
Current children cumulated vsize: 61904 KiB
Current children cumulated memory: 60724 KiB

[startup+402.3 s]
/proc/loadavg: 4.10 3.71 3.72 6/251 19232
/proc/meminfo: memFree=129587544/131382116 swapFree=33010684/33010684
[pid=18804] ppid=18792 vsize=58844 memory=57652 CPUtime=400.89 cores=5,7
/proc/18804/stat : 18804 (uwrmaxsat) R 18792 18804 18738 0 -1 4194304 30009 0 0 0 40071 18 0 0 20 0 1 0 32416072 60256256 14413 18446744073709551615 4198400 6176925 140726156962144 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12034048 140726156966250 140726156966377 140726156966377 140726156971979 0
/proc/18804/statm: 14711 14413 544 484 0 14122 0
Current children cumulated CPU time: 400.89 s
Current children cumulated vsize: 58844 KiB
Current children cumulated memory: 57652 KiB

[startup+462.3 s]
/proc/loadavg: 4.09 3.78 3.74 6/251 19235
/proc/meminfo: memFree=129605608/131382116 swapFree=33010684/33010684
[pid=18804] ppid=18792 vsize=61420 memory=60212 CPUtime=460.67 cores=5,7
/proc/18804/stat : 18804 (uwrmaxsat) R 18792 18804 18738 0 -1 4194304 30656 0 0 0 46048 19 0 0 20 0 1 0 32416072 62894080 15053 18446744073709551615 4198400 6176925 140726156962144 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12034048 140726156966250 140726156966377 140726156966377 140726156971979 0
/proc/18804/statm: 15355 15053 544 484 0 14766 0

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

Current children cumulated memory: 118580 KiB

[startup+2862.3 s]
/proc/loadavg: 4.12 4.13 4.09 5/250 19406
/proc/meminfo: memFree=129223236/131382116 swapFree=33010684/33010684
[pid=18804] ppid=18792 vsize=89348 memory=88312 CPUtime=2853.41 cores=5,7
/proc/18804/stat : 18804 (uwrmaxsat) R 18792 18804 18738 0 -1 4194304 55705 0 0 0 285295 46 0 0 20 0 1 0 32416072 91492352 22078 18446744073709551615 4198400 6176925 140726156962144 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12034048 140726156966250 140726156966377 140726156966377 140726156971979 0
/proc/18804/statm: 22337 22078 544 484 0 21748 0
Current children cumulated CPU time: 2853.41 s
Current children cumulated vsize: 89348 KiB
Current children cumulated memory: 88312 KiB

[startup+2922.3 s]
/proc/loadavg: 4.09 4.12 4.09 5/250 19408
/proc/meminfo: memFree=129221480/131382116 swapFree=33010684/33010684
[pid=18804] ppid=18792 vsize=92356 memory=90592 CPUtime=2913.24 cores=5,7
/proc/18804/stat : 18804 (uwrmaxsat) R 18792 18804 18738 0 -1 4194304 56903 0 0 0 291276 48 0 0 20 0 1 0 32416072 94572544 22648 18446744073709551615 4198400 6176925 140726156962144 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12034048 140726156966250 140726156966377 140726156966377 140726156971979 0
/proc/18804/statm: 23089 22648 544 484 0 22500 0
Current children cumulated CPU time: 2913.24 s
Current children cumulated vsize: 92356 KiB
Current children cumulated memory: 90592 KiB

[startup+2982.3 s]
/proc/loadavg: 4.14 4.13 4.09 5/251 19411
/proc/meminfo: memFree=129241000/131382116 swapFree=33010684/33010684
[pid=18804] ppid=18792 vsize=110292 memory=109108 CPUtime=2973.06 cores=5,7
/proc/18804/stat : 18804 (uwrmaxsat) R 18792 18804 18738 0 -1 4194304 57449 0 0 0 297258 48 0 0 20 0 1 0 32416072 112939008 27277 18446744073709551615 4198400 6176925 140726156962144 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12034048 140726156966250 140726156966377 140726156966377 140726156971979 0
/proc/18804/statm: 27573 27277 544 484 0 26984 0
Current children cumulated CPU time: 2973.06 s
Current children cumulated vsize: 110292 KiB
Current children cumulated memory: 109108 KiB

[startup+3042.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/251 19413
/proc/meminfo: memFree=129224592/131382116 swapFree=33010684/33010684
[pid=18804] ppid=18792 vsize=131420 memory=130228 CPUtime=3032.89 cores=5,7
/proc/18804/stat : 18804 (uwrmaxsat) R 18792 18804 18738 0 -1 4194304 58132 0 0 0 303240 49 0 0 20 0 1 0 32416072 134574080 32557 18446744073709551615 4198400 6176925 140726156962144 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12034048 140726156966250 140726156966377 140726156966377 140726156971979 0
/proc/18804/statm: 32855 32557 544 484 0 32266 0
Current children cumulated CPU time: 3032.89 s
Current children cumulated vsize: 131420 KiB
Current children cumulated memory: 130228 KiB

[startup+3102.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/251 19417
/proc/meminfo: memFree=129240552/131382116 swapFree=33010684/33010684
[pid=18804] ppid=18792 vsize=86268 memory=85104 CPUtime=3092.71 cores=5,7
/proc/18804/stat : 18804 (uwrmaxsat) R 18792 18804 18738 0 -1 4194304 59224 0 0 0 309221 50 0 0 20 0 1 0 32416072 88338432 21276 18446744073709551615 4198400 6176925 140726156962144 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12034048 140726156966250 140726156966377 140726156966377 140726156971979 0
/proc/18804/statm: 21567 21276 544 484 0 20978 0
Current children cumulated CPU time: 3092.71 s
Current children cumulated vsize: 86268 KiB
Current children cumulated memory: 85104 KiB

[startup+3162.3 s]
/proc/loadavg: 4.21 4.13 4.10 5/251 19423
/proc/meminfo: memFree=129202808/131382116 swapFree=33010684/33010684
[pid=18804] ppid=18792 vsize=129788 memory=128688 CPUtime=3152.53 cores=5,7
/proc/18804/stat : 18804 (uwrmaxsat) R 18792 18804 18738 0 -1 4194304 59900 0 0 0 315202 51 0 0 20 0 1 0 32416072 132902912 32172 18446744073709551615 4198400 6176925 140726156962144 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12034048 140726156966250 140726156966377 140726156966377 140726156971979 0
/proc/18804/statm: 32447 32172 544 484 0 31858 0
Current children cumulated CPU time: 3152.53 s
Current children cumulated vsize: 129788 KiB
Current children cumulated memory: 128688 KiB

[startup+3222.3 s]
/proc/loadavg: 4.15 4.14 4.10 5/251 19426
/proc/meminfo: memFree=129190044/131382116 swapFree=33010684/33010684
[pid=18804] ppid=18792 vsize=129788 memory=128688 CPUtime=3212.35 cores=5,7
/proc/18804/stat : 18804 (uwrmaxsat) R 18792 18804 18738 0 -1 4194304 59900 0 0 0 321183 52 0 0 20 0 1 0 32416072 132902912 32172 18446744073709551615 4198400 6176925 140726156962144 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12034048 140726156966250 140726156966377 140726156966377 140726156971979 0
/proc/18804/statm: 32447 32172 544 484 0 31858 0
Current children cumulated CPU time: 3212.35 s
Current children cumulated vsize: 129788 KiB
Current children cumulated memory: 128688 KiB

[startup+3282.3 s]
/proc/loadavg: 4.16 4.14 4.10 5/251 19429
/proc/meminfo: memFree=129235596/131382116 swapFree=33010684/33010684
[pid=18804] ppid=18792 vsize=112824 memory=111540 CPUtime=3272.16 cores=5,7
/proc/18804/stat : 18804 (uwrmaxsat) R 18792 18804 18738 0 -1 4194304 60951 0 0 0 327162 54 0 0 20 0 1 0 32416072 115531776 27885 18446744073709551615 4198400 6176925 140726156962144 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12034048 140726156966250 140726156966377 140726156966377 140726156971979 0
/proc/18804/statm: 28206 27885 544 484 0 27617 0
Current children cumulated CPU time: 3272.16 s
Current children cumulated vsize: 112824 KiB
Current children cumulated memory: 111540 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.13 4.09 5/251 19431
/proc/meminfo: memFree=129214956/131382116 swapFree=33010684/33010684
[pid=18804] ppid=18792 vsize=127596 memory=126388 CPUtime=3331.99 cores=5,7
/proc/18804/stat : 18804 (uwrmaxsat) R 18792 18804 18738 0 -1 4194304 61728 0 0 0 333143 56 0 0 20 0 1 0 32416072 130658304 31597 18446744073709551615 4198400 6176925 140726156962144 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12034048 140726156966250 140726156966377 140726156966377 140726156971979 0
/proc/18804/statm: 31899 31597 544 484 0 31310 0
Current children cumulated CPU time: 3331.99 s
Current children cumulated vsize: 127596 KiB
Current children cumulated memory: 126388 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.12 4.09 5/251 19433
/proc/meminfo: memFree=129205748/131382116 swapFree=33010684/33010684
[pid=18804] ppid=18792 vsize=91208 memory=90172 CPUtime=3391.81 cores=5,7
/proc/18804/stat : 18804 (uwrmaxsat) R 18792 18804 18738 0 -1 4194304 62001 0 0 0 339124 57 0 0 20 0 1 0 32416072 93396992 22543 18446744073709551615 4198400 6176925 140726156962144 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12034048 140726156966250 140726156966377 140726156966377 140726156971979 0
/proc/18804/statm: 22802 22543 544 484 0 22213 0
Current children cumulated CPU time: 3391.81 s
Current children cumulated vsize: 91208 KiB
Current children cumulated memory: 90172 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/251 19435
/proc/meminfo: memFree=129217048/131382116 swapFree=33010684/33010684
[pid=18804] ppid=18792 vsize=111576 memory=110388 CPUtime=3451.63 cores=5,7
/proc/18804/stat : 18804 (uwrmaxsat) R 18792 18804 18738 0 -1 4194304 64268 0 0 0 345104 59 0 0 20 0 1 0 32416072 114253824 27597 18446744073709551615 4198400 6176925 140726156962144 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12034048 140726156966250 140726156966377 140726156966377 140726156971979 0
/proc/18804/statm: 27894 27597 544 484 0 27305 0
Current children cumulated CPU time: 3451.63 s
Current children cumulated vsize: 111576 KiB
Current children cumulated memory: 110388 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/251 19437
/proc/meminfo: memFree=129174292/131382116 swapFree=33010684/33010684
[pid=18804] ppid=18792 vsize=111576 memory=110412 CPUtime=3511.44 cores=5,7
/proc/18804/stat : 18804 (uwrmaxsat) R 18792 18804 18738 0 -1 4194304 64619 0 0 0 351084 60 0 0 20 0 1 0 32416072 114253824 27603 18446744073709551615 4198400 6176925 140726156962144 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12034048 140726156966250 140726156966377 140726156966377 140726156971979 0
/proc/18804/statm: 27894 27603 544 484 0 27305 0
Current children cumulated CPU time: 3511.44 s
Current children cumulated vsize: 111576 KiB
Current children cumulated memory: 110412 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.11 4.09 5/251 19440
/proc/meminfo: memFree=129148968/131382116 swapFree=33010684/33010684
[pid=18804] ppid=18792 vsize=144152 memory=142972 CPUtime=3571.26 cores=5,7
/proc/18804/stat : 18804 (uwrmaxsat) R 18792 18804 18738 0 -1 4194304 65609 0 0 0 357064 62 0 0 20 0 1 0 32416072 147611648 35743 18446744073709551615 4198400 6176925 140726156962144 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12034048 140726156966250 140726156966377 140726156966377 140726156971979 0
/proc/18804/statm: 36038 35743 544 484 0 35449 0
Current children cumulated CPU time: 3571.26 s
Current children cumulated vsize: 144152 KiB
Current children cumulated memory: 142972 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.2 s]
/proc/loadavg: 4.09 4.10 4.09 5/250 19441
/proc/meminfo: memFree=129150328/131382116 swapFree=33010684/33010684
[pid=18804] ppid=18792 vsize=120252 memory=119088 CPUtime=3600.07 cores=5,7
/proc/18804/stat : 18804 (uwrmaxsat) R 18792 18804 18738 0 -1 4194304 65609 0 0 0 359945 62 0 0 20 0 1 0 32416072 123138048 29772 18446744073709551615 4198400 6176925 140726156962144 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12034048 140726156966250 140726156966377 140726156966377 140726156971979 0
/proc/18804/statm: 30063 29772 544 484 0 29474 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 120252 KiB
Current children cumulated memory: 119088 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.46 s, system=0.625216 s

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

Child status: 0

Real time (s): 3611.2
CPU time (s): 3600.08
CPU user time (s): 3599.46
CPU system time (s): 0.625216
CPU usage (%): 99.692
Max. virtual memory (cumulated for all children) (KiB): 154116
Max. memory (cumulated for all children) (KiB): 152936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.46
system time used= 0.625216
maximum resident set size= 152936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65609
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= 29
involuntary context switches= 1415


# summary of solver processes directly reported to runsolver:
#   pid: 18804
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3599.46
#   total CPU system time (s): 0.625216

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.0603 second user time and 31.6673 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-06-29 05:22:47
IDJOB=4496088
IDBENCH=148106
IDSOLVER=3372
FILE ID=nodeC010/4496088-1751167367
RUNJOBID= nodeC010-1751167366-18751
SLURM_JOB_ID= 9587506
Free space on /tmp= 433060 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-prob3.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4496088-1751167367/watcher-4496088-1751167367 -o /tmp/evaluation-result-4496088-1751167367/solver-4496088-1751167367 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751167366-18751 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4496088-1751167367.opb -mem-lim=31000

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

MD5SUM BENCH= b3a7e12d93ab079a38c8d0bc0b1ef8cc
RANDOM SEED=3508000

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.139
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		: 1197.134
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.629
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.140
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		: 1197.034
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		: 1196.835
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.134
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		: 1197.146
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:        130258168 kB
MemAvailable:   129931068 kB
Buffers:            3280 kB
Cached:           484768 kB
SwapCached:            0 kB
Active:           355792 kB
Inactive:         193424 kB
Active(anon):      79128 kB
Inactive(anon):        0 kB
Active(file):     276664 kB
Inactive(file):   193424 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             10444 kB
Writeback:             0 kB
AnonPages:         64240 kB
Mapped:           102424 kB
Shmem:             17960 kB
KReclaimable:      84880 kB
Slab:             163320 kB
SReclaimable:      84880 kB
SUnreclaim:        78440 kB
KernelStack:        3832 kB
PageTables:         2688 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     330140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149288 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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= 433044 MiB
End job on nodeC010 at 2025-06-29 06:22:58