Trace number 4512303

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-16OPT-5301516 1317.21 1321.3

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4512303-1751524110/watcher-4512303-1751524110 -o /tmp/evaluation-result-4512303-1751524110/solver-4512303-1751524110 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751516881-86832 --watchdog 3760 pb_picat HOME/instance-4512303-1751524110.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=87728, runsolver pid=87725

[startup+0.100066 s]*
/proc/loadavg: 4.32 4.25 4.14 5/263 87729
/proc/meminfo: memFree=128739224/131250000 swapFree=33010160/33010684
[pid=87728] ppid=87725 vsize=2040400 memory=26204 CPUtime=0.09 cores=1,3
/proc/87728/stat : 87728 (pb_picat) R 87725 87728 86820 0 -1 4194304 2090 0 0 0 8 1 0 0 20 0 1 0 68088604 2089369600 6551 18446744073709551615 94350343999488 94350345401069 140728802537824 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94350345672496 94350347546800 94350378041344 140728802544030 140728802544106 140728802544106 140728802549708 0
/proc/87728/statm: 510100 6551 1696 343 0 507164 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2040400 KiB
Current children cumulated memory: 26204 KiB

[startup+0.205526 s]*
/proc/loadavg: 4.29 4.25 4.14 5/263 87729
/proc/meminfo: memFree=128739224/131250000 swapFree=33010160/33010684
[pid=87728] ppid=87725 vsize=2040312 memory=26120 CPUtime=0.19 cores=1,3
/proc/87728/stat : 87728 (pb_picat) R 87725 87728 86820 0 -1 4194304 2762 0 0 0 18 1 0 0 20 0 1 0 68088604 2089279488 6530 18446744073709551615 94350343999488 94350345401069 140728802537824 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94350345672496 94350347546800 94350378041344 140728802544030 140728802544106 140728802544106 140728802549708 0
/proc/87728/statm: 510078 6530 1696 343 0 507142 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 2040312 KiB
Current children cumulated memory: 26120 KiB

[startup+0.305445 s]*
/proc/loadavg: 4.29 4.25 4.14 5/263 87729
/proc/meminfo: memFree=128739224/131250000 swapFree=33010160/33010684
[pid=87728] ppid=87725 vsize=2036024 memory=23580 CPUtime=0.3 cores=1,3
/proc/87728/stat : 87728 (pb_picat) R 87725 87728 86820 0 -1 4194304 4077 0 0 0 27 3 0 0 20 0 1 0 68088604 2084888576 5895 18446744073709551615 94350343999488 94350345401069 140728802537824 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94350345672496 94350347546800 94350378041344 140728802544030 140728802544106 140728802544106 140728802549708 0
/proc/87728/statm: 509006 5895 1696 343 0 506070 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2036024 KiB
Current children cumulated memory: 23580 KiB

[startup+0.70017 s]
/proc/loadavg: 4.29 4.25 4.14 5/263 87729
/proc/meminfo: memFree=128739224/131250000 swapFree=33010160/33010684
[pid=87728] ppid=87725 vsize=2041728 memory=28700 CPUtime=0.68 cores=1,3
/proc/87728/stat : 87728 (pb_picat) R 87725 87728 86820 0 -1 4194304 5424 0 0 0 64 4 0 0 20 0 1 0 68088604 2090729472 7175 18446744073709551615 94350343999488 94350345401069 140728802537824 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94350345672496 94350347546800 94350378041344 140728802544030 140728802544106 140728802544106 140728802549708 0
/proc/87728/statm: 510432 7175 1696 343 0 507496 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2041728 KiB
Current children cumulated memory: 28700 KiB

[startup+1.50017 s]
/proc/loadavg: 4.29 4.25 4.14 5/263 87729
/proc/meminfo: memFree=128732608/131250000 swapFree=33010160/33010684
[pid=87728] ppid=87725 vsize=2041728 memory=28700 CPUtime=1.48 cores=1,3
/proc/87728/stat : 87728 (pb_picat) R 87725 87728 86820 0 -1 4194304 5424 0 0 0 144 4 0 0 20 0 1 0 68088604 2090729472 7175 18446744073709551615 94350343999488 94350345401069 140728802537824 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94350345672496 94350347546800 94350378041344 140728802544030 140728802544106 140728802544106 140728802549708 0
/proc/87728/statm: 510432 7175 1696 343 0 507496 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2041728 KiB
Current children cumulated memory: 28700 KiB

