Trace number 4293406

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 17.1685 11.1952

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.98/0.74	c Concrete v3.8.1528841891564 running
16.99/11.17	v <instantiation>
16.99/11.17	v       <list>
16.99/11.17	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]
16.99/11.17	v       </list>
16.99/11.17	v       <values>
16.99/11.17	v         0 25 24 2 8 13 23 17 16 18 3 6 12 20 22 1 4 21 25 22 5 6 2 3 8 21 17 24 23 16 11 15 4 7 1 13 12 9 14 10 19 18 20
16.99/11.17	v       </values>
16.99/11.17	v     </instantiation>
16.99/11.17	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 (7891 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-4293406-1532318255/watcher-4293406-1532318255 -o /tmp/evaluation-result-4293406-1532318255/solver-4293406-1532318255 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532296223-4594 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=797891562 HOME/instance-4293406-1532318255.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=9164, runsolver pid=9161

[startup+0.100577 s]*
/proc/loadavg: 1.42 1.40 1.41 2/206 9221
/proc/meminfo: memFree=21088840/32770624 swapFree=67108860/67108860
[pid=9164] ppid=9161 vsize=9972712 memory=16548 CPUtime=0.08 cores=1,3,5,7
/proc/9164/stat : 9164 (java) S 9161 9164 4562 0 -1 1077944320 4299 12974 0 0 1 0 4 3 20 0 6 0 49388722 10212057088 4137 33554432000 4194304 4196468 140724509591808 140724509574352 139737554210551 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
/proc/9164/statm: 2493178 4137 1932 1 0 2481616 0
[pid=9164/tid=9217] ppid=9161 vsize=9972712 memory=-8745273339715829695 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9217/stat : 9217 (java) R 9161 9164 4562 0 -1 4202560 2141 12974 0 0 0 0 4 3 20 0 6 0 49388731 10212057088 4203 33554432000 4194304 4196468 140724509591808 139737526047312 139737554232477 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9218] ppid=9161 vsize=9972712 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9218/stat : 9218 (java) S 9161 9164 4562 0 -1 1077944384 1 12974 0 0 0 0 4 3 20 0 6 0 49388732 10212057088 4203 33554432000 4194304 4196468 140724509591808 139737558452880 139737554220757 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9219] ppid=9161 vsize=9972712 memory=140193348400768 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9219/stat : 9219 (java) S 9161 9164 4562 0 -1 1077944384 1 12974 0 0 0 0 4 3 20 0 6 0 49388732 10212057088 4203 33554432000 4194304 4196468 140724509591808 139737446726160 139737554220757 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9220] ppid=9161 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9220/stat : 9220 (java) S 9161 9164 4562 0 -1 1077944384 1 12974 0 0 0 0 4 3 20 0 6 0 49388732 10212057088 4203 33554432000 4194304 4196468 140724509591808 139737445673360 139737554220757 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9221] ppid=9161 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9221/stat : 9221 (java) S 9161 9164 4562 0 -1 1077944384 2 12974 0 0 0 0 4 3 20 0 6 0 49388732 10212057088 4203 33554432000 4194304 4196468 140724509591808 139737444620560 139737554220757 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16548 KiB

[startup+0.209804 s]*
/proc/loadavg: 1.42 1.40 1.41 3/215 9230
/proc/meminfo: memFree=21071356/32770624 swapFree=67108860/67108860
[pid=9164] ppid=9161 vsize=10818904 memory=39868 CPUtime=0.25 cores=1,3,5,7
/proc/9164/stat : 9164 (java) S 9161 9164 4562 0 -1 1077944320 7655 12974 0 0 17 1 4 3 20 0 15 0 49388722 11078557696 9967 33554432000 4194304 4196468 140724509591808 140724509574352 139737554210551 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
/proc/9164/statm: 2704726 9967 2991 1 0 2667149 0
[pid=9164/tid=9217] ppid=9161 vsize=10818904 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/9164/task/9217/stat : 9217 (java) R 9161 9164 4562 0 -1 4202560 4357 12974 0 0 11 0 4 3 20 0 15 0 49388731 11078557696 10099 33554432000 4194304 4196468 140724509591808 139737526006592 139737534486300 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9218] ppid=9161 vsize=10818904 memory=331 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9218/stat : 9218 (java) S 9161 9164 4562 0 -1 1077944384 1 12974 0 0 0 0 4 3 20 0 15 0 49388732 11078557696 10165 33554432000 4194304 4196468 140724509591808 139737558452880 139737554220757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9219] ppid=9161 vsize=10818904 memory=140193348410189 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9219/stat : 9219 (java) S 9161 9164 4562 0 -1 1077944384 1 12974 0 0 0 0 4 3 20 0 15 0 49388732 11078557696 10165 33554432000 4194304 4196468 140724509591808 139737446726160 139737554220757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9220] ppid=9161 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9220/stat : 9220 (java) S 9161 9164 4562 0 -1 1077944384 1 12974 0 0 0 0 4 3 20 0 15 0 49388732 11078557696 10165 33554432000 4194304 4196468 140724509591808 139737445673360 139737554220757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9221] ppid=9161 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9221/stat : 9221 (java) S 9161 9164 4562 0 -1 1077944384 2 12974 0 0 0 0 4 3 20 0 15 0 49388732 11078557696 10165 33554432000 4194304 4196468 140724509591808 139737444620560 139737554220757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9222] ppid=9161 vsize=10818904 memory=140193348400768 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9222/stat : 9222 (java) S 9161 9164 4562 0 -1 1077944384 2 12974 0 0 0 0 4 3 20 0 15 0 49388733 11078557696 10165 33554432000 4194304 4196468 140724509591808 139737013615472 139737554221698 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9223] ppid=9161 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9223/stat : 9223 (java) S 9161 9164 4562 0 -1 1077944384 33 12974 0 0 0 0 4 3 20 0 15 0 49388734 11078557696 10165 33554432000 4194304 4196468 140724509591808 139737012561440 139737554220757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9224] ppid=9161 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9224/stat : 9224 (java) S 9161 9164 4562 0 -1 1077944384 1 12974 0 0 0 0 4 3 20 0 15 0 49388734 11078557696 10165 33554432000 4194304 4196468 140724509591808 139736425424240 139737554220757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9225] ppid=9161 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9225/stat : 9225 (java) S 9161 9164 4562 0 -1 1077944384 3 12974 0 0 0 0 4 3 20 0 15 0 49388737 11078557696 10165 33554432000 4194304 4196468 140724509591808 139736118024528 139737554229147 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9226] ppid=9161 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9164/task/9226/stat : 9226 (java) S 9161 9164 4562 0 -1 1077944384 548 12974 0 0 1 0 4 3 20 0 15 0 49388737 11078557696 10165 33554432000 4194304 4196468 140724509591808 139736979003760 139737554221698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9227] ppid=9161 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9164/task/9227/stat : 9227 (java) S 9161 9164 4562 0 -1 1077944384 66 12974 0 0 1 0 4 3 20 0 15 0 49388737 11078557696 10165 33554432000 4194304 4196468 140724509591808 139736977950960 139737554221698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9228] ppid=9161 vsize=10818904 memory=140193348400768 CPUtime=0.1 cores=1,3,5,7
/proc/9164/task/9228/stat : 9228 (java) S 9161 9164 4562 0 -1 1077944384 601 12974 0 0 3 0 4 3 20 0 15 0 49388737 11078557696 10165 33554432000 4194304 4196468 140724509591808 139736976898160 139737554221698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9229] ppid=9161 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9229/stat : 9229 (java) S 9161 9164 4562 0 -1 1077944384 3 12974 0 0 0 0 4 3 20 0 15 0 49388737 11078557696 10231 33554432000 4194304 4196468 140724509591808 139736084465888 139737554220757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9230] ppid=9161 vsize=10818904 memory=140193348400768 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9230/stat : 9230 (java) S 9161 9164 4562 0 -1 1077944384 1 12974 0 0 0 0 4 3 20 0 15 0 49388737 11078557696 10231 33554432000 4194304 4196468 140724509591808 139736975846576 139737554221698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 39868 KiB

