Trace number 4298614

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
slowpoke 2018-04-29SAT 68.1185 66.4501

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K05-P02_c18.xml
MD5SUM803795f7a37fd3a40686e408980b1bff
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 benchmark68.1185
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of constraints27
Number of domains2
Minimum domain size25
Maximum domain size26
Distribution of domain sizes[{"size":25,"count":25},{"size":26,"count":10}]
Minimum variable degree0
Maximum variable degree6
Distribution of variable degrees[{"degree":0,"count":30},{"degree":2,"count":25},{"degree":6,"count":10}]
Minimum constraint arity3
Maximum constraint arity25
Distribution of constraint arities[{"arity":3,"count":25},{"arity":10,"count":1},{"arity":25,"count":1}]
Number of extensional constraints0
Number of intensional constraints25
Distribution of constraint types[{"type":"intension","count":25},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: 2520
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
68.05/66.44	s SATISFIABLE
68.05/66.44	v <instantiation>
68.05/66.44	v 	<list>
68.05/66.44	v 		cn[0][0] cn[0][1] cn[0][2] cn[0][3] cn[0][4] cn[1][0] cn[1][1] cn[1][2] cn[1][3] cn[1][4] ce[0][0][1] ce[0][0][2] ce[0][0][3] ce[0][0][4] ce[0][1][2] ce[0][1][3] ce[0][1][4] ce[0][2][3] ce[0][2][4] ce[0][3][4] ce[1][0][1] ce[1][0][2] ce[1][0][3] ce[1][0][4] ce[1][1][2] ce[1][1][3] ce[1][1][4] ce[1][2][3] ce[1][2][4] ce[1][3][4] cie[0][0] cie[0][1] cie[0][2] cie[0][3] cie[0][4] 
68.05/66.44	v 	</list>
68.05/66.44	v 	<values>
68.05/66.44	v 		6 21 0 25 7 22 11 24 2 19 15 6 19 1 21 4 14 25 7 18 11 2 20 3 13 9 8 22 5 17 16 10 24 23 12 
68.05/66.44	v 	</values>
68.05/66.44	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 (8282 MiB free)
  memory of node 1: 16384 MiB (11547 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298614-1532768508/watcher-4298614-1532768508 -o /tmp/evaluation-result-4298614-1532768508/solver-4298614-1532768508 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532740995-7595 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4298614-1532768508.xml --timelimit 2520 

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
solver pid=10621, runsolver pid=10618
Current StackSize limit: 8192 KiB


[startup+0.100102 s]*
/proc/loadavg: 1.43 1.39 1.44 3/216 10636
/proc/meminfo: memFree=20289984/32770624 swapFree=67108860/67108860
[pid=10621] ppid=10618 vsize=10661056 memory=27548 CPUtime=0.12 cores=1,3,5,7
/proc/10621/stat : 10621 (java) S 10618 10621 7563 0 -1 1077944320 5291 0 0 0 11 1 0 0 20 0 15 0 94413997 10916921344 6887 33554432000 4194304 4196468 140726119695392 140726119677936 140473950670583 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
/proc/10621/statm: 2665264 6887 2843 1 0 2627263 0
[pid=10621/tid=10623] ppid=10618 vsize=10661056 memory=-8269626465541067134 CPUtime=0.09 cores=1,3,5,7
/proc/10621/task/10623/stat : 10623 (java) R 10618 10621 7563 0 -1 4202560 3163 0 0 0 8 1 0 0 20 0 15 0 94413998 10916921344 6887 33554432000 4194304 4196468 140726119695392 140473954899072 140473950682518 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10624] ppid=10618 vsize=10661056 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10624/stat : 10624 (java) S 10618 10621 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94413998 10916921344 6887 33554432000 4194304 4196468 140726119695392 140473887361552 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10625] ppid=10618 vsize=10661056 memory=140154770400896 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10625/stat : 10625 (java) S 10618 10621 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94413998 10916921344 6887 33554432000 4194304 4196468 140726119695392 140473886309008 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10626] ppid=10618 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10626/stat : 10626 (java) S 10618 10621 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94413998 10916921344 6887 33554432000 4194304 4196468 140726119695392 140473555347728 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10627] ppid=10618 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10627/stat : 10627 (java) S 10618 10621 7563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94413998 10916921344 6887 33554432000 4194304 4196468 140726119695392 140473554295184 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10628] ppid=10618 vsize=10661056 memory=140154770400896 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10628/stat : 10628 (java) S 10618 10621 7563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94414000 10916921344 6887 33554432000 4194304 4196468 140726119695392 140473443027696 140473950681730 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10629] ppid=10618 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10629/stat : 10629 (java) S 10618 10621 7563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94414000 10916921344 6887 33554432000 4194304 4196468 140726119695392 140473441973920 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10630] ppid=10618 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10630/stat : 10630 (java) S 10618 10621 7563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94414000 10916921344 6887 33554432000 4194304 4196468 140726119695392 140473440920816 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10631] ppid=10618 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10631/stat : 10631 (java) S 10618 10621 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94414003 10916921344 6887 33554432000 4194304 4196468 140726119695392 140473439869392 140473950689179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10632] ppid=10618 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10632/stat : 10632 (java) S 10618 10621 7563 0 -1 1077944384 431 0 0 0 0 0 0 0 20 0 15 0 94414003 10916921344 6887 33554432000 4194304 4196468 140726119695392 140473438816496 140473950681730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10633] ppid=10618 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10633/stat : 10633 (java) S 10618 10621 7563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94414003 10916921344 6887 33554432000 4194304 4196468 140726119695392 140473437763952 140473950681730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10634] ppid=10618 vsize=10661056 memory=140154770400896 CPUtime=0.01 cores=1,3,5,7
/proc/10621/task/10634/stat : 10634 (java) R 10618 10621 7563 0 -1 4202560 327 0 0 0 1 0 0 0 20 0 15 0 94414003 10916921344 6887 33554432000 4194304 4196468 140726119695392 140473436708432 140473943766979 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10635] ppid=10618 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10635/stat : 10635 (java) S 10618 10621 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94414003 10916921344 6887 33554432000 4194304 4196468 140726119695392 140473435658592 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10636] ppid=10618 vsize=10661056 memory=140154770400896 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10636/stat : 10636 (java) S 10618 10621 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94414003 10916921344 6887 33554432000 4194304 4196468 140726119695392 140473434606640 140473950681730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27548 KiB

