Trace number 4528816

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
pb_picat 2025-07-11OPT-5301516 1304.91 1308.32

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-NLC/minlplib2-pb-0.1.0/
opb/normalized-graphpart_3g-0344-0344.opb
MD5SUMb00a1f0a29adc01e4225355c4efe31e0
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-5301516
Best CPU time to get the best result obtained on this benchmark3.46951
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables144
Total number of constraints48
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)48
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 432
Biggest coefficient in the objective function 273533
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 35354751
Number of bits of the sum of numbers in the objective function 26
Biggest number in a constraint 273533
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 35354751
Number of bits of the biggest sum of numbers26
Number of products (including duplicates)432
Sum of products size (including duplicates)864
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.01	c solving HOME/instance-4528816-1752245745.opb (Picat 3.9b11, 7/10/2025)
0.78/0.80	o -62235
12.45/12.52	o -5030519
59.23/59.42	o -5301516
1304.88/1308.31	s OPTIMUM FOUND
1304.88/1308.31	v x84 ~x44 x53 ~x66 ~x15 x85 ~x116 ~x125 ~x138 ~x27 
1304.88/1308.31	v ~x86 x21 ~x54 ~x67 ~x39 ~x87 ~x33 x126 ~x139 x111 
1304.88/1308.31	v ~x88 x45 ~x55 x68 x7 x89 x117 x127 x140 x16 
1304.88/1308.31	v ~x90 x22 x56 ~x69 ~x28 ~x91 ~x34 ~x128 ~x141 ~x40 
1304.88/1308.31	v x92 ~x46 ~x57 ~x70 ~x112 ~x93 ~x118 ~x129 ~x1 ~x142 
1304.88/1308.31	v ~x8 x94 ~x23 x58 ~x10 ~x71 ~x17 ~x95 x35 ~x130 
1304.88/1308.31	v ~x4 x143 x29 ~x96 ~x47 ~x59 x13 x72 ~x41 ~x97 
1304.88/1308.31	v ~x119 x131 ~x25 ~x144 x113 x98 ~x24 ~x60 x37 ~x73 
1304.88/1308.31	v ~x9 ~x99 ~x36 ~x132 ~x109 ~x74 ~x18 ~x100 x48 ~x61 
1304.88/1308.31	v ~x2 x75 ~x30 x101 x120 ~x133 ~x5 ~x76 x42 ~x102 
1304.88/1308.31	v ~x49 x62 x11 ~x77 ~x114 ~x103 ~x121 x134 ~x14 x78 
1304.88/1308.31	v ~x19 x104 x50 ~x63 x26 ~x79 ~x31 ~x105 ~x122 ~x135 
1304.88/1308.31	v ~x38 x80 ~x43 ~x106 ~x51 ~x64 ~x110 ~x81 ~x115 ~x107 
1304.88/1308.31	v x123 ~x136 x3 ~x82 ~x20 x108 ~x52 x65 x6 ~x83 
1304.88/1308.31	v x32 ~x124 x137 ~x12 

Verifier Data

OK	-5301516

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4528816-1752245745/watcher-4528816-1752245745 -o /tmp/evaluation-result-4528816-1752245745/solver-4528816-1752245745 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1752245588-110839 --watchdog 3760 pb_picat HOME/instance-4528816-1752245745.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
solver pid=111081, runsolver pid=111078
Current StackSize limit: 8192 KiB


[startup+0.100098 s]*
/proc/loadavg: 4.12 2.91 2.51 5/250 111082
/proc/meminfo: memFree=118057824/131382120 swapFree=33010160/33010684
[pid=111081] ppid=111078 vsize=2035552 memory=20940 CPUtime=0.09 cores=1,3
/proc/111081/stat : 111081 (pb_picat) R 111078 111081 110827 0 -1 4194304 1158 0 0 0 6 3 0 0 20 0 1 0 140253606 2084405248 5235 18446744073709551615 94460686696448 94460688098029 140727342817936 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94460688369456 94460690243696 94460727549952 140727342823836 140727342823912 140727342823912 140727342829516 0
/proc/111081/statm: 508888 5235 1728 343 0 505952 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2035552 KiB
Current children cumulated memory: 20940 KiB

