Trace number 4493208

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.05 3609.11

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
roussel/normalized-pigeon-cardinality-91-90.opb
MD5SUM9d0c66225d2e00f86266584536d95f11
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.061875
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8190
Total number of constraints181
Number of constraints which are clauses91
Number of constraints which are cardinality constraints (but not clauses)90
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint90
Maximum length of a constraint91
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 92
Number of bits of the biggest sum of numbers7
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.03	c Converting 181 PB-constraints to clauses...
0.00/0.05	c ============================[ Encoding Statistics ]============================
0.00/0.05	c |  Number of variables:         10350                                         |
0.00/0.05	c |  Number of clauses:           35911                                         |
0.00/0.05	c ===============================================================================
3600.04/3609.10	c *** TERMINATED by signal 15 ***
3600.04/3609.10	c _______________________________________________________________________________
3600.04/3609.10	c 
3600.04/3609.10	c _______________________________________________________________________________
3600.04/3609.10	c 
3600.04/3609.10	c =======================[ UWrMaxSat resources usage ]===========================
3600.04/3609.10	c Memory used            : 374.00 MB
3600.04/3609.10	c CPU time               : 3596.27 s
3600.04/3609.10	c Constr Enc: Srt/BDD/Add: 90 0 0
3600.04/3609.10	c _______________________________________________________________________________
3600.04/3609.10	c _______________________________________________________________________________
3600.04/3609.10	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: 63665 MiB (62647 MiB free)
  memory of node 1: 64507 MiB (63908 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4493208-1751151491/watcher-4493208-1751151491 -o /tmp/evaluation-result-4493208-1751151491/solver-4493208-1751151491 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1751144206-14863 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4493208-1751151491.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
solver pid=16725, runsolver pid=16722
Current StackSize limit: 8192 KiB


[startup+0.100065 s]*
/proc/loadavg: 4.11 4.14 4.10 5/264 16726
/proc/meminfo: memFree=129580560/131249988 swapFree=33010684/33010684
[pid=16725] ppid=16722 vsize=16992 memory=15424 CPUtime=0.09 cores=5,7
/proc/16725/stat : 16725 (uwrmaxsat) R 16722 16725 14850 0 -1 4194304 3939 0 0 0 9 0 0 0 20 0 1 0 30827980 17399808 3856 18446744073709551615 4198400 6176925 140737080842064 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 15544320 140737080846698 140737080846825 140737080846825 140737080852427 0
/proc/16725/statm: 4248 3856 544 484 0 3659 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 16992 KiB
Current children cumulated memory: 15424 KiB

[startup+0.205494 s]*
/proc/loadavg: 4.11 4.14 4.10 5/264 16726
/proc/meminfo: memFree=129576780/131249988 swapFree=33010684/33010684
[pid=16725] ppid=16722 vsize=17476 memory=16288 CPUtime=0.2 cores=5,7
/proc/16725/stat : 16725 (uwrmaxsat) R 16722 16725 14850 0 -1 4194304 4843 0 0 0 20 0 0 0 20 0 1 0 30827980 17895424 4072 18446744073709551615 4198400 6176925 140737080842064 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 15544320 140737080846698 140737080846825 140737080846825 140737080852427 0
/proc/16725/statm: 4369 4072 544 484 0 3780 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 17476 KiB
Current children cumulated memory: 16288 KiB

[startup+0.305317 s]*
/proc/loadavg: 4.11 4.14 4.10 5/264 16726
/proc/meminfo: memFree=129576780/131249988 swapFree=33010684/33010684
[pid=16725] ppid=16722 vsize=18520 memory=17564 CPUtime=0.3 cores=5,7
/proc/16725/stat : 16725 (uwrmaxsat) R 16722 16725 14850 0 -1 4194304 5362 0 0 0 30 0 0 0 20 0 1 0 30827980 18964480 4391 18446744073709551615 4198400 6176925 140737080842064 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 15544320 140737080846698 140737080846825 140737080846825 140737080852427 0
/proc/16725/statm: 4630 4391 544 484 0 4041 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18520 KiB
Current children cumulated memory: 17564 KiB

[startup+0.700185 s]
/proc/loadavg: 4.11 4.14 4.10 5/264 16726
/proc/meminfo: memFree=129575772/131249988 swapFree=33010684/33010684
[pid=16725] ppid=16722 vsize=19212 memory=18284 CPUtime=0.68 cores=5,7
/proc/16725/stat : 16725 (uwrmaxsat) R 16722 16725 14850 0 -1 4194304 7321 0 0 0 68 0 0 0 20 0 1 0 30827980 19673088 4571 18446744073709551615 4198400 6176925 140737080842064 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 15544320 140737080846698 140737080846825 140737080846825 140737080852427 0
/proc/16725/statm: 4803 4571 544 484 0 4214 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 19212 KiB
Current children cumulated memory: 18284 KiB

[startup+1.50018 s]
/proc/loadavg: 4.11 4.14 4.10 5/264 16726
/proc/meminfo: memFree=129558632/131249988 swapFree=33010684/33010684
[pid=16725] ppid=16722 vsize=20248 memory=19320 CPUtime=1.49 cores=5,7
/proc/16725/stat : 16725 (uwrmaxsat) R 16722 16725 14850 0 -1 4194304 8740 0 0 0 148 1 0 0 20 0 1 0 30827980 20733952 4830 18446744073709551615 4198400 6176925 140737080842064 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 15544320 140737080846698 140737080846825 140737080846825 140737080852427 0
/proc/16725/statm: 5062 4830 544 484 0 4473 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 20248 KiB
Current children cumulated memory: 19320 KiB

[startup+3.10528 s]
/proc/loadavg: 4.10 4.13 4.10 5/264 16726
/proc/meminfo: memFree=129548332/131249988 swapFree=33010684/33010684
[pid=16725] ppid=16722 vsize=23016 memory=22032 CPUtime=3.09 cores=5,7
/proc/16725/stat : 16725 (uwrmaxsat) R 16722 16725 14850 0 -1 4194304 11396 0 0 0 308 1 0 0 20 0 1 0 30827980 23568384 5508 18446744073709551615 4198400 6176925 140737080842064 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 15544320 140737080846698 140737080846825 140737080846825 140737080852427 0
/proc/16725/statm: 5754 5508 544 484 0 5165 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 23016 KiB
Current children cumulated memory: 22032 KiB

[startup+6.30016 s]
/proc/loadavg: 4.10 4.13 4.10 5/264 16726
/proc/meminfo: memFree=129540204/131249988 swapFree=33010684/33010684
[pid=16725] ppid=16722 vsize=34840 memory=33840 CPUtime=6.27 cores=5,7
/proc/16725/stat : 16725 (uwrmaxsat) R 16722 16725 14850 0 -1 4194304 16848 0 0 0 625 2 0 0 20 0 1 0 30827980 35676160 8460 18446744073709551615 4198400 6176925 140737080842064 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 15544320 140737080846698 140737080846825 140737080846825 140737080852427 0
/proc/16725/statm: 8710 8460 544 484 0 8121 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 34840 KiB
Current children cumulated memory: 33840 KiB

[startup+12.7002 s]
/proc/loadavg: 4.16 4.15 4.11 5/264 16726
/proc/meminfo: memFree=129498080/131249988 swapFree=33010684/33010684
[pid=16725] ppid=16722 vsize=28796 memory=27904 CPUtime=12.65 cores=5,7
/proc/16725/stat : 16725 (uwrmaxsat) R 16722 16725 14850 0 -1 4194304 21368 0 0 0 1262 3 0 0 20 0 1 0 30827980 29487104 6976 18446744073709551615 4198400 6176925 140737080842064 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 15544320 140737080846698 140737080846825 140737080846825 140737080852427 0
/proc/16725/statm: 7199 6976 544 484 0 6610 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 28796 KiB
Current children cumulated memory: 27904 KiB

[startup+25.5002 s]
/proc/loadavg: 4.13 4.14 4.10 5/264 16771
/proc/meminfo: memFree=129589888/131249988 swapFree=33010684/33010684
[pid=16725] ppid=16722 vsize=42152 memory=41136 CPUtime=25.42 cores=5,7
/proc/16725/stat : 16725 (uwrmaxsat) R 16722 16725 14850 0 -1 4194304 23804 0 0 0 2538 4 0 0 20 0 1 0 30827980 43163648 10284 18446744073709551615 4198400 6176925 140737080842064 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 15544320 140737080846698 140737080846825 140737080846825 140737080852427 0
/proc/16725/statm: 10538 10284 544 484 0 9949 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 42152 KiB
Current children cumulated memory: 41136 KiB

[startup+51.1053 s]
/proc/loadavg: 4.09 4.13 4.10 4/261 16830
/proc/meminfo: memFree=129721192/131249988 swapFree=33010684/33010684
[pid=16725] ppid=16722 vsize=63596 memory=62640 CPUtime=50.96 cores=5,7
/proc/16725/stat : 16725 (uwrmaxsat) R 16722 16725 14850 0 -1 4194304 27737 0 0 0 5089 7 0 0 20 0 1 0 30827980 65122304 15660 18446744073709551615 4198400 6176925 140737080842064 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 15544320 140737080846698 140737080846825 140737080846825 140737080852427 0
/proc/16725/statm: 15899 15660 544 484 0 15310 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 63596 KiB
Current children cumulated memory: 62640 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/265 16867
/proc/meminfo: memFree=129387956/131249988 swapFree=33010684/33010684
[pid=16725] ppid=16722 vsize=81476 memory=80560 CPUtime=102 cores=5,7
/proc/16725/stat : 16725 (uwrmaxsat) R 16722 16725 14850 0 -1 4194304 30693 0 0 0 10193 7 0 0 20 0 1 0 30827980 83431424 20140 18446744073709551615 4198400 6176925 140737080842064 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 15544320 140737080846698 140737080846825 140737080846825 140737080852427 0
/proc/16725/statm: 20369 20140 544 484 0 19780 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 81476 KiB
Current children cumulated memory: 80560 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/265 16869
/proc/meminfo: memFree=129364664/131249988 swapFree=33010684/33010684
[pid=16725] ppid=16722 vsize=100604 memory=99632 CPUtime=161.82 cores=5,7
/proc/16725/stat : 16725 (uwrmaxsat) R 16722 16725 14850 0 -1 4194304 34343 0 0 0 16173 9 0 0 20 0 1 0 30827980 103018496 24908 18446744073709551615 4198400 6176925 140737080842064 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 15544320 140737080846698 140737080846825 140737080846825 140737080852427 0
/proc/16725/statm: 25151 24908 544 484 0 24562 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 100604 KiB
Current children cumulated memory: 99632 KiB

[startup+222.3 s]
/proc/loadavg: 4.51 4.22 4.13 5/264 16886
/proc/meminfo: memFree=129351960/131249988 swapFree=33010684/33010684
[pid=16725] ppid=16722 vsize=113988 memory=113200 CPUtime=221.64 cores=5,7
/proc/16725/stat : 16725 (uwrmaxsat) R 16722 16725 14850 0 -1 4194304 37366 0 0 0 22152 12 0 0 20 0 1 0 30827980 116723712 28300 18446744073709551615 4198400 6176925 140737080842064 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 15544320 140737080846698 140737080846825 140737080846825 140737080852427 0
/proc/16725/statm: 28497 28300 544 484 0 27908 0
Current children cumulated CPU time: 221.64 s
Current children cumulated vsize: 113988 KiB
Current children cumulated memory: 113200 KiB

[startup+282.3 s]
/proc/loadavg: 4.26 4.20 4.13 5/264 16889
/proc/meminfo: memFree=129347632/131249988 swapFree=33010684/33010684
[pid=16725] ppid=16722 vsize=79336 memory=77424 CPUtime=281.49 cores=5,7
/proc/16725/stat : 16725 (uwrmaxsat) R 16722 16725 14850 0 -1 4194304 40192 0 0 0 28134 15 0 0 20 0 1 0 30827980 81240064 19356 18446744073709551615 4198400 6176925 140737080842064 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 15544320 140737080846698 140737080846825 140737080846825 140737080852427 0
/proc/16725/statm: 19834 19356 544 484 0 19245 0
Current children cumulated CPU time: 281.49 s
Current children cumulated vsize: 79336 KiB
Current children cumulated memory: 77424 KiB

[startup+342.3 s]
/proc/loadavg: 4.13 4.18 4.12 5/264 16891
/proc/meminfo: memFree=129293496/131249988 swapFree=33010684/33010684
[pid=16725] ppid=16722 vsize=143008 memory=142128 CPUtime=341.34 cores=5,7
/proc/16725/stat : 16725 (uwrmaxsat) R 16722 16725 14850 0 -1 4194304 42644 0 0 0 34118 16 0 0 20 0 1 0 30827980 146440192 35532 18446744073709551615 4198400 6176925 140737080842064 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 15544320 140737080846698 140737080846825 140737080846825 140737080852427 0
/proc/16725/statm: 35752 35532 544 484 0 35163 0
Current children cumulated CPU time: 341.34 s
Current children cumulated vsize: 143008 KiB
Current children cumulated memory: 142128 KiB

[startup+402.3 s]
/proc/loadavg: 4.15 4.17 4.12 5/263 16893
/proc/meminfo: memFree=129202144/131249988 swapFree=33010684/33010684
[pid=16725] ppid=16722 vsize=134856 memory=134064 CPUtime=401.21 cores=5,7
/proc/16725/stat : 16725 (uwrmaxsat) R 16722 16725 14850 0 -1 4194304 46298 0 0 0 40100 21 0 0 20 0 1 0 30827980 138092544 33516 18446744073709551615 4198400 6176925 140737080842064 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 15544320 140737080846698 140737080846825 140737080846825 140737080852427 0
/proc/16725/statm: 33714 33516 544 484 0 33125 0
Current children cumulated CPU time: 401.21 s
Current children cumulated vsize: 134856 KiB
Current children cumulated memory: 134064 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 4.16 4.12 5/263 16895
/proc/meminfo: memFree=129226572/131249988 swapFree=33010684/33010684
[pid=16725] ppid=16722 vsize=115532 memory=114736 CPUtime=461.05 cores=5,7
/proc/16725/stat : 16725 (uwrmaxsat) R 16722 16725 14850 0 -1 4194304 48228 0 0 0 46082 23 0 0 20 0 1 0 30827980 118304768 28684 18446744073709551615 4198400 6176925 140737080842064 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 15544320 140737080846698 140737080846825 140737080846825 140737080852427 0
/proc/16725/statm: 28883 28684 544 484 0 28294 0

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

Current children cumulated memory: 267068 KiB

[startup+2922.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/263 17011
/proc/meminfo: memFree=128906996/131249988 swapFree=33010684/33010684
[pid=16725] ppid=16722 vsize=238724 memory=236620 CPUtime=2914.93 cores=5,7
/proc/16725/stat : 16725 (uwrmaxsat) R 16722 16725 14850 0 -1 4194304 208731 0 0 0 291186 307 0 0 20 0 1 0 30827980 244453376 59155 18446744073709551615 4198400 6176925 140737080842064 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 15544320 140737080846698 140737080846825 140737080846825 140737080852427 0
/proc/16725/statm: 59681 59155 544 484 0 59092 0
Current children cumulated CPU time: 2914.93 s
Current children cumulated vsize: 238724 KiB
Current children cumulated memory: 236620 KiB

[startup+2982.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/264 17016
/proc/meminfo: memFree=128772380/131249988 swapFree=33010684/33010684
[pid=16725] ppid=16722 vsize=234524 memory=232420 CPUtime=2974.78 cores=5,7
/proc/16725/stat : 16725 (uwrmaxsat) R 16722 16725 14850 0 -1 4194304 211135 0 0 0 297165 313 0 0 20 0 1 0 30827980 240152576 58105 18446744073709551615 4198400 6176925 140737080842064 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 15544320 140737080846698 140737080846825 140737080846825 140737080852427 0
/proc/16725/statm: 58631 58105 544 484 0 58042 0
Current children cumulated CPU time: 2974.78 s
Current children cumulated vsize: 234524 KiB
Current children cumulated memory: 232420 KiB

[startup+3042.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/264 17018
/proc/meminfo: memFree=128745348/131249988 swapFree=33010684/33010684
[pid=16725] ppid=16722 vsize=229972 memory=228268 CPUtime=3034.63 cores=5,7
/proc/16725/stat : 16725 (uwrmaxsat) R 16722 16725 14850 0 -1 4194304 213270 0 0 0 303144 319 0 0 20 0 1 0 30827980 235491328 57067 18446744073709551615 4198400 6176925 140737080842064 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 15544320 140737080846698 140737080846825 140737080846825 140737080852427 0
/proc/16725/statm: 57493 57067 544 484 0 56904 0
Current children cumulated CPU time: 3034.63 s
Current children cumulated vsize: 229972 KiB
Current children cumulated memory: 228268 KiB

[startup+3102.3 s]
/proc/loadavg: 4.16 4.12 4.09 5/264 17025
/proc/meminfo: memFree=128678884/131249988 swapFree=33010684/33010684
[pid=16725] ppid=16722 vsize=239452 memory=237860 CPUtime=3094.48 cores=5,7
/proc/16725/stat : 16725 (uwrmaxsat) R 16722 16725 14850 0 -1 4194304 216068 0 0 0 309121 327 0 0 20 0 1 0 30827980 245198848 59465 18446744073709551615 4198400 6176925 140737080842064 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 15544320 140737080846698 140737080846825 140737080846825 140737080852427 0
/proc/16725/statm: 59863 59465 544 484 0 59274 0
Current children cumulated CPU time: 3094.48 s
Current children cumulated vsize: 239452 KiB
Current children cumulated memory: 237860 KiB

[startup+3162.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/264 17027
/proc/meminfo: memFree=128666252/131249988 swapFree=33010684/33010684
[pid=16725] ppid=16722 vsize=231304 memory=229600 CPUtime=3154.34 cores=5,7
/proc/16725/stat : 16725 (uwrmaxsat) R 16722 16725 14850 0 -1 4194304 218606 0 0 0 315100 334 0 0 20 0 1 0 30827980 236855296 57400 18446744073709551615 4198400 6176925 140737080842064 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 15544320 140737080846698 140737080846825 140737080846825 140737080852427 0
/proc/16725/statm: 57826 57400 544 484 0 57237 0
Current children cumulated CPU time: 3154.34 s
Current children cumulated vsize: 231304 KiB
Current children cumulated memory: 229600 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/264 17029
/proc/meminfo: memFree=128810776/131249988 swapFree=33010684/33010684
[pid=16725] ppid=16722 vsize=232980 memory=231276 CPUtime=3214.18 cores=5,7
/proc/16725/stat : 16725 (uwrmaxsat) R 16722 16725 14850 0 -1 4194304 221461 0 0 0 321077 341 0 0 20 0 1 0 30827980 238571520 57819 18446744073709551615 4198400 6176925 140737080842064 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 15544320 140737080846698 140737080846825 140737080846825 140737080852427 0
/proc/16725/statm: 58245 57819 544 484 0 57656 0
Current children cumulated CPU time: 3214.18 s
Current children cumulated vsize: 232980 KiB
Current children cumulated memory: 231276 KiB

[startup+3282.3 s]
/proc/loadavg: 4.17 4.13 4.10 5/264 17031
/proc/meminfo: memFree=128654216/131249988 swapFree=33010684/33010684
[pid=16725] ppid=16722 vsize=267852 memory=266148 CPUtime=3274.04 cores=5,7
/proc/16725/stat : 16725 (uwrmaxsat) R 16722 16725 14850 0 -1 4194304 223556 0 0 0 327055 349 0 0 20 0 1 0 30827980 274280448 66537 18446744073709551615 4198400 6176925 140737080842064 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 15544320 140737080846698 140737080846825 140737080846825 140737080852427 0
/proc/16725/statm: 66963 66537 544 484 0 66374 0
Current children cumulated CPU time: 3274.04 s
Current children cumulated vsize: 267852 KiB
Current children cumulated memory: 266148 KiB

[startup+3342.3 s]
/proc/loadavg: 4.06 4.10 4.09 5/264 17033
/proc/meminfo: memFree=128683792/131249988 swapFree=33010684/33010684
[pid=16725] ppid=16722 vsize=231612 memory=229912 CPUtime=3333.88 cores=5,7
/proc/16725/stat : 16725 (uwrmaxsat) R 16722 16725 14850 0 -1 4194304 225588 0 0 0 333034 354 0 0 20 0 1 0 30827980 237170688 57478 18446744073709551615 4198400 6176925 140737080842064 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 15544320 140737080846698 140737080846825 140737080846825 140737080852427 0
/proc/16725/statm: 57903 57478 544 484 0 57314 0
Current children cumulated CPU time: 3333.88 s
Current children cumulated vsize: 231612 KiB
Current children cumulated memory: 229912 KiB

[startup+3402.3 s]
/proc/loadavg: 4.06 4.10 4.09 5/263 17035
/proc/meminfo: memFree=128729660/131249988 swapFree=33010684/33010684
[pid=16725] ppid=16722 vsize=224272 memory=222572 CPUtime=3393.74 cores=5,7
/proc/16725/stat : 16725 (uwrmaxsat) R 16722 16725 14850 0 -1 4194304 226773 0 0 0 339018 356 0 0 20 0 1 0 30827980 229654528 55643 18446744073709551615 4198400 6176925 140737080842064 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 15544320 140737080846698 140737080846825 140737080846825 140737080852427 0
/proc/16725/statm: 56068 55643 544 484 0 55479 0
Current children cumulated CPU time: 3393.74 s
Current children cumulated vsize: 224272 KiB
Current children cumulated memory: 222572 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/263 17037
/proc/meminfo: memFree=128785776/131249988 swapFree=33010684/33010684
[pid=16725] ppid=16722 vsize=246312 memory=243316 CPUtime=3453.59 cores=5,7
/proc/16725/stat : 16725 (uwrmaxsat) R 16722 16725 14850 0 -1 4194304 228776 0 0 0 344996 363 0 0 20 0 1 0 30827980 252223488 60829 18446744073709551615 4198400 6176925 140737080842064 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 15544320 140737080846698 140737080846825 140737080846825 140737080852427 0
/proc/16725/statm: 61578 60829 544 484 0 60989 0
Current children cumulated CPU time: 3453.59 s
Current children cumulated vsize: 246312 KiB
Current children cumulated memory: 243316 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/263 17039
/proc/meminfo: memFree=128745592/131249988 swapFree=33010684/33010684
[pid=16725] ppid=16722 vsize=231164 memory=228168 CPUtime=3513.45 cores=5,7
/proc/16725/stat : 16725 (uwrmaxsat) R 16722 16725 14850 0 -1 4194304 230936 0 0 0 350976 369 0 0 20 0 1 0 30827980 236711936 57042 18446744073709551615 4198400 6176925 140737080842064 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 15544320 140737080846698 140737080846825 140737080846825 140737080852427 0
/proc/16725/statm: 57791 57042 544 484 0 57202 0
Current children cumulated CPU time: 3513.45 s
Current children cumulated vsize: 231164 KiB
Current children cumulated memory: 228168 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/262 17043
/proc/meminfo: memFree=128726780/131249988 swapFree=33010684/33010684
[pid=16725] ppid=16722 vsize=236252 memory=232600 CPUtime=3573.3 cores=5,7
/proc/16725/stat : 16725 (uwrmaxsat) R 16722 16725 14850 0 -1 4194304 233099 0 0 0 356954 376 0 0 20 0 1 0 30827980 241922048 58150 18446744073709551615 4198400 6176925 140737080842064 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 15544320 140737080846698 140737080846825 140737080846825 140737080852427 0
/proc/16725/statm: 59063 58150 544 484 0 58474 0
Current children cumulated CPU time: 3573.3 s
Current children cumulated vsize: 236252 KiB
Current children cumulated memory: 232600 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.11 s]
/proc/loadavg: 3.98 4.07 4.08 4/256 17075
/proc/meminfo: memFree=129345580/131249988 swapFree=33010684/33010684
[pid=16725] ppid=16722 vsize=241528 memory=237876 CPUtime=3600.04 cores=5,7
/proc/16725/stat : 16725 (uwrmaxsat) R 16722 16725 14850 0 -1 4194304 233839 0 0 0 359626 378 0 0 20 0 1 0 30827980 247324672 59469 18446744073709551615 4198400 6176925 140737080842064 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 15544320 140737080846698 140737080846825 140737080846825 140737080852427 0
/proc/16725/statm: 60382 59469 544 484 0 59793 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 241528 KiB
Current children cumulated memory: 237876 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.27 s, system=3.78133 s

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

[startup+3609.11 s]
/proc/loadavg: 3.98 4.07 4.08 4/256 17075
/proc/meminfo: memFree=129345580/131249988 swapFree=33010684/33010684
[pid=16725] ppid=16722 vsize=241528 memory=237876 CPUtime=3600.04 cores=5,7
/proc/16725/stat : 16725 (uwrmaxsat) R 16722 16725 14850 0 -1 4194304 233839 0 0 0 359626 378 0 0 20 0 1 0 30827980 247324672 59469 18446744073709551615 4198400 6176925 140737080842064 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 15544320 140737080846698 140737080846825 140737080846825 140737080852427 0
/proc/16725/statm: 60382 59469 544 484 0 59793 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 241528 KiB
Current children cumulated memory: 237876 KiB

Child status: 0

Real time (s): 3609.11
CPU time (s): 3600.05
CPU user time (s): 3596.27
CPU system time (s): 3.78133
CPU usage (%): 99.749
Max. virtual memory (cumulated for all children) (KiB): 383280
Max. memory (cumulated for all children) (KiB): 377972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.27
system time used= 3.78133
maximum resident set size= 380260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 233839
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= 46
involuntary context switches= 2636


# summary of solver processes directly reported to runsolver:
#   pid: 16725
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3596.27
#   total CPU system time (s): 3.78133

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.04496 second user time and 15.2223 second system time

The end

Launcher Data

Begin job on nodeC034 at 2025-06-29 00:58:11
IDJOB=4493208
IDBENCH=147854
IDSOLVER=3372
FILE ID=nodeC034/4493208-1751151491
RUNJOBID= nodeC034-1751144206-14863
SLURM_JOB_ID= 9587439
Free space on /tmp= 433048 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-cardinality-91-90.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4493208-1751151491/watcher-4493208-1751151491 -o /tmp/evaluation-result-4493208-1751151491/solver-4493208-1751151491 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1751144206-14863 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4493208-1751151491.opb -mem-lim=31000

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

MD5SUM BENCH= 9d0c66225d2e00f86266584536d95f11
RANDOM SEED=383622605

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        129593816 kB
MemAvailable:   129211088 kB
Buffers:            3280 kB
Cached:           399088 kB
SwapCached:            0 kB
Active:           853600 kB
Inactive:         190268 kB
Active(anon):     659608 kB
Inactive(anon):        0 kB
Active(file):     193992 kB
Inactive(file):   190268 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             12600 kB
Writeback:             4 kB
AnonPages:        642924 kB
Mapped:           109308 kB
Shmem:             18104 kB
KReclaimable:      85240 kB
Slab:             168272 kB
SReclaimable:      85240 kB
SUnreclaim:        83032 kB
KernelStack:        4304 kB
PageTables:         4220 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     976812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    350208 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:      189140 kB
DirectMap2M:     7970816 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC034 at 2025-06-29 01:58:21