Trace number 4495709

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Picat 2025-06-16SAT 1615.15 1619.73

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-cuww3.opb
MD5SUMbbc1115e586f74a0f8929a975bad121a
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.013638
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables68
Total number of constraints2
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 constraints2
Minimum length of a constraint68
Maximum length of a constraint68
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 58925135
Number of bits of the biggest number in a constraint 26
Biggest sum of numbers in a constraint 568217345
Number of bits of the biggest sum of numbers30
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c solving HOME/instance-4495709-1751153915.opb (Picat 3.9b6)
1615.10/1619.73	s SATISFIABLE
1615.10/1619.73	v ~x42 ~x4 ~x55 x17 ~x68 ~x30 ~x43 ~x5 ~x56 x18 
1615.10/1619.73	v ~x31 ~x44 ~x6 ~x57 x19 ~x32 ~x45 ~x7 ~x58 x20 
1615.10/1619.73	v ~x33 ~x46 ~x8 ~x59 ~x21 ~x34 ~x47 ~x9 ~x60 x22 
1615.10/1619.73	v ~x35 ~x48 ~x10 ~x61 ~x23 ~x36 ~x49 ~x11 ~x62 ~x24 
1615.10/1619.73	v ~x37 ~x50 ~x12 ~x63 x25 ~x38 ~x51 ~x13 ~x64 ~x26 
1615.10/1619.73	v ~x39 ~x1 ~x52 x14 ~x65 x27 ~x40 ~x2 ~x53 ~x15 
1615.10/1619.73	v ~x66 ~x28 ~x41 ~x3 ~x54 ~x16 ~x67 ~x29 

Verifier Data