[startup+0.310175 s]*
/proc/loadavg: 1.42 1.40 1.41 3/215 9230
/proc/meminfo: memFree=21059200/32770624 swapFree=67108860/67108860
[pid=9164] ppid=9161 vsize=10819352 memory=52168 CPUtime=0.38 cores=1,3,5,7
/proc/9164/stat : 9164 (java) S 9161 9164 4562 0 -1 1077944320 10568 12974 0 0 29 2 4 3 20 0 15 0 49388722 11079016448 13042 33554432000 4194304 4196468 140724509591808 140724509574352 139737554210551 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
/proc/9164/statm: 2704838 13042 3110 1 0 2667149 0
[pid=9164/tid=9217] ppid=9161 vsize=10819352 memory=8112282956445269571 CPUtime=0.27 cores=1,3,5,7
/proc/9164/task/9217/stat : 9217 (java) R 9161 9164 4562 0 -1 4202560 7101 12974 0 0 19 1 4 3 20 0 15 0 49388731 11079016448 13042 33554432000 4194304 4196468 140724509591808 139737526022560 139737534485881 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9218] ppid=9161 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9218/stat : 9218 (java) S 9161 9164 4562 0 -1 1077944384 1 12974 0 0 0 0 4 3 20 0 15 0 49388732 11079016448 13042 33554432000 4194304 4196468 140724509591808 139737558452880 139737554220757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9219] ppid=9161 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9219/stat : 9219 (java) S 9161 9164 4562 0 -1 1077944384 1 12974 0 0 0 0 4 3 20 0 15 0 49388732 11079016448 13042 33554432000 4194304 4196468 140724509591808 139737446726160 139737554220757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9220] ppid=9161 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9220/stat : 9220 (java) S 9161 9164 4562 0 -1 1077944384 1 12974 0 0 0 0 4 3 20 0 15 0 49388732 11079016448 13042 33554432000 4194304 4196468 140724509591808 139737445673360 139737554220757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9221] ppid=9161 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9221/stat : 9221 (java) S 9161 9164 4562 0 -1 1077944384 2 12974 0 0 0 0 4 3 20 0 15 0 49388732 11079016448 13042 33554432000 4194304 4196468 140724509591808 139737444620560 139737554220757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9222] ppid=9161 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9222/stat : 9222 (java) S 9161 9164 4562 0 -1 1077944384 2 12974 0 0 0 0 4 3 20 0 15 0 49388733 11079016448 13042 33554432000 4194304 4196468 140724509591808 139737013615472 139737554221698 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9223] ppid=9161 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9223/stat : 9223 (java) S 9161 9164 4562 0 -1 1077944384 33 12974 0 0 0 0 4 3 20 0 15 0 49388734 11079016448 13042 33554432000 4194304 4196468 140724509591808 139737012561440 139737554220757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9224] ppid=9161 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9224/stat : 9224 (java) S 9161 9164 4562 0 -1 1077944384 1 12974 0 0 0 0 4 3 20 0 15 0 49388734 11079016448 13042 33554432000 4194304 4196468 140724509591808 139736425424240 139737554220757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9225] ppid=9161 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9225/stat : 9225 (java) S 9161 9164 4562 0 -1 1077944384 3 12974 0 0 0 0 4 3 20 0 15 0 49388737 11079016448 13042 33554432000 4194304 4196468 140724509591808 139736118024528 139737554229147 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9226] ppid=9161 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9164/task/9226/stat : 9226 (java) S 9161 9164 4562 0 -1 1077944384 548 12974 0 0 1 0 4 3 20 0 15 0 49388737 11079016448 13042 33554432000 4194304 4196468 140724509591808 139736979003760 139737554221698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9227] ppid=9161 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9164/task/9227/stat : 9227 (java) S 9161 9164 4562 0 -1 1077944384 67 12974 0 0 1 0 4 3 20 0 15 0 49388737 11079016448 13042 33554432000 4194304 4196468 140724509591808 139736977950960 139737554221698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9228] ppid=9161 vsize=10819352 memory=140193348400768 CPUtime=0.11 cores=1,3,5,7
/proc/9164/task/9228/stat : 9228 (java) S 9161 9164 4562 0 -1 1077944384 611 12974 0 0 4 0 4 3 20 0 15 0 49388737 11079016448 13042 33554432000 4194304 4196468 140724509591808 139736976898160 139737554221698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9229] ppid=9161 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9229/stat : 9229 (java) S 9161 9164 4562 0 -1 1077944384 3 12974 0 0 0 0 4 3 20 0 15 0 49388737 11079016448 13042 33554432000 4194304 4196468 140724509591808 139736084465888 139737554220757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9230] ppid=9161 vsize=10819352 memory=140193348400768 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9230/stat : 9230 (java) S 9161 9164 4562 0 -1 1077944384 1 12974 0 0 0 0 4 3 20 0 15 0 49388737 11079016448 13042 33554432000 4194304 4196468 140724509591808 139736975846576 139737554221698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 52168 KiB

