Trace number 4290812

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 NameAnswerCPU timeWall clock time
OscaR - Conflict Ordering 2018-07-02SAT 1163.63 1156.43

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K04-P04_c18.xml
MD5SUMbba9b3428f0c8228a4e28ff2342631fb
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark8.52171
Satisfiable
(Un)Satisfiability was proved
Number of variables92
Number of constraints38
Number of domains2
Minimum domain size36
Maximum domain size37
Distribution of domain sizes[{"size":36,"count":36},{"size":37,"count":16}]
Minimum variable degree0
Maximum variable degree6
Distribution of variable degrees[{"degree":0,"count":40},{"degree":2,"count":36},{"degree":5,"count":8},{"degree":6,"count":8}]
Minimum constraint arity3
Maximum constraint arity36
Distribution of constraint arities[{"arity":3,"count":36},{"arity":16,"count":1},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints36
Distribution of constraint types[{"type":"intension","count":36},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.66/0.56	c version: 2018-07-02
0.66/0.56	c seed: 1627546200
0.66/0.56	c timeout: 2400
0.66/0.56	c memlimit: 11000
0.66/0.56	c nbcore: 4
0.66/0.58	c Parsing instance...
1.69/1.12	c Parsing done, starting search...
1163.58/1156.42	s SATISFIABLE
1163.58/1156.42	v <instantiation>
1163.58/1156.42	v 	<list>
1163.58/1156.42	v 		cn[0][0] cn[0][1] cn[0][2] cn[0][3] cn[1][0] cn[1][1] cn[1][2] cn[1][3] cn[2][0] cn[2][1] cn[2][2] cn[2][3] cn[3][0] cn[3][1] cn[3][2] cn[3][3] ce[0][0][1] ce[0][0][2] ce[0][0][3] ce[0][1][2] ce[0][1][3] ce[0][2][3] ce[1][0][1] ce[1][0][2] ce[1][0][3] ce[1][1][2] ce[1][1][3] ce[1][2][3] ce[2][0][1] ce[2][0][2] ce[2][0][3] ce[2][1][2] ce[2][1][3] ce[2][2][3] ce[3][0][1] ce[3][0][2] ce[3][0][3] ce[3][1][2] ce[3][1][3] ce[3][2][3] cie[0][0] cie[0][1] cie[0][2] cie[0][3] cie[1][0] cie[1][1] cie[1][2] cie[1][3] cie[2][0] cie[2][1] cie[2][2] cie[2][3]
1163.58/1156.42	v 	</list>
1163.58/1156.42	v 	<values>
1163.58/1156.42	v 		36 0 1 22 11 34 21 5 3 15 6 33 35 4 2 28 36 35 14 1 22 21 23 10 6 13 29 16 12 3 30 9 18 27 31 33 7 2 24 26 25 34 20 17 8 19 15 28 32 11 4 5 
1163.58/1156.42	v 	</values>
1163.58/1156.42	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290812-1532231289/watcher-4290812-1532231289 -o /tmp/evaluation-result-4290812-1532231289/solver-4290812-1532231289 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532226506-31899 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 1627546200 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290812-1532231289.xml 

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

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

solver pid=32575, runsolver pid=32572

[startup+0.10104 s]*
/proc/loadavg: 1.31 1.35 1.33 3/215 32590
/proc/meminfo: memFree=17942148/32770624 swapFree=67108860/67108860
[pid=32575] ppid=32572 vsize=14082740 memory=31296 CPUtime=0.11 cores=0,2,4,6
/proc/32575/stat : 32575 (java) S 32572 32575 31868 0 -1 1077944320 6716 0 0 0 10 1 0 0 20 0 15 0 40691734 14420725760 7824 33554432000 4194304 4196468 140722560093376 140722560075920 140274829201143 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
/proc/32575/statm: 3520685 7824 3151 1 0 3482761 0
[pid=32575/tid=32577] ppid=32572 vsize=14082740 memory=-8701690554792053889 CPUtime=0.09 cores=0,2,4,6
/proc/32575/task/32577/stat : 32577 (java) R 32572 32575 31868 0 -1 4202560 4768 0 0 0 8 1 0 0 20 0 15 0 40691734 14420725760 7824 33554432000 4194304 4196468 140722560093376 140274833395920 140274813281630 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32578] ppid=32572 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32578/stat : 32578 (java) S 32572 32575 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40691735 14420725760 7824 33554432000 4194304 4196468 140722560093376 140274781821200 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32579] ppid=32572 vsize=14082740 memory=140564752406144 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32579/stat : 32579 (java) S 32572 32575 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40691735 14420725760 7824 33554432000 4194304 4196468 140722560093376 140274780768656 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32580] ppid=32572 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32580/stat : 32580 (java) S 32572 32575 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40691735 14420725760 7824 33554432000 4194304 4196468 140722560093376 140274779716112 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32581] ppid=32572 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32581/stat : 32581 (java) S 32572 32575 31868 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40691735 14420725760 7824 33554432000 4194304 4196468 140722560093376 140274778663568 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32582] ppid=32572 vsize=14082740 memory=140564752406144 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32582/stat : 32582 (java) S 32572 32575 31868 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40691736 14420725760 7824 33554432000 4194304 4196468 140722560093376 140274302970352 140274829212290 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32583] ppid=32572 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32583/stat : 32583 (java) S 32572 32575 31868 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40691737 14420725760 7824 33554432000 4194304 4196468 140722560093376 140274301916576 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32584] ppid=32572 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32584/stat : 32584 (java) S 32572 32575 31868 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40691737 14420725760 7824 33554432000 4194304 4196468 140722560093376 140274300863984 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32585] ppid=32572 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32585/stat : 32585 (java) S 32572 32575 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40691739 14420725760 7824 33554432000 4194304 4196468 140722560093376 140274299812560 140274829219739 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32586] ppid=32572 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32586/stat : 32586 (java) S 32572 32575 31868 0 -1 1077944384 290 0 0 0 0 0 0 0 20 0 15 0 40691739 14420725760 7824 33554432000 4194304 4196468 140722560093376 140274298759152 140274829212290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32587] ppid=32572 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32587/stat : 32587 (java) S 32572 32575 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40691739 14420725760 7824 33554432000 4194304 4196468 140722560093376 140274297706608 140274829212290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32588] ppid=32572 vsize=14082740 memory=140564752406144 CPUtime=0.01 cores=0,2,4,6
/proc/32575/task/32588/stat : 32588 (java) R 32572 32575 31868 0 -1 4202560 277 0 0 0 1 0 0 0 20 0 15 0 40691739 14420725760 7824 33554432000 4194304 4196468 140722560093376 140274296654064 140274829222490 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32589] ppid=32572 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32589/stat : 32589 (java) S 32572 32575 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40691739 14420725760 7824 33554432000 4194304 4196468 140722560093376 140274295601760 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32590] ppid=32572 vsize=14082740 memory=140564752406144 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32590/stat : 32590 (java) S 32572 32575 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40691740 14420725760 7824 33554432000 4194304 4196468 140722560093376 140274294549296 140274829212290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 31296 KiB