[startup+3.10532 s]
/proc/loadavg: 4.29 4.25 4.14 5/263 87729
/proc/meminfo: memFree=128731884/131250000 swapFree=33010160/33010684
[pid=87728] ppid=87725 vsize=2041728 memory=28828 CPUtime=3.08 cores=1,3
/proc/87728/stat : 87728 (pb_picat) R 87725 87728 86820 0 -1 4194304 5450 0 0 0 304 4 0 0 20 0 1 0 68088604 2090729472 7207 18446744073709551615 94350343999488 94350345401069 140728802537824 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94350345672496 94350347546800 94350378041344 140728802544030 140728802544106 140728802544106 140728802549708 0
/proc/87728/statm: 510432 7207 1696 343 0 507496 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 2041728 KiB
Current children cumulated memory: 28828 KiB

[startup+6.30016 s]
/proc/loadavg: 4.27 4.24 4.14 5/263 87729
/proc/meminfo: memFree=128728136/131250000 swapFree=33010160/33010684
[pid=87728] ppid=87725 vsize=2047880 memory=34332 CPUtime=6.26 cores=1,3
/proc/87728/stat : 87728 (pb_picat) R 87725 87728 86820 0 -1 4194304 9616 0 0 0 621 5 0 0 20 0 1 0 68088604 2097029120 8583 18446744073709551615 94350343999488 94350345401069 140728802537824 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94350345672496 94350347546800 94350378041344 140728802544030 140728802544106 140728802544106 140728802549708 0
/proc/87728/statm: 511970 8583 1696 343 0 509034 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 2047880 KiB
Current children cumulated memory: 34332 KiB

[startup+12.7002 s]
/proc/loadavg: 4.33 4.26 4.15 5/263 87729
/proc/meminfo: memFree=128728364/131250000 swapFree=33010160/33010684
[pid=87728] ppid=87725 vsize=2041776 memory=28772 CPUtime=12.65 cores=1,3
/proc/87728/stat : 87728 (pb_picat) R 87725 87728 86820 0 -1 4194304 16718 0 0 0 1253 12 0 0 20 0 1 0 68088604 2090778624 7193 18446744073709551615 94350343999488 94350345401069 140728802537824 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94350345672496 94350347546800 94350378041344 140728802544030 140728802544106 140728802544106 140728802549708 0
/proc/87728/statm: 510444 7193 1696 343 0 507508 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2041776 KiB
Current children cumulated memory: 28772 KiB

[startup+25.5002 s]
/proc/loadavg: 4.28 4.25 4.14 5/263 87729
/proc/meminfo: memFree=128715320/131250000 swapFree=33010160/33010684
[pid=87728] ppid=87725 vsize=2048048 memory=34024 CPUtime=25.41 cores=1,3
/proc/87728/stat : 87728 (pb_picat) R 87725 87728 86820 0 -1 4194304 17516 0 0 0 2527 14 0 0 20 0 1 0 68088604 2097201152 8506 18446744073709551615 94350343999488 94350345401069 140728802537824 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94350345672496 94350347546800 94350378041344 140728802544030 140728802544106 140728802544106 140728802549708 0
/proc/87728/statm: 512012 8506 1696 343 0 509076 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 2048048 KiB
Current children cumulated memory: 34024 KiB

[startup+51.1053 s]
/proc/loadavg: 4.17 4.22 4.14 5/264 87777
/proc/meminfo: memFree=129055180/131250000 swapFree=33010160/33010684
[pid=87728] ppid=87725 vsize=2048048 memory=34968 CPUtime=50.94 cores=1,3
/proc/87728/stat : 87728 (pb_picat) R 87725 87728 86820 0 -1 4194304 19922 0 0 0 5078 16 0 0 20 0 1 0 68088604 2097201152 8742 18446744073709551615 94350343999488 94350345401069 140728802537824 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94350345672496 94350347546800 94350378041344 140728802544030 140728802544106 140728802544106 140728802549708 0
/proc/87728/statm: 512012 8742 1696 343 0 509076 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 2048048 KiB
Current children cumulated memory: 34968 KiB

