Trace number 4544389

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.06 3610.9

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
extended-even-colouring/grids_rational_opb/normalized-ec_grid_rational_06_170.opb
MD5SUM8004cad3253210c4fb1dfbb021092d0c
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.133464
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6123
Total number of constraints5104
Number of constraints which are clauses4082
Number of constraints which are cardinality constraints (but not clauses)1021
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint4082
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 4082
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 12246
Number of bits of the biggest sum of numbers14
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.10	c Converting 6125 PB-constraints to clauses...
0.60/0.66	c ============================[ Encoding Statistics ]============================
0.60/0.66	c |  Number of variables:        136692                                         |
0.60/0.66	c |  Number of clauses:          334670                                         |
0.60/0.66	c ===============================================================================
3600.05/3610.90	c *** TERMINATED by signal 15 ***
3600.05/3610.90	c _______________________________________________________________________________
3600.05/3610.90	c 
3600.05/3610.90	c _______________________________________________________________________________
3600.05/3610.90	c 
3600.05/3610.90	c =======================[ UWrMaxSat resources usage ]===========================
3600.05/3610.90	c Memory used            : 579.00 MB
3600.05/3610.90	c CPU time               : 3597.13 s
3600.05/3610.90	c Constr Enc: Srt/BDD/Add: 1022 0 0
3600.05/3610.90	c _______________________________________________________________________________
3600.05/3610.90	c _______________________________________________________________________________
3600.05/3610.90	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 (63095 MiB free)
  memory of node 1: 64465 MiB (63050 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4544389-1753230215/watcher-4544389-1753230215 -o /tmp/evaluation-result-4544389-1753230215/solver-4544389-1753230215 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1753222988-194560 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4544389-1753230215.opb -mem-lim=31000 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=195353, runsolver pid=195338

[startup+0.100175 s]*
/proc/loadavg: 4.20 4.14 4.10 5/251 195354
/proc/meminfo: memFree=129157980/131382116 swapFree=33009904/33010684
[pid=195353] ppid=195338 vsize=11744 memory=10720 CPUtime=0.1 cores=1,3
/proc/195353/stat : 195353 (uwrmaxsat) R 195338 195353 194548 0 -1 4194304 2359 0 0 0 10 0 0 0 20 0 1 0 238700680 12025856 2680 18446744073709551615 4198400 6176925 140721012401280 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 14127104 140721012406632 140721012406759 140721012406759 140721012412363 0
/proc/195353/statm: 2936 2680 480 484 0 2347 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 11744 KiB
Current children cumulated memory: 10720 KiB

[startup+0.213172 s]*
/proc/loadavg: 4.20 4.14 4.10 5/251 195354
/proc/meminfo: memFree=129131772/131382116 swapFree=33009904/33010684
[pid=195353] ppid=195338 vsize=19612 memory=17972 CPUtime=0.21 cores=1,3
/proc/195353/stat : 195353 (uwrmaxsat) R 195338 195353 194548 0 -1 4194304 4148 0 0 0 20 1 0 0 20 0 1 0 238700680 20082688 4493 18446744073709551615 4198400 6176925 140721012401280 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 14127104 140721012406632 140721012406759 140721012406759 140721012412363 0
/proc/195353/statm: 4903 4493 480 484 0 4314 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 19612 KiB
Current children cumulated memory: 17972 KiB

[startup+0.313492 s]*
/proc/loadavg: 4.20 4.14 4.10 5/251 195354
/proc/meminfo: memFree=129108336/131382116 swapFree=33009904/33010684
[pid=195353] ppid=195338 vsize=37732 memory=33276 CPUtime=0.31 cores=1,3
/proc/195353/stat : 195353 (uwrmaxsat) R 195338 195353 194548 0 -1 4194304 7713 0 0 0 28 3 0 0 20 0 1 0 238700680 38637568 8319 18446744073709551615 4198400 6176925 140721012401280 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 14127104 140721012406632 140721012406759 140721012406759 140721012412363 0
/proc/195353/statm: 9433 8319 480 484 0 8844 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 37732 KiB
Current children cumulated memory: 33276 KiB

[startup+0.700342 s]
/proc/loadavg: 4.20 4.14 4.10 5/251 195354
/proc/meminfo: memFree=129059196/131382116 swapFree=33009904/33010684
[pid=195353] ppid=195338 vsize=103628 memory=95668 CPUtime=0.69 cores=1,3
/proc/195353/stat : 195353 (uwrmaxsat) R 195338 195353 194548 0 -1 4194304 21329 0 0 0 61 8 0 0 20 0 1 0 238700680 106115072 23917 18446744073709551615 4198400 6176925 140721012401280 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 14127104 140721012406632 140721012406759 140721012406759 140721012412363 0
/proc/195353/statm: 25907 23917 480 484 0 25318 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 103628 KiB
Current children cumulated memory: 95668 KiB

[startup+1.50035 s]
/proc/loadavg: 4.27 4.16 4.10 5/251 195354
/proc/meminfo: memFree=128944348/131382116 swapFree=33009904/33010684
[pid=195353] ppid=195338 vsize=122104 memory=113384 CPUtime=1.49 cores=1,3
/proc/195353/stat : 195353 (uwrmaxsat) R 195338 195353 194548 0 -1 4194304 22760 0 0 0 140 9 0 0 20 0 1 0 238700680 125034496 28346 18446744073709551615 4198400 6176925 140721012401280 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 14127104 140721012406632 140721012406759 140721012406759 140721012412363 0
/proc/195353/statm: 30526 28346 544 484 0 29937 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 122104 KiB
Current children cumulated memory: 113384 KiB

[startup+3.11239 s]
/proc/loadavg: 4.27 4.16 4.10 5/251 195354
/proc/meminfo: memFree=128837656/131382116 swapFree=33009904/33010684
[pid=195353] ppid=195338 vsize=144636 memory=136848 CPUtime=3.09 cores=1,3
/proc/195353/stat : 195353 (uwrmaxsat) R 195338 195353 194548 0 -1 4194304 30417 0 0 0 297 12 0 0 20 0 1 0 238700680 148107264 34212 18446744073709551615 4198400 6176925 140721012401280 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 14127104 140721012406632 140721012406759 140721012406759 140721012412363 0
/proc/195353/statm: 36159 34212 544 484 0 35570 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 144636 KiB
Current children cumulated memory: 136848 KiB

[startup+6.3003 s]
/proc/loadavg: 4.25 4.15 4.10 5/251 195354
/proc/meminfo: memFree=128783088/131382116 swapFree=33009904/33010684
[pid=195353] ppid=195338 vsize=129616 memory=114408 CPUtime=6.27 cores=1,3
/proc/195353/stat : 195353 (uwrmaxsat) R 195338 195353 194548 0 -1 4194304 34483 0 0 0 613 14 0 0 20 0 1 0 238700680 132726784 28602 18446744073709551615 4198400 6176925 140721012401280 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 14127104 140721012406632 140721012406759 140721012406759 140721012412363 0
/proc/195353/statm: 32404 28602 544 484 0 31815 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 129616 KiB
Current children cumulated memory: 114408 KiB

[startup+12.7003 s]
/proc/loadavg: 4.23 4.15 4.10 5/251 195400
/proc/meminfo: memFree=128764288/131382116 swapFree=33009904/33010684
[pid=195353] ppid=195338 vsize=129616 memory=116728 CPUtime=12.63 cores=1,3
/proc/195353/stat : 195353 (uwrmaxsat) R 195338 195353 194548 0 -1 4194304 34542 0 0 0 1246 17 0 0 20 0 1 0 238700680 132726784 29182 18446744073709551615 4198400 6176925 140721012401280 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 14127104 140721012406632 140721012406759 140721012406759 140721012412363 0
/proc/195353/statm: 32404 29182 544 484 0 31815 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 129616 KiB
Current children cumulated memory: 116728 KiB

[startup+25.5003 s]
/proc/loadavg: 4.19 4.14 4.10 5/251 195400
/proc/meminfo: memFree=128701568/131382116 swapFree=33009904/33010684
[pid=195353] ppid=195338 vsize=132440 memory=119756 CPUtime=25.39 cores=1,3
/proc/195353/stat : 195353 (uwrmaxsat) R 195338 195353 194548 0 -1 4194304 34804 0 0 0 2522 17 0 0 20 0 1 0 238700680 135618560 29939 18446744073709551615 4198400 6176925 140721012401280 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 14127104 140721012406632 140721012406759 140721012406759 140721012412363 0
/proc/195353/statm: 33110 29939 544 484 0 32521 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 132440 KiB
Current children cumulated memory: 119756 KiB

[startup+51.1129 s]
/proc/loadavg: 4.19 4.15 4.10 5/250 195400
/proc/meminfo: memFree=128736224/131382116 swapFree=33009904/33010684
[pid=195353] ppid=195338 vsize=134448 memory=121804 CPUtime=50.91 cores=1,3
/proc/195353/stat : 195353 (uwrmaxsat) R 195338 195353 194548 0 -1 4194304 35308 0 0 0 5074 17 0 0 20 0 1 0 238700680 137674752 30451 18446744073709551615 4198400 6176925 140721012401280 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 14127104 140721012406632 140721012406759 140721012406759 140721012412363 0
/proc/195353/statm: 33612 30451 544 484 0 33023 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 134448 KiB
Current children cumulated memory: 121804 KiB

[startup+102.3 s]
/proc/loadavg: 4.15 4.14 4.10 5/249 195402
/proc/meminfo: memFree=128635564/131382116 swapFree=33009904/33010684
[pid=195353] ppid=195338 vsize=154936 memory=142540 CPUtime=101.93 cores=1,3
/proc/195353/stat : 195353 (uwrmaxsat) R 195338 195353 194548 0 -1 4194304 36916 0 0 0 10174 19 0 0 20 0 1 0 238700680 158654464 35635 18446744073709551615 4198400 6176925 140721012401280 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 14127104 140721012406632 140721012406759 140721012406759 140721012412363 0
/proc/195353/statm: 38734 35635 544 484 0 38145 0
Current children cumulated CPU time: 101.93 s
Current children cumulated vsize: 154936 KiB
Current children cumulated memory: 142540 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.13 4.09 5/249 195404
/proc/meminfo: memFree=128607220/131382116 swapFree=33009904/33010684
[pid=195353] ppid=195338 vsize=180692 memory=170316 CPUtime=161.72 cores=1,3
/proc/195353/stat : 195353 (uwrmaxsat) R 195338 195353 194548 0 -1 4194304 39752 0 0 0 16152 20 0 0 20 0 1 0 238700680 185028608 42579 18446744073709551615 4198400 6176925 140721012401280 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 14127104 140721012406632 140721012406759 140721012406759 140721012412363 0
/proc/195353/statm: 45173 42579 544 484 0 44584 0
Current children cumulated CPU time: 161.72 s
Current children cumulated vsize: 180692 KiB
Current children cumulated memory: 170316 KiB

[startup+222.3 s]
/proc/loadavg: 4.14 4.13 4.09 5/250 195413
/proc/meminfo: memFree=128565768/131382116 swapFree=33009904/33010684
[pid=195353] ppid=195338 vsize=180692 memory=171084 CPUtime=221.54 cores=1,3
/proc/195353/stat : 195353 (uwrmaxsat) R 195338 195353 194548 0 -1 4194304 39753 0 0 0 22133 21 0 0 20 0 1 0 238700680 185028608 42771 18446744073709551615 4198400 6176925 140721012401280 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 14127104 140721012406632 140721012406759 140721012406759 140721012412363 0
/proc/195353/statm: 45173 42771 544 484 0 44584 0
Current children cumulated CPU time: 221.54 s
Current children cumulated vsize: 180692 KiB
Current children cumulated memory: 171084 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/250 195415
/proc/meminfo: memFree=128522808/131382116 swapFree=33009904/33010684
[pid=195353] ppid=195338 vsize=180692 memory=171084 CPUtime=281.33 cores=1,3
/proc/195353/stat : 195353 (uwrmaxsat) R 195338 195353 194548 0 -1 4194304 39806 0 0 0 28112 21 0 0 20 0 1 0 238700680 185028608 42771 18446744073709551615 4198400 6176925 140721012401280 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 14127104 140721012406632 140721012406759 140721012406759 140721012412363 0
/proc/195353/statm: 45173 42771 544 484 0 44584 0
Current children cumulated CPU time: 281.33 s
Current children cumulated vsize: 180692 KiB
Current children cumulated memory: 171084 KiB

[startup+342.3 s]
/proc/loadavg: 4.16 4.13 4.09 5/250 195417
/proc/meminfo: memFree=128416404/131382116 swapFree=33009904/33010684
[pid=195353] ppid=195338 vsize=214704 memory=205148 CPUtime=341.12 cores=1,3
/proc/195353/stat : 195353 (uwrmaxsat) R 195338 195353 194548 0 -1 4194304 43241 0 0 0 34087 25 0 0 20 0 1 0 238700680 219856896 51287 18446744073709551615 4198400 6176925 140721012401280 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 14127104 140721012406632 140721012406759 140721012406759 140721012412363 0
/proc/195353/statm: 53676 51287 544 484 0 53087 0
Current children cumulated CPU time: 341.12 s
Current children cumulated vsize: 214704 KiB
Current children cumulated memory: 205148 KiB

[startup+402.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/250 195419
/proc/meminfo: memFree=128295720/131382116 swapFree=33009904/33010684
[pid=195353] ppid=195338 vsize=188616 memory=176372 CPUtime=400.92 cores=1,3
/proc/195353/stat : 195353 (uwrmaxsat) R 195338 195353 194548 0 -1 4194304 47303 0 0 0 40063 29 0 0 20 0 1 0 238700680 193142784 44093 18446744073709551615 4198400 6176925 140721012401280 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 14127104 140721012406632 140721012406759 140721012406759 140721012412363 0
/proc/195353/statm: 47154 44093 544 484 0 46565 0
Current children cumulated CPU time: 400.92 s
Current children cumulated vsize: 188616 KiB
Current children cumulated memory: 176372 KiB

[startup+462.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/251 195422
/proc/meminfo: memFree=128217020/131382116 swapFree=33009904/33010684
[pid=195353] ppid=195338 vsize=282984 memory=271460 CPUtime=460.73 cores=1,3
/proc/195353/stat : 195353 (uwrmaxsat) R 195338 195353 194548 0 -1 4194304 60507 0 0 0 46035 38 0 0 20 0 1 0 238700680 289775616 67865 18446744073709551615 4198400 6176925 140721012401280 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 14127104 140721012406632 140721012406759 140721012406759 140721012412363 0
/proc/195353/statm: 70746 67865 544 484 0 70157 0
Current children cumulated CPU time: 460.73 s

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

Current children cumulated memory: 322464 KiB

[startup+2922.3 s]
/proc/loadavg: 4.08 4.15 4.19 5/251 195599
/proc/meminfo: memFree=127890520/131382116 swapFree=33009904/33010684
[pid=195353] ppid=195338 vsize=336312 memory=327288 CPUtime=2913.41 cores=1,3
/proc/195353/stat : 195353 (uwrmaxsat) R 195338 195353 194548 0 -1 4194304 173369 0 0 0 291077 264 0 0 20 0 1 0 238700680 344383488 81822 18446744073709551615 4198400 6176925 140721012401280 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 14127104 140721012406632 140721012406759 140721012406759 140721012412363 0
/proc/195353/statm: 84078 81822 544 484 0 83489 0
Current children cumulated CPU time: 2913.41 s
Current children cumulated vsize: 336312 KiB
Current children cumulated memory: 327288 KiB

[startup+2982.3 s]
/proc/loadavg: 4.13 4.15 4.18 5/251 195601
/proc/meminfo: memFree=127870632/131382116 swapFree=33009904/33010684
[pid=195353] ppid=195338 vsize=337168 memory=325136 CPUtime=2973.23 cores=1,3
/proc/195353/stat : 195353 (uwrmaxsat) R 195338 195353 194548 0 -1 4194304 174774 0 0 0 297056 267 0 0 20 0 1 0 238700680 345260032 81284 18446744073709551615 4198400 6176925 140721012401280 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 14127104 140721012406632 140721012406759 140721012406759 140721012412363 0
/proc/195353/statm: 84292 81284 544 484 0 83703 0
Current children cumulated CPU time: 2973.23 s
Current children cumulated vsize: 337168 KiB
Current children cumulated memory: 325136 KiB

[startup+3042.3 s]
/proc/loadavg: 4.09 4.14 4.18 5/251 195603
/proc/meminfo: memFree=127835120/131382116 swapFree=33009904/33010684
[pid=195353] ppid=195338 vsize=353944 memory=341568 CPUtime=3033.07 cores=1,3
/proc/195353/stat : 195353 (uwrmaxsat) R 195338 195353 194548 0 -1 4194304 176488 0 0 0 303037 270 0 0 20 0 1 0 238700680 362438656 85392 18446744073709551615 4198400 6176925 140721012401280 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 14127104 140721012406632 140721012406759 140721012406759 140721012412363 0
/proc/195353/statm: 88486 85392 544 484 0 87897 0
Current children cumulated CPU time: 3033.07 s
Current children cumulated vsize: 353944 KiB
Current children cumulated memory: 341568 KiB

[startup+3102.3 s]
/proc/loadavg: 4.21 4.16 4.18 5/250 195608
/proc/meminfo: memFree=127932592/131382116 swapFree=33009904/33010684
[pid=195353] ppid=195338 vsize=355256 memory=342940 CPUtime=3092.89 cores=1,3
/proc/195353/stat : 195353 (uwrmaxsat) R 195338 195353 194548 0 -1 4194304 178042 0 0 0 309016 273 0 0 20 0 1 0 238700680 363782144 85735 18446744073709551615 4198400 6176925 140721012401280 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 14127104 140721012406632 140721012406759 140721012406759 140721012412363 0
/proc/195353/statm: 88814 85735 544 484 0 88225 0
Current children cumulated CPU time: 3092.89 s
Current children cumulated vsize: 355256 KiB
Current children cumulated memory: 342940 KiB

[startup+3162.3 s]
/proc/loadavg: 4.14 4.14 4.18 5/250 195610
/proc/meminfo: memFree=127844260/131382116 swapFree=33009904/33010684
[pid=195353] ppid=195338 vsize=355756 memory=343380 CPUtime=3152.73 cores=1,3
/proc/195353/stat : 195353 (uwrmaxsat) R 195338 195353 194548 0 -1 4194304 179011 0 0 0 314997 276 0 0 20 0 1 0 238700680 364294144 85845 18446744073709551615 4198400 6176925 140721012401280 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 14127104 140721012406632 140721012406759 140721012406759 140721012412363 0
/proc/195353/statm: 88939 85845 544 484 0 88350 0
Current children cumulated CPU time: 3152.73 s
Current children cumulated vsize: 355756 KiB
Current children cumulated memory: 343380 KiB

[startup+3222.3 s]
/proc/loadavg: 4.09 4.13 4.17 5/251 195619
/proc/meminfo: memFree=127851756/131382116 swapFree=33009904/33010684
[pid=195353] ppid=195338 vsize=356260 memory=343884 CPUtime=3212.55 cores=1,3
/proc/195353/stat : 195353 (uwrmaxsat) R 195338 195353 194548 0 -1 4194304 179914 0 0 0 320977 278 0 0 20 0 1 0 238700680 364810240 85971 18446744073709551615 4198400 6176925 140721012401280 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 14127104 140721012406632 140721012406759 140721012406759 140721012412363 0
/proc/195353/statm: 89065 85971 544 484 0 88476 0
Current children cumulated CPU time: 3212.55 s
Current children cumulated vsize: 356260 KiB
Current children cumulated memory: 343884 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.13 4.17 5/251 195621
/proc/meminfo: memFree=127819144/131382116 swapFree=33009904/33010684
[pid=195353] ppid=195338 vsize=356708 memory=344332 CPUtime=3272.38 cores=1,3
/proc/195353/stat : 195353 (uwrmaxsat) R 195338 195353 194548 0 -1 4194304 181032 0 0 0 326958 280 0 0 20 0 1 0 238700680 365268992 86083 18446744073709551615 4198400 6176925 140721012401280 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 14127104 140721012406632 140721012406759 140721012406759 140721012412363 0
/proc/195353/statm: 89177 86083 544 484 0 88588 0
Current children cumulated CPU time: 3272.38 s
Current children cumulated vsize: 356708 KiB
Current children cumulated memory: 344332 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.12 4.16 5/251 195623
/proc/meminfo: memFree=127835420/131382116 swapFree=33009904/33010684
[pid=195353] ppid=195338 vsize=357556 memory=345180 CPUtime=3332.21 cores=1,3
/proc/195353/stat : 195353 (uwrmaxsat) R 195338 195353 194548 0 -1 4194304 182515 0 0 0 332938 283 0 0 20 0 1 0 238700680 366137344 86295 18446744073709551615 4198400 6176925 140721012401280 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 14127104 140721012406632 140721012406759 140721012406759 140721012412363 0
/proc/195353/statm: 89389 86295 544 484 0 88800 0
Current children cumulated CPU time: 3332.21 s
Current children cumulated vsize: 357556 KiB
Current children cumulated memory: 345180 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.13 4.16 5/251 195625
/proc/meminfo: memFree=127822412/131382116 swapFree=33009904/33010684
[pid=195353] ppid=195338 vsize=358128 memory=345752 CPUtime=3392.04 cores=1,3
/proc/195353/stat : 195353 (uwrmaxsat) R 195338 195353 194548 0 -1 4194304 183907 0 0 0 338919 285 0 0 20 0 1 0 238700680 366723072 86438 18446744073709551615 4198400 6176925 140721012401280 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 14127104 140721012406632 140721012406759 140721012406759 140721012412363 0
/proc/195353/statm: 89532 86438 544 484 0 88943 0
Current children cumulated CPU time: 3392.04 s
Current children cumulated vsize: 358128 KiB
Current children cumulated memory: 345752 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.13 4.16 5/251 195627
/proc/meminfo: memFree=127806536/131382116 swapFree=33009904/33010684
[pid=195353] ppid=195338 vsize=358492 memory=346208 CPUtime=3451.86 cores=1,3
/proc/195353/stat : 195353 (uwrmaxsat) R 195338 195353 194548 0 -1 4194304 184825 0 0 0 344899 287 0 0 20 0 1 0 238700680 367095808 86552 18446744073709551615 4198400 6176925 140721012401280 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 14127104 140721012406632 140721012406759 140721012406759 140721012412363 0
/proc/195353/statm: 89623 86552 544 484 0 89034 0
Current children cumulated CPU time: 3451.86 s
Current children cumulated vsize: 358492 KiB
Current children cumulated memory: 346208 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.12 4.16 5/252 195630
/proc/meminfo: memFree=127773556/131382116 swapFree=33009904/33010684
[pid=195353] ppid=195338 vsize=358860 memory=347084 CPUtime=3511.7 cores=1,3
/proc/195353/stat : 195353 (uwrmaxsat) R 195338 195353 194548 0 -1 4194304 185307 0 0 0 350881 289 0 0 20 0 1 0 238700680 367472640 86771 18446744073709551615 4198400 6176925 140721012401280 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 14127104 140721012406632 140721012406759 140721012406759 140721012412363 0
/proc/195353/statm: 89715 86771 544 484 0 89126 0
Current children cumulated CPU time: 3511.7 s
Current children cumulated vsize: 358860 KiB
Current children cumulated memory: 347084 KiB

[startup+3582.3 s]
/proc/loadavg: 4.14 4.13 4.16 5/251 195632
/proc/meminfo: memFree=127769096/131382116 swapFree=33009904/33010684
[pid=195353] ppid=195338 vsize=359136 memory=347360 CPUtime=3571.53 cores=1,3
/proc/195353/stat : 195353 (uwrmaxsat) R 195338 195353 194548 0 -1 4194304 186039 0 0 0 356862 291 0 0 20 0 1 0 238700680 367755264 86840 18446744073709551615 4198400 6176925 140721012401280 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 14127104 140721012406632 140721012406759 140721012406759 140721012412363 0
/proc/195353/statm: 89784 86840 544 484 0 89195 0
Current children cumulated CPU time: 3571.53 s
Current children cumulated vsize: 359136 KiB
Current children cumulated memory: 347360 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.9 s]
/proc/loadavg: 4.09 4.12 4.15 5/251 195632
/proc/meminfo: memFree=127760900/131382116 swapFree=33009904/33010684
[pid=195353] ppid=195338 vsize=360212 memory=348436 CPUtime=3600.05 cores=1,3
/proc/195353/stat : 195353 (uwrmaxsat) R 195338 195353 194548 0 -1 4194304 187136 0 0 0 359712 293 0 0 20 0 1 0 238700680 368857088 87109 18446744073709551615 4198400 6176925 140721012401280 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 14127104 140721012406632 140721012406759 140721012406759 140721012412363 0
/proc/195353/statm: 90053 87109 544 484 0 89464 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 360212 KiB
Current children cumulated memory: 348436 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.13 s, system=2.93529 s

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

[startup+3610.9 s]
/proc/loadavg: 4.09 4.12 4.15 5/251 195632
/proc/meminfo: memFree=127760900/131382116 swapFree=33009904/33010684
[pid=195353] ppid=195338 vsize=360212 memory=348436 CPUtime=3600.05 cores=1,3
/proc/195353/stat : 195353 (uwrmaxsat) R 195338 195353 194548 0 -1 4194304 187136 0 0 0 359712 293 0 0 20 0 1 0 238700680 368857088 87109 18446744073709551615 4198400 6176925 140721012401280 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 14127104 140721012406632 140721012406759 140721012406759 140721012412363 0
/proc/195353/statm: 90053 87109 544 484 0 89464 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 360212 KiB
Current children cumulated memory: 348436 KiB

Child status: 0

Real time (s): 3610.9
CPU time (s): 3600.06
CPU user time (s): 3597.13
CPU system time (s): 2.93529
CPU usage (%): 99.6998
Max. virtual memory (cumulated for all children) (KiB): 593252
Max. memory (cumulated for all children) (KiB): 578340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.13
system time used= 2.93529
maximum resident set size= 583192
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 187136
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= 58
involuntary context switches= 1711


# summary of solver processes directly reported to runsolver:
#   pid: 195353
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3597.13
#   total CPU system time (s): 2.93529

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.6224 second user time and 34.3771 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-07-23 02:23:35
IDJOB=4544389
IDBENCH=175392
IDSOLVER=3372
FILE ID=nodeC004/4544389-1753230215
RUNJOBID= nodeC004-1753222988-194560
SLURM_JOB_ID= 9687825
Free space on /tmp= 433016 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/extended-even-colouring/grids_rational_opb/normalized-ec_grid_rational_06_170.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4544389-1753230215/watcher-4544389-1753230215 -o /tmp/evaluation-result-4544389-1753230215/solver-4544389-1753230215 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1753222988-194560 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4544389-1753230215.opb -mem-lim=31000

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

MD5SUM BENCH= 8004cad3253210c4fb1dfbb021092d0c
RANDOM SEED=1865221095

nodeC004 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.283
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.74
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.179
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.74
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.574
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.74
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.220
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.74
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.172
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.74
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		: 1197.925
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.74
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.304
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.74
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.226
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        129181536 kB
MemAvailable:   129803572 kB
Buffers:            2128 kB
Cached:          1370060 kB
SwapCached:           32 kB
Active:          1137788 kB
Inactive:         303412 kB
Active(anon):      84440 kB
Inactive(anon):    10468 kB
Active(file):    1053348 kB
Inactive(file):   292944 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             10532 kB
Writeback:             0 kB
AnonPages:         72196 kB
Mapped:           108592 kB
Shmem:             26132 kB
KReclaimable:     230740 kB
Slab:             323876 kB
SReclaimable:     230740 kB
SUnreclaim:        93136 kB
KernelStack:        3904 kB
PageTables:         2844 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     353760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149288 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432996 MiB
End job on nodeC004 at 2025-07-23 03:23:46