Trace number 4513598

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.05 3610.9

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/EC_RANDOM_GRAPHS/
normalized-ECrand4regsplit-v090-n1.opb
MD5SUM2f2bbded117b16ee84684349cffbd198
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.033246
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables179
Total number of constraints90
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)90
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c Using cadical-2.1.3-f13d744 SAT solver by Armin Biere et al. (2016 - )
0.00/0.00	c Setting memory limit to 31000MB.
0.00/0.00	c Parsing PB file...
0.00/0.00	c Converting 180 PB-constraints to clauses...
0.00/0.00	c ============================[ Encoding Statistics ]============================
0.00/0.00	c |  Number of variables:           179                                         |
0.00/0.00	c |  Number of clauses:             714                                         |
0.00/0.00	c ===============================================================================
3600.05/3610.90	c *** TERMINATED by signal 15 ***
3600.05/3610.90	c _______________________________________________________________________________
3600.05/3610.90	c 
3600.05/3610.90	c _______________________________________________________________________________
3600.05/3610.90	c 
3600.05/3610.90	c =======================[ UWrMaxSat resources usage ]===========================
3600.05/3610.90	c Memory used            : 175.00 MB
3600.05/3610.90	c CPU time               : 3598.68 s
3600.05/3610.90	c Constr Enc: Srt/BDD/Add: 90 0 0
3600.05/3610.90	c _______________________________________________________________________________
3600.05/3610.90	c _______________________________________________________________________________
3600.05/3610.90	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: 63794 MiB (60780 MiB free)
  memory of node 1: 64507 MiB (59738 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100104 s]*
/proc/loadavg: 2.89 2.94 3.59 5/259 30491
/proc/meminfo: memFree=123406936/131382112 swapFree=33010684/33010684
[pid=30490] ppid=30487 vsize=3828 memory=3328 CPUtime=0.11 cores=1,3
/proc/30490/stat : 30490 (uwrmaxsat) R 30487 30490 30241 0 -1 4194304 415 0 0 0 11 0 0 0 20 0 1 0 37246087 3919872 832 18446744073709551615 4198400 6176925 140733267267584 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 37949440 140733267274090 140733267274217 140733267274217 140733267279819 0
/proc/30490/statm: 957 832 544 484 0 368 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 3828 KiB
Current children cumulated memory: 3328 KiB

[startup+0.213795 s]*
/proc/loadavg: 2.89 2.94 3.59 5/259 30491
/proc/meminfo: memFree=123406936/131382112 swapFree=33010684/33010684
[pid=30490] ppid=30487 vsize=4316 memory=3840 CPUtime=0.22 cores=1,3
/proc/30490/stat : 30490 (uwrmaxsat) R 30487 30490 30241 0 -1 4194304 611 0 0 0 22 0 0 0 20 0 1 0 37246087 4419584 960 18446744073709551615 4198400 6176925 140733267267584 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 37949440 140733267274090 140733267274217 140733267274217 140733267279819 0
/proc/30490/statm: 1079 960 544 484 0 490 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 4316 KiB
Current children cumulated memory: 3840 KiB

[startup+0.313479 s]*
/proc/loadavg: 2.89 2.94 3.59 5/259 30491
/proc/meminfo: memFree=123406936/131382112 swapFree=33010684/33010684
[pid=30490] ppid=30487 vsize=4380 memory=3848 CPUtime=0.31 cores=1,3
/proc/30490/stat : 30490 (uwrmaxsat) R 30487 30490 30241 0 -1 4194304 704 0 0 0 31 0 0 0 20 0 1 0 37246087 4485120 962 18446744073709551615 4198400 6176925 140733267267584 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 37949440 140733267274090 140733267274217 140733267274217 140733267279819 0
/proc/30490/statm: 1095 962 544 484 0 506 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 4380 KiB
Current children cumulated memory: 3848 KiB

