Trace number 4515110

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
UWrMaxSat 2025-06-04? (TO) 3600.09 3610.61

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2017/normalized-ab51-40-100.0.s.opb
MD5SUMfadbb7049cb6f956a624efb3819309ab
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark27.5709
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12675
Total number of constraints11891
Number of constraints which are clauses11766
Number of constraints which are cardinality constraints (but not clauses)124
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint11734
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1285215
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 501285382
Number of bits of the biggest sum of numbers29
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.16	c Converting 11891 PB-constraints to clauses...
17.14/17.23	c ============================[ Encoding Statistics ]============================
17.14/17.23	c |  Number of variables:       5564146                                         |
17.14/17.23	c |  Number of clauses:        11730406                                         |
17.14/17.23	c ===============================================================================
3600.07/3610.60	c *** TERMINATED by signal 15 ***
3600.07/3610.60	c _______________________________________________________________________________
3600.07/3610.60	c 
3600.07/3610.60	c _______________________________________________________________________________
3600.07/3610.60	c 
3600.07/3610.60	c =======================[ UWrMaxSat resources usage ]===========================
3600.07/3610.60	c Memory used            : 4523.00 MB
3600.07/3610.60	c CPU time               : 3590.24 s
3600.07/3610.60	c Constr Enc: Srt/BDD/Add: 125 0 0
3600.07/3610.60	c _______________________________________________________________________________
3600.07/3610.60	c _______________________________________________________________________________
3600.07/3610.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: 63708 MiB (62799 MiB free)
  memory of node 1: 64465 MiB (63712 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4515110-1751225638/watcher-4515110-1751225638 -o /tmp/evaluation-result-4515110-1751225638/solver-4515110-1751225638 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751222027-30966 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4515110-1751225638.opb -mem-lim=31000 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100062 s]*
/proc/loadavg: 4.08 4.08 4.03 5/263 31361
/proc/meminfo: memFree=129517628/131250000 swapFree=33010684/33010684
[pid=31358] ppid=31348 vsize=14756 memory=13740 CPUtime=0.09 cores=1,3
/proc/31358/stat : 31358 (uwrmaxsat) R 31348 31358 30954 0 -1 4194304 3229 0 0 0 9 0 0 0 20 0 1 0 38240433 15110144 3435 18446744073709551615 4198400 6176925 140720998759728 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 19779584 140720998766954 140720998767081 140720998767081 140720998772683 0
/proc/31358/statm: 3689 3435 448 484 0 3100 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 14756 KiB
Current children cumulated memory: 13740 KiB

[startup+0.204727 s]*
/proc/loadavg: 4.08 4.08 4.03 5/261 31371
/proc/meminfo: memFree=129505492/131250000 swapFree=33010684/33010684
[pid=31358] ppid=31348 vsize=29700 memory=27164 CPUtime=0.19 cores=1,3
/proc/31358/stat : 31358 (uwrmaxsat) R 31348 31358 30954 0 -1 4194304 6647 0 0 0 19 0 0 0 20 0 1 0 38240433 30412800 6791 18446744073709551615 4198400 6176925 140720998759728 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 19779584 140720998766954 140720998767081 140720998767081 140720998772683 0
/proc/31358/statm: 7425 6791 480 484 0 6836 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 29700 KiB
Current children cumulated memory: 27164 KiB

[startup+0.304656 s]*
/proc/loadavg: 4.08 4.08 4.03 5/259 31381
/proc/meminfo: memFree=129642880/131250000 swapFree=33010684/33010684
[pid=31358] ppid=31348 vsize=34800 memory=33132 CPUtime=0.3 cores=1,3
/proc/31358/stat : 31358 (uwrmaxsat) R 31348 31358 30954 0 -1 4194304 8632 0 0 0 29 1 0 0 20 0 1 0 38240433 35635200 8283 18446744073709551615 4198400 6176925 140720998759728 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 19779584 140720998766954 140720998767081 140720998767081 140720998772683 0
/proc/31358/statm: 8700 8283 480 484 0 8111 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 34800 KiB
Current children cumulated memory: 33132 KiB

