Trace number 4458217

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
IPBHS-GUROBI-SYM 2024-07-09? (TO) 3600.05 3606.61

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/multverif/
diagcomm_greater/normalized-mult_diagcomm_opt_greater_teq_nbits_10.opb
MD5SUM04cf70665d2adff71755d5c35c939249
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.049018
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables640
Total number of constraints940
Number of constraints which are clauses600
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints340
Minimum length of a constraint2
Maximum length of a constraint5
Number of terms in the objective function 40
Biggest coefficient in the objective function 524288
Number of bits for the biggest coefficient in the objective function 20
Sum of the numbers in the objective function 2097150
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 524288
Number of bits of the biggest number in a constraint 20
Biggest sum of numbers in a constraint 2097150
Number of bits of the biggest sum of numbers21
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.01	c initialize IPBHS solver
0.00/0.01	c IPBHS 0.0.0 beta (471c63a-dirty, Jul  9 2024 15:19:29), with Glucose 3.0, with Gurobi 10.0.1, with RoundingSat 2, with SSPB2SAT 0.2.0, with BreakID 0.0.0
0.00/0.01	c optimizer = "gurobi"
0.00/0.01	c pbsolver = "roundingsat"
0.00/0.01	c load symmetries from file ""
0.00/0.01	c set time limit for symmetry computation to 100 seconds.
0.00/0.01	c set interchangeable summation variable limit to 3
0.00/0.01	c find symmetric cores by applying each permutation and add them to optimizer
0.00/0.01	c set abs symmetric core budget per WCE-iteration to 100
0.00/0.01	c set rel symmetric core budget per WCE-iteration to 0
0.00/0.01	c set lit symmetric core budget per WCE-iteration to 0
0.00/0.01	c set sym generation to 's'
0.00/0.01	c set abstraction set creation to 10 iterations without LB change
0.00/0.01	c set abstraction set inputs to 0
0.00/0.01	c set abstraction set cluster min size to 2
0.00/0.01	c set abstraction set cluster max size to 100000000
0.00/0.01	c set abstraction set cluster activation limit to 2
0.00/0.01	c enable abstraction set require equal cost
0.00/0.01	c set abstraction set assumptions to 0
0.00/0.01	c set abstraction set constraint type to 0
0.00/0.01	c set abstract core extraction strategy to b
0.00/0.01	c set core extraction strategy to 2
0.00/0.01	c set core extraction shuffles 10
0.00/0.01	c set cores per iteration to 5
0.00/0.01	c set optimizer bound usage strategy to 2
0.00/0.01	c set optimizer max non-optimal iterations to 1000
0.00/0.01	c set small core cardinality limit to 2
0.00/0.01	c set max coef in cores to 1000000000
0.00/0.01	c set SIS iterations to 5
0.00/0.01	c set SIS budget abs to 1000
0.00/0.01	c set SIS budget rel to 0.05
0.00/0.01	c limit for coefficient in constraints and objective to 9223372036854775807
0.00/0.01	c will solve HOME/instance-4458217-1721868727.opb
3383.07/3389.31	c [0.01] solve iteration 1, LB=-1048575, UB=1048576
3383.07/3389.31	c [6.9] solve iteration 2, LB=-1048575, UB=0
3383.07/3389.31	c [17.4] solve iteration 3, LB=-524160, UB=0
3383.07/3389.31	c [28.36] solve iteration 4, LB=-523648, UB=0
3383.07/3389.31	c [36.27] solve iteration 5, LB=-523648, UB=0
3383.07/3389.31	c [72.59] solve iteration 6, LB=-523648, UB=0
3383.07/3389.31	c [83.34] solve iteration 7, LB=-523648, UB=0
3383.07/3389.31	c [97.45] solve iteration 8, LB=-523648, UB=0
3383.07/3389.31	c [105.02] solve iteration 9, LB=-523648, UB=0
3383.07/3389.31	c [109.16] solve iteration 10, LB=-523648, UB=0
3383.07/3389.31	c [161.16] solve iteration 11, LB=-523648, UB=0
3383.07/3389.31	c [162.14] solve iteration 12, LB=-523648, UB=0
3383.07/3389.31	c [163.06] solve iteration 13, LB=-523648, UB=0
3383.07/3389.31	c [163.48] solve iteration 14, LB=-523648, UB=0
3383.07/3389.31	c [171.54] solve iteration 15, LB=-523648, UB=0
3383.07/3389.31	c [204.18] solve iteration 16, LB=-356992, UB=0
3383.07/3389.31	c [207.05] solve iteration 17, LB=-356992, UB=0
3383.07/3389.31	c [217.02] solve iteration 18, LB=-356992, UB=0
3383.07/3389.31	c [230.24] solve iteration 19, LB=-356992, UB=0
3383.07/3389.31	c [249.51] solve iteration 20, LB=-356992, UB=0
3383.07/3389.31	c [337.12] solve iteration 21, LB=-351104, UB=0
3383.07/3389.31	c [348.06] solve iteration 22, LB=-351104, UB=0
3383.07/3389.31	c [362.33] solve iteration 23, LB=-351104, UB=0
3383.07/3389.31	c [382.52] solve iteration 24, LB=-351104, UB=0
3383.07/3389.31	c [392.9] solve iteration 25, LB=-349376, UB=0
3383.07/3389.31	c [445.4] solve iteration 26, LB=-348928, UB=0
3383.07/3389.31	c [467.74] solve iteration 27, LB=-348928, UB=0
3383.07/3389.31	c [476.38] solve iteration 28, LB=-348928, UB=0
3383.07/3389.31	c [484] solve iteration 29, LB=-348928, UB=0
3383.07/3389.31	c [540.55] solve iteration 30, LB=-348784, UB=0
3383.07/3389.31	c [658.54] solve iteration 31, LB=-348784, UB=0
3383.07/3389.31	c [670.48] solve iteration 32, LB=-348784, UB=0
3383.07/3389.31	c [671.84] solve iteration 33, LB=-348784, UB=0
3383.07/3389.31	c [692.93] solve iteration 34, LB=-348784, UB=0
3383.07/3389.31	c [703.7] solve iteration 35, LB=-348784, UB=0
3383.07/3389.31	c [807.65] solve iteration 36, LB=-348784, UB=0
3383.07/3389.31	c [820.35] solve iteration 37, LB=-348784, UB=0
3383.07/3389.31	c [823] solve iteration 38, LB=-348784, UB=0
3383.07/3389.31	c [837.41] solve iteration 39, LB=-348784, UB=0
3383.07/3389.31	c [857.62] solve iteration 40, LB=-348784, UB=0
3383.07/3389.31	c [1013.63] solve iteration 41, LB=-348784, UB=0
3383.07/3389.31	c [1025] solve iteration 42, LB=-348784, UB=0
3383.07/3389.31	c [1042.48] solve iteration 43, LB=-348778, UB=0
3383.07/3389.31	c [1052.82] solve iteration 44, LB=-348778, UB=0
3383.07/3389.31	c [1061.11] solve iteration 45, LB=-348778, UB=0
3383.07/3389.31	c [1212.76] solve iteration 46, LB=-348778, UB=0
3383.07/3389.31	c [1255.77] solve iteration 47, LB=-348778, UB=0
3383.07/3389.31	c [1269.59] solve iteration 48, LB=-348778, UB=0
3383.07/3389.31	c [1277.84] solve iteration 49, LB=-348778, UB=0
3383.07/3389.31	c [1289.57] solve iteration 50, LB=-348778, UB=0
3383.07/3389.31	c [1460.54] solve iteration 51, LB=-348778, UB=0
3383.07/3389.31	c [1476.46] solve iteration 52, LB=-348778, UB=0
3383.07/3389.31	c [1484.53] solve iteration 53, LB=-348778, UB=0
3383.07/3389.31	c [1491.29] solve iteration 54, LB=-348778, UB=0
3383.07/3389.31	c [1495.46] solve iteration 55, LB=-348778, UB=0
3383.07/3389.31	c [1651.76] solve iteration 56, LB=-348778, UB=0
3383.07/3389.31	c [1660.01] solve iteration 57, LB=-348778, UB=0
3383.07/3389.31	c [1664.53] solve iteration 58, LB=-348778, UB=0
3383.07/3389.31	c [1685.99] solve iteration 59, LB=-348778, UB=0
3383.07/3389.31	c [1690.33] solve iteration 60, LB=-348778, UB=0
3383.07/3389.31	c [1897.05] solve iteration 61, LB=-348778, UB=0
3383.07/3389.31	c [1910.35] solve iteration 62, LB=-348778, UB=0
3383.07/3389.31	c [1921.83] solve iteration 63, LB=-348760, UB=0
3383.07/3389.31	c [1938.75] solve iteration 64, LB=-348760, UB=0
3383.07/3389.31	c [1955.43] solve iteration 65, LB=-348760, UB=0
3383.07/3389.31	c [2165.65] solve iteration 66, LB=-348760, UB=0
3383.07/3389.31	c [2182.41] solve iteration 67, LB=-348760, UB=0
3383.07/3389.31	c [2205.06] solve iteration 68, LB=-348760, UB=0
3383.07/3389.31	c [2220.78] solve iteration 69, LB=-348760, UB=0
3383.07/3389.31	c [2222.57] solve iteration 70, LB=-348760, UB=0
3383.07/3389.31	c [2568.96] solve iteration 71, LB=-348760, UB=0
3383.07/3389.31	c [2584.61] solve iteration 72, LB=-348760, UB=0
3383.07/3389.31	c [2599.15] solve iteration 73, LB=-348760, UB=0
3383.07/3389.31	c [2620.48] solve iteration 74, LB=-348760, UB=0
3383.07/3389.31	c [2636.65] solve iteration 75, LB=-348760, UB=0
3383.07/3389.31	c [2853.34] solve iteration 76, LB=-348760, UB=0
3383.07/3389.31	c [2863.53] solve iteration 77, LB=-348760, UB=0
3383.07/3389.31	c [2879.44] solve iteration 78, LB=-348760, UB=0
3383.07/3389.31	c [2886.15] solve iteration 79, LB=-348760, UB=0
3383.07/3389.31	c [2904.9] solve iteration 80, LB=-348760, UB=0
3383.07/3389.31	c [3308.02] solve iteration 81, LB=-348760, UB=0
3383.07/3389.31	c [3322.14] solve iteration 82, LB=-348760, UB=0
3383.07/3389.31	c [3335.96] solve iteration 83, LB=-348760, UB=0
3383.07/3389.31	c [3365.36] solve iteration 84, LB=-348760, UB=0
3383.07/3389.31	c [3377.53] solve iteration 85, LB=-348760, UBHOME/run-glibc-2.34.sh: line 2: 213418 Terminated              LD_LIBRARY_PATH=/home/evaluation/evaluation/priv/lib:/home/evaluation/evaluation/tools/lib64:/home/evaluation/evaluation/tools/lib:/usr/local/lib:/home/evaluation/evaluation/tools/glibc-2.34/lib/:/lib64 /home/evaluation/evaluation/tools/glibc-2.34/lib/ld-linux-x86-64.so.2 $*

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 (58376 MiB free)
  memory of node 1: 64473 MiB (60278 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4458217-1721868727/watcher-4458217-1721868727 -o /tmp/evaluation-result-4458217-1721868727/solver-4458217-1721868727 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1721865095-210687 --watchdog 3760 run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4458217-1721868727.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=213416, runsolver pid=213413

[startup+0.100056 s]*
/proc/loadavg: 4.13 4.17 4.09 6/262 213419
/proc/meminfo: memFree=121492552/131524600 swapFree=131060368/131071996
[pid=213416] ppid=213413 vsize=9928 memory=2752 CPUtime=0 cores=5,7
/proc/213416/stat : 213416 (run-glibc-2.34.) S 213413 213416 210674 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 23400649 10166272 688 134679101440 94625530413056 94625531492376 140735694198432 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94625533590832 94625533638020 94625553035264 140735694201795 140735694201952 140735694201952 140735694208963 0
/proc/213416/statm: 2482 688 607 264 0 133 0
[pid=213418] ppid=213416 vsize=150944 memory=23060 CPUtime=0.1 cores=5,7
/proc/213418/stat : 213418 (ld-linux-x86-64) R 213416 213416 210674 0 -1 4194304 1816 0 0 0 9 1 0 0 20 0 2 0 23400649 154566656 5765 134679101440 139862903660544 139862903848156 140737138473280 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139862905949056 139862905958504 93825015152640 140737138475867 140737138476031 140737138476031 140737138483122 0
/proc/213418/statm: 37736 5765 3314 46 0 6700 0
[pid=213418/tid=213419] ppid=213416 vsize=150944 memory=4026561614 CPUtime=0 cores=5,7
/proc/213418/task/213419/stat : 213419 (ld-linux-x86-64) R 213416 213416 210674 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 23400650 154566656 5765 134679101440 139862903660544 139862903848156 140737138473280 0 0 0 0 4096 0 0 0 0 -1 7 0 0 0 0 0 139862905949056 139862905958504 93825015152640 140737138475867 140737138476031 140737138476031 140737138483122 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 160872 KiB
Current children cumulated memory: 25812 KiB

[startup+0.205842 s]*
/proc/loadavg: 4.13 4.17 4.09 5/262 213419
/proc/meminfo: memFree=121492056/131524600 swapFree=131060368/131071996
[pid=213416] ppid=213413 vsize=9928 memory=2752 CPUtime=0 cores=5,7
/proc/213416/stat : 213416 (run-glibc-2.34.) S 213413 213416 210674 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 23400649 10166272 688 134679101440 94625530413056 94625531492376 140735694198432 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94625533590832 94625533638020 94625553035264 140735694201795 140735694201952 140735694201952 140735694208963 0
/proc/213416/statm: 2482 688 607 264 0 133 0
[pid=213418] ppid=213416 vsize=150944 memory=24388 CPUtime=0.2 cores=5,7
/proc/213418/stat : 213418 (ld-linux-x86-64) R 213416 213416 210674 0 -1 4194304 1832 0 0 0 19 1 0 0 20 0 2 0 23400649 154566656 6097 134679101440 139862903660544 139862903848156 140737138473280 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139862905949056 139862905958504 93825015152640 140737138475867 140737138476031 140737138476031 140737138483122 0
/proc/213418/statm: 37736 6097 3599 46 0 6700 0
[pid=213418/tid=213419] ppid=213416 vsize=150944 memory=3471202400344241230 CPUtime=0 cores=5,7
/proc/213418/task/213419/stat : 213419 (ld-linux-x86-64) R 213416 213416 210674 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 23400650 154566656 6097 134679101440 139862903660544 139862903848156 140737138473280 0 0 0 0 4096 0 0 0 0 -1 7 0 0 0 0 0 139862905949056 139862905958504 93825015152640 140737138475867 140737138476031 140737138476031 140737138483122 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 160872 KiB
Current children cumulated memory: 27140 KiB

[startup+0.304888 s]*
/proc/loadavg: 4.13 4.17 4.09 5/262 213419
/proc/meminfo: memFree=121491744/131524600 swapFree=131060368/131071996
[pid=213416] ppid=213413 vsize=9928 memory=2752 CPUtime=0 cores=5,7
/proc/213416/stat : 213416 (run-glibc-2.34.) S 213413 213416 210674 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 23400649 10166272 688 134679101440 94625530413056 94625531492376 140735694198432 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94625533590832 94625533638020 94625553035264 140735694201795 140735694201952 140735694201952 140735694208963 0
/proc/213416/statm: 2482 688 607 264 0 133 0
[pid=213418] ppid=213416 vsize=150944 memory=24388 CPUtime=0.3 cores=5,7
/proc/213418/stat : 213418 (ld-linux-x86-64) R 213416 213416 210674 0 -1 4194304 1865 0 0 0 28 2 0 0 20 0 2 0 23400649 154566656 6097 134679101440 139862903660544 139862903848156 140737138473280 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139862905949056 139862905958504 93825015152640 140737138475867 140737138476031 140737138476031 140737138483122 0
/proc/213418/statm: 37736 6097 3599 46 0 6700 0
[pid=213418/tid=213419] ppid=213416 vsize=150944 memory=-8898203111321069670 CPUtime=0 cores=5,7
/proc/213418/task/213419/stat : 213419 (ld-linux-x86-64) S 213416 213416 210674 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 23400650 154566656 6097 134679101440 139862903660544 139862903848156 140737138473280 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139862905949056 139862905958504 93825015152640 140737138475867 140737138476031 140737138476031 140737138483122 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 160872 KiB
Current children cumulated memory: 27140 KiB

[startup+0.70018 s]
/proc/loadavg: 4.12 4.16 4.09 5/262 213419
/proc/meminfo: memFree=121491568/131524600 swapFree=131060368/131071996
[pid=213416] ppid=213413 vsize=9928 memory=2752 CPUtime=0 cores=5,7
/proc/213416/stat : 213416 (run-glibc-2.34.) S 213413 213416 210674 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 23400649 10166272 688 134679101440 94625530413056 94625531492376 140735694198432 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94625533590832 94625533638020 94625553035264 140735694201795 140735694201952 140735694201952 140735694208963 0
/proc/213416/statm: 2482 688 607 264 0 133 0
[pid=213418] ppid=213416 vsize=150944 memory=24652 CPUtime=0.69 cores=5,7
/proc/213418/stat : 213418 (ld-linux-x86-64) R 213416 213416 210674 0 -1 4194304 1911 0 0 0 66 3 0 0 20 0 2 0 23400649 154566656 6163 134679101440 139862903660544 139862903848156 140737138473280 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139862905949056 139862905958504 93825015152640 140737138475867 140737138476031 140737138476031 140737138483122 0
/proc/213418/statm: 37736 6163 3599 46 0 6700 0
[pid=213418/tid=213419] ppid=213416 vsize=150944 memory=5552 CPUtime=0 cores=5,7
/proc/213418/task/213419/stat : 213419 (ld-linux-x86-64) S 213416 213416 210674 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 23400650 154566656 6163 134679101440 139862903660544 139862903848156 140737138473280 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139862905949056 139862905958504 93825015152640 140737138475867 140737138476031 140737138476031 140737138483122 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 160872 KiB
Current children cumulated memory: 27404 KiB

[startup+1.50018 s]
/proc/loadavg: 4.12 4.16 4.09 5/262 213419
/proc/meminfo: memFree=121491208/131524600 swapFree=131060368/131071996
[pid=213416] ppid=213413 vsize=9928 memory=2752 CPUtime=0 cores=5,7
/proc/213416/stat : 213416 (run-glibc-2.34.) S 213413 213416 210674 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 23400649 10166272 688 134679101440 94625530413056 94625531492376 140735694198432 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94625533590832 94625533638020 94625553035264 140735694201795 140735694201952 140735694201952 140735694208963 0
/proc/213416/statm: 2482 688 607 264 0 133 0
[pid=213418] ppid=213416 vsize=150944 memory=24652 CPUtime=1.49 cores=5,7
/proc/213418/stat : 213418 (ld-linux-x86-64) R 213416 213416 210674 0 -1 4194304 1949 0 0 0 144 5 0 0 20 0 2 0 23400649 154566656 6163 134679101440 139862903660544 139862903848156 140737138473280 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139862905949056 139862905958504 93825015152640 140737138475867 140737138476031 140737138476031 140737138483122 0
/proc/213418/statm: 37736 6163 3599 46 0 6700 0
[pid=213418/tid=213419] ppid=213416 vsize=150944 memory=11624 CPUtime=0 cores=5,7
/proc/213418/task/213419/stat : 213419 (ld-linux-x86-64) S 213416 213416 210674 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 23400650 154566656 6163 134679101440 139862903660544 139862903848156 140737138473280 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139862905949056 139862905958504 93825015152640 140737138475867 140737138476031 140737138476031 140737138483122 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 160872 KiB
Current children cumulated memory: 27404 KiB

[startup+3.10485 s]
/proc/loadavg: 4.12 4.16 4.09 5/262 213419
/proc/meminfo: memFree=121489948/131524600 swapFree=131060368/131071996
[pid=213416] ppid=213413 vsize=9928 memory=2752 CPUtime=0 cores=5,7
/proc/213416/stat : 213416 (run-glibc-2.34.) S 213413 213416 210674 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 23400649 10166272 688 134679101440 94625530413056 94625531492376 140735694198432 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94625533590832 94625533638020 94625553035264 140735694201795 140735694201952 140735694201952 140735694208963 0
/proc/213416/statm: 2482 688 607 264 0 133 0
[pid=213418] ppid=213416 vsize=150944 memory=25052 CPUtime=3.09 cores=5,7
/proc/213418/stat : 213418 (ld-linux-x86-64) R 213416 213416 210674 0 -1 4194304 2540 0 0 0 300 9 0 0 20 0 2 0 23400649 154566656 6263 134679101440 139862903660544 139862903848156 140737138473280 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139862905949056 139862905958504 93825015152640 140737138475867 140737138476031 140737138476031 140737138483122 0
/proc/213418/statm: 37736 6263 3599 46 0 6700 0
[pid=213418/tid=213419] ppid=213416 vsize=150944 memory=25052 CPUtime=0 cores=5,7
/proc/213418/task/213419/stat : 213419 (ld-linux-x86-64) S 213416 213416 210674 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 2 0 23400650 154566656 6263 134679101440 139862903660544 139862903848156 140737138473280 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139862905949056 139862905958504 93825015152640 140737138475867 140737138476031 140737138476031 140737138483122 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 160872 KiB
Current children cumulated memory: 27804 KiB

[startup+6.30019 s]
/proc/loadavg: 4.19 4.18 4.09 5/262 213419
/proc/meminfo: memFree=121482636/131524600 swapFree=131060368/131071996
[pid=213416] ppid=213413 vsize=9928 memory=2752 CPUtime=0 cores=5,7
/proc/213416/stat : 213416 (run-glibc-2.34.) S 213413 213416 210674 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 23400649 10166272 688 134679101440 94625530413056 94625531492376 140735694198432 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94625533590832 94625533638020 94625553035264 140735694201795 140735694201952 140735694201952 140735694208963 0
/proc/213416/statm: 2482 688 607 264 0 133 0
[pid=213418] ppid=213416 vsize=153372 memory=29704 CPUtime=6.28 cores=5,7
/proc/213418/stat : 213418 (ld-linux-x86-64) R 213416 213416 210674 0 -1 4194304 4131 0 0 0 616 12 0 0 20 0 2 0 23400649 157052928 7426 134679101440 139862903660544 139862903848156 140737138473280 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139862905949056 139862905958504 93825015152640 140737138475867 140737138476031 140737138476031 140737138483122 0
/proc/213418/statm: 38343 7426 3599 46 0 7307 0
[pid=213418/tid=213419] ppid=213416 vsize=153372 memory=24652 CPUtime=0 cores=5,7
/proc/213418/task/213419/stat : 213419 (ld-linux-x86-64) S 213416 213416 210674 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 2 0 23400650 157052928 7426 134679101440 139862903660544 139862903848156 140737138473280 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139862905949056 139862905958504 93825015152640 140737138475867 140737138476031 140737138476031 140737138483122 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 163300 KiB
Current children cumulated memory: 32456 KiB

[startup+12.7002 s]
/proc/loadavg: 4.18 4.17 4.09 5/262 213421
/proc/meminfo: memFree=121473908/131524600 swapFree=131060368/131071996
[pid=213416] ppid=213413 vsize=9928 memory=2752 CPUtime=0 cores=5,7
/proc/213416/stat : 213416 (run-glibc-2.34.) S 213413 213416 210674 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 23400649 10166272 688 134679101440 94625530413056 94625531492376 140735694198432 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94625533590832 94625533638020 94625553035264 140735694201795 140735694201952 140735694201952 140735694208963 0
/proc/213416/statm: 2482 688 607 264 0 133 0
[pid=213418] ppid=213416 vsize=154524 memory=32372 CPUtime=12.65 cores=5,7
/proc/213418/stat : 213418 (ld-linux-x86-64) R 213416 213416 210674 0 -1 4194304 7385 0 0 0 1246 19 0 0 20 0 2 0 23400649 158232576 8093 134679101440 139862903660544 139862903848156 140737138473280 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139862905949056 139862905958504 93825015152640 140737138475867 140737138476031 140737138476031 140737138483122 0
/proc/213418/statm: 38631 8093 3805 46 0 7595 0
[pid=213418/tid=213419] ppid=213416 vsize=154524 memory=32132 CPUtime=0 cores=5,7
/proc/213418/task/213419/stat : 213419 (ld-linux-x86-64) S 213416 213416 210674 0 -1 1077936192 12 0 0 0 0 0 0 0 20 0 2 0 23400650 158232576 8093 134679101440 139862903660544 139862903848156 140737138473280 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139862905949056 139862905958504 93825015152640 140737138475867 140737138476031 140737138476031 140737138483122 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 164452 KiB
Current children cumulated memory: 35124 KiB

[startup+25.5003 s]
/proc/loadavg: 4.15 4.17 4.09 5/262 213422
/proc/meminfo: memFree=121459092/131524600 swapFree=131060368/131071996
[pid=213416] ppid=213413 vsize=9928 memory=2752 CPUtime=0 cores=5,7
/proc/213416/stat : 213416 (run-glibc-2.34.) S 213413 213416 210674 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 23400649 10166272 688 134679101440 94625530413056 94625531492376 140735694198432 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94625533590832 94625533638020 94625553035264 140735694201795 140735694201952 140735694201952 140735694208963 0
/proc/213416/statm: 2482 688 607 264 0 133 0
[pid=213418] ppid=213416 vsize=166176 memory=42212 CPUtime=25.41 cores=5,7
/proc/213418/stat : 213418 (ld-linux-x86-64) R 213416 213416 210674 0 -1 4194304 15375 0 0 0 2516 25 0 0 20 0 2 0 23400649 170164224 10553 134679101440 139862903660544 139862903848156 140737138473280 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139862905949056 139862905958504 93825015152640 140737138475867 140737138476031 140737138476031 140737138483122 0
/proc/213418/statm: 41544 10553 3979 46 0 10508 0
[pid=213418/tid=213419] ppid=213416 vsize=166176 memory=-8898203111321069670 CPUtime=0 cores=5,7
/proc/213418/task/213419/stat : 213419 (ld-linux-x86-64) S 213416 213416 210674 0 -1 1077936192 18 0 0 0 0 0 0 0 20 0 2 0 23400650 170164224 10553 134679101440 139862903660544 139862903848156 140737138473280 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139862905949056 139862905958504 93825015152640 140737138475867 140737138476031 140737138476031 140737138483122 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 176104 KiB
Current children cumulated memory: 44964 KiB

[startup+51.1058 s]
/proc/loadavg: 4.25 4.18 4.10 5/262 213427
/proc/meminfo: memFree=121445712/131524600 swapFree=131060368/131071996
[pid=213416] ppid=213413 vsize=9928 memory=2752 CPUtime=0 cores=5,7
/proc/213416/stat : 213416 (run-glibc-2.34.) S 213413 213416 210674 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 23400649 10166272 688 134679101440 94625530413056 94625531492376 140735694198432 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94625533590832 94625533638020 94625553035264 140735694201795 140735694201952 140735694201952 140735694208963 0
/proc/213416/statm: 2482 688 607 264 0 133 0
[pid=213418] ppid=213416 vsize=169708 memory=44668 CPUtime=50.94 cores=5,7
/proc/213418/stat : 213418 (ld-linux-x86-64) R 213416 213416 210674 0 -1 4194304 26549 0 0 0 5059 35 0 0 20 0 2 0 23400649 173780992 11167 134679101440 139862903660544 139862903848156 140737138473280 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139862905949056 139862905958504 93825015152640 140737138475867 140737138476031 140737138476031 140737138483122 0
/proc/213418/statm: 42427 11167 4026 46 0 11391 0
[pid=213418/tid=213419] ppid=213416 vsize=169708 memory=2752 CPUtime=0.02 cores=5,7
/proc/213418/task/213419/stat : 213419 (ld-linux-x86-64) S 213416 213416 210674 0 -1 1077936192 29 0 0 0 0 2 0 0 20 0 2 0 23400650 173780992 11167 134679101440 139862903660544 139862903848156 140737138473280 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139862905949056 139862905958504 93825015152640 140737138475867 140737138476031 140737138476031 140737138483122 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 179636 KiB
Current children cumulated memory: 47420 KiB

[startup+102.3 s]
/proc/loadavg: 4.21 4.18 4.10 5/263 213483
/proc/meminfo: memFree=121496296/131524600 swapFree=131060368/131071996
[pid=213416] ppid=213413 vsize=9928 memory=2752 CPUtime=0 cores=5,7
/proc/213416/stat : 213416 (run-glibc-2.34.) S 213413 213416 210674 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 23400649 10166272 688 134679101440 94625530413056 94625531492376 140735694198432 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94625533590832 94625533638020 94625553035264 140735694201795 140735694201952 140735694201952 140735694208963 0
/proc/213416/statm: 2482 688 607 264 0 133 0
[pid=213418] ppid=213416 vsize=182452 memory=55484 CPUtime=102.01 cores=5,7
/proc/213418/stat : 213418 (ld-linux-x86-64) R 213416 213416 210674 0 -1 4194304 40378 0 0 0 10151 50 0 0 20 0 2 0 23400649 186830848 13871 134679101440 139862903660544 139862903848156 140737138473280 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139862905949056 139862905958504 93825015152640 140737138475867 140737138476031 140737138476031 140737138483122 0
/proc/213418/statm: 45613 13871 4026 46 0 14577 0
[pid=213418/tid=213419] ppid=213416 vsize=182452 memory=68496 CPUtime=0.05 cores=5,7
/proc/213418/task/213419/stat : 213419 (ld-linux-x86-64) S 213416 213416 210674 0 -1 1077936192 38 0 0 0 1 4 0 0 20 0 2 0 23400650 186830848 13871 134679101440 139862903660544 139862903848156 140737138473280 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139862905949056 139862905958504 93825015152640 140737138475867 140737138476031 140737138476031 140737138483122 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 192380 KiB
Current children cumulated memory: 58236 KiB

[startup+162.3 s]

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

/proc/213418/statm: 75667 35991 4214 46 0 44631 0
[pid=213418/tid=213419] ppid=213416 vsize=302668 memory=2752 CPUtime=2.79 cores=5,7
/proc/213418/task/213419/stat : 213419 (ld-linux-x86-64) S 213416 213416 210674 0 -1 1077936192 195 0 0 0 118 161 0 0 20 0 2 0 23400650 309932032 35991 134679101440 139862903660544 139862903848156 140737138473280 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139862905949056 139862905958504 93825015152640 140737138475867 140737138476031 140737138476031 140737138483122 0
Current children cumulated CPU time: 3096.58 s
Current children cumulated vsize: 312596 KiB
Current children cumulated memory: 146716 KiB

[startup+3162.3 s]
/proc/loadavg: 4.09 4.10 4.10 5/263 215289
/proc/meminfo: memFree=121133544/131524600 swapFree=131060368/131071996
[pid=213416] ppid=213413 vsize=9928 memory=2752 CPUtime=0 cores=5,7
/proc/213416/stat : 213416 (run-glibc-2.34.) S 213413 213416 210674 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 23400649 10166272 688 134679101440 94625530413056 94625531492376 140735694198432 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94625533590832 94625533638020 94625553035264 140735694201795 140735694201952 140735694201952 140735694208963 0
/proc/213416/statm: 2482 688 607 264 0 133 0
[pid=213418] ppid=213416 vsize=302668 memory=143964 CPUtime=3156.48 cores=5,7
/proc/213418/stat : 213418 (ld-linux-x86-64) R 213416 213416 210674 0 -1 4194304 105113 0 0 0 315119 529 0 0 20 0 2 0 23400649 309932032 35991 134679101440 139862903660544 139862903848156 140737138473280 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139862905949056 139862905958504 93825015152640 140737138475867 140737138476031 140737138476031 140737138483122 0
/proc/213418/statm: 75667 35991 4214 46 0 44631 0
[pid=213418/tid=213419] ppid=213416 vsize=302668 memory=2752 CPUtime=2.84 cores=5,7
/proc/213418/task/213419/stat : 213419 (ld-linux-x86-64) S 213416 213416 210674 0 -1 1077936192 198 0 0 0 120 164 0 0 20 0 2 0 23400650 309932032 35991 134679101440 139862903660544 139862903848156 140737138473280 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139862905949056 139862905958504 93825015152640 140737138475867 140737138476031 140737138476031 140737138483122 0
Current children cumulated CPU time: 3156.48 s
Current children cumulated vsize: 312596 KiB
Current children cumulated memory: 146716 KiB

[startup+3222.3 s]
/proc/loadavg: 4.42 4.18 4.13 5/260 215299
/proc/meminfo: memFree=121135696/131524600 swapFree=131060368/131071996
[pid=213416] ppid=213413 vsize=9928 memory=2752 CPUtime=0 cores=5,7
/proc/213416/stat : 213416 (run-glibc-2.34.) S 213413 213416 210674 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 23400649 10166272 688 134679101440 94625530413056 94625531492376 140735694198432 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94625533590832 94625533638020 94625553035264 140735694201795 140735694201952 140735694201952 140735694208963 0
/proc/213416/statm: 2482 688 607 264 0 133 0
[pid=213418] ppid=213416 vsize=302668 memory=143964 CPUtime=3216.39 cores=5,7
/proc/213418/stat : 213418 (ld-linux-x86-64) R 213416 213416 210674 0 -1 4194304 105450 0 0 0 321103 536 0 0 20 0 2 0 23400649 309932032 35991 134679101440 139862903660544 139862903848156 140737138473280 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139862905949056 139862905958504 93825015152640 140737138475867 140737138476031 140737138476031 140737138483122 0
/proc/213418/statm: 75667 35991 4214 46 0 44631 0
[pid=213418/tid=213419] ppid=213416 vsize=302668 memory=2752 CPUtime=2.9 cores=5,7
/proc/213418/task/213419/stat : 213419 (ld-linux-x86-64) S 213416 213416 210674 0 -1 1077936192 201 0 0 0 123 167 0 0 20 0 2 0 23400650 309932032 35991 134679101440 139862903660544 139862903848156 140737138473280 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139862905949056 139862905958504 93825015152640 140737138475867 140737138476031 140737138476031 140737138483122 0
Current children cumulated CPU time: 3216.39 s
Current children cumulated vsize: 312596 KiB
Current children cumulated memory: 146716 KiB

[startup+3282.3 s]
/proc/loadavg: 4.26 4.18 4.13 5/260 215310
/proc/meminfo: memFree=121132576/131524600 swapFree=131060368/131071996
[pid=213416] ppid=213413 vsize=9928 memory=2752 CPUtime=0 cores=5,7
/proc/213416/stat : 213416 (run-glibc-2.34.) S 213413 213416 210674 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 23400649 10166272 688 134679101440 94625530413056 94625531492376 140735694198432 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94625533590832 94625533638020 94625553035264 140735694201795 140735694201952 140735694201952 140735694208963 0
/proc/213416/statm: 2482 688 607 264 0 133 0
[pid=213418] ppid=213416 vsize=302668 memory=146012 CPUtime=3276.29 cores=5,7
/proc/213418/stat : 213418 (ld-linux-x86-64) R 213416 213416 210674 0 -1 4194304 105787 0 0 0 327086 543 0 0 20 0 2 0 23400649 309932032 36503 134679101440 139862903660544 139862903848156 140737138473280 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139862905949056 139862905958504 93825015152640 140737138475867 140737138476031 140737138476031 140737138483122 0
/proc/213418/statm: 75667 36503 4214 46 0 44631 0
[pid=213418/tid=213419] ppid=213416 vsize=302668 memory=146012 CPUtime=2.95 cores=5,7
/proc/213418/task/213419/stat : 213419 (ld-linux-x86-64) S 213416 213416 210674 0 -1 1077936192 204 0 0 0 125 170 0 0 20 0 2 0 23400650 309932032 36503 134679101440 139862903660544 139862903848156 140737138473280 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139862905949056 139862905958504 93825015152640 140737138475867 140737138476031 140737138476031 140737138483122 0
Current children cumulated CPU time: 3276.29 s
Current children cumulated vsize: 312596 KiB
Current children cumulated memory: 148764 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.14 4.12 5/260 215322
/proc/meminfo: memFree=121130260/131524600 swapFree=131060368/131071996
[pid=213416] ppid=213413 vsize=9928 memory=2752 CPUtime=0 cores=5,7
/proc/213416/stat : 213416 (run-glibc-2.34.) S 213413 213416 210674 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 23400649 10166272 688 134679101440 94625530413056 94625531492376 140735694198432 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94625533590832 94625533638020 94625553035264 140735694201795 140735694201952 140735694201952 140735694208963 0
/proc/213416/statm: 2482 688 607 264 0 133 0
[pid=213418] ppid=213416 vsize=306352 memory=148056 CPUtime=3336.17 cores=5,7
/proc/213418/stat : 213418 (ld-linux-x86-64) R 213416 213416 210674 0 -1 4194304 106357 0 0 0 333066 551 0 0 20 0 2 0 23400649 313704448 37014 134679101440 139862903660544 139862903848156 140737138473280 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139862905949056 139862905958504 93825015152640 140737138475867 140737138476031 140737138476031 140737138483122 0
/proc/213418/statm: 76588 37014 4214 46 0 45552 0
[pid=213418/tid=213419] ppid=213416 vsize=306352 memory=5552 CPUtime=3 cores=5,7
/proc/213418/task/213419/stat : 213419 (ld-linux-x86-64) S 213416 213416 210674 0 -1 1077936192 207 0 0 0 126 174 0 0 20 0 2 0 23400650 313704448 37014 134679101440 139862903660544 139862903848156 140737138473280 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139862905949056 139862905958504 93825015152640 140737138475867 140737138476031 140737138476031 140737138483122 0
Current children cumulated CPU time: 3336.17 s
Current children cumulated vsize: 316280 KiB
Current children cumulated memory: 150808 KiB

[startup+3402.3 s]
/proc/loadavg: 4.23 4.16 4.12 5/260 215332
/proc/meminfo: memFree=121125716/131524600 swapFree=131060368/131071996
[pid=213416] ppid=213413 vsize=9928 memory=2752 CPUtime=0 cores=5,7
/proc/213416/stat : 213416 (run-glibc-2.34.) S 213413 213416 210674 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 23400649 10166272 688 134679101440 94625530413056 94625531492376 140735694198432 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94625533590832 94625533638020 94625553035264 140735694201795 140735694201952 140735694201952 140735694208963 0
/proc/213416/statm: 2482 688 607 264 0 133 0
[pid=213418] ppid=213416 vsize=307032 memory=152172 CPUtime=3396.04 cores=5,7
/proc/213418/stat : 213418 (ld-linux-x86-64) R 213416 213416 210674 0 -1 4194304 107316 0 0 0 339046 558 0 0 20 0 2 0 23400649 314400768 38043 134679101440 139862903660544 139862903848156 140737138473280 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139862905949056 139862905958504 93825015152640 140737138475867 140737138476031 140737138476031 140737138483122 0
/proc/213418/statm: 76758 38043 4214 46 0 45722 0
[pid=213418/tid=213419] ppid=213416 vsize=307032 memory=2752 CPUtime=3.06 cores=5,7
/proc/213418/task/213419/stat : 213419 (ld-linux-x86-64) S 213416 213416 210674 0 -1 1077936192 210 0 0 0 129 177 0 0 20 0 2 0 23400650 314400768 38043 134679101440 139862903660544 139862903848156 140737138473280 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139862905949056 139862905958504 93825015152640 140737138475867 140737138476031 140737138476031 140737138483122 0
Current children cumulated CPU time: 3396.04 s
Current children cumulated vsize: 316960 KiB
Current children cumulated memory: 154924 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.15 4.12 5/259 215342
/proc/meminfo: memFree=121123456/131524600 swapFree=131060368/131071996
[pid=213416] ppid=213413 vsize=9928 memory=2752 CPUtime=0 cores=5,7
/proc/213416/stat : 213416 (run-glibc-2.34.) S 213413 213416 210674 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 23400649 10166272 688 134679101440 94625530413056 94625531492376 140735694198432 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94625533590832 94625533638020 94625553035264 140735694201795 140735694201952 140735694201952 140735694208963 0
/proc/213416/statm: 2482 688 607 264 0 133 0
[pid=213418] ppid=213416 vsize=307032 memory=154212 CPUtime=3455.95 cores=5,7
/proc/213418/stat : 213418 (ld-linux-x86-64) R 213416 213416 210674 0 -1 4194304 107633 0 0 0 345027 568 0 0 20 0 2 0 23400649 314400768 38553 134679101440 139862903660544 139862903848156 140737138473280 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139862905949056 139862905958504 93825015152640 140737138475867 140737138476031 140737138476031 140737138483122 0
/proc/213418/statm: 76758 38553 4214 46 0 45722 0
[pid=213418/tid=213419] ppid=213416 vsize=307032 memory=2752 CPUtime=3.12 cores=5,7
/proc/213418/task/213419/stat : 213419 (ld-linux-x86-64) S 213416 213416 210674 0 -1 1077936192 213 0 0 0 131 181 0 0 20 0 2 0 23400650 314400768 38553 134679101440 139862903660544 139862903848156 140737138473280 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139862905949056 139862905958504 93825015152640 140737138475867 140737138476031 140737138476031 140737138483122 0
Current children cumulated CPU time: 3455.95 s
Current children cumulated vsize: 316960 KiB
Current children cumulated memory: 156964 KiB

[startup+3522.3 s]
/proc/loadavg: 4.25 4.17 4.12 5/262 215357
/proc/meminfo: memFree=121119604/131524600 swapFree=131060368/131071996
[pid=213416] ppid=213413 vsize=9928 memory=2752 CPUtime=0 cores=5,7
/proc/213416/stat : 213416 (run-glibc-2.34.) S 213413 213416 210674 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 23400649 10166272 688 134679101440 94625530413056 94625531492376 140735694198432 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94625533590832 94625533638020 94625553035264 140735694201795 140735694201952 140735694201952 140735694208963 0
/proc/213416/statm: 2482 688 607 264 0 133 0
[pid=213418] ppid=213416 vsize=307032 memory=154212 CPUtime=3515.87 cores=5,7
/proc/213418/stat : 213418 (ld-linux-x86-64) R 213416 213416 210674 0 -1 4194304 107955 0 0 0 351007 580 0 0 20 0 2 0 23400649 314400768 38553 134679101440 139862903660544 139862903848156 140737138473280 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139862905949056 139862905958504 93825015152640 140737138475867 140737138476031 140737138476031 140737138483122 0
/proc/213418/statm: 76758 38553 4214 46 0 45722 0
[pid=213418/tid=213419] ppid=213416 vsize=307032 memory=2268 CPUtime=3.18 cores=5,7
/proc/213418/task/213419/stat : 213419 (ld-linux-x86-64) S 213416 213416 210674 0 -1 1077936192 216 0 0 0 134 184 0 0 20 0 2 0 23400650 314400768 38553 134679101440 139862903660544 139862903848156 140737138473280 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139862905949056 139862905958504 93825015152640 140737138475867 140737138476031 140737138476031 140737138483122 0
Current children cumulated CPU time: 3515.87 s
Current children cumulated vsize: 316960 KiB
Current children cumulated memory: 156964 KiB

[startup+3582.3 s]
/proc/loadavg: 4.45 4.25 4.16 5/262 215369
/proc/meminfo: memFree=121119344/131524600 swapFree=131060368/131071996
[pid=213416] ppid=213413 vsize=9928 memory=2752 CPUtime=0 cores=5,7
/proc/213416/stat : 213416 (run-glibc-2.34.) S 213413 213416 210674 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 23400649 10166272 688 134679101440 94625530413056 94625531492376 140735694198432 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94625533590832 94625533638020 94625553035264 140735694201795 140735694201952 140735694201952 140735694208963 0
/proc/213416/statm: 2482 688 607 264 0 133 0
[pid=213418] ppid=213416 vsize=307032 memory=154212 CPUtime=3575.77 cores=5,7
/proc/213418/stat : 213418 (ld-linux-x86-64) R 213416 213416 210674 0 -1 4194304 108278 0 0 0 356990 587 0 0 20 0 2 0 23400649 314400768 38553 134679101440 139862903660544 139862903848156 140737138473280 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139862905949056 139862905958504 93825015152640 140737138475867 140737138476031 140737138476031 140737138483122 0
/proc/213418/statm: 76758 38553 4214 46 0 45722 0
[pid=213418/tid=213419] ppid=213416 vsize=307032 memory=2752 CPUtime=3.24 cores=5,7
/proc/213418/task/213419/stat : 213419 (ld-linux-x86-64) S 213416 213416 210674 0 -1 1077936192 219 0 0 0 137 187 0 0 20 0 2 0 23400650 314400768 38553 134679101440 139862903660544 139862903848156 140737138473280 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139862905949056 139862905958504 93825015152640 140737138475867 140737138476031 140737138476031 140737138483122 0
Current children cumulated CPU time: 3575.77 s
Current children cumulated vsize: 316960 KiB
Current children cumulated memory: 156964 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3606.6 s]
/proc/loadavg: 4.32 4.24 4.15 5/262 215467
/proc/meminfo: memFree=121296140/131524600 swapFree=131060368/131071996
[pid=213416] ppid=213413 vsize=9928 memory=2752 CPUtime=0 cores=5,7
/proc/213416/stat : 213416 (run-glibc-2.34.) S 213413 213416 210674 0 -1 4194304 207 0 0 0 0 0 0 0 20 0 1 0 23400649 10166272 688 134679101440 94625530413056 94625531492376 140735694198432 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94625533590832 94625533638020 94625553035264 140735694201795 140735694201952 140735694201952 140735694208963 0
/proc/213416/statm: 2482 688 607 264 0 133 0
[pid=213418] ppid=213416 vsize=307032 memory=154212 CPUtime=3600.04 cores=5,7
/proc/213418/stat : 213418 (ld-linux-x86-64) R 213416 213416 210674 0 -1 4194304 108278 0 0 0 359414 590 0 0 20 0 2 0 23400649 314400768 38553 134679101440 139862903660544 139862903848156 140737138473280 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 139862905949056 139862905958504 93825015152640 140737138475867 140737138476031 140737138476031 140737138483122 0
/proc/213418/statm: 76758 38553 4214 46 0 45722 0
[pid=213418/tid=213419] ppid=213416 vsize=307032 memory=68496 CPUtime=3.26 cores=5,7
/proc/213418/task/213419/stat : 213419 (ld-linux-x86-64) S 213416 213416 210674 0 -1 1077936192 219 0 0 0 137 189 0 0 20 0 2 0 23400650 314400768 38553 134679101440 139862903660544 139862903848156 140737138473280 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 139862905949056 139862905958504 93825015152640 140737138475867 140737138476031 140737138476031 140737138483122 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 316960 KiB
Current children cumulated memory: 156964 KiB

