Trace number 4517806

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
NuPBO-DeepOptS+ 2025-06-02SAT (TO)4 3600.05 3611.7

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/
normalized-clique-coloring-max-clique-n=7-t=3.opb
MD5SUMad161e8f5b72ad1155ab92e93b5e74ca
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 benchmark4
Best CPU time to get the best result obtained on this benchmark0.150671
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables98
Total number of constraints966
Number of constraints which are clauses959
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint8
Number of terms in the objective function 7
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 7
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 9
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.04	c Filename:instance-4517806-1751543295.opb, Cutoff_time:3600, memory_limit_gb:500000
0.00/0.04	c Scip time: 1800
0.00/0.04	c Use Presolve
0.00/0.04	c Parse finsih
0.00/0.04	c Start Presolve
0.00/0.04	c After Reduce Vars: 98 Clauses: 973 Top clause weight: 8 Hard Clauses: 966
3600.04/3611.70	c Use LS-small
3600.04/3611.70	c Use postsolve
3600.04/3611.70	o 4
3600.04/3611.70	s SATISFIABLE
3600.04/3611.70	v x22 x23 -x24 x25 x26 -x27 -x28 -x29 -x36 -x43 -x50 -x57 -x64 -x71 -x30 -x37 -x44 -x51 -x58 -x65 -x72 -x31 -x38 -x45 -x52 -x59 x66 -x73 -x32 -x39 -x46 -x53 -x60 -x67 -x74 -x33 -x40 -x47 -x54 -x61 -x68 -x75 -x34 -x41 x48 -x55 -x62 -x69 -x76 -x35 x42 -x49 -x56 -x63 -x70 -x77 x1 x2 -x3 -x4 -x5 -x6 x7 x8 -x9 x10 x11 -x12 -x13 x14 -x15 -x16 x17 -x18 x19 -x20 -x21 -x78 -x79 x80 -x81 x82 -x83 x84 -x85 -x86 x87 -x88 -x89 x90 x91 -x92 -x93 -x94 x95 -x96 -x97 x98
3600.04/3611.70	c Use postsolve
3600.04/3611.70	c Done 1793.44s

Verifier Data

OK	4

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4517806-1751543295/watcher-4517806-1751543295 -o /tmp/evaluation-result-4517806-1751543295/solver-4517806-1751543295 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751543295-76151 --watchdog 3760 ./NuPBO-DeepOptS+ -f HOME/instance-4517806-1751543295.opb -t 3600 -s 705114228 

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=76204, runsolver pid=76195

[startup+0.100063 s]*
/proc/loadavg: 1.02 2.48 3.10 5/268 76213
/proc/meminfo: memFree=127260592/131250000 swapFree=33010672/33010684
[pid=76204] ppid=76195 vsize=31024 memory=22152 CPUtime=0.09 cores=1,3
/proc/76204/stat : 76204 (NuPBO-DeepOptS+) R 76195 76204 75760 0 -1 4194304 3157 0 0 0 9 0 0 0 20 0 1 0 70008123 31768576 5538 18446744073709551615 4198400 15468185 140722275790528 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 28434432 140722275793303 140722275793412 140722275793412 140722275799014 0
/proc/76204/statm: 7756 5538 2848 2752 0 4409 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 31024 KiB
Current children cumulated memory: 22152 KiB

[startup+0.205524 s]*
/proc/loadavg: 1.02 2.48 3.10 5/268 76213
/proc/meminfo: memFree=127260592/131250000 swapFree=33010672/33010684
[pid=76204] ppid=76195 vsize=31920 memory=23048 CPUtime=0.19 cores=1,3
/proc/76204/stat : 76204 (NuPBO-DeepOptS+) R 76195 76204 75760 0 -1 4194304 3385 0 0 0 19 0 0 0 20 0 1 0 70008123 32686080 5762 18446744073709551615 4198400 15468185 140722275790528 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 28434432 140722275793303 140722275793412 140722275793412 140722275799014 0
/proc/76204/statm: 7980 5762 2848 2752 0 4633 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 31920 KiB
Current children cumulated memory: 23048 KiB

