Trace number 4498290

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
Picat 2025-06-16OPT10 888.536 891.542

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

0.00/0.02	c solving HOME/instance-4498290-1751274133.opb (Picat 3.9b6)
0.00/0.06	o 32
97.67/98.05	o 10
888.48/891.54	s OPTIMUM FOUND
888.48/891.54	v ~x78 ~x40 ~x2 ~x91 ~x53 ~x15 ~x66 ~x28 ~x79 ~x41 
888.48/891.54	v ~x3 ~x92 x54 ~x16 ~x67 ~x29 ~x80 ~x42 ~x4 ~x93 
888.48/891.54	v ~x55 ~x17 ~x68 ~x30 ~x81 x43 x5 ~x94 ~x56 ~x18 
888.48/891.54	v ~x69 ~x31 ~x82 x44 ~x6 ~x95 ~x57 x19 ~x70 ~x32 
888.48/891.54	v ~x83 ~x45 ~x7 ~x96 ~x58 ~x20 ~x71 ~x33 ~x84 ~x46 
888.48/891.54	v ~x8 ~x97 ~x59 ~x21 ~x72 ~x34 ~x85 x47 ~x9 ~x98 
888.48/891.54	v ~x60 x22 ~x73 ~x35 x86 ~x48 ~x10 ~x99 ~x61 ~x23 
888.48/891.54	v ~x74 ~x36 ~x87 ~x49 x11 ~x100 ~x62 ~x24 ~x75 ~x37 
888.48/891.54	v ~x88 ~x50 ~x12 ~x63 ~x25 ~x76 ~x38 ~x89 ~x51 ~x13 
888.48/891.54	v ~x64 ~x26 ~x77 ~x39 ~x1 ~x90 ~x52 x14 ~x65 ~x27 

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4498290-1751274133/watcher-4498290-1751274133 -o /tmp/evaluation-result-4498290-1751274133/solver-4498290-1751274133 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751270519-36743 --watchdog 3760 pb_picat HOME/instance-4498290-1751274133.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=37177, runsolver pid=37171

[startup+0.100075 s]*
/proc/loadavg: 4.06 4.10 4.14 3/244 37192
/proc/meminfo: memFree=129685948/131382116 swapFree=33010684/33010684
[pid=37177] ppid=37171 vsize=2036732 memory=20204 CPUtime=0.09 cores=1,3
/proc/37177/stat : 37177 (pb_picat) R 37171 37177 36134 0 -1 4194304 1545 0 0 0 8 1 0 0 20 0 1 0 43092687 2085613568 5051 18446744073709551615 94333117300736 94333118702317 140722978419232 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94333118973744 94333120848048 94333152751616 140722978425246 140722978425322 140722978425322 140722978430924 0
/proc/37177/statm: 509183 5051 1728 343 0 506247 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2036732 KiB
Current children cumulated memory: 20204 KiB

[startup+0.214275 s]*
/proc/loadavg: 4.06 4.10 4.14 5/246 37201
/proc/meminfo: memFree=129668648/131382116 swapFree=33010684/33010684
[pid=37177] ppid=37171 vsize=2036732 memory=20204 CPUtime=0.2 cores=1,3
/proc/37177/stat : 37177 (pb_picat) R 37171 37177 36134 0 -1 4194304 1567 0 0 0 19 1 0 0 20 0 1 0 43092687 2085613568 5051 18446744073709551615 94333117300736 94333118702317 140722978419232 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94333118973744 94333120848048 94333152751616 140722978425246 140722978425322 140722978425322 140722978430924 0
/proc/37177/statm: 509183 5051 1728 343 0 506247 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2036732 KiB
Current children cumulated memory: 20204 KiB