[startup+0.700769 s]
/proc/loadavg: 1.42 1.40 1.41 3/215 9230
/proc/meminfo: memFree=21048212/32770624 swapFree=67108860/67108860
[pid=9164] ppid=9161 vsize=10819352 memory=84384 CPUtime=0.98 cores=1,3,5,7
/proc/9164/stat : 9164 (java) S 9161 9164 4562 0 -1 1077944320 16765 12974 0 0 87 4 4 3 20 0 15 0 49388722 11079016448 21096 33554432000 4194304 4196468 140724509591808 140724509574352 139737554210551 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
/proc/9164/statm: 2704838 21096 3237 1 0 2667149 0
[pid=9164/tid=9217] ppid=9161 vsize=10819352 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/9164/task/9217/stat : 9217 (java) R 9161 9164 4562 0 -1 4202560 12214 12974 0 0 56 2 4 3 20 0 15 0 49388731 11079016448 21096 33554432000 4194304 4196468 140724509591808 139737526031376 139737534486354 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9218] ppid=9161 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9218/stat : 9218 (java) S 9161 9164 4562 0 -1 1077944384 1 12974 0 0 0 0 4 3 20 0 15 0 49388732 11079016448 21096 33554432000 4194304 4196468 140724509591808 139737558452880 139737554220757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9219] ppid=9161 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9219/stat : 9219 (java) S 9161 9164 4562 0 -1 1077944384 1 12974 0 0 0 0 4 3 20 0 15 0 49388732 11079016448 21096 33554432000 4194304 4196468 140724509591808 139737446726160 139737554220757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9220] ppid=9161 vsize=10819352 memory=140193235612432 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9220/stat : 9220 (java) S 9161 9164 4562 0 -1 1077944384 1 12974 0 0 0 0 4 3 20 0 15 0 49388732 11079016448 21096 33554432000 4194304 4196468 140724509591808 139737445673360 139737554220757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9221] ppid=9161 vsize=10819352 memory=140196322476628 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9221/stat : 9221 (java) S 9161 9164 4562 0 -1 1077944384 2 12974 0 0 0 0 4 3 20 0 15 0 49388732 11079016448 21096 33554432000 4194304 4196468 140724509591808 139737444620560 139737554220757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9222] ppid=9161 vsize=10819352 memory=8368 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9222/stat : 9222 (java) S 9161 9164 4562 0 -1 1077944384 5 12974 0 0 0 0 4 3 20 0 15 0 49388733 11079016448 21096 33554432000 4194304 4196468 140724509591808 139737013615472 139737554221698 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9223] ppid=9161 vsize=10819352 memory=7662705889289527641 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9223/stat : 9223 (java) S 9161 9164 4562 0 -1 1077944384 33 12974 0 0 0 0 4 3 20 0 15 0 49388734 11079016448 21096 33554432000 4194304 4196468 140724509591808 139737012561440 139737554220757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9224] ppid=9161 vsize=10819352 memory=7885635084775281010 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9224/stat : 9224 (java) S 9161 9164 4562 0 -1 1077944384 1 12974 0 0 0 0 4 3 20 0 15 0 49388734 11079016448 21096 33554432000 4194304 4196468 140724509591808 139736425424240 139737554220757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9225] ppid=9161 vsize=10819352 memory=16436 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9225/stat : 9225 (java) S 9161 9164 4562 0 -1 1077944384 3 12974 0 0 0 0 4 3 20 0 15 0 49388737 11079016448 21096 33554432000 4194304 4196468 140724509591808 139736118024528 139737554229147 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9226] ppid=9161 vsize=10819352 memory=9972 CPUtime=0.15 cores=1,3,5,7
/proc/9164/task/9226/stat : 9226 (java) S 9161 9164 4562 0 -1 1077944384 989 12974 0 0 8 0 4 3 20 0 15 0 49388737 11079016448 21096 33554432000 4194304 4196468 140724509591808 139736979003760 139737554221698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9227] ppid=9161 vsize=10819352 memory=4008 CPUtime=0.15 cores=1,3,5,7
/proc/9164/task/9227/stat : 9227 (java) S 9161 9164 4562 0 -1 1077944384 633 12974 0 0 8 0 4 3 20 0 15 0 49388737 11079016448 21096 33554432000 4194304 4196468 140724509591808 139736977950960 139737554221698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9228] ppid=9161 vsize=10819352 memory=1796 CPUtime=0.2 cores=1,3,5,7
/proc/9164/task/9228/stat : 9228 (java) S 9161 9164 4562 0 -1 1077944384 685 12974 0 0 13 0 4 3 20 0 15 0 49388737 11079016448 21096 33554432000 4194304 4196468 140724509591808 139736976898160 139737554221698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9229] ppid=9161 vsize=10819352 memory=644 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9229/stat : 9229 (java) S 9161 9164 4562 0 -1 1077944384 3 12974 0 0 0 0 4 3 20 0 15 0 49388737 11079016448 21096 33554432000 4194304 4196468 140724509591808 139736084465888 139737554220757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9230] ppid=9161 vsize=10819352 memory=956 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9230/stat : 9230 (java) S 9161 9164 4562 0 -1 1077944384 1 12974 0 0 0 0 4 3 20 0 15 0 49388737 11079016448 21096 33554432000 4194304 4196468 140724509591808 139736975846576 139737554221698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84384 KiB

