Trace number 4295349

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
Concrete 3.8 2018-06-13OPT771 942.065 912.19

General information on the benchmark

NameMario/
Mario-n-medium-5_c18.xml
MD5SUM36a1aa2a38358c951443c34d8d302d49
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark771
Best CPU time to get the best result obtained on this benchmark86.9906
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints61
Number of domains56
Minimum domain size1
Maximum domain size30
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":28},{"size":29,"count":5},{"size":30,"count":55}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":59},{"degree":3,"count":29}]
Minimum constraint arity1
Maximum constraint arity30
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":58},{"arity":30,"count":2}]
Number of extensional constraints30
Number of intensional constraints29
Distribution of constraint types[{"type":"extension","count":30},{"type":"intension","count":29},{"type":"sum","count":1},{"type":"circuit","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.99/0.74	c Concrete v3.8.1528841891564 running
10.42/4.62	o 331
10.72/4.77	o 346
10.72/4.79	o 387
11.01/4.84	o 536
11.27/5.00	o 615
11.61/5.01	o 630
11.61/5.02	o 662
11.61/5.04	o 677
11.93/5.16	o 688
14.94/6.67	o 717
18.21/9.27	o 725
20.81/11.57	o 749
22.13/12.72	o 769
56.63/45.41	o 771
941.96/912.17	v <instantiation cost="771">
941.96/912.17	v       <list>
941.96/912.17	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] f[0] f[1] f[2] f[3] f[4] f[5] f[6] f[7] f[8] f[9] f[10] f[11] f[12] f[13] f[14] f[15] f[16] f[17] f[18] f[19] f[20] f[21] f[22] f[23] f[24] f[25] f[26] f[27] f[28] f[29] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14] g[15] g[16] g[17] g[18] g[19] g[20] g[21] g[22] g[23] g[24] g[25] g[26] g[27] g[28] g[29]
941.96/912.17	v       </list>
941.96/912.17	v       <values>
941.96/912.17	v         2 0 23 6 4 5 18 15 8 29 11 26 12 10 14 20 1 17 7 13 27 21 22 19 24 25 9 16 28 3 46 0 180 194 0 0 273 574 0 1 58 26 0 43 0 45 178 0 41 40 73 0 0 1 0 0 70 61 0 89 0 0 74 24 0 0 54 91 0 21 31 3 0 60 0 90 78 0 17 17 8 0 0 56 0 0 80 47 0 20
941.96/912.17	v       </values>
941.96/912.17	v     </instantiation>
941.96/912.17	s OPTIMUM FOUND

Verifier Data

OK	771

Watcher Data

runsolver version 3.4.0 (svn: 3012) 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: 16374 MiB (7616 MiB free)
  memory of node 1: 16384 MiB (12830 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295349-1532543472/watcher-4295349-1532543472 -o /tmp/evaluation-result-4295349-1532543472/solver-4295349-1532543472 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532524210-24417 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=848590472 HOME/instance-4295349-1532543472.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=28782, runsolver pid=28779

[startup+0.100545 s]*
/proc/loadavg: 2.06 1.56 1.44 2/206 28839
/proc/meminfo: memFree=20926924/32770624 swapFree=67108860/67108860
[pid=28782] ppid=28779 vsize=9972712 memory=18328 CPUtime=0.08 cores=1,3,5,7
/proc/28782/stat : 28782 (java) S 28779 28782 24385 0 -1 1077944320 4237 13133 0 0 1 0 4 3 20 0 6 0 71910338 10212057088 4582 33554432000 4194304 4196468 140729417991936 140729417974480 140718612696823 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
/proc/28782/statm: 2493178 4582 1930 1 0 2481616 0
[pid=28782/tid=28835] ppid=28779 vsize=9972712 memory=4279135704047190159 CPUtime=0.07 cores=1,3,5,7
/proc/28782/task/28835/stat : 28835 (java) R 28779 28782 24385 0 -1 4202560 2042 13133 0 0 0 0 4 3 20 0 6 0 71910347 10212057088 4582 33554432000 4194304 4196468 140729417991936 140718584533584 140718612718749 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28836] ppid=28779 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28782/task/28836/stat : 28836 (java) S 28779 28782 24385 0 -1 1077944384 1 13133 0 0 0 0 4 3 20 0 6 0 71910348 10212057088 4582 33554432000 4194304 4196468 140729417991936 140718616938896 140718612707029 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28837] ppid=28779 vsize=9972712 memory=140719557367424 CPUtime=0.07 cores=1,3,5,7
/proc/28782/task/28837/stat : 28837 (java) S 28779 28782 24385 0 -1 1077944384 2 13133 0 0 0 0 4 3 20 0 6 0 71910348 10212057088 4582 33554432000 4194304 4196468 140729417991936 140718505212176 140718612707029 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28838] ppid=28779 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28782/task/28838/stat : 28838 (java) S 28779 28782 24385 0 -1 1077944384 1 13133 0 0 0 0 4 3 20 0 6 0 71910348 10212057088 4582 33554432000 4194304 4196468 140729417991936 140718504159888 140718612707029 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28839] ppid=28779 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/28782/task/28839/stat : 28839 (java) S 28779 28782 24385 0 -1 1077944384 2 13133 0 0 0 0 4 3 20 0 6 0 71910348 10212057088 4582 33554432000 4194304 4196468 140729417991936 140718503107088 140718612707029 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18328 KiB

