Trace number 4524314

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-SCIP 2025-06-04? (TO) 3600.37 3611.1

General information on the benchmark

NamePB25/normalized-PB25/OPT-LIN/wallon/
normalized-TestScheduling-t030m10r05-1_c24.opb
MD5SUMe1864a4bc93ea045f12c51f6a7422bec
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1986
Best CPU time to get the best result obtained on this benchmark92.5453
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables993048
Total number of constraints1964067
Number of constraints which are clauses327396
Number of constraints which are cardinality constraints (but not clauses)10878
Number of constraints which are nor clauses,nor cardinality constraints1625793
Minimum length of a constraint1
Maximum length of a constraint30
Number of terms in the objective function 14
Biggest coefficient in the objective function 8192
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 16383
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 17172
Number of bits of the biggest number in a constraint 15
Biggest sum of numbers in a constraint 66321
Number of bits of the biggest sum of numbers17
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...
39.67/39.82	c Converting 1953626 PB-constraints to clauses...
40.47/40.61	c Using SCIP solver, version 9.02.2, https://www.scipopt.org
1305.74/1309.68	c Generalized BMO splitting point(s) found and can be used.
1305.74/1309.68	c Boolean multilevel optimization (BMO) can be done in 13 point(s).
1307.63/1311.57	c ============================[  Problem Statistics ]============================
1307.63/1311.57	c |  Number of variables:      20774153                                         |
1307.63/1311.57	c |  Number of clauses:        51761237 (incl.           13 soft in queue)      |
1307.63/1311.57	c ===============================================================================
1307.73/1311.62	c Starting SCIP solver  (with time-limit: 900s) ...
2332.77/2339.74	c SCIP timeout with lower and upper bounds: [-9223372036854775808, 9223372036854775807]
3600.06/3610.80	c *** TERMINATED by signal 15 ***
3600.06/3610.80	c _______________________________________________________________________________
3600.06/3610.80	c 
3600.06/3610.80	c _______________________________________________________________________________
3600.06/3610.80	c 
3600.06/3610.80	c =======================[ UWrMaxSat resources usage ]===========================
3600.06/3610.80	c Memory used            : 29101.00 MB
3600.06/3610.80	c CPU time               : 3580.68 s
3600.06/3610.80	c Constr Enc: Srt/BDD/Add: 1624441 0 0
3600.06/3610.80	c _______________________________________________________________________________
3600.06/3610.80	c _______________________________________________________________________________
3600.06/3610.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: 63708 MiB (59235 MiB free)
  memory of node 1: 64465 MiB (58495 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4524314-1751609252/watcher-4524314-1751609252 -o /tmp/evaluation-result-4524314-1751609252/solver-4524314-1751609252 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751609252-90356 --watchdog 3760 HOME/uwrmaxsat-scip HOME/instance-4524314-1751609252.opb -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=31000 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100058 s]*
/proc/loadavg: 1.57 1.97 2.11 5/268 90405
/proc/meminfo: memFree=120496780/131250000 swapFree=33009904/33010684
[pid=90404] ppid=90401 vsize=33520 memory=17664 CPUtime=0.09 cores=0,2
/proc/90404/stat : 90404 (uwrmaxsat-scip) R 90401 90404 90346 0 -1 4194304 3503 0 0 0 9 0 0 0 20 0 1 0 76604765 34324480 4416 18446744073709551615 4198400 17051741 140723816313792 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 39137280 140723816319290 140723816319460 140723816319460 140723816325062 0
/proc/90404/statm: 8380 4416 1120 3139 0 4668 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 33520 KiB
Current children cumulated memory: 17664 KiB

