Trace number 4299336

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-27Wrong Cert. 268.549 266.324

General information on the benchmark

NameLangford/
LangfordBin-13_c18.xml
MD5SUMaf26c9d63c7c51246c3bfb55117cf2b4
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.615449
Satisfiable
(Un)Satisfiability was proved
Number of variables52
Number of constraints39
Number of domains2
Minimum domain size13
Maximum domain size26
Distribution of domain sizes[{"size":13,"count":26},{"size":26,"count":26}]
Minimum variable degree2
Maximum variable degree26
Distribution of variable degrees[{"degree":2,"count":26},{"degree":26,"count":26}]
Minimum constraint arity2
Maximum constraint arity27
Distribution of constraint arities[{"arity":2,"count":13},{"arity":27,"count":26}]
Number of extensional constraints0
Number of intensional constraints13
Distribution of constraint types[{"type":"intension","count":13},{"type":"element","count":26}]
Optimization problemNO
Type of objective

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
268.50/266.31	s SATISFIABLE
268.50/266.31	v <instantiation>
268.50/266.31	v 	<list>
268.50/266.31	v 		v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] v[10] v[11] v[12] v[13] v[14] v[15] v[16] v[17] v[18] v[19] v[20] v[21] v[22] v[23] v[24] v[25] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13] p[14] p[15] p[16] p[17] p[18] p[19] p[20] p[21] p[22] p[23] p[24] p[25] 
268.50/266.31	v 	</list>
268.50/266.31	v 	<values>
268.50/266.31	v 		11 7 12 10 6 4 9 5 8 13 4 6 11 5 10 12 9 8 1 2 1 3 2 13 1 3 20 18 22 19 25 21 10 5 13 7 11 4 9 1 17 8 16 6 14 3 12 0 15 2 23 9 
268.50/266.31	v 	</values>
268.50/266.31	v </instantiation>

Verifier Data

INVALID Solution! (1 errors)
  Violated Constraint c_6 : element()
	list() : [v[0], v[1], v[2], v[3], v[4], v[5], v[6], v[7], v[8], v[9], v[10], v[11], v[12], v[13], v[14], v[15], v[16], v[17], v[18], v[19], v[20], v[21], v[22], v[23], v[24], v[25]]
	index() : p[12]
	value() : 7

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299336-1532820448/watcher-4299336-1532820448 -o /tmp/evaluation-result-4299336-1532820448/solver-4299336-1532820448 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532809638-1644 --watchdog 2580 java -jar HOME/bestMinicp.jar HOME/instance-4299336-1532820448.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=5329, runsolver pid=5326

[startup+0.105204 s]*
/proc/loadavg: 2.02 1.72 1.56 5/215 5344
/proc/meminfo: memFree=26711792/32770624 swapFree=67108860/67108860
[pid=5329] ppid=5326 vsize=10661052 memory=27328 CPUtime=0.13 cores=0,2,4,6
/proc/5329/stat : 5329 (java) S 5326 5329 1613 0 -1 1077944320 5341 0 0 0 12 1 0 0 20 0 15 0 99607953 10916917248 6832 33554432000 4194304 4196468 140728536679520 140728536662064 139778035908343 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
/proc/5329/statm: 2665263 6832 2857 1 0 2627263 0
[pid=5329/tid=5331] ppid=5326 vsize=10661052 memory=-8393407277047837888 CPUtime=0.1 cores=0,2,4,6
/proc/5329/task/5331/stat : 5331 (java) R 5326 5329 1613 0 -1 4202560 3149 0 0 0 9 1 0 0 20 0 15 0 99607953 10916917248 6898 33554432000 4194304 4196468 140728536679520 139778040138608 139778015875312 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5332] ppid=5326 vsize=10661052 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5332/stat : 5332 (java) S 5326 5329 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99607954 10916917248 6898 33554432000 4194304 4196468 140728536679520 139777972599824 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5333] ppid=5326 vsize=10661052 memory=139727793485440 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5333/stat : 5333 (java) S 5326 5329 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99607954 10916917248 6898 33554432000 4194304 4196468 140728536679520 139777971547280 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5334] ppid=5326 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5334/stat : 5334 (java) S 5326 5329 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99607954 10916917248 6898 33554432000 4194304 4196468 140728536679520 139777970494224 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5335] ppid=5326 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5335/stat : 5335 (java) S 5326 5329 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99607954 10916917248 6898 33554432000 4194304 4196468 140728536679520 139777969441680 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5336] ppid=5326 vsize=10661052 memory=139727793485440 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5336/stat : 5336 (java) S 5326 5329 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99607955 10916917248 6898 33554432000 4194304 4196468 140728536679520 139777221298416 139778035919490 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5337] ppid=5326 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5337/stat : 5337 (java) S 5326 5329 1613 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99607956 10916917248 6898 33554432000 4194304 4196468 140728536679520 139777220244640 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5338] ppid=5326 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5338/stat : 5338 (java) S 5326 5329 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99607956 10916917248 6898 33554432000 4194304 4196468 140728536679520 139777219191536 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5339] ppid=5326 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5339/stat : 5339 (java) S 5326 5329 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99607958 10916917248 6898 33554432000 4194304 4196468 140728536679520 139777218140112 139778035926939 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5340] ppid=5326 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5340/stat : 5340 (java) R 5326 5329 1613 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 15 0 99607958 10916917248 6898 33554432000 4194304 4196468 140728536679520 139777217088240 139778035919490 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5341] ppid=5326 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5341/stat : 5341 (java) S 5326 5329 1613 0 -1 1077944384 194 0 0 0 0 0 0 0 20 0 15 0 99607958 10916917248 6898 33554432000 4194304 4196468 140728536679520 139777216035696 139778035919490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5342] ppid=5326 vsize=10661052 memory=139727793485440 CPUtime=0.02 cores=0,2,4,6
/proc/5329/task/5342/stat : 5342 (java) R 5326 5329 1613 0 -1 4202560 332 0 0 0 2 0 0 0 20 0 15 0 99607958 10916917248 6898 33554432000 4194304 4196468 140728536679520 139777214982640 139778019988830 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5343] ppid=5326 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5343/stat : 5343 (java) S 5326 5329 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99607958 10916917248 6898 33554432000 4194304 4196468 140728536679520 139777213930336 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5344] ppid=5326 vsize=10661052 memory=139727793485440 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5344/stat : 5344 (java) S 5326 5329 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99607959 10916917248 6898 33554432000 4194304 4196468 140728536679520 139777212877360 139778035919490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 27328 KiB