[startup+0.700302 s]
/proc/loadavg: 2.89 2.94 3.59 5/259 30491
/proc/meminfo: memFree=123406936/131382112 swapFree=33010684/33010684
[pid=30490] ppid=30487 vsize=5380 memory=4724 CPUtime=0.69 cores=1,3
/proc/30490/stat : 30490 (uwrmaxsat) R 30487 30490 30241 0 -1 4194304 1234 0 0 0 69 0 0 0 20 0 1 0 37246087 5509120 1181 18446744073709551615 4198400 6176925 140733267267584 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 37949440 140733267274090 140733267274217 140733267274217 140733267279819 0
/proc/30490/statm: 1345 1181 544 484 0 756 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 5380 KiB
Current children cumulated memory: 4724 KiB

[startup+1.50033 s]
/proc/loadavg: 2.89 2.94 3.59 5/259 30491
/proc/meminfo: memFree=123403660/131382112 swapFree=33010684/33010684
[pid=30490] ppid=30487 vsize=6560 memory=5948 CPUtime=1.48 cores=1,3
/proc/30490/stat : 30490 (uwrmaxsat) R 30487 30490 30241 0 -1 4194304 2307 0 0 0 148 0 0 0 20 0 1 0 37246087 6717440 1487 18446744073709551615 4198400 6176925 140733267267584 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 37949440 140733267274090 140733267274217 140733267274217 140733267279819 0
/proc/30490/statm: 1640 1487 544 484 0 1051 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 6560 KiB
Current children cumulated memory: 5948 KiB

[startup+3.11348 s]
/proc/loadavg: 2.89 2.94 3.59 5/259 30491
/proc/meminfo: memFree=123400888/131382112 swapFree=33010684/33010684
[pid=30490] ppid=30487 vsize=8852 memory=8156 CPUtime=3.09 cores=1,3
/proc/30490/stat : 30490 (uwrmaxsat) R 30487 30490 30241 0 -1 4194304 4651 0 0 0 309 0 0 0 20 0 1 0 37246087 9064448 2039 18446744073709551615 4198400 6176925 140733267267584 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 37949440 140733267274090 140733267274217 140733267274217 140733267279819 0
/proc/30490/statm: 2213 2039 544 484 0 1624 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 8852 KiB
Current children cumulated memory: 8156 KiB

[startup+6.30032 s]
/proc/loadavg: 2.98 2.96 3.59 5/259 30536
/proc/meminfo: memFree=123413840/131382112 swapFree=33010684/33010684
[pid=30490] ppid=30487 vsize=9984 memory=9556 CPUtime=6.26 cores=1,3
/proc/30490/stat : 30490 (uwrmaxsat) R 30487 30490 30241 0 -1 4194304 10833 0 0 0 623 3 0 0 20 0 1 0 37246087 10223616 2389 18446744073709551615 4198400 6176925 140733267267584 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 37949440 140733267274090 140733267274217 140733267274217 140733267279819 0
/proc/30490/statm: 2496 2389 544 484 0 1907 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 9984 KiB
Current children cumulated memory: 9556 KiB

[startup+12.7003 s]
/proc/loadavg: 3.07 2.97 3.59 5/259 30536
/proc/meminfo: memFree=123405872/131382112 swapFree=33010684/33010684
[pid=30490] ppid=30487 vsize=11476 memory=10848 CPUtime=12.64 cores=1,3
/proc/30490/stat : 30490 (uwrmaxsat) R 30487 30490 30241 0 -1 4194304 22498 0 0 0 1259 5 0 0 20 0 1 0 37246087 11751424 2712 18446744073709551615 4198400 6176925 140733267267584 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 37949440 140733267274090 140733267274217 140733267274217 140733267279819 0
/proc/30490/statm: 2869 2712 544 484 0 2280 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 11476 KiB
Current children cumulated memory: 10848 KiB

