Trace number 4541542

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.03 3609.8

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
inequalities/OPB/ineq5/normalized-30array_ineq5.opb
MD5SUMc057026a3dee35393963218173951f41
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 benchmark1264.48
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5610
Total number of constraints7531
Number of constraints which are clauses5580
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints1921
Minimum length of a constraint1
Maximum length of a constraint120
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 576460752303423488
Number of bits of the biggest number in a constraint 60
Biggest sum of numbers in a constraint 2305843009213693951
Number of bits of the biggest sum of numbers61
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.05	c Converting 9421 PB-constraints to clauses...
0.00/0.10	c ============================[ Encoding Statistics ]============================
0.00/0.10	c |  Number of variables:          8506                                         |
0.00/0.10	c |  Number of clauses:           28123                                         |
0.00/0.10	c ===============================================================================
3600.01/3609.80	c *** TERMINATED by signal 15 ***
3600.01/3609.80	c _______________________________________________________________________________
3600.01/3609.80	c 
3600.01/3609.80	c _______________________________________________________________________________
3600.01/3609.80	c 
3600.01/3609.80	c =======================[ UWrMaxSat resources usage ]===========================
3600.01/3609.80	c Memory used            : 201.00 MB
3600.01/3609.80	c CPU time               : 3599.68 s
3600.01/3609.80	c Constr Enc: Srt/BDD/Add: 2385 0 0
3600.01/3609.80	c _______________________________________________________________________________
3600.01/3609.80	c _______________________________________________________________________________
3600.01/3609.80	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 (62515 MiB free)
  memory of node 1: 64507 MiB (63528 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=165454, runsolver pid=165447

[startup+0.100061 s]*
/proc/loadavg: 1.75 3.48 3.88 3/258 165470
/proc/meminfo: memFree=129052704/131249988 swapFree=33010160/33010684
[pid=165454] ppid=165447 vsize=18048 memory=16988 CPUtime=0.09 cores=1,3
/proc/165454/stat : 165454 (uwrmaxsat) R 165447 165454 165410 0 -1 4194304 4313 0 0 0 9 0 0 0 20 0 1 0 236666945 18481152 4247 18446744073709551615 4198400 6176925 140729225073504 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 22888448 140729225079144 140729225079271 140729225079271 140729225084875 0
/proc/165454/statm: 4512 4247 480 484 0 3923 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18048 KiB
Current children cumulated memory: 16988 KiB

[startup+0.205294 s]*
/proc/loadavg: 1.75 3.48 3.88 5/264 165479
/proc/meminfo: memFree=129034496/131249988 swapFree=33010160/33010684
[pid=165454] ppid=165447 vsize=19140 memory=18268 CPUtime=0.19 cores=1,3
/proc/165454/stat : 165454 (uwrmaxsat) R 165447 165454 165410 0 -1 4194304 4591 0 0 0 19 0 0 0 20 0 1 0 236666945 19599360 4567 18446744073709551615 4198400 6176925 140729225073504 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 22888448 140729225079144 140729225079271 140729225079271 140729225084875 0
/proc/165454/statm: 4785 4567 544 484 0 4196 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 19140 KiB
Current children cumulated memory: 18268 KiB

[startup+0.305345 s]*
/proc/loadavg: 1.75 3.48 3.88 5/264 165479
/proc/meminfo: memFree=129032984/131249988 swapFree=33010160/33010684
[pid=165454] ppid=165447 vsize=18460 memory=17664 CPUtime=0.29 cores=1,3
/proc/165454/stat : 165454 (uwrmaxsat) R 165447 165454 165410 0 -1 4194304 5174 0 0 0 29 0 0 0 20 0 1 0 236666945 18903040 4416 18446744073709551615 4198400 6176925 140729225073504 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 22888448 140729225079144 140729225079271 140729225079271 140729225084875 0
/proc/165454/statm: 4615 4416 544 484 0 4026 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18460 KiB
Current children cumulated memory: 17664 KiB

[startup+0.700173 s]
/proc/loadavg: 1.75 3.48 3.88 5/264 165479
/proc/meminfo: memFree=129032976/131249988 swapFree=33010160/33010684
[pid=165454] ppid=165447 vsize=22076 memory=21036 CPUtime=0.68 cores=1,3
/proc/165454/stat : 165454 (uwrmaxsat) R 165447 165454 165410 0 -1 4194304 6635 0 0 0 68 0 0 0 20 0 1 0 236666945 22605824 5259 18446744073709551615 4198400 6176925 140729225073504 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 22888448 140729225079144 140729225079271 140729225079271 140729225084875 0
/proc/165454/statm: 5519 5259 544 484 0 4930 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 22076 KiB
Current children cumulated memory: 21036 KiB

[startup+1.50015 s]
/proc/loadavg: 1.75 3.48 3.88 5/264 165479
/proc/meminfo: memFree=129030456/131249988 swapFree=33010160/33010684
[pid=165454] ppid=165447 vsize=21440 memory=20356 CPUtime=1.49 cores=1,3
/proc/165454/stat : 165454 (uwrmaxsat) R 165447 165454 165410 0 -1 4194304 7703 0 0 0 148 1 0 0 20 0 1 0 236666945 21954560 5089 18446744073709551615 4198400 6176925 140729225073504 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 22888448 140729225079144 140729225079271 140729225079271 140729225084875 0
/proc/165454/statm: 5360 5089 544 484 0 4771 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 21440 KiB
Current children cumulated memory: 20356 KiB

[startup+3.10524 s]
/proc/loadavg: 1.75 3.48 3.88 5/264 165479
/proc/meminfo: memFree=129023756/131249988 swapFree=33010160/33010684
[pid=165454] ppid=165447 vsize=20784 memory=19936 CPUtime=3.08 cores=1,3
/proc/165454/stat : 165454 (uwrmaxsat) R 165447 165454 165410 0 -1 4194304 8963 0 0 0 307 1 0 0 20 0 1 0 236666945 21282816 4984 18446744073709551615 4198400 6176925 140729225073504 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 22888448 140729225079144 140729225079271 140729225079271 140729225084875 0
/proc/165454/statm: 5196 4984 544 484 0 4607 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 20784 KiB
Current children cumulated memory: 19936 KiB

[startup+6.30016 s]
/proc/loadavg: 1.93 3.49 3.88 5/264 165479
/proc/meminfo: memFree=129017644/131249988 swapFree=33010160/33010684
[pid=165454] ppid=165447 vsize=24212 memory=23192 CPUtime=6.27 cores=1,3
/proc/165454/stat : 165454 (uwrmaxsat) R 165447 165454 165410 0 -1 4194304 10821 0 0 0 626 1 0 0 20 0 1 0 236666945 24793088 5798 18446744073709551615 4198400 6176925 140729225073504 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 22888448 140729225079144 140729225079271 140729225079271 140729225084875 0
/proc/165454/statm: 6053 5798 544 484 0 5464 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 24212 KiB
Current children cumulated memory: 23192 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=165454] ppid=165447 vsize=22520 memory=21700 CPUtime=12.66 cores=1,3
/proc/165454/stat : 165454 (uwrmaxsat) D 165447 165454 165410 0 -1 4194304 12484 0 0 0 1264 2 0 0 20 0 1 0 236666945 23060480 5425 18446744073709551615 4198400 6176925 140729225073504 0 0 0 0 0 27682 1 0 0 17 1 0 0 0 0 0 6553704 6596784 22888448 140729225079144 140729225079271 140729225079271 140729225084875 0
/proc/165454/statm: 5630 5425 544 484 0 5041 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 22520 KiB
Current children cumulated memory: 21700 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=165454] ppid=165447 vsize=25284 memory=24532 CPUtime=25.41 cores=1,3
/proc/165454/stat : 165454 (uwrmaxsat) R 165447 165454 165410 0 -1 4194304 15438 0 0 0 2539 2 0 0 20 0 1 0 236666945 25890816 6133 18446744073709551615 4198400 6176925 140729225073504 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 22888448 140729225079144 140729225079271 140729225079271 140729225084875 0
/proc/165454/statm: 6321 6133 544 484 0 5732 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 25284 KiB
Current children cumulated memory: 24532 KiB

