Trace number 4298988

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 NameAnswerobjective functionCPU timeWall clock time
SuperSolver_Macq_Stevenart 2018-04-27SAT523 303.657 300.608

General information on the benchmark

NameFapp/Fapp-ext/
Fapp-ext-ex1_c18.xml
MD5SUMd2c9b3725c99b98fa2cea517d31ec9e5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark523
Best CPU time to get the best result obtained on this benchmark0.399798
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints8
Number of domains5
Minimum domain size2
Maximum domain size100
Distribution of domain sizes[{"size":2,"count":8},{"size":11,"count":4},{"size":12,"count":1},{"size":100,"count":8}]
Minimum variable degree1
Maximum variable degree5
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":16},{"degree":3,"count":2},{"degree":5,"count":1}]
Minimum constraint arity3
Maximum constraint arity6
Distribution of constraint arities[{"arity":3,"count":4},{"arity":6,"count":4}]
Number of extensional constraints8
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":8}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: -1
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
6.24/4.39	o 1777
6.24/4.39	o 1775
6.24/4.40	o 1656
6.24/4.40	o 1654
6.24/4.40	o 968
6.24/4.40	o 847
6.36/4.40	o 807
6.36/4.41	o 805
6.36/4.41	o 726
6.36/4.41	o 685
6.36/4.41	o 645
6.36/4.41	o 524
6.36/4.44	o 523
303.63/300.60	s SATISFIABLE
303.63/300.60	v <instantiation>
303.63/300.60	v 	<list>
303.63/300.60	v 		f[0] f[1] f[2] f[3] p[0] p[1] p[2] p[3] k v1[0] v1[1] v1[2] v1[3] v2[0] v2[1] v2[2] v2[3] d[0] d[1] d[2] d[3] 
303.63/300.60	v 	</list>
303.63/300.60	v 	<values>
303.63/300.60	v 		54 1 100 21 0 1 1 0 3 0 1 0 0 1 2 0 0 53 46 99 20 
303.63/300.60	v 	</values>
303.63/300.60	v </instantiation>

Verifier Data

OK	523

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298988-1532817414/watcher-4298988-1532817414 -o /tmp/evaluation-result-4298988-1532817414/solver-4298988-1532817414 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532808681-11471 --watchdog 2580 java -jar HOME/bestMinicp.jar HOME/instance-4298988-1532817414.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=13157, runsolver pid=13154
Current StackSize limit: 8192 KiB


[startup+0.100298 s]*
/proc/loadavg: 1.48 1.63 1.52 3/215 13172
/proc/meminfo: memFree=22503876/32770624 swapFree=67108792/67108860
[pid=13157] ppid=13154 vsize=10661052 memory=27704 CPUtime=0.13 cores=0,2,4,6
/proc/13157/stat : 13157 (java) S 13154 13157 11440 0 -1 1077944320 5281 0 0 0 12 1 0 0 20 0 15 0 99304645 10916917248 6926 33554432000 4194304 4196468 140731424404048 140731424386592 139880231104247 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
/proc/13157/statm: 2665263 6926 2844 1 0 2627263 0
[pid=13157/tid=13159] ppid=13154 vsize=10661052 memory=-8269626465541330300 CPUtime=0.09 cores=0,2,4,6
/proc/13157/task/13159/stat : 13159 (java) R 13154 13157 11440 0 -1 4202560 3140 0 0 0 9 0 0 0 20 0 15 0 99304645 10916917248 6926 33554432000 4194304 4196468 140731424404048 139880235335136 139880231116182 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13160] ppid=13154 vsize=10661052 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13160/stat : 13160 (java) S 13154 13157 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99304646 10916917248 6926 33554432000 4194304 4196468 140731424404048 139879837915664 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13161] ppid=13154 vsize=10661052 memory=140232348493440 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13161/stat : 13161 (java) S 13154 13157 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99304646 10916917248 6926 33554432000 4194304 4196468 140731424404048 139879836863120 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13162] ppid=13154 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13162/stat : 13162 (java) S 13154 13157 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99304646 10916917248 6926 33554432000 4194304 4196468 140731424404048 139879835810064 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13163] ppid=13154 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13163/stat : 13163 (java) S 13154 13157 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99304646 10916917248 6926 33554432000 4194304 4196468 140731424404048 139879834757520 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13164] ppid=13154 vsize=10661052 memory=140232348493440 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13164/stat : 13164 (java) S 13154 13157 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99304647 10916917248 6926 33554432000 4194304 4196468 140731424404048 139879790856944 139880231115394 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13165] ppid=13154 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13165/stat : 13165 (java) S 13154 13157 11440 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99304648 10916917248 6926 33554432000 4194304 4196468 140731424404048 139879789803168 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13166] ppid=13154 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13166/stat : 13166 (java) S 13154 13157 11440 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99304648 10916917248 6926 33554432000 4194304 4196468 140731424404048 139879788750064 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13167] ppid=13154 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13167/stat : 13167 (java) S 13154 13157 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99304650 10916917248 6926 33554432000 4194304 4196468 140731424404048 139879787698640 139880231122843 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13168] ppid=13154 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13168/stat : 13168 (java) R 13154 13157 11440 0 -1 1077944384 425 0 0 0 0 0 0 0 20 0 15 0 99304650 10916917248 6926 33554432000 4194304 4196468 140731424404048 139879786645744 139880231115394 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13169] ppid=13154 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13169/stat : 13169 (java) R 13154 13157 11440 0 -1 4202560 29 0 0 0 0 0 0 0 20 0 15 0 99304650 10916917248 6926 33554432000 4194304 4196468 140731424404048 139879785593200 139880214539985 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13170] ppid=13154 vsize=10661052 memory=140232348493440 CPUtime=0.02 cores=0,2,4,6
/proc/13157/task/13170/stat : 13170 (java) R 13154 13157 11440 0 -1 4202560 350 0 0 0 2 0 0 0 20 0 15 0 99304650 10916917248 6926 33554432000 4194304 4196468 140731424404048 139879784540144 139880215184734 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13171] ppid=13154 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13171/stat : 13171 (java) S 13154 13157 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99304651 10916917248 6926 33554432000 4194304 4196468 140731424404048 139879783487840 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13172] ppid=13154 vsize=10661052 memory=140232348493440 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13172/stat : 13172 (java) S 13154 13157 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99304651 10916917248 6926 33554432000 4194304 4196468 140731424404048 139879782435888 139880231115394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 27704 KiB