[startup+0.304965 s]*
/proc/loadavg: 1.02 2.48 3.10 5/268 76213
/proc/meminfo: memFree=127216744/131250000 swapFree=33010672/33010684
[pid=76204] ppid=76195 vsize=32896 memory=23688 CPUtime=0.29 cores=1,3
/proc/76204/stat : 76204 (NuPBO-DeepOptS+) R 76195 76204 75760 0 -1 4194304 3544 0 0 0 29 0 0 0 20 0 1 0 70008123 33685504 5922 18446744073709551615 4198400 15468185 140722275790528 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 28434432 140722275793303 140722275793412 140722275793412 140722275799014 0
/proc/76204/statm: 8224 5922 2848 2752 0 4877 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 32896 KiB
Current children cumulated memory: 23688 KiB

[startup+0.700173 s]
/proc/loadavg: 1.02 2.48 3.10 5/268 76213
/proc/meminfo: memFree=127076064/131250000 swapFree=33010672/33010684
[pid=76204] ppid=76195 vsize=40424 memory=30600 CPUtime=0.69 cores=1,3
/proc/76204/stat : 76204 (NuPBO-DeepOptS+) R 76195 76204 75760 0 -1 4194304 5295 0 0 0 68 1 0 0 20 0 1 0 70008123 41394176 7650 18446744073709551615 4198400 15468185 140722275790528 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 28434432 140722275793303 140722275793412 140722275793412 140722275799014 0
/proc/76204/statm: 10106 7650 2848 2752 0 6759 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 40424 KiB
Current children cumulated memory: 30600 KiB

[startup+1.50016 s]
/proc/loadavg: 1.02 2.48 3.10 5/268 76213
/proc/meminfo: memFree=126859484/131250000 swapFree=33010672/33010684
[pid=76204] ppid=76195 vsize=42776 memory=32648 CPUtime=1.49 cores=1,3
/proc/76204/stat : 76204 (NuPBO-DeepOptS+) R 76195 76204 75760 0 -1 4194304 5803 0 0 0 148 1 0 0 20 0 1 0 70008123 43802624 8162 18446744073709551615 4198400 15468185 140722275790528 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 28434432 140722275793303 140722275793412 140722275793412 140722275799014 0
/proc/76204/statm: 10694 8162 2848 2752 0 7347 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 42776 KiB
Current children cumulated memory: 32648 KiB

[startup+3.10542 s]
/proc/loadavg: 1.02 2.48 3.10 5/268 76213
/proc/meminfo: memFree=126029596/131250000 swapFree=33010672/33010684
[pid=76204] ppid=76195 vsize=48012 memory=38480 CPUtime=3.08 cores=1,3
/proc/76204/stat : 76204 (NuPBO-DeepOptS+) R 76195 76204 75760 0 -1 4194304 7570 0 0 0 307 1 0 0 20 0 1 0 70008123 49164288 9620 18446744073709551615 4198400 15468185 140722275790528 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 28434432 140722275793303 140722275793412 140722275793412 140722275799014 0
/proc/76204/statm: 12003 9620 2848 2752 0 8656 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 48012 KiB
Current children cumulated memory: 38480 KiB

[startup+6.30016 s]
/proc/loadavg: 1.25 2.50 3.10 5/268 76213
/proc/meminfo: memFree=125381356/131250000 swapFree=33010672/33010684
[pid=76204] ppid=76195 vsize=56208 memory=46056 CPUtime=6.26 cores=1,3
/proc/76204/stat : 76204 (NuPBO-DeepOptS+) R 76195 76204 75760 0 -1 4194304 11009 0 0 0 624 2 0 0 20 0 1 0 70008123 57556992 11514 18446744073709551615 4198400 15468185 140722275790528 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 28434432 140722275793303 140722275793412 140722275793412 140722275799014 0
/proc/76204/statm: 14052 11514 2848 2752 0 10705 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 56208 KiB
Current children cumulated memory: 46056 KiB

[startup+12.7002 s]
/proc/loadavg: 1.47 2.53 3.11 5/268 76213
/proc/meminfo: memFree=124704004/131250000 swapFree=33010672/33010684
[pid=76204] ppid=76195 vsize=62768 memory=52328 CPUtime=12.64 cores=1,3
/proc/76204/stat : 76204 (NuPBO-DeepOptS+) R 76195 76204 75760 0 -1 4194304 12574 0 0 0 1261 3 0 0 20 0 1 0 70008123 64274432 13082 18446744073709551615 4198400 15468185 140722275790528 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 28434432 140722275793303 140722275793412 140722275793412 140722275799014 0
/proc/76204/statm: 15692 13082 2848 2752 0 12345 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 62768 KiB
Current children cumulated memory: 52328 KiB

