Trace number 4514282

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-04UNSAT 1247.35 1250.89

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
rand6reg/normalized-rand6reg-v041-n2.opb
MD5SUMb8a09e358b8e1895ad7e151def234408
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.010805
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables123
Total number of constraints41
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)41
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c Using cadical-2.1.3-f13d744 SAT solver by Armin Biere et al. (2016 - )
0.00/0.00	c Setting memory limit to 31000MB.
0.00/0.00	c Parsing PB file...
0.00/0.00	c Converting 82 PB-constraints to clauses...
0.00/0.00	c ============================[ Encoding Statistics ]============================
0.00/0.00	c |  Number of variables:           123                                         |
0.00/0.00	c |  Number of clauses:             656                                         |
0.00/0.00	c ===============================================================================
1247.25/1250.89	c _______________________________________________________________________________
1247.25/1250.89	c 
1247.25/1250.89	c =======================[ UWrMaxSat resources usage ]===========================
1247.25/1250.89	c Memory used            : 87.00 MB
1247.25/1250.89	c CPU time               : 1247.12 s
1247.25/1250.89	c Constr Enc: Srt/BDD/Add: 41 0 0
1247.25/1250.89	c _______________________________________________________________________________
1247.25/1250.89	s UNSATISFIABLE

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: 63794 MiB (60677 MiB free)
  memory of node 1: 64507 MiB (59601 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4514282-1751222887/watcher-4514282-1751222887 -o /tmp/evaluation-result-4514282-1751222887/solver-4514282-1751222887 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751215608-30253 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4514282-1751222887.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=31473, runsolver pid=31470

[startup+0.100074 s]*
/proc/loadavg: 4.12 4.11 4.12 5/249 31474
/proc/meminfo: memFree=123166264/131382112 swapFree=33010684/33010684
[pid=31473] ppid=31470 vsize=3784 memory=3200 CPUtime=0.1 cores=1,3
/proc/31473/stat : 31473 (uwrmaxsat) R 31470 31473 30241 0 -1 4194304 354 0 0 0 10 0 0 0 20 0 1 0 37968528 3874816 800 18446744073709551615 4198400 6176925 140730423589312 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 16265216 140730423597418 140730423597545 140730423597545 140730423603147 0
/proc/31473/statm: 946 800 544 484 0 357 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 3784 KiB
Current children cumulated memory: 3200 KiB

[startup+0.214436 s]*
/proc/loadavg: 4.12 4.11 4.12 5/249 31474
/proc/meminfo: memFree=123163240/131382112 swapFree=33010684/33010684
[pid=31473] ppid=31470 vsize=4264 memory=3840 CPUtime=0.22 cores=1,3
/proc/31473/stat : 31473 (uwrmaxsat) R 31470 31473 30241 0 -1 4194304 594 0 0 0 22 0 0 0 20 0 1 0 37968528 4366336 960 18446744073709551615 4198400 6176925 140730423589312 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 16265216 140730423597418 140730423597545 140730423597545 140730423603147 0
/proc/31473/statm: 1066 960 544 484 0 477 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 4264 KiB
Current children cumulated memory: 3840 KiB

[startup+0.314255 s]*
/proc/loadavg: 4.12 4.11 4.12 5/249 31474
/proc/meminfo: memFree=123163240/131382112 swapFree=33010684/33010684
[pid=31473] ppid=31470 vsize=4992 memory=4424 CPUtime=0.31 cores=1,3
/proc/31473/stat : 31473 (uwrmaxsat) R 31470 31473 30241 0 -1 4194304 974 0 0 0 31 0 0 0 20 0 1 0 37968528 5111808 1106 18446744073709551615 4198400 6176925 140730423589312 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 16265216 140730423597418 140730423597545 140730423597545 140730423603147 0
/proc/31473/statm: 1248 1106 544 484 0 659 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 4992 KiB
Current children cumulated memory: 4424 KiB

[startup+0.700313 s]
/proc/loadavg: 4.12 4.11 4.12 5/249 31474
/proc/meminfo: memFree=123163240/131382112 swapFree=33010684/33010684
[pid=31473] ppid=31470 vsize=5436 memory=4740 CPUtime=0.68 cores=1,3
/proc/31473/stat : 31473 (uwrmaxsat) R 31470 31473 30241 0 -1 4194304 1191 0 0 0 68 0 0 0 20 0 1 0 37968528 5566464 1185 18446744073709551615 4198400 6176925 140730423589312 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 16265216 140730423597418 140730423597545 140730423597545 140730423603147 0
/proc/31473/statm: 1359 1185 544 484 0 770 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 5436 KiB
Current children cumulated memory: 4740 KiB

[startup+1.50038 s]
/proc/loadavg: 4.11 4.11 4.12 5/249 31474
/proc/meminfo: memFree=123163684/131382112 swapFree=33010684/33010684
[pid=31473] ppid=31470 vsize=6716 memory=6064 CPUtime=1.48 cores=1,3
/proc/31473/stat : 31473 (uwrmaxsat) R 31470 31473 30241 0 -1 4194304 1839 0 0 0 148 0 0 0 20 0 1 0 37968528 6877184 1516 18446744073709551615 4198400 6176925 140730423589312 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 16265216 140730423597418 140730423597545 140730423597545 140730423603147 0
/proc/31473/statm: 1679 1516 544 484 0 1090 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 6716 KiB
Current children cumulated memory: 6064 KiB

[startup+3.11435 s]
/proc/loadavg: 4.11 4.11 4.12 5/249 31474
/proc/meminfo: memFree=123160660/131382112 swapFree=33010684/33010684
[pid=31473] ppid=31470 vsize=8008 memory=7304 CPUtime=3.1 cores=1,3
/proc/31473/stat : 31473 (uwrmaxsat) R 31470 31473 30241 0 -1 4194304 3689 0 0 0 309 1 0 0 20 0 1 0 37968528 8200192 1826 18446744073709551615 4198400 6176925 140730423589312 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 16265216 140730423597418 140730423597545 140730423597545 140730423603147 0
/proc/31473/statm: 2002 1826 544 484 0 1413 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 8008 KiB
Current children cumulated memory: 7304 KiB

[startup+6.30027 s]
/proc/loadavg: 4.10 4.11 4.12 5/249 31474
/proc/meminfo: memFree=123148184/131382112 swapFree=33010684/33010684
[pid=31473] ppid=31470 vsize=10672 memory=9980 CPUtime=6.27 cores=1,3
/proc/31473/stat : 31473 (uwrmaxsat) R 31470 31473 30241 0 -1 4194304 4756 0 0 0 626 1 0 0 20 0 1 0 37968528 10928128 2495 18446744073709551615 4198400 6176925 140730423589312 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 16265216 140730423597418 140730423597545 140730423597545 140730423603147 0
/proc/31473/statm: 2668 2495 544 484 0 2079 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 10672 KiB
Current children cumulated memory: 9980 KiB

[startup+12.7003 s]
/proc/loadavg: 4.01 4.09 4.11 5/249 31519
/proc/meminfo: memFree=123228664/131382112 swapFree=33010684/33010684
[pid=31473] ppid=31470 vsize=14420 memory=13372 CPUtime=12.65 cores=1,3
/proc/31473/stat : 31473 (uwrmaxsat) R 31470 31473 30241 0 -1 4194304 8100 0 0 0 1263 2 0 0 20 0 1 0 37968528 14766080 3343 18446744073709551615 4198400 6176925 140730423589312 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 16265216 140730423597418 140730423597545 140730423597545 140730423603147 0
/proc/31473/statm: 3605 3343 544 484 0 3016 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 14420 KiB
Current children cumulated memory: 13372 KiB

[startup+25.5004 s]
/proc/loadavg: 4.01 4.09 4.11 5/249 31564
/proc/meminfo: memFree=123182132/131382112 swapFree=33010684/33010684
[pid=31473] ppid=31470 vsize=19552 memory=18888 CPUtime=25.41 cores=1,3
/proc/31473/stat : 31473 (uwrmaxsat) R 31470 31473 30241 0 -1 4194304 8991 0 0 0 2539 2 0 0 20 0 1 0 37968528 20021248 4722 18446744073709551615 4198400 6176925 140730423589312 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 16265216 140730423597418 140730423597545 140730423597545 140730423603147 0
/proc/31473/statm: 4888 4722 544 484 0 4299 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 19552 KiB
Current children cumulated memory: 18888 KiB

[startup+51.1143 s]
/proc/loadavg: 4.06 4.09 4.11 6/249 31565
/proc/meminfo: memFree=123167000/131382112 swapFree=33010684/33010684
[pid=31473] ppid=31470 vsize=25108 memory=24472 CPUtime=50.95 cores=1,3
/proc/31473/stat : 31473 (uwrmaxsat) R 31470 31473 30241 0 -1 4194304 10617 0 0 0 5092 3 0 0 20 0 1 0 37968528 25710592 6118 18446744073709551615 4198400 6176925 140730423589312 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 16265216 140730423597418 140730423597545 140730423597545 140730423603147 0
/proc/31473/statm: 6277 6118 544 484 0 5688 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 25108 KiB
Current children cumulated memory: 24472 KiB

[startup+102.3 s]
/proc/loadavg: 4.07 4.09 4.10 5/249 31566
/proc/meminfo: memFree=123123032/131382112 swapFree=33010684/33010684
[pid=31473] ppid=31470 vsize=39068 memory=38468 CPUtime=101.99 cores=1,3
/proc/31473/stat : 31473 (uwrmaxsat) R 31470 31473 30241 0 -1 4194304 20775 0 0 0 10192 7 0 0 20 0 1 0 37968528 40005632 9617 18446744073709551615 4198400 6176925 140730423589312 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 16265216 140730423597418 140730423597545 140730423597545 140730423603147 0
/proc/31473/statm: 9767 9617 544 484 0 9178 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 39068 KiB
Current children cumulated memory: 38468 KiB

[startup+162.3 s]
/proc/loadavg: 4.13 4.10 4.10 5/249 31568
/proc/meminfo: memFree=123122052/131382112 swapFree=33010684/33010684
[pid=31473] ppid=31470 vsize=36016 memory=35396 CPUtime=161.81 cores=1,3
/proc/31473/stat : 31473 (uwrmaxsat) R 31470 31473 30241 0 -1 4194304 24974 0 0 0 16173 8 0 0 20 0 1 0 37968528 36880384 8849 18446744073709551615 4198400 6176925 140730423589312 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 16265216 140730423597418 140730423597545 140730423597545 140730423603147 0
/proc/31473/statm: 9004 8849 544 484 0 8415 0
Current children cumulated CPU time: 161.81 s
Current children cumulated vsize: 36016 KiB
Current children cumulated memory: 35396 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.10 4.10 5/249 31704
/proc/meminfo: memFree=123206820/131382112 swapFree=33010684/33010684
[pid=31473] ppid=31470 vsize=40160 memory=39492 CPUtime=221.63 cores=1,3
/proc/31473/stat : 31473 (uwrmaxsat) R 31470 31473 30241 0 -1 4194304 26022 0 0 0 22153 10 0 0 20 0 1 0 37968528 41123840 9873 18446744073709551615 4198400 6176925 140730423589312 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 16265216 140730423597418 140730423597545 140730423597545 140730423603147 0
/proc/31473/statm: 10040 9873 544 484 0 9451 0
Current children cumulated CPU time: 221.63 s
Current children cumulated vsize: 40160 KiB
Current children cumulated memory: 39492 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/249 31706
/proc/meminfo: memFree=123205444/131382112 swapFree=33010684/33010684
[pid=31473] ppid=31470 vsize=53944 memory=53316 CPUtime=281.47 cores=1,3
/proc/31473/stat : 31473 (uwrmaxsat) R 31470 31473 30241 0 -1 4194304 32732 0 0 0 28134 13 0 0 20 0 1 0 37968528 55238656 13329 18446744073709551615 4198400 6176925 140730423589312 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 16265216 140730423597418 140730423597545 140730423597545 140730423603147 0
/proc/31473/statm: 13486 13329 544 484 0 12897 0
Current children cumulated CPU time: 281.47 s
Current children cumulated vsize: 53944 KiB
Current children cumulated memory: 53316 KiB

[startup+342.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/251 31712
/proc/meminfo: memFree=123154256/131382112 swapFree=33010684/33010684
[pid=31473] ppid=31470 vsize=64176 memory=63556 CPUtime=341.31 cores=1,3
/proc/31473/stat : 31473 (uwrmaxsat) R 31470 31473 30241 0 -1 4194304 33777 0 0 0 34118 13 0 0 20 0 1 0 37968528 65716224 15889 18446744073709551615 4198400 6176925 140730423589312 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 16265216 140730423597418 140730423597545 140730423597545 140730423603147 0
/proc/31473/statm: 16044 15889 544 484 0 15455 0
Current children cumulated CPU time: 341.31 s
Current children cumulated vsize: 64176 KiB
Current children cumulated memory: 63556 KiB

[startup+402.3 s]
/proc/loadavg: 4.04 4.08 4.09 5/252 31715
/proc/meminfo: memFree=123128852/131382112 swapFree=33010684/33010684
[pid=31473] ppid=31470 vsize=68136 memory=67524 CPUtime=401.16 cores=1,3
/proc/31473/stat : 31473 (uwrmaxsat) R 31470 31473 30241 0 -1 4194304 34794 0 0 0 40102 14 0 0 20 0 1 0 37968528 69771264 16881 18446744073709551615 4198400 6176925 140730423589312 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 16265216 140730423597418 140730423597545 140730423597545 140730423603147 0
/proc/31473/statm: 17034 16881 544 484 0 16445 0
Current children cumulated CPU time: 401.16 s
Current children cumulated vsize: 68136 KiB
Current children cumulated memory: 67524 KiB

[startup+462.3 s]
/proc/loadavg: 4.17 4.11 4.09 5/252 31717
/proc/meminfo: memFree=123106364/131382112 swapFree=33010684/33010684
[pid=31473] ppid=31470 vsize=67932 memory=67268 CPUtime=460.98 cores=1,3
/proc/31473/stat : 31473 (uwrmaxsat) R 31470 31473 30241 0 -1 4194304 37353 0 0 0 46083 15 0 0 20 0 1 0 37968528 69562368 16817 18446744073709551615 4198400 6176925 140730423589312 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 16265216 140730423597418 140730423597545 140730423597545 140730423603147 0
/proc/31473/statm: 16983 16817 544 484 0 16394 0
Current children cumulated CPU time: 460.98 s

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

/proc/loadavg: 4.14 4.10 4.09 5/251 31730
/proc/meminfo: memFree=123075316/131382112 swapFree=33010684/33010684
[pid=31473] ppid=31470 vsize=62096 memory=61508 CPUtime=700.29 cores=1,3
/proc/31473/stat : 31473 (uwrmaxsat) R 31470 31473 30241 0 -1 4194304 45924 0 0 0 70009 20 0 0 20 0 1 0 37968528 63586304 15377 18446744073709551615 4198400 6176925 140730423589312 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 16265216 140730423597418 140730423597545 140730423597545 140730423603147 0
/proc/31473/statm: 15524 15377 544 484 0 14935 0
Current children cumulated CPU time: 700.29 s
Current children cumulated vsize: 62096 KiB
Current children cumulated memory: 61508 KiB

[startup+762.3 s]
/proc/loadavg: 4.17 4.12 4.09 5/250 31732
/proc/meminfo: memFree=123073716/131382112 swapFree=33010684/33010684
[pid=31473] ppid=31470 vsize=62876 memory=62276 CPUtime=760.1 cores=1,3
/proc/31473/stat : 31473 (uwrmaxsat) R 31470 31473 30241 0 -1 4194304 46119 0 0 0 75990 20 0 0 20 0 1 0 37968528 64385024 15569 18446744073709551615 4198400 6176925 140730423589312 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 16265216 140730423597418 140730423597545 140730423597545 140730423603147 0
/proc/31473/statm: 15719 15569 544 484 0 15130 0
Current children cumulated CPU time: 760.1 s
Current children cumulated vsize: 62876 KiB
Current children cumulated memory: 62276 KiB

[startup+822.3 s]
/proc/loadavg: 4.06 4.09 4.09 5/250 31745
/proc/meminfo: memFree=123067968/131382112 swapFree=33010684/33010684
[pid=31473] ppid=31470 vsize=63324 memory=62788 CPUtime=819.9 cores=1,3
/proc/31473/stat : 31473 (uwrmaxsat) R 31470 31473 30241 0 -1 4194304 46280 0 0 0 81970 20 0 0 20 0 1 0 37968528 64843776 15697 18446744073709551615 4198400 6176925 140730423589312 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 16265216 140730423597418 140730423597545 140730423597545 140730423603147 0
/proc/31473/statm: 15831 15697 544 484 0 15242 0
Current children cumulated CPU time: 819.9 s
Current children cumulated vsize: 63324 KiB
Current children cumulated memory: 62788 KiB

[startup+882.3 s]
/proc/loadavg: 4.06 4.09 4.09 5/250 31747
/proc/meminfo: memFree=123070484/131382112 swapFree=33010684/33010684
[pid=31473] ppid=31470 vsize=63848 memory=63172 CPUtime=879.73 cores=1,3
/proc/31473/stat : 31473 (uwrmaxsat) R 31470 31473 30241 0 -1 4194304 46385 0 0 0 87953 20 0 0 20 0 1 0 37968528 65380352 15793 18446744073709551615 4198400 6176925 140730423589312 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 16265216 140730423597418 140730423597545 140730423597545 140730423603147 0
/proc/31473/statm: 15962 15793 544 484 0 15373 0
Current children cumulated CPU time: 879.73 s
Current children cumulated vsize: 63848 KiB
Current children cumulated memory: 63172 KiB

[startup+942.3 s]
/proc/loadavg: 4.18 4.11 4.10 5/250 31752
/proc/meminfo: memFree=123073712/131382112 swapFree=33010684/33010684
[pid=31473] ppid=31470 vsize=65048 memory=64452 CPUtime=939.57 cores=1,3
/proc/31473/stat : 31473 (uwrmaxsat) R 31470 31473 30241 0 -1 4194304 46707 0 0 0 93937 20 0 0 20 0 1 0 37968528 66609152 16113 18446744073709551615 4198400 6176925 140730423589312 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 16265216 140730423597418 140730423597545 140730423597545 140730423603147 0
/proc/31473/statm: 16262 16113 544 484 0 15673 0
Current children cumulated CPU time: 939.57 s
Current children cumulated vsize: 65048 KiB
Current children cumulated memory: 64452 KiB

[startup+1002.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/250 31754
/proc/meminfo: memFree=123068608/131382112 swapFree=33010684/33010684
[pid=31473] ppid=31470 vsize=65516 memory=64836 CPUtime=999.41 cores=1,3
/proc/31473/stat : 31473 (uwrmaxsat) R 31470 31473 30241 0 -1 4194304 46802 0 0 0 99920 21 0 0 20 0 1 0 37968528 67088384 16209 18446744073709551615 4198400 6176925 140730423589312 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 16265216 140730423597418 140730423597545 140730423597545 140730423603147 0
/proc/31473/statm: 16379 16209 544 484 0 15790 0
Current children cumulated CPU time: 999.41 s
Current children cumulated vsize: 65516 KiB
Current children cumulated memory: 64836 KiB

[startup+1062.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/250 31756
/proc/meminfo: memFree=123069384/131382112 swapFree=33010684/33010684
[pid=31473] ppid=31470 vsize=65516 memory=64836 CPUtime=1059.25 cores=1,3
/proc/31473/stat : 31473 (uwrmaxsat) R 31470 31473 30241 0 -1 4194304 46802 0 0 0 105904 21 0 0 20 0 1 0 37968528 67088384 16209 18446744073709551615 4198400 6176925 140730423589312 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 16265216 140730423597418 140730423597545 140730423597545 140730423603147 0
/proc/31473/statm: 16379 16209 544 484 0 15790 0
Current children cumulated CPU time: 1059.25 s
Current children cumulated vsize: 65516 KiB
Current children cumulated memory: 64836 KiB

[startup+1122.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/250 31758
/proc/meminfo: memFree=123074804/131382112 swapFree=33010684/33010684
[pid=31473] ppid=31470 vsize=65516 memory=64836 CPUtime=1119.09 cores=1,3
/proc/31473/stat : 31473 (uwrmaxsat) R 31470 31473 30241 0 -1 4194304 46830 0 0 0 111888 21 0 0 20 0 1 0 37968528 67088384 16209 18446744073709551615 4198400 6176925 140730423589312 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 16265216 140730423597418 140730423597545 140730423597545 140730423603147 0
/proc/31473/statm: 16379 16209 544 484 0 15790 0
Current children cumulated CPU time: 1119.09 s
Current children cumulated vsize: 65516 KiB
Current children cumulated memory: 64836 KiB

[startup+1182.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/250 31764
/proc/meminfo: memFree=123092108/131382112 swapFree=33010684/33010684
[pid=31473] ppid=31470 vsize=66360 memory=65732 CPUtime=1178.93 cores=1,3
/proc/31473/stat : 31473 (uwrmaxsat) R 31470 31473 30241 0 -1 4194304 47042 0 0 0 117872 21 0 0 20 0 1 0 37968528 67952640 16433 18446744073709551615 4198400 6176925 140730423589312 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 16265216 140730423597418 140730423597545 140730423597545 140730423603147 0
/proc/31473/statm: 16590 16433 544 484 0 16001 0
Current children cumulated CPU time: 1178.93 s
Current children cumulated vsize: 66360 KiB
Current children cumulated memory: 65732 KiB

[startup+1242.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/250 31766
/proc/meminfo: memFree=123062304/131382112 swapFree=33010684/33010684
[pid=31473] ppid=31470 vsize=58420 memory=57920 CPUtime=1238.77 cores=1,3
/proc/31473/stat : 31473 (uwrmaxsat) R 31470 31473 30241 0 -1 4194304 48179 0 0 0 123855 22 0 0 20 0 1 0 37968528 59822080 14480 18446744073709551615 4198400 6176925 140730423589312 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 16265216 140730423597418 140730423597545 140730423597545 140730423603147 0
/proc/31473/statm: 14605 14480 544 484 0 14016 0
Current children cumulated CPU time: 1238.77 s
Current children cumulated vsize: 58420 KiB
Current children cumulated memory: 57920 KiB

[startup+1250.89 s]
# the end of solver process 31473 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=1247.12 s, system=0.223155 s

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

[startup+1244.8 s]
/proc/loadavg: 4.14 4.10 4.09 5/250 31766
/proc/meminfo: memFree=123062304/131382112 swapFree=33010684/33010684
[pid=31473] ppid=31470 vsize=58420 memory=57920 CPUtime=1241.26 cores=1,3
/proc/31473/stat : 31473 (uwrmaxsat) R 31470 31473 30241 0 -1 4194304 48179 0 0 0 124104 22 0 0 20 0 1 0 37968528 59822080 14480 18446744073709551615 4198400 6176925 140730423589312 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 16265216 140730423597418 140730423597545 140730423597545 140730423603147 0
/proc/31473/statm: 14605 14480 544 484 0 14016 0
Current children cumulated CPU time: 1241.26 s
Current children cumulated vsize: 58420 KiB
Current children cumulated memory: 57920 KiB

[startup+1248 s]*
/proc/loadavg: 4.13 4.10 4.09 6/250 31766
/proc/meminfo: memFree=123062556/131382112 swapFree=33010684/33010684
[pid=31473] ppid=31470 vsize=58420 memory=57920 CPUtime=1244.47 cores=1,3
/proc/31473/stat : 31473 (uwrmaxsat) R 31470 31473 30241 0 -1 4194304 48179 0 0 0 124425 22 0 0 20 0 1 0 37968528 59822080 14480 18446744073709551615 4198400 6176925 140730423589312 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 16265216 140730423597418 140730423597545 140730423597545 140730423603147 0
/proc/31473/statm: 14605 14480 544 484 0 14016 0
Current children cumulated CPU time: 1244.47 s
Current children cumulated vsize: 58420 KiB
Current children cumulated memory: 57920 KiB

[startup+1249.6 s]
/proc/loadavg: 4.13 4.10 4.09 5/250 31766
/proc/meminfo: memFree=123062556/131382112 swapFree=33010684/33010684
[pid=31473] ppid=31470 vsize=58420 memory=57920 CPUtime=1246.05 cores=1,3
/proc/31473/stat : 31473 (uwrmaxsat) R 31470 31473 30241 0 -1 4194304 48179 0 0 0 124583 22 0 0 20 0 1 0 37968528 59822080 14480 18446744073709551615 4198400 6176925 140730423589312 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 16265216 140730423597418 140730423597545 140730423597545 140730423603147 0
/proc/31473/statm: 14605 14480 544 484 0 14016 0
Current children cumulated CPU time: 1246.05 s
Current children cumulated vsize: 58420 KiB
Current children cumulated memory: 57920 KiB

[startup+1250.4 s]
/proc/loadavg: 4.13 4.10 4.09 5/250 31766
/proc/meminfo: memFree=123062808/131382112 swapFree=33010684/33010684
[pid=31473] ppid=31470 vsize=58420 memory=57920 CPUtime=1246.85 cores=1,3
/proc/31473/stat : 31473 (uwrmaxsat) R 31470 31473 30241 0 -1 4194304 48179 0 0 0 124663 22 0 0 20 0 1 0 37968528 59822080 14480 18446744073709551615 4198400 6176925 140730423589312 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 16265216 140730423597418 140730423597545 140730423597545 140730423603147 0
/proc/31473/statm: 14605 14480 544 484 0 14016 0
Current children cumulated CPU time: 1246.85 s
Current children cumulated vsize: 58420 KiB
Current children cumulated memory: 57920 KiB

[startup+1250.8 s]
/proc/loadavg: 4.13 4.10 4.09 5/250 31766
/proc/meminfo: memFree=123062808/131382112 swapFree=33010684/33010684
[pid=31473] ppid=31470 vsize=58420 memory=57920 CPUtime=1247.25 cores=1,3
/proc/31473/stat : 31473 (uwrmaxsat) R 31470 31473 30241 0 -1 4194304 48179 0 0 0 124703 22 0 0 20 0 1 0 37968528 59822080 14480 18446744073709551615 4198400 6176925 140730423589312 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 16265216 140730423597418 140730423597545 140730423597545 140730423603147 0
/proc/31473/statm: 14605 14480 544 484 0 14016 0
Current children cumulated CPU time: 1247.25 s
Current children cumulated vsize: 58420 KiB
Current children cumulated memory: 57920 KiB

Child status: 20

Real time (s): 1250.89
CPU time (s): 1247.35
CPU user time (s): 1247.12
CPU system time (s): 0.223155
CPU usage (%): 99.7164
Max. virtual memory (cumulated for all children) (KiB): 87324
Max. memory (cumulated for all children) (KiB): 86612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1247.12
system time used= 0.223155
maximum resident set size= 88980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48179
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= 17
involuntary context switches= 648


# summary of solver processes directly reported to runsolver:
#   pid: 31473
#   total CPU time (s): 1247.35
#   total CPU user time (s): 1247.12
#   total CPU system time (s): 0.223155

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.04536 second user time and 13.9745 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-06-29 20:48:07
IDJOB=4514282
IDBENCH=162615
IDSOLVER=3372
FILE ID=nodeC009/4514282-1751222887
RUNJOBID= nodeC009-1751215608-30253
SLURM_JOB_ID= 9587652
Free space on /tmp= 432652 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/rand6reg/normalized-rand6reg-v041-n2.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4514282-1751222887/watcher-4514282-1751222887 -o /tmp/evaluation-result-4514282-1751222887/solver-4514282-1751222887 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751215608-30253 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4514282-1751222887.opb -mem-lim=31000

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

MD5SUM BENCH= b8a09e358b8e1895ad7e151def234408
RANDOM SEED=1178870484

nodeC009 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		: 3662.338
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.85
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		: 3494.329
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.85
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.565
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.85
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.235
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.85
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		: 3700.000
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.85
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		: 3660.958
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.85
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		: 3662.140
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.85
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.507
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.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        123166488 kB
MemAvailable:   129605712 kB
Buffers:            3280 kB
Cached:          7213060 kB
SwapCached:            0 kB
Active:           662524 kB
Inactive:        6915772 kB
Active(anon):     378948 kB
Inactive(anon):      968 kB
Active(file):     283576 kB
Inactive(file):  6914804 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2640 kB
Writeback:             0 kB
AnonPages:        363244 kB
Mapped:           109428 kB
Shmem:             17960 kB
KReclaimable:     160556 kB
Slab:             243804 kB
SReclaimable:     160556 kB
SUnreclaim:        83248 kB
KernelStack:        4064 kB
PageTables:         3708 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     695148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149384 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    288768 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:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432644 MiB
End job on nodeC009 at 2025-06-29 21:08:59