Trace number 4521921

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.06 3610.62

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/comppebphp_pyrheight_equals_nholes/
normalized-comppebphp_opt_pyrheightequalsnholes_54.opb
MD5SUM8dda82f4961ecebecfcf9bee24c61458
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 benchmark1540
Best CPU time to get the best result obtained on this benchmark1304.08
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4576880
Total number of constraints176770
Number of constraints which are clauses89155
Number of constraints which are cardinality constraints (but not clauses)81620
Number of constraints which are nor clauses,nor cardinality constraints5995
Minimum length of a constraint54
Maximum length of a constraint59
Number of terms in the objective function 3080
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 3080
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 3080
Number of bits of the biggest sum of numbers12
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...
17.63/17.72	c Converting 176770 PB-constraints to clauses...
3600.03/3610.60	c *** TERMINATED by signal 15 ***
3600.03/3610.60	c _______________________________________________________________________________
3600.03/3610.60	c 
3600.03/3610.60	c _______________________________________________________________________________
3600.03/3610.60	c 
3600.03/3610.60	c =======================[ UWrMaxSat resources usage ]===========================
3600.03/3610.60	c Memory used            : 8271.00 MB
3600.03/3610.60	c CPU time               : 3536.53 s
3600.03/3610.60	c Constr Enc: Srt/BDD/Add: 87615 0 0
3600.03/3610.60	c _______________________________________________________________________________
3600.03/3610.60	c _______________________________________________________________________________
3600.03/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: 63665 MiB (62467 MiB free)
  memory of node 1: 64507 MiB (63934 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4521921-1751581043/watcher-4521921-1751581043 -o /tmp/evaluation-result-4521921-1751581043/solver-4521921-1751581043 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751581035-89118 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4521921-1751581043.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
solver pid=89712, runsolver pid=89708
Current StackSize limit: 8192 KiB

Starting watchdog thread

[startup+0.100061 s]*
/proc/loadavg: 1.42 1.17 1.24 4/262 89717
/proc/meminfo: memFree=129386084/131250000 swapFree=33008100/33010684
[pid=89712] ppid=89708 vsize=23924 memory=21616 CPUtime=0.09 cores=0,2
/proc/89712/stat : 89712 (uwrmaxsat) R 89708 89712 89108 0 -1 4194304 5374 0 0 0 9 0 0 0 20 0 1 0 73784677 24498176 5372 18446744073709551615 4198400 6176925 140730152307584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 13246464 140730152315242 140730152315369 140730152315369 140730152320971 0
/proc/89712/statm: 5981 5372 448 484 0 5392 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 23924 KiB
Current children cumulated memory: 21616 KiB

[startup+0.205371 s]*
/proc/loadavg: 1.42 1.17 1.24 4/263 89725
/proc/meminfo: memFree=129350000/131250000 swapFree=33008100/33010684
[pid=89712] ppid=89708 vsize=38996 memory=36080 CPUtime=0.2 cores=0,2
/proc/89712/stat : 89712 (uwrmaxsat) R 89708 89712 89108 0 -1 4194304 9403 0 0 0 19 1 0 0 20 0 1 0 73784677 39931904 9020 18446744073709551615 4198400 6176925 140730152307584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 13246464 140730152315242 140730152315369 140730152315369 140730152320971 0
/proc/89712/statm: 9749 9020 448 484 0 9160 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 38996 KiB
Current children cumulated memory: 36080 KiB

[startup+0.305391 s]*
/proc/loadavg: 1.42 1.17 1.24 4/260 89725
/proc/meminfo: memFree=129314028/131250000 swapFree=33008100/33010684
[pid=89712] ppid=89708 vsize=60508 memory=56264 CPUtime=0.3 cores=0,2
/proc/89712/stat : 89712 (uwrmaxsat) R 89708 89712 89108 0 -1 4194304 14195 0 0 0 28 2 0 0 20 0 1 0 73784677 61960192 14066 18446744073709551615 4198400 6176925 140730152307584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 13246464 140730152315242 140730152315369 140730152315369 140730152320971 0
/proc/89712/statm: 15127 14066 448 484 0 14538 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 60508 KiB
Current children cumulated memory: 56264 KiB

[startup+0.700172 s]
/proc/loadavg: 1.42 1.17 1.24 4/260 89725
/proc/meminfo: memFree=129249576/131250000 swapFree=33008100/33010684
[pid=89712] ppid=89708 vsize=127028 memory=119576 CPUtime=0.69 cores=0,2
/proc/89712/stat : 89712 (uwrmaxsat) R 89708 89712 89108 0 -1 4194304 26958 0 0 0 65 4 0 0 20 0 1 0 73784677 130076672 29894 18446744073709551615 4198400 6176925 140730152307584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 13246464 140730152315242 140730152315369 140730152315369 140730152320971 0
/proc/89712/statm: 31757 29894 448 484 0 31168 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 127028 KiB
Current children cumulated memory: 119576 KiB

[startup+1.50012 s]
/proc/loadavg: 1.79 1.25 1.27 5/262 89734
/proc/meminfo: memFree=129058852/131250000 swapFree=33008100/33010684
[pid=89712] ppid=89708 vsize=262440 memory=247244 CPUtime=1.48 cores=0,2
/proc/89712/stat : 89712 (uwrmaxsat) R 89708 89712 89108 0 -1 4194304 48666 0 0 0 140 8 0 0 20 0 1 0 73784677 268738560 61811 18446744073709551615 4198400 6176925 140730152307584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 13246464 140730152315242 140730152315369 140730152315369 140730152320971 0
/proc/89712/statm: 65643 61811 448 484 0 65054 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 262440 KiB
Current children cumulated memory: 247244 KiB

[startup+3.10531 s]
/proc/loadavg: 1.79 1.25 1.27 5/264 89762
/proc/meminfo: memFree=127990532/131250000 swapFree=33008100/33010684
[pid=89712] ppid=89708 vsize=534964 memory=508676 CPUtime=3.08 cores=0,2
/proc/89712/stat : 89712 (uwrmaxsat) R 89708 89712 89108 0 -1 4194304 81848 0 0 0 291 17 0 0 20 0 1 0 73784677 547803136 127169 18446744073709551615 4198400 6176925 140730152307584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 13246464 140730152315242 140730152315369 140730152315369 140730152320971 0
/proc/89712/statm: 133741 127169 448 484 0 133152 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 534964 KiB
Current children cumulated memory: 508676 KiB

[startup+6.30012 s]
/proc/loadavg: 1.96 1.29 1.29 5/264 89807
/proc/meminfo: memFree=126997984/131250000 swapFree=33008100/33010684
[pid=89712] ppid=89708 vsize=1073888 memory=1014644 CPUtime=6.27 cores=0,2
/proc/89712/stat : 89712 (uwrmaxsat) R 89708 89712 89108 0 -1 4194304 149184 0 0 0 592 35 0 0 20 0 1 0 73784677 1099661312 253661 18446744073709551615 4198400 6176925 140730152307584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 13246464 140730152315242 140730152315369 140730152315369 140730152320971 0
/proc/89712/statm: 268472 253661 448 484 0 267883 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1073888 KiB
Current children cumulated memory: 1014644 KiB

[startup+12.7001 s]
/proc/loadavg: 2.21 1.36 1.31 5/264 89808
/proc/meminfo: memFree=125776564/131250000 swapFree=33008100/33010684
[pid=89712] ppid=89708 vsize=2136712 memory=2014688 CPUtime=12.65 cores=0,2
/proc/89712/stat : 89712 (uwrmaxsat) R 89708 89712 89108 0 -1 4194304 293440 0 0 0 1194 71 0 0 20 0 1 0 73784677 2187993088 503672 18446744073709551615 4198400 6176925 140730152307584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 13246464 140730152315242 140730152315369 140730152315369 140730152320971 0
/proc/89712/statm: 534178 503672 448 484 0 533589 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2136712 KiB
Current children cumulated memory: 2014688 KiB

[startup+25.5002 s]
/proc/loadavg: 2.48 1.44 1.33 5/264 89808
/proc/meminfo: memFree=124114776/131250000 swapFree=33008100/33010684
[pid=89712] ppid=89708 vsize=3919980 memory=3650684 CPUtime=25.41 cores=0,2
/proc/89712/stat : 89712 (uwrmaxsat) R 89708 89712 89108 0 -1 4194304 474622 0 0 0 2408 133 0 0 20 0 1 0 73784677 4014059520 912671 18446744073709551615 4198400 6176925 140730152307584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 13246464 140730152315242 140730152315369 140730152315369 140730152320971 0
/proc/89712/statm: 979995 912671 480 484 0 979406 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 3919980 KiB
Current children cumulated memory: 3650684 KiB

[startup+51.1053 s]
/proc/loadavg: 3.08 1.69 1.42 5/264 89808
/proc/meminfo: memFree=123362424/131250000 swapFree=33008100/33010684
[pid=89712] ppid=89708 vsize=4811344 memory=4444224 CPUtime=50.93 cores=0,2
/proc/89712/stat : 89712 (uwrmaxsat) R 89708 89712 89108 0 -1 4194304 546356 0 0 0 4932 161 0 0 20 0 1 0 73784677 4926816256 1111056 18446744073709551615 4198400 6176925 140730152307584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 13246464 140730152315242 140730152315369 140730152315369 140730152320971 0
/proc/89712/statm: 1202836 1111056 480 484 0 1202247 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 4811344 KiB
Current children cumulated memory: 4444224 KiB

[startup+102.3 s]
/proc/loadavg: 3.67 2.06 1.56 5/265 89811
/proc/meminfo: memFree=120338632/131250000 swapFree=33008100/33010684
[pid=89712] ppid=89708 vsize=7374112 memory=6966260 CPUtime=101.96 cores=0,2
/proc/89712/stat : 89712 (uwrmaxsat) R 89708 89712 89108 0 -1 4194304 972308 0 0 0 9881 315 0 0 20 0 1 0 73784677 7551090688 1741565 18446744073709551615 4198400 6176925 140730152307584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 13246464 140730152315242 140730152315369 140730152315369 140730152320971 0
/proc/89712/statm: 1843528 1741565 544 484 0 1842939 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 7374112 KiB
Current children cumulated memory: 6966260 KiB

[startup+162.3 s]
/proc/loadavg: 3.93 2.43 1.72 5/265 89813
/proc/meminfo: memFree=120636232/131250000 swapFree=33008100/33010684
[pid=89712] ppid=89708 vsize=7421976 memory=7088764 CPUtime=161.76 cores=0,2
/proc/89712/stat : 89712 (uwrmaxsat) R 89708 89712 89108 0 -1 4194304 988381 0 0 0 15717 459 0 0 20 0 1 0 73784677 7600103424 1772191 18446744073709551615 4198400 6176925 140730152307584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 13246464 140730152315242 140730152315369 140730152315369 140730152320971 0
/proc/89712/statm: 1855494 1772191 544 484 0 1854905 0
Current children cumulated CPU time: 161.76 s
Current children cumulated vsize: 7421976 KiB
Current children cumulated memory: 7088764 KiB

[startup+222.3 s]
/proc/loadavg: 4.02 2.74 1.87 5/265 89815
/proc/meminfo: memFree=120027808/131250000 swapFree=33008100/33010684
[pid=89712] ppid=89708 vsize=8266104 memory=7931628 CPUtime=221.57 cores=0,2
/proc/89712/stat : 89712 (uwrmaxsat) R 89708 89712 89108 0 -1 4194304 1003116 0 0 0 21518 639 0 0 20 0 1 0 73784677 8464490496 1982907 18446744073709551615 4198400 6176925 140730152307584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 13246464 140730152315242 140730152315369 140730152315369 140730152320971 0
/proc/89712/statm: 2066526 1982907 544 484 0 2065937 0
Current children cumulated CPU time: 221.57 s
Current children cumulated vsize: 8266104 KiB
Current children cumulated memory: 7931628 KiB

[startup+282.3 s]
/proc/loadavg: 4.04 2.98 2.02 5/264 89821
/proc/meminfo: memFree=120603968/131250000 swapFree=33008100/33010684
[pid=89712] ppid=89708 vsize=7425068 memory=7092728 CPUtime=281.38 cores=0,2
/proc/89712/stat : 89712 (uwrmaxsat) R 89708 89712 89108 0 -1 4194304 1015075 0 0 0 27368 770 0 0 20 0 1 0 73784677 7603269632 1773182 18446744073709551615 4198400 6176925 140730152307584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 13246464 140730152315242 140730152315369 140730152315369 140730152320971 0
/proc/89712/statm: 1856267 1773182 544 484 0 1855678 0
Current children cumulated CPU time: 281.38 s
Current children cumulated vsize: 7425068 KiB
Current children cumulated memory: 7092728 KiB

[startup+342.3 s]
/proc/loadavg: 4.06 3.19 2.15 5/263 89823
/proc/meminfo: memFree=119784412/131250000 swapFree=33008100/33010684
[pid=89712] ppid=89708 vsize=8270552 memory=7938088 CPUtime=341.19 cores=0,2
/proc/89712/stat : 89712 (uwrmaxsat) R 89708 89712 89108 0 -1 4194304 1026313 0 0 0 33222 897 0 0 20 0 1 0 73784677 8469045248 1984522 18446744073709551615 4198400 6176925 140730152307584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 13246464 140730152315242 140730152315369 140730152315369 140730152320971 0
/proc/89712/statm: 2067638 1984522 544 484 0 2067049 0
Current children cumulated CPU time: 341.19 s
Current children cumulated vsize: 8270552 KiB
Current children cumulated memory: 7938088 KiB

[startup+402.3 s]
/proc/loadavg: 4.13 3.37 2.28 5/263 89828
/proc/meminfo: memFree=120621216/131250000 swapFree=33008100/33010684
[pid=89712] ppid=89708 vsize=7426724 memory=7094716 CPUtime=401 cores=0,2
/proc/89712/stat : 89712 (uwrmaxsat) R 89708 89712 89108 0 -1 4194304 1035975 0 0 0 39090 1010 0 0 20 0 1 0 73784677 7604965376 1773679 18446744073709551615 4198400 6176925 140730152307584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 13246464 140730152315242 140730152315369 140730152315369 140730152320971 0
/proc/89712/statm: 1856681 1773679 544 484 0 1856092 0
Current children cumulated CPU time: 401 s
Current children cumulated vsize: 7426724 KiB
Current children cumulated memory: 7094716 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 3.50 2.39 5/263 89830
/proc/meminfo: memFree=119792928/131250000 swapFree=33008100/33010684
[pid=89712] ppid=89708 vsize=7428560 memory=7096664 CPUtime=460.8 cores=0,2
/proc/89712/stat : 89712 (uwrmaxsat) R 89708 89712 89108 0 -1 4194304 1046559 0 0 0 44943 1137 0 0 20 0 1 0 73784677 7606845440 1774166 18446744073709551615 4198400 6176925 140730152307584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 13246464 140730152315242 140730152315369 140730152315369 140730152320971 0
/proc/89712/statm: 1857140 1774166 544 484 0 1856551 0
Current children cumulated CPU time: 460.8 s

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

Current children cumulated memory: 6790928 KiB

[startup+2862.3 s]
/proc/loadavg: 4.12 4.11 4.01 5/264 89954
/proc/meminfo: memFree=120316748/131250000 swapFree=33008100/33010684
[pid=89712] ppid=89708 vsize=7117196 memory=6788096 CPUtime=2853.75 cores=0,2
/proc/89712/stat : 89712 (uwrmaxsat) R 89708 89712 89108 0 -1 4194304 1525424 0 0 0 279946 5429 0 0 20 0 1 0 73784677 7288008704 1697024 18446744073709551615 4198400 6176925 140730152307584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 13246464 140730152315242 140730152315369 140730152315369 140730152320971 0
/proc/89712/statm: 1779299 1697024 544 484 0 1778710 0
Current children cumulated CPU time: 2853.75 s
Current children cumulated vsize: 7117196 KiB
Current children cumulated memory: 6788096 KiB

[startup+2922.3 s]
/proc/loadavg: 4.04 4.09 4.00 5/264 89956
/proc/meminfo: memFree=119491288/131250000 swapFree=33008100/33010684
[pid=89712] ppid=89708 vsize=7999992 memory=7670768 CPUtime=2913.57 cores=0,2
/proc/89712/stat : 89712 (uwrmaxsat) R 89708 89712 89108 0 -1 4194304 1535218 0 0 0 285845 5512 0 0 20 0 1 0 73784677 8191991808 1917692 18446744073709551615 4198400 6176925 140730152307584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 13246464 140730152315242 140730152315369 140730152315369 140730152320971 0
/proc/89712/statm: 1999998 1917692 544 484 0 1999409 0
Current children cumulated CPU time: 2913.57 s
Current children cumulated vsize: 7999992 KiB
Current children cumulated memory: 7670768 KiB

[startup+2982.3 s]
/proc/loadavg: 4.12 4.10 4.01 5/263 89958
/proc/meminfo: memFree=119881452/131250000 swapFree=33008100/33010684
[pid=89712] ppid=89708 vsize=7617308 memory=7288144 CPUtime=2973.4 cores=0,2
/proc/89712/stat : 89712 (uwrmaxsat) R 89708 89712 89108 0 -1 4194304 1541208 0 0 0 291782 5558 0 0 20 0 1 0 73784677 7800123392 1822036 18446744073709551615 4198400 6176925 140730152307584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 13246464 140730152315242 140730152315369 140730152315369 140730152320971 0
/proc/89712/statm: 1904327 1822036 544 484 0 1903738 0
Current children cumulated CPU time: 2973.4 s
Current children cumulated vsize: 7617308 KiB
Current children cumulated memory: 7288144 KiB

[startup+3042.3 s]
/proc/loadavg: 4.10 4.09 4.01 5/263 89960
/proc/meminfo: memFree=120355460/131250000 swapFree=33008100/33010684
[pid=89712] ppid=89708 vsize=7119180 memory=6790080 CPUtime=3033.24 cores=0,2
/proc/89712/stat : 89712 (uwrmaxsat) R 89708 89712 89108 0 -1 4194304 1548641 0 0 0 297709 5615 0 0 20 0 1 0 73784677 7290040320 1697520 18446744073709551615 4198400 6176925 140730152307584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 13246464 140730152315242 140730152315369 140730152315369 140730152320971 0
/proc/89712/statm: 1779795 1697520 544 484 0 1779206 0
Current children cumulated CPU time: 3033.24 s
Current children cumulated vsize: 7119180 KiB
Current children cumulated memory: 6790080 KiB

[startup+3102.3 s]
/proc/loadavg: 4.08 4.09 4.01 5/262 89962
/proc/meminfo: memFree=120276652/131250000 swapFree=33008100/33010684
[pid=89712] ppid=89708 vsize=7124712 memory=6795612 CPUtime=3093.08 cores=0,2
/proc/89712/stat : 89712 (uwrmaxsat) R 89708 89712 89108 0 -1 4194304 1559450 0 0 0 303617 5691 0 0 20 0 1 0 73784677 7295705088 1698903 18446744073709551615 4198400 6176925 140730152307584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 13246464 140730152315242 140730152315369 140730152315369 140730152320971 0
/proc/89712/statm: 1781178 1698903 544 484 0 1780589 0
Current children cumulated CPU time: 3093.08 s
Current children cumulated vsize: 7124712 KiB
Current children cumulated memory: 6795612 KiB

[startup+3162.3 s]
/proc/loadavg: 4.09 4.09 4.01 5/262 89964
/proc/meminfo: memFree=120052956/131250000 swapFree=33008100/33010684
[pid=89712] ppid=89708 vsize=7129144 memory=6800044 CPUtime=3152.91 cores=0,2
/proc/89712/stat : 89712 (uwrmaxsat) R 89708 89712 89108 0 -1 4194304 1566397 0 0 0 309551 5740 0 0 20 0 1 0 73784677 7300243456 1700011 18446744073709551615 4198400 6176925 140730152307584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 13246464 140730152315242 140730152315369 140730152315369 140730152320971 0
/proc/89712/statm: 1782286 1700011 544 484 0 1781697 0
Current children cumulated CPU time: 3152.91 s
Current children cumulated vsize: 7129144 KiB
Current children cumulated memory: 6800044 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.08 4.01 5/262 89966
/proc/meminfo: memFree=119857312/131250000 swapFree=33008100/33010684
[pid=89712] ppid=89708 vsize=7518328 memory=7189204 CPUtime=3212.74 cores=0,2
/proc/89712/stat : 89712 (uwrmaxsat) R 89708 89712 89108 0 -1 4194304 1573820 0 0 0 315475 5799 0 0 20 0 1 0 73784677 7698767872 1797301 18446744073709551615 4198400 6176925 140730152307584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 13246464 140730152315242 140730152315369 140730152315369 140730152320971 0
/proc/89712/statm: 1879582 1797301 544 484 0 1878993 0
Current children cumulated CPU time: 3212.74 s
Current children cumulated vsize: 7518328 KiB
Current children cumulated memory: 7189204 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.10 4.01 5/263 89973
/proc/meminfo: memFree=120301540/131250000 swapFree=33008100/33010684
[pid=89712] ppid=89708 vsize=7122128 memory=6793028 CPUtime=3272.58 cores=0,2
/proc/89712/stat : 89712 (uwrmaxsat) R 89708 89712 89108 0 -1 4194304 1580166 0 0 0 321422 5836 0 0 20 0 1 0 73784677 7293059072 1698257 18446744073709551615 4198400 6176925 140730152307584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 13246464 140730152315242 140730152315369 140730152315369 140730152320971 0
/proc/89712/statm: 1780532 1698257 544 484 0 1779943 0
Current children cumulated CPU time: 3272.58 s
Current children cumulated vsize: 7122128 KiB
Current children cumulated memory: 6793028 KiB

[startup+3342.3 s]
/proc/loadavg: 4.05 4.08 4.01 5/263 89975
/proc/meminfo: memFree=119202836/131250000 swapFree=33008100/33010684
[pid=89712] ppid=89708 vsize=7127500 memory=6798400 CPUtime=3332.41 cores=0,2
/proc/89712/stat : 89712 (uwrmaxsat) R 89708 89712 89108 0 -1 4194304 1590609 0 0 0 327317 5924 0 0 20 0 1 0 73784677 7298560000 1699600 18446744073709551615 4198400 6176925 140730152307584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 13246464 140730152315242 140730152315369 140730152315369 140730152320971 0
/proc/89712/statm: 1781875 1699600 544 484 0 1781286 0
Current children cumulated CPU time: 3332.41 s
Current children cumulated vsize: 7127500 KiB
Current children cumulated memory: 6798400 KiB

[startup+3402.3 s]
/proc/loadavg: 4.28 4.13 4.03 5/263 89979
/proc/meminfo: memFree=120201392/131250000 swapFree=33008100/33010684
[pid=89712] ppid=89708 vsize=7187816 memory=6858716 CPUtime=3392.27 cores=0,2
/proc/89712/stat : 89712 (uwrmaxsat) R 89708 89712 89108 0 -1 4194304 1600316 0 0 0 333226 6001 0 0 20 0 1 0 73784677 7360323584 1714679 18446744073709551615 4198400 6176925 140730152307584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 13246464 140730152315242 140730152315369 140730152315369 140730152320971 0
/proc/89712/statm: 1796954 1714679 544 484 0 1796365 0
Current children cumulated CPU time: 3392.27 s
Current children cumulated vsize: 7187816 KiB
Current children cumulated memory: 6858716 KiB

[startup+3462.3 s]
/proc/loadavg: 4.27 4.16 4.04 5/263 89981
/proc/meminfo: memFree=120359148/131250000 swapFree=33008100/33010684
[pid=89712] ppid=89708 vsize=7145072 memory=6815972 CPUtime=3452.11 cores=0,2
/proc/89712/stat : 89712 (uwrmaxsat) R 89708 89712 89108 0 -1 4194304 1612428 0 0 0 339104 6107 0 0 20 0 1 0 73784677 7316553728 1703993 18446744073709551615 4198400 6176925 140730152307584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 13246464 140730152315242 140730152315369 140730152315369 140730152320971 0
/proc/89712/statm: 1786268 1703993 544 484 0 1785679 0
Current children cumulated CPU time: 3452.11 s
Current children cumulated vsize: 7145072 KiB
Current children cumulated memory: 6815972 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.14 4.04 5/263 89983
/proc/meminfo: memFree=119409076/131250000 swapFree=33008100/33010684
[pid=89712] ppid=89708 vsize=8228448 memory=7899324 CPUtime=3511.96 cores=0,2
/proc/89712/stat : 89712 (uwrmaxsat) R 89708 89712 89108 0 -1 4194304 1625839 0 0 0 344982 6214 0 0 20 0 1 0 73784677 8425930752 1974831 18446744073709551615 4198400 6176925 140730152307584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 13246464 140730152315242 140730152315369 140730152315369 140730152320971 0
/proc/89712/statm: 2057112 1974831 544 484 0 2056523 0
Current children cumulated CPU time: 3511.96 s
Current children cumulated vsize: 8228448 KiB
Current children cumulated memory: 7899324 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.13 4.04 5/263 89985
/proc/meminfo: memFree=120257080/131250000 swapFree=33008100/33010684
[pid=89712] ppid=89708 vsize=7137276 memory=6808176 CPUtime=3571.81 cores=0,2
/proc/89712/stat : 89712 (uwrmaxsat) R 89708 89712 89108 0 -1 4194304 1636085 0 0 0 350878 6303 0 0 20 0 1 0 73784677 7308570624 1702044 18446744073709551615 4198400 6176925 140730152307584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 13246464 140730152315242 140730152315369 140730152315369 140730152320971 0
/proc/89712/statm: 1784319 1702044 544 484 0 1783730 0
Current children cumulated CPU time: 3571.81 s
Current children cumulated vsize: 7137276 KiB
Current children cumulated memory: 6808176 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.6 s]
/proc/loadavg: 4.08 4.12 4.04 5/263 89986
/proc/meminfo: memFree=120241268/131250000 swapFree=33008100/33010684
[pid=89712] ppid=89708 vsize=7144552 memory=6815452 CPUtime=3600.03 cores=0,2
/proc/89712/stat : 89712 (uwrmaxsat) R 89708 89712 89108 0 -1 4194304 1642706 0 0 0 353653 6350 0 0 20 0 1 0 73784677 7316021248 1703863 18446744073709551615 4198400 6176925 140730152307584 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 13246464 140730152315242 140730152315369 140730152315369 140730152320971 0
/proc/89712/statm: 1786138 1703863 544 484 0 1785549 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 7144552 KiB
Current children cumulated memory: 6815452 KiB

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

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

