Trace number 4514354

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 1266.26 1270.11

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/
d-equals-n_k/normalized-compression64_11.opb
MD5SUMecb94e70b440a48855e99e990bb4ec90
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 benchmark1198.19
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5700
Total number of constraints27830
Number of constraints which are clauses27825
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint75
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 11
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 86
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c Using cadical-2.1.3-f13d744 SAT solver by Armin Biere et al. (2016 - )
0.00/0.00	c Setting memory limit to 31000MB.
0.00/0.00	c Parsing PB file...
0.79/0.86	c Converting 27827 PB-constraints to clauses...
0.88/0.90	c ============================[ Encoding Statistics ]============================
0.88/0.90	c |  Number of variables:          6184                                         |
0.88/0.90	c |  Number of clauses:           29824                                         |
0.88/0.90	c ===============================================================================
1266.15/1270.11	c _______________________________________________________________________________
1266.15/1270.11	c 
1266.15/1270.11	c =======================[ UWrMaxSat resources usage ]===========================
1266.15/1270.11	c Memory used            : 152.00 MB
1266.15/1270.11	c CPU time               : 1266.09 s
1266.15/1270.11	c Constr Enc: Srt/BDD/Add: 2 0 0
1266.15/1270.11	c _______________________________________________________________________________
1266.15/1270.11	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 (60754 MiB free)
  memory of node 1: 64507 MiB (59593 MiB free)
  node distances:
     10  21
     21  10

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

solver pid=31563, runsolver pid=31560

[startup+0.100066 s]*
/proc/loadavg: 4.01 4.09 4.11 5/249 31564
/proc/meminfo: memFree=123237320/131382112 swapFree=33010684/33010684
[pid=31563] ppid=31560 vsize=15748 memory=12884 CPUtime=0.1 cores=0,2
/proc/31563/stat : 31563 (uwrmaxsat) R 31560 31563 30241 0 -1 4194304 2929 0 0 0 10 0 0 0 20 0 1 0 37970330 16125952 3221 18446744073709551615 4198400 6176925 140737351161008 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20094976 140737351162218 140737351162345 140737351162345 140737351167947 0
/proc/31563/statm: 3937 3221 448 484 0 3348 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 15748 KiB
Current children cumulated memory: 12884 KiB

[startup+0.213042 s]*
/proc/loadavg: 4.01 4.09 4.11 5/249 31564
/proc/meminfo: memFree=123237320/131382112 swapFree=33010684/33010684
[pid=31563] ppid=31560 vsize=25312 memory=20820 CPUtime=0.22 cores=0,2
/proc/31563/stat : 31563 (uwrmaxsat) R 31560 31563 30241 0 -1 4194304 4903 0 0 0 22 0 0 0 20 0 1 0 37970330 25919488 5205 18446744073709551615 4198400 6176925 140737351161008 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20094976 140737351162218 140737351162345 140737351162345 140737351167947 0
/proc/31563/statm: 6328 5205 448 484 0 5739 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 25312 KiB
Current children cumulated memory: 20820 KiB

[startup+0.312862 s]*
/proc/loadavg: 4.01 4.09 4.11 5/249 31564
/proc/meminfo: memFree=123237320/131382112 swapFree=33010684/33010684
[pid=31563] ppid=31560 vsize=32336 memory=26708 CPUtime=0.31 cores=0,2
/proc/31563/stat : 31563 (uwrmaxsat) R 31560 31563 30241 0 -1 4194304 6378 0 0 0 31 0 0 0 20 0 1 0 37970330 33112064 6677 18446744073709551615 4198400 6176925 140737351161008 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20094976 140737351162218 140737351162345 140737351162345 140737351167947 0
/proc/31563/statm: 8084 6677 448 484 0 7495 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 32336 KiB
Current children cumulated memory: 26708 KiB

