Trace number 4507533

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.02 3611.11

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/sroussel/
ShortestPathTate/normalized-TateBritain_K81.opb
MD5SUMa76247625d06f26dbfcd47fe69513f4b
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 variables5508
Total number of constraints5672
Number of constraints which are clauses5591
Number of constraints which are cardinality constraints (but not clauses)81
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint81
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 82
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c Using cadical-2.1.3-f13d744 SAT solver by Armin Biere et al. (2016 - )
0.00/0.00	c Setting memory limit to 31000MB.
0.00/0.00	c Parsing PB file...
0.00/0.06	c Converting 5670 PB-constraints to clauses...
0.00/0.06	c Using SCIP solver, version 9.02.2, https://www.scipopt.org
0.00/0.10	c ============================[ Encoding Statistics ]============================
0.00/0.10	c |  Number of variables:          6504                                         |
0.00/0.10	c |  Number of clauses:           27359                                         |
0.00/0.10	c ===============================================================================
300.15/301.10	c Starting SCIP solver  (with time-limit: 900s) ...
1197.54/1201.10	c SCIP timeout with lower and upper bounds: [0, 9223372036854775807]
3600.00/3611.10	c *** TERMINATED by signal 15 ***
3600.00/3611.10	c _______________________________________________________________________________
3600.00/3611.10	c 
3600.00/3611.10	c _______________________________________________________________________________
3600.00/3611.10	c 
3600.00/3611.10	c =======================[ UWrMaxSat resources usage ]===========================
3600.00/3611.10	c Memory used            : 328.00 MB
3600.00/3611.10	c CPU time               : 3599.53 s
3600.00/3611.10	c Constr Enc: Srt/BDD/Add: 79 0 0
3600.00/3611.10	c _______________________________________________________________________________
3600.00/3611.10	c _______________________________________________________________________________
3600.00/3611.10	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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
solver pid=21972, runsolver pid=21969
Current StackSize limit: 8192 KiB


[startup+0.100079 s]*
/proc/loadavg: 4.12 4.11 4.09 5/264 21973
/proc/meminfo: memFree=128955672/131250000 swapFree=33010684/33010684
[pid=21972] ppid=21969 vsize=47396 memory=37060 CPUtime=0.09 cores=4,6
/proc/21972/stat : 21972 (uwrmaxsat-scip) R 21969 21972 20747 0 -1 4194304 6975 0 0 0 8 1 0 0 20 0 1 0 33541066 48533504 9265 18446744073709551615 4198400 17051741 140734495106768 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 33783808 140734495111482 140734495111652 140734495111652 140734495117254 0
/proc/21972/statm: 11849 9265 2688 3139 0 8137 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 47396 KiB
Current children cumulated memory: 37060 KiB

[startup+0.205517 s]*
/proc/loadavg: 4.12 4.11 4.09 5/264 21973
/proc/meminfo: memFree=128954924/131250000 swapFree=33010684/33010684
[pid=21972] ppid=21969 vsize=48104 memory=37716 CPUtime=0.2 cores=4,6
/proc/21972/stat : 21972 (uwrmaxsat-scip) R 21969 21972 20747 0 -1 4194304 7292 0 0 0 19 1 0 0 20 0 1 0 33541066 49258496 9429 18446744073709551615 4198400 17051741 140734495106768 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 33783808 140734495111482 140734495111652 140734495111652 140734495117254 0
/proc/21972/statm: 12026 9429 2688 3139 0 8314 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 48104 KiB
Current children cumulated memory: 37716 KiB

[startup+0.305282 s]*
/proc/loadavg: 4.12 4.11 4.09 5/264 21973
/proc/meminfo: memFree=128951900/131250000 swapFree=33010684/33010684
[pid=21972] ppid=21969 vsize=48468 memory=38196 CPUtime=0.3 cores=4,6
/proc/21972/stat : 21972 (uwrmaxsat-scip) R 21969 21972 20747 0 -1 4194304 7644 0 0 0 29 1 0 0 20 0 1 0 33541066 49631232 9549 18446744073709551615 4198400 17051741 140734495106768 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 33783808 140734495111482 140734495111652 140734495111652 140734495117254 0
/proc/21972/statm: 12117 9549 2688 3139 0 8405 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 48468 KiB
Current children cumulated memory: 38196 KiB

