Trace number 4528167

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
pb_picat 2025-07-11? (TO) 3600.1 3610.8

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/
d-equals-n_k/normalized-compression64_11.opb
MD5SUMecb94e70b440a48855e99e990bb4ec90
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1198.19
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5700
Total number of constraints27830
Number of constraints which are clauses27825
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint75
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 11
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 86
Number of bits of the biggest sum of numbers7
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-4528167-1752246080.opb (Picat 3.9b11, 7/10/2025)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4528167-1752246080/watcher-4528167-1752246080 -o /tmp/evaluation-result-4528167-1752246080/solver-4528167-1752246080 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1752242469-116115 --watchdog 3760 pb_picat HOME/instance-4528167-1752246080.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=116502, runsolver pid=116499

[startup+0.100061 s]*
/proc/loadavg: 4.08 4.12 4.11 4/259 116503
/proc/meminfo: memFree=129478216/131249996 swapFree=33000896/33010684
[pid=116502] ppid=116499 vsize=2027148 memory=38200 CPUtime=0.09 cores=1,3
/proc/116502/stat : 116502 (pb_picat) R 116499 116502 116103 0 -1 4194304 998 0 0 0 8 1 0 0 20 0 1 0 140285917 2075799552 9550 18446744073709551615 94201895772160 94201897173741 140735382687568 0 0 0 0 0 8389634 0 0 0 17 3 0 0 0 0 0 94201897445168 94201899319408 94201911988224 140735382694300 140735382694376 140735382694376 140735382699980 0
/proc/116502/statm: 506787 9550 1568 343 0 503851 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 38200 KiB

[startup+0.205427 s]*
/proc/loadavg: 4.08 4.12 4.11 4/261 116509
/proc/meminfo: memFree=129454836/131249996 swapFree=33000896/33010684
[pid=116502] ppid=116499 vsize=2027148 memory=60728 CPUtime=0.18 cores=1,3
/proc/116502/stat : 116502 (pb_picat) R 116499 116502 116103 0 -1 4194304 1009 0 0 0 17 1 0 0 20 0 1 0 140285917 2075799552 15182 18446744073709551615 94201895772160 94201897173741 140735382687568 0 0 0 0 0 8389634 0 0 0 17 3 0 0 0 0 0 94201897445168 94201899319408 94201911988224 140735382694300 140735382694376 140735382694376 140735382699980 0
/proc/116502/statm: 506787 15182 1568 343 0 503851 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 60728 KiB

[startup+0.305293 s]*
/proc/loadavg: 4.08 4.12 4.11 4/261 116515
/proc/meminfo: memFree=129437792/131249996 swapFree=33000896/33010684
[pid=116502] ppid=116499 vsize=2027148 memory=79160 CPUtime=0.28 cores=1,3
/proc/116502/stat : 116502 (pb_picat) R 116499 116502 116103 0 -1 4194304 1018 0 0 0 27 1 0 0 20 0 1 0 140285917 2075799552 19790 18446744073709551615 94201895772160 94201897173741 140735382687568 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94201897445168 94201899319408 94201911988224 140735382694300 140735382694376 140735382694376 140735382699980 0
/proc/116502/statm: 506787 19790 1568 343 0 503851 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 79160 KiB

[startup+0.70019 s]
/proc/loadavg: 4.08 4.12 4.11 5/261 116535
/proc/meminfo: memFree=129416688/131249996 swapFree=33000896/33010684
[pid=116502] ppid=116499 vsize=2027148 memory=159032 CPUtime=0.67 cores=1,3
/proc/116502/stat : 116502 (pb_picat) R 116499 116502 116103 0 -1 4194304 1057 0 0 0 64 3 0 0 20 0 1 0 140285917 2075799552 39758 18446744073709551615 94201895772160 94201897173741 140735382687568 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94201897445168 94201899319408 94201911988224 140735382694300 140735382694376 140735382694376 140735382699980 0
/proc/116502/statm: 506787 39758 1568 343 0 503851 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 159032 KiB

