Trace number 4307633

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-08-14SAT 1175.71 1168.47

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.57	c version: 2018-08-14
0.66/0.57	c seed: 1178535803
0.66/0.57	c timeout: 2520
0.66/0.57	c memlimit: 11000
0.66/0.57	c nbcore: 4
0.66/0.59	c Parsing instance...
1.48/1.06	c Parsing done, starting search...
1175.61/1168.46	s SATISFIABLE
1175.61/1168.46	v <instantiation>
1175.61/1168.46	v 	<list>
1175.61/1168.46	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]
1175.61/1168.46	v 	</list>
1175.61/1168.46	v 	<values>
1175.61/1168.46	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 
1175.61/1168.46	v 	</values>
1175.61/1168.46	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 (13071 MiB free)
  memory of node 1: 16384 MiB (13422 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307633-1534258056/watcher-4307633-1534258056 -o /tmp/evaluation-result-4307633-1534258056/solver-4307633-1534258056 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534258056-19545 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 1178535803 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307633-1534258056.xml 

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

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

solver pid=19572, runsolver pid=19568

[startup+0.100151 s]*
/proc/loadavg: 0.00 0.01 0.05 5/217 19605
/proc/meminfo: memFree=27096604/32770624 swapFree=67108804/67108860
[pid=19572] ppid=19568 vsize=14082736 memory=30016 CPUtime=0.1 cores=1,3,5,7
/proc/19572/stat : 19572 (java) S 19568 19572 19513 0 -1 1077944320 6443 0 0 0 9 1 0 0 20 0 15 0 243368995 14420721664 7504 33554432000 4194304 4196468 140730793814208 140730793796752 140601702215415 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
/proc/19572/statm: 3520684 7504 3131 1 0 3482761 0
[pid=19572/tid=19578] ppid=19568 vsize=14082736 memory=6735269665583770266 CPUtime=0.08 cores=1,3,5,7
/proc/19572/task/19578/stat : 19578 (java) R 19568 19572 19513 0 -1 4202560 4519 0 0 0 8 0 0 0 20 0 15 0 243368996 14420721664 7569 33554432000 4194304 4196468 140730793814208 140601706441104 140601682492240 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19580] ppid=19568 vsize=14082736 memory=4211974258581024138 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19580/stat : 19580 (java) S 19568 19572 19513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368997 14420721664 7569 33554432000 4194304 4196468 140730793814208 140601297549968 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19581] ppid=19568 vsize=14082736 memory=140532376233600 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19581/stat : 19581 (java) S 19568 19572 19513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368997 14420721664 7569 33554432000 4194304 4196468 140730793814208 140601296497168 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19582] ppid=19568 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19582/stat : 19582 (java) S 19568 19572 19513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368997 14420721664 7569 33554432000 4194304 4196468 140730793814208 140601295444368 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19583] ppid=19568 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19583/stat : 19583 (java) S 19568 19572 19513 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243368997 14420721664 7569 33554432000 4194304 4196468 140730793814208 140601294391568 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19588] ppid=19568 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19588/stat : 19588 (java) S 19568 19572 19513 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243368998 14420721664 7569 33554432000 4194304 4196468 140730793814208 140601176562544 140601702226562 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19590] ppid=19568 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19590/stat : 19590 (java) S 19568 19572 19513 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243368998 14420721664 7569 33554432000 4194304 4196468 140730793814208 140601175508512 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19592] ppid=19568 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19592/stat : 19592 (java) S 19568 19572 19513 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243368999 14420721664 7569 33554432000 4194304 4196468 140730793814208 140601174455664 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19596] ppid=19568 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19596/stat : 19596 (java) S 19568 19572 19513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369001 14420721664 7569 33554432000 4194304 4196468 140730793814208 140601173403984 140601702234011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19598] ppid=19568 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19598/stat : 19598 (java) S 19568 19572 19513 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 243369001 14420721664 7569 33554432000 4194304 4196468 140730793814208 140601172351344 140601702226562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19600] ppid=19568 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19600/stat : 19600 (java) S 19568 19572 19513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369001 14420721664 7569 33554432000 4194304 4196468 140730793814208 140601171298544 140601702226562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19601] ppid=19568 vsize=14082736 memory=140532376233600 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19601/stat : 19601 (java) R 19568 19572 19513 0 -1 4202560 269 0 0 0 0 0 0 0 20 0 15 0 243369001 14420721664 7569 33554432000 4194304 4196468 140730793814208 140601170245744 140601694452542 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19603] ppid=19568 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19603/stat : 19603 (java) S 19568 19572 19513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369001 14420721664 7569 33554432000 4194304 4196468 140730793814208 140601169193184 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19605] ppid=19568 vsize=14082736 memory=140532376233600 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19605/stat : 19605 (java) S 19568 19572 19513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243369002 14420721664 7569 33554432000 4194304 4196468 140730793814208 140601168141488 140601702226562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 30016 KiB