Sending SIGTERM to process tree (bottom up)

[startup+3606.61 s]
# the end of solver process 213416 was just reported to runsolver
# Child status: 143

# cumulated CPU time of all completed processes:  user=3594.15 s, system=5.9031 s

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

Child status: 143

Real time (s): 3606.61
CPU time (s): 3600.05
CPU user time (s): 3594.15
CPU system time (s): 5.9031
CPU usage (%): 99.8183
Max. virtual memory (cumulated for all children) (KiB): 316960
Max. memory (cumulated for all children) (KiB): 156964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.15
system time used= 5.9031
maximum resident set size= 154212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108497
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= 357234
involuntary context switches= 1534


# summary of solver processes directly reported to runsolver:
#   pid: 213416
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3594.15
#   total CPU system time (s): 5.9031

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.55883 second user time and 19.7076 second system time

The end

Launcher Data

Begin job on nodeC014 at 2024-07-25 02:52:07
IDJOB=4458217
IDBENCH=177184
IDSOLVER=3055
FILE ID=nodeC014/4458217-1721868727
RUNJOBID= nodeC014-1721865095-210687
SLURM_JOB_ID= 8089153
Free space on /tmp= 889916 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2024-07-09
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/multverif/diagcomm_greater/normalized-mult_diagcomm_opt_greater_teq_nbits_10.opb
COMMAND LINE= run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4458217-1721868727/watcher-4458217-1721868727 -o /tmp/evaluation-result-4458217-1721868727/solver-4458217-1721868727 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1721865095-210687 --watchdog 3760  run-glibc-2.34.sh ./ipbhs_gurobi --sym-cores HOME/instance-4458217-1721868727.opb

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

