Trace number 4503616

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.04 3610.9

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-147.opb
MD5SUM68b1290c926351b4227086ab823cce81
Bench CategoryDEC-LIN (decision problem, linear constraints, no 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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables42127
Total number of constraints974306
Number of constraints which are clauses875463
Number of constraints which are cardinality constraints (but not clauses)3062
Number of constraints which are nor clauses,nor cardinality constraints95781
Minimum length of a constraint2
Maximum length of a constraint627
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 628
Number of bits of the biggest sum of numbers10
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...
6.67/6.72	c Converting 975848 PB-constraints to clauses...
8.57/8.61	c ============================[ Encoding Statistics ]============================
8.57/8.61	c |  Number of variables:        144079                                         |
8.57/8.61	c |  Number of clauses:         1318746                                         |
8.57/8.61	c ===============================================================================
3600.03/3610.90	c *** TERMINATED by signal 15 ***
3600.03/3610.90	c _______________________________________________________________________________
3600.03/3610.90	c 
3600.03/3610.90	c _______________________________________________________________________________
3600.03/3610.90	c 
3600.03/3610.90	c =======================[ UWrMaxSat resources usage ]===========================
3600.03/3610.90	c Memory used            : 1353.00 MB
3600.03/3610.90	c CPU time               : 3595.49 s
3600.03/3610.90	c Constr Enc: Srt/BDD/Add: 98843 0 0
3600.03/3610.90	c _______________________________________________________________________________
3600.03/3610.90	c _______________________________________________________________________________
3600.03/3610.90	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 (62973 MiB free)
  memory of node 1: 64465 MiB (63126 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4503616-1751171072/watcher-4503616-1751171072 -o /tmp/evaluation-result-4503616-1751171072/solver-4503616-1751171072 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751167366-18749 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4503616-1751171072.opb -mem-lim=31000 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=19716, runsolver pid=19713
Current StackSize limit: 8192 KiB


[startup+0.100088 s]*
/proc/loadavg: 4.18 4.12 4.09 5/252 19717
/proc/meminfo: memFree=129125512/131382116 swapFree=33010684/33010684
[pid=19716] ppid=19713 vsize=8844 memory=7936 CPUtime=0.1 cores=4,6
/proc/19716/stat : 19716 (uwrmaxsat) R 19713 19716 18738 0 -1 4194304 1621 0 0 0 10 0 0 0 20 0 1 0 32786720 9056256 1984 18446744073709551615 4198400 6176925 140727550393504 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 27377664 140727550400874 140727550401001 140727550401001 140727550406603 0
/proc/19716/statm: 2211 1984 448 484 0 1622 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 8844 KiB
Current children cumulated memory: 7936 KiB

[startup+0.210272 s]*
/proc/loadavg: 4.18 4.12 4.09 5/252 19717
/proc/meminfo: memFree=129119464/131382116 swapFree=33010684/33010684
[pid=19716] ppid=19713 vsize=14800 memory=13824 CPUtime=0.21 cores=4,6
/proc/19716/stat : 19716 (uwrmaxsat) R 19713 19716 18738 0 -1 4194304 3109 0 0 0 21 0 0 0 20 0 1 0 32786720 15155200 3456 18446744073709551615 4198400 6176925 140727550393504 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 27377664 140727550400874 140727550401001 140727550401001 140727550406603 0
/proc/19716/statm: 3700 3456 448 484 0 3111 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 14800 KiB
Current children cumulated memory: 13824 KiB

[startup+0.309232 s]*
/proc/loadavg: 4.18 4.12 4.09 5/252 19717
/proc/meminfo: memFree=129111400/131382116 swapFree=33010684/33010684
[pid=19716] ppid=19713 vsize=20056 memory=19072 CPUtime=0.3 cores=4,6
/proc/19716/stat : 19716 (uwrmaxsat) R 19713 19716 18738 0 -1 4194304 4434 0 0 0 30 0 0 0 20 0 1 0 32786720 20537344 4768 18446744073709551615 4198400 6176925 140727550393504 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 27377664 140727550400874 140727550401001 140727550401001 140727550406603 0
/proc/19716/statm: 5014 4768 448 484 0 4425 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 20056 KiB
Current children cumulated memory: 19072 KiB

[startup+0.700326 s]
/proc/loadavg: 4.18 4.12 4.09 5/252 19717
/proc/meminfo: memFree=129103336/131382116 swapFree=33010684/33010684
[pid=19716] ppid=19713 vsize=43540 memory=42368 CPUtime=0.69 cores=4,6
/proc/19716/stat : 19716 (uwrmaxsat) R 19713 19716 18738 0 -1 4194304 10258 0 0 0 67 2 0 0 20 0 1 0 32786720 44584960 10592 18446744073709551615 4198400 6176925 140727550393504 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 27377664 140727550400874 140727550401001 140727550401001 140727550406603 0
/proc/19716/statm: 10885 10592 448 484 0 10296 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 43540 KiB
Current children cumulated memory: 42368 KiB

[startup+1.50033 s]
/proc/loadavg: 4.18 4.12 4.09 5/252 19717
/proc/meminfo: memFree=129063348/131382116 swapFree=33010684/33010684
[pid=19716] ppid=19713 vsize=118516 memory=117376 CPUtime=1.48 cores=4,6
/proc/19716/stat : 19716 (uwrmaxsat) R 19713 19716 18738 0 -1 4194304 29041 0 0 0 142 6 0 0 20 0 1 0 32786720 121360384 29344 18446744073709551615 4198400 6176925 140727550393504 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 27377664 140727550400874 140727550401001 140727550401001 140727550406603 0
/proc/19716/statm: 29629 29344 448 484 0 29040 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 118516 KiB
Current children cumulated memory: 117376 KiB

[startup+3.11345 s]
/proc/loadavg: 4.18 4.12 4.09 5/252 19717
/proc/meminfo: memFree=128796244/131382116 swapFree=33010684/33010684
[pid=19716] ppid=19713 vsize=351328 memory=349536 CPUtime=3.09 cores=4,6
/proc/19716/stat : 19716 (uwrmaxsat) R 19713 19716 18738 0 -1 4194304 87168 0 0 0 293 16 0 0 20 0 1 0 32786720 359759872 87384 18446744073709551615 4198400 6176925 140727550393504 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 27377664 140727550400874 140727550401001 140727550401001 140727550406603 0
/proc/19716/statm: 87832 87384 448 484 0 87243 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 351328 KiB
Current children cumulated memory: 349536 KiB

[startup+6.30031 s]
/proc/loadavg: 4.16 4.12 4.09 5/252 19717
/proc/meminfo: memFree=128355324/131382116 swapFree=33010684/33010684
[pid=19716] ppid=19713 vsize=856716 memory=853812 CPUtime=6.28 cores=4,6
/proc/19716/stat : 19716 (uwrmaxsat) R 19713 19716 18738 0 -1 4194304 213321 0 0 0 588 40 0 0 20 0 1 0 32786720 877277184 213453 18446744073709551615 4198400 6176925 140727550393504 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 27377664 140727550400874 140727550401001 140727550401001 140727550406603 0
/proc/19716/statm: 214179 213453 448 484 0 213590 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 856716 KiB
Current children cumulated memory: 853812 KiB

[startup+12.7003 s]
/proc/loadavg: 4.15 4.11 4.09 5/252 19717
/proc/meminfo: memFree=127959072/131382116 swapFree=33010684/33010684
[pid=19716] ppid=19713 vsize=1223256 memory=1206904 CPUtime=12.66 cores=4,6
/proc/19716/stat : 19716 (uwrmaxsat) R 19713 19716 18738 0 -1 4194304 274565 0 0 0 1209 57 0 0 20 0 1 0 32786720 1252614144 301726 18446744073709551615 4198400 6176925 140727550393504 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 27377664 140727550400874 140727550401001 140727550401001 140727550406603 0
/proc/19716/statm: 305814 301726 544 484 0 305225 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 1223256 KiB
Current children cumulated memory: 1206904 KiB

[startup+25.5004 s]
/proc/loadavg: 4.11 4.11 4.09 5/252 19717
/proc/meminfo: memFree=127879168/131382116 swapFree=33010684/33010684
[pid=19716] ppid=19713 vsize=1241808 memory=1230516 CPUtime=25.42 cores=4,6
/proc/19716/stat : 19716 (uwrmaxsat) R 19713 19716 18738 0 -1 4194304 281691 0 0 0 2474 68 0 0 20 0 1 0 32786720 1271611392 307629 18446744073709551615 4198400 6176925 140727550393504 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 27377664 140727550400874 140727550401001 140727550401001 140727550406603 0
/proc/19716/statm: 310452 307629 544 484 0 309863 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 1241808 KiB
Current children cumulated memory: 1230516 KiB

[startup+51.1134 s]
/proc/loadavg: 4.15 4.11 4.09 5/252 19717
/proc/meminfo: memFree=127941628/131382116 swapFree=33010684/33010684
[pid=19716] ppid=19713 vsize=1204864 memory=1193824 CPUtime=50.96 cores=4,6
/proc/19716/stat : 19716 (uwrmaxsat) R 19713 19716 18738 0 -1 4194304 288764 0 0 0 5017 79 0 0 20 0 1 0 32786720 1233780736 298456 18446744073709551615 4198400 6176925 140727550393504 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 27377664 140727550400874 140727550401001 140727550401001 140727550406603 0
/proc/19716/statm: 301216 298456 544 484 0 300627 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 1204864 KiB
Current children cumulated memory: 1193824 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/253 19724
/proc/meminfo: memFree=127953364/131382116 swapFree=33010684/33010684
[pid=19716] ppid=19713 vsize=1204320 memory=1193224 CPUtime=101.99 cores=4,6
/proc/19716/stat : 19716 (uwrmaxsat) R 19713 19716 18738 0 -1 4194304 297340 0 0 0 10103 96 0 0 20 0 1 0 32786720 1233223680 298306 18446744073709551615 4198400 6176925 140727550393504 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 27377664 140727550400874 140727550401001 140727550401001 140727550406603 0
/proc/19716/statm: 301080 298306 544 484 0 300491 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 1204320 KiB
Current children cumulated memory: 1193224 KiB

[startup+162.3 s]
/proc/loadavg: 4.05 4.09 4.09 5/253 19726
/proc/meminfo: memFree=127924336/131382116 swapFree=33010684/33010684
[pid=19716] ppid=19713 vsize=1206412 memory=1195348 CPUtime=161.82 cores=4,6
/proc/19716/stat : 19716 (uwrmaxsat) R 19713 19716 18738 0 -1 4194304 302695 0 0 0 16073 109 0 0 20 0 1 0 32786720 1235365888 298837 18446744073709551615 4198400 6176925 140727550393504 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 27377664 140727550400874 140727550401001 140727550401001 140727550406603 0
/proc/19716/statm: 301603 298837 544 484 0 301014 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 1206412 KiB
Current children cumulated memory: 1195348 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/252 19773
/proc/meminfo: memFree=127921852/131382116 swapFree=33010684/33010684
[pid=19716] ppid=19713 vsize=1205172 memory=1194112 CPUtime=221.63 cores=4,6
/proc/19716/stat : 19716 (uwrmaxsat) R 19713 19716 18738 0 -1 4194304 308839 0 0 0 22042 121 0 0 20 0 1 0 32786720 1234096128 298528 18446744073709551615 4198400 6176925 140727550393504 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 27377664 140727550400874 140727550401001 140727550401001 140727550406603 0
/proc/19716/statm: 301293 298528 544 484 0 300704 0
Current children cumulated CPU time: 221.63 s
Current children cumulated vsize: 1205172 KiB
Current children cumulated memory: 1194112 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/251 19819
/proc/meminfo: memFree=126806420/131382116 swapFree=33010684/33010684
[pid=19716] ppid=19713 vsize=1205116 memory=1194056 CPUtime=281.45 cores=4,6
/proc/19716/stat : 19716 (uwrmaxsat) R 19713 19716 18738 0 -1 4194304 313900 0 0 0 28015 130 0 0 20 0 1 0 32786720 1234038784 298514 18446744073709551615 4198400 6176925 140727550393504 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 27377664 140727550400874 140727550401001 140727550401001 140727550406603 0
/proc/19716/statm: 301279 298514 544 484 0 300690 0
Current children cumulated CPU time: 281.45 s
Current children cumulated vsize: 1205116 KiB
Current children cumulated memory: 1194056 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/250 19821
/proc/meminfo: memFree=126809280/131382116 swapFree=33010684/33010684
[pid=19716] ppid=19713 vsize=1257568 memory=1246464 CPUtime=341.26 cores=4,6
/proc/19716/stat : 19716 (uwrmaxsat) R 19713 19716 18738 0 -1 4194304 319771 0 0 0 33986 140 0 0 20 0 1 0 32786720 1287749632 311616 18446744073709551615 4198400 6176925 140727550393504 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 27377664 140727550400874 140727550401001 140727550401001 140727550406603 0
/proc/19716/statm: 314392 311616 544 484 0 313803 0
Current children cumulated CPU time: 341.26 s
Current children cumulated vsize: 1257568 KiB
Current children cumulated memory: 1246464 KiB

[startup+402.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/249 19824
/proc/meminfo: memFree=126808440/131382116 swapFree=33010684/33010684
[pid=19716] ppid=19713 vsize=1209988 memory=1198984 CPUtime=401.08 cores=4,6
/proc/19716/stat : 19716 (uwrmaxsat) R 19713 19716 18738 0 -1 4194304 322913 0 0 0 39960 148 0 0 20 0 1 0 32786720 1239027712 299746 18446744073709551615 4198400 6176925 140727550393504 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 27377664 140727550400874 140727550401001 140727550401001 140727550406603 0
/proc/19716/statm: 302497 299746 544 484 0 301908 0
Current children cumulated CPU time: 401.08 s
Current children cumulated vsize: 1209988 KiB
Current children cumulated memory: 1198984 KiB

[startup+462.3 s]
/proc/loadavg: 4.16 4.10 4.09 5/249 19826
/proc/meminfo: memFree=126771032/131382116 swapFree=33010684/33010684
[pid=19716] ppid=19713 vsize=1209212 memory=1198208 CPUtime=460.9 cores=4,6
/proc/19716/stat : 19716 (uwrmaxsat) R 19713 19716 18738 0 -1 4194304 327232 0 0 0 45933 157 0 0 20 0 1 0 32786720 1238233088 299552 18446744073709551615 4198400 6176925 140727550393504 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 27377664 140727550400874 140727550401001 140727550401001 140727550406603 0
/proc/19716/statm: 302303 299552 544 484 0 301714 0
Current children cumulated CPU time: 460.9 s

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

Current children cumulated memory: 1231500 KiB

[startup+2922.3 s]
/proc/loadavg: 4.53 4.30 4.16 5/253 20137
/proc/meminfo: memFree=121278372/131382116 swapFree=33010684/33010684
[pid=19716] ppid=19713 vsize=1243292 memory=1231072 CPUtime=2913.7 cores=4,6
/proc/19716/stat : 19716 (uwrmaxsat) R 19713 19716 18738 0 -1 4194304 435515 0 0 0 290962 408 0 0 20 0 1 0 32786720 1273131008 307768 18446744073709551615 4198400 6176925 140727550393504 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 27377664 140727550400874 140727550401001 140727550401001 140727550406603 0
/proc/19716/statm: 310823 307768 544 484 0 310234 0
Current children cumulated CPU time: 2913.7 s
Current children cumulated vsize: 1243292 KiB
Current children cumulated memory: 1231072 KiB

[startup+2982.3 s]
/proc/loadavg: 4.23 4.26 4.16 5/253 20139
/proc/meminfo: memFree=121334260/131382116 swapFree=33010684/33010684
[pid=19716] ppid=19713 vsize=1245656 memory=1233436 CPUtime=2973.5 cores=4,6
/proc/19716/stat : 19716 (uwrmaxsat) R 19713 19716 18738 0 -1 4194304 437594 0 0 0 296938 412 0 0 20 0 1 0 32786720 1275551744 308359 18446744073709551615 4198400 6176925 140727550393504 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 27377664 140727550400874 140727550401001 140727550401001 140727550406603 0
/proc/19716/statm: 311414 308359 544 484 0 310825 0
Current children cumulated CPU time: 2973.5 s
Current children cumulated vsize: 1245656 KiB
Current children cumulated memory: 1233436 KiB

[startup+3042.3 s]
/proc/loadavg: 4.13 4.22 4.15 5/252 20144
/proc/meminfo: memFree=121304272/131382116 swapFree=33010684/33010684
[pid=19716] ppid=19713 vsize=1245116 memory=1232896 CPUtime=3033.31 cores=4,6
/proc/19716/stat : 19716 (uwrmaxsat) R 19713 19716 18738 0 -1 4194304 439671 0 0 0 302914 417 0 0 20 0 1 0 32786720 1274998784 308224 18446744073709551615 4198400 6176925 140727550393504 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 27377664 140727550400874 140727550401001 140727550401001 140727550406603 0
/proc/19716/statm: 311279 308224 544 484 0 310690 0
Current children cumulated CPU time: 3033.31 s
Current children cumulated vsize: 1245116 KiB
Current children cumulated memory: 1232896 KiB

[startup+3102.3 s]
/proc/loadavg: 4.16 4.21 4.15 5/252 20146
/proc/meminfo: memFree=121297852/131382116 swapFree=33010684/33010684
[pid=19716] ppid=19713 vsize=1247708 memory=1235488 CPUtime=3093.11 cores=4,6
/proc/19716/stat : 19716 (uwrmaxsat) R 19713 19716 18738 0 -1 4194304 441059 0 0 0 308890 421 0 0 20 0 1 0 32786720 1277652992 308872 18446744073709551615 4198400 6176925 140727550393504 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 27377664 140727550400874 140727550401001 140727550401001 140727550406603 0
/proc/19716/statm: 311927 308872 544 484 0 311338 0
Current children cumulated CPU time: 3093.11 s
Current children cumulated vsize: 1247708 KiB
Current children cumulated memory: 1235488 KiB

[startup+3162.3 s]
/proc/loadavg: 4.12 4.19 4.15 5/252 20152
/proc/meminfo: memFree=121302688/131382116 swapFree=33010684/33010684
[pid=19716] ppid=19713 vsize=1245276 memory=1233056 CPUtime=3152.91 cores=4,6
/proc/19716/stat : 19716 (uwrmaxsat) R 19713 19716 18738 0 -1 4194304 442199 0 0 0 314867 424 0 0 20 0 1 0 32786720 1275162624 308264 18446744073709551615 4198400 6176925 140727550393504 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 27377664 140727550400874 140727550401001 140727550401001 140727550406603 0
/proc/19716/statm: 311319 308264 544 484 0 310730 0
Current children cumulated CPU time: 3152.91 s
Current children cumulated vsize: 1245276 KiB
Current children cumulated memory: 1233056 KiB

[startup+3222.3 s]
/proc/loadavg: 4.04 4.15 4.13 5/251 20154
/proc/meminfo: memFree=121272288/131382116 swapFree=33010684/33010684
[pid=19716] ppid=19713 vsize=1244720 memory=1232500 CPUtime=3212.72 cores=4,6
/proc/19716/stat : 19716 (uwrmaxsat) R 19713 19716 18738 0 -1 4194304 444713 0 0 0 320843 429 0 0 20 0 1 0 32786720 1274593280 308125 18446744073709551615 4198400 6176925 140727550393504 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 27377664 140727550400874 140727550401001 140727550401001 140727550406603 0
/proc/19716/statm: 311180 308125 544 484 0 310591 0
Current children cumulated CPU time: 3212.72 s
Current children cumulated vsize: 1244720 KiB
Current children cumulated memory: 1232500 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.15 4.13 5/250 20156
/proc/meminfo: memFree=121267160/131382116 swapFree=33010684/33010684
[pid=19716] ppid=19713 vsize=1249324 memory=1237104 CPUtime=3272.52 cores=4,6
/proc/19716/stat : 19716 (uwrmaxsat) R 19713 19716 18738 0 -1 4194304 445910 0 0 0 326819 433 0 0 20 0 1 0 32786720 1279307776 309276 18446744073709551615 4198400 6176925 140727550393504 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 27377664 140727550400874 140727550401001 140727550401001 140727550406603 0
/proc/19716/statm: 312331 309276 544 484 0 311742 0
Current children cumulated CPU time: 3272.52 s
Current children cumulated vsize: 1249324 KiB
Current children cumulated memory: 1237104 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.14 4.13 5/250 20158
/proc/meminfo: memFree=121249880/131382116 swapFree=33010684/33010684
[pid=19716] ppid=19713 vsize=1249392 memory=1237172 CPUtime=3332.32 cores=4,6
/proc/19716/stat : 19716 (uwrmaxsat) R 19713 19716 18738 0 -1 4194304 447357 0 0 0 332795 437 0 0 20 0 1 0 32786720 1279377408 309293 18446744073709551615 4198400 6176925 140727550393504 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 27377664 140727550400874 140727550401001 140727550401001 140727550406603 0
/proc/19716/statm: 312348 309293 544 484 0 311759 0
Current children cumulated CPU time: 3332.32 s
Current children cumulated vsize: 1249392 KiB
Current children cumulated memory: 1237172 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.14 4.13 5/250 20160
/proc/meminfo: memFree=121298556/131382116 swapFree=33010684/33010684
[pid=19716] ppid=19713 vsize=1243852 memory=1231632 CPUtime=3392.12 cores=4,6
/proc/19716/stat : 19716 (uwrmaxsat) R 19713 19716 18738 0 -1 4194304 448946 0 0 0 338772 440 0 0 20 0 1 0 32786720 1273704448 307908 18446744073709551615 4198400 6176925 140727550393504 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 27377664 140727550400874 140727550401001 140727550401001 140727550406603 0
/proc/19716/statm: 310963 307908 544 484 0 310374 0
Current children cumulated CPU time: 3392.12 s
Current children cumulated vsize: 1243852 KiB
Current children cumulated memory: 1231632 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.13 4.12 5/250 20162
/proc/meminfo: memFree=121250176/131382116 swapFree=33010684/33010684
[pid=19716] ppid=19713 vsize=1246320 memory=1234100 CPUtime=3451.92 cores=4,6
/proc/19716/stat : 19716 (uwrmaxsat) R 19713 19716 18738 0 -1 4194304 450386 0 0 0 344748 444 0 0 20 0 1 0 32786720 1276231680 308525 18446744073709551615 4198400 6176925 140727550393504 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 27377664 140727550400874 140727550401001 140727550401001 140727550406603 0
/proc/19716/statm: 311580 308525 544 484 0 310991 0
Current children cumulated CPU time: 3451.92 s
Current children cumulated vsize: 1246320 KiB
Current children cumulated memory: 1234100 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.12 4.12 5/249 20164
/proc/meminfo: memFree=121285476/131382116 swapFree=33010684/33010684
[pid=19716] ppid=19713 vsize=1255624 memory=1243404 CPUtime=3511.73 cores=4,6
/proc/19716/stat : 19716 (uwrmaxsat) R 19713 19716 18738 0 -1 4194304 451685 0 0 0 350725 448 0 0 20 0 1 0 32786720 1285758976 310851 18446744073709551615 4198400 6176925 140727550393504 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 27377664 140727550400874 140727550401001 140727550401001 140727550406603 0
/proc/19716/statm: 313906 310851 544 484 0 313317 0
Current children cumulated CPU time: 3511.73 s
Current children cumulated vsize: 1255624 KiB
Current children cumulated memory: 1243404 KiB

[startup+3582.3 s]
/proc/loadavg: 4.14 4.12 4.12 5/249 20166
/proc/meminfo: memFree=121276588/131382116 swapFree=33010684/33010684
[pid=19716] ppid=19713 vsize=1246448 memory=1234228 CPUtime=3571.53 cores=4,6
/proc/19716/stat : 19716 (uwrmaxsat) R 19713 19716 18738 0 -1 4194304 454007 0 0 0 356700 453 0 0 20 0 1 0 32786720 1276362752 308557 18446744073709551615 4198400 6176925 140727550393504 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 27377664 140727550400874 140727550401001 140727550401001 140727550406603 0
/proc/19716/statm: 311612 308557 544 484 0 311023 0
Current children cumulated CPU time: 3571.53 s
Current children cumulated vsize: 1246448 KiB
Current children cumulated memory: 1234228 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.9 s]
/proc/loadavg: 4.08 4.11 4.11 5/249 20169
/proc/meminfo: memFree=121170264/131382116 swapFree=33010684/33010684
[pid=19716] ppid=19713 vsize=1247452 memory=1235232 CPUtime=3600.03 cores=4,6
/proc/19716/stat : 19716 (uwrmaxsat) R 19713 19716 18738 0 -1 4194304 454645 0 0 0 359549 454 0 0 20 0 1 0 32786720 1277390848 308808 18446744073709551615 4198400 6176925 140727550393504 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 27377664 140727550400874 140727550401001 140727550401001 140727550406603 0
/proc/19716/statm: 311863 308808 544 484 0 311274 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 1247452 KiB
Current children cumulated memory: 1235232 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.49 s, system=4.54791 s

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

[startup+3610.9 s]
/proc/loadavg: 4.08 4.11 4.11 5/249 20169
/proc/meminfo: memFree=121170264/131382116 swapFree=33010684/33010684
[pid=19716] ppid=19713 vsize=1247452 memory=1235232 CPUtime=3600.03 cores=4,6
/proc/19716/stat : 19716 (uwrmaxsat) R 19713 19716 18738 0 -1 4194304 454645 0 0 0 359549 454 0 0 20 0 1 0 32786720 1277390848 308808 18446744073709551615 4198400 6176925 140727550393504 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 27377664 140727550400874 140727550401001 140727550401001 140727550406603 0
/proc/19716/statm: 311863 308808 544 484 0 311274 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 1247452 KiB
Current children cumulated memory: 1235232 KiB

Child status: 0

Real time (s): 3610.9
CPU time (s): 3600.04
CPU user time (s): 3595.49
CPU system time (s): 4.54791
CPU usage (%): 99.6992
Max. virtual memory (cumulated for all children) (KiB): 1386360
Max. memory (cumulated for all children) (KiB): 1367952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.49
system time used= 4.54791
maximum resident set size= 1367952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 454645
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= 423
involuntary context switches= 2701


# summary of solver processes directly reported to runsolver:
#   pid: 19716
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3595.49
#   total CPU system time (s): 4.54791

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.723 second user time and 35.3442 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-06-29 06:24:33
IDJOB=4503616
IDBENCH=155524
IDSOLVER=3372
FILE ID=nodeC010/4503616-1751171072
RUNJOBID= nodeC010-1751167366-18749
SLURM_JOB_ID= 9587506
Free space on /tmp= 432984 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-147.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4503616-1751171072/watcher-4503616-1751171072 -o /tmp/evaluation-result-4503616-1751171072/solver-4503616-1751171072 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751167366-18749 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4503616-1751171072.opb -mem-lim=31000

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

MD5SUM BENCH= 68b1290c926351b4227086ab823cce81
RANDOM SEED=2064640729

nodeC010 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		: 3660.981
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.36
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.596
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.36
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.837
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.36
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.424
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.36
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		: 1197.271
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.36
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		: 3662.361
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.36
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		: 1695.957
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.36
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.672
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        129127292 kB
MemAvailable:   128873424 kB
Buffers:            3280 kB
Cached:           557864 kB
SwapCached:            0 kB
Active:          1407972 kB
Inactive:         266500 kB
Active(anon):    1131288 kB
Inactive(anon):        0 kB
Active(file):     276684 kB
Inactive(file):   266500 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             55624 kB
Writeback:             0 kB
AnonPages:       1114456 kB
Mapped:           109456 kB
Shmem:             17960 kB
KReclaimable:      85152 kB
Slab:             164088 kB
SReclaimable:      85152 kB
SUnreclaim:        78936 kB
KernelStack:        4080 kB
PageTables:         5120 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    1463140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149368 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    397312 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 432748 MiB
End job on nodeC010 at 2025-06-29 07:24:44