[startup+51.1053 s]
/proc/loadavg: 3.07 3.58 3.89 5/264 165480
/proc/meminfo: memFree=128948044/131249988 swapFree=33010160/33010684
[pid=165454] ppid=165447 vsize=34460 memory=33816 CPUtime=50.96 cores=1,3
/proc/165454/stat : 165454 (uwrmaxsat) R 165447 165454 165410 0 -1 4194304 22813 0 0 0 5092 4 0 0 20 0 1 0 236666945 35287040 8454 18446744073709551615 4198400 6176925 140729225073504 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 22888448 140729225079144 140729225079271 140729225079271 140729225084875 0
/proc/165454/statm: 8615 8454 544 484 0 8026 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 34460 KiB
Current children cumulated memory: 33816 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=165454] ppid=165447 vsize=40040 memory=39236 CPUtime=102.01 cores=1,3
/proc/165454/stat : 165454 (uwrmaxsat) R 165447 165454 165410 0 -1 4194304 23753 0 0 0 10197 4 0 0 20 0 1 0 236666945 41000960 9809 18446744073709551615 4198400 6176925 140729225073504 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 22888448 140729225079144 140729225079271 140729225079271 140729225084875 0
/proc/165454/statm: 10010 9809 544 484 0 9421 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 40040 KiB
Current children cumulated memory: 39236 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=165454] ppid=165447 vsize=53400 memory=52548 CPUtime=161.85 cores=1,3
/proc/165454/stat : 165454 (uwrmaxsat) R 165447 165454 165410 0 -1 4194304 27910 0 0 0 16179 6 0 0 20 0 1 0 236666945 54681600 13137 18446744073709551615 4198400 6176925 140729225073504 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 22888448 140729225079144 140729225079271 140729225079271 140729225084875 0
/proc/165454/statm: 13350 13137 544 484 0 12761 0
Current children cumulated CPU time: 161.85 s
Current children cumulated vsize: 53400 KiB
Current children cumulated memory: 52548 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=165454] ppid=165447 vsize=76224 memory=75472 CPUtime=221.66 cores=1,3
/proc/165454/stat : 165454 (uwrmaxsat) R 165447 165454 165410 0 -1 4194304 35934 0 0 0 22158 8 0 0 20 0 1 0 236666945 78053376 18868 18446744073709551615 4198400 6176925 140729225073504 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 22888448 140729225079144 140729225079271 140729225079271 140729225084875 0
/proc/165454/statm: 19056 18868 544 484 0 18467 0
Current children cumulated CPU time: 221.66 s
Current children cumulated vsize: 76224 KiB
Current children cumulated memory: 75472 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=165454] ppid=165447 vsize=60220 memory=57664 CPUtime=281.5 cores=1,3
/proc/165454/stat : 165454 (uwrmaxsat) R 165447 165454 165410 0 -1 4194304 39309 0 0 0 28140 10 0 0 20 0 1 0 236666945 61665280 14416 18446744073709551615 4198400 6176925 140729225073504 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 22888448 140729225079144 140729225079271 140729225079271 140729225084875 0
/proc/165454/statm: 15055 14416 544 484 0 14466 0
Current children cumulated CPU time: 281.5 s
Current children cumulated vsize: 60220 KiB
Current children cumulated memory: 57664 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=165454] ppid=165447 vsize=65532 memory=64708 CPUtime=341.34 cores=1,3
/proc/165454/stat : 165454 (uwrmaxsat) R 165447 165454 165410 0 -1 4194304 46404 0 0 0 34122 12 0 0 20 0 1 0 236666945 67104768 16177 18446744073709551615 4198400 6176925 140729225073504 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 22888448 140729225079144 140729225079271 140729225079271 140729225084875 0
/proc/165454/statm: 16383 16177 544 484 0 15794 0
Current children cumulated CPU time: 341.34 s
Current children cumulated vsize: 65532 KiB
Current children cumulated memory: 64708 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=165454] ppid=165447 vsize=57208 memory=56388 CPUtime=401.19 cores=1,3
/proc/165454/stat : 165454 (uwrmaxsat) R 165447 165454 165410 0 -1 4194304 47115 0 0 0 40107 12 0 0 20 0 1 0 236666945 58580992 14097 18446744073709551615 4198400 6176925 140729225073504 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 22888448 140729225079144 140729225079271 140729225079271 140729225084875 0
/proc/165454/statm: 14302 14097 544 484 0 13713 0
Current children cumulated CPU time: 401.19 s
Current children cumulated vsize: 57208 KiB
Current children cumulated memory: 56388 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=165454] ppid=165447 vsize=65548 memory=64708 CPUtime=461.05 cores=1,3
/proc/165454/stat : 165454 (uwrmaxsat) R 165447 165454 165410 0 -1 4194304 47667 0 0 0 46092 13 0 0 20 0 1 0 236666945 67121152 16177 18446744073709551615 4198400 6176925 140729225073504 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 22888448 140729225079144 140729225079271 140729225079271 140729225084875 0
/proc/165454/statm: 16387 16177 544 484 0 15798 0

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

