Trace number 4517646

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
Exact_no_db_no_ls 2025-06-19SAT (TO)7 3600.1 3610.6

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/
normalized-clique-coloring-max-clique-n=10-t=3.opb
MD5SUM3e50d3b7c5b20854de6ffc628b5756bc
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark0.177486
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables185
Total number of constraints4215
Number of constraints which are clauses4205
Number of constraints which are cardinality constraints (but not clauses)10
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint11
Number of terms in the objective function 10
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 10
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 12
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.06	o 8
0.21/0.30	o 7
3600.09/3610.60	c Program interrupted by user.
3600.09/3610.60	s SATISFIABLE
3600.09/3610.60	v -x1 x2 x3 -x4 -x5 x6 x7 x8 x9 x10 x11 -x12 -x13 x14 x15 x16 x17 x18 -x19 -x20 -x21 -x22 -x23 -x24 x25 x26 x27 x28 x29 x30 -x31 x32 x33 x34 x35 x36 x37 x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 x46 x47 x48 -x49 -x50 x51 x52 x53 -x54 x55 -x56 -x57 -x58 -x59 x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 x157 -x158 -x159 x160 -x161 x162 -x163 -x164 -x165 -x166 x167 -x168 x169 -x170 -x171 x172 -x173 x174 -x175 -x176 x177 -x178 -x179 x180 -x181 -x182 x183 -x184 -x185

Verifier Data

OK	7

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4517646-1751526854/watcher-4517646-1751526854 -o /tmp/evaluation-result-4517646-1751526854/solver-4517646-1751526854 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751523241-73982 --watchdog 3760 HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=624728329 --ls=0 --inp-dombreaklim=0 HOME/instance-4517646-1751526854.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing FSIZE limit: 104857600 KiB
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=74402, runsolver pid=74399
Current StackSize limit: 8192 KiB


[startup+0.100103 s]*
/proc/loadavg: 4.05 4.10 4.13 5/251 74403
/proc/meminfo: memFree=124934888/131382116 swapFree=33009904/33010684
[pid=74402] ppid=74399 vsize=32980 memory=10272 CPUtime=0.1 cores=5,7
/proc/74402/stat : 74402 (Exact) R 74399 74402 73969 0 -1 4194304 1886 0 0 0 10 0 0 0 20 0 1 0 68364827 33771520 2568 18446744073709551615 4198400 9112445 140731024332368 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 25718784 140731024341289 140731024341485 140731024341485 140731024347087 0
/proc/74402/statm: 8245 2568 1248 1200 0 6725 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 32980 KiB
Current children cumulated memory: 10272 KiB

[startup+0.213465 s]*
/proc/loadavg: 4.05 4.10 4.13 5/251 74403
/proc/meminfo: memFree=124934384/131382116 swapFree=33009904/33010684
[pid=74402] ppid=74399 vsize=33456 memory=11040 CPUtime=0.21 cores=5,7
/proc/74402/stat : 74402 (Exact) R 74399 74402 73969 0 -1 4194304 2083 0 0 0 21 0 0 0 20 0 1 0 68364827 34258944 2760 18446744073709551615 4198400 9112445 140731024332368 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 25718784 140731024341289 140731024341485 140731024341485 140731024347087 0
/proc/74402/statm: 8364 2760 1248 1200 0 6844 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 33456 KiB
Current children cumulated memory: 11040 KiB

[startup+0.313367 s]*
/proc/loadavg: 4.05 4.10 4.13 5/251 74403
/proc/meminfo: memFree=124931864/131382116 swapFree=33009904/33010684
[pid=74402] ppid=74399 vsize=33456 memory=11296 CPUtime=0.31 cores=5,7
/proc/74402/stat : 74402 (Exact) R 74399 74402 73969 0 -1 4194304 2143 0 0 0 31 0 0 0 20 0 1 0 68364827 34258944 2824 18446744073709551615 4198400 9112445 140731024332368 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 25718784 140731024341289 140731024341485 140731024341485 140731024347087 0
/proc/74402/statm: 8364 2824 1248 1200 0 6844 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 33456 KiB
Current children cumulated memory: 11296 KiB