[startup+0.212971 s]*
/proc/loadavg: 4.12 2.91 2.51 5/250 111082
/proc/meminfo: memFree=118057824/131382120 swapFree=33010160/33010684
[pid=111081] ppid=111078 vsize=2039376 memory=24012 CPUtime=0.2 cores=1,3
/proc/111081/stat : 111081 (pb_picat) R 111078 111081 110827 0 -1 4194304 1996 0 0 0 14 6 0 0 20 0 1 0 140253606 2088321024 6003 18446744073709551615 94460686696448 94460688098029 140727342817936 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94460688369456 94460690243696 94460727549952 140727342823836 140727342823912 140727342823912 140727342829516 0
/proc/111081/statm: 509844 6003 1728 343 0 506908 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2039376 KiB
Current children cumulated memory: 24012 KiB

[startup+0.31242 s]*
/proc/loadavg: 4.12 2.91 2.51 5/250 111082
/proc/meminfo: memFree=118057824/131382120 swapFree=33010160/33010684
[pid=111081] ppid=111078 vsize=2040400 memory=24268 CPUtime=0.3 cores=1,3
/proc/111081/stat : 111081 (pb_picat) R 111078 111081 110827 0 -1 4194304 2078 0 0 0 24 6 0 0 20 0 1 0 140253606 2089369600 6067 18446744073709551615 94460686696448 94460688098029 140727342817936 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94460688369456 94460690243696 94460727549952 140727342823836 140727342823912 140727342823912 140727342829516 0
/proc/111081/statm: 510100 6067 1728 343 0 507164 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2040400 KiB
Current children cumulated memory: 24268 KiB

[startup+0.700251 s]
/proc/loadavg: 4.12 2.91 2.51 5/250 111082
/proc/meminfo: memFree=118057824/131382120 swapFree=33010160/33010684
[pid=111081] ppid=111078 vsize=2036068 memory=21664 CPUtime=0.68 cores=1,3
/proc/111081/stat : 111081 (pb_picat) R 111078 111081 110827 0 -1 4194304 2775 0 0 0 60 8 0 0 20 0 1 0 140253606 2084933632 5416 18446744073709551615 94460686696448 94460688098029 140727342817936 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94460688369456 94460690243696 94460727549952 140727342823836 140727342823912 140727342823912 140727342829516 0
/proc/111081/statm: 509017 5416 1728 343 0 506081 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2036068 KiB
Current children cumulated memory: 21664 KiB

[startup+1.50028 s]
/proc/loadavg: 4.12 2.91 2.51 5/250 111082
/proc/meminfo: memFree=118057320/131382120 swapFree=33010160/33010684
[pid=111081] ppid=111078 vsize=2041728 memory=26752 CPUtime=1.47 cores=1,3
/proc/111081/stat : 111081 (pb_picat) R 111078 111081 110827 0 -1 4194304 5389 0 0 0 133 14 0 0 20 0 1 0 140253606 2090729472 6688 18446744073709551615 94460686696448 94460688098029 140727342817936 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94460688369456 94460690243696 94460727549952 140727342823836 140727342823912 140727342823912 140727342829516 0
/proc/111081/statm: 510432 6688 1728 343 0 507496 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 2041728 KiB
Current children cumulated memory: 26752 KiB

[startup+3.11217 s]
/proc/loadavg: 4.12 2.91 2.51 5/250 111082
/proc/meminfo: memFree=118057580/131382120 swapFree=33010160/33010684
[pid=111081] ppid=111078 vsize=2041728 memory=26752 CPUtime=3.08 cores=1,3
/proc/111081/stat : 111081 (pb_picat) R 111078 111081 110827 0 -1 4194304 5402 0 0 0 294 14 0 0 20 0 1 0 140253606 2090729472 6688 18446744073709551615 94460686696448 94460688098029 140727342817936 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94460688369456 94460690243696 94460727549952 140727342823836 140727342823912 140727342823912 140727342829516 0
/proc/111081/statm: 510432 6688 1728 343 0 507496 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 2041728 KiB
Current children cumulated memory: 26752 KiB