[startup+0.210606 s]*
/proc/loadavg: 1.48 1.63 1.52 4/215 13172
/proc/meminfo: memFree=22491580/32770624 swapFree=67108792/67108860
[pid=13157] ppid=13154 vsize=10661052 memory=40168 CPUtime=0.34 cores=0,2,4,6
/proc/13157/stat : 13157 (java) S 13154 13157 11440 0 -1 1077944320 8121 0 0 0 32 2 0 0 20 0 15 0 99304645 10916917248 10042 33554432000 4194304 4196468 140731424404048 140731424386592 139880231104247 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
/proc/13157/statm: 2665263 10042 3011 1 0 2627263 0
[pid=13157/tid=13159] ppid=13154 vsize=10661052 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/13157/task/13159/stat : 13159 (java) R 13154 13157 11440 0 -1 4202560 5094 0 0 0 19 1 0 0 20 0 15 0 99304645 10916917248 10108 33554432000 4194304 4196468 140731424404048 139880235335488 139880231126173 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13160] ppid=13154 vsize=10661052 memory=343 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13160/stat : 13160 (java) S 13154 13157 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99304646 10916917248 10108 33554432000 4194304 4196468 140731424404048 139879837915664 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13161] ppid=13154 vsize=10661052 memory=288370608500205184 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13161/stat : 13161 (java) S 13154 13157 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99304646 10916917248 10108 33554432000 4194304 4196468 140731424404048 139879836863120 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13162] ppid=13154 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13162/stat : 13162 (java) S 13154 13157 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99304646 10916917248 10108 33554432000 4194304 4196468 140731424404048 139879835810064 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13163] ppid=13154 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13163/stat : 13163 (java) S 13154 13157 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99304646 10916917248 10108 33554432000 4194304 4196468 140731424404048 139879834757520 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13164] ppid=13154 vsize=10661052 memory=140232348493440 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13164/stat : 13164 (java) S 13154 13157 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99304647 10916917248 10108 33554432000 4194304 4196468 140731424404048 139879790856944 139880231115394 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13165] ppid=13154 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13165/stat : 13165 (java) S 13154 13157 11440 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99304648 10916917248 10108 33554432000 4194304 4196468 140731424404048 139879789803168 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13166] ppid=13154 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13166/stat : 13166 (java) S 13154 13157 11440 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99304648 10916917248 10108 33554432000 4194304 4196468 140731424404048 139879788750064 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13167] ppid=13154 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13167/stat : 13167 (java) S 13154 13157 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99304650 10916917248 10108 33554432000 4194304 4196468 140731424404048 139879787698640 139880231122843 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13168] ppid=13154 vsize=10661052 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/13157/task/13168/stat : 13168 (java) R 13154 13157 11440 0 -1 4202560 479 0 0 0 1 0 0 0 20 0 15 0 99304650 10916917248 10108 33554432000 4194304 4196468 140731424404048 139879786645744 139880215501408 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13169] ppid=13154 vsize=10661052 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/13157/task/13169/stat : 13169 (java) R 13154 13157 11440 0 -1 4202560 404 0 0 0 3 0 0 0 20 0 15 0 99304650 10916917248 10108 33554432000 4194304 4196468 140731424404048 139879785593200 139880211804544 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13170] ppid=13154 vsize=10661052 memory=140232348493440 CPUtime=0.08 cores=0,2,4,6
/proc/13157/task/13170/stat : 13170 (java) R 13154 13157 11440 0 -1 1077944384 810 0 0 0 8 0 0 0 20 0 15 0 99304650 10916917248 10108 33554432000 4194304 4196468 140731424404048 139879784540144 139880231115394 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13171] ppid=13154 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13171/stat : 13171 (java) S 13154 13157 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99304651 10916917248 10108 33554432000 4194304 4196468 140731424404048 139879783487840 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13172] ppid=13154 vsize=10661052 memory=140232348493440 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13172/stat : 13172 (java) S 13154 13157 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99304651 10916917248 10108 33554432000 4194304 4196468 140731424404048 139879782435888 139880231115394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 40168 KiB