[startup+0.210507 s]*
/proc/loadavg: 1.43 1.39 1.44 4/216 10636
/proc/meminfo: memFree=20277456/32770624 swapFree=67108860/67108860
[pid=10621] ppid=10618 vsize=10661132 memory=40424 CPUtime=0.33 cores=1,3,5,7
/proc/10621/stat : 10621 (java) S 10618 10621 7563 0 -1 1077944320 8132 0 0 0 30 3 0 0 20 0 15 0 94413997 10916999168 10106 33554432000 4194304 4196468 140726119695392 140726119677936 140473950670583 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
/proc/10621/statm: 2665283 10106 2991 1 0 2627263 0
[pid=10621/tid=10623] ppid=10618 vsize=10661132 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/10621/task/10623/stat : 10623 (java) R 10618 10621 7563 0 -1 4202560 5246 0 0 0 18 2 0 0 20 0 15 0 94413998 10916999168 10106 33554432000 4194304 4196468 140726119695392 140473954902896 140473950692509 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10624] ppid=10618 vsize=10661132 memory=343 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10624/stat : 10624 (java) S 10618 10621 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94413998 10916999168 10106 33554432000 4194304 4196468 140726119695392 140473887361552 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10625] ppid=10618 vsize=10661132 memory=140154771032834 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10625/stat : 10625 (java) S 10618 10621 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94413998 10916999168 10106 33554432000 4194304 4196468 140726119695392 140473886309008 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10626] ppid=10618 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10626/stat : 10626 (java) S 10618 10621 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94413998 10916999168 10106 33554432000 4194304 4196468 140726119695392 140473555347728 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10627] ppid=10618 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10627/stat : 10627 (java) S 10618 10621 7563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94413998 10916999168 10106 33554432000 4194304 4196468 140726119695392 140473554295184 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10628] ppid=10618 vsize=10661132 memory=140154770400896 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10628/stat : 10628 (java) S 10618 10621 7563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94414000 10916999168 10106 33554432000 4194304 4196468 140726119695392 140473443027696 140473950681730 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10629] ppid=10618 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10629/stat : 10629 (java) S 10618 10621 7563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94414000 10916999168 10106 33554432000 4194304 4196468 140726119695392 140473441973920 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10630] ppid=10618 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10630/stat : 10630 (java) S 10618 10621 7563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94414000 10916999168 10106 33554432000 4194304 4196468 140726119695392 140473440920816 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10631] ppid=10618 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10631/stat : 10631 (java) S 10618 10621 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94414003 10916999168 10106 33554432000 4194304 4196468 140726119695392 140473439869392 140473950689179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10632] ppid=10618 vsize=10661132 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/10621/task/10632/stat : 10632 (java) S 10618 10621 7563 0 -1 1077944384 685 0 0 0 2 0 0 0 20 0 15 0 94414003 10916999168 10106 33554432000 4194304 4196468 140726119695392 140473438816496 140473950681730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10633] ppid=10618 vsize=10661132 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/10621/task/10633/stat : 10633 (java) S 10618 10621 7563 0 -1 1077944384 39 0 0 0 1 0 0 0 20 0 15 0 94414003 10916999168 10106 33554432000 4194304 4196468 140726119695392 140473437763952 140473950681730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10634] ppid=10618 vsize=10661132 memory=140154770400896 CPUtime=0.07 cores=1,3,5,7
/proc/10621/task/10634/stat : 10634 (java) S 10618 10621 7563 0 -1 1077944384 798 0 0 0 7 0 0 0 20 0 15 0 94414003 10916999168 10106 33554432000 4194304 4196468 140726119695392 140473436710896 140473950681730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10635] ppid=10618 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10635/stat : 10635 (java) S 10618 10621 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94414003 10916999168 10106 33554432000 4194304 4196468 140726119695392 140473435658592 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10636] ppid=10618 vsize=10661132 memory=140154770400896 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10636/stat : 10636 (java) S 10618 10621 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94414003 10916999168 10106 33554432000 4194304 4196468 140726119695392 140473434606640 140473950681730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 40424 KiB