[startup+0.210329 s]*
/proc/loadavg: 1.31 1.35 1.33 5/215 32590
/proc/meminfo: memFree=17927196/32770624 swapFree=67108860/67108860
[pid=32575] ppid=32572 vsize=14082740 memory=46824 CPUtime=0.29 cores=0,2,4,6
/proc/32575/stat : 32575 (java) S 32572 32575 31868 0 -1 1077944320 10337 0 0 0 27 2 0 0 20 0 15 0 40691734 14420725760 11706 33554432000 4194304 4196468 140722560093376 140722560075920 140274829201143 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
/proc/32575/statm: 3520685 11706 3312 1 0 3482761 0
[pid=32575/tid=32577] ppid=32572 vsize=14082740 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/32575/task/32577/stat : 32577 (java) R 32572 32575 31868 0 -1 4202560 8102 0 0 0 18 2 0 0 20 0 15 0 40691734 14420725760 11706 33554432000 4194304 4196468 140722560093376 140274833425008 140274454097671 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32578] ppid=32572 vsize=14082740 memory=342 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32578/stat : 32578 (java) S 32572 32575 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40691735 14420725760 11706 33554432000 4194304 4196468 140722560093376 140274781821200 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32579] ppid=32572 vsize=14082740 memory=140564752628140 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32579/stat : 32579 (java) S 32572 32575 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40691735 14420725760 11706 33554432000 4194304 4196468 140722560093376 140274780768656 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32580] ppid=32572 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32580/stat : 32580 (java) S 32572 32575 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40691735 14420725760 11706 33554432000 4194304 4196468 140722560093376 140274779716112 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32581] ppid=32572 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32581/stat : 32581 (java) S 32572 32575 31868 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40691735 14420725760 11706 33554432000 4194304 4196468 140722560093376 140274778663568 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32582] ppid=32572 vsize=14082740 memory=140564752406144 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32582/stat : 32582 (java) S 32572 32575 31868 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40691736 14420725760 11706 33554432000 4194304 4196468 140722560093376 140274302970352 140274829212290 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32583] ppid=32572 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32583/stat : 32583 (java) S 32572 32575 31868 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40691737 14420725760 11706 33554432000 4194304 4196468 140722560093376 140274301916576 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32584] ppid=32572 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32584/stat : 32584 (java) S 32572 32575 31868 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40691737 14420725760 11706 33554432000 4194304 4196468 140722560093376 140274300863984 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32585] ppid=32572 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32585/stat : 32585 (java) S 32572 32575 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40691739 14420725760 11706 33554432000 4194304 4196468 140722560093376 140274299812560 140274829219739 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32586] ppid=32572 vsize=14082740 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/32575/task/32586/stat : 32586 (java) R 32572 32575 31868 0 -1 1077944384 449 0 0 0 1 0 0 0 20 0 15 0 40691739 14420725760 11706 33554432000 4194304 4196468 140722560093376 140274298759152 140274829212290 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32587] ppid=32572 vsize=14082740 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/32575/task/32587/stat : 32587 (java) R 32572 32575 31868 0 -1 4202560 113 0 0 0 1 0 0 0 20 0 15 0 40691739 14420725760 11706 33554432000 4194304 4196468 140722560093376 140274297687624 140274809698160 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32588] ppid=32572 vsize=14082740 memory=140564752406144 CPUtime=0.06 cores=0,2,4,6
/proc/32575/task/32588/stat : 32588 (java) R 32572 32575 31868 0 -1 4202560 300 0 0 0 6 0 0 0 20 0 15 0 40691739 14420725760 11706 33554432000 4194304 4196468 140722560093376 140274296654064 140274807721243 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32589] ppid=32572 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32589/stat : 32589 (java) S 32572 32575 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40691739 14420725760 11706 33554432000 4194304 4196468 140722560093376 140274295601760 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32590] ppid=32572 vsize=14082740 memory=140564752406144 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32590/stat : 32590 (java) S 32572 32575 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40691740 14420725760 11706 33554432000 4194304 4196468 140722560093376 140274294549296 140274829212290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 46824 KiB

