Trace number 4299837

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
SuperSolver_Macq_Stevenart 2018-04-27SAT 63.1138 61.2143

General information on the benchmark

NameSubisomorphism/
Subisomorphism-g08-g43_c18.xml
MD5SUM7cef523f02717582c22db5e2b6d8dc99
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 benchmark1.30732
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints93
Number of domains1
Minimum domain size128
Maximum domain size128
Distribution of domain sizes[{"size":128,"count":30}]
Minimum variable degree3
Maximum variable degree9
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":3},{"degree":5,"count":10},{"degree":6,"count":3},{"degree":7,"count":6},{"degree":8,"count":4},{"degree":9,"count":3}]
Minimum constraint arity1
Maximum constraint arity30
Distribution of constraint arities[{"arity":1,"count":30},{"arity":2,"count":62},{"arity":30,"count":1}]
Number of extensional constraints92
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":92},{"type":"allDifferent","count":1}]
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
63.00/61.19	s SATISFIABLE
63.00/61.19	v <instantiation>
63.00/61.19	v 	<list>
63.00/61.19	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] 
63.00/61.19	v 	</list>
63.00/61.19	v 	<values>
63.00/61.19	v 		1 24 57 93 9 19 23 65 21 85 29 83 122 74 115 82 44 37 114 51 35 81 40 68 112 52 45 6 92 60 
63.00/61.19	v 	</values>
63.00/61.19	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 (11630 MiB free)
  memory of node 1: 16384 MiB (14644 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299837-1532826697/watcher-4299837-1532826697 -o /tmp/evaluation-result-4299837-1532826697/solver-4299837-1532826697 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532809638-1644 --watchdog 2580 java -jar HOME/bestMinicp.jar HOME/instance-4299837-1532826697.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
Current StackSize limit: 8192 KiB

solver pid=6414, runsolver pid=6411

[startup+0.100058 s]*
/proc/loadavg: 2.10 2.09 1.87 4/216 6429
/proc/meminfo: memFree=26892704/32770624 swapFree=67108860/67108860
[pid=6414] ppid=6411 vsize=10661052 memory=25944 CPUtime=0.12 cores=0,2,4,6
/proc/6414/stat : 6414 (java) S 6411 6414 1613 0 -1 1077944320 5371 0 0 0 11 1 0 0 20 0 15 0 100232887 10916917248 6486 33554432000 4194304 4196468 140725700566048 140725700548592 140241380806391 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
/proc/6414/statm: 2665263 6486 2861 1 0 2627263 0
[pid=6414/tid=6416] ppid=6411 vsize=10661052 memory=-8681068114766296256 CPUtime=0.08 cores=0,2,4,6
/proc/6414/task/6416/stat : 6416 (java) R 6411 6414 1613 0 -1 4202560 3204 0 0 0 8 0 0 0 20 0 15 0 100232887 10916917248 6486 33554432000 4194304 4196468 140725700566048 140241385036688 140241380818326 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6417] ppid=6411 vsize=10661052 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6417/stat : 6417 (java) S 6411 6414 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100232888 10916917248 6486 33554432000 4194304 4196468 140725700566048 140240987982224 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6418] ppid=6411 vsize=10661052 memory=140502571366016 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6418/stat : 6418 (java) S 6411 6414 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100232888 10916917248 6486 33554432000 4194304 4196468 140725700566048 140240986929424 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6419] ppid=6411 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6419/stat : 6419 (java) S 6411 6414 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100232888 10916917248 6486 33554432000 4194304 4196468 140725700566048 140240985877136 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6420] ppid=6411 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6420/stat : 6420 (java) S 6411 6414 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100232888 10916917248 6486 33554432000 4194304 4196468 140725700566048 140240984824336 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6421] ppid=6411 vsize=10661052 memory=140502571366016 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6421/stat : 6421 (java) S 6411 6414 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100232889 10916917248 6486 33554432000 4194304 4196468 140725700566048 140240873282160 140241380817538 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6422] ppid=6411 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6422/stat : 6422 (java) S 6411 6414 1613 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 100232890 10916917248 6486 33554432000 4194304 4196468 140725700566048 140240872228128 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6423] ppid=6411 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6423/stat : 6423 (java) S 6411 6414 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 100232890 10916917248 6486 33554432000 4194304 4196468 140725700566048 140240871175792 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6424] ppid=6411 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6424/stat : 6424 (java) S 6411 6414 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100232892 10916917248 6486 33554432000 4194304 4196468 140725700566048 140240870124112 140241380824987 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6425] ppid=6411 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6425/stat : 6425 (java) S 6411 6414 1613 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 15 0 100232892 10916917248 6486 33554432000 4194304 4196468 140725700566048 140240869070960 140241380817538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6426] ppid=6411 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6426/stat : 6426 (java) S 6411 6414 1613 0 -1 1077944384 138 0 0 0 0 0 0 0 20 0 15 0 100232892 10916917248 6486 33554432000 4194304 4196468 140725700566048 140240868018160 140241380817538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6427] ppid=6411 vsize=10661052 memory=140502571366016 CPUtime=0.01 cores=0,2,4,6
/proc/6414/task/6427/stat : 6427 (java) R 6411 6414 1613 0 -1 4202560 364 0 0 0 1 0 0 0 20 0 15 0 100232892 10916917248 6486 33554432000 4194304 4196468 140725700566048 140240866965872 140241373043518 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6428] ppid=6411 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6428/stat : 6428 (java) S 6411 6414 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100232893 10916917248 6486 33554432000 4194304 4196468 140725700566048 140240865913312 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6429] ppid=6411 vsize=10661052 memory=140502571366016 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6429/stat : 6429 (java) S 6411 6414 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100232893 10916917248 6486 33554432000 4194304 4196468 140725700566048 140240864861104 140241380817538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 25944 KiB