[startup+6.30026 s]
/proc/loadavg: 4.11 2.93 2.52 5/250 111082
/proc/meminfo: memFree=118049704/131382120 swapFree=33010160/33010684
[pid=111081] ppid=111078 vsize=2049928 memory=31880 CPUtime=6.26 cores=1,3
/proc/111081/stat : 111081 (pb_picat) R 111078 111081 110827 0 -1 4194304 8707 0 0 0 611 15 0 0 20 0 1 0 140253606 2099126272 7970 18446744073709551615 94460686696448 94460688098029 140727342817936 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94460688369456 94460690243696 94460727549952 140727342823836 140727342823912 140727342823912 140727342829516 0
/proc/111081/statm: 512482 7970 1728 343 0 509546 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 2049928 KiB
Current children cumulated memory: 31880 KiB

[startup+12.7003 s]
/proc/loadavg: 4.18 2.97 2.53 5/250 111082
/proc/meminfo: memFree=118036220/131382120 swapFree=33010160/33010684
[pid=111081] ppid=111078 vsize=2041776 memory=26824 CPUtime=12.65 cores=1,3
/proc/111081/stat : 111081 (pb_picat) R 111078 111081 110827 0 -1 4194304 16669 0 0 0 1246 19 0 0 20 0 1 0 140253606 2090778624 6706 18446744073709551615 94460686696448 94460688098029 140727342817936 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94460688369456 94460690243696 94460727549952 140727342823836 140727342823912 140727342823912 140727342829516 0
/proc/111081/statm: 510444 6706 1728 343 0 507508 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2041776 KiB
Current children cumulated memory: 26824 KiB

[startup+25.5003 s]
/proc/loadavg: 4.14 3.02 2.56 5/250 111082
/proc/meminfo: memFree=117966560/131382120 swapFree=33010160/33010684
[pid=111081] ppid=111078 vsize=2048048 memory=32084 CPUtime=25.42 cores=1,3
/proc/111081/stat : 111081 (pb_picat) R 111078 111081 110827 0 -1 4194304 17480 0 0 0 2518 24 0 0 20 0 1 0 140253606 2097201152 8021 18446744073709551615 94460686696448 94460688098029 140727342817936 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94460688369456 94460690243696 94460727549952 140727342823836 140727342823912 140727342823912 140727342829516 0
/proc/111081/statm: 512012 8021 1728 343 0 509076 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 2048048 KiB
Current children cumulated memory: 32084 KiB

[startup+51.1126 s]
/proc/loadavg: 4.09 3.10 2.60 5/250 111083
/proc/meminfo: memFree=117767848/131382120 swapFree=33010160/33010684
[pid=111081] ppid=111078 vsize=2048048 memory=33020 CPUtime=50.96 cores=1,3
/proc/111081/stat : 111081 (pb_picat) R 111078 111081 110827 0 -1 4194304 19886 0 0 0 5069 27 0 0 20 0 1 0 140253606 2097201152 8255 18446744073709551615 94460686696448 94460688098029 140727342817936 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94460688369456 94460690243696 94460727549952 140727342823836 140727342823912 140727342823912 140727342829516 0
/proc/111081/statm: 512012 8255 1728 343 0 509076 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 2048048 KiB
Current children cumulated memory: 33020 KiB

[startup+102.3 s]
/proc/loadavg: 4.16 3.27 2.68 5/250 111084
/proc/meminfo: memFree=117385660/131382120 swapFree=33010160/33010684
[pid=111081] ppid=111078 vsize=2050096 memory=34936 CPUtime=102.02 cores=1,3
/proc/111081/stat : 111081 (pb_picat) R 111078 111081 110827 0 -1 4194304 25194 0 0 0 10168 34 0 0 20 0 1 0 140253606 2099298304 8734 18446744073709551615 94460686696448 94460688098029 140727342817936 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94460688369456 94460690243696 94460727549952 140727342823836 140727342823912 140727342823912 140727342829516 0
/proc/111081/statm: 512524 8734 1728 343 0 509588 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 2050096 KiB
Current children cumulated memory: 34936 KiB

