Trace number 4509623

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.07 3610.81

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/
hw32/normalized-hw32-vm99p-opt.opb.negationfix.opb
MD5SUM3f10ffbf957f8216a1934b9362956d36
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark32
Best CPU time to get the best result obtained on this benchmark0.861547
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables11744
Total number of constraints798
Number of constraints which are clauses366
Number of constraints which are cardinality constraints (but not clauses)366
Number of constraints which are nor clauses,nor cardinality constraints66
Minimum length of a constraint32
Maximum length of a constraint367
Number of terms in the objective function 32
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 32
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 133314
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 283127
Number of bits of the biggest sum of numbers19
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.08	c Converting 796 PB-constraints to clauses...
3600.05/3610.80	c *** TERMINATED by signal 15 ***
3600.05/3610.80	c _______________________________________________________________________________
3600.05/3610.80	c 
3600.05/3610.80	c _______________________________________________________________________________
3600.05/3610.80	c 
3600.05/3610.80	c =======================[ UWrMaxSat resources usage ]===========================
3600.05/3610.80	c Memory used            : 2770.00 MB
3600.05/3610.80	c CPU time               : 3580.9 s
3600.05/3610.80	c Constr Enc: Srt/BDD/Add: 430 0 0
3600.05/3610.80	c Reused sorter inputs   : 1152 of 116352 inputs (0.99% in avg) in 910 sorters
3600.05/3610.80	c _______________________________________________________________________________
3600.05/3610.80	c _______________________________________________________________________________
3600.05/3610.80	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: 63708 MiB (50668 MiB free)
  memory of node 1: 64465 MiB (55550 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4509623-1751525233/watcher-4509623-1751525233 -o /tmp/evaluation-result-4509623-1751525233/solver-4509623-1751525233 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751521621-71835 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4509623-1751525233.opb -mem-lim=31000 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100057 s]*
/proc/loadavg: 4.09 4.09 4.03 3/255 72178
/proc/meminfo: memFree=108741040/131249988 swapFree=33010416/33010684
[pid=72169] ppid=72166 vsize=18636 memory=16668 CPUtime=0.09 cores=0,2
/proc/72169/stat : 72169 (uwrmaxsat) R 72166 72169 71825 0 -1 4194304 4336 0 0 0 9 0 0 0 20 0 1 0 68201868 19083264 4167 18446744073709551615 4198400 6176925 140723759042976 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21278720 140723759049066 140723759049193 140723759049193 140723759054795 0
/proc/72169/statm: 4659 4167 480 484 0 4070 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18636 KiB
Current children cumulated memory: 16668 KiB

[startup+0.2052 s]*
/proc/loadavg: 4.09 4.09 4.03 3/255 72178
/proc/meminfo: memFree=108694140/131249988 swapFree=33010416/33010684
[pid=72169] ppid=72166 vsize=51524 memory=45552 CPUtime=0.2 cores=0,2
/proc/72169/stat : 72169 (uwrmaxsat) R 72166 72169 71825 0 -1 4194304 9482 0 0 0 19 1 0 0 20 0 1 0 68201868 52760576 11388 18446744073709551615 4198400 6176925 140723759042976 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21278720 140723759049066 140723759049193 140723759049193 140723759054795 0
/proc/72169/statm: 12881 11388 480 484 0 12292 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 51524 KiB
Current children cumulated memory: 45552 KiB

[startup+0.30553 s]*
/proc/loadavg: 4.09 4.09 4.03 3/255 72178
/proc/meminfo: memFree=108678264/131249988 swapFree=33010416/33010684
[pid=72169] ppid=72166 vsize=81632 memory=78076 CPUtime=0.3 cores=0,2
/proc/72169/stat : 72169 (uwrmaxsat) R 72166 72169 71825 0 -1 4194304 12787 0 0 0 28 2 0 0 20 0 1 0 68201868 83591168 19519 18446744073709551615 4198400 6176925 140723759042976 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21278720 140723759049066 140723759049193 140723759049193 140723759054795 0
/proc/72169/statm: 20408 19519 480 484 0 19819 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 81632 KiB
Current children cumulated memory: 78076 KiB