[startup+0.310558 s]*
/proc/loadavg: 1.43 1.39 1.44 5/216 10636
/proc/meminfo: memFree=20273052/32770624 swapFree=67108860/67108860
[pid=10621] ppid=10618 vsize=10661132 memory=48268 CPUtime=0.57 cores=1,3,5,7
/proc/10621/stat : 10621 (java) S 10618 10621 7563 0 -1 1077944320 9198 0 0 0 54 3 0 0 20 0 15 0 94413997 10916999168 12067 33554432000 4194304 4196468 140726119695392 140726119677936 140473950670583 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
/proc/10621/statm: 2665283 12067 3052 1 0 2627263 0
[pid=10621/tid=10623] ppid=10618 vsize=10661132 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/10621/task/10623/stat : 10623 (java) R 10618 10621 7563 0 -1 4202560 5567 0 0 0 28 2 0 0 20 0 15 0 94413998 10916999168 12067 33554432000 4194304 4196468 140726119695392 140473954906864 140473566002537 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10624] ppid=10618 vsize=10661132 memory=304556153357205527 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10624/stat : 10624 (java) S 10618 10621 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94413998 10916999168 12067 33554432000 4194304 4196468 140726119695392 140473887361552 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10625] ppid=10618 vsize=10661132 memory=140154771032523 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10625/stat : 10625 (java) S 10618 10621 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94413998 10916999168 12067 33554432000 4194304 4196468 140726119695392 140473886309008 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10626] ppid=10618 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10626/stat : 10626 (java) S 10618 10621 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94413998 10916999168 12067 33554432000 4194304 4196468 140726119695392 140473555347728 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10627] ppid=10618 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10627/stat : 10627 (java) S 10618 10621 7563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94413998 10916999168 12067 33554432000 4194304 4196468 140726119695392 140473554295184 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10628] ppid=10618 vsize=10661132 memory=140154770400896 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10628/stat : 10628 (java) S 10618 10621 7563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94414000 10916999168 12067 33554432000 4194304 4196468 140726119695392 140473443027696 140473950681730 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10629] ppid=10618 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10629/stat : 10629 (java) S 10618 10621 7563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94414000 10916999168 12067 33554432000 4194304 4196468 140726119695392 140473441973920 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10630] ppid=10618 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10630/stat : 10630 (java) S 10618 10621 7563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94414000 10916999168 12067 33554432000 4194304 4196468 140726119695392 140473440920816 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10631] ppid=10618 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10631/stat : 10631 (java) S 10618 10621 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94414003 10916999168 12067 33554432000 4194304 4196468 140726119695392 140473439869392 140473950689179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10632] ppid=10618 vsize=10661132 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/10621/task/10632/stat : 10632 (java) R 10618 10621 7563 0 -1 4202560 791 0 0 0 5 0 0 0 20 0 15 0 94414003 10916999168 12067 33554432000 4194304 4196468 140726119695392 140473438802520 140473935590096 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10633] ppid=10618 vsize=10661132 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/10621/task/10633/stat : 10633 (java) R 10618 10621 7563 0 -1 1077944384 157 0 0 0 4 0 0 0 20 0 15 0 94414003 10916999168 12067 33554432000 4194304 4196468 140726119695392 140473437763952 140473950681730 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10634] ppid=10618 vsize=10661132 memory=140154770400896 CPUtime=0.14 cores=1,3,5,7
/proc/10621/task/10634/stat : 10634 (java) R 10618 10621 7563 0 -1 4202560 1317 0 0 0 14 0 0 0 20 0 15 0 94414003 10916999168 12067 33554432000 4194304 4196468 140726119695392 140473436708704 140473929326457 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10635] ppid=10618 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10635/stat : 10635 (java) S 10618 10621 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94414003 10916999168 12067 33554432000 4194304 4196468 140726119695392 140473435658592 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10636] ppid=10618 vsize=10661132 memory=140154770400896 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10636/stat : 10636 (java) S 10618 10621 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94414003 10916999168 12067 33554432000 4194304 4196468 140726119695392 140473434606640 140473950681730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 48268 KiB

[startup+0.700814 s]
/proc/loadavg: 1.43 1.39 1.44 5/216 10636
/proc/meminfo: memFree=20251344/32770624 swapFree=67108860/67108860
[pid=10621] ppid=10618 vsize=10661132 memory=91076 CPUtime=1.73 cores=1,3,5,7
/proc/10621/stat : 10621 (java) S 10618 10621 7563 0 -1 1077944320 14265 0 0 0 168 5 0 0 20 0 15 0 94413997 10916999168 22769 33554432000 4194304 4196468 140726119695392 140726119677936 140473950670583 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
/proc/10621/statm: 2665283 22769 3096 1 0 2627263 0
[pid=10621/tid=10623] ppid=10618 vsize=10661132 memory=1728 CPUtime=0.68 cores=1,3,5,7
/proc/10621/task/10623/stat : 10623 (java) R 10618 10621 7563 0 -1 4202560 5704 0 0 0 65 3 0 0 20 0 15 0 94413998 10916999168 22769 33554432000 4194304 4196468 140726119695392 140473954911120 140726121449410 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10624] ppid=10618 vsize=10661132 memory=796 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10624/stat : 10624 (java) S 10618 10621 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94413998 10916999168 22769 33554432000 4194304 4196468 140726119695392 140473887361552 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10625] ppid=10618 vsize=10661132 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10625/stat : 10625 (java) S 10618 10621 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94413998 10916999168 22769 33554432000 4194304 4196468 140726119695392 140473886309008 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10626] ppid=10618 vsize=10661132 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10626/stat : 10626 (java) S 10618 10621 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94413998 10916999168 22769 33554432000 4194304 4196468 140726119695392 140473555347728 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10627] ppid=10618 vsize=10661132 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10627/stat : 10627 (java) S 10618 10621 7563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94413998 10916999168 22769 33554432000 4194304 4196468 140726119695392 140473554295184 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10628] ppid=10618 vsize=10661132 memory=9996 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10628/stat : 10628 (java) S 10618 10621 7563 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 94414000 10916999168 22769 33554432000 4194304 4196468 140726119695392 140473443027696 140473950681730 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10629] ppid=10618 vsize=10661132 memory=5792 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10629/stat : 10629 (java) S 10618 10621 7563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94414000 10916999168 22769 33554432000 4194304 4196468 140726119695392 140473441973920 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10630] ppid=10618 vsize=10661132 memory=1936 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10630/stat : 10630 (java) S 10618 10621 7563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94414000 10916999168 22769 33554432000 4194304 4196468 140726119695392 140473440920816 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10631] ppid=10618 vsize=10661132 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10631/stat : 10631 (java) S 10618 10621 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94414003 10916999168 22769 33554432000 4194304 4196468 140726119695392 140473439869392 140473950689179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10632] ppid=10618 vsize=10661132 memory=6945208482816681536 CPUtime=0.41 cores=1,3,5,7
/proc/10621/task/10632/stat : 10632 (java) R 10618 10621 7563 0 -1 4202560 3731 0 0 0 41 0 0 0 20 0 15 0 94414003 10916999168 22769 33554432000 4194304 4196468 140726119695392 140473438801960 140473928836371 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10633] ppid=10618 vsize=10661132 memory=7811323491934034026 CPUtime=0.39 cores=1,3,5,7
/proc/10621/task/10633/stat : 10633 (java) R 10618 10621 7563 0 -1 4202560 1670 0 0 0 39 0 0 0 20 0 15 0 94414003 10916999168 22769 33554432000 4194304 4196468 140726119695392 140473437749624 140473928265744 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10634] ppid=10618 vsize=10661132 memory=5787213827096799335 CPUtime=0.21 cores=1,3,5,7
/proc/10621/task/10634/stat : 10634 (java) S 10618 10621 7563 0 -1 1077944384 1790 0 0 0 21 0 0 0 20 0 15 0 94414003 10916999168 22769 33554432000 4194304 4196468 140726119695392 140473436710896 140473950681730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10635] ppid=10618 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10635/stat : 10635 (java) S 10618 10621 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94414003 10916999168 22769 33554432000 4194304 4196468 140726119695392 140473435658592 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10636] ppid=10618 vsize=10661132 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10636/stat : 10636 (java) S 10618 10621 7563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94414003 10916999168 22769 33554432000 4194304 4196468 140726119695392 140473434606640 140473950681730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 91076 KiB

