Trace number 4541815

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.02 3610.01

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/array_comm/arraycomm_teq/normalized-20arraycomm_teq_less.opb
MD5SUM68f7bc0686d678a8453a91094299b359
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.634066
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2480
Total number of constraints3681
Number of constraints which are clauses2400
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1281
Minimum length of a constraint2
Maximum length of a constraint80
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 549755813888
Number of bits of the biggest number in a constraint 40
Biggest sum of numbers in a constraint 2199023255551
Number of bits of the biggest sum of numbers41
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.02	c Converting 4961 PB-constraints to clauses...
0.00/0.04	c ============================[ Encoding Statistics ]============================
0.00/0.04	c |  Number of variables:          4078                                         |
0.00/0.04	c |  Number of clauses:           15478                                         |
0.00/0.04	c ===============================================================================
3600.01/3610.00	c *** TERMINATED by signal 15 ***
3600.01/3610.00	c _______________________________________________________________________________
3600.01/3610.00	c 
3600.01/3610.00	c _______________________________________________________________________________
3600.01/3610.00	c 
3600.01/3610.00	c =======================[ UWrMaxSat resources usage ]===========================
3600.01/3610.00	c Memory used            : 202.00 MB
3600.01/3610.00	c CPU time               : 3599.57 s
3600.01/3610.00	c Constr Enc: Srt/BDD/Add: 1281 0 0
3600.01/3610.00	c _______________________________________________________________________________
3600.01/3610.00	c _______________________________________________________________________________
3600.01/3610.00	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 (62514 MiB free)
  memory of node 1: 64507 MiB (63509 MiB free)
  node distances:
     10  21
     21  10

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

solver pid=165478, runsolver pid=165471

[startup+0.10006 s]*
/proc/loadavg: 1.75 3.48 3.88 5/264 165479
/proc/meminfo: memFree=129034496/131249988 swapFree=33010160/33010684
[pid=165478] ppid=165471 vsize=11392 memory=10532 CPUtime=0.09 cores=0,2
/proc/165478/stat : 165478 (uwrmaxsat) R 165471 165478 165410 0 -1 4194304 2388 0 0 0 9 0 0 0 20 0 1 0 236666959 11665408 2633 18446744073709551615 4198400 6176925 140729391687984 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 17858560 140729391696232 140729391696359 140729391696359 140729391701963 0
/proc/165478/statm: 2848 2633 544 484 0 2259 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 11392 KiB
Current children cumulated memory: 10532 KiB

[startup+0.204946 s]*
/proc/loadavg: 1.75 3.48 3.88 5/264 165479
/proc/meminfo: memFree=129032976/131249988 swapFree=33010160/33010684
[pid=165478] ppid=165471 vsize=11064 memory=10204 CPUtime=0.19 cores=0,2
/proc/165478/stat : 165478 (uwrmaxsat) R 165471 165478 165410 0 -1 4194304 2742 0 0 0 19 0 0 0 20 0 1 0 236666959 11329536 2551 18446744073709551615 4198400 6176925 140729391687984 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 17858560 140729391696232 140729391696359 140729391696359 140729391701963 0
/proc/165478/statm: 2766 2551 544 484 0 2177 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 11064 KiB
Current children cumulated memory: 10204 KiB

[startup+0.30481 s]*
/proc/loadavg: 1.75 3.48 3.88 5/264 165479
/proc/meminfo: memFree=129032976/131249988 swapFree=33010160/33010684
[pid=165478] ppid=165471 vsize=11880 memory=10876 CPUtime=0.29 cores=0,2
/proc/165478/stat : 165478 (uwrmaxsat) R 165471 165478 165410 0 -1 4194304 3104 0 0 0 29 0 0 0 20 0 1 0 236666959 12165120 2719 18446744073709551615 4198400 6176925 140729391687984 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 17858560 140729391696232 140729391696359 140729391696359 140729391701963 0
/proc/165478/statm: 2970 2719 544 484 0 2381 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 11880 KiB
Current children cumulated memory: 10876 KiB