[startup+0.218806 s]*
/proc/loadavg: 2.10 2.09 1.87 4/216 6429
/proc/meminfo: memFree=26879428/32770624 swapFree=67108860/67108860
[pid=6414] ppid=6411 vsize=10661128 memory=39732 CPUtime=0.34 cores=0,2,4,6
/proc/6414/stat : 6414 (java) S 6411 6414 1613 0 -1 1077944320 8503 0 0 0 32 2 0 0 20 0 15 0 100232887 10916995072 9933 33554432000 4194304 4196468 140725700566048 140725700548592 140241380806391 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
/proc/6414/statm: 2665282 9933 3007 1 0 2627263 0
[pid=6414/tid=6416] ppid=6411 vsize=10661128 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/6414/task/6416/stat : 6416 (java) R 6411 6414 1613 0 -1 4202560 5321 0 0 0 19 1 0 0 20 0 15 0 100232887 10916995072 9933 33554432000 4194304 4196468 140725700566048 140241385038704 140241364886878 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6417] ppid=6411 vsize=10661128 memory=331 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6417/stat : 6417 (java) S 6411 6414 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100232888 10916995072 9933 33554432000 4194304 4196468 140725700566048 140240987982224 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6418] ppid=6411 vsize=10661128 memory=140502571851376 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6418/stat : 6418 (java) S 6411 6414 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100232888 10916995072 9933 33554432000 4194304 4196468 140725700566048 140240986929424 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6419] ppid=6411 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6419/stat : 6419 (java) S 6411 6414 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100232888 10916995072 9933 33554432000 4194304 4196468 140725700566048 140240985877136 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6420] ppid=6411 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6420/stat : 6420 (java) S 6411 6414 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100232888 10916995072 9933 33554432000 4194304 4196468 140725700566048 140240984824336 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6421] ppid=6411 vsize=10661128 memory=140502571366016 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6421/stat : 6421 (java) S 6411 6414 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100232889 10916995072 9933 33554432000 4194304 4196468 140725700566048 140240873282160 140241380817538 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6422] ppid=6411 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6422/stat : 6422 (java) S 6411 6414 1613 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 100232890 10916995072 9933 33554432000 4194304 4196468 140725700566048 140240872228128 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6423] ppid=6411 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6423/stat : 6423 (java) S 6411 6414 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 100232890 10916995072 9933 33554432000 4194304 4196468 140725700566048 140240871175792 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6424] ppid=6411 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6424/stat : 6424 (java) S 6411 6414 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100232892 10916995072 9933 33554432000 4194304 4196468 140725700566048 140240870124112 140241380824987 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6425] ppid=6411 vsize=10661128 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/6414/task/6425/stat : 6425 (java) S 6411 6414 1613 0 -1 1077944384 361 0 0 0 1 0 0 0 20 0 15 0 100232892 10916995072 9933 33554432000 4194304 4196468 140725700566048 140240869070960 140241380817538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6426] ppid=6411 vsize=10661128 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/6414/task/6426/stat : 6426 (java) S 6411 6414 1613 0 -1 1077944384 420 0 0 0 2 0 0 0 20 0 15 0 100232892 10916995072 9933 33554432000 4194304 4196468 140725700566048 140240868018160 140241380817538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6427] ppid=6411 vsize=10661128 memory=140502571366016 CPUtime=0.08 cores=0,2,4,6
/proc/6414/task/6427/stat : 6427 (java) S 6411 6414 1613 0 -1 1077944384 1040 0 0 0 8 0 0 0 20 0 15 0 100232892 10916995072 9933 33554432000 4194304 4196468 140725700566048 140240866965872 140241380817538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6428] ppid=6411 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6428/stat : 6428 (java) S 6411 6414 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100232893 10916995072 9933 33554432000 4194304 4196468 140725700566048 140240865913312 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6429] ppid=6411 vsize=10661128 memory=140502571366016 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6429/stat : 6429 (java) S 6411 6414 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100232893 10916995072 9933 33554432000 4194304 4196468 140725700566048 140240864861104 140241380817538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 39732 KiB

