Trace number 4517706

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-09? (TO) 3600.05 3610.3

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/
normalized-clique-coloring-max-clique-n=13-t=7.opb
MD5SUMbf082a5f314776883f0e32420df0edd0
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 benchmark6
Best CPU time to get the best result obtained on this benchmark21.8846
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables351
Total number of constraints12753
Number of constraints which are clauses12740
Number of constraints which are cardinality constraints (but not clauses)13
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint14
Number of terms in the objective function 13
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 13
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 15
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.00	c initialize IPBHS solver
0.00/0.00	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.00	c optimizer = "scip"
0.00/0.00	c pbsolver = "roundingsat"
0.00/0.00	c use separate pbsolver for SIS
0.00/0.00	c load symmetries from file ""
0.00/0.00	c set time limit for symmetry computation to 100 seconds.
0.00/0.00	c set interchangeable summation variable limit to 3
0.00/0.00	c set sym compact max subset size to 5
0.00/0.00	c set explicit symmetry matrix usage to 1
0.00/0.00	c sym budget explicit to 100
0.00/0.00	c sym budget explicit lits to 6000
0.00/0.00	c sym budget compact to 100
0.00/0.00	c sym budget compact lits to 6000
0.00/0.00	c sym budget common to 0
0.00/0.00	c sym budget common lits to 0
0.00/0.00	c set sym generation to 's'
0.00/0.00	c set abstraction set creation to 10 iterations without LB change
0.00/0.00	c set abstraction set inputs to 0
0.00/0.00	c set abstraction set cluster min size to 2
0.00/0.00	c set abstraction set cluster max size to 100000000
0.00/0.00	c set abstraction set cluster activation limit to 2
0.00/0.00	c enable abstraction set require equal cost
0.00/0.00	c set abstraction set assumptions to 0
0.00/0.00	c set abstraction set constraint type to 0
0.00/0.00	c set abstract core extraction strategy to b
0.00/0.00	c set core extraction strategy to 2
0.00/0.00	c set core extraction shuffles 10
0.00/0.00	c set cores per iteration to 5
0.00/0.00	c set optimizer bound usage strategy to 2
0.00/0.00	c set optimizer max non-optimal iterations to 1000
0.00/0.00	c set small core cardinality limit to 2
0.00/0.00	c set max coef in cores to 1000000000
0.00/0.00	c set core processing techniques to 4095
0.00/0.00	c set SIS iterations to 5
0.00/0.00	c set SIS budget abs to 1000
0.00/0.00	c set SIS budget rel to 0.05
0.00/0.05	c limit for coefficient in constraints and objective to 1000000000
0.00/0.05	c will solve HOME/instance-4517706-1751530937.opb
0.00/0.05	c [0] will start solving

Verifier Data

ERROR: no interpretation found !

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4517706-1751530937/watcher-4517706-1751530937 -o /tmp/evaluation-result-4517706-1751530937/solver-4517706-1751530937 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751523662-74113 --watchdog 3760 ./ipbhs_scip HOME/instance-4517706-1751530937.opb --optimizer scip --max-coef 1000000000 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100063 s]*
/proc/loadavg: 4.12 4.12 4.09 5/263 74998
/proc/meminfo: memFree=124486052/131250000 swapFree=33010672/33010684
[pid=74997] ppid=74994 vsize=47824 memory=25948 CPUtime=0.09 cores=0,2
/proc/74997/stat : 74997 (ipbhs_scip) R 74994 74997 74103 0 -1 4194304 2454 0 0 0 7 2 0 0 20 0 1 0 68770321 48971776 6487 18446744073709551615 94509234597888 94509246024285 140727933349136 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94509248159960 94509248204978 94509286666240 140727933356434 140727933356553 140727933356553 140727933362155 0
/proc/74997/statm: 11956 6487 3488 2790 0 5381 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 47824 KiB
Current children cumulated memory: 25948 KiB

