Trace number 4274784

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-26OPT1 59.219002 34.080399

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s2/
ChessboardColoration-int-04-06.xml
MD5SUMbc597584f482d34acd2131afdcab0789
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.109919
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints91
Number of domains1
Minimum domain size24
Maximum domain size24
Distribution of domain sizes[{"size":24,"count":24}]
Minimum variable degree17
Maximum variable degree17
Distribution of variable degrees[{"degree":17,"count":24}]
Minimum constraint arity4
Maximum constraint arity24
Distribution of constraint arities[{"arity":4,"count":90},{"arity":24,"count":1}]
Number of extensional constraints0
Number of intensional constraints90
Distribution of constraint types[{"type":"intension","count":90},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

0.27/0.38	c version: 2017-07-26
0.27/0.38	c seed: 1641764916
0.27/0.38	c timeout: 2520
0.27/0.38	c memlimit: 11000
0.27/0.38	c nbcore: 4
0.27/0.40	c Parsing instance...
58.07/33.48	c Parsing done, starting first complete search...
58.17/33.56	o 23
58.38/33.62	o 22
58.38/33.68	o 21
58.59/33.72	o 20
58.59/33.76	o 19
58.69/33.80	o 18
58.69/33.84	o 17
58.69/33.87	o 16
58.69/33.89	o 15
58.82/33.91	o 14
58.82/33.93	o 13
58.82/33.95	o 12
58.82/33.96	o 11
58.82/33.98	o 10
58.82/33.99	o 9
59.06/34.00	o 8
59.06/34.00	o 7
59.06/34.01	o 6
59.06/34.02	o 5
59.06/34.02	o 4
59.06/34.02	o 3
59.06/34.03	o 2
59.06/34.03	o 1
59.06/34.04	s OPTIMUM FOUND
59.06/34.04	v <instantiation>
59.06/34.04	v 	<list>
59.06/34.04	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5]
59.06/34.04	v 	</list>
59.06/34.04	v 	<values>
59.06/34.04	v 		0 0 0 1 1 1 0 1 1 0 0 1 1 0 1 0 1 0 1 1 0 1 0 0 
59.06/34.04	v 	</values>
59.06/34.04	v </instantiation>

Verifier Data

OK	1

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4274784-1502878435/watcher-4274784-1502878435 -o /tmp/evaluation-result-4274784-1502878435/solver-4274784-1502878435 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502870159-16941 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed 1641764916 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274784-1502878435.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=17949, runsolver pid=17946
Current StackSize limit: 8192 KiB


[startup+0.100109 s]*
/proc/loadavg: 1.70 1.58 1.57 3/200 17955
/proc/meminfo: memFree=29412292/32770624 swapFree=67108860/67108860
[pid=17949] ppid=17946 vsize=13440536 memory=15988 CPUtime=0.01 cores=0,2,4,6
/proc/17949/stat : 17949 (java) S 17946 17949 897 0 -1 1077944320 3846 0 0 0 1 0 0 0 20 0 7 0 90064101 13763108864 3997 18446744073709551615 4194304 4196468 140722003601136 140722003583680 140153643589367 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
/proc/17949/statm: 3360134 3997 2034 1 0 3349631 0
[pid=17949/tid=17951] ppid=17946 vsize=13507100 memory=8390339637985935414 CPUtime=0.01 cores=0,2,4,6
/proc/17949/task/17951/stat : 17951 (java) R 17946 17949 897 0 -1 4202560 2541 0 0 0 1 0 0 0 20 0 8 0 90064110 13831270400 3997 18446744073709551615 4194304 4196468 140722003601136 140153647829424 140153643611293 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17952] ppid=17946 vsize=13507100 memory=288230591823085591 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17952/stat : 17952 (java) S 17946 17949 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 90064110 13831270400 3997 18446744073709551615 4194304 4196468 140722003601136 140153578023440 140153643599573 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17953] ppid=17946 vsize=13507100 memory=4051465321196971680 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17953/stat : 17953 (java) S 17946 17949 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 90064110 13831270400 3997 18446744073709551615 4194304 4196468 140722003601136 140153576970896 140153643599573 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17954] ppid=17946 vsize=13507100 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17954/stat : 17954 (java) S 17946 17949 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 90064110 13831270400 3997 18446744073709551615 4194304 4196468 140722003601136 140153575917840 140153643599573 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17955] ppid=17946 vsize=13507100 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17955/stat : 17955 (java) S 17946 17949 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 90064110 13831270400 3997 18446744073709551615 4194304 4196468 140722003601136 140153240336784 140153643599573 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17956] ppid=17946 vsize=13507100 memory=139669261936256 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17956/stat : 17956 (java) S 17946 17949 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 90064112 13831270400 3997 18446744073709551615 4194304 4196468 140722003601136 140153122826992 140153643600514 0 0 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17957] ppid=17946 vsize=13507100 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17957/stat : 17957 (java) S 17946 17949 897 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 8 0 90064112 13831270400 4063 18446744073709551615 4194304 4196468 140722003601136 140153121772112 140153643599573 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13440536 KiB
Current children cumulated memory: 15988 KiB