[startup+25.5002 s]
/proc/loadavg: 2.03 2.60 3.12 5/268 76213
/proc/meminfo: memFree=124769804/131250000 swapFree=33010672/33010684
[pid=76204] ppid=76195 vsize=75044 memory=64084 CPUtime=25.4 cores=1,3
/proc/76204/stat : 76204 (NuPBO-DeepOptS+) R 76195 76204 75760 0 -1 4194304 16243 0 0 0 2536 4 0 0 20 0 1 0 70008123 76845056 16021 18446744073709551615 4198400 15468185 140722275790528 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 28434432 140722275793303 140722275793412 140722275793412 140722275799014 0
/proc/76204/statm: 18761 16021 2848 2752 0 15414 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 75044 KiB
Current children cumulated memory: 64084 KiB

[startup+51.1054 s]
/proc/loadavg: 2.76 2.73 3.15 5/268 76214
/proc/meminfo: memFree=124909320/131250000 swapFree=33010672/33010684
[pid=76204] ppid=76195 vsize=101572 memory=89892 CPUtime=50.91 cores=1,3
/proc/76204/stat : 76204 (NuPBO-DeepOptS+) R 76195 76204 75760 0 -1 4194304 23304 0 0 0 5086 5 0 0 20 0 1 0 70008123 104009728 22473 18446744073709551615 4198400 15468185 140722275790528 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 28434432 140722275793303 140722275793412 140722275793412 140722275799014 0
/proc/76204/statm: 25393 22473 2848 2752 0 22046 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 101572 KiB
Current children cumulated memory: 89892 KiB

[startup+102.3 s]
/proc/loadavg: 3.52 2.94 3.20 5/268 76217
/proc/meminfo: memFree=125013876/131250000 swapFree=33010672/33010684
[pid=76204] ppid=76195 vsize=149632 memory=140352 CPUtime=101.91 cores=1,3
/proc/76204/stat : 76204 (NuPBO-DeepOptS+) R 76195 76204 75760 0 -1 4194304 39102 0 0 0 10182 9 0 0 20 0 1 0 70008123 153223168 35088 18446744073709551615 4198400 15468185 140722275790528 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 28434432 140722275793303 140722275793412 140722275793412 140722275799014 0
/proc/76204/statm: 37408 35088 2848 2752 0 34061 0
Current children cumulated CPU time: 101.91 s
Current children cumulated vsize: 149632 KiB
Current children cumulated memory: 140352 KiB

[startup+162.3 s]
/proc/loadavg: 3.90 3.15 3.26 5/268 76219
/proc/meminfo: memFree=124772892/131250000 swapFree=33010672/33010684
[pid=76204] ppid=76195 vsize=221472 memory=206752 CPUtime=161.69 cores=1,3
/proc/76204/stat : 76204 (NuPBO-DeepOptS+) R 76195 76204 75760 0 -1 4194304 54810 0 0 0 16158 11 0 0 20 0 1 0 70008123 226787328 51688 18446744073709551615 4198400 15468185 140722275790528 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 28434432 140722275793303 140722275793412 140722275793412 140722275799014 0
/proc/76204/statm: 55368 51688 2848 2752 0 52021 0
Current children cumulated CPU time: 161.69 s
Current children cumulated vsize: 221472 KiB
Current children cumulated memory: 206752 KiB

[startup+222.3 s]
/proc/loadavg: 4.02 3.33 3.32 5/269 76226
/proc/meminfo: memFree=124573056/131250000 swapFree=33010672/33010684
[pid=76204] ppid=76195 vsize=291728 memory=270124 CPUtime=221.49 cores=1,3
/proc/76204/stat : 76204 (NuPBO-DeepOptS+) R 76195 76204 75760 0 -1 4194304 67763 0 0 0 22135 14 0 0 20 0 1 0 70008123 298729472 67531 18446744073709551615 4198400 15468185 140722275790528 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 28434432 140722275793303 140722275793412 140722275793412 140722275799014 0
/proc/76204/statm: 72932 67531 2848 2752 0 69585 0
Current children cumulated CPU time: 221.49 s
Current children cumulated vsize: 291728 KiB
Current children cumulated memory: 270124 KiB

