Trace number 4311864

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 with restarts 2018-08-17SAT 7.83386 5.18884

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K02-P09_c18.xml
MD5SUM7d3eec938755fdf0eb3fdb8654f4a439
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 benchmark0.013569
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of constraints27
Number of domains2
Minimum domain size25
Maximum domain size26
Distribution of domain sizes[{"size":25,"count":25},{"size":26,"count":18}]
Minimum variable degree0
Maximum variable degree4
Distribution of variable degrees[{"degree":0,"count":27},{"degree":2,"count":25},{"degree":3,"count":4},{"degree":4,"count":14}]
Minimum constraint arity3
Maximum constraint arity25
Distribution of constraint arities[{"arity":3,"count":25},{"arity":18,"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.66/0.55	c version: 2018-08-17
0.66/0.55	c seed: 1884243932
0.66/0.55	c timeout: 2520
0.66/0.56	c memlimit: 11000
0.66/0.56	c nbcore: 1
0.66/0.58	c Parsing instance...
1.50/1.03	c Parsing done, starting search...
7.74/5.18	s SATISFIABLE
7.74/5.18	v <instantiation>
7.74/5.18	v 	<list>
7.74/5.18	v 		cn[0][0] cn[0][1] cn[1][0] cn[1][1] cn[2][0] cn[2][1] cn[3][0] cn[3][1] cn[4][0] cn[4][1] cn[5][0] cn[5][1] cn[6][0] cn[6][1] cn[7][0] cn[7][1] cn[8][0] cn[8][1] ce[0][0][1] ce[1][0][1] ce[2][0][1] ce[3][0][1] ce[4][0][1] ce[5][0][1] ce[6][0][1] ce[7][0][1] ce[8][0][1] cie[0][0] cie[0][1] cie[1][0] cie[1][1] cie[2][0] cie[2][1] cie[3][0] cie[3][1] cie[4][0] cie[4][1] cie[5][0] cie[5][1] cie[6][0] cie[6][1] cie[7][0] cie[7][1]
7.74/5.18	v 	</list>
7.74/5.18	v 	<values>
7.74/5.18	v 		5 11 17 19 1 22 20 2 9 24 23 0 16 25 3 8 13 12 6 2 21 18 15 23 9 5 1 12 8 16 3 19 20 11 22 14 24 7 25 13 17 10 4 
7.74/5.18	v 	</values>
7.74/5.18	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 (7019 MiB free)
  memory of node 1: 16384 MiB (13588 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4311864-1534546040/watcher-4311864-1534546040 -o /tmp/evaluation-result-4311864-1534546040/solver-4311864-1534546040 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1534541038-19626 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1884243932 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311864-1534546040.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
solver pid=20409, runsolver pid=20406
Current StackSize limit: 8192 KiB


[startup+0.100081 s]*
/proc/loadavg: 1.48 1.48 1.41 3/215 20424
/proc/meminfo: memFree=21084064/32770624 swapFree=67108792/67108860
[pid=20409] ppid=20406 vsize=14082736 memory=31308 CPUtime=0.12 cores=1,3,5,7
/proc/20409/stat : 20409 (java) S 20406 20409 19594 0 -1 1077944320 6728 0 0 0 11 1 0 0 20 0 15 0 272167326 14420721664 7827 33554432000 4194304 4196468 140734997350912 140734997333456 139729154694903 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
/proc/20409/statm: 3520684 7827 3155 1 0 3482761 0
[pid=20409/tid=20411] ppid=20406 vsize=14082736 memory=-8701690554791925120 CPUtime=0.09 cores=1,3,5,7
/proc/20409/task/20411/stat : 20411 (java) R 20406 20409 19594 0 -1 4202560 4772 0 0 0 9 0 0 0 20 0 15 0 272167326 14420721664 7827 33554432000 4194304 4196468 140734997350912 139729158897928 139729154706838 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20412] ppid=20406 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20412/stat : 20412 (java) S 20406 20409 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272167327 14420721664 7827 33554432000 4194304 4196468 140734997350912 139728750308368 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20413] ppid=20406 vsize=14082736 memory=139950631241344 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20413/stat : 20413 (java) S 20406 20409 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272167327 14420721664 7827 33554432000 4194304 4196468 140734997350912 139728749255824 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20414] ppid=20406 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20414/stat : 20414 (java) S 20406 20409 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272167327 14420721664 7827 33554432000 4194304 4196468 140734997350912 139728748202768 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20415] ppid=20406 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20415/stat : 20415 (java) S 20406 20409 19594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272167327 14420721664 7827 33554432000 4194304 4196468 140734997350912 139728747150224 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20416] ppid=20406 vsize=14082736 memory=139950631241344 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20416/stat : 20416 (java) S 20406 20409 19594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272167328 14420721664 7827 33554432000 4194304 4196468 140734997350912 139728067713264 139729154706050 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20417] ppid=20406 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20417/stat : 20417 (java) S 20406 20409 19594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272167329 14420721664 7827 33554432000 4194304 4196468 140734997350912 139728066659488 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20418] ppid=20406 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20418/stat : 20418 (java) S 20406 20409 19594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272167329 14420721664 7827 33554432000 4194304 4196468 140734997350912 139728065606384 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20419] ppid=20406 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20419/stat : 20419 (java) S 20406 20409 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272167331 14420721664 7827 33554432000 4194304 4196468 140734997350912 139728064554960 139729154713499 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20420] ppid=20406 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20420/stat : 20420 (java) S 20406 20409 19594 0 -1 1077944384 286 0 0 0 0 0 0 0 20 0 15 0 272167331 14420721664 7827 33554432000 4194304 4196468 140734997350912 139728063503088 139729154706050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20421] ppid=20406 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20421/stat : 20421 (java) S 20406 20409 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272167331 14420721664 7827 33554432000 4194304 4196468 140734997350912 139728062450544 139729154706050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20422] ppid=20406 vsize=14082736 memory=139950631241344 CPUtime=0.01 cores=1,3,5,7
/proc/20409/task/20422/stat : 20422 (java) S 20406 20409 19594 0 -1 1077944384 289 0 0 0 1 0 0 0 20 0 15 0 272167331 14420721664 7827 33554432000 4194304 4196468 140734997350912 139728061397488 139729154706050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20423] ppid=20406 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20423/stat : 20423 (java) S 20406 20409 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272167331 14420721664 7827 33554432000 4194304 4196468 140734997350912 139728060345184 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20424] ppid=20406 vsize=14082736 memory=139950631241344 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20424/stat : 20424 (java) S 20406 20409 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272167332 14420721664 7827 33554432000 4194304 4196468 140734997350912 139728059292208 139729154706050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31308 KiB

