Trace number 4274608

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
OscaR - Hybrid 2017-07-26OPT0 58.950401 55.996498

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-06.xml
MD5SUM315e274f87a0401bb6a43b890592ba0e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark18.0944
Satisfiable
(Un)Satisfiability was proved
Number of variables48
Number of constraints47
Number of domains2
Minimum domain size2
Maximum domain size36
Distribution of domain sizes[{"size":2,"count":11},{"size":36,"count":37}]
Minimum variable degree2
Maximum variable degree11
Distribution of variable degrees[{"degree":2,"count":13},{"degree":3,"count":23},{"degree":4,"count":11},{"degree":11,"count":1}]
Minimum constraint arity2
Maximum constraint arity36
Distribution of constraint arities[{"arity":2,"count":35},{"arity":3,"count":11},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints46
Distribution of constraint types[{"type":"intension","count":46},{"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.30/0.25	c version: 2017-07-26
0.30/0.25	c seed: 871392194
0.30/0.25	c timeout: 2520
0.30/0.25	c memlimit: 11000
0.30/0.25	c nbcore: 4
0.30/0.27	c Parsing instance...
1.55/0.89	c Parsing done, starting first complete search...
18.54/16.19	o 11
18.64/16.22	o 10
18.94/16.39	o 9
20.73/18.00	o 8
22.24/19.43	o 7
30.07/27.20	o 6
31.27/28.40	o 5
31.67/28.86	o 4
33.69/30.80	o 3
43.21/40.32	o 2
43.71/40.80	o 1
58.86/55.97	o 0
58.86/55.97	s OPTIMUM FOUND
58.86/55.98	v <instantiation>
58.86/55.98	v 	<list>
58.86/55.98	v 		q 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] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] b[0] b[1] b[2] b[3] b[4] b[5] b[6] b[7] b[8] b[9] b[10]
58.86/55.98	v 	</list>
58.86/55.98	v 	<values>
58.86/55.98	v 		20 6 2 10 23 34 26 30 19 8 0 13 9 5 16 29 33 25 21 32 28 17 4 15 11 3 7 18 31 27 35 22 14 1 12 20 24 0 0 0 0 0 0 0 0 0 0 0 
58.86/55.98	v 	</values>
58.86/55.98	v </instantiation>

Verifier Data

OK	0

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4274608-1502847894/watcher-4274608-1502847894 -o /tmp/evaluation-result-4274608-1502847894/solver-4274608-1502847894 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1502842096-17480 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed 871392194 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274608-1502847894.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
solver pid=18356, runsolver pid=18353
Current StackSize limit: 8192 KiB


[startup+0.100131 s]*
/proc/loadavg: 1.66 1.44 1.46 3/217 18371
/proc/meminfo: memFree=26216980/32770624 swapFree=67108860/67108860
[pid=18356] ppid=18353 vsize=13980164 memory=34164 CPUtime=0.12 cores=0,2,4,6
/proc/18356/stat : 18356 (java) S 18353 18356 17449 0 -1 1077944320 8453 0 0 0 11 1 0 0 20 0 15 0 117870535 14315687936 8541 33554432000 4194304 4196468 140731386689936 140731386672480 140051645759223 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
/proc/18356/statm: 3495041 8541 3412 1 0 3482761 0
[pid=18356/tid=18358] ppid=18353 vsize=13980164 memory=-8485517772678401922 CPUtime=0.08 cores=0,2,4,6
/proc/18356/task/18358/stat : 18358 (java) R 18353 18356 17449 0 -1 4202560 6395 0 0 0 8 0 0 0 20 0 15 0 117870536 14315687936 8541 33554432000 4194304 4196468 140731386689936 140051649956176 140051629839710 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18359] ppid=18353 vsize=13980164 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18359/stat : 18359 (java) S 18353 18356 17449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117870537 14315687936 8541 33554432000 4194304 4196468 140731386689936 140051575847568 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18360] ppid=18353 vsize=13980164 memory=140110644569728 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18360/stat : 18360 (java) S 18353 18356 17449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117870537 14315687936 8541 33554432000 4194304 4196468 140731386689936 140051574794768 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18361] ppid=18353 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18361/stat : 18361 (java) S 18353 18356 17449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117870537 14315687936 8541 33554432000 4194304 4196468 140731386689936 140051573741968 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18362] ppid=18353 vsize=13980164 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18362/stat : 18362 (java) S 18353 18356 17449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117870537 14315687936 8541 33554432000 4194304 4196468 140731386689936 140051572689168 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18363] ppid=18353 vsize=13980164 memory=140110644569728 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18363/stat : 18363 (java) S 18353 18356 17449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117870538 14315687936 8541 33554432000 4194304 4196468 140731386689936 140050558860144 140051645770370 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18364] ppid=18353 vsize=13980164 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18364/stat : 18364 (java) S 18353 18356 17449 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 117870538 14315687936 8541 33554432000 4194304 4196468 140731386689936 140050557806112 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18365] ppid=18353 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18365/stat : 18365 (java) S 18353 18356 17449 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 117870539 14315687936 8541 33554432000 4194304 4196468 140731386689936 140050556753264 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18366] ppid=18353 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18366/stat : 18366 (java) S 18353 18356 17449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117870541 14315687936 8541 33554432000 4194304 4196468 140731386689936 140050555701584 140051645777819 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18367] ppid=18353 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18367/stat : 18367 (java) S 18353 18356 17449 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 15 0 117870541 14315687936 8541 33554432000 4194304 4196468 140731386689936 140050554648944 140051645770370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18368] ppid=18353 vsize=13980164 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18368/stat : 18368 (java) S 18353 18356 17449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117870541 14315687936 8541 33554432000 4194304 4196468 140731386689936 140050553596144 140051645770370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18369] ppid=18353 vsize=13980164 memory=140110644569728 CPUtime=0.02 cores=0,2,4,6
/proc/18356/task/18369/stat : 18369 (java) S 18353 18356 17449 0 -1 1077944384 372 0 0 0 2 0 0 0 20 0 15 0 117870541 14315687936 8541 33554432000 4194304 4196468 140731386689936 140050552543344 140051645770370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18370] ppid=18353 vsize=13980164 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18370/stat : 18370 (java) S 18353 18356 17449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117870541 14315687936 8541 33554432000 4194304 4196468 140731386689936 140050551490784 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18371] ppid=18353 vsize=13980164 memory=140110644569728 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18371/stat : 18371 (java) S 18353 18356 17449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117870541 14315687936 8541 33554432000 4194304 4196468 140731386689936 140050550439088 140051645770370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13980164 KiB
Current children cumulated memory: 34164 KiB