[startup+0.310492 s]*
/proc/loadavg: 1.48 1.63 1.52 6/215 13172
/proc/meminfo: memFree=22483244/32770624 swapFree=67108792/67108860
[pid=13157] ppid=13154 vsize=10661128 memory=51084 CPUtime=0.61 cores=0,2,4,6
/proc/13157/stat : 13157 (java) S 13154 13157 11440 0 -1 1077944320 8791 0 0 0 59 2 0 0 20 0 15 0 99304645 10916995072 12771 33554432000 4194304 4196468 140731424404048 140731424386592 139880231104247 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
/proc/13157/statm: 2665282 12771 3071 1 0 2627263 0
[pid=13157/tid=13159] ppid=13154 vsize=10661128 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/13157/task/13159/stat : 13159 (java) R 13154 13157 11440 0 -1 4202560 5397 0 0 0 29 1 0 0 20 0 15 0 99304645 10916995072 12771 33554432000 4194304 4196468 140731424404048 139880235341360 139879855955864 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13160] ppid=13154 vsize=10661128 memory=4294977868 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13160/stat : 13160 (java) S 13154 13157 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99304646 10916995072 12771 33554432000 4194304 4196468 140731424404048 139879837915664 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13161] ppid=13154 vsize=10661128 memory=288370608500205184 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13161/stat : 13161 (java) S 13154 13157 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99304646 10916995072 12771 33554432000 4194304 4196468 140731424404048 139879836863120 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13162] ppid=13154 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13162/stat : 13162 (java) S 13154 13157 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99304646 10916995072 12771 33554432000 4194304 4196468 140731424404048 139879835810064 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13163] ppid=13154 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13163/stat : 13163 (java) S 13154 13157 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99304646 10916995072 12771 33554432000 4194304 4196468 140731424404048 139879834757520 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13164] ppid=13154 vsize=10661128 memory=140232348493440 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13164/stat : 13164 (java) S 13154 13157 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99304647 10916995072 12771 33554432000 4194304 4196468 140731424404048 139879790856944 139880231115394 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13165] ppid=13154 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13165/stat : 13165 (java) S 13154 13157 11440 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99304648 10916995072 12771 33554432000 4194304 4196468 140731424404048 139879789803168 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13166] ppid=13154 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13166/stat : 13166 (java) S 13154 13157 11440 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99304648 10916995072 12771 33554432000 4194304 4196468 140731424404048 139879788750064 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13167] ppid=13154 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13167/stat : 13167 (java) S 13154 13157 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99304650 10916995072 12771 33554432000 4194304 4196468 140731424404048 139879787698640 139880231122843 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13168] ppid=13154 vsize=10661128 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/13157/task/13168/stat : 13168 (java) R 13154 13157 11440 0 -1 4202560 606 0 0 0 5 0 0 0 20 0 15 0 99304650 10916995072 12771 33554432000 4194304 4196468 140731424404048 139879786635856 139880208858129 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13169] ppid=13154 vsize=10661128 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/13157/task/13169/stat : 13169 (java) R 13154 13157 11440 0 -1 4202560 487 0 0 0 9 0 0 0 20 0 15 0 99304650 10916995072 12771 33554432000 4194304 4196468 140731424404048 139879785581872 139880223341374 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13170] ppid=13154 vsize=10661128 memory=140232348493440 CPUtime=0.14 cores=0,2,4,6
/proc/13157/task/13170/stat : 13170 (java) R 13154 13157 11440 0 -1 1077944384 946 0 0 0 14 0 0 0 20 0 15 0 99304650 10916995072 12771 33554432000 4194304 4196468 140731424404048 139879784540144 139880231115394 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13171] ppid=13154 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13171/stat : 13171 (java) S 13154 13157 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99304651 10916995072 12771 33554432000 4194304 4196468 140731424404048 139879783487840 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13172] ppid=13154 vsize=10661128 memory=140232348493440 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13172/stat : 13172 (java) S 13154 13157 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99304651 10916995072 12771 33554432000 4194304 4196468 140731424404048 139879782435888 139880231115394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
Current children cumulated CPU time: 0.61 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 51084 KiB

[startup+0.700722 s]
/proc/loadavg: 1.48 1.63 1.52 5/215 13172
/proc/meminfo: memFree=22413184/32770624 swapFree=67108792/67108860
[pid=13157] ppid=13154 vsize=10661128 memory=146688 CPUtime=1.87 cores=0,2,4,6
/proc/13157/stat : 13157 (java) S 13154 13157 11440 0 -1 1077944320 12731 0 0 0 183 4 0 0 20 0 15 0 99304645 10916995072 36672 33554432000 4194304 4196468 140731424404048 140731424386592 139880231104247 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
/proc/13157/statm: 2665282 36672 3117 1 0 2627263 0
[pid=13157/tid=13159] ppid=13154 vsize=10661128 memory=196771175220939 CPUtime=0.67 cores=0,2,4,6
/proc/13157/task/13159/stat : 13159 (java) R 13154 13157 11440 0 -1 4202560 5576 0 0 0 65 2 0 0 20 0 15 0 99304645 10916995072 36672 33554432000 4194304 4196468 140731424404048 139880235343576 139879856940732 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13160] ppid=13154 vsize=10661128 memory=601175 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13160/stat : 13160 (java) S 13154 13157 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99304646 10916995072 36672 33554432000 4194304 4196468 140731424404048 139879837915664 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13161] ppid=13154 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13161/stat : 13161 (java) S 13154 13157 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99304646 10916995072 36672 33554432000 4194304 4196468 140731424404048 139879836863120 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13162] ppid=13154 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13162/stat : 13162 (java) S 13154 13157 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99304646 10916995072 36672 33554432000 4194304 4196468 140731424404048 139879835810064 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13163] ppid=13154 vsize=10661128 memory=7809523229951467570 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13163/stat : 13163 (java) S 13154 13157 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99304646 10916995072 36672 33554432000 4194304 4196468 140731424404048 139879834757520 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13164] ppid=13154 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13164/stat : 13164 (java) S 13154 13157 11440 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 99304647 10916995072 36672 33554432000 4194304 4196468 140731424404048 139879790856944 139880231115394 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13165] ppid=13154 vsize=10661128 memory=-3535359994705171810 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13165/stat : 13165 (java) S 13154 13157 11440 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99304648 10916995072 36672 33554432000 4194304 4196468 140731424404048 139879789803168 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13166] ppid=13154 vsize=10661128 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13166/stat : 13166 (java) S 13154 13157 11440 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99304648 10916995072 36672 33554432000 4194304 4196468 140731424404048 139879788750064 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13167] ppid=13154 vsize=10661128 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13167/stat : 13167 (java) S 13154 13157 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99304650 10916995072 36672 33554432000 4194304 4196468 140731424404048 139879787698640 139880231122843 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13168] ppid=13154 vsize=10661128 memory=0 CPUtime=0.43 cores=0,2,4,6
/proc/13157/task/13168/stat : 13168 (java) R 13154 13157 11440 0 -1 4202560 1870 0 0 0 43 0 0 0 20 0 15 0 99304650 10916995072 36672 33554432000 4194304 4196468 140731424404048 139879786631208 139880215393136 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13169] ppid=13154 vsize=10661128 memory=0 CPUtime=0.46 cores=0,2,4,6
/proc/13157/task/13169/stat : 13169 (java) R 13154 13157 11440 0 -1 4202560 2405 0 0 0 46 0 0 0 20 0 15 0 99304650 10916995072 36672 33554432000 4194304 4196468 140731424404048 139879785585832 139880223393696 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13170] ppid=13154 vsize=10661128 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/13157/task/13170/stat : 13170 (java) S 13154 13157 11440 0 -1 1077944384 1544 0 0 0 26 0 0 0 20 0 15 0 99304650 10916995072 36672 33554432000 4194304 4196468 140731424404048 139879784540144 139880231115394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13171] ppid=13154 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13171/stat : 13171 (java) S 13154 13157 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99304651 10916995072 36672 33554432000 4194304 4196468 140731424404048 139879783487840 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13172] ppid=13154 vsize=10661128 memory=18268 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13172/stat : 13172 (java) S 13154 13157 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99304651 10916995072 36672 33554432000 4194304 4196468 140731424404048 139879782435888 139880231115394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
Current children cumulated CPU time: 1.87 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 146688 KiB