[startup+0.700326 s]
/proc/loadavg: 4.05 4.10 4.13 5/251 74403
/proc/meminfo: memFree=124930856/131382116 swapFree=33009904/33010684
[pid=74402] ppid=74399 vsize=34124 memory=14596 CPUtime=0.69 cores=5,7
/proc/74402/stat : 74402 (Exact) R 74399 74402 73969 0 -1 4194304 2422 0 0 0 68 1 0 0 20 0 1 0 68364827 34942976 3649 18446744073709551615 4198400 9112445 140731024332368 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 25718784 140731024341289 140731024341485 140731024341485 140731024347087 0
/proc/74402/statm: 8531 3649 1280 1200 0 7011 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 34124 KiB
Current children cumulated memory: 14596 KiB

[startup+1.50028 s]
/proc/loadavg: 4.05 4.10 4.13 5/251 74403
/proc/meminfo: memFree=124928876/131382116 swapFree=33009904/33010684
[pid=74402] ppid=74399 vsize=35164 memory=15492 CPUtime=1.48 cores=5,7
/proc/74402/stat : 74402 (Exact) R 74399 74402 73969 0 -1 4194304 2672 0 0 0 147 1 0 0 20 0 1 0 68364827 36007936 3873 18446744073709551615 4198400 9112445 140731024332368 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 25718784 140731024341289 140731024341485 140731024341485 140731024347087 0
/proc/74402/statm: 8791 3873 1280 1200 0 7271 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 35164 KiB
Current children cumulated memory: 15492 KiB

[startup+3.11263 s]
/proc/loadavg: 4.05 4.10 4.13 4/249 74403
/proc/meminfo: memFree=126664912/131382116 swapFree=33009904/33010684
[pid=74402] ppid=74399 vsize=36636 memory=17028 CPUtime=3.09 cores=5,7
/proc/74402/stat : 74402 (Exact) R 74399 74402 73969 0 -1 4194304 3028 0 0 0 307 2 0 0 20 0 1 0 68364827 37515264 4257 18446744073709551615 4198400 9112445 140731024332368 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 25718784 140731024341289 140731024341485 140731024341485 140731024347087 0
/proc/74402/statm: 9159 4257 1280 1200 0 7639 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 36636 KiB
Current children cumulated memory: 17028 KiB

[startup+6.30027 s]
/proc/loadavg: 4.05 4.10 4.13 5/251 74448
/proc/meminfo: memFree=126645856/131382116 swapFree=33009904/33010684
[pid=74402] ppid=74399 vsize=37752 memory=18180 CPUtime=6.26 cores=5,7
/proc/74402/stat : 74402 (Exact) R 74399 74402 73969 0 -1 4194304 3340 0 0 0 622 4 0 0 20 0 1 0 68364827 38658048 4545 18446744073709551615 4198400 9112445 140731024332368 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 25718784 140731024341289 140731024341485 140731024341485 140731024347087 0
/proc/74402/statm: 9438 4545 1280 1200 0 7918 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 37752 KiB
Current children cumulated memory: 18180 KiB

[startup+12.7003 s]
/proc/loadavg: 4.04 4.10 4.13 5/251 74448
/proc/meminfo: memFree=126636320/131382116 swapFree=33009904/33010684
[pid=74402] ppid=74399 vsize=40128 memory=20484 CPUtime=12.65 cores=5,7
/proc/74402/stat : 74402 (Exact) R 74399 74402 73969 0 -1 4194304 3910 0 0 0 1257 8 0 0 20 0 1 0 68364827 41091072 5121 18446744073709551615 4198400 9112445 140731024332368 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 25718784 140731024341289 140731024341485 140731024341485 140731024347087 0
/proc/74402/statm: 10032 5121 1280 1200 0 8512 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 40128 KiB
Current children cumulated memory: 20484 KiB

[startup+25.5003 s]
/proc/loadavg: 4.11 4.11 4.13 5/251 74449
/proc/meminfo: memFree=126616796/131382116 swapFree=33009904/33010684
[pid=74402] ppid=74399 vsize=43264 memory=23684 CPUtime=25.41 cores=5,7
/proc/74402/stat : 74402 (Exact) R 74399 74402 73969 0 -1 4194304 4700 0 0 0 2526 15 0 0 20 0 1 0 68364827 44302336 5921 18446744073709551615 4198400 9112445 140731024332368 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 25718784 140731024341289 140731024341485 140731024341485 140731024347087 0
/proc/74402/statm: 10816 5921 1280 1200 0 9296 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 43264 KiB
Current children cumulated memory: 23684 KiB