[startup+162.3 s]
/proc/loadavg: 4.06 3.41 2.77 5/250 111089
/proc/meminfo: memFree=117666016/131382120 swapFree=33010160/33010684
[pid=111081] ppid=111078 vsize=2054244 memory=38660 CPUtime=161.87 cores=1,3
/proc/111081/stat : 111081 (pb_picat) R 111078 111081 110827 0 -1 4194304 31171 0 0 0 16150 37 0 0 20 0 1 0 140253606 2103545856 9665 18446744073709551615 94460686696448 94460688098029 140727342817936 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94460688369456 94460690243696 94460727549952 140727342823836 140727342823912 140727342823912 140727342829516 0
/proc/111081/statm: 513561 9665 1728 343 0 510625 0
Current children cumulated CPU time: 161.87 s
Current children cumulated vsize: 2054244 KiB
Current children cumulated memory: 38660 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 3.55 2.86 5/250 111095
/proc/meminfo: memFree=117628288/131382120 swapFree=33010160/33010684
[pid=111081] ppid=111078 vsize=2050456 memory=34900 CPUtime=221.71 cores=1,3
/proc/111081/stat : 111081 (pb_picat) R 111078 111081 110827 0 -1 4194304 41922 0 0 0 22128 43 0 0 20 0 1 0 140253606 2099666944 8725 18446744073709551615 94460686696448 94460688098029 140727342817936 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94460688369456 94460690243696 94460727549952 140727342823836 140727342823912 140727342823912 140727342829516 0
/proc/111081/statm: 512614 8725 1728 343 0 509678 0
Current children cumulated CPU time: 221.71 s
Current children cumulated vsize: 2050456 KiB
Current children cumulated memory: 34900 KiB

[startup+282.3 s]
/proc/loadavg: 4.13 3.66 2.94 5/250 111097
/proc/meminfo: memFree=117468892/131382120 swapFree=33010160/33010684
[pid=111081] ppid=111078 vsize=2052300 memory=35732 CPUtime=281.55 cores=1,3
/proc/111081/stat : 111081 (pb_picat) R 111078 111081 110827 0 -1 4194304 51626 0 0 0 28109 46 0 0 20 0 1 0 140253606 2101555200 8933 18446744073709551615 94460686696448 94460688098029 140727342817936 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94460688369456 94460690243696 94460727549952 140727342823836 140727342823912 140727342823912 140727342829516 0
/proc/111081/statm: 513075 8933 1728 343 0 510139 0
Current children cumulated CPU time: 281.55 s
Current children cumulated vsize: 2052300 KiB
Current children cumulated memory: 35732 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 3.74 3.02 5/250 111110
/proc/meminfo: memFree=116932660/131382120 swapFree=33010160/33010684
[pid=111081] ppid=111078 vsize=2042136 memory=27440 CPUtime=341.39 cores=1,3
/proc/111081/stat : 111081 (pb_picat) R 111078 111081 110827 0 -1 4194304 75833 0 0 0 34085 54 0 0 20 0 1 0 140253606 2091147264 6860 18446744073709551615 94460686696448 94460688098029 140727342817936 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94460688369456 94460690243696 94460727549952 140727342823836 140727342823912 140727342823912 140727342829516 0
/proc/111081/statm: 510534 6860 1728 343 0 507598 0
Current children cumulated CPU time: 341.39 s
Current children cumulated vsize: 2042136 KiB
Current children cumulated memory: 27440 KiB

[startup+402.3 s]
/proc/loadavg: 4.15 3.82 3.09 5/250 111112
/proc/meminfo: memFree=117046048/131382120 swapFree=33010160/33010684
[pid=111081] ppid=111078 vsize=2056476 memory=40316 CPUtime=401.24 cores=1,3
/proc/111081/stat : 111081 (pb_picat) R 111078 111081 110827 0 -1 4194304 86059 0 0 0 40066 58 0 0 20 0 1 0 140253606 2105831424 10079 18446744073709551615 94460686696448 94460688098029 140727342817936 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94460688369456 94460690243696 94460727549952 140727342823836 140727342823912 140727342823912 140727342829516 0
/proc/111081/statm: 514119 10079 1728 343 0 511183 0
Current children cumulated CPU time: 401.24 s
Current children cumulated vsize: 2056476 KiB
Current children cumulated memory: 40316 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 3.87 3.16 5/249 111114
/proc/meminfo: memFree=117079376/131382120 swapFree=33010160/33010684
[pid=111081] ppid=111078 vsize=2046252 memory=29688 CPUtime=461.08 cores=1,3
/proc/111081/stat : 111081 (pb_picat) R 111078 111081 110827 0 -1 4194304 91329 0 0 0 46046 62 0 0 20 0 1 0 140253606 2095362048 7422 18446744073709551615 94460686696448 94460688098029 140727342817936 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94460688369456 94460690243696 94460727549952 140727342823836 140727342823912 140727342823912 140727342829516 0
/proc/111081/statm: 511563 7422 1728 343 0 508627 0
Current children cumulated CPU time: 461.08 s

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