[startup+282.3 s]
/proc/loadavg: 4.05 3.47 3.37 5/269 76227
/proc/meminfo: memFree=124458976/131250000 swapFree=33010672/33010684
[pid=76204] ppid=76195 vsize=369364 memory=338220 CPUtime=281.29 cores=1,3
/proc/76204/stat : 76204 (NuPBO-DeepOptS+) R 76195 76204 75760 0 -1 4194304 77400 0 0 0 28113 16 0 0 20 0 1 0 70008123 378228736 84555 18446744073709551615 4198400 15468185 140722275790528 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 28434432 140722275793303 140722275793412 140722275793412 140722275799014 0
/proc/76204/statm: 92341 84555 2848 2752 0 88994 0
Current children cumulated CPU time: 281.29 s
Current children cumulated vsize: 369364 KiB
Current children cumulated memory: 338220 KiB

[startup+342.3 s]
/proc/loadavg: 4.05 3.58 3.41 5/265 76230
/proc/meminfo: memFree=124270464/131250000 swapFree=33010672/33010684
[pid=76204] ppid=76195 vsize=422216 memory=406804 CPUtime=341.09 cores=1,3
/proc/76204/stat : 76204 (NuPBO-DeepOptS+) R 76195 76204 75760 0 -1 4194304 84719 0 0 0 34091 18 0 0 20 0 1 0 70008123 432349184 101701 18446744073709551615 4198400 15468185 140722275790528 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 28434432 140722275793303 140722275793412 140722275793412 140722275799014 0
/proc/76204/statm: 105554 101701 2848 2752 0 102207 0
Current children cumulated CPU time: 341.09 s
Current children cumulated vsize: 422216 KiB
Current children cumulated memory: 406804 KiB

[startup+402.3 s]
/proc/loadavg: 4.07 3.67 3.46 5/265 76232
/proc/meminfo: memFree=124118188/131250000 swapFree=33010672/33010684
[pid=76204] ppid=76195 vsize=499568 memory=473548 CPUtime=400.88 cores=1,3
/proc/76204/stat : 76204 (NuPBO-DeepOptS+) R 76195 76204 75760 0 -1 4194304 90463 0 0 0 40069 19 0 0 20 0 1 0 70008123 511557632 118387 18446744073709551615 4198400 15468185 140722275790528 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 28434432 140722275793303 140722275793412 140722275793412 140722275799014 0
/proc/76204/statm: 124892 118387 2848 2752 0 121545 0
Current children cumulated CPU time: 400.88 s
Current children cumulated vsize: 499568 KiB
Current children cumulated memory: 473548 KiB

[startup+462.3 s]
/proc/loadavg: 4.14 3.77 3.51 5/265 76236
/proc/meminfo: memFree=123946704/131250000 swapFree=33010672/33010684
[pid=76204] ppid=76195 vsize=575376 memory=541840 CPUtime=460.68 cores=1,3
/proc/76204/stat : 76204 (NuPBO-DeepOptS+) R 76195 76204 75760 0 -1 4194304 97253 0 0 0 46047 21 0 0 20 0 1 0 70008123 589185024 135460 18446744073709551615 4198400 15468185 140722275790528 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 28434432 140722275793303 140722275793412 140722275793412 140722275799014 0
/proc/76204/statm: 143844 135460 3168 2752 0 140497 0
Current children cumulated CPU time: 460.68 s

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

Current children cumulated memory: 204644 KiB

[startup+2922.3 s]
/proc/loadavg: 4.14 4.11 4.05 5/263 76361
/proc/meminfo: memFree=124149632/131250000 swapFree=33010672/33010684
[pid=76204] ppid=76195 vsize=210840 memory=204644 CPUtime=2912.36 cores=1,3
/proc/76204/stat : 76204 (NuPBO-DeepOptS+) R 76195 76204 75760 0 -1 4194304 239340 0 0 0 291164 72 0 0 20 0 1 0 70008123 215900160 51161 18446744073709551615 4198400 15468185 140722275790528 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 28434432 140722275793303 140722275793412 140722275793412 140722275799014 0
/proc/76204/statm: 52710 51161 3168 2752 0 49363 0
Current children cumulated CPU time: 2912.36 s
Current children cumulated vsize: 210840 KiB
Current children cumulated memory: 204644 KiB