[startup+0.315079 s]*
/proc/loadavg: 4.06 4.10 4.14 5/248 37206
/proc/meminfo: memFree=129663840/131382116 swapFree=33010684/33010684
[pid=37177] ppid=37171 vsize=2036732 memory=20332 CPUtime=0.3 cores=1,3
/proc/37177/stat : 37177 (pb_picat) R 37171 37177 36134 0 -1 4194304 1585 0 0 0 29 1 0 0 20 0 1 0 43092687 2085613568 5083 18446744073709551615 94333117300736 94333118702317 140722978419232 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94333118973744 94333120848048 94333152751616 140722978425246 140722978425322 140722978425322 140722978430924 0
/proc/37177/statm: 509183 5083 1728 343 0 506247 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2036732 KiB
Current children cumulated memory: 20332 KiB

[startup+0.700223 s]
/proc/loadavg: 4.06 4.10 4.14 5/250 37212
/proc/meminfo: memFree=129645748/131382116 swapFree=33010684/33010684
[pid=37177] ppid=37171 vsize=2037760 memory=20920 CPUtime=0.67 cores=1,3
/proc/37177/stat : 37177 (pb_picat) R 37171 37177 36134 0 -1 4194304 1908 0 0 0 65 2 0 0 20 0 1 0 43092687 2086666240 5230 18446744073709551615 94333117300736 94333118702317 140722978419232 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94333118973744 94333120848048 94333152751616 140722978425246 140722978425322 140722978425322 140722978430924 0
/proc/37177/statm: 509440 5230 1728 343 0 506504 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 2037760 KiB
Current children cumulated memory: 20920 KiB

[startup+1.50025 s]
/proc/loadavg: 4.06 4.10 4.14 5/250 37212
/proc/meminfo: memFree=129640644/131382116 swapFree=33010684/33010684
[pid=37177] ppid=37171 vsize=2037760 memory=21268 CPUtime=1.46 cores=1,3
/proc/37177/stat : 37177 (pb_picat) R 37171 37177 36134 0 -1 4194304 2644 0 0 0 144 2 0 0 20 0 1 0 43092687 2086666240 5317 18446744073709551615 94333117300736 94333118702317 140722978419232 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94333118973744 94333120848048 94333152751616 140722978425246 140722978425322 140722978425322 140722978430924 0
/proc/37177/statm: 509440 5317 1728 343 0 506504 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 2037760 KiB
Current children cumulated memory: 21268 KiB

[startup+3.1122 s]
/proc/loadavg: 4.06 4.10 4.14 5/250 37212
/proc/meminfo: memFree=129623880/131382116 swapFree=33010684/33010684
[pid=37177] ppid=37171 vsize=2039296 memory=22100 CPUtime=3.07 cores=1,3
/proc/37177/stat : 37177 (pb_picat) R 37171 37177 36134 0 -1 4194304 5638 0 0 0 305 2 0 0 20 0 1 0 43092687 2088239104 5525 18446744073709551615 94333117300736 94333118702317 140722978419232 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94333118973744 94333120848048 94333152751616 140722978425246 140722978425322 140722978425322 140722978430924 0
/proc/37177/statm: 509824 5525 1728 343 0 506888 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 2039296 KiB
Current children cumulated memory: 22100 KiB

[startup+6.30023 s]
/proc/loadavg: 4.14 4.12 4.15 5/250 37212
/proc/meminfo: memFree=129618440/131382116 swapFree=33010684/33010684
[pid=37177] ppid=37171 vsize=2041344 memory=23032 CPUtime=6.24 cores=1,3
/proc/37177/stat : 37177 (pb_picat) R 37171 37177 36134 0 -1 4194304 15372 0 0 0 620 4 0 0 20 0 1 0 43092687 2090336256 5758 18446744073709551615 94333117300736 94333118702317 140722978419232 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94333118973744 94333120848048 94333152751616 140722978425246 140722978425322 140722978425322 140722978430924 0
/proc/37177/statm: 510336 5758 1728 343 0 507400 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 2041344 KiB
Current children cumulated memory: 23032 KiB