[startup+0.700283 s]
/proc/loadavg: 4.01 4.09 4.11 5/249 31564
/proc/meminfo: memFree=123221444/131382112 swapFree=33010684/33010684
[pid=31563] ppid=31560 vsize=59084 memory=49108 CPUtime=0.69 cores=0,2
/proc/31563/stat : 31563 (uwrmaxsat) R 31560 31563 30241 0 -1 4194304 11962 0 0 0 67 2 0 0 20 0 1 0 37970330 60502016 12277 18446744073709551615 4198400 6176925 140737351161008 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20094976 140737351162218 140737351162345 140737351162345 140737351167947 0
/proc/31563/statm: 14771 12277 448 484 0 14182 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 59084 KiB
Current children cumulated memory: 49108 KiB

[startup+1.50033 s]
/proc/loadavg: 4.01 4.09 4.11 5/249 31564
/proc/meminfo: memFree=123189188/131382112 swapFree=33010684/33010684
[pid=31563] ppid=31560 vsize=86872 memory=76144 CPUtime=1.48 cores=0,2
/proc/31563/stat : 31563 (uwrmaxsat) R 31560 31563 30241 0 -1 4194304 19483 0 0 0 145 3 0 0 20 0 1 0 37970330 88956928 19036 18446744073709551615 4198400 6176925 140737351161008 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20094976 140737351162218 140737351162345 140737351162345 140737351167947 0
/proc/31563/statm: 21718 19036 544 484 0 21129 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 86872 KiB
Current children cumulated memory: 76144 KiB

[startup+3.11281 s]
/proc/loadavg: 4.01 4.09 4.11 5/249 31564
/proc/meminfo: memFree=123182384/131382112 swapFree=33010684/33010684
[pid=31563] ppid=31560 vsize=93620 memory=83472 CPUtime=3.09 cores=0,2
/proc/31563/stat : 31563 (uwrmaxsat) R 31560 31563 30241 0 -1 4194304 23497 0 0 0 304 5 0 0 20 0 1 0 37970330 95866880 20868 18446744073709551615 4198400 6176925 140737351161008 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20094976 140737351162218 140737351162345 140737351162345 140737351167947 0
/proc/31563/statm: 23405 20868 544 484 0 22816 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 93620 KiB
Current children cumulated memory: 83472 KiB

[startup+6.30029 s]
/proc/loadavg: 4.01 4.09 4.11 5/249 31564
/proc/meminfo: memFree=123182636/131382112 swapFree=33010684/33010684
[pid=31563] ppid=31560 vsize=96052 memory=86204 CPUtime=6.27 cores=0,2
/proc/31563/stat : 31563 (uwrmaxsat) R 31560 31563 30241 0 -1 4194304 23671 0 0 0 622 5 0 0 20 0 1 0 37970330 98357248 21551 18446744073709551615 4198400 6176925 140737351161008 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20094976 140737351162218 140737351162345 140737351162345 140737351167947 0
/proc/31563/statm: 24013 21551 544 484 0 23424 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 96052 KiB
Current children cumulated memory: 86204 KiB

[startup+12.7003 s]
/proc/loadavg: 4.09 4.10 4.11 5/249 31564
/proc/meminfo: memFree=123182088/131382112 swapFree=33010684/33010684
[pid=31563] ppid=31560 vsize=97352 memory=88236 CPUtime=12.65 cores=0,2
/proc/31563/stat : 31563 (uwrmaxsat) R 31560 31563 30241 0 -1 4194304 27648 0 0 0 1259 6 0 0 20 0 1 0 37970330 99688448 22059 18446744073709551615 4198400 6176925 140737351161008 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20094976 140737351162218 140737351162345 140737351162345 140737351167947 0
/proc/31563/statm: 24338 22059 544 484 0 23749 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 97352 KiB
Current children cumulated memory: 88236 KiB

[startup+25.5003 s]
/proc/loadavg: 4.07 4.10 4.11 5/249 31564
/proc/meminfo: memFree=123176544/131382112 swapFree=33010684/33010684
[pid=31563] ppid=31560 vsize=92592 memory=86408 CPUtime=25.41 cores=0,2
/proc/31563/stat : 31563 (uwrmaxsat) R 31560 31563 30241 0 -1 4194304 32333 0 0 0 2534 7 0 0 20 0 1 0 37970330 94814208 21602 18446744073709551615 4198400 6176925 140737351161008 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20094976 140737351162218 140737351162345 140737351162345 140737351167947 0
/proc/31563/statm: 23148 21602 544 484 0 22559 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 92592 KiB
Current children cumulated memory: 86408 KiB