[startup+102.3 s]
/proc/loadavg: 4.18 4.22 4.14 5/264 87779
/proc/meminfo: memFree=129012032/131250000 swapFree=33010160/33010684
[pid=87728] ppid=87725 vsize=2050096 memory=35844 CPUtime=101.98 cores=1,3
/proc/87728/stat : 87728 (pb_picat) R 87725 87728 86820 0 -1 4194304 24929 0 0 0 10176 22 0 0 20 0 1 0 68088604 2099298304 8961 18446744073709551615 94350343999488 94350345401069 140728802537824 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94350345672496 94350347546800 94350378041344 140728802544030 140728802544106 140728802544106 140728802549708 0
/proc/87728/statm: 512524 8961 1696 343 0 509588 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 2050096 KiB
Current children cumulated memory: 35844 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.19 4.13 5/264 87781
/proc/meminfo: memFree=129009520/131250000 swapFree=33010160/33010684
[pid=87728] ppid=87725 vsize=2054244 memory=40864 CPUtime=161.81 cores=1,3
/proc/87728/stat : 87728 (pb_picat) R 87725 87728 86820 0 -1 4194304 30647 0 0 0 16156 25 0 0 20 0 1 0 68088604 2103545856 10216 18446744073709551615 94350343999488 94350345401069 140728802537824 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94350345672496 94350347546800 94350378041344 140728802544030 140728802544106 140728802544106 140728802549708 0
/proc/87728/statm: 513561 10216 1696 343 0 510625 0
Current children cumulated CPU time: 161.81 s
Current children cumulated vsize: 2054244 KiB
Current children cumulated memory: 40864 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.17 4.13 5/265 87785
/proc/meminfo: memFree=128994040/131250000 swapFree=33010160/33010684
[pid=87728] ppid=87725 vsize=2050456 memory=36848 CPUtime=221.62 cores=1,3
/proc/87728/stat : 87728 (pb_picat) R 87725 87728 86820 0 -1 4194304 41912 0 0 0 22131 31 0 0 20 0 1 0 68088604 2099666944 9212 18446744073709551615 94350343999488 94350345401069 140728802537824 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94350345672496 94350347546800 94350378041344 140728802544030 140728802544106 140728802544106 140728802549708 0
/proc/87728/statm: 512614 9212 1696 343 0 509678 0
Current children cumulated CPU time: 221.62 s
Current children cumulated vsize: 2050456 KiB
Current children cumulated memory: 36848 KiB

[startup+282.3 s]
/proc/loadavg: 4.13 4.17 4.13 5/265 87787
/proc/meminfo: memFree=128999020/131250000 swapFree=33010160/33010684
[pid=87728] ppid=87725 vsize=2052300 memory=37936 CPUtime=281.43 cores=1,3
/proc/87728/stat : 87728 (pb_picat) R 87725 87728 86820 0 -1 4194304 50368 0 0 0 28109 34 0 0 20 0 1 0 68088604 2101555200 9484 18446744073709551615 94350343999488 94350345401069 140728802537824 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94350345672496 94350347546800 94350378041344 140728802544030 140728802544106 140728802544106 140728802549708 0
/proc/87728/statm: 513075 9484 1696 343 0 510139 0
Current children cumulated CPU time: 281.43 s
Current children cumulated vsize: 2052300 KiB
Current children cumulated memory: 37936 KiB

[startup+342.3 s]
/proc/loadavg: 4.09 4.15 4.12 5/264 87789
/proc/meminfo: memFree=128993840/131250000 swapFree=33010160/33010684
[pid=87728] ppid=87725 vsize=2045168 memory=32096 CPUtime=341.25 cores=1,3
/proc/87728/stat : 87728 (pb_picat) R 87725 87728 86820 0 -1 4194304 74526 0 0 0 34083 42 0 0 20 0 1 0 68088604 2094252032 8024 18446744073709551615 94350343999488 94350345401069 140728802537824 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94350345672496 94350347546800 94350378041344 140728802544030 140728802544106 140728802544106 140728802549708 0
/proc/87728/statm: 511292 8024 1696 343 0 508356 0
Current children cumulated CPU time: 341.25 s
Current children cumulated vsize: 2045168 KiB
Current children cumulated memory: 32096 KiB