[startup+1.50071 s]
/proc/loadavg: 1.43 1.39 1.44 3/216 10636
/proc/meminfo: memFree=20188892/32770624 swapFree=67108860/67108860
[pid=10621] ppid=10618 vsize=10661132 memory=192504 CPUtime=2.81 cores=1,3,5,7
/proc/10621/stat : 10621 (java) S 10618 10621 7563 0 -1 1077944320 17472 0 0 0 274 7 0 0 20 0 15 0 94413997 10916999168 48126 33554432000 4194304 4196468 140726119695392 140726119677936 140473950670583 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
/proc/10621/statm: 2665283 48126 3118 1 0 2627263 0
[pid=10621/tid=10623] ppid=10618 vsize=10661132 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/10621/task/10623/stat : 10623 (java) R 10618 10621 7563 0 -1 4202560 6186 0 0 0 143 4 0 0 20 0 15 0 94413998 10916999168 48126 33554432000 4194304 4196468 140726119695392 140473954910112 140726121449410 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10624] ppid=10618 vsize=10661132 memory=-8754540793456063680 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10624/stat : 10624 (java) S 10618 10621 7563 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 15 0 94413998 10916999168 48126 33554432000 4194304 4196468 140726119695392 140473887361552 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10625] ppid=10618 vsize=10661132 memory=-2843869621055772062 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10625/stat : 10625 (java) S 10618 10621 7563 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 94413998 10916999168 48126 33554432000 4194304 4196468 140726119695392 140473886309008 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10626] ppid=10618 vsize=10661132 memory=5450919713671312938 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10626/stat : 10626 (java) S 10618 10621 7563 0 -1 1077944384 211 0 0 0 0 0 0 0 20 0 15 0 94413998 10916999168 48126 33554432000 4194304 4196468 140726119695392 140473555347728 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10627] ppid=10618 vsize=10661132 memory=7005738693937936738 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10627/stat : 10627 (java) S 10618 10621 7563 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 94413998 10916999168 48126 33554432000 4194304 4196468 140726119695392 140473554295184 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10628] ppid=10618 vsize=10661132 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10628/stat : 10628 (java) S 10618 10621 7563 0 -1 1077944384 218 0 0 0 0 0 0 0 20 0 15 0 94414000 10916999168 48126 33554432000 4194304 4196468 140726119695392 140473443027696 140473950681730 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0

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

[pid=10621/tid=10635] ppid=10618 vsize=10661132 memory=2420 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10635/stat : 10635 (java) S 10618 10621 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94414003 10916999168 45723 33554432000 4194304 4196468 140726119695392 140473435658592 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10636] ppid=10618 vsize=10661132 memory=1292 CPUtime=0.01 cores=1,3,5,7
/proc/10621/task/10636/stat : 10636 (java) S 10618 10621 7563 0 -1 1077944384 488 0 0 0 1 0 0 0 20 0 15 0 94414003 10916999168 45723 33554432000 4194304 4196468 140726119695392 140473434606640 140473950681730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
Current children cumulated CPU time: 62.44 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 182892 KiB