[startup+12.7002 s]
/proc/loadavg: 4.13 4.12 4.14 5/250 37212
/proc/meminfo: memFree=129613160/131382116 swapFree=33010684/33010684
[pid=37177] ppid=37171 vsize=2041416 memory=24208 CPUtime=12.63 cores=1,3
/proc/37177/stat : 37177 (pb_picat) R 37171 37177 36134 0 -1 4194304 34381 0 0 0 1256 7 0 0 20 0 1 0 43092687 2090409984 6052 18446744073709551615 94333117300736 94333118702317 140722978419232 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94333118973744 94333120848048 94333152751616 140722978425246 140722978425322 140722978425322 140722978430924 0
/proc/37177/statm: 510354 6052 1728 343 0 507418 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 2041416 KiB
Current children cumulated memory: 24208 KiB

[startup+25.5003 s]
/proc/loadavg: 4.10 4.11 4.14 5/250 37212
/proc/meminfo: memFree=129590036/131382116 swapFree=33010684/33010684
[pid=37177] ppid=37171 vsize=2042828 memory=25204 CPUtime=25.39 cores=1,3
/proc/37177/stat : 37177 (pb_picat) R 37171 37177 36134 0 -1 4194304 75912 0 0 0 2524 15 0 0 20 0 1 0 43092687 2091855872 6301 18446744073709551615 94333117300736 94333118702317 140722978419232 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94333118973744 94333120848048 94333152751616 140722978425246 140722978425322 140722978425322 140722978430924 0
/proc/37177/statm: 510707 6301 1728 343 0 507771 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 2042828 KiB
Current children cumulated memory: 25204 KiB

[startup+51.1126 s]
/proc/loadavg: 4.14 4.12 4.14 5/250 37213
/proc/meminfo: memFree=129569180/131382116 swapFree=33010684/33010684
[pid=37177] ppid=37171 vsize=2049108 memory=29848 CPUtime=50.91 cores=1,3
/proc/37177/stat : 37177 (pb_picat) R 37171 37177 36134 0 -1 4194304 134906 0 0 0 5064 27 0 0 20 0 1 0 43092687 2098286592 7462 18446744073709551615 94333117300736 94333118702317 140722978419232 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94333118973744 94333120848048 94333152751616 140722978425246 140722978425322 140722978425322 140722978430924 0
/proc/37177/statm: 512277 7462 1728 343 0 509341 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 2049108 KiB
Current children cumulated memory: 29848 KiB

[startup+102.3 s]
/proc/loadavg: 4.70 4.27 4.20 5/251 37216
/proc/meminfo: memFree=129557508/131382116 swapFree=33010684/33010684
[pid=37177] ppid=37171 vsize=2041664 memory=24712 CPUtime=101.94 cores=1,3
/proc/37177/stat : 37177 (pb_picat) R 37171 37177 36134 0 -1 4194304 273459 0 0 0 10143 51 0 0 20 0 1 0 43092687 2090663936 6178 18446744073709551615 94333117300736 94333118702317 140722978419232 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94333118973744 94333120848048 94333152751616 140722978425246 140722978425322 140722978425322 140722978430924 0
/proc/37177/statm: 510416 6178 1728 343 0 507480 0
Current children cumulated CPU time: 101.94 s
Current children cumulated vsize: 2041664 KiB
Current children cumulated memory: 24712 KiB

[startup+162.3 s]
/proc/loadavg: 4.36 4.26 4.20 5/251 37218
/proc/meminfo: memFree=129550100/131382116 swapFree=33010684/33010684
[pid=37177] ppid=37171 vsize=2045768 memory=27428 CPUtime=161.75 cores=1,3
/proc/37177/stat : 37177 (pb_picat) R 37171 37177 36134 0 -1 4194304 292585 0 0 0 16119 56 0 0 20 0 1 0 43092687 2094866432 6857 18446744073709551615 94333117300736 94333118702317 140722978419232 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94333118973744 94333120848048 94333152751616 140722978425246 140722978425322 140722978425322 140722978430924 0
/proc/37177/statm: 511442 6857 1728 343 0 508506 0
Current children cumulated CPU time: 161.75 s
Current children cumulated vsize: 2045768 KiB
Current children cumulated memory: 27428 KiB