[startup+0.310477 s]*
/proc/loadavg: 1.31 1.35 1.33 5/215 32590
/proc/meminfo: memFree=17923908/32770624 swapFree=67108860/67108860
[pid=32575] ppid=32572 vsize=14082740 memory=50800 CPUtime=0.43 cores=0,2,4,6
/proc/32575/stat : 32575 (java) S 32572 32575 31868 0 -1 1077944320 10771 0 0 0 41 2 0 0 20 0 15 0 40691734 14420725760 12700 33554432000 4194304 4196468 140722560093376 140722560075920 140274829201143 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
/proc/32575/statm: 3520685 12700 3415 1 0 3482761 0
[pid=32575/tid=32577] ppid=32572 vsize=14082740 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/32575/task/32577/stat : 32577 (java) R 32572 32575 31868 0 -1 4202560 8464 0 0 0 28 2 0 0 20 0 15 0 40691734 14420725760 12700 33554432000 4194304 4196468 140722560093376 140274833390416 140274813244773 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32578] ppid=32572 vsize=14082740 memory=4294979916 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32578/stat : 32578 (java) S 32572 32575 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40691735 14420725760 12700 33554432000 4194304 4196468 140722560093376 140274781821200 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32579] ppid=32572 vsize=14082740 memory=140564752626380 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32579/stat : 32579 (java) S 32572 32575 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40691735 14420725760 12700 33554432000 4194304 4196468 140722560093376 140274780768656 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32580] ppid=32572 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32580/stat : 32580 (java) S 32572 32575 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40691735 14420725760 12700 33554432000 4194304 4196468 140722560093376 140274779716112 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32581] ppid=32572 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32581/stat : 32581 (java) S 32572 32575 31868 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40691735 14420725760 12700 33554432000 4194304 4196468 140722560093376 140274778663568 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32582] ppid=32572 vsize=14082740 memory=140564752406144 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32582/stat : 32582 (java) S 32572 32575 31868 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40691736 14420725760 12700 33554432000 4194304 4196468 140722560093376 140274302970352 140274829212290 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32583] ppid=32572 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32583/stat : 32583 (java) S 32572 32575 31868 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40691737 14420725760 12700 33554432000 4194304 4196468 140722560093376 140274301916576 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32584] ppid=32572 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32584/stat : 32584 (java) S 32572 32575 31868 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40691737 14420725760 12700 33554432000 4194304 4196468 140722560093376 140274300863984 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32585] ppid=32572 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32585/stat : 32585 (java) S 32572 32575 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40691739 14420725760 12700 33554432000 4194304 4196468 140722560093376 140274299812560 140274829219739 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32586] ppid=32572 vsize=14082740 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/32575/task/32586/stat : 32586 (java) S 32572 32575 31868 0 -1 1077944384 470 0 0 0 1 0 0 0 20 0 15 0 40691739 14420725760 12700 33554432000 4194304 4196468 140722560093376 140274298759152 140274829212290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32587] ppid=32572 vsize=14082740 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/32575/task/32587/stat : 32587 (java) S 32572 32575 31868 0 -1 1077944384 135 0 0 0 2 0 0 0 20 0 15 0 40691739 14420725760 12700 33554432000 4194304 4196468 140722560093376 140274297706608 140274829212290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32588] ppid=32572 vsize=14082740 memory=140564752406144 CPUtime=0.08 cores=0,2,4,6
/proc/32575/task/32588/stat : 32588 (java) S 32572 32575 31868 0 -1 1077944384 320 0 0 0 8 0 0 0 20 0 15 0 40691739 14420725760 12700 33554432000 4194304 4196468 140722560093376 140274296654064 140274829212290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32589] ppid=32572 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32589/stat : 32589 (java) S 32572 32575 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40691739 14420725760 12700 33554432000 4194304 4196468 140722560093376 140274295601760 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32590] ppid=32572 vsize=14082740 memory=140564752406144 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32590/stat : 32590 (java) S 32572 32575 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40691740 14420725760 12700 33554432000 4194304 4196468 140722560093376 140274294549296 140274829212290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50800 KiB

[startup+0.700673 s]
/proc/loadavg: 1.31 1.35 1.33 3/215 32590
/proc/meminfo: memFree=17900492/32770624 swapFree=67108860/67108860
[pid=32575] ppid=32572 vsize=14084808 memory=88912 CPUtime=0.98 cores=0,2,4,6
/proc/32575/stat : 32575 (java) S 32572 32575 31868 0 -1 1077944320 17624 0 0 0 94 4 0 0 20 0 15 0 40691734 14422843392 22228 33554432000 4194304 4196468 140722560093376 140722560075920 140274829201143 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
/proc/32575/statm: 3521202 22228 3495 1 0 3483273 0
[pid=32575/tid=32577] ppid=32572 vsize=14084808 memory=18460 CPUtime=0.67 cores=0,2,4,6
/proc/32575/task/32577/stat : 32577 (java) R 32572 32575 31868 0 -1 4202560 14908 0 0 0 64 3 0 0 20 0 15 0 40691734 14422843392 22228 33554432000 4194304 4196468 140722560093376 140274833416192 140274829223069 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32578] ppid=32572 vsize=14084808 memory=9660 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32578/stat : 32578 (java) S 32572 32575 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40691735 14422843392 22228 33554432000 4194304 4196468 140722560093376 140274781821200 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32579] ppid=32572 vsize=14084808 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32579/stat : 32579 (java) S 32572 32575 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40691735 14422843392 22228 33554432000 4194304 4196468 140722560093376 140274780768656 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32580] ppid=32572 vsize=14084808 memory=644 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32580/stat : 32580 (java) S 32572 32575 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40691735 14422843392 22228 33554432000 4194304 4196468 140722560093376 140274779716112 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32581] ppid=32572 vsize=14084808 memory=952 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32581/stat : 32581 (java) S 32572 32575 31868 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40691735 14422843392 22228 33554432000 4194304 4196468 140722560093376 140274778663568 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32582] ppid=32572 vsize=14084808 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32582/stat : 32582 (java) S 32572 32575 31868 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40691736 14422843392 22228 33554432000 4194304 4196468 140722560093376 140274302970352 140274829212290 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32583] ppid=32572 vsize=14084808 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32583/stat : 32583 (java) S 32572 32575 31868 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40691737 14422843392 22228 33554432000 4194304 4196468 140722560093376 140274301916576 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32584] ppid=32572 vsize=14084808 memory=1576 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32584/stat : 32584 (java) S 32572 32575 31868 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40691737 14422843392 22228 33554432000 4194304 4196468 140722560093376 140274300863984 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32585] ppid=32572 vsize=14084808 memory=7379241883359864663 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32585/stat : 32585 (java) S 32572 32575 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40691739 14422843392 22228 33554432000 4194304 4196468 140722560093376 140274299812560 140274829219739 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32586] ppid=32572 vsize=14084808 memory=6081105704601809001 CPUtime=0.07 cores=0,2,4,6
/proc/32575/task/32586/stat : 32586 (java) S 32572 32575 31868 0 -1 1077944384 641 0 0 0 7 0 0 0 20 0 15 0 40691739 14422843392 22228 33554432000 4194304 4196468 140722560093376 140274298759152 140274829212290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32587] ppid=32572 vsize=14084808 memory=6076878065162868073 CPUtime=0.06 cores=0,2,4,6
/proc/32575/task/32587/stat : 32587 (java) S 32572 32575 31868 0 -1 1077944384 270 0 0 0 6 0 0 0 20 0 15 0 40691739 14422843392 22228 33554432000 4194304 4196468 140722560093376 140274297706608 140274829212290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32588] ppid=32572 vsize=14084808 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/32575/task/32588/stat : 32588 (java) R 32572 32575 31868 0 -1 4202560 423 0 0 0 15 0 0 0 20 0 15 0 40691739 14422843392 22228 33554432000 4194304 4196468 140722560093376 140274296654064 140274808116896 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32589] ppid=32572 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32589/stat : 32589 (java) S 32572 32575 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40691739 14422843392 22228 33554432000 4194304 4196468 140722560093376 140274295601760 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32590] ppid=32572 vsize=14084808 memory=1204 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32590/stat : 32590 (java) S 32572 32575 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40691740 14422843392 22228 33554432000 4194304 4196468 140722560093376 140274294549296 140274829212290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 88912 KiB