[startup+0.315091 s]*
/proc/loadavg: 2.10 2.09 1.87 6/216 6429
/proc/meminfo: memFree=26870868/32770624 swapFree=67108860/67108860
[pid=6414] ppid=6411 vsize=10661128 memory=48844 CPUtime=0.6 cores=0,2,4,6
/proc/6414/stat : 6414 (java) S 6411 6414 1613 0 -1 1077944320 9804 0 0 0 58 2 0 0 20 0 15 0 100232887 10916995072 12211 33554432000 4194304 4196468 140725700566048 140725700548592 140241380806391 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
/proc/6414/statm: 2665282 12211 3068 1 0 2627263 0
[pid=6414/tid=6416] ppid=6411 vsize=10661128 memory=7022364594140610616 CPUtime=0.31 cores=0,2,4,6
/proc/6414/task/6416/stat : 6416 (java) R 6411 6414 1613 0 -1 4202560 5555 0 0 0 29 2 0 0 20 0 15 0 100232887 10916995072 12211 33554432000 4194304 4196468 140725700566048 140241385040832 140241380818326 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6417] ppid=6411 vsize=10661128 memory=4294977825 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6417/stat : 6417 (java) S 6411 6414 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100232888 10916995072 12211 33554432000 4194304 4196468 140725700566048 140240987982224 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6418] ppid=6411 vsize=10661128 memory=140502571851375 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6418/stat : 6418 (java) S 6411 6414 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100232888 10916995072 12277 33554432000 4194304 4196468 140725700566048 140240986929424 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6419] ppid=6411 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6419/stat : 6419 (java) S 6411 6414 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100232888 10916995072 12277 33554432000 4194304 4196468 140725700566048 140240985877136 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6420] ppid=6411 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6420/stat : 6420 (java) S 6411 6414 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100232888 10916995072 12277 33554432000 4194304 4196468 140725700566048 140240984824336 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6421] ppid=6411 vsize=10661128 memory=140502571366016 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6421/stat : 6421 (java) S 6411 6414 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100232889 10916995072 12277 33554432000 4194304 4196468 140725700566048 140240873282160 140241380817538 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6422] ppid=6411 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6422/stat : 6422 (java) S 6411 6414 1613 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 100232890 10916995072 12277 33554432000 4194304 4196468 140725700566048 140240872228128 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6423] ppid=6411 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6423/stat : 6423 (java) S 6411 6414 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 100232890 10916995072 12277 33554432000 4194304 4196468 140725700566048 140240871175792 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6424] ppid=6411 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6424/stat : 6424 (java) S 6411 6414 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100232892 10916995072 12277 33554432000 4194304 4196468 140725700566048 140240870124112 140241380824987 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6425] ppid=6411 vsize=10661128 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/6414/task/6425/stat : 6425 (java) R 6411 6414 1613 0 -1 4202560 808 0 0 0 6 0 0 0 20 0 15 0 100232892 10916995072 12277 33554432000 4194304 4196468 140725700566048 140240869051976 140241365931513 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6426] ppid=6411 vsize=10661128 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6414/task/6426/stat : 6426 (java) S 6411 6414 1613 0 -1 1077944384 711 0 0 0 8 0 0 0 20 0 15 0 100232892 10916995072 12277 33554432000 4194304 4196468 140725700566048 140240868018160 140241380817538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6427] ppid=6411 vsize=10661128 memory=140502571366016 CPUtime=0.14 cores=0,2,4,6
/proc/6414/task/6427/stat : 6427 (java) R 6411 6414 1613 0 -1 4202560 1415 0 0 0 14 0 0 0 20 0 15 0 100232892 10916995072 12277 33554432000 4194304 4196468 140725700566048 140240866961816 140241359752702 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6428] ppid=6411 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6428/stat : 6428 (java) S 6411 6414 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100232893 10916995072 12277 33554432000 4194304 4196468 140725700566048 140240865913312 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6429] ppid=6411 vsize=10661128 memory=140502571366016 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6429/stat : 6429 (java) S 6411 6414 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100232893 10916995072 12277 33554432000 4194304 4196468 140725700566048 140240864861104 140241380817538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
Current children cumulated CPU time: 0.6 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 48844 KiB

[startup+0.700731 s]
/proc/loadavg: 2.10 2.09 1.87 5/216 6429
/proc/meminfo: memFree=26856352/32770624 swapFree=67108860/67108860
[pid=6414] ppid=6411 vsize=10661128 memory=78132 CPUtime=1.77 cores=0,2,4,6
/proc/6414/stat : 6414 (java) S 6411 6414 1613 0 -1 1077944320 13527 0 0 0 174 3 0 0 20 0 15 0 100232887 10916995072 19533 33554432000 4194304 4196468 140725700566048 140725700548592 140241380806391 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
/proc/6414/statm: 2665282 19533 3112 1 0 2627263 0
[pid=6414/tid=6416] ppid=6411 vsize=10661128 memory=16104 CPUtime=0.68 cores=0,2,4,6
/proc/6414/task/6416/stat : 6416 (java) R 6411 6414 1613 0 -1 4202560 5698 0 0 0 66 2 0 0 20 0 15 0 100232887 10916995072 19533 33554432000 4194304 4196468 140725700566048 140241385043032 140241021246003 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6417] ppid=6411 vsize=10661128 memory=2324 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6417/stat : 6417 (java) S 6411 6414 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100232888 10916995072 19533 33554432000 4194304 4196468 140725700566048 140240987982224 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6418] ppid=6411 vsize=10661128 memory=1584 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6418/stat : 6418 (java) S 6411 6414 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100232888 10916995072 19533 33554432000 4194304 4196468 140725700566048 140240986929424 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6419] ppid=6411 vsize=10661128 memory=496 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6419/stat : 6419 (java) S 6411 6414 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100232888 10916995072 19533 33554432000 4194304 4196468 140725700566048 140240985877136 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6420] ppid=6411 vsize=10661128 memory=928 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6420/stat : 6420 (java) S 6411 6414 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100232888 10916995072 19533 33554432000 4194304 4196468 140725700566048 140240984824336 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6421] ppid=6411 vsize=10661128 memory=1172 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6421/stat : 6421 (java) S 6411 6414 1613 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 100232889 10916995072 19533 33554432000 4194304 4196468 140725700566048 140240873282160 140241380817538 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6422] ppid=6411 vsize=10661128 memory=1968 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6422/stat : 6422 (java) S 6411 6414 1613 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 100232890 10916995072 19533 33554432000 4194304 4196468 140725700566048 140240872228128 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6423] ppid=6411 vsize=10661128 memory=7086240636128810594 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6423/stat : 6423 (java) S 6411 6414 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 100232890 10916995072 19533 33554432000 4194304 4196468 140725700566048 140240871175792 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6424] ppid=6411 vsize=10661128 memory=6153433744107333222 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6424/stat : 6424 (java) S 6411 6414 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100232892 10916995072 19533 33554432000 4194304 4196468 140725700566048 140240870124112 140241380824987 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6425] ppid=6411 vsize=10661128 memory=7163630947594889319 CPUtime=0.42 cores=0,2,4,6
/proc/6414/task/6425/stat : 6425 (java) R 6411 6414 1613 0 -1 4202560 1950 0 0 0 42 0 0 0 20 0 15 0 100232892 10916995072 19533 33554432000 4194304 4196468 140725700566048 140240869055320 140241365921619 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6426] ppid=6411 vsize=10661128 memory=7230354741939103332 CPUtime=0.4 cores=0,2,4,6
/proc/6414/task/6426/stat : 6426 (java) R 6411 6414 1613 0 -1 4202560 2660 0 0 0 40 0 0 0 20 0 15 0 100232892 10916995072 19533 33554432000 4194304 4196468 140725700566048 140240868004296 140241365923552 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6427] ppid=6411 vsize=10661128 memory=7235688571596990568 CPUtime=0.25 cores=0,2,4,6
/proc/6414/task/6427/stat : 6427 (java) S 6411 6414 1613 0 -1 1077944384 1849 0 0 0 25 0 0 0 20 0 15 0 100232892 10916995072 19533 33554432000 4194304 4196468 140725700566048 140240866965872 140241380817538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6428] ppid=6411 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6428/stat : 6428 (java) S 6411 6414 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100232893 10916995072 19533 33554432000 4194304 4196468 140725700566048 140240865913312 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6429] ppid=6411 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6429/stat : 6429 (java) S 6411 6414 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100232893 10916995072 19533 33554432000 4194304 4196468 140725700566048 140240864861104 140241380817538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
Current children cumulated CPU time: 1.77 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 78132 KiB

