Trace number 4293415

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
Concrete 3.8 2018-06-13SAT 464.988 453.81

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 benchmark21.8959
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

1.00/0.74	c Concrete v3.8.1528841891564 running
464.81/453.77	v <instantiation>
464.81/453.77	v       <list>
464.81/453.77	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]
464.81/453.77	v       </list>
464.81/453.77	v       <values>
464.81/453.77	v         0 6 21 7 25 24 22 11 19 2 6 21 7 25 15 1 19 14 4 18 2 13 5 22 11 3 20 8 9 17 24 16 10 12 23
464.81/453.77	v       </values>
464.81/453.77	v     </instantiation>
464.81/453.77	s SATISFIABLE

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293415-1532318267/watcher-4293415-1532318267 -o /tmp/evaluation-result-4293415-1532318267/solver-4293415-1532318267 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532296223-4594 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=235216438 HOME/instance-4293415-1532318267.xml 

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

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

solver pid=9291, runsolver pid=9288

[startup+0.100135 s]*
/proc/loadavg: 1.55 1.43 1.42 3/203 9345
/proc/meminfo: memFree=21091568/32770624 swapFree=67108860/67108860
[pid=9291] ppid=9288 vsize=9972712 memory=18592 CPUtime=0.1 cores=1,3,5,7
/proc/9291/stat : 9291 (java) S 9288 9291 4562 0 -1 1077944320 4284 13239 0 0 1 1 5 3 20 0 6 0 49389913 10212057088 4136 33554432000 4194304 4196468 140734771880080 140734771862624 140278341254903 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
/proc/9291/statm: 2493178 4648 1932 1 0 2481616 0
[pid=9291/tid=9344] ppid=9288 vsize=9972712 memory=-8384983170502934469 CPUtime=0.08 cores=1,3,5,7
/proc/9291/task/9344/stat : 9344 (java) R 9288 9291 4562 0 -1 4202560 2099 13239 0 0 0 0 5 3 20 0 6 0 49389922 10212057088 4648 33554432000 4194304 4196468 140734771880080 140278313091664 140278325464609 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9345] ppid=9288 vsize=9972712 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/9291/task/9345/stat : 9345 (java) S 9288 9291 4562 0 -1 1077944384 2 13239 0 0 0 0 5 3 20 0 6 0 49389923 10212057088 4648 33554432000 4194304 4196468 140734771880080 140278345497360 140278341265109 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9346] ppid=9288 vsize=9972712 memory=140436217874048 CPUtime=0.08 cores=1,3,5,7
/proc/9291/task/9346/stat : 9346 (java) S 9288 9291 4562 0 -1 1077944384 2 13239 0 0 0 0 5 3 20 0 6 0 49389923 10212057088 4648 33554432000 4194304 4196468 140734771880080 140278264249232 140278341265109 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9347] ppid=9288 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9291/task/9347/stat : 9347 (java) S 9288 9291 4562 0 -1 1077944384 1 13239 0 0 0 0 5 3 20 0 6 0 49389923 10212057088 4648 33554432000 4194304 4196468 140734771880080 140277913148432 140278341265109 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9348] ppid=9288 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9291/task/9348/stat : 9348 (java) S 9288 9291 4562 0 -1 1077944384 2 13239 0 0 0 0 5 3 20 0 6 0 49389923 10212057088 4648 33554432000 4194304 4196468 140734771880080 140277912095888 140278341265109 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18592 KiB

[startup+0.210281 s]*
/proc/loadavg: 1.55 1.43 1.42 3/215 9357
/proc/meminfo: memFree=21066128/32770624 swapFree=67108860/67108860
[pid=9291] ppid=9288 vsize=10818904 memory=45056 CPUtime=0.25 cores=1,3,5,7
/proc/9291/stat : 9291 (java) S 9288 9291 4562 0 -1 1077944320 7486 13239 0 0 16 1 5 3 20 0 15 0 49389913 11078557696 11264 33554432000 4194304 4196468 140734771880080 140734771862624 140278341254903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
/proc/9291/statm: 2704726 11264 2948 1 0 2667149 0
[pid=9291/tid=9344] ppid=9288 vsize=10818904 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/9291/task/9344/stat : 9344 (java) R 9288 9291 4562 0 -1 4202560 4190 13239 0 0 10 1 5 3 20 0 15 0 49389922 11078557696 11396 33554432000 4194304 4196468 140734771880080 140278313061256 140278321530663 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9345] ppid=9288 vsize=10818904 memory=331 CPUtime=0.08 cores=1,3,5,7
/proc/9291/task/9345/stat : 9345 (java) S 9288 9291 4562 0 -1 1077944384 2 13239 0 0 0 0 5 3 20 0 15 0 49389923 11078557696 11462 33554432000 4194304 4196468 140734771880080 140278345497360 140278341265109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9346] ppid=9288 vsize=10818904 memory=140436217883596 CPUtime=0.08 cores=1,3,5,7
/proc/9291/task/9346/stat : 9346 (java) S 9288 9291 4562 0 -1 1077944384 2 13239 0 0 0 0 5 3 20 0 15 0 49389923 11078557696 11462 33554432000 4194304 4196468 140734771880080 140278264249232 140278341265109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9347] ppid=9288 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9291/task/9347/stat : 9347 (java) S 9288 9291 4562 0 -1 1077944384 1 13239 0 0 0 0 5 3 20 0 15 0 49389923 11078557696 11462 33554432000 4194304 4196468 140734771880080 140277913148432 140278341265109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9348] ppid=9288 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9291/task/9348/stat : 9348 (java) S 9288 9291 4562 0 -1 1077944384 2 13239 0 0 0 0 5 3 20 0 15 0 49389923 11078557696 11462 33554432000 4194304 4196468 140734771880080 140277912095888 140278341265109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9349] ppid=9288 vsize=10818904 memory=140436217874048 CPUtime=0.08 cores=1,3,5,7
/proc/9291/task/9349/stat : 9349 (java) S 9288 9291 4562 0 -1 1077944384 2 13239 0 0 0 0 5 3 20 0 15 0 49389924 11078557696 11462 33554432000 4194304 4196468 140734771880080 140277867841520 140278341266050 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9350] ppid=9288 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9291/task/9350/stat : 9350 (java) S 9288 9291 4562 0 -1 1077944384 13 13239 0 0 0 0 5 3 20 0 15 0 49389925 11078557696 11462 33554432000 4194304 4196468 140734771880080 140277792629664 140278341265109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9351] ppid=9288 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9291/task/9351/stat : 9351 (java) S 9288 9291 4562 0 -1 1077944384 1 13239 0 0 0 0 5 3 20 0 15 0 49389925 11078557696 11462 33554432000 4194304 4196468 140734771880080 140277658412016 140278341265109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9352] ppid=9288 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9291/task/9352/stat : 9352 (java) S 9288 9291 4562 0 -1 1077944384 2 13239 0 0 0 0 5 3 20 0 15 0 49389928 11078557696 11462 33554432000 4194304 4196468 140734771880080 140277054433488 140278341273499 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9353] ppid=9288 vsize=10818904 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9291/task/9353/stat : 9353 (java) S 9288 9291 4562 0 -1 1077944384 357 13239 0 0 1 0 5 3 20 0 15 0 49389928 11078557696 11462 33554432000 4194304 4196468 140734771880080 140277866789360 140278341266050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9354] ppid=9288 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9291/task/9354/stat : 9354 (java) S 9288 9291 4562 0 -1 1077944384 243 13239 0 0 0 0 5 3 20 0 15 0 49389928 11078557696 11462 33554432000 4194304 4196468 140734771880080 140277865736816 140278341266050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9355] ppid=9288 vsize=10818904 memory=140436217874048 CPUtime=0.11 cores=1,3,5,7
/proc/9291/task/9355/stat : 9355 (java) S 9288 9291 4562 0 -1 1077944384 638 13239 0 0 3 0 5 3 20 0 15 0 49389928 11078557696 11462 33554432000 4194304 4196468 140734771880080 140277864684272 140278341266050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9356] ppid=9288 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9291/task/9356/stat : 9356 (java) S 9288 9291 4562 0 -1 1077944384 3 13239 0 0 0 0 5 3 20 0 15 0 49389928 11078557696 11528 33554432000 4194304 4196468 140734771880080 140276584672352 140278341265109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9357] ppid=9288 vsize=10818904 memory=140436217874048 CPUtime=0.08 cores=1,3,5,7
/proc/9291/task/9357/stat : 9357 (java) S 9288 9291 4562 0 -1 1077944384 1 13239 0 0 0 0 5 3 20 0 15 0 49389928 11078557696 11528 33554432000 4194304 4196468 140734771880080 140277863631152 140278341266050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 45056 KiB