[startup+0.700107 s]
/proc/loadavg: 1.75 3.48 3.88 5/264 165479
/proc/meminfo: memFree=129031464/131249988 swapFree=33010160/33010684
[pid=165478] ppid=165471 vsize=13344 memory=12256 CPUtime=0.68 cores=0,2
/proc/165478/stat : 165478 (uwrmaxsat) R 165471 165478 165410 0 -1 4194304 3658 0 0 0 68 0 0 0 20 0 1 0 236666959 13664256 3064 18446744073709551615 4198400 6176925 140729391687984 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 17858560 140729391696232 140729391696359 140729391696359 140729391701963 0
/proc/165478/statm: 3336 3064 544 484 0 2747 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 13344 KiB
Current children cumulated memory: 12256 KiB

[startup+1.50011 s]
/proc/loadavg: 1.75 3.48 3.88 5/264 165479
/proc/meminfo: memFree=129027432/131249988 swapFree=33010160/33010684
[pid=165478] ppid=165471 vsize=13324 memory=12192 CPUtime=1.48 cores=0,2
/proc/165478/stat : 165478 (uwrmaxsat) R 165471 165478 165410 0 -1 4194304 4806 0 0 0 148 0 0 0 20 0 1 0 236666959 13643776 3048 18446744073709551615 4198400 6176925 140729391687984 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 17858560 140729391696232 140729391696359 140729391696359 140729391701963 0
/proc/165478/statm: 3331 3048 544 484 0 2742 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 13324 KiB
Current children cumulated memory: 12192 KiB

[startup+3.10472 s]
/proc/loadavg: 1.75 3.48 3.88 5/264 165479
/proc/meminfo: memFree=129023756/131249988 swapFree=33010160/33010684
[pid=165478] ppid=165471 vsize=12884 memory=12092 CPUtime=3.08 cores=0,2
/proc/165478/stat : 165478 (uwrmaxsat) R 165471 165478 165410 0 -1 4194304 6087 0 0 0 308 0 0 0 20 0 1 0 236666959 13193216 3023 18446744073709551615 4198400 6176925 140729391687984 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 17858560 140729391696232 140729391696359 140729391696359 140729391701963 0
/proc/165478/statm: 3221 3023 544 484 0 2632 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 12884 KiB
Current children cumulated memory: 12092 KiB

[startup+6.30013 s]
/proc/loadavg: 1.93 3.49 3.88 5/264 165479
/proc/meminfo: memFree=129017644/131249988 swapFree=33010160/33010684
[pid=165478] ppid=165471 vsize=17196 memory=16072 CPUtime=6.27 cores=0,2
/proc/165478/stat : 165478 (uwrmaxsat) R 165471 165478 165410 0 -1 4194304 7572 0 0 0 626 1 0 0 20 0 1 0 236666959 17608704 4018 18446744073709551615 4198400 6176925 140729391687984 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 17858560 140729391696232 140729391696359 140729391696359 140729391701963 0
/proc/165478/statm: 4299 4018 544 484 0 3710 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 17196 KiB
Current children cumulated memory: 16072 KiB

[startup+12.7001 s]
/proc/loadavg: 2.18 3.52 3.89 5/264 165479
/proc/meminfo: memFree=129009076/131249988 swapFree=33010160/33010684
[pid=165478] ppid=165471 vsize=17196 memory=16184 CPUtime=12.65 cores=0,2
/proc/165478/stat : 165478 (uwrmaxsat) R 165471 165478 165410 0 -1 4194304 8346 0 0 0 1264 1 0 0 20 0 1 0 236666959 17608704 4046 18446744073709551615 4198400 6176925 140729391687984 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 17858560 140729391696232 140729391696359 140729391696359 140729391701963 0
/proc/165478/statm: 4299 4046 544 484 0 3710 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 17196 KiB
Current children cumulated memory: 16184 KiB

