Trace number 4541659

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 3609.9

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
inequalities/OPB/ineq6/normalized-29array_ineq6.opb
MD5SUMe0dec10818bb8f0f47ba8429a0e85943
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.84362
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5220
Total number of constraints6961
Number of constraints which are clauses5133
Number of constraints which are cardinality constraints (but not clauses)29
Number of constraints which are nor clauses,nor cardinality constraints1799
Minimum length of a constraint1
Maximum length of a constraint116
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 144115188075855872
Number of bits of the biggest number in a constraint 58
Biggest sum of numbers in a constraint 576460752303423487
Number of bits of the biggest sum of numbers59
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c Using cadical-2.1.3-f13d744 SAT solver by Armin Biere et al. (2016 - )
0.00/0.00	c Setting memory limit to 31000MB.
0.00/0.00	c Parsing PB file...
0.00/0.04	c Converting 6983 PB-constraints to clauses...
0.00/0.09	c ============================[ Encoding Statistics ]============================
0.00/0.09	c |  Number of variables:          7815                                         |
0.00/0.09	c |  Number of clauses:           25463                                         |
0.00/0.09	c ===============================================================================
3600.03/3609.90	c *** TERMINATED by signal 15 ***
3600.03/3609.90	c _______________________________________________________________________________
3600.03/3609.90	c 
3600.03/3609.90	c _______________________________________________________________________________
3600.03/3609.90	c 
3600.03/3609.90	c =======================[ UWrMaxSat resources usage ]===========================
3600.03/3609.90	c Memory used            : 184.00 MB
3600.03/3609.90	c CPU time               : 3599.73 s
3600.03/3609.90	c Constr Enc: Srt/BDD/Add: 2607 0 0
3600.03/3609.90	c _______________________________________________________________________________
3600.03/3609.90	c _______________________________________________________________________________
3600.03/3609.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: 63665 MiB (62514 MiB free)
  memory of node 1: 64507 MiB (63513 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4541659-1753209881/watcher-4541659-1753209881 -o /tmp/evaluation-result-4541659-1753209881/solver-4541659-1753209881 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1753209881-165423 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4541659-1753209881.opb -mem-lim=31000 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100058 s]*
/proc/loadavg: 1.75 3.48 3.88 5/264 165479
/proc/meminfo: memFree=129034496/131249988 swapFree=33010160/33010684
[pid=165474] ppid=165466 vsize=15732 memory=14692 CPUtime=0.09 cores=5,7
/proc/165474/stat : 165474 (uwrmaxsat) R 165466 165474 165410 0 -1 4194304 3696 0 0 0 9 0 0 0 20 0 1 0 236666956 16109568 3673 18446744073709551615 4198400 6176925 140721286058256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 33644544 140721286064488 140721286064615 140721286064615 140721286070219 0
/proc/165474/statm: 3933 3673 512 484 0 3344 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 15732 KiB
Current children cumulated memory: 14692 KiB

[startup+0.205251 s]*
/proc/loadavg: 1.75 3.48 3.88 5/264 165479
/proc/meminfo: memFree=129032984/131249988 swapFree=33010160/33010684
[pid=165474] ppid=165466 vsize=16756 memory=15848 CPUtime=0.2 cores=5,7
/proc/165474/stat : 165474 (uwrmaxsat) R 165466 165474 165410 0 -1 4194304 4196 0 0 0 20 0 0 0 20 0 1 0 236666956 17158144 3962 18446744073709551615 4198400 6176925 140721286058256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 33644544 140721286064488 140721286064615 140721286064615 140721286070219 0
/proc/165474/statm: 4189 3962 544 484 0 3600 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 16756 KiB
Current children cumulated memory: 15848 KiB

[startup+0.304916 s]*
/proc/loadavg: 1.75 3.48 3.88 5/264 165479
/proc/meminfo: memFree=129032976/131249988 swapFree=33010160/33010684
[pid=165474] ppid=165466 vsize=16012 memory=15104 CPUtime=0.3 cores=5,7
/proc/165474/stat : 165474 (uwrmaxsat) R 165466 165474 165410 0 -1 4194304 4459 0 0 0 30 0 0 0 20 0 1 0 236666956 16396288 3776 18446744073709551615 4198400 6176925 140721286058256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 33644544 140721286064488 140721286064615 140721286064615 140721286070219 0
/proc/165474/statm: 4003 3776 544 484 0 3414 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 16012 KiB
Current children cumulated memory: 15104 KiB

