Trace number 4528161

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.02 3610.6

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size144-round23-6.opb
MD5SUM9b7b034b4cb564ce8c6d87bc02f32c31
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 constraints9520
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)432
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-4528161-1752245940.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: 63794 MiB (59011 MiB free)
  memory of node 1: 64507 MiB (46401 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4528161-1752245940/watcher-4528161-1752245940 -o /tmp/evaluation-result-4528161-1752245940/solver-4528161-1752245940 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1752245588-123021 --watchdog 3760 pb_picat HOME/instance-4528161-1752245940.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
Starting watchdog thread
solver pid=123424, runsolver pid=123421
Current StackSize limit: 8192 KiB


[startup+0.100069 s]*
/proc/loadavg: 4.27 4.31 4.24 5/257 123425
/proc/meminfo: memFree=107938948/131382116 swapFree=33010684/33010684
[pid=123424] ppid=123421 vsize=2027148 memory=23908 CPUtime=0.09 cores=4,6
/proc/123424/stat : 123424 (pb_picat) R 123421 123424 123010 0 -1 4194304 973 0 0 0 9 0 0 0 20 0 1 0 140273708 2075799552 5977 18446744073709551615 94590048714752 94590050116333 140731829114256 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94590050387760 94590052262000 94590062526464 140731829119388 140731829119464 140731829119464 140731829125068 0
/proc/123424/statm: 506787 5977 1600 343 0 503851 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 23908 KiB

[startup+0.212785 s]*
/proc/loadavg: 4.27 4.31 4.24 5/257 123425
/proc/meminfo: memFree=107930756/131382116 swapFree=33010684/33010684
[pid=123424] ppid=123421 vsize=2027148 memory=34312 CPUtime=0.21 cores=4,6
/proc/123424/stat : 123424 (pb_picat) R 123421 123424 123010 0 -1 4194304 990 0 0 0 20 1 0 0 20 0 1 0 140273708 2075799552 8578 18446744073709551615 94590048714752 94590050116333 140731829114256 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94590050387760 94590052262000 94590062526464 140731829119388 140731829119464 140731829119464 140731829125068 0
/proc/123424/statm: 506787 8578 1632 343 0 503851 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 34312 KiB

[startup+0.313101 s]*
/proc/loadavg: 4.27 4.31 4.24 5/257 123425
/proc/meminfo: memFree=107922564/131382116 swapFree=33010684/33010684
[pid=123424] ppid=123421 vsize=2027148 memory=40668 CPUtime=0.31 cores=4,6
/proc/123424/stat : 123424 (pb_picat) R 123421 123424 123010 0 -1 4194304 1044 0 0 0 30 1 0 0 20 0 1 0 140273708 2075799552 10167 18446744073709551615 94590048714752 94590050116333 140731829114256 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94590050387760 94590052262000 94590062526464 140731829119388 140731829119464 140731829119464 140731829125068 0
/proc/123424/statm: 506787 10167 1632 343 0 503851 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 40668 KiB

[startup+0.700269 s]
/proc/loadavg: 4.27 4.31 4.24 5/257 123425
/proc/meminfo: memFree=107918468/131382116 swapFree=33010684/33010684
[pid=123424] ppid=123421 vsize=2030128 memory=48124 CPUtime=0.68 cores=4,6
/proc/123424/stat : 123424 (pb_picat) R 123421 123424 123010 0 -1 4194304 1927 0 0 0 66 2 0 0 20 0 1 0 140273708 2078851072 12031 18446744073709551615 94590048714752 94590050116333 140731829114256 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94590050387760 94590052262000 94590062526464 140731829119388 140731829119464 140731829119464 140731829125068 0
/proc/123424/statm: 507532 12031 1760 343 0 504596 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2030128 KiB
Current children cumulated memory: 48124 KiB

[startup+1.50027 s]
/proc/loadavg: 4.27 4.31 4.24 5/256 123425
/proc/meminfo: memFree=107942504/131382116 swapFree=33010684/33010684
[pid=123424] ppid=123421 vsize=2035024 memory=51732 CPUtime=1.48 cores=4,6
/proc/123424/stat : 123424 (pb_picat) R 123421 123424 123010 0 -1 4194304 4232 0 0 0 145 3 0 0 20 0 1 0 140273708 2083864576 12933 18446744073709551615 94590048714752 94590050116333 140731829114256 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94590050387760 94590052262000 94590062526464 140731829119388 140731829119464 140731829119464 140731829125068 0
/proc/123424/statm: 508756 12933 1760 343 0 505820 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2035024 KiB
Current children cumulated memory: 51732 KiB

[startup+3.11284 s]
/proc/loadavg: 4.27 4.31 4.24 5/256 123425
/proc/meminfo: memFree=107986612/131382116 swapFree=33010684/33010684
[pid=123424] ppid=123421 vsize=2037416 memory=54200 CPUtime=3.08 cores=4,6
/proc/123424/stat : 123424 (pb_picat) R 123421 123424 123010 0 -1 4194304 7711 0 0 0 305 3 0 0 20 0 1 0 140273708 2086313984 13550 18446744073709551615 94590048714752 94590050116333 140731829114256 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94590050387760 94590052262000 94590062526464 140731829119388 140731829119464 140731829119464 140731829125068 0
/proc/123424/statm: 509354 13550 1760 343 0 506418 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 2037416 KiB
Current children cumulated memory: 54200 KiB

[startup+6.30026 s]
/proc/loadavg: 4.33 4.32 4.24 5/256 123425
/proc/meminfo: memFree=108017068/131382116 swapFree=33010684/33010684
[pid=123424] ppid=123421 vsize=2035332 memory=52776 CPUtime=6.27 cores=4,6
/proc/123424/stat : 123424 (pb_picat) R 123421 123424 123010 0 -1 4194304 12435 0 0 0 622 5 0 0 20 0 1 0 140273708 2084179968 13194 18446744073709551615 94590048714752 94590050116333 140731829114256 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94590050387760 94590052262000 94590062526464 140731829119388 140731829119464 140731829119464 140731829125068 0
/proc/123424/statm: 508833 13194 1760 343 0 505897 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2035332 KiB
Current children cumulated memory: 52776 KiB

[startup+12.7003 s]
/proc/loadavg: 4.30 4.32 4.24 5/256 123425
/proc/meminfo: memFree=109749392/131382116 swapFree=33010684/33010684
[pid=123424] ppid=123421 vsize=2037576 memory=54532 CPUtime=12.65 cores=4,6
/proc/123424/stat : 123424 (pb_picat) R 123421 123424 123010 0 -1 4194304 21633 0 0 0 1258 7 0 0 20 0 1 0 140273708 2086477824 13633 18446744073709551615 94590048714752 94590050116333 140731829114256 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94590050387760 94590052262000 94590062526464 140731829119388 140731829119464 140731829119464 140731829125068 0
/proc/123424/statm: 509394 13633 1760 343 0 506458 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2037576 KiB
Current children cumulated memory: 54532 KiB

[startup+25.5003 s]
/proc/loadavg: 4.23 4.30 4.24 5/256 123425
/proc/meminfo: memFree=109294288/131382116 swapFree=33010684/33010684
[pid=123424] ppid=123421 vsize=2041880 memory=56412 CPUtime=25.42 cores=4,6
/proc/123424/stat : 123424 (pb_picat) R 123421 123424 123010 0 -1 4194304 43430 0 0 0 2529 13 0 0 20 0 1 0 140273708 2090885120 14103 18446744073709551615 94590048714752 94590050116333 140731829114256 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94590050387760 94590052262000 94590062526464 140731829119388 140731829119464 140731829119464 140731829125068 0
/proc/123424/statm: 510470 14103 1760 343 0 507534 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 2041880 KiB
Current children cumulated memory: 56412 KiB

[startup+51.1127 s]
/proc/loadavg: 4.23 4.29 4.23 5/253 123426
/proc/meminfo: memFree=109182780/131382116 swapFree=33010684/33010684
[pid=123424] ppid=123421 vsize=2050248 memory=63260 CPUtime=50.96 cores=4,6
/proc/123424/stat : 123424 (pb_picat) R 123421 123424 123010 0 -1 4194304 77197 0 0 0 5074 22 0 0 20 0 1 0 140273708 2099453952 15815 18446744073709551615 94590048714752 94590050116333 140731829114256 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94590050387760 94590052262000 94590062526464 140731829119388 140731829119464 140731829119464 140731829125068 0
/proc/123424/statm: 512562 15815 1760 343 0 509626 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 2050248 KiB
Current children cumulated memory: 63260 KiB

[startup+102.3 s]
/proc/loadavg: 4.17 4.26 4.23 5/255 123430
/proc/meminfo: memFree=110481776/131382116 swapFree=33010684/33010684
[pid=123424] ppid=123421 vsize=2038668 memory=56436 CPUtime=102 cores=4,6
/proc/123424/stat : 123424 (pb_picat) R 123421 123424 123010 0 -1 4194304 131741 0 0 0 10160 40 0 0 20 0 1 0 140273708 2087596032 14109 18446744073709551615 94590048714752 94590050116333 140731829114256 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94590050387760 94590052262000 94590062526464 140731829119388 140731829119464 140731829119464 140731829125068 0
/proc/123424/statm: 509667 14109 1760 343 0 506731 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 2038668 KiB
Current children cumulated memory: 56436 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.23 4.21 5/255 123443
/proc/meminfo: memFree=107558008/131382116 swapFree=33010684/33010684
[pid=123424] ppid=123421 vsize=2042764 memory=58856 CPUtime=161.83 cores=4,6
/proc/123424/stat : 123424 (pb_picat) R 123421 123424 123010 0 -1 4194304 188768 0 0 0 16125 58 0 0 20 0 1 0 140273708 2091790336 14714 18446744073709551615 94590048714752 94590050116333 140731829114256 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94590050387760 94590052262000 94590062526464 140731829119388 140731829119464 140731829119464 140731829125068 0
/proc/123424/statm: 510691 14714 1760 343 0 507755 0
Current children cumulated CPU time: 161.83 s
Current children cumulated vsize: 2042764 KiB
Current children cumulated memory: 58856 KiB

[startup+222.3 s]
/proc/loadavg: 4.16 4.22 4.21 5/254 123445
/proc/meminfo: memFree=108201808/131382116 swapFree=33010684/33010684
[pid=123424] ppid=123421 vsize=2055232 memory=66448 CPUtime=221.66 cores=4,6
/proc/123424/stat : 123424 (pb_picat) R 123421 123424 123010 0 -1 4194304 248852 0 0 0 22089 77 0 0 20 0 1 0 140273708 2104557568 16612 18446744073709551615 94590048714752 94590050116333 140731829114256 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94590050387760 94590052262000 94590062526464 140731829119388 140731829119464 140731829119464 140731829125068 0
/proc/123424/statm: 513808 16612 1760 343 0 510872 0
Current children cumulated CPU time: 221.66 s
Current children cumulated vsize: 2055232 KiB
Current children cumulated memory: 66448 KiB

[startup+282.3 s]
/proc/loadavg: 4.12 4.19 4.20 5/254 123447
/proc/meminfo: memFree=108539284/131382116 swapFree=33010684/33010684
[pid=123424] ppid=123421 vsize=2047152 memory=62300 CPUtime=281.49 cores=4,6
/proc/123424/stat : 123424 (pb_picat) R 123421 123424 123010 0 -1 4194304 304285 0 0 0 28054 95 0 0 20 0 1 0 140273708 2096283648 15575 18446744073709551615 94590048714752 94590050116333 140731829114256 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94590050387760 94590052262000 94590062526464 140731829119388 140731829119464 140731829119464 140731829125068 0
/proc/123424/statm: 511788 15575 1760 343 0 508852 0
Current children cumulated CPU time: 281.49 s
Current children cumulated vsize: 2047152 KiB
Current children cumulated memory: 62300 KiB

[startup+342.3 s]
/proc/loadavg: 4.09 4.17 4.18 5/251 123449
/proc/meminfo: memFree=108199532/131382116 swapFree=33010684/33010684
[pid=123424] ppid=123421 vsize=2056216 memory=67008 CPUtime=341.32 cores=4,6
/proc/123424/stat : 123424 (pb_picat) R 123421 123424 123010 0 -1 4194304 354634 0 0 0 34022 110 0 0 20 0 1 0 140273708 2105565184 16752 18446744073709551615 94590048714752 94590050116333 140731829114256 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94590050387760 94590052262000 94590062526464 140731829119388 140731829119464 140731829119464 140731829125068 0
/proc/123424/statm: 514054 16752 1760 343 0 511118 0
Current children cumulated CPU time: 341.32 s
Current children cumulated vsize: 2056216 KiB
Current children cumulated memory: 67008 KiB

[startup+402.3 s]
/proc/loadavg: 4.13 4.17 4.18 5/250 123453
/proc/meminfo: memFree=108183424/131382116 swapFree=33010684/33010684
[pid=123424] ppid=123421 vsize=2064408 memory=67956 CPUtime=401.15 cores=4,6
/proc/123424/stat : 123424 (pb_picat) R 123421 123424 123010 0 -1 4194304 399213 0 0 0 39986 129 0 0 20 0 1 0 140273708 2113953792 16989 18446744073709551615 94590048714752 94590050116333 140731829114256 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94590050387760 94590052262000 94590062526464 140731829119388 140731829119464 140731829119464 140731829125068 0
/proc/123424/statm: 516102 16989 1760 343 0 513166 0
Current children cumulated CPU time: 401.15 s
Current children cumulated vsize: 2064408 KiB
Current children cumulated memory: 67956 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 4.15 4.17 5/250 123455
/proc/meminfo: memFree=108729128/131382116 swapFree=33010684/33010684
[pid=123424] ppid=123421 vsize=2043928 memory=60824 CPUtime=460.97 cores=4,6
/proc/123424/stat : 123424 (pb_picat) R 123421 123424 123010 0 -1 4194304 437632 0 0 0 45953 144 0 0 20 0 1 0 140273708 2092982272 15206 18446744073709551615 94590048714752 94590050116333 140731829114256 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94590050387760 94590052262000 94590062526464 140731829119388 140731829119464 140731829119464 140731829125068 0
/proc/123424/statm: 510982 15206 1760 343 0 508046 0
Current children cumulated CPU time: 460.97 s

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

Current children cumulated memory: 102232 KiB

[startup+2862.3 s]
/proc/loadavg: 4.15 4.22 4.17 5/250 123615
/proc/meminfo: memFree=108751436/131382116 swapFree=33010684/33010684
[pid=123424] ppid=123421 vsize=2117232 memory=132952 CPUtime=2853.91 cores=4,6
/proc/123424/stat : 123424 (pb_picat) R 123421 123424 123010 0 -1 4194304 1166880 0 0 0 284861 530 0 0 20 0 1 0 140273708 2168045568 33238 18446744073709551615 94590048714752 94590050116333 140731829114256 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94590050387760 94590052262000 94590062526464 140731829119388 140731829119464 140731829119464 140731829125068 0
/proc/123424/statm: 529308 33238 1760 343 0 526372 0
Current children cumulated CPU time: 2853.91 s
Current children cumulated vsize: 2117232 KiB
Current children cumulated memory: 132952 KiB

[startup+2922.3 s]
/proc/loadavg: 4.10 4.19 4.17 5/251 123622
/proc/meminfo: memFree=109137364/131382116 swapFree=33010684/33010684
[pid=123424] ppid=123421 vsize=2117232 memory=120664 CPUtime=2913.72 cores=4,6
/proc/123424/stat : 123424 (pb_picat) R 123421 123424 123010 0 -1 4194304 1181392 0 0 0 290831 541 0 0 20 0 1 0 140273708 2168045568 30166 18446744073709551615 94590048714752 94590050116333 140731829114256 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94590050387760 94590052262000 94590062526464 140731829119388 140731829119464 140731829119464 140731829125068 0
/proc/123424/statm: 529308 30166 1760 343 0 526372 0
Current children cumulated CPU time: 2913.72 s
Current children cumulated vsize: 2117232 KiB
Current children cumulated memory: 120664 KiB

[startup+2982.3 s]
/proc/loadavg: 4.20 4.20 4.17 5/253 123626
/proc/meminfo: memFree=109119112/131382116 swapFree=33010684/33010684
[pid=123424] ppid=123421 vsize=2100848 memory=104280 CPUtime=2973.55 cores=4,6
/proc/123424/stat : 123424 (pb_picat) R 123421 123424 123010 0 -1 4194304 1196544 0 0 0 296804 551 0 0 20 0 1 0 140273708 2151268352 26070 18446744073709551615 94590048714752 94590050116333 140731829114256 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94590050387760 94590052262000 94590062526464 140731829119388 140731829119464 140731829119464 140731829125068 0
/proc/123424/statm: 525212 26070 1760 343 0 522276 0
Current children cumulated CPU time: 2973.55 s
Current children cumulated vsize: 2100848 KiB
Current children cumulated memory: 104280 KiB

[startup+3042.3 s]
/proc/loadavg: 4.13 4.18 4.17 5/253 123628
/proc/meminfo: memFree=108836376/131382116 swapFree=33010684/33010684
[pid=123424] ppid=123421 vsize=2100848 memory=99544 CPUtime=3033.37 cores=4,6
/proc/123424/stat : 123424 (pb_picat) R 123421 123424 123010 0 -1 4194304 1209837 0 0 0 302780 557 0 0 20 0 1 0 140273708 2151268352 24886 18446744073709551615 94590048714752 94590050116333 140731829114256 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94590050387760 94590052262000 94590062526464 140731829119388 140731829119464 140731829119464 140731829125068 0
/proc/123424/statm: 525212 24886 1760 343 0 522276 0
Current children cumulated CPU time: 3033.37 s
Current children cumulated vsize: 2100848 KiB
Current children cumulated memory: 99544 KiB

[startup+3102.3 s]
/proc/loadavg: 4.09 4.16 4.16 5/252 123630
/proc/meminfo: memFree=108339180/131382116 swapFree=33010684/33010684
[pid=123424] ppid=123421 vsize=2100848 memory=108376 CPUtime=3093.19 cores=4,6
/proc/123424/stat : 123424 (pb_picat) R 123421 123424 123010 0 -1 4194304 1217262 0 0 0 308759 560 0 0 20 0 1 0 140273708 2151268352 27094 18446744073709551615 94590048714752 94590050116333 140731829114256 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94590050387760 94590052262000 94590062526464 140731829119388 140731829119464 140731829119464 140731829125068 0
/proc/123424/statm: 525212 27094 1760 343 0 522276 0
Current children cumulated CPU time: 3093.19 s
Current children cumulated vsize: 2100848 KiB
Current children cumulated memory: 108376 KiB

[startup+3162.3 s]
/proc/loadavg: 4.13 4.16 4.16 5/252 123632
/proc/meminfo: memFree=108590028/131382116 swapFree=33010684/33010684
[pid=123424] ppid=123421 vsize=2100848 memory=103000 CPUtime=3153.01 cores=4,6
/proc/123424/stat : 123424 (pb_picat) R 123421 123424 123010 0 -1 4194304 1229869 0 0 0 314735 566 0 0 20 0 1 0 140273708 2151268352 25750 18446744073709551615 94590048714752 94590050116333 140731829114256 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94590050387760 94590052262000 94590062526464 140731829119388 140731829119464 140731829119464 140731829125068 0
/proc/123424/statm: 525212 25750 1760 343 0 522276 0
Current children cumulated CPU time: 3153.01 s
Current children cumulated vsize: 2100848 KiB
Current children cumulated memory: 103000 KiB

[startup+3222.3 s]
/proc/loadavg: 4.09 4.14 4.16 5/252 123635
/proc/meminfo: memFree=108076068/131382116 swapFree=33010684/33010684
[pid=123424] ppid=123421 vsize=2084464 memory=100372 CPUtime=3212.83 cores=4,6
/proc/123424/stat : 123424 (pb_picat) R 123421 123424 123010 0 -1 4194304 1243602 0 0 0 320708 575 0 0 20 0 1 0 140273708 2134491136 25093 18446744073709551615 94590048714752 94590050116333 140731829114256 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94590050387760 94590052262000 94590062526464 140731829119388 140731829119464 140731829119464 140731829125068 0
/proc/123424/statm: 521116 25093 1760 343 0 518180 0
Current children cumulated CPU time: 3212.83 s
Current children cumulated vsize: 2084464 KiB
Current children cumulated memory: 100372 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.14 4.16 5/250 123682
/proc/meminfo: memFree=118211712/131382116 swapFree=33010684/33010684
[pid=123424] ppid=123421 vsize=2068080 memory=86240 CPUtime=3272.64 cores=4,6
/proc/123424/stat : 123424 (pb_picat) R 123421 123424 123010 0 -1 4194304 1257893 0 0 0 326679 585 0 0 20 0 1 0 140273708 2117713920 21560 18446744073709551615 94590048714752 94590050116333 140731829114256 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94590050387760 94590052262000 94590062526464 140731829119388 140731829119464 140731829119464 140731829125068 0
/proc/123424/statm: 517020 21560 1760 343 0 514084 0
Current children cumulated CPU time: 3272.64 s
Current children cumulated vsize: 2068080 KiB
Current children cumulated memory: 86240 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.13 4.15 5/251 123774
/proc/meminfo: memFree=123172700/131382116 swapFree=33010684/33010684
[pid=123424] ppid=123421 vsize=2084464 memory=94116 CPUtime=3332.46 cores=4,6
/proc/123424/stat : 123424 (pb_picat) R 123421 123424 123010 0 -1 4194304 1275770 0 0 0 332649 597 0 0 20 0 1 0 140273708 2134491136 23529 18446744073709551615 94590048714752 94590050116333 140731829114256 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94590050387760 94590052262000 94590062526464 140731829119388 140731829119464 140731829119464 140731829125068 0
/proc/123424/statm: 521116 23529 1760 343 0 518180 0
Current children cumulated CPU time: 3332.46 s
Current children cumulated vsize: 2084464 KiB
Current children cumulated memory: 94116 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.14 4.15 5/251 123778
/proc/meminfo: memFree=123152500/131382116 swapFree=33010684/33010684
[pid=123424] ppid=123421 vsize=2133616 memory=131184 CPUtime=3392.29 cores=4,6
/proc/123424/stat : 123424 (pb_picat) R 123421 123424 123010 0 -1 4194304 1293091 0 0 0 338620 609 0 0 20 0 1 0 140273708 2184822784 32796 18446744073709551615 94590048714752 94590050116333 140731829114256 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94590050387760 94590052262000 94590062526464 140731829119388 140731829119464 140731829119464 140731829125068 0
/proc/123424/statm: 533404 32796 1760 343 0 530468 0
Current children cumulated CPU time: 3392.29 s
Current children cumulated vsize: 2133616 KiB
Current children cumulated memory: 131184 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.12 4.14 5/251 123780
/proc/meminfo: memFree=123185240/131382116 swapFree=33010684/33010684
[pid=123424] ppid=123421 vsize=2100848 memory=109604 CPUtime=3452.13 cores=4,6
/proc/123424/stat : 123424 (pb_picat) R 123421 123424 123010 0 -1 4194304 1307198 0 0 0 344596 617 0 0 20 0 1 0 140273708 2151268352 27401 18446744073709551615 94590048714752 94590050116333 140731829114256 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94590050387760 94590052262000 94590062526464 140731829119388 140731829119464 140731829119464 140731829125068 0
/proc/123424/statm: 525212 27401 1760 343 0 522276 0
Current children cumulated CPU time: 3452.13 s
Current children cumulated vsize: 2100848 KiB
Current children cumulated memory: 109604 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.11 4.14 5/251 123786
/proc/meminfo: memFree=123184496/131382116 swapFree=33010684/33010684
[pid=123424] ppid=123421 vsize=2100848 memory=113832 CPUtime=3511.96 cores=4,6
/proc/123424/stat : 123424 (pb_picat) R 123421 123424 123010 0 -1 4194304 1317017 0 0 0 350573 623 0 0 20 0 1 0 140273708 2151268352 28458 18446744073709551615 94590048714752 94590050116333 140731829114256 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94590050387760 94590052262000 94590062526464 140731829119388 140731829119464 140731829119464 140731829125068 0
/proc/123424/statm: 525212 28458 1760 343 0 522276 0
Current children cumulated CPU time: 3511.96 s
Current children cumulated vsize: 2100848 KiB
Current children cumulated memory: 113832 KiB

[startup+3582.3 s]
/proc/loadavg: 4.19 4.14 4.14 5/250 123832
/proc/meminfo: memFree=122122368/131382116 swapFree=33010684/33010684
[pid=123424] ppid=123421 vsize=2100848 memory=113880 CPUtime=3571.79 cores=4,6
/proc/123424/stat : 123424 (pb_picat) R 123421 123424 123010 0 -1 4194304 1326335 0 0 0 356553 626 0 0 20 0 1 0 140273708 2151268352 28470 18446744073709551615 94590048714752 94590050116333 140731829114256 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94590050387760 94590052262000 94590062526464 140731829119388 140731829119464 140731829119464 140731829125068 0
/proc/123424/statm: 525212 28470 1760 343 0 522276 0
Current children cumulated CPU time: 3571.79 s
Current children cumulated vsize: 2100848 KiB
Current children cumulated memory: 113880 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.6 s]
/proc/loadavg: 4.11 4.12 4.14 5/249 123833
/proc/meminfo: memFree=122117740/131382116 swapFree=33010684/33010684
[pid=123424] ppid=123421 vsize=2100848 memory=109604 CPUtime=3600.01 cores=4,6
/proc/123424/stat : 123424 (pb_picat) R 123421 123424 123010 0 -1 4194304 1331734 0 0 0 359372 629 0 0 20 0 1 0 140273708 2151268352 27401 18446744073709551615 94590048714752 94590050116333 140731829114256 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94590050387760 94590052262000 94590062526464 140731829119388 140731829119464 140731829119464 140731829125068 0
/proc/123424/statm: 525212 27401 1760 343 0 522276 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 2100848 KiB
Current children cumulated memory: 109604 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.73 s, system=6.29239 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.6
CPU time (s): 3600.02
CPU user time (s): 3593.73
CPU system time (s): 6.29239
CPU usage (%): 99.7069
Max. virtual memory (cumulated for all children) (KiB): 2199152
Max. memory (cumulated for all children) (KiB): 154660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.73
system time used= 6.29239
maximum resident set size= 154660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1331734
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= 77
involuntary context switches= 4386


