Trace number 4504742

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.04 3606.81

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/MH+IC/
normalized-minisat35_4_11_4_mh_ic.opb
MD5SUMc58a3671c6a952d1c163a29e0b4e832b
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 benchmark4035713
Best CPU time to get the best result obtained on this benchmark3600.24
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables126385
Total number of constraints286973
Number of constraints which are clauses201180
Number of constraints which are cardinality constraints (but not clauses)43
Number of constraints which are nor clauses,nor cardinality constraints85750
Minimum length of a constraint2
Maximum length of a constraint1820
Number of terms in the objective function 46445
Biggest coefficient in the objective function 160103007
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 42268455767
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 160103007
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 42268455767
Number of bits of the biggest sum of numbers36
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
1.68/1.72	c limit for coefficient in constraints and objective to 1000000000
1.68/1.72	c will solve HOME/instance-4504742-1751453688.opb
1.68/1.72	c [0.06] will start solving
28.40/28.55	c [0.73] solve iteration 1, LB=-35, UB=42268455733

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: 63665 MiB (62356 MiB free)
  memory of node 1: 64507 MiB (56740 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=69869, runsolver pid=69862
Current StackSize limit: 8192 KiB


[startup+0.100062 s]*
/proc/loadavg: 0.77 1.23 2.37 5/265 69870
/proc/meminfo: memFree=121447716/131249996 swapFree=33010684/33010684
[pid=69869] ppid=69862 vsize=858988 memory=440608 CPUtime=0.09 cores=4,6
/proc/69869/stat : 69869 (ipbhs_scip) R 69862 69869 69801 0 -1 4194304 1386 0 0 0 1 8 0 0 20 0 1 0 61046724 879603712 109640 18446744073709551615 94584564584448 94584576010845 140726839730784 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94584578146520 94584578191538 94584602533888 140726839732626 140726839732745 140726839732745 140726839738347 0
/proc/69869/statm: 214747 109640 1632 2790 0 208172 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 858988 KiB
Current children cumulated memory: 440608 KiB

[startup+0.205634 s]*
/proc/loadavg: 0.77 1.23 2.37 5/265 69870
/proc/meminfo: memFree=121023436/131249996 swapFree=33010684/33010684
[pid=69869] ppid=69862 vsize=868004 memory=830200 CPUtime=0.19 cores=4,6
/proc/69869/stat : 69869 (ipbhs_scip) R 69862 69869 69801 0 -1 4194304 3323 0 0 0 4 15 0 0 20 0 1 0 61046724 888836096 207550 18446744073709551615 94584564584448 94584576010845 140726839730784 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94584578146520 94584578191538 94584602533888 140726839732626 140726839732745 140726839732745 140726839738347 0
/proc/69869/statm: 217001 207550 1632 2790 0 210426 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 868004 KiB
Current children cumulated memory: 830200 KiB

[startup+0.305406 s]*
/proc/loadavg: 0.77 1.23 2.37 5/265 69870
/proc/meminfo: memFree=120962512/131249996 swapFree=33010684/33010684
[pid=69869] ppid=69862 vsize=883240 memory=844380 CPUtime=0.29 cores=4,6
/proc/69869/stat : 69869 (ipbhs_scip) R 69862 69869 69801 0 -1 4194304 5824 0 0 0 13 16 0 0 20 0 1 0 61046724 904437760 211095 18446744073709551615 94584564584448 94584576010845 140726839730784 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94584578146520 94584578191538 94584602533888 140726839732626 140726839732745 140726839732745 140726839738347 0
/proc/69869/statm: 220810 211095 1632 2790 0 214235 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 883240 KiB
Current children cumulated memory: 844380 KiB

[startup+0.700159 s]
/proc/loadavg: 0.77 1.23 2.37 5/265 69870
/proc/meminfo: memFree=120775332/131249996 swapFree=33010684/33010684
[pid=69869] ppid=69862 vsize=948440 memory=906256 CPUtime=0.68 cores=4,6
/proc/69869/stat : 69869 (ipbhs_scip) R 69862 69869 69801 0 -1 4194304 18443 0 0 0 47 21 0 0 20 0 1 0 61046724 971202560 226564 18446744073709551615 94584564584448 94584576010845 140726839730784 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94584578146520 94584578191538 94584602533888 140726839732626 140726839732745 140726839732745 140726839738347 0
/proc/69869/statm: 237110 226564 1696 2790 0 230535 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 948440 KiB
Current children cumulated memory: 906256 KiB

[startup+1.50017 s]
/proc/loadavg: 0.77 1.23 2.37 5/265 69870
/proc/meminfo: memFree=120528056/131249996 swapFree=33010684/33010684
[pid=69869] ppid=69862 vsize=1011040 memory=965892 CPUtime=1.48 cores=4,6
/proc/69869/stat : 69869 (ipbhs_scip) R 69862 69869 69801 0 -1 4194304 27719 0 0 0 93 55 0 0 20 0 1 0 61046724 1035304960 241473 18446744073709551615 94584564584448 94584576010845 140726839730784 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94584578146520 94584578191538 94584602533888 140726839732626 140726839732745 140726839732745 140726839738347 0
/proc/69869/statm: 252760 241473 1696 2790 0 246185 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 1011040 KiB
Current children cumulated memory: 965892 KiB

[startup+3.10544 s]
/proc/loadavg: 0.77 1.23 2.37 5/265 69870
/proc/meminfo: memFree=119217088/131249996 swapFree=33010684/33010684
[pid=69869] ppid=69862 vsize=1585848 memory=1535524 CPUtime=3.08 cores=4,6
/proc/69869/stat : 69869 (ipbhs_scip) R 69862 69869 69801 0 -1 4194304 164886 0 0 0 208 100 0 0 20 0 1 0 61046724 1623908352 383881 18446744073709551615 94584564584448 94584576010845 140726839730784 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94584578146520 94584578191538 94584602533888 140726839732626 140726839732745 140726839732745 140726839738347 0
/proc/69869/statm: 396462 383881 3488 2790 0 389887 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1585848 KiB
Current children cumulated memory: 1535524 KiB

[startup+6.30016 s]
/proc/loadavg: 1.11 1.29 2.38 5/264 69870
/proc/meminfo: memFree=118565196/131249996 swapFree=33010684/33010684
[pid=69869] ppid=69862 vsize=1917348 memory=1797696 CPUtime=6.27 cores=4,6
/proc/69869/stat : 69869 (ipbhs_scip) R 69862 69869 69801 0 -1 4194304 211011 0 0 0 519 108 0 0 20 0 1 0 61046724 1963364352 449424 18446744073709551615 94584564584448 94584576010845 140726839730784 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94584578146520 94584578191538 94584602533888 140726839732626 140726839732745 140726839732745 140726839738347 0
/proc/69869/statm: 479337 449424 3648 2790 0 472762 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1917348 KiB
Current children cumulated memory: 1797696 KiB

[startup+12.7002 s]
/proc/loadavg: 1.34 1.33 2.39 5/265 69871
/proc/meminfo: memFree=118368076/131249996 swapFree=33010684/33010684
[pid=69869] ppid=69862 vsize=2016792 memory=1897280 CPUtime=12.64 cores=4,6
/proc/69869/stat : 69869 (ipbhs_scip) R 69862 69869 69801 0 -1 4194304 235875 0 0 0 1153 111 0 0 20 0 1 0 61046724 2065195008 474320 18446744073709551615 94584564584448 94584576010845 140726839730784 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94584578146520 94584578191538 94584602533888 140726839732626 140726839732745 140726839732745 140726839738347 0
/proc/69869/statm: 504198 474320 3680 2790 0 497623 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 2016792 KiB
Current children cumulated memory: 1897280 KiB

[startup+25.5001 s]
/proc/loadavg: 1.93 1.47 2.42 5/266 69873
/proc/meminfo: memFree=117997264/131249996 swapFree=33010684/33010684
[pid=69869] ppid=69862 vsize=2264512 memory=2078884 CPUtime=25.4 cores=4,6
/proc/69869/stat : 69869 (ipbhs_scip) R 69862 69869 69801 0 -1 4194304 280643 0 0 0 2422 118 0 0 20 0 1 0 61046724 2318860288 519721 18446744073709551615 94584564584448 94584576010845 140726839730784 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94584578146520 94584578191538 94584602533888 140726839732626 140726839732745 140726839732745 140726839738347 0
/proc/69869/statm: 566128 519721 3712 2790 0 559553 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 2264512 KiB
Current children cumulated memory: 2078884 KiB

[startup+51.1044 s]
/proc/loadavg: 3.04 1.77 2.49 5/266 69873
/proc/meminfo: memFree=117672452/131249996 swapFree=33010684/33010684
[pid=69869] ppid=69862 vsize=2413564 memory=2224292 CPUtime=50.96 cores=4,6
/proc/69869/stat : 69869 (ipbhs_scip) R 69862 69869 69801 0 -1 4194304 316977 0 0 0 4930 166 0 0 20 0 1 0 61046724 2471489536 556073 18446744073709551615 94584564584448 94584576010845 140726839730784 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94584578146520 94584578191538 94584602533888 140726839732626 140726839732745 140726839732745 140726839738347 0
/proc/69869/statm: 603391 556073 3776 2790 0 596816 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 2413564 KiB
Current children cumulated memory: 2224292 KiB

[startup+102.3 s]
/proc/loadavg: 3.64 2.13 2.58 5/266 69876
/proc/meminfo: memFree=116676544/131249996 swapFree=33010684/33010684
[pid=69869] ppid=69862 vsize=2413564 memory=2224292 CPUtime=102.08 cores=4,6
/proc/69869/stat : 69869 (ipbhs_scip) R 69862 69869 69801 0 -1 4194304 316997 0 0 0 9949 259 0 0 20 0 1 0 61046724 2471489536 556073 18446744073709551615 94584564584448 94584576010845 140726839730784 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94584578146520 94584578191538 94584602533888 140726839732626 140726839732745 140726839732745 140726839738347 0
/proc/69869/statm: 603391 556073 3776 2790 0 596816 0
Current children cumulated CPU time: 102.08 s
Current children cumulated vsize: 2413564 KiB
Current children cumulated memory: 2224292 KiB

[startup+162.3 s]
/proc/loadavg: 3.95 2.49 2.68 5/265 69878
/proc/meminfo: memFree=116673580/131249996 swapFree=33010684/33010684
[pid=69869] ppid=69862 vsize=2413564 memory=2224292 CPUtime=161.98 cores=4,6
/proc/69869/stat : 69869 (ipbhs_scip) R 69862 69869 69801 0 -1 4194304 317016 0 0 0 15817 381 0 0 20 0 1 0 61046724 2471489536 556073 18446744073709551615 94584564584448 94584576010845 140726839730784 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94584578146520 94584578191538 94584602533888 140726839732626 140726839732745 140726839732745 140726839738347 0
/proc/69869/statm: 603391 556073 3776 2790 0 596816 0
Current children cumulated CPU time: 161.98 s
Current children cumulated vsize: 2413564 KiB
Current children cumulated memory: 2224292 KiB

[startup+222.3 s]
/proc/loadavg: 4.33 2.85 2.79 5/265 69880
/proc/meminfo: memFree=115285344/131249996 swapFree=33010684/33010684
[pid=69869] ppid=69862 vsize=2413564 memory=2224548 CPUtime=221.87 cores=4,6
/proc/69869/stat : 69869 (ipbhs_scip) R 69862 69869 69801 0 -1 4194304 317111 0 0 0 21688 499 0 0 20 0 1 0 61046724 2471489536 556137 18446744073709551615 94584564584448 94584576010845 140726839730784 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94584578146520 94584578191538 94584602533888 140726839732626 140726839732745 140726839732745 140726839738347 0
/proc/69869/statm: 603391 556137 3776 2790 0 596816 0
Current children cumulated CPU time: 221.87 s
Current children cumulated vsize: 2413564 KiB
Current children cumulated memory: 2224548 KiB

[startup+282.3 s]
/proc/loadavg: 4.20 3.09 2.88 5/265 69882
/proc/meminfo: memFree=115458212/131249996 swapFree=33010684/33010684
[pid=69869] ppid=69862 vsize=2425240 memory=2225444 CPUtime=281.75 cores=4,6
/proc/69869/stat : 69869 (ipbhs_scip) R 69862 69869 69801 0 -1 4194304 317338 0 0 0 27549 626 0 0 20 0 1 0 61046724 2483445760 556361 18446744073709551615 94584564584448 94584576010845 140726839730784 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94584578146520 94584578191538 94584602533888 140726839732626 140726839732745 140726839732745 140726839738347 0
/proc/69869/statm: 606310 556361 3776 2790 0 599735 0
Current children cumulated CPU time: 281.75 s
Current children cumulated vsize: 2425240 KiB
Current children cumulated memory: 2225444 KiB

[startup+342.3 s]
/proc/loadavg: 4.19 3.29 2.96 5/264 69885
/proc/meminfo: memFree=115436368/131249996 swapFree=33010684/33010684
[pid=69869] ppid=69862 vsize=2425240 memory=2228284 CPUtime=341.62 cores=4,6
/proc/69869/stat : 69869 (ipbhs_scip) R 69862 69869 69801 0 -1 4194304 317521 0 0 0 33407 755 0 0 20 0 1 0 61046724 2483445760 557071 18446744073709551615 94584564584448 94584576010845 140726839730784 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94584578146520 94584578191538 94584602533888 140726839732626 140726839732745 140726839732745 140726839738347 0
/proc/69869/statm: 606310 557071 3776 2790 0 599735 0
Current children cumulated CPU time: 341.62 s
Current children cumulated vsize: 2425240 KiB
Current children cumulated memory: 2228284 KiB

[startup+402.3 s]
/proc/loadavg: 4.12 3.43 3.03 5/264 69905
/proc/meminfo: memFree=114601004/131249996 swapFree=33010684/33010684
[pid=69869] ppid=69862 vsize=2425240 memory=2228284 CPUtime=401.49 cores=4,6
/proc/69869/stat : 69869 (ipbhs_scip) R 69862 69869 69801 0 -1 4194304 317532 0 0 0 39269 880 0 0 20 0 1 0 61046724 2483445760 557071 18446744073709551615 94584564584448 94584576010845 140726839730784 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94584578146520 94584578191538 94584602533888 140726839732626 140726839732745 140726839732745 140726839738347 0
/proc/69869/statm: 606310 557071 3776 2790 0 599735 0
Current children cumulated CPU time: 401.49 s
Current children cumulated vsize: 2425240 KiB
Current children cumulated memory: 2228284 KiB

[startup+462.3 s]
/proc/loadavg: 4.37 3.62 3.12 5/264 69907
/proc/meminfo: memFree=114349848/131249996 swapFree=33010684/33010684
[pid=69869] ppid=69862 vsize=2425240 memory=2228284 CPUtime=461.37 cores=4,6
/proc/69869/stat : 69869 (ipbhs_scip) R 69862 69869 69801 0 -1 4194304 317532 0 0 0 45127 1010 0 0 20 0 1 0 61046724 2483445760 557071 18446744073709551615 94584564584448 94584576010845 140726839730784 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94584578146520 94584578191538 94584602533888 140726839732626 140726839732745 140726839732745 140726839738347 0
/proc/69869/statm: 606310 557071 3776 2790 0 599735 0

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

Current children cumulated memory: 2296420 KiB

[startup+2862.3 s]
/proc/loadavg: 4.08 4.09 4.02 5/265 70030
/proc/meminfo: memFree=96403500/131249996 swapFree=33010684/33010684
[pid=69869] ppid=69862 vsize=2475028 memory=2296420 CPUtime=2856.78 cores=4,6
/proc/69869/stat : 69869 (ipbhs_scip) R 69862 69869 69801 0 -1 4194304 320099 0 0 0 278422 7256 0 0 20 0 1 0 61046724 2534428672 574105 18446744073709551615 94584564584448 94584576010845 140726839730784 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94584578146520 94584578191538 94584602533888 140726839732626 140726839732745 140726839732745 140726839738347 0
/proc/69869/statm: 618757 574105 3776 2790 0 612182 0
Current children cumulated CPU time: 2856.78 s
Current children cumulated vsize: 2475028 KiB
Current children cumulated memory: 2296420 KiB

[startup+2922.3 s]
/proc/loadavg: 4.15 4.10 4.03 5/265 70032
/proc/meminfo: memFree=96397180/131249996 swapFree=33010684/33010684
[pid=69869] ppid=69862 vsize=2475028 memory=2296420 CPUtime=2916.68 cores=4,6
/proc/69869/stat : 69869 (ipbhs_scip) R 69862 69869 69801 0 -1 4194304 320101 0 0 0 284247 7421 0 0 20 0 1 0 61046724 2534428672 574105 18446744073709551615 94584564584448 94584576010845 140726839730784 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94584578146520 94584578191538 94584602533888 140726839732626 140726839732745 140726839732745 140726839738347 0
/proc/69869/statm: 618757 574105 3776 2790 0 612182 0
Current children cumulated CPU time: 2916.68 s
Current children cumulated vsize: 2475028 KiB
Current children cumulated memory: 2296420 KiB

[startup+2982.3 s]
/proc/loadavg: 4.09 4.09 4.03 5/265 70035
/proc/meminfo: memFree=96405148/131249996 swapFree=33010684/33010684
[pid=69869] ppid=69862 vsize=2475028 memory=2296420 CPUtime=2976.58 cores=4,6
/proc/69869/stat : 69869 (ipbhs_scip) R 69862 69869 69801 0 -1 4194304 320310 0 0 0 290077 7581 0 0 20 0 1 0 61046724 2534428672 574105 18446744073709551615 94584564584448 94584576010845 140726839730784 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94584578146520 94584578191538 94584602533888 140726839732626 140726839732745 140726839732745 140726839738347 0
/proc/69869/statm: 618757 574105 3776 2790 0 612182 0
Current children cumulated CPU time: 2976.58 s
Current children cumulated vsize: 2475028 KiB
Current children cumulated memory: 2296420 KiB

[startup+3042.3 s]
/proc/loadavg: 4.07 4.09 4.03 5/265 70037
/proc/meminfo: memFree=96402164/131249996 swapFree=33010684/33010684
[pid=69869] ppid=69862 vsize=2475028 memory=2296420 CPUtime=3036.48 cores=4,6
/proc/69869/stat : 69869 (ipbhs_scip) R 69862 69869 69801 0 -1 4194304 320378 0 0 0 295904 7744 0 0 20 0 1 0 61046724 2534428672 574105 18446744073709551615 94584564584448 94584576010845 140726839730784 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94584578146520 94584578191538 94584602533888 140726839732626 140726839732745 140726839732745 140726839738347 0
/proc/69869/statm: 618757 574105 3776 2790 0 612182 0
Current children cumulated CPU time: 3036.48 s
Current children cumulated vsize: 2475028 KiB
Current children cumulated memory: 2296420 KiB

[startup+3102.3 s]
/proc/loadavg: 4.12 4.10 4.03 5/264 70039
/proc/meminfo: memFree=96403068/131249996 swapFree=33010684/33010684
[pid=69869] ppid=69862 vsize=2475028 memory=2298468 CPUtime=3096.38 cores=4,6
/proc/69869/stat : 69869 (ipbhs_scip) R 69862 69869 69801 0 -1 4194304 320382 0 0 0 301736 7902 0 0 20 0 1 0 61046724 2534428672 574617 18446744073709551615 94584564584448 94584576010845 140726839730784 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94584578146520 94584578191538 94584602533888 140726839732626 140726839732745 140726839732745 140726839738347 0
/proc/69869/statm: 618757 574617 3776 2790 0 612182 0
Current children cumulated CPU time: 3096.38 s
Current children cumulated vsize: 2475028 KiB
Current children cumulated memory: 2298468 KiB

[startup+3162.3 s]
/proc/loadavg: 4.10 4.09 4.03 5/263 70041
/proc/meminfo: memFree=96398068/131249996 swapFree=33010684/33010684
[pid=69869] ppid=69862 vsize=2475028 memory=2302564 CPUtime=3156.28 cores=4,6
/proc/69869/stat : 69869 (ipbhs_scip) R 69862 69869 69801 0 -1 4194304 320583 0 0 0 307557 8071 0 0 20 0 1 0 61046724 2534428672 575641 18446744073709551615 94584564584448 94584576010845 140726839730784 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94584578146520 94584578191538 94584602533888 140726839732626 140726839732745 140726839732745 140726839738347 0
/proc/69869/statm: 618757 575641 3776 2790 0 612182 0
Current children cumulated CPU time: 3156.28 s
Current children cumulated vsize: 2475028 KiB
Current children cumulated memory: 2302564 KiB

[startup+3222.3 s]
/proc/loadavg: 4.11 4.09 4.03 5/263 70043
/proc/meminfo: memFree=96395344/131249996 swapFree=33010684/33010684
[pid=69869] ppid=69862 vsize=2475028 memory=2304612 CPUtime=3216.18 cores=4,6
/proc/69869/stat : 69869 (ipbhs_scip) R 69862 69869 69801 0 -1 4194304 320663 0 0 0 313384 8234 0 0 20 0 1 0 61046724 2534428672 576153 18446744073709551615 94584564584448 94584576010845 140726839730784 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94584578146520 94584578191538 94584602533888 140726839732626 140726839732745 140726839732745 140726839738347 0
/proc/69869/statm: 618757 576153 3776 2790 0 612182 0
Current children cumulated CPU time: 3216.18 s
Current children cumulated vsize: 2475028 KiB
Current children cumulated memory: 2304612 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.09 4.03 5/263 70045
/proc/meminfo: memFree=96394448/131249996 swapFree=33010684/33010684
[pid=69869] ppid=69862 vsize=2475028 memory=2306660 CPUtime=3276.07 cores=4,6
/proc/69869/stat : 69869 (ipbhs_scip) R 69862 69869 69801 0 -1 4194304 320667 0 0 0 319211 8396 0 0 20 0 1 0 61046724 2534428672 576665 18446744073709551615 94584564584448 94584576010845 140726839730784 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94584578146520 94584578191538 94584602533888 140726839732626 140726839732745 140726839732745 140726839738347 0
/proc/69869/statm: 618757 576665 3776 2790 0 612182 0
Current children cumulated CPU time: 3276.07 s
Current children cumulated vsize: 2475028 KiB
Current children cumulated memory: 2306660 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.08 4.03 5/264 70049
/proc/meminfo: memFree=96387196/131249996 swapFree=33010684/33010684
[pid=69869] ppid=69862 vsize=2475028 memory=2310756 CPUtime=3335.97 cores=4,6
/proc/69869/stat : 69869 (ipbhs_scip) R 69862 69869 69801 0 -1 4194304 320882 0 0 0 325044 8553 0 0 20 0 1 0 61046724 2534428672 577689 18446744073709551615 94584564584448 94584576010845 140726839730784 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94584578146520 94584578191538 94584602533888 140726839732626 140726839732745 140726839732745 140726839738347 0
/proc/69869/statm: 618757 577689 3776 2790 0 612182 0
Current children cumulated CPU time: 3335.97 s
Current children cumulated vsize: 2475028 KiB
Current children cumulated memory: 2310756 KiB

[startup+3402.3 s]
/proc/loadavg: 4.06 4.08 4.03 5/265 70058
/proc/meminfo: memFree=96383376/131249996 swapFree=33010684/33010684
[pid=69869] ppid=69862 vsize=2475028 memory=2312804 CPUtime=3395.87 cores=4,6
/proc/69869/stat : 69869 (ipbhs_scip) R 69862 69869 69801 0 -1 4194304 320957 0 0 0 330876 8711 0 0 20 0 1 0 61046724 2534428672 578201 18446744073709551615 94584564584448 94584576010845 140726839730784 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94584578146520 94584578191538 94584602533888 140726839732626 140726839732745 140726839732745 140726839738347 0
/proc/69869/statm: 618757 578201 3776 2790 0 612182 0
Current children cumulated CPU time: 3395.87 s
Current children cumulated vsize: 2475028 KiB
Current children cumulated memory: 2312804 KiB

[startup+3462.3 s]
/proc/loadavg: 4.07 4.08 4.03 5/265 70059
/proc/meminfo: memFree=96351108/131249996 swapFree=33010684/33010684
[pid=69869] ppid=69862 vsize=2475028 memory=2316900 CPUtime=3455.77 cores=4,6
/proc/69869/stat : 69869 (ipbhs_scip) R 69862 69869 69801 0 -1 4194304 320965 0 0 0 336703 8874 0 0 20 0 1 0 61046724 2534428672 579225 18446744073709551615 94584564584448 94584576010845 140726839730784 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94584578146520 94584578191538 94584602533888 140726839732626 140726839732745 140726839732745 140726839738347 0
/proc/69869/statm: 618757 579225 3776 2790 0 612182 0
Current children cumulated CPU time: 3455.77 s
Current children cumulated vsize: 2475028 KiB
Current children cumulated memory: 2316900 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.10 4.04 5/265 70061
/proc/meminfo: memFree=96348848/131249996 swapFree=33010684/33010684
[pid=69869] ppid=69862 vsize=2475028 memory=2316900 CPUtime=3515.67 cores=4,6
/proc/69869/stat : 69869 (ipbhs_scip) R 69862 69869 69801 0 -1 4194304 321210 0 0 0 342542 9025 0 0 20 0 1 0 61046724 2534428672 579225 18446744073709551615 94584564584448 94584576010845 140726839730784 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94584578146520 94584578191538 94584602533888 140726839732626 140726839732745 140726839732745 140726839738347 0
/proc/69869/statm: 618757 579225 3776 2790 0 612182 0
Current children cumulated CPU time: 3515.67 s
Current children cumulated vsize: 2475028 KiB
Current children cumulated memory: 2316900 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.09 4.04 5/265 70063
/proc/meminfo: memFree=96345396/131249996 swapFree=33010684/33010684
[pid=69869] ppid=69862 vsize=2525116 memory=2318308 CPUtime=3575.56 cores=4,6
/proc/69869/stat : 69869 (ipbhs_scip) R 69862 69869 69801 0 -1 4194304 321638 0 0 0 348376 9180 0 0 20 0 1 0 61046724 2585718784 579577 18446744073709551615 94584564584448 94584576010845 140726839730784 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94584578146520 94584578191538 94584602533888 140726839732626 140726839732745 140726839732745 140726839738347 0
/proc/69869/statm: 631279 579577 3776 2790 0 624704 0
Current children cumulated CPU time: 3575.56 s
Current children cumulated vsize: 2525116 KiB
Current children cumulated memory: 2318308 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3606.8 s]
/proc/loadavg: 4.07 4.08 4.04 5/265 70065
/proc/meminfo: memFree=96344836/131249996 swapFree=33010684/33010684
[pid=69869] ppid=69862 vsize=2525116 memory=2320996 CPUtime=3600.03 cores=4,6
/proc/69869/stat : 69869 (ipbhs_scip) R 69862 69869 69801 0 -1 4194304 321780 0 0 0 350754 9249 0 0 20 0 1 0 61046724 2585718784 580249 18446744073709551615 94584564584448 94584576010845 140726839730784 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94584578146520 94584578191538 94584602533888 140726839732626 140726839732745 140726839732745 140726839738347 0
/proc/69869/statm: 631279 580249 3776 2790 0 624704 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 2525116 KiB
Current children cumulated memory: 2320996 KiB

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

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