[startup+0.206048 s]*
/proc/loadavg: 1.57 1.97 2.11 5/268 90405
/proc/meminfo: memFree=120428488/131250000 swapFree=33009904/33010684
[pid=90404] ppid=90401 vsize=46380 memory=30472 CPUtime=0.2 cores=0,2
/proc/90404/stat : 90404 (uwrmaxsat-scip) R 90401 90404 90346 0 -1 4194304 6775 0 0 0 19 1 0 0 20 0 1 0 76604765 47493120 7618 18446744073709551615 4198400 17051741 140723816313792 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 39137280 140723816319290 140723816319460 140723816319460 140723816325062 0
/proc/90404/statm: 11595 7618 1120 3139 0 7883 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 46380 KiB
Current children cumulated memory: 30472 KiB

[startup+0.306024 s]*
/proc/loadavg: 1.57 1.97 2.11 5/268 90405
/proc/meminfo: memFree=120372040/131250000 swapFree=33009904/33010684
[pid=90404] ppid=90401 vsize=56592 memory=40336 CPUtime=0.3 cores=0,2
/proc/90404/stat : 90404 (uwrmaxsat-scip) R 90401 90404 90346 0 -1 4194304 9458 0 0 0 29 1 0 0 20 0 1 0 76604765 57950208 10084 18446744073709551615 4198400 17051741 140723816313792 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 39137280 140723816319290 140723816319460 140723816319460 140723816325062 0
/proc/90404/statm: 14148 10084 1120 3139 0 10436 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 56592 KiB
Current children cumulated memory: 40336 KiB

[startup+0.700178 s]
/proc/loadavg: 1.57 1.97 2.11 5/268 90405
/proc/meminfo: memFree=120203200/131250000 swapFree=33009904/33010684
[pid=90404] ppid=90401 vsize=87840 memory=71824 CPUtime=0.69 cores=0,2
/proc/90404/stat : 90404 (uwrmaxsat-scip) R 90401 90404 90346 0 -1 4194304 17317 0 0 0 67 2 0 0 20 0 1 0 76604765 89948160 17956 18446744073709551615 4198400 17051741 140723816313792 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 39137280 140723816319290 140723816319460 140723816319460 140723816325062 0
/proc/90404/statm: 21960 17956 1120 3139 0 18248 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 87840 KiB
Current children cumulated memory: 71824 KiB

[startup+1.50019 s]
/proc/loadavg: 1.77 2.00 2.12 5/266 90405
/proc/meminfo: memFree=120042172/131250000 swapFree=33009904/33010684
[pid=90404] ppid=90401 vsize=165848 memory=149216 CPUtime=1.48 cores=0,2
/proc/90404/stat : 90404 (uwrmaxsat-scip) R 90401 90404 90346 0 -1 4194304 37051 0 0 0 142 6 0 0 20 0 1 0 76604765 169828352 37304 18446744073709551615 4198400 17051741 140723816313792 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 39137280 140723816319290 140723816319460 140723816319460 140723816325062 0
/proc/90404/statm: 41462 37304 1120 3139 0 37750 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 165848 KiB
Current children cumulated memory: 149216 KiB

[startup+3.10597 s]
/proc/loadavg: 1.77 2.00 2.12 5/271 90415
/proc/meminfo: memFree=119713324/131250000 swapFree=33009904/33010684
[pid=90404] ppid=90401 vsize=337584 memory=320296 CPUtime=3.08 cores=0,2
/proc/90404/stat : 90404 (uwrmaxsat-scip) R 90401 90404 90346 0 -1 4194304 79554 0 0 0 293 15 0 0 20 0 1 0 76604765 345686016 80074 18446744073709551615 4198400 17051741 140723816313792 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 39137280 140723816319290 140723816319460 140723816319460 140723816325062 0
/proc/90404/statm: 84396 80074 1120 3139 0 80684 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 337584 KiB
Current children cumulated memory: 320296 KiB

