Trace number 4504604

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.1 3607.2

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
Multihop/normalized-minisat50_6_9_4_mh.opb
MD5SUM5c375d9eec0e7448397e2587af216396
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 benchmark3216958
Best CPU time to get the best result obtained on this benchmark69524.2
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 148877000
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 69830910074
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 148877000
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 69830910074
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c initialize IPBHS solver
0.00/0.00	c IPBHS 0.0.0 beta (8d0f613-dirty, Jun  3 2025 11:36:14), compiled with satsolvers: , optimizers: , GreedyOptimizer, SCIP 10.0.0, RoundingSat 2, , , pbsolvers: RoundingSat 2, BreakID 0.0.0
0.00/0.00	c optimizer = "scip"
0.00/0.00	c pbsolver = "roundingsat"
0.00/0.00	c use separate pbsolver for SIS
0.00/0.00	c load symmetries from file ""
0.00/0.00	c set time limit for symmetry computation to 100 seconds.
0.00/0.00	c set interchangeable summation variable limit to 3
0.00/0.00	c set sym compact max subset size to 5
0.00/0.00	c set explicit symmetry matrix usage to 1
0.00/0.00	c sym budget explicit to 100
0.00/0.00	c sym budget explicit lits to 6000
0.00/0.00	c sym budget compact to 100
0.00/0.00	c sym budget compact lits to 6000
0.00/0.00	c sym budget common to 0
0.00/0.00	c sym budget common lits to 0
0.00/0.00	c set sym generation to 's'
0.00/0.00	c set abstraction set creation to 10 iterations without LB change
0.00/0.00	c set abstraction set inputs to 0
0.00/0.00	c set abstraction set cluster min size to 2
0.00/0.00	c set abstraction set cluster max size to 100000000
0.00/0.00	c set abstraction set cluster activation limit to 2
0.00/0.00	c enable abstraction set require equal cost
0.00/0.00	c set abstraction set assumptions to 0
0.00/0.00	c set abstraction set constraint type to 0
0.00/0.00	c set abstract core extraction strategy to b
0.00/0.00	c set core extraction strategy to 2
0.00/0.00	c set core extraction shuffles 10
0.00/0.00	c set cores per iteration to 5
0.00/0.00	c set optimizer bound usage strategy to 2
0.00/0.00	c set optimizer max non-optimal iterations to 1000
0.00/0.00	c set small core cardinality limit to 2
0.00/0.00	c set max coef in cores to 1000000000
0.00/0.00	c set core processing techniques to 4095
0.00/0.00	c set SIS iterations to 5
0.00/0.00	c set SIS budget abs to 1000
0.00/0.00	c set SIS budget rel to 0.05
3.38/3.47	c limit for coefficient in constraints and objective to 1000000000
3.38/3.47	c will solve HOME/instance-4504604-1751451826.opb
3.38/3.47	c [0.11] will start solving
153.01/153.59	c [1.53] solve iteration 1, LB=-50, UB=69830910025

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100067 s]*
/proc/loadavg: 2.26 4.91 6.67 5/264 69947
/proc/meminfo: memFree=126889276/131250000 swapFree=33010684/33010684
[pid=69946] ppid=69943 vsize=2099352 memory=424036 CPUtime=0.09 cores=5,7
/proc/69946/stat : 69946 (ipbhs_scip) R 69943 69946 69878 0 -1 4194304 1363 0 0 0 1 8 0 0 20 0 1 0 60862916 2149736448 106009 18446744073709551615 94907966779392 94907978205789 140734829518848 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94907980341464 94907980386482 94907990843392 140734829525394 140734829525513 140734829525513 140734829531115 0
/proc/69946/statm: 524838 106009 1600 2790 0 518263 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2099352 KiB
Current children cumulated memory: 424036 KiB