[startup+0.210717 s]*
/proc/loadavg: 0.00 0.01 0.05 6/217 19605
/proc/meminfo: memFree=27063812/32770624 swapFree=67108804/67108860
[pid=19572] ppid=19568 vsize=14082736 memory=46668 CPUtime=0.27 cores=1,3,5,7
/proc/19572/stat : 19572 (java) S 19568 19572 19513 0 -1 1077944320 10238 0 0 0 25 2 0 0 20 0 15 0 243368995 14420721664 11667 33554432000 4194304 4196468 140730793814208 140730793796752 140601702215415 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
/proc/19572/statm: 3520684 11667 3313 1 0 3482761 0
[pid=19572/tid=19578] ppid=19568 vsize=14082736 memory=4871374705135476842 CPUtime=0.19 cores=1,3,5,7
/proc/19572/task/19578/stat : 19578 (java) R 19568 19572 19513 0 -1 4202560 8070 0 0 0 18 1 0 0 20 0 15 0 243368996 14420721664 11667 33554432000 4194304 4196468 140730793814208 140601706440304 140601684084729 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19580] ppid=19568 vsize=14082736 memory=4211974258581024138 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19580/stat : 19580 (java) S 19568 19572 19513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368997 14420721664 11667 33554432000 4194304 4196468 140730793814208 140601297549968 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19581] ppid=19568 vsize=14082736 memory=140532376233600 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19581/stat : 19581 (java) S 19568 19572 19513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368997 14420721664 11667 33554432000 4194304 4196468 140730793814208 140601296497168 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19582] ppid=19568 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19582/stat : 19582 (java) S 19568 19572 19513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368997 14420721664 11667 33554432000 4194304 4196468 140730793814208 140601295444368 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19583] ppid=19568 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19583/stat : 19583 (java) S 19568 19572 19513 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243368997 14420721664 11667 33554432000 4194304 4196468 140730793814208 140601294391568 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19588] ppid=19568 vsize=14082736 memory=140532376233600 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19588/stat : 19588 (java) S 19568 19572 19513 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243368998 14420721664 11667 33554432000 4194304 4196468 140730793814208 140601176562544 140601702226562 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19590] ppid=19568 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19590/stat : 19590 (java) S 19568 19572 19513 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243368998 14420721664 11667 33554432000 4194304 4196468 140730793814208 140601175508512 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19592] ppid=19568 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19592/stat : 19592 (java) S 19568 19572 19513 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243368999 14420721664 11667 33554432000 4194304 4196468 140730793814208 140601174455664 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19596] ppid=19568 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19596/stat : 19596 (java) S 19568 19572 19513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369001 14420721664 11667 33554432000 4194304 4196468 140730793814208 140601173403984 140601702234011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19598] ppid=19568 vsize=14082736 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/19572/task/19598/stat : 19598 (java) R 19568 19572 19513 0 -1 1077944384 362 0 0 0 1 0 0 0 20 0 15 0 243369001 14420721664 11667 33554432000 4194304 4196468 140730793814208 140601172351344 140601702226562 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19600] ppid=19568 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19600/stat : 19600 (java) R 19568 19572 19513 0 -1 4202560 147 0 0 0 0 0 0 0 20 0 15 0 243369001 14420721664 11667 33554432000 4194304 4196468 140730793814208 140601171298544 140601685664464 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19601] ppid=19568 vsize=14082736 memory=140532376233600 CPUtime=0.05 cores=1,3,5,7
/proc/19572/task/19601/stat : 19601 (java) R 19568 19572 19513 0 -1 4202560 297 0 0 0 5 0 0 0 20 0 15 0 243369001 14420721664 11667 33554432000 4194304 4196468 140730793814208 140601170245744 140601702227350 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19603] ppid=19568 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19603/stat : 19603 (java) S 19568 19572 19513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369001 14420721664 11667 33554432000 4194304 4196468 140730793814208 140601169193184 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19605] ppid=19568 vsize=14082736 memory=140532376233600 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19605/stat : 19605 (java) S 19568 19572 19513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243369002 14420721664 11667 33554432000 4194304 4196468 140730793814208 140601168141488 140601702226562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 46668 KiB

[startup+0.310624 s]*
/proc/loadavg: 0.00 0.01 0.05 3/217 19605
/proc/meminfo: memFree=27055956/32770624 swapFree=67108804/67108860
[pid=19572] ppid=19568 vsize=14082736 memory=50048 CPUtime=0.43 cores=1,3,5,7
/proc/19572/stat : 19572 (java) S 19568 19572 19513 0 -1 1077944320 10743 0 0 0 41 2 0 0 20 0 15 0 243368995 14420721664 12512 33554432000 4194304 4196468 140730793814208 140730793796752 140601702215415 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
/proc/19572/statm: 3520684 12512 3358 1 0 3482761 0
[pid=19572/tid=19578] ppid=19568 vsize=14082736 memory=281064538898672 CPUtime=0.29 cores=1,3,5,7
/proc/19572/task/19578/stat : 19578 (java) R 19568 19572 19513 0 -1 4202560 8421 0 0 0 28 1 0 0 20 0 15 0 243368996 14420721664 12512 33554432000 4194304 4196468 140730793814208 140601706404832 140601686295902 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19580] ppid=19568 vsize=14082736 memory=4211974258581024138 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19580/stat : 19580 (java) S 19568 19572 19513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368997 14420721664 12512 33554432000 4194304 4196468 140730793814208 140601297549968 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19581] ppid=19568 vsize=14082736 memory=140532376235952 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19581/stat : 19581 (java) S 19568 19572 19513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368997 14420721664 12512 33554432000 4194304 4196468 140730793814208 140601296497168 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19582] ppid=19568 vsize=14082736 memory=140532269558344 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19582/stat : 19582 (java) S 19568 19572 19513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368997 14420721664 12512 33554432000 4194304 4196468 140730793814208 140601295444368 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19583] ppid=19568 vsize=14082736 memory=140532269562831 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19583/stat : 19583 (java) S 19568 19572 19513 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243368997 14420721664 12512 33554432000 4194304 4196468 140730793814208 140601294391568 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19588] ppid=19568 vsize=14082736 memory=140532376253113 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19588/stat : 19588 (java) S 19568 19572 19513 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243368998 14420721664 12512 33554432000 4194304 4196468 140730793814208 140601176562544 140601702226562 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19590] ppid=19568 vsize=14082736 memory=140532269562831 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19590/stat : 19590 (java) S 19568 19572 19513 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243368998 14420721664 12512 33554432000 4194304 4196468 140730793814208 140601175508512 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19592] ppid=19568 vsize=14082736 memory=281064539146384 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19592/stat : 19592 (java) S 19568 19572 19513 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243368999 14420721664 12512 33554432000 4194304 4196468 140730793814208 140601174455664 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19596] ppid=19568 vsize=14082736 memory=281064539144080 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19596/stat : 19596 (java) S 19568 19572 19513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369001 14420721664 12512 33554432000 4194304 4196468 140730793814208 140601173403984 140601702234011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19598] ppid=19568 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/19572/task/19598/stat : 19598 (java) S 19568 19572 19513 0 -1 1077944384 461 0 0 0 2 0 0 0 20 0 15 0 243369001 14420721664 12512 33554432000 4194304 4196468 140730793814208 140601172351344 140601702226562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19600] ppid=19568 vsize=14082736 memory=2240 CPUtime=0.02 cores=1,3,5,7
/proc/19572/task/19600/stat : 19600 (java) R 19568 19572 19513 0 -1 1077944384 164 0 0 0 2 0 0 0 20 0 15 0 243369001 14420721664 12512 33554432000 4194304 4196468 140730793814208 140601171298544 140601702226562 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19601] ppid=19568 vsize=14082736 memory=140532376233600 CPUtime=0.08 cores=1,3,5,7
/proc/19572/task/19601/stat : 19601 (java) R 19568 19572 19513 0 -1 4202560 325 0 0 0 8 0 0 0 20 0 15 0 243369001 14420721664 12512 33554432000 4194304 4196468 140730793814208 140601170245744 140601686466302 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19603] ppid=19568 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19603/stat : 19603 (java) S 19568 19572 19513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369001 14420721664 12512 33554432000 4194304 4196468 140730793814208 140601169193184 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19605] ppid=19568 vsize=14082736 memory=140532376233600 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19605/stat : 19605 (java) S 19568 19572 19513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243369002 14420721664 12512 33554432000 4194304 4196468 140730793814208 140601168141488 140601702226562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50048 KiB