[startup+0.213195 s]*
/proc/loadavg: 1.66 1.44 1.46 3/217 18371
/proc/meminfo: memFree=26208232/32770624 swapFree=67108860/67108860
[pid=18356] ppid=18353 vsize=13980164 memory=43508 CPUtime=0.3 cores=0,2,4,6
/proc/18356/stat : 18356 (java) S 18353 18356 17449 0 -1 1077944320 9491 0 0 0 28 2 0 0 20 0 15 0 117870535 14315687936 10877 33554432000 4194304 4196468 140731386689936 140731386672480 140051645759223 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
/proc/18356/statm: 3495041 10877 3639 1 0 3482761 0
[pid=18356/tid=18358] ppid=18353 vsize=13980164 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/18356/task/18358/stat : 18358 (java) D 18353 18356 17449 0 -1 1077944384 7065 0 0 0 19 1 0 0 20 0 15 0 117870536 14315687936 10877 33554432000 4194304 4196468 140731386689936 140051649975248 140051638438445 0 4 0 16800975 18446744072101654052 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18359] ppid=18353 vsize=13980164 memory=366 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18359/stat : 18359 (java) S 18353 18356 17449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117870537 14315687936 10877 33554432000 4194304 4196468 140731386689936 140051575847568 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18360] ppid=18353 vsize=13980164 memory=140110645113367 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18360/stat : 18360 (java) S 18353 18356 17449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117870537 14315687936 10877 33554432000 4194304 4196468 140731386689936 140051574794768 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18361] ppid=18353 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18361/stat : 18361 (java) S 18353 18356 17449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117870537 14315687936 10877 33554432000 4194304 4196468 140731386689936 140051573741968 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18362] ppid=18353 vsize=13980164 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18362/stat : 18362 (java) S 18353 18356 17449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117870537 14315687936 10877 33554432000 4194304 4196468 140731386689936 140051572689168 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18363] ppid=18353 vsize=13980196 memory=140110644569728 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18363/stat : 18363 (java) S 18353 18356 17449 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 117870538 14315720704 10877 33554432000 4194304 4196468 140731386689936 140050558860144 140051645770370 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18364] ppid=18353 vsize=13980196 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18364/stat : 18364 (java) S 18353 18356 17449 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 117870538 14315720704 10877 33554432000 4194304 4196468 140731386689936 140050557806112 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18365] ppid=18353 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18365/stat : 18365 (java) S 18353 18356 17449 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 117870539 14315687936 10884 33554432000 4194304 4196468 140731386689936 140050556753264 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18366] ppid=18353 vsize=13980164 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18366/stat : 18366 (java) S 18353 18356 17449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117870541 14315687936 10884 33554432000 4194304 4196468 140731386689936 140050555701584 140051645777819 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18367] ppid=18353 vsize=13980164 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/18356/task/18367/stat : 18367 (java) S 18353 18356 17449 0 -1 1077944384 397 0 0 0 1 0 0 0 20 0 15 0 117870541 14315687936 10884 33554432000 4194304 4196468 140731386689936 140050554648944 140051645770370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18368] ppid=18353 vsize=13980164 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/18356/task/18368/stat : 18368 (java) S 18353 18356 17449 0 -1 1077944384 264 0 0 0 2 0 0 0 20 0 15 0 117870541 14315687936 10884 33554432000 4194304 4196468 140731386689936 140050553596144 140051645770370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18369] ppid=18353 vsize=13980164 memory=140110644569728 CPUtime=0.05 cores=0,2,4,6
/proc/18356/task/18369/stat : 18369 (java) R 18353 18356 17449 0 -1 4202560 390 0 0 0 5 0 0 0 20 0 15 0 117870541 14315687936 10884 33554432000 4194304 4196468 140731386689936 140050552543344 140051630599393 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18370] ppid=18353 vsize=13980164 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18370/stat : 18370 (java) S 18353 18356 17449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117870541 14315687936 10884 33554432000 4194304 4196468 140731386689936 140050551490784 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18371] ppid=18353 vsize=13980164 memory=140110644569728 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18371/stat : 18371 (java) S 18353 18356 17449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117870541 14315687936 10884 33554432000 4194304 4196468 140731386689936 140050550439088 140051645770370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 13980164 KiB
Current children cumulated memory: 43508 KiB