# cumulated CPU time of all completed processes:  user=3536.53 s, system=63.531 s

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

Child status: 0

Real time (s): 3610.62
CPU time (s): 3600.06
CPU user time (s): 3536.53
CPU system time (s): 63.531
CPU usage (%): 99.7075
Max. virtual memory (cumulated for all children) (KiB): 8470256
Max. memory (cumulated for all children) (KiB): 8138336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3536.53
system time used= 63.531
maximum resident set size= 8138336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1642706
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= 397
involuntary context switches= 4592


# summary of solver processes directly reported to runsolver:
#   pid: 89712
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3536.53
#   total CPU system time (s): 63.531

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.62885 second user time and 15.5009 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-07-04 00:17:24
IDJOB=4521921
IDBENCH=178517
IDSOLVER=3372
FILE ID=nodeC013/4521921-1751581043
RUNJOBID= nodeC013-1751581035-89118
SLURM_JOB_ID= 9598822
Free space on /tmp= 432516 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/comppebphp_pyrheight_equals_nholes/normalized-comppebphp_opt_pyrheightequalsnholes_54.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4521921-1751581043/watcher-4521921-1751581043 -o /tmp/evaluation-result-4521921-1751581043/solver-4521921-1751581043 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751581035-89118 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4521921-1751581043.opb -mem-lim=31000

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

MD5SUM BENCH= 8dda82f4961ecebecfcf9bee24c61458
RANDOM SEED=1948124351

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.313
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.67
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.800
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.67
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.862
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.67
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		: 3599.693
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.67
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.832
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.67
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		: 3599.829
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.67
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.855
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.67
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		: 3599.898
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129446684 kB
MemAvailable:   129690688 kB
Buffers:            1668 kB
Cached:          1038088 kB
SwapCached:         1968 kB
Active:           520144 kB
Inactive:         673776 kB
Active(anon):     147848 kB
Inactive(anon):    17628 kB
Active(file):     372296 kB
Inactive(file):   656148 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008100 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            133692 kB
Writeback:            68 kB
AnonPages:        155344 kB
Mapped:           103892 kB
Shmem:             11308 kB
KReclaimable:     109200 kB
Slab:             199424 kB
SReclaimable:     109200 kB
SUnreclaim:        90224 kB
KernelStack:        4240 kB
PageTables:         3152 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     450120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150440 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 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:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432508 MiB
End job on nodeC013 at 2025-07-04 01:17:35