[startup+0.70018 s]
/proc/loadavg: 4.09 4.09 4.03 3/255 72178
/proc/meminfo: memFree=108642668/131249988 swapFree=33010416/33010684
[pid=72169] ppid=72166 vsize=160696 memory=139960 CPUtime=0.69 cores=0,2
/proc/72169/stat : 72169 (uwrmaxsat) R 72166 72169 71825 0 -1 4194304 20345 0 0 0 64 5 0 0 20 0 1 0 68201868 164552704 34990 18446744073709551615 4198400 6176925 140723759042976 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21278720 140723759049066 140723759049193 140723759049193 140723759054795 0
/proc/72169/statm: 40174 34990 480 484 0 39585 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 160696 KiB
Current children cumulated memory: 139960 KiB

[startup+1.50017 s]
/proc/loadavg: 4.09 4.09 4.03 3/255 72227
/proc/meminfo: memFree=108368964/131249988 swapFree=33010416/33010684
[pid=72169] ppid=72166 vsize=282812 memory=277768 CPUtime=1.49 cores=0,2
/proc/72169/stat : 72169 (uwrmaxsat) R 72166 72169 71825 0 -1 4194304 33661 0 0 0 139 10 0 0 20 0 1 0 68201868 289599488 69442 18446744073709551615 4198400 6176925 140723759042976 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21278720 140723759049066 140723759049193 140723759049193 140723759054795 0
/proc/72169/statm: 70703 69442 480 484 0 70114 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 282812 KiB
Current children cumulated memory: 277768 KiB

[startup+3.10532 s]
/proc/loadavg: 4.08 4.09 4.03 5/263 72252
/proc/meminfo: memFree=107724060/131249988 swapFree=33010416/33010684
[pid=72169] ppid=72166 vsize=658556 memory=585544 CPUtime=3.09 cores=0,2
/proc/72169/stat : 72169 (uwrmaxsat) R 72166 72169 71825 0 -1 4194304 60045 0 0 0 290 19 0 0 20 0 1 0 68201868 674361344 146386 18446744073709551615 4198400 6176925 140723759042976 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21278720 140723759049066 140723759049193 140723759049193 140723759054795 0
/proc/72169/statm: 164639 146386 480 484 0 164050 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 658556 KiB
Current children cumulated memory: 585544 KiB

[startup+6.30018 s]
/proc/loadavg: 4.08 4.09 4.03 5/263 72252
/proc/meminfo: memFree=106555940/131249988 swapFree=33010416/33010684
[pid=72169] ppid=72166 vsize=1811708 memory=1706108 CPUtime=6.27 cores=0,2
/proc/72169/stat : 72169 (uwrmaxsat) R 72166 72169 71825 0 -1 4194304 221561 0 0 0 575 52 0 0 20 0 1 0 68201868 1855188992 426527 18446744073709551615 4198400 6176925 140723759042976 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21278720 140723759049066 140723759049193 140723759049193 140723759054795 0
/proc/72169/statm: 452927 426527 480 484 0 452338 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1811708 KiB
Current children cumulated memory: 1706108 KiB

[startup+12.7002 s]
/proc/loadavg: 4.15 4.11 4.04 5/263 72252
/proc/meminfo: memFree=106052712/131249988 swapFree=33010416/33010684
[pid=72169] ppid=72166 vsize=2094380 memory=1938128 CPUtime=12.65 cores=0,2
/proc/72169/stat : 72169 (uwrmaxsat) R 72166 72169 71825 0 -1 4194304 241775 0 0 0 1185 80 0 0 20 0 1 0 68201868 2144645120 484532 18446744073709551615 4198400 6176925 140723759042976 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21278720 140723759049066 140723759049193 140723759049193 140723759054795 0
/proc/72169/statm: 523595 484532 544 484 0 523006 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2094380 KiB
Current children cumulated memory: 1938128 KiB