[startup+25.5001 s]
/proc/loadavg: 2.58 3.54 3.89 5/264 165480
/proc/meminfo: memFree=128982808/131249988 swapFree=33010160/33010684
[pid=165478] ppid=165471 vsize=17832 memory=16360 CPUtime=25.42 cores=0,2
/proc/165478/stat : 165478 (uwrmaxsat) R 165471 165478 165410 0 -1 4194304 11132 0 0 0 2540 2 0 0 20 0 1 0 236666959 18259968 4090 18446744073709551615 4198400 6176925 140729391687984 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 17858560 140729391696232 140729391696359 140729391696359 140729391701963 0
/proc/165478/statm: 4458 4090 544 484 0 3869 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 17832 KiB
Current children cumulated memory: 16360 KiB

[startup+51.1049 s]
/proc/loadavg: 3.07 3.58 3.89 5/264 165480
/proc/meminfo: memFree=128948044/131249988 swapFree=33010160/33010684
[pid=165478] ppid=165471 vsize=21652 memory=20336 CPUtime=50.96 cores=0,2
/proc/165478/stat : 165478 (uwrmaxsat) R 165471 165478 165410 0 -1 4194304 14890 0 0 0 5093 3 0 0 20 0 1 0 236666959 22171648 5084 18446744073709551615 4198400 6176925 140729391687984 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 17858560 140729391696232 140729391696359 140729391696359 140729391701963 0
/proc/165478/statm: 5413 5084 544 484 0 4824 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 21652 KiB
Current children cumulated memory: 20336 KiB

[startup+102.3 s]
/proc/loadavg: 3.63 3.66 3.91 5/264 165482
/proc/meminfo: memFree=128904108/131249988 swapFree=33010160/33010684
[pid=165478] ppid=165471 vsize=38624 memory=37556 CPUtime=102.02 cores=0,2
/proc/165478/stat : 165478 (uwrmaxsat) R 165471 165478 165410 0 -1 4194304 17136 0 0 0 10198 4 0 0 20 0 1 0 236666959 39550976 9389 18446744073709551615 4198400 6176925 140729391687984 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 17858560 140729391696232 140729391696359 140729391696359 140729391701963 0
/proc/165478/statm: 9656 9389 544 484 0 9067 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 38624 KiB
Current children cumulated memory: 37556 KiB

[startup+162.3 s]
/proc/loadavg: 3.92 3.74 3.92 5/264 165484
/proc/meminfo: memFree=128874740/131249988 swapFree=33010160/33010684
[pid=165478] ppid=165471 vsize=57260 memory=56232 CPUtime=161.85 cores=0,2
/proc/165478/stat : 165478 (uwrmaxsat) R 165471 165478 165410 0 -1 4194304 20316 0 0 0 16180 5 0 0 20 0 1 0 236666959 58634240 14058 18446744073709551615 4198400 6176925 140729391687984 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 17858560 140729391696232 140729391696359 140729391696359 140729391701963 0
/proc/165478/statm: 14315 14058 544 484 0 13726 0
Current children cumulated CPU time: 161.85 s
Current children cumulated vsize: 57260 KiB
Current children cumulated memory: 56232 KiB

[startup+222.3 s]
/proc/loadavg: 4.01 3.80 3.93 5/264 165486
/proc/meminfo: memFree=128842672/131249988 swapFree=33010160/33010684
[pid=165478] ppid=165471 vsize=52776 memory=51752 CPUtime=221.69 cores=0,2
/proc/165478/stat : 165478 (uwrmaxsat) R 165471 165478 165410 0 -1 4194304 22358 0 0 0 22163 6 0 0 20 0 1 0 236666959 54042624 12938 18446744073709551615 4198400 6176925 140729391687984 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 17858560 140729391696232 140729391696359 140729391696359 140729391701963 0
/proc/165478/statm: 13194 12938 544 484 0 12605 0
Current children cumulated CPU time: 221.69 s
Current children cumulated vsize: 52776 KiB
Current children cumulated memory: 51752 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 3.87 3.95 5/263 165488
/proc/meminfo: memFree=128829472/131249988 swapFree=33010160/33010684
[pid=165478] ppid=165471 vsize=56376 memory=55336 CPUtime=281.53 cores=0,2
/proc/165478/stat : 165478 (uwrmaxsat) R 165471 165478 165410 0 -1 4194304 23275 0 0 0 28147 6 0 0 20 0 1 0 236666959 57729024 13834 18446744073709551615 4198400 6176925 140729391687984 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 17858560 140729391696232 140729391696359 140729391696359 140729391701963 0
/proc/165478/statm: 14094 13834 544 484 0 13505 0
Current children cumulated CPU time: 281.53 s
Current children cumulated vsize: 56376 KiB
Current children cumulated memory: 55336 KiB