[startup+0.210495 s]*
/proc/loadavg: 2.02 1.72 1.56 4/215 5344
/proc/meminfo: memFree=26699300/32770624 swapFree=67108860/67108860
[pid=5329] ppid=5326 vsize=10661128 memory=40176 CPUtime=0.32 cores=0,2,4,6
/proc/5329/stat : 5329 (java) S 5326 5329 1613 0 -1 1077944320 8126 0 0 0 30 2 0 0 20 0 15 0 99607953 10916995072 10044 33554432000 4194304 4196468 140728536679520 140728536662064 139778035908343 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
/proc/5329/statm: 2665282 10044 2955 1 0 2627263 0
[pid=5329/tid=5331] ppid=5326 vsize=10661128 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/5329/task/5331/stat : 5331 (java) R 5326 5329 1613 0 -1 4202560 5219 0 0 0 18 2 0 0 20 0 15 0 99607953 10916995072 10075 33554432000 4194304 4196468 140728536679520 139778040140656 139778019988830 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5332] ppid=5326 vsize=10661128 memory=331 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5332/stat : 5332 (java) S 5326 5329 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99607954 10916995072 10075 33554432000 4194304 4196468 140728536679520 139777972599824 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5333] ppid=5326 vsize=10661128 memory=288370103945197184 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5333/stat : 5333 (java) S 5326 5329 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99607954 10916995072 10075 33554432000 4194304 4196468 140728536679520 139777971547280 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5334] ppid=5326 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5334/stat : 5334 (java) S 5326 5329 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99607954 10916995072 10075 33554432000 4194304 4196468 140728536679520 139777970494224 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5335] ppid=5326 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5335/stat : 5335 (java) S 5326 5329 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99607954 10916995072 10075 33554432000 4194304 4196468 140728536679520 139777969441680 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5336] ppid=5326 vsize=10661128 memory=139727793485440 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5336/stat : 5336 (java) S 5326 5329 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99607955 10916995072 10075 33554432000 4194304 4196468 140728536679520 139777221298416 139778035919490 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5337] ppid=5326 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5337/stat : 5337 (java) S 5326 5329 1613 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99607956 10916995072 10075 33554432000 4194304 4196468 140728536679520 139777220244640 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5338] ppid=5326 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5338/stat : 5338 (java) S 5326 5329 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99607956 10916995072 10075 33554432000 4194304 4196468 140728536679520 139777219191536 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5339] ppid=5326 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5339/stat : 5339 (java) S 5326 5329 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99607958 10916995072 10075 33554432000 4194304 4196468 140728536679520 139777218140112 139778035926939 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5340] ppid=5326 vsize=10661128 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/5329/task/5340/stat : 5340 (java) S 5326 5329 1613 0 -1 1077944384 520 0 0 0 2 0 0 0 20 0 15 0 99607958 10916995072 10075 33554432000 4194304 4196468 140728536679520 139777217088240 139778035919490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5341] ppid=5326 vsize=10661128 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/5329/task/5341/stat : 5341 (java) S 5326 5329 1613 0 -1 1077944384 222 0 0 0 1 0 0 0 20 0 15 0 99607958 10916995072 10075 33554432000 4194304 4196468 140728536679520 139777216035696 139778035919490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5342] ppid=5326 vsize=10661128 memory=139727793485440 CPUtime=0.07 cores=0,2,4,6
/proc/5329/task/5342/stat : 5342 (java) S 5326 5329 1613 0 -1 1077944384 806 0 0 0 7 0 0 0 20 0 15 0 99607958 10916995072 10075 33554432000 4194304 4196468 140728536679520 139777214982640 139778035919490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5343] ppid=5326 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5343/stat : 5343 (java) S 5326 5329 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99607958 10916995072 10075 33554432000 4194304 4196468 140728536679520 139777213930336 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5344] ppid=5326 vsize=10661128 memory=139727793485440 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5344/stat : 5344 (java) S 5326 5329 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99607959 10916995072 10075 33554432000 4194304 4196468 140728536679520 139777212877360 139778035919490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 40176 KiB

