Trace number 4502551

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Picat 2025-06-16? (TO) 3600.01 3609.5

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/
heinz/normalized-macrophage.opb
MD5SUM2f82c54793882c204ddc05592af9cf2a
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark374
Best CPU time to get the best result obtained on this benchmark0.234593
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2260
Total number of constraints3164
Number of constraints which are clauses3164
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 1582
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1582
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1582
Number of bits of the biggest sum of numbers11
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-4502551-1751420711.opb (Picat 3.9b6)
3.27/3.36	o 527

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: 63665 MiB (62643 MiB free)
  memory of node 1: 64507 MiB (63779 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4502551-1751420711/watcher-4502551-1751420711 -o /tmp/evaluation-result-4502551-1751420711/solver-4502551-1751420711 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751420711-62266 --watchdog 3760 pb_picat HOME/instance-4502551-1751420711.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
Current StackSize limit: 8192 KiB

solver pid=62311, runsolver pid=62306

[startup+0.100064 s]*
/proc/loadavg: 0.43 1.03 1.49 5/266 62324
/proc/meminfo: memFree=129382240/131249996 swapFree=33010416/33010684
[pid=62311] ppid=62306 vsize=2042500 memory=33948 CPUtime=0.08 cores=4,6
/proc/62311/stat : 62311 (pb_picat) R 62306 62311 61786 0 -1 4194304 2795 0 0 0 8 0 0 0 20 0 1 0 57748916 2091520000 8487 18446744073709551615 94322143571968 94322144973549 140727855752048 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94322145244976 94322147119280 94322166382592 140727855757726 140727855757802 140727855757802 140727855763404 0
/proc/62311/statm: 510625 8487 1760 343 0 507689 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 2042500 KiB
Current children cumulated memory: 33948 KiB

[startup+0.205879 s]*
/proc/loadavg: 0.43 1.03 1.49 6/266 62324
/proc/meminfo: memFree=129382416/131249996 swapFree=33010416/33010684
[pid=62311] ppid=62306 vsize=2042500 memory=34620 CPUtime=0.19 cores=4,6
/proc/62311/stat : 62311 (pb_picat) R 62306 62311 61786 0 -1 4194304 3555 0 0 0 19 0 0 0 20 0 1 0 57748916 2091520000 8655 18446744073709551615 94322143571968 94322144973549 140727855752048 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94322145244976 94322147119280 94322166382592 140727855757726 140727855757802 140727855757802 140727855763404 0
/proc/62311/statm: 510625 8655 1760 343 0 507689 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 2042500 KiB
Current children cumulated memory: 34620 KiB

[startup+0.305133 s]*
/proc/loadavg: 0.43 1.03 1.49 5/266 62324
/proc/meminfo: memFree=129382416/131249996 swapFree=33010416/33010684
[pid=62311] ppid=62306 vsize=2040568 memory=33632 CPUtime=0.28 cores=4,6
/proc/62311/stat : 62311 (pb_picat) R 62306 62311 61786 0 -1 4194304 3829 0 0 0 28 0 0 0 20 0 1 0 57748916 2089541632 8408 18446744073709551615 94322143571968 94322144973549 140727855752048 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94322145244976 94322147119280 94322166382592 140727855757726 140727855757802 140727855757802 140727855763404 0
/proc/62311/statm: 510142 8408 1760 343 0 507206 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 2040568 KiB
Current children cumulated memory: 33632 KiB

[startup+0.700156 s]
/proc/loadavg: 0.43 1.03 1.49 5/262 62332
/proc/meminfo: memFree=129398800/131249996 swapFree=33010416/33010684
[pid=62311] ppid=62306 vsize=2040872 memory=34440 CPUtime=0.68 cores=4,6
/proc/62311/stat : 62311 (pb_picat) R 62306 62311 61786 0 -1 4194304 5576 0 0 0 67 1 0 0 20 0 1 0 57748916 2089852928 8610 18446744073709551615 94322143571968 94322144973549 140727855752048 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94322145244976 94322147119280 94322166382592 140727855757726 140727855757802 140727855757802 140727855763404 0
/proc/62311/statm: 510218 8610 1760 343 0 507282 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2040872 KiB
Current children cumulated memory: 34440 KiB

[startup+1.50013 s]
/proc/loadavg: 0.43 1.03 1.49 4/262 62332
/proc/meminfo: memFree=129398524/131249996 swapFree=33010416/33010684
[pid=62311] ppid=62306 vsize=2040872 memory=34596 CPUtime=1.47 cores=4,6
/proc/62311/stat : 62311 (pb_picat) R 62306 62311 61786 0 -1 4194304 7259 0 0 0 146 1 0 0 20 0 1 0 57748916 2089852928 8649 18446744073709551615 94322143571968 94322144973549 140727855752048 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94322145244976 94322147119280 94322166382592 140727855757726 140727855757802 140727855757802 140727855763404 0
/proc/62311/statm: 510218 8649 1760 343 0 507282 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 2040872 KiB
Current children cumulated memory: 34596 KiB

[startup+3.10504 s]
/proc/loadavg: 0.72 1.08 1.51 4/261 62360
/proc/meminfo: memFree=129404824/131249996 swapFree=33010416/33010684
[pid=62311] ppid=62306 vsize=2045244 memory=37036 CPUtime=3.07 cores=4,6
/proc/62311/stat : 62311 (pb_picat) R 62306 62311 61786 0 -1 4194304 11320 0 0 0 305 2 0 0 20 0 1 0 57748916 2094329856 9259 18446744073709551615 94322143571968 94322144973549 140727855752048 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94322145244976 94322147119280 94322166382592 140727855757726 140727855757802 140727855757802 140727855763404 0
/proc/62311/statm: 511311 9259 1760 343 0 508375 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 2045244 KiB
Current children cumulated memory: 37036 KiB

[startup+6.30009 s]
/proc/loadavg: 0.72 1.08 1.51 4/261 62360
/proc/meminfo: memFree=129397024/131249996 swapFree=33010416/33010684
[pid=62311] ppid=62306 vsize=2049912 memory=44100 CPUtime=6.27 cores=4,6
/proc/62311/stat : 62311 (pb_picat) R 62306 62311 61786 0 -1 4194304 12625 0 0 0 624 3 0 0 20 0 1 0 57748916 2099109888 11025 18446744073709551615 94322143571968 94322144973549 140727855752048 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94322145244976 94322147119280 94322166382592 140727855757726 140727855757802 140727855757802 140727855763404 0
/proc/62311/statm: 512478 11025 1760 343 0 509542 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2049912 KiB
Current children cumulated memory: 44100 KiB

[startup+12.7001 s]
/proc/loadavg: 1.07 1.14 1.52 4/261 62361
/proc/meminfo: memFree=129399272/131249996 swapFree=33010416/33010684
[pid=62311] ppid=62306 vsize=2046892 memory=39756 CPUtime=12.65 cores=4,6
/proc/62311/stat : 62311 (pb_picat) R 62306 62311 61786 0 -1 4194304 15786 0 0 0 1261 4 0 0 20 0 1 0 57748916 2096017408 9939 18446744073709551615 94322143571968 94322144973549 140727855752048 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94322145244976 94322147119280 94322166382592 140727855757726 140727855757802 140727855757802 140727855763404 0
/proc/62311/statm: 511723 9939 1760 343 0 508787 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2046892 KiB
Current children cumulated memory: 39756 KiB

[startup+25.5001 s]
/proc/loadavg: 1.45 1.22 1.54 3/257 62369
/proc/meminfo: memFree=129437068/131249996 swapFree=33010416/33010684
[pid=62311] ppid=62306 vsize=2050988 memory=42912 CPUtime=25.43 cores=4,6
/proc/62311/stat : 62311 (pb_picat) R 62306 62311 61786 0 -1 4194304 22869 0 0 0 2537 6 0 0 20 0 1 0 57748916 2100211712 10728 18446744073709551615 94322143571968 94322144973549 140727855752048 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94322145244976 94322147119280 94322166382592 140727855757726 140727855757802 140727855757802 140727855763404 0
/proc/62311/statm: 512747 10728 1760 343 0 509811 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 2050988 KiB
Current children cumulated memory: 42912 KiB

[startup+51.1053 s]
/proc/loadavg: 1.64 1.29 1.56 3/255 62397
/proc/meminfo: memFree=129431380/131249996 swapFree=33010416/33010684
[pid=62311] ppid=62306 vsize=2053040 memory=45744 CPUtime=50.97 cores=4,6
/proc/62311/stat : 62311 (pb_picat) R 62306 62311 61786 0 -1 4194304 56817 0 0 0 5083 14 0 0 20 0 1 0 57748916 2102312960 11436 18446744073709551615 94322143571968 94322144973549 140727855752048 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94322145244976 94322147119280 94322166382592 140727855757726 140727855757802 140727855757802 140727855763404 0
/proc/62311/statm: 513260 11436 1760 343 0 510324 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 2053040 KiB
Current children cumulated memory: 45744 KiB

[startup+102.3 s]
/proc/loadavg: 1.97 1.44 1.60 3/255 62400
/proc/meminfo: memFree=129414876/131249996 swapFree=33010416/33010684
[pid=62311] ppid=62306 vsize=2055088 memory=51096 CPUtime=102.06 cores=4,6
/proc/62311/stat : 62311 (pb_picat) R 62306 62311 61786 0 -1 4194304 117490 0 0 0 10180 26 0 0 20 0 1 0 57748916 2104410112 12774 18446744073709551615 94322143571968 94322144973549 140727855752048 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94322145244976 94322147119280 94322166382592 140727855757726 140727855757802 140727855757802 140727855763404 0
/proc/62311/statm: 513772 12774 1760 343 0 510836 0
Current children cumulated CPU time: 102.06 s
Current children cumulated vsize: 2055088 KiB
Current children cumulated memory: 51096 KiB

[startup+162.3 s]
/proc/loadavg: 2.08 1.57 1.64 3/255 62402
/proc/meminfo: memFree=129417160/131249996 swapFree=33010416/33010684
[pid=62311] ppid=62306 vsize=2067376 memory=54348 CPUtime=161.92 cores=4,6
/proc/62311/stat : 62311 (pb_picat) R 62306 62311 61786 0 -1 4194304 180679 0 0 0 16151 41 0 0 20 0 1 0 57748916 2116993024 13587 18446744073709551615 94322143571968 94322144973549 140727855752048 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94322145244976 94322147119280 94322166382592 140727855757726 140727855757802 140727855757802 140727855763404 0
/proc/62311/statm: 516844 13587 1760 343 0 513908 0
Current children cumulated CPU time: 161.92 s
Current children cumulated vsize: 2067376 KiB
Current children cumulated memory: 54348 KiB

[startup+222.3 s]
/proc/loadavg: 2.08 1.67 1.66 3/253 62404
/proc/meminfo: memFree=129416140/131249996 swapFree=33010416/33010684
[pid=62311] ppid=62306 vsize=2067376 memory=58944 CPUtime=221.79 cores=4,6
/proc/62311/stat : 62311 (pb_picat) R 62306 62311 61786 0 -1 4194304 241172 0 0 0 22120 59 0 0 20 0 1 0 57748916 2116993024 14736 18446744073709551615 94322143571968 94322144973549 140727855752048 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94322145244976 94322147119280 94322166382592 140727855757726 140727855757802 140727855757802 140727855763404 0
/proc/62311/statm: 516844 14736 1760 343 0 513908 0
Current children cumulated CPU time: 221.79 s
Current children cumulated vsize: 2067376 KiB
Current children cumulated memory: 58944 KiB

[startup+282.3 s]
/proc/loadavg: 2.15 1.76 1.70 3/251 62406
/proc/meminfo: memFree=129414472/131249996 swapFree=33010416/33010684
[pid=62311] ppid=62306 vsize=2067376 memory=60996 CPUtime=281.66 cores=4,6
/proc/62311/stat : 62311 (pb_picat) R 62306 62311 61786 0 -1 4194304 288485 0 0 0 28093 73 0 0 20 0 1 0 57748916 2116993024 15249 18446744073709551615 94322143571968 94322144973549 140727855752048 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94322145244976 94322147119280 94322166382592 140727855757726 140727855757802 140727855757802 140727855763404 0
/proc/62311/statm: 516844 15249 1760 343 0 513908 0
Current children cumulated CPU time: 281.66 s
Current children cumulated vsize: 2067376 KiB
Current children cumulated memory: 60996 KiB

[startup+342.3 s]
/proc/loadavg: 2.11 1.83 1.73 3/251 62408
/proc/meminfo: memFree=129409812/131249996 swapFree=33010416/33010684
[pid=62311] ppid=62306 vsize=2067376 memory=58948 CPUtime=341.51 cores=4,6
/proc/62311/stat : 62311 (pb_picat) R 62306 62311 61786 0 -1 4194304 340937 0 0 0 34064 87 0 0 20 0 1 0 57748916 2116993024 14737 18446744073709551615 94322143571968 94322144973549 140727855752048 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94322145244976 94322147119280 94322166382592 140727855757726 140727855757802 140727855757802 140727855763404 0
/proc/62311/statm: 516844 14737 1760 343 0 513908 0
Current children cumulated CPU time: 341.51 s
Current children cumulated vsize: 2067376 KiB
Current children cumulated memory: 58948 KiB

[startup+402.3 s]
/proc/loadavg: 2.04 1.86 1.75 3/250 62410
/proc/meminfo: memFree=129407840/131249996 swapFree=33010416/33010684
[pid=62311] ppid=62306 vsize=2083760 memory=68848 CPUtime=401.38 cores=4,6
/proc/62311/stat : 62311 (pb_picat) R 62306 62311 61786 0 -1 4194304 395125 0 0 0 40034 104 0 0 20 0 1 0 57748916 2133770240 17212 18446744073709551615 94322143571968 94322144973549 140727855752048 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94322145244976 94322147119280 94322166382592 140727855757726 140727855757802 140727855757802 140727855763404 0
/proc/62311/statm: 520940 17212 1760 343 0 518004 0
Current children cumulated CPU time: 401.38 s
Current children cumulated vsize: 2083760 KiB
Current children cumulated memory: 68848 KiB

[startup+462.3 s]
/proc/loadavg: 2.11 1.92 1.77 3/256 62423
/proc/meminfo: memFree=129379064/131249996 swapFree=33010416/33010684
[pid=62311] ppid=62306 vsize=2091952 memory=77380 CPUtime=461.24 cores=4,6
/proc/62311/stat : 62311 (pb_picat) R 62306 62311 61786 0 -1 4194304 437188 0 0 0 46005 119 0 0 20 0 1 0 57748916 2142158848 19345 18446744073709551615 94322143571968 94322144973549 140727855752048 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94322145244976 94322147119280 94322166382592 140727855757726 140727855757802 140727855757802 140727855763404 0
/proc/62311/statm: 522988 19345 1760 343 0 520052 0
Current children cumulated CPU time: 461.24 s

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

Current children cumulated memory: 90124 KiB

[startup+2922.3 s]
/proc/loadavg: 2.12 2.11 2.05 3/250 62547
/proc/meminfo: memFree=129353444/131249996 swapFree=33010416/33010684
[pid=62311] ppid=62306 vsize=2092352 memory=88696 CPUtime=2914.33 cores=4,6
/proc/62311/stat : 62311 (pb_picat) R 62306 62311 61786 0 -1 4194304 1325706 0 0 0 290910 523 0 0 20 0 1 0 57748916 2142568448 22174 18446744073709551615 94322143571968 94322144973549 140727855752048 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94322145244976 94322147119280 94322166382592 140727855757726 140727855757802 140727855757802 140727855763404 0
/proc/62311/statm: 523088 22174 1760 343 0 520152 0
Current children cumulated CPU time: 2914.33 s
Current children cumulated vsize: 2092352 KiB
Current children cumulated memory: 88696 KiB

[startup+2982.3 s]
/proc/loadavg: 2.09 2.10 2.05 3/251 62552
/proc/meminfo: memFree=129359964/131249996 swapFree=33010416/33010684
[pid=62311] ppid=62306 vsize=2092352 memory=90016 CPUtime=2974.19 cores=4,6
/proc/62311/stat : 62311 (pb_picat) R 62306 62311 61786 0 -1 4194304 1350512 0 0 0 296885 534 0 0 20 0 1 0 57748916 2142568448 22504 18446744073709551615 94322143571968 94322144973549 140727855752048 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94322145244976 94322147119280 94322166382592 140727855757726 140727855757802 140727855757802 140727855763404 0
/proc/62311/statm: 523088 22504 1760 343 0 520152 0
Current children cumulated CPU time: 2974.19 s
Current children cumulated vsize: 2092352 KiB
Current children cumulated memory: 90016 KiB

[startup+3042.3 s]
/proc/loadavg: 2.14 2.12 2.05 3/251 62554
/proc/meminfo: memFree=129357596/131249996 swapFree=33010416/33010684
[pid=62311] ppid=62306 vsize=2092352 memory=86520 CPUtime=3034.06 cores=4,6
/proc/62311/stat : 62311 (pb_picat) R 62306 62311 61786 0 -1 4194304 1362566 0 0 0 302866 540 0 0 20 0 1 0 57748916 2142568448 21630 18446744073709551615 94322143571968 94322144973549 140727855752048 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94322145244976 94322147119280 94322166382592 140727855757726 140727855757802 140727855757802 140727855763404 0
/proc/62311/statm: 523088 21630 1760 343 0 520152 0
Current children cumulated CPU time: 3034.06 s
Current children cumulated vsize: 2092352 KiB
Current children cumulated memory: 86520 KiB

[startup+3102.3 s]
/proc/loadavg: 2.41 2.18 2.08 3/251 62556
/proc/meminfo: memFree=129361244/131249996 swapFree=33010416/33010684
[pid=62311] ppid=62306 vsize=2095660 memory=81636 CPUtime=3093.92 cores=4,6
/proc/62311/stat : 62311 (pb_picat) R 62306 62311 61786 0 -1 4194304 1375295 0 0 0 308846 546 0 0 20 0 1 0 57748916 2145955840 20409 18446744073709551615 94322143571968 94322144973549 140727855752048 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94322145244976 94322147119280 94322166382592 140727855757726 140727855757802 140727855757802 140727855763404 0
/proc/62311/statm: 523915 20409 1760 343 0 520979 0
Current children cumulated CPU time: 3093.92 s
Current children cumulated vsize: 2095660 KiB
Current children cumulated memory: 81636 KiB

[startup+3162.3 s]
/proc/loadavg: 2.41 2.24 2.10 3/251 62558
/proc/meminfo: memFree=129361696/131249996 swapFree=33010416/33010684
[pid=62311] ppid=62306 vsize=2071084 memory=69948 CPUtime=3153.8 cores=4,6
/proc/62311/stat : 62311 (pb_picat) R 62306 62311 61786 0 -1 4194304 1386834 0 0 0 314826 554 0 0 20 0 1 0 57748916 2120790016 17487 18446744073709551615 94322143571968 94322144973549 140727855752048 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94322145244976 94322147119280 94322166382592 140727855757726 140727855757802 140727855757802 140727855763404 0
/proc/62311/statm: 517771 17487 1760 343 0 514835 0
Current children cumulated CPU time: 3153.8 s
Current children cumulated vsize: 2071084 KiB
Current children cumulated memory: 69948 KiB

[startup+3222.3 s]
/proc/loadavg: 2.25 2.23 2.10 3/251 62560
/proc/meminfo: memFree=129346276/131249996 swapFree=33010416/33010684
[pid=62311] ppid=62306 vsize=2095660 memory=92644 CPUtime=3213.67 cores=4,6
/proc/62311/stat : 62311 (pb_picat) R 62306 62311 61786 0 -1 4194304 1402893 0 0 0 320805 562 0 0 20 0 1 0 57748916 2145955840 23161 18446744073709551615 94322143571968 94322144973549 140727855752048 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94322145244976 94322147119280 94322166382592 140727855757726 140727855757802 140727855757802 140727855763404 0
/proc/62311/statm: 523915 23161 1760 343 0 520979 0
Current children cumulated CPU time: 3213.67 s
Current children cumulated vsize: 2095660 KiB
Current children cumulated memory: 92644 KiB

[startup+3282.3 s]
/proc/loadavg: 2.14 2.20 2.10 3/251 62562
/proc/meminfo: memFree=129352396/131249996 swapFree=33010416/33010684
[pid=62311] ppid=62306 vsize=2095660 memory=88036 CPUtime=3273.53 cores=4,6
/proc/62311/stat : 62311 (pb_picat) R 62306 62311 61786 0 -1 4194304 1424055 0 0 0 326780 573 0 0 20 0 1 0 57748916 2145955840 22009 18446744073709551615 94322143571968 94322144973549 140727855752048 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94322145244976 94322147119280 94322166382592 140727855757726 140727855757802 140727855757802 140727855763404 0
/proc/62311/statm: 523915 22009 1760 343 0 520979 0
Current children cumulated CPU time: 3273.53 s
Current children cumulated vsize: 2095660 KiB
Current children cumulated memory: 88036 KiB

[startup+3342.3 s]
/proc/loadavg: 2.17 2.19 2.10 3/250 62564
/proc/meminfo: memFree=129364468/131249996 swapFree=33010416/33010684
[pid=62311] ppid=62306 vsize=2095660 memory=83684 CPUtime=3333.39 cores=4,6
/proc/62311/stat : 62311 (pb_picat) R 62306 62311 61786 0 -1 4194304 1452402 0 0 0 332754 585 0 0 20 0 1 0 57748916 2145955840 20921 18446744073709551615 94322143571968 94322144973549 140727855752048 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94322145244976 94322147119280 94322166382592 140727855757726 140727855757802 140727855757802 140727855763404 0
/proc/62311/statm: 523915 20921 1760 343 0 520979 0
Current children cumulated CPU time: 3333.39 s
Current children cumulated vsize: 2095660 KiB
Current children cumulated memory: 83684 KiB

[startup+3402.3 s]
/proc/loadavg: 2.12 2.17 2.09 3/250 62566
/proc/meminfo: memFree=129328120/131249996 swapFree=33010416/33010684
[pid=62311] ppid=62306 vsize=2128428 memory=114404 CPUtime=3393.26 cores=4,6
/proc/62311/stat : 62311 (pb_picat) R 62306 62311 61786 0 -1 4194304 1470685 0 0 0 338730 596 0 0 20 0 1 0 57748916 2179510272 28601 18446744073709551615 94322143571968 94322144973549 140727855752048 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94322145244976 94322147119280 94322166382592 140727855757726 140727855757802 140727855757802 140727855763404 0
/proc/62311/statm: 532107 28601 1760 343 0 529171 0
Current children cumulated CPU time: 3393.26 s
Current children cumulated vsize: 2128428 KiB
Current children cumulated memory: 114404 KiB

[startup+3462.3 s]
/proc/loadavg: 2.08 2.15 2.09 3/251 62573
/proc/meminfo: memFree=129352236/131249996 swapFree=33010416/33010684
[pid=62311] ppid=62306 vsize=2128428 memory=89384 CPUtime=3453.13 cores=4,6
/proc/62311/stat : 62311 (pb_picat) R 62306 62311 61786 0 -1 4194304 1484343 0 0 0 344708 605 0 0 20 0 1 0 57748916 2179510272 22346 18446744073709551615 94322143571968 94322144973549 140727855752048 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94322145244976 94322147119280 94322166382592 140727855757726 140727855757802 140727855757802 140727855763404 0
/proc/62311/statm: 532107 22346 1760 343 0 529171 0
Current children cumulated CPU time: 3453.13 s
Current children cumulated vsize: 2128428 KiB
Current children cumulated memory: 89384 KiB

[startup+3522.3 s]
/proc/loadavg: 2.13 2.15 2.09 3/251 62575
/proc/meminfo: memFree=129343412/131249996 swapFree=33010416/33010684
[pid=62311] ppid=62306 vsize=2128428 memory=108260 CPUtime=3512.99 cores=4,6
/proc/62311/stat : 62311 (pb_picat) R 62306 62311 61786 0 -1 4194304 1494710 0 0 0 350688 611 0 0 20 0 1 0 57748916 2179510272 27065 18446744073709551615 94322143571968 94322144973549 140727855752048 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94322145244976 94322147119280 94322166382592 140727855757726 140727855757802 140727855757802 140727855763404 0
/proc/62311/statm: 532107 27065 1760 343 0 529171 0
Current children cumulated CPU time: 3512.99 s
Current children cumulated vsize: 2128428 KiB
Current children cumulated memory: 108260 KiB

[startup+3582.3 s]
/proc/loadavg: 2.10 2.14 2.09 3/251 62579
/proc/meminfo: memFree=129363608/131249996 swapFree=33010416/33010684
[pid=62311] ppid=62306 vsize=2095660 memory=83684 CPUtime=3572.86 cores=4,6
/proc/62311/stat : 62311 (pb_picat) R 62306 62311 61786 0 -1 4194304 1517030 0 0 0 356662 624 0 0 20 0 1 0 57748916 2145955840 20921 18446744073709551615 94322143571968 94322144973549 140727855752048 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94322145244976 94322147119280 94322166382592 140727855757726 140727855757802 140727855757802 140727855763404 0
/proc/62311/statm: 523915 20921 1760 343 0 520979 0
Current children cumulated CPU time: 3572.86 s
Current children cumulated vsize: 2095660 KiB
Current children cumulated memory: 83684 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.5 s]
/proc/loadavg: 2.13 2.14 2.09 3/251 62579
/proc/meminfo: memFree=129351592/131249996 swapFree=33010416/33010684
[pid=62311] ppid=62306 vsize=2112044 memory=89324 CPUtime=3600 cores=4,6
/proc/62311/stat : 62311 (pb_picat) R 62306 62311 61786 0 -1 4194304 1532283 0 0 0 359370 630 0 0 20 0 1 0 57748916 2162733056 22331 18446744073709551615 94322143571968 94322144973549 140727855752048 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94322145244976 94322147119280 94322166382592 140727855757726 140727855757802 140727855757802 140727855763404 0
/proc/62311/statm: 528011 22331 1760 343 0 525075 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 2112044 KiB
Current children cumulated memory: 89324 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.7 s, system=6.30893 s

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