[startup+25.5002 s]
/proc/loadavg: 4.12 4.10 4.03 5/262 72252
/proc/meminfo: memFree=106116412/131249988 swapFree=33010416/33010684
[pid=72169] ppid=72166 vsize=2241836 memory=2047372 CPUtime=25.42 cores=0,2
/proc/72169/stat : 72169 (uwrmaxsat) R 72166 72169 71825 0 -1 4194304 247444 0 0 0 2450 92 0 0 20 0 1 0 68201868 2295640064 511843 18446744073709551615 4198400 6176925 140723759042976 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21278720 140723759049066 140723759049193 140723759049193 140723759054795 0
/proc/72169/statm: 560459 511843 544 484 0 559870 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 2241836 KiB
Current children cumulated memory: 2047372 KiB

[startup+51.1052 s]
/proc/loadavg: 4.07 4.09 4.03 4/259 72693
/proc/meminfo: memFree=106494316/131249988 swapFree=33010416/33010684
[pid=72169] ppid=72166 vsize=2226828 memory=2029900 CPUtime=50.87 cores=0,2
/proc/72169/stat : 72169 (uwrmaxsat) R 72166 72169 71825 0 -1 4194304 268721 0 0 0 4938 149 0 0 20 0 1 0 68201868 2280271872 507475 18446744073709551615 4198400 6176925 140723759042976 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21278720 140723759049066 140723759049193 140723759049193 140723759054795 0
/proc/72169/statm: 556707 507475 544 484 0 556118 0
Current children cumulated CPU time: 50.87 s
Current children cumulated vsize: 2226828 KiB
Current children cumulated memory: 2029900 KiB

[startup+102.3 s]
/proc/loadavg: 4.19 4.12 4.04 5/263 72704
/proc/meminfo: memFree=106247172/131249988 swapFree=33010416/33010684
[pid=72169] ppid=72166 vsize=2239308 memory=2057348 CPUtime=101.92 cores=0,2
/proc/72169/stat : 72169 (uwrmaxsat) R 72166 72169 71825 0 -1 4194304 288965 0 0 0 9964 228 0 0 20 0 1 0 68201868 2293051392 514337 18446744073709551615 4198400 6176925 140723759042976 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21278720 140723759049066 140723759049193 140723759049193 140723759054795 0
/proc/72169/statm: 559827 514337 544 484 0 559238 0
Current children cumulated CPU time: 101.92 s
Current children cumulated vsize: 2239308 KiB
Current children cumulated memory: 2057348 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.11 4.04 5/263 72706
/proc/meminfo: memFree=106129360/131249988 swapFree=33010416/33010684
[pid=72169] ppid=72166 vsize=2233776 memory=2060264 CPUtime=161.74 cores=0,2
/proc/72169/stat : 72169 (uwrmaxsat) R 72166 72169 71825 0 -1 4194304 303803 0 0 0 15880 294 0 0 20 0 1 0 68201868 2287386624 515066 18446744073709551615 4198400 6176925 140723759042976 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21278720 140723759049066 140723759049193 140723759049193 140723759054795 0
/proc/72169/statm: 558444 515066 544 484 0 557855 0
Current children cumulated CPU time: 161.74 s
Current children cumulated vsize: 2233776 KiB
Current children cumulated memory: 2060264 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.11 4.04 5/263 72708
/proc/meminfo: memFree=106053464/131249988 swapFree=33010416/33010684
[pid=72169] ppid=72166 vsize=2238944 memory=2067828 CPUtime=221.56 cores=0,2
/proc/72169/stat : 72169 (uwrmaxsat) R 72166 72169 71825 0 -1 4194304 316552 0 0 0 21792 364 0 0 20 0 1 0 68201868 2292678656 516957 18446744073709551615 4198400 6176925 140723759042976 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21278720 140723759049066 140723759049193 140723759049193 140723759054795 0
/proc/72169/statm: 559736 516957 544 484 0 559147 0
Current children cumulated CPU time: 221.56 s
Current children cumulated vsize: 2238944 KiB
Current children cumulated memory: 2067828 KiB