[startup+0.211022 s]*
/proc/loadavg: 1.48 1.48 1.41 6/215 20424
/proc/meminfo: memFree=21068304/32770624 swapFree=67108792/67108860
[pid=20409] ppid=20406 vsize=14082736 memory=47116 CPUtime=0.3 cores=1,3,5,7
/proc/20409/stat : 20409 (java) S 20406 20409 19594 0 -1 1077944320 10395 0 0 0 28 2 0 0 20 0 15 0 272167326 14420721664 11779 33554432000 4194304 4196468 140734997350912 140734997333456 139729154694903 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
/proc/20409/statm: 3520684 11779 3371 1 0 3482761 0
[pid=20409/tid=20411] ppid=20406 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/20409/task/20411/stat : 20411 (java) R 20406 20409 19594 0 -1 4202560 8110 0 0 0 19 1 0 0 20 0 15 0 272167326 14420721664 11779 33554432000 4194304 4196468 140734997350912 139729158920040 139729154716829 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20412] ppid=20406 vsize=14082736 memory=364 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20412/stat : 20412 (java) S 20406 20409 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272167327 14420721664 11779 33554432000 4194304 4196468 140734997350912 139728750308368 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20413] ppid=20406 vsize=14082736 memory=139950632730937 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20413/stat : 20413 (java) S 20406 20409 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272167327 14420721664 11779 33554432000 4194304 4196468 140734997350912 139728749255824 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20414] ppid=20406 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20414/stat : 20414 (java) S 20406 20409 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272167327 14420721664 11779 33554432000 4194304 4196468 140734997350912 139728748202768 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20415] ppid=20406 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20415/stat : 20415 (java) S 20406 20409 19594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272167327 14420721664 11779 33554432000 4194304 4196468 140734997350912 139728747150224 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20416] ppid=20406 vsize=14082736 memory=139950631241344 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20416/stat : 20416 (java) S 20406 20409 19594 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272167328 14420721664 11779 33554432000 4194304 4196468 140734997350912 139728067713264 139729154706050 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20417] ppid=20406 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20417/stat : 20417 (java) S 20406 20409 19594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272167329 14420721664 11779 33554432000 4194304 4196468 140734997350912 139728066659488 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20418] ppid=20406 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20418/stat : 20418 (java) S 20406 20409 19594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272167329 14420721664 11779 33554432000 4194304 4196468 140734997350912 139728065606384 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20419] ppid=20406 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20419/stat : 20419 (java) S 20406 20409 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272167331 14420721664 11779 33554432000 4194304 4196468 140734997350912 139728064554960 139729154713499 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20420] ppid=20406 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/20409/task/20420/stat : 20420 (java) R 20406 20409 19594 0 -1 4202560 452 0 0 0 2 0 0 0 20 0 15 0 272167331 14420721664 11779 33554432000 4194304 4196468 140734997350912 139728063503088 139729154706050 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20421] ppid=20406 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/20409/task/20421/stat : 20421 (java) S 20406 20409 19594 0 -1 1077944384 141 0 0 0 1 0 0 0 20 0 15 0 272167331 14420721664 11779 33554432000 4194304 4196468 140734997350912 139728062450544 139729154706050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20422] ppid=20406 vsize=14082736 memory=139950631241344 CPUtime=0.05 cores=1,3,5,7
/proc/20409/task/20422/stat : 20422 (java) R 20406 20409 19594 0 -1 4202560 311 0 0 0 5 0 0 0 20 0 15 0 272167331 14420721664 11779 33554432000 4194304 4196468 140734997350912 139728061395904 139729133499534 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20423] ppid=20406 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20423/stat : 20423 (java) S 20406 20409 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272167331 14420721664 11779 33554432000 4194304 4196468 140734997350912 139728060345184 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20424] ppid=20406 vsize=14082736 memory=139950631241344 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20424/stat : 20424 (java) S 20406 20409 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272167332 14420721664 11779 33554432000 4194304 4196468 140734997350912 139728059292208 139729154706050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47116 KiB