[startup+1.50075 s]
/proc/loadavg: 1.48 1.63 1.52 4/215 13172
/proc/meminfo: memFree=22371740/32770624 swapFree=67108792/67108860
[pid=13157] ppid=13154 vsize=10661128 memory=193816 CPUtime=3.2 cores=0,2,4,6
/proc/13157/stat : 13157 (java) S 13154 13157 11440 0 -1 1077944320 17087 0 0 0 314 6 0 0 20 0 15 0 99304645 10916995072 48454 33554432000 4194304 4196468 140731424404048 140731424386592 139880231104247 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
/proc/13157/statm: 2665282 48454 3139 1 0 2627263 0
[pid=13157/tid=13159] ppid=13154 vsize=10661128 memory=10799 CPUtime=1.47 cores=0,2,4,6
/proc/13157/task/13159/stat : 13159 (java) R 13154 13157 11440 0 -1 4202560 5929 0 0 0 144 3 0 0 20 0 15 0 99304645 10916995072 48454 33554432000 4194304 4196468 140731424404048 139880235343648 139879857570080 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13160] ppid=13154 vsize=10661128 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13160/stat : 13160 (java) S 13154 13157 11440 0 -1 1077944384 160 0 0 0 0 0 0 0 20 0 15 0 99304646 10916995072 48454 33554432000 4194304 4196468 140731424404048 139879837915664 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13161] ppid=13154 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13161/stat : 13161 (java) S 13154 13157 11440 0 -1 1077944384 228 0 0 0 0 0 0 0 20 0 15 0 99304646 10916995072 48454 33554432000 4194304 4196468 140731424404048 139879836863120 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13162] ppid=13154 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13162/stat : 13162 (java) S 13154 13157 11440 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 15 0 99304646 10916995072 48454 33554432000 4194304 4196468 140731424404048 139879835810064 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13163] ppid=13154 vsize=10661128 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13163/stat : 13163 (java) S 13154 13157 11440 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 99304646 10916995072 48454 33554432000 4194304 4196468 140731424404048 139879834757520 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13164] ppid=13154 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13164/stat : 13164 (java) S 13154 13157 11440 0 -1 1077944384 226 0 0 0 0 0 0 0 20 0 15 0 99304647 10916995072 48454 33554432000 4194304 4196468 140731424404048 139879790856944 139880231115394 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0

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

[pid=13157/tid=13171] ppid=13154 vsize=10661128 memory=792 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13171/stat : 13171 (java) S 13154 13157 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99304651 10916995072 31396 33554432000 4194304 4196468 140731424404048 139879783487840 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13172] ppid=13154 vsize=10661128 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/13157/task/13172/stat : 13172 (java) S 13154 13157 11440 0 -1 1077944384 480 0 0 0 5 4 0 0 20 0 15 0 99304651 10916995072 31396 33554432000 4194304 4196468 140731424404048 139879782435888 139880231115394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
Current children cumulated CPU time: 300.63 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 125584 KiB

