Trace number 4402728

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.12.3OPT14 77.1624 66.3582

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-esc16e.xml
MD5SUM9478703244e8f640224ac5c9e01083b8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark14
Best CPU time to get the best result obtained on this benchmark13.1944
Satisfiable
(Un)Satisfiability was proved
Number of variables272
Number of constraints22
Number of domains2
Minimum domain size4
Maximum domain size16
Distribution of domain sizes[{"size":4,"count":21},{"size":16,"count":16}]
Minimum variable degree0
Maximum variable degree7
Distribution of variable degrees[{"degree":0,"count":235},{"degree":1,"count":7},{"degree":2,"count":23},{"degree":5,"count":1},{"degree":7,"count":6}]
Minimum constraint arity3
Maximum constraint arity16
Distribution of constraint arities[{"arity":3,"count":21},{"arity":16,"count":1}]
Number of extensional constraints21
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":21},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin 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.78/0.55	c Concrete v3.12.3.1568965526260 running
6.72/3.27	o 21
7.06/3.40	o 20
7.41/3.40	o 19
8.37/3.70	o 18
8.37/3.71	o 17
8.37/3.73	o 16
9.03/3.93	o 15
9.03/3.95	o 14
77.09/66.33	v <instantiation
77.09/66.33	v         cost = '14'>
77.09/66.33	v       <list>
77.09/66.33	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] d[0][2] d[0][3] d[0][5] d[0][6] d[0][7] d[0][8] d[1][3] d[3][5] d[3][6] d[3][7] d[3][8] d[4][5] d[4][6] d[4][7] d[4][8] d[5][6] d[5][7] d[5][8] d[6][7] d[6][8] d[7][8]
77.09/66.33	v       </list>
77.09/66.33	v       <values>
77.09/66.33	v         3 6 11 7 4 0 2 1 5 9 8 14 10 13 12 15 0 0 1 0 0 1 0 2 1 1 0 0 1 1 0 0 0 1 1 2 0
77.09/66.33	v       </values>
77.09/66.33	v     </instantiation>
77.09/66.33	s OPTIMUM FOUND

Verifier Data

OK	14

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 (1527 MiB free)
  memory of node 1: 16384 MiB (230 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402728-1568970535/watcher-4402728-1568970535 -o /var/tmp/evaluation-result-4402728-1568970535/solver-4402728-1568970535 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node149-1568967598-20068 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=412321698 HOME/instance-4402728-1568970535.xml 

running on 4 cores: 0,2,4,6

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=21102, runsolver pid=21099

[startup+0.100135 s]*
/proc/loadavg: 1.40 1.53 1.46 3/219 21159
/proc/meminfo: memFree=1791000/32770624 swapFree=66956560/67108860
[pid=21102] ppid=21099 vsize=10055356 memory=19384 CPUtime=0.09 cores=0,2,4,6
/proc/21102/stat : 21102 (java) S 21099 21102 20037 0 -1 1077944320 4567 13292 0 0 2 0 4 3 20 0 7 0 473292145 10296684544 4846 33554432000 4194304 4196468 140725567548896 140725567531440 140306770108151 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
/proc/21102/statm: 2513839 4846 1989 1 0 2502277 0
[pid=21102/tid=21155] ppid=21099 vsize=10055356 memory=5854520767527157917 CPUtime=0.08 cores=0,2,4,6
/proc/21102/task/21155/stat : 21155 (java) R 21099 21102 20037 0 -1 4202560 2399 13292 0 0 1 0 4 3 20 0 7 0 473292154 10296684544 4846 33554432000 4194304 4196468 140725567548896 140306741951248 140306752397472 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21156] ppid=21099 vsize=10055356 memory=5793855060579547577 CPUtime=0.07 cores=0,2,4,6
/proc/21102/task/21156/stat : 21156 (java) S 21099 21102 20037 0 -1 1077944384 2 13292 0 0 0 0 4 3 20 0 7 0 473292154 10296684544 4846 33554432000 4194304 4196468 140725567548896 140306774350224 140306770118357 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21157] ppid=21099 vsize=10055356 memory=139809569654400 CPUtime=0.07 cores=0,2,4,6
/proc/21102/task/21157/stat : 21157 (java) S 21099 21102 20037 0 -1 1077944384 1 13292 0 0 0 0 4 3 20 0 7 0 473292154 10296684544 4846 33554432000 4194304 4196468 140725567548896 140306662623504 140306770118357 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21158] ppid=21099 vsize=10055356 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21102/task/21158/stat : 21158 (java) S 21099 21102 20037 0 -1 1077944384 1 13292 0 0 0 0 4 3 20 0 7 0 473292154 10296684544 4846 33554432000 4194304 4196468 140725567548896 140306661571216 140306770118357 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21159] ppid=21099 vsize=10055356 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21102/task/21159/stat : 21159 (java) S 21099 21102 20037 0 -1 1077944384 2 13292 0 0 0 0 4 3 20 0 7 0 473292154 10296684544 4846 33554432000 4194304 4196468 140725567548896 140306660518416 140306770118357 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21160] ppid=21099 vsize=10055356 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21102/task/21160/stat : 21160 (java) S 21099 21102 20037 0 -1 1077944384 2 13292 0 0 0 0 4 3 20 0 7 0 473292156 10296684544 4846 33554432000 4194304 4196468 140725567548896 140306229062256 140306770119298 0 0 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10055356 KiB
Current children cumulated memory: 19384 KiB

