Trace number 4505001

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 NameAnswerobjective functionCPU timeWall clock time
UWrMaxSat 2025-06-04? (TO) 3600.02 3610.7

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
IC/normalized-minisat25_6_3_3_ic.opb
MD5SUM9beff3f3155855feaa4c9645b72566dc
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/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.277731
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15725
Total number of constraints31332
Number of constraints which are clauses14450
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints16875
Minimum length of a constraint2
Maximum length of a constraint300
Number of terms in the objective function 1825
Biggest coefficient in the objective function 111980168
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 9113142699
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 111980168
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 9113142699
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c Using cadical-2.1.3-f13d744 SAT solver by Armin Biere et al. (2016 - )
0.00/0.00	c Setting memory limit to 31000MB.
0.00/0.00	c Parsing PB file...
0.09/0.20	c Converting 33133 PB-constraints to clauses...
3600.01/3610.70	c *** TERMINATED by signal 15 ***
3600.01/3610.70	c _______________________________________________________________________________
3600.01/3610.70	c 
3600.01/3610.70	c _______________________________________________________________________________
3600.01/3610.70	c 
3600.01/3610.70	c =======================[ UWrMaxSat resources usage ]===========================
3600.01/3610.70	c Memory used            : 253.00 MB
3600.01/3610.70	c CPU time               : 3599.52 s
3600.01/3610.70	c Constr Enc: Srt/BDD/Add: 16579 0 0
3600.01/3610.70	c Reused sorter inputs   : 48 of 49450 inputs (0.10% in avg) in 16608 sorters
3600.01/3610.70	c _______________________________________________________________________________
3600.01/3610.70	c _______________________________________________________________________________
3600.01/3610.70	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 (61410 MiB free)
  memory of node 1: 64507 MiB (58088 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4505001-1751465221/watcher-4505001-1751465221 -o /tmp/evaluation-result-4505001-1751465221/solver-4505001-1751465221 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751460709-68576 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4505001-1751465221.opb -mem-lim=31000 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100064 s]*
/proc/loadavg: 4.11 4.10 4.06 5/264 69090
/proc/meminfo: memFree=122350000/131249996 swapFree=33010684/33010684
[pid=69089] ppid=69086 vsize=23788 memory=22592 CPUtime=0.09 cores=5,7
/proc/69089/stat : 69089 (uwrmaxsat) R 69086 69089 68560 0 -1 4194304 5460 0 0 0 9 0 0 0 20 0 1 0 62199823 24358912 5648 18446744073709551615 4198400 6176925 140725520754304 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12566528 140725520759146 140725520759273 140725520759273 140725520764875 0
/proc/69089/statm: 5947 5648 448 484 0 5358 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 23788 KiB
Current children cumulated memory: 22592 KiB

[startup+0.205685 s]*
/proc/loadavg: 4.11 4.10 4.06 5/264 69090
/proc/meminfo: memFree=122333872/131249996 swapFree=33010684/33010684
[pid=69089] ppid=69086 vsize=38820 memory=37892 CPUtime=0.2 cores=5,7
/proc/69089/stat : 69089 (uwrmaxsat) R 69086 69089 68560 0 -1 4194304 9346 0 0 0 19 1 0 0 20 0 1 0 62199823 39751680 9473 18446744073709551615 4198400 6176925 140725520754304 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12566528 140725520759146 140725520759273 140725520759273 140725520764875 0
/proc/69089/statm: 9705 9473 480 484 0 9116 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 38820 KiB
Current children cumulated memory: 37892 KiB

[startup+0.305785 s]*
/proc/loadavg: 4.11 4.10 4.06 5/264 69090
/proc/meminfo: memFree=122331352/131249996 swapFree=33010684/33010684
[pid=69089] ppid=69086 vsize=51300 memory=48608 CPUtime=0.3 cores=5,7
/proc/69089/stat : 69089 (uwrmaxsat) R 69086 69089 68560 0 -1 4194304 12776 0 0 0 28 2 0 0 20 0 1 0 62199823 52531200 12152 18446744073709551615 4198400 6176925 140725520754304 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12566528 140725520759146 140725520759273 140725520759273 140725520764875 0
/proc/69089/statm: 12825 12152 480 484 0 12236 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 51300 KiB
Current children cumulated memory: 48608 KiB

