Trace number 4508744

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP 2024-07-07? (TO) 3600.04 3610.03

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
minlplib2-pb-0.1.0/opb/normalized-faclay70.lin.opb
MD5SUM5ce1114e3b3a499c171804227c280ba1
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1528537
Best CPU time to get the best result obtained on this benchmark72002
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables108768
Total number of constraints322185
Number of constraints which are clauses215832
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints106352
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 108766
Biggest coefficient in the objective function 2605924
Number of bits for the biggest coefficient in the objective function 22
Sum of the numbers in the objective function 22928794
Number of bits of the sum of numbers in the objective function 25
Biggest number in a constraint 2605924
Number of bits of the biggest number in a constraint 22
Biggest sum of numbers in a constraint 22928794
Number of bits of the biggest sum of numbers25
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 7.0.0] [GitHash: 405ed0d46f]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-4508744-1751509463.opb>
0.69/0.71	c original problem has 108768 variables (108768 bin, 0 int, 0 impl, 0 cont) and 322185 constraints
0.69/0.71	c problem read in 0.71
1.38/1.42	o 2605924
1.38/1.43	c feasible solution found by trivial heuristic after 1.4 seconds, objective value 2.605924e+06
1.38/1.43	c presolving:
2.18/2.23	c    (2.2s) running MILP presolver
2.58/2.68	c    (2.7s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
2.77/2.85	c (round 1, exhaustive) 1 del vars, 54741 del conss, 0 add conss, 1 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
3.28/3.31	c (round 2, exhaustive) 1 del vars, 54741 del conss, 0 add conss, 1 chg bounds, 0 chg sides, 0 chg coeffs, 106352 upgd conss, 0 impls, 0 clqs
3.98/4.10	c (round 3, exhaustive) 1 del vars, 54742 del conss, 2 add conss, 1 chg bounds, 0 chg sides, 0 chg coeffs, 212704 upgd conss, 0 impls, 2 clqs
5.37/5.46	c (round 4, medium)     1 del vars, 161093 del conss, 212704 add conss, 1 chg bounds, 0 chg sides, 0 chg coeffs, 212704 upgd conss, 0 impls, 212704 clqs
6.67/6.70	c (round 5, exhaustive) 1 del vars, 480149 del conss, 319056 add conss, 1 chg bounds, 0 chg sides, 0 chg coeffs, 212704 upgd conss, 0 impls, 212704 clqs
41.06/41.21	c    (41.2s) probing: 1000/108767 (0.9%) - 0 fixings, 0 aggregations, 793 implications, 0 bound changes
41.06/41.25	c    (41.2s) probing: 1001/108767 (0.9%) - 0 fixings, 0 aggregations, 796 implications, 0 bound changes
41.06/41.25	c    (41.2s) probing aborted: 1000/1000 successive useless probings
41.06/41.25	c    (41.2s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
41.36/41.52	c    (41.5s) no symmetry present (symcode time: 0.08)
41.46/41.68	c presolving (6 rounds: 6 fast, 6 medium, 5 exhaustive):
41.46/41.68	c  1 deleted vars, 480149 deleted constraints, 319056 added constraints, 1 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
41.46/41.68	c  0 implications, 213500 cliques
41.46/41.68	c presolved problem has 108767 variables (108767 bin, 0 int, 0 impl, 0 cont) and 161092 constraints
41.46/41.68	c  106352 constraints of type <and>
41.46/41.68	c   54740 constraints of type <linear>
41.46/41.68	c transformed objective value is always integral (scale: 1)
41.46/41.68	c Presolving Time: 40.36
41.46/41.68	c - non default parameters ----------------------------------------------------------------------
41.46/41.68	c # SCIP version 10.0.0
41.46/41.68	c 
41.46/41.68	c # maximal time in seconds to run
41.46/41.68	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
41.46/41.68	c limits/time = 3596.997012
41.46/41.68	c 
41.46/41.68	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
41.46/41.68	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
41.46/41.68	c limits/memory = 27900
41.46/41.68	c 
41.46/41.68	c # belongs reading time to solving time?
41.46/41.68	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
41.46/41.68	c timing/reading = TRUE
41.46/41.68	c 
41.46/41.68	c -----------------------------------------------------------------------------------------------
41.46/41.68	c start solving
41.56/41.74	c transformed 1/1 original solutions to the transformed problem space
41.56/41.77	c 
45.54/45.79	o 2080319
45.54/45.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
45.54/45.79	c p45.8s|     1 |     0 |     0 |     - |  clique|   0 | 108k| 161k| 267k|   0 |  0 |   0 |   0 |-7.555511e+06 | 2.080319e+06 |    Inf | unknown
2630.53/2638.16	c  2638s|     1 |     0 |186806 |     - |  1404M |   0 | 108k| 161k| 267k|   0 |  0 |  11 |   0 | 1.112080e+05 | 2.080319e+06 |1770.66%| unknown
2791.27/2799.24	c  2799s|     1 |     0 |186975 |     - |  1520M |   0 | 108k| 161k| 267k|  23 |  1 |  12 |   0 | 1.116450e+05 | 2.080319e+06 |1763.33%| unknown
3318.08/3327.38	c  3327s|     1 |     0 |197184 |     - |  1601M |   0 | 108k| 161k| 269k|1559 |  2 |  13 |   0 | 1.606820e+05 | 2.080319e+06 |1194.68%| unknown

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (61921 MiB free)
  memory of node 1: 64507 MiB (63450 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4508744-1751509463/watcher-4508744-1751509463 -o /tmp/evaluation-result-4508744-1751509463/solver-4508744-1751509463 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751506081-77370 --watchdog 3760 pbscip -f HOME/instance-4508744-1751509463.opb -t 3600 -j 2 -m 31000 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100066 s]*
/proc/loadavg: 4.12 4.10 4.09 5/266 78155
/proc/meminfo: memFree=128268632/131250000 swapFree=33010416/33010684
[pid=78154] ppid=78151 vsize=158928 memory=127232 CPUtime=0.09 cores=1,3
/proc/78154/stat : 78154 (pbscip) R 78151 78154 77358 0 -1 4194304 28928 0 0 0 5 4 0 0 20 0 1 0 66624113 162742272 31808 18446744073709551615 4235264 18693293 140730002684144 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37425152 140730002688393 140730002688492 140730002688492 140730002694094 0
/proc/78154/statm: 39732 31808 3200 3530 0 31183 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 158928 KiB
Current children cumulated memory: 127232 KiB

[startup+0.205674 s]*
/proc/loadavg: 4.12 4.10 4.09 5/266 78155
/proc/meminfo: memFree=128228564/131250000 swapFree=33010416/33010684
[pid=78154] ppid=78151 vsize=194616 memory=163328 CPUtime=0.19 cores=1,3
/proc/78154/stat : 78154 (pbscip) R 78151 78154 77358 0 -1 4194304 37931 0 0 0 14 5 0 0 20 0 1 0 66624113 199286784 40832 18446744073709551615 4235264 18693293 140730002684144 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37425152 140730002688393 140730002688492 140730002688492 140730002694094 0
/proc/78154/statm: 48654 40832 3232 3530 0 40105 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 194616 KiB
Current children cumulated memory: 163328 KiB

[startup+0.30553 s]*
/proc/loadavg: 4.12 4.10 4.09 5/266 78155
/proc/meminfo: memFree=128204372/131250000 swapFree=33010416/33010684
[pid=78154] ppid=78151 vsize=222644 memory=191872 CPUtime=0.29 cores=1,3
/proc/78154/stat : 78154 (pbscip) R 78151 78154 77358 0 -1 4194304 45067 0 0 0 22 7 0 0 20 0 1 0 66624113 227987456 47968 18446744073709551615 4235264 18693293 140730002684144 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37425152 140730002688393 140730002688492 140730002688492 140730002694094 0
/proc/78154/statm: 55661 47968 3232 3530 0 47112 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 222644 KiB
Current children cumulated memory: 191872 KiB

[startup+0.700171 s]
/proc/loadavg: 4.12 4.10 4.09 5/266 78155
/proc/meminfo: memFree=128155988/131250000 swapFree=33010416/33010684
[pid=78154] ppid=78151 vsize=323104 memory=292144 CPUtime=0.69 cores=1,3
/proc/78154/stat : 78154 (pbscip) R 78151 78154 77358 0 -1 4194304 69626 0 0 0 58 11 0 0 20 0 1 0 66624113 330858496 73036 18446744073709551615 4235264 18693293 140730002684144 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37425152 140730002688393 140730002688492 140730002688492 140730002694094 0
/proc/78154/statm: 80776 73036 3232 3530 0 72227 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 323104 KiB
Current children cumulated memory: 292144 KiB

[startup+1.50018 s]
/proc/loadavg: 4.12 4.10 4.09 5/266 78155
/proc/meminfo: memFree=127906256/131250000 swapFree=33010416/33010684
[pid=78154] ppid=78151 vsize=727768 memory=692700 CPUtime=1.49 cores=1,3
/proc/78154/stat : 78154 (pbscip) R 78151 78154 77358 0 -1 4194304 174135 0 0 0 123 26 0 0 20 0 1 0 66624113 745234432 173175 18446744073709551615 4235264 18693293 140730002684144 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37425152 140730002688393 140730002688492 140730002688492 140730002694094 0
/proc/78154/statm: 181942 173175 3584 3530 0 173393 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 727768 KiB
Current children cumulated memory: 692700 KiB

[startup+3.10557 s]
/proc/loadavg: 4.11 4.10 4.09 5/266 78155
/proc/meminfo: memFree=127454392/131250000 swapFree=33010416/33010684
[pid=78154] ppid=78151 vsize=817328 memory=779476 CPUtime=3.08 cores=1,3
/proc/78154/stat : 78154 (pbscip) R 78151 78154 77358 0 -1 4194304 198678 0 0 0 274 34 0 0 20 0 1 0 66624113 836943872 194869 18446744073709551615 4235264 18693293 140730002684144 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37425152 140730002688393 140730002688492 140730002688492 140730002694094 0
/proc/78154/statm: 204332 194869 3712 3530 0 195783 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 817328 KiB
Current children cumulated memory: 779476 KiB

[startup+6.30017 s]
/proc/loadavg: 4.11 4.10 4.09 5/266 78155
/proc/meminfo: memFree=127326016/131250000 swapFree=33010416/33010684
[pid=78154] ppid=78151 vsize=992084 memory=953980 CPUtime=6.26 cores=1,3
/proc/78154/stat : 78154 (pbscip) R 78151 78154 77358 0 -1 4194304 239760 0 0 0 585 41 0 0 20 0 1 0 66624113 1015894016 238495 18446744073709551615 4235264 18693293 140730002684144 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37425152 140730002688393 140730002688492 140730002688492 140730002694094 0
/proc/78154/statm: 248021 238495 3744 3530 0 239472 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 992084 KiB
Current children cumulated memory: 953980 KiB

[startup+12.7002 s]
/proc/loadavg: 4.10 4.09 4.09 5/266 78155
/proc/meminfo: memFree=127310200/131250000 swapFree=33010416/33010684
[pid=78154] ppid=78151 vsize=1005472 memory=966396 CPUtime=12.65 cores=1,3
/proc/78154/stat : 78154 (pbscip) R 78151 78154 77358 0 -1 4194304 242854 0 0 0 1223 42 0 0 20 0 1 0 66624113 1029603328 241599 18446744073709551615 4235264 18693293 140730002684144 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37425152 140730002688393 140730002688492 140730002688492 140730002694094 0
/proc/78154/statm: 251368 241599 3776 3530 0 242819 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1005472 KiB
Current children cumulated memory: 966396 KiB

[startup+25.5002 s]
/proc/loadavg: 4.08 4.09 4.09 5/266 78156
/proc/meminfo: memFree=127375680/131250000 swapFree=33010416/33010684
[pid=78154] ppid=78151 vsize=1005472 memory=966396 CPUtime=25.41 cores=1,3
/proc/78154/stat : 78154 (pbscip) R 78151 78154 77358 0 -1 4194304 242855 0 0 0 2499 42 0 0 20 0 1 0 66624113 1029603328 241599 18446744073709551615 4235264 18693293 140730002684144 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37425152 140730002688393 140730002688492 140730002688492 140730002694094 0
/proc/78154/statm: 251368 241599 3776 3530 0 242819 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 1005472 KiB
Current children cumulated memory: 966396 KiB

[startup+51.1055 s]
/proc/loadavg: 4.05 4.08 4.09 5/266 78156
/proc/meminfo: memFree=126876656/131250000 swapFree=33010416/33010684
[pid=78154] ppid=78151 vsize=1594440 memory=1496792 CPUtime=50.93 cores=1,3
/proc/78154/stat : 78154 (pbscip) R 78151 78154 77358 0 -1 4194304 352681 0 0 0 5032 61 0 0 20 0 1 0 66624113 1632706560 374198 18446744073709551615 4235264 18693293 140730002684144 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37425152 140730002688393 140730002688492 140730002688492 140730002694094 0
/proc/78154/statm: 398610 374198 3936 3530 0 390061 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 1594440 KiB
Current children cumulated memory: 1496792 KiB

[startup+102.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/267 78160
/proc/meminfo: memFree=126819140/131250000 swapFree=33010416/33010684
[pid=78154] ppid=78151 vsize=1654284 memory=1544332 CPUtime=101.98 cores=1,3
/proc/78154/stat : 78154 (pbscip) R 78151 78154 77358 0 -1 4194304 363147 0 0 0 10134 64 0 0 20 0 1 0 66624113 1693986816 386083 18446744073709551615 4235264 18693293 140730002684144 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37425152 140730002688393 140730002688492 140730002688492 140730002694094 0
/proc/78154/statm: 413571 386083 3936 3530 0 405022 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 1654284 KiB
Current children cumulated memory: 1544332 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/267 78162
/proc/meminfo: memFree=126807456/131250000 swapFree=33010416/33010684
[pid=78154] ppid=78151 vsize=1657680 memory=1547276 CPUtime=161.82 cores=1,3
/proc/78154/stat : 78154 (pbscip) R 78151 78154 77358 0 -1 4194304 363881 0 0 0 16118 64 0 0 20 0 1 0 66624113 1697464320 386819 18446744073709551615 4235264 18693293 140730002684144 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37425152 140730002688393 140730002688492 140730002688492 140730002694094 0
/proc/78154/statm: 414420 386819 3936 3530 0 405871 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 1657680 KiB
Current children cumulated memory: 1547276 KiB

[startup+222.3 s]
/proc/loadavg: 4.17 4.11 4.10 5/266 78344
/proc/meminfo: memFree=126657504/131250000 swapFree=33010416/33010684
[pid=78154] ppid=78151 vsize=1660184 memory=1551336 CPUtime=221.65 cores=1,3
/proc/78154/stat : 78154 (pbscip) R 78151 78154 77358 0 -1 4194304 364427 0 0 0 22101 64 0 0 20 0 1 0 66624113 1700028416 387834 18446744073709551615 4235264 18693293 140730002684144 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37425152 140730002688393 140730002688492 140730002688492 140730002694094 0
/proc/78154/statm: 415046 387834 3936 3530 0 406497 0
Current children cumulated CPU time: 221.65 s
Current children cumulated vsize: 1660184 KiB
Current children cumulated memory: 1551336 KiB

[startup+282.3 s]
/proc/loadavg: 4.06 4.09 4.09 5/266 78348
/proc/meminfo: memFree=125511016/131250000 swapFree=33010416/33010684
[pid=78154] ppid=78151 vsize=1660184 memory=1551976 CPUtime=281.47 cores=1,3
/proc/78154/stat : 78154 (pbscip) R 78151 78154 77358 0 -1 4194304 364595 0 0 0 28083 64 0 0 20 0 1 0 66624113 1700028416 387994 18446744073709551615 4235264 18693293 140730002684144 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37425152 140730002688393 140730002688492 140730002688492 140730002694094 0
/proc/78154/statm: 415046 387994 3936 3530 0 406497 0
Current children cumulated CPU time: 281.47 s
Current children cumulated vsize: 1660184 KiB
Current children cumulated memory: 1551976 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/266 78350
/proc/meminfo: memFree=125208200/131250000 swapFree=33010416/33010684
[pid=78154] ppid=78151 vsize=1665124 memory=1556072 CPUtime=341.3 cores=1,3
/proc/78154/stat : 78154 (pbscip) R 78151 78154 77358 0 -1 4194304 365630 0 0 0 34065 65 0 0 20 0 1 0 66624113 1705086976 389018 18446744073709551615 4235264 18693293 140730002684144 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37425152 140730002688393 140730002688492 140730002688492 140730002694094 0
/proc/78154/statm: 416281 389018 3936 3530 0 407732 0
Current children cumulated CPU time: 341.3 s
Current children cumulated vsize: 1665124 KiB
Current children cumulated memory: 1556072 KiB

[startup+402.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/264 78355
/proc/meminfo: memFree=125148048/131250000 swapFree=33010416/33010684
[pid=78154] ppid=78151 vsize=1668520 memory=1558376 CPUtime=401.12 cores=1,3
/proc/78154/stat : 78154 (pbscip) R 78151 78154 77358 0 -1 4194304 366197 0 0 0 40047 65 0 0 20 0 1 0 66624113 1708564480 389594 18446744073709551615 4235264 18693293 140730002684144 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37425152 140730002688393 140730002688492 140730002688492 140730002694094 0
/proc/78154/statm: 417130 389594 3936 3530 0 408581 0
Current children cumulated CPU time: 401.12 s
Current children cumulated vsize: 1668520 KiB
Current children cumulated memory: 1558376 KiB

[startup+462.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/265 78362
/proc/meminfo: memFree=125121268/131250000 swapFree=33010416/33010684
[pid=78154] ppid=78151 vsize=1668520 memory=1564520 CPUtime=460.95 cores=1,3
/proc/78154/stat : 78154 (pbscip) R 78151 78154 77358 0 -1 4194304 366318 0 0 0 46030 65 0 0 20 0 1 0 66624113 1708564480 391130 18446744073709551615 4235264 18693293 140730002684144 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37425152 140730002688393 140730002688492 140730002688492 140730002694094 0
/proc/78154/statm: 417130 391130 3936 3530 0 408581 0

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

Current children cumulated memory: 2248400 KiB

[startup+2862.3 s]
/proc/loadavg: 4.09 4.13 4.12 5/265 78536
/proc/meminfo: memFree=122136780/131250000 swapFree=33010416/33010684
[pid=78154] ppid=78151 vsize=2333548 memory=2248400 CPUtime=2854.23 cores=1,3
/proc/78154/stat : 78154 (pbscip) R 78151 78154 77358 0 -1 4194304 527007 0 0 0 285330 93 0 0 20 0 1 0 66624113 2389553152 562100 18446744073709551615 4235264 18693293 140730002684144 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37425152 140730002688393 140730002688492 140730002688492 140730002694094 0
/proc/78154/statm: 583387 562100 3968 3530 0 574838 0
Current children cumulated CPU time: 2854.23 s
Current children cumulated vsize: 2333548 KiB
Current children cumulated memory: 2248400 KiB

[startup+2922.3 s]
/proc/loadavg: 4.10 4.12 4.11 5/265 78544
/proc/meminfo: memFree=122042436/131250000 swapFree=33010416/33010684
[pid=78154] ppid=78151 vsize=2333548 memory=2248400 CPUtime=2914.1 cores=1,3
/proc/78154/stat : 78154 (pbscip) R 78151 78154 77358 0 -1 4194304 527010 0 0 0 291317 93 0 0 20 0 1 0 66624113 2389553152 562100 18446744073709551615 4235264 18693293 140730002684144 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37425152 140730002688393 140730002688492 140730002688492 140730002694094 0
/proc/78154/statm: 583387 562100 3968 3530 0 574838 0
Current children cumulated CPU time: 2914.1 s
Current children cumulated vsize: 2333548 KiB
Current children cumulated memory: 2248400 KiB

[startup+2982.3 s]
/proc/loadavg: 4.09 4.11 4.11 5/265 78546
/proc/meminfo: memFree=122019324/131250000 swapFree=33010416/33010684
[pid=78154] ppid=78151 vsize=2333548 memory=2248400 CPUtime=2973.97 cores=1,3
/proc/78154/stat : 78154 (pbscip) R 78151 78154 77358 0 -1 4194304 527010 0 0 0 297304 93 0 0 20 0 1 0 66624113 2389553152 562100 18446744073709551615 4235264 18693293 140730002684144 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37425152 140730002688393 140730002688492 140730002688492 140730002694094 0
/proc/78154/statm: 583387 562100 3968 3530 0 574838 0
Current children cumulated CPU time: 2973.97 s
Current children cumulated vsize: 2333548 KiB
Current children cumulated memory: 2248400 KiB

[startup+3042.3 s]
/proc/loadavg: 4.07 4.11 4.10 5/265 78548
/proc/meminfo: memFree=122011192/131250000 swapFree=33010416/33010684
[pid=78154] ppid=78151 vsize=2333548 memory=2248400 CPUtime=3033.84 cores=1,3
/proc/78154/stat : 78154 (pbscip) R 78151 78154 77358 0 -1 4194304 527450 0 0 0 303291 93 0 0 20 0 1 0 66624113 2389553152 562100 18446744073709551615 4235264 18693293 140730002684144 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37425152 140730002688393 140730002688492 140730002688492 140730002694094 0
/proc/78154/statm: 583387 562100 3968 3530 0 574838 0
Current children cumulated CPU time: 3033.84 s
Current children cumulated vsize: 2333548 KiB
Current children cumulated memory: 2248400 KiB

[startup+3102.3 s]
/proc/loadavg: 4.06 4.10 4.09 5/265 78550
/proc/meminfo: memFree=121933432/131250000 swapFree=33010416/33010684
[pid=78154] ppid=78151 vsize=2333548 memory=2248400 CPUtime=3093.7 cores=1,3
/proc/78154/stat : 78154 (pbscip) R 78151 78154 77358 0 -1 4194304 527451 0 0 0 309277 93 0 0 20 0 1 0 66624113 2389553152 562100 18446744073709551615 4235264 18693293 140730002684144 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37425152 140730002688393 140730002688492 140730002688492 140730002694094 0
/proc/78154/statm: 583387 562100 3968 3530 0 574838 0
Current children cumulated CPU time: 3093.7 s
Current children cumulated vsize: 2333548 KiB
Current children cumulated memory: 2248400 KiB

[startup+3162.3 s]
/proc/loadavg: 4.06 4.09 4.09 5/265 78552
/proc/meminfo: memFree=121888152/131250000 swapFree=33010416/33010684
[pid=78154] ppid=78151 vsize=2333548 memory=2248400 CPUtime=3153.55 cores=1,3
/proc/78154/stat : 78154 (pbscip) R 78151 78154 77358 0 -1 4194304 527461 0 0 0 315262 93 0 0 20 0 1 0 66624113 2389553152 562100 18446744073709551615 4235264 18693293 140730002684144 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37425152 140730002688393 140730002688492 140730002688492 140730002694094 0
/proc/78154/statm: 583387 562100 3968 3530 0 574838 0
Current children cumulated CPU time: 3153.55 s
Current children cumulated vsize: 2333548 KiB
Current children cumulated memory: 2248400 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/264 78555
/proc/meminfo: memFree=121853944/131250000 swapFree=33010416/33010684
[pid=78154] ppid=78151 vsize=2333548 memory=2248400 CPUtime=3213.4 cores=1,3
/proc/78154/stat : 78154 (pbscip) R 78151 78154 77358 0 -1 4194304 527530 0 0 0 321247 93 0 0 20 0 1 0 66624113 2389553152 562100 18446744073709551615 4235264 18693293 140730002684144 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37425152 140730002688393 140730002688492 140730002688492 140730002694094 0
/proc/78154/statm: 583387 562100 3968 3530 0 574838 0
Current children cumulated CPU time: 3213.4 s
Current children cumulated vsize: 2333548 KiB
Current children cumulated memory: 2248400 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/263 78557
/proc/meminfo: memFree=121865180/131250000 swapFree=33010416/33010684
[pid=78154] ppid=78151 vsize=2333548 memory=2249040 CPUtime=3273.22 cores=1,3
/proc/78154/stat : 78154 (pbscip) R 78151 78154 77358 0 -1 4194304 527757 0 0 0 327229 93 0 0 20 0 1 0 66624113 2389553152 562260 18446744073709551615 4235264 18693293 140730002684144 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37425152 140730002688393 140730002688492 140730002688492 140730002694094 0
/proc/78154/statm: 583387 562260 3968 3530 0 574838 0
Current children cumulated CPU time: 3273.22 s
Current children cumulated vsize: 2333548 KiB
Current children cumulated memory: 2249040 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/263 78559
/proc/meminfo: memFree=121828032/131250000 swapFree=33010416/33010684
[pid=78154] ppid=78151 vsize=2333548 memory=2249040 CPUtime=3333.04 cores=1,3
/proc/78154/stat : 78154 (pbscip) R 78151 78154 77358 0 -1 4194304 527826 0 0 0 333211 93 0 0 20 0 1 0 66624113 2389553152 562260 18446744073709551615 4235264 18693293 140730002684144 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37425152 140730002688393 140730002688492 140730002688492 140730002694094 0
/proc/78154/statm: 583387 562260 3968 3530 0 574838 0
Current children cumulated CPU time: 3333.04 s
Current children cumulated vsize: 2333548 KiB
Current children cumulated memory: 2249040 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/264 78561
/proc/meminfo: memFree=121841868/131250000 swapFree=33010416/33010684
[pid=78154] ppid=78151 vsize=2333548 memory=2249040 CPUtime=3392.87 cores=1,3
/proc/78154/stat : 78154 (pbscip) R 78151 78154 77358 0 -1 4194304 527826 0 0 0 339194 93 0 0 20 0 1 0 66624113 2389553152 562260 18446744073709551615 4235264 18693293 140730002684144 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37425152 140730002688393 140730002688492 140730002688492 140730002694094 0
/proc/78154/statm: 583387 562260 3968 3530 0 574838 0
Current children cumulated CPU time: 3392.87 s
Current children cumulated vsize: 2333548 KiB
Current children cumulated memory: 2249040 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/265 78566
/proc/meminfo: memFree=121733820/131250000 swapFree=33010416/33010684
[pid=78154] ppid=78151 vsize=2333548 memory=2249040 CPUtime=3452.7 cores=1,3
/proc/78154/stat : 78154 (pbscip) R 78151 78154 77358 0 -1 4194304 528277 0 0 0 345177 93 0 0 20 0 1 0 66624113 2389553152 562260 18446744073709551615 4235264 18693293 140730002684144 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37425152 140730002688393 140730002688492 140730002688492 140730002694094 0
/proc/78154/statm: 583387 562260 3968 3530 0 574838 0
Current children cumulated CPU time: 3452.7 s
Current children cumulated vsize: 2333548 KiB
Current children cumulated memory: 2249040 KiB

[startup+3522.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/265 78572
/proc/meminfo: memFree=121578672/131250000 swapFree=33010416/33010684
[pid=78154] ppid=78151 vsize=2333548 memory=2249040 CPUtime=3512.54 cores=1,3
/proc/78154/stat : 78154 (pbscip) R 78151 78154 77358 0 -1 4194304 528278 0 0 0 351161 93 0 0 20 0 1 0 66624113 2389553152 562260 18446744073709551615 4235264 18693293 140730002684144 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37425152 140730002688393 140730002688492 140730002688492 140730002694094 0
/proc/78154/statm: 583387 562260 3968 3530 0 574838 0
Current children cumulated CPU time: 3512.54 s
Current children cumulated vsize: 2333548 KiB
Current children cumulated memory: 2249040 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/265 78575
/proc/meminfo: memFree=121407784/131250000 swapFree=33010416/33010684
[pid=78154] ppid=78151 vsize=2333548 memory=2249040 CPUtime=3572.38 cores=1,3
/proc/78154/stat : 78154 (pbscip) R 78151 78154 77358 0 -1 4194304 528278 0 0 0 357145 93 0 0 20 0 1 0 66624113 2389553152 562260 18446744073709551615 4235264 18693293 140730002684144 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37425152 140730002688393 140730002688492 140730002688492 140730002694094 0
/proc/78154/statm: 583387 562260 3968 3530 0 574838 0
Current children cumulated CPU time: 3572.38 s
Current children cumulated vsize: 2333548 KiB
Current children cumulated memory: 2249040 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610 s]*
/proc/loadavg: 4.11 4.09 4.09 5/265 78576
/proc/meminfo: memFree=121394848/131250000 swapFree=33010416/33010684
[pid=78154] ppid=78151 vsize=2333548 memory=2249040 CPUtime=3600 cores=1,3
/proc/78154/stat : 78154 (pbscip) R 78151 78154 77358 0 -1 4194304 528651 0 0 0 359907 93 0 0 20 0 1 0 66624113 2389553152 562260 18446744073709551615 4235264 18693293 140730002684144 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 37425152 140730002688393 140730002688492 140730002688492 140730002694094 0
/proc/78154/statm: 583387 562260 3968 3530 0 574838 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 2333548 KiB
Current children cumulated memory: 2249040 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.07 s, system=0.962302 s

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

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3610.03
CPU time (s): 3600.04
CPU user time (s): 3599.07
CPU system time (s): 0.962302
CPU usage (%): 99.7231
Max. virtual memory (cumulated for all children) (KiB): 2333548
Max. memory (cumulated for all children) (KiB): 2249040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.07
system time used= 0.962302
maximum resident set size= 2249040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 528651
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= 93
involuntary context switches= 7182


# summary of solver processes directly reported to runsolver:
#   pid: 78154
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3599.07
#   total CPU system time (s): 0.962302

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.90967 second user time and 15.8703 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-07-03 04:24:23
IDJOB=4508744
IDBENCH=158465
IDSOLVER=3365
FILE ID=nodeC018/4508744-1751509463
RUNJOBID= nodeC018-1751506081-77370
SLURM_JOB_ID= 9598599
Free space on /tmp= 432864 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/minlplib2-pb-0.1.0/opb/normalized-faclay70.lin.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4508744-1751509463/watcher-4508744-1751509463 -o /tmp/evaluation-result-4508744-1751509463/solver-4508744-1751509463 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751506081-77370 --watchdog 3760  pbscip -f HOME/instance-4508744-1751509463.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 5ce1114e3b3a499c171804227c280ba1
RANDOM SEED=1621605319

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        128381212 kB
MemAvailable:   128381664 kB
Buffers:            2128 kB
Cached:           765896 kB
SwapCached:           32 kB
Active:          1798156 kB
Inactive:         349068 kB
Active(anon):    1396956 kB
Inactive(anon):      288 kB
Active(file):     401200 kB
Inactive(file):   348780 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             30640 kB
Writeback:             0 kB
AnonPages:       1382248 kB
Mapped:           138752 kB
Shmem:             18044 kB
KReclaimable:     179020 kB
Slab:             269456 kB
SReclaimable:     179020 kB
SUnreclaim:        90436 kB
KernelStack:        4288 kB
PageTables:         5872 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1791644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1210368 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432828 MiB
End job on nodeC018 at 2025-07-03 05:24:33