[startup+222.3 s]
/proc/loadavg: 4.25 4.25 4.19 5/252 37221
/proc/meminfo: memFree=129550744/131382116 swapFree=33010684/33010684
[pid=37177] ppid=37171 vsize=2047372 memory=29216 CPUtime=221.56 cores=1,3
/proc/37177/stat : 37177 (pb_picat) R 37171 37177 36134 0 -1 4194304 323742 0 0 0 22092 64 0 0 20 0 1 0 43092687 2096508928 7304 18446744073709551615 94333117300736 94333118702317 140722978419232 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94333118973744 94333120848048 94333152751616 140722978425246 140722978425322 140722978425322 140722978430924 0
/proc/37177/statm: 511843 7304 1728 343 0 508907 0
Current children cumulated CPU time: 221.56 s
Current children cumulated vsize: 2047372 KiB
Current children cumulated memory: 29216 KiB

[startup+282.3 s]
/proc/loadavg: 4.15 4.21 4.18 5/252 37229
/proc/meminfo: memFree=129541716/131382116 swapFree=33010684/33010684
[pid=37177] ppid=37171 vsize=2053520 memory=32476 CPUtime=281.36 cores=1,3
/proc/37177/stat : 37177 (pb_picat) R 37171 37177 36134 0 -1 4194304 372893 0 0 0 28060 76 0 0 20 0 1 0 43092687 2102804480 8119 18446744073709551615 94333117300736 94333118702317 140722978419232 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94333118973744 94333120848048 94333152751616 140722978425246 140722978425322 140722978425322 140722978430924 0
/proc/37177/statm: 513380 8119 1728 343 0 510444 0
Current children cumulated CPU time: 281.36 s
Current children cumulated vsize: 2053520 KiB
Current children cumulated memory: 32476 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 4.19 4.17 5/251 37231
/proc/meminfo: memFree=129523808/131382116 swapFree=33010684/33010684
[pid=37177] ppid=37171 vsize=2055568 memory=35260 CPUtime=341.17 cores=1,3
/proc/37177/stat : 37177 (pb_picat) R 37171 37177 36134 0 -1 4194304 509760 0 0 0 34012 105 0 0 20 0 1 0 43092687 2104901632 8815 18446744073709551615 94333117300736 94333118702317 140722978419232 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94333118973744 94333120848048 94333152751616 140722978425246 140722978425322 140722978425322 140722978430924 0
/proc/37177/statm: 513892 8815 1728 343 0 510956 0
Current children cumulated CPU time: 341.17 s
Current children cumulated vsize: 2055568 KiB
Current children cumulated memory: 35260 KiB

[startup+402.3 s]
/proc/loadavg: 4.10 4.17 4.17 5/252 37234
/proc/meminfo: memFree=129534460/131382116 swapFree=33010684/33010684
[pid=37177] ppid=37171 vsize=2055568 memory=35444 CPUtime=400.97 cores=1,3
/proc/37177/stat : 37177 (pb_picat) R 37171 37177 36134 0 -1 4194304 599806 0 0 0 39971 126 0 0 20 0 1 0 43092687 2104901632 8861 18446744073709551615 94333117300736 94333118702317 140722978419232 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94333118973744 94333120848048 94333152751616 140722978425246 140722978425322 140722978425322 140722978430924 0
/proc/37177/statm: 513892 8861 1728 343 0 510956 0
Current children cumulated CPU time: 400.97 s
Current children cumulated vsize: 2055568 KiB
Current children cumulated memory: 35444 KiB

