Trace number 4544311

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
UWrMaxSat 2025-06-04? (TO) 3600.04 3611.4

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/extended-even-colouring/
random_norational_opb/normalized-ec_random_norational_random4reg_split_350.opb
MD5SUM7a60842b33cead3593177bf84a5f4859
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.040427
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2103
Total number of constraints1754
Number of constraints which are clauses1402
Number of constraints which are cardinality constraints (but not clauses)351
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint1402
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 1401
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4205
Number of bits of the biggest sum of numbers13
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 2105 PB-constraints to clauses...
0.10/0.20	c ============================[ Encoding Statistics ]============================
0.10/0.20	c |  Number of variables:         34392                                         |
0.10/0.20	c |  Number of clauses:           89559                                         |
0.10/0.20	c ===============================================================================
3600.03/3611.40	c *** TERMINATED by signal 15 ***
3600.03/3611.40	c _______________________________________________________________________________
3600.03/3611.40	c 
3600.03/3611.40	c _______________________________________________________________________________
3600.03/3611.40	c 
3600.03/3611.40	c =======================[ UWrMaxSat resources usage ]===========================
3600.03/3611.40	c Memory used            : 359.00 MB
3600.03/3611.40	c CPU time               : 3598.29 s
3600.03/3611.40	c Constr Enc: Srt/BDD/Add: 352 0 0
3600.03/3611.40	c _______________________________________________________________________________
3600.03/3611.40	c _______________________________________________________________________________
3600.03/3611.40	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 (63099 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-4544311-1753230215/watcher-4544311-1753230215 -o /tmp/evaluation-result-4544311-1753230215/solver-4544311-1753230215 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1753222988-194558 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4544311-1753230215.opb -mem-lim=31000 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=195345, runsolver pid=195336

[startup+0.100072 s]*
/proc/loadavg: 4.20 4.14 4.10 6/251 195354
/proc/meminfo: memFree=129163524/131382116 swapFree=33009904/33010684
[pid=195345] ppid=195336 vsize=13192 memory=11756 CPUtime=0.1 cores=0,2
/proc/195345/stat : 195345 (uwrmaxsat) R 195336 195345 194548 0 -1 4194304 2887 0 0 0 10 0 0 0 20 0 1 0 238700677 13508608 2939 18446744073709551615 4198400 6176925 140731584298224 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34340864 140731584301416 140731584301543 140731584301543 140731584307147 0
/proc/195345/statm: 3298 2939 480 484 0 2709 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 13192 KiB
Current children cumulated memory: 11756 KiB

[startup+0.21396 s]*
/proc/loadavg: 4.20 4.14 4.10 5/251 195354
/proc/meminfo: memFree=129135804/131382116 swapFree=33009904/33010684
[pid=195345] ppid=195336 vsize=29568 memory=27328 CPUtime=0.21 cores=0,2
/proc/195345/stat : 195345 (uwrmaxsat) R 195336 195345 194548 0 -1 4194304 7714 0 0 0 19 2 0 0 20 0 1 0 238700677 30277632 6832 18446744073709551615 4198400 6176925 140731584298224 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34340864 140731584301416 140731584301543 140731584301543 140731584307147 0
/proc/195345/statm: 7392 6832 480 484 0 6803 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 29568 KiB
Current children cumulated memory: 27328 KiB

[startup+0.313879 s]*
/proc/loadavg: 4.20 4.14 4.10 6/251 195354
/proc/meminfo: memFree=129118164/131382116 swapFree=33009904/33010684
[pid=195345] ppid=195336 vsize=30020 memory=27968 CPUtime=0.31 cores=0,2
/proc/195345/stat : 195345 (uwrmaxsat) R 195336 195345 194548 0 -1 4194304 7838 0 0 0 29 2 0 0 20 0 1 0 238700677 30740480 6992 18446744073709551615 4198400 6176925 140731584298224 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34340864 140731584301416 140731584301543 140731584301543 140731584307147 0
/proc/195345/statm: 7505 6992 512 484 0 6916 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 30020 KiB
Current children cumulated memory: 27968 KiB

[startup+0.700337 s]
/proc/loadavg: 4.20 4.14 4.10 5/251 195354
/proc/meminfo: memFree=129075072/131382116 swapFree=33009904/33010684
[pid=195345] ppid=195336 vsize=31264 memory=28948 CPUtime=0.69 cores=0,2
/proc/195345/stat : 195345 (uwrmaxsat) R 195336 195345 194548 0 -1 4194304 8214 0 0 0 66 3 0 0 20 0 1 0 238700677 32014336 7237 18446744073709551615 4198400 6176925 140731584298224 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34340864 140731584301416 140731584301543 140731584301543 140731584307147 0
/proc/195345/statm: 7816 7237 544 484 0 7227 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 31264 KiB
Current children cumulated memory: 28948 KiB

[startup+1.50032 s]
/proc/loadavg: 4.27 4.16 4.10 6/251 195354
/proc/meminfo: memFree=128945608/131382116 swapFree=33009904/33010684
[pid=195345] ppid=195336 vsize=47584 memory=43344 CPUtime=1.49 cores=0,2
/proc/195345/stat : 195345 (uwrmaxsat) R 195336 195345 194548 0 -1 4194304 13883 0 0 0 144 5 0 0 20 0 1 0 238700677 48726016 10836 18446744073709551615 4198400 6176925 140731584298224 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34340864 140731584301416 140731584301543 140731584301543 140731584307147 0
/proc/195345/statm: 11896 10836 544 484 0 11307 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 47584 KiB
Current children cumulated memory: 43344 KiB

[startup+3.11295 s]
/proc/loadavg: 4.27 4.16 4.10 6/251 195354
/proc/meminfo: memFree=128837656/131382116 swapFree=33009904/33010684
[pid=195345] ppid=195336 vsize=47160 memory=45164 CPUtime=3.09 cores=0,2
/proc/195345/stat : 195345 (uwrmaxsat) R 195336 195345 194548 0 -1 4194304 14667 0 0 0 304 5 0 0 20 0 1 0 238700677 48291840 11291 18446744073709551615 4198400 6176925 140731584298224 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34340864 140731584301416 140731584301543 140731584301543 140731584307147 0
/proc/195345/statm: 11790 11291 544 484 0 11201 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 47160 KiB
Current children cumulated memory: 45164 KiB

[startup+6.3003 s]
/proc/loadavg: 4.25 4.15 4.10 6/251 195354
/proc/meminfo: memFree=128780820/131382116 swapFree=33009904/33010684
[pid=195345] ppid=195336 vsize=47160 memory=45164 CPUtime=6.27 cores=0,2
/proc/195345/stat : 195345 (uwrmaxsat) R 195336 195345 194548 0 -1 4194304 14667 0 0 0 622 5 0 0 20 0 1 0 238700677 48291840 11291 18446744073709551615 4198400 6176925 140731584298224 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34340864 140731584301416 140731584301543 140731584301543 140731584307147 0
/proc/195345/statm: 11790 11291 544 484 0 11201 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 47160 KiB
Current children cumulated memory: 45164 KiB

[startup+12.7003 s]
/proc/loadavg: 4.23 4.15 4.10 5/251 195399
/proc/meminfo: memFree=128762124/131382116 swapFree=33009904/33010684
[pid=195345] ppid=195336 vsize=47160 memory=45164 CPUtime=12.64 cores=0,2
/proc/195345/stat : 195345 (uwrmaxsat) R 195336 195345 194548 0 -1 4194304 14669 0 0 0 1259 5 0 0 20 0 1 0 238700677 48291840 11291 18446744073709551615 4198400 6176925 140731584298224 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34340864 140731584301416 140731584301543 140731584301543 140731584307147 0
/proc/195345/statm: 11790 11291 544 484 0 11201 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 47160 KiB
Current children cumulated memory: 45164 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=195345] ppid=195336 vsize=55144 memory=53140 CPUtime=25.4 cores=0,2
/proc/195345/stat : 195345 (uwrmaxsat) R 195336 195345 194548 0 -1 4194304 16425 0 0 0 2535 5 0 0 20 0 1 0 238700677 56467456 13285 18446744073709551615 4198400 6176925 140731584298224 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34340864 140731584301416 140731584301543 140731584301543 140731584307147 0
/proc/195345/statm: 13786 13285 544 484 0 13197 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 55144 KiB
Current children cumulated memory: 53140 KiB