[startup+0.700182 s]
/proc/loadavg: 4.11 4.10 4.06 5/264 69090
/proc/meminfo: memFree=122299032/131249996 swapFree=33010684/33010684
[pid=69089] ppid=69086 vsize=75620 memory=71164 CPUtime=0.69 cores=5,7
/proc/69089/stat : 69089 (uwrmaxsat) R 69086 69089 68560 0 -1 4194304 18978 0 0 0 66 3 0 0 20 0 1 0 62199823 77434880 17791 18446744073709551615 4198400 6176925 140725520754304 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12566528 140725520759146 140725520759273 140725520759273 140725520764875 0
/proc/69089/statm: 18905 17791 544 484 0 18316 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 75620 KiB
Current children cumulated memory: 71164 KiB

[startup+1.50018 s]
/proc/loadavg: 4.11 4.10 4.06 5/264 69090
/proc/meminfo: memFree=122274256/131249996 swapFree=33010684/33010684
[pid=69089] ppid=69086 vsize=84884 memory=80480 CPUtime=1.48 cores=5,7
/proc/69089/stat : 69089 (uwrmaxsat) R 69086 69089 68560 0 -1 4194304 20533 0 0 0 145 3 0 0 20 0 1 0 62199823 86921216 20120 18446744073709551615 4198400 6176925 140725520754304 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12566528 140725520759146 140725520759273 140725520759273 140725520764875 0
/proc/69089/statm: 21221 20120 544 484 0 20632 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 84884 KiB
Current children cumulated memory: 80480 KiB

[startup+3.10567 s]
/proc/loadavg: 4.10 4.10 4.06 5/264 69090
/proc/meminfo: memFree=122272760/131249996 swapFree=33010684/33010684
[pid=69089] ppid=69086 vsize=87220 memory=83552 CPUtime=3.08 cores=5,7
/proc/69089/stat : 69089 (uwrmaxsat) R 69086 69089 68560 0 -1 4194304 21318 0 0 0 305 3 0 0 20 0 1 0 62199823 89313280 20888 18446744073709551615 4198400 6176925 140725520754304 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12566528 140725520759146 140725520759273 140725520759273 140725520764875 0
/proc/69089/statm: 21805 20888 544 484 0 21216 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 87220 KiB
Current children cumulated memory: 83552 KiB

[startup+6.30018 s]
/proc/loadavg: 4.10 4.10 4.06 5/264 69090
/proc/meminfo: memFree=122267152/131249996 swapFree=33010684/33010684
[pid=69089] ppid=69086 vsize=87852 memory=84240 CPUtime=6.27 cores=5,7
/proc/69089/stat : 69089 (uwrmaxsat) R 69086 69089 68560 0 -1 4194304 22614 0 0 0 623 4 0 0 20 0 1 0 62199823 89960448 21060 18446744073709551615 4198400 6176925 140725520754304 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12566528 140725520759146 140725520759273 140725520759273 140725520764875 0
/proc/69089/statm: 21963 21060 544 484 0 21374 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 87852 KiB
Current children cumulated memory: 84240 KiB

[startup+12.7002 s]
/proc/loadavg: 4.08 4.10 4.06 5/262 69090
/proc/meminfo: memFree=122239816/131249996 swapFree=33010684/33010684
[pid=69089] ppid=69086 vsize=93940 memory=90236 CPUtime=12.65 cores=5,7
/proc/69089/stat : 69089 (uwrmaxsat) R 69086 69089 68560 0 -1 4194304 24213 0 0 0 1261 4 0 0 20 0 1 0 62199823 96194560 22559 18446744073709551615 4198400 6176925 140725520754304 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12566528 140725520759146 140725520759273 140725520759273 140725520764875 0
/proc/69089/statm: 23485 22559 544 484 0 22896 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 93940 KiB
Current children cumulated memory: 90236 KiB