[startup+0.702073 s]
/proc/loadavg: 0.00 0.01 0.05 3/217 19605
/proc/meminfo: memFree=27018276/32770624 swapFree=67108804/67108860
[pid=19572] ppid=19568 vsize=14084804 memory=88864 CPUtime=0.96 cores=1,3,5,7
/proc/19572/stat : 19572 (java) S 19568 19572 19513 0 -1 1077944320 17519 0 0 0 93 3 0 0 20 0 15 0 243368995 14422839296 22216 33554432000 4194304 4196468 140730793814208 140730793796752 140601702215415 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
/proc/19572/statm: 3521201 22216 3499 1 0 3483273 0
[pid=19572/tid=19578] ppid=19568 vsize=14084804 memory=7952 CPUtime=0.66 cores=1,3,5,7
/proc/19572/task/19578/stat : 19578 (java) R 19568 19572 19513 0 -1 4202560 14869 0 0 0 64 2 0 0 20 0 15 0 243368996 14422839296 22216 33554432000 4194304 4196468 140730793814208 140601706441952 140601684084979 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19580] ppid=19568 vsize=14084804 memory=4088 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19580/stat : 19580 (java) S 19568 19572 19513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368997 14422839296 22216 33554432000 4194304 4196468 140730793814208 140601297549968 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19581] ppid=19568 vsize=14084804 memory=1784 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19581/stat : 19581 (java) S 19568 19572 19513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368997 14422839296 22216 33554432000 4194304 4196468 140730793814208 140601296497168 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19582] ppid=19568 vsize=14084804 memory=4639098309541127012 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19582/stat : 19582 (java) S 19568 19572 19513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368997 14422839296 22216 33554432000 4194304 4196468 140730793814208 140601295444368 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19583] ppid=19568 vsize=14084804 memory=6371019429111948376 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19583/stat : 19583 (java) S 19568 19572 19513 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243368997 14422839296 22216 33554432000 4194304 4196468 140730793814208 140601294391568 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19588] ppid=19568 vsize=14084804 memory=6154282490091891024 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19588/stat : 19588 (java) S 19568 19572 19513 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 243368998 14422839296 22216 33554432000 4194304 4196468 140730793814208 140601176562544 140601702226562 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19590] ppid=19568 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19590/stat : 19590 (java) S 19568 19572 19513 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 243368998 14422839296 22216 33554432000 4194304 4196468 140730793814208 140601175508512 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19592] ppid=19568 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19592/stat : 19592 (java) S 19568 19572 19513 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 243368999 14422839296 22216 33554432000 4194304 4196468 140730793814208 140601174455664 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19596] ppid=19568 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19596/stat : 19596 (java) S 19568 19572 19513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369001 14422839296 22216 33554432000 4194304 4196468 140730793814208 140601173403984 140601702234011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19598] ppid=19568 vsize=14084804 memory=279 CPUtime=0.07 cores=1,3,5,7
/proc/19572/task/19598/stat : 19598 (java) S 19568 19572 19513 0 -1 1077944384 620 0 0 0 7 0 0 0 20 0 15 0 243369001 14422839296 22216 33554432000 4194304 4196468 140730793814208 140601172351344 140601702226562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19600] ppid=19568 vsize=14084804 memory=7 CPUtime=0.05 cores=1,3,5,7
/proc/19572/task/19600/stat : 19600 (java) S 19568 19572 19513 0 -1 1077944384 248 0 0 0 5 0 0 0 20 0 15 0 243369001 14422839296 22216 33554432000 4194304 4196468 140730793814208 140601171298544 140601702226562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19601] ppid=19568 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/19572/task/19601/stat : 19601 (java) S 19568 19572 19513 0 -1 1077944384 401 0 0 0 15 0 0 0 20 0 15 0 243369001 14422839296 22216 33554432000 4194304 4196468 140730793814208 140601170245744 140601702226562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19603] ppid=19568 vsize=14084804 memory=281064539327984 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19603/stat : 19603 (java) S 19568 19572 19513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369001 14422839296 22216 33554432000 4194304 4196468 140730793814208 140601169193184 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19605] ppid=19568 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19605/stat : 19605 (java) S 19568 19572 19513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243369002 14422839296 22216 33554432000 4194304 4196468 140730793814208 140601168141488 140601702226562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
Current children cumulated CPU time: 0.96 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88864 KiB