[startup+0.700124 s]
/proc/loadavg: 4.08 4.08 4.03 6/261 31400
/proc/meminfo: memFree=129608988/131250000 swapFree=33010684/33010684
[pid=31358] ppid=31348 vsize=50960 memory=48532 CPUtime=0.69 cores=1,3
/proc/31358/stat : 31358 (uwrmaxsat) R 31348 31358 30954 0 -1 4194304 12645 0 0 0 67 2 0 0 20 0 1 0 38240433 52183040 12133 18446744073709551615 4198400 6176925 140720998759728 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 19779584 140720998766954 140720998767081 140720998767081 140720998772683 0
/proc/31358/statm: 12740 12133 480 484 0 12151 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 50960 KiB
Current children cumulated memory: 48532 KiB

[startup+1.50011 s]
/proc/loadavg: 4.08 4.08 4.03 5/263 31406
/proc/meminfo: memFree=129560624/131250000 swapFree=33010684/33010684
[pid=31358] ppid=31348 vsize=50960 memory=48532 CPUtime=1.49 cores=1,3
/proc/31358/stat : 31358 (uwrmaxsat) R 31348 31358 30954 0 -1 4194304 12645 0 0 0 147 2 0 0 20 0 1 0 38240433 52183040 12133 18446744073709551615 4198400 6176925 140720998759728 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 19779584 140720998766954 140720998767081 140720998767081 140720998772683 0
/proc/31358/statm: 12740 12133 480 484 0 12151 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 50960 KiB
Current children cumulated memory: 48532 KiB

[startup+3.10455 s]
/proc/loadavg: 4.08 4.08 4.03 6/265 31437
/proc/meminfo: memFree=129427116/131250000 swapFree=33010684/33010684
[pid=31358] ppid=31348 vsize=50960 memory=48532 CPUtime=3.09 cores=1,3
/proc/31358/stat : 31358 (uwrmaxsat) R 31348 31358 30954 0 -1 4194304 12645 0 0 0 307 2 0 0 20 0 1 0 38240433 52183040 12133 18446744073709551615 4198400 6176925 140720998759728 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 19779584 140720998766954 140720998767081 140720998767081 140720998772683 0
/proc/31358/statm: 12740 12133 480 484 0 12151 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 50960 KiB
Current children cumulated memory: 48532 KiB

[startup+6.3001 s]
/proc/loadavg: 4.08 4.08 4.03 6/265 31437
/proc/meminfo: memFree=129427156/131250000 swapFree=33010684/33010684
[pid=31358] ppid=31348 vsize=50960 memory=48532 CPUtime=6.28 cores=1,3
/proc/31358/stat : 31358 (uwrmaxsat) R 31348 31358 30954 0 -1 4194304 12645 0 0 0 626 2 0 0 20 0 1 0 38240433 52183040 12133 18446744073709551615 4198400 6176925 140720998759728 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 19779584 140720998766954 140720998767081 140720998767081 140720998772683 0
/proc/31358/statm: 12740 12133 480 484 0 12151 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 50960 KiB
Current children cumulated memory: 48532 KiB

[startup+12.7001 s]
/proc/loadavg: 4.07 4.08 4.02 6/265 31437
/proc/meminfo: memFree=127832892/131250000 swapFree=33010684/33010684
[pid=31358] ppid=31348 vsize=1354952 memory=1267436 CPUtime=12.66 cores=1,3
/proc/31358/stat : 31358 (uwrmaxsat) R 31348 31358 30954 0 -1 4194304 127038 0 0 0 1227 39 0 0 20 0 1 0 38240433 1387470848 316859 18446744073709551615 4198400 6176925 140720998759728 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 19779584 140720998766954 140720998767081 140720998767081 140720998772683 0
/proc/31358/statm: 338738 316859 480 484 0 338149 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 1354952 KiB
Current children cumulated memory: 1267436 KiB

[startup+25.5002 s]
/proc/loadavg: 4.13 4.09 4.03 6/265 31483
/proc/meminfo: memFree=120580276/131250000 swapFree=33010684/33010684
[pid=31358] ppid=31348 vsize=3217976 memory=3040196 CPUtime=25.41 cores=1,3
/proc/31358/stat : 31358 (uwrmaxsat) R 31348 31358 30954 0 -1 4194304 342017 0 0 0 2438 103 0 0 20 0 1 0 38240433 3295207424 760049 18446744073709551615 4198400 6176925 140720998759728 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 19779584 140720998766954 140720998767081 140720998767081 140720998772683 0
/proc/31358/statm: 804494 760049 512 484 0 803905 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 3217976 KiB
Current children cumulated memory: 3040196 KiB