[startup+0.700118 s]
/proc/loadavg: 1.75 3.48 3.88 5/264 165479
/proc/meminfo: memFree=129031464/131249988 swapFree=33010160/33010684
[pid=165474] ppid=165466 vsize=19632 memory=18356 CPUtime=0.68 cores=5,7
/proc/165474/stat : 165474 (uwrmaxsat) R 165466 165474 165410 0 -1 4194304 5852 0 0 0 68 0 0 0 20 0 1 0 236666956 20103168 4589 18446744073709551615 4198400 6176925 140721286058256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 33644544 140721286064488 140721286064615 140721286064615 140721286070219 0
/proc/165474/statm: 4908 4589 544 484 0 4319 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 19632 KiB
Current children cumulated memory: 18356 KiB

[startup+1.50012 s]
/proc/loadavg: 1.75 3.48 3.88 5/264 165479
/proc/meminfo: memFree=129027432/131249988 swapFree=33010160/33010684
[pid=165474] ppid=165466 vsize=18732 memory=17580 CPUtime=1.49 cores=5,7
/proc/165474/stat : 165474 (uwrmaxsat) R 165466 165474 165410 0 -1 4194304 6313 0 0 0 148 1 0 0 20 0 1 0 236666956 19181568 4395 18446744073709551615 4198400 6176925 140721286058256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 33644544 140721286064488 140721286064615 140721286064615 140721286070219 0
/proc/165474/statm: 4683 4395 544 484 0 4094 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 18732 KiB
Current children cumulated memory: 17580 KiB

[startup+3.10533 s]
/proc/loadavg: 1.75 3.48 3.88 5/264 165479
/proc/meminfo: memFree=129023756/131249988 swapFree=33010160/33010684
[pid=165474] ppid=165466 vsize=21120 memory=20012 CPUtime=3.09 cores=5,7
/proc/165474/stat : 165474 (uwrmaxsat) R 165466 165474 165410 0 -1 4194304 6945 0 0 0 308 1 0 0 20 0 1 0 236666956 21626880 5003 18446744073709551615 4198400 6176925 140721286058256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 33644544 140721286064488 140721286064615 140721286064615 140721286070219 0
/proc/165474/statm: 5280 5003 544 484 0 4691 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 21120 KiB
Current children cumulated memory: 20012 KiB

[startup+6.30012 s]
/proc/loadavg: 1.93 3.49 3.88 5/264 165479
/proc/meminfo: memFree=129017644/131249988 swapFree=33010160/33010684
[pid=165474] ppid=165466 vsize=21912 memory=20736 CPUtime=6.27 cores=5,7
/proc/165474/stat : 165474 (uwrmaxsat) R 165466 165474 165410 0 -1 4194304 10063 0 0 0 626 1 0 0 20 0 1 0 236666956 22437888 5184 18446744073709551615 4198400 6176925 140721286058256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 33644544 140721286064488 140721286064615 140721286064615 140721286070219 0
/proc/165474/statm: 5478 5184 544 484 0 4889 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 21912 KiB
Current children cumulated memory: 20736 KiB

[startup+12.7001 s]
/proc/loadavg: 2.18 3.52 3.89 5/264 165479
/proc/meminfo: memFree=129009076/131249988 swapFree=33010160/33010684
[pid=165474] ppid=165466 vsize=21884 memory=20812 CPUtime=12.65 cores=5,7
/proc/165474/stat : 165474 (uwrmaxsat) R 165466 165474 165410 0 -1 4194304 13647 0 0 0 1263 2 0 0 20 0 1 0 236666956 22409216 5203 18446744073709551615 4198400 6176925 140721286058256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 33644544 140721286064488 140721286064615 140721286064615 140721286070219 0
/proc/165474/statm: 5471 5203 544 484 0 4882 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 21884 KiB
Current children cumulated memory: 20812 KiB

