Trace number 4528776

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
pb_picat 2025-07-11OPT10 896.396 899.295

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4528776-1752241442/watcher-4528776-1752241442 -o /tmp/evaluation-result-4528776-1752241442/solver-4528776-1752241442 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1752237828-124954 --watchdog 3760 pb_picat HOME/instance-4528776-1752241442.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=125419, runsolver pid=125416

[startup+0.100067 s]*
/proc/loadavg: 4.68 4.26 4.19 5/252 125420
/proc/meminfo: memFree=128499912/131382116 swapFree=33009904/33010684
[pid=125419] ppid=125416 vsize=2036728 memory=20084 CPUtime=0.09 cores=5,7
/proc/125419/stat : 125419 (pb_picat) R 125416 125419 123405 0 -1 4194304 1548 0 0 0 8 1 0 0 20 0 1 0 139823383 2085609472 5021 18446744073709551615 94009147461632 94009148863213 140727587844848 0 0 0 0 0 8389634 0 0 0 17 7 0 0 0 0 0 94009149134640 94009151008880 94009185792000 140727587846556 140727587846632 140727587846632 140727587852236 0
/proc/125419/statm: 509182 5021 1696 343 0 506246 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2036728 KiB
Current children cumulated memory: 20084 KiB

[startup+0.214752 s]*
/proc/loadavg: 4.68 4.26 4.19 5/252 125420
/proc/meminfo: memFree=128499156/131382116 swapFree=33009904/33010684
[pid=125419] ppid=125416 vsize=2036728 memory=20212 CPUtime=0.2 cores=5,7
/proc/125419/stat : 125419 (pb_picat) R 125416 125419 123405 0 -1 4194304 1570 0 0 0 19 1 0 0 20 0 1 0 139823383 2085609472 5053 18446744073709551615 94009147461632 94009148863213 140727587844848 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94009149134640 94009151008880 94009185792000 140727587846556 140727587846632 140727587846632 140727587852236 0
/proc/125419/statm: 509182 5053 1696 343 0 506246 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2036728 KiB
Current children cumulated memory: 20212 KiB

[startup+0.312414 s]*
/proc/loadavg: 4.68 4.26 4.19 5/252 125420
/proc/meminfo: memFree=128499156/131382116 swapFree=33009904/33010684
[pid=125419] ppid=125416 vsize=2036728 memory=20212 CPUtime=0.29 cores=5,7
/proc/125419/stat : 125419 (pb_picat) R 125416 125419 123405 0 -1 4194304 1588 0 0 0 28 1 0 0 20 0 1 0 139823383 2085609472 5053 18446744073709551615 94009147461632 94009148863213 140727587844848 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94009149134640 94009151008880 94009185792000 140727587846556 140727587846632 140727587846632 140727587852236 0
/proc/125419/statm: 509182 5053 1696 343 0 506246 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 2036728 KiB
Current children cumulated memory: 20212 KiB

[startup+0.700243 s]
/proc/loadavg: 4.68 4.26 4.19 5/252 125420
/proc/meminfo: memFree=128493044/131382116 swapFree=33009904/33010684
[pid=125419] ppid=125416 vsize=2037500 memory=20552 CPUtime=0.66 cores=5,7
/proc/125419/stat : 125419 (pb_picat) R 125416 125419 123405 0 -1 4194304 1873 0 0 0 65 1 0 0 20 0 1 0 139823383 2086400000 5138 18446744073709551615 94009147461632 94009148863213 140727587844848 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94009149134640 94009151008880 94009185792000 140727587846556 140727587846632 140727587846632 140727587852236 0
/proc/125419/statm: 509375 5138 1696 343 0 506439 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 2037500 KiB
Current children cumulated memory: 20552 KiB

[startup+1.50024 s]
/proc/loadavg: 4.71 4.27 4.19 5/252 125420
/proc/meminfo: memFree=128493044/131382116 swapFree=33009904/33010684
[pid=125419] ppid=125416 vsize=2038268 memory=21516 CPUtime=1.46 cores=5,7
/proc/125419/stat : 125419 (pb_picat) R 125416 125419 123405 0 -1 4194304 2538 0 0 0 145 1 0 0 20 0 1 0 139823383 2087186432 5379 18446744073709551615 94009147461632 94009148863213 140727587844848 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94009149134640 94009151008880 94009185792000 140727587846556 140727587846632 140727587846632 140727587852236 0
/proc/125419/statm: 509567 5379 1696 343 0 506631 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 2038268 KiB
Current children cumulated memory: 21516 KiB