[startup+299.201 s]
/proc/loadavg: 1.69 1.68 1.57 3/218 13217
/proc/meminfo: memFree=23670920/32770624 swapFree=67108792/67108860
[pid=13157] ppid=13154 vsize=10661128 memory=125584 CPUtime=302.23 cores=0,2,4,6
/proc/13157/stat : 13157 (java) S 13154 13157 11440 0 -1 1077944320 30779 0 0 0 30200 23 0 0 20 0 15 0 99304645 10916995072 31396 33554432000 4194304 4196468 140731424404048 140731424386592 139880231104247 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
/proc/13157/statm: 2665282 31396 3155 1 0 2627263 0
[pid=13157/tid=13159] ppid=13154 vsize=10661128 memory=1728 CPUtime=298.4 cores=0,2,4,6
/proc/13157/task/13159/stat : 13159 (java) R 13154 13157 11440 0 -1 4202560 9561 0 0 0 29836 4 0 0 20 0 15 0 99304645 10916995072 31396 33554432000 4194304 4196468 140731424404048 139880235343760 139879857570928 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13160] ppid=13154 vsize=10661128 memory=6791534058613427641 CPUtime=0.25 cores=0,2,4,6
/proc/13157/task/13160/stat : 13160 (java) S 13154 13157 11440 0 -1 1077944384 1012 0 0 0 22 3 0 0 20 0 15 0 99304646 10916995072 31396 33554432000 4194304 4196468 140731424404048 139879837915664 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13161] ppid=13154 vsize=10661128 memory=455 CPUtime=0.25 cores=0,2,4,6
/proc/13157/task/13161/stat : 13161 (java) S 13154 13157 11440 0 -1 1077944384 2007 0 0 0 22 3 0 0 20 0 15 0 99304646 10916995072 31396 33554432000 4194304 4196468 140731424404048 139879836863120 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13162] ppid=13154 vsize=10661128 memory=2110582833883188 CPUtime=0.25 cores=0,2,4,6
/proc/13157/task/13162/stat : 13162 (java) S 13154 13157 11440 0 -1 1077944384 367 0 0 0 22 3 0 0 20 0 15 0 99304646 10916995072 31396 33554432000 4194304 4196468 140731424404048 139879835810064 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13163] ppid=13154 vsize=10661128 memory=1199 CPUtime=0.24 cores=0,2,4,6
/proc/13157/task/13163/stat : 13163 (java) S 13154 13157 11440 0 -1 1077944384 541 0 0 0 21 3 0 0 20 0 15 0 99304646 10916995072 31396 33554432000 4194304 4196468 140731424404048 139879834757520 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13164] ppid=13154 vsize=10661128 memory=6791534058613427641 CPUtime=0.3 cores=0,2,4,6
/proc/13157/task/13164/stat : 13164 (java) S 13154 13157 11440 0 -1 1077944384 1908 0 0 0 27 3 0 0 20 0 15 0 99304647 10916995072 31396 33554432000 4194304 4196468 140731424404048 139879790856944 139880231115394 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13165] ppid=13154 vsize=10661128 memory=125584 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13165/stat : 13165 (java) S 13154 13157 11440 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 99304648 10916995072 31396 33554432000 4194304 4196468 140731424404048 139879789803232 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13166] ppid=13154 vsize=10661128 memory=14976689222453353 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13166/stat : 13166 (java) S 13154 13157 11440 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 99304648 10916995072 31396 33554432000 4194304 4196468 140731424404048 139879788750064 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13167] ppid=13154 vsize=10661128 memory=7679927811743456362 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13167/stat : 13167 (java) S 13154 13157 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99304650 10916995072 31396 33554432000 4194304 4196468 140731424404048 139879787698640 139880231122843 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13168] ppid=13154 vsize=10661128 memory=6944656592455360604 CPUtime=0.97 cores=0,2,4,6
/proc/13157/task/13168/stat : 13168 (java) S 13154 13157 11440 0 -1 1077944384 5299 0 0 0 97 0 0 0 20 0 15 0 99304650 10916995072 31396 33554432000 4194304 4196468 140731424404048 139879786645744 139880231115394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13169] ppid=13154 vsize=10661128 memory=7679927811743456362 CPUtime=1.06 cores=0,2,4,6
/proc/13157/task/13169/stat : 13169 (java) S 13154 13157 11440 0 -1 1077944384 4936 0 0 0 105 1 0 0 20 0 15 0 99304650 10916995072 31396 33554432000 4194304 4196468 140731424404048 139879785593200 139880231115394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13170] ppid=13154 vsize=10661128 memory=125584 CPUtime=0.33 cores=0,2,4,6
/proc/13157/task/13170/stat : 13170 (java) S 13154 13157 11440 0 -1 1077944384 3258 0 0 0 33 0 0 0 20 0 15 0 99304650 10916995072 31396 33554432000 4194304 4196468 140731424404048 139879784540144 139880231115394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13171] ppid=13154 vsize=10661128 memory=125584 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13171/stat : 13171 (java) S 13154 13157 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99304651 10916995072 31396 33554432000 4194304 4196468 140731424404048 139879783487840 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13172] ppid=13154 vsize=10661128 memory=7669454691928008802 CPUtime=0.09 cores=0,2,4,6
/proc/13157/task/13172/stat : 13172 (java) S 13154 13157 11440 0 -1 1077944384 480 0 0 0 5 4 0 0 20 0 15 0 99304651 10916995072 31396 33554432000 4194304 4196468 140731424404048 139879782435888 139880231115394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
Current children cumulated CPU time: 302.23 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 125584 KiB

