Trace number 4299756

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
Solver of Xavier Schul & Yvhan Smal 2018-04-28SAT 7.3504 4.98367

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-06-07_c18.xml
MD5SUMeed26ff9eb0f4f7c4bd196d19099a77a
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.270002
Satisfiable
(Un)Satisfiability was proved
Number of variables42
Number of constraints13
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":42}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":42}]
Minimum constraint arity6
Maximum constraint arity7
Distribution of constraint arities[{"arity":6,"count":7},{"arity":7,"count":6}]
Number of extensional constraints13
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":13}]
Optimization problemNO
Type of objective

Solver Data

0.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: -1
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
7.26/4.95	s SATISFIABLE
7.26/4.95	v <instantiation>
7.26/4.95	v 	<list>
7.26/4.95	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] 
7.26/4.95	v 	</list>
7.26/4.95	v 	<values>
7.26/4.95	v 		0 1 2 4 3 0 8 1 0 0 11 14 13 18 0 13 13 14 13 2 0 3 14 14 17 13 8 10 11 14 13 3 0 11 0 0 11 0 8 18 4 18 
7.26/4.95	v 	</values>
7.26/4.95	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (8992 MiB free)
  memory of node 1: 16384 MiB (11662 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299756-1532806552/watcher-4299756-1532806552 -o /tmp/evaluation-result-4299756-1532806552/solver-4299756-1532806552 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532776007-24588 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4299756-1532806552.xml 

running on 4 cores: 0,2,4,6

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


[startup+0.100059 s]*
/proc/loadavg: 1.43 1.38 1.34 5/215 30428
/proc/meminfo: memFree=21140868/32770624 swapFree=67108688/67108860
[pid=30413] ppid=30410 vsize=10661052 memory=27668 CPUtime=0.12 cores=0,2,4,6
/proc/30413/stat : 30413 (java) S 30410 30413 24557 0 -1 1077944320 5264 0 0 0 11 1 0 0 20 0 15 0 98218095 10916917248 6917 33554432000 4194304 4196468 140720426236272 140720426218816 139893183368951 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
/proc/30413/statm: 2665263 6917 2863 1 0 2627263 0
[pid=30413/tid=30415] ppid=30410 vsize=10661052 memory=-8269626465541066621 CPUtime=0.08 cores=0,2,4,6
/proc/30413/task/30415/stat : 30415 (java) R 30410 30413 24557 0 -1 4202560 3130 0 0 0 8 0 0 0 20 0 15 0 98218095 10916917248 6917 33554432000 4194304 4196468 140720426236272 139893187599984 139893164775250 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30416] ppid=30410 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30416/stat : 30416 (java) S 30410 30413 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98218096 10916917248 6917 33554432000 4194304 4196468 140720426236272 139892789926416 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30417] ppid=30410 vsize=10661052 memory=139628386338432 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30417/stat : 30417 (java) S 30410 30413 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98218096 10916917248 6917 33554432000 4194304 4196468 140720426236272 139892788873872 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30418] ppid=30410 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30418/stat : 30418 (java) S 30410 30413 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98218096 10916917248 6917 33554432000 4194304 4196468 140720426236272 139892787820816 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30419] ppid=30410 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30419/stat : 30419 (java) S 30410 30413 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98218096 10916917248 6917 33554432000 4194304 4196468 140720426236272 139892786768272 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30420] ppid=30410 vsize=10661052 memory=139628386338432 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30420/stat : 30420 (java) S 30410 30413 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98218098 10916917248 6917 33554432000 4194304 4196468 140720426236272 139892743191280 139893183380098 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30421] ppid=30410 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30421/stat : 30421 (java) S 30410 30413 24557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98218098 10916917248 6917 33554432000 4194304 4196468 140720426236272 139892742137504 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30422] ppid=30410 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30422/stat : 30422 (java) S 30410 30413 24557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98218098 10916917248 6917 33554432000 4194304 4196468 140720426236272 139892741084400 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30423] ppid=30410 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30423/stat : 30423 (java) S 30410 30413 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98218101 10916917248 6917 33554432000 4194304 4196468 140720426236272 139892740032976 139893183387547 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30424] ppid=30410 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30424/stat : 30424 (java) S 30410 30413 24557 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 98218101 10916917248 6917 33554432000 4194304 4196468 140720426236272 139892738980080 139893183380098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30425] ppid=30410 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30425/stat : 30425 (java) S 30410 30413 24557 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 15 0 98218101 10916917248 6917 33554432000 4194304 4196468 140720426236272 139892737927536 139893183380098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30426] ppid=30410 vsize=10661052 memory=139628386338432 CPUtime=0.01 cores=0,2,4,6
/proc/30413/task/30426/stat : 30426 (java) R 30410 30413 24557 0 -1 4202560 335 0 0 0 1 0 0 0 20 0 15 0 98218101 10916917248 6917 33554432000 4194304 4196468 140720426236272 139892736874480 139893183380886 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30427] ppid=30410 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30427/stat : 30427 (java) S 30410 30413 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98218101 10916917248 6917 33554432000 4194304 4196468 140720426236272 139892735822176 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30428] ppid=30410 vsize=10661052 memory=139628386338432 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30428/stat : 30428 (java) S 30410 30413 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98218101 10916917248 6917 33554432000 4194304 4196468 140720426236272 139892734770224 139893183380098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 27668 KiB

