Trace number 4524330

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.02 3611.5

General information on the benchmark

NamePB25/normalized-PB25/OPT-LIN/wallon/
normalized-SameQueensKnights-b-35_c24.opb
MD5SUM85006dfa006eef4f5ff7a59d59a5be2d
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-61
Best CPU time to get the best result obtained on this benchmark3585.91
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables43918
Total number of constraints55130
Number of constraints which are clauses12251
Number of constraints which are cardinality constraints (but not clauses)1225
Number of constraints which are nor clauses,nor cardinality constraints41654
Minimum length of a constraint1
Maximum length of a constraint1231
Number of terms in the objective function 12
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 126
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 1533
Number of bits of the biggest sum of numbers11
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
1.09/1.11	c limit for coefficient in constraints and objective to 1000000000
1.09/1.11	c will solve HOME/instance-4524330-1751604494.opb
1.09/1.11	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: 63837 MiB (59762 MiB free)
  memory of node 1: 64465 MiB (60070 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4524330-1751604494/watcher-4524330-1751604494 -o /tmp/evaluation-result-4524330-1751604494/solver-4524330-1751604494 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751599524-88026 --watchdog 3760 ./ipbhs_scip HOME/instance-4524330-1751604494.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
Current StackSize limit: 8192 KiB

solver pid=88645, runsolver pid=88642

[startup+0.100064 s]*
/proc/loadavg: 4.07 4.11 4.14 5/251 88646
/proc/meminfo: memFree=122709124/131382116 swapFree=33005528/33010684
[pid=88645] ppid=88642 vsize=51328 memory=16328 CPUtime=0.09 cores=0,2
/proc/88645/stat : 88645 (ipbhs_scip) R 88642 88645 88016 0 -1 4194304 3155 0 0 0 8 1 0 0 20 0 1 0 76128901 52559872 4082 18446744073709551615 93834995974144 93835007400541 140720710876544 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93835009536216 93835009581234 93835034062848 140720710879634 140720710879753 140720710879753 140720710885355 0
/proc/88645/statm: 12832 4082 1632 2790 0 6257 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 51328 KiB
Current children cumulated memory: 16328 KiB

[startup+0.210135 s]*
/proc/loadavg: 4.07 4.11 4.14 5/251 88646
/proc/meminfo: memFree=122707360/131382116 swapFree=33005528/33010684
[pid=88645] ppid=88642 vsize=56440 memory=21832 CPUtime=0.2 cores=0,2
/proc/88645/stat : 88645 (ipbhs_scip) R 88642 88645 88016 0 -1 4194304 4521 0 0 0 18 2 0 0 20 0 1 0 76128901 57794560 5458 18446744073709551615 93834995974144 93835007400541 140720710876544 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93835009536216 93835009581234 93835034062848 140720710879634 140720710879753 140720710879753 140720710885355 0
/proc/88645/statm: 14110 5458 1632 2790 0 7535 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 56440 KiB
Current children cumulated memory: 21832 KiB

[startup+0.310043 s]*
/proc/loadavg: 4.07 4.11 4.14 6/251 88646
/proc/meminfo: memFree=122700820/131382116 swapFree=33005528/33010684
[pid=88645] ppid=88642 vsize=62260 memory=27720 CPUtime=0.3 cores=0,2
/proc/88645/stat : 88645 (ipbhs_scip) R 88642 88645 88016 0 -1 4194304 6008 0 0 0 28 2 0 0 20 0 1 0 76128901 63754240 6930 18446744073709551615 93834995974144 93835007400541 140720710876544 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93835009536216 93835009581234 93835034062848 140720710879634 140720710879753 140720710879753 140720710885355 0
/proc/88645/statm: 15565 6930 1632 2790 0 8990 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 62260 KiB
Current children cumulated memory: 27720 KiB

[startup+0.700247 s]
/proc/loadavg: 4.07 4.11 4.14 5/251 88646
/proc/meminfo: memFree=122684692/131382116 swapFree=33005528/33010684
[pid=88645] ppid=88642 vsize=88152 memory=57144 CPUtime=0.69 cores=0,2
/proc/88645/stat : 88645 (ipbhs_scip) R 88642 88645 88016 0 -1 4194304 12467 0 0 0 54 15 0 0 20 0 1 0 76128901 90267648 14254 18446744073709551615 93834995974144 93835007400541 140720710876544 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93835009536216 93835009581234 93835034062848 140720710879634 140720710879753 140720710879753 140720710885355 0
/proc/88645/statm: 22038 14254 1728 2790 0 15463 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 88152 KiB
Current children cumulated memory: 57144 KiB

[startup+1.50027 s]
/proc/loadavg: 4.07 4.11 4.14 5/251 88646
/proc/meminfo: memFree=122661196/131382116 swapFree=33005528/33010684
[pid=88645] ppid=88642 vsize=141176 memory=117452 CPUtime=1.48 cores=0,2
/proc/88645/stat : 88645 (ipbhs_scip) R 88642 88645 88016 0 -1 4194304 24609 0 0 0 121 27 0 0 20 0 1 0 76128901 144564224 29363 18446744073709551615 93834995974144 93835007400541 140720710876544 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93835009536216 93835009581234 93835034062848 140720710879634 140720710879753 140720710879753 140720710885355 0
/proc/88645/statm: 35294 29363 3616 2790 0 28719 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 141176 KiB
Current children cumulated memory: 117452 KiB

[startup+3.11313 s]
/proc/loadavg: 4.07 4.11 4.14 5/251 88646
/proc/meminfo: memFree=122629192/131382116 swapFree=33005528/33010684
[pid=88645] ppid=88642 vsize=141564 memory=119832 CPUtime=3.09 cores=0,2
/proc/88645/stat : 88645 (ipbhs_scip) R 88642 88645 88016 0 -1 4194304 24700 0 0 0 277 32 0 0 20 0 1 0 76128901 144961536 29958 18446744073709551615 93834995974144 93835007400541 140720710876544 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93835009536216 93835009581234 93835034062848 140720710879634 140720710879753 140720710879753 140720710885355 0
/proc/88645/statm: 35391 29958 3616 2790 0 28816 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 141564 KiB
Current children cumulated memory: 119832 KiB

[startup+6.30025 s]
/proc/loadavg: 4.06 4.11 4.14 5/251 88646
/proc/meminfo: memFree=122629368/131382116 swapFree=33005528/33010684
[pid=88645] ppid=88642 vsize=151972 memory=124184 CPUtime=6.27 cores=0,2
/proc/88645/stat : 88645 (ipbhs_scip) R 88642 88645 88016 0 -1 4194304 25795 0 0 0 586 41 0 0 20 0 1 0 76128901 155619328 31046 18446744073709551615 93834995974144 93835007400541 140720710876544 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93835009536216 93835009581234 93835034062848 140720710879634 140720710879753 140720710879753 140720710885355 0
/proc/88645/statm: 37993 31046 3616 2790 0 31418 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 151972 KiB
Current children cumulated memory: 124184 KiB

[startup+12.7003 s]
/proc/loadavg: 4.06 4.11 4.14 5/251 88646
/proc/meminfo: memFree=122609476/131382116 swapFree=33005528/33010684
[pid=88645] ppid=88642 vsize=169112 memory=143960 CPUtime=12.64 cores=0,2
/proc/88645/stat : 88645 (ipbhs_scip) R 88642 88645 88016 0 -1 4194304 28194 0 0 0 1220 44 0 0 20 0 1 0 76128901 173170688 35990 18446744073709551615 93834995974144 93835007400541 140720710876544 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93835009536216 93835009581234 93835034062848 140720710879634 140720710879753 140720710879753 140720710885355 0
/proc/88645/statm: 42278 35990 3616 2790 0 35703 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 169112 KiB
Current children cumulated memory: 143960 KiB

[startup+25.5003 s]
/proc/loadavg: 4.11 4.12 4.14 5/251 88646
/proc/meminfo: memFree=122581816/131382116 swapFree=33005528/33010684
[pid=88645] ppid=88642 vsize=193532 memory=157648 CPUtime=25.41 cores=0,2
/proc/88645/stat : 88645 (ipbhs_scip) R 88642 88645 88016 0 -1 4194304 30067 0 0 0 2491 50 0 0 20 0 1 0 76128901 198176768 39412 18446744073709551615 93834995974144 93835007400541 140720710876544 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93835009536216 93835009581234 93835034062848 140720710879634 140720710879753 140720710879753 140720710885355 0
/proc/88645/statm: 48383 39412 3616 2790 0 41808 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 193532 KiB
Current children cumulated memory: 157648 KiB

[startup+51.1132 s]
/proc/loadavg: 4.14 4.12 4.14 5/251 88647
/proc/meminfo: memFree=122561544/131382116 swapFree=33005528/33010684
[pid=88645] ppid=88642 vsize=202272 memory=174168 CPUtime=50.94 cores=0,2
/proc/88645/stat : 88645 (ipbhs_scip) R 88642 88645 88016 0 -1 4194304 32153 0 0 0 5031 63 0 0 20 0 1 0 76128901 207126528 43542 18446744073709551615 93834995974144 93835007400541 140720710876544 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93835009536216 93835009581234 93835034062848 140720710879634 140720710879753 140720710879753 140720710885355 0
/proc/88645/statm: 50568 43542 3616 2790 0 43993 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 202272 KiB
Current children cumulated memory: 174168 KiB

[startup+102.3 s]
/proc/loadavg: 4.32 4.17 4.16 5/250 88651
/proc/meminfo: memFree=122528772/131382116 swapFree=33005528/33010684
[pid=88645] ppid=88642 vsize=242672 memory=191988 CPUtime=101.96 cores=0,2
/proc/88645/stat : 88645 (ipbhs_scip) R 88642 88645 88016 0 -1 4194304 35085 0 0 0 10110 86 0 0 20 0 1 0 76128901 248496128 47997 18446744073709551615 93834995974144 93835007400541 140720710876544 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93835009536216 93835009581234 93835034062848 140720710879634 140720710879753 140720710879753 140720710885355 0
/proc/88645/statm: 60668 47997 3616 2790 0 54093 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 242672 KiB
Current children cumulated memory: 191988 KiB

[startup+162.3 s]
/proc/loadavg: 4.67 4.31 4.21 5/249 88653
/proc/meminfo: memFree=122505444/131382116 swapFree=33005528/33010684
[pid=88645] ppid=88642 vsize=246860 memory=198076 CPUtime=161.77 cores=0,2
/proc/88645/stat : 88645 (ipbhs_scip) R 88642 88645 88016 0 -1 4194304 36112 0 0 0 16063 114 0 0 20 0 1 0 76128901 252784640 49519 18446744073709551615 93834995974144 93835007400541 140720710876544 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93835009536216 93835009581234 93835034062848 140720710879634 140720710879753 140720710879753 140720710885355 0
/proc/88645/statm: 61715 49519 3616 2790 0 55140 0
Current children cumulated CPU time: 161.77 s
Current children cumulated vsize: 246860 KiB
Current children cumulated memory: 198076 KiB

[startup+222.3 s]
/proc/loadavg: 4.29 4.27 4.20 5/249 88655
/proc/meminfo: memFree=122488620/131382116 swapFree=33005528/33010684
[pid=88645] ppid=88642 vsize=250344 memory=207504 CPUtime=221.57 cores=0,2
/proc/88645/stat : 88645 (ipbhs_scip) R 88642 88645 88016 0 -1 4194304 36940 0 0 0 22021 136 0 0 20 0 1 0 76128901 256352256 51876 18446744073709551615 93834995974144 93835007400541 140720710876544 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93835009536216 93835009581234 93835034062848 140720710879634 140720710879753 140720710879753 140720710885355 0
/proc/88645/statm: 62586 51876 3616 2790 0 56011 0
Current children cumulated CPU time: 221.57 s
Current children cumulated vsize: 250344 KiB
Current children cumulated memory: 207504 KiB

[startup+282.3 s]
/proc/loadavg: 4.21 4.25 4.19 5/249 88657
/proc/meminfo: memFree=122421560/131382116 swapFree=33005528/33010684
[pid=88645] ppid=88642 vsize=258372 memory=222416 CPUtime=281.39 cores=0,2
/proc/88645/stat : 88645 (ipbhs_scip) R 88642 88645 88016 0 -1 4194304 38646 0 0 0 27983 156 0 0 20 0 1 0 76128901 264572928 55604 18446744073709551615 93834995974144 93835007400541 140720710876544 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93835009536216 93835009581234 93835034062848 140720710879634 140720710879753 140720710879753 140720710885355 0
/proc/88645/statm: 64593 55604 3616 2790 0 58018 0
Current children cumulated CPU time: 281.39 s
Current children cumulated vsize: 258372 KiB
Current children cumulated memory: 222416 KiB

[startup+342.3 s]
/proc/loadavg: 4.20 4.23 4.19 5/250 88663
/proc/meminfo: memFree=122385900/131382116 swapFree=33005528/33010684
[pid=88645] ppid=88642 vsize=261160 memory=229268 CPUtime=341.2 cores=0,2
/proc/88645/stat : 88645 (ipbhs_scip) R 88642 88645 88016 0 -1 4194304 39341 0 0 0 33948 172 0 0 20 0 1 0 76128901 267427840 57317 18446744073709551615 93834995974144 93835007400541 140720710876544 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93835009536216 93835009581234 93835034062848 140720710879634 140720710879753 140720710879753 140720710885355 0
/proc/88645/statm: 65290 57317 3616 2790 0 58715 0
Current children cumulated CPU time: 341.2 s
Current children cumulated vsize: 261160 KiB
Current children cumulated memory: 229268 KiB

[startup+402.3 s]
/proc/loadavg: 4.15 4.21 4.18 5/250 88665
/proc/meminfo: memFree=122375004/131382116 swapFree=33005528/33010684
[pid=88645] ppid=88642 vsize=262712 memory=239256 CPUtime=401.01 cores=0,2
/proc/88645/stat : 88645 (ipbhs_scip) R 88642 88645 88016 0 -1 4194304 39795 0 0 0 39919 182 0 0 20 0 1 0 76128901 269017088 59814 18446744073709551615 93834995974144 93835007400541 140720710876544 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93835009536216 93835009581234 93835034062848 140720710879634 140720710879753 140720710879753 140720710885355 0
/proc/88645/statm: 65678 59814 3616 2790 0 59103 0
Current children cumulated CPU time: 401.01 s
Current children cumulated vsize: 262712 KiB
Current children cumulated memory: 239256 KiB

[startup+462.3 s]
/proc/loadavg: 4.12 4.18 4.17 5/250 88667
/proc/meminfo: memFree=122328320/131382116 swapFree=33005528/33010684
[pid=88645] ppid=88642 vsize=321672 memory=247832 CPUtime=460.81 cores=0,2
/proc/88645/stat : 88645 (ipbhs_scip) R 88642 88645 88016 0 -1 4194304 41934 0 0 0 45875 206 0 0 20 0 1 0 76128901 329392128 61958 18446744073709551615 93834995974144 93835007400541 140720710876544 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93835009536216 93835009581234 93835034062848 140720710879634 140720710879753 140720710879753 140720710885355 0
/proc/88645/statm: 80418 61958 3616 2790 0 73843 0
Current children cumulated CPU time: 460.81 s

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

Current children cumulated memory: 378936 KiB

[startup+2922.3 s]
/proc/loadavg: 1.11 1.53 2.66 2/232 88884
/proc/meminfo: memFree=129590036/131382116 swapFree=33005528/33010684
[pid=88645] ppid=88642 vsize=473196 memory=383992 CPUtime=2912.97 cores=0,2
/proc/88645/stat : 88645 (ipbhs_scip) R 88642 88645 88016 0 -1 4194304 58095 0 0 0 290600 697 0 0 20 0 1 0 76128901 484552704 95998 18446744073709551615 93834995974144 93835007400541 140720710876544 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93835009536216 93835009581234 93835034062848 140720710879634 140720710879753 140720710879753 140720710885355 0
/proc/88645/statm: 118299 95998 3616 2790 0 111724 0
Current children cumulated CPU time: 2912.97 s
Current children cumulated vsize: 473196 KiB
Current children cumulated memory: 383992 KiB

[startup+2982.3 s]
/proc/loadavg: 1.16 1.46 2.57 2/232 88886
/proc/meminfo: memFree=129590316/131382116 swapFree=33005528/33010684
[pid=88645] ppid=88642 vsize=473196 memory=383992 CPUtime=2972.79 cores=0,2
/proc/88645/stat : 88645 (ipbhs_scip) R 88642 88645 88016 0 -1 4194304 58095 0 0 0 296574 705 0 0 20 0 1 0 76128901 484552704 95998 18446744073709551615 93834995974144 93835007400541 140720710876544 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93835009536216 93835009581234 93835034062848 140720710879634 140720710879753 140720710879753 140720710885355 0
/proc/88645/statm: 118299 95998 3616 2790 0 111724 0
Current children cumulated CPU time: 2972.79 s
Current children cumulated vsize: 473196 KiB
Current children cumulated memory: 383992 KiB

[startup+3042.3 s]
/proc/loadavg: 1.12 1.39 2.47 2/233 88889
/proc/meminfo: memFree=129591072/131382116 swapFree=33005528/33010684
[pid=88645] ppid=88642 vsize=473196 memory=383992 CPUtime=3032.6 cores=0,2
/proc/88645/stat : 88645 (ipbhs_scip) R 88642 88645 88016 0 -1 4194304 58095 0 0 0 302547 713 0 0 20 0 1 0 76128901 484552704 95998 18446744073709551615 93834995974144 93835007400541 140720710876544 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93835009536216 93835009581234 93835034062848 140720710879634 140720710879753 140720710879753 140720710885355 0
/proc/88645/statm: 118299 95998 3616 2790 0 111724 0
Current children cumulated CPU time: 3032.6 s
Current children cumulated vsize: 473196 KiB
Current children cumulated memory: 383992 KiB

[startup+3102.3 s]
/proc/loadavg: 1.09 1.33 2.38 2/232 88891
/proc/meminfo: memFree=129587496/131382116 swapFree=33005528/33010684
[pid=88645] ppid=88642 vsize=473840 memory=388600 CPUtime=3092.42 cores=0,2
/proc/88645/stat : 88645 (ipbhs_scip) R 88642 88645 88016 0 -1 4194304 58226 0 0 0 308522 720 0 0 20 0 1 0 76128901 485212160 97150 18446744073709551615 93834995974144 93835007400541 140720710876544 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93835009536216 93835009581234 93835034062848 140720710879634 140720710879753 140720710879753 140720710885355 0
/proc/88645/statm: 118460 97150 3616 2790 0 111885 0
Current children cumulated CPU time: 3092.42 s
Current children cumulated vsize: 473840 KiB
Current children cumulated memory: 388600 KiB

[startup+3162.3 s]
/proc/loadavg: 1.15 1.30 2.30 2/233 88896
/proc/meminfo: memFree=129588032/131382116 swapFree=33005528/33010684
[pid=88645] ppid=88642 vsize=473840 memory=388600 CPUtime=3152.22 cores=0,2
/proc/88645/stat : 88645 (ipbhs_scip) R 88642 88645 88016 0 -1 4194304 58226 0 0 0 314495 727 0 0 20 0 1 0 76128901 485212160 97150 18446744073709551615 93834995974144 93835007400541 140720710876544 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93835009536216 93835009581234 93835034062848 140720710879634 140720710879753 140720710879753 140720710885355 0
/proc/88645/statm: 118460 97150 3616 2790 0 111885 0
Current children cumulated CPU time: 3152.22 s
Current children cumulated vsize: 473840 KiB
Current children cumulated memory: 388600 KiB

[startup+3222.3 s]
/proc/loadavg: 1.05 1.24 2.22 2/233 88898
/proc/meminfo: memFree=129584692/131382116 swapFree=33005528/33010684
[pid=88645] ppid=88642 vsize=476296 memory=390904 CPUtime=3212.04 cores=0,2
/proc/88645/stat : 88645 (ipbhs_scip) R 88642 88645 88016 0 -1 4194304 58755 0 0 0 320470 734 0 0 20 0 1 0 76128901 487727104 97726 18446744073709551615 93834995974144 93835007400541 140720710876544 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93835009536216 93835009581234 93835034062848 140720710879634 140720710879753 140720710879753 140720710885355 0
/proc/88645/statm: 119074 97726 3616 2790 0 112499 0
Current children cumulated CPU time: 3212.04 s
Current children cumulated vsize: 476296 KiB
Current children cumulated memory: 390904 KiB

[startup+3282.3 s]
/proc/loadavg: 1.06 1.21 2.14 2/233 88900
/proc/meminfo: memFree=129561252/131382116 swapFree=33005528/33010684
[pid=88645] ppid=88642 vsize=482568 memory=411760 CPUtime=3271.85 cores=0,2
/proc/88645/stat : 88645 (ipbhs_scip) R 88642 88645 88016 0 -1 4194304 59895 0 0 0 326445 740 0 0 20 0 1 0 76128901 494149632 102940 18446744073709551615 93834995974144 93835007400541 140720710876544 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93835009536216 93835009581234 93835034062848 140720710879634 140720710879753 140720710879753 140720710885355 0
/proc/88645/statm: 120642 102940 3616 2790 0 114067 0
Current children cumulated CPU time: 3271.85 s
Current children cumulated vsize: 482568 KiB
Current children cumulated memory: 411760 KiB

[startup+3342.3 s]
/proc/loadavg: 1.12 1.20 2.08 2/232 88902
/proc/meminfo: memFree=129562260/131382116 swapFree=33005528/33010684
[pid=88645] ppid=88642 vsize=482568 memory=411888 CPUtime=3331.66 cores=0,2
/proc/88645/stat : 88645 (ipbhs_scip) R 88642 88645 88016 0 -1 4194304 59917 0 0 0 332421 745 0 0 20 0 1 0 76128901 494149632 102972 18446744073709551615 93834995974144 93835007400541 140720710876544 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93835009536216 93835009581234 93835034062848 140720710879634 140720710879753 140720710879753 140720710885355 0
/proc/88645/statm: 120642 102972 3616 2790 0 114067 0
Current children cumulated CPU time: 3331.66 s
Current children cumulated vsize: 482568 KiB
Current children cumulated memory: 411888 KiB

[startup+3402.3 s]
/proc/loadavg: 1.10 1.18 2.01 2/233 88909
/proc/meminfo: memFree=129563504/131382116 swapFree=33005528/33010684
[pid=88645] ppid=88642 vsize=484392 memory=413168 CPUtime=3391.47 cores=0,2
/proc/88645/stat : 88645 (ipbhs_scip) R 88642 88645 88016 0 -1 4194304 60232 0 0 0 338395 752 0 0 20 0 1 0 76128901 496017408 103292 18446744073709551615 93834995974144 93835007400541 140720710876544 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93835009536216 93835009581234 93835034062848 140720710879634 140720710879753 140720710879753 140720710885355 0
/proc/88645/statm: 121098 103292 3616 2790 0 114523 0
Current children cumulated CPU time: 3391.47 s
Current children cumulated vsize: 484392 KiB
Current children cumulated memory: 413168 KiB

[startup+3462.3 s]
/proc/loadavg: 1.11 1.16 1.95 2/232 88911
/proc/meminfo: memFree=129564260/131382116 swapFree=33005528/33010684
[pid=88645] ppid=88642 vsize=486212 memory=416744 CPUtime=3451.28 cores=0,2
/proc/88645/stat : 88645 (ipbhs_scip) R 88642 88645 88016 0 -1 4194304 60634 0 0 0 344371 757 0 0 20 0 1 0 76128901 497881088 104186 18446744073709551615 93834995974144 93835007400541 140720710876544 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93835009536216 93835009581234 93835034062848 140720710879634 140720710879753 140720710879753 140720710885355 0
/proc/88645/statm: 121553 104186 3616 2790 0 114978 0
Current children cumulated CPU time: 3451.28 s
Current children cumulated vsize: 486212 KiB
Current children cumulated memory: 416744 KiB

[startup+3522.3 s]
/proc/loadavg: 1.09 1.14 1.90 2/232 88913
/proc/meminfo: memFree=129565032/131382116 swapFree=33005528/33010684
[pid=88645] ppid=88642 vsize=488496 memory=418280 CPUtime=3511.09 cores=0,2
/proc/88645/stat : 88645 (ipbhs_scip) R 88642 88645 88016 0 -1 4194304 61003 0 0 0 350346 763 0 0 20 0 1 0 76128901 500219904 104570 18446744073709551615 93834995974144 93835007400541 140720710876544 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93835009536216 93835009581234 93835034062848 140720710879634 140720710879753 140720710879753 140720710885355 0
/proc/88645/statm: 122124 104570 3616 2790 0 115549 0
Current children cumulated CPU time: 3511.09 s
Current children cumulated vsize: 488496 KiB
Current children cumulated memory: 418280 KiB

[startup+3582.3 s]
/proc/loadavg: 1.57 1.26 1.89 2/232 88915
/proc/meminfo: memFree=129549152/131382116 swapFree=33005528/33010684
[pid=88645] ppid=88642 vsize=490400 memory=423400 CPUtime=3570.9 cores=0,2
/proc/88645/stat : 88645 (ipbhs_scip) R 88642 88645 88016 0 -1 4194304 61434 0 0 0 356320 770 0 0 20 0 1 0 76128901 502169600 105850 18446744073709551615 93834995974144 93835007400541 140720710876544 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93835009536216 93835009581234 93835034062848 140720710879634 140720710879753 140720710879753 140720710885355 0
/proc/88645/statm: 122600 105850 3616 2790 0 116025 0
Current children cumulated CPU time: 3570.9 s
Current children cumulated vsize: 490400 KiB
Current children cumulated memory: 423400 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.5 s]
/proc/loadavg: 1.64 1.31 1.89 2/232 88917
/proc/meminfo: memFree=129549924/131382116 swapFree=33005528/33010684
[pid=88645] ppid=88642 vsize=490400 memory=423400 CPUtime=3600.01 cores=0,2
/proc/88645/stat : 88645 (ipbhs_scip) R 88642 88645 88016 0 -1 4194304 61434 0 0 0 359228 773 0 0 20 0 1 0 76128901 502169600 105850 18446744073709551615 93834995974144 93835007400541 140720710876544 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93835009536216 93835009581234 93835034062848 140720710879634 140720710879753 140720710879753 140720710885355 0
/proc/88645/statm: 122600 105850 3616 2790 0 116025 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 490400 KiB
Current children cumulated memory: 423400 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.28 s, system=7.73284 s

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