[startup+0.205913 s]*
/proc/loadavg: 2.26 4.91 6.67 5/264 69947
/proc/meminfo: memFree=125609624/131250000 swapFree=33010684/33010684
[pid=69946] ppid=69943 vsize=2099352 memory=880740 CPUtime=0.2 cores=5,7
/proc/69946/stat : 69946 (ipbhs_scip) R 69943 69946 69878 0 -1 4194304 1586 0 0 0 4 16 0 0 20 0 1 0 60862916 2149736448 220185 18446744073709551615 94907966779392 94907978205789 140734829518848 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94907980341464 94907980386482 94907990843392 140734829525394 140734829525513 140734829525513 140734829531115 0
/proc/69946/statm: 524838 220185 1600 2790 0 518263 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2099352 KiB
Current children cumulated memory: 880740 KiB

[startup+0.305736 s]*
/proc/loadavg: 2.26 4.91 6.67 5/264 69947
/proc/meminfo: memFree=124687220/131250000 swapFree=33010684/33010684
[pid=69946] ppid=69943 vsize=2099352 memory=1312868 CPUtime=0.29 cores=5,7
/proc/69946/stat : 69946 (ipbhs_scip) R 69943 69946 69878 0 -1 4194304 1797 0 0 0 5 24 0 0 20 0 1 0 60862916 2149736448 328217 18446744073709551615 94907966779392 94907978205789 140734829518848 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94907980341464 94907980386482 94907990843392 140734829525394 140734829525513 140734829525513 140734829531115 0
/proc/69946/statm: 524838 328217 1600 2790 0 518263 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 2099352 KiB
Current children cumulated memory: 1312868 KiB

[startup+0.700181 s]
/proc/loadavg: 2.26 4.91 6.67 5/264 69947
/proc/meminfo: memFree=123520752/131250000 swapFree=33010684/33010684
[pid=69946] ppid=69943 vsize=2143220 memory=2101952 CPUtime=0.68 cores=5,7
/proc/69946/stat : 69946 (ipbhs_scip) R 69943 69946 69878 0 -1 4194304 11140 0 0 0 27 41 0 0 20 0 1 0 60862916 2194657280 525488 18446744073709551615 94907966779392 94907978205789 140734829518848 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94907980341464 94907980386482 94907990843392 140734829525394 140734829525513 140734829525513 140734829531115 0
/proc/69946/statm: 535805 525488 1600 2790 0 529230 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2143220 KiB
Current children cumulated memory: 2101952 KiB

[startup+1.50018 s]
/proc/loadavg: 2.26 4.91 6.67 5/264 69947
/proc/meminfo: memFree=123251556/131250000 swapFree=33010684/33010684
[pid=69946] ppid=69943 vsize=2307580 memory=2251776 CPUtime=1.48 cores=5,7
/proc/69946/stat : 69946 (ipbhs_scip) R 69943 69946 69878 0 -1 4194304 31684 0 0 0 99 49 0 0 20 0 1 0 60862916 2362961920 562944 18446744073709551615 94907966779392 94907978205789 140734829518848 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94907980341464 94907980386482 94907990843392 140734829525394 140734829525513 140734829525513 140734829531115 0
/proc/69946/statm: 576895 562944 1696 2790 0 570320 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2307580 KiB
Current children cumulated memory: 2251776 KiB

[startup+3.10533 s]
/proc/loadavg: 2.40 4.90 6.65 5/264 69947
/proc/meminfo: memFree=122618492/131250000 swapFree=33010684/33010684
[pid=69946] ppid=69943 vsize=2389200 memory=2331632 CPUtime=3.08 cores=5,7
/proc/69946/stat : 69946 (ipbhs_scip) R 69943 69946 69878 0 -1 4194304 40934 0 0 0 193 115 0 0 20 0 1 0 60862916 2446540800 582908 18446744073709551615 94907966779392 94907978205789 140734829518848 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94907980341464 94907980386482 94907990843392 140734829525394 140734829525513 140734829525513 140734829531115 0
/proc/69946/statm: 597300 582908 1696 2790 0 590725 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 2389200 KiB
Current children cumulated memory: 2331632 KiB