[startup+51.1126 s]
/proc/loadavg: 4.04 4.09 4.10 5/249 31565
/proc/meminfo: memFree=123149356/131382112 swapFree=33010684/33010684
[pid=31563] ppid=31560 vsize=100932 memory=97472 CPUtime=50.93 cores=0,2
/proc/31563/stat : 31563 (uwrmaxsat) R 31560 31563 30241 0 -1 4194304 35129 0 0 0 5086 7 0 0 20 0 1 0 37970330 103354368 24368 18446744073709551615 4198400 6176925 140737351161008 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20094976 140737351162218 140737351162345 140737351162345 140737351167947 0
/proc/31563/statm: 25233 24368 544 484 0 24644 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 100932 KiB
Current children cumulated memory: 97472 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.10 4.11 5/249 31567
/proc/meminfo: memFree=123144772/131382112 swapFree=33010684/33010684
[pid=31563] ppid=31560 vsize=95480 memory=93024 CPUtime=101.97 cores=0,2
/proc/31563/stat : 31563 (uwrmaxsat) R 31560 31563 30241 0 -1 4194304 39143 0 0 0 10188 9 0 0 20 0 1 0 37970330 97771520 23256 18446744073709551615 4198400 6176925 140737351161008 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20094976 140737351162218 140737351162345 140737351162345 140737351167947 0
/proc/31563/statm: 23870 23256 544 484 0 23281 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 95480 KiB
Current children cumulated memory: 93024 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.10 4.10 5/249 31614
/proc/meminfo: memFree=123230600/131382112 swapFree=33010684/33010684
[pid=31563] ppid=31560 vsize=106324 memory=104168 CPUtime=161.76 cores=0,2
/proc/31563/stat : 31563 (uwrmaxsat) R 31560 31563 30241 0 -1 4194304 42983 0 0 0 16166 10 0 0 20 0 1 0 37970330 108875776 26042 18446744073709551615 4198400 6176925 140737351161008 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20094976 140737351162218 140737351162345 140737351162345 140737351167947 0
/proc/31563/statm: 26581 26042 544 484 0 25992 0
Current children cumulated CPU time: 161.76 s
Current children cumulated vsize: 106324 KiB
Current children cumulated memory: 104168 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/249 31705
/proc/meminfo: memFree=123201684/131382112 swapFree=33010684/33010684
[pid=31563] ppid=31560 vsize=106864 memory=105064 CPUtime=221.53 cores=0,2
/proc/31563/stat : 31563 (uwrmaxsat) R 31560 31563 30241 0 -1 4194304 43149 0 0 0 22143 10 0 0 20 0 1 0 37970330 109428736 26266 18446744073709551615 4198400 6176925 140737351161008 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20094976 140737351162218 140737351162345 140737351162345 140737351167947 0
/proc/31563/statm: 26716 26266 544 484 0 26127 0
Current children cumulated CPU time: 221.53 s
Current children cumulated vsize: 106864 KiB
Current children cumulated memory: 105064 KiB

