Trace number 4517752

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
IPBHS-SCIP 2025-06-09OPT5 66.5688 66.7618

DiagnosticValue
CARDINALITY_CORES_IN_OPTIMIZER
CLAUSAL_CORES_IN_OPTIMIZER
CORES_EXTRACTED
CORES_IN_OPTIMIZER
ITERATIONS
PB_CORES_IN_OPTIMIZER
SIS
SIS_OUT_OF_BUDGET
SIS_SAT
SIS_UNSAT
TIME_EXTRACT_CORES
TIME_OPTIMIZE
TIME_SIS

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/
normalized-clique-coloring-max-clique-n=8-t=3.opb
MD5SUM970aa3d1f1d45876cf8a11b4225544dc
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 benchmark5
Best CPU time to get the best result obtained on this benchmark0.080382
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables124
Total number of constraints1676
Number of constraints which are clauses1668
Number of constraints which are cardinality constraints (but not clauses)8
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint9
Number of terms in the objective function 8
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 8
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 10
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.01	c initialize IPBHS solver
0.00/0.01	c IPBHS 0.0.0 beta (8d0f613-dirty, Jun  3 2025 11:36:14), compiled with satsolvers: , optimizers: , GreedyOptimizer, SCIP 10.0.0, RoundingSat 2, , , pbsolvers: RoundingSat 2, BreakID 0.0.0
0.00/0.01	c optimizer = "scip"
0.00/0.01	c pbsolver = "roundingsat"
0.00/0.01	c use separate pbsolver for SIS
0.00/0.01	c load symmetries from file ""
0.00/0.01	c set time limit for symmetry computation to 100 seconds.
0.00/0.01	c set interchangeable summation variable limit to 3
0.00/0.01	c set sym compact max subset size to 5
0.00/0.01	c set explicit symmetry matrix usage to 1
0.00/0.01	c sym budget explicit to 100
0.00/0.01	c sym budget explicit lits to 6000
0.00/0.01	c sym budget compact to 100
0.00/0.01	c sym budget compact lits to 6000
0.00/0.01	c sym budget common to 0
0.00/0.01	c sym budget common lits to 0
0.00/0.01	c set sym generation to 's'
0.00/0.01	c set abstraction set creation to 10 iterations without LB change
0.00/0.01	c set abstraction set inputs to 0
0.00/0.01	c set abstraction set cluster min size to 2
0.00/0.01	c set abstraction set cluster max size to 100000000
0.00/0.01	c set abstraction set cluster activation limit to 2
0.00/0.01	c enable abstraction set require equal cost
0.00/0.01	c set abstraction set assumptions to 0
0.00/0.01	c set abstraction set constraint type to 0
0.00/0.01	c set abstract core extraction strategy to b
0.00/0.01	c set core extraction strategy to 2
0.00/0.01	c set core extraction shuffles 10
0.00/0.01	c set cores per iteration to 5
0.00/0.01	c set optimizer bound usage strategy to 2
0.00/0.01	c set optimizer max non-optimal iterations to 1000
0.00/0.01	c set small core cardinality limit to 2
0.00/0.01	c set max coef in cores to 1000000000
0.00/0.01	c set core processing techniques to 4095
0.00/0.01	c set SIS iterations to 5
0.00/0.01	c set SIS budget abs to 1000
0.00/0.01	c set SIS budget rel to 0.05
0.09/0.17	c limit for coefficient in constraints and objective to 1000000000
0.09/0.17	c will solve HOME/instance-4517752-1751531064.opb
0.09/0.17	c [0.01] will start solving
49.25/49.43	c [0.01] solve iteration 1, LB=0, UB=9
49.25/49.43	c [0.18] solve iteration 2, LB=0, UB=5
49.25/49.43	c [1.48] solve iteration 3, LB=1, UB=5
49.25/49.43	c [2.02] solve iteration 4, LB=1, UB=5
49.25/49.43	c [2.36] solve iteration 5, LB=1, UB=5
49.25/49.43	c [2.98] solve iteration 6, LB=1, UB=5
49.25/49.43	c [3.45] solve iteration 7, LB=1, UB=5
49.25/49.43	c [3.87] solve iteration 8, LB=1, UB=5
49.25/49.43	c [4.17] solve iteration 9, LB=1, UB=5
49.25/49.43	c [4.45] solve iteration 10, LB=1, UB=5
49.25/49.43	c [5.68] solve iteration 11, LB=2, UB=5
49.25/49.43	c [6.39] solve iteration 12, LB=2, UB=5
49.25/49.43	c [7.38] solve iteration 13, LB=2, UB=5
49.25/49.43	c [8.5] solve iteration 14, LB=2, UB=5
49.25/49.43	c [9.16] solve iteration 15, LB=2, UB=5
49.25/49.43	c [9.8] solve iteration 16, LB=2, UB=5
49.25/49.43	c [11.07] solve iteration 17, LB=2, UB=5
49.25/49.43	c [12] solve iteration 18, LB=2, UB=5
49.25/49.43	c [13.33] solve iteration 19, LB=2, UB=5
49.25/49.43	c [14.02] solve iteration 20, LB=2, UB=5
49.25/49.43	c [14.77] solve iteration 21, LB=2, UB=5
49.25/49.43	c [16.08] solve iteration 22, LB=2, UB=5
49.25/49.43	c [17.07] solve iteration 23, LB=2, UB=5
49.25/49.43	c [17.85] solve iteration 24, LB=2, UB=5
49.25/49.43	c [20.15] solve iteration 25, LB=2, UB=5
49.25/49.43	c [21.39] solve iteration 26, LB=2, UB=5
49.25/49.43	c [21.7] solve iteration 27, LB=2, UB=5
49.25/49.43	c [22.4] solve iteration 28, LB=2, UB=5
49.25/49.43	c [22.88] solve iteration 29, LB=2, UB=5
49.25/49.43	c [23.38] solve iteration 30, LB=2, UB=5
49.25/49.43	c [23.58] solve iteration 31, LB=2, UB=5
49.25/49.43	c [24.02] solve iteration 32, LB=2, UB=5
49.25/49.43	c [24.78] solve iteration 33, LB=2, UB=5
49.25/49.43	c [25.67] solve iteration 34, LB=2, UB=5
49.25/49.43	c [26.16] solve iteration 35, LB=2, UB=5
49.25/49.43	c [26.8] solve iteration 36, LB=2, UB=5
49.25/49.43	c [27.03] solve iteration 37, LB=2, UB=5
49.25/49.43	c [27.29] solve iteration 38, LB=2, UB=5
49.25/49.43	c [27.66] solve iteration 39, LB=2, UB=5
49.25/49.43	c [27.88] solve iteration 40, LB=2, UB=5
49.25/49.43	c [28.07] solve iteration 41, LB=2, UB=5
49.25/49.43	c [28.43] solve iteration 42, LB=2, UB=5
49.25/49.43	c [28.82] solve iteration 43, LB=2, UB=5
49.25/49.43	c [29.5] solve iteration 44, LB=2, UB=5
49.25/49.43	c [29.79] solve iteration 45, LB=2, UB=5
49.25/49.43	c [30.15] solve iteration 46, LB=2, UB=5
49.25/49.43	c [30.58] solve iteration 47, LB=2, UB=5
49.25/49.43	c [30.86] solve iteration 48, LB=2, UB=5
49.25/49.43	c [31.05] solve iteration 49, LB=2, UB=5
49.25/49.43	c [31.29] solve iteration 50, LB=2, UB=5
49.25/49.43	c [31.64] solve iteration 51, LB=2, UB=5
49.25/49.43	c [31.77] solve iteration 52, LB=2, UB=5
49.25/49.43	c [31.85] solve iteration 53, LB=2, UB=5
49.25/49.43	c [32.17] solve iteration 54, LB=2, UB=5
49.25/49.43	c [32.39] solve iteration 55, LB=2, UB=5
49.25/49.43	c [32.79] solve iteration 56, LB=2, UB=5
49.25/49.43	c [33.19] solve iteration 57, LB=2, UB=5
49.25/49.43	c [33.7] solve iteration 58, LB=2, UB=5
49.25/49.43	c [34.01] solve iteration 59, LB=2, UB=5
49.25/49.43	c [34.52] solve iteration 60, LB=2, UB=5
49.25/49.43	c [34.77] solve iteration 61, LB=2, UB=5
49.25/49.43	c [34.99] solve iteration 62, LB=2, UB=5
49.25/49.43	c [35.34] solve iteration 63, LB=2, UB=5
49.25/49.43	c [35.72] solve iteration 64, LB=2, UB=5
49.25/49.43	c [35.96] solve iteration 65, LB=2, UB=5
49.25/49.43	c [36.28] solve iteration 66, LB=2, UB=5
49.25/49.43	c [36.59] solve iteration 67, LB=2, UB=5
49.25/49.43	c [36.92] solve iteration 68, LB=2, UB=5
49.25/49.43	c [37.28] solve iteration 69, LB=2, UB=5
49.25/49.43	c [37.46] solve iteration 70, LB=2, UB=5
49.25/49.43	c [37.92] solve iteration 71, LB=2, UB=5
49.25/49.43	c [38.33] solve iteration 72, LB=2, UB=5
49.25/49.43	c [38.63] solve iteration 73, LB=2, UB=5
49.25/49.43	c [38.83] solve iteration 74, LB=2, UB=5
49.25/49.43	c [39.19] solve iteration 75, LB=2, UB=5
49.25/49.43	c [39.51] solve iteration 76, LB=2, UB=5
49.25/49.43	c [39.7] solve iteration 77, LB=2, UB=5
49.25/49.43	c [39.98] solve iteration 78, LB=2, UB=5
49.25/49.43	c [40.36] solve iteration 79, LB=2, UB=5
49.25/49.43	c [40.51] solve iteration 80, LB=2, UB=5
49.25/49.43	c [40.83] solve iteration 81, LB=2, UB=5
49.25/49.43	c [41.19] solve iteration 82, LB=2, UB=5
49.25/49.43	c [41.44] solve iteration 83, LB=2, UB=5
49.25/49.43	c [42.09] solve iteration 84, LB=2, UB=5
49.25/49.43	c [42.77] solve iteration 85, LB=2, UB=5
49.25/49.43	c [43.09] solve iteration 86, LB=2, UB=5
49.25/49.43	c [43.48] solve iteration 87, LB=2, UB=5
49.25/49.43	c [43.76] solve iteration 88, LB=2, UB=5
49.25/49.43	c [44.06] solve iteration 89, LB=2, UB=5
49.25/49.43	c [44.29] solve iteration 90, LB=2, UB=5
49.25/49.43	c [44.54] solve iteration 91, LB=2, UB=5
49.25/49.43	c [44.74] solve iteration 92, LB=2, UB=5
49.25/49.43	c [44.93] solve iteration 93, LB=2, UB=5
49.25/49.43	c [45.1] solve iteration 94, LB=2, UB=5
49.25/49.43	c [45.26] solve iteration 95, LB=2, UB=5
49.25/49.43	c [45.52] solve iteration 96, LB=2, UB=5
49.25/49.43	c [45.83] solve iteration 97, LB=2, UB=5
49.25/49.43	c [46.01] solve iteration 98, LB=2, UB=5
49.25/49.43	c [46.21] solve iteration 99, LB=2, UB=5
49.25/49.43	c [46.5] solve iteration 100, LB=2, UB=5
49.25/49.43	c [46.86] solve iteration 101, LB=2, UB=5
62.71/62.96	c [47.22] solve iteration 102, LB=2, UB=5
62.71/62.96	c [47.47] solve iteration 103, LB=2, UB=5
62.71/62.96	c [47.76] solve iteration 104, LB=2, UB=5
62.71/62.96	c [48.07] solve iteration 105, LB=2, UB=5
62.71/62.96	c [48.54] solve iteration 106, LB=2, UB=5
62.71/62.96	c [49.01] solve iteration 107, LB=2, UB=5
62.71/62.96	c [49.28] solve iteration 108, LB=2, UB=5
62.71/62.96	c [49.56] solve iteration 109, LB=2, UB=5
62.71/62.96	c [49.79] solve iteration 110, LB=2, UB=5
62.71/62.96	c [50.11] solve iteration 111, LB=2, UB=5
62.71/62.96	c [50.29] solve iteration 112, LB=2, UB=5
62.71/62.96	c [50.44] solve iteration 113, LB=2, UB=5
62.71/62.96	c [50.66] solve iteration 114, LB=2, UB=5
62.71/62.96	c [50.9] solve iteration 115, LB=2, UB=5
62.71/62.96	c [51.18] solve iteration 116, LB=2, UB=5
62.71/62.96	c [51.37] solve iteration 117, LB=2, UB=5
62.71/62.96	c [51.61] solve iteration 118, LB=2, UB=5
62.71/62.96	c [52.02] solve iteration 119, LB=2, UB=5
62.71/62.96	c [52.3] solve iteration 120, LB=2, UB=5
62.71/62.96	c [52.67] solve iteration 121, LB=2, UB=5
62.71/62.96	c [52.92] solve iteration 122, LB=2, UB=5
62.71/62.96	c [53.22] solve iteration 123, LB=2, UB=5
62.71/62.96	c [53.7] solve iteration 124, LB=2, UB=5
62.71/62.96	c [54.02] solve iteration 125, LB=2, UB=5
62.71/62.96	c [54.45] solve iteration 126, LB=2, UB=5
62.71/62.96	c [54.91] solve iteration 127, LB=2, UB=5
62.71/62.96	c [55.1] solve iteration 128, LB=2, UB=5
62.71/62.96	c [55.38] solve iteration 129, LB=2, UB=5
62.71/62.96	c [55.62] solve iteration 130, LB=2, UB=5
62.71/62.96	c [55.97] solve iteration 131, LB=2, UB=5
62.71/62.96	c [56.23] solve iteration 132, LB=2, UB=5
62.71/62.96	c [56.38] solve iteration 133, LB=2, UB=5
62.71/62.96	c [56.57] solve iteration 134, LB=2, UB=5
62.71/62.96	c [56.81] solve iteration 135, LB=2, UB=5
62.71/62.96	c [57.36] solve iteration 136, LB=2, UB=5
62.71/62.96	c [57.63] solve iteration 137, LB=2, UB=5
62.71/62.96	c [57.9] solve iteration 138, LB=2, UB=5
62.71/62.96	c [58.26] solve iteration 139, LB=2, UB=5
62.71/62.96	c [58.74] solve iteration 140, LB=2, UB=5
62.71/62.96	c [59.29] solve iteration 141, LB=2, UB=5
62.71/62.96	c [59.73] solve iteration 142, LB=2, UB=5
63.01/63.29	c [60.06] solve iteration 143, LB=4, UB=5
64.70/64.94	c [60.43] solve iteration 144, LB=4, UB=5
64.70/64.94	c [60.8] solve iteration 145, LB=4, UB=5
64.70/64.94	c [61.39] solve iteration 146, LB=4, UB=5
64.70/64.94	c [61.64] solve iteration 147, LB=4, UB=5
65.60/65.89	c [62.03] solve iteration 148, LB=4, UB=5
65.60/65.89	c [62.52] solve iteration 149, LB=4, UB=5
66.50/66.75	c [62.73] solve iteration 150, LB=4, UB=5
66.50/66.75	c [62.93] solve iteration 151, LB=4, UB=5
66.50/66.75	c [63.36] solve iteration 152, LB=4, UB=5
66.50/66.75	c [63.36] LB=UB after computing candidate
66.50/66.75	c [63.37] instance solved in 63.37s (optimization: 0.67s, core-extraction: 60.38s, SIS: 1.74s), 152 iterations, LB=5, UB=5, 
66.50/66.75	d ITERATIONS 152
66.50/66.75	d SIS 29
66.50/66.75	d SIS_SAT 0
66.50/66.75	d SIS_UNSAT 0
66.50/66.75	d SIS_OUT_OF_BUDGET 29
66.50/66.75	d CORES_EXTRACTED 1510
66.50/66.75	d CORES_IN_OPTIMIZER 151
66.50/66.75	d CLAUSAL_CORES_IN_OPTIMIZER 151
66.50/66.75	d CARDINALITY_CORES_IN_OPTIMIZER 0
66.50/66.75	d PB_CORES_IN_OPTIMIZER 0
66.50/66.75	d TIME_EXTRACT_CORES 60.380000
66.50/66.75	d TIME_OPTIMIZE 0.670000
66.50/66.75	d TIME_SIS 1.740000
66.50/66.75	c solve_time: 63.370000
66.50/66.75	s OPTIMUM FOUND
66.50/66.75	o 5
66.50/66.75	v x29 -x37 -x45 -x53 -x61 -x69 -x77 -x85 -x93 x30 -x38 -x46 -x54 -x62 -x70 -x78 -x86 -x94 x31 -x39 -x47 -x55 -x63 -x71 -x79 -x87 -x95 x32 -x40 -x48 -x56 -x64 -x72 -x80 -x88 -x96 -x33 -x41 -x49 -x57 x65 -x73 -x81 -x89 -x97 -x34 -x42 x50 -x58 -x66 -x74 -x82 -x90 -x98 x35 -x43 -x51 -x59 -x67 -x75 -x83 -x91 -x99 -x36 -x44 -x52 -x60 -x68 -x76 x84 -x92 -x100 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 -x101 -x102 x103 -x104 x105 -x106 -x107 x108 -x109 x110 -x111 -x112 -x113 x114 -x115 -x116 -x117 x118 -x119 -x120 x121 x122 -x123 -x124 