[startup+6.30018 s]
/proc/loadavg: 2.40 4.90 6.65 5/264 69947
/proc/meminfo: memFree=120815232/131250000 swapFree=33010684/33010684
[pid=69946] ppid=69943 vsize=3289440 memory=3192096 CPUtime=6.27 cores=5,7
/proc/69946/stat : 69946 (ipbhs_scip) R 69943 69946 69878 0 -1 4194304 248760 0 0 0 400 227 0 0 20 0 1 0 60862916 3368386560 798024 18446744073709551615 94907966779392 94907978205789 140734829518848 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94907980341464 94907980386482 94907990843392 140734829525394 140734829525513 140734829525513 140734829531115 0
/proc/69946/statm: 822360 798024 3520 2790 0 815785 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 3289440 KiB
Current children cumulated memory: 3192096 KiB

[startup+12.7002 s]
/proc/loadavg: 2.53 4.88 6.64 5/264 69947
/proc/meminfo: memFree=120207876/131250000 swapFree=33010684/33010684
[pid=69946] ppid=69943 vsize=3663072 memory=3487032 CPUtime=12.65 cores=5,7
/proc/69946/stat : 69946 (ipbhs_scip) R 69943 69946 69878 0 -1 4194304 277349 0 0 0 1030 235 0 0 20 0 1 0 60862916 3750985728 871758 18446744073709551615 94907966779392 94907978205789 140734829518848 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94907980341464 94907980386482 94907990843392 140734829525394 140734829525513 140734829525513 140734829531115 0
/proc/69946/statm: 915768 871758 3552 2790 0 909193 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 3663072 KiB
Current children cumulated memory: 3487032 KiB

[startup+25.5002 s]
/proc/loadavg: 2.86 4.84 6.59 5/264 69948
/proc/meminfo: memFree=119102492/131250000 swapFree=33010684/33010684
[pid=69946] ppid=69943 vsize=4156232 memory=3985500 CPUtime=25.42 cores=5,7
/proc/69946/stat : 69946 (ipbhs_scip) R 69943 69946 69878 0 -1 4194304 387419 0 0 0 2288 254 0 0 20 0 1 0 60862916 4255981568 996375 18446744073709551615 94907966779392 94907978205789 140734829518848 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94907980341464 94907980386482 94907990843392 140734829525394 140734829525513 140734829525513 140734829531115 0
/proc/69946/statm: 1039058 996375 3680 2790 0 1032483 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 4156232 KiB
Current children cumulated memory: 3985500 KiB

[startup+51.1055 s]
/proc/loadavg: 3.31 4.79 6.53 5/264 69948
/proc/meminfo: memFree=119074612/131250000 swapFree=33010684/33010684
[pid=69946] ppid=69943 vsize=4177368 memory=4006480 CPUtime=50.94 cores=5,7
/proc/69946/stat : 69946 (ipbhs_scip) R 69943 69946 69878 0 -1 4194304 392247 0 0 0 4838 256 0 0 20 0 1 0 60862916 4277624832 1001620 18446744073709551615 94907966779392 94907978205789 140734829518848 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94907980341464 94907980386482 94907990843392 140734829525394 140734829525513 140734829525513 140734829531115 0
/proc/69946/statm: 1044342 1001620 3680 2790 0 1037767 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 4177368 KiB
Current children cumulated memory: 4006480 KiB

[startup+102.3 s]
/proc/loadavg: 3.76 4.68 6.40 5/264 69950
/proc/meminfo: memFree=118063520/131250000 swapFree=33010684/33010684
[pid=69946] ppid=69943 vsize=4731300 memory=4500940 CPUtime=101.97 cores=5,7
/proc/69946/stat : 69946 (ipbhs_scip) R 69943 69946 69878 0 -1 4194304 497209 0 0 0 9923 274 0 0 20 0 1 0 60862916 4844851200 1125235 18446744073709551615 94907966779392 94907978205789 140734829518848 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94907980341464 94907980386482 94907990843392 140734829525394 140734829525513 140734829525513 140734829531115 0
/proc/69946/statm: 1182825 1125235 3680 2790 0 1176250 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 4731300 KiB
Current children cumulated memory: 4500940 KiB