[startup+0.210126 s]*
/proc/loadavg: 1.70 1.58 1.57 3/209 17964
/proc/meminfo: memFree=29402484/32770624 swapFree=67108860/67108860
[pid=17949] ppid=17946 vsize=13976944 memory=32200 CPUtime=0.11 cores=0,2,4,6
/proc/17949/stat : 17949 (java) S 17946 17949 897 0 -1 1077944320 7384 0 0 0 10 1 0 0 20 0 15 0 90064101 14312390656 8050 18446744073709551615 4194304 4196468 140722003601136 140722003583680 140153643589367 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
/proc/17949/statm: 3494236 8050 3383 1 0 3483015 0
[pid=17949/tid=17951] ppid=17946 vsize=13976944 memory=8318255677412212789 CPUtime=0.08 cores=0,2,4,6
/proc/17949/task/17951/stat : 17951 (java) R 17946 17949 897 0 -1 4202560 5341 0 0 0 7 1 0 0 20 0 15 0 90064110 14312390656 8050 18446744073709551615 4194304 4196468 140722003601136 140153647798896 140153636269085 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17952] ppid=17946 vsize=13976944 memory=328 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17952/stat : 17952 (java) S 17946 17949 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 90064110 14312390656 8050 18446744073709551615 4194304 4196468 140722003601136 140153578023440 140153643599573 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17953] ppid=17946 vsize=13977904 memory=4051180547685377696 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17953/stat : 17953 (java) S 17946 17949 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 90064110 14313373696 8116 18446744073709551615 4194304 4196468 140722003601136 140153576970896 140153643599573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17954] ppid=17946 vsize=13977904 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17954/stat : 17954 (java) S 17946 17949 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 90064110 14313373696 8116 18446744073709551615 4194304 4196468 140722003601136 140153575917840 140153643599573 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17955] ppid=17946 vsize=13977904 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17955/stat : 17955 (java) S 17946 17949 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 90064110 14313373696 8116 18446744073709551615 4194304 4196468 140722003601136 140153240336784 140153643599573 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17956] ppid=17946 vsize=13977904 memory=139669261936256 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17956/stat : 17956 (java) S 17946 17949 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 90064112 14313373696 8116 18446744073709551615 4194304 4196468 140722003601136 140153122826992 140153643600514 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17957] ppid=17946 vsize=13977904 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17957/stat : 17957 (java) S 17946 17949 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 90064112 14313373696 8182 18446744073709551615 4194304 4196468 140722003601136 140153121773216 140153643599573 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17958] ppid=17946 vsize=13977904 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17958/stat : 17958 (java) S 17946 17949 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 90064112 14313373696 8182 18446744073709551615 4194304 4196468 140722003601136 140153120720112 140153643599573 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17959] ppid=17946 vsize=13977904 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17959/stat : 17959 (java) S 17946 17949 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 90064115 14313373696 8182 18446744073709551615 4194304 4196468 140722003601136 140153119668688 140153643607963 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17960] ppid=17946 vsize=13977904 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17960/stat : 17960 (java) S 17946 17949 897 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 90064115 14313373696 8182 18446744073709551615 4194304 4196468 140722003601136 140153118615792 140153643600514 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17961] ppid=17946 vsize=13977904 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17961/stat : 17961 (java) S 17946 17949 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 90064115 14313373696 8182 18446744073709551615 4194304 4196468 140722003601136 140153117563248 140153643600514 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17962] ppid=17946 vsize=13977904 memory=139669261936256 CPUtime=0.01 cores=0,2,4,6
/proc/17949/task/17962/stat : 17962 (java) S 17946 17949 897 0 -1 1077944384 367 0 0 0 1 0 0 0 20 0 15 0 90064115 14313373696 8182 18446744073709551615 4194304 4196468 140722003601136 140153116510192 140153643600514 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17963] ppid=17946 vsize=13977904 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17963/stat : 17963 (java) S 17946 17949 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 90064115 14313373696 8182 18446744073709551615 4194304 4196468 140722003601136 140153115457888 140153643599573 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17964] ppid=17946 vsize=13977904 memory=139669261936256 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17964/stat : 17964 (java) S 17946 17949 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 90064119 14313373696 8182 18446744073709551615 4194304 4196468 140722003601136 140153114405936 140153643600514 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 13976944 KiB
Current children cumulated memory: 32200 KiB

[startup+0.31009 s]*
/proc/loadavg: 1.70 1.58 1.57 3/209 17964
/proc/meminfo: memFree=29391520/32770624 swapFree=67108860/67108860
[pid=17949] ppid=17946 vsize=13975920 memory=40016 CPUtime=0.27 cores=0,2,4,6
/proc/17949/stat : 17949 (java) S 17946 17949 897 0 -1 1077944320 10768 0 0 0 24 3 0 0 20 0 15 0 90064101 14311342080 10004 18446744073709551615 4194304 4196468 140722003601136 140722003583680 140153643589367 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
/proc/17949/statm: 3493980 10004 3484 1 0 3482759 0
[pid=17949/tid=17951] ppid=17946 vsize=13975920 memory=-8774313645642428999 CPUtime=0.18 cores=0,2,4,6
/proc/17949/task/17951/stat : 17951 (java) R 17946 17949 897 0 -1 4202560 8498 0 0 0 16 2 0 0 20 0 15 0 90064110 14311342080 10004 18446744073709551615 4194304 4196468 140722003601136 140153647800496 140153628754920 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17952] ppid=17946 vsize=13975920 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17952/stat : 17952 (java) S 17946 17949 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 90064110 14311342080 10004 18446744073709551615 4194304 4196468 140722003601136 140153578023440 140153643599573 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17953] ppid=17946 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17953/stat : 17953 (java) S 17946 17949 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 90064110 14311342080 10004 18446744073709551615 4194304 4196468 140722003601136 140153576970896 140153643599573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17954] ppid=17946 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17954/stat : 17954 (java) S 17946 17949 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 90064110 14311342080 10004 18446744073709551615 4194304 4196468 140722003601136 140153575917840 140153643599573 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17955] ppid=17946 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17955/stat : 17955 (java) S 17946 17949 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 90064110 14311342080 10004 18446744073709551615 4194304 4196468 140722003601136 140153240336784 140153643599573 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17956] ppid=17946 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17956/stat : 17956 (java) S 17946 17949 897 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 90064112 14311342080 10004 18446744073709551615 4194304 4196468 140722003601136 140153122826992 140153643600514 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17957] ppid=17946 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17957/stat : 17957 (java) S 17946 17949 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 90064112 14311342080 10004 18446744073709551615 4194304 4196468 140722003601136 140153121773216 140153643599573 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17958] ppid=17946 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17958/stat : 17958 (java) S 17946 17949 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 90064112 14311342080 10004 18446744073709551615 4194304 4196468 140722003601136 140153120720112 140153643599573 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17959] ppid=17946 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17959/stat : 17959 (java) S 17946 17949 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 90064115 14311342080 10004 18446744073709551615 4194304 4196468 140722003601136 140153119668688 140153643607963 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17960] ppid=17946 vsize=13975920 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/17949/task/17960/stat : 17960 (java) S 17946 17949 897 0 -1 1077944384 377 0 0 0 1 0 0 0 20 0 15 0 90064115 14311342080 10004 18446744073709551615 4194304 4196468 140722003601136 140153118615792 140153643600514 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17961] ppid=17946 vsize=13975920 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/17949/task/17961/stat : 17961 (java) S 17946 17949 897 0 -1 1077944384 128 0 0 0 1 0 0 0 20 0 15 0 90064115 14311342080 10004 18446744073709551615 4194304 4196468 140722003601136 140153117563248 140153643600514 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17962] ppid=17946 vsize=13975920 memory=139669261936256 CPUtime=0.05 cores=0,2,4,6
/proc/17949/task/17962/stat : 17962 (java) S 17946 17949 897 0 -1 1077944384 385 0 0 0 5 0 0 0 20 0 15 0 90064115 14311342080 10004 18446744073709551615 4194304 4196468 140722003601136 140153116510192 140153643600514 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17963] ppid=17946 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17963/stat : 17963 (java) S 17946 17949 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 90064115 14311342080 10004 18446744073709551615 4194304 4196468 140722003601136 140153115457888 140153643599573 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17964] ppid=17946 vsize=13975920 memory=139669261936256 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17964/stat : 17964 (java) S 17946 17949 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 90064119 14311342080 10004 18446744073709551615 4194304 4196468 140722003601136 140153114405936 140153643600514 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 40016 KiB