Current children cumulated memory: 131012 KiB

[startup+2862.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/263 165664
/proc/meminfo: memFree=128586116/131249988 swapFree=33010160/33010684
[pid=165454] ppid=165447 vsize=131764 memory=131012 CPUtime=2854.68 cores=1,3
/proc/165454/stat : 165454 (uwrmaxsat) R 165447 165454 165410 0 -1 4194304 71875 0 0 0 285438 30 0 0 20 0 1 0 236666945 134926336 32753 18446744073709551615 4198400 6176925 140729225073504 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 22888448 140729225079144 140729225079271 140729225079271 140729225084875 0
/proc/165454/statm: 32941 32753 544 484 0 32352 0
Current children cumulated CPU time: 2854.68 s
Current children cumulated vsize: 131764 KiB
Current children cumulated memory: 131012 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=165454] ppid=165447 vsize=131764 memory=131012 CPUtime=2914.52 cores=1,3
/proc/165454/stat : 165454 (uwrmaxsat) R 165447 165454 165410 0 -1 4194304 71875 0 0 0 291422 30 0 0 20 0 1 0 236666945 134926336 32753 18446744073709551615 4198400 6176925 140729225073504 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 22888448 140729225079144 140729225079271 140729225079271 140729225084875 0
/proc/165454/statm: 32941 32753 544 484 0 32352 0
Current children cumulated CPU time: 2914.52 s
Current children cumulated vsize: 131764 KiB
Current children cumulated memory: 131012 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=165454] ppid=165447 vsize=131764 memory=131012 CPUtime=2974.37 cores=1,3
/proc/165454/stat : 165454 (uwrmaxsat) R 165447 165454 165410 0 -1 4194304 71875 0 0 0 297407 30 0 0 20 0 1 0 236666945 134926336 32753 18446744073709551615 4198400 6176925 140729225073504 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 22888448 140729225079144 140729225079271 140729225079271 140729225084875 0
/proc/165454/statm: 32941 32753 544 484 0 32352 0
Current children cumulated CPU time: 2974.37 s
Current children cumulated vsize: 131764 KiB
Current children cumulated memory: 131012 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=165454] ppid=165447 vsize=94848 memory=93140 CPUtime=3034.21 cores=1,3
/proc/165454/stat : 165454 (uwrmaxsat) R 165447 165454 165410 0 -1 4194304 73323 0 0 0 303390 31 0 0 20 0 1 0 236666945 97124352 23285 18446744073709551615 4198400 6176925 140729225073504 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 22888448 140729225079144 140729225079271 140729225079271 140729225084875 0
/proc/165454/statm: 23712 23285 544 484 0 23123 0
Current children cumulated CPU time: 3034.21 s
Current children cumulated vsize: 94848 KiB
Current children cumulated memory: 93140 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=165454] ppid=165447 vsize=100332 memory=99524 CPUtime=3094.02 cores=1,3
/proc/165454/stat : 165454 (uwrmaxsat) R 165447 165454 165410 0 -1 4194304 74393 0 0 0 309371 31 0 0 20 0 1 0 236666945 102739968 24881 18446744073709551615 4198400 6176925 140729225073504 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 22888448 140729225079144 140729225079271 140729225079271 140729225084875 0
/proc/165454/statm: 25083 24881 544 484 0 24494 0
Current children cumulated CPU time: 3094.02 s
Current children cumulated vsize: 100332 KiB
Current children cumulated memory: 99524 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=165454] ppid=165447 vsize=150468 memory=149824 CPUtime=3153.85 cores=1,3
/proc/165454/stat : 165454 (uwrmaxsat) R 165447 165454 165410 0 -1 4194304 75238 0 0 0 315353 32 0 0 20 0 1 0 236666945 154079232 37456 18446744073709551615 4198400 6176925 140729225073504 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 22888448 140729225079144 140729225079271 140729225079271 140729225084875 0
/proc/165454/statm: 37617 37456 544 484 0 37028 0
Current children cumulated CPU time: 3153.85 s
Current children cumulated vsize: 150468 KiB
Current children cumulated memory: 149824 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=165454] ppid=165447 vsize=85552 memory=84928 CPUtime=3213.67 cores=1,3
/proc/165454/stat : 165454 (uwrmaxsat) R 165447 165454 165410 0 -1 4194304 75270 0 0 0 321335 32 0 0 20 0 1 0 236666945 87605248 21232 18446744073709551615 4198400 6176925 140729225073504 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 22888448 140729225079144 140729225079271 140729225079271 140729225084875 0
/proc/165454/statm: 21388 21232 544 484 0 20799 0
Current children cumulated CPU time: 3213.67 s
Current children cumulated vsize: 85552 KiB
Current children cumulated memory: 84928 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=165454] ppid=165447 vsize=131836 memory=131012 CPUtime=3273.49 cores=1,3
/proc/165454/stat : 165454 (uwrmaxsat) R 165447 165454 165410 0 -1 4194304 76589 0 0 0 327316 33 0 0 20 0 1 0 236666945 135000064 32753 18446744073709551615 4198400 6176925 140729225073504 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 22888448 140729225079144 140729225079271 140729225079271 140729225084875 0
/proc/165454/statm: 32959 32753 544 484 0 32370 0
Current children cumulated CPU time: 3273.49 s
Current children cumulated vsize: 131836 KiB
Current children cumulated memory: 131012 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=165454] ppid=165447 vsize=131836 memory=131012 CPUtime=3333.32 cores=1,3
/proc/165454/stat : 165454 (uwrmaxsat) R 165447 165454 165410 0 -1 4194304 76589 0 0 0 333299 33 0 0 20 0 1 0 236666945 135000064 32753 18446744073709551615 4198400 6176925 140729225073504 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 22888448 140729225079144 140729225079271 140729225079271 140729225084875 0
/proc/165454/statm: 32959 32753 544 484 0 32370 0
Current children cumulated CPU time: 3333.32 s
Current children cumulated vsize: 131836 KiB
Current children cumulated memory: 131012 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=165454] ppid=165447 vsize=131836 memory=131012 CPUtime=3393.14 cores=1,3
/proc/165454/stat : 165454 (uwrmaxsat) R 165447 165454 165410 0 -1 4194304 76589 0 0 0 339281 33 0 0 20 0 1 0 236666945 135000064 32753 18446744073709551615 4198400 6176925 140729225073504 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 22888448 140729225079144 140729225079271 140729225079271 140729225084875 0
/proc/165454/statm: 32959 32753 544 484 0 32370 0
Current children cumulated CPU time: 3393.14 s
Current children cumulated vsize: 131836 KiB
Current children cumulated memory: 131012 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=165454] ppid=165447 vsize=135952 memory=135108 CPUtime=3452.96 cores=1,3
/proc/165454/stat : 165454 (uwrmaxsat) R 165447 165454 165410 0 -1 4194304 77107 0 0 0 345263 33 0 0 20 0 1 0 236666945 139214848 33777 18446744073709551615 4198400 6176925 140729225073504 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 22888448 140729225079144 140729225079271 140729225079271 140729225084875 0
/proc/165454/statm: 33988 33777 544 484 0 33399 0
Current children cumulated CPU time: 3452.96 s
Current children cumulated vsize: 135952 KiB
Current children cumulated memory: 135108 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=165454] ppid=165447 vsize=141644 memory=140868 CPUtime=3512.78 cores=1,3
/proc/165454/stat : 165454 (uwrmaxsat) R 165447 165454 165410 0 -1 4194304 77508 0 0 0 351245 33 0 0 20 0 1 0 236666945 145043456 35217 18446744073709551615 4198400 6176925 140729225073504 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 22888448 140729225079144 140729225079271 140729225079271 140729225084875 0
/proc/165454/statm: 35411 35217 544 484 0 34822 0
Current children cumulated CPU time: 3512.78 s
Current children cumulated vsize: 141644 KiB
Current children cumulated memory: 140868 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=165454] ppid=165447 vsize=174260 memory=173508 CPUtime=3572.6 cores=1,3
/proc/165454/stat : 165454 (uwrmaxsat) R 165447 165454 165410 0 -1 4194304 77997 0 0 0 357226 34 0 0 20 0 1 0 236666945 178442240 43377 18446744073709551615 4198400 6176925 140729225073504 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 22888448 140729225079144 140729225079271 140729225079271 140729225084875 0
/proc/165454/statm: 43565 43377 544 484 0 42976 0
Current children cumulated CPU time: 3572.6 s
Current children cumulated vsize: 174260 KiB
Current children cumulated memory: 173508 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.8 s]
/proc/loadavg: 4.05 4.09 4.09 5/263 165703
/proc/meminfo: memFree=128397948/131249988 swapFree=33010160/33010684
[pid=165454] ppid=165447 vsize=173756 memory=173004 CPUtime=3600.01 cores=1,3
/proc/165454/stat : 165454 (uwrmaxsat) R 165447 165454 165410 0 -1 4194304 78871 0 0 0 359967 34 0 0 20 0 1 0 236666945 177926144 43251 18446744073709551615 4198400 6176925 140729225073504 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 22888448 140729225079144 140729225079271 140729225079271 140729225084875 0
/proc/165454/statm: 43439 43251 544 484 0 42850 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 173756 KiB
Current children cumulated memory: 173004 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.68 s, system=0.349818 s

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