[startup+51.1055 s]
/proc/loadavg: 4.09 4.08 4.03 6/265 31483
/proc/meminfo: memFree=113996836/131250000 swapFree=33010684/33010684
[pid=31358] ppid=31348 vsize=3334328 memory=3088608 CPUtime=50.94 cores=1,3
/proc/31358/stat : 31358 (uwrmaxsat) R 31348 31358 30954 0 -1 4194304 347064 0 0 0 4986 108 0 0 20 0 1 0 38240433 3414351872 772152 18446744073709551615 4198400 6176925 140720998759728 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 19779584 140720998766954 140720998767081 140720998767081 140720998772683 0
/proc/31358/statm: 833582 772152 544 484 0 832993 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 3334328 KiB
Current children cumulated memory: 3088608 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 4.08 4.03 6/265 31485
/proc/meminfo: memFree=110090220/131250000 swapFree=33010684/33010684
[pid=31358] ppid=31348 vsize=4151416 memory=3812160 CPUtime=102 cores=1,3
/proc/31358/stat : 31358 (uwrmaxsat) R 31348 31358 30954 0 -1 4194304 360028 0 0 0 10014 186 0 0 20 0 1 0 38240433 4251049984 953040 18446744073709551615 4198400 6176925 140720998759728 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 19779584 140720998766954 140720998767081 140720998767081 140720998772683 0
/proc/31358/statm: 1037854 953040 544 484 0 1037265 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 4151416 KiB
Current children cumulated memory: 3812160 KiB

[startup+162.3 s]
/proc/loadavg: 4.07 4.08 4.03 6/266 31488
/proc/meminfo: memFree=111919444/131250000 swapFree=33010684/33010684
[pid=31358] ppid=31348 vsize=3541328 memory=3326644 CPUtime=161.82 cores=1,3
/proc/31358/stat : 31358 (uwrmaxsat) R 31348 31358 30954 0 -1 4194304 383434 0 0 0 15914 268 0 0 20 0 1 0 38240433 3626319872 831661 18446744073709551615 4198400 6176925 140720998759728 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 19779584 140720998766954 140720998767081 140720998767081 140720998772683 0
/proc/31358/statm: 885332 831661 544 484 0 884743 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 3541328 KiB
Current children cumulated memory: 3326644 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.08 4.03 6/264 31490
/proc/meminfo: memFree=110306380/131250000 swapFree=33010684/33010684
[pid=31358] ppid=31348 vsize=3541760 memory=3327152 CPUtime=221.65 cores=1,3
/proc/31358/stat : 31358 (uwrmaxsat) R 31348 31358 30954 0 -1 4194304 386390 0 0 0 21884 281 0 0 20 0 1 0 38240433 3626762240 831788 18446744073709551615 4198400 6176925 140720998759728 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 19779584 140720998766954 140720998767081 140720998767081 140720998772683 0
/proc/31358/statm: 885440 831788 544 484 0 884851 0
Current children cumulated CPU time: 221.65 s
Current children cumulated vsize: 3541760 KiB
Current children cumulated memory: 3327152 KiB