[startup+0.701796 s]
/proc/loadavg: 1.70 1.58 1.57 3/209 17964
/proc/meminfo: memFree=29377536/32770624 swapFree=67108860/67108860
[pid=17949] ppid=17946 vsize=13977988 memory=68752 CPUtime=1.02 cores=0,2,4,6
/proc/17949/stat : 17949 (java) S 17946 17949 897 0 -1 1077944320 13954 0 0 0 97 5 0 0 20 0 15 0 90064101 14313459712 17188 18446744073709551615 4194304 4196468 140722003601136 140722003583680 140153643589367 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
/proc/17949/statm: 3494497 17188 3727 1 0 3483271 0
[pid=17949/tid=17951] ppid=17946 vsize=13977988 memory=6811895185499135200 CPUtime=0.56 cores=0,2,4,6
/proc/17949/task/17951/stat : 17951 (java) R 17946 17949 897 0 -1 4202560 10525 0 0 0 52 4 0 0 20 0 15 0 90064110 14313459712 17188 18446744073709551615 4194304 4196468 140722003601136 140153647826184 140153625238446 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17952] ppid=17946 vsize=13977988 memory=4639649383340284835 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17952/stat : 17952 (java) S 17946 17949 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 90064110 14313459712 17188 18446744073709551615 4194304 4196468 140722003601136 140153578023440 140153643599573 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17953] ppid=17946 vsize=13977988 memory=6379419651564734876 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17953/stat : 17953 (java) S 17946 17949 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 90064110 14313459712 17188 18446744073709551615 4194304 4196468 140722003601136 140153576970896 140153643599573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17954] ppid=17946 vsize=13977988 memory=2000 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17954/stat : 17954 (java) S 17946 17949 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 90064110 14313459712 17188 18446744073709551615 4194304 4196468 140722003601136 140153575917840 140153643599573 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17955] ppid=17946 vsize=13977988 memory=8992 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17955/stat : 17955 (java) S 17946 17949 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 90064110 14313459712 17188 18446744073709551615 4194304 4196468 140722003601136 140153240336784 140153643599573 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17956] ppid=17946 vsize=13977988 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17956/stat : 17956 (java) S 17946 17949 897 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 90064112 14313459712 17188 18446744073709551615 4194304 4196468 140722003601136 140153122826992 140153643600514 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17957] ppid=17946 vsize=13977988 memory=15880 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17957/stat : 17957 (java) S 17946 17949 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 90064112 14313459712 17188 18446744073709551615 4194304 4196468 140722003601136 140153121773216 140153643599573 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17958] ppid=17946 vsize=13977988 memory=27548 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17958/stat : 17958 (java) S 17946 17949 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 90064112 14313459712 17188 18446744073709551615 4194304 4196468 140722003601136 140153120720112 140153643599573 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17959] ppid=17946 vsize=13977988 memory=4044 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17959/stat : 17959 (java) S 17946 17949 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 90064115 14313459712 17188 18446744073709551615 4194304 4196468 140722003601136 140153119668688 140153643607963 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17960] ppid=17946 vsize=13977988 memory=640 CPUtime=0.1 cores=0,2,4,6
/proc/17949/task/17960/stat : 17960 (java) S 17946 17949 897 0 -1 1077944384 641 0 0 0 10 0 0 0 20 0 15 0 90064115 14313459712 17188 18446744073709551615 4194304 4196468 140722003601136 140153118615792 140153643600514 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17961] ppid=17946 vsize=13977988 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/17949/task/17961/stat : 17961 (java) S 17946 17949 897 0 -1 1077944384 598 0 0 0 11 0 0 0 20 0 15 0 90064115 14313459712 17188 18446744073709551615 4194304 4196468 140722003601136 140153117563248 140153643600514 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17962] ppid=17946 vsize=13977988 memory=139672336466467 CPUtime=0.22 cores=0,2,4,6
/proc/17949/task/17962/stat : 17962 (java) R 17946 17949 897 0 -1 4202560 808 0 0 0 22 0 0 0 20 0 15 0 90064115 14313459712 17188 18446744073709551615 4194304 4196468 140722003601136 140153116505920 140153627327203 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17963] ppid=17946 vsize=13977988 memory=139672336466491 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17963/stat : 17963 (java) S 17946 17949 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 90064115 14313459712 17188 18446744073709551615 4194304 4196468 140722003601136 140153115457888 140153643599573 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17964] ppid=17946 vsize=13977988 memory=139672336466495 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17964/stat : 17964 (java) S 17946 17949 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 90064119 14313459712 17188 18446744073709551615 4194304 4196468 140722003601136 140153114405936 140153643600514 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
Current children cumulated CPU time: 1.02 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 68752 KiB