[startup+51.1128 s]
/proc/loadavg: 4.07 4.10 4.13 5/251 74449
/proc/meminfo: memFree=126585112/131382116 swapFree=33009904/33010684
[pid=74402] ppid=74399 vsize=46500 memory=28908 CPUtime=50.94 cores=5,7
/proc/74402/stat : 74402 (Exact) R 74399 74402 73969 0 -1 4194304 5512 0 0 0 5067 27 0 0 20 0 1 0 68364827 47616000 7227 18446744073709551615 4198400 9112445 140731024332368 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 25718784 140731024341289 140731024341485 140731024341485 140731024347087 0
/proc/74402/statm: 11625 7227 1280 1200 0 10105 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 46500 KiB
Current children cumulated memory: 28908 KiB

[startup+102.3 s]
/proc/loadavg: 4.07 4.09 4.12 5/251 74726
/proc/meminfo: memFree=126545580/131382116 swapFree=33009904/33010684
[pid=74402] ppid=74399 vsize=48684 memory=31212 CPUtime=101.98 cores=5,7
/proc/74402/stat : 74402 (Exact) R 74399 74402 73969 0 -1 4194304 6095 0 0 0 10143 55 0 0 20 0 1 0 68364827 49852416 7803 18446744073709551615 4198400 9112445 140731024332368 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 25718784 140731024341289 140731024341485 140731024341485 140731024347087 0
/proc/74402/statm: 12171 7803 1280 1200 0 10651 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 48684 KiB
Current children cumulated memory: 31212 KiB

[startup+162.3 s]
/proc/loadavg: 4.13 4.11 4.12 5/252 75043
/proc/meminfo: memFree=126445132/131382116 swapFree=33009904/33010684
[pid=74402] ppid=74399 vsize=51304 memory=33772 CPUtime=161.81 cores=5,7
/proc/74402/stat : 74402 (Exact) R 74399 74402 73969 0 -1 4194304 6728 0 0 0 16096 85 0 0 20 0 1 0 68364827 52535296 8443 18446744073709551615 4198400 9112445 140731024332368 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 25718784 140731024341289 140731024341485 140731024341485 140731024347087 0
/proc/74402/statm: 12826 8443 1280 1200 0 11306 0
Current children cumulated CPU time: 161.81 s
Current children cumulated vsize: 51304 KiB
Current children cumulated memory: 33772 KiB

[startup+222.3 s]
/proc/loadavg: 4.05 4.08 4.11 5/252 75089
/proc/meminfo: memFree=126021488/131382116 swapFree=33009904/33010684
[pid=74402] ppid=74399 vsize=52868 memory=35308 CPUtime=221.66 cores=5,7
/proc/74402/stat : 74402 (Exact) R 74399 74402 73969 0 -1 4194304 7122 0 0 0 22051 115 0 0 20 0 1 0 68364827 54136832 8827 18446744073709551615 4198400 9112445 140731024332368 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 25718784 140731024341289 140731024341485 140731024341485 140731024347087 0
/proc/74402/statm: 13217 8827 1280 1200 0 11697 0
Current children cumulated CPU time: 221.66 s
Current children cumulated vsize: 52868 KiB
Current children cumulated memory: 35308 KiB

[startup+282.3 s]
/proc/loadavg: 4.13 4.10 4.11 5/252 75091
/proc/meminfo: memFree=125892928/131382116 swapFree=33009904/33010684
[pid=74402] ppid=74399 vsize=54212 memory=36716 CPUtime=281.49 cores=5,7
/proc/74402/stat : 74402 (Exact) R 74399 74402 73969 0 -1 4194304 7484 0 0 0 28003 146 0 0 20 0 1 0 68364827 55513088 9179 18446744073709551615 4198400 9112445 140731024332368 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 25718784 140731024341289 140731024341485 140731024341485 140731024347087 0
/proc/74402/statm: 13553 9179 1280 1200 0 12033 0
Current children cumulated CPU time: 281.49 s
Current children cumulated vsize: 54212 KiB
Current children cumulated memory: 36716 KiB