[startup+1.50104 s]
/proc/loadavg: 1.31 1.35 1.33 3/215 32590
/proc/meminfo: memFree=17870776/32770624 swapFree=67108860/67108860
[pid=32575] ppid=32572 vsize=14090952 memory=140832 CPUtime=2.87 cores=0,2,4,6
/proc/32575/stat : 32575 (java) S 32572 32575 31868 0 -1 1077944320 27166 0 0 0 279 8 0 0 20 0 15 0 40691734 14429134848 35208 33554432000 4194304 4196468 140722560093376 140722560075920 140274829201143 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
/proc/32575/statm: 3522738 35208 3533 1 0 3484809 0
[pid=32575/tid=32577] ppid=32572 vsize=14090952 memory=126604 CPUtime=1.47 cores=0,2,4,6
/proc/32575/task/32577/stat : 32577 (java) R 32572 32575 31868 0 -1 4202560 19703 0 0 0 142 5 0 0 20 0 15 0 40691734 14429134848 35208 33554432000 4194304 4196468 140722560093376 140274833435752 140274810040624 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32578] ppid=32572 vsize=14090952 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32578/stat : 32578 (java) S 32572 32575 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40691735 14429134848 35208 33554432000 4194304 4196468 140722560093376 140274781821200 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32579] ppid=32572 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32579/stat : 32579 (java) S 32572 32575 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40691735 14429134848 35208 33554432000 4194304 4196468 140722560093376 140274780768656 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32580] ppid=32572 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32580/stat : 32580 (java) S 32572 32575 31868 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40691735 14429134848 35208 33554432000 4194304 4196468 140722560093376 140274779716112 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32581] ppid=32572 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32581/stat : 32581 (java) S 32572 32575 31868 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40691735 14429134848 35208 33554432000 4194304 4196468 140722560093376 140274778663568 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32582] ppid=32572 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32582/stat : 32582 (java) S 32572 32575 31868 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 40691736 14429134848 35208 33554432000 4194304 4196468 140722560093376 140274302970352 140274829212290 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0

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

[pid=32575/tid=32589] ppid=32572 vsize=14090952 memory=281129231843568 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32589/stat : 32589 (java) S 32572 32575 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40691739 14429134848 57220 33554432000 4194304 4196468 140722560093376 140274295601760 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32590] ppid=32572 vsize=14090952 memory=281129231843568 CPUtime=0.34 cores=0,2,4,6
/proc/32575/task/32590/stat : 32590 (java) S 32572 32575 31868 0 -1 1077944384 863 0 0 0 15 19 0 0 20 0 15 0 40691740 14429134848 57220 33554432000 4194304 4196468 140722560093376 140274294549296 140274829212290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 25 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
Current children cumulated CPU time: 1159.17 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 228880 KiB