[startup+51.1128 s]
/proc/loadavg: 4.19 4.15 4.10 5/250 195400
/proc/meminfo: memFree=128736224/131382116 swapFree=33009904/33010684
[pid=195345] ppid=195336 vsize=57756 memory=55956 CPUtime=50.93 cores=0,2
/proc/195345/stat : 195345 (uwrmaxsat) R 195336 195345 194548 0 -1 4194304 17088 0 0 0 5087 6 0 0 20 0 1 0 238700677 59142144 13989 18446744073709551615 4198400 6176925 140731584298224 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34340864 140731584301416 140731584301543 140731584301543 140731584307147 0
/proc/195345/statm: 14439 13989 544 484 0 13850 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 57756 KiB
Current children cumulated memory: 55956 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=195345] ppid=195336 vsize=90120 memory=88984 CPUtime=101.95 cores=0,2
/proc/195345/stat : 195345 (uwrmaxsat) R 195336 195345 194548 0 -1 4194304 20180 0 0 0 10187 8 0 0 20 0 1 0 238700677 92282880 22246 18446744073709551615 4198400 6176925 140731584298224 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34340864 140731584301416 140731584301543 140731584301543 140731584307147 0
/proc/195345/statm: 22530 22246 544 484 0 21941 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 90120 KiB
Current children cumulated memory: 88984 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=195345] ppid=195336 vsize=77252 memory=76052 CPUtime=161.78 cores=0,2
/proc/195345/stat : 195345 (uwrmaxsat) R 195336 195345 194548 0 -1 4194304 23548 0 0 0 16169 9 0 0 20 0 1 0 238700677 79106048 19013 18446744073709551615 4198400 6176925 140731584298224 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34340864 140731584301416 140731584301543 140731584301543 140731584307147 0
/proc/195345/statm: 19313 19013 544 484 0 18724 0
Current children cumulated CPU time: 161.78 s
Current children cumulated vsize: 77252 KiB
Current children cumulated memory: 76052 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=195345] ppid=195336 vsize=92856 memory=91668 CPUtime=221.6 cores=0,2
/proc/195345/stat : 195345 (uwrmaxsat) R 195336 195345 194548 0 -1 4194304 24917 0 0 0 22150 10 0 0 20 0 1 0 238700677 95084544 22917 18446744073709551615 4198400 6176925 140731584298224 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34340864 140731584301416 140731584301543 140731584301543 140731584307147 0
/proc/195345/statm: 23214 22917 544 484 0 22625 0
Current children cumulated CPU time: 221.6 s
Current children cumulated vsize: 92856 KiB
Current children cumulated memory: 91668 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=195345] ppid=195336 vsize=139352 memory=138132 CPUtime=281.42 cores=0,2
/proc/195345/stat : 195345 (uwrmaxsat) R 195336 195345 194548 0 -1 4194304 27453 0 0 0 28129 13 0 0 20 0 1 0 238700677 142696448 34533 18446744073709551615 4198400 6176925 140731584298224 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34340864 140731584301416 140731584301543 140731584301543 140731584307147 0
/proc/195345/statm: 34838 34533 544 484 0 34249 0
Current children cumulated CPU time: 281.42 s
Current children cumulated vsize: 139352 KiB
Current children cumulated memory: 138132 KiB