[startup+0.210083 s]*
/proc/loadavg: 1.40 1.53 1.46 4/228 21168
/proc/meminfo: memFree=1771748/32770624 swapFree=66956560/67108860
[pid=21102] ppid=21099 vsize=10820196 memory=43920 CPUtime=0.26 cores=0,2,4,6
/proc/21102/stat : 21102 (java) S 21099 21102 20037 0 -1 1077944320 7402 13292 0 0 18 1 4 3 20 0 15 0 473292145 11079880704 10980 33554432000 4194304 4196468 140725567548896 140725567531440 140306770108151 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
/proc/21102/statm: 2705049 10980 3301 1 0 2667149 0
[pid=21102/tid=21155] ppid=21099 vsize=10820196 memory=-8540663193526752614 CPUtime=0.18 cores=0,2,4,6
/proc/21102/task/21155/stat : 21155 (java) R 21099 21102 20037 0 -1 4202560 3884 13292 0 0 11 0 4 3 20 0 15 0 473292154 11079880704 10980 33554432000 4194304 4196468 140725567548896 140306741919184 140306751501885 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21156] ppid=21099 vsize=10820196 memory=4211973535774444938 CPUtime=0.07 cores=0,2,4,6
/proc/21102/task/21156/stat : 21156 (java) S 21099 21102 20037 0 -1 1077944384 2 13292 0 0 0 0 4 3 20 0 15 0 473292154 11079880704 10980 33554432000 4194304 4196468 140725567548896 140306774350224 140306770118357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21157] ppid=21099 vsize=10820196 memory=139809569654400 CPUtime=0.07 cores=0,2,4,6
/proc/21102/task/21157/stat : 21157 (java) S 21099 21102 20037 0 -1 1077944384 1 13292 0 0 0 0 4 3 20 0 15 0 473292154 11079880704 10980 33554432000 4194304 4196468 140725567548896 140306662623504 140306770118357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21158] ppid=21099 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21102/task/21158/stat : 21158 (java) S 21099 21102 20037 0 -1 1077944384 1 13292 0 0 0 0 4 3 20 0 15 0 473292154 11079880704 10980 33554432000 4194304 4196468 140725567548896 140306661571216 140306770118357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21159] ppid=21099 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21102/task/21159/stat : 21159 (java) S 21099 21102 20037 0 -1 1077944384 2 13292 0 0 0 0 4 3 20 0 15 0 473292154 11079880704 10980 33554432000 4194304 4196468 140725567548896 140306660518416 140306770118357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21160] ppid=21099 vsize=10820196 memory=139809569654400 CPUtime=0.07 cores=0,2,4,6
/proc/21102/task/21160/stat : 21160 (java) S 21099 21102 20037 0 -1 1077944384 2 13292 0 0 0 0 4 3 20 0 15 0 473292156 11079880704 10980 33554432000 4194304 4196468 140725567548896 140306229062256 140306770119298 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21161] ppid=21099 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21102/task/21161/stat : 21161 (java) S 21099 21102 20037 0 -1 1077944384 33 13292 0 0 0 0 4 3 20 0 15 0 473292156 11079880704 10980 33554432000 4194304 4196468 140725567548896 140306228008224 140306770118357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21162] ppid=21099 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21102/task/21162/stat : 21162 (java) S 21099 21102 20037 0 -1 1077944384 1 13292 0 0 0 0 4 3 20 0 15 0 473292156 11079880704 10980 33554432000 4194304 4196468 140725567548896 140306112570992 140306770118357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21163] ppid=21099 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21102/task/21163/stat : 21163 (java) S 21099 21102 20037 0 -1 1077944384 2 13292 0 0 0 0 4 3 20 0 15 0 473292159 11079880704 10980 33554432000 4194304 4196468 140725567548896 140305508592208 140306770126747 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21164] ppid=21099 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21102/task/21164/stat : 21164 (java) S 21099 21102 20037 0 -1 1077944384 466 13292 0 0 1 0 4 3 20 0 15 0 473292159 11079880704 10980 33554432000 4194304 4196468 140725567548896 140306194450544 140306770119298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21165] ppid=21099 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21102/task/21165/stat : 21165 (java) S 21099 21102 20037 0 -1 1077944384 190 13292 0 0 1 0 4 3 20 0 15 0 473292159 11079880704 10980 33554432000 4194304 4196468 140725567548896 140306193397744 140306770119298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21166] ppid=21099 vsize=10820196 memory=139809569654400 CPUtime=0.1 cores=0,2,4,6
/proc/21102/task/21166/stat : 21166 (java) R 21099 21102 20037 0 -1 4202560 610 13292 0 0 3 0 4 3 20 0 15 0 473292159 11079880704 10980 33554432000 4194304 4196468 140725567548896 140306192345456 140306770120086 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21167] ppid=21099 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21102/task/21167/stat : 21167 (java) S 21099 21102 20037 0 -1 1077944384 3 13292 0 0 0 0 4 3 20 0 15 0 473292159 11079880704 10980 33554432000 4194304 4196468 140725567548896 140305038830048 140306770118357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21168] ppid=21099 vsize=10820196 memory=139809569654400 CPUtime=0.07 cores=0,2,4,6
/proc/21102/task/21168/stat : 21168 (java) S 21099 21102 20037 0 -1 1077944384 1 13292 0 0 0 0 4 3 20 0 15 0 473292160 11079880704 10980 33554432000 4194304 4196468 140725567548896 140306191293360 140306770119298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 43920 KiB

[startup+0.310559 s]*
/proc/loadavg: 1.40 1.53 1.46 3/228 21168
/proc/meminfo: memFree=1758440/32770624 swapFree=66956560/67108860
[pid=21102] ppid=21099 vsize=10820196 memory=52292 CPUtime=0.4 cores=0,2,4,6
/proc/21102/stat : 21102 (java) S 21099 21102 20037 0 -1 1077944320 10776 13292 0 0 31 2 4 3 20 0 15 0 473292145 11079880704 13073 33554432000 4194304 4196468 140725567548896 140725567531440 140306770108151 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
/proc/21102/statm: 2705049 13073 3311 1 0 2667149 0
[pid=21102/tid=21155] ppid=21099 vsize=10820196 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/21102/task/21155/stat : 21155 (java) R 21099 21102 20037 0 -1 4202560 7234 13292 0 0 20 1 4 3 20 0 15 0 473292154 11079880704 13073 33554432000 4194304 4196468 140725567548896 140306741917072 140306756315127 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21156] ppid=21099 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21102/task/21156/stat : 21156 (java) S 21099 21102 20037 0 -1 1077944384 2 13292 0 0 0 0 4 3 20 0 15 0 473292154 11079880704 13073 33554432000 4194304 4196468 140725567548896 140306774350224 140306770118357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21157] ppid=21099 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21102/task/21157/stat : 21157 (java) S 21099 21102 20037 0 -1 1077944384 1 13292 0 0 0 0 4 3 20 0 15 0 473292154 11079880704 13073 33554432000 4194304 4196468 140725567548896 140306662623504 140306770118357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21158] ppid=21099 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21102/task/21158/stat : 21158 (java) S 21099 21102 20037 0 -1 1077944384 1 13292 0 0 0 0 4 3 20 0 15 0 473292154 11079880704 13073 33554432000 4194304 4196468 140725567548896 140306661571216 140306770118357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21159] ppid=21099 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21102/task/21159/stat : 21159 (java) S 21099 21102 20037 0 -1 1077944384 2 13292 0 0 0 0 4 3 20 0 15 0 473292154 11079880704 13073 33554432000 4194304 4196468 140725567548896 140306660518416 140306770118357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21160] ppid=21099 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21102/task/21160/stat : 21160 (java) S 21099 21102 20037 0 -1 1077944384 2 13292 0 0 0 0 4 3 20 0 15 0 473292156 11079880704 13073 33554432000 4194304 4196468 140725567548896 140306229062256 140306770119298 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21161] ppid=21099 vsize=10820196 memory=139809569654399 CPUtime=0.07 cores=0,2,4,6
/proc/21102/task/21161/stat : 21161 (java) S 21099 21102 20037 0 -1 1077944384 33 13292 0 0 0 0 4 3 20 0 15 0 473292156 11079880704 13073 33554432000 4194304 4196468 140725567548896 140306228008224 140306770118357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21162] ppid=21099 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21102/task/21162/stat : 21162 (java) S 21099 21102 20037 0 -1 1077944384 1 13292 0 0 0 0 4 3 20 0 15 0 473292156 11079880704 13073 33554432000 4194304 4196468 140725567548896 140306112570992 140306770118357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21163] ppid=21099 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21102/task/21163/stat : 21163 (java) S 21099 21102 20037 0 -1 1077944384 2 13292 0 0 0 0 4 3 20 0 15 0 473292159 11079880704 13073 33554432000 4194304 4196468 140725567548896 140305508592208 140306770126747 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21164] ppid=21099 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21102/task/21164/stat : 21164 (java) S 21099 21102 20037 0 -1 1077944384 467 13292 0 0 2 0 4 3 20 0 15 0 473292159 11079880704 13073 33554432000 4194304 4196468 140725567548896 140306194450544 140306770119298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21165] ppid=21099 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21102/task/21165/stat : 21165 (java) S 21099 21102 20037 0 -1 1077944384 190 13292 0 0 1 0 4 3 20 0 15 0 473292159 11079880704 13073 33554432000 4194304 4196468 140725567548896 140306193397744 140306770119298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21166] ppid=21099 vsize=10820196 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/21102/task/21166/stat : 21166 (java) S 21099 21102 20037 0 -1 1077944384 630 13292 0 0 5 0 4 3 20 0 15 0 473292159 11079880704 13073 33554432000 4194304 4196468 140725567548896 140306192345456 140306770119298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21167] ppid=21099 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21102/task/21167/stat : 21167 (java) S 21099 21102 20037 0 -1 1077944384 3 13292 0 0 0 0 4 3 20 0 15 0 473292159 11079880704 13073 33554432000 4194304 4196468 140725567548896 140305038830048 140306770118357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21168] ppid=21099 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21102/task/21168/stat : 21168 (java) S 21099 21102 20037 0 -1 1077944384 1 13292 0 0 0 0 4 3 20 0 15 0 473292160 11079880704 13073 33554432000 4194304 4196468 140725567548896 140306191293360 140306770119298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 52292 KiB