[startup+3611.5 s]
/proc/loadavg: 1.64 1.31 1.89 2/232 88917
/proc/meminfo: memFree=129549924/131382116 swapFree=33005528/33010684
[pid=88645] ppid=88642 vsize=490400 memory=423400 CPUtime=3600.01 cores=0,2
/proc/88645/stat : 88645 (ipbhs_scip) R 88642 88645 88016 0 -1 4194304 61434 0 0 0 359228 773 0 0 20 0 1 0 76128901 502169600 105850 18446744073709551615 93834995974144 93835007400541 140720710876544 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93835009536216 93835009581234 93835034062848 140720710879634 140720710879753 140720710879753 140720710885355 0
/proc/88645/statm: 122600 105850 3616 2790 0 116025 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 490400 KiB
Current children cumulated memory: 423400 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3611.5
CPU time (s): 3600.02
CPU user time (s): 3592.28
CPU system time (s): 7.73284
CPU usage (%): 99.6819
Max. virtual memory (cumulated for all children) (KiB): 490400
Max. memory (cumulated for all children) (KiB): 423400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.28
system time used= 7.73284
maximum resident set size= 423400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61434
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= 163
involuntary context switches= 8324


# summary of solver processes directly reported to runsolver:
#   pid: 88645
#   total CPU time (s): 3600.02
#   total CPU user time (s): 3592.28
#   total CPU system time (s): 7.73284

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.419 second user time and 34.2802 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-07-04 06:48:15
IDJOB=4524330
IDBENCH=180653
IDSOLVER=3335
FILE ID=nodeC010/4524330-1751604494
RUNJOBID= nodeC010-1751599524-88026
SLURM_JOB_ID= 9598873
Free space on /tmp= 429768 MiB

