Trace number 4482449

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Exact 2025-06-02OPT10 2855.3 2862.83

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/mds/normalized-mds_100_10_2.opb
MD5SUMd1da6339ee7ef8ec01d4c55772fc8100
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark4.03638
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints100
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints100
Minimum length of a constraint11
Maximum length of a constraint21
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1260
Sum of products size (including duplicates)2520
Number of different products1260
Sum of products size2520

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

359.02/360.10	o 20
359.02/360.10	o 11
1565.09/1569.46	o 10
2855.27/2862.82	s OPTIMUM FOUND
2855.27/2862.82	v -x1 -x2 -x3 -x4 x5 -x6 -x7 -x8 -x9 x10 -x11 -x12 x13 -x14 -x15 -x16 -x17 x18 x19 x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 x30 x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 x98 -x99 -x100

Verifier Data

OK	10

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 (61103 MiB free)
  memory of node 1: 64465 MiB (63532 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4482449-1751268599/watcher-4482449-1751268599 -o /tmp/evaluation-result-4482449-1751268599/solver-4482449-1751268599 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1751268232-35990 --watchdog 3760 HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=1449179163 --ls=360 HOME/instance-4482449-1751268599.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=36187, runsolver pid=36182

[startup+0.100061 s]*
/proc/loadavg: 4.11 2.95 1.42 5/264 36197
/proc/meminfo: memFree=127596968/131249992 swapFree=33010160/33010684
[pid=36187] ppid=36182 vsize=31812 memory=10348 CPUtime=0.09 cores=1,3
/proc/36187/stat : 36187 (Exact) R 36182 36187 35971 0 -1 4194304 1245 0 0 0 9 0 0 0 20 0 1 0 42534504 32575488 2587 18446744073709551615 4198400 9112445 140727806544336 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 10316848 10407236 18055168 140727806552378 140727806552557 140727806552557 140727806558159 0
/proc/36187/statm: 7953 2587 1024 1200 0 6433 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 31812 KiB
Current children cumulated memory: 10348 KiB

[startup+0.205489 s]*
/proc/loadavg: 4.11 2.95 1.42 5/264 36197
/proc/meminfo: memFree=127560048/131249992 swapFree=33010160/33010684
[pid=36187] ppid=36182 vsize=31812 memory=10348 CPUtime=0.19 cores=1,3
/proc/36187/stat : 36187 (Exact) R 36182 36187 35971 0 -1 4194304 1245 0 0 0 19 0 0 0 20 0 1 0 42534504 32575488 2587 18446744073709551615 4198400 9112445 140727806544336 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 10316848 10407236 18055168 140727806552378 140727806552557 140727806552557 140727806558159 0
/proc/36187/statm: 7953 2587 1024 1200 0 6433 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 31812 KiB
Current children cumulated memory: 10348 KiB

[startup+0.305134 s]*
/proc/loadavg: 4.11 2.95 1.42 5/264 36197
/proc/meminfo: memFree=127560048/131249992 swapFree=33010160/33010684
[pid=36187] ppid=36182 vsize=31812 memory=10348 CPUtime=0.29 cores=1,3
/proc/36187/stat : 36187 (Exact) R 36182 36187 35971 0 -1 4194304 1245 0 0 0 29 0 0 0 20 0 1 0 42534504 32575488 2587 18446744073709551615 4198400 9112445 140727806544336 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 10316848 10407236 18055168 140727806552378 140727806552557 140727806552557 140727806558159 0
/proc/36187/statm: 7953 2587 1024 1200 0 6433 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 31812 KiB
Current children cumulated memory: 10348 KiB

[startup+0.700164 s]
/proc/loadavg: 4.11 2.95 1.42 5/264 36197
/proc/meminfo: memFree=127560048/131249992 swapFree=33010160/33010684
[pid=36187] ppid=36182 vsize=31812 memory=10348 CPUtime=0.67 cores=1,3
/proc/36187/stat : 36187 (Exact) R 36182 36187 35971 0 -1 4194304 1245 0 0 0 67 0 0 0 20 0 1 0 42534504 32575488 2587 18446744073709551615 4198400 9112445 140727806544336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 18055168 140727806552378 140727806552557 140727806552557 140727806558159 0
/proc/36187/statm: 7953 2587 1024 1200 0 6433 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 31812 KiB
Current children cumulated memory: 10348 KiB

[startup+1.50016 s]
/proc/loadavg: 4.11 2.95 1.42 5/264 36197
/proc/meminfo: memFree=127560048/131249992 swapFree=33010160/33010684
[pid=36187] ppid=36182 vsize=31812 memory=10348 CPUtime=1.47 cores=1,3
/proc/36187/stat : 36187 (Exact) R 36182 36187 35971 0 -1 4194304 1245 0 0 0 147 0 0 0 20 0 1 0 42534504 32575488 2587 18446744073709551615 4198400 9112445 140727806544336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 18055168 140727806552378 140727806552557 140727806552557 140727806558159 0
/proc/36187/statm: 7953 2587 1024 1200 0 6433 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 31812 KiB
Current children cumulated memory: 10348 KiB

[startup+3.1053 s]
/proc/loadavg: 4.11 2.95 1.42 5/264 36197
/proc/meminfo: memFree=127551116/131249992 swapFree=33010160/33010684
[pid=36187] ppid=36182 vsize=31812 memory=10348 CPUtime=3.07 cores=1,3
/proc/36187/stat : 36187 (Exact) R 36182 36187 35971 0 -1 4194304 1245 0 0 0 307 0 0 0 20 0 1 0 42534504 32575488 2587 18446744073709551615 4198400 9112445 140727806544336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 18055168 140727806552378 140727806552557 140727806552557 140727806558159 0
/proc/36187/statm: 7953 2587 1024 1200 0 6433 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 31812 KiB
Current children cumulated memory: 10348 KiB

[startup+6.30015 s]
/proc/loadavg: 4.10 2.96 1.44 5/264 36197
/proc/meminfo: memFree=127539304/131249992 swapFree=33010160/33010684
[pid=36187] ppid=36182 vsize=31812 memory=10348 CPUtime=6.26 cores=1,3
/proc/36187/stat : 36187 (Exact) R 36182 36187 35971 0 -1 4194304 1245 0 0 0 626 0 0 0 20 0 1 0 42534504 32575488 2587 18446744073709551615 4198400 9112445 140727806544336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 18055168 140727806552378 140727806552557 140727806552557 140727806558159 0
/proc/36187/statm: 7953 2587 1024 1200 0 6433 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 31812 KiB
Current children cumulated memory: 10348 KiB

[startup+12.7001 s]
/proc/loadavg: 4.09 2.98 1.45 5/264 36197
/proc/meminfo: memFree=127504668/131249992 swapFree=33010160/33010684
[pid=36187] ppid=36182 vsize=31812 memory=10348 CPUtime=12.64 cores=1,3
/proc/36187/stat : 36187 (Exact) R 36182 36187 35971 0 -1 4194304 1245 0 0 0 1264 0 0 0 20 0 1 0 42534504 32575488 2587 18446744073709551615 4198400 9112445 140727806544336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 18055168 140727806552378 140727806552557 140727806552557 140727806558159 0
/proc/36187/statm: 7953 2587 1024 1200 0 6433 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 31812 KiB
Current children cumulated memory: 10348 KiB

[startup+25.5002 s]
/proc/loadavg: 4.07 3.02 1.48 5/264 36197
/proc/meminfo: memFree=127472408/131249992 swapFree=33010160/33010684
[pid=36187] ppid=36182 vsize=31812 memory=10348 CPUtime=25.4 cores=1,3
/proc/36187/stat : 36187 (Exact) R 36182 36187 35971 0 -1 4194304 1245 0 0 0 2540 0 0 0 20 0 1 0 42534504 32575488 2587 18446744073709551615 4198400 9112445 140727806544336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 18055168 140727806552378 140727806552557 140727806552557 140727806558159 0
/proc/36187/statm: 7953 2587 1024 1200 0 6433 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 31812 KiB
Current children cumulated memory: 10348 KiB

[startup+51.1054 s]
/proc/loadavg: 4.04 3.11 1.56 5/264 36198
/proc/meminfo: memFree=127429148/131249992 swapFree=33010160/33010684
[pid=36187] ppid=36182 vsize=31812 memory=10348 CPUtime=50.93 cores=1,3
/proc/36187/stat : 36187 (Exact) R 36182 36187 35971 0 -1 4194304 1245 0 0 0 5093 0 0 0 20 0 1 0 42534504 32575488 2587 18446744073709551615 4198400 9112445 140727806544336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 18055168 140727806552378 140727806552557 140727806552557 140727806558159 0
/proc/36187/statm: 7953 2587 1024 1200 0 6433 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 31812 KiB
Current children cumulated memory: 10348 KiB

[startup+102.3 s]
/proc/loadavg: 4.06 3.27 1.70 5/264 36200
/proc/meminfo: memFree=127396916/131249992 swapFree=33010160/33010684
[pid=36187] ppid=36182 vsize=31812 memory=10348 CPUtime=101.97 cores=1,3
/proc/36187/stat : 36187 (Exact) R 36182 36187 35971 0 -1 4194304 1245 0 0 0 10197 0 0 0 20 0 1 0 42534504 32575488 2587 18446744073709551615 4198400 9112445 140727806544336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 18055168 140727806552378 140727806552557 140727806552557 140727806558159 0
/proc/36187/statm: 7953 2587 1024 1200 0 6433 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 31812 KiB
Current children cumulated memory: 10348 KiB

[startup+162.3 s]
/proc/loadavg: 4.13 3.43 1.85 5/264 36203
/proc/meminfo: memFree=127400296/131249992 swapFree=33010160/33010684
[pid=36187] ppid=36182 vsize=31812 memory=10348 CPUtime=161.79 cores=1,3
/proc/36187/stat : 36187 (Exact) R 36182 36187 35971 0 -1 4194304 1247 0 0 0 16179 0 0 0 20 0 1 0 42534504 32575488 2587 18446744073709551615 4198400 9112445 140727806544336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 18055168 140727806552378 140727806552557 140727806552557 140727806558159 0
/proc/36187/statm: 7953 2587 1024 1200 0 6433 0
Current children cumulated CPU time: 161.79 s
Current children cumulated vsize: 31812 KiB
Current children cumulated memory: 10348 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 3.55 2.00 5/264 36205
/proc/meminfo: memFree=127381836/131249992 swapFree=33010160/33010684
[pid=36187] ppid=36182 vsize=31812 memory=10348 CPUtime=221.62 cores=1,3
/proc/36187/stat : 36187 (Exact) R 36182 36187 35971 0 -1 4194304 1250 0 0 0 22162 0 0 0 20 0 1 0 42534504 32575488 2587 18446744073709551615 4198400 9112445 140727806544336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 18055168 140727806552378 140727806552557 140727806552557 140727806558159 0
/proc/36187/statm: 7953 2587 1024 1200 0 6433 0
Current children cumulated CPU time: 221.62 s
Current children cumulated vsize: 31812 KiB
Current children cumulated memory: 10348 KiB

[startup+282.3 s]
/proc/loadavg: 4.12 3.65 2.13 5/265 36214
/proc/meminfo: memFree=127347608/131249992 swapFree=33010160/33010684
[pid=36187] ppid=36182 vsize=31812 memory=10348 CPUtime=281.44 cores=1,3
/proc/36187/stat : 36187 (Exact) R 36182 36187 35971 0 -1 4194304 1252 0 0 0 28144 0 0 0 20 0 1 0 42534504 32575488 2587 18446744073709551615 4198400 9112445 140727806544336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 18055168 140727806552378 140727806552557 140727806552557 140727806558159 0
/proc/36187/statm: 7953 2587 1024 1200 0 6433 0
Current children cumulated CPU time: 281.44 s
Current children cumulated vsize: 31812 KiB
Current children cumulated memory: 10348 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 3.74 2.25 5/264 36216
/proc/meminfo: memFree=127362892/131249992 swapFree=33010160/33010684
[pid=36187] ppid=36182 vsize=31812 memory=10348 CPUtime=341.27 cores=1,3
/proc/36187/stat : 36187 (Exact) R 36182 36187 35971 0 -1 4194304 1253 0 0 0 34127 0 0 0 20 0 1 0 42534504 32575488 2587 18446744073709551615 4198400 9112445 140727806544336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 18055168 140727806552378 140727806552557 140727806552557 140727806558159 0
/proc/36187/statm: 7953 2587 1024 1200 0 6433 0
Current children cumulated CPU time: 341.27 s
Current children cumulated vsize: 31812 KiB
Current children cumulated memory: 10348 KiB

[startup+402.3 s]
/proc/loadavg: 4.08 3.80 2.37 5/264 36218
/proc/meminfo: memFree=127083508/131249992 swapFree=33010160/33010684
[pid=36187] ppid=36182 vsize=56752 memory=42816 CPUtime=401.08 cores=1,3
/proc/36187/stat : 36187 (Exact) R 36182 36187 35971 0 -1 4194304 7322 0 0 0 40083 25 0 0 20 0 1 0 42534504 58114048 10704 18446744073709551615 4198400 9112445 140727806544336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 18055168 140727806552378 140727806552557 140727806552557 140727806558159 0
/proc/36187/statm: 14188 10704 1248 1200 0 12668 0
Current children cumulated CPU time: 401.08 s
Current children cumulated vsize: 56752 KiB
Current children cumulated memory: 42816 KiB

[startup+462.3 s]
/proc/loadavg: 4.07 3.85 2.48 5/266 36222
/proc/meminfo: memFree=127014788/131249992 swapFree=33010160/33010684
[pid=36187] ppid=36182 vsize=63260 memory=51448 CPUtime=460.87 cores=1,3
/proc/36187/stat : 36187 (Exact) R 36182 36187 35971 0 -1 4194304 8993 0 0 0 46027 60 0 0 20 0 1 0 42534504 64778240 12862 18446744073709551615 4198400 9112445 140727806544336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 18055168 140727806552378 140727806552557 140727806552557 140727806558159 0
/proc/36187/statm: 15815 12862 1248 1200 0 14295 0
Current children cumulated CPU time: 460.87 s

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

/proc/loadavg: 4.14 4.12 3.90 5/264 36317
/proc/meminfo: memFree=126593608/131249992 swapFree=33010160/33010684
[pid=36187] ppid=36182 vsize=87084 memory=78860 CPUtime=2136.56 cores=1,3
/proc/36187/stat : 36187 (Exact) R 36182 36187 35971 0 -1 4194304 15059 0 0 0 212675 981 0 0 20 0 1 0 42534504 89174016 19715 18446744073709551615 4198400 9112445 140727806544336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 18055168 140727806552378 140727806552557 140727806552557 140727806558159 0
/proc/36187/statm: 21771 19715 1248 1200 0 20251 0
Current children cumulated CPU time: 2136.56 s
Current children cumulated vsize: 87084 KiB
Current children cumulated memory: 78860 KiB

[startup+2202.3 s]
/proc/loadavg: 4.11 4.11 3.91 5/264 36319
/proc/meminfo: memFree=126594720/131249992 swapFree=33010160/33010684
[pid=36187] ppid=36182 vsize=88268 memory=80140 CPUtime=2196.4 cores=1,3
/proc/36187/stat : 36187 (Exact) R 36182 36187 35971 0 -1 4194304 15373 0 0 0 218627 1013 0 0 20 0 1 0 42534504 90386432 20035 18446744073709551615 4198400 9112445 140727806544336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 18055168 140727806552378 140727806552557 140727806552557 140727806558159 0
/proc/36187/statm: 22067 20035 1248 1200 0 20547 0
Current children cumulated CPU time: 2196.4 s
Current children cumulated vsize: 88268 KiB
Current children cumulated memory: 80140 KiB

[startup+2262.3 s]
/proc/loadavg: 4.16 4.12 3.93 5/264 36321
/proc/meminfo: memFree=126595748/131249992 swapFree=33010160/33010684
[pid=36187] ppid=36182 vsize=88992 memory=80780 CPUtime=2256.26 cores=1,3
/proc/36187/stat : 36187 (Exact) R 36182 36187 35971 0 -1 4194304 15540 0 0 0 224579 1047 0 0 20 0 1 0 42534504 91127808 20195 18446744073709551615 4198400 9112445 140727806544336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 18055168 140727806552378 140727806552557 140727806552557 140727806558159 0
/proc/36187/statm: 22248 20195 1248 1200 0 20728 0
Current children cumulated CPU time: 2256.26 s
Current children cumulated vsize: 88992 KiB
Current children cumulated memory: 80780 KiB

[startup+2322.3 s]
/proc/loadavg: 4.12 4.11 3.94 5/264 36323
/proc/meminfo: memFree=126587824/131249992 swapFree=33010160/33010684
[pid=36187] ppid=36182 vsize=89492 memory=81292 CPUtime=2316.11 cores=1,3
/proc/36187/stat : 36187 (Exact) R 36182 36187 35971 0 -1 4194304 15705 0 0 0 230533 1078 0 0 20 0 1 0 42534504 91639808 20323 18446744073709551615 4198400 9112445 140727806544336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 18055168 140727806552378 140727806552557 140727806552557 140727806558159 0
/proc/36187/statm: 22373 20323 1248 1200 0 20853 0
Current children cumulated CPU time: 2316.11 s
Current children cumulated vsize: 89492 KiB
Current children cumulated memory: 81292 KiB

[startup+2382.3 s]
/proc/loadavg: 4.09 4.11 3.95 5/263 36325
/proc/meminfo: memFree=126554548/131249992 swapFree=33010160/33010684
[pid=36187] ppid=36182 vsize=89828 memory=81548 CPUtime=2375.96 cores=1,3
/proc/36187/stat : 36187 (Exact) R 36182 36187 35971 0 -1 4194304 15777 0 0 0 236489 1107 0 0 20 0 1 0 42534504 91983872 20387 18446744073709551615 4198400 9112445 140727806544336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 18055168 140727806552378 140727806552557 140727806552557 140727806558159 0
/proc/36187/statm: 22457 20387 1248 1200 0 20937 0
Current children cumulated CPU time: 2375.96 s
Current children cumulated vsize: 89828 KiB
Current children cumulated memory: 81548 KiB

[startup+2442.3 s]
/proc/loadavg: 4.07 4.10 3.96 5/263 36327
/proc/meminfo: memFree=126554120/131249992 swapFree=33010160/33010684
[pid=36187] ppid=36182 vsize=90040 memory=81804 CPUtime=2435.81 cores=1,3
/proc/36187/stat : 36187 (Exact) R 36182 36187 35971 0 -1 4194304 15832 0 0 0 242444 1137 0 0 20 0 1 0 42534504 92200960 20451 18446744073709551615 4198400 9112445 140727806544336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 18055168 140727806552378 140727806552557 140727806552557 140727806558159 0
/proc/36187/statm: 22510 20451 1248 1200 0 20990 0
Current children cumulated CPU time: 2435.81 s
Current children cumulated vsize: 90040 KiB
Current children cumulated memory: 81804 KiB

[startup+2502.3 s]
/proc/loadavg: 4.12 4.11 3.98 5/263 36330
/proc/meminfo: memFree=126545764/131249992 swapFree=33010160/33010684
[pid=36187] ppid=36182 vsize=90280 memory=82060 CPUtime=2495.67 cores=1,3
/proc/36187/stat : 36187 (Exact) R 36182 36187 35971 0 -1 4194304 15896 0 0 0 248400 1167 0 0 20 0 1 0 42534504 92446720 20515 18446744073709551615 4198400 9112445 140727806544336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 18055168 140727806552378 140727806552557 140727806552557 140727806558159 0
/proc/36187/statm: 22570 20515 1248 1200 0 21050 0
Current children cumulated CPU time: 2495.67 s
Current children cumulated vsize: 90280 KiB
Current children cumulated memory: 82060 KiB

[startup+2562.3 s]
/proc/loadavg: 4.08 4.10 3.99 5/264 36333
/proc/meminfo: memFree=126531016/131249992 swapFree=33010160/33010684
[pid=36187] ppid=36182 vsize=90280 memory=82060 CPUtime=2555.52 cores=1,3
/proc/36187/stat : 36187 (Exact) R 36182 36187 35971 0 -1 4194304 15900 0 0 0 254353 1199 0 0 20 0 1 0 42534504 92446720 20515 18446744073709551615 4198400 9112445 140727806544336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 18055168 140727806552378 140727806552557 140727806552557 140727806558159 0
/proc/36187/statm: 22570 20515 1248 1200 0 21050 0
Current children cumulated CPU time: 2555.52 s
Current children cumulated vsize: 90280 KiB
Current children cumulated memory: 82060 KiB

[startup+2622.3 s]
/proc/loadavg: 4.13 4.11 4.00 5/264 36335
/proc/meminfo: memFree=126539480/131249992 swapFree=33010160/33010684
[pid=36187] ppid=36182 vsize=90720 memory=82572 CPUtime=2615.37 cores=1,3
/proc/36187/stat : 36187 (Exact) R 36182 36187 35971 0 -1 4194304 16020 0 0 0 260307 1230 0 0 20 0 1 0 42534504 92897280 20643 18446744073709551615 4198400 9112445 140727806544336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 18055168 140727806552378 140727806552557 140727806552557 140727806558159 0
/proc/36187/statm: 22680 20643 1248 1200 0 21160 0
Current children cumulated CPU time: 2615.37 s
Current children cumulated vsize: 90720 KiB
Current children cumulated memory: 82572 KiB

[startup+2682.3 s]
/proc/loadavg: 4.05 4.09 4.00 5/265 36344
/proc/meminfo: memFree=126498140/131249992 swapFree=33010160/33010684
[pid=36187] ppid=36182 vsize=91024 memory=82828 CPUtime=2675.22 cores=1,3
/proc/36187/stat : 36187 (Exact) R 36182 36187 35971 0 -1 4194304 16089 0 0 0 266260 1262 0 0 20 0 1 0 42534504 93208576 20707 18446744073709551615 4198400 9112445 140727806544336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 18055168 140727806552378 140727806552557 140727806552557 140727806558159 0
/proc/36187/statm: 22756 20707 1248 1200 0 21236 0
Current children cumulated CPU time: 2675.22 s
Current children cumulated vsize: 91024 KiB
Current children cumulated memory: 82828 KiB

[startup+2742.3 s]
/proc/loadavg: 4.12 4.10 4.01 5/265 36346
/proc/meminfo: memFree=126487560/131249992 swapFree=33010160/33010684
[pid=36187] ppid=36182 vsize=91280 memory=83084 CPUtime=2735.07 cores=1,3
/proc/36187/stat : 36187 (Exact) R 36182 36187 35971 0 -1 4194304 16154 0 0 0 272215 1292 0 0 20 0 1 0 42534504 93470720 20771 18446744073709551615 4198400 9112445 140727806544336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 18055168 140727806552378 140727806552557 140727806552557 140727806558159 0
/proc/36187/statm: 22820 20771 1248 1200 0 21300 0
Current children cumulated CPU time: 2735.07 s
Current children cumulated vsize: 91280 KiB
Current children cumulated memory: 83084 KiB

[startup+2802.3 s]
/proc/loadavg: 4.10 4.10 4.01 5/265 36349
/proc/meminfo: memFree=126497492/131249992 swapFree=33010160/33010684
[pid=36187] ppid=36182 vsize=91908 memory=83724 CPUtime=2794.92 cores=1,3
/proc/36187/stat : 36187 (Exact) R 36182 36187 35971 0 -1 4194304 16311 0 0 0 278169 1323 0 0 20 0 1 0 42534504 94113792 20931 18446744073709551615 4198400 9112445 140727806544336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 18055168 140727806552378 140727806552557 140727806552557 140727806558159 0
/proc/36187/statm: 22977 20931 1248 1200 0 21457 0
Current children cumulated CPU time: 2794.92 s
Current children cumulated vsize: 91908 KiB
Current children cumulated memory: 83724 KiB

[startup+2862.3 s]
/proc/loadavg: 4.08 4.09 4.01 5/266 36352
/proc/meminfo: memFree=126483476/131249992 swapFree=33010160/33010684
[pid=36187] ppid=36182 vsize=91908 memory=83724 CPUtime=2854.76 cores=1,3
/proc/36187/stat : 36187 (Exact) R 36182 36187 35971 0 -1 4194304 16339 0 0 0 284122 1354 0 0 20 0 1 0 42534504 94113792 20931 18446744073709551615 4198400 9112445 140727806544336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 18055168 140727806552378 140727806552557 140727806552557 140727806558159 0
/proc/36187/statm: 22977 20931 1248 1200 0 21457 0
Current children cumulated CPU time: 2854.76 s
Current children cumulated vsize: 91908 KiB
Current children cumulated memory: 83724 KiB

[startup+2862.83 s]
# the end of solver process 36187 was just reported to runsolver
# Child status: 30

# cumulated CPU time of all completed processes:  user=2841.75 s, system=13.5548 s

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

[startup+2862.4 s]
/proc/loadavg: 4.08 4.09 4.01 5/266 36352
/proc/meminfo: memFree=126483476/131249992 swapFree=33010160/33010684
[pid=36187] ppid=36182 vsize=91908 memory=83724 CPUtime=2854.86 cores=1,3
/proc/36187/stat : 36187 (Exact) R 36182 36187 35971 0 -1 4194304 16339 0 0 0 284132 1354 0 0 20 0 1 0 42534504 94113792 20931 18446744073709551615 4198400 9112445 140727806544336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 18055168 140727806552378 140727806552557 140727806552557 140727806558159 0
/proc/36187/statm: 22977 20931 1248 1200 0 21457 0
Current children cumulated CPU time: 2854.86 s
Current children cumulated vsize: 91908 KiB
Current children cumulated memory: 83724 KiB

[startup+2862.8 s]
/proc/loadavg: 4.08 4.09 4.01 5/266 36352
/proc/meminfo: memFree=126483476/131249992 swapFree=33010160/33010684
[pid=36187] ppid=36182 vsize=91908 memory=83724 CPUtime=2855.27 cores=1,3
/proc/36187/stat : 36187 (Exact) R 36182 36187 35971 0 -1 4194304 16339 0 0 0 284172 1355 0 0 20 0 1 0 42534504 94113792 20931 18446744073709551615 4198400 9112445 140727806544336 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 18055168 140727806552378 140727806552557 140727806552557 140727806558159 0
/proc/36187/statm: 22977 20931 1248 1200 0 21457 0
Current children cumulated CPU time: 2855.27 s
Current children cumulated vsize: 91908 KiB
Current children cumulated memory: 83724 KiB

Child status: 30

Real time (s): 2862.83
CPU time (s): 2855.3
CPU user time (s): 2841.75
CPU system time (s): 13.5548
CPU usage (%): 99.7372
Max. virtual memory (cumulated for all children) (KiB): 91908
Max. memory (cumulated for all children) (KiB): 83724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2841.75
system time used= 13.5548
maximum resident set size= 83852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16341
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= 30
involuntary context switches= 1574


# summary of solver processes directly reported to runsolver:
#   pid: 36187
#   total CPU time (s): 2855.3
#   total CPU user time (s): 2841.75
#   total CPU system time (s): 13.5548

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.3811 second user time and 12.2836 second system time

The end

Launcher Data

Begin job on nodeC035 at 2025-06-30 09:30:00
IDJOB=4482449
IDBENCH=148596
IDSOLVER=3317
FILE ID=nodeC035/4482449-1751268599
RUNJOBID= nodeC035-1751268232-35990
SLURM_JOB_ID= 9594202
Free space on /tmp= 433056 MiB

SOLVER NAME= Exact 2025-06-02
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/manquinho/mds/normalized-mds_100_10_2.opb
COMMAND LINE= HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=RANDOMSEED --ls=360 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4482449-1751268599/watcher-4482449-1751268599 -o /tmp/evaluation-result-4482449-1751268599/solver-4482449-1751268599 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1751268232-35990 --watchdog 3760  HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=1449179163 --ls=360 HOME/instance-4482449-1751268599.opb

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

MD5SUM BENCH= d1da6339ee7ef8ec01d4c55772fc8100
RANDOM SEED=1449179163

nodeC035 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        127630784 kB
MemAvailable:   129603608 kB
Buffers:            1840 kB
Cached:          2727180 kB
SwapCached:           12 kB
Active:           475640 kB
Inactive:        2447952 kB
Active(anon):     200880 kB
Inactive(anon):    11736 kB
Active(file):     274760 kB
Inactive(file):  2436216 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7156 kB
Writeback:             0 kB
AnonPages:        197744 kB
Mapped:           108492 kB
Shmem:             18044 kB
KReclaimable:     202176 kB
Slab:             290284 kB
SReclaimable:     202176 kB
SUnreclaim:        88108 kB
KernelStack:        4160 kB
PageTables:         3212 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     502836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150456 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     92160 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433032 MiB
End job on nodeC035 at 2025-06-30 10:17:43