Verifier Data

OK	5

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: 63794 MiB (62637 MiB free)
  memory of node 1: 64507 MiB (62355 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4517752-1751531064/watcher-4517752-1751531064 -o /tmp/evaluation-result-4517752-1751531064/solver-4517752-1751531064 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751530082-72190 --watchdog 3760 ./ipbhs_scip HOME/instance-4517752-1751531064.opb --optimizer scip --max-coef 1000000000 

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=72700, runsolver pid=72697

[startup+0.100072 s]*
/proc/loadavg: 4.09 4.01 3.57 5/250 72701
/proc/meminfo: memFree=127729008/131382112 swapFree=33010416/33010684
[pid=72700] ppid=72697 vsize=425000 memory=297528 CPUtime=0.09 cores=1,3
/proc/72700/stat : 72700 (ipbhs_scip) R 72697 72700 72178 0 -1 4194304 907 0 0 0 2 7 0 0 20 0 1 0 68786121 435200000 74382 18446744073709551615 94670012674048 94670024100445 140728261015216 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94670026236120 94670026281138 94670061953024 140728261020050 140728261020169 140728261020169 140728261025771 0
/proc/72700/statm: 106250 74382 1600 2790 0 99675 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 425000 KiB
Current children cumulated memory: 297528 KiB

[startup+0.213739 s]*
/proc/loadavg: 4.09 4.01 3.57 5/250 72701
/proc/meminfo: memFree=127604616/131382112 swapFree=33010416/33010684
[pid=72700] ppid=72697 vsize=429456 memory=402488 CPUtime=0.21 cores=1,3
/proc/72700/stat : 72700 (ipbhs_scip) R 72697 72700 72178 0 -1 4194304 2360 0 0 0 10 11 0 0 20 0 1 0 68786121 439762944 100622 18446744073709551615 94670012674048 94670024100445 140728261015216 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94670026236120 94670026281138 94670061953024 140728261020050 140728261020169 140728261020169 140728261025771 0
/proc/72700/statm: 107364 100622 3520 2790 0 100789 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 429456 KiB
Current children cumulated memory: 402488 KiB

[startup+0.312692 s]*
/proc/loadavg: 4.09 4.01 3.57 5/250 72701
/proc/meminfo: memFree=127600520/131382112 swapFree=33010416/33010684
[pid=72700] ppid=72697 vsize=429456 memory=404712 CPUtime=0.31 cores=1,3
/proc/72700/stat : 72700 (ipbhs_scip) R 72697 72700 72178 0 -1 4194304 2408 0 0 0 19 12 0 0 20 0 1 0 68786121 439762944 101178 18446744073709551615 94670012674048 94670024100445 140728261015216 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94670026236120 94670026281138 94670061953024 140728261020050 140728261020169 140728261020169 140728261025771 0
/proc/72700/statm: 107364 101178 3520 2790 0 100789 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 429456 KiB
Current children cumulated memory: 404712 KiB

[startup+0.70023 s]
/proc/loadavg: 4.09 4.01 3.57 5/250 72701
/proc/meminfo: memFree=127599512/131382112 swapFree=33010416/33010684
[pid=72700] ppid=72697 vsize=430352 memory=405608 CPUtime=0.68 cores=1,3
/proc/72700/stat : 72700 (ipbhs_scip) R 72697 72700 72178 0 -1 4194304 2604 0 0 0 53 15 0 0 20 0 1 0 68786121 440680448 101402 18446744073709551615 94670012674048 94670024100445 140728261015216 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94670026236120 94670026281138 94670061953024 140728261020050 140728261020169 140728261020169 140728261025771 0
/proc/72700/statm: 107588 101402 3552 2790 0 101013 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 430352 KiB
Current children cumulated memory: 405608 KiB

[startup+1.50017 s]
/proc/loadavg: 4.09 4.01 3.57 5/250 72701
/proc/meminfo: memFree=127599512/131382112 swapFree=33010416/33010684
[pid=72700] ppid=72697 vsize=430352 memory=405864 CPUtime=1.48 cores=1,3
/proc/72700/stat : 72700 (ipbhs_scip) R 72697 72700 72178 0 -1 4194304 2674 0 0 0 128 20 0 0 20 0 1 0 68786121 440680448 101466 18446744073709551615 94670012674048 94670024100445 140728261015216 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94670026236120 94670026281138 94670061953024 140728261020050 140728261020169 140728261020169 140728261025771 0
/proc/72700/statm: 107588 101466 3552 2790 0 101013 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 430352 KiB
Current children cumulated memory: 405864 KiB

[startup+3.11281 s]
/proc/loadavg: 4.08 4.01 3.57 5/250 72701
/proc/meminfo: memFree=127591976/131382112 swapFree=33010416/33010684
[pid=72700] ppid=72697 vsize=438088 memory=413544 CPUtime=3.08 cores=1,3
/proc/72700/stat : 72700 (ipbhs_scip) R 72697 72700 72178 0 -1 4194304 4621 0 0 0 278 30 0 0 20 0 1 0 68786121 448602112 103386 18446744073709551615 94670012674048 94670024100445 140728261015216 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94670026236120 94670026281138 94670061953024 140728261020050 140728261020169 140728261020169 140728261025771 0
/proc/72700/statm: 109522 103386 3552 2790 0 102947 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 438088 KiB
Current children cumulated memory: 413544 KiB

[startup+6.30024 s]
/proc/loadavg: 4.08 4.01 3.57 5/250 72701
/proc/meminfo: memFree=127563592/131382112 swapFree=33010416/33010684
[pid=72700] ppid=72697 vsize=451712 memory=428672 CPUtime=6.26 cores=1,3
/proc/72700/stat : 72700 (ipbhs_scip) R 72697 72700 72178 0 -1 4194304 10460 0 0 0 575 51 0 0 20 0 1 0 68786121 462553088 107168 18446744073709551615 94670012674048 94670024100445 140728261015216 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94670026236120 94670026281138 94670061953024 140728261020050 140728261020169 140728261020169 140728261025771 0
/proc/72700/statm: 112928 107168 3712 2790 0 106353 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 451712 KiB
Current children cumulated memory: 428672 KiB

[startup+12.7003 s]
/proc/loadavg: 4.07 4.01 3.58 5/250 72701
/proc/meminfo: memFree=127555212/131382112 swapFree=33010416/33010684
[pid=72700] ppid=72697 vsize=460280 memory=438724 CPUtime=12.65 cores=1,3
/proc/72700/stat : 72700 (ipbhs_scip) R 72697 72700 72178 0 -1 4194304 12444 0 0 0 1190 75 0 0 20 0 1 0 68786121 471326720 109681 18446744073709551615 94670012674048 94670024100445 140728261015216 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94670026236120 94670026281138 94670061953024 140728261020050 140728261020169 140728261020169 140728261025771 0
/proc/72700/statm: 115070 109681 3712 2790 0 108495 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 460280 KiB
Current children cumulated memory: 438724 KiB

[startup+25.5002 s]
/proc/loadavg: 4.13 4.03 3.59 5/250 72701
/proc/meminfo: memFree=127546468/131382112 swapFree=33010416/33010684
[pid=72700] ppid=72697 vsize=468328 memory=447372 CPUtime=25.42 cores=1,3
/proc/72700/stat : 72700 (ipbhs_scip) R 72697 72700 72178 0 -1 4194304 18344 0 0 0 2415 127 0 0 20 0 1 0 68786121 479567872 111843 18446744073709551615 94670012674048 94670024100445 140728261015216 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94670026236120 94670026281138 94670061953024 140728261020050 140728261020169 140728261020169 140728261025771 0
/proc/72700/statm: 117082 111843 3712 2790 0 110507 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 468328 KiB
Current children cumulated memory: 447372 KiB

[startup+51.113 s]
/proc/loadavg: 4.09 4.03 3.60 5/249 72701
/proc/meminfo: memFree=127545176/131382112 swapFree=33010416/33010684
[pid=72700] ppid=72697 vsize=480652 memory=460616 CPUtime=50.95 cores=1,3
/proc/72700/stat : 72700 (ipbhs_scip) R 72697 72700 72178 0 -1 4194304 37005 0 0 0 4850 245 0 0 20 0 1 0 68786121 492187648 115154 18446744073709551615 94670012674048 94670024100445 140728261015216 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94670026236120 94670026281138 94670061953024 140728261020050 140728261020169 140728261020169 140728261025771 0
/proc/72700/statm: 120163 115154 3744 2790 0 113588 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 480652 KiB
Current children cumulated memory: 460616 KiB

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

# cumulated CPU time of all completed processes:  user=63.4128 s, system=3.15608 s

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

[startup+51.2004 s]
/proc/loadavg: 4.09 4.03 3.60 5/249 72701
/proc/meminfo: memFree=127545176/131382112 swapFree=33010416/33010684
[pid=72700] ppid=72697 vsize=480652 memory=460616 CPUtime=51.04 cores=1,3
/proc/72700/stat : 72700 (ipbhs_scip) R 72697 72700 72178 0 -1 4194304 37006 0 0 0 4858 246 0 0 20 0 1 0 68786121 492187648 115154 18446744073709551615 94670012674048 94670024100445 140728261015216 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94670026236120 94670026281138 94670061953024 140728261020050 140728261020169 140728261020169 140728261025771 0
/proc/72700/statm: 120163 115154 3744 2790 0 113588 0
Current children cumulated CPU time: 51.04 s
Current children cumulated vsize: 480652 KiB
Current children cumulated memory: 460616 KiB

[startup+57.6003 s]
/proc/loadavg: 4.07 4.03 3.61 5/249 72702
/proc/meminfo: memFree=127523752/131382112 swapFree=33010416/33010684
[pid=72700] ppid=72697 vsize=483548 memory=463512 CPUtime=57.42 cores=1,3
/proc/72700/stat : 72700 (ipbhs_scip) R 72697 72700 72178 0 -1 4194304 42065 0 0 0 5467 275 0 0 20 0 1 0 68786121 495153152 115878 18446744073709551615 94670012674048 94670024100445 140728261015216 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94670026236120 94670026281138 94670061953024 140728261020050 140728261020169 140728261020169 140728261025771 0
/proc/72700/statm: 120887 115878 3744 2790 0 114312 0
Current children cumulated CPU time: 57.42 s
Current children cumulated vsize: 483548 KiB
Current children cumulated memory: 463512 KiB

[startup+60.8002 s]
/proc/loadavg: 4.07 4.03 3.61 5/249 72703
/proc/meminfo: memFree=127523544/131382112 swapFree=33010416/33010684
[pid=72700] ppid=72697 vsize=481500 memory=461592 CPUtime=60.62 cores=1,3
/proc/72700/stat : 72700 (ipbhs_scip) R 72697 72700 72178 0 -1 4194304 42545 0 0 0 5771 291 0 0 20 0 1 0 68786121 493056000 115398 18446744073709551615 94670012674048 94670024100445 140728261015216 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94670026236120 94670026281138 94670061953024 140728261020050 140728261020169 140728261020169 140728261025771 0
/proc/72700/statm: 120375 115398 3744 2790 0 113800 0
Current children cumulated CPU time: 60.62 s
Current children cumulated vsize: 481500 KiB
Current children cumulated memory: 461592 KiB

[startup+64.0003 s]*
/proc/loadavg: 4.15 4.04 3.61 5/249 72703
/proc/meminfo: memFree=127515856/131382112 swapFree=33010416/33010684
[pid=72700] ppid=72697 vsize=483548 memory=463640 CPUtime=63.82 cores=1,3
/proc/72700/stat : 72700 (ipbhs_scip) R 72697 72700 72178 0 -1 4194304 44969 0 0 0 6080 302 0 0 20 0 1 0 68786121 495153152 115910 18446744073709551615 94670012674048 94670024100445 140728261015216 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94670026236120 94670026281138 94670061953024 140728261020050 140728261020169 140728261020169 140728261025771 0
/proc/72700/statm: 120887 115910 3776 2790 0 114312 0
Current children cumulated CPU time: 63.82 s
Current children cumulated vsize: 483548 KiB
Current children cumulated memory: 463640 KiB

[startup+65.6003 s]
/proc/loadavg: 4.15 4.04 3.61 5/249 72703
/proc/meminfo: memFree=127512076/131382112 swapFree=33010416/33010684
[pid=72700] ppid=72697 vsize=483548 memory=463768 CPUtime=65.4 cores=1,3
/proc/72700/stat : 72700 (ipbhs_scip) R 72697 72700 72178 0 -1 4194304 45481 0 0 0 6230 310 0 0 20 0 1 0 68786121 495153152 115942 18446744073709551615 94670012674048 94670024100445 140728261015216 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94670026236120 94670026281138 94670061953024 140728261020050 140728261020169 140728261020169 140728261025771 0
/proc/72700/statm: 120887 115942 3776 2790 0 114312 0
Current children cumulated CPU time: 65.4 s
Current children cumulated vsize: 483548 KiB
Current children cumulated memory: 463768 KiB

[startup+66.4003 s]
/proc/loadavg: 4.15 4.04 3.61 5/249 72703
/proc/meminfo: memFree=127513492/131382112 swapFree=33010416/33010684
[pid=72700] ppid=72697 vsize=483804 memory=463768 CPUtime=66.2 cores=1,3
/proc/72700/stat : 72700 (ipbhs_scip) R 72697 72700 72178 0 -1 4194304 45482 0 0 0 6306 314 0 0 20 0 1 0 68786121 495415296 115942 18446744073709551615 94670012674048 94670024100445 140728261015216 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94670026236120 94670026281138 94670061953024 140728261020050 140728261020169 140728261020169 140728261025771 0
/proc/72700/statm: 120951 115942 3776 2790 0 114376 0
Current children cumulated CPU time: 66.2 s
Current children cumulated vsize: 483804 KiB
Current children cumulated memory: 463768 KiB

[startup+66.6003 s]
/proc/loadavg: 4.15 4.04 3.61 5/249 72703
/proc/meminfo: memFree=127513492/131382112 swapFree=33010416/33010684
[pid=72700] ppid=72697 vsize=483804 memory=463768 CPUtime=66.4 cores=1,3
/proc/72700/stat : 72700 (ipbhs_scip) R 72697 72700 72178 0 -1 4194304 45482 0 0 0 6326 314 0 0 20 0 1 0 68786121 495415296 115942 18446744073709551615 94670012674048 94670024100445 140728261015216 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94670026236120 94670026281138 94670061953024 140728261020050 140728261020169 140728261020169 140728261025771 0
/proc/72700/statm: 120951 115942 3776 2790 0 114376 0
Current children cumulated CPU time: 66.4 s
Current children cumulated vsize: 483804 KiB
Current children cumulated memory: 463768 KiB

[startup+66.7002 s]
/proc/loadavg: 4.15 4.04 3.61 5/249 72703
/proc/meminfo: memFree=127513492/131382112 swapFree=33010416/33010684
[pid=72700] ppid=72697 vsize=483804 memory=463768 CPUtime=66.5 cores=1,3
/proc/72700/stat : 72700 (ipbhs_scip) R 72697 72700 72178 0 -1 4194304 45482 0 0 0 6335 315 0 0 20 0 1 0 68786121 495415296 115942 18446744073709551615 94670012674048 94670024100445 140728261015216 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94670026236120 94670026281138 94670061953024 140728261020050 140728261020169 140728261020169 140728261025771 0
/proc/72700/statm: 120951 115942 3776 2790 0 114376 0
Current children cumulated CPU time: 66.5 s
Current children cumulated vsize: 483804 KiB
Current children cumulated memory: 463768 KiB

Child status: 0

Real time (s): 66.7618
CPU time (s): 66.5688
CPU user time (s): 63.4128
CPU system time (s): 3.15608
CPU usage (%): 99.7109
Max. virtual memory (cumulated for all children) (KiB): 485596
Max. memory (cumulated for all children) (KiB): 465688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 63.4128
system time used= 3.15607
maximum resident set size= 465688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45487
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= 69
involuntary context switches= 98


# summary of solver processes directly reported to runsolver:
#   pid: 72700
#   total CPU time (s): 66.5688
#   total CPU user time (s): 63.4128
#   total CPU system time (s): 3.15608

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.316268 second user time and 0.717328 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-07-03 10:24:24
IDJOB=4517752
IDBENCH=176184
IDSOLVER=3335
FILE ID=nodeC012/4517752-1751531064
RUNJOBID= nodeC012-1751530082-72190
SLURM_JOB_ID= 9598671
Free space on /tmp= 431668 MiB

SOLVER NAME= IPBHS-SCIP 2025-06-09
BENCH NAME= PB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/normalized-clique-coloring-max-clique-n=8-t=3.opb
COMMAND LINE= ./ipbhs_scip BENCHNAME --optimizer scip --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4517752-1751531064/watcher-4517752-1751531064 -o /tmp/evaluation-result-4517752-1751531064/solver-4517752-1751531064 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751530082-72190 --watchdog 3760  ./ipbhs_scip HOME/instance-4517752-1751531064.opb --optimizer scip --max-coef 1000000000

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

MD5SUM BENCH= 970aa3d1f1d45876cf8a11b4225544dc
RANDOM SEED=1373694986

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        127991908 kB
MemAvailable:   128360436 kB
Buffers:            2136 kB
Cached:          1169856 kB
SwapCached:           16 kB
Active:          2255664 kB
Inactive:         552152 kB
Active(anon):    1646772 kB
Inactive(anon):     6996 kB
Active(file):     608892 kB
Inactive(file):   545156 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             69844 kB
Writeback:             0 kB
AnonPages:       1638880 kB
Mapped:           135732 kB
Shmem:             17944 kB
KReclaimable:     107832 kB
Slab:             192748 kB
SReclaimable:     107832 kB
SUnreclaim:        84916 kB
KernelStack:        4032 kB
PageTables:         6336 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    2072484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149400 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    260096 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:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 431600 MiB
End job on nodeC012 at 2025-07-03 10:25:31