[startup+342.3 s]
/proc/loadavg: 4.11 4.09 4.11 5/251 75138
/proc/meminfo: memFree=126521848/131382116 swapFree=33009904/33010684
[pid=74402] ppid=74399 vsize=55368 memory=37740 CPUtime=341.33 cores=5,7
/proc/74402/stat : 74402 (Exact) R 74399 74402 73969 0 -1 4194304 7757 0 0 0 33954 179 0 0 20 0 1 0 68364827 56696832 9435 18446744073709551615 4198400 9112445 140731024332368 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 25718784 140731024341289 140731024341485 140731024341485 140731024347087 0
/proc/74402/statm: 13842 9435 1280 1200 0 12322 0
Current children cumulated CPU time: 341.33 s
Current children cumulated vsize: 55368 KiB
Current children cumulated memory: 37740 KiB

[startup+402.3 s]
/proc/loadavg: 4.09 4.09 4.10 5/250 75140
/proc/meminfo: memFree=126509636/131382116 swapFree=33009904/33010684
[pid=74402] ppid=74399 vsize=55944 memory=38508 CPUtime=401.18 cores=5,7
/proc/74402/stat : 74402 (Exact) R 74399 74402 73969 0 -1 4194304 7926 0 0 0 39911 207 0 0 20 0 1 0 68364827 57286656 9627 18446744073709551615 4198400 9112445 140731024332368 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 25718784 140731024341289 140731024341485 140731024341485 140731024347087 0
/proc/74402/statm: 13986 9627 1280 1200 0 12466 0
Current children cumulated CPU time: 401.18 s
Current children cumulated vsize: 55944 KiB
Current children cumulated memory: 38508 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/249 75142
/proc/meminfo: memFree=126485788/131382116 swapFree=33009904/33010684
[pid=74402] ppid=74399 vsize=56616 memory=39148 CPUtime=461.02 cores=5,7
/proc/74402/stat : 74402 (Exact) R 74399 74402 73969 0 -1 4194304 8095 0 0 0 45862 240 0 0 20 0 1 0 68364827 57974784 9787 18446744073709551615 4198400 9112445 140731024332368 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 25718784 140731024341289 140731024341485 140731024341485 140731024347087 0
/proc/74402/statm: 14154 9787 1280 1200 0 12634 0

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

Current children cumulated memory: 50540 KiB

[startup+2862.3 s]
/proc/loadavg: 4.12 4.15 4.15 5/250 75265
/proc/meminfo: memFree=126322460/131382116 swapFree=33009904/33010684
[pid=74402] ppid=74399 vsize=68040 memory=50540 CPUtime=2854.01 cores=5,7
/proc/74402/stat : 74402 (Exact) R 74399 74402 73969 0 -1 4194304 11043 0 0 0 283969 1432 0 0 20 0 1 0 68364827 69672960 12635 18446744073709551615 4198400 9112445 140731024332368 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 25718784 140731024341289 140731024341485 140731024341485 140731024347087 0
/proc/74402/statm: 17010 12635 1280 1200 0 15490 0
Current children cumulated CPU time: 2854.01 s
Current children cumulated vsize: 68040 KiB
Current children cumulated memory: 50540 KiB

[startup+2922.3 s]
/proc/loadavg: 4.10 4.14 4.15 5/250 75267
/proc/meminfo: memFree=126308096/131382116 swapFree=33009904/33010684
[pid=74402] ppid=74399 vsize=68040 memory=50540 CPUtime=2913.85 cores=5,7
/proc/74402/stat : 74402 (Exact) R 74399 74402 73969 0 -1 4194304 11043 0 0 0 289922 1463 0 0 20 0 1 0 68364827 69672960 12635 18446744073709551615 4198400 9112445 140731024332368 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 25718784 140731024341289 140731024341485 140731024341485 140731024347087 0
/proc/74402/statm: 17010 12635 1280 1200 0 15490 0
Current children cumulated CPU time: 2913.85 s
Current children cumulated vsize: 68040 KiB
Current children cumulated memory: 50540 KiB