[startup+1.50071 s]
/proc/loadavg: 2.10 2.09 1.87 3/216 6429
/proc/meminfo: memFree=26814480/32770624 swapFree=67108860/67108860
[pid=6414] ppid=6411 vsize=10661128 memory=147520 CPUtime=2.93 cores=0,2,4,6
/proc/6414/stat : 6414 (java) S 6411 6414 1613 0 -1 1077944320 15717 0 0 0 289 4 0 0 20 0 15 0 100232887 10916995072 36880 33554432000 4194304 4196468 140725700566048 140725700548592 140241380806391 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
/proc/6414/statm: 2665282 36880 3113 1 0 2627263 0
[pid=6414/tid=6416] ppid=6411 vsize=10661128 memory=131136 CPUtime=1.47 cores=0,2,4,6
/proc/6414/task/6416/stat : 6416 (java) R 6411 6414 1613 0 -1 4202560 6084 0 0 0 145 2 0 0 20 0 15 0 100232887 10916995072 36880 33554432000 4194304 4196468 140725700566048 140241385042944 140241022157179 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6417] ppid=6411 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6417/stat : 6417 (java) S 6411 6414 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100232888 10916995072 36880 33554432000 4194304 4196468 140725700566048 140240987982224 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6418] ppid=6411 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6418/stat : 6418 (java) S 6411 6414 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100232888 10916995072 36880 33554432000 4194304 4196468 140725700566048 140240986929424 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6419] ppid=6411 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6419/stat : 6419 (java) S 6411 6414 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 100232888 10916995072 36880 33554432000 4194304 4196468 140725700566048 140240985877136 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6420] ppid=6411 vsize=10661128 memory=72 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6420/stat : 6420 (java) S 6411 6414 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 100232888 10916995072 36880 33554432000 4194304 4196468 140725700566048 140240984824336 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6421] ppid=6411 vsize=10661128 memory=281004946732784 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6421/stat : 6421 (java) S 6411 6414 1613 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 100232889 10916995072 36880 33554432000 4194304 4196468 140725700566048 140240873282160 140241380817538 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0

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

[pid=6414/tid=6427] ppid=6411 vsize=10661128 memory=2324 CPUtime=0.28 cores=0,2,4,6
/proc/6414/task/6427/stat : 6427 (java) S 6411 6414 1613 0 -1 1077944384 2771 0 0 0 28 0 0 0 20 0 15 0 100232892 10916995072 31028 33554432000 4194304 4196468 140725700566048 140240866965872 140241380817538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6428] ppid=6411 vsize=10661128 memory=2204 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6428/stat : 6428 (java) S 6411 6414 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100232893 10916995072 31028 33554432000 4194304 4196468 140725700566048 140240865913312 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6429] ppid=6411 vsize=10661128 memory=1240 CPUtime=0.02 cores=0,2,4,6
/proc/6414/task/6429/stat : 6429 (java) S 6411 6414 1613 0 -1 1077944384 394 0 0 0 1 1 0 0 20 0 15 0 100232893 10916995072 31028 33554432000 4194304 4196468 140725700566048 140240864861104 140241380817538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
Current children cumulated CPU time: 59.47 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 124112 KiB