[startup+3.11239 s]
/proc/loadavg: 4.71 4.27 4.19 5/252 125420
/proc/meminfo: memFree=128485296/131382116 swapFree=33009904/33010684
[pid=125419] ppid=125416 vsize=2037756 memory=21092 CPUtime=3.07 cores=5,7
/proc/125419/stat : 125419 (pb_picat) R 125416 125419 123405 0 -1 4194304 5416 0 0 0 305 2 0 0 20 0 1 0 139823383 2086662144 5273 18446744073709551615 94009147461632 94009148863213 140727587844848 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94009149134640 94009151008880 94009185792000 140727587846556 140727587846632 140727587846632 140727587852236 0
/proc/125419/statm: 509439 5273 1696 343 0 506503 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 2037756 KiB
Current children cumulated memory: 21092 KiB

[startup+6.30023 s]
/proc/loadavg: 4.73 4.29 4.19 5/252 125420
/proc/meminfo: memFree=128483788/131382116 swapFree=33009904/33010684
[pid=125419] ppid=125416 vsize=2039292 memory=22916 CPUtime=6.24 cores=5,7
/proc/125419/stat : 125419 (pb_picat) R 125416 125419 123405 0 -1 4194304 14020 0 0 0 621 3 0 0 20 0 1 0 139823383 2088235008 5729 18446744073709551615 94009147461632 94009148863213 140727587844848 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94009149134640 94009151008880 94009185792000 140727587846556 140727587846632 140727587846632 140727587852236 0
/proc/125419/statm: 509823 5729 1696 343 0 506887 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 2039292 KiB
Current children cumulated memory: 22916 KiB

[startup+12.7002 s]
/proc/loadavg: 4.75 4.30 4.20 5/252 125420
/proc/meminfo: memFree=128473220/131382116 swapFree=33009904/33010684
[pid=125419] ppid=125416 vsize=2041412 memory=23428 CPUtime=12.62 cores=5,7
/proc/125419/stat : 125419 (pb_picat) R 125416 125419 123405 0 -1 4194304 32676 0 0 0 1255 7 0 0 20 0 1 0 139823383 2090405888 5857 18446744073709551615 94009147461632 94009148863213 140727587844848 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94009149134640 94009151008880 94009185792000 140727587846556 140727587846632 140727587846632 140727587852236 0
/proc/125419/statm: 510353 5857 1696 343 0 507417 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 2041412 KiB
Current children cumulated memory: 23428 KiB

[startup+25.5003 s]
/proc/loadavg: 4.64 4.29 4.20 5/252 125420
/proc/meminfo: memFree=128457164/131382116 swapFree=33009904/33010684
[pid=125419] ppid=125416 vsize=2041800 memory=23756 CPUtime=25.39 cores=5,7
/proc/125419/stat : 125419 (pb_picat) R 125416 125419 123405 0 -1 4194304 73467 0 0 0 2525 14 0 0 20 0 1 0 139823383 2090803200 5939 18446744073709551615 94009147461632 94009148863213 140727587844848 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94009149134640 94009151008880 94009185792000 140727587846556 140727587846632 140727587846632 140727587852236 0
/proc/125419/statm: 510450 5939 1696 343 0 507514 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 2041800 KiB
Current children cumulated memory: 23756 KiB

[startup+51.1128 s]
/proc/loadavg: 4.44 4.28 4.19 5/252 125421
/proc/meminfo: memFree=128415476/131382116 swapFree=33009904/33010684
[pid=125419] ppid=125416 vsize=2047056 memory=26448 CPUtime=50.92 cores=5,7
/proc/125419/stat : 125419 (pb_picat) R 125416 125419 123405 0 -1 4194304 132805 0 0 0 5066 26 0 0 20 0 1 0 139823383 2096185344 6612 18446744073709551615 94009147461632 94009148863213 140727587844848 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94009149134640 94009151008880 94009185792000 140727587846556 140727587846632 140727587846632 140727587852236 0
/proc/125419/statm: 511764 6612 1696 343 0 508828 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 2047056 KiB
Current children cumulated memory: 26448 KiB