[startup+6.30017 s]
/proc/loadavg: 1.94 2.04 2.14 5/271 90416
/proc/meminfo: memFree=118804536/131250000 swapFree=33009904/33010684
[pid=90404] ppid=90401 vsize=694836 memory=677180 CPUtime=6.27 cores=0,2
/proc/90404/stat : 90404 (uwrmaxsat-scip) R 90401 90404 90346 0 -1 4194304 165739 0 0 0 597 30 0 0 20 0 1 0 76604765 711512064 169295 18446744073709551615 4198400 17051741 140723816313792 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 39137280 140723816319290 140723816319460 140723816319460 140723816325062 0
/proc/90404/statm: 173709 169295 1120 3139 0 169997 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 694836 KiB
Current children cumulated memory: 677180 KiB

[startup+12.7002 s]
/proc/loadavg: 2.27 2.10 2.16 5/270 90416
/proc/meminfo: memFree=117465680/131250000 swapFree=33009904/33010684
[pid=90404] ppid=90401 vsize=1407668 memory=1388096 CPUtime=12.65 cores=0,2
/proc/90404/stat : 90404 (uwrmaxsat-scip) R 90401 90404 90346 0 -1 4194304 334262 0 0 0 1204 61 0 0 20 0 1 0 76604765 1441452032 347024 18446744073709551615 4198400 17051741 140723816313792 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 39137280 140723816319290 140723816319460 140723816319460 140723816325062 0
/proc/90404/statm: 351917 347024 1120 3139 0 348205 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1407668 KiB
Current children cumulated memory: 1388096 KiB

[startup+25.5002 s]
/proc/loadavg: 2.61 2.18 2.18 5/270 90416
/proc/meminfo: memFree=113623520/131250000 swapFree=33009904/33010684
[pid=90404] ppid=90401 vsize=2836096 memory=2813756 CPUtime=25.42 cores=0,2
/proc/90404/stat : 90404 (uwrmaxsat-scip) R 90401 90404 90346 0 -1 4194304 664140 0 0 0 2419 123 0 0 20 0 1 0 76604765 2904162304 703439 18446744073709551615 4198400 17051741 140723816313792 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 39137280 140723816319290 140723816319460 140723816319460 140723816325062 0
/proc/90404/statm: 709024 703439 1120 3139 0 705312 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 2836096 KiB
Current children cumulated memory: 2813756 KiB

[startup+51.1061 s]
/proc/loadavg: 3.16 2.35 2.24 5/270 90417
/proc/meminfo: memFree=106447408/131250000 swapFree=33009904/33010684
[pid=90404] ppid=90401 vsize=7114192 memory=7097072 CPUtime=50.94 cores=0,2
/proc/90404/stat : 90404 (uwrmaxsat-scip) R 90401 90404 90346 0 -1 4194304 1650805 0 0 0 4804 290 0 0 20 0 1 0 76604765 7284932608 1774268 18446744073709551615 4198400 17051741 140723816313792 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 39137280 140723816319290 140723816319460 140723816319460 140723816325062 0
/proc/90404/statm: 1778548 1774268 2688 3139 0 1774836 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 7114192 KiB
Current children cumulated memory: 7097072 KiB

[startup+102.3 s]
/proc/loadavg: 3.75 2.64 2.35 5/270 90419
/proc/meminfo: memFree=99662052/131250000 swapFree=33009904/33010684
[pid=90404] ppid=90401 vsize=8167276 memory=8119156 CPUtime=102 cores=0,2
/proc/90404/stat : 90404 (uwrmaxsat-scip) R 90401 90404 90346 0 -1 4194304 1819073 0 0 0 9870 330 0 0 20 0 1 0 76604765 8363290624 2029789 18446744073709551615 4198400 17051741 140723816313792 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 39137280 140723816319290 140723816319460 140723816319460 140723816325062 0
/proc/90404/statm: 2041819 2029789 2688 3139 0 2038107 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 8167276 KiB
Current children cumulated memory: 8119156 KiB