[startup+59.2007 s]
/proc/loadavg: 1.86 2.03 1.86 3/216 6429
/proc/meminfo: memFree=26770732/32770624 swapFree=67108860/67108860
[pid=6414] ppid=6411 vsize=10661128 memory=124152 CPUtime=61.09 cores=0,2,4,6
/proc/6414/stat : 6414 (java) S 6411 6414 1613 0 -1 1077944320 26561 0 0 0 6097 12 0 0 20 0 15 0 100232887 10916995072 31038 33554432000 4194304 4196468 140725700566048 140725700548592 140241380806391 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
/proc/6414/statm: 2665282 31038 3152 1 0 2627263 0
[pid=6414/tid=6416] ppid=6411 vsize=10661128 memory=1240 CPUtime=59.03 cores=0,2,4,6
/proc/6414/task/6416/stat : 6416 (java) R 6411 6414 1613 0 -1 4202560 7287 0 0 0 5900 3 0 0 20 0 15 0 100232887 10916995072 31038 33554432000 4194304 4196468 140725700566048 140241385045728 140241021985155 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6417] ppid=6411 vsize=10661128 memory=1520 CPUtime=0.05 cores=0,2,4,6
/proc/6414/task/6417/stat : 6417 (java) S 6411 6414 1613 0 -1 1077944384 333 0 0 0 4 1 0 0 20 0 15 0 100232888 10916995072 31038 33554432000 4194304 4196468 140725700566048 140240987982224 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6418] ppid=6411 vsize=10661128 memory=8112282956445269571 CPUtime=0.06 cores=0,2,4,6
/proc/6414/task/6418/stat : 6418 (java) S 6411 6414 1613 0 -1 1077944384 1226 0 0 0 5 1 0 0 20 0 15 0 100232888 10916995072 31038 33554432000 4194304 4196468 140725700566048 140240986929424 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6419] ppid=6411 vsize=10661128 memory=6944656592455097440 CPUtime=0.06 cores=0,2,4,6
/proc/6414/task/6419/stat : 6419 (java) S 6411 6414 1613 0 -1 1077944384 1257 0 0 0 5 1 0 0 20 0 15 0 100232888 10916995072 31038 33554432000 4194304 4196468 140725700566048 140240985877136 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6420] ppid=6411 vsize=10661128 memory=6944656592455097440 CPUtime=0.06 cores=0,2,4,6
/proc/6414/task/6420/stat : 6420 (java) S 6411 6414 1613 0 -1 1077944384 255 0 0 0 5 1 0 0 20 0 15 0 100232888 10916995072 31038 33554432000 4194304 4196468 140725700566048 140240984824336 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6421] ppid=6411 vsize=10661128 memory=6944656592455097440 CPUtime=0.04 cores=0,2,4,6
/proc/6414/task/6421/stat : 6421 (java) S 6411 6414 1613 0 -1 1077944384 1160 0 0 0 4 0 0 0 20 0 15 0 100232889 10916995072 31038 33554432000 4194304 4196468 140725700566048 140240873282160 140241380817538 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6422] ppid=6411 vsize=10661128 memory=8303054830060986464 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6422/stat : 6422 (java) S 6411 6414 1613 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 100232890 10916995072 31038 33554432000 4194304 4196468 140725700566048 140240872228128 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6423] ppid=6411 vsize=10661128 memory=-7965959130280075168 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6423/stat : 6423 (java) S 6411 6414 1613 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 100232890 10916995072 31038 33554432000 4194304 4196468 140725700566048 140240871175792 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6424] ppid=6411 vsize=10661128 memory=12708 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6424/stat : 6424 (java) S 6411 6414 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100232892 10916995072 31038 33554432000 4194304 4196468 140725700566048 140240870124112 140241380824987 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6425] ppid=6411 vsize=10661128 memory=16104 CPUtime=0.73 cores=0,2,4,6
/proc/6414/task/6425/stat : 6425 (java) S 6411 6414 1613 0 -1 1077944384 4350 0 0 0 73 0 0 0 20 0 15 0 100232892 10916995072 31038 33554432000 4194304 4196468 140725700566048 140240869070960 140241380817538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6426] ppid=6411 vsize=10661128 memory=2324 CPUtime=0.69 cores=0,2,4,6
/proc/6414/task/6426/stat : 6426 (java) S 6411 6414 1613 0 -1 1077944384 6107 0 0 0 68 1 0 0 20 0 15 0 100232892 10916995072 31038 33554432000 4194304 4196468 140725700566048 140240868018160 140241380817538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6427] ppid=6411 vsize=10661128 memory=1584 CPUtime=0.28 cores=0,2,4,6
/proc/6414/task/6427/stat : 6427 (java) S 6411 6414 1613 0 -1 1077944384 2771 0 0 0 28 0 0 0 20 0 15 0 100232892 10916995072 31038 33554432000 4194304 4196468 140725700566048 140240866965872 140241380817538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6428] ppid=6411 vsize=10661128 memory=496 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6428/stat : 6428 (java) S 6411 6414 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100232893 10916995072 31038 33554432000 4194304 4196468 140725700566048 140240865913312 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6429] ppid=6411 vsize=10661128 memory=928 CPUtime=0.02 cores=0,2,4,6
/proc/6414/task/6429/stat : 6429 (java) S 6411 6414 1613 0 -1 1077944384 394 0 0 0 1 1 0 0 20 0 15 0 100232893 10916995072 31038 33554432000 4194304 4196468 140725700566048 140240864861104 140241380817538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
Current children cumulated CPU time: 61.09 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 124152 KiB