[startup+25.5001 s]
/proc/loadavg: 2.58 3.54 3.89 5/264 165480
/proc/meminfo: memFree=128982808/131249988 swapFree=33010160/33010684
[pid=165474] ppid=165466 vsize=26724 memory=25596 CPUtime=25.41 cores=5,7
/proc/165474/stat : 165474 (uwrmaxsat) R 165466 165474 165410 0 -1 4194304 15998 0 0 0 2538 3 0 0 20 0 1 0 236666956 27365376 6399 18446744073709551615 4198400 6176925 140721286058256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 33644544 140721286064488 140721286064615 140721286064615 140721286070219 0
/proc/165474/statm: 6681 6399 544 484 0 6092 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 26724 KiB
Current children cumulated memory: 25596 KiB

[startup+51.1054 s]
/proc/loadavg: 3.07 3.58 3.89 5/264 165480
/proc/meminfo: memFree=128948044/131249988 swapFree=33010160/33010684
[pid=165474] ppid=165466 vsize=29748 memory=28684 CPUtime=50.94 cores=5,7
/proc/165474/stat : 165474 (uwrmaxsat) R 165466 165474 165410 0 -1 4194304 22481 0 0 0 5089 5 0 0 20 0 1 0 236666956 30461952 7171 18446744073709551615 4198400 6176925 140721286058256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 33644544 140721286064488 140721286064615 140721286064615 140721286070219 0
/proc/165474/statm: 7437 7171 544 484 0 6848 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 29748 KiB
Current children cumulated memory: 28684 KiB

[startup+102.3 s]
/proc/loadavg: 3.63 3.66 3.91 5/264 165482
/proc/meminfo: memFree=128904108/131249988 swapFree=33010160/33010684
[pid=165474] ppid=165466 vsize=61032 memory=60164 CPUtime=101.98 cores=5,7
/proc/165474/stat : 165474 (uwrmaxsat) R 165466 165474 165410 0 -1 4194304 28777 0 0 0 10191 7 0 0 20 0 1 0 236666956 62496768 15041 18446744073709551615 4198400 6176925 140721286058256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 33644544 140721286064488 140721286064615 140721286064615 140721286070219 0
/proc/165474/statm: 15258 15041 544 484 0 14669 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 61032 KiB
Current children cumulated memory: 60164 KiB

[startup+162.3 s]
/proc/loadavg: 3.92 3.74 3.92 5/264 165484
/proc/meminfo: memFree=128874740/131249988 swapFree=33010160/33010684
[pid=165474] ppid=165466 vsize=45848 memory=45056 CPUtime=161.83 cores=5,7
/proc/165474/stat : 165474 (uwrmaxsat) R 165466 165474 165410 0 -1 4194304 29696 0 0 0 16176 7 0 0 20 0 1 0 236666956 46948352 11264 18446744073709551615 4198400 6176925 140721286058256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 33644544 140721286064488 140721286064615 140721286064615 140721286070219 0
/proc/165474/statm: 11462 11264 544 484 0 10873 0
Current children cumulated CPU time: 161.83 s
Current children cumulated vsize: 45848 KiB
Current children cumulated memory: 45056 KiB

[startup+222.3 s]
/proc/loadavg: 4.01 3.80 3.93 5/264 165486
/proc/meminfo: memFree=128842672/131249988 swapFree=33010160/33010684
[pid=165474] ppid=165466 vsize=56992 memory=56068 CPUtime=221.67 cores=5,7
/proc/165474/stat : 165474 (uwrmaxsat) R 165466 165474 165410 0 -1 4194304 30966 0 0 0 22160 7 0 0 20 0 1 0 236666956 58359808 14017 18446744073709551615 4198400 6176925 140721286058256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 33644544 140721286064488 140721286064615 140721286064615 140721286070219 0
/proc/165474/statm: 14248 14017 544 484 0 13659 0
Current children cumulated CPU time: 221.67 s
Current children cumulated vsize: 56992 KiB
Current children cumulated memory: 56068 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 3.87 3.95 5/263 165488
/proc/meminfo: memFree=128829472/131249988 swapFree=33010160/33010684
[pid=165474] ppid=165466 vsize=51352 memory=50452 CPUtime=281.49 cores=5,7
/proc/165474/stat : 165474 (uwrmaxsat) R 165466 165474 165410 0 -1 4194304 35074 0 0 0 28141 8 0 0 20 0 1 0 236666956 52584448 12613 18446744073709551615 4198400 6176925 140721286058256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 33644544 140721286064488 140721286064615 140721286064615 140721286070219 0
/proc/165474/statm: 12838 12613 544 484 0 12249 0
Current children cumulated CPU time: 281.49 s
Current children cumulated vsize: 51352 KiB
Current children cumulated memory: 50452 KiB