[startup+0.31013 s]*
/proc/loadavg: 1.55 1.43 1.42 3/215 9357
/proc/meminfo: memFree=21054096/32770624 swapFree=67108860/67108860
[pid=9291] ppid=9288 vsize=10819352 memory=57328 CPUtime=0.39 cores=1,3,5,7
/proc/9291/stat : 9291 (java) S 9288 9291 4562 0 -1 1077944320 10398 13239 0 0 28 3 5 3 20 0 15 0 49389913 11079016448 14332 33554432000 4194304 4196468 140734771880080 140734771862624 140278341254903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
/proc/9291/statm: 2704838 14332 3067 1 0 2667149 0
[pid=9291/tid=9344] ppid=9288 vsize=10819352 memory=8112282956445269571 CPUtime=0.29 cores=1,3,5,7
/proc/9291/task/9344/stat : 9344 (java) R 9288 9291 4562 0 -1 4202560 6924 13239 0 0 19 2 5 3 20 0 15 0 49389922 11079016448 14332 33554432000 4194304 4196468 140734771880080 140278313066912 140278325335390 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9345] ppid=9288 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9291/task/9345/stat : 9345 (java) S 9288 9291 4562 0 -1 1077944384 2 13239 0 0 0 0 5 3 20 0 15 0 49389923 11079016448 14332 33554432000 4194304 4196468 140734771880080 140278345497360 140278341265109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9346] ppid=9288 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9291/task/9346/stat : 9346 (java) S 9288 9291 4562 0 -1 1077944384 2 13239 0 0 0 0 5 3 20 0 15 0 49389923 11079016448 14332 33554432000 4194304 4196468 140734771880080 140278264249232 140278341265109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9347] ppid=9288 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9291/task/9347/stat : 9347 (java) S 9288 9291 4562 0 -1 1077944384 1 13239 0 0 0 0 5 3 20 0 15 0 49389923 11079016448 14332 33554432000 4194304 4196468 140734771880080 140277913148432 140278341265109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9348] ppid=9288 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9291/task/9348/stat : 9348 (java) S 9288 9291 4562 0 -1 1077944384 2 13239 0 0 0 0 5 3 20 0 15 0 49389923 11079016448 14332 33554432000 4194304 4196468 140734771880080 140277912095888 140278341265109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9349] ppid=9288 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9291/task/9349/stat : 9349 (java) S 9288 9291 4562 0 -1 1077944384 2 13239 0 0 0 0 5 3 20 0 15 0 49389924 11079016448 14332 33554432000 4194304 4196468 140734771880080 140277867841520 140278341266050 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9350] ppid=9288 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9291/task/9350/stat : 9350 (java) S 9288 9291 4562 0 -1 1077944384 13 13239 0 0 0 0 5 3 20 0 15 0 49389925 11079016448 14332 33554432000 4194304 4196468 140734771880080 140277792629664 140278341265109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9351] ppid=9288 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9291/task/9351/stat : 9351 (java) S 9288 9291 4562 0 -1 1077944384 1 13239 0 0 0 0 5 3 20 0 15 0 49389925 11079016448 14332 33554432000 4194304 4196468 140734771880080 140277658412016 140278341265109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9352] ppid=9288 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9291/task/9352/stat : 9352 (java) S 9288 9291 4562 0 -1 1077944384 2 13239 0 0 0 0 5 3 20 0 15 0 49389928 11079016448 14332 33554432000 4194304 4196468 140734771880080 140277054433488 140278341273499 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9353] ppid=9288 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9291/task/9353/stat : 9353 (java) S 9288 9291 4562 0 -1 1077944384 358 13239 0 0 1 0 5 3 20 0 15 0 49389928 11079016448 14332 33554432000 4194304 4196468 140734771880080 140277866789360 140278341266050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9354] ppid=9288 vsize=10819352 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/9291/task/9354/stat : 9354 (java) S 9288 9291 4562 0 -1 1077944384 243 13239 0 0 1 0 5 3 20 0 15 0 49389928 11079016448 14332 33554432000 4194304 4196468 140734771880080 140277865736816 140278341266050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9355] ppid=9288 vsize=10819352 memory=140436217874048 CPUtime=0.13 cores=1,3,5,7
/proc/9291/task/9355/stat : 9355 (java) S 9288 9291 4562 0 -1 1077944384 657 13239 0 0 5 0 5 3 20 0 15 0 49389928 11079016448 14332 33554432000 4194304 4196468 140734771880080 140277864684272 140278341266050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9356] ppid=9288 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9291/task/9356/stat : 9356 (java) S 9288 9291 4562 0 -1 1077944384 3 13239 0 0 0 0 5 3 20 0 15 0 49389928 11079016448 14332 33554432000 4194304 4196468 140734771880080 140276584672352 140278341265109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9357] ppid=9288 vsize=10819352 memory=140436217874048 CPUtime=0.08 cores=1,3,5,7
/proc/9291/task/9357/stat : 9357 (java) S 9288 9291 4562 0 -1 1077944384 1 13239 0 0 0 0 5 3 20 0 15 0 49389928 11079016448 14332 33554432000 4194304 4196468 140734771880080 140277863631152 140278341266050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 57328 KiB