[startup+25.5004 s]
/proc/loadavg: 3.35 3.04 3.60 5/259 30537
/proc/meminfo: memFree=123393696/131382112 swapFree=33010684/33010684
[pid=30490] ppid=30487 vsize=17628 memory=16956 CPUtime=25.4 cores=1,3
/proc/30490/stat : 30490 (uwrmaxsat) R 30487 30490 30241 0 -1 4194304 30748 0 0 0 2533 7 0 0 20 0 1 0 37246087 18051072 4239 18446744073709551615 4198400 6176925 140733267267584 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 37949440 140733267274090 140733267274217 140733267274217 140733267279819 0
/proc/30490/statm: 4407 4239 544 484 0 3818 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 17628 KiB
Current children cumulated memory: 16956 KiB

[startup+51.1136 s]
/proc/loadavg: 3.57 3.12 3.62 5/259 30582
/proc/meminfo: memFree=123392836/131382112 swapFree=33010684/33010684
[pid=30490] ppid=30487 vsize=31224 memory=30496 CPUtime=50.94 cores=1,3
/proc/30490/stat : 30490 (uwrmaxsat) R 30487 30490 30241 0 -1 4194304 36696 0 0 0 5085 9 0 0 20 0 1 0 37246087 31973376 7624 18446744073709551615 4198400 6176925 140733267267584 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 37949440 140733267274090 140733267274217 140733267274217 140733267279819 0
/proc/30490/statm: 7806 7624 544 484 0 7217 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 31224 KiB
Current children cumulated memory: 30496 KiB

[startup+102.3 s]
/proc/loadavg: 3.86 3.27 3.64 5/260 30586
/proc/meminfo: memFree=123322148/131382112 swapFree=33010684/33010684
[pid=30490] ppid=30487 vsize=39704 memory=39064 CPUtime=101.95 cores=1,3
/proc/30490/stat : 30490 (uwrmaxsat) R 30487 30490 30241 0 -1 4194304 47379 0 0 0 10181 14 0 0 20 0 1 0 37246087 40656896 9766 18446744073709551615 4198400 6176925 140733267267584 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 37949440 140733267274090 140733267274217 140733267274217 140733267279819 0
/proc/30490/statm: 9926 9766 544 484 0 9337 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 39704 KiB
Current children cumulated memory: 39064 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 3.45 3.68 5/256 30588
/proc/meminfo: memFree=123258932/131382112 swapFree=33010684/33010684
[pid=30490] ppid=30487 vsize=36976 memory=36376 CPUtime=161.78 cores=1,3
/proc/30490/stat : 30490 (uwrmaxsat) R 30487 30490 30241 0 -1 4194304 52503 0 0 0 16161 17 0 0 20 0 1 0 37246087 37863424 9094 18446744073709551615 4198400 6176925 140733267267584 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 37949440 140733267274090 140733267274217 140733267274217 140733267279819 0
/proc/30490/statm: 9244 9094 544 484 0 8655 0
Current children cumulated CPU time: 161.78 s
Current children cumulated vsize: 36976 KiB
Current children cumulated memory: 36376 KiB

[startup+222.3 s]
/proc/loadavg: 4.47 3.66 3.74 5/252 30590
/proc/meminfo: memFree=123212452/131382112 swapFree=33010684/33010684
[pid=30490] ppid=30487 vsize=51760 memory=50916 CPUtime=221.62 cores=1,3
/proc/30490/stat : 30490 (uwrmaxsat) R 30487 30490 30241 0 -1 4194304 61684 0 0 0 22141 21 0 0 20 0 1 0 37246087 53002240 12729 18446744073709551615 4198400 6176925 140733267267584 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 37949440 140733267274090 140733267274217 140733267274217 140733267279819 0
/proc/30490/statm: 12940 12729 544 484 0 12351 0
Current children cumulated CPU time: 221.62 s
Current children cumulated vsize: 51760 KiB
Current children cumulated memory: 50916 KiB

[startup+282.3 s]
/proc/loadavg: 4.53 3.85 3.80 5/252 30595
/proc/meminfo: memFree=123193924/131382112 swapFree=33010684/33010684
[pid=30490] ppid=30487 vsize=58152 memory=56456 CPUtime=281.44 cores=1,3
/proc/30490/stat : 30490 (uwrmaxsat) R 30487 30490 30241 0 -1 4194304 67423 0 0 0 28120 24 0 0 20 0 1 0 37246087 59547648 14114 18446744073709551615 4198400 6176925 140733267267584 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 37949440 140733267274090 140733267274217 140733267274217 140733267279819 0
/proc/30490/statm: 14538 14114 544 484 0 13949 0
Current children cumulated CPU time: 281.44 s
Current children cumulated vsize: 58152 KiB
Current children cumulated memory: 56456 KiB