[startup+162.3 s]
/proc/loadavg: 3.96 4.57 6.25 5/264 69952
/proc/meminfo: memFree=117128912/131250000 swapFree=33010684/33010684
[pid=69946] ppid=69943 vsize=5190324 memory=4952876 CPUtime=161.8 cores=5,7
/proc/69946/stat : 69946 (ipbhs_scip) R 69943 69946 69878 0 -1 4194304 609236 0 0 0 15888 292 0 0 20 0 1 0 60862916 5314891776 1238219 18446744073709551615 94907966779392 94907978205789 140734829518848 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94907980341464 94907980386482 94907990843392 140734829525394 140734829525513 140734829525513 140734829531115 0
/proc/69946/statm: 1297581 1238219 3712 2790 0 1291006 0
Current children cumulated CPU time: 161.8 s
Current children cumulated vsize: 5190324 KiB
Current children cumulated memory: 4952876 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.49 6.12 5/264 69954
/proc/meminfo: memFree=117124864/131250000 swapFree=33010684/33010684
[pid=69946] ppid=69943 vsize=5190324 memory=4955232 CPUtime=221.69 cores=5,7
/proc/69946/stat : 69946 (ipbhs_scip) R 69943 69946 69878 0 -1 4194304 609329 0 0 0 21834 335 0 0 20 0 1 0 60862916 5314891776 1238808 18446744073709551615 94907966779392 94907978205789 140734829518848 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94907980341464 94907980386482 94907990843392 140734829525394 140734829525513 140734829525513 140734829531115 0
/proc/69946/statm: 1297581 1238808 3744 2790 0 1291006 0
Current children cumulated CPU time: 221.69 s
Current children cumulated vsize: 5190324 KiB
Current children cumulated memory: 4955232 KiB

[startup+282.3 s]
/proc/loadavg: 4.09 4.42 5.99 5/263 69956
/proc/meminfo: memFree=116177348/131250000 swapFree=33010684/33010684
[pid=69946] ppid=69943 vsize=5190324 memory=4955232 CPUtime=281.57 cores=5,7
/proc/69946/stat : 69946 (ipbhs_scip) R 69943 69946 69878 0 -1 4194304 609349 0 0 0 27783 374 0 0 20 0 1 0 60862916 5314891776 1238808 18446744073709551615 94907966779392 94907978205789 140734829518848 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94907980341464 94907980386482 94907990843392 140734829525394 140734829525513 140734829525513 140734829531115 0
/proc/69946/statm: 1297581 1238808 3744 2790 0 1291006 0
Current children cumulated CPU time: 281.57 s
Current children cumulated vsize: 5190324 KiB
Current children cumulated memory: 4955232 KiB

[startup+342.3 s]
/proc/loadavg: 4.15 4.37 5.87 5/262 69958
/proc/meminfo: memFree=115441148/131250000 swapFree=33010684/33010684
[pid=69946] ppid=69943 vsize=5190324 memory=4955232 CPUtime=341.46 cores=5,7
/proc/69946/stat : 69946 (ipbhs_scip) R 69943 69946 69878 0 -1 4194304 609392 0 0 0 33731 415 0 0 20 0 1 0 60862916 5314891776 1238808 18446744073709551615 94907966779392 94907978205789 140734829518848 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94907980341464 94907980386482 94907990843392 140734829525394 140734829525513 140734829525513 140734829531115 0
/proc/69946/statm: 1297581 1238808 3744 2790 0 1291006 0
Current children cumulated CPU time: 341.46 s
Current children cumulated vsize: 5190324 KiB
Current children cumulated memory: 4955232 KiB