[startup+2982.3 s]
/proc/loadavg: 4.08 4.13 4.14 5/250 75269
/proc/meminfo: memFree=126301648/131382116 swapFree=33009904/33010684
[pid=74402] ppid=74399 vsize=68040 memory=50540 CPUtime=2973.69 cores=5,7
/proc/74402/stat : 74402 (Exact) R 74399 74402 73969 0 -1 4194304 11043 0 0 0 295877 1492 0 0 20 0 1 0 68364827 69672960 12635 18446744073709551615 4198400 9112445 140731024332368 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 25718784 140731024341289 140731024341485 140731024341485 140731024347087 0
/proc/74402/statm: 17010 12635 1280 1200 0 15490 0
Current children cumulated CPU time: 2973.69 s
Current children cumulated vsize: 68040 KiB
Current children cumulated memory: 50540 KiB

[startup+3042.3 s]
/proc/loadavg: 4.07 4.12 4.14 5/251 75274
/proc/meminfo: memFree=126285548/131382116 swapFree=33009904/33010684
[pid=74402] ppid=74399 vsize=68328 memory=50796 CPUtime=3033.53 cores=5,7
/proc/74402/stat : 74402 (Exact) R 74399 74402 73969 0 -1 4194304 11109 0 0 0 301829 1524 0 0 20 0 1 0 68364827 69967872 12699 18446744073709551615 4198400 9112445 140731024332368 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 25718784 140731024341289 140731024341485 140731024341485 140731024347087 0
/proc/74402/statm: 17082 12699 1280 1200 0 15562 0
Current children cumulated CPU time: 3033.53 s
Current children cumulated vsize: 68328 KiB
Current children cumulated memory: 50796 KiB

[startup+3102.3 s]
/proc/loadavg: 4.08 4.11 4.13 5/251 75280
/proc/meminfo: memFree=126278716/131382116 swapFree=33009904/33010684
[pid=74402] ppid=74399 vsize=68328 memory=50796 CPUtime=3093.34 cores=5,7
/proc/74402/stat : 74402 (Exact) R 74399 74402 73969 0 -1 4194304 11109 0 0 0 307779 1555 0 0 20 0 1 0 68364827 69967872 12699 18446744073709551615 4198400 9112445 140731024332368 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 25718784 140731024341289 140731024341485 140731024341485 140731024347087 0
/proc/74402/statm: 17082 12699 1280 1200 0 15562 0
Current children cumulated CPU time: 3093.34 s
Current children cumulated vsize: 68328 KiB
Current children cumulated memory: 50796 KiB

[startup+3162.3 s]
/proc/loadavg: 4.07 4.10 4.12 5/250 75282
/proc/meminfo: memFree=126277900/131382116 swapFree=33009904/33010684
[pid=74402] ppid=74399 vsize=68328 memory=50796 CPUtime=3153.17 cores=5,7
/proc/74402/stat : 74402 (Exact) R 74399 74402 73969 0 -1 4194304 11111 0 0 0 313734 1583 0 0 20 0 1 0 68364827 69967872 12699 18446744073709551615 4198400 9112445 140731024332368 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 25718784 140731024341289 140731024341485 140731024341485 140731024347087 0
/proc/74402/statm: 17082 12699 1280 1200 0 15562 0
Current children cumulated CPU time: 3153.17 s
Current children cumulated vsize: 68328 KiB
Current children cumulated memory: 50796 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.11 4.12 5/250 75284
/proc/meminfo: memFree=126274988/131382116 swapFree=33009904/33010684
[pid=74402] ppid=74399 vsize=68328 memory=50924 CPUtime=3212.98 cores=5,7
/proc/74402/stat : 74402 (Exact) R 74399 74402 73969 0 -1 4194304 11135 0 0 0 319686 1612 0 0 20 0 1 0 68364827 69967872 12731 18446744073709551615 4198400 9112445 140731024332368 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 25718784 140731024341289 140731024341485 140731024341485 140731024347087 0
/proc/74402/statm: 17082 12731 1280 1200 0 15562 0
Current children cumulated CPU time: 3212.98 s
Current children cumulated vsize: 68328 KiB
Current children cumulated memory: 50924 KiB