[startup+25.5002 s]
/proc/loadavg: 4.15 4.11 4.07 5/262 69090
/proc/meminfo: memFree=122126328/131249996 swapFree=33010684/33010684
[pid=69089] ppid=69086 vsize=88620 memory=85076 CPUtime=25.41 cores=5,7
/proc/69089/stat : 69089 (uwrmaxsat) R 69086 69089 68560 0 -1 4194304 25863 0 0 0 2536 5 0 0 20 0 1 0 62199823 90746880 21269 18446744073709551615 4198400 6176925 140725520754304 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12566528 140725520759146 140725520759273 140725520759273 140725520764875 0
/proc/69089/statm: 22155 21269 544 484 0 21566 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 88620 KiB
Current children cumulated memory: 85076 KiB

[startup+51.1054 s]
/proc/loadavg: 4.10 4.10 4.07 5/262 69091
/proc/meminfo: memFree=122147284/131249996 swapFree=33010684/33010684
[pid=69089] ppid=69086 vsize=89792 memory=86248 CPUtime=50.94 cores=5,7
/proc/69089/stat : 69089 (uwrmaxsat) R 69086 69089 68560 0 -1 4194304 26434 0 0 0 5089 5 0 0 20 0 1 0 62199823 91947008 21562 18446744073709551615 4198400 6176925 140725520754304 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12566528 140725520759146 140725520759273 140725520759273 140725520764875 0
/proc/69089/statm: 22448 21562 544 484 0 21859 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 89792 KiB
Current children cumulated memory: 86248 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 4.10 4.07 5/263 69094
/proc/meminfo: memFree=122291784/131249996 swapFree=33010684/33010684
[pid=69089] ppid=69086 vsize=103840 memory=100320 CPUtime=101.98 cores=5,7
/proc/69089/stat : 69089 (uwrmaxsat) R 69086 69089 68560 0 -1 4194304 30257 0 0 0 10191 7 0 0 20 0 1 0 62199823 106332160 25080 18446744073709551615 4198400 6176925 140725520754304 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12566528 140725520759146 140725520759273 140725520759273 140725520764875 0
/proc/69089/statm: 25960 25080 544 484 0 25371 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 103840 KiB
Current children cumulated memory: 100320 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.09 4.07 5/263 69096
/proc/meminfo: memFree=122214956/131249996 swapFree=33010684/33010684
[pid=69089] ppid=69086 vsize=111572 memory=107960 CPUtime=161.8 cores=5,7
/proc/69089/stat : 69089 (uwrmaxsat) R 69086 69089 68560 0 -1 4194304 34149 0 0 0 16171 9 0 0 20 0 1 0 62199823 114249728 26990 18446744073709551615 4198400 6176925 140725520754304 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12566528 140725520759146 140725520759273 140725520759273 140725520764875 0
/proc/69089/statm: 27893 26990 544 484 0 27304 0
Current children cumulated CPU time: 161.8 s
Current children cumulated vsize: 111572 KiB
Current children cumulated memory: 107960 KiB

[startup+222.3 s]
/proc/loadavg: 4.14 4.11 4.07 5/263 69098
/proc/meminfo: memFree=122127028/131249996 swapFree=33010684/33010684
[pid=69089] ppid=69086 vsize=113308 memory=109752 CPUtime=221.62 cores=5,7
/proc/69089/stat : 69089 (uwrmaxsat) R 69086 69089 68560 0 -1 4194304 34594 0 0 0 22153 9 0 0 20 0 1 0 62199823 116027392 27438 18446744073709551615 4198400 6176925 140725520754304 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12566528 140725520759146 140725520759273 140725520759273 140725520764875 0
/proc/69089/statm: 28327 27438 544 484 0 27738 0
Current children cumulated CPU time: 221.62 s
Current children cumulated vsize: 113308 KiB
Current children cumulated memory: 109752 KiB