[startup+402.3 s]
/proc/loadavg: 4.12 4.32 5.76 5/263 69965
/proc/meminfo: memFree=115439832/131250000 swapFree=33010684/33010684
[pid=69946] ppid=69943 vsize=5190324 memory=4955232 CPUtime=401.36 cores=5,7
/proc/69946/stat : 69946 (ipbhs_scip) R 69943 69946 69878 0 -1 4194304 609435 0 0 0 39680 456 0 0 20 0 1 0 60862916 5314891776 1238808 18446744073709551615 94907966779392 94907978205789 140734829518848 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94907980341464 94907980386482 94907990843392 140734829525394 140734829525513 140734829525513 140734829531115 0
/proc/69946/statm: 1297581 1238808 3744 2790 0 1291006 0
Current children cumulated CPU time: 401.36 s
Current children cumulated vsize: 5190324 KiB
Current children cumulated memory: 4955232 KiB

[startup+462.3 s]
/proc/loadavg: 4.09 4.27 5.65 5/263 69967
/proc/meminfo: memFree=115221264/131250000 swapFree=33010684/33010684
[pid=69946] ppid=69943 vsize=5190324 memory=4955232 CPUtime=461.25 cores=5,7
/proc/69946/stat : 69946 (ipbhs_scip) R 69943 69946 69878 0 -1 4194304 609435 0 0 0 45626 499 0 0 20 0 1 0 60862916 5314891776 1238808 18446744073709551615 94907966779392 94907978205789 140734829518848 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94907980341464 94907980386482 94907990843392 140734829525394 140734829525513 140734829525513 140734829531115 0
/proc/69946/statm: 1297581 1238808 3744 2790 0 1291006 0

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

Current children cumulated memory: 4963428 KiB

[startup+2922.3 s]
/proc/loadavg: 4.12 4.10 4.21 5/264 70093
/proc/meminfo: memFree=104124636/131250000 swapFree=33010684/33010684
[pid=69946] ppid=69943 vsize=5190324 memory=4965476 CPUtime=2916.56 cores=5,7
/proc/69946/stat : 69946 (ipbhs_scip) R 69943 69946 69878 0 -1 4194304 610624 0 0 0 289391 2265 0 0 20 0 1 0 60862916 5314891776 1241369 18446744073709551615 94907966779392 94907978205789 140734829518848 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94907980341464 94907980386482 94907990843392 140734829525394 140734829525513 140734829525513 140734829531115 0
/proc/69946/statm: 1297581 1241369 3744 2790 0 1291006 0
Current children cumulated CPU time: 2916.56 s
Current children cumulated vsize: 5190324 KiB
Current children cumulated memory: 4965476 KiB

[startup+2982.3 s]
/proc/loadavg: 4.10 4.09 4.20 5/263 70095
/proc/meminfo: memFree=104126628/131250000 swapFree=33010684/33010684
[pid=69946] ppid=69943 vsize=5190324 memory=4965476 CPUtime=2976.43 cores=5,7
/proc/69946/stat : 69946 (ipbhs_scip) R 69943 69946 69878 0 -1 4194304 610669 0 0 0 295332 2311 0 0 20 0 1 0 60862916 5314891776 1241369 18446744073709551615 94907966779392 94907978205789 140734829518848 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94907980341464 94907980386482 94907990843392 140734829525394 140734829525513 140734829525513 140734829531115 0
/proc/69946/statm: 1297581 1241369 3744 2790 0 1291006 0
Current children cumulated CPU time: 2976.43 s
Current children cumulated vsize: 5190324 KiB
Current children cumulated memory: 4965476 KiB

[startup+3042.3 s]
/proc/loadavg: 4.08 4.09 4.19 5/263 70099
/proc/meminfo: memFree=104255816/131250000 swapFree=33010684/33010684
[pid=69946] ppid=69943 vsize=5190324 memory=4965476 CPUtime=3036.31 cores=5,7
/proc/69946/stat : 69946 (ipbhs_scip) R 69943 69946 69878 0 -1 4194304 610713 0 0 0 301272 2359 0 0 20 0 1 0 60862916 5314891776 1241369 18446744073709551615 94907966779392 94907978205789 140734829518848 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94907980341464 94907980386482 94907990843392 140734829525394 140734829525513 140734829525513 140734829531115 0
/proc/69946/statm: 1297581 1241369 3744 2790 0 1291006 0
Current children cumulated CPU time: 3036.31 s
Current children cumulated vsize: 5190324 KiB
Current children cumulated memory: 4965476 KiB