[startup+60.0007 s]*
/proc/loadavg: 1.86 2.03 1.86 3/216 6429
/proc/meminfo: memFree=26770856/32770624 swapFree=67108860/67108860
[pid=6414] ppid=6411 vsize=10661128 memory=124152 CPUtime=61.9 cores=0,2,4,6
/proc/6414/stat : 6414 (java) S 6411 6414 1613 0 -1 1077944320 26566 0 0 0 6178 12 0 0 20 0 15 0 100232887 10916995072 31038 33554432000 4194304 4196468 140725700566048 140725700548592 140241380806391 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
/proc/6414/statm: 2665282 31038 3152 1 0 2627263 0
[pid=6414/tid=6416] ppid=6411 vsize=10661128 memory=8112282956445269571 CPUtime=59.83 cores=0,2,4,6
/proc/6414/task/6416/stat : 6416 (java) R 6411 6414 1613 0 -1 4202560 7289 0 0 0 5980 3 0 0 20 0 15 0 100232887 10916995072 31038 33554432000 4194304 4196468 140725700566048 140241385045840 140241021985959 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6417] ppid=6411 vsize=10661128 memory=4872558044660077418 CPUtime=0.05 cores=0,2,4,6
/proc/6414/task/6417/stat : 6417 (java) S 6411 6414 1613 0 -1 1077944384 333 0 0 0 4 1 0 0 20 0 15 0 100232888 10916995072 31038 33554432000 4194304 4196468 140725700566048 140240987982224 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6418] ppid=6411 vsize=10661128 memory=1520 CPUtime=0.06 cores=0,2,4,6
/proc/6414/task/6418/stat : 6418 (java) S 6411 6414 1613 0 -1 1077944384 1226 0 0 0 5 1 0 0 20 0 15 0 100232888 10916995072 31038 33554432000 4194304 4196468 140725700566048 140240986929424 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6419] ppid=6411 vsize=10661128 memory=844 CPUtime=0.06 cores=0,2,4,6
/proc/6414/task/6419/stat : 6419 (java) S 6411 6414 1613 0 -1 1077944384 1257 0 0 0 5 1 0 0 20 0 15 0 100232888 10916995072 31038 33554432000 4194304 4196468 140725700566048 140240985877136 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6420] ppid=6411 vsize=10661128 memory=3360 CPUtime=0.06 cores=0,2,4,6
/proc/6414/task/6420/stat : 6420 (java) S 6411 6414 1613 0 -1 1077944384 258 0 0 0 5 1 0 0 20 0 15 0 100232888 10916995072 31038 33554432000 4194304 4196468 140725700566048 140240984824336 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6421] ppid=6411 vsize=10661128 memory=2724 CPUtime=0.04 cores=0,2,4,6
/proc/6414/task/6421/stat : 6421 (java) S 6411 6414 1613 0 -1 1077944384 1160 0 0 0 4 0 0 0 20 0 15 0 100232889 10916995072 31038 33554432000 4194304 4196468 140725700566048 140240873282160 140241380817538 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6422] ppid=6411 vsize=10661128 memory=1256 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6422/stat : 6422 (java) S 6411 6414 1613 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 100232890 10916995072 31038 33554432000 4194304 4196468 140725700566048 140240872228128 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6423] ppid=6411 vsize=10661128 memory=10368 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6423/stat : 6423 (java) S 6411 6414 1613 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 100232890 10916995072 31038 33554432000 4194304 4196468 140725700566048 140240871175792 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6424] ppid=6411 vsize=10661128 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6424/stat : 6424 (java) S 6411 6414 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100232892 10916995072 31038 33554432000 4194304 4196468 140725700566048 140240870124112 140241380824987 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6425] ppid=6411 vsize=10661128 memory=1172 CPUtime=0.73 cores=0,2,4,6
/proc/6414/task/6425/stat : 6425 (java) S 6411 6414 1613 0 -1 1077944384 4350 0 0 0 73 0 0 0 20 0 15 0 100232892 10916995072 31038 33554432000 4194304 4196468 140725700566048 140240869070960 140241380817538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6426] ppid=6411 vsize=10661128 memory=1812 CPUtime=0.69 cores=0,2,4,6
/proc/6414/task/6426/stat : 6426 (java) S 6411 6414 1613 0 -1 1077944384 6107 0 0 0 68 1 0 0 20 0 15 0 100232892 10916995072 31038 33554432000 4194304 4196468 140725700566048 140240868018160 140241380817538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6427] ppid=6411 vsize=10661128 memory=1020 CPUtime=0.28 cores=0,2,4,6
/proc/6414/task/6427/stat : 6427 (java) S 6411 6414 1613 0 -1 1077944384 2771 0 0 0 28 0 0 0 20 0 15 0 100232892 10916995072 31038 33554432000 4194304 4196468 140725700566048 140240866965872 140241380817538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6428] ppid=6411 vsize=10661128 memory=5448 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6428/stat : 6428 (java) S 6411 6414 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100232893 10916995072 31038 33554432000 4194304 4196468 140725700566048 140240865913312 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6429] ppid=6411 vsize=10661128 memory=756 CPUtime=0.02 cores=0,2,4,6
/proc/6414/task/6429/stat : 6429 (java) S 6411 6414 1613 0 -1 1077944384 394 0 0 0 1 1 0 0 20 0 15 0 100232893 10916995072 31038 33554432000 4194304 4196468 140725700566048 140240864861104 140241380817538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
Current children cumulated CPU time: 61.9 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 124152 KiB