[startup+1.50128 s]
/proc/loadavg: 1.70 1.58 1.57 4/209 17964
/proc/meminfo: memFree=29326936/32770624 swapFree=67108860/67108860
[pid=17949] ppid=17946 vsize=13977988 memory=217004 CPUtime=2.1 cores=0,2,4,6
/proc/17949/stat : 17949 (java) S 17946 17949 897 0 -1 1077944320 17285 0 0 0 198 12 0 0 20 0 15 0 90064101 14313459712 54251 18446744073709551615 4194304 4196468 140722003601136 140722003583680 140153643589367 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
/proc/17949/statm: 3494497 54251 3760 1 0 3483271 0
[pid=17949/tid=17951] ppid=17946 vsize=13977988 memory=-6237260532469557610 CPUtime=1.33 cores=0,2,4,6
/proc/17949/task/17951/stat : 17951 (java) S 17946 17949 897 0 -1 1077944384 11553 0 0 0 128 5 0 0 20 0 15 0 90064110 14313459712 54251 18446744073709551615 4194304 4196468 140722003601136 140153647826816 140153643599573 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17952] ppid=17946 vsize=13977988 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/17949/task/17952/stat : 17952 (java) R 17946 17949 897 0 -1 4202560 342 0 0 0 2 1 0 0 20 0 15 0 90064110 14313459712 54251 18446744073709551615 4194304 4196468 140722003601136 140153578021072 140153628613148 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17953] ppid=17946 vsize=13977988 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/17949/task/17953/stat : 17953 (java) R 17946 17949 897 0 -1 4202560 76 0 0 0 2 1 0 0 20 0 15 0 90064110 14313459712 54251 18446744073709551615 4194304 4196468 140722003601136 140153576970896 140153628613070 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17954] ppid=17946 vsize=13977988 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/17949/task/17954/stat : 17954 (java) R 17946 17949 897 0 -1 4202560 133 0 0 0 2 1 0 0 20 0 15 0 90064110 14313459712 54251 18446744073709551615 4194304 4196468 140722003601136 140153575918040 140153628616786 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17955] ppid=17946 vsize=13977988 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/17949/task/17955/stat : 17955 (java) R 17946 17949 897 0 -1 4202560 177 0 0 0 2 1 0 0 20 0 15 0 90064110 14313459712 54251 18446744073709551615 4194304 4196468 140722003601136 140153240334584 140153628611563 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17956] ppid=17946 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17956/stat : 17956 (java) S 17946 17949 897 0 -1 1077944384 101 0 0 0 0 0 0 0 20 0 15 0 90064112 14313459712 54251 18446744073709551615 4194304 4196468 140722003601136 140153122825504 140153643599573 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17957] ppid=17946 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17957/stat : 17957 (java) S 17946 17949 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 90064112 14313459712 54251 18446744073709551615 4194304 4196468 140722003601136 140153121773216 140153643599573 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17958] ppid=17946 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17958/stat : 17958 (java) S 17946 17949 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 90064112 14313459712 54251 18446744073709551615 4194304 4196468 140722003601136 140153120720112 140153643599573 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17959] ppid=17946 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17959/stat : 17959 (java) S 17946 17949 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 90064115 14313459712 54251 18446744073709551615 4194304 4196468 140722003601136 140153119668688 140153643607963 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17960] ppid=17946 vsize=13977988 memory=279338230543440 CPUtime=0.19 cores=0,2,4,6
/proc/17949/task/17960/stat : 17960 (java) S 17946 17949 897 0 -1 1077944384 1559 0 0 0 19 0 0 0 20 0 15 0 90064115 14313459712 54251 18446744073709551615 4194304 4196468 140722003601136 140153118615792 140153643600514 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17961] ppid=17946 vsize=13977988 memory=8992 CPUtime=0.19 cores=0,2,4,6
/proc/17949/task/17961/stat : 17961 (java) S 17946 17949 897 0 -1 1077944384 917 0 0 0 19 0 0 0 20 0 15 0 90064115 14313459712 54251 18446744073709551615 4194304 4196468 140722003601136 140153117563248 140153643600514 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17962] ppid=17946 vsize=13977988 memory=1200 CPUtime=0.23 cores=0,2,4,6
/proc/17949/task/17962/stat : 17962 (java) S 17946 17949 897 0 -1 1077944384 1023 0 0 0 23 0 0 0 20 0 15 0 90064115 14313459712 54251 18446744073709551615 4194304 4196468 140722003601136 140153116510192 140153643600514 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17963] ppid=17946 vsize=13977988 memory=15880 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17963/stat : 17963 (java) S 17946 17949 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 90064115 14313459712 54251 18446744073709551615 4194304 4196468 140722003601136 140153115457888 140153643599573 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0

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

[pid=17949/tid=17963] ppid=17946 vsize=13980036 memory=6299241093730953828 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17963/stat : 17963 (java) S 17946 17949 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 90064115 14315556864 1062805 18446744073709551615 4194304 4196468 140722003601136 140153115457888 140153643599573 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17964] ppid=17946 vsize=13980036 memory=6299241093730953828 CPUtime=0.01 cores=0,2,4,6
/proc/17949/task/17964/stat : 17964 (java) S 17946 17949 897 0 -1 1077944384 191 0 0 0 0 1 0 0 20 0 15 0 90064119 14315556864 1062805 18446744073709551615 4194304 4196468 140722003601136 140153114405936 140153643600514 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 51 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
Current children cumulated CPU time: 55.46 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 4251220 KiB