[startup+0.703943 s]
/proc/loadavg: 1.40 1.53 1.46 3/228 21168
/proc/meminfo: memFree=1743828/32770624 swapFree=66956560/67108860
[pid=21102] ppid=21099 vsize=10824364 memory=85752 CPUtime=1.15 cores=0,2,4,6
/proc/21102/stat : 21102 (java) S 21099 21102 20037 0 -1 1077944320 15149 13292 0 0 104 4 4 3 20 0 15 0 473292145 11084148736 21438 33554432000 4194304 4196468 140725567548896 140725567531440 140306770108151 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
/proc/21102/statm: 2706347 21438 3516 1 0 2668429 0
[pid=21102/tid=21155] ppid=21099 vsize=10825388 memory=2112 CPUtime=0.67 cores=0,2,4,6
/proc/21102/task/21155/stat : 21155 (java) R 21099 21102 20037 0 -1 4202560 10554 13292 0 0 57 3 4 3 20 0 15 0 473292154 11085197312 21503 33554432000 4194304 4196468 140725567548896 140306741926080 140306762825255 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21156] ppid=21099 vsize=10824364 memory=12040 CPUtime=0.07 cores=0,2,4,6
/proc/21102/task/21156/stat : 21156 (java) S 21099 21102 20037 0 -1 1077944384 2 13292 0 0 0 0 4 3 20 0 15 0 473292154 11084148736 21479 33554432000 4194304 4196468 140725567548896 140306774350224 140306770118357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21157] ppid=21099 vsize=10824364 memory=31536 CPUtime=0.07 cores=0,2,4,6
/proc/21102/task/21157/stat : 21157 (java) S 21099 21102 20037 0 -1 1077944384 1 13292 0 0 0 0 4 3 20 0 15 0 473292154 11084148736 21479 33554432000 4194304 4196468 140725567548896 140306662623504 140306770118357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21158] ppid=21099 vsize=10825388 memory=1556 CPUtime=0.07 cores=0,2,4,6
/proc/21102/task/21158/stat : 21158 (java) S 21099 21102 20037 0 -1 1077944384 1 13292 0 0 0 0 4 3 20 0 15 0 473292154 11085197312 21479 33554432000 4194304 4196468 140725567548896 140306661571216 140306770118357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21159] ppid=21099 vsize=10825388 memory=532 CPUtime=0.07 cores=0,2,4,6
/proc/21102/task/21159/stat : 21159 (java) S 21099 21102 20037 0 -1 1077944384 2 13292 0 0 0 0 4 3 20 0 15 0 473292154 11085197312 21479 33554432000 4194304 4196468 140725567548896 140306660518416 140306770118357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21160] ppid=21099 vsize=10825388 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/21102/task/21160/stat : 21160 (java) S 21099 21102 20037 0 -1 1077944384 5 13292 0 0 0 0 4 3 20 0 15 0 473292156 11085197312 21479 33554432000 4194304 4196468 140725567548896 140306229062256 140306770119298 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21161] ppid=21099 vsize=10825388 memory=2244 CPUtime=0.07 cores=0,2,4,6
/proc/21102/task/21161/stat : 21161 (java) S 21099 21102 20037 0 -1 1077944384 33 13292 0 0 0 0 4 3 20 0 15 0 473292156 11085197312 21479 33554432000 4194304 4196468 140725567548896 140306228008224 140306770118357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21162] ppid=21099 vsize=10824364 memory=6656426216303648864 CPUtime=0.07 cores=0,2,4,6
/proc/21102/task/21162/stat : 21162 (java) S 21099 21102 20037 0 -1 1077944384 1 13292 0 0 0 0 4 3 20 0 15 0 473292156 11084148736 21479 33554432000 4194304 4196468 140725567548896 140306112570992 140306770118357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21163] ppid=21099 vsize=10824364 memory=6656426216303648864 CPUtime=0.07 cores=0,2,4,6
/proc/21102/task/21163/stat : 21163 (java) S 21099 21102 20037 0 -1 1077944384 2 13292 0 0 0 0 4 3 20 0 15 0 473292159 11084148736 21479 33554432000 4194304 4196468 140725567548896 140305508592208 140306770126747 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21164] ppid=21099 vsize=10825388 memory=2112 CPUtime=0.22 cores=0,2,4,6
/proc/21102/task/21164/stat : 21164 (java) S 21099 21102 20037 0 -1 1077944384 931 13292 0 0 15 0 4 3 20 0 15 0 473292159 11085197312 21479 33554432000 4194304 4196468 140725567548896 140306194450544 140306770119298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21165] ppid=21099 vsize=10825388 memory=12040 CPUtime=0.21 cores=0,2,4,6
/proc/21102/task/21165/stat : 21165 (java) S 21099 21102 20037 0 -1 1077944384 615 13292 0 0 14 0 4 3 20 0 15 0 473292159 11085197312 21479 33554432000 4194304 4196468 140725567548896 140306193397744 140306770119298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21166] ppid=21099 vsize=10825388 memory=31536 CPUtime=0.24 cores=0,2,4,6
/proc/21102/task/21166/stat : 21166 (java) S 21099 21102 20037 0 -1 1077944384 827 13292 0 0 17 0 4 3 20 0 15 0 473292159 11085197312 21479 33554432000 4194304 4196468 140725567548896 140306192345456 140306770119298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21167] ppid=21099 vsize=10825388 memory=1556 CPUtime=0.07 cores=0,2,4,6
/proc/21102/task/21167/stat : 21167 (java) S 21099 21102 20037 0 -1 1077944384 3 13292 0 0 0 0 4 3 20 0 15 0 473292159 11085197312 21479 33554432000 4194304 4196468 140725567548896 140305038830048 140306770118357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21168] ppid=21099 vsize=10824364 memory=532 CPUtime=0.07 cores=0,2,4,6
/proc/21102/task/21168/stat : 21168 (java) S 21099 21102 20037 0 -1 1077944384 1 13292 0 0 0 0 4 3 20 0 15 0 473292160 11084148736 21479 33554432000 4194304 4196468 140725567548896 140306191293360 140306770119298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 85752 KiB

