Trace number 4492920

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
UWrMaxSat 2025-06-04? (TO) 3600.08 3609.4

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
roussel/normalized-pigeon-cardinality-35-30.opb
MD5SUM215f0e018374322050c4154ba04558db
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.010022
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1050
Total number of constraints65
Number of constraints which are clauses35
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint35
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 36
Number of bits of the biggest sum of numbers6
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 65 PB-constraints to clauses...
0.00/0.00	c ============================[ Encoding Statistics ]============================
0.00/0.00	c |  Number of variables:          1290                                         |
0.00/0.00	c |  Number of clauses:            4535                                         |
0.00/0.00	c ===============================================================================
3600.07/3609.40	c *** TERMINATED by signal 15 ***
3600.07/3609.40	c _______________________________________________________________________________
3600.07/3609.40	c 
3600.07/3609.40	c _______________________________________________________________________________
3600.07/3609.40	c 
3600.07/3609.40	c =======================[ UWrMaxSat resources usage ]===========================
3600.07/3609.40	c Memory used            : 241.00 MB
3600.07/3609.40	c CPU time               : 3599.27 s
3600.07/3609.40	c Constr Enc: Srt/BDD/Add: 30 0 0
3600.07/3609.40	c _______________________________________________________________________________
3600.07/3609.40	c _______________________________________________________________________________
3600.07/3609.40	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (62986 MiB free)
  memory of node 1: 64507 MiB (63903 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4492920-1751147900/watcher-4492920-1751147900 -o /tmp/evaluation-result-4492920-1751147900/solver-4492920-1751147900 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1751144206-14860 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4492920-1751147900.opb -mem-lim=31000 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100055 s]*
/proc/loadavg: 4.11 4.12 4.09 5/264 16377
/proc/meminfo: memFree=129935352/131249988 swapFree=33010684/33010684
[pid=16376] ppid=16373 vsize=5268 memory=4712 CPUtime=0.1 cores=0,2
/proc/16376/stat : 16376 (uwrmaxsat) R 16373 16376 14850 0 -1 4194304 930 0 0 0 10 0 0 0 20 0 1 0 30468803 5394432 1178 18446744073709551615 4198400 6176925 140729274353552 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 25546752 140729274362218 140729274362345 140729274362345 140729274367947 0
/proc/16376/statm: 1317 1178 544 484 0 728 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 5268 KiB
Current children cumulated memory: 4712 KiB

[startup+0.205265 s]*
/proc/loadavg: 4.11 4.12 4.09 5/264 16377
/proc/meminfo: memFree=129935352/131249988 swapFree=33010684/33010684
[pid=16376] ppid=16373 vsize=5592 memory=5088 CPUtime=0.2 cores=0,2
/proc/16376/stat : 16376 (uwrmaxsat) R 16373 16376 14850 0 -1 4194304 1303 0 0 0 20 0 0 0 20 0 1 0 30468803 5726208 1272 18446744073709551615 4198400 6176925 140729274353552 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 25546752 140729274362218 140729274362345 140729274362345 140729274367947 0
/proc/16376/statm: 1398 1272 544 484 0 809 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 5592 KiB
Current children cumulated memory: 5088 KiB

[startup+0.304574 s]*
/proc/loadavg: 4.11 4.12 4.09 5/264 16377
/proc/meminfo: memFree=129935352/131249988 swapFree=33010684/33010684
[pid=16376] ppid=16373 vsize=6020 memory=5444 CPUtime=0.3 cores=0,2
/proc/16376/stat : 16376 (uwrmaxsat) R 16373 16376 14850 0 -1 4194304 1519 0 0 0 30 0 0 0 20 0 1 0 30468803 6164480 1361 18446744073709551615 4198400 6176925 140729274353552 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 25546752 140729274362218 140729274362345 140729274362345 140729274367947 0
/proc/16376/statm: 1505 1361 544 484 0 916 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 6020 KiB
Current children cumulated memory: 5444 KiB