[startup+3609.5 s]
/proc/loadavg: 2.13 2.14 2.09 3/251 62579
/proc/meminfo: memFree=129351592/131249996 swapFree=33010416/33010684
[pid=62311] ppid=62306 vsize=2112044 memory=89324 CPUtime=3600 cores=4,6
/proc/62311/stat : 62311 (pb_picat) R 62306 62311 61786 0 -1 4194304 1532283 0 0 0 359370 630 0 0 20 0 1 0 57748916 2162733056 22331 18446744073709551615 94322143571968 94322144973549 140727855752048 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94322145244976 94322147119280 94322166382592 140727855757726 140727855757802 140727855757802 140727855763404 0
/proc/62311/statm: 528011 22331 1760 343 0 525075 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 2112044 KiB
Current children cumulated memory: 89324 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3609.5
CPU time (s): 3600.01
CPU user time (s): 3593.7
CPU system time (s): 6.30893
CPU usage (%): 99.7371
Max. virtual memory (cumulated for all children) (KiB): 2210348
Max. memory (cumulated for all children) (KiB): 145628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.7
system time used= 6.30893
maximum resident set size= 145628
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1532283
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= 122
involuntary context switches= 4627


# summary of solver processes directly reported to runsolver:
#   pid: 62311
#   total CPU time (s): 3600.01
#   total CPU user time (s): 3593.7
#   total CPU system time (s): 6.30893

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.41843 second user time and 14.9603 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-07-02 03:45:11
IDJOB=4502551
IDBENCH=155351
IDSOLVER=3346
FILE ID=nodeC022/4502551-1751420711
RUNJOBID= nodeC022-1751420711-62266
SLURM_JOB_ID= 9598346
Free space on /tmp= 432736 MiB