[startup+0.310741 s]*
/proc/loadavg: 2.02 1.72 1.56 6/215 5344
/proc/meminfo: memFree=26695020/32770624 swapFree=67108860/67108860
[pid=5329] ppid=5326 vsize=10661128 memory=47348 CPUtime=0.55 cores=0,2,4,6
/proc/5329/stat : 5329 (java) S 5326 5329 1613 0 -1 1077944320 8911 0 0 0 52 3 0 0 20 0 15 0 99607953 10916995072 11837 33554432000 4194304 4196468 140728536679520 140728536662064 139778035908343 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
/proc/5329/statm: 2665282 11837 3049 1 0 2627263 0
[pid=5329/tid=5331] ppid=5326 vsize=10661128 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/5329/task/5331/stat : 5331 (java) R 5326 5329 1613 0 -1 4202560 5537 0 0 0 28 2 0 0 20 0 15 0 99607953 10916995072 11837 33554432000 4194304 4196468 140728536679520 139778040144464 139778022024128 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5332] ppid=5326 vsize=10661128 memory=4294977825 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5332/stat : 5332 (java) S 5326 5329 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99607954 10916995072 11837 33554432000 4194304 4196468 140728536679520 139777972599824 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5333] ppid=5326 vsize=10661128 memory=288370103945197184 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5333/stat : 5333 (java) S 5326 5329 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99607954 10916995072 11837 33554432000 4194304 4196468 140728536679520 139777971547280 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5334] ppid=5326 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5334/stat : 5334 (java) S 5326 5329 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99607954 10916995072 11837 33554432000 4194304 4196468 140728536679520 139777970494224 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5335] ppid=5326 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5335/stat : 5335 (java) S 5326 5329 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99607954 10916995072 11837 33554432000 4194304 4196468 140728536679520 139777969441680 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5336] ppid=5326 vsize=10661128 memory=139727793485440 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5336/stat : 5336 (java) S 5326 5329 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99607955 10916995072 11837 33554432000 4194304 4196468 140728536679520 139777221298416 139778035919490 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5337] ppid=5326 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5337/stat : 5337 (java) S 5326 5329 1613 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99607956 10916995072 11837 33554432000 4194304 4196468 140728536679520 139777220244640 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5338] ppid=5326 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5338/stat : 5338 (java) S 5326 5329 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99607956 10916995072 11837 33554432000 4194304 4196468 140728536679520 139777219191536 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5339] ppid=5326 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5339/stat : 5339 (java) S 5326 5329 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99607958 10916995072 11837 33554432000 4194304 4196468 140728536679520 139777218140112 139778035926939 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5340] ppid=5326 vsize=10661128 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/5329/task/5340/stat : 5340 (java) R 5326 5329 1613 0 -1 4202560 689 0 0 0 5 0 0 0 20 0 15 0 99607958 10916995072 11837 33554432000 4194304 4196468 140728536679520 139777217088240 139778017434829 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5341] ppid=5326 vsize=10661128 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/5329/task/5341/stat : 5341 (java) R 5326 5329 1613 0 -1 1077944384 337 0 0 0 4 0 0 0 20 0 15 0 99607958 10916995072 11837 33554432000 4194304 4196468 140728536679520 139777216035696 139778035919490 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5342] ppid=5326 vsize=10661128 memory=139727793485440 CPUtime=0.14 cores=0,2,4,6
/proc/5329/task/5342/stat : 5342 (java) R 5326 5329 1613 0 -1 4202560 985 0 0 0 14 0 0 0 20 0 15 0 99607958 10916995072 11837 33554432000 4194304 4196468 140728536679520 139777214980432 139778014171959 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5343] ppid=5326 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5343/stat : 5343 (java) S 5326 5329 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99607958 10916995072 11837 33554432000 4194304 4196468 140728536679520 139777213930336 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5344] ppid=5326 vsize=10661128 memory=139727793485440 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5344/stat : 5344 (java) S 5326 5329 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99607959 10916995072 11837 33554432000 4194304 4196468 140728536679520 139777212877360 139778035919490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 47348 KiB

[startup+0.700714 s]
/proc/loadavg: 2.02 1.72 1.56 5/215 5344
/proc/meminfo: memFree=26669656/32770624 swapFree=67108860/67108860
[pid=5329] ppid=5326 vsize=10661128 memory=91356 CPUtime=1.71 cores=0,2,4,6
/proc/5329/stat : 5329 (java) S 5326 5329 1613 0 -1 1077944320 16334 0 0 0 167 4 0 0 20 0 15 0 99607953 10916995072 22839 33554432000 4194304 4196468 140728536679520 140728536662064 139778035908343 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
/proc/5329/statm: 2665282 22839 3096 1 0 2627263 0
[pid=5329/tid=5331] ppid=5326 vsize=10661128 memory=16028 CPUtime=0.68 cores=0,2,4,6
/proc/5329/task/5331/stat : 5331 (java) R 5326 5329 1613 0 -1 4202560 5610 0 0 0 66 2 0 0 20 0 15 0 99607953 10916995072 22839 33554432000 4194304 4196468 140728536679520 139778040145496 139777648278918 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5332] ppid=5326 vsize=10661128 memory=2324 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5332/stat : 5332 (java) S 5326 5329 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99607954 10916995072 22839 33554432000 4194304 4196468 140728536679520 139777972599824 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5333] ppid=5326 vsize=10661128 memory=1584 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5333/stat : 5333 (java) S 5326 5329 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99607954 10916995072 22839 33554432000 4194304 4196468 140728536679520 139777971547280 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5334] ppid=5326 vsize=10661128 memory=496 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5334/stat : 5334 (java) S 5326 5329 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99607954 10916995072 22839 33554432000 4194304 4196468 140728536679520 139777970494224 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5335] ppid=5326 vsize=10661128 memory=928 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5335/stat : 5335 (java) S 5326 5329 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99607954 10916995072 22839 33554432000 4194304 4196468 140728536679520 139777969441680 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5336] ppid=5326 vsize=10661128 memory=1172 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5336/stat : 5336 (java) S 5326 5329 1613 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 99607955 10916995072 22839 33554432000 4194304 4196468 140728536679520 139777221298416 139778035919490 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5337] ppid=5326 vsize=10661128 memory=1968 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5337/stat : 5337 (java) S 5326 5329 1613 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99607956 10916995072 22839 33554432000 4194304 4196468 140728536679520 139777220244640 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5338] ppid=5326 vsize=10661128 memory=1692 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5338/stat : 5338 (java) S 5326 5329 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99607956 10916995072 22839 33554432000 4194304 4196468 140728536679520 139777219191536 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5339] ppid=5326 vsize=10661128 memory=7157735280213317218 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5339/stat : 5339 (java) S 5326 5329 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99607958 10916995072 22839 33554432000 4194304 4196468 140728536679520 139777218140112 139778035926939 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5340] ppid=5326 vsize=10661128 memory=7668621184520841834 CPUtime=0.41 cores=0,2,4,6
/proc/5329/task/5340/stat : 5340 (java) R 5326 5329 1613 0 -1 4202560 3830 0 0 0 41 0 0 0 20 0 15 0 99607958 10916995072 22839 33554432000 4194304 4196468 140728536679520 139777217073704 139778021015780 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5341] ppid=5326 vsize=10661128 memory=7235688541532613991 CPUtime=0.4 cores=0,2,4,6
/proc/5329/task/5341/stat : 5341 (java) R 5326 5329 1613 0 -1 4202560 4340 0 0 0 40 0 0 0 20 0 15 0 99607958 10916995072 22839 33554432000 4194304 4196468 140728536679520 139777216021576 139778021015882 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5342] ppid=5326 vsize=10661128 memory=5866611791061346647 CPUtime=0.19 cores=0,2,4,6
/proc/5329/task/5342/stat : 5342 (java) S 5326 5329 1613 0 -1 1077944384 1183 0 0 0 19 0 0 0 20 0 15 0 99607958 10916995072 22839 33554432000 4194304 4196468 140728536679520 139777214982640 139778035919490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5343] ppid=5326 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5343/stat : 5343 (java) S 5326 5329 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99607958 10916995072 22839 33554432000 4194304 4196468 140728536679520 139777213930336 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5344] ppid=5326 vsize=10661128 memory=756 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5344/stat : 5344 (java) S 5326 5329 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99607959 10916995072 22839 33554432000 4194304 4196468 140728536679520 139777212877360 139778035919490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 91356 KiB