/proc/loadavg: 4.49 4.15 3.52 5/250 111133
/proc/meminfo: memFree=116931364/131382120 swapFree=33010160/33010684
[pid=111081] ppid=111078 vsize=2060692 memory=40304 CPUtime=820.14 cores=1,3
/proc/111081/stat : 111081 (pb_picat) R 111078 111081 110827 0 -1 4194304 110693 0 0 0 81935 79 0 0 20 0 1 0 140253606 2110148608 10076 18446744073709551615 94460686696448 94460688098029 140727342817936 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94460688369456 94460690243696 94460727549952 140727342823836 140727342823912 140727342823912 140727342829516 0
/proc/111081/statm: 515173 10076 1728 343 0 512237 0
Current children cumulated CPU time: 820.14 s
Current children cumulated vsize: 2060692 KiB
Current children cumulated memory: 40304 KiB

[startup+882.3 s]
/proc/loadavg: 4.57 4.25 3.59 5/250 111135
/proc/meminfo: memFree=117978336/131382120 swapFree=33010160/33010684
[pid=111081] ppid=111078 vsize=2042340 memory=27456 CPUtime=879.98 cores=1,3
/proc/111081/stat : 111081 (pb_picat) R 111078 111081 110827 0 -1 4194304 114939 0 0 0 87915 83 0 0 20 0 1 0 140253606 2091356160 6864 18446744073709551615 94460686696448 94460688098029 140727342817936 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94460688369456 94460690243696 94460727549952 140727342823836 140727342823912 140727342823912 140727342829516 0
/proc/111081/statm: 510585 6864 1728 343 0 507649 0
Current children cumulated CPU time: 879.98 s
Current children cumulated vsize: 2042340 KiB
Current children cumulated memory: 27456 KiB

[startup+942.3 s]
/proc/loadavg: 4.26 4.22 3.63 5/250 111137
/proc/meminfo: memFree=116981580/131382120 swapFree=33010160/33010684
[pid=111081] ppid=111078 vsize=2048484 memory=33072 CPUtime=939.83 cores=1,3
/proc/111081/stat : 111081 (pb_picat) R 111078 111081 110827 0 -1 4194304 118842 0 0 0 93898 85 0 0 20 0 1 0 140253606 2097647616 8268 18446744073709551615 94460686696448 94460688098029 140727342817936 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94460688369456 94460690243696 94460727549952 140727342823836 140727342823912 140727342823912 140727342829516 0
/proc/111081/statm: 512121 8268 1728 343 0 509185 0
Current children cumulated CPU time: 939.83 s
Current children cumulated vsize: 2048484 KiB
Current children cumulated memory: 33072 KiB

[startup+1002.3 s]
/proc/loadavg: 4.58 4.31 3.70 5/252 111142
/proc/meminfo: memFree=116998756/131382120 swapFree=33010160/33010684
[pid=111081] ppid=111078 vsize=2050632 memory=35424 CPUtime=999.67 cores=1,3
/proc/111081/stat : 111081 (pb_picat) R 111078 111081 110827 0 -1 4194304 121871 0 0 0 99879 88 0 0 20 0 1 0 140253606 2099847168 8856 18446744073709551615 94460686696448 94460688098029 140727342817936 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94460688369456 94460690243696 94460727549952 140727342823836 140727342823912 140727342823912 140727342829516 0
/proc/111081/statm: 512658 8856 1728 343 0 509722 0
Current children cumulated CPU time: 999.67 s
Current children cumulated vsize: 2050632 KiB
Current children cumulated memory: 35424 KiB