[startup+0.700184 s]
/proc/loadavg: 4.12 4.11 4.09 5/264 21973
/proc/meminfo: memFree=128951900/131250000 swapFree=33010684/33010684
[pid=21972] ppid=21969 vsize=78096 memory=67560 CPUtime=0.69 cores=4,6
/proc/21972/stat : 21972 (uwrmaxsat-scip) R 21969 21972 20747 0 -1 4194304 16279 0 0 0 66 3 0 0 20 0 1 0 33541066 79970304 16890 18446744073709551615 4198400 17051741 140734495106768 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 33783808 140734495111482 140734495111652 140734495111652 140734495117254 0
/proc/21972/statm: 19524 16890 2720 3139 0 15812 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 78096 KiB
Current children cumulated memory: 67560 KiB

[startup+1.50012 s]
/proc/loadavg: 4.12 4.11 4.09 5/264 21973
/proc/meminfo: memFree=128919896/131250000 swapFree=33010684/33010684
[pid=21972] ppid=21969 vsize=78992 memory=68972 CPUtime=1.49 cores=4,6
/proc/21972/stat : 21972 (uwrmaxsat-scip) R 21969 21972 20747 0 -1 4194304 17359 0 0 0 146 3 0 0 20 0 1 0 33541066 80887808 17243 18446744073709551615 4198400 17051741 140734495106768 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 33783808 140734495111482 140734495111652 140734495111652 140734495117254 0
/proc/21972/statm: 19748 17243 2720 3139 0 16036 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 78992 KiB
Current children cumulated memory: 68972 KiB

[startup+3.10538 s]
/proc/loadavg: 4.11 4.11 4.09 5/264 21973
/proc/meminfo: memFree=128916628/131250000 swapFree=33010684/33010684
[pid=21972] ppid=21969 vsize=83196 memory=71688 CPUtime=3.09 cores=4,6
/proc/21972/stat : 21972 (uwrmaxsat-scip) R 21969 21972 20747 0 -1 4194304 17515 0 0 0 306 3 0 0 20 0 1 0 33541066 85192704 17922 18446744073709551615 4198400 17051741 140734495106768 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 33783808 140734495111482 140734495111652 140734495111652 140734495117254 0
/proc/21972/statm: 20799 17922 2720 3139 0 17087 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 83196 KiB
Current children cumulated memory: 71688 KiB

[startup+6.30013 s]
/proc/loadavg: 4.11 4.11 4.09 5/264 21973
/proc/meminfo: memFree=128916660/131250000 swapFree=33010684/33010684
[pid=21972] ppid=21969 vsize=81696 memory=71684 CPUtime=6.27 cores=4,6
/proc/21972/stat : 21972 (uwrmaxsat-scip) R 21969 21972 20747 0 -1 4194304 18177 0 0 0 624 3 0 0 20 0 1 0 33541066 83656704 17921 18446744073709551615 4198400 17051741 140734495106768 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 33783808 140734495111482 140734495111652 140734495111652 140734495117254 0
/proc/21972/statm: 20424 17921 2720 3139 0 16712 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 81696 KiB
Current children cumulated memory: 71684 KiB

[startup+12.7001 s]
/proc/loadavg: 4.09 4.11 4.09 5/264 21973
/proc/meminfo: memFree=128905876/131250000 swapFree=33010684/33010684
[pid=21972] ppid=21969 vsize=87036 memory=77108 CPUtime=12.65 cores=4,6
/proc/21972/stat : 21972 (uwrmaxsat-scip) R 21969 21972 20747 0 -1 4194304 19268 0 0 0 1262 3 0 0 20 0 1 0 33541066 89124864 19277 18446744073709551615 4198400 17051741 140734495106768 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 33783808 140734495111482 140734495111652 140734495111652 140734495117254 0
/proc/21972/statm: 21759 19277 2720 3139 0 18047 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 87036 KiB
Current children cumulated memory: 77108 KiB