[startup+64.0006 s]*
/proc/loadavg: 1.64 1.44 1.45 3/216 10713
/proc/meminfo: memFree=20150836/32770624 swapFree=67108860/67108860
[pid=10621] ppid=10618 vsize=10661132 memory=182896 CPUtime=65.65 cores=1,3,5,7
/proc/10621/stat : 10621 (java) S 10618 10621 7563 0 -1 1077944320 24590 0 0 0 6473 92 0 0 20 0 15 0 94413997 10916999168 45724 33554432000 4194304 4196468 140726119695392 140726119677936 140473950670583 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
/proc/10621/statm: 2665283 45724 3142 1 0 2627263 0
[pid=10621/tid=10623] ppid=10618 vsize=10661132 memory=6791534058613427641 CPUtime=63.8 cores=1,3,5,7
/proc/10621/task/10623/stat : 10623 (java) R 10618 10621 7563 0 -1 4202560 7798 0 0 0 6296 84 0 0 20 0 15 0 94413998 10916999168 45724 33554432000 4194304 4196468 140726119695392 140473954909888 140726121449410 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10624] ppid=10618 vsize=10661132 memory=4872558044660077418 CPUtime=0.06 cores=1,3,5,7
/proc/10621/task/10624/stat : 10624 (java) S 10618 10621 7563 0 -1 1077944384 578 0 0 0 5 1 0 0 20 0 15 0 94413998 10916999168 45724 33554432000 4194304 4196468 140726119695392 140473887361552 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10625] ppid=10618 vsize=10661132 memory=280309296573408 CPUtime=0.06 cores=1,3,5,7
/proc/10621/task/10625/stat : 10625 (java) S 10618 10621 7563 0 -1 1077944384 1056 0 0 0 5 1 0 0 20 0 15 0 94413998 10916999168 45724 33554432000 4194304 4196468 140726119695392 140473886309008 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10626] ppid=10618 vsize=10661132 memory=7451885495789441384 CPUtime=0.06 cores=1,3,5,7
/proc/10621/task/10626/stat : 10626 (java) S 10618 10621 7563 0 -1 1077944384 648 0 0 0 5 1 0 0 20 0 15 0 94413998 10916999168 45724 33554432000 4194304 4196468 140726119695392 140473555347728 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10627] ppid=10618 vsize=10661132 memory=7451885495789441384 CPUtime=0.06 cores=1,3,5,7
/proc/10621/task/10627/stat : 10627 (java) S 10618 10621 7563 0 -1 1077944384 185 0 0 0 5 1 0 0 20 0 15 0 94413998 10916999168 45724 33554432000 4194304 4196468 140726119695392 140473554295184 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10628] ppid=10618 vsize=10661132 memory=7523098707662432849 CPUtime=0.08 cores=1,3,5,7
/proc/10621/task/10628/stat : 10628 (java) S 10618 10621 7563 0 -1 1077944384 1185 0 0 0 7 1 0 0 20 0 15 0 94414000 10916999168 45724 33554432000 4194304 4196468 140726119695392 140473443027696 140473950681730 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10629] ppid=10618 vsize=10661132 memory=280309296309920 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10629/stat : 10629 (java) S 10618 10621 7563 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 94414000 10916999168 45724 33554432000 4194304 4196468 140726119695392 140473441973920 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10630] ppid=10618 vsize=10661132 memory=303711724031456559 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10630/stat : 10630 (java) S 10618 10621 7563 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 94414000 10916999168 45724 33554432000 4194304 4196468 140726119695392 140473440920816 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10631] ppid=10618 vsize=10661132 memory=15817785552950891 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10631/stat : 10631 (java) S 10618 10621 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94414003 10916999168 45724 33554432000 4194304 4196468 140726119695392 140473439869392 140473950689179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10632] ppid=10618 vsize=10661132 memory=7590655979367786604 CPUtime=0.62 cores=1,3,5,7
/proc/10621/task/10632/stat : 10632 (java) S 10618 10621 7563 0 -1 1077944384 5930 0 0 0 62 0 0 0 20 0 15 0 94414003 10916999168 45724 33554432000 4194304 4196468 140726119695392 140473438816496 140473950681730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10633] ppid=10618 vsize=10661132 memory=7590655979367786604 CPUtime=0.57 cores=1,3,5,7
/proc/10621/task/10633/stat : 10633 (java) S 10618 10621 7563 0 -1 1077944384 2920 0 0 0 56 1 0 0 20 0 15 0 94414003 10916999168 45724 33554432000 4194304 4196468 140726119695392 140473437763952 140473950681730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10634] ppid=10618 vsize=10661132 memory=304274673984877871 CPUtime=0.24 cores=1,3,5,7
/proc/10621/task/10634/stat : 10634 (java) S 10618 10621 7563 0 -1 1077944384 2387 0 0 0 24 0 0 0 20 0 15 0 94414003 10916999168 45724 33554432000 4194304 4196468 140726119695392 140473436710896 140473950681730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10635] ppid=10618 vsize=10661132 memory=15817785552950891 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10635/stat : 10635 (java) S 10618 10621 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94414003 10916999168 45724 33554432000 4194304 4196468 140726119695392 140473435658592 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10636] ppid=10618 vsize=10661132 memory=7230645025961766505 CPUtime=0.02 cores=1,3,5,7
/proc/10621/task/10636/stat : 10636 (java) S 10618 10621 7563 0 -1 1077944384 488 0 0 0 1 1 0 0 20 0 15 0 94414003 10916999168 45724 33554432000 4194304 4196468 140726119695392 140473434606640 140473950681730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
Current children cumulated CPU time: 65.65 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 182896 KiB