[startup+1.50162 s]
/proc/loadavg: 0.00 0.01 0.05 3/217 19605
/proc/meminfo: memFree=26944636/32770624 swapFree=67108804/67108860
[pid=19572] ppid=19568 vsize=14090948 memory=143836 CPUtime=2.91 cores=1,3,5,7
/proc/19572/stat : 19572 (java) S 19568 19572 19513 0 -1 1077944320 27061 0 0 0 285 6 0 0 20 0 15 0 243368995 14429130752 35959 33554432000 4194304 4196468 140730793814208 140730793796752 140601702215415 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
/proc/19572/statm: 3522737 35959 3530 1 0 3484809 0
[pid=19572/tid=19578] ppid=19568 vsize=14090948 memory=0 CPUtime=1.46 cores=1,3,5,7
/proc/19572/task/19578/stat : 19578 (java) R 19568 19572 19513 0 -1 4202560 19360 0 0 0 143 3 0 0 20 0 15 0 243368996 14429130752 35959 33554432000 4194304 4196468 140730793814208 140601706449200 140601343306856 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19580] ppid=19568 vsize=14090948 memory=4947097128199363456 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19580/stat : 19580 (java) S 19568 19572 19513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368997 14429130752 35959 33554432000 4194304 4196468 140730793814208 140601297549968 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19581] ppid=19568 vsize=14090948 memory=-1088251628401078322 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19581/stat : 19581 (java) S 19568 19572 19513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368997 14429130752 35959 33554432000 4194304 4196468 140730793814208 140601296497168 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19582] ppid=19568 vsize=14090948 memory=-3535359994705171298 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19582/stat : 19582 (java) S 19568 19572 19513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 243368997 14429130752 35959 33554432000 4194304 4196468 140730793814208 140601295444368 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19583] ppid=19568 vsize=14090948 memory=-6585528546044026665 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19583/stat : 19583 (java) S 19568 19572 19513 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 243368997 14429130752 35959 33554432000 4194304 4196468 140730793814208 140601294391568 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19588] ppid=19568 vsize=14090948 memory=-6511748043799746435 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19588/stat : 19588 (java) S 19568 19572 19513 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 243368998 14429130752 35959 33554432000 4194304 4196468 140730793814208 140601176562544 140601702226562 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0

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

[pid=19572/tid=19603] ppid=19568 vsize=14090948 memory=2080 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19603/stat : 19603 (java) S 19568 19572 19513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369001 14429130752 58556 33554432000 4194304 4196468 140730793814208 140601169193184 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19605] ppid=19568 vsize=14090948 memory=920 CPUtime=0.34 cores=1,3,5,7
/proc/19572/task/19605/stat : 19605 (java) S 19568 19572 19513 0 -1 1077944384 846 0 0 0 18 16 0 0 20 0 15 0 243369002 14429130752 58556 33554432000 4194304 4196468 140730793814208 140601168141488 140601702226562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 49 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
Current children cumulated CPU time: 1172 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 234224 KiB

