Trace number 4464453

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
FiberSCIP 2024-07-30? (TO) 3600.24 3610.18

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-121.opb
MD5SUM385cc980e0c43194d9e7f2f21b5d5aa0
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables55296
Total number of constraints1282690
Number of constraints which are clauses1152492
Number of constraints which are cardinality constraints (but not clauses)4030
Number of constraints which are nor clauses,nor cardinality constraints126168
Minimum length of a constraint2
Maximum length of a constraint756
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 757
Number of bits of the biggest sum of numbers10
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)
4.09/4.14	c Default LC presolving (default).
4.09/4.16	c ** Before presolving: virtualMemUsedAtLc = 3096220270, getVmSize() = 1846075392, SCIPgetMemUsed() = 1642219274, SCIPgetMemTotal() = 1727640770, SCIPgetMemExternEstim() = 1368579500
4.09/4.16	c ** set memory limit for presolving in LC to 8.79516e+12 for SCIP **
141.41/141.88	c ** Estimated virtualMemUsedAtSolver = 3654245777, getVmSize() = 4453244928, SCIPgetMemUsed() = 2825963830, SCIPgetMemTotal() = 4112789166, SCIPgetMemExternEstim() = 1368579500
141.41/141.88	c ** set memory limit for solvers to 4.39794e+12 for each SCIP **
141.41/141.88	c Original Problem   :
141.41/141.88	c   Problem name     : instance-4464453-1722382204
141.41/141.88	c   Variables        : 55296 (55296 binary, 0 integer, 0 implicit integer, 0 continuous)
141.41/141.88	c   Constraints      : 1282690
141.41/141.88	c   Objective sense  : minimize
141.41/141.88	c Presolved Problem  :
141.41/141.88	c   Variables        : 55295 (55295 binary, 0 integer, 0 implicit integer, 0 continuous)
141.41/141.88	c   Constraints      : 1266664
141.41/141.88	c Constraints        : Number
141.41/141.88	c   knapsack         : 128170 
141.41/141.88	c   setppc           : 271354 
141.41/141.88	c   linear           : 2 
141.41/141.88	c   logicor          : 867138 
141.41/141.88	c ** Instance transfer method used: 0
143.50/143.94	c ** ParaScipInstance copy does not increase the number of variables. **
145.09/145.56	c LC is working with racing ramp-up and with rebuilding tree after racing.
145.09/145.56	c                                Nodes    Active                                            
145.09/145.56	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
solver pid=31176, runsolver pid=31173
Current StackSize limit: 8192 KiB


[startup+0.100099 s]*
/proc/loadavg: 4.22 4.16 4.07 6/261 31177
/proc/meminfo: memFree=128260928/131524600 swapFree=131071996/131071996
[pid=31176] ppid=31173 vsize=59896 memory=47536 CPUtime=0.1 cores=1,3
/proc/31176/stat : 31176 (fscip) R 31173 31176 28879 0 -1 4194304 9814 0 0 0 9 1 0 0 20 0 1 0 4820974 61333504 11884 134679101440 4194304 16623229 140736876353664 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 50761728 140736876360726 140736876360842 140736876360842 140736876367856 0
/proc/31176/statm: 14974 11884 2347 3035 0 11370 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 59896 KiB
Current children cumulated memory: 47536 KiB

[startup+0.205577 s]*
/proc/loadavg: 4.22 4.16 4.07 5/261 31177
/proc/meminfo: memFree=128216872/131524600 swapFree=131071996/131071996
[pid=31176] ppid=31173 vsize=93244 memory=80760 CPUtime=0.2 cores=1,3
/proc/31176/stat : 31176 (fscip) R 31173 31176 28879 0 -1 4194304 18110 0 0 0 18 2 0 0 20 0 1 0 4820974 95481856 20190 134679101440 4194304 16623229 140736876353664 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 50761728 140736876360726 140736876360842 140736876360842 140736876367856 0
/proc/31176/statm: 23311 20190 2347 3035 0 19707 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 93244 KiB
Current children cumulated memory: 80760 KiB

[startup+0.305475 s]*
/proc/loadavg: 4.22 4.16 4.07 5/261 31177
/proc/meminfo: memFree=128177480/131524600 swapFree=131071996/131071996
[pid=31176] ppid=31173 vsize=123048 memory=109692 CPUtime=0.29 cores=1,3
/proc/31176/stat : 31176 (fscip) R 31173 31176 28879 0 -1 4194304 25335 0 0 0 27 2 0 0 20 0 1 0 4820974 126001152 27423 134679101440 4194304 16623229 140736876353664 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 50761728 140736876360726 140736876360842 140736876360842 140736876367856 0
/proc/31176/statm: 30762 27423 2347 3035 0 27158 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 123048 KiB
Current children cumulated memory: 109692 KiB

