Trace number 4503617

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

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-147.opb
MD5SUM68b1290c926351b4227086ab823cce81
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables42127
Total number of constraints974306
Number of constraints which are clauses875463
Number of constraints which are cardinality constraints (but not clauses)3062
Number of constraints which are nor clauses,nor cardinality constraints95781
Minimum length of a constraint2
Maximum length of a constraint627
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 628
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c Using cadical-2.1.3-f13d744 SAT solver by Armin Biere et al. (2016 - )
0.00/0.00	c Setting memory limit to 31000MB.
0.00/0.00	c Parsing PB file...
5.76/5.87	c Converting 975848 PB-constraints to clauses...
5.86/5.96	c Using SCIP solver, version 9.02.2, https://www.scipopt.org
10.94/11.01	c ============================[ Encoding Statistics ]============================
10.94/11.01	c |  Number of variables:        144079                                         |
10.94/11.01	c |  Number of clauses:         1318746                                         |
10.94/11.01	c ===============================================================================
310.75/312.01	c Starting SCIP solver  (with time-limit: 900s) ...
1207.15/1212.02	c SCIP timeout with lower and upper bounds: [0, 9223372036854775807]
3600.06/3612.50	c *** TERMINATED by signal 15 ***
3600.06/3612.50	c _______________________________________________________________________________
3600.06/3612.50	c 
3600.06/3612.50	c _______________________________________________________________________________
3600.06/3612.50	c 
3600.06/3612.50	c =======================[ UWrMaxSat resources usage ]===========================
3600.06/3612.50	c Memory used            : 7333.00 MB
3600.06/3612.50	c CPU time               : 3596.49 s
3600.06/3612.50	c Constr Enc: Srt/BDD/Add: 98843 0 0
3600.06/3612.50	c _______________________________________________________________________________
3600.06/3612.50	c _______________________________________________________________________________
3600.06/3612.50	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 (62319 MiB free)
  memory of node 1: 64507 MiB (56984 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=17893, runsolver pid=17890

[startup+0.100068 s]*
/proc/loadavg: 4.21 4.15 4.11 5/263 17894
/proc/meminfo: memFree=122150924/131249996 swapFree=33010684/33010684
[pid=17893] ppid=17890 vsize=36344 memory=20608 CPUtime=0.09 cores=5,7
/proc/17893/stat : 17893 (uwrmaxsat-scip) R 17890 17893 16244 0 -1 4194304 4171 0 0 0 8 1 0 0 20 0 1 0 32370849 37216256 5152 18446744073709551615 4198400 17051741 140727371407328 0 0 0 0 0 27682 0 0 0 17 7 0 0 0 0 0 19288744 19393640 24907776 140727371409722 140727371409892 140727371409892 140727371415494 0
/proc/17893/statm: 9086 5152 1120 3139 0 5374 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 36344 KiB
Current children cumulated memory: 20608 KiB

[startup+0.205937 s]*
/proc/loadavg: 4.21 4.15 4.11 5/263 17894
/proc/meminfo: memFree=122134796/131249996 swapFree=33010684/33010684
[pid=17893] ppid=17890 vsize=52464 memory=36608 CPUtime=0.19 cores=5,7
/proc/17893/stat : 17893 (uwrmaxsat-scip) R 17890 17893 16244 0 -1 4194304 8172 0 0 0 18 1 0 0 20 0 1 0 32370849 53723136 9152 18446744073709551615 4198400 17051741 140727371407328 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 24907776 140727371409722 140727371409892 140727371409892 140727371415494 0
/proc/17893/statm: 13116 9152 1120 3139 0 9404 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 52464 KiB
Current children cumulated memory: 36608 KiB

[startup+0.30588 s]*
/proc/loadavg: 4.21 4.15 4.11 5/263 17894
/proc/meminfo: memFree=122118920/131249996 swapFree=33010684/33010684
[pid=17893] ppid=17890 vsize=68204 memory=52224 CPUtime=0.29 cores=5,7
/proc/17893/stat : 17893 (uwrmaxsat-scip) R 17890 17893 16244 0 -1 4194304 12094 0 0 0 27 2 0 0 20 0 1 0 32370849 69840896 13056 18446744073709551615 4198400 17051741 140727371407328 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 24907776 140727371409722 140727371409892 140727371409892 140727371415494 0
/proc/17893/statm: 17051 13056 1120 3139 0 13339 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 68204 KiB
Current children cumulated memory: 52224 KiB

[startup+0.700185 s]
/proc/loadavg: 4.21 4.15 4.11 5/263 17894
/proc/meminfo: memFree=122086664/131249996 swapFree=33010684/33010684
[pid=17893] ppid=17890 vsize=128964 memory=112896 CPUtime=0.68 cores=5,7
/proc/17893/stat : 17893 (uwrmaxsat-scip) R 17890 17893 16244 0 -1 4194304 27320 0 0 0 63 5 0 0 20 0 1 0 32370849 132059136 28224 18446744073709551615 4198400 17051741 140727371407328 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 24907776 140727371409722 140727371409892 140727371409892 140727371415494 0
/proc/17893/statm: 32241 28224 1120 3139 0 28529 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 128964 KiB
Current children cumulated memory: 112896 KiB

[startup+1.50018 s]
/proc/loadavg: 4.21 4.15 4.11 5/263 17894
/proc/meminfo: memFree=122006276/131249996 swapFree=33010684/33010684
[pid=17893] ppid=17890 vsize=254368 memory=237964 CPUtime=1.47 cores=5,7
/proc/17893/stat : 17893 (uwrmaxsat-scip) R 17890 17893 16244 0 -1 4194304 58669 0 0 0 136 11 0 0 20 0 1 0 32370849 260472832 59491 18446744073709551615 4198400 17051741 140727371407328 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 24907776 140727371409722 140727371409892 140727371409892 140727371415494 0
/proc/17893/statm: 63592 59491 1120 3139 0 59880 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 254368 KiB
Current children cumulated memory: 237964 KiB

[startup+3.10573 s]
/proc/loadavg: 4.19 4.15 4.11 5/263 17894
/proc/meminfo: memFree=121692284/131249996 swapFree=33010684/33010684
[pid=17893] ppid=17890 vsize=506500 memory=488752 CPUtime=3.07 cores=5,7
/proc/17893/stat : 17893 (uwrmaxsat-scip) R 17890 17893 16244 0 -1 4194304 121567 0 0 0 284 23 0 0 20 0 1 0 32370849 518656000 122188 18446744073709551615 4198400 17051741 140727371407328 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 24907776 140727371409722 140727371409892 140727371409892 140727371415494 0
/proc/17893/statm: 126625 122188 1120 3139 0 122913 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 506500 KiB
Current children cumulated memory: 488752 KiB

[startup+6.30018 s]
/proc/loadavg: 4.19 4.15 4.11 5/263 17939
/proc/meminfo: memFree=121154552/131249996 swapFree=33010684/33010684
[pid=17893] ppid=17890 vsize=1039776 memory=1028000 CPUtime=6.26 cores=5,7
/proc/17893/stat : 17893 (uwrmaxsat-scip) R 17890 17893 16244 0 -1 4194304 257638 0 0 0 577 49 0 0 20 0 1 0 32370849 1064730624 257000 18446744073709551615 4198400 17051741 140727371407328 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 24907776 140727371409722 140727371409892 140727371409892 140727371415494 0
/proc/17893/statm: 259944 257000 2688 3139 0 256232 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 1039776 KiB
Current children cumulated memory: 1028000 KiB

[startup+12.7002 s]
/proc/loadavg: 4.16 4.14 4.11 5/263 17939
/proc/meminfo: memFree=119907460/131249996 swapFree=33010684/33010684
[pid=17893] ppid=17890 vsize=2078560 memory=2045376 CPUtime=12.63 cores=5,7
/proc/17893/stat : 17893 (uwrmaxsat-scip) R 17890 17893 16244 0 -1 4194304 469453 0 0 0 1175 88 0 0 20 0 1 0 32370849 2128445440 511344 18446744073709551615 4198400 17051741 140727371407328 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 24907776 140727371409722 140727371409892 140727371409892 140727371415494 0
/proc/17893/statm: 519640 511344 2688 3139 0 515928 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 2078560 KiB
Current children cumulated memory: 2045376 KiB

[startup+25.5002 s]
/proc/loadavg: 4.13 4.14 4.10 5/263 17939
/proc/meminfo: memFree=119886456/131249996 swapFree=33010684/33010684
[pid=17893] ppid=17890 vsize=2120692 memory=2095716 CPUtime=25.38 cores=5,7
/proc/17893/stat : 17893 (uwrmaxsat-scip) R 17890 17893 16244 0 -1 4194304 476835 0 0 0 2438 100 0 0 20 0 1 0 32370849 2171588608 523929 18446744073709551615 4198400 17051741 140727371407328 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 24907776 140727371409722 140727371409892 140727371409892 140727371415494 0
/proc/17893/statm: 530173 523929 2688 3139 0 526461 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 2120692 KiB
Current children cumulated memory: 2095716 KiB

[startup+51.1057 s]
/proc/loadavg: 4.16 4.14 4.11 5/263 17985
/proc/meminfo: memFree=118057872/131249996 swapFree=33010684/33010684
[pid=17893] ppid=17890 vsize=2120744 memory=2098424 CPUtime=50.88 cores=5,7
/proc/17893/stat : 17893 (uwrmaxsat-scip) R 17890 17893 16244 0 -1 4194304 484373 0 0 0 4974 114 0 0 20 0 1 0 32370849 2171641856 524606 18446744073709551615 4198400 17051741 140727371407328 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 24907776 140727371409722 140727371409892 140727371409892 140727371415494 0
/proc/17893/statm: 530186 524606 2688 3139 0 526474 0
Current children cumulated CPU time: 50.88 s
Current children cumulated vsize: 2120744 KiB
Current children cumulated memory: 2098424 KiB

[startup+102.3 s]
/proc/loadavg: 4.16 4.15 4.11 5/263 17986
/proc/meminfo: memFree=118122852/131249996 swapFree=33010684/33010684
[pid=17893] ppid=17890 vsize=2121484 memory=2099204 CPUtime=101.86 cores=5,7
/proc/17893/stat : 17893 (uwrmaxsat-scip) R 17890 17893 16244 0 -1 4194304 492344 0 0 0 10056 130 0 0 20 0 1 0 32370849 2172399616 524801 18446744073709551615 4198400 17051741 140727371407328 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 24907776 140727371409722 140727371409892 140727371409892 140727371415494 0
/proc/17893/statm: 530371 524801 2688 3139 0 526659 0
Current children cumulated CPU time: 101.86 s
Current children cumulated vsize: 2121484 KiB
Current children cumulated memory: 2099204 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.13 4.10 5/264 17989
/proc/meminfo: memFree=117932564/131249996 swapFree=33010684/33010684
[pid=17893] ppid=17890 vsize=2124116 memory=2101836 CPUtime=161.61 cores=5,7
/proc/17893/stat : 17893 (uwrmaxsat-scip) R 17890 17893 16244 0 -1 4194304 497051 0 0 0 16020 141 0 0 20 0 1 0 32370849 2175094784 525459 18446744073709551615 4198400 17051741 140727371407328 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 24907776 140727371409722 140727371409892 140727371409892 140727371415494 0
/proc/17893/statm: 531029 525459 2688 3139 0 527317 0
Current children cumulated CPU time: 161.61 s
Current children cumulated vsize: 2124116 KiB
Current children cumulated memory: 2101836 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.12 4.10 5/264 17991
/proc/meminfo: memFree=117919660/131249996 swapFree=33010684/33010684
[pid=17893] ppid=17890 vsize=2122564 memory=2100284 CPUtime=221.38 cores=5,7
/proc/17893/stat : 17893 (uwrmaxsat-scip) R 17890 17893 16244 0 -1 4194304 501726 0 0 0 21986 152 0 0 20 0 1 0 32370849 2173505536 525071 18446744073709551615 4198400 17051741 140727371407328 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 24907776 140727371409722 140727371409892 140727371409892 140727371415494 0
/proc/17893/statm: 530641 525071 2688 3139 0 526929 0
Current children cumulated CPU time: 221.38 s
Current children cumulated vsize: 2122564 KiB
Current children cumulated memory: 2100284 KiB

[startup+282.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/264 17993
/proc/meminfo: memFree=117939544/131249996 swapFree=33010684/33010684
[pid=17893] ppid=17890 vsize=2121696 memory=2099416 CPUtime=281.16 cores=5,7
/proc/17893/stat : 17893 (uwrmaxsat-scip) R 17890 17893 16244 0 -1 4194304 506366 0 0 0 27953 163 0 0 20 0 1 0 32370849 2172616704 524854 18446744073709551615 4198400 17051741 140727371407328 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 24907776 140727371409722 140727371409892 140727371409892 140727371415494 0
/proc/17893/statm: 530424 524854 2688 3139 0 526712 0
Current children cumulated CPU time: 281.16 s
Current children cumulated vsize: 2121696 KiB
Current children cumulated memory: 2099416 KiB

[startup+342.3 s]
/proc/loadavg: 4.07 4.11 4.09 5/263 17999
/proc/meminfo: memFree=116373868/131249996 swapFree=33010684/33010684
[pid=17893] ppid=17890 vsize=3753924 memory=3702012 CPUtime=340.91 cores=5,7
/proc/17893/stat : 17893 (uwrmaxsat-scip) R 17890 17893 16244 0 -1 4194304 803903 0 0 0 33865 226 0 0 20 0 1 0 32370849 3844018176 925503 18446744073709551615 4198400 17051741 140727371407328 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 19288744 19393640 24907776 140727371409722 140727371409892 140727371409892 140727371415494 0
/proc/17893/statm: 938481 925503 3104 3139 0 934769 0
Current children cumulated CPU time: 340.91 s
Current children cumulated vsize: 3753924 KiB
Current children cumulated memory: 3702012 KiB

[startup+402.3 s]
/proc/loadavg: 4.06 4.10 4.09 5/263 18001
/proc/meminfo: memFree=114780476/131249996 swapFree=33010684/33010684
[pid=17893] ppid=17890 vsize=3753924 memory=3705340 CPUtime=400.6 cores=5,7
/proc/17893/stat : 17893 (uwrmaxsat-scip) R 17890 17893 16244 0 -1 4194304 804248 0 0 0 39834 226 0 0 20 0 1 0 32370849 3844018176 926335 18446744073709551615 4198400 17051741 140727371407328 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 19288744 19393640 24907776 140727371409722 140727371409892 140727371409892 140727371415494 0
/proc/17893/statm: 938481 926335 3104 3139 0 934769 0
Current children cumulated CPU time: 400.6 s
Current children cumulated vsize: 3753924 KiB
Current children cumulated memory: 3705340 KiB

[startup+462.3 s]
/proc/loadavg: 4.06 4.09 4.09 5/264 18006
/proc/meminfo: memFree=118304448/131249996 swapFree=33010684/33010684
[pid=17893] ppid=17890 vsize=5343604 memory=5096864 CPUtime=460.33 cores=5,7
/proc/17893/stat : 17893 (uwrmaxsat-scip) R 17890 17893 16244 0 -1 4194304 821543 0 0 0 45779 254 0 0 20 0 1 0 32370849 5471850496 1274216 18446744073709551615 4198400 17051741 140727371407328 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 19288744 19393640 24907776 140727371409722 140727371409892 140727371409892 140727371415494 0
/proc/17893/statm: 1335901 1274216 3104 3139 0 1332189 0
Current children cumulated CPU time: 460.33 s

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

Current children cumulated memory: 1909808 KiB

[startup+2922.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/264 18312
/proc/meminfo: memFree=116073408/131249996 swapFree=33010684/33010684
[pid=17893] ppid=17890 vsize=1925432 memory=1909808 CPUtime=2912.02 cores=5,7
/proc/17893/stat : 17893 (uwrmaxsat-scip) R 17890 17893 16244 0 -1 4194304 1254522 0 0 0 290844 358 0 0 20 0 1 0 32370849 1971642368 477452 18446744073709551615 4198400 17051741 140727371407328 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 24907776 140727371409722 140727371409892 140727371409892 140727371415494 0
/proc/17893/statm: 481358 477452 3296 3139 0 477646 0
Current children cumulated CPU time: 2912.02 s
Current children cumulated vsize: 1925432 KiB
Current children cumulated memory: 1909808 KiB

[startup+2982.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/264 18316
/proc/meminfo: memFree=116080032/131249996 swapFree=33010684/33010684
[pid=17893] ppid=17890 vsize=1925432 memory=1909808 CPUtime=2971.83 cores=5,7
/proc/17893/stat : 17893 (uwrmaxsat-scip) R 17890 17893 16244 0 -1 4194304 1255125 0 0 0 296825 358 0 0 20 0 1 0 32370849 1971642368 477452 18446744073709551615 4198400 17051741 140727371407328 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 24907776 140727371409722 140727371409892 140727371409892 140727371415494 0
/proc/17893/statm: 481358 477452 3296 3139 0 477646 0
Current children cumulated CPU time: 2971.83 s
Current children cumulated vsize: 1925432 KiB
Current children cumulated memory: 1909808 KiB

[startup+3042.3 s]
/proc/loadavg: 4.04 4.08 4.08 5/264 18318
/proc/meminfo: memFree=116076644/131249996 swapFree=33010684/33010684
[pid=17893] ppid=17890 vsize=1925432 memory=1909808 CPUtime=3031.64 cores=5,7
/proc/17893/stat : 17893 (uwrmaxsat-scip) R 17890 17893 16244 0 -1 4194304 1255677 0 0 0 302806 358 0 0 20 0 1 0 32370849 1971642368 477452 18446744073709551615 4198400 17051741 140727371407328 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 24907776 140727371409722 140727371409892 140727371409892 140727371415494 0
/proc/17893/statm: 481358 477452 3296 3139 0 477646 0
Current children cumulated CPU time: 3031.64 s
Current children cumulated vsize: 1925432 KiB
Current children cumulated memory: 1909808 KiB

[startup+3102.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/264 18320
/proc/meminfo: memFree=116055136/131249996 swapFree=33010684/33010684
[pid=17893] ppid=17890 vsize=1925432 memory=1909808 CPUtime=3091.45 cores=5,7
/proc/17893/stat : 17893 (uwrmaxsat-scip) R 17890 17893 16244 0 -1 4194304 1255983 0 0 0 308787 358 0 0 20 0 1 0 32370849 1971642368 477452 18446744073709551615 4198400 17051741 140727371407328 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 24907776 140727371409722 140727371409892 140727371409892 140727371415494 0
/proc/17893/statm: 481358 477452 3296 3139 0 477646 0
Current children cumulated CPU time: 3091.45 s
Current children cumulated vsize: 1925432 KiB
Current children cumulated memory: 1909808 KiB

[startup+3162.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/265 18323
/proc/meminfo: memFree=116052236/131249996 swapFree=33010684/33010684
[pid=17893] ppid=17890 vsize=1925432 memory=1909808 CPUtime=3151.26 cores=5,7
/proc/17893/stat : 17893 (uwrmaxsat-scip) R 17890 17893 16244 0 -1 4194304 1256559 0 0 0 314768 358 0 0 20 0 1 0 32370849 1971642368 477452 18446744073709551615 4198400 17051741 140727371407328 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 24907776 140727371409722 140727371409892 140727371409892 140727371415494 0
/proc/17893/statm: 481358 477452 3296 3139 0 477646 0
Current children cumulated CPU time: 3151.26 s
Current children cumulated vsize: 1925432 KiB
Current children cumulated memory: 1909808 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/264 18325
/proc/meminfo: memFree=116039608/131249996 swapFree=33010684/33010684
[pid=17893] ppid=17890 vsize=1925432 memory=1909808 CPUtime=3211.08 cores=5,7
/proc/17893/stat : 17893 (uwrmaxsat-scip) R 17890 17893 16244 0 -1 4194304 1257152 0 0 0 320750 358 0 0 20 0 1 0 32370849 1971642368 477452 18446744073709551615 4198400 17051741 140727371407328 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 24907776 140727371409722 140727371409892 140727371409892 140727371415494 0
/proc/17893/statm: 481358 477452 3296 3139 0 477646 0
Current children cumulated CPU time: 3211.08 s
Current children cumulated vsize: 1925432 KiB
Current children cumulated memory: 1909808 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.08 4.09 5/264 18327
/proc/meminfo: memFree=116054952/131249996 swapFree=33010684/33010684
[pid=17893] ppid=17890 vsize=1925432 memory=1909808 CPUtime=3270.89 cores=5,7
/proc/17893/stat : 17893 (uwrmaxsat-scip) R 17890 17893 16244 0 -1 4194304 1257595 0 0 0 326731 358 0 0 20 0 1 0 32370849 1971642368 477452 18446744073709551615 4198400 17051741 140727371407328 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 24907776 140727371409722 140727371409892 140727371409892 140727371415494 0
/proc/17893/statm: 481358 477452 3296 3139 0 477646 0
Current children cumulated CPU time: 3270.89 s
Current children cumulated vsize: 1925432 KiB
Current children cumulated memory: 1909808 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/264 18329
/proc/meminfo: memFree=116052228/131249996 swapFree=33010684/33010684
[pid=17893] ppid=17890 vsize=1925432 memory=1909808 CPUtime=3330.7 cores=5,7
/proc/17893/stat : 17893 (uwrmaxsat-scip) R 17890 17893 16244 0 -1 4194304 1257868 0 0 0 332712 358 0 0 20 0 1 0 32370849 1971642368 477452 18446744073709551615 4198400 17051741 140727371407328 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 24907776 140727371409722 140727371409892 140727371409892 140727371415494 0
/proc/17893/statm: 481358 477452 3296 3139 0 477646 0
Current children cumulated CPU time: 3330.7 s
Current children cumulated vsize: 1925432 KiB
Current children cumulated memory: 1909808 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.10 4.09 5/264 18331
/proc/meminfo: memFree=116027412/131249996 swapFree=33010684/33010684
[pid=17893] ppid=17890 vsize=1925432 memory=1909808 CPUtime=3390.51 cores=5,7
/proc/17893/stat : 17893 (uwrmaxsat-scip) R 17890 17893 16244 0 -1 4194304 1258533 0 0 0 338693 358 0 0 20 0 1 0 32370849 1971642368 477452 18446744073709551615 4198400 17051741 140727371407328 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 24907776 140727371409722 140727371409892 140727371409892 140727371415494 0
/proc/17893/statm: 481358 477452 3296 3139 0 477646 0
Current children cumulated CPU time: 3390.51 s
Current children cumulated vsize: 1925432 KiB
Current children cumulated memory: 1909808 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/262 18335
/proc/meminfo: memFree=116120196/131249996 swapFree=33010684/33010684
[pid=17893] ppid=17890 vsize=1925432 memory=1909808 CPUtime=3450.32 cores=5,7
/proc/17893/stat : 17893 (uwrmaxsat-scip) R 17890 17893 16244 0 -1 4194304 1259078 0 0 0 344674 358 0 0 20 0 1 0 32370849 1971642368 477452 18446744073709551615 4198400 17051741 140727371407328 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 24907776 140727371409722 140727371409892 140727371409892 140727371415494 0
/proc/17893/statm: 481358 477452 3296 3139 0 477646 0
Current children cumulated CPU time: 3450.32 s
Current children cumulated vsize: 1925432 KiB
Current children cumulated memory: 1909808 KiB

[startup+3522.3 s]
/proc/loadavg: 4.37 4.17 4.12 5/264 18341
/proc/meminfo: memFree=116120972/131249996 swapFree=33010684/33010684
[pid=17893] ppid=17890 vsize=1925432 memory=1909808 CPUtime=3510.14 cores=5,7
/proc/17893/stat : 17893 (uwrmaxsat-scip) R 17890 17893 16244 0 -1 4194304 1259429 0 0 0 350656 358 0 0 20 0 1 0 32370849 1971642368 477452 18446744073709551615 4198400 17051741 140727371407328 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 24907776 140727371409722 140727371409892 140727371409892 140727371415494 0
/proc/17893/statm: 481358 477452 3296 3139 0 477646 0
Current children cumulated CPU time: 3510.14 s
Current children cumulated vsize: 1925432 KiB
Current children cumulated memory: 1909808 KiB

[startup+3582.3 s]
/proc/loadavg: 4.27 4.18 4.12 5/264 18345
/proc/meminfo: memFree=116143064/131249996 swapFree=33010684/33010684
[pid=17893] ppid=17890 vsize=1925432 memory=1909808 CPUtime=3569.95 cores=5,7
/proc/17893/stat : 17893 (uwrmaxsat-scip) R 17890 17893 16244 0 -1 4194304 1259816 0 0 0 356637 358 0 0 20 0 1 0 32370849 1971642368 477452 18446744073709551615 4198400 17051741 140727371407328 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 24907776 140727371409722 140727371409892 140727371409892 140727371415494 0
/proc/17893/statm: 481358 477452 3296 3139 0 477646 0
Current children cumulated CPU time: 3569.95 s
Current children cumulated vsize: 1925432 KiB
Current children cumulated memory: 1909808 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612.5 s]
/proc/loadavg: 4.16 4.16 4.12 5/264 18347
/proc/meminfo: memFree=116152944/131249996 swapFree=33010684/33010684
[pid=17893] ppid=17890 vsize=1925432 memory=1909808 CPUtime=3600.06 cores=5,7
/proc/17893/stat : 17893 (uwrmaxsat-scip) R 17890 17893 16244 0 -1 4194304 1260213 0 0 0 359648 358 0 0 20 0 1 0 32370849 1971642368 477452 18446744073709551615 4198400 17051741 140727371407328 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 24907776 140727371409722 140727371409892 140727371409892 140727371415494 0
/proc/17893/statm: 481358 477452 3296 3139 0 477646 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 1925432 KiB
Current children cumulated memory: 1909808 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.49 s, system=3.59382 s

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

[startup+3612.5 s]
/proc/loadavg: 4.16 4.16 4.12 5/264 18347
/proc/meminfo: memFree=116152944/131249996 swapFree=33010684/33010684
[pid=17893] ppid=17890 vsize=1925432 memory=1909808 CPUtime=3600.06 cores=5,7
/proc/17893/stat : 17893 (uwrmaxsat-scip) R 17890 17893 16244 0 -1 4194304 1260213 0 0 0 359648 358 0 0 20 0 1 0 32370849 1971642368 477452 18446744073709551615 4198400 17051741 140727371407328 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 24907776 140727371409722 140727371409892 140727371409892 140727371415494 0
/proc/17893/statm: 481358 477452 3296 3139 0 477646 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 1925432 KiB
Current children cumulated memory: 1909808 KiB

Child status: 0

Real time (s): 3612.51
CPU time (s): 3600.08
CPU user time (s): 3596.49
CPU system time (s): 3.59382
CPU usage (%): 99.6561
Max. virtual memory (cumulated for all children) (KiB): 7509040
Max. memory (cumulated for all children) (KiB): 7232276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.49
system time used= 3.59382
maximum resident set size= 7232276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1260213
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= 156
involuntary context switches= 1287


# summary of solver processes directly reported to runsolver:
#   pid: 17893
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3596.49
#   total CPU system time (s): 3.59382

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.19523 second user time and 16.5043 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-06-29 05:15:13
IDJOB=4503617
IDBENCH=155524
IDSOLVER=3373
FILE ID=nodeC030/4503617-1751166912
RUNJOBID= nodeC030-1751159686-16257
SLURM_JOB_ID= 9587504
Free space on /tmp= 432884 MiB

SOLVER NAME= UWrMaxSat-SCIP 2025-06-04
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-147.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-4503617-1751166912/watcher-4503617-1751166912 -o /tmp/evaluation-result-4503617-1751166912/solver-4503617-1751166912 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751159686-16257 --watchdog 3760  HOME/uwrmaxsat-scip HOME/instance-4503617-1751166912.opb -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=31000

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

MD5SUM BENCH= 68b1290c926351b4227086ab823cce81
RANDOM SEED=1506452189

nodeC030 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.324
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.62
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.296
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.62
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.744
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.62
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		: 3603.633
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.62
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.341
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.62
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		: 3641.751
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.62
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		: 3638.990
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.62
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.986
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.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        122166992 kB
MemAvailable:   122009072 kB
Buffers:            3280 kB
Cached:           652652 kB
SwapCached:            0 kB
Active:          8040068 kB
Inactive:         395912 kB
Active(anon):    7798112 kB
Inactive(anon):        0 kB
Active(file):     241956 kB
Inactive(file):   395912 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             59624 kB
Writeback:             0 kB
AnonPages:       7778308 kB
Mapped:           142464 kB
Shmem:             18064 kB
KReclaimable:      86504 kB
Slab:             171276 kB
SReclaimable:      86504 kB
SUnreclaim:        84772 kB
KernelStack:        4240 kB
PageTables:        18360 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    8485852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3215360 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:     9019392 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432668 MiB
End job on nodeC030 at 2025-06-29 06:15:25