[startup+342.3 s]
/proc/loadavg: 4.04 3.90 3.95 5/263 165535
/proc/meminfo: memFree=128843796/131249988 swapFree=33010160/33010684
[pid=165478] ppid=165471 vsize=53892 memory=52904 CPUtime=341.37 cores=0,2
/proc/165478/stat : 165478 (uwrmaxsat) R 165471 165478 165410 0 -1 4194304 25516 0 0 0 34130 7 0 0 20 0 1 0 236666959 55185408 13226 18446744073709551615 4198400 6176925 140729391687984 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 17858560 140729391696232 140729391696359 140729391696359 140729391701963 0
/proc/165478/statm: 13473 13226 544 484 0 12884 0
Current children cumulated CPU time: 341.37 s
Current children cumulated vsize: 53892 KiB
Current children cumulated memory: 52904 KiB

[startup+402.3 s]
/proc/loadavg: 4.12 3.95 3.97 5/263 165537
/proc/meminfo: memFree=128832632/131249988 swapFree=33010160/33010684
[pid=165478] ppid=165471 vsize=55684 memory=54696 CPUtime=401.2 cores=0,2
/proc/165478/stat : 165478 (uwrmaxsat) R 165471 165478 165410 0 -1 4194304 25982 0 0 0 40113 7 0 0 20 0 1 0 236666959 57020416 13674 18446744073709551615 4198400 6176925 140729391687984 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 17858560 140729391696232 140729391696359 140729391696359 140729391701963 0
/proc/165478/statm: 13921 13674 544 484 0 13332 0
Current children cumulated CPU time: 401.2 s
Current children cumulated vsize: 55684 KiB
Current children cumulated memory: 54696 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 3.97 3.98 5/264 165540
/proc/meminfo: memFree=128812588/131249988 swapFree=33010160/33010684
[pid=165478] ppid=165471 vsize=65880 memory=64808 CPUtime=461.02 cores=0,2
/proc/165478/stat : 165478 (uwrmaxsat) R 165471 165478 165410 0 -1 4194304 28709 0 0 0 46093 9 0 0 20 0 1 0 236666959 67461120 16202 18446744073709551615 4198400 6176925 140729391687984 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 17858560 140729391696232 140729391696359 140729391696359 140729391701963 0
/proc/165478/statm: 16470 16202 544 484 0 15881 0

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

Current children cumulated memory: 116824 KiB