# summary of solver processes directly reported to runsolver:
#   pid: 123424
#   total CPU time (s): 3600.02
#   total CPU user time (s): 3593.73
#   total CPU system time (s): 6.29239

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.7739 second user time and 32.843 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-07-11 16:59:00
IDJOB=4528161
IDBENCH=162316
IDSOLVER=3385
FILE ID=nodeC011/4528161-1752245940
RUNJOBID= nodeC011-1752245588-123021
SLURM_JOB_ID= 9682576
Free space on /tmp= 430088 MiB

SOLVER NAME= pb_picat 2025-07-11
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size144-round23-6.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4528161-1752245940/watcher-4528161-1752245940 -o /tmp/evaluation-result-4528161-1752245940/solver-4528161-1752245940 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1752245588-123021 --watchdog 3760  pb_picat HOME/instance-4528161-1752245940.opb

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

MD5SUM BENCH= 9b7b034b4cb564ce8c6d87bc02f32c31
RANDOM SEED=57173473

nodeC011 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3660.549
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	: 6984.20
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		: 3662.367
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	: 6984.20
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.549
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	: 6984.20
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.492
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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.287
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	: 6984.20
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		: 3492.105
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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1198.465
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	: 6984.20
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		: 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 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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        107943236 kB
MemAvailable:   114371624 kB
Buffers:            3276 kB
Cached:          7198548 kB
SwapCached:            0 kB
Active:         15753856 kB
Inactive:        6753052 kB
Active(anon):   15320968 kB
Inactive(anon):     2076 kB
Active(file):     432888 kB
Inactive(file):  6750976 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3980 kB
Writeback:             0 kB
AnonPages:      15308200 kB
Mapped:           116944 kB
Shmem:             17960 kB
KReclaimable:     167916 kB
Slab:             257496 kB
SReclaimable:     167916 kB
SUnreclaim:        89580 kB
KernelStack:        4176 kB
PageTables:        33280 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   23369540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149480 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:  13344768 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:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430116 MiB
End job on nodeC011 at 2025-07-11 17:59:11