[startup+60.8008 s]
/proc/loadavg: 1.86 2.03 1.86 3/216 6429
/proc/meminfo: memFree=26770856/32770624 swapFree=67108860/67108860
[pid=6414] ppid=6411 vsize=10661128 memory=124152 CPUtime=62.69 cores=0,2,4,6
/proc/6414/stat : 6414 (java) S 6411 6414 1613 0 -1 1077944320 26567 0 0 0 6257 12 0 0 20 0 15 0 100232887 10916995072 31038 33554432000 4194304 4196468 140725700566048 140725700548592 140241380806391 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
/proc/6414/statm: 2665282 31038 3152 1 0 2627263 0
[pid=6414/tid=6416] ppid=6411 vsize=10661128 memory=1520 CPUtime=60.62 cores=0,2,4,6
/proc/6414/task/6416/stat : 6416 (java) R 6411 6414 1613 0 -1 4202560 7290 0 0 0 6059 3 0 0 20 0 15 0 100232887 10916995072 31038 33554432000 4194304 4196468 140725700566048 140241385045840 140241022160427 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6417] ppid=6411 vsize=10661128 memory=844 CPUtime=0.05 cores=0,2,4,6
/proc/6414/task/6417/stat : 6417 (java) S 6411 6414 1613 0 -1 1077944384 333 0 0 0 4 1 0 0 20 0 15 0 100232888 10916995072 31038 33554432000 4194304 4196468 140725700566048 140240987982224 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6418] ppid=6411 vsize=10661128 memory=844 CPUtime=0.06 cores=0,2,4,6
/proc/6414/task/6418/stat : 6418 (java) S 6411 6414 1613 0 -1 1077944384 1226 0 0 0 5 1 0 0 20 0 15 0 100232888 10916995072 31038 33554432000 4194304 4196468 140725700566048 140240986929424 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6419] ppid=6411 vsize=10661128 memory=3360 CPUtime=0.06 cores=0,2,4,6
/proc/6414/task/6419/stat : 6419 (java) S 6411 6414 1613 0 -1 1077944384 1257 0 0 0 5 1 0 0 20 0 15 0 100232888 10916995072 31038 33554432000 4194304 4196468 140725700566048 140240985877136 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6420] ppid=6411 vsize=10661128 memory=2724 CPUtime=0.06 cores=0,2,4,6
/proc/6414/task/6420/stat : 6420 (java) S 6411 6414 1613 0 -1 1077944384 258 0 0 0 5 1 0 0 20 0 15 0 100232888 10916995072 31038 33554432000 4194304 4196468 140725700566048 140240984824336 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6421] ppid=6411 vsize=10661128 memory=4140 CPUtime=0.04 cores=0,2,4,6
/proc/6414/task/6421/stat : 6421 (java) S 6411 6414 1613 0 -1 1077944384 1160 0 0 0 4 0 0 0 20 0 15 0 100232889 10916995072 31038 33554432000 4194304 4196468 140725700566048 140240873282160 140241380817538 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6422] ppid=6411 vsize=10661128 memory=281004946659392 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6422/stat : 6422 (java) S 6411 6414 1613 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 100232890 10916995072 31038 33554432000 4194304 4196468 140725700566048 140240872228128 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6423] ppid=6411 vsize=10661128 memory=3616988855174014904 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6423/stat : 6423 (java) S 6411 6414 1613 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 100232890 10916995072 31038 33554432000 4194304 4196468 140725700566048 140240871175792 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6424] ppid=6411 vsize=10661128 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6424/stat : 6424 (java) S 6411 6414 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100232892 10916995072 31038 33554432000 4194304 4196468 140725700566048 140240870124112 140241380824987 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6425] ppid=6411 vsize=10661128 memory=7528 CPUtime=0.73 cores=0,2,4,6
/proc/6414/task/6425/stat : 6425 (java) S 6411 6414 1613 0 -1 1077944384 4350 0 0 0 73 0 0 0 20 0 15 0 100232892 10916995072 31038 33554432000 4194304 4196468 140725700566048 140240869070960 140241380817538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6426] ppid=6411 vsize=10661128 memory=804 CPUtime=0.69 cores=0,2,4,6
/proc/6414/task/6426/stat : 6426 (java) S 6411 6414 1613 0 -1 1077944384 6107 0 0 0 68 1 0 0 20 0 15 0 100232892 10916995072 31038 33554432000 4194304 4196468 140725700566048 140240868018160 140241380817538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6427] ppid=6411 vsize=10661128 memory=4104 CPUtime=0.28 cores=0,2,4,6
/proc/6414/task/6427/stat : 6427 (java) S 6411 6414 1613 0 -1 1077944384 2771 0 0 0 28 0 0 0 20 0 15 0 100232892 10916995072 31038 33554432000 4194304 4196468 140725700566048 140240866965872 140241380817538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6428] ppid=6411 vsize=10661128 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6428/stat : 6428 (java) S 6411 6414 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 100232893 10916995072 31038 33554432000 4194304 4196468 140725700566048 140240865913312 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6429] ppid=6411 vsize=10661128 memory=8112282956445269571 CPUtime=0.02 cores=0,2,4,6
/proc/6414/task/6429/stat : 6429 (java) S 6411 6414 1613 0 -1 1077944384 394 0 0 0 1 1 0 0 20 0 15 0 100232893 10916995072 31038 33554432000 4194304 4196468 140725700566048 140240864861104 140241380817538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
Current children cumulated CPU time: 62.69 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 124152 KiB