[startup+300.001 s]*
/proc/loadavg: 1.69 1.68 1.57 6/216 13263
/proc/meminfo: memFree=27936612/32770624 swapFree=67108792/67108860
[pid=13157] ppid=13154 vsize=10661128 memory=125584 CPUtime=303.04 cores=0,2,4,6
/proc/13157/stat : 13157 (java) S 13154 13157 11440 0 -1 1077944320 30787 0 0 0 30281 23 0 0 20 0 15 0 99304645 10916995072 31396 33554432000 4194304 4196468 140731424404048 140731424386592 139880231104247 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
/proc/13157/statm: 2665282 31396 3155 1 0 2627263 0
[pid=13157/tid=13159] ppid=13154 vsize=10661128 memory=6791534058613427641 CPUtime=299.2 cores=0,2,4,6
/proc/13157/task/13159/stat : 13159 (java) R 13154 13157 11440 0 -1 4202560 9563 0 0 0 29916 4 0 0 20 0 15 0 99304645 10916995072 31396 33554432000 4194304 4196468 140731424404048 139880235344016 139879857571070 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13160] ppid=13154 vsize=10661128 memory=4872558044660077418 CPUtime=0.25 cores=0,2,4,6
/proc/13157/task/13160/stat : 13160 (java) S 13154 13157 11440 0 -1 1077944384 1012 0 0 0 22 3 0 0 20 0 15 0 99304646 10916995072 31396 33554432000 4194304 4196468 140731424404048 139879837915664 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13161] ppid=13154 vsize=10661128 memory=916 CPUtime=0.25 cores=0,2,4,6
/proc/13157/task/13161/stat : 13161 (java) S 13154 13157 11440 0 -1 1077944384 2007 0 0 0 22 3 0 0 20 0 15 0 99304646 10916995072 31396 33554432000 4194304 4196468 140731424404048 139879836863120 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13162] ppid=13154 vsize=10661128 memory=3848 CPUtime=0.25 cores=0,2,4,6
/proc/13157/task/13162/stat : 13162 (java) S 13154 13157 11440 0 -1 1077944384 367 0 0 0 22 3 0 0 20 0 15 0 99304646 10916995072 31396 33554432000 4194304 4196468 140731424404048 139879835810064 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13163] ppid=13154 vsize=10661128 memory=2888 CPUtime=0.24 cores=0,2,4,6
/proc/13157/task/13163/stat : 13163 (java) S 13154 13157 11440 0 -1 1077944384 547 0 0 0 21 3 0 0 20 0 15 0 99304646 10916995072 31396 33554432000 4194304 4196468 140731424404048 139879834757520 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13164] ppid=13154 vsize=10661128 memory=2912 CPUtime=0.3 cores=0,2,4,6
/proc/13157/task/13164/stat : 13164 (java) S 13154 13157 11440 0 -1 1077944384 1908 0 0 0 27 3 0 0 20 0 15 0 99304647 10916995072 31396 33554432000 4194304 4196468 140731424404048 139879790856944 139880231115394 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13165] ppid=13154 vsize=10661128 memory=4100 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13165/stat : 13165 (java) S 13154 13157 11440 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 99304648 10916995072 31396 33554432000 4194304 4196468 140731424404048 139879789803232 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13166] ppid=13154 vsize=10661128 memory=1404 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13166/stat : 13166 (java) S 13154 13157 11440 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 99304648 10916995072 31396 33554432000 4194304 4196468 140731424404048 139879788750064 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13167] ppid=13154 vsize=10661128 memory=3148 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13167/stat : 13167 (java) S 13154 13157 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99304650 10916995072 31396 33554432000 4194304 4196468 140731424404048 139879787698640 139880231122843 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13168] ppid=13154 vsize=10661128 memory=125584 CPUtime=0.97 cores=0,2,4,6
/proc/13157/task/13168/stat : 13168 (java) S 13154 13157 11440 0 -1 1077944384 5299 0 0 0 97 0 0 0 20 0 15 0 99304650 10916995072 31396 33554432000 4194304 4196468 140731424404048 139879786645744 139880231115394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13169] ppid=13154 vsize=10661128 memory=4136 CPUtime=1.06 cores=0,2,4,6
/proc/13157/task/13169/stat : 13169 (java) S 13154 13157 11440 0 -1 1077944384 4936 0 0 0 105 1 0 0 20 0 15 0 99304650 10916995072 31396 33554432000 4194304 4196468 140731424404048 139879785593200 139880231115394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13170] ppid=13154 vsize=10661128 memory=28756 CPUtime=0.33 cores=0,2,4,6
/proc/13157/task/13170/stat : 13170 (java) S 13154 13157 11440 0 -1 1077944384 3258 0 0 0 33 0 0 0 20 0 15 0 99304650 10916995072 31396 33554432000 4194304 4196468 140731424404048 139879784540144 139880231115394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13171] ppid=13154 vsize=10661128 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13171/stat : 13171 (java) S 13154 13157 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99304651 10916995072 31396 33554432000 4194304 4196468 140731424404048 139879783487840 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13172] ppid=13154 vsize=10661128 memory=2436 CPUtime=0.09 cores=0,2,4,6
/proc/13157/task/13172/stat : 13172 (java) S 13154 13157 11440 0 -1 1077944384 480 0 0 0 5 4 0 0 20 0 15 0 99304651 10916995072 31396 33554432000 4194304 4196468 140731424404048 139879782435888 139880231115394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
Current children cumulated CPU time: 303.04 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 125584 KiB