[startup+342.3 s]
/proc/loadavg: 4.26 3.89 3.83 5/251 30597
/proc/meminfo: memFree=123170988/131382112 swapFree=33010684/33010684
[pid=30490] ppid=30487 vsize=61492 memory=60132 CPUtime=341.25 cores=1,3
/proc/30490/stat : 30490 (uwrmaxsat) R 30487 30490 30241 0 -1 4194304 71801 0 0 0 34099 26 0 0 20 0 1 0 37246087 62967808 15033 18446744073709551615 4198400 6176925 140733267267584 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 37949440 140733267274090 140733267274217 140733267274217 140733267279819 0
/proc/30490/statm: 15373 15033 544 484 0 14784 0
Current children cumulated CPU time: 341.25 s
Current children cumulated vsize: 61492 KiB
Current children cumulated memory: 60132 KiB

[startup+402.3 s]
/proc/loadavg: 4.14 3.93 3.84 5/251 30599
/proc/meminfo: memFree=123167748/131382112 swapFree=33010684/33010684
[pid=30490] ppid=30487 vsize=62708 memory=59948 CPUtime=401.07 cores=1,3
/proc/30490/stat : 30490 (uwrmaxsat) R 30487 30490 30241 0 -1 4194304 80752 0 0 0 40076 31 0 0 20 0 1 0 37246087 64212992 14987 18446744073709551615 4198400 6176925 140733267267584 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 37949440 140733267274090 140733267274217 140733267274217 140733267279819 0
/proc/30490/statm: 15677 14987 544 484 0 15088 0
Current children cumulated CPU time: 401.07 s
Current children cumulated vsize: 62708 KiB
Current children cumulated memory: 59948 KiB

[startup+462.3 s]
/proc/loadavg: 4.79 4.16 3.93 5/250 30601
/proc/meminfo: memFree=123191284/131382112 swapFree=33010684/33010684
[pid=30490] ppid=30487 vsize=41052 memory=39452 CPUtime=460.86 cores=1,3
/proc/30490/stat : 30490 (uwrmaxsat) R 30487 30490 30241 0 -1 4194304 112469 0 0 0 46042 44 0 0 20 0 1 0 37246087 42037248 9863 18446744073709551615 4198400 6176925 140733267267584 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 37949440 140733267274090 140733267274217 140733267274217 140733267279819 0
/proc/30490/statm: 10263 9863 544 484 0 9674 0

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

Current children cumulated memory: 158092 KiB

[startup+2922.3 s]
/proc/loadavg: 4.12 4.15 4.13 5/250 30727
/proc/meminfo: memFree=122787776/131382112 swapFree=33010684/33010684
[pid=30490] ppid=30487 vsize=160900 memory=158524 CPUtime=2913.48 cores=1,3
/proc/30490/stat : 30490 (uwrmaxsat) R 30487 30490 30241 0 -1 4194304 249797 0 0 0 291226 122 0 0 20 0 1 0 37246087 164761600 39631 18446744073709551615 4198400 6176925 140733267267584 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 37949440 140733267274090 140733267274217 140733267274217 140733267279819 0
/proc/30490/statm: 40225 39631 544 484 0 39636 0
Current children cumulated CPU time: 2913.48 s
Current children cumulated vsize: 160900 KiB
Current children cumulated memory: 158524 KiB