[startup+162.3 s]
/proc/loadavg: 3.96 2.91 2.46 5/268 90421
/proc/meminfo: memFree=92712348/131250000 swapFree=33009904/33010684
[pid=90404] ppid=90401 vsize=8436280 memory=8337752 CPUtime=161.83 cores=0,2
/proc/90404/stat : 90404 (uwrmaxsat-scip) R 90401 90404 90346 0 -1 4194304 1838206 0 0 0 15837 346 0 0 20 0 1 0 76604765 8638750720 2084438 18446744073709551615 4198400 17051741 140723816313792 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 39137280 140723816319290 140723816319460 140723816319460 140723816325062 0
/proc/90404/statm: 2109070 2084438 2688 3139 0 2105358 0
Current children cumulated CPU time: 161.83 s
Current children cumulated vsize: 8436280 KiB
Current children cumulated memory: 8337752 KiB

[startup+222.3 s]
/proc/loadavg: 4.03 3.12 2.56 5/268 90428
/proc/meminfo: memFree=92302148/131250000 swapFree=33009904/33010684
[pid=90404] ppid=90401 vsize=8491060 memory=8446192 CPUtime=221.66 cores=0,2
/proc/90404/stat : 90404 (uwrmaxsat-scip) R 90401 90404 90346 0 -1 4194304 1852286 0 0 0 21807 359 0 0 20 0 1 0 76604765 8694845440 2111548 18446744073709551615 4198400 17051741 140723816313792 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 39137280 140723816319290 140723816319460 140723816319460 140723816325062 0
/proc/90404/statm: 2122765 2111548 2688 3139 0 2119053 0
Current children cumulated CPU time: 221.66 s
Current children cumulated vsize: 8491060 KiB
Current children cumulated memory: 8446192 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 3.31 2.66 5/265 90430
/proc/meminfo: memFree=91871276/131250000 swapFree=33009904/33010684
[pid=90404] ppid=90401 vsize=8819748 memory=8720824 CPUtime=281.49 cores=0,2
/proc/90404/stat : 90404 (uwrmaxsat-scip) R 90401 90404 90346 0 -1 4194304 1867301 0 0 0 27772 377 0 0 20 0 1 0 76604765 9031421952 2180206 18446744073709551615 4198400 17051741 140723816313792 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 39137280 140723816319290 140723816319460 140723816319460 140723816325062 0
/proc/90404/statm: 2204937 2180206 2688 3139 0 2201225 0
Current children cumulated CPU time: 281.49 s
Current children cumulated vsize: 8819748 KiB
Current children cumulated memory: 8720824 KiB

[startup+342.3 s]
/proc/loadavg: 4.09 3.46 2.76 5/264 90432
/proc/meminfo: memFree=90860896/131250000 swapFree=33009904/33010684
[pid=90404] ppid=90401 vsize=9046704 memory=8859728 CPUtime=341.31 cores=0,2
/proc/90404/stat : 90404 (uwrmaxsat-scip) R 90401 90404 90346 0 -1 4194304 1885428 0 0 0 33742 389 0 0 20 0 1 0 76604765 9263824896 2214932 18446744073709551615 4198400 17051741 140723816313792 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 39137280 140723816319290 140723816319460 140723816319460 140723816325062 0
/proc/90404/statm: 2261676 2214932 2688 3139 0 2257964 0
Current children cumulated CPU time: 341.31 s
Current children cumulated vsize: 9046704 KiB
Current children cumulated memory: 8859728 KiB