[startup+300.401 s]
/proc/loadavg: 1.69 1.68 1.57 6/216 13263
/proc/meminfo: memFree=27936612/32770624 swapFree=67108792/67108860
[pid=13157] ppid=13154 vsize=10661128 memory=125584 CPUtime=303.43 cores=0,2,4,6
/proc/13157/stat : 13157 (java) S 13154 13157 11440 0 -1 1077944320 30788 0 0 0 30320 23 0 0 20 0 15 0 99304645 10916995072 31396 33554432000 4194304 4196468 140731424404048 140731424386592 139880231104247 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
/proc/13157/statm: 2665282 31396 3155 1 0 2627263 0
[pid=13157/tid=13159] ppid=13154 vsize=10661128 memory=125584 CPUtime=299.59 cores=0,2,4,6
/proc/13157/task/13159/stat : 13159 (java) R 13154 13157 11440 0 -1 4202560 9564 0 0 0 29955 4 0 0 20 0 15 0 99304645 10916995072 31396 33554432000 4194304 4196468 140731424404048 139880235343872 139879857244534 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13160] ppid=13154 vsize=10661128 memory=6791534058613427641 CPUtime=0.25 cores=0,2,4,6
/proc/13157/task/13160/stat : 13160 (java) S 13154 13157 11440 0 -1 1077944384 1012 0 0 0 22 3 0 0 20 0 15 0 99304646 10916995072 31396 33554432000 4194304 4196468 140731424404048 139879837915664 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13161] ppid=13154 vsize=10661128 memory=4588 CPUtime=0.26 cores=0,2,4,6
/proc/13157/task/13161/stat : 13161 (java) S 13154 13157 11440 0 -1 1077944384 2007 0 0 0 23 3 0 0 20 0 15 0 99304646 10916995072 31396 33554432000 4194304 4196468 140731424404048 139879836863120 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13162] ppid=13154 vsize=10661128 memory=9920 CPUtime=0.25 cores=0,2,4,6
/proc/13157/task/13162/stat : 13162 (java) S 13154 13157 11440 0 -1 1077944384 367 0 0 0 22 3 0 0 20 0 15 0 99304646 10916995072 31396 33554432000 4194304 4196468 140731424404048 139879835810064 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13163] ppid=13154 vsize=10661128 memory=1944 CPUtime=0.24 cores=0,2,4,6
/proc/13157/task/13163/stat : 13163 (java) S 13154 13157 11440 0 -1 1077944384 547 0 0 0 21 3 0 0 20 0 15 0 99304646 10916995072 31396 33554432000 4194304 4196468 140731424404048 139879834757520 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13164] ppid=13154 vsize=10661128 memory=1428 CPUtime=0.3 cores=0,2,4,6
/proc/13157/task/13164/stat : 13164 (java) S 13154 13157 11440 0 -1 1077944384 1908 0 0 0 27 3 0 0 20 0 15 0 99304647 10916995072 31396 33554432000 4194304 4196468 140731424404048 139879790856944 139880231115394 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13165] ppid=13154 vsize=10661128 memory=8504 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13165/stat : 13165 (java) S 13154 13157 11440 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 99304648 10916995072 31396 33554432000 4194304 4196468 140731424404048 139879789803232 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13166] ppid=13154 vsize=10661128 memory=792 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13166/stat : 13166 (java) S 13154 13157 11440 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 99304648 10916995072 31396 33554432000 4194304 4196468 140731424404048 139879788750064 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13167] ppid=13154 vsize=10661128 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13167/stat : 13167 (java) S 13154 13157 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99304650 10916995072 31396 33554432000 4194304 4196468 140731424404048 139879787698640 139880231122843 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13168] ppid=13154 vsize=10661128 memory=1228 CPUtime=0.97 cores=0,2,4,6
/proc/13157/task/13168/stat : 13168 (java) S 13154 13157 11440 0 -1 1077944384 5299 0 0 0 97 0 0 0 20 0 15 0 99304650 10916995072 31396 33554432000 4194304 4196468 140731424404048 139879786645744 139880231115394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13169] ppid=13154 vsize=10661128 memory=1200 CPUtime=1.06 cores=0,2,4,6
/proc/13157/task/13169/stat : 13169 (java) S 13154 13157 11440 0 -1 1077944384 4936 0 0 0 105 1 0 0 20 0 15 0 99304650 10916995072 31396 33554432000 4194304 4196468 140731424404048 139879785593200 139880231115394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13170] ppid=13154 vsize=10661128 memory=15876 CPUtime=0.33 cores=0,2,4,6
/proc/13157/task/13170/stat : 13170 (java) S 13154 13157 11440 0 -1 1077944384 3258 0 0 0 33 0 0 0 20 0 15 0 99304650 10916995072 31396 33554432000 4194304 4196468 140731424404048 139879784540144 139880231115394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13171] ppid=13154 vsize=10661128 memory=18268 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13171/stat : 13171 (java) S 13154 13157 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99304651 10916995072 31396 33554432000 4194304 4196468 140731424404048 139879783487840 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13172] ppid=13154 vsize=10661128 memory=17260 CPUtime=0.09 cores=0,2,4,6
/proc/13157/task/13172/stat : 13172 (java) S 13154 13157 11440 0 -1 1077944384 480 0 0 0 5 4 0 0 20 0 15 0 99304651 10916995072 31396 33554432000 4194304 4196468 140731424404048 139879782435888 139880231115394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
Current children cumulated CPU time: 303.43 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 125584 KiB