[startup+0.700236 s]
/proc/loadavg: 4.22 4.16 4.07 5/261 31177
/proc/meminfo: memFree=128097472/131524600 swapFree=131071996/131071996
[pid=31176] ppid=31173 vsize=239976 memory=227672 CPUtime=0.69 cores=1,3
/proc/31176/stat : 31176 (fscip) R 31173 31176 28879 0 -1 4194304 54316 0 0 0 63 6 0 0 20 0 1 0 4820974 245735424 56918 134679101440 4194304 16623229 140736876353664 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 50761728 140736876360726 140736876360842 140736876360842 140736876367856 0
/proc/31176/statm: 59994 56918 2347 3035 0 56390 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 239976 KiB
Current children cumulated memory: 227672 KiB

[startup+1.50022 s]
/proc/loadavg: 4.22 4.16 4.07 5/261 31177
/proc/meminfo: memFree=127905220/131524600 swapFree=131071996/131071996
[pid=31176] ppid=31173 vsize=474728 memory=462112 CPUtime=1.49 cores=1,3
/proc/31176/stat : 31176 (fscip) R 31173 31176 28879 0 -1 4194304 110889 0 0 0 136 13 0 0 20 0 1 0 4820974 486121472 115528 134679101440 4194304 16623229 140736876353664 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 50761728 140736876360726 140736876360842 140736876360842 140736876367856 0
/proc/31176/statm: 118682 115528 2347 3035 0 115078 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 474728 KiB
Current children cumulated memory: 462112 KiB

[startup+3.10544 s]
/proc/loadavg: 4.22 4.16 4.07 5/261 31177
/proc/meminfo: memFree=126943616/131524600 swapFree=131071996/131071996
[pid=31176] ppid=31173 vsize=1176532 memory=1161768 CPUtime=3.09 cores=1,3
/proc/31176/stat : 31176 (fscip) R 31173 31176 28879 0 -1 4194304 268752 0 0 0 272 37 0 0 20 0 1 0 4820974 1204768768 290442 134679101440 4194304 16623229 140736876353664 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 50761728 140736876360726 140736876360842 140736876360842 140736876367856 0
/proc/31176/statm: 294133 290442 2539 3035 0 290529 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 1176532 KiB
Current children cumulated memory: 1161768 KiB

[startup+6.30022 s]
/proc/loadavg: 4.20 4.16 4.07 5/261 31177
/proc/meminfo: memFree=125875892/131524600 swapFree=131071996/131071996
[pid=31176] ppid=31173 vsize=2298104 memory=2140416 CPUtime=6.28 cores=1,3
/proc/31176/stat : 31176 (fscip) R 31173 31176 28879 0 -1 4194304 415612 0 0 0 563 65 0 0 20 0 1 0 4820974 2353258496 535104 134679101440 4194304 16623229 140736876353664 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 50761728 140736876360726 140736876360842 140736876360842 140736876367856 0
/proc/31176/statm: 574526 535104 2630 3035 0 570922 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 2298104 KiB
Current children cumulated memory: 2140416 KiB

[startup+12.7002 s]
/proc/loadavg: 4.18 4.16 4.07 5/263 31237
/proc/meminfo: memFree=125031280/131524600 swapFree=131071996/131071996
[pid=31176] ppid=31173 vsize=2607996 memory=2556828 CPUtime=12.66 cores=1,3
/proc/31176/stat : 31176 (fscip) R 31173 31176 28879 0 -1 4194304 551050 0 0 0 1154 112 0 0 20 0 1 0 4820974 2670587904 639207 134679101440 4194304 16623229 140736876353664 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 50761728 140736876360726 140736876360842 140736876360842 140736876367856 0
/proc/31176/statm: 651999 639207 2710 3035 0 648395 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 2607996 KiB
Current children cumulated memory: 2556828 KiB

[startup+25.5002 s]
/proc/loadavg: 4.22 4.16 4.07 5/263 31238
/proc/meminfo: memFree=120206900/131524600 swapFree=131071996/131071996
[pid=31176] ppid=31173 vsize=2726784 memory=2679780 CPUtime=25.43 cores=1,3
/proc/31176/stat : 31176 (fscip) R 31173 31176 28879 0 -1 4194304 577336 0 0 0 2427 116 0 0 20 0 1 0 4820974 2792226816 669945 134679101440 4194304 16623229 140736876353664 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 50761728 140736876360726 140736876360842 140736876360842 140736876367856 0
/proc/31176/statm: 681696 669945 2758 3035 0 678092 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 2726784 KiB
Current children cumulated memory: 2679780 KiB