[startup+1062.3 s]
/proc/loadavg: 4.49 4.35 3.75 5/251 111144
/proc/meminfo: memFree=117516948/131382120 swapFree=33010160/33010684
[pid=111081] ppid=111078 vsize=2042440 memory=27412 CPUtime=1059.52 cores=1,3
/proc/111081/stat : 111081 (pb_picat) R 111078 111081 110827 0 -1 4194304 126819 0 0 0 105859 93 0 0 20 0 1 0 140253606 2091458560 6853 18446744073709551615 94460686696448 94460688098029 140727342817936 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94460688369456 94460690243696 94460727549952 140727342823836 140727342823912 140727342823912 140727342829516 0
/proc/111081/statm: 510610 6853 1728 343 0 507674 0
Current children cumulated CPU time: 1059.52 s
Current children cumulated vsize: 2042440 KiB
Current children cumulated memory: 27412 KiB

[startup+1122.3 s]
/proc/loadavg: 4.22 4.30 3.78 5/252 111147
/proc/meminfo: memFree=116968656/131382120 swapFree=33010160/33010684
[pid=111081] ppid=111078 vsize=2048584 memory=32828 CPUtime=1119.36 cores=1,3
/proc/111081/stat : 111081 (pb_picat) R 111078 111081 110827 0 -1 4194304 130493 0 0 0 111840 96 0 0 20 0 1 0 140253606 2097750016 8207 18446744073709551615 94460686696448 94460688098029 140727342817936 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94460688369456 94460690243696 94460727549952 140727342823836 140727342823912 140727342823912 140727342829516 0
/proc/111081/statm: 512146 8207 1728 343 0 509210 0
Current children cumulated CPU time: 1119.36 s
Current children cumulated vsize: 2048584 KiB
Current children cumulated memory: 32828 KiB

[startup+1182.3 s]
/proc/loadavg: 4.26 4.29 3.81 5/252 111149
/proc/meminfo: memFree=117536624/131382120 swapFree=33010160/33010684
[pid=111081] ppid=111078 vsize=2056776 memory=36476 CPUtime=1179.21 cores=1,3
/proc/111081/stat : 111081 (pb_picat) R 111078 111081 110827 0 -1 4194304 134038 0 0 0 117822 99 0 0 20 0 1 0 140253606 2106138624 9119 18446744073709551615 94460686696448 94460688098029 140727342817936 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94460688369456 94460690243696 94460727549952 140727342823836 140727342823912 140727342823912 140727342829516 0
/proc/111081/statm: 514194 9119 1728 343 0 511258 0
Current children cumulated CPU time: 1179.21 s
Current children cumulated vsize: 2056776 KiB
Current children cumulated memory: 36476 KiB

[startup+1242.3 s]
/proc/loadavg: 4.15 4.25 3.83 5/252 111151
/proc/meminfo: memFree=117156004/131382120 swapFree=33010160/33010684
[pid=111081] ppid=111078 vsize=2056776 memory=36776 CPUtime=1239.05 cores=1,3
/proc/111081/stat : 111081 (pb_picat) R 111078 111081 110827 0 -1 4194304 137271 0 0 0 123804 101 0 0 20 0 1 0 140253606 2106138624 9194 18446744073709551615 94460686696448 94460688098029 140727342817936 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94460688369456 94460690243696 94460727549952 140727342823836 140727342823912 140727342823912 140727342829516 0
/proc/111081/statm: 514194 9194 1728 343 0 511258 0
Current children cumulated CPU time: 1239.05 s
Current children cumulated vsize: 2056776 KiB
Current children cumulated memory: 36776 KiB

[startup+1302.3 s]
/proc/loadavg: 4.17 4.23 3.85 5/250 111153
/proc/meminfo: memFree=117059728/131382120 swapFree=33010160/33010684
[pid=111081] ppid=111078 vsize=2058920 memory=41144 CPUtime=1298.89 cores=1,3
/proc/111081/stat : 111081 (pb_picat) R 111078 111081 110827 0 -1 4194304 140471 0 0 0 129785 104 0 0 20 0 1 0 140253606 2108334080 10286 18446744073709551615 94460686696448 94460688098029 140727342817936 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94460688369456 94460690243696 94460727549952 140727342823836 140727342823912 140727342823912 140727342829516 0
/proc/111081/statm: 514730 10286 1728 343 0 511794 0
Current children cumulated CPU time: 1298.89 s
Current children cumulated vsize: 2058920 KiB
Current children cumulated memory: 41144 KiB

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

