Trace number 4512067

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 NameAnswerCPU timeWall clock time
SCIP 2025-06-13? (TO) 3600.54 3614.64

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw512/
normalized-hw512-vm100p-dec.opb.negationfix.opb
MD5SUM87dcb6b5c21e845aafa503750cb7c14f
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2771456
Total number of constraints11850
Number of constraints which are clauses5412
Number of constraints which are cardinality constraints (but not clauses)5412
Number of constraints which are nor clauses,nor cardinality constraints1026
Minimum length of a constraint512
Maximum length of a constraint5412
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1990420
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 4457840
Number of bits of the biggest sum of numbers23
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 SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 8.0.0] [GitHash: 0408ae5eca]
0.00/0.00	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c External libraries: 
0.00/0.00	c   SoPlex 8.0.0         Linear programming solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: 67f6a391]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 4.0.0        AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 3.0.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   bliss 0.77           Computing Graph Automorphisms by T. Junttila and P. Kaski (users.aalto.fi/~tjunttil/bliss)
0.00/0.00	c   sassy 2.0            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.00	c 
0.00/0.00	c reading problem <HOME/instance-4512067-1751215068.opb>
5.67/5.74	c original problem has 2771456 variables (2771456 bin, 0 int, 0 cont) and 11850 constraints
5.67/5.74	c problem read in 5.742 seconds
5.67/5.77	c problem without objective
12.55/12.61	c presolving:
32.58/32.76	c (round 1, fast)       3916 del vars, 2 del conss, 0 add conss, 3404 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 945927 clqs
38.46/38.60	c    (38.6s) running MILP presolver
106.57/106.96	c    (106.9s) MILP presolver (3 rounds): 0 aggregations, 512 fixings, 0 bound changes
107.46/107.81	c (round 2, medium)     4428 del vars, 11850 del conss, 6435 add conss, 3404 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 945927 clqs
143.39/143.99	c (round 3, exhaustive) 4428 del vars, 11850 del conss, 6435 add conss, 3404 chg bounds, 0 chg sides, 0 chg coeffs, 6435 upgd conss, 0 impls, 947289 clqs
568.94/571.02	c    (571.0s) probing: 1000/2767028 (0.0%) - 0 fixings, 0 aggregations, 510613 implications, 0 bound changes
569.34/571.43	c    (571.4s) probing: 1001/2767028 (0.0%) - 0 fixings, 0 aggregations, 511124 implications, 0 bound changes
569.34/571.43	c    (571.4s) probing aborted: 1000/1000 successive useless probings
572.03/574.12	c    (574.1s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
578.71/580.82	c    (580.8s) symmetry computation finished: 23 generators found (max: 23, log10 of symmetry group size: 19.47) (symcode time: 4.82)
578.81/580.91	c dynamic symmetry handling statistics:
578.81/580.91	c    orbitopal reduction:       no components
578.81/580.91	c    orbital reduction:          1 components of sizes 23
578.81/580.91	c    lexicographic reduction:   23 permutations with support sizes 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 10522, 10624, 10624, 10624
578.81/580.91	c handled 1 out of 1 symmetry components
581.40/583.52	c presolving (4 rounds: 4 fast, 3 medium, 2 exhaustive):
581.40/583.52	c  4428 deleted vars, 11850 deleted constraints, 6435 added constraints, 3404 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
581.40/583.52	c  0 implications, 947289 cliques
581.40/583.52	c presolved problem has 2767028 variables (2767028 bin, 0 int, 0 cont) and 6435 constraints
581.40/583.52	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
581.40/583.52	c    1024 constraints of type <knapsack>
581.40/583.52	c    5411 constraints of type <setppc>
581.40/583.52	c transformed objective value is always integral (scale: 1)
581.40/583.52	c Presolving Time: 572.03
581.40/583.52	c 
581.40/583.52	c - non default parameters ----------------------------------------------------------------------
581.40/583.52	c 
581.40/583.52	c # SCIP version 10.0.0
581.40/583.52	c 
581.40/583.52	c # maximal time in seconds to run
581.40/583.52	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
581.40/583.52	c limits/time = 3596.998023
581.40/583.52	c 
581.40/583.52	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
581.40/583.52	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
581.40/583.52	c limits/memory = 27900
581.40/583.52	c 
581.40/583.52	c # belongs reading time to solving time?
581.40/583.52	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
581.40/583.52	c timing/reading = TRUE
581.40/583.52	c 
581.40/583.52	c # maximum allowed 'intsize' (i.e. the number of bits required to represent the sum of absolute values of all integers that appear in a constraint or objective function) or -1 for unlimited
581.40/583.52	c # [type: int, advanced: TRUE, range: [-1,2147483647], default: -1]
581.40/583.52	c reading/opbreader/maxintsize = 47
581.40/583.52	c 
581.40/583.52	c # timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
581.40/583.52	c # [type: int, advanced: TRUE, range: [0,15], default: 15]
581.40/583.52	c propagating/genvbounds/timingmask = 0
581.40/583.52	c 
581.40/583.52	c -----------------------------------------------------------------------------------------------
581.90/584.05	c 

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: 63708 MiB (62483 MiB free)
  memory of node 1: 64465 MiB (63411 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4512067-1751215068/watcher-4512067-1751215068 -o /tmp/evaluation-result-4512067-1751215068/solver-4512067-1751215068 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751215068-28669 --watchdog 3760 pbsolver -f HOME/instance-4512067-1751215068.opb -t 3600 -m 31000 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100067 s]*
/proc/loadavg: 0.80 2.95 4.09 5/265 28727
/proc/meminfo: memFree=128530508/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=127960 memory=116480 CPUtime=0.09 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 27167 0 0 0 5 4 0 0 20 0 1 0 37184401 131031040 29120 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 31990 29120 2176 2575 0 28897 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 127960 KiB
Current children cumulated memory: 116480 KiB

[startup+0.205725 s]*
/proc/loadavg: 0.80 2.95 4.09 6/265 28727
/proc/meminfo: memFree=128136380/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=226052 memory=215168 CPUtime=0.2 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 51816 0 0 0 13 7 0 0 20 0 1 0 37184401 231477248 53792 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 56513 53792 2176 2575 0 53420 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 226052 KiB
Current children cumulated memory: 215168 KiB

[startup+0.305623 s]*
/proc/loadavg: 0.80 2.95 4.09 6/265 28727
/proc/meminfo: memFree=127766444/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=316852 memory=305076 CPUtime=0.3 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 73791 0 0 0 19 11 0 0 20 0 1 0 37184401 324456448 76269 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 79213 76269 2176 2575 0 76120 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 316852 KiB
Current children cumulated memory: 305076 KiB

[startup+0.70018 s]
/proc/loadavg: 1.22 3.00 4.10 5/265 28727
/proc/meminfo: memFree=127060716/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=678440 memory=666892 CPUtime=0.69 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 162187 0 0 0 45 24 0 0 20 0 1 0 37184401 694722560 166723 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 169610 166723 2176 2575 0 166517 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 678440 KiB
Current children cumulated memory: 666892 KiB

[startup+1.50018 s]
/proc/loadavg: 1.22 3.00 4.10 5/265 28727
/proc/meminfo: memFree=125242412/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=1418888 memory=1407292 CPUtime=1.48 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 342201 0 0 0 97 51 0 0 20 0 1 0 37184401 1452941312 351823 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 354722 351823 2176 2575 0 351629 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 1418888 KiB
Current children cumulated memory: 1407292 KiB

[startup+3.10568 s]
/proc/loadavg: 1.22 3.00 4.10 5/265 28727
/proc/meminfo: memFree=118809592/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=2783660 memory=2771308 CPUtime=3.09 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 670423 0 0 0 207 102 0 0 20 0 1 0 37184401 2850467840 692827 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 695915 692827 2176 2575 0 692822 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2783660 KiB
Current children cumulated memory: 2771308 KiB

[startup+6.30017 s]
/proc/loadavg: 1.44 3.02 4.10 5/265 28727
/proc/meminfo: memFree=115782112/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=3417424 memory=3383988 CPUtime=6.27 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 832575 0 0 0 498 129 0 0 20 0 1 0 37184401 3499442176 845997 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 854356 845997 2368 2575 0 851263 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 3417424 KiB
Current children cumulated memory: 3383988 KiB

[startup+12.7002 s]
/proc/loadavg: 1.73 3.05 4.11 5/265 28727
/proc/meminfo: memFree=102852220/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=7103956 memory=7023160 CPUtime=12.65 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 1624309 0 0 0 1011 254 0 0 20 0 1 0 37184401 7274450944 1755790 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 1775989 1755790 2400 2575 0 1772896 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 7103956 KiB
Current children cumulated memory: 7023160 KiB

[startup+25.5002 s]
/proc/loadavg: 2.08 3.09 4.11 5/265 28727
/proc/meminfo: memFree=100379184/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=7631268 memory=7546328 CPUtime=25.4 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 1751001 0 0 0 2268 272 0 0 20 0 1 0 37184401 7814418432 1886582 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 1907817 1886582 2432 2575 0 1904724 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 7631268 KiB
Current children cumulated memory: 7546328 KiB

[startup+51.1058 s]
/proc/loadavg: 2.91 3.19 4.11 5/265 28727
/proc/meminfo: memFree=93170468/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=9676952 memory=9511600 CPUtime=50.94 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 1799291 0 0 0 4748 346 0 0 20 0 1 0 37184401 9909198848 2377900 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 2419238 2377900 2496 2575 0 2416145 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 9676952 KiB
Current children cumulated memory: 9511600 KiB

[startup+102.3 s]
/proc/loadavg: 3.63 3.35 4.11 5/265 28729
/proc/meminfo: memFree=96393552/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=9136160 memory=9024832 CPUtime=101.98 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 1807326 0 0 0 9843 355 0 0 20 0 1 0 37184401 9355427840 2256208 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 2284040 2256208 2496 2575 0 2280947 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 9136160 KiB
Current children cumulated memory: 9024832 KiB

[startup+162.3 s]
/proc/loadavg: 3.92 3.48 4.10 5/265 28732
/proc/meminfo: memFree=83739292/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=11887496 memory=11692896 CPUtime=161.74 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 2593257 0 0 0 15703 471 0 0 20 0 1 0 37184401 12172795904 2923224 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 2971874 2923224 2560 2575 0 2968781 0
Current children cumulated CPU time: 161.74 s
Current children cumulated vsize: 11887496 KiB
Current children cumulated memory: 11692896 KiB

[startup+222.3 s]
/proc/loadavg: 4.01 3.60 4.10 5/265 28734
/proc/meminfo: memFree=82065312/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=12881232 memory=12528632 CPUtime=221.53 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 2603500 0 0 0 21665 488 0 0 20 0 1 0 37184401 13190381568 3132158 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 3220308 3132158 2592 2575 0 3217215 0
Current children cumulated CPU time: 221.53 s
Current children cumulated vsize: 12881232 KiB
Current children cumulated memory: 12528632 KiB

[startup+282.3 s]
/proc/loadavg: 4.06 3.69 4.09 5/265 28737
/proc/meminfo: memFree=82066432/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=12881232 memory=12528632 CPUtime=281.31 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 2603563 0 0 0 27643 488 0 0 20 0 1 0 37184401 13190381568 3132158 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 3220308 3132158 2592 2575 0 3217215 0
Current children cumulated CPU time: 281.31 s
Current children cumulated vsize: 12881232 KiB
Current children cumulated memory: 12528632 KiB

[startup+342.3 s]
/proc/loadavg: 4.07 3.76 4.09 5/265 28741
/proc/meminfo: memFree=82065964/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=12881232 memory=12528632 CPUtime=341.09 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 2603625 0 0 0 33621 488 0 0 20 0 1 0 37184401 13190381568 3132158 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 3220308 3132158 2592 2575 0 3217215 0
Current children cumulated CPU time: 341.09 s
Current children cumulated vsize: 12881232 KiB
Current children cumulated memory: 12528632 KiB

[startup+402.3 s]
/proc/loadavg: 4.13 3.84 4.09 5/265 28743
/proc/meminfo: memFree=82065740/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=12881232 memory=12528632 CPUtime=400.87 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 2603687 0 0 0 39599 488 0 0 20 0 1 0 37184401 13190381568 3132158 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 3220308 3132158 2592 2575 0 3217215 0
Current children cumulated CPU time: 400.87 s
Current children cumulated vsize: 12881232 KiB
Current children cumulated memory: 12528632 KiB

[startup+462.3 s]
/proc/loadavg: 4.05 3.87 4.09 5/264 28747
/proc/meminfo: memFree=79679168/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=12881232 memory=12528632 CPUtime=460.64 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 2603780 0 0 0 45576 488 0 0 20 0 1 0 37184401 13190381568 3132158 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 3220308 3132158 2592 2575 0 3217215 0

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

/proc/meminfo: memFree=57749396/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=19232664 memory=18102204 CPUtime=2911.42 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 3364786 0 0 0 290364 778 0 0 20 0 1 0 37184401 19694247936 4525551 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 4808166 4525551 2656 2575 0 4805073 0
Current children cumulated CPU time: 2911.42 s
Current children cumulated vsize: 19232664 KiB
Current children cumulated memory: 18102204 KiB

[startup+2982.3 s]
/proc/loadavg: 4.47 4.23 4.13 5/264 28921
/proc/meminfo: memFree=57750768/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=19232664 memory=18102204 CPUtime=2971.12 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 3364814 0 0 0 296333 779 0 0 20 0 1 0 37184401 19694247936 4525551 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 4808166 4525551 2656 2575 0 4805073 0
Current children cumulated CPU time: 2971.12 s
Current children cumulated vsize: 19232664 KiB
Current children cumulated memory: 18102204 KiB

[startup+3042.3 s]
/proc/loadavg: 4.29 4.23 4.14 5/264 28925
/proc/meminfo: memFree=57748676/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=19232664 memory=18102204 CPUtime=3030.86 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 3364840 0 0 0 302305 781 0 0 20 0 1 0 37184401 19694247936 4525551 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 4808166 4525551 2656 2575 0 4805073 0
Current children cumulated CPU time: 3030.86 s
Current children cumulated vsize: 19232664 KiB
Current children cumulated memory: 18102204 KiB

[startup+3102.3 s]
/proc/loadavg: 4.19 4.20 4.13 5/264 28927
/proc/meminfo: memFree=57750160/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=19232664 memory=18102204 CPUtime=3090.58 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 3364865 0 0 0 308275 783 0 0 20 0 1 0 37184401 19694247936 4525551 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 4808166 4525551 2656 2575 0 4805073 0
Current children cumulated CPU time: 3090.58 s
Current children cumulated vsize: 19232664 KiB
Current children cumulated memory: 18102204 KiB

[startup+3162.3 s]
/proc/loadavg: 4.13 4.18 4.13 5/263 28929
/proc/meminfo: memFree=57747972/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=19232664 memory=18102204 CPUtime=3150.31 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 3365124 0 0 0 314246 785 0 0 20 0 1 0 37184401 19694247936 4525551 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 4808166 4525551 2656 2575 0 4805073 0
Current children cumulated CPU time: 3150.31 s
Current children cumulated vsize: 19232664 KiB
Current children cumulated memory: 18102204 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.17 4.13 5/263 28931
/proc/meminfo: memFree=57738840/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=19232664 memory=18102204 CPUtime=3210.01 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 3365153 0 0 0 320214 787 0 0 20 0 1 0 37184401 19694247936 4525551 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 4808166 4525551 2656 2575 0 4805073 0
Current children cumulated CPU time: 3210.01 s
Current children cumulated vsize: 19232664 KiB
Current children cumulated memory: 18102204 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.16 4.12 5/263 28933
/proc/meminfo: memFree=57738504/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=19232664 memory=18102204 CPUtime=3269.71 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 3365181 0 0 0 326183 788 0 0 20 0 1 0 37184401 19694247936 4525551 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 4808166 4525551 2656 2575 0 4805073 0
Current children cumulated CPU time: 3269.71 s
Current children cumulated vsize: 19232664 KiB
Current children cumulated memory: 18102204 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.14 4.12 5/264 28938
/proc/meminfo: memFree=57740156/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=19232664 memory=18102204 CPUtime=3329.41 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 3365190 0 0 0 332153 788 0 0 20 0 1 0 37184401 19694247936 4525551 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 4808166 4525551 2656 2575 0 4805073 0
Current children cumulated CPU time: 3329.41 s
Current children cumulated vsize: 19232664 KiB
Current children cumulated memory: 18102204 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.13 4.11 5/264 28940
/proc/meminfo: memFree=57735200/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=19232664 memory=18102204 CPUtime=3389.14 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 3365215 0 0 0 338124 790 0 0 20 0 1 0 37184401 19694247936 4525551 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 4808166 4525551 2656 2575 0 4805073 0
Current children cumulated CPU time: 3389.14 s
Current children cumulated vsize: 19232664 KiB
Current children cumulated memory: 18102204 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.13 4.11 5/266 28946
/proc/meminfo: memFree=57737888/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=19232664 memory=18102204 CPUtime=3448.86 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 3365221 0 0 0 344096 790 0 0 20 0 1 0 37184401 19694247936 4525551 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 4808166 4525551 2656 2575 0 4805073 0
Current children cumulated CPU time: 3448.86 s
Current children cumulated vsize: 19232664 KiB
Current children cumulated memory: 18102204 KiB

[startup+3522.3 s]
/proc/loadavg: 4.04 4.11 4.10 5/269 28952
/proc/meminfo: memFree=57716368/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=19232664 memory=18102204 CPUtime=3508.59 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 3365756 0 0 0 350067 792 0 0 20 0 1 0 37184401 19694247936 4525551 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 4808166 4525551 2656 2575 0 4805073 0
Current children cumulated CPU time: 3508.59 s
Current children cumulated vsize: 19232664 KiB
Current children cumulated memory: 18102204 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.12 4.10 5/269 28954
/proc/meminfo: memFree=57629028/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=19232664 memory=18102204 CPUtime=3568.31 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 3365783 0 0 0 356038 793 0 0 20 0 1 0 37184401 19694247936 4525551 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 4808166 4525551 2656 2575 0 4805073 0
Current children cumulated CPU time: 3568.31 s
Current children cumulated vsize: 19232664 KiB
Current children cumulated memory: 18102204 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3614.2 s]
/proc/loadavg: 4.07 4.10 4.09 5/269 29044
/proc/meminfo: memFree=93494636/131249996 swapFree=33010684/33010684
[pid=28726] ppid=28723 vsize=19232664 memory=18102204 CPUtime=3600.08 cores=4,6
/proc/28726/stat : 28726 (pbsolver) R 28723 28726 28655 0 -1 4194304 3365807 0 0 0 359213 795 0 0 20 0 1 0 37184401 19694247936 4525551 18446744073709551615 4198400 14743177 140720879122304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39317504 140720879126922 140720879127018 140720879127018 140720879132620 0
/proc/28726/statm: 4808166 4525551 2656 2575 0 4805073 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19232664 KiB
Current children cumulated memory: 18102204 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.14 s, system=8.39802 s

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