[startup+0.310569 s]*
/proc/loadavg: 1.48 1.48 1.41 3/215 20424
/proc/meminfo: memFree=21065140/32770624 swapFree=67108792/67108860
[pid=20409] ppid=20406 vsize=14082736 memory=50760 CPUtime=0.43 cores=1,3,5,7
/proc/20409/stat : 20409 (java) S 20406 20409 19594 0 -1 1077944320 10774 0 0 0 41 2 0 0 20 0 15 0 272167326 14420721664 12690 33554432000 4194304 4196468 140734997350912 140734997333456 139729154694903 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
/proc/20409/statm: 3520684 12690 3387 1 0 3482761 0
[pid=20409/tid=20411] ppid=20406 vsize=14082736 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/20409/task/20411/stat : 20411 (java) R 20406 20409 19594 0 -1 4202560 8456 0 0 0 28 1 0 0 20 0 15 0 272167326 14420721664 12690 33554432000 4194304 4196468 140734997350912 139729158902736 139729134970624 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20412] ppid=20406 vsize=14082736 memory=4294977871 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20412/stat : 20412 (java) S 20406 20409 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272167327 14420721664 12690 33554432000 4194304 4196468 140734997350912 139728750308368 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20413] ppid=20406 vsize=14082736 memory=139950632733538 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20413/stat : 20413 (java) S 20406 20409 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272167327 14420721664 12690 33554432000 4194304 4196468 140734997350912 139728749255824 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20414] ppid=20406 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20414/stat : 20414 (java) S 20406 20409 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272167327 14420721664 12690 33554432000 4194304 4196468 140734997350912 139728748202768 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20415] ppid=20406 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20415/stat : 20415 (java) S 20406 20409 19594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272167327 14420721664 12690 33554432000 4194304 4196468 140734997350912 139728747150224 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20416] ppid=20406 vsize=14082736 memory=139950631241344 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20416/stat : 20416 (java) S 20406 20409 19594 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272167328 14420721664 12690 33554432000 4194304 4196468 140734997350912 139728067713264 139729154706050 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20417] ppid=20406 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20417/stat : 20417 (java) S 20406 20409 19594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272167329 14420721664 12690 33554432000 4194304 4196468 140734997350912 139728066659488 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20418] ppid=20406 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20418/stat : 20418 (java) S 20406 20409 19594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272167329 14420721664 12690 33554432000 4194304 4196468 140734997350912 139728065606384 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20419] ppid=20406 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20419/stat : 20419 (java) S 20406 20409 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272167331 14420721664 12690 33554432000 4194304 4196468 140734997350912 139728064554960 139729154713499 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20420] ppid=20406 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/20409/task/20420/stat : 20420 (java) S 20406 20409 19594 0 -1 1077944384 457 0 0 0 2 0 0 0 20 0 15 0 272167331 14420721664 12690 33554432000 4194304 4196468 140734997350912 139728063503088 139729154706050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20421] ppid=20406 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/20409/task/20421/stat : 20421 (java) S 20406 20409 19594 0 -1 1077944384 147 0 0 0 2 0 0 0 20 0 15 0 272167331 14420721664 12690 33554432000 4194304 4196468 140734997350912 139728062450544 139729154706050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20422] ppid=20406 vsize=14082736 memory=139950631241344 CPUtime=0.07 cores=1,3,5,7
/proc/20409/task/20422/stat : 20422 (java) S 20406 20409 19594 0 -1 1077944384 332 0 0 0 7 0 0 0 20 0 15 0 272167331 14420721664 12690 33554432000 4194304 4196468 140734997350912 139728061397488 139729154706050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20423] ppid=20406 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20423/stat : 20423 (java) S 20406 20409 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272167331 14420721664 12690 33554432000 4194304 4196468 140734997350912 139728060345184 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20424] ppid=20406 vsize=14082736 memory=139950631241344 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20424/stat : 20424 (java) S 20406 20409 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272167332 14420721664 12690 33554432000 4194304 4196468 140734997350912 139728059292208 139729154706050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50760 KiB