[startup+2982.3 s]
/proc/loadavg: 4.05 4.09 4.05 5/263 76363
/proc/meminfo: memFree=124153992/131250000 swapFree=33010672/33010684
[pid=76204] ppid=76195 vsize=210840 memory=204644 CPUtime=2972.21 cores=1,3
/proc/76204/stat : 76204 (NuPBO-DeepOptS+) R 76195 76204 75760 0 -1 4194304 239340 0 0 0 297149 72 0 0 20 0 1 0 70008123 215900160 51161 18446744073709551615 4198400 15468185 140722275790528 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 28434432 140722275793303 140722275793412 140722275793412 140722275799014 0
/proc/76204/statm: 52710 51161 3168 2752 0 49363 0
Current children cumulated CPU time: 2972.21 s
Current children cumulated vsize: 210840 KiB
Current children cumulated memory: 204644 KiB

[startup+3042.3 s]
/proc/loadavg: 4.14 4.10 4.05 5/263 76365
/proc/meminfo: memFree=124161140/131250000 swapFree=33010672/33010684
[pid=76204] ppid=76195 vsize=210840 memory=204644 CPUtime=3032.06 cores=1,3
/proc/76204/stat : 76204 (NuPBO-DeepOptS+) R 76195 76204 75760 0 -1 4194304 239340 0 0 0 303134 72 0 0 20 0 1 0 70008123 215900160 51161 18446744073709551615 4198400 15468185 140722275790528 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 28434432 140722275793303 140722275793412 140722275793412 140722275799014 0
/proc/76204/statm: 52710 51161 3168 2752 0 49363 0
Current children cumulated CPU time: 3032.06 s
Current children cumulated vsize: 210840 KiB
Current children cumulated memory: 204644 KiB

[startup+3102.3 s]
/proc/loadavg: 4.11 4.10 4.05 5/263 76367
/proc/meminfo: memFree=124160576/131250000 swapFree=33010672/33010684
[pid=76204] ppid=76195 vsize=210840 memory=204644 CPUtime=3091.91 cores=1,3
/proc/76204/stat : 76204 (NuPBO-DeepOptS+) R 76195 76204 75760 0 -1 4194304 239340 0 0 0 309119 72 0 0 20 0 1 0 70008123 215900160 51161 18446744073709551615 4198400 15468185 140722275790528 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 28434432 140722275793303 140722275793412 140722275793412 140722275799014 0
/proc/76204/statm: 52710 51161 3168 2752 0 49363 0
Current children cumulated CPU time: 3091.91 s
Current children cumulated vsize: 210840 KiB
Current children cumulated memory: 204644 KiB

[startup+3162.3 s]
/proc/loadavg: 4.09 4.09 4.05 5/262 76369
/proc/meminfo: memFree=124160804/131250000 swapFree=33010672/33010684
[pid=76204] ppid=76195 vsize=210840 memory=204644 CPUtime=3151.76 cores=1,3
/proc/76204/stat : 76204 (NuPBO-DeepOptS+) R 76195 76204 75760 0 -1 4194304 239341 0 0 0 315104 72 0 0 20 0 1 0 70008123 215900160 51161 18446744073709551615 4198400 15468185 140722275790528 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 28434432 140722275793303 140722275793412 140722275793412 140722275799014 0
/proc/76204/statm: 52710 51161 3168 2752 0 49363 0
Current children cumulated CPU time: 3151.76 s
Current children cumulated vsize: 210840 KiB
Current children cumulated memory: 204644 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.09 4.05 5/263 76376
/proc/meminfo: memFree=124176828/131250000 swapFree=33010672/33010684
[pid=76204] ppid=76195 vsize=210840 memory=204644 CPUtime=3211.61 cores=1,3
/proc/76204/stat : 76204 (NuPBO-DeepOptS+) R 76195 76204 75760 0 -1 4194304 239341 0 0 0 321089 72 0 0 20 0 1 0 70008123 215900160 51161 18446744073709551615 4198400 15468185 140722275790528 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 28434432 140722275793303 140722275793412 140722275793412 140722275799014 0
/proc/76204/statm: 52710 51161 3168 2752 0 49363 0
Current children cumulated CPU time: 3211.61 s
Current children cumulated vsize: 210840 KiB
Current children cumulated memory: 204644 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.09 4.05 5/263 76378
/proc/meminfo: memFree=124175720/131250000 swapFree=33010672/33010684
[pid=76204] ppid=76195 vsize=210840 memory=204644 CPUtime=3271.46 cores=1,3
/proc/76204/stat : 76204 (NuPBO-DeepOptS+) R 76195 76204 75760 0 -1 4194304 239341 0 0 0 327074 72 0 0 20 0 1 0 70008123 215900160 51161 18446744073709551615 4198400 15468185 140722275790528 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 28434432 140722275793303 140722275793412 140722275793412 140722275799014 0
/proc/76204/statm: 52710 51161 3168 2752 0 49363 0
Current children cumulated CPU time: 3271.46 s
Current children cumulated vsize: 210840 KiB
Current children cumulated memory: 204644 KiB