MD5SUM BENCH= 04cf70665d2adff71755d5c35c939249
RANDOM SEED=170115247

nodeC014.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		: 3666.553
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.45
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		: 3672.269
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.48
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		: 3599.941
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.45
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.211
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.48
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		: 3666.537
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.45
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		: 3671.849
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.48
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		: 3599.753
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.45
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		: 3669.552
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        121503824 kB
MemAvailable:   129557012 kB
Buffers:          278248 kB
Cached:          8554476 kB
SwapCached:          132 kB
Active:           632448 kB
Inactive:        8694660 kB
Active(anon):       2268 kB
Inactive(anon):   545100 kB
Active(file):     630180 kB
Inactive(file):  8149560 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131060368 kB
Dirty:             42000 kB
Writeback:             0 kB
AnonPages:        483700 kB
Mapped:           106712 kB
Shmem:             52988 kB
KReclaimable:     226544 kB
Slab:             349008 kB
SReclaimable:     226544 kB
SUnreclaim:       122464 kB
KernelStack:        4144 kB
PageTables:        11028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     938272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            12800 kB
HardwareCorrupted:     0 kB
AnonHugePages:    327680 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:      387796 kB
DirectMap2M:    43425792 kB
DirectMap1G:    92274688 kB

Free space on /tmp at the end= 889876 MiB
End job on nodeC014 at 2024-07-25 03:52:14