Trace number 4485795

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 3611.66

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-d6cube.opb
MD5SUM6022b5aad9039ac1ca82f9921059af7c
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables185520
Total number of constraints404
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints404
Minimum length of a constraint30
Maximum length of a constraint185520
Number of terms in the objective function 185520
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 6640019433432
Number of bits of the sum of numbers in the objective function 43
Biggest number in a constraint 193273528320
Number of bits of the biggest number in a constraint 38
Biggest sum of numbers in a constraint 11024119093221
Number of bits of the biggest sum of numbers44
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...
5.17/5.27	c Converting 808 PB-constraints to clauses...
3600.00/3611.60	c *** TERMINATED by signal 15 ***
3600.00/3611.60	c _______________________________________________________________________________
3600.00/3611.60	c 
3600.00/3611.60	c _______________________________________________________________________________
3600.00/3611.60	c 
3600.00/3611.60	c =======================[ UWrMaxSat resources usage ]===========================
3600.00/3611.60	c Memory used            : 8181.00 MB
3600.00/3611.60	c CPU time               : 3573.1 s
3600.00/3611.60	c Constr Enc: Srt/BDD/Add: 271 0 132
3600.00/3611.60	c _______________________________________________________________________________
3600.00/3611.60	c _______________________________________________________________________________
3600.00/3611.60	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: 63837 MiB (62959 MiB free)
  memory of node 1: 64465 MiB (63236 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4485795-1751288606/watcher-4485795-1751288606 -o /tmp/evaluation-result-4485795-1751288606/solver-4485795-1751288606 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1751281373-36764 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4485795-1751288606.opb -mem-lim=31000 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=37578, runsolver pid=37575

[startup+0.100074 s]*
/proc/loadavg: 4.07 4.09 4.09 5/249 37579
/proc/meminfo: memFree=129201928/131382120 swapFree=33010160/33010684
[pid=37578] ppid=37575 vsize=22016 memory=20300 CPUtime=0.1 cores=0,2
/proc/37578/stat : 37578 (uwrmaxsat) R 37575 37578 36754 0 -1 4194304 4950 0 0 0 9 1 0 0 20 0 1 0 44539707 22544384 5075 18446744073709551615 4198400 6176925 140721950685280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 31551488 140721950689642 140721950689769 140721950689769 140721950695371 0
/proc/37578/statm: 5504 5075 448 484 0 4915 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 22016 KiB
Current children cumulated memory: 20300 KiB

[startup+0.213302 s]*
/proc/loadavg: 4.07 4.09 4.09 5/249 37579
/proc/meminfo: memFree=129200164/131382120 swapFree=33010160/33010684
[pid=37578] ppid=37575 vsize=43012 memory=40388 CPUtime=0.21 cores=0,2
/proc/37578/stat : 37578 (uwrmaxsat) R 37575 37578 36754 0 -1 4194304 9198 0 0 0 18 3 0 0 20 0 1 0 44539707 44044288 10065 18446744073709551615 4198400 6176925 140721950685280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 31551488 140721950689642 140721950689769 140721950689769 140721950695371 0
/proc/37578/statm: 10753 10065 448 484 0 10164 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 43012 KiB
Current children cumulated memory: 40388 KiB

[startup+0.313147 s]*
/proc/loadavg: 4.07 4.09 4.09 5/249 37579
/proc/meminfo: memFree=129182144/131382120 swapFree=33010160/33010684
[pid=37578] ppid=37575 vsize=70900 memory=66432 CPUtime=0.32 cores=0,2
/proc/37578/stat : 37578 (uwrmaxsat) R 37575 37578 36754 0 -1 4194304 13688 0 0 0 27 5 0 0 20 0 1 0 44539707 72601600 16608 18446744073709551615 4198400 6176925 140721950685280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 31551488 140721950689642 140721950689769 140721950689769 140721950695371 0
/proc/37578/statm: 17725 16608 448 484 0 17136 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 70900 KiB
Current children cumulated memory: 66432 KiB

[startup+0.700284 s]
/proc/loadavg: 4.07 4.09 4.09 5/249 37579
/proc/meminfo: memFree=129121660/131382120 swapFree=33010160/33010684
[pid=37578] ppid=37575 vsize=92948 memory=88256 CPUtime=0.69 cores=0,2
/proc/37578/stat : 37578 (uwrmaxsat) R 37575 37578 36754 0 -1 4194304 18622 0 0 0 63 6 0 0 20 0 1 0 44539707 95178752 22064 18446744073709551615 4198400 6176925 140721950685280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 31551488 140721950689642 140721950689769 140721950689769 140721950695371 0
/proc/37578/statm: 23237 22064 448 484 0 22648 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 92948 KiB
Current children cumulated memory: 88256 KiB

[startup+1.50029 s]
/proc/loadavg: 4.07 4.09 4.09 5/249 37579
/proc/meminfo: memFree=128947064/131382120 swapFree=33010160/33010684
[pid=37578] ppid=37575 vsize=182968 memory=176328 CPUtime=1.49 cores=0,2
/proc/37578/stat : 37578 (uwrmaxsat) R 37575 37578 36754 0 -1 4194304 39607 0 0 0 138 11 0 0 20 0 1 0 44539707 187359232 44050 18446744073709551615 4198400 6176925 140721950685280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 31551488 140721950689642 140721950689769 140721950689769 140721950695371 0
/proc/37578/statm: 45742 44082 448 484 0 45153 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 182968 KiB
Current children cumulated memory: 176328 KiB

[startup+3.11299 s]
/proc/loadavg: 4.06 4.09 4.09 5/249 37579
/proc/meminfo: memFree=128672268/131382120 swapFree=33010160/33010684
[pid=37578] ppid=37575 vsize=241128 memory=234824 CPUtime=3.09 cores=0,2
/proc/37578/stat : 37578 (uwrmaxsat) R 37575 37578 36754 0 -1 4194304 51699 0 0 0 295 14 0 0 20 0 1 0 44539707 246915072 58706 18446744073709551615 4198400 6176925 140721950685280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 31551488 140721950689642 140721950689769 140721950689769 140721950695371 0
/proc/37578/statm: 60282 58706 448 484 0 59693 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 241128 KiB
Current children cumulated memory: 234824 KiB

[startup+6.30028 s]
/proc/loadavg: 4.06 4.09 4.09 5/249 37579
/proc/meminfo: memFree=128400708/131382120 swapFree=33010160/33010684
[pid=37578] ppid=37575 vsize=359636 memory=352084 CPUtime=6.27 cores=0,2
/proc/37578/stat : 37578 (uwrmaxsat) R 37575 37578 36754 0 -1 4194304 80531 0 0 0 607 20 0 0 20 0 1 0 44539707 368267264 88021 18446744073709551615 4198400 6176925 140721950685280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 31551488 140721950689642 140721950689769 140721950689769 140721950695371 0
/proc/37578/statm: 89909 88021 448 484 0 89320 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 359636 KiB
Current children cumulated memory: 352084 KiB

[startup+12.7003 s]
/proc/loadavg: 4.06 4.09 4.09 5/249 37580
/proc/meminfo: memFree=128395240/131382120 swapFree=33010160/33010684
[pid=37578] ppid=37575 vsize=359636 memory=352084 CPUtime=12.66 cores=0,2
/proc/37578/stat : 37578 (uwrmaxsat) R 37575 37578 36754 0 -1 4194304 80533 0 0 0 1246 20 0 0 20 0 1 0 44539707 368267264 88021 18446744073709551615 4198400 6176925 140721950685280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 31551488 140721950689642 140721950689769 140721950689769 140721950695371 0
/proc/37578/statm: 89909 88021 448 484 0 89320 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 359636 KiB
Current children cumulated memory: 352084 KiB

[startup+25.5002 s]
/proc/loadavg: 4.04 4.08 4.09 5/249 37580
/proc/meminfo: memFree=128460232/131382120 swapFree=33010160/33010684
[pid=37578] ppid=37575 vsize=359636 memory=352084 CPUtime=25.43 cores=0,2
/proc/37578/stat : 37578 (uwrmaxsat) R 37575 37578 36754 0 -1 4194304 80534 0 0 0 2523 20 0 0 20 0 1 0 44539707 368267264 88021 18446744073709551615 4198400 6176925 140721950685280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 31551488 140721950689642 140721950689769 140721950689769 140721950695371 0
/proc/37578/statm: 89909 88021 448 484 0 89320 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 359636 KiB
Current children cumulated memory: 352084 KiB

[startup+51.1131 s]
/proc/loadavg: 4.09 4.09 4.09 5/249 37580
/proc/meminfo: memFree=128487316/131382120 swapFree=33010160/33010684
[pid=37578] ppid=37575 vsize=359636 memory=352084 CPUtime=50.97 cores=0,2
/proc/37578/stat : 37578 (uwrmaxsat) R 37575 37578 36754 0 -1 4194304 81346 0 0 0 5077 20 0 0 20 0 1 0 44539707 368267264 88021 18446744073709551615 4198400 6176925 140721950685280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 31551488 140721950689642 140721950689769 140721950689769 140721950695371 0
/proc/37578/statm: 89909 88021 448 484 0 89320 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 359636 KiB
Current children cumulated memory: 352084 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/250 37583
/proc/meminfo: memFree=128457016/131382120 swapFree=33010160/33010684
[pid=37578] ppid=37575 vsize=359636 memory=352084 CPUtime=102.03 cores=0,2
/proc/37578/stat : 37578 (uwrmaxsat) R 37575 37578 36754 0 -1 4194304 81348 0 0 0 10183 20 0 0 20 0 1 0 44539707 368267264 88021 18446744073709551615 4198400 6176925 140721950685280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 31551488 140721950689642 140721950689769 140721950689769 140721950695371 0
/proc/37578/statm: 89909 88021 448 484 0 89320 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 359636 KiB
Current children cumulated memory: 352084 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/250 37585
/proc/meminfo: memFree=127136236/131382120 swapFree=33010160/33010684
[pid=37578] ppid=37575 vsize=1613580 memory=1569376 CPUtime=161.88 cores=0,2
/proc/37578/stat : 37578 (uwrmaxsat) R 37575 37578 36754 0 -1 4194304 274861 0 0 0 16111 77 0 0 20 0 1 0 44539707 1652305920 392344 18446744073709551615 4198400 6176925 140721950685280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 31551488 140721950689642 140721950689769 140721950689769 140721950695371 0
/proc/37578/statm: 403395 392344 448 484 0 402806 0
Current children cumulated CPU time: 161.88 s
Current children cumulated vsize: 1613580 KiB
Current children cumulated memory: 1569376 KiB

[startup+222.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/250 37587
/proc/meminfo: memFree=122845816/131382120 swapFree=33010160/33010684
[pid=37578] ppid=37575 vsize=6571000 memory=5561136 CPUtime=221.72 cores=0,2
/proc/37578/stat : 37578 (uwrmaxsat) R 37575 37578 36754 0 -1 4194304 951901 0 0 0 21905 267 0 0 20 0 1 0 44539707 6728704000 1390284 18446744073709551615 4198400 6176925 140721950685280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 31551488 140721950689642 140721950689769 140721950689769 140721950695371 0
/proc/37578/statm: 1642750 1390284 512 484 0 1642161 0
Current children cumulated CPU time: 221.72 s
Current children cumulated vsize: 6571000 KiB
Current children cumulated memory: 5561136 KiB

[startup+282.3 s]
/proc/loadavg: 4.22 4.11 4.10 5/250 37589
/proc/meminfo: memFree=120034024/131382120 swapFree=33010160/33010684
[pid=37578] ppid=37575 vsize=6205584 memory=5964980 CPUtime=281.55 cores=0,2
/proc/37578/stat : 37578 (uwrmaxsat) R 37575 37578 36754 0 -1 4194304 973656 0 0 0 27750 405 0 0 20 0 1 0 44539707 6354518016 1491245 18446744073709551615 4198400 6176925 140721950685280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 31551488 140721950689642 140721950689769 140721950689769 140721950695371 0
/proc/37578/statm: 1551396 1491245 512 484 0 1550807 0
Current children cumulated CPU time: 281.55 s
Current children cumulated vsize: 6205584 KiB
Current children cumulated memory: 5964980 KiB

[startup+342.3 s]
/proc/loadavg: 4.75 4.29 4.16 5/250 37591
/proc/meminfo: memFree=120191792/131382120 swapFree=33010160/33010684
[pid=37578] ppid=37575 vsize=6204332 memory=5834232 CPUtime=341.39 cores=0,2
/proc/37578/stat : 37578 (uwrmaxsat) R 37575 37578 36754 0 -1 4194304 1002980 0 0 0 33585 554 0 0 20 0 1 0 44539707 6353235968 1458558 18446744073709551615 4198400 6176925 140721950685280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 31551488 140721950689642 140721950689769 140721950689769 140721950695371 0
/proc/37578/statm: 1551083 1458558 512 484 0 1550494 0
Current children cumulated CPU time: 341.39 s
Current children cumulated vsize: 6204332 KiB
Current children cumulated memory: 5834232 KiB

[startup+402.3 s]
/proc/loadavg: 4.34 4.25 4.16 5/250 37596
/proc/meminfo: memFree=120267488/131382120 swapFree=33010160/33010684
[pid=37578] ppid=37575 vsize=6347416 memory=5876616 CPUtime=401.18 cores=0,2
/proc/37578/stat : 37578 (uwrmaxsat) R 37575 37578 36754 0 -1 4194304 1013903 0 0 0 39491 627 0 0 20 0 1 0 44539707 6499753984 1469154 18446744073709551615 4198400 6176925 140721950685280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 31551488 140721950689642 140721950689769 140721950689769 140721950695371 0
/proc/37578/statm: 1586854 1469154 512 484 0 1586265 0
Current children cumulated CPU time: 401.18 s
Current children cumulated vsize: 6347416 KiB
Current children cumulated memory: 5876616 KiB

[startup+462.3 s]
/proc/loadavg: 4.12 4.20 4.14 5/250 37602
/proc/meminfo: memFree=120289444/131382120 swapFree=33010160/33010684
[pid=37578] ppid=37575 vsize=6346524 memory=5875428 CPUtime=460.98 cores=0,2
/proc/37578/stat : 37578 (uwrmaxsat) R 37575 37578 36754 0 -1 4194304 1023533 0 0 0 45376 722 0 0 20 0 1 0 44539707 6498840576 1468857 18446744073709551615 4198400 6176925 140721950685280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 31551488 140721950689642 140721950689769 140721950689769 140721950695371 0
/proc/37578/statm: 1586631 1468857 512 484 0 1586042 0

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

Current children cumulated memory: 6555876 KiB

[startup+2862.3 s]
/proc/loadavg: 4.05 4.09 4.09 5/252 37938
/proc/meminfo: memFree=119905628/131382120 swapFree=33010160/33010684
[pid=37578] ppid=37575 vsize=7038968 memory=6549056 CPUtime=2853.09 cores=0,2
/proc/37578/stat : 37578 (uwrmaxsat) R 37575 37578 36754 0 -1 4194304 1241487 0 0 0 282888 2421 0 0 20 0 1 0 44539707 7207903232 1637264 18446744073709551615 4198400 6176925 140721950685280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 31551488 140721950689642 140721950689769 140721950689769 140721950695371 0
/proc/37578/statm: 1759742 1637264 512 484 0 1759153 0
Current children cumulated CPU time: 2853.09 s
Current children cumulated vsize: 7038968 KiB
Current children cumulated memory: 6549056 KiB

[startup+2922.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/252 37940
/proc/meminfo: memFree=119727764/131382120 swapFree=33010160/33010684
[pid=37578] ppid=37575 vsize=7039752 memory=6558032 CPUtime=2912.89 cores=0,2
/proc/37578/stat : 37578 (uwrmaxsat) R 37575 37578 36754 0 -1 4194304 1244581 0 0 0 288823 2466 0 0 20 0 1 0 44539707 7208706048 1639508 18446744073709551615 4198400 6176925 140721950685280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 31551488 140721950689642 140721950689769 140721950689769 140721950695371 0
/proc/37578/statm: 1759938 1639508 512 484 0 1759349 0
Current children cumulated CPU time: 2912.89 s
Current children cumulated vsize: 7039752 KiB
Current children cumulated memory: 6558032 KiB

[startup+2982.3 s]
/proc/loadavg: 4.45 4.18 4.12 5/252 37942
/proc/meminfo: memFree=119642556/131382120 swapFree=33010160/33010684
[pid=37578] ppid=37575 vsize=7040536 memory=6558816 CPUtime=2972.71 cores=0,2
/proc/37578/stat : 37578 (uwrmaxsat) R 37575 37578 36754 0 -1 4194304 1248792 0 0 0 294775 2496 0 0 20 0 1 0 44539707 7209508864 1639704 18446744073709551615 4198400 6176925 140721950685280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 31551488 140721950689642 140721950689769 140721950689769 140721950695371 0
/proc/37578/statm: 1760134 1639704 512 484 0 1759545 0
Current children cumulated CPU time: 2972.71 s
Current children cumulated vsize: 7040536 KiB
Current children cumulated memory: 6558816 KiB

[startup+3042.3 s]
/proc/loadavg: 4.56 4.28 4.16 5/251 37944
/proc/meminfo: memFree=119680668/131382120 swapFree=33010160/33010684
[pid=37578] ppid=37575 vsize=7041236 memory=6552220 CPUtime=3032.52 cores=0,2
/proc/37578/stat : 37578 (uwrmaxsat) R 37575 37578 36754 0 -1 4194304 1251008 0 0 0 300751 2501 0 0 20 0 1 0 44539707 7210225664 1638055 18446744073709551615 4198400 6176925 140721950685280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 31551488 140721950689642 140721950689769 140721950689769 140721950695371 0
/proc/37578/statm: 1760309 1638055 512 484 0 1759720 0
Current children cumulated CPU time: 3032.52 s
Current children cumulated vsize: 7041236 KiB
Current children cumulated memory: 6552220 KiB

[startup+3102.3 s]
/proc/loadavg: 4.27 4.24 4.15 5/251 37946
/proc/meminfo: memFree=119645532/131382120 swapFree=33010160/33010684
[pid=37578] ppid=37575 vsize=7041704 memory=6552688 CPUtime=3092.33 cores=0,2
/proc/37578/stat : 37578 (uwrmaxsat) R 37575 37578 36754 0 -1 4194304 1253559 0 0 0 306706 2527 0 0 20 0 1 0 44539707 7210704896 1638172 18446744073709551615 4198400 6176925 140721950685280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 31551488 140721950689642 140721950689769 140721950689769 140721950695371 0
/proc/37578/statm: 1760426 1638172 512 484 0 1759837 0
Current children cumulated CPU time: 3092.33 s
Current children cumulated vsize: 7041704 KiB
Current children cumulated memory: 6552688 KiB

[startup+3162.3 s]
/proc/loadavg: 4.15 4.21 4.15 5/250 37948
/proc/meminfo: memFree=119604684/131382120 swapFree=33010160/33010684
[pid=37578] ppid=37575 vsize=7041704 memory=6560880 CPUtime=3152.13 cores=0,2
/proc/37578/stat : 37578 (uwrmaxsat) R 37575 37578 36754 0 -1 4194304 1255205 0 0 0 312685 2528 0 0 20 0 1 0 44539707 7210704896 1640220 18446744073709551615 4198400 6176925 140721950685280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 31551488 140721950689642 140721950689769 140721950689769 140721950695371 0
/proc/37578/statm: 1760426 1640220 512 484 0 1759837 0
Current children cumulated CPU time: 3152.13 s
Current children cumulated vsize: 7041704 KiB
Current children cumulated memory: 6560880 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.18 4.14 5/250 37950
/proc/meminfo: memFree=119519680/131382120 swapFree=33010160/33010684
[pid=37578] ppid=37575 vsize=7072980 memory=6592156 CPUtime=3211.92 cores=0,2
/proc/37578/stat : 37578 (uwrmaxsat) R 37575 37578 36754 0 -1 4194304 1258022 0 0 0 318641 2551 0 0 20 0 1 0 44539707 7242731520 1648039 18446744073709551615 4198400 6176925 140721950685280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 31551488 140721950689642 140721950689769 140721950689769 140721950695371 0
/proc/37578/statm: 1768245 1648039 512 484 0 1767656 0
Current children cumulated CPU time: 3211.92 s
Current children cumulated vsize: 7072980 KiB
Current children cumulated memory: 6592156 KiB

[startup+3282.3 s]
/proc/loadavg: 4.07 4.16 4.14 5/250 37952
/proc/meminfo: memFree=119444452/131382120 swapFree=33010160/33010684
[pid=37578] ppid=37575 vsize=7044896 memory=6564072 CPUtime=3271.71 cores=0,2
/proc/37578/stat : 37578 (uwrmaxsat) R 37575 37578 36754 0 -1 4194304 1260435 0 0 0 324598 2573 0 0 20 0 1 0 44539707 7213973504 1641018 18446744073709551615 4198400 6176925 140721950685280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 31551488 140721950689642 140721950689769 140721950689769 140721950695371 0
/proc/37578/statm: 1761224 1641018 512 484 0 1760635 0
Current children cumulated CPU time: 3271.71 s
Current children cumulated vsize: 7044896 KiB
Current children cumulated memory: 6564072 KiB

[startup+3342.3 s]
/proc/loadavg: 4.07 4.14 4.13 5/250 37954
/proc/meminfo: memFree=119447056/131382120 swapFree=33010160/33010684
[pid=37578] ppid=37575 vsize=7044896 memory=6564072 CPUtime=3331.53 cores=0,2
/proc/37578/stat : 37578 (uwrmaxsat) R 37575 37578 36754 0 -1 4194304 1262782 0 0 0 330576 2577 0 0 20 0 1 0 44539707 7213973504 1641018 18446744073709551615 4198400 6176925 140721950685280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 31551488 140721950689642 140721950689769 140721950689769 140721950695371 0
/proc/37578/statm: 1761224 1641018 512 484 0 1760635 0
Current children cumulated CPU time: 3331.53 s
Current children cumulated vsize: 7044896 KiB
Current children cumulated memory: 6564072 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.15 4.13 5/251 37959
/proc/meminfo: memFree=119484840/131382120 swapFree=33010160/33010684
[pid=37578] ppid=37575 vsize=7204816 memory=6717728 CPUtime=3391.33 cores=0,2
/proc/37578/stat : 37578 (uwrmaxsat) R 37575 37578 36754 0 -1 4194304 1267933 0 0 0 336518 2615 0 0 20 0 1 0 44539707 7377731584 1679432 18446744073709551615 4198400 6176925 140721950685280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 31551488 140721950689642 140721950689769 140721950689769 140721950695371 0
/proc/37578/statm: 1801204 1679432 512 484 0 1800615 0
Current children cumulated CPU time: 3391.33 s
Current children cumulated vsize: 7204816 KiB
Current children cumulated memory: 6717728 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.13 4.12 5/251 37976
/proc/meminfo: memFree=119470640/131382120 swapFree=33010160/33010684
[pid=37578] ppid=37575 vsize=7044880 memory=6568152 CPUtime=3451.14 cores=0,2
/proc/37578/stat : 37578 (uwrmaxsat) R 37575 37578 36754 0 -1 4194304 1271198 0 0 0 342476 2638 0 0 20 0 1 0 44539707 7213957120 1642038 18446744073709551615 4198400 6176925 140721950685280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 31551488 140721950689642 140721950689769 140721950689769 140721950695371 0
/proc/37578/statm: 1761220 1642038 512 484 0 1760631 0
Current children cumulated CPU time: 3451.14 s
Current children cumulated vsize: 7044880 KiB
Current children cumulated memory: 6568152 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.12 4.12 5/250 37978
/proc/meminfo: memFree=119447728/131382120 swapFree=33010160/33010684
[pid=37578] ppid=37575 vsize=7047036 memory=6570308 CPUtime=3510.95 cores=0,2
/proc/37578/stat : 37578 (uwrmaxsat) R 37575 37578 36754 0 -1 4194304 1274141 0 0 0 348435 2660 0 0 20 0 1 0 44539707 7216164864 1642577 18446744073709551615 4198400 6176925 140721950685280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 31551488 140721950689642 140721950689769 140721950689769 140721950695371 0
/proc/37578/statm: 1761759 1642577 512 484 0 1761170 0
Current children cumulated CPU time: 3510.95 s
Current children cumulated vsize: 7047036 KiB
Current children cumulated memory: 6570308 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.12 4.11 5/251 37981
/proc/meminfo: memFree=119666944/131382120 swapFree=33010160/33010684
[pid=37578] ppid=37575 vsize=6647500 memory=6358204 CPUtime=3570.78 cores=0,2
/proc/37578/stat : 37578 (uwrmaxsat) R 37575 37578 36754 0 -1 4194304 1277736 0 0 0 354392 2686 0 0 20 0 1 0 44539707 6807040000 1589551 18446744073709551615 4198400 6176925 140721950685280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 31551488 140721950689642 140721950689769 140721950689769 140721950695371 0
/proc/37578/statm: 1661875 1589551 512 484 0 1661286 0
Current children cumulated CPU time: 3570.78 s
Current children cumulated vsize: 6647500 KiB
Current children cumulated memory: 6358204 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.6 s]
/proc/loadavg: 3.98 4.09 4.10 3/239 38043
/proc/meminfo: memFree=123265756/131382120 swapFree=33010160/33010684
[pid=37578] ppid=37575 vsize=7046164 memory=6559196 CPUtime=3600 cores=0,2
/proc/37578/stat : 37578 (uwrmaxsat) R 37575 37578 36754 0 -1 4194304 1278669 0 0 0 357310 2690 0 0 20 0 1 0 44539707 7215271936 1639799 18446744073709551615 4198400 6176925 140721950685280 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 31551488 140721950689642 140721950689769 140721950689769 140721950695371 0
/proc/37578/statm: 1761541 1639799 512 484 0 1760952 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 7046164 KiB
Current children cumulated memory: 6559196 KiB

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

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

# cumulated CPU time of all completed processes:  user=3573.1 s, system=26.9644 s

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

Child status: 0

Real time (s): 3611.66
CPU time (s): 3600.07
CPU user time (s): 3573.1
CPU system time (s): 26.9644
CPU usage (%): 99.6791
Max. virtual memory (cumulated for all children) (KiB): 8371248
Max. memory (cumulated for all children) (KiB): 7887352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3573.1
system time used= 26.9644
maximum resident set size= 7887352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1278669
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= 271
involuntary context switches= 7884


# summary of solver processes directly reported to runsolver:
#   pid: 37578
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3573.1
#   total CPU system time (s): 26.9644

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.3492 second user time and 34.6066 second system time

The end

Launcher Data

Begin job on nodeC008 at 2025-06-30 15:03:26
IDJOB=4485795
IDBENCH=146886
IDSOLVER=3372
FILE ID=nodeC008/4485795-1751288606
RUNJOBID= nodeC008-1751281373-36764
SLURM_JOB_ID= 9594235
Free space on /tmp= 433032 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB06/OPT-LIN/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-d6cube.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4485795-1751288606/watcher-4485795-1751288606 -o /tmp/evaluation-result-4485795-1751288606/solver-4485795-1751288606 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1751281373-36764 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4485795-1751288606.opb -mem-lim=31000

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

MD5SUM BENCH= 6022b5aad9039ac1ca82f9921059af7c
RANDOM SEED=2050181555

nodeC008 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		: 1397.450
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.72
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		: 3661.468
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.72
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.206
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.72
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.681
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.72
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		: 3662.890
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.72
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		: 3491.837
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.72
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.361
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.72
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.534
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.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        129224812 kB
MemAvailable:   128926836 kB
Buffers:            2144 kB
Cached:           512616 kB
SwapCached:           16 kB
Active:          1248608 kB
Inactive:         296492 kB
Active(anon):    1011544 kB
Inactive(anon):    36720 kB
Active(file):     237064 kB
Inactive(file):   259772 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             28972 kB
Writeback:             0 kB
AnonPages:       1030892 kB
Mapped:           108672 kB
Shmem:             17920 kB
KReclaimable:      89628 kB
Slab:             171016 kB
SReclaimable:      89628 kB
SUnreclaim:        81388 kB
KernelStack:        4032 kB
PageTables:         4960 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    1408632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149352 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    747520 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:      181064 kB
DirectMap2M:     9158656 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433036 MiB
End job on nodeC008 at 2025-06-30 16:03:38