# cumulated CPU time of all completed processes:  user=1303.86 s, system=1.04809 s

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

[startup+1302.4 s]
/proc/loadavg: 4.17 4.23 3.85 5/250 111153
/proc/meminfo: memFree=117059728/131382120 swapFree=33010160/33010684
[pid=111081] ppid=111078 vsize=2058920 memory=41144 CPUtime=1298.99 cores=1,3
/proc/111081/stat : 111081 (pb_picat) R 111078 111081 110827 0 -1 4194304 140471 0 0 0 129795 104 0 0 20 0 1 0 140253606 2108334080 10286 18446744073709551615 94460686696448 94460688098029 140727342817936 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94460688369456 94460690243696 94460727549952 140727342823836 140727342823912 140727342823912 140727342829516 0
/proc/111081/statm: 514730 10286 1728 343 0 511794 0
Current children cumulated CPU time: 1298.99 s
Current children cumulated vsize: 2058920 KiB
Current children cumulated memory: 41144 KiB

[startup+1305.6 s]
/proc/loadavg: 4.16 4.23 3.85 5/250 111153
/proc/meminfo: memFree=117055632/131382120 swapFree=33010160/33010684
[pid=111081] ppid=111078 vsize=2058920 memory=41144 CPUtime=1302.19 cores=1,3
/proc/111081/stat : 111081 (pb_picat) R 111078 111081 110827 0 -1 4194304 140471 0 0 0 130115 104 0 0 20 0 1 0 140253606 2108334080 10286 18446744073709551615 94460686696448 94460688098029 140727342817936 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94460688369456 94460690243696 94460727549952 140727342823836 140727342823912 140727342823912 140727342829516 0
/proc/111081/statm: 514730 10286 1728 343 0 511794 0
Current children cumulated CPU time: 1302.19 s
Current children cumulated vsize: 2058920 KiB
Current children cumulated memory: 41144 KiB

[startup+1307.2 s]
/proc/loadavg: 4.16 4.23 3.85 5/250 111153
/proc/meminfo: memFree=117026960/131382120 swapFree=33010160/33010684
[pid=111081] ppid=111078 vsize=2058920 memory=41144 CPUtime=1303.78 cores=1,3
/proc/111081/stat : 111081 (pb_picat) R 111078 111081 110827 0 -1 4194304 140471 0 0 0 130274 104 0 0 20 0 1 0 140253606 2108334080 10286 18446744073709551615 94460686696448 94460688098029 140727342817936 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94460688369456 94460690243696 94460727549952 140727342823836 140727342823912 140727342823912 140727342829516 0
/proc/111081/statm: 514730 10286 1728 343 0 511794 0
Current children cumulated CPU time: 1303.78 s
Current children cumulated vsize: 2058920 KiB
Current children cumulated memory: 41144 KiB

[startup+1308 s]*
/proc/loadavg: 4.16 4.23 3.85 5/250 111153
/proc/meminfo: memFree=116998652/131382120 swapFree=33010160/33010684
[pid=111081] ppid=111078 vsize=2058920 memory=41144 CPUtime=1304.59 cores=1,3
/proc/111081/stat : 111081 (pb_picat) R 111078 111081 110827 0 -1 4194304 140471 0 0 0 130355 104 0 0 20 0 1 0 140253606 2108334080 10286 18446744073709551615 94460686696448 94460688098029 140727342817936 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94460688369456 94460690243696 94460727549952 140727342823836 140727342823912 140727342823912 140727342829516 0
/proc/111081/statm: 514730 10286 1728 343 0 511794 0
Current children cumulated CPU time: 1304.59 s
Current children cumulated vsize: 2058920 KiB
Current children cumulated memory: 41144 KiB