[startup+3102.3 s]
/proc/loadavg: 4.07 4.08 4.18 5/262 70101
/proc/meminfo: memFree=104262688/131250000 swapFree=33010684/33010684
[pid=69946] ppid=69943 vsize=5190324 memory=4965476 CPUtime=3096.2 cores=5,7
/proc/69946/stat : 69946 (ipbhs_scip) R 69943 69946 69878 0 -1 4194304 610714 0 0 0 307217 2403 0 0 20 0 1 0 60862916 5314891776 1241369 18446744073709551615 94907966779392 94907978205789 140734829518848 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94907980341464 94907980386482 94907990843392 140734829525394 140734829525513 140734829525513 140734829531115 0
/proc/69946/statm: 1297581 1241369 3744 2790 0 1291006 0
Current children cumulated CPU time: 3096.2 s
Current children cumulated vsize: 5190324 KiB
Current children cumulated memory: 4965476 KiB

[startup+3162.3 s]
/proc/loadavg: 4.08 4.08 4.17 5/262 70103
/proc/meminfo: memFree=104262240/131250000 swapFree=33010684/33010684
[pid=69946] ppid=69943 vsize=5190324 memory=4965476 CPUtime=3156.09 cores=5,7
/proc/69946/stat : 69946 (ipbhs_scip) R 69943 69946 69878 0 -1 4194304 610758 0 0 0 313163 2446 0 0 20 0 1 0 60862916 5314891776 1241369 18446744073709551615 94907966779392 94907978205789 140734829518848 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94907980341464 94907980386482 94907990843392 140734829525394 140734829525513 140734829525513 140734829531115 0
/proc/69946/statm: 1297581 1241369 3744 2790 0 1291006 0
Current children cumulated CPU time: 3156.09 s
Current children cumulated vsize: 5190324 KiB
Current children cumulated memory: 4965476 KiB

[startup+3222.3 s]
/proc/loadavg: 4.07 4.08 4.17 5/262 70105
/proc/meminfo: memFree=104270224/131250000 swapFree=33010684/33010684
[pid=69946] ppid=69943 vsize=5190324 memory=4965476 CPUtime=3215.99 cores=5,7
/proc/69946/stat : 69946 (ipbhs_scip) R 69943 69946 69878 0 -1 4194304 610801 0 0 0 319106 2493 0 0 20 0 1 0 60862916 5314891776 1241369 18446744073709551615 94907966779392 94907978205789 140734829518848 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94907980341464 94907980386482 94907990843392 140734829525394 140734829525513 140734829525513 140734829531115 0
/proc/69946/statm: 1297581 1241369 3744 2790 0 1291006 0
Current children cumulated CPU time: 3215.99 s
Current children cumulated vsize: 5190324 KiB
Current children cumulated memory: 4965476 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.09 4.17 5/262 70107
/proc/meminfo: memFree=104307072/131250000 swapFree=33010684/33010684
[pid=69946] ppid=69943 vsize=5190324 memory=4965476 CPUtime=3275.88 cores=5,7
/proc/69946/stat : 69946 (ipbhs_scip) R 69943 69946 69878 0 -1 4194304 610835 0 0 0 325052 2536 0 0 20 0 1 0 60862916 5314891776 1241369 18446744073709551615 94907966779392 94907978205789 140734829518848 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94907980341464 94907980386482 94907990843392 140734829525394 140734829525513 140734829525513 140734829531115 0
/proc/69946/statm: 1297581 1241369 3744 2790 0 1291006 0
Current children cumulated CPU time: 3275.88 s
Current children cumulated vsize: 5190324 KiB
Current children cumulated memory: 4965476 KiB