[startup+462.3 s]
/proc/loadavg: 4.62 4.29 4.21 5/252 37236
/proc/meminfo: memFree=129531612/131382116 swapFree=33010684/33010684
[pid=37177] ppid=37171 vsize=2055568 memory=36776 CPUtime=460.76 cores=1,3
/proc/37177/stat : 37177 (pb_picat) R 37171 37177 36134 0 -1 4194304 705182 0 0 0 45930 146 0 0 20 0 1 0 43092687 2104901632 9194 18446744073709551615 94333117300736 94333118702317 140722978419232 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94333118973744 94333120848048 94333152751616 140722978425246 140722978425322 140722978425322 140722978430924 0
/proc/37177/statm: 513892 9194 1728 343 0 510956 0
Current children cumulated CPU time: 460.76 s
Current children cumulated vsize: 2055568 KiB
Current children cumulated memory: 36776 KiB

[startup+522.3 s]
/proc/loadavg: 4.41 4.31 4.22 5/252 37239
/proc/meminfo: memFree=129508040/131382116 swapFree=33010684/33010684
[pid=37177] ppid=37171 vsize=2055568 memory=37436 CPUtime=520.56 cores=1,3
/proc/37177/stat : 37177 (pb_picat) R 37171 37177 36134 0 -1 4194304 795989 0 0 0 51894 162 0 0 20 0 1 0 43092687 2104901632 9359 18446744073709551615 94333117300736 94333118702317 140722978419232 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94333118973744 94333120848048 94333152751616 140722978425246 140722978425322 140722978425322 140722978430924 0
/proc/37177/statm: 513892 9359 1728 343 0 510956 0
Current children cumulated CPU time: 520.56 s
Current children cumulated vsize: 2055568 KiB
Current children cumulated memory: 37436 KiB

[startup+582.3 s]
/proc/loadavg: 4.18 4.27 4.21 5/251 37241
/proc/meminfo: memFree=129523600/131382116 swapFree=33010684/33010684
[pid=37177] ppid=37171 vsize=2055568 memory=37480 CPUtime=580.35 cores=1,3
/proc/37177/stat : 37177 (pb_picat) R 37171 37177 36134 0 -1 4194304 883101 0 0 0 57853 182 0 0 20 0 1 0 43092687 2104901632 9370 18446744073709551615 94333117300736 94333118702317 140722978419232 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94333118973744 94333120848048 94333152751616 140722978425246 140722978425322 140722978425322 140722978430924 0
/proc/37177/statm: 513892 9370 1728 343 0 510956 0
Current children cumulated CPU time: 580.35 s
Current children cumulated vsize: 2055568 KiB
Current children cumulated memory: 37480 KiB

[startup+642.3 s]
/proc/loadavg: 4.16 4.25 4.21 5/251 37243
/proc/meminfo: memFree=129522048/131382116 swapFree=33010684/33010684
[pid=37177] ppid=37171 vsize=2063760 memory=38100 CPUtime=640.15 cores=1,3
/proc/37177/stat : 37177 (pb_picat) R 37171 37177 36134 0 -1 4194304 993913 0 0 0 63808 207 0 0 20 0 1 0 43092687 2113290240 9525 18446744073709551615 94333117300736 94333118702317 140722978419232 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94333118973744 94333120848048 94333152751616 140722978425246 140722978425322 140722978425322 140722978430924 0
/proc/37177/statm: 515940 9525 1728 343 0 513004 0
Current children cumulated CPU time: 640.15 s
Current children cumulated vsize: 2063760 KiB
Current children cumulated memory: 38100 KiB

[startup+702.3 s]
/proc/loadavg: 4.17 4.23 4.20 5/250 37245
/proc/meminfo: memFree=129515192/131382116 swapFree=33010684/33010684
[pid=37177] ppid=37171 vsize=2055568 memory=34800 CPUtime=699.94 cores=1,3
/proc/37177/stat : 37177 (pb_picat) R 37171 37177 36134 0 -1 4194304 1112205 0 0 0 69761 233 0 0 20 0 1 0 43092687 2104901632 8700 18446744073709551615 94333117300736 94333118702317 140722978419232 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94333118973744 94333120848048 94333152751616 140722978425246 140722978425322 140722978425322 140722978430924 0
/proc/37177/statm: 513892 8700 1728 343 0 510956 0
Current children cumulated CPU time: 699.94 s
Current children cumulated vsize: 2055568 KiB
Current children cumulated memory: 34800 KiB