[startup+402.3 s]
/proc/loadavg: 4.43 4.24 4.16 5/265 87796
/proc/meminfo: memFree=128993924/131250000 swapFree=33010160/33010684
[pid=87728] ppid=87725 vsize=2056476 memory=42264 CPUtime=401.05 cores=1,3
/proc/87728/stat : 87728 (pb_picat) R 87725 87728 86820 0 -1 4194304 85383 0 0 0 40058 47 0 0 20 0 1 0 68088604 2105831424 10566 18446744073709551615 94350343999488 94350345401069 140728802537824 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94350345672496 94350347546800 94350378041344 140728802544030 140728802544106 140728802544106 140728802549708 0
/proc/87728/statm: 514119 10566 1696 343 0 511183 0
Current children cumulated CPU time: 401.05 s
Current children cumulated vsize: 2056476 KiB
Current children cumulated memory: 42264 KiB

[startup+462.3 s]
/proc/loadavg: 4.36 4.27 4.17 5/265 87798
/proc/meminfo: memFree=128986824/131250000 swapFree=33010160/33010684
[pid=87728] ppid=87725 vsize=2064664 memory=47888 CPUtime=460.87 cores=1,3
/proc/87728/stat : 87728 (pb_picat) R 87725 87728 86820 0 -1 4194304 89601 0 0 0 46037 50 0 0 20 0 1 0 68088604 2114215936 11972 18446744073709551615 94350343999488 94350345401069 140728802537824 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94350345672496 94350347546800 94350378041344 140728802544030 140728802544106 140728802544106 140728802549708 0
/proc/87728/statm: 516166 11972 1696 343 0 513230 0
Current children cumulated CPU time: 460.87 s

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

/proc/loadavg: 4.13 4.15 4.15 5/264 87818
/proc/meminfo: memFree=128977132/131250000 swapFree=33010160/33010684
[pid=87728] ppid=87725 vsize=2058724 memory=44820 CPUtime=879.58 cores=1,3
/proc/87728/stat : 87728 (pb_picat) R 87725 87728 86820 0 -1 4194304 112399 0 0 0 87886 72 0 0 20 0 1 0 68088604 2108133376 11205 18446744073709551615 94350343999488 94350345401069 140728802537824 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94350345672496 94350347546800 94350378041344 140728802544030 140728802544106 140728802544106 140728802549708 0
/proc/87728/statm: 514681 11205 1696 343 0 511745 0
Current children cumulated CPU time: 879.58 s
Current children cumulated vsize: 2058724 KiB
Current children cumulated memory: 44820 KiB

[startup+942.3 s]
/proc/loadavg: 4.10 4.14 4.15 5/264 87820
/proc/meminfo: memFree=128986632/131250000 swapFree=33010160/33010684
[pid=87728] ppid=87725 vsize=2046436 memory=31820 CPUtime=939.39 cores=1,3
/proc/87728/stat : 87728 (pb_picat) R 87725 87728 86820 0 -1 4194304 116908 0 0 0 93862 77 0 0 20 0 1 0 68088604 2095550464 7955 18446744073709551615 94350343999488 94350345401069 140728802537824 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94350345672496 94350347546800 94350378041344 140728802544030 140728802544106 140728802544106 140728802549708 0
/proc/87728/statm: 511609 7955 1696 343 0 508673 0
Current children cumulated CPU time: 939.39 s
Current children cumulated vsize: 2046436 KiB
Current children cumulated memory: 31820 KiB

[startup+1002.3 s]
/proc/loadavg: 4.11 4.12 4.14 5/265 87827
/proc/meminfo: memFree=128969720/131250000 swapFree=33010160/33010684
[pid=87728] ppid=87725 vsize=2050632 memory=36588 CPUtime=999.2 cores=1,3
/proc/87728/stat : 87728 (pb_picat) R 87725 87728 86820 0 -1 4194304 120656 0 0 0 99840 80 0 0 20 0 1 0 68088604 2099847168 9147 18446744073709551615 94350343999488 94350345401069 140728802537824 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94350345672496 94350347546800 94350378041344 140728802544030 140728802544106 140728802544106 140728802549708 0
/proc/87728/statm: 512658 9147 1696 343 0 509722 0
Current children cumulated CPU time: 999.2 s
Current children cumulated vsize: 2050632 KiB
Current children cumulated memory: 36588 KiB