[startup+1.5008 s]
/proc/loadavg: 2.02 1.72 1.56 3/215 5344
/proc/meminfo: memFree=26619460/32770624 swapFree=67108860/67108860
[pid=5329] ppid=5326 vsize=10661128 memory=173960 CPUtime=3 cores=0,2,4,6
/proc/5329/stat : 5329 (java) S 5326 5329 1613 0 -1 1077944320 16776 0 0 0 295 5 0 0 20 0 15 0 99607953 10916995072 43490 33554432000 4194304 4196468 140728536679520 140728536662064 139778035908343 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
/proc/5329/statm: 2665282 43490 3105 1 0 2627263 0
[pid=5329/tid=5331] ppid=5326 vsize=10661128 memory=151412 CPUtime=1.48 cores=0,2,4,6
/proc/5329/task/5331/stat : 5331 (java) R 5326 5329 1613 0 -1 4202560 5821 0 0 0 145 3 0 0 20 0 15 0 99607953 10916995072 43490 33554432000 4194304 4196468 140728536679520 139778040145632 139777649937988 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5332] ppid=5326 vsize=10661128 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5332/stat : 5332 (java) S 5326 5329 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99607954 10916995072 43490 33554432000 4194304 4196468 140728536679520 139777972599824 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5333] ppid=5326 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5333/stat : 5333 (java) S 5326 5329 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99607954 10916995072 43490 33554432000 4194304 4196468 140728536679520 139777971547280 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5334] ppid=5326 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5334/stat : 5334 (java) S 5326 5329 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99607954 10916995072 43490 33554432000 4194304 4196468 140728536679520 139777970494224 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5335] ppid=5326 vsize=10661128 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5335/stat : 5335 (java) S 5326 5329 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99607954 10916995072 43490 33554432000 4194304 4196468 140728536679520 139777969441680 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5336] ppid=5326 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5336/stat : 5336 (java) S 5326 5329 1613 0 -1 1077944384 107 0 0 0 0 0 0 0 20 0 15 0 99607955 10916995072 43490 33554432000 4194304 4196468 140728536679520 139777221298416 139778035919490 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0

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

[pid=5329/tid=5343] ppid=5326 vsize=10661128 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5343/stat : 5343 (java) S 5326 5329 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99607958 10916995072 49170 33554432000 4194304 4196468 140728536679520 139777213930336 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5344] ppid=5326 vsize=10661128 memory=10755 CPUtime=0.08 cores=0,2,4,6
/proc/5329/task/5344/stat : 5344 (java) S 5326 5329 1613 0 -1 1077944384 954 0 0 0 3 5 0 0 20 0 15 0 99607959 10916995072 49170 33554432000 4194304 4196468 140728536679520 139777212877360 139778035919490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
Current children cumulated CPU time: 266.21 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 196680 KiB