Child status: 0

Real time (s): 3609.8
CPU time (s): 3600.03
CPU user time (s): 3599.68
CPU system time (s): 0.349818
CPU usage (%): 99.7293
Max. virtual memory (cumulated for all children) (KiB): 206372
Max. memory (cumulated for all children) (KiB): 197532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.68
system time used= 0.349818
maximum resident set size= 205596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78871
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= 40
involuntary context switches= 1361


# summary of solver processes directly reported to runsolver:
#   pid: 165454
#   total CPU time (s): 3600.03
#   total CPU user time (s): 3599.68
#   total CPU system time (s): 0.349818

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.71823 second user time and 17.245 second system time

The end

Launcher Data

Begin job on nodeC034 at 2025-07-22 20:44:41
IDJOB=4541542
IDBENCH=163136
IDSOLVER=3372
FILE ID=nodeC034/4541542-1753209881
RUNJOBID= nodeC034-1753209881-165422
SLURM_JOB_ID= 9687778
Free space on /tmp= 433040 MiB

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

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

MD5SUM BENCH= c057026a3dee35393963218173951f41
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		: 3600.214
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		: 3603.270
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		: 3599.644
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.760
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		: 3599.966
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		: 3598.953
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		: 3600.195
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		: 3599.911
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:        129080204 kB
MemAvailable:   129672020 kB
Buffers:            2128 kB
Cached:          1330936 kB
SwapCached:           32 kB
Active:          1202600 kB
Inactive:         210316 kB
Active(anon):     103964 kB
Inactive(anon):     2152 kB
Active(file):    1098636 kB
Inactive(file):   208164 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2592 kB
Writeback:             0 kB
AnonPages:         82888 kB
Mapped:           108476 kB
Shmem:             26264 kB
KReclaimable:     248108 kB
Slab:             346800 kB
SReclaimable:     248108 kB
SUnreclaim:        98692 kB
KernelStack:        4024 kB
PageTables:         2412 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     350748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150360 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 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