[startup+1.50078 s]
/proc/loadavg: 1.42 1.40 1.41 4/215 9230
/proc/meminfo: memFree=21002004/32770624 swapFree=67108860/67108860
[pid=9164] ppid=9161 vsize=10836300 memory=176424 CPUtime=2.26 cores=1,3,5,7
/proc/9164/stat : 9164 (java) S 9161 9164 4562 0 -1 1077944320 24064 12974 0 0 210 9 4 3 20 0 15 0 49388722 11096371200 44106 33554432000 4194304 4196468 140724509591808 140724509574352 139737554210551 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
/proc/9164/statm: 2709075 44106 3466 1 0 2670733 0
[pid=9164/tid=9217] ppid=9161 vsize=10836300 memory=60968 CPUtime=1.42 cores=1,3,5,7
/proc/9164/task/9217/stat : 9217 (java) R 9161 9164 4562 0 -1 4202560 17882 12974 0 0 130 5 4 3 20 0 15 0 49388731 11096371200 44106 33554432000 4194304 4196468 140724509591808 139737526041040 139737534485873 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9218] ppid=9161 vsize=10836300 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/9164/task/9218/stat : 9218 (java) S 9161 9164 4562 0 -1 1077944384 21 12974 0 0 1 0 4 3 20 0 15 0 49388732 11096371200 44106 33554432000 4194304 4196468 140724509591808 139737558452880 139737554220757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9219] ppid=9161 vsize=10836300 memory=280386471256224 CPUtime=0.08 cores=1,3,5,7
/proc/9164/task/9219/stat : 9219 (java) S 9161 9164 4562 0 -1 1077944384 203 12974 0 0 1 0 4 3 20 0 15 0 49388732 11096371200 44106 33554432000 4194304 4196468 140724509591808 139737446726160 139737554220757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9220] ppid=9161 vsize=10836300 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9220/stat : 9220 (java) S 9161 9164 4562 0 -1 1077944384 68 12974 0 0 0 0 4 3 20 0 15 0 49388732 11096371200 44106 33554432000 4194304 4196468 140724509591808 139737445673360 139737554220757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9221] ppid=9161 vsize=10836300 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9221/stat : 9221 (java) S 9161 9164 4562 0 -1 1077944384 36 12974 0 0 0 0 4 3 20 0 15 0 49388732 11096371200 44106 33554432000 4194304 4196468 140724509591808 139737444620560 139737554220757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9222] ppid=9161 vsize=10836300 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9164/task/9222/stat : 9222 (java) S 9161 9164 4562 0 -1 1077944384 54 12974 0 0 1 0 4 3 20 0 15 0 49388733 11096371200 44106 33554432000 4194304 4196468 140724509591808 139737013615472 139737554221698 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9223] ppid=9161 vsize=10836300 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9223/stat : 9223 (java) S 9161 9164 4562 0 -1 1077944384 34 12974 0 0 0 0 4 3 20 0 15 0 49388734 11096371200 44106 33554432000 4194304 4196468 140724509591808 139737012561504 139737554220757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9224] ppid=9161 vsize=10836300 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9224/stat : 9224 (java) S 9161 9164 4562 0 -1 1077944384 1 12974 0 0 0 0 4 3 20 0 15 0 49388734 11096371200 44106 33554432000 4194304 4196468 140724509591808 139736425424256 139737554220757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9225] ppid=9161 vsize=10836300 memory=-2746958450906831424 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9225/stat : 9225 (java) S 9161 9164 4562 0 -1 1077944384 3 12974 0 0 0 0 4 3 20 0 15 0 49388737 11096371200 44106 33554432000 4194304 4196468 140724509591808 139736118024528 139737554229147 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9226] ppid=9161 vsize=10836300 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/9164/task/9226/stat : 9226 (java) S 9161 9164 4562 0 -1 1077944384 1498 12974 0 0 20 0 4 3 20 0 15 0 49388737 11096371200 44106 33554432000 4194304 4196468 140724509591808 139736979003760 139737554221698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9227] ppid=9161 vsize=10836300 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/9164/task/9227/stat : 9227 (java) S 9161 9164 4562 0 -1 1077944384 810 12974 0 0 21 0 4 3 20 0 15 0 49388737 11096371200 44106 33554432000 4194304 4196468 140724509591808 139736977950960 139737554221698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9228] ppid=9161 vsize=10836300 memory=8112282956445269571 CPUtime=0.37 cores=1,3,5,7
/proc/9164/task/9228/stat : 9228 (java) S 9161 9164 4562 0 -1 1077944384 1257 12974 0 0 30 0 4 3 20 0 15 0 49388737 11096371200 44106 33554432000 4194304 4196468 140724509591808 139736976898160 139737554221698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9229] ppid=9161 vsize=10836300 memory=4638778398332698720 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9229/stat : 9229 (java) S 9161 9164 4562 0 -1 1077944384 3 12974 0 0 0 0 4 3 20 0 15 0 49388737 11096371200 44106 33554432000 4194304 4196468 140724509591808 139736084465888 139737554220757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9230] ppid=9161 vsize=10836300 memory=280386471500672 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9230/stat : 9230 (java) S 9161 9164 4562 0 -1 1077944384 1 12974 0 0 0 0 4 3 20 0 15 0 49388737 11096371200 44106 33554432000 4194304 4196468 140724509591808 139736975846576 139737554221698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 10836300 KiB

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

[pid=9164/tid=9229] ppid=9161 vsize=10912096 memory=7679927811743456362 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9229/stat : 9229 (java) S 9161 9164 4562 0 -1 1077944384 3 12974 0 0 0 0 4 3 20 0 15 0 49388737 11173986304 127662 33554432000 4194304 4196468 140724509591808 139736084465888 139737554220757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9230] ppid=9161 vsize=10912096 memory=6944652027076318631 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9230/stat : 9230 (java) S 9161 9164 4562 0 -1 1077944384 1077 12974 0 0 0 0 4 3 20 0 15 0 49388737 11173986304 127662 33554432000 4194304 4196468 140724509591808 139736975846576 139737554221698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
Current children cumulated CPU time: 15.45 s
Current children cumulated vsize: 10912096 KiB
Current children cumulated memory: 510648 KiB