OK	0

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (63087 MiB free)
  memory of node 1: 64507 MiB (62666 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4495709-1751153915/watcher-4495709-1751153915 -o /tmp/evaluation-result-4495709-1751153915/solver-4495709-1751153915 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751146126-15229 --watchdog 3760 pb_picat HOME/instance-4495709-1751153915.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=19211, runsolver pid=19208

[startup+0.100058 s]*
/proc/loadavg: 4.19 4.17 4.12 5/266 19212
/proc/meminfo: memFree=128760596/131250000 swapFree=33010684/33010684
[pid=19211] ppid=19208 vsize=2029392 memory=21264 CPUtime=0.09 cores=4,6
/proc/19211/stat : 19211 (pb_picat) R 19208 19211 15215 0 -1 4194304 1299 0 0 0 9 0 0 0 20 0 1 0 31071776 2078097408 5316 18446744073709551615 94564936933376 94564938334957 140726320592112 0 0 0 0 0 8389634 0 0 0 17 6 0 0 0 0 0 94564938606384 94564940480688 94564961292288 140726320597406 140726320597482 140726320597482 140726320603084 0
/proc/19211/statm: 507348 5316 1696 343 0 504412 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2029392 KiB
Current children cumulated memory: 21264 KiB

[startup+0.205346 s]*
/proc/loadavg: 4.19 4.17 4.12 5/266 19212
/proc/meminfo: memFree=128760596/131250000 swapFree=33010684/33010684
[pid=19211] ppid=19208 vsize=2029944 memory=21520 CPUtime=0.19 cores=4,6
/proc/19211/stat : 19211 (pb_picat) R 19208 19211 15215 0 -1 4194304 1368 0 0 0 19 0 0 0 20 0 1 0 31071776 2078662656 5380 18446744073709551615 94564936933376 94564938334957 140726320592112 0 0 0 0 0 8389634 0 0 0 17 6 0 0 0 0 0 94564938606384 94564940480688 94564961292288 140726320597406 140726320597482 140726320597482 140726320603084 0
/proc/19211/statm: 507486 5380 1696 343 0 504550 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 2029944 KiB
Current children cumulated memory: 21520 KiB

[startup+0.304404 s]*
/proc/loadavg: 4.19 4.17 4.12 5/266 19212
/proc/meminfo: memFree=128760596/131250000 swapFree=33010684/33010684
[pid=19211] ppid=19208 vsize=2030076 memory=21648 CPUtime=0.28 cores=4,6
/proc/19211/stat : 19211 (pb_picat) R 19208 19211 15215 0 -1 4194304 1405 0 0 0 28 0 0 0 20 0 1 0 31071776 2078797824 5412 18446744073709551615 94564936933376 94564938334957 140726320592112 0 0 0 0 0 8389634 0 0 0 17 6 0 0 0 0 0 94564938606384 94564940480688 94564961292288 140726320597406 140726320597482 140726320597482 140726320603084 0
/proc/19211/statm: 507519 5412 1696 343 0 504583 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 2030076 KiB
Current children cumulated memory: 21648 KiB

[startup+0.700103 s]
/proc/loadavg: 4.19 4.17 4.12 5/266 19212
/proc/meminfo: memFree=128760596/131250000 swapFree=33010684/33010684
[pid=19211] ppid=19208 vsize=2030968 memory=22024 CPUtime=0.66 cores=4,6
/proc/19211/stat : 19211 (pb_picat) R 19208 19211 15215 0 -1 4194304 1890 0 0 0 66 0 0 0 20 0 1 0 31071776 2079711232 5506 18446744073709551615 94564936933376 94564938334957 140726320592112 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564938606384 94564940480688 94564961292288 140726320597406 140726320597482 140726320597482 140726320603084 0
/proc/19211/statm: 507742 5506 1696 343 0 504806 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 2030968 KiB
Current children cumulated memory: 22024 KiB

[startup+1.5001 s]
/proc/loadavg: 4.19 4.17 4.12 5/266 19212
/proc/meminfo: memFree=128760344/131250000 swapFree=33010684/33010684
[pid=19211] ppid=19208 vsize=2032124 memory=22700 CPUtime=1.46 cores=4,6
/proc/19211/stat : 19211 (pb_picat) R 19208 19211 15215 0 -1 4194304 3644 0 0 0 145 1 0 0 20 0 1 0 31071776 2080894976 5675 18446744073709551615 94564936933376 94564938334957 140726320592112 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564938606384 94564940480688 94564961292288 140726320597406 140726320597482 140726320597482 140726320603084 0
/proc/19211/statm: 508031 5675 1696 343 0 505095 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 2032124 KiB
Current children cumulated memory: 22700 KiB

[startup+3.10459 s]
/proc/loadavg: 4.19 4.17 4.12 5/266 19212
/proc/meminfo: memFree=128752152/131250000 swapFree=33010684/33010684
[pid=19211] ppid=19208 vsize=2032268 memory=24020 CPUtime=3.06 cores=4,6
/proc/19211/stat : 19211 (pb_picat) R 19208 19211 15215 0 -1 4194304 6450 0 0 0 305 1 0 0 20 0 1 0 31071776 2081042432 6005 18446744073709551615 94564936933376 94564938334957 140726320592112 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564938606384 94564940480688 94564961292288 140726320597406 140726320597482 140726320597482 140726320603084 0
/proc/19211/statm: 508067 6005 1696 343 0 505131 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 2032268 KiB
Current children cumulated memory: 24020 KiB

[startup+6.30009 s]
/proc/loadavg: 4.17 4.17 4.11 5/266 19212
/proc/meminfo: memFree=128649756/131250000 swapFree=33010684/33010684
[pid=19211] ppid=19208 vsize=2034488 memory=24820 CPUtime=6.25 cores=4,6
/proc/19211/stat : 19211 (pb_picat) R 19208 19211 15215 0 -1 4194304 12747 0 0 0 623 2 0 0 20 0 1 0 31071776 2083315712 6205 18446744073709551615 94564936933376 94564938334957 140726320592112 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564938606384 94564940480688 94564961292288 140726320597406 140726320597482 140726320597482 140726320603084 0
/proc/19211/statm: 508622 6205 1696 343 0 505686 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 2034488 KiB
Current children cumulated memory: 24820 KiB

[startup+12.7001 s]
/proc/loadavg: 4.16 4.17 4.11 5/266 19213
/proc/meminfo: memFree=128567332/131250000 swapFree=33010684/33010684
[pid=19211] ppid=19208 vsize=2033376 memory=24396 CPUtime=12.63 cores=4,6
/proc/19211/stat : 19211 (pb_picat) R 19208 19211 15215 0 -1 4194304 21491 0 0 0 1260 3 0 0 20 0 1 0 31071776 2082177024 6099 18446744073709551615 94564936933376 94564938334957 140726320592112 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564938606384 94564940480688 94564961292288 140726320597406 140726320597482 140726320597482 140726320603084 0
/proc/19211/statm: 508344 6099 1696 343 0 505408 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 2033376 KiB
Current children cumulated memory: 24396 KiB

[startup+25.5001 s]
/proc/loadavg: 4.04 4.14 4.11 4/262 19266
/proc/meminfo: memFree=128310656/131250000 swapFree=33010684/33010684
[pid=19211] ppid=19208 vsize=2041568 memory=31056 CPUtime=25.4 cores=4,6
/proc/19211/stat : 19211 (pb_picat) R 19208 19211 15215 0 -1 4194304 42179 0 0 0 2533 7 0 0 20 0 1 0 31071776 2090565632 7764 18446744073709551615 94564936933376 94564938334957 140726320592112 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564938606384 94564940480688 94564961292288 140726320597406 140726320597482 140726320597482 140726320603084 0
/proc/19211/statm: 510392 7764 1696 343 0 507456 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 2041568 KiB
Current children cumulated memory: 31056 KiB

[startup+51.1052 s]
/proc/loadavg: 4.08 4.14 4.11 5/266 19303
/proc/meminfo: memFree=128314528/131250000 swapFree=33010684/33010684
[pid=19211] ppid=19208 vsize=2042384 memory=31148 CPUtime=50.94 cores=4,6
/proc/19211/stat : 19211 (pb_picat) R 19208 19211 15215 0 -1 4194304 72798 0 0 0 5081 13 0 0 20 0 1 0 31071776 2091401216 7787 18446744073709551615 94564936933376 94564938334957 140726320592112 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564938606384 94564940480688 94564961292288 140726320597406 140726320597482 140726320597482 140726320603084 0
/proc/19211/statm: 510596 7787 1696 343 0 507660 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 2042384 KiB
Current children cumulated memory: 31148 KiB

[startup+102.3 s]
/proc/loadavg: 4.04 4.12 4.10 5/266 19308
/proc/meminfo: memFree=128244220/131250000 swapFree=33010684/33010684
[pid=19211] ppid=19208 vsize=2042804 memory=34064 CPUtime=101.99 cores=4,6
/proc/19211/stat : 19211 (pb_picat) R 19208 19211 15215 0 -1 4194304 116514 0 0 0 10177 22 0 0 20 0 1 0 31071776 2091831296 8516 18446744073709551615 94564936933376 94564938334957 140726320592112 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564938606384 94564940480688 94564961292288 140726320597406 140726320597482 140726320597482 140726320603084 0
/proc/19211/statm: 510701 8516 1696 343 0 507765 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 2042804 KiB
Current children cumulated memory: 34064 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.13 4.10 5/265 19354
/proc/meminfo: memFree=128398504/131250000 swapFree=33010684/33010684
[pid=19211] ppid=19208 vsize=2042804 memory=33864 CPUtime=161.83 cores=4,6
/proc/19211/stat : 19211 (pb_picat) R 19208 19211 15215 0 -1 4194304 156828 0 0 0 16152 31 0 0 20 0 1 0 31071776 2091831296 8466 18446744073709551615 94564936933376 94564938334957 140726320592112 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564938606384 94564940480688 94564961292288 140726320597406 140726320597482 140726320597482 140726320603084 0
/proc/19211/statm: 510701 8466 1696 343 0 507765 0
Current children cumulated CPU time: 161.83 s
Current children cumulated vsize: 2042804 KiB
Current children cumulated memory: 33864 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/265 19356
/proc/meminfo: memFree=128368268/131250000 swapFree=33010684/33010684
[pid=19211] ppid=19208 vsize=2046900 memory=33752 CPUtime=221.66 cores=4,6
/proc/19211/stat : 19211 (pb_picat) R 19208 19211 15215 0 -1 4194304 188525 0 0 0 22127 39 0 0 20 0 1 0 31071776 2096025600 8438 18446744073709551615 94564936933376 94564938334957 140726320592112 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564938606384 94564940480688 94564961292288 140726320597406 140726320597482 140726320597482 140726320603084 0
/proc/19211/statm: 511725 8438 1696 343 0 508789 0
Current children cumulated CPU time: 221.66 s
Current children cumulated vsize: 2046900 KiB
Current children cumulated memory: 33752 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/264 19358
/proc/meminfo: memFree=128739744/131250000 swapFree=33010684/33010684
[pid=19211] ppid=19208 vsize=2055092 memory=39792 CPUtime=281.5 cores=4,6
/proc/19211/stat : 19211 (pb_picat) R 19208 19211 15215 0 -1 4194304 224121 0 0 0 28101 49 0 0 20 0 1 0 31071776 2104414208 9948 18446744073709551615 94564936933376 94564938334957 140726320592112 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564938606384 94564940480688 94564961292288 140726320597406 140726320597482 140726320597482 140726320603084 0
/proc/19211/statm: 513773 9948 1696 343 0 510837 0
Current children cumulated CPU time: 281.5 s
Current children cumulated vsize: 2055092 KiB
Current children cumulated memory: 39792 KiB

[startup+342.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/265 19406
/proc/meminfo: memFree=128818216/131250000 swapFree=33010684/33010684
[pid=19211] ppid=19208 vsize=2055092 memory=37696 CPUtime=341.34 cores=4,6
/proc/19211/stat : 19211 (pb_picat) R 19208 19211 15215 0 -1 4194304 258469 0 0 0 34074 60 0 0 20 0 1 0 31071776 2104414208 9424 18446744073709551615 94564936933376 94564938334957 140726320592112 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564938606384 94564940480688 94564961292288 140726320597406 140726320597482 140726320597482 140726320603084 0
/proc/19211/statm: 513773 9424 1696 343 0 510837 0
Current children cumulated CPU time: 341.34 s
Current children cumulated vsize: 2055092 KiB
Current children cumulated memory: 37696 KiB

[startup+402.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/263 19412
/proc/meminfo: memFree=128343772/131250000 swapFree=33010684/33010684
[pid=19211] ppid=19208 vsize=2055092 memory=40552 CPUtime=401.17 cores=4,6
/proc/19211/stat : 19211 (pb_picat) R 19208 19211 15215 0 -1 4194304 289737 0 0 0 40047 70 0 0 20 0 1 0 31071776 2104414208 10138 18446744073709551615 94564936933376 94564938334957 140726320592112 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564938606384 94564940480688 94564961292288 140726320597406 140726320597482 140726320597482 140726320603084 0
/proc/19211/statm: 513773 10138 1696 343 0 510837 0
Current children cumulated CPU time: 401.17 s
Current children cumulated vsize: 2055092 KiB
Current children cumulated memory: 40552 KiB

[startup+462.3 s]
/proc/loadavg: 4.15 4.11 4.09 5/264 19415
/proc/meminfo: memFree=128806868/131250000 swapFree=33010684/33010684
[pid=19211] ppid=19208 vsize=2055092 memory=40552 CPUtime=461.01 cores=4,6
/proc/19211/stat : 19211 (pb_picat) R 19208 19211 15215 0 -1 4194304 318631 0 0 0 46023 78 0 0 20 0 1 0 31071776 2104414208 10138 18446744073709551615 94564936933376 94564938334957 140726320592112 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564938606384 94564940480688 94564961292288 140726320597406 140726320597482 140726320597482 140726320603084 0
/proc/19211/statm: 513773 10138 1696 343 0 510837 0
Current children cumulated CPU time: 461.01 s
Current children cumulated vsize: 2055092 KiB

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

/proc/loadavg: 4.10 4.12 4.10 5/264 19852
/proc/meminfo: memFree=128147904/131250000 swapFree=33010684/33010684
[pid=19211] ppid=19208 vsize=2064364 memory=51884 CPUtime=1178.95 cores=4,6
/proc/19211/stat : 19211 (pb_picat) R 19208 19211 15215 0 -1 4194304 519338 0 0 0 117744 151 0 0 20 0 1 0 31071776 2113908736 12971 18446744073709551615 94564936933376 94564938334957 140726320592112 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564938606384 94564940480688 94564961292288 140726320597406 140726320597482 140726320597482 140726320603084 0
/proc/19211/statm: 516091 12971 1696 343 0 513155 0
Current children cumulated CPU time: 1178.95 s
Current children cumulated vsize: 2064364 KiB
Current children cumulated memory: 51884 KiB

[startup+1242.3 s]
/proc/loadavg: 4.13 4.13 4.10 5/264 19854
/proc/meminfo: memFree=128443736/131250000 swapFree=33010684/33010684
[pid=19211] ppid=19208 vsize=2056172 memory=41692 CPUtime=1238.77 cores=4,6
/proc/19211/stat : 19211 (pb_picat) R 19208 19211 15215 0 -1 4194304 530996 0 0 0 123722 155 0 0 20 0 1 0 31071776 2105520128 10423 18446744073709551615 94564936933376 94564938334957 140726320592112 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564938606384 94564940480688 94564961292288 140726320597406 140726320597482 140726320597482 140726320603084 0
/proc/19211/statm: 514043 10423 1696 343 0 511107 0
Current children cumulated CPU time: 1238.77 s
Current children cumulated vsize: 2056172 KiB
Current children cumulated memory: 41692 KiB

[startup+1302.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/263 19856
/proc/meminfo: memFree=128002640/131250000 swapFree=33010684/33010684
[pid=19211] ppid=19208 vsize=2064364 memory=49884 CPUtime=1298.61 cores=4,6
/proc/19211/stat : 19211 (pb_picat) R 19208 19211 15215 0 -1 4194304 545125 0 0 0 129700 161 0 0 20 0 1 0 31071776 2113908736 12471 18446744073709551615 94564936933376 94564938334957 140726320592112 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564938606384 94564940480688 94564961292288 140726320597406 140726320597482 140726320597482 140726320603084 0
/proc/19211/statm: 516091 12471 1696 343 0 513155 0
Current children cumulated CPU time: 1298.61 s
Current children cumulated vsize: 2064364 KiB
Current children cumulated memory: 49884 KiB

[startup+1362.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/264 19875
/proc/meminfo: memFree=128085860/131250000 swapFree=33010684/33010684
[pid=19211] ppid=19208 vsize=2056172 memory=45920 CPUtime=1358.44 cores=4,6
/proc/19211/stat : 19211 (pb_picat) R 19208 19211 15215 0 -1 4194304 559921 0 0 0 135677 167 0 0 20 0 1 0 31071776 2105520128 11480 18446744073709551615 94564936933376 94564938334957 140726320592112 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564938606384 94564940480688 94564961292288 140726320597406 140726320597482 140726320597482 140726320603084 0
/proc/19211/statm: 514043 11480 1696 343 0 511107 0
Current children cumulated CPU time: 1358.44 s
Current children cumulated vsize: 2056172 KiB
Current children cumulated memory: 45920 KiB

[startup+1422.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/264 19876
/proc/meminfo: memFree=128106700/131250000 swapFree=33010684/33010684
[pid=19211] ppid=19208 vsize=2080748 memory=51604 CPUtime=1418.27 cores=4,6
/proc/19211/stat : 19211 (pb_picat) R 19208 19211 15215 0 -1 4194304 568592 0 0 0 141656 171 0 0 20 0 1 0 31071776 2130685952 12901 18446744073709551615 94564936933376 94564938334957 140726320592112 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564938606384 94564940480688 94564961292288 140726320597406 140726320597482 140726320597482 140726320603084 0
/proc/19211/statm: 520187 12901 1696 343 0 517251 0
Current children cumulated CPU time: 1418.27 s
Current children cumulated vsize: 2080748 KiB
Current children cumulated memory: 51604 KiB

[startup+1482.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/265 19879
/proc/meminfo: memFree=128516308/131250000 swapFree=33010684/33010684
[pid=19211] ppid=19208 vsize=2080748 memory=54036 CPUtime=1478.1 cores=4,6
/proc/19211/stat : 19211 (pb_picat) R 19208 19211 15215 0 -1 4194304 579904 0 0 0 147633 177 0 0 20 0 1 0 31071776 2130685952 13509 18446744073709551615 94564936933376 94564938334957 140726320592112 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564938606384 94564940480688 94564961292288 140726320597406 140726320597482 140726320597482 140726320603084 0
/proc/19211/statm: 520187 13509 1696 343 0 517251 0
Current children cumulated CPU time: 1478.1 s
Current children cumulated vsize: 2080748 KiB
Current children cumulated memory: 54036 KiB

[startup+1542.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/265 19881
/proc/meminfo: memFree=128051156/131250000 swapFree=33010684/33010684
[pid=19211] ppid=19208 vsize=2064364 memory=47892 CPUtime=1537.92 cores=4,6
/proc/19211/stat : 19211 (pb_picat) R 19208 19211 15215 0 -1 4194304 592169 0 0 0 153610 182 0 0 20 0 1 0 31071776 2113908736 11973 18446744073709551615 94564936933376 94564938334957 140726320592112 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564938606384 94564940480688 94564961292288 140726320597406 140726320597482 140726320597482 140726320603084 0
/proc/19211/statm: 516091 11973 1696 343 0 513155 0
Current children cumulated CPU time: 1537.92 s
Current children cumulated vsize: 2064364 KiB
Current children cumulated memory: 47892 KiB

[startup+1602.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/265 19885
/proc/meminfo: memFree=128142936/131250000 swapFree=33010684/33010684
[pid=19211] ppid=19208 vsize=2080748 memory=56084 CPUtime=1597.76 cores=4,6
/proc/19211/stat : 19211 (pb_picat) R 19208 19211 15215 0 -1 4194304 599989 0 0 0 159591 185 0 0 20 0 1 0 31071776 2130685952 14021 18446744073709551615 94564936933376 94564938334957 140726320592112 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564938606384 94564940480688 94564961292288 140726320597406 140726320597482 140726320597482 140726320603084 0
/proc/19211/statm: 520187 14021 1696 343 0 517251 0
Current children cumulated CPU time: 1597.76 s
Current children cumulated vsize: 2080748 KiB
Current children cumulated memory: 56084 KiB

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

# cumulated CPU time of all completed processes:  user=1613.29 s, system=1.86198 s

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

[startup+1612.8 s]
/proc/loadavg: 4.09 4.11 4.09 5/265 19886
/proc/meminfo: memFree=127947732/131250000 swapFree=33010684/33010684
[pid=19211] ppid=19208 vsize=2080748 memory=60180 CPUtime=1608.23 cores=4,6
/proc/19211/stat : 19211 (pb_picat) R 19208 19211 15215 0 -1 4194304 600708 0 0 0 160638 185 0 0 20 0 1 0 31071776 2130685952 15045 18446744073709551615 94564936933376 94564938334957 140726320592112 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564938606384 94564940480688 94564961292288 140726320597406 140726320597482 140726320597482 140726320603084 0
/proc/19211/statm: 520187 15045 1696 343 0 517251 0
Current children cumulated CPU time: 1608.23 s
Current children cumulated vsize: 2080748 KiB
Current children cumulated memory: 60180 KiB

[startup+1616 s]*
/proc/loadavg: 4.16 4.12 4.09 5/265 19886
/proc/meminfo: memFree=128093476/131250000 swapFree=33010684/33010684
[pid=19211] ppid=19208 vsize=2072556 memory=54292 CPUtime=1611.42 cores=4,6
/proc/19211/stat : 19211 (pb_picat) R 19208 19211 15215 0 -1 4194304 600978 0 0 0 160957 185 0 0 20 0 1 0 31071776 2122297344 13573 18446744073709551615 94564936933376 94564938334957 140726320592112 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564938606384 94564940480688 94564961292288 140726320597406 140726320597482 140726320597482 140726320603084 0
/proc/19211/statm: 518139 13573 1696 343 0 515203 0
Current children cumulated CPU time: 1611.42 s
Current children cumulated vsize: 2072556 KiB
Current children cumulated memory: 54292 KiB

[startup+1617.6 s]
/proc/loadavg: 4.16 4.12 4.09 5/265 19886
/proc/meminfo: memFree=128105680/131250000 swapFree=33010684/33010684
[pid=19211] ppid=19208 vsize=2080748 memory=55828 CPUtime=1613.01 cores=4,6
/proc/19211/stat : 19211 (pb_picat) R 19208 19211 15215 0 -1 4194304 601380 0 0 0 161116 185 0 0 20 0 1 0 31071776 2130685952 13957 18446744073709551615 94564936933376 94564938334957 140726320592112 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564938606384 94564940480688 94564961292288 140726320597406 140726320597482 140726320597482 140726320603084 0
/proc/19211/statm: 520187 13957 1696 343 0 517251 0
Current children cumulated CPU time: 1613.01 s
Current children cumulated vsize: 2080748 KiB
Current children cumulated memory: 55828 KiB

[startup+1618.4 s]
/proc/loadavg: 4.16 4.12 4.09 5/265 19886
/proc/meminfo: memFree=128110808/131250000 swapFree=33010684/33010684
[pid=19211] ppid=19208 vsize=2080748 memory=58132 CPUtime=1613.81 cores=4,6
/proc/19211/stat : 19211 (pb_picat) R 19208 19211 15215 0 -1 4194304 601425 0 0 0 161196 185 0 0 20 0 1 0 31071776 2130685952 14533 18446744073709551615 94564936933376 94564938334957 140726320592112 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564938606384 94564940480688 94564961292288 140726320597406 140726320597482 140726320597482 140726320603084 0
/proc/19211/statm: 520187 14533 1696 343 0 517251 0
Current children cumulated CPU time: 1613.81 s
Current children cumulated vsize: 2080748 KiB
Current children cumulated memory: 58132 KiB

[startup+1619.2 s]
/proc/loadavg: 4.16 4.12 4.09 5/265 19886
/proc/meminfo: memFree=128115216/131250000 swapFree=33010684/33010684
[pid=19211] ppid=19208 vsize=2080748 memory=58132 CPUtime=1614.6 cores=4,6
/proc/19211/stat : 19211 (pb_picat) R 19208 19211 15215 0 -1 4194304 601425 0 0 0 161275 185 0 0 20 0 1 0 31071776 2130685952 14533 18446744073709551615 94564936933376 94564938334957 140726320592112 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564938606384 94564940480688 94564961292288 140726320597406 140726320597482 140726320597482 140726320603084 0
/proc/19211/statm: 520187 14533 1696 343 0 517251 0
Current children cumulated CPU time: 1614.6 s
Current children cumulated vsize: 2080748 KiB
Current children cumulated memory: 58132 KiB

[startup+1619.6 s]
/proc/loadavg: 4.16 4.12 4.09 5/265 19886
/proc/meminfo: memFree=128115216/131250000 swapFree=33010684/33010684
[pid=19211] ppid=19208 vsize=2080748 memory=58132 CPUtime=1615 cores=4,6
/proc/19211/stat : 19211 (pb_picat) R 19208 19211 15215 0 -1 4194304 601425 0 0 0 161315 185 0 0 20 0 1 0 31071776 2130685952 14533 18446744073709551615 94564936933376 94564938334957 140726320592112 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564938606384 94564940480688 94564961292288 140726320597406 140726320597482 140726320597482 140726320603084 0
/proc/19211/statm: 520187 14533 1696 343 0 517251 0
Current children cumulated CPU time: 1615 s
Current children cumulated vsize: 2080748 KiB
Current children cumulated memory: 58132 KiB

[startup+1619.7 s]
/proc/loadavg: 4.16 4.12 4.09 5/265 19886
/proc/meminfo: memFree=128115216/131250000 swapFree=33010684/33010684
[pid=19211] ppid=19208 vsize=2080748 memory=58132 CPUtime=1615.1 cores=4,6
/proc/19211/stat : 19211 (pb_picat) R 19208 19211 15215 0 -1 4194304 601425 0 0 0 161325 185 0 0 20 0 1 0 31071776 2130685952 14533 18446744073709551615 94564936933376 94564938334957 140726320592112 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564938606384 94564940480688 94564961292288 140726320597406 140726320597482 140726320597482 140726320603084 0
/proc/19211/statm: 520187 14533 1696 343 0 517251 0
Current children cumulated CPU time: 1615.1 s
Current children cumulated vsize: 2080748 KiB
Current children cumulated memory: 58132 KiB

Child status: 0

Real time (s): 1619.73
CPU time (s): 1615.15
CPU user time (s): 1613.29
CPU system time (s): 1.86198
CPU usage (%): 99.7171
Max. virtual memory (cumulated for all children) (KiB): 2097132
Max. memory (cumulated for all children) (KiB): 62228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1613.29
system time used= 1.86198
maximum resident set size= 62228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 601434
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= 2238


# summary of solver processes directly reported to runsolver:
#   pid: 19211
#   total CPU time (s): 1615.15
#   total CPU user time (s): 1613.29
#   total CPU system time (s): 1.86198

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.72014 second user time and 6.50773 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-06-29 01:38:35
IDJOB=4495709
IDBENCH=148096
IDSOLVER=3346
FILE ID=nodeC013/4495709-1751153915
RUNJOBID= nodeC013-1751146126-15229
SLURM_JOB_ID= 9587455
Free space on /tmp= 433044 MiB

SOLVER NAME= Picat 2025-06-16
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-cuww3.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4495709-1751153915/watcher-4495709-1751153915 -o /tmp/evaluation-result-4495709-1751153915/solver-4495709-1751153915 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751146126-15229 --watchdog 3760  pb_picat HOME/instance-4495709-1751153915.opb

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

MD5SUM BENCH= bbc1115e586f74a0f8929a975bad121a
RANDOM SEED=376820508

nodeC013 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.825
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.67
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.839
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.67
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		: 3663.783
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.67
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		: 3677.475
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.67
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		: 3599.800
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.67
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.844
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.67
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		: 3700.307
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.67
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        128772316 kB
MemAvailable:   128366552 kB
Buffers:            3280 kB
Cached:           347576 kB
SwapCached:            0 kB
Active:          1730864 kB
Inactive:         153880 kB
Active(anon):    1547176 kB
Inactive(anon):        0 kB
Active(file):     183688 kB
Inactive(file):   153880 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7436 kB
Writeback:             0 kB
AnonPages:       1535012 kB
Mapped:           108260 kB
Shmem:             13284 kB
KReclaimable:      85860 kB
Slab:             168276 kB
SReclaimable:      85860 kB
SUnreclaim:        82416 kB
KernelStack:        4336 kB
PageTables:         6108 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    8204004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1107968 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:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433040 MiB
End job on nodeC013 at 2025-06-29 02:05:35