[startup+102.3 s]
/proc/loadavg: 4.24 4.25 4.18 6/253 125469
/proc/meminfo: memFree=128657356/131382116 swapFree=33009904/33010684
[pid=125419] ppid=125416 vsize=2041660 memory=24472 CPUtime=101.96 cores=5,7
/proc/125419/stat : 125419 (pb_picat) R 125416 125419 123405 0 -1 4194304 273441 0 0 0 10142 54 0 0 20 0 1 0 139823383 2090659840 6118 18446744073709551615 94009147461632 94009148863213 140727587844848 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94009149134640 94009151008880 94009185792000 140727587846556 140727587846632 140727587846632 140727587852236 0
/proc/125419/statm: 510415 6118 1696 343 0 507479 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 2041660 KiB
Current children cumulated memory: 24472 KiB

[startup+162.3 s]
/proc/loadavg: 4.25 4.25 4.19 6/253 125471
/proc/meminfo: memFree=128652676/131382116 swapFree=33009904/33010684
[pid=125419] ppid=125416 vsize=2042692 memory=25396 CPUtime=161.76 cores=5,7
/proc/125419/stat : 125419 (pb_picat) R 125416 125419 123405 0 -1 4194304 291314 0 0 0 16118 58 0 0 20 0 1 0 139823383 2091716608 6349 18446744073709551615 94009147461632 94009148863213 140727587844848 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94009149134640 94009151008880 94009185792000 140727587846556 140727587846632 140727587846632 140727587852236 0
/proc/125419/statm: 510673 6349 1696 343 0 507737 0
Current children cumulated CPU time: 161.76 s
Current children cumulated vsize: 2042692 KiB
Current children cumulated memory: 25396 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.20 4.17 6/254 125474
/proc/meminfo: memFree=128657876/131382116 swapFree=33009904/33010684
[pid=125419] ppid=125416 vsize=2044296 memory=28044 CPUtime=221.58 cores=5,7
/proc/125419/stat : 125419 (pb_picat) R 125416 125419 123405 0 -1 4194304 319587 0 0 0 22090 68 0 0 20 0 1 0 139823383 2093359104 7011 18446744073709551615 94009147461632 94009148863213 140727587844848 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94009149134640 94009151008880 94009185792000 140727587846556 140727587846632 140727587846632 140727587852236 0
/proc/125419/statm: 511074 7011 1696 343 0 508138 0
Current children cumulated CPU time: 221.58 s
Current children cumulated vsize: 2044296 KiB
Current children cumulated memory: 28044 KiB

[startup+282.3 s]
/proc/loadavg: 4.07 4.17 4.17 6/253 125476
/proc/meminfo: memFree=128645196/131382116 swapFree=33009904/33010684
[pid=125419] ppid=125416 vsize=2049420 memory=32784 CPUtime=281.39 cores=5,7
/proc/125419/stat : 125419 (pb_picat) R 125416 125419 123405 0 -1 4194304 367668 0 0 0 28059 80 0 0 20 0 1 0 139823383 2098606080 8196 18446744073709551615 94009147461632 94009148863213 140727587844848 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94009149134640 94009151008880 94009185792000 140727587846556 140727587846632 140727587846632 140727587852236 0
/proc/125419/statm: 512355 8196 1696 343 0 509419 0
Current children cumulated CPU time: 281.39 s
Current children cumulated vsize: 2049420 KiB
Current children cumulated memory: 32784 KiB

[startup+342.3 s]
/proc/loadavg: 4.16 4.18 4.17 6/251 125478
/proc/meminfo: memFree=128643856/131382116 swapFree=33009904/33010684
[pid=125419] ppid=125416 vsize=2053516 memory=35240 CPUtime=341.2 cores=5,7
/proc/125419/stat : 125419 (pb_picat) R 125416 125419 123405 0 -1 4194304 499527 0 0 0 34012 108 0 0 20 0 1 0 139823383 2102800384 8810 18446744073709551615 94009147461632 94009148863213 140727587844848 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94009149134640 94009151008880 94009185792000 140727587846556 140727587846632 140727587846632 140727587852236 0
/proc/125419/statm: 513379 8810 1696 343 0 510443 0
Current children cumulated CPU time: 341.2 s
Current children cumulated vsize: 2053516 KiB
Current children cumulated memory: 35240 KiB