[startup+282.3 s]
/proc/loadavg: 4.07 4.08 4.03 6/265 31493
/proc/meminfo: memFree=112448536/131250000 swapFree=33010684/33010684
[pid=31358] ppid=31348 vsize=3541760 memory=3348400 CPUtime=281.48 cores=1,3
/proc/31358/stat : 31358 (uwrmaxsat) R 31348 31358 30954 0 -1 4194304 391551 0 0 0 27843 305 0 0 20 0 1 0 38240433 3626762240 837100 18446744073709551615 4198400 6176925 140720998759728 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 19779584 140720998766954 140720998767081 140720998767081 140720998772683 0
/proc/31358/statm: 885440 837100 544 484 0 884851 0
Current children cumulated CPU time: 281.48 s
Current children cumulated vsize: 3541760 KiB
Current children cumulated memory: 3348400 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 4.09 4.03 6/265 31495
/proc/meminfo: memFree=112447148/131250000 swapFree=33010684/33010684
[pid=31358] ppid=31348 vsize=3628036 memory=3393336 CPUtime=341.31 cores=1,3
/proc/31358/stat : 31358 (uwrmaxsat) R 31348 31358 30954 0 -1 4194304 403875 0 0 0 33785 346 0 0 20 0 1 0 38240433 3715108864 848334 18446744073709551615 4198400 6176925 140720998759728 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 19779584 140720998766954 140720998767081 140720998767081 140720998772683 0
/proc/31358/statm: 907009 848334 544 484 0 906420 0
Current children cumulated CPU time: 341.31 s
Current children cumulated vsize: 3628036 KiB
Current children cumulated memory: 3393336 KiB

[startup+402.3 s]
/proc/loadavg: 4.04 4.07 4.03 6/265 31497
/proc/meminfo: memFree=112498484/131250000 swapFree=33010684/33010684
[pid=31358] ppid=31348 vsize=3579700 memory=3367884 CPUtime=401.14 cores=1,3
/proc/31358/stat : 31358 (uwrmaxsat) R 31348 31358 30954 0 -1 4194304 411894 0 0 0 39715 399 0 0 20 0 1 0 38240433 3665612800 841971 18446744073709551615 4198400 6176925 140720998759728 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 19779584 140720998766954 140720998767081 140720998767081 140720998772683 0
/proc/31358/statm: 894925 841971 544 484 0 894336 0
Current children cumulated CPU time: 401.14 s
Current children cumulated vsize: 3579700 KiB
Current children cumulated memory: 3367884 KiB

[startup+462.3 s]
/proc/loadavg: 4.12 4.09 4.03 6/265 31499
/proc/meminfo: memFree=112562484/131250000 swapFree=33010684/33010684
[pid=31358] ppid=31348 vsize=3580188 memory=3368504 CPUtime=460.95 cores=1,3
/proc/31358/stat : 31358 (uwrmaxsat) R 31348 31358 30954 0 -1 4194304 416727 0 0 0 45666 429 0 0 20 0 1 0 38240433 3666112512 842126 18446744073709551615 4198400 6176925 140720998759728 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 19779584 140720998766954 140720998767081 140720998767081 140720998772683 0
/proc/31358/statm: 895047 842126 544 484 0 894458 0
Current children cumulated CPU time: 460.95 s

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

Current children cumulated memory: 3211052 KiB

[startup+2862.3 s]
/proc/loadavg: 4.07 4.08 4.09 6/264 31628
/proc/meminfo: memFree=113051036/131250000 swapFree=33010684/33010684
[pid=31358] ppid=31348 vsize=3404984 memory=3211052 CPUtime=2854.01 cores=1,3
/proc/31358/stat : 31358 (uwrmaxsat) R 31348 31358 30954 0 -1 4194304 506479 0 0 0 284515 886 0 0 20 0 1 0 38240433 3486703616 802763 18446744073709551615 4198400 6176925 140720998759728 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 19779584 140720998766954 140720998767081 140720998767081 140720998772683 0
/proc/31358/statm: 851246 802763 544 484 0 850657 0
Current children cumulated CPU time: 2854.01 s
Current children cumulated vsize: 3404984 KiB
Current children cumulated memory: 3211052 KiB

[startup+2922.3 s]
/proc/loadavg: 4.46 4.19 4.12 6/264 31632
/proc/meminfo: memFree=113051812/131250000 swapFree=33010684/33010684
[pid=31358] ppid=31348 vsize=3404984 memory=3211052 CPUtime=2913.83 cores=1,3
/proc/31358/stat : 31358 (uwrmaxsat) R 31348 31358 30954 0 -1 4194304 507121 0 0 0 290497 886 0 0 20 0 1 0 38240433 3486703616 802763 18446744073709551615 4198400 6176925 140720998759728 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 19779584 140720998766954 140720998767081 140720998767081 140720998772683 0
/proc/31358/statm: 851246 802763 544 484 0 850657 0
Current children cumulated CPU time: 2913.83 s
Current children cumulated vsize: 3404984 KiB
Current children cumulated memory: 3211052 KiB