[startup+51.1056 s]
/proc/loadavg: 4.20 4.17 4.08 5/263 31292
/proc/meminfo: memFree=116888696/131524600 swapFree=131071996/131071996
[pid=31176] ppid=31173 vsize=2726784 memory=2679880 CPUtime=50.97 cores=1,3
/proc/31176/stat : 31176 (fscip) R 31173 31176 28879 0 -1 4194304 577443 0 0 0 4980 117 0 0 20 0 1 0 4820974 2792226816 669970 134679101440 4194304 16623229 140736876353664 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 50761728 140736876360726 140736876360842 140736876360842 140736876367856 0
/proc/31176/statm: 681696 669970 2758 3035 0 678092 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 2726784 KiB
Current children cumulated memory: 2679880 KiB

[startup+102.3 s]
/proc/loadavg: 4.17 4.15 4.08 5/263 31302
/proc/meminfo: memFree=113988072/131524600 swapFree=131071996/131071996
[pid=31176] ppid=31173 vsize=2726784 memory=2679988 CPUtime=102.01 cores=1,3
/proc/31176/stat : 31176 (fscip) R 31173 31176 28879 0 -1 4194304 577564 0 0 0 10084 117 0 0 20 0 1 0 4820974 2792226816 669997 134679101440 4194304 16623229 140736876353664 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 50761728 140736876360726 140736876360842 140736876360842 140736876367856 0
/proc/31176/statm: 681696 669997 2758 3035 0 678092 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 2726784 KiB
Current children cumulated memory: 2679988 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.14 4.08 5/265 31314
/proc/meminfo: memFree=98807384/131524600 swapFree=131071996/131071996
[pid=31176] ppid=31173 vsize=7196216 memory=6775132 CPUtime=161.85 cores=1,3
/proc/31176/stat : 31176 (fscip) S 31173 31176 28879 0 -1 1077936128 1515001 0 0 0 15886 299 0 0 20 0 3 0 4820974 7368925184 1693783 134679101440 4194304 16623229 140736876353664 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 50761728 140736876360726 140736876360842 140736876360842 140736876367856 0
/proc/31176/statm: 1799054 1693783 2790 3035 0 1766734 0
[pid=31176/tid=31309] ppid=31173 vsize=7196216 memory=4836068 CPUtime=18.29 cores=1,3
/proc/31176/task/31309/stat : 31309 (fscip) R 31173 31176 28879 0 -1 4194368 761818 0 0 0 1704 125 0 0 20 0 3 0 4835163 7368925184 1693783 134679101440 4194304 16623229 140736876353664 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 50761728 140736876360726 140736876360842 140736876360842 140736876367856 0
[pid=31176/tid=31310] ppid=31173 vsize=7196216 memory=6311280 CPUtime=0 cores=1,3
/proc/31176/task/31310/stat : 31310 (fscip) S 31173 31176 28879 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 3 0 4835531 7368925184 1693783 134679101440 4194304 16623229 140736876353664 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 50761728 140736876360726 140736876360842 140736876360842 140736876367856 0
Current children cumulated CPU time: 161.85 s
Current children cumulated vsize: 7196216 KiB
Current children cumulated memory: 6775132 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.13 4.08 5/263 31370
/proc/meminfo: memFree=117949876/131524600 swapFree=131071996/131071996
[pid=31176] ppid=31173 vsize=9871108 memory=9292864 CPUtime=221.68 cores=1,3
/proc/31176/stat : 31176 (fscip) S 31173 31176 28879 0 -1 1077936128 1869074 0 0 0 21539 629 0 0 20 0 3 0 4820974 10108014592 2323216 134679101440 4194304 16623229 140736876353664 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 50761728 140736876360726 140736876360842 140736876360842 140736876367856 0
/proc/31176/statm: 2467777 2323216 2950 3035 0 2442009 0
[pid=31176/tid=31309] ppid=31173 vsize=9871108 memory=9292864 CPUtime=78.13 cores=1,3
/proc/31176/task/31309/stat : 31309 (fscip) R 31173 31176 28879 0 -1 4194368 1115879 0 0 0 7358 455 0 0 20 0 3 0 4835163 10108014592 2323216 134679101440 4194304 16623229 140736876353664 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 50761728 140736876360726 140736876360842 140736876360842 140736876367856 0
[pid=31176/tid=31310] ppid=31173 vsize=9871108 memory=11628 CPUtime=0 cores=1,3
/proc/31176/task/31310/stat : 31310 (fscip) S 31173 31176 28879 0 -1 1077936192 13 0 0 0 0 0 0 0 20 0 3 0 4835531 10108014592 2323216 134679101440 4194304 16623229 140736876353664 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 50761728 140736876360726 140736876360842 140736876360842 140736876367856 0
Current children cumulated CPU time: 221.68 s
Current children cumulated vsize: 9871108 KiB
Current children cumulated memory: 9292864 KiB