[startup+0.7008 s]
/proc/loadavg: 1.55 1.43 1.42 4/215 9357
/proc/meminfo: memFree=21041940/32770624 swapFree=67108860/67108860
[pid=9291] ppid=9288 vsize=10819352 memory=90820 CPUtime=1 cores=1,3,5,7
/proc/9291/stat : 9291 (java) S 9288 9291 4562 0 -1 1077944320 16757 13239 0 0 88 4 5 3 20 0 15 0 49389913 11079016448 22705 33554432000 4194304 4196468 140734771880080 140734771862624 140278341254903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
/proc/9291/statm: 2704838 22705 3247 1 0 2667149 0
[pid=9291/tid=9344] ppid=9288 vsize=10819352 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/9291/task/9344/stat : 9344 (java) R 9288 9291 4562 0 -1 4202560 12154 13239 0 0 56 2 5 3 20 0 15 0 49389922 11079016448 22705 33554432000 4194304 4196468 140734771880080 140278313075728 140278341276829 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9345] ppid=9288 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9291/task/9345/stat : 9345 (java) S 9288 9291 4562 0 -1 1077944384 2 13239 0 0 0 0 5 3 20 0 15 0 49389923 11079016448 22705 33554432000 4194304 4196468 140734771880080 140278345497360 140278341265109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9346] ppid=9288 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9291/task/9346/stat : 9346 (java) S 9288 9291 4562 0 -1 1077944384 2 13239 0 0 0 0 5 3 20 0 15 0 49389923 11079016448 22705 33554432000 4194304 4196468 140734771880080 140278264249232 140278341265109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9347] ppid=9288 vsize=10819352 memory=140436102591248 CPUtime=0.08 cores=1,3,5,7
/proc/9291/task/9347/stat : 9347 (java) S 9288 9291 4562 0 -1 1077944384 1 13239 0 0 0 0 5 3 20 0 15 0 49389923 11079016448 22705 33554432000 4194304 4196468 140734771880080 140277913148432 140278341265109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9348] ppid=9288 vsize=10819352 memory=140436840645204 CPUtime=0.08 cores=1,3,5,7
/proc/9291/task/9348/stat : 9348 (java) S 9288 9291 4562 0 -1 1077944384 2 13239 0 0 0 0 5 3 20 0 15 0 49389923 11079016448 22705 33554432000 4194304 4196468 140734771880080 140277912095888 140278341265109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9349] ppid=9288 vsize=10819352 memory=8368 CPUtime=0.08 cores=1,3,5,7
/proc/9291/task/9349/stat : 9349 (java) S 9288 9291 4562 0 -1 1077944384 6 13239 0 0 0 0 5 3 20 0 15 0 49389924 11079016448 22705 33554432000 4194304 4196468 140734771880080 140277867841520 140278341266050 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9350] ppid=9288 vsize=10819352 memory=7662705889289527641 CPUtime=0.08 cores=1,3,5,7
/proc/9291/task/9350/stat : 9350 (java) S 9288 9291 4562 0 -1 1077944384 13 13239 0 0 0 0 5 3 20 0 15 0 49389925 11079016448 22705 33554432000 4194304 4196468 140734771880080 140277792629664 140278341265109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9351] ppid=9288 vsize=10819352 memory=7885635084775281010 CPUtime=0.08 cores=1,3,5,7
/proc/9291/task/9351/stat : 9351 (java) S 9288 9291 4562 0 -1 1077944384 1 13239 0 0 0 0 5 3 20 0 15 0 49389925 11079016448 22705 33554432000 4194304 4196468 140734771880080 140277658412016 140278341265109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9352] ppid=9288 vsize=10819352 memory=16436 CPUtime=0.08 cores=1,3,5,7
/proc/9291/task/9352/stat : 9352 (java) S 9288 9291 4562 0 -1 1077944384 2 13239 0 0 0 0 5 3 20 0 15 0 49389928 11079016448 22705 33554432000 4194304 4196468 140734771880080 140277054433488 140278341273499 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9353] ppid=9288 vsize=10819352 memory=9972 CPUtime=0.18 cores=1,3,5,7
/proc/9291/task/9353/stat : 9353 (java) S 9288 9291 4562 0 -1 1077944384 961 13239 0 0 10 0 5 3 20 0 15 0 49389928 11079016448 22705 33554432000 4194304 4196468 140734771880080 140277866789360 140278341266050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9354] ppid=9288 vsize=10819352 memory=4008 CPUtime=0.15 cores=1,3,5,7
/proc/9291/task/9354/stat : 9354 (java) S 9288 9291 4562 0 -1 1077944384 669 13239 0 0 7 0 5 3 20 0 15 0 49389928 11079016448 22705 33554432000 4194304 4196468 140734771880080 140277865736816 140278341266050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9355] ppid=9288 vsize=10819352 memory=1796 CPUtime=0.21 cores=1,3,5,7
/proc/9291/task/9355/stat : 9355 (java) R 9288 9291 4562 0 -1 4202560 747 13239 0 0 13 0 5 3 20 0 15 0 49389928 11079016448 22705 33554432000 4194304 4196468 140734771880080 140277864684272 140278320710400 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9356] ppid=9288 vsize=10819352 memory=644 CPUtime=0.08 cores=1,3,5,7
/proc/9291/task/9356/stat : 9356 (java) S 9288 9291 4562 0 -1 1077944384 3 13239 0 0 0 0 5 3 20 0 15 0 49389928 11079016448 22705 33554432000 4194304 4196468 140734771880080 140276584672352 140278341265109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9357] ppid=9288 vsize=10819352 memory=956 CPUtime=0.08 cores=1,3,5,7
/proc/9291/task/9357/stat : 9357 (java) S 9288 9291 4562 0 -1 1077944384 1 13239 0 0 0 0 5 3 20 0 15 0 49389928 11079016448 22705 33554432000 4194304 4196468 140734771880080 140277863631152 140278341266050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 90820 KiB