[startup+402.3 s]
/proc/loadavg: 4.15 4.18 4.17 6/251 125480
/proc/meminfo: memFree=128615732/131382116 swapFree=33009904/33010684
[pid=125419] ppid=125416 vsize=2053516 memory=35620 CPUtime=401.01 cores=5,7
/proc/125419/stat : 125419 (pb_picat) R 125416 125419 123405 0 -1 4194304 594577 0 0 0 39973 128 0 0 20 0 1 0 139823383 2102800384 8905 18446744073709551615 94009147461632 94009148863213 140727587844848 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94009149134640 94009151008880 94009185792000 140727587846556 140727587846632 140727587846632 140727587852236 0
/proc/125419/statm: 513379 8905 1696 343 0 510443 0
Current children cumulated CPU time: 401.01 s
Current children cumulated vsize: 2053516 KiB
Current children cumulated memory: 35620 KiB

[startup+462.3 s]
/proc/loadavg: 4.13 4.16 4.17 6/250 125482
/proc/meminfo: memFree=128610600/131382116 swapFree=33009904/33010684
[pid=125419] ppid=125416 vsize=2055564 memory=38004 CPUtime=460.81 cores=5,7
/proc/125419/stat : 125419 (pb_picat) R 125416 125419 123405 0 -1 4194304 694945 0 0 0 45930 151 0 0 20 0 1 0 139823383 2104897536 9501 18446744073709551615 94009147461632 94009148863213 140727587844848 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94009149134640 94009151008880 94009185792000 140727587846556 140727587846632 140727587846632 140727587852236 0
/proc/125419/statm: 513891 9501 1696 343 0 510955 0
Current children cumulated CPU time: 460.81 s
Current children cumulated vsize: 2055564 KiB
Current children cumulated memory: 38004 KiB

[startup+522.3 s]
/proc/loadavg: 4.10 4.14 4.16 5/249 125483
/proc/meminfo: memFree=128600344/131382116 swapFree=33009904/33010684
[pid=125419] ppid=125416 vsize=2055564 memory=33392 CPUtime=520.62 cores=5,7
/proc/125419/stat : 125419 (pb_picat) R 125416 125419 123405 0 -1 4194304 777810 0 0 0 51893 169 0 0 20 0 1 0 139823383 2104897536 8348 18446744073709551615 94009147461632 94009148863213 140727587844848 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94009149134640 94009151008880 94009185792000 140727587846556 140727587846632 140727587846632 140727587852236 0
/proc/125419/statm: 513891 8348 1696 343 0 510955 0
Current children cumulated CPU time: 520.62 s
Current children cumulated vsize: 2055564 KiB
Current children cumulated memory: 33392 KiB

[startup+582.3 s]
/proc/loadavg: 4.08 4.13 4.15 6/250 125488
/proc/meminfo: memFree=128592492/131382116 swapFree=33009904/33010684
[pid=125419] ppid=125416 vsize=2051468 memory=33168 CPUtime=580.43 cores=5,7
/proc/125419/stat : 125419 (pb_picat) R 125416 125419 123405 0 -1 4194304 872414 0 0 0 57851 192 0 0 20 0 1 0 139823383 2100703232 8292 18446744073709551615 94009147461632 94009148863213 140727587844848 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94009149134640 94009151008880 94009185792000 140727587846556 140727587846632 140727587846632 140727587852236 0
/proc/125419/statm: 512867 8292 1696 343 0 509931 0
Current children cumulated CPU time: 580.43 s
Current children cumulated vsize: 2051468 KiB
Current children cumulated memory: 33168 KiB

[startup+642.3 s]
/proc/loadavg: 4.06 4.12 4.15 6/250 125494
/proc/meminfo: memFree=128607652/131382116 swapFree=33009904/33010684
[pid=125419] ppid=125416 vsize=2063756 memory=41392 CPUtime=640.23 cores=5,7
/proc/125419/stat : 125419 (pb_picat) R 125416 125419 123405 0 -1 4194304 987498 0 0 0 63807 216 0 0 20 0 1 0 139823383 2113286144 10348 18446744073709551615 94009147461632 94009148863213 140727587844848 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94009149134640 94009151008880 94009185792000 140727587846556 140727587846632 140727587846632 140727587852236 0
/proc/125419/statm: 515939 10348 1696 343 0 513003 0
Current children cumulated CPU time: 640.23 s
Current children cumulated vsize: 2063756 KiB
Current children cumulated memory: 41392 KiB

