Trace number 4464758

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
FiberSCIP 2024-07-30? (TO) 3600.14 3607.66

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/comppebphp_pyrheight_equals_nholes/
normalized-comppebphp_opt_pyrheightequalsnholes_34.opb
MD5SUMfe39f0a7e8bd71485db4c3a1af739794
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark630
Best CPU time to get the best result obtained on this benchmark178.235
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables750960
Total number of constraints47040
Number of constraints which are clauses23835
Number of constraints which are cardinality constraints (but not clauses)20790
Number of constraints which are nor clauses,nor cardinality constraints2415
Minimum length of a constraint34
Maximum length of a constraint39
Number of terms in the objective function 1260
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1260
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 1260
Number of bits of the biggest sum of numbers11
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 The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
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 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
2.09/2.14	c Default LC presolving (default).
2.09/2.14	c ** Before presolving: virtualMemUsedAtLc = 2496170770, getVmSize() = 1844334592, SCIPgetMemUsed() = 1781756346, SCIPgetMemTotal() = 1795538842, SCIPgetMemExternEstim() = 700631928
2.09/2.14	c ** set memory limit for presolving in LC to 8.79534e+12 for SCIP **

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: 63931 MiB (62369 MiB free)
  memory of node 1: 64510 MiB (58452 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4464758-1722390841/watcher-4464758-1722390841 -o /tmp/evaluation-result-4464758-1722390841/solver-4464758-1722390841 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1722390793-37331 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4464758-1722390841.opb -qsol -t 3600 -sth 1 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=37503, runsolver pid=37500

[startup+0.100065 s]*
/proc/loadavg: 2.78 1.59 1.89 5/263 37504
/proc/meminfo: memFree=123593736/131524600 swapFree=131071996/131071996
[pid=37503] ppid=37500 vsize=113384 memory=100904 CPUtime=0.09 cores=4,6
/proc/37503/stat : 37503 (fscip) R 37500 37503 37320 0 -1 4194304 23144 0 0 0 6 3 0 0 20 0 1 0 5685821 116105216 25226 134679101440 4194304 16623229 140723394485040 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 30003200 140723394487318 140723394487434 140723394487434 140723394494448 0
/proc/37503/statm: 28346 25226 2347 3035 0 24742 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 113384 KiB
Current children cumulated memory: 100904 KiB

[startup+0.205528 s]*
/proc/loadavg: 2.78 1.59 1.89 5/263 37504
/proc/meminfo: memFree=123522472/131524600 swapFree=131071996/131071996
[pid=37503] ppid=37500 vsize=198688 memory=186144 CPUtime=0.19 cores=4,6
/proc/37503/stat : 37503 (fscip) R 37500 37503 37320 0 -1 4194304 44450 0 0 0 13 6 0 0 20 0 1 0 5685821 203456512 46536 134679101440 4194304 16623229 140723394485040 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 30003200 140723394487318 140723394487434 140723394487434 140723394494448 0
/proc/37503/statm: 49672 46536 2347 3035 0 46068 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 198688 KiB
Current children cumulated memory: 186144 KiB

[startup+0.305404 s]*
/proc/loadavg: 2.78 1.59 1.89 5/263 37504
/proc/meminfo: memFree=123419496/131524600 swapFree=131071996/131071996
[pid=37503] ppid=37500 vsize=272932 memory=260272 CPUtime=0.29 cores=4,6
/proc/37503/stat : 37503 (fscip) R 37500 37503 37320 0 -1 4194304 62435 0 0 0 20 9 0 0 20 0 1 0 5685821 279482368 65068 134679101440 4194304 16623229 140723394485040 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 30003200 140723394487318 140723394487434 140723394487434 140723394494448 0
/proc/37503/statm: 68233 65068 2347 3035 0 64629 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 272932 KiB
Current children cumulated memory: 260272 KiB

[startup+0.700189 s]
/proc/loadavg: 2.78 1.59 1.89 6/263 37504
/proc/meminfo: memFree=123262108/131524600 swapFree=131071996/131071996
[pid=37503] ppid=37500 vsize=575192 memory=562364 CPUtime=0.68 cores=4,6
/proc/37503/stat : 37503 (fscip) R 37500 37503 37320 0 -1 4194304 135927 0 0 0 49 19 0 0 20 0 1 0 5685821 588996608 140591 134679101440 4194304 16623229 140723394485040 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 30003200 140723394487318 140723394487434 140723394487434 140723394494448 0
/proc/37503/statm: 143798 140591 2347 3035 0 140194 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 575192 KiB
Current children cumulated memory: 562364 KiB

[startup+1.50022 s]
/proc/loadavg: 2.78 1.59 1.89 5/263 37504
/proc/meminfo: memFree=122821052/131524600 swapFree=131071996/131071996
[pid=37503] ppid=37500 vsize=1325960 memory=1308400 CPUtime=1.49 cores=4,6
/proc/37503/stat : 37503 (fscip) R 37500 37503 37320 0 -1 4194304 320996 0 0 0 105 44 0 0 20 0 1 0 5685821 1357783040 327100 134679101440 4194304 16623229 140723394485040 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 30003200 140723394487318 140723394487434 140723394487434 140723394494448 0
/proc/37503/statm: 331490 327100 2555 3035 0 327886 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 1325960 KiB
Current children cumulated memory: 1308400 KiB

[startup+3.10534 s]
/proc/loadavg: 2.78 1.59 1.89 5/263 37504
/proc/meminfo: memFree=121518196/131524600 swapFree=131071996/131071996
[pid=37503] ppid=37500 vsize=2188228 memory=2124916 CPUtime=3.08 cores=4,6
/proc/37503/stat : 37503 (fscip) R 37500 37503 37320 0 -1 4194304 478592 0 0 0 237 71 0 0 20 0 1 0 5685821 2240745472 531229 134679101440 4194304 16623229 140723394485040 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 30003200 140723394487318 140723394487434 140723394487434 140723394494448 0
/proc/37503/statm: 547057 531229 2630 3035 0 543453 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 2188228 KiB
Current children cumulated memory: 2124916 KiB

[startup+6.3002 s]
/proc/loadavg: 2.88 1.63 1.90 5/263 37506
/proc/meminfo: memFree=121418324/131524600 swapFree=131071996/131071996
[pid=37503] ppid=37500 vsize=2298908 memory=2241592 CPUtime=6.27 cores=4,6
/proc/37503/stat : 37503 (fscip) R 37500 37503 37320 0 -1 4194304 517104 0 0 0 539 88 0 0 20 0 1 0 5685821 2354081792 560398 134679101440 4194304 16623229 140723394485040 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 30003200 140723394487318 140723394487434 140723394487434 140723394494448 0
/proc/37503/statm: 574727 560398 2758 3035 0 571123 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2298908 KiB
Current children cumulated memory: 2241592 KiB

[startup+12.7002 s]
/proc/loadavg: 2.97 1.67 1.91 5/263 37506
/proc/meminfo: memFree=121279832/131524600 swapFree=131071996/131071996
[pid=37503] ppid=37500 vsize=2347468 memory=2274760 CPUtime=12.66 cores=4,6
/proc/37503/stat : 37503 (fscip) R 37500 37503 37320 0 -1 4194304 520859 0 0 0 1176 90 0 0 20 0 1 0 5685821 2403807232 568690 134679101440 4194304 16623229 140723394485040 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 30003200 140723394487318 140723394487434 140723394487434 140723394494448 0
/proc/37503/statm: 586867 568690 2774 3035 0 583263 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 2347468 KiB
Current children cumulated memory: 2274760 KiB

[startup+25.5002 s]
/proc/loadavg: 3.27 1.80 1.95 5/263 37509
/proc/meminfo: memFree=119583012/131524600 swapFree=131071996/131071996
[pid=37503] ppid=37500 vsize=4552808 memory=4014860 CPUtime=25.42 cores=4,6
/proc/37503/stat : 37503 (fscip) R 37500 37503 37320 0 -1 4194304 884079 0 0 0 2390 152 0 0 20 0 1 0 5685821 4662075392 1003715 134679101440 4194304 16623229 140723394485040 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 30003200 140723394487318 140723394487434 140723394487434 140723394494448 0
/proc/37503/statm: 1138202 1003715 2790 3035 0 1134598 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 4552808 KiB
Current children cumulated memory: 4014860 KiB

[startup+51.1055 s]
/proc/loadavg: 3.58 1.99 2.01 5/263 37512
/proc/meminfo: memFree=118710164/131524600 swapFree=131071996/131071996
[pid=37503] ppid=37500 vsize=5326632 memory=4838188 CPUtime=50.96 cores=4,6
/proc/37503/stat : 37503 (fscip) R 37500 37503 37320 0 -1 4194304 1077661 0 0 0 4910 186 0 0 20 0 1 0 5685821 5454471168 1209547 134679101440 4194304 16623229 140723394485040 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 30003200 140723394487318 140723394487434 140723394487434 140723394494448 0
/proc/37503/statm: 1331658 1209547 2790 3035 0 1328054 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 5326632 KiB
Current children cumulated memory: 4838188 KiB

[startup+102.3 s]
/proc/loadavg: 3.87 2.32 2.12 5/263 37904
/proc/meminfo: memFree=118657228/131524600 swapFree=131071996/131071996
[pid=37503] ppid=37500 vsize=5326636 memory=4883900 CPUtime=102.03 cores=4,6
/proc/37503/stat : 37503 (fscip) R 37500 37503 37320 0 -1 4194304 1077954 0 0 0 10013 190 0 0 20 0 1 0 5685821 5454475264 1220975 134679101440 4194304 16623229 140723394485040 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 30003200 140723394487318 140723394487434 140723394487434 140723394494448 0
/proc/37503/statm: 1331659 1220975 2790 3035 0 1328055 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 5326636 KiB
Current children cumulated memory: 4883900 KiB

[startup+162.3 s]
/proc/loadavg: 3.99 2.64 2.25 5/263 37916
/proc/meminfo: memFree=118642512/131524600 swapFree=131071996/131071996
[pid=37503] ppid=37500 vsize=5326636 memory=4884120 CPUtime=161.88 cores=4,6
/proc/37503/stat : 37503 (fscip) R 37500 37503 37320 0 -1 4194304 1078006 0 0 0 15995 193 0 0 20 0 1 0 5685821 5454475264 1221030 134679101440 4194304 16623229 140723394485040 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 30003200 140723394487318 140723394487434 140723394487434 140723394494448 0
/proc/37503/statm: 1331659 1221030 2790 3035 0 1328055 0
Current children cumulated CPU time: 161.88 s
Current children cumulated vsize: 5326636 KiB
Current children cumulated memory: 4884120 KiB

[startup+222.3 s]
/proc/loadavg: 4.04 2.91 2.37 5/263 37928
/proc/meminfo: memFree=118618156/131524600 swapFree=131071996/131071996
[pid=37503] ppid=37500 vsize=5326636 memory=4884120 CPUtime=221.74 cores=4,6
/proc/37503/stat : 37503 (fscip) R 37500 37503 37320 0 -1 4194304 1078071 0 0 0 21978 196 0 0 20 0 1 0 5685821 5454475264 1221030 134679101440 4194304 16623229 140723394485040 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 30003200 140723394487318 140723394487434 140723394487434 140723394494448 0
/proc/37503/statm: 1331659 1221030 2790 3035 0 1328055 0
Current children cumulated CPU time: 221.74 s
Current children cumulated vsize: 5326636 KiB
Current children cumulated memory: 4884120 KiB

[startup+282.3 s]
/proc/loadavg: 4.13 3.14 2.48 5/264 38108
/proc/meminfo: memFree=118589368/131524600 swapFree=131071996/131071996
[pid=37503] ppid=37500 vsize=5326640 memory=4884120 CPUtime=281.59 cores=4,6
/proc/37503/stat : 37503 (fscip) R 37500 37503 37320 0 -1 4194304 1078131 0 0 0 27960 199 0 0 20 0 1 0 5685821 5454479360 1221030 134679101440 4194304 16623229 140723394485040 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 30003200 140723394487318 140723394487434 140723394487434 140723394494448 0
/proc/37503/statm: 1331660 1221030 2790 3035 0 1328056 0
Current children cumulated CPU time: 281.59 s
Current children cumulated vsize: 5326640 KiB
Current children cumulated memory: 4884120 KiB

[startup+342.3 s]
/proc/loadavg: 3.51 3.14 2.53 4/255 38150
/proc/meminfo: memFree=118915080/131524600 swapFree=131071996/131071996
[pid=37503] ppid=37500 vsize=5326640 memory=4884124 CPUtime=341.49 cores=4,6
/proc/37503/stat : 37503 (fscip) R 37500 37503 37320 0 -1 4194304 1078194 0 0 0 33947 202 0 0 20 0 1 0 5685821 5454479360 1221031 134679101440 4194304 16623229 140723394485040 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 30003200 140723394487318 140723394487434 140723394487434 140723394494448 0
/proc/37503/statm: 1331660 1221031 2790 3035 0 1328056 0
Current children cumulated CPU time: 341.49 s
Current children cumulated vsize: 5326640 KiB
Current children cumulated memory: 4884124 KiB

[startup+402.3 s]
/proc/loadavg: 3.18 3.11 2.56 4/254 38163
/proc/meminfo: memFree=118804016/131524600 swapFree=131071996/131071996
[pid=37503] ppid=37500 vsize=5326640 memory=4884124 CPUtime=401.39 cores=4,6
/proc/37503/stat : 37503 (fscip) R 37500 37503 37320 0 -1 4194304 1078259 0 0 0 39933 206 0 0 20 0 1 0 5685821 5454479360 1221031 134679101440 4194304 16623229 140723394485040 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 30003200 140723394487318 140723394487434 140723394487434 140723394494448 0
/proc/37503/statm: 1331660 1221031 2790 3035 0 1328056 0
Current children cumulated CPU time: 401.39 s
Current children cumulated vsize: 5326640 KiB
Current children cumulated memory: 4884124 KiB

[startup+462.3 s]
/proc/loadavg: 3.25 3.14 2.61 4/254 38184
/proc/meminfo: memFree=118803008/131524600 swapFree=131071996/131071996
[pid=37503] ppid=37500 vsize=5326640 memory=4884124 CPUtime=461.29 cores=4,6
/proc/37503/stat : 37503 (fscip) R 37500 37503 37320 0 -1 4194304 1078320 0 0 0 45920 209 0 0 20 0 1 0 5685821 5454479360 1221031 134679101440 4194304 16623229 140723394485040 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 30003200 140723394487318 140723394487434 140723394487434 140723394494448 0
/proc/37503/statm: 1331660 1221031 2790 3035 0 1328056 0

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

Current children cumulated memory: 4914960 KiB

[startup+2862.3 s]
/proc/loadavg: 3.15 3.12 3.09 4/253 39234
/proc/meminfo: memFree=118532876/131524600 swapFree=131071996/131071996
[pid=37503] ppid=37500 vsize=5326656 memory=4914960 CPUtime=2856.08 cores=4,6
/proc/37503/stat : 37503 (fscip) R 37500 37503 37320 0 -1 4194304 1081049 0 0 0 285290 318 0 0 20 0 1 0 5685821 5454495744 1228740 134679101440 4194304 16623229 140723394485040 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 30003200 140723394487318 140723394487434 140723394487434 140723394494448 0
/proc/37503/statm: 1331664 1228740 2790 3035 0 1328060 0
Current children cumulated CPU time: 2856.08 s
Current children cumulated vsize: 5326656 KiB
Current children cumulated memory: 4914960 KiB

[startup+2922.3 s]
/proc/loadavg: 3.12 3.12 3.09 4/253 39244
/proc/meminfo: memFree=118532316/131524600 swapFree=131071996/131071996
[pid=37503] ppid=37500 vsize=5326660 memory=4914964 CPUtime=2915.97 cores=4,6
/proc/37503/stat : 37503 (fscip) R 37500 37503 37320 0 -1 4194304 1081187 0 0 0 291277 320 0 0 20 0 1 0 5685821 5454499840 1228741 134679101440 4194304 16623229 140723394485040 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 30003200 140723394487318 140723394487434 140723394487434 140723394494448 0
/proc/37503/statm: 1331665 1228741 2790 3035 0 1328061 0
Current children cumulated CPU time: 2915.97 s
Current children cumulated vsize: 5326660 KiB
Current children cumulated memory: 4914964 KiB

[startup+2982.3 s]
/proc/loadavg: 3.15 3.12 3.09 4/253 39254
/proc/meminfo: memFree=118531420/131524600 swapFree=131071996/131071996
[pid=37503] ppid=37500 vsize=5326660 memory=4914964 CPUtime=2975.87 cores=4,6
/proc/37503/stat : 37503 (fscip) R 37500 37503 37320 0 -1 4194304 1081319 0 0 0 297265 322 0 0 20 0 1 0 5685821 5454499840 1228741 134679101440 4194304 16623229 140723394485040 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 30003200 140723394487318 140723394487434 140723394487434 140723394494448 0
/proc/37503/statm: 1331665 1228741 2790 3035 0 1328061 0
Current children cumulated CPU time: 2975.87 s
Current children cumulated vsize: 5326660 KiB
Current children cumulated memory: 4914964 KiB

[startup+3042.3 s]
/proc/loadavg: 3.15 3.13 3.09 4/253 39265
/proc/meminfo: memFree=118530592/131524600 swapFree=131071996/131071996
[pid=37503] ppid=37500 vsize=5326660 memory=4914964 CPUtime=3035.76 cores=4,6
/proc/37503/stat : 37503 (fscip) R 37500 37503 37320 0 -1 4194304 1081443 0 0 0 303252 324 0 0 20 0 1 0 5685821 5454499840 1228741 134679101440 4194304 16623229 140723394485040 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 30003200 140723394487318 140723394487434 140723394487434 140723394494448 0
/proc/37503/statm: 1331665 1228741 2790 3035 0 1328061 0
Current children cumulated CPU time: 3035.76 s
Current children cumulated vsize: 5326660 KiB
Current children cumulated memory: 4914964 KiB

[startup+3102.3 s]
/proc/loadavg: 3.11 3.12 3.09 4/252 39278
/proc/meminfo: memFree=118529724/131524600 swapFree=131071996/131071996
[pid=37503] ppid=37500 vsize=5326660 memory=4914964 CPUtime=3095.66 cores=4,6
/proc/37503/stat : 37503 (fscip) R 37500 37503 37320 0 -1 4194304 1081555 0 0 0 309240 326 0 0 20 0 1 0 5685821 5454499840 1228741 134679101440 4194304 16623229 140723394485040 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 30003200 140723394487318 140723394487434 140723394487434 140723394494448 0
/proc/37503/statm: 1331665 1228741 2790 3035 0 1328061 0
Current children cumulated CPU time: 3095.66 s
Current children cumulated vsize: 5326660 KiB
Current children cumulated memory: 4914964 KiB

[startup+3162.3 s]
/proc/loadavg: 3.08 3.11 3.09 4/252 39288
/proc/meminfo: memFree=118528944/131524600 swapFree=131071996/131071996
[pid=37503] ppid=37500 vsize=5326660 memory=4914964 CPUtime=3155.55 cores=4,6
/proc/37503/stat : 37503 (fscip) R 37500 37503 37320 0 -1 4194304 1081689 0 0 0 315228 327 0 0 20 0 1 0 5685821 5454499840 1228741 134679101440 4194304 16623229 140723394485040 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 30003200 140723394487318 140723394487434 140723394487434 140723394494448 0
/proc/37503/statm: 1331665 1228741 2790 3035 0 1328061 0
Current children cumulated CPU time: 3155.55 s
Current children cumulated vsize: 5326660 KiB
Current children cumulated memory: 4914964 KiB

[startup+3222.3 s]
/proc/loadavg: 3.06 3.10 3.09 4/252 39300
/proc/meminfo: memFree=118528116/131524600 swapFree=131071996/131071996
[pid=37503] ppid=37500 vsize=5326660 memory=4914964 CPUtime=3215.45 cores=4,6
/proc/37503/stat : 37503 (fscip) R 37500 37503 37320 0 -1 4194304 1081821 0 0 0 321216 329 0 0 20 0 1 0 5685821 5454499840 1228741 134679101440 4194304 16623229 140723394485040 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 30003200 140723394487318 140723394487434 140723394487434 140723394494448 0
/proc/37503/statm: 1331665 1228741 2790 3035 0 1328061 0
Current children cumulated CPU time: 3215.45 s
Current children cumulated vsize: 5326660 KiB
Current children cumulated memory: 4914964 KiB

[startup+3282.3 s]
/proc/loadavg: 3.07 3.09 3.09 4/252 39310
/proc/meminfo: memFree=118527496/131524600 swapFree=131071996/131071996
[pid=37503] ppid=37500 vsize=5326660 memory=4914964 CPUtime=3275.34 cores=4,6
/proc/37503/stat : 37503 (fscip) R 37500 37503 37320 0 -1 4194304 1082947 0 0 0 327203 331 0 0 20 0 1 0 5685821 5454499840 1228741 134679101440 4194304 16623229 140723394485040 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 30003200 140723394487318 140723394487434 140723394487434 140723394494448 0
/proc/37503/statm: 1331665 1228741 2790 3035 0 1328061 0
Current children cumulated CPU time: 3275.34 s
Current children cumulated vsize: 5326660 KiB
Current children cumulated memory: 4914964 KiB

[startup+3342.3 s]
/proc/loadavg: 3.13 3.10 3.09 4/253 39321
/proc/meminfo: memFree=118526648/131524600 swapFree=131071996/131071996
[pid=37503] ppid=37500 vsize=5326660 memory=4914964 CPUtime=3335.23 cores=4,6
/proc/37503/stat : 37503 (fscip) R 37500 37503 37320 0 -1 4194304 1084107 0 0 0 333191 332 0 0 20 0 1 0 5685821 5454499840 1228741 134679101440 4194304 16623229 140723394485040 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 30003200 140723394487318 140723394487434 140723394487434 140723394494448 0
/proc/37503/statm: 1331665 1228741 2790 3035 0 1328061 0
Current children cumulated CPU time: 3335.23 s
Current children cumulated vsize: 5326660 KiB
Current children cumulated memory: 4914964 KiB

[startup+3402.3 s]
/proc/loadavg: 3.10 3.10 3.09 4/254 39334
/proc/meminfo: memFree=118525540/131524600 swapFree=131071996/131071996
[pid=37503] ppid=37500 vsize=5326660 memory=4914964 CPUtime=3395.12 cores=4,6
/proc/37503/stat : 37503 (fscip) R 37500 37503 37320 0 -1 4194304 1084231 0 0 0 339178 334 0 0 20 0 1 0 5685821 5454499840 1228741 134679101440 4194304 16623229 140723394485040 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 30003200 140723394487318 140723394487434 140723394487434 140723394494448 0
/proc/37503/statm: 1331665 1228741 2790 3035 0 1328061 0
Current children cumulated CPU time: 3395.12 s
Current children cumulated vsize: 5326660 KiB
Current children cumulated memory: 4914964 KiB

[startup+3462.3 s]
/proc/loadavg: 3.20 3.11 3.10 4/254 39345
/proc/meminfo: memFree=118524932/131524600 swapFree=131071996/131071996
[pid=37503] ppid=37500 vsize=5326660 memory=4914964 CPUtime=3455.02 cores=4,6
/proc/37503/stat : 37503 (fscip) R 37500 37503 37320 0 -1 4194304 1084340 0 0 0 345166 336 0 0 20 0 1 0 5685821 5454499840 1228741 134679101440 4194304 16623229 140723394485040 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 30003200 140723394487318 140723394487434 140723394487434 140723394494448 0
/proc/37503/statm: 1331665 1228741 2790 3035 0 1328061 0
Current children cumulated CPU time: 3455.02 s
Current children cumulated vsize: 5326660 KiB
Current children cumulated memory: 4914964 KiB

[startup+3522.3 s]
/proc/loadavg: 3.32 3.18 3.12 4/254 39356
/proc/meminfo: memFree=118522512/131524600 swapFree=131071996/131071996
[pid=37503] ppid=37500 vsize=5326660 memory=4914964 CPUtime=3514.9 cores=4,6
/proc/37503/stat : 37503 (fscip) R 37500 37503 37320 0 -1 4194304 1084475 0 0 0 351153 337 0 0 20 0 1 0 5685821 5454499840 1228741 134679101440 4194304 16623229 140723394485040 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 30003200 140723394487318 140723394487434 140723394487434 140723394494448 0
/proc/37503/statm: 1331665 1228741 2790 3035 0 1328061 0
Current children cumulated CPU time: 3514.9 s
Current children cumulated vsize: 5326660 KiB
Current children cumulated memory: 4914964 KiB

[startup+3582.3 s]
/proc/loadavg: 2.77 3.06 3.08 3/245 39397
/proc/meminfo: memFree=119991604/131524600 swapFree=131071996/131071996
[pid=37503] ppid=37500 vsize=5326660 memory=4914964 CPUtime=3574.81 cores=4,6
/proc/37503/stat : 37503 (fscip) R 37500 37503 37320 0 -1 4194304 1084610 0 0 0 357143 338 0 0 20 0 1 0 5685821 5454499840 1228741 134679101440 4194304 16623229 140723394485040 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 30003200 140723394487318 140723394487434 140723394487434 140723394494448 0
/proc/37503/statm: 1331665 1228741 2790 3035 0 1328061 0
Current children cumulated CPU time: 3574.81 s
Current children cumulated vsize: 5326660 KiB
Current children cumulated memory: 4914964 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3607.6 s]
/proc/loadavg: 2.42 2.96 3.05 2/235 39432
/proc/meminfo: memFree=120852724/131524600 swapFree=131071996/131071996
[pid=37503] ppid=37500 vsize=5326660 memory=4914964 CPUtime=3600.07 cores=4,6
/proc/37503/stat : 37503 (fscip) R 37500 37503 37320 0 -1 4194304 1084645 0 0 0 359668 339 0 0 20 0 1 0 5685821 5454499840 1228741 134679101440 4194304 16623229 140723394485040 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 30003200 140723394487318 140723394487434 140723394487434 140723394494448 0
/proc/37503/statm: 1331665 1228741 2790 3035 0 1328061 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 5326660 KiB
Current children cumulated memory: 4914964 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.69 s, system=3.45053 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): 3607.66
CPU time (s): 3600.14
CPU user time (s): 3596.69
CPU system time (s): 3.45053
CPU usage (%): 99.7915
Max. virtual memory (cumulated for all children) (KiB): 5326660
Max. memory (cumulated for all children) (KiB): 4914964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.69
system time used= 3.45053
maximum resident set size= 4914964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1084645
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= 10
involuntary context switches= 1038