[startup+402.3 s]
/proc/loadavg: 4.14 3.59 2.85 5/263 90434
/proc/meminfo: memFree=90273268/131250000 swapFree=33009904/33010684
[pid=90404] ppid=90401 vsize=9137124 memory=9042256 CPUtime=401.15 cores=0,2
/proc/90404/stat : 90404 (uwrmaxsat-scip) R 90401 90404 90346 0 -1 4194304 1908499 0 0 0 39711 404 0 0 20 0 1 0 76604765 9356414976 2260564 18446744073709551615 4198400 17051741 140723816313792 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 39137280 140723816319290 140723816319460 140723816319460 140723816325062 0
/proc/90404/statm: 2284281 2260564 2688 3139 0 2280569 0
Current children cumulated CPU time: 401.15 s
Current children cumulated vsize: 9137124 KiB
Current children cumulated memory: 9042256 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 3.68 2.93 5/264 90437
/proc/meminfo: memFree=89889564/131250000 swapFree=33009904/33010684
[pid=90404] ppid=90401 vsize=9465220 memory=9228112 CPUtime=460.97 cores=0,2
/proc/90404/stat : 90404 (uwrmaxsat-scip) R 90401 90404 90346 0 -1 4194304 1933752 0 0 0 45678 419 0 0 20 0 1 0 76604765 9692385280 2307028 18446744073709551615 4198400 17051741 140723816313792 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 39137280 140723816319290 140723816319460 140723816319460 140723816325062 0
/proc/90404/statm: 2366305 2307028 2688 3139 0 2362593 0

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

/proc/90404/statm: 5679720 5322166 3104 3139 0 5676008 0
Current children cumulated CPU time: 2853.8 s
Current children cumulated vsize: 22718880 KiB
Current children cumulated memory: 21288664 KiB

[startup+2922.3 s]
/proc/loadavg: 3.10 3.18 3.49 4/258 90630
/proc/meminfo: memFree=97446016/131250000 swapFree=33009904/33010684
[pid=90404] ppid=90401 vsize=22907644 memory=21423228 CPUtime=2913.62 cores=0,2
/proc/90404/stat : 90404 (uwrmaxsat-scip) R 90401 90404 90346 0 -1 4194304 4227150 0 0 0 289508 1854 0 0 20 0 1 0 76604765 23457427456 5355807 18446744073709551615 4198400 17051741 140723816313792 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 39137280 140723816319290 140723816319460 140723816319460 140723816325062 0
/proc/90404/statm: 5726911 5355807 3104 3139 0 5723199 0
Current children cumulated CPU time: 2913.62 s
Current children cumulated vsize: 22907644 KiB
Current children cumulated memory: 21423228 KiB

[startup+2982.3 s]
/proc/loadavg: 3.11 3.16 3.46 4/257 90632
/proc/meminfo: memFree=97450756/131250000 swapFree=33009904/33010684
[pid=90404] ppid=90401 vsize=22907644 memory=21423228 CPUtime=2973.44 cores=0,2
/proc/90404/stat : 90404 (uwrmaxsat-scip) R 90401 90404 90346 0 -1 4194304 4232942 0 0 0 295486 1858 0 0 20 0 1 0 76604765 23457427456 5355807 18446744073709551615 4198400 17051741 140723816313792 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 39137280 140723816319290 140723816319460 140723816319460 140723816325062 0
/proc/90404/statm: 5726911 5355807 3104 3139 0 5723199 0
Current children cumulated CPU time: 2973.44 s
Current children cumulated vsize: 22907644 KiB
Current children cumulated memory: 21423228 KiB

[startup+3042.3 s]
/proc/loadavg: 3.09 3.14 3.44 4/257 90637
/proc/meminfo: memFree=97259292/131250000 swapFree=33009904/33010684
[pid=90404] ppid=90401 vsize=22907644 memory=21423228 CPUtime=3033.26 cores=0,2
/proc/90404/stat : 90404 (uwrmaxsat-scip) R 90401 90404 90346 0 -1 4194304 4239097 0 0 0 301465 1861 0 0 20 0 1 0 76604765 23457427456 5355807 18446744073709551615 4198400 17051741 140723816313792 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 39137280 140723816319290 140723816319460 140723816319460 140723816325062 0
/proc/90404/statm: 5726911 5355807 3104 3139 0 5723199 0
Current children cumulated CPU time: 3033.26 s
Current children cumulated vsize: 22907644 KiB
Current children cumulated memory: 21423228 KiB