[startup+1153.6 s]
/proc/loadavg: 1.53 1.42 1.38 3/215 32651
/proc/meminfo: memFree=17491740/32770624 swapFree=67108860/67108860
[pid=32575] ppid=32572 vsize=14090952 memory=228880 CPUtime=1160.76 cores=0,2,4,6
/proc/32575/stat : 32575 (java) S 32572 32575 31868 0 -1 1077944320 59074 0 0 0 115992 84 0 0 20 0 15 0 40691734 14429134848 57220 33554432000 4194304 4196468 140722560093376 140722560075920 140274829201143 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
/proc/32575/statm: 3522738 57220 3565 1 0 3484809 0
[pid=32575/tid=32577] ppid=32572 vsize=14090952 memory=228880 CPUtime=1148.21 cores=0,2,4,6
/proc/32575/task/32577/stat : 32577 (java) R 32572 32575 31868 0 -1 4202560 28610 0 0 0 114809 12 0 0 20 0 15 0 40691734 14429134848 57220 33554432000 4194304 4196468 140722560093376 140274833438880 140274459691910 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32578] ppid=32572 vsize=14090952 memory=14004 CPUtime=1.88 cores=0,2,4,6
/proc/32575/task/32578/stat : 32578 (java) S 32572 32575 31868 0 -1 1077944384 1885 0 0 0 173 15 0 0 20 0 15 0 40691735 14429134848 57220 33554432000 4194304 4196468 140722560093376 140274781821200 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32579] ppid=32572 vsize=14090952 memory=1204 CPUtime=1.9 cores=0,2,4,6
/proc/32575/task/32579/stat : 32579 (java) S 32572 32575 31868 0 -1 1077944384 3443 0 0 0 174 16 0 0 20 0 15 0 40691735 14429134848 57220 33554432000 4194304 4196468 140722560093376 140274780768656 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32580] ppid=32572 vsize=14090952 memory=6791534058613427641 CPUtime=1.9 cores=0,2,4,6
/proc/32575/task/32580/stat : 32580 (java) S 32572 32575 31868 0 -1 1077944384 3839 0 0 0 178 12 0 0 20 0 15 0 40691735 14429134848 57220 33554432000 4194304 4196468 140722560093376 140274779716112 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32581] ppid=32572 vsize=14090952 memory=1704 CPUtime=1.91 cores=0,2,4,6
/proc/32575/task/32581/stat : 32581 (java) S 32572 32575 31868 0 -1 1077944384 3007 0 0 0 178 13 0 0 20 0 15 0 40691735 14429134848 57220 33554432000 4194304 4196468 140722560093376 140274778663568 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32582] ppid=32572 vsize=14090952 memory=228880 CPUtime=2.02 cores=0,2,4,6
/proc/32575/task/32582/stat : 32582 (java) S 32572 32575 31868 0 -1 1077944384 3686 0 0 0 187 15 0 0 20 0 15 0 40691736 14429134848 57220 33554432000 4194304 4196468 140722560093376 140274302970352 140274829212290 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 22 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32583] ppid=32572 vsize=14090952 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32583/stat : 32583 (java) S 32572 32575 31868 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 40691737 14429134848 57220 33554432000 4194304 4196468 140722560093376 140274301916640 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32584] ppid=32572 vsize=14090952 memory=228880 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32584/stat : 32584 (java) S 32572 32575 31868 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 40691737 14429134848 57220 33554432000 4194304 4196468 140722560093376 140274300863984 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32585] ppid=32572 vsize=14090952 memory=228880 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32585/stat : 32585 (java) S 32572 32575 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40691739 14429134848 57220 33554432000 4194304 4196468 140722560093376 140274299812560 140274829219739 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32586] ppid=32572 vsize=14090952 memory=18460 CPUtime=1 cores=0,2,4,6
/proc/32575/task/32586/stat : 32586 (java) S 32572 32575 31868 0 -1 1077944384 4209 0 0 0 99 1 0 0 20 0 15 0 40691739 14429134848 57220 33554432000 4194304 4196468 140722560093376 140274298759152 140274829212290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32587] ppid=32572 vsize=14090952 memory=9680 CPUtime=1.03 cores=0,2,4,6
/proc/32575/task/32587/stat : 32587 (java) S 32572 32575 31868 0 -1 1077944384 4719 0 0 0 102 1 0 0 20 0 15 0 40691739 14429134848 57220 33554432000 4194304 4196468 140722560093376 140274297706608 140274829212290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32588] ppid=32572 vsize=14090952 memory=6791534058613427641 CPUtime=0.47 cores=0,2,4,6
/proc/32575/task/32588/stat : 32588 (java) S 32572 32575 31868 0 -1 1077944384 3382 0 0 0 46 1 0 0 20 0 15 0 40691739 14429134848 57220 33554432000 4194304 4196468 140722560093376 140274296654064 140274829212290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32589] ppid=32572 vsize=14090952 memory=1576 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32589/stat : 32589 (java) S 32572 32575 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40691739 14429134848 57220 33554432000 4194304 4196468 140722560093376 140274295601760 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32590] ppid=32572 vsize=14090952 memory=928 CPUtime=0.34 cores=0,2,4,6
/proc/32575/task/32590/stat : 32590 (java) S 32572 32575 31868 0 -1 1077944384 863 0 0 0 15 19 0 0 20 0 15 0 40691740 14429134848 57220 33554432000 4194304 4196468 140722560093376 140274294549296 140274829212290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 25 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
Current children cumulated CPU time: 1160.76 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 228880 KiB

