Trace number 4464203

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? 3591.83 3602.88

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/NG/
normalized-NG.dot_fibo_20null20mast_rapportOE2.0_TMAX60_K192_cod2.opb
MD5SUMb426dbe7074eb22ba087b5fa4a4ffb0b
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-140091
Best CPU time to get the best result obtained on this benchmark3558.38
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 1427
Biggest coefficient in the objective function 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 4855476
Number of bits of the sum of numbers in the objective function 23
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 4855476
Number of bits of the biggest sum of numbers23
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 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)
3.67/3.71	c Default LC presolving (default).
3.67/3.71	c ** Before presolving: virtualMemUsedAtLc = 2170223286, getVmSize() = 1465659392, SCIPgetMemUsed() = 1386389957, SCIPgetMemTotal() = 1405924309, SCIPgetMemExternEstim() = 764298977
3.67/3.71	c ** set memory limit for presolving in LC to 8.79544e+12 for SCIP **
241.19/241.99	c ** Estimated virtualMemUsedAtSolver = 2772410756, getVmSize() = 3663163392, SCIPgetMemUsed() = 2465057093, SCIPgetMemTotal() = 3394317157, SCIPgetMemExternEstim() = 764298977
241.19/241.99	c ** set memory limit for solvers to 4.39796e+12 for each SCIP **
241.19/241.99	c Original Problem   :
241.19/241.99	c   Problem name     : instance-4464203-1722383075
241.19/241.99	c   Variables        : 400896 (400896 binary, 0 integer, 0 implicit integer, 0 continuous)
241.19/241.99	c   Constraints      : 402763
241.19/241.99	c   Objective sense  : minimize
241.19/241.99	c Presolved Problem  :
241.19/241.99	c   Variables        : 324546 (324546 binary, 0 integer, 0 implicit integer, 0 continuous)
241.19/241.99	c   Constraints      : 324740
241.19/241.99	c Constraints        : Number
241.19/241.99	c   knapsack         : 1 
241.19/241.99	c   setppc           : 22111 
241.19/241.99	c   logicor          : 302628 
241.19/241.99	c ** Instance transfer method used: 0
242.59/243.32	c ** ParaScipInstance copy does not increase the number of variables. **
244.38/245.16	c LC is working with racing ramp-up and with rebuilding tree after racing.
244.38/245.16	c                                Nodes    Active                                            
244.38/245.16	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
3502.23/3513.06	c      3513              2           1         1                -     -163980.3916          -
3519.97/3530.81	c      3531              3           2         1                -     -163980.3916          -
3587.00/3598.05	c      3598              4           3         0                -     -163980.3916          -
3589.38/3600.40	c SCIP Status        : c solving was interrupted [hard time limit reached]
3589.38/3600.40	c Total Time         : 3600.4000
3589.38/3600.40	c   solving          : 3600.4000
3589.38/3600.40	c   presolving       : 238.2800 (included in solving)
3589.38/3600.40	c B&B Tree           :
3589.38/3600.40	c   nodes (total)    : 1
3589.38/3600.40	c Solution           :
3589.38/3600.41	c   Solutions found  : 0
3589.38/3600.41	c   Primal Bound     :          -
3589.38/3600.41	c   Dual Bound       : -1.63980391590726e+05
3589.38/3600.41	c Gap                :          -
3591.65/3602.72	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 64096 MiB (44685 MiB free)
  memory of node 1: 64473 MiB (55952 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4464203-1722383075/watcher-4464203-1722383075 -o /tmp/evaluation-result-4464203-1722383075/solver-4464203-1722383075 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1722378594-28207 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4464203-1722383075.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=31041, runsolver pid=31038
Current StackSize limit: 8192 KiB


[startup+0.100095 s]*
/proc/loadavg: 4.07 4.10 4.09 5/246 31042
/proc/meminfo: memFree=103025376/131655788 swapFree=131071216/131071996
[pid=31041] ppid=31038 vsize=51060 memory=39568 CPUtime=0.1 cores=1,3
/proc/31041/stat : 31041 (fscip) R 31038 31041 28195 0 -1 4194304 7772 0 0 0 8 2 0 0 20 0 1 0 4678139 52285440 9892 134679101440 4194304 16623229 140720902779024 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 27406336 140720902788122 140720902788238 140720902788238 140720902795248 0
/proc/31041/statm: 12765 9892 2347 3035 0 9161 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 51060 KiB
Current children cumulated memory: 39568 KiB

[startup+0.209159 s]*
/proc/loadavg: 4.07 4.10 4.09 5/246 31042
/proc/meminfo: memFree=103005048/131655788 swapFree=131071216/131071996
[pid=31041] ppid=31038 vsize=72000 memory=60448 CPUtime=0.2 cores=1,3
/proc/31041/stat : 31041 (fscip) R 31038 31041 28195 0 -1 4194304 13031 0 0 0 17 3 0 0 20 0 1 0 4678139 73728000 15112 134679101440 4194304 16623229 140720902779024 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 27406336 140720902788122 140720902788238 140720902788238 140720902795248 0
/proc/31041/statm: 18000 15112 2347 3035 0 14396 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 72000 KiB
Current children cumulated memory: 60448 KiB

[startup+0.308979 s]*
/proc/loadavg: 4.07 4.10 4.09 5/246 31042
/proc/meminfo: memFree=102986792/131655788 swapFree=131071216/131071996
[pid=31041] ppid=31038 vsize=87608 memory=75824 CPUtime=0.31 cores=1,3
/proc/31041/stat : 31041 (fscip) R 31038 31041 28195 0 -1 4194304 16816 0 0 0 26 5 0 0 20 0 1 0 4678139 89710592 18956 134679101440 4194304 16623229 140720902779024 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 27406336 140720902788122 140720902788238 140720902788238 140720902795248 0
/proc/31041/statm: 21902 18956 2347 3035 0 18298 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 87608 KiB
Current children cumulated memory: 75824 KiB

[startup+0.700332 s]
/proc/loadavg: 4.07 4.10 4.09 5/246 31042
/proc/meminfo: memFree=102958900/131655788 swapFree=131071216/131071996
[pid=31041] ppid=31038 vsize=161700 memory=150324 CPUtime=0.68 cores=1,3
/proc/31041/stat : 31041 (fscip) R 31038 31041 28195 0 -1 4194304 35441 0 0 0 59 9 0 0 20 0 1 0 4678139 165580800 37581 134679101440 4194304 16623229 140720902779024 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 27406336 140720902788122 140720902788238 140720902788238 140720902795248 0
/proc/31041/statm: 40425 37581 2347 3035 0 36821 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 161700 KiB
Current children cumulated memory: 150324 KiB

[startup+1.50033 s]
/proc/loadavg: 4.07 4.10 4.09 5/246 31042
/proc/meminfo: memFree=102827168/131655788 swapFree=131071216/131071996
[pid=31041] ppid=31038 vsize=413648 memory=401996 CPUtime=1.48 cores=1,3
/proc/31041/stat : 31041 (fscip) R 31038 31041 28195 0 -1 4194304 97372 0 0 0 127 21 0 0 20 0 1 0 4678139 423575552 100499 134679101440 4194304 16623229 140720902779024 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 27406336 140720902788122 140720902788238 140720902788238 140720902795248 0
/proc/31041/statm: 103412 100499 2347 3035 0 99808 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 413648 KiB
Current children cumulated memory: 401996 KiB

[startup+3.11303 s]
/proc/loadavg: 4.07 4.10 4.09 5/246 31042
/proc/meminfo: memFree=101916144/131655788 swapFree=131071216/131071996
[pid=31041] ppid=31038 vsize=1196884 memory=1185416 CPUtime=3.1 cores=1,3
/proc/31041/stat : 31041 (fscip) R 31038 31041 28195 0 -1 4194304 295095 0 0 0 259 51 0 0 20 0 1 0 4678139 1225609216 296354 134679101440 4194304 16623229 140720902779024 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 27406336 140720902788122 140720902788238 140720902788238 140720902795248 0
/proc/31041/statm: 299221 296354 2555 3035 0 295617 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 1196884 KiB
Current children cumulated memory: 1185416 KiB

[startup+6.30033 s]
/proc/loadavg: 4.07 4.10 4.09 5/246 31042
/proc/meminfo: memFree=101108208/131655788 swapFree=131071216/131071996
[pid=31041] ppid=31038 vsize=2003156 memory=1965928 CPUtime=6.27 cores=1,3
/proc/31041/stat : 31041 (fscip) R 31038 31041 28195 0 -1 4194304 404076 0 0 0 547 80 0 0 20 0 1 0 4678139 2051231744 491482 134679101440 4194304 16623229 140720902779024 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 27406336 140720902788122 140720902788238 140720902788238 140720902795248 0
/proc/31041/statm: 500789 491482 2726 3035 0 497185 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2003156 KiB
Current children cumulated memory: 1965928 KiB

[startup+12.7003 s]
/proc/loadavg: 4.14 4.12 4.09 5/246 31043
/proc/meminfo: memFree=101065936/131655788 swapFree=131071216/131071996
[pid=31041] ppid=31038 vsize=2037704 memory=1990572 CPUtime=12.65 cores=1,3
/proc/31041/stat : 31041 (fscip) R 31038 31041 28195 0 -1 4194304 406159 0 0 0 1184 81 0 0 20 0 1 0 4678139 2086608896 497643 134679101440 4194304 16623229 140720902779024 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 27406336 140720902788122 140720902788238 140720902788238 140720902795248 0
/proc/31041/statm: 509426 497643 2742 3035 0 505822 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2037704 KiB
Current children cumulated memory: 1990572 KiB

[startup+25.5003 s]
/proc/loadavg: 4.11 4.11 4.09 5/246 31045
/proc/meminfo: memFree=101056824/131655788 swapFree=131071216/131071996
[pid=31041] ppid=31038 vsize=2047064 memory=1995348 CPUtime=25.41 cores=1,3
/proc/31041/stat : 31041 (fscip) R 31038 31041 28195 0 -1 4194304 406976 0 0 0 2459 82 0 0 20 0 1 0 4678139 2096193536 498837 134679101440 4194304 16623229 140720902779024 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 27406336 140720902788122 140720902788238 140720902788238 140720902795248 0
/proc/31041/statm: 511766 498837 2742 3035 0 508162 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 2047064 KiB
Current children cumulated memory: 1995348 KiB

[startup+51.1129 s]
/proc/loadavg: 4.07 4.10 4.09 5/244 31049
/proc/meminfo: memFree=101041640/131655788 swapFree=131071216/131071996
[pid=31041] ppid=31038 vsize=2048396 memory=2001408 CPUtime=50.95 cores=1,3
/proc/31041/stat : 31041 (fscip) R 31038 31041 28195 0 -1 4194304 407635 0 0 0 5012 83 0 0 20 0 1 0 4678139 2097557504 500352 134679101440 4194304 16623229 140720902779024 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 27406336 140720902788122 140720902788238 140720902788238 140720902795248 0
/proc/31041/statm: 512099 500352 2742 3035 0 508495 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 2048396 KiB
Current children cumulated memory: 2001408 KiB

[startup+102.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/244 31060
/proc/meminfo: memFree=101024916/131655788 swapFree=131071216/131071996
[pid=31041] ppid=31038 vsize=2048396 memory=2001408 CPUtime=102 cores=1,3
/proc/31041/stat : 31041 (fscip) R 31038 31041 28195 0 -1 4194304 407857 0 0 0 10115 85 0 0 20 0 1 0 4678139 2097557504 500352 134679101440 4194304 16623229 140720902779024 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 27406336 140720902788122 140720902788238 140720902788238 140720902795248 0
/proc/31041/statm: 512099 500352 2742 3035 0 508495 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 2048396 KiB
Current children cumulated memory: 2001408 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/244 31070
/proc/meminfo: memFree=100336564/131655788 swapFree=131071216/131071996
[pid=31041] ppid=31038 vsize=2767872 memory=2687020 CPUtime=161.82 cores=1,3
/proc/31041/stat : 31041 (fscip) R 31038 31041 28195 0 -1 4194304 558187 0 0 0 16068 114 0 0 20 0 1 0 4678139 2834300928 671755 134679101440 4194304 16623229 140720902779024 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 27406336 140720902788122 140720902788238 140720902788238 140720902795248 0
/proc/31041/statm: 691968 671755 2790 3035 0 688364 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 2767872 KiB
Current children cumulated memory: 2687020 KiB

[startup+222.3 s]
/proc/loadavg: 4.52 4.20 4.12 5/245 31081
/proc/meminfo: memFree=100324748/131655788 swapFree=131071216/131071996
[pid=31041] ppid=31038 vsize=2767872 memory=2687068 CPUtime=221.65 cores=1,3
/proc/31041/stat : 31041 (fscip) R 31038 31041 28195 0 -1 4194304 558300 0 0 0 22051 114 0 0 20 0 1 0 4678139 2834300928 671767 134679101440 4194304 16623229 140720902779024 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 27406336 140720902788122 140720902788238 140720902788238 140720902795248 0
/proc/31041/statm: 691968 671767 2790 3035 0 688364 0
Current children cumulated CPU time: 221.65 s
Current children cumulated vsize: 2767872 KiB
Current children cumulated memory: 2687068 KiB

[startup+282.3 s]
/proc/loadavg: 4.58 4.30 4.17 5/247 31094
/proc/meminfo: memFree=98057608/131655788 swapFree=131071216/131071996
[pid=31041] ppid=31038 vsize=5301780 memory=4932852 CPUtime=281.46 cores=1,3
/proc/31041/stat : 31041 (fscip) S 31038 31041 28195 0 -1 1077936128 1089313 0 0 0 27921 225 0 0 20 0 3 0 4678139 5429022720 1233213 134679101440 4194304 16623229 140720902779024 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 27406336 140720902788122 140720902788238 140720902788238 140720902795248 0
/proc/31041/statm: 1325445 1233213 2822 3035 0 1300636 0
[pid=31041/tid=31086] ppid=31038 vsize=5301780 memory=4932548 CPUtime=38.84 cores=1,3
/proc/31041/task/31086/stat : 31086 (fscip) R 31038 31041 28195 0 -1 4194368 348388 0 0 0 3807 77 0 0 20 0 3 0 4702339 5429022720 1233213 134679101440 4194304 16623229 140720902779024 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 27406336 140720902788122 140720902788238 140720902788238 140720902795248 0
[pid=31041/tid=31087] ppid=31038 vsize=5301780 memory=4932852 CPUtime=0 cores=1,3
/proc/31041/task/31087/stat : 31087 (fscip) S 31038 31041 28195 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 3 0 4702658 5429022720 1233213 134679101440 4194304 16623229 140720902779024 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 27406336 140720902788122 140720902788238 140720902788238 140720902795248 0
Current children cumulated CPU time: 281.46 s
Current children cumulated vsize: 5301780 KiB
Current children cumulated memory: 4932852 KiB

[startup+342.3 s]
/proc/loadavg: 4.21 4.24 4.15 5/250 31109
/proc/meminfo: memFree=98018748/131655788 swapFree=131071216/131071996
[pid=31041] ppid=31038 vsize=5301780 memory=4936896 CPUtime=341.29 cores=1,3
/proc/31041/stat : 31041 (fscip) S 31038 31041 28195 0 -1 1077936128 1121258 0 0 0 33902 227 0 0 20 0 3 0 4678139 5429022720 1234224 134679101440 4194304 16623229 140720902779024 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 27406336 140720902788122 140720902788238 140720902788238 140720902795248 0
/proc/31041/statm: 1325445 1234224 2822 3035 0 1300697 0
[pid=31041/tid=31086] ppid=31038 vsize=5301780 memory=4933196 CPUtime=98.67 cores=1,3
/proc/31041/task/31086/stat : 31086 (fscip) R 31038 31041 28195 0 -1 4194368 380301 0 0 0 9788 79 0 0 20 0 3 0 4702339 5429022720 1234224 134679101440 4194304 16623229 140720902779024 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 27406336 140720902788122 140720902788238 140720902788238 140720902795248 0
[pid=31041/tid=31087] ppid=31038 vsize=5301780 memory=11516 CPUtime=0 cores=1,3
/proc/31041/task/31087/stat : 31087 (fscip) S 31038 31041 28195 0 -1 1077936192 57 0 0 0 0 0 0 0 20 0 3 0 4702658 5429022720 1234224 134679101440 4194304 16623229 140720902779024 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 27406336 140720902788122 140720902788238 140720902788238 140720902795248 0
Current children cumulated CPU time: 341.29 s
Current children cumulated vsize: 5301780 KiB
Current children cumulated memory: 4936896 KiB

[startup+402.3 s]
/proc/loadavg: 4.81 4.40 4.21 5/250 31119
/proc/meminfo: memFree=97934364/131655788 swapFree=131071216/131071996
[pid=31041] ppid=31038 vsize=5301780 memory=4936896 CPUtime=401.13 cores=1,3
/proc/31041/stat : 31041 (fscip) S 31038 31041 28195 0 -1 1077936128 1154040 0 0 0 39882 231 0 0 20 0 3 0 4678139 5429022720 1234224 134679101440 4194304 16623229 140720902779024 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 27406336 140720902788122 140720902788238 140720902788238 140720902795248 0
/proc/31041/statm: 1325445 1234224 2822 3035 0 1300697 0
[pid=31041/tid=31086] ppid=31038 vsize=5301780 memory=4936896 CPUtime=158.49 cores=1,3
/proc/31041/task/31086/stat : 31086 (fscip) R 31038 31041 28195 0 -1 4194368 413052 0 0 0 15767 82 0 0 20 0 3 0 4702339 5429022720 1234224 134679101440 4194304 16623229 140720902779024 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 27406336 140720902788122 140720902788238 140720902788238 140720902795248 0

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

/proc/31041/stat : 31041 (fscip) S 31038 31041 28195 0 -1 1077936128 11601827 0 0 0 331957 1247 0 0 20 0 3 0 4678139 9046315008 1978197 134679101440 4194304 16623229 140720902779024 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 27406336 140720902788122 140720902788238 140720902788238 140720902795248 0
/proc/31041/statm: 2208573 1978197 2982 3035 0 2178333 0
[pid=31041/tid=31086] ppid=31038 vsize=8834292 memory=7912788 CPUtime=3089.37 cores=1,3
/proc/31041/task/31086/stat : 31086 (fscip) R 31038 31041 28195 0 -1 4194368 10860161 0 0 0 307842 1095 0 0 20 0 3 0 4702339 9046315008 1978197 134679101440 4194304 16623229 140720902779024 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 27406336 140720902788122 140720902788238 140720902788238 140720902795248 0
[pid=31041/tid=31087] ppid=31038 vsize=8834292 memory=7912788 CPUtime=0.05 cores=1,3
/proc/31041/task/31087/stat : 31087 (fscip) S 31038 31041 28195 0 -1 1077936192 766 0 0 0 1 4 0 0 20 0 3 0 4702658 9046315008 1978197 134679101440 4194304 16623229 140720902779024 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 27406336 140720902788122 140720902788238 140720902788238 140720902795248 0
Current children cumulated CPU time: 3332.04 s
Current children cumulated vsize: 8834292 KiB
Current children cumulated memory: 7912788 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.21 4.16 5/249 33036
/proc/meminfo: memFree=120508952/131655788 swapFree=131071216/131071996
[pid=31041] ppid=31038 vsize=8834292 memory=7912788 CPUtime=3391.88 cores=1,3
/proc/31041/stat : 31041 (fscip) S 31038 31041 28195 0 -1 1077936128 11686342 0 0 0 337937 1251 0 0 20 0 3 0 4678139 9046315008 1978197 134679101440 4194304 16623229 140720902779024 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 27406336 140720902788122 140720902788238 140720902788238 140720902795248 0
/proc/31041/statm: 2208573 1978197 2982 3035 0 2178333 0
[pid=31041/tid=31086] ppid=31038 vsize=8834292 memory=7912788 CPUtime=3149.19 cores=1,3
/proc/31041/task/31086/stat : 31086 (fscip) R 31038 31041 28195 0 -1 4194368 10944669 0 0 0 313821 1098 0 0 20 0 3 0 4702339 9046315008 1978197 134679101440 4194304 16623229 140720902779024 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 27406336 140720902788122 140720902788238 140720902788238 140720902795248 0
[pid=31041/tid=31087] ppid=31038 vsize=8834292 memory=7912788 CPUtime=0.05 cores=1,3
/proc/31041/task/31087/stat : 31087 (fscip) S 31038 31041 28195 0 -1 1077936192 773 0 0 0 1 4 0 0 20 0 3 0 4702658 9046315008 1978197 134679101440 4194304 16623229 140720902779024 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 27406336 140720902788122 140720902788238 140720902788238 140720902795248 0
Current children cumulated CPU time: 3391.88 s
Current children cumulated vsize: 8834292 KiB
Current children cumulated memory: 7912788 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.20 4.16 5/249 33046
/proc/meminfo: memFree=120435592/131655788 swapFree=131071216/131071996
[pid=31041] ppid=31038 vsize=8834292 memory=7912788 CPUtime=3451.71 cores=1,3
/proc/31041/stat : 31041 (fscip) S 31038 31041 28195 0 -1 1077936128 11805844 0 0 0 343914 1257 0 0 20 0 3 0 4678139 9046315008 1978197 134679101440 4194304 16623229 140720902779024 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 27406336 140720902788122 140720902788238 140720902788238 140720902795248 0
/proc/31041/statm: 2208573 1978197 2982 3035 0 2178333 0
[pid=31041/tid=31086] ppid=31038 vsize=8834292 memory=7912788 CPUtime=3209.02 cores=1,3
/proc/31041/task/31086/stat : 31086 (fscip) R 31038 31041 28195 0 -1 4194368 11064157 0 0 0 319798 1104 0 0 20 0 3 0 4702339 9046315008 1978197 134679101440 4194304 16623229 140720902779024 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 27406336 140720902788122 140720902788238 140720902788238 140720902795248 0
[pid=31041/tid=31087] ppid=31038 vsize=8834292 memory=7912788 CPUtime=0.05 cores=1,3
/proc/31041/task/31087/stat : 31087 (fscip) S 31038 31041 28195 0 -1 1077936192 787 0 0 0 1 4 0 0 20 0 3 0 4702658 9046315008 1978197 134679101440 4194304 16623229 140720902779024 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 27406336 140720902788122 140720902788238 140720902788238 140720902795248 0
Current children cumulated CPU time: 3451.71 s
Current children cumulated vsize: 8834292 KiB
Current children cumulated memory: 7912788 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.18 4.15 5/249 33058
/proc/meminfo: memFree=120324088/131655788 swapFree=131071216/131071996
[pid=31041] ppid=31038 vsize=8834292 memory=7912788 CPUtime=3511.49 cores=1,3
/proc/31041/stat : 31041 (fscip) S 31038 31041 28195 0 -1 1077936128 11973691 0 0 0 349885 1264 0 0 20 0 3 0 4678139 9046315008 1978197 134679101440 4194304 16623229 140720902779024 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 27406336 140720902788122 140720902788238 140720902788238 140720902795248 0
/proc/31041/statm: 2208573 1978197 2982 3035 0 2178333 0
[pid=31041/tid=31086] ppid=31038 vsize=8834292 memory=7912788 CPUtime=3268.8 cores=1,3
/proc/31041/task/31086/stat : 31086 (fscip) R 31038 31041 28195 0 -1 4194368 11231961 0 0 0 325769 1111 0 0 20 0 3 0 4702339 9046315008 1978197 134679101440 4194304 16623229 140720902779024 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 27406336 140720902788122 140720902788238 140720902788238 140720902795248 0
[pid=31041/tid=31087] ppid=31038 vsize=8834292 memory=7912788 CPUtime=0.05 cores=1,3
/proc/31041/task/31087/stat : 31087 (fscip) S 31038 31041 28195 0 -1 1077936192 794 0 0 0 1 4 0 0 20 0 3 0 4702658 9046315008 1978197 134679101440 4194304 16623229 140720902779024 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 27406336 140720902788122 140720902788238 140720902788238 140720902795248 0
Current children cumulated CPU time: 3511.49 s
Current children cumulated vsize: 8834292 KiB
Current children cumulated memory: 7912788 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.16 4.14 5/250 33069
/proc/meminfo: memFree=120289300/131655788 swapFree=131071216/131071996
[pid=31041] ppid=31038 vsize=8770292 memory=7866092 CPUtime=3571.33 cores=1,3
/proc/31041/stat : 31041 (fscip) S 31038 31041 28195 0 -1 1077936128 12381333 0 0 0 355847 1286 0 0 20 0 3 0 4678139 8980779008 1966523 134679101440 4194304 16623229 140720902779024 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 27406336 140720902788122 140720902788238 140720902788238 140720902795248 0
/proc/31041/statm: 2192573 1966523 2982 3035 0 2162333 0
[pid=31041/tid=31086] ppid=31038 vsize=8770292 memory=7866092 CPUtime=3328.64 cores=1,3
/proc/31041/task/31086/stat : 31086 (fscip) R 31038 31041 28195 0 -1 4194368 11639594 0 0 0 331731 1133 0 0 20 0 3 0 4702339 8980779008 1966523 134679101440 4194304 16623229 140720902779024 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 27406336 140720902788122 140720902788238 140720902788238 140720902795248 0
[pid=31041/tid=31087] ppid=31038 vsize=8770292 memory=-7019541185795547512 CPUtime=0.05 cores=1,3
/proc/31041/task/31087/stat : 31087 (fscip) S 31038 31041 28195 0 -1 1077936192 801 0 0 0 1 4 0 0 20 0 3 0 4702658 8980779008 1966523 134679101440 4194304 16623229 140720902779024 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 27406336 140720902788122 140720902788238 140720902788238 140720902795248 0
Current children cumulated CPU time: 3571.33 s
Current children cumulated vsize: 8770292 KiB
Current children cumulated memory: 7866092 KiB

[startup+3602.88 s]
# the end of solver process 31041 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=3578.29 s, system=13.5347 s

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

[startup+3584 s]*
/proc/loadavg: 4.07 4.15 4.14 5/250 33069
/proc/meminfo: memFree=120287832/131655788 swapFree=131071216/131071996
[pid=31041] ppid=31038 vsize=8770292 memory=7866092 CPUtime=3573.04 cores=1,3
/proc/31041/stat : 31041 (fscip) S 31038 31041 28195 0 -1 1077936128 12381353 0 0 0 356018 1286 0 0 20 0 3 0 4678139 8980779008 1966523 134679101440 4194304 16623229 140720902779024 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 27406336 140720902788122 140720902788238 140720902788238 140720902795248 0
/proc/31041/statm: 2192573 1966523 2982 3035 0 2162333 0
[pid=31041/tid=31086] ppid=31038 vsize=8770292 memory=8308 CPUtime=3330.35 cores=1,3
/proc/31041/task/31086/stat : 31086 (fscip) R 31038 31041 28195 0 -1 4194368 11639614 0 0 0 331902 1133 0 0 20 0 3 0 4702339 8980779008 1966523 134679101440 4194304 16623229 140720902779024 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 27406336 140720902788122 140720902788238 140720902788238 140720902795248 0
[pid=31041/tid=31087] ppid=31038 vsize=8770292 memory=2204 CPUtime=0.05 cores=1,3
/proc/31041/task/31087/stat : 31087 (fscip) S 31038 31041 28195 0 -1 1077936192 801 0 0 0 1 4 0 0 20 0 3 0 4702658 8980779008 1966523 134679101440 4194304 16623229 140720902779024 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 27406336 140720902788122 140720902788238 140720902788238 140720902795248 0
Current children cumulated CPU time: 3573.04 s
Current children cumulated vsize: 8770292 KiB
Current children cumulated memory: 7866092 KiB

[startup+3590.4 s]
/proc/loadavg: 4.06 4.15 4.14 5/250 33072
/proc/meminfo: memFree=120282124/131655788 swapFree=131071216/131071996
[pid=31041] ppid=31038 vsize=8770292 memory=7866092 CPUtime=3579.41 cores=1,3
/proc/31041/stat : 31041 (fscip) S 31038 31041 28195 0 -1 1077936128 12392737 0 0 0 356654 1287 0 0 20 0 3 0 4678139 8980779008 1966523 134679101440 4194304 16623229 140720902779024 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 27406336 140720902788122 140720902788238 140720902788238 140720902795248 0
/proc/31041/statm: 2192573 1966523 2982 3035 0 2162333 0
[pid=31041/tid=31086] ppid=31038 vsize=8770292 memory=7866092 CPUtime=3336.71 cores=1,3
/proc/31041/task/31086/stat : 31086 (fscip) R 31038 31041 28195 0 -1 4194368 11650992 0 0 0 332538 1133 0 0 20 0 3 0 4702339 8980779008 1966523 134679101440 4194304 16623229 140720902779024 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 27406336 140720902788122 140720902788238 140720902788238 140720902795248 0
[pid=31041/tid=31087] ppid=31038 vsize=8770292 memory=7866092 CPUtime=0.06 cores=1,3
/proc/31041/task/31087/stat : 31087 (fscip) S 31038 31041 28195 0 -1 1077936192 807 0 0 0 1 5 0 0 20 0 3 0 4702658 8980779008 1966523 134679101440 4194304 16623229 140720902779024 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 27406336 140720902788122 140720902788238 140720902788238 140720902795248 0
Current children cumulated CPU time: 3579.41 s
Current children cumulated vsize: 8770292 KiB
Current children cumulated memory: 7866092 KiB

[startup+3596.8 s]
/proc/loadavg: 4.06 4.15 4.14 5/250 33072
/proc/meminfo: memFree=120275988/131655788 swapFree=131071216/131071996
[pid=31041] ppid=31038 vsize=8770292 memory=7866092 CPUtime=3585.79 cores=1,3
/proc/31041/stat : 31041 (fscip) S 31038 31041 28195 0 -1 1077936128 12394186 0 0 0 357292 1287 0 0 20 0 3 0 4678139 8980779008 1966523 134679101440 4194304 16623229 140720902779024 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 27406336 140720902788122 140720902788238 140720902788238 140720902795248 0
/proc/31041/statm: 2192573 1966523 2982 3035 0 2162333 0
[pid=31041/tid=31086] ppid=31038 vsize=8770292 memory=7866092 CPUtime=3343.09 cores=1,3
/proc/31041/task/31086/stat : 31086 (fscip) R 31038 31041 28195 0 -1 4194368 11652440 0 0 0 333176 1133 0 0 20 0 3 0 4702339 8980779008 1966523 134679101440 4194304 16623229 140720902779024 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 27406336 140720902788122 140720902788238 140720902788238 140720902795248 0
[pid=31041/tid=31087] ppid=31038 vsize=8770292 memory=7866092 CPUtime=0.06 cores=1,3
/proc/31041/task/31087/stat : 31087 (fscip) S 31038 31041 28195 0 -1 1077936192 808 0 0 0 1 5 0 0 20 0 3 0 4702658 8980779008 1966523 134679101440 4194304 16623229 140720902779024 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 27406336 140720902788122 140720902788238 140720902788238 140720902795248 0
Current children cumulated CPU time: 3585.79 s
Current children cumulated vsize: 8770292 KiB
Current children cumulated memory: 7866092 KiB

[startup+3600 s]*
/proc/loadavg: 4.05 4.15 4.14 5/250 33073
/proc/meminfo: memFree=120269712/131655788 swapFree=131071216/131071996
[pid=31041] ppid=31038 vsize=8770292 memory=7866092 CPUtime=3588.99 cores=1,3
/proc/31041/stat : 31041 (fscip) S 31038 31041 28195 0 -1 1077936128 12630391 0 0 0 357599 1300 0 0 20 0 3 0 4678139 8980779008 1966523 134679101440 4194304 16623229 140720902779024 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 27406336 140720902788122 140720902788238 140720902788238 140720902795248 0
/proc/31041/statm: 2192573 1966523 2982 3035 0 2162333 0
[pid=31041/tid=31086] ppid=31038 vsize=8770292 memory=-7019541185795547512 CPUtime=3346.3 cores=1,3
/proc/31041/task/31086/stat : 31086 (fscip) R 31038 31041 28195 0 -1 4194368 11889144 0 0 0 333484 1146 0 0 20 0 3 0 4702339 8980779008 1966523 134679101440 4194304 16623229 140720902779024 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 27406336 140720902788122 140720902788238 140720902788238 140720902795248 0
[pid=31041/tid=31087] ppid=31038 vsize=8770292 memory=7223609526721284718 CPUtime=0.06 cores=1,3
/proc/31041/task/31087/stat : 31087 (fscip) S 31038 31041 28195 0 -1 1077936192 808 0 0 0 1 5 0 0 20 0 3 0 4702658 8980779008 1966523 134679101440 4194304 16623229 140720902779024 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 27406336 140720902788122 140720902788238 140720902788238 140720902795248 0
Current children cumulated CPU time: 3588.99 s
Current children cumulated vsize: 8770292 KiB
Current children cumulated memory: 7866092 KiB

[startup+3601.6 s]
/proc/loadavg: 4.05 4.15 4.14 5/248 33073
/proc/meminfo: memFree=121732408/131655788 swapFree=131071216/131071996
[pid=31041] ppid=31038 vsize=6801808 memory=6400760 CPUtime=3590.56 cores=1,3
/proc/31041/stat : 31041 (fscip) R 31038 31041 28195 0 -1 4194304 12891021 0 0 0 357730 1326 0 0 20 0 1 0 4678139 6965051392 1600190 134679101440 4194304 16623229 140720902779024 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 27406336 140720902788122 140720902788238 140720902788238 140720902795248 0
/proc/31041/statm: 1700452 1600190 3030 3035 0 1675981 0
Current children cumulated CPU time: 3590.56 s
Current children cumulated vsize: 6801808 KiB
Current children cumulated memory: 6400760 KiB

[startup+3602.4 s]
/proc/loadavg: 4.05 4.15 4.14 5/248 33073
/proc/meminfo: memFree=121732460/131655788 swapFree=131071216/131071996
[pid=31041] ppid=31038 vsize=6741948 memory=6340940 CPUtime=3591.35 cores=1,3
/proc/31041/stat : 31041 (fscip) R 31038 31041 28195 0 -1 4194304 12956699 0 0 0 357803 1332 0 0 20 0 1 0 4678139 6903754752 1585235 134679101440 4194304 16623229 140720902779024 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 27406336 140720902788122 140720902788238 140720902788238 140720902795248 0
/proc/31041/statm: 1685487 1585235 3030 3035 0 1661016 0
Current children cumulated CPU time: 3591.35 s
Current children cumulated vsize: 6741948 KiB
Current children cumulated memory: 6340940 KiB

[startup+3602.8 s]*
/proc/loadavg: 4.05 4.15 4.14 5/248 33073
/proc/meminfo: memFree=127281044/131655788 swapFree=131071216/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 3602.88
CPU time (s): 3591.83
CPU user time (s): 3578.29
CPU system time (s): 13.5347
CPU usage (%): 99.6934
Max. virtual memory (cumulated for all children) (KiB): 8899828
Max. memory (cumulated for all children) (KiB): 7962824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3578.29
system time used= 13.5347
maximum resident set size= 7962824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13036698
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= 3412
involuntary context switches= 2616


# summary of solver processes directly reported to runsolver:
#   pid: 31041
#   total CPU time (s): 3591.83
#   total CPU user time (s): 3578.29
#   total CPU system time (s): 13.5347

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 22.5386 second user time and 32.3879 second system time

The end

Launcher Data

Begin job on nodeC007 at 2024-07-31 01:44:35
IDJOB=4464203
IDBENCH=158099
IDSOLVER=3092
FILE ID=nodeC007/4464203-1722383075
RUNJOBID= nodeC007-1722378594-28207
SLURM_JOB_ID= 8249837
Free space on /tmp= 723488 MiB

SOLVER NAME= FiberSCIP 2024-07-30
BENCH NAME= PB24/normalized-PB12/OPT-LIN/sroussel/NG/normalized-NG.dot_fibo_20null20mast_rapportOE2.0_TMAX60_K192_cod2.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-4464203-1722383075/watcher-4464203-1722383075 -o /tmp/evaluation-result-4464203-1722383075/solver-4464203-1722383075 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1722378594-28207 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4464203-1722383075.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= b426dbe7074eb22ba087b5fa4a4ffb0b
RANDOM SEED=99795441

nodeC007.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	: 0xb00001f
cpu MHz		: 3492.334
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.58
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	: 0xb00001f
cpu MHz		: 1352.890
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.35
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	: 0xb00001f
cpu MHz		: 1197.241
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.58
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	: 0xb00001f
cpu MHz		: 1392.022
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.35
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	: 0xb00001f
cpu MHz		: 3624.748
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.58
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	: 0xb00001f
cpu MHz		: 3606.493
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.35
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	: 0xb00001f
cpu MHz		: 1197.335
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.58
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	: 0xb00001f
cpu MHz		: 1197.285
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.35
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        103054084 kB
MemAvailable:   103516808 kB
Buffers:           86476 kB
Cached:          1213264 kB
SwapCached:          100 kB
Active:           437036 kB
Inactive:       27685148 kB
Active(anon):       1500 kB
Inactive(anon): 26842020 kB
Active(file):     435536 kB
Inactive(file):   843128 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071216 kB
Dirty:             55952 kB
Writeback:             0 kB
AnonPages:      26821920 kB
Mapped:           123812 kB
Shmem:             21076 kB
KReclaimable:      48520 kB
Slab:             124884 kB
SReclaimable:      48520 kB
SUnreclaim:        76364 kB
KernelStack:        3984 kB
PageTables:        62676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   20057524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:             6304 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8554496 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:      174920 kB
DirectMap2M:     7069696 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 723644 MiB
End job on nodeC007 at 2024-07-31 02:44:38