[startup+0.210702 s]*
/proc/loadavg: 1.43 1.38 1.34 4/215 30428
/proc/meminfo: memFree=21129200/32770624 swapFree=67108688/67108860
[pid=30413] ppid=30410 vsize=10661052 memory=39672 CPUtime=0.33 cores=0,2,4,6
/proc/30413/stat : 30413 (java) S 30410 30413 24557 0 -1 1077944320 8007 0 0 0 32 1 0 0 20 0 15 0 98218095 10916917248 9918 33554432000 4194304 4196468 140720426236272 140720426218816 139893183368951 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
/proc/30413/statm: 2665263 9918 2956 1 0 2627263 0
[pid=30413/tid=30415] ppid=30410 vsize=10661052 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/30413/task/30415/stat : 30415 (java) R 30410 30413 24557 0 -1 4202560 5099 0 0 0 19 1 0 0 20 0 15 0 98218095 10916917248 9918 33554432000 4194304 4196468 140720426236272 139893187600192 139893183390877 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30416] ppid=30410 vsize=10661052 memory=343 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30416/stat : 30416 (java) S 30410 30413 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98218096 10916917248 9918 33554432000 4194304 4196468 140720426236272 139892789926416 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30417] ppid=30410 vsize=10661052 memory=139628386888351 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30417/stat : 30417 (java) S 30410 30413 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98218096 10916917248 9918 33554432000 4194304 4196468 140720426236272 139892788873872 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30418] ppid=30410 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30418/stat : 30418 (java) S 30410 30413 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98218096 10916917248 9918 33554432000 4194304 4196468 140720426236272 139892787820816 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30419] ppid=30410 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30419/stat : 30419 (java) S 30410 30413 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98218096 10916917248 9918 33554432000 4194304 4196468 140720426236272 139892786768272 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30420] ppid=30410 vsize=10661052 memory=139628386338432 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30420/stat : 30420 (java) S 30410 30413 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98218098 10916917248 9918 33554432000 4194304 4196468 140720426236272 139892743191280 139893183380098 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30421] ppid=30410 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30421/stat : 30421 (java) S 30410 30413 24557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98218098 10916917248 9918 33554432000 4194304 4196468 140720426236272 139892742137504 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30422] ppid=30410 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30422/stat : 30422 (java) S 30410 30413 24557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98218098 10916917248 9918 33554432000 4194304 4196468 140720426236272 139892741084400 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30423] ppid=30410 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30423/stat : 30423 (java) S 30410 30413 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98218101 10916917248 9918 33554432000 4194304 4196468 140720426236272 139892740032976 139893183387547 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30424] ppid=30410 vsize=10661052 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/30413/task/30424/stat : 30424 (java) R 30410 30413 24557 0 -1 4202560 575 0 0 0 3 0 0 0 20 0 15 0 98218101 10916917248 9918 33554432000 4194304 4196468 140720426236272 139892738980080 139893163212532 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30425] ppid=30410 vsize=10661052 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/30413/task/30425/stat : 30425 (java) R 30410 30413 24557 0 -1 1077944384 173 0 0 0 1 0 0 0 20 0 15 0 98218101 10916917248 9918 33554432000 4194304 4196468 140720426236272 139892737927536 139893183380098 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30426] ppid=30410 vsize=10661052 memory=139628386338432 CPUtime=0.07 cores=0,2,4,6
/proc/30413/task/30426/stat : 30426 (java) S 30410 30413 24557 0 -1 1077944384 793 0 0 0 7 0 0 0 20 0 15 0 98218101 10916917248 9918 33554432000 4194304 4196468 140720426236272 139892736874480 139893183380098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30427] ppid=30410 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30427/stat : 30427 (java) S 30410 30413 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98218101 10916917248 9918 33554432000 4194304 4196468 140720426236272 139892735822176 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30428] ppid=30410 vsize=10661052 memory=139628386338432 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30428/stat : 30428 (java) S 30410 30413 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98218101 10916917248 9918 33554432000 4194304 4196468 140720426236272 139892734770224 139893183380098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 39672 KiB