[startup+3342.3 s]
/proc/loadavg: 4.07 4.08 4.05 5/264 76381
/proc/meminfo: memFree=124176208/131250000 swapFree=33010672/33010684
[pid=76204] ppid=76195 vsize=210840 memory=204644 CPUtime=3331.31 cores=1,3
/proc/76204/stat : 76204 (NuPBO-DeepOptS+) R 76195 76204 75760 0 -1 4194304 239342 0 0 0 333059 72 0 0 20 0 1 0 70008123 215900160 51161 18446744073709551615 4198400 15468185 140722275790528 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 28434432 140722275793303 140722275793412 140722275793412 140722275799014 0
/proc/76204/statm: 52710 51161 3168 2752 0 49363 0
Current children cumulated CPU time: 3331.31 s
Current children cumulated vsize: 210840 KiB
Current children cumulated memory: 204644 KiB

[startup+3402.3 s]
/proc/loadavg: 4.06 4.08 4.05 5/265 76384
/proc/meminfo: memFree=124175884/131250000 swapFree=33010672/33010684
[pid=76204] ppid=76195 vsize=210840 memory=204644 CPUtime=3391.16 cores=1,3
/proc/76204/stat : 76204 (NuPBO-DeepOptS+) R 76195 76204 75760 0 -1 4194304 239342 0 0 0 339044 72 0 0 20 0 1 0 70008123 215900160 51161 18446744073709551615 4198400 15468185 140722275790528 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 28434432 140722275793303 140722275793412 140722275793412 140722275799014 0
/proc/76204/statm: 52710 51161 3168 2752 0 49363 0
Current children cumulated CPU time: 3391.16 s
Current children cumulated vsize: 210840 KiB
Current children cumulated memory: 204644 KiB

[startup+3462.3 s]
/proc/loadavg: 4.06 4.08 4.05 5/265 76388
/proc/meminfo: memFree=124177788/131250000 swapFree=33010672/33010684
[pid=76204] ppid=76195 vsize=210840 memory=204644 CPUtime=3451.01 cores=1,3
/proc/76204/stat : 76204 (NuPBO-DeepOptS+) R 76195 76204 75760 0 -1 4194304 239342 0 0 0 345029 72 0 0 20 0 1 0 70008123 215900160 51161 18446744073709551615 4198400 15468185 140722275790528 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 28434432 140722275793303 140722275793412 140722275793412 140722275799014 0
/proc/76204/statm: 52710 51161 3168 2752 0 49363 0
Current children cumulated CPU time: 3451.01 s
Current children cumulated vsize: 210840 KiB
Current children cumulated memory: 204644 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.09 4.06 5/265 76390
/proc/meminfo: memFree=124176736/131250000 swapFree=33010672/33010684
[pid=76204] ppid=76195 vsize=210840 memory=204644 CPUtime=3510.86 cores=1,3
/proc/76204/stat : 76204 (NuPBO-DeepOptS+) R 76195 76204 75760 0 -1 4194304 239342 0 0 0 351014 72 0 0 20 0 1 0 70008123 215900160 51161 18446744073709551615 4198400 15468185 140722275790528 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 28434432 140722275793303 140722275793412 140722275793412 140722275799014 0
/proc/76204/statm: 52710 51161 3168 2752 0 49363 0
Current children cumulated CPU time: 3510.86 s
Current children cumulated vsize: 210840 KiB
Current children cumulated memory: 204644 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.09 4.06 5/265 76392
/proc/meminfo: memFree=124177232/131250000 swapFree=33010672/33010684
[pid=76204] ppid=76195 vsize=210840 memory=204644 CPUtime=3570.71 cores=1,3
/proc/76204/stat : 76204 (NuPBO-DeepOptS+) R 76195 76204 75760 0 -1 4194304 239342 0 0 0 356999 72 0 0 20 0 1 0 70008123 215900160 51161 18446744073709551615 4198400 15468185 140722275790528 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 28434432 140722275793303 140722275793412 140722275793412 140722275799014 0
/proc/76204/statm: 52710 51161 3168 2752 0 49363 0
Current children cumulated CPU time: 3570.71 s
Current children cumulated vsize: 210840 KiB
Current children cumulated memory: 204644 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.7 s]
/proc/loadavg: 4.06 4.08 4.06 4/263 76498
/proc/meminfo: memFree=126977408/131250000 swapFree=33010672/33010684
[pid=76204] ppid=76195 vsize=210840 memory=204644 CPUtime=3600.04 cores=1,3
/proc/76204/stat : 76204 (NuPBO-DeepOptS+) R 76195 76204 75760 0 -1 4194304 239342 0 0 0 359932 72 0 0 20 0 1 0 70008123 215900160 51161 18446744073709551615 4198400 15468185 140722275790528 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 28434432 140722275793303 140722275793412 140722275793412 140722275799014 0
/proc/76204/statm: 52710 51161 3168 2752 0 49363 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 210840 KiB
Current children cumulated memory: 204644 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.32 s, system=0.722573 s

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