[startup+0.700158 s]
/proc/loadavg: 4.11 4.12 4.09 5/264 16377
/proc/meminfo: memFree=129933336/131249988 swapFree=33010684/33010684
[pid=16376] ppid=16373 vsize=7008 memory=6476 CPUtime=0.69 cores=0,2
/proc/16376/stat : 16376 (uwrmaxsat) R 16373 16376 14850 0 -1 4194304 2485 0 0 0 69 0 0 0 20 0 1 0 30468803 7176192 1619 18446744073709551615 4198400 6176925 140729274353552 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 25546752 140729274362218 140729274362345 140729274362345 140729274367947 0
/proc/16376/statm: 1752 1619 544 484 0 1163 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 7008 KiB
Current children cumulated memory: 6476 KiB

[startup+1.50012 s]
/proc/loadavg: 4.11 4.12 4.09 5/264 16377
/proc/meminfo: memFree=129933108/131249988 swapFree=33010684/33010684
[pid=16376] ppid=16373 vsize=9344 memory=8664 CPUtime=1.49 cores=0,2
/proc/16376/stat : 16376 (uwrmaxsat) R 16373 16376 14850 0 -1 4194304 4160 0 0 0 148 1 0 0 20 0 1 0 30468803 9568256 2166 18446744073709551615 4198400 6176925 140729274353552 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 25546752 140729274362218 140729274362345 140729274362345 140729274367947 0
/proc/16376/statm: 2336 2166 544 484 0 1747 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 9344 KiB
Current children cumulated memory: 8664 KiB

[startup+3.10479 s]
/proc/loadavg: 4.10 4.12 4.09 5/264 16377
/proc/meminfo: memFree=129929364/131249988 swapFree=33010684/33010684
[pid=16376] ppid=16373 vsize=11392 memory=10752 CPUtime=3.09 cores=0,2
/proc/16376/stat : 16376 (uwrmaxsat) R 16373 16376 14850 0 -1 4194304 5736 0 0 0 308 1 0 0 20 0 1 0 30468803 11665408 2688 18446744073709551615 4198400 6176925 140729274353552 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 25546752 140729274362218 140729274362345 140729274362345 140729274367947 0
/proc/16376/statm: 2848 2688 544 484 0 2259 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 11392 KiB
Current children cumulated memory: 10752 KiB

[startup+6.30011 s]
/proc/loadavg: 4.10 4.12 4.09 5/264 16377
/proc/meminfo: memFree=129923600/131249988 swapFree=33010684/33010684
[pid=16376] ppid=16373 vsize=16700 memory=16008 CPUtime=6.28 cores=0,2
/proc/16376/stat : 16376 (uwrmaxsat) R 16373 16376 14850 0 -1 4194304 10259 0 0 0 626 2 0 0 20 0 1 0 30468803 17100800 4002 18446744073709551615 4198400 6176925 140729274353552 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 25546752 140729274362218 140729274362345 140729274362345 140729274367947 0
/proc/16376/statm: 4175 4002 544 484 0 3586 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 16700 KiB
Current children cumulated memory: 16008 KiB

[startup+12.7001 s]
/proc/loadavg: 4.10 4.12 4.09 5/264 16377
/proc/meminfo: memFree=129883808/131249988 swapFree=33010684/33010684
[pid=16376] ppid=16373 vsize=20232 memory=19592 CPUtime=12.66 cores=0,2
/proc/16376/stat : 16376 (uwrmaxsat) R 16373 16376 14850 0 -1 4194304 11142 0 0 0 1264 2 0 0 20 0 1 0 30468803 20717568 4898 18446744073709551615 4198400 6176925 140729274353552 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 25546752 140729274362218 140729274362345 140729274362345 140729274367947 0
/proc/16376/statm: 5058 4898 544 484 0 4469 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 20232 KiB
Current children cumulated memory: 19592 KiB