[startup+25.5002 s]
/proc/loadavg: 4.08 4.10 4.09 5/264 21973
/proc/meminfo: memFree=128889800/131250000 swapFree=33010684/33010684
[pid=21972] ppid=21969 vsize=94968 memory=85044 CPUtime=25.42 cores=4,6
/proc/21972/stat : 21972 (uwrmaxsat-scip) R 21969 21972 20747 0 -1 4194304 23778 0 0 0 2537 5 0 0 20 0 1 0 33541066 97247232 21261 18446744073709551615 4198400 17051741 140734495106768 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 33783808 140734495111482 140734495111652 140734495111652 140734495117254 0
/proc/21972/statm: 23742 21261 2720 3139 0 20030 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 94968 KiB
Current children cumulated memory: 85044 KiB

[startup+51.1048 s]
/proc/loadavg: 4.11 4.11 4.09 5/263 21974
/proc/meminfo: memFree=128875512/131250000 swapFree=33010684/33010684
[pid=21972] ppid=21969 vsize=98628 memory=88664 CPUtime=50.96 cores=4,6
/proc/21972/stat : 21972 (uwrmaxsat-scip) R 21969 21972 20747 0 -1 4194304 26868 0 0 0 5090 6 0 0 20 0 1 0 33541066 100995072 22166 18446744073709551615 4198400 17051741 140734495106768 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 33783808 140734495111482 140734495111652 140734495111652 140734495117254 0
/proc/21972/statm: 24657 22166 2720 3139 0 20945 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 98628 KiB
Current children cumulated memory: 88664 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/263 21976
/proc/meminfo: memFree=128854164/131250000 swapFree=33010684/33010684
[pid=21972] ppid=21969 vsize=101836 memory=91876 CPUtime=102.01 cores=4,6
/proc/21972/stat : 21972 (uwrmaxsat-scip) R 21969 21972 20747 0 -1 4194304 32825 0 0 0 10193 8 0 0 20 0 1 0 33541066 104280064 22969 18446744073709551615 4198400 17051741 140734495106768 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 33783808 140734495111482 140734495111652 140734495111652 140734495117254 0
/proc/21972/statm: 25459 22969 2720 3139 0 21747 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 101836 KiB
Current children cumulated memory: 91876 KiB