# cumulated CPU time of all completed processes:  user=3507.54 s, system=92.4983 s

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

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3606.81
CPU time (s): 3600.04
CPU user time (s): 3507.54
CPU system time (s): 92.4983
CPU usage (%): 99.8124
Max. virtual memory (cumulated for all children) (KiB): 2525116
Max. memory (cumulated for all children) (KiB): 2320996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3507.54
system time used= 92.4983
maximum resident set size= 2320996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 321780
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= 88
involuntary context switches= 1470


# summary of solver processes directly reported to runsolver:
#   pid: 69869
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3507.54
#   total CPU system time (s): 92.4983

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.95494 second user time and 11.8905 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-02 12:54:48
IDJOB=4504742
IDBENCH=155675
IDSOLVER=3335
FILE ID=nodeC024/4504742-1751453688
RUNJOBID= nodeC024-1751453688-69812
SLURM_JOB_ID= 9598442
Free space on /tmp= 432136 MiB

SOLVER NAME= IPBHS-SCIP 2025-06-09
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/MH+IC/normalized-minisat35_4_11_4_mh_ic.opb
COMMAND LINE= ./ipbhs_scip BENCHNAME --optimizer scip --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4504742-1751453688/watcher-4504742-1751453688 -o /tmp/evaluation-result-4504742-1751453688/solver-4504742-1751453688 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751453688-69812 --watchdog 3760  ./ipbhs_scip HOME/instance-4504742-1751453688.opb --optimizer scip --max-coef 1000000000

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