[startup+65.6007 s]
/proc/loadavg: 1.64 1.44 1.45 3/216 10713
/proc/meminfo: memFree=20151356/32770624 swapFree=67108860/67108860
[pid=10621] ppid=10618 vsize=10661132 memory=182896 CPUtime=67.25 cores=1,3,5,7
/proc/10621/stat : 10621 (java) S 10618 10621 7563 0 -1 1077944320 24604 0 0 0 6631 94 0 0 20 0 15 0 94413997 10916999168 45724 33554432000 4194304 4196468 140726119695392 140726119677936 140473950670583 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
/proc/10621/statm: 2665283 45724 3142 1 0 2627263 0
[pid=10621/tid=10623] ppid=10618 vsize=10661132 memory=7882828121784479853 CPUtime=65.39 cores=1,3,5,7
/proc/10621/task/10623/stat : 10623 (java) R 10618 10621 7563 0 -1 4202560 7804 0 0 0 6453 86 0 0 20 0 15 0 94413998 10916999168 45724 33554432000 4194304 4196468 140726119695392 140473954910192 140726121449410 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10624] ppid=10618 vsize=10661132 memory=4136 CPUtime=0.06 cores=1,3,5,7
/proc/10621/task/10624/stat : 10624 (java) S 10618 10621 7563 0 -1 1077944384 579 0 0 0 5 1 0 0 20 0 15 0 94413998 10916999168 45724 33554432000 4194304 4196468 140726119695392 140473887361552 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10625] ppid=10618 vsize=10661132 memory=27420 CPUtime=0.07 cores=1,3,5,7
/proc/10621/task/10625/stat : 10625 (java) S 10618 10621 7563 0 -1 1077944384 1057 0 0 0 6 1 0 0 20 0 15 0 94413998 10916999168 45724 33554432000 4194304 4196468 140726119695392 140473886309008 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10626] ppid=10618 vsize=10661132 memory=182896 CPUtime=0.06 cores=1,3,5,7
/proc/10621/task/10626/stat : 10626 (java) S 10618 10621 7563 0 -1 1077944384 649 0 0 0 5 1 0 0 20 0 15 0 94413998 10916999168 45724 33554432000 4194304 4196468 140726119695392 140473555347728 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10627] ppid=10618 vsize=10661132 memory=1 CPUtime=0.06 cores=1,3,5,7
/proc/10621/task/10627/stat : 10627 (java) S 10618 10621 7563 0 -1 1077944384 185 0 0 0 5 1 0 0 20 0 15 0 94413998 10916999168 45724 33554432000 4194304 4196468 140726119695392 140473554295184 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10628] ppid=10618 vsize=10661132 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/10621/task/10628/stat : 10628 (java) S 10618 10621 7563 0 -1 1077944384 1187 0 0 0 8 1 0 0 20 0 15 0 94414000 10916999168 45724 33554432000 4194304 4196468 140726119695392 140473443027696 140473950681730 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10629] ppid=10618 vsize=10661132 memory=4136 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10629/stat : 10629 (java) S 10618 10621 7563 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 94414000 10916999168 45724 33554432000 4194304 4196468 140726119695392 140473441973920 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10630] ppid=10618 vsize=10661132 memory=27420 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10630/stat : 10630 (java) S 10618 10621 7563 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 94414000 10916999168 45724 33554432000 4194304 4196468 140726119695392 140473440920816 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10631] ppid=10618 vsize=10661132 memory=2420 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10631/stat : 10631 (java) S 10618 10621 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94414003 10916999168 45724 33554432000 4194304 4196468 140726119695392 140473439869392 140473950689179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10632] ppid=10618 vsize=10661132 memory=6791534058613427641 CPUtime=0.62 cores=1,3,5,7
/proc/10621/task/10632/stat : 10632 (java) S 10618 10621 7563 0 -1 1077944384 5930 0 0 0 62 0 0 0 20 0 15 0 94414003 10916999168 45724 33554432000 4194304 4196468 140726119695392 140473438816496 140473950681730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10633] ppid=10618 vsize=10661132 memory=27420 CPUtime=0.57 cores=1,3,5,7
/proc/10621/task/10633/stat : 10633 (java) S 10618 10621 7563 0 -1 1077944384 2920 0 0 0 56 1 0 0 20 0 15 0 94414003 10916999168 45724 33554432000 4194304 4196468 140726119695392 140473437763952 140473950681730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10634] ppid=10618 vsize=10661132 memory=2420 CPUtime=0.24 cores=1,3,5,7
/proc/10621/task/10634/stat : 10634 (java) S 10618 10621 7563 0 -1 1077944384 2387 0 0 0 24 0 0 0 20 0 15 0 94414003 10916999168 45724 33554432000 4194304 4196468 140726119695392 140473436710896 140473950681730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10635] ppid=10618 vsize=10661132 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10635/stat : 10635 (java) S 10618 10621 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94414003 10916999168 45724 33554432000 4194304 4196468 140726119695392 140473435658592 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10636] ppid=10618 vsize=10661132 memory=1728 CPUtime=0.02 cores=1,3,5,7
/proc/10621/task/10636/stat : 10636 (java) S 10618 10621 7563 0 -1 1077944384 491 0 0 0 1 1 0 0 20 0 15 0 94414003 10916999168 45724 33554432000 4194304 4196468 140726119695392 140473434606640 140473950681730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
Current children cumulated CPU time: 67.25 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 182896 KiB