[startup+2982.3 s]
/proc/loadavg: 4.22 4.17 4.12 6/265 31640
/proc/meminfo: memFree=113053344/131250000 swapFree=33010684/33010684
[pid=31358] ppid=31348 vsize=3404984 memory=3211052 CPUtime=2973.65 cores=1,3
/proc/31358/stat : 31358 (uwrmaxsat) R 31348 31358 30954 0 -1 4194304 507695 0 0 0 296479 886 0 0 20 0 1 0 38240433 3486703616 802763 18446744073709551615 4198400 6176925 140720998759728 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 19779584 140720998766954 140720998767081 140720998767081 140720998772683 0
/proc/31358/statm: 851246 802763 544 484 0 850657 0
Current children cumulated CPU time: 2973.65 s
Current children cumulated vsize: 3404984 KiB
Current children cumulated memory: 3211052 KiB

[startup+3042.3 s]
/proc/loadavg: 4.15 4.15 4.11 6/264 31642
/proc/meminfo: memFree=112558200/131250000 swapFree=33010684/33010684
[pid=31358] ppid=31348 vsize=3654116 memory=3460184 CPUtime=3033.48 cores=1,3
/proc/31358/stat : 31358 (uwrmaxsat) R 31348 31358 30954 0 -1 4194304 508917 0 0 0 302449 899 0 0 20 0 1 0 38240433 3741814784 865046 18446744073709551615 4198400 6176925 140720998759728 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 19779584 140720998766954 140720998767081 140720998767081 140720998772683 0
/proc/31358/statm: 913529 865046 544 484 0 912940 0
Current children cumulated CPU time: 3033.48 s
Current children cumulated vsize: 3654116 KiB
Current children cumulated memory: 3460184 KiB

[startup+3102.3 s]
/proc/loadavg: 4.11 4.14 4.11 6/264 31644
/proc/meminfo: memFree=112482944/131250000 swapFree=33010684/33010684
[pid=31358] ppid=31348 vsize=3654116 memory=3460184 CPUtime=3093.3 cores=1,3
/proc/31358/stat : 31358 (uwrmaxsat) R 31348 31358 30954 0 -1 4194304 509657 0 0 0 308431 899 0 0 20 0 1 0 38240433 3741814784 865046 18446744073709551615 4198400 6176925 140720998759728 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 19779584 140720998766954 140720998767081 140720998767081 140720998772683 0
/proc/31358/statm: 913529 865046 544 484 0 912940 0
Current children cumulated CPU time: 3093.3 s
Current children cumulated vsize: 3654116 KiB
Current children cumulated memory: 3460184 KiB

[startup+3162.3 s]
/proc/loadavg: 4.08 4.13 4.10 6/264 31646
/proc/meminfo: memFree=112457608/131250000 swapFree=33010684/33010684
[pid=31358] ppid=31348 vsize=3654116 memory=3462232 CPUtime=3153.11 cores=1,3
/proc/31358/stat : 31358 (uwrmaxsat) R 31348 31358 30954 0 -1 4194304 513069 0 0 0 314396 915 0 0 20 0 1 0 38240433 3741814784 865558 18446744073709551615 4198400 6176925 140720998759728 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 19779584 140720998766954 140720998767081 140720998767081 140720998772683 0
/proc/31358/statm: 913529 865558 544 484 0 912940 0
Current children cumulated CPU time: 3153.11 s
Current children cumulated vsize: 3654116 KiB
Current children cumulated memory: 3462232 KiB

[startup+3222.3 s]
/proc/loadavg: 4.06 4.12 4.09 6/264 31648
/proc/meminfo: memFree=112455340/131250000 swapFree=33010684/33010684
[pid=31358] ppid=31348 vsize=3654116 memory=3462232 CPUtime=3212.93 cores=1,3
/proc/31358/stat : 31358 (uwrmaxsat) R 31348 31358 30954 0 -1 4194304 513753 0 0 0 320378 915 0 0 20 0 1 0 38240433 3741814784 865558 18446744073709551615 4198400 6176925 140720998759728 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 19779584 140720998766954 140720998767081 140720998767081 140720998772683 0
/proc/31358/statm: 913529 865558 544 484 0 912940 0
Current children cumulated CPU time: 3212.93 s
Current children cumulated vsize: 3654116 KiB
Current children cumulated memory: 3462232 KiB