[startup+282.3 s]
/proc/loadavg: 4.09 4.10 4.07 5/264 69106
/proc/meminfo: memFree=122069048/131249996 swapFree=33010684/33010684
[pid=69089] ppid=69086 vsize=114152 memory=110648 CPUtime=281.44 cores=5,7
/proc/69089/stat : 69089 (uwrmaxsat) R 69086 69089 68560 0 -1 4194304 34816 0 0 0 28135 9 0 0 20 0 1 0 62199823 116891648 27662 18446744073709551615 4198400 6176925 140725520754304 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12566528 140725520759146 140725520759273 140725520759273 140725520764875 0
/proc/69089/statm: 28538 27662 544 484 0 27949 0
Current children cumulated CPU time: 281.44 s
Current children cumulated vsize: 114152 KiB
Current children cumulated memory: 110648 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 4.09 4.07 5/264 69108
/proc/meminfo: memFree=122180732/131249996 swapFree=33010684/33010684
[pid=69089] ppid=69086 vsize=116104 memory=112568 CPUtime=341.26 cores=5,7
/proc/69089/stat : 69089 (uwrmaxsat) R 69086 69089 68560 0 -1 4194304 35314 0 0 0 34117 9 0 0 20 0 1 0 62199823 118890496 28142 18446744073709551615 4198400 6176925 140725520754304 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12566528 140725520759146 140725520759273 140725520759273 140725520764875 0
/proc/69089/statm: 29026 28142 544 484 0 28437 0
Current children cumulated CPU time: 341.26 s
Current children cumulated vsize: 116104 KiB
Current children cumulated memory: 112568 KiB

[startup+402.3 s]
/proc/loadavg: 4.41 4.17 4.10 5/264 69112
/proc/meminfo: memFree=122063012/131249996 swapFree=33010684/33010684
[pid=69089] ppid=69086 vsize=123488 memory=119916 CPUtime=401.09 cores=5,7
/proc/69089/stat : 69089 (uwrmaxsat) R 69086 69089 68560 0 -1 4194304 37691 0 0 0 40097 12 0 0 20 0 1 0 62199823 126451712 29979 18446744073709551615 4198400 6176925 140725520754304 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12566528 140725520759146 140725520759273 140725520759273 140725520764875 0
/proc/69089/statm: 30872 29979 544 484 0 30283 0
Current children cumulated CPU time: 401.09 s
Current children cumulated vsize: 123488 KiB
Current children cumulated memory: 119916 KiB

[startup+462.3 s]
/proc/loadavg: 4.25 4.17 4.10 5/263 69114
/proc/meminfo: memFree=122060736/131249996 swapFree=33010684/33010684
[pid=69089] ppid=69086 vsize=137536 memory=133996 CPUtime=460.91 cores=5,7
/proc/69089/stat : 69089 (uwrmaxsat) R 69086 69089 68560 0 -1 4194304 38668 0 0 0 46079 12 0 0 20 0 1 0 62199823 140836864 33499 18446744073709551615 4198400 6176925 140725520754304 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12566528 140725520759146 140725520759273 140725520759273 140725520764875 0
/proc/69089/statm: 34384 33499 544 484 0 33795 0

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

Current children cumulated memory: 173548 KiB