[startup+0.205545 s]*
/proc/loadavg: 4.12 4.12 4.09 5/263 74998
/proc/meminfo: memFree=124486052/131250000 swapFree=33010672/33010684
[pid=74997] ppid=74994 vsize=48572 memory=26716 CPUtime=0.2 cores=0,2
/proc/74997/stat : 74997 (ipbhs_scip) R 74994 74997 74103 0 -1 4194304 2631 0 0 0 17 3 0 0 20 0 1 0 68770321 49737728 6679 18446744073709551615 94509234597888 94509246024285 140727933349136 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94509248159960 94509248204978 94509286666240 140727933356434 140727933356553 140727933356553 140727933362155 0
/proc/74997/statm: 12143 6679 3488 2790 0 5568 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 48572 KiB
Current children cumulated memory: 26716 KiB

[startup+0.305491 s]*
/proc/loadavg: 4.12 4.12 4.09 5/263 74998
/proc/meminfo: memFree=124486052/131250000 swapFree=33010672/33010684
[pid=74997] ppid=74994 vsize=48764 memory=26844 CPUtime=0.29 cores=0,2
/proc/74997/stat : 74997 (ipbhs_scip) R 74994 74997 74103 0 -1 4194304 2673 0 0 0 26 3 0 0 20 0 1 0 68770321 49934336 6711 18446744073709551615 94509234597888 94509246024285 140727933349136 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94509248159960 94509248204978 94509286666240 140727933356434 140727933356553 140727933356553 140727933362155 0
/proc/74997/statm: 12191 6711 3488 2790 0 5616 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 48764 KiB
Current children cumulated memory: 26844 KiB

[startup+0.700183 s]
/proc/loadavg: 4.12 4.12 4.09 5/263 74998
/proc/meminfo: memFree=124486052/131250000 swapFree=33010672/33010684
[pid=74997] ppid=74994 vsize=49136 memory=27228 CPUtime=0.68 cores=0,2
/proc/74997/stat : 74997 (ipbhs_scip) R 74994 74997 74103 0 -1 4194304 2765 0 0 0 63 5 0 0 20 0 1 0 68770321 50315264 6807 18446744073709551615 94509234597888 94509246024285 140727933349136 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94509248159960 94509248204978 94509286666240 140727933356434 140727933356553 140727933356553 140727933362155 0
/proc/74997/statm: 12284 6807 3488 2790 0 5709 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 49136 KiB
Current children cumulated memory: 27228 KiB

[startup+1.50015 s]
/proc/loadavg: 4.12 4.12 4.09 5/263 74998
/proc/meminfo: memFree=124486052/131250000 swapFree=33010672/33010684
[pid=74997] ppid=74994 vsize=49376 memory=27612 CPUtime=1.48 cores=0,2
/proc/74997/stat : 74997 (ipbhs_scip) R 74994 74997 74103 0 -1 4194304 2840 0 0 0 139 9 0 0 20 0 1 0 68770321 50561024 6903 18446744073709551615 94509234597888 94509246024285 140727933349136 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94509248159960 94509248204978 94509286666240 140727933356434 140727933356553 140727933356553 140727933362155 0
/proc/74997/statm: 12344 6903 3488 2790 0 5769 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 49376 KiB
Current children cumulated memory: 27612 KiB

[startup+3.10536 s]
/proc/loadavg: 4.12 4.12 4.09 5/263 74998
/proc/meminfo: memFree=124482564/131250000 swapFree=33010672/33010684
[pid=74997] ppid=74994 vsize=50628 memory=30932 CPUtime=3.08 cores=0,2
/proc/74997/stat : 74997 (ipbhs_scip) R 74994 74997 74103 0 -1 4194304 3192 0 0 0 292 16 0 0 20 0 1 0 68770321 51843072 7733 18446744073709551615 94509234597888 94509246024285 140727933349136 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94509248159960 94509248204978 94509286666240 140727933356434 140727933356553 140727933356553 140727933362155 0
/proc/74997/statm: 12657 7733 3488 2790 0 6082 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 50628 KiB
Current children cumulated memory: 30932 KiB