[startup+342.3 s]
/proc/loadavg: 4.16 4.13 4.09 5/250 195417
/proc/meminfo: memFree=128420500/131382116 swapFree=33009904/33010684
[pid=195345] ppid=195336 vsize=187632 memory=186468 CPUtime=341.25 cores=0,2
/proc/195345/stat : 195345 (uwrmaxsat) R 195336 195345 194548 0 -1 4194304 28564 0 0 0 34109 16 0 0 20 0 1 0 238700677 192135168 46617 18446744073709551615 4198400 6176925 140731584298224 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34340864 140731584301416 140731584301543 140731584301543 140731584307147 0
/proc/195345/statm: 46908 46617 544 484 0 46319 0
Current children cumulated CPU time: 341.25 s
Current children cumulated vsize: 187632 KiB
Current children cumulated memory: 186468 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=195345] ppid=195336 vsize=150352 memory=149216 CPUtime=401.08 cores=0,2
/proc/195345/stat : 195345 (uwrmaxsat) R 195336 195345 194548 0 -1 4194304 29590 0 0 0 40089 19 0 0 20 0 1 0 238700677 153960448 37304 18446744073709551615 4198400 6176925 140731584298224 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34340864 140731584301416 140731584301543 140731584301543 140731584307147 0
/proc/195345/statm: 37588 37304 544 484 0 36999 0
Current children cumulated CPU time: 401.08 s
Current children cumulated vsize: 150352 KiB
Current children cumulated memory: 149216 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=195345] ppid=195336 vsize=224392 memory=223256 CPUtime=460.9 cores=0,2
/proc/195345/stat : 195345 (uwrmaxsat) R 195336 195345 194548 0 -1 4194304 31804 0 0 0 46067 23 0 0 20 0 1 0 238700677 229777408 55814 18446744073709551615 4198400 6176925 140731584298224 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34340864 140731584301416 140731584301543 140731584301543 140731584307147 0
/proc/195345/statm: 56098 55814 544 484 0 55509 0
Current children cumulated CPU time: 460.9 s

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