[startup+282.3 s]
/proc/loadavg: 4.07 4.12 4.08 5/263 31382
/proc/meminfo: memFree=117817568/131524600 swapFree=131071996/131071996
[pid=31176] ppid=31173 vsize=9871108 memory=9293220 CPUtime=281.51 cores=1,3
/proc/31176/stat : 31176 (fscip) S 31173 31176 28879 0 -1 1077936128 1909368 0 0 0 26900 1251 0 0 20 0 3 0 4820974 10108014592 2323305 134679101440 4194304 16623229 140736876353664 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 50761728 140736876360726 140736876360842 140736876360842 140736876367856 0
/proc/31176/statm: 2467777 2323305 2950 3035 0 2442009 0
[pid=31176/tid=31309] ppid=31173 vsize=9871108 memory=9292864 CPUtime=137.95 cores=1,3
/proc/31176/task/31309/stat : 31309 (fscip) R 31173 31176 28879 0 -1 4194368 1156161 0 0 0 12718 1077 0 0 20 0 3 0 4835163 10108014592 2323305 134679101440 4194304 16623229 140736876353664 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 50761728 140736876360726 140736876360842 140736876360842 140736876367856 0
[pid=31176/tid=31310] ppid=31173 vsize=9871108 memory=11628 CPUtime=0 cores=1,3
/proc/31176/task/31310/stat : 31310 (fscip) S 31173 31176 28879 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 3 0 4835531 10108014592 2323305 134679101440 4194304 16623229 140736876353664 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 50761728 140736876360726 140736876360842 140736876360842 140736876367856 0
Current children cumulated CPU time: 281.51 s
Current children cumulated vsize: 9871108 KiB
Current children cumulated memory: 9293220 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 4.11 4.08 5/263 31394
/proc/meminfo: memFree=116197464/131524600 swapFree=131071996/131071996
[pid=31176] ppid=31173 vsize=9871108 memory=9293220 CPUtime=341.34 cores=1,3
/proc/31176/stat : 31176 (fscip) S 31173 31176 28879 0 -1 1077936128 1953878 0 0 0 32253 1881 0 0 20 0 3 0 4820974 10108014592 2323305 134679101440 4194304 16623229 140736876353664 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 50761728 140736876360726 140736876360842 140736876360842 140736876367856 0
/proc/31176/statm: 2467777 2323305 2950 3035 0 2442009 0
[pid=31176/tid=31309] ppid=31173 vsize=9871108 memory=9293148 CPUtime=197.78 cores=1,3
/proc/31176/task/31309/stat : 31309 (fscip) R 31173 31176 28879 0 -1 4194368 1200662 0 0 0 18071 1707 0 0 20 0 3 0 4835163 10108014592 2323305 134679101440 4194304 16623229 140736876353664 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 50761728 140736876360726 140736876360842 140736876360842 140736876367856 0
[pid=31176/tid=31310] ppid=31173 vsize=9871108 memory=9292864 CPUtime=0 cores=1,3
/proc/31176/task/31310/stat : 31310 (fscip) S 31173 31176 28879 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 3 0 4835531 10108014592 2323305 134679101440 4194304 16623229 140736876353664 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 50761728 140736876360726 140736876360842 140736876360842 140736876367856 0
Current children cumulated CPU time: 341.34 s
Current children cumulated vsize: 9871108 KiB
Current children cumulated memory: 9293220 KiB


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

/proc/31176/statm: 2899230 2411668 2966 3035 0 2872989 0
[pid=31176/tid=31309] ppid=31173 vsize=11596920 memory=9646672 CPUtime=2950.01 cores=1,3
/proc/31176/task/31309/stat : 31309 (fscip) R 31173 31176 28879 0 -1 4194368 5279661 0 0 0 288044 6957 0 0 20 0 3 0 4835163 11875246080 2411668 134679101440 4194304 16623229 140736876353664 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 50761728 140736876360726 140736876360842 140736876360842 140736876367856 0
[pid=31176/tid=31310] ppid=31173 vsize=11596920 memory=9646672 CPUtime=0.03 cores=1,3
/proc/31176/task/31310/stat : 31310 (fscip) S 31173 31176 28879 0 -1 1077936192 504 0 0 0 0 3 0 0 20 0 3 0 4835531 11875246080 2411668 134679101440 4194304 16623229 140736876353664 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 50761728 140736876360726 140736876360842 140736876360842 140736876367856 0
Current children cumulated CPU time: 3093.6 s
Current children cumulated vsize: 11596920 KiB
Current children cumulated memory: 9646672 KiB