MD5SUM BENCH= c58a3671c6a952d1c163a29e0b4e832b
RANDOM SEED=5074224

nodeC024 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		: 3598.925
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.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	: 0xb00002a
cpu MHz		: 3599.904
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.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	: 0xb00002a
cpu MHz		: 3599.759
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.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	: 0xb00002a
cpu MHz		: 3599.738
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.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	: 0xb00002a
cpu MHz		: 3598.112
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.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	: 0xb00002a
cpu MHz		: 3605.832
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.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	: 0xb00002a
cpu MHz		: 3599.669
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.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	: 0xb00002a
cpu MHz		: 3599.656
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        121971304 kB
MemAvailable:   129687360 kB
Buffers:            3280 kB
Cached:          8484208 kB
SwapCached:            0 kB
Active:           331004 kB
Inactive:        8225912 kB
Active(anon):      87492 kB
Inactive(anon):        0 kB
Active(file):     243512 kB
Inactive(file):  8225912 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            308928 kB
Writeback:             8 kB
AnonPages:         70528 kB
Mapped:           106080 kB
Shmem:             18064 kB
KReclaimable:     171340 kB
Slab:             263568 kB
SReclaimable:     171340 kB
SUnreclaim:        92228 kB
KernelStack:        4128 kB
PageTables:         2920 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     382268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150456 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432060 MiB
End job on nodeC024 at 2025-07-02 13:54:55