[startup+0.310252 s]*
/proc/loadavg: 1.66 1.44 1.46 3/217 18371
/proc/meminfo: memFree=26201148/32770624 swapFree=67108860/67108860
[pid=18356] ppid=18353 vsize=13980184 memory=50796 CPUtime=0.49 cores=0,2,4,6
/proc/18356/stat : 18356 (java) S 18353 18356 17449 0 -1 1077944320 10443 0 0 0 46 3 0 0 20 0 15 0 117870535 14315708416 12699 33554432000 4194304 4196468 140731386689936 140731386672480 140051645759223 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
/proc/18356/statm: 3495046 12699 3709 1 0 3482761 0
[pid=18356/tid=18358] ppid=18353 vsize=13980184 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/18356/task/18358/stat : 18358 (java) R 18353 18356 17449 0 -1 4202560 7574 0 0 0 28 2 0 0 20 0 15 0 117870536 14315708416 12699 33554432000 4194304 4196468 140731386689936 140051649988560 140051645771158 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18359] ppid=18353 vsize=13980184 memory=304556161963917335 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18359/stat : 18359 (java) S 18353 18356 17449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117870537 14315708416 12699 33554432000 4194304 4196468 140731386689936 140051575847568 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18360] ppid=18353 vsize=13980184 memory=140110645126822 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18360/stat : 18360 (java) S 18353 18356 17449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117870537 14315708416 12699 33554432000 4194304 4196468 140731386689936 140051574794768 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18361] ppid=18353 vsize=13980184 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18361/stat : 18361 (java) S 18353 18356 17449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117870537 14315708416 12699 33554432000 4194304 4196468 140731386689936 140051573741968 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18362] ppid=18353 vsize=13980184 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18362/stat : 18362 (java) S 18353 18356 17449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117870537 14315708416 12699 33554432000 4194304 4196468 140731386689936 140051572689168 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18363] ppid=18353 vsize=13980184 memory=140110644569728 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18363/stat : 18363 (java) S 18353 18356 17449 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 117870538 14315708416 12699 33554432000 4194304 4196468 140731386689936 140050558860144 140051645770370 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18364] ppid=18353 vsize=13980184 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18364/stat : 18364 (java) S 18353 18356 17449 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 117870538 14315708416 12699 33554432000 4194304 4196468 140731386689936 140050557806112 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18365] ppid=18353 vsize=13980184 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18365/stat : 18365 (java) S 18353 18356 17449 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 117870539 14315708416 12699 33554432000 4194304 4196468 140731386689936 140050556753264 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18366] ppid=18353 vsize=13980184 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18366/stat : 18366 (java) S 18353 18356 17449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117870541 14315708416 12699 33554432000 4194304 4196468 140731386689936 140050555701584 140051645777819 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18367] ppid=18353 vsize=13980184 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/18356/task/18367/stat : 18367 (java) S 18353 18356 17449 0 -1 1077944384 603 0 0 0 4 0 0 0 20 0 15 0 117870541 14315708416 12699 33554432000 4194304 4196468 140731386689936 140050554648944 140051645770370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18368] ppid=18353 vsize=13980184 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/18356/task/18368/stat : 18368 (java) S 18353 18356 17449 0 -1 1077944384 425 0 0 0 5 0 0 0 20 0 15 0 117870541 14315708416 12699 33554432000 4194304 4196468 140731386689936 140050553596144 140051645770370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18369] ppid=18353 vsize=13980184 memory=140110644569728 CPUtime=0.08 cores=0,2,4,6
/proc/18356/task/18369/stat : 18369 (java) S 18353 18356 17449 0 -1 1077944384 460 0 0 0 8 0 0 0 20 0 15 0 117870541 14315708416 12699 33554432000 4194304 4196468 140731386689936 140050552543344 140051645770370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18370] ppid=18353 vsize=13980184 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18370/stat : 18370 (java) S 18353 18356 17449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117870541 14315708416 12699 33554432000 4194304 4196468 140731386689936 140050551490784 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18371] ppid=18353 vsize=13980184 memory=140110644569728 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18371/stat : 18371 (java) S 18353 18356 17449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117870541 14315708416 12699 33554432000 4194304 4196468 140731386689936 140050550439088 140051645770370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 13980184 KiB
Current children cumulated memory: 50796 KiB

[startup+0.70109 s]
/proc/loadavg: 1.60 1.44 1.46 5/217 18371
/proc/meminfo: memFree=26189340/32770624 swapFree=67108860/67108860
[pid=18356] ppid=18353 vsize=13982232 memory=84540 CPUtime=1.36 cores=0,2,4,6
/proc/18356/stat : 18356 (java) S 18353 18356 17449 0 -1 1077944320 14750 0 0 0 132 4 0 0 20 0 15 0 117870535 14317805568 21135 33554432000 4194304 4196468 140731386689936 140731386672480 140051645759223 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
/proc/18356/statm: 3495558 21135 3776 1 0 3483273 0
[pid=18356/tid=18358] ppid=18353 vsize=13982232 memory=1728 CPUtime=0.67 cores=0,2,4,6
/proc/18356/task/18358/stat : 18358 (java) R 18353 18356 17449 0 -1 4202560 8686 0 0 0 65 2 0 0 20 0 15 0 117870536 14317805568 21135 33554432000 4194304 4196468 140731386689936 140051649993472 140051251525399 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18359] ppid=18353 vsize=13982232 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18359/stat : 18359 (java) S 18353 18356 17449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117870537 14317805568 21135 33554432000 4194304 4196468 140731386689936 140051575847568 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18360] ppid=18353 vsize=13982232 memory=11040 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18360/stat : 18360 (java) S 18353 18356 17449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117870537 14317805568 21135 33554432000 4194304 4196468 140731386689936 140051574794768 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18361] ppid=18353 vsize=13982232 memory=5700 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18361/stat : 18361 (java) S 18353 18356 17449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117870537 14317805568 21135 33554432000 4194304 4196468 140731386689936 140051573741968 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18362] ppid=18353 vsize=13982232 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18362/stat : 18362 (java) S 18353 18356 17449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117870537 14317805568 21135 33554432000 4194304 4196468 140731386689936 140051572689168 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18363] ppid=18353 vsize=13982232 memory=792 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18363/stat : 18363 (java) S 18353 18356 17449 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 117870538 14317805568 21135 33554432000 4194304 4196468 140731386689936 140050558860144 140051645770370 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18364] ppid=18353 vsize=13982232 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18364/stat : 18364 (java) S 18353 18356 17449 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 117870538 14317805568 21135 33554432000 4194304 4196468 140731386689936 140050557806112 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18365] ppid=18353 vsize=13982232 memory=1936 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18365/stat : 18365 (java) S 18353 18356 17449 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 117870539 14317805568 21135 33554432000 4194304 4196468 140731386689936 140050556753264 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18366] ppid=18353 vsize=13982232 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18366/stat : 18366 (java) S 18353 18356 17449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117870541 14317805568 21135 33554432000 4194304 4196468 140731386689936 140050555701584 140051645777819 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18367] ppid=18353 vsize=13982232 memory=7666347373283534400 CPUtime=0.2 cores=0,2,4,6
/proc/18356/task/18367/stat : 18367 (java) R 18353 18356 17449 0 -1 4202560 1525 0 0 0 20 0 0 0 20 0 15 0 117870541 14317805568 21135 33554432000 4194304 4196468 140731386689936 140050554629960 140051625612784 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18368] ppid=18353 vsize=13982232 memory=7156617201559688300 CPUtime=0.17 cores=0,2,4,6
/proc/18356/task/18368/stat : 18368 (java) S 18353 18356 17449 0 -1 1077944384 1445 0 0 0 17 0 0 0 20 0 15 0 117870541 14317805568 21647 33554432000 4194304 4196468 140731386689936 140050553596144 140051645770370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18369] ppid=18353 vsize=13982232 memory=7368002589315584080 CPUtime=0.29 cores=0,2,4,6
/proc/18356/task/18369/stat : 18369 (java) S 18353 18356 17449 0 -1 1077944384 1713 0 0 0 29 0 0 0 20 0 15 0 117870541 14317805568 21647 33554432000 4194304 4196468 140731386689936 140050552543344 140051645770370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18370] ppid=18353 vsize=13982232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18370/stat : 18370 (java) S 18353 18356 17449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117870541 14317805568 21647 33554432000 4194304 4196468 140731386689936 140050551490784 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18371] ppid=18353 vsize=13982232 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18371/stat : 18371 (java) S 18353 18356 17449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117870541 14317805568 21647 33554432000 4194304 4196468 140731386689936 140050550439088 140051645770370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
Current children cumulated CPU time: 1.36 s
Current children cumulated vsize: 13982232 KiB
Current children cumulated memory: 84540 KiB