[startup+702.3 s]
/proc/loadavg: 4.07 4.11 4.14 6/250 125496
/proc/meminfo: memFree=128605088/131382116 swapFree=33009904/33010684
[pid=125419] ppid=125416 vsize=2055564 memory=38244 CPUtime=700.03 cores=5,7
/proc/125419/stat : 125419 (pb_picat) R 125416 125419 123405 0 -1 4194304 1094143 0 0 0 69763 240 0 0 20 0 1 0 139823383 2104897536 9561 18446744073709551615 94009147461632 94009148863213 140727587844848 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94009149134640 94009151008880 94009185792000 140727587846556 140727587846632 140727587846632 140727587852236 0
/proc/125419/statm: 513891 9561 1696 343 0 510955 0
Current children cumulated CPU time: 700.03 s
Current children cumulated vsize: 2055564 KiB
Current children cumulated memory: 38244 KiB

[startup+762.3 s]
/proc/loadavg: 4.14 4.12 4.14 6/250 125498
/proc/meminfo: memFree=128601324/131382116 swapFree=33009904/33010684
[pid=125419] ppid=125416 vsize=2049420 memory=32912 CPUtime=759.84 cores=5,7
/proc/125419/stat : 125419 (pb_picat) R 125416 125419 123405 0 -1 4194304 1167907 0 0 0 75725 259 0 0 20 0 1 0 139823383 2098606080 8228 18446744073709551615 94009147461632 94009148863213 140727587844848 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94009149134640 94009151008880 94009185792000 140727587846556 140727587846632 140727587846632 140727587852236 0
/proc/125419/statm: 512355 8228 1696 343 0 509419 0
Current children cumulated CPU time: 759.84 s
Current children cumulated vsize: 2049420 KiB
Current children cumulated memory: 32912 KiB

[startup+822.3 s]
/proc/loadavg: 4.60 4.24 4.18 6/251 125501
/proc/meminfo: memFree=128600632/131382116 swapFree=33009904/33010684
[pid=125419] ppid=125416 vsize=2055564 memory=36272 CPUtime=819.64 cores=5,7
/proc/125419/stat : 125419 (pb_picat) R 125416 125419 123405 0 -1 4194304 1267853 0 0 0 81684 280 0 0 20 0 1 0 139823383 2104897536 9068 18446744073709551615 94009147461632 94009148863213 140727587844848 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94009149134640 94009151008880 94009185792000 140727587846556 140727587846632 140727587846632 140727587852236 0
/proc/125419/statm: 513891 9068 1696 343 0 510955 0
Current children cumulated CPU time: 819.64 s
Current children cumulated vsize: 2055564 KiB
Current children cumulated memory: 36272 KiB

[startup+882.3 s]
/proc/loadavg: 4.91 4.40 4.24 6/251 125503
/proc/meminfo: memFree=128587316/131382116 swapFree=33009904/33010684
[pid=125419] ppid=125416 vsize=2063756 memory=40496 CPUtime=879.45 cores=5,7
/proc/125419/stat : 125419 (pb_picat) R 125416 125419 123405 0 -1 4194304 1367173 0 0 0 87640 305 0 0 20 0 1 0 139823383 2113286144 10124 18446744073709551615 94009147461632 94009148863213 140727587844848 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94009149134640 94009151008880 94009185792000 140727587846556 140727587846632 140727587846632 140727587852236 0
/proc/125419/statm: 515939 10124 1696 343 0 513003 0
Current children cumulated CPU time: 879.45 s
Current children cumulated vsize: 2063756 KiB
Current children cumulated memory: 40496 KiB

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

# cumulated CPU time of all completed processes:  user=893.276 s, system=3.12025 s

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