[startup+1.50076 s]
/proc/loadavg: 1.55 1.43 1.42 4/215 9357
/proc/meminfo: memFree=20995804/32770624 swapFree=67108860/67108860
[pid=9291] ppid=9288 vsize=10836300 memory=182376 CPUtime=2.26 cores=1,3,5,7
/proc/9291/stat : 9291 (java) S 9288 9291 4562 0 -1 1077944320 24054 13239 0 0 209 9 5 3 20 0 15 0 49389913 11096371200 45594 33554432000 4194304 4196468 140734771880080 140734771862624 140278341254903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
/proc/9291/statm: 2709075 45594 3472 1 0 2670733 0
[pid=9291/tid=9344] ppid=9288 vsize=10836300 memory=66900 CPUtime=1.43 cores=1,3,5,7
/proc/9291/task/9344/stat : 9344 (java) R 9288 9291 4562 0 -1 4202560 17851 13239 0 0 130 5 5 3 20 0 15 0 49389922 11096371200 45594 33554432000 4194304 4196468 140734771880080 140278313085312 140278319700513 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9345] ppid=9288 vsize=10836300 memory=8112282956445269571 CPUtime=0.09 cores=1,3,5,7
/proc/9291/task/9345/stat : 9345 (java) S 9288 9291 4562 0 -1 1077944384 252 13239 0 0 1 0 5 3 20 0 15 0 49389923 11096371200 45594 33554432000 4194304 4196468 140734771880080 140278345497360 140278341265109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9346] ppid=9288 vsize=10836300 memory=280872205213856 CPUtime=0.09 cores=1,3,5,7
/proc/9291/task/9346/stat : 9346 (java) S 9288 9291 4562 0 -1 1077944384 32 13239 0 0 1 0 5 3 20 0 15 0 49389923 11096371200 45594 33554432000 4194304 4196468 140734771880080 140278264249232 140278341265109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9347] ppid=9288 vsize=10836300 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9291/task/9347/stat : 9347 (java) S 9288 9291 4562 0 -1 1077944384 70 13239 0 0 1 0 5 3 20 0 15 0 49389923 11096371200 45594 33554432000 4194304 4196468 140734771880080 140277913148432 140278341265109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9348] ppid=9288 vsize=10836300 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9291/task/9348/stat : 9348 (java) S 9288 9291 4562 0 -1 1077944384 19 13239 0 0 1 0 5 3 20 0 15 0 49389923 11096371200 45594 33554432000 4194304 4196468 140734771880080 140277912095888 140278341265109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9349] ppid=9288 vsize=10836300 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9291/task/9349/stat : 9349 (java) S 9288 9291 4562 0 -1 1077944384 62 13239 0 0 1 0 5 3 20 0 15 0 49389924 11096371200 45594 33554432000 4194304 4196468 140734771880080 140277867841520 140278341266050 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9350] ppid=9288 vsize=10836300 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9291/task/9350/stat : 9350 (java) S 9288 9291 4562 0 -1 1077944384 14 13239 0 0 0 0 5 3 20 0 15 0 49389925 11096371200 45594 33554432000 4194304 4196468 140734771880080 140277792629728 140278341265109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9351] ppid=9288 vsize=10836300 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9291/task/9351/stat : 9351 (java) S 9288 9291 4562 0 -1 1077944384 1 13239 0 0 0 0 5 3 20 0 15 0 49389925 11096371200 45594 33554432000 4194304 4196468 140734771880080 140277658412032 140278341265109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9352] ppid=9288 vsize=10836300 memory=-2746958450906831424 CPUtime=0.08 cores=1,3,5,7
/proc/9291/task/9352/stat : 9352 (java) S 9288 9291 4562 0 -1 1077944384 2 13239 0 0 0 0 5 3 20 0 15 0 49389928 11096371200 45594 33554432000 4194304 4196468 140734771880080 140277054433488 140278341273499 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9353] ppid=9288 vsize=10836300 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/9291/task/9353/stat : 9353 (java) S 9288 9291 4562 0 -1 1077944384 1118 13239 0 0 20 0 5 3 20 0 15 0 49389928 11096371200 45594 33554432000 4194304 4196468 140734771880080 140277866789360 140278341266050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9354] ppid=9288 vsize=10836300 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/9291/task/9354/stat : 9354 (java) S 9288 9291 4562 0 -1 1077944384 1173 13239 0 0 21 0 5 3 20 0 15 0 49389928 11096371200 45594 33554432000 4194304 4196468 140734771880080 140277865736816 140278341266050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9355] ppid=9288 vsize=10836300 memory=8112282956445269571 CPUtime=0.38 cores=1,3,5,7
/proc/9291/task/9355/stat : 9355 (java) S 9288 9291 4562 0 -1 1077944384 1263 13239 0 0 30 0 5 3 20 0 15 0 49389928 11096371200 45594 33554432000 4194304 4196468 140734771880080 140277864684272 140278341266050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9356] ppid=9288 vsize=10836300 memory=4638778398332698720 CPUtime=0.08 cores=1,3,5,7
/proc/9291/task/9356/stat : 9356 (java) S 9288 9291 4562 0 -1 1077944384 3 13239 0 0 0 0 5 3 20 0 15 0 49389928 11096371200 45594 33554432000 4194304 4196468 140734771880080 140276584672352 140278341265109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9357] ppid=9288 vsize=10836300 memory=280872205458304 CPUtime=0.08 cores=1,3,5,7
/proc/9291/task/9357/stat : 9357 (java) S 9288 9291 4562 0 -1 1077944384 1 13239 0 0 0 0 5 3 20 0 15 0 49389928 11096371200 45594 33554432000 4194304 4196468 140734771880080 140277863631152 140278341266050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 10836300 KiB

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