[startup+162.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/262 21977
/proc/meminfo: memFree=129269612/131250000 swapFree=33010684/33010684
[pid=21972] ppid=21969 vsize=115956 memory=105908 CPUtime=161.84 cores=4,6
/proc/21972/stat : 21972 (uwrmaxsat-scip) R 21969 21972 20747 0 -1 4194304 43243 0 0 0 16173 11 0 0 20 0 1 0 33541066 118738944 26477 18446744073709551615 4198400 17051741 140734495106768 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 33783808 140734495111482 140734495111652 140734495111652 140734495117254 0
/proc/21972/statm: 28989 26477 2720 3139 0 25277 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 115956 KiB
Current children cumulated memory: 105908 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/262 21979
/proc/meminfo: memFree=129196372/131250000 swapFree=33010684/33010684
[pid=21972] ppid=21969 vsize=124824 memory=114868 CPUtime=221.68 cores=4,6
/proc/21972/stat : 21972 (uwrmaxsat-scip) R 21969 21972 20747 0 -1 4194304 44450 0 0 0 22156 12 0 0 20 0 1 0 33541066 127819776 28717 18446744073709551615 4198400 17051741 140734495106768 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 33783808 140734495111482 140734495111652 140734495111652 140734495117254 0
/proc/21972/statm: 31206 28717 2720 3139 0 27494 0
Current children cumulated CPU time: 221.68 s
Current children cumulated vsize: 124824 KiB
Current children cumulated memory: 114868 KiB

[startup+282.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/262 21981
/proc/meminfo: memFree=129182908/131250000 swapFree=33010684/33010684
[pid=21972] ppid=21969 vsize=112584 memory=102788 CPUtime=281.5 cores=4,6
/proc/21972/stat : 21972 (uwrmaxsat-scip) R 21969 21972 20747 0 -1 4194304 49358 0 0 0 28136 14 0 0 20 0 1 0 33541066 115286016 25697 18446744073709551615 4198400 17051741 140734495106768 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 33783808 140734495111482 140734495111652 140734495111652 140734495117254 0
/proc/21972/statm: 28146 25697 2720 3139 0 24434 0
Current children cumulated CPU time: 281.5 s
Current children cumulated vsize: 112584 KiB
Current children cumulated memory: 102788 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/262 21983
/proc/meminfo: memFree=129057564/131250000 swapFree=33010684/33010684
[pid=21972] ppid=21969 vsize=304104 memory=276216 CPUtime=341.33 cores=4,6
/proc/21972/stat : 21972 (uwrmaxsat-scip) R 21969 21972 20747 0 -1 4194304 87216 0 0 0 34112 21 0 0 20 0 1 0 33541066 311402496 69054 18446744073709551615 4198400 17051741 140734495106768 0 0 0 0 0 8408098 0 0 0 17 4 0 0 0 0 0 19288744 19393640 33783808 140734495111482 140734495111652 140734495111652 140734495117254 0
/proc/21972/statm: 76026 69054 3296 3139 0 72314 0
Current children cumulated CPU time: 341.33 s
Current children cumulated vsize: 304104 KiB
Current children cumulated memory: 276216 KiB

[startup+402.3 s]
/proc/loadavg: 4.04 4.08 4.08 5/262 21985
/proc/meminfo: memFree=129028996/131250000 swapFree=33010684/33010684
[pid=21972] ppid=21969 vsize=304104 memory=294392 CPUtime=401.17 cores=4,6
/proc/21972/stat : 21972 (uwrmaxsat-scip) R 21969 21972 20747 0 -1 4194304 87846 0 0 0 40096 21 0 0 20 0 1 0 33541066 311402496 73598 18446744073709551615 4198400 17051741 140734495106768 0 0 0 0 0 8408098 0 0 0 17 4 0 0 0 0 0 19288744 19393640 33783808 140734495111482 140734495111652 140734495111652 140734495117254 0
/proc/21972/statm: 76026 73598 3296 3139 0 72314 0
Current children cumulated CPU time: 401.17 s
Current children cumulated vsize: 304104 KiB
Current children cumulated memory: 294392 KiB

[startup+462.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/264 21991
/proc/meminfo: memFree=128973348/131250000 swapFree=33010684/33010684
[pid=21972] ppid=21969 vsize=315800 memory=306296 CPUtime=461 cores=4,6
/proc/21972/stat : 21972 (uwrmaxsat-scip) R 21969 21972 20747 0 -1 4194304 90746 0 0 0 46079 21 0 0 20 0 1 0 33541066 323379200 76574 18446744073709551615 4198400 17051741 140734495106768 0 0 0 0 0 8408098 0 0 0 17 4 0 0 0 0 0 19288744 19393640 33783808 140734495111482 140734495111652 140734495111652 140734495117254 0
/proc/21972/statm: 78950 76574 3296 3139 0 75238 0
Current children cumulated CPU time: 461 s

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

Current children cumulated memory: 266544 KiB

[startup+2922.3 s]
/proc/loadavg: 4.14 4.14 4.10 5/263 22566
/proc/meminfo: memFree=128677380/131250000 swapFree=33010684/33010684
[pid=21972] ppid=21969 vsize=273620 memory=266544 CPUtime=2913.37 cores=4,6
/proc/21972/stat : 21972 (uwrmaxsat-scip) R 21969 21972 20747 0 -1 4194304 98679 0 0 0 291305 32 0 0 20 0 1 0 33541066 280186880 66636 18446744073709551615 4198400 17051741 140734495106768 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 33783808 140734495111482 140734495111652 140734495111652 140734495117254 0
/proc/21972/statm: 68405 66636 3360 3139 0 64693 0
Current children cumulated CPU time: 2913.37 s
Current children cumulated vsize: 273620 KiB
Current children cumulated memory: 266544 KiB

[startup+2982.3 s]
/proc/loadavg: 4.11 4.13 4.10 5/264 22573
/proc/meminfo: memFree=128678732/131250000 swapFree=33010684/33010684
[pid=21972] ppid=21969 vsize=273620 memory=266544 CPUtime=2973.19 cores=4,6
/proc/21972/stat : 21972 (uwrmaxsat-scip) R 21969 21972 20747 0 -1 4194304 99335 0 0 0 297286 33 0 0 20 0 1 0 33541066 280186880 66636 18446744073709551615 4198400 17051741 140734495106768 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 33783808 140734495111482 140734495111652 140734495111652 140734495117254 0
/proc/21972/statm: 68405 66636 3360 3139 0 64693 0
Current children cumulated CPU time: 2973.19 s
Current children cumulated vsize: 273620 KiB
Current children cumulated memory: 266544 KiB

[startup+3042.3 s]
/proc/loadavg: 4.16 4.13 4.10 5/264 22575
/proc/meminfo: memFree=128696208/131250000 swapFree=33010684/33010684
[pid=21972] ppid=21969 vsize=273620 memory=266544 CPUtime=3033 cores=4,6
/proc/21972/stat : 21972 (uwrmaxsat-scip) R 21969 21972 20747 0 -1 4194304 99452 0 0 0 303267 33 0 0 20 0 1 0 33541066 280186880 66636 18446744073709551615 4198400 17051741 140734495106768 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 33783808 140734495111482 140734495111652 140734495111652 140734495117254 0
/proc/21972/statm: 68405 66636 3360 3139 0 64693 0
Current children cumulated CPU time: 3033 s
Current children cumulated vsize: 273620 KiB
Current children cumulated memory: 266544 KiB

[startup+3102.3 s]
/proc/loadavg: 3.78 4.04 4.07 4/257 22608
/proc/meminfo: memFree=128914688/131250000 swapFree=33010684/33010684
[pid=21972] ppid=21969 vsize=273620 memory=266544 CPUtime=3092.82 cores=4,6
/proc/21972/stat : 21972 (uwrmaxsat-scip) R 21969 21972 20747 0 -1 4194304 100374 0 0 0 309247 35 0 0 20 0 1 0 33541066 280186880 66636 18446744073709551615 4198400 17051741 140734495106768 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 33783808 140734495111482 140734495111652 140734495111652 140734495117254 0
/proc/21972/statm: 68405 66636 3360 3139 0 64693 0
Current children cumulated CPU time: 3092.82 s
Current children cumulated vsize: 273620 KiB
Current children cumulated memory: 266544 KiB

[startup+3162.3 s]
/proc/loadavg: 3.33 3.87 4.00 4/257 22610
/proc/meminfo: memFree=128890200/131250000 swapFree=33010684/33010684
[pid=21972] ppid=21969 vsize=320004 memory=312860 CPUtime=3152.63 cores=4,6
/proc/21972/stat : 21972 (uwrmaxsat-scip) R 21969 21972 20747 0 -1 4194304 101922 0 0 0 315227 36 0 0 20 0 1 0 33541066 327684096 78215 18446744073709551615 4198400 17051741 140734495106768 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 33783808 140734495111482 140734495111652 140734495111652 140734495117254 0
/proc/21972/statm: 80001 78215 3360 3139 0 76289 0
Current children cumulated CPU time: 3152.63 s
Current children cumulated vsize: 320004 KiB
Current children cumulated memory: 312860 KiB

[startup+3222.3 s]
/proc/loadavg: 3.23 3.74 3.95 4/257 22612
/proc/meminfo: memFree=128875440/131250000 swapFree=33010684/33010684
[pid=21972] ppid=21969 vsize=331944 memory=324800 CPUtime=3212.44 cores=4,6
/proc/21972/stat : 21972 (uwrmaxsat-scip) R 21969 21972 20747 0 -1 4194304 102739 0 0 0 321206 38 0 0 20 0 1 0 33541066 339910656 81200 18446744073709551615 4198400 17051741 140734495106768 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 33783808 140734495111482 140734495111652 140734495111652 140734495117254 0
/proc/21972/statm: 82986 81200 3360 3139 0 79274 0
Current children cumulated CPU time: 3212.44 s
Current children cumulated vsize: 331944 KiB
Current children cumulated memory: 324800 KiB

[startup+3282.3 s]
/proc/loadavg: 3.13 3.62 3.89 4/257 22614
/proc/meminfo: memFree=128916488/131250000 swapFree=33010684/33010684
[pid=21972] ppid=21969 vsize=273620 memory=266544 CPUtime=3272.26 cores=4,6
/proc/21972/stat : 21972 (uwrmaxsat-scip) R 21969 21972 20747 0 -1 4194304 102748 0 0 0 327188 38 0 0 20 0 1 0 33541066 280186880 66636 18446744073709551615 4198400 17051741 140734495106768 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 33783808 140734495111482 140734495111652 140734495111652 140734495117254 0
/proc/21972/statm: 68405 66636 3360 3139 0 64693 0
Current children cumulated CPU time: 3272.26 s
Current children cumulated vsize: 273620 KiB
Current children cumulated memory: 266544 KiB

[startup+3342.3 s]
/proc/loadavg: 3.09 3.52 3.84 4/256 22616
/proc/meminfo: memFree=128895968/131250000 swapFree=33010684/33010684
[pid=21972] ppid=21969 vsize=315576 memory=308432 CPUtime=3332.07 cores=4,6
/proc/21972/stat : 21972 (uwrmaxsat-scip) R 21969 21972 20747 0 -1 4194304 103631 0 0 0 333168 39 0 0 20 0 1 0 33541066 323149824 77108 18446744073709551615 4198400 17051741 140734495106768 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 33783808 140734495111482 140734495111652 140734495111652 140734495117254 0
/proc/21972/statm: 78894 77108 3360 3139 0 75182 0
Current children cumulated CPU time: 3332.07 s
Current children cumulated vsize: 315576 KiB
Current children cumulated memory: 308432 KiB

[startup+3402.3 s]
/proc/loadavg: 3.13 3.45 3.80 4/256 22618
/proc/meminfo: memFree=128894276/131250000 swapFree=33010684/33010684
[pid=21972] ppid=21969 vsize=319368 memory=312224 CPUtime=3391.87 cores=4,6
/proc/21972/stat : 21972 (uwrmaxsat-scip) R 21969 21972 20747 0 -1 4194304 105195 0 0 0 339146 41 0 0 20 0 1 0 33541066 327032832 78056 18446744073709551615 4198400 17051741 140734495106768 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 33783808 140734495111482 140734495111652 140734495111652 140734495117254 0
/proc/21972/statm: 79842 78056 3360 3139 0 76130 0
Current children cumulated CPU time: 3391.87 s
Current children cumulated vsize: 319368 KiB
Current children cumulated memory: 312224 KiB

[startup+3462.3 s]
/proc/loadavg: 3.05 3.37 3.74 4/257 22621
/proc/meminfo: memFree=128921004/131250000 swapFree=33010684/33010684
[pid=21972] ppid=21969 vsize=273620 memory=266544 CPUtime=3451.68 cores=4,6
/proc/21972/stat : 21972 (uwrmaxsat-scip) R 21969 21972 20747 0 -1 4194304 105842 0 0 0 345126 42 0 0 20 0 1 0 33541066 280186880 66636 18446744073709551615 4198400 17051741 140734495106768 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 33783808 140734495111482 140734495111652 140734495111652 140734495117254 0
/proc/21972/statm: 68405 66636 3360 3139 0 64693 0
Current children cumulated CPU time: 3451.68 s
Current children cumulated vsize: 273620 KiB
Current children cumulated memory: 266544 KiB

[startup+3522.3 s]
/proc/loadavg: 3.12 3.33 3.70 4/259 22627
/proc/meminfo: memFree=128908808/131250000 swapFree=33010684/33010684
[pid=21972] ppid=21969 vsize=273620 memory=266544 CPUtime=3511.49 cores=4,6
/proc/21972/stat : 21972 (uwrmaxsat-scip) R 21969 21972 20747 0 -1 4194304 106521 0 0 0 351105 44 0 0 20 0 1 0 33541066 280186880 66636 18446744073709551615 4198400 17051741 140734495106768 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 33783808 140734495111482 140734495111652 140734495111652 140734495117254 0
/proc/21972/statm: 68405 66636 3360 3139 0 64693 0
Current children cumulated CPU time: 3511.49 s
Current children cumulated vsize: 273620 KiB
Current children cumulated memory: 266544 KiB

[startup+3582.3 s]
/proc/loadavg: 3.10 3.28 3.66 4/259 22629
/proc/meminfo: memFree=128884412/131250000 swapFree=33010684/33010684
[pid=21972] ppid=21969 vsize=318896 memory=311752 CPUtime=3571.29 cores=4,6
/proc/21972/stat : 21972 (uwrmaxsat-scip) R 21969 21972 20747 0 -1 4194304 107788 0 0 0 357083 46 0 0 20 0 1 0 33541066 326549504 77938 18446744073709551615 4198400 17051741 140734495106768 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 33783808 140734495111482 140734495111652 140734495111652 140734495117254 0
/proc/21972/statm: 79724 77938 3360 3139 0 76012 0
Current children cumulated CPU time: 3571.29 s
Current children cumulated vsize: 318896 KiB
Current children cumulated memory: 311752 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.11 s]
/proc/loadavg: 3.13 3.27 3.65 4/259 22630
/proc/meminfo: memFree=128879984/131250000 swapFree=33010684/33010684
[pid=21972] ppid=21969 vsize=320332 memory=313188 CPUtime=3600 cores=4,6
/proc/21972/stat : 21972 (uwrmaxsat-scip) R 21969 21972 20747 0 -1 4194304 108318 0 0 0 359952 48 0 0 20 0 1 0 33541066 328019968 78297 18446744073709551615 4198400 17051741 140734495106768 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 33783808 140734495111482 140734495111652 140734495111652 140734495117254 0
/proc/21972/statm: 80083 78297 3360 3139 0 76371 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 320332 KiB
Current children cumulated memory: 313188 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.53 s, system=0.491001 s

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

[startup+3611.11 s]
/proc/loadavg: 3.13 3.27 3.65 4/259 22630
/proc/meminfo: memFree=128879984/131250000 swapFree=33010684/33010684
[pid=21972] ppid=21969 vsize=320332 memory=313188 CPUtime=3600 cores=4,6
/proc/21972/stat : 21972 (uwrmaxsat-scip) R 21969 21972 20747 0 -1 4194304 108318 0 0 0 359952 48 0 0 20 0 1 0 33541066 328019968 78297 18446744073709551615 4198400 17051741 140734495106768 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 33783808 140734495111482 140734495111652 140734495111652 140734495117254 0
/proc/21972/statm: 80083 78297 3360 3139 0 76371 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 320332 KiB
Current children cumulated memory: 313188 KiB

Child status: 0

Real time (s): 3611.11
CPU time (s): 3600.02
CPU user time (s): 3599.53
CPU system time (s): 0.491001
CPU usage (%): 99.6929
Max. virtual memory (cumulated for all children) (KiB): 335984
Max. memory (cumulated for all children) (KiB): 328840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.53
system time used= 0.491001
maximum resident set size= 328840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108318
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= 39
involuntary context switches= 2970


# summary of solver processes directly reported to runsolver:
#   pid: 21972
#   total CPU time (s): 3600.02
#   total CPU user time (s): 3599.53
#   total CPU system time (s): 0.491001

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.69725 second user time and 15.2166 second system time

The end

Launcher Data

Begin job on nodeC028 at 2025-06-29 08:39:45
IDJOB=4507533
IDBENCH=158357
IDSOLVER=3373
FILE ID=nodeC028/4507533-1751179185
RUNJOBID= nodeC028-1751171326-20758
SLURM_JOB_ID= 9587534
Free space on /tmp= 433012 MiB

SOLVER NAME= UWrMaxSat-SCIP 2025-06-04
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K81.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-4507533-1751179185/watcher-4507533-1751179185 -o /tmp/evaluation-result-4507533-1751179185/solver-4507533-1751179185 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1751171326-20758 --watchdog 3760  HOME/uwrmaxsat-scip HOME/instance-4507533-1751179185.opb -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=31000

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

MD5SUM BENCH= a76247625d06f26dbfcd47fe69513f4b
RANDOM SEED=207471225

nodeC028 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.089
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.16
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.081
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.16
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.070
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.16
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		: 3700.000
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.16
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.294
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.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.075
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.16
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		: 3602.438
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.16
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		: 3588.305
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.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        128985220 kB
MemAvailable:   128686516 kB
Buffers:            3280 kB
Cached:           512116 kB
SwapCached:            0 kB
Active:          1383796 kB
Inactive:         255748 kB
Active(anon):    1142216 kB
Inactive(anon):        0 kB
Active(file):     241580 kB
Inactive(file):   255748 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             16944 kB
Writeback:            12 kB
AnonPages:       1126400 kB
Mapped:           142372 kB
Shmem:             18068 kB
KReclaimable:      86416 kB
Slab:             169356 kB
SReclaimable:      86416 kB
SUnreclaim:        82940 kB
KernelStack:        4256 kB
PageTables:         5260 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1548348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3712 kB
HardwareCorrupted:     0 kB
AnonHugePages:    804864 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433016 MiB
End job on nodeC028 at 2025-06-29 09:39:57