[startup+2922.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/265 69997
/proc/meminfo: memFree=125202560/131249996 swapFree=33010684/33010684
[pid=69089] ppid=69086 vsize=165364 memory=160668 CPUtime=2913.73 cores=5,7
/proc/69089/stat : 69089 (uwrmaxsat) R 69086 69089 68560 0 -1 4194304 78285 0 0 0 291335 38 0 0 20 0 1 0 62199823 169332736 40167 18446744073709551615 4198400 6176925 140725520754304 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12566528 140725520759146 140725520759273 140725520759273 140725520764875 0
/proc/69089/statm: 41341 40167 544 484 0 40752 0
Current children cumulated CPU time: 2913.73 s
Current children cumulated vsize: 165364 KiB
Current children cumulated memory: 160668 KiB

[startup+2982.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/265 69999
/proc/meminfo: memFree=125100408/131249996 swapFree=33010684/33010684
[pid=69089] ppid=69086 vsize=193436 memory=190572 CPUtime=2973.53 cores=5,7
/proc/69089/stat : 69089 (uwrmaxsat) R 69086 69089 68560 0 -1 4194304 79965 0 0 0 297314 39 0 0 20 0 1 0 62199823 198078464 47643 18446744073709551615 4198400 6176925 140725520754304 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12566528 140725520759146 140725520759273 140725520759273 140725520764875 0
/proc/69089/statm: 48359 47643 544 484 0 47770 0
Current children cumulated CPU time: 2973.53 s
Current children cumulated vsize: 193436 KiB
Current children cumulated memory: 190572 KiB

[startup+3042.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/264 70001
/proc/meminfo: memFree=125092128/131249996 swapFree=33010684/33010684
[pid=69089] ppid=69086 vsize=193436 memory=190572 CPUtime=3033.34 cores=5,7
/proc/69089/stat : 69089 (uwrmaxsat) R 69086 69089 68560 0 -1 4194304 80337 0 0 0 303294 40 0 0 20 0 1 0 62199823 198078464 47643 18446744073709551615 4198400 6176925 140725520754304 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12566528 140725520759146 140725520759273 140725520759273 140725520764875 0
/proc/69089/statm: 48359 47643 544 484 0 47770 0
Current children cumulated CPU time: 3033.34 s
Current children cumulated vsize: 193436 KiB
Current children cumulated memory: 190572 KiB

[startup+3102.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/264 70004
/proc/meminfo: memFree=125044916/131249996 swapFree=33010684/33010684
[pid=69089] ppid=69086 vsize=196028 memory=193244 CPUtime=3093.15 cores=5,7
/proc/69089/stat : 69089 (uwrmaxsat) R 69086 69089 68560 0 -1 4194304 80497 0 0 0 309275 40 0 0 20 0 1 0 62199823 200732672 48311 18446744073709551615 4198400 6176925 140725520754304 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12566528 140725520759146 140725520759273 140725520759273 140725520764875 0
/proc/69089/statm: 49007 48311 544 484 0 48418 0
Current children cumulated CPU time: 3093.15 s
Current children cumulated vsize: 196028 KiB
Current children cumulated memory: 193244 KiB

[startup+3162.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/263 70005
/proc/meminfo: memFree=124980712/131249996 swapFree=33010684/33010684
[pid=69089] ppid=69086 vsize=225812 memory=222828 CPUtime=3152.95 cores=5,7
/proc/69089/stat : 69089 (uwrmaxsat) R 69086 69089 68560 0 -1 4194304 80766 0 0 0 315255 40 0 0 20 0 1 0 62199823 231231488 55707 18446744073709551615 4198400 6176925 140725520754304 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12566528 140725520759146 140725520759273 140725520759273 140725520764875 0
/proc/69089/statm: 56453 55707 544 484 0 55864 0
Current children cumulated CPU time: 3152.95 s
Current children cumulated vsize: 225812 KiB
Current children cumulated memory: 222828 KiB

[startup+3222.3 s]
/proc/loadavg: 4.33 4.19 4.12 5/263 70007
/proc/meminfo: memFree=125013228/131249996 swapFree=33010684/33010684
[pid=69089] ppid=69086 vsize=164508 memory=161772 CPUtime=3212.76 cores=5,7
/proc/69089/stat : 69089 (uwrmaxsat) R 69086 69089 68560 0 -1 4194304 81436 0 0 0 321235 41 0 0 20 0 1 0 62199823 168456192 40443 18446744073709551615 4198400 6176925 140725520754304 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12566528 140725520759146 140725520759273 140725520759273 140725520764875 0
/proc/69089/statm: 41127 40443 544 484 0 40538 0
Current children cumulated CPU time: 3212.76 s
Current children cumulated vsize: 164508 KiB
Current children cumulated memory: 161772 KiB

[startup+3282.3 s]
/proc/loadavg: 4.17 4.17 4.11 5/264 70025
/proc/meminfo: memFree=125019056/131249996 swapFree=33010684/33010684
[pid=69089] ppid=69086 vsize=162904 memory=160040 CPUtime=3272.58 cores=5,7
/proc/69089/stat : 69089 (uwrmaxsat) R 69086 69089 68560 0 -1 4194304 82907 0 0 0 327215 43 0 0 20 0 1 0 62199823 166813696 40010 18446744073709551615 4198400 6176925 140725520754304 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12566528 140725520759146 140725520759273 140725520759273 140725520764875 0
/proc/69089/statm: 40726 40010 544 484 0 40137 0
Current children cumulated CPU time: 3272.58 s
Current children cumulated vsize: 162904 KiB
Current children cumulated memory: 160040 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.16 4.11 5/264 70027
/proc/meminfo: memFree=124952312/131249996 swapFree=33010684/33010684
[pid=69089] ppid=69086 vsize=201400 memory=198536 CPUtime=3332.38 cores=5,7
/proc/69089/stat : 69089 (uwrmaxsat) R 69086 69089 68560 0 -1 4194304 84066 0 0 0 333194 44 0 0 20 0 1 0 62199823 206233600 49634 18446744073709551615 4198400 6176925 140725520754304 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12566528 140725520759146 140725520759273 140725520759273 140725520764875 0
/proc/69089/statm: 50350 49634 544 484 0 49761 0
Current children cumulated CPU time: 3332.38 s
Current children cumulated vsize: 201400 KiB
Current children cumulated memory: 198536 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.15 4.10 5/264 70031
/proc/meminfo: memFree=124918908/131249996 swapFree=33010684/33010684
[pid=69089] ppid=69086 vsize=197196 memory=194332 CPUtime=3392.2 cores=5,7
/proc/69089/stat : 69089 (uwrmaxsat) R 69086 69089 68560 0 -1 4194304 85251 0 0 0 339174 46 0 0 20 0 1 0 62199823 201928704 48583 18446744073709551615 4198400 6176925 140725520754304 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12566528 140725520759146 140725520759273 140725520759273 140725520764875 0
/proc/69089/statm: 49299 48583 544 484 0 48710 0
Current children cumulated CPU time: 3392.2 s
Current children cumulated vsize: 197196 KiB
Current children cumulated memory: 194332 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.15 4.10 5/264 70034
/proc/meminfo: memFree=124888872/131249996 swapFree=33010684/33010684
[pid=69089] ppid=69086 vsize=195944 memory=193080 CPUtime=3452.02 cores=5,7
/proc/69089/stat : 69089 (uwrmaxsat) R 69086 69089 68560 0 -1 4194304 86307 0 0 0 345155 47 0 0 20 0 1 0 62199823 200646656 48270 18446744073709551615 4198400 6176925 140725520754304 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12566528 140725520759146 140725520759273 140725520759273 140725520764875 0
/proc/69089/statm: 48986 48270 544 484 0 48397 0
Current children cumulated CPU time: 3452.02 s
Current children cumulated vsize: 195944 KiB
Current children cumulated memory: 193080 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.14 4.10 5/264 70036
/proc/meminfo: memFree=124843452/131249996 swapFree=33010684/33010684
[pid=69089] ppid=69086 vsize=198276 memory=195412 CPUtime=3511.85 cores=5,7
/proc/69089/stat : 69089 (uwrmaxsat) R 69086 69089 68560 0 -1 4194304 86974 0 0 0 351137 48 0 0 20 0 1 0 62199823 203034624 48853 18446744073709551615 4198400 6176925 140725520754304 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12566528 140725520759146 140725520759273 140725520759273 140725520764875 0
/proc/69089/statm: 49569 48853 544 484 0 48980 0
Current children cumulated CPU time: 3511.85 s
Current children cumulated vsize: 198276 KiB
Current children cumulated memory: 195412 KiB

[startup+3582.3 s]
/proc/loadavg: 4.04 4.11 4.09 5/263 70038
/proc/meminfo: memFree=124849632/131249996 swapFree=33010684/33010684
[pid=69089] ppid=69086 vsize=198508 memory=195644 CPUtime=3571.69 cores=5,7
/proc/69089/stat : 69089 (uwrmaxsat) R 69086 69089 68560 0 -1 4194304 87863 0 0 0 357120 49 0 0 20 0 1 0 62199823 203272192 48911 18446744073709551615 4198400 6176925 140725520754304 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12566528 140725520759146 140725520759273 140725520759273 140725520764875 0
/proc/69089/statm: 49627 48911 544 484 0 49038 0
Current children cumulated CPU time: 3571.69 s
Current children cumulated vsize: 198508 KiB
Current children cumulated memory: 195644 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.7 s]
/proc/loadavg: 4.08 4.12 4.09 5/263 70039
/proc/meminfo: memFree=124842848/131249996 swapFree=33010684/33010684
[pid=69089] ppid=69086 vsize=198204 memory=195340 CPUtime=3600.01 cores=5,7
/proc/69089/stat : 69089 (uwrmaxsat) R 69086 69089 68560 0 -1 4194304 88001 0 0 0 359951 50 0 0 20 0 1 0 62199823 202960896 48835 18446744073709551615 4198400 6176925 140725520754304 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12566528 140725520759146 140725520759273 140725520759273 140725520764875 0
/proc/69089/statm: 49551 48835 544 484 0 48962 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 198204 KiB
Current children cumulated memory: 195340 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.52 s, system=0.50622 s

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

[startup+3610.7 s]
/proc/loadavg: 4.08 4.12 4.09 5/263 70039
/proc/meminfo: memFree=124842848/131249996 swapFree=33010684/33010684
[pid=69089] ppid=69086 vsize=198204 memory=195340 CPUtime=3600.01 cores=5,7
/proc/69089/stat : 69089 (uwrmaxsat) R 69086 69089 68560 0 -1 4194304 88001 0 0 0 359951 50 0 0 20 0 1 0 62199823 202960896 48835 18446744073709551615 4198400 6176925 140725520754304 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 12566528 140725520759146 140725520759273 140725520759273 140725520764875 0
/proc/69089/statm: 49551 48835 544 484 0 48962 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 198204 KiB
Current children cumulated memory: 195340 KiB

Child status: 0

Real time (s): 3610.7
CPU time (s): 3600.02
CPU user time (s): 3599.52
CPU system time (s): 0.50622
CPU usage (%): 99.7043
Max. virtual memory (cumulated for all children) (KiB): 237024
Max. memory (cumulated for all children) (KiB): 231048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.52
system time used= 0.50622
maximum resident set size= 256288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88001
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= 49
involuntary context switches= 18758


# summary of solver processes directly reported to runsolver:
#   pid: 69089
#   total CPU time (s): 3600.02
#   total CPU user time (s): 3599.52
#   total CPU system time (s): 0.50622

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.76682 second user time and 17.5994 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-07-02 16:07:01
IDJOB=4505001
IDBENCH=155719
IDSOLVER=3372
FILE ID=nodeC017/4505001-1751465221
RUNJOBID= nodeC017-1751460709-68576
SLURM_JOB_ID= 9598463
Free space on /tmp= 432464 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/IC/normalized-minisat25_6_3_3_ic.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4505001-1751465221/watcher-4505001-1751465221 -o /tmp/evaluation-result-4505001-1751465221/solver-4505001-1751465221 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751460709-68576 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4505001-1751465221.opb -mem-lim=31000

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

MD5SUM BENCH= 9beff3f3155855feaa4c9645b72566dc
RANDOM SEED=1017091943

nodeC017 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		: 3600.065
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	: 7000.12
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.111
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	: 7000.12
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		: 3600.535
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	: 7000.12
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		: 3616.283
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	: 7000.12
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.063
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	: 7000.12
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		: 3601.143
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	: 7000.12
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.450
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	: 7000.12
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		: 3600.141
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	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        122366808 kB
MemAvailable:   126063280 kB
Buffers:            2380 kB
Cached:          4465520 kB
SwapCached:            0 kB
Active:          3967160 kB
Inactive:        4147228 kB
Active(anon):    3664556 kB
Inactive(anon):       12 kB
Active(file):     302604 kB
Inactive(file):  4147216 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3784 kB
Writeback:            12 kB
AnonPages:       3647792 kB
Mapped:           110440 kB
Shmem:             18080 kB
KReclaimable:     171384 kB
Slab:             261532 kB
SReclaimable:     171384 kB
SUnreclaim:        90148 kB
KernelStack:        4288 kB
PageTables:        10068 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    4306340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2437120 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432512 MiB
End job on nodeC017 at 2025-07-02 17:07:12