[startup+883.2 s]
/proc/loadavg: 4.91 4.40 4.24 6/251 125503
/proc/meminfo: memFree=128583220/131382116 swapFree=33009904/33010684
[pid=125419] ppid=125416 vsize=2067852 memory=44236 CPUtime=880.34 cores=5,7
/proc/125419/stat : 125419 (pb_picat) R 125416 125419 123405 0 -1 4194304 1368212 0 0 0 87729 305 0 0 20 0 1 0 139823383 2117480448 11059 18446744073709551615 94009147461632 94009148863213 140727587844848 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94009149134640 94009151008880 94009185792000 140727587846556 140727587846632 140727587846632 140727587852236 0
/proc/125419/statm: 516963 11059 1696 343 0 514027 0
Current children cumulated CPU time: 880.34 s
Current children cumulated vsize: 2067852 KiB
Current children cumulated memory: 44236 KiB

[startup+889.6 s]
/proc/loadavg: 5.00 4.42 4.25 6/251 125503
/proc/meminfo: memFree=128572284/131382116 swapFree=33009904/33010684
[pid=125419] ppid=125416 vsize=2051468 memory=33296 CPUtime=886.73 cores=5,7
/proc/125419/stat : 125419 (pb_picat) R 125416 125419 123405 0 -1 4194304 1379999 0 0 0 88365 308 0 0 20 0 1 0 139823383 2100703232 8324 18446744073709551615 94009147461632 94009148863213 140727587844848 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94009149134640 94009151008880 94009185792000 140727587846556 140727587846632 140727587846632 140727587852236 0
/proc/125419/statm: 512867 8324 1696 343 0 509931 0
Current children cumulated CPU time: 886.73 s
Current children cumulated vsize: 2051468 KiB
Current children cumulated memory: 33296 KiB

[startup+896 s]*
/proc/loadavg: 5.00 4.43 4.26 6/251 125504
/proc/meminfo: memFree=128592052/131382116 swapFree=33009904/33010684
[pid=125419] ppid=125416 vsize=2055564 memory=37040 CPUtime=893.12 cores=5,7
/proc/125419/stat : 125419 (pb_picat) R 125416 125419 123405 0 -1 4194304 1391922 0 0 0 89002 310 0 0 20 0 1 0 139823383 2104897536 9260 18446744073709551615 94009147461632 94009148863213 140727587844848 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94009149134640 94009151008880 94009185792000 140727587846556 140727587846632 140727587846632 140727587852236 0
/proc/125419/statm: 513891 9260 1696 343 0 510955 0
Current children cumulated CPU time: 893.12 s
Current children cumulated vsize: 2055564 KiB
Current children cumulated memory: 37040 KiB

[startup+897.6 s]
/proc/loadavg: 5.00 4.44 4.26 6/251 125504
/proc/meminfo: memFree=128591800/131382116 swapFree=33009904/33010684
[pid=125419] ppid=125416 vsize=2059660 memory=41384 CPUtime=894.7 cores=5,7
/proc/125419/stat : 125419 (pb_picat) R 125416 125419 123405 0 -1 4194304 1396848 0 0 0 89159 311 0 0 20 0 1 0 139823383 2109091840 10346 18446744073709551615 94009147461632 94009148863213 140727587844848 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94009149134640 94009151008880 94009185792000 140727587846556 140727587846632 140727587846632 140727587852236 0
/proc/125419/statm: 514915 10346 1696 343 0 511979 0
Current children cumulated CPU time: 894.7 s
Current children cumulated vsize: 2059660 KiB
Current children cumulated memory: 41384 KiB

[startup+898.4 s]
/proc/loadavg: 5.00 4.44 4.26 6/251 125504
/proc/meminfo: memFree=128589784/131382116 swapFree=33009904/33010684
[pid=125419] ppid=125416 vsize=2067852 memory=42092 CPUtime=895.5 cores=5,7
/proc/125419/stat : 125419 (pb_picat) R 125416 125419 123405 0 -1 4194304 1398282 0 0 0 89239 311 0 0 20 0 1 0 139823383 2117480448 10523 18446744073709551615 94009147461632 94009148863213 140727587844848 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94009149134640 94009151008880 94009185792000 140727587846556 140727587846632 140727587846632 140727587852236 0
/proc/125419/statm: 516963 10523 1696 343 0 514027 0
Current children cumulated CPU time: 895.5 s
Current children cumulated vsize: 2067852 KiB
Current children cumulated memory: 42092 KiB