[startup+0.311348 s]*
/proc/loadavg: 1.43 1.38 1.34 6/215 30428
/proc/meminfo: memFree=21110336/32770624 swapFree=67108688/67108860
[pid=30413] ppid=30410 vsize=10661128 memory=60692 CPUtime=0.55 cores=0,2,4,6
/proc/30413/stat : 30413 (java) S 30410 30413 24557 0 -1 1077944320 8652 0 0 0 53 2 0 0 20 0 15 0 98218095 10916995072 15173 33554432000 4194304 4196468 140720426236272 140720426218816 139893183368951 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
/proc/30413/statm: 2665282 15173 3057 1 0 2627263 0
[pid=30413/tid=30415] ppid=30410 vsize=10661128 memory=7022364594140610616 CPUtime=0.29 cores=0,2,4,6
/proc/30413/task/30415/stat : 30415 (java) R 30410 30413 24557 0 -1 4202560 5400 0 0 0 28 1 0 0 20 0 15 0 98218095 10916995072 15173 33554432000 4194304 4196468 140720426236272 139893187604928 139892807053191 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30416] ppid=30410 vsize=10661128 memory=4294979917 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30416/stat : 30416 (java) S 30410 30413 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98218096 10916995072 15173 33554432000 4194304 4196468 140720426236272 139892789926416 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30417] ppid=30410 vsize=10661128 memory=139628386713863 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30417/stat : 30417 (java) S 30410 30413 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98218096 10916995072 15173 33554432000 4194304 4196468 140720426236272 139892788873872 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30418] ppid=30410 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30418/stat : 30418 (java) S 30410 30413 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98218096 10916995072 15173 33554432000 4194304 4196468 140720426236272 139892787820816 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30419] ppid=30410 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30419/stat : 30419 (java) S 30410 30413 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98218096 10916995072 15173 33554432000 4194304 4196468 140720426236272 139892786768272 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30420] ppid=30410 vsize=10661128 memory=139628386338432 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30420/stat : 30420 (java) S 30410 30413 24557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98218098 10916995072 15173 33554432000 4194304 4196468 140720426236272 139892743191280 139893183380098 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30421] ppid=30410 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30421/stat : 30421 (java) S 30410 30413 24557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98218098 10916995072 15173 33554432000 4194304 4196468 140720426236272 139892742137504 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30422] ppid=30410 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30422/stat : 30422 (java) S 30410 30413 24557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98218098 10916995072 15173 33554432000 4194304 4196468 140720426236272 139892741084400 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30423] ppid=30410 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30423/stat : 30423 (java) S 30410 30413 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98218101 10916995072 15239 33554432000 4194304 4196468 140720426236272 139892740032976 139893183387547 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30424] ppid=30410 vsize=10661128 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30413/task/30424/stat : 30424 (java) R 30410 30413 24557 0 -1 4202560 729 0 0 0 9 0 0 0 20 0 15 0 98218101 10916995072 15239 33554432000 4194304 4196468 140720426236272 139892738965544 139893168493745 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30425] ppid=30410 vsize=10661128 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/30413/task/30425/stat : 30425 (java) R 30410 30413 24557 0 -1 4202560 276 0 0 0 3 0 0 0 20 0 15 0 98218101 10916995072 15239 33554432000 4194304 4196468 140720426236272 139892737913560 139893164912674 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30426] ppid=30410 vsize=10661128 memory=139628386338432 CPUtime=0.11 cores=0,2,4,6
/proc/30413/task/30426/stat : 30426 (java) R 30410 30413 24557 0 -1 4202560 897 0 0 0 11 0 0 0 20 0 15 0 98218101 10916995072 15239 33554432000 4194304 4196468 140720426236272 139892736870664 139893162325457 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30427] ppid=30410 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30427/stat : 30427 (java) S 30410 30413 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98218101 10916995072 15239 33554432000 4194304 4196468 140720426236272 139892735822176 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30428] ppid=30410 vsize=10661128 memory=139628386338432 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30428/stat : 30428 (java) S 30410 30413 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98218101 10916995072 15239 33554432000 4194304 4196468 140720426236272 139892734770224 139893183380098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 60692 KiB

[startup+0.710011 s]
/proc/loadavg: 1.40 1.37 1.34 3/215 30428
/proc/meminfo: memFree=21030988/32770624 swapFree=67108688/67108860
[pid=30413] ppid=30410 vsize=10661128 memory=190716 CPUtime=1.77 cores=0,2,4,6
/proc/30413/stat : 30413 (java) S 30410 30413 24557 0 -1 1077944320 11040 0 0 0 171 6 0 0 20 0 15 0 98218095 10916995072 47679 33554432000 4194304 4196468 140720426236272 140720426218816 139893183368951 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
/proc/30413/statm: 2665282 47679 3120 1 0 2627263 0
[pid=30413/tid=30415] ppid=30410 vsize=10661128 memory=270281151121971 CPUtime=0.66 cores=0,2,4,6
/proc/30413/task/30415/stat : 30415 (java) R 30410 30413 24557 0 -1 4202560 5547 0 0 0 63 3 0 0 20 0 15 0 98218095 10916995072 47679 33554432000 4194304 4196468 140720426236272 139893187605088 139892809098306 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30416] ppid=30410 vsize=10661128 memory=4051047449723404320 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30416/stat : 30416 (java) S 30410 30413 24557 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 98218096 10916995072 47679 33554432000 4194304 4196468 140720426236272 139892789926416 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30417] ppid=30410 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30417/stat : 30417 (java) S 30410 30413 24557 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 98218096 10916995072 47679 33554432000 4194304 4196468 140720426236272 139892788873872 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30418] ppid=30410 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30418/stat : 30418 (java) S 30410 30413 24557 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 98218096 10916995072 47679 33554432000 4194304 4196468 140720426236272 139892787820816 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30419] ppid=30410 vsize=10661128 memory=7809523229951467576 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30419/stat : 30419 (java) S 30410 30413 24557 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 98218096 10916995072 47679 33554432000 4194304 4196468 140720426236272 139892786768272 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30420] ppid=30410 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30420/stat : 30420 (java) S 30410 30413 24557 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 98218098 10916995072 47679 33554432000 4194304 4196468 140720426236272 139892743191280 139893183380098 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30421] ppid=30410 vsize=10661128 memory=-6439724508107906857 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30421/stat : 30421 (java) S 30410 30413 24557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98218098 10916995072 47679 33554432000 4194304 4196468 140720426236272 139892742137504 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30422] ppid=30410 vsize=10661128 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30422/stat : 30422 (java) S 30410 30413 24557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98218098 10916995072 47679 33554432000 4194304 4196468 140720426236272 139892741084400 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30423] ppid=30410 vsize=10661128 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30423/stat : 30423 (java) S 30410 30413 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98218101 10916995072 47679 33554432000 4194304 4196468 140720426236272 139892740032976 139893183387547 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30424] ppid=30410 vsize=10661128 memory=0 CPUtime=0.45 cores=0,2,4,6
/proc/30413/task/30424/stat : 30424 (java) R 30410 30413 24557 0 -1 4202560 1605 0 0 0 45 0 0 0 20 0 15 0 98218101 10916995072 47679 33554432000 4194304 4196468 140720426236272 139892738969760 139893162624008 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30425] ppid=30410 vsize=10661128 memory=0 CPUtime=0.38 cores=0,2,4,6
/proc/30413/task/30425/stat : 30425 (java) R 30410 30413 24557 0 -1 4202560 1219 0 0 0 38 0 0 0 20 0 15 0 98218101 10916995072 47679 33554432000 4194304 4196468 140720426236272 139892737915440 139893164546744 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30426] ppid=30410 vsize=10661128 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/30413/task/30426/stat : 30426 (java) S 30410 30413 24557 0 -1 1077944384 1173 0 0 0 22 0 0 0 20 0 15 0 98218101 10916995072 47679 33554432000 4194304 4196468 140720426236272 139892736874480 139893183380098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30427] ppid=30410 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30427/stat : 30427 (java) S 30410 30413 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98218101 10916995072 47679 33554432000 4194304 4196468 140720426236272 139892735822176 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30428] ppid=30410 vsize=10661128 memory=4008 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30428/stat : 30428 (java) S 30410 30413 24557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98218101 10916995072 47679 33554432000 4194304 4196468 140720426236272 139892734770224 139893183380098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
Current children cumulated CPU time: 1.77 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 190716 KiB