[startup+1.50074 s]
/proc/loadavg: 1.40 1.53 1.46 3/228 21168
/proc/meminfo: memFree=1699440/32770624 swapFree=66956560/67108860
[pid=21102] ppid=21099 vsize=10834680 memory=171704 CPUtime=2.46 cores=0,2,4,6
/proc/21102/stat : 21102 (java) S 21099 21102 20037 0 -1 1077944320 24395 13292 0 0 230 9 4 3 20 0 15 0 473292145 11094712320 42926 33554432000 4194304 4196468 140725567548896 140725567531440 140306770108151 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
/proc/21102/statm: 2708670 42926 3588 1 0 2670733 0
[pid=21102/tid=21155] ppid=21099 vsize=10834680 memory=168244 CPUtime=1.43 cores=0,2,4,6
/proc/21102/task/21155/stat : 21155 (java) R 21099 21102 20037 0 -1 4202560 15719 13292 0 0 131 5 4 3 20 0 15 0 473292154 11094712320 42926 33554432000 4194304 4196468 140725567548896 140306741907088 140306770120086 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21156] ppid=21099 vsize=10834680 memory=3688764965461046578 CPUtime=0.08 cores=0,2,4,6
/proc/21102/task/21156/stat : 21156 (java) S 21099 21102 20037 0 -1 1077944384 68 13292 0 0 1 0 4 3 20 0 15 0 473292154 11094712320 42926 33554432000 4194304 4196468 140725567548896 140306774350224 140306770118357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21157] ppid=21099 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21102/task/21157/stat : 21157 (java) S 21099 21102 20037 0 -1 1077944384 401 13292 0 0 0 0 4 3 20 0 15 0 473292154 11094712320 42926 33554432000 4194304 4196468 140725567548896 140306662623504 140306770118357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21158] ppid=21099 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21102/task/21158/stat : 21158 (java) S 21099 21102 20037 0 -1 1077944384 20 13292 0 0 1 0 4 3 20 0 15 0 473292154 11094712320 42926 33554432000 4194304 4196468 140725567548896 140306661571216 140306770118357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21159] ppid=21099 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21102/task/21159/stat : 21159 (java) S 21099 21102 20037 0 -1 1077944384 109 13292 0 0 1 0 4 3 20 0 15 0 473292154 11094712320 42926 33554432000 4194304 4196468 140725567548896 140306660518416 140306770118357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21160] ppid=21099 vsize=10834680 memory=4580 CPUtime=0.08 cores=0,2,4,6
/proc/21102/task/21160/stat : 21160 (java) S 21099 21102 20037 0 -1 1077944384 2220 13292 0 0 1 0 4 3 20 0 15 0 473292156 11094712320 42926 33554432000 4194304 4196468 140725567548896 140306229062256 140306770119298 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21161] ppid=21099 vsize=10834680 memory=11553172858 CPUtime=0.07 cores=0,2,4,6
/proc/21102/task/21161/stat : 21161 (java) S 21099 21102 20037 0 -1 1077944384 34 13292 0 0 0 0 4 3 20 0 15 0 473292156 11094712320 42926 33554432000 4194304 4196468 140725567548896 140306228008288 140306770118357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21162] ppid=21099 vsize=10834680 memory=279618880279904 CPUtime=0.07 cores=0,2,4,6
/proc/21102/task/21162/stat : 21162 (java) S 21099 21102 20037 0 -1 1077944384 1 13292 0 0 0 0 4 3 20 0 15 0 473292156 11094712320 42926 33554432000 4194304 4196468 140725567548896 140306112571008 140306770118357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21163] ppid=21099 vsize=10834680 memory=279618880265936 CPUtime=0.07 cores=0,2,4,6
/proc/21102/task/21163/stat : 21163 (java) S 21099 21102 20037 0 -1 1077944384 2 13292 0 0 0 0 4 3 20 0 15 0 473292159 11094712320 42926 33554432000 4194304 4196468 140725567548896 140305508592208 140306770126747 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21164] ppid=21099 vsize=10834680 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/21102/task/21164/stat : 21164 (java) S 21099 21102 20037 0 -1 1077944384 1052 13292 0 0 22 0 4 3 20 0 15 0 473292159 11094712320 42926 33554432000 4194304 4196468 140725567548896 140306194450544 140306770119298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21165] ppid=21099 vsize=10834680 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/21102/task/21165/stat : 21165 (java) S 21099 21102 20037 0 -1 1077944384 824 13292 0 0 27 0 4 3 20 0 15 0 473292159 11094712320 42926 33554432000 4194304 4196468 140725567548896 140306193397744 140306770119298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21166] ppid=21099 vsize=10834680 memory=0 CPUtime=0.48 cores=0,2,4,6
/proc/21102/task/21166/stat : 21166 (java) R 21099 21102 20037 0 -1 4202560 1733 13292 0 0 41 0 4 3 20 0 15 0 473292159 11094712320 42926 33554432000 4194304 4196468 140725567548896 140306192345456 140306754188638 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21167] ppid=21099 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21102/task/21167/stat : 21167 (java) S 21099 21102 20037 0 -1 1077944384 3 13292 0 0 0 0 4 3 20 0 15 0 473292159 11094712320 42926 33554432000 4194304 4196468 140725567548896 140305038830048 140306770118357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21168] ppid=21099 vsize=10834680 memory=1 CPUtime=0.07 cores=0,2,4,6
/proc/21102/task/21168/stat : 21168 (java) S 21099 21102 20037 0 -1 1077944384 3 13292 0 0 0 0 4 3 20 0 15 0 473292160 11094712320 42926 33554432000 4194304 4196468 140725567548896 140306191293360 140306770119298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0

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