[startup+342.3 s]
/proc/loadavg: 4.04 3.90 3.95 5/263 165535
/proc/meminfo: memFree=128843796/131249988 swapFree=33010160/33010684
[pid=165474] ppid=165466 vsize=67040 memory=66180 CPUtime=341.32 cores=5,7
/proc/165474/stat : 165474 (uwrmaxsat) R 165466 165474 165410 0 -1 4194304 37797 0 0 0 34123 9 0 0 20 0 1 0 236666956 68648960 16545 18446744073709551615 4198400 6176925 140721286058256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 33644544 140721286064488 140721286064615 140721286064615 140721286070219 0
/proc/165474/statm: 16760 16545 544 484 0 16171 0
Current children cumulated CPU time: 341.32 s
Current children cumulated vsize: 67040 KiB
Current children cumulated memory: 66180 KiB

[startup+402.3 s]
/proc/loadavg: 4.12 3.95 3.97 5/263 165537
/proc/meminfo: memFree=128832632/131249988 swapFree=33010160/33010684
[pid=165474] ppid=165466 vsize=76164 memory=75268 CPUtime=401.17 cores=5,7
/proc/165474/stat : 165474 (uwrmaxsat) R 165466 165474 165410 0 -1 4194304 42542 0 0 0 40106 11 0 0 20 0 1 0 236666956 77991936 18817 18446744073709551615 4198400 6176925 140721286058256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 33644544 140721286064488 140721286064615 140721286064615 140721286070219 0
/proc/165474/statm: 19041 18817 544 484 0 18452 0
Current children cumulated CPU time: 401.17 s
Current children cumulated vsize: 76164 KiB
Current children cumulated memory: 75268 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 3.97 3.98 5/264 165540
/proc/meminfo: memFree=128812588/131249988 swapFree=33010160/33010684
[pid=165474] ppid=165466 vsize=78272 memory=77444 CPUtime=461.03 cores=5,7
/proc/165474/stat : 165474 (uwrmaxsat) R 165466 165474 165410 0 -1 4194304 43069 0 0 0 46091 12 0 0 20 0 1 0 236666956 80150528 19361 18446744073709551615 4198400 6176925 140721286058256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 33644544 140721286064488 140721286064615 140721286064615 140721286070219 0
/proc/165474/statm: 19568 19361 544 484 0 18979 0

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

Current children cumulated memory: 133380 KiB