[startup+1155.2 s]
/proc/loadavg: 1.57 1.43 1.39 3/215 32651
/proc/meminfo: memFree=17491740/32770624 swapFree=67108860/67108860
[pid=32575] ppid=32572 vsize=14090952 memory=228880 CPUtime=1162.38 cores=0,2,4,6
/proc/32575/stat : 32575 (java) S 32572 32575 31868 0 -1 1077944320 59077 0 0 0 116153 85 0 0 20 0 15 0 40691734 14429134848 57220 33554432000 4194304 4196468 140722560093376 140722560075920 140274829201143 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
/proc/32575/statm: 3522738 57220 3565 1 0 3484809 0
[pid=32575/tid=32577] ppid=32572 vsize=14090952 memory=14184 CPUtime=1149.81 cores=0,2,4,6
/proc/32575/task/32577/stat : 32577 (java) R 32572 32575 31868 0 -1 4202560 28613 0 0 0 114969 12 0 0 20 0 15 0 40691734 14429134848 57220 33554432000 4194304 4196468 140722560093376 140274833439136 140274459004422 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32578] ppid=32572 vsize=14090952 memory=1296 CPUtime=1.88 cores=0,2,4,6
/proc/32575/task/32578/stat : 32578 (java) S 32572 32575 31868 0 -1 1077944384 1885 0 0 0 173 15 0 0 20 0 15 0 40691735 14429134848 57220 33554432000 4194304 4196468 140722560093376 140274781821200 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32579] ppid=32572 vsize=14090952 memory=6791534058613427641 CPUtime=1.9 cores=0,2,4,6
/proc/32575/task/32579/stat : 32579 (java) S 32572 32575 31868 0 -1 1077944384 3443 0 0 0 174 16 0 0 20 0 15 0 40691735 14429134848 57220 33554432000 4194304 4196468 140722560093376 140274780768656 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32580] ppid=32572 vsize=14090952 memory=1004 CPUtime=1.9 cores=0,2,4,6
/proc/32575/task/32580/stat : 32580 (java) S 32572 32575 31868 0 -1 1077944384 3839 0 0 0 178 12 0 0 20 0 15 0 40691735 14429134848 57220 33554432000 4194304 4196468 140722560093376 140274779716112 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32581] ppid=32572 vsize=14090952 memory=1952 CPUtime=1.91 cores=0,2,4,6
/proc/32575/task/32581/stat : 32581 (java) S 32572 32575 31868 0 -1 1077944384 3007 0 0 0 178 13 0 0 20 0 15 0 40691735 14429134848 57220 33554432000 4194304 4196468 140722560093376 140274778663568 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32582] ppid=32572 vsize=14090952 memory=1704 CPUtime=2.02 cores=0,2,4,6
/proc/32575/task/32582/stat : 32582 (java) S 32572 32575 31868 0 -1 1077944384 3686 0 0 0 187 15 0 0 20 0 15 0 40691736 14429134848 57220 33554432000 4194304 4196468 140722560093376 140274302970352 140274829212290 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 22 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32583] ppid=32572 vsize=14090952 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32583/stat : 32583 (java) S 32572 32575 31868 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 40691737 14429134848 57220 33554432000 4194304 4196468 140722560093376 140274301916640 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32584] ppid=32572 vsize=14090952 memory=2408 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32584/stat : 32584 (java) S 32572 32575 31868 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 40691737 14429134848 57220 33554432000 4194304 4196468 140722560093376 140274300863984 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32585] ppid=32572 vsize=14090952 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32585/stat : 32585 (java) S 32572 32575 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40691739 14429134848 57220 33554432000 4194304 4196468 140722560093376 140274299812560 140274829219739 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32586] ppid=32572 vsize=14090952 memory=1004 CPUtime=1 cores=0,2,4,6
/proc/32575/task/32586/stat : 32586 (java) S 32572 32575 31868 0 -1 1077944384 4209 0 0 0 99 1 0 0 20 0 15 0 40691739 14429134848 57220 33554432000 4194304 4196468 140722560093376 140274298759152 140274829212290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32587] ppid=32572 vsize=14090952 memory=6791534058613427641 CPUtime=1.03 cores=0,2,4,6
/proc/32575/task/32587/stat : 32587 (java) S 32572 32575 31868 0 -1 1077944384 4719 0 0 0 102 1 0 0 20 0 15 0 40691739 14429134848 57220 33554432000 4194304 4196468 140722560093376 140274297706608 140274829212290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32588] ppid=32572 vsize=14090952 memory=6944656592455360604 CPUtime=0.47 cores=0,2,4,6
/proc/32575/task/32588/stat : 32588 (java) S 32572 32575 31868 0 -1 1077944384 3382 0 0 0 46 1 0 0 20 0 15 0 40691739 14429134848 57220 33554432000 4194304 4196468 140722560093376 140274296654064 140274829212290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32589] ppid=32572 vsize=14090952 memory=7155463688836634200 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32589/stat : 32589 (java) S 32572 32575 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40691739 14429134848 57220 33554432000 4194304 4196468 140722560093376 140274295601760 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32590] ppid=32572 vsize=14090952 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/32575/task/32590/stat : 32590 (java) S 32572 32575 31868 0 -1 1077944384 863 0 0 0 15 19 0 0 20 0 15 0 40691740 14429134848 57220 33554432000 4194304 4196468 140722560093376 140274294549296 140274829212290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 25 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
Current children cumulated CPU time: 1162.38 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 228880 KiB