[startup+265.601 s]
/proc/loadavg: 1.75 1.72 1.60 3/216 5435
/proc/meminfo: memFree=27775808/32770624 swapFree=67108860/67108860
[pid=5329] ppid=5326 vsize=10661128 memory=196680 CPUtime=267.8 cores=0,2,4,6
/proc/5329/stat : 5329 (java) S 5326 5329 1613 0 -1 1077944320 25951 0 0 0 26758 22 0 0 20 0 15 0 99607953 10916995072 49170 33554432000 4194304 4196468 140728536679520 140728536662064 139778035908343 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
/proc/5329/statm: 2665282 49170 3135 1 0 2627263 0
[pid=5329/tid=5331] ppid=5326 vsize=10661128 memory=10368 CPUtime=264.77 cores=0,2,4,6
/proc/5329/task/5331/stat : 5331 (java) R 5326 5329 1613 0 -1 4202560 7941 0 0 0 26472 5 0 0 20 0 15 0 99607953 10916995072 49170 33554432000 4194304 4196468 140728536679520 139778040147984 139778020247242 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5332] ppid=5326 vsize=10661128 memory=1700 CPUtime=0.25 cores=0,2,4,6
/proc/5329/task/5332/stat : 5332 (java) S 5326 5329 1613 0 -1 1077944384 1585 0 0 0 22 3 0 0 20 0 15 0 99607954 10916995072 49170 33554432000 4194304 4196468 140728536679520 139777972599824 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5333] ppid=5326 vsize=10661128 memory=196680 CPUtime=0.24 cores=0,2,4,6
/proc/5329/task/5333/stat : 5333 (java) S 5326 5329 1613 0 -1 1077944384 918 0 0 0 20 4 0 0 20 0 15 0 99607954 10916995072 49170 33554432000 4194304 4196468 140728536679520 139777971547280 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5334] ppid=5326 vsize=10661128 memory=196680 CPUtime=0.26 cores=0,2,4,6
/proc/5329/task/5334/stat : 5334 (java) S 5326 5329 1613 0 -1 1077944384 1071 0 0 0 22 4 0 0 20 0 15 0 99607954 10916995072 49170 33554432000 4194304 4196468 140728536679520 139777970494224 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5335] ppid=5326 vsize=10661128 memory=55 CPUtime=0.26 cores=0,2,4,6
/proc/5329/task/5335/stat : 5335 (java) S 5326 5329 1613 0 -1 1077944384 364 0 0 0 22 4 0 0 20 0 15 0 99607954 10916995072 49170 33554432000 4194304 4196468 140728536679520 139777969441680 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5336] ppid=5326 vsize=10661128 memory=7019467087990174517 CPUtime=0.36 cores=0,2,4,6
/proc/5329/task/5336/stat : 5336 (java) S 5326 5329 1613 0 -1 1077944384 1991 0 0 0 35 1 0 0 20 0 15 0 99607955 10916995072 49170 33554432000 4194304 4196468 140728536679520 139777221298416 139778035919490 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5337] ppid=5326 vsize=10661128 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5337/stat : 5337 (java) S 5326 5329 1613 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 15 0 99607956 10916995072 49170 33554432000 4194304 4196468 140728536679520 139777220244640 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5338] ppid=5326 vsize=10661128 memory=28692 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5338/stat : 5338 (java) S 5326 5329 1613 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 99607956 10916995072 49170 33554432000 4194304 4196468 140728536679520 139777219191536 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5339] ppid=5326 vsize=10661128 memory=2204 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5339/stat : 5339 (java) S 5326 5329 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99607958 10916995072 49170 33554432000 4194304 4196468 140728536679520 139777218140112 139778035926939 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5340] ppid=5326 vsize=10661128 memory=8112282956445269571 CPUtime=0.67 cores=0,2,4,6
/proc/5329/task/5340/stat : 5340 (java) S 5326 5329 1613 0 -1 1077944384 3892 0 0 0 67 0 0 0 20 0 15 0 99607958 10916995072 49170 33554432000 4194304 4196468 140728536679520 139777217088240 139778035919490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5341] ppid=5326 vsize=10661128 memory=28692 CPUtime=0.63 cores=0,2,4,6
/proc/5329/task/5341/stat : 5341 (java) S 5326 5329 1613 0 -1 1077944384 4401 0 0 0 63 0 0 0 20 0 15 0 99607958 10916995072 49170 33554432000 4194304 4196468 140728536679520 139777216035696 139778035919490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5342] ppid=5326 vsize=10661128 memory=8112282956445269571 CPUtime=0.2 cores=0,2,4,6
/proc/5329/task/5342/stat : 5342 (java) S 5326 5329 1613 0 -1 1077944384 1391 0 0 0 20 0 0 0 20 0 15 0 99607958 10916995072 49170 33554432000 4194304 4196468 140728536679520 139777214982640 139778035919490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5343] ppid=5326 vsize=10661128 memory=1240 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5343/stat : 5343 (java) S 5326 5329 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99607958 10916995072 49170 33554432000 4194304 4196468 140728536679520 139777213930336 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5344] ppid=5326 vsize=10661128 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/5329/task/5344/stat : 5344 (java) S 5326 5329 1613 0 -1 1077944384 954 0 0 0 3 5 0 0 20 0 15 0 99607959 10916995072 49170 33554432000 4194304 4196468 140728536679520 139777212877360 139778035919490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
Current children cumulated CPU time: 267.8 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 196680 KiB