[startup+898.8 s]
/proc/loadavg: 5.00 4.44 4.26 6/251 125504
/proc/meminfo: memFree=128589784/131382116 swapFree=33009904/33010684
[pid=125419] ppid=125416 vsize=2067852 memory=42412 CPUtime=895.89 cores=5,7
/proc/125419/stat : 125419 (pb_picat) R 125416 125419 123405 0 -1 4194304 1398982 0 0 0 89278 311 0 0 20 0 1 0 139823383 2117480448 10603 18446744073709551615 94009147461632 94009148863213 140727587844848 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94009149134640 94009151008880 94009185792000 140727587846556 140727587846632 140727587846632 140727587852236 0
/proc/125419/statm: 516963 10603 1696 343 0 514027 0
Current children cumulated CPU time: 895.89 s
Current children cumulated vsize: 2067852 KiB
Current children cumulated memory: 42412 KiB

[startup+899.2 s]
/proc/loadavg: 5.00 4.44 4.26 6/251 125504
/proc/meminfo: memFree=128586984/131382116 swapFree=33009904/33010684
[pid=125419] ppid=125416 vsize=2067852 memory=42760 CPUtime=896.29 cores=5,7
/proc/125419/stat : 125419 (pb_picat) R 125416 125419 123405 0 -1 4194304 1399681 0 0 0 89318 311 0 0 20 0 1 0 139823383 2117480448 10690 18446744073709551615 94009147461632 94009148863213 140727587844848 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94009149134640 94009151008880 94009185792000 140727587846556 140727587846632 140727587846632 140727587852236 0
/proc/125419/statm: 516963 10690 1696 343 0 514027 0
Current children cumulated CPU time: 896.29 s
Current children cumulated vsize: 2067852 KiB
Current children cumulated memory: 42760 KiB

Child status: 0

Real time (s): 899.295
CPU time (s): 896.396
CPU user time (s): 893.276
CPU system time (s): 3.12025
CPU usage (%): 99.6777
Max. virtual memory (cumulated for all children) (KiB): 2076044
Max. memory (cumulated for all children) (KiB): 48332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 893.276
system time used= 3.12025
maximum resident set size= 48332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1399701
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= 67
involuntary context switches= 1401


# summary of solver processes directly reported to runsolver:
#   pid: 125419
#   total CPU time (s): 896.396
#   total CPU user time (s): 893.276
#   total CPU system time (s): 3.12025

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.11216 second user time and 8.54523 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-07-11 15:44:02
IDJOB=4528776
IDBENCH=148596
IDSOLVER=3385
FILE ID=nodeC004/4528776-1752241442
RUNJOBID= nodeC004-1752237828-124954
SLURM_JOB_ID= 9682515
Free space on /tmp= 431668 MiB

SOLVER NAME= pb_picat 2025-07-11
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-4528776-1752241442/watcher-4528776-1752241442 -o /tmp/evaluation-result-4528776-1752241442/solver-4528776-1752241442 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1752237828-124954 --watchdog 3760  pb_picat HOME/instance-4528776-1752241442.opb

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

MD5SUM BENCH= d1da6339ee7ef8ec01d4c55772fc8100
RANDOM SEED=920736866

nodeC004 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		: 3660.322
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.74
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.224
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.74
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.284
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.74
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.517
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.74
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.210
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.74
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.631
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.74
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		: 1198.017
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.74
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.216
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        128499632 kB
MemAvailable:   129581728 kB
Buffers:            2128 kB
Cached:          1827788 kB
SwapCached:           32 kB
Active:           995072 kB
Inactive:        1221680 kB
Active(anon):     394048 kB
Inactive(anon):    10724 kB
Active(file):     601024 kB
Inactive(file):  1210956 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             11712 kB
Writeback:             0 kB
AnonPages:        388892 kB
Mapped:           115980 kB
Shmem:             17932 kB
KReclaimable:     219488 kB
Slab:             308616 kB
SReclaimable:     219488 kB
SUnreclaim:        89128 kB
KernelStack:        4036 kB
PageTables:         3660 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    6737740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149416 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    215040 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:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 431664 MiB
End job on nodeC004 at 2025-07-11 15:59:02