[startup+2982.3 s]
/proc/loadavg: 4.09 4.13 4.13 5/250 30729
/proc/meminfo: memFree=122836820/131382112 swapFree=33010684/33010684
[pid=30490] ppid=30487 vsize=136828 memory=134484 CPUtime=2973.28 cores=1,3
/proc/30490/stat : 30490 (uwrmaxsat) R 30487 30490 30241 0 -1 4194304 249797 0 0 0 297206 122 0 0 20 0 1 0 37246087 140111872 33621 18446744073709551615 4198400 6176925 140733267267584 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 37949440 140733267274090 140733267274217 140733267274217 140733267279819 0
/proc/30490/statm: 34207 33621 544 484 0 33618 0
Current children cumulated CPU time: 2973.28 s
Current children cumulated vsize: 136828 KiB
Current children cumulated memory: 134484 KiB

[startup+3042.3 s]
/proc/loadavg: 4.14 4.14 4.13 5/250 30731
/proc/meminfo: memFree=122793184/131382112 swapFree=33010684/33010684
[pid=30490] ppid=30487 vsize=140672 memory=138804 CPUtime=3033.08 cores=1,3
/proc/30490/stat : 30490 (uwrmaxsat) R 30487 30490 30241 0 -1 4194304 250856 0 0 0 303185 123 0 0 20 0 1 0 37246087 144048128 34701 18446744073709551615 4198400 6176925 140733267267584 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 37949440 140733267274090 140733267274217 140733267274217 140733267279819 0
/proc/30490/statm: 35168 34701 544 484 0 34579 0
Current children cumulated CPU time: 3033.08 s
Current children cumulated vsize: 140672 KiB
Current children cumulated memory: 138804 KiB

[startup+3102.3 s]
/proc/loadavg: 4.10 4.13 4.12 5/250 30733
/proc/meminfo: memFree=122763488/131382112 swapFree=33010684/33010684
[pid=30490] ppid=30487 vsize=152676 memory=151860 CPUtime=3092.86 cores=1,3
/proc/30490/stat : 30490 (uwrmaxsat) R 30487 30490 30241 0 -1 4194304 251577 0 0 0 309163 123 0 0 20 0 1 0 37246087 156340224 37965 18446744073709551615 4198400 6176925 140733267267584 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 37949440 140733267274090 140733267274217 140733267274217 140733267279819 0
/proc/30490/statm: 38169 37965 544 484 0 37580 0
Current children cumulated CPU time: 3092.86 s
Current children cumulated vsize: 152676 KiB
Current children cumulated memory: 151860 KiB

[startup+3162.3 s]
/proc/loadavg: 4.11 4.13 4.12 5/250 30735
/proc/meminfo: memFree=122770000/131382112 swapFree=33010684/33010684
[pid=30490] ppid=30487 vsize=132872 memory=127940 CPUtime=3152.7 cores=1,3
/proc/30490/stat : 30490 (uwrmaxsat) R 30487 30490 30241 0 -1 4194304 253650 0 0 0 315146 124 0 0 20 0 1 0 37246087 136060928 31985 18446744073709551615 4198400 6176925 140733267267584 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 37949440 140733267274090 140733267274217 140733267274217 140733267279819 0
/proc/30490/statm: 33218 31985 544 484 0 32629 0
Current children cumulated CPU time: 3152.7 s
Current children cumulated vsize: 132872 KiB
Current children cumulated memory: 127940 KiB