[startup+282.3 s]
/proc/loadavg: 4.13 4.11 4.05 5/263 72710
/proc/meminfo: memFree=105982380/131249988 swapFree=33010416/33010684
[pid=72169] ppid=72166 vsize=2246800 memory=2075684 CPUtime=281.39 cores=0,2
/proc/72169/stat : 72169 (uwrmaxsat) R 72166 72169 71825 0 -1 4194304 331173 0 0 0 27697 442 0 0 20 0 1 0 68201868 2300723200 518921 18446744073709551615 4198400 6176925 140723759042976 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21278720 140723759049066 140723759049193 140723759049193 140723759054795 0
/proc/72169/statm: 561700 518921 544 484 0 561111 0
Current children cumulated CPU time: 281.39 s
Current children cumulated vsize: 2246800 KiB
Current children cumulated memory: 2075684 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 4.11 4.05 5/264 72715
/proc/meminfo: memFree=105919920/131249988 swapFree=33010416/33010684
[pid=72169] ppid=72166 vsize=2235512 memory=2066436 CPUtime=341.21 cores=0,2
/proc/72169/stat : 72169 (uwrmaxsat) R 72166 72169 71825 0 -1 4194304 337350 0 0 0 33638 483 0 0 20 0 1 0 68201868 2289164288 516609 18446744073709551615 4198400 6176925 140723759042976 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21278720 140723759049066 140723759049193 140723759049193 140723759054795 0
/proc/72169/statm: 558878 516609 544 484 0 558289 0
Current children cumulated CPU time: 341.21 s
Current children cumulated vsize: 2235512 KiB
Current children cumulated memory: 2066436 KiB

[startup+402.3 s]
/proc/loadavg: 4.14 4.12 4.06 5/263 72721
/proc/meminfo: memFree=105915196/131249988 swapFree=33010416/33010684
[pid=72169] ppid=72166 vsize=2235972 memory=2066904 CPUtime=401.02 cores=0,2
/proc/72169/stat : 72169 (uwrmaxsat) R 72166 72169 71825 0 -1 4194304 345508 0 0 0 39580 522 0 0 20 0 1 0 68201868 2289635328 516726 18446744073709551615 4198400 6176925 140723759042976 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21278720 140723759049066 140723759049193 140723759049193 140723759054795 0
/proc/72169/statm: 558993 516726 544 484 0 558404 0
Current children cumulated CPU time: 401.02 s
Current children cumulated vsize: 2235972 KiB
Current children cumulated memory: 2066904 KiB

[startup+462.3 s]
/proc/loadavg: 4.15 4.12 4.06 5/263 72723
/proc/meminfo: memFree=105831852/131249988 swapFree=33010416/33010684
[pid=72169] ppid=72166 vsize=2235756 memory=2001160 CPUtime=460.83 cores=0,2
/proc/72169/stat : 72169 (uwrmaxsat) R 72166 72169 71825 0 -1 4194304 351885 0 0 0 45526 557 0 0 20 0 1 0 68201868 2289414144 500290 18446744073709551615 4198400 6176925 140723759042976 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21278720 140723759049066 140723759049193 140723759049193 140723759054795 0
/proc/72169/statm: 558939 500290 544 484 0 558350 0
Current children cumulated CPU time: 460.83 s

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

Current children cumulated memory: 2113084 KiB

[startup+2862.3 s]
/proc/loadavg: 4.14 4.13 4.09 5/262 72977
/proc/meminfo: memFree=106180180/131249988 swapFree=33010416/33010684
[pid=72169] ppid=72166 vsize=2378728 memory=2114008 CPUtime=2853.79 cores=0,2
/proc/72169/stat : 72169 (uwrmaxsat) R 72166 72169 71825 0 -1 4194304 601614 0 0 0 283641 1738 0 0 20 0 1 0 68201868 2435817472 528502 18446744073709551615 4198400 6176925 140723759042976 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21278720 140723759049066 140723759049193 140723759049193 140723759054795 0
/proc/72169/statm: 594682 528502 544 484 0 594093 0
Current children cumulated CPU time: 2853.79 s
Current children cumulated vsize: 2378728 KiB
Current children cumulated memory: 2114008 KiB

