Trace number 4512103

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.45 3612.31

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/
hw512/normalized-hw512-vm98p-dec.opb.negationfix.opb
MD5SUM0020647681361a6ff6bc771888680f52
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark12.925
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2723840
Total number of constraints11664
Number of constraints which are clauses5319
Number of constraints which are cardinality constraints (but not clauses)5319
Number of constraints which are nor clauses,nor cardinality constraints1026
Minimum length of a constraint512
Maximum length of a constraint5319
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 1971071
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 4438491
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-4512103-1751215617.opb>
5.68/5.76	c original problem has 2723840 variables (2723840 bin, 0 int, 0 cont) and 11664 constraints
5.68/5.76	c problem read in 5.761 seconds
5.68/5.79	c problem without objective
12.75/12.83	c presolving:
28.91/29.03	c (round 1, fast)       3845 del vars, 2 del conss, 0 add conss, 3333 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 864102 clqs
34.69/34.82	c    (34.8s) running MILP presolver
94.94/95.22	c    (95.2s) MILP presolver (3 rounds): 0 aggregations, 512 fixings, 0 bound changes
95.74/96.07	c (round 2, medium)     4357 del vars, 11664 del conss, 6342 add conss, 3333 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 864102 clqs
128.64/129.04	c (round 3, exhaustive) 4357 del vars, 11664 del conss, 6342 add conss, 3333 chg bounds, 0 chg sides, 0 chg coeffs, 6342 upgd conss, 0 impls, 867623 clqs
540.73/542.37	c    (542.3s) probing: 1000/2719483 (0.0%) - 0 fixings, 0 aggregations, 510525 implications, 0 bound changes
541.13/542.72	c    (542.7s) probing: 1001/2719483 (0.0%) - 0 fixings, 0 aggregations, 511036 implications, 0 bound changes
541.13/542.72	c    (542.7s) probing aborted: 1000/1000 successive useless probings
543.62/545.20	c    (545.2s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
549.90/551.59	c    (551.6s) symmetry computation finished: 23 generators found (max: 23, log10 of symmetry group size: 19.47) (symcode time: 4.62)
550.01/551.68	c dynamic symmetry handling statistics:
550.01/551.68	c    orbitopal reduction:       no components
550.01/551.68	c    orbital reduction:          1 components of sizes 23
550.01/551.68	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, 10340, 10458, 10458, 10458
550.01/551.68	c handled 1 out of 1 symmetry components
552.59/554.22	c presolving (4 rounds: 4 fast, 3 medium, 2 exhaustive):
552.59/554.22	c  4357 deleted vars, 11664 deleted constraints, 6342 added constraints, 3333 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
552.59/554.22	c  0 implications, 867623 cliques
552.59/554.22	c presolved problem has 2719483 variables (2719483 bin, 0 int, 0 cont) and 6342 constraints
552.59/554.22	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
552.59/554.22	c    1024 constraints of type <knapsack>
552.59/554.22	c    5318 constraints of type <setppc>
552.59/554.22	c transformed objective value is always integral (scale: 1)
552.59/554.22	c Presolving Time: 542.60
552.59/554.22	c 
552.59/554.22	c - non default parameters ----------------------------------------------------------------------
552.59/554.22	c 
552.59/554.22	c # SCIP version 10.0.0
552.59/554.22	c 
552.59/554.22	c # maximal time in seconds to run
552.59/554.22	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
552.59/554.22	c limits/time = 3596.998011
552.59/554.22	c 
552.59/554.22	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
552.59/554.22	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
552.59/554.22	c limits/memory = 27900
552.59/554.22	c 
552.59/554.22	c # belongs reading time to solving time?
552.59/554.22	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
552.59/554.22	c timing/reading = TRUE
552.59/554.22	c 
552.59/554.22	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
552.59/554.22	c # [type: int, advanced: TRUE, range: [-1,2147483647], default: -1]
552.59/554.22	c reading/opbreader/maxintsize = 47
552.59/554.22	c 
552.59/554.22	c # timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
552.59/554.22	c # [type: int, advanced: TRUE, range: [0,15], default: 15]
552.59/554.22	c propagating/genvbounds/timingmask = 0
552.59/554.22	c 
552.59/554.22	c -----------------------------------------------------------------------------------------------
553.09/554.70	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 (38070 MiB free)
  memory of node 1: 64465 MiB (51415 MiB free)
  node distances:
     10  21
     21  10

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

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
Starting watchdog thread
solver pid=28795, runsolver pid=28792
Current StackSize limit: 8192 KiB


[startup+0.100067 s]*
/proc/loadavg: 4.09 3.94 4.09 5/264 28796
/proc/meminfo: memFree=91529172/131249996 swapFree=33010684/33010684
[pid=28795] ppid=28792 vsize=120600 memory=109056 CPUtime=0.09 cores=5,7
/proc/28795/stat : 28795 (pbsolver) R 28792 28795 28655 0 -1 4194304 25312 0 0 0 6 3 0 0 20 0 1 0 37239355 123494400 27264 18446744073709551615 4198400 14743177 140726972702480 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28459008 140726972705162 140726972705258 140726972705258 140726972710860 0
/proc/28795/statm: 30150 27264 2176 2575 0 27057 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 120600 KiB
Current children cumulated memory: 109056 KiB

[startup+0.205753 s]*
/proc/loadavg: 4.09 3.94 4.09 5/264 28796
/proc/meminfo: memFree=91431520/131249996 swapFree=33010684/33010684
[pid=28795] ppid=28792 vsize=213248 memory=202368 CPUtime=0.2 cores=5,7
/proc/28795/stat : 28795 (pbsolver) R 28792 28795 28655 0 -1 4194304 48624 0 0 0 14 6 0 0 20 0 1 0 37239355 218365952 50592 18446744073709551615 4198400 14743177 140726972702480 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28459008 140726972705162 140726972705258 140726972705258 140726972710860 0
/proc/28795/statm: 53312 50592 2176 2575 0 50219 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 213248 KiB
Current children cumulated memory: 202368 KiB

[startup+0.30544 s]*
/proc/loadavg: 4.09 3.94 4.09 5/264 28796
/proc/meminfo: memFree=91327504/131249996 swapFree=33010684/33010684
[pid=28795] ppid=28792 vsize=305348 memory=292552 CPUtime=0.3 cores=5,7
/proc/28795/stat : 28795 (pbsolver) R 28792 28795 28655 0 -1 4194304 70663 0 0 0 21 9 0 0 20 0 1 0 37239355 312676352 73138 18446744073709551615 4198400 14743177 140726972702480 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28459008 140726972705162 140726972705258 140726972705258 140726972710860 0
/proc/28795/statm: 76337 73138 2176 2575 0 73244 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 305348 KiB
Current children cumulated memory: 292552 KiB

[startup+0.700182 s]
/proc/loadavg: 4.09 3.94 4.09 5/264 28796
/proc/meminfo: memFree=91140268/131249996 swapFree=33010684/33010684
[pid=28795] ppid=28792 vsize=650308 memory=638652 CPUtime=0.69 cores=5,7
/proc/28795/stat : 28795 (pbsolver) R 28792 28795 28655 0 -1 4194304 155154 0 0 0 47 22 0 0 20 0 1 0 37239355 665915392 159663 18446744073709551615 4198400 14743177 140726972702480 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28459008 140726972705162 140726972705258 140726972705258 140726972710860 0
/proc/28795/statm: 162577 159663 2176 2575 0 159484 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 650308 KiB
Current children cumulated memory: 638652 KiB

[startup+1.50018 s]
/proc/loadavg: 4.08 3.94 4.09 5/264 28796
/proc/meminfo: memFree=90604932/131249996 swapFree=33010684/33010684
[pid=28795] ppid=28792 vsize=1363196 memory=1351672 CPUtime=1.49 cores=5,7
/proc/28795/stat : 28795 (pbsolver) R 28792 28795 28655 0 -1 4194304 328296 0 0 0 101 48 0 0 20 0 1 0 37239355 1395912704 337918 18446744073709551615 4198400 14743177 140726972702480 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28459008 140726972705162 140726972705258 140726972705258 140726972710860 0
/proc/28795/statm: 340799 337918 2176 2575 0 337706 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 1363196 KiB
Current children cumulated memory: 1351672 KiB

[startup+3.10547 s]
/proc/loadavg: 4.08 3.94 4.09 5/264 28796
/proc/meminfo: memFree=87516656/131249996 swapFree=33010684/33010684
[pid=28795] ppid=28792 vsize=2735928 memory=2722300 CPUtime=3.09 cores=5,7
/proc/28795/stat : 28795 (pbsolver) R 28792 28795 28655 0 -1 4194304 658709 0 0 0 212 97 0 0 20 0 1 0 37239355 2801590272 680575 18446744073709551615 4198400 14743177 140726972702480 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28459008 140726972705162 140726972705258 140726972705258 140726972710860 0
/proc/28795/statm: 683982 680575 2176 2575 0 680889 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2735928 KiB
Current children cumulated memory: 2722300 KiB

[startup+6.30017 s]
/proc/loadavg: 4.07 3.94 4.09 5/264 28796
/proc/meminfo: memFree=87993820/131249996 swapFree=33010684/33010684
[pid=28795] ppid=28792 vsize=3304748 memory=3273848 CPUtime=6.27 cores=5,7
/proc/28795/stat : 28795 (pbsolver) R 28792 28795 28655 0 -1 4194304 806586 0 0 0 505 122 0 0 20 0 1 0 37239355 3384061952 818462 18446744073709551615 4198400 14743177 140726972702480 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28459008 140726972705162 140726972705258 140726972705258 140726972710860 0
/proc/28795/statm: 826187 818462 2368 2575 0 823094 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 3304748 KiB
Current children cumulated memory: 3273848 KiB

[startup+12.7002 s]
/proc/loadavg: 4.07 3.94 4.09 5/264 28796
/proc/meminfo: memFree=83081088/131249996 swapFree=33010684/33010684
[pid=28795] ppid=28792 vsize=6991132 memory=6911404 CPUtime=12.65 cores=5,7
/proc/28795/stat : 28795 (pbsolver) R 28792 28795 28655 0 -1 4194304 1596380 0 0 0 1023 242 0 0 20 0 1 0 37239355 7158919168 1727851 18446744073709551615 4198400 14743177 140726972702480 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28459008 140726972705162 140726972705258 140726972705258 140726972710860 0
/proc/28795/statm: 1747783 1727851 2400 2575 0 1744690 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 6991132 KiB
Current children cumulated memory: 6911404 KiB

[startup+25.5002 s]
/proc/loadavg: 4.13 3.96 4.09 5/263 28796
/proc/meminfo: memFree=80332156/131249996 swapFree=33010684/33010684
[pid=28795] ppid=28792 vsize=7555420 memory=7471836 CPUtime=25.41 cores=5,7
/proc/28795/stat : 28795 (pbsolver) R 28792 28795 28655 0 -1 4194304 1732369 0 0 0 2279 262 0 0 20 0 1 0 37239355 7736750080 1867959 18446744073709551615 4198400 14743177 140726972702480 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28459008 140726972705162 140726972705258 140726972705258 140726972710860 0
/proc/28795/statm: 1888855 1867959 2432 2575 0 1885762 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 7555420 KiB
Current children cumulated memory: 7471836 KiB

[startup+51.1058 s]
/proc/loadavg: 4.08 3.96 4.09 5/263 28796
/proc/meminfo: memFree=73469856/131249996 swapFree=33010684/33010684
[pid=28795] ppid=28792 vsize=9498028 memory=9332020 CPUtime=50.96 cores=5,7
/proc/28795/stat : 28795 (pbsolver) R 28792 28795 28655 0 -1 4194304 1765476 0 0 0 4762 334 0 0 20 0 1 0 37239355 9725980672 2333005 18446744073709551615 4198400 14743177 140726972702480 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28459008 140726972705162 140726972705258 140726972705258 140726972710860 0
/proc/28795/statm: 2374507 2333005 2496 2575 0 2371414 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 9498028 KiB
Current children cumulated memory: 9332020 KiB

[startup+102.3 s]
/proc/loadavg: 4.36 4.06 4.11 5/264 28801
/proc/meminfo: memFree=69728176/131249996 swapFree=33010684/33010684
[pid=28795] ppid=28792 vsize=8350828 memory=8247788 CPUtime=102.01 cores=5,7
/proc/28795/stat : 28795 (pbsolver) R 28792 28795 28655 0 -1 4194304 1777471 0 0 0 9857 344 0 0 20 0 1 0 37239355 8551247872 2061947 18446744073709551615 4198400 14743177 140726972702480 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28459008 140726972705162 140726972705258 140726972705258 140726972710860 0
/proc/28795/statm: 2087707 2061947 2496 2575 0 2084614 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 8350828 KiB
Current children cumulated memory: 8247788 KiB

[startup+162.3 s]
/proc/loadavg: 4.19 4.06 4.11 5/264 28803
/proc/meminfo: memFree=63898444/131249996 swapFree=33010684/33010684
[pid=28795] ppid=28792 vsize=12566680 memory=12302404 CPUtime=161.86 cores=5,7
/proc/28795/stat : 28795 (pbsolver) R 28792 28795 28655 0 -1 4194304 2560824 0 0 0 15713 473 0 0 20 0 1 0 37239355 12868280320 3075601 18446744073709551615 4198400 14743177 140726972702480 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28459008 140726972705162 140726972705258 140726972705258 140726972710860 0
/proc/28795/statm: 3141670 3075601 2592 2575 0 3138577 0
Current children cumulated CPU time: 161.86 s
Current children cumulated vsize: 12566680 KiB
Current children cumulated memory: 12302404 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.06 4.10 5/265 28806
/proc/meminfo: memFree=63898688/131249996 swapFree=33010684/33010684
[pid=28795] ppid=28792 vsize=12568728 memory=12304452 CPUtime=221.7 cores=5,7
/proc/28795/stat : 28795 (pbsolver) R 28792 28795 28655 0 -1 4194304 2561398 0 0 0 21697 473 0 0 20 0 1 0 37239355 12870377472 3076113 18446744073709551615 4198400 14743177 140726972702480 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28459008 140726972705162 140726972705258 140726972705258 140726972710860 0
/proc/28795/statm: 3142182 3076113 2592 2575 0 3139089 0
Current children cumulated CPU time: 221.7 s
Current children cumulated vsize: 12568728 KiB
Current children cumulated memory: 12304452 KiB

[startup+282.3 s]
/proc/loadavg: 4.15 4.08 4.10 5/265 28808
/proc/meminfo: memFree=63881028/131249996 swapFree=33010684/33010684
[pid=28795] ppid=28792 vsize=12568728 memory=12304452 CPUtime=281.54 cores=5,7
/proc/28795/stat : 28795 (pbsolver) R 28792 28795 28655 0 -1 4194304 2561460 0 0 0 27681 473 0 0 20 0 1 0 37239355 12870377472 3076113 18446744073709551615 4198400 14743177 140726972702480 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28459008 140726972705162 140726972705258 140726972705258 140726972710860 0
/proc/28795/statm: 3142182 3076113 2592 2575 0 3139089 0
Current children cumulated CPU time: 281.54 s
Current children cumulated vsize: 12568728 KiB
Current children cumulated memory: 12304452 KiB

[startup+342.3 s]
/proc/loadavg: 4.05 4.06 4.09 5/265 28810
/proc/meminfo: memFree=63835504/131249996 swapFree=33010684/33010684
[pid=28795] ppid=28792 vsize=12568728 memory=12304452 CPUtime=341.37 cores=5,7
/proc/28795/stat : 28795 (pbsolver) R 28792 28795 28655 0 -1 4194304 2561521 0 0 0 33664 473 0 0 20 0 1 0 37239355 12870377472 3076113 18446744073709551615 4198400 14743177 140726972702480 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28459008 140726972705162 140726972705258 140726972705258 140726972710860 0
/proc/28795/statm: 3142182 3076113 2592 2575 0 3139089 0
Current children cumulated CPU time: 341.37 s
Current children cumulated vsize: 12568728 KiB
Current children cumulated memory: 12304452 KiB

[startup+402.3 s]
/proc/loadavg: 4.14 4.08 4.09 5/264 28814
/proc/meminfo: memFree=63833084/131249996 swapFree=33010684/33010684
[pid=28795] ppid=28792 vsize=12568728 memory=12304452 CPUtime=401.2 cores=5,7
/proc/28795/stat : 28795 (pbsolver) R 28792 28795 28655 0 -1 4194304 2561643 0 0 0 39647 473 0 0 20 0 1 0 37239355 12870377472 3076113 18446744073709551615 4198400 14743177 140726972702480 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28459008 140726972705162 140726972705258 140726972705258 140726972710860 0
/proc/28795/statm: 3142182 3076113 2592 2575 0 3139089 0
Current children cumulated CPU time: 401.2 s
Current children cumulated vsize: 12568728 KiB
Current children cumulated memory: 12304452 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 4.08 4.09 5/264 28816
/proc/meminfo: memFree=63833672/131249996 swapFree=33010684/33010684
[pid=28795] ppid=28792 vsize=12568728 memory=12304452 CPUtime=460.99 cores=5,7
/proc/28795/stat : 28795 (pbsolver) R 28792 28795 28655 0 -1 4194304 2561704 0 0 0 45626 473 0 0 20 0 1 0 37239355 12870377472 3076113 18446744073709551615 4198400 14743177 140726972702480 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28459008 140726972705162 140726972705258 140726972705258 140726972710860 0
/proc/28795/statm: 3142182 3076113 2592 2575 0 3139089 0
Current children cumulated CPU time: 460.99 s

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


[startup+2982.3 s]
/proc/loadavg: 4.12 4.12 4.10 5/269 28952
/proc/meminfo: memFree=57713772/131249996 swapFree=33010684/33010684
[pid=28795] ppid=28792 vsize=18665056 memory=17647844 CPUtime=2971.92 cores=5,7
/proc/28795/stat : 28795 (pbsolver) R 28792 28795 28655 0 -1 4194304 3312169 0 0 0 296410 782 0 0 20 0 1 0 37239355 19113017344 4411961 18446744073709551615 4198400 14743177 140726972702480 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28459008 140726972705162 140726972705258 140726972705258 140726972710860 0
/proc/28795/statm: 4666264 4411961 2656 2575 0 4663171 0
Current children cumulated CPU time: 2971.92 s
Current children cumulated vsize: 18665056 KiB
Current children cumulated memory: 17647844 KiB

[startup+3042.3 s]
/proc/loadavg: 4.10 4.11 4.10 5/269 28954
/proc/meminfo: memFree=57504692/131249996 swapFree=33010684/33010684
[pid=28795] ppid=28792 vsize=18665056 memory=17647844 CPUtime=3031.69 cores=5,7
/proc/28795/stat : 28795 (pbsolver) R 28792 28795 28655 0 -1 4194304 3312186 0 0 0 302385 784 0 0 20 0 1 0 37239355 19113017344 4411961 18446744073709551615 4198400 14743177 140726972702480 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28459008 140726972705162 140726972705258 140726972705258 140726972710860 0
/proc/28795/statm: 4666264 4411961 2656 2575 0 4663171 0
Current children cumulated CPU time: 3031.69 s
Current children cumulated vsize: 18665056 KiB
Current children cumulated memory: 17647844 KiB

[startup+3102.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/268 29092
/proc/meminfo: memFree=111585348/131249996 swapFree=33010684/33010684
[pid=28795] ppid=28792 vsize=18665056 memory=17647972 CPUtime=3091.55 cores=5,7
/proc/28795/stat : 28795 (pbsolver) R 28792 28795 28655 0 -1 4194304 3312202 0 0 0 308370 785 0 0 20 0 1 0 37239355 19113017344 4411993 18446744073709551615 4198400 14743177 140726972702480 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28459008 140726972705162 140726972705258 140726972705258 140726972710860 0
/proc/28795/statm: 4666264 4411993 2656 2575 0 4663171 0
Current children cumulated CPU time: 3091.55 s
Current children cumulated vsize: 18665056 KiB
Current children cumulated memory: 17647972 KiB

[startup+3162.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/268 29094
/proc/meminfo: memFree=111587548/131249996 swapFree=33010684/33010684
[pid=28795] ppid=28792 vsize=18665056 memory=17648356 CPUtime=3151.42 cores=5,7
/proc/28795/stat : 28795 (pbsolver) R 28792 28795 28655 0 -1 4194304 3312706 0 0 0 314354 788 0 0 20 0 1 0 37239355 19113017344 4412089 18446744073709551615 4198400 14743177 140726972702480 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28459008 140726972705162 140726972705258 140726972705258 140726972710860 0
/proc/28795/statm: 4666264 4412089 2656 2575 0 4663171 0
Current children cumulated CPU time: 3151.42 s
Current children cumulated vsize: 18665056 KiB
Current children cumulated memory: 17648356 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/265 29096
/proc/meminfo: memFree=111588316/131249996 swapFree=33010684/33010684
[pid=28795] ppid=28792 vsize=18665056 memory=17648356 CPUtime=3211.28 cores=5,7
/proc/28795/stat : 28795 (pbsolver) R 28792 28795 28655 0 -1 4194304 3312733 0 0 0 320338 790 0 0 20 0 1 0 37239355 19113017344 4412089 18446744073709551615 4198400 14743177 140726972702480 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28459008 140726972705162 140726972705258 140726972705258 140726972710860 0
/proc/28795/statm: 4666264 4412089 2656 2575 0 4663171 0
Current children cumulated CPU time: 3211.28 s
Current children cumulated vsize: 18665056 KiB
Current children cumulated memory: 17648356 KiB

[startup+3282.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/262 29098
/proc/meminfo: memFree=111599148/131249996 swapFree=33010684/33010684
[pid=28795] ppid=28792 vsize=18665056 memory=17648356 CPUtime=3271.15 cores=5,7
/proc/28795/stat : 28795 (pbsolver) R 28792 28795 28655 0 -1 4194304 3312750 0 0 0 326324 791 0 0 20 0 1 0 37239355 19113017344 4412089 18446744073709551615 4198400 14743177 140726972702480 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28459008 140726972705162 140726972705258 140726972705258 140726972710860 0
/proc/28795/statm: 4666264 4412089 2656 2575 0 4663171 0
Current children cumulated CPU time: 3271.15 s
Current children cumulated vsize: 18665056 KiB
Current children cumulated memory: 17648356 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/262 29100
/proc/meminfo: memFree=111572328/131249996 swapFree=33010684/33010684
[pid=28795] ppid=28792 vsize=18665056 memory=17648356 CPUtime=3331.02 cores=5,7
/proc/28795/stat : 28795 (pbsolver) R 28792 28795 28655 0 -1 4194304 3312861 0 0 0 332310 792 0 0 20 0 1 0 37239355 19113017344 4412089 18446744073709551615 4198400 14743177 140726972702480 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28459008 140726972705162 140726972705258 140726972705258 140726972710860 0
/proc/28795/statm: 4666264 4412089 2656 2575 0 4663171 0
Current children cumulated CPU time: 3331.02 s
Current children cumulated vsize: 18665056 KiB
Current children cumulated memory: 17648356 KiB

[startup+3402.3 s]
/proc/loadavg: 4.04 4.08 4.08 5/264 29106
/proc/meminfo: memFree=111570436/131249996 swapFree=33010684/33010684
[pid=28795] ppid=28792 vsize=18665056 memory=17648356 CPUtime=3390.89 cores=5,7
/proc/28795/stat : 28795 (pbsolver) R 28792 28795 28655 0 -1 4194304 3312888 0 0 0 338295 794 0 0 20 0 1 0 37239355 19113017344 4412089 18446744073709551615 4198400 14743177 140726972702480 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28459008 140726972705162 140726972705258 140726972705258 140726972710860 0
/proc/28795/statm: 4666264 4412089 2656 2575 0 4663171 0
Current children cumulated CPU time: 3390.89 s
Current children cumulated vsize: 18665056 KiB
Current children cumulated memory: 17648356 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/264 29108
/proc/meminfo: memFree=111561196/131249996 swapFree=33010684/33010684
[pid=28795] ppid=28792 vsize=18665056 memory=17648356 CPUtime=3450.76 cores=5,7
/proc/28795/stat : 28795 (pbsolver) R 28792 28795 28655 0 -1 4194304 3313000 0 0 0 344281 795 0 0 20 0 1 0 37239355 19113017344 4412089 18446744073709551615 4198400 14743177 140726972702480 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28459008 140726972705162 140726972705258 140726972705258 140726972710860 0
/proc/28795/statm: 4666264 4412089 2656 2575 0 4663171 0
Current children cumulated CPU time: 3450.76 s
Current children cumulated vsize: 18665056 KiB
Current children cumulated memory: 17648356 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/264 29112
/proc/meminfo: memFree=111553108/131249996 swapFree=33010684/33010684
[pid=28795] ppid=28792 vsize=18665056 memory=17648356 CPUtime=3510.62 cores=5,7
/proc/28795/stat : 28795 (pbsolver) R 28792 28795 28655 0 -1 4194304 3313027 0 0 0 350265 797 0 0 20 0 1 0 37239355 19113017344 4412089 18446744073709551615 4198400 14743177 140726972702480 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28459008 140726972705162 140726972705258 140726972705258 140726972710860 0
/proc/28795/statm: 4666264 4412089 2656 2575 0 4663171 0
Current children cumulated CPU time: 3510.62 s
Current children cumulated vsize: 18665056 KiB
Current children cumulated memory: 17648356 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/264 29114
/proc/meminfo: memFree=111553040/131249996 swapFree=33010684/33010684
[pid=28795] ppid=28792 vsize=18665056 memory=17648356 CPUtime=3570.49 cores=5,7
/proc/28795/stat : 28795 (pbsolver) R 28792 28795 28655 0 -1 4194304 3313035 0 0 0 356251 798 0 0 20 0 1 0 37239355 19113017344 4412089 18446744073709551615 4198400 14743177 140726972702480 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28459008 140726972705162 140726972705258 140726972705258 140726972710860 0
/proc/28795/statm: 4666264 4412089 2656 2575 0 4663171 0
Current children cumulated CPU time: 3570.49 s
Current children cumulated vsize: 18665056 KiB
Current children cumulated memory: 17648356 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.9 s]
/proc/loadavg: 4.05 4.08 4.09 5/264 29115
/proc/meminfo: memFree=111550760/131249996 swapFree=33010684/33010684
[pid=28795] ppid=28792 vsize=18665056 memory=17648356 CPUtime=3600.03 cores=5,7
/proc/28795/stat : 28795 (pbsolver) R 28792 28795 28655 0 -1 4194304 3313156 0 0 0 359204 799 0 0 20 0 1 0 37239355 19113017344 4412089 18446744073709551615 4198400 14743177 140726972702480 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 28459008 140726972705162 140726972705258 140726972705258 140726972710860 0
/proc/28795/statm: 4666264 4412089 2656 2575 0 4663171 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 18665056 KiB
Current children cumulated memory: 17648356 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.05 s, system=8.3989 s

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

[startup+3612 s]*
/proc/loadavg: 4.05 4.08 4.09 5/264 29115
/proc/meminfo: memFree=115662872/131249996 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3612.2 s]
/proc/loadavg: 4.05 4.08 4.09 5/264 29115
/proc/meminfo: memFree=115662872/131249996 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3612.3 s]
/proc/loadavg: 4.05 4.08 4.09 5/264 29115
/proc/meminfo: memFree=115662872/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): 3612.31
CPU time (s): 3600.45
CPU user time (s): 3592.05
CPU system time (s): 8.3989
CPU usage (%): 99.6715
Max. virtual memory (cumulated for all children) (KiB): 18698156
Max. memory (cumulated for all children) (KiB): 17681348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.05
system time used= 8.39889
maximum resident set size= 17723888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3313156
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= 4
involuntary context switches= 1235