[startup+3282.3 s]
/proc/loadavg: 4.07 4.11 4.09 6/263 31651
/proc/meminfo: memFree=112451940/131250000 swapFree=33010684/33010684
[pid=31358] ppid=31348 vsize=3654116 memory=3462232 CPUtime=3272.75 cores=1,3
/proc/31358/stat : 31358 (uwrmaxsat) R 31348 31358 30954 0 -1 4194304 514364 0 0 0 326360 915 0 0 20 0 1 0 38240433 3741814784 865558 18446744073709551615 4198400 6176925 140720998759728 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 19779584 140720998766954 140720998767081 140720998767081 140720998772683 0
/proc/31358/statm: 913529 865558 544 484 0 912940 0
Current children cumulated CPU time: 3272.75 s
Current children cumulated vsize: 3654116 KiB
Current children cumulated memory: 3462232 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.12 4.09 6/263 31653
/proc/meminfo: memFree=112495416/131250000 swapFree=33010684/33010684
[pid=31358] ppid=31348 vsize=3654116 memory=3462232 CPUtime=3332.58 cores=1,3
/proc/31358/stat : 31358 (uwrmaxsat) R 31348 31358 30954 0 -1 4194304 514980 0 0 0 332343 915 0 0 20 0 1 0 38240433 3741814784 865558 18446744073709551615 4198400 6176925 140720998759728 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 19779584 140720998766954 140720998767081 140720998767081 140720998772683 0
/proc/31358/statm: 913529 865558 544 484 0 912940 0
Current children cumulated CPU time: 3332.58 s
Current children cumulated vsize: 3654116 KiB
Current children cumulated memory: 3462232 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.11 4.09 6/263 31655
/proc/meminfo: memFree=112495796/131250000 swapFree=33010684/33010684
[pid=31358] ppid=31348 vsize=3654116 memory=3462232 CPUtime=3392.4 cores=1,3
/proc/31358/stat : 31358 (uwrmaxsat) R 31348 31358 30954 0 -1 4194304 515595 0 0 0 338325 915 0 0 20 0 1 0 38240433 3741814784 865558 18446744073709551615 4198400 6176925 140720998759728 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 19779584 140720998766954 140720998767081 140720998767081 140720998772683 0
/proc/31358/statm: 913529 865558 544 484 0 912940 0
Current children cumulated CPU time: 3392.4 s
Current children cumulated vsize: 3654116 KiB
Current children cumulated memory: 3462232 KiB