[startup+266.002 s]*
/proc/loadavg: 1.75 1.72 1.60 3/216 5435
/proc/meminfo: memFree=27775808/32770624 swapFree=67108860/67108860
[pid=5329] ppid=5326 vsize=10661128 memory=196680 CPUtime=268.21 cores=0,2,4,6
/proc/5329/stat : 5329 (java) S 5326 5329 1613 0 -1 1077944320 25953 0 0 0 26799 22 0 0 20 0 15 0 99607953 10916995072 49170 33554432000 4194304 4196468 140728536679520 140728536662064 139778035908343 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
/proc/5329/statm: 2665282 49170 3135 1 0 2627263 0
[pid=5329/tid=5331] ppid=5326 vsize=10661128 memory=8112282956445269571 CPUtime=265.17 cores=0,2,4,6
/proc/5329/task/5331/stat : 5331 (java) R 5326 5329 1613 0 -1 4202560 7942 0 0 0 26512 5 0 0 20 0 15 0 99607953 10916995072 49170 33554432000 4194304 4196468 140728536679520 139778040147440 139777649938466 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5332] ppid=5326 vsize=10661128 memory=4872558044660077418 CPUtime=0.25 cores=0,2,4,6
/proc/5329/task/5332/stat : 5332 (java) S 5326 5329 1613 0 -1 1077944384 1586 0 0 0 22 3 0 0 20 0 15 0 99607954 10916995072 49170 33554432000 4194304 4196468 140728536679520 139777972599824 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5333] ppid=5326 vsize=10661128 memory=288230613214036277 CPUtime=0.24 cores=0,2,4,6
/proc/5329/task/5333/stat : 5333 (java) S 5326 5329 1613 0 -1 1077944384 918 0 0 0 20 4 0 0 20 0 15 0 99607954 10916995072 49170 33554432000 4194304 4196468 140728536679520 139777971547280 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5334] ppid=5326 vsize=10661128 memory=14409332632586112 CPUtime=0.26 cores=0,2,4,6
/proc/5329/task/5334/stat : 5334 (java) S 5326 5329 1613 0 -1 1077944384 1071 0 0 0 22 4 0 0 20 0 15 0 99607954 10916995072 49170 33554432000 4194304 4196468 140728536679520 139777970494224 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5335] ppid=5326 vsize=10661128 memory=139727634628016 CPUtime=0.26 cores=0,2,4,6
/proc/5329/task/5335/stat : 5335 (java) S 5326 5329 1613 0 -1 1077944384 364 0 0 0 22 4 0 0 20 0 15 0 99607954 10916995072 49170 33554432000 4194304 4196468 140728536679520 139777969441680 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5336] ppid=5326 vsize=10661128 memory=8112282956445269571 CPUtime=0.36 cores=0,2,4,6
/proc/5329/task/5336/stat : 5336 (java) S 5326 5329 1613 0 -1 1077944384 1991 0 0 0 35 1 0 0 20 0 15 0 99607955 10916995072 49170 33554432000 4194304 4196468 140728536679520 139777221298416 139778035919490 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5337] ppid=5326 vsize=10661128 memory=2848 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5337/stat : 5337 (java) S 5326 5329 1613 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 15 0 99607956 10916995072 49170 33554432000 4194304 4196468 140728536679520 139777220244640 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5338] ppid=5326 vsize=10661128 memory=2868 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5338/stat : 5338 (java) S 5326 5329 1613 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 99607956 10916995072 49170 33554432000 4194304 4196468 140728536679520 139777219191536 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5339] ppid=5326 vsize=10661128 memory=1572 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5339/stat : 5339 (java) S 5326 5329 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99607958 10916995072 49170 33554432000 4194304 4196468 140728536679520 139777218140112 139778035926939 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5340] ppid=5326 vsize=10661128 memory=924 CPUtime=0.67 cores=0,2,4,6
/proc/5329/task/5340/stat : 5340 (java) S 5326 5329 1613 0 -1 1077944384 3892 0 0 0 67 0 0 0 20 0 15 0 99607958 10916995072 49170 33554432000 4194304 4196468 140728536679520 139777217088240 139778035919490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5341] ppid=5326 vsize=10661128 memory=1992 CPUtime=0.63 cores=0,2,4,6
/proc/5329/task/5341/stat : 5341 (java) S 5326 5329 1613 0 -1 1077944384 4401 0 0 0 63 0 0 0 20 0 15 0 99607958 10916995072 49170 33554432000 4194304 4196468 140728536679520 139777216035696 139778035919490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5342] ppid=5326 vsize=10661128 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/5329/task/5342/stat : 5342 (java) S 5326 5329 1613 0 -1 1077944384 1391 0 0 0 20 0 0 0 20 0 15 0 99607958 10916995072 49170 33554432000 4194304 4196468 140728536679520 139777214982640 139778035919490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5343] ppid=5326 vsize=10661128 memory=-8486080722631693414 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5343/stat : 5343 (java) S 5326 5329 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99607958 10916995072 49170 33554432000 4194304 4196468 140728536679520 139777213930336 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5344] ppid=5326 vsize=10661128 memory=-8961168018402230209 CPUtime=0.08 cores=0,2,4,6
/proc/5329/task/5344/stat : 5344 (java) S 5326 5329 1613 0 -1 1077944384 954 0 0 0 3 5 0 0 20 0 15 0 99607959 10916995072 49170 33554432000 4194304 4196468 140728536679520 139777212877360 139778035919490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
Current children cumulated CPU time: 268.21 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 196680 KiB