[startup+3162.3 s]
/proc/loadavg: 4.16 4.13 4.14 5/264 32482
/proc/meminfo: memFree=111080344/131524600 swapFree=131071996/131071996
[pid=31176] ppid=31173 vsize=11596920 memory=9646672 CPUtime=3153.46 cores=1,3
/proc/31176/stat : 31176 (fscip) S 31173 31176 28879 0 -1 1077936128 6054175 0 0 0 308209 7137 0 0 20 0 3 0 4820974 11875246080 2411668 134679101440 4194304 16623229 140736876353664 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 50761728 140736876360726 140736876360842 140736876360842 140736876367856 0
/proc/31176/statm: 2899230 2411668 2966 3035 0 2872989 0
[pid=31176/tid=31309] ppid=31173 vsize=11596920 memory=9646672 CPUtime=3009.86 cores=1,3
/proc/31176/task/31309/stat : 31309 (fscip) R 31173 31176 28879 0 -1 4194368 5300468 0 0 0 294027 6959 0 0 20 0 3 0 4835163 11875246080 2411668 134679101440 4194304 16623229 140736876353664 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 50761728 140736876360726 140736876360842 140736876360842 140736876367856 0
[pid=31176/tid=31310] ppid=31173 vsize=11596920 memory=9646672 CPUtime=0.03 cores=1,3
/proc/31176/task/31310/stat : 31310 (fscip) S 31173 31176 28879 0 -1 1077936192 525 0 0 0 0 3 0 0 20 0 3 0 4835531 11875246080 2411668 134679101440 4194304 16623229 140736876353664 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 50761728 140736876360726 140736876360842 140736876360842 140736876367856 0
Current children cumulated CPU time: 3153.46 s
Current children cumulated vsize: 11596920 KiB
Current children cumulated memory: 9646672 KiB

[startup+3222.3 s]
/proc/loadavg: 4.11 4.12 4.13 5/263 32492
/proc/meminfo: memFree=111079960/131524600 swapFree=131071996/131071996
[pid=31176] ppid=31173 vsize=11596920 memory=9646672 CPUtime=3213.31 cores=1,3
/proc/31176/stat : 31176 (fscip) S 31173 31176 28879 0 -1 1077936128 6078022 0 0 0 314192 7139 0 0 20 0 3 0 4820974 11875246080 2411668 134679101440 4194304 16623229 140736876353664 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 50761728 140736876360726 140736876360842 140736876360842 140736876367856 0
/proc/31176/statm: 2899230 2411668 2966 3035 0 2872989 0
[pid=31176/tid=31309] ppid=31173 vsize=11596920 memory=9646672 CPUtime=3069.7 cores=1,3
/proc/31176/task/31309/stat : 31309 (fscip) R 31173 31176 28879 0 -1 4194368 5324295 0 0 0 300009 6961 0 0 20 0 3 0 4835163 11875246080 2411668 134679101440 4194304 16623229 140736876353664 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 50761728 140736876360726 140736876360842 140736876360842 140736876367856 0
[pid=31176/tid=31310] ppid=31173 vsize=11596920 memory=9646672 CPUtime=0.04 cores=1,3
/proc/31176/task/31310/stat : 31310 (fscip) S 31173 31176 28879 0 -1 1077936192 545 0 0 0 0 4 0 0 20 0 3 0 4835531 11875246080 2411668 134679101440 4194304 16623229 140736876353664 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 50761728 140736876360726 140736876360842 140736876360842 140736876367856 0
Current children cumulated CPU time: 3213.31 s
Current children cumulated vsize: 11596920 KiB
Current children cumulated memory: 9646672 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.11 4.13 5/263 32503
/proc/meminfo: memFree=111079172/131524600 swapFree=131071996/131071996
[pid=31176] ppid=31173 vsize=11596920 memory=9646672 CPUtime=3273.17 cores=1,3
/proc/31176/stat : 31176 (fscip) S 31173 31176 28879 0 -1 1077936128 6103743 0 0 0 320175 7142 0 0 20 0 3 0 4820974 11875246080 2411668 134679101440 4194304 16623229 140736876353664 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 50761728 140736876360726 140736876360842 140736876360842 140736876367856 0
/proc/31176/statm: 2899230 2411668 2966 3035 0 2872989 0
[pid=31176/tid=31309] ppid=31173 vsize=11596920 memory=12856 CPUtime=3129.55 cores=1,3
/proc/31176/task/31309/stat : 31309 (fscip) R 31173 31176 28879 0 -1 4194368 5350001 0 0 0 305992 6963 0 0 20 0 3 0 4835163 11875246080 2411668 134679101440 4194304 16623229 140736876353664 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 50761728 140736876360726 140736876360842 140736876360842 140736876367856 0
[pid=31176/tid=31310] ppid=31173 vsize=11596920 memory=1940 CPUtime=0.04 cores=1,3
/proc/31176/task/31310/stat : 31310 (fscip) S 31173 31176 28879 0 -1 1077936192 560 0 0 0 0 4 0 0 20 0 3 0 4835531 11875246080 2411668 134679101440 4194304 16623229 140736876353664 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 50761728 140736876360726 140736876360842 140736876360842 140736876367856 0
Current children cumulated CPU time: 3273.17 s
Current children cumulated vsize: 11596920 KiB
Current children cumulated memory: 9646672 KiB