[startup+0.209846 s]*
/proc/loadavg: 2.06 1.56 1.44 3/215 28848
/proc/meminfo: memFree=20906608/32770624 swapFree=67108860/67108860
[pid=28782] ppid=28779 vsize=10818904 memory=45492 CPUtime=0.26 cores=1,3,5,7
/proc/28782/stat : 28782 (java) S 28779 28782 24385 0 -1 1077944320 7537 13133 0 0 17 2 4 3 20 0 15 0 71910338 11078557696 11373 33554432000 4194304 4196468 140729417991936 140729417974480 140718612696823 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
/proc/28782/statm: 2704726 11373 2986 1 0 2667149 0
[pid=28782/tid=28835] ppid=28779 vsize=10818904 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/28782/task/28835/stat : 28835 (java) R 28779 28782 24385 0 -1 4202560 4106 13133 0 0 10 1 4 3 20 0 15 0 71910347 11078557696 11439 33554432000 4194304 4196468 140729417991936 140718584493744 140718592972572 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28836] ppid=28779 vsize=10818904 memory=331 CPUtime=0.07 cores=1,3,5,7
/proc/28782/task/28836/stat : 28836 (java) S 28779 28782 24385 0 -1 1077944384 1 13133 0 0 0 0 4 3 20 0 15 0 71910348 11078557696 11439 33554432000 4194304 4196468 140729417991936 140718616938896 140718612707029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28837] ppid=28779 vsize=10818904 memory=140719557751889 CPUtime=0.07 cores=1,3,5,7
/proc/28782/task/28837/stat : 28837 (java) S 28779 28782 24385 0 -1 1077944384 2 13133 0 0 0 0 4 3 20 0 15 0 71910348 11078557696 11439 33554432000 4194304 4196468 140729417991936 140718505212176 140718612707029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28838] ppid=28779 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28782/task/28838/stat : 28838 (java) S 28779 28782 24385 0 -1 1077944384 1 13133 0 0 0 0 4 3 20 0 15 0 71910348 11078557696 11439 33554432000 4194304 4196468 140729417991936 140718504159888 140718612707029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28839] ppid=28779 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/28782/task/28839/stat : 28839 (java) S 28779 28782 24385 0 -1 1077944384 2 13133 0 0 0 0 4 3 20 0 15 0 71910348 11078557696 11439 33554432000 4194304 4196468 140729417991936 140718503107088 140718612707029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28840] ppid=28779 vsize=10818904 memory=140719557367424 CPUtime=0.07 cores=1,3,5,7
/proc/28782/task/28840/stat : 28840 (java) S 28779 28782 24385 0 -1 1077944384 2 13133 0 0 0 0 4 3 20 0 15 0 71910350 11078557696 11439 33554432000 4194304 4196468 140729417991936 140718071814768 140718612707970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28841] ppid=28779 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/28782/task/28841/stat : 28841 (java) S 28779 28782 24385 0 -1 1077944384 33 13133 0 0 0 0 4 3 20 0 15 0 71910350 11078557696 11439 33554432000 4194304 4196468 140729417991936 140718070760736 140718612707029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28842] ppid=28779 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28782/task/28842/stat : 28842 (java) S 28779 28782 24385 0 -1 1077944384 1 13133 0 0 0 0 4 3 20 0 15 0 71910350 11078557696 11439 33554432000 4194304 4196468 140729417991936 140717959669360 140718612707029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28843] ppid=28779 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28782/task/28843/stat : 28843 (java) S 28779 28782 24385 0 -1 1077944384 2 13133 0 0 0 0 4 3 20 0 15 0 71910353 11078557696 11439 33554432000 4194304 4196468 140729417991936 140717355690576 140718612715419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28844] ppid=28779 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28782/task/28844/stat : 28844 (java) S 28779 28782 24385 0 -1 1077944384 545 13133 0 0 1 0 4 3 20 0 15 0 71910353 11078557696 11439 33554432000 4194304 4196468 140729417991936 140718037203056 140718612707970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28845] ppid=28779 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28782/task/28845/stat : 28845 (java) S 28779 28782 24385 0 -1 1077944384 70 13133 0 0 1 0 4 3 20 0 15 0 71910353 11078557696 11439 33554432000 4194304 4196468 140729417991936 140718036150256 140718612707970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28846] ppid=28779 vsize=10818904 memory=140719557367424 CPUtime=0.1 cores=1,3,5,7
/proc/28782/task/28846/stat : 28846 (java) S 28779 28782 24385 0 -1 1077944384 604 13133 0 0 3 0 4 3 20 0 15 0 71910353 11078557696 11505 33554432000 4194304 4196468 140729417991936 140718035097968 140718612707970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28847] ppid=28779 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/28782/task/28847/stat : 28847 (java) S 28779 28782 24385 0 -1 1077944384 3 13133 0 0 0 0 4 3 20 0 15 0 71910353 11078557696 11505 33554432000 4194304 4196468 140729417991936 140716885928416 140718612707029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28848] ppid=28779 vsize=10818904 memory=140719557367424 CPUtime=0.07 cores=1,3,5,7
/proc/28782/task/28848/stat : 28848 (java) S 28779 28782 24385 0 -1 1077944384 1 13133 0 0 0 0 4 3 20 0 15 0 71910354 11078557696 11505 33554432000 4194304 4196468 140729417991936 140718034045872 140718612707970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 45492 KiB

[startup+0.310368 s]*
/proc/loadavg: 2.06 1.56 1.44 3/215 28848
/proc/meminfo: memFree=20894080/32770624 swapFree=67108860/67108860
[pid=28782] ppid=28779 vsize=10819352 memory=57252 CPUtime=0.37 cores=1,3,5,7
/proc/28782/stat : 28782 (java) S 28779 28782 24385 0 -1 1077944320 10307 13133 0 0 28 2 4 3 20 0 15 0 71910338 11079016448 14313 33554432000 4194304 4196468 140729417991936 140729417974480 140718612696823 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
/proc/28782/statm: 2704838 14313 3105 1 0 2667149 0
[pid=28782/tid=28835] ppid=28779 vsize=10819352 memory=6791534058613427641 CPUtime=0.27 cores=1,3,5,7
/proc/28782/task/28835/stat : 28835 (java) R 28779 28782 24385 0 -1 4202560 6842 13133 0 0 19 1 4 3 20 0 15 0 71910347 11079016448 14313 33554432000 4194304 4196468 140729417991936 140718584504368 140718596777310 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28836] ppid=28779 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28782/task/28836/stat : 28836 (java) S 28779 28782 24385 0 -1 1077944384 1 13133 0 0 0 0 4 3 20 0 15 0 71910348 11079016448 14313 33554432000 4194304 4196468 140729417991936 140718616938896 140718612707029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28837] ppid=28779 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28782/task/28837/stat : 28837 (java) S 28779 28782 24385 0 -1 1077944384 2 13133 0 0 0 0 4 3 20 0 15 0 71910348 11079016448 14313 33554432000 4194304 4196468 140729417991936 140718505212176 140718612707029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28838] ppid=28779 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28782/task/28838/stat : 28838 (java) S 28779 28782 24385 0 -1 1077944384 1 13133 0 0 0 0 4 3 20 0 15 0 71910348 11079016448 14313 33554432000 4194304 4196468 140729417991936 140718504159888 140718612707029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28839] ppid=28779 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28782/task/28839/stat : 28839 (java) S 28779 28782 24385 0 -1 1077944384 2 13133 0 0 0 0 4 3 20 0 15 0 71910348 11079016448 14313 33554432000 4194304 4196468 140729417991936 140718503107088 140718612707029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28840] ppid=28779 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28782/task/28840/stat : 28840 (java) S 28779 28782 24385 0 -1 1077944384 2 13133 0 0 0 0 4 3 20 0 15 0 71910350 11079016448 14313 33554432000 4194304 4196468 140729417991936 140718071814768 140718612707970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28841] ppid=28779 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/28782/task/28841/stat : 28841 (java) S 28779 28782 24385 0 -1 1077944384 33 13133 0 0 0 0 4 3 20 0 15 0 71910350 11079016448 14313 33554432000 4194304 4196468 140729417991936 140718070760736 140718612707029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28842] ppid=28779 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28782/task/28842/stat : 28842 (java) S 28779 28782 24385 0 -1 1077944384 1 13133 0 0 0 0 4 3 20 0 15 0 71910350 11079016448 14313 33554432000 4194304 4196468 140729417991936 140717959669360 140718612707029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28843] ppid=28779 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28782/task/28843/stat : 28843 (java) S 28779 28782 24385 0 -1 1077944384 2 13133 0 0 0 0 4 3 20 0 15 0 71910353 11079016448 14313 33554432000 4194304 4196468 140729417991936 140717355690576 140718612715419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28844] ppid=28779 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28782/task/28844/stat : 28844 (java) S 28779 28782 24385 0 -1 1077944384 545 13133 0 0 1 0 4 3 20 0 15 0 71910353 11079016448 14313 33554432000 4194304 4196468 140729417991936 140718037203056 140718612707970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28845] ppid=28779 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28782/task/28845/stat : 28845 (java) S 28779 28782 24385 0 -1 1077944384 71 13133 0 0 1 0 4 3 20 0 15 0 71910353 11079016448 14313 33554432000 4194304 4196468 140729417991936 140718036150256 140718612707970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28846] ppid=28779 vsize=10819352 memory=140719557367424 CPUtime=0.12 cores=1,3,5,7
/proc/28782/task/28846/stat : 28846 (java) S 28779 28782 24385 0 -1 1077944384 614 13133 0 0 5 0 4 3 20 0 15 0 71910353 11079016448 14313 33554432000 4194304 4196468 140729417991936 140718035097968 140718612707970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28847] ppid=28779 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/28782/task/28847/stat : 28847 (java) S 28779 28782 24385 0 -1 1077944384 3 13133 0 0 0 0 4 3 20 0 15 0 71910353 11079016448 14313 33554432000 4194304 4196468 140729417991936 140716885928416 140718612707029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28848] ppid=28779 vsize=10819352 memory=140719557367424 CPUtime=0.07 cores=1,3,5,7
/proc/28782/task/28848/stat : 28848 (java) S 28779 28782 24385 0 -1 1077944384 1 13133 0 0 0 0 4 3 20 0 15 0 71910354 11079016448 14313 33554432000 4194304 4196468 140729417991936 140718034045872 140718612707970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 57252 KiB