[startup+32.9008 s]
/proc/loadavg: 1.85 1.62 1.58 6/213 17979
/proc/meminfo: memFree=25206192/32770624 swapFree=67108860/67108860
[pid=17949] ppid=17946 vsize=13980036 memory=4771904 CPUtime=57.56 cores=0,2,4,6
/proc/17949/stat : 17949 (java) S 17946 17949 897 0 -1 1077944320 66491 0 0 0 5266 490 0 0 20 0 15 0 90064101 14315556864 1192976 18446744073709551615 4194304 4196468 140722003601136 140722003583680 140153643589367 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
/proc/17949/statm: 3495009 1192976 3807 1 0 3483783 0
[pid=17949/tid=17951] ppid=17946 vsize=13980036 memory=-8774313645642428999 CPUtime=19.1 cores=0,2,4,6
/proc/17949/task/17951/stat : 17951 (java) R 17946 17949 897 0 -1 4202560 18510 0 0 0 1901 9 0 0 20 0 15 0 90064110 14315556864 1192976 18446744073709551615 4194304 4196468 140722003601136 140153647824928 140153259722908 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17952] ppid=17946 vsize=13980036 memory=2316 CPUtime=7.75 cores=0,2,4,6
/proc/17949/task/17952/stat : 17952 (java) S 17946 17949 897 0 -1 1077944384 5809 0 0 0 655 120 0 0 20 0 15 0 90064110 14315556864 1192976 18446744073709551615 4194304 4196468 140722003601136 140153578023440 140153643599573 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17953] ppid=17946 vsize=13980036 memory=1728 CPUtime=7.83 cores=0,2,4,6
/proc/17949/task/17953/stat : 17953 (java) S 17946 17949 897 0 -1 1077944384 7371 0 0 0 662 121 0 0 20 0 15 0 90064110 14315556864 1192976 18446744073709551615 4194304 4196468 140722003601136 140153576970896 140153643599573 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17954] ppid=17946 vsize=13980036 memory=1228 CPUtime=7.81 cores=0,2,4,6
/proc/17949/task/17954/stat : 17954 (java) S 17946 17949 897 0 -1 1077944384 6845 0 0 0 667 114 0 0 20 0 15 0 90064110 14315556864 1192976 18446744073709551615 4194304 4196468 140722003601136 140153575917840 140153643599573 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17955] ppid=17946 vsize=13980036 memory=796 CPUtime=7.78 cores=0,2,4,6
/proc/17949/task/17955/stat : 17955 (java) S 17946 17949 897 0 -1 1077944384 5895 0 0 0 660 118 0 0 20 0 15 0 90064110 14315556864 1192976 18446744073709551615 4194304 4196468 140722003601136 140153240336784 140153643599573 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17956] ppid=17946 vsize=13980036 memory=302022848351043610 CPUtime=5.8 cores=0,2,4,6
/proc/17949/task/17956/stat : 17956 (java) S 17946 17949 897 0 -1 1077944384 10492 0 0 0 579 1 0 0 20 0 15 0 90064112 14315556864 1192976 18446744073709551615 4194304 4196468 140722003601136 140153122826992 140153643600514 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17957] ppid=17946 vsize=13980036 memory=288230617509003574 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17957/stat : 17957 (java) S 17946 17949 897 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 90064112 14315556864 1192976 18446744073709551615 4194304 4196468 140722003601136 140153121773280 140153643599573 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17958] ppid=17946 vsize=13980036 memory=14973360639576424 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17958/stat : 17958 (java) S 17946 17949 897 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 90064112 14315556864 1192976 18446744073709551615 4194304 4196468 140722003601136 140153120720128 140153643599573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17959] ppid=17946 vsize=13980036 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17959/stat : 17959 (java) S 17946 17949 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 90064115 14315556864 1192976 18446744073709551615 4194304 4196468 140722003601136 140153119668688 140153643607963 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17960] ppid=17946 vsize=13980036 memory=2000 CPUtime=0.44 cores=0,2,4,6
/proc/17949/task/17960/stat : 17960 (java) S 17946 17949 897 0 -1 1077944384 3002 0 0 0 44 0 0 0 20 0 15 0 90064115 14315556864 1192976 18446744073709551615 4194304 4196468 140722003601136 140153118615792 140153643600514 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 37 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17961] ppid=17946 vsize=13980036 memory=8992 CPUtime=0.49 cores=0,2,4,6
/proc/17949/task/17961/stat : 17961 (java) S 17946 17949 897 0 -1 1077944384 2619 0 0 0 49 0 0 0 20 0 15 0 90064115 14315556864 1192976 18446744073709551615 4194304 4196468 140722003601136 140153117563248 140153643600514 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17962] ppid=17946 vsize=13980036 memory=2316 CPUtime=0.46 cores=0,2,4,6
/proc/17949/task/17962/stat : 17962 (java) S 17946 17949 897 0 -1 1077944384 4311 0 0 0 45 1 0 0 20 0 15 0 90064115 14315556864 1192976 18446744073709551615 4194304 4196468 140722003601136 140153116510192 140153643600514 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 47 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17963] ppid=17946 vsize=13980036 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17963/stat : 17963 (java) S 17946 17949 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 90064115 14315556864 1192976 18446744073709551615 4194304 4196468 140722003601136 140153115457888 140153643599573 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17964] ppid=17946 vsize=13980036 memory=1228 CPUtime=0.01 cores=0,2,4,6
/proc/17949/task/17964/stat : 17964 (java) S 17946 17949 897 0 -1 1077944384 191 0 0 0 0 1 0 0 20 0 15 0 90064119 14315556864 1192976 18446744073709551615 4194304 4196468 140722003601136 140153114405936 140153643600514 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 51 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
Current children cumulated CPU time: 57.56 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 4771904 KiB