[startup+282.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/250 31708
/proc/meminfo: memFree=123172748/131382112 swapFree=33010684/33010684
[pid=31563] ppid=31560 vsize=108836 memory=106988 CPUtime=281.34 cores=0,2
/proc/31563/stat : 31563 (uwrmaxsat) R 31560 31563 30241 0 -1 4194304 45306 0 0 0 28123 11 0 0 20 0 1 0 37970330 111448064 26747 18446744073709551615 4198400 6176925 140737351161008 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20094976 140737351162218 140737351162345 140737351162345 140737351167947 0
/proc/31563/statm: 27209 26747 544 484 0 26620 0
Current children cumulated CPU time: 281.34 s
Current children cumulated vsize: 108836 KiB
Current children cumulated memory: 106988 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/251 31713
/proc/meminfo: memFree=123126548/131382112 swapFree=33010684/33010684
[pid=31563] ppid=31560 vsize=122080 memory=120300 CPUtime=341.16 cores=0,2
/proc/31563/stat : 31563 (uwrmaxsat) R 31560 31563 30241 0 -1 4194304 46573 0 0 0 34105 11 0 0 20 0 1 0 37970330 125009920 30075 18446744073709551615 4198400 6176925 140737351161008 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20094976 140737351162218 140737351162345 140737351162345 140737351167947 0
/proc/31563/statm: 30520 30075 544 484 0 29931 0
Current children cumulated CPU time: 341.16 s
Current children cumulated vsize: 122080 KiB
Current children cumulated memory: 120300 KiB

[startup+402.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/252 31716
/proc/meminfo: memFree=123107616/131382112 swapFree=33010684/33010684
[pid=31563] ppid=31560 vsize=116444 memory=114648 CPUtime=400.99 cores=0,2
/proc/31563/stat : 31563 (uwrmaxsat) R 31560 31563 30241 0 -1 4194304 49794 0 0 0 40086 13 0 0 20 0 1 0 37970330 119238656 28662 18446744073709551615 4198400 6176925 140737351161008 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20094976 140737351162218 140737351162345 140737351162345 140737351167947 0
/proc/31563/statm: 29111 28662 544 484 0 28522 0
Current children cumulated CPU time: 400.99 s
Current children cumulated vsize: 116444 KiB
Current children cumulated memory: 114648 KiB

[startup+462.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/252 31718
/proc/meminfo: memFree=123106324/131382112 swapFree=33010684/33010684
[pid=31563] ppid=31560 vsize=127404 memory=125548 CPUtime=460.82 cores=0,2
/proc/31563/stat : 31563 (uwrmaxsat) R 31560 31563 30241 0 -1 4194304 49981 0 0 0 46069 13 0 0 20 0 1 0 37970330 130461696 31387 18446744073709551615 4198400 6176925 140737351161008 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20094976 140737351162218 140737351162345 140737351162345 140737351167947 0
/proc/31563/statm: 31851 31387 544 484 0 31262 0
Current children cumulated CPU time: 460.82 s

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

/proc/loadavg: 4.05 4.09 4.09 5/250 31745
/proc/meminfo: memFree=123085540/131382112 swapFree=33010684/33010684
[pid=31563] ppid=31560 vsize=130004 memory=128236 CPUtime=819.81 cores=0,2
/proc/31563/stat : 31563 (uwrmaxsat) R 31560 31563 30241 0 -1 4194304 52831 0 0 0 81967 14 0 0 20 0 1 0 37970330 133124096 32059 18446744073709551615 4198400 6176925 140737351161008 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20094976 140737351162218 140737351162345 140737351162345 140737351167947 0
/proc/31563/statm: 32501 32059 544 484 0 31912 0
Current children cumulated CPU time: 819.81 s
Current children cumulated vsize: 130004 KiB
Current children cumulated memory: 128236 KiB

[startup+882.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/249 31747
/proc/meminfo: memFree=123070736/131382112 swapFree=33010684/33010684
[pid=31563] ppid=31560 vsize=132556 memory=130796 CPUtime=879.63 cores=0,2
/proc/31563/stat : 31563 (uwrmaxsat) R 31560 31563 30241 0 -1 4194304 53473 0 0 0 87949 14 0 0 20 0 1 0 37970330 135737344 32699 18446744073709551615 4198400 6176925 140737351161008 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20094976 140737351162218 140737351162345 140737351162345 140737351167947 0
/proc/31563/statm: 33139 32699 544 484 0 32550 0
Current children cumulated CPU time: 879.63 s
Current children cumulated vsize: 132556 KiB
Current children cumulated memory: 130796 KiB

[startup+942.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/250 31752
/proc/meminfo: memFree=123082408/131382112 swapFree=33010684/33010684
[pid=31563] ppid=31560 vsize=132556 memory=130796 CPUtime=939.45 cores=0,2
/proc/31563/stat : 31563 (uwrmaxsat) R 31560 31563 30241 0 -1 4194304 53473 0 0 0 93931 14 0 0 20 0 1 0 37970330 135737344 32699 18446744073709551615 4198400 6176925 140737351161008 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20094976 140737351162218 140737351162345 140737351162345 140737351167947 0
/proc/31563/statm: 33139 32699 544 484 0 32550 0
Current children cumulated CPU time: 939.45 s
Current children cumulated vsize: 132556 KiB
Current children cumulated memory: 130796 KiB

[startup+1002.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/250 31754
/proc/meminfo: memFree=123068860/131382112 swapFree=33010684/33010684
[pid=31563] ppid=31560 vsize=132556 memory=130796 CPUtime=999.27 cores=0,2
/proc/31563/stat : 31563 (uwrmaxsat) R 31560 31563 30241 0 -1 4194304 53473 0 0 0 99913 14 0 0 20 0 1 0 37970330 135737344 32699 18446744073709551615 4198400 6176925 140737351161008 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20094976 140737351162218 140737351162345 140737351162345 140737351167947 0
/proc/31563/statm: 33139 32699 544 484 0 32550 0
Current children cumulated CPU time: 999.27 s
Current children cumulated vsize: 132556 KiB
Current children cumulated memory: 130796 KiB

[startup+1062.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/250 31756
/proc/meminfo: memFree=123085768/131382112 swapFree=33010684/33010684
[pid=31563] ppid=31560 vsize=132556 memory=130796 CPUtime=1059.09 cores=0,2
/proc/31563/stat : 31563 (uwrmaxsat) R 31560 31563 30241 0 -1 4194304 53474 0 0 0 105895 14 0 0 20 0 1 0 37970330 135737344 32699 18446744073709551615 4198400 6176925 140737351161008 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20094976 140737351162218 140737351162345 140737351162345 140737351167947 0
/proc/31563/statm: 33139 32699 544 484 0 32550 0
Current children cumulated CPU time: 1059.09 s
Current children cumulated vsize: 132556 KiB
Current children cumulated memory: 130796 KiB

[startup+1122.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/250 31758
/proc/meminfo: memFree=123074804/131382112 swapFree=33010684/33010684
[pid=31563] ppid=31560 vsize=132556 memory=130796 CPUtime=1118.92 cores=0,2
/proc/31563/stat : 31563 (uwrmaxsat) R 31560 31563 30241 0 -1 4194304 53474 0 0 0 111878 14 0 0 20 0 1 0 37970330 135737344 32699 18446744073709551615 4198400 6176925 140737351161008 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20094976 140737351162218 140737351162345 140737351162345 140737351167947 0
/proc/31563/statm: 33139 32699 544 484 0 32550 0
Current children cumulated CPU time: 1118.92 s
Current children cumulated vsize: 132556 KiB
Current children cumulated memory: 130796 KiB

[startup+1182.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/250 31764
/proc/meminfo: memFree=123066536/131382112 swapFree=33010684/33010684
[pid=31563] ppid=31560 vsize=145892 memory=144108 CPUtime=1178.72 cores=0,2
/proc/31563/stat : 31563 (uwrmaxsat) R 31560 31563 30241 0 -1 4194304 55888 0 0 0 117856 16 0 0 20 0 1 0 37970330 149393408 36027 18446744073709551615 4198400 6176925 140737351161008 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20094976 140737351162218 140737351162345 140737351162345 140737351167947 0
/proc/31563/statm: 36473 36027 544 484 0 35884 0
Current children cumulated CPU time: 1178.72 s
Current children cumulated vsize: 145892 KiB
Current children cumulated memory: 144108 KiB

[startup+1242.3 s]
/proc/loadavg: 4.18 4.11 4.10 5/250 31946
/proc/meminfo: memFree=123097572/131382112 swapFree=33010684/33010684
[pid=31563] ppid=31560 vsize=152236 memory=150380 CPUtime=1238.51 cores=0,2
/proc/31563/stat : 31563 (uwrmaxsat) R 31560 31563 30241 0 -1 4194304 56453 0 0 0 123835 16 0 0 20 0 1 0 37970330 155889664 37595 18446744073709551615 4198400 6176925 140737351161008 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20094976 140737351162218 140737351162345 140737351162345 140737351167947 0
/proc/31563/statm: 38059 37595 544 484 0 37470 0
Current children cumulated CPU time: 1238.51 s
Current children cumulated vsize: 152236 KiB
Current children cumulated memory: 150380 KiB

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

# cumulated CPU time of all completed processes:  user=1266.09 s, system=0.17026 s

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

[startup+1254.4 s]
/proc/loadavg: 4.22 4.12 4.10 5/250 31946
/proc/meminfo: memFree=123096060/131382112 swapFree=33010684/33010684
[pid=31563] ppid=31560 vsize=152236 memory=150380 CPUtime=1250.58 cores=0,2
/proc/31563/stat : 31563 (uwrmaxsat) R 31560 31563 30241 0 -1 4194304 56454 0 0 0 125042 16 0 0 20 0 1 0 37970330 155889664 37595 18446744073709551615 4198400 6176925 140737351161008 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20094976 140737351162218 140737351162345 140737351162345 140737351167947 0
/proc/31563/statm: 38059 37595 544 484 0 37470 0
Current children cumulated CPU time: 1250.58 s
Current children cumulated vsize: 152236 KiB
Current children cumulated memory: 150380 KiB

[startup+1260.8 s]
/proc/loadavg: 4.20 4.12 4.10 5/251 31948
/proc/meminfo: memFree=123094044/131382112 swapFree=33010684/33010684
[pid=31563] ppid=31560 vsize=152236 memory=150380 CPUtime=1256.96 cores=0,2
/proc/31563/stat : 31563 (uwrmaxsat) R 31560 31563 30241 0 -1 4194304 56454 0 0 0 125680 16 0 0 20 0 1 0 37970330 155889664 37595 18446744073709551615 4198400 6176925 140737351161008 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20094976 140737351162218 140737351162345 140737351162345 140737351167947 0
/proc/31563/statm: 38059 37595 544 484 0 37470 0
Current children cumulated CPU time: 1256.96 s
Current children cumulated vsize: 152236 KiB
Current children cumulated memory: 150380 KiB

[startup+1264 s]*
/proc/loadavg: 4.19 4.12 4.10 5/251 31948
/proc/meminfo: memFree=123101528/131382112 swapFree=33010684/33010684
[pid=31563] ppid=31560 vsize=152236 memory=150380 CPUtime=1260.16 cores=0,2
/proc/31563/stat : 31563 (uwrmaxsat) R 31560 31563 30241 0 -1 4194304 56454 0 0 0 126000 16 0 0 20 0 1 0 37970330 155889664 37595 18446744073709551615 4198400 6176925 140737351161008 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20094976 140737351162218 140737351162345 140737351162345 140737351167947 0
/proc/31563/statm: 38059 37595 544 484 0 37470 0
Current children cumulated CPU time: 1260.16 s
Current children cumulated vsize: 152236 KiB
Current children cumulated memory: 150380 KiB

[startup+1267.2 s]
/proc/loadavg: 4.19 4.12 4.10 5/251 31948
/proc/meminfo: memFree=123101528/131382112 swapFree=33010684/33010684
[pid=31563] ppid=31560 vsize=152236 memory=150380 CPUtime=1263.34 cores=0,2
/proc/31563/stat : 31563 (uwrmaxsat) R 31560 31563 30241 0 -1 4194304 56454 0 0 0 126318 16 0 0 20 0 1 0 37970330 155889664 37595 18446744073709551615 4198400 6176925 140737351161008 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20094976 140737351162218 140737351162345 140737351162345 140737351167947 0
/proc/31563/statm: 38059 37595 544 484 0 37470 0
Current children cumulated CPU time: 1263.34 s
Current children cumulated vsize: 152236 KiB
Current children cumulated memory: 150380 KiB

[startup+1268.8 s]
/proc/loadavg: 4.17 4.12 4.10 5/251 31948
/proc/meminfo: memFree=123101528/131382112 swapFree=33010684/33010684
[pid=31563] ppid=31560 vsize=152236 memory=150380 CPUtime=1264.94 cores=0,2
/proc/31563/stat : 31563 (uwrmaxsat) R 31560 31563 30241 0 -1 4194304 56454 0 0 0 126478 16 0 0 20 0 1 0 37970330 155889664 37595 18446744073709551615 4198400 6176925 140737351161008 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20094976 140737351162218 140737351162345 140737351162345 140737351167947 0
/proc/31563/statm: 38059 37595 544 484 0 37470 0
Current children cumulated CPU time: 1264.94 s
Current children cumulated vsize: 152236 KiB
Current children cumulated memory: 150380 KiB

[startup+1269.6 s]
/proc/loadavg: 4.17 4.12 4.10 5/251 31948
/proc/meminfo: memFree=123101780/131382112 swapFree=33010684/33010684
[pid=31563] ppid=31560 vsize=152236 memory=150380 CPUtime=1265.74 cores=0,2
/proc/31563/stat : 31563 (uwrmaxsat) R 31560 31563 30241 0 -1 4194304 56454 0 0 0 126558 16 0 0 20 0 1 0 37970330 155889664 37595 18446744073709551615 4198400 6176925 140737351161008 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20094976 140737351162218 140737351162345 140737351162345 140737351167947 0
/proc/31563/statm: 38059 37595 544 484 0 37470 0
Current children cumulated CPU time: 1265.74 s
Current children cumulated vsize: 152236 KiB
Current children cumulated memory: 150380 KiB

[startup+1270 s]*
/proc/loadavg: 4.17 4.12 4.10 5/251 31948
/proc/meminfo: memFree=123101780/131382112 swapFree=33010684/33010684
[pid=31563] ppid=31560 vsize=152236 memory=150380 CPUtime=1266.15 cores=0,2
/proc/31563/stat : 31563 (uwrmaxsat) R 31560 31563 30241 0 -1 4194304 56454 0 0 0 126599 16 0 0 20 0 1 0 37970330 155889664 37595 18446744073709551615 4198400 6176925 140737351161008 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20094976 140737351162218 140737351162345 140737351162345 140737351167947 0
/proc/31563/statm: 38059 37595 544 484 0 37470 0
Current children cumulated CPU time: 1266.15 s
Current children cumulated vsize: 152236 KiB
Current children cumulated memory: 150380 KiB

Child status: 20

Real time (s): 1270.11
CPU time (s): 1266.26
CPU user time (s): 1266.09
CPU system time (s): 0.17026
CPU usage (%): 99.6968
Max. virtual memory (cumulated for all children) (KiB): 152236
Max. memory (cumulated for all children) (KiB): 150380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1266.09
system time used= 0.17026
maximum resident set size= 153968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56454
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= 45
involuntary context switches= 2827


# summary of solver processes directly reported to runsolver:
#   pid: 31563
#   total CPU time (s): 1266.26
#   total CPU user time (s): 1266.09
#   total CPU system time (s): 0.17026

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.9634 second user time and 12.6664 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-06-29 20:48:25
IDJOB=4514354
IDBENCH=162644
IDSOLVER=3372
FILE ID=nodeC009/4514354-1751222905
RUNJOBID= nodeC009-1751215608-30251
SLURM_JOB_ID= 9587652
Free space on /tmp= 432648 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/d-equals-n_k/normalized-compression64_11.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4514354-1751222905/watcher-4514354-1751222905 -o /tmp/evaluation-result-4514354-1751222905/solver-4514354-1751222905 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751215608-30251 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4514354-1751222905.opb -mem-lim=31000

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

MD5SUM BENCH= ecb94e70b440a48855e99e990bb4ec90
RANDOM SEED=1592184720

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		: 3491.934
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		: 3662.688
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.572
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.337
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		: 1197.313
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		: 3662.656
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.730
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.695
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:        123237008 kB
MemAvailable:   129679964 kB
Buffers:            3280 kB
Cached:          7216772 kB
SwapCached:            0 kB
Active:           555416 kB
Inactive:        6919484 kB
Active(anon):     271840 kB
Inactive(anon):      968 kB
Active(file):     283576 kB
Inactive(file):  6918516 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              6304 kB
Writeback:             8 kB
AnonPages:        257104 kB
Mapped:           109440 kB
Shmem:             17960 kB
KReclaimable:     160600 kB
Slab:             243796 kB
SReclaimable:     160600 kB
SUnreclaim:        83196 kB
KernelStack:        4048 kB
PageTables:         3436 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     588500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149368 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    161792 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:09:36