[startup+25.5001 s]
/proc/loadavg: 4.22 4.15 4.10 5/264 16378
/proc/meminfo: memFree=129908836/131249988 swapFree=33010684/33010684
[pid=16376] ppid=16373 vsize=29824 memory=29164 CPUtime=25.43 cores=0,2
/proc/16376/stat : 16376 (uwrmaxsat) R 16373 16376 14850 0 -1 4194304 16249 0 0 0 2539 4 0 0 20 0 1 0 30468803 30539776 7291 18446744073709551615 4198400 6176925 140729274353552 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 25546752 140729274362218 140729274362345 140729274362345 140729274367947 0
/proc/16376/statm: 7456 7291 544 484 0 6867 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 29824 KiB
Current children cumulated memory: 29164 KiB

[startup+51.1051 s]
/proc/loadavg: 4.15 4.13 4.09 5/265 16428
/proc/meminfo: memFree=130018552/131249988 swapFree=33010684/33010684
[pid=16376] ppid=16373 vsize=23572 memory=22464 CPUtime=50.96 cores=0,2
/proc/16376/stat : 16376 (uwrmaxsat) R 16373 16376 14850 0 -1 4194304 21410 0 0 0 5091 5 0 0 20 0 1 0 30468803 24137728 5616 18446744073709551615 4198400 6176925 140729274353552 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 25546752 140729274362218 140729274362345 140729274362345 140729274367947 0
/proc/16376/statm: 5893 5616 544 484 0 5304 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 23572 KiB
Current children cumulated memory: 22464 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.13 4.09 5/265 16430
/proc/meminfo: memFree=129951732/131249988 swapFree=33010684/33010684
[pid=16376] ppid=16373 vsize=56540 memory=55916 CPUtime=102.03 cores=0,2
/proc/16376/stat : 16376 (uwrmaxsat) R 16373 16376 14850 0 -1 4194304 33423 0 0 0 10194 9 0 0 20 0 1 0 30468803 57896960 13979 18446744073709551615 4198400 6176925 140729274353552 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 25546752 140729274362218 140729274362345 140729274362345 140729274367947 0
/proc/16376/statm: 14135 13979 544 484 0 13546 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 56540 KiB
Current children cumulated memory: 55916 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.12 4.09 5/265 16469
/proc/meminfo: memFree=129939440/131249988 swapFree=33010684/33010684
[pid=16376] ppid=16373 vsize=53208 memory=52588 CPUtime=161.87 cores=0,2
/proc/16376/stat : 16376 (uwrmaxsat) R 16373 16376 14850 0 -1 4194304 35771 0 0 0 16177 10 0 0 20 0 1 0 30468803 54484992 13147 18446744073709551615 4198400 6176925 140729274353552 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 25546752 140729274362218 140729274362345 140729274362345 140729274367947 0
/proc/16376/statm: 13302 13147 544 484 0 12713 0
Current children cumulated CPU time: 161.87 s
Current children cumulated vsize: 53208 KiB
Current children cumulated memory: 52588 KiB

[startup+222.3 s]
/proc/loadavg: 4.44 4.20 4.12 5/265 16472
/proc/meminfo: memFree=129856236/131249988 swapFree=33010684/33010684
[pid=16376] ppid=16373 vsize=57312 memory=56684 CPUtime=221.72 cores=0,2
/proc/16376/stat : 16376 (uwrmaxsat) R 16373 16376 14850 0 -1 4194304 36310 0 0 0 22162 10 0 0 20 0 1 0 30468803 58687488 14171 18446744073709551615 4198400 6176925 140729274353552 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 25546752 140729274362218 140729274362345 140729274362345 140729274367947 0
/proc/16376/statm: 14328 14171 544 484 0 13739 0
Current children cumulated CPU time: 221.72 s
Current children cumulated vsize: 57312 KiB
Current children cumulated memory: 56684 KiB

[startup+282.3 s]
/proc/loadavg: 4.20 4.18 4.11 5/265 16475
/proc/meminfo: memFree=129838320/131249988 swapFree=33010684/33010684
[pid=16376] ppid=16373 vsize=78536 memory=77932 CPUtime=281.57 cores=0,2
/proc/16376/stat : 16376 (uwrmaxsat) R 16373 16376 14850 0 -1 4194304 38857 0 0 0 28146 11 0 0 20 0 1 0 30468803 80420864 19483 18446744073709551615 4198400 6176925 140729274353552 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 25546752 140729274362218 140729274362345 140729274362345 140729274367947 0
/proc/16376/statm: 19634 19483 544 484 0 19045 0
Current children cumulated CPU time: 281.57 s
Current children cumulated vsize: 78536 KiB
Current children cumulated memory: 77932 KiB

