Trace number 4512859

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-16? (TO) 3600.09 3612.5

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size128-round23-6.opb
MD5SUM94dee3519407525a3e2f33fb04ced940
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9504
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)416
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
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.01	c solving HOME/instance-4512859-1751202011.opb (Picat 3.9b6)

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (53975 MiB free)
  memory of node 1: 64465 MiB (63296 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4512859-1751202011/watcher-4512859-1751202011 -o /tmp/evaluation-result-4512859-1751202011/solver-4512859-1751202011 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751192746-24169 --watchdog 3760 pb_picat HOME/instance-4512859-1751202011.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=26148, runsolver pid=26145

[startup+0.100072 s]*
/proc/loadavg: 4.12 4.22 4.20 6/252 26149
/proc/meminfo: memFree=120079308/131382116 swapFree=33010684/33010684
[pid=26148] ppid=26145 vsize=2027148 memory=22116 CPUtime=0.09 cores=0,2
/proc/26148/stat : 26148 (pb_picat) R 26145 26148 24159 0 -1 4194304 1098 0 0 0 9 0 0 0 20 0 1 0 35880532 2075799552 5529 18446744073709551615 94190885699584 94190887101165 140720785789408 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94190887372592 94190889246896 94190920617984 140720785791390 140720785791466 140720785791466 140720785797068 0
/proc/26148/statm: 506787 5529 1536 343 0 503851 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 22116 KiB

[startup+0.213372 s]*
/proc/loadavg: 4.12 4.22 4.20 5/252 26149
/proc/meminfo: memFree=120079308/131382116 swapFree=33010684/33010684
[pid=26148] ppid=26145 vsize=2027148 memory=32516 CPUtime=0.21 cores=0,2
/proc/26148/stat : 26148 (pb_picat) R 26145 26148 24159 0 -1 4194304 1114 0 0 0 20 1 0 0 20 0 1 0 35880532 2075799552 8129 18446744073709551615 94190885699584 94190887101165 140720785789408 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94190887372592 94190889246896 94190920617984 140720785791390 140720785791466 140720785791466 140720785797068 0
/proc/26148/statm: 506787 8129 1568 343 0 503851 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 32516 KiB

[startup+0.313342 s]*
/proc/loadavg: 4.12 4.22 4.20 5/252 26149
/proc/meminfo: memFree=120071116/131382116 swapFree=33010684/33010684
[pid=26148] ppid=26145 vsize=2027148 memory=38744 CPUtime=0.31 cores=0,2
/proc/26148/stat : 26148 (pb_picat) R 26145 26148 24159 0 -1 4194304 1160 0 0 0 30 1 0 0 20 0 1 0 35880532 2075799552 9686 18446744073709551615 94190885699584 94190887101165 140720785789408 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94190887372592 94190889246896 94190920617984 140720785791390 140720785791466 140720785791466 140720785797068 0
/proc/26148/statm: 506787 9686 1568 343 0 503851 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 38744 KiB

[startup+0.700304 s]
/proc/loadavg: 4.12 4.22 4.20 5/252 26149
/proc/meminfo: memFree=120067204/131382116 swapFree=33010684/33010684
[pid=26148] ppid=26145 vsize=2028044 memory=44540 CPUtime=0.68 cores=0,2
/proc/26148/stat : 26148 (pb_picat) R 26145 26148 24159 0 -1 4194304 1479 0 0 0 67 1 0 0 20 0 1 0 35880532 2076717056 11135 18446744073709551615 94190885699584 94190887101165 140720785789408 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94190887372592 94190889246896 94190920617984 140720785791390 140720785791466 140720785791466 140720785797068 0
/proc/26148/statm: 507011 11135 1696 343 0 504075 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2028044 KiB
Current children cumulated memory: 44540 KiB

[startup+1.5003 s]
/proc/loadavg: 4.12 4.22 4.20 6/252 26149
/proc/meminfo: memFree=120063928/131382116 swapFree=33010684/33010684
[pid=26148] ppid=26145 vsize=2034920 memory=50000 CPUtime=1.48 cores=0,2
/proc/26148/stat : 26148 (pb_picat) R 26145 26148 24159 0 -1 4194304 4540 0 0 0 145 3 0 0 20 0 1 0 35880532 2083758080 12500 18446744073709551615 94190885699584 94190887101165 140720785789408 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94190887372592 94190889246896 94190920617984 140720785791390 140720785791466 140720785791466 140720785797068 0
/proc/26148/statm: 508730 12500 1696 343 0 505794 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2034920 KiB
Current children cumulated memory: 50000 KiB

[startup+3.11303 s]
/proc/loadavg: 4.19 4.23 4.20 6/252 26149
/proc/meminfo: memFree=120057156/131382116 swapFree=33010684/33010684
[pid=26148] ppid=26145 vsize=2037408 memory=50872 CPUtime=3.09 cores=0,2
/proc/26148/stat : 26148 (pb_picat) R 26145 26148 24159 0 -1 4194304 7765 0 0 0 305 4 0 0 20 0 1 0 35880532 2086305792 12718 18446744073709551615 94190885699584 94190887101165 140720785789408 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94190887372592 94190889246896 94190920617984 140720785791390 140720785791466 140720785791466 140720785797068 0
/proc/26148/statm: 509352 12718 1696 343 0 506416 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2037408 KiB
Current children cumulated memory: 50872 KiB

[startup+6.30029 s]
/proc/loadavg: 4.19 4.23 4.20 6/252 26149
/proc/meminfo: memFree=119850352/131382116 swapFree=33010684/33010684
[pid=26148] ppid=26145 vsize=2035324 memory=51036 CPUtime=6.26 cores=0,2
/proc/26148/stat : 26148 (pb_picat) R 26145 26148 24159 0 -1 4194304 12277 0 0 0 621 5 0 0 20 0 1 0 35880532 2084171776 12759 18446744073709551615 94190885699584 94190887101165 140720785789408 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94190887372592 94190889246896 94190920617984 140720785791390 140720785791466 140720785791466 140720785797068 0
/proc/26148/statm: 508831 12759 1696 343 0 505895 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 2035324 KiB
Current children cumulated memory: 51036 KiB

[startup+12.7003 s]
/proc/loadavg: 4.16 4.23 4.20 6/252 26149
/proc/meminfo: memFree=119850784/131382116 swapFree=33010684/33010684
[pid=26148] ppid=26145 vsize=2037604 memory=52356 CPUtime=12.65 cores=0,2
/proc/26148/stat : 26148 (pb_picat) R 26145 26148 24159 0 -1 4194304 20509 0 0 0 1258 7 0 0 20 0 1 0 35880532 2086506496 13089 18446744073709551615 94190885699584 94190887101165 140720785789408 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94190887372592 94190889246896 94190920617984 140720785791390 140720785791466 140720785791466 140720785797068 0
/proc/26148/statm: 509401 13089 1696 343 0 506465 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2037604 KiB
Current children cumulated memory: 52356 KiB

[startup+25.5003 s]
/proc/loadavg: 4.13 4.22 4.20 6/252 26149
/proc/meminfo: memFree=119306232/131382116 swapFree=33010684/33010684
[pid=26148] ppid=26145 vsize=2049892 memory=57584 CPUtime=25.41 cores=0,2
/proc/26148/stat : 26148 (pb_picat) R 26145 26148 24159 0 -1 4194304 40172 0 0 0 2528 13 0 0 20 0 1 0 35880532 2099089408 14396 18446744073709551615 94190885699584 94190887101165 140720785789408 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94190887372592 94190889246896 94190920617984 140720785791390 140720785791466 140720785791466 140720785797068 0
/proc/26148/statm: 512473 14396 1696 343 0 509537 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 2049892 KiB
Current children cumulated memory: 57584 KiB

[startup+51.1132 s]
/proc/loadavg: 4.17 4.22 4.20 6/252 26161
/proc/meminfo: memFree=118882084/131382116 swapFree=33010684/33010684
[pid=26148] ppid=26145 vsize=2070860 memory=70128 CPUtime=50.93 cores=0,2
/proc/26148/stat : 26148 (pb_picat) R 26145 26148 24159 0 -1 4194304 71946 0 0 0 5069 24 0 0 20 0 1 0 35880532 2120560640 17532 18446744073709551615 94190885699584 94190887101165 140720785789408 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94190887372592 94190889246896 94190920617984 140720785791390 140720785791466 140720785791466 140720785797068 0
/proc/26148/statm: 517715 17532 1696 343 0 514779 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 2070860 KiB
Current children cumulated memory: 70128 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 4.19 4.19 6/252 26167
/proc/meminfo: memFree=119814024/131382116 swapFree=33010684/33010684
[pid=26148] ppid=26145 vsize=2042820 memory=58096 CPUtime=101.94 cores=0,2
/proc/26148/stat : 26148 (pb_picat) R 26145 26148 24159 0 -1 4194304 120048 0 0 0 10151 43 0 0 20 0 1 0 35880532 2091847680 14524 18446744073709551615 94190885699584 94190887101165 140720785789408 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94190887372592 94190889246896 94190920617984 140720785791390 140720785791466 140720785791466 140720785797068 0
/proc/26148/statm: 510705 14524 1696 343 0 507769 0
Current children cumulated CPU time: 101.94 s
Current children cumulated vsize: 2042820 KiB
Current children cumulated memory: 58096 KiB

[startup+162.3 s]
/proc/loadavg: 4.05 4.16 4.17 6/252 26169
/proc/meminfo: memFree=119972864/131382116 swapFree=33010684/33010684
[pid=26148] ppid=26145 vsize=2055296 memory=67072 CPUtime=161.73 cores=0,2
/proc/26148/stat : 26148 (pb_picat) R 26145 26148 24159 0 -1 4194304 170391 0 0 0 16111 62 0 0 20 0 1 0 35880532 2104623104 16768 18446744073709551615 94190885699584 94190887101165 140720785789408 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94190887372592 94190889246896 94190920617984 140720785791390 140720785791466 140720785791466 140720785797068 0
/proc/26148/statm: 513824 16768 1696 343 0 510888 0
Current children cumulated CPU time: 161.73 s
Current children cumulated vsize: 2055296 KiB
Current children cumulated memory: 67072 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.16 4.17 6/251 26171
/proc/meminfo: memFree=119380212/131382116 swapFree=33010684/33010684
[pid=26148] ppid=26145 vsize=2047272 memory=61296 CPUtime=221.52 cores=0,2
/proc/26148/stat : 26148 (pb_picat) R 26145 26148 24159 0 -1 4194304 218403 0 0 0 22069 83 0 0 20 0 1 0 35880532 2096406528 15324 18446744073709551615 94190885699584 94190887101165 140720785789408 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94190887372592 94190889246896 94190920617984 140720785791390 140720785791466 140720785791466 140720785797068 0
/proc/26148/statm: 511818 15324 1696 343 0 508882 0
Current children cumulated CPU time: 221.52 s
Current children cumulated vsize: 2047272 KiB
Current children cumulated memory: 61296 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 4.14 4.17 6/251 26176
/proc/meminfo: memFree=119372556/131382116 swapFree=33010684/33010684
[pid=26148] ppid=26145 vsize=2047576 memory=62912 CPUtime=281.31 cores=0,2
/proc/26148/stat : 26148 (pb_picat) R 26145 26148 24159 0 -1 4194304 259576 0 0 0 28032 99 0 0 20 0 1 0 35880532 2096717824 15728 18446744073709551615 94190885699584 94190887101165 140720785789408 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94190887372592 94190889246896 94190920617984 140720785791390 140720785791466 140720785791466 140720785797068 0
/proc/26148/statm: 511894 15728 1696 343 0 508958 0
Current children cumulated CPU time: 281.31 s
Current children cumulated vsize: 2047576 KiB
Current children cumulated memory: 62912 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 4.13 4.16 6/250 26178
/proc/meminfo: memFree=119473804/131382116 swapFree=33010684/33010684
[pid=26148] ppid=26145 vsize=2043480 memory=58748 CPUtime=341.09 cores=0,2
/proc/26148/stat : 26148 (pb_picat) R 26145 26148 24159 0 -1 4194304 298938 0 0 0 33993 116 0 0 20 0 1 0 35880532 2092523520 14687 18446744073709551615 94190885699584 94190887101165 140720785789408 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94190887372592 94190889246896 94190920617984 140720785791390 140720785791466 140720785791466 140720785797068 0
/proc/26148/statm: 510870 14687 1696 343 0 507934 0
Current children cumulated CPU time: 341.09 s
Current children cumulated vsize: 2043480 KiB
Current children cumulated memory: 58748 KiB

[startup+402.3 s]
/proc/loadavg: 4.09 4.12 4.16 6/251 26181
/proc/meminfo: memFree=118693836/131382116 swapFree=33010684/33010684
[pid=26148] ppid=26145 vsize=2072152 memory=76392 CPUtime=400.88 cores=0,2
/proc/26148/stat : 26148 (pb_picat) R 26145 26148 24159 0 -1 4194304 333665 0 0 0 39954 134 0 0 20 0 1 0 35880532 2121883648 19098 18446744073709551615 94190885699584 94190887101165 140720785789408 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94190887372592 94190889246896 94190920617984 140720785791390 140720785791466 140720785791466 140720785797068 0
/proc/26148/statm: 518038 19098 1696 343 0 515102 0
Current children cumulated CPU time: 400.88 s
Current children cumulated vsize: 2072152 KiB
Current children cumulated memory: 76392 KiB

[startup+462.3 s]
/proc/loadavg: 4.08 4.11 4.15 6/251 26183
/proc/meminfo: memFree=119923504/131382116 swapFree=33010684/33010684
[pid=26148] ppid=26145 vsize=2056344 memory=68328 CPUtime=460.66 cores=0,2
/proc/26148/stat : 26148 (pb_picat) R 26145 26148 24159 0 -1 4194304 362928 0 0 0 45921 145 0 0 20 0 1 0 35880532 2105696256 17082 18446744073709551615 94190885699584 94190887101165 140720785789408 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94190887372592 94190889246896 94190920617984 140720785791390 140720785791466 140720785791466 140720785797068 0
/proc/26148/statm: 514086 17082 1696 343 0 511150 0
Current children cumulated CPU time: 460.66 s

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

Current children cumulated memory: 102448 KiB

[startup+2922.3 s]
/proc/loadavg: 2.66 3.42 3.82 2/236 26397
/proc/meminfo: memFree=129580892/131382116 swapFree=33010684/33010684
[pid=26148] ppid=26145 vsize=2059892 memory=75084 CPUtime=2911.85 cores=0,2
/proc/26148/stat : 26148 (pb_picat) R 26145 26148 24159 0 -1 4194304 958524 0 0 0 290658 527 0 0 20 0 1 0 35880532 2109329408 18771 18446744073709551615 94190885699584 94190887101165 140720785789408 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94190887372592 94190889246896 94190920617984 140720785791390 140720785791466 140720785791466 140720785797068 0
/proc/26148/statm: 514973 18771 1696 343 0 512037 0
Current children cumulated CPU time: 2911.85 s
Current children cumulated vsize: 2059892 KiB
Current children cumulated memory: 75084 KiB

[startup+2982.3 s]
/proc/loadavg: 1.64 2.99 3.64 2/236 26399
/proc/meminfo: memFree=129650740/131382116 swapFree=33010684/33010684
[pid=26148] ppid=26145 vsize=2059892 memory=80076 CPUtime=2971.67 cores=0,2
/proc/26148/stat : 26148 (pb_picat) R 26145 26148 24159 0 -1 4194304 975101 0 0 0 296628 539 0 0 20 0 1 0 35880532 2109329408 20019 18446744073709551615 94190885699584 94190887101165 140720785789408 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94190887372592 94190889246896 94190920617984 140720785791390 140720785791466 140720785791466 140720785797068 0
/proc/26148/statm: 514973 20019 1696 343 0 512037 0
Current children cumulated CPU time: 2971.67 s
Current children cumulated vsize: 2059892 KiB
Current children cumulated memory: 80076 KiB

[startup+3042.3 s]
/proc/loadavg: 1.32 2.65 3.48 2/234 26401
/proc/meminfo: memFree=129619740/131382116 swapFree=33010684/33010684
[pid=26148] ppid=26145 vsize=2117236 memory=130748 CPUtime=3031.5 cores=0,2
/proc/26148/stat : 26148 (pb_picat) R 26145 26148 24159 0 -1 4194304 988637 0 0 0 302599 551 0 0 20 0 1 0 35880532 2168049664 32687 18446744073709551615 94190885699584 94190887101165 140720785789408 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94190887372592 94190889246896 94190920617984 140720785791390 140720785791466 140720785791466 140720785797068 0
/proc/26148/statm: 529309 32687 1696 343 0 526373 0
Current children cumulated CPU time: 3031.5 s
Current children cumulated vsize: 2117236 KiB
Current children cumulated memory: 130748 KiB

[startup+3102.3 s]
/proc/loadavg: 1.16 2.36 3.33 2/233 26407
/proc/meminfo: memFree=129630560/131382116 swapFree=33010684/33010684
[pid=26148] ppid=26145 vsize=2084468 memory=103676 CPUtime=3091.34 cores=0,2
/proc/26148/stat : 26148 (pb_picat) R 26145 26148 24159 0 -1 4194304 1003100 0 0 0 308573 561 0 0 20 0 1 0 35880532 2134495232 25919 18446744073709551615 94190885699584 94190887101165 140720785789408 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94190887372592 94190889246896 94190920617984 140720785791390 140720785791466 140720785791466 140720785797068 0
/proc/26148/statm: 521117 25919 1696 343 0 518181 0
Current children cumulated CPU time: 3091.34 s
Current children cumulated vsize: 2084468 KiB
Current children cumulated memory: 103676 KiB

[startup+3162.3 s]
/proc/loadavg: 1.16 2.14 3.19 2/232 26409
/proc/meminfo: memFree=129629700/131382116 swapFree=33010684/33010684
[pid=26148] ppid=26145 vsize=2100852 memory=110444 CPUtime=3151.16 cores=0,2
/proc/26148/stat : 26148 (pb_picat) R 26145 26148 24159 0 -1 4194304 1012474 0 0 0 314550 566 0 0 20 0 1 0 35880532 2151272448 27611 18446744073709551615 94190885699584 94190887101165 140720785789408 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94190887372592 94190889246896 94190920617984 140720785791390 140720785791466 140720785791466 140720785797068 0
/proc/26148/statm: 525213 27611 1696 343 0 522277 0
Current children cumulated CPU time: 3151.16 s
Current children cumulated vsize: 2100852 KiB
Current children cumulated memory: 110444 KiB

[startup+3222.3 s]
/proc/loadavg: 1.06 1.93 3.05 2/231 26411
/proc/meminfo: memFree=129635800/131382116 swapFree=33010684/33010684
[pid=26148] ppid=26145 vsize=2100852 memory=108284 CPUtime=3210.99 cores=0,2
/proc/26148/stat : 26148 (pb_picat) R 26145 26148 24159 0 -1 4194304 1019350 0 0 0 320527 572 0 0 20 0 1 0 35880532 2151272448 27071 18446744073709551615 94190885699584 94190887101165 140720785789408 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94190887372592 94190889246896 94190920617984 140720785791390 140720785791466 140720785791466 140720785797068 0
/proc/26148/statm: 525213 27071 1696 343 0 522277 0
Current children cumulated CPU time: 3210.99 s
Current children cumulated vsize: 2100852 KiB
Current children cumulated memory: 108284 KiB

[startup+3282.3 s]
/proc/loadavg: 1.13 1.79 2.93 2/232 26415
/proc/meminfo: memFree=129604936/131382116 swapFree=33010684/33010684
[pid=26148] ppid=26145 vsize=2182772 memory=143740 CPUtime=3270.82 cores=0,2
/proc/26148/stat : 26148 (pb_picat) R 26145 26148 24159 0 -1 4194304 1034096 0 0 0 326499 583 0 0 20 0 1 0 35880532 2235158528 35935 18446744073709551615 94190885699584 94190887101165 140720785789408 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94190887372592 94190889246896 94190920617984 140720785791390 140720785791466 140720785791466 140720785797068 0
/proc/26148/statm: 545693 35935 1696 343 0 542757 0
Current children cumulated CPU time: 3270.82 s
Current children cumulated vsize: 2182772 KiB
Current children cumulated memory: 143740 KiB

[startup+3342.3 s]
/proc/loadavg: 1.10 1.66 2.81 2/232 26417
/proc/meminfo: memFree=129598920/131382116 swapFree=33010684/33010684
[pid=26148] ppid=26145 vsize=2182772 memory=152828 CPUtime=3330.65 cores=0,2
/proc/26148/stat : 26148 (pb_picat) R 26145 26148 24159 0 -1 4194304 1044931 0 0 0 332471 594 0 0 20 0 1 0 35880532 2235158528 38207 18446744073709551615 94190885699584 94190887101165 140720785789408 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94190887372592 94190889246896 94190920617984 140720785791390 140720785791466 140720785791466 140720785797068 0
/proc/26148/statm: 545693 38207 1696 343 0 542757 0
Current children cumulated CPU time: 3330.65 s
Current children cumulated vsize: 2182772 KiB
Current children cumulated memory: 152828 KiB

[startup+3402.3 s]
/proc/loadavg: 1.08 1.55 2.70 2/232 26419
/proc/meminfo: memFree=129647584/131382116 swapFree=33010684/33010684
[pid=26148] ppid=26145 vsize=2059892 memory=80332 CPUtime=3390.49 cores=0,2
/proc/26148/stat : 26148 (pb_picat) R 26145 26148 24159 0 -1 4194304 1059404 0 0 0 338443 606 0 0 20 0 1 0 35880532 2109329408 20083 18446744073709551615 94190885699584 94190887101165 140720785789408 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94190887372592 94190889246896 94190920617984 140720785791390 140720785791466 140720785791466 140720785797068 0
/proc/26148/statm: 514973 20083 1696 343 0 512037 0
Current children cumulated CPU time: 3390.49 s
Current children cumulated vsize: 2059892 KiB
Current children cumulated memory: 80332 KiB

[startup+3462.3 s]
/proc/loadavg: 1.09 1.47 2.60 2/232 26421
/proc/meminfo: memFree=129636232/131382116 swapFree=33010684/33010684
[pid=26148] ppid=26145 vsize=2100852 memory=107836 CPUtime=3450.31 cores=0,2
/proc/26148/stat : 26148 (pb_picat) R 26145 26148 24159 0 -1 4194304 1071643 0 0 0 344418 613 0 0 20 0 1 0 35880532 2151272448 26959 18446744073709551615 94190885699584 94190887101165 140720785789408 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94190887372592 94190889246896 94190920617984 140720785791390 140720785791466 140720785791466 140720785797068 0
/proc/26148/statm: 525213 26959 1696 343 0 522277 0
Current children cumulated CPU time: 3450.31 s
Current children cumulated vsize: 2100852 KiB
Current children cumulated memory: 107836 KiB

[startup+3522.3 s]
/proc/loadavg: 1.08 1.39 2.50 2/232 26423
/proc/meminfo: memFree=129652124/131382116 swapFree=33010684/33010684
[pid=26148] ppid=26145 vsize=2084468 memory=92620 CPUtime=3510.14 cores=0,2
/proc/26148/stat : 26148 (pb_picat) R 26145 26148 24159 0 -1 4194304 1085980 0 0 0 350393 621 0 0 20 0 1 0 35880532 2134495232 23155 18446744073709551615 94190885699584 94190887101165 140720785789408 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94190887372592 94190889246896 94190920617984 140720785791390 140720785791466 140720785791466 140720785797068 0
/proc/26148/statm: 521117 23155 1696 343 0 518181 0
Current children cumulated CPU time: 3510.14 s
Current children cumulated vsize: 2084468 KiB
Current children cumulated memory: 92620 KiB

[startup+3582.3 s]
/proc/loadavg: 1.15 1.35 2.41 2/231 26425
/proc/meminfo: memFree=129636708/131382116 swapFree=33010684/33010684
[pid=26148] ppid=26145 vsize=2100852 memory=111868 CPUtime=3569.96 cores=0,2
/proc/26148/stat : 26148 (pb_picat) R 26145 26148 24159 0 -1 4194304 1094775 0 0 0 356368 628 0 0 20 0 1 0 35880532 2151272448 27967 18446744073709551615 94190885699584 94190887101165 140720785789408 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94190887372592 94190889246896 94190920617984 140720785791390 140720785791466 140720785791466 140720785797068 0
/proc/26148/statm: 525213 27967 1696 343 0 522277 0
Current children cumulated CPU time: 3569.96 s
Current children cumulated vsize: 2100852 KiB
Current children cumulated memory: 111868 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612.5 s]
/proc/loadavg: 1.09 1.32 2.37 2/231 26426
/proc/meminfo: memFree=129649108/131382116 swapFree=33010684/33010684
[pid=26148] ppid=26145 vsize=2084736 memory=89536 CPUtime=3600.07 cores=0,2
/proc/26148/stat : 26148 (pb_picat) R 26145 26148 24159 0 -1 4194304 1100465 0 0 0 359374 633 0 0 20 0 1 0 35880532 2134769664 22384 18446744073709551615 94190885699584 94190887101165 140720785789408 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94190887372592 94190889246896 94190920617984 140720785791390 140720785791466 140720785791466 140720785797068 0
/proc/26148/statm: 521184 22384 1696 343 0 518248 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 2084736 KiB
Current children cumulated memory: 89536 KiB

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