[startup+3102.3 s]
/proc/loadavg: 3.08 3.13 3.41 4/257 90639
/proc/meminfo: memFree=97255112/131250000 swapFree=33009904/33010684
[pid=90404] ppid=90401 vsize=22907644 memory=21426684 CPUtime=3093.08 cores=0,2
/proc/90404/stat : 90404 (uwrmaxsat-scip) R 90401 90404 90346 0 -1 4194304 4245870 0 0 0 307443 1865 0 0 20 0 1 0 76604765 23457427456 5356671 18446744073709551615 4198400 17051741 140723816313792 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 39137280 140723816319290 140723816319460 140723816319460 140723816325062 0
/proc/90404/statm: 5726911 5356671 3104 3139 0 5723199 0
Current children cumulated CPU time: 3093.08 s
Current children cumulated vsize: 22907644 KiB
Current children cumulated memory: 21426684 KiB

[startup+3162.3 s]
/proc/loadavg: 3.14 3.14 3.39 4/258 90642
/proc/meminfo: memFree=97256676/131250000 swapFree=33009904/33010684
[pid=90404] ppid=90401 vsize=22907644 memory=21426684 CPUtime=3152.9 cores=0,2
/proc/90404/stat : 90404 (uwrmaxsat-scip) R 90401 90404 90346 0 -1 4194304 4251720 0 0 0 313420 1870 0 0 20 0 1 0 76604765 23457427456 5356671 18446744073709551615 4198400 17051741 140723816313792 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 39137280 140723816319290 140723816319460 140723816319460 140723816325062 0
/proc/90404/statm: 5726911 5356671 3104 3139 0 5723199 0
Current children cumulated CPU time: 3152.9 s
Current children cumulated vsize: 22907644 KiB
Current children cumulated memory: 21426684 KiB

[startup+3222.3 s]
/proc/loadavg: 3.10 3.12 3.37 4/259 90660
/proc/meminfo: memFree=97462368/131250000 swapFree=33009904/33010684
[pid=90404] ppid=90401 vsize=22907644 memory=21426684 CPUtime=3212.72 cores=0,2
/proc/90404/stat : 90404 (uwrmaxsat-scip) R 90401 90404 90346 0 -1 4194304 4257383 0 0 0 319396 1876 0 0 20 0 1 0 76604765 23457427456 5356671 18446744073709551615 4198400 17051741 140723816313792 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 39137280 140723816319290 140723816319460 140723816319460 140723816325062 0
/proc/90404/statm: 5726911 5356671 3104 3139 0 5723199 0
Current children cumulated CPU time: 3212.72 s
Current children cumulated vsize: 22907644 KiB
Current children cumulated memory: 21426684 KiB

[startup+3282.3 s]
/proc/loadavg: 3.15 3.13 3.36 4/259 90662
/proc/meminfo: memFree=97454804/131250000 swapFree=33009904/33010684
[pid=90404] ppid=90401 vsize=22907644 memory=21426684 CPUtime=3272.54 cores=0,2
/proc/90404/stat : 90404 (uwrmaxsat-scip) R 90401 90404 90346 0 -1 4194304 4263272 0 0 0 325373 1881 0 0 20 0 1 0 76604765 23457427456 5356671 18446744073709551615 4198400 17051741 140723816313792 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 39137280 140723816319290 140723816319460 140723816319460 140723816325062 0
/proc/90404/statm: 5726911 5356671 3104 3139 0 5723199 0
Current children cumulated CPU time: 3272.54 s
Current children cumulated vsize: 22907644 KiB
Current children cumulated memory: 21426684 KiB