[startup+448.001 s]*
/proc/loadavg: 1.35 1.33 1.39 3/216 9397
/proc/meminfo: memFree=20373092/32770624 swapFree=67108860/67108860
[pid=9291] ppid=9288 vsize=10914144 memory=719680 CPUtime=459.04 cores=1,3,5,7
/proc/9291/stat : 9291 (java) S 9288 9291 4562 0 -1 1077944320 119864 13239 0 0 45809 87 5 3 20 0 15 0 49389913 11176083456 179920 33554432000 4194304 4196468 140734771880080 140734771862624 140278341254903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
/proc/9291/statm: 2728536 179920 3520 1 0 2690189 0
[pid=9291/tid=9344] ppid=9288 vsize=10914144 memory=719600 CPUtime=443.37 cores=1,3,5,7
/proc/9291/task/9344/stat : 9344 (java) R 9288 9291 4562 0 -1 4202560 52087 13239 0 0 44307 22 5 3 20 0 15 0 49389922 11176083456 179920 33554432000 4194304 4196468 140734771880080 140278313088384 140277955212232 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9345] ppid=9288 vsize=10914144 memory=719600 CPUtime=1.93 cores=1,3,5,7
/proc/9291/task/9345/stat : 9345 (java) S 9288 9291 4562 0 -1 1077944384 3427 13239 0 0 175 10 5 3 20 0 15 0 49389923 11176083456 179920 33554432000 4194304 4196468 140734771880080 140278345497360 140278341265109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9346] ppid=9288 vsize=10914144 memory=4872558044660077418 CPUtime=1.93 cores=1,3,5,7
/proc/9291/task/9346/stat : 9346 (java) S 9288 9291 4562 0 -1 1077944384 3300 13239 0 0 173 12 5 3 20 0 15 0 49389923 11176083456 179920 33554432000 4194304 4196468 140734771880080 140278264249232 140278341265109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9347] ppid=9288 vsize=10914144 memory=4104 CPUtime=1.95 cores=1,3,5,7
/proc/9291/task/9347/stat : 9347 (java) S 9288 9291 4562 0 -1 1077944384 2973 13239 0 0 174 13 5 3 20 0 15 0 49389923 11176083456 179920 33554432000 4194304 4196468 140734771880080 140277913148432 140278341265109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9348] ppid=9288 vsize=10914144 memory=1408 CPUtime=1.92 cores=1,3,5,7
/proc/9291/task/9348/stat : 9348 (java) S 9288 9291 4562 0 -1 1077944384 6837 13239 0 0 171 13 5 3 20 0 15 0 49389923 11176083456 179920 33554432000 4194304 4196468 140734771880080 140277912095888 140278341265109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9349] ppid=9288 vsize=10914144 memory=3228 CPUtime=1.84 cores=1,3,5,7
/proc/9291/task/9349/stat : 9349 (java) S 9288 9291 4562 0 -1 1077944384 5727 13239 0 0 169 7 5 3 20 0 15 0 49389924 11176083456 179920 33554432000 4194304 4196468 140734771880080 140277867841520 140278341266050 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 31 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9350] ppid=9288 vsize=10914144 memory=1948 CPUtime=0.08 cores=1,3,5,7
/proc/9291/task/9350/stat : 9350 (java) S 9288 9291 4562 0 -1 1077944384 14 13239 0 0 0 0 5 3 20 0 15 0 49389925 11176083456 179920 33554432000 4194304 4196468 140734771880080 140277792629792 140278341265109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9351] ppid=9288 vsize=10914144 memory=1200 CPUtime=0.08 cores=1,3,5,7
/proc/9291/task/9351/stat : 9351 (java) S 9288 9291 4562 0 -1 1077944384 1 13239 0 0 0 0 5 3 20 0 15 0 49389925 11176083456 179920 33554432000 4194304 4196468 140734771880080 140277658412032 140278341265109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9352] ppid=9288 vsize=10914144 memory=719600 CPUtime=0.08 cores=1,3,5,7
/proc/9291/task/9352/stat : 9352 (java) S 9288 9291 4562 0 -1 1077944384 2 13239 0 0 0 0 5 3 20 0 15 0 49389928 11176083456 179920 33554432000 4194304 4196468 140734771880080 140277054433488 140278341273499 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9353] ppid=9288 vsize=10914144 memory=719600 CPUtime=2.53 cores=1,3,5,7
/proc/9291/task/9353/stat : 9353 (java) S 9288 9291 4562 0 -1 1077944384 15046 13239 0 0 242 3 5 3 20 0 15 0 49389928 11176083456 179920 33554432000 4194304 4196468 140734771880080 140277866789360 140278341266050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 36 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9354] ppid=9288 vsize=10914144 memory=8112282956445269571 CPUtime=2.38 cores=1,3,5,7
/proc/9291/task/9354/stat : 9354 (java) S 9288 9291 4562 0 -1 1077944384 12603 13239 0 0 229 1 5 3 20 0 15 0 49389928 11176083456 179920 33554432000 4194304 4196468 140734771880080 140277865736816 140278341266050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9355] ppid=9288 vsize=10914144 memory=1008 CPUtime=1.46 cores=1,3,5,7
/proc/9291/task/9355/stat : 9355 (java) S 9288 9291 4562 0 -1 1077944384 15379 13239 0 0 135 3 5 3 20 0 15 0 49389928 11176083456 179920 33554432000 4194304 4196468 140734771880080 140277864684272 140278341266050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 35 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9356] ppid=9288 vsize=10914144 memory=5520 CPUtime=0.08 cores=1,3,5,7
/proc/9291/task/9356/stat : 9356 (java) S 9288 9291 4562 0 -1 1077944384 3 13239 0 0 0 0 5 3 20 0 15 0 49389928 11176083456 179920 33554432000 4194304 4196468 140734771880080 140276584672352 140278341265109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9357] ppid=9288 vsize=10914144 memory=4616 CPUtime=0.34 cores=1,3,5,7
/proc/9291/task/9357/stat : 9357 (java) S 9288 9291 4562 0 -1 1077944384 272 13239 0 0 13 13 5 3 20 0 15 0 49389928 11176083456 179920 33554432000 4194304 4196468 140734771880080 140277863631152 140278341266050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 32 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
Current children cumulated CPU time: 459.04 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 719680 KiB