[startup+33.7008 s]
/proc/loadavg: 1.85 1.62 1.58 3/213 17979
/proc/meminfo: memFree=24685876/32770624 swapFree=67108860/67108860
[pid=17949] ppid=17946 vsize=13982084 memory=4775440 CPUtime=58.59 cores=0,2,4,6
/proc/17949/stat : 17949 (java) S 17946 17949 897 0 -1 1077944320 70880 0 0 0 5367 492 0 0 20 0 15 0 90064101 14317654016 1193860 18446744073709551615 4194304 4196468 140722003601136 140722003583680 140153643589367 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
/proc/17949/statm: 3495521 1193860 3812 1 0 3484295 0
[pid=17949/tid=17951] ppid=17946 vsize=13982084 memory=796 CPUtime=19.89 cores=0,2,4,6
/proc/17949/task/17951/stat : 17951 (java) R 17946 17949 897 0 -1 4202560 21156 0 0 0 1979 10 0 0 20 0 15 0 90064110 14317654016 1193860 18446744073709551615 4194304 4196468 140722003601136 140153647826552 140153260550074 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17952] ppid=17946 vsize=13982084 memory=3986376 CPUtime=7.75 cores=0,2,4,6
/proc/17949/task/17952/stat : 17952 (java) S 17946 17949 897 0 -1 1077944384 5809 0 0 0 655 120 0 0 20 0 15 0 90064110 14317654016 1193860 18446744073709551615 4194304 4196468 140722003601136 140153578023440 140153643599573 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17953] ppid=17946 vsize=13982084 memory=1712 CPUtime=7.83 cores=0,2,4,6
/proc/17949/task/17953/stat : 17953 (java) S 17946 17949 897 0 -1 1077944384 7371 0 0 0 662 121 0 0 20 0 15 0 90064110 14317654016 1193860 18446744073709551615 4194304 4196468 140722003601136 140153576970896 140153643599573 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17954] ppid=17946 vsize=13982084 memory=4116 CPUtime=7.81 cores=0,2,4,6
/proc/17949/task/17954/stat : 17954 (java) S 17946 17949 897 0 -1 1077944384 6845 0 0 0 667 114 0 0 20 0 15 0 90064110 14317654016 1193860 18446744073709551615 4194304 4196468 140722003601136 140153575917840 140153643599573 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17955] ppid=17946 vsize=13982084 memory=49472 CPUtime=7.78 cores=0,2,4,6
/proc/17949/task/17955/stat : 17955 (java) S 17946 17949 897 0 -1 1077944384 5895 0 0 0 660 118 0 0 20 0 15 0 90064110 14317654016 1193860 18446744073709551615 4194304 4196468 140722003601136 140153240336784 140153643599573 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17956] ppid=17946 vsize=13982084 memory=1292 CPUtime=5.8 cores=0,2,4,6
/proc/17949/task/17956/stat : 17956 (java) S 17946 17949 897 0 -1 1077944384 10492 0 0 0 579 1 0 0 20 0 15 0 90064112 14317654016 1193860 18446744073709551615 4194304 4196468 140722003601136 140153122826992 140153643600514 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17957] ppid=17946 vsize=13982084 memory=2316 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17957/stat : 17957 (java) S 17946 17949 897 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 90064112 14317654016 1193860 18446744073709551615 4194304 4196468 140722003601136 140153121773280 140153643599573 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17958] ppid=17946 vsize=13982084 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17958/stat : 17958 (java) S 17946 17949 897 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 90064112 14317654016 1193860 18446744073709551615 4194304 4196468 140722003601136 140153120720128 140153643599573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17959] ppid=17946 vsize=13982084 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17959/stat : 17959 (java) S 17946 17949 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 90064115 14317654016 1193860 18446744073709551615 4194304 4196468 140722003601136 140153119668688 140153643607963 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17960] ppid=17946 vsize=13982084 memory=4251220 CPUtime=0.56 cores=0,2,4,6
/proc/17949/task/17960/stat : 17960 (java) S 17946 17949 897 0 -1 1077944384 3709 0 0 0 56 0 0 0 20 0 15 0 90064115 14317654016 1193860 18446744073709551615 4194304 4196468 140722003601136 140153118615792 140153643600514 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 37 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17961] ppid=17946 vsize=13982084 memory=-8774313645642428999 CPUtime=0.55 cores=0,2,4,6
/proc/17949/task/17961/stat : 17961 (java) S 17946 17949 897 0 -1 1077944384 2868 0 0 0 55 0 0 0 20 0 15 0 90064115 14317654016 1193860 18446744073709551615 4194304 4196468 140722003601136 140153117563248 140153643600514 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17962] ppid=17946 vsize=13982084 memory=15880 CPUtime=0.5 cores=0,2,4,6
/proc/17949/task/17962/stat : 17962 (java) S 17946 17949 897 0 -1 1077944384 5096 0 0 0 49 1 0 0 20 0 15 0 90064115 14317654016 1193860 18446744073709551615 4194304 4196468 140722003601136 140153116510192 140153643600514 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 47 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17963] ppid=17946 vsize=13982084 memory=27560 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17963/stat : 17963 (java) S 17946 17949 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 90064115 14317654016 1193860 18446744073709551615 4194304 4196468 140722003601136 140153115457888 140153643599573 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17964] ppid=17946 vsize=13982084 memory=4044 CPUtime=0.01 cores=0,2,4,6
/proc/17949/task/17964/stat : 17964 (java) S 17946 17949 897 0 -1 1077944384 193 0 0 0 0 1 0 0 20 0 15 0 90064119 14317654016 1193860 18446744073709551615 4194304 4196468 140722003601136 140153114405936 140153643600514 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 51 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
Current children cumulated CPU time: 58.59 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 4775440 KiB