# summary of solver processes directly reported to runsolver:
#   pid: 28795
#   total CPU time (s): 3600.45
#   total CPU user time (s): 3592.05
#   total CPU system time (s): 8.3989

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.83319 second user time and 15.8129 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-06-29 18:46:59
IDJOB=4512103
IDBENCH=160492
IDSOLVER=3366
FILE ID=nodeC015/4512103-1751215617
RUNJOBID= nodeC015-1751215068-28671
SLURM_JOB_ID= 9587650
Free space on /tmp= 432456 MiB

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

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

MD5SUM BENCH= 0020647681361a6ff6bc771888680f52
RANDOM SEED=2143345045

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.270
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		: 3599.464
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		: 3598.184
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		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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		: 3599.998
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		: 3599.867
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		: 3551.155
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.441
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:        91634324 kB
MemAvailable:   92152780 kB
Buffers:            3280 kB
Cached:          1327492 kB
SwapCached:            0 kB
Active:         37853908 kB
Inactive:        1071108 kB
Active(anon):   37612320 kB
Inactive(anon):        0 kB
Active(file):     241588 kB
Inactive(file):  1071108 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            148260 kB
Writeback:             0 kB
AnonPages:      37597368 kB
Mapped:           133960 kB
Shmem:             18076 kB
KReclaimable:      89996 kB
Slab:             175972 kB
SReclaimable:      89996 kB
SUnreclaim:        85976 kB
KernelStack:        4288 kB
PageTables:        76848 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   39668744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6207488 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= 432828 MiB
End job on nodeC015 at 2025-06-29 19:47:11