Trace number 4502954

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.12 3610.82

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/
kullmann/normalized-mul_8_14_shg.opb
MD5SUMc0e25a71d8726d42148f3e780c01ff44
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 benchmark56
Best CPU time to get the best result obtained on this benchmark3584.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14300
Total number of constraints65280
Number of constraints which are clauses65280
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint60
Maximum length of a constraint93
Number of terms in the objective function 14300
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 14300
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 14300
Number of bits of the biggest sum of numbers14
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.88/1.97	c limit for coefficient in constraints and objective to 1000000000
1.88/1.97	c will solve HOME/instance-4502954-1751432155.opb
1.88/1.97	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: 63665 MiB (61555 MiB free)
  memory of node 1: 64507 MiB (63390 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=67132, runsolver pid=67129

[startup+0.100061 s]*
/proc/loadavg: 4.24 4.14 4.10 5/260 67133
/proc/meminfo: memFree=127885448/131250000 swapFree=33010684/33010684
[pid=67132] ppid=67129 vsize=53908 memory=19760 CPUtime=0.09 cores=1,3
/proc/67132/stat : 67132 (ipbhs_scip) R 67129 67132 66624 0 -1 4194304 3654 0 0 0 8 1 0 0 20 0 1 0 58895854 55201792 4940 18446744073709551615 94745886199808 94745897626205 140728056980512 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94745899761880 94745899806898 94745927831552 140728056981906 140728056982025 140728056982025 140728056987627 0
/proc/67132/statm: 13477 4940 1600 2790 0 6902 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 53908 KiB
Current children cumulated memory: 19760 KiB

[startup+0.204742 s]*
/proc/loadavg: 4.24 4.14 4.10 5/260 67133
/proc/meminfo: memFree=127831280/131250000 swapFree=33010684/33010684
[pid=67132] ppid=67129 vsize=67032 memory=32924 CPUtime=0.18 cores=1,3
/proc/67132/stat : 67132 (ipbhs_scip) R 67129 67132 66624 0 -1 4194304 7022 0 0 0 17 1 0 0 20 0 1 0 58895854 68640768 8231 18446744073709551615 94745886199808 94745897626205 140728056980512 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94745899761880 94745899806898 94745927831552 140728056981906 140728056982025 140728056982025 140728056987627 0
/proc/67132/statm: 16758 8231 1600 2790 0 10183 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 67032 KiB
Current children cumulated memory: 32924 KiB

[startup+0.304917 s]*
/proc/loadavg: 4.24 4.14 4.10 5/260 67133
/proc/meminfo: memFree=127759100/131250000 swapFree=33010684/33010684
[pid=67132] ppid=67129 vsize=79948 memory=45468 CPUtime=0.29 cores=1,3
/proc/67132/stat : 67132 (ipbhs_scip) R 67129 67132 66624 0 -1 4194304 10308 0 0 0 27 2 0 0 20 0 1 0 58895854 81866752 11367 18446744073709551615 94745886199808 94745897626205 140728056980512 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94745899761880 94745899806898 94745927831552 140728056981906 140728056982025 140728056982025 140728056987627 0
/proc/67132/statm: 19987 11367 1600 2790 0 13412 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 79948 KiB
Current children cumulated memory: 45468 KiB

[startup+0.700144 s]
/proc/loadavg: 4.24 4.14 4.10 5/260 67133
/proc/meminfo: memFree=127646216/131250000 swapFree=33010684/33010684
[pid=67132] ppid=67129 vsize=129408 memory=94492 CPUtime=0.68 cores=1,3
/proc/67132/stat : 67132 (ipbhs_scip) R 67129 67132 66624 0 -1 4194304 22896 0 0 0 63 5 0 0 20 0 1 0 58895854 132513792 23623 18446744073709551615 94745886199808 94745897626205 140728056980512 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94745899761880 94745899806898 94745927831552 140728056981906 140728056982025 140728056982025 140728056987627 0
/proc/67132/statm: 32352 23623 1600 2790 0 25777 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 129408 KiB
Current children cumulated memory: 94492 KiB

[startup+1.50016 s]
/proc/loadavg: 4.24 4.14 4.10 5/260 67133
/proc/meminfo: memFree=127382824/131250000 swapFree=33010684/33010684
[pid=67132] ppid=67129 vsize=197292 memory=170832 CPUtime=1.48 cores=1,3
/proc/67132/stat : 67132 (ipbhs_scip) R 67129 67132 66624 0 -1 4194304 38828 0 0 0 135 13 0 0 20 0 1 0 58895854 202027008 42708 18446744073709551615 94745886199808 94745897626205 140728056980512 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94745899761880 94745899806898 94745927831552 140728056981906 140728056982025 140728056982025 140728056987627 0
/proc/67132/statm: 49323 42708 1696 2790 0 42748 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 197292 KiB
Current children cumulated memory: 170832 KiB

[startup+3.10524 s]
/proc/loadavg: 4.24 4.14 4.10 5/263 67143
/proc/meminfo: memFree=126017440/131250000 swapFree=33010684/33010684
[pid=67132] ppid=67129 vsize=562992 memory=528620 CPUtime=3.07 cores=1,3
/proc/67132/stat : 67132 (ipbhs_scip) R 67129 67132 66624 0 -1 4194304 123768 0 0 0 268 39 0 0 20 0 1 0 58895854 576503808 132155 18446744073709551615 94745886199808 94745897626205 140728056980512 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94745899761880 94745899806898 94745927831552 140728056981906 140728056982025 140728056982025 140728056987627 0
/proc/67132/statm: 140748 132155 3360 2790 0 134173 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 562992 KiB
Current children cumulated memory: 528620 KiB

[startup+6.30018 s]
/proc/loadavg: 4.22 4.14 4.10 5/263 67143
/proc/meminfo: memFree=124468536/131250000 swapFree=33010684/33010684
[pid=67132] ppid=67129 vsize=1237620 memory=1189488 CPUtime=6.26 cores=1,3
/proc/67132/stat : 67132 (ipbhs_scip) R 67129 67132 66624 0 -1 4194304 259212 0 0 0 566 60 0 0 20 0 1 0 58895854 1267322880 297372 18446744073709551615 94745886199808 94745897626205 140728056980512 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94745899761880 94745899806898 94745927831552 140728056981906 140728056982025 140728056982025 140728056987627 0
/proc/67132/statm: 309405 297372 3520 2790 0 302830 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 1237620 KiB
Current children cumulated memory: 1189488 KiB

[startup+12.7002 s]
/proc/loadavg: 4.29 4.16 4.10 5/263 67143
/proc/meminfo: memFree=121675292/131250000 swapFree=33010684/33010684
[pid=67132] ppid=67129 vsize=3072196 memory=2663400 CPUtime=12.65 cores=1,3
/proc/67132/stat : 67132 (ipbhs_scip) R 67129 67132 66624 0 -1 4194304 275299 0 0 0 1173 92 0 0 20 0 1 0 58895854 3145928704 665850 18446744073709551615 94745886199808 94745897626205 140728056980512 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94745899761880 94745899806898 94745927831552 140728056981906 140728056982025 140728056982025 140728056987627 0
/proc/67132/statm: 768049 665850 3552 2790 0 761474 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 3072196 KiB
Current children cumulated memory: 2663400 KiB

[startup+25.5002 s]
/proc/loadavg: 4.29 4.17 4.11 5/263 67143
/proc/meminfo: memFree=119206620/131250000 swapFree=33010684/33010684
[pid=67132] ppid=67129 vsize=4657148 memory=4180892 CPUtime=25.41 cores=1,3
/proc/67132/stat : 67132 (ipbhs_scip) R 67129 67132 66624 0 -1 4194304 415119 0 0 0 2390 151 0 0 20 0 1 0 58895854 4768919552 1045223 18446744073709551615 94745886199808 94745897626205 140728056980512 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94745899761880 94745899806898 94745927831552 140728056981906 140728056982025 140728056982025 140728056987627 0
/proc/67132/statm: 1164287 1045223 3712 2790 0 1157712 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 4657148 KiB
Current children cumulated memory: 4180892 KiB

[startup+51.1054 s]
/proc/loadavg: 4.26 4.17 4.11 5/263 67144
/proc/meminfo: memFree=111383292/131250000 swapFree=33010684/33010684
[pid=67132] ppid=67129 vsize=4657148 memory=4180892 CPUtime=50.94 cores=1,3
/proc/67132/stat : 67132 (ipbhs_scip) R 67129 67132 66624 0 -1 4194304 415119 0 0 0 4943 151 0 0 20 0 1 0 58895854 4768919552 1045223 18446744073709551615 94745886199808 94745897626205 140728056980512 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94745899761880 94745899806898 94745927831552 140728056981906 140728056982025 140728056982025 140728056987627 0
/proc/67132/statm: 1164287 1045223 3712 2790 0 1157712 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 4657148 KiB
Current children cumulated memory: 4180892 KiB

[startup+102.3 s]
/proc/loadavg: 4.18 4.16 4.10 5/263 67146
/proc/meminfo: memFree=108223288/131250000 swapFree=33010684/33010684
[pid=67132] ppid=67129 vsize=4674672 memory=4187788 CPUtime=101.95 cores=1,3
/proc/67132/stat : 67132 (ipbhs_scip) R 67129 67132 66624 0 -1 4194304 415809 0 0 0 10044 151 0 0 20 0 1 0 58895854 4786864128 1046947 18446744073709551615 94745886199808 94745897626205 140728056980512 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94745899761880 94745899806898 94745927831552 140728056981906 140728056982025 140728056982025 140728056987627 0
/proc/67132/statm: 1168668 1046947 3712 2790 0 1162093 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 4674672 KiB
Current children cumulated memory: 4187788 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.14 4.10 5/263 67192
/proc/meminfo: memFree=91613728/131250000 swapFree=33010684/33010684
[pid=67132] ppid=67129 vsize=4674672 memory=4187788 CPUtime=161.75 cores=1,3
/proc/67132/stat : 67132 (ipbhs_scip) R 67129 67132 66624 0 -1 4194304 415886 0 0 0 16024 151 0 0 20 0 1 0 58895854 4786864128 1046947 18446744073709551615 94745886199808 94745897626205 140728056980512 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94745899761880 94745899806898 94745927831552 140728056981906 140728056982025 140728056982025 140728056987627 0
/proc/67132/statm: 1168668 1046947 3712 2790 0 1162093 0
Current children cumulated CPU time: 161.75 s
Current children cumulated vsize: 4674672 KiB
Current children cumulated memory: 4187788 KiB

[startup+222.3 s]
/proc/loadavg: 4.22 4.17 4.11 5/265 67248
/proc/meminfo: memFree=114262992/131250000 swapFree=33010684/33010684
[pid=67132] ppid=67129 vsize=4674672 memory=4187788 CPUtime=221.55 cores=1,3
/proc/67132/stat : 67132 (ipbhs_scip) R 67129 67132 66624 0 -1 4194304 415963 0 0 0 22004 151 0 0 20 0 1 0 58895854 4786864128 1046947 18446744073709551615 94745886199808 94745897626205 140728056980512 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94745899761880 94745899806898 94745927831552 140728056981906 140728056982025 140728056982025 140728056987627 0
/proc/67132/statm: 1168668 1046947 3712 2790 0 1162093 0
Current children cumulated CPU time: 221.55 s
Current children cumulated vsize: 4674672 KiB
Current children cumulated memory: 4187788 KiB

[startup+282.3 s]
/proc/loadavg: 4.14 4.15 4.10 5/265 67250
/proc/meminfo: memFree=114194216/131250000 swapFree=33010684/33010684
[pid=67132] ppid=67129 vsize=4674672 memory=4187788 CPUtime=281.34 cores=1,3
/proc/67132/stat : 67132 (ipbhs_scip) R 67129 67132 66624 0 -1 4194304 415963 0 0 0 27983 151 0 0 20 0 1 0 58895854 4786864128 1046947 18446744073709551615 94745886199808 94745897626205 140728056980512 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94745899761880 94745899806898 94745927831552 140728056981906 140728056982025 140728056982025 140728056987627 0
/proc/67132/statm: 1168668 1046947 3712 2790 0 1162093 0
Current children cumulated CPU time: 281.34 s
Current children cumulated vsize: 4674672 KiB
Current children cumulated memory: 4187788 KiB

[startup+342.3 s]
/proc/loadavg: 4.17 4.16 4.10 5/265 67263
/proc/meminfo: memFree=114049220/131250000 swapFree=33010684/33010684
[pid=67132] ppid=67129 vsize=4674672 memory=4187916 CPUtime=341.15 cores=1,3
/proc/67132/stat : 67132 (ipbhs_scip) R 67129 67132 66624 0 -1 4194304 416095 0 0 0 33963 152 0 0 20 0 1 0 58895854 4786864128 1046979 18446744073709551615 94745886199808 94745897626205 140728056980512 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94745899761880 94745899806898 94745927831552 140728056981906 140728056982025 140728056982025 140728056987627 0
/proc/67132/statm: 1168668 1046979 3712 2790 0 1162093 0
Current children cumulated CPU time: 341.15 s
Current children cumulated vsize: 4674672 KiB
Current children cumulated memory: 4187916 KiB

[startup+402.3 s]
/proc/loadavg: 4.12 4.14 4.10 5/265 67269
/proc/meminfo: memFree=114028684/131250000 swapFree=33010684/33010684
[pid=67132] ppid=67129 vsize=4674672 memory=4188428 CPUtime=400.94 cores=1,3
/proc/67132/stat : 67132 (ipbhs_scip) R 67129 67132 66624 0 -1 4194304 416245 0 0 0 39942 152 0 0 20 0 1 0 58895854 4786864128 1047107 18446744073709551615 94745886199808 94745897626205 140728056980512 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94745899761880 94745899806898 94745927831552 140728056981906 140728056982025 140728056982025 140728056987627 0
/proc/67132/statm: 1168668 1047107 3712 2790 0 1162093 0
Current children cumulated CPU time: 400.94 s
Current children cumulated vsize: 4674672 KiB
Current children cumulated memory: 4188428 KiB

[startup+462.3 s]
/proc/loadavg: 4.09 4.13 4.09 5/265 67271
/proc/meminfo: memFree=113977584/131250000 swapFree=33010684/33010684
[pid=67132] ppid=67129 vsize=4674672 memory=4188428 CPUtime=460.73 cores=1,3
/proc/67132/stat : 67132 (ipbhs_scip) R 67129 67132 66624 0 -1 4194304 416339 0 0 0 45921 152 0 0 20 0 1 0 58895854 4786864128 1047107 18446744073709551615 94745886199808 94745897626205 140728056980512 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94745899761880 94745899806898 94745927831552 140728056981906 140728056982025 140728056982025 140728056987627 0
/proc/67132/statm: 1168668 1047107 3712 2790 0 1162093 0

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

Current children cumulated memory: 4972932 KiB

[startup+2862.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/262 67422
/proc/meminfo: memFree=105179204/131250000 swapFree=33010684/33010684
[pid=67132] ppid=67129 vsize=5411940 memory=4972932 CPUtime=2853.66 cores=1,3
/proc/67132/stat : 67132 (ipbhs_scip) R 67129 67132 66624 0 -1 4194304 473682 0 0 0 285133 233 0 0 20 0 1 0 58895854 5541826560 1243233 18446744073709551615 94745886199808 94745897626205 140728056980512 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94745899761880 94745899806898 94745927831552 140728056981906 140728056982025 140728056982025 140728056987627 0
/proc/67132/statm: 1352985 1243233 3712 2790 0 1346410 0
Current children cumulated CPU time: 2853.66 s
Current children cumulated vsize: 5411940 KiB
Current children cumulated memory: 4972932 KiB

[startup+2922.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/262 67424
/proc/meminfo: memFree=105081260/131250000 swapFree=33010684/33010684
[pid=67132] ppid=67129 vsize=5411940 memory=4973316 CPUtime=2913.49 cores=1,3
/proc/67132/stat : 67132 (ipbhs_scip) R 67129 67132 66624 0 -1 4194304 474145 0 0 0 291116 233 0 0 20 0 1 0 58895854 5541826560 1243329 18446744073709551615 94745886199808 94745897626205 140728056980512 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94745899761880 94745899806898 94745927831552 140728056981906 140728056982025 140728056982025 140728056987627 0
/proc/67132/statm: 1352985 1243329 3712 2790 0 1346410 0
Current children cumulated CPU time: 2913.49 s
Current children cumulated vsize: 5411940 KiB
Current children cumulated memory: 4973316 KiB

[startup+2982.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/262 67426
/proc/meminfo: memFree=105053460/131250000 swapFree=33010684/33010684
[pid=67132] ppid=67129 vsize=5413564 memory=4974992 CPUtime=2973.34 cores=1,3
/proc/67132/stat : 67132 (ipbhs_scip) R 67129 67132 66624 0 -1 4194304 475106 0 0 0 297099 235 0 0 20 0 1 0 58895854 5543489536 1243748 18446744073709551615 94745886199808 94745897626205 140728056980512 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94745899761880 94745899806898 94745927831552 140728056981906 140728056982025 140728056982025 140728056987627 0
/proc/67132/statm: 1353391 1243748 3712 2790 0 1346816 0
Current children cumulated CPU time: 2973.34 s
Current children cumulated vsize: 5413564 KiB
Current children cumulated memory: 4974992 KiB

[startup+3042.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/262 67428
/proc/meminfo: memFree=100961960/131250000 swapFree=33010684/33010684
[pid=67132] ppid=67129 vsize=5413564 memory=4974992 CPUtime=3033.18 cores=1,3
/proc/67132/stat : 67132 (ipbhs_scip) R 67129 67132 66624 0 -1 4194304 475241 0 0 0 303083 235 0 0 20 0 1 0 58895854 5543489536 1243748 18446744073709551615 94745886199808 94745897626205 140728056980512 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94745899761880 94745899806898 94745927831552 140728056981906 140728056982025 140728056982025 140728056987627 0
/proc/67132/statm: 1353391 1243748 3712 2790 0 1346816 0
Current children cumulated CPU time: 3033.18 s
Current children cumulated vsize: 5413564 KiB
Current children cumulated memory: 4974992 KiB

[startup+3102.3 s]
/proc/loadavg: 4.17 4.13 4.09 5/263 67432
/proc/meminfo: memFree=98130080/131250000 swapFree=33010684/33010684
[pid=67132] ppid=67129 vsize=5628932 memory=5065288 CPUtime=3093.01 cores=1,3
/proc/67132/stat : 67132 (ipbhs_scip) R 67129 67132 66624 0 -1 4194304 476613 0 0 0 309061 240 0 0 20 0 1 0 58895854 5764026368 1266322 18446744073709551615 94745886199808 94745897626205 140728056980512 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94745899761880 94745899806898 94745927831552 140728056981906 140728056982025 140728056982025 140728056987627 0
/proc/67132/statm: 1407233 1266322 3712 2790 0 1400658 0
Current children cumulated CPU time: 3093.01 s
Current children cumulated vsize: 5628932 KiB
Current children cumulated memory: 5065288 KiB

[startup+3162.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/263 67434
/proc/meminfo: memFree=97434808/131250000 swapFree=33010684/33010684
[pid=67132] ppid=67129 vsize=5628932 memory=5065288 CPUtime=3152.84 cores=1,3
/proc/67132/stat : 67132 (ipbhs_scip) R 67129 67132 66624 0 -1 4194304 476731 0 0 0 315044 240 0 0 20 0 1 0 58895854 5764026368 1266322 18446744073709551615 94745886199808 94745897626205 140728056980512 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94745899761880 94745899806898 94745927831552 140728056981906 140728056982025 140728056982025 140728056987627 0
/proc/67132/statm: 1407233 1266322 3712 2790 0 1400658 0
Current children cumulated CPU time: 3152.84 s
Current children cumulated vsize: 5628932 KiB
Current children cumulated memory: 5065288 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/263 67436
/proc/meminfo: memFree=97147428/131250000 swapFree=33010684/33010684
[pid=67132] ppid=67129 vsize=5659072 memory=5095516 CPUtime=3212.67 cores=1,3
/proc/67132/stat : 67132 (ipbhs_scip) R 67129 67132 66624 0 -1 4194304 478601 0 0 0 321025 242 0 0 20 0 1 0 58895854 5794889728 1273879 18446744073709551615 94745886199808 94745897626205 140728056980512 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94745899761880 94745899806898 94745927831552 140728056981906 140728056982025 140728056982025 140728056987627 0
/proc/67132/statm: 1414768 1273879 3712 2790 0 1408193 0
Current children cumulated CPU time: 3212.67 s
Current children cumulated vsize: 5659072 KiB
Current children cumulated memory: 5095516 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/263 67438
/proc/meminfo: memFree=97381068/131250000 swapFree=33010684/33010684
[pid=67132] ppid=67129 vsize=5659312 memory=5095672 CPUtime=3272.5 cores=1,3
/proc/67132/stat : 67132 (ipbhs_scip) R 67129 67132 66624 0 -1 4194304 479882 0 0 0 327007 243 0 0 20 0 1 0 58895854 5795135488 1273918 18446744073709551615 94745886199808 94745897626205 140728056980512 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94745899761880 94745899806898 94745927831552 140728056981906 140728056982025 140728056982025 140728056987627 0
/proc/67132/statm: 1414828 1273918 3712 2790 0 1408253 0
Current children cumulated CPU time: 3272.5 s
Current children cumulated vsize: 5659312 KiB
Current children cumulated memory: 5095672 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/263 67441
/proc/meminfo: memFree=97364564/131250000 swapFree=33010684/33010684
[pid=67132] ppid=67129 vsize=5659312 memory=5095672 CPUtime=3332.34 cores=1,3
/proc/67132/stat : 67132 (ipbhs_scip) R 67129 67132 66624 0 -1 4194304 480083 0 0 0 332991 243 0 0 20 0 1 0 58895854 5795135488 1273918 18446744073709551615 94745886199808 94745897626205 140728056980512 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94745899761880 94745899806898 94745927831552 140728056981906 140728056982025 140728056982025 140728056987627 0
/proc/67132/statm: 1414828 1273918 3712 2790 0 1408253 0
Current children cumulated CPU time: 3332.34 s
Current children cumulated vsize: 5659312 KiB
Current children cumulated memory: 5095672 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/262 67443
/proc/meminfo: memFree=97362404/131250000 swapFree=33010684/33010684
[pid=67132] ppid=67129 vsize=5660360 memory=5096724 CPUtime=3392.18 cores=1,3
/proc/67132/stat : 67132 (ipbhs_scip) R 67129 67132 66624 0 -1 4194304 481182 0 0 0 338973 245 0 0 20 0 1 0 58895854 5796208640 1274181 18446744073709551615 94745886199808 94745897626205 140728056980512 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94745899761880 94745899806898 94745927831552 140728056981906 140728056982025 140728056982025 140728056987627 0
/proc/67132/statm: 1415090 1274181 3712 2790 0 1408515 0
Current children cumulated CPU time: 3392.18 s
Current children cumulated vsize: 5660360 KiB
Current children cumulated memory: 5096724 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/263 67450
/proc/meminfo: memFree=97315444/131250000 swapFree=33010684/33010684
[pid=67132] ppid=67129 vsize=5719648 memory=5110960 CPUtime=3452.01 cores=1,3
/proc/67132/stat : 67132 (ipbhs_scip) R 67129 67132 66624 0 -1 4194304 481544 0 0 0 344954 247 0 0 20 0 1 0 58895854 5856919552 1277740 18446744073709551615 94745886199808 94745897626205 140728056980512 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94745899761880 94745899806898 94745927831552 140728056981906 140728056982025 140728056982025 140728056987627 0
/proc/67132/statm: 1429912 1277740 3712 2790 0 1423337 0
Current children cumulated CPU time: 3452.01 s
Current children cumulated vsize: 5719648 KiB
Current children cumulated memory: 5110960 KiB

[startup+3522.3 s]
/proc/loadavg: 4.18 4.13 4.10 5/263 67452
/proc/meminfo: memFree=97455472/131250000 swapFree=33010684/33010684
[pid=67132] ppid=67129 vsize=5720548 memory=5114308 CPUtime=3511.85 cores=1,3
/proc/67132/stat : 67132 (ipbhs_scip) R 67129 67132 66624 0 -1 4194304 482886 0 0 0 350936 249 0 0 20 0 1 0 58895854 5857841152 1278577 18446744073709551615 94745886199808 94745897626205 140728056980512 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94745899761880 94745899806898 94745927831552 140728056981906 140728056982025 140728056982025 140728056987627 0
/proc/67132/statm: 1430137 1278577 3712 2790 0 1423562 0
Current children cumulated CPU time: 3511.85 s
Current children cumulated vsize: 5720548 KiB
Current children cumulated memory: 5114308 KiB

[startup+3582.3 s]
/proc/loadavg: 4.49 4.22 4.13 5/263 67454
/proc/meminfo: memFree=97613048/131250000 swapFree=33010684/33010684
[pid=67132] ppid=67129 vsize=5720548 memory=5114308 CPUtime=3571.67 cores=1,3
/proc/67132/stat : 67132 (ipbhs_scip) R 67129 67132 66624 0 -1 4194304 482898 0 0 0 356918 249 0 0 20 0 1 0 58895854 5857841152 1278577 18446744073709551615 94745886199808 94745897626205 140728056980512 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94745899761880 94745899806898 94745927831552 140728056981906 140728056982025 140728056982025 140728056987627 0
/proc/67132/statm: 1430137 1278577 3712 2790 0 1423562 0
Current children cumulated CPU time: 3571.67 s
Current children cumulated vsize: 5720548 KiB
Current children cumulated memory: 5114308 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.8 s]
/proc/loadavg: 4.32 4.20 4.12 5/263 67456
/proc/meminfo: memFree=97573036/131250000 swapFree=33010684/33010684
[pid=67132] ppid=67129 vsize=5720548 memory=5114308 CPUtime=3600.09 cores=1,3
/proc/67132/stat : 67132 (ipbhs_scip) R 67129 67132 66624 0 -1 4194304 483007 0 0 0 359760 249 0 0 20 0 1 0 58895854 5857841152 1278577 18446744073709551615 94745886199808 94745897626205 140728056980512 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94745899761880 94745899806898 94745927831552 140728056981906 140728056982025 140728056982025 140728056987627 0
/proc/67132/statm: 1430137 1278577 3712 2790 0 1423562 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 5720548 KiB
Current children cumulated memory: 5114308 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.61 s, system=2.51386 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): 3610.82
CPU time (s): 3600.12
CPU user time (s): 3597.61
CPU system time (s): 2.51386
CPU usage (%): 99.7038
Max. virtual memory (cumulated for all children) (KiB): 5814848
Max. memory (cumulated for all children) (KiB): 5215708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.61
system time used= 2.51386
maximum resident set size= 5221852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 483007
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= 101
involuntary context switches= 5056


# summary of solver processes directly reported to runsolver:
#   pid: 67132
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3597.61
#   total CPU system time (s): 2.51386

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.42638 second user time and 16.1169 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-07-02 06:55:56
IDJOB=4502954
IDBENCH=155402
IDSOLVER=3335
FILE ID=nodeC013/4502954-1751432155
RUNJOBID= nodeC013-1751428542-66636
SLURM_JOB_ID= 9598364
Free space on /tmp= 432388 MiB

SOLVER NAME= IPBHS-SCIP 2025-06-09
BENCH NAME= PB24/normalized-PB11/OPT-LIN/kullmann/normalized-mul_8_14_shg.opb
COMMAND LINE= ./ipbhs_scip BENCHNAME --optimizer scip --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4502954-1751432155/watcher-4502954-1751432155 -o /tmp/evaluation-result-4502954-1751432155/solver-4502954-1751432155 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751428542-66636 --watchdog 3760  ./ipbhs_scip HOME/instance-4502954-1751432155.opb --optimizer scip --max-coef 1000000000

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

MD5SUM BENCH= c0e25a71d8726d42148f3e780c01ff44
RANDOM SEED=1991563476

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

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

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.543
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.67
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.833
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.67
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.853
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.67
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		: 3599.826
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.67
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		: 3599.803
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.67
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		: 3700.000
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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.67
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		: 3608.611
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        127984936 kB
MemAvailable:   129087792 kB
Buffers:            3280 kB
Cached:          1902568 kB
SwapCached:            0 kB
Active:           972680 kB
Inactive:        1657320 kB
Active(anon):     737764 kB
Inactive(anon):        0 kB
Active(file):     234916 kB
Inactive(file):  1657320 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            376276 kB
Writeback:             0 kB
AnonPages:        727560 kB
Mapped:           112620 kB
Shmem:             13284 kB
KReclaimable:      99316 kB
Slab:             188028 kB
SReclaimable:      99316 kB
SUnreclaim:        88712 kB
KernelStack:        4208 kB
PageTables:         4440 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1055812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150472 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    641024 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:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432332 MiB
End job on nodeC013 at 2025-07-02 07:56:07