Trace number 4544194

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.07 3609.61

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/extended-even-colouring/
random_rational_opb/normalized-ec_random_rational_random8reg_split_750.opb
MD5SUM9d0f67967ac2bc71f5ce17bb15e814c1
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.268683
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9003
Total number of constraints6754
Number of constraints which are clauses6002
Number of constraints which are cardinality constraints (but not clauses)751
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint6002
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 6002
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 18006
Number of bits of the biggest sum of numbers15
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.05	c Converting 7505 PB-constraints to clauses...
0.40/0.50	c ============================[ Encoding Statistics ]============================
0.40/0.50	c |  Number of variables:        218524                                         |
0.40/0.50	c |  Number of clauses:          589677                                         |
0.40/0.50	c ===============================================================================
3600.06/3609.60	c *** TERMINATED by signal 15 ***
3600.06/3609.60	c _______________________________________________________________________________
3600.06/3609.60	c 
3600.06/3609.60	c _______________________________________________________________________________
3600.06/3609.60	c 
3600.06/3609.60	c =======================[ UWrMaxSat resources usage ]===========================
3600.06/3609.60	c Memory used            : 1290.00 MB
3600.06/3609.60	c CPU time               : 3598.21 s
3600.06/3609.60	c Constr Enc: Srt/BDD/Add: 752 0 0
3600.06/3609.60	c _______________________________________________________________________________
3600.06/3609.60	c _______________________________________________________________________________
3600.06/3609.60	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 (59519 MiB free)
  memory of node 1: 64507 MiB (53198 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4544194-1753228695/watcher-4544194-1753228695 -o /tmp/evaluation-result-4544194-1753228695/solver-4544194-1753228695 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1753221469-176445 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4544194-1753228695.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=177832, runsolver pid=177829

[startup+0.100067 s]*
/proc/loadavg: 4.08 4.08 4.09 5/263 177833
/proc/meminfo: memFree=115408196/131250000 swapFree=33010416/33010684
[pid=177832] ppid=177829 vsize=19948 memory=18328 CPUtime=0.09 cores=1,3
/proc/177832/stat : 177832 (uwrmaxsat) R 177829 177832 176433 0 -1 4194304 4368 0 0 0 9 0 0 0 20 0 1 0 238549362 20426752 4582 18446744073709551615 4198400 6176925 140734503157328 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 30806016 140734503160168 140734503160295 140734503160295 140734503165899 0
/proc/177832/statm: 4987 4582 480 484 0 4398 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 19948 KiB
Current children cumulated memory: 18328 KiB

[startup+0.205743 s]*
/proc/loadavg: 4.08 4.08 4.09 6/263 177833
/proc/meminfo: memFree=115390840/131250000 swapFree=33010416/33010684
[pid=177832] ppid=177829 vsize=50748 memory=47156 CPUtime=0.2 cores=1,3
/proc/177832/stat : 177832 (uwrmaxsat) R 177829 177832 176433 0 -1 4194304 9785 0 0 0 19 1 0 0 20 0 1 0 238549362 51965952 11789 18446744073709551615 4198400 6176925 140734503157328 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 30806016 140734503160168 140734503160295 140734503160295 140734503165899 0
/proc/177832/statm: 12687 11789 480 484 0 12098 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 50748 KiB
Current children cumulated memory: 47156 KiB

[startup+0.30493 s]*
/proc/loadavg: 4.08 4.08 4.09 5/263 177833
/proc/meminfo: memFree=115359276/131250000 swapFree=33010416/33010684
[pid=177832] ppid=177829 vsize=94304 memory=87428 CPUtime=0.29 cores=1,3
/proc/177832/stat : 177832 (uwrmaxsat) R 177829 177832 176433 0 -1 4194304 17657 0 0 0 27 2 0 0 20 0 1 0 238549362 96567296 21857 18446744073709551615 4198400 6176925 140734503157328 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 30806016 140734503160168 140734503160295 140734503160295 140734503165899 0
/proc/177832/statm: 23576 21857 480 484 0 22987 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 94304 KiB
Current children cumulated memory: 87428 KiB

[startup+0.700153 s]
/proc/loadavg: 4.08 4.08 4.09 5/263 177833
/proc/meminfo: memFree=115282600/131250000 swapFree=33010416/33010684
[pid=177832] ppid=177829 vsize=154172 memory=145216 CPUtime=0.69 cores=1,3
/proc/177832/stat : 177832 (uwrmaxsat) R 177829 177832 176433 0 -1 4194304 31113 0 0 0 64 5 0 0 20 0 1 0 238549362 157872128 36304 18446744073709551615 4198400 6176925 140734503157328 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 30806016 140734503160168 140734503160295 140734503160295 140734503165899 0
/proc/177832/statm: 38543 36304 512 484 0 37954 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 154172 KiB
Current children cumulated memory: 145216 KiB

[startup+1.50019 s]
/proc/loadavg: 4.08 4.08 4.09 5/263 177833
/proc/meminfo: memFree=115278820/131250000 swapFree=33010416/33010684
[pid=177832] ppid=177829 vsize=181964 memory=172540 CPUtime=1.48 cores=1,3
/proc/177832/stat : 177832 (uwrmaxsat) R 177829 177832 176433 0 -1 4194304 32169 0 0 0 143 5 0 0 20 0 1 0 238549362 186331136 43135 18446744073709551615 4198400 6176925 140734503157328 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 30806016 140734503160168 140734503160295 140734503160295 140734503165899 0
/proc/177832/statm: 45491 43135 544 484 0 44902 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 181964 KiB
Current children cumulated memory: 172540 KiB

[startup+3.1055 s]
/proc/loadavg: 4.08 4.08 4.09 5/264 177835
/proc/meminfo: memFree=115235100/131250000 swapFree=33010416/33010684
[pid=177832] ppid=177829 vsize=196172 memory=184000 CPUtime=3.09 cores=1,3
/proc/177832/stat : 177832 (uwrmaxsat) R 177829 177832 176433 0 -1 4194304 34925 0 0 0 302 7 0 0 20 0 1 0 238549362 200880128 46000 18446744073709551615 4198400 6176925 140734503157328 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 30806016 140734503160168 140734503160295 140734503160295 140734503165899 0
/proc/177832/statm: 49043 46000 544 484 0 48454 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 196172 KiB
Current children cumulated memory: 184000 KiB

[startup+6.30017 s]
/proc/loadavg: 4.07 4.08 4.09 5/264 177835
/proc/meminfo: memFree=115188692/131250000 swapFree=33010416/33010684
[pid=177832] ppid=177829 vsize=213996 memory=205016 CPUtime=6.27 cores=1,3
/proc/177832/stat : 177832 (uwrmaxsat) R 177829 177832 176433 0 -1 4194304 38516 0 0 0 618 9 0 0 20 0 1 0 238549362 219131904 51254 18446744073709551615 4198400 6176925 140734503157328 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 30806016 140734503160168 140734503160295 140734503160295 140734503165899 0
/proc/177832/statm: 53499 51254 544 484 0 52910 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 213996 KiB
Current children cumulated memory: 205016 KiB

[startup+12.7002 s]
/proc/loadavg: 4.07 4.08 4.09 5/264 177835
/proc/meminfo: memFree=115188708/131250000 swapFree=33010416/33010684
[pid=177832] ppid=177829 vsize=236108 memory=229464 CPUtime=12.66 cores=1,3
/proc/177832/stat : 177832 (uwrmaxsat) R 177829 177832 176433 0 -1 4194304 39525 0 0 0 1256 10 0 0 20 0 1 0 238549362 241774592 57366 18446744073709551615 4198400 6176925 140734503157328 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 30806016 140734503160168 140734503160295 140734503160295 140734503165899 0
/proc/177832/statm: 59027 57366 544 484 0 58438 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 236108 KiB
Current children cumulated memory: 229464 KiB

[startup+25.5002 s]
/proc/loadavg: 4.12 4.09 4.09 5/264 177835
/proc/meminfo: memFree=115215764/131250000 swapFree=33010416/33010684
[pid=177832] ppid=177829 vsize=212116 memory=205472 CPUtime=25.42 cores=1,3
/proc/177832/stat : 177832 (uwrmaxsat) R 177829 177832 176433 0 -1 4194304 40535 0 0 0 2532 10 0 0 20 0 1 0 238549362 217206784 51368 18446744073709551615 4198400 6176925 140734503157328 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 30806016 140734503160168 140734503160295 140734503160295 140734503165899 0
/proc/177832/statm: 53029 51368 544 484 0 52440 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 212116 KiB
Current children cumulated memory: 205472 KiB

[startup+51.1056 s]
/proc/loadavg: 4.08 4.08 4.09 5/264 177835
/proc/meminfo: memFree=115176904/131250000 swapFree=33010416/33010684
[pid=177832] ppid=177829 vsize=226628 memory=219964 CPUtime=50.95 cores=1,3
/proc/177832/stat : 177832 (uwrmaxsat) R 177829 177832 176433 0 -1 4194304 42192 0 0 0 5084 11 0 0 20 0 1 0 238549362 232067072 54991 18446744073709551615 4198400 6176925 140734503157328 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 30806016 140734503160168 140734503160295 140734503160295 140734503165899 0
/proc/177832/statm: 56657 54991 544 484 0 56068 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 226628 KiB
Current children cumulated memory: 219964 KiB

[startup+102.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/264 177837
/proc/meminfo: memFree=115179120/131250000 swapFree=33010416/33010684
[pid=177832] ppid=177829 vsize=217108 memory=210556 CPUtime=102.02 cores=1,3
/proc/177832/stat : 177832 (uwrmaxsat) R 177829 177832 176433 0 -1 4194304 45119 0 0 0 10188 14 0 0 20 0 1 0 238549362 222318592 52639 18446744073709551615 4198400 6176925 140734503157328 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 30806016 140734503160168 140734503160295 140734503160295 140734503165899 0
/proc/177832/statm: 54277 52639 544 484 0 53688 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 217108 KiB
Current children cumulated memory: 210556 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/264 177839
/proc/meminfo: memFree=115153720/131250000 swapFree=33010416/33010684
[pid=177832] ppid=177829 vsize=219716 memory=213192 CPUtime=161.86 cores=1,3
/proc/177832/stat : 177832 (uwrmaxsat) R 177829 177832 176433 0 -1 4194304 46323 0 0 0 16172 14 0 0 20 0 1 0 238549362 224989184 53298 18446744073709551615 4198400 6176925 140734503157328 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 30806016 140734503160168 140734503160295 140734503160295 140734503165899 0
/proc/177832/statm: 54929 53298 544 484 0 54340 0
Current children cumulated CPU time: 161.86 s
Current children cumulated vsize: 219716 KiB
Current children cumulated memory: 213192 KiB

[startup+222.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/265 177857
/proc/meminfo: memFree=115111192/131250000 swapFree=33010416/33010684
[pid=177832] ppid=177829 vsize=260816 memory=222824 CPUtime=221.71 cores=1,3
/proc/177832/stat : 177832 (uwrmaxsat) R 177829 177832 176433 0 -1 4194304 47729 0 0 0 22155 16 0 0 20 0 1 0 238549362 267075584 55706 18446744073709551615 4198400 6176925 140734503157328 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 30806016 140734503160168 140734503160295 140734503160295 140734503165899 0
/proc/177832/statm: 65204 55706 544 484 0 64615 0
Current children cumulated CPU time: 221.71 s
Current children cumulated vsize: 260816 KiB
Current children cumulated memory: 222824 KiB

[startup+282.3 s]
/proc/loadavg: 4.15 4.11 4.09 5/265 177863
/proc/meminfo: memFree=115074092/131250000 swapFree=33010416/33010684
[pid=177832] ppid=177829 vsize=261196 memory=223976 CPUtime=281.54 cores=1,3
/proc/177832/stat : 177832 (uwrmaxsat) R 177829 177832 176433 0 -1 4194304 48033 0 0 0 28138 16 0 0 20 0 1 0 238549362 267464704 55994 18446744073709551615 4198400 6176925 140734503157328 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 30806016 140734503160168 140734503160295 140734503160295 140734503165899 0
/proc/177832/statm: 65299 55994 544 484 0 64710 0
Current children cumulated CPU time: 281.54 s
Current children cumulated vsize: 261196 KiB
Current children cumulated memory: 223976 KiB

[startup+342.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/264 177865
/proc/meminfo: memFree=115022688/131250000 swapFree=33010416/33010684
[pid=177832] ppid=177829 vsize=308648 memory=273436 CPUtime=341.36 cores=1,3
/proc/177832/stat : 177832 (uwrmaxsat) R 177829 177832 176433 0 -1 4194304 50767 0 0 0 34116 20 0 0 20 0 1 0 238549362 316055552 68359 18446744073709551615 4198400 6176925 140734503157328 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 30806016 140734503160168 140734503160295 140734503160295 140734503165899 0
/proc/177832/statm: 77162 68359 544 484 0 76573 0
Current children cumulated CPU time: 341.36 s
Current children cumulated vsize: 308648 KiB
Current children cumulated memory: 273436 KiB

[startup+402.3 s]
/proc/loadavg: 4.16 4.11 4.09 5/264 177868
/proc/meminfo: memFree=115045072/131250000 swapFree=33010416/33010684
[pid=177832] ppid=177829 vsize=248020 memory=213004 CPUtime=401.21 cores=1,3
/proc/177832/stat : 177832 (uwrmaxsat) R 177829 177832 176433 0 -1 4194304 55509 0 0 0 40093 28 0 0 20 0 1 0 238549362 253972480 53251 18446744073709551615 4198400 6176925 140734503157328 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 30806016 140734503160168 140734503160295 140734503160295 140734503165899 0
/proc/177832/statm: 62005 53251 544 484 0 61416 0
Current children cumulated CPU time: 401.21 s
Current children cumulated vsize: 248020 KiB
Current children cumulated memory: 213004 KiB

[startup+462.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/265 177871
/proc/meminfo: memFree=115023296/131250000 swapFree=33010416/33010684
[pid=177832] ppid=177829 vsize=276852 memory=239768 CPUtime=461.06 cores=1,3
/proc/177832/stat : 177832 (uwrmaxsat) R 177829 177832 176433 0 -1 4194304 58376 0 0 0 46077 29 0 0 20 0 1 0 238549362 283496448 59942 18446744073709551615 4198400 6176925 140734503157328 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 30806016 140734503160168 140734503160295 140734503160295 140734503165899 0
/proc/177832/statm: 69213 59942 544 484 0 68624 0

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

Current children cumulated memory: 426204 KiB

[startup+2862.3 s]
/proc/loadavg: 4.22 4.17 4.12 5/265 178033
/proc/meminfo: memFree=114220716/131250000 swapFree=33010416/33010684
[pid=177832] ppid=177829 vsize=456748 memory=428256 CPUtime=2854.64 cores=1,3
/proc/177832/stat : 177832 (uwrmaxsat) R 177829 177832 176433 0 -1 4194304 145795 0 0 0 285342 122 0 0 20 0 1 0 238549362 467709952 107064 18446744073709551615 4198400 6176925 140734503157328 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 30806016 140734503160168 140734503160295 140734503160295 140734503165899 0
/proc/177832/statm: 114187 107064 544 484 0 113598 0
Current children cumulated CPU time: 2854.64 s
Current children cumulated vsize: 456748 KiB
Current children cumulated memory: 428256 KiB

[startup+2922.3 s]
/proc/loadavg: 4.13 4.15 4.11 5/265 178035
/proc/meminfo: memFree=114222452/131250000 swapFree=33010416/33010684
[pid=177832] ppid=177829 vsize=456748 memory=428256 CPUtime=2914.49 cores=1,3
/proc/177832/stat : 177832 (uwrmaxsat) R 177829 177832 176433 0 -1 4194304 145800 0 0 0 291327 122 0 0 20 0 1 0 238549362 467709952 107064 18446744073709551615 4198400 6176925 140734503157328 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 30806016 140734503160168 140734503160295 140734503160295 140734503165899 0
/proc/177832/statm: 114187 107064 544 484 0 113598 0
Current children cumulated CPU time: 2914.49 s
Current children cumulated vsize: 456748 KiB
Current children cumulated memory: 428256 KiB

[startup+2982.3 s]
/proc/loadavg: 4.13 4.14 4.11 5/262 178037
/proc/meminfo: memFree=114247980/131250000 swapFree=33010416/33010684
[pid=177832] ppid=177829 vsize=394728 memory=366488 CPUtime=2974.34 cores=1,3
/proc/177832/stat : 177832 (uwrmaxsat) R 177829 177832 176433 0 -1 4194304 146401 0 0 0 297312 122 0 0 20 0 1 0 238549362 404201472 91622 18446744073709551615 4198400 6176925 140734503157328 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 30806016 140734503160168 140734503160295 140734503160295 140734503165899 0
/proc/177832/statm: 98682 91622 544 484 0 98093 0
Current children cumulated CPU time: 2974.34 s
Current children cumulated vsize: 394728 KiB
Current children cumulated memory: 366488 KiB

[startup+3042.3 s]
/proc/loadavg: 4.11 4.13 4.10 5/264 178043
/proc/meminfo: memFree=114223940/131250000 swapFree=33010416/33010684
[pid=177832] ppid=177829 vsize=410552 memory=382176 CPUtime=3034.2 cores=1,3
/proc/177832/stat : 177832 (uwrmaxsat) R 177829 177832 176433 0 -1 4194304 147964 0 0 0 303294 126 0 0 20 0 1 0 238549362 420405248 95544 18446744073709551615 4198400 6176925 140734503157328 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 30806016 140734503160168 140734503160295 140734503160295 140734503165899 0
/proc/177832/statm: 102638 95544 544 484 0 102049 0
Current children cumulated CPU time: 3034.2 s
Current children cumulated vsize: 410552 KiB
Current children cumulated memory: 382176 KiB

[startup+3102.3 s]
/proc/loadavg: 4.09 4.12 4.09 5/264 178045
/proc/meminfo: memFree=114221336/131250000 swapFree=33010416/33010684
[pid=177832] ppid=177829 vsize=410552 memory=382184 CPUtime=3094.05 cores=1,3
/proc/177832/stat : 177832 (uwrmaxsat) R 177829 177832 176433 0 -1 4194304 148390 0 0 0 309278 127 0 0 20 0 1 0 238549362 420405248 95546 18446744073709551615 4198400 6176925 140734503157328 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 30806016 140734503160168 140734503160295 140734503160295 140734503165899 0
/proc/177832/statm: 102638 95546 544 484 0 102049 0
Current children cumulated CPU time: 3094.05 s
Current children cumulated vsize: 410552 KiB
Current children cumulated memory: 382184 KiB

[startup+3162.3 s]
/proc/loadavg: 4.07 4.11 4.09 5/264 178047
/proc/meminfo: memFree=114125096/131250000 swapFree=33010416/33010684
[pid=177832] ppid=177829 vsize=469140 memory=444868 CPUtime=3153.9 cores=1,3
/proc/177832/stat : 177832 (uwrmaxsat) R 177829 177832 176433 0 -1 4194304 148873 0 0 0 315262 128 0 0 20 0 1 0 238549362 480399360 111217 18446744073709551615 4198400 6176925 140734503157328 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 30806016 140734503160168 140734503160295 140734503160295 140734503165899 0
/proc/177832/statm: 117285 111217 544 484 0 116696 0
Current children cumulated CPU time: 3153.9 s
Current children cumulated vsize: 469140 KiB
Current children cumulated memory: 444868 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/264 178049
/proc/meminfo: memFree=114096044/131250000 swapFree=33010416/33010684
[pid=177832] ppid=177829 vsize=477360 memory=453088 CPUtime=3213.74 cores=1,3
/proc/177832/stat : 177832 (uwrmaxsat) R 177829 177832 176433 0 -1 4194304 150244 0 0 0 321244 130 0 0 20 0 1 0 238549362 488816640 113272 18446744073709551615 4198400 6176925 140734503157328 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 30806016 140734503160168 140734503160295 140734503160295 140734503165899 0
/proc/177832/statm: 119340 113272 544 484 0 118751 0
Current children cumulated CPU time: 3213.74 s
Current children cumulated vsize: 477360 KiB
Current children cumulated memory: 453088 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/264 178055
/proc/meminfo: memFree=113795320/131250000 swapFree=33010416/33010684
[pid=177832] ppid=177829 vsize=705388 memory=680596 CPUtime=3273.6 cores=1,3
/proc/177832/stat : 177832 (uwrmaxsat) R 177829 177832 176433 0 -1 4194304 164686 0 0 0 327221 139 0 0 20 0 1 0 238549362 722317312 170149 18446744073709551615 4198400 6176925 140734503157328 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 30806016 140734503160168 140734503160295 140734503160295 140734503165899 0
/proc/177832/statm: 176347 170149 544 484 0 175758 0
Current children cumulated CPU time: 3273.6 s
Current children cumulated vsize: 705388 KiB
Current children cumulated memory: 680596 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/263 178057
/proc/meminfo: memFree=113821480/131250000 swapFree=33010416/33010684
[pid=177832] ppid=177829 vsize=681804 memory=657008 CPUtime=3333.44 cores=1,3
/proc/177832/stat : 177832 (uwrmaxsat) R 177829 177832 176433 0 -1 4194304 166218 0 0 0 333202 142 0 0 20 0 1 0 238549362 698167296 164252 18446744073709551615 4198400 6176925 140734503157328 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 30806016 140734503160168 140734503160295 140734503160295 140734503165899 0
/proc/177832/statm: 170451 164252 544 484 0 169862 0
Current children cumulated CPU time: 3333.44 s
Current children cumulated vsize: 681804 KiB
Current children cumulated memory: 657008 KiB

[startup+3402.3 s]
/proc/loadavg: 4.05 4.09 4.09 5/264 178060
/proc/meminfo: memFree=113514588/131250000 swapFree=33010416/33010684
[pid=177832] ppid=177829 vsize=869036 memory=844252 CPUtime=3393.28 cores=1,3
/proc/177832/stat : 177832 (uwrmaxsat) R 177829 177832 176433 0 -1 4194304 174142 0 0 0 339178 150 0 0 20 0 1 0 238549362 889892864 211063 18446744073709551615 4198400 6176925 140734503157328 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 30806016 140734503160168 140734503160295 140734503160295 140734503165899 0
/proc/177832/statm: 217259 211063 544 484 0 216670 0
Current children cumulated CPU time: 3393.28 s
Current children cumulated vsize: 869036 KiB
Current children cumulated memory: 844252 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/264 178062
/proc/meminfo: memFree=113565752/131250000 swapFree=33010416/33010684
[pid=177832] ppid=177829 vsize=894176 memory=869364 CPUtime=3453.13 cores=1,3
/proc/177832/stat : 177832 (uwrmaxsat) R 177829 177832 176433 0 -1 4194304 181354 0 0 0 345154 159 0 0 20 0 1 0 238549362 915636224 217341 18446744073709551615 4198400 6176925 140734503157328 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 30806016 140734503160168 140734503160295 140734503160295 140734503165899 0
/proc/177832/statm: 223544 217341 544 484 0 222955 0
Current children cumulated CPU time: 3453.13 s
Current children cumulated vsize: 894176 KiB
Current children cumulated memory: 869364 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/264 178064
/proc/meminfo: memFree=113507600/131250000 swapFree=33010416/33010684
[pid=177832] ppid=177829 vsize=851548 memory=826744 CPUtime=3512.98 cores=1,3
/proc/177832/stat : 177832 (uwrmaxsat) R 177829 177832 176433 0 -1 4194304 181953 0 0 0 351133 165 0 0 20 0 1 0 238549362 871985152 206686 18446744073709551615 4198400 6176925 140734503157328 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 30806016 140734503160168 140734503160295 140734503160295 140734503165899 0
/proc/177832/statm: 212887 206686 544 484 0 212298 0
Current children cumulated CPU time: 3512.98 s
Current children cumulated vsize: 851548 KiB
Current children cumulated memory: 826744 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/264 178066
/proc/meminfo: memFree=113875488/131250000 swapFree=33010416/33010684
[pid=177832] ppid=177829 vsize=622596 memory=587368 CPUtime=3572.82 cores=1,3
/proc/177832/stat : 177832 (uwrmaxsat) R 177829 177832 176433 0 -1 4194304 184884 0 0 0 357102 180 0 0 20 0 1 0 238549362 637538304 146842 18446744073709551615 4198400 6176925 140734503157328 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 30806016 140734503160168 140734503160295 140734503160295 140734503165899 0
/proc/177832/statm: 155649 146842 544 484 0 155060 0
Current children cumulated CPU time: 3572.82 s
Current children cumulated vsize: 622596 KiB
Current children cumulated memory: 587368 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.6 s]
/proc/loadavg: 4.05 4.08 4.09 4/258 178091
/proc/meminfo: memFree=114574716/131250000 swapFree=33010416/33010684
[pid=177832] ppid=177829 vsize=768204 memory=732976 CPUtime=3600.06 cores=1,3
/proc/177832/stat : 177832 (uwrmaxsat) R 177829 177832 176433 0 -1 4194304 185525 0 0 0 359821 185 0 0 20 0 1 0 238549362 786640896 183244 18446744073709551615 4198400 6176925 140734503157328 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 30806016 140734503160168 140734503160295 140734503160295 140734503165899 0
/proc/177832/statm: 192051 183244 544 484 0 191462 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 768204 KiB
Current children cumulated memory: 732976 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.21 s, system=1.86075 s

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

Child status: 0

Real time (s): 3609.61
CPU time (s): 3600.07
CPU user time (s): 3598.21
CPU system time (s): 1.86075
CPU usage (%): 99.7359
Max. virtual memory (cumulated for all children) (KiB): 1321452
Max. memory (cumulated for all children) (KiB): 1296552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.21
system time used= 1.86075
maximum resident set size= 1296552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 185525
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= 88
involuntary context switches= 1594


# summary of solver processes directly reported to runsolver:
#   pid: 177832
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3598.21
#   total CPU system time (s): 1.86075

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.80956 second user time and 17.2952 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-23 01:58:15
IDJOB=4544194
IDBENCH=174960
IDSOLVER=3372
FILE ID=nodeC027/4544194-1753228695
RUNJOBID= nodeC027-1753221469-176445
SLURM_JOB_ID= 9687812
Free space on /tmp= 432988 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/extended-even-colouring/random_rational_opb/normalized-ec_random_rational_random8reg_split_750.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4544194-1753228695/watcher-4544194-1753228695 -o /tmp/evaluation-result-4544194-1753228695/solver-4544194-1753228695 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1753221469-176445 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4544194-1753228695.opb -mem-lim=31000

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

MD5SUM BENCH= 9d0f67967ac2bc71f5ce17bb15e814c1
RANDOM SEED=505473977

nodeC027 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.654
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.29
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.608
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.29
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		: 3643.779
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.29
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		: 3593.177
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.29
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.641
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.29
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		: 3599.640
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.29
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		: 3599.350
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.29
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		: 3597.880
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.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        115423232 kB
MemAvailable:   129357608 kB
Buffers:            2488 kB
Cached:         14700084 kB
SwapCached:            8 kB
Active:          1541268 kB
Inactive:       13603328 kB
Active(anon):     465496 kB
Inactive(anon):     2788 kB
Active(file):    1075772 kB
Inactive(file): 13600540 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             10156 kB
Writeback:            16 kB
AnonPages:        443332 kB
Mapped:           115304 kB
Shmem:             26252 kB
KReclaimable:     194204 kB
Slab:             290324 kB
SReclaimable:     194204 kB
SUnreclaim:        96120 kB
KernelStack:        4256 kB
PageTables:         3736 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     793936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150488 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    233472 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:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432992 MiB
End job on nodeC027 at 2025-07-23 02:58:25