[startup+0.700696 s]
/proc/loadavg: 1.48 1.48 1.41 4/215 20424
/proc/meminfo: memFree=21040220/32770624 swapFree=67108792/67108860
[pid=20409] ppid=20406 vsize=14084804 memory=89148 CPUtime=0.98 cores=1,3,5,7
/proc/20409/stat : 20409 (java) S 20406 20409 19594 0 -1 1077944320 17632 0 0 0 94 4 0 0 20 0 15 0 272167326 14422839296 22287 33554432000 4194304 4196468 140734997350912 140734997333456 139729154694903 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
/proc/20409/statm: 3521201 22287 3499 1 0 3483273 0
[pid=20409/tid=20411] ppid=20406 vsize=14084804 memory=227636555047711 CPUtime=0.67 cores=1,3,5,7
/proc/20409/task/20411/stat : 20411 (java) R 20406 20409 19594 0 -1 4202560 14912 0 0 0 64 3 0 0 20 0 15 0 272167326 14422839296 22287 33554432000 4194304 4196468 140734997350912 139729158920640 139729154716829 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20412] ppid=20406 vsize=14084804 memory=1477454 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20412/stat : 20412 (java) S 20406 20409 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272167327 14422839296 22287 33554432000 4194304 4196468 140734997350912 139728750308368 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20413] ppid=20406 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20413/stat : 20413 (java) S 20406 20409 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272167327 14422839296 22287 33554432000 4194304 4196468 140734997350912 139728749255824 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20414] ppid=20406 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20414/stat : 20414 (java) S 20406 20409 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272167327 14422839296 22287 33554432000 4194304 4196468 140734997350912 139728748202768 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20415] ppid=20406 vsize=14084804 memory=7809523229951467570 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20415/stat : 20415 (java) S 20406 20409 19594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272167327 14422839296 22287 33554432000 4194304 4196468 140734997350912 139728747150224 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20416] ppid=20406 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20416/stat : 20416 (java) S 20406 20409 19594 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272167328 14422839296 22287 33554432000 4194304 4196468 140734997350912 139728067713264 139729154706050 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20417] ppid=20406 vsize=14084804 memory=-3535359994705171810 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20417/stat : 20417 (java) S 20406 20409 19594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272167329 14422839296 22287 33554432000 4194304 4196468 140734997350912 139728066659488 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20418] ppid=20406 vsize=14084804 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20418/stat : 20418 (java) S 20406 20409 19594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272167329 14422839296 22287 33554432000 4194304 4196468 140734997350912 139728065606384 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20419] ppid=20406 vsize=14084804 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20419/stat : 20419 (java) S 20406 20409 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272167331 14422839296 22287 33554432000 4194304 4196468 140734997350912 139728064554960 139729154713499 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20420] ppid=20406 vsize=14084804 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/20409/task/20420/stat : 20420 (java) S 20406 20409 19594 0 -1 1077944384 613 0 0 0 6 0 0 0 20 0 15 0 272167331 14422839296 22287 33554432000 4194304 4196468 140734997350912 139728063503088 139729154706050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20421] ppid=20406 vsize=14084804 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20409/task/20421/stat : 20421 (java) S 20406 20409 19594 0 -1 1077944384 293 0 0 0 8 0 0 0 20 0 15 0 272167331 14422839296 22287 33554432000 4194304 4196468 140734997350912 139728062450544 139729154706050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20422] ppid=20406 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/20409/task/20422/stat : 20422 (java) S 20406 20409 19594 0 -1 1077944384 432 0 0 0 15 0 0 0 20 0 15 0 272167331 14422839296 22287 33554432000 4194304 4196468 140734997350912 139728061397488 139729154706050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20423] ppid=20406 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20423/stat : 20423 (java) S 20406 20409 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272167331 14422839296 22287 33554432000 4194304 4196468 140734997350912 139728060345184 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20424] ppid=20406 vsize=14084804 memory=15764 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20424/stat : 20424 (java) S 20406 20409 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272167332 14422839296 22287 33554432000 4194304 4196468 140734997350912 139728059292208 139729154706050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 89148 KiB

[startup+1.50102 s]
/proc/loadavg: 1.52 1.49 1.42 4/215 20424
/proc/meminfo: memFree=21007460/32770624 swapFree=67108792/67108860
[pid=20409] ppid=20406 vsize=14090948 memory=141460 CPUtime=2.94 cores=1,3,5,7
/proc/20409/stat : 20409 (java) S 20406 20409 19594 0 -1 1077944320 25597 0 0 0 287 7 0 0 20 0 15 0 272167326 14429130752 35365 33554432000 4194304 4196468 140734997350912 140734997333456 139729154694903 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
/proc/20409/statm: 3522737 35365 3530 1 0 3484809 0
[pid=20409/tid=20411] ppid=20406 vsize=14090948 memory=10803 CPUtime=1.47 cores=1,3,5,7
/proc/20409/task/20411/stat : 20411 (java) R 20406 20409 19594 0 -1 4202560 18617 0 0 0 142 5 0 0 20 0 15 0 272167326 14429130752 35365 33554432000 4194304 4196468 140734997350912 139729158929368 139728795924467 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20412] ppid=20406 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20412/stat : 20412 (java) S 20406 20409 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272167327 14429130752 35365 33554432000 4194304 4196468 140734997350912 139728750308368 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20413] ppid=20406 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20413/stat : 20413 (java) S 20406 20409 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272167327 14429130752 35365 33554432000 4194304 4196468 140734997350912 139728749255824 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20414] ppid=20406 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20414/stat : 20414 (java) S 20406 20409 19594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272167327 14429130752 35365 33554432000 4194304 4196468 140734997350912 139728748202768 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20415] ppid=20406 vsize=14090948 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20415/stat : 20415 (java) S 20406 20409 19594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272167327 14429130752 35365 33554432000 4194304 4196468 140734997350912 139728747150224 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20416] ppid=20406 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20416/stat : 20416 (java) S 20406 20409 19594 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272167328 14429130752 35365 33554432000 4194304 4196468 140734997350912 139728067713264 139729154706050 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0

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

[pid=20409/tid=20423] ppid=20406 vsize=14090948 memory=279901005436640 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20423/stat : 20423 (java) S 20406 20409 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272167331 14429130752 56884 33554432000 4194304 4196468 140734997350912 139728060345184 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20424] ppid=20406 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20424/stat : 20424 (java) S 20406 20409 19594 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 272167332 14429130752 56884 33554432000 4194304 4196468 140734997350912 139728059292208 139729154706050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
Current children cumulated CPU time: 5.79 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 227536 KiB