[startup+451.201 s]
/proc/loadavg: 1.40 1.35 1.39 3/216 9397
/proc/meminfo: memFree=20373092/32770624 swapFree=67108860/67108860
[pid=9291] ppid=9288 vsize=10914144 memory=719736 CPUtime=462.28 cores=1,3,5,7
/proc/9291/stat : 9291 (java) S 9288 9291 4562 0 -1 1077944320 121326 13239 0 0 46132 88 5 3 20 0 15 0 49389913 11176083456 179934 33554432000 4194304 4196468 140734771880080 140734771862624 140278341254903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
/proc/9291/statm: 2728536 179934 3520 1 0 2690189 0
[pid=9291/tid=9344] ppid=9288 vsize=10914144 memory=719736 CPUtime=446.52 cores=1,3,5,7
/proc/9291/task/9344/stat : 9344 (java) R 9288 9291 4562 0 -1 4202560 52546 13239 0 0 44622 22 5 3 20 0 15 0 49389922 11176083456 179934 33554432000 4194304 4196468 140734771880080 140278313089744 140277955924592 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9345] ppid=9288 vsize=10914144 memory=1948 CPUtime=1.95 cores=1,3,5,7
/proc/9291/task/9345/stat : 9345 (java) S 9288 9291 4562 0 -1 1077944384 3450 13239 0 0 177 10 5 3 20 0 15 0 49389923 11176083456 179934 33554432000 4194304 4196468 140734771880080 140278345497360 140278341265109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9346] ppid=9288 vsize=10914144 memory=1200 CPUtime=1.95 cores=1,3,5,7
/proc/9291/task/9346/stat : 9346 (java) S 9288 9291 4562 0 -1 1077944384 3308 13239 0 0 175 12 5 3 20 0 15 0 49389923 11176083456 179934 33554432000 4194304 4196468 140734771880080 140278264249232 140278341265109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9347] ppid=9288 vsize=10914144 memory=8112282956445269571 CPUtime=1.96 cores=1,3,5,7
/proc/9291/task/9347/stat : 9347 (java) S 9288 9291 4562 0 -1 1077944384 3126 13239 0 0 175 13 5 3 20 0 15 0 49389923 11176083456 179934 33554432000 4194304 4196468 140734771880080 140277913148432 140278341265109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9348] ppid=9288 vsize=10914144 memory=16264 CPUtime=1.95 cores=1,3,5,7
/proc/9291/task/9348/stat : 9348 (java) S 9288 9291 4562 0 -1 1077944384 7313 13239 0 0 173 14 5 3 20 0 15 0 49389923 11176083456 179934 33554432000 4194304 4196468 140734771880080 140277912095888 140278341265109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9349] ppid=9288 vsize=10914144 memory=2436 CPUtime=1.85 cores=1,3,5,7
/proc/9291/task/9349/stat : 9349 (java) S 9288 9291 4562 0 -1 1077944384 6042 13239 0 0 170 7 5 3 20 0 15 0 49389924 11176083456 179934 33554432000 4194304 4196468 140734771880080 140277867841520 140278341266050 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 31 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9350] ppid=9288 vsize=10914144 memory=1296 CPUtime=0.08 cores=1,3,5,7
/proc/9291/task/9350/stat : 9350 (java) S 9288 9291 4562 0 -1 1077944384 14 13239 0 0 0 0 5 3 20 0 15 0 49389925 11176083456 179934 33554432000 4194304 4196468 140734771880080 140277792629792 140278341265109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9351] ppid=9288 vsize=10914144 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/9291/task/9351/stat : 9351 (java) S 9288 9291 4562 0 -1 1077944384 1 13239 0 0 0 0 5 3 20 0 15 0 49389925 11176083456 179934 33554432000 4194304 4196468 140734771880080 140277658412032 140278341265109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9352] ppid=9288 vsize=10914144 memory=4140 CPUtime=0.08 cores=1,3,5,7
/proc/9291/task/9352/stat : 9352 (java) S 9288 9291 4562 0 -1 1077944384 2 13239 0 0 0 0 5 3 20 0 15 0 49389928 11176083456 179934 33554432000 4194304 4196468 140734771880080 140277054433488 140278341273499 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9353] ppid=9288 vsize=10914144 memory=16264 CPUtime=2.53 cores=1,3,5,7
/proc/9291/task/9353/stat : 9353 (java) S 9288 9291 4562 0 -1 1077944384 15049 13239 0 0 242 3 5 3 20 0 15 0 49389928 11176083456 179934 33554432000 4194304 4196468 140734771880080 140277866789360 140278341266050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 36 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9354] ppid=9288 vsize=10914144 memory=2436 CPUtime=2.38 cores=1,3,5,7
/proc/9291/task/9354/stat : 9354 (java) S 9288 9291 4562 0 -1 1077944384 12605 13239 0 0 229 1 5 3 20 0 15 0 49389928 11176083456 179934 33554432000 4194304 4196468 140734771880080 140277865736816 140278341266050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9355] ppid=9288 vsize=10914144 memory=2240 CPUtime=1.46 cores=1,3,5,7
/proc/9291/task/9355/stat : 9355 (java) S 9288 9291 4562 0 -1 1077944384 15382 13239 0 0 135 3 5 3 20 0 15 0 49389928 11176083456 179934 33554432000 4194304 4196468 140734771880080 140277864684272 140278341266050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 35 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9356] ppid=9288 vsize=10914144 memory=4124 CPUtime=0.08 cores=1,3,5,7
/proc/9291/task/9356/stat : 9356 (java) S 9288 9291 4562 0 -1 1077944384 3 13239 0 0 0 0 5 3 20 0 15 0 49389928 11176083456 179934 33554432000 4194304 4196468 140734771880080 140276584672352 140278341265109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9357] ppid=9288 vsize=10914144 memory=193 CPUtime=0.34 cores=1,3,5,7
/proc/9291/task/9357/stat : 9357 (java) S 9288 9291 4562 0 -1 1077944384 292 13239 0 0 13 13 5 3 20 0 15 0 49389928 11176083456 179934 33554432000 4194304 4196468 140734771880080 140277863631152 140278341266050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 32 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
Current children cumulated CPU time: 462.28 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 719736 KiB