[startup+3342.3 s]
/proc/loadavg: 4.04 4.07 4.16 5/262 70109
/proc/meminfo: memFree=102942544/131250000 swapFree=33010684/33010684
[pid=69946] ppid=69943 vsize=5190324 memory=4965476 CPUtime=3335.74 cores=5,7
/proc/69946/stat : 69946 (ipbhs_scip) R 69943 69946 69878 0 -1 4194304 610846 0 0 0 330988 2586 0 0 20 0 1 0 60862916 5314891776 1241369 18446744073709551615 94907966779392 94907978205789 140734829518848 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94907980341464 94907980386482 94907990843392 140734829525394 140734829525513 140734829525513 140734829531115 0
/proc/69946/statm: 1297581 1241369 3744 2790 0 1291006 0
Current children cumulated CPU time: 3335.74 s
Current children cumulated vsize: 5190324 KiB
Current children cumulated memory: 4965476 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.09 4.16 5/263 70116
/proc/meminfo: memFree=102889456/131250000 swapFree=33010684/33010684
[pid=69946] ppid=69943 vsize=5190324 memory=4965476 CPUtime=3395.62 cores=5,7
/proc/69946/stat : 69946 (ipbhs_scip) R 69943 69946 69878 0 -1 4194304 610890 0 0 0 336931 2631 0 0 20 0 1 0 60862916 5314891776 1241369 18446744073709551615 94907966779392 94907978205789 140734829518848 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94907980341464 94907980386482 94907990843392 140734829525394 140734829525513 140734829525513 140734829531115 0
/proc/69946/statm: 1297581 1241369 3744 2790 0 1291006 0
Current children cumulated CPU time: 3395.62 s
Current children cumulated vsize: 5190324 KiB
Current children cumulated memory: 4965476 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.09 4.15 5/263 70118
/proc/meminfo: memFree=102141704/131250000 swapFree=33010684/33010684
[pid=69946] ppid=69943 vsize=5190324 memory=4965476 CPUtime=3455.5 cores=5,7
/proc/69946/stat : 69946 (ipbhs_scip) R 69943 69946 69878 0 -1 4194304 610921 0 0 0 342874 2676 0 0 20 0 1 0 60862916 5314891776 1241369 18446744073709551615 94907966779392 94907978205789 140734829518848 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94907980341464 94907980386482 94907990843392 140734829525394 140734829525513 140734829525513 140734829531115 0
/proc/69946/statm: 1297581 1241369 3744 2790 0 1291006 0
Current children cumulated CPU time: 3455.5 s
Current children cumulated vsize: 5190324 KiB
Current children cumulated memory: 4965476 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.08 4.14 5/263 70119
/proc/meminfo: memFree=102095984/131250000 swapFree=33010684/33010684
[pid=69946] ppid=69943 vsize=5190324 memory=4967524 CPUtime=3515.37 cores=5,7
/proc/69946/stat : 69946 (ipbhs_scip) R 69943 69946 69878 0 -1 4194304 610935 0 0 0 348816 2721 0 0 20 0 1 0 60862916 5314891776 1241881 18446744073709551615 94907966779392 94907978205789 140734829518848 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94907980341464 94907980386482 94907990843392 140734829525394 140734829525513 140734829525513 140734829531115 0
/proc/69946/statm: 1297581 1241881 3744 2790 0 1291006 0
Current children cumulated CPU time: 3515.37 s
Current children cumulated vsize: 5190324 KiB
Current children cumulated memory: 4967524 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.08 4.14 5/263 70121
/proc/meminfo: memFree=102369836/131250000 swapFree=33010684/33010684
[pid=69946] ppid=69943 vsize=5190324 memory=4967524 CPUtime=3575.25 cores=5,7
/proc/69946/stat : 69946 (ipbhs_scip) R 69943 69946 69878 0 -1 4194304 610980 0 0 0 354756 2769 0 0 20 0 1 0 60862916 5314891776 1241881 18446744073709551615 94907966779392 94907978205789 140734829518848 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94907980341464 94907980386482 94907990843392 140734829525394 140734829525513 140734829525513 140734829531115 0
/proc/69946/statm: 1297581 1241881 3744 2790 0 1291006 0
Current children cumulated CPU time: 3575.25 s
Current children cumulated vsize: 5190324 KiB
Current children cumulated memory: 4967524 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3607.11 s]
/proc/loadavg: 4.06 4.08 4.13 5/264 70126
/proc/meminfo: memFree=102369252/131250000 swapFree=33010684/33010684
[pid=69946] ppid=69943 vsize=5190324 memory=4967524 CPUtime=3600 cores=5,7
/proc/69946/stat : 69946 (ipbhs_scip) R 69943 69946 69878 0 -1 4194304 610981 0 0 0 357210 2790 0 0 20 0 1 0 60862916 5314891776 1241881 18446744073709551615 94907966779392 94907978205789 140734829518848 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94907980341464 94907980386482 94907990843392 140734829525394 140734829525513 140734829525513 140734829531115 0
/proc/69946/statm: 1297581 1241881 3744 2790 0 1291006 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 5190324 KiB
Current children cumulated memory: 4967524 KiB

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

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