[startup+3612.5 s]
# the end of solver process 26148 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=3593.74 s, system=6.3415 s

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

[startup+3612.5 s]
/proc/loadavg: 1.09 1.32 2.37 2/231 26426
/proc/meminfo: memFree=129649108/131382116 swapFree=33010684/33010684
[pid=26148] ppid=26145 vsize=2084736 memory=89536 CPUtime=3600.07 cores=0,2
/proc/26148/stat : 26148 (pb_picat) R 26145 26148 24159 0 -1 4194304 1100465 0 0 0 359374 633 0 0 20 0 1 0 35880532 2134769664 22384 18446744073709551615 94190885699584 94190887101165 140720785789408 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94190887372592 94190889246896 94190920617984 140720785791390 140720785791466 140720785791466 140720785797068 0
/proc/26148/statm: 521184 22384 1696 343 0 518248 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 2084736 KiB
Current children cumulated memory: 89536 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3612.5
CPU time (s): 3600.09
CPU user time (s): 3593.74
CPU system time (s): 6.3415
CPU usage (%): 99.6563
Max. virtual memory (cumulated for all children) (KiB): 2199424
Max. memory (cumulated for all children) (KiB): 175356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.74
system time used= 6.3415
maximum resident set size= 175356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1100465
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= 76
involuntary context switches= 8261