[startup+3342.3 s]
/proc/loadavg: 3.12 3.12 3.34 4/259 90664
/proc/meminfo: memFree=97256192/131250000 swapFree=33009904/33010684
[pid=90404] ppid=90401 vsize=22907644 memory=21426684 CPUtime=3332.36 cores=0,2
/proc/90404/stat : 90404 (uwrmaxsat-scip) R 90401 90404 90346 0 -1 4194304 4269612 0 0 0 331351 1885 0 0 20 0 1 0 76604765 23457427456 5356671 18446744073709551615 4198400 17051741 140723816313792 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 39137280 140723816319290 140723816319460 140723816319460 140723816325062 0
/proc/90404/statm: 5726911 5356671 3104 3139 0 5723199 0
Current children cumulated CPU time: 3332.36 s
Current children cumulated vsize: 22907644 KiB
Current children cumulated memory: 21426684 KiB

[startup+3402.3 s]
/proc/loadavg: 3.09 3.11 3.32 4/258 90666
/proc/meminfo: memFree=97458108/131250000 swapFree=33009904/33010684
[pid=90404] ppid=90401 vsize=22907644 memory=21426684 CPUtime=3392.18 cores=0,2
/proc/90404/stat : 90404 (uwrmaxsat-scip) R 90401 90404 90346 0 -1 4194304 4275943 0 0 0 337329 1889 0 0 20 0 1 0 76604765 23457427456 5356671 18446744073709551615 4198400 17051741 140723816313792 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 39137280 140723816319290 140723816319460 140723816319460 140723816325062 0
/proc/90404/statm: 5726911 5356671 3104 3139 0 5723199 0
Current children cumulated CPU time: 3392.18 s
Current children cumulated vsize: 22907644 KiB
Current children cumulated memory: 21426684 KiB

[startup+3462.3 s]
/proc/loadavg: 3.13 3.12 3.31 4/258 90669
/proc/meminfo: memFree=97460600/131250000 swapFree=33009904/33010684
[pid=90404] ppid=90401 vsize=22907644 memory=21426684 CPUtime=3451.99 cores=0,2
/proc/90404/stat : 90404 (uwrmaxsat-scip) R 90401 90404 90346 0 -1 4194304 4282075 0 0 0 343307 1892 0 0 20 0 1 0 76604765 23457427456 5356671 18446744073709551615 4198400 17051741 140723816313792 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 39137280 140723816319290 140723816319460 140723816319460 140723816325062 0
/proc/90404/statm: 5726911 5356671 3104 3139 0 5723199 0
Current children cumulated CPU time: 3451.99 s
Current children cumulated vsize: 22907644 KiB
Current children cumulated memory: 21426684 KiB

[startup+3522.3 s]
/proc/loadavg: 3.10 3.11 3.29 4/257 90671
/proc/meminfo: memFree=97264448/131250000 swapFree=33009904/33010684
[pid=90404] ppid=90401 vsize=22907644 memory=21427708 CPUtime=3511.82 cores=0,2
/proc/90404/stat : 90404 (uwrmaxsat-scip) R 90401 90404 90346 0 -1 4194304 4288316 0 0 0 349285 1897 0 0 20 0 1 0 76604765 23457427456 5356927 18446744073709551615 4198400 17051741 140723816313792 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 39137280 140723816319290 140723816319460 140723816319460 140723816325062 0
/proc/90404/statm: 5726911 5356927 3104 3139 0 5723199 0
Current children cumulated CPU time: 3511.82 s
Current children cumulated vsize: 22907644 KiB
Current children cumulated memory: 21427708 KiB