[startup+762.3 s]
/proc/loadavg: 4.12 4.20 4.19 5/249 37247
/proc/meminfo: memFree=129505704/131382116 swapFree=33010684/33010684
[pid=37177] ppid=37171 vsize=2063760 memory=38020 CPUtime=759.74 cores=1,3
/proc/37177/stat : 37177 (pb_picat) R 37171 37177 36134 0 -1 4194304 1184786 0 0 0 75723 251 0 0 20 0 1 0 43092687 2113290240 9505 18446744073709551615 94333117300736 94333118702317 140722978419232 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94333118973744 94333120848048 94333152751616 140722978425246 140722978425322 140722978425322 140722978430924 0
/proc/37177/statm: 515940 9505 1728 343 0 513004 0
Current children cumulated CPU time: 759.74 s
Current children cumulated vsize: 2063760 KiB
Current children cumulated memory: 38020 KiB

[startup+822.3 s]
/proc/loadavg: 4.12 4.18 4.18 5/249 37249
/proc/meminfo: memFree=129522400/131382116 swapFree=33010684/33010684
[pid=37177] ppid=37171 vsize=2059664 memory=39264 CPUtime=819.53 cores=1,3
/proc/37177/stat : 37177 (pb_picat) R 37171 37177 36134 0 -1 4194304 1277607 0 0 0 81678 275 0 0 20 0 1 0 43092687 2109095936 9816 18446744073709551615 94333117300736 94333118702317 140722978419232 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94333118973744 94333120848048 94333152751616 140722978425246 140722978425322 140722978425322 140722978430924 0
/proc/37177/statm: 514916 9816 1728 343 0 511980 0
Current children cumulated CPU time: 819.53 s
Current children cumulated vsize: 2059664 KiB
Current children cumulated memory: 39264 KiB

[startup+882.3 s]
/proc/loadavg: 4.14 4.17 4.18 5/250 37258
/proc/meminfo: memFree=129516260/131382116 swapFree=33010684/33010684
[pid=37177] ppid=37171 vsize=2055568 memory=33492 CPUtime=879.32 cores=1,3
/proc/37177/stat : 37177 (pb_picat) R 37171 37177 36134 0 -1 4194304 1382341 0 0 0 87632 300 0 0 20 0 1 0 43092687 2104901632 8373 18446744073709551615 94333117300736 94333118702317 140722978419232 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94333118973744 94333120848048 94333152751616 140722978425246 140722978425322 140722978425322 140722978430924 0
/proc/37177/statm: 513892 8373 1728 343 0 510956 0
Current children cumulated CPU time: 879.32 s
Current children cumulated vsize: 2055568 KiB
Current children cumulated memory: 33492 KiB

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

# cumulated CPU time of all completed processes:  user=885.486 s, system=3.05032 s

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

[startup+883.2 s]
/proc/loadavg: 4.14 4.17 4.18 5/250 37258
/proc/meminfo: memFree=129517552/131382116 swapFree=33010684/33010684
[pid=37177] ppid=37171 vsize=2055568 memory=36164 CPUtime=880.22 cores=1,3
/proc/37177/stat : 37177 (pb_picat) R 37171 37177 36134 0 -1 4194304 1383685 0 0 0 87721 301 0 0 20 0 1 0 43092687 2104901632 9041 18446744073709551615 94333117300736 94333118702317 140722978419232 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94333118973744 94333120848048 94333152751616 140722978425246 140722978425322 140722978425322 140722978430924 0
/proc/37177/statm: 513892 9041 1728 343 0 510956 0
Current children cumulated CPU time: 880.22 s
Current children cumulated vsize: 2055568 KiB
Current children cumulated memory: 36164 KiB