[pid=21102/tid=21167] ppid=21099 vsize=10849048 memory=770260 CPUtime=0.07 cores=0,2,4,6
/proc/21102/task/21167/stat : 21167 (java) S 21099 21102 20037 0 -1 1077944384 3 13292 0 0 0 0 4 3 20 0 15 0 473292159 11109425152 192565 33554432000 4194304 4196468 140725567548896 140305038830048 140306770118357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21168] ppid=21099 vsize=10849048 memory=770260 CPUtime=0.09 cores=0,2,4,6
/proc/21102/task/21168/stat : 21168 (java) S 21099 21102 20037 0 -1 1077944384 218 13292 0 0 1 1 4 3 20 0 15 0 473292160 11109425152 192565 33554432000 4194304 4196468 140725567548896 140306191293360 140306770119298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
Current children cumulated CPU time: 74.76 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 770260 KiB

[startup+65.6007 s]
/proc/loadavg: 1.38 1.50 1.45 3/227 21174
/proc/meminfo: memFree=1039720/32770624 swapFree=66956560/67108860
[pid=21102] ppid=21099 vsize=10849048 memory=770260 CPUtime=76.38 cores=0,2,4,6
/proc/21102/stat : 21102 (java) S 21099 21102 20037 0 -1 1077944320 94685 13292 0 0 7587 44 4 3 20 0 15 0 473292145 11109425152 192565 33554432000 4194304 4196468 140725567548896 140725567531440 140306770108151 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
/proc/21102/statm: 2712262 192565 3629 1 0 2674317 0
[pid=21102/tid=21155] ppid=21099 vsize=10849048 memory=54156 CPUtime=65.25 cores=0,2,4,6
/proc/21102/task/21155/stat : 21155 (java) R 21099 21102 20037 0 -1 4202560 30397 13292 0 0 6502 16 4 3 20 0 15 0 473292154 11109425152 192565 33554432000 4194304 4196468 140725567548896 140306741939792 140306341030090 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21156] ppid=21099 vsize=10849048 memory=1988 CPUtime=0.21 cores=0,2,4,6
/proc/21102/task/21156/stat : 21156 (java) S 21099 21102 20037 0 -1 1077944384 309 13292 0 0 11 3 4 3 20 0 15 0 473292154 11109425152 192565 33554432000 4194304 4196468 140725567548896 140306774350224 140306770118357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21157] ppid=21099 vsize=10849048 memory=988 CPUtime=0.2 cores=0,2,4,6
/proc/21102/task/21157/stat : 21157 (java) S 21099 21102 20037 0 -1 1077944384 1423 13292 0 0 10 3 4 3 20 0 15 0 473292154 11109425152 192565 33554432000 4194304 4196468 140725567548896 140306662623504 140306770118357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21158] ppid=21099 vsize=10849048 memory=6791534058613427641 CPUtime=0.19 cores=0,2,4,6
/proc/21102/task/21158/stat : 21158 (java) S 21099 21102 20037 0 -1 1077944384 2960 13292 0 0 9 3 4 3 20 0 15 0 473292154 11109425152 192565 33554432000 4194304 4196468 140725567548896 140306661571216 140306770118357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21159] ppid=21099 vsize=10849048 memory=770260 CPUtime=0.2 cores=0,2,4,6
/proc/21102/task/21159/stat : 21159 (java) S 21099 21102 20037 0 -1 1077944384 1559 13292 0 0 10 3 4 3 20 0 15 0 473292154 11109425152 192565 33554432000 4194304 4196468 140725567548896 140306660518416 140306770118357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21160] ppid=21099 vsize=10849048 memory=1088 CPUtime=0.18 cores=0,2,4,6
/proc/21102/task/21160/stat : 21160 (java) S 21099 21102 20037 0 -1 1077944384 4927 13292 0 0 10 1 4 3 20 0 15 0 473292156 11109425152 192565 33554432000 4194304 4196468 140725567548896 140306229062256 140306770119298 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21161] ppid=21099 vsize=10849048 memory=988 CPUtime=0.07 cores=0,2,4,6
/proc/21102/task/21161/stat : 21161 (java) S 21099 21102 20037 0 -1 1077944384 38 13292 0 0 0 0 4 3 20 0 15 0 473292156 11109425152 192565 33554432000 4194304 4196468 140725567548896 140306228008288 140306770118357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21162] ppid=21099 vsize=10849048 memory=780 CPUtime=0.07 cores=0,2,4,6
/proc/21102/task/21162/stat : 21162 (java) S 21099 21102 20037 0 -1 1077944384 1 13292 0 0 0 0 4 3 20 0 15 0 473292156 11109425152 192565 33554432000 4194304 4196468 140725567548896 140306112571008 140306770118357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21163] ppid=21099 vsize=10849048 memory=770260 CPUtime=0.07 cores=0,2,4,6
/proc/21102/task/21163/stat : 21163 (java) S 21099 21102 20037 0 -1 1077944384 2 13292 0 0 0 0 4 3 20 0 15 0 473292159 11109425152 192565 33554432000 4194304 4196468 140725567548896 140305508592208 140306770126747 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21164] ppid=21099 vsize=10849048 memory=6791534058613427641 CPUtime=3.56 cores=0,2,4,6
/proc/21102/task/21164/stat : 21164 (java) S 21099 21102 20037 0 -1 1077944384 17173 13292 0 0 346 3 4 3 20 0 15 0 473292159 11109425152 192565 33554432000 4194304 4196468 140725567548896 140306194450544 140306770119298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21165] ppid=21099 vsize=10849048 memory=800 CPUtime=3.8 cores=0,2,4,6
/proc/21102/task/21165/stat : 21165 (java) S 21099 21102 20037 0 -1 1077944384 13850 13292 0 0 370 3 4 3 20 0 15 0 473292159 11109425152 192565 33554432000 4194304 4196468 140725567548896 140306193397744 140306770119298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21166] ppid=21099 vsize=10849048 memory=1804 CPUtime=3.22 cores=0,2,4,6
/proc/21102/task/21166/stat : 21166 (java) S 21099 21102 20037 0 -1 1077944384 19618 13292 0 0 310 5 4 3 20 0 15 0 473292159 11109425152 192565 33554432000 4194304 4196468 140725567548896 140306192345456 140306770119298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21167] ppid=21099 vsize=10849048 memory=920 CPUtime=0.07 cores=0,2,4,6
/proc/21102/task/21167/stat : 21167 (java) S 21099 21102 20037 0 -1 1077944384 3 13292 0 0 0 0 4 3 20 0 15 0 473292159 11109425152 192565 33554432000 4194304 4196468 140725567548896 140305038830048 140306770118357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21168] ppid=21099 vsize=10849048 memory=3848 CPUtime=0.09 cores=0,2,4,6
/proc/21102/task/21168/stat : 21168 (java) S 21099 21102 20037 0 -1 1077944384 218 13292 0 0 1 1 4 3 20 0 15 0 473292160 11109425152 192565 33554432000 4194304 4196468 140725567548896 140306191293360 140306770119298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
Current children cumulated CPU time: 76.38 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 770260 KiB