# summary of solver processes directly reported to runsolver:
#   pid: 37503
#   total CPU time (s): 3600.14
#   total CPU user time (s): 3596.69
#   total CPU system time (s): 3.45053

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.36724 second user time and 15.8868 second system time

The end

Launcher Data

Begin job on nodeC031 at 2024-07-31 03:54:01
IDJOB=4464758
IDBENCH=178501
IDSOLVER=3092
FILE ID=nodeC031/4464758-1722390841
RUNJOBID= nodeC031-1722390793-37331
SLURM_JOB_ID= 8249881
Free space on /tmp= 889976 MiB

SOLVER NAME= FiberSCIP 2024-07-30
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/comppebphp_pyrheight_equals_nholes/normalized-comppebphp_opt_pyrheightequalsnholes_34.opb
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4464758-1722390841/watcher-4464758-1722390841 -o /tmp/evaluation-result-4464758-1722390841/solver-4464758-1722390841 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1722390793-37331 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4464758-1722390841.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= fe39f0a7e8bd71485db4c3a1af739794
RANDOM SEED=1698920816

nodeC031.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3673.881
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.95
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		: 3600.377
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7007.12
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.250
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.95
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		: 3684.582
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7007.12
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		: 3676.392
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.95
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		: 3679.808
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7007.12
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		: 3656.976
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.95
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		: 3684.719
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7007.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        123723080 kB
MemAvailable:   127830368 kB
Buffers:          109404 kB
Cached:          4827156 kB
SwapCached:            0 kB
Active:           285528 kB
Inactive:        7026136 kB
Active(anon):       1560 kB
Inactive(anon):  2394904 kB
Active(file):     283968 kB
Inactive(file):  4631232 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             75760 kB
Writeback:             0 kB
AnonPages:       2375024 kB
Mapped:           123372 kB
Shmem:             21336 kB
KReclaimable:      63472 kB
Slab:             145228 kB
SReclaimable:      63472 kB
SUnreclaim:        81756 kB
KernelStack:        4192 kB
PageTables:        13488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    2089688 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:             9600 kB
HardwareCorrupted:     0 kB
AnonHugePages:    630784 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      236244 kB
DirectMap2M:     8974336 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 890040 MiB
End job on nodeC031 at 2024-07-31 04:54:09