[startup+3462.3 s]
/proc/loadavg: 4.04 4.09 4.08 6/263 31658
/proc/meminfo: memFree=112348912/131250000 swapFree=33010684/33010684
[pid=31358] ppid=31348 vsize=3825788 memory=3631740 CPUtime=3452.22 cores=1,3
/proc/31358/stat : 31358 (uwrmaxsat) R 31348 31358 30954 0 -1 4194304 520720 0 0 0 344265 957 0 0 20 0 1 0 38240433 3917606912 907935 18446744073709551615 4198400 6176925 140720998759728 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 19779584 140720998766954 140720998767081 140720998767081 140720998772683 0
/proc/31358/statm: 956447 907935 544 484 0 955858 0
Current children cumulated CPU time: 3452.22 s
Current children cumulated vsize: 3825788 KiB
Current children cumulated memory: 3631740 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.10 4.09 6/264 31663
/proc/meminfo: memFree=112752288/131250000 swapFree=33010684/33010684
[pid=31358] ppid=31348 vsize=3426648 memory=3233992 CPUtime=3512.04 cores=1,3
/proc/31358/stat : 31358 (uwrmaxsat) R 31348 31358 30954 0 -1 4194304 525890 0 0 0 350220 984 0 0 20 0 1 0 38240433 3508887552 808498 18446744073709551615 4198400 6176925 140720998759728 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 19779584 140720998766954 140720998767081 140720998767081 140720998772683 0
/proc/31358/statm: 856662 808498 544 484 0 856073 0
Current children cumulated CPU time: 3512.04 s
Current children cumulated vsize: 3426648 KiB
Current children cumulated memory: 3233992 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.09 4.09 6/265 31669
/proc/meminfo: memFree=112754336/131250000 swapFree=33010684/33010684
[pid=31358] ppid=31348 vsize=3426648 memory=3233992 CPUtime=3571.86 cores=1,3
/proc/31358/stat : 31358 (uwrmaxsat) R 31348 31358 30954 0 -1 4194304 526402 0 0 0 356202 984 0 0 20 0 1 0 38240433 3508887552 808498 18446744073709551615 4198400 6176925 140720998759728 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 19779584 140720998766954 140720998767081 140720998767081 140720998772683 0
/proc/31358/statm: 856662 808498 544 484 0 856073 0
Current children cumulated CPU time: 3571.86 s
Current children cumulated vsize: 3426648 KiB
Current children cumulated memory: 3233992 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.6 s]
/proc/loadavg: 4.12 4.10 4.09 6/264 31670
/proc/meminfo: memFree=112518328/131250000 swapFree=33010684/33010684
[pid=31358] ppid=31348 vsize=3426648 memory=3233992 CPUtime=3600.07 cores=1,3
/proc/31358/stat : 31358 (uwrmaxsat) R 31348 31358 30954 0 -1 4194304 526672 0 0 0 359023 984 0 0 20 0 1 0 38240433 3508887552 808498 18446744073709551615 4198400 6176925 140720998759728 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 19779584 140720998766954 140720998767081 140720998767081 140720998772683 0
/proc/31358/statm: 856662 808498 544 484 0 856073 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 3426648 KiB
Current children cumulated memory: 3233992 KiB

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

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

# cumulated CPU time of all completed processes:  user=3590.24 s, system=9.85157 s

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

Child status: 0

Real time (s): 3610.61
CPU time (s): 3600.09
CPU user time (s): 3590.24
CPU system time (s): 9.85157
CPU usage (%): 99.7086
Max. virtual memory (cumulated for all children) (KiB): 4611000
Max. memory (cumulated for all children) (KiB): 4416960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.24
system time used= 9.85157
maximum resident set size= 4416960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 526672
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= 163
involuntary context switches= 5081


# summary of solver processes directly reported to runsolver:
#   pid: 31358
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3590.24
#   total CPU system time (s): 9.85157

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.87743 second user time and 16.5945 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-06-29 21:33:58
IDJOB=4515110
IDBENCH=164141
IDSOLVER=3372
FILE ID=nodeC014/4515110-1751225638
RUNJOBID= nodeC014-1751222027-30966
SLURM_JOB_ID= 9587677
Free space on /tmp= 433012 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2017/normalized-ab51-40-100.0.s.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515110-1751225638/watcher-4515110-1751225638 -o /tmp/evaluation-result-4515110-1751225638/solver-4515110-1751225638 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751222027-30966 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4515110-1751225638.opb -mem-lim=31000

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

MD5SUM BENCH= fadbb7049cb6f956a624efb3819309ab
RANDOM SEED=1269097434

nodeC014 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.947
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.23
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.896
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.23
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		: 3601.306
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.23
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.118
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.23
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.134
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.23
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		: 3600.225
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.23
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.963
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.23
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		: 3598.923
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.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129546208 kB
MemAvailable:   129605324 kB
Buffers:            3280 kB
Cached:           867872 kB
SwapCached:            0 kB
Active:           414340 kB
Inactive:         658404 kB
Active(anon):     219660 kB
Inactive(anon):        0 kB
Active(file):     194680 kB
Inactive(file):   658404 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              6196 kB
Writeback:            16 kB
AnonPages:        204476 kB
Mapped:           105628 kB
Shmem:             18068 kB
KReclaimable:      90544 kB
Slab:             177088 kB
SReclaimable:      90544 kB
SUnreclaim:        86544 kB
KernelStack:        4192 kB
PageTables:         3216 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     490964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150504 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    135168 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433004 MiB
End job on nodeC014 at 2025-06-29 22:34:09