[startup+66.0016 s]*
/proc/loadavg: 1.64 1.44 1.45 3/216 10713
/proc/meminfo: memFree=20151828/32770624 swapFree=67108860/67108860
[pid=10621] ppid=10618 vsize=10661132 memory=182896 CPUtime=67.66 cores=1,3,5,7
/proc/10621/stat : 10621 (java) S 10618 10621 7563 0 -1 1077944320 24605 0 0 0 6671 95 0 0 20 0 15 0 94413997 10916999168 45724 33554432000 4194304 4196468 140726119695392 140726119677936 140473950670583 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
/proc/10621/statm: 2665283 45724 3142 1 0 2627263 0
[pid=10621/tid=10623] ppid=10618 vsize=10661132 memory=6791534058613427641 CPUtime=65.79 cores=1,3,5,7
/proc/10621/task/10623/stat : 10623 (java) R 10618 10621 7563 0 -1 4202560 7805 0 0 0 6493 86 0 0 20 0 15 0 94413998 10916999168 45724 33554432000 4194304 4196468 140726119695392 140473954911488 140726121449410 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10624] ppid=10618 vsize=10661132 memory=4872558044660077418 CPUtime=0.06 cores=1,3,5,7
/proc/10621/task/10624/stat : 10624 (java) S 10618 10621 7563 0 -1 1077944384 579 0 0 0 5 1 0 0 20 0 15 0 94413998 10916999168 45724 33554432000 4194304 4196468 140726119695392 140473887361552 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10625] ppid=10618 vsize=10661132 memory=2420 CPUtime=0.07 cores=1,3,5,7
/proc/10621/task/10625/stat : 10625 (java) S 10618 10621 7563 0 -1 1077944384 1057 0 0 0 6 1 0 0 20 0 15 0 94413998 10916999168 45724 33554432000 4194304 4196468 140726119695392 140473886309008 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10626] ppid=10618 vsize=10661132 memory=1292 CPUtime=0.06 cores=1,3,5,7
/proc/10621/task/10626/stat : 10626 (java) S 10618 10621 7563 0 -1 1077944384 649 0 0 0 5 1 0 0 20 0 15 0 94413998 10916999168 45724 33554432000 4194304 4196468 140726119695392 140473555347728 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10627] ppid=10618 vsize=10661132 memory=4136 CPUtime=0.06 cores=1,3,5,7
/proc/10621/task/10627/stat : 10627 (java) S 10618 10621 7563 0 -1 1077944384 185 0 0 0 5 1 0 0 20 0 15 0 94413998 10916999168 45724 33554432000 4194304 4196468 140726119695392 140473554295184 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10628] ppid=10618 vsize=10661132 memory=27420 CPUtime=0.09 cores=1,3,5,7
/proc/10621/task/10628/stat : 10628 (java) S 10618 10621 7563 0 -1 1077944384 1187 0 0 0 8 1 0 0 20 0 15 0 94414000 10916999168 45724 33554432000 4194304 4196468 140726119695392 140473443027696 140473950681730 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10629] ppid=10618 vsize=10661132 memory=2420 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10629/stat : 10629 (java) S 10618 10621 7563 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 94414000 10916999168 45724 33554432000 4194304 4196468 140726119695392 140473441973920 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10630] ppid=10618 vsize=10661132 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10630/stat : 10630 (java) S 10618 10621 7563 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 94414000 10916999168 45724 33554432000 4194304 4196468 140726119695392 140473440920816 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10631] ppid=10618 vsize=10661132 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10631/stat : 10631 (java) S 10618 10621 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94414003 10916999168 45724 33554432000 4194304 4196468 140726119695392 140473439869392 140473950689179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10632] ppid=10618 vsize=10661132 memory=796 CPUtime=0.62 cores=1,3,5,7
/proc/10621/task/10632/stat : 10632 (java) S 10618 10621 7563 0 -1 1077944384 5930 0 0 0 62 0 0 0 20 0 15 0 94414003 10916999168 45724 33554432000 4194304 4196468 140726119695392 140473438816496 140473950681730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10633] ppid=10618 vsize=10661132 memory=1012 CPUtime=0.57 cores=1,3,5,7
/proc/10621/task/10633/stat : 10633 (java) S 10618 10621 7563 0 -1 1077944384 2920 0 0 0 56 1 0 0 20 0 15 0 94414003 10916999168 45724 33554432000 4194304 4196468 140726119695392 140473437763952 140473950681730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10634] ppid=10618 vsize=10661132 memory=1228 CPUtime=0.24 cores=1,3,5,7
/proc/10621/task/10634/stat : 10634 (java) S 10618 10621 7563 0 -1 1077944384 2387 0 0 0 24 0 0 0 20 0 15 0 94414003 10916999168 45724 33554432000 4194304 4196468 140726119695392 140473436710896 140473950681730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10635] ppid=10618 vsize=10661132 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10635/stat : 10635 (java) S 10618 10621 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94414003 10916999168 45724 33554432000 4194304 4196468 140726119695392 140473435658592 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10636] ppid=10618 vsize=10661132 memory=9996 CPUtime=0.02 cores=1,3,5,7
/proc/10621/task/10636/stat : 10636 (java) S 10618 10621 7563 0 -1 1077944384 491 0 0 0 1 1 0 0 20 0 15 0 94414003 10916999168 45724 33554432000 4194304 4196468 140726119695392 140473434606640 140473950681730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
Current children cumulated CPU time: 67.66 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 182896 KiB