# cumulated CPU time of all completed processes:  user=3572.11 s, system=27.9946 s

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

[startup+3607.11 s]
/proc/loadavg: 4.06 4.08 4.13 5/264 70126
/proc/meminfo: memFree=102369252/131250000 swapFree=33010684/33010684
[pid=69946] ppid=69943 vsize=5190324 memory=4967524 CPUtime=3600 cores=5,7
/proc/69946/stat : 69946 (ipbhs_scip) R 69943 69946 69878 0 -1 4194304 610981 0 0 0 357210 2790 0 0 20 0 1 0 60862916 5314891776 1241881 18446744073709551615 94907966779392 94907978205789 140734829518848 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94907980341464 94907980386482 94907990843392 140734829525394 140734829525513 140734829525513 140734829531115 0
/proc/69946/statm: 1297581 1241881 3744 2790 0 1291006 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 5190324 KiB
Current children cumulated memory: 4967524 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3607.2
CPU time (s): 3600.1
CPU user time (s): 3572.11
CPU system time (s): 27.9946
CPU usage (%): 99.8034
Max. virtual memory (cumulated for all children) (KiB): 5190324
Max. memory (cumulated for all children) (KiB): 4967524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3572.11
system time used= 27.9946
maximum resident set size= 4967524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 610981
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= 70
involuntary context switches= 1138


# summary of solver processes directly reported to runsolver:
#   pid: 69946
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3572.11
#   total CPU system time (s): 27.9946

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.78378 second user time and 15.7192 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-07-02 12:23:46
IDJOB=4504604
IDBENCH=155666
IDSOLVER=3335
FILE ID=nodeC013/4504604-1751451826
RUNJOBID= nodeC013-1751451826-69891
SLURM_JOB_ID= 9598435
Free space on /tmp= 432504 MiB

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

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

MD5SUM BENCH= 5c375d9eec0e7448397e2587af216396
RANDOM SEED=1495293343

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		: 3600.097
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		: 3607.615
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.856
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.836
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		: 3597.816
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.833
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		: 3600.023
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		: 3600.034
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:        128491192 kB
MemAvailable:   129603280 kB
Buffers:            3280 kB
Cached:          1910816 kB
SwapCached:            0 kB
Active:           389944 kB
Inactive:        1665900 kB
Active(anon):     155036 kB
Inactive(anon):        0 kB
Active(file):     234908 kB
Inactive(file):  1665900 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            335852 kB
Writeback:            16 kB
AnonPages:        144808 kB
Mapped:           104576 kB
Shmem:             13284 kB
KReclaimable:     100640 kB
Slab:             189316 kB
SReclaimable:     100640 kB
SUnreclaim:        88676 kB
KernelStack:        4164 kB
PageTables:         2824 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    2425388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150440 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     79872 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= 432368 MiB
End job on nodeC013 at 2025-07-02 13:23:54