Trace number 4464455

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? 3590.37 3605.95

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-139.opb
MD5SUMb1a9bb408d678f4e4f75286e8bd2bbb9
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark23.2372
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables35834
Total number of constraints835510
Number of constraints which are clauses750303
Number of constraints which are cardinality constraints (but not clauses)2782
Number of constraints which are nor clauses,nor cardinality constraints82425
Minimum length of a constraint1
Maximum length of a constraint690
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 691
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)
2.68/2.73	c Default LC presolving (default).
2.68/2.74	c ** Before presolving: virtualMemUsedAtLc = 2010932773, getVmSize() = 1197326336, SCIPgetMemUsed() = 1063686211, SCIPgetMemTotal() = 1119471139, SCIPgetMemExternEstim() = 891461634
2.68/2.74	c ** set memory limit for presolving in LC to 8.79549e+12 for SCIP **
307.35/308.46	c ** Estimated virtualMemUsedAtSolver = 2495706614, getVmSize() = 3009347584, SCIPgetMemUsed() = 1721200528, SCIPgetMemTotal() = 2852098288, SCIPgetMemExternEstim() = 891461634
307.35/308.46	c ** set memory limit for solvers to 4.39797e+12 for each SCIP **
307.35/308.46	c Original Problem   :
307.35/308.46	c   Problem name     : instance-4464455-1722382207
307.35/308.46	c   Variables        : 35834 (35834 binary, 0 integer, 0 implicit integer, 0 continuous)
307.35/308.46	c   Constraints      : 835510
307.35/308.46	c   Objective sense  : minimize
307.35/308.46	c Presolved Problem  :
307.35/308.46	c   Variables        : 22748 (22748 binary, 0 integer, 0 implicit integer, 0 continuous)
307.35/308.46	c   Constraints      : 576029
307.35/308.46	c Constraints        : Number
307.35/308.46	c   knapsack         : 75187 
307.35/308.46	c   setppc           : 90911 
307.35/308.46	c   linear           : 1 
307.35/308.46	c   logicor          : 409930 
307.35/308.46	c ** Instance transfer method used: 0
308.44/309.55	c ** ParaScipInstance copy does not increase the number of variables. **
309.33/310.42	c LC is working with racing ramp-up and with rebuilding tree after racing.
309.33/310.42	c                                Nodes    Active                                            
309.33/310.42	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
1530.60/1539.12	c      1539              2           1         1                -           0.0000          -
1540.15/1548.71	c      1549              5           4         1                -           0.0000          -
1591.75/1600.59	c      1601              7           6         1                -           0.0000          -
1620.64/1629.58	c      1630              8           7         1                -           0.0000          -
1672.53/1681.65	c      1682              9           8         1                -           0.0000          -
3588.02/3603.65	c      3604              9           8         0                -           0.0000          -
3589.31/3604.92	c SCIP Status        : c solving was interrupted [hard time limit reached]
3589.31/3604.92	c Total Time         : 3604.9200
3589.31/3604.92	c   solving          : 3604.9200
3589.31/3604.92	c   presolving       : 305.7176 (included in solving)
3589.31/3604.92	c B&B Tree           :
3589.31/3604.92	c   nodes (total)    : 1
3589.31/3604.92	c Solution           :
3589.31/3604.92	c   Solutions found  : 0
3589.31/3604.92	c   Primal Bound     :          -
3589.31/3604.92	c   Dual Bound       : +0.00000000000000e+00
3589.31/3604.92	c Gap                :          -
3590.31/3605.92	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: 63968 MiB (61509 MiB free)
  memory of node 1: 64473 MiB (63249 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=31315, runsolver pid=31312

[startup+0.100864 s]*
/proc/loadavg: 3.93 4.11 4.08 5/265 31316
/proc/meminfo: memFree=127718160/131524600 swapFree=131071216/131071996
[pid=31315] ppid=31312 vsize=55892 memory=44084 CPUtime=0.09 cores=0,2
/proc/31315/stat : 31315 (fscip) R 31312 31315 28847 0 -1 4194304 8941 0 0 0 9 0 0 0 20 0 1 0 4817714 57233408 11021 134679101440 4194304 16623229 140734405562784 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 52547584 140734405567510 140734405567626 140734405567626 140734405574640 0
/proc/31315/statm: 13973 11021 2347 3035 0 10369 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 55892 KiB
Current children cumulated memory: 44084 KiB

[startup+0.2058 s]*
/proc/loadavg: 3.93 4.11 4.08 5/265 31316
/proc/meminfo: memFree=127687588/131524600 swapFree=131071216/131071996
[pid=31315] ppid=31312 vsize=88620 memory=76024 CPUtime=0.19 cores=0,2
/proc/31315/stat : 31315 (fscip) R 31312 31315 28847 0 -1 4194304 16956 0 0 0 18 1 0 0 20 0 1 0 4817714 90746880 19006 134679101440 4194304 16623229 140734405562784 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 52547584 140734405567510 140734405567626 140734405567626 140734405574640 0
/proc/31315/statm: 22155 19006 2347 3035 0 18551 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 88620 KiB
Current children cumulated memory: 76024 KiB

[startup+0.305786 s]*
/proc/loadavg: 3.93 4.11 4.08 5/265 31316
/proc/meminfo: memFree=127656452/131524600 swapFree=131071216/131071996
[pid=31315] ppid=31312 vsize=118456 memory=105976 CPUtime=0.29 cores=0,2
/proc/31315/stat : 31315 (fscip) R 31312 31315 28847 0 -1 4194304 24407 0 0 0 27 2 0 0 20 0 1 0 4817714 121298944 26494 134679101440 4194304 16623229 140734405562784 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 52547584 140734405567510 140734405567626 140734405567626 140734405574640 0
/proc/31315/statm: 29614 26494 2347 3035 0 26010 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 118456 KiB
Current children cumulated memory: 105976 KiB

[startup+0.700229 s]
/proc/loadavg: 3.93 4.11 4.08 5/265 31316
/proc/meminfo: memFree=127594708/131524600 swapFree=131071216/131071996
[pid=31315] ppid=31312 vsize=230764 memory=218408 CPUtime=0.68 cores=0,2
/proc/31315/stat : 31315 (fscip) R 31312 31315 28847 0 -1 4194304 51983 0 0 0 62 6 0 0 20 0 1 0 4817714 236302336 54602 134679101440 4194304 16623229 140734405562784 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 52547584 140734405567510 140734405567626 140734405567626 140734405574640 0
/proc/31315/statm: 57691 54602 2347 3035 0 54087 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 230764 KiB
Current children cumulated memory: 218408 KiB

[startup+1.50023 s]
/proc/loadavg: 3.93 4.11 4.08 5/265 31316
/proc/meminfo: memFree=127449456/131524600 swapFree=131071216/131071996
[pid=31315] ppid=31312 vsize=460624 memory=448076 CPUtime=1.48 cores=0,2
/proc/31315/stat : 31315 (fscip) R 31312 31315 28847 0 -1 4194304 107395 0 0 0 133 15 0 0 20 0 1 0 4817714 471678976 112019 134679101440 4194304 16623229 140734405562784 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 52547584 140734405567510 140734405567626 140734405567626 140734405574640 0
/proc/31315/statm: 115156 112019 2347 3035 0 111552 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 460624 KiB
Current children cumulated memory: 448076 KiB

[startup+3.10586 s]
/proc/loadavg: 3.94 4.11 4.08 5/265 31316
/proc/meminfo: memFree=126592752/131524600 swapFree=131071216/131071996
[pid=31315] ppid=31312 vsize=1185112 memory=1165308 CPUtime=3.08 cores=0,2
/proc/31315/stat : 31315 (fscip) R 31312 31315 28847 0 -1 4194304 277584 0 0 0 266 42 0 0 20 0 1 0 4817714 1213554688 291327 134679101440 4194304 16623229 140734405562784 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 52547584 140734405567510 140734405567626 140734405567626 140734405574640 0
/proc/31315/statm: 296278 291327 2614 3035 0 292674 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1185112 KiB
Current children cumulated memory: 1165308 KiB

[startup+6.30023 s]
/proc/loadavg: 3.94 4.11 4.08 5/265 31316
/proc/meminfo: memFree=126087540/131524600 swapFree=131071216/131071996
[pid=31315] ppid=31312 vsize=1680096 memory=1653760 CPUtime=6.27 cores=0,2
/proc/31315/stat : 31315 (fscip) R 31312 31315 28847 0 -1 4194304 305612 0 0 0 566 61 0 0 20 0 1 0 4817714 1720418304 413440 134679101440 4194304 16623229 140734405562784 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 52547584 140734405567510 140734405567626 140734405567626 140734405574640 0
/proc/31315/statm: 420024 413440 2726 3035 0 416420 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1680096 KiB
Current children cumulated memory: 1653760 KiB

[startup+12.7002 s]
/proc/loadavg: 3.94 4.11 4.08 5/265 31317
/proc/meminfo: memFree=126155780/131524600 swapFree=131071216/131071996
[pid=31315] ppid=31312 vsize=1613580 memory=1585772 CPUtime=12.64 cores=0,2
/proc/31315/stat : 31315 (fscip) R 31312 31315 28847 0 -1 4194304 376229 0 0 0 1192 72 0 0 20 0 1 0 4817714 1652305920 396443 134679101440 4194304 16623229 140734405562784 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 52547584 140734405567510 140734405567626 140734405567626 140734405574640 0
/proc/31315/statm: 403395 396443 2774 3035 0 399791 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 1613580 KiB
Current children cumulated memory: 1585772 KiB

[startup+25.5002 s]
/proc/loadavg: 4.04 4.12 4.08 5/265 31319
/proc/meminfo: memFree=126121620/131524600 swapFree=131071216/131071996
[pid=31315] ppid=31312 vsize=1630616 memory=1602152 CPUtime=25.41 cores=0,2
/proc/31315/stat : 31315 (fscip) R 31312 31315 28847 0 -1 4194304 379089 0 0 0 2466 75 0 0 20 0 1 0 4817714 1669750784 400538 134679101440 4194304 16623229 140734405562784 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 52547584 140734405567510 140734405567626 140734405567626 140734405574640 0
/proc/31315/statm: 407654 400538 2774 3035 0 404050 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 1630616 KiB
Current children cumulated memory: 1602152 KiB

[startup+51.1059 s]
/proc/loadavg: 4.10 4.13 4.08 5/266 31382
/proc/meminfo: memFree=126100416/131524600 swapFree=131071216/131071996
[pid=31315] ppid=31312 vsize=1646140 memory=1617452 CPUtime=50.92 cores=0,2
/proc/31315/stat : 31315 (fscip) R 31312 31315 28847 0 -1 4194304 382689 0 0 0 5015 77 0 0 20 0 1 0 4817714 1685647360 404363 134679101440 4194304 16623229 140734405562784 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 52547584 140734405567510 140734405567626 140734405567626 140734405574640 0
/proc/31315/statm: 411535 404363 2774 3035 0 407931 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 1646140 KiB
Current children cumulated memory: 1617452 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/267 31392
/proc/meminfo: memFree=126021364/131524600 swapFree=131071216/131071996
[pid=31315] ppid=31312 vsize=1677004 memory=1648500 CPUtime=101.94 cores=0,2
/proc/31315/stat : 31315 (fscip) R 31312 31315 28847 0 -1 4194304 389633 0 0 0 10113 81 0 0 20 0 1 0 4817714 1717252096 412125 134679101440 4194304 16623229 140734405562784 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 52547584 140734405567510 140734405567626 140734405567626 140734405574640 0
/proc/31315/statm: 419251 412125 2774 3035 0 415647 0
Current children cumulated CPU time: 101.94 s
Current children cumulated vsize: 1677004 KiB
Current children cumulated memory: 1648500 KiB

[startup+162.3 s]
/proc/loadavg: 4.04 4.10 4.08 5/267 31403
/proc/meminfo: memFree=125967820/131524600 swapFree=131071216/131071996
[pid=31315] ppid=31312 vsize=1714976 memory=1685988 CPUtime=161.74 cores=0,2
/proc/31315/stat : 31315 (fscip) R 31312 31315 28847 0 -1 4194304 398641 0 0 0 16090 84 0 0 20 0 1 0 4817714 1756135424 421497 134679101440 4194304 16623229 140734405562784 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 52547584 140734405567510 140734405567626 140734405567626 140734405574640 0
/proc/31315/statm: 428744 421497 2774 3035 0 425140 0
Current children cumulated CPU time: 161.74 s
Current children cumulated vsize: 1714976 KiB
Current children cumulated memory: 1685988 KiB

[startup+222.3 s]
/proc/loadavg: 4.23 4.14 4.09 5/267 31413
/proc/meminfo: memFree=125856580/131524600 swapFree=131071216/131071996
[pid=31315] ppid=31312 vsize=1801288 memory=1768268 CPUtime=221.54 cores=0,2
/proc/31315/stat : 31315 (fscip) R 31312 31315 28847 0 -1 4194304 432502 0 0 0 22053 101 0 0 20 0 1 0 4817714 1844518912 442067 134679101440 4194304 16623229 140734405562784 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 52547584 140734405567510 140734405567626 140734405567626 140734405574640 0
/proc/31315/statm: 450322 442067 2774 3035 0 446718 0
Current children cumulated CPU time: 221.54 s
Current children cumulated vsize: 1801288 KiB
Current children cumulated memory: 1768268 KiB

[startup+282.3 s]
/proc/loadavg: 4.14 4.13 4.09 5/265 31424
/proc/meminfo: memFree=125731676/131524600 swapFree=131071216/131071996
[pid=31315] ppid=31312 vsize=1882976 memory=1846916 CPUtime=281.34 cores=0,2
/proc/31315/stat : 31315 (fscip) R 31312 31315 28847 0 -1 4194304 449797 0 0 0 28028 106 0 0 20 0 1 0 4817714 1928167424 461729 134679101440 4194304 16623229 140734405562784 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 52547584 140734405567510 140734405567626 140734405567626 140734405574640 0
/proc/31315/statm: 470744 461729 2774 3035 0 467140 0
Current children cumulated CPU time: 281.34 s
Current children cumulated vsize: 1882976 KiB
Current children cumulated memory: 1846916 KiB

[startup+342.301 s]
/proc/loadavg: 4.09 4.12 4.09 5/266 31438
/proc/meminfo: memFree=122191444/131524600 swapFree=131071216/131071996
[pid=31315] ppid=31312 vsize=5775716 memory=5372360 CPUtime=340.91 cores=0,2
/proc/31315/stat : 31315 (fscip) S 31312 31315 28847 0 -1 1077936128 1193114 0 0 0 33840 251 0 0 20 0 3 0 4817714 5914333184 1343090 134679101440 4194304 16623229 140734405562784 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 52547584 140734405567510 140734405567626 140734405567626 140734405574640 0
/proc/31315/statm: 1443929 1343090 2966 3035 0 1418352 0
[pid=31315/tid=31431] ppid=31312 vsize=5775716 memory=3521996 CPUtime=32.4 cores=0,2
/proc/31315/task/31431/stat : 31431 (fscip) R 31312 31315 28847 0 -1 4194368 618045 0 0 0 3132 108 0 0 20 0 3 0 4848561 5914333184 1343090 134679101440 4194304 16623229 140734405562784 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 52547584 140734405567510 140734405567626 140734405567626 140734405574640 0
[pid=31315/tid=31432] ppid=31312 vsize=5775716 memory=5366700 CPUtime=0 cores=0,2
/proc/31315/task/31432/stat : 31432 (fscip) S 31312 31315 28847 0 -1 1077936192 9 0 0 0 0 0 0 0 20 0 3 0 4848757 5914333184 1343090 134679101440 4194304 16623229 140734405562784 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 52547584 140734405567510 140734405567626 140734405567626 140734405574640 0
Current children cumulated CPU time: 340.91 s
Current children cumulated vsize: 5775716 KiB
Current children cumulated memory: 5372360 KiB

[startup+402.301 s]
/proc/loadavg: 4.10 4.11 4.09 5/262 31448
/proc/meminfo: memFree=122182472/131524600 swapFree=131071216/131071996
[pid=31315] ppid=31312 vsize=5775716 memory=5372360 CPUtime=400.25 cores=0,2
/proc/31315/stat : 31315 (fscip) S 31312 31315 28847 0 -1 1077936128 1239744 0 0 0 39765 260 0 0 20 0 3 0 4817714 5914333184 1343090 134679101440 4194304 16623229 140734405562784 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 52547584 140734405567510 140734405567626 140734405567626 140734405574640 0
/proc/31315/statm: 1443929 1343090 2966 3035 0 1418352 0
[pid=31315/tid=31431] ppid=31312 vsize=5775716 memory=5071376 CPUtime=91.74 cores=0,2
/proc/31315/task/31431/stat : 31431 (fscip) R 31312 31315 28847 0 -1 4194368 664658 0 0 0 9057 117 0 0 20 0 3 0 4848561 5914333184 1343090 134679101440 4194304 16623229 140734405562784 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 52547584 140734405567510 140734405567626 140734405567626 140734405574640 0
[pid=31315/tid=31432] ppid=31312 vsize=5775716 memory=5372360 CPUtime=0 cores=0,2
/proc/31315/task/31432/stat : 31432 (fscip) S 31312 31315 28847 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 3 0 4848757 5914333184 1343090 134679101440 4194304 16623229 140734405562784 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 52547584 140734405567510 140734405567626 140734405567626 140734405574640 0
Current children cumulated CPU time: 400.25 s
Current children cumulated vsize: 5775716 KiB

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

/proc/31315/statm: 1817803 1589337 3014 3035 0 1793666 0
[pid=31315/tid=31431] ppid=31312 vsize=7271212 memory=6354120 CPUtime=3078.79 cores=0,2
/proc/31315/task/31431/stat : 31431 (fscip) R 31312 31315 28847 0 -1 4194368 5366744 0 0 0 307373 506 0 0 20 0 3 0 4848561 7445721088 1589337 134679101440 4194304 16623229 140734405562784 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 52547584 140734405567510 140734405567626 140734405567626 140734405574640 0
[pid=31315/tid=31432] ppid=31312 vsize=7271212 memory=6357348 CPUtime=0.03 cores=0,2
/proc/31315/task/31432/stat : 31432 (fscip) S 31312 31315 28847 0 -1 1077936192 512 0 0 0 1 2 0 0 20 0 3 0 4848757 7445721088 1589337 134679101440 4194304 16623229 140734405562784 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 52547584 140734405567510 140734405567626 140734405567626 140734405574640 0
Current children cumulated CPU time: 3387.33 s
Current children cumulated vsize: 7271212 KiB
Current children cumulated memory: 6357348 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.11 4.10 5/264 32978
/proc/meminfo: memFree=120862952/131524600 swapFree=131071216/131071996
[pid=31315] ppid=31312 vsize=7271212 memory=6359784 CPUtime=3447.16 cores=0,2
/proc/31315/stat : 31315 (fscip) S 31312 31315 28847 0 -1 1077936128 5959950 0 0 0 344063 653 0 0 20 0 3 0 4817714 7445721088 1589946 134679101440 4194304 16623229 140734405562784 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 52547584 140734405567510 140734405567626 140734405567626 140734405574640 0
/proc/31315/statm: 1817803 1589946 3014 3035 0 1793666 0
[pid=31315/tid=31431] ppid=31312 vsize=7271212 memory=6354120 CPUtime=3138.6 cores=0,2
/proc/31315/task/31431/stat : 31431 (fscip) R 31312 31315 28847 0 -1 4194368 5384241 0 0 0 313353 507 0 0 20 0 3 0 4848561 7445721088 1589946 134679101440 4194304 16623229 140734405562784 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 52547584 140734405567510 140734405567626 140734405567626 140734405574640 0
[pid=31315/tid=31432] ppid=31312 vsize=7271212 memory=6357348 CPUtime=0.03 cores=0,2
/proc/31315/task/31432/stat : 31432 (fscip) S 31312 31315 28847 0 -1 1077936192 525 0 0 0 1 2 0 0 20 0 3 0 4848757 7445721088 1589946 134679101440 4194304 16623229 140734405562784 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 52547584 140734405567510 140734405567626 140734405567626 140734405574640 0
Current children cumulated CPU time: 3447.16 s
Current children cumulated vsize: 7271212 KiB
Current children cumulated memory: 6359784 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/266 33158
/proc/meminfo: memFree=120835016/131524600 swapFree=131071216/131071996
[pid=31315] ppid=31312 vsize=7271212 memory=6364904 CPUtime=3506.97 cores=0,2
/proc/31315/stat : 31315 (fscip) S 31312 31315 28847 0 -1 1077936128 5970624 0 0 0 350044 653 0 0 20 0 3 0 4817714 7445721088 1591226 134679101440 4194304 16623229 140734405562784 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 52547584 140734405567510 140734405567626 140734405567626 140734405574640 0
/proc/31315/statm: 1817803 1591226 3014 3035 0 1793666 0
[pid=31315/tid=31431] ppid=31312 vsize=7271212 memory=6359292 CPUtime=3198.43 cores=0,2
/proc/31315/task/31431/stat : 31431 (fscip) R 31312 31315 28847 0 -1 4194368 5394907 0 0 0 319335 508 0 0 20 0 3 0 4848561 7445721088 1591226 134679101440 4194304 16623229 140734405562784 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 52547584 140734405567510 140734405567626 140734405567626 140734405574640 0
[pid=31315/tid=31432] ppid=31312 vsize=7271212 memory=6364904 CPUtime=0.03 cores=0,2
/proc/31315/task/31432/stat : 31432 (fscip) S 31312 31315 28847 0 -1 1077936192 533 0 0 0 1 2 0 0 20 0 3 0 4848757 7445721088 1591226 134679101440 4194304 16623229 140734405562784 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 52547584 140734405567510 140734405567626 140734405567626 140734405574640 0
Current children cumulated CPU time: 3506.97 s
Current children cumulated vsize: 7271212 KiB
Current children cumulated memory: 6364904 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/266 33168
/proc/meminfo: memFree=120830996/131524600 swapFree=131071216/131071996
[pid=31315] ppid=31312 vsize=7271212 memory=6368384 CPUtime=3566.79 cores=0,2
/proc/31315/stat : 31315 (fscip) S 31312 31315 28847 0 -1 1077936128 5987964 0 0 0 356025 654 0 0 20 0 3 0 4817714 7445721088 1592096 134679101440 4194304 16623229 140734405562784 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 52547584 140734405567510 140734405567626 140734405567626 140734405574640 0
/proc/31315/statm: 1817803 1592096 3014 3035 0 1793666 0
[pid=31315/tid=31431] ppid=31312 vsize=7271212 memory=12696 CPUtime=3258.24 cores=0,2
/proc/31315/task/31431/stat : 31431 (fscip) R 31312 31315 28847 0 -1 4194368 5412234 0 0 0 325315 509 0 0 20 0 3 0 4848561 7445721088 1592096 134679101440 4194304 16623229 140734405562784 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 52547584 140734405567510 140734405567626 140734405567626 140734405574640 0
[pid=31315/tid=31432] ppid=31312 vsize=7271212 memory=6368384 CPUtime=0.03 cores=0,2
/proc/31315/task/31432/stat : 31432 (fscip) S 31312 31315 28847 0 -1 1077936192 546 0 0 0 1 2 0 0 20 0 3 0 4848757 7445721088 1592096 134679101440 4194304 16623229 140734405562784 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 52547584 140734405567510 140734405567626 140734405567626 140734405574640 0
Current children cumulated CPU time: 3566.79 s
Current children cumulated vsize: 7271212 KiB
Current children cumulated memory: 6368384 KiB

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

# cumulated CPU time of all completed processes:  user=3583.63 s, system=6.73224 s

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

[startup+3584 s]*
/proc/loadavg: 4.12 4.11 4.09 5/266 33168
/proc/meminfo: memFree=120830976/131524600 swapFree=131071216/131071996
[pid=31315] ppid=31312 vsize=7271212 memory=6368384 CPUtime=3568.49 cores=0,2
/proc/31315/stat : 31315 (fscip) S 31312 31315 28847 0 -1 1077936128 5987965 0 0 0 356195 654 0 0 20 0 3 0 4817714 7445721088 1592096 134679101440 4194304 16623229 140734405562784 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 52547584 140734405567510 140734405567626 140734405567626 140734405574640 0
/proc/31315/statm: 1817803 1592096 3014 3035 0 1793666 0
[pid=31315/tid=31431] ppid=31312 vsize=7271212 memory=2172 CPUtime=3259.94 cores=0,2
/proc/31315/task/31431/stat : 31431 (fscip) R 31312 31315 28847 0 -1 4194368 5412235 0 0 0 325485 509 0 0 20 0 3 0 4848561 7445721088 1592096 134679101440 4194304 16623229 140734405562784 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 52547584 140734405567510 140734405567626 140734405567626 140734405574640 0
[pid=31315/tid=31432] ppid=31312 vsize=7271212 memory=3460 CPUtime=0.03 cores=0,2
/proc/31315/task/31432/stat : 31432 (fscip) S 31312 31315 28847 0 -1 1077936192 546 0 0 0 1 2 0 0 20 0 3 0 4848757 7445721088 1592096 134679101440 4194304 16623229 140734405562784 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 52547584 140734405567510 140734405567626 140734405567626 140734405574640 0
Current children cumulated CPU time: 3568.49 s
Current children cumulated vsize: 7271212 KiB
Current children cumulated memory: 6368384 KiB

[startup+3596.8 s]
/proc/loadavg: 4.10 4.11 4.09 5/267 33361
/proc/meminfo: memFree=121729044/131524600 swapFree=131071216/131071996
[pid=31315] ppid=31312 vsize=7271212 memory=6368384 CPUtime=3581.24 cores=0,2
/proc/31315/stat : 31315 (fscip) S 31312 31315 28847 0 -1 1077936128 5989347 0 0 0 357469 655 0 0 20 0 3 0 4817714 7445721088 1592096 134679101440 4194304 16623229 140734405562784 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 52547584 140734405567510 140734405567626 140734405567626 140734405574640 0
/proc/31315/statm: 1817803 1592096 3014 3035 0 1793666 0
[pid=31315/tid=31431] ppid=31312 vsize=7271212 memory=6368384 CPUtime=3272.69 cores=0,2
/proc/31315/task/31431/stat : 31431 (fscip) R 31312 31315 28847 0 -1 4194368 5413616 0 0 0 326760 509 0 0 20 0 3 0 4848561 7445721088 1592096 134679101440 4194304 16623229 140734405562784 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 52547584 140734405567510 140734405567626 140734405567626 140734405574640 0
[pid=31315/tid=31432] ppid=31312 vsize=7271212 memory=11400 CPUtime=0.03 cores=0,2
/proc/31315/task/31432/stat : 31432 (fscip) S 31312 31315 28847 0 -1 1077936192 547 0 0 0 1 2 0 0 20 0 3 0 4848757 7445721088 1592096 134679101440 4194304 16623229 140734405562784 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 52547584 140734405567510 140734405567626 140734405567626 140734405574640 0
Current children cumulated CPU time: 3581.24 s
Current children cumulated vsize: 7271212 KiB
Current children cumulated memory: 6368384 KiB

[startup+3600 s]*
/proc/loadavg: 4.10 4.11 4.09 5/267 33363
/proc/meminfo: memFree=121640388/131524600 swapFree=131071216/131071996
[pid=31315] ppid=31312 vsize=7271212 memory=6369108 CPUtime=3584.44 cores=0,2
/proc/31315/stat : 31315 (fscip) S 31312 31315 28847 0 -1 1077936128 5989397 0 0 0 357789 655 0 0 20 0 3 0 4817714 7445721088 1592277 134679101440 4194304 16623229 140734405562784 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 52547584 140734405567510 140734405567626 140734405567626 140734405574640 0
/proc/31315/statm: 1817803 1592277 3014 3035 0 1793666 0
[pid=31315/tid=31431] ppid=31312 vsize=7271212 memory=-7451605275046405499 CPUtime=3275.89 cores=0,2
/proc/31315/task/31431/stat : 31431 (fscip) R 31312 31315 28847 0 -1 4194368 5413666 0 0 0 327080 509 0 0 20 0 3 0 4848561 7445721088 1592277 134679101440 4194304 16623229 140734405562784 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 52547584 140734405567510 140734405567626 140734405567626 140734405574640 0
[pid=31315/tid=31432] ppid=31312 vsize=7271212 memory=40808 CPUtime=0.03 cores=0,2
/proc/31315/task/31432/stat : 31432 (fscip) S 31312 31315 28847 0 -1 1077936192 547 0 0 0 1 2 0 0 20 0 3 0 4848757 7445721088 1592277 134679101440 4194304 16623229 140734405562784 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 52547584 140734405567510 140734405567626 140734405567626 140734405574640 0
Current children cumulated CPU time: 3584.44 s
Current children cumulated vsize: 7271212 KiB
Current children cumulated memory: 6369108 KiB

[startup+3603.2 s]
/proc/loadavg: 4.10 4.11 4.09 5/267 33364
/proc/meminfo: memFree=121635644/131524600 swapFree=131071216/131071996
[pid=31315] ppid=31312 vsize=7271212 memory=6369108 CPUtime=3587.62 cores=0,2
/proc/31315/stat : 31315 (fscip) S 31312 31315 28847 0 -1 1077936128 5989607 0 0 0 358107 655 0 0 20 0 3 0 4817714 7445721088 1592277 134679101440 4194304 16623229 140734405562784 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 52547584 140734405567510 140734405567626 140734405567626 140734405574640 0
/proc/31315/statm: 1817803 1592277 3014 3035 0 1793666 0
[pid=31315/tid=31431] ppid=31312 vsize=7271212 memory=6368384 CPUtime=3279.07 cores=0,2
/proc/31315/task/31431/stat : 31431 (fscip) R 31312 31315 28847 0 -1 4194368 5413876 0 0 0 327398 509 0 0 20 0 3 0 4848561 7445721088 1592277 134679101440 4194304 16623229 140734405562784 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 52547584 140734405567510 140734405567626 140734405567626 140734405574640 0
[pid=31315/tid=31432] ppid=31312 vsize=7271212 memory=6368384 CPUtime=0.03 cores=0,2
/proc/31315/task/31432/stat : 31432 (fscip) S 31312 31315 28847 0 -1 1077936192 547 0 0 0 1 2 0 0 20 0 3 0 4848757 7445721088 1592277 134679101440 4194304 16623229 140734405562784 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 52547584 140734405567510 140734405567626 140734405567626 140734405574640 0
Current children cumulated CPU time: 3587.62 s
Current children cumulated vsize: 7271212 KiB
Current children cumulated memory: 6369108 KiB

[startup+3604.8 s]
/proc/loadavg: 4.09 4.10 4.09 5/267 33364
/proc/meminfo: memFree=121692932/131524600 swapFree=131071216/131071996
[pid=31315] ppid=31312 vsize=7143476 memory=6192224 CPUtime=3589.22 cores=0,2
/proc/31315/stat : 31315 (fscip) S 31312 31315 28847 0 -1 1077936128 6069363 0 0 0 358263 659 0 0 20 0 2 0 4817714 7314919424 1548056 134679101440 4194304 16623229 140734405562784 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 52547584 140734405567510 140734405567626 140734405567626 140734405574640 0
/proc/31315/statm: 1785869 1548056 3014 3035 0 1745381 0
[pid=31315/tid=31431] ppid=31312 vsize=7143476 memory=11400 CPUtime=3280.67 cores=0,2
/proc/31315/task/31431/stat : 31431 (fscip) R 31312 31315 28847 0 -1 4194368 5493608 0 0 0 327554 513 0 0 20 0 2 0 4848561 7314919424 1548056 134679101440 4194304 16623229 140734405562784 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 52547584 140734405567510 140734405567626 140734405567626 140734405574640 0
Current children cumulated CPU time: 3589.22 s
Current children cumulated vsize: 7143476 KiB
Current children cumulated memory: 6192224 KiB

[startup+3605.6 s]
/proc/loadavg: 4.09 4.10 4.09 5/265 33364
/proc/meminfo: memFree=123234928/131524600 swapFree=131071216/131071996
[pid=31315] ppid=31312 vsize=4956864 memory=4690568 CPUtime=3590.01 cores=0,2
/proc/31315/stat : 31315 (fscip) R 31312 31315 28847 0 -1 4194304 6136469 0 0 0 358338 663 0 0 20 0 1 0 4817714 5075828736 1172642 134679101440 4194304 16623229 140734405562784 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 52547584 140734405567510 140734405567626 140734405567626 140734405574640 0
/proc/31315/statm: 1239216 1172642 3014 3035 0 1209248 0
Current children cumulated CPU time: 3590.01 s
Current children cumulated vsize: 4956864 KiB
Current children cumulated memory: 4690568 KiB

[startup+3605.8 s]
/proc/loadavg: 4.09 4.10 4.09 5/265 33364
/proc/meminfo: memFree=123234928/131524600 swapFree=131071216/131071996
[pid=31315] ppid=31312 vsize=4755044 memory=4488748 CPUtime=3590.2 cores=0,2
/proc/31315/stat : 31315 (fscip) R 31312 31315 28847 0 -1 4194304 6186034 0 0 0 358354 666 0 0 20 0 1 0 4817714 4869165056 1122187 134679101440 4194304 16623229 140734405562784 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 52547584 140734405567510 140734405567626 140734405567626 140734405574640 0
/proc/31315/statm: 1188761 1122187 3014 3035 0 1158793 0
Current children cumulated CPU time: 3590.2 s
Current children cumulated vsize: 4755044 KiB
Current children cumulated memory: 4488748 KiB

[startup+3605.9 s]
/proc/loadavg: 4.09 4.10 4.09 5/265 33364
/proc/meminfo: memFree=123234928/131524600 swapFree=131071216/131071996
[pid=31315] ppid=31312 vsize=4640684 memory=4374400 CPUtime=3590.31 cores=0,2
/proc/31315/stat : 31315 (fscip) R 31312 31315 28847 0 -1 4194304 6211392 0 0 0 358362 669 0 0 20 0 1 0 4817714 4752060416 1093600 134679101440 4194304 16623229 140734405562784 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 52547584 140734405567510 140734405567626 140734405567626 140734405574640 0
/proc/31315/statm: 1160171 1093600 3014 3035 0 1130203 0
Current children cumulated CPU time: 3590.31 s
Current children cumulated vsize: 4640684 KiB
Current children cumulated memory: 4374400 KiB

Child status: 0

Real time (s): 3605.95
CPU time (s): 3590.37
CPU user time (s): 3583.63
CPU system time (s): 6.73224
CPU usage (%): 99.5678
Max. virtual memory (cumulated for all children) (KiB): 7271212
Max. memory (cumulated for all children) (KiB): 6369108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3583.63
system time used= 6.73224
maximum resident set size= 6369108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6214316
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= 3506
involuntary context switches= 26725


# summary of solver processes directly reported to runsolver:
#   pid: 31315
#   total CPU time (s): 3590.37
#   total CPU user time (s): 3583.63
#   total CPU system time (s): 6.73224

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.00978 second user time and 17.4871 second system time

The end

Launcher Data

Begin job on nodeC017 at 2024-07-31 01:30:07
IDJOB=4464455
IDBENCH=155570
IDSOLVER=3092
FILE ID=nodeC017/4464455-1722382207
RUNJOBID= nodeC017-1722378594-28857
SLURM_JOB_ID= 8249830
Free space on /tmp= 889956 MiB

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

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

MD5SUM BENCH= b1a9bb408d678f4e4f75286e8bd2bbb9
RANDOM SEED=99795441

nodeC017.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		: 3669.859
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.82
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		: 3686.821
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	: 7005.29
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		: 3669.066
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 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.82
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		: 3600.012
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	: 7005.29
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.291
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.82
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		: 3686.821
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	: 7005.29
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		: 3607.554
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.257
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	: 7005.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127753736 kB
MemAvailable:   129102980 kB
Buffers:           94208 kB
Cached:          2087528 kB
SwapCached:           52 kB
Active:           267664 kB
Inactive:        3025940 kB
Active(anon):       1472 kB
Inactive(anon):  1131528 kB
Active(file):     266192 kB
Inactive(file):  1894412 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071216 kB
Dirty:            154308 kB
Writeback:             0 kB
AnonPages:       1111860 kB
Mapped:           120920 kB
Shmem:             21136 kB
KReclaimable:      56924 kB
Slab:             137160 kB
SReclaimable:      56924 kB
SUnreclaim:        80236 kB
KernelStack:        4272 kB
PageTables:        11336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1050704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:             9024 kB
HardwareCorrupted:     0 kB
AnonHugePages:    315392 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:      185044 kB
DirectMap2M:     5879808 kB
DirectMap1G:    130023424 kB

Free space on /tmp at the end= 889932 MiB
End job on nodeC017 at 2024-07-31 02:30:13