[startup+0.700721 s]
/proc/loadavg: 2.06 1.57 1.44 3/215 28848
/proc/meminfo: memFree=20883476/32770624 swapFree=67108860/67108860
[pid=28782] ppid=28779 vsize=10819352 memory=89332 CPUtime=0.99 cores=1,3,5,7
/proc/28782/stat : 28782 (java) S 28779 28782 24385 0 -1 1077944320 16431 13133 0 0 89 3 4 3 20 0 15 0 71910338 11079016448 22333 33554432000 4194304 4196468 140729417991936 140729417974480 140718612696823 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
/proc/28782/statm: 2704838 22333 3238 1 0 2667149 0
[pid=28782/tid=28835] ppid=28779 vsize=10819352 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/28782/task/28835/stat : 28835 (java) R 28779 28782 24385 0 -1 4202560 11947 13133 0 0 57 2 4 3 20 0 15 0 71910347 11079016448 22333 33554432000 4194304 4196468 140729417991936 140718584517648 140718592972610 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28836] ppid=28779 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28782/task/28836/stat : 28836 (java) S 28779 28782 24385 0 -1 1077944384 1 13133 0 0 0 0 4 3 20 0 15 0 71910348 11079016448 22333 33554432000 4194304 4196468 140729417991936 140718616938896 140718612707029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28837] ppid=28779 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28782/task/28837/stat : 28837 (java) S 28779 28782 24385 0 -1 1077944384 2 13133 0 0 0 0 4 3 20 0 15 0 71910348 11079016448 22333 33554432000 4194304 4196468 140729417991936 140718505212176 140718612707029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28838] ppid=28779 vsize=10819352 memory=140719436215056 CPUtime=0.07 cores=1,3,5,7
/proc/28782/task/28838/stat : 28838 (java) S 28779 28782 24385 0 -1 1077944384 1 13133 0 0 0 0 4 3 20 0 15 0 71910348 11079016448 22333 33554432000 4194304 4196468 140729417991936 140718504159888 140718612707029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28839] ppid=28779 vsize=10819352 memory=140720308486740 CPUtime=0.07 cores=1,3,5,7
/proc/28782/task/28839/stat : 28839 (java) S 28779 28782 24385 0 -1 1077944384 2 13133 0 0 0 0 4 3 20 0 15 0 71910348 11079016448 22333 33554432000 4194304 4196468 140729417991936 140718503107088 140718612707029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28840] ppid=28779 vsize=10819352 memory=8540 CPUtime=0.07 cores=1,3,5,7
/proc/28782/task/28840/stat : 28840 (java) S 28779 28782 24385 0 -1 1077944384 5 13133 0 0 0 0 4 3 20 0 15 0 71910350 11079016448 22333 33554432000 4194304 4196468 140729417991936 140718071814768 140718612707970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28841] ppid=28779 vsize=10819352 memory=7662705889289527641 CPUtime=0.07 cores=1,3,5,7
/proc/28782/task/28841/stat : 28841 (java) S 28779 28782 24385 0 -1 1077944384 33 13133 0 0 0 0 4 3 20 0 15 0 71910350 11079016448 22333 33554432000 4194304 4196468 140729417991936 140718070760736 140718612707029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28842] ppid=28779 vsize=10819352 memory=7885635084775281010 CPUtime=0.07 cores=1,3,5,7
/proc/28782/task/28842/stat : 28842 (java) S 28779 28782 24385 0 -1 1077944384 1 13133 0 0 0 0 4 3 20 0 15 0 71910350 11079016448 22333 33554432000 4194304 4196468 140729417991936 140717959669360 140718612707029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28843] ppid=28779 vsize=10819352 memory=16436 CPUtime=0.07 cores=1,3,5,7
/proc/28782/task/28843/stat : 28843 (java) S 28779 28782 24385 0 -1 1077944384 2 13133 0 0 0 0 4 3 20 0 15 0 71910353 11079016448 22333 33554432000 4194304 4196468 140729417991936 140717355690576 140718612715419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28844] ppid=28779 vsize=10819352 memory=12868 CPUtime=0.17 cores=1,3,5,7
/proc/28782/task/28844/stat : 28844 (java) S 28779 28782 24385 0 -1 1077944384 1145 13133 0 0 10 0 4 3 20 0 15 0 71910353 11079016448 22333 33554432000 4194304 4196468 140729417991936 140718037203056 140718612707970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28845] ppid=28779 vsize=10819352 memory=4008 CPUtime=0.14 cores=1,3,5,7
/proc/28782/task/28845/stat : 28845 (java) S 28779 28782 24385 0 -1 1077944384 435 13133 0 0 7 0 4 3 20 0 15 0 71910353 11079016448 22333 33554432000 4194304 4196468 140729417991936 140718036150256 140718612707970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28846] ppid=28779 vsize=10819352 memory=1796 CPUtime=0.2 cores=1,3,5,7
/proc/28782/task/28846/stat : 28846 (java) S 28779 28782 24385 0 -1 1077944384 664 13133 0 0 13 0 4 3 20 0 15 0 71910353 11079016448 22333 33554432000 4194304 4196468 140729417991936 140718035097968 140718612707970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28847] ppid=28779 vsize=10819352 memory=644 CPUtime=0.07 cores=1,3,5,7
/proc/28782/task/28847/stat : 28847 (java) S 28779 28782 24385 0 -1 1077944384 3 13133 0 0 0 0 4 3 20 0 15 0 71910353 11079016448 22333 33554432000 4194304 4196468 140729417991936 140716885928416 140718612707029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28848] ppid=28779 vsize=10819352 memory=956 CPUtime=0.07 cores=1,3,5,7
/proc/28782/task/28848/stat : 28848 (java) S 28779 28782 24385 0 -1 1077944384 1 13133 0 0 0 0 4 3 20 0 15 0 71910354 11079016448 22333 33554432000 4194304 4196468 140729417991936 140718034045872 140718612707970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 89332 KiB