[startup+1.50074 s]
/proc/loadavg: 1.40 1.37 1.34 4/215 30428
/proc/meminfo: memFree=20887480/32770624 swapFree=67108688/67108860
[pid=30413] ppid=30410 vsize=10661128 memory=614740 CPUtime=3.67 cores=0,2,4,6
/proc/30413/stat : 30413 (java) S 30410 30413 24557 0 -1 1077944320 15185 0 0 0 346 21 0 0 20 0 15 0 98218095 10916995072 153685 33554432000 4194304 4196468 140720426236272 140720426218816 139893183368951 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
/proc/30413/statm: 2665282 153685 3154 1 0 2627263 0
[pid=30413/tid=30415] ppid=30410 vsize=10661128 memory=12848 CPUtime=1.38 cores=0,2,4,6
/proc/30413/task/30415/stat : 30415 (java) R 30410 30413 24557 0 -1 4202560 6174 0 0 0 130 8 0 0 20 0 15 0 98218095 10916995072 153685 33554432000 4194304 4196468 140720426236272 139893187606536 139892806198774 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30416] ppid=30410 vsize=10661128 memory=6791534058613427641 CPUtime=0.02 cores=0,2,4,6
/proc/30413/task/30416/stat : 30416 (java) S 30410 30413 24557 0 -1 1077944384 105 0 0 0 1 1 0 0 20 0 15 0 98218096 10916995072 153685 33554432000 4194304 4196468 140720426236272 139892789926416 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30417] ppid=30410 vsize=10661128 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/30413/task/30417/stat : 30417 (java) S 30410 30413 24557 0 -1 1077944384 213 0 0 0 3 2 0 0 20 0 15 0 98218096 10916995072 153685 33554432000 4194304 4196468 140720426236272 139892788873872 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30418] ppid=30410 vsize=10661128 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/30413/task/30418/stat : 30418 (java) S 30410 30413 24557 0 -1 1077944384 209 0 0 0 3 2 0 0 20 0 15 0 98218096 10916995072 153685 33554432000 4194304 4196468 140720426236272 139892787820816 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30419] ppid=30410 vsize=10661128 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/30413/task/30419/stat : 30419 (java) S 30410 30413 24557 0 -1 1077944384 193 0 0 0 3 2 0 0 20 0 15 0 98218096 10916995072 153685 33554432000 4194304 4196468 140720426236272 139892786768272 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30420] ppid=30410 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30420/stat : 30420 (java) S 30410 30413 24557 0 -1 1077944384 463 0 0 0 0 0 0 0 20 0 15 0 98218098 10916995072 153685 33554432000 4194304 4196468 140720426236272 139892743191280 139893183380098 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0

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

[pid=30413/tid=30427] ppid=30410 vsize=10661128 memory=279256491906816 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30427/stat : 30427 (java) S 30410 30413 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98218101 10916995072 536715 33554432000 4194304 4196468 140720426236272 139892735822176 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30428] ppid=30410 vsize=10661128 memory=3472328296227680300 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30428/stat : 30428 (java) S 30410 30413 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98218101 10916995072 536715 33554432000 4194304 4196468 140720426236272 139892734770224 139893183380098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
Current children cumulated CPU time: 5.53 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 2146860 KiB