[startup+1308.2 s]
/proc/loadavg: 4.16 4.23 3.85 5/250 111153
/proc/meminfo: memFree=116998652/131382120 swapFree=33010160/33010684
[pid=111081] ppid=111078 vsize=2058920 memory=41144 CPUtime=1304.78 cores=1,3
/proc/111081/stat : 111081 (pb_picat) R 111078 111081 110827 0 -1 4194304 140471 0 0 0 130374 104 0 0 20 0 1 0 140253606 2108334080 10286 18446744073709551615 94460686696448 94460688098029 140727342817936 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94460688369456 94460690243696 94460727549952 140727342823836 140727342823912 140727342823912 140727342829516 0
/proc/111081/statm: 514730 10286 1728 343 0 511794 0
Current children cumulated CPU time: 1304.78 s
Current children cumulated vsize: 2058920 KiB
Current children cumulated memory: 41144 KiB

[startup+1308.3 s]
/proc/loadavg: 4.16 4.23 3.85 5/250 111153
/proc/meminfo: memFree=116998652/131382120 swapFree=33010160/33010684
[pid=111081] ppid=111078 vsize=2058920 memory=41144 CPUtime=1304.88 cores=1,3
/proc/111081/stat : 111081 (pb_picat) R 111078 111081 110827 0 -1 4194304 140471 0 0 0 130384 104 0 0 20 0 1 0 140253606 2108334080 10286 18446744073709551615 94460686696448 94460688098029 140727342817936 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94460688369456 94460690243696 94460727549952 140727342823836 140727342823912 140727342823912 140727342829516 0
/proc/111081/statm: 514730 10286 1728 343 0 511794 0
Current children cumulated CPU time: 1304.88 s
Current children cumulated vsize: 2058920 KiB
Current children cumulated memory: 41144 KiB

Child status: 0

Real time (s): 1308.32
CPU time (s): 1304.91
CPU user time (s): 1303.86
CPU system time (s): 1.04809
CPU usage (%): 99.7393
Max. virtual memory (cumulated for all children) (KiB): 2064968
Max. memory (cumulated for all children) (KiB): 46848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1303.86
system time used= 1.04809
maximum resident set size= 46848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 140476
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 67
involuntary context switches= 1533


# summary of solver processes directly reported to runsolver:
#   pid: 111081
#   total CPU time (s): 1304.91
#   total CPU user time (s): 1303.86
#   total CPU system time (s): 1.04809

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.21129 second user time and 11.6243 second system time

The end

Launcher Data

Begin job on nodeC008 at 2025-07-11 16:55:45
IDJOB=4528816
IDBENCH=160615
IDSOLVER=3385
FILE ID=nodeC008/4528816-1752245745
RUNJOBID= nodeC008-1752245588-110839
SLURM_JOB_ID= 9682575
Free space on /tmp= 432764 MiB

SOLVER NAME= pb_picat 2025-07-11
BENCH NAME= PB24/normalized-PB15eval/OPT-NLC/minlplib2-pb-0.1.0/opb/normalized-graphpart_3g-0344-0344.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4528816-1752245745/watcher-4528816-1752245745 -o /tmp/evaluation-result-4528816-1752245745/solver-4528816-1752245745 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1752245588-110839 --watchdog 3760  pb_picat HOME/instance-4528816-1752245745.opb

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

MD5SUM BENCH= b00a1f0a29adc01e4225355c4efe31e0
RANDOM SEED=1712853517

nodeC008 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		: 3491.862
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.72
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		: 1197.211
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.72
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.521
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.72
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.978
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.72
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		: 3662.735
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.72
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		: 3662.683
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.335
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.72
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	: 6983.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        118057824 kB
MemAvailable:   118358916 kB
Buffers:            2128 kB
Cached:          1093064 kB
SwapCached:           16 kB
Active:         12143708 kB
Inactive:         560076 kB
Active(anon):   11592760 kB
Inactive(anon):    33752 kB
Active(file):     550948 kB
Inactive(file):   526324 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3616 kB
Writeback:             0 kB
AnonPages:      11611640 kB
Mapped:           115544 kB
Shmem:             17920 kB
KReclaimable:     126892 kB
Slab:             214196 kB
SReclaimable:     126892 kB
SUnreclaim:        87304 kB
KernelStack:        4080 kB
PageTables:        26044 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:   19904148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149416 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9279488 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:      181064 kB
DirectMap2M:     9158656 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432760 MiB
End job on nodeC008 at 2025-07-11 17:17:34