[startup+1166.4 s]
/proc/loadavg: 1.34 1.35 1.05 3/215 19664
/proc/meminfo: memFree=26507488/32770624 swapFree=67108804/67108860
[pid=19572] ppid=19568 vsize=14090948 memory=234224 CPUtime=1173.61 cores=1,3,5,7
/proc/19572/stat : 19572 (java) S 19568 19572 19513 0 -1 1077944320 57461 0 0 0 117274 87 0 0 20 0 15 0 243368995 14429130752 58556 33554432000 4194304 4196468 140730793814208 140730793796752 140601702215415 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
/proc/19572/statm: 3522737 58556 3566 1 0 3484809 0
[pid=19572/tid=19578] ppid=19568 vsize=14090948 memory=6791534058613427641 CPUtime=1161.16 cores=1,3,5,7
/proc/19572/task/19578/stat : 19578 (java) R 19568 19572 19513 0 -1 4202560 28491 0 0 0 116107 9 0 0 20 0 15 0 243368996 14429130752 58556 33554432000 4194304 4196468 140730793814208 140601706453232 140601343522446 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19580] ppid=19568 vsize=14090948 memory=234224 CPUtime=1.87 cores=1,3,5,7
/proc/19572/task/19580/stat : 19580 (java) S 19568 19572 19513 0 -1 1077944384 5438 0 0 0 169 18 0 0 20 0 15 0 243368997 14429130752 58556 33554432000 4194304 4196468 140730793814208 140601297549968 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19581] ppid=19568 vsize=14090948 memory=4088 CPUtime=1.84 cores=1,3,5,7
/proc/19572/task/19581/stat : 19581 (java) S 19568 19572 19513 0 -1 1077944384 1173 0 0 0 166 18 0 0 20 0 15 0 243368997 14429130752 58556 33554432000 4194304 4196468 140730793814208 140601296497168 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19582] ppid=19568 vsize=14090948 memory=234224 CPUtime=1.87 cores=1,3,5,7
/proc/19572/task/19582/stat : 19582 (java) S 19568 19572 19513 0 -1 1077944384 1344 0 0 0 171 16 0 0 20 0 15 0 243368997 14429130752 58556 33554432000 4194304 4196468 140730793814208 140601295444368 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19583] ppid=19568 vsize=14090948 memory=1168 CPUtime=1.87 cores=1,3,5,7
/proc/19572/task/19583/stat : 19583 (java) S 19568 19572 19513 0 -1 1077944384 4636 0 0 0 169 18 0 0 20 0 15 0 243368997 14429130752 58556 33554432000 4194304 4196468 140730793814208 140601294391568 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19588] ppid=19568 vsize=14090948 memory=1984 CPUtime=1.98 cores=1,3,5,7
/proc/19572/task/19588/stat : 19588 (java) S 19568 19572 19513 0 -1 1077944384 4028 0 0 0 185 13 0 0 20 0 15 0 243368998 14429130752 58556 33554432000 4194304 4196468 140730793814208 140601176562544 140601702226562 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19590] ppid=19568 vsize=14090948 memory=920 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19590/stat : 19590 (java) S 19568 19572 19513 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 243368998 14429130752 58556 33554432000 4194304 4196468 140730793814208 140601175508576 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19592] ppid=19568 vsize=14090948 memory=1572 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19592/stat : 19592 (java) S 19568 19572 19513 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 243368999 14429130752 58556 33554432000 4194304 4196468 140730793814208 140601174455680 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19596] ppid=19568 vsize=14090948 memory=2176 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19596/stat : 19596 (java) S 19568 19572 19513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369001 14429130752 58556 33554432000 4194304 4196468 140730793814208 140601173403984 140601702234011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19598] ppid=19568 vsize=14090948 memory=3984 CPUtime=1.13 cores=1,3,5,7
/proc/19572/task/19598/stat : 19598 (java) S 19568 19572 19513 0 -1 1077944384 4256 0 0 0 112 1 0 0 20 0 15 0 243369001 14429130752 58556 33554432000 4194304 4196468 140730793814208 140601172351344 140601702226562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19600] ppid=19568 vsize=14090948 memory=234224 CPUtime=1.01 cores=1,3,5,7
/proc/19572/task/19600/stat : 19600 (java) S 19568 19572 19513 0 -1 1077944384 3144 0 0 0 100 1 0 0 20 0 15 0 243369001 14429130752 58556 33554432000 4194304 4196468 140730793814208 140601171298544 140601702226562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19601] ppid=19568 vsize=14090948 memory=3708 CPUtime=0.44 cores=1,3,5,7
/proc/19572/task/19601/stat : 19601 (java) S 19568 19572 19513 0 -1 1077944384 2683 0 0 0 43 1 0 0 20 0 15 0 243369001 14429130752 58556 33554432000 4194304 4196468 140730793814208 140601170245744 140601702226562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19603] ppid=19568 vsize=14090948 memory=234224 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19603/stat : 19603 (java) S 19568 19572 19513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369001 14429130752 58556 33554432000 4194304 4196468 140730793814208 140601169193184 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19605] ppid=19568 vsize=14090948 memory=1736 CPUtime=0.34 cores=1,3,5,7
/proc/19572/task/19605/stat : 19605 (java) S 19568 19572 19513 0 -1 1077944384 846 0 0 0 18 16 0 0 20 0 15 0 243369002 14429130752 58556 33554432000 4194304 4196468 140730793814208 140601168141488 140601702226562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 49 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
Current children cumulated CPU time: 1173.61 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 234224 KiB