[startup+1.5011 s]
/proc/loadavg: 1.60 1.44 1.46 5/217 18371
/proc/meminfo: memFree=26137728/32770624 swapFree=67108860/67108860
[pid=18356] ppid=18353 vsize=13986328 memory=153216 CPUtime=3.61 cores=0,2,4,6
/proc/18356/stat : 18356 (java) S 18353 18356 17449 0 -1 1077944320 25022 0 0 0 355 6 0 0 20 0 15 0 117870535 14321999872 38304 33554432000 4194304 4196468 140731386689936 140731386672480 140051645759223 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
/proc/18356/statm: 3496582 38304 3787 1 0 3484297 0
[pid=18356/tid=18358] ppid=18353 vsize=13986328 memory=0 CPUtime=1.46 cores=0,2,4,6
/proc/18356/task/18358/stat : 18358 (java) R 18353 18356 17449 0 -1 4202560 10705 0 0 0 142 4 0 0 20 0 15 0 117870536 14321999872 38304 33554432000 4194304 4196468 140731386689936 140051649995184 140051630136336 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18359] ppid=18353 vsize=13986328 memory=-6951259422114956437 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18359/stat : 18359 (java) S 18353 18356 17449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117870537 14321999872 38304 33554432000 4194304 4196468 140731386689936 140051575847568 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18360] ppid=18353 vsize=13986328 memory=-6509546260019855295 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18360/stat : 18360 (java) S 18353 18356 17449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117870537 14321999872 38304 33554432000 4194304 4196468 140731386689936 140051574794768 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18361] ppid=18353 vsize=13986328 memory=-7390251449858225344 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18361/stat : 18361 (java) S 18353 18356 17449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117870537 14321999872 38304 33554432000 4194304 4196468 140731386689936 140051573741968 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18362] ppid=18353 vsize=13986328 memory=4134692831991786133 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18362/stat : 18362 (java) S 18353 18356 17449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117870537 14321999872 38304 33554432000 4194304 4196468 140731386689936 140051572689168 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18363] ppid=18353 vsize=13986328 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18363/stat : 18363 (java) S 18353 18356 17449 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 117870538 14321999872 38304 33554432000 4194304 4196468 140731386689936 140050558860144 140051645770370 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0

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

[pid=18356/tid=18370] ppid=18353 vsize=13986328 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18370/stat : 18370 (java) S 18353 18356 17449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117870541 14321999872 35344 33554432000 4194304 4196468 140731386689936 140050551490784 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18371] ppid=18353 vsize=13986328 memory=1424 CPUtime=0.01 cores=0,2,4,6
/proc/18356/task/18371/stat : 18371 (java) S 18353 18356 17449 0 -1 1077944384 1078 0 0 0 1 0 0 0 20 0 15 0 117870541 14321999872 35344 33554432000 4194304 4196468 140731386689936 140050550439088 140051645770370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 47 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
Current children cumulated CPU time: 57.34 s
Current children cumulated vsize: 13986328 KiB
Current children cumulated memory: 141376 KiB