[startup+4.00076 s]*
/proc/loadavg: 1.40 1.37 1.34 3/215 30428
/proc/meminfo: memFree=19041368/32770624 swapFree=67108688/67108860
[pid=30413] ppid=30410 vsize=10661128 memory=2149076 CPUtime=6.36 cores=0,2,4,6
/proc/30413/stat : 30413 (java) S 30410 30413 24557 0 -1 1077944320 18726 0 0 0 587 49 0 0 20 0 15 0 98218095 10916995072 537269 33554432000 4194304 4196468 140720426236272 140720426218816 139893183368951 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
/proc/30413/statm: 2665282 537269 3154 1 0 2627263 0
[pid=30413/tid=30415] ppid=30410 vsize=10661128 memory=6791534058613427641 CPUtime=3.86 cores=0,2,4,6
/proc/30413/task/30415/stat : 30415 (java) R 30410 30413 24557 0 -1 4202560 8823 0 0 0 356 30 0 0 20 0 15 0 98218095 10916995072 537269 33554432000 4194304 4196468 140720426236272 139893187605592 139892806198804 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30416] ppid=30410 vsize=10661128 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/30413/task/30416/stat : 30416 (java) S 30410 30413 24557 0 -1 1077944384 131 0 0 0 2 3 0 0 20 0 15 0 98218096 10916995072 537269 33554432000 4194304 4196468 140720426236272 139892789926416 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30417] ppid=30410 vsize=10661128 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30413/task/30417/stat : 30417 (java) S 30410 30413 24557 0 -1 1077944384 239 0 0 0 4 4 0 0 20 0 15 0 98218096 10916995072 537269 33554432000 4194304 4196468 140720426236272 139892788873872 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30418] ppid=30410 vsize=10661128 memory=667679 CPUtime=0.07 cores=0,2,4,6
/proc/30413/task/30418/stat : 30418 (java) S 30410 30413 24557 0 -1 1077944384 223 0 0 0 4 3 0 0 20 0 15 0 98218096 10916995072 537269 33554432000 4194304 4196468 140720426236272 139892787820816 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30419] ppid=30410 vsize=10661128 memory=3760560901467681055 CPUtime=0.08 cores=0,2,4,6
/proc/30413/task/30419/stat : 30419 (java) S 30410 30413 24557 0 -1 1077944384 218 0 0 0 4 4 0 0 20 0 15 0 98218096 10916995072 537269 33554432000 4194304 4196468 140720426236272 139892786768272 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30420] ppid=30410 vsize=10661128 memory=139628386338432 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30420/stat : 30420 (java) S 30410 30413 24557 0 -1 1077944384 1234 0 0 0 0 0 0 0 20 0 15 0 98218098 10916995072 537269 33554432000 4194304 4196468 140720426236272 139892743191280 139893183380098 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30421] ppid=30410 vsize=10661128 memory=139628246046223 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30421/stat : 30421 (java) S 30410 30413 24557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98218098 10916995072 537269 33554432000 4194304 4196468 140720426236272 139892742137568 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30422] ppid=30410 vsize=10661128 memory=288230608969400658 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30422/stat : 30422 (java) S 30410 30413 24557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98218098 10916995072 537269 33554432000 4194304 4196468 140720426236272 139892741084400 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30423] ppid=30410 vsize=10661128 memory=279256492507536 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30423/stat : 30423 (java) S 30410 30413 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98218101 10916995072 537269 33554432000 4194304 4196468 140720426236272 139892740032976 139893183387547 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30424] ppid=30410 vsize=10661128 memory=0 CPUtime=1.12 cores=0,2,4,6
/proc/30413/task/30424/stat : 30424 (java) S 30410 30413 24557 0 -1 1077944384 3051 0 0 0 112 0 0 0 20 0 15 0 98218101 10916995072 537269 33554432000 4194304 4196468 140720426236272 139892738980080 139893183380098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30425] ppid=30410 vsize=10661128 memory=67 CPUtime=0.72 cores=0,2,4,6
/proc/30413/task/30425/stat : 30425 (java) S 30410 30413 24557 0 -1 1077944384 2161 0 0 0 72 0 0 0 20 0 15 0 98218101 10916995072 537269 33554432000 4194304 4196468 140720426236272 139892737927536 139893183380098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30426] ppid=30410 vsize=10661128 memory=139628386353968 CPUtime=0.28 cores=0,2,4,6
/proc/30413/task/30426/stat : 30426 (java) S 30410 30413 24557 0 -1 1077944384 1284 0 0 0 28 0 0 0 20 0 15 0 98218101 10916995072 537269 33554432000 4194304 4196468 140720426236272 139892736874480 139893183380098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30427] ppid=30410 vsize=10661128 memory=67 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30427/stat : 30427 (java) S 30410 30413 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98218101 10916995072 537269 33554432000 4194304 4196468 140720426236272 139892735822176 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30428] ppid=30410 vsize=10661128 memory=139628386338432 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30428/stat : 30428 (java) S 30410 30413 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98218101 10916995072 537269 33554432000 4194304 4196468 140720426236272 139892734770224 139893183380098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
Current children cumulated CPU time: 6.36 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 2149076 KiB