SOLVER NAME= IPBHS-SCIP 2025-06-09
BENCH NAME= PB25/normalized-PB25/OPT-LIN/wallon/normalized-SameQueensKnights-b-35_c24.opb
COMMAND LINE= ./ipbhs_scip BENCHNAME --optimizer scip --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4524330-1751604494/watcher-4524330-1751604494 -o /tmp/evaluation-result-4524330-1751604494/solver-4524330-1751604494 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751599524-88026 --watchdog 3760  ./ipbhs_scip HOME/instance-4524330-1751604494.opb --optimizer scip --max-coef 1000000000

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

MD5SUM BENCH= 85006dfa006eef4f5ff7a59d59a5be2d
RANDOM SEED=1452552654

nodeC010 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        122709268 kB
MemAvailable:   122789688 kB
Buffers:             228 kB
Cached:           876844 kB
SwapCached:         4296 kB
Active:          7448144 kB
Inactive:         640800 kB
Active(anon):    7168424 kB
Inactive(anon):    57072 kB
Active(file):     279720 kB
Inactive(file):   583728 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005528 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             74712 kB
Writeback:             0 kB
AnonPages:       7208640 kB
Mapped:           131492 kB
Shmem:             13620 kB
KReclaimable:     113200 kB
Slab:             198808 kB
SReclaimable:     113200 kB
SUnreclaim:        85608 kB
KernelStack:        4048 kB
PageTables:        17368 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    7765176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149416 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3731456 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 429924 MiB
End job on nodeC010 at 2025-07-04 07:48:27