[startup+3614.41 s]
/proc/loadavg: 4.07 4.10 4.09 5/269 29044
/proc/meminfo: memFree=96669528/131249996 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3614.6 s]
/proc/loadavg: 4.07 4.10 4.09 5/269 29044
/proc/meminfo: memFree=96669528/131249996 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3614.64
CPU time (s): 3600.54
CPU user time (s): 3592.14
CPU system time (s): 8.39802
CPU usage (%): 99.6098
Max. virtual memory (cumulated for all children) (KiB): 19232664
Max. memory (cumulated for all children) (KiB): 18102204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.14
system time used= 8.39802
maximum resident set size= 18147980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3365807
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= 3
involuntary context switches= 2559


# summary of solver processes directly reported to runsolver:
#   pid: 28726
#   total CPU time (s): 3600.54
#   total CPU user time (s): 3592.14
#   total CPU system time (s): 8.39802

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.3532 second user time and 16.1956 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-06-29 18:37:49
IDJOB=4512067
IDBENCH=160491
IDSOLVER=3366
FILE ID=nodeC015/4512067-1751215068
RUNJOBID= nodeC015-1751215068-28669
SLURM_JOB_ID= 9587650
Free space on /tmp= 432488 MiB

SOLVER NAME= SCIP-10 2025-06-13
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw512/normalized-hw512-vm100p-dec.opb.negationfix.opb
COMMAND LINE= pbsolver -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4512067-1751215068/watcher-4512067-1751215068 -o /tmp/evaluation-result-4512067-1751215068/solver-4512067-1751215068 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751215068-28669 --watchdog 3760  pbsolver -f HOME/instance-4512067-1751215068.opb -t 3600 -m 31000

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

MD5SUM BENCH= 87dcb6b5c21e845aafa503750cb7c14f
RANDOM SEED=1998092247

nodeC015 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.663
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	: 7000.14
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		: 3592.047
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	: 7000.14
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		: 3600.273
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	: 7000.14
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		: 3600.069
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	: 7000.14
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		: 3600.074
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	: 7000.14
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		: 3600.061
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	: 7000.14
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		: 3578.272
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	: 7000.14
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.727
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	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129049676 kB
MemAvailable:   129541428 kB
Buffers:            3280 kB
Cached:          1300796 kB
SwapCached:            0 kB
Active:           534096 kB
Inactive:        1044416 kB
Active(anon):     292516 kB
Inactive(anon):        0 kB
Active(file):     241580 kB
Inactive(file):  1044416 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            568404 kB
Writeback:             8 kB
AnonPages:        277556 kB
Mapped:           119616 kB
Shmem:             18076 kB
KReclaimable:      89992 kB
Slab:             176244 kB
SReclaimable:      89992 kB
SUnreclaim:        86252 kB
KernelStack:        4160 kB
PageTables:         2948 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     602344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150488 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 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:      205524 kB
DirectMap2M:    11100160 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432696 MiB
End job on nodeC015 at 2025-06-29 19:38:04