[startup+266.201 s]
/proc/loadavg: 1.75 1.72 1.60 3/216 5435
/proc/meminfo: memFree=27775808/32770624 swapFree=67108860/67108860
[pid=5329] ppid=5326 vsize=10661128 memory=196680 CPUtime=268.4 cores=0,2,4,6
/proc/5329/stat : 5329 (java) S 5326 5329 1613 0 -1 1077944320 25954 0 0 0 26818 22 0 0 20 0 15 0 99607953 10916995072 49170 33554432000 4194304 4196468 140728536679520 140728536662064 139778035908343 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
/proc/5329/statm: 2665282 49170 3135 1 0 2627263 0
[pid=5329/tid=5331] ppid=5326 vsize=10661128 memory=-8961168018402230209 CPUtime=265.36 cores=0,2,4,6
/proc/5329/task/5331/stat : 5331 (java) R 5326 5329 1613 0 -1 4202560 7943 0 0 0 26531 5 0 0 20 0 15 0 99607953 10916995072 49170 33554432000 4194304 4196468 140728536679520 139778040147824 139777649941007 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5332] ppid=5326 vsize=10661128 memory=7738993287648203090 CPUtime=0.25 cores=0,2,4,6
/proc/5329/task/5332/stat : 5332 (java) S 5326 5329 1613 0 -1 1077944384 1586 0 0 0 22 3 0 0 20 0 15 0 99607954 10916995072 49170 33554432000 4194304 4196468 140728536679520 139777972599824 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5333] ppid=5326 vsize=10661128 memory=7452162628436453201 CPUtime=0.24 cores=0,2,4,6
/proc/5329/task/5333/stat : 5333 (java) S 5326 5329 1613 0 -1 1077944384 918 0 0 0 20 4 0 0 20 0 15 0 99607954 10916995072 49170 33554432000 4194304 4196468 140728536679520 139777971547280 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5334] ppid=5326 vsize=10661128 memory=7738993287648203090 CPUtime=0.26 cores=0,2,4,6
/proc/5329/task/5334/stat : 5334 (java) S 5326 5329 1613 0 -1 1077944384 1071 0 0 0 22 4 0 0 20 0 15 0 99607954 10916995072 49170 33554432000 4194304 4196468 140728536679520 139777970494224 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5335] ppid=5326 vsize=10661128 memory=288230574492221466 CPUtime=0.26 cores=0,2,4,6
/proc/5329/task/5335/stat : 5335 (java) S 5326 5329 1613 0 -1 1077944384 364 0 0 0 22 4 0 0 20 0 15 0 99607954 10916995072 49170 33554432000 4194304 4196468 140728536679520 139777969441680 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5336] ppid=5326 vsize=10661128 memory=301741412096147765 CPUtime=0.36 cores=0,2,4,6
/proc/5329/task/5336/stat : 5336 (java) S 5326 5329 1613 0 -1 1077944384 1991 0 0 0 35 1 0 0 20 0 15 0 99607955 10916995072 49170 33554432000 4194304 4196468 140728536679520 139777221298416 139778035919490 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5337] ppid=5326 vsize=10661128 memory=14409332632586112 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5337/stat : 5337 (java) S 5326 5329 1613 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 15 0 99607956 10916995072 49170 33554432000 4194304 4196468 140728536679520 139777220244640 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5338] ppid=5326 vsize=10661128 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5338/stat : 5338 (java) S 5326 5329 1613 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 99607956 10916995072 49170 33554432000 4194304 4196468 140728536679520 139777219191536 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5339] ppid=5326 vsize=10661128 memory=14409332632586112 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5339/stat : 5339 (java) S 5326 5329 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99607958 10916995072 49170 33554432000 4194304 4196468 140728536679520 139777218140112 139778035926939 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5340] ppid=5326 vsize=10661128 memory=1404 CPUtime=0.67 cores=0,2,4,6
/proc/5329/task/5340/stat : 5340 (java) S 5326 5329 1613 0 -1 1077944384 3892 0 0 0 67 0 0 0 20 0 15 0 99607958 10916995072 49170 33554432000 4194304 4196468 140728536679520 139777217088240 139778035919490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5341] ppid=5326 vsize=10661128 memory=3148 CPUtime=0.63 cores=0,2,4,6
/proc/5329/task/5341/stat : 5341 (java) S 5326 5329 1613 0 -1 1077944384 4401 0 0 0 63 0 0 0 20 0 15 0 99607958 10916995072 49170 33554432000 4194304 4196468 140728536679520 139777216035696 139778035919490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5342] ppid=5326 vsize=10661128 memory=196680 CPUtime=0.2 cores=0,2,4,6
/proc/5329/task/5342/stat : 5342 (java) S 5326 5329 1613 0 -1 1077944384 1391 0 0 0 20 0 0 0 20 0 15 0 99607958 10916995072 49170 33554432000 4194304 4196468 140728536679520 139777214982640 139778035919490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5343] ppid=5326 vsize=10661128 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5343/stat : 5343 (java) S 5326 5329 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99607958 10916995072 49170 33554432000 4194304 4196468 140728536679520 139777213930336 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5344] ppid=5326 vsize=10661128 memory=2732 CPUtime=0.08 cores=0,2,4,6
/proc/5329/task/5344/stat : 5344 (java) S 5326 5329 1613 0 -1 1077944384 954 0 0 0 3 5 0 0 20 0 15 0 99607959 10916995072 49170 33554432000 4194304 4196468 140728536679520 139777212877360 139778035919490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
Current children cumulated CPU time: 268.4 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 196680 KiB