[startup+10.4008 s]
/proc/loadavg: 1.51 1.42 1.42 3/215 9230
/proc/meminfo: memFree=20599076/32770624 swapFree=67108860/67108860
[pid=9164] ppid=9161 vsize=10912096 memory=512868 CPUtime=16.26 cores=1,3,5,7
/proc/9164/stat : 9164 (java) S 9161 9164 4562 0 -1 1077944320 66411 12974 0 0 1596 23 4 3 20 0 15 0 49388722 11173986304 128217 33554432000 4194304 4196468 140724509591808 140724509574352 139737554210551 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
/proc/9164/statm: 2728024 128217 3518 1 0 2689677 0
[pid=9164/tid=9217] ppid=9161 vsize=10912096 memory=8112282956445269571 CPUtime=10.23 cores=1,3,5,7
/proc/9164/task/9217/stat : 9217 (java) R 9161 9164 4562 0 -1 4202560 38129 12974 0 0 1005 11 4 3 20 0 15 0 49388731 11173986304 128217 33554432000 4194304 4196468 140724509591808 139737526043584 139737120166676 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9218] ppid=9161 vsize=10912096 memory=576587674381544995 CPUtime=0.12 cores=1,3,5,7
/proc/9164/task/9218/stat : 9218 (java) S 9161 9164 4562 0 -1 1077944384 1168 12974 0 0 4 1 4 3 20 0 15 0 49388732 11173986304 128217 33554432000 4194304 4196468 140724509591808 139737558452880 139737554220757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9219] ppid=9161 vsize=10912096 memory=288287787869012824 CPUtime=0.11 cores=1,3,5,7
/proc/9164/task/9219/stat : 9219 (java) S 9161 9164 4562 0 -1 1077944384 331 12974 0 0 4 0 4 3 20 0 15 0 49388732 11173986304 128217 33554432000 4194304 4196468 140724509591808 139737446726160 139737554220757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9220] ppid=9161 vsize=10912096 memory=6944656592455097440 CPUtime=0.12 cores=1,3,5,7
/proc/9164/task/9220/stat : 9220 (java) S 9161 9164 4562 0 -1 1077944384 224 12974 0 0 4 1 4 3 20 0 15 0 49388732 11173986304 128217 33554432000 4194304 4196468 140724509591808 139737445673360 139737554220757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9221] ppid=9161 vsize=10912096 memory=510648 CPUtime=0.12 cores=1,3,5,7
/proc/9164/task/9221/stat : 9221 (java) S 9161 9164 4562 0 -1 1077944384 136 12974 0 0 5 0 4 3 20 0 15 0 49388732 11173986304 128217 33554432000 4194304 4196468 140724509591808 139737444620560 139737554220757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9222] ppid=9161 vsize=10912096 memory=280386471179616 CPUtime=0.11 cores=1,3,5,7
/proc/9164/task/9222/stat : 9222 (java) S 9161 9164 4562 0 -1 1077944384 1715 12974 0 0 4 0 4 3 20 0 15 0 49388733 11173986304 128217 33554432000 4194304 4196468 140724509591808 139737013615472 139737554221698 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9223] ppid=9161 vsize=10912096 memory=179538222925781 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9223/stat : 9223 (java) S 9161 9164 4562 0 -1 1077944384 40 12974 0 0 0 0 4 3 20 0 15 0 49388734 11173986304 128217 33554432000 4194304 4196468 140724509591808 139737012561504 139737554220757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9224] ppid=9161 vsize=10912096 memory=179538222925782 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9224/stat : 9224 (java) S 9161 9164 4562 0 -1 1077944384 3 12974 0 0 0 0 4 3 20 0 15 0 49388734 11173986304 128217 33554432000 4194304 4196468 140724509591808 139736425424256 139737554220757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9225] ppid=9161 vsize=10912096 memory=55 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9225/stat : 9225 (java) S 9161 9164 4562 0 -1 1077944384 3 12974 0 0 0 0 4 3 20 0 15 0 49388737 11173986304 128217 33554432000 4194304 4196468 140724509591808 139736118024528 139737554229147 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9226] ppid=9161 vsize=10912096 memory=8368 CPUtime=2.06 cores=1,3,5,7
/proc/9164/task/9226/stat : 9226 (java) S 9161 9164 4562 0 -1 1077944384 4984 12974 0 0 197 2 4 3 20 0 15 0 49388737 11173986304 128217 33554432000 4194304 4196468 140724509591808 139736979003760 139737554221698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9227] ppid=9161 vsize=10912096 memory=800 CPUtime=2.38 cores=1,3,5,7
/proc/9164/task/9227/stat : 9227 (java) S 9161 9164 4562 0 -1 1077944384 8797 12974 0 0 229 2 4 3 20 0 15 0 49388737 11173986304 128217 33554432000 4194304 4196468 140724509591808 139736977950960 139737554221698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9228] ppid=9161 vsize=10912096 memory=15876 CPUtime=1.46 cores=1,3,5,7
/proc/9164/task/9228/stat : 9228 (java) S 9161 9164 4562 0 -1 1077944384 7348 12974 0 0 137 2 4 3 20 0 15 0 49388737 11173986304 128217 33554432000 4194304 4196468 140724509591808 139736976898160 139737554221698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9229] ppid=9161 vsize=10912096 memory=16436 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9229/stat : 9229 (java) S 9161 9164 4562 0 -1 1077944384 3 12974 0 0 0 0 4 3 20 0 15 0 49388737 11173986304 128217 33554432000 4194304 4196468 140724509591808 139736084465888 139737554220757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9230] ppid=9161 vsize=10912096 memory=9972 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9230/stat : 9230 (java) S 9161 9164 4562 0 -1 1077944384 1337 12974 0 0 0 0 4 3 20 0 15 0 49388737 11173986304 128217 33554432000 4194304 4196468 140724509591808 139736975846576 139737554221698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
Current children cumulated CPU time: 16.26 s
Current children cumulated vsize: 10912096 KiB
Current children cumulated memory: 512868 KiB