[startup+66.4007 s]
/proc/loadavg: 1.64 1.44 1.45 3/216 10713
/proc/meminfo: memFree=20151828/32770624 swapFree=67108860/67108860
[pid=10621] ppid=10618 vsize=10661132 memory=182896 CPUtime=68.05 cores=1,3,5,7
/proc/10621/stat : 10621 (java) S 10618 10621 7563 0 -1 1077944320 24606 0 0 0 6710 95 0 0 20 0 15 0 94413997 10916999168 45724 33554432000 4194304 4196468 140726119695392 140726119677936 140473950670583 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
/proc/10621/statm: 2665283 45724 3142 1 0 2627263 0
[pid=10621/tid=10623] ppid=10618 vsize=10661132 memory=6791534058613427641 CPUtime=66.18 cores=1,3,5,7
/proc/10621/task/10623/stat : 10623 (java) R 10618 10621 7563 0 -1 4202560 7806 0 0 0 6531 87 0 0 20 0 15 0 94413998 10916999168 45724 33554432000 4194304 4196468 140726119695392 140473954909952 140726121449410 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10624] ppid=10618 vsize=10661132 memory=280309297018848 CPUtime=0.06 cores=1,3,5,7
/proc/10621/task/10624/stat : 10624 (java) S 10618 10621 7563 0 -1 1077944384 579 0 0 0 5 1 0 0 20 0 15 0 94413998 10916999168 45724 33554432000 4194304 4196468 140726119695392 140473887361552 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10625] ppid=10618 vsize=10661132 memory=7668047330013177959 CPUtime=0.07 cores=1,3,5,7
/proc/10621/task/10625/stat : 10625 (java) S 10618 10621 7563 0 -1 1077944384 1057 0 0 0 6 1 0 0 20 0 15 0 94413998 10916999168 45724 33554432000 4194304 4196468 140726119695392 140473886309008 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10626] ppid=10618 vsize=10661132 memory=6791534058613427641 CPUtime=0.06 cores=1,3,5,7
/proc/10621/task/10626/stat : 10626 (java) S 10618 10621 7563 0 -1 1077944384 649 0 0 0 5 1 0 0 20 0 15 0 94413998 10916999168 45724 33554432000 4194304 4196468 140726119695392 140473555347728 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10627] ppid=10618 vsize=10661132 memory=15824378344507954 CPUtime=0.06 cores=1,3,5,7
/proc/10621/task/10627/stat : 10627 (java) S 10618 10621 7563 0 -1 1077944384 185 0 0 0 5 1 0 0 20 0 15 0 94413998 10916999168 45724 33554432000 4194304 4196468 140726119695392 140473554295184 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10628] ppid=10618 vsize=10661132 memory=1424 CPUtime=0.09 cores=1,3,5,7
/proc/10621/task/10628/stat : 10628 (java) S 10618 10621 7563 0 -1 1077944384 1187 0 0 0 8 1 0 0 20 0 15 0 94414000 10916999168 45724 33554432000 4194304 4196468 140726119695392 140473443027696 140473950681730 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10629] ppid=10618 vsize=10661132 memory=15868 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10629/stat : 10629 (java) S 10618 10621 7563 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 94414000 10916999168 45724 33554432000 4194304 4196468 140726119695392 140473441973920 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10630] ppid=10618 vsize=10661132 memory=4052 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10630/stat : 10630 (java) S 10618 10621 7563 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 94414000 10916999168 45724 33554432000 4194304 4196468 140726119695392 140473440920816 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10631] ppid=10618 vsize=10661132 memory=18252 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10631/stat : 10631 (java) S 10618 10621 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94414003 10916999168 45724 33554432000 4194304 4196468 140726119695392 140473439869392 140473950689179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10632] ppid=10618 vsize=10661132 memory=15684 CPUtime=0.62 cores=1,3,5,7
/proc/10621/task/10632/stat : 10632 (java) S 10618 10621 7563 0 -1 1077944384 5930 0 0 0 62 0 0 0 20 0 15 0 94414003 10916999168 45724 33554432000 4194304 4196468 140726119695392 140473438816496 140473950681730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10633] ppid=10618 vsize=10661132 memory=6791534058613427641 CPUtime=0.57 cores=1,3,5,7
/proc/10621/task/10633/stat : 10633 (java) S 10618 10621 7563 0 -1 1077944384 2920 0 0 0 56 1 0 0 20 0 15 0 94414003 10916999168 45724 33554432000 4194304 4196468 140726119695392 140473437763952 140473950681730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10634] ppid=10618 vsize=10661132 memory=9996 CPUtime=0.24 cores=1,3,5,7
/proc/10621/task/10634/stat : 10634 (java) S 10618 10621 7563 0 -1 1077944384 2387 0 0 0 24 0 0 0 20 0 15 0 94414003 10916999168 45724 33554432000 4194304 4196468 140726119695392 140473436710896 140473950681730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10635] ppid=10618 vsize=10661132 memory=5792 CPUtime=0 cores=1,3,5,7
/proc/10621/task/10635/stat : 10635 (java) S 10618 10621 7563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94414003 10916999168 45724 33554432000 4194304 4196468 140726119695392 140473435658592 140473950680789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
[pid=10621/tid=10636] ppid=10618 vsize=10661132 memory=1936 CPUtime=0.02 cores=1,3,5,7
/proc/10621/task/10636/stat : 10636 (java) S 10618 10621 7563 0 -1 1077944384 491 0 0 0 1 1 0 0 20 0 15 0 94414003 10916999168 45724 33554432000 4194304 4196468 140726119695392 140473434606640 140473950681730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31027200 140726119703708 140726119703817 140726119703817 140726119706575 0
Current children cumulated CPU time: 68.05 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 182896 KiB

Child status: 0
Real time (s): 66.4501
CPU time (s): 68.1185
CPU user time (s): 67.156
CPU system time (s): 0.962507
CPU usage (%): 102.511
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 194828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 67.156
system time used= 0.962507
maximum resident set size= 194832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25659
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5213
involuntary context switches= 124


# summary of solver processes directly reported to runsolver:
#   pid: 10621
#   total CPU time (s): 68.1185
#   total CPU user time (s): 67.156
#   total CPU system time (s): 0.962507

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.413848 second user time and 0.645243 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-28 11:01:48
IDJOB=4298614
IDBENCH=141173
IDSOLVER=2765
FILE ID=node105/4298614-1532768508
RUNJOBID= node105-1532740995-7595
PBS_JOBID= 21022450
Free space on /tmp= 44624 MiB

SOLVER NAME= slowpoke 2018-04-29
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K05-P02_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298614-1532768508/watcher-4298614-1532768508 -o /tmp/evaluation-result-4298614-1532768508/solver-4298614-1532768508 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532740995-7595 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4298614-1532768508.xml --timelimit 2520

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

MD5SUM BENCH= 803795f7a37fd3a40686e408980b1bff
RANDOM SEED=710414474

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:        20306288 kB
MemAvailable:   31745388 kB
Buffers:          267212 kB
Cached:         11311860 kB
SwapCached:            0 kB
Active:          2566052 kB
Inactive:        9250904 kB
Active(anon):     192332 kB
Inactive(anon):    73348 kB
Active(file):    2373720 kB
Inactive(file):  9177556 kB
Unevictable:        7296 kB
Mlocked:            7296 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1264 kB
Writeback:            12 kB
AnonPages:        244540 kB
Mapped:            54636 kB
Shmem:             25228 kB
Slab:             344096 kB
SReclaimable:     316284 kB
SUnreclaim:        27812 kB
KernelStack:        3536 kB
PageTables:         5752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1131260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    178176 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= 44620 MiB
End job on node105 at 2018-07-28 11:02:55