[startup+3342.3 s]
/proc/loadavg: 4.06 4.10 4.12 5/264 32896
/proc/meminfo: memFree=111078328/131524600 swapFree=131071996/131071996
[pid=31176] ppid=31173 vsize=11596920 memory=9646672 CPUtime=3333.02 cores=1,3
/proc/31176/stat : 31176 (fscip) S 31173 31176 28879 0 -1 1077936128 6122525 0 0 0 326158 7144 0 0 20 0 3 0 4820974 11875246080 2411668 134679101440 4194304 16623229 140736876353664 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 50761728 140736876360726 140736876360842 140736876360842 140736876367856 0
/proc/31176/statm: 2899230 2411668 2966 3035 0 2872989 0
[pid=31176/tid=31309] ppid=31173 vsize=11596920 memory=12856 CPUtime=3189.41 cores=1,3
/proc/31176/task/31309/stat : 31309 (fscip) R 31173 31176 28879 0 -1 4194368 5368762 0 0 0 311976 6965 0 0 20 0 3 0 4835163 11875246080 2411668 134679101440 4194304 16623229 140736876353664 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 50761728 140736876360726 140736876360842 140736876360842 140736876367856 0
[pid=31176/tid=31310] ppid=31173 vsize=11596920 memory=9646672 CPUtime=0.04 cores=1,3
/proc/31176/task/31310/stat : 31310 (fscip) S 31173 31176 28879 0 -1 1077936192 581 0 0 0 0 4 0 0 20 0 3 0 4835531 11875246080 2411668 134679101440 4194304 16623229 140736876353664 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 50761728 140736876360726 140736876360842 140736876360842 140736876367856 0
Current children cumulated CPU time: 3333.02 s
Current children cumulated vsize: 11596920 KiB
Current children cumulated memory: 9646672 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.09 4.12 5/264 32907
/proc/meminfo: memFree=110553592/131524600 swapFree=131071996/131071996
[pid=31176] ppid=31173 vsize=11596920 memory=9646672 CPUtime=3392.88 cores=1,3
/proc/31176/stat : 31176 (fscip) S 31173 31176 28879 0 -1 1077936128 6151466 0 0 0 332142 7146 0 0 20 0 3 0 4820974 11875246080 2411668 134679101440 4194304 16623229 140736876353664 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 50761728 140736876360726 140736876360842 140736876360842 140736876367856 0
/proc/31176/statm: 2899230 2411668 2966 3035 0 2872989 0
[pid=31176/tid=31309] ppid=31173 vsize=11596920 memory=9646672 CPUtime=3249.26 cores=1,3
/proc/31176/task/31309/stat : 31309 (fscip) R 31173 31176 28879 0 -1 4194368 5397686 0 0 0 317959 6967 0 0 20 0 3 0 4835163 11875246080 2411668 134679101440 4194304 16623229 140736876353664 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 50761728 140736876360726 140736876360842 140736876360842 140736876367856 0
[pid=31176/tid=31310] ppid=31173 vsize=11596920 memory=9646672 CPUtime=0.04 cores=1,3
/proc/31176/task/31310/stat : 31310 (fscip) S 31173 31176 28879 0 -1 1077936192 598 0 0 0 0 4 0 0 20 0 3 0 4835531 11875246080 2411668 134679101440 4194304 16623229 140736876353664 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 50761728 140736876360726 140736876360842 140736876360842 140736876367856 0
Current children cumulated CPU time: 3392.88 s
Current children cumulated vsize: 11596920 KiB
Current children cumulated memory: 9646672 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.10 4.12 5/265 32920
/proc/meminfo: memFree=110548856/131524600 swapFree=131071996/131071996
[pid=31176] ppid=31173 vsize=11596920 memory=9646672 CPUtime=3452.72 cores=1,3
/proc/31176/stat : 31176 (fscip) S 31173 31176 28879 0 -1 1077936128 6172515 0 0 0 338125 7147 0 0 20 0 3 0 4820974 11875246080 2411668 134679101440 4194304 16623229 140736876353664 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 50761728 140736876360726 140736876360842 140736876360842 140736876367856 0
/proc/31176/statm: 2899230 2411668 2966 3035 0 2872989 0
[pid=31176/tid=31309] ppid=31173 vsize=11596920 memory=9646672 CPUtime=3309.12 cores=1,3
/proc/31176/task/31309/stat : 31309 (fscip) R 31173 31176 28879 0 -1 4194368 5418717 0 0 0 323943 6969 0 0 20 0 3 0 4835163 11875246080 2411668 134679101440 4194304 16623229 140736876353664 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 50761728 140736876360726 140736876360842 140736876360842 140736876367856 0
[pid=31176/tid=31310] ppid=31173 vsize=11596920 memory=11628 CPUtime=0.04 cores=1,3
/proc/31176/task/31310/stat : 31310 (fscip) S 31173 31176 28879 0 -1 1077936192 616 0 0 0 0 4 0 0 20 0 3 0 4835531 11875246080 2411668 134679101440 4194304 16623229 140736876353664 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 50761728 140736876360726 140736876360842 140736876360842 140736876367856 0
Current children cumulated CPU time: 3452.72 s
Current children cumulated vsize: 11596920 KiB
Current children cumulated memory: 9646672 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.11 4.12 5/267 33100
/proc/meminfo: memFree=110545700/131524600 swapFree=131071996/131071996
[pid=31176] ppid=31173 vsize=11596920 memory=9646680 CPUtime=3512.57 cores=1,3
/proc/31176/stat : 31176 (fscip) S 31173 31176 28879 0 -1 1077936128 6413521 0 0 0 344098 7159 0 0 20 0 3 0 4820974 11875246080 2411670 134679101440 4194304 16623229 140736876353664 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 50761728 140736876360726 140736876360842 140736876360842 140736876367856 0
/proc/31176/statm: 2899230 2411670 2966 3035 0 2872989 0
[pid=31176/tid=31309] ppid=31173 vsize=11596920 memory=9646672 CPUtime=3368.96 cores=1,3
/proc/31176/task/31309/stat : 31309 (fscip) R 31173 31176 28879 0 -1 4194368 5659709 0 0 0 329916 6980 0 0 20 0 3 0 4835163 11875246080 2411670 134679101440 4194304 16623229 140736876353664 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 50761728 140736876360726 140736876360842 140736876360842 140736876367856 0
[pid=31176/tid=31310] ppid=31173 vsize=11596920 memory=9646680 CPUtime=0.04 cores=1,3
/proc/31176/task/31310/stat : 31310 (fscip) S 31173 31176 28879 0 -1 1077936192 630 0 0 0 0 4 0 0 20 0 3 0 4835531 11875246080 2411670 134679101440 4194304 16623229 140736876353664 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 50761728 140736876360726 140736876360842 140736876360842 140736876367856 0
Current children cumulated CPU time: 3512.57 s
Current children cumulated vsize: 11596920 KiB
Current children cumulated memory: 9646680 KiB