[startup+2922.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/262 72979
/proc/meminfo: memFree=105990772/131249988 swapFree=33010416/33010684
[pid=72169] ppid=72166 vsize=2675048 memory=2410316 CPUtime=2913.61 cores=0,2
/proc/72169/stat : 72169 (uwrmaxsat) R 72166 72169 71825 0 -1 4194304 603509 0 0 0 289611 1750 0 0 20 0 1 0 68201868 2739249152 602579 18446744073709551615 4198400 6176925 140723759042976 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21278720 140723759049066 140723759049193 140723759049193 140723759054795 0
/proc/72169/statm: 668762 602579 544 484 0 668173 0
Current children cumulated CPU time: 2913.61 s
Current children cumulated vsize: 2675048 KiB
Current children cumulated memory: 2410316 KiB

[startup+2982.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/262 72981
/proc/meminfo: memFree=106145992/131249988 swapFree=33010416/33010684
[pid=72169] ppid=72166 vsize=2378772 memory=2112620 CPUtime=2973.43 cores=0,2
/proc/72169/stat : 72169 (uwrmaxsat) R 72166 72169 71825 0 -1 4194304 609331 0 0 0 295574 1769 0 0 20 0 1 0 68201868 2435862528 528155 18446744073709551615 4198400 6176925 140723759042976 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21278720 140723759049066 140723759049193 140723759049193 140723759054795 0
/proc/72169/statm: 594693 528155 544 484 0 594104 0
Current children cumulated CPU time: 2973.43 s
Current children cumulated vsize: 2378772 KiB
Current children cumulated memory: 2112620 KiB

[startup+3042.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/262 72983
/proc/meminfo: memFree=106140612/131249988 swapFree=33010416/33010684
[pid=72169] ppid=72166 vsize=2379232 memory=2114512 CPUtime=3033.25 cores=0,2
/proc/72169/stat : 72169 (uwrmaxsat) R 72166 72169 71825 0 -1 4194304 610703 0 0 0 301544 1781 0 0 20 0 1 0 68201868 2436333568 528628 18446744073709551615 4198400 6176925 140723759042976 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21278720 140723759049066 140723759049193 140723759049193 140723759054795 0
/proc/72169/statm: 594808 528628 544 484 0 594219 0
Current children cumulated CPU time: 3033.25 s
Current children cumulated vsize: 2379232 KiB
Current children cumulated memory: 2114512 KiB

[startup+3102.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/262 72985
/proc/meminfo: memFree=106151204/131249988 swapFree=33010416/33010684
[pid=72169] ppid=72166 vsize=2379264 memory=2112496 CPUtime=3093.08 cores=0,2
/proc/72169/stat : 72169 (uwrmaxsat) R 72166 72169 71825 0 -1 4194304 614691 0 0 0 307507 1801 0 0 20 0 1 0 68201868 2436366336 528124 18446744073709551615 4198400 6176925 140723759042976 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21278720 140723759049066 140723759049193 140723759049193 140723759054795 0
/proc/72169/statm: 594816 528124 544 484 0 594227 0
Current children cumulated CPU time: 3093.08 s
Current children cumulated vsize: 2379264 KiB
Current children cumulated memory: 2112496 KiB

[startup+3162.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/262 72987
/proc/meminfo: memFree=106152120/131249988 swapFree=33010416/33010684
[pid=72169] ppid=72166 vsize=2379340 memory=2114620 CPUtime=3152.9 cores=0,2
/proc/72169/stat : 72169 (uwrmaxsat) R 72166 72169 71825 0 -1 4194304 617384 0 0 0 313476 1814 0 0 20 0 1 0 68201868 2436444160 528655 18446744073709551615 4198400 6176925 140723759042976 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21278720 140723759049066 140723759049193 140723759049193 140723759054795 0
/proc/72169/statm: 594835 528655 544 484 0 594246 0
Current children cumulated CPU time: 3152.9 s
Current children cumulated vsize: 2379340 KiB
Current children cumulated memory: 2114620 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/262 72989
/proc/meminfo: memFree=106173608/131249988 swapFree=33010416/33010684
[pid=72169] ppid=72166 vsize=2380048 memory=2115328 CPUtime=3212.73 cores=0,2
/proc/72169/stat : 72169 (uwrmaxsat) R 72166 72169 71825 0 -1 4194304 622019 0 0 0 319440 1833 0 0 20 0 1 0 68201868 2437169152 528832 18446744073709551615 4198400 6176925 140723759042976 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21278720 140723759049066 140723759049193 140723759049193 140723759054795 0
/proc/72169/statm: 595012 528832 544 484 0 594423 0
Current children cumulated CPU time: 3212.73 s
Current children cumulated vsize: 2380048 KiB
Current children cumulated memory: 2115328 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/262 72991
/proc/meminfo: memFree=106177356/131249988 swapFree=33010416/33010684
[pid=72169] ppid=72166 vsize=2380512 memory=2115792 CPUtime=3272.55 cores=0,2
/proc/72169/stat : 72169 (uwrmaxsat) R 72166 72169 71825 0 -1 4194304 625411 0 0 0 325409 1846 0 0 20 0 1 0 68201868 2437644288 528948 18446744073709551615 4198400 6176925 140723759042976 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21278720 140723759049066 140723759049193 140723759049193 140723759054795 0
/proc/72169/statm: 595128 528948 544 484 0 594539 0
Current children cumulated CPU time: 3272.55 s
Current children cumulated vsize: 2380512 KiB
Current children cumulated memory: 2115792 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/262 72993
/proc/meminfo: memFree=106126076/131249988 swapFree=33010416/33010684
[pid=72169] ppid=72166 vsize=2380780 memory=2118108 CPUtime=3332.37 cores=0,2
/proc/72169/stat : 72169 (uwrmaxsat) R 72166 72169 71825 0 -1 4194304 627681 0 0 0 331380 1857 0 0 20 0 1 0 68201868 2437918720 529527 18446744073709551615 4198400 6176925 140723759042976 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21278720 140723759049066 140723759049193 140723759049193 140723759054795 0
/proc/72169/statm: 595195 529527 544 484 0 594606 0
Current children cumulated CPU time: 3332.37 s
Current children cumulated vsize: 2380780 KiB
Current children cumulated memory: 2118108 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/263 72998
/proc/meminfo: memFree=106118704/131249988 swapFree=33010416/33010684
[pid=72169] ppid=72166 vsize=2380296 memory=2117624 CPUtime=3392.19 cores=0,2
/proc/72169/stat : 72169 (uwrmaxsat) R 72166 72169 71825 0 -1 4194304 632021 0 0 0 337340 1879 0 0 20 0 1 0 68201868 2437423104 529406 18446744073709551615 4198400 6176925 140723759042976 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21278720 140723759049066 140723759049193 140723759049193 140723759054795 0
/proc/72169/statm: 595074 529406 544 484 0 594485 0
Current children cumulated CPU time: 3392.19 s
Current children cumulated vsize: 2380296 KiB
Current children cumulated memory: 2117624 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/263 73004
/proc/meminfo: memFree=106132516/131249988 swapFree=33010416/33010684
[pid=72169] ppid=72166 vsize=2381048 memory=2118376 CPUtime=3452.01 cores=0,2
/proc/72169/stat : 72169 (uwrmaxsat) R 72166 72169 71825 0 -1 4194304 633263 0 0 0 343316 1885 0 0 20 0 1 0 68201868 2438193152 529594 18446744073709551615 4198400 6176925 140723759042976 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21278720 140723759049066 140723759049193 140723759049193 140723759054795 0
/proc/72169/statm: 595262 529594 544 484 0 594673 0
Current children cumulated CPU time: 3452.01 s
Current children cumulated vsize: 2381048 KiB
Current children cumulated memory: 2118376 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/265 73009
/proc/meminfo: memFree=106126052/131249988 swapFree=33010416/33010684
[pid=72169] ppid=72166 vsize=2381136 memory=2118464 CPUtime=3511.82 cores=0,2
/proc/72169/stat : 72169 (uwrmaxsat) R 72166 72169 71825 0 -1 4194304 637150 0 0 0 349278 1904 0 0 20 0 1 0 68201868 2438283264 529616 18446744073709551615 4198400 6176925 140723759042976 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21278720 140723759049066 140723759049193 140723759049193 140723759054795 0
/proc/72169/statm: 595284 529616 544 484 0 594695 0
Current children cumulated CPU time: 3511.82 s
Current children cumulated vsize: 2381136 KiB
Current children cumulated memory: 2118464 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/265 73011
/proc/meminfo: memFree=106122136/131249988 swapFree=33010416/33010684
[pid=72169] ppid=72166 vsize=2381520 memory=2120896 CPUtime=3571.64 cores=0,2
/proc/72169/stat : 72169 (uwrmaxsat) R 72166 72169 71825 0 -1 4194304 640041 0 0 0 355248 1916 0 0 20 0 1 0 68201868 2438676480 530224 18446744073709551615 4198400 6176925 140723759042976 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21278720 140723759049066 140723759049193 140723759049193 140723759054795 0
/proc/72169/statm: 595380 530224 544 484 0 594791 0
Current children cumulated CPU time: 3571.64 s
Current children cumulated vsize: 2381520 KiB
Current children cumulated memory: 2120896 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.8 s]
/proc/loadavg: 4.11 4.11 4.09 5/265 73011
/proc/meminfo: memFree=106103728/131249988 swapFree=33010416/33010684
[pid=72169] ppid=72166 vsize=2381520 memory=2120896 CPUtime=3600.05 cores=0,2
/proc/72169/stat : 72169 (uwrmaxsat) R 72166 72169 71825 0 -1 4194304 640144 0 0 0 358089 1916 0 0 20 0 1 0 68201868 2438676480 530224 18446744073709551615 4198400 6176925 140723759042976 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 21278720 140723759049066 140723759049193 140723759049193 140723759054795 0
/proc/72169/statm: 595380 530224 544 484 0 594791 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 2381520 KiB
Current children cumulated memory: 2120896 KiB

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

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

# cumulated CPU time of all completed processes:  user=3580.9 s, system=19.1749 s

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

Child status: 0

Real time (s): 3610.81
CPU time (s): 3600.07
CPU user time (s): 3580.9
CPU system time (s): 19.1749
CPU usage (%): 99.7028
Max. virtual memory (cumulated for all children) (KiB): 2837248
Max. memory (cumulated for all children) (KiB): 2566372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3580.9
system time used= 19.1749
maximum resident set size= 2566372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 640144
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= 199
involuntary context switches= 7876


# summary of solver processes directly reported to runsolver:
#   pid: 72169
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3580.9
#   total CPU system time (s): 19.1749

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.78851 second user time and 16.6677 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-07-03 08:47:13
IDJOB=4509623
IDBENCH=158625
IDSOLVER=3372
FILE ID=nodeC031/4509623-1751525233
RUNJOBID= nodeC031-1751521621-71835
SLURM_JOB_ID= 9598645
Free space on /tmp= 432088 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/hw32/normalized-hw32-vm99p-opt.opb.negationfix.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4509623-1751525233/watcher-4509623-1751525233 -o /tmp/evaluation-result-4509623-1751525233/solver-4509623-1751525233 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751521621-71835 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4509623-1751525233.opb -mem-lim=31000

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

MD5SUM BENCH= 3f10ffbf957f8216a1934b9362956d36
RANDOM SEED=1299692469

nodeC031 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		: 3598.862
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.891
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.78
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.886
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.78
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		: 3600.997
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.886
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.78
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		: 3597.454
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.78
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		: 3600.124
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.78
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		: 3624.326
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        107696924 kB
MemAvailable:   128446196 kB
Buffers:            2128 kB
Cached:         21433880 kB
SwapCached:           12 kB
Active:          1577692 kB
Inactive:       21027176 kB
Active(anon):    1176444 kB
Inactive(anon):    10468 kB
Active(file):     401248 kB
Inactive(file): 21016708 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5796 kB
Writeback:            84 kB
AnonPages:       1154396 kB
Mapped:           106096 kB
Shmem:             18052 kB
KReclaimable:     340460 kB
Slab:             432900 kB
SReclaimable:     340460 kB
SUnreclaim:        92440 kB
KernelStack:        4224 kB
PageTables:         6784 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    2553888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150488 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    876544 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:      191188 kB
DirectMap2M:     9017344 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432076 MiB
End job on nodeC031 at 2025-07-03 09:47:24