Trace number 4514462

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 1521.7 1526.11

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/quimper/
SyncCodes/d_n_k/normalized-5_6_36.opb
MD5SUM483b29da31af2436e91ca4a2082e11b8
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 benchmark1244.51
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1722
Total number of constraints8246
Number of constraints which are clauses8241
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 constraint41
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 36
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 77
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.09/0.13	c Converting 8243 PB-constraints to clauses...
0.09/0.15	c ============================[ Encoding Statistics ]============================
0.09/0.15	c |  Number of variables:          1965                                         |
0.09/0.15	c |  Number of clauses:            9231                                         |
0.09/0.15	c ===============================================================================
1521.59/1526.10	c _______________________________________________________________________________
1521.59/1526.10	c 
1521.59/1526.10	c =======================[ UWrMaxSat resources usage ]===========================
1521.59/1526.10	c Memory used            : 91.00 MB
1521.59/1526.10	c CPU time               : 1521.31 s
1521.59/1526.10	c Constr Enc: Srt/BDD/Add: 2 0 0
1521.59/1526.10	c _______________________________________________________________________________
1521.59/1526.10	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 (60632 MiB free)
  memory of node 1: 64507 MiB (59701 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4514462-1751223107/watcher-4514462-1751223107 -o /tmp/evaluation-result-4514462-1751223107/solver-4514462-1751223107 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751215608-30254 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4514462-1751223107.opb -mem-lim=31000 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=31703, runsolver pid=31700

[startup+0.100067 s]*
/proc/loadavg: 4.11 4.10 4.10 5/249 31704
/proc/meminfo: memFree=123214632/131382112 swapFree=33010684/33010684
[pid=31703] ppid=31700 vsize=8952 memory=7936 CPUtime=0.09 cores=5,7
/proc/31703/stat : 31703 (uwrmaxsat) R 31700 31703 30241 0 -1 4194304 1649 0 0 0 9 0 0 0 20 0 1 0 37990473 9166848 1984 18446744073709551615 4198400 6176925 140726642606688 0 0 0 0 0 27682 0 0 0 17 7 0 0 0 0 0 6553704 6596784 14675968 140726642608490 140726642608617 140726642608617 140726642614219 0
/proc/31703/statm: 2238 1984 448 484 0 1649 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 8952 KiB
Current children cumulated memory: 7936 KiB

[startup+0.216739 s]*
/proc/loadavg: 4.11 4.10 4.10 5/249 31704
/proc/meminfo: memFree=123206568/131382112 swapFree=33010684/33010684
[pid=31703] ppid=31700 vsize=11964 memory=11264 CPUtime=0.2 cores=5,7
/proc/31703/stat : 31703 (uwrmaxsat) R 31700 31703 30241 0 -1 4194304 2373 0 0 0 19 1 0 0 20 0 1 0 37990473 12251136 2816 18446744073709551615 4198400 6176925 140726642606688 0 0 0 0 0 27682 0 0 0 17 7 0 0 0 0 0 6553704 6596784 14675968 140726642608490 140726642608617 140726642608617 140726642614219 0
/proc/31703/statm: 2991 2816 544 484 0 2402 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 11964 KiB
Current children cumulated memory: 11264 KiB

[startup+0.319476 s]*
/proc/loadavg: 4.11 4.10 4.10 5/249 31704
/proc/meminfo: memFree=123206568/131382112 swapFree=33010684/33010684
[pid=31703] ppid=31700 vsize=11968 memory=11328 CPUtime=0.29 cores=5,7
/proc/31703/stat : 31703 (uwrmaxsat) R 31700 31703 30241 0 -1 4194304 2479 0 0 0 28 1 0 0 20 0 1 0 37990473 12255232 2832 18446744073709551615 4198400 6176925 140726642606688 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 14675968 140726642608490 140726642608617 140726642608617 140726642614219 0
/proc/31703/statm: 2992 2832 544 484 0 2403 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 11968 KiB
Current children cumulated memory: 11328 KiB

[startup+0.700254 s]
/proc/loadavg: 4.11 4.10 4.10 5/249 31704
/proc/meminfo: memFree=123206568/131382112 swapFree=33010684/33010684
[pid=31703] ppid=31700 vsize=12460 memory=11720 CPUtime=0.65 cores=5,7
/proc/31703/stat : 31703 (uwrmaxsat) R 31700 31703 30241 0 -1 4194304 2846 0 0 0 64 1 0 0 20 0 1 0 37990473 12759040 2930 18446744073709551615 4198400 6176925 140726642606688 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 14675968 140726642608490 140726642608617 140726642608617 140726642614219 0
/proc/31703/statm: 3115 2930 544 484 0 2526 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 12460 KiB
Current children cumulated memory: 11720 KiB

[startup+1.50029 s]
/proc/loadavg: 4.11 4.10 4.10 5/249 31704
/proc/meminfo: memFree=123206568/131382112 swapFree=33010684/33010684
[pid=31703] ppid=31700 vsize=12932 memory=12132 CPUtime=1.44 cores=5,7
/proc/31703/stat : 31703 (uwrmaxsat) R 31700 31703 30241 0 -1 4194304 3498 0 0 0 143 1 0 0 20 0 1 0 37990473 13242368 3033 18446744073709551615 4198400 6176925 140726642606688 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 14675968 140726642608490 140726642608617 140726642608617 140726642614219 0
/proc/31703/statm: 3233 3033 544 484 0 2644 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 12932 KiB
Current children cumulated memory: 12132 KiB

[startup+3.11414 s]
/proc/loadavg: 4.10 4.10 4.10 5/249 31704
/proc/meminfo: memFree=123206820/131382112 swapFree=33010684/33010684
[pid=31703] ppid=31700 vsize=14096 memory=13324 CPUtime=3.05 cores=5,7
/proc/31703/stat : 31703 (uwrmaxsat) R 31700 31703 30241 0 -1 4194304 4511 0 0 0 304 1 0 0 20 0 1 0 37990473 14434304 3331 18446744073709551615 4198400 6176925 140726642606688 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 14675968 140726642608490 140726642608617 140726642608617 140726642614219 0
/proc/31703/statm: 3524 3331 544 484 0 2935 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 14096 KiB
Current children cumulated memory: 13324 KiB

[startup+6.30031 s]
/proc/loadavg: 4.10 4.10 4.10 5/249 31704
/proc/meminfo: memFree=123205308/131382112 swapFree=33010684/33010684
[pid=31703] ppid=31700 vsize=14580 memory=13924 CPUtime=6.23 cores=5,7
/proc/31703/stat : 31703 (uwrmaxsat) R 31700 31703 30241 0 -1 4194304 5040 0 0 0 622 1 0 0 20 0 1 0 37990473 14929920 3481 18446744073709551615 4198400 6176925 140726642606688 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 14675968 140726642608490 140726642608617 140726642608617 140726642614219 0
/proc/31703/statm: 3645 3481 544 484 0 3056 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 14580 KiB
Current children cumulated memory: 13924 KiB

[startup+12.7002 s]
/proc/loadavg: 4.08 4.09 4.10 5/249 31704
/proc/meminfo: memFree=123203796/131382112 swapFree=33010684/33010684
[pid=31703] ppid=31700 vsize=19260 memory=18584 CPUtime=12.62 cores=5,7
/proc/31703/stat : 31703 (uwrmaxsat) R 31700 31703 30241 0 -1 4194304 8734 0 0 0 1260 2 0 0 20 0 1 0 37990473 19722240 4646 18446744073709551615 4198400 6176925 140726642606688 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 14675968 140726642608490 140726642608617 140726642608617 140726642614219 0
/proc/31703/statm: 4815 4646 544 484 0 4226 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 19260 KiB
Current children cumulated memory: 18584 KiB

[startup+25.5003 s]
/proc/loadavg: 4.15 4.11 4.10 5/249 31705
/proc/meminfo: memFree=123198480/131382112 swapFree=33010684/33010684
[pid=31703] ppid=31700 vsize=18992 memory=18336 CPUtime=25.38 cores=5,7
/proc/31703/stat : 31703 (uwrmaxsat) R 31700 31703 30241 0 -1 4194304 11984 0 0 0 2536 2 0 0 20 0 1 0 37990473 19447808 4584 18446744073709551615 4198400 6176925 140726642606688 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 14675968 140726642608490 140726642608617 140726642608617 140726642614219 0
/proc/31703/statm: 4748 4584 544 484 0 4159 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 18992 KiB
Current children cumulated memory: 18336 KiB

[startup+51.1142 s]
/proc/loadavg: 4.10 4.10 4.09 5/249 31705
/proc/meminfo: memFree=123204664/131382112 swapFree=33010684/33010684
[pid=31703] ppid=31700 vsize=20548 memory=19892 CPUtime=50.92 cores=5,7
/proc/31703/stat : 31703 (uwrmaxsat) R 31700 31703 30241 0 -1 4194304 16587 0 0 0 5089 3 0 0 20 0 1 0 37990473 21041152 4973 18446744073709551615 4198400 6176925 140726642606688 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 14675968 140726642608490 140726642608617 140726642608617 140726642614219 0
/proc/31703/statm: 5137 4973 544 484 0 4548 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 20548 KiB
Current children cumulated memory: 19892 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/250 31708
/proc/meminfo: memFree=123168428/131382112 swapFree=33010684/33010684
[pid=31703] ppid=31700 vsize=26360 memory=25940 CPUtime=101.95 cores=5,7
/proc/31703/stat : 31703 (uwrmaxsat) R 31700 31703 30241 0 -1 4194304 21655 0 0 0 10191 4 0 0 20 0 1 0 37990473 26992640 6485 18446744073709551615 4198400 6176925 140726642606688 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 14675968 140726642608490 140726642608617 140726642608617 140726642614219 0
/proc/31703/statm: 6590 6485 544 484 0 6001 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 26360 KiB
Current children cumulated memory: 25940 KiB

[startup+162.3 s]
/proc/loadavg: 4.06 4.09 4.09 5/251 31713
/proc/meminfo: memFree=123117128/131382112 swapFree=33010684/33010684
[pid=31703] ppid=31700 vsize=36476 memory=35764 CPUtime=161.8 cores=5,7
/proc/31703/stat : 31703 (uwrmaxsat) R 31700 31703 30241 0 -1 4194304 27743 0 0 0 16174 6 0 0 20 0 1 0 37990473 37351424 8941 18446744073709551615 4198400 6176925 140726642606688 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 14675968 140726642608490 140726642608617 140726642608617 140726642614219 0
/proc/31703/statm: 9119 8941 544 484 0 8530 0
Current children cumulated CPU time: 161.8 s
Current children cumulated vsize: 36476 KiB
Current children cumulated memory: 35764 KiB

[startup+222.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/252 31716
/proc/meminfo: memFree=123112492/131382112 swapFree=33010684/33010684
[pid=31703] ppid=31700 vsize=34428 memory=33880 CPUtime=221.64 cores=5,7
/proc/31703/stat : 31703 (uwrmaxsat) R 31700 31703 30241 0 -1 4194304 32252 0 0 0 22156 8 0 0 20 0 1 0 37990473 35254272 8470 18446744073709551615 4198400 6176925 140726642606688 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 14675968 140726642608490 140726642608617 140726642608617 140726642614219 0
/proc/31703/statm: 8607 8470 544 484 0 8018 0
Current children cumulated CPU time: 221.64 s
Current children cumulated vsize: 34428 KiB
Current children cumulated memory: 33880 KiB

[startup+282.3 s]
/proc/loadavg: 4.16 4.11 4.09 5/252 31718
/proc/meminfo: memFree=123080172/131382112 swapFree=33010684/33010684
[pid=31703] ppid=31700 vsize=37252 memory=36704 CPUtime=281.47 cores=5,7
/proc/31703/stat : 31703 (uwrmaxsat) R 31700 31703 30241 0 -1 4194304 38530 0 0 0 28136 11 0 0 20 0 1 0 37990473 38146048 9176 18446744073709551615 4198400 6176925 140726642606688 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 14675968 140726642608490 140726642608617 140726642608617 140726642614219 0
/proc/31703/statm: 9313 9176 544 484 0 8724 0
Current children cumulated CPU time: 281.47 s
Current children cumulated vsize: 37252 KiB
Current children cumulated memory: 36704 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/252 31720
/proc/meminfo: memFree=123099152/131382112 swapFree=33010684/33010684
[pid=31703] ppid=31700 vsize=47812 memory=47228 CPUtime=341.28 cores=5,7
/proc/31703/stat : 31703 (uwrmaxsat) R 31700 31703 30241 0 -1 4194304 41444 0 0 0 34115 13 0 0 20 0 1 0 37990473 48959488 11807 18446744073709551615 4198400 6176925 140726642606688 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 14675968 140726642608490 140726642608617 140726642608617 140726642614219 0
/proc/31703/statm: 11953 11807 544 484 0 11364 0
Current children cumulated CPU time: 341.28 s
Current children cumulated vsize: 47812 KiB
Current children cumulated memory: 47228 KiB

[startup+402.3 s]
/proc/loadavg: 4.04 4.08 4.08 5/252 31727
/proc/meminfo: memFree=123084024/131382112 swapFree=33010684/33010684
[pid=31703] ppid=31700 vsize=51132 memory=50144 CPUtime=401.1 cores=5,7
/proc/31703/stat : 31703 (uwrmaxsat) R 31700 31703 30241 0 -1 4194304 46444 0 0 0 40095 15 0 0 20 0 1 0 37990473 52359168 12536 18446744073709551615 4198400 6176925 140726642606688 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 14675968 140726642608490 140726642608617 140726642608617 140726642614219 0
/proc/31703/statm: 12783 12536 544 484 0 12194 0
Current children cumulated CPU time: 401.1 s
Current children cumulated vsize: 51132 KiB
Current children cumulated memory: 50144 KiB

[startup+462.3 s]
/proc/loadavg: 4.19 4.11 4.10 5/251 31729
/proc/meminfo: memFree=123054324/131382112 swapFree=33010684/33010684
[pid=31703] ppid=31700 vsize=61148 memory=60604 CPUtime=460.92 cores=5,7
/proc/31703/stat : 31703 (uwrmaxsat) R 31700 31703 30241 0 -1 4194304 47443 0 0 0 46077 15 0 0 20 0 1 0 37990473 62615552 15151 18446744073709551615 4198400 6176925 140726642606688 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 14675968 140726642608490 140726642608617 140726642608617 140726642614219 0
/proc/31703/statm: 15287 15151 544 484 0 14698 0
Current children cumulated CPU time: 460.92 s

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

/proc/loadavg: 4.72 4.27 4.15 5/251 32309
/proc/meminfo: memFree=122324676/131382112 swapFree=33010684/33010684
[pid=31703] ppid=31700 vsize=62324 memory=60380 CPUtime=1119.06 cores=5,7
/proc/31703/stat : 31703 (uwrmaxsat) R 31700 31703 30241 0 -1 4194304 68824 0 0 0 111875 31 0 0 20 0 1 0 37990473 63819776 15095 18446744073709551615 4198400 6176925 140726642606688 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 14675968 140726642608490 140726642608617 140726642608617 140726642614219 0
/proc/31703/statm: 15581 15095 544 484 0 14992 0
Current children cumulated CPU time: 1119.06 s
Current children cumulated vsize: 62324 KiB
Current children cumulated memory: 60380 KiB

[startup+1182.3 s]
/proc/loadavg: 4.50 4.31 4.17 5/251 32356
/proc/meminfo: memFree=122319084/131382112 swapFree=33010684/33010684
[pid=31703] ppid=31700 vsize=73220 memory=72540 CPUtime=1178.88 cores=5,7
/proc/31703/stat : 31703 (uwrmaxsat) R 31700 31703 30241 0 -1 4194304 71338 0 0 0 117855 33 0 0 20 0 1 0 37990473 74977280 18135 18446744073709551615 4198400 6176925 140726642606688 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 14675968 140726642608490 140726642608617 140726642608617 140726642614219 0
/proc/31703/statm: 18305 18135 544 484 0 17716 0
Current children cumulated CPU time: 1178.88 s
Current children cumulated vsize: 73220 KiB
Current children cumulated memory: 72540 KiB

[startup+1242.3 s]
/proc/loadavg: 4.21 4.26 4.17 5/251 32358
/proc/meminfo: memFree=122301584/131382112 swapFree=33010684/33010684
[pid=31703] ppid=31700 vsize=71116 memory=70496 CPUtime=1238.7 cores=5,7
/proc/31703/stat : 31703 (uwrmaxsat) R 31700 31703 30241 0 -1 4194304 72975 0 0 0 123836 34 0 0 20 0 1 0 37990473 72822784 17624 18446744073709551615 4198400 6176925 140726642606688 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 14675968 140726642608490 140726642608617 140726642608617 140726642614219 0
/proc/31703/statm: 17779 17624 544 484 0 17190 0
Current children cumulated CPU time: 1238.7 s
Current children cumulated vsize: 71116 KiB
Current children cumulated memory: 70496 KiB

[startup+1302.3 s]
/proc/loadavg: 4.12 4.23 4.16 5/251 32359
/proc/meminfo: memFree=122316712/131382112 swapFree=33010684/33010684
[pid=31703] ppid=31700 vsize=79148 memory=78560 CPUtime=1298.53 cores=5,7
/proc/31703/stat : 31703 (uwrmaxsat) R 31700 31703 30241 0 -1 4194304 74384 0 0 0 129818 35 0 0 20 0 1 0 37990473 81047552 19640 18446744073709551615 4198400 6176925 140726642606688 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 14675968 140726642608490 140726642608617 140726642608617 140726642614219 0
/proc/31703/statm: 19787 19640 544 484 0 19198 0
Current children cumulated CPU time: 1298.53 s
Current children cumulated vsize: 79148 KiB
Current children cumulated memory: 78560 KiB

[startup+1362.3 s]
/proc/loadavg: 4.15 4.21 4.16 5/250 32361
/proc/meminfo: memFree=122273284/131382112 swapFree=33010684/33010684
[pid=31703] ppid=31700 vsize=58000 memory=57552 CPUtime=1358.35 cores=5,7
/proc/31703/stat : 31703 (uwrmaxsat) R 31700 31703 30241 0 -1 4194304 75107 0 0 0 135800 35 0 0 20 0 1 0 37990473 59392000 14388 18446744073709551615 4198400 6176925 140726642606688 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 14675968 140726642608490 140726642608617 140726642608617 140726642614219 0
/proc/31703/statm: 14500 14388 544 484 0 13911 0
Current children cumulated CPU time: 1358.35 s
Current children cumulated vsize: 58000 KiB
Current children cumulated memory: 57552 KiB

[startup+1422.3 s]
/proc/loadavg: 4.11 4.19 4.15 5/249 32365
/proc/meminfo: memFree=122256584/131382112 swapFree=33010684/33010684
[pid=31703] ppid=31700 vsize=71552 memory=70880 CPUtime=1418.18 cores=5,7
/proc/31703/stat : 31703 (uwrmaxsat) R 31700 31703 30241 0 -1 4194304 76948 0 0 0 141781 37 0 0 20 0 1 0 37990473 73269248 17720 18446744073709551615 4198400 6176925 140726642606688 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 14675968 140726642608490 140726642608617 140726642608617 140726642614219 0
/proc/31703/statm: 17888 17720 544 484 0 17299 0
Current children cumulated CPU time: 1418.18 s
Current children cumulated vsize: 71552 KiB
Current children cumulated memory: 70880 KiB

[startup+1482.3 s]
/proc/loadavg: 4.12 4.17 4.15 5/249 32367
/proc/meminfo: memFree=122197056/131382112 swapFree=33010684/33010684
[pid=31703] ppid=31700 vsize=87020 memory=86368 CPUtime=1478.01 cores=5,7
/proc/31703/stat : 31703 (uwrmaxsat) R 31700 31703 30241 0 -1 4194304 77749 0 0 0 147763 38 0 0 20 0 1 0 37990473 89108480 21592 18446744073709551615 4198400 6176925 140726642606688 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 14675968 140726642608490 140726642608617 140726642608617 140726642614219 0
/proc/31703/statm: 21755 21592 544 484 0 21166 0
Current children cumulated CPU time: 1478.01 s
Current children cumulated vsize: 87020 KiB
Current children cumulated memory: 86368 KiB

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

# cumulated CPU time of all completed processes:  user=1521.31 s, system=0.388273 s

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

[startup+1484.8 s]
/proc/loadavg: 4.12 4.17 4.15 5/249 32367
/proc/meminfo: memFree=122174024/131382112 swapFree=33010684/33010684
[pid=31703] ppid=31700 vsize=87020 memory=86368 CPUtime=1480.51 cores=5,7
/proc/31703/stat : 31703 (uwrmaxsat) R 31700 31703 30241 0 -1 4194304 77749 0 0 0 148013 38 0 0 20 0 1 0 37990473 89108480 21592 18446744073709551615 4198400 6176925 140726642606688 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 14675968 140726642608490 140726642608617 140726642608617 140726642614219 0
/proc/31703/statm: 21755 21592 544 484 0 21166 0
Current children cumulated CPU time: 1480.51 s
Current children cumulated vsize: 87020 KiB
Current children cumulated memory: 86368 KiB

[startup+1510.4 s]
/proc/loadavg: 4.08 4.15 4.14 5/249 32369
/proc/meminfo: memFree=122196960/131382112 swapFree=33010684/33010684
[pid=31703] ppid=31700 vsize=52488 memory=52040 CPUtime=1506.03 cores=5,7
/proc/31703/stat : 31703 (uwrmaxsat) R 31700 31703 30241 0 -1 4194304 77749 0 0 0 150565 38 0 0 20 0 1 0 37990473 53747712 13010 18446744073709551615 4198400 6176925 140726642606688 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 14675968 140726642608490 140726642608617 140726642608617 140726642614219 0
/proc/31703/statm: 13122 13010 544 484 0 12533 0
Current children cumulated CPU time: 1506.03 s
Current children cumulated vsize: 52488 KiB
Current children cumulated memory: 52040 KiB

[startup+1516.8 s]
/proc/loadavg: 4.07 4.15 4.14 5/249 32369
/proc/meminfo: memFree=122217188/131382112 swapFree=33010684/33010684
[pid=31703] ppid=31700 vsize=52488 memory=52040 CPUtime=1512.41 cores=5,7
/proc/31703/stat : 31703 (uwrmaxsat) R 31700 31703 30241 0 -1 4194304 77749 0 0 0 151203 38 0 0 20 0 1 0 37990473 53747712 13010 18446744073709551615 4198400 6176925 140726642606688 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 14675968 140726642608490 140726642608617 140726642608617 140726642614219 0
/proc/31703/statm: 13122 13010 544 484 0 12533 0
Current children cumulated CPU time: 1512.41 s
Current children cumulated vsize: 52488 KiB
Current children cumulated memory: 52040 KiB

[startup+1520 s]*
/proc/loadavg: 4.07 4.15 4.14 5/249 32369
/proc/meminfo: memFree=122217188/131382112 swapFree=33010684/33010684
[pid=31703] ppid=31700 vsize=62912 memory=62304 CPUtime=1515.61 cores=5,7
/proc/31703/stat : 31703 (uwrmaxsat) R 31700 31703 30241 0 -1 4194304 78279 0 0 0 151523 38 0 0 20 0 1 0 37990473 64421888 15576 18446744073709551615 4198400 6176925 140726642606688 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 14675968 140726642608490 140726642608617 140726642608617 140726642614219 0
/proc/31703/statm: 15728 15576 544 484 0 15139 0
Current children cumulated CPU time: 1515.61 s
Current children cumulated vsize: 62912 KiB
Current children cumulated memory: 62304 KiB

[startup+1523.2 s]
/proc/loadavg: 4.06 4.15 4.14 5/249 32369
/proc/meminfo: memFree=122217188/131382112 swapFree=33010684/33010684
[pid=31703] ppid=31700 vsize=62912 memory=62304 CPUtime=1518.79 cores=5,7
/proc/31703/stat : 31703 (uwrmaxsat) R 31700 31703 30241 0 -1 4194304 78279 0 0 0 151841 38 0 0 20 0 1 0 37990473 64421888 15576 18446744073709551615 4198400 6176925 140726642606688 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 14675968 140726642608490 140726642608617 140726642608617 140726642614219 0
/proc/31703/statm: 15728 15576 544 484 0 15139 0
Current children cumulated CPU time: 1518.79 s
Current children cumulated vsize: 62912 KiB
Current children cumulated memory: 62304 KiB

[startup+1524.8 s]
/proc/loadavg: 4.06 4.15 4.14 5/249 32369
/proc/meminfo: memFree=122217188/131382112 swapFree=33010684/33010684
[pid=31703] ppid=31700 vsize=62912 memory=62304 CPUtime=1520.38 cores=5,7
/proc/31703/stat : 31703 (uwrmaxsat) R 31700 31703 30241 0 -1 4194304 78279 0 0 0 152000 38 0 0 20 0 1 0 37990473 64421888 15576 18446744073709551615 4198400 6176925 140726642606688 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 14675968 140726642608490 140726642608617 140726642608617 140726642614219 0
/proc/31703/statm: 15728 15576 544 484 0 15139 0
Current children cumulated CPU time: 1520.38 s
Current children cumulated vsize: 62912 KiB
Current children cumulated memory: 62304 KiB

[startup+1525.6 s]
/proc/loadavg: 4.06 4.15 4.14 5/249 32369
/proc/meminfo: memFree=122217188/131382112 swapFree=33010684/33010684
[pid=31703] ppid=31700 vsize=62912 memory=62304 CPUtime=1521.18 cores=5,7
/proc/31703/stat : 31703 (uwrmaxsat) R 31700 31703 30241 0 -1 4194304 78279 0 0 0 152080 38 0 0 20 0 1 0 37990473 64421888 15576 18446744073709551615 4198400 6176925 140726642606688 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 14675968 140726642608490 140726642608617 140726642608617 140726642614219 0
/proc/31703/statm: 15728 15576 544 484 0 15139 0
Current children cumulated CPU time: 1521.18 s
Current children cumulated vsize: 62912 KiB
Current children cumulated memory: 62304 KiB

[startup+1526 s]*
/proc/loadavg: 4.06 4.15 4.14 5/249 32369
/proc/meminfo: memFree=122217440/131382112 swapFree=33010684/33010684
[pid=31703] ppid=31700 vsize=62912 memory=62304 CPUtime=1521.59 cores=5,7
/proc/31703/stat : 31703 (uwrmaxsat) R 31700 31703 30241 0 -1 4194304 78279 0 0 0 152121 38 0 0 20 0 1 0 37990473 64421888 15576 18446744073709551615 4198400 6176925 140726642606688 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 14675968 140726642608490 140726642608617 140726642608617 140726642614219 0
/proc/31703/statm: 15728 15576 544 484 0 15139 0
Current children cumulated CPU time: 1521.59 s
Current children cumulated vsize: 62912 KiB
Current children cumulated memory: 62304 KiB

Child status: 20

Real time (s): 1526.11
CPU time (s): 1521.7
CPU user time (s): 1521.31
CPU system time (s): 0.388273
CPU usage (%): 99.7112
Max. virtual memory (cumulated for all children) (KiB): 89376
Max. memory (cumulated for all children) (KiB): 88696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1521.31
system time used= 0.388273
maximum resident set size= 92900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78279
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= 20
involuntary context switches= 882


# summary of solver processes directly reported to runsolver:
#   pid: 31703
#   total CPU time (s): 1521.7
#   total CPU user time (s): 1521.31
#   total CPU system time (s): 0.388273

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.30364 second user time and 16.2888 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-06-29 20:51:47
IDJOB=4514462
IDBENCH=162693
IDSOLVER=3372
FILE ID=nodeC009/4514462-1751223107
RUNJOBID= nodeC009-1751215608-30254
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_n_k/normalized-5_6_36.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4514462-1751223107/watcher-4514462-1751223107 -o /tmp/evaluation-result-4514462-1751223107/solver-4514462-1751223107 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751215608-30254 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4514462-1751223107.opb -mem-lim=31000

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

MD5SUM BENCH= 483b29da31af2436e91ca4a2082e11b8
RANDOM SEED=1531071908

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.657
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		: 3664.683
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.667
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.344
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		: 3662.678
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		: 3492.443
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		: 1197.834
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.233
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:        123222480 kB
MemAvailable:   129665828 kB
Buffers:            3280 kB
Cached:          7217148 kB
SwapCached:            0 kB
Active:           591612 kB
Inactive:        6919860 kB
Active(anon):     308036 kB
Inactive(anon):      968 kB
Active(file):     283576 kB
Inactive(file):  6918892 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2904 kB
Writeback:             0 kB
AnonPages:        293276 kB
Mapped:           109616 kB
Shmem:             17960 kB
KReclaimable:     160632 kB
Slab:             243760 kB
SReclaimable:     160632 kB
SUnreclaim:        83128 kB
KernelStack:        4012 kB
PageTables:         3632 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     626300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149368 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    151552 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= 432648 MiB
End job on nodeC009 at 2025-06-29 21:17:13