[startup+4.40073 s]
/proc/loadavg: 1.40 1.37 1.34 3/215 30428
/proc/meminfo: memFree=19041368/32770624 swapFree=67108688/67108860
[pid=30413] ppid=30410 vsize=10661128 memory=2673364 CPUtime=6.76 cores=0,2,4,6
/proc/30413/stat : 30413 (java) S 30410 30413 24557 0 -1 1077944320 18999 0 0 0 620 56 0 0 20 0 15 0 98218095 10916995072 668341 33554432000 4194304 4196468 140720426236272 140720426218816 139893183368951 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
/proc/30413/statm: 2665282 668341 3154 1 0 2627263 0
[pid=30413/tid=30415] ppid=30410 vsize=10661128 memory=-3252517613198930781 CPUtime=4.25 cores=0,2,4,6
/proc/30413/task/30415/stat : 30415 (java) R 30410 30413 24557 0 -1 4202560 9086 0 0 0 388 37 0 0 20 0 15 0 98218095 10916995072 668341 33554432000 4194304 4196468 140720426236272 139893187608608 139892806198798 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30416] ppid=30410 vsize=10661128 memory=3546075771035988532 CPUtime=0.05 cores=0,2,4,6
/proc/30413/task/30416/stat : 30416 (java) S 30410 30413 24557 0 -1 1077944384 131 0 0 0 2 3 0 0 20 0 15 0 98218096 10916995072 668341 33554432000 4194304 4196468 140720426236272 139892789926416 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30417] ppid=30410 vsize=10661128 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30413/task/30417/stat : 30417 (java) S 30410 30413 24557 0 -1 1077944384 239 0 0 0 4 4 0 0 20 0 15 0 98218096 10916995072 668341 33554432000 4194304 4196468 140720426236272 139892788873872 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30418] ppid=30410 vsize=10661128 memory=139628245975937 CPUtime=0.07 cores=0,2,4,6
/proc/30413/task/30418/stat : 30418 (java) S 30410 30413 24557 0 -1 1077944384 223 0 0 0 4 3 0 0 20 0 15 0 98218096 10916995072 668341 33554432000 4194304 4196468 140720426236272 139892787820816 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30419] ppid=30410 vsize=10661128 memory=2149076 CPUtime=0.08 cores=0,2,4,6
/proc/30413/task/30419/stat : 30419 (java) S 30410 30413 24557 0 -1 1077944384 218 0 0 0 4 4 0 0 20 0 15 0 98218096 10916995072 668341 33554432000 4194304 4196468 140720426236272 139892786768272 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30420] ppid=30410 vsize=10661128 memory=2200 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30420/stat : 30420 (java) S 30410 30413 24557 0 -1 1077944384 1234 0 0 0 0 0 0 0 20 0 15 0 98218098 10916995072 668341 33554432000 4194304 4196468 140720426236272 139892743191280 139893183380098 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30421] ppid=30410 vsize=10661128 memory=7284 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30421/stat : 30421 (java) S 30410 30413 24557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98218098 10916995072 668341 33554432000 4194304 4196468 140720426236272 139892742137568 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30422] ppid=30410 vsize=10661128 memory=840 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30422/stat : 30422 (java) S 30410 30413 24557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98218098 10916995072 668341 33554432000 4194304 4196468 140720426236272 139892741084400 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30423] ppid=30410 vsize=10661128 memory=1796 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30423/stat : 30423 (java) S 30410 30413 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98218101 10916995072 668341 33554432000 4194304 4196468 140720426236272 139892740032976 139893183387547 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30424] ppid=30410 vsize=10661128 memory=7450736527409177425 CPUtime=1.12 cores=0,2,4,6
/proc/30413/task/30424/stat : 30424 (java) S 30410 30413 24557 0 -1 1077944384 3051 0 0 0 112 0 0 0 20 0 15 0 98218101 10916995072 668341 33554432000 4194304 4196468 140720426236272 139892738980080 139893183380098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30425] ppid=30410 vsize=10661128 memory=7378990125429123943 CPUtime=0.72 cores=0,2,4,6
/proc/30413/task/30425/stat : 30425 (java) S 30410 30413 24557 0 -1 1077944384 2165 0 0 0 72 0 0 0 20 0 15 0 98218101 10916995072 668341 33554432000 4194304 4196468 140720426236272 139892737927536 139893183380098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30426] ppid=30410 vsize=10661128 memory=8028902613475879022 CPUtime=0.28 cores=0,2,4,6
/proc/30413/task/30426/stat : 30426 (java) S 30410 30413 24557 0 -1 1077944384 1290 0 0 0 28 0 0 0 20 0 15 0 98218101 10916995072 668341 33554432000 4194304 4196468 140720426236272 139892736874480 139893183380098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30427] ppid=30410 vsize=10661128 memory=7079765598914236496 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30427/stat : 30427 (java) S 30410 30413 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98218101 10916995072 668341 33554432000 4194304 4196468 140720426236272 139892735822176 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30428] ppid=30410 vsize=10661128 memory=7162247761849963115 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30428/stat : 30428 (java) S 30410 30413 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98218101 10916995072 668341 33554432000 4194304 4196468 140720426236272 139892734770224 139893183380098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
Current children cumulated CPU time: 6.76 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 2673364 KiB