[startup+4.00071 s]*
/proc/loadavg: 1.52 1.49 1.42 3/215 20424
/proc/meminfo: memFree=20889368/32770624 swapFree=67108792/67108860
[pid=20409] ppid=20406 vsize=14090948 memory=227536 CPUtime=6.62 cores=1,3,5,7
/proc/20409/stat : 20409 (java) S 20406 20409 19594 0 -1 1077944320 31891 0 0 0 652 10 0 0 20 0 15 0 272167326 14429130752 56884 33554432000 4194304 4196468 140734997350912 140734997333456 139729154694903 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
/proc/20409/statm: 3522737 56884 3558 1 0 3484809 0
[pid=20409/tid=20411] ppid=20406 vsize=14090948 memory=6791534058613427641 CPUtime=3.97 cores=1,3,5,7
/proc/20409/task/20411/stat : 20411 (java) R 20406 20409 19594 0 -1 4202560 18960 0 0 0 391 6 0 0 20 0 15 0 272167326 14429130752 56884 33554432000 4194304 4196468 140734997350912 139729158932560 139728796186098 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20412] ppid=20406 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20412/stat : 20412 (java) S 20406 20409 19594 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 272167327 14429130752 56884 33554432000 4194304 4196468 140734997350912 139728750308368 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20413] ppid=20406 vsize=14090948 memory=2321663019697059896 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20413/stat : 20413 (java) S 20406 20409 19594 0 -1 1077944384 377 0 0 0 0 0 0 0 20 0 15 0 272167327 14429130752 56884 33554432000 4194304 4196468 140734997350912 139728749255824 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20414] ppid=20406 vsize=14090948 memory=3467833509991232567 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20414/stat : 20414 (java) S 20406 20409 19594 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 15 0 272167327 14429130752 56884 33554432000 4194304 4196468 140734997350912 139728748202768 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20415] ppid=20406 vsize=14090948 memory=279901005702456 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20415/stat : 20415 (java) S 20406 20409 19594 0 -1 1077944384 440 0 0 0 0 0 0 0 20 0 15 0 272167327 14429130752 56884 33554432000 4194304 4196468 140734997350912 139728747150224 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20416] ppid=20406 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20416/stat : 20416 (java) S 20406 20409 19594 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 15 0 272167328 14429130752 56884 33554432000 4194304 4196468 140734997350912 139728067713264 139729154706050 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20417] ppid=20406 vsize=14090948 memory=35 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20417/stat : 20417 (java) S 20406 20409 19594 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 272167329 14429130752 56884 33554432000 4194304 4196468 140734997350912 139728066659552 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20418] ppid=20406 vsize=14090948 memory=288230596050944315 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20418/stat : 20418 (java) S 20406 20409 19594 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 272167329 14429130752 56884 33554432000 4194304 4196468 140734997350912 139728065606400 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20419] ppid=20406 vsize=14090948 memory=15536310710445375 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20419/stat : 20419 (java) S 20406 20409 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272167331 14429130752 56884 33554432000 4194304 4196468 140734997350912 139728064554960 139729154713499 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20420] ppid=20406 vsize=14090948 memory=0 CPUtime=1.08 cores=1,3,5,7
/proc/20409/task/20420/stat : 20420 (java) S 20406 20409 19594 0 -1 1077944384 4626 0 0 0 108 0 0 0 20 0 15 0 272167331 14429130752 56884 33554432000 4194304 4196468 140734997350912 139728063503088 139729154706050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20421] ppid=20406 vsize=14090948 memory=-1 CPUtime=1.11 cores=1,3,5,7
/proc/20409/task/20421/stat : 20421 (java) S 20406 20409 19594 0 -1 1077944384 3439 0 0 0 110 1 0 0 20 0 15 0 272167331 14429130752 56884 33554432000 4194304 4196468 140734997350912 139728062450544 139729154706050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20422] ppid=20406 vsize=14090948 memory=8386798423791980738 CPUtime=0.4 cores=1,3,5,7
/proc/20409/task/20422/stat : 20422 (java) S 20406 20409 19594 0 -1 1077944384 2402 0 0 0 40 0 0 0 20 0 15 0 272167331 14429130752 56884 33554432000 4194304 4196468 140734997350912 139728061397488 139729154706050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20423] ppid=20406 vsize=14090948 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20423/stat : 20423 (java) S 20406 20409 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272167331 14429130752 56884 33554432000 4194304 4196468 140734997350912 139728060345184 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20424] ppid=20406 vsize=14090948 memory=139950631241344 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20424/stat : 20424 (java) S 20406 20409 19594 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 272167332 14429130752 56884 33554432000 4194304 4196468 140734997350912 139728059292208 139729154706050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
Current children cumulated CPU time: 6.62 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 227536 KiB

