Trace number 4498997

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
UWrMaxSat 2025-06-04? (TO) 3600.02 3611.11

General information on the benchmark

NamePB24/normalized-PB09/
OPT-LIN/flexray/normalized-fx97.opb
MD5SUMb17790bf3951ca85a67cd8038da17b4d
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/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 benchmark8655.85
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8424
Total number of constraints9089
Number of constraints which are clauses8415
Number of constraints which are cardinality constraints (but not clauses)98
Number of constraints which are nor clauses,nor cardinality constraints576
Minimum length of a constraint2
Maximum length of a constraint576
Number of terms in the objective function 9
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 9
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1199
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c Using cadical-2.1.3-f13d744 SAT solver by Armin Biere et al. (2016 - )
0.00/0.00	c Setting memory limit to 31000MB.
0.00/0.00	c Parsing PB file...
0.09/0.16	c Converting 9185 PB-constraints to clauses...
3600.00/3611.10	c *** TERMINATED by signal 15 ***
3600.00/3611.10	c _______________________________________________________________________________
3600.00/3611.10	c 
3600.00/3611.10	c _______________________________________________________________________________
3600.00/3611.10	c 
3600.00/3611.10	c =======================[ UWrMaxSat resources usage ]===========================
3600.00/3611.10	c Memory used            : 1132.00 MB
3600.00/3611.10	c CPU time               : 3597.31 s
3600.00/3611.10	c Constr Enc: Srt/BDD/Add: 673 0 0
3600.00/3611.10	c _______________________________________________________________________________
3600.00/3611.10	c _______________________________________________________________________________
3600.00/3611.10	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (53007 MiB free)
  memory of node 1: 64465 MiB (50919 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4498997-1751402317/watcher-4498997-1751402317 -o /tmp/evaluation-result-4498997-1751402317/solver-4498997-1751402317 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751398701-58043 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4498997-1751402317.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
Starting watchdog thread
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=58871, runsolver pid=58868
Current StackSize limit: 8192 KiB


[startup+0.100067 s]*
/proc/loadavg: 4.47 4.21 4.12 5/266 58872
/proc/meminfo: memFree=106411020/131250000 swapFree=33009904/33010684
[pid=58871] ppid=58868 vsize=18244 memory=16964 CPUtime=0.09 cores=5,7
/proc/58871/stat : 58871 (uwrmaxsat) R 58868 58871 58030 0 -1 4194304 4040 0 0 0 9 0 0 0 20 0 1 0 55911084 18681856 4241 18446744073709551615 4198400 6176925 140733448359632 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34689024 140733448366442 140733448366569 140733448366569 140733448372171 0
/proc/58871/statm: 4561 4241 448 484 0 3972 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18244 KiB
Current children cumulated memory: 16964 KiB

[startup+0.205568 s]*
/proc/loadavg: 4.47 4.21 4.12 5/266 58872
/proc/meminfo: memFree=106392120/131250000 swapFree=33009904/33010684
[pid=58871] ppid=58868 vsize=38760 memory=36692 CPUtime=0.2 cores=5,7
/proc/58871/stat : 58871 (uwrmaxsat) R 58868 58871 58030 0 -1 4194304 9068 0 0 0 19 1 0 0 20 0 1 0 55911084 39690240 9173 18446744073709551615 4198400 6176925 140733448359632 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34689024 140733448366442 140733448366569 140733448366569 140733448372171 0
/proc/58871/statm: 9690 9173 480 484 0 9101 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 38760 KiB
Current children cumulated memory: 36692 KiB

[startup+0.305772 s]*
/proc/loadavg: 4.47 4.21 4.12 5/266 58872
/proc/meminfo: memFree=106384308/131250000 swapFree=33009904/33010684
[pid=58871] ppid=58868 vsize=58048 memory=56648 CPUtime=0.3 cores=5,7
/proc/58871/stat : 58871 (uwrmaxsat) R 58868 58871 58030 0 -1 4194304 12323 0 0 0 28 2 0 0 20 0 1 0 55911084 59441152 14162 18446744073709551615 4198400 6176925 140733448359632 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34689024 140733448366442 140733448366569 140733448366569 140733448372171 0
/proc/58871/statm: 14512 14162 480 484 0 13923 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 58048 KiB
Current children cumulated memory: 56648 KiB

[startup+0.700179 s]
/proc/loadavg: 4.47 4.21 4.12 5/266 58872
/proc/meminfo: memFree=106347952/131250000 swapFree=33009904/33010684
[pid=58871] ppid=58868 vsize=160316 memory=152292 CPUtime=0.69 cores=5,7
/proc/58871/stat : 58871 (uwrmaxsat) R 58868 58871 58030 0 -1 4194304 19956 0 0 0 65 4 0 0 20 0 1 0 55911084 164163584 38073 18446744073709551615 4198400 6176925 140733448359632 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34689024 140733448366442 140733448366569 140733448366569 140733448372171 0
/proc/58871/statm: 40079 38073 480 484 0 39490 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 160316 KiB
Current children cumulated memory: 152292 KiB

[startup+1.50018 s]
/proc/loadavg: 4.47 4.21 4.12 5/266 58872
/proc/meminfo: memFree=106267048/131250000 swapFree=33009904/33010684
[pid=58871] ppid=58868 vsize=307624 memory=280360 CPUtime=1.48 cores=5,7
/proc/58871/stat : 58871 (uwrmaxsat) R 58868 58871 58030 0 -1 4194304 29635 0 0 0 140 8 0 0 20 0 1 0 55911084 315006976 70090 18446744073709551615 4198400 6176925 140733448359632 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34689024 140733448366442 140733448366569 140733448366569 140733448372171 0
/proc/58871/statm: 76906 70090 480 484 0 76317 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 307624 KiB
Current children cumulated memory: 280360 KiB

[startup+3.10552 s]
/proc/loadavg: 4.51 4.22 4.13 5/266 58872
/proc/meminfo: memFree=105906272/131250000 swapFree=33009904/33010684
[pid=58871] ppid=58868 vsize=491576 memory=439816 CPUtime=3.08 cores=5,7
/proc/58871/stat : 58871 (uwrmaxsat) R 58868 58871 58030 0 -1 4194304 58401 0 0 0 291 17 0 0 20 0 1 0 55911084 503373824 109954 18446744073709551615 4198400 6176925 140733448359632 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34689024 140733448366442 140733448366569 140733448366569 140733448372171 0
/proc/58871/statm: 122894 109954 544 484 0 122305 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 491576 KiB
Current children cumulated memory: 439816 KiB

[startup+6.30016 s]
/proc/loadavg: 4.51 4.22 4.13 5/266 58872
/proc/meminfo: memFree=105882224/131250000 swapFree=33009904/33010684
[pid=58871] ppid=58868 vsize=534276 memory=482728 CPUtime=6.27 cores=5,7
/proc/58871/stat : 58871 (uwrmaxsat) R 58868 58871 58030 0 -1 4194304 58972 0 0 0 609 18 0 0 20 0 1 0 55911084 547098624 120682 18446744073709551615 4198400 6176925 140733448359632 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34689024 140733448366442 140733448366569 140733448366569 140733448372171 0
/proc/58871/statm: 133569 120682 544 484 0 132980 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 534276 KiB
Current children cumulated memory: 482728 KiB

[startup+12.7002 s]
/proc/loadavg: 4.43 4.21 4.12 5/266 58873
/proc/meminfo: memFree=105791548/131250000 swapFree=33009904/33010684
[pid=58871] ppid=58868 vsize=552396 memory=509372 CPUtime=12.65 cores=5,7
/proc/58871/stat : 58871 (uwrmaxsat) R 58868 58871 58030 0 -1 4194304 62014 0 0 0 1243 22 0 0 20 0 1 0 55911084 565653504 127343 18446744073709551615 4198400 6176925 140733448359632 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34689024 140733448366442 140733448366569 140733448366569 140733448372171 0
/proc/58871/statm: 138099 127343 544 484 0 137510 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 552396 KiB
Current children cumulated memory: 509372 KiB

[startup+25.5002 s]
/proc/loadavg: 4.37 4.20 4.12 5/266 58873
/proc/meminfo: memFree=105705204/131250000 swapFree=33009904/33010684
[pid=58871] ppid=58868 vsize=553048 memory=510028 CPUtime=25.42 cores=5,7
/proc/58871/stat : 58871 (uwrmaxsat) R 58868 58871 58030 0 -1 4194304 64262 0 0 0 2516 26 0 0 20 0 1 0 55911084 566321152 127507 18446744073709551615 4198400 6176925 140733448359632 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34689024 140733448366442 140733448366569 140733448366569 140733448372171 0
/proc/58871/statm: 138262 127507 544 484 0 137673 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 553048 KiB
Current children cumulated memory: 510028 KiB

[startup+51.1056 s]
/proc/loadavg: 4.24 4.19 4.12 5/266 58873
/proc/meminfo: memFree=105477020/131250000 swapFree=33009904/33010684
[pid=58871] ppid=58868 vsize=563764 memory=520744 CPUtime=50.95 cores=5,7
/proc/58871/stat : 58871 (uwrmaxsat) R 58868 58871 58030 0 -1 4194304 68389 0 0 0 5064 31 0 0 20 0 1 0 55911084 577294336 130186 18446744073709551615 4198400 6176925 140733448359632 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34689024 140733448366442 140733448366569 140733448366569 140733448372171 0
/proc/58871/statm: 140941 130186 544 484 0 140352 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 563764 KiB
Current children cumulated memory: 520744 KiB

[startup+102.3 s]
/proc/loadavg: 4.15 4.17 4.11 5/266 58875
/proc/meminfo: memFree=105118572/131250000 swapFree=33009904/33010684
[pid=58871] ppid=58868 vsize=531408 memory=488624 CPUtime=101.99 cores=5,7
/proc/58871/stat : 58871 (uwrmaxsat) R 58868 58871 58030 0 -1 4194304 72339 0 0 0 10162 37 0 0 20 0 1 0 55911084 544161792 122156 18446744073709551615 4198400 6176925 140733448359632 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34689024 140733448366442 140733448366569 140733448366569 140733448372171 0
/proc/58871/statm: 132852 122156 544 484 0 132263 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 531408 KiB
Current children cumulated memory: 488624 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.15 4.11 5/265 58877
/proc/meminfo: memFree=103385456/131250000 swapFree=33009904/33010684
[pid=58871] ppid=58868 vsize=535104 memory=492140 CPUtime=161.82 cores=5,7
/proc/58871/stat : 58871 (uwrmaxsat) R 58868 58871 58030 0 -1 4194304 76510 0 0 0 16137 45 0 0 20 0 1 0 55911084 547946496 123035 18446744073709551615 4198400 6176925 140733448359632 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34689024 140733448366442 140733448366569 140733448366569 140733448372171 0
/proc/58871/statm: 133776 123035 544 484 0 133187 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 535104 KiB
Current children cumulated memory: 492140 KiB

[startup+222.3 s]
/proc/loadavg: 4.14 4.15 4.11 5/264 58879
/proc/meminfo: memFree=102681628/131250000 swapFree=33009904/33010684
[pid=58871] ppid=58868 vsize=533316 memory=490352 CPUtime=221.64 cores=5,7
/proc/58871/stat : 58871 (uwrmaxsat) R 58868 58871 58030 0 -1 4194304 78958 0 0 0 22114 50 0 0 20 0 1 0 55911084 546115584 122588 18446744073709551615 4198400 6176925 140733448359632 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34689024 140733448366442 140733448366569 140733448366569 140733448372171 0
/proc/58871/statm: 133329 122588 544 484 0 132740 0
Current children cumulated CPU time: 221.64 s
Current children cumulated vsize: 533316 KiB
Current children cumulated memory: 490352 KiB

[startup+282.3 s]
/proc/loadavg: 4.05 4.12 4.09 5/265 58883
/proc/meminfo: memFree=101778252/131250000 swapFree=33009904/33010684
[pid=58871] ppid=58868 vsize=533892 memory=490932 CPUtime=281.47 cores=5,7
/proc/58871/stat : 58871 (uwrmaxsat) R 58868 58871 58030 0 -1 4194304 80339 0 0 0 28094 53 0 0 20 0 1 0 55911084 546705408 122733 18446744073709551615 4198400 6176925 140733448359632 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34689024 140733448366442 140733448366569 140733448366569 140733448372171 0
/proc/58871/statm: 133473 122733 544 484 0 132884 0
Current children cumulated CPU time: 281.47 s
Current children cumulated vsize: 533892 KiB
Current children cumulated memory: 490932 KiB

[startup+342.3 s]
/proc/loadavg: 4.14 4.13 4.10 5/265 58885
/proc/meminfo: memFree=91697816/131250000 swapFree=33009904/33010684
[pid=58871] ppid=58868 vsize=534280 memory=491320 CPUtime=341.28 cores=5,7
/proc/58871/stat : 58871 (uwrmaxsat) R 58868 58871 58030 0 -1 4194304 83308 0 0 0 34071 57 0 0 20 0 1 0 55911084 547102720 122830 18446744073709551615 4198400 6176925 140733448359632 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34689024 140733448366442 140733448366569 140733448366569 140733448372171 0
/proc/58871/statm: 133570 122830 544 484 0 132981 0
Current children cumulated CPU time: 341.28 s
Current children cumulated vsize: 534280 KiB
Current children cumulated memory: 491320 KiB

[startup+402.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/265 58977
/proc/meminfo: memFree=111995968/131250000 swapFree=33009904/33010684
[pid=58871] ppid=58868 vsize=540516 memory=497556 CPUtime=401.1 cores=5,7
/proc/58871/stat : 58871 (uwrmaxsat) R 58868 58871 58030 0 -1 4194304 84561 0 0 0 40049 61 0 0 20 0 1 0 55911084 553488384 124389 18446744073709551615 4198400 6176925 140733448359632 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34689024 140733448366442 140733448366569 140733448366569 140733448372171 0
/proc/58871/statm: 135129 124389 544 484 0 134540 0
Current children cumulated CPU time: 401.1 s
Current children cumulated vsize: 540516 KiB
Current children cumulated memory: 497556 KiB

[startup+462.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/266 58983
/proc/meminfo: memFree=112142704/131250000 swapFree=33009904/33010684
[pid=58871] ppid=58868 vsize=548348 memory=505476 CPUtime=460.93 cores=5,7
/proc/58871/stat : 58871 (uwrmaxsat) R 58868 58871 58030 0 -1 4194304 87344 0 0 0 46025 68 0 0 20 0 1 0 55911084 561508352 126369 18446744073709551615 4198400 6176925 140733448359632 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34689024 140733448366442 140733448366569 140733448366569 140733448372171 0
/proc/58871/statm: 137087 126369 544 484 0 136498 0

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

Current children cumulated memory: 707744 KiB

[startup+2922.3 s]
/proc/loadavg: 4.38 4.16 4.11 5/264 59352
/proc/meminfo: memFree=128394252/131250000 swapFree=33009904/33010684
[pid=58871] ppid=58868 vsize=749984 memory=708372 CPUtime=2913.04 cores=5,7
/proc/58871/stat : 58871 (uwrmaxsat) R 58868 58871 58030 0 -1 4194304 159538 0 0 0 291066 238 0 0 20 0 1 0 55911084 767983616 177093 18446744073709551615 4198400 6176925 140733448359632 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34689024 140733448366442 140733448366569 140733448366569 140733448372171 0
/proc/58871/statm: 187496 177093 544 484 0 186907 0
Current children cumulated CPU time: 2913.04 s
Current children cumulated vsize: 749984 KiB
Current children cumulated memory: 708372 KiB

[startup+2982.3 s]
/proc/loadavg: 4.27 4.17 4.12 5/265 59361
/proc/meminfo: memFree=128361444/131250000 swapFree=33009904/33010684
[pid=58871] ppid=58868 vsize=757660 memory=715944 CPUtime=2972.88 cores=5,7
/proc/58871/stat : 58871 (uwrmaxsat) R 58868 58871 58030 0 -1 4194304 160685 0 0 0 297047 241 0 0 20 0 1 0 55911084 775843840 178986 18446744073709551615 4198400 6176925 140733448359632 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34689024 140733448366442 140733448366569 140733448366569 140733448372171 0
/proc/58871/statm: 189415 178986 544 484 0 188826 0
Current children cumulated CPU time: 2972.88 s
Current children cumulated vsize: 757660 KiB
Current children cumulated memory: 715944 KiB

[startup+3042.3 s]
/proc/loadavg: 4.51 4.25 4.14 5/265 59363
/proc/meminfo: memFree=128335916/131250000 swapFree=33009904/33010684
[pid=58871] ppid=58868 vsize=752168 memory=710452 CPUtime=3032.72 cores=5,7
/proc/58871/stat : 58871 (uwrmaxsat) R 58868 58871 58030 0 -1 4194304 162423 0 0 0 303027 245 0 0 20 0 1 0 55911084 770220032 177613 18446744073709551615 4198400 6176925 140733448359632 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34689024 140733448366442 140733448366569 140733448366569 140733448372171 0
/proc/58871/statm: 188042 177613 544 484 0 187453 0
Current children cumulated CPU time: 3032.72 s
Current children cumulated vsize: 752168 KiB
Current children cumulated memory: 710452 KiB

[startup+3102.3 s]
/proc/loadavg: 4.22 4.22 4.14 5/265 59365
/proc/meminfo: memFree=128408648/131250000 swapFree=33009904/33010684
[pid=58871] ppid=58868 vsize=752032 memory=710316 CPUtime=3092.56 cores=5,7
/proc/58871/stat : 58871 (uwrmaxsat) R 58868 58871 58030 0 -1 4194304 162950 0 0 0 309010 246 0 0 20 0 1 0 55911084 770080768 177579 18446744073709551615 4198400 6176925 140733448359632 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34689024 140733448366442 140733448366569 140733448366569 140733448372171 0
/proc/58871/statm: 188008 177579 544 484 0 187419 0
Current children cumulated CPU time: 3092.56 s
Current children cumulated vsize: 752032 KiB
Current children cumulated memory: 710316 KiB

[startup+3162.3 s]
/proc/loadavg: 4.13 4.19 4.13 5/265 59367
/proc/meminfo: memFree=128378916/131250000 swapFree=33009904/33010684
[pid=58871] ppid=58868 vsize=754972 memory=713256 CPUtime=3152.4 cores=5,7
/proc/58871/stat : 58871 (uwrmaxsat) R 58868 58871 58030 0 -1 4194304 165155 0 0 0 314990 250 0 0 20 0 1 0 55911084 773091328 178314 18446744073709551615 4198400 6176925 140733448359632 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34689024 140733448366442 140733448366569 140733448366569 140733448372171 0
/proc/58871/statm: 188743 178314 544 484 0 188154 0
Current children cumulated CPU time: 3152.4 s
Current children cumulated vsize: 754972 KiB
Current children cumulated memory: 713256 KiB

[startup+3222.3 s]
/proc/loadavg: 4.09 4.17 4.13 5/265 59369
/proc/meminfo: memFree=128426812/131250000 swapFree=33009904/33010684
[pid=58871] ppid=58868 vsize=750128 memory=708488 CPUtime=3212.24 cores=5,7
/proc/58871/stat : 58871 (uwrmaxsat) R 58868 58871 58030 0 -1 4194304 165903 0 0 0 320971 253 0 0 20 0 1 0 55911084 768131072 177122 18446744073709551615 4198400 6176925 140733448359632 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34689024 140733448366442 140733448366569 140733448366569 140733448372171 0
/proc/58871/statm: 187532 177122 544 484 0 186943 0
Current children cumulated CPU time: 3212.24 s
Current children cumulated vsize: 750128 KiB
Current children cumulated memory: 708488 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.17 4.13 5/266 59373
/proc/meminfo: memFree=128439164/131250000 swapFree=33009904/33010684
[pid=58871] ppid=58868 vsize=749252 memory=707536 CPUtime=3272.08 cores=5,7
/proc/58871/stat : 58871 (uwrmaxsat) R 58868 58871 58030 0 -1 4194304 166321 0 0 0 326953 255 0 0 20 0 1 0 55911084 767234048 176884 18446744073709551615 4198400 6176925 140733448359632 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34689024 140733448366442 140733448366569 140733448366569 140733448372171 0
/proc/58871/statm: 187313 176884 544 484 0 186724 0
Current children cumulated CPU time: 3272.08 s
Current children cumulated vsize: 749252 KiB
Current children cumulated memory: 707536 KiB

[startup+3342.3 s]
/proc/loadavg: 4.05 4.13 4.12 5/265 59376
/proc/meminfo: memFree=128450708/131250000 swapFree=33009904/33010684
[pid=58871] ppid=58868 vsize=751872 memory=710156 CPUtime=3331.92 cores=5,7
/proc/58871/stat : 58871 (uwrmaxsat) R 58868 58871 58030 0 -1 4194304 167456 0 0 0 332934 258 0 0 20 0 1 0 55911084 769916928 177539 18446744073709551615 4198400 6176925 140733448359632 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34689024 140733448366442 140733448366569 140733448366569 140733448372171 0
/proc/58871/statm: 187968 177539 544 484 0 187379 0
Current children cumulated CPU time: 3331.92 s
Current children cumulated vsize: 751872 KiB
Current children cumulated memory: 710156 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.14 4.12 5/265 59378
/proc/meminfo: memFree=128440692/131250000 swapFree=33009904/33010684
[pid=58871] ppid=58868 vsize=754548 memory=712832 CPUtime=3391.76 cores=5,7
/proc/58871/stat : 58871 (uwrmaxsat) R 58868 58871 58030 0 -1 4194304 168147 0 0 0 338916 260 0 0 20 0 1 0 55911084 772657152 178208 18446744073709551615 4198400 6176925 140733448359632 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34689024 140733448366442 140733448366569 140733448366569 140733448372171 0
/proc/58871/statm: 188637 178208 544 484 0 188048 0
Current children cumulated CPU time: 3391.76 s
Current children cumulated vsize: 754548 KiB
Current children cumulated memory: 712832 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.13 4.11 5/265 59380
/proc/meminfo: memFree=128475272/131250000 swapFree=33009904/33010684
[pid=58871] ppid=58868 vsize=753880 memory=712164 CPUtime=3451.6 cores=5,7
/proc/58871/stat : 58871 (uwrmaxsat) R 58868 58871 58030 0 -1 4194304 169176 0 0 0 344897 263 0 0 20 0 1 0 55911084 771973120 178041 18446744073709551615 4198400 6176925 140733448359632 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34689024 140733448366442 140733448366569 140733448366569 140733448372171 0
/proc/58871/statm: 188470 178041 544 484 0 187881 0
Current children cumulated CPU time: 3451.6 s
Current children cumulated vsize: 753880 KiB
Current children cumulated memory: 712164 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.12 4.10 5/266 59385
/proc/meminfo: memFree=128406528/131250000 swapFree=33009904/33010684
[pid=58871] ppid=58868 vsize=757204 memory=715488 CPUtime=3511.44 cores=5,7
/proc/58871/stat : 58871 (uwrmaxsat) R 58868 58871 58030 0 -1 4194304 170128 0 0 0 350878 266 0 0 20 0 1 0 55911084 775376896 178872 18446744073709551615 4198400 6176925 140733448359632 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34689024 140733448366442 140733448366569 140733448366569 140733448372171 0
/proc/58871/statm: 189301 178872 544 484 0 188712 0
Current children cumulated CPU time: 3511.44 s
Current children cumulated vsize: 757204 KiB
Current children cumulated memory: 715488 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.11 4.10 5/266 59391
/proc/meminfo: memFree=128384664/131250000 swapFree=33009904/33010684
[pid=58871] ppid=58868 vsize=753516 memory=711800 CPUtime=3571.28 cores=5,7
/proc/58871/stat : 58871 (uwrmaxsat) R 58868 58871 58030 0 -1 4194304 171470 0 0 0 356859 269 0 0 20 0 1 0 55911084 771600384 177950 18446744073709551615 4198400 6176925 140733448359632 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34689024 140733448366442 140733448366569 140733448366569 140733448372171 0
/proc/58871/statm: 188379 177950 544 484 0 187790 0
Current children cumulated CPU time: 3571.28 s
Current children cumulated vsize: 753516 KiB
Current children cumulated memory: 711800 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.11 s]
/proc/loadavg: 4.06 4.10 4.09 5/265 59392
/proc/meminfo: memFree=128425608/131250000 swapFree=33009904/33010684
[pid=58871] ppid=58868 vsize=757500 memory=715784 CPUtime=3600 cores=5,7
/proc/58871/stat : 58871 (uwrmaxsat) R 58868 58871 58030 0 -1 4194304 171832 0 0 0 359730 270 0 0 20 0 1 0 55911084 775680000 178946 18446744073709551615 4198400 6176925 140733448359632 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34689024 140733448366442 140733448366569 140733448366569 140733448372171 0
/proc/58871/statm: 189375 178946 544 484 0 188786 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 757500 KiB
Current children cumulated memory: 715784 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.31 s, system=2.71041 s

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

[startup+3611.11 s]
/proc/loadavg: 4.06 4.10 4.09 5/265 59392
/proc/meminfo: memFree=128425608/131250000 swapFree=33009904/33010684
[pid=58871] ppid=58868 vsize=757500 memory=715784 CPUtime=3600 cores=5,7
/proc/58871/stat : 58871 (uwrmaxsat) R 58868 58871 58030 0 -1 4194304 171832 0 0 0 359730 270 0 0 20 0 1 0 55911084 775680000 178946 18446744073709551615 4198400 6176925 140733448359632 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 34689024 140733448366442 140733448366569 140733448366569 140733448372171 0
/proc/58871/statm: 189375 178946 544 484 0 188786 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 757500 KiB
Current children cumulated memory: 715784 KiB

Child status: 0

Real time (s): 3611.11
CPU time (s): 3600.02
CPU user time (s): 3597.31
CPU system time (s): 2.71041
CPU usage (%): 99.6929
Max. virtual memory (cumulated for all children) (KiB): 1159620
Max. memory (cumulated for all children) (KiB): 1103676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.31
system time used= 2.71041
maximum resident set size= 1103676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 171832
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= 74
involuntary context switches= 3215


# summary of solver processes directly reported to runsolver:
#   pid: 58871
#   total CPU time (s): 3600.02
#   total CPU user time (s): 3597.31
#   total CPU system time (s): 2.71041

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.67063 second user time and 15.8387 second system time

The end

Launcher Data

Begin job on nodeC033 at 2025-07-01 22:38:37
IDJOB=4498997
IDBENCH=148768
IDSOLVER=3372
FILE ID=nodeC033/4498997-1751402317
RUNJOBID= nodeC033-1751398701-58043
SLURM_JOB_ID= 9598283
Free space on /tmp= 432376 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB09/OPT-LIN/flexray/normalized-fx97.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4498997-1751402317/watcher-4498997-1751402317 -o /tmp/evaluation-result-4498997-1751402317/solver-4498997-1751402317 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751398701-58043 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4498997-1751402317.opb -mem-lim=31000

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

MD5SUM BENCH= b17790bf3951ca85a67cd8038da17b4d
RANDOM SEED=1895972250

nodeC033 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.069
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.070
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.13
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		: 3600.421
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.695
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.13
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.082
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.111
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.13
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.445
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.13
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		: 3625.807
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        106429672 kB
MemAvailable:   106303852 kB
Buffers:            2128 kB
Cached:           671708 kB
SwapCached:           68 kB
Active:         23683468 kB
Inactive:         432432 kB
Active(anon):   23435604 kB
Inactive(anon):    24488 kB
Active(file):     247864 kB
Inactive(file):   407944 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3240 kB
Writeback:             0 kB
AnonPages:      23445100 kB
Mapped:           110420 kB
Shmem:             18028 kB
KReclaimable:     115220 kB
Slab:             203812 kB
SReclaimable:     115220 kB
SUnreclaim:        88592 kB
KernelStack:        4288 kB
PageTables:        49380 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   25532572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:  13518848 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:      221908 kB
DirectMap2M:    11083776 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432464 MiB
End job on nodeC033 at 2025-07-01 23:38:48