[startup+55.2007 s]
/proc/loadavg: 1.83 1.54 1.49 3/217 18448
/proc/meminfo: memFree=25060968/32770624 swapFree=67108860/67108860
[pid=18356] ppid=18353 vsize=13986328 memory=141376 CPUtime=58.15 cores=0,2,4,6
/proc/18356/stat : 18356 (java) S 18353 18356 17449 0 -1 1077944320 44846 0 0 0 5802 13 0 0 20 0 15 0 117870535 14321999872 35344 33554432000 4194304 4196468 140731386689936 140731386672480 140051645759223 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
/proc/18356/statm: 3496582 35344 3821 1 0 3484297 0
[pid=18356/tid=18358] ppid=18353 vsize=13986328 memory=1716 CPUtime=55.02 cores=0,2,4,6
/proc/18356/task/18358/stat : 18358 (java) R 18353 18356 17449 0 -1 4202560 14898 0 0 0 5495 7 0 0 20 0 15 0 117870536 14321999872 35344 33554432000 4194304 4196468 140731386689936 140051649997680 140051255093122 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18359] ppid=18353 vsize=13986328 memory=10604 CPUtime=0.04 cores=0,2,4,6
/proc/18356/task/18359/stat : 18359 (java) S 18353 18356 17449 0 -1 1077944384 1182 0 0 0 4 0 0 0 20 0 15 0 117870537 14321999872 35344 33554432000 4194304 4196468 140731386689936 140051575847568 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18360] ppid=18353 vsize=13986328 memory=6791534058613427641 CPUtime=0.05 cores=0,2,4,6
/proc/18356/task/18360/stat : 18360 (java) S 18353 18356 17449 0 -1 1077944384 820 0 0 0 5 0 0 0 20 0 15 0 117870537 14321999872 35344 33554432000 4194304 4196468 140731386689936 140051574794768 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18361] ppid=18353 vsize=13986328 memory=15872 CPUtime=0.04 cores=0,2,4,6
/proc/18356/task/18361/stat : 18361 (java) S 18353 18356 17449 0 -1 1077944384 1273 0 0 0 4 0 0 0 20 0 15 0 117870537 14321999872 35344 33554432000 4194304 4196468 140731386689936 140051573741968 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18362] ppid=18353 vsize=13986328 memory=4044 CPUtime=0.05 cores=0,2,4,6
/proc/18356/task/18362/stat : 18362 (java) S 18353 18356 17449 0 -1 1077944384 1180 0 0 0 5 0 0 0 20 0 15 0 117870537 14321999872 35344 33554432000 4194304 4196468 140731386689936 140051572689168 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18363] ppid=18353 vsize=13986328 memory=16444 CPUtime=0.06 cores=0,2,4,6
/proc/18356/task/18363/stat : 18363 (java) S 18353 18356 17449 0 -1 1077944384 1158 0 0 0 5 1 0 0 20 0 15 0 117870538 14321999872 35344 33554432000 4194304 4196468 140731386689936 140050558860144 140051645770370 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18364] ppid=18353 vsize=13986328 memory=19636 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18364/stat : 18364 (java) S 18353 18356 17449 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 117870538 14321999872 35344 33554432000 4194304 4196468 140731386689936 140050557806176 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18365] ppid=18353 vsize=13986328 memory=792 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18365/stat : 18365 (java) S 18353 18356 17449 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 117870539 14321999872 35344 33554432000 4194304 4196468 140731386689936 140050556753280 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18366] ppid=18353 vsize=13986328 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18366/stat : 18366 (java) S 18353 18356 17449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117870541 14321999872 35344 33554432000 4194304 4196468 140731386689936 140050555701584 140051645777819 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18367] ppid=18353 vsize=13986328 memory=1936 CPUtime=1.17 cores=0,2,4,6
/proc/18356/task/18367/stat : 18367 (java) S 18353 18356 17449 0 -1 1077944384 9104 0 0 0 116 1 0 0 20 0 15 0 117870541 14321999872 35344 33554432000 4194304 4196468 140731386689936 140050554648944 140051645770370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18368] ppid=18353 vsize=13986328 memory=1224 CPUtime=1.15 cores=0,2,4,6
/proc/18356/task/18368/stat : 18368 (java) S 18353 18356 17449 0 -1 1077944384 7030 0 0 0 114 1 0 0 20 0 15 0 117870541 14321999872 35344 33554432000 4194304 4196468 140731386689936 140050553596144 140051645770370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18369] ppid=18353 vsize=13986328 memory=1716 CPUtime=0.47 cores=0,2,4,6
/proc/18356/task/18369/stat : 18369 (java) S 18353 18356 17449 0 -1 1077944384 5671 0 0 0 47 0 0 0 20 0 15 0 117870541 14321999872 35344 33554432000 4194304 4196468 140731386689936 140050552543344 140051645770370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18370] ppid=18353 vsize=13986328 memory=141376 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18370/stat : 18370 (java) S 18353 18356 17449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117870541 14321999872 35344 33554432000 4194304 4196468 140731386689936 140050551490784 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18371] ppid=18353 vsize=13986328 memory=33332 CPUtime=0.01 cores=0,2,4,6
/proc/18356/task/18371/stat : 18371 (java) S 18353 18356 17449 0 -1 1077944384 1078 0 0 0 1 0 0 0 20 0 15 0 117870541 14321999872 35344 33554432000 4194304 4196468 140731386689936 140050550439088 140051645770370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 47 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
Current children cumulated CPU time: 58.15 s
Current children cumulated vsize: 13986328 KiB
Current children cumulated memory: 141376 KiB