[startup+33.9008 s]
/proc/loadavg: 1.85 1.62 1.58 3/213 17979
/proc/meminfo: memFree=24685876/32770624 swapFree=67108860/67108860
[pid=17949] ppid=17946 vsize=13982084 memory=4775556 CPUtime=58.82 cores=0,2,4,6
/proc/17949/stat : 17949 (java) S 17946 17949 897 0 -1 1077944320 70940 0 0 0 5390 492 0 0 20 0 15 0 90064101 14317654016 1193889 18446744073709551615 4194304 4196468 140722003601136 140722003583680 140153643589367 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
/proc/17949/statm: 3495521 1193889 3812 1 0 3484295 0
[pid=17949/tid=17951] ppid=17946 vsize=13982084 memory=1792 CPUtime=20.09 cores=0,2,4,6
/proc/17949/task/17951/stat : 17951 (java) R 17946 17949 897 0 -1 4202560 21161 0 0 0 1999 10 0 0 20 0 15 0 90064110 14317654016 1193889 18446744073709551615 4194304 4196468 140722003601136 140153647826552 140153260550127 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17952] ppid=17946 vsize=13982084 memory=279338231602336 CPUtime=7.75 cores=0,2,4,6
/proc/17949/task/17952/stat : 17952 (java) S 17946 17949 897 0 -1 1077944384 5809 0 0 0 655 120 0 0 20 0 15 0 90064110 14317654016 1193889 18446744073709551615 4194304 4196468 140722003601136 140153578023440 140153643599573 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17953] ppid=17946 vsize=13982084 memory=0 CPUtime=7.83 cores=0,2,4,6
/proc/17949/task/17953/stat : 17953 (java) S 17946 17949 897 0 -1 1077944384 7371 0 0 0 662 121 0 0 20 0 15 0 90064110 14317654016 1193889 18446744073709551615 4194304 4196468 140722003601136 140153576970896 140153643599573 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17954] ppid=17946 vsize=13982084 memory=796 CPUtime=7.81 cores=0,2,4,6
/proc/17949/task/17954/stat : 17954 (java) S 17946 17949 897 0 -1 1077944384 6845 0 0 0 667 114 0 0 20 0 15 0 90064110 14317654016 1193889 18446744073709551615 4194304 4196468 140722003601136 140153575917840 140153643599573 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17955] ppid=17946 vsize=13982084 memory=5788 CPUtime=7.78 cores=0,2,4,6
/proc/17949/task/17955/stat : 17955 (java) S 17946 17949 897 0 -1 1077944384 5895 0 0 0 660 118 0 0 20 0 15 0 90064110 14317654016 1193889 18446744073709551615 4194304 4196468 140722003601136 140153240336784 140153643599573 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17956] ppid=17946 vsize=13982084 memory=1712 CPUtime=5.8 cores=0,2,4,6
/proc/17949/task/17956/stat : 17956 (java) S 17946 17949 897 0 -1 1077944384 10492 0 0 0 579 1 0 0 20 0 15 0 90064112 14317654016 1193889 18446744073709551615 4194304 4196468 140722003601136 140153122826992 140153643600514 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17957] ppid=17946 vsize=13982084 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17957/stat : 17957 (java) S 17946 17949 897 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 90064112 14317654016 1193889 18446744073709551615 4194304 4196468 140722003601136 140153121773280 140153643599573 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17958] ppid=17946 vsize=13982084 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17958/stat : 17958 (java) S 17946 17949 897 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 90064112 14317654016 1193889 18446744073709551615 4194304 4196468 140722003601136 140153120720128 140153643599573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17959] ppid=17946 vsize=13982084 memory=10164 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17959/stat : 17959 (java) S 17946 17949 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 90064115 14317654016 1193889 18446744073709551615 4194304 4196468 140722003601136 140153119668688 140153643607963 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17960] ppid=17946 vsize=13982084 memory=1440 CPUtime=0.57 cores=0,2,4,6
/proc/17949/task/17960/stat : 17960 (java) S 17946 17949 897 0 -1 1077944384 3712 0 0 0 57 0 0 0 20 0 15 0 90064115 14317654016 1193889 18446744073709551615 4194304 4196468 140722003601136 140153118615792 140153643600514 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 37 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17961] ppid=17946 vsize=13982084 memory=2000 CPUtime=0.56 cores=0,2,4,6
/proc/17949/task/17961/stat : 17961 (java) S 17946 17949 897 0 -1 1077944384 2873 0 0 0 56 0 0 0 20 0 15 0 90064115 14317654016 1193889 18446744073709551615 4194304 4196468 140722003601136 140153117563248 140153643600514 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17962] ppid=17946 vsize=13982084 memory=8992 CPUtime=0.52 cores=0,2,4,6
/proc/17949/task/17962/stat : 17962 (java) S 17946 17949 897 0 -1 1077944384 5143 0 0 0 51 1 0 0 20 0 15 0 90064115 14317654016 1193889 18446744073709551615 4194304 4196468 140722003601136 140153116510192 140153643600514 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 47 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17963] ppid=17946 vsize=13982084 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17963/stat : 17963 (java) S 17946 17949 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 90064115 14317654016 1193889 18446744073709551615 4194304 4196468 140722003601136 140153115457888 140153643599573 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17964] ppid=17946 vsize=13982084 memory=15880 CPUtime=0.01 cores=0,2,4,6
/proc/17949/task/17964/stat : 17964 (java) S 17946 17949 897 0 -1 1077944384 193 0 0 0 0 1 0 0 20 0 15 0 90064119 14317654016 1193889 18446744073709551615 4194304 4196468 140722003601136 140153114405936 140153643600514 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 51 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
Current children cumulated CPU time: 58.82 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 4775556 KiB