[startup+3222.3 s]
/proc/loadavg: 4.18 4.15 4.13 5/250 30737
/proc/meminfo: memFree=122858164/131382112 swapFree=33010684/33010684
[pid=30490] ppid=30487 vsize=134124 memory=131836 CPUtime=3212.54 cores=1,3
/proc/30490/stat : 30490 (uwrmaxsat) R 30487 30490 30241 0 -1 4194304 255611 0 0 0 321128 126 0 0 20 0 1 0 37246087 137342976 32959 18446744073709551615 4198400 6176925 140733267267584 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 37949440 140733267274090 140733267274217 140733267274217 140733267279819 0
/proc/30490/statm: 33531 32959 544 484 0 32942 0
Current children cumulated CPU time: 3212.54 s
Current children cumulated vsize: 134124 KiB
Current children cumulated memory: 131836 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.14 4.12 5/250 30741
/proc/meminfo: memFree=122793416/131382112 swapFree=33010684/33010684
[pid=30490] ppid=30487 vsize=143392 memory=138616 CPUtime=3272.37 cores=1,3
/proc/30490/stat : 30490 (uwrmaxsat) R 30487 30490 30241 0 -1 4194304 256837 0 0 0 327110 127 0 0 20 0 1 0 37246087 146833408 34654 18446744073709551615 4198400 6176925 140733267267584 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 37949440 140733267274090 140733267274217 140733267274217 140733267279819 0
/proc/30490/statm: 35848 34654 544 484 0 35259 0
Current children cumulated CPU time: 3272.37 s
Current children cumulated vsize: 143392 KiB
Current children cumulated memory: 138616 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.14 4.12 5/249 30743
/proc/meminfo: memFree=122821780/131382112 swapFree=33010684/33010684
[pid=30490] ppid=30487 vsize=143440 memory=139460 CPUtime=3332.21 cores=1,3
/proc/30490/stat : 30490 (uwrmaxsat) R 30487 30490 30241 0 -1 4194304 257718 0 0 0 333093 128 0 0 20 0 1 0 37246087 146882560 34865 18446744073709551615 4198400 6176925 140733267267584 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 37949440 140733267274090 140733267274217 140733267274217 140733267279819 0
/proc/30490/statm: 35860 34865 544 484 0 35271 0
Current children cumulated CPU time: 3332.21 s
Current children cumulated vsize: 143440 KiB
Current children cumulated memory: 139460 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.13 4.11 5/249 30745
/proc/meminfo: memFree=122837568/131382112 swapFree=33010684/33010684
[pid=30490] ppid=30487 vsize=128084 memory=127244 CPUtime=3392.04 cores=1,3
/proc/30490/stat : 30490 (uwrmaxsat) R 30487 30490 30241 0 -1 4194304 259455 0 0 0 339076 128 0 0 20 0 1 0 37246087 131158016 31811 18446744073709551615 4198400 6176925 140733267267584 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 37949440 140733267274090 140733267274217 140733267274217 140733267279819 0
/proc/30490/statm: 32021 31811 544 484 0 31432 0
Current children cumulated CPU time: 3392.04 s
Current children cumulated vsize: 128084 KiB
Current children cumulated memory: 127244 KiB

[startup+3462.3 s]
/proc/loadavg: 4.16 4.13 4.11 5/249 30746
/proc/meminfo: memFree=122823616/131382112 swapFree=33010684/33010684
[pid=30490] ppid=30487 vsize=154912 memory=153120 CPUtime=3451.87 cores=1,3
/proc/30490/stat : 30490 (uwrmaxsat) R 30487 30490 30241 0 -1 4194304 260841 0 0 0 345058 129 0 0 20 0 1 0 37246087 158629888 38280 18446744073709551615 4198400 6176925 140733267267584 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 37949440 140733267274090 140733267274217 140733267274217 140733267279819 0
/proc/30490/statm: 38728 38280 544 484 0 38139 0
Current children cumulated CPU time: 3451.87 s
Current children cumulated vsize: 154912 KiB
Current children cumulated memory: 153120 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.12 4.11 5/250 30753
/proc/meminfo: memFree=122799140/131382112 swapFree=33010684/33010684
[pid=30490] ppid=30487 vsize=135308 memory=125672 CPUtime=3511.7 cores=1,3
/proc/30490/stat : 30490 (uwrmaxsat) R 30487 30490 30241 0 -1 4194304 268330 0 0 0 351037 133 0 0 20 0 1 0 37246087 138555392 31418 18446744073709551615 4198400 6176925 140733267267584 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 37949440 140733267274090 140733267274217 140733267274217 140733267279819 0
/proc/30490/statm: 33827 31418 544 484 0 33238 0
Current children cumulated CPU time: 3511.7 s
Current children cumulated vsize: 135308 KiB
Current children cumulated memory: 125672 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.11 4.10 5/250 30755
/proc/meminfo: memFree=122843200/131382112 swapFree=33010684/33010684
[pid=30490] ppid=30487 vsize=130744 memory=129972 CPUtime=3571.52 cores=1,3
/proc/30490/stat : 30490 (uwrmaxsat) R 30487 30490 30241 0 -1 4194304 271399 0 0 0 357017 135 0 0 20 0 1 0 37246087 133881856 32493 18446744073709551615 4198400 6176925 140733267267584 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 37949440 140733267274090 140733267274217 140733267274217 140733267279819 0
/proc/30490/statm: 32686 32493 544 484 0 32097 0
Current children cumulated CPU time: 3571.52 s
Current children cumulated vsize: 130744 KiB
Current children cumulated memory: 129972 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.9 s]
/proc/loadavg: 4.19 4.13 4.11 5/250 30801
/proc/meminfo: memFree=123006852/131382112 swapFree=33010684/33010684
[pid=30490] ppid=30487 vsize=96580 memory=94248 CPUtime=3600.05 cores=1,3
/proc/30490/stat : 30490 (uwrmaxsat) R 30487 30490 30241 0 -1 4194304 272661 0 0 0 359868 137 0 0 20 0 1 0 37246087 98897920 23562 18446744073709551615 4198400 6176925 140733267267584 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 37949440 140733267274090 140733267274217 140733267274217 140733267279819 0
/proc/30490/statm: 24145 23562 544 484 0 23556 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 96580 KiB
Current children cumulated memory: 94248 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.68 s, system=1.37228 s

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