[startup+55.6011 s]
/proc/loadavg: 1.83 1.54 1.49 3/217 18448
/proc/meminfo: memFree=25060968/32770624 swapFree=67108860/67108860
[pid=18356] ppid=18353 vsize=13986328 memory=141376 CPUtime=58.55 cores=0,2,4,6
/proc/18356/stat : 18356 (java) S 18353 18356 17449 0 -1 1077944320 44847 0 0 0 5842 13 0 0 20 0 15 0 117870535 14321999872 35344 33554432000 4194304 4196468 140731386689936 140731386672480 140051645759223 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
/proc/18356/statm: 3496582 35344 3821 1 0 3484297 0
[pid=18356/tid=18358] ppid=18353 vsize=13986328 memory=1296 CPUtime=55.42 cores=0,2,4,6
/proc/18356/task/18358/stat : 18358 (java) R 18353 18356 17449 0 -1 4202560 14899 0 0 0 5535 7 0 0 20 0 15 0 117870536 14321999872 35344 33554432000 4194304 4196468 140731386689936 140051649997568 140051255010478 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18359] ppid=18353 vsize=13986328 memory=2396 CPUtime=0.04 cores=0,2,4,6
/proc/18356/task/18359/stat : 18359 (java) S 18353 18356 17449 0 -1 1077944384 1182 0 0 0 4 0 0 0 20 0 15 0 117870537 14321999872 35344 33554432000 4194304 4196468 140731386689936 140051575847568 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18360] ppid=18353 vsize=13986328 memory=6791534058613427641 CPUtime=0.05 cores=0,2,4,6
/proc/18356/task/18360/stat : 18360 (java) S 18353 18356 17449 0 -1 1077944384 820 0 0 0 5 0 0 0 20 0 15 0 117870537 14321999872 35344 33554432000 4194304 4196468 140731386689936 140051574794768 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18361] ppid=18353 vsize=13986328 memory=1004 CPUtime=0.05 cores=0,2,4,6
/proc/18356/task/18361/stat : 18361 (java) S 18353 18356 17449 0 -1 1077944384 1273 0 0 0 5 0 0 0 20 0 15 0 117870537 14321999872 35344 33554432000 4194304 4196468 140731386689936 140051573741968 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18362] ppid=18353 vsize=13986328 memory=11040 CPUtime=0.05 cores=0,2,4,6
/proc/18356/task/18362/stat : 18362 (java) S 18353 18356 17449 0 -1 1077944384 1180 0 0 0 5 0 0 0 20 0 15 0 117870537 14321999872 35344 33554432000 4194304 4196468 140731386689936 140051572689168 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18363] ppid=18353 vsize=13986328 memory=5700 CPUtime=0.06 cores=0,2,4,6
/proc/18356/task/18363/stat : 18363 (java) S 18353 18356 17449 0 -1 1077944384 1158 0 0 0 5 1 0 0 20 0 15 0 117870538 14321999872 35344 33554432000 4194304 4196468 140731386689936 140050558860144 140051645770370 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18364] ppid=18353 vsize=13986328 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18364/stat : 18364 (java) S 18353 18356 17449 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 117870538 14321999872 35344 33554432000 4194304 4196468 140731386689936 140050557806176 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18365] ppid=18353 vsize=13986328 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18365/stat : 18365 (java) S 18353 18356 17449 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 117870539 14321999872 35344 33554432000 4194304 4196468 140731386689936 140050556753280 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18366] ppid=18353 vsize=13986328 memory=140110490469200 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18366/stat : 18366 (java) S 18353 18356 17449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117870541 14321999872 35344 33554432000 4194304 4196468 140731386689936 140050555701584 140051645777819 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18367] ppid=18353 vsize=13986328 memory=2244 CPUtime=1.17 cores=0,2,4,6
/proc/18356/task/18367/stat : 18367 (java) S 18353 18356 17449 0 -1 1077944384 9104 0 0 0 116 1 0 0 20 0 15 0 117870541 14321999872 35344 33554432000 4194304 4196468 140731386689936 140050554648944 140051645770370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18368] ppid=18353 vsize=13986328 memory=4124 CPUtime=1.15 cores=0,2,4,6
/proc/18356/task/18368/stat : 18368 (java) S 18353 18356 17449 0 -1 1077944384 7030 0 0 0 114 1 0 0 20 0 15 0 117870541 14321999872 35344 33554432000 4194304 4196468 140731386689936 140050553596144 140051645770370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18369] ppid=18353 vsize=13986328 memory=0 CPUtime=0.47 cores=0,2,4,6
/proc/18356/task/18369/stat : 18369 (java) S 18353 18356 17449 0 -1 1077944384 5671 0 0 0 47 0 0 0 20 0 15 0 117870541 14321999872 35344 33554432000 4194304 4196468 140731386689936 140050552543344 140051645770370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18370] ppid=18353 vsize=13986328 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18370/stat : 18370 (java) S 18353 18356 17449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117870541 14321999872 35344 33554432000 4194304 4196468 140731386689936 140050551490784 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18371] ppid=18353 vsize=13986328 memory=10604 CPUtime=0.01 cores=0,2,4,6
/proc/18356/task/18371/stat : 18371 (java) S 18353 18356 17449 0 -1 1077944384 1078 0 0 0 1 0 0 0 20 0 15 0 117870541 14321999872 35344 33554432000 4194304 4196468 140731386689936 140050550439088 140051645770370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 47 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
Current children cumulated CPU time: 58.55 s
Current children cumulated vsize: 13986328 KiB
Current children cumulated memory: 141376 KiB