[startup+1062.3 s]
/proc/loadavg: 4.10 4.12 4.13 5/265 87829
/proc/meminfo: memFree=128965692/131250000 swapFree=33010160/33010684
[pid=87728] ppid=87725 vsize=2056776 memory=40464 CPUtime=1059.01 cores=1,3
/proc/87728/stat : 87728 (pb_picat) R 87725 87728 86820 0 -1 4194304 123812 0 0 0 105818 83 0 0 20 0 1 0 68088604 2106138624 10116 18446744073709551615 94350343999488 94350345401069 140728802537824 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94350345672496 94350347546800 94350378041344 140728802544030 140728802544106 140728802544106 140728802549708 0
/proc/87728/statm: 514194 10116 1696 343 0 511258 0
Current children cumulated CPU time: 1059.01 s
Current children cumulated vsize: 2056776 KiB
Current children cumulated memory: 40464 KiB

[startup+1122.3 s]
/proc/loadavg: 4.08 4.11 4.13 5/264 87831
/proc/meminfo: memFree=128959068/131250000 swapFree=33010160/33010684
[pid=87728] ppid=87725 vsize=2058824 memory=44876 CPUtime=1118.83 cores=1,3
/proc/87728/stat : 87728 (pb_picat) R 87725 87728 86820 0 -1 4194304 126758 0 0 0 111797 86 0 0 20 0 1 0 68088604 2108235776 11219 18446744073709551615 94350343999488 94350345401069 140728802537824 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94350345672496 94350347546800 94350378041344 140728802544030 140728802544106 140728802544106 140728802549708 0
/proc/87728/statm: 514706 11219 1696 343 0 511770 0
Current children cumulated CPU time: 1118.83 s
Current children cumulated vsize: 2058824 KiB
Current children cumulated memory: 44876 KiB

[startup+1182.3 s]
/proc/loadavg: 4.06 4.10 4.12 5/265 87834
/proc/meminfo: memFree=128960424/131250000 swapFree=33010160/33010684
[pid=87728] ppid=87725 vsize=2048584 memory=35248 CPUtime=1178.64 cores=1,3
/proc/87728/stat : 87728 (pb_picat) R 87725 87728 86820 0 -1 4194304 132010 0 0 0 117773 91 0 0 20 0 1 0 68088604 2097750016 8812 18446744073709551615 94350343999488 94350345401069 140728802537824 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94350345672496 94350347546800 94350378041344 140728802544030 140728802544106 140728802544106 140728802549708 0
/proc/87728/statm: 512146 8812 1696 343 0 509210 0
Current children cumulated CPU time: 1178.64 s
Current children cumulated vsize: 2048584 KiB
Current children cumulated memory: 35248 KiB

[startup+1242.3 s]
/proc/loadavg: 4.07 4.09 4.12 5/265 87839
/proc/meminfo: memFree=128961544/131250000 swapFree=33010160/33010684
[pid=87728] ppid=87725 vsize=2056776 memory=40780 CPUtime=1238.44 cores=1,3
/proc/87728/stat : 87728 (pb_picat) R 87725 87728 86820 0 -1 4194304 135637 0 0 0 123751 93 0 0 20 0 1 0 68088604 2106138624 10195 18446744073709551615 94350343999488 94350345401069 140728802537824 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94350345672496 94350347546800 94350378041344 140728802544030 140728802544106 140728802544106 140728802549708 0
/proc/87728/statm: 514194 10195 1696 343 0 511258 0
Current children cumulated CPU time: 1238.44 s
Current children cumulated vsize: 2056776 KiB
Current children cumulated memory: 40780 KiB

[startup+1302.3 s]
/proc/loadavg: 4.14 4.10 4.12 5/265 87841
/proc/meminfo: memFree=128955952/131250000 swapFree=33010160/33010684
[pid=87728] ppid=87725 vsize=2050728 memory=36748 CPUtime=1298.26 cores=1,3
/proc/87728/stat : 87728 (pb_picat) R 87725 87728 86820 0 -1 4194304 138281 0 0 0 129730 96 0 0 20 0 1 0 68088604 2099945472 9187 18446744073709551615 94350343999488 94350345401069 140728802537824 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94350345672496 94350347546800 94350378041344 140728802544030 140728802544106 140728802544106 140728802549708 0
/proc/87728/statm: 512682 9187 1696 343 0 509746 0
Current children cumulated CPU time: 1298.26 s
Current children cumulated vsize: 2050728 KiB
Current children cumulated memory: 36748 KiB

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

# cumulated CPU time of all completed processes:  user=1316.24 s, system=0.96895 s

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