[startup+452.801 s]
/proc/loadavg: 1.40 1.35 1.39 3/216 9397
/proc/meminfo: memFree=20373092/32770624 swapFree=67108860/67108860
[pid=9291] ppid=9288 vsize=10914144 memory=719736 CPUtime=463.9 cores=1,3,5,7
/proc/9291/stat : 9291 (java) S 9288 9291 4562 0 -1 1077944320 121357 13239 0 0 46294 88 5 3 20 0 15 0 49389913 11176083456 179934 33554432000 4194304 4196468 140734771880080 140734771862624 140278341254903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
/proc/9291/statm: 2728536 179934 3520 1 0 2690189 0
[pid=9291/tid=9344] ppid=9288 vsize=10914144 memory=719736 CPUtime=448.1 cores=1,3,5,7
/proc/9291/task/9344/stat : 9344 (java) R 9288 9291 4562 0 -1 4202560 52562 13239 0 0 44780 22 5 3 20 0 15 0 49389922 11176083456 179934 33554432000 4194304 4196468 140734771880080 140278313088336 140277943968894 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9345] ppid=9288 vsize=10914144 memory=719736 CPUtime=1.96 cores=1,3,5,7
/proc/9291/task/9345/stat : 9345 (java) S 9288 9291 4562 0 -1 1077944384 3450 13239 0 0 178 10 5 3 20 0 15 0 49389923 11176083456 179934 33554432000 4194304 4196468 140734771880080 140278345497360 140278341265109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9346] ppid=9288 vsize=10914144 memory=719736 CPUtime=1.96 cores=1,3,5,7
/proc/9291/task/9346/stat : 9346 (java) S 9288 9291 4562 0 -1 1077944384 3309 13239 0 0 176 12 5 3 20 0 15 0 49389923 11176083456 179934 33554432000 4194304 4196468 140734771880080 140278264249232 140278341265109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9347] ppid=9288 vsize=10914144 memory=719736 CPUtime=1.97 cores=1,3,5,7
/proc/9291/task/9347/stat : 9347 (java) S 9288 9291 4562 0 -1 1077944384 3127 13239 0 0 176 13 5 3 20 0 15 0 49389923 11176083456 179934 33554432000 4194304 4196468 140734771880080 140277913148432 140278341265109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9348] ppid=9288 vsize=10914144 memory=8243114992657236051 CPUtime=1.96 cores=1,3,5,7
/proc/9291/task/9348/stat : 9348 (java) S 9288 9291 4562 0 -1 1077944384 7317 13239 0 0 174 14 5 3 20 0 15 0 49389923 11176083456 179934 33554432000 4194304 4196468 140734771880080 140277912095888 140278341265109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9349] ppid=9288 vsize=10914144 memory=719680 CPUtime=1.86 cores=1,3,5,7
/proc/9291/task/9349/stat : 9349 (java) S 9288 9291 4562 0 -1 1077944384 6049 13239 0 0 171 7 5 3 20 0 15 0 49389924 11176083456 179934 33554432000 4194304 4196468 140734771880080 140277867841520 140278341266050 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 31 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9350] ppid=9288 vsize=10914144 memory=6656426216303648864 CPUtime=0.08 cores=1,3,5,7
/proc/9291/task/9350/stat : 9350 (java) S 9288 9291 4562 0 -1 1077944384 14 13239 0 0 0 0 5 3 20 0 15 0 49389925 11176083456 179934 33554432000 4194304 4196468 140734771880080 140277792629792 140278341265109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9351] ppid=9288 vsize=10914144 memory=7598824234097836114 CPUtime=0.08 cores=1,3,5,7
/proc/9291/task/9351/stat : 9351 (java) S 9288 9291 4562 0 -1 1077944384 1 13239 0 0 0 0 5 3 20 0 15 0 49389925 11176083456 179934 33554432000 4194304 4196468 140734771880080 140277658412032 140278341265109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9352] ppid=9288 vsize=10914144 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/9291/task/9352/stat : 9352 (java) S 9288 9291 4562 0 -1 1077944384 2 13239 0 0 0 0 5 3 20 0 15 0 49389928 11176083456 179934 33554432000 4194304 4196468 140734771880080 140277054433488 140278341273499 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9353] ppid=9288 vsize=10914144 memory=16264 CPUtime=2.53 cores=1,3,5,7
/proc/9291/task/9353/stat : 9353 (java) S 9288 9291 4562 0 -1 1077944384 15049 13239 0 0 242 3 5 3 20 0 15 0 49389928 11176083456 179934 33554432000 4194304 4196468 140734771880080 140277866789360 140278341266050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 36 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9354] ppid=9288 vsize=10914144 memory=2436 CPUtime=2.38 cores=1,3,5,7
/proc/9291/task/9354/stat : 9354 (java) S 9288 9291 4562 0 -1 1077944384 12605 13239 0 0 229 1 5 3 20 0 15 0 49389928 11176083456 179934 33554432000 4194304 4196468 140734771880080 140277865736816 140278341266050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9355] ppid=9288 vsize=10914144 memory=1296 CPUtime=1.46 cores=1,3,5,7
/proc/9291/task/9355/stat : 9355 (java) S 9288 9291 4562 0 -1 1077944384 15382 13239 0 0 135 3 5 3 20 0 15 0 49389928 11176083456 179934 33554432000 4194304 4196468 140734771880080 140277864684272 140278341266050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 35 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9356] ppid=9288 vsize=10914144 memory=1728 CPUtime=0.08 cores=1,3,5,7
/proc/9291/task/9356/stat : 9356 (java) S 9288 9291 4562 0 -1 1077944384 3 13239 0 0 0 0 5 3 20 0 15 0 49389928 11176083456 179934 33554432000 4194304 4196468 140734771880080 140276584672352 140278341265109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9357] ppid=9288 vsize=10914144 memory=719680 CPUtime=0.34 cores=1,3,5,7
/proc/9291/task/9357/stat : 9357 (java) S 9288 9291 4562 0 -1 1077944384 294 13239 0 0 13 13 5 3 20 0 15 0 49389928 11176083456 179934 33554432000 4194304 4196468 140734771880080 140277863631152 140278341266050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 32 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
Current children cumulated CPU time: 463.9 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 719736 KiB