[startup+55.8011 s]
/proc/loadavg: 1.83 1.54 1.49 3/217 18448
/proc/meminfo: memFree=25060968/32770624 swapFree=67108860/67108860
[pid=18356] ppid=18353 vsize=13986328 memory=141376 CPUtime=58.76 cores=0,2,4,6
/proc/18356/stat : 18356 (java) S 18353 18356 17449 0 -1 1077944320 44847 0 0 0 5862 14 0 0 20 0 15 0 117870535 14321999872 35344 33554432000 4194304 4196468 140731386689936 140731386672480 140051645759223 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
/proc/18356/statm: 3496582 35344 3821 1 0 3484297 0
[pid=18356/tid=18358] ppid=18353 vsize=13986328 memory=7597685182856913236 CPUtime=55.61 cores=0,2,4,6
/proc/18356/task/18358/stat : 18358 (java) R 18353 18356 17449 0 -1 4202560 14899 0 0 0 5554 7 0 0 20 0 15 0 117870536 14321999872 35344 33554432000 4194304 4196468 140731386689936 140051649997568 140051255022500 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18359] ppid=18353 vsize=13986328 memory=-8382737541924953461 CPUtime=0.04 cores=0,2,4,6
/proc/18356/task/18359/stat : 18359 (java) S 18353 18356 17449 0 -1 1077944384 1182 0 0 0 4 0 0 0 20 0 15 0 117870537 14321999872 35344 33554432000 4194304 4196468 140731386689936 140051575847568 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18360] ppid=18353 vsize=13986328 memory=7100839878609826928 CPUtime=0.05 cores=0,2,4,6
/proc/18356/task/18360/stat : 18360 (java) S 18353 18356 17449 0 -1 1077944384 820 0 0 0 5 0 0 0 20 0 15 0 117870537 14321999872 35344 33554432000 4194304 4196468 140731386689936 140051574794768 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18361] ppid=18353 vsize=13986328 memory=4137282616176384387 CPUtime=0.05 cores=0,2,4,6
/proc/18356/task/18361/stat : 18361 (java) S 18353 18356 17449 0 -1 1077944384 1273 0 0 0 5 0 0 0 20 0 15 0 117870537 14321999872 35344 33554432000 4194304 4196468 140731386689936 140051573741968 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18362] ppid=18353 vsize=13986328 memory=17668 CPUtime=0.05 cores=0,2,4,6
/proc/18356/task/18362/stat : 18362 (java) S 18353 18356 17449 0 -1 1077944384 1180 0 0 0 5 0 0 0 20 0 15 0 117870537 14321999872 35344 33554432000 4194304 4196468 140731386689936 140051572689168 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18363] ppid=18353 vsize=13986328 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/18356/task/18363/stat : 18363 (java) S 18353 18356 17449 0 -1 1077944384 1158 0 0 0 5 1 0 0 20 0 15 0 117870538 14321999872 35344 33554432000 4194304 4196468 140731386689936 140050558860144 140051645770370 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18364] ppid=18353 vsize=13986328 memory=7649539494772428161 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18364/stat : 18364 (java) S 18353 18356 17449 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 117870538 14321999872 35344 33554432000 4194304 4196468 140731386689936 140050557806176 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18365] ppid=18353 vsize=13986328 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18365/stat : 18365 (java) S 18353 18356 17449 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 117870539 14321999872 35344 33554432000 4194304 4196468 140731386689936 140050556753280 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18366] ppid=18353 vsize=13986328 memory=2424 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18366/stat : 18366 (java) S 18353 18356 17449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117870541 14321999872 35344 33554432000 4194304 4196468 140731386689936 140050555701584 140051645777819 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18367] ppid=18353 vsize=13986328 memory=6153431502485415527 CPUtime=1.17 cores=0,2,4,6
/proc/18356/task/18367/stat : 18367 (java) S 18353 18356 17449 0 -1 1077944384 9104 0 0 0 116 1 0 0 20 0 15 0 117870541 14321999872 35344 33554432000 4194304 4196468 140731386689936 140050554648944 140051645770370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18368] ppid=18353 vsize=13986328 memory=7881696724453321575 CPUtime=1.15 cores=0,2,4,6
/proc/18356/task/18368/stat : 18368 (java) S 18353 18356 17449 0 -1 1077944384 7030 0 0 0 114 1 0 0 20 0 15 0 117870541 14321999872 35344 33554432000 4194304 4196468 140731386689936 140050553596144 140051645770370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18369] ppid=18353 vsize=13986328 memory=6154538792250073449 CPUtime=0.47 cores=0,2,4,6
/proc/18356/task/18369/stat : 18369 (java) S 18353 18356 17449 0 -1 1077944384 5671 0 0 0 47 0 0 0 20 0 15 0 117870541 14321999872 35344 33554432000 4194304 4196468 140731386689936 140050552543344 140051645770370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18370] ppid=18353 vsize=13986328 memory=8514726395715218844 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18370/stat : 18370 (java) S 18353 18356 17449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117870541 14321999872 35344 33554432000 4194304 4196468 140731386689936 140050551490784 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18371] ppid=18353 vsize=13986328 memory=8247907794334132811 CPUtime=0.01 cores=0,2,4,6
/proc/18356/task/18371/stat : 18371 (java) S 18353 18356 17449 0 -1 1077944384 1078 0 0 0 1 0 0 0 20 0 15 0 117870541 14321999872 35344 33554432000 4194304 4196468 140731386689936 140050550439088 140051645770370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 47 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
Current children cumulated CPU time: 58.76 s
Current children cumulated vsize: 13986328 KiB
Current children cumulated memory: 141376 KiB