[startup+6.30017 s]
/proc/loadavg: 4.19 4.13 4.10 5/263 74998
/proc/meminfo: memFree=124454604/131250000 swapFree=33010672/33010684
[pid=74997] ppid=74994 vsize=51836 memory=32084 CPUtime=6.26 cores=0,2
/proc/74997/stat : 74997 (ipbhs_scip) R 74994 74997 74103 0 -1 4194304 3479 0 0 0 599 27 0 0 20 0 1 0 68770321 53080064 8021 18446744073709551615 94509234597888 94509246024285 140727933349136 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94509248159960 94509248204978 94509286666240 140727933356434 140727933356553 140727933356553 140727933362155 0
/proc/74997/statm: 12959 8021 3488 2790 0 6384 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 51836 KiB
Current children cumulated memory: 32084 KiB

[startup+12.7001 s]
/proc/loadavg: 4.18 4.13 4.10 5/263 74998
/proc/meminfo: memFree=124443012/131250000 swapFree=33010672/33010684
[pid=74997] ppid=74994 vsize=56716 memory=36512 CPUtime=12.65 cores=0,2
/proc/74997/stat : 74997 (ipbhs_scip) R 74994 74997 74103 0 -1 4194304 4066 0 0 0 1222 43 0 0 20 0 1 0 68770321 58077184 9128 18446744073709551615 94509234597888 94509246024285 140727933349136 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94509248159960 94509248204978 94509286666240 140727933356434 140727933356553 140727933356553 140727933362155 0
/proc/74997/statm: 14179 9128 3488 2790 0 7604 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 56716 KiB
Current children cumulated memory: 36512 KiB

[startup+25.5002 s]
/proc/loadavg: 4.14 4.12 4.09 5/263 74999
/proc/meminfo: memFree=124433060/131250000 swapFree=33010672/33010684
[pid=74997] ppid=74994 vsize=63544 memory=42192 CPUtime=25.42 cores=0,2
/proc/74997/stat : 74997 (ipbhs_scip) R 74994 74997 74103 0 -1 4194304 4970 0 0 0 2466 76 0 0 20 0 1 0 68770321 65069056 10548 18446744073709551615 94509234597888 94509246024285 140727933349136 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94509248159960 94509248204978 94509286666240 140727933356434 140727933356553 140727933356553 140727933362155 0
/proc/74997/statm: 15886 10548 3488 2790 0 9311 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 63544 KiB
Current children cumulated memory: 42192 KiB

[startup+51.1053 s]
/proc/loadavg: 4.17 4.13 4.10 5/263 74999
/proc/meminfo: memFree=124415200/131250000 swapFree=33010672/33010684
[pid=74997] ppid=74994 vsize=65420 memory=43984 CPUtime=50.95 cores=0,2
/proc/74997/stat : 74997 (ipbhs_scip) R 74994 74997 74103 0 -1 4194304 5431 0 0 0 4955 140 0 0 20 0 1 0 68770321 66990080 10996 18446744073709551615 94509234597888 94509246024285 140727933349136 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94509248159960 94509248204978 94509286666240 140727933356434 140727933356553 140727933356553 140727933362155 0
/proc/74997/statm: 16355 10996 3488 2790 0 9780 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 65420 KiB
Current children cumulated memory: 43984 KiB