[startup+266.301 s]
/proc/loadavg: 1.75 1.72 1.60 3/216 5435
/proc/meminfo: memFree=27775808/32770624 swapFree=67108860/67108860
[pid=5329] ppid=5326 vsize=10661128 memory=196680 CPUtime=268.5 cores=0,2,4,6
/proc/5329/stat : 5329 (java) S 5326 5329 1613 0 -1 1077944320 25954 0 0 0 26828 22 0 0 20 0 15 0 99607953 10916995072 49170 33554432000 4194304 4196468 140728536679520 140728536662064 139778035908343 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
/proc/5329/statm: 2665282 49170 3135 1 0 2627263 0
[pid=5329/tid=5331] ppid=5326 vsize=10661128 memory=196680 CPUtime=265.46 cores=0,2,4,6
/proc/5329/task/5331/stat : 5331 (java) R 5326 5329 1613 0 -1 4202560 7943 0 0 0 26541 5 0 0 20 0 15 0 99607953 10916995072 49170 33554432000 4194304 4196468 140728536679520 139778040147824 139777649900236 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5332] ppid=5326 vsize=10661128 memory=196680 CPUtime=0.25 cores=0,2,4,6
/proc/5329/task/5332/stat : 5332 (java) S 5326 5329 1613 0 -1 1077944384 1586 0 0 0 22 3 0 0 20 0 15 0 99607954 10916995072 49170 33554432000 4194304 4196468 140728536679520 139777972599824 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5333] ppid=5326 vsize=10661128 memory=196680 CPUtime=0.24 cores=0,2,4,6
/proc/5329/task/5333/stat : 5333 (java) S 5326 5329 1613 0 -1 1077944384 918 0 0 0 20 4 0 0 20 0 15 0 99607954 10916995072 49170 33554432000 4194304 4196468 140728536679520 139777971547280 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5334] ppid=5326 vsize=10661128 memory=196680 CPUtime=0.26 cores=0,2,4,6
/proc/5329/task/5334/stat : 5334 (java) S 5326 5329 1613 0 -1 1077944384 1071 0 0 0 22 4 0 0 20 0 15 0 99607954 10916995072 49170 33554432000 4194304 4196468 140728536679520 139777970494224 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5335] ppid=5326 vsize=10661128 memory=196680 CPUtime=0.26 cores=0,2,4,6
/proc/5329/task/5335/stat : 5335 (java) S 5326 5329 1613 0 -1 1077944384 364 0 0 0 22 4 0 0 20 0 15 0 99607954 10916995072 49170 33554432000 4194304 4196468 140728536679520 139777969441680 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5336] ppid=5326 vsize=10661128 memory=196680 CPUtime=0.36 cores=0,2,4,6
/proc/5329/task/5336/stat : 5336 (java) S 5326 5329 1613 0 -1 1077944384 1991 0 0 0 35 1 0 0 20 0 15 0 99607955 10916995072 49170 33554432000 4194304 4196468 140728536679520 139777221298416 139778035919490 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5337] ppid=5326 vsize=10661128 memory=196680 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5337/stat : 5337 (java) S 5326 5329 1613 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 15 0 99607956 10916995072 49170 33554432000 4194304 4196468 140728536679520 139777220244640 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5338] ppid=5326 vsize=10661128 memory=196680 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5338/stat : 5338 (java) S 5326 5329 1613 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 99607956 10916995072 49170 33554432000 4194304 4196468 140728536679520 139777219191536 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5339] ppid=5326 vsize=10661128 memory=196680 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5339/stat : 5339 (java) S 5326 5329 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99607958 10916995072 49170 33554432000 4194304 4196468 140728536679520 139777218140112 139778035926939 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5340] ppid=5326 vsize=10661128 memory=196680 CPUtime=0.67 cores=0,2,4,6
/proc/5329/task/5340/stat : 5340 (java) S 5326 5329 1613 0 -1 1077944384 3892 0 0 0 67 0 0 0 20 0 15 0 99607958 10916995072 49170 33554432000 4194304 4196468 140728536679520 139777217088240 139778035919490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5341] ppid=5326 vsize=10661128 memory=196680 CPUtime=0.63 cores=0,2,4,6
/proc/5329/task/5341/stat : 5341 (java) S 5326 5329 1613 0 -1 1077944384 4401 0 0 0 63 0 0 0 20 0 15 0 99607958 10916995072 49170 33554432000 4194304 4196468 140728536679520 139777216035696 139778035919490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5342] ppid=5326 vsize=10661128 memory=196680 CPUtime=0.2 cores=0,2,4,6
/proc/5329/task/5342/stat : 5342 (java) S 5326 5329 1613 0 -1 1077944384 1391 0 0 0 20 0 0 0 20 0 15 0 99607958 10916995072 49170 33554432000 4194304 4196468 140728536679520 139777214982640 139778035919490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5343] ppid=5326 vsize=10661128 memory=196680 CPUtime=0 cores=0,2,4,6
/proc/5329/task/5343/stat : 5343 (java) S 5326 5329 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99607958 10916995072 49170 33554432000 4194304 4196468 140728536679520 139777213930336 139778035918549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
[pid=5329/tid=5344] ppid=5326 vsize=10661128 memory=301741412096147765 CPUtime=0.08 cores=0,2,4,6
/proc/5329/task/5344/stat : 5344 (java) S 5326 5329 1613 0 -1 1077944384 954 0 0 0 3 5 0 0 20 0 15 0 99607959 10916995072 49170 33554432000 4194304 4196468 140728536679520 139777212877360 139778035919490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16146432 140728536683658 140728536683785 140728536683785 140728536686543 0
Current children cumulated CPU time: 268.5 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 196680 KiB

Child status: 0
Real time (s): 266.324
CPU time (s): 268.549
CPU user time (s): 268.315
CPU system time (s): 0.233454
CPU usage (%): 100.835
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 200884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 268.315
system time used= 0.233454
maximum resident set size= 200888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27513
page faults= 0
swaps= 0
block input operations= 0
block output operations= 376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17297
involuntary context switches= 701


# summary of solver processes directly reported to runsolver:
#   pid: 5329
#   total CPU time (s): 268.549
#   total CPU user time (s): 268.315
#   total CPU system time (s): 0.233454

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.46507 second user time and 2.59302 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-29 01:27:28
IDJOB=4299336
IDBENCH=141347
IDSOLVER=2767
FILE ID=node136/4299336-1532820448
RUNJOBID= node136-1532809638-1644
PBS_JOBID= 21022480
Free space on /tmp= 55796 MiB

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

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

MD5SUM BENCH= af26c9d63c7c51246c3bfb55117cf2b4
RANDOM SEED=85579048

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:        26728324 kB
MemAvailable:   30549496 kB
Buffers:          199788 kB
Cached:          3880512 kB
SwapCached:            0 kB
Active:          3152988 kB
Inactive:        2390580 kB
Active(anon):    1414372 kB
Inactive(anon):    76472 kB
Active(file):    1738616 kB
Inactive(file):  2314108 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:               972 kB
Writeback:             0 kB
AnonPages:       1484552 kB
Mapped:            45692 kB
Shmem:             25228 kB
Slab:             196584 kB
SReclaimable:     168564 kB
SUnreclaim:        28020 kB
KernelStack:        3808 kB
PageTables:         8100 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3721616 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1378304 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= 55796 MiB
End job on node136 at 2018-07-29 01:31:54