[startup+3611.7 s]
/proc/loadavg: 4.06 4.08 4.06 4/263 76498
/proc/meminfo: memFree=126977408/131250000 swapFree=33010672/33010684
[pid=76204] ppid=76195 vsize=210840 memory=204644 CPUtime=3600.04 cores=1,3
/proc/76204/stat : 76204 (NuPBO-DeepOptS+) R 76195 76204 75760 0 -1 4194304 239342 0 0 0 359932 72 0 0 20 0 1 0 70008123 215900160 51161 18446744073709551615 4198400 15468185 140722275790528 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 28434432 140722275793303 140722275793412 140722275793412 140722275799014 0
/proc/76204/statm: 52710 51161 3168 2752 0 49363 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 210840 KiB
Current children cumulated memory: 204644 KiB

Child status: 10

Real time (s): 3611.7
CPU time (s): 3600.05
CPU user time (s): 3599.32
CPU system time (s): 0.722573
CPU usage (%): 99.6773
Max. virtual memory (cumulated for all children) (KiB): 2456876
Max. memory (cumulated for all children) (KiB): 2258228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.32
system time used= 0.722573
maximum resident set size= 2259048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 239374
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= 37
involuntary context switches= 2486


# summary of solver processes directly reported to runsolver:
#   pid: 76204
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3599.32
#   total CPU system time (s): 0.722573

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.32314 second user time and 15.5672 second system time

The end

Launcher Data

Begin job on nodeC026 at 2025-07-03 13:48:15
IDJOB=4517806
IDBENCH=176187
IDSOLVER=3343
FILE ID=nodeC026/4517806-1751543295
RUNJOBID= nodeC026-1751543295-76151
SLURM_JOB_ID= 9598700
Free space on /tmp= 430580 MiB

SOLVER NAME= NuPBO-DeepOptS+ 2025-06-02
BENCH NAME= PB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/normalized-clique-coloring-max-clique-n=7-t=3.opb
COMMAND LINE= ./NuPBO-DeepOptS+ -f BENCHNAME -t TIMEOUT -s RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4517806-1751543295/watcher-4517806-1751543295 -o /tmp/evaluation-result-4517806-1751543295/solver-4517806-1751543295 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751543295-76151 --watchdog 3760  ./NuPBO-DeepOptS+ -f HOME/instance-4517806-1751543295.opb -t 3600 -s 705114228

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

MD5SUM BENCH= ad161e8f5b72ad1155ab92e93b5e74ca
RANDOM SEED=705114228

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        127282412 kB
MemAvailable:   129563056 kB
Buffers:            2128 kB
Cached:          2910072 kB
SwapCached:            4 kB
Active:           739624 kB
Inactive:        2239988 kB
Active(anon):      75800 kB
Inactive(anon):     9688 kB
Active(file):     663824 kB
Inactive(file):  2230300 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             64152 kB
Writeback:             0 kB
AnonPages:         70476 kB
Mapped:           104176 kB
Shmem:             18076 kB
KReclaimable:     447320 kB
Slab:             546852 kB
SReclaimable:     447320 kB
SUnreclaim:        99532 kB
KernelStack:        4020 kB
PageTables:         2544 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     330100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      187092 kB
DirectMap2M:     9021440 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 430516 MiB
End job on nodeC026 at 2025-07-03 14:48:27