Current children cumulated memory: 196796 KiB

[startup+2862.3 s]
/proc/loadavg: 4.11 4.17 4.20 5/251 195597
/proc/meminfo: memFree=127838864/131382116 swapFree=33009904/33010684
[pid=195345] ppid=195336 vsize=273408 memory=272244 CPUtime=2853.26 cores=0,2
/proc/195345/stat : 195345 (uwrmaxsat) R 195336 195345 194548 0 -1 4194304 94447 0 0 0 285166 160 0 0 20 0 1 0 238700677 279969792 68061 18446744073709551615 4198400 6176925 140731584298224 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34340864 140731584301416 140731584301543 140731584301543 140731584307147 0
/proc/195345/statm: 68352 68061 544 484 0 67763 0
Current children cumulated CPU time: 2853.26 s
Current children cumulated vsize: 273408 KiB
Current children cumulated memory: 272244 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=195345] ppid=195336 vsize=199312 memory=195144 CPUtime=2913.06 cores=0,2
/proc/195345/stat : 195345 (uwrmaxsat) R 195336 195345 194548 0 -1 4194304 94912 0 0 0 291146 160 0 0 20 0 1 0 238700677 204095488 48786 18446744073709551615 4198400 6176925 140731584298224 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34340864 140731584301416 140731584301543 140731584301543 140731584307147 0
/proc/195345/statm: 49828 48786 544 484 0 49239 0
Current children cumulated CPU time: 2913.06 s
Current children cumulated vsize: 199312 KiB
Current children cumulated memory: 195144 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=195345] ppid=195336 vsize=230820 memory=228752 CPUtime=2972.87 cores=0,2
/proc/195345/stat : 195345 (uwrmaxsat) R 195336 195345 194548 0 -1 4194304 95477 0 0 0 297125 162 0 0 20 0 1 0 238700677 236359680 57188 18446744073709551615 4198400 6176925 140731584298224 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34340864 140731584301416 140731584301543 140731584301543 140731584307147 0
/proc/195345/statm: 57705 57188 544 484 0 57116 0
Current children cumulated CPU time: 2972.87 s
Current children cumulated vsize: 230820 KiB
Current children cumulated memory: 228752 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=195345] ppid=195336 vsize=231536 memory=229468 CPUtime=3032.67 cores=0,2
/proc/195345/stat : 195345 (uwrmaxsat) R 195336 195345 194548 0 -1 4194304 96750 0 0 0 303103 164 0 0 20 0 1 0 238700677 237092864 57367 18446744073709551615 4198400 6176925 140731584298224 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34340864 140731584301416 140731584301543 140731584301543 140731584307147 0
/proc/195345/statm: 57884 57367 544 484 0 57295 0
Current children cumulated CPU time: 3032.67 s
Current children cumulated vsize: 231536 KiB
Current children cumulated memory: 229468 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=195345] ppid=195336 vsize=197808 memory=195740 CPUtime=3092.47 cores=0,2
/proc/195345/stat : 195345 (uwrmaxsat) R 195336 195345 194548 0 -1 4194304 97291 0 0 0 309083 164 0 0 20 0 1 0 238700677 202555392 48935 18446744073709551615 4198400 6176925 140731584298224 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34340864 140731584301416 140731584301543 140731584301543 140731584307147 0
/proc/195345/statm: 49452 48935 544 484 0 48863 0
Current children cumulated CPU time: 3092.47 s
Current children cumulated vsize: 197808 KiB
Current children cumulated memory: 195740 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=195345] ppid=195336 vsize=232892 memory=230824 CPUtime=3152.28 cores=0,2
/proc/195345/stat : 195345 (uwrmaxsat) R 195336 195345 194548 0 -1 4194304 98125 0 0 0 315062 166 0 0 20 0 1 0 238700677 238481408 57706 18446744073709551615 4198400 6176925 140731584298224 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34340864 140731584301416 140731584301543 140731584301543 140731584307147 0
/proc/195345/statm: 58223 57706 544 484 0 57634 0
Current children cumulated CPU time: 3152.28 s
Current children cumulated vsize: 232892 KiB
Current children cumulated memory: 230824 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=195345] ppid=195336 vsize=231876 memory=229808 CPUtime=3212.08 cores=0,2
/proc/195345/stat : 195345 (uwrmaxsat) R 195336 195345 194548 0 -1 4194304 98963 0 0 0 321041 167 0 0 20 0 1 0 238700677 237441024 57452 18446744073709551615 4198400 6176925 140731584298224 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34340864 140731584301416 140731584301543 140731584301543 140731584307147 0
/proc/195345/statm: 57969 57452 544 484 0 57380 0
Current children cumulated CPU time: 3212.08 s
Current children cumulated vsize: 231876 KiB
Current children cumulated memory: 229808 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=195345] ppid=195336 vsize=232360 memory=230292 CPUtime=3271.88 cores=0,2
/proc/195345/stat : 195345 (uwrmaxsat) R 195336 195345 194548 0 -1 4194304 100229 0 0 0 327020 168 0 0 20 0 1 0 238700677 237936640 57573 18446744073709551615 4198400 6176925 140731584298224 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34340864 140731584301416 140731584301543 140731584301543 140731584307147 0
/proc/195345/statm: 58090 57573 544 484 0 57501 0
Current children cumulated CPU time: 3271.88 s
Current children cumulated vsize: 232360 KiB
Current children cumulated memory: 230292 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=195345] ppid=195336 vsize=234908 memory=233708 CPUtime=3331.71 cores=0,2
/proc/195345/stat : 195345 (uwrmaxsat) R 195336 195345 194548 0 -1 4194304 100851 0 0 0 333002 169 0 0 20 0 1 0 238700677 240545792 58427 18446744073709551615 4198400 6176925 140731584298224 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34340864 140731584301416 140731584301543 140731584301543 140731584307147 0
/proc/195345/statm: 58727 58427 544 484 0 58138 0
Current children cumulated CPU time: 3331.71 s
Current children cumulated vsize: 234908 KiB
Current children cumulated memory: 233708 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=195345] ppid=195336 vsize=197808 memory=196636 CPUtime=3391.53 cores=0,2
/proc/195345/stat : 195345 (uwrmaxsat) R 195336 195345 194548 0 -1 4194304 101262 0 0 0 338983 170 0 0 20 0 1 0 238700677 202555392 49159 18446744073709551615 4198400 6176925 140731584298224 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34340864 140731584301416 140731584301543 140731584301543 140731584307147 0
/proc/195345/statm: 49452 49159 544 484 0 48863 0
Current children cumulated CPU time: 3391.53 s
Current children cumulated vsize: 197808 KiB
Current children cumulated memory: 196636 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=195345] ppid=195336 vsize=233292 memory=232092 CPUtime=3451.36 cores=0,2
/proc/195345/stat : 195345 (uwrmaxsat) R 195336 195345 194548 0 -1 4194304 101447 0 0 0 344966 170 0 0 20 0 1 0 238700677 238891008 58023 18446744073709551615 4198400 6176925 140731584298224 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34340864 140731584301416 140731584301543 140731584301543 140731584307147 0
/proc/195345/statm: 58323 58023 544 484 0 57734 0
Current children cumulated CPU time: 3451.36 s
Current children cumulated vsize: 233292 KiB
Current children cumulated memory: 232092 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=195345] ppid=195336 vsize=231780 memory=230608 CPUtime=3511.19 cores=0,2
/proc/195345/stat : 195345 (uwrmaxsat) R 195336 195345 194548 0 -1 4194304 102363 0 0 0 350947 172 0 0 20 0 1 0 238700677 237342720 57652 18446744073709551615 4198400 6176925 140731584298224 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34340864 140731584301416 140731584301543 140731584301543 140731584307147 0
/proc/195345/statm: 57945 57652 544 484 0 57356 0
Current children cumulated CPU time: 3511.19 s
Current children cumulated vsize: 231780 KiB
Current children cumulated memory: 230608 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=195345] ppid=195336 vsize=234300 memory=233128 CPUtime=3571.01 cores=0,2
/proc/195345/stat : 195345 (uwrmaxsat) R 195336 195345 194548 0 -1 4194304 104118 0 0 0 356927 174 0 0 20 0 1 0 238700677 239923200 58282 18446744073709551615 4198400 6176925 140731584298224 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34340864 140731584301416 140731584301543 140731584301543 140731584307147 0
/proc/195345/statm: 58575 58282 544 484 0 57986 0
Current children cumulated CPU time: 3571.01 s
Current children cumulated vsize: 234300 KiB
Current children cumulated memory: 233128 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.4 s]
/proc/loadavg: 4.09 4.12 4.15 3/245 195640
/proc/meminfo: memFree=128564744/131382116 swapFree=33009904/33010684
[pid=195345] ppid=195336 vsize=234300 memory=233128 CPUtime=3600.03 cores=0,2
/proc/195345/stat : 195345 (uwrmaxsat) R 195336 195345 194548 0 -1 4194304 104118 0 0 0 359829 174 0 0 20 0 1 0 238700677 239923200 58282 18446744073709551615 4198400 6176925 140731584298224 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34340864 140731584301416 140731584301543 140731584301543 140731584307147 0
/proc/195345/statm: 58575 58282 544 484 0 57986 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 234300 KiB
Current children cumulated memory: 233128 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.29 s, system=1.74922 s

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