[startup+61.2007 s]
/proc/loadavg: 1.86 2.03 1.86 3/216 6430
/proc/meminfo: memFree=26770112/32770624 swapFree=67108860/67108860
[pid=6414] ppid=6411 vsize=10727692 memory=124320 CPUtime=63.09 cores=0,2,4,6
/proc/6414/stat : 6414 (java) S 6411 6414 1613 0 -1 1077944320 28243 0 0 0 6297 12 0 0 20 0 14 0 100232887 10985156608 31080 33554432000 4194304 4196468 140725700566048 140725700548592 140241380806391 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
/proc/6414/statm: 2681923 31080 3154 1 0 2643904 0
[pid=6414/tid=6416] ppid=6411 vsize=10727692 memory=14409332632586112 CPUtime=61.02 cores=0,2,4,6
/proc/6414/task/6416/stat : 6416 (java) S 6411 6414 1613 0 -1 1077944384 8369 0 0 0 6099 3 0 0 20 0 14 0 100232887 10985156608 31080 33554432000 4194304 4196468 140725700566048 140241385049232 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6417] ppid=6411 vsize=10727692 memory=288291056305570414 CPUtime=0.05 cores=0,2,4,6
/proc/6414/task/6417/stat : 6417 (java) S 6411 6414 1613 0 -1 1077944384 333 0 0 0 4 1 0 0 20 0 14 0 100232888 10985156608 31080 33554432000 4194304 4196468 140725700566048 140240987982224 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6418] ppid=6411 vsize=10727692 memory=3906928980040876064 CPUtime=0.06 cores=0,2,4,6
/proc/6414/task/6418/stat : 6418 (java) S 6411 6414 1613 0 -1 1077944384 1229 0 0 0 5 1 0 0 20 0 14 0 100232888 10985156608 31080 33554432000 4194304 4196468 140725700566048 140240986929424 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6419] ppid=6411 vsize=10727692 memory=288291056305570414 CPUtime=0.06 cores=0,2,4,6
/proc/6414/task/6419/stat : 6419 (java) S 6411 6414 1613 0 -1 1077944384 1257 0 0 0 5 1 0 0 20 0 14 0 100232888 10985156608 31080 33554432000 4194304 4196468 140725700566048 140240985877136 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6420] ppid=6411 vsize=10727692 memory=3920492758421473568 CPUtime=0.06 cores=0,2,4,6
/proc/6414/task/6420/stat : 6420 (java) S 6411 6414 1613 0 -1 1077944384 258 0 0 0 5 1 0 0 20 0 14 0 100232888 10985156608 31080 33554432000 4194304 4196468 140725700566048 140240984824336 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6421] ppid=6411 vsize=10727692 memory=7754532806735262483 CPUtime=0.04 cores=0,2,4,6
/proc/6414/task/6421/stat : 6421 (java) S 6411 6414 1613 0 -1 1077944384 1160 0 0 0 4 0 0 0 20 0 14 0 100232889 10985156608 31080 33554432000 4194304 4196468 140725700566048 140240873282368 140241380817538 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6422] ppid=6411 vsize=10727692 memory=-7523660553960122769 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6422/stat : 6422 (java) S 6411 6414 1613 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 14 0 100232890 10985156608 31080 33554432000 4194304 4196468 140725700566048 140240872228128 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6423] ppid=6411 vsize=10727692 memory=-6737208495982354336 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6423/stat : 6423 (java) S 6411 6414 1613 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 14 0 100232890 10985156608 31080 33554432000 4194304 4196468 140725700566048 140240871175792 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6424] ppid=6411 vsize=10727692 memory=6944656592455360608 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6424/stat : 6424 (java) S 6411 6414 1613 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 14 0 100232892 10985156608 31080 33554432000 4194304 4196468 140725700566048 140240870123760 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6425] ppid=6411 vsize=10727692 memory=6933690305039933585 CPUtime=0.73 cores=0,2,4,6
/proc/6414/task/6425/stat : 6425 (java) S 6411 6414 1613 0 -1 1077944384 4495 0 0 0 73 0 0 0 20 0 14 0 100232892 10985156608 31080 33554432000 4194304 4196468 140725700566048 140240869070960 140241380817538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6426] ppid=6411 vsize=10727692 memory=6944656592452807320 CPUtime=0.69 cores=0,2,4,6
/proc/6414/task/6426/stat : 6426 (java) S 6411 6414 1613 0 -1 1077944384 6146 0 0 0 68 1 0 0 20 0 14 0 100232892 10985156608 31080 33554432000 4194304 4196468 140725700566048 140240868003120 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6427] ppid=6411 vsize=10727692 memory=-7595718148655178334 CPUtime=0.28 cores=0,2,4,6
/proc/6414/task/6427/stat : 6427 (java) S 6411 6414 1613 0 -1 1077944384 3149 0 0 0 28 0 0 0 20 0 14 0 100232892 10985156608 31080 33554432000 4194304 4196468 140725700566048 140240866965872 140241380817538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
[pid=6414/tid=6428] ppid=6411 vsize=10727692 memory=2204 CPUtime=0 cores=0,2,4,6
/proc/6414/task/6428/stat : 6428 (java) S 6411 6414 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 100232893 10985156608 31080 33554432000 4194304 4196468 140725700566048 140240865913312 140241380816597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8847360 140725700568202 140725700568329 140725700568329 140725700571087 0
Current children cumulated CPU time: 63.09 s
Current children cumulated vsize: 10727692 KiB
Current children cumulated memory: 124320 KiB

Child status: 0
Real time (s): 61.2143
CPU time (s): 63.1138
CPU user time (s): 62.9796
CPU system time (s): 0.134176
CPU usage (%): 103.103
Max. virtual memory (cumulated for all children) (KiB): 10727692
Max. memory (cumulated for all children) (KiB): 201248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 62.9796
system time used= 0.134176
maximum resident set size= 201252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28276
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3732
involuntary context switches= 109


# summary of solver processes directly reported to runsolver:
#   pid: 6414
#   total CPU time (s): 63.1138
#   total CPU user time (s): 62.9796
#   total CPU system time (s): 0.134176

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.398457 second user time and 0.59853 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-29 03:11:37
IDJOB=4299837
IDBENCH=141497
IDSOLVER=2767
FILE ID=node136/4299837-1532826697
RUNJOBID= node136-1532809638-1644
PBS_JOBID= 21022480
Free space on /tmp= 55792 MiB

SOLVER NAME= SuperSolver_Macq_Stevenart 2018-04-27
BENCH NAME= XCSP18/Subisomorphism/Subisomorphism-g08-g43_c18.xml
COMMAND LINE= java -jar DIR/bestMinicp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299837-1532826697/watcher-4299837-1532826697 -o /tmp/evaluation-result-4299837-1532826697/solver-4299837-1532826697 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532809638-1644 --watchdog 2580  java -jar HOME/bestMinicp.jar HOME/instance-4299837-1532826697.xml

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

MD5SUM BENCH= 7cef523f02717582c22db5e2b6d8dc99
RANDOM SEED=175293144

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:        26906316 kB
MemAvailable:   30735368 kB
Buffers:          201536 kB
Cached:          3887176 kB
SwapCached:            0 kB
Active:          2971440 kB
Inactive:        2392776 kB
Active(anon):    1227132 kB
Inactive(anon):    76484 kB
Active(file):    1744308 kB
Inactive(file):  2316292 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1196 kB
Writeback:             0 kB
AnonPages:       1336284 kB
Mapped:            45752 kB
Shmem:             25260 kB
Slab:             196288 kB
SReclaimable:     168572 kB
SUnreclaim:        27716 kB
KernelStack:        3824 kB
PageTables:         7584 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3260264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1241088 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= 55792 MiB
End job on node136 at 2018-07-29 03:12:39