[startup+3282.3 s]
/proc/loadavg: 4.04 4.09 4.11 5/251 75287
/proc/meminfo: memFree=126270152/131382116 swapFree=33009904/33010684
[pid=74402] ppid=74399 vsize=68328 memory=50924 CPUtime=3272.8 cores=5,7
/proc/74402/stat : 74402 (Exact) R 74399 74402 73969 0 -1 4194304 11135 0 0 0 325640 1640 0 0 20 0 1 0 68364827 69967872 12731 18446744073709551615 4198400 9112445 140731024332368 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 25718784 140731024341289 140731024341485 140731024341485 140731024347087 0
/proc/74402/statm: 17082 12731 1280 1200 0 15562 0
Current children cumulated CPU time: 3272.8 s
Current children cumulated vsize: 68328 KiB
Current children cumulated memory: 50924 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.10 4.11 5/251 75289
/proc/meminfo: memFree=126259024/131382116 swapFree=33009904/33010684
[pid=74402] ppid=74399 vsize=68328 memory=50924 CPUtime=3332.62 cores=5,7
/proc/74402/stat : 74402 (Exact) R 74399 74402 73969 0 -1 4194304 11137 0 0 0 331589 1673 0 0 20 0 1 0 68364827 69967872 12731 18446744073709551615 4198400 9112445 140731024332368 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 25718784 140731024341289 140731024341485 140731024341485 140731024347087 0
/proc/74402/statm: 17082 12731 1280 1200 0 15562 0
Current children cumulated CPU time: 3332.62 s
Current children cumulated vsize: 68328 KiB
Current children cumulated memory: 50924 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.10 4.11 5/251 75292
/proc/meminfo: memFree=126260092/131382116 swapFree=33009904/33010684
[pid=74402] ppid=74399 vsize=68712 memory=51180 CPUtime=3392.43 cores=5,7
/proc/74402/stat : 74402 (Exact) R 74399 74402 73969 0 -1 4194304 11209 0 0 0 337540 1703 0 0 20 0 1 0 68364827 70361088 12795 18446744073709551615 4198400 9112445 140731024332368 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 25718784 140731024341289 140731024341485 140731024341485 140731024347087 0
/proc/74402/statm: 17178 12795 1280 1200 0 15658 0
Current children cumulated CPU time: 3392.43 s
Current children cumulated vsize: 68712 KiB
Current children cumulated memory: 51180 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.09 4.10 5/251 75294
/proc/meminfo: memFree=126273680/131382116 swapFree=33009904/33010684
[pid=74402] ppid=74399 vsize=68712 memory=51180 CPUtime=3452.24 cores=5,7
/proc/74402/stat : 74402 (Exact) R 74399 74402 73969 0 -1 4194304 11209 0 0 0 343489 1735 0 0 20 0 1 0 68364827 70361088 12795 18446744073709551615 4198400 9112445 140731024332368 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 25718784 140731024341289 140731024341485 140731024341485 140731024347087 0
/proc/74402/statm: 17178 12795 1280 1200 0 15658 0
Current children cumulated CPU time: 3452.24 s
Current children cumulated vsize: 68712 KiB
Current children cumulated memory: 51180 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/251 75296
/proc/meminfo: memFree=126272692/131382116 swapFree=33009904/33010684
[pid=74402] ppid=74399 vsize=68712 memory=51180 CPUtime=3512.05 cores=5,7
/proc/74402/stat : 74402 (Exact) R 74399 74402 73969 0 -1 4194304 11209 0 0 0 349440 1765 0 0 20 0 1 0 68364827 70361088 12795 18446744073709551615 4198400 9112445 140731024332368 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 25718784 140731024341289 140731024341485 140731024341485 140731024347087 0
/proc/74402/statm: 17178 12795 1280 1200 0 15658 0
Current children cumulated CPU time: 3512.05 s
Current children cumulated vsize: 68712 KiB
Current children cumulated memory: 51180 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/252 75299
/proc/meminfo: memFree=126272432/131382116 swapFree=33009904/33010684
[pid=74402] ppid=74399 vsize=68712 memory=51180 CPUtime=3571.87 cores=5,7
/proc/74402/stat : 74402 (Exact) R 74399 74402 73969 0 -1 4194304 11209 0 0 0 355393 1794 0 0 20 0 1 0 68364827 70361088 12795 18446744073709551615 4198400 9112445 140731024332368 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 25718784 140731024341289 140731024341485 140731024341485 140731024347087 0
/proc/74402/statm: 17178 12795 1280 1200 0 15658 0
Current children cumulated CPU time: 3571.87 s
Current children cumulated vsize: 68712 KiB
Current children cumulated memory: 51180 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.6 s]
/proc/loadavg: 4.11 4.09 4.09 4/247 75307
/proc/meminfo: memFree=126332220/131382116 swapFree=33009904/33010684
[pid=74402] ppid=74399 vsize=68712 memory=51308 CPUtime=3600.09 cores=5,7
/proc/74402/stat : 74402 (Exact) R 74399 74402 73969 0 -1 4194304 11251 0 0 0 358203 1806 0 0 20 0 1 0 68364827 70361088 12827 18446744073709551615 4198400 9112445 140731024332368 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 25718784 140731024341289 140731024341485 140731024341485 140731024347087 0
/proc/74402/statm: 17178 12827 1280 1200 0 15658 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 68712 KiB
Current children cumulated memory: 51308 KiB

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