[startup+1.5007 s]
/proc/loadavg: 2.06 1.57 1.44 3/215 28848
/proc/meminfo: memFree=20837764/32770624 swapFree=67108860/67108860
[pid=28782] ppid=28779 vsize=10834252 memory=180468 CPUtime=2.38 cores=1,3,5,7
/proc/28782/stat : 28782 (java) S 28779 28782 24385 0 -1 1077944320 25100 13133 0 0 224 7 4 3 20 0 15 0 71910338 11094274048 45117 33554432000 4194304 4196468 140729417991936 140729417974480 140718612696823 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
/proc/28782/statm: 2708563 45117 3472 1 0 2670221 0
[pid=28782/tid=28835] ppid=28779 vsize=10834252 memory=66040 CPUtime=1.42 cores=1,3,5,7
/proc/28782/task/28835/stat : 28835 (java) R 28779 28782 24385 0 -1 4202560 17557 13133 0 0 131 4 4 3 20 0 15 0 71910347 11094274048 45117 33554432000 4194304 4196468 140729417991936 140718584525504 140718612708758 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28836] ppid=28779 vsize=10834252 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/28782/task/28836/stat : 28836 (java) S 28779 28782 24385 0 -1 1077944384 250 13133 0 0 1 0 4 3 20 0 15 0 71910348 11094274048 45117 33554432000 4194304 4196468 140729417991936 140718616938896 140718612707029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28837] ppid=28779 vsize=10834252 memory=281438872461472 CPUtime=0.08 cores=1,3,5,7
/proc/28782/task/28837/stat : 28837 (java) S 28779 28782 24385 0 -1 1077944384 75 13133 0 0 1 0 4 3 20 0 15 0 71910348 11094274048 45117 33554432000 4194304 4196468 140729417991936 140718505212176 140718612707029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28838] ppid=28779 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28782/task/28838/stat : 28838 (java) S 28779 28782 24385 0 -1 1077944384 22 13133 0 0 1 0 4 3 20 0 15 0 71910348 11094274048 45117 33554432000 4194304 4196468 140729417991936 140718504159888 140718612707029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28839] ppid=28779 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28782/task/28839/stat : 28839 (java) S 28779 28782 24385 0 -1 1077944384 28 13133 0 0 1 0 4 3 20 0 15 0 71910348 11094274048 45117 33554432000 4194304 4196468 140729417991936 140718503107088 140718612707029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28840] ppid=28779 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28782/task/28840/stat : 28840 (java) S 28779 28782 24385 0 -1 1077944384 1099 13133 0 0 1 0 4 3 20 0 15 0 71910350 11094274048 45117 33554432000 4194304 4196468 140729417991936 140718071814768 140718612707970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28841] ppid=28779 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28782/task/28841/stat : 28841 (java) S 28779 28782 24385 0 -1 1077944384 34 13133 0 0 0 0 4 3 20 0 15 0 71910350 11094274048 45117 33554432000 4194304 4196468 140729417991936 140718070760800 140718612707029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28842] ppid=28779 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28782/task/28842/stat : 28842 (java) S 28779 28782 24385 0 -1 1077944384 1 13133 0 0 0 0 4 3 20 0 15 0 71910350 11094274048 45117 33554432000 4194304 4196468 140729417991936 140717959669376 140718612707029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28843] ppid=28779 vsize=10834252 memory=-2746958450906831424 CPUtime=0.07 cores=1,3,5,7
/proc/28782/task/28843/stat : 28843 (java) S 28779 28782 24385 0 -1 1077944384 2 13133 0 0 0 0 4 3 20 0 15 0 71910353 11094274048 45117 33554432000 4194304 4196468 140729417991936 140717355690576 140718612715419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28844] ppid=28779 vsize=10834252 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/28782/task/28844/stat : 28844 (java) S 28779 28782 24385 0 -1 1077944384 1799 13133 0 0 32 0 4 3 20 0 15 0 71910353 11094274048 45117 33554432000 4194304 4196468 140729417991936 140718037203056 140718612707970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28845] ppid=28779 vsize=10834252 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/28782/task/28845/stat : 28845 (java) S 28779 28782 24385 0 -1 1077944384 740 13133 0 0 18 0 4 3 20 0 15 0 71910353 11094274048 45117 33554432000 4194304 4196468 140729417991936 140718036150256 140718612707970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28846] ppid=28779 vsize=10834252 memory=6791534058613427641 CPUtime=0.42 cores=1,3,5,7
/proc/28782/task/28846/stat : 28846 (java) R 28779 28782 24385 0 -1 4202560 1299 13133 0 0 35 0 4 3 20 0 15 0 71910353 11094274048 45117 33554432000 4194304 4196468 140729417991936 140718035097968 140718596777310 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28847] ppid=28779 vsize=10834252 memory=4638778398332698720 CPUtime=0.07 cores=1,3,5,7
/proc/28782/task/28847/stat : 28847 (java) S 28779 28782 24385 0 -1 1077944384 3 13133 0 0 0 0 4 3 20 0 15 0 71910353 11094274048 45117 33554432000 4194304 4196468 140729417991936 140716885928416 140718612707029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28848] ppid=28779 vsize=10834252 memory=281438872705920 CPUtime=0.07 cores=1,3,5,7
/proc/28782/task/28848/stat : 28848 (java) S 28779 28782 24385 0 -1 1077944384 3 13133 0 0 0 0 4 3 20 0 15 0 71910354 11094274048 45117 33554432000 4194304 4196468 140729417991936 140718034045872 140718612707970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
Current children cumulated CPU time: 2.38 s
Current children cumulated vsize: 10834252 KiB

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