[startup+66.0007 s]*
/proc/loadavg: 1.38 1.50 1.45 3/227 21174
/proc/meminfo: memFree=1039720/32770624 swapFree=66956560/67108860
[pid=21102] ppid=21099 vsize=10849048 memory=770260 CPUtime=76.8 cores=0,2,4,6
/proc/21102/stat : 21102 (java) S 21099 21102 20037 0 -1 1077944320 94694 13292 0 0 7629 44 4 3 20 0 15 0 473292145 11109425152 192565 33554432000 4194304 4196468 140725567548896 140725567531440 140306770108151 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
/proc/21102/statm: 2712262 192565 3629 1 0 2674317 0
[pid=21102/tid=21155] ppid=21099 vsize=10849048 memory=6791534058613427641 CPUtime=65.66 cores=0,2,4,6
/proc/21102/task/21155/stat : 21155 (java) R 21099 21102 20037 0 -1 4202560 30398 13292 0 0 6543 16 4 3 20 0 15 0 473292154 11109425152 192565 33554432000 4194304 4196468 140725567548896 140306741943056 140306341744338 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21156] ppid=21099 vsize=10849048 memory=-7003737579269690708 CPUtime=0.21 cores=0,2,4,6
/proc/21102/task/21156/stat : 21156 (java) S 21099 21102 20037 0 -1 1077944384 309 13292 0 0 11 3 4 3 20 0 15 0 473292154 11109425152 192565 33554432000 4194304 4196468 140725567548896 140306774350224 140306770118357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21157] ppid=21099 vsize=10849048 memory=4297126326990998048 CPUtime=0.21 cores=0,2,4,6
/proc/21102/task/21157/stat : 21157 (java) S 21099 21102 20037 0 -1 1077944384 1423 13292 0 0 11 3 4 3 20 0 15 0 473292154 11109425152 192565 33554432000 4194304 4196468 140725567548896 140306662623504 140306770118357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21158] ppid=21099 vsize=10849048 memory=-7966001967407402336 CPUtime=0.19 cores=0,2,4,6
/proc/21102/task/21158/stat : 21158 (java) S 21099 21102 20037 0 -1 1077944384 2960 13292 0 0 9 3 4 3 20 0 15 0 473292154 11109425152 192565 33554432000 4194304 4196468 140725567548896 140306661571216 140306770118357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21159] ppid=21099 vsize=10849048 memory=-6876588461455810464 CPUtime=0.21 cores=0,2,4,6
/proc/21102/task/21159/stat : 21159 (java) S 21099 21102 20037 0 -1 1077944384 1559 13292 0 0 11 3 4 3 20 0 15 0 473292154 11109425152 192565 33554432000 4194304 4196468 140725567548896 140306660518416 140306770118357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21160] ppid=21099 vsize=10849048 memory=-7737621075815351712 CPUtime=0.18 cores=0,2,4,6
/proc/21102/task/21160/stat : 21160 (java) S 21099 21102 20037 0 -1 1077944384 4927 13292 0 0 10 1 4 3 20 0 15 0 473292156 11109425152 192565 33554432000 4194304 4196468 140725567548896 140306229062256 140306770119298 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21161] ppid=21099 vsize=10849048 memory=7956849439260895318 CPUtime=0.07 cores=0,2,4,6
/proc/21102/task/21161/stat : 21161 (java) S 21099 21102 20037 0 -1 1077944384 38 13292 0 0 0 0 4 3 20 0 15 0 473292156 11109425152 192565 33554432000 4194304 4196468 140725567548896 140306228008288 140306770118357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21162] ppid=21099 vsize=10849048 memory=5787213827147326820 CPUtime=0.07 cores=0,2,4,6
/proc/21102/task/21162/stat : 21162 (java) S 21099 21102 20037 0 -1 1077944384 1 13292 0 0 0 0 4 3 20 0 15 0 473292156 11109425152 192565 33554432000 4194304 4196468 140725567548896 140306112571008 140306770118357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21163] ppid=21099 vsize=10849048 memory=4642197910265684584 CPUtime=0.07 cores=0,2,4,6
/proc/21102/task/21163/stat : 21163 (java) S 21099 21102 20037 0 -1 1077944384 2 13292 0 0 0 0 4 3 20 0 15 0 473292159 11109425152 192565 33554432000 4194304 4196468 140725567548896 140305508592208 140306770126747 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21164] ppid=21099 vsize=10849048 memory=11582717311 CPUtime=3.56 cores=0,2,4,6
/proc/21102/task/21164/stat : 21164 (java) S 21099 21102 20037 0 -1 1077944384 17173 13292 0 0 346 3 4 3 20 0 15 0 473292159 11109425152 192565 33554432000 4194304 4196468 140725567548896 140306194450544 140306770119298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21165] ppid=21099 vsize=10849048 memory=0 CPUtime=3.8 cores=0,2,4,6
/proc/21102/task/21165/stat : 21165 (java) S 21099 21102 20037 0 -1 1077944384 13856 13292 0 0 370 3 4 3 20 0 15 0 473292159 11109425152 192565 33554432000 4194304 4196468 140725567548896 140306193397744 140306770119298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21166] ppid=21099 vsize=10849048 memory=0 CPUtime=3.23 cores=0,2,4,6
/proc/21102/task/21166/stat : 21166 (java) S 21099 21102 20037 0 -1 1077944384 19620 13292 0 0 311 5 4 3 20 0 15 0 473292159 11109425152 192565 33554432000 4194304 4196468 140725567548896 140306192345456 140306770119298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21167] ppid=21099 vsize=10849048 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21102/task/21167/stat : 21167 (java) S 21099 21102 20037 0 -1 1077944384 3 13292 0 0 0 0 4 3 20 0 15 0 473292159 11109425152 192565 33554432000 4194304 4196468 140725567548896 140305038830048 140306770118357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21168] ppid=21099 vsize=10849048 memory=770260 CPUtime=0.09 cores=0,2,4,6
/proc/21102/task/21168/stat : 21168 (java) S 21099 21102 20037 0 -1 1077944384 218 13292 0 0 1 1 4 3 20 0 15 0 473292160 11109425152 192565 33554432000 4194304 4196468 140725567548896 140306191293360 140306770119298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
Current children cumulated CPU time: 76.8 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 770260 KiB