[startup+2922.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/262 165666
/proc/meminfo: memFree=128547124/131249988 swapFree=33010160/33010684
[pid=165474] ppid=165466 vsize=134292 memory=133380 CPUtime=2914.3 cores=5,7
/proc/165474/stat : 165474 (uwrmaxsat) R 165466 165474 165410 0 -1 4194304 70072 0 0 0 291402 28 0 0 20 0 1 0 236666956 137515008 33345 18446744073709551615 4198400 6176925 140721286058256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 33644544 140721286064488 140721286064615 140721286064615 140721286070219 0
/proc/165474/statm: 33573 33345 544 484 0 32984 0
Current children cumulated CPU time: 2914.3 s
Current children cumulated vsize: 134292 KiB
Current children cumulated memory: 133380 KiB

[startup+2982.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/263 165675
/proc/meminfo: memFree=128567064/131249988 swapFree=33010160/33010684
[pid=165474] ppid=165466 vsize=134292 memory=133380 CPUtime=2974.14 cores=5,7
/proc/165474/stat : 165474 (uwrmaxsat) R 165466 165474 165410 0 -1 4194304 70072 0 0 0 297386 28 0 0 20 0 1 0 236666956 137515008 33345 18446744073709551615 4198400 6176925 140721286058256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 33644544 140721286064488 140721286064615 140721286064615 140721286070219 0
/proc/165474/statm: 33573 33345 544 484 0 32984 0
Current children cumulated CPU time: 2974.14 s
Current children cumulated vsize: 134292 KiB
Current children cumulated memory: 133380 KiB

[startup+3042.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/263 165677
/proc/meminfo: memFree=128566412/131249988 swapFree=33010160/33010684
[pid=165474] ppid=165466 vsize=134292 memory=133380 CPUtime=3033.98 cores=5,7
/proc/165474/stat : 165474 (uwrmaxsat) R 165466 165474 165410 0 -1 4194304 70132 0 0 0 303370 28 0 0 20 0 1 0 236666956 137515008 33345 18446744073709551615 4198400 6176925 140721286058256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 33644544 140721286064488 140721286064615 140721286064615 140721286070219 0
/proc/165474/statm: 33573 33345 544 484 0 32984 0
Current children cumulated CPU time: 3033.98 s
Current children cumulated vsize: 134292 KiB
Current children cumulated memory: 133380 KiB

[startup+3102.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/263 165679
/proc/meminfo: memFree=128566844/131249988 swapFree=33010160/33010684
[pid=165474] ppid=165466 vsize=134292 memory=133380 CPUtime=3093.82 cores=5,7
/proc/165474/stat : 165474 (uwrmaxsat) R 165466 165474 165410 0 -1 4194304 70134 0 0 0 309354 28 0 0 20 0 1 0 236666956 137515008 33345 18446744073709551615 4198400 6176925 140721286058256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 33644544 140721286064488 140721286064615 140721286064615 140721286070219 0
/proc/165474/statm: 33573 33345 544 484 0 32984 0
Current children cumulated CPU time: 3093.82 s
Current children cumulated vsize: 134292 KiB
Current children cumulated memory: 133380 KiB

[startup+3162.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/263 165681
/proc/meminfo: memFree=128511540/131249988 swapFree=33010160/33010684
[pid=165474] ppid=165466 vsize=134292 memory=133380 CPUtime=3153.66 cores=5,7
/proc/165474/stat : 165474 (uwrmaxsat) R 165466 165474 165410 0 -1 4194304 70134 0 0 0 315338 28 0 0 20 0 1 0 236666956 137515008 33345 18446744073709551615 4198400 6176925 140721286058256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 33644544 140721286064488 140721286064615 140721286064615 140721286070219 0
/proc/165474/statm: 33573 33345 544 484 0 32984 0
Current children cumulated CPU time: 3153.66 s
Current children cumulated vsize: 134292 KiB
Current children cumulated memory: 133380 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/264 165684
/proc/meminfo: memFree=128527044/131249988 swapFree=33010160/33010684
[pid=165474] ppid=165466 vsize=163752 memory=162820 CPUtime=3213.49 cores=5,7
/proc/165474/stat : 165474 (uwrmaxsat) R 165466 165474 165410 0 -1 4194304 71367 0 0 0 321321 28 0 0 20 0 1 0 236666956 167682048 40705 18446744073709551615 4198400 6176925 140721286058256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 33644544 140721286064488 140721286064615 140721286064615 140721286070219 0
/proc/165474/statm: 40938 40705 544 484 0 40349 0
Current children cumulated CPU time: 3213.49 s
Current children cumulated vsize: 163752 KiB
Current children cumulated memory: 162820 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/263 165686
/proc/meminfo: memFree=128507356/131249988 swapFree=33010160/33010684
[pid=165474] ppid=165466 vsize=163752 memory=162820 CPUtime=3273.33 cores=5,7
/proc/165474/stat : 165474 (uwrmaxsat) R 165466 165474 165410 0 -1 4194304 71367 0 0 0 327305 28 0 0 20 0 1 0 236666956 167682048 40705 18446744073709551615 4198400 6176925 140721286058256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 33644544 140721286064488 140721286064615 140721286064615 140721286070219 0
/proc/165474/statm: 40938 40705 544 484 0 40349 0
Current children cumulated CPU time: 3273.33 s
Current children cumulated vsize: 163752 KiB
Current children cumulated memory: 162820 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/263 165688
/proc/meminfo: memFree=128476332/131249988 swapFree=33010160/33010684
[pid=165474] ppid=165466 vsize=163752 memory=162820 CPUtime=3333.16 cores=5,7
/proc/165474/stat : 165474 (uwrmaxsat) R 165466 165474 165410 0 -1 4194304 71369 0 0 0 333288 28 0 0 20 0 1 0 236666956 167682048 40705 18446744073709551615 4198400 6176925 140721286058256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 33644544 140721286064488 140721286064615 140721286064615 140721286070219 0
/proc/165474/statm: 40938 40705 544 484 0 40349 0
Current children cumulated CPU time: 3333.16 s
Current children cumulated vsize: 163752 KiB
Current children cumulated memory: 162820 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/263 165690
/proc/meminfo: memFree=128523740/131249988 swapFree=33010160/33010684
[pid=165474] ppid=165466 vsize=140388 memory=139524 CPUtime=3393.01 cores=5,7
/proc/165474/stat : 165474 (uwrmaxsat) R 165466 165474 165410 0 -1 4194304 72285 0 0 0 339271 30 0 0 20 0 1 0 236666956 143757312 34881 18446744073709551615 4198400 6176925 140721286058256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 33644544 140721286064488 140721286064615 140721286064615 140721286070219 0
/proc/165474/statm: 35097 34881 544 484 0 34508 0
Current children cumulated CPU time: 3393.01 s
Current children cumulated vsize: 140388 KiB
Current children cumulated memory: 139524 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/263 165692
/proc/meminfo: memFree=128527368/131249988 swapFree=33010160/33010684
[pid=165474] ppid=165466 vsize=167248 memory=166404 CPUtime=3452.83 cores=5,7
/proc/165474/stat : 165474 (uwrmaxsat) R 165466 165474 165410 0 -1 4194304 72868 0 0 0 345253 30 0 0 20 0 1 0 236666956 171261952 41601 18446744073709551615 4198400 6176925 140721286058256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 33644544 140721286064488 140721286064615 140721286064615 140721286070219 0
/proc/165474/statm: 41812 41601 544 484 0 41223 0
Current children cumulated CPU time: 3452.83 s
Current children cumulated vsize: 167248 KiB
Current children cumulated memory: 166404 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/263 165693
/proc/meminfo: memFree=128473060/131249988 swapFree=33010160/33010684
[pid=165474] ppid=165466 vsize=169788 memory=168964 CPUtime=3512.67 cores=5,7
/proc/165474/stat : 165474 (uwrmaxsat) R 165466 165474 165410 0 -1 4194304 73503 0 0 0 351237 30 0 0 20 0 1 0 236666956 173862912 42241 18446744073709551615 4198400 6176925 140721286058256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 33644544 140721286064488 140721286064615 140721286064615 140721286070219 0
/proc/165474/statm: 42447 42241 544 484 0 41858 0
Current children cumulated CPU time: 3512.67 s
Current children cumulated vsize: 169788 KiB
Current children cumulated memory: 168964 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/263 165702
/proc/meminfo: memFree=128470368/131249988 swapFree=33010160/33010684
[pid=165474] ppid=165466 vsize=112788 memory=111876 CPUtime=3572.51 cores=5,7
/proc/165474/stat : 165474 (uwrmaxsat) R 165466 165474 165410 0 -1 4194304 74136 0 0 0 357220 31 0 0 20 0 1 0 236666956 115494912 27969 18446744073709551615 4198400 6176925 140721286058256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 33644544 140721286064488 140721286064615 140721286064615 140721286070219 0
/proc/165474/statm: 28197 27969 544 484 0 27608 0
Current children cumulated CPU time: 3572.51 s
Current children cumulated vsize: 112788 KiB
Current children cumulated memory: 111876 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.9 s]
/proc/loadavg: 4.05 4.09 4.09 5/263 165703
/proc/meminfo: memFree=128397948/131249988 swapFree=33010160/33010684
[pid=165474] ppid=165466 vsize=144848 memory=144004 CPUtime=3600.03 cores=5,7
/proc/165474/stat : 165474 (uwrmaxsat) R 165466 165474 165410 0 -1 4194304 74486 0 0 0 359972 31 0 0 20 0 1 0 236666956 148324352 36001 18446744073709551615 4198400 6176925 140721286058256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 33644544 140721286064488 140721286064615 140721286064615 140721286070219 0
/proc/165474/statm: 36212 36001 544 484 0 35623 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 144848 KiB
Current children cumulated memory: 144004 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.73 s, system=0.317976 s

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

[startup+3609.9 s]
/proc/loadavg: 4.05 4.09 4.09 5/263 165703
/proc/meminfo: memFree=128397948/131249988 swapFree=33010160/33010684
[pid=165474] ppid=165466 vsize=144848 memory=144004 CPUtime=3600.03 cores=5,7
/proc/165474/stat : 165474 (uwrmaxsat) R 165466 165474 165410 0 -1 4194304 74486 0 0 0 359972 31 0 0 20 0 1 0 236666956 148324352 36001 18446744073709551615 4198400 6176925 140721286058256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 33644544 140721286064488 140721286064615 140721286064615 140721286070219 0
/proc/165474/statm: 36212 36001 544 484 0 35623 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 144848 KiB
Current children cumulated memory: 144004 KiB

Child status: 0

Real time (s): 3609.9
CPU time (s): 3600.04
CPU user time (s): 3599.73
CPU system time (s): 0.317976
CPU usage (%): 99.7269
Max. virtual memory (cumulated for all children) (KiB): 188132
Max. memory (cumulated for all children) (KiB): 186460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.73
system time used= 0.317976
maximum resident set size= 188304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74486
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= 30
involuntary context switches= 2099


# summary of solver processes directly reported to runsolver:
#   pid: 165474
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3599.73
#   total CPU system time (s): 0.317976

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.81845 second user time and 17.4758 second system time

The end

Launcher Data

Begin job on nodeC034 at 2025-07-22 20:44:41
IDJOB=4541659
IDBENCH=163217
IDSOLVER=3372
FILE ID=nodeC034/4541659-1753209881
RUNJOBID= nodeC034-1753209881-165423
SLURM_JOB_ID= 9687778
Free space on /tmp= 433036 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/inequalities/OPB/ineq6/normalized-29array_ineq6.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4541659-1753209881/watcher-4541659-1753209881 -o /tmp/evaluation-result-4541659-1753209881/solver-4541659-1753209881 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1753209881-165423 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4541659-1753209881.opb -mem-lim=31000

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

MD5SUM BENCH= e0dec10818bb8f0f47ba8429a0e85943
RANDOM SEED=942850719

nodeC034 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.877
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.53
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.630
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.53
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		: 3596.514
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.53
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.759
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.53
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.173
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.53
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.748
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.53
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.885
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.53
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		: 3601.571
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.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        129068516 kB
MemAvailable:   129665516 kB
Buffers:            2128 kB
Cached:          1336120 kB
SwapCached:           32 kB
Active:          1205444 kB
Inactive:         215500 kB
Active(anon):     106808 kB
Inactive(anon):     2152 kB
Active(file):    1098636 kB
Inactive(file):   213348 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7776 kB
Writeback:             0 kB
AnonPages:         85752 kB
Mapped:           110096 kB
Shmem:             26264 kB
KReclaimable:     248108 kB
Slab:             346468 kB
SReclaimable:     248108 kB
SUnreclaim:        98360 kB
KernelStack:        4108 kB
PageTables:         2736 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     377584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 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:      189140 kB
DirectMap2M:     7970816 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433028 MiB
End job on nodeC034 at 2025-07-22 21:44:51