[startup+453.602 s]
/proc/loadavg: 1.40 1.35 1.39 3/216 9397
/proc/meminfo: memFree=20373092/32770624 swapFree=67108860/67108860
[pid=9291] ppid=9288 vsize=10914144 memory=719736 CPUtime=464.71 cores=1,3,5,7
/proc/9291/stat : 9291 (java) S 9288 9291 4562 0 -1 1077944320 121363 13239 0 0 46375 88 5 3 20 0 15 0 49389913 11176083456 179934 33554432000 4194304 4196468 140734771880080 140734771862624 140278341254903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
/proc/9291/statm: 2728536 179934 3520 1 0 2690189 0
[pid=9291/tid=9344] ppid=9288 vsize=10914144 memory=8112282956445269571 CPUtime=448.89 cores=1,3,5,7
/proc/9291/task/9344/stat : 9344 (java) R 9288 9291 4562 0 -1 4202560 52567 13239 0 0 44859 22 5 3 20 0 15 0 49389922 11176083456 179934 33554432000 4194304 4196468 140734771880080 140278313088384 140277950501855 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9345] ppid=9288 vsize=10914144 memory=1008 CPUtime=1.96 cores=1,3,5,7
/proc/9291/task/9345/stat : 9345 (java) S 9288 9291 4562 0 -1 1077944384 3450 13239 0 0 178 10 5 3 20 0 15 0 49389923 11176083456 179934 33554432000 4194304 4196468 140734771880080 140278345497360 140278341265109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9346] ppid=9288 vsize=10914144 memory=5520 CPUtime=1.96 cores=1,3,5,7
/proc/9291/task/9346/stat : 9346 (java) S 9288 9291 4562 0 -1 1077944384 3309 13239 0 0 176 12 5 3 20 0 15 0 49389923 11176083456 179934 33554432000 4194304 4196468 140734771880080 140278264249232 140278341265109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9347] ppid=9288 vsize=10914144 memory=4616 CPUtime=1.97 cores=1,3,5,7
/proc/9291/task/9347/stat : 9347 (java) S 9288 9291 4562 0 -1 1077944384 3127 13239 0 0 176 13 5 3 20 0 15 0 49389923 11176083456 179934 33554432000 4194304 4196468 140734771880080 140277913148432 140278341265109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9348] ppid=9288 vsize=10914144 memory=1428 CPUtime=1.96 cores=1,3,5,7
/proc/9291/task/9348/stat : 9348 (java) S 9288 9291 4562 0 -1 1077944384 7317 13239 0 0 174 14 5 3 20 0 15 0 49389923 11176083456 179934 33554432000 4194304 4196468 140734771880080 140277912095888 140278341265109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9349] ppid=9288 vsize=10914144 memory=12976 CPUtime=1.86 cores=1,3,5,7
/proc/9291/task/9349/stat : 9349 (java) S 9288 9291 4562 0 -1 1077944384 6050 13239 0 0 171 7 5 3 20 0 15 0 49389924 11176083456 179934 33554432000 4194304 4196468 140734771880080 140277867841520 140278341266050 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 31 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9350] ppid=9288 vsize=10914144 memory=4140 CPUtime=0.08 cores=1,3,5,7
/proc/9291/task/9350/stat : 9350 (java) S 9288 9291 4562 0 -1 1077944384 14 13239 0 0 0 0 5 3 20 0 15 0 49389925 11176083456 179934 33554432000 4194304 4196468 140734771880080 140277792629792 140278341265109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9351] ppid=9288 vsize=10914144 memory=16264 CPUtime=0.08 cores=1,3,5,7
/proc/9291/task/9351/stat : 9351 (java) S 9288 9291 4562 0 -1 1077944384 1 13239 0 0 0 0 5 3 20 0 15 0 49389925 11176083456 179934 33554432000 4194304 4196468 140734771880080 140277658412032 140278341265109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9352] ppid=9288 vsize=10914144 memory=2436 CPUtime=0.08 cores=1,3,5,7
/proc/9291/task/9352/stat : 9352 (java) S 9288 9291 4562 0 -1 1077944384 2 13239 0 0 0 0 5 3 20 0 15 0 49389928 11176083456 179934 33554432000 4194304 4196468 140734771880080 140277054433488 140278341273499 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9353] ppid=9288 vsize=10914144 memory=1296 CPUtime=2.53 cores=1,3,5,7
/proc/9291/task/9353/stat : 9353 (java) S 9288 9291 4562 0 -1 1077944384 15049 13239 0 0 242 3 5 3 20 0 15 0 49389928 11176083456 179934 33554432000 4194304 4196468 140734771880080 140277866789360 140278341266050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 36 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9354] ppid=9288 vsize=10914144 memory=8112282956445269571 CPUtime=2.38 cores=1,3,5,7
/proc/9291/task/9354/stat : 9354 (java) S 9288 9291 4562 0 -1 1077944384 12605 13239 0 0 229 1 5 3 20 0 15 0 49389928 11176083456 179934 33554432000 4194304 4196468 140734771880080 140277865736816 140278341266050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9355] ppid=9288 vsize=10914144 memory=4104 CPUtime=1.46 cores=1,3,5,7
/proc/9291/task/9355/stat : 9355 (java) S 9288 9291 4562 0 -1 1077944384 15382 13239 0 0 135 3 5 3 20 0 15 0 49389928 11176083456 179934 33554432000 4194304 4196468 140734771880080 140277864684272 140278341266050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 35 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9356] ppid=9288 vsize=10914144 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/9291/task/9356/stat : 9356 (java) S 9288 9291 4562 0 -1 1077944384 3 13239 0 0 0 0 5 3 20 0 15 0 49389928 11176083456 179934 33554432000 4194304 4196468 140734771880080 140276584672352 140278341265109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
[pid=9291/tid=9357] ppid=9288 vsize=10914144 memory=3228 CPUtime=0.34 cores=1,3,5,7
/proc/9291/task/9357/stat : 9357 (java) S 9288 9291 4562 0 -1 1077944384 294 13239 0 0 13 13 5 3 20 0 15 0 49389928 11176083456 179934 33554432000 4194304 4196468 140734771880080 140277863631152 140278341266050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 32 0 0 6293624 6294260 19984384 140734771882607 140734771885404 140734771885404 140734771888079 0
Current children cumulated CPU time: 464.71 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 719736 KiB

[startup+453.801 s]*
/proc/loadavg: 1.40 1.35 1.39 3/203 9398
/proc/meminfo: memFree=21070620/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 453.81
CPU time (s): 464.988
CPU user time (s): 464.055
CPU system time (s): 0.933606
CPU usage (%): 102.463
Max. virtual memory (cumulated for all children) (KiB): 10914144
Max. memory (cumulated for all children) (KiB): 719736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 464.055
system time used= 0.933606
maximum resident set size= 722232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 143564
page faults= 0
swaps= 0
block input operations= 0
block output operations= 728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 53464
involuntary context switches= 1395


# summary of solver processes directly reported to runsolver:
#   pid: 9291
#   total CPU time (s): 464.988
#   total CPU user time (s): 464.055
#   total CPU system time (s): 0.933606

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.577 second user time and 4.48605 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-23 05:57:47
IDJOB=4293415
IDBENCH=141173
IDSOLVER=2750
FILE ID=node136/4293415-1532318267
RUNJOBID= node136-1532296223-4594
PBS_JOBID= 21018988
Free space on /tmp= 57088 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K05-P02_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293415-1532318267/watcher-4293415-1532318267 -o /tmp/evaluation-result-4293415-1532318267/solver-4293415-1532318267 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532296223-4594 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=235216438 HOME/instance-4293415-1532318267.xml

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

MD5SUM BENCH= 803795f7a37fd3a40686e408980b1bff
RANDOM SEED=235216438

node136.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.50
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.50
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.50
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.50
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:        21097304 kB
MemAvailable:   31146088 kB
Buffers:          258896 kB
Cached:          9993772 kB
SwapCached:            0 kB
Active:          2040568 kB
Inactive:        9059484 kB
Active(anon):     850452 kB
Inactive(anon):    16916 kB
Active(file):    1190116 kB
Inactive(file):  9042568 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26524 kB
Writeback:             0 kB
AnonPages:        869740 kB
Mapped:            49772 kB
Shmem:             17036 kB
Slab:             271904 kB
SReclaimable:     244560 kB
SUnreclaim:        27344 kB
KernelStack:        3792 kB
PageTables:         6896 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1814132 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    632832 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 57060 MiB
End job on node136 at 2018-07-23 06:05:21