[startup+4.80077 s]
/proc/loadavg: 1.40 1.37 1.34 3/215 30428
/proc/meminfo: memFree=19041368/32770624 swapFree=67108688/67108860
[pid=30413] ppid=30410 vsize=10661128 memory=2673364 CPUtime=7.16 cores=0,2,4,6
/proc/30413/stat : 30413 (java) S 30410 30413 24557 0 -1 1077944320 19089 0 0 0 660 56 0 0 20 0 15 0 98218095 10916995072 668341 33554432000 4194304 4196468 140720426236272 140720426218816 139893183368951 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
/proc/30413/statm: 2665282 668341 3154 1 0 2627263 0
[pid=30413/tid=30415] ppid=30410 vsize=10661128 memory=6791534058613427641 CPUtime=4.65 cores=0,2,4,6
/proc/30413/task/30415/stat : 30415 (java) R 30410 30413 24557 0 -1 4202560 9175 0 0 0 428 37 0 0 20 0 15 0 98218095 10916995072 668341 33554432000 4194304 4196468 140720426236272 139893187606120 139892806198774 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30416] ppid=30410 vsize=10661128 memory=15872 CPUtime=0.05 cores=0,2,4,6
/proc/30413/task/30416/stat : 30416 (java) S 30410 30413 24557 0 -1 1077944384 131 0 0 0 2 3 0 0 20 0 15 0 98218096 10916995072 668341 33554432000 4194304 4196468 140720426236272 139892789926416 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30417] ppid=30410 vsize=10661128 memory=4008 CPUtime=0.08 cores=0,2,4,6
/proc/30413/task/30417/stat : 30417 (java) S 30410 30413 24557 0 -1 1077944384 239 0 0 0 4 4 0 0 20 0 15 0 98218096 10916995072 668341 33554432000 4194304 4196468 140720426236272 139892788873872 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30418] ppid=30410 vsize=10661128 memory=7450736527409177425 CPUtime=0.07 cores=0,2,4,6
/proc/30413/task/30418/stat : 30418 (java) S 30410 30413 24557 0 -1 1077944384 223 0 0 0 4 3 0 0 20 0 15 0 98218096 10916995072 668341 33554432000 4194304 4196468 140720426236272 139892787820816 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30419] ppid=30410 vsize=10661128 memory=8099274712425386347 CPUtime=0.08 cores=0,2,4,6
/proc/30413/task/30419/stat : 30419 (java) S 30410 30413 24557 0 -1 1077944384 218 0 0 0 4 4 0 0 20 0 15 0 98218096 10916995072 668341 33554432000 4194304 4196468 140720426236272 139892786768272 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30420] ppid=30410 vsize=10661128 memory=8028342915164629872 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30420/stat : 30420 (java) S 30410 30413 24557 0 -1 1077944384 1234 0 0 0 0 0 0 0 20 0 15 0 98218098 10916995072 668341 33554432000 4194304 4196468 140720426236272 139892743191280 139893183380098 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30421] ppid=30410 vsize=10661128 memory=7011348500760776792 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30421/stat : 30421 (java) S 30410 30413 24557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98218098 10916995072 668341 33554432000 4194304 4196468 140720426236272 139892742137568 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30422] ppid=30410 vsize=10661128 memory=7307763736344947555 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30422/stat : 30422 (java) S 30410 30413 24557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98218098 10916995072 668341 33554432000 4194304 4196468 140720426236272 139892741084400 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30423] ppid=30410 vsize=10661128 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30423/stat : 30423 (java) S 30410 30413 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98218101 10916995072 668341 33554432000 4194304 4196468 140720426236272 139892740032976 139893183387547 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30424] ppid=30410 vsize=10661128 memory=279256492284032 CPUtime=1.13 cores=0,2,4,6
/proc/30413/task/30424/stat : 30424 (java) S 30410 30413 24557 0 -1 1077944384 3052 0 0 0 113 0 0 0 20 0 15 0 98218101 10916995072 668341 33554432000 4194304 4196468 140720426236272 139892738980080 139893183380098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30425] ppid=30410 vsize=10661128 memory=56 CPUtime=0.72 cores=0,2,4,6
/proc/30413/task/30425/stat : 30425 (java) S 30410 30413 24557 0 -1 1077944384 2165 0 0 0 72 0 0 0 20 0 15 0 98218101 10916995072 668341 33554432000 4194304 4196468 140720426236272 139892737927536 139893183380098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30426] ppid=30410 vsize=10661128 memory=8387335443539647929 CPUtime=0.28 cores=0,2,4,6
/proc/30413/task/30426/stat : 30426 (java) S 30410 30413 24557 0 -1 1077944384 1290 0 0 0 28 0 0 0 20 0 15 0 98218101 10916995072 668341 33554432000 4194304 4196468 140720426236272 139892736874480 139893183380098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30427] ppid=30410 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30427/stat : 30427 (java) S 30410 30413 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98218101 10916995072 668341 33554432000 4194304 4196468 140720426236272 139892735822176 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30428] ppid=30410 vsize=10661128 memory=27300 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30428/stat : 30428 (java) S 30410 30413 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98218101 10916995072 668341 33554432000 4194304 4196468 140720426236272 139892734770224 139893183380098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
Current children cumulated CPU time: 7.16 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 2673364 KiB