[startup+1156 s]*
/proc/loadavg: 1.57 1.43 1.39 3/215 32651
/proc/meminfo: memFree=17491740/32770624 swapFree=67108860/67108860
[pid=32575] ppid=32572 vsize=14090952 memory=228880 CPUtime=1163.19 cores=0,2,4,6
/proc/32575/stat : 32575 (java) S 32572 32575 31868 0 -1 1077944320 59078 0 0 0 116234 85 0 0 20 0 15 0 40691734 14429134848 57220 33554432000 4194304 4196468 140722560093376 140722560075920 140274829201143 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
/proc/32575/statm: 3522738 57220 3565 1 0 3484809 0
[pid=32575/tid=32577] ppid=32572 vsize=14090952 memory=6791534058613427641 CPUtime=1150.61 cores=0,2,4,6
/proc/32575/task/32577/stat : 32577 (java) R 32572 32575 31868 0 -1 4202560 28614 0 0 0 115049 12 0 0 20 0 15 0 40691734 14429134848 57220 33554432000 4194304 4196468 140722560093376 140274833439520 140274454307908 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32578] ppid=32572 vsize=14090952 memory=4126316290023845779 CPUtime=1.88 cores=0,2,4,6
/proc/32575/task/32578/stat : 32578 (java) S 32572 32575 31868 0 -1 1077944384 1885 0 0 0 173 15 0 0 20 0 15 0 40691735 14429134848 57220 33554432000 4194304 4196468 140722560093376 140274781821200 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32579] ppid=32572 vsize=14090952 memory=952 CPUtime=1.9 cores=0,2,4,6
/proc/32575/task/32579/stat : 32579 (java) S 32572 32575 31868 0 -1 1077944384 3443 0 0 0 174 16 0 0 20 0 15 0 40691735 14429134848 57220 33554432000 4194304 4196468 140722560093376 140274780768656 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32580] ppid=32572 vsize=14090952 memory=1236 CPUtime=1.9 cores=0,2,4,6
/proc/32575/task/32580/stat : 32580 (java) S 32572 32575 31868 0 -1 1077944384 3839 0 0 0 178 12 0 0 20 0 15 0 40691735 14429134848 57220 33554432000 4194304 4196468 140722560093376 140274779716112 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32581] ppid=32572 vsize=14090952 memory=2340 CPUtime=1.91 cores=0,2,4,6
/proc/32575/task/32581/stat : 32581 (java) S 32572 32575 31868 0 -1 1077944384 3007 0 0 0 178 13 0 0 20 0 15 0 40691735 14429134848 57220 33554432000 4194304 4196468 140722560093376 140274778663568 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32582] ppid=32572 vsize=14090952 memory=1576 CPUtime=2.02 cores=0,2,4,6
/proc/32575/task/32582/stat : 32582 (java) S 32572 32575 31868 0 -1 1077944384 3686 0 0 0 187 15 0 0 20 0 15 0 40691736 14429134848 57220 33554432000 4194304 4196468 140722560093376 140274302970352 140274829212290 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 22 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32583] ppid=32572 vsize=14090952 memory=928 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32583/stat : 32583 (java) S 32572 32575 31868 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 40691737 14429134848 57220 33554432000 4194304 4196468 140722560093376 140274301916640 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32584] ppid=32572 vsize=14090952 memory=2240 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32584/stat : 32584 (java) S 32572 32575 31868 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 40691737 14429134848 57220 33554432000 4194304 4196468 140722560093376 140274300863984 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32585] ppid=32572 vsize=14090952 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32585/stat : 32585 (java) S 32572 32575 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40691739 14429134848 57220 33554432000 4194304 4196468 140722560093376 140274299812560 140274829219739 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32586] ppid=32572 vsize=14090952 memory=2200 CPUtime=1 cores=0,2,4,6
/proc/32575/task/32586/stat : 32586 (java) S 32572 32575 31868 0 -1 1077944384 4209 0 0 0 99 1 0 0 20 0 15 0 40691739 14429134848 57220 33554432000 4194304 4196468 140722560093376 140274298759152 140274829212290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32587] ppid=32572 vsize=14090952 memory=7284 CPUtime=1.03 cores=0,2,4,6
/proc/32575/task/32587/stat : 32587 (java) S 32572 32575 31868 0 -1 1077944384 4719 0 0 0 102 1 0 0 20 0 15 0 40691739 14429134848 57220 33554432000 4194304 4196468 140722560093376 140274297706608 140274829212290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32588] ppid=32572 vsize=14090952 memory=840 CPUtime=0.47 cores=0,2,4,6
/proc/32575/task/32588/stat : 32588 (java) S 32572 32575 31868 0 -1 1077944384 3382 0 0 0 46 1 0 0 20 0 15 0 40691739 14429134848 57220 33554432000 4194304 4196468 140722560093376 140274296654064 140274829212290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32589] ppid=32572 vsize=14090952 memory=1796 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32589/stat : 32589 (java) S 32572 32575 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40691739 14429134848 57220 33554432000 4194304 4196468 140722560093376 140274295601760 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32590] ppid=32572 vsize=14090952 memory=912 CPUtime=0.34 cores=0,2,4,6
/proc/32575/task/32590/stat : 32590 (java) S 32572 32575 31868 0 -1 1077944384 863 0 0 0 15 19 0 0 20 0 15 0 40691740 14429134848 57220 33554432000 4194304 4196468 140722560093376 140274294549296 140274829212290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 25 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
Current children cumulated CPU time: 1163.19 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 228880 KiB