# summary of solver processes directly reported to runsolver:
#   pid: 26148
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3593.74
#   total CPU system time (s): 6.3415

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.4386 second user time and 34.0372 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-06-29 15:00:11
IDJOB=4512859
IDBENCH=162182
IDSOLVER=3346
FILE ID=nodeC010/4512859-1751202011
RUNJOBID= nodeC010-1751192746-24169
SLURM_JOB_ID= 9587585
Free space on /tmp= 432648 MiB

SOLVER NAME= Picat 2025-06-16
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size128-round23-6.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4512859-1751202011/watcher-4512859-1751202011 -o /tmp/evaluation-result-4512859-1751202011/solver-4512859-1751202011 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751192746-24169 --watchdog 3760  pb_picat HOME/instance-4512859-1751202011.opb

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

MD5SUM BENCH= 94dee3519407525a3e2f33fb04ced940
RANDOM SEED=486703209

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		: 1197.448
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		: 3660.912
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.117
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.190
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		: 3491.759
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		: 3501.397
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.253
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.996
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:        120087084 kB
MemAvailable:   120295496 kB
Buffers:            3280 kB
Cached:          1018612 kB
SwapCached:            0 kB
Active:          9967216 kB
Inactive:         726732 kB
Active(anon):    9690020 kB
Inactive(anon):        0 kB
Active(file):     277196 kB
Inactive(file):   726732 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4048 kB
Writeback:             0 kB
AnonPages:       9675124 kB
Mapped:           114052 kB
Shmem:             17960 kB
KReclaimable:      88220 kB
Slab:             167592 kB
SReclaimable:      88220 kB
SUnreclaim:        79372 kB
KernelStack:        4048 kB
PageTables:        21956 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   17448836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149416 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8073216 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= 432688 MiB
End job on nodeC010 at 2025-06-29 16:00:24