[startup+886.4 s]
/proc/loadavg: 4.13 4.17 4.18 5/250 37258
/proc/meminfo: memFree=129504864/131382116 swapFree=33010684/33010684
[pid=37177] ppid=37171 vsize=2067856 memory=43360 CPUtime=883.4 cores=1,3
/proc/37177/stat : 37177 (pb_picat) R 37171 37177 36134 0 -1 4194304 1388894 0 0 0 88038 302 0 0 20 0 1 0 43092687 2117484544 10840 18446744073709551615 94333117300736 94333118702317 140722978419232 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94333118973744 94333120848048 94333152751616 140722978425246 140722978425322 140722978425322 140722978430924 0
/proc/37177/statm: 516964 10840 1728 343 0 514028 0
Current children cumulated CPU time: 883.4 s
Current children cumulated vsize: 2067856 KiB
Current children cumulated memory: 43360 KiB

[startup+889.6 s]
/proc/loadavg: 4.13 4.17 4.18 5/250 37258
/proc/meminfo: memFree=129520336/131382116 swapFree=33010684/33010684
[pid=37177] ppid=37171 vsize=2055568 memory=37532 CPUtime=886.59 cores=1,3
/proc/37177/stat : 37177 (pb_picat) R 37171 37177 36134 0 -1 4194304 1397584 0 0 0 88356 303 0 0 20 0 1 0 43092687 2104901632 9383 18446744073709551615 94333117300736 94333118702317 140722978419232 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94333118973744 94333120848048 94333152751616 140722978425246 140722978425322 140722978425322 140722978430924 0
/proc/37177/statm: 513892 9383 1728 343 0 510956 0
Current children cumulated CPU time: 886.59 s
Current children cumulated vsize: 2055568 KiB
Current children cumulated memory: 37532 KiB

[startup+890.4 s]
/proc/loadavg: 4.12 4.17 4.18 5/250 37258
/proc/meminfo: memFree=129520336/131382116 swapFree=33010684/33010684
[pid=37177] ppid=37171 vsize=2063760 memory=38044 CPUtime=887.39 cores=1,3
/proc/37177/stat : 37177 (pb_picat) R 37171 37177 36134 0 -1 4194304 1399587 0 0 0 88435 304 0 0 20 0 1 0 43092687 2113290240 9511 18446744073709551615 94333117300736 94333118702317 140722978419232 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94333118973744 94333120848048 94333152751616 140722978425246 140722978425322 140722978425322 140722978430924 0
/proc/37177/statm: 515940 9511 1728 343 0 513004 0
Current children cumulated CPU time: 887.39 s
Current children cumulated vsize: 2063760 KiB
Current children cumulated memory: 38044 KiB

[startup+891.2 s]
/proc/loadavg: 4.12 4.17 4.18 5/250 37258
/proc/meminfo: memFree=129508048/131382116 swapFree=33010684/33010684
[pid=37177] ppid=37171 vsize=2063760 memory=39176 CPUtime=888.18 cores=1,3
/proc/37177/stat : 37177 (pb_picat) R 37171 37177 36134 0 -1 4194304 1401089 0 0 0 88514 304 0 0 20 0 1 0 43092687 2113290240 9794 18446744073709551615 94333117300736 94333118702317 140722978419232 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94333118973744 94333120848048 94333152751616 140722978425246 140722978425322 140722978425322 140722978430924 0
/proc/37177/statm: 515940 9794 1728 343 0 513004 0
Current children cumulated CPU time: 888.18 s
Current children cumulated vsize: 2063760 KiB
Current children cumulated memory: 39176 KiB