[pid=28782/tid=28847] ppid=28779 vsize=10916192 memory=1428 CPUtime=0.07 cores=1,3,5,7
/proc/28782/task/28847/stat : 28847 (java) S 28779 28782 24385 0 -1 1077944384 3 13133 0 0 0 0 4 3 20 0 15 0 71910353 11178180608 202712 33554432000 4194304 4196468 140729417991936 140716885928416 140718612707029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28848] ppid=28779 vsize=10916192 memory=13048 CPUtime=0.56 cores=1,3,5,7
/proc/28782/task/28848/stat : 28848 (java) S 28779 28782 24385 0 -1 1077944384 1341 13133 0 0 23 26 4 3 20 0 15 0 71910354 11178180608 202712 33554432000 4194304 4196468 140729417991936 140718034045872 140718612707970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
Current children cumulated CPU time: 940.23 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 810848 KiB

[startup+911.201 s]
/proc/loadavg: 1.33 1.43 1.45 3/215 29129
/proc/meminfo: memFree=19942012/32770624 swapFree=67108860/67108860
[pid=28782] ppid=28779 vsize=10916192 memory=810848 CPUtime=941.04 cores=1,3,5,7
/proc/28782/stat : 28782 (java) S 28779 28782 24385 0 -1 1077944320 197559 13133 0 0 93948 149 4 3 20 0 15 0 71910338 11178180608 202712 33554432000 4194304 4196468 140729417991936 140729417974480 140718612696823 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
/proc/28782/statm: 2729048 202712 3529 1 0 2690701 0
[pid=28782/tid=28835] ppid=28779 vsize=10916192 memory=1296 CPUtime=901.75 cores=1,3,5,7
/proc/28782/task/28835/stat : 28835 (java) R 28779 28782 24385 0 -1 4202560 73252 13133 0 0 90138 30 4 3 20 0 15 0 71910347 11178180608 202712 33554432000 4194304 4196468 140729417991936 140718584531248 140718195943207 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28836] ppid=28779 vsize=10916192 memory=1728 CPUtime=4.05 cores=1,3,5,7
/proc/28782/task/28836/stat : 28836 (java) S 28779 28782 24385 0 -1 1077944384 9775 13133 0 0 377 21 4 3 20 0 15 0 71910348 11178180608 202712 33554432000 4194304 4196468 140729417991936 140718616938896 140718612707029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28837] ppid=28779 vsize=10916192 memory=1008 CPUtime=4.08 cores=1,3,5,7
/proc/28782/task/28837/stat : 28837 (java) S 28779 28782 24385 0 -1 1077944384 5932 13133 0 0 382 19 4 3 20 0 15 0 71910348 11178180608 202712 33554432000 4194304 4196468 140729417991936 140718505212176 140718612707029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28838] ppid=28779 vsize=10916192 memory=810848 CPUtime=4.08 cores=1,3,5,7
/proc/28782/task/28838/stat : 28838 (java) S 28779 28782 24385 0 -1 1077944384 5570 13133 0 0 379 22 4 3 20 0 15 0 71910348 11178180608 202712 33554432000 4194304 4196468 140729417991936 140718504159888 140718612707029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28839] ppid=28779 vsize=10916192 memory=1576 CPUtime=4.06 cores=1,3,5,7
/proc/28782/task/28839/stat : 28839 (java) S 28779 28782 24385 0 -1 1077944384 9130 13133 0 0 380 19 4 3 20 0 15 0 71910348 11178180608 202712 33554432000 4194304 4196468 140729417991936 140718503107088 140718612707029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28840] ppid=28779 vsize=10916192 memory=928 CPUtime=4.02 cores=1,3,5,7
/proc/28782/task/28840/stat : 28840 (java) S 28779 28782 24385 0 -1 1077944384 8457 13133 0 0 376 19 4 3 20 0 15 0 71910350 11178180608 202712 33554432000 4194304 4196468 140729417991936 140718071814768 140718612707970 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28841] ppid=28779 vsize=10916192 memory=2240 CPUtime=0.07 cores=1,3,5,7
/proc/28782/task/28841/stat : 28841 (java) S 28779 28782 24385 0 -1 1077944384 38 13133 0 0 0 0 4 3 20 0 15 0 71910350 11178180608 202712 33554432000 4194304 4196468 140729417991936 140718070760864 140718612707029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28842] ppid=28779 vsize=10916192 memory=4124 CPUtime=0.07 cores=1,3,5,7
/proc/28782/task/28842/stat : 28842 (java) S 28779 28782 24385 0 -1 1077944384 1 13133 0 0 0 0 4 3 20 0 15 0 71910350 11178180608 202712 33554432000 4194304 4196468 140729417991936 140717959669376 140718612707029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28843] ppid=28779 vsize=10916192 memory=2200 CPUtime=0.07 cores=1,3,5,7
/proc/28782/task/28843/stat : 28843 (java) S 28779 28782 24385 0 -1 1077944384 2 13133 0 0 0 0 4 3 20 0 15 0 71910353 11178180608 202712 33554432000 4194304 4196468 140729417991936 140717355690576 140718612715419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28844] ppid=28779 vsize=10916192 memory=5520 CPUtime=8.02 cores=1,3,5,7
/proc/28782/task/28844/stat : 28844 (java) S 28779 28782 24385 0 -1 1077944384 28978 13133 0 0 789 6 4 3 20 0 15 0 71910353 11178180608 202712 33554432000 4194304 4196468 140729417991936 140718037203056 140718612707970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28845] ppid=28779 vsize=10916192 memory=4616 CPUtime=7.19 cores=1,3,5,7
/proc/28782/task/28845/stat : 28845 (java) S 28779 28782 24385 0 -1 1077944384 27242 13133 0 0 706 6 4 3 20 0 15 0 71910353 11178180608 202712 33554432000 4194304 4196468 140729417991936 140718036150256 140718612707970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28846] ppid=28779 vsize=10916192 memory=1428 CPUtime=3.78 cores=1,3,5,7
/proc/28782/task/28846/stat : 28846 (java) S 28779 28782 24385 0 -1 1077944384 25649 13133 0 0 365 6 4 3 20 0 15 0 71910353 11178180608 202712 33554432000 4194304 4196468 140729417991936 140718035097968 140718612707970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28847] ppid=28779 vsize=10916192 memory=13048 CPUtime=0.07 cores=1,3,5,7
/proc/28782/task/28847/stat : 28847 (java) S 28779 28782 24385 0 -1 1077944384 3 13133 0 0 0 0 4 3 20 0 15 0 71910353 11178180608 202712 33554432000 4194304 4196468 140729417991936 140716885928416 140718612707029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28848] ppid=28779 vsize=10916192 memory=1696 CPUtime=0.56 cores=1,3,5,7
/proc/28782/task/28848/stat : 28848 (java) S 28779 28782 24385 0 -1 1077944384 1341 13133 0 0 23 26 4 3 20 0 15 0 71910354 11178180608 202712 33554432000 4194304 4196468 140729417991936 140718034045872 140718612707970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
Current children cumulated CPU time: 941.04 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 810848 KiB