[startup+10.8007 s]
/proc/loadavg: 1.51 1.42 1.42 3/215 9230
/proc/meminfo: memFree=20599076/32770624 swapFree=67108860/67108860
[pid=9164] ppid=9161 vsize=10912096 memory=512884 CPUtime=16.67 cores=1,3,5,7
/proc/9164/stat : 9164 (java) S 9161 9164 4562 0 -1 1077944320 66795 12974 0 0 1637 23 4 3 20 0 15 0 49388722 11173986304 128221 33554432000 4194304 4196468 140724509591808 140724509574352 139737554210551 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
/proc/9164/statm: 2728024 128221 3518 1 0 2689677 0
[pid=9164/tid=9217] ppid=9161 vsize=10912096 memory=8112282956445269571 CPUtime=10.63 cores=1,3,5,7
/proc/9164/task/9217/stat : 9217 (java) R 9161 9164 4562 0 -1 4202560 38148 12974 0 0 1045 11 4 3 20 0 15 0 49388731 11173986304 128221 33554432000 4194304 4196468 140724509591808 139737526043592 139737121239478 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9218] ppid=9161 vsize=10912096 memory=288230613214036277 CPUtime=0.12 cores=1,3,5,7
/proc/9164/task/9218/stat : 9218 (java) S 9161 9164 4562 0 -1 1077944384 1168 12974 0 0 4 1 4 3 20 0 15 0 49388732 11173986304 128221 33554432000 4194304 4196468 140724509591808 139737558452880 139737554220757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9219] ppid=9161 vsize=10912096 memory=13847486485760432 CPUtime=0.11 cores=1,3,5,7
/proc/9164/task/9219/stat : 9219 (java) S 9161 9164 4562 0 -1 1077944384 331 12974 0 0 4 0 4 3 20 0 15 0 49388732 11173986304 128221 33554432000 4194304 4196468 140724509591808 139737446726160 139737554220757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9220] ppid=9161 vsize=10912096 memory=1948 CPUtime=0.12 cores=1,3,5,7
/proc/9164/task/9220/stat : 9220 (java) S 9161 9164 4562 0 -1 1077944384 224 12974 0 0 4 1 4 3 20 0 15 0 49388732 11173986304 128221 33554432000 4194304 4196468 140724509591808 139737445673360 139737554220757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9221] ppid=9161 vsize=10912096 memory=1200 CPUtime=0.12 cores=1,3,5,7
/proc/9164/task/9221/stat : 9221 (java) S 9161 9164 4562 0 -1 1077944384 136 12974 0 0 5 0 4 3 20 0 15 0 49388732 11173986304 128221 33554432000 4194304 4196468 140724509591808 139737444620560 139737554220757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9222] ppid=9161 vsize=10912096 memory=8368 CPUtime=0.11 cores=1,3,5,7
/proc/9164/task/9222/stat : 9222 (java) S 9161 9164 4562 0 -1 1077944384 1715 12974 0 0 4 0 4 3 20 0 15 0 49388733 11173986304 128221 33554432000 4194304 4196468 140724509591808 139737013615472 139737554221698 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9223] ppid=9161 vsize=10912096 memory=800 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9223/stat : 9223 (java) S 9161 9164 4562 0 -1 1077944384 40 12974 0 0 0 0 4 3 20 0 15 0 49388734 11173986304 128221 33554432000 4194304 4196468 140724509591808 139737012561504 139737554220757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9224] ppid=9161 vsize=10912096 memory=15876 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9224/stat : 9224 (java) S 9161 9164 4562 0 -1 1077944384 3 12974 0 0 0 0 4 3 20 0 15 0 49388734 11173986304 128221 33554432000 4194304 4196468 140724509591808 139736425424256 139737554220757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9225] ppid=9161 vsize=10912096 memory=7014751519617013093 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9225/stat : 9225 (java) S 9161 9164 4562 0 -1 1077944384 3 12974 0 0 0 0 4 3 20 0 15 0 49388737 11173986304 128221 33554432000 4194304 4196468 140724509591808 139736118024528 139737554229147 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9226] ppid=9161 vsize=10912096 memory=6004533481796823908 CPUtime=2.06 cores=1,3,5,7
/proc/9164/task/9226/stat : 9226 (java) S 9161 9164 4562 0 -1 1077944384 5066 12974 0 0 197 2 4 3 20 0 15 0 49388737 11173986304 128221 33554432000 4194304 4196468 140724509591808 139736979003760 139737554221698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9227] ppid=9161 vsize=10912096 memory=6298684758161974122 CPUtime=2.39 cores=1,3,5,7
/proc/9164/task/9227/stat : 9227 (java) S 9161 9164 4562 0 -1 1077944384 9034 12974 0 0 230 2 4 3 20 0 15 0 49388737 11173986304 128221 33554432000 4194304 4196468 140724509591808 139736977950960 139737554221698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9228] ppid=9161 vsize=10912096 memory=6298684766701907048 CPUtime=1.47 cores=1,3,5,7
/proc/9164/task/9228/stat : 9228 (java) S 9161 9164 4562 0 -1 1077944384 7394 12974 0 0 138 2 4 3 20 0 15 0 49388737 11173986304 128221 33554432000 4194304 4196468 140724509591808 139736976898160 139737554221698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9229] ppid=9161 vsize=10912096 memory=6298684732476648295 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9229/stat : 9229 (java) S 9161 9164 4562 0 -1 1077944384 3 12974 0 0 0 0 4 3 20 0 15 0 49388737 11173986304 128221 33554432000 4194304 4196468 140724509591808 139736084465888 139737554220757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9230] ppid=9161 vsize=10912096 memory=7740684349415647342 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9230/stat : 9230 (java) S 9161 9164 4562 0 -1 1077944384 1337 12974 0 0 0 0 4 3 20 0 15 0 49388737 11173986304 128221 33554432000 4194304 4196468 140724509591808 139736975846576 139737554221698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
Current children cumulated CPU time: 16.67 s
Current children cumulated vsize: 10912096 KiB
Current children cumulated memory: 512884 KiB