[startup+891.4 s]
/proc/loadavg: 4.12 4.17 4.18 5/250 37258
/proc/meminfo: memFree=129508048/131382116 swapFree=33010684/33010684
[pid=37177] ppid=37171 vsize=2067856 memory=41884 CPUtime=888.38 cores=1,3
/proc/37177/stat : 37177 (pb_picat) R 37171 37177 36134 0 -1 4194304 1401252 0 0 0 88534 304 0 0 20 0 1 0 43092687 2117484544 10471 18446744073709551615 94333117300736 94333118702317 140722978419232 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94333118973744 94333120848048 94333152751616 140722978425246 140722978425322 140722978425322 140722978430924 0
/proc/37177/statm: 516964 10471 1728 343 0 514028 0
Current children cumulated CPU time: 888.38 s
Current children cumulated vsize: 2067856 KiB
Current children cumulated memory: 41884 KiB

[startup+891.5 s]
/proc/loadavg: 4.12 4.17 4.18 5/250 37258
/proc/meminfo: memFree=129508048/131382116 swapFree=33010684/33010684
[pid=37177] ppid=37171 vsize=2067856 memory=41884 CPUtime=888.48 cores=1,3
/proc/37177/stat : 37177 (pb_picat) R 37171 37177 36134 0 -1 4194304 1401268 0 0 0 88544 304 0 0 20 0 1 0 43092687 2117484544 10471 18446744073709551615 94333117300736 94333118702317 140722978419232 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94333118973744 94333120848048 94333152751616 140722978425246 140722978425322 140722978425322 140722978430924 0
/proc/37177/statm: 516964 10471 1728 343 0 514028 0
Current children cumulated CPU time: 888.48 s
Current children cumulated vsize: 2067856 KiB
Current children cumulated memory: 41884 KiB

Child status: 0

Real time (s): 891.542
CPU time (s): 888.536
CPU user time (s): 885.486
CPU system time (s): 3.05032
CPU usage (%): 99.6629
Max. virtual memory (cumulated for all children) (KiB): 2076048
Max. memory (cumulated for all children) (KiB): 47456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 885.486
system time used= 3.05032
maximum resident set size= 47456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1401281
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= 71
involuntary context switches= 5382


# summary of solver processes directly reported to runsolver:
#   pid: 37177
#   total CPU time (s): 888.536
#   total CPU user time (s): 885.486
#   total CPU system time (s): 3.05032

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.39382 second user time and 8.17525 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-06-30 11:02:13
IDJOB=4498290
IDBENCH=148596
IDSOLVER=3346
FILE ID=nodeC010/4498290-1751274133
RUNJOBID= nodeC010-1751270519-36743
SLURM_JOB_ID= 9594177
Free space on /tmp= 432680 MiB

SOLVER NAME= Picat 2025-06-16
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/manquinho/mds/normalized-mds_100_10_2.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4498290-1751274133/watcher-4498290-1751274133 -o /tmp/evaluation-result-4498290-1751274133/solver-4498290-1751274133 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751270519-36743 --watchdog 3760  pb_picat HOME/instance-4498290-1751274133.opb

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

MD5SUM BENCH= d1da6339ee7ef8ec01d4c55772fc8100
RANDOM SEED=995205926

nodeC010 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	: 0xb00001f
cpu MHz		: 1296.917
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 1197.089
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 1197.215
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 1197.158
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 1197.390
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 1197.099
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 1197.298
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 1197.643
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        129703224 kB
MemAvailable:   129975912 kB
Buffers:            3280 kB
Cached:          1081160 kB
SwapCached:            0 kB
Active:           383780 kB
Inactive:         788648 kB
Active(anon):     105952 kB
Inactive(anon):        0 kB
Active(file):     277828 kB
Inactive(file):   788648 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             11420 kB
Writeback:            52 kB
AnonPages:         91000 kB
Mapped:           107104 kB
Shmem:             17960 kB
KReclaimable:      91676 kB
Slab:             174048 kB
SReclaimable:      91676 kB
SUnreclaim:        82372 kB
KernelStack:        3884 kB
PageTables:         3012 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    2393184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149336 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 432676 MiB
End job on nodeC010 at 2025-06-30 11:17:05