[startup+1305.6 s]
/proc/loadavg: 4.14 4.10 4.12 5/265 87841
/proc/meminfo: memFree=128960816/131250000 swapFree=33010160/33010684
[pid=87728] ppid=87725 vsize=2058920 memory=42060 CPUtime=1301.54 cores=1,3
/proc/87728/stat : 87728 (pb_picat) R 87725 87728 86820 0 -1 4194304 138569 0 0 0 130058 96 0 0 20 0 1 0 68088604 2108334080 10515 18446744073709551615 94350343999488 94350345401069 140728802537824 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94350345672496 94350347546800 94350378041344 140728802544030 140728802544106 140728802544106 140728802549708 0
/proc/87728/statm: 514730 10515 1696 343 0 511794 0
Current children cumulated CPU time: 1301.54 s
Current children cumulated vsize: 2058920 KiB
Current children cumulated memory: 42060 KiB

[startup+1312 s]*
/proc/loadavg: 4.12 4.10 4.11 5/265 87841
/proc/meminfo: memFree=128955964/131250000 swapFree=33010160/33010684
[pid=87728] ppid=87725 vsize=2058920 memory=42188 CPUtime=1307.93 cores=1,3
/proc/87728/stat : 87728 (pb_picat) R 87725 87728 86820 0 -1 4194304 138613 0 0 0 130697 96 0 0 20 0 1 0 68088604 2108334080 10547 18446744073709551615 94350343999488 94350345401069 140728802537824 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94350345672496 94350347546800 94350378041344 140728802544030 140728802544106 140728802544106 140728802549708 0
/proc/87728/statm: 514730 10547 1696 343 0 511794 0
Current children cumulated CPU time: 1307.93 s
Current children cumulated vsize: 2058920 KiB
Current children cumulated memory: 42188 KiB

[startup+1315.2 s]
/proc/loadavg: 4.12 4.10 4.11 5/265 87841
/proc/meminfo: memFree=128957036/131250000 swapFree=33010160/33010684
[pid=87728] ppid=87725 vsize=2058920 memory=42572 CPUtime=1311.11 cores=1,3
/proc/87728/stat : 87728 (pb_picat) R 87725 87728 86820 0 -1 4194304 138727 0 0 0 131015 96 0 0 20 0 1 0 68088604 2108334080 10643 18446744073709551615 94350343999488 94350345401069 140728802537824 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94350345672496 94350347546800 94350378041344 140728802544030 140728802544106 140728802544106 140728802549708 0
/proc/87728/statm: 514730 10643 1696 343 0 511794 0
Current children cumulated CPU time: 1311.11 s
Current children cumulated vsize: 2058920 KiB
Current children cumulated memory: 42572 KiB

[startup+1318.4 s]
/proc/loadavg: 4.11 4.10 4.11 5/265 87841
/proc/meminfo: memFree=128957036/131250000 swapFree=33010160/33010684
[pid=87728] ppid=87725 vsize=2058920 memory=42572 CPUtime=1314.3 cores=1,3
/proc/87728/stat : 87728 (pb_picat) R 87725 87728 86820 0 -1 4194304 138727 0 0 0 131334 96 0 0 20 0 1 0 68088604 2108334080 10643 18446744073709551615 94350343999488 94350345401069 140728802537824 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94350345672496 94350347546800 94350378041344 140728802544030 140728802544106 140728802544106 140728802549708 0
/proc/87728/statm: 514730 10643 1696 343 0 511794 0
Current children cumulated CPU time: 1314.3 s
Current children cumulated vsize: 2058920 KiB
Current children cumulated memory: 42572 KiB

[startup+1320 s]*
/proc/loadavg: 4.11 4.10 4.11 5/265 87841
/proc/meminfo: memFree=128952940/131250000 swapFree=33010160/33010684
[pid=87728] ppid=87725 vsize=2058920 memory=42572 CPUtime=1315.9 cores=1,3
/proc/87728/stat : 87728 (pb_picat) R 87725 87728 86820 0 -1 4194304 138727 0 0 0 131494 96 0 0 20 0 1 0 68088604 2108334080 10643 18446744073709551615 94350343999488 94350345401069 140728802537824 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94350345672496 94350347546800 94350378041344 140728802544030 140728802544106 140728802544106 140728802549708 0
/proc/87728/statm: 514730 10643 1696 343 0 511794 0
Current children cumulated CPU time: 1315.9 s
Current children cumulated vsize: 2058920 KiB
Current children cumulated memory: 42572 KiB