[startup+4.80072 s]
/proc/loadavg: 1.52 1.49 1.42 3/215 20424
/proc/meminfo: memFree=20889368/32770624 swapFree=67108792/67108860
[pid=20409] ppid=20406 vsize=14090948 memory=227536 CPUtime=7.42 cores=1,3,5,7
/proc/20409/stat : 20409 (java) S 20406 20409 19594 0 -1 1077944320 31904 0 0 0 732 10 0 0 20 0 15 0 272167326 14429130752 56884 33554432000 4194304 4196468 140734997350912 140734997333456 139729154694903 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
/proc/20409/statm: 3522737 56884 3558 1 0 3484809 0
[pid=20409/tid=20411] ppid=20406 vsize=14090948 memory=4804 CPUtime=4.76 cores=1,3,5,7
/proc/20409/task/20411/stat : 20411 (java) R 20406 20409 19594 0 -1 4202560 18962 0 0 0 470 6 0 0 20 0 15 0 272167326 14429130752 56884 33554432000 4194304 4196468 140734997350912 139729158932672 139728796633897 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20412] ppid=20406 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20412/stat : 20412 (java) S 20406 20409 19594 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 272167327 14429130752 56884 33554432000 4194304 4196468 140734997350912 139728750308368 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20413] ppid=20406 vsize=14090948 memory=227536 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20413/stat : 20413 (java) S 20406 20409 19594 0 -1 1077944384 377 0 0 0 0 0 0 0 20 0 15 0 272167327 14429130752 56884 33554432000 4194304 4196468 140734997350912 139728749255824 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20414] ppid=20406 vsize=14090948 memory=139950502848288 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20414/stat : 20414 (java) S 20406 20409 19594 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 15 0 272167327 14429130752 56884 33554432000 4194304 4196468 140734997350912 139728748202768 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20415] ppid=20406 vsize=14090948 memory=7968164548352844439 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20415/stat : 20415 (java) S 20406 20409 19594 0 -1 1077944384 447 0 0 0 0 0 0 0 20 0 15 0 272167327 14429130752 56884 33554432000 4194304 4196468 140734997350912 139728747150224 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20416] ppid=20406 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20416/stat : 20416 (java) S 20406 20409 19594 0 -1 1077944384 135 0 0 0 0 0 0 0 20 0 15 0 272167328 14429130752 56884 33554432000 4194304 4196468 140734997350912 139728067713264 139729154706050 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20417] ppid=20406 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20417/stat : 20417 (java) S 20406 20409 19594 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 272167329 14429130752 56884 33554432000 4194304 4196468 140734997350912 139728066659552 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20418] ppid=20406 vsize=14090948 memory=56 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20418/stat : 20418 (java) S 20406 20409 19594 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 272167329 14429130752 56884 33554432000 4194304 4196468 140734997350912 139728065606400 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20419] ppid=20406 vsize=14090948 memory=1353155 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20419/stat : 20419 (java) S 20406 20409 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272167331 14429130752 56884 33554432000 4194304 4196468 140734997350912 139728064554960 139729154713499 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20420] ppid=20406 vsize=14090948 memory=-6650486952507982525 CPUtime=1.08 cores=1,3,5,7
/proc/20409/task/20420/stat : 20420 (java) S 20406 20409 19594 0 -1 1077944384 4626 0 0 0 108 0 0 0 20 0 15 0 272167331 14429130752 56884 33554432000 4194304 4196468 140734997350912 139728063503088 139729154706050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20421] ppid=20406 vsize=14090948 memory=139950631295169 CPUtime=1.11 cores=1,3,5,7
/proc/20409/task/20421/stat : 20421 (java) S 20406 20409 19594 0 -1 1077944384 3439 0 0 0 110 1 0 0 20 0 15 0 272167331 14429130752 56884 33554432000 4194304 4196468 140734997350912 139728062450544 139729154706050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20422] ppid=20406 vsize=14090948 memory=-7523660553960122769 CPUtime=0.4 cores=1,3,5,7
/proc/20409/task/20422/stat : 20422 (java) S 20406 20409 19594 0 -1 1077944384 2402 0 0 0 40 0 0 0 20 0 15 0 272167331 14429130752 56884 33554432000 4194304 4196468 140734997350912 139728061397488 139729154706050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20423] ppid=20406 vsize=14090948 memory=7523071198212214892 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20423/stat : 20423 (java) S 20406 20409 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272167331 14429130752 56884 33554432000 4194304 4196468 140734997350912 139728060345184 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20424] ppid=20406 vsize=14090948 memory=7373049420434194537 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20424/stat : 20424 (java) D 20406 20409 19594 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 15 0 272167332 14429130752 56884 33554432000 4194304 4196468 140734997350912 139728059292128 139729139550990 0 4 0 16800975 18446744072100392069 0 0 -1 7 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
Current children cumulated CPU time: 7.42 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 227536 KiB