[startup+1167.2 s]
/proc/loadavg: 1.31 1.35 1.05 3/215 19664
/proc/meminfo: memFree=26507488/32770624 swapFree=67108804/67108860
[pid=19572] ppid=19568 vsize=14090948 memory=234224 CPUtime=1174.41 cores=1,3,5,7
/proc/19572/stat : 19572 (java) S 19568 19572 19513 0 -1 1077944320 57462 0 0 0 117354 87 0 0 20 0 15 0 243368995 14429130752 58556 33554432000 4194304 4196468 140730793814208 140730793796752 140601702215415 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
/proc/19572/statm: 3522737 58556 3566 1 0 3484809 0
[pid=19572/tid=19578] ppid=19568 vsize=14090948 memory=1600 CPUtime=1161.96 cores=1,3,5,7
/proc/19572/task/19578/stat : 19578 (java) R 19568 19572 19513 0 -1 4202560 28492 0 0 0 116187 9 0 0 20 0 15 0 243368996 14429130752 58556 33554432000 4194304 4196468 140730793814208 140601706453280 140601344475825 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19580] ppid=19568 vsize=14090948 memory=7952 CPUtime=1.87 cores=1,3,5,7
/proc/19572/task/19580/stat : 19580 (java) S 19568 19572 19513 0 -1 1077944384 5438 0 0 0 169 18 0 0 20 0 15 0 243368997 14429130752 58556 33554432000 4194304 4196468 140730793814208 140601297549968 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19581] ppid=19568 vsize=14090948 memory=234224 CPUtime=1.84 cores=1,3,5,7
/proc/19572/task/19581/stat : 19581 (java) S 19568 19572 19513 0 -1 1077944384 1173 0 0 0 166 18 0 0 20 0 15 0 243368997 14429130752 58556 33554432000 4194304 4196468 140730793814208 140601296497168 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19582] ppid=19568 vsize=14090948 memory=836 CPUtime=1.87 cores=1,3,5,7
/proc/19572/task/19582/stat : 19582 (java) S 19568 19572 19513 0 -1 1077944384 1344 0 0 0 171 16 0 0 20 0 15 0 243368997 14429130752 58556 33554432000 4194304 4196468 140730793814208 140601295444368 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19583] ppid=19568 vsize=14090948 memory=1084 CPUtime=1.87 cores=1,3,5,7
/proc/19572/task/19583/stat : 19583 (java) S 19568 19572 19513 0 -1 1077944384 4636 0 0 0 169 18 0 0 20 0 15 0 243368997 14429130752 58556 33554432000 4194304 4196468 140730793814208 140601294391568 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19588] ppid=19568 vsize=14090948 memory=6791534058613427641 CPUtime=1.98 cores=1,3,5,7
/proc/19572/task/19588/stat : 19588 (java) S 19568 19572 19513 0 -1 1077944384 4028 0 0 0 185 13 0 0 20 0 15 0 243368998 14429130752 58556 33554432000 4194304 4196468 140730793814208 140601176562544 140601702226562 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19590] ppid=19568 vsize=14090948 memory=2080 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19590/stat : 19590 (java) S 19568 19572 19513 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 243368998 14429130752 58556 33554432000 4194304 4196468 140730793814208 140601175508576 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19592] ppid=19568 vsize=14090948 memory=1036 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19592/stat : 19592 (java) S 19568 19572 19513 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 243368999 14429130752 58556 33554432000 4194304 4196468 140730793814208 140601174455680 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19596] ppid=19568 vsize=14090948 memory=1736 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19596/stat : 19596 (java) S 19568 19572 19513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369001 14429130752 58556 33554432000 4194304 4196468 140730793814208 140601173403984 140601702234011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19598] ppid=19568 vsize=14090948 memory=752 CPUtime=1.13 cores=1,3,5,7
/proc/19572/task/19598/stat : 19598 (java) S 19568 19572 19513 0 -1 1077944384 4256 0 0 0 112 1 0 0 20 0 15 0 243369001 14429130752 58556 33554432000 4194304 4196468 140730793814208 140601172351344 140601702226562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19600] ppid=19568 vsize=14090948 memory=836 CPUtime=1.01 cores=1,3,5,7
/proc/19572/task/19600/stat : 19600 (java) S 19568 19572 19513 0 -1 1077944384 3144 0 0 0 100 1 0 0 20 0 15 0 243369001 14429130752 58556 33554432000 4194304 4196468 140730793814208 140601171298544 140601702226562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19601] ppid=19568 vsize=14090948 memory=1084 CPUtime=0.44 cores=1,3,5,7
/proc/19572/task/19601/stat : 19601 (java) S 19568 19572 19513 0 -1 1077944384 2683 0 0 0 43 1 0 0 20 0 15 0 243369001 14429130752 58556 33554432000 4194304 4196468 140730793814208 140601170245744 140601702226562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19603] ppid=19568 vsize=14090948 memory=1600 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19603/stat : 19603 (java) S 19568 19572 19513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369001 14429130752 58556 33554432000 4194304 4196468 140730793814208 140601169193184 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19605] ppid=19568 vsize=14090948 memory=7952 CPUtime=0.34 cores=1,3,5,7
/proc/19572/task/19605/stat : 19605 (java) S 19568 19572 19513 0 -1 1077944384 846 0 0 0 18 16 0 0 20 0 15 0 243369002 14429130752 58556 33554432000 4194304 4196468 140730793814208 140601168141488 140601702226562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 49 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
Current children cumulated CPU time: 1174.41 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 234224 KiB