[startup+1.50011 s]
/proc/loadavg: 4.08 4.12 4.11 5/263 116540
/proc/meminfo: memFree=129312528/131249996 swapFree=33000896/33010684
[pid=116502] ppid=116499 vsize=2034700 memory=192964 CPUtime=1.47 cores=1,3
/proc/116502/stat : 116502 (pb_picat) R 116499 116502 116103 0 -1 4194304 8406 0 0 0 142 5 0 0 20 0 1 0 140285917 2083532800 48241 18446744073709551615 94201895772160 94201897173741 140735382687568 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94201897445168 94201899319408 94201911988224 140735382694300 140735382694376 140735382694376 140735382699980 0
/proc/116502/statm: 508675 48241 1696 343 0 505739 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 2034700 KiB
Current children cumulated memory: 192964 KiB

[startup+3.1051 s]
/proc/loadavg: 4.15 4.13 4.12 5/263 116540
/proc/meminfo: memFree=129301916/131249996 swapFree=33000896/33010684
[pid=116502] ppid=116499 vsize=2033788 memory=192312 CPUtime=3.07 cores=1,3
/proc/116502/stat : 116502 (pb_picat) R 116499 116502 116103 0 -1 4194304 15443 0 0 0 301 6 0 0 20 0 1 0 140285917 2082598912 48078 18446744073709551615 94201895772160 94201897173741 140735382687568 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94201897445168 94201899319408 94201911988224 140735382694300 140735382694376 140735382694376 140735382699980 0
/proc/116502/statm: 508447 48078 1696 343 0 505511 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 2033788 KiB
Current children cumulated memory: 192312 KiB

[startup+6.30012 s]
/proc/loadavg: 4.15 4.13 4.12 5/263 116540
/proc/meminfo: memFree=129302712/131249996 swapFree=33000896/33010684
[pid=116502] ppid=116499 vsize=2039640 memory=197788 CPUtime=6.25 cores=1,3
/proc/116502/stat : 116502 (pb_picat) R 116499 116502 116103 0 -1 4194304 43218 0 0 0 615 10 0 0 20 0 1 0 140285917 2088591360 49447 18446744073709551615 94201895772160 94201897173741 140735382687568 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94201897445168 94201899319408 94201911988224 140735382694300 140735382694376 140735382694376 140735382699980 0
/proc/116502/statm: 509910 49447 1696 343 0 506974 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 2039640 KiB
Current children cumulated memory: 197788 KiB

[startup+12.7001 s]
/proc/loadavg: 4.13 4.13 4.12 5/263 116540
/proc/meminfo: memFree=129293552/131249996 swapFree=33000896/33010684
[pid=116502] ppid=116499 vsize=2038616 memory=195916 CPUtime=12.63 cores=1,3
/proc/116502/stat : 116502 (pb_picat) R 116499 116502 116103 0 -1 4194304 95762 0 0 0 1244 19 0 0 20 0 1 0 140285917 2087542784 48979 18446744073709551615 94201895772160 94201897173741 140735382687568 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94201897445168 94201899319408 94201911988224 140735382694300 140735382694376 140735382694376 140735382699980 0
/proc/116502/statm: 509654 48979 1696 343 0 506718 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 2038616 KiB
Current children cumulated memory: 195916 KiB

[startup+25.5002 s]
/proc/loadavg: 4.11 4.12 4.11 5/263 116601
/proc/meminfo: memFree=129459592/131249996 swapFree=33000896/33010684
[pid=116502] ppid=116499 vsize=2048088 memory=201716 CPUtime=25.4 cores=1,3
/proc/116502/stat : 116502 (pb_picat) R 116499 116502 116103 0 -1 4194304 201317 0 0 0 2503 37 0 0 20 0 1 0 140285917 2097242112 50429 18446744073709551615 94201895772160 94201897173741 140735382687568 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94201897445168 94201899319408 94201911988224 140735382694300 140735382694376 140735382694376 140735382699980 0
/proc/116502/statm: 512022 50429 1696 343 0 509086 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 2048088 KiB
Current children cumulated memory: 201716 KiB