[startup+342.3 s]
/proc/loadavg: 4.17 4.17 4.11 5/265 16477
/proc/meminfo: memFree=129790620/131249988 swapFree=33010684/33010684
[pid=16376] ppid=16373 vsize=93432 memory=92780 CPUtime=341.41 cores=0,2
/proc/16376/stat : 16376 (uwrmaxsat) R 16373 16376 14850 0 -1 4194304 40062 0 0 0 34130 11 0 0 20 0 1 0 30468803 95674368 23195 18446744073709551615 4198400 6176925 140729274353552 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 25546752 140729274362218 140729274362345 140729274362345 140729274367947 0
/proc/16376/statm: 23358 23195 544 484 0 22769 0
Current children cumulated CPU time: 341.41 s
Current children cumulated vsize: 93432 KiB
Current children cumulated memory: 92780 KiB

[startup+402.3 s]
/proc/loadavg: 4.06 4.14 4.10 5/264 16479
/proc/meminfo: memFree=129764264/131249988 swapFree=33010684/33010684
[pid=16376] ppid=16373 vsize=104672 memory=104168 CPUtime=401.27 cores=0,2
/proc/16376/stat : 16376 (uwrmaxsat) R 16373 16376 14850 0 -1 4194304 40372 0 0 0 40115 12 0 0 20 0 1 0 30468803 107184128 26042 18446744073709551615 4198400 6176925 140729274353552 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 25546752 140729274362218 140729274362345 140729274362345 140729274367947 0
/proc/16376/statm: 26168 26042 544 484 0 25579 0
Current children cumulated CPU time: 401.27 s
Current children cumulated vsize: 104672 KiB
Current children cumulated memory: 104168 KiB

[startup+462.3 s]
/proc/loadavg: 4.13 4.14 4.10 5/264 16481
/proc/meminfo: memFree=129742860/131249988 swapFree=33010684/33010684
[pid=16376] ppid=16373 vsize=102592 memory=102120 CPUtime=461.09 cores=0,2
/proc/16376/stat : 16376 (uwrmaxsat) R 16373 16376 14850 0 -1 4194304 40918 0 0 0 46097 12 0 0 20 0 1 0 30468803 105054208 25530 18446744073709551615 4198400 6176925 140729274353552 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 25546752 140729274362218 140729274362345 140729274362345 140729274367947 0
/proc/16376/statm: 25648 25530 544 484 0 25059 0
Current children cumulated CPU time: 461.09 s

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

Current children cumulated memory: 212160 KiB