[startup+3582.3 s]
/proc/loadavg: 4.05 4.09 4.10 5/267 33110
/proc/meminfo: memFree=110544048/131524600 swapFree=131071996/131071996
[pid=31176] ppid=31173 vsize=11596920 memory=9646680 CPUtime=3572.42 cores=1,3
/proc/31176/stat : 31176 (fscip) S 31173 31176 28879 0 -1 1077936128 6436406 0 0 0 350082 7160 0 0 20 0 3 0 4820974 11875246080 2411670 134679101440 4194304 16623229 140736876353664 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 50761728 140736876360726 140736876360842 140736876360842 140736876367856 0
/proc/31176/statm: 2899230 2411670 2966 3035 0 2872989 0
[pid=31176/tid=31309] ppid=31173 vsize=11596920 memory=9646680 CPUtime=3428.82 cores=1,3
/proc/31176/task/31309/stat : 31309 (fscip) R 31173 31176 28879 0 -1 4194368 5682580 0 0 0 335900 6982 0 0 20 0 3 0 4835163 11875246080 2411670 134679101440 4194304 16623229 140736876353664 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 50761728 140736876360726 140736876360842 140736876360842 140736876367856 0
[pid=31176/tid=31310] ppid=31173 vsize=11596920 memory=9646680 CPUtime=0.04 cores=1,3
/proc/31176/task/31310/stat : 31310 (fscip) S 31173 31176 28879 0 -1 1077936192 644 0 0 0 0 4 0 0 20 0 3 0 4835531 11875246080 2411670 134679101440 4194304 16623229 140736876353664 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 50761728 140736876360726 140736876360842 140736876360842 140736876367856 0
Current children cumulated CPU time: 3572.42 s
Current children cumulated vsize: 11596920 KiB
Current children cumulated memory: 9646680 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610 s]*
/proc/loadavg: 4.09 4.10 4.11 5/269 33221
/proc/meminfo: memFree=110671256/131524600 swapFree=131071996/131071996
[pid=31176] ppid=31173 vsize=11596920 memory=9646680 CPUtime=3600.05 cores=1,3
/proc/31176/stat : 31176 (fscip) S 31173 31176 28879 0 -1 1077936128 6447524 0 0 0 352844 7161 0 0 20 0 3 0 4820974 11875246080 2411670 134679101440 4194304 16623229 140736876353664 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 50761728 140736876360726 140736876360842 140736876360842 140736876367856 0
/proc/31176/statm: 2899230 2411670 2966 3035 0 2872989 0
[pid=31176/tid=31309] ppid=31173 vsize=11596920 memory=7052 CPUtime=3456.45 cores=1,3
/proc/31176/task/31309/stat : 31309 (fscip) R 31173 31176 28879 0 -1 4194368 5693691 0 0 0 338662 6983 0 0 20 0 3 0 4835163 11875246080 2411670 134679101440 4194304 16623229 140736876353664 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 50761728 140736876360726 140736876360842 140736876360842 140736876367856 0
[pid=31176/tid=31310] ppid=31173 vsize=11596920 memory=7686721470264483783 CPUtime=0.04 cores=1,3
/proc/31176/task/31310/stat : 31310 (fscip) S 31173 31176 28879 0 -1 1077936192 651 0 0 0 0 4 0 0 20 0 3 0 4835531 11875246080 2411670 134679101440 4194304 16623229 140736876353664 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 50761728 140736876360726 140736876360842 140736876360842 140736876367856 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 11596920 KiB
Current children cumulated memory: 9646680 KiB

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

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