SOLVER NAME= Picat 2025-06-16
BENCH NAME= PB24/normalized-PB11/OPT-LIN/heinz/normalized-macrophage.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4502551-1751420711/watcher-4502551-1751420711 -o /tmp/evaluation-result-4502551-1751420711/solver-4502551-1751420711 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751420711-62266 --watchdog 3760  pb_picat HOME/instance-4502551-1751420711.opb

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

MD5SUM BENCH= 2f82c54793882c204ddc05592af9cf2a
RANDOM SEED=1534238637

nodeC022 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.742
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.745
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.44
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		: 3636.750
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.44
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.286
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.44
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.637
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.44
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		: 3215.426
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.44
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		: 3600.271
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.44
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.730
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129457504 kB
MemAvailable:   129737176 kB
Buffers:            2128 kB
Cached:          1081732 kB
SwapCached:           32 kB
Active:           454604 kB
Inactive:         693620 kB
Active(anon):      78196 kB
Inactive(anon):     4196 kB
Active(file):     376408 kB
Inactive(file):   689424 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             11068 kB
Writeback:             0 kB
AnonPages:         67520 kB
Mapped:           102688 kB
Shmem:             18028 kB
KReclaimable:     105760 kB
Slab:             193892 kB
SReclaimable:     105760 kB
SUnreclaim:        88132 kB
KernelStack:        4128 kB
PageTables:         2836 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     330960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432720 MiB
End job on nodeC022 at 2025-07-02 04:45:21