[startup+911.601 s]
/proc/loadavg: 1.33 1.43 1.45 3/215 29129
/proc/meminfo: memFree=19942012/32770624 swapFree=67108860/67108860
[pid=28782] ppid=28779 vsize=10916192 memory=810848 CPUtime=941.44 cores=1,3,5,7
/proc/28782/stat : 28782 (java) S 28779 28782 24385 0 -1 1077944320 198031 13133 0 0 93988 149 4 3 20 0 15 0 71910338 11178180608 202712 33554432000 4194304 4196468 140729417991936 140729417974480 140718612696823 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
/proc/28782/statm: 2729048 202712 3529 1 0 2690701 0
[pid=28782/tid=28835] ppid=28779 vsize=10916192 memory=3848 CPUtime=902.14 cores=1,3,5,7
/proc/28782/task/28835/stat : 28835 (java) R 28779 28782 24385 0 -1 4202560 73717 13133 0 0 90177 30 4 3 20 0 15 0 71910347 11178180608 202712 33554432000 4194304 4196468 140729417991936 140718584531184 140718182717952 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28836] ppid=28779 vsize=10916192 memory=6791534058613427641 CPUtime=4.05 cores=1,3,5,7
/proc/28782/task/28836/stat : 28836 (java) S 28779 28782 24385 0 -1 1077944384 9775 13133 0 0 377 21 4 3 20 0 15 0 71910348 11178180608 202712 33554432000 4194304 4196468 140729417991936 140718616938896 140718612707029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28837] ppid=28779 vsize=10916192 memory=1200 CPUtime=4.09 cores=1,3,5,7
/proc/28782/task/28837/stat : 28837 (java) S 28779 28782 24385 0 -1 1077944384 5932 13133 0 0 383 19 4 3 20 0 15 0 71910348 11178180608 202712 33554432000 4194304 4196468 140729417991936 140718505212176 140718612707029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28838] ppid=28779 vsize=10916192 memory=8540 CPUtime=4.08 cores=1,3,5,7
/proc/28782/task/28838/stat : 28838 (java) S 28779 28782 24385 0 -1 1077944384 5570 13133 0 0 379 22 4 3 20 0 15 0 71910348 11178180608 202712 33554432000 4194304 4196468 140729417991936 140718504159888 140718612707029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28839] ppid=28779 vsize=10916192 memory=800 CPUtime=4.06 cores=1,3,5,7
/proc/28782/task/28839/stat : 28839 (java) S 28779 28782 24385 0 -1 1077944384 9130 13133 0 0 380 19 4 3 20 0 15 0 71910348 11178180608 202712 33554432000 4194304 4196468 140729417991936 140718503107088 140718612707029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28840] ppid=28779 vsize=10916192 memory=15876 CPUtime=4.02 cores=1,3,5,7
/proc/28782/task/28840/stat : 28840 (java) S 28779 28782 24385 0 -1 1077944384 8457 13133 0 0 376 19 4 3 20 0 15 0 71910350 11178180608 202712 33554432000 4194304 4196468 140729417991936 140718071814768 140718612707970 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28841] ppid=28779 vsize=10916192 memory=16436 CPUtime=0.07 cores=1,3,5,7
/proc/28782/task/28841/stat : 28841 (java) S 28779 28782 24385 0 -1 1077944384 38 13133 0 0 0 0 4 3 20 0 15 0 71910350 11178180608 202712 33554432000 4194304 4196468 140729417991936 140718070760864 140718612707029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28842] ppid=28779 vsize=10916192 memory=12868 CPUtime=0.07 cores=1,3,5,7
/proc/28782/task/28842/stat : 28842 (java) S 28779 28782 24385 0 -1 1077944384 1 13133 0 0 0 0 4 3 20 0 15 0 71910350 11178180608 202712 33554432000 4194304 4196468 140729417991936 140717959669376 140718612707029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28843] ppid=28779 vsize=10916192 memory=4008 CPUtime=0.07 cores=1,3,5,7
/proc/28782/task/28843/stat : 28843 (java) S 28779 28782 24385 0 -1 1077944384 2 13133 0 0 0 0 4 3 20 0 15 0 71910353 11178180608 202712 33554432000 4194304 4196468 140729417991936 140717355690576 140718612715419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28844] ppid=28779 vsize=10916192 memory=4126316290023845779 CPUtime=8.02 cores=1,3,5,7
/proc/28782/task/28844/stat : 28844 (java) S 28779 28782 24385 0 -1 1077944384 28978 13133 0 0 789 6 4 3 20 0 15 0 71910353 11178180608 202712 33554432000 4194304 4196468 140729417991936 140718037203056 140718612707970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28845] ppid=28779 vsize=10916192 memory=4126316290023845779 CPUtime=7.19 cores=1,3,5,7
/proc/28782/task/28845/stat : 28845 (java) S 28779 28782 24385 0 -1 1077944384 27242 13133 0 0 706 6 4 3 20 0 15 0 71910353 11178180608 202712 33554432000 4194304 4196468 140729417991936 140718036150256 140718612707970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28846] ppid=28779 vsize=10916192 memory=6791534058613427641 CPUtime=3.78 cores=1,3,5,7
/proc/28782/task/28846/stat : 28846 (java) S 28779 28782 24385 0 -1 1077944384 25649 13133 0 0 365 6 4 3 20 0 15 0 71910353 11178180608 202712 33554432000 4194304 4196468 140729417991936 140718035097968 140718612707970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28847] ppid=28779 vsize=10916192 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/28782/task/28847/stat : 28847 (java) S 28779 28782 24385 0 -1 1077944384 3 13133 0 0 0 0 4 3 20 0 15 0 71910353 11178180608 202712 33554432000 4194304 4196468 140729417991936 140716885928416 140718612707029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28848] ppid=28779 vsize=10916192 memory=4126316290023845779 CPUtime=0.56 cores=1,3,5,7
/proc/28782/task/28848/stat : 28848 (java) S 28779 28782 24385 0 -1 1077944384 1348 13133 0 0 23 26 4 3 20 0 15 0 71910354 11178180608 202712 33554432000 4194304 4196468 140729417991936 140718034045872 140718612707970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
Current children cumulated CPU time: 941.44 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 810848 KiB

[startup+912.001 s]*
/proc/loadavg: 1.33 1.43 1.45 3/215 29129
/proc/meminfo: memFree=19942012/32770624 swapFree=67108860/67108860
[pid=28782] ppid=28779 vsize=10916192 memory=810928 CPUtime=941.86 cores=1,3,5,7
/proc/28782/stat : 28782 (java) S 28779 28782 24385 0 -1 1077944320 198353 13133 0 0 94030 149 4 3 20 0 15 0 71910338 11178180608 202732 33554432000 4194304 4196468 140729417991936 140729417974480 140718612696823 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
/proc/28782/statm: 2729048 202732 3529 1 0 2690701 0
[pid=28782/tid=28835] ppid=28779 vsize=10916192 memory=21748 CPUtime=902.55 cores=1,3,5,7
/proc/28782/task/28835/stat : 28835 (java) R 28779 28782 24385 0 -1 4202560 73741 13133 0 0 90218 30 4 3 20 0 15 0 71910347 11178180608 202732 33554432000 4194304 4196468 140729417991936 140718584531232 140718190958432 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28836] ppid=28779 vsize=10916192 memory=2436 CPUtime=4.05 cores=1,3,5,7
/proc/28782/task/28836/stat : 28836 (java) S 28779 28782 24385 0 -1 1077944384 9787 13133 0 0 377 21 4 3 20 0 15 0 71910348 11178180608 202732 33554432000 4194304 4196468 140729417991936 140718616938896 140718612707029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28837] ppid=28779 vsize=10916192 memory=1296 CPUtime=4.09 cores=1,3,5,7
/proc/28782/task/28837/stat : 28837 (java) S 28779 28782 24385 0 -1 1077944384 6039 13133 0 0 383 19 4 3 20 0 15 0 71910348 11178180608 202732 33554432000 4194304 4196468 140729417991936 140718505212176 140718612707029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28838] ppid=28779 vsize=10916192 memory=4126316290023845779 CPUtime=4.08 cores=1,3,5,7
/proc/28782/task/28838/stat : 28838 (java) S 28779 28782 24385 0 -1 1077944384 5574 13133 0 0 379 22 4 3 20 0 15 0 71910348 11178180608 202732 33554432000 4194304 4196468 140729417991936 140718504159888 140718612707029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28839] ppid=28779 vsize=10916192 memory=1948 CPUtime=4.06 cores=1,3,5,7
/proc/28782/task/28839/stat : 28839 (java) S 28779 28782 24385 0 -1 1077944384 9230 13133 0 0 380 19 4 3 20 0 15 0 71910348 11178180608 202732 33554432000 4194304 4196468 140729417991936 140718503107088 140718612707029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28840] ppid=28779 vsize=10916192 memory=1200 CPUtime=4.03 cores=1,3,5,7
/proc/28782/task/28840/stat : 28840 (java) S 28779 28782 24385 0 -1 1077944384 8532 13133 0 0 377 19 4 3 20 0 15 0 71910350 11178180608 202732 33554432000 4194304 4196468 140729417991936 140718071814768 140718612707970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28841] ppid=28779 vsize=10916192 memory=8540 CPUtime=0.07 cores=1,3,5,7
/proc/28782/task/28841/stat : 28841 (java) S 28779 28782 24385 0 -1 1077944384 38 13133 0 0 0 0 4 3 20 0 15 0 71910350 11178180608 202732 33554432000 4194304 4196468 140729417991936 140718070760864 140718612707029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28842] ppid=28779 vsize=10916192 memory=800 CPUtime=0.07 cores=1,3,5,7
/proc/28782/task/28842/stat : 28842 (java) S 28779 28782 24385 0 -1 1077944384 1 13133 0 0 0 0 4 3 20 0 15 0 71910350 11178180608 202732 33554432000 4194304 4196468 140729417991936 140717959669376 140718612707029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28843] ppid=28779 vsize=10916192 memory=15876 CPUtime=0.07 cores=1,3,5,7
/proc/28782/task/28843/stat : 28843 (java) S 28779 28782 24385 0 -1 1077944384 2 13133 0 0 0 0 4 3 20 0 15 0 71910353 11178180608 202732 33554432000 4194304 4196468 140729417991936 140717355690576 140718612715419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28844] ppid=28779 vsize=10916192 memory=16436 CPUtime=8.02 cores=1,3,5,7
/proc/28782/task/28844/stat : 28844 (java) S 28779 28782 24385 0 -1 1077944384 28978 13133 0 0 789 6 4 3 20 0 15 0 71910353 11178180608 202732 33554432000 4194304 4196468 140729417991936 140718037203056 140718612707970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28845] ppid=28779 vsize=10916192 memory=6791534058613427641 CPUtime=7.19 cores=1,3,5,7
/proc/28782/task/28845/stat : 28845 (java) S 28779 28782 24385 0 -1 1077944384 27242 13133 0 0 706 6 4 3 20 0 15 0 71910353 11178180608 202732 33554432000 4194304 4196468 140729417991936 140718036150256 140718612707970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28846] ppid=28779 vsize=10916192 memory=1008 CPUtime=3.78 cores=1,3,5,7
/proc/28782/task/28846/stat : 28846 (java) S 28779 28782 24385 0 -1 1077944384 25649 13133 0 0 365 6 4 3 20 0 15 0 71910353 11178180608 202732 33554432000 4194304 4196468 140729417991936 140718035097968 140718612707970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28847] ppid=28779 vsize=10916192 memory=5520 CPUtime=0.07 cores=1,3,5,7
/proc/28782/task/28847/stat : 28847 (java) S 28779 28782 24385 0 -1 1077944384 3 13133 0 0 0 0 4 3 20 0 15 0 71910353 11178180608 202732 33554432000 4194304 4196468 140729417991936 140716885928416 140718612707029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28848] ppid=28779 vsize=10916192 memory=4616 CPUtime=0.56 cores=1,3,5,7
/proc/28782/task/28848/stat : 28848 (java) S 28779 28782 24385 0 -1 1077944384 1348 13133 0 0 23 26 4 3 20 0 15 0 71910354 11178180608 202732 33554432000 4194304 4196468 140729417991936 140718034045872 140718612707970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
Current children cumulated CPU time: 941.86 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 810928 KiB

[startup+912.11 s]
/proc/loadavg: 1.33 1.43 1.45 3/215 29129
/proc/meminfo: memFree=19942012/32770624 swapFree=67108860/67108860
[pid=28782] ppid=28779 vsize=10916192 memory=810928 CPUtime=941.96 cores=1,3,5,7
/proc/28782/stat : 28782 (java) S 28779 28782 24385 0 -1 1077944320 198353 13133 0 0 94040 149 4 3 20 0 15 0 71910338 11178180608 202732 33554432000 4194304 4196468 140729417991936 140729417974480 140718612696823 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
/proc/28782/statm: 2729048 202732 3529 1 0 2690701 0
[pid=28782/tid=28835] ppid=28779 vsize=10916192 memory=810848 CPUtime=902.65 cores=1,3,5,7
/proc/28782/task/28835/stat : 28835 (java) R 28779 28782 24385 0 -1 4202560 73741 13133 0 0 90228 30 4 3 20 0 15 0 71910347 11178180608 202732 33554432000 4194304 4196468 140729417991936 140718584531232 140718178897127 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28836] ppid=28779 vsize=10916192 memory=810848 CPUtime=4.05 cores=1,3,5,7
/proc/28782/task/28836/stat : 28836 (java) S 28779 28782 24385 0 -1 1077944384 9787 13133 0 0 377 21 4 3 20 0 15 0 71910348 11178180608 202732 33554432000 4194304 4196468 140729417991936 140718616938896 140718612707029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28837] ppid=28779 vsize=10916192 memory=810928 CPUtime=4.09 cores=1,3,5,7
/proc/28782/task/28837/stat : 28837 (java) S 28779 28782 24385 0 -1 1077944384 6039 13133 0 0 383 19 4 3 20 0 15 0 71910348 11178180608 202732 33554432000 4194304 4196468 140729417991936 140718505212176 140718612707029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28838] ppid=28779 vsize=10916192 memory=1428 CPUtime=4.08 cores=1,3,5,7
/proc/28782/task/28838/stat : 28838 (java) S 28779 28782 24385 0 -1 1077944384 5574 13133 0 0 379 22 4 3 20 0 15 0 71910348 11178180608 202732 33554432000 4194304 4196468 140729417991936 140718504159888 140718612707029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28839] ppid=28779 vsize=10916192 memory=810848 CPUtime=4.06 cores=1,3,5,7
/proc/28782/task/28839/stat : 28839 (java) S 28779 28782 24385 0 -1 1077944384 9230 13133 0 0 380 19 4 3 20 0 15 0 71910348 11178180608 202732 33554432000 4194304 4196468 140729417991936 140718503107088 140718612707029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28840] ppid=28779 vsize=10916192 memory=2340 CPUtime=4.03 cores=1,3,5,7
/proc/28782/task/28840/stat : 28840 (java) S 28779 28782 24385 0 -1 1077944384 8532 13133 0 0 377 19 4 3 20 0 15 0 71910350 11178180608 202732 33554432000 4194304 4196468 140729417991936 140718071814768 140718612707970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28841] ppid=28779 vsize=10916192 memory=1576 CPUtime=0.07 cores=1,3,5,7
/proc/28782/task/28841/stat : 28841 (java) S 28779 28782 24385 0 -1 1077944384 38 13133 0 0 0 0 4 3 20 0 15 0 71910350 11178180608 202732 33554432000 4194304 4196468 140729417991936 140718070760864 140718612707029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28842] ppid=28779 vsize=10916192 memory=810848 CPUtime=0.07 cores=1,3,5,7
/proc/28782/task/28842/stat : 28842 (java) S 28779 28782 24385 0 -1 1077944384 1 13133 0 0 0 0 4 3 20 0 15 0 71910350 11178180608 202732 33554432000 4194304 4196468 140729417991936 140717959669376 140718612707029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28843] ppid=28779 vsize=10916192 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/28782/task/28843/stat : 28843 (java) S 28779 28782 24385 0 -1 1077944384 2 13133 0 0 0 0 4 3 20 0 15 0 71910353 11178180608 202732 33554432000 4194304 4196468 140729417991936 140717355690576 140718612715419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28844] ppid=28779 vsize=10916192 memory=810848 CPUtime=8.02 cores=1,3,5,7
/proc/28782/task/28844/stat : 28844 (java) S 28779 28782 24385 0 -1 1077944384 28978 13133 0 0 789 6 4 3 20 0 15 0 71910353 11178180608 202732 33554432000 4194304 4196468 140729417991936 140718037203056 140718612707970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28845] ppid=28779 vsize=10916192 memory=1948 CPUtime=7.19 cores=1,3,5,7
/proc/28782/task/28845/stat : 28845 (java) S 28779 28782 24385 0 -1 1077944384 27242 13133 0 0 706 6 4 3 20 0 15 0 71910353 11178180608 202732 33554432000 4194304 4196468 140729417991936 140718036150256 140718612707970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28846] ppid=28779 vsize=10916192 memory=810848 CPUtime=3.78 cores=1,3,5,7
/proc/28782/task/28846/stat : 28846 (java) S 28779 28782 24385 0 -1 1077944384 25649 13133 0 0 365 6 4 3 20 0 15 0 71910353 11178180608 202732 33554432000 4194304 4196468 140729417991936 140718035097968 140718612707970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28847] ppid=28779 vsize=10916192 memory=840 CPUtime=0.07 cores=1,3,5,7
/proc/28782/task/28847/stat : 28847 (java) S 28779 28782 24385 0 -1 1077944384 3 13133 0 0 0 0 4 3 20 0 15 0 71910353 11178180608 202732 33554432000 4194304 4196468 140729417991936 140716885928416 140718612707029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
[pid=28782/tid=28848] ppid=28779 vsize=10916192 memory=21748 CPUtime=0.56 cores=1,3,5,7
/proc/28782/task/28848/stat : 28848 (java) S 28779 28782 24385 0 -1 1077944384 1348 13133 0 0 23 26 4 3 20 0 15 0 71910354 11178180608 202732 33554432000 4194304 4196468 140729417991936 140718034045872 140718612707970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8871936 140729417996911 140729417999708 140729417999708 140729418002383 0
Current children cumulated CPU time: 941.96 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 810928 KiB

Child status: 0
Real time (s): 912.19
CPU time (s): 942.065
CPU user time (s): 940.524
CPU system time (s): 1.54135
CPU usage (%): 103.275
Max. virtual memory (cumulated for all children) (KiB): 10918904
Max. memory (cumulated for all children) (KiB): 815708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 940.524
system time used= 1.54135
maximum resident set size= 817248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 213665
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1280
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 108636
involuntary context switches= 2672


# summary of solver processes directly reported to runsolver:
#   pid: 28782
#   total CPU time (s): 942.065
#   total CPU user time (s): 940.524
#   total CPU system time (s): 1.54135

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.74414 second user time and 8.39735 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-25 20:31:12
IDJOB=4295349
IDBENCH=141526
IDSOLVER=2750
FILE ID=node136/4295349-1532543472
RUNJOBID= node136-1532524210-24417
PBS_JOBID= 21021596
Free space on /tmp= 55912 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Mario/Mario-n-medium-5_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295349-1532543472/watcher-4295349-1532543472 -o /tmp/evaluation-result-4295349-1532543472/solver-4295349-1532543472 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532524210-24417 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=848590472 HOME/instance-4295349-1532543472.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 36a1aa2a38358c951443c34d8d302d49
RANDOM SEED=848590472

node136.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        20937468 kB
MemAvailable:   31379292 kB
Buffers:          218628 kB
Cached:         10454336 kB
SwapCached:            0 kB
Active:          3122972 kB
Inactive:        8154856 kB
Active(anon):     556360 kB
Inactive(anon):    76688 kB
Active(file):    2566612 kB
Inactive(file):  8078168 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26728 kB
Writeback:             0 kB
AnonPages:        611880 kB
Mapped:            52956 kB
Shmem:             25228 kB
Slab:             253600 kB
SReclaimable:     225504 kB
SUnreclaim:        28096 kB
KernelStack:        3552 kB
PageTables:         6828 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1579328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    518144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 55888 MiB
End job on node136 at 2018-07-25 20:46:24