[startup+1168 s]*
/proc/loadavg: 1.31 1.35 1.05 3/215 19664
/proc/meminfo: memFree=26507488/32770624 swapFree=67108804/67108860
[pid=19572] ppid=19568 vsize=14090948 memory=234224 CPUtime=1175.22 cores=1,3,5,7
/proc/19572/stat : 19572 (java) S 19568 19572 19513 0 -1 1077944320 57464 0 0 0 117435 87 0 0 20 0 15 0 243368995 14429130752 58556 33554432000 4194304 4196468 140730793814208 140730793796752 140601702215415 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
/proc/19572/statm: 3522737 58556 3566 1 0 3484809 0
[pid=19572/tid=19578] ppid=19568 vsize=14090948 memory=6791534058613427641 CPUtime=1162.77 cores=1,3,5,7
/proc/19572/task/19578/stat : 19578 (java) R 19568 19572 19513 0 -1 4202560 28494 0 0 0 116268 9 0 0 20 0 15 0 243368996 14429130752 58556 33554432000 4194304 4196468 140730793814208 140601706453280 140601343666096 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19580] ppid=19568 vsize=14090948 memory=-7003737579269690708 CPUtime=1.87 cores=1,3,5,7
/proc/19572/task/19580/stat : 19580 (java) S 19568 19572 19513 0 -1 1077944384 5438 0 0 0 169 18 0 0 20 0 15 0 243368997 14429130752 58556 33554432000 4194304 4196468 140730793814208 140601297549968 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19581] ppid=19568 vsize=14090948 memory=1168 CPUtime=1.85 cores=1,3,5,7
/proc/19572/task/19581/stat : 19581 (java) S 19568 19572 19513 0 -1 1077944384 1173 0 0 0 167 18 0 0 20 0 15 0 243368997 14429130752 58556 33554432000 4194304 4196468 140730793814208 140601296497168 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19582] ppid=19568 vsize=14090948 memory=1984 CPUtime=1.87 cores=1,3,5,7
/proc/19572/task/19582/stat : 19582 (java) S 19568 19572 19513 0 -1 1077944384 1344 0 0 0 171 16 0 0 20 0 15 0 243368997 14429130752 58556 33554432000 4194304 4196468 140730793814208 140601295444368 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19583] ppid=19568 vsize=14090948 memory=920 CPUtime=1.87 cores=1,3,5,7
/proc/19572/task/19583/stat : 19583 (java) S 19568 19572 19513 0 -1 1077944384 4636 0 0 0 169 18 0 0 20 0 15 0 243368997 14429130752 58556 33554432000 4194304 4196468 140730793814208 140601294391568 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19588] ppid=19568 vsize=14090948 memory=1572 CPUtime=1.98 cores=1,3,5,7
/proc/19572/task/19588/stat : 19588 (java) S 19568 19572 19513 0 -1 1077944384 4028 0 0 0 185 13 0 0 20 0 15 0 243368998 14429130752 58556 33554432000 4194304 4196468 140730793814208 140601176562544 140601702226562 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19590] ppid=19568 vsize=14090948 memory=234224 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19590/stat : 19590 (java) S 19568 19572 19513 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 243368998 14429130752 58556 33554432000 4194304 4196468 140730793814208 140601175508576 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19592] ppid=19568 vsize=14090948 memory=234224 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19592/stat : 19592 (java) S 19568 19572 19513 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 243368999 14429130752 58556 33554432000 4194304 4196468 140730793814208 140601174455680 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19596] ppid=19568 vsize=14090948 memory=36632 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19596/stat : 19596 (java) S 19568 19572 19513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369001 14429130752 58556 33554432000 4194304 4196468 140730793814208 140601173403984 140601702234011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19598] ppid=19568 vsize=14090948 memory=496 CPUtime=1.13 cores=1,3,5,7
/proc/19572/task/19598/stat : 19598 (java) S 19568 19572 19513 0 -1 1077944384 4256 0 0 0 112 1 0 0 20 0 15 0 243369001 14429130752 58556 33554432000 4194304 4196468 140730793814208 140601172351344 140601702226562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19600] ppid=19568 vsize=14090948 memory=234224 CPUtime=1.01 cores=1,3,5,7
/proc/19572/task/19600/stat : 19600 (java) S 19568 19572 19513 0 -1 1077944384 3144 0 0 0 100 1 0 0 20 0 15 0 243369001 14429130752 58556 33554432000 4194304 4196468 140730793814208 140601171298544 140601702226562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19601] ppid=19568 vsize=14090948 memory=5824 CPUtime=0.44 cores=1,3,5,7
/proc/19572/task/19601/stat : 19601 (java) S 19568 19572 19513 0 -1 1077944384 2683 0 0 0 43 1 0 0 20 0 15 0 243369001 14429130752 58556 33554432000 4194304 4196468 140730793814208 140601170245744 140601702226562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19603] ppid=19568 vsize=14090948 memory=3304 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19603/stat : 19603 (java) S 19568 19572 19513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369001 14429130752 58556 33554432000 4194304 4196468 140730793814208 140601169193184 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19605] ppid=19568 vsize=14090948 memory=1260 CPUtime=0.34 cores=1,3,5,7
/proc/19572/task/19605/stat : 19605 (java) S 19568 19572 19513 0 -1 1077944384 846 0 0 0 18 16 0 0 20 0 15 0 243369002 14429130752 58556 33554432000 4194304 4196468 140730793814208 140601168141488 140601702226562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 49 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
Current children cumulated CPU time: 1175.22 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 234224 KiB