[startup+4.90076 s]
/proc/loadavg: 1.40 1.37 1.34 3/215 30428
/proc/meminfo: memFree=19041368/32770624 swapFree=67108688/67108860
[pid=30413] ppid=30410 vsize=10661128 memory=2673364 CPUtime=7.26 cores=0,2,4,6
/proc/30413/stat : 30413 (java) S 30410 30413 24557 0 -1 1077944320 19251 0 0 0 670 56 0 0 20 0 15 0 98218095 10916995072 668341 33554432000 4194304 4196468 140720426236272 140720426218816 139893183368951 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
/proc/30413/statm: 2665282 668341 3154 1 0 2627263 0
[pid=30413/tid=30415] ppid=30410 vsize=10661128 memory=2673364 CPUtime=4.74 cores=0,2,4,6
/proc/30413/task/30415/stat : 30415 (java) R 30410 30413 24557 0 -1 4202560 9337 0 0 0 437 37 0 0 20 0 15 0 98218095 10916995072 668341 33554432000 4194304 4196468 140720426236272 139893187606120 139892806198798 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30416] ppid=30410 vsize=10661128 memory=2149076 CPUtime=0.05 cores=0,2,4,6
/proc/30413/task/30416/stat : 30416 (java) S 30410 30413 24557 0 -1 1077944384 131 0 0 0 2 3 0 0 20 0 15 0 98218096 10916995072 668341 33554432000 4194304 4196468 140720426236272 139892789926416 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30417] ppid=30410 vsize=10661128 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30413/task/30417/stat : 30417 (java) S 30410 30413 24557 0 -1 1077944384 239 0 0 0 4 4 0 0 20 0 15 0 98218096 10916995072 668341 33554432000 4194304 4196468 140720426236272 139892788873872 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30418] ppid=30410 vsize=10661128 memory=-7390805558630034999 CPUtime=0.07 cores=0,2,4,6
/proc/30413/task/30418/stat : 30418 (java) S 30410 30413 24557 0 -1 1077944384 223 0 0 0 4 3 0 0 20 0 15 0 98218096 10916995072 668341 33554432000 4194304 4196468 140720426236272 139892787820816 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30419] ppid=30410 vsize=10661128 memory=6944656592387989600 CPUtime=0.08 cores=0,2,4,6
/proc/30413/task/30419/stat : 30419 (java) S 30410 30413 24557 0 -1 1077944384 218 0 0 0 4 4 0 0 20 0 15 0 98218096 10916995072 668341 33554432000 4194304 4196468 140720426236272 139892786768272 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30420] ppid=30410 vsize=10661128 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30420/stat : 30420 (java) S 30410 30413 24557 0 -1 1077944384 1234 0 0 0 0 0 0 0 20 0 15 0 98218098 10916995072 668341 33554432000 4194304 4196468 140720426236272 139892743191280 139893183380098 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30421] ppid=30410 vsize=10661128 memory=279256492312256 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30421/stat : 30421 (java) S 30410 30413 24557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98218098 10916995072 668341 33554432000 4194304 4196468 140720426236272 139892742137568 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30422] ppid=30410 vsize=10661128 memory=270235047357862 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30422/stat : 30422 (java) S 30410 30413 24557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98218098 10916995072 668341 33554432000 4194304 4196468 140720426236272 139892741084400 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30423] ppid=30410 vsize=10661128 memory=270235047357863 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30423/stat : 30423 (java) S 30410 30413 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98218101 10916995072 668341 33554432000 4194304 4196468 140720426236272 139892740032976 139893183387547 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30424] ppid=30410 vsize=10661128 memory=270235047357864 CPUtime=1.13 cores=0,2,4,6
/proc/30413/task/30424/stat : 30424 (java) S 30410 30413 24557 0 -1 1077944384 3052 0 0 0 113 0 0 0 20 0 15 0 98218101 10916995072 668341 33554432000 4194304 4196468 140720426236272 139892738980080 139893183380098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30425] ppid=30410 vsize=10661128 memory=190760 CPUtime=0.72 cores=0,2,4,6
/proc/30413/task/30425/stat : 30425 (java) S 30410 30413 24557 0 -1 1077944384 2165 0 0 0 72 0 0 0 20 0 15 0 98218101 10916995072 668341 33554432000 4194304 4196468 140720426236272 139892737927536 139893183380098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30426] ppid=30410 vsize=10661128 memory=17244 CPUtime=0.28 cores=0,2,4,6
/proc/30413/task/30426/stat : 30426 (java) S 30410 30413 24557 0 -1 1077944384 1290 0 0 0 28 0 0 0 20 0 15 0 98218101 10916995072 668341 33554432000 4194304 4196468 140720426236272 139892736874480 139893183380098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30427] ppid=30410 vsize=10661128 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30427/stat : 30427 (java) S 30410 30413 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98218101 10916995072 668341 33554432000 4194304 4196468 140720426236272 139892735822176 139893183379157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
[pid=30413/tid=30428] ppid=30410 vsize=10661128 memory=644 CPUtime=0 cores=0,2,4,6
/proc/30413/task/30428/stat : 30428 (java) S 30410 30413 24557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98218101 10916995072 668341 33554432000 4194304 4196468 140720426236272 139892734770224 139893183380098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8568832 140720426243245 140720426243337 140720426243337 140720426246095 0
Current children cumulated CPU time: 7.26 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 2673364 KiB

Child status: 0
Real time (s): 4.98367
CPU time (s): 7.3504
CPU user time (s): 6.77413
CPU system time (s): 0.576264
CPU usage (%): 147.489
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 2673364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.77413
system time used= 0.576264
maximum resident set size= 2674396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19333
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1734
involuntary context switches= 37


# summary of solver processes directly reported to runsolver:
#   pid: 30413
#   total CPU time (s): 7.3504
#   total CPU user time (s): 6.77413
#   total CPU system time (s): 0.576264

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.051462 second user time and 0.089331 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-28 21:35:52
IDJOB=4299756
IDBENCH=141440
IDSOLVER=2766
FILE ID=node106/4299756-1532806552
RUNJOBID= node106-1532776007-24588
PBS_JOBID= 21022468
Free space on /tmp= 46160 MiB

SOLVER NAME= Solver of Xavier Schul & Yvhan Smal 2018-04-28
BENCH NAME= XCSP18/Crossword/Crossword-m18-ogd2008-vg-06-07_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299756-1532806552/watcher-4299756-1532806552 -o /tmp/evaluation-result-4299756-1532806552/solver-4299756-1532806552 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532776007-24588 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4299756-1532806552.xml

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

MD5SUM BENCH= eed26ff9eb0f4f7c4bd196d19099a77a
RANDOM SEED=1077782427

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        21151028 kB
MemAvailable:   29610800 kB
Buffers:          233260 kB
Cached:          8387904 kB
SwapCached:            0 kB
Active:          4857244 kB
Inactive:        6133604 kB
Active(anon):    2316712 kB
Inactive(anon):    80488 kB
Active(file):    2540532 kB
Inactive(file):  6053116 kB
Unevictable:        6968 kB
Mlocked:            6968 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:              2836 kB
Writeback:             0 kB
AnonPages:       2487344 kB
Mapped:            55324 kB
Shmem:             25056 kB
Slab:             321916 kB
SReclaimable:     294584 kB
SUnreclaim:        27332 kB
KernelStack:        3840 kB
PageTables:         9916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3208400 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2392064 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 46160 MiB
End job on node106 at 2018-07-28 21:35:57