[startup+5.00064 s]*
/proc/loadavg: 1.52 1.49 1.42 7/215 20424
/proc/meminfo: memFree=20888848/32770624 swapFree=67108792/67108860
[pid=20409] ppid=20406 vsize=14090948 memory=227536 CPUtime=7.63 cores=1,3,5,7
/proc/20409/stat : 20409 (java) S 20406 20409 19594 0 -1 1077944320 31906 0 0 0 753 10 0 0 20 0 15 0 272167326 14429130752 56884 33554432000 4194304 4196468 140734997350912 140734997333456 139729154694903 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
/proc/20409/statm: 3522737 56884 3558 1 0 3484809 0
[pid=20409/tid=20411] ppid=20406 vsize=14090948 memory=7022364594140610616 CPUtime=4.97 cores=1,3,5,7
/proc/20409/task/20411/stat : 20411 (java) R 20406 20409 19594 0 -1 4202560 18962 0 0 0 491 6 0 0 20 0 15 0 272167326 14429130752 56884 33554432000 4194304 4196468 140734997350912 139729158932672 139728796227394 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20412] ppid=20406 vsize=14090948 memory=364 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20412/stat : 20412 (java) S 20406 20409 19594 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 272167327 14429130752 56884 33554432000 4194304 4196468 140734997350912 139728750308368 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20413] ppid=20406 vsize=14090948 memory=139950632730937 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20413/stat : 20413 (java) S 20406 20409 19594 0 -1 1077944384 377 0 0 0 0 0 0 0 20 0 15 0 272167327 14429130752 56884 33554432000 4194304 4196468 140734997350912 139728749255824 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20414] ppid=20406 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20414/stat : 20414 (java) S 20406 20409 19594 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 15 0 272167327 14429130752 56884 33554432000 4194304 4196468 140734997350912 139728748202768 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20415] ppid=20406 vsize=14090948 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20415/stat : 20415 (java) S 20406 20409 19594 0 -1 1077944384 447 0 0 0 0 0 0 0 20 0 15 0 272167327 14429130752 56884 33554432000 4194304 4196468 140734997350912 139728747150224 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20416] ppid=20406 vsize=14090948 memory=139950631241344 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20416/stat : 20416 (java) S 20406 20409 19594 0 -1 1077944384 135 0 0 0 0 0 0 0 20 0 15 0 272167328 14429130752 56884 33554432000 4194304 4196468 140734997350912 139728067713264 139729154706050 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20417] ppid=20406 vsize=14090948 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20417/stat : 20417 (java) S 20406 20409 19594 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 272167329 14429130752 56884 33554432000 4194304 4196468 140734997350912 139728066659552 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20418] ppid=20406 vsize=14090948 memory=7091036787602121812 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20418/stat : 20418 (java) S 20406 20409 19594 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 272167329 14429130752 56884 33554432000 4194304 4196468 140734997350912 139728065606400 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20419] ppid=20406 vsize=14090948 memory=4641074187873313646 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20419/stat : 20419 (java) S 20406 20409 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272167331 14429130752 56884 33554432000 4194304 4196468 140734997350912 139728064554960 139729154713499 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20420] ppid=20406 vsize=14090948 memory=0 CPUtime=1.08 cores=1,3,5,7
/proc/20409/task/20420/stat : 20420 (java) S 20406 20409 19594 0 -1 1077944384 4626 0 0 0 108 0 0 0 20 0 15 0 272167331 14429130752 56884 33554432000 4194304 4196468 140734997350912 139728063503088 139729154706050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20421] ppid=20406 vsize=14090948 memory=3834871377768231984 CPUtime=1.11 cores=1,3,5,7
/proc/20409/task/20421/stat : 20421 (java) S 20406 20409 19594 0 -1 1077944384 3439 0 0 0 110 1 0 0 20 0 15 0 272167331 14429130752 56884 33554432000 4194304 4196468 140734997350912 139728062450544 139729154706050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20422] ppid=20406 vsize=14090948 memory=3760962505919200950 CPUtime=0.4 cores=1,3,5,7
/proc/20409/task/20422/stat : 20422 (java) S 20406 20409 19594 0 -1 1077944384 2402 0 0 0 40 0 0 0 20 0 15 0 272167331 14429130752 56884 33554432000 4194304 4196468 140734997350912 139728061397488 139729154706050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20423] ppid=20406 vsize=14090948 memory=3906371506459324467 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20423/stat : 20423 (java) S 20406 20409 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272167331 14429130752 56884 33554432000 4194304 4196468 140734997350912 139728060345184 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20424] ppid=20406 vsize=14090948 memory=3976875807197462197 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20424/stat : 20424 (java) S 20406 20409 19594 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 272167332 14429130752 56884 33554432000 4194304 4196468 140734997350912 139728059292208 139729154706050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 52 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
Current children cumulated CPU time: 7.63 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 227536 KiB