Child status: 0

Real time (s): 3611.4
CPU time (s): 3600.04
CPU user time (s): 3598.29
CPU system time (s): 1.74922
CPU usage (%): 99.6855
Max. virtual memory (cumulated for all children) (KiB): 368160
Max. memory (cumulated for all children) (KiB): 363752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.29
system time used= 1.74922
maximum resident set size= 366924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 104118
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= 36
involuntary context switches= 8203


# summary of solver processes directly reported to runsolver:
#   pid: 195345
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3598.29
#   total CPU system time (s): 1.74922

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.1796 second user time and 35.1542 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-07-23 02:23:35
IDJOB=4544311
IDBENCH=175223
IDSOLVER=3372
FILE ID=nodeC004/4544311-1753230215
RUNJOBID= nodeC004-1753222988-194558
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/random_norational_opb/normalized-ec_random_norational_random4reg_split_350.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4544311-1753230215/watcher-4544311-1753230215 -o /tmp/evaluation-result-4544311-1753230215/solver-4544311-1753230215 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1753222988-194558 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4544311-1753230215.opb -mem-lim=31000

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

MD5SUM BENCH= 7a60842b33cead3593177bf84a5f4859
RANDOM SEED=1191899576

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.299
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.196
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.219
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.083
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.624
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.128
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.230
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.227
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:        129184908 kB
MemAvailable:   129804352 kB
Buffers:            2128 kB
Cached:          1367468 kB
SwapCached:           32 kB
Active:          1137788 kB
Inactive:         300820 kB
Active(anon):      84440 kB
Inactive(anon):    10468 kB
Active(file):    1053348 kB
Inactive(file):   290352 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7940 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:     351488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149256 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:47