[startup+3610.6 s]
# the end of solver process 74402 was just reported to runsolver
# Child status: 10

# cumulated CPU time of all completed processes:  user=3582.03 s, system=18.0635 s

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

Child status: 10

Real time (s): 3610.6
CPU time (s): 3600.1
CPU user time (s): 3582.03
CPU system time (s): 18.0635
CPU usage (%): 99.709
Max. virtual memory (cumulated for all children) (KiB): 68712
Max. memory (cumulated for all children) (KiB): 51308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3582.03
system time used= 18.0635
maximum resident set size= 51308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11253
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= 20
involuntary context switches= 1626


# summary of solver processes directly reported to runsolver:
#   pid: 74402
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3582.03
#   total CPU system time (s): 18.0635

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.4452 second user time and 32.9487 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-07-03 09:14:14
IDJOB=4517646
IDBENCH=176157
IDSOLVER=3318
FILE ID=nodeC010/4517646-1751526854
RUNJOBID= nodeC010-1751523241-73982
SLURM_JOB_ID= 9598649
Free space on /tmp= 429980 MiB

SOLVER NAME= Exact_no_db_no_ls 2025-06-19
BENCH NAME= PB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/normalized-clique-coloring-max-clique-n=10-t=3.opb
COMMAND LINE= HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=RANDOMSEED --ls=0 --inp-dombreaklim=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4517646-1751526854/watcher-4517646-1751526854 -o /tmp/evaluation-result-4517646-1751526854/solver-4517646-1751526854 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751523241-73982 --watchdog 3760  HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=624728329 --ls=0 --inp-dombreaklim=0 HOME/instance-4517646-1751526854.opb

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

MD5SUM BENCH= 3e50d3b7c5b20854de6ffc628b5756bc
RANDOM SEED=624728329

nodeC010 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		: 1396.632
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.36
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		: 3691.167
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.36
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.651
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.36
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		: 3700.000
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.36
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		: 1995.265
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.36
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		: 1197.380
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.36
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.364
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.36
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		: 1197.149
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        124939172 kB
MemAvailable:   128154496 kB
Buffers:            2128 kB
Cached:          4014928 kB
SwapCached:           24 kB
Active:          2434012 kB
Inactive:        3428992 kB
Active(anon):    1857548 kB
Inactive(anon):     6336 kB
Active(file):     576464 kB
Inactive(file):  3422656 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             22740 kB
Writeback:            40 kB
AnonPages:       1847580 kB
Mapped:           119584 kB
Shmem:             17936 kB
KReclaimable:     111660 kB
Slab:             195764 kB
SReclaimable:     111660 kB
SUnreclaim:        84104 kB
KernelStack:        4032 kB
PageTables:         6632 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    2277892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149384 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1697792 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 429972 MiB
End job on nodeC010 at 2025-07-03 10:14:25