[startup+5.10999 s]
/proc/loadavg: 1.52 1.49 1.42 7/215 20424
/proc/meminfo: memFree=20888848/32770624 swapFree=67108792/67108860
[pid=20409] ppid=20406 vsize=14090948 memory=227536 CPUtime=7.74 cores=1,3,5,7
/proc/20409/stat : 20409 (java) S 20406 20409 19594 0 -1 1077944320 31940 0 0 0 764 10 0 0 20 0 15 0 272167326 14429130752 56884 33554432000 4194304 4196468 140734997350912 140734997333456 139729154694903 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
/proc/20409/statm: 3522737 56884 3558 1 0 3484809 0
[pid=20409/tid=20411] ppid=20406 vsize=14090948 memory=288230574492221466 CPUtime=5.06 cores=1,3,5,7
/proc/20409/task/20411/stat : 20411 (java) R 20406 20409 19594 0 -1 4202560 18963 0 0 0 500 6 0 0 20 0 15 0 272167326 14429130752 56884 33554432000 4194304 4196468 140734997350912 139729158932784 139728796264976 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20412] ppid=20406 vsize=14090948 memory=227536 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20412/stat : 20412 (java) S 20406 20409 19594 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 272167327 14429130752 56884 33554432000 4194304 4196468 140734997350912 139728750308368 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20413] ppid=20406 vsize=14090948 memory=279901005488384 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20413/stat : 20413 (java) S 20406 20409 19594 0 -1 1077944384 377 0 0 0 0 0 0 0 20 0 15 0 272167327 14429130752 56884 33554432000 4194304 4196468 140734997350912 139728749255824 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20414] ppid=20406 vsize=14090948 memory=18913 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20414/stat : 20414 (java) S 20406 20409 19594 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 15 0 272167327 14429130752 56884 33554432000 4194304 4196468 140734997350912 139728748202768 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20415] ppid=20406 vsize=14090948 memory=-4051592751533505334 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20415/stat : 20415 (java) S 20406 20409 19594 0 -1 1077944384 453 0 0 0 0 0 0 0 20 0 15 0 272167327 14429130752 56884 33554432000 4194304 4196468 140734997350912 139728747150224 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20416] ppid=20406 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20416/stat : 20416 (java) S 20406 20409 19594 0 -1 1077944384 137 0 0 0 0 0 0 0 20 0 15 0 272167328 14429130752 56884 33554432000 4194304 4196468 140734997350912 139728067713264 139729154706050 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20417] ppid=20406 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20417/stat : 20417 (java) S 20406 20409 19594 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 272167329 14429130752 56884 33554432000 4194304 4196468 140734997350912 139728066659552 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20418] ppid=20406 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20418/stat : 20418 (java) S 20406 20409 19594 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 272167329 14429130752 56884 33554432000 4194304 4196468 140734997350912 139728065606400 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20419] ppid=20406 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20419/stat : 20419 (java) S 20406 20409 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272167331 14429130752 56884 33554432000 4194304 4196468 140734997350912 139728064554960 139729154713499 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20420] ppid=20406 vsize=14090948 memory=0 CPUtime=1.08 cores=1,3,5,7
/proc/20409/task/20420/stat : 20420 (java) S 20406 20409 19594 0 -1 1077944384 4626 0 0 0 108 0 0 0 20 0 15 0 272167331 14429130752 56884 33554432000 4194304 4196468 140734997350912 139728063503088 139729154706050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20421] ppid=20406 vsize=14090948 memory=0 CPUtime=1.11 cores=1,3,5,7
/proc/20409/task/20421/stat : 20421 (java) S 20406 20409 19594 0 -1 1077944384 3463 0 0 0 110 1 0 0 20 0 15 0 272167331 14429130752 56884 33554432000 4194304 4196468 140734997350912 139728062450544 139729154706050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20422] ppid=20406 vsize=14090948 memory=279901005836768 CPUtime=0.4 cores=1,3,5,7
/proc/20409/task/20422/stat : 20422 (java) S 20406 20409 19594 0 -1 1077944384 2402 0 0 0 40 0 0 0 20 0 15 0 272167331 14429130752 56884 33554432000 4194304 4196468 140734997350912 139728061397488 139729154706050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20423] ppid=20406 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20423/stat : 20423 (java) S 20406 20409 19594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272167331 14429130752 56884 33554432000 4194304 4196468 140734997350912 139728060345184 139729154705109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
[pid=20409/tid=20424] ppid=20406 vsize=14090948 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/20409/task/20424/stat : 20424 (java) S 20406 20409 19594 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 272167332 14429130752 56884 33554432000 4194304 4196468 140734997350912 139728059292208 139729154706050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 52 0 0 6293624 6294260 15917056 140734997357640 140734997357833 140734997357833 140734997360591 0
Current children cumulated CPU time: 7.74 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 227536 KiB

Child status: 0
Real time (s): 5.18884
CPU time (s): 7.83386
CPU user time (s): 7.72114
CPU system time (s): 0.112717
CPU usage (%): 150.975
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 227536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.72114
system time used= 0.112717
maximum resident set size= 228276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32567
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2513
involuntary context switches= 17


# summary of solver processes directly reported to runsolver:
#   pid: 20409
#   total CPU time (s): 7.83386
#   total CPU user time (s): 7.72114
#   total CPU system time (s): 0.112717

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.053303 second user time and 0.095946 second system time

The end

Launcher Data

Begin job on node150 at 2018-08-18 00:47:20
IDJOB=4311864
IDBENCH=141172
IDSOLVER=2799
FILE ID=node150/4311864-1534546040
RUNJOBID= node150-1534541038-19626
PBS_JOBID= 21038629
Free space on /tmp= 48188 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K02-P09_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4311864-1534546040/watcher-4311864-1534546040 -o /tmp/evaluation-result-4311864-1534546040/solver-4311864-1534546040 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1534541038-19626 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1884243932 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311864-1534546040.xml

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

MD5SUM BENCH= 7d3eec938755fdf0eb3fdb8654f4a439
RANDOM SEED=1884243932

node150.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
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.76
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.76
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.76
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:        21102632 kB
MemAvailable:   29580216 kB
Buffers:          182716 kB
Cached:          8555508 kB
SwapCached:            0 kB
Active:          6982624 kB
Inactive:        4110920 kB
Active(anon):    2332340 kB
Inactive(anon):    92016 kB
Active(file):    4650284 kB
Inactive(file):  4018904 kB
Unevictable:        7708 kB
Mlocked:            7708 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:             35868 kB
Writeback:             0 kB
AnonPages:       2438856 kB
Mapped:            32212 kB
Shmem:             66116 kB
Slab:             265248 kB
SReclaimable:     236856 kB
SUnreclaim:        28392 kB
KernelStack:        3840 kB
PageTables:        11356 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3007628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2359296 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 48152 MiB
End job on node150 at 2018-08-18 00:47:26