[startup+51.1053 s]
/proc/loadavg: 4.14 4.13 4.11 5/264 116812
/proc/meminfo: memFree=129457776/131249996 swapFree=33000896/33010684
[pid=116502] ppid=116499 vsize=2050136 memory=206044 CPUtime=50.93 cores=1,3
/proc/116502/stat : 116502 (pb_picat) R 116499 116502 116103 0 -1 4194304 422664 0 0 0 5015 78 0 0 20 0 1 0 140285917 2099339264 51511 18446744073709551615 94201895772160 94201897173741 140735382687568 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94201897445168 94201899319408 94201911988224 140735382694300 140735382694376 140735382694376 140735382699980 0
/proc/116502/statm: 512534 51511 1696 343 0 509598 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 2050136 KiB
Current children cumulated memory: 206044 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.12 4.11 5/264 116814
/proc/meminfo: memFree=129452432/131249996 swapFree=33000896/33010684
[pid=116502] ppid=116499 vsize=2050600 memory=206632 CPUtime=101.98 cores=1,3
/proc/116502/stat : 116502 (pb_picat) R 116499 116502 116103 0 -1 4194304 845116 0 0 0 10039 159 0 0 20 0 1 0 140285917 2099814400 51658 18446744073709551615 94201895772160 94201897173741 140735382687568 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94201897445168 94201899319408 94201911988224 140735382694300 140735382694376 140735382694376 140735382699980 0
/proc/116502/statm: 512650 51658 1696 343 0 509714 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 2050600 KiB
Current children cumulated memory: 206632 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.11 4.10 5/264 116824
/proc/meminfo: memFree=129446540/131249996 swapFree=33000896/33010684
[pid=116502] ppid=116499 vsize=2066984 memory=213208 CPUtime=161.81 cores=1,3
/proc/116502/stat : 116502 (pb_picat) R 116499 116502 116103 0 -1 4194304 1282641 0 0 0 15933 248 0 0 20 0 1 0 140285917 2116591616 53302 18446744073709551615 94201895772160 94201897173741 140735382687568 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94201897445168 94201899319408 94201911988224 140735382694300 140735382694376 140735382694376 140735382699980 0
/proc/116502/statm: 516746 53302 1696 343 0 513810 0
Current children cumulated CPU time: 161.81 s
Current children cumulated vsize: 2066984 KiB
Current children cumulated memory: 213208 KiB

[startup+222.3 s]
/proc/loadavg: 4.14 4.12 4.10 5/264 116826
/proc/meminfo: memFree=129441252/131249996 swapFree=33000896/33010684
[pid=116502] ppid=116499 vsize=2054696 memory=211384 CPUtime=221.64 cores=1,3
/proc/116502/stat : 116502 (pb_picat) R 116499 116502 116103 0 -1 4194304 1679386 0 0 0 21835 329 0 0 20 0 1 0 140285917 2104008704 52846 18446744073709551615 94201895772160 94201897173741 140735382687568 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94201897445168 94201899319408 94201911988224 140735382694300 140735382694376 140735382694376 140735382699980 0
/proc/116502/statm: 513674 52846 1696 343 0 510738 0
Current children cumulated CPU time: 221.64 s
Current children cumulated vsize: 2054696 KiB
Current children cumulated memory: 211384 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 4.11 4.10 5/264 116828
/proc/meminfo: memFree=129435940/131249996 swapFree=33000896/33010684
[pid=116502] ppid=116499 vsize=2048804 memory=202072 CPUtime=281.46 cores=1,3
/proc/116502/stat : 116502 (pb_picat) R 116499 116502 116103 0 -1 4194304 2127902 0 0 0 27730 416 0 0 20 0 1 0 140285917 2097975296 50518 18446744073709551615 94201895772160 94201897173741 140735382687568 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94201897445168 94201899319408 94201911988224 140735382694300 140735382694376 140735382694376 140735382699980 0
/proc/116502/statm: 512201 50518 1696 343 0 509265 0
Current children cumulated CPU time: 281.46 s
Current children cumulated vsize: 2048804 KiB
Current children cumulated memory: 202072 KiB