[startup+1156.4 s]
/proc/loadavg: 1.57 1.43 1.39 3/215 32651
/proc/meminfo: memFree=17491740/32770624 swapFree=67108860/67108860
[pid=32575] ppid=32572 vsize=14090952 memory=228880 CPUtime=1163.58 cores=0,2,4,6
/proc/32575/stat : 32575 (java) S 32572 32575 31868 0 -1 1077944320 59079 0 0 0 116273 85 0 0 20 0 15 0 40691734 14429134848 57220 33554432000 4194304 4196468 140722560093376 140722560075920 140274829201143 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
/proc/32575/statm: 3522738 57220 3565 1 0 3484809 0
[pid=32575/tid=32577] ppid=32572 vsize=14090952 memory=228880 CPUtime=1151 cores=0,2,4,6
/proc/32575/task/32577/stat : 32577 (java) R 32572 32575 31868 0 -1 4202560 28615 0 0 0 115088 12 0 0 20 0 15 0 40691734 14429134848 57220 33554432000 4194304 4196468 140722560093376 140274833439312 140274458753735 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32578] ppid=32572 vsize=14090952 memory=228880 CPUtime=1.89 cores=0,2,4,6
/proc/32575/task/32578/stat : 32578 (java) S 32572 32575 31868 0 -1 1077944384 1885 0 0 0 174 15 0 0 20 0 15 0 40691735 14429134848 57220 33554432000 4194304 4196468 140722560093376 140274781821200 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32579] ppid=32572 vsize=14090952 memory=228880 CPUtime=1.9 cores=0,2,4,6
/proc/32575/task/32579/stat : 32579 (java) S 32572 32575 31868 0 -1 1077944384 3443 0 0 0 174 16 0 0 20 0 15 0 40691735 14429134848 57220 33554432000 4194304 4196468 140722560093376 140274780768656 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32580] ppid=32572 vsize=14090952 memory=6791534058613427641 CPUtime=1.9 cores=0,2,4,6
/proc/32575/task/32580/stat : 32580 (java) S 32572 32575 31868 0 -1 1077944384 3839 0 0 0 178 12 0 0 20 0 15 0 40691735 14429134848 57220 33554432000 4194304 4196468 140722560093376 140274779716112 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32581] ppid=32572 vsize=14090952 memory=4008 CPUtime=1.91 cores=0,2,4,6
/proc/32575/task/32581/stat : 32581 (java) S 32572 32575 31868 0 -1 1077944384 3007 0 0 0 178 13 0 0 20 0 15 0 40691735 14429134848 57220 33554432000 4194304 4196468 140722560093376 140274778663568 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32582] ppid=32572 vsize=14090952 memory=18460 CPUtime=2.02 cores=0,2,4,6
/proc/32575/task/32582/stat : 32582 (java) S 32572 32575 31868 0 -1 1077944384 3686 0 0 0 187 15 0 0 20 0 15 0 40691736 14429134848 57220 33554432000 4194304 4196468 140722560093376 140274302970352 140274829212290 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 22 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32583] ppid=32572 vsize=14090952 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32583/stat : 32583 (java) S 32572 32575 31868 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 40691737 14429134848 57220 33554432000 4194304 4196468 140722560093376 140274301916640 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32584] ppid=32572 vsize=14090952 memory=1704 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32584/stat : 32584 (java) S 32572 32575 31868 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 40691737 14429134848 57220 33554432000 4194304 4196468 140722560093376 140274300863984 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32585] ppid=32572 vsize=14090952 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32585/stat : 32585 (java) S 32572 32575 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40691739 14429134848 57220 33554432000 4194304 4196468 140722560093376 140274299812560 140274829219739 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32586] ppid=32572 vsize=14090952 memory=4616 CPUtime=1 cores=0,2,4,6
/proc/32575/task/32586/stat : 32586 (java) S 32572 32575 31868 0 -1 1077944384 4209 0 0 0 99 1 0 0 20 0 15 0 40691739 14429134848 57220 33554432000 4194304 4196468 140722560093376 140274298759152 140274829212290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32587] ppid=32572 vsize=14090952 memory=14004 CPUtime=1.03 cores=0,2,4,6
/proc/32575/task/32587/stat : 32587 (java) S 32572 32575 31868 0 -1 1077944384 4719 0 0 0 102 1 0 0 20 0 15 0 40691739 14429134848 57220 33554432000 4194304 4196468 140722560093376 140274297706608 140274829212290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32588] ppid=32572 vsize=14090952 memory=1204 CPUtime=0.47 cores=0,2,4,6
/proc/32575/task/32588/stat : 32588 (java) S 32572 32575 31868 0 -1 1077944384 3382 0 0 0 46 1 0 0 20 0 15 0 40691739 14429134848 57220 33554432000 4194304 4196468 140722560093376 140274296654064 140274829212290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32589] ppid=32572 vsize=14090952 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/32575/task/32589/stat : 32589 (java) S 32572 32575 31868 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40691739 14429134848 57220 33554432000 4194304 4196468 140722560093376 140274295601760 140274829211349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
[pid=32575/tid=32590] ppid=32572 vsize=14090952 memory=4008 CPUtime=0.34 cores=0,2,4,6
/proc/32575/task/32590/stat : 32590 (java) S 32572 32575 31868 0 -1 1077944384 863 0 0 0 15 19 0 0 20 0 15 0 40691740 14429134848 57220 33554432000 4194304 4196468 140722560093376 140274294549296 140274829212290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 25 0 0 6293624 6294260 36548608 140722560095312 140722560095497 140722560095497 140722560098255 0
Current children cumulated CPU time: 1163.58 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 228880 KiB

Child status: 0
Real time (s): 1156.43
CPU time (s): 1163.63
CPU user time (s): 1162.77
CPU system time (s): 0.854573
CPU usage (%): 100.622
Max. virtual memory (cumulated for all children) (KiB): 14090952
Max. memory (cumulated for all children) (KiB): 229300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1162.77
system time used= 0.854573
maximum resident set size= 230992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59856
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 81977
involuntary context switches= 2900


# summary of solver processes directly reported to runsolver:
#   pid: 32575
#   total CPU time (s): 1163.63
#   total CPU user time (s): 1162.77
#   total CPU system time (s): 0.854573

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.3513 second user time and 10.9992 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-22 05:48:09
IDJOB=4290812
IDBENCH=141167
IDSOLVER=2744
FILE ID=node106/4290812-1532231289
RUNJOBID= node106-1532226506-31899
PBS_JOBID= 21018948
Free space on /tmp= 52996 MiB

SOLVER NAME= OscaR - Conflict Ordering 2018-07-02
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K04-P04_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290812-1532231289/watcher-4290812-1532231289 -o /tmp/evaluation-result-4290812-1532231289/solver-4290812-1532231289 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532226506-31899 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 1627546200 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290812-1532231289.xml

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

MD5SUM BENCH= bba9b3428f0c8228a4e28ff2342631fb
RANDOM SEED=1627546200

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        17960716 kB
MemAvailable:   31718768 kB
Buffers:          229760 kB
Cached:         13618412 kB
SwapCached:            0 kB
Active:          1536088 kB
Inactive:       12586508 kB
Active(anon):     276928 kB
Inactive(anon):    17096 kB
Active(file):    1259160 kB
Inactive(file): 12569412 kB
Unevictable:        6920 kB
Mlocked:            6920 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             35832 kB
Writeback:             0 kB
AnonPages:        293404 kB
Mapped:            48616 kB
Shmem:             17036 kB
Slab:             385388 kB
SReclaimable:     357940 kB
SUnreclaim:        27448 kB
KernelStack:        3808 kB
PageTables:         6220 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1241664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    155648 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 52960 MiB
End job on node106 at 2018-07-22 06:07:25