[startup+55.9007 s]
/proc/loadavg: 1.83 1.54 1.49 3/217 18448
/proc/meminfo: memFree=25060968/32770624 swapFree=67108860/67108860
[pid=18356] ppid=18353 vsize=13986328 memory=141376 CPUtime=58.86 cores=0,2,4,6
/proc/18356/stat : 18356 (java) S 18353 18356 17449 0 -1 1077944320 44847 0 0 0 5872 14 0 0 20 0 15 0 117870535 14321999872 35344 33554432000 4194304 4196468 140731386689936 140731386672480 140051645759223 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
/proc/18356/statm: 3496582 35344 3821 1 0 3484297 0
[pid=18356/tid=18358] ppid=18353 vsize=13986328 memory=141376 CPUtime=55.71 cores=0,2,4,6
/proc/18356/task/18358/stat : 18358 (java) R 18353 18356 17449 0 -1 4202560 14899 0 0 0 5564 7 0 0 20 0 15 0 117870536 14321999872 35344 33554432000 4194304 4196468 140731386689936 140051649997568 140051630331648 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18359] ppid=18353 vsize=13986328 memory=141376 CPUtime=0.04 cores=0,2,4,6
/proc/18356/task/18359/stat : 18359 (java) S 18353 18356 17449 0 -1 1077944384 1182 0 0 0 4 0 0 0 20 0 15 0 117870537 14321999872 35344 33554432000 4194304 4196468 140731386689936 140051575847568 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18360] ppid=18353 vsize=13986328 memory=141376 CPUtime=0.05 cores=0,2,4,6
/proc/18356/task/18360/stat : 18360 (java) S 18353 18356 17449 0 -1 1077944384 820 0 0 0 5 0 0 0 20 0 15 0 117870537 14321999872 35344 33554432000 4194304 4196468 140731386689936 140051574794768 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18361] ppid=18353 vsize=13986328 memory=141376 CPUtime=0.05 cores=0,2,4,6
/proc/18356/task/18361/stat : 18361 (java) S 18353 18356 17449 0 -1 1077944384 1273 0 0 0 5 0 0 0 20 0 15 0 117870537 14321999872 35344 33554432000 4194304 4196468 140731386689936 140051573741968 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18362] ppid=18353 vsize=13986328 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/18356/task/18362/stat : 18362 (java) S 18353 18356 17449 0 -1 1077944384 1180 0 0 0 5 0 0 0 20 0 15 0 117870537 14321999872 35344 33554432000 4194304 4196468 140731386689936 140051572689168 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18363] ppid=18353 vsize=13986328 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/18356/task/18363/stat : 18363 (java) S 18353 18356 17449 0 -1 1077944384 1158 0 0 0 5 1 0 0 20 0 15 0 117870538 14321999872 35344 33554432000 4194304 4196468 140731386689936 140050558860144 140051645770370 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18364] ppid=18353 vsize=13986328 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18364/stat : 18364 (java) S 18353 18356 17449 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 117870538 14321999872 35344 33554432000 4194304 4196468 140731386689936 140050557806176 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18365] ppid=18353 vsize=13986328 memory=141376 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18365/stat : 18365 (java) S 18353 18356 17449 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 117870539 14321999872 35344 33554432000 4194304 4196468 140731386689936 140050556753280 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18366] ppid=18353 vsize=13986328 memory=141376 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18366/stat : 18366 (java) S 18353 18356 17449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117870541 14321999872 35344 33554432000 4194304 4196468 140731386689936 140050555701584 140051645777819 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18367] ppid=18353 vsize=13986328 memory=141376 CPUtime=1.17 cores=0,2,4,6
/proc/18356/task/18367/stat : 18367 (java) S 18353 18356 17449 0 -1 1077944384 9104 0 0 0 116 1 0 0 20 0 15 0 117870541 14321999872 35344 33554432000 4194304 4196468 140731386689936 140050554648944 140051645770370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18368] ppid=18353 vsize=13986328 memory=141376 CPUtime=1.15 cores=0,2,4,6
/proc/18356/task/18368/stat : 18368 (java) S 18353 18356 17449 0 -1 1077944384 7030 0 0 0 114 1 0 0 20 0 15 0 117870541 14321999872 35344 33554432000 4194304 4196468 140731386689936 140050553596144 140051645770370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18369] ppid=18353 vsize=13986328 memory=0 CPUtime=0.47 cores=0,2,4,6
/proc/18356/task/18369/stat : 18369 (java) S 18353 18356 17449 0 -1 1077944384 5671 0 0 0 47 0 0 0 20 0 15 0 117870541 14321999872 35344 33554432000 4194304 4196468 140731386689936 140050552543344 140051645770370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18370] ppid=18353 vsize=13986328 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/18356/task/18370/stat : 18370 (java) S 18353 18356 17449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117870541 14321999872 35344 33554432000 4194304 4196468 140731386689936 140050551490784 140051645769429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
[pid=18356/tid=18371] ppid=18353 vsize=13986328 memory=141376 CPUtime=0.01 cores=0,2,4,6
/proc/18356/task/18371/stat : 18371 (java) S 18353 18356 17449 0 -1 1077944384 1078 0 0 0 1 0 0 0 20 0 15 0 117870541 14321999872 35344 33554432000 4194304 4196468 140731386689936 140050550439088 140051645770370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 47 0 0 6293624 6294260 26882048 140731386696809 140731386696991 140731386696991 140731386699727 0
Current children cumulated CPU time: 58.86 s
Current children cumulated vsize: 13986328 KiB
Current children cumulated memory: 141376 KiB

Child status: 0
Real time (s): 55.9965
CPU time (s): 58.9504
CPU user time (s): 58.8041
CPU system time (s): 0.146301
CPU usage (%): 105.275
Max. virtual memory (cumulated for all children) (KiB): 13986328
Max. memory (cumulated for all children) (KiB): 221332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 58.8041
system time used= 0.146301
maximum resident set size= 221332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45831
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4887
involuntary context switches= 115


# summary of solver processes directly reported to runsolver:
#   pid: 18356
#   total CPU time (s): 58.9504
#   total CPU user time (s): 58.8041
#   total CPU system time (s): 0.146301

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.30704 second user time and 0.597164 second system time

The end

Launcher Data

Begin job on node150 at 2017-08-16 03:30:35
IDJOB=4274608
IDBENCH=130609
IDSOLVER=2667
FILE ID=node150/4274608-1502847894
RUNJOBID= node150-1502842096-17480
PBS_JOBID= 20629856
Free space on /tmp= 61608 MiB

SOLVER NAME= OscaR - Hybrid 2017-07-26
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-06.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4274608-1502847894/watcher-4274608-1502847894 -o /tmp/evaluation-result-4274608-1502847894/solver-4274608-1502847894 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1502842096-17480 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed 871392194 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274608-1502847894.xml

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

MD5SUM BENCH= 315e274f87a0401bb6a43b890592ba0e
RANDOM SEED=871392194

node150.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	: 5332.89
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	: 5332.89
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	: 5332.89
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	: 5332.89
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:        26238360 kB
MemAvailable:   31279652 kB
Buffers:          311036 kB
Cached:          5004236 kB
SwapCached:            0 kB
Active:          1576464 kB
Inactive:        4487684 kB
Active(anon):     751636 kB
Inactive(anon):    25084 kB
Active(file):     824828 kB
Inactive(file):  4462600 kB
Unevictable:        6212 kB
Mlocked:            6212 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42444 kB
Writeback:             0 kB
AnonPages:        758728 kB
Mapped:            61392 kB
Shmem:             25224 kB
Slab:             166148 kB
SReclaimable:     139400 kB
SUnreclaim:        26748 kB
KernelStack:        3536 kB
PageTables:         7008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1365808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    684032 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61568 MiB
End job on node150 at 2017-08-16 03:31:31