[startup+342.3 s]
/proc/loadavg: 4.15 4.12 4.10 5/264 116831
/proc/meminfo: memFree=129435196/131249996 swapFree=33000896/33010684
[pid=116502] ppid=116499 vsize=2067692 memory=212280 CPUtime=341.29 cores=1,3
/proc/116502/stat : 116502 (pb_picat) R 116499 116502 116103 0 -1 4194304 2639826 0 0 0 33608 521 0 0 20 0 1 0 140285917 2117316608 53070 18446744073709551615 94201895772160 94201897173741 140735382687568 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94201897445168 94201899319408 94201911988224 140735382694300 140735382694376 140735382694376 140735382699980 0
/proc/116502/statm: 516923 53070 1696 343 0 513987 0
Current children cumulated CPU time: 341.29 s
Current children cumulated vsize: 2067692 KiB
Current children cumulated memory: 212280 KiB

[startup+402.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/264 116877
/proc/meminfo: memFree=128739364/131249996 swapFree=33000896/33010684
[pid=116502] ppid=116499 vsize=2049260 memory=206780 CPUtime=401.11 cores=1,3
/proc/116502/stat : 116502 (pb_picat) R 116499 116502 116103 0 -1 4194304 3123706 0 0 0 39480 631 0 0 20 0 1 0 140285917 2098442240 51695 18446744073709551615 94201895772160 94201897173741 140735382687568 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94201897445168 94201899319408 94201911988224 140735382694300 140735382694376 140735382694376 140735382699980 0
/proc/116502/statm: 512315 51695 1696 343 0 509379 0
Current children cumulated CPU time: 401.11 s
Current children cumulated vsize: 2049260 KiB
Current children cumulated memory: 206780 KiB

[startup+462.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/264 116879
/proc/meminfo: memFree=128743088/131249996 swapFree=33000896/33010684
[pid=116502] ppid=116499 vsize=2051916 memory=209024 CPUtime=460.94 cores=1,3
/proc/116502/stat : 116502 (pb_picat) R 116499 116502 116103 0 -1 4194304 3351288 0 0 0 45403 691 0 0 20 0 1 0 140285917 2101161984 52256 18446744073709551615 94201895772160 94201897173741 140735382687568 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94201897445168 94201899319408 94201911988224 140735382694300 140735382694376 140735382694376 140735382699980 0
/proc/116502/statm: 512979 52256 1696 343 0 510043 0
Current children cumulated CPU time: 460.94 s

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

Current children cumulated memory: 248712 KiB

[startup+2862.3 s]
/proc/loadavg: 4.05 4.08 4.09 5/264 117311
/proc/meminfo: memFree=129262236/131249996 swapFree=33000896/33010684
[pid=116502] ppid=116499 vsize=2108452 memory=256520 CPUtime=2853.8 cores=1,3
/proc/116502/stat : 116502 (pb_picat) R 116499 116502 116103 0 -1 4194304 12903739 0 0 0 282000 3380 0 0 20 0 1 0 140285917 2159054848 64130 18446744073709551615 94201895772160 94201897173741 140735382687568 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94201897445168 94201899319408 94201911988224 140735382694300 140735382694376 140735382694376 140735382699980 0
/proc/116502/statm: 527113 64130 1696 343 0 524177 0
Current children cumulated CPU time: 2853.8 s
Current children cumulated vsize: 2108452 KiB
Current children cumulated memory: 256520 KiB

[startup+2922.3 s]
/proc/loadavg: 4.21 4.11 4.10 5/263 117313
/proc/meminfo: memFree=129284512/131249996 swapFree=33000896/33010684
[pid=116502] ppid=116499 vsize=2059300 memory=221780 CPUtime=2913.62 cores=1,3
/proc/116502/stat : 116502 (pb_picat) R 116499 116502 116103 0 -1 4194304 13224556 0 0 0 287892 3470 0 0 20 0 1 0 140285917 2108723200 55445 18446744073709551615 94201895772160 94201897173741 140735382687568 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94201897445168 94201899319408 94201911988224 140735382694300 140735382694376 140735382694376 140735382699980 0
/proc/116502/statm: 514825 55445 1696 343 0 511889 0
Current children cumulated CPU time: 2913.62 s
Current children cumulated vsize: 2059300 KiB
Current children cumulated memory: 221780 KiB

[startup+2982.3 s]
/proc/loadavg: 4.32 4.18 4.12 5/264 117316
/proc/meminfo: memFree=129263884/131249996 swapFree=33000896/33010684
[pid=116502] ppid=116499 vsize=2059300 memory=221780 CPUtime=2973.45 cores=1,3
/proc/116502/stat : 116502 (pb_picat) R 116499 116502 116103 0 -1 4194304 13517734 0 0 0 293792 3553 0 0 20 0 1 0 140285917 2108723200 55445 18446744073709551615 94201895772160 94201897173741 140735382687568 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94201897445168 94201899319408 94201911988224 140735382694300 140735382694376 140735382694376 140735382699980 0
/proc/116502/statm: 514825 55445 1696 343 0 511889 0
Current children cumulated CPU time: 2973.45 s
Current children cumulated vsize: 2059300 KiB
Current children cumulated memory: 221780 KiB

[startup+3042.3 s]
/proc/loadavg: 4.25 4.18 4.12 5/264 117319
/proc/meminfo: memFree=129253652/131249996 swapFree=33000896/33010684
[pid=116502] ppid=116499 vsize=2108452 memory=264648 CPUtime=3033.27 cores=1,3
/proc/116502/stat : 116502 (pb_picat) R 116499 116502 116103 0 -1 4194304 13706982 0 0 0 299719 3608 0 0 20 0 1 0 140285917 2159054848 66162 18446744073709551615 94201895772160 94201897173741 140735382687568 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94201897445168 94201899319408 94201911988224 140735382694300 140735382694376 140735382694376 140735382699980 0
/proc/116502/statm: 527113 66162 1696 343 0 524177 0
Current children cumulated CPU time: 3033.27 s
Current children cumulated vsize: 2108452 KiB
Current children cumulated memory: 264648 KiB

[startup+3102.3 s]
/proc/loadavg: 4.16 4.16 4.11 5/264 117321
/proc/meminfo: memFree=129256660/131249996 swapFree=33000896/33010684
[pid=116502] ppid=116499 vsize=2116644 memory=263048 CPUtime=3093.09 cores=1,3
/proc/116502/stat : 116502 (pb_picat) R 116499 116502 116103 0 -1 4194304 13832191 0 0 0 305662 3647 0 0 20 0 1 0 140285917 2167443456 65762 18446744073709551615 94201895772160 94201897173741 140735382687568 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94201897445168 94201899319408 94201911988224 140735382694300 140735382694376 140735382694376 140735382699980 0
/proc/116502/statm: 529161 65762 1696 343 0 526225 0
Current children cumulated CPU time: 3093.09 s
Current children cumulated vsize: 2116644 KiB
Current children cumulated memory: 263048 KiB

[startup+3162.3 s]
/proc/loadavg: 4.12 4.14 4.11 5/265 117324
/proc/meminfo: memFree=129276940/131249996 swapFree=33000896/33010684
[pid=116502] ppid=116499 vsize=2075684 memory=226184 CPUtime=3152.92 cores=1,3
/proc/116502/stat : 116502 (pb_picat) R 116499 116502 116103 0 -1 4194304 13966711 0 0 0 311602 3690 0 0 20 0 1 0 140285917 2125500416 56546 18446744073709551615 94201895772160 94201897173741 140735382687568 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94201897445168 94201899319408 94201911988224 140735382694300 140735382694376 140735382694376 140735382699980 0
/proc/116502/statm: 518921 56546 1696 343 0 515985 0
Current children cumulated CPU time: 3152.92 s
Current children cumulated vsize: 2075684 KiB
Current children cumulated memory: 226184 KiB

[startup+3222.3 s]
/proc/loadavg: 4.09 4.13 4.10 5/266 117333
/proc/meminfo: memFree=129248288/131249996 swapFree=33000896/33010684
[pid=116502] ppid=116499 vsize=2108452 memory=263560 CPUtime=3212.74 cores=1,3
/proc/116502/stat : 116502 (pb_picat) R 116499 116502 116103 0 -1 4194304 14117731 0 0 0 317542 3732 0 0 20 0 1 0 140285917 2159054848 65890 18446744073709551615 94201895772160 94201897173741 140735382687568 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94201897445168 94201899319408 94201911988224 140735382694300 140735382694376 140735382694376 140735382699980 0
/proc/116502/statm: 527113 65890 1696 343 0 524177 0
Current children cumulated CPU time: 3212.74 s
Current children cumulated vsize: 2108452 KiB
Current children cumulated memory: 263560 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.14 4.10 5/266 117335
/proc/meminfo: memFree=129266864/131249996 swapFree=33000896/33010684
[pid=116502] ppid=116499 vsize=2108452 memory=244616 CPUtime=3272.56 cores=1,3
/proc/116502/stat : 116502 (pb_picat) R 116499 116502 116103 0 -1 4194304 14403255 0 0 0 323440 3816 0 0 20 0 1 0 140285917 2159054848 61154 18446744073709551615 94201895772160 94201897173741 140735382687568 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94201897445168 94201899319408 94201911988224 140735382694300 140735382694376 140735382694376 140735382699980 0
/proc/116502/statm: 527113 61154 1696 343 0 524177 0
Current children cumulated CPU time: 3272.56 s
Current children cumulated vsize: 2108452 KiB
Current children cumulated memory: 244616 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.12 4.10 5/265 117337
/proc/meminfo: memFree=129273776/131249996 swapFree=33000896/33010684
[pid=116502] ppid=116499 vsize=2075684 memory=230408 CPUtime=3332.39 cores=1,3
/proc/116502/stat : 116502 (pb_picat) R 116499 116502 116103 0 -1 4194304 14656866 0 0 0 329341 3898 0 0 20 0 1 0 140285917 2125500416 57602 18446744073709551615 94201895772160 94201897173741 140735382687568 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94201897445168 94201899319408 94201911988224 140735382694300 140735382694376 140735382694376 140735382699980 0
/proc/116502/statm: 518921 57602 1696 343 0 515985 0
Current children cumulated CPU time: 3332.39 s
Current children cumulated vsize: 2075684 KiB
Current children cumulated memory: 230408 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.13 4.10 5/264 117339
/proc/meminfo: memFree=129262156/131249996 swapFree=33000896/33010684
[pid=116502] ppid=116499 vsize=2108452 memory=251656 CPUtime=3392.2 cores=1,3
/proc/116502/stat : 116502 (pb_picat) R 116499 116502 116103 0 -1 4194304 14918209 0 0 0 335246 3974 0 0 20 0 1 0 140285917 2159054848 62914 18446744073709551615 94201895772160 94201897173741 140735382687568 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94201897445168 94201899319408 94201911988224 140735382694300 140735382694376 140735382694376 140735382699980 0
/proc/116502/statm: 527113 62914 1696 343 0 524177 0
Current children cumulated CPU time: 3392.2 s
Current children cumulated vsize: 2108452 KiB
Current children cumulated memory: 251656 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/265 117341
/proc/meminfo: memFree=129256936/131249996 swapFree=33000896/33010684
[pid=116502] ppid=116499 vsize=2108452 memory=253960 CPUtime=3452.03 cores=1,3
/proc/116502/stat : 116502 (pb_picat) R 116499 116502 116103 0 -1 4194304 15181652 0 0 0 341153 4050 0 0 20 0 1 0 140285917 2159054848 63490 18446744073709551615 94201895772160 94201897173741 140735382687568 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94201897445168 94201899319408 94201911988224 140735382694300 140735382694376 140735382694376 140735382699980 0
/proc/116502/statm: 527113 63490 1696 343 0 524177 0
Current children cumulated CPU time: 3452.03 s
Current children cumulated vsize: 2108452 KiB
Current children cumulated memory: 253960 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/263 117343
/proc/meminfo: memFree=129258428/131249996 swapFree=33000896/33010684
[pid=116502] ppid=116499 vsize=2108452 memory=258188 CPUtime=3511.85 cores=1,3
/proc/116502/stat : 116502 (pb_picat) R 116499 116502 116103 0 -1 4194304 15295792 0 0 0 347097 4088 0 0 20 0 1 0 140285917 2159054848 64547 18446744073709551615 94201895772160 94201897173741 140735382687568 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94201897445168 94201899319408 94201911988224 140735382694300 140735382694376 140735382694376 140735382699980 0
/proc/116502/statm: 527113 64547 1696 343 0 524177 0
Current children cumulated CPU time: 3511.85 s
Current children cumulated vsize: 2108452 KiB
Current children cumulated memory: 258188 KiB

[startup+3582.3 s]
/proc/loadavg: 4.17 4.13 4.10 5/263 117356
/proc/meminfo: memFree=129263428/131249996 swapFree=33000896/33010684
[pid=116502] ppid=116499 vsize=2055204 memory=218280 CPUtime=3571.68 cores=1,3
/proc/116502/stat : 116502 (pb_picat) R 116499 116502 116103 0 -1 4194304 15390243 0 0 0 353047 4121 0 0 20 0 1 0 140285917 2104528896 54570 18446744073709551615 94201895772160 94201897173741 140735382687568 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94201897445168 94201899319408 94201911988224 140735382694300 140735382694376 140735382694376 140735382699980 0
/proc/116502/statm: 513801 54570 1696 343 0 510865 0
Current children cumulated CPU time: 3571.68 s
Current children cumulated vsize: 2055204 KiB
Current children cumulated memory: 218280 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.8 s]
/proc/loadavg: 4.10 4.12 4.09 5/263 117358
/proc/meminfo: memFree=129237300/131249996 swapFree=33000896/33010684
[pid=116502] ppid=116499 vsize=2116644 memory=264968 CPUtime=3600.09 cores=1,3
/proc/116502/stat : 116502 (pb_picat) R 116499 116502 116103 0 -1 4194304 15440228 0 0 0 355872 4137 0 0 20 0 1 0 140285917 2167443456 66242 18446744073709551615 94201895772160 94201897173741 140735382687568 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94201897445168 94201899319408 94201911988224 140735382694300 140735382694376 140735382694376 140735382699980 0
/proc/116502/statm: 529161 66242 1696 343 0 526225 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 2116644 KiB
Current children cumulated memory: 264968 KiB

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

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

# cumulated CPU time of all completed processes:  user=3558.73 s, system=41.3739 s

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

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3610.8
CPU time (s): 3600.1
CPU user time (s): 3558.73
CPU system time (s): 41.3739
CPU usage (%): 99.7037
Max. virtual memory (cumulated for all children) (KiB): 2182180
Max. memory (cumulated for all children) (KiB): 283528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3558.73
system time used= 41.3739
maximum resident set size= 283528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15440228
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= 6174


# summary of solver processes directly reported to runsolver:
#   pid: 116502
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3558.73
#   total CPU system time (s): 41.3739

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.84297 second user time and 16.2597 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-07-11 17:01:21
IDJOB=4528167
IDBENCH=162644
IDSOLVER=3385
FILE ID=nodeC023/4528167-1752246080
RUNJOBID= nodeC023-1752242469-116115
SLURM_JOB_ID= 9682553
Free space on /tmp= 431840 MiB

SOLVER NAME= pb_picat 2025-07-11
BENCH NAME= PB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/d-equals-n_k/normalized-compression64_11.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4528167-1752246080/watcher-4528167-1752246080 -o /tmp/evaluation-result-4528167-1752246080/solver-4528167-1752246080 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1752242469-116115 --watchdog 3760  pb_picat HOME/instance-4528167-1752246080.opb

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

MD5SUM BENCH= ecb94e70b440a48855e99e990bb4ec90
RANDOM SEED=883250329

nodeC023 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.882
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.78
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		: 3600.011
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.78
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		: 3600.171
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.78
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		: 3599.891
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.78
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.895
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.78
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		: 3600.156
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.78
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		: 3597.375
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.78
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		: 3599.957
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129509524 kB
MemAvailable:   129496208 kB
Buffers:              16 kB
Cached:           727500 kB
SwapCached:         2860 kB
Active:           431536 kB
Inactive:         564072 kB
Active(anon):     227952 kB
Inactive(anon):    52756 kB
Active(file):     203584 kB
Inactive(file):   511316 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33000896 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             18608 kB
Writeback:             0 kB
AnonPages:        268232 kB
Mapped:           107032 kB
Shmem:             12612 kB
KReclaimable:     222044 kB
Slab:             315060 kB
SReclaimable:     222044 kB
SUnreclaim:        93016 kB
KernelStack:        4272 kB
PageTables:         3676 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    4432424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150488 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    198656 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:      197332 kB
DirectMap2M:     9011200 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431852 MiB
End job on nodeC023 at 2025-07-11 18:01:32