[startup+11.0007 s]*
/proc/loadavg: 1.51 1.42 1.42 3/215 9230
/proc/meminfo: memFree=20568232/32770624 swapFree=67108860/67108860
[pid=9164] ppid=9161 vsize=10912096 memory=541620 CPUtime=16.89 cores=1,3,5,7
/proc/9164/stat : 9164 (java) S 9161 9164 4562 0 -1 1077944320 66942 12974 0 0 1659 23 4 3 20 0 15 0 49388722 11173986304 135405 33554432000 4194304 4196468 140724509591808 140724509574352 139737554210551 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
/proc/9164/statm: 2728024 135405 3518 1 0 2689677 0
[pid=9164/tid=9217] ppid=9161 vsize=10912096 memory=7022364594140610616 CPUtime=10.84 cores=1,3,5,7
/proc/9164/task/9217/stat : 9217 (java) R 9161 9164 4562 0 -1 4202560 38168 12974 0 0 1066 11 4 3 20 0 15 0 49388731 11173986304 135405 33554432000 4194304 4196468 140724509591808 139737526042176 139737120167371 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9218] ppid=9161 vsize=10912096 memory=331 CPUtime=0.12 cores=1,3,5,7
/proc/9164/task/9218/stat : 9218 (java) S 9161 9164 4562 0 -1 1077944384 1169 12974 0 0 4 1 4 3 20 0 15 0 49388732 11173986304 135405 33554432000 4194304 4196468 140724509591808 139737558452880 139737554220757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9219] ppid=9161 vsize=10912096 memory=140193348410189 CPUtime=0.11 cores=1,3,5,7
/proc/9164/task/9219/stat : 9219 (java) S 9161 9164 4562 0 -1 1077944384 331 12974 0 0 4 0 4 3 20 0 15 0 49388732 11173986304 135405 33554432000 4194304 4196468 140724509591808 139737446726160 139737554220757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9220] ppid=9161 vsize=10912096 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/9164/task/9220/stat : 9220 (java) S 9161 9164 4562 0 -1 1077944384 224 12974 0 0 4 1 4 3 20 0 15 0 49388732 11173986304 135405 33554432000 4194304 4196468 140724509591808 139737445673360 139737554220757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9221] ppid=9161 vsize=10912096 memory=-1 CPUtime=0.12 cores=1,3,5,7
/proc/9164/task/9221/stat : 9221 (java) S 9161 9164 4562 0 -1 1077944384 137 12974 0 0 5 0 4 3 20 0 15 0 49388732 11173986304 135405 33554432000 4194304 4196468 140724509591808 139737444620560 139737554220757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9222] ppid=9161 vsize=10912096 memory=140193348400768 CPUtime=0.11 cores=1,3,5,7
/proc/9164/task/9222/stat : 9222 (java) S 9161 9164 4562 0 -1 1077944384 1735 12974 0 0 4 0 4 3 20 0 15 0 49388733 11173986304 135405 33554432000 4194304 4196468 140724509591808 139737013615472 139737554221698 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9223] ppid=9161 vsize=10912096 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9223/stat : 9223 (java) S 9161 9164 4562 0 -1 1077944384 40 12974 0 0 0 0 4 3 20 0 15 0 49388734 11173986304 135405 33554432000 4194304 4196468 140724509591808 139737012561504 139737554220757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9224] ppid=9161 vsize=10912096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9224/stat : 9224 (java) S 9161 9164 4562 0 -1 1077944384 3 12974 0 0 0 0 4 3 20 0 15 0 49388734 11173986304 135405 33554432000 4194304 4196468 140724509591808 139736425424256 139737554220757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9225] ppid=9161 vsize=10912096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9225/stat : 9225 (java) S 9161 9164 4562 0 -1 1077944384 3 12974 0 0 0 0 4 3 20 0 15 0 49388737 11173986304 135405 33554432000 4194304 4196468 140724509591808 139736118024528 139737554229147 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9226] ppid=9161 vsize=10912096 memory=0 CPUtime=2.06 cores=1,3,5,7
/proc/9164/task/9226/stat : 9226 (java) S 9161 9164 4562 0 -1 1077944384 5134 12974 0 0 197 2 4 3 20 0 15 0 49388737 11173986304 135405 33554432000 4194304 4196468 140724509591808 139736979003760 139737554221698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9227] ppid=9161 vsize=10912096 memory=-1 CPUtime=2.39 cores=1,3,5,7
/proc/9164/task/9227/stat : 9227 (java) S 9161 9164 4562 0 -1 1077944384 9034 12974 0 0 230 2 4 3 20 0 15 0 49388737 11173986304 135405 33554432000 4194304 4196468 140724509591808 139736977950960 139737554221698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9228] ppid=9161 vsize=10912096 memory=140193348400768 CPUtime=1.47 cores=1,3,5,7
/proc/9164/task/9228/stat : 9228 (java) S 9161 9164 4562 0 -1 1077944384 7431 12974 0 0 138 2 4 3 20 0 15 0 49388737 11173986304 135405 33554432000 4194304 4196468 140724509591808 139736976898160 139737554221698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9229] ppid=9161 vsize=10912096 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9229/stat : 9229 (java) S 9161 9164 4562 0 -1 1077944384 3 12974 0 0 0 0 4 3 20 0 15 0 49388737 11173986304 135405 33554432000 4194304 4196468 140724509591808 139736084465888 139737554220757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9230] ppid=9161 vsize=10912096 memory=140193348400768 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9230/stat : 9230 (java) S 9161 9164 4562 0 -1 1077944384 1337 12974 0 0 0 0 4 3 20 0 15 0 49388737 11173986304 135405 33554432000 4194304 4196468 140724509591808 139736975846576 139737554221698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
Current children cumulated CPU time: 16.89 s
Current children cumulated vsize: 10912096 KiB
Current children cumulated memory: 541620 KiB