[startup+2862.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/263 165664
/proc/meminfo: memFree=128586116/131249988 swapFree=33010160/33010684
[pid=165478] ppid=165471 vsize=107540 memory=106760 CPUtime=2854.41 cores=0,2
/proc/165478/stat : 165478 (uwrmaxsat) R 165471 165478 165410 0 -1 4194304 52375 0 0 0 285407 34 0 0 20 0 1 0 236666959 110120960 26690 18446744073709551615 4198400 6176925 140729391687984 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 17858560 140729391696232 140729391696359 140729391696359 140729391701963 0
/proc/165478/statm: 26885 26690 544 484 0 26296 0
Current children cumulated CPU time: 2854.41 s
Current children cumulated vsize: 107540 KiB
Current children cumulated memory: 106760 KiB

[startup+2922.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/262 165666
/proc/meminfo: memFree=128547124/131249988 swapFree=33010160/33010684
[pid=165478] ppid=165471 vsize=141004 memory=140124 CPUtime=2914.24 cores=0,2
/proc/165478/stat : 165478 (uwrmaxsat) R 165471 165478 165410 0 -1 4194304 53572 0 0 0 291388 36 0 0 20 0 1 0 236666959 144388096 35031 18446744073709551615 4198400 6176925 140729391687984 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 17858560 140729391696232 140729391696359 140729391696359 140729391701963 0
/proc/165478/statm: 35251 35031 544 484 0 34662 0
Current children cumulated CPU time: 2914.24 s
Current children cumulated vsize: 141004 KiB
Current children cumulated memory: 140124 KiB

[startup+2982.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/263 165675
/proc/meminfo: memFree=128567064/131249988 swapFree=33010160/33010684
[pid=165478] ppid=165471 vsize=140148 memory=139176 CPUtime=2974.07 cores=0,2
/proc/165478/stat : 165478 (uwrmaxsat) R 165471 165478 165410 0 -1 4194304 54594 0 0 0 297370 37 0 0 20 0 1 0 236666959 143511552 34794 18446744073709551615 4198400 6176925 140729391687984 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 17858560 140729391696232 140729391696359 140729391696359 140729391701963 0
/proc/165478/statm: 35037 34794 544 484 0 34448 0
Current children cumulated CPU time: 2974.07 s
Current children cumulated vsize: 140148 KiB
Current children cumulated memory: 139176 KiB

[startup+3042.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/263 165677
/proc/meminfo: memFree=128566412/131249988 swapFree=33010160/33010684
[pid=165478] ppid=165471 vsize=140148 memory=139280 CPUtime=3033.9 cores=0,2
/proc/165478/stat : 165478 (uwrmaxsat) R 165471 165478 165410 0 -1 4194304 55057 0 0 0 303352 38 0 0 20 0 1 0 236666959 143511552 34820 18446744073709551615 4198400 6176925 140729391687984 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 17858560 140729391696232 140729391696359 140729391696359 140729391701963 0
/proc/165478/statm: 35037 34820 544 484 0 34448 0
Current children cumulated CPU time: 3033.9 s
Current children cumulated vsize: 140148 KiB
Current children cumulated memory: 139280 KiB

[startup+3102.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/263 165679
/proc/meminfo: memFree=128566844/131249988 swapFree=33010160/33010684
[pid=165478] ppid=165471 vsize=150300 memory=149288 CPUtime=3093.73 cores=0,2
/proc/165478/stat : 165478 (uwrmaxsat) R 165471 165478 165410 0 -1 4194304 55930 0 0 0 309334 39 0 0 20 0 1 0 236666959 153907200 37322 18446744073709551615 4198400 6176925 140729391687984 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 17858560 140729391696232 140729391696359 140729391696359 140729391701963 0
/proc/165478/statm: 37575 37322 544 484 0 36986 0
Current children cumulated CPU time: 3093.73 s
Current children cumulated vsize: 150300 KiB
Current children cumulated memory: 149288 KiB

[startup+3162.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/263 165681
/proc/meminfo: memFree=128511540/131249988 swapFree=33010160/33010684
[pid=165478] ppid=165471 vsize=150300 memory=149288 CPUtime=3153.56 cores=0,2
/proc/165478/stat : 165478 (uwrmaxsat) R 165471 165478 165410 0 -1 4194304 55930 0 0 0 315317 39 0 0 20 0 1 0 236666959 153907200 37322 18446744073709551615 4198400 6176925 140729391687984 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 17858560 140729391696232 140729391696359 140729391696359 140729391701963 0
/proc/165478/statm: 37575 37322 544 484 0 36986 0
Current children cumulated CPU time: 3153.56 s
Current children cumulated vsize: 150300 KiB
Current children cumulated memory: 149288 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/264 165684
/proc/meminfo: memFree=128527044/131249988 swapFree=33010160/33010684
[pid=165478] ppid=165471 vsize=150300 memory=149288 CPUtime=3213.39 cores=0,2
/proc/165478/stat : 165478 (uwrmaxsat) R 165471 165478 165410 0 -1 4194304 55930 0 0 0 321300 39 0 0 20 0 1 0 236666959 153907200 37322 18446744073709551615 4198400 6176925 140729391687984 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 17858560 140729391696232 140729391696359 140729391696359 140729391701963 0
/proc/165478/statm: 37575 37322 544 484 0 36986 0
Current children cumulated CPU time: 3213.39 s
Current children cumulated vsize: 150300 KiB
Current children cumulated memory: 149288 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/263 165686
/proc/meminfo: memFree=128507356/131249988 swapFree=33010160/33010684
[pid=165478] ppid=165471 vsize=171980 memory=170920 CPUtime=3273.23 cores=0,2
/proc/165478/stat : 165478 (uwrmaxsat) R 165471 165478 165410 0 -1 4194304 56240 0 0 0 327283 40 0 0 20 0 1 0 236666959 176107520 42730 18446744073709551615 4198400 6176925 140729391687984 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 17858560 140729391696232 140729391696359 140729391696359 140729391701963 0
/proc/165478/statm: 42995 42730 544 484 0 42406 0
Current children cumulated CPU time: 3273.23 s
Current children cumulated vsize: 171980 KiB
Current children cumulated memory: 170920 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/263 165688
/proc/meminfo: memFree=128476332/131249988 swapFree=33010160/33010684
[pid=165478] ppid=165471 vsize=171980 memory=170920 CPUtime=3333.06 cores=0,2
/proc/165478/stat : 165478 (uwrmaxsat) R 165471 165478 165410 0 -1 4194304 56289 0 0 0 333266 40 0 0 20 0 1 0 236666959 176107520 42730 18446744073709551615 4198400 6176925 140729391687984 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 17858560 140729391696232 140729391696359 140729391696359 140729391701963 0
/proc/165478/statm: 42995 42730 544 484 0 42406 0
Current children cumulated CPU time: 3333.06 s
Current children cumulated vsize: 171980 KiB
Current children cumulated memory: 170920 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/263 165690
/proc/meminfo: memFree=128520940/131249988 swapFree=33010160/33010684
[pid=165478] ppid=165471 vsize=171980 memory=170920 CPUtime=3392.89 cores=0,2
/proc/165478/stat : 165478 (uwrmaxsat) R 165471 165478 165410 0 -1 4194304 56309 0 0 0 339249 40 0 0 20 0 1 0 236666959 176107520 42730 18446744073709551615 4198400 6176925 140729391687984 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 17858560 140729391696232 140729391696359 140729391696359 140729391701963 0
/proc/165478/statm: 42995 42730 544 484 0 42406 0
Current children cumulated CPU time: 3392.89 s
Current children cumulated vsize: 171980 KiB
Current children cumulated memory: 170920 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/263 165692
/proc/meminfo: memFree=128527368/131249988 swapFree=33010160/33010684
[pid=165478] ppid=165471 vsize=112764 memory=111796 CPUtime=3452.72 cores=0,2
/proc/165478/stat : 165478 (uwrmaxsat) R 165471 165478 165410 0 -1 4194304 57732 0 0 0 345230 42 0 0 20 0 1 0 236666959 115470336 27949 18446744073709551615 4198400 6176925 140729391687984 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 17858560 140729391696232 140729391696359 140729391696359 140729391701963 0
/proc/165478/statm: 28191 27949 544 484 0 27602 0
Current children cumulated CPU time: 3452.72 s
Current children cumulated vsize: 112764 KiB
Current children cumulated memory: 111796 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/263 165693
/proc/meminfo: memFree=128473060/131249988 swapFree=33010160/33010684
[pid=165478] ppid=165471 vsize=172644 memory=171576 CPUtime=3512.55 cores=0,2
/proc/165478/stat : 165478 (uwrmaxsat) R 165471 165478 165410 0 -1 4194304 58905 0 0 0 351212 43 0 0 20 0 1 0 236666959 176787456 42894 18446744073709551615 4198400 6176925 140729391687984 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 17858560 140729391696232 140729391696359 140729391696359 140729391701963 0
/proc/165478/statm: 43161 42894 544 484 0 42572 0
Current children cumulated CPU time: 3512.55 s
Current children cumulated vsize: 172644 KiB
Current children cumulated memory: 171576 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/263 165702
/proc/meminfo: memFree=128470368/131249988 swapFree=33010160/33010684
[pid=165478] ppid=165471 vsize=137180 memory=136104 CPUtime=3572.38 cores=0,2
/proc/165478/stat : 165478 (uwrmaxsat) R 165471 165478 165410 0 -1 4194304 59207 0 0 0 357195 43 0 0 20 0 1 0 236666959 140472320 34026 18446744073709551615 4198400 6176925 140729391687984 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 17858560 140729391696232 140729391696359 140729391696359 140729391701963 0
/proc/165478/statm: 34295 34026 544 484 0 33706 0
Current children cumulated CPU time: 3572.38 s
Current children cumulated vsize: 137180 KiB
Current children cumulated memory: 136104 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610 s]*
/proc/loadavg: 4.04 4.09 4.09 3/255 165712
/proc/meminfo: memFree=128696004/131249988 swapFree=33010160/33010684
[pid=165478] ppid=165471 vsize=176800 memory=175732 CPUtime=3600.01 cores=0,2
/proc/165478/stat : 165478 (uwrmaxsat) R 165471 165478 165410 0 -1 4194304 59403 0 0 0 359957 44 0 0 20 0 1 0 236666959 181043200 43933 18446744073709551615 4198400 6176925 140729391687984 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 17858560 140729391696232 140729391696359 140729391696359 140729391701963 0
/proc/165478/statm: 44200 43933 544 484 0 43611 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 176800 KiB
Current children cumulated memory: 175732 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.57 s, system=0.441475 s

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

Child status: 0

Real time (s): 3610.01
CPU time (s): 3600.02
CPU user time (s): 3599.57
CPU system time (s): 0.441475
CPU usage (%): 99.7232
Max. virtual memory (cumulated for all children) (KiB): 207284
Max. memory (cumulated for all children) (KiB): 206216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.57
system time used= 0.441475
maximum resident set size= 206216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59403
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= 24
involuntary context switches= 7994


# summary of solver processes directly reported to runsolver:
#   pid: 165478
#   total CPU time (s): 3600.02
#   total CPU user time (s): 3599.57
#   total CPU system time (s): 0.441475

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.18668 second user time and 14.5656 second system time

The end

Launcher Data

Begin job on nodeC034 at 2025-07-22 20:44:41
IDJOB=4541815
IDBENCH=163468
IDSOLVER=3372
FILE ID=nodeC034/4541815-1753209881
RUNJOBID= nodeC034-1753209881-165420
SLURM_JOB_ID= 9687778
Free space on /tmp= 433036 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/equalities/array_comm/arraycomm_teq/normalized-20arraycomm_teq_less.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4541815-1753209881/watcher-4541815-1753209881 -o /tmp/evaluation-result-4541815-1753209881/solver-4541815-1753209881 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1753209881-165420 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4541815-1753209881.opb -mem-lim=31000

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

MD5SUM BENCH= 68f7bc0686d678a8453a91094299b359
RANDOM SEED=942850719

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		: 3599.855
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		: 3600.397
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.751
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		: 3599.755
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		: 3600.151
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		: 3491.356
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.759
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		: 3599.712
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:        129059988 kB
MemAvailable:   129659580 kB
Buffers:            2128 kB
Cached:          1338712 kB
SwapCached:           32 kB
Active:          1210304 kB
Inactive:         218092 kB
Active(anon):     111668 kB
Inactive(anon):     2152 kB
Active(file):    1098636 kB
Inactive(file):   215940 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             10368 kB
Writeback:             0 kB
AnonPages:         90612 kB
Mapped:           110096 kB
Shmem:             26264 kB
KReclaimable:     248108 kB
Slab:             346132 kB
SReclaimable:     248108 kB
SUnreclaim:        98024 kB
KernelStack:        4108 kB
PageTables:         2736 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     384152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150440 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 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= 433028 MiB
End job on nodeC034 at 2025-07-22 21:44:51