[startup+3582.3 s]
/proc/loadavg: 3.08 3.10 3.27 4/257 90673
/proc/meminfo: memFree=95360784/131250000 swapFree=33009904/33010684
[pid=90404] ppid=90401 vsize=24805764 memory=23334512 CPUtime=3571.64 cores=0,2
/proc/90404/stat : 90404 (uwrmaxsat-scip) R 90401 90404 90346 0 -1 4194304 4298799 0 0 0 355227 1937 0 0 20 0 1 0 76604765 25401102336 5833628 18446744073709551615 4198400 17051741 140723816313792 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 39137280 140723816319290 140723816319460 140723816319460 140723816325062 0
/proc/90404/statm: 6201441 5833628 3104 3139 0 6197729 0
Current children cumulated CPU time: 3571.64 s
Current children cumulated vsize: 24805764 KiB
Current children cumulated memory: 23334512 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.8 s]
/proc/loadavg: 3.11 3.11 3.27 2/249 90689
/proc/meminfo: memFree=99596040/131250000 swapFree=33009904/33010684
[pid=90404] ppid=90401 vsize=22907768 memory=21438576 CPUtime=3600.06 cores=0,2
/proc/90404/stat : 90404 (uwrmaxsat-scip) R 90401 90404 90346 0 -1 4194304 4302415 0 0 0 358067 1939 0 0 20 0 1 0 76604765 23457554432 5359644 18446744073709551615 4198400 17051741 140723816313792 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 39137280 140723816319290 140723816319460 140723816319460 140723816325062 0
/proc/90404/statm: 5726942 5359644 3104 3139 0 5723230 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 22907768 KiB
Current children cumulated memory: 21438576 KiB

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

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

# cumulated CPU time of all completed processes:  user=3580.68 s, system=19.6894 s

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

[startup+3611.01 s]*
/proc/loadavg: 3.11 3.11 3.27 3/250 90718
/proc/meminfo: memFree=109330404/131250000 swapFree=33009904/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 3611.1
CPU time (s): 3600.37
CPU user time (s): 3580.68
CPU system time (s): 19.6894
CPU usage (%): 99.7029
Max. virtual memory (cumulated for all children) (KiB): 29799772
Max. memory (cumulated for all children) (KiB): 28191024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3580.68
system time used= 19.6894
maximum resident set size= 28191024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4302415
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= 196
involuntary context switches= 8025


# summary of solver processes directly reported to runsolver:
#   pid: 90404
#   total CPU time (s): 3600.37
#   total CPU user time (s): 3580.68
#   total CPU system time (s): 19.6894

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.40234 second user time and 17.0221 second system time

The end

Launcher Data

Begin job on nodeC033 at 2025-07-04 08:07:33
IDJOB=4524314
IDBENCH=180648
IDSOLVER=3373
FILE ID=nodeC033/4524314-1751609252
RUNJOBID= nodeC033-1751609252-90356
SLURM_JOB_ID= 9598903
Free space on /tmp= 428996 MiB

SOLVER NAME= UWrMaxSat-SCIP 2025-06-04
BENCH NAME= PB25/normalized-PB25/OPT-LIN/wallon/normalized-TestScheduling-t030m10r05-1_c24.opb
COMMAND LINE= HOME/uwrmaxsat-scip BENCHNAME -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4524314-1751609252/watcher-4524314-1751609252 -o /tmp/evaluation-result-4524314-1751609252/solver-4524314-1751609252 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751609252-90356 --watchdog 3760  HOME/uwrmaxsat-scip HOME/instance-4524314-1751609252.opb -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=31000

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

MD5SUM BENCH= e1864a4bc93ea045f12c51f6a7422bec
RANDOM SEED=2108317700

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		: 3599.822
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.056
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.055
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.195
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.072
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		: 3728.871
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		: 3689.967
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		: 3600.067
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:        120573452 kB
MemAvailable:   129507552 kB
Buffers:            2128 kB
Cached:          9657940 kB
SwapCached:           68 kB
Active:           936736 kB
Inactive:        8992000 kB
Active(anon):     281356 kB
Inactive(anon):     5396 kB
Active(file):     655380 kB
Inactive(file):  8986604 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            673808 kB
Writeback:             4 kB
AnonPages:        272136 kB
Mapped:           120092 kB
Shmem:             18028 kB
KReclaimable:     262708 kB
Slab:             356004 kB
SReclaimable:     262708 kB
SUnreclaim:        93296 kB
KernelStack:        4320 kB
PageTables:         3344 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     613448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:     26624 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= 429512 MiB
End job on nodeC033 at 2025-07-04 09:07:45