[startup+1320.8 s]
/proc/loadavg: 4.11 4.10 4.11 5/265 87841
/proc/meminfo: memFree=128952940/131250000 swapFree=33010160/33010684
[pid=87728] ppid=87725 vsize=2058920 memory=42572 CPUtime=1316.7 cores=1,3
/proc/87728/stat : 87728 (pb_picat) R 87725 87728 86820 0 -1 4194304 138727 0 0 0 131574 96 0 0 20 0 1 0 68088604 2108334080 10643 18446744073709551615 94350343999488 94350345401069 140728802537824 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94350345672496 94350347546800 94350378041344 140728802544030 140728802544106 140728802544106 140728802549708 0
/proc/87728/statm: 514730 10643 1696 343 0 511794 0
Current children cumulated CPU time: 1316.7 s
Current children cumulated vsize: 2058920 KiB
Current children cumulated memory: 42572 KiB

[startup+1321.2 s]
/proc/loadavg: 4.10 4.10 4.11 5/265 87841
/proc/meminfo: memFree=128952940/131250000 swapFree=33010160/33010684
[pid=87728] ppid=87725 vsize=2058920 memory=42572 CPUtime=1317.09 cores=1,3
/proc/87728/stat : 87728 (pb_picat) R 87725 87728 86820 0 -1 4194304 138727 0 0 0 131613 96 0 0 20 0 1 0 68088604 2108334080 10643 18446744073709551615 94350343999488 94350345401069 140728802537824 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94350345672496 94350347546800 94350378041344 140728802544030 140728802544106 140728802544106 140728802549708 0
/proc/87728/statm: 514730 10643 1696 343 0 511794 0
Current children cumulated CPU time: 1317.09 s
Current children cumulated vsize: 2058920 KiB
Current children cumulated memory: 42572 KiB

Child status: 0

Real time (s): 1321.3
CPU time (s): 1317.21
CPU user time (s): 1316.24
CPU system time (s): 0.96895
CPU usage (%): 99.6903
Max. virtual memory (cumulated for all children) (KiB): 2064968
Max. memory (cumulated for all children) (KiB): 47888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1316.24
system time used= 0.96895
maximum resident set size= 47888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 138733
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= 8146


# summary of solver processes directly reported to runsolver:
#   pid: 87728
#   total CPU time (s): 1317.21
#   total CPU user time (s): 1316.24
#   total CPU system time (s): 0.96895

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.39557 second user time and 5.2488 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-07-03 08:28:31
IDJOB=4512303
IDBENCH=160615
IDSOLVER=3346
FILE ID=nodeC016/4512303-1751524110
RUNJOBID= nodeC016-1751516881-86832
SLURM_JOB_ID= 9598631
Free space on /tmp= 432880 MiB

SOLVER NAME= Picat 2025-06-16
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-4512303-1751524110/watcher-4512303-1751524110 -o /tmp/evaluation-result-4512303-1751524110/solver-4512303-1751524110 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751516881-86832 --watchdog 3760  pb_picat HOME/instance-4512303-1751524110.opb

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

MD5SUM BENCH= b00a1f0a29adc01e4225355c4efe31e0
RANDOM SEED=2107475042

nodeC016 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.712
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.48
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		: 3601.709
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.48
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		: 3782.350
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.48
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.736
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.48
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.823
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.48
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		: 3599.741
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.48
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		: 3599.461
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.48
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		: 3504.598
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        128751264 kB
MemAvailable:   128830124 kB
Buffers:            2144 kB
Cached:           847520 kB
SwapCached:           28 kB
Active:          1609388 kB
Inactive:         227740 kB
Active(anon):    1000220 kB
Inactive(anon):     5288 kB
Active(file):     609168 kB
Inactive(file):   222452 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             11424 kB
Writeback:             0 kB
AnonPages:        989656 kB
Mapped:           114700 kB
Shmem:             18044 kB
KReclaimable:     172960 kB
Slab:             265240 kB
SReclaimable:     172960 kB
SUnreclaim:        92280 kB
KernelStack:        4256 kB
PageTables:         5104 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    7137212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150488 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    761856 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432872 MiB
End job on nodeC016 at 2025-07-03 08:50:32