[startup+2862.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/263 16600
/proc/meminfo: memFree=129423488/131249988 swapFree=33010684/33010684
[pid=16376] ppid=16373 vsize=214296 memory=213560 CPUtime=2854.91 cores=0,2
/proc/16376/stat : 16376 (uwrmaxsat) R 16373 16376 14850 0 -1 4194304 92858 0 0 0 285433 58 0 0 20 0 1 0 30468803 219439104 53390 18446744073709551615 4198400 6176925 140729274353552 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 25546752 140729274362218 140729274362345 140729274362345 140729274367947 0
/proc/16376/statm: 53574 53390 544 484 0 52985 0
Current children cumulated CPU time: 2854.91 s
Current children cumulated vsize: 214296 KiB
Current children cumulated memory: 213560 KiB

[startup+2922.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/264 16605
/proc/meminfo: memFree=129466180/131249988 swapFree=33010684/33010684
[pid=16376] ppid=16373 vsize=180308 memory=179628 CPUtime=2914.76 cores=0,2
/proc/16376/stat : 16376 (uwrmaxsat) R 16373 16376 14850 0 -1 4194304 95204 0 0 0 291415 61 0 0 20 0 1 0 30468803 184635392 44907 18446744073709551615 4198400 6176925 140729274353552 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 25546752 140729274362218 140729274362345 140729274362345 140729274367947 0
/proc/16376/statm: 45077 44907 544 484 0 44488 0
Current children cumulated CPU time: 2914.76 s
Current children cumulated vsize: 180308 KiB
Current children cumulated memory: 179628 KiB

[startup+2982.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/264 16607
/proc/meminfo: memFree=129460240/131249988 swapFree=33010684/33010684
[pid=16376] ppid=16373 vsize=180308 memory=179628 CPUtime=2974.6 cores=0,2
/proc/16376/stat : 16376 (uwrmaxsat) R 16373 16376 14850 0 -1 4194304 95939 0 0 0 297398 62 0 0 20 0 1 0 30468803 184635392 44907 18446744073709551615 4198400 6176925 140729274353552 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 25546752 140729274362218 140729274362345 140729274362345 140729274367947 0
/proc/16376/statm: 45077 44907 544 484 0 44488 0
Current children cumulated CPU time: 2974.6 s
Current children cumulated vsize: 180308 KiB
Current children cumulated memory: 179628 KiB

[startup+3042.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/263 16613
/proc/meminfo: memFree=129465512/131249988 swapFree=33010684/33010684
[pid=16376] ppid=16373 vsize=180308 memory=179628 CPUtime=3034.45 cores=0,2
/proc/16376/stat : 16376 (uwrmaxsat) R 16373 16376 14850 0 -1 4194304 97319 0 0 0 303381 64 0 0 20 0 1 0 30468803 184635392 44907 18446744073709551615 4198400 6176925 140729274353552 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 25546752 140729274362218 140729274362345 140729274362345 140729274367947 0
/proc/16376/statm: 45077 44907 544 484 0 44488 0
Current children cumulated CPU time: 3034.45 s
Current children cumulated vsize: 180308 KiB
Current children cumulated memory: 179628 KiB

[startup+3102.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/263 16615
/proc/meminfo: memFree=129468416/131249988 swapFree=33010684/33010684
[pid=16376] ppid=16373 vsize=180308 memory=179628 CPUtime=3094.29 cores=0,2
/proc/16376/stat : 16376 (uwrmaxsat) R 16373 16376 14850 0 -1 4194304 98599 0 0 0 309364 65 0 0 20 0 1 0 30468803 184635392 44907 18446744073709551615 4198400 6176925 140729274353552 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 25546752 140729274362218 140729274362345 140729274362345 140729274367947 0
/proc/16376/statm: 45077 44907 544 484 0 44488 0
Current children cumulated CPU time: 3094.29 s
Current children cumulated vsize: 180308 KiB
Current children cumulated memory: 179628 KiB

[startup+3162.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/264 16619
/proc/meminfo: memFree=129485908/131249988 swapFree=33010684/33010684
[pid=16376] ppid=16373 vsize=150212 memory=149660 CPUtime=3154.14 cores=0,2
/proc/16376/stat : 16376 (uwrmaxsat) R 16373 16376 14850 0 -1 4194304 100092 0 0 0 315347 67 0 0 20 0 1 0 30468803 153817088 37415 18446744073709551615 4198400 6176925 140729274353552 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 25546752 140729274362218 140729274362345 140729274362345 140729274367947 0
/proc/16376/statm: 37553 37415 544 484 0 36964 0
Current children cumulated CPU time: 3154.14 s
Current children cumulated vsize: 150212 KiB
Current children cumulated memory: 149660 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/264 16621
/proc/meminfo: memFree=129481764/131249988 swapFree=33010684/33010684
[pid=16376] ppid=16373 vsize=178356 memory=177788 CPUtime=3213.98 cores=0,2
/proc/16376/stat : 16376 (uwrmaxsat) R 16373 16376 14850 0 -1 4194304 100909 0 0 0 321330 68 0 0 20 0 1 0 30468803 182636544 44447 18446744073709551615 4198400 6176925 140729274353552 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 25546752 140729274362218 140729274362345 140729274362345 140729274367947 0
/proc/16376/statm: 44589 44447 544 484 0 44000 0
Current children cumulated CPU time: 3213.98 s
Current children cumulated vsize: 178356 KiB
Current children cumulated memory: 177788 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/263 16623
/proc/meminfo: memFree=129489596/131249988 swapFree=33010684/33010684
[pid=16376] ppid=16373 vsize=157352 memory=156552 CPUtime=3273.82 cores=0,2
/proc/16376/stat : 16376 (uwrmaxsat) R 16373 16376 14850 0 -1 4194304 102702 0 0 0 327313 69 0 0 20 0 1 0 30468803 161128448 39138 18446744073709551615 4198400 6176925 140729274353552 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 25546752 140729274362218 140729274362345 140729274362345 140729274367947 0
/proc/16376/statm: 39338 39138 544 484 0 38749 0
Current children cumulated CPU time: 3273.82 s
Current children cumulated vsize: 157352 KiB
Current children cumulated memory: 156552 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.11 4.09 5/263 16625
/proc/meminfo: memFree=129467488/131249988 swapFree=33010684/33010684
[pid=16376] ppid=16373 vsize=184232 memory=183552 CPUtime=3333.67 cores=0,2
/proc/16376/stat : 16376 (uwrmaxsat) R 16373 16376 14850 0 -1 4194304 103290 0 0 0 333297 70 0 0 20 0 1 0 30468803 188653568 45888 18446744073709551615 4198400 6176925 140729274353552 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 25546752 140729274362218 140729274362345 140729274362345 140729274367947 0
/proc/16376/statm: 46058 45888 544 484 0 45469 0
Current children cumulated CPU time: 3333.67 s
Current children cumulated vsize: 184232 KiB
Current children cumulated memory: 183552 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/263 16627
/proc/meminfo: memFree=129525880/131249988 swapFree=33010684/33010684
[pid=16376] ppid=16373 vsize=121588 memory=120908 CPUtime=3393.51 cores=0,2
/proc/16376/stat : 16376 (uwrmaxsat) R 16373 16376 14850 0 -1 4194304 107238 0 0 0 339277 74 0 0 20 0 1 0 30468803 124506112 30227 18446744073709551615 4198400 6176925 140729274353552 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 25546752 140729274362218 140729274362345 140729274362345 140729274367947 0
/proc/16376/statm: 30397 30227 544 484 0 29808 0
Current children cumulated CPU time: 3393.51 s
Current children cumulated vsize: 121588 KiB
Current children cumulated memory: 120908 KiB

[startup+3462.3 s]
/proc/loadavg: 4.31 4.16 4.11 5/263 16629
/proc/meminfo: memFree=129474044/131249988 swapFree=33010684/33010684
[pid=16376] ppid=16373 vsize=172088 memory=171392 CPUtime=3453.35 cores=0,2
/proc/16376/stat : 16376 (uwrmaxsat) R 16373 16376 14850 0 -1 4194304 108693 0 0 0 345260 75 0 0 20 0 1 0 30468803 176218112 42848 18446744073709551615 4198400 6176925 140729274353552 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 25546752 140729274362218 140729274362345 140729274362345 140729274367947 0
/proc/16376/statm: 43022 42848 544 484 0 42433 0
Current children cumulated CPU time: 3453.35 s
Current children cumulated vsize: 172088 KiB
Current children cumulated memory: 171392 KiB

[startup+3522.3 s]
/proc/loadavg: 4.21 4.16 4.11 5/264 16634
/proc/meminfo: memFree=129488544/131249988 swapFree=33010684/33010684
[pid=16376] ppid=16373 vsize=117632 memory=117080 CPUtime=3513.19 cores=0,2
/proc/16376/stat : 16376 (uwrmaxsat) R 16373 16376 14850 0 -1 4194304 108768 0 0 0 351244 75 0 0 20 0 1 0 30468803 120455168 29270 18446744073709551615 4198400 6176925 140729274353552 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 25546752 140729274362218 140729274362345 140729274362345 140729274367947 0
/proc/16376/statm: 29408 29270 544 484 0 28819 0
Current children cumulated CPU time: 3513.19 s
Current children cumulated vsize: 117632 KiB
Current children cumulated memory: 117080 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.14 4.10 5/264 16636
/proc/meminfo: memFree=129471572/131249988 swapFree=33010684/33010684
[pid=16376] ppid=16373 vsize=119688 memory=119136 CPUtime=3573.03 cores=0,2
/proc/16376/stat : 16376 (uwrmaxsat) R 16373 16376 14850 0 -1 4194304 110823 0 0 0 357226 77 0 0 20 0 1 0 30468803 122560512 29784 18446744073709551615 4198400 6176925 140729274353552 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 25546752 140729274362218 140729274362345 140729274362345 140729274367947 0
/proc/16376/statm: 29922 29784 544 484 0 29333 0
Current children cumulated CPU time: 3573.03 s
Current children cumulated vsize: 119688 KiB
Current children cumulated memory: 119136 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.4 s]
/proc/loadavg: 4.14 4.14 4.10 5/264 16726
/proc/meminfo: memFree=129490856/131249988 swapFree=33010684/33010684
[pid=16376] ppid=16373 vsize=188204 memory=187304 CPUtime=3600.07 cores=0,2
/proc/16376/stat : 16376 (uwrmaxsat) R 16373 16376 14850 0 -1 4194304 113104 0 0 0 359927 80 0 0 20 0 1 0 30468803 192720896 46826 18446744073709551615 4198400 6176925 140729274353552 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 25546752 140729274362218 140729274362345 140729274362345 140729274367947 0
/proc/16376/statm: 47051 46826 544 484 0 46462 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 188204 KiB
Current children cumulated memory: 187304 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.27 s, system=0.80837 s

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

Child status: 0

Real time (s): 3609.4
CPU time (s): 3600.08
CPU user time (s): 3599.27
CPU system time (s): 0.80837
CPU usage (%): 99.7417
Max. virtual memory (cumulated for all children) (KiB): 225516
Max. memory (cumulated for all children) (KiB): 224420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.27
system time used= 0.80837
maximum resident set size= 246672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113104
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= 26
involuntary context switches= 7976


# summary of solver processes directly reported to runsolver:
#   pid: 16376
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3599.27
#   total CPU system time (s): 0.80837

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.78341 second user time and 16.0426 second system time

The end

Launcher Data

Begin job on nodeC034 at 2025-06-28 23:58:20
IDJOB=4492920
IDBENCH=147832
IDSOLVER=3372
FILE ID=nodeC034/4492920-1751147900
RUNJOBID= nodeC034-1751144206-14860
SLURM_JOB_ID= 9587439
Free space on /tmp= 433056 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-cardinality-35-30.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492920-1751147900/watcher-4492920-1751147900 -o /tmp/evaluation-result-4492920-1751147900/solver-4492920-1751147900 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1751144206-14860 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4492920-1751147900.opb -mem-lim=31000

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

MD5SUM BENCH= 215f0e018374322050c4154ba04558db
RANDOM SEED=809668781

nodeC034 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3630.725
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.696
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.761
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3468.880
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.869
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.779
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.758
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3891.628
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        129935288 kB
MemAvailable:   129547588 kB
Buffers:            3280 kB
Cached:           389272 kB
SwapCached:            0 kB
Active:           535608 kB
Inactive:         180476 kB
Active(anon):     341636 kB
Inactive(anon):        0 kB
Active(file):     193972 kB
Inactive(file):   180476 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              8288 kB
Writeback:             0 kB
AnonPages:        324852 kB
Mapped:           109420 kB
Shmem:             18104 kB
KReclaimable:      85112 kB
Slab:             167736 kB
SReclaimable:      85112 kB
SUnreclaim:        82624 kB
KernelStack:        4272 kB
PageTables:         3560 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     654388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150488 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    227328 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:      189140 kB
DirectMap2M:     7970816 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433044 MiB
End job on nodeC034 at 2025-06-29 00:58:29