[startup+34.0012 s]
/proc/loadavg: 1.85 1.62 1.58 3/213 17979
/proc/meminfo: memFree=24685876/32770624 swapFree=67108860/67108860
[pid=17949] ppid=17946 vsize=13982084 memory=4777412 CPUtime=59.06 cores=0,2,4,6
/proc/17949/stat : 17949 (java) S 17946 17949 897 0 -1 1077944320 72281 0 0 0 5414 492 0 0 20 0 15 0 90064101 14317654016 1194353 18446744073709551615 4194304 4196468 140722003601136 140722003583680 140153643589367 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
/proc/17949/statm: 3495521 1194353 3812 1 0 3484295 0
[pid=17949/tid=17951] ppid=17946 vsize=13982084 memory=4775504 CPUtime=20.2 cores=0,2,4,6
/proc/17949/task/17951/stat : 17951 (java) R 17946 17949 897 0 -1 4202560 21165 0 0 0 2009 11 0 0 20 0 15 0 90064110 14317654016 1194353 18446744073709551615 4194304 4196468 140722003601136 140153647826560 140153260550874 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17952] ppid=17946 vsize=13982084 memory=4251220 CPUtime=7.75 cores=0,2,4,6
/proc/17949/task/17952/stat : 17952 (java) S 17946 17949 897 0 -1 1077944384 5809 0 0 0 655 120 0 0 20 0 15 0 90064110 14317654016 1194353 18446744073709551615 4194304 4196468 140722003601136 140153578023440 140153643599573 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17953] ppid=17946 vsize=13982084 memory=4695636 CPUtime=7.83 cores=0,2,4,6
/proc/17949/task/17953/stat : 17953 (java) S 17946 17949 897 0 -1 1077944384 7371 0 0 0 662 121 0 0 20 0 15 0 90064110 14317654016 1194353 18446744073709551615 4194304 4196468 140722003601136 140153576970896 140153643599573 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17954] ppid=17946 vsize=13982084 memory=1728 CPUtime=7.81 cores=0,2,4,6
/proc/17949/task/17954/stat : 17954 (java) S 17946 17949 897 0 -1 1077944384 6845 0 0 0 667 114 0 0 20 0 15 0 90064110 14317654016 1194353 18446744073709551615 4194304 4196468 140722003601136 140153575917840 140153643599573 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17955] ppid=17946 vsize=13982084 memory=68 CPUtime=7.78 cores=0,2,4,6
/proc/17949/task/17955/stat : 17955 (java) S 17946 17949 897 0 -1 1077944384 5895 0 0 0 660 118 0 0 20 0 15 0 90064110 14317654016 1194353 18446744073709551615 4194304 4196468 140722003601136 140153240336784 140153643599573 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17956] ppid=17946 vsize=13982084 memory=-5587106306044206369 CPUtime=5.8 cores=0,2,4,6
/proc/17949/task/17956/stat : 17956 (java) S 17946 17949 897 0 -1 1077944384 10492 0 0 0 579 1 0 0 20 0 15 0 90064112 14317654016 1194353 18446744073709551615 4194304 4196468 140722003601136 140153122826992 140153643600514 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17957] ppid=17946 vsize=13982084 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17957/stat : 17957 (java) S 17946 17949 897 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 90064112 14317654016 1194353 18446744073709551615 4194304 4196468 140722003601136 140153121773280 140153643599573 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17958] ppid=17946 vsize=13982084 memory=216745524628550 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17958/stat : 17958 (java) S 17946 17949 897 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 90064112 14317654016 1194353 18446744073709551615 4194304 4196468 140722003601136 140153120720128 140153643599573 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17959] ppid=17946 vsize=13982084 memory=2316 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17959/stat : 17959 (java) S 17946 17949 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 90064115 14317654016 1194353 18446744073709551615 4194304 4196468 140722003601136 140153119668688 140153643607963 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17960] ppid=17946 vsize=13982084 memory=1728 CPUtime=0.63 cores=0,2,4,6
/proc/17949/task/17960/stat : 17960 (java) R 17946 17949 897 0 -1 4202560 4259 0 0 0 63 0 0 0 20 0 15 0 90064115 14317654016 1194353 18446744073709551615 4194304 4196468 140722003601136 140153118615792 140153627000054 0 4 1 16800974 0 0 0 -1 4 0 0 37 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17961] ppid=17946 vsize=13982084 memory=1228 CPUtime=0.62 cores=0,2,4,6
/proc/17949/task/17961/stat : 17961 (java) R 17946 17949 897 0 -1 4202560 3543 0 0 0 61 1 0 0 20 0 15 0 90064115 14317654016 1194353 18446744073709551615 4194304 4196468 140722003601136 140153117548712 140153623831764 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17962] ppid=17946 vsize=13982084 memory=0 CPUtime=0.54 cores=0,2,4,6
/proc/17949/task/17962/stat : 17962 (java) R 17946 17949 897 0 -1 4202560 5269 0 0 0 53 1 0 0 20 0 15 0 90064115 14317654016 1194353 18446744073709551615 4194304 4196468 140722003601136 140153116510192 140153635830348 0 4 1 16800974 0 0 0 -1 0 0 0 47 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17963] ppid=17946 vsize=13982084 memory=7302423313861602660 CPUtime=0 cores=0,2,4,6
/proc/17949/task/17963/stat : 17963 (java) S 17946 17949 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 90064115 14317654016 1194353 18446744073709551615 4194304 4196468 140722003601136 140153115457888 140153643599573 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
[pid=17949/tid=17964] ppid=17946 vsize=13982084 memory=8165697175807743593 CPUtime=0.01 cores=0,2,4,6
/proc/17949/task/17964/stat : 17964 (java) S 17946 17949 897 0 -1 1077944384 193 0 0 0 0 1 0 0 20 0 15 0 90064119 14317654016 1194353 18446744073709551615 4194304 4196468 140722003601136 140153114405936 140153643600514 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 51 0 0 6293624 6294260 14241792 140722003603826 140722003604009 140722003604009 140722003607503 0
Current children cumulated CPU time: 59.06 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 4777412 KiB

Child status: 0
Real time (s): 34.0804
CPU time (s): 59.219
CPU user time (s): 54.2661
CPU system time (s): 4.95296
CPU usage (%): 173.763
Max. virtual memory (cumulated for all children) (KiB): 13982084
Max. memory (cumulated for all children) (KiB): 4777412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 54.2661
system time used= 4.95296
maximum resident set size= 4778656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72659
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= 4022
involuntary context switches= 391


# summary of solver processes directly reported to runsolver:
#   pid: 17949
#   total CPU time (s): 59.219
#   total CPU user time (s): 54.2661
#   total CPU system time (s): 4.95296

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.228818 second user time and 0.351849 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-16 11:59:48
IDJOB=4274784
IDBENCH=139741
IDSOLVER=2667
FILE ID=node125/4274784-1502878435
RUNJOBID= node125-1502870159-16941
PBS_JOBID= 
Free space on /tmp= 61988 MiB

SOLVER NAME= OscaR - Hybrid 2017-07-26
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s2/ChessboardColoration-int-04-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-4274784-1502878435/watcher-4274784-1502878435 -o /tmp/evaluation-result-4274784-1502878435/solver-4274784-1502878435 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502870159-16941 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed 1641764916 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274784-1502878435.xml

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

MD5SUM BENCH= bc597584f482d34acd2131afdcab0789
RANDOM SEED=1641764916

node125.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.07
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.07
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.07
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.07
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:        29419336 kB
MemAvailable:   30515212 kB
Buffers:          309720 kB
Cached:          1087256 kB
SwapCached:            0 kB
Active:          2278392 kB
Inactive:         634024 kB
Active(anon):    1516132 kB
Inactive(anon):    41292 kB
Active(file):     762260 kB
Inactive(file):   592732 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42076 kB
Writeback:             4 kB
AnonPages:       1515796 kB
Mapped:            68312 kB
Shmem:             41636 kB
Slab:             139408 kB
SReclaimable:     113440 kB
SUnreclaim:        25968 kB
KernelStack:        3408 kB
PageTables:         9596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2097656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1384448 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61948 MiB
End job on node125 at 2017-08-16 12:00:22