Trace number 4504466

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 3606.74

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
Multihop/normalized-minisat50_6_9_6_mh.opb
MD5SUMbe1e6661b1f36da26adf689ebfb8263d
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 benchmark4048247
Best CPU time to get the best result obtained on this benchmark3600.03
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables250200
Total number of constraints605407
Number of constraints which are clauses477850
Number of constraints which are cardinality constraints (but not clauses)57
Number of constraints which are nor clauses,nor cardinality constraints127500
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 129900
Biggest coefficient in the objective function 127263527
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 57621991382
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 127263527
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 57621991382
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.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
3.98/4.10	c limit for coefficient in constraints and objective to 1000000000
3.98/4.10	c will solve HOME/instance-4504466-1751440085.opb
3.98/4.10	c [0.11] will start solving

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (55125 MiB free)
  memory of node 1: 64465 MiB (56212 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4504466-1751440085/watcher-4504466-1751440085 -o /tmp/evaluation-result-4504466-1751440085/solver-4504466-1751440085 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751435565-61319 --watchdog 3760 ./ipbhs_scip HOME/instance-4504466-1751440085.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=61881, runsolver pid=61878

[startup+0.100103 s]*
/proc/loadavg: 4.09 4.10 4.09 5/249 61882
/proc/meminfo: memFree=113779408/131382116 swapFree=33010160/33010684
[pid=61881] ppid=61878 vsize=2022952 memory=273068 CPUtime=0.1 cores=4,6
/proc/61881/stat : 61881 (ipbhs_scip) R 61878 61881 60790 0 -1 4194304 1406 0 0 0 3 7 0 0 20 0 1 0 59687738 2071502848 68267 18446744073709551615 94199193583616 94199205010013 140726919791808 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94199207145688 94199207190706 94199243005952 140726919797138 140726919797257 140726919797257 140726919802859 0
/proc/61881/statm: 505738 68267 1632 2790 0 499163 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2022952 KiB
Current children cumulated memory: 273068 KiB

[startup+0.210491 s]*
/proc/loadavg: 4.09 4.10 4.09 5/249 61882
/proc/meminfo: memFree=113447632/131382116 swapFree=33010160/33010684
[pid=61881] ppid=61878 vsize=2022952 memory=604844 CPUtime=0.21 cores=4,6
/proc/61881/stat : 61881 (ipbhs_scip) R 61878 61881 60790 0 -1 4194304 1568 0 0 0 7 14 0 0 20 0 1 0 59687738 2071502848 151211 18446744073709551615 94199193583616 94199205010013 140726919791808 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94199207145688 94199207190706 94199243005952 140726919797138 140726919797257 140726919797257 140726919802859 0
/proc/61881/statm: 505738 151211 1632 2790 0 499163 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2022952 KiB
Current children cumulated memory: 604844 KiB

[startup+0.310385 s]*
/proc/loadavg: 4.09 4.10 4.09 5/249 61882
/proc/meminfo: memFree=113148624/131382116 swapFree=33010160/33010684
[pid=61881] ppid=61878 vsize=2022952 memory=903852 CPUtime=0.3 cores=4,6
/proc/61881/stat : 61881 (ipbhs_scip) R 61878 61881 60790 0 -1 4194304 1714 0 0 0 10 20 0 0 20 0 1 0 59687738 2071502848 225963 18446744073709551615 94199193583616 94199205010013 140726919791808 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94199207145688 94199207190706 94199243005952 140726919797138 140726919797257 140726919797257 140726919802859 0
/proc/61881/statm: 505738 225963 1632 2790 0 499163 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2022952 KiB
Current children cumulated memory: 903852 KiB

[startup+0.700381 s]
/proc/loadavg: 4.09 4.10 4.09 5/249 61882
/proc/meminfo: memFree=112548864/131382116 swapFree=33010160/33010684
[pid=61881] ppid=61878 vsize=2035504 memory=1993316 CPUtime=0.68 cores=4,6
/proc/61881/stat : 61881 (ipbhs_scip) R 61878 61881 60790 0 -1 4194304 3891 0 0 0 23 45 0 0 20 0 1 0 59687738 2084356096 498329 18446744073709551615 94199193583616 94199205010013 140726919791808 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94199207145688 94199207190706 94199243005952 140726919797138 140726919797257 140726919797257 140726919802859 0
/proc/61881/statm: 508876 498329 1632 2790 0 502301 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2035504 KiB
Current children cumulated memory: 1993316 KiB

[startup+1.50036 s]
/proc/loadavg: 4.09 4.10 4.09 5/249 61882
/proc/meminfo: memFree=111988540/131382116 swapFree=33010160/33010684
[pid=61881] ppid=61878 vsize=2099976 memory=2053204 CPUtime=1.47 cores=4,6
/proc/61881/stat : 61881 (ipbhs_scip) R 61878 61881 60790 0 -1 4194304 14278 0 0 0 98 49 0 0 20 0 1 0 59687738 2150375424 513301 18446744073709551615 94199193583616 94199205010013 140726919791808 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94199207145688 94199207190706 94199243005952 140726919797138 140726919797257 140726919797257 140726919802859 0
/proc/61881/statm: 524994 513301 1632 2790 0 518419 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 2099976 KiB
Current children cumulated memory: 2053204 KiB

[startup+3.11268 s]
/proc/loadavg: 4.08 4.10 4.09 5/249 61882
/proc/meminfo: memFree=111804836/131382116 swapFree=33010160/33010684
[pid=61881] ppid=61878 vsize=2274340 memory=2216412 CPUtime=3.08 cores=4,6
/proc/61881/stat : 61881 (ipbhs_scip) R 61878 61881 60790 0 -1 4194304 34567 0 0 0 205 103 0 0 20 0 1 0 59687738 2328924160 554103 18446744073709551615 94199193583616 94199205010013 140726919791808 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94199207145688 94199207190706 94199243005952 140726919797138 140726919797257 140726919797257 140726919802859 0
/proc/61881/statm: 568585 554103 1760 2790 0 562010 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 2274340 KiB
Current children cumulated memory: 2216412 KiB

[startup+6.30031 s]
/proc/loadavg: 4.08 4.10 4.09 5/249 61882
/proc/meminfo: memFree=111302836/131382116 swapFree=33010160/33010684
[pid=61881] ppid=61878 vsize=2848248 memory=2759356 CPUtime=6.27 cores=4,6
/proc/61881/stat : 61881 (ipbhs_scip) R 61878 61881 60790 0 -1 4194304 157222 0 0 0 407 220 0 0 20 0 1 0 59687738 2916605952 689839 18446744073709551615 94199193583616 94199205010013 140726919791808 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94199207145688 94199207190706 94199243005952 140726919797138 140726919797257 140726919797257 140726919802859 0
/proc/61881/statm: 712062 689839 3200 2790 0 705487 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2848248 KiB
Current children cumulated memory: 2759356 KiB

[startup+12.7003 s]
/proc/loadavg: 4.07 4.10 4.09 5/249 61882
/proc/meminfo: memFree=110485972/131382116 swapFree=33010160/33010684
[pid=61881] ppid=61878 vsize=3305776 memory=3200428 CPUtime=12.65 cores=4,6
/proc/61881/stat : 61881 (ipbhs_scip) R 61878 61881 60790 0 -1 4194304 263889 0 0 0 1026 239 0 0 20 0 1 0 59687738 3385114624 800107 18446744073709551615 94199193583616 94199205010013 140726919791808 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94199207145688 94199207190706 94199243005952 140726919797138 140726919797257 140726919797257 140726919802859 0
/proc/61881/statm: 826444 800107 3584 2790 0 819869 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 3305776 KiB
Current children cumulated memory: 3200428 KiB

[startup+25.5004 s]
/proc/loadavg: 4.13 4.11 4.09 5/249 61882
/proc/meminfo: memFree=109837544/131382116 swapFree=33010160/33010684
[pid=61881] ppid=61878 vsize=4080916 memory=3911696 CPUtime=25.41 cores=4,6
/proc/61881/stat : 61881 (ipbhs_scip) R 61878 61881 60790 0 -1 4194304 384829 0 0 0 2275 266 0 0 20 0 1 0 59687738 4178857984 977924 18446744073709551615 94199193583616 94199205010013 140726919791808 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94199207145688 94199207190706 94199243005952 140726919797138 140726919797257 140726919797257 140726919802859 0
/proc/61881/statm: 1020229 977924 3744 2790 0 1013654 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 4080916 KiB
Current children cumulated memory: 3911696 KiB

[startup+51.1132 s]
/proc/loadavg: 4.08 4.10 4.09 5/250 61884
/proc/meminfo: memFree=109216556/131382116 swapFree=33010160/33010684
[pid=61881] ppid=61878 vsize=4098984 memory=3929660 CPUtime=50.93 cores=4,6
/proc/61881/stat : 61881 (ipbhs_scip) R 61878 61881 60790 0 -1 4194304 388923 0 0 0 4824 269 0 0 20 0 1 0 59687738 4197359616 982415 18446744073709551615 94199193583616 94199205010013 140726919791808 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94199207145688 94199207190706 94199243005952 140726919797138 140726919797257 140726919797257 140726919802859 0
/proc/61881/statm: 1024746 982415 3744 2790 0 1018171 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 4098984 KiB
Current children cumulated memory: 3929660 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/250 61886
/proc/meminfo: memFree=108706416/131382116 swapFree=33010160/33010684
[pid=61881] ppid=61878 vsize=4650000 memory=4421736 CPUtime=101.9 cores=4,6
/proc/61881/stat : 61881 (ipbhs_scip) R 61878 61881 60790 0 -1 4194304 491770 0 0 0 9900 290 0 0 20 0 1 0 59687738 4761600000 1105434 18446744073709551615 94199193583616 94199205010013 140726919791808 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94199207145688 94199207190706 94199243005952 140726919797138 140726919797257 140726919797257 140726919802859 0
/proc/61881/statm: 1162500 1105434 3744 2790 0 1155925 0
Current children cumulated CPU time: 101.9 s
Current children cumulated vsize: 4650000 KiB
Current children cumulated memory: 4421736 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/250 61889
/proc/meminfo: memFree=108775148/131382116 swapFree=33010160/33010684
[pid=61881] ppid=61878 vsize=4665360 memory=4436968 CPUtime=161.67 cores=4,6
/proc/61881/stat : 61881 (ipbhs_scip) R 61878 61881 60790 0 -1 4194304 495630 0 0 0 15876 291 0 0 20 0 1 0 59687738 4777328640 1109242 18446744073709551615 94199193583616 94199205010013 140726919791808 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94199207145688 94199207190706 94199243005952 140726919797138 140726919797257 140726919797257 140726919802859 0
/proc/61881/statm: 1166340 1109242 3744 2790 0 1159765 0
Current children cumulated CPU time: 161.67 s
Current children cumulated vsize: 4665360 KiB
Current children cumulated memory: 4436968 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/250 61891
/proc/meminfo: memFree=108782268/131382116 swapFree=33010160/33010684
[pid=61881] ppid=61878 vsize=4643476 memory=4416032 CPUtime=221.54 cores=4,6
/proc/61881/stat : 61881 (ipbhs_scip) R 61878 61881 60790 0 -1 4194304 505240 0 0 0 21836 318 0 0 20 0 1 0 59687738 4754919424 1104008 18446744073709551615 94199193583616 94199205010013 140726919791808 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94199207145688 94199207190706 94199243005952 140726919797138 140726919797257 140726919797257 140726919802859 0
/proc/61881/statm: 1160869 1104008 3776 2790 0 1154294 0
Current children cumulated CPU time: 221.54 s
Current children cumulated vsize: 4643476 KiB
Current children cumulated memory: 4416032 KiB

[startup+282.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/251 61898
/proc/meminfo: memFree=108546508/131382116 swapFree=33010160/33010684
[pid=61881] ppid=61878 vsize=4643476 memory=4416288 CPUtime=281.43 cores=4,6
/proc/61881/stat : 61881 (ipbhs_scip) R 61878 61881 60790 0 -1 4194304 505322 0 0 0 27782 361 0 0 20 0 1 0 59687738 4754919424 1104072 18446744073709551615 94199193583616 94199205010013 140726919791808 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94199207145688 94199207190706 94199243005952 140726919797138 140726919797257 140726919797257 140726919802859 0
/proc/61881/statm: 1160869 1104072 3776 2790 0 1154294 0
Current children cumulated CPU time: 281.43 s
Current children cumulated vsize: 4643476 KiB
Current children cumulated memory: 4416288 KiB

[startup+342.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/251 61900
/proc/meminfo: memFree=108193332/131382116 swapFree=33010160/33010684
[pid=61881] ppid=61878 vsize=4643476 memory=4416416 CPUtime=341.32 cores=4,6
/proc/61881/stat : 61881 (ipbhs_scip) R 61878 61881 60790 0 -1 4194304 505417 0 0 0 33729 403 0 0 20 0 1 0 59687738 4754919424 1104104 18446744073709551615 94199193583616 94199205010013 140726919791808 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94199207145688 94199207190706 94199243005952 140726919797138 140726919797257 140726919797257 140726919802859 0
/proc/61881/statm: 1160869 1104104 3776 2790 0 1154294 0
Current children cumulated CPU time: 341.32 s
Current children cumulated vsize: 4643476 KiB
Current children cumulated memory: 4416416 KiB

[startup+402.3 s]
/proc/loadavg: 4.18 4.11 4.10 5/250 61902
/proc/meminfo: memFree=108195460/131382116 swapFree=33010160/33010684
[pid=61881] ppid=61878 vsize=4643476 memory=4418700 CPUtime=401.2 cores=4,6
/proc/61881/stat : 61881 (ipbhs_scip) R 61878 61881 60790 0 -1 4194304 505457 0 0 0 39673 447 0 0 20 0 1 0 59687738 4754919424 1104675 18446744073709551615 94199193583616 94199205010013 140726919791808 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94199207145688 94199207190706 94199243005952 140726919797138 140726919797257 140726919797257 140726919802859 0
/proc/61881/statm: 1160869 1104675 3776 2790 0 1154294 0
Current children cumulated CPU time: 401.2 s
Current children cumulated vsize: 4643476 KiB
Current children cumulated memory: 4418700 KiB

[startup+462.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/251 61905
/proc/meminfo: memFree=108286348/131382116 swapFree=33010160/33010684
[pid=61881] ppid=61878 vsize=4643476 memory=4418700 CPUtime=461.09 cores=4,6
/proc/61881/stat : 61881 (ipbhs_scip) R 61878 61881 60790 0 -1 4194304 505500 0 0 0 45620 489 0 0 20 0 1 0 59687738 4754919424 1104675 18446744073709551615 94199193583616 94199205010013 140726919791808 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94199207145688 94199207190706 94199243005952 140726919797138 140726919797257 140726919797257 140726919802859 0
/proc/61881/statm: 1160869 1104675 3776 2790 0 1154294 0
Current children cumulated CPU time: 461.09 s

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

Current children cumulated memory: 4431760 KiB

[startup+2922.3 s]
/proc/loadavg: 1.13 2.60 3.52 2/233 62111
/proc/meminfo: memFree=119906492/131382116 swapFree=33010160/33010684
[pid=61881] ppid=61878 vsize=4643476 memory=4431760 CPUtime=2916.68 cores=4,6
/proc/61881/stat : 61881 (ipbhs_scip) R 61878 61881 60790 0 -1 4194304 506797 0 0 0 289349 2319 0 0 20 0 1 0 59687738 4754919424 1107940 18446744073709551615 94199193583616 94199205010013 140726919791808 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94199207145688 94199207190706 94199243005952 140726919797138 140726919797257 140726919797257 140726919802859 0
/proc/61881/statm: 1160869 1107940 3776 2790 0 1154294 0
Current children cumulated CPU time: 2916.68 s
Current children cumulated vsize: 4643476 KiB
Current children cumulated memory: 4431760 KiB

[startup+2982.3 s]
/proc/loadavg: 1.17 2.34 3.37 2/233 62113
/proc/meminfo: memFree=119912324/131382116 swapFree=33010160/33010684
[pid=61881] ppid=61878 vsize=4643476 memory=4431760 CPUtime=2976.6 cores=4,6
/proc/61881/stat : 61881 (ipbhs_scip) R 61878 61881 60790 0 -1 4194304 506800 0 0 0 295295 2365 0 0 20 0 1 0 59687738 4754919424 1107940 18446744073709551615 94199193583616 94199205010013 140726919791808 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94199207145688 94199207190706 94199243005952 140726919797138 140726919797257 140726919797257 140726919802859 0
/proc/61881/statm: 1160869 1107940 3776 2790 0 1154294 0
Current children cumulated CPU time: 2976.6 s
Current children cumulated vsize: 4643476 KiB
Current children cumulated memory: 4431760 KiB

[startup+3042.3 s]
/proc/loadavg: 1.12 2.11 3.23 2/234 62118
/proc/meminfo: memFree=119905368/131382116 swapFree=33010160/33010684
[pid=61881] ppid=61878 vsize=4643476 memory=4435856 CPUtime=3036.51 cores=4,6
/proc/61881/stat : 61881 (ipbhs_scip) R 61878 61881 60790 0 -1 4194304 506892 0 0 0 301244 2407 0 0 20 0 1 0 59687738 4754919424 1108964 18446744073709551615 94199193583616 94199205010013 140726919791808 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94199207145688 94199207190706 94199243005952 140726919797138 140726919797257 140726919797257 140726919802859 0
/proc/61881/statm: 1160869 1108964 3776 2790 0 1154294 0
Current children cumulated CPU time: 3036.51 s
Current children cumulated vsize: 4643476 KiB
Current children cumulated memory: 4435856 KiB

[startup+3102.3 s]
/proc/loadavg: 1.09 1.92 3.09 2/233 62120
/proc/meminfo: memFree=119904972/131382116 swapFree=33010160/33010684
[pid=61881] ppid=61878 vsize=4643476 memory=4435856 CPUtime=3096.42 cores=4,6
/proc/61881/stat : 61881 (ipbhs_scip) R 61878 61881 60790 0 -1 4194304 506995 0 0 0 307191 2451 0 0 20 0 1 0 59687738 4754919424 1108964 18446744073709551615 94199193583616 94199205010013 140726919791808 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94199207145688 94199207190706 94199243005952 140726919797138 140726919797257 140726919797257 140726919802859 0
/proc/61881/statm: 1160869 1108964 3776 2790 0 1154294 0
Current children cumulated CPU time: 3096.42 s
Current children cumulated vsize: 4643476 KiB
Current children cumulated memory: 4435856 KiB

[startup+3162.3 s]
/proc/loadavg: 1.10 1.77 2.96 2/234 62123
/proc/meminfo: memFree=119907876/131382116 swapFree=33010160/33010684
[pid=61881] ppid=61878 vsize=4643476 memory=4435856 CPUtime=3156.34 cores=4,6
/proc/61881/stat : 61881 (ipbhs_scip) R 61878 61881 60790 0 -1 4194304 506995 0 0 0 313139 2495 0 0 20 0 1 0 59687738 4754919424 1108964 18446744073709551615 94199193583616 94199205010013 140726919791808 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94199207145688 94199207190706 94199243005952 140726919797138 140726919797257 140726919797257 140726919802859 0
/proc/61881/statm: 1160869 1108964 3776 2790 0 1154294 0
Current children cumulated CPU time: 3156.34 s
Current children cumulated vsize: 4643476 KiB
Current children cumulated memory: 4435856 KiB

[startup+3222.3 s]
/proc/loadavg: 1.09 1.64 2.84 2/234 62136
/proc/meminfo: memFree=119916536/131382116 swapFree=33010160/33010684
[pid=61881] ppid=61878 vsize=4643476 memory=4435856 CPUtime=3216.24 cores=4,6
/proc/61881/stat : 61881 (ipbhs_scip) R 61878 61881 60790 0 -1 4194304 507127 0 0 0 319082 2542 0 0 20 0 1 0 59687738 4754919424 1108964 18446744073709551615 94199193583616 94199205010013 140726919791808 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94199207145688 94199207190706 94199243005952 140726919797138 140726919797257 140726919797257 140726919802859 0
/proc/61881/statm: 1160869 1108964 3776 2790 0 1154294 0
Current children cumulated CPU time: 3216.24 s
Current children cumulated vsize: 4643476 KiB
Current children cumulated memory: 4435856 KiB

[startup+3282.3 s]
/proc/loadavg: 1.07 1.54 2.73 2/234 62142
/proc/meminfo: memFree=119913080/131382116 swapFree=33010160/33010684
[pid=61881] ppid=61878 vsize=4643476 memory=4435984 CPUtime=3276.16 cores=4,6
/proc/61881/stat : 61881 (ipbhs_scip) R 61878 61881 60790 0 -1 4194304 507273 0 0 0 325027 2589 0 0 20 0 1 0 59687738 4754919424 1108996 18446744073709551615 94199193583616 94199205010013 140726919791808 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94199207145688 94199207190706 94199243005952 140726919797138 140726919797257 140726919797257 140726919802859 0
/proc/61881/statm: 1160869 1108996 3776 2790 0 1154294 0
Current children cumulated CPU time: 3276.16 s
Current children cumulated vsize: 4643476 KiB
Current children cumulated memory: 4435984 KiB

[startup+3342.3 s]
/proc/loadavg: 1.09 1.46 2.63 2/233 62143
/proc/meminfo: memFree=119912540/131382116 swapFree=33010160/33010684
[pid=61881] ppid=61878 vsize=4643476 memory=4436496 CPUtime=3336.07 cores=4,6
/proc/61881/stat : 61881 (ipbhs_scip) R 61878 61881 60790 0 -1 4194304 507290 0 0 0 330972 2635 0 0 20 0 1 0 59687738 4754919424 1109124 18446744073709551615 94199193583616 94199205010013 140726919791808 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94199207145688 94199207190706 94199243005952 140726919797138 140726919797257 140726919797257 140726919802859 0
/proc/61881/statm: 1160869 1109124 3776 2790 0 1154294 0
Current children cumulated CPU time: 3336.07 s
Current children cumulated vsize: 4643476 KiB
Current children cumulated memory: 4436496 KiB

[startup+3402.3 s]
/proc/loadavg: 1.08 1.39 2.53 2/233 62145
/proc/meminfo: memFree=119907612/131382116 swapFree=33010160/33010684
[pid=61881] ppid=61878 vsize=4643476 memory=4444048 CPUtime=3395.98 cores=4,6
/proc/61881/stat : 61881 (ipbhs_scip) R 61878 61881 60790 0 -1 4194304 507484 0 0 0 336915 2683 0 0 20 0 1 0 59687738 4754919424 1111012 18446744073709551615 94199193583616 94199205010013 140726919791808 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94199207145688 94199207190706 94199243005952 140726919797138 140726919797257 140726919797257 140726919802859 0
/proc/61881/statm: 1160869 1111012 3776 2790 0 1154294 0
Current children cumulated CPU time: 3395.98 s
Current children cumulated vsize: 4643476 KiB
Current children cumulated memory: 4444048 KiB

[startup+3462.3 s]
/proc/loadavg: 1.14 1.35 2.44 2/233 62147
/proc/meminfo: memFree=119891948/131382116 swapFree=33010160/33010684
[pid=61881] ppid=61878 vsize=4643476 memory=4450448 CPUtime=3455.89 cores=4,6
/proc/61881/stat : 61881 (ipbhs_scip) R 61878 61881 60790 0 -1 4194304 507549 0 0 0 342860 2729 0 0 20 0 1 0 59687738 4754919424 1112612 18446744073709551615 94199193583616 94199205010013 140726919791808 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94199207145688 94199207190706 94199243005952 140726919797138 140726919797257 140726919797257 140726919802859 0
/proc/61881/statm: 1160869 1112612 3776 2790 0 1154294 0
Current children cumulated CPU time: 3455.89 s
Current children cumulated vsize: 4643476 KiB
Current children cumulated memory: 4450448 KiB

[startup+3522.3 s]
/proc/loadavg: 1.10 1.30 2.35 2/232 62149
/proc/meminfo: memFree=119889056/131382116 swapFree=33010160/33010684
[pid=61881] ppid=61878 vsize=4643476 memory=4454288 CPUtime=3515.8 cores=4,6
/proc/61881/stat : 61881 (ipbhs_scip) R 61878 61881 60790 0 -1 4194304 507690 0 0 0 348803 2777 0 0 20 0 1 0 59687738 4754919424 1113572 18446744073709551615 94199193583616 94199205010013 140726919791808 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94199207145688 94199207190706 94199243005952 140726919797138 140726919797257 140726919797257 140726919802859 0
/proc/61881/statm: 1160869 1113572 3776 2790 0 1154294 0
Current children cumulated CPU time: 3515.8 s
Current children cumulated vsize: 4643476 KiB
Current children cumulated memory: 4454288 KiB

[startup+3582.3 s]
/proc/loadavg: 1.12 1.26 2.27 2/232 62151
/proc/meminfo: memFree=119896024/131382116 swapFree=33010160/33010684
[pid=61881] ppid=61878 vsize=4643476 memory=4455440 CPUtime=3575.71 cores=4,6
/proc/61881/stat : 61881 (ipbhs_scip) R 61878 61881 60790 0 -1 4194304 507915 0 0 0 354751 2820 0 0 20 0 1 0 59687738 4754919424 1113860 18446744073709551615 94199193583616 94199205010013 140726919791808 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94199207145688 94199207190706 94199243005952 140726919797138 140726919797257 140726919797257 140726919802859 0
/proc/61881/statm: 1160869 1113860 3776 2790 0 1154294 0
Current children cumulated CPU time: 3575.71 s
Current children cumulated vsize: 4643476 KiB
Current children cumulated memory: 4455440 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3606.7 s]
/proc/loadavg: 1.08 1.24 2.24 2/233 62156
/proc/meminfo: memFree=119887260/131382116 swapFree=33010160/33010684
[pid=61881] ppid=61878 vsize=4643476 memory=4455440 CPUtime=3600.07 cores=4,6
/proc/61881/stat : 61881 (ipbhs_scip) R 61878 61881 60790 0 -1 4194304 507927 0 0 0 357165 2842 0 0 20 0 1 0 59687738 4754919424 1113860 18446744073709551615 94199193583616 94199205010013 140726919791808 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94199207145688 94199207190706 94199243005952 140726919797138 140726919797257 140726919797257 140726919802859 0
/proc/61881/statm: 1160869 1113860 3776 2790 0 1154294 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 4643476 KiB
Current children cumulated memory: 4455440 KiB

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

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

# cumulated CPU time of all completed processes:  user=3571.66 s, system=28.4641 s

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

[startup+3606.7 s]
/proc/loadavg: 1.08 1.24 2.24 2/233 62156
/proc/meminfo: memFree=119887260/131382116 swapFree=33010160/33010684
[pid=61881] ppid=61878 vsize=4643476 memory=4455440 CPUtime=3600.07 cores=4,6
/proc/61881/stat : 61881 (ipbhs_scip) R 61878 61881 60790 0 -1 4194304 507927 0 0 0 357165 2842 0 0 20 0 1 0 59687738 4754919424 1113860 18446744073709551615 94199193583616 94199205010013 140726919791808 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94199207145688 94199207190706 94199243005952 140726919797138 140726919797257 140726919797257 140726919802859 0
/proc/61881/statm: 1160869 1113860 3776 2790 0 1154294 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 4643476 KiB
Current children cumulated memory: 4455440 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3606.74
CPU time (s): 3600.12
CPU user time (s): 3571.66
CPU system time (s): 28.4641
CPU usage (%): 99.8165
Max. virtual memory (cumulated for all children) (KiB): 4704976
Max. memory (cumulated for all children) (KiB): 4472296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3571.66
system time used= 28.4641
maximum resident set size= 4472296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 507927
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= 75
involuntary context switches= 2156


# summary of solver processes directly reported to runsolver:
#   pid: 61881
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3571.66
#   total CPU system time (s): 28.4641

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.5256 second user time and 33.7676 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-07-02 09:08:05
IDJOB=4504466
IDBENCH=155662
IDSOLVER=3335
FILE ID=nodeC004/4504466-1751440085
RUNJOBID= nodeC004-1751435565-61319
SLURM_JOB_ID= 9598382
Free space on /tmp= 431440 MiB

SOLVER NAME= IPBHS-SCIP 2025-06-09
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Multihop/normalized-minisat50_6_9_6_mh.opb
COMMAND LINE= ./ipbhs_scip BENCHNAME --optimizer scip --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4504466-1751440085/watcher-4504466-1751440085 -o /tmp/evaluation-result-4504466-1751440085/solver-4504466-1751440085 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751435565-61319 --watchdog 3760  ./ipbhs_scip HOME/instance-4504466-1751440085.opb --optimizer scip --max-coef 1000000000

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

MD5SUM BENCH= be1e6661b1f36da26adf689ebfb8263d
RANDOM SEED=1207448964

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        114010740 kB
MemAvailable:   119754764 kB
Buffers:            2720 kB
Cached:          6494152 kB
SwapCached:           20 kB
Active:         10530952 kB
Inactive:        6157472 kB
Active(anon):   10203320 kB
Inactive(anon):     6188 kB
Active(file):     327632 kB
Inactive(file):  6151284 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             95388 kB
Writeback:             0 kB
AnonPages:      10194364 kB
Mapped:           135392 kB
Shmem:             17956 kB
KReclaimable:     209468 kB
Slab:             295572 kB
SReclaimable:     209468 kB
SUnreclaim:        86104 kB
KernelStack:        4016 kB
PageTables:        23312 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   11038040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149400 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4782080 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:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 431632 MiB
End job on nodeC004 at 2025-07-02 10:08:13