[startup+1168.4 s]
/proc/loadavg: 1.31 1.35 1.05 3/215 19664
/proc/meminfo: memFree=26507488/32770624 swapFree=67108804/67108860
[pid=19572] ppid=19568 vsize=14090948 memory=234224 CPUtime=1175.61 cores=1,3,5,7
/proc/19572/stat : 19572 (java) S 19568 19572 19513 0 -1 1077944320 57464 0 0 0 117474 87 0 0 20 0 15 0 243368995 14429130752 58556 33554432000 4194304 4196468 140730793814208 140730793796752 140601702215415 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
/proc/19572/statm: 3522737 58556 3566 1 0 3484809 0
[pid=19572/tid=19578] ppid=19568 vsize=14090948 memory=1036 CPUtime=1163.16 cores=1,3,5,7
/proc/19572/task/19578/stat : 19578 (java) R 19568 19572 19513 0 -1 4202560 28494 0 0 0 116307 9 0 0 20 0 15 0 243368996 14429130752 58556 33554432000 4194304 4196468 140730793814208 140601706453280 140601343666517 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19580] ppid=19568 vsize=14090948 memory=1736 CPUtime=1.87 cores=1,3,5,7
/proc/19572/task/19580/stat : 19580 (java) S 19568 19572 19513 0 -1 1077944384 5438 0 0 0 169 18 0 0 20 0 15 0 243368997 14429130752 58556 33554432000 4194304 4196468 140730793814208 140601297549968 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19581] ppid=19568 vsize=14090948 memory=752 CPUtime=1.85 cores=1,3,5,7
/proc/19572/task/19581/stat : 19581 (java) S 19568 19572 19513 0 -1 1077944384 1173 0 0 0 167 18 0 0 20 0 15 0 243368997 14429130752 58556 33554432000 4194304 4196468 140730793814208 140601296497168 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19582] ppid=19568 vsize=14090948 memory=836 CPUtime=1.87 cores=1,3,5,7
/proc/19572/task/19582/stat : 19582 (java) S 19568 19572 19513 0 -1 1077944384 1344 0 0 0 171 16 0 0 20 0 15 0 243368997 14429130752 58556 33554432000 4194304 4196468 140730793814208 140601295444368 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19583] ppid=19568 vsize=14090948 memory=1084 CPUtime=1.87 cores=1,3,5,7
/proc/19572/task/19583/stat : 19583 (java) S 19568 19572 19513 0 -1 1077944384 4636 0 0 0 169 18 0 0 20 0 15 0 243368997 14429130752 58556 33554432000 4194304 4196468 140730793814208 140601294391568 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19588] ppid=19568 vsize=14090948 memory=234224 CPUtime=1.98 cores=1,3,5,7
/proc/19572/task/19588/stat : 19588 (java) S 19568 19572 19513 0 -1 1077944384 4028 0 0 0 185 13 0 0 20 0 15 0 243368998 14429130752 58556 33554432000 4194304 4196468 140730793814208 140601176562544 140601702226562 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19590] ppid=19568 vsize=14090948 memory=7528 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19590/stat : 19590 (java) S 19568 19572 19513 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 243368998 14429130752 58556 33554432000 4194304 4196468 140730793814208 140601175508576 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19592] ppid=19568 vsize=14090948 memory=808 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19592/stat : 19592 (java) S 19568 19572 19513 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 243368999 14429130752 58556 33554432000 4194304 4196468 140730793814208 140601174455680 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19596] ppid=19568 vsize=14090948 memory=4104 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19596/stat : 19596 (java) S 19568 19572 19513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369001 14429130752 58556 33554432000 4194304 4196468 140730793814208 140601173403984 140601702234011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19598] ppid=19568 vsize=14090948 memory=1696 CPUtime=1.13 cores=1,3,5,7
/proc/19572/task/19598/stat : 19598 (java) S 19568 19572 19513 0 -1 1077944384 4256 0 0 0 112 1 0 0 20 0 15 0 243369001 14429130752 58556 33554432000 4194304 4196468 140730793814208 140601172351344 140601702226562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19600] ppid=19568 vsize=14090948 memory=920 CPUtime=1.01 cores=1,3,5,7
/proc/19572/task/19600/stat : 19600 (java) S 19568 19572 19513 0 -1 1077944384 3144 0 0 0 100 1 0 0 20 0 15 0 243369001 14429130752 58556 33554432000 4194304 4196468 140730793814208 140601171298544 140601702226562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19601] ppid=19568 vsize=14090948 memory=3816 CPUtime=0.44 cores=1,3,5,7
/proc/19572/task/19601/stat : 19601 (java) S 19568 19572 19513 0 -1 1077944384 2683 0 0 0 43 1 0 0 20 0 15 0 243369001 14429130752 58556 33554432000 4194304 4196468 140730793814208 140601170245744 140601702226562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19603] ppid=19568 vsize=14090948 memory=2296 CPUtime=0 cores=1,3,5,7
/proc/19572/task/19603/stat : 19603 (java) S 19568 19572 19513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 243369001 14429130752 58556 33554432000 4194304 4196468 140730793814208 140601169193184 140601702225621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
[pid=19572/tid=19605] ppid=19568 vsize=14090948 memory=234224 CPUtime=0.34 cores=1,3,5,7
/proc/19572/task/19605/stat : 19605 (java) S 19568 19572 19513 0 -1 1077944384 846 0 0 0 18 16 0 0 20 0 15 0 243369002 14429130752 58556 33554432000 4194304 4196468 140730793814208 140601168141488 140601702226562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 49 0 0 6293624 6294260 16355328 140730793817168 140730793817353 140730793817353 140730793820111 0
Current children cumulated CPU time: 1175.61 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 234224 KiB

Child status: 0
Real time (s): 1168.47
CPU time (s): 1175.71
CPU user time (s): 1174.82
CPU system time (s): 0.881761
CPU usage (%): 100.619
Max. virtual memory (cumulated for all children) (KiB): 14090980
Max. memory (cumulated for all children) (KiB): 235612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1174.82
system time used= 0.881761
maximum resident set size= 237660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58229
page faults= 0
swaps= 0
block input operations= 1448
block output operations= 1440
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 79856
involuntary context switches= 2648


# summary of solver processes directly reported to runsolver:
#   pid: 19572
#   total CPU time (s): 1175.71
#   total CPU user time (s): 1174.82
#   total CPU system time (s): 0.881761

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.63041 second user time and 11.1813 second system time

The end

Launcher Data

Begin job on node105 at 2018-08-14 16:47:37
IDJOB=4307633
IDBENCH=141167
IDSOLVER=2790
FILE ID=node105/4307633-1534258056
RUNJOBID= node105-1534258056-19545
PBS_JOBID= 21038128
Free space on /tmp= 44280 MiB

SOLVER NAME= OscaR - Conflict Ordering 2018-08-14
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-4307633-1534258056/watcher-4307633-1534258056 -o /tmp/evaluation-result-4307633-1534258056/solver-4307633-1534258056 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534258056-19545 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 1178535803 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307633-1534258056.xml

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

MD5SUM BENCH= bba9b3428f0c8228a4e28ff2342631fb
RANDOM SEED=1178535803

node105.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.32
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.32
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.32
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.32
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:        27131328 kB
MemAvailable:   31912440 kB
Buffers:          196060 kB
Cached:          4845288 kB
SwapCached:           16 kB
Active:          2096920 kB
Inactive:        2995640 kB
Active(anon):       3280 kB
Inactive(anon):   100484 kB
Active(file):    2093640 kB
Inactive(file):  2895156 kB
Unevictable:        7356 kB
Mlocked:            7356 kB
SwapTotal:      67108860 kB
SwapFree:       67108804 kB
Dirty:             71312 kB
Writeback:             0 kB
AnonPages:         58564 kB
Mapped:            52960 kB
Shmem:             49748 kB
Slab:             243124 kB
SReclaimable:     216300 kB
SUnreclaim:        26824 kB
KernelStack:        3216 kB
PageTables:         5192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     350808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44220 MiB
End job on node105 at 2018-08-14 17:07:07