[startup+11.11 s]
/proc/loadavg: 1.51 1.42 1.42 3/215 9230
/proc/meminfo: memFree=20568232/32770624 swapFree=67108860/67108860
[pid=9164] ppid=9161 vsize=10912096 memory=541620 CPUtime=16.99 cores=1,3,5,7
/proc/9164/stat : 9164 (java) S 9161 9164 4562 0 -1 1077944320 67113 12974 0 0 1669 23 4 3 20 0 15 0 49388722 11173986304 135405 33554432000 4194304 4196468 140724509591808 140724509574352 139737554210551 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
/proc/9164/statm: 2728024 135405 3518 1 0 2689677 0
[pid=9164/tid=9217] ppid=9161 vsize=10912096 memory=280386470941056 CPUtime=10.94 cores=1,3,5,7
/proc/9164/task/9217/stat : 9217 (java) R 9161 9164 4562 0 -1 4202560 38174 12974 0 0 1076 11 4 3 20 0 15 0 49388731 11173986304 135405 33554432000 4194304 4196468 140724509591808 139737526042176 139737125705774 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9218] ppid=9161 vsize=10912096 memory=1200 CPUtime=0.12 cores=1,3,5,7
/proc/9164/task/9218/stat : 9218 (java) S 9161 9164 4562 0 -1 1077944384 1169 12974 0 0 4 1 4 3 20 0 15 0 49388732 11173986304 135405 33554432000 4194304 4196468 140724509591808 139737558452880 139737554220757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9219] ppid=9161 vsize=10912096 memory=8368 CPUtime=0.11 cores=1,3,5,7
/proc/9164/task/9219/stat : 9219 (java) S 9161 9164 4562 0 -1 1077944384 331 12974 0 0 4 0 4 3 20 0 15 0 49388732 11173986304 135405 33554432000 4194304 4196468 140724509591808 139737446726160 139737554220757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9220] ppid=9161 vsize=10912096 memory=5 CPUtime=0.12 cores=1,3,5,7
/proc/9164/task/9220/stat : 9220 (java) S 9161 9164 4562 0 -1 1077944384 224 12974 0 0 4 1 4 3 20 0 15 0 49388732 11173986304 135405 33554432000 4194304 4196468 140724509591808 139737445673360 139737554220757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9221] ppid=9161 vsize=10912096 memory=4 CPUtime=0.12 cores=1,3,5,7
/proc/9164/task/9221/stat : 9221 (java) S 9161 9164 4562 0 -1 1077944384 137 12974 0 0 5 0 4 3 20 0 15 0 49388732 11173986304 135405 33554432000 4194304 4196468 140724509591808 139737444620560 139737554220757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9222] ppid=9161 vsize=10912096 memory=479784 CPUtime=0.11 cores=1,3,5,7
/proc/9164/task/9222/stat : 9222 (java) S 9161 9164 4562 0 -1 1077944384 1735 12974 0 0 4 0 4 3 20 0 15 0 49388733 11173986304 135405 33554432000 4194304 4196468 140724509591808 139737013615472 139737554221698 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9223] ppid=9161 vsize=10912096 memory=-3253322038155611931 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9223/stat : 9223 (java) S 9161 9164 4562 0 -1 1077944384 40 12974 0 0 0 0 4 3 20 0 15 0 49388734 11173986304 135405 33554432000 4194304 4196468 140724509591808 139737012561504 139737554220757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9224] ppid=9161 vsize=10912096 memory=368704 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9224/stat : 9224 (java) S 9161 9164 4562 0 -1 1077944384 3 12974 0 0 0 0 4 3 20 0 15 0 49388734 11173986304 135405 33554432000 4194304 4196468 140724509591808 139736425424256 139737554220757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9225] ppid=9161 vsize=10912096 memory=2321518340484454464 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9225/stat : 9225 (java) S 9161 9164 4562 0 -1 1077944384 3 12974 0 0 0 0 4 3 20 0 15 0 49388737 11173986304 135405 33554432000 4194304 4196468 140724509591808 139736118024528 139737554229147 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9226] ppid=9161 vsize=10912096 memory=446848 CPUtime=2.06 cores=1,3,5,7
/proc/9164/task/9226/stat : 9226 (java) S 9161 9164 4562 0 -1 1077944384 5134 12974 0 0 197 2 4 3 20 0 15 0 49388737 11173986304 135405 33554432000 4194304 4196468 140724509591808 139736979003760 139737554221698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9227] ppid=9161 vsize=10912096 memory=512872 CPUtime=2.39 cores=1,3,5,7
/proc/9164/task/9227/stat : 9227 (java) S 9161 9164 4562 0 -1 1077944384 9170 12974 0 0 230 2 4 3 20 0 15 0 49388737 11173986304 135405 33554432000 4194304 4196468 140724509591808 139736977950960 139737554221698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9228] ppid=9161 vsize=10912096 memory=1796 CPUtime=1.47 cores=1,3,5,7
/proc/9164/task/9228/stat : 9228 (java) S 9161 9164 4562 0 -1 1077944384 7460 12974 0 0 138 2 4 3 20 0 15 0 49388737 11173986304 135405 33554432000 4194304 4196468 140724509591808 139736976898160 139737554221698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9229] ppid=9161 vsize=10912096 memory=644 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9229/stat : 9229 (java) S 9161 9164 4562 0 -1 1077944384 3 12974 0 0 0 0 4 3 20 0 15 0 49388737 11173986304 135405 33554432000 4194304 4196468 140724509591808 139736084465888 139737554220757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
[pid=9164/tid=9230] ppid=9161 vsize=10912096 memory=280386471233024 CPUtime=0.07 cores=1,3,5,7
/proc/9164/task/9230/stat : 9230 (java) S 9161 9164 4562 0 -1 1077944384 1337 12974 0 0 0 0 4 3 20 0 15 0 49388737 11173986304 135405 33554432000 4194304 4196468 140724509591808 139736975846576 139737554221698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27705344 140724509596271 140724509599068 140724509599068 140724509601743 0
Current children cumulated CPU time: 16.99 s
Current children cumulated vsize: 10912096 KiB
Current children cumulated memory: 541620 KiB

Child status: 0
Real time (s): 11.1952
CPU time (s): 17.1685
CPU user time (s): 16.881
CPU system time (s): 0.287492
CPU usage (%): 153.356
Max. virtual memory (cumulated for all children) (KiB): 10914804
Max. memory (cumulated for all children) (KiB): 541620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.881
system time used= 0.287492
maximum resident set size= 544164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82830
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6800
involuntary context switches= 44


# summary of solver processes directly reported to runsolver:
#   pid: 9164
#   total CPU time (s): 17.1685
#   total CPU user time (s): 16.881
#   total CPU system time (s): 0.287492

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.114564 second user time and 0.125421 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-23 05:57:35
IDJOB=4293406
IDBENCH=141172
IDSOLVER=2750
FILE ID=node136/4293406-1532318255
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-K02-P09_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293406-1532318255/watcher-4293406-1532318255 -o /tmp/evaluation-result-4293406-1532318255/solver-4293406-1532318255 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532296223-4594 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=797891562 HOME/instance-4293406-1532318255.xml

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

MD5SUM BENCH= 7d3eec938755fdf0eb3fdb8654f4a439
RANDOM SEED=797891562

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:        21097036 kB
MemAvailable:   31145744 kB
Buffers:          258744 kB
Cached:          9993716 kB
SwapCached:            0 kB
Active:          2040896 kB
Inactive:        9059412 kB
Active(anon):     850788 kB
Inactive(anon):    16916 kB
Active(file):    1190108 kB
Inactive(file):  9042496 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26500 kB
Writeback:             0 kB
AnonPages:        855248 kB
Mapped:            49644 kB
Shmem:             17036 kB
Slab:             271960 kB
SReclaimable:     244564 kB
SUnreclaim:        27396 kB
KernelStack:        3536 kB
PageTables:         6912 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1813976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    618496 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 05:57:47