[startup+3610.9 s]
/proc/loadavg: 4.19 4.13 4.11 5/250 30801
/proc/meminfo: memFree=123006852/131382112 swapFree=33010684/33010684
[pid=30490] ppid=30487 vsize=96580 memory=94248 CPUtime=3600.05 cores=1,3
/proc/30490/stat : 30490 (uwrmaxsat) R 30487 30490 30241 0 -1 4194304 272661 0 0 0 359868 137 0 0 20 0 1 0 37246087 98897920 23562 18446744073709551615 4198400 6176925 140733267267584 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 37949440 140733267274090 140733267274217 140733267274217 140733267279819 0
/proc/30490/statm: 24145 23562 544 484 0 23556 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 96580 KiB
Current children cumulated memory: 94248 KiB

Child status: 0

Real time (s): 3610.9
CPU time (s): 3600.05
CPU user time (s): 3598.68
CPU system time (s): 1.37228
CPU usage (%): 99.6996
Max. virtual memory (cumulated for all children) (KiB): 180040
Max. memory (cumulated for all children) (KiB): 178324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.68
system time used= 1.37228
maximum resident set size= 178324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 272661
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= 70
involuntary context switches= 2466


# summary of solver processes directly reported to runsolver:
#   pid: 30490
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3598.68
#   total CPU system time (s): 1.37228

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.8652 second user time and 38.0781 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-06-29 18:47:43
IDJOB=4513598
IDBENCH=162381
IDSOLVER=3372
FILE ID=nodeC009/4513598-1751215663
RUNJOBID= nodeC009-1751215608-30253
SLURM_JOB_ID= 9587652
Free space on /tmp= 432652 MiB

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

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

MD5SUM BENCH= 2f2bbded117b16ee84684349cffbd198
RANDOM SEED=1414288237

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		: 3660.830
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		: 1197.660
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.285
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.241
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		: 3660.811
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3662.791
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.369
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.185
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:        123410880 kB
MemAvailable:   129846916 kB
Buffers:            3280 kB
Cached:          7209920 kB
SwapCached:            0 kB
Active:           474172 kB
Inactive:        6912628 kB
Active(anon):     190596 kB
Inactive(anon):      968 kB
Active(file):     283576 kB
Inactive(file):  6911660 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7924 kB
Writeback:             0 kB
AnonPages:        176780 kB
Mapped:           109516 kB
Shmem:             17960 kB
KReclaimable:     160472 kB
Slab:             243588 kB
SReclaimable:     160472 kB
SUnreclaim:        83116 kB
KernelStack:        4160 kB
PageTables:         3284 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     509712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149496 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     43008 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 19:47:54