[startup+300.601 s]
/proc/loadavg: 1.69 1.68 1.57 6/216 13263
/proc/meminfo: memFree=27936612/32770624 swapFree=67108792/67108860
[pid=13157] ppid=13154 vsize=10661128 memory=125584 CPUtime=303.63 cores=0,2,4,6
/proc/13157/stat : 13157 (java) S 13154 13157 11440 0 -1 1077944320 30788 0 0 0 30340 23 0 0 20 0 15 0 99304645 10916995072 31396 33554432000 4194304 4196468 140731424404048 140731424386592 139880231104247 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
/proc/13157/statm: 2665282 31396 3155 1 0 2627263 0
[pid=13157/tid=13159] ppid=13154 vsize=10661128 memory=304556131815260474 CPUtime=299.79 cores=0,2,4,6
/proc/13157/task/13159/stat : 13159 (java) R 13154 13157 11440 0 -1 4202560 9564 0 0 0 29975 4 0 0 20 0 15 0 99304645 10916995072 31396 33554432000 4194304 4196468 140731424404048 139880235343872 139879857569330 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13160] ppid=13154 vsize=10661128 memory=14976689222453353 CPUtime=0.25 cores=0,2,4,6
/proc/13157/task/13160/stat : 13160 (java) S 13154 13157 11440 0 -1 1077944384 1012 0 0 0 22 3 0 0 20 0 15 0 99304646 10916995072 31396 33554432000 4194304 4196468 140731424404048 139879837915664 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13161] ppid=13154 vsize=10661128 memory=1408 CPUtime=0.26 cores=0,2,4,6
/proc/13157/task/13161/stat : 13161 (java) S 13154 13157 11440 0 -1 1077944384 2007 0 0 0 23 3 0 0 20 0 15 0 99304646 10916995072 31396 33554432000 4194304 4196468 140731424404048 139879836863120 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13162] ppid=13154 vsize=10661128 memory=3032 CPUtime=0.25 cores=0,2,4,6
/proc/13157/task/13162/stat : 13162 (java) S 13154 13157 11440 0 -1 1077944384 367 0 0 0 22 3 0 0 20 0 15 0 99304646 10916995072 31396 33554432000 4194304 4196468 140731424404048 139879835810064 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13163] ppid=13154 vsize=10661128 memory=5441592 CPUtime=0.24 cores=0,2,4,6
/proc/13157/task/13163/stat : 13163 (java) S 13154 13157 11440 0 -1 1077944384 547 0 0 0 21 3 0 0 20 0 15 0 99304646 10916995072 31396 33554432000 4194304 4196468 140731424404048 139879834757520 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13164] ppid=13154 vsize=10661128 memory=1404 CPUtime=0.3 cores=0,2,4,6
/proc/13157/task/13164/stat : 13164 (java) S 13154 13157 11440 0 -1 1077944384 1908 0 0 0 27 3 0 0 20 0 15 0 99304647 10916995072 31396 33554432000 4194304 4196468 140731424404048 139879790856944 139880231115394 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13165] ppid=13154 vsize=10661128 memory=3072 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13165/stat : 13165 (java) S 13154 13157 11440 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 99304648 10916995072 31396 33554432000 4194304 4196468 140731424404048 139879789803232 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13166] ppid=13154 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13166/stat : 13166 (java) S 13154 13157 11440 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 99304648 10916995072 31396 33554432000 4194304 4196468 140731424404048 139879788750064 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13167] ppid=13154 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13167/stat : 13167 (java) S 13154 13157 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99304650 10916995072 31396 33554432000 4194304 4196468 140731424404048 139879787698640 139880231122843 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13168] ppid=13154 vsize=10661128 memory=0 CPUtime=0.97 cores=0,2,4,6
/proc/13157/task/13168/stat : 13168 (java) S 13154 13157 11440 0 -1 1077944384 5299 0 0 0 97 0 0 0 20 0 15 0 99304650 10916995072 31396 33554432000 4194304 4196468 140731424404048 139879786645744 139880231115394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13169] ppid=13154 vsize=10661128 memory=6791534058613427641 CPUtime=1.06 cores=0,2,4,6
/proc/13157/task/13169/stat : 13169 (java) S 13154 13157 11440 0 -1 1077944384 4936 0 0 0 105 1 0 0 20 0 15 0 99304650 10916995072 31396 33554432000 4194304 4196468 140731424404048 139879785593200 139880231115394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13170] ppid=13154 vsize=10661128 memory=7884510284380199020 CPUtime=0.33 cores=0,2,4,6
/proc/13157/task/13170/stat : 13170 (java) S 13154 13157 11440 0 -1 1077944384 3258 0 0 0 33 0 0 0 20 0 15 0 99304650 10916995072 31396 33554432000 4194304 4196468 140731424404048 139879784540144 139880231115394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13171] ppid=13154 vsize=10661128 memory=8751464017575754040 CPUtime=0 cores=0,2,4,6
/proc/13157/task/13171/stat : 13171 (java) S 13154 13157 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99304651 10916995072 31396 33554432000 4194304 4196468 140731424404048 139879783487840 139880231114453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
[pid=13157/tid=13172] ppid=13154 vsize=10661128 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/13157/task/13172/stat : 13172 (java) S 13154 13157 11440 0 -1 1077944384 480 0 0 0 5 4 0 0 20 0 15 0 99304651 10916995072 31396 33554432000 4194304 4196468 140731424404048 139879782435888 139880231115394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37834752 140731424408714 140731424408841 140731424408841 140731424411599 0
Current children cumulated CPU time: 303.63 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 125584 KiB

Child status: 0
Real time (s): 300.608
CPU time (s): 303.657
CPU user time (s): 303.413
CPU system time (s): 0.244213
CPU usage (%): 101.015
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 203256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 303.413
system time used= 0.244213
maximum resident set size= 205024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31310
page faults= 0
swaps= 0
block input operations= 0
block output operations= 416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16194
involuntary context switches= 628


# summary of solver processes directly reported to runsolver:
#   pid: 13157
#   total CPU time (s): 303.657
#   total CPU user time (s): 303.413
#   total CPU system time (s): 0.244213

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.00525 second user time and 2.61232 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-29 00:36:54
IDJOB=4298988
IDBENCH=141279
IDSOLVER=2767
FILE ID=node150/4298988-1532817414
RUNJOBID= node150-1532808681-11471
PBS_JOBID= 21022473
Free space on /tmp= 52968 MiB

SOLVER NAME= SuperSolver_Macq_Stevenart 2018-04-27
BENCH NAME= XCSP18/Fapp/Fapp-ext/Fapp-ext-ex1_c18.xml
COMMAND LINE= java -jar DIR/bestMinicp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298988-1532817414/watcher-4298988-1532817414 -o /tmp/evaluation-result-4298988-1532817414/solver-4298988-1532817414 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532808681-11471 --watchdog 2580  java -jar HOME/bestMinicp.jar HOME/instance-4298988-1532817414.xml

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

MD5SUM BENCH= d2c9b3725c99b98fa2cea517d31ec9e5
RANDOM SEED=1126051124

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        22519000 kB
MemAvailable:   26499060 kB
Buffers:          211320 kB
Cached:          4007360 kB
SwapCached:           32 kB
Active:          7047304 kB
Inactive:        2654432 kB
Active(anon):    5434612 kB
Inactive(anon):    76188 kB
Active(file):    1612692 kB
Inactive(file):  2578244 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:              1752 kB
Writeback:             0 kB
AnonPages:       5518940 kB
Mapped:            55524 kB
Shmem:             25156 kB
Slab:             238436 kB
SReclaimable:     209916 kB
SUnreclaim:        28520 kB
KernelStack:        3792 kB
PageTables:        16084 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6988888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5066752 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 53100 MiB
End job on node150 at 2018-07-29 00:41:55