# cumulated CPU time of all completed processes:  user=3528.45 s, system=71.7839 s

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

[startup+3610.11 s]*
/proc/loadavg: 4.09 4.10 4.11 5/268 33221
/proc/meminfo: memFree=116488924/131524600 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3610.18
CPU time (s): 3600.24
CPU user time (s): 3528.45
CPU system time (s): 71.7839
CPU usage (%): 99.7245
Max. virtual memory (cumulated for all children) (KiB): 11596920
Max. memory (cumulated for all children) (KiB): 9646680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3528.45
system time used= 71.7839
maximum resident set size= 9648724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6447525
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= 3479
involuntary context switches= 1902


# summary of solver processes directly reported to runsolver:
#   pid: 31176
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3528.45
#   total CPU system time (s): 71.7839

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.94572 second user time and 18.1167 second system time

The end

Launcher Data

Begin job on nodeC027 at 2024-07-31 01:30:05
IDJOB=4464453
IDBENCH=155547
IDSOLVER=3092
FILE ID=nodeC027/4464453-1722382204
RUNJOBID= nodeC027-1722378597-28891
SLURM_JOB_ID= 8249850
Free space on /tmp= 889368 MiB

SOLVER NAME= FiberSCIP 2024-07-30
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-121.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-4464453-1722382204/watcher-4464453-1722382204 -o /tmp/evaluation-result-4464453-1722382204/solver-4464453-1722382204 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1722378597-28891 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4464453-1722382204.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= 385cc980e0c43194d9e7f2f21b5d5aa0
RANDOM SEED=2000602468

nodeC027.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		: 3600.481
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.88
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		: 3668.824
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	: 7006.31
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		: 3673.294
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.88
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		: 3689.006
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	: 7006.31
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		: 3674.347
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.88
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		: 3687.510
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	: 7006.31
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		: 3666.799
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.88
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		: 3599.991
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	: 7006.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        128308520 kB
MemAvailable:   128787940 kB
Buffers:           92532 kB
Cached:          1214264 kB
SwapCached:            0 kB
Active:           273564 kB
Inactive:        2449056 kB
Active(anon):       1536 kB
Inactive(anon):  1435636 kB
Active(file):     272028 kB
Inactive(file):  1013420 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            732860 kB
Writeback:             0 kB
AnonPages:       1413428 kB
Mapped:           122244 kB
Shmem:             21336 kB
KReclaimable:      67236 kB
Slab:             149524 kB
SReclaimable:      67236 kB
SUnreclaim:        82288 kB
KernelStack:        4192 kB
PageTables:        11912 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1415996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:             9888 kB
HardwareCorrupted:     0 kB
AnonHugePages:    663552 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:      150228 kB
DirectMap2M:     9060352 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 889888 MiB
End job on nodeC027 at 2024-07-31 02:30:15