[startup+102.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/265 75003
/proc/meminfo: memFree=124363244/131250000 swapFree=33010672/33010684
[pid=74997] ppid=74994 vsize=74864 memory=50612 CPUtime=102.01 cores=0,2
/proc/74997/stat : 74997 (ipbhs_scip) R 74994 74997 74103 0 -1 4194304 6572 0 0 0 9984 217 0 0 20 0 1 0 68770321 76660736 12653 18446744073709551615 94509234597888 94509246024285 140727933349136 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94509248159960 94509248204978 94509286666240 140727933356434 140727933356553 140727933356553 140727933362155 0
/proc/74997/statm: 18716 12653 3488 2790 0 12141 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 74864 KiB
Current children cumulated memory: 50612 KiB

[startup+162.3 s]
/proc/loadavg: 4.18 4.13 4.10 5/265 75005
/proc/meminfo: memFree=124332876/131250000 swapFree=33010672/33010684
[pid=74997] ppid=74994 vsize=76284 memory=54044 CPUtime=161.84 cores=0,2
/proc/74997/stat : 74997 (ipbhs_scip) R 74994 74997 74103 0 -1 4194304 6931 0 0 0 15877 307 0 0 20 0 1 0 68770321 78114816 13511 18446744073709551615 94509234597888 94509246024285 140727933349136 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94509248159960 94509248204978 94509286666240 140727933356434 140727933356553 140727933356553 140727933362155 0
/proc/74997/statm: 19071 13511 3488 2790 0 12496 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 76284 KiB
Current children cumulated memory: 54044 KiB

[startup+222.3 s]
/proc/loadavg: 4.18 4.14 4.10 5/265 75007
/proc/meminfo: memFree=124290472/131250000 swapFree=33010672/33010684
[pid=74997] ppid=74994 vsize=79316 memory=59060 CPUtime=221.67 cores=0,2
/proc/74997/stat : 74997 (ipbhs_scip) R 74994 74997 74103 0 -1 4194304 7677 0 0 0 21777 390 0 0 20 0 1 0 68770321 81219584 14765 18446744073709551615 94509234597888 94509246024285 140727933349136 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94509248159960 94509248204978 94509286666240 140727933356434 140727933356553 140727933356553 140727933362155 0
/proc/74997/statm: 19829 14765 3488 2790 0 13254 0
Current children cumulated CPU time: 221.67 s
Current children cumulated vsize: 79316 KiB
Current children cumulated memory: 59060 KiB

[startup+282.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/265 75010
/proc/meminfo: memFree=124277140/131250000 swapFree=33010672/33010684
[pid=74997] ppid=74994 vsize=90840 memory=63232 CPUtime=281.5 cores=0,2
/proc/74997/stat : 74997 (ipbhs_scip) R 74994 74997 74103 0 -1 4194304 8580 0 0 0 27675 475 0 0 20 0 1 0 68770321 93020160 15808 18446744073709551615 94509234597888 94509246024285 140727933349136 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94509248159960 94509248204978 94509286666240 140727933356434 140727933356553 140727933356553 140727933362155 0
/proc/74997/statm: 22710 15808 3488 2790 0 16135 0
Current children cumulated CPU time: 281.5 s
Current children cumulated vsize: 90840 KiB
Current children cumulated memory: 63232 KiB

[startup+342.3 s]
/proc/loadavg: 4.41 4.20 4.12 5/265 75012
/proc/meminfo: memFree=124262412/131250000 swapFree=33010672/33010684
[pid=74997] ppid=74994 vsize=92932 memory=65144 CPUtime=341.34 cores=0,2
/proc/74997/stat : 74997 (ipbhs_scip) R 74994 74997 74103 0 -1 4194304 9455 0 0 0 33582 552 0 0 20 0 1 0 68770321 95162368 16286 18446744073709551615 94509234597888 94509246024285 140727933349136 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94509248159960 94509248204978 94509286666240 140727933356434 140727933356553 140727933356553 140727933362155 0
/proc/74997/statm: 23233 16286 3488 2790 0 16658 0
Current children cumulated CPU time: 341.34 s
Current children cumulated vsize: 92932 KiB
Current children cumulated memory: 65144 KiB

[startup+402.3 s]
/proc/loadavg: 4.25 4.19 4.12 5/263 75014
/proc/meminfo: memFree=124245976/131250000 swapFree=33010672/33010684
[pid=74997] ppid=74994 vsize=93524 memory=65784 CPUtime=401.16 cores=0,2
/proc/74997/stat : 74997 (ipbhs_scip) R 74994 74997 74103 0 -1 4194304 9605 0 0 0 39480 636 0 0 20 0 1 0 68770321 95768576 16446 18446744073709551615 94509234597888 94509246024285 140727933349136 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94509248159960 94509248204978 94509286666240 140727933356434 140727933356553 140727933356553 140727933362155 0
/proc/74997/statm: 23381 16446 3488 2790 0 16806 0
Current children cumulated CPU time: 401.16 s
Current children cumulated vsize: 93524 KiB
Current children cumulated memory: 65784 KiB

[startup+462.3 s]
/proc/loadavg: 4.37 4.22 4.13 5/264 75017
/proc/meminfo: memFree=124224752/131250000 swapFree=33010672/33010684
[pid=74997] ppid=74994 vsize=93524 memory=67984 CPUtime=460.99 cores=0,2
/proc/74997/stat : 74997 (ipbhs_scip) R 74994 74997 74103 0 -1 4194304 9640 0 0 0 45390 709 0 0 20 0 1 0 68770321 95768576 16996 18446744073709551615 94509234597888 94509246024285 140727933349136 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94509248159960 94509248204978 94509286666240 140727933356434 140727933356553 140727933356553 140727933362155 0
/proc/74997/statm: 23381 16996 3488 2790 0 16806 0
Current children cumulated CPU time: 460.99 s

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

Current children cumulated memory: 139980 KiB

[startup+2922.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/264 75422
/proc/meminfo: memFree=114218064/131250000 swapFree=33010672/33010684
[pid=74997] ppid=74994 vsize=180948 memory=139980 CPUtime=2913.99 cores=0,2
/proc/74997/stat : 74997 (ipbhs_scip) R 74994 74997 74103 0 -1 4194304 67587 0 0 0 288524 2875 0 0 20 0 1 0 68770321 185290752 34995 18446744073709551615 94509234597888 94509246024285 140727933349136 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94509248159960 94509248204978 94509286666240 140727933356434 140727933356553 140727933356553 140727933362155 0
/proc/74997/statm: 45237 34995 3488 2790 0 38662 0
Current children cumulated CPU time: 2913.99 s
Current children cumulated vsize: 180948 KiB
Current children cumulated memory: 139980 KiB

[startup+2982.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/263 75424
/proc/meminfo: memFree=114213656/131250000 swapFree=33010672/33010684
[pid=74997] ppid=74994 vsize=181076 memory=140108 CPUtime=2973.82 cores=0,2
/proc/74997/stat : 74997 (ipbhs_scip) R 74994 74997 74103 0 -1 4194304 68790 0 0 0 294454 2928 0 0 20 0 1 0 68770321 185421824 35027 18446744073709551615 94509234597888 94509246024285 140727933349136 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94509248159960 94509248204978 94509286666240 140727933356434 140727933356553 140727933356553 140727933362155 0
/proc/74997/statm: 45269 35027 3488 2790 0 38694 0
Current children cumulated CPU time: 2973.82 s
Current children cumulated vsize: 181076 KiB
Current children cumulated memory: 140108 KiB

[startup+3042.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/263 75432
/proc/meminfo: memFree=114201548/131250000 swapFree=33010672/33010684
[pid=74997] ppid=74994 vsize=181076 memory=140108 CPUtime=3033.67 cores=0,2
/proc/74997/stat : 74997 (ipbhs_scip) R 74994 74997 74103 0 -1 4194304 69573 0 0 0 300401 2966 0 0 20 0 1 0 68770321 185421824 35027 18446744073709551615 94509234597888 94509246024285 140727933349136 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94509248159960 94509248204978 94509286666240 140727933356434 140727933356553 140727933356553 140727933362155 0
/proc/74997/statm: 45269 35027 3488 2790 0 38694 0
Current children cumulated CPU time: 3033.67 s
Current children cumulated vsize: 181076 KiB
Current children cumulated memory: 140108 KiB

[startup+3102.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/262 75434
/proc/meminfo: memFree=114216520/131250000 swapFree=33010672/33010684
[pid=74997] ppid=74994 vsize=181076 memory=140108 CPUtime=3093.5 cores=0,2
/proc/74997/stat : 74997 (ipbhs_scip) R 74994 74997 74103 0 -1 4194304 70359 0 0 0 306338 3012 0 0 20 0 1 0 68770321 185421824 35027 18446744073709551615 94509234597888 94509246024285 140727933349136 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94509248159960 94509248204978 94509286666240 140727933356434 140727933356553 140727933356553 140727933362155 0
/proc/74997/statm: 45269 35027 3488 2790 0 38694 0
Current children cumulated CPU time: 3093.5 s
Current children cumulated vsize: 181076 KiB
Current children cumulated memory: 140108 KiB

[startup+3162.3 s]
/proc/loadavg: 4.35 4.16 4.11 5/262 75436
/proc/meminfo: memFree=114192932/131250000 swapFree=33010672/33010684
[pid=74997] ppid=74994 vsize=181076 memory=140108 CPUtime=3153.34 cores=0,2
/proc/74997/stat : 74997 (ipbhs_scip) R 74994 74997 74103 0 -1 4194304 71541 0 0 0 312273 3061 0 0 20 0 1 0 68770321 185421824 35027 18446744073709551615 94509234597888 94509246024285 140727933349136 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94509248159960 94509248204978 94509286666240 140727933356434 140727933356553 140727933356553 140727933362155 0
/proc/74997/statm: 45269 35027 3488 2790 0 38694 0
Current children cumulated CPU time: 3153.34 s
Current children cumulated vsize: 181076 KiB
Current children cumulated memory: 140108 KiB

[startup+3222.3 s]
/proc/loadavg: 4.28 4.19 4.12 6/262 75438
/proc/meminfo: memFree=114208544/131250000 swapFree=33010672/33010684
[pid=74997] ppid=74994 vsize=181076 memory=140108 CPUtime=3213.17 cores=0,2
/proc/74997/stat : 74997 (ipbhs_scip) R 74994 74997 74103 0 -1 4194304 72333 0 0 0 318212 3105 0 0 20 0 1 0 68770321 185421824 35027 18446744073709551615 94509234597888 94509246024285 140727933349136 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94509248159960 94509248204978 94509286666240 140727933356434 140727933356553 140727933356553 140727933362155 0
/proc/74997/statm: 45269 35027 3488 2790 0 38694 0
Current children cumulated CPU time: 3213.17 s
Current children cumulated vsize: 181076 KiB
Current children cumulated memory: 140108 KiB

[startup+3282.3 s]
/proc/loadavg: 3.93 4.12 4.10 4/256 75471
/proc/meminfo: memFree=123963748/131250000 swapFree=33010672/33010684
[pid=74997] ppid=74994 vsize=183284 memory=141516 CPUtime=3273 cores=0,2
/proc/74997/stat : 74997 (ipbhs_scip) R 74994 74997 74103 0 -1 4194304 73507 0 0 0 324147 3153 0 0 20 0 1 0 68770321 187682816 35379 18446744073709551615 94509234597888 94509246024285 140727933349136 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94509248159960 94509248204978 94509286666240 140727933356434 140727933356553 140727933356553 140727933362155 0
/proc/74997/statm: 45821 35379 3488 2790 0 39246 0
Current children cumulated CPU time: 3273 s
Current children cumulated vsize: 183284 KiB
Current children cumulated memory: 141516 KiB

[startup+3342.3 s]
/proc/loadavg: 3.40 3.93 4.03 4/257 75474
/proc/meminfo: memFree=123951488/131250000 swapFree=33010672/33010684
[pid=74997] ppid=74994 vsize=182104 memory=140624 CPUtime=3332.84 cores=0,2
/proc/74997/stat : 74997 (ipbhs_scip) R 74994 74997 74103 0 -1 4194304 73925 0 0 0 330085 3199 0 0 20 0 1 0 68770321 186474496 35156 18446744073709551615 94509234597888 94509246024285 140727933349136 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94509248159960 94509248204978 94509286666240 140727933356434 140727933356553 140727933356553 140727933362155 0
/proc/74997/statm: 45526 35156 3488 2790 0 38951 0
Current children cumulated CPU time: 3332.84 s
Current children cumulated vsize: 182104 KiB
Current children cumulated memory: 140624 KiB

[startup+3402.3 s]
/proc/loadavg: 3.19 3.77 3.97 4/257 75476
/proc/meminfo: memFree=123951116/131250000 swapFree=33010672/33010684
[pid=74997] ppid=74994 vsize=182104 memory=140628 CPUtime=3392.68 cores=0,2
/proc/74997/stat : 74997 (ipbhs_scip) R 74994 74997 74103 0 -1 4194304 74596 0 0 0 336024 3244 0 0 20 0 1 0 68770321 186474496 35157 18446744073709551615 94509234597888 94509246024285 140727933349136 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94509248159960 94509248204978 94509286666240 140727933356434 140727933356553 140727933356553 140727933362155 0
/proc/74997/statm: 45526 35157 3488 2790 0 38951 0
Current children cumulated CPU time: 3392.68 s
Current children cumulated vsize: 182104 KiB
Current children cumulated memory: 140628 KiB

[startup+3462.3 s]
/proc/loadavg: 3.16 3.66 3.92 4/257 75478
/proc/meminfo: memFree=123924696/131250000 swapFree=33010672/33010684
[pid=74997] ppid=74994 vsize=182104 memory=140632 CPUtime=3452.49 cores=0,2
/proc/74997/stat : 74997 (ipbhs_scip) R 74994 74997 74103 0 -1 4194304 75268 0 0 0 341961 3288 0 0 20 0 1 0 68770321 186474496 35158 18446744073709551615 94509234597888 94509246024285 140727933349136 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94509248159960 94509248204978 94509286666240 140727933356434 140727933356553 140727933356553 140727933362155 0
/proc/74997/statm: 45526 35158 3488 2790 0 38951 0
Current children cumulated CPU time: 3452.49 s
Current children cumulated vsize: 182104 KiB
Current children cumulated memory: 140632 KiB

[startup+3522.3 s]
/proc/loadavg: 3.11 3.55 3.86 4/262 75493
/proc/meminfo: memFree=123930848/131250000 swapFree=33010672/33010684
[pid=74997] ppid=74994 vsize=182104 memory=140636 CPUtime=3512.29 cores=0,2
/proc/74997/stat : 74997 (ipbhs_scip) R 74994 74997 74103 0 -1 4194304 75942 0 0 0 347900 3329 0 0 20 0 1 0 68770321 186474496 35159 18446744073709551615 94509234597888 94509246024285 140727933349136 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94509248159960 94509248204978 94509286666240 140727933356434 140727933356553 140727933356553 140727933362155 0
/proc/74997/statm: 45526 35159 3488 2790 0 38951 0
Current children cumulated CPU time: 3512.29 s
Current children cumulated vsize: 182104 KiB
Current children cumulated memory: 140636 KiB

[startup+3582.3 s]
/proc/loadavg: 2.47 3.32 3.76 2/247 75557
/proc/meminfo: memFree=127657128/131250000 swapFree=33010672/33010684
[pid=74997] ppid=74994 vsize=182104 memory=140640 CPUtime=3572.11 cores=0,2
/proc/74997/stat : 74997 (ipbhs_scip) R 74994 74997 74103 0 -1 4194304 76684 0 0 0 353839 3372 0 0 20 0 1 0 68770321 186474496 35160 18446744073709551615 94509234597888 94509246024285 140727933349136 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94509248159960 94509248204978 94509286666240 140727933356434 140727933356553 140727933356553 140727933362155 0
/proc/74997/statm: 45526 35160 3488 2790 0 38951 0
Current children cumulated CPU time: 3572.11 s
Current children cumulated vsize: 182104 KiB
Current children cumulated memory: 140640 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.3 s]
/proc/loadavg: 1.97 3.13 3.69 2/246 75557
/proc/meminfo: memFree=127653352/131250000 swapFree=33010672/33010684
[pid=74997] ppid=74994 vsize=182104 memory=141920 CPUtime=3600.04 cores=0,2
/proc/74997/stat : 74997 (ipbhs_scip) R 74994 74997 74103 0 -1 4194304 77092 0 0 0 356608 3396 0 0 20 0 1 0 68770321 186474496 35480 18446744073709551615 94509234597888 94509246024285 140727933349136 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94509248159960 94509248204978 94509286666240 140727933356434 140727933356553 140727933356553 140727933362155 0
/proc/74997/statm: 45526 35480 3488 2790 0 38951 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 182104 KiB
Current children cumulated memory: 141920 KiB

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

[startup+3610.3 s]
# the end of solver process 74997 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=3566.08 s, system=33.9671 s

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

[startup+3610.3 s]
/proc/loadavg: 1.97 3.13 3.69 2/246 75557
/proc/meminfo: memFree=127653352/131250000 swapFree=33010672/33010684
[pid=74997] ppid=74994 vsize=182104 memory=141920 CPUtime=3600.04 cores=0,2
/proc/74997/stat : 74997 (ipbhs_scip) R 74994 74997 74103 0 -1 4194304 77092 0 0 0 356608 3396 0 0 20 0 1 0 68770321 186474496 35480 18446744073709551615 94509234597888 94509246024285 140727933349136 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94509248159960 94509248204978 94509286666240 140727933356434 140727933356553 140727933356553 140727933362155 0
/proc/74997/statm: 45526 35480 3488 2790 0 38951 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 182104 KiB
Current children cumulated memory: 141920 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3610.3
CPU time (s): 3600.05
CPU user time (s): 3566.08
CPU system time (s): 33.9671
CPU usage (%): 99.7161
Max. virtual memory (cumulated for all children) (KiB): 183284
Max. memory (cumulated for all children) (KiB): 141920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3566.08
system time used= 33.9671
maximum resident set size= 142176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77092
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= 110
involuntary context switches= 4621


# summary of solver processes directly reported to runsolver:
#   pid: 74997
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3566.08
#   total CPU system time (s): 33.9671

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.26244 second user time and 16.1472 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-07-03 10:22:17
IDJOB=4517706
IDBENCH=176167
IDSOLVER=3335
FILE ID=nodeC014/4517706-1751530937
RUNJOBID= nodeC014-1751523662-74113
SLURM_JOB_ID= 9598651
Free space on /tmp= 430332 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=13-t=7.opb
COMMAND LINE= ./ipbhs_scip BENCHNAME --optimizer scip --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4517706-1751530937/watcher-4517706-1751530937 -o /tmp/evaluation-result-4517706-1751530937/solver-4517706-1751530937 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751523662-74113 --watchdog 3760  ./ipbhs_scip HOME/instance-4517706-1751530937.opb --optimizer scip --max-coef 1000000000

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

MD5SUM BENCH= bf082a5f314776883f0e32420df0edd0
RANDOM SEED=276571670

nodeC014 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		: 3600.054
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	: 7000.23
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		: 3600.037
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	: 7000.23
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		: 3600.122
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	: 7000.23
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		: 3600.905
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	: 7000.23
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		: 3600.130
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	: 7000.23
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.116
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	: 7000.23
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		: 3600.053
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	: 7000.23
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		: 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 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	: 7000.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        124490148 kB
MemAvailable:   126576608 kB
Buffers:            2508 kB
Cached:          2881592 kB
SwapCached:            4 kB
Active:          3824988 kB
Inactive:        2323408 kB
Active(anon):    3278508 kB
Inactive(anon):     3852 kB
Active(file):     546480 kB
Inactive(file):  2319556 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             70172 kB
Writeback:             4 kB
AnonPages:       3267436 kB
Mapped:           134656 kB
Shmem:             18064 kB
KReclaimable:     119328 kB
Slab:             209784 kB
SReclaimable:     119328 kB
SUnreclaim:        90456 kB
KernelStack:        4240 kB
PageTables:         9504 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    3637048 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3108864 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430428 MiB
End job on nodeC014 at 2025-07-03 11:22:28