[startup+66.2007 s]
/proc/loadavg: 1.38 1.50 1.45 3/227 21174
/proc/meminfo: memFree=1039720/32770624 swapFree=66956560/67108860
[pid=21102] ppid=21099 vsize=10849048 memory=770260 CPUtime=76.99 cores=0,2,4,6
/proc/21102/stat : 21102 (java) S 21099 21102 20037 0 -1 1077944320 94694 13292 0 0 7648 44 4 3 20 0 15 0 473292145 11109425152 192565 33554432000 4194304 4196468 140725567548896 140725567531440 140306770108151 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
/proc/21102/statm: 2712262 192565 3629 1 0 2674317 0
[pid=21102/tid=21155] ppid=21099 vsize=10849048 memory=288230583166042426 CPUtime=65.85 cores=0,2,4,6
/proc/21102/task/21155/stat : 21155 (java) R 21099 21102 20037 0 -1 4202560 30398 13292 0 0 6562 16 4 3 20 0 15 0 473292154 11109425152 192565 33554432000 4194304 4196468 140725567548896 140306741943056 140306341748170 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21156] ppid=21099 vsize=10849048 memory=13847469322668657 CPUtime=0.21 cores=0,2,4,6
/proc/21102/task/21156/stat : 21156 (java) S 21099 21102 20037 0 -1 1077944384 309 13292 0 0 11 3 4 3 20 0 15 0 473292154 11109425152 192565 33554432000 4194304 4196468 140725567548896 140306774350224 140306770118357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21157] ppid=21099 vsize=10849048 memory=13845261694642030 CPUtime=0.21 cores=0,2,4,6
/proc/21102/task/21157/stat : 21157 (java) S 21099 21102 20037 0 -1 1077944384 1423 13292 0 0 11 3 4 3 20 0 15 0 473292154 11109425152 192565 33554432000 4194304 4196468 140725567548896 140306662623504 140306770118357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21158] ppid=21099 vsize=10849048 memory=4279657048932884512 CPUtime=0.19 cores=0,2,4,6
/proc/21102/task/21158/stat : 21158 (java) S 21099 21102 20037 0 -1 1077944384 2960 13292 0 0 9 3 4 3 20 0 15 0 473292154 11109425152 192565 33554432000 4194304 4196468 140725567548896 140306661571216 140306770118357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21159] ppid=21099 vsize=10849048 memory=5450916423962429248 CPUtime=0.21 cores=0,2,4,6
/proc/21102/task/21159/stat : 21159 (java) S 21099 21102 20037 0 -1 1077944384 1559 13292 0 0 11 3 4 3 20 0 15 0 473292154 11109425152 192565 33554432000 4194304 4196468 140725567548896 140306660518416 140306770118357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21160] ppid=21099 vsize=10849048 memory=-7387007932599496084 CPUtime=0.18 cores=0,2,4,6
/proc/21102/task/21160/stat : 21160 (java) S 21099 21102 20037 0 -1 1077944384 4927 13292 0 0 10 1 4 3 20 0 15 0 473292156 11109425152 192565 33554432000 4194304 4196468 140725567548896 140306229062256 140306770119298 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21161] ppid=21099 vsize=10849048 memory=-7246141791683115974 CPUtime=0.07 cores=0,2,4,6
/proc/21102/task/21161/stat : 21161 (java) S 21099 21102 20037 0 -1 1077944384 38 13292 0 0 0 0 4 3 20 0 15 0 473292156 11109425152 192565 33554432000 4194304 4196468 140725567548896 140306228008288 140306770118357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21162] ppid=21099 vsize=10849048 memory=7883648387556929380 CPUtime=0.07 cores=0,2,4,6
/proc/21102/task/21162/stat : 21162 (java) S 21099 21102 20037 0 -1 1077944384 1 13292 0 0 0 0 4 3 20 0 15 0 473292156 11109425152 192565 33554432000 4194304 4196468 140725567548896 140306112571008 140306770118357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21163] ppid=21099 vsize=10849048 memory=7595725831727968097 CPUtime=0.07 cores=0,2,4,6
/proc/21102/task/21163/stat : 21163 (java) S 21099 21102 20037 0 -1 1077944384 2 13292 0 0 0 0 4 3 20 0 15 0 473292159 11109425152 192565 33554432000 4194304 4196468 140725567548896 140305508592208 140306770126747 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21164] ppid=21099 vsize=10849048 memory=7380671248541445222 CPUtime=3.56 cores=0,2,4,6
/proc/21102/task/21164/stat : 21164 (java) S 21099 21102 20037 0 -1 1077944384 17173 13292 0 0 346 3 4 3 20 0 15 0 473292159 11109425152 192565 33554432000 4194304 4196468 140725567548896 140306194450544 140306770119298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21165] ppid=21099 vsize=10849048 memory=7449906306573427102 CPUtime=3.8 cores=0,2,4,6
/proc/21102/task/21165/stat : 21165 (java) S 21099 21102 20037 0 -1 1077944384 13856 13292 0 0 370 3 4 3 20 0 15 0 473292159 11109425152 192565 33554432000 4194304 4196468 140725567548896 140306193397744 140306770119298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21166] ppid=21099 vsize=10849048 memory=58 CPUtime=3.23 cores=0,2,4,6
/proc/21102/task/21166/stat : 21166 (java) S 21099 21102 20037 0 -1 1077944384 19620 13292 0 0 311 5 4 3 20 0 15 0 473292159 11109425152 192565 33554432000 4194304 4196468 140725567548896 140306192345456 140306770119298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21167] ppid=21099 vsize=10849048 memory=139809440512011 CPUtime=0.07 cores=0,2,4,6
/proc/21102/task/21167/stat : 21167 (java) S 21099 21102 20037 0 -1 1077944384 3 13292 0 0 0 0 4 3 20 0 15 0 473292159 11109425152 192565 33554432000 4194304 4196468 140725567548896 140305038830048 140306770118357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21168] ppid=21099 vsize=10849048 memory=589972051086833205 CPUtime=0.09 cores=0,2,4,6
/proc/21102/task/21168/stat : 21168 (java) S 21099 21102 20037 0 -1 1077944384 218 13292 0 0 1 1 4 3 20 0 15 0 473292160 11109425152 192565 33554432000 4194304 4196468 140725567548896 140306191293360 140306770119298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
Current children cumulated CPU time: 76.99 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 770260 KiB

[startup+66.3007 s]
/proc/loadavg: 1.38 1.50 1.45 3/227 21174
/proc/meminfo: memFree=1039720/32770624 swapFree=66956560/67108860
[pid=21102] ppid=21099 vsize=10849048 memory=770260 CPUtime=77.09 cores=0,2,4,6
/proc/21102/stat : 21102 (java) S 21099 21102 20037 0 -1 1077944320 94695 13292 0 0 7658 44 4 3 20 0 15 0 473292145 11109425152 192565 33554432000 4194304 4196468 140725567548896 140725567531440 140306770108151 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
/proc/21102/statm: 2712262 192565 3629 1 0 2674317 0
[pid=21102/tid=21155] ppid=21099 vsize=10849048 memory=770260 CPUtime=65.95 cores=0,2,4,6
/proc/21102/task/21155/stat : 21155 (java) R 21099 21102 20037 0 -1 4202560 30399 13292 0 0 6572 16 4 3 20 0 15 0 473292154 11109425152 192565 33554432000 4194304 4196468 140725567548896 140306741943392 140306341749687 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21156] ppid=21099 vsize=10849048 memory=770260 CPUtime=0.21 cores=0,2,4,6
/proc/21102/task/21156/stat : 21156 (java) S 21099 21102 20037 0 -1 1077944384 309 13292 0 0 11 3 4 3 20 0 15 0 473292154 11109425152 192565 33554432000 4194304 4196468 140725567548896 140306774350224 140306770118357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21157] ppid=21099 vsize=10849048 memory=770260 CPUtime=0.21 cores=0,2,4,6
/proc/21102/task/21157/stat : 21157 (java) S 21099 21102 20037 0 -1 1077944384 1423 13292 0 0 11 3 4 3 20 0 15 0 473292154 11109425152 192565 33554432000 4194304 4196468 140725567548896 140306662623504 140306770118357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21158] ppid=21099 vsize=10849048 memory=770260 CPUtime=0.19 cores=0,2,4,6
/proc/21102/task/21158/stat : 21158 (java) S 21099 21102 20037 0 -1 1077944384 2960 13292 0 0 9 3 4 3 20 0 15 0 473292154 11109425152 192565 33554432000 4194304 4196468 140725567548896 140306661571216 140306770118357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21159] ppid=21099 vsize=10849048 memory=770260 CPUtime=0.21 cores=0,2,4,6
/proc/21102/task/21159/stat : 21159 (java) S 21099 21102 20037 0 -1 1077944384 1559 13292 0 0 11 3 4 3 20 0 15 0 473292154 11109425152 192565 33554432000 4194304 4196468 140725567548896 140306660518416 140306770118357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21160] ppid=21099 vsize=10849048 memory=7 CPUtime=0.18 cores=0,2,4,6
/proc/21102/task/21160/stat : 21160 (java) S 21099 21102 20037 0 -1 1077944384 4927 13292 0 0 10 1 4 3 20 0 15 0 473292156 11109425152 192565 33554432000 4194304 4196468 140725567548896 140306229062256 140306770119298 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21161] ppid=21099 vsize=10849048 memory=770260 CPUtime=0.07 cores=0,2,4,6
/proc/21102/task/21161/stat : 21161 (java) S 21099 21102 20037 0 -1 1077944384 38 13292 0 0 0 0 4 3 20 0 15 0 473292156 11109425152 192565 33554432000 4194304 4196468 140725567548896 140306228008288 140306770118357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21162] ppid=21099 vsize=10849048 memory=1556 CPUtime=0.07 cores=0,2,4,6
/proc/21102/task/21162/stat : 21162 (java) S 21099 21102 20037 0 -1 1077944384 1 13292 0 0 0 0 4 3 20 0 15 0 473292156 11109425152 192565 33554432000 4194304 4196468 140725567548896 140306112571008 140306770118357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21163] ppid=21099 vsize=10849048 memory=770260 CPUtime=0.07 cores=0,2,4,6
/proc/21102/task/21163/stat : 21163 (java) S 21099 21102 20037 0 -1 1077944384 2 13292 0 0 0 0 4 3 20 0 15 0 473292159 11109425152 192565 33554432000 4194304 4196468 140725567548896 140305508592208 140306770126747 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21164] ppid=21099 vsize=10849048 memory=1556 CPUtime=3.56 cores=0,2,4,6
/proc/21102/task/21164/stat : 21164 (java) S 21099 21102 20037 0 -1 1077944384 17173 13292 0 0 346 3 4 3 20 0 15 0 473292159 11109425152 192565 33554432000 4194304 4196468 140725567548896 140306194450544 140306770119298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21165] ppid=21099 vsize=10849048 memory=3620 CPUtime=3.8 cores=0,2,4,6
/proc/21102/task/21165/stat : 21165 (java) S 21099 21102 20037 0 -1 1077944384 13856 13292 0 0 370 3 4 3 20 0 15 0 473292159 11109425152 192565 33554432000 4194304 4196468 140725567548896 140306193397744 140306770119298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21166] ppid=21099 vsize=10849048 memory=54156 CPUtime=3.23 cores=0,2,4,6
/proc/21102/task/21166/stat : 21166 (java) S 21099 21102 20037 0 -1 1077944384 19620 13292 0 0 311 5 4 3 20 0 15 0 473292159 11109425152 192565 33554432000 4194304 4196468 140725567548896 140306192345456 140306770119298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21167] ppid=21099 vsize=10849048 memory=770260 CPUtime=0.07 cores=0,2,4,6
/proc/21102/task/21167/stat : 21167 (java) S 21099 21102 20037 0 -1 1077944384 3 13292 0 0 0 0 4 3 20 0 15 0 473292159 11109425152 192565 33554432000 4194304 4196468 140725567548896 140305038830048 140306770118357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
[pid=21102/tid=21168] ppid=21099 vsize=10849048 memory=770260 CPUtime=0.09 cores=0,2,4,6
/proc/21102/task/21168/stat : 21168 (java) S 21099 21102 20037 0 -1 1077944384 218 13292 0 0 1 1 4 3 20 0 15 0 473292160 11109425152 192565 33554432000 4194304 4196468 140725567548896 140306191293360 140306770119298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 15327232 140725567556196 140725567558837 140725567558837 140725567561679 0
Current children cumulated CPU time: 77.09 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 770260 KiB

Child status: 0
Real time (s): 66.3582
CPU time (s): 77.1624
CPU user time (s): 76.6673
CPU system time (s): 0.495156
CPU usage (%): 116.282
Max. virtual memory (cumulated for all children) (KiB): 10853220
Max. memory (cumulated for all children) (KiB): 788212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 76.6673
system time used= 0.495156
maximum resident set size= 790260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108930
page faults= 0
swaps= 0
block input operations= 0
block output operations= 264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14241
involuntary context switches= 150


# summary of solver processes directly reported to runsolver:
#   pid: 21102
#   total CPU time (s): 77.1624
#   total CPU user time (s): 76.6673
#   total CPU system time (s): 0.495156

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.348248 second user time and 0.721582 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-20 11:08:17
IDJOB=4402728
IDBENCH=123101
IDSOLVER=2861
FILE ID=node149/4402728-1568970535
RUNJOBID= node149-1568967598-20068
PBS_JOBID= 21704611
Free space on /var/tmp= 13444 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-esc16e.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402728-1568970535/watcher-4402728-1568970535 -o /var/tmp/evaluation-result-4402728-1568970535/solver-4402728-1568970535 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node149-1568967598-20068 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=412321698 HOME/instance-4402728-1568970535.xml

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

MD5SUM BENCH= 9478703244e8f640224ac5c9e01083b8
RANDOM SEED=412321698

node149.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.81
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.81
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.81
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.81
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:         1801036 kB
MemAvailable:   30405360 kB
Buffers:          136624 kB
Cached:         28392948 kB
SwapCached:        41444 kB
Active:         15633988 kB
Inactive:       14351780 kB
Active(anon):    1410340 kB
Inactive(anon):    89824 kB
Active(file):   14223648 kB
Inactive(file): 14261956 kB
Unevictable:      109700 kB
Mlocked:          109700 kB
SwapTotal:      67108860 kB
SwapFree:       66956560 kB
Dirty:             35592 kB
Writeback:             0 kB
AnonPages:       1525852 kB
Mapped:            65020 kB
Shmem:             35576 kB
Slab:             576120 kB
SReclaimable:     547180 kB
SUnreclaim:        28940 kB
KernelStack:        3760 kB
PageTables